Version Description
- 2021-05-04 =
- Added: new segment for subscribers who clicked on any link in any newsletter;
- Added: new segment for subscribers' subscribed date;
- Improved: MailPoet's resilience to network issues when sending emails;
- Improved: performance of inactive subscribers detection;
- Improved: allow segmenting by zero opened emails;
- Improved: Gutenberg updated for form editor;
- Fixed: subscriber score shows values higher than 100%;
- Fixed: MailPoet not working when DB used ANSI_QUOTES mode;
- Fixed: HTML entities in newsletter buttons.
Download this release
Release Info
| Developer | wysija |
| Plugin | |
| Version | 3.60.11 |
| Comparing to | |
| See all releases | |
Code changes from version 3.60.10 to 3.60.11
assets/dist/css/{mailpoet-form-editor.239f4a8a.css → mailpoet-form-editor.d9a9acaa.css}
RENAMED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
/* default Select2 placeholder color for single dropdown */
|
| 3 |
/** Colors */
|
| 4 |
/** Breakpoints & Media Queries */
|
| 5 |
-
/** SCSS Variables. Please use variables from this sheet to ensure consistency across the UI. Don't add to this sheet unless you're pretty sure the value will be reused in many places. */
|
| 6 |
/** Colors */
|
| 7 |
/** Fonts & basic variables. */
|
| 8 |
/** Grid System. https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/ */
|
|
@@ -20,8 +20,9 @@
|
|
| 20 |
/** Allows users to opt-out of animations via OS-level preferences. */
|
| 21 |
/** Reset default styles for JavaScript UI based pages. This is a WP-admin agnostic reset */
|
| 22 |
/** Reset the WP Admin page styles for Gutenberg-like pages. */
|
| 23 |
-
|
| 24 |
-
|
|
|
|
| 25 |
|
| 26 |
.components-panel__header.interface-complementary-area-header__small { background: #fff; padding-right: 4px; }
|
| 27 |
|
|
@@ -37,19 +38,19 @@
|
|
| 37 |
|
| 38 |
@media (min-width: 782px) { .interface-complementary-area-header .components-button.has-icon { display: flex; } }
|
| 39 |
|
| 40 |
-
.interface-complementary-area { background: #fff; color: #1e1e1e;
|
| 41 |
|
| 42 |
-
@media (min-width: 600px) { .interface-complementary-area {
|
| 43 |
|
| 44 |
@media (min-width: 782px) { .interface-complementary-area { width: 280px; } }
|
| 45 |
|
| 46 |
-
.interface-complementary-area
|
| 47 |
|
| 48 |
-
|
| 49 |
|
| 50 |
-
.interface-complementary-area
|
| 51 |
|
| 52 |
-
@media (min-width:
|
| 53 |
|
| 54 |
.interface-complementary-area p { margin-top: 0; }
|
| 55 |
|
|
@@ -76,7 +77,7 @@ html.interface-interface-skeleton__html-container { position: fixed; width: 100%
|
|
| 76 |
@media (min-width: 783px) { .interface-interface-skeleton { top: 32px; }
|
| 77 |
.is-fullscreen-mode .interface-interface-skeleton { top: 0; } }
|
| 78 |
|
| 79 |
-
.interface-interface-skeleton__editor { display: flex; flex-direction: column; flex: 0 1 100%; }
|
| 80 |
|
| 81 |
.interface-interface-skeleton { /* Set left position when auto-fold is not on the body element. */ left: 0; }
|
| 82 |
|
|
@@ -93,17 +94,11 @@ html.interface-interface-skeleton__html-container { position: fixed; width: 100%
|
|
| 93 |
|
| 94 |
@media (min-width: 783px) { .folded .interface-interface-skeleton { left: 36px; } }
|
| 95 |
|
| 96 |
-
/* Mobile menu opened. */
|
| 97 |
-
@media (max-width: 783px) { .auto-fold .wp-responsive-open .interface-interface-skeleton { left: 190px; } }
|
| 98 |
-
|
| 99 |
-
/* In small screens with responsive menu expanded there is small white space. */
|
| 100 |
-
@media (max-width: 600px) { .auto-fold .wp-responsive-open .interface-interface-skeleton { margin-left: -18px; } }
|
| 101 |
-
|
| 102 |
body.is-fullscreen-mode .interface-interface-skeleton { left: 0 !important; }
|
| 103 |
|
| 104 |
.interface-interface-skeleton__body { flex-grow: 1; display: flex; overflow: auto; overscroll-behavior-y: none; }
|
| 105 |
|
| 106 |
-
@media (min-width: 782px) { .interface-interface-skeleton__body { padding-bottom: 25px; } }
|
| 107 |
|
| 108 |
.interface-interface-skeleton__content { flex-grow: 1; display: flex; flex-direction: column; overflow: auto; }
|
| 109 |
|
|
@@ -111,13 +106,13 @@ body.is-fullscreen-mode .interface-interface-skeleton { left: 0 !important; }
|
|
| 111 |
|
| 112 |
@media (min-width: 782px) { .interface-interface-skeleton__secondary-sidebar, .interface-interface-skeleton__sidebar { position: relative !important; z-index: 90; width: auto; } }
|
| 113 |
|
| 114 |
-
|
| 115 |
|
| 116 |
-
@media (min-width: 782px) { .interface-interface-
|
| 117 |
|
| 118 |
-
.interface-interface-
|
| 119 |
|
| 120 |
-
|
| 121 |
|
| 122 |
.interface-interface-skeleton__footer { height: auto; flex-shrink: 0; border-top: 1px solid #e0e0e0; color: #1e1e1e; position: absolute; bottom: 0; left: 0; width: 100%; background-color: #fff; z-index: 90; display: none; }
|
| 123 |
|
|
@@ -131,13 +126,17 @@ body.is-fullscreen-mode .interface-interface-skeleton { left: 0 !important; }
|
|
| 131 |
|
| 132 |
.interface-pinned-items { display: flex; }
|
| 133 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 134 |
.interface-pinned-items .components-button { margin-left: 4px; }
|
| 135 |
|
| 136 |
.interface-pinned-items .components-button svg { max-width: 24px; max-height: 24px; }
|
| 137 |
|
| 138 |
/** Colors */
|
| 139 |
/** Breakpoints & Media Queries */
|
| 140 |
-
/** SCSS Variables. Please use variables from this sheet to ensure consistency across the UI. Don't add to this sheet unless you're pretty sure the value will be reused in many places. */
|
| 141 |
/** Colors */
|
| 142 |
/** Fonts & basic variables. */
|
| 143 |
/** Grid System. https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/ */
|
|
@@ -155,8 +154,9 @@ body.is-fullscreen-mode .interface-interface-skeleton { left: 0 !important; }
|
|
| 155 |
/** Allows users to opt-out of animations via OS-level preferences. */
|
| 156 |
/** Reset default styles for JavaScript UI based pages. This is a WP-admin agnostic reset */
|
| 157 |
/** Reset the WP Admin page styles for Gutenberg-like pages. */
|
| 158 |
-
|
| 159 |
-
|
|
|
|
| 160 |
|
| 161 |
.editor-autocompleters__user .editor-autocompleters__no-avatar::before { /* stylelint-disable */ font: normal 20px/1 dashicons; /* stylelint-enable */ content: ""; margin-right: 5px; vertical-align: middle; }
|
| 162 |
|
|
@@ -192,7 +192,7 @@ body.is-fullscreen-mode .interface-interface-skeleton { left: 0 !important; }
|
|
| 192 |
|
| 193 |
.document-outline__button:disabled { cursor: default; }
|
| 194 |
|
| 195 |
-
.document-outline__button:focus { box-shadow: 0 0 0
|
| 196 |
|
| 197 |
.document-outline__level { background: #ddd; color: #1e1e1e; border-radius: 3px; font-size: 13px; padding: 1px 6px; margin-right: 4px; }
|
| 198 |
|
|
@@ -208,10 +208,6 @@ body.is-fullscreen-mode .interface-interface-skeleton { left: 0 !important; }
|
|
| 208 |
|
| 209 |
.components-editor-notices__dismissible .components-notice .components-notice__dismiss, .components-editor-notices__pinned .components-notice .components-notice__dismiss { margin-top: 12px; }
|
| 210 |
|
| 211 |
-
.components-editor-notices__snackbar { width: 100%; }
|
| 212 |
-
|
| 213 |
-
@media (min-width: 782px) { .components-editor-notices__snackbar { width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; } }
|
| 214 |
-
|
| 215 |
.entities-saved-states__panel { box-sizing: border-box; background: #fff; position: fixed; z-index: 100001; top: 46px; bottom: 0; right: 0; left: 0; overflow: auto; box-sizing: border-box; }
|
| 216 |
|
| 217 |
.entities-saved-states__panel *, .entities-saved-states__panel *::before, .entities-saved-states__panel *::after { box-sizing: inherit; }
|
|
@@ -233,7 +229,7 @@ body.is-fullscreen-mode .interface-interface-skeleton { left: 0 !important; }
|
|
| 233 |
|
| 234 |
.entities-saved-states__panel .entities-saved-states__text-prompt { padding: 16px; padding-bottom: 4px; }
|
| 235 |
|
| 236 |
-
.editor-error-boundary { margin: auto; max-width: 780px; padding: 20px; margin-top: 60px; box-shadow: 0
|
| 237 |
|
| 238 |
.editor-page-attributes__template { margin-bottom: 10px; }
|
| 239 |
|
|
@@ -259,7 +255,7 @@ body.is-fullscreen-mode .interface-interface-skeleton { left: 0 !important; }
|
|
| 259 |
|
| 260 |
.editor-post-featured-image__toggle, .editor-post-featured-image__preview { display: block; width: 100%; padding: 0; transition: all 0.1s ease-out; box-shadow: 0 0 0 0 #007cba; box-shadow: 0 0 0 0 var(--wp-admin-theme-color); }
|
| 261 |
|
| 262 |
-
@media (prefers-reduced-motion: reduce) { .editor-post-featured-image__toggle, .editor-post-featured-image__preview { transition-duration: 0s; } }
|
| 263 |
|
| 264 |
.editor-post-featured-image__preview { height: auto; }
|
| 265 |
|
|
@@ -283,7 +279,7 @@ body.is-fullscreen-mode .interface-interface-skeleton { left: 0 !important; }
|
|
| 283 |
|
| 284 |
.components-button.editor-post-last-revision__title:hover, .components-button.editor-post-last-revision__title:active { background: #f0f0f0; }
|
| 285 |
|
| 286 |
-
.components-button.editor-post-last-revision__title:focus { box-shadow: inset 0 0 0
|
| 287 |
|
| 288 |
.editor-post-locked-modal { height: auto; padding-right: 10px; padding-left: 10px; padding-top: 10px; max-width: 480px; }
|
| 289 |
|
|
@@ -311,6 +307,14 @@ body.is-fullscreen-mode .interface-interface-skeleton { left: 0 !important; }
|
|
| 311 |
|
| 312 |
.editor-post-publish-panel__header .has-icon { margin-left: auto; width: auto; }
|
| 313 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 314 |
.editor-post-publish-panel__header-publish-button, .editor-post-publish-panel__header-cancel-button { flex-grow: 1; }
|
| 315 |
|
| 316 |
@media (min-width: 480px) { .editor-post-publish-panel__header-publish-button, .editor-post-publish-panel__header-cancel-button { max-width: 160px; } }
|
|
@@ -366,7 +370,7 @@ body.is-fullscreen-mode .interface-interface-skeleton { left: 0 !important; }
|
|
| 366 |
@media (min-width: 600px) { .editor-post-saved-state { width: auto; padding: 8px 12px; text-indent: inherit; }
|
| 367 |
.editor-post-saved-state svg { margin-right: 4px; } }
|
| 368 |
|
| 369 |
-
.editor-post-taxonomies__hierarchical-terms-list { max-height: 14em; overflow: auto; margin-left: -
|
| 370 |
|
| 371 |
.editor-post-taxonomies__hierarchical-terms-choice { margin-bottom: 8px; }
|
| 372 |
|
|
@@ -382,13 +386,13 @@ body.is-fullscreen-mode .interface-interface-skeleton { left: 0 !important; }
|
|
| 382 |
|
| 383 |
.edit-post-text-editor__body textarea.editor-post-text-editor { border: 1px solid #949494; border-radius: 0; display: block; margin: 0; width: 100%; box-shadow: none; resize: none; overflow: hidden; font-family: Menlo, Consolas, monaco, monospace; line-height: 2.4; min-height: 200px; transition: border 0.1s ease-out, box-shadow 0.1s linear; padding: 16px; /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px !important; }
|
| 384 |
|
| 385 |
-
@media (prefers-reduced-motion: reduce) { .edit-post-text-editor__body textarea.editor-post-text-editor { transition-duration: 0s; } }
|
| 386 |
|
| 387 |
@media (min-width: 600px) { .edit-post-text-editor__body textarea.editor-post-text-editor { padding: 24px; } }
|
| 388 |
|
| 389 |
@media (min-width: 600px) { .edit-post-text-editor__body textarea.editor-post-text-editor { font-size: 15px !important; } }
|
| 390 |
|
| 391 |
-
.edit-post-text-editor__body textarea.editor-post-text-editor:focus { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0
|
| 392 |
|
| 393 |
.edit-post-text-editor__body textarea.editor-post-text-editor::-webkit-input-placeholder { color: rgba(30, 30, 30, 0.62); }
|
| 394 |
|
|
@@ -402,11 +406,11 @@ body.is-fullscreen-mode .interface-interface-skeleton { left: 0 !important; }
|
|
| 402 |
|
| 403 |
.edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio], .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio] { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; padding: 6px 8px; box-shadow: 0 0 0 transparent; transition: box-shadow 0.1s linear; border-radius: 2px; border: 1px solid #757575; /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px; /* Override core line-height. To be reviewed. */ line-height: normal; border: 1px solid #1e1e1e; margin-right: 12px; transition: none; border-radius: 50%; width: 24px; height: 24px; margin-top: 2px; }
|
| 404 |
|
| 405 |
-
@media (prefers-reduced-motion: reduce) { .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio], .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio] { transition-duration: 0s; } }
|
| 406 |
|
| 407 |
@media (min-width: 600px) { .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio], .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio] { font-size: 13px; /* Override core line-height. To be reviewed. */ line-height: normal; } }
|
| 408 |
|
| 409 |
-
.edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio]:focus, .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio]:focus { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0
|
| 410 |
|
| 411 |
.edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio]::-webkit-input-placeholder, .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio]::-webkit-input-placeholder { color: rgba(30, 30, 30, 0.62); }
|
| 412 |
|
|
@@ -426,7 +430,7 @@ body.is-fullscreen-mode .interface-interface-skeleton { left: 0 !important; }
|
|
| 426 |
|
| 427 |
@media (min-width: 600px) { .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio]:checked::before, .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio]:checked::before { transform: translate(5px, 5px); } }
|
| 428 |
|
| 429 |
-
.edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio]:focus, .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio]:focus { box-shadow: 0 0 0 2px #fff, 0 0 0
|
| 430 |
|
| 431 |
.edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio]:checked, .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio]:checked { background: #007cba; background: var(--wp-admin-theme-color); border-color: #007cba; border-color: var(--wp-admin-theme-color); }
|
| 432 |
|
|
@@ -438,11 +442,11 @@ body.is-fullscreen-mode .interface-interface-skeleton { left: 0 !important; }
|
|
| 438 |
|
| 439 |
.editor-post-visibility__dialog-password .editor-post-visibility__dialog-password-input[type=text] { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; padding: 6px 8px; box-shadow: 0 0 0 transparent; transition: box-shadow 0.1s linear; border-radius: 2px; border: 1px solid #757575; /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px; /* Override core line-height. To be reviewed. */ line-height: normal; margin-left: 36px; margin-top: 8px; }
|
| 440 |
|
| 441 |
-
@media (prefers-reduced-motion: reduce) { .editor-post-visibility__dialog-password .editor-post-visibility__dialog-password-input[type=text] { transition-duration: 0s; } }
|
| 442 |
|
| 443 |
@media (min-width: 600px) { .editor-post-visibility__dialog-password .editor-post-visibility__dialog-password-input[type=text] { font-size: 13px; /* Override core line-height. To be reviewed. */ line-height: normal; } }
|
| 444 |
|
| 445 |
-
.editor-post-visibility__dialog-password .editor-post-visibility__dialog-password-input[type=text]:focus { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0
|
| 446 |
|
| 447 |
.editor-post-visibility__dialog-password .editor-post-visibility__dialog-password-input[type=text]::-webkit-input-placeholder { color: rgba(30, 30, 30, 0.62); }
|
| 448 |
|
|
@@ -458,9 +462,9 @@ body.is-fullscreen-mode .interface-interface-skeleton { left: 0 !important; }
|
|
| 458 |
|
| 459 |
.editor-post-title { position: relative; }
|
| 460 |
|
| 461 |
-
.editor-post-title .editor-post-title__input { display: block; width: 100%; margin: 0; box-shadow: none; background: transparent; transition: border 0.1s ease-out, box-shadow 0.1s linear; padding: 19px 0; word-break: keep-all; font-family: inherit; color: inherit; border: 1px solid transparent; border-left-width: 0; border-right-width: 0; border-radius: 0; outline: 1px solid transparent; font-size: 2.44em; font-weight:
|
| 462 |
|
| 463 |
-
@media (prefers-reduced-motion: reduce) { .editor-post-title .editor-post-title__input { transition-duration: 0s; } }
|
| 464 |
|
| 465 |
@media (min-width: 600px) { .editor-post-title .editor-post-title__input { border-width: 1px; } }
|
| 466 |
|
|
@@ -480,7 +484,7 @@ body.is-fullscreen-mode .interface-interface-skeleton { left: 0 !important; }
|
|
| 480 |
|
| 481 |
.editor-post-title.is-focus-mode .editor-post-title__input { opacity: 0.5; transition: opacity 0.1s linear; }
|
| 482 |
|
| 483 |
-
@media (prefers-reduced-motion: reduce) { .editor-post-title.is-focus-mode .editor-post-title__input { transition-duration: 0s; } }
|
| 484 |
|
| 485 |
.editor-post-title.is-focus-mode .editor-post-title__input:focus { opacity: 1; }
|
| 486 |
|
|
@@ -496,7 +500,7 @@ body.is-fullscreen-mode .interface-interface-skeleton { left: 0 !important; }
|
|
| 496 |
|
| 497 |
.table-of-contents__popover hr { margin: 10px -16px 0; }
|
| 498 |
|
| 499 |
-
.table-of-contents__wrapper:focus::before { content: ""; display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; box-shadow: inset 0 0 0
|
| 500 |
|
| 501 |
.table-of-contents__counts { display: flex; flex-wrap: wrap; margin: 0; margin-top: -8px; }
|
| 502 |
|
|
@@ -514,7 +518,7 @@ body.is-fullscreen-mode .interface-interface-skeleton { left: 0 !important; }
|
|
| 514 |
|
| 515 |
/** Colors */
|
| 516 |
/** Breakpoints & Media Queries */
|
| 517 |
-
/** SCSS Variables. Please use variables from this sheet to ensure consistency across the UI. Don't add to this sheet unless you're pretty sure the value will be reused in many places. */
|
| 518 |
/** Colors */
|
| 519 |
/** Fonts & basic variables. */
|
| 520 |
/** Grid System. https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/ */
|
|
@@ -532,12 +536,13 @@ body.is-fullscreen-mode .interface-interface-skeleton { left: 0 !important; }
|
|
| 532 |
/** Allows users to opt-out of animations via OS-level preferences. */
|
| 533 |
/** Reset default styles for JavaScript UI based pages. This is a WP-admin agnostic reset */
|
| 534 |
/** Reset the WP Admin page styles for Gutenberg-like pages. */
|
| 535 |
-
|
| 536 |
-
|
|
|
|
| 537 |
|
| 538 |
.components-animate__appear { -webkit-animation: components-animate__appear-animation 0.1s cubic-bezier(0, 0, 0.2, 1) 0s; animation: components-animate__appear-animation 0.1s cubic-bezier(0, 0, 0.2, 1) 0s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }
|
| 539 |
|
| 540 |
-
@media (prefers-reduced-motion: reduce) { .components-animate__appear { -webkit-animation-duration: 1ms; animation-duration: 1ms; } }
|
| 541 |
|
| 542 |
.components-animate__appear.is-from-top, .components-animate__appear.is-from-top.is-from-left { transform-origin: top left; }
|
| 543 |
|
|
@@ -555,7 +560,7 @@ body.is-fullscreen-mode .interface-interface-skeleton { left: 0 !important; }
|
|
| 555 |
|
| 556 |
.components-animate__slide-in { -webkit-animation: components-animate__slide-in-animation 0.1s cubic-bezier(0, 0, 0.2, 1); animation: components-animate__slide-in-animation 0.1s cubic-bezier(0, 0, 0.2, 1); -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }
|
| 557 |
|
| 558 |
-
@media (prefers-reduced-motion: reduce) { .components-animate__slide-in { -webkit-animation-duration: 1ms; animation-duration: 1ms; } }
|
| 559 |
|
| 560 |
.components-animate__slide-in.is-from-left { transform: translateX(100%); }
|
| 561 |
|
|
@@ -595,15 +600,15 @@ body.is-fullscreen-mode .interface-interface-skeleton { left: 0 !important; }
|
|
| 595 |
|
| 596 |
.components-button-group .components-button.is-primary { box-shadow: inset 0 0 0 1px #1e1e1e; }
|
| 597 |
|
| 598 |
-
.components-button { display: inline-flex; text-decoration: none; font-size: 13px; margin: 0; border: 0; cursor: pointer; -webkit-appearance: none; background: none; transition: box-shadow 0.1s linear; height: 36px; align-items: center; box-sizing: border-box; padding: 6px 12px; border-radius: 2px; color: #1e1e1e; /** Primary button style. */ /** Secondary and tertiary buttons. */ /** Secondary button style. */ /** Tertiary buttons. */ /** Destructive buttons. */ /** Link buttons. */ }
|
| 599 |
|
| 600 |
-
@media (prefers-reduced-motion: reduce) { .components-button { transition-duration: 0s; } }
|
| 601 |
|
| 602 |
.components-button[aria-expanded=true], .components-button:hover { color: #007cba; color: var(--wp-admin-theme-color); }
|
| 603 |
|
| 604 |
.components-button[aria-disabled=true]:hover { color: initial; }
|
| 605 |
|
| 606 |
-
.components-button:focus:not(:disabled) { box-shadow: 0 0 0
|
| 607 |
|
| 608 |
.components-button.is-primary { white-space: nowrap; background: #007cba; background: var(--wp-admin-theme-color); color: #fff; text-decoration: none; text-shadow: none; outline: 1px solid transparent; }
|
| 609 |
|
|
@@ -611,7 +616,7 @@ body.is-fullscreen-mode .interface-interface-skeleton { left: 0 !important; }
|
|
| 611 |
|
| 612 |
.components-button.is-primary:active:not(:disabled) { background: #005a87; background: var(--wp-admin-theme-color-darker-20); border-color: #005a87; border-color: var(--wp-admin-theme-color-darker-20); color: #fff; }
|
| 613 |
|
| 614 |
-
.components-button.is-primary:focus:not(:disabled) { box-shadow: inset 0 0 0 1px #fff, 0 0 0
|
| 615 |
|
| 616 |
.components-button.is-primary:disabled, .components-button.is-primary:disabled:active:enabled, .components-button.is-primary[aria-disabled=true], .components-button.is-primary[aria-disabled=true]:enabled, .components-button.is-primary[aria-disabled=true]:active:enabled { color: rgba(255, 255, 255, 0.4); background: #007cba; background: var(--wp-admin-theme-color); border-color: #007cba; border-color: var(--wp-admin-theme-color); opacity: 1; outline: none; }
|
| 617 |
|
|
@@ -641,13 +646,17 @@ body.is-fullscreen-mode .interface-interface-skeleton { left: 0 !important; }
|
|
| 641 |
|
| 642 |
.components-button.is-destructive:active:not(:disabled) { background: #ccc; }
|
| 643 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 644 |
.components-button.is-link { margin: 0; padding: 0; box-shadow: none; border: 0; border-radius: 0; background: none; outline: none; text-align: left; /* Mimics the default link style in common.css */ color: #0073aa; text-decoration: underline; transition-property: border, background, color; transition-duration: 0.05s; transition-timing-function: ease-in-out; height: auto; }
|
| 645 |
|
| 646 |
-
@media (prefers-reduced-motion: reduce) { .components-button.is-link { transition-duration: 0s; } }
|
| 647 |
|
| 648 |
.components-button.is-link:hover:not(:disabled), .components-button.is-link:active:not(:disabled) { color: #00a0d2; box-shadow: none; }
|
| 649 |
|
| 650 |
-
.components-button.is-link:focus { color: #124964; box-shadow: 0 0 0 1px #5b9dd9, 0 0
|
| 651 |
|
| 652 |
.components-button.is-link.is-destructive { color: #cc1818; }
|
| 653 |
|
|
@@ -667,15 +676,17 @@ body.is-fullscreen-mode .interface-interface-skeleton { left: 0 !important; }
|
|
| 667 |
|
| 668 |
.components-button.has-icon { padding: 6px; min-width: 36px; justify-content: center; }
|
| 669 |
|
| 670 |
-
.components-button.has-icon .dashicon { display: inline-block; flex: 0 0 auto; }
|
| 671 |
|
| 672 |
.components-button.has-icon.has-text { justify-content: left; }
|
| 673 |
|
| 674 |
.components-button.has-icon.has-text svg { margin-right: 8px; }
|
| 675 |
|
|
|
|
|
|
|
| 676 |
.components-button.is-pressed { color: #fff; background: #1e1e1e; }
|
| 677 |
|
| 678 |
-
.components-button.is-pressed:focus:not(:disabled) { box-shadow: inset 0 0 0 1px #fff, 0 0 0
|
| 679 |
|
| 680 |
.components-button.is-pressed:hover:not(:disabled) { color: #fff; background: #1e1e1e; }
|
| 681 |
|
|
@@ -689,11 +700,11 @@ body.is-fullscreen-mode .interface-interface-skeleton { left: 0 !important; }
|
|
| 689 |
|
| 690 |
.components-checkbox-control__input[type=checkbox] { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; padding: 6px 8px; box-shadow: 0 0 0 transparent; transition: box-shadow 0.1s linear; border-radius: 2px; border: 1px solid #757575; /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px; /* Override core line-height. To be reviewed. */ line-height: normal; border: 1px solid #1e1e1e; margin-right: 12px; transition: none; border-radius: 2px; background: #fff; color: #1e1e1e; clear: none; cursor: pointer; display: inline-block; line-height: 0; margin: 0 4px 0 0; outline: 0; padding: 0 !important; text-align: center; vertical-align: top; width: 24px; height: 24px; -webkit-appearance: none; -moz-appearance: none; appearance: none; transition: 0.1s border-color ease-in-out; }
|
| 691 |
|
| 692 |
-
@media (prefers-reduced-motion: reduce) { .components-checkbox-control__input[type=checkbox] { transition-duration: 0s; } }
|
| 693 |
|
| 694 |
@media (min-width: 600px) { .components-checkbox-control__input[type=checkbox] { font-size: 13px; /* Override core line-height. To be reviewed. */ line-height: normal; } }
|
| 695 |
|
| 696 |
-
.components-checkbox-control__input[type=checkbox]:focus { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0
|
| 697 |
|
| 698 |
.components-checkbox-control__input[type=checkbox]::-webkit-input-placeholder { color: rgba(30, 30, 30, 0.62); }
|
| 699 |
|
|
@@ -707,7 +718,7 @@ body.is-fullscreen-mode .interface-interface-skeleton { left: 0 !important; }
|
|
| 707 |
|
| 708 |
.is-dark-theme .components-checkbox-control__input[type=checkbox]:-ms-input-placeholder { color: rgba(255, 255, 255, 0.65); }
|
| 709 |
|
| 710 |
-
.components-checkbox-control__input[type=checkbox]:focus { box-shadow: 0 0 0 2px #fff, 0 0 0
|
| 711 |
|
| 712 |
.components-checkbox-control__input[type=checkbox]:checked { background: #007cba; background: var(--wp-admin-theme-color); border-color: #007cba; border-color: var(--wp-admin-theme-color); }
|
| 713 |
|
|
@@ -725,9 +736,9 @@ body.is-fullscreen-mode .interface-interface-skeleton { left: 0 !important; }
|
|
| 725 |
|
| 726 |
@media (min-width: 600px) { .components-checkbox-control__input[type=checkbox] { height: 20px; width: 20px; } }
|
| 727 |
|
| 728 |
-
@media (prefers-reduced-motion: reduce) { .components-checkbox-control__input[type=checkbox] { transition-duration: 0s; } }
|
| 729 |
|
| 730 |
-
.components-checkbox-control__input[type=checkbox]:focus { box-shadow: 0 0 0 2px #fff, 0 0 0
|
| 731 |
|
| 732 |
.components-checkbox-control__input[type=checkbox]:checked { background: #007cba; background: var(--wp-admin-theme-color); border-color: #007cba; border-color: var(--wp-admin-theme-color); }
|
| 733 |
|
|
@@ -751,7 +762,7 @@ svg.components-checkbox-control__checked { fill: #fff; cursor: pointer; position
|
|
| 751 |
|
| 752 |
.components-circular-option-picker__option-wrapper { display: inline-block; height: 28px; width: 28px; margin-right: 12px; margin-bottom: 12px; vertical-align: top; transform: scale(1); transition: 100ms transform ease; }
|
| 753 |
|
| 754 |
-
@media (prefers-reduced-motion: reduce) { .components-circular-option-picker__option-wrapper { transition-duration: 0s; } }
|
| 755 |
|
| 756 |
.components-circular-option-picker__option-wrapper:hover { transform: scale(1.2); }
|
| 757 |
|
|
@@ -761,7 +772,7 @@ svg.components-checkbox-control__checked { fill: #fff; cursor: pointer; position
|
|
| 761 |
|
| 762 |
.components-circular-option-picker__option { display: inline-block; vertical-align: top; height: 100%; width: 100%; border: none; border-radius: 50%; background: transparent; box-shadow: inset 0 0 0 14px; transition: 100ms box-shadow ease; cursor: pointer; }
|
| 763 |
|
| 764 |
-
@media (prefers-reduced-motion: reduce) { .components-circular-option-picker__option { transition-duration: 0s; } }
|
| 765 |
|
| 766 |
.components-circular-option-picker__option:hover { box-shadow: inset 0 0 0 14px !important; }
|
| 767 |
|
|
@@ -859,7 +870,7 @@ svg.components-checkbox-control__checked { fill: #fff; cursor: pointer; position
|
|
| 859 |
|
| 860 |
.components-color-picker__hue-pointer, .components-color-picker__saturation-pointer { transition: box-shadow 0.1s linear; }
|
| 861 |
|
| 862 |
-
@media (prefers-reduced-motion: reduce) { .components-color-picker__hue-pointer, .components-color-picker__saturation-pointer { transition-duration: 0s; } }
|
| 863 |
|
| 864 |
.components-color-picker__saturation-pointer:focus { box-shadow: 0 0 0 2px #fff, 0 0 0 4px #007cba, 0 0 5px 0 #007cba, inset 0 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 1px 2px rgba(0, 0, 0, 0.4); box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--wp-admin-theme-color), 0 0 5px 0 var(--wp-admin-theme-color), inset 0 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 1px 2px rgba(0, 0, 0, 0.4); }
|
| 865 |
|
|
@@ -892,11 +903,11 @@ input.components-combobox-control__input[type=text]:focus { outline: none; box-s
|
|
| 892 |
|
| 893 |
.components-combobox-control__suggestions-container { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; padding: 6px 8px; box-shadow: 0 0 0 transparent; transition: box-shadow 0.1s linear; border-radius: 2px; border: 1px solid #757575; /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px; /* Override core line-height. To be reviewed. */ line-height: normal; display: flex; flex-wrap: wrap; align-items: flex-start; width: 100%; margin: 0 0 8px 0; padding: 4px; }
|
| 894 |
|
| 895 |
-
@media (prefers-reduced-motion: reduce) { .components-combobox-control__suggestions-container { transition-duration: 0s; } }
|
| 896 |
|
| 897 |
@media (min-width: 600px) { .components-combobox-control__suggestions-container { font-size: 13px; /* Override core line-height. To be reviewed. */ line-height: normal; } }
|
| 898 |
|
| 899 |
-
.components-combobox-control__suggestions-container:focus { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0
|
| 900 |
|
| 901 |
.components-combobox-control__suggestions-container::-webkit-input-placeholder { color: rgba(30, 30, 30, 0.62); }
|
| 902 |
|
|
@@ -910,7 +921,7 @@ input.components-combobox-control__input[type=text]:focus { outline: none; box-s
|
|
| 910 |
|
| 911 |
.is-dark-theme .components-combobox-control__suggestions-container:-ms-input-placeholder { color: rgba(255, 255, 255, 0.65); }
|
| 912 |
|
| 913 |
-
.components-combobox-control__suggestions-container:focus-within { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0
|
| 914 |
|
| 915 |
.components-combobox-control__reset.components-button { display: flex; height: 24px; min-width: 24px; padding: 0; }
|
| 916 |
|
|
@@ -924,7 +935,7 @@ input.components-combobox-control__input[type=text]:focus { outline: none; box-s
|
|
| 924 |
|
| 925 |
.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point svg { height: 100%; width: 100%; }
|
| 926 |
|
| 927 |
-
.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button { border: 2px solid transparent; box-shadow: inset 0 0 0
|
| 928 |
|
| 929 |
.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button:focus, .components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button.is-active { box-shadow: 0 0 0 1px #fff, 0 0 0 3px #1e1e1e; }
|
| 930 |
|
|
@@ -952,7 +963,7 @@ input.components-combobox-control__input[type=text]:focus { outline: none; box-s
|
|
| 952 |
|
| 953 |
.components-custom-select-control__button.components-custom-select-control__button { padding-right: 24px; }
|
| 954 |
|
| 955 |
-
.components-custom-select-control__button:focus:not(:disabled) { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0
|
| 956 |
|
| 957 |
.components-custom-select-control__button .components-custom-select-control__button-icon { height: 100%; padding: 0; position: absolute; right: 0; top: 0; }
|
| 958 |
|
|
@@ -1122,7 +1133,7 @@ input.components-combobox-control__input[type=text]:focus { outline: none; box-s
|
|
| 1122 |
|
| 1123 |
.CalendarMonthGrid__animating { z-index: 1; }
|
| 1124 |
|
| 1125 |
-
.CalendarMonthGrid__horizontal { position: absolute; left:
|
| 1126 |
|
| 1127 |
.CalendarMonthGrid__vertical { margin: 0 auto; }
|
| 1128 |
|
|
@@ -1186,9 +1197,9 @@ input.components-combobox-control__input[type=text]:focus { outline: none; box-s
|
|
| 1186 |
|
| 1187 |
.DayPicker_weekHeaders { position: relative; }
|
| 1188 |
|
| 1189 |
-
.DayPicker_weekHeaders__horizontal { margin-left:
|
| 1190 |
|
| 1191 |
-
.DayPicker_weekHeader { color: #757575; position: absolute; top: 62px; z-index: 2; text-align: left; }
|
| 1192 |
|
| 1193 |
.DayPicker_weekHeader__vertical { left: 50%; }
|
| 1194 |
|
|
@@ -1196,7 +1207,7 @@ input.components-combobox-control__input[type=text]:focus { outline: none; box-s
|
|
| 1196 |
|
| 1197 |
.DayPicker_weekHeader_ul { list-style: none; margin: 1px 0; padding-left: 0; padding-right: 0; font-size: 14px; }
|
| 1198 |
|
| 1199 |
-
.DayPicker_weekHeader_li { display: inline-block; text-align: center; }
|
| 1200 |
|
| 1201 |
.DayPicker_transitionContainer { position: relative; overflow: hidden; border-radius: 3px; }
|
| 1202 |
|
|
@@ -1303,13 +1314,13 @@ input.components-combobox-control__input[type=text]:focus { outline: none; box-s
|
|
| 1303 |
|
| 1304 |
.components-datetime select, .components-datetime input { box-shadow: 0 0 0 transparent; transition: box-shadow 0.1s linear; border-radius: 2px; border: 1px solid #757575; }
|
| 1305 |
|
| 1306 |
-
@media (prefers-reduced-motion: reduce) { .components-datetime select, .components-datetime input { transition-duration: 0s; } }
|
| 1307 |
|
| 1308 |
.components-datetime select, .components-datetime input[type=number], .components-datetime .components-button { height: 30px; margin-top: 0; margin-bottom: 0; }
|
| 1309 |
|
| 1310 |
.components-datetime__date { min-height: 236px; border-top: 1px solid #ddd; }
|
| 1311 |
|
| 1312 |
-
.components-datetime__date .DayPickerNavigation_leftButton__horizontalDefault { left:
|
| 1313 |
|
| 1314 |
.components-datetime__date .CalendarMonth_caption { font-size: 13px; }
|
| 1315 |
|
|
@@ -1317,7 +1328,7 @@ input.components-combobox-control__input[type=text]:focus { outline: none; box-s
|
|
| 1317 |
|
| 1318 |
.components-datetime__date .CalendarDay { font-size: 13px; border: none; border-radius: 50%; text-align: center; }
|
| 1319 |
|
| 1320 |
-
.components-datetime__date .CalendarDay:focus { box-shadow: inset 0 0 0
|
| 1321 |
|
| 1322 |
.components-datetime__date .CalendarDay__selected { background: #007cba; background: var(--wp-admin-theme-color); border: 2px solid transparent; }
|
| 1323 |
|
|
@@ -1327,11 +1338,11 @@ input.components-combobox-control__input[type=text]:focus { outline: none; box-s
|
|
| 1327 |
|
| 1328 |
.components-datetime__date .DayPickerNavigation_button__horizontalDefault { padding: 2px 8px; top: 20px; }
|
| 1329 |
|
| 1330 |
-
.components-datetime__date .DayPickerNavigation_button__horizontalDefault:focus { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0
|
| 1331 |
|
| 1332 |
.components-datetime__date .DayPicker_weekHeader { top: 50px; }
|
| 1333 |
|
| 1334 |
-
.components-datetime__date .DayPicker_weekHeader .DayPicker_weekHeader_ul { margin: 1px
|
| 1335 |
|
| 1336 |
.components-datetime__date.is-description-visible .DayPicker { visibility: hidden; }
|
| 1337 |
|
|
@@ -1393,17 +1404,17 @@ body.is-dragging-components-draggable { cursor: move; /* Fallback for IE/Edge <
|
|
| 1393 |
|
| 1394 |
.components-drop-zone { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 40; visibility: hidden; opacity: 0; transition: 0.3s opacity, 0.3s background-color, 0s visibility 0.3s; border: 2px solid #007cba; border: 2px solid var(--wp-admin-theme-color); border-radius: 2px; }
|
| 1395 |
|
| 1396 |
-
@media (prefers-reduced-motion: reduce) { .components-drop-zone { transition-duration: 0s; } }
|
| 1397 |
|
| 1398 |
.components-drop-zone.is-active { opacity: 1; visibility: visible; transition: 0.3s opacity, 0.3s background-color; }
|
| 1399 |
|
| 1400 |
-
@media (prefers-reduced-motion: reduce) { .components-drop-zone.is-active { transition-duration: 0s; } }
|
| 1401 |
|
| 1402 |
.components-drop-zone.is-dragging-over-element { background-color: #007cba; background-color: var(--wp-admin-theme-color); }
|
| 1403 |
|
| 1404 |
.components-drop-zone__content { position: absolute; top: 50%; left: 0; right: 0; z-index: 50; transform: translateY(-50%); width: 100%; text-align: center; color: #fff; transition: transform 0.2s ease-in-out; }
|
| 1405 |
|
| 1406 |
-
@media (prefers-reduced-motion: reduce) { .components-drop-zone__content { transition-duration: 0s; } }
|
| 1407 |
|
| 1408 |
.components-drop-zone.is-dragging-over-element .components-drop-zone__content { transform: translateY(-50%) scale(1.05); }
|
| 1409 |
|
|
@@ -1449,11 +1460,11 @@ body.is-dragging-components-draggable { cursor: move; /* Fallback for IE/Edge <
|
|
| 1449 |
|
| 1450 |
.components-font-size-picker__controls .components-font-size-picker__number { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; padding: 6px 8px; box-shadow: 0 0 0 transparent; transition: box-shadow 0.1s linear; border-radius: 2px; border: 1px solid #757575; /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px; /* Override core line-height. To be reviewed. */ line-height: normal; display: inline-block; font-weight: 500; height: 30px; margin-bottom: 0; margin-left: 0; margin-right: 8px; margin-top: 8px; width: 54px; }
|
| 1451 |
|
| 1452 |
-
@media (prefers-reduced-motion: reduce) { .components-font-size-picker__controls .components-font-size-picker__number { transition-duration: 0s; } }
|
| 1453 |
|
| 1454 |
@media (min-width: 600px) { .components-font-size-picker__controls .components-font-size-picker__number { font-size: 13px; /* Override core line-height. To be reviewed. */ line-height: normal; } }
|
| 1455 |
|
| 1456 |
-
.components-font-size-picker__controls .components-font-size-picker__number:focus { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0
|
| 1457 |
|
| 1458 |
.components-font-size-picker__controls .components-font-size-picker__number::-webkit-input-placeholder { color: rgba(30, 30, 30, 0.62); }
|
| 1459 |
|
|
@@ -1483,19 +1494,19 @@ body.is-dragging-components-draggable { cursor: move; /* Fallback for IE/Edge <
|
|
| 1483 |
|
| 1484 |
.components-form-toggle .components-form-toggle__track { content: ""; display: inline-block; box-sizing: border-box; vertical-align: top; background-color: #fff; border: 1px solid #1e1e1e; width: 36px; height: 18px; border-radius: 9px; transition: 0.2s background ease; }
|
| 1485 |
|
| 1486 |
-
@media (prefers-reduced-motion: reduce) { .components-form-toggle .components-form-toggle__track { transition-duration: 0s; } }
|
| 1487 |
|
| 1488 |
.components-form-toggle .components-form-toggle__thumb { display: block; position: absolute; box-sizing: border-box; top: 3px; left: 3px; width: 12px; height: 12px; border-radius: 50%; transition: 0.1s transform ease; background-color: #1e1e1e; border: 5px solid #1e1e1e; }
|
| 1489 |
|
| 1490 |
-
@media (prefers-reduced-motion: reduce) { .components-form-toggle .components-form-toggle__thumb { transition-duration: 0s; } }
|
| 1491 |
|
| 1492 |
.components-form-toggle.is-checked .components-form-toggle__track { background-color: #007cba; background-color: var(--wp-admin-theme-color); border: 1px solid #007cba; border: 1px solid var(--wp-admin-theme-color); border: 9px solid transparent; }
|
| 1493 |
|
| 1494 |
-
.components-form-toggle .components-form-toggle__input:focus + .components-form-toggle__track { box-shadow: 0 0 0 2px #fff, 0 0 0
|
| 1495 |
|
| 1496 |
.components-form-toggle.is-checked .components-form-toggle__thumb { background-color: #fff; border-width: 0; transform: translateX(18px); }
|
| 1497 |
|
| 1498 |
-
.components-disabled .components-form-toggle { opacity: 0.3; }
|
| 1499 |
|
| 1500 |
.components-form-toggle input.components-form-toggle__input[type=checkbox] { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; margin: 0; padding: 0; z-index: 1; border: none; }
|
| 1501 |
|
|
@@ -1503,13 +1514,13 @@ body.is-dragging-components-draggable { cursor: move; /* Fallback for IE/Edge <
|
|
| 1503 |
|
| 1504 |
.components-form-toggle input.components-form-toggle__input[type=checkbox]::before { content: ""; }
|
| 1505 |
|
| 1506 |
-
.components-form-token-field__input-container { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; padding: 6px 8px; box-shadow: 0 0 0 transparent; transition: box-shadow 0.1s linear; border-radius: 2px; border: 1px solid #757575; /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px; /* Override core line-height. To be reviewed. */ line-height: normal; display: flex; flex-wrap: wrap; align-items:
|
| 1507 |
|
| 1508 |
-
@media (prefers-reduced-motion: reduce) { .components-form-token-field__input-container { transition-duration: 0s; } }
|
| 1509 |
|
| 1510 |
@media (min-width: 600px) { .components-form-token-field__input-container { font-size: 13px; /* Override core line-height. To be reviewed. */ line-height: normal; } }
|
| 1511 |
|
| 1512 |
-
.components-form-token-field__input-container:focus { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0
|
| 1513 |
|
| 1514 |
.components-form-token-field__input-container::-webkit-input-placeholder { color: rgba(30, 30, 30, 0.62); }
|
| 1515 |
|
|
@@ -1525,7 +1536,7 @@ body.is-dragging-components-draggable { cursor: move; /* Fallback for IE/Edge <
|
|
| 1525 |
|
| 1526 |
.components-form-token-field__input-container.is-disabled { background: #ddd; border-color: #ddd; }
|
| 1527 |
|
| 1528 |
-
.components-form-token-field__input-container.is-active { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0
|
| 1529 |
|
| 1530 |
.components-form-token-field__input-container input[type=text].components-form-token-field__input { display: inline-block; flex: 1; font-size: 16px; width: 100%; max-width: 100%; margin-left: 4px; padding: 0; min-height: 24px; min-width: 50px; background: inherit; border: 0; color: #1e1e1e; box-shadow: none; }
|
| 1531 |
|
|
@@ -1563,7 +1574,7 @@ body.is-dragging-components-draggable { cursor: move; /* Fallback for IE/Edge <
|
|
| 1563 |
|
| 1564 |
.components-form-token-field__token-text, .components-form-token-field__remove-token.components-button { display: inline-block; line-height: 24px; height: auto; background: #ddd; min-width: unset; transition: all 0.2s cubic-bezier(0.4, 1, 0.4, 1); }
|
| 1565 |
|
| 1566 |
-
@media (prefers-reduced-motion: reduce) { .components-form-token-field__token-text, .components-form-token-field__remove-token.components-button { transition-duration: 0s; -webkit-animation-duration: 1ms; animation-duration: 1ms; } }
|
| 1567 |
|
| 1568 |
.components-form-token-field__token-text { border-radius: 2px 0 0 2px; padding: 0 0 0 8px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
|
| 1569 |
|
|
@@ -1573,7 +1584,7 @@ body.is-dragging-components-draggable { cursor: move; /* Fallback for IE/Edge <
|
|
| 1573 |
|
| 1574 |
.components-form-token-field__suggestions-list { flex: 1 0 100%; min-width: 100%; max-height: 9em; overflow-y: auto; transition: all 0.15s ease-in-out; list-style: none; border-top: 1px solid #757575; margin: 4px -4px -4px; padding: 0; }
|
| 1575 |
|
| 1576 |
-
@media (prefers-reduced-motion: reduce) { .components-form-token-field__suggestions-list { transition-duration: 0s; } }
|
| 1577 |
|
| 1578 |
.components-form-token-field__suggestion { color: #757575; display: block; font-size: 13px; padding: 4px 8px; margin: 0; cursor: pointer; }
|
| 1579 |
|
|
@@ -1599,11 +1610,11 @@ body.is-dragging-components-draggable { cursor: move; /* Fallback for IE/Edge <
|
|
| 1599 |
|
| 1600 |
@media (max-width: 600px) { .components-guide__footer { position: absolute; bottom: 0; } }
|
| 1601 |
|
| 1602 |
-
.components-guide__page-control { margin:
|
| 1603 |
|
| 1604 |
-
.components-guide__page-control li { display: inline-block; }
|
| 1605 |
|
| 1606 |
-
.components-guide__page-control .components-button { height: 30px; min-width: 20px; }
|
| 1607 |
|
| 1608 |
.components-guide .components-modal__content { padding: 0; }
|
| 1609 |
|
|
@@ -1636,6 +1647,8 @@ body.is-dragging-components-draggable { cursor: move; /* Fallback for IE/Edge <
|
|
| 1636 |
|
| 1637 |
.components-menu-group + .components-menu-group { margin-top: 8px; padding-top: 8px; border-top: 1px solid #1e1e1e; }
|
| 1638 |
|
|
|
|
|
|
|
| 1639 |
.components-menu-group__label { padding: 0 8px; margin-top: 4px; margin-bottom: 12px; color: #757575; text-transform: uppercase; font-size: 11px; font-weight: 500; }
|
| 1640 |
|
| 1641 |
.components-menu-item__button, .components-menu-item__button.components-button { width: 100%; }
|
|
@@ -1646,6 +1659,10 @@ body.is-dragging-components-draggable { cursor: move; /* Fallback for IE/Edge <
|
|
| 1646 |
|
| 1647 |
.components-menu-item__button .block-editor-block-icon, .components-menu-item__button.components-button .block-editor-block-icon { margin-left: -2px; margin-right: 8px; }
|
| 1648 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1649 |
.components-menu-item__info-wrapper { display: flex; flex-direction: column; margin-right: auto; }
|
| 1650 |
|
| 1651 |
.components-menu-item__info { margin-top: 4px; font-size: 12px; color: #757575; white-space: normal; }
|
|
@@ -1662,13 +1679,13 @@ body.is-dragging-components-draggable { cursor: move; /* Fallback for IE/Edge <
|
|
| 1662 |
|
| 1663 |
.components-modal__screen-overlay { position: fixed; top: 0; right: 0; bottom: 0; left: 0; background-color: rgba(0, 0, 0, 0.35); z-index: 100000; -webkit-animation: edit-post__fade-in-animation 0.2s ease-out 0s; animation: edit-post__fade-in-animation 0.2s ease-out 0s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }
|
| 1664 |
|
| 1665 |
-
@media (prefers-reduced-motion: reduce) { .components-modal__screen-overlay { -webkit-animation-duration: 1ms; animation-duration: 1ms; } }
|
| 1666 |
|
| 1667 |
-
.components-modal__frame { position: absolute; top: 0; right: 0; bottom: 0; left: 0; box-sizing: border-box; margin: 0;
|
| 1668 |
|
| 1669 |
@media (min-width: 600px) { .components-modal__frame { top: 50%; right: auto; bottom: auto; left: 50%; min-width: 360px; max-width: calc(100% - 16px - 16px); max-height: 90%; transform: translate(-50%, -50%); -webkit-animation: components-modal__appear-animation 0.1s ease-out; animation: components-modal__appear-animation 0.1s ease-out; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; } }
|
| 1670 |
|
| 1671 |
-
@media (min-width: 600px) and (prefers-reduced-motion: reduce) { .components-modal__frame { -webkit-animation-duration: 1ms; animation-duration: 1ms; } }
|
| 1672 |
|
| 1673 |
@-webkit-keyframes components-modal__appear-animation { from { margin-top: 32px; }
|
| 1674 |
to { margin-top: 0; } }
|
|
@@ -1676,7 +1693,7 @@ body.is-dragging-components-draggable { cursor: move; /* Fallback for IE/Edge <
|
|
| 1676 |
@keyframes components-modal__appear-animation { from { margin-top: 32px; }
|
| 1677 |
to { margin-top: 0; } }
|
| 1678 |
|
| 1679 |
-
.components-modal__header { box-sizing: border-box; border-bottom: 1px solid #ddd; padding: 0
|
| 1680 |
|
| 1681 |
@supports (-ms-ime-align: auto) { .components-modal__header { position: fixed; width: 100%; } }
|
| 1682 |
|
|
@@ -1692,7 +1709,7 @@ body.is-dragging-components-draggable { cursor: move; /* Fallback for IE/Edge <
|
|
| 1692 |
|
| 1693 |
.components-modal__header-icon-container svg { max-width: 36px; max-height: 36px; padding: 8px; }
|
| 1694 |
|
| 1695 |
-
.components-modal__content { box-sizing: border-box; height: 100%; padding: 0
|
| 1696 |
|
| 1697 |
@supports (-ms-ime-align: auto) { .components-modal__content { padding-top: 60px; } }
|
| 1698 |
|
|
@@ -1746,21 +1763,21 @@ body.is-dragging-components-draggable { cursor: move; /* Fallback for IE/Edge <
|
|
| 1746 |
|
| 1747 |
.components-panel__body > .components-panel__body-title { display: block; padding: 0; font-size: inherit; margin-top: 0; margin-bottom: 0; transition: 0.1s background ease-in-out; }
|
| 1748 |
|
| 1749 |
-
@media (prefers-reduced-motion: reduce) { .components-panel__body > .components-panel__body-title { transition-duration: 0s; } }
|
| 1750 |
|
| 1751 |
.components-panel__body.is-opened > .components-panel__body-title { margin: -16px; margin-bottom: 5px; }
|
| 1752 |
|
| 1753 |
.components-panel__body > .components-panel__body-title:hover { background: #f0f0f0; border: none; }
|
| 1754 |
|
| 1755 |
-
.components-panel__body-toggle.components-button { position: relative; padding: 16px; outline: none; width: 100%; font-weight: 500; text-align: left; color: #1e1e1e; border: none; box-shadow: none; transition: 0.1s background ease-in-out; height: auto; /* rtl:begin:ignore */ /* rtl:end:ignore */ }
|
| 1756 |
|
| 1757 |
-
@media (prefers-reduced-motion: reduce) { .components-panel__body-toggle.components-button { transition-duration: 0s; } }
|
| 1758 |
|
| 1759 |
-
.components-panel__body-toggle.components-button:focus { box-shadow: inset 0 0 0
|
| 1760 |
|
| 1761 |
.components-panel__body-toggle.components-button .components-panel__arrow { position: absolute; right: 16px; top: 50%; transform: translateY(-50%); color: #1e1e1e; fill: currentColor; transition: 0.1s color ease-in-out; }
|
| 1762 |
|
| 1763 |
-
@media (prefers-reduced-motion: reduce) { .components-panel__body-toggle.components-button .components-panel__arrow { transition-duration: 0s; } }
|
| 1764 |
|
| 1765 |
body.rtl .components-panel__body-toggle.components-button .dashicons-arrow-right { transform: scaleX(-1); -ms-filter: fliph; filter: FlipH; margin-top: -10px; }
|
| 1766 |
|
|
@@ -1792,6 +1809,8 @@ body.rtl .components-panel__body-toggle.components-button .dashicons-arrow-right
|
|
| 1792 |
|
| 1793 |
.components-placeholder__label > svg, .components-placeholder__label .dashicon, .components-placeholder__label .block-editor-block-icon { fill: currentColor; margin-right: 1ch; }
|
| 1794 |
|
|
|
|
|
|
|
| 1795 |
.components-placeholder__fieldset, .components-placeholder__fieldset form { display: flex; flex-direction: row; width: 100%; flex-wrap: wrap; }
|
| 1796 |
|
| 1797 |
.components-placeholder__fieldset p, .components-placeholder__fieldset form p { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 13px; }
|
|
@@ -1800,11 +1819,11 @@ body.rtl .components-panel__body-toggle.components-button .dashicons-arrow-right
|
|
| 1800 |
|
| 1801 |
.components-placeholder__input[type=url] { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; padding: 6px 8px; box-shadow: 0 0 0 transparent; transition: box-shadow 0.1s linear; border-radius: 2px; border: 1px solid #757575; /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px; /* Override core line-height. To be reviewed. */ line-height: normal; margin: 0 8px 0 0; flex: 1 1 auto; }
|
| 1802 |
|
| 1803 |
-
@media (prefers-reduced-motion: reduce) { .components-placeholder__input[type=url] { transition-duration: 0s; } }
|
| 1804 |
|
| 1805 |
@media (min-width: 600px) { .components-placeholder__input[type=url] { font-size: 13px; /* Override core line-height. To be reviewed. */ line-height: normal; } }
|
| 1806 |
|
| 1807 |
-
.components-placeholder__input[type=url]:focus { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0
|
| 1808 |
|
| 1809 |
.components-placeholder__input[type=url]::-webkit-input-placeholder { color: rgba(30, 30, 30, 0.62); }
|
| 1810 |
|
|
@@ -1942,11 +1961,11 @@ body.rtl .components-panel__body-toggle.components-button .dashicons-arrow-right
|
|
| 1942 |
|
| 1943 |
.components-radio-control__input[type=radio] { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; padding: 6px 8px; box-shadow: 0 0 0 transparent; transition: box-shadow 0.1s linear; border-radius: 2px; border: 1px solid #757575; /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px; /* Override core line-height. To be reviewed. */ line-height: normal; border: 1px solid #1e1e1e; margin-right: 12px; transition: none; border-radius: 50%; width: 24px; height: 24px; margin-top: 0; margin-right: 6px; }
|
| 1944 |
|
| 1945 |
-
@media (prefers-reduced-motion: reduce) { .components-radio-control__input[type=radio] { transition-duration: 0s; } }
|
| 1946 |
|
| 1947 |
@media (min-width: 600px) { .components-radio-control__input[type=radio] { font-size: 13px; /* Override core line-height. To be reviewed. */ line-height: normal; } }
|
| 1948 |
|
| 1949 |
-
.components-radio-control__input[type=radio]:focus { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0
|
| 1950 |
|
| 1951 |
.components-radio-control__input[type=radio]::-webkit-input-placeholder { color: rgba(30, 30, 30, 0.62); }
|
| 1952 |
|
|
@@ -1966,7 +1985,7 @@ body.rtl .components-panel__body-toggle.components-button .dashicons-arrow-right
|
|
| 1966 |
|
| 1967 |
@media (min-width: 600px) { .components-radio-control__input[type=radio]:checked::before { transform: translate(5px, 5px); } }
|
| 1968 |
|
| 1969 |
-
.components-radio-control__input[type=radio]:focus { box-shadow: 0 0 0 2px #fff, 0 0 0
|
| 1970 |
|
| 1971 |
.components-radio-control__input[type=radio]:checked { background: #007cba; background: var(--wp-admin-theme-color); border-color: #007cba; border-color: var(--wp-admin-theme-color); }
|
| 1972 |
|
|
@@ -1978,7 +1997,7 @@ body.rtl .components-panel__body-toggle.components-button .dashicons-arrow-right
|
|
| 1978 |
|
| 1979 |
.components-resizable-box__side-handle::before { display: block; content: ""; width: 7px; height: 7px; border: 2px solid #fff; background: #007cba; background: var(--wp-admin-theme-color); cursor: inherit; position: absolute; top: calc(50% - 4px); right: calc(50% - 4px); transition: transform 0.1s ease-in; opacity: 0; }
|
| 1980 |
|
| 1981 |
-
@media (prefers-reduced-motion: reduce) { .components-resizable-box__side-handle::before { transition-duration: 0s; } }
|
| 1982 |
|
| 1983 |
.is-dark-theme .components-resizable-box__side-handle::before, .is-dark-theme .components-resizable-box__handle::after { border-color: #ddd; }
|
| 1984 |
|
|
@@ -1992,11 +2011,11 @@ body.rtl .components-panel__body-toggle.components-button .dashicons-arrow-right
|
|
| 1992 |
|
| 1993 |
.components-resizable-box__side-handle.components-resizable-box__handle-top:hover::before, .components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover::before, .components-resizable-box__side-handle.components-resizable-box__handle-top:active::before, .components-resizable-box__side-handle.components-resizable-box__handle-bottom:active::before { -webkit-animation: components-resizable-box__top-bottom-animation 0.1s ease-out 0s; animation: components-resizable-box__top-bottom-animation 0.1s ease-out 0s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }
|
| 1994 |
|
| 1995 |
-
@media (prefers-reduced-motion: reduce) { .components-resizable-box__side-handle.components-resizable-box__handle-top:hover::before, .components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover::before, .components-resizable-box__side-handle.components-resizable-box__handle-top:active::before, .components-resizable-box__side-handle.components-resizable-box__handle-bottom:active::before { -webkit-animation-duration: 1ms; animation-duration: 1ms; } }
|
| 1996 |
|
| 1997 |
.components-resizable-box__side-handle.components-resizable-box__handle-left:hover::before, .components-resizable-box__side-handle.components-resizable-box__handle-right:hover::before, .components-resizable-box__side-handle.components-resizable-box__handle-left:active::before, .components-resizable-box__side-handle.components-resizable-box__handle-right:active::before { -webkit-animation: components-resizable-box__left-right-animation 0.1s ease-out 0s; animation: components-resizable-box__left-right-animation 0.1s ease-out 0s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }
|
| 1998 |
|
| 1999 |
-
@media (prefers-reduced-motion: reduce) { .components-resizable-box__side-handle.components-resizable-box__handle-left:hover::before, .components-resizable-box__side-handle.components-resizable-box__handle-right:hover::before, .components-resizable-box__side-handle.components-resizable-box__handle-left:active::before, .components-resizable-box__side-handle.components-resizable-box__handle-right:active::before { -webkit-animation-duration: 1ms; animation-duration: 1ms; } }
|
| 2000 |
|
| 2001 |
/* This CSS is shown only to Safari, which has a bug with table-caption making it jumpy.
|
| 2002 |
See https://bugs.webkit.org/show_bug.cgi?id=187903. */
|
|
@@ -2051,7 +2070,7 @@ html.lockscroll, body.lockscroll { overflow: hidden; }
|
|
| 2051 |
|
| 2052 |
@media (max-width: 782px) { .components-base-control .components-base-control__field .components-select-control__input { font-size: 16px; } }
|
| 2053 |
|
| 2054 |
-
.components-snackbar { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 13px; background-color: #1e1e1e; border-radius: 2px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); color: #fff; padding: 16px 24px; width: 100%; max-width: 600px; box-sizing: border-box; cursor: pointer; }
|
| 2055 |
|
| 2056 |
@media (min-width: 600px) { .components-snackbar { width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; } }
|
| 2057 |
|
|
@@ -2075,33 +2094,35 @@ html.lockscroll, body.lockscroll { overflow: hidden; }
|
|
| 2075 |
|
| 2076 |
.components-snackbar__content { display: flex; align-items: baseline; justify-content: space-between; line-height: 1.4; }
|
| 2077 |
|
| 2078 |
-
.components-snackbar-list { position: absolute; z-index: 100000; width: 100%; box-sizing: border-box; }
|
| 2079 |
|
| 2080 |
.components-snackbar-list__notice-container { position: relative; padding-top: 8px; }
|
| 2081 |
|
| 2082 |
-
.components-tab-panel__tabs { display: flex; align-items: stretch; }
|
|
|
|
|
|
|
| 2083 |
|
| 2084 |
.components-tab-panel__tabs-item { background: transparent; border: none; box-shadow: none; border-radius: 0; cursor: pointer; height: 48px; padding: 3px 16px; margin-left: 0; font-weight: 500; transition: box-shadow 0.1s linear; box-sizing: border-box; }
|
| 2085 |
|
| 2086 |
.components-tab-panel__tabs-item::after { content: attr(data-label); display: block; height: 0; overflow: hidden; speak: none; visibility: hidden; }
|
| 2087 |
|
| 2088 |
-
.components-tab-panel__tabs-item:focus:not(:disabled) { box-shadow: inset 0
|
| 2089 |
|
| 2090 |
-
.components-tab-panel__tabs-item.is-active { box-shadow: inset 0 0 0
|
| 2091 |
|
| 2092 |
.components-tab-panel__tabs-item.is-active::before { content: ""; position: absolute; top: 0; bottom: 1px; right: 0; left: 0; border-bottom: 4px solid transparent; }
|
| 2093 |
|
| 2094 |
-
.components-tab-panel__tabs-item:focus { box-shadow: inset 0 0 0
|
| 2095 |
|
| 2096 |
-
.components-tab-panel__tabs-item.is-active:focus { box-shadow: inset 0 0 0
|
| 2097 |
|
| 2098 |
.components-text-control__input, .components-text-control__input[type=text], .components-text-control__input[type=tel], .components-text-control__input[type=time], .components-text-control__input[type=url], .components-text-control__input[type=week], .components-text-control__input[type=password], .components-text-control__input[type=color], .components-text-control__input[type=date], .components-text-control__input[type=datetime], .components-text-control__input[type=datetime-local], .components-text-control__input[type=email], .components-text-control__input[type=month], .components-text-control__input[type=number] { width: 100%; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; padding: 6px 8px; box-shadow: 0 0 0 transparent; transition: box-shadow 0.1s linear; border-radius: 2px; border: 1px solid #757575; /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px; /* Override core line-height. To be reviewed. */ line-height: normal; }
|
| 2099 |
|
| 2100 |
-
@media (prefers-reduced-motion: reduce) { .components-text-control__input, .components-text-control__input[type=text], .components-text-control__input[type=tel], .components-text-control__input[type=time], .components-text-control__input[type=url], .components-text-control__input[type=week], .components-text-control__input[type=password], .components-text-control__input[type=color], .components-text-control__input[type=date], .components-text-control__input[type=datetime], .components-text-control__input[type=datetime-local], .components-text-control__input[type=email], .components-text-control__input[type=month], .components-text-control__input[type=number] { transition-duration: 0s; } }
|
| 2101 |
|
| 2102 |
@media (min-width: 600px) { .components-text-control__input, .components-text-control__input[type=text], .components-text-control__input[type=tel], .components-text-control__input[type=time], .components-text-control__input[type=url], .components-text-control__input[type=week], .components-text-control__input[type=password], .components-text-control__input[type=color], .components-text-control__input[type=date], .components-text-control__input[type=datetime], .components-text-control__input[type=datetime-local], .components-text-control__input[type=email], .components-text-control__input[type=month], .components-text-control__input[type=number] { font-size: 13px; /* Override core line-height. To be reviewed. */ line-height: normal; } }
|
| 2103 |
|
| 2104 |
-
.components-text-control__input:focus, .components-text-control__input[type=text]:focus, .components-text-control__input[type=tel]:focus, .components-text-control__input[type=time]:focus, .components-text-control__input[type=url]:focus, .components-text-control__input[type=week]:focus, .components-text-control__input[type=password]:focus, .components-text-control__input[type=color]:focus, .components-text-control__input[type=date]:focus, .components-text-control__input[type=datetime]:focus, .components-text-control__input[type=datetime-local]:focus, .components-text-control__input[type=email]:focus, .components-text-control__input[type=month]:focus, .components-text-control__input[type=number]:focus { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0
|
| 2105 |
|
| 2106 |
.components-text-control__input::-webkit-input-placeholder, .components-text-control__input[type=text]::-webkit-input-placeholder, .components-text-control__input[type=tel]::-webkit-input-placeholder, .components-text-control__input[type=time]::-webkit-input-placeholder, .components-text-control__input[type=url]::-webkit-input-placeholder, .components-text-control__input[type=week]::-webkit-input-placeholder, .components-text-control__input[type=password]::-webkit-input-placeholder, .components-text-control__input[type=color]::-webkit-input-placeholder, .components-text-control__input[type=date]::-webkit-input-placeholder, .components-text-control__input[type=datetime]::-webkit-input-placeholder, .components-text-control__input[type=datetime-local]::-webkit-input-placeholder, .components-text-control__input[type=email]::-webkit-input-placeholder, .components-text-control__input[type=month]::-webkit-input-placeholder, .components-text-control__input[type=number]::-webkit-input-placeholder { color: rgba(30, 30, 30, 0.62); }
|
| 2107 |
|
|
@@ -2137,7 +2158,7 @@ html.lockscroll, body.lockscroll { overflow: hidden; }
|
|
| 2137 |
|
| 2138 |
.components-accessible-toolbar .components-button::before, .components-toolbar .components-button::before { content: ""; position: absolute; display: block; border-radius: 2px; height: 32px; left: 8px; right: 8px; z-index: -1; -webkit-animation: components-button__appear-animation 0.1s ease; animation: components-button__appear-animation 0.1s ease; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }
|
| 2139 |
|
| 2140 |
-
@media (prefers-reduced-motion: reduce) { .components-accessible-toolbar .components-button::before, .components-toolbar .components-button::before { -webkit-animation-duration: 1ms; animation-duration: 1ms; } }
|
| 2141 |
|
| 2142 |
.components-accessible-toolbar .components-button svg, .components-toolbar .components-button svg { position: relative; margin-left: auto; margin-right: auto; }
|
| 2143 |
|
|
@@ -2147,7 +2168,7 @@ html.lockscroll, body.lockscroll { overflow: hidden; }
|
|
| 2147 |
|
| 2148 |
.components-accessible-toolbar .components-button.is-pressed::before, .components-toolbar .components-button.is-pressed::before { background: #1e1e1e; }
|
| 2149 |
|
| 2150 |
-
.components-accessible-toolbar .components-button:focus::before, .components-toolbar .components-button:focus::before { box-shadow: inset 0 0 0
|
| 2151 |
|
| 2152 |
.components-accessible-toolbar .components-button.has-icon, .components-toolbar .components-button.has-icon { padding-left: 8px; padding-right: 8px; min-width: 48px; justify-content: center; }
|
| 2153 |
|
|
@@ -2187,23 +2208,23 @@ div.components-toolbar > div + div.has-left-divider { margin-left: 6px; position
|
|
| 2187 |
|
| 2188 |
div.components-toolbar > div + div.has-left-divider::before { display: inline-block; content: ""; box-sizing: content-box; background-color: #ddd; position: absolute; top: 8px; left: -3px; width: 1px; height: 20px; }
|
| 2189 |
|
| 2190 |
-
.components-
|
| 2191 |
|
| 2192 |
-
.components-
|
| 2193 |
|
| 2194 |
-
.components-
|
| 2195 |
|
| 2196 |
-
.components-
|
| 2197 |
|
| 2198 |
-
.components-
|
| 2199 |
|
| 2200 |
-
.components-
|
| 2201 |
|
| 2202 |
-
.components-
|
| 2203 |
|
| 2204 |
-
.
|
| 2205 |
|
| 2206 |
-
.
|
| 2207 |
|
| 2208 |
.components-tooltip.components-popover { z-index: 1000002; }
|
| 2209 |
|
|
@@ -2215,13 +2236,17 @@ div.components-toolbar > div + div.has-left-divider::before { display: inline-bl
|
|
| 2215 |
|
| 2216 |
.components-tooltip__shortcut { display: inline-block; margin-left: 8px; }
|
| 2217 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2218 |
.components-visually-hidden { border: 0; clip: rect(1px, 1px, 1px, 1px); -webkit-clip-path: inset(50%); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; word-wrap: normal !important; }
|
| 2219 |
|
| 2220 |
.components-visually-hidden:focus { background-color: #ddd; clip: auto !important; -webkit-clip-path: none; clip-path: none; color: #444; display: block; font-size: 1em; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; }
|
| 2221 |
|
| 2222 |
/** Colors */
|
| 2223 |
/** Breakpoints & Media Queries */
|
| 2224 |
-
/** SCSS Variables. Please use variables from this sheet to ensure consistency across the UI. Don't add to this sheet unless you're pretty sure the value will be reused in many places. */
|
| 2225 |
/** Colors */
|
| 2226 |
/** Fonts & basic variables. */
|
| 2227 |
/** Grid System. https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/ */
|
|
@@ -2239,8 +2264,9 @@ div.components-toolbar > div + div.has-left-divider::before { display: inline-bl
|
|
| 2239 |
/** Allows users to opt-out of animations via OS-level preferences. */
|
| 2240 |
/** Reset default styles for JavaScript UI based pages. This is a WP-admin agnostic reset */
|
| 2241 |
/** Reset the WP Admin page styles for Gutenberg-like pages. */
|
| 2242 |
-
|
| 2243 |
-
|
|
|
|
| 2244 |
|
| 2245 |
.components-panel__header.interface-complementary-area-header__small { background: #fff; padding-right: 4px; }
|
| 2246 |
|
|
@@ -2256,19 +2282,19 @@ div.components-toolbar > div + div.has-left-divider::before { display: inline-bl
|
|
| 2256 |
|
| 2257 |
@media (min-width: 782px) { .interface-complementary-area-header .components-button.has-icon { display: flex; } }
|
| 2258 |
|
| 2259 |
-
.interface-complementary-area { background: #fff; color: #1e1e1e;
|
| 2260 |
|
| 2261 |
-
@media (min-width: 600px) { .interface-complementary-area {
|
| 2262 |
|
| 2263 |
@media (min-width: 782px) { .interface-complementary-area { width: 280px; } }
|
| 2264 |
|
| 2265 |
-
.interface-complementary-area
|
| 2266 |
|
| 2267 |
-
|
| 2268 |
|
| 2269 |
-
.interface-complementary-area
|
| 2270 |
|
| 2271 |
-
@media (min-width:
|
| 2272 |
|
| 2273 |
.interface-complementary-area p { margin-top: 0; }
|
| 2274 |
|
|
@@ -2295,7 +2321,7 @@ html.interface-interface-skeleton__html-container { position: fixed; width: 100%
|
|
| 2295 |
@media (min-width: 783px) { .interface-interface-skeleton { top: 32px; }
|
| 2296 |
.is-fullscreen-mode .interface-interface-skeleton { top: 0; } }
|
| 2297 |
|
| 2298 |
-
.interface-interface-skeleton__editor { display: flex; flex-direction: column; flex: 0 1 100%; }
|
| 2299 |
|
| 2300 |
.interface-interface-skeleton { /* Set left position when auto-fold is not on the body element. */ left: 0; }
|
| 2301 |
|
|
@@ -2312,17 +2338,11 @@ html.interface-interface-skeleton__html-container { position: fixed; width: 100%
|
|
| 2312 |
|
| 2313 |
@media (min-width: 783px) { .folded .interface-interface-skeleton { left: 36px; } }
|
| 2314 |
|
| 2315 |
-
/* Mobile menu opened. */
|
| 2316 |
-
@media (max-width: 783px) { .auto-fold .wp-responsive-open .interface-interface-skeleton { left: 190px; } }
|
| 2317 |
-
|
| 2318 |
-
/* In small screens with responsive menu expanded there is small white space. */
|
| 2319 |
-
@media (max-width: 600px) { .auto-fold .wp-responsive-open .interface-interface-skeleton { margin-left: -18px; } }
|
| 2320 |
-
|
| 2321 |
body.is-fullscreen-mode .interface-interface-skeleton { left: 0 !important; }
|
| 2322 |
|
| 2323 |
.interface-interface-skeleton__body { flex-grow: 1; display: flex; overflow: auto; overscroll-behavior-y: none; }
|
| 2324 |
|
| 2325 |
-
@media (min-width: 782px) { .interface-interface-skeleton__body { padding-bottom: 25px; } }
|
| 2326 |
|
| 2327 |
.interface-interface-skeleton__content { flex-grow: 1; display: flex; flex-direction: column; overflow: auto; }
|
| 2328 |
|
|
@@ -2330,13 +2350,13 @@ body.is-fullscreen-mode .interface-interface-skeleton { left: 0 !important; }
|
|
| 2330 |
|
| 2331 |
@media (min-width: 782px) { .interface-interface-skeleton__secondary-sidebar, .interface-interface-skeleton__sidebar { position: relative !important; z-index: 90; width: auto; } }
|
| 2332 |
|
| 2333 |
-
|
| 2334 |
|
| 2335 |
-
@media (min-width: 782px) { .interface-interface-
|
| 2336 |
|
| 2337 |
-
.interface-interface-
|
| 2338 |
|
| 2339 |
-
|
| 2340 |
|
| 2341 |
.interface-interface-skeleton__footer { height: auto; flex-shrink: 0; border-top: 1px solid #e0e0e0; color: #1e1e1e; position: absolute; bottom: 0; left: 0; width: 100%; background-color: #fff; z-index: 90; display: none; }
|
| 2342 |
|
|
@@ -2350,6 +2370,10 @@ body.is-fullscreen-mode .interface-interface-skeleton { left: 0 !important; }
|
|
| 2350 |
|
| 2351 |
.interface-pinned-items { display: flex; }
|
| 2352 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2353 |
.interface-pinned-items .components-button { margin-left: 4px; }
|
| 2354 |
|
| 2355 |
.interface-pinned-items .components-button svg { max-width: 24px; max-height: 24px; }
|
|
@@ -2398,9 +2422,9 @@ body.is-fullscreen-mode .interface-interface-skeleton { left: 0 !important; }
|
|
| 2398 |
|
| 2399 |
.show-icon-labels.interface-pinned-items .is-tertiary:active, .show-icon-labels .edit-post-header .is-tertiary:active, .edit-post-header__dropdown .is-tertiary:active { box-shadow: 0 0 0 1.5px #007cba; box-shadow: 0 0 0 1.5px var(--wp-admin-theme-color); background-color: transparent; }
|
| 2400 |
|
| 2401 |
-
.show-icon-labels.interface-pinned-items .edit-post-
|
| 2402 |
|
| 2403 |
-
.show-icon-labels.interface-pinned-items .edit-post-
|
| 2404 |
|
| 2405 |
.show-icon-labels.interface-pinned-items .edit-post-fullscreen-mode-close.has-icon, .show-icon-labels .edit-post-header .edit-post-fullscreen-mode-close.has-icon, .edit-post-header__dropdown .edit-post-fullscreen-mode-close.has-icon { width: 60px; }
|
| 2406 |
|
|
@@ -2434,12 +2458,18 @@ body.is-fullscreen-mode .interface-interface-skeleton { left: 0 !important; }
|
|
| 2434 |
|
| 2435 |
.edit-post-fullscreen-mode-close.has-icon { display: none; }
|
| 2436 |
|
| 2437 |
-
@media (min-width: 782px) { .edit-post-fullscreen-mode-close.has-icon { display: flex; align-items: center; -ms-grid-row-align: stretch; align-self: stretch; border: none; background: #23282e; color: #fff; border-radius: 0; height: 60px; width: 60px; }
|
| 2438 |
-
.edit-post-fullscreen-mode-close.has-icon:hover { background: #32373d; }
|
| 2439 |
.edit-post-fullscreen-mode-close.has-icon:active { color: #fff; }
|
| 2440 |
-
.edit-post-fullscreen-mode-close.has-icon:focus { box-shadow:
|
|
|
|
|
|
|
|
|
|
| 2441 |
|
| 2442 |
-
.edit-post-fullscreen-mode-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2443 |
|
| 2444 |
.edit-post-header-toolbar { display: inline-flex; flex-grow: 1; align-items: center; border: none; }
|
| 2445 |
|
|
@@ -2449,6 +2479,12 @@ body.is-fullscreen-mode .interface-interface-skeleton { left: 0 !important; }
|
|
| 2449 |
|
| 2450 |
.edit-post-header-toolbar .edit-post-header-toolbar__left > .edit-post-header-toolbar__inserter-toggle { display: inline-flex; }
|
| 2451 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2452 |
.edit-post-header-toolbar .block-editor-block-navigation { display: none; }
|
| 2453 |
|
| 2454 |
@media (min-width: 600px) { .edit-post-header-toolbar .block-editor-block-navigation { display: flex; } }
|
|
@@ -2457,13 +2493,13 @@ body.is-fullscreen-mode .interface-interface-skeleton { left: 0 !important; }
|
|
| 2457 |
|
| 2458 |
.edit-post-header-toolbar .edit-post-header-toolbar__left > .components-button.has-icon.is-pressed, .edit-post-header-toolbar .edit-post-header-toolbar__left > .components-dropdown > .components-button.has-icon.is-pressed { background: #1e1e1e; }
|
| 2459 |
|
| 2460 |
-
.edit-post-header-toolbar .edit-post-header-toolbar__left > .components-button.has-icon:focus:not(:disabled), .edit-post-header-toolbar .edit-post-header-toolbar__left > .components-dropdown > .components-button.has-icon:focus:not(:disabled) { box-shadow: 0 0 0
|
| 2461 |
|
| 2462 |
.edit-post-header-toolbar .edit-post-header-toolbar__left > .components-button.has-icon::before, .edit-post-header-toolbar .edit-post-header-toolbar__left > .components-dropdown > .components-button.has-icon::before { display: none; }
|
| 2463 |
|
| 2464 |
@media (min-width: 600px) { .edit-post-header.has-reduced-ui .edit-post-header-toolbar__left > * + .components-button, .edit-post-header.has-reduced-ui .edit-post-header-toolbar__left > * + .components-dropdown > [aria-expanded=false] { transition: opacity 0.1s linear; } }
|
| 2465 |
|
| 2466 |
-
@media (min-width: 600px) and (prefers-reduced-motion: reduce) { .edit-post-header.has-reduced-ui .edit-post-header-toolbar__left > * + .components-button, .edit-post-header.has-reduced-ui .edit-post-header-toolbar__left > * + .components-dropdown > [aria-expanded=false] { transition-duration: 0s; } }
|
| 2467 |
|
| 2468 |
@media (min-width: 600px) { .edit-post-header.has-reduced-ui:not(:hover) .edit-post-header-toolbar__left > * + .components-button, .edit-post-header.has-reduced-ui:not(:hover) .edit-post-header-toolbar__left > * + .components-dropdown > [aria-expanded=false] { opacity: 0; } }
|
| 2469 |
|
|
@@ -2565,19 +2601,13 @@ body.is-fullscreen-mode .interface-interface-skeleton { left: 0 !important; }
|
|
| 2565 |
|
| 2566 |
@media (min-width: 783px) { .folded .edit-post-layout .components-editor-notices__snackbar { left: 36px; } }
|
| 2567 |
|
| 2568 |
-
/* Mobile menu opened. */
|
| 2569 |
-
@media (max-width: 783px) { .auto-fold .wp-responsive-open .edit-post-layout .components-editor-notices__snackbar { left: 190px; } }
|
| 2570 |
-
|
| 2571 |
-
/* In small screens with responsive menu expanded there is small white space. */
|
| 2572 |
-
@media (max-width: 600px) { .auto-fold .wp-responsive-open .edit-post-layout .components-editor-notices__snackbar { margin-left: -18px; } }
|
| 2573 |
-
|
| 2574 |
body.is-fullscreen-mode .edit-post-layout .components-editor-notices__snackbar { left: 0 !important; }
|
| 2575 |
|
| 2576 |
.edit-post-layout .editor-post-publish-panel { position: fixed; z-index: 100001; top: 46px; bottom: 0; right: 0; left: 0; overflow: auto; }
|
| 2577 |
|
| 2578 |
@media (min-width: 782px) { .edit-post-layout .editor-post-publish-panel { z-index: 99998; top: 32px; left: auto; width: 281px; border-left: 1px solid #ddd; transform: translateX(100%); -webkit-animation: edit-post-post-publish-panel__slide-in-animation 0.1s forwards; animation: edit-post-post-publish-panel__slide-in-animation 0.1s forwards; } }
|
| 2579 |
|
| 2580 |
-
@media (min-width: 782px) and (prefers-reduced-motion: reduce) { .edit-post-layout .editor-post-publish-panel { -webkit-animation-duration: 1ms; animation-duration: 1ms; } }
|
| 2581 |
|
| 2582 |
@media (min-width: 782px) { body.is-fullscreen-mode .edit-post-layout .editor-post-publish-panel { top: 0; } }
|
| 2583 |
|
|
@@ -2587,15 +2617,13 @@ body.is-fullscreen-mode .edit-post-layout .components-editor-notices__snackbar {
|
|
| 2587 |
|
| 2588 |
@keyframes edit-post-post-publish-panel__slide-in-animation { 100% { transform: translateX(0%); } }
|
| 2589 |
|
| 2590 |
-
.interface-interface-skeleton__sidebar > div { height: 100%; padding-bottom: 48px; }
|
| 2591 |
-
|
| 2592 |
.edit-post-layout .editor-post-publish-panel__header-publish-button { justify-content: center; }
|
| 2593 |
|
| 2594 |
.edit-post-layout__toggle-publish-panel, .edit-post-layout__toogle-sidebar-panel, .edit-post-layout__toggle-entities-saved-states-panel { z-index: 100000; position: fixed !important; top: -9999em; bottom: auto; left: auto; right: 0; width: 280px; background-color: #fff; border: 1px dotted #ddd; height: auto !important; padding: 24px; display: flex; justify-content: center; }
|
| 2595 |
|
| 2596 |
.interface-interface-skeleton__actions:focus .edit-post-layout__toggle-publish-panel, .interface-interface-skeleton__actions:focus-within .edit-post-layout__toggle-publish-panel, .interface-interface-skeleton__actions:focus .edit-post-layout__toogle-sidebar-panel, .interface-interface-skeleton__actions:focus-within .edit-post-layout__toogle-sidebar-panel, .interface-interface-skeleton__actions:focus .edit-post-layout__toggle-entities-saved-states-panel, .interface-interface-skeleton__actions:focus-within .edit-post-layout__toggle-entities-saved-states-panel { top: auto; bottom: 0; }
|
| 2597 |
|
| 2598 |
-
.edit-post-layout .interface-interface-skeleton__content { background-color: #
|
| 2599 |
|
| 2600 |
.edit-post-layout__inserter-panel { height: 100%; display: flex; flex-direction: column; }
|
| 2601 |
|
|
@@ -2651,7 +2679,7 @@ body.is-fullscreen-mode .edit-post-layout .components-editor-notices__snackbar {
|
|
| 2651 |
|
| 2652 |
.edit-post-manage-blocks-modal__checklist-item .block-editor-block-icon { margin-right: 10px; fill: #1e1e1e; }
|
| 2653 |
|
| 2654 |
-
.edit-post-manage-blocks-modal__results { height: 100%; overflow: auto; margin-left: -
|
| 2655 |
|
| 2656 |
.edit-post-meta-boxes-area { position: relative; /** The wordpress default for most meta-box elements is content-box. Some elements such as textarea and input are set to border-box in forms.css. These elements therefore specifically set back to border-box here, while other elements (such as .button) are unaffected by Gutenberg's style because of their higher specificity. */ /* Match width and positioning of the meta boxes. Override default styles. */ /* Override Default meta box stylings */ }
|
| 2657 |
|
|
@@ -2683,13 +2711,53 @@ body.is-fullscreen-mode .edit-post-layout .components-editor-notices__snackbar {
|
|
| 2683 |
|
| 2684 |
.edit-post-meta-boxes-area__clear { clear: both; }
|
| 2685 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2686 |
.edit-post-preferences-modal__section { margin: 0 0 2.5rem 0; }
|
| 2687 |
|
| 2688 |
.edit-post-preferences-modal__section-title { font-size: 0.9rem; font-weight: 600; }
|
| 2689 |
|
| 2690 |
-
.edit-post-preferences-modal__option .components-base-control__field { align-items: center; display: flex; margin: 0; }
|
| 2691 |
|
| 2692 |
-
.edit-post-preferences-modal__option .components-
|
| 2693 |
|
| 2694 |
.edit-post-preferences-modal__custom-fields-confirmation-message, .edit-post-preferences-modal__custom-fields-confirmation-button { margin: 0 0 0.6rem 48px; }
|
| 2695 |
|
|
@@ -2697,7 +2765,7 @@ body.is-fullscreen-mode .edit-post-layout .components-editor-notices__snackbar {
|
|
| 2697 |
|
| 2698 |
@media (min-width: 600px) { .edit-post-preferences-modal__custom-fields-confirmation-message, .edit-post-preferences-modal__custom-fields-confirmation-button { max-width: 300px; } }
|
| 2699 |
|
| 2700 |
-
.edit-post-preferences-modal .components-base-control__help { margin: -8px 0 8px
|
| 2701 |
|
| 2702 |
.edit-post-preferences-modal .edit-post-preferences-modal__section-description { margin: -8px 0 8px 0; font-size: 12px; font-style: normal; color: #757575; }
|
| 2703 |
|
|
@@ -2765,13 +2833,13 @@ body.is-fullscreen-mode .edit-post-layout .components-editor-notices__snackbar {
|
|
| 2765 |
|
| 2766 |
.components-button.edit-post-sidebar__panel-tab::after { content: attr(data-label); display: block; font-weight: 600; height: 0; overflow: hidden; speak: none; visibility: hidden; }
|
| 2767 |
|
| 2768 |
-
.components-button.edit-post-sidebar__panel-tab.is-active { box-shadow: inset 0 0 0
|
| 2769 |
|
| 2770 |
.components-button.edit-post-sidebar__panel-tab.is-active::before { content: ""; position: absolute; top: 0; bottom: 1px; right: 0; left: 0; border-bottom: 4px solid transparent; }
|
| 2771 |
|
| 2772 |
-
.components-button.edit-post-sidebar__panel-tab:focus { box-shadow: inset 0 0 0
|
| 2773 |
|
| 2774 |
-
.components-button.edit-post-sidebar__panel-tab.is-active:focus { box-shadow: inset 0 0 0
|
| 2775 |
|
| 2776 |
.edit-post-text-editor { position: relative; width: 100%; background-color: #fff; flex-grow: 1; }
|
| 2777 |
|
|
@@ -2783,7 +2851,7 @@ body.is-fullscreen-mode .edit-post-layout .components-editor-notices__snackbar {
|
|
| 2783 |
|
| 2784 |
@media (min-width: 600px) { .edit-post-text-editor .wp-block.editor-post-title .editor-post-title__input { padding: 24px; } }
|
| 2785 |
|
| 2786 |
-
.edit-post-text-editor .wp-block.editor-post-title .editor-post-title__input:focus { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0
|
| 2787 |
|
| 2788 |
@media (min-width: 600px) { .edit-post-text-editor .wp-block.editor-post-title { padding: 0; } }
|
| 2789 |
|
|
@@ -2817,14 +2885,14 @@ body.is-fullscreen-mode .edit-post-layout .components-editor-notices__snackbar {
|
|
| 2817 |
|
| 2818 |
.edit-post-welcome-guide { width: 312px; }
|
| 2819 |
|
| 2820 |
-
.edit-post-welcome-guide__image { background: #00a0d2; height: 240px; }
|
| 2821 |
|
| 2822 |
.edit-post-welcome-guide__image__prm-r { display: none; }
|
| 2823 |
|
| 2824 |
@media (prefers-reduced-motion: reduce) { .edit-post-welcome-guide__image__prm-r { display: block; }
|
| 2825 |
.edit-post-welcome-guide__image__prm-np { display: none; } }
|
| 2826 |
|
| 2827 |
-
.edit-post-welcome-guide__heading { font-family: "
|
| 2828 |
|
| 2829 |
.edit-post-welcome-guide__text { font-size: 13px; line-height: 1.4; margin: 0 0 24px 0; padding: 0 32px; }
|
| 2830 |
|
|
@@ -2854,6 +2922,10 @@ body.block-editor-page ul#adminmenu a.wp-has-current-submenu::after, body.block-
|
|
| 2854 |
|
| 2855 |
body.block-editor-page .media-frame select.attachment-filters:last-of-type { width: auto; max-width: 100%; }
|
| 2856 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2857 |
.edit-post-header, .edit-post-visual-editor, .edit-post-text-editor, .edit-post-sidebar, .editor-post-publish-panel, .components-popover, .components-modal__frame, .edit-post-layout__inserter-panel { box-sizing: border-box; }
|
| 2858 |
|
| 2859 |
.edit-post-header *, .edit-post-header *::before, .edit-post-header *::after, .edit-post-visual-editor *, .edit-post-visual-editor *::before, .edit-post-visual-editor *::after, .edit-post-text-editor *, .edit-post-text-editor *::before, .edit-post-text-editor *::after, .edit-post-sidebar *, .edit-post-sidebar *::before, .edit-post-sidebar *::after, .editor-post-publish-panel *, .editor-post-publish-panel *::before, .editor-post-publish-panel *::after, .components-popover *, .components-popover *::before, .components-popover *::after, .components-modal__frame *, .components-modal__frame *::before, .components-modal__frame *::after, .edit-post-layout__inserter-panel *, .edit-post-layout__inserter-panel *::before, .edit-post-layout__inserter-panel *::after { box-sizing: inherit; }
|
|
@@ -2867,31 +2939,96 @@ body.block-editor-page .media-frame select.attachment-filters:last-of-type { wid
|
|
| 2867 |
|
| 2868 |
.block-editor__container iframe { width: 100%; }
|
| 2869 |
|
| 2870 |
-
.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2871 |
|
| 2872 |
.wp-block[data-align=wide] { max-width: 1100px; }
|
| 2873 |
|
| 2874 |
.wp-block[data-align=full] { max-width: none; }
|
| 2875 |
|
| 2876 |
-
|
| 2877 |
|
| 2878 |
-
|
| 2879 |
|
| 2880 |
-
|
|
|
|
|
|
|
| 2881 |
|
| 2882 |
-
|
| 2883 |
|
| 2884 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2885 |
|
| 2886 |
-
|
| 2887 |
|
| 2888 |
-
|
| 2889 |
|
| 2890 |
-
|
| 2891 |
|
| 2892 |
/** Colors */
|
| 2893 |
/** Breakpoints & Media Queries */
|
| 2894 |
-
/** SCSS Variables. Please use variables from this sheet to ensure consistency across the UI. Don't add to this sheet unless you're pretty sure the value will be reused in many places. */
|
| 2895 |
/** Colors */
|
| 2896 |
/** Fonts & basic variables. */
|
| 2897 |
/** Grid System. https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/ */
|
|
@@ -2909,8 +3046,9 @@ body.admin-color-sunrise { --wp-admin-theme-color: #dd823b; --wp-admin-theme-col
|
|
| 2909 |
/** Allows users to opt-out of animations via OS-level preferences. */
|
| 2910 |
/** Reset default styles for JavaScript UI based pages. This is a WP-admin agnostic reset */
|
| 2911 |
/** Reset the WP Admin page styles for Gutenberg-like pages. */
|
| 2912 |
-
|
| 2913 |
-
|
|
|
|
| 2914 |
|
| 2915 |
#start-resizable-editor-section { display: none; }
|
| 2916 |
|
|
@@ -2918,9 +3056,9 @@ body.admin-color-sunrise { --wp-admin-theme-color: #dd823b; --wp-admin-theme-col
|
|
| 2918 |
|
| 2919 |
.block-editor-autocompleters__block .block-editor-block-icon { margin-right: 8px; }
|
| 2920 |
|
| 2921 |
-
.block-editor-block-alignment-matrix-
|
| 2922 |
|
| 2923 |
-
.block-editor-block-alignment-matrix-
|
| 2924 |
|
| 2925 |
.block-editor-block-icon { display: flex; align-items: center; justify-content: center; width: 24px; height: 24px; }
|
| 2926 |
|
|
@@ -2928,6 +3066,10 @@ body.admin-color-sunrise { --wp-admin-theme-color: #dd823b; --wp-admin-theme-col
|
|
| 2928 |
|
| 2929 |
.block-editor-block-icon svg { min-width: 20px; min-height: 20px; max-width: 24px; max-height: 24px; }
|
| 2930 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2931 |
.block-editor-block-inspector .components-base-control { margin-bottom: 24px; }
|
| 2932 |
|
| 2933 |
.block-editor-block-inspector .components-base-control:last-child { margin-bottom: 8px; }
|
|
@@ -2941,26 +3083,22 @@ body.admin-color-sunrise { --wp-admin-theme-color: #dd823b; --wp-admin-theme-col
|
|
| 2941 |
.block-editor-block-styles .block-editor-block-list__block { margin: 0; }
|
| 2942 |
|
| 2943 |
/** Notices & Block Selected/Hover Styles. */
|
| 2944 |
-
.block-editor-block-list__layout .block-editor-block-list__block, .block-editor-block-list__layout .block-list-appender { position: relative; }
|
| 2945 |
-
|
| 2946 |
-
.block-editor-block-list__layout .block-editor-block-list__block.is-drop-target::before, .block-editor-block-list__layout .block-list-appender.is-drop-target::before { content: ""; position: absolute; z-index: 0; pointer-events: none; transition: border-color 0.1s linear, border-style 0.1s linear, box-shadow 0.1s linear; top: -14px; right: 0; left: 0; border-top: 4px solid #007cba; border-top: 4px solid var(--wp-admin-theme-color); }
|
| 2947 |
-
|
| 2948 |
-
.block-editor-block-list__layout .block-editor-block-list__block.is-drop-target.is-dropping-horizontally::before, .block-editor-block-list__layout .block-list-appender.is-drop-target.is-dropping-horizontally::before { top: 0; bottom: 0; left: -6px; border-top: none; border-left: 4px solid #007cba; border-left: 4px solid var(--wp-admin-theme-color); }
|
| 2949 |
-
|
| 2950 |
/** Cross-Block Selection */
|
| 2951 |
.block-editor-block-list__layout { position: relative; }
|
| 2952 |
|
| 2953 |
-
.
|
| 2954 |
|
| 2955 |
-
.
|
| 2956 |
|
| 2957 |
-
.is-
|
| 2958 |
|
| 2959 |
-
.
|
| 2960 |
|
| 2961 |
-
.is-navigate-mode .block-editor-block-list__layout .block-editor-block-list__block.is-hovered
|
| 2962 |
|
| 2963 |
-
.block-editor-block-list__layout
|
|
|
|
|
|
|
| 2964 |
|
| 2965 |
.block-editor-block-list__layout .is-block-moving-mode.block-editor-block-list__block.is-selected::before { content: ""; position: absolute; z-index: 0; pointer-events: none; transition: border-color 0.1s linear, border-style 0.1s linear, box-shadow 0.1s linear; right: 0; left: 0; top: -14px; border-radius: 2px; border-top: 4px solid #ccc; }
|
| 2966 |
|
|
@@ -2984,25 +3122,11 @@ body.admin-color-sunrise { --wp-admin-theme-color: #dd823b; --wp-admin-theme-col
|
|
| 2984 |
|
| 2985 |
.block-editor-block-list__layout .block-editor-block-list__block:not([contenteditable]):focus { outline: none; }
|
| 2986 |
|
| 2987 |
-
.block-editor-block-list__layout .block-editor-block-list__block:not([contenteditable]):focus::after { position: absolute; z-index: 1; pointer-events: none; content: ""; top: 1px; bottom: 1px; left: 1px; right: 1px; box-shadow: 0 0 0
|
| 2988 |
-
|
| 2989 |
-
.is-dark-theme .block-editor-block-list__layout .block-editor-block-list__block:not([contenteditable]):focus::after { box-shadow: 0 0 0 1.5px #fff; }
|
| 2990 |
-
|
| 2991 |
-
.block-editor-block-list__layout .block-editor-block-list__block.is-outline-mode.is-selected:not(.is-typing)::after { box-shadow: 0 0 0 1px #1e1e1e; top: 1px; left: 1px; right: 1px; bottom: 1px; }
|
| 2992 |
-
|
| 2993 |
-
.block-editor-block-list__layout .block-editor-block-list__block.is-outline-mode.is-selected:not(.is-typing):focus::after { box-shadow: 0 0 0 1.5px #007cba; box-shadow: 0 0 0 1.5px var(--wp-admin-theme-color); }
|
| 2994 |
-
|
| 2995 |
-
.block-editor-block-list__layout .block-editor-block-list__block.is-outline-mode.is-hovered:not(.is-typing) { cursor: default; }
|
| 2996 |
-
|
| 2997 |
-
.block-editor-block-list__layout .block-editor-block-list__block.is-outline-mode.is-hovered:not(.is-typing)::after { top: 1px; left: 1px; right: 1px; bottom: 1px; box-shadow: 0 0 0 1px #007cba; box-shadow: 0 0 0 1px var(--wp-admin-theme-color); }
|
| 2998 |
-
|
| 2999 |
-
.block-editor-block-list__layout .block-editor-block-list__block.is-focus-mode:not(.is-multi-selected) { opacity: 0.5; transition: opacity 0.1s linear; }
|
| 3000 |
|
| 3001 |
-
|
| 3002 |
|
| 3003 |
-
.block-editor-block-list__layout .block-editor-block-list__block
|
| 3004 |
-
|
| 3005 |
-
.block-editor-block-list__layout .block-editor-block-list__block::after { content: ""; pointer-events: none; position: absolute; top: 0; right: 0; bottom: 0; left: 0; border-radius: 2px; box-shadow: 0 0 0 1.5px transparent; }
|
| 3006 |
|
| 3007 |
.block-editor-block-list__layout .block-editor-block-list__block.has-warning { min-height: 48px; }
|
| 3008 |
|
|
@@ -3018,42 +3142,52 @@ body.admin-color-sunrise { --wp-admin-theme-color: #dd823b; --wp-admin-theme-col
|
|
| 3018 |
|
| 3019 |
.block-editor-block-list__layout .block-editor-block-list__block.is-reusable > .block-editor-inner-blocks > .block-editor-block-list__layout.has-overlay .block-editor-block-list__layout.has-overlay::after { display: block; }
|
| 3020 |
|
| 3021 |
-
.
|
| 3022 |
|
| 3023 |
.block-editor-block-list__layout .block-editor-block-list__block[data-clear=true] { float: none; }
|
| 3024 |
|
| 3025 |
.block-editor-block-list__layout .block-editor-block-list__block .block-editor-block-list__layout .block-editor-default-block-appender .block-editor-inserter { left: auto; right: 8px; }
|
| 3026 |
|
| 3027 |
-
.block-editor-block-
|
| 3028 |
|
| 3029 |
-
.
|
| 3030 |
|
| 3031 |
-
.
|
| 3032 |
|
| 3033 |
-
.
|
| 3034 |
|
| 3035 |
-
.
|
| 3036 |
|
| 3037 |
-
.
|
| 3038 |
|
| 3039 |
-
.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3040 |
|
| 3041 |
/** In-Canvas Inserter */
|
| 3042 |
.block-editor-block-list .block-editor-inserter { margin: 8px; cursor: move; cursor: -webkit-grab; cursor: grab; }
|
| 3043 |
|
| 3044 |
-
.block-editor-block-list__insertion-point { position:
|
| 3045 |
|
| 3046 |
-
.block-editor-block-list__insertion-point.
|
| 3047 |
|
| 3048 |
-
.block-editor-block-list__insertion-point-indicator {
|
| 3049 |
|
| 3050 |
-
|
| 3051 |
|
| 3052 |
-
.block-editor-block-list__insertion-point-
|
| 3053 |
|
| 3054 |
-
|
| 3055 |
|
| 3056 |
-
.block-editor-block-list__insertion-point-inserter
|
| 3057 |
|
| 3058 |
.block-editor-block-list__block-popover-inserter { position: absolute; top: -9999em; margin-bottom: 14px; }
|
| 3059 |
|
|
@@ -3061,33 +3195,33 @@ body.admin-color-sunrise { --wp-admin-theme-color: #dd823b; --wp-admin-theme-col
|
|
| 3061 |
|
| 3062 |
.block-editor-block-list__empty-block-inserter .block-editor-inserter__toggle.components-button.has-icon, .block-editor-default-block-appender .block-editor-inserter__toggle.components-button.has-icon, .block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon, .block-editor-block-list__block-popover-inserter .block-editor-inserter__toggle.components-button.has-icon { background: #1e1e1e; border-radius: 2px; color: #fff; padding: 0; min-width: 24px; height: 24px; }
|
| 3063 |
|
| 3064 |
-
.block-editor-block-list__empty-block-inserter .block-editor-inserter__toggle.components-button.has-icon:hover, .block-editor-default-block-appender .block-editor-inserter__toggle.components-button.has-icon:hover, .block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon:hover, .block-editor-block-list__block-popover-inserter .block-editor-inserter__toggle.components-button.has-icon:hover { color: #fff; }
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3065 |
|
| 3066 |
.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button, .block-editor-block-list__block-popover-inserter .block-editor-inserter__toggle.components-button { -webkit-animation: block-editor-inserter__toggle__fade-in-animation-delayed 0.3s ease; animation: block-editor-inserter__toggle__fade-in-animation-delayed 0.3s ease; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }
|
| 3067 |
|
| 3068 |
-
@media (prefers-reduced-motion: reduce) { .block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button, .block-editor-block-list__block-popover-inserter .block-editor-inserter__toggle.components-button { -webkit-animation-duration: 1ms; animation-duration: 1ms; } }
|
| 3069 |
|
| 3070 |
@-webkit-keyframes block-editor-inserter__toggle__fade-in-animation-delayed { 0% { opacity: 0; }
|
| 3071 |
-
|
| 3072 |
100% { opacity: 1; } }
|
| 3073 |
|
| 3074 |
@keyframes block-editor-inserter__toggle__fade-in-animation-delayed { 0% { opacity: 0; }
|
| 3075 |
-
|
| 3076 |
100% { opacity: 1; } }
|
| 3077 |
|
| 3078 |
-
@-webkit-keyframes block-editor-inserter__toggle__fade-in-animation { from { opacity: 0;
|
| 3079 |
-
|
| 3080 |
-
to { opacity: 1;
|
| 3081 |
-
transform: scale(1); } }
|
| 3082 |
|
| 3083 |
-
@keyframes block-editor-inserter__toggle__fade-in-animation { from { opacity: 0;
|
| 3084 |
-
|
| 3085 |
-
to { opacity: 1;
|
| 3086 |
-
transform: scale(1); } }
|
| 3087 |
|
| 3088 |
.wp-block .block-list-appender .block-editor-inserter__toggle { -webkit-animation: block-editor-inserter__toggle__fade-in-animation 0.1s ease; animation: block-editor-inserter__toggle__fade-in-animation 0.1s ease; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }
|
| 3089 |
|
| 3090 |
-
@media (prefers-reduced-motion: reduce) { .wp-block .block-list-appender .block-editor-inserter__toggle { -webkit-animation-duration: 1ms; animation-duration: 1ms; } }
|
| 3091 |
|
| 3092 |
.block-editor-block-list__block:not(.is-selected):not(.has-child-selected) .block-editor-default-block-appender { display: none; }
|
| 3093 |
|
|
@@ -3095,9 +3229,9 @@ body.admin-color-sunrise { --wp-admin-theme-color: #dd823b; --wp-admin-theme-col
|
|
| 3095 |
|
| 3096 |
.block-editor-block-list__block .block-editor-block-list__block-html-textarea { display: block; margin: 0; padding: 12px; width: 100%; border: none; outline: none; border-radius: 2px; box-shadow: inset 0 0 0 1px #1e1e1e; resize: none; overflow: hidden; font-family: Menlo, Consolas, monaco, monospace; font-size: 15px; line-height: 1.5; transition: padding 0.2s linear; }
|
| 3097 |
|
| 3098 |
-
@media (prefers-reduced-motion: reduce) { .block-editor-block-list__block .block-editor-block-list__block-html-textarea { transition-duration: 0s; } }
|
| 3099 |
|
| 3100 |
-
.block-editor-block-list__block .block-editor-block-list__block-html-textarea:focus { box-shadow: inset 0 0 0
|
| 3101 |
|
| 3102 |
/** Block Toolbar when contextual. */
|
| 3103 |
.block-editor-block-contextual-toolbar { border: 1px solid #1e1e1e; border-radius: 2px; background-color: #fff; }
|
|
@@ -3108,18 +3242,33 @@ body.admin-color-sunrise { --wp-admin-theme-color: #dd823b; --wp-admin-theme-col
|
|
| 3108 |
|
| 3109 |
.block-editor-block-contextual-toolbar .block-editor-block-mover.is-horizontal .block-editor-block-mover-button.block-editor-block-mover-button { min-width: 24px; width: 24px; }
|
| 3110 |
|
| 3111 |
-
.block-editor-block-contextual-toolbar .block-editor-block-mover
|
| 3112 |
|
| 3113 |
-
.block-editor-block-contextual-toolbar .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover-button.is-
|
| 3114 |
|
| 3115 |
-
.block-editor-block-contextual-toolbar .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover-button.is-
|
|
|
|
| 3116 |
|
| 3117 |
/** Block Label for Navigation/Selection Mode */
|
| 3118 |
-
.block-editor-block-list__block-selection-button { display:
|
| 3119 |
|
| 3120 |
-
.block-editor-block-list__block-selection-button .
|
| 3121 |
|
| 3122 |
-
.block-editor-block-list__block-selection-button .
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3123 |
|
| 3124 |
/** Warnings. */
|
| 3125 |
.block-editor-block-list__block .block-editor-warning { z-index: 5; position: relative; }
|
|
@@ -3149,11 +3298,19 @@ body.admin-color-sunrise { --wp-admin-theme-color: #dd823b; --wp-admin-theme-col
|
|
| 3149 |
|
| 3150 |
.is-dragging-components-draggable .components-tooltip { display: none; }
|
| 3151 |
|
| 3152 |
-
.block-editor-block-list__block .block-list-appender { margin:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3153 |
|
| 3154 |
.block-editor-block-list__block .block-list-appender .block-list-appender__toggle { padding: 0; opacity: 1; transform: scale(1); transition: all 0.1s ease; }
|
| 3155 |
|
| 3156 |
-
@media (prefers-reduced-motion: reduce) { .block-editor-block-list__block .block-list-appender .block-list-appender__toggle { transition-duration: 0s; } }
|
|
|
|
|
|
|
| 3157 |
|
| 3158 |
.block-list-appender > .block-editor-inserter { display: block; }
|
| 3159 |
|
|
@@ -3171,7 +3328,7 @@ body.admin-color-sunrise { --wp-admin-theme-color: #dd823b; --wp-admin-theme-col
|
|
| 3171 |
|
| 3172 |
.block-editor-block-breadcrumb__button.components-button:focus { box-shadow: none; }
|
| 3173 |
|
| 3174 |
-
.block-editor-block-breadcrumb__button.components-button:focus::before { content: ""; display: block; position: absolute; border-radius: 2px; top: 1px; right: 1px; bottom: 1px; left: 1px; box-shadow: inset 0 0 0
|
| 3175 |
|
| 3176 |
.block-editor-block-breadcrumb__current { cursor: default; }
|
| 3177 |
|
|
@@ -3179,17 +3336,15 @@ body.admin-color-sunrise { --wp-admin-theme-color: #dd823b; --wp-admin-theme-col
|
|
| 3179 |
|
| 3180 |
.block-editor-block-card { display: flex; align-items: flex-start; }
|
| 3181 |
|
| 3182 |
-
.block-editor-block-
|
| 3183 |
-
|
| 3184 |
-
.block-editor-block-card__content { flex-grow: 1; }
|
| 3185 |
|
| 3186 |
.block-editor-block-card__title { font-weight: 500; }
|
| 3187 |
|
| 3188 |
-
.block-editor-block-card__title.block-editor-block-card__title { margin: 0 0
|
| 3189 |
|
| 3190 |
.block-editor-block-card__description { font-size: 13px; }
|
| 3191 |
|
| 3192 |
-
.block-editor-block-card .block-editor-block-icon { margin-left:
|
| 3193 |
|
| 3194 |
/** Invalid block comparison */
|
| 3195 |
.block-editor-block-compare { overflow: auto; height: auto; }
|
|
@@ -3222,11 +3377,17 @@ body.admin-color-sunrise { --wp-admin-theme-color: #dd823b; --wp-admin-theme-col
|
|
| 3222 |
|
| 3223 |
.block-editor-block-draggable-chip-wrapper { position: absolute; top: -24px; left: 0; }
|
| 3224 |
|
| 3225 |
-
.block-editor-block-draggable-chip { background-color: #1e1e1e; border-radius: 2px;
|
| 3226 |
|
| 3227 |
.block-editor-block-draggable-chip svg { fill: currentColor; }
|
| 3228 |
|
| 3229 |
-
.block-editor-block-draggable-chip .block-editor-block-draggable-chip__content { margin: auto; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3230 |
|
| 3231 |
.block-editor-block-draggable-chip .components-flex__item { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 13px; }
|
| 3232 |
|
|
@@ -3254,7 +3415,10 @@ body.admin-color-sunrise { --wp-admin-theme-color: #dd823b; --wp-admin-theme-col
|
|
| 3254 |
|
| 3255 |
.block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container, .block-editor-block-mover.is-horizontal .components-toolbar { flex-direction: row; }
|
| 3256 |
|
| 3257 |
-
|
|
|
|
|
|
|
|
|
|
| 3258 |
|
| 3259 |
@media (min-width: 600px) { .block-editor-block-mover .block-editor-block-mover-button::before { left: 8px !important; right: 8px !important; } }
|
| 3260 |
|
|
@@ -3280,15 +3444,31 @@ body.admin-color-sunrise { --wp-admin-theme-color: #dd823b; --wp-admin-theme-col
|
|
| 3280 |
|
| 3281 |
.block-editor-block-navigation__label { margin: 0 0 12px; color: #757575; text-transform: uppercase; font-size: 11px; font-weight: 500; }
|
| 3282 |
|
| 3283 |
-
.block-editor-block-navigation__container {
|
| 3284 |
|
| 3285 |
.block-editor-block-navigation-tree { width: 100%; border-collapse: collapse; padding: 0; margin: 0; }
|
| 3286 |
|
|
|
|
|
|
|
| 3287 |
.block-editor-block-navigation-leaf { position: relative; }
|
| 3288 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3289 |
.block-editor-block-navigation-leaf.is-dragging { display: none; }
|
| 3290 |
|
| 3291 |
-
.block-editor-block-navigation-leaf .block-editor-block-navigation-block-contents { display: flex; align-items: center; width: 100%; height: auto; padding:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3292 |
|
| 3293 |
.block-editor-block-navigation-leaf .block-editor-block-navigation-block-contents.is-dropping-before::before { content: ""; position: absolute; pointer-events: none; transition: border-color 0.1s linear, border-style 0.1s linear, box-shadow 0.1s linear; top: -2px; right: 0; left: 0; border-top: 4px solid #007cba; border-top: 4px solid var(--wp-admin-theme-color); }
|
| 3294 |
|
|
@@ -3300,21 +3480,19 @@ body.admin-color-sunrise { --wp-admin-theme-color: #dd823b; --wp-admin-theme-col
|
|
| 3300 |
|
| 3301 |
.block-editor-block-navigation-leaf.is-visible .block-editor-block-navigation-block-contents { opacity: 1; -webkit-animation: edit-post__fade-in-animation 0.2s ease-out 0s; animation: edit-post__fade-in-animation 0.2s ease-out 0s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }
|
| 3302 |
|
| 3303 |
-
@media (prefers-reduced-motion: reduce) { .block-editor-block-navigation-leaf.is-visible .block-editor-block-navigation-block-contents { -webkit-animation-duration: 1ms; animation-duration: 1ms; } }
|
| 3304 |
-
|
| 3305 |
-
.block-editor-block-navigation-leaf .block-editor-block-icon { align-self: flex-start; margin-right: 6px; }
|
| 3306 |
|
| 3307 |
-
.block-editor-block-navigation-leaf
|
| 3308 |
|
| 3309 |
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__menu-cell, .block-editor-block-navigation-leaf .block-editor-block-navigation-block__mover-cell, .block-editor-block-navigation-leaf .block-editor-block-navigation-block__contents-cell { padding-top: 0; padding-bottom: 0; }
|
| 3310 |
|
| 3311 |
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__menu-cell, .block-editor-block-navigation-leaf .block-editor-block-navigation-block__mover-cell { line-height: 0; width: 36px; opacity: 0; vertical-align: top; }
|
| 3312 |
|
| 3313 |
-
@media (prefers-reduced-motion: reduce) { .block-editor-block-navigation-leaf .block-editor-block-navigation-block__menu-cell, .block-editor-block-navigation-leaf .block-editor-block-navigation-block__mover-cell { transition-duration: 0s; } }
|
| 3314 |
|
| 3315 |
-
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__menu-cell.is-visible, .block-editor-block-navigation-leaf .block-editor-block-navigation-block__mover-cell.is-visible { opacity: 1; -webkit-animation: edit-post__fade-in-animation 0.2s ease-out 0s; animation: edit-post__fade-in-animation 0.2s ease-out 0s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }
|
| 3316 |
|
| 3317 |
-
@media (prefers-reduced-motion: reduce) { .block-editor-block-navigation-leaf .block-editor-block-navigation-block__menu-cell.is-visible, .block-editor-block-navigation-leaf .block-editor-block-navigation-block__mover-cell.is-visible { -webkit-animation-duration: 1ms; animation-duration: 1ms; } }
|
| 3318 |
|
| 3319 |
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__menu-cell, .block-editor-block-navigation-leaf .block-editor-block-navigation-block__menu-cell .components-button.has-icon, .block-editor-block-navigation-leaf .block-editor-block-navigation-block__mover-cell, .block-editor-block-navigation-leaf .block-editor-block-navigation-block__mover-cell .components-button.has-icon { width: 24px; min-width: 24px; padding: 0; }
|
| 3320 |
|
|
@@ -3326,11 +3504,11 @@ body.admin-color-sunrise { --wp-admin-theme-color: #dd823b; --wp-admin-theme-col
|
|
| 3326 |
|
| 3327 |
.block-editor-block-navigation-leaf .block-editor-block-mover-button svg { position: relative; height: 24px; }
|
| 3328 |
|
| 3329 |
-
.block-editor-block-navigation-leaf .block-editor-block-mover-button.is-up-button { align-items: flex-end; }
|
| 3330 |
|
| 3331 |
.block-editor-block-navigation-leaf .block-editor-block-mover-button.is-up-button svg { bottom: -4px; }
|
| 3332 |
|
| 3333 |
-
.block-editor-block-navigation-leaf .block-editor-block-mover-button.is-down-button { align-items: flex-start; }
|
| 3334 |
|
| 3335 |
.block-editor-block-navigation-leaf .block-editor-block-mover-button.is-down-button svg { top: -4px; }
|
| 3336 |
|
|
@@ -3338,11 +3516,11 @@ body.admin-color-sunrise { --wp-admin-theme-color: #dd823b; --wp-admin-theme-col
|
|
| 3338 |
|
| 3339 |
.block-editor-block-navigation-leaf .block-editor-block-mover-button:focus { box-shadow: none; outline: none; }
|
| 3340 |
|
| 3341 |
-
.block-editor-block-navigation-leaf .block-editor-block-mover-button:focus::before { box-shadow: inset 0 0 0
|
| 3342 |
|
| 3343 |
.block-editor-block-navigation-leaf .block-editor-block-mover-button::before { content: ""; position: absolute; display: block; border-radius: 2px; height: 16px; min-width: 100%; left: 0; right: 0; -webkit-animation: components-button__appear-animation 0.1s ease; animation: components-button__appear-animation 0.1s ease; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }
|
| 3344 |
|
| 3345 |
-
@media (prefers-reduced-motion: reduce) { .block-editor-block-navigation-leaf .block-editor-block-mover-button::before { -webkit-animation-duration: 1ms; animation-duration: 1ms; } }
|
| 3346 |
|
| 3347 |
.block-editor-block-navigation-leaf .block-editor-inserter__toggle { background: #1e1e1e; color: #fff; height: 24px; margin: 6px 6px 6px 1px; min-width: 24px; }
|
| 3348 |
|
|
@@ -3352,39 +3530,23 @@ body.admin-color-sunrise { --wp-admin-theme-color: #dd823b; --wp-admin-theme-col
|
|
| 3352 |
|
| 3353 |
.block-editor-block-navigation-block__contents-cell .block-editor-block-navigation-block__contents-container, .block-editor-block-navigation-block__contents-cell .block-editor-block-navigation-appender__container, .block-editor-block-navigation-appender__cell .block-editor-block-navigation-block__contents-container, .block-editor-block-navigation-appender__cell .block-editor-block-navigation-appender__container { display: flex; }
|
| 3354 |
|
| 3355 |
-
.block-editor-block-
|
| 3356 |
-
|
| 3357 |
-
.block-editor-block-navigation-block__contents-cell .block-editor-block-navigator-descender-line, .block-editor-block-navigation-appender__cell .block-editor-block-navigator-descender-line { position: relative; flex-shrink: 0; width: 24px; }
|
| 3358 |
-
|
| 3359 |
-
.block-editor-block-navigation-block__contents-cell .block-editor-block-navigator-descender-line:first-child, .block-editor-block-navigation-appender__cell .block-editor-block-navigator-descender-line:first-child { width: 18px; }
|
| 3360 |
-
|
| 3361 |
-
.block-editor-block-navigation-block__contents-cell .block-editor-block-navigator-descender-line.has-item, .block-editor-block-navigation-appender__cell .block-editor-block-navigator-descender-line.has-item { margin-right: 6px; }
|
| 3362 |
-
|
| 3363 |
-
.block-editor-block-navigation-block__contents-cell .block-editor-block-navigator-descender-line::before, .block-editor-block-navigation-appender__cell .block-editor-block-navigator-descender-line::before { content: ""; display: block; position: absolute; top: 1px; bottom: -2px; right: -1px; border-right: 2px solid #949494; }
|
| 3364 |
-
|
| 3365 |
-
.block-editor-block-navigation-block__contents-cell .block-editor-block-navigator-descender-line.is-terminated::before, .block-editor-block-navigation-appender__cell .block-editor-block-navigator-descender-line.is-terminated::before { border-color: transparent; }
|
| 3366 |
-
|
| 3367 |
-
.block-editor-block-navigation-block__contents-cell .block-editor-block-navigator-descender-line.has-item.is-last-row, .block-editor-block-navigation-appender__cell .block-editor-block-navigator-descender-line.has-item.is-last-row { height: 26px; }
|
| 3368 |
-
|
| 3369 |
-
.block-editor-block-navigation-block__contents-cell .block-editor-block-navigator-descender-line.has-item::after, .block-editor-block-navigation-appender__cell .block-editor-block-navigator-descender-line.has-item::after { content: ""; display: block; position: absolute; top: 26px; left: 100%; width: 5px; border-bottom: 2px solid #949494; }
|
| 3370 |
-
|
| 3371 |
-
.block-editor-block-navigation-appender__cell .block-editor-block-navigator-descender-line.has-item.is-last-row { height: 16px; }
|
| 3372 |
-
|
| 3373 |
-
.block-editor-block-navigation-appender__cell .block-editor-block-navigator-descender-line.has-item.is-last-row::after { top: 100%; }
|
| 3374 |
|
| 3375 |
.block-editor-block-parent-selector { background: #fff; border-radius: 2px; }
|
| 3376 |
|
| 3377 |
.block-editor-block-parent-selector .block-editor-block-parent-selector__button { width: 48px; height: 48px; border: 1px solid #1e1e1e; border-radius: 2px; }
|
| 3378 |
|
| 3379 |
-
.block-editor-block-patterns-
|
| 3380 |
|
| 3381 |
-
.block-editor-block-patterns-
|
| 3382 |
|
| 3383 |
-
.block-editor-block-patterns-
|
| 3384 |
|
| 3385 |
-
.block-editor-block-patterns-list__item
|
| 3386 |
|
| 3387 |
-
.block-editor-block-patterns-list__item
|
|
|
|
|
|
|
| 3388 |
|
| 3389 |
.block-editor-block-patterns-list__item-title { padding: 4px; font-size: 12px; text-align: center; }
|
| 3390 |
|
|
@@ -3406,7 +3568,7 @@ body.admin-color-sunrise { --wp-admin-theme-color: #dd823b; --wp-admin-theme-col
|
|
| 3406 |
|
| 3407 |
.block-editor-block-styles__item { width: calc(50% - 4px); margin: 4px 0; flex-shrink: 0; cursor: pointer; overflow: hidden; border-radius: 2px; padding: 6px; display: flex; flex-direction: column; }
|
| 3408 |
|
| 3409 |
-
.block-editor-block-styles__item:focus { box-shadow: 0 0 0
|
| 3410 |
|
| 3411 |
.block-editor-block-styles__item:hover .block-editor-block-styles__item-preview { border-color: #007cba; border-color: var(--wp-admin-theme-color); }
|
| 3412 |
|
|
@@ -3428,6 +3590,12 @@ body.admin-color-sunrise { --wp-admin-theme-color: #dd823b; --wp-admin-theme-col
|
|
| 3428 |
|
| 3429 |
.components-button.block-editor-block-switcher__toggle .block-editor-block-icon, .components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-icon { margin: auto; }
|
| 3430 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3431 |
.block-editor-block-switcher__popover { margin-left: 6px; }
|
| 3432 |
|
| 3433 |
.components-button.block-editor-block-switcher__no-switcher-icon { width: 48px; }
|
|
@@ -3436,7 +3604,7 @@ body.admin-color-sunrise { --wp-admin-theme-color: #dd823b; --wp-admin-theme-col
|
|
| 3436 |
|
| 3437 |
.components-button.block-editor-block-switcher__no-switcher-icon:disabled { opacity: 1; }
|
| 3438 |
|
| 3439 |
-
.components-button.block-editor-block-switcher__no-switcher-icon:disabled, .components-button.block-editor-block-switcher__no-switcher-icon:disabled .block-editor-block-icon.has-colors { color: #1e1e1e
|
| 3440 |
|
| 3441 |
.block-editor-block-toolbar .components-toolbar-group .components-button.block-editor-block-switcher__no-switcher-icon.has-icon.has-icon .block-editor-block-icon, .block-editor-block-toolbar .components-toolbar .components-button.block-editor-block-switcher__no-switcher-icon.has-icon.has-icon .block-editor-block-icon, .block-editor-block-toolbar .components-toolbar-group .components-button.block-editor-block-switcher__toggle.has-icon.has-icon .block-editor-block-icon, .block-editor-block-toolbar .components-toolbar .components-button.block-editor-block-switcher__toggle.has-icon.has-icon .block-editor-block-icon { height: 100%; position: relative; margin: 0 auto; display: flex; align-items: center; }
|
| 3442 |
|
|
@@ -3476,7 +3644,7 @@ body.admin-color-sunrise { --wp-admin-theme-color: #dd823b; --wp-admin-theme-col
|
|
| 3476 |
|
| 3477 |
.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-switcher__transform, .block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__toggle .block-editor-block-switcher__transform { padding: 12px; }
|
| 3478 |
|
| 3479 |
-
.block-editor-block-types-list
|
| 3480 |
|
| 3481 |
.block-editor-block-variation-picker .components-placeholder__instructions { margin-bottom: 0; }
|
| 3482 |
|
|
@@ -3514,7 +3682,7 @@ body.admin-color-sunrise { --wp-admin-theme-color: #dd823b; --wp-admin-theme-col
|
|
| 3514 |
|
| 3515 |
.block-editor-block-variation-transforms .components-dropdown-menu__toggle.components-dropdown-menu__toggle { padding-right: 24px; }
|
| 3516 |
|
| 3517 |
-
.block-editor-block-variation-transforms .components-dropdown-menu__toggle:focus:not(:disabled) { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0
|
| 3518 |
|
| 3519 |
.block-editor-block-variation-transforms .components-dropdown-menu__toggle svg { height: 100%; padding: 0; position: absolute; right: 0; top: 0; }
|
| 3520 |
|
|
@@ -3530,9 +3698,7 @@ body.admin-color-sunrise { --wp-admin-theme-color: #dd823b; --wp-admin-theme-col
|
|
| 3530 |
|
| 3531 |
.block-editor-button-block-appender:active { color: #000; }
|
| 3532 |
|
| 3533 |
-
.block-editor-button-block-appender.block-list-appender__toggle { display: flex; flex-direction: row;
|
| 3534 |
-
|
| 3535 |
-
.block-editor-button-block-appender.block-list-appender__toggle:active { color: #fff; }
|
| 3536 |
|
| 3537 |
.block-editor-button-block-appender.block-list-appender__toggle > svg { width: 24px; background-color: #1e1e1e; color: #fff; border-radius: 2px; }
|
| 3538 |
|
|
@@ -3556,9 +3722,9 @@ body.admin-color-sunrise { --wp-admin-theme-color: #dd823b; --wp-admin-theme-col
|
|
| 3556 |
|
| 3557 |
.block-editor-default-block-appender[data-root-client-id=""] .block-editor-default-block-appender__content:hover { outline: 1px solid transparent; }
|
| 3558 |
|
| 3559 |
-
.block-editor-default-block-appender textarea.block-editor-default-block-appender__content { font-family: inherit; font-size: inherit; border: none; background: none; box-shadow: none; display: block; cursor: text; width: 100%; outline: 1px solid transparent; transition: 0.2s outline;
|
| 3560 |
|
| 3561 |
-
@media (prefers-reduced-motion: reduce) { .block-editor-default-block-appender textarea.block-editor-default-block-appender__content { transition-duration: 0s; } }
|
| 3562 |
|
| 3563 |
.is-dark-theme .block-editor-default-block-appender textarea.block-editor-default-block-appender__content { color: rgba(255, 255, 255, 0.65); }
|
| 3564 |
|
|
@@ -3582,6 +3748,14 @@ body.admin-color-sunrise { --wp-admin-theme-color: #dd823b; --wp-admin-theme-col
|
|
| 3582 |
|
| 3583 |
.components-font-appearance-control__select ul li { color: #1e1e1e; text-transform: capitalize; }
|
| 3584 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3585 |
.block-editor-link-control { position: relative; min-width: 360px; }
|
| 3586 |
|
| 3587 |
.components-popover__content .block-editor-link-control { min-width: auto; width: 90vw; max-width: 360px; }
|
|
@@ -3590,11 +3764,11 @@ body.admin-color-sunrise { --wp-admin-theme-color: #dd823b; --wp-admin-theme-col
|
|
| 3590 |
|
| 3591 |
.block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type=text] { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; padding: 6px 8px; box-shadow: 0 0 0 transparent; transition: box-shadow 0.1s linear; border-radius: 2px; border: 1px solid #757575; /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px; /* Override core line-height. To be reviewed. */ line-height: normal; width: calc(100% - 32px); display: block; padding: 11px 16px; padding-right: 36px; margin: 16px; position: relative; border: 1px solid #ddd; border-radius: 2px; }
|
| 3592 |
|
| 3593 |
-
@media (prefers-reduced-motion: reduce) { .block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type=text] { transition-duration: 0s; } }
|
| 3594 |
|
| 3595 |
@media (min-width: 600px) { .block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type=text] { font-size: 13px; /* Override core line-height. To be reviewed. */ line-height: normal; } }
|
| 3596 |
|
| 3597 |
-
.block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type=text]:focus { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0
|
| 3598 |
|
| 3599 |
.block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type=text]::-webkit-input-placeholder { color: rgba(30, 30, 30, 0.62); }
|
| 3600 |
|
|
@@ -3634,7 +3808,7 @@ body.admin-color-sunrise { --wp-admin-theme-color: #dd823b; --wp-admin-theme-col
|
|
| 3634 |
|
| 3635 |
.block-editor-link-control__search-item:hover, .block-editor-link-control__search-item:focus { background-color: #ddd; }
|
| 3636 |
|
| 3637 |
-
.block-editor-link-control__search-item:focus:not(:disabled) { box-shadow: 0 0 0
|
| 3638 |
|
| 3639 |
.block-editor-link-control__search-item.is-selected { background: #f0f0f0; }
|
| 3640 |
|
|
@@ -3642,11 +3816,13 @@ body.admin-color-sunrise { --wp-admin-theme-color: #dd823b; --wp-admin-theme-col
|
|
| 3642 |
|
| 3643 |
.block-editor-link-control__search-item.is-current { background: transparent; border: 0; width: 100%; cursor: default; padding: 16px; padding-left: 24px; }
|
| 3644 |
|
| 3645 |
-
.block-editor-link-control__search-item .block-editor-link-control__search-item-header { display: block; margin-right:
|
| 3646 |
|
| 3647 |
.block-editor-link-control__search-item .block-editor-link-control__search-item-icon { margin-right: 1em; min-width: 24px; }
|
| 3648 |
|
| 3649 |
-
.block-editor-link-control__search-item .block-editor-link-control__search-item-info, .block-editor-link-control__search-item .block-editor-link-control__search-item-title {
|
|
|
|
|
|
|
| 3650 |
|
| 3651 |
.block-editor-link-control__search-item .block-editor-link-control__search-item-title { display: block; margin-bottom: 0.2em; font-weight: 500; position: relative; }
|
| 3652 |
|
|
@@ -3672,6 +3848,8 @@ body.admin-color-sunrise { --wp-admin-theme-color: #dd823b; --wp-admin-theme-col
|
|
| 3672 |
|
| 3673 |
.block-editor-link-control__settings :last-child { margin-bottom: 0; }
|
| 3674 |
|
|
|
|
|
|
|
| 3675 |
.block-editor-link-control__setting { margin-bottom: 16px; }
|
| 3676 |
|
| 3677 |
.block-editor-link-control__setting :last-child { margin-bottom: 0; }
|
|
@@ -3706,7 +3884,7 @@ body.admin-color-sunrise { --wp-admin-theme-color: #dd823b; --wp-admin-theme-col
|
|
| 3706 |
|
| 3707 |
.components-button.block-editor-block-types-list__item { display: flex; flex-direction: column; width: 100%; font-size: 13px; color: #1e1e1e; padding: 8px; align-items: stretch; justify-content: center; cursor: pointer; background: transparent; word-break: break-word; border-radius: 2px; border: 1px solid transparent; transition: all 0.05s ease-in-out; position: relative; height: auto; }
|
| 3708 |
|
| 3709 |
-
@media (prefers-reduced-motion: reduce) { .components-button.block-editor-block-types-list__item { transition-duration: 0s; } }
|
| 3710 |
|
| 3711 |
.components-button.block-editor-block-types-list__item:disabled { opacity: 0.6; cursor: default; }
|
| 3712 |
|
|
@@ -3716,13 +3894,13 @@ body.admin-color-sunrise { --wp-admin-theme-color: #dd823b; --wp-admin-theme-col
|
|
| 3716 |
|
| 3717 |
.block-editor-block-types-list__item-icon { padding: 12px 20px; border-radius: 2px; color: #1e1e1e; transition: all 0.05s ease-in-out; }
|
| 3718 |
|
| 3719 |
-
@media (prefers-reduced-motion: reduce) { .block-editor-block-types-list__item-icon { transition-duration: 0s; } }
|
| 3720 |
|
| 3721 |
.block-editor-block-types-list__item-icon .block-editor-block-icon { margin-left: auto; margin-right: auto; }
|
| 3722 |
|
| 3723 |
.block-editor-block-types-list__item-icon svg { transition: all 0.15s ease-out; }
|
| 3724 |
|
| 3725 |
-
@media (prefers-reduced-motion: reduce) { .block-editor-block-types-list__item-icon svg { transition-duration: 0s; } }
|
| 3726 |
|
| 3727 |
.block-editor-block-types-list__list-item[draggable=true] .block-editor-block-types-list__item-icon { cursor: -webkit-grab; cursor: grab; }
|
| 3728 |
|
|
@@ -3802,8 +3980,6 @@ body.admin-color-sunrise { --wp-admin-theme-color: #dd823b; --wp-admin-theme-col
|
|
| 3802 |
|
| 3803 |
.block-editor-responsive-block-control .components-base-control__help { border: 0; clip: rect(1px, 1px, 1px, 1px); -webkit-clip-path: inset(50%); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; word-wrap: normal !important; }
|
| 3804 |
|
| 3805 |
-
.block-editor-format-toolbar .components-dropdown-menu__toggle { justify-content: center; }
|
| 3806 |
-
|
| 3807 |
.block-editor-rich-text__editable > p:first-child { margin-top: 0; }
|
| 3808 |
|
| 3809 |
.block-editor-rich-text__editable [data-rich-text-placeholder] { pointer-events: none; }
|
|
@@ -3814,8 +3990,6 @@ body.admin-color-sunrise { --wp-admin-theme-color: #dd823b; --wp-admin-theme-col
|
|
| 3814 |
|
| 3815 |
.block-editor-rich-text__editable:focus [data-rich-text-format-boundary] { border-radius: 2px; }
|
| 3816 |
|
| 3817 |
-
.block-editor-rich-text__editable:focus:not(.keep-placeholder-on-focus) [data-rich-text-placeholder]::after { display: none; }
|
| 3818 |
-
|
| 3819 |
figcaption.block-editor-rich-text__editable [data-rich-text-placeholder]::before { opacity: 0.8; }
|
| 3820 |
|
| 3821 |
.components-popover.block-editor-rich-text__inline-format-toolbar { z-index: 99998; }
|
|
@@ -3826,6 +4000,14 @@ figcaption.block-editor-rich-text__editable [data-rich-text-placeholder]::before
|
|
| 3826 |
|
| 3827 |
.components-popover.block-editor-rich-text__inline-format-toolbar .components-toolbar__control, .components-popover.block-editor-rich-text__inline-format-toolbar .components-dropdown-menu__toggle { min-width: 48px; min-height: 48px; padding-left: 12px; padding-right: 12px; }
|
| 3828 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3829 |
.block-editor-skip-to-selected-block { position: absolute; top: -9999em; }
|
| 3830 |
|
| 3831 |
.block-editor-skip-to-selected-block:focus { height: auto; width: auto; display: block; font-size: 14px; font-weight: 600; padding: 15px 23px 14px; background: #f1f1f1; color: #007cba; color: var(--wp-admin-theme-color); line-height: normal; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); text-decoration: none; outline: none; z-index: 100000; }
|
|
@@ -3852,7 +4034,7 @@ figcaption.block-editor-rich-text__editable [data-rich-text-placeholder]::before
|
|
| 3852 |
|
| 3853 |
.block-editor-block-list__block .block-editor-url-input, .components-popover .block-editor-url-input, .block-editor-url-input { flex-grow: 1; position: relative; padding: 1px; }
|
| 3854 |
|
| 3855 |
-
.block-editor-block-list__block .block-editor-url-input input[type=text], .components-popover .block-editor-url-input input[type=text], .block-editor-url-input input[type=text] { width: 100%; padding: 8px; border: none; border-radius: 0; margin-left: 0; margin-right: 0; /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px; }
|
| 3856 |
|
| 3857 |
@media (min-width: 600px) { .block-editor-block-list__block .block-editor-url-input input[type=text], .components-popover .block-editor-url-input input[type=text], .block-editor-url-input input[type=text] { width: 300px; } }
|
| 3858 |
|
|
@@ -3866,15 +4048,15 @@ figcaption.block-editor-rich-text__editable [data-rich-text-placeholder]::before
|
|
| 3866 |
|
| 3867 |
.block-editor-block-list__block .block-editor-url-input.is-full-width__suggestions, .components-popover .block-editor-url-input.is-full-width__suggestions, .block-editor-url-input.is-full-width__suggestions { width: 100%; }
|
| 3868 |
|
| 3869 |
-
.block-editor-block-list__block .block-editor-url-input .components-spinner, .components-popover .block-editor-url-input .components-spinner, .block-editor-url-input .components-spinner { position: absolute; right: 8px; bottom:
|
| 3870 |
|
| 3871 |
.block-editor-url-input__input[type=text] { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; padding: 6px 8px; box-shadow: 0 0 0 transparent; transition: box-shadow 0.1s linear; border-radius: 2px; border: 1px solid #757575; /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px; /* Override core line-height. To be reviewed. */ line-height: normal; }
|
| 3872 |
|
| 3873 |
-
@media (prefers-reduced-motion: reduce) { .block-editor-url-input__input[type=text] { transition-duration: 0s; } }
|
| 3874 |
|
| 3875 |
@media (min-width: 600px) { .block-editor-url-input__input[type=text] { font-size: 13px; /* Override core line-height. To be reviewed. */ line-height: normal; } }
|
| 3876 |
|
| 3877 |
-
.block-editor-url-input__input[type=text]:focus { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0
|
| 3878 |
|
| 3879 |
.block-editor-url-input__input[type=text]::-webkit-input-placeholder { color: rgba(30, 30, 30, 0.62); }
|
| 3880 |
|
|
@@ -3890,13 +4072,13 @@ figcaption.block-editor-rich-text__editable [data-rich-text-placeholder]::before
|
|
| 3890 |
|
| 3891 |
.block-editor-url-input__suggestions { max-height: 200px; transition: all 0.15s ease-in-out; padding: 4px 0; width: 302px; overflow-y: auto; }
|
| 3892 |
|
| 3893 |
-
@media (prefers-reduced-motion: reduce) { .block-editor-url-input__suggestions { transition-duration: 0s; } }
|
| 3894 |
|
| 3895 |
.block-editor-url-input__suggestions, .block-editor-url-input .components-spinner { display: none; }
|
| 3896 |
|
| 3897 |
@media (min-width: 600px) { .block-editor-url-input__suggestions, .block-editor-url-input .components-spinner { display: inherit; } }
|
| 3898 |
|
| 3899 |
-
.block-editor-url-input__suggestion { padding: 4px 8px; color: #757575; display: block; font-size: 13px; cursor: pointer; background: #fff; width: 100%; border: none; text-align: left; box-shadow: none; }
|
| 3900 |
|
| 3901 |
.block-editor-url-input__suggestion:hover { background: #ddd; }
|
| 3902 |
|
|
@@ -3918,7 +4100,7 @@ figcaption.block-editor-rich-text__editable [data-rich-text-placeholder]::before
|
|
| 3918 |
|
| 3919 |
.block-editor-url-popover__additional-controls > div[role=menu] .components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary) > svg { box-shadow: none; }
|
| 3920 |
|
| 3921 |
-
.block-editor-url-popover__additional-controls div[role=menu] > .components-button { padding-left:
|
| 3922 |
|
| 3923 |
.block-editor-url-popover__row { display: flex; }
|
| 3924 |
|
|
@@ -3930,7 +4112,7 @@ figcaption.block-editor-rich-text__editable [data-rich-text-placeholder]::before
|
|
| 3930 |
|
| 3931 |
.block-editor-url-popover .components-button.has-icon:not(:disabled):focus { box-shadow: none; }
|
| 3932 |
|
| 3933 |
-
.block-editor-url-popover .components-button.has-icon:not(:disabled):focus > svg { box-shadow: inset 0 0 0
|
| 3934 |
|
| 3935 |
.block-editor-url-popover__settings-toggle { flex-shrink: 0; border-radius: 0; border-left: 1px solid #ddd; margin-left: 1px; }
|
| 3936 |
|
|
@@ -3944,7 +4126,7 @@ figcaption.block-editor-rich-text__editable [data-rich-text-placeholder]::before
|
|
| 3944 |
|
| 3945 |
.block-editor-url-popover__link-editor .block-editor-url-input .components-base-control__field, .block-editor-url-popover__link-viewer .block-editor-url-input .components-base-control__field { margin-bottom: 0; }
|
| 3946 |
|
| 3947 |
-
.block-editor-url-popover__link-editor .block-editor-url-input .components-spinner, .block-editor-url-popover__link-viewer .block-editor-url-input .components-spinner { bottom:
|
| 3948 |
|
| 3949 |
.block-editor-url-popover__link-viewer-url { margin: 7px; flex-grow: 1; flex-shrink: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; min-width: 150px; max-width: 500px; }
|
| 3950 |
|
|
@@ -3952,13 +4134,13 @@ figcaption.block-editor-rich-text__editable [data-rich-text-placeholder]::before
|
|
| 3952 |
|
| 3953 |
.block-editor-warning { align-items: center; display: flex; flex-wrap: wrap; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; padding: 1em; border: 1px solid #1e1e1e; border-radius: 2px; background-color: #fff; }
|
| 3954 |
|
| 3955 |
-
.block-editor-warning .block-editor-warning__message { line-height: 1.4; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 13px; color: #1e1e1e; margin: 0
|
| 3956 |
|
| 3957 |
.block-editor-warning p.block-editor-warning__message.block-editor-warning__message { min-height: auto; }
|
| 3958 |
|
| 3959 |
.block-editor-warning .block-editor-warning__contents { display: flex; flex-direction: row; justify-content: space-between; flex-wrap: wrap; align-items: baseline; width: 100%; }
|
| 3960 |
|
| 3961 |
-
.block-editor-warning .block-editor-warning__actions { display: flex; }
|
| 3962 |
|
| 3963 |
.block-editor-warning .block-editor-warning__action { margin: 0 8px 0 0; }
|
| 3964 |
|
|
@@ -3968,12 +4150,20 @@ figcaption.block-editor-rich-text__editable [data-rich-text-placeholder]::before
|
|
| 3968 |
|
| 3969 |
.html-anchor-control .components-external-link { display: block; margin-top: 8px; }
|
| 3970 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3971 |
#end-resizable-editor-section { display: none; }
|
| 3972 |
|
| 3973 |
/** Block Toolbar */
|
| 3974 |
.block-editor-block-toolbar { display: flex; flex-grow: 1; width: 100%; overflow: auto; position: relative; transition: border-color 0.1s linear, box-shadow 0.1s linear; }
|
| 3975 |
|
| 3976 |
-
@media (prefers-reduced-motion: reduce) { .block-editor-block-toolbar { transition-duration: 0s; } }
|
| 3977 |
|
| 3978 |
@media (min-width: 600px) { .block-editor-block-toolbar { overflow: inherit; } }
|
| 3979 |
|
|
@@ -3981,6 +4171,14 @@ figcaption.block-editor-rich-text__editable [data-rich-text-placeholder]::before
|
|
| 3981 |
|
| 3982 |
.block-editor-block-toolbar > :last-child, .block-editor-block-toolbar > :last-child .components-toolbar-group, .block-editor-block-toolbar > :last-child .components-toolbar { border-right: none; }
|
| 3983 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3984 |
.block-editor-block-toolbar__block-controls { height: auto !important; padding: 0 !important; }
|
| 3985 |
|
| 3986 |
.block-editor-block-toolbar__block-controls .block-editor-block-switcher .components-dropdown-menu__toggle .block-editor-block-icon, .block-editor-block-toolbar__block-controls .block-editor-block-switcher__no-switcher-icon .block-editor-block-icon { width: 24px !important; margin: 0 !important; }
|
|
@@ -3989,22 +4187,58 @@ figcaption.block-editor-rich-text__editable [data-rich-text-placeholder]::before
|
|
| 3989 |
|
| 3990 |
.block-editor-block-toolbar__block-controls .block-editor-block-mover { margin-left: -6px; }
|
| 3991 |
|
| 3992 |
-
.block-editor-block-toolbar .components-toolbar-group, .block-editor-block-toolbar .components-toolbar, .block-editor-format-toolbar .components-toolbar-group, .block-editor-format-toolbar .components-toolbar { display: flex; flex-wrap: nowrap; }
|
| 3993 |
|
| 3994 |
.block-editor-block-toolbar__slot { display: inline-block; line-height: 0; }
|
| 3995 |
|
| 3996 |
@supports (position: sticky) { .block-editor-block-toolbar__slot { display: inline-flex; } }
|
| 3997 |
|
| 3998 |
-
.block-editor-block-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3999 |
|
| 4000 |
-
|
| 4001 |
|
| 4002 |
-
.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4003 |
|
| 4004 |
.block-editor-inserter { display: inline-block; background: none; border: none; padding: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 13px; line-height: 0; }
|
| 4005 |
|
| 4006 |
@media (min-width: 782px) { .block-editor-inserter { position: relative; } }
|
| 4007 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4008 |
.block-editor-inserter__popover .block-editor-inserter__menu { margin: -12px; }
|
| 4009 |
|
| 4010 |
.block-editor-inserter__popover .block-editor-inserter__menu .block-editor-inserter__tabs .components-tab-panel__tabs { top: 60px; }
|
|
@@ -4015,7 +4249,7 @@ figcaption.block-editor-rich-text__editable [data-rich-text-placeholder]::before
|
|
| 4015 |
|
| 4016 |
.block-editor-inserter__toggle.components-button { display: inline-flex; align-items: center; cursor: pointer; border: none; outline: none; padding: 0; transition: color 0.2s ease; }
|
| 4017 |
|
| 4018 |
-
@media (prefers-reduced-motion: reduce) { .block-editor-inserter__toggle.components-button { transition-duration: 0s; } }
|
| 4019 |
|
| 4020 |
.block-editor-inserter__menu { height: 100%; position: relative; overflow: visible; }
|
| 4021 |
|
|
@@ -4033,11 +4267,11 @@ figcaption.block-editor-rich-text__editable [data-rich-text-placeholder]::before
|
|
| 4033 |
|
| 4034 |
.block-editor-inserter__search input[type=search].block-editor-inserter__search-input { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; padding: 6px 8px; box-shadow: 0 0 0 transparent; transition: box-shadow 0.1s linear; border-radius: 2px; border: 1px solid #757575; /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px; /* Override core line-height. To be reviewed. */ line-height: normal; display: block; padding: 16px 48px 16px 16px; background: #f0f0f0; border: none; width: 100%; height: 48px; /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px; }
|
| 4035 |
|
| 4036 |
-
@media (prefers-reduced-motion: reduce) { .block-editor-inserter__search input[type=search].block-editor-inserter__search-input { transition-duration: 0s; } }
|
| 4037 |
|
| 4038 |
@media (min-width: 600px) { .block-editor-inserter__search input[type=search].block-editor-inserter__search-input { font-size: 13px; /* Override core line-height. To be reviewed. */ line-height: normal; } }
|
| 4039 |
|
| 4040 |
-
.block-editor-inserter__search input[type=search].block-editor-inserter__search-input:focus { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0
|
| 4041 |
|
| 4042 |
.block-editor-inserter__search input[type=search].block-editor-inserter__search-input::-webkit-input-placeholder { color: rgba(30, 30, 30, 0.62); }
|
| 4043 |
|
|
@@ -4053,7 +4287,7 @@ figcaption.block-editor-rich-text__editable [data-rich-text-placeholder]::before
|
|
| 4053 |
|
| 4054 |
@media (min-width: 600px) { .block-editor-inserter__search input[type=search].block-editor-inserter__search-input { font-size: 13px; } }
|
| 4055 |
|
| 4056 |
-
.block-editor-inserter__search input[type=search].block-editor-inserter__search-input:focus { background: #fff; box-shadow: 0 0 0
|
| 4057 |
|
| 4058 |
.block-editor-inserter__search input[type=search].block-editor-inserter__search-input:-ms-input-placeholder { color: #757575; }
|
| 4059 |
|
|
@@ -4073,11 +4307,11 @@ figcaption.block-editor-rich-text__editable [data-rich-text-placeholder]::before
|
|
| 4073 |
|
| 4074 |
.block-editor-inserter__tabs .components-tab-panel__tabs .components-tab-panel__tabs-item { flex-grow: 1; margin-bottom: -1px; }
|
| 4075 |
|
| 4076 |
-
.block-editor-inserter__tabs .components-tab-panel__tab-content { display: flex; flex-grow: 1; flex-direction: column; position: relative; }
|
| 4077 |
|
| 4078 |
.block-editor-inserter__panel-header { display: inline-flex; align-items: center; padding: 16px 16px 0; }
|
| 4079 |
|
| 4080 |
-
.block-editor-inserter__panel-header-patterns { padding: 16px 16px 0
|
| 4081 |
|
| 4082 |
.block-editor-inserter__panel-content { padding: 16px; }
|
| 4083 |
|
|
@@ -4129,11 +4363,9 @@ figcaption.block-editor-rich-text__editable [data-rich-text-placeholder]::before
|
|
| 4129 |
|
| 4130 |
.block-editor-inserter__quick-inserter-results .block-editor-inserter__panel-header { height: 0; padding: 0; float: left; }
|
| 4131 |
|
| 4132 |
-
.block-editor-inserter__quick-inserter .block-editor-inserter__panel-content { padding: 8px; }
|
| 4133 |
-
|
| 4134 |
.block-editor-inserter__quick-inserter.has-search .block-editor-inserter__panel-content, .block-editor-inserter__quick-inserter.has-expand .block-editor-inserter__panel-content { padding: 16px; }
|
| 4135 |
|
| 4136 |
-
.block-editor-inserter__quick-inserter-patterns { display: -ms-grid; display: grid; -ms-grid-columns: 1fr 1fr; grid-template-columns: 1fr 1fr; grid-gap: 8px; }
|
| 4137 |
|
| 4138 |
.block-editor-inserter__quick-inserter-separator { border-top: 1px solid #ddd; }
|
| 4139 |
|
|
@@ -4165,14 +4397,46 @@ figcaption.block-editor-rich-text__editable [data-rich-text-placeholder]::before
|
|
| 4165 |
|
| 4166 |
@media (min-width: 600px) { .edit-post-header.has-reduced-ui .edit-post-header__settings .editor-post-save-draft, .edit-post-header.has-reduced-ui .edit-post-header__settings .editor-post-saved-state, .edit-post-header.has-reduced-ui .edit-post-header__settings .block-editor-post-preview__button-toggle { transition: opacity 0.1s linear; } }
|
| 4167 |
|
| 4168 |
-
@media (min-width: 600px) and (prefers-reduced-motion: reduce) { .edit-post-header.has-reduced-ui .edit-post-header__settings .editor-post-save-draft, .edit-post-header.has-reduced-ui .edit-post-header__settings .editor-post-saved-state, .edit-post-header.has-reduced-ui .edit-post-header__settings .block-editor-post-preview__button-toggle { transition-duration: 0s; } }
|
| 4169 |
|
| 4170 |
@media (min-width: 600px) { .edit-post-header.has-reduced-ui:not(:hover) .edit-post-header__settings .editor-post-save-draft, .edit-post-header.has-reduced-ui:not(:hover) .edit-post-header__settings .editor-post-saved-state, .edit-post-header.has-reduced-ui:not(:hover) .edit-post-header__settings .block-editor-post-preview__button-toggle { opacity: 0; }
|
| 4171 |
.edit-post-header.has-reduced-ui:not(:hover) .edit-post-header__settings .block-editor-post-preview__button-toggle.is-opened { opacity: 1; } }
|
| 4172 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4173 |
/** Colors */
|
| 4174 |
/** Breakpoints & Media Queries */
|
| 4175 |
-
/** SCSS Variables. Please use variables from this sheet to ensure consistency across the UI. Don't add to this sheet unless you're pretty sure the value will be reused in many places. */
|
| 4176 |
/** Colors */
|
| 4177 |
/** Fonts & basic variables. */
|
| 4178 |
/** Grid System. https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/ */
|
|
@@ -4190,16 +4454,15 @@ figcaption.block-editor-rich-text__editable [data-rich-text-placeholder]::before
|
|
| 4190 |
/** Allows users to opt-out of animations via OS-level preferences. */
|
| 4191 |
/** Reset default styles for JavaScript UI based pages. This is a WP-admin agnostic reset */
|
| 4192 |
/** Reset the WP Admin page styles for Gutenberg-like pages. */
|
| 4193 |
-
/** These are default block editor widths in case the theme doesn't provide them. */
|
| 4194 |
-
:root { --wp-admin-theme-color: #007cba; --wp-admin-theme-color-darker-10: #006ba1; --wp-admin-theme-color-darker-20: #005a87; }
|
| 4195 |
-
|
| 4196 |
#start-resizable-editor-section { display: none; }
|
| 4197 |
|
|
|
|
|
|
|
| 4198 |
.wp-block-audio figcaption { margin-top: 0.5em; margin-bottom: 1em; }
|
| 4199 |
|
| 4200 |
.wp-block-audio audio { width: 100%; min-width: 300px; }
|
| 4201 |
|
| 4202 |
-
.wp-block-button__link { color: #fff; background-color: #32373c; border
|
| 4203 |
|
| 4204 |
.wp-block-button__link:hover, .wp-block-button__link:focus, .wp-block-button__link:active, .wp-block-button__link:visited { color: #fff; }
|
| 4205 |
|
|
@@ -4217,19 +4480,19 @@ figcaption.block-editor-rich-text__editable [data-rich-text-placeholder]::before
|
|
| 4217 |
|
| 4218 |
.wp-block-buttons > .wp-block-button.wp-block-button__width-75 { width: calc(75% - 0.5em); }
|
| 4219 |
|
| 4220 |
-
.wp-block-buttons > .wp-block-button.wp-block-button__width-100 { width:
|
| 4221 |
|
| 4222 |
.wp-block-button.is-style-squared, .wp-block-button__link.wp-block-button.is-style-squared { border-radius: 0; }
|
| 4223 |
|
| 4224 |
.wp-block-button.no-border-radius, .wp-block-button__link.no-border-radius { border-radius: 0 !important; }
|
| 4225 |
|
| 4226 |
-
.is-style-outline > .wp-block-button__link, .wp-block-button__link.is-style-outline { border: 2px solid; }
|
| 4227 |
|
| 4228 |
-
.is-style-outline > .wp-block-button__link:not(.has-text-color), .wp-block-button__link.is-style-outline:not(.has-text-color) { color:
|
| 4229 |
|
| 4230 |
.is-style-outline > .wp-block-button__link:not(.has-background), .wp-block-button__link.is-style-outline:not(.has-background) { background-color: transparent; }
|
| 4231 |
|
| 4232 |
-
.wp-block-buttons { display: flex; flex-direction: row; flex-wrap: wrap; }
|
| 4233 |
|
| 4234 |
.wp-block-buttons.is-vertical { flex-direction: column; }
|
| 4235 |
|
|
@@ -4237,7 +4500,7 @@ figcaption.block-editor-rich-text__editable [data-rich-text-placeholder]::before
|
|
| 4237 |
|
| 4238 |
.wp-block-buttons.is-vertical > .wp-block-button:last-child { margin-bottom: 0; }
|
| 4239 |
|
| 4240 |
-
.wp-block-buttons > .wp-block-button { display: inline-block; /*rtl:ignore*/ margin-right: 0.5em; margin-bottom: 0.5em; }
|
| 4241 |
|
| 4242 |
.wp-block-buttons > .wp-block-button:last-child { /*rtl:ignore*/ margin-right: 0; }
|
| 4243 |
|
|
@@ -4257,6 +4520,8 @@ figcaption.block-editor-rich-text__editable [data-rich-text-placeholder]::before
|
|
| 4257 |
|
| 4258 |
.wp-block-buttons.is-content-justification-right.is-vertical { align-items: flex-end; }
|
| 4259 |
|
|
|
|
|
|
|
| 4260 |
.wp-block-buttons.aligncenter { text-align: center; }
|
| 4261 |
|
| 4262 |
.wp-block-buttons.alignleft .wp-block-button { /*rtl:ignore*/ margin-left: 0; /*rtl:ignore*/ margin-right: 0.5em; }
|
|
@@ -4267,6 +4532,8 @@ figcaption.block-editor-rich-text__editable [data-rich-text-placeholder]::before
|
|
| 4267 |
|
| 4268 |
.wp-block-buttons.alignright .wp-block-button:first-child { /*rtl:ignore*/ margin-left: 0; }
|
| 4269 |
|
|
|
|
|
|
|
| 4270 |
.wp-block-calendar { text-align: center; }
|
| 4271 |
|
| 4272 |
.wp-block-calendar th, .wp-block-calendar tbody td { padding: 0.25em; border: 1px solid #ddd; }
|
|
@@ -4287,7 +4554,7 @@ figcaption.block-editor-rich-text__editable [data-rich-text-placeholder]::before
|
|
| 4287 |
|
| 4288 |
.wp-block-code code { display: block; white-space: pre-wrap; overflow-wrap: break-word; }
|
| 4289 |
|
| 4290 |
-
.wp-block-columns { display: flex; margin-bottom: 1.75em; flex-wrap: wrap; /** All Columns Alignment */ }
|
| 4291 |
|
| 4292 |
@media (min-width: 782px) { .wp-block-columns { flex-wrap: nowrap; } }
|
| 4293 |
|
|
@@ -4318,7 +4585,7 @@ figcaption.block-editor-rich-text__editable [data-rich-text-placeholder]::before
|
|
| 4318 |
|
| 4319 |
.wp-block-column.is-vertically-aligned-top, .wp-block-column.is-vertically-aligned-center, .wp-block-column.is-vertically-aligned-bottom { width: 100%; }
|
| 4320 |
|
| 4321 |
-
.wp-block-cover-image, .wp-block-cover { position: relative; background-size: cover; background-position: center center; min-height: 430px;
|
| 4322 |
|
| 4323 |
.wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax { background-attachment: fixed; }
|
| 4324 |
|
|
@@ -4364,7 +4631,7 @@ figcaption.block-editor-rich-text__editable [data-rich-text-placeholder]::before
|
|
| 4364 |
|
| 4365 |
.wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container { width: 100%; z-index: 1; color: #fff; }
|
| 4366 |
|
| 4367 |
-
.wp-block-cover-image p:not(.has-text-color), .wp-block-cover-image h1:not(.has-text-color), .wp-block-cover-image h2:not(.has-text-color), .wp-block-cover-image h3:not(.has-text-color), .wp-block-cover-image h4:not(.has-text-color), .wp-block-cover-image h5:not(.has-text-color), .wp-block-cover-image h6:not(.has-text-color), .wp-block-cover
|
| 4368 |
|
| 4369 |
.wp-block-cover-image.is-position-top-left, .wp-block-cover.is-position-top-left { align-items: flex-start; justify-content: flex-start; }
|
| 4370 |
|
|
@@ -4386,7 +4653,11 @@ figcaption.block-editor-rich-text__editable [data-rich-text-placeholder]::before
|
|
| 4386 |
|
| 4387 |
.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container { margin: 0; width: auto; }
|
| 4388 |
|
| 4389 |
-
.wp-block-cover__video-background { position: absolute; top:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4390 |
|
| 4391 |
section.wp-block-cover-image h2, .wp-block-cover-image-text, .wp-block-cover-text { color: #fff; }
|
| 4392 |
|
|
@@ -4406,7 +4677,9 @@ section.wp-block-cover-image > h2, .wp-block-cover-image .wp-block-cover-image-t
|
|
| 4406 |
|
| 4407 |
.wp-block[data-align=left] > [data-type="core/embed"] .wp-block-embed__wrapper, .wp-block[data-align=right] > [data-type="core/embed"] .wp-block-embed__wrapper, .wp-block-embed.alignleft .wp-block-embed__wrapper, .wp-block-embed.alignright .wp-block-embed__wrapper { min-width: 280px; }
|
| 4408 |
|
| 4409 |
-
.wp-block-embed {
|
|
|
|
|
|
|
| 4410 |
|
| 4411 |
.wp-block-embed figcaption { margin-top: 0.5em; margin-bottom: 1em; }
|
| 4412 |
|
|
@@ -4448,7 +4721,7 @@ section.wp-block-cover-image > h2, .wp-block-cover-image .wp-block-cover-image-t
|
|
| 4448 |
|
| 4449 |
.wp-block-gallery, .blocks-gallery-grid { display: flex; flex-wrap: wrap; list-style-type: none; padding: 0; margin: 0; }
|
| 4450 |
|
| 4451 |
-
.wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item, .blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item { margin: 0 1em 1em 0; display: flex; flex-grow: 1; flex-direction: column; justify-content: center; position: relative; width: calc(50% - 1em); }
|
| 4452 |
|
| 4453 |
.wp-block-gallery .blocks-gallery-image:nth-of-type(even), .wp-block-gallery .blocks-gallery-item:nth-of-type(even), .blocks-gallery-grid .blocks-gallery-image:nth-of-type(even), .blocks-gallery-grid .blocks-gallery-item:nth-of-type(even) { margin-right: 0; }
|
| 4454 |
|
|
@@ -4466,6 +4739,8 @@ section.wp-block-cover-image > h2, .wp-block-cover-image .wp-block-cover-image-t
|
|
| 4466 |
|
| 4467 |
.wp-block-gallery figcaption, .blocks-gallery-grid figcaption { flex-grow: 1; }
|
| 4468 |
|
|
|
|
|
|
|
| 4469 |
.wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img, .blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img { width: 100%; }
|
| 4470 |
|
| 4471 |
@supports (position: sticky) { .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img, .blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img { height: 100%; flex: 1; -o-object-fit: cover; object-fit: cover; } }
|
|
@@ -4497,10 +4772,12 @@ section.wp-block-cover-image > h2, .wp-block-cover-image .wp-block-cover-image-t
|
|
| 4497 |
|
| 4498 |
h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background { padding: 1.25em 2.375em; }
|
| 4499 |
|
| 4500 |
-
.wp-block-image { margin
|
| 4501 |
|
| 4502 |
.wp-block-image img { max-width: 100%; }
|
| 4503 |
|
|
|
|
|
|
|
| 4504 |
.wp-block-image.aligncenter { text-align: center; }
|
| 4505 |
|
| 4506 |
.wp-block-image.alignfull img, .wp-block-image.alignwide img { width: 100%; }
|
|
@@ -4523,6 +4800,8 @@ h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.h
|
|
| 4523 |
|
| 4524 |
@supports ((-webkit-mask-image: none) or (mask-image: none)) or (-webkit-mask-image: none) { .wp-block-image.is-style-circle-mask img { /* stylelint-disable */ -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>'); mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>'); /* stylelint-enable */ mask-mode: alpha; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-size: contain; mask-size: contain; -webkit-mask-position: center; mask-position: center; border-radius: 0; } }
|
| 4525 |
|
|
|
|
|
|
|
| 4526 |
.wp-block-latest-comments__comment { line-height: 1.1; list-style: none; margin-bottom: 1em; }
|
| 4527 |
|
| 4528 |
.has-avatars .wp-block-latest-comments__comment { min-height: 2.25em; list-style: none; }
|
|
@@ -4611,66 +4890,85 @@ ol.has-background, ul.has-background { padding: 1.25em 2.375em; }
|
|
| 4611 |
.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media { -ms-grid-column: 1; grid-column: 1; -ms-grid-row: 1; grid-row: 1; }
|
| 4612 |
.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content { -ms-grid-column: 1; grid-column: 1; -ms-grid-row: 2; grid-row: 2; } }
|
| 4613 |
|
| 4614 |
-
.wp-block-navigation
|
| 4615 |
|
| 4616 |
-
.items-
|
|
|
|
|
|
|
| 4617 |
|
| 4618 |
.items-justified-center > ul { justify-content: center; }
|
| 4619 |
|
| 4620 |
.items-justified-right > ul { justify-content: flex-end; }
|
| 4621 |
|
| 4622 |
-
.
|
| 4623 |
|
| 4624 |
-
.wp-block-navigation-
|
| 4625 |
|
| 4626 |
-
.wp-block-
|
| 4627 |
|
| 4628 |
-
.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4629 |
|
| 4630 |
-
.
|
| 4631 |
|
| 4632 |
-
.
|
| 4633 |
|
| 4634 |
-
.
|
| 4635 |
|
| 4636 |
-
.has-child .wp-block-
|
| 4637 |
|
| 4638 |
-
|
| 4639 |
-
.has-child .wp-block-navigation__container .wp-block-navigation__container { left: 100%; top: -1px; }
|
| 4640 |
-
.has-child .wp-block-navigation__container .wp-block-navigation__container::before { content: ""; position: absolute; right: 100%; height: 100%; display: block; width: 0.5em; background: transparent; }
|
| 4641 |
-
.has-child .wp-block-navigation__container .wp-block-navigation-link__submenu-icon svg { transform: rotate(0); } }
|
| 4642 |
|
| 4643 |
-
.has-child
|
| 4644 |
|
| 4645 |
-
.has-child
|
| 4646 |
|
| 4647 |
-
.has-child
|
| 4648 |
|
| 4649 |
-
.has-child
|
|
|
|
|
|
|
| 4650 |
|
| 4651 |
-
.wp-block-navigation
|
| 4652 |
|
| 4653 |
-
.wp-block-navigation
|
| 4654 |
|
| 4655 |
-
.wp-block-navigation
|
| 4656 |
|
| 4657 |
-
.wp-block-navigation:
|
| 4658 |
|
| 4659 |
-
.wp-block-navigation
|
| 4660 |
|
| 4661 |
-
.wp-block-navigation-
|
| 4662 |
|
| 4663 |
-
.wp-block-navigation-
|
| 4664 |
|
| 4665 |
-
.has-
|
| 4666 |
|
| 4667 |
-
.wp-block-navigation-
|
| 4668 |
|
| 4669 |
-
.wp-block-navigation-
|
| 4670 |
|
| 4671 |
-
.wp-block-navigation-
|
| 4672 |
|
| 4673 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4674 |
|
| 4675 |
.is-small-text { font-size: 0.875em; }
|
| 4676 |
|
|
@@ -4682,6 +4980,8 @@ ol.has-background, ul.has-background { padding: 1.25em 2.375em; }
|
|
| 4682 |
|
| 4683 |
.has-drop-cap:not(:focus)::first-letter { float: left; font-size: 8.4em; line-height: 0.68; font-weight: 100; margin: 0.05em 0.1em 0 0; text-transform: uppercase; font-style: normal; }
|
| 4684 |
|
|
|
|
|
|
|
| 4685 |
p.has-background { padding: 1.25em 2.375em; }
|
| 4686 |
|
| 4687 |
p.has-text-color a { color: inherit; }
|
|
@@ -4698,13 +4998,17 @@ p.has-text-color a { color: inherit; }
|
|
| 4698 |
|
| 4699 |
.wp-block-post-author__name { font-weight: bold; margin: 0; }
|
| 4700 |
|
| 4701 |
-
.wp-block-post-comments-form input[type=submit] { color: #fff; background-color: #32373c; border: none; border-radius:
|
| 4702 |
|
| 4703 |
.wp-block-post-comments-form input[type=submit]:hover, .wp-block-post-comments-form input[type=submit]:focus, .wp-block-post-comments-form input[type=submit]:active, .wp-block-post-comments-form input[type=submit]:visited { color: #fff; }
|
| 4704 |
|
|
|
|
|
|
|
| 4705 |
.wp-block-preformatted { white-space: pre-wrap; }
|
| 4706 |
|
| 4707 |
-
.wp-block-
|
|
|
|
|
|
|
| 4708 |
|
| 4709 |
.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright { max-width: 420px; }
|
| 4710 |
|
|
@@ -4748,6 +5052,12 @@ p.has-text-color a { color: inherit; }
|
|
| 4748 |
.wp-block-query-loop.is-flex-container.is-flex-container.columns-6 > li { width: calc((100% / 6) - 1.25em + (1.25em / 6)); }
|
| 4749 |
.wp-block-query-loop.is-flex-container.is-flex-container.columns-6 > li:nth-child(6n) { margin-right: 0; } }
|
| 4750 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4751 |
.wp-block-quote.is-style-large, .wp-block-quote.is-large { margin-bottom: 1em; padding: 0 1em; }
|
| 4752 |
|
| 4753 |
.wp-block-quote.is-style-large p, .wp-block-quote.is-large p { font-size: 1.5em; font-style: italic; line-height: 1.6; }
|
|
@@ -4794,19 +5104,27 @@ p.has-text-color a { color: inherit; }
|
|
| 4794 |
|
| 4795 |
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button { padding: 0.125em 0.5em; }
|
| 4796 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4797 |
.wp-block-separator.is-style-wide { border-bottom-width: 1px; }
|
| 4798 |
|
| 4799 |
-
.wp-block-separator.is-style-dots { background: none !important; border: none; text-align: center;
|
| 4800 |
|
| 4801 |
.wp-block-separator.is-style-dots::before { content: "···"; color: currentColor; font-size: 1.5em; letter-spacing: 2em; /*rtl:ignore*/ padding-left: 2em; font-family: serif; }
|
| 4802 |
|
| 4803 |
-
.wp-block-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4804 |
|
| 4805 |
-
.wp-block-
|
| 4806 |
|
| 4807 |
-
.wp-block-
|
| 4808 |
|
| 4809 |
-
.wp-block-social-links { display: flex; flex-wrap: wrap;
|
| 4810 |
|
| 4811 |
.wp-block-social-links .wp-social-link a, .wp-block-social-links .wp-social-link a:hover { text-decoration: none; border-bottom: 0; box-shadow: none; }
|
| 4812 |
|
|
@@ -4830,7 +5148,7 @@ p.has-text-color a { color: inherit; }
|
|
| 4830 |
|
| 4831 |
.wp-social-link { display: block; border-radius: 9999px; transition: transform 0.1s ease; height: auto; }
|
| 4832 |
|
| 4833 |
-
@media (prefers-reduced-motion: reduce) { .wp-social-link { transition-duration: 0s; } }
|
| 4834 |
|
| 4835 |
.wp-social-link a { display: block; line-height: 0; transition: transform 0.1s ease; }
|
| 4836 |
|
|
@@ -4994,7 +5312,7 @@ p.has-text-color a { color: inherit; }
|
|
| 4994 |
|
| 4995 |
.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress { color: #3499cd; }
|
| 4996 |
|
| 4997 |
-
.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
|
| 4998 |
|
| 4999 |
.wp-block-social-links.is-style-logos-only .wp-social-link-youtube { color: #f00; }
|
| 5000 |
|
|
@@ -5004,15 +5322,13 @@ p.has-text-color a { color: inherit; }
|
|
| 5004 |
|
| 5005 |
.wp-block-spacer { clear: both; }
|
| 5006 |
|
| 5007 |
-
p.wp-block-subhead { font-size: 1.1em; font-style: italic; opacity: 0.75; }
|
| 5008 |
-
|
| 5009 |
.wp-block-tag-cloud.aligncenter { text-align: center; }
|
| 5010 |
|
| 5011 |
.wp-block-tag-cloud.alignfull { padding-left: 1em; padding-right: 1em; }
|
| 5012 |
|
| 5013 |
-
.wp-block-table { overflow-x: auto; }
|
| 5014 |
|
| 5015 |
-
.wp-block-table table { width: 100%; }
|
| 5016 |
|
| 5017 |
.wp-block-table .has-fixed-layout { table-layout: fixed; width: 100%; }
|
| 5018 |
|
|
@@ -5060,9 +5376,9 @@ p.wp-block-subhead { font-size: 1.1em; font-style: italic; opacity: 0.75; }
|
|
| 5060 |
|
| 5061 |
.wp-block-text-columns.columns-4 .wp-block-column { width: calc(100% / 4); }
|
| 5062 |
|
| 5063 |
-
pre.wp-block-verse { font-family: inherit; overflow: auto; white-space:
|
| 5064 |
|
| 5065 |
-
.wp-block-video { margin
|
| 5066 |
|
| 5067 |
.wp-block-video video { width: 100%; }
|
| 5068 |
|
|
@@ -5170,7 +5486,7 @@ pre.wp-block-verse { font-family: inherit; overflow: auto; white-space: nowrap;
|
|
| 5170 |
|
| 5171 |
:root .has-midnight-gradient-background { background: linear-gradient(135deg, #020381 0%, #2874fc 100%); }
|
| 5172 |
|
| 5173 |
-
:root .has-link-color a { color: #00e; color: var(--wp--style--color--link, #00e); }
|
| 5174 |
|
| 5175 |
.has-small-font-size { font-size: 0.8125em; }
|
| 5176 |
|
|
@@ -5192,9 +5508,21 @@ pre.wp-block-verse { font-family: inherit; overflow: auto; white-space: nowrap;
|
|
| 5192 |
|
| 5193 |
.aligncenter { clear: both; }
|
| 5194 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5195 |
/** Colors */
|
| 5196 |
/** Breakpoints & Media Queries */
|
| 5197 |
-
/** SCSS Variables. Please use variables from this sheet to ensure consistency across the UI. Don't add to this sheet unless you're pretty sure the value will be reused in many places. */
|
| 5198 |
/** Colors */
|
| 5199 |
/** Fonts & basic variables. */
|
| 5200 |
/** Grid System. https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/ */
|
|
@@ -5212,9 +5540,6 @@ pre.wp-block-verse { font-family: inherit; overflow: auto; white-space: nowrap;
|
|
| 5212 |
/** Allows users to opt-out of animations via OS-level preferences. */
|
| 5213 |
/** Reset default styles for JavaScript UI based pages. This is a WP-admin agnostic reset */
|
| 5214 |
/** Reset the WP Admin page styles for Gutenberg-like pages. */
|
| 5215 |
-
/** These are default block editor widths in case the theme doesn't provide them. */
|
| 5216 |
-
:root { --wp-admin-theme-color: #007cba; --wp-admin-theme-color-darker-10: #006ba1; --wp-admin-theme-color-darker-20: #005a87; }
|
| 5217 |
-
|
| 5218 |
#start-resizable-editor-section { display: none; }
|
| 5219 |
|
| 5220 |
.wp-block-audio figcaption { color: #555; font-size: 13px; text-align: center; }
|
|
@@ -5239,13 +5564,9 @@ pre.wp-block-verse { font-family: inherit; overflow: auto; white-space: nowrap;
|
|
| 5239 |
|
| 5240 |
.wp-block-pullquote cite, .wp-block-pullquote footer, .wp-block-pullquote__citation { color: currentColor; text-transform: uppercase; font-size: 0.8125em; font-style: normal; }
|
| 5241 |
|
| 5242 |
-
.wp-block-navigation ul, .wp-block-navigation ul li { list-style: none; }
|
| 5243 |
-
|
| 5244 |
-
.wp-block-navigation-link.wp-block-navigation-link { margin: 0; }
|
| 5245 |
-
|
| 5246 |
.wp-block-quote { border-left: 0.25em solid currentColor; margin: 0 0 1.75em 0; padding-left: 1em; }
|
| 5247 |
|
| 5248 |
-
.wp-block-quote cite, .wp-block-quote footer
|
| 5249 |
|
| 5250 |
.wp-block-quote.has-text-align-right { border-left: none; border-right: 0.25em solid currentColor; padding-left: 0; padding-right: 1em; }
|
| 5251 |
|
|
@@ -5259,14 +5580,12 @@ pre.wp-block-verse { font-family: inherit; overflow: auto; white-space: nowrap;
|
|
| 5259 |
|
| 5260 |
.wp-block-separator { border: none; border-bottom: 2px solid currentColor; margin-left: auto; margin-right: auto; opacity: 0.4; }
|
| 5261 |
|
| 5262 |
-
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
|
| 5263 |
|
| 5264 |
.wp-block-separator.has-background:not(.is-style-dots) { border-bottom: none; height: 1px; }
|
| 5265 |
|
| 5266 |
.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) { height: 2px; }
|
| 5267 |
|
| 5268 |
-
.wp-block-table { border-collapse: collapse; }
|
| 5269 |
-
|
| 5270 |
.wp-block-table thead { border-bottom: 3px solid; }
|
| 5271 |
|
| 5272 |
.wp-block-table tfoot { border-top: 3px solid; }
|
|
@@ -5287,7 +5606,7 @@ pre.wp-block-verse { font-family: inherit; overflow: auto; white-space: nowrap;
|
|
| 5287 |
|
| 5288 |
/** Colors */
|
| 5289 |
/** Breakpoints & Media Queries */
|
| 5290 |
-
/** SCSS Variables. Please use variables from this sheet to ensure consistency across the UI. Don't add to this sheet unless you're pretty sure the value will be reused in many places. */
|
| 5291 |
/** Colors */
|
| 5292 |
/** Fonts & basic variables. */
|
| 5293 |
/** Grid System. https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/ */
|
|
@@ -5305,9 +5624,6 @@ pre.wp-block-verse { font-family: inherit; overflow: auto; white-space: nowrap;
|
|
| 5305 |
/** Allows users to opt-out of animations via OS-level preferences. */
|
| 5306 |
/** Reset default styles for JavaScript UI based pages. This is a WP-admin agnostic reset */
|
| 5307 |
/** Reset the WP Admin page styles for Gutenberg-like pages. */
|
| 5308 |
-
/** These are default block editor widths in case the theme doesn't provide them. */
|
| 5309 |
-
:root { --wp-admin-theme-color: #007cba; --wp-admin-theme-color-darker-10: #006ba1; --wp-admin-theme-color-darker-20: #005a87; }
|
| 5310 |
-
|
| 5311 |
#start-resizable-editor-section { display: none; }
|
| 5312 |
|
| 5313 |
ul.wp-block-archives { padding-left: 2.5em; }
|
|
@@ -5328,7 +5644,7 @@ ul.wp-block-archives { padding-left: 2.5em; }
|
|
| 5328 |
|
| 5329 |
.wp-block-button:not(.has-text-color):not(.is-style-outline) [data-rich-text-placeholder]::after { color: #fff; }
|
| 5330 |
|
| 5331 |
-
.wp-block-button:focus { box-shadow: 0 0 0 1px #fff, 0 0 0 3px
|
| 5332 |
|
| 5333 |
.wp-block-button[data-rich-text-placeholder]::after { opacity: 0.8; }
|
| 5334 |
|
|
@@ -5352,7 +5668,9 @@ div[data-type="core/button"] { display: table; }
|
|
| 5352 |
|
| 5353 |
.wp-block > .wp-block-buttons { display: flex; flex-wrap: wrap; }
|
| 5354 |
|
| 5355 |
-
.wp-block-buttons
|
|
|
|
|
|
|
| 5356 |
|
| 5357 |
.wp-block-buttons > .block-list-appender { display: inline-flex; align-items: center; }
|
| 5358 |
|
|
@@ -5360,6 +5678,10 @@ div[data-type="core/button"] { display: table; }
|
|
| 5360 |
|
| 5361 |
.wp-block-buttons > .wp-block-button:focus { box-shadow: none; }
|
| 5362 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5363 |
.wp-block[data-align=center] > .wp-block-buttons { align-items: center; justify-content: center; }
|
| 5364 |
|
| 5365 |
.wp-block[data-align=right] > .wp-block-buttons { justify-content: flex-end; }
|
|
@@ -5376,8 +5698,6 @@ div[data-type="core/button"] { display: table; }
|
|
| 5376 |
|
| 5377 |
.block-editor-block-list__block.wp-block-column.wp-block-column { margin-top: 0; margin-bottom: 0; }
|
| 5378 |
|
| 5379 |
-
.wp-block-cover { position: relative; }
|
| 5380 |
-
|
| 5381 |
.wp-block-cover.is-placeholder { min-height: auto !important; padding: 0 !important; }
|
| 5382 |
|
| 5383 |
.wp-block-cover.components-placeholder h2 { color: inherit; }
|
|
@@ -5400,6 +5720,22 @@ div[data-type="core/button"] { display: table; }
|
|
| 5400 |
|
| 5401 |
.block-library-cover__resize-container:not(.is-resizing) { height: auto !important; }
|
| 5402 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5403 |
.wp-block-embed { margin-left: 0; margin-right: 0; clear: both; }
|
| 5404 |
|
| 5405 |
.wp-block-embed.is-loading { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 1em; min-height: 200px; text-align: center; border-radius: 2px; background-color: #fff; box-shadow: inset 0 0 0 1px #1e1e1e; }
|
|
@@ -5420,9 +5756,7 @@ div[data-type="core/button"] { display: table; }
|
|
| 5420 |
|
| 5421 |
.wp-block-file .wp-block-file__content-wrapper { flex-grow: 1; }
|
| 5422 |
|
| 5423 |
-
.wp-block-file
|
| 5424 |
-
|
| 5425 |
-
.wp-block-file .wp-block-file__textlink:focus { box-shadow: none; }
|
| 5426 |
|
| 5427 |
.wp-block-file .wp-block-file__button-richtext-wrapper { display: inline-block; margin-left: 0.75em; }
|
| 5428 |
|
|
@@ -5442,7 +5776,7 @@ div[data-type="core/button"] { display: table; }
|
|
| 5442 |
|
| 5443 |
.wp-block-freeform.block-library-rich-text__tinymce.mce-edit-focus { outline: none; }
|
| 5444 |
|
| 5445 |
-
.wp-block-freeform.block-library-rich-text__tinymce a { color:
|
| 5446 |
|
| 5447 |
.wp-block-freeform.block-library-rich-text__tinymce:focus a[data-mce-selected] { padding: 0 2px; margin: 0 -2px; border-radius: 2px; box-shadow: 0 0 0 1px #e5f5fa; background: #e5f5fa; }
|
| 5448 |
|
|
@@ -5526,7 +5860,7 @@ div[data-type="core/button"] { display: table; }
|
|
| 5526 |
|
| 5527 |
div[data-type="core/freeform"]::before { transition: border-color 0.1s linear, box-shadow 0.1s linear; border: 1px solid #ddd; outline: 1px solid transparent; }
|
| 5528 |
|
| 5529 |
-
@media (prefers-reduced-motion: reduce) { div[data-type="core/freeform"]::before { transition-duration: 0s; } }
|
| 5530 |
|
| 5531 |
div[data-type="core/freeform"].is-selected::before { border-color: #1e1e1e; }
|
| 5532 |
|
|
@@ -5542,7 +5876,7 @@ div[data-type="core/freeform"].is-selected .block-library-rich-text__tinymce::af
|
|
| 5542 |
|
| 5543 |
.block-library-classic__toolbar { display: none; width: auto; margin: 0; position: sticky; z-index: 31; top: 0; border: 1px solid #ddd; border-bottom: none; border-radius: 2px; margin-bottom: 8px; padding: 0; }
|
| 5544 |
|
| 5545 |
-
div[data-type="core/freeform"].is-selected .block-library-classic__toolbar
|
| 5546 |
|
| 5547 |
.block-library-classic__toolbar .mce-tinymce { box-shadow: none; }
|
| 5548 |
|
|
@@ -5578,9 +5912,9 @@ figure.wp-block-gallery { display: block; margin: 0; }
|
|
| 5578 |
|
| 5579 |
.blocks-gallery-item figure:not(.is-selected):focus, .blocks-gallery-item img:focus { outline: none; }
|
| 5580 |
|
| 5581 |
-
.blocks-gallery-item figure.is-selected { box-shadow: 0 0 0 1px #fff
|
| 5582 |
|
| 5583 |
-
.blocks-gallery-item figure.is-selected
|
| 5584 |
|
| 5585 |
.blocks-gallery-item figure.is-transient img { opacity: 0.3; }
|
| 5586 |
|
|
@@ -5592,7 +5926,7 @@ figure.wp-block-gallery { display: block; margin: 0; }
|
|
| 5592 |
|
| 5593 |
.block-library-gallery-item__inline-menu { display: none; position: absolute; top: -2px; margin: 8px; z-index: 20; transition: box-shadow 0.2s ease-out; border-radius: 2px; background: #fff; border: 1px solid #1e1e1e; }
|
| 5594 |
|
| 5595 |
-
@media (prefers-reduced-motion: reduce) { .block-library-gallery-item__inline-menu { transition-duration: 0s; } }
|
| 5596 |
|
| 5597 |
.block-library-gallery-item__inline-menu:hover { box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05); }
|
| 5598 |
|
|
@@ -5611,19 +5945,6 @@ figure.wp-block-gallery { display: block; margin: 0; }
|
|
| 5611 |
/** Group: All Alignment Settings */
|
| 5612 |
.wp-block-group .block-editor-block-list__insertion-point { left: 0; right: 0; }
|
| 5613 |
|
| 5614 |
-
.wp-block-group > .wp-block-group__inner-container > [data-align=full] { margin-left: auto; margin-right: auto; }
|
| 5615 |
-
|
| 5616 |
-
.wp-block-group.has-background > .wp-block-group__inner-container > [data-align=full] { margin-left: -30px; width: calc(100% + 60px); }
|
| 5617 |
-
|
| 5618 |
-
/** Group: Full Width Alignment */
|
| 5619 |
-
[data-align=full] .wp-block-group > .wp-block-group__inner-container > .wp-block { padding-left: 14px; padding-right: 14px; }
|
| 5620 |
-
|
| 5621 |
-
@media (min-width: 600px) { [data-align=full] .wp-block-group > .wp-block-group__inner-container > .wp-block { padding-left: 0; padding-right: 0; } }
|
| 5622 |
-
|
| 5623 |
-
[data-align=full] .wp-block-group > .wp-block-group__inner-container > [data-align=full] { padding-right: 0; padding-left: 0; left: 0; width: 100%; max-width: none; }
|
| 5624 |
-
|
| 5625 |
-
[data-align=full] .wp-block-group.has-background > .wp-block-group__inner-container > [data-align=full] { width: calc(100% + 60px); }
|
| 5626 |
-
|
| 5627 |
[data-type="core/group"].is-selected .block-list-appender { margin-left: 0; margin-right: 0; }
|
| 5628 |
|
| 5629 |
[data-type="core/group"].is-selected .has-background .block-list-appender { margin-top: 18px; margin-bottom: 18px; }
|
|
@@ -5654,6 +5975,8 @@ figure.wp-block-image:not(.wp-block) { margin: 0; }
|
|
| 5654 |
|
| 5655 |
.wp-block-image .components-spinner { position: absolute; top: 50%; left: 50%; margin-top: -9px; margin-left: -9px; }
|
| 5656 |
|
|
|
|
|
|
|
| 5657 |
.wp-block-image .components-resizable-box__container { display: inline-block; }
|
| 5658 |
|
| 5659 |
.wp-block-image .components-resizable-box__container img { display: block; width: inherit; height: inherit; }
|
|
@@ -5690,12 +6013,6 @@ figure.wp-block-image:not(.wp-block) { margin: 0; }
|
|
| 5690 |
|
| 5691 |
.wp-block-image__aspect-ratio .components-button { width: 36px; padding-left: 0; padding-right: 0; }
|
| 5692 |
|
| 5693 |
-
.wp-block-latest-comments.has-avatars .avatar { margin-right: 10px; }
|
| 5694 |
-
|
| 5695 |
-
.wp-block-latest-comments__comment-excerpt p { font-size: 14px; line-height: 1.8; margin: 5px 0 20px; padding-top: 0; }
|
| 5696 |
-
|
| 5697 |
-
.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment { min-height: 36px; }
|
| 5698 |
-
|
| 5699 |
.wp-block-latest-posts { padding-left: 2.5em; }
|
| 5700 |
|
| 5701 |
.wp-block-latest-posts.is-grid { padding-left: 0; }
|
|
@@ -5704,7 +6021,19 @@ figure.wp-block-image:not(.wp-block) { margin: 0; }
|
|
| 5704 |
|
| 5705 |
.edit-post-visual-editor .wp-block-latest-posts.is-grid li { margin-bottom: 20px; }
|
| 5706 |
|
| 5707 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5708 |
|
| 5709 |
.wp-block-media-text .__resizable_base__ { -ms-grid-column: 1; -ms-grid-column-span: 2; grid-column: 1/span 2; -ms-grid-row: 2; grid-row: 2; }
|
| 5710 |
|
|
@@ -5724,23 +6053,29 @@ ol.has-background.has-background, ul.has-background.has-background { padding: 1.
|
|
| 5724 |
|
| 5725 |
.wp-block-more::before { content: ""; position: absolute; top: calc(50%); left: 0; right: 0; border-top: 3px dashed #ccc; }
|
| 5726 |
|
| 5727 |
-
|
|
|
|
| 5728 |
|
| 5729 |
.editor-styles-wrapper .wp-block-navigation .block-editor-block-list__block { margin: 0; }
|
| 5730 |
|
| 5731 |
-
.wp-block-navigation .block-
|
| 5732 |
|
| 5733 |
-
.wp-block-navigation.
|
| 5734 |
|
| 5735 |
-
.wp-block-
|
| 5736 |
-
|
| 5737 |
-
.wp-block-navigation__container { min-height: 46px; }
|
| 5738 |
|
|
|
|
| 5739 |
.wp-block-navigation__container.is-parent-of-selected-block { visibility: visible; opacity: 1; }
|
| 5740 |
|
| 5741 |
-
.
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5742 |
|
| 5743 |
-
.
|
|
|
|
|
|
|
| 5744 |
|
| 5745 |
.is-dragging-components-draggable .wp-block-navigation-link > .wp-block-navigation__container { opacity: 1; visibility: hidden; }
|
| 5746 |
|
|
@@ -5767,32 +6102,26 @@ ol.has-background.has-background, ul.has-background.has-background { padding: 1.
|
|
| 5767 |
|
| 5768 |
.block-library-colors-selector__popover .components-panel__body-title { display: none; }
|
| 5769 |
|
| 5770 |
-
.is-editing > .wp-block-navigation__container { visibility: visible; opacity: 1; display: flex; flex-direction: column; }
|
| 5771 |
-
|
| 5772 |
-
.wp-block-navigation-placeholder .components-spinner { margin-top: -4px; margin-left: 4px; vertical-align: middle; margin-right: 7px; }
|
| 5773 |
-
|
| 5774 |
-
.wp-block-navigation-placeholder .components-custom-select-control__button { height: auto; padding: 0.375rem 0.75rem 0.375rem 1.5rem; min-width: 13.75rem; }
|
| 5775 |
-
|
| 5776 |
-
.wp-block-navigation-placeholder .components-custom-select-control.has-menus .components-custom-select-control__item.is-create-empty-option { position: relative; margin-top: 20px; }
|
| 5777 |
-
|
| 5778 |
-
.wp-block-navigation-placeholder .components-custom-select-control.has-menus .components-custom-select-control__item.is-create-empty-option::before { content: ""; position: absolute; top: -10px; left: 25px; right: 25px; height: 15px; border-top: 1px solid #757575; }
|
| 5779 |
-
|
| 5780 |
-
.wp-block-navigation-placeholder .components-custom-select-control__label { margin-bottom: 1rem; font-size: 13px; font-weight: normal; }
|
| 5781 |
-
|
| 5782 |
-
.wp-block-navigation-placeholder .components-custom-select-control__menu { margin: 0; max-height: none; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 13px; }
|
| 5783 |
-
|
| 5784 |
.wp-block-navigation .block-editor-button-block-appender { justify-content: flex-start; }
|
| 5785 |
|
| 5786 |
/** Setup state */
|
| 5787 |
-
.wp-block-navigation-placeholder__preview
|
|
|
|
|
|
|
| 5788 |
|
| 5789 |
-
.
|
|
|
|
|
|
|
| 5790 |
|
| 5791 |
.wp-block-navigation-placeholder__preview .wp-block-navigation-link.wp-block-navigation-link { border-radius: 2px; background: currentColor; min-width: 72px; height: 16px; margin: 12px 24px 12px 0; }
|
| 5792 |
|
|
|
|
|
|
|
| 5793 |
.wp-block-navigation-placeholder__preview .wp-block-navigation-link.wp-block-navigation-link, .wp-block-navigation-placeholder__preview svg { opacity: 0.3; }
|
| 5794 |
|
| 5795 |
-
.wp-block-navigation-
|
|
|
|
|
|
|
| 5796 |
|
| 5797 |
.is-selected .wp-block-navigation-placeholder__controls { display: flex; }
|
| 5798 |
|
|
@@ -5802,31 +6131,57 @@ ol.has-background.has-background, ul.has-background.has-background { padding: 1.
|
|
| 5802 |
|
| 5803 |
.wp-block-navigation-placeholder__controls .wp-block-navigation-placeholder__icon { margin-right: 12px; height: 36px; }
|
| 5804 |
|
| 5805 |
-
.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5806 |
|
| 5807 |
.wp-block-navigation-placeholder__actions { display: flex; font-size: 13px; }
|
| 5808 |
|
| 5809 |
-
.wp-block-navigation-placeholder__actions .components-button.components-dropdown-menu__toggle.has-icon { padding: 6px 12px; display: flex; flex-direction: row-reverse; }
|
| 5810 |
|
| 5811 |
-
.wp-block-navigation-
|
| 5812 |
|
| 5813 |
-
|
| 5814 |
-
.wp-block-navigation-link .block-editor-block-list__layout { display: block; }
|
| 5815 |
|
| 5816 |
-
|
|
|
|
| 5817 |
|
| 5818 |
-
.wp-block-navigation-
|
| 5819 |
|
| 5820 |
-
.wp-block-navigation-
|
| 5821 |
|
| 5822 |
-
|
|
|
|
| 5823 |
|
| 5824 |
-
.
|
| 5825 |
|
| 5826 |
-
.wp-block-navigation-
|
|
|
|
|
|
|
| 5827 |
|
| 5828 |
.wp-block-navigation .block-editor-block-list__block[data-type="core/navigation-link"] > .block-editor-block-list__insertion-point { display: none; }
|
| 5829 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5830 |
.block-editor-block-list__block[data-type="core/nextpage"] { max-width: 100%; text-align: center; margin-top: 28px; margin-bottom: 28px; }
|
| 5831 |
|
| 5832 |
.wp-block-nextpage { display: block; text-align: center; white-space: nowrap; }
|
|
@@ -5835,8 +6190,20 @@ ol.has-background.has-background, ul.has-background.has-background { padding: 1.
|
|
| 5835 |
|
| 5836 |
.wp-block-nextpage::before { content: ""; position: absolute; top: calc(50%); left: 0; right: 0; border-top: 3px dashed #ccc; }
|
| 5837 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5838 |
.block-editor-block-list__block[data-type="core/paragraph"].has-drop-cap:focus { min-height: auto !important; }
|
| 5839 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5840 |
.wp-block-post-content__placeholder { height: 100px; border: 1px dashed; display: flex; justify-content: center; align-items: center; }
|
| 5841 |
|
| 5842 |
.wp-block-post-content__placeholder span { font-style: italic; }
|
|
@@ -5867,8 +6234,6 @@ ol.has-background.has-background, ul.has-background.has-background { padding: 1.
|
|
| 5867 |
|
| 5868 |
.wp-block-pullquote .wp-block-pullquote__citation { color: inherit; }
|
| 5869 |
|
| 5870 |
-
.wp-block-quote__citation { font-size: 13px; }
|
| 5871 |
-
|
| 5872 |
.wp-block-rss li a > div { display: inline; }
|
| 5873 |
|
| 5874 |
.wp-block-rss__placeholder-form { display: flex; align-items: stretch; }
|
|
@@ -5881,6 +6246,8 @@ ol.has-background.has-background, ul.has-background.has-background { padding: 1.
|
|
| 5881 |
|
| 5882 |
.wp-block-rss__placeholder-input .components-base-control__field { margin: 0; display: flex; align-items: stretch; flex-grow: 1; margin-right: 8px; }
|
| 5883 |
|
|
|
|
|
|
|
| 5884 |
.wp-block-search .wp-block-search__input { padding: 8px; }
|
| 5885 |
|
| 5886 |
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper { padding: 4px; }
|
|
@@ -5899,11 +6266,11 @@ ol.has-background.has-background, ul.has-background.has-background { padding: 1.
|
|
| 5899 |
|
| 5900 |
.blocks-shortcode__textarea { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; padding: 6px 8px; box-shadow: 0 0 0 transparent; transition: box-shadow 0.1s linear; border-radius: 2px; border: 1px solid #757575; /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px; /* Override core line-height. To be reviewed. */ line-height: normal; }
|
| 5901 |
|
| 5902 |
-
@media (prefers-reduced-motion: reduce) { .blocks-shortcode__textarea { transition-duration: 0s; } }
|
| 5903 |
|
| 5904 |
@media (min-width: 600px) { .blocks-shortcode__textarea { font-size: 13px; /* Override core line-height. To be reviewed. */ line-height: normal; } }
|
| 5905 |
|
| 5906 |
-
.blocks-shortcode__textarea:focus { border-color:
|
| 5907 |
|
| 5908 |
.blocks-shortcode__textarea::-webkit-input-placeholder { color: rgba(30, 30, 30, 0.62); }
|
| 5909 |
|
|
@@ -5919,8 +6286,14 @@ ol.has-background.has-background, ul.has-background.has-background { padding: 1.
|
|
| 5919 |
|
| 5920 |
.wp-block[data-align=center] > .wp-block-site-logo { margin-left: auto; margin-right: auto; text-align: center; }
|
| 5921 |
|
|
|
|
|
|
|
| 5922 |
.wp-block-site-logo.is-resized { display: table; }
|
| 5923 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5924 |
.wp-block-site-logo .custom-logo-link { cursor: inherit; }
|
| 5925 |
|
| 5926 |
.wp-block-site-logo .custom-logo-link:focus { box-shadow: none; }
|
|
@@ -5929,6 +6302,18 @@ ol.has-background.has-background, ul.has-background.has-background { padding: 1.
|
|
| 5929 |
|
| 5930 |
.wp-block-site-logo img { display: block; max-width: 100%; }
|
| 5931 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5932 |
.wp-block-social-links .wp-social-link { line-height: 0; }
|
| 5933 |
|
| 5934 |
.wp-block-social-links .wp-social-link button { font-size: inherit; color: currentColor; height: auto; line-height: 0; padding: 0.25em; }
|
|
@@ -5943,31 +6328,37 @@ ol.has-background.has-background, ul.has-background.has-background { padding: 1.
|
|
| 5943 |
|
| 5944 |
.wp-block-social-links__social-placeholder { display: flex; opacity: 0.8; transition: all 0.1s ease-in-out; }
|
| 5945 |
|
| 5946 |
-
@media (prefers-reduced-motion: reduce) { .wp-block-social-links__social-placeholder { transition-duration: 0s; } }
|
| 5947 |
|
| 5948 |
-
.is-selected .wp-block-social-links__social-placeholder { opacity: 0
|
| 5949 |
|
| 5950 |
.wp-block-social-links__social-placeholder > .wp-social-link { padding-left: 0 !important; margin-left: 0 !important; padding-right: 0 !important; margin-right: 0 !important; width: 0 !important; visibility: hidden; }
|
| 5951 |
|
| 5952 |
-
.wp-block-social-links__social-placeholder > .wp-block-social-links__social-placeholder-icons { display: flex;
|
| 5953 |
|
| 5954 |
.wp-block-social-links__social-placeholder + .block-list-appender, .wp-block-social-links__social-placeholder .wp-social-link { padding: 0.25em; }
|
| 5955 |
|
| 5956 |
.is-style-pill-shape .wp-block-social-links__social-placeholder + .block-list-appender, .is-style-pill-shape .wp-block-social-links__social-placeholder .wp-social-link { padding-left: calc((2/3) * 1em); padding-right: calc((2/3) * 1em); }
|
| 5957 |
|
|
|
|
|
|
|
| 5958 |
.wp-block-social-links__social-placeholder .wp-social-link::before { content: ""; display: block; width: 1em; height: 1em; border-radius: 50%; }
|
| 5959 |
|
| 5960 |
.is-style-logos-only .wp-block-social-links__social-placeholder .wp-social-link::before { background: currentColor; }
|
| 5961 |
|
| 5962 |
-
.wp-block-social-links .block-list-appender {
|
| 5963 |
|
| 5964 |
-
.wp-block-social-links .block-list-appender
|
| 5965 |
|
| 5966 |
-
.wp-block-social-links .block-list-appender
|
| 5967 |
|
| 5968 |
-
.wp-block-social-links .block-list-appender
|
| 5969 |
|
| 5970 |
-
.wp-block-social-links
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5971 |
|
| 5972 |
.wp-block[data-align=center] > .wp-block-social-links { justify-content: center; }
|
| 5973 |
|
|
@@ -5975,23 +6366,23 @@ ol.has-background.has-background, ul.has-background.has-background { padding: 1.
|
|
| 5975 |
|
| 5976 |
.wp-social-link.wp-social-link__is-incomplete { opacity: 0.5; }
|
| 5977 |
|
| 5978 |
-
@media (prefers-reduced-motion: reduce) { .wp-social-link.wp-social-link__is-incomplete { transition-duration: 0s; } }
|
| 5979 |
|
| 5980 |
.wp-block-social-links .is-selected .wp-social-link__is-incomplete, .wp-social-link.wp-social-link__is-incomplete:hover, .wp-social-link.wp-social-link__is-incomplete:focus { opacity: 1; }
|
| 5981 |
|
| 5982 |
-
[data-type="core/social-links"] .wp-social-link:focus { opacity: 1; box-shadow: 0 0 0 2px #fff, 0 0 0 4px
|
| 5983 |
|
| 5984 |
.block-editor-block-list__block[data-type="core/spacer"]::before { content: ""; display: block; position: absolute; width: 100%; height: 24px; transform: translateY(-12px); }
|
| 5985 |
|
| 5986 |
-
.block-library-spacer__resize-container.has-show-handle { background:
|
| 5987 |
|
| 5988 |
-
.is-dark-theme .block-library-spacer__resize-container.has-show-handle { background: rgba(255, 255, 255, 0.15); }
|
| 5989 |
|
| 5990 |
-
.block-library-spacer__resize-container { clear: both;
|
| 5991 |
|
| 5992 |
.block-library-spacer__resize-container .components-resizable-box__handle::before { content: none; }
|
| 5993 |
|
| 5994 |
-
.
|
| 5995 |
|
| 5996 |
.wp-block-table { margin: 0; }
|
| 5997 |
|
|
@@ -6005,11 +6396,9 @@ ol.has-background.has-background, ul.has-background.has-background { padding: 1.
|
|
| 6005 |
|
| 6006 |
.wp-block[data-align=center] > .wp-block-table table { margin: 0 auto; }
|
| 6007 |
|
| 6008 |
-
.wp-block-table table { border-collapse: collapse; }
|
| 6009 |
-
|
| 6010 |
.wp-block-table td, .wp-block-table th { border: 1px solid; }
|
| 6011 |
|
| 6012 |
-
.wp-block-table td.is-selected, .wp-block-table th.is-selected { border-color:
|
| 6013 |
|
| 6014 |
.wp-block-table figcaption { color: #555; font-size: 13px; text-align: center; }
|
| 6015 |
|
|
@@ -6040,9 +6429,9 @@ ol.has-background.has-background, ul.has-background.has-background { padding: 1.
|
|
| 6040 |
|
| 6041 |
.wp-block-template-part__selection-preview-container .wp-block-template-part__selection-preview-item { border-radius: 2px; cursor: pointer; margin-top: 16px; transition: all 0.05s ease-in-out; border: 1px solid transparent; width: 100%; background-color: #fff; }
|
| 6042 |
|
| 6043 |
-
.wp-block-template-part__selection-preview-container .wp-block-template-part__selection-preview-item:hover { border: 1px solid
|
| 6044 |
|
| 6045 |
-
.wp-block-template-part__selection-preview-container .wp-block-template-part__selection-preview-item:focus { box-shadow: inset 0 0 0 1px #fff, 0 0 0
|
| 6046 |
|
| 6047 |
.wp-block-template-part__selection-preview-container .wp-block-template-part__selection-preview-item.is-placeholder { min-height: 100px; }
|
| 6048 |
|
|
@@ -6052,23 +6441,15 @@ ol.has-background.has-background, ul.has-background.has-background { padding: 1.
|
|
| 6052 |
|
| 6053 |
.wp-block-template-part__selection-preview-container .wp-block-template-part__selection-panel-group-content { padding: 0 16px; }
|
| 6054 |
|
| 6055 |
-
.wp-block-template-part__selection-preview-container .wp-block-template-part__selection-panel-group-title { color:
|
| 6056 |
|
| 6057 |
-
.
|
| 6058 |
|
| 6059 |
-
.
|
| 6060 |
-
|
| 6061 |
-
.wp-block-template-part__block-control-group .wp-block-template-part__name-panel .components-base-control__field { align-items: center; display: flex; margin-bottom: 0; }
|
| 6062 |
-
|
| 6063 |
-
.wp-block-template-part__block-control-group .wp-block-template-part__name-panel .components-base-control__label { margin-bottom: 0; margin-right: 8px; }
|
| 6064 |
-
|
| 6065 |
-
.is-navigate-mode .is-selected .wp-block-template-part__name-panel { box-shadow: 0 0 0 1px #007cba; box-shadow: 0 0 0 1px var(--wp-admin-theme-color); }
|
| 6066 |
-
|
| 6067 |
-
.is-dark-theme .is-navigate-mode .is-selected .wp-block-template-part__name-panel { box-shadow: 0 0 0 1px #007cba; box-shadow: 0 0 0 1px var(--wp-admin-theme-color); }
|
| 6068 |
|
| 6069 |
.wp-block-text-columns .block-editor-rich-text__editable:focus { outline: 1px solid #ddd; }
|
| 6070 |
|
| 6071 |
-
pre.wp-block-verse { color: #1e1e1e;
|
| 6072 |
|
| 6073 |
.wp-block[data-align=center] > .wp-block-video { text-align: center; }
|
| 6074 |
|
|
@@ -6108,14 +6489,74 @@ pre.wp-block-verse { color: #1e1e1e; padding: 1em; }
|
|
| 6108 |
|
| 6109 |
.block-library-video-tracks-editor__single-track-editor .components-base-control .components-input-control__label { margin-bottom: 4px; }
|
| 6110 |
|
| 6111 |
-
.wp-block
|
| 6112 |
|
| 6113 |
-
.
|
| 6114 |
|
| 6115 |
.block-library-query-toolbar__popover .components-popover__content { min-width: 230px; }
|
| 6116 |
|
| 6117 |
.wp-block-query__create-new-link { padding: 0 16px 16px 56px; }
|
| 6118 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6119 |
div[data-type="core/post-featured-image"] img { max-width: 100%; height: auto; display: block; }
|
| 6120 |
|
| 6121 |
.editor-styles-wrapper .post-featured-image_placeholder { display: flex; flex-direction: row; align-items: flex-start; border-radius: 2px; background-color: #fff; box-shadow: inset 0 0 0 1px #1e1e1e; padding: 12px; }
|
|
@@ -6124,6 +6565,8 @@ div[data-type="core/post-featured-image"] img { max-width: 100%; height: auto; d
|
|
| 6124 |
|
| 6125 |
.editor-styles-wrapper .post-featured-image_placeholder p { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 13px; margin: 0; }
|
| 6126 |
|
|
|
|
|
|
|
| 6127 |
:root .editor-styles-wrapper { /* stylelint-disable function-comma-space-after */ /* stylelint-enable function-comma-space-after */ }
|
| 6128 |
|
| 6129 |
:root .editor-styles-wrapper .has-pale-pink-background-color { background-color: #f78da7; }
|
|
@@ -6229,13 +6672,11 @@ div[data-type="core/post-featured-image"] img { max-width: 100%; height: auto; d
|
|
| 6229 |
.editor-styles-wrapper .has-larger-font-size, .editor-styles-wrapper .has-huge-font-size { font-size: 42px; }
|
| 6230 |
|
| 6231 |
/** Editor Normalization Styles These are only output in the editor, but styles here are NOT prefixed .editor-styles-wrapper. This allows us to create normalization styles that are easily overridden by editor styles. */
|
| 6232 |
-
.block-editor-block-list__block { margin-top: 28px; margin-bottom: 28px; }
|
| 6233 |
-
|
| 6234 |
#end-resizable-editor-section { display: none; }
|
| 6235 |
|
| 6236 |
/** Colors */
|
| 6237 |
/** Breakpoints & Media Queries */
|
| 6238 |
-
/** SCSS Variables. Please use variables from this sheet to ensure consistency across the UI. Don't add to this sheet unless you're pretty sure the value will be reused in many places. */
|
| 6239 |
/** Colors */
|
| 6240 |
/** Fonts & basic variables. */
|
| 6241 |
/** Grid System. https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/ */
|
|
@@ -6253,8 +6694,11 @@ div[data-type="core/post-featured-image"] img { max-width: 100%; height: auto; d
|
|
| 6253 |
/** Allows users to opt-out of animations via OS-level preferences. */
|
| 6254 |
/** Reset default styles for JavaScript UI based pages. This is a WP-admin agnostic reset */
|
| 6255 |
/** Reset the WP Admin page styles for Gutenberg-like pages. */
|
| 6256 |
-
|
| 6257 |
-
|
|
|
|
|
|
|
|
|
|
| 6258 |
|
| 6259 |
.block-editor-format-toolbar__image-container-content { display: flex; }
|
| 6260 |
|
|
@@ -6615,14 +7059,18 @@ span.CodeMirror-selectedtext { background: none; }
|
|
| 6615 |
|
| 6616 |
.mailpoet-form-submit-button .block-editor-block-toolbar .components-toolbar-group, .mailpoet-form-email-input .block-editor-block-toolbar .components-toolbar-group { border-right: none; }
|
| 6617 |
|
| 6618 |
-
.interface-interface-skeleton__body, .is-sidebar-opened .interface-interface-skeleton__sidebar { overflow: hidden; padding-bottom: 0; }
|
| 6619 |
-
|
| 6620 |
.edit-post-layout .interface-interface-skeleton__content { background-color: #fff; }
|
| 6621 |
|
| 6622 |
.interface-interface-skeleton__editor { max-width: 100%; }
|
| 6623 |
|
| 6624 |
.edit-post-header { flex-direction: row-reverse; justify-content: space-between; }
|
| 6625 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6626 |
.mailpoet-html-block-editor-content-wrapper { position: relative; }
|
| 6627 |
|
| 6628 |
.mailpoet-html-block-editor-content-wrapper:after { background: transparent; content: ' '; display: block; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
|
|
@@ -6639,11 +7087,11 @@ h2 { font-size: 1.7em; }
|
|
| 6639 |
|
| 6640 |
.block-editor-block-list__layout .mailpoet_paragraph .mailpoet_text_label { font-size: 1em; line-height: 1.2; }
|
| 6641 |
|
| 6642 |
-
.mailpoet_toolbar_item { align-items: center; background-color: white; display: flex;
|
| 6643 |
|
| 6644 |
.mailpoet_toolbar_item .mailpoet-font-family-select { width: 272px; }
|
| 6645 |
|
| 6646 |
-
|
| 6647 |
|
| 6648 |
.wp-block { max-width: initial; }
|
| 6649 |
|
|
@@ -6705,10 +7153,6 @@ h2 { font-size: 1.7em; }
|
|
| 6705 |
|
| 6706 |
.mailpoet-form-segments-settings-list .mailpoet-form-segments-segment-remove { cursor: pointer; flex-grow: 0; margin: 8px 0; }
|
| 6707 |
|
| 6708 |
-
.components-circular-option-picker { width: 245px; }
|
| 6709 |
-
|
| 6710 |
-
@media screen and (max-width: 782px) { .components-circular-option-picker { width: 100%; } }
|
| 6711 |
-
|
| 6712 |
.CodeMirror { border: 1px solid #eee; }
|
| 6713 |
|
| 6714 |
.CodeMirror textarea { font-size: 12px; }
|
| 2 |
/* default Select2 placeholder color for single dropdown */
|
| 3 |
/** Colors */
|
| 4 |
/** Breakpoints & Media Queries */
|
| 5 |
+
/** SCSS Variables. Please use variables from this sheet to ensure consistency across the UI. Don't add to this sheet unless you're pretty sure the value will be reused in many places. For example, don't add rules to this sheet that affect block visuals. It's purely for UI. */
|
| 6 |
/** Colors */
|
| 7 |
/** Fonts & basic variables. */
|
| 8 |
/** Grid System. https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/ */
|
| 20 |
/** Allows users to opt-out of animations via OS-level preferences. */
|
| 21 |
/** Reset default styles for JavaScript UI based pages. This is a WP-admin agnostic reset */
|
| 22 |
/** Reset the WP Admin page styles for Gutenberg-like pages. */
|
| 23 |
+
:root { --wp-admin-theme-color: #007cba; --wp-admin-theme-color-darker-10: #006ba1; --wp-admin-theme-color-darker-20: #005a87; --wp-admin-border-width-focus: 2px; }
|
| 24 |
+
|
| 25 |
+
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { :root { --wp-admin-border-width-focus: 1.5px; } }
|
| 26 |
|
| 27 |
.components-panel__header.interface-complementary-area-header__small { background: #fff; padding-right: 4px; }
|
| 28 |
|
| 38 |
|
| 39 |
@media (min-width: 782px) { .interface-complementary-area-header .components-button.has-icon { display: flex; } }
|
| 40 |
|
| 41 |
+
.interface-complementary-area { background: #fff; color: #1e1e1e; }
|
| 42 |
|
| 43 |
+
@media (min-width: 600px) { .interface-complementary-area { -webkit-overflow-scrolling: touch; } }
|
| 44 |
|
| 45 |
@media (min-width: 782px) { .interface-complementary-area { width: 280px; } }
|
| 46 |
|
| 47 |
+
.interface-complementary-area .components-panel { border: none; position: relative; z-index: 0; }
|
| 48 |
|
| 49 |
+
.interface-complementary-area .components-panel__header { position: sticky; top: 0; z-index: 1; }
|
| 50 |
|
| 51 |
+
.interface-complementary-area .components-panel__header.edit-post-sidebar__panel-tabs { top: 48px; }
|
| 52 |
|
| 53 |
+
@media (min-width: 782px) { .interface-complementary-area .components-panel__header.edit-post-sidebar__panel-tabs { top: 0; } }
|
| 54 |
|
| 55 |
.interface-complementary-area p { margin-top: 0; }
|
| 56 |
|
| 77 |
@media (min-width: 783px) { .interface-interface-skeleton { top: 32px; }
|
| 78 |
.is-fullscreen-mode .interface-interface-skeleton { top: 0; } }
|
| 79 |
|
| 80 |
+
.interface-interface-skeleton__editor { display: flex; flex-direction: column; flex: 0 1 100%; overflow: hidden; }
|
| 81 |
|
| 82 |
.interface-interface-skeleton { /* Set left position when auto-fold is not on the body element. */ left: 0; }
|
| 83 |
|
| 94 |
|
| 95 |
@media (min-width: 783px) { .folded .interface-interface-skeleton { left: 36px; } }
|
| 96 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 97 |
body.is-fullscreen-mode .interface-interface-skeleton { left: 0 !important; }
|
| 98 |
|
| 99 |
.interface-interface-skeleton__body { flex-grow: 1; display: flex; overflow: auto; overscroll-behavior-y: none; }
|
| 100 |
|
| 101 |
+
@media (min-width: 782px) { .has-footer .interface-interface-skeleton__body { padding-bottom: 25px; } }
|
| 102 |
|
| 103 |
.interface-interface-skeleton__content { flex-grow: 1; display: flex; flex-direction: column; overflow: auto; }
|
| 104 |
|
| 106 |
|
| 107 |
@media (min-width: 782px) { .interface-interface-skeleton__secondary-sidebar, .interface-interface-skeleton__sidebar { position: relative !important; z-index: 90; width: auto; } }
|
| 108 |
|
| 109 |
+
.interface-interface-skeleton__sidebar { overflow: auto; }
|
| 110 |
|
| 111 |
+
@media (min-width: 782px) { .interface-interface-skeleton__sidebar { border-left: 1px solid #e0e0e0; } }
|
| 112 |
|
| 113 |
+
@media (min-width: 782px) { .interface-interface-skeleton__secondary-sidebar { border-right: 1px solid #e0e0e0; } }
|
| 114 |
|
| 115 |
+
.interface-interface-skeleton__header { flex-shrink: 0; height: auto; border-bottom: 1px solid #e0e0e0; z-index: 30; color: #1e1e1e; }
|
| 116 |
|
| 117 |
.interface-interface-skeleton__footer { height: auto; flex-shrink: 0; border-top: 1px solid #e0e0e0; color: #1e1e1e; position: absolute; bottom: 0; left: 0; width: 100%; background-color: #fff; z-index: 90; display: none; }
|
| 118 |
|
| 126 |
|
| 127 |
.interface-pinned-items { display: flex; }
|
| 128 |
|
| 129 |
+
.interface-pinned-items .components-button:not(:first-child) { display: none; }
|
| 130 |
+
|
| 131 |
+
@media (min-width: 600px) { .interface-pinned-items .components-button:not(:first-child) { display: flex; } }
|
| 132 |
+
|
| 133 |
.interface-pinned-items .components-button { margin-left: 4px; }
|
| 134 |
|
| 135 |
.interface-pinned-items .components-button svg { max-width: 24px; max-height: 24px; }
|
| 136 |
|
| 137 |
/** Colors */
|
| 138 |
/** Breakpoints & Media Queries */
|
| 139 |
+
/** SCSS Variables. Please use variables from this sheet to ensure consistency across the UI. Don't add to this sheet unless you're pretty sure the value will be reused in many places. For example, don't add rules to this sheet that affect block visuals. It's purely for UI. */
|
| 140 |
/** Colors */
|
| 141 |
/** Fonts & basic variables. */
|
| 142 |
/** Grid System. https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/ */
|
| 154 |
/** Allows users to opt-out of animations via OS-level preferences. */
|
| 155 |
/** Reset default styles for JavaScript UI based pages. This is a WP-admin agnostic reset */
|
| 156 |
/** Reset the WP Admin page styles for Gutenberg-like pages. */
|
| 157 |
+
:root { --wp-admin-theme-color: #007cba; --wp-admin-theme-color-darker-10: #006ba1; --wp-admin-theme-color-darker-20: #005a87; --wp-admin-border-width-focus: 2px; }
|
| 158 |
+
|
| 159 |
+
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { :root { --wp-admin-border-width-focus: 1.5px; } }
|
| 160 |
|
| 161 |
.editor-autocompleters__user .editor-autocompleters__no-avatar::before { /* stylelint-disable */ font: normal 20px/1 dashicons; /* stylelint-enable */ content: ""; margin-right: 5px; vertical-align: middle; }
|
| 162 |
|
| 192 |
|
| 193 |
.document-outline__button:disabled { cursor: default; }
|
| 194 |
|
| 195 |
+
.document-outline__button:focus { box-shadow: 0 0 0 2px #007cba; box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); outline: 2px solid transparent; }
|
| 196 |
|
| 197 |
.document-outline__level { background: #ddd; color: #1e1e1e; border-radius: 3px; font-size: 13px; padding: 1px 6px; margin-right: 4px; }
|
| 198 |
|
| 208 |
|
| 209 |
.components-editor-notices__dismissible .components-notice .components-notice__dismiss, .components-editor-notices__pinned .components-notice .components-notice__dismiss { margin-top: 12px; }
|
| 210 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 211 |
.entities-saved-states__panel { box-sizing: border-box; background: #fff; position: fixed; z-index: 100001; top: 46px; bottom: 0; right: 0; left: 0; overflow: auto; box-sizing: border-box; }
|
| 212 |
|
| 213 |
.entities-saved-states__panel *, .entities-saved-states__panel *::before, .entities-saved-states__panel *::after { box-sizing: inherit; }
|
| 229 |
|
| 230 |
.entities-saved-states__panel .entities-saved-states__text-prompt { padding: 16px; padding-bottom: 4px; }
|
| 231 |
|
| 232 |
+
.editor-error-boundary { margin: auto; max-width: 780px; padding: 20px; margin-top: 60px; box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25); }
|
| 233 |
|
| 234 |
.editor-page-attributes__template { margin-bottom: 10px; }
|
| 235 |
|
| 255 |
|
| 256 |
.editor-post-featured-image__toggle, .editor-post-featured-image__preview { display: block; width: 100%; padding: 0; transition: all 0.1s ease-out; box-shadow: 0 0 0 0 #007cba; box-shadow: 0 0 0 0 var(--wp-admin-theme-color); }
|
| 257 |
|
| 258 |
+
@media (prefers-reduced-motion: reduce) { .editor-post-featured-image__toggle, .editor-post-featured-image__preview { transition-duration: 0s; transition-delay: 0s; } }
|
| 259 |
|
| 260 |
.editor-post-featured-image__preview { height: auto; }
|
| 261 |
|
| 279 |
|
| 280 |
.components-button.editor-post-last-revision__title:hover, .components-button.editor-post-last-revision__title:active { background: #f0f0f0; }
|
| 281 |
|
| 282 |
+
.components-button.editor-post-last-revision__title:focus { box-shadow: inset 0 0 0 2px #007cba; box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); border-radius: 0; }
|
| 283 |
|
| 284 |
.editor-post-locked-modal { height: auto; padding-right: 10px; padding-left: 10px; padding-top: 10px; max-width: 480px; }
|
| 285 |
|
| 307 |
|
| 308 |
.editor-post-publish-panel__header .has-icon { margin-left: auto; width: auto; }
|
| 309 |
|
| 310 |
+
.components-site-card { display: flex; align-items: center; margin: 16px 0; }
|
| 311 |
+
|
| 312 |
+
.components-site-icon { border: none; border-radius: 2px; margin-right: 12px; height: 36px; width: 36px; }
|
| 313 |
+
|
| 314 |
+
.components-site-name { display: block; font-size: 14px; }
|
| 315 |
+
|
| 316 |
+
.components-site-home { display: block; color: #757575; font-size: 12px; }
|
| 317 |
+
|
| 318 |
.editor-post-publish-panel__header-publish-button, .editor-post-publish-panel__header-cancel-button { flex-grow: 1; }
|
| 319 |
|
| 320 |
@media (min-width: 480px) { .editor-post-publish-panel__header-publish-button, .editor-post-publish-panel__header-cancel-button { max-width: 160px; } }
|
| 370 |
@media (min-width: 600px) { .editor-post-saved-state { width: auto; padding: 8px 12px; text-indent: inherit; }
|
| 371 |
.editor-post-saved-state svg { margin-right: 4px; } }
|
| 372 |
|
| 373 |
+
.editor-post-taxonomies__hierarchical-terms-list { max-height: 14em; overflow: auto; margin-left: -6px; padding-left: 6px; margin-top: -6px; padding-top: 6px; }
|
| 374 |
|
| 375 |
.editor-post-taxonomies__hierarchical-terms-choice { margin-bottom: 8px; }
|
| 376 |
|
| 386 |
|
| 387 |
.edit-post-text-editor__body textarea.editor-post-text-editor { border: 1px solid #949494; border-radius: 0; display: block; margin: 0; width: 100%; box-shadow: none; resize: none; overflow: hidden; font-family: Menlo, Consolas, monaco, monospace; line-height: 2.4; min-height: 200px; transition: border 0.1s ease-out, box-shadow 0.1s linear; padding: 16px; /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px !important; }
|
| 388 |
|
| 389 |
+
@media (prefers-reduced-motion: reduce) { .edit-post-text-editor__body textarea.editor-post-text-editor { transition-duration: 0s; transition-delay: 0s; } }
|
| 390 |
|
| 391 |
@media (min-width: 600px) { .edit-post-text-editor__body textarea.editor-post-text-editor { padding: 24px; } }
|
| 392 |
|
| 393 |
@media (min-width: 600px) { .edit-post-text-editor__body textarea.editor-post-text-editor { font-size: 15px !important; } }
|
| 394 |
|
| 395 |
+
.edit-post-text-editor__body textarea.editor-post-text-editor:focus { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0 2px #007cba; box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); position: relative; }
|
| 396 |
|
| 397 |
.edit-post-text-editor__body textarea.editor-post-text-editor::-webkit-input-placeholder { color: rgba(30, 30, 30, 0.62); }
|
| 398 |
|
| 406 |
|
| 407 |
.edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio], .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio] { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; padding: 6px 8px; box-shadow: 0 0 0 transparent; transition: box-shadow 0.1s linear; border-radius: 2px; border: 1px solid #757575; /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px; /* Override core line-height. To be reviewed. */ line-height: normal; border: 1px solid #1e1e1e; margin-right: 12px; transition: none; border-radius: 50%; width: 24px; height: 24px; margin-top: 2px; }
|
| 408 |
|
| 409 |
+
@media (prefers-reduced-motion: reduce) { .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio], .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio] { transition-duration: 0s; transition-delay: 0s; } }
|
| 410 |
|
| 411 |
@media (min-width: 600px) { .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio], .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio] { font-size: 13px; /* Override core line-height. To be reviewed. */ line-height: normal; } }
|
| 412 |
|
| 413 |
+
.edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio]:focus, .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio]:focus { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0 1px #007cba; box-shadow: 0 0 0 1px var(--wp-admin-theme-color); outline: 2px solid transparent; }
|
| 414 |
|
| 415 |
.edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio]::-webkit-input-placeholder, .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio]::-webkit-input-placeholder { color: rgba(30, 30, 30, 0.62); }
|
| 416 |
|
| 430 |
|
| 431 |
@media (min-width: 600px) { .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio]:checked::before, .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio]:checked::before { transform: translate(5px, 5px); } }
|
| 432 |
|
| 433 |
+
.edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio]:focus, .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio]:focus { box-shadow: 0 0 0 2px #fff, 0 0 0 4px #007cba; box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--wp-admin-theme-color); outline: 2px solid transparent; }
|
| 434 |
|
| 435 |
.edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio]:checked, .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio]:checked { background: #007cba; background: var(--wp-admin-theme-color); border-color: #007cba; border-color: var(--wp-admin-theme-color); }
|
| 436 |
|
| 442 |
|
| 443 |
.editor-post-visibility__dialog-password .editor-post-visibility__dialog-password-input[type=text] { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; padding: 6px 8px; box-shadow: 0 0 0 transparent; transition: box-shadow 0.1s linear; border-radius: 2px; border: 1px solid #757575; /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px; /* Override core line-height. To be reviewed. */ line-height: normal; margin-left: 36px; margin-top: 8px; }
|
| 444 |
|
| 445 |
+
@media (prefers-reduced-motion: reduce) { .editor-post-visibility__dialog-password .editor-post-visibility__dialog-password-input[type=text] { transition-duration: 0s; transition-delay: 0s; } }
|
| 446 |
|
| 447 |
@media (min-width: 600px) { .editor-post-visibility__dialog-password .editor-post-visibility__dialog-password-input[type=text] { font-size: 13px; /* Override core line-height. To be reviewed. */ line-height: normal; } }
|
| 448 |
|
| 449 |
+
.editor-post-visibility__dialog-password .editor-post-visibility__dialog-password-input[type=text]:focus { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0 1px #007cba; box-shadow: 0 0 0 1px var(--wp-admin-theme-color); outline: 2px solid transparent; }
|
| 450 |
|
| 451 |
.editor-post-visibility__dialog-password .editor-post-visibility__dialog-password-input[type=text]::-webkit-input-placeholder { color: rgba(30, 30, 30, 0.62); }
|
| 452 |
|
| 462 |
|
| 463 |
.editor-post-title { position: relative; }
|
| 464 |
|
| 465 |
+
.editor-post-title .editor-post-title__input { display: block; width: 100%; margin: 0; box-shadow: none; background: transparent; transition: border 0.1s ease-out, box-shadow 0.1s linear; padding: 19px 0; word-break: keep-all; font-family: inherit; color: inherit; border: 1px solid transparent; border-left-width: 0; border-right-width: 0; border-radius: 0; outline: 1px solid transparent; font-size: 2.44em; font-weight: 800; line-height: 1.4; }
|
| 466 |
|
| 467 |
+
@media (prefers-reduced-motion: reduce) { .editor-post-title .editor-post-title__input { transition-duration: 0s; transition-delay: 0s; } }
|
| 468 |
|
| 469 |
@media (min-width: 600px) { .editor-post-title .editor-post-title__input { border-width: 1px; } }
|
| 470 |
|
| 484 |
|
| 485 |
.editor-post-title.is-focus-mode .editor-post-title__input { opacity: 0.5; transition: opacity 0.1s linear; }
|
| 486 |
|
| 487 |
+
@media (prefers-reduced-motion: reduce) { .editor-post-title.is-focus-mode .editor-post-title__input { transition-duration: 0s; transition-delay: 0s; } }
|
| 488 |
|
| 489 |
.editor-post-title.is-focus-mode .editor-post-title__input:focus { opacity: 1; }
|
| 490 |
|
| 500 |
|
| 501 |
.table-of-contents__popover hr { margin: 10px -16px 0; }
|
| 502 |
|
| 503 |
+
.table-of-contents__wrapper:focus::before { content: ""; display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; box-shadow: inset 0 0 0 2px #007cba; box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); pointer-events: none; }
|
| 504 |
|
| 505 |
.table-of-contents__counts { display: flex; flex-wrap: wrap; margin: 0; margin-top: -8px; }
|
| 506 |
|
| 518 |
|
| 519 |
/** Colors */
|
| 520 |
/** Breakpoints & Media Queries */
|
| 521 |
+
/** SCSS Variables. Please use variables from this sheet to ensure consistency across the UI. Don't add to this sheet unless you're pretty sure the value will be reused in many places. For example, don't add rules to this sheet that affect block visuals. It's purely for UI. */
|
| 522 |
/** Colors */
|
| 523 |
/** Fonts & basic variables. */
|
| 524 |
/** Grid System. https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/ */
|
| 536 |
/** Allows users to opt-out of animations via OS-level preferences. */
|
| 537 |
/** Reset default styles for JavaScript UI based pages. This is a WP-admin agnostic reset */
|
| 538 |
/** Reset the WP Admin page styles for Gutenberg-like pages. */
|
| 539 |
+
:root { --wp-admin-theme-color: #007cba; --wp-admin-theme-color-darker-10: #006ba1; --wp-admin-theme-color-darker-20: #005a87; --wp-admin-border-width-focus: 2px; }
|
| 540 |
+
|
| 541 |
+
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { :root { --wp-admin-border-width-focus: 1.5px; } }
|
| 542 |
|
| 543 |
.components-animate__appear { -webkit-animation: components-animate__appear-animation 0.1s cubic-bezier(0, 0, 0.2, 1) 0s; animation: components-animate__appear-animation 0.1s cubic-bezier(0, 0, 0.2, 1) 0s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }
|
| 544 |
|
| 545 |
+
@media (prefers-reduced-motion: reduce) { .components-animate__appear { -webkit-animation-duration: 1ms; animation-duration: 1ms; -webkit-animation-delay: 0s; animation-delay: 0s; } }
|
| 546 |
|
| 547 |
.components-animate__appear.is-from-top, .components-animate__appear.is-from-top.is-from-left { transform-origin: top left; }
|
| 548 |
|
| 560 |
|
| 561 |
.components-animate__slide-in { -webkit-animation: components-animate__slide-in-animation 0.1s cubic-bezier(0, 0, 0.2, 1); animation: components-animate__slide-in-animation 0.1s cubic-bezier(0, 0, 0.2, 1); -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }
|
| 562 |
|
| 563 |
+
@media (prefers-reduced-motion: reduce) { .components-animate__slide-in { -webkit-animation-duration: 1ms; animation-duration: 1ms; -webkit-animation-delay: 0s; animation-delay: 0s; } }
|
| 564 |
|
| 565 |
.components-animate__slide-in.is-from-left { transform: translateX(100%); }
|
| 566 |
|
| 600 |
|
| 601 |
.components-button-group .components-button.is-primary { box-shadow: inset 0 0 0 1px #1e1e1e; }
|
| 602 |
|
| 603 |
+
.components-button { display: inline-flex; text-decoration: none; font-weight: normal; font-size: 13px; margin: 0; border: 0; cursor: pointer; -webkit-appearance: none; background: none; transition: box-shadow 0.1s linear; height: 36px; align-items: center; box-sizing: border-box; padding: 6px 12px; border-radius: 2px; color: #1e1e1e; /** Primary button style. */ /** Secondary and tertiary buttons. */ /** Secondary button style. */ /** Tertiary buttons. */ /** Destructive buttons. */ /** Link buttons. */ }
|
| 604 |
|
| 605 |
+
@media (prefers-reduced-motion: reduce) { .components-button { transition-duration: 0s; transition-delay: 0s; } }
|
| 606 |
|
| 607 |
.components-button[aria-expanded=true], .components-button:hover { color: #007cba; color: var(--wp-admin-theme-color); }
|
| 608 |
|
| 609 |
.components-button[aria-disabled=true]:hover { color: initial; }
|
| 610 |
|
| 611 |
+
.components-button:focus:not(:disabled) { box-shadow: 0 0 0 2px #007cba; box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); outline: 3px solid transparent; }
|
| 612 |
|
| 613 |
.components-button.is-primary { white-space: nowrap; background: #007cba; background: var(--wp-admin-theme-color); color: #fff; text-decoration: none; text-shadow: none; outline: 1px solid transparent; }
|
| 614 |
|
| 616 |
|
| 617 |
.components-button.is-primary:active:not(:disabled) { background: #005a87; background: var(--wp-admin-theme-color-darker-20); border-color: #005a87; border-color: var(--wp-admin-theme-color-darker-20); color: #fff; }
|
| 618 |
|
| 619 |
+
.components-button.is-primary:focus:not(:disabled) { box-shadow: inset 0 0 0 1px #fff, 0 0 0 2px #007cba; box-shadow: inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); }
|
| 620 |
|
| 621 |
.components-button.is-primary:disabled, .components-button.is-primary:disabled:active:enabled, .components-button.is-primary[aria-disabled=true], .components-button.is-primary[aria-disabled=true]:enabled, .components-button.is-primary[aria-disabled=true]:active:enabled { color: rgba(255, 255, 255, 0.4); background: #007cba; background: var(--wp-admin-theme-color); border-color: #007cba; border-color: var(--wp-admin-theme-color); opacity: 1; outline: none; }
|
| 622 |
|
| 646 |
|
| 647 |
.components-button.is-destructive:active:not(:disabled) { background: #ccc; }
|
| 648 |
|
| 649 |
+
.components-button.is-destructive.is-primary { color: #fff; background: #cc1818; box-shadow: inset 0 0 0 1px #cc1818; }
|
| 650 |
+
|
| 651 |
+
.components-button.is-destructive.is-primary:hover:not(:disabled) { color: #fff; background: #710d0d; box-shadow: inset 0 0 0 1px #710d0d; }
|
| 652 |
+
|
| 653 |
.components-button.is-link { margin: 0; padding: 0; box-shadow: none; border: 0; border-radius: 0; background: none; outline: none; text-align: left; /* Mimics the default link style in common.css */ color: #0073aa; text-decoration: underline; transition-property: border, background, color; transition-duration: 0.05s; transition-timing-function: ease-in-out; height: auto; }
|
| 654 |
|
| 655 |
+
@media (prefers-reduced-motion: reduce) { .components-button.is-link { transition-duration: 0s; transition-delay: 0s; } }
|
| 656 |
|
| 657 |
.components-button.is-link:hover:not(:disabled), .components-button.is-link:active:not(:disabled) { color: #00a0d2; box-shadow: none; }
|
| 658 |
|
| 659 |
+
.components-button.is-link:focus { color: #124964; box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, 0.8); box-shadow: 0 0 0 1px #5b9dd9, 0 0 var(--wp-admin-border-width-focus) 1px rgba(30, 140, 190, 0.8); }
|
| 660 |
|
| 661 |
.components-button.is-link.is-destructive { color: #cc1818; }
|
| 662 |
|
| 676 |
|
| 677 |
.components-button.has-icon { padding: 6px; min-width: 36px; justify-content: center; }
|
| 678 |
|
| 679 |
+
.components-button.has-icon .dashicon { display: inline-block; flex: 0 0 auto; margin-left: 2px; margin-right: 2px; }
|
| 680 |
|
| 681 |
.components-button.has-icon.has-text { justify-content: left; }
|
| 682 |
|
| 683 |
.components-button.has-icon.has-text svg { margin-right: 8px; }
|
| 684 |
|
| 685 |
+
.components-button.has-icon.has-text .dashicon { margin-right: 10px; }
|
| 686 |
+
|
| 687 |
.components-button.is-pressed { color: #fff; background: #1e1e1e; }
|
| 688 |
|
| 689 |
+
.components-button.is-pressed:focus:not(:disabled) { box-shadow: inset 0 0 0 1px #fff, 0 0 0 2px #007cba; box-shadow: inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); outline: 2px solid transparent; }
|
| 690 |
|
| 691 |
.components-button.is-pressed:hover:not(:disabled) { color: #fff; background: #1e1e1e; }
|
| 692 |
|
| 700 |
|
| 701 |
.components-checkbox-control__input[type=checkbox] { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; padding: 6px 8px; box-shadow: 0 0 0 transparent; transition: box-shadow 0.1s linear; border-radius: 2px; border: 1px solid #757575; /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px; /* Override core line-height. To be reviewed. */ line-height: normal; border: 1px solid #1e1e1e; margin-right: 12px; transition: none; border-radius: 2px; background: #fff; color: #1e1e1e; clear: none; cursor: pointer; display: inline-block; line-height: 0; margin: 0 4px 0 0; outline: 0; padding: 0 !important; text-align: center; vertical-align: top; width: 24px; height: 24px; -webkit-appearance: none; -moz-appearance: none; appearance: none; transition: 0.1s border-color ease-in-out; }
|
| 702 |
|
| 703 |
+
@media (prefers-reduced-motion: reduce) { .components-checkbox-control__input[type=checkbox] { transition-duration: 0s; transition-delay: 0s; } }
|
| 704 |
|
| 705 |
@media (min-width: 600px) { .components-checkbox-control__input[type=checkbox] { font-size: 13px; /* Override core line-height. To be reviewed. */ line-height: normal; } }
|
| 706 |
|
| 707 |
+
.components-checkbox-control__input[type=checkbox]:focus { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0 1px #007cba; box-shadow: 0 0 0 1px var(--wp-admin-theme-color); outline: 2px solid transparent; }
|
| 708 |
|
| 709 |
.components-checkbox-control__input[type=checkbox]::-webkit-input-placeholder { color: rgba(30, 30, 30, 0.62); }
|
| 710 |
|
| 718 |
|
| 719 |
.is-dark-theme .components-checkbox-control__input[type=checkbox]:-ms-input-placeholder { color: rgba(255, 255, 255, 0.65); }
|
| 720 |
|
| 721 |
+
.components-checkbox-control__input[type=checkbox]:focus { box-shadow: 0 0 0 2px #fff, 0 0 0 4px #007cba; box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--wp-admin-theme-color); outline: 2px solid transparent; }
|
| 722 |
|
| 723 |
.components-checkbox-control__input[type=checkbox]:checked { background: #007cba; background: var(--wp-admin-theme-color); border-color: #007cba; border-color: var(--wp-admin-theme-color); }
|
| 724 |
|
| 736 |
|
| 737 |
@media (min-width: 600px) { .components-checkbox-control__input[type=checkbox] { height: 20px; width: 20px; } }
|
| 738 |
|
| 739 |
+
@media (prefers-reduced-motion: reduce) { .components-checkbox-control__input[type=checkbox] { transition-duration: 0s; transition-delay: 0s; } }
|
| 740 |
|
| 741 |
+
.components-checkbox-control__input[type=checkbox]:focus { box-shadow: 0 0 0 2px #fff, 0 0 0 4px #007cba; box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--wp-admin-theme-color); outline: 2px solid transparent; }
|
| 742 |
|
| 743 |
.components-checkbox-control__input[type=checkbox]:checked { background: #007cba; background: var(--wp-admin-theme-color); border-color: #007cba; border-color: var(--wp-admin-theme-color); }
|
| 744 |
|
| 762 |
|
| 763 |
.components-circular-option-picker__option-wrapper { display: inline-block; height: 28px; width: 28px; margin-right: 12px; margin-bottom: 12px; vertical-align: top; transform: scale(1); transition: 100ms transform ease; }
|
| 764 |
|
| 765 |
+
@media (prefers-reduced-motion: reduce) { .components-circular-option-picker__option-wrapper { transition-duration: 0s; transition-delay: 0s; } }
|
| 766 |
|
| 767 |
.components-circular-option-picker__option-wrapper:hover { transform: scale(1.2); }
|
| 768 |
|
| 772 |
|
| 773 |
.components-circular-option-picker__option { display: inline-block; vertical-align: top; height: 100%; width: 100%; border: none; border-radius: 50%; background: transparent; box-shadow: inset 0 0 0 14px; transition: 100ms box-shadow ease; cursor: pointer; }
|
| 774 |
|
| 775 |
+
@media (prefers-reduced-motion: reduce) { .components-circular-option-picker__option { transition-duration: 0s; transition-delay: 0s; } }
|
| 776 |
|
| 777 |
.components-circular-option-picker__option:hover { box-shadow: inset 0 0 0 14px !important; }
|
| 778 |
|
| 870 |
|
| 871 |
.components-color-picker__hue-pointer, .components-color-picker__saturation-pointer { transition: box-shadow 0.1s linear; }
|
| 872 |
|
| 873 |
+
@media (prefers-reduced-motion: reduce) { .components-color-picker__hue-pointer, .components-color-picker__saturation-pointer { transition-duration: 0s; transition-delay: 0s; } }
|
| 874 |
|
| 875 |
.components-color-picker__saturation-pointer:focus { box-shadow: 0 0 0 2px #fff, 0 0 0 4px #007cba, 0 0 5px 0 #007cba, inset 0 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 1px 2px rgba(0, 0, 0, 0.4); box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--wp-admin-theme-color), 0 0 5px 0 var(--wp-admin-theme-color), inset 0 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 1px 2px rgba(0, 0, 0, 0.4); }
|
| 876 |
|
| 903 |
|
| 904 |
.components-combobox-control__suggestions-container { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; padding: 6px 8px; box-shadow: 0 0 0 transparent; transition: box-shadow 0.1s linear; border-radius: 2px; border: 1px solid #757575; /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px; /* Override core line-height. To be reviewed. */ line-height: normal; display: flex; flex-wrap: wrap; align-items: flex-start; width: 100%; margin: 0 0 8px 0; padding: 4px; }
|
| 905 |
|
| 906 |
+
@media (prefers-reduced-motion: reduce) { .components-combobox-control__suggestions-container { transition-duration: 0s; transition-delay: 0s; } }
|
| 907 |
|
| 908 |
@media (min-width: 600px) { .components-combobox-control__suggestions-container { font-size: 13px; /* Override core line-height. To be reviewed. */ line-height: normal; } }
|
| 909 |
|
| 910 |
+
.components-combobox-control__suggestions-container:focus { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0 1px #007cba; box-shadow: 0 0 0 1px var(--wp-admin-theme-color); outline: 2px solid transparent; }
|
| 911 |
|
| 912 |
.components-combobox-control__suggestions-container::-webkit-input-placeholder { color: rgba(30, 30, 30, 0.62); }
|
| 913 |
|
| 921 |
|
| 922 |
.is-dark-theme .components-combobox-control__suggestions-container:-ms-input-placeholder { color: rgba(255, 255, 255, 0.65); }
|
| 923 |
|
| 924 |
+
.components-combobox-control__suggestions-container:focus-within { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0 1px #007cba; box-shadow: 0 0 0 1px var(--wp-admin-theme-color); outline: 2px solid transparent; }
|
| 925 |
|
| 926 |
.components-combobox-control__reset.components-button { display: flex; height: 24px; min-width: 24px; padding: 0; }
|
| 927 |
|
| 935 |
|
| 936 |
.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point svg { height: 100%; width: 100%; }
|
| 937 |
|
| 938 |
+
.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button { border: 2px solid transparent; box-shadow: inset 0 0 0 2px #fff; box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) #fff; border-radius: 50%; height: 24px; width: 24px; padding: 0; position: absolute; top: 6px; }
|
| 939 |
|
| 940 |
.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button:focus, .components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button.is-active { box-shadow: 0 0 0 1px #fff, 0 0 0 3px #1e1e1e; }
|
| 941 |
|
| 963 |
|
| 964 |
.components-custom-select-control__button.components-custom-select-control__button { padding-right: 24px; }
|
| 965 |
|
| 966 |
+
.components-custom-select-control__button:focus:not(:disabled) { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0 1px #007cba; box-shadow: 0 0 0 1px var(--wp-admin-theme-color); }
|
| 967 |
|
| 968 |
.components-custom-select-control__button .components-custom-select-control__button-icon { height: 100%; padding: 0; position: absolute; right: 0; top: 0; }
|
| 969 |
|
| 1133 |
|
| 1134 |
.CalendarMonthGrid__animating { z-index: 1; }
|
| 1135 |
|
| 1136 |
+
.CalendarMonthGrid__horizontal { position: absolute; left: 0; }
|
| 1137 |
|
| 1138 |
.CalendarMonthGrid__vertical { margin: 0 auto; }
|
| 1139 |
|
| 1197 |
|
| 1198 |
.DayPicker_weekHeaders { position: relative; }
|
| 1199 |
|
| 1200 |
+
.DayPicker_weekHeaders__horizontal { margin-left: 13px; }
|
| 1201 |
|
| 1202 |
+
.DayPicker_weekHeader { color: #757575; position: absolute; top: 62px; z-index: 2; text-align: left; padding: 0 !important; }
|
| 1203 |
|
| 1204 |
.DayPicker_weekHeader__vertical { left: 50%; }
|
| 1205 |
|
| 1207 |
|
| 1208 |
.DayPicker_weekHeader_ul { list-style: none; margin: 1px 0; padding-left: 0; padding-right: 0; font-size: 14px; }
|
| 1209 |
|
| 1210 |
+
.DayPicker_weekHeader_li { display: inline-block; text-align: center; margin: 0 1px; }
|
| 1211 |
|
| 1212 |
.DayPicker_transitionContainer { position: relative; overflow: hidden; border-radius: 3px; }
|
| 1213 |
|
| 1314 |
|
| 1315 |
.components-datetime select, .components-datetime input { box-shadow: 0 0 0 transparent; transition: box-shadow 0.1s linear; border-radius: 2px; border: 1px solid #757575; }
|
| 1316 |
|
| 1317 |
+
@media (prefers-reduced-motion: reduce) { .components-datetime select, .components-datetime input { transition-duration: 0s; transition-delay: 0s; } }
|
| 1318 |
|
| 1319 |
.components-datetime select, .components-datetime input[type=number], .components-datetime .components-button { height: 30px; margin-top: 0; margin-bottom: 0; }
|
| 1320 |
|
| 1321 |
.components-datetime__date { min-height: 236px; border-top: 1px solid #ddd; }
|
| 1322 |
|
| 1323 |
+
.components-datetime__date .DayPickerNavigation_leftButton__horizontalDefault { /*!rtl:begin:ignore*/ left: 13px; /*!rtl:end:ignore*/ }
|
| 1324 |
|
| 1325 |
.components-datetime__date .CalendarMonth_caption { font-size: 13px; }
|
| 1326 |
|
| 1328 |
|
| 1329 |
.components-datetime__date .CalendarDay { font-size: 13px; border: none; border-radius: 50%; text-align: center; }
|
| 1330 |
|
| 1331 |
+
.components-datetime__date .CalendarDay:focus { box-shadow: inset 0 0 0 2px #007cba, inset 0 0 0 3px #fff; box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color), inset 0 0 0 3px #fff; outline: 2px solid transparent; }
|
| 1332 |
|
| 1333 |
.components-datetime__date .CalendarDay__selected { background: #007cba; background: var(--wp-admin-theme-color); border: 2px solid transparent; }
|
| 1334 |
|
| 1338 |
|
| 1339 |
.components-datetime__date .DayPickerNavigation_button__horizontalDefault { padding: 2px 8px; top: 20px; }
|
| 1340 |
|
| 1341 |
+
.components-datetime__date .DayPickerNavigation_button__horizontalDefault:focus { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0 1px #007cba; box-shadow: 0 0 0 1px var(--wp-admin-theme-color); outline: 2px solid transparent; }
|
| 1342 |
|
| 1343 |
.components-datetime__date .DayPicker_weekHeader { top: 50px; }
|
| 1344 |
|
| 1345 |
+
.components-datetime__date .DayPicker_weekHeader .DayPicker_weekHeader_ul { margin: 1px; padding-left: 0; padding-right: 0; }
|
| 1346 |
|
| 1347 |
.components-datetime__date.is-description-visible .DayPicker { visibility: hidden; }
|
| 1348 |
|
| 1404 |
|
| 1405 |
.components-drop-zone { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 40; visibility: hidden; opacity: 0; transition: 0.3s opacity, 0.3s background-color, 0s visibility 0.3s; border: 2px solid #007cba; border: 2px solid var(--wp-admin-theme-color); border-radius: 2px; }
|
| 1406 |
|
| 1407 |
+
@media (prefers-reduced-motion: reduce) { .components-drop-zone { transition-duration: 0s; transition-delay: 0s; } }
|
| 1408 |
|
| 1409 |
.components-drop-zone.is-active { opacity: 1; visibility: visible; transition: 0.3s opacity, 0.3s background-color; }
|
| 1410 |
|
| 1411 |
+
@media (prefers-reduced-motion: reduce) { .components-drop-zone.is-active { transition-duration: 0s; transition-delay: 0s; } }
|
| 1412 |
|
| 1413 |
.components-drop-zone.is-dragging-over-element { background-color: #007cba; background-color: var(--wp-admin-theme-color); }
|
| 1414 |
|
| 1415 |
.components-drop-zone__content { position: absolute; top: 50%; left: 0; right: 0; z-index: 50; transform: translateY(-50%); width: 100%; text-align: center; color: #fff; transition: transform 0.2s ease-in-out; }
|
| 1416 |
|
| 1417 |
+
@media (prefers-reduced-motion: reduce) { .components-drop-zone__content { transition-duration: 0s; transition-delay: 0s; } }
|
| 1418 |
|
| 1419 |
.components-drop-zone.is-dragging-over-element .components-drop-zone__content { transform: translateY(-50%) scale(1.05); }
|
| 1420 |
|
| 1460 |
|
| 1461 |
.components-font-size-picker__controls .components-font-size-picker__number { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; padding: 6px 8px; box-shadow: 0 0 0 transparent; transition: box-shadow 0.1s linear; border-radius: 2px; border: 1px solid #757575; /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px; /* Override core line-height. To be reviewed. */ line-height: normal; display: inline-block; font-weight: 500; height: 30px; margin-bottom: 0; margin-left: 0; margin-right: 8px; margin-top: 8px; width: 54px; }
|
| 1462 |
|
| 1463 |
+
@media (prefers-reduced-motion: reduce) { .components-font-size-picker__controls .components-font-size-picker__number { transition-duration: 0s; transition-delay: 0s; } }
|
| 1464 |
|
| 1465 |
@media (min-width: 600px) { .components-font-size-picker__controls .components-font-size-picker__number { font-size: 13px; /* Override core line-height. To be reviewed. */ line-height: normal; } }
|
| 1466 |
|
| 1467 |
+
.components-font-size-picker__controls .components-font-size-picker__number:focus { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0 1px #007cba; box-shadow: 0 0 0 1px var(--wp-admin-theme-color); outline: 2px solid transparent; }
|
| 1468 |
|
| 1469 |
.components-font-size-picker__controls .components-font-size-picker__number::-webkit-input-placeholder { color: rgba(30, 30, 30, 0.62); }
|
| 1470 |
|
| 1494 |
|
| 1495 |
.components-form-toggle .components-form-toggle__track { content: ""; display: inline-block; box-sizing: border-box; vertical-align: top; background-color: #fff; border: 1px solid #1e1e1e; width: 36px; height: 18px; border-radius: 9px; transition: 0.2s background ease; }
|
| 1496 |
|
| 1497 |
+
@media (prefers-reduced-motion: reduce) { .components-form-toggle .components-form-toggle__track { transition-duration: 0s; transition-delay: 0s; } }
|
| 1498 |
|
| 1499 |
.components-form-toggle .components-form-toggle__thumb { display: block; position: absolute; box-sizing: border-box; top: 3px; left: 3px; width: 12px; height: 12px; border-radius: 50%; transition: 0.1s transform ease; background-color: #1e1e1e; border: 5px solid #1e1e1e; }
|
| 1500 |
|
| 1501 |
+
@media (prefers-reduced-motion: reduce) { .components-form-toggle .components-form-toggle__thumb { transition-duration: 0s; transition-delay: 0s; } }
|
| 1502 |
|
| 1503 |
.components-form-toggle.is-checked .components-form-toggle__track { background-color: #007cba; background-color: var(--wp-admin-theme-color); border: 1px solid #007cba; border: 1px solid var(--wp-admin-theme-color); border: 9px solid transparent; }
|
| 1504 |
|
| 1505 |
+
.components-form-toggle .components-form-toggle__input:focus + .components-form-toggle__track { box-shadow: 0 0 0 2px #fff, 0 0 0 4px #007cba; box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--wp-admin-theme-color); outline: 2px solid transparent; outline-offset: 2px; }
|
| 1506 |
|
| 1507 |
.components-form-toggle.is-checked .components-form-toggle__thumb { background-color: #fff; border-width: 0; transform: translateX(18px); }
|
| 1508 |
|
| 1509 |
+
.components-form-toggle.is-disabled, .components-disabled .components-form-toggle { opacity: 0.3; }
|
| 1510 |
|
| 1511 |
.components-form-toggle input.components-form-toggle__input[type=checkbox] { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; margin: 0; padding: 0; z-index: 1; border: none; }
|
| 1512 |
|
| 1514 |
|
| 1515 |
.components-form-toggle input.components-form-toggle__input[type=checkbox]::before { content: ""; }
|
| 1516 |
|
| 1517 |
+
.components-form-token-field__input-container { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; padding: 6px 8px; box-shadow: 0 0 0 transparent; transition: box-shadow 0.1s linear; border-radius: 2px; border: 1px solid #757575; /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px; /* Override core line-height. To be reviewed. */ line-height: normal; display: flex; flex-wrap: wrap; align-items: center; width: 100%; margin: 0 0 8px 0; padding: 2px 4px; cursor: text; }
|
| 1518 |
|
| 1519 |
+
@media (prefers-reduced-motion: reduce) { .components-form-token-field__input-container { transition-duration: 0s; transition-delay: 0s; } }
|
| 1520 |
|
| 1521 |
@media (min-width: 600px) { .components-form-token-field__input-container { font-size: 13px; /* Override core line-height. To be reviewed. */ line-height: normal; } }
|
| 1522 |
|
| 1523 |
+
.components-form-token-field__input-container:focus { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0 1px #007cba; box-shadow: 0 0 0 1px var(--wp-admin-theme-color); outline: 2px solid transparent; }
|
| 1524 |
|
| 1525 |
.components-form-token-field__input-container::-webkit-input-placeholder { color: rgba(30, 30, 30, 0.62); }
|
| 1526 |
|
| 1536 |
|
| 1537 |
.components-form-token-field__input-container.is-disabled { background: #ddd; border-color: #ddd; }
|
| 1538 |
|
| 1539 |
+
.components-form-token-field__input-container.is-active { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0 1px #007cba; box-shadow: 0 0 0 1px var(--wp-admin-theme-color); outline: 2px solid transparent; }
|
| 1540 |
|
| 1541 |
.components-form-token-field__input-container input[type=text].components-form-token-field__input { display: inline-block; flex: 1; font-size: 16px; width: 100%; max-width: 100%; margin-left: 4px; padding: 0; min-height: 24px; min-width: 50px; background: inherit; border: 0; color: #1e1e1e; box-shadow: none; }
|
| 1542 |
|
| 1574 |
|
| 1575 |
.components-form-token-field__token-text, .components-form-token-field__remove-token.components-button { display: inline-block; line-height: 24px; height: auto; background: #ddd; min-width: unset; transition: all 0.2s cubic-bezier(0.4, 1, 0.4, 1); }
|
| 1576 |
|
| 1577 |
+
@media (prefers-reduced-motion: reduce) { .components-form-token-field__token-text, .components-form-token-field__remove-token.components-button { transition-duration: 0s; transition-delay: 0s; -webkit-animation-duration: 1ms; animation-duration: 1ms; -webkit-animation-delay: 0s; animation-delay: 0s; } }
|
| 1578 |
|
| 1579 |
.components-form-token-field__token-text { border-radius: 2px 0 0 2px; padding: 0 0 0 8px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
|
| 1580 |
|
| 1584 |
|
| 1585 |
.components-form-token-field__suggestions-list { flex: 1 0 100%; min-width: 100%; max-height: 9em; overflow-y: auto; transition: all 0.15s ease-in-out; list-style: none; border-top: 1px solid #757575; margin: 4px -4px -4px; padding: 0; }
|
| 1586 |
|
| 1587 |
+
@media (prefers-reduced-motion: reduce) { .components-form-token-field__suggestions-list { transition-duration: 0s; transition-delay: 0s; } }
|
| 1588 |
|
| 1589 |
.components-form-token-field__suggestion { color: #757575; display: block; font-size: 13px; padding: 4px 8px; margin: 0; cursor: pointer; }
|
| 1590 |
|
| 1610 |
|
| 1611 |
@media (max-width: 600px) { .components-guide__footer { position: absolute; bottom: 0; } }
|
| 1612 |
|
| 1613 |
+
.components-guide__page-control { margin: 0; text-align: center; }
|
| 1614 |
|
| 1615 |
+
.components-guide__page-control li { display: inline-block; margin: 0; }
|
| 1616 |
|
| 1617 |
+
.components-guide__page-control .components-button { height: 30px; min-width: 20px; margin: -6px 0; }
|
| 1618 |
|
| 1619 |
.components-guide .components-modal__content { padding: 0; }
|
| 1620 |
|
| 1647 |
|
| 1648 |
.components-menu-group + .components-menu-group { margin-top: 8px; padding-top: 8px; border-top: 1px solid #1e1e1e; }
|
| 1649 |
|
| 1650 |
+
.components-menu-group + .components-menu-group.has-hidden-separator { border-top: none; margin-top: 0; padding-top: 0; }
|
| 1651 |
+
|
| 1652 |
.components-menu-group__label { padding: 0 8px; margin-top: 4px; margin-bottom: 12px; color: #757575; text-transform: uppercase; font-size: 11px; font-weight: 500; }
|
| 1653 |
|
| 1654 |
.components-menu-item__button, .components-menu-item__button.components-button { width: 100%; }
|
| 1659 |
|
| 1660 |
.components-menu-item__button .block-editor-block-icon, .components-menu-item__button.components-button .block-editor-block-icon { margin-left: -2px; margin-right: 8px; }
|
| 1661 |
|
| 1662 |
+
.components-menu-item__button.is-primary, .components-menu-item__button.components-button.is-primary { justify-content: center; }
|
| 1663 |
+
|
| 1664 |
+
.components-menu-item__button.is-primary .components-menu-item__item, .components-menu-item__button.components-button.is-primary .components-menu-item__item { margin-right: 0; }
|
| 1665 |
+
|
| 1666 |
.components-menu-item__info-wrapper { display: flex; flex-direction: column; margin-right: auto; }
|
| 1667 |
|
| 1668 |
.components-menu-item__info { margin-top: 4px; font-size: 12px; color: #757575; white-space: normal; }
|
| 1679 |
|
| 1680 |
.components-modal__screen-overlay { position: fixed; top: 0; right: 0; bottom: 0; left: 0; background-color: rgba(0, 0, 0, 0.35); z-index: 100000; -webkit-animation: edit-post__fade-in-animation 0.2s ease-out 0s; animation: edit-post__fade-in-animation 0.2s ease-out 0s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }
|
| 1681 |
|
| 1682 |
+
@media (prefers-reduced-motion: reduce) { .components-modal__screen-overlay { -webkit-animation-duration: 1ms; animation-duration: 1ms; -webkit-animation-delay: 0s; animation-delay: 0s; } }
|
| 1683 |
|
| 1684 |
+
.components-modal__frame { position: absolute; top: 0; right: 0; bottom: 0; left: 0; box-sizing: border-box; margin: 0; background: #fff; box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25); border-radius: 2px; overflow: auto; }
|
| 1685 |
|
| 1686 |
@media (min-width: 600px) { .components-modal__frame { top: 50%; right: auto; bottom: auto; left: 50%; min-width: 360px; max-width: calc(100% - 16px - 16px); max-height: 90%; transform: translate(-50%, -50%); -webkit-animation: components-modal__appear-animation 0.1s ease-out; animation: components-modal__appear-animation 0.1s ease-out; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; } }
|
| 1687 |
|
| 1688 |
+
@media (min-width: 600px) and (prefers-reduced-motion: reduce) { .components-modal__frame { -webkit-animation-duration: 1ms; animation-duration: 1ms; -webkit-animation-delay: 0s; animation-delay: 0s; } }
|
| 1689 |
|
| 1690 |
@-webkit-keyframes components-modal__appear-animation { from { margin-top: 32px; }
|
| 1691 |
to { margin-top: 0; } }
|
| 1693 |
@keyframes components-modal__appear-animation { from { margin-top: 32px; }
|
| 1694 |
to { margin-top: 0; } }
|
| 1695 |
|
| 1696 |
+
.components-modal__header { box-sizing: border-box; border-bottom: 1px solid #ddd; padding: 0 32px; display: flex; flex-direction: row; justify-content: space-between; background: #fff; align-items: center; height: 60px; z-index: 10; position: relative; position: sticky; top: 0; margin: 0 -32px 24px; }
|
| 1697 |
|
| 1698 |
@supports (-ms-ime-align: auto) { .components-modal__header { position: fixed; width: 100%; } }
|
| 1699 |
|
| 1709 |
|
| 1710 |
.components-modal__header-icon-container svg { max-width: 36px; max-height: 36px; padding: 8px; }
|
| 1711 |
|
| 1712 |
+
.components-modal__content { box-sizing: border-box; height: 100%; padding: 0 32px 24px; }
|
| 1713 |
|
| 1714 |
@supports (-ms-ime-align: auto) { .components-modal__content { padding-top: 60px; } }
|
| 1715 |
|
| 1763 |
|
| 1764 |
.components-panel__body > .components-panel__body-title { display: block; padding: 0; font-size: inherit; margin-top: 0; margin-bottom: 0; transition: 0.1s background ease-in-out; }
|
| 1765 |
|
| 1766 |
+
@media (prefers-reduced-motion: reduce) { .components-panel__body > .components-panel__body-title { transition-duration: 0s; transition-delay: 0s; } }
|
| 1767 |
|
| 1768 |
.components-panel__body.is-opened > .components-panel__body-title { margin: -16px; margin-bottom: 5px; }
|
| 1769 |
|
| 1770 |
.components-panel__body > .components-panel__body-title:hover { background: #f0f0f0; border: none; }
|
| 1771 |
|
| 1772 |
+
.components-panel__body-toggle.components-button { position: relative; padding: 16px 48px 16px 16px; outline: none; width: 100%; font-weight: 500; text-align: left; color: #1e1e1e; border: none; box-shadow: none; transition: 0.1s background ease-in-out; height: auto; /* rtl:begin:ignore */ /* rtl:end:ignore */ }
|
| 1773 |
|
| 1774 |
+
@media (prefers-reduced-motion: reduce) { .components-panel__body-toggle.components-button { transition-duration: 0s; transition-delay: 0s; } }
|
| 1775 |
|
| 1776 |
+
.components-panel__body-toggle.components-button:focus { box-shadow: inset 0 0 0 2px #007cba; box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); border-radius: 0; }
|
| 1777 |
|
| 1778 |
.components-panel__body-toggle.components-button .components-panel__arrow { position: absolute; right: 16px; top: 50%; transform: translateY(-50%); color: #1e1e1e; fill: currentColor; transition: 0.1s color ease-in-out; }
|
| 1779 |
|
| 1780 |
+
@media (prefers-reduced-motion: reduce) { .components-panel__body-toggle.components-button .components-panel__arrow { transition-duration: 0s; transition-delay: 0s; } }
|
| 1781 |
|
| 1782 |
body.rtl .components-panel__body-toggle.components-button .dashicons-arrow-right { transform: scaleX(-1); -ms-filter: fliph; filter: FlipH; margin-top: -10px; }
|
| 1783 |
|
| 1809 |
|
| 1810 |
.components-placeholder__label > svg, .components-placeholder__label .dashicon, .components-placeholder__label .block-editor-block-icon { fill: currentColor; margin-right: 1ch; }
|
| 1811 |
|
| 1812 |
+
.components-placeholder__label:empty { display: none; }
|
| 1813 |
+
|
| 1814 |
.components-placeholder__fieldset, .components-placeholder__fieldset form { display: flex; flex-direction: row; width: 100%; flex-wrap: wrap; }
|
| 1815 |
|
| 1816 |
.components-placeholder__fieldset p, .components-placeholder__fieldset form p { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 13px; }
|
| 1819 |
|
| 1820 |
.components-placeholder__input[type=url] { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; padding: 6px 8px; box-shadow: 0 0 0 transparent; transition: box-shadow 0.1s linear; border-radius: 2px; border: 1px solid #757575; /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px; /* Override core line-height. To be reviewed. */ line-height: normal; margin: 0 8px 0 0; flex: 1 1 auto; }
|
| 1821 |
|
| 1822 |
+
@media (prefers-reduced-motion: reduce) { .components-placeholder__input[type=url] { transition-duration: 0s; transition-delay: 0s; } }
|
| 1823 |
|
| 1824 |
@media (min-width: 600px) { .components-placeholder__input[type=url] { font-size: 13px; /* Override core line-height. To be reviewed. */ line-height: normal; } }
|
| 1825 |
|
| 1826 |
+
.components-placeholder__input[type=url]:focus { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0 1px #007cba; box-shadow: 0 0 0 1px var(--wp-admin-theme-color); outline: 2px solid transparent; }
|
| 1827 |
|
| 1828 |
.components-placeholder__input[type=url]::-webkit-input-placeholder { color: rgba(30, 30, 30, 0.62); }
|
| 1829 |
|
| 1961 |
|
| 1962 |
.components-radio-control__input[type=radio] { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; padding: 6px 8px; box-shadow: 0 0 0 transparent; transition: box-shadow 0.1s linear; border-radius: 2px; border: 1px solid #757575; /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px; /* Override core line-height. To be reviewed. */ line-height: normal; border: 1px solid #1e1e1e; margin-right: 12px; transition: none; border-radius: 50%; width: 24px; height: 24px; margin-top: 0; margin-right: 6px; }
|
| 1963 |
|
| 1964 |
+
@media (prefers-reduced-motion: reduce) { .components-radio-control__input[type=radio] { transition-duration: 0s; transition-delay: 0s; } }
|
| 1965 |
|
| 1966 |
@media (min-width: 600px) { .components-radio-control__input[type=radio] { font-size: 13px; /* Override core line-height. To be reviewed. */ line-height: normal; } }
|
| 1967 |
|
| 1968 |
+
.components-radio-control__input[type=radio]:focus { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0 1px #007cba; box-shadow: 0 0 0 1px var(--wp-admin-theme-color); outline: 2px solid transparent; }
|
| 1969 |
|
| 1970 |
.components-radio-control__input[type=radio]::-webkit-input-placeholder { color: rgba(30, 30, 30, 0.62); }
|
| 1971 |
|
| 1985 |
|
| 1986 |
@media (min-width: 600px) { .components-radio-control__input[type=radio]:checked::before { transform: translate(5px, 5px); } }
|
| 1987 |
|
| 1988 |
+
.components-radio-control__input[type=radio]:focus { box-shadow: 0 0 0 2px #fff, 0 0 0 4px #007cba; box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--wp-admin-theme-color); outline: 2px solid transparent; }
|
| 1989 |
|
| 1990 |
.components-radio-control__input[type=radio]:checked { background: #007cba; background: var(--wp-admin-theme-color); border-color: #007cba; border-color: var(--wp-admin-theme-color); }
|
| 1991 |
|
| 1997 |
|
| 1998 |
.components-resizable-box__side-handle::before { display: block; content: ""; width: 7px; height: 7px; border: 2px solid #fff; background: #007cba; background: var(--wp-admin-theme-color); cursor: inherit; position: absolute; top: calc(50% - 4px); right: calc(50% - 4px); transition: transform 0.1s ease-in; opacity: 0; }
|
| 1999 |
|
| 2000 |
+
@media (prefers-reduced-motion: reduce) { .components-resizable-box__side-handle::before { transition-duration: 0s; transition-delay: 0s; } }
|
| 2001 |
|
| 2002 |
.is-dark-theme .components-resizable-box__side-handle::before, .is-dark-theme .components-resizable-box__handle::after { border-color: #ddd; }
|
| 2003 |
|
| 2011 |
|
| 2012 |
.components-resizable-box__side-handle.components-resizable-box__handle-top:hover::before, .components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover::before, .components-resizable-box__side-handle.components-resizable-box__handle-top:active::before, .components-resizable-box__side-handle.components-resizable-box__handle-bottom:active::before { -webkit-animation: components-resizable-box__top-bottom-animation 0.1s ease-out 0s; animation: components-resizable-box__top-bottom-animation 0.1s ease-out 0s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }
|
| 2013 |
|
| 2014 |
+
@media (prefers-reduced-motion: reduce) { .components-resizable-box__side-handle.components-resizable-box__handle-top:hover::before, .components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover::before, .components-resizable-box__side-handle.components-resizable-box__handle-top:active::before, .components-resizable-box__side-handle.components-resizable-box__handle-bottom:active::before { -webkit-animation-duration: 1ms; animation-duration: 1ms; -webkit-animation-delay: 0s; animation-delay: 0s; } }
|
| 2015 |
|
| 2016 |
.components-resizable-box__side-handle.components-resizable-box__handle-left:hover::before, .components-resizable-box__side-handle.components-resizable-box__handle-right:hover::before, .components-resizable-box__side-handle.components-resizable-box__handle-left:active::before, .components-resizable-box__side-handle.components-resizable-box__handle-right:active::before { -webkit-animation: components-resizable-box__left-right-animation 0.1s ease-out 0s; animation: components-resizable-box__left-right-animation 0.1s ease-out 0s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }
|
| 2017 |
|
| 2018 |
+
@media (prefers-reduced-motion: reduce) { .components-resizable-box__side-handle.components-resizable-box__handle-left:hover::before, .components-resizable-box__side-handle.components-resizable-box__handle-right:hover::before, .components-resizable-box__side-handle.components-resizable-box__handle-left:active::before, .components-resizable-box__side-handle.components-resizable-box__handle-right:active::before { -webkit-animation-duration: 1ms; animation-duration: 1ms; -webkit-animation-delay: 0s; animation-delay: 0s; } }
|
| 2019 |
|
| 2020 |
/* This CSS is shown only to Safari, which has a bug with table-caption making it jumpy.
|
| 2021 |
See https://bugs.webkit.org/show_bug.cgi?id=187903. */
|
| 2070 |
|
| 2071 |
@media (max-width: 782px) { .components-base-control .components-base-control__field .components-select-control__input { font-size: 16px; } }
|
| 2072 |
|
| 2073 |
+
.components-snackbar { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 13px; background-color: #1e1e1e; border-radius: 2px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); color: #fff; padding: 16px 24px; width: 100%; max-width: 600px; box-sizing: border-box; cursor: pointer; pointer-events: auto; }
|
| 2074 |
|
| 2075 |
@media (min-width: 600px) { .components-snackbar { width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; } }
|
| 2076 |
|
| 2094 |
|
| 2095 |
.components-snackbar__content { display: flex; align-items: baseline; justify-content: space-between; line-height: 1.4; }
|
| 2096 |
|
| 2097 |
+
.components-snackbar-list { position: absolute; z-index: 100000; width: 100%; box-sizing: border-box; pointer-events: none; }
|
| 2098 |
|
| 2099 |
.components-snackbar-list__notice-container { position: relative; padding-top: 8px; }
|
| 2100 |
|
| 2101 |
+
.components-tab-panel__tabs { display: flex; align-items: stretch; flex-direction: row; }
|
| 2102 |
+
|
| 2103 |
+
.components-tab-panel__tabs[aria-orientation=vertical] { flex-direction: column; }
|
| 2104 |
|
| 2105 |
.components-tab-panel__tabs-item { background: transparent; border: none; box-shadow: none; border-radius: 0; cursor: pointer; height: 48px; padding: 3px 16px; margin-left: 0; font-weight: 500; transition: box-shadow 0.1s linear; box-sizing: border-box; }
|
| 2106 |
|
| 2107 |
.components-tab-panel__tabs-item::after { content: attr(data-label); display: block; height: 0; overflow: hidden; speak: none; visibility: hidden; }
|
| 2108 |
|
| 2109 |
+
.components-tab-panel__tabs-item:focus:not(:disabled) { box-shadow: inset 0 2px #007cba; box-shadow: inset 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); }
|
| 2110 |
|
| 2111 |
+
.components-tab-panel__tabs-item.is-active { box-shadow: inset 0 0 0 2px transparent, inset 0 -4px 0 0 #007cba; box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) transparent, inset 0 -4px 0 0 var(--wp-admin-theme-color); position: relative; }
|
| 2112 |
|
| 2113 |
.components-tab-panel__tabs-item.is-active::before { content: ""; position: absolute; top: 0; bottom: 1px; right: 0; left: 0; border-bottom: 4px solid transparent; }
|
| 2114 |
|
| 2115 |
+
.components-tab-panel__tabs-item:focus { box-shadow: inset 0 0 0 2px #007cba; box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); }
|
| 2116 |
|
| 2117 |
+
.components-tab-panel__tabs-item.is-active:focus { box-shadow: inset 0 0 0 2px #007cba, inset 0 -4px 0 0 #007cba; box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color), inset 0 -4px 0 0 var(--wp-admin-theme-color); }
|
| 2118 |
|
| 2119 |
.components-text-control__input, .components-text-control__input[type=text], .components-text-control__input[type=tel], .components-text-control__input[type=time], .components-text-control__input[type=url], .components-text-control__input[type=week], .components-text-control__input[type=password], .components-text-control__input[type=color], .components-text-control__input[type=date], .components-text-control__input[type=datetime], .components-text-control__input[type=datetime-local], .components-text-control__input[type=email], .components-text-control__input[type=month], .components-text-control__input[type=number] { width: 100%; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; padding: 6px 8px; box-shadow: 0 0 0 transparent; transition: box-shadow 0.1s linear; border-radius: 2px; border: 1px solid #757575; /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px; /* Override core line-height. To be reviewed. */ line-height: normal; }
|
| 2120 |
|
| 2121 |
+
@media (prefers-reduced-motion: reduce) { .components-text-control__input, .components-text-control__input[type=text], .components-text-control__input[type=tel], .components-text-control__input[type=time], .components-text-control__input[type=url], .components-text-control__input[type=week], .components-text-control__input[type=password], .components-text-control__input[type=color], .components-text-control__input[type=date], .components-text-control__input[type=datetime], .components-text-control__input[type=datetime-local], .components-text-control__input[type=email], .components-text-control__input[type=month], .components-text-control__input[type=number] { transition-duration: 0s; transition-delay: 0s; } }
|
| 2122 |
|
| 2123 |
@media (min-width: 600px) { .components-text-control__input, .components-text-control__input[type=text], .components-text-control__input[type=tel], .components-text-control__input[type=time], .components-text-control__input[type=url], .components-text-control__input[type=week], .components-text-control__input[type=password], .components-text-control__input[type=color], .components-text-control__input[type=date], .components-text-control__input[type=datetime], .components-text-control__input[type=datetime-local], .components-text-control__input[type=email], .components-text-control__input[type=month], .components-text-control__input[type=number] { font-size: 13px; /* Override core line-height. To be reviewed. */ line-height: normal; } }
|
| 2124 |
|
| 2125 |
+
.components-text-control__input:focus, .components-text-control__input[type=text]:focus, .components-text-control__input[type=tel]:focus, .components-text-control__input[type=time]:focus, .components-text-control__input[type=url]:focus, .components-text-control__input[type=week]:focus, .components-text-control__input[type=password]:focus, .components-text-control__input[type=color]:focus, .components-text-control__input[type=date]:focus, .components-text-control__input[type=datetime]:focus, .components-text-control__input[type=datetime-local]:focus, .components-text-control__input[type=email]:focus, .components-text-control__input[type=month]:focus, .components-text-control__input[type=number]:focus { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0 1px #007cba; box-shadow: 0 0 0 1px var(--wp-admin-theme-color); outline: 2px solid transparent; }
|
| 2126 |
|
| 2127 |
.components-text-control__input::-webkit-input-placeholder, .components-text-control__input[type=text]::-webkit-input-placeholder, .components-text-control__input[type=tel]::-webkit-input-placeholder, .components-text-control__input[type=time]::-webkit-input-placeholder, .components-text-control__input[type=url]::-webkit-input-placeholder, .components-text-control__input[type=week]::-webkit-input-placeholder, .components-text-control__input[type=password]::-webkit-input-placeholder, .components-text-control__input[type=color]::-webkit-input-placeholder, .components-text-control__input[type=date]::-webkit-input-placeholder, .components-text-control__input[type=datetime]::-webkit-input-placeholder, .components-text-control__input[type=datetime-local]::-webkit-input-placeholder, .components-text-control__input[type=email]::-webkit-input-placeholder, .components-text-control__input[type=month]::-webkit-input-placeholder, .components-text-control__input[type=number]::-webkit-input-placeholder { color: rgba(30, 30, 30, 0.62); }
|
| 2128 |
|
| 2158 |
|
| 2159 |
.components-accessible-toolbar .components-button::before, .components-toolbar .components-button::before { content: ""; position: absolute; display: block; border-radius: 2px; height: 32px; left: 8px; right: 8px; z-index: -1; -webkit-animation: components-button__appear-animation 0.1s ease; animation: components-button__appear-animation 0.1s ease; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }
|
| 2160 |
|
| 2161 |
+
@media (prefers-reduced-motion: reduce) { .components-accessible-toolbar .components-button::before, .components-toolbar .components-button::before { -webkit-animation-duration: 1ms; animation-duration: 1ms; -webkit-animation-delay: 0s; animation-delay: 0s; } }
|
| 2162 |
|
| 2163 |
.components-accessible-toolbar .components-button svg, .components-toolbar .components-button svg { position: relative; margin-left: auto; margin-right: auto; }
|
| 2164 |
|
| 2168 |
|
| 2169 |
.components-accessible-toolbar .components-button.is-pressed::before, .components-toolbar .components-button.is-pressed::before { background: #1e1e1e; }
|
| 2170 |
|
| 2171 |
+
.components-accessible-toolbar .components-button:focus::before, .components-toolbar .components-button:focus::before { box-shadow: inset 0 0 0 2px #007cba, inset 0 0 0 4px #fff; box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color), inset 0 0 0 4px #fff; outline: 2px solid transparent; }
|
| 2172 |
|
| 2173 |
.components-accessible-toolbar .components-button.has-icon, .components-toolbar .components-button.has-icon { padding-left: 8px; padding-right: 8px; min-width: 48px; justify-content: center; }
|
| 2174 |
|
| 2208 |
|
| 2209 |
div.components-toolbar > div + div.has-left-divider::before { display: inline-block; content: ""; box-sizing: content-box; background-color: #ddd; position: absolute; top: 8px; left: -3px; width: 1px; height: 20px; }
|
| 2210 |
|
| 2211 |
+
.block-editor-block-toolbar > .components-toolbar > .block-editor-block-toolbar__slot > .components-button:first-child:last-child, .block-editor-block-toolbar > .components-toolbar > .block-editor-block-toolbar__slot > .components-dropdown:first-child:last-child .components-button, .block-editor-block-toolbar > .components-toolbar > .block-editor-block-toolbar__slot.components-dropdown > .components-button.components-button, .block-editor-block-toolbar > .components-toolbar > .block-editor-block-toolbar__slot.components-dropdown > * .components-button, .block-editor-block-toolbar > .components-toolbar-group > .block-editor-block-toolbar__slot > .components-button:first-child:last-child, .block-editor-block-toolbar > .components-toolbar-group > .block-editor-block-toolbar__slot > .components-dropdown:first-child:last-child .components-button, .block-editor-block-toolbar > .components-toolbar-group > .block-editor-block-toolbar__slot.components-dropdown > .components-button.components-button, .block-editor-block-toolbar > .components-toolbar-group > .block-editor-block-toolbar__slot.components-dropdown > * .components-button, .block-editor-block-toolbar > .block-editor-block-toolbar__slot > .components-toolbar > .components-button:first-child:last-child, .block-editor-block-toolbar > .block-editor-block-toolbar__slot > .components-toolbar > .components-dropdown:first-child:last-child .components-button, .block-editor-block-toolbar > .block-editor-block-toolbar__slot > .components-toolbar.components-dropdown > .components-button.components-button, .block-editor-block-toolbar > .block-editor-block-toolbar__slot > .components-toolbar.components-dropdown > * .components-button, .block-editor-block-toolbar > .block-editor-block-toolbar__slot > .components-dropdown > .components-button:first-child:last-child, .block-editor-block-toolbar > .block-editor-block-toolbar__slot > .components-dropdown > .components-dropdown:first-child:last-child .components-button, .block-editor-block-toolbar > .block-editor-block-toolbar__slot > .components-dropdown.components-dropdown > .components-button.components-button, .block-editor-block-toolbar > .block-editor-block-toolbar__slot > .components-dropdown.components-dropdown > * .components-button, .block-editor-block-toolbar .block-editor-block-toolbar__slot .components-toolbar-group > .components-button:first-child:last-child, .block-editor-block-toolbar .block-editor-block-toolbar__slot .components-toolbar-group > .components-dropdown:first-child:last-child .components-button, .block-editor-block-toolbar .block-editor-block-toolbar__slot .components-toolbar-group.components-dropdown > .components-button.components-button, .block-editor-block-toolbar .block-editor-block-toolbar__slot .components-toolbar-group.components-dropdown > * .components-button { min-width: 48px; padding-left: 12px; padding-right: 12px; }
|
| 2212 |
|
| 2213 |
+
.block-editor-block-toolbar > .components-toolbar > .block-editor-block-toolbar__slot > .components-button:first-child:last-child::before, .block-editor-block-toolbar > .components-toolbar > .block-editor-block-toolbar__slot > .components-dropdown:first-child:last-child .components-button::before, .block-editor-block-toolbar > .components-toolbar > .block-editor-block-toolbar__slot.components-dropdown > .components-button.components-button::before, .block-editor-block-toolbar > .components-toolbar > .block-editor-block-toolbar__slot.components-dropdown > * .components-button::before, .block-editor-block-toolbar > .components-toolbar-group > .block-editor-block-toolbar__slot > .components-button:first-child:last-child::before, .block-editor-block-toolbar > .components-toolbar-group > .block-editor-block-toolbar__slot > .components-dropdown:first-child:last-child .components-button::before, .block-editor-block-toolbar > .components-toolbar-group > .block-editor-block-toolbar__slot.components-dropdown > .components-button.components-button::before, .block-editor-block-toolbar > .components-toolbar-group > .block-editor-block-toolbar__slot.components-dropdown > * .components-button::before, .block-editor-block-toolbar > .block-editor-block-toolbar__slot > .components-toolbar > .components-button:first-child:last-child::before, .block-editor-block-toolbar > .block-editor-block-toolbar__slot > .components-toolbar > .components-dropdown:first-child:last-child .components-button::before, .block-editor-block-toolbar > .block-editor-block-toolbar__slot > .components-toolbar.components-dropdown > .components-button.components-button::before, .block-editor-block-toolbar > .block-editor-block-toolbar__slot > .components-toolbar.components-dropdown > * .components-button::before, .block-editor-block-toolbar > .block-editor-block-toolbar__slot > .components-dropdown > .components-button:first-child:last-child::before, .block-editor-block-toolbar > .block-editor-block-toolbar__slot > .components-dropdown > .components-dropdown:first-child:last-child .components-button::before, .block-editor-block-toolbar > .block-editor-block-toolbar__slot > .components-dropdown.components-dropdown > .components-button.components-button::before, .block-editor-block-toolbar > .block-editor-block-toolbar__slot > .components-dropdown.components-dropdown > * .components-button::before, .block-editor-block-toolbar .block-editor-block-toolbar__slot .components-toolbar-group > .components-button:first-child:last-child::before, .block-editor-block-toolbar .block-editor-block-toolbar__slot .components-toolbar-group > .components-dropdown:first-child:last-child .components-button::before, .block-editor-block-toolbar .block-editor-block-toolbar__slot .components-toolbar-group.components-dropdown > .components-button.components-button::before, .block-editor-block-toolbar .block-editor-block-toolbar__slot .components-toolbar-group.components-dropdown > * .components-button::before { left: 8px; right: 8px; }
|
| 2214 |
|
| 2215 |
+
.block-editor-block-toolbar > .components-toolbar > .block-editor-block-toolbar__slot > .components-button:first-child, .block-editor-block-toolbar > .components-toolbar > .block-editor-block-toolbar__slot > div:first-child > .components-button, .block-editor-block-toolbar > .components-toolbar > .block-editor-block-toolbar__slot > .components-dropdown:first-child .components-button, .block-editor-block-toolbar > .components-toolbar-group > .block-editor-block-toolbar__slot > .components-button:first-child, .block-editor-block-toolbar > .components-toolbar-group > .block-editor-block-toolbar__slot > div:first-child > .components-button, .block-editor-block-toolbar > .components-toolbar-group > .block-editor-block-toolbar__slot > .components-dropdown:first-child .components-button, .block-editor-block-toolbar > .block-editor-block-toolbar__slot > .components-toolbar > .components-button:first-child, .block-editor-block-toolbar > .block-editor-block-toolbar__slot > .components-toolbar > div:first-child > .components-button, .block-editor-block-toolbar > .block-editor-block-toolbar__slot > .components-toolbar > .components-dropdown:first-child .components-button, .block-editor-block-toolbar > .block-editor-block-toolbar__slot > .components-dropdown > .components-button:first-child, .block-editor-block-toolbar > .block-editor-block-toolbar__slot > .components-dropdown > div:first-child > .components-button, .block-editor-block-toolbar > .block-editor-block-toolbar__slot > .components-dropdown > .components-dropdown:first-child .components-button, .block-editor-block-toolbar .block-editor-block-toolbar__slot .components-toolbar-group > .components-button:first-child, .block-editor-block-toolbar .block-editor-block-toolbar__slot .components-toolbar-group > div:first-child > .components-button, .block-editor-block-toolbar .block-editor-block-toolbar__slot .components-toolbar-group > .components-dropdown:first-child .components-button { min-width: 42px; padding-left: 11px; padding-right: 6px; }
|
| 2216 |
|
| 2217 |
+
.block-editor-block-toolbar > .components-toolbar > .block-editor-block-toolbar__slot > .components-button:first-child::before, .block-editor-block-toolbar > .components-toolbar > .block-editor-block-toolbar__slot > div:first-child > .components-button::before, .block-editor-block-toolbar > .components-toolbar > .block-editor-block-toolbar__slot > .components-dropdown:first-child .components-button::before, .block-editor-block-toolbar > .components-toolbar-group > .block-editor-block-toolbar__slot > .components-button:first-child::before, .block-editor-block-toolbar > .components-toolbar-group > .block-editor-block-toolbar__slot > div:first-child > .components-button::before, .block-editor-block-toolbar > .components-toolbar-group > .block-editor-block-toolbar__slot > .components-dropdown:first-child .components-button::before, .block-editor-block-toolbar > .block-editor-block-toolbar__slot > .components-toolbar > .components-button:first-child::before, .block-editor-block-toolbar > .block-editor-block-toolbar__slot > .components-toolbar > div:first-child > .components-button::before, .block-editor-block-toolbar > .block-editor-block-toolbar__slot > .components-toolbar > .components-dropdown:first-child .components-button::before, .block-editor-block-toolbar > .block-editor-block-toolbar__slot > .components-dropdown > .components-button:first-child::before, .block-editor-block-toolbar > .block-editor-block-toolbar__slot > .components-dropdown > div:first-child > .components-button::before, .block-editor-block-toolbar > .block-editor-block-toolbar__slot > .components-dropdown > .components-dropdown:first-child .components-button::before, .block-editor-block-toolbar .block-editor-block-toolbar__slot .components-toolbar-group > .components-button:first-child::before, .block-editor-block-toolbar .block-editor-block-toolbar__slot .components-toolbar-group > div:first-child > .components-button::before, .block-editor-block-toolbar .block-editor-block-toolbar__slot .components-toolbar-group > .components-dropdown:first-child .components-button::before { left: 8px; right: 2px; }
|
| 2218 |
|
| 2219 |
+
.block-editor-block-toolbar > .components-toolbar > .block-editor-block-toolbar__slot > .components-button, .block-editor-block-toolbar > .components-toolbar > .block-editor-block-toolbar__slot > div > .components-button, .block-editor-block-toolbar > .components-toolbar > .block-editor-block-toolbar__slot > .components-dropdown .components-button, .block-editor-block-toolbar > .components-toolbar-group > .block-editor-block-toolbar__slot > .components-button, .block-editor-block-toolbar > .components-toolbar-group > .block-editor-block-toolbar__slot > div > .components-button, .block-editor-block-toolbar > .components-toolbar-group > .block-editor-block-toolbar__slot > .components-dropdown .components-button, .block-editor-block-toolbar > .block-editor-block-toolbar__slot > .components-toolbar > .components-button, .block-editor-block-toolbar > .block-editor-block-toolbar__slot > .components-toolbar > div > .components-button, .block-editor-block-toolbar > .block-editor-block-toolbar__slot > .components-toolbar > .components-dropdown .components-button, .block-editor-block-toolbar > .block-editor-block-toolbar__slot > .components-dropdown > .components-button, .block-editor-block-toolbar > .block-editor-block-toolbar__slot > .components-dropdown > div > .components-button, .block-editor-block-toolbar > .block-editor-block-toolbar__slot > .components-dropdown > .components-dropdown .components-button, .block-editor-block-toolbar .block-editor-block-toolbar__slot .components-toolbar-group > .components-button, .block-editor-block-toolbar .block-editor-block-toolbar__slot .components-toolbar-group > div > .components-button, .block-editor-block-toolbar .block-editor-block-toolbar__slot .components-toolbar-group > .components-dropdown .components-button { min-width: 36px; padding-left: 6px; padding-right: 6px; }
|
| 2220 |
|
| 2221 |
+
.block-editor-block-toolbar > .components-toolbar > .block-editor-block-toolbar__slot > .components-button svg, .block-editor-block-toolbar > .components-toolbar > .block-editor-block-toolbar__slot > div > .components-button svg, .block-editor-block-toolbar > .components-toolbar > .block-editor-block-toolbar__slot > .components-dropdown .components-button svg, .block-editor-block-toolbar > .components-toolbar-group > .block-editor-block-toolbar__slot > .components-button svg, .block-editor-block-toolbar > .components-toolbar-group > .block-editor-block-toolbar__slot > div > .components-button svg, .block-editor-block-toolbar > .components-toolbar-group > .block-editor-block-toolbar__slot > .components-dropdown .components-button svg, .block-editor-block-toolbar > .block-editor-block-toolbar__slot > .components-toolbar > .components-button svg, .block-editor-block-toolbar > .block-editor-block-toolbar__slot > .components-toolbar > div > .components-button svg, .block-editor-block-toolbar > .block-editor-block-toolbar__slot > .components-toolbar > .components-dropdown .components-button svg, .block-editor-block-toolbar > .block-editor-block-toolbar__slot > .components-dropdown > .components-button svg, .block-editor-block-toolbar > .block-editor-block-toolbar__slot > .components-dropdown > div > .components-button svg, .block-editor-block-toolbar > .block-editor-block-toolbar__slot > .components-dropdown > .components-dropdown .components-button svg, .block-editor-block-toolbar .block-editor-block-toolbar__slot .components-toolbar-group > .components-button svg, .block-editor-block-toolbar .block-editor-block-toolbar__slot .components-toolbar-group > div > .components-button svg, .block-editor-block-toolbar .block-editor-block-toolbar__slot .components-toolbar-group > .components-dropdown .components-button svg { min-width: 24px; }
|
| 2222 |
|
| 2223 |
+
.block-editor-block-toolbar > .components-toolbar > .block-editor-block-toolbar__slot > .components-button::before, .block-editor-block-toolbar > .components-toolbar > .block-editor-block-toolbar__slot > div > .components-button::before, .block-editor-block-toolbar > .components-toolbar > .block-editor-block-toolbar__slot > .components-dropdown .components-button::before, .block-editor-block-toolbar > .components-toolbar-group > .block-editor-block-toolbar__slot > .components-button::before, .block-editor-block-toolbar > .components-toolbar-group > .block-editor-block-toolbar__slot > div > .components-button::before, .block-editor-block-toolbar > .components-toolbar-group > .block-editor-block-toolbar__slot > .components-dropdown .components-button::before, .block-editor-block-toolbar > .block-editor-block-toolbar__slot > .components-toolbar > .components-button::before, .block-editor-block-toolbar > .block-editor-block-toolbar__slot > .components-toolbar > div > .components-button::before, .block-editor-block-toolbar > .block-editor-block-toolbar__slot > .components-toolbar > .components-dropdown .components-button::before, .block-editor-block-toolbar > .block-editor-block-toolbar__slot > .components-dropdown > .components-button::before, .block-editor-block-toolbar > .block-editor-block-toolbar__slot > .components-dropdown > div > .components-button::before, .block-editor-block-toolbar > .block-editor-block-toolbar__slot > .components-dropdown > .components-dropdown .components-button::before, .block-editor-block-toolbar .block-editor-block-toolbar__slot .components-toolbar-group > .components-button::before, .block-editor-block-toolbar .block-editor-block-toolbar__slot .components-toolbar-group > div > .components-button::before, .block-editor-block-toolbar .block-editor-block-toolbar__slot .components-toolbar-group > .components-dropdown .components-button::before { left: 2px; right: 2px; }
|
| 2224 |
|
| 2225 |
+
.block-editor-block-toolbar > .components-toolbar > .block-editor-block-toolbar__slot > .components-button:last-child, .block-editor-block-toolbar > .components-toolbar > .block-editor-block-toolbar__slot > div:last-child > .components-button, .block-editor-block-toolbar > .components-toolbar > .block-editor-block-toolbar__slot > .components-dropdown:last-child .components-button, .block-editor-block-toolbar > .components-toolbar-group > .block-editor-block-toolbar__slot > .components-button:last-child, .block-editor-block-toolbar > .components-toolbar-group > .block-editor-block-toolbar__slot > div:last-child > .components-button, .block-editor-block-toolbar > .components-toolbar-group > .block-editor-block-toolbar__slot > .components-dropdown:last-child .components-button, .block-editor-block-toolbar > .block-editor-block-toolbar__slot > .components-toolbar > .components-button:last-child, .block-editor-block-toolbar > .block-editor-block-toolbar__slot > .components-toolbar > div:last-child > .components-button, .block-editor-block-toolbar > .block-editor-block-toolbar__slot > .components-toolbar > .components-dropdown:last-child .components-button, .block-editor-block-toolbar > .block-editor-block-toolbar__slot > .components-dropdown > .components-button:last-child, .block-editor-block-toolbar > .block-editor-block-toolbar__slot > .components-dropdown > div:last-child > .components-button, .block-editor-block-toolbar > .block-editor-block-toolbar__slot > .components-dropdown > .components-dropdown:last-child .components-button, .block-editor-block-toolbar .block-editor-block-toolbar__slot .components-toolbar-group > .components-button:last-child, .block-editor-block-toolbar .block-editor-block-toolbar__slot .components-toolbar-group > div:last-child > .components-button, .block-editor-block-toolbar .block-editor-block-toolbar__slot .components-toolbar-group > .components-dropdown:last-child .components-button { min-width: 42px; padding-left: 6px; padding-right: 11px; }
|
| 2226 |
|
| 2227 |
+
.block-editor-block-toolbar > .components-toolbar > .block-editor-block-toolbar__slot > .components-button:last-child::before, .block-editor-block-toolbar > .components-toolbar > .block-editor-block-toolbar__slot > div:last-child > .components-button::before, .block-editor-block-toolbar > .components-toolbar > .block-editor-block-toolbar__slot > .components-dropdown:last-child .components-button::before, .block-editor-block-toolbar > .components-toolbar-group > .block-editor-block-toolbar__slot > .components-button:last-child::before, .block-editor-block-toolbar > .components-toolbar-group > .block-editor-block-toolbar__slot > div:last-child > .components-button::before, .block-editor-block-toolbar > .components-toolbar-group > .block-editor-block-toolbar__slot > .components-dropdown:last-child .components-button::before, .block-editor-block-toolbar > .block-editor-block-toolbar__slot > .components-toolbar > .components-button:last-child::before, .block-editor-block-toolbar > .block-editor-block-toolbar__slot > .components-toolbar > div:last-child > .components-button::before, .block-editor-block-toolbar > .block-editor-block-toolbar__slot > .components-toolbar > .components-dropdown:last-child .components-button::before, .block-editor-block-toolbar > .block-editor-block-toolbar__slot > .components-dropdown > .components-button:last-child::before, .block-editor-block-toolbar > .block-editor-block-toolbar__slot > .components-dropdown > div:last-child > .components-button::before, .block-editor-block-toolbar > .block-editor-block-toolbar__slot > .components-dropdown > .components-dropdown:last-child .components-button::before, .block-editor-block-toolbar .block-editor-block-toolbar__slot .components-toolbar-group > .components-button:last-child::before, .block-editor-block-toolbar .block-editor-block-toolbar__slot .components-toolbar-group > div:last-child > .components-button::before, .block-editor-block-toolbar .block-editor-block-toolbar__slot .components-toolbar-group > .components-dropdown:last-child .components-button::before { left: 2px; right: 8px; }
|
| 2228 |
|
| 2229 |
.components-tooltip.components-popover { z-index: 1000002; }
|
| 2230 |
|
| 2236 |
|
| 2237 |
.components-tooltip__shortcut { display: inline-block; margin-left: 8px; }
|
| 2238 |
|
| 2239 |
+
.disabled-element-wrapper { position: relative; }
|
| 2240 |
+
|
| 2241 |
+
.disabled-element-wrapper .event-catcher { z-index: 100002; position: absolute; width: 100%; height: 100%; top: 0; left: 0; bottom: 0; right: 0; }
|
| 2242 |
+
|
| 2243 |
.components-visually-hidden { border: 0; clip: rect(1px, 1px, 1px, 1px); -webkit-clip-path: inset(50%); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; word-wrap: normal !important; }
|
| 2244 |
|
| 2245 |
.components-visually-hidden:focus { background-color: #ddd; clip: auto !important; -webkit-clip-path: none; clip-path: none; color: #444; display: block; font-size: 1em; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; }
|
| 2246 |
|
| 2247 |
/** Colors */
|
| 2248 |
/** Breakpoints & Media Queries */
|
| 2249 |
+
/** SCSS Variables. Please use variables from this sheet to ensure consistency across the UI. Don't add to this sheet unless you're pretty sure the value will be reused in many places. For example, don't add rules to this sheet that affect block visuals. It's purely for UI. */
|
| 2250 |
/** Colors */
|
| 2251 |
/** Fonts & basic variables. */
|
| 2252 |
/** Grid System. https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/ */
|
| 2264 |
/** Allows users to opt-out of animations via OS-level preferences. */
|
| 2265 |
/** Reset default styles for JavaScript UI based pages. This is a WP-admin agnostic reset */
|
| 2266 |
/** Reset the WP Admin page styles for Gutenberg-like pages. */
|
| 2267 |
+
:root { --wp-admin-theme-color: #007cba; --wp-admin-theme-color-darker-10: #006ba1; --wp-admin-theme-color-darker-20: #005a87; --wp-admin-border-width-focus: 2px; }
|
| 2268 |
+
|
| 2269 |
+
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { :root { --wp-admin-border-width-focus: 1.5px; } }
|
| 2270 |
|
| 2271 |
.components-panel__header.interface-complementary-area-header__small { background: #fff; padding-right: 4px; }
|
| 2272 |
|
| 2282 |
|
| 2283 |
@media (min-width: 782px) { .interface-complementary-area-header .components-button.has-icon { display: flex; } }
|
| 2284 |
|
| 2285 |
+
.interface-complementary-area { background: #fff; color: #1e1e1e; }
|
| 2286 |
|
| 2287 |
+
@media (min-width: 600px) { .interface-complementary-area { -webkit-overflow-scrolling: touch; } }
|
| 2288 |
|
| 2289 |
@media (min-width: 782px) { .interface-complementary-area { width: 280px; } }
|
| 2290 |
|
| 2291 |
+
.interface-complementary-area .components-panel { border: none; position: relative; z-index: 0; }
|
| 2292 |
|
| 2293 |
+
.interface-complementary-area .components-panel__header { position: sticky; top: 0; z-index: 1; }
|
| 2294 |
|
| 2295 |
+
.interface-complementary-area .components-panel__header.edit-post-sidebar__panel-tabs { top: 48px; }
|
| 2296 |
|
| 2297 |
+
@media (min-width: 782px) { .interface-complementary-area .components-panel__header.edit-post-sidebar__panel-tabs { top: 0; } }
|
| 2298 |
|
| 2299 |
.interface-complementary-area p { margin-top: 0; }
|
| 2300 |
|
| 2321 |
@media (min-width: 783px) { .interface-interface-skeleton { top: 32px; }
|
| 2322 |
.is-fullscreen-mode .interface-interface-skeleton { top: 0; } }
|
| 2323 |
|
| 2324 |
+
.interface-interface-skeleton__editor { display: flex; flex-direction: column; flex: 0 1 100%; overflow: hidden; }
|
| 2325 |
|
| 2326 |
.interface-interface-skeleton { /* Set left position when auto-fold is not on the body element. */ left: 0; }
|
| 2327 |
|
| 2338 |
|
| 2339 |
@media (min-width: 783px) { .folded .interface-interface-skeleton { left: 36px; } }
|
| 2340 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2341 |
body.is-fullscreen-mode .interface-interface-skeleton { left: 0 !important; }
|
| 2342 |
|
| 2343 |
.interface-interface-skeleton__body { flex-grow: 1; display: flex; overflow: auto; overscroll-behavior-y: none; }
|
| 2344 |
|
| 2345 |
+
@media (min-width: 782px) { .has-footer .interface-interface-skeleton__body { padding-bottom: 25px; } }
|
| 2346 |
|
| 2347 |
.interface-interface-skeleton__content { flex-grow: 1; display: flex; flex-direction: column; overflow: auto; }
|
| 2348 |
|
| 2350 |
|
| 2351 |
@media (min-width: 782px) { .interface-interface-skeleton__secondary-sidebar, .interface-interface-skeleton__sidebar { position: relative !important; z-index: 90; width: auto; } }
|
| 2352 |
|
| 2353 |
+
.interface-interface-skeleton__sidebar { overflow: auto; }
|
| 2354 |
|
| 2355 |
+
@media (min-width: 782px) { .interface-interface-skeleton__sidebar { border-left: 1px solid #e0e0e0; } }
|
| 2356 |
|
| 2357 |
+
@media (min-width: 782px) { .interface-interface-skeleton__secondary-sidebar { border-right: 1px solid #e0e0e0; } }
|
| 2358 |
|
| 2359 |
+
.interface-interface-skeleton__header { flex-shrink: 0; height: auto; border-bottom: 1px solid #e0e0e0; z-index: 30; color: #1e1e1e; }
|
| 2360 |
|
| 2361 |
.interface-interface-skeleton__footer { height: auto; flex-shrink: 0; border-top: 1px solid #e0e0e0; color: #1e1e1e; position: absolute; bottom: 0; left: 0; width: 100%; background-color: #fff; z-index: 90; display: none; }
|
| 2362 |
|
| 2370 |
|
| 2371 |
.interface-pinned-items { display: flex; }
|
| 2372 |
|
| 2373 |
+
.interface-pinned-items .components-button:not(:first-child) { display: none; }
|
| 2374 |
+
|
| 2375 |
+
@media (min-width: 600px) { .interface-pinned-items .components-button:not(:first-child) { display: flex; } }
|
| 2376 |
+
|
| 2377 |
.interface-pinned-items .components-button { margin-left: 4px; }
|
| 2378 |
|
| 2379 |
.interface-pinned-items .components-button svg { max-width: 24px; max-height: 24px; }
|
| 2422 |
|
| 2423 |
.show-icon-labels.interface-pinned-items .is-tertiary:active, .show-icon-labels .edit-post-header .is-tertiary:active, .edit-post-header__dropdown .is-tertiary:active { box-shadow: 0 0 0 1.5px #007cba; box-shadow: 0 0 0 1.5px var(--wp-admin-theme-color); background-color: transparent; }
|
| 2424 |
|
| 2425 |
+
.show-icon-labels.interface-pinned-items .edit-post-fullscreen-mode-close.has-icon svg, .show-icon-labels.interface-pinned-items .components-button.has-icon.button-toggle svg, .show-icon-labels .edit-post-header .edit-post-fullscreen-mode-close.has-icon svg, .show-icon-labels .edit-post-header .components-button.has-icon.button-toggle svg, .edit-post-header__dropdown .edit-post-fullscreen-mode-close.has-icon svg, .edit-post-header__dropdown .components-button.has-icon.button-toggle svg { display: block; }
|
| 2426 |
|
| 2427 |
+
.show-icon-labels.interface-pinned-items .edit-post-fullscreen-mode-close.has-icon::after, .show-icon-labels.interface-pinned-items .components-button.has-icon.button-toggle::after, .show-icon-labels .edit-post-header .edit-post-fullscreen-mode-close.has-icon::after, .show-icon-labels .edit-post-header .components-button.has-icon.button-toggle::after, .edit-post-header__dropdown .edit-post-fullscreen-mode-close.has-icon::after, .edit-post-header__dropdown .components-button.has-icon.button-toggle::after { content: none; }
|
| 2428 |
|
| 2429 |
.show-icon-labels.interface-pinned-items .edit-post-fullscreen-mode-close.has-icon, .show-icon-labels .edit-post-header .edit-post-fullscreen-mode-close.has-icon, .edit-post-header__dropdown .edit-post-fullscreen-mode-close.has-icon { width: 60px; }
|
| 2430 |
|
| 2458 |
|
| 2459 |
.edit-post-fullscreen-mode-close.has-icon { display: none; }
|
| 2460 |
|
| 2461 |
+
@media (min-width: 782px) { .edit-post-fullscreen-mode-close.has-icon { display: flex; align-items: center; -ms-grid-row-align: stretch; align-self: stretch; border: none; background: #23282e; color: #fff; border-radius: 0; height: 60px; width: 60px; position: relative; }
|
|
|
|
| 2462 |
.edit-post-fullscreen-mode-close.has-icon:active { color: #fff; }
|
| 2463 |
+
.edit-post-fullscreen-mode-close.has-icon:focus { box-shadow: none; }
|
| 2464 |
+
.edit-post-fullscreen-mode-close.has-icon::before { transition: box-shadow 0.1s ease; content: ""; display: block; position: absolute; top: 9px; right: 9px; bottom: 9px; left: 9px; border-radius: 4px; box-shadow: inset 0 0 0 2px #23282e; box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) #23282e; } }
|
| 2465 |
+
|
| 2466 |
+
@media (min-width: 782px) and (prefers-reduced-motion: reduce) { .edit-post-fullscreen-mode-close.has-icon::before { transition-duration: 0s; transition-delay: 0s; } }
|
| 2467 |
|
| 2468 |
+
@media (min-width: 782px) { .edit-post-fullscreen-mode-close.has-icon:hover::before { box-shadow: inset 0 0 0 2px #757575; box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) #757575; } }
|
| 2469 |
+
|
| 2470 |
+
@media (min-width: 782px) { .edit-post-fullscreen-mode-close.has-icon:focus::before { box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.1), inset 0 0 0 2px #007cba; box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) rgba(255, 255, 255, 0.1), inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); } }
|
| 2471 |
+
|
| 2472 |
+
.edit-post-fullscreen-mode-close_site-icon { width: 36px; border-radius: 2px; }
|
| 2473 |
|
| 2474 |
.edit-post-header-toolbar { display: inline-flex; flex-grow: 1; align-items: center; border: none; }
|
| 2475 |
|
| 2479 |
|
| 2480 |
.edit-post-header-toolbar .edit-post-header-toolbar__left > .edit-post-header-toolbar__inserter-toggle { display: inline-flex; }
|
| 2481 |
|
| 2482 |
+
.edit-post-header-toolbar .edit-post-header-toolbar__left > .edit-post-header-toolbar__inserter-toggle svg { transition: transform cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s; }
|
| 2483 |
+
|
| 2484 |
+
@media (prefers-reduced-motion: reduce) { .edit-post-header-toolbar .edit-post-header-toolbar__left > .edit-post-header-toolbar__inserter-toggle svg { transition-duration: 0s; transition-delay: 0s; } }
|
| 2485 |
+
|
| 2486 |
+
.edit-post-header-toolbar .edit-post-header-toolbar__left > .edit-post-header-toolbar__inserter-toggle.is-pressed svg { transform: rotate(45deg); }
|
| 2487 |
+
|
| 2488 |
.edit-post-header-toolbar .block-editor-block-navigation { display: none; }
|
| 2489 |
|
| 2490 |
@media (min-width: 600px) { .edit-post-header-toolbar .block-editor-block-navigation { display: flex; } }
|
| 2493 |
|
| 2494 |
.edit-post-header-toolbar .edit-post-header-toolbar__left > .components-button.has-icon.is-pressed, .edit-post-header-toolbar .edit-post-header-toolbar__left > .components-dropdown > .components-button.has-icon.is-pressed { background: #1e1e1e; }
|
| 2495 |
|
| 2496 |
+
.edit-post-header-toolbar .edit-post-header-toolbar__left > .components-button.has-icon:focus:not(:disabled), .edit-post-header-toolbar .edit-post-header-toolbar__left > .components-dropdown > .components-button.has-icon:focus:not(:disabled) { box-shadow: 0 0 0 2px #007cba, inset 0 0 0 1px #fff; box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color), inset 0 0 0 1px #fff; outline: 1px solid transparent; }
|
| 2497 |
|
| 2498 |
.edit-post-header-toolbar .edit-post-header-toolbar__left > .components-button.has-icon::before, .edit-post-header-toolbar .edit-post-header-toolbar__left > .components-dropdown > .components-button.has-icon::before { display: none; }
|
| 2499 |
|
| 2500 |
@media (min-width: 600px) { .edit-post-header.has-reduced-ui .edit-post-header-toolbar__left > * + .components-button, .edit-post-header.has-reduced-ui .edit-post-header-toolbar__left > * + .components-dropdown > [aria-expanded=false] { transition: opacity 0.1s linear; } }
|
| 2501 |
|
| 2502 |
+
@media (min-width: 600px) and (prefers-reduced-motion: reduce) { .edit-post-header.has-reduced-ui .edit-post-header-toolbar__left > * + .components-button, .edit-post-header.has-reduced-ui .edit-post-header-toolbar__left > * + .components-dropdown > [aria-expanded=false] { transition-duration: 0s; transition-delay: 0s; } }
|
| 2503 |
|
| 2504 |
@media (min-width: 600px) { .edit-post-header.has-reduced-ui:not(:hover) .edit-post-header-toolbar__left > * + .components-button, .edit-post-header.has-reduced-ui:not(:hover) .edit-post-header-toolbar__left > * + .components-dropdown > [aria-expanded=false] { opacity: 0; } }
|
| 2505 |
|
| 2601 |
|
| 2602 |
@media (min-width: 783px) { .folded .edit-post-layout .components-editor-notices__snackbar { left: 36px; } }
|
| 2603 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2604 |
body.is-fullscreen-mode .edit-post-layout .components-editor-notices__snackbar { left: 0 !important; }
|
| 2605 |
|
| 2606 |
.edit-post-layout .editor-post-publish-panel { position: fixed; z-index: 100001; top: 46px; bottom: 0; right: 0; left: 0; overflow: auto; }
|
| 2607 |
|
| 2608 |
@media (min-width: 782px) { .edit-post-layout .editor-post-publish-panel { z-index: 99998; top: 32px; left: auto; width: 281px; border-left: 1px solid #ddd; transform: translateX(100%); -webkit-animation: edit-post-post-publish-panel__slide-in-animation 0.1s forwards; animation: edit-post-post-publish-panel__slide-in-animation 0.1s forwards; } }
|
| 2609 |
|
| 2610 |
+
@media (min-width: 782px) and (prefers-reduced-motion: reduce) { .edit-post-layout .editor-post-publish-panel { -webkit-animation-duration: 1ms; animation-duration: 1ms; -webkit-animation-delay: 0s; animation-delay: 0s; } }
|
| 2611 |
|
| 2612 |
@media (min-width: 782px) { body.is-fullscreen-mode .edit-post-layout .editor-post-publish-panel { top: 0; } }
|
| 2613 |
|
| 2617 |
|
| 2618 |
@keyframes edit-post-post-publish-panel__slide-in-animation { 100% { transform: translateX(0%); } }
|
| 2619 |
|
|
|
|
|
|
|
| 2620 |
.edit-post-layout .editor-post-publish-panel__header-publish-button { justify-content: center; }
|
| 2621 |
|
| 2622 |
.edit-post-layout__toggle-publish-panel, .edit-post-layout__toogle-sidebar-panel, .edit-post-layout__toggle-entities-saved-states-panel { z-index: 100000; position: fixed !important; top: -9999em; bottom: auto; left: auto; right: 0; width: 280px; background-color: #fff; border: 1px dotted #ddd; height: auto !important; padding: 24px; display: flex; justify-content: center; }
|
| 2623 |
|
| 2624 |
.interface-interface-skeleton__actions:focus .edit-post-layout__toggle-publish-panel, .interface-interface-skeleton__actions:focus-within .edit-post-layout__toggle-publish-panel, .interface-interface-skeleton__actions:focus .edit-post-layout__toogle-sidebar-panel, .interface-interface-skeleton__actions:focus-within .edit-post-layout__toogle-sidebar-panel, .interface-interface-skeleton__actions:focus .edit-post-layout__toggle-entities-saved-states-panel, .interface-interface-skeleton__actions:focus-within .edit-post-layout__toggle-entities-saved-states-panel { top: auto; bottom: 0; }
|
| 2625 |
|
| 2626 |
+
.edit-post-layout .interface-interface-skeleton__content { background-color: #bbb; }
|
| 2627 |
|
| 2628 |
.edit-post-layout__inserter-panel { height: 100%; display: flex; flex-direction: column; }
|
| 2629 |
|
| 2679 |
|
| 2680 |
.edit-post-manage-blocks-modal__checklist-item .block-editor-block-icon { margin-right: 10px; fill: #1e1e1e; }
|
| 2681 |
|
| 2682 |
+
.edit-post-manage-blocks-modal__results { height: 100%; overflow: auto; margin-left: -32px; margin-right: -32px; padding-left: 32px; padding-right: 32px; border-top: 1px solid #ddd; }
|
| 2683 |
|
| 2684 |
.edit-post-meta-boxes-area { position: relative; /** The wordpress default for most meta-box elements is content-box. Some elements such as textarea and input are set to border-box in forms.css. These elements therefore specifically set back to border-box here, while other elements (such as .button) are unaffected by Gutenberg's style because of their higher specificity. */ /* Match width and positioning of the meta boxes. Override default styles. */ /* Override Default meta box stylings */ }
|
| 2685 |
|
| 2711 |
|
| 2712 |
.edit-post-meta-boxes-area__clear { clear: both; }
|
| 2713 |
|
| 2714 |
+
.edit-post-preferences-modal { min-width: 360px; width: 100%; }
|
| 2715 |
+
|
| 2716 |
+
@media (min-width: 782px) { .edit-post-preferences-modal { width: auto; } }
|
| 2717 |
+
|
| 2718 |
+
@media (min-width: 600px) { .edit-post-preferences-modal { height: calc(100% - 60px - 60px); } }
|
| 2719 |
+
|
| 2720 |
+
.edit-post-preferences-modal .components-navigation { background-color: #fff; margin: -8px; padding: 8px; }
|
| 2721 |
+
|
| 2722 |
+
.edit-post-preferences-modal .components-navigation .components-navigation__menu { margin: 0; color: #1e1e1e; }
|
| 2723 |
+
|
| 2724 |
+
.edit-post-preferences-modal .components-navigation .components-navigation__menu .components-navigation__item { color: #1e1e1e; }
|
| 2725 |
+
|
| 2726 |
+
.edit-post-preferences-modal .components-navigation .components-navigation__menu .components-navigation__item > button { color: inherit; padding: 3px 16px; height: 48px; }
|
| 2727 |
+
|
| 2728 |
+
.edit-post-preferences-modal .components-navigation .components-navigation__menu .components-navigation__item > button:focus { background: #f0f0f0; font-weight: 500; }
|
| 2729 |
+
|
| 2730 |
+
.edit-post-preferences-modal .components-navigation .components-navigation__menu .components-navigation__item > button:hover { color: #007cba; color: var(--wp-admin-theme-color); }
|
| 2731 |
+
|
| 2732 |
+
.edit-post-preferences-modal .components-navigation .components-navigation__menu .components-navigation__item .components-toggle-control__label { color: inherit; }
|
| 2733 |
+
|
| 2734 |
+
.edit-post-preferences-modal .components-navigation .components-navigation__menu .components-navigation__menu-title-heading { color: inherit; border-bottom: 1px solid #ddd; padding-left: 0; padding-right: 0; }
|
| 2735 |
+
|
| 2736 |
+
.edit-post-preferences-modal .components-navigation .components-navigation__menu .components-navigation__back-button { color: inherit; padding-left: 0; }
|
| 2737 |
+
|
| 2738 |
+
.edit-post-preferences-modal .components-navigation .components-navigation__menu .components-navigation__back-button:hover { color: #007cba; color: var(--wp-admin-theme-color); }
|
| 2739 |
+
|
| 2740 |
+
.edit-post-preferences-modal .components-navigation .components-navigation__menu .edit-post-preferences-modal__custom-fields-confirmation-button { width: auto; }
|
| 2741 |
+
|
| 2742 |
+
.edit-post-preferences-modal .edit-post-preferences__tabs { display: flex; flex-direction: row; }
|
| 2743 |
+
|
| 2744 |
+
.edit-post-preferences-modal .edit-post-preferences__tabs .components-tab-panel__tabs { width: 160px; }
|
| 2745 |
+
|
| 2746 |
+
.edit-post-preferences-modal .edit-post-preferences__tabs .components-tab-panel__tabs .components-tab-panel__tabs-item { border-radius: 2px; font-weight: 400; }
|
| 2747 |
+
|
| 2748 |
+
.edit-post-preferences-modal .edit-post-preferences__tabs .components-tab-panel__tabs .components-tab-panel__tabs-item.is-active { background: #f0f0f0; box-shadow: none; font-weight: 500; }
|
| 2749 |
+
|
| 2750 |
+
.edit-post-preferences-modal .edit-post-preferences__tabs .components-tab-panel__tabs .components-tab-panel__tabs-item:focus:not(:disabled) { box-shadow: inset 0 0 0 2px #007cba; box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); }
|
| 2751 |
+
|
| 2752 |
+
.edit-post-preferences-modal .edit-post-preferences__tabs .components-tab-panel__tab-content { width: 500px; padding-left: 24px; }
|
| 2753 |
+
|
| 2754 |
.edit-post-preferences-modal__section { margin: 0 0 2.5rem 0; }
|
| 2755 |
|
| 2756 |
.edit-post-preferences-modal__section-title { font-size: 0.9rem; font-weight: 600; }
|
| 2757 |
|
| 2758 |
+
.edit-post-preferences-modal__option .components-base-control .components-base-control__field { align-items: center; display: flex; margin-bottom: 0; }
|
| 2759 |
|
| 2760 |
+
.edit-post-preferences-modal__option .components-base-control .components-base-control__field > label { flex-grow: 1; padding: 0.6rem 0 0.6rem 10px; }
|
| 2761 |
|
| 2762 |
.edit-post-preferences-modal__custom-fields-confirmation-message, .edit-post-preferences-modal__custom-fields-confirmation-button { margin: 0 0 0.6rem 48px; }
|
| 2763 |
|
| 2765 |
|
| 2766 |
@media (min-width: 600px) { .edit-post-preferences-modal__custom-fields-confirmation-message, .edit-post-preferences-modal__custom-fields-confirmation-button { max-width: 300px; } }
|
| 2767 |
|
| 2768 |
+
.edit-post-preferences-modal .components-base-control__help { margin: -8px 0 8px 58px; font-size: 12px; font-style: normal; color: #757575; }
|
| 2769 |
|
| 2770 |
.edit-post-preferences-modal .edit-post-preferences-modal__section-description { margin: -8px 0 8px 0; font-size: 12px; font-style: normal; color: #757575; }
|
| 2771 |
|
| 2833 |
|
| 2834 |
.components-button.edit-post-sidebar__panel-tab::after { content: attr(data-label); display: block; font-weight: 600; height: 0; overflow: hidden; speak: none; visibility: hidden; }
|
| 2835 |
|
| 2836 |
+
.components-button.edit-post-sidebar__panel-tab.is-active { box-shadow: inset 0 0 0 2px transparent, inset 0 -4px 0 0 #007cba; box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) transparent, inset 0 -4px 0 0 var(--wp-admin-theme-color); position: relative; z-index: 1; }
|
| 2837 |
|
| 2838 |
.components-button.edit-post-sidebar__panel-tab.is-active::before { content: ""; position: absolute; top: 0; bottom: 1px; right: 0; left: 0; border-bottom: 4px solid transparent; }
|
| 2839 |
|
| 2840 |
+
.components-button.edit-post-sidebar__panel-tab:focus { box-shadow: inset 0 0 0 2px #007cba; box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); position: relative; z-index: 1; }
|
| 2841 |
|
| 2842 |
+
.components-button.edit-post-sidebar__panel-tab.is-active:focus { box-shadow: inset 0 0 0 2px #007cba, inset 0 -4px 0 0 #007cba; box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color), inset 0 -4px 0 0 var(--wp-admin-theme-color); }
|
| 2843 |
|
| 2844 |
.edit-post-text-editor { position: relative; width: 100%; background-color: #fff; flex-grow: 1; }
|
| 2845 |
|
| 2851 |
|
| 2852 |
@media (min-width: 600px) { .edit-post-text-editor .wp-block.editor-post-title .editor-post-title__input { padding: 24px; } }
|
| 2853 |
|
| 2854 |
+
.edit-post-text-editor .wp-block.editor-post-title .editor-post-title__input:focus { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0 2px #007cba; box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); }
|
| 2855 |
|
| 2856 |
@media (min-width: 600px) { .edit-post-text-editor .wp-block.editor-post-title { padding: 0; } }
|
| 2857 |
|
| 2885 |
|
| 2886 |
.edit-post-welcome-guide { width: 312px; }
|
| 2887 |
|
| 2888 |
+
.edit-post-welcome-guide__image { background: #00a0d2; height: 240px; margin: 0 0 16px; }
|
| 2889 |
|
| 2890 |
.edit-post-welcome-guide__image__prm-r { display: none; }
|
| 2891 |
|
| 2892 |
@media (prefers-reduced-motion: reduce) { .edit-post-welcome-guide__image__prm-r { display: block; }
|
| 2893 |
.edit-post-welcome-guide__image__prm-np { display: none; } }
|
| 2894 |
|
| 2895 |
+
.edit-post-welcome-guide__heading { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 24px; line-height: 1.4; margin: 16px 0 16px 0; padding: 0 32px; }
|
| 2896 |
|
| 2897 |
.edit-post-welcome-guide__text { font-size: 13px; line-height: 1.4; margin: 0 0 24px 0; padding: 0 32px; }
|
| 2898 |
|
| 2922 |
|
| 2923 |
body.block-editor-page .media-frame select.attachment-filters:last-of-type { width: auto; max-width: 100%; }
|
| 2924 |
|
| 2925 |
+
.block-editor-page #wpwrap { overflow-y: auto; }
|
| 2926 |
+
|
| 2927 |
+
@media (min-width: 782px) { .block-editor-page #wpwrap { overflow-y: initial; } }
|
| 2928 |
+
|
| 2929 |
.edit-post-header, .edit-post-visual-editor, .edit-post-text-editor, .edit-post-sidebar, .editor-post-publish-panel, .components-popover, .components-modal__frame, .edit-post-layout__inserter-panel { box-sizing: border-box; }
|
| 2930 |
|
| 2931 |
.edit-post-header *, .edit-post-header *::before, .edit-post-header *::after, .edit-post-visual-editor *, .edit-post-visual-editor *::before, .edit-post-visual-editor *::after, .edit-post-text-editor *, .edit-post-text-editor *::before, .edit-post-text-editor *::after, .edit-post-sidebar *, .edit-post-sidebar *::before, .edit-post-sidebar *::after, .editor-post-publish-panel *, .editor-post-publish-panel *::before, .editor-post-publish-panel *::after, .components-popover *, .components-popover *::before, .components-popover *::after, .components-modal__frame *, .components-modal__frame *::before, .components-modal__frame *::after, .edit-post-layout__inserter-panel *, .edit-post-layout__inserter-panel *::before, .edit-post-layout__inserter-panel *::after { box-sizing: inherit; }
|
| 2939 |
|
| 2940 |
.block-editor__container iframe { width: 100%; }
|
| 2941 |
|
| 2942 |
+
body.admin-color-light { --wp-admin-theme-color: #0085ba; --wp-admin-theme-color-darker-10: #0073a1; --wp-admin-theme-color-darker-20: #006187; --wp-admin-border-width-focus: 2px; }
|
| 2943 |
+
|
| 2944 |
+
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { body.admin-color-light { --wp-admin-border-width-focus: 1.5px; } }
|
| 2945 |
+
|
| 2946 |
+
body.admin-color-modern { --wp-admin-theme-color: #3858e9; --wp-admin-theme-color-darker-10: #2145e6; --wp-admin-theme-color-darker-20: #183ad6; --wp-admin-border-width-focus: 2px; }
|
| 2947 |
+
|
| 2948 |
+
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { body.admin-color-modern { --wp-admin-border-width-focus: 1.5px; } }
|
| 2949 |
+
|
| 2950 |
+
body.admin-color-blue { --wp-admin-theme-color: #096484; --wp-admin-theme-color-darker-10: #07526c; --wp-admin-theme-color-darker-20: #064054; --wp-admin-border-width-focus: 2px; }
|
| 2951 |
+
|
| 2952 |
+
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { body.admin-color-blue { --wp-admin-border-width-focus: 1.5px; } }
|
| 2953 |
+
|
| 2954 |
+
body.admin-color-coffee { --wp-admin-theme-color: #46403c; --wp-admin-theme-color-darker-10: #383330; --wp-admin-theme-color-darker-20: #2b2724; --wp-admin-border-width-focus: 2px; }
|
| 2955 |
+
|
| 2956 |
+
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { body.admin-color-coffee { --wp-admin-border-width-focus: 1.5px; } }
|
| 2957 |
+
|
| 2958 |
+
body.admin-color-ectoplasm { --wp-admin-theme-color: #523f6d; --wp-admin-theme-color-darker-10: #46365d; --wp-admin-theme-color-darker-20: #3a2c4d; --wp-admin-border-width-focus: 2px; }
|
| 2959 |
+
|
| 2960 |
+
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { body.admin-color-ectoplasm { --wp-admin-border-width-focus: 1.5px; } }
|
| 2961 |
+
|
| 2962 |
+
body.admin-color-midnight { --wp-admin-theme-color: #e14d43; --wp-admin-theme-color-darker-10: #dd382d; --wp-admin-theme-color-darker-20: #d02c21; --wp-admin-border-width-focus: 2px; }
|
| 2963 |
+
|
| 2964 |
+
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { body.admin-color-midnight { --wp-admin-border-width-focus: 1.5px; } }
|
| 2965 |
+
|
| 2966 |
+
body.admin-color-ocean { --wp-admin-theme-color: #627c83; --wp-admin-theme-color-darker-10: #576e74; --wp-admin-theme-color-darker-20: #4c6066; --wp-admin-border-width-focus: 2px; }
|
| 2967 |
+
|
| 2968 |
+
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { body.admin-color-ocean { --wp-admin-border-width-focus: 1.5px; } }
|
| 2969 |
+
|
| 2970 |
+
body.admin-color-sunrise { --wp-admin-theme-color: #dd823b; --wp-admin-theme-color-darker-10: #d97426; --wp-admin-theme-color-darker-20: #c36922; --wp-admin-border-width-focus: 2px; }
|
| 2971 |
+
|
| 2972 |
+
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { body.admin-color-sunrise { --wp-admin-border-width-focus: 1.5px; } }
|
| 2973 |
+
|
| 2974 |
+
/** Colors */
|
| 2975 |
+
/** Breakpoints & Media Queries */
|
| 2976 |
+
/** SCSS Variables. Please use variables from this sheet to ensure consistency across the UI. Don't add to this sheet unless you're pretty sure the value will be reused in many places. For example, don't add rules to this sheet that affect block visuals. It's purely for UI. */
|
| 2977 |
+
/** Colors */
|
| 2978 |
+
/** Fonts & basic variables. */
|
| 2979 |
+
/** Grid System. https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/ */
|
| 2980 |
+
/** Dimensions. */
|
| 2981 |
+
/** Shadows. */
|
| 2982 |
+
/** Editor widths. */
|
| 2983 |
+
/** Block & Editor UI. */
|
| 2984 |
+
/** Block paddings. */
|
| 2985 |
+
/** React Native specific. These variables do not appear to be used anywhere else. */
|
| 2986 |
+
/** Breakpoint mixins */
|
| 2987 |
+
/** Long content fade mixin Creates a fading overlay to signify that the content is longer than the space allows. */
|
| 2988 |
+
/** Focus styles. */
|
| 2989 |
+
/** Applies editor left position to the selector passed as argument */
|
| 2990 |
+
/** Styles that are reused verbatim in a few places */
|
| 2991 |
+
/** Allows users to opt-out of animations via OS-level preferences. */
|
| 2992 |
+
/** Reset default styles for JavaScript UI based pages. This is a WP-admin agnostic reset */
|
| 2993 |
+
/** Reset the WP Admin page styles for Gutenberg-like pages. */
|
| 2994 |
+
:root { --wp-admin-theme-color: #007cba; --wp-admin-theme-color-darker-10: #006ba1; --wp-admin-theme-color-darker-20: #005a87; --wp-admin-border-width-focus: 2px; }
|
| 2995 |
+
|
| 2996 |
+
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { :root { --wp-admin-border-width-focus: 1.5px; } }
|
| 2997 |
+
|
| 2998 |
+
.editor-styles-wrapper .wp-block { margin-left: auto; margin-right: auto; }
|
| 2999 |
+
|
| 3000 |
+
.wp-block { max-width: 840px; margin-top: 28px; margin-bottom: 28px; }
|
| 3001 |
|
| 3002 |
.wp-block[data-align=wide] { max-width: 1100px; }
|
| 3003 |
|
| 3004 |
.wp-block[data-align=full] { max-width: none; }
|
| 3005 |
|
| 3006 |
+
.wp-block[data-align=left], .wp-block[data-align=right] { width: 100%; height: 0; }
|
| 3007 |
|
| 3008 |
+
.wp-block[data-align=left]::before, .wp-block[data-align=right]::before { content: none; }
|
| 3009 |
|
| 3010 |
+
.wp-block[data-align=left] > * { /*!rtl:begin:ignore*/ float: left; margin-right: 2em; /*!rtl:end:ignore*/ }
|
| 3011 |
+
|
| 3012 |
+
.wp-block[data-align=right] > * { /*!rtl:begin:ignore*/ float: right; margin-left: 2em; /*!rtl:end:ignore*/ }
|
| 3013 |
|
| 3014 |
+
.wp-block[data-align=full], .wp-block[data-align=wide] { clear: both; }
|
| 3015 |
|
| 3016 |
+
.wp-block-group > [data-align=full] { margin-left: auto; margin-right: auto; }
|
| 3017 |
+
|
| 3018 |
+
.wp-block-group.has-background > [data-align=full] { margin-left: -30px; width: calc(100% + 60px); }
|
| 3019 |
+
|
| 3020 |
+
/** Group: Full Width Alignment */
|
| 3021 |
+
[data-align=full] .wp-block-group > .wp-block { padding-left: 14px; padding-right: 14px; }
|
| 3022 |
|
| 3023 |
+
@media (min-width: 600px) { [data-align=full] .wp-block-group > .wp-block { padding-left: 0; padding-right: 0; } }
|
| 3024 |
|
| 3025 |
+
[data-align=full] .wp-block-group > [data-align=full] { padding-right: 0; padding-left: 0; left: 0; width: 100%; max-width: none; }
|
| 3026 |
|
| 3027 |
+
[data-align=full] .wp-block-group.has-background > [data-align=full] { width: calc(100% + 60px); }
|
| 3028 |
|
| 3029 |
/** Colors */
|
| 3030 |
/** Breakpoints & Media Queries */
|
| 3031 |
+
/** SCSS Variables. Please use variables from this sheet to ensure consistency across the UI. Don't add to this sheet unless you're pretty sure the value will be reused in many places. For example, don't add rules to this sheet that affect block visuals. It's purely for UI. */
|
| 3032 |
/** Colors */
|
| 3033 |
/** Fonts & basic variables. */
|
| 3034 |
/** Grid System. https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/ */
|
| 3046 |
/** Allows users to opt-out of animations via OS-level preferences. */
|
| 3047 |
/** Reset default styles for JavaScript UI based pages. This is a WP-admin agnostic reset */
|
| 3048 |
/** Reset the WP Admin page styles for Gutenberg-like pages. */
|
| 3049 |
+
:root { --wp-admin-theme-color: #007cba; --wp-admin-theme-color-darker-10: #006ba1; --wp-admin-theme-color-darker-20: #005a87; --wp-admin-border-width-focus: 2px; }
|
| 3050 |
+
|
| 3051 |
+
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { :root { --wp-admin-border-width-focus: 1.5px; } }
|
| 3052 |
|
| 3053 |
#start-resizable-editor-section { display: none; }
|
| 3054 |
|
| 3056 |
|
| 3057 |
.block-editor-autocompleters__block .block-editor-block-icon { margin-right: 8px; }
|
| 3058 |
|
| 3059 |
+
.block-editor-block-alignment-matrix-control__popover .components-popover__content { min-width: 0; width: auto; }
|
| 3060 |
|
| 3061 |
+
.block-editor-block-alignment-matrix-control__popover .components-popover__content > div { padding: 8px; }
|
| 3062 |
|
| 3063 |
.block-editor-block-icon { display: flex; align-items: center; justify-content: center; width: 24px; height: 24px; }
|
| 3064 |
|
| 3066 |
|
| 3067 |
.block-editor-block-icon svg { min-width: 20px; min-height: 20px; max-width: 24px; max-height: 24px; }
|
| 3068 |
|
| 3069 |
+
.block-editor-block-inspector p { margin-top: 0; }
|
| 3070 |
+
|
| 3071 |
+
.block-editor-block-inspector h2, .block-editor-block-inspector h3 { font-size: 13px; color: #1e1e1e; margin-bottom: 1.5em; }
|
| 3072 |
+
|
| 3073 |
.block-editor-block-inspector .components-base-control { margin-bottom: 24px; }
|
| 3074 |
|
| 3075 |
.block-editor-block-inspector .components-base-control:last-child { margin-bottom: 8px; }
|
| 3083 |
.block-editor-block-styles .block-editor-block-list__block { margin: 0; }
|
| 3084 |
|
| 3085 |
/** Notices & Block Selected/Hover Styles. */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3086 |
/** Cross-Block Selection */
|
| 3087 |
.block-editor-block-list__layout { position: relative; }
|
| 3088 |
|
| 3089 |
+
.block-editor-block-list__layout.is-navigate-mode { cursor: default; }
|
| 3090 |
|
| 3091 |
+
.block-editor-block-list__layout.is-navigate-mode .block-editor-block-list__block.is-selected::after, .block-editor-block-list__layout.is-navigate-mode .block-editor-block-list__block.is-hovered::after, .block-editor-block-list__layout .block-editor-block-list__block.is-highlighted::after, .block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected::after { position: absolute; z-index: 1; pointer-events: none; content: ""; top: 1px; bottom: 1px; left: 1px; right: 1px; box-shadow: 0 0 0 1px #007cba; box-shadow: 0 0 0 1px var(--wp-admin-theme-color); border-radius: 1px; outline: 2px solid transparent; }
|
| 3092 |
|
| 3093 |
+
.is-dark-theme .block-editor-block-list__layout.is-navigate-mode .block-editor-block-list__block.is-selected::after, .is-dark-theme .block-editor-block-list__layout.is-navigate-mode .block-editor-block-list__block.is-hovered::after, .is-dark-theme .block-editor-block-list__layout .block-editor-block-list__block.is-highlighted::after, .is-dark-theme .block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected::after { box-shadow: 0 0 0 1px #fff; }
|
| 3094 |
|
| 3095 |
+
.block-editor-block-list__layout.is-navigate-mode .block-editor-block-list__block.is-selected .components-placeholder ::-moz-selection, .block-editor-block-list__layout.is-navigate-mode .block-editor-block-list__block.is-hovered .components-placeholder ::-moz-selection, .block-editor-block-list__layout .block-editor-block-list__block.is-highlighted .components-placeholder ::-moz-selection, .block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected .components-placeholder ::-moz-selection { background: transparent; }
|
| 3096 |
|
| 3097 |
+
.block-editor-block-list__layout.is-navigate-mode .block-editor-block-list__block.is-selected .components-placeholder ::selection, .block-editor-block-list__layout.is-navigate-mode .block-editor-block-list__block.is-hovered .components-placeholder ::selection, .block-editor-block-list__layout .block-editor-block-list__block.is-highlighted .components-placeholder ::selection, .block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected .components-placeholder ::selection { background: transparent; }
|
| 3098 |
|
| 3099 |
+
.block-editor-block-list__layout.is-navigate-mode .block-editor-block-list__block.is-hovered:not(.is-selected)::after { box-shadow: 0 0 0 1px #949494; }
|
| 3100 |
+
|
| 3101 |
+
.block-editor-block-list__layout .block-editor-block-list__block.is-highlighted::after, .block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected::after, .block-editor-block-list__layout.is-navigate-mode .block-editor-block-list__block.is-selected::after, .block-editor-block-list__layout .is-block-moving-mode.block-editor-block-list__block.has-child-selected { box-shadow: 0 0 0 2px #007cba; box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); outline: 2px solid transparent; outline: var(--wp-admin-border-width-focus) solid transparent; }
|
| 3102 |
|
| 3103 |
.block-editor-block-list__layout .is-block-moving-mode.block-editor-block-list__block.is-selected::before { content: ""; position: absolute; z-index: 0; pointer-events: none; transition: border-color 0.1s linear, border-style 0.1s linear, box-shadow 0.1s linear; right: 0; left: 0; top: -14px; border-radius: 2px; border-top: 4px solid #ccc; }
|
| 3104 |
|
| 3122 |
|
| 3123 |
.block-editor-block-list__layout .block-editor-block-list__block:not([contenteditable]):focus { outline: none; }
|
| 3124 |
|
| 3125 |
+
.block-editor-block-list__layout .block-editor-block-list__block:not([contenteditable]):focus::after { position: absolute; z-index: 1; pointer-events: none; content: ""; top: 1px; bottom: 1px; left: 1px; right: 1px; box-shadow: 0 0 0 2px #007cba; box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); border-radius: 1px; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3126 |
|
| 3127 |
+
.is-dark-theme .block-editor-block-list__layout .block-editor-block-list__block:not([contenteditable]):focus::after { box-shadow: 0 0 0 2px #fff; box-shadow: 0 0 0 var(--wp-admin-border-width-focus) #fff; }
|
| 3128 |
|
| 3129 |
+
.block-editor-block-list__layout .block-editor-block-list__block::after { content: ""; pointer-events: none; position: absolute; top: 0; right: 0; bottom: 0; left: 0; border-radius: 2px; box-shadow: 0 0 0 2px transparent; box-shadow: 0 0 0 var(--wp-admin-border-width-focus) transparent; }
|
|
|
|
|
|
|
| 3130 |
|
| 3131 |
.block-editor-block-list__layout .block-editor-block-list__block.has-warning { min-height: 48px; }
|
| 3132 |
|
| 3142 |
|
| 3143 |
.block-editor-block-list__layout .block-editor-block-list__block.is-reusable > .block-editor-inner-blocks > .block-editor-block-list__layout.has-overlay .block-editor-block-list__layout.has-overlay::after { display: block; }
|
| 3144 |
|
| 3145 |
+
.block-editor-block-list__layout .block-editor-block-list__block.is-reusable.has-child-selected::after { box-shadow: 0 0 0 1px #007cba; box-shadow: 0 0 0 1px var(--wp-admin-theme-color); }
|
| 3146 |
|
| 3147 |
.block-editor-block-list__layout .block-editor-block-list__block[data-clear=true] { float: none; }
|
| 3148 |
|
| 3149 |
.block-editor-block-list__layout .block-editor-block-list__block .block-editor-block-list__layout .block-editor-default-block-appender .block-editor-inserter { left: auto; right: 8px; }
|
| 3150 |
|
| 3151 |
+
.is-outline-mode:not(.is-typing) .block-editor-block-list__block.is-hovered { cursor: default; }
|
| 3152 |
|
| 3153 |
+
.is-outline-mode:not(.is-typing) .block-editor-block-list__block.is-hovered::after { top: 1px; left: 1px; right: 1px; bottom: 1px; box-shadow: 0 0 0 1px #1e1e1e; border-radius: 1px; }
|
| 3154 |
|
| 3155 |
+
.is-outline-mode:not(.is-typing) .block-editor-block-list__block.is-selected { cursor: unset; }
|
| 3156 |
|
| 3157 |
+
.is-outline-mode:not(.is-typing) .block-editor-block-list__block.is-selected::after { box-shadow: 0 0 0 1px #1e1e1e; top: 1px; left: 1px; right: 1px; bottom: 1px; border-radius: 1px; }
|
| 3158 |
|
| 3159 |
+
.is-outline-mode:not(.is-typing) .block-editor-block-list__block.is-selected:focus::after { box-shadow: 0 0 0 2px #007cba; box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); }
|
| 3160 |
|
| 3161 |
+
.is-focus-mode .block-editor-block-list__block:not(.has-child-selected) { opacity: 0.5; transition: opacity 0.1s linear; }
|
| 3162 |
|
| 3163 |
+
@media (prefers-reduced-motion: reduce) { .is-focus-mode .block-editor-block-list__block:not(.has-child-selected) { transition-duration: 0s; transition-delay: 0s; } }
|
| 3164 |
+
|
| 3165 |
+
.is-focus-mode .block-editor-block-list__block:not(.has-child-selected) .block-editor-block-list__block, .is-focus-mode .block-editor-block-list__block:not(.has-child-selected).is-selected, .is-focus-mode .block-editor-block-list__block:not(.has-child-selected).is-multi-selected { opacity: 1; }
|
| 3166 |
+
|
| 3167 |
+
.is-root-container:not(.is-focus-mode) .block-editor-block-list__block.has-active-entity { opacity: 0.5; transition: opacity 0.1s linear; }
|
| 3168 |
+
|
| 3169 |
+
@media (prefers-reduced-motion: reduce) { .is-root-container:not(.is-focus-mode) .block-editor-block-list__block.has-active-entity { transition-duration: 0s; transition-delay: 0s; } }
|
| 3170 |
+
|
| 3171 |
+
.is-root-container:not(.is-focus-mode) .block-editor-block-list__block.has-active-entity.is-active-entity, .is-root-container:not(.is-focus-mode) .block-editor-block-list__block.has-active-entity.has-child-selected, .is-root-container:not(.is-focus-mode) .block-editor-block-list__block.has-active-entity:not(.has-child-selected) .block-editor-block-list__block, .is-root-container:not(.is-focus-mode) .block-editor-block-list__block.has-active-entity.is-active-entity .block-editor-block-list__block, .is-root-container:not(.is-focus-mode) .block-editor-block-list__block.has-active-entity .is-active-entity .block-editor-block-list__block { opacity: 1; }
|
| 3172 |
+
|
| 3173 |
+
.wp-block[data-align=left] > *, .wp-block[data-align=right] > * { z-index: 21; }
|
| 3174 |
|
| 3175 |
/** In-Canvas Inserter */
|
| 3176 |
.block-editor-block-list .block-editor-inserter { margin: 8px; cursor: move; cursor: -webkit-grab; cursor: grab; }
|
| 3177 |
|
| 3178 |
+
.block-editor-block-list__insertion-point { position: absolute; }
|
| 3179 |
|
| 3180 |
+
.block-editor-block-list__insertion-point-indicator { position: absolute; background: #007cba; background: var(--wp-admin-theme-color); -webkit-animation: block-editor-inserter__toggle__fade-in-animation-delayed 0.3s ease; animation: block-editor-inserter__toggle__fade-in-animation-delayed 0.3s ease; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }
|
| 3181 |
|
| 3182 |
+
@media (prefers-reduced-motion: reduce) { .block-editor-block-list__insertion-point-indicator { -webkit-animation-duration: 1ms; animation-duration: 1ms; -webkit-animation-delay: 0s; animation-delay: 0s; } }
|
| 3183 |
|
| 3184 |
+
.block-editor-block-list__insertion-point.is-vertical > .block-editor-block-list__insertion-point-indicator { top: 50%; right: 0; left: 0; height: 1px; }
|
| 3185 |
|
| 3186 |
+
.block-editor-block-list__insertion-point.is-horizontal > .block-editor-block-list__insertion-point-indicator { top: 0; right: 0; left: 50%; height: 100%; width: 1px; }
|
| 3187 |
|
| 3188 |
+
.block-editor-block-list__insertion-point-inserter { display: none; position: absolute; justify-content: center; top: calc(50% - 12px); left: calc(50% - 12px); }
|
| 3189 |
|
| 3190 |
+
@media (min-width: 480px) { .block-editor-block-list__insertion-point-inserter { display: flex; } }
|
| 3191 |
|
| 3192 |
.block-editor-block-list__block-popover-inserter { position: absolute; top: -9999em; margin-bottom: 14px; }
|
| 3193 |
|
| 3195 |
|
| 3196 |
.block-editor-block-list__empty-block-inserter .block-editor-inserter__toggle.components-button.has-icon, .block-editor-default-block-appender .block-editor-inserter__toggle.components-button.has-icon, .block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon, .block-editor-block-list__block-popover-inserter .block-editor-inserter__toggle.components-button.has-icon { background: #1e1e1e; border-radius: 2px; color: #fff; padding: 0; min-width: 24px; height: 24px; }
|
| 3197 |
|
| 3198 |
+
.block-editor-block-list__empty-block-inserter .block-editor-inserter__toggle.components-button.has-icon:hover, .block-editor-default-block-appender .block-editor-inserter__toggle.components-button.has-icon:hover, .block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon:hover, .block-editor-block-list__block-popover-inserter .block-editor-inserter__toggle.components-button.has-icon:hover { color: #fff; background: #007cba; background: var(--wp-admin-theme-color); }
|
| 3199 |
+
|
| 3200 |
+
.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon { background: #007cba; background: var(--wp-admin-theme-color); }
|
| 3201 |
+
|
| 3202 |
+
.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon:hover { background: #1e1e1e; }
|
| 3203 |
|
| 3204 |
.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button, .block-editor-block-list__block-popover-inserter .block-editor-inserter__toggle.components-button { -webkit-animation: block-editor-inserter__toggle__fade-in-animation-delayed 0.3s ease; animation: block-editor-inserter__toggle__fade-in-animation-delayed 0.3s ease; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }
|
| 3205 |
|
| 3206 |
+
@media (prefers-reduced-motion: reduce) { .block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button, .block-editor-block-list__block-popover-inserter .block-editor-inserter__toggle.components-button { -webkit-animation-duration: 1ms; animation-duration: 1ms; -webkit-animation-delay: 0s; animation-delay: 0s; } }
|
| 3207 |
|
| 3208 |
@-webkit-keyframes block-editor-inserter__toggle__fade-in-animation-delayed { 0% { opacity: 0; }
|
| 3209 |
+
60% { opacity: 0; }
|
| 3210 |
100% { opacity: 1; } }
|
| 3211 |
|
| 3212 |
@keyframes block-editor-inserter__toggle__fade-in-animation-delayed { 0% { opacity: 0; }
|
| 3213 |
+
60% { opacity: 0; }
|
| 3214 |
100% { opacity: 1; } }
|
| 3215 |
|
| 3216 |
+
@-webkit-keyframes block-editor-inserter__toggle__fade-in-animation { from { opacity: 0; }
|
| 3217 |
+
to { opacity: 1; } }
|
|
|
|
|
|
|
| 3218 |
|
| 3219 |
+
@keyframes block-editor-inserter__toggle__fade-in-animation { from { opacity: 0; }
|
| 3220 |
+
to { opacity: 1; } }
|
|
|
|
|
|
|
| 3221 |
|
| 3222 |
.wp-block .block-list-appender .block-editor-inserter__toggle { -webkit-animation: block-editor-inserter__toggle__fade-in-animation 0.1s ease; animation: block-editor-inserter__toggle__fade-in-animation 0.1s ease; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }
|
| 3223 |
|
| 3224 |
+
@media (prefers-reduced-motion: reduce) { .wp-block .block-list-appender .block-editor-inserter__toggle { -webkit-animation-duration: 1ms; animation-duration: 1ms; -webkit-animation-delay: 0s; animation-delay: 0s; } }
|
| 3225 |
|
| 3226 |
.block-editor-block-list__block:not(.is-selected):not(.has-child-selected) .block-editor-default-block-appender { display: none; }
|
| 3227 |
|
| 3229 |
|
| 3230 |
.block-editor-block-list__block .block-editor-block-list__block-html-textarea { display: block; margin: 0; padding: 12px; width: 100%; border: none; outline: none; border-radius: 2px; box-shadow: inset 0 0 0 1px #1e1e1e; resize: none; overflow: hidden; font-family: Menlo, Consolas, monaco, monospace; font-size: 15px; line-height: 1.5; transition: padding 0.2s linear; }
|
| 3231 |
|
| 3232 |
+
@media (prefers-reduced-motion: reduce) { .block-editor-block-list__block .block-editor-block-list__block-html-textarea { transition-duration: 0s; transition-delay: 0s; } }
|
| 3233 |
|
| 3234 |
+
.block-editor-block-list__block .block-editor-block-list__block-html-textarea:focus { box-shadow: inset 0 0 0 2px #007cba; box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); }
|
| 3235 |
|
| 3236 |
/** Block Toolbar when contextual. */
|
| 3237 |
.block-editor-block-contextual-toolbar { border: 1px solid #1e1e1e; border-radius: 2px; background-color: #fff; }
|
| 3242 |
|
| 3243 |
.block-editor-block-contextual-toolbar .block-editor-block-mover.is-horizontal .block-editor-block-mover-button.block-editor-block-mover-button { min-width: 24px; width: 24px; }
|
| 3244 |
|
| 3245 |
+
.block-editor-block-contextual-toolbar .block-editor-block-mover.is-horizontal .block-editor-block-mover-button.block-editor-block-mover-button svg { min-width: 24px; }
|
| 3246 |
|
| 3247 |
+
.block-editor-block-contextual-toolbar .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover-button:focus::before, .edit-post-header-toolbar__block-toolbar .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover-button:focus::before, .edit-site-header-toolbar__block-toolbar .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover-button:focus::before, .edit-navigation-layout__block-toolbar .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover-button:focus::before, .edit-widgets-header__block-toolbar .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover-button:focus::before { left: 0 !important; min-width: 0; width: 100%; }
|
| 3248 |
|
| 3249 |
+
@media (min-width: 600px) { .block-editor-block-contextual-toolbar .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover-button.is-up-button svg, .edit-post-header-toolbar__block-toolbar .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover-button.is-up-button svg, .edit-site-header-toolbar__block-toolbar .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover-button.is-up-button svg, .edit-navigation-layout__block-toolbar .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover-button.is-up-button svg, .edit-widgets-header__block-toolbar .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover-button.is-up-button svg { top: 5px; }
|
| 3250 |
+
.block-editor-block-contextual-toolbar .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover-button.is-down-button svg, .edit-post-header-toolbar__block-toolbar .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover-button.is-down-button svg, .edit-site-header-toolbar__block-toolbar .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover-button.is-down-button svg, .edit-navigation-layout__block-toolbar .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover-button.is-down-button svg, .edit-widgets-header__block-toolbar .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover-button.is-down-button svg { bottom: 5px; } }
|
| 3251 |
|
| 3252 |
/** Block Label for Navigation/Selection Mode */
|
| 3253 |
+
.block-editor-block-list__block-selection-button { display: inline-flex; padding: 0 13px; z-index: 22; border-radius: 2px; background-color: #1e1e1e; font-size: 13px; height: 48px; }
|
| 3254 |
|
| 3255 |
+
.block-editor-block-list__block-selection-button .block-editor-block-list__block-selection-button__content { margin: auto; display: inline-flex; align-items: center; }
|
| 3256 |
|
| 3257 |
+
.block-editor-block-list__block-selection-button .block-editor-block-list__block-selection-button__content > .components-flex__item { margin-right: 6px; }
|
| 3258 |
+
|
| 3259 |
+
.block-editor-block-list__block-selection-button .components-button.has-icon.block-selection-button_drag-handle { cursor: -webkit-grab; cursor: grab; padding: 0; height: 24px; min-width: 24px; }
|
| 3260 |
+
|
| 3261 |
+
.block-editor-block-list__block-selection-button .components-button.has-icon.block-selection-button_drag-handle svg { min-width: 18px; min-height: 18px; }
|
| 3262 |
+
|
| 3263 |
+
.block-editor-block-list__block-selection-button .block-editor-block-icon { font-size: 13px; color: #fff; height: 48px; }
|
| 3264 |
+
|
| 3265 |
+
.block-editor-block-list__block-selection-button .components-button { min-width: 36px; color: #fff; height: 48px; display: flex; }
|
| 3266 |
+
|
| 3267 |
+
.block-editor-block-list__block-selection-button .components-button:focus { box-shadow: none; border: none; }
|
| 3268 |
+
|
| 3269 |
+
.block-editor-block-list__block-selection-button .components-button:active { color: #fff; }
|
| 3270 |
+
|
| 3271 |
+
.block-editor-block-list__block-selection-button .block-selection-button_select-button.components-button { padding: 0; }
|
| 3272 |
|
| 3273 |
/** Warnings. */
|
| 3274 |
.block-editor-block-list__block .block-editor-warning { z-index: 5; position: relative; }
|
| 3298 |
|
| 3299 |
.is-dragging-components-draggable .components-tooltip { display: none; }
|
| 3300 |
|
| 3301 |
+
.block-editor-block-list__block .block-list-appender { -ms-grid-row-align: center; align-self: center; padding: 0; list-style: none; margin: 0 auto 0 8px; }
|
| 3302 |
+
|
| 3303 |
+
.block-editor-block-list__block .block-list-appender.wp-block { max-width: none; }
|
| 3304 |
+
|
| 3305 |
+
.block-editor-block-list__block .block-list-appender:first-child { margin-left: 0; }
|
| 3306 |
+
|
| 3307 |
+
.block-editor-block-list__block .block-list-appender .block-editor-default-block-appender { margin: 8px 0; }
|
| 3308 |
|
| 3309 |
.block-editor-block-list__block .block-list-appender .block-list-appender__toggle { padding: 0; opacity: 1; transform: scale(1); transition: all 0.1s ease; }
|
| 3310 |
|
| 3311 |
+
@media (prefers-reduced-motion: reduce) { .block-editor-block-list__block .block-list-appender .block-list-appender__toggle { transition-duration: 0s; transition-delay: 0s; } }
|
| 3312 |
+
|
| 3313 |
+
.is-vertical .block-list-appender { width: 24px; margin-right: auto; margin-top: 12px; margin-left: 12px; }
|
| 3314 |
|
| 3315 |
.block-list-appender > .block-editor-inserter { display: block; }
|
| 3316 |
|
| 3328 |
|
| 3329 |
.block-editor-block-breadcrumb__button.components-button:focus { box-shadow: none; }
|
| 3330 |
|
| 3331 |
+
.block-editor-block-breadcrumb__button.components-button:focus::before { content: ""; display: block; position: absolute; border-radius: 2px; top: 1px; right: 1px; bottom: 1px; left: 1px; box-shadow: inset 0 0 0 2px #007cba; box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); }
|
| 3332 |
|
| 3333 |
.block-editor-block-breadcrumb__current { cursor: default; }
|
| 3334 |
|
| 3336 |
|
| 3337 |
.block-editor-block-card { display: flex; align-items: flex-start; }
|
| 3338 |
|
| 3339 |
+
.block-editor-block-card__content { flex-grow: 1; margin-bottom: 4px; }
|
|
|
|
|
|
|
| 3340 |
|
| 3341 |
.block-editor-block-card__title { font-weight: 500; }
|
| 3342 |
|
| 3343 |
+
.block-editor-block-card__title.block-editor-block-card__title { line-height: 24px; margin: 0 0 4px; }
|
| 3344 |
|
| 3345 |
.block-editor-block-card__description { font-size: 13px; }
|
| 3346 |
|
| 3347 |
+
.block-editor-block-card .block-editor-block-icon { flex: 0 0 24px; margin-left: 0; margin-right: 12px; width: 24px; height: 24px; }
|
| 3348 |
|
| 3349 |
/** Invalid block comparison */
|
| 3350 |
.block-editor-block-compare { overflow: auto; height: auto; }
|
| 3377 |
|
| 3378 |
.block-editor-block-draggable-chip-wrapper { position: absolute; top: -24px; left: 0; }
|
| 3379 |
|
| 3380 |
+
.block-editor-block-draggable-chip { background-color: #1e1e1e; border-radius: 2px; box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3); color: #fff; cursor: -webkit-grabbing; cursor: grabbing; display: inline-flex; height: 48px; padding: 0 13px; -webkit-user-select: none; -ms-user-select: none; -moz-user-select: none; user-select: none; }
|
| 3381 |
|
| 3382 |
.block-editor-block-draggable-chip svg { fill: currentColor; }
|
| 3383 |
|
| 3384 |
+
.block-editor-block-draggable-chip .block-editor-block-draggable-chip__content { margin: auto; justify-content: flex-start; }
|
| 3385 |
+
|
| 3386 |
+
.block-editor-block-draggable-chip .block-editor-block-draggable-chip__content > .components-flex__item { margin-right: 6px; }
|
| 3387 |
+
|
| 3388 |
+
.block-editor-block-draggable-chip .block-editor-block-draggable-chip__content > .components-flex__item:last-child { margin-right: 0; }
|
| 3389 |
+
|
| 3390 |
+
.block-editor-block-draggable-chip .block-editor-block-draggable-chip__content .block-editor-block-icon svg { min-width: 18px; min-height: 18px; }
|
| 3391 |
|
| 3392 |
.block-editor-block-draggable-chip .components-flex__item { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 13px; }
|
| 3393 |
|
| 3415 |
|
| 3416 |
.block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container, .block-editor-block-mover.is-horizontal .components-toolbar { flex-direction: row; }
|
| 3417 |
|
| 3418 |
+
.block-editor-block-mover .block-editor-block-mover-button.block-editor-block-mover-button { padding-right: 0; padding-left: 0; min-width: 36px; }
|
| 3419 |
+
|
| 3420 |
+
@media (min-width: 600px) { .block-editor-block-mover .block-editor-block-mover-button { height: 24px; width: 42px; padding-right: 11px !important; padding-left: 6px !important; }
|
| 3421 |
+
.block-editor-block-mover .block-editor-block-mover-button.block-editor-block-mover-button { min-width: 42px; } }
|
| 3422 |
|
| 3423 |
@media (min-width: 600px) { .block-editor-block-mover .block-editor-block-mover-button::before { left: 8px !important; right: 8px !important; } }
|
| 3424 |
|
| 3444 |
|
| 3445 |
.block-editor-block-navigation__label { margin: 0 0 12px; color: #757575; text-transform: uppercase; font-size: 11px; font-weight: 500; }
|
| 3446 |
|
| 3447 |
+
.block-editor-block-navigation__container { min-width: 280px; }
|
| 3448 |
|
| 3449 |
.block-editor-block-navigation-tree { width: 100%; border-collapse: collapse; padding: 0; margin: 0; }
|
| 3450 |
|
| 3451 |
+
.components-modal__content .block-editor-block-navigation-tree { margin: -12px -6px 0; width: calc(100% + 12px); }
|
| 3452 |
+
|
| 3453 |
.block-editor-block-navigation-leaf { position: relative; }
|
| 3454 |
|
| 3455 |
+
.block-editor-block-navigation-leaf.is-selected .block-editor-block-navigation-block-contents { background: #007cba; background: var(--wp-admin-theme-color); color: #fff; }
|
| 3456 |
+
|
| 3457 |
+
.block-editor-block-navigation-leaf.is-selected .block-editor-block-navigation-block-contents:focus { box-shadow: inset 0 0 0 1px #fff, 0 0 0 2px #007cba; box-shadow: inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); }
|
| 3458 |
+
|
| 3459 |
+
.block-editor-block-navigation-leaf.is-branch-selected.is-selected .block-editor-block-navigation-block-contents { border-radius: 2px 2px 0 0; }
|
| 3460 |
+
|
| 3461 |
+
.block-editor-block-navigation-leaf.is-branch-selected:not(.is-selected) .block-editor-block-navigation-block-contents { background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), linear-gradient(#007cba, #007cba); background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), linear-gradient(var(--wp-admin-theme-color), var(--wp-admin-theme-color)); border-radius: 0; }
|
| 3462 |
+
|
| 3463 |
+
.block-editor-block-navigation-leaf.is-branch-selected.is-last-of-selected-branch .block-editor-block-navigation-block-contents { border-radius: 0 0 2px 2px; }
|
| 3464 |
+
|
| 3465 |
.block-editor-block-navigation-leaf.is-dragging { display: none; }
|
| 3466 |
|
| 3467 |
+
.block-editor-block-navigation-leaf .block-editor-block-navigation-block-contents { display: flex; align-items: center; width: 100%; height: auto; padding: 6px 12px; text-align: left; color: #1e1e1e; border-radius: 2px; position: relative; white-space: nowrap; }
|
| 3468 |
+
|
| 3469 |
+
.block-editor-block-navigation-leaf .block-editor-block-navigation-block-contents:hover, .block-editor-block-navigation-leaf .block-editor-block-navigation-block-contents:focus { box-shadow: inset 0 0 0 2px #007cba; box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); }
|
| 3470 |
+
|
| 3471 |
+
.block-editor-block-navigation-leaf .block-editor-block-navigation-block-contents:focus { z-index: 1; }
|
| 3472 |
|
| 3473 |
.block-editor-block-navigation-leaf .block-editor-block-navigation-block-contents.is-dropping-before::before { content: ""; position: absolute; pointer-events: none; transition: border-color 0.1s linear, border-style 0.1s linear, box-shadow 0.1s linear; top: -2px; right: 0; left: 0; border-top: 4px solid #007cba; border-top: 4px solid var(--wp-admin-theme-color); }
|
| 3474 |
|
| 3480 |
|
| 3481 |
.block-editor-block-navigation-leaf.is-visible .block-editor-block-navigation-block-contents { opacity: 1; -webkit-animation: edit-post__fade-in-animation 0.2s ease-out 0s; animation: edit-post__fade-in-animation 0.2s ease-out 0s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }
|
| 3482 |
|
| 3483 |
+
@media (prefers-reduced-motion: reduce) { .block-editor-block-navigation-leaf.is-visible .block-editor-block-navigation-block-contents { -webkit-animation-duration: 1ms; animation-duration: 1ms; -webkit-animation-delay: 0s; animation-delay: 0s; } }
|
|
|
|
|
|
|
| 3484 |
|
| 3485 |
+
.block-editor-block-navigation-leaf .block-editor-block-icon { align-self: flex-start; margin-right: 10px; width: 20px; }
|
| 3486 |
|
| 3487 |
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__menu-cell, .block-editor-block-navigation-leaf .block-editor-block-navigation-block__mover-cell, .block-editor-block-navigation-leaf .block-editor-block-navigation-block__contents-cell { padding-top: 0; padding-bottom: 0; }
|
| 3488 |
|
| 3489 |
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__menu-cell, .block-editor-block-navigation-leaf .block-editor-block-navigation-block__mover-cell { line-height: 0; width: 36px; opacity: 0; vertical-align: top; }
|
| 3490 |
|
| 3491 |
+
@media (prefers-reduced-motion: reduce) { .block-editor-block-navigation-leaf .block-editor-block-navigation-block__menu-cell, .block-editor-block-navigation-leaf .block-editor-block-navigation-block__mover-cell { transition-duration: 0s; transition-delay: 0s; } }
|
| 3492 |
|
| 3493 |
+
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__menu-cell:hover, .block-editor-block-navigation-leaf .block-editor-block-navigation-block__menu-cell.is-visible, .block-editor-block-navigation-leaf .block-editor-block-navigation-block__mover-cell:hover, .block-editor-block-navigation-leaf .block-editor-block-navigation-block__mover-cell.is-visible { position: relative; z-index: 1; opacity: 1; -webkit-animation: edit-post__fade-in-animation 0.2s ease-out 0s; animation: edit-post__fade-in-animation 0.2s ease-out 0s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }
|
| 3494 |
|
| 3495 |
+
@media (prefers-reduced-motion: reduce) { .block-editor-block-navigation-leaf .block-editor-block-navigation-block__menu-cell:hover, .block-editor-block-navigation-leaf .block-editor-block-navigation-block__menu-cell.is-visible, .block-editor-block-navigation-leaf .block-editor-block-navigation-block__mover-cell:hover, .block-editor-block-navigation-leaf .block-editor-block-navigation-block__mover-cell.is-visible { -webkit-animation-duration: 1ms; animation-duration: 1ms; -webkit-animation-delay: 0s; animation-delay: 0s; } }
|
| 3496 |
|
| 3497 |
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__menu-cell, .block-editor-block-navigation-leaf .block-editor-block-navigation-block__menu-cell .components-button.has-icon, .block-editor-block-navigation-leaf .block-editor-block-navigation-block__mover-cell, .block-editor-block-navigation-leaf .block-editor-block-navigation-block__mover-cell .components-button.has-icon { width: 24px; min-width: 24px; padding: 0; }
|
| 3498 |
|
| 3504 |
|
| 3505 |
.block-editor-block-navigation-leaf .block-editor-block-mover-button svg { position: relative; height: 24px; }
|
| 3506 |
|
| 3507 |
+
.block-editor-block-navigation-leaf .block-editor-block-mover-button.is-up-button { margin-top: -6px; align-items: flex-end; }
|
| 3508 |
|
| 3509 |
.block-editor-block-navigation-leaf .block-editor-block-mover-button.is-up-button svg { bottom: -4px; }
|
| 3510 |
|
| 3511 |
+
.block-editor-block-navigation-leaf .block-editor-block-mover-button.is-down-button { margin-bottom: -6px; align-items: flex-start; }
|
| 3512 |
|
| 3513 |
.block-editor-block-navigation-leaf .block-editor-block-mover-button.is-down-button svg { top: -4px; }
|
| 3514 |
|
| 3516 |
|
| 3517 |
.block-editor-block-navigation-leaf .block-editor-block-mover-button:focus { box-shadow: none; outline: none; }
|
| 3518 |
|
| 3519 |
+
.block-editor-block-navigation-leaf .block-editor-block-mover-button:focus::before { box-shadow: inset 0 0 0 2px #007cba, inset 0 0 0 4px #fff; box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color), inset 0 0 0 4px #fff; outline: 2px solid transparent; }
|
| 3520 |
|
| 3521 |
.block-editor-block-navigation-leaf .block-editor-block-mover-button::before { content: ""; position: absolute; display: block; border-radius: 2px; height: 16px; min-width: 100%; left: 0; right: 0; -webkit-animation: components-button__appear-animation 0.1s ease; animation: components-button__appear-animation 0.1s ease; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }
|
| 3522 |
|
| 3523 |
+
@media (prefers-reduced-motion: reduce) { .block-editor-block-navigation-leaf .block-editor-block-mover-button::before { -webkit-animation-duration: 1ms; animation-duration: 1ms; -webkit-animation-delay: 0s; animation-delay: 0s; } }
|
| 3524 |
|
| 3525 |
.block-editor-block-navigation-leaf .block-editor-inserter__toggle { background: #1e1e1e; color: #fff; height: 24px; margin: 6px 6px 6px 1px; min-width: 24px; }
|
| 3526 |
|
| 3530 |
|
| 3531 |
.block-editor-block-navigation-block__contents-cell .block-editor-block-navigation-block__contents-container, .block-editor-block-navigation-block__contents-cell .block-editor-block-navigation-appender__container, .block-editor-block-navigation-appender__cell .block-editor-block-navigation-block__contents-container, .block-editor-block-navigation-appender__cell .block-editor-block-navigation-appender__container { display: flex; }
|
| 3532 |
|
| 3533 |
+
.block-editor-block-navigator-indentation { flex-shrink: 0; width: 28px; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3534 |
|
| 3535 |
.block-editor-block-parent-selector { background: #fff; border-radius: 2px; }
|
| 3536 |
|
| 3537 |
.block-editor-block-parent-selector .block-editor-block-parent-selector__button { width: 48px; height: 48px; border: 1px solid #1e1e1e; border-radius: 2px; }
|
| 3538 |
|
| 3539 |
+
.block-editor-block-patterns-list__list-item { cursor: pointer; margin-top: 16px; }
|
| 3540 |
|
| 3541 |
+
.block-editor-block-patterns-list__list-item.is-placeholder { min-height: 100px; }
|
| 3542 |
|
| 3543 |
+
.block-editor-block-patterns-list__list-item[draggable=true] .block-editor-block-preview__container { cursor: -webkit-grab; cursor: grab; }
|
| 3544 |
|
| 3545 |
+
.block-editor-block-patterns-list__item { height: 100%; border-radius: 2px; transition: all 0.05s ease-in-out; position: relative; border: 1px solid transparent; }
|
| 3546 |
|
| 3547 |
+
.block-editor-block-patterns-list__item:hover { border: 1px solid #007cba; border: 1px solid var(--wp-admin-theme-color); }
|
| 3548 |
+
|
| 3549 |
+
.block-editor-block-patterns-list__item:focus { box-shadow: inset 0 0 0 1px #fff, 0 0 0 2px #007cba; box-shadow: inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); outline: 2px solid transparent; }
|
| 3550 |
|
| 3551 |
.block-editor-block-patterns-list__item-title { padding: 4px; font-size: 12px; text-align: center; }
|
| 3552 |
|
| 3568 |
|
| 3569 |
.block-editor-block-styles__item { width: calc(50% - 4px); margin: 4px 0; flex-shrink: 0; cursor: pointer; overflow: hidden; border-radius: 2px; padding: 6px; display: flex; flex-direction: column; }
|
| 3570 |
|
| 3571 |
+
.block-editor-block-styles__item:focus { box-shadow: 0 0 0 2px #007cba; box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); outline: 2px solid transparent; }
|
| 3572 |
|
| 3573 |
.block-editor-block-styles__item:hover .block-editor-block-styles__item-preview { border-color: #007cba; border-color: var(--wp-admin-theme-color); }
|
| 3574 |
|
| 3590 |
|
| 3591 |
.components-button.block-editor-block-switcher__toggle .block-editor-block-icon, .components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-icon { margin: auto; }
|
| 3592 |
|
| 3593 |
+
.block-editor-block-switcher__toggle-text { margin-left: 8px; }
|
| 3594 |
+
|
| 3595 |
+
.show-icon-labels .block-editor-block-switcher__toggle-text { display: none; }
|
| 3596 |
+
|
| 3597 |
+
.show-icon-labels .block-editor-block-toolbar .block-editor-block-switcher .components-button.has-icon::after { font-size: 14px; }
|
| 3598 |
+
|
| 3599 |
.block-editor-block-switcher__popover { margin-left: 6px; }
|
| 3600 |
|
| 3601 |
.components-button.block-editor-block-switcher__no-switcher-icon { width: 48px; }
|
| 3604 |
|
| 3605 |
.components-button.block-editor-block-switcher__no-switcher-icon:disabled { opacity: 1; }
|
| 3606 |
|
| 3607 |
+
.components-button.block-editor-block-switcher__no-switcher-icon:disabled, .components-button.block-editor-block-switcher__no-switcher-icon:disabled .block-editor-block-icon.has-colors { color: #1e1e1e; }
|
| 3608 |
|
| 3609 |
.block-editor-block-toolbar .components-toolbar-group .components-button.block-editor-block-switcher__no-switcher-icon.has-icon.has-icon .block-editor-block-icon, .block-editor-block-toolbar .components-toolbar .components-button.block-editor-block-switcher__no-switcher-icon.has-icon.has-icon .block-editor-block-icon, .block-editor-block-toolbar .components-toolbar-group .components-button.block-editor-block-switcher__toggle.has-icon.has-icon .block-editor-block-icon, .block-editor-block-toolbar .components-toolbar .components-button.block-editor-block-switcher__toggle.has-icon.has-icon .block-editor-block-icon { height: 100%; position: relative; margin: 0 auto; display: flex; align-items: center; }
|
| 3610 |
|
| 3644 |
|
| 3645 |
.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-switcher__transform, .block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__toggle .block-editor-block-switcher__transform { padding: 12px; }
|
| 3646 |
|
| 3647 |
+
.block-editor-block-types-list > [role=presentation] { padding: 4px; margin-left: -4px; margin-right: -4px; overflow: hidden; display: flex; flex-wrap: wrap; }
|
| 3648 |
|
| 3649 |
.block-editor-block-variation-picker .components-placeholder__instructions { margin-bottom: 0; }
|
| 3650 |
|
| 3682 |
|
| 3683 |
.block-editor-block-variation-transforms .components-dropdown-menu__toggle.components-dropdown-menu__toggle { padding-right: 24px; }
|
| 3684 |
|
| 3685 |
+
.block-editor-block-variation-transforms .components-dropdown-menu__toggle:focus:not(:disabled) { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0 1px #007cba; box-shadow: 0 0 0 var(--wp-admin-border-width-focus)-1px var(--wp-admin-theme-color); }
|
| 3686 |
|
| 3687 |
.block-editor-block-variation-transforms .components-dropdown-menu__toggle svg { height: 100%; padding: 0; position: absolute; right: 0; top: 0; }
|
| 3688 |
|
| 3698 |
|
| 3699 |
.block-editor-button-block-appender:active { color: #000; }
|
| 3700 |
|
| 3701 |
+
.block-editor-button-block-appender.block-list-appender__toggle { display: flex; flex-direction: row; box-shadow: none; height: 24px; width: 24px; }
|
|
|
|
|
|
|
| 3702 |
|
| 3703 |
.block-editor-button-block-appender.block-list-appender__toggle > svg { width: 24px; background-color: #1e1e1e; color: #fff; border-radius: 2px; }
|
| 3704 |
|
| 3722 |
|
| 3723 |
.block-editor-default-block-appender[data-root-client-id=""] .block-editor-default-block-appender__content:hover { outline: 1px solid transparent; }
|
| 3724 |
|
| 3725 |
+
.block-editor-default-block-appender textarea.block-editor-default-block-appender__content { font-family: inherit; font-size: inherit; border: none; background: none; box-shadow: none; display: block; cursor: text; width: 100%; outline: 1px solid transparent; transition: 0.2s outline; margin-top: 28px; margin-bottom: 28px; resize: none !important; padding: 0 50px 0 0; color: rgba(30, 30, 30, 0.62); }
|
| 3726 |
|
| 3727 |
+
@media (prefers-reduced-motion: reduce) { .block-editor-default-block-appender textarea.block-editor-default-block-appender__content { transition-duration: 0s; transition-delay: 0s; } }
|
| 3728 |
|
| 3729 |
.is-dark-theme .block-editor-default-block-appender textarea.block-editor-default-block-appender__content { color: rgba(255, 255, 255, 0.65); }
|
| 3730 |
|
| 3748 |
|
| 3749 |
.components-font-appearance-control__select ul li { color: #1e1e1e; text-transform: capitalize; }
|
| 3750 |
|
| 3751 |
+
.items-justified-left { justify-content: flex-start; }
|
| 3752 |
+
|
| 3753 |
+
.items-justified-center { justify-content: center; }
|
| 3754 |
+
|
| 3755 |
+
.items-justified-right { justify-content: flex-end; }
|
| 3756 |
+
|
| 3757 |
+
.items-justified-space-between { justify-content: space-between; }
|
| 3758 |
+
|
| 3759 |
.block-editor-link-control { position: relative; min-width: 360px; }
|
| 3760 |
|
| 3761 |
.components-popover__content .block-editor-link-control { min-width: auto; width: 90vw; max-width: 360px; }
|
| 3764 |
|
| 3765 |
.block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type=text] { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; padding: 6px 8px; box-shadow: 0 0 0 transparent; transition: box-shadow 0.1s linear; border-radius: 2px; border: 1px solid #757575; /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px; /* Override core line-height. To be reviewed. */ line-height: normal; width: calc(100% - 32px); display: block; padding: 11px 16px; padding-right: 36px; margin: 16px; position: relative; border: 1px solid #ddd; border-radius: 2px; }
|
| 3766 |
|
| 3767 |
+
@media (prefers-reduced-motion: reduce) { .block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type=text] { transition-duration: 0s; transition-delay: 0s; } }
|
| 3768 |
|
| 3769 |
@media (min-width: 600px) { .block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type=text] { font-size: 13px; /* Override core line-height. To be reviewed. */ line-height: normal; } }
|
| 3770 |
|
| 3771 |
+
.block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type=text]:focus { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0 1px #007cba; box-shadow: 0 0 0 1px var(--wp-admin-theme-color); outline: 2px solid transparent; }
|
| 3772 |
|
| 3773 |
.block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type=text]::-webkit-input-placeholder { color: rgba(30, 30, 30, 0.62); }
|
| 3774 |
|
| 3808 |
|
| 3809 |
.block-editor-link-control__search-item:hover, .block-editor-link-control__search-item:focus { background-color: #ddd; }
|
| 3810 |
|
| 3811 |
+
.block-editor-link-control__search-item:focus:not(:disabled) { box-shadow: 0 0 0 2px #007cba inset; box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color) inset; }
|
| 3812 |
|
| 3813 |
.block-editor-link-control__search-item.is-selected { background: #f0f0f0; }
|
| 3814 |
|
| 3816 |
|
| 3817 |
.block-editor-link-control__search-item.is-current { background: transparent; border: 0; width: 100%; cursor: default; padding: 16px; padding-left: 24px; }
|
| 3818 |
|
| 3819 |
+
.block-editor-link-control__search-item .block-editor-link-control__search-item-header { display: block; margin-right: 8px; overflow: hidden; white-space: nowrap; }
|
| 3820 |
|
| 3821 |
.block-editor-link-control__search-item .block-editor-link-control__search-item-icon { margin-right: 1em; min-width: 24px; }
|
| 3822 |
|
| 3823 |
+
.block-editor-link-control__search-item .block-editor-link-control__search-item-info, .block-editor-link-control__search-item .block-editor-link-control__search-item-title { overflow: hidden; text-overflow: ellipsis; padding-right: 24px; }
|
| 3824 |
+
|
| 3825 |
+
.block-editor-link-control__search-item .block-editor-link-control__search-item-info .components-external-link__icon, .block-editor-link-control__search-item .block-editor-link-control__search-item-title .components-external-link__icon { position: absolute; right: 0; margin-top: 0; }
|
| 3826 |
|
| 3827 |
.block-editor-link-control__search-item .block-editor-link-control__search-item-title { display: block; margin-bottom: 0.2em; font-weight: 500; position: relative; }
|
| 3828 |
|
| 3848 |
|
| 3849 |
.block-editor-link-control__settings :last-child { margin-bottom: 0; }
|
| 3850 |
|
| 3851 |
+
.is-alternate .block-editor-link-control__settings { border-top: 1px solid #1e1e1e; }
|
| 3852 |
+
|
| 3853 |
.block-editor-link-control__setting { margin-bottom: 16px; }
|
| 3854 |
|
| 3855 |
.block-editor-link-control__setting :last-child { margin-bottom: 0; }
|
| 3884 |
|
| 3885 |
.components-button.block-editor-block-types-list__item { display: flex; flex-direction: column; width: 100%; font-size: 13px; color: #1e1e1e; padding: 8px; align-items: stretch; justify-content: center; cursor: pointer; background: transparent; word-break: break-word; border-radius: 2px; border: 1px solid transparent; transition: all 0.05s ease-in-out; position: relative; height: auto; }
|
| 3886 |
|
| 3887 |
+
@media (prefers-reduced-motion: reduce) { .components-button.block-editor-block-types-list__item { transition-duration: 0s; transition-delay: 0s; } }
|
| 3888 |
|
| 3889 |
.components-button.block-editor-block-types-list__item:disabled { opacity: 0.6; cursor: default; }
|
| 3890 |
|
| 3894 |
|
| 3895 |
.block-editor-block-types-list__item-icon { padding: 12px 20px; border-radius: 2px; color: #1e1e1e; transition: all 0.05s ease-in-out; }
|
| 3896 |
|
| 3897 |
+
@media (prefers-reduced-motion: reduce) { .block-editor-block-types-list__item-icon { transition-duration: 0s; transition-delay: 0s; } }
|
| 3898 |
|
| 3899 |
.block-editor-block-types-list__item-icon .block-editor-block-icon { margin-left: auto; margin-right: auto; }
|
| 3900 |
|
| 3901 |
.block-editor-block-types-list__item-icon svg { transition: all 0.15s ease-out; }
|
| 3902 |
|
| 3903 |
+
@media (prefers-reduced-motion: reduce) { .block-editor-block-types-list__item-icon svg { transition-duration: 0s; transition-delay: 0s; } }
|
| 3904 |
|
| 3905 |
.block-editor-block-types-list__list-item[draggable=true] .block-editor-block-types-list__item-icon { cursor: -webkit-grab; cursor: grab; }
|
| 3906 |
|
| 3980 |
|
| 3981 |
.block-editor-responsive-block-control .components-base-control__help { border: 0; clip: rect(1px, 1px, 1px, 1px); -webkit-clip-path: inset(50%); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; word-wrap: normal !important; }
|
| 3982 |
|
|
|
|
|
|
|
| 3983 |
.block-editor-rich-text__editable > p:first-child { margin-top: 0; }
|
| 3984 |
|
| 3985 |
.block-editor-rich-text__editable [data-rich-text-placeholder] { pointer-events: none; }
|
| 3990 |
|
| 3991 |
.block-editor-rich-text__editable:focus [data-rich-text-format-boundary] { border-radius: 2px; }
|
| 3992 |
|
|
|
|
|
|
|
| 3993 |
figcaption.block-editor-rich-text__editable [data-rich-text-placeholder]::before { opacity: 0.8; }
|
| 3994 |
|
| 3995 |
.components-popover.block-editor-rich-text__inline-format-toolbar { z-index: 99998; }
|
| 4000 |
|
| 4001 |
.components-popover.block-editor-rich-text__inline-format-toolbar .components-toolbar__control, .components-popover.block-editor-rich-text__inline-format-toolbar .components-dropdown-menu__toggle { min-width: 48px; min-height: 48px; padding-left: 12px; padding-right: 12px; }
|
| 4002 |
|
| 4003 |
+
.block-editor-rich-text__inline-format-toolbar-group .components-dropdown-menu__toggle { justify-content: center; }
|
| 4004 |
+
|
| 4005 |
+
.show-icon-labels .block-editor-rich-text__inline-format-toolbar-group .components-button.has-icon { width: auto; }
|
| 4006 |
+
|
| 4007 |
+
.show-icon-labels .block-editor-rich-text__inline-format-toolbar-group .components-button.has-icon svg { display: none; }
|
| 4008 |
+
|
| 4009 |
+
.show-icon-labels .block-editor-rich-text__inline-format-toolbar-group .components-button.has-icon::after { content: attr(aria-label); }
|
| 4010 |
+
|
| 4011 |
.block-editor-skip-to-selected-block { position: absolute; top: -9999em; }
|
| 4012 |
|
| 4013 |
.block-editor-skip-to-selected-block:focus { height: auto; width: auto; display: block; font-size: 14px; font-weight: 600; padding: 15px 23px 14px; background: #f1f1f1; color: #007cba; color: var(--wp-admin-theme-color); line-height: normal; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); text-decoration: none; outline: none; z-index: 100000; }
|
| 4034 |
|
| 4035 |
.block-editor-block-list__block .block-editor-url-input, .components-popover .block-editor-url-input, .block-editor-url-input { flex-grow: 1; position: relative; padding: 1px; }
|
| 4036 |
|
| 4037 |
+
.block-editor-block-list__block .block-editor-url-input input[type=text], .components-popover .block-editor-url-input input[type=text], .block-editor-url-input input[type=text] { width: 100%; padding: 8px 8px 8px 12px; border: none; border-radius: 0; margin-left: 0; margin-right: 0; /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px; }
|
| 4038 |
|
| 4039 |
@media (min-width: 600px) { .block-editor-block-list__block .block-editor-url-input input[type=text], .components-popover .block-editor-url-input input[type=text], .block-editor-url-input input[type=text] { width: 300px; } }
|
| 4040 |
|
| 4048 |
|
| 4049 |
.block-editor-block-list__block .block-editor-url-input.is-full-width__suggestions, .components-popover .block-editor-url-input.is-full-width__suggestions, .block-editor-url-input.is-full-width__suggestions { width: 100%; }
|
| 4050 |
|
| 4051 |
+
.block-editor-block-list__block .block-editor-url-input .components-spinner, .components-popover .block-editor-url-input .components-spinner, .block-editor-url-input .components-spinner { position: absolute; right: 8px 8px 8px 12px; bottom: 8px 8px 8px 12px8px1; margin: 0; }
|
| 4052 |
|
| 4053 |
.block-editor-url-input__input[type=text] { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; padding: 6px 8px; box-shadow: 0 0 0 transparent; transition: box-shadow 0.1s linear; border-radius: 2px; border: 1px solid #757575; /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px; /* Override core line-height. To be reviewed. */ line-height: normal; }
|
| 4054 |
|
| 4055 |
+
@media (prefers-reduced-motion: reduce) { .block-editor-url-input__input[type=text] { transition-duration: 0s; transition-delay: 0s; } }
|
| 4056 |
|
| 4057 |
@media (min-width: 600px) { .block-editor-url-input__input[type=text] { font-size: 13px; /* Override core line-height. To be reviewed. */ line-height: normal; } }
|
| 4058 |
|
| 4059 |
+
.block-editor-url-input__input[type=text]:focus { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0 1px #007cba; box-shadow: 0 0 0 1px var(--wp-admin-theme-color); outline: 2px solid transparent; }
|
| 4060 |
|
| 4061 |
.block-editor-url-input__input[type=text]::-webkit-input-placeholder { color: rgba(30, 30, 30, 0.62); }
|
| 4062 |
|
| 4072 |
|
| 4073 |
.block-editor-url-input__suggestions { max-height: 200px; transition: all 0.15s ease-in-out; padding: 4px 0; width: 302px; overflow-y: auto; }
|
| 4074 |
|
| 4075 |
+
@media (prefers-reduced-motion: reduce) { .block-editor-url-input__suggestions { transition-duration: 0s; transition-delay: 0s; } }
|
| 4076 |
|
| 4077 |
.block-editor-url-input__suggestions, .block-editor-url-input .components-spinner { display: none; }
|
| 4078 |
|
| 4079 |
@media (min-width: 600px) { .block-editor-url-input__suggestions, .block-editor-url-input .components-spinner { display: inherit; } }
|
| 4080 |
|
| 4081 |
+
.block-editor-url-input__suggestion { padding: 4px 8px 8px 8px 12px; color: #757575; display: block; font-size: 13px; cursor: pointer; background: #fff; width: 100%; border: none; text-align: left; box-shadow: none; }
|
| 4082 |
|
| 4083 |
.block-editor-url-input__suggestion:hover { background: #ddd; }
|
| 4084 |
|
| 4100 |
|
| 4101 |
.block-editor-url-popover__additional-controls > div[role=menu] .components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary) > svg { box-shadow: none; }
|
| 4102 |
|
| 4103 |
+
.block-editor-url-popover__additional-controls div[role=menu] > .components-button { padding-left: 12px; }
|
| 4104 |
|
| 4105 |
.block-editor-url-popover__row { display: flex; }
|
| 4106 |
|
| 4112 |
|
| 4113 |
.block-editor-url-popover .components-button.has-icon:not(:disabled):focus { box-shadow: none; }
|
| 4114 |
|
| 4115 |
+
.block-editor-url-popover .components-button.has-icon:not(:disabled):focus > svg { box-shadow: inset 0 0 0 2px #007cba, inset 0 0 0 4px #fff; box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color), inset 0 0 0 4px #fff; outline: 2px solid transparent; }
|
| 4116 |
|
| 4117 |
.block-editor-url-popover__settings-toggle { flex-shrink: 0; border-radius: 0; border-left: 1px solid #ddd; margin-left: 1px; }
|
| 4118 |
|
| 4126 |
|
| 4127 |
.block-editor-url-popover__link-editor .block-editor-url-input .components-base-control__field, .block-editor-url-popover__link-viewer .block-editor-url-input .components-base-control__field { margin-bottom: 0; }
|
| 4128 |
|
| 4129 |
+
.block-editor-url-popover__link-editor .block-editor-url-input .components-spinner, .block-editor-url-popover__link-viewer .block-editor-url-input .components-spinner { bottom: 8px 8px 8px 12px1; }
|
| 4130 |
|
| 4131 |
.block-editor-url-popover__link-viewer-url { margin: 7px; flex-grow: 1; flex-shrink: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; min-width: 150px; max-width: 500px; }
|
| 4132 |
|
| 4134 |
|
| 4135 |
.block-editor-warning { align-items: center; display: flex; flex-wrap: wrap; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; padding: 1em; border: 1px solid #1e1e1e; border-radius: 2px; background-color: #fff; }
|
| 4136 |
|
| 4137 |
+
.block-editor-warning .block-editor-warning__message { line-height: 1.4; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 13px; color: #1e1e1e; margin: 0; }
|
| 4138 |
|
| 4139 |
.block-editor-warning p.block-editor-warning__message.block-editor-warning__message { min-height: auto; }
|
| 4140 |
|
| 4141 |
.block-editor-warning .block-editor-warning__contents { display: flex; flex-direction: row; justify-content: space-between; flex-wrap: wrap; align-items: baseline; width: 100%; }
|
| 4142 |
|
| 4143 |
+
.block-editor-warning .block-editor-warning__actions { display: flex; margin-top: 1em; }
|
| 4144 |
|
| 4145 |
.block-editor-warning .block-editor-warning__action { margin: 0 8px 0 0; }
|
| 4146 |
|
| 4150 |
|
| 4151 |
.html-anchor-control .components-external-link { display: block; margin-top: 8px; }
|
| 4152 |
|
| 4153 |
+
.block-editor-hooks__layout-controls { display: flex; margin-bottom: 24px; }
|
| 4154 |
+
|
| 4155 |
+
.block-editor-hooks__layout-controls .block-editor-hooks__layout-controls-unit { display: flex; margin-right: 24px; }
|
| 4156 |
+
|
| 4157 |
+
.block-editor-hooks__layout-controls .block-editor-hooks__layout-controls-unit svg { margin: auto 0 4px 8px; }
|
| 4158 |
+
|
| 4159 |
+
.block-editor-hooks__layout-controls-helptext { font-size: 12px; }
|
| 4160 |
+
|
| 4161 |
#end-resizable-editor-section { display: none; }
|
| 4162 |
|
| 4163 |
/** Block Toolbar */
|
| 4164 |
.block-editor-block-toolbar { display: flex; flex-grow: 1; width: 100%; overflow: auto; position: relative; transition: border-color 0.1s linear, box-shadow 0.1s linear; }
|
| 4165 |
|
| 4166 |
+
@media (prefers-reduced-motion: reduce) { .block-editor-block-toolbar { transition-duration: 0s; transition-delay: 0s; } }
|
| 4167 |
|
| 4168 |
@media (min-width: 600px) { .block-editor-block-toolbar { overflow: inherit; } }
|
| 4169 |
|
| 4171 |
|
| 4172 |
.block-editor-block-toolbar > :last-child, .block-editor-block-toolbar > :last-child .components-toolbar-group, .block-editor-block-toolbar > :last-child .components-toolbar { border-right: none; }
|
| 4173 |
|
| 4174 |
+
.block-editor-block-contextual-toolbar.has-parent { margin-left: calc(48px + 8px); }
|
| 4175 |
+
|
| 4176 |
+
.show-icon-labels .block-editor-block-contextual-toolbar.has-parent { margin-left: 0; }
|
| 4177 |
+
|
| 4178 |
+
.block-editor-block-parent-selector { position: absolute; top: -1px; left: calc(-48px - 8px - 1px); }
|
| 4179 |
+
|
| 4180 |
+
.show-icon-labels .block-editor-block-parent-selector { position: relative; left: auto; top: auto; margin-top: -1px; margin-left: -1px; margin-bottom: -1px; }
|
| 4181 |
+
|
| 4182 |
.block-editor-block-toolbar__block-controls { height: auto !important; padding: 0 !important; }
|
| 4183 |
|
| 4184 |
.block-editor-block-toolbar__block-controls .block-editor-block-switcher .components-dropdown-menu__toggle .block-editor-block-icon, .block-editor-block-toolbar__block-controls .block-editor-block-switcher__no-switcher-icon .block-editor-block-icon { width: 24px !important; margin: 0 !important; }
|
| 4187 |
|
| 4188 |
.block-editor-block-toolbar__block-controls .block-editor-block-mover { margin-left: -6px; }
|
| 4189 |
|
| 4190 |
+
.block-editor-block-toolbar .components-toolbar-group, .block-editor-block-toolbar .components-toolbar, .block-editor-rich-text__inline-format-toolbar-group .components-toolbar-group, .block-editor-rich-text__inline-format-toolbar-group .components-toolbar { display: flex; flex-wrap: nowrap; }
|
| 4191 |
|
| 4192 |
.block-editor-block-toolbar__slot { display: inline-block; line-height: 0; }
|
| 4193 |
|
| 4194 |
@supports (position: sticky) { .block-editor-block-toolbar__slot { display: inline-flex; } }
|
| 4195 |
|
| 4196 |
+
.show-icon-labels .block-editor-block-toolbar .components-button.has-icon { width: auto; }
|
| 4197 |
+
|
| 4198 |
+
.show-icon-labels .block-editor-block-toolbar .components-button.has-icon svg { display: none; }
|
| 4199 |
+
|
| 4200 |
+
.show-icon-labels .block-editor-block-toolbar .components-button.has-icon::after { content: attr(aria-label); font-size: 12px; }
|
| 4201 |
|
| 4202 |
+
.show-icon-labels .components-accessible-toolbar .components-toolbar-group > div:first-child:last-child > .components-button.has-icon { padding-left: 6px; padding-right: 6px; }
|
| 4203 |
|
| 4204 |
+
.show-icon-labels .block-editor-block-switcher { border-right: 1px solid #1e1e1e; }
|
| 4205 |
+
|
| 4206 |
+
.show-icon-labels .block-editor-block-switcher .components-dropdown-menu__toggle { margin-left: 0; }
|
| 4207 |
+
|
| 4208 |
+
.show-icon-labels .block-editor-block-switcher .components-dropdown-menu__toggle .block-editor-block-icon, .show-icon-labels .block-editor-block-switcher__no-switcher-icon .block-editor-block-icon { width: 0 !important; height: 0 !important; }
|
| 4209 |
+
|
| 4210 |
+
.show-icon-labels .block-editor-block-switcher .components-dropdown-menu__toggle:focus::before, .show-icon-labels .block-editor-block-switcher__no-switcher-icon:focus::before { right: 4px !important; }
|
| 4211 |
+
|
| 4212 |
+
.show-icon-labels .block-editor-block-parent-selector__button .block-editor-block-icon { width: 0; }
|
| 4213 |
+
|
| 4214 |
+
.show-icon-labels .block-editor-block-toolbar__block-controls .block-editor-block-mover { margin-left: 0; white-space: nowrap; }
|
| 4215 |
+
|
| 4216 |
+
.show-icon-labels .block-editor-block-mover-button { padding-left: 8px !important; padding-right: 8px !important; }
|
| 4217 |
+
|
| 4218 |
+
.show-icon-labels .block-editor-block-mover__drag-handle.has-icon { padding-left: 6px !important; padding-right: 6px !important; border-right: 1px solid #1e1e1e; }
|
| 4219 |
+
|
| 4220 |
+
@media (min-width: 600px) { .show-icon-labels .is-up-button.is-up-button.is-up-button { border-bottom: 1px solid #1e1e1e; margin-right: 0; border-radius: 0; } }
|
| 4221 |
+
|
| 4222 |
+
.show-icon-labels .block-editor-block-contextual-toolbar .block-editor-block-mover.is-horizontal .block-editor-block-mover-button.block-editor-block-mover-button { width: auto; }
|
| 4223 |
+
|
| 4224 |
+
.show-icon-labels .components-toolbar, .show-icon-labels .components-toolbar-group { flex-shrink: 1; }
|
| 4225 |
+
|
| 4226 |
+
.show-icon-labels .block-editor-rich-text__inline-format-toolbar-group .components-button + .components-button { margin-left: 6px; }
|
| 4227 |
|
| 4228 |
.block-editor-inserter { display: inline-block; background: none; border: none; padding: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 13px; line-height: 0; }
|
| 4229 |
|
| 4230 |
@media (min-width: 782px) { .block-editor-inserter { position: relative; } }
|
| 4231 |
|
| 4232 |
+
.block-editor-inserter__popover.is-quick .components-popover__content { border: none; }
|
| 4233 |
+
|
| 4234 |
+
.block-editor-inserter__popover.is-quick .components-popover__content .block-editor-inserter__quick-inserter > * { border-left: 1px solid #ccc; border-right: 1px solid #ccc; }
|
| 4235 |
+
|
| 4236 |
+
.block-editor-inserter__popover.is-quick .components-popover__content .block-editor-inserter__quick-inserter > *:first-child { border-top: 1px solid #ccc; }
|
| 4237 |
+
|
| 4238 |
+
.block-editor-inserter__popover.is-quick .components-popover__content .block-editor-inserter__quick-inserter > *:last-child { border-bottom: 1px solid #ccc; }
|
| 4239 |
+
|
| 4240 |
+
.block-editor-inserter__popover.is-quick .components-popover__content .block-editor-inserter__quick-inserter > *.components-button { border: 1px solid #1e1e1e; }
|
| 4241 |
+
|
| 4242 |
.block-editor-inserter__popover .block-editor-inserter__menu { margin: -12px; }
|
| 4243 |
|
| 4244 |
.block-editor-inserter__popover .block-editor-inserter__menu .block-editor-inserter__tabs .components-tab-panel__tabs { top: 60px; }
|
| 4249 |
|
| 4250 |
.block-editor-inserter__toggle.components-button { display: inline-flex; align-items: center; cursor: pointer; border: none; outline: none; padding: 0; transition: color 0.2s ease; }
|
| 4251 |
|
| 4252 |
+
@media (prefers-reduced-motion: reduce) { .block-editor-inserter__toggle.components-button { transition-duration: 0s; transition-delay: 0s; } }
|
| 4253 |
|
| 4254 |
.block-editor-inserter__menu { height: 100%; position: relative; overflow: visible; }
|
| 4255 |
|
| 4267 |
|
| 4268 |
.block-editor-inserter__search input[type=search].block-editor-inserter__search-input { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; padding: 6px 8px; box-shadow: 0 0 0 transparent; transition: box-shadow 0.1s linear; border-radius: 2px; border: 1px solid #757575; /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px; /* Override core line-height. To be reviewed. */ line-height: normal; display: block; padding: 16px 48px 16px 16px; background: #f0f0f0; border: none; width: 100%; height: 48px; /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px; }
|
| 4269 |
|
| 4270 |
+
@media (prefers-reduced-motion: reduce) { .block-editor-inserter__search input[type=search].block-editor-inserter__search-input { transition-duration: 0s; transition-delay: 0s; } }
|
| 4271 |
|
| 4272 |
@media (min-width: 600px) { .block-editor-inserter__search input[type=search].block-editor-inserter__search-input { font-size: 13px; /* Override core line-height. To be reviewed. */ line-height: normal; } }
|
| 4273 |
|
| 4274 |
+
.block-editor-inserter__search input[type=search].block-editor-inserter__search-input:focus { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0 1px #007cba; box-shadow: 0 0 0 1px var(--wp-admin-theme-color); outline: 2px solid transparent; }
|
| 4275 |
|
| 4276 |
.block-editor-inserter__search input[type=search].block-editor-inserter__search-input::-webkit-input-placeholder { color: rgba(30, 30, 30, 0.62); }
|
| 4277 |
|
| 4287 |
|
| 4288 |
@media (min-width: 600px) { .block-editor-inserter__search input[type=search].block-editor-inserter__search-input { font-size: 13px; } }
|
| 4289 |
|
| 4290 |
+
.block-editor-inserter__search input[type=search].block-editor-inserter__search-input:focus { background: #fff; box-shadow: 0 0 0 2px #007cba; box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); }
|
| 4291 |
|
| 4292 |
.block-editor-inserter__search input[type=search].block-editor-inserter__search-input:-ms-input-placeholder { color: #757575; }
|
| 4293 |
|
| 4307 |
|
| 4308 |
.block-editor-inserter__tabs .components-tab-panel__tabs .components-tab-panel__tabs-item { flex-grow: 1; margin-bottom: -1px; }
|
| 4309 |
|
| 4310 |
+
.block-editor-inserter__tabs .components-tab-panel__tab-content { display: flex; flex-grow: 1; flex-direction: column; position: relative; z-index: 0; }
|
| 4311 |
|
| 4312 |
.block-editor-inserter__panel-header { display: inline-flex; align-items: center; padding: 16px 16px 0; }
|
| 4313 |
|
| 4314 |
+
.block-editor-inserter__panel-header-patterns { padding: 16px 16px 0; }
|
| 4315 |
|
| 4316 |
.block-editor-inserter__panel-content { padding: 16px; }
|
| 4317 |
|
| 4363 |
|
| 4364 |
.block-editor-inserter__quick-inserter-results .block-editor-inserter__panel-header { height: 0; padding: 0; float: left; }
|
| 4365 |
|
|
|
|
|
|
|
| 4366 |
.block-editor-inserter__quick-inserter.has-search .block-editor-inserter__panel-content, .block-editor-inserter__quick-inserter.has-expand .block-editor-inserter__panel-content { padding: 16px; }
|
| 4367 |
|
| 4368 |
+
.block-editor-inserter__quick-inserter-patterns .block-editor-block-patterns-list { display: -ms-grid; display: grid; -ms-grid-columns: 1fr 1fr; grid-template-columns: 1fr 1fr; grid-gap: 8px; }
|
| 4369 |
|
| 4370 |
.block-editor-inserter__quick-inserter-separator { border-top: 1px solid #ddd; }
|
| 4371 |
|
| 4397 |
|
| 4398 |
@media (min-width: 600px) { .edit-post-header.has-reduced-ui .edit-post-header__settings .editor-post-save-draft, .edit-post-header.has-reduced-ui .edit-post-header__settings .editor-post-saved-state, .edit-post-header.has-reduced-ui .edit-post-header__settings .block-editor-post-preview__button-toggle { transition: opacity 0.1s linear; } }
|
| 4399 |
|
| 4400 |
+
@media (min-width: 600px) and (prefers-reduced-motion: reduce) { .edit-post-header.has-reduced-ui .edit-post-header__settings .editor-post-save-draft, .edit-post-header.has-reduced-ui .edit-post-header__settings .editor-post-saved-state, .edit-post-header.has-reduced-ui .edit-post-header__settings .block-editor-post-preview__button-toggle { transition-duration: 0s; transition-delay: 0s; } }
|
| 4401 |
|
| 4402 |
@media (min-width: 600px) { .edit-post-header.has-reduced-ui:not(:hover) .edit-post-header__settings .editor-post-save-draft, .edit-post-header.has-reduced-ui:not(:hover) .edit-post-header__settings .editor-post-saved-state, .edit-post-header.has-reduced-ui:not(:hover) .edit-post-header__settings .block-editor-post-preview__button-toggle { opacity: 0; }
|
| 4403 |
.edit-post-header.has-reduced-ui:not(:hover) .edit-post-header__settings .block-editor-post-preview__button-toggle.is-opened { opacity: 1; } }
|
| 4404 |
|
| 4405 |
+
body.admin-color-light { --wp-admin-theme-color: #0085ba; --wp-admin-theme-color-darker-10: #0073a1; --wp-admin-theme-color-darker-20: #006187; --wp-admin-border-width-focus: 2px; }
|
| 4406 |
+
|
| 4407 |
+
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { body.admin-color-light { --wp-admin-border-width-focus: 1.5px; } }
|
| 4408 |
+
|
| 4409 |
+
body.admin-color-modern { --wp-admin-theme-color: #3858e9; --wp-admin-theme-color-darker-10: #2145e6; --wp-admin-theme-color-darker-20: #183ad6; --wp-admin-border-width-focus: 2px; }
|
| 4410 |
+
|
| 4411 |
+
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { body.admin-color-modern { --wp-admin-border-width-focus: 1.5px; } }
|
| 4412 |
+
|
| 4413 |
+
body.admin-color-blue { --wp-admin-theme-color: #096484; --wp-admin-theme-color-darker-10: #07526c; --wp-admin-theme-color-darker-20: #064054; --wp-admin-border-width-focus: 2px; }
|
| 4414 |
+
|
| 4415 |
+
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { body.admin-color-blue { --wp-admin-border-width-focus: 1.5px; } }
|
| 4416 |
+
|
| 4417 |
+
body.admin-color-coffee { --wp-admin-theme-color: #46403c; --wp-admin-theme-color-darker-10: #383330; --wp-admin-theme-color-darker-20: #2b2724; --wp-admin-border-width-focus: 2px; }
|
| 4418 |
+
|
| 4419 |
+
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { body.admin-color-coffee { --wp-admin-border-width-focus: 1.5px; } }
|
| 4420 |
+
|
| 4421 |
+
body.admin-color-ectoplasm { --wp-admin-theme-color: #523f6d; --wp-admin-theme-color-darker-10: #46365d; --wp-admin-theme-color-darker-20: #3a2c4d; --wp-admin-border-width-focus: 2px; }
|
| 4422 |
+
|
| 4423 |
+
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { body.admin-color-ectoplasm { --wp-admin-border-width-focus: 1.5px; } }
|
| 4424 |
+
|
| 4425 |
+
body.admin-color-midnight { --wp-admin-theme-color: #e14d43; --wp-admin-theme-color-darker-10: #dd382d; --wp-admin-theme-color-darker-20: #d02c21; --wp-admin-border-width-focus: 2px; }
|
| 4426 |
+
|
| 4427 |
+
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { body.admin-color-midnight { --wp-admin-border-width-focus: 1.5px; } }
|
| 4428 |
+
|
| 4429 |
+
body.admin-color-ocean { --wp-admin-theme-color: #627c83; --wp-admin-theme-color-darker-10: #576e74; --wp-admin-theme-color-darker-20: #4c6066; --wp-admin-border-width-focus: 2px; }
|
| 4430 |
+
|
| 4431 |
+
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { body.admin-color-ocean { --wp-admin-border-width-focus: 1.5px; } }
|
| 4432 |
+
|
| 4433 |
+
body.admin-color-sunrise { --wp-admin-theme-color: #dd823b; --wp-admin-theme-color-darker-10: #d97426; --wp-admin-theme-color-darker-20: #c36922; --wp-admin-border-width-focus: 2px; }
|
| 4434 |
+
|
| 4435 |
+
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { body.admin-color-sunrise { --wp-admin-border-width-focus: 1.5px; } }
|
| 4436 |
+
|
| 4437 |
/** Colors */
|
| 4438 |
/** Breakpoints & Media Queries */
|
| 4439 |
+
/** SCSS Variables. Please use variables from this sheet to ensure consistency across the UI. Don't add to this sheet unless you're pretty sure the value will be reused in many places. For example, don't add rules to this sheet that affect block visuals. It's purely for UI. */
|
| 4440 |
/** Colors */
|
| 4441 |
/** Fonts & basic variables. */
|
| 4442 |
/** Grid System. https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/ */
|
| 4454 |
/** Allows users to opt-out of animations via OS-level preferences. */
|
| 4455 |
/** Reset default styles for JavaScript UI based pages. This is a WP-admin agnostic reset */
|
| 4456 |
/** Reset the WP Admin page styles for Gutenberg-like pages. */
|
|
|
|
|
|
|
|
|
|
| 4457 |
#start-resizable-editor-section { display: none; }
|
| 4458 |
|
| 4459 |
+
.wp-block-audio { margin: 0 0 1em 0; }
|
| 4460 |
+
|
| 4461 |
.wp-block-audio figcaption { margin-top: 0.5em; margin-bottom: 1em; }
|
| 4462 |
|
| 4463 |
.wp-block-audio audio { width: 100%; min-width: 300px; }
|
| 4464 |
|
| 4465 |
+
.wp-block-button__link { color: #fff; background-color: #32373c; border-radius: 9999px; box-shadow: none; cursor: pointer; display: inline-block; font-size: 1.125em; padding: calc(0.667em + 2px) calc(1.333em + 2px); text-align: center; text-decoration: none; overflow-wrap: break-word; box-sizing: border-box; }
|
| 4466 |
|
| 4467 |
.wp-block-button__link:hover, .wp-block-button__link:focus, .wp-block-button__link:active, .wp-block-button__link:visited { color: #fff; }
|
| 4468 |
|
| 4480 |
|
| 4481 |
.wp-block-buttons > .wp-block-button.wp-block-button__width-75 { width: calc(75% - 0.5em); }
|
| 4482 |
|
| 4483 |
+
.wp-block-buttons > .wp-block-button.wp-block-button__width-100 { margin-right: 0; width: 100%; }
|
| 4484 |
|
| 4485 |
.wp-block-button.is-style-squared, .wp-block-button__link.wp-block-button.is-style-squared { border-radius: 0; }
|
| 4486 |
|
| 4487 |
.wp-block-button.no-border-radius, .wp-block-button__link.no-border-radius { border-radius: 0 !important; }
|
| 4488 |
|
| 4489 |
+
.is-style-outline > .wp-block-button__link, .wp-block-button__link.is-style-outline { border: 2px solid currentColor; padding: 0.667em 1.333em; }
|
| 4490 |
|
| 4491 |
+
.is-style-outline > .wp-block-button__link:not(.has-text-color), .wp-block-button__link.is-style-outline:not(.has-text-color) { color: currentColor; }
|
| 4492 |
|
| 4493 |
.is-style-outline > .wp-block-button__link:not(.has-background), .wp-block-button__link.is-style-outline:not(.has-background) { background-color: transparent; }
|
| 4494 |
|
| 4495 |
+
.wp-block-buttons { display: flex; flex-direction: row; flex-wrap: wrap; /* stylelint-disable indentation */ }
|
| 4496 |
|
| 4497 |
.wp-block-buttons.is-vertical { flex-direction: column; }
|
| 4498 |
|
| 4500 |
|
| 4501 |
.wp-block-buttons.is-vertical > .wp-block-button:last-child { margin-bottom: 0; }
|
| 4502 |
|
| 4503 |
+
.wp-block-buttons > .wp-block-button { display: inline-block; /*rtl:ignore*/ margin-left: 0; /*rtl:ignore*/ margin-right: 0.5em; margin-bottom: 0.5em; }
|
| 4504 |
|
| 4505 |
.wp-block-buttons > .wp-block-button:last-child { /*rtl:ignore*/ margin-right: 0; }
|
| 4506 |
|
| 4520 |
|
| 4521 |
.wp-block-buttons.is-content-justification-right.is-vertical { align-items: flex-end; }
|
| 4522 |
|
| 4523 |
+
.wp-block-buttons.is-content-justification-space-between { justify-content: space-between; }
|
| 4524 |
+
|
| 4525 |
.wp-block-buttons.aligncenter { text-align: center; }
|
| 4526 |
|
| 4527 |
.wp-block-buttons.alignleft .wp-block-button { /*rtl:ignore*/ margin-left: 0; /*rtl:ignore*/ margin-right: 0.5em; }
|
| 4532 |
|
| 4533 |
.wp-block-buttons.alignright .wp-block-button:first-child { /*rtl:ignore*/ margin-left: 0; }
|
| 4534 |
|
| 4535 |
+
.wp-block-buttons:not(.is-content-justification-space-between, .is-content-justification-right, .is-content-justification-left, .is-content-justification-center) .wp-block-button.aligncenter { /* stylelint-enable indentation */ margin-left: auto; margin-right: auto; margin-bottom: 0.5em; width: 100%; }
|
| 4536 |
+
|
| 4537 |
.wp-block-calendar { text-align: center; }
|
| 4538 |
|
| 4539 |
.wp-block-calendar th, .wp-block-calendar tbody td { padding: 0.25em; border: 1px solid #ddd; }
|
| 4554 |
|
| 4555 |
.wp-block-code code { display: block; white-space: pre-wrap; overflow-wrap: break-word; }
|
| 4556 |
|
| 4557 |
+
.wp-block-columns { display: flex; margin-bottom: 1.75em; box-sizing: border-box; flex-wrap: wrap; /** All Columns Alignment */ }
|
| 4558 |
|
| 4559 |
@media (min-width: 782px) { .wp-block-columns { flex-wrap: nowrap; } }
|
| 4560 |
|
| 4585 |
|
| 4586 |
.wp-block-column.is-vertically-aligned-top, .wp-block-column.is-vertically-aligned-center, .wp-block-column.is-vertically-aligned-bottom { width: 100%; }
|
| 4587 |
|
| 4588 |
+
.wp-block-cover-image, .wp-block-cover { position: relative; background-size: cover; background-position: center center; min-height: 430px; width: 100%; display: flex; justify-content: center; align-items: center; padding: 1em; box-sizing: border-box; /** Set a default background color for has-background-dim _unless_ it includes another background-color class (e.g. has-green-background-color). The presence of another background-color class implies that another style will provide the background color for the overlay. See: - Issue with background color specificity: https://github.com/WordPress/gutenberg/issues/26545 - Issue with alternative fix: https://github.com/WordPress/gutenberg/issues/26545 */ }
|
| 4589 |
|
| 4590 |
.wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax { background-attachment: fixed; }
|
| 4591 |
|
| 4631 |
|
| 4632 |
.wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container { width: 100%; z-index: 1; color: #fff; }
|
| 4633 |
|
| 4634 |
+
.wp-block-cover-image p:not(.has-text-color), .wp-block-cover-image h1:not(.has-text-color), .wp-block-cover-image h2:not(.has-text-color), .wp-block-cover-image h3:not(.has-text-color), .wp-block-cover-image h4:not(.has-text-color), .wp-block-cover-image h5:not(.has-text-color), .wp-block-cover-image h6:not(.has-text-color), .wp-block-cover p:not(.has-text-color), .wp-block-cover h1:not(.has-text-color), .wp-block-cover h2:not(.has-text-color), .wp-block-cover h3:not(.has-text-color), .wp-block-cover h4:not(.has-text-color), .wp-block-cover h5:not(.has-text-color), .wp-block-cover h6:not(.has-text-color) { color: inherit; }
|
| 4635 |
|
| 4636 |
.wp-block-cover-image.is-position-top-left, .wp-block-cover.is-position-top-left { align-items: flex-start; justify-content: flex-start; }
|
| 4637 |
|
| 4653 |
|
| 4654 |
.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container { margin: 0; width: auto; }
|
| 4655 |
|
| 4656 |
+
.wp-block-cover-image img.wp-block-cover__image-background, .wp-block-cover-image video.wp-block-cover__video-background, .wp-block-cover img.wp-block-cover__image-background, .wp-block-cover video.wp-block-cover__video-background { position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: 0; padding: 0; width: 100%; height: 100%; max-width: none; max-height: none; -o-object-fit: cover; object-fit: cover; outline: none; border: none; box-shadow: none; }
|
| 4657 |
+
|
| 4658 |
+
.wp-block-cover__video-background { z-index: 0; }
|
| 4659 |
+
|
| 4660 |
+
.wp-block-cover__image-background { z-index: 0; }
|
| 4661 |
|
| 4662 |
section.wp-block-cover-image h2, .wp-block-cover-image-text, .wp-block-cover-text { color: #fff; }
|
| 4663 |
|
| 4677 |
|
| 4678 |
.wp-block[data-align=left] > [data-type="core/embed"] .wp-block-embed__wrapper, .wp-block[data-align=right] > [data-type="core/embed"] .wp-block-embed__wrapper, .wp-block-embed.alignleft .wp-block-embed__wrapper, .wp-block-embed.alignright .wp-block-embed__wrapper { min-width: 280px; }
|
| 4679 |
|
| 4680 |
+
.wp-block-cover .wp-block-embed { min-width: 320px; min-height: 240px; }
|
| 4681 |
+
|
| 4682 |
+
.wp-block-embed { margin: 0 0 1em 0; }
|
| 4683 |
|
| 4684 |
.wp-block-embed figcaption { margin-top: 0.5em; margin-bottom: 1em; }
|
| 4685 |
|
| 4721 |
|
| 4722 |
.wp-block-gallery, .blocks-gallery-grid { display: flex; flex-wrap: wrap; list-style-type: none; padding: 0; margin: 0; }
|
| 4723 |
|
| 4724 |
+
.wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item, .blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item { margin: 0 1em 1em 0; display: flex; flex-grow: 1; flex-direction: column; justify-content: center; position: relative; align-self: flex-start; width: calc(50% - 1em); }
|
| 4725 |
|
| 4726 |
.wp-block-gallery .blocks-gallery-image:nth-of-type(even), .wp-block-gallery .blocks-gallery-item:nth-of-type(even), .blocks-gallery-grid .blocks-gallery-image:nth-of-type(even), .blocks-gallery-grid .blocks-gallery-item:nth-of-type(even) { margin-right: 0; }
|
| 4727 |
|
| 4739 |
|
| 4740 |
.wp-block-gallery figcaption, .blocks-gallery-grid figcaption { flex-grow: 1; }
|
| 4741 |
|
| 4742 |
+
.wp-block-gallery.is-cropped .blocks-gallery-image, .wp-block-gallery.is-cropped .blocks-gallery-item, .blocks-gallery-grid.is-cropped .blocks-gallery-image, .blocks-gallery-grid.is-cropped .blocks-gallery-item { -ms-grid-row-align: inherit; align-self: inherit; }
|
| 4743 |
+
|
| 4744 |
.wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img, .blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img { width: 100%; }
|
| 4745 |
|
| 4746 |
@supports (position: sticky) { .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img, .blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img { height: 100%; flex: 1; -o-object-fit: cover; object-fit: cover; } }
|
| 4772 |
|
| 4773 |
h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background { padding: 1.25em 2.375em; }
|
| 4774 |
|
| 4775 |
+
.wp-block-image { margin: 0 0 1em 0; }
|
| 4776 |
|
| 4777 |
.wp-block-image img { max-width: 100%; }
|
| 4778 |
|
| 4779 |
+
.wp-block-image:not(.is-style-rounded) img { border-radius: inherit; }
|
| 4780 |
+
|
| 4781 |
.wp-block-image.aligncenter { text-align: center; }
|
| 4782 |
|
| 4783 |
.wp-block-image.alignfull img, .wp-block-image.alignwide img { width: 100%; }
|
| 4800 |
|
| 4801 |
@supports ((-webkit-mask-image: none) or (mask-image: none)) or (-webkit-mask-image: none) { .wp-block-image.is-style-circle-mask img { /* stylelint-disable */ -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>'); mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>'); /* stylelint-enable */ mask-mode: alpha; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-size: contain; mask-size: contain; -webkit-mask-position: center; mask-position: center; border-radius: 0; } }
|
| 4802 |
|
| 4803 |
+
ol.wp-block-latest-comments { padding-left: 0; }
|
| 4804 |
+
|
| 4805 |
.wp-block-latest-comments__comment { line-height: 1.1; list-style: none; margin-bottom: 1em; }
|
| 4806 |
|
| 4807 |
.has-avatars .wp-block-latest-comments__comment { min-height: 2.25em; list-style: none; }
|
| 4890 |
.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media { -ms-grid-column: 1; grid-column: 1; -ms-grid-row: 1; grid-row: 1; }
|
| 4891 |
.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content { -ms-grid-column: 1; grid-column: 1; -ms-grid-row: 2; grid-row: 2; } }
|
| 4892 |
|
| 4893 |
+
.wp-block-navigation ul, .wp-block-navigation ul li { list-style: none; padding: 0; }
|
| 4894 |
|
| 4895 |
+
.wp-block-navigation__container { align-items: center; list-style: none; margin: 0; padding-left: 0; display: flex; flex-wrap: wrap; }
|
| 4896 |
+
|
| 4897 |
+
.is-vertical .wp-block-navigation__container { display: block; }
|
| 4898 |
|
| 4899 |
.items-justified-center > ul { justify-content: center; }
|
| 4900 |
|
| 4901 |
.items-justified-right > ul { justify-content: flex-end; }
|
| 4902 |
|
| 4903 |
+
.items-justified-space-between > ul { justify-content: space-between; }
|
| 4904 |
|
| 4905 |
+
.wp-block-navigation .wp-block-pages-list__item, .wp-block-navigation .wp-block-navigation-link { display: flex; align-items: center; position: relative; margin: 0 0.5em 0 0; }
|
| 4906 |
|
| 4907 |
+
.wp-block-navigation .wp-block-pages-list__item .wp-block-navigation-link__container:empty, .wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__container:empty { display: none; }
|
| 4908 |
|
| 4909 |
+
.wp-block-navigation .wp-block-navigation__container > .wp-block-pages-list__item:last-child, .wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-link:last-child { margin-right: 0; }
|
| 4910 |
+
|
| 4911 |
+
.wp-block-navigation .wp-block-pages-list__item__link, .wp-block-navigation .wp-block-navigation-link__content { color: inherit; display: block; padding: 0.5em 1em; }
|
| 4912 |
+
|
| 4913 |
+
.wp-block-navigation[style*=text-decoration] .wp-block-pages-list__item, .wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__container, .wp-block-navigation[style*=text-decoration] .wp-block-navigation-link { text-decoration: inherit; }
|
| 4914 |
+
|
| 4915 |
+
.wp-block-navigation[style*=text-decoration] .wp-block-pages-list__item__link, .wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content { text-decoration: inherit; }
|
| 4916 |
+
|
| 4917 |
+
.wp-block-navigation[style*=text-decoration] .wp-block-pages-list__item__link:focus, .wp-block-navigation[style*=text-decoration] .wp-block-pages-list__item__link:active, .wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:focus, .wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:active { text-decoration: inherit; }
|
| 4918 |
+
|
| 4919 |
+
.wp-block-navigation:not([style*=text-decoration]) .wp-block-pages-list__item__link, .wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content { text-decoration: none; }
|
| 4920 |
+
|
| 4921 |
+
.wp-block-navigation:not([style*=text-decoration]) .wp-block-pages-list__item__link:focus, .wp-block-navigation:not([style*=text-decoration]) .wp-block-pages-list__item__link:active, .wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:focus, .wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:active { text-decoration: none; }
|
| 4922 |
|
| 4923 |
+
.wp-block-navigation .wp-block-navigation-link__label { word-break: normal; overflow-wrap: break-word; }
|
| 4924 |
|
| 4925 |
+
.wp-block-navigation .wp-block-page-list__submenu-icon, .wp-block-navigation .wp-block-navigation-link__submenu-icon { height: inherit; padding: 0.375em 1em 0.375em 0; }
|
| 4926 |
|
| 4927 |
+
.wp-block-navigation .wp-block-page-list__submenu-icon svg, .wp-block-navigation .wp-block-navigation-link__submenu-icon svg { stroke: currentColor; }
|
| 4928 |
|
| 4929 |
+
.wp-block-navigation .has-child > .wp-block-pages-list__item__link, .wp-block-navigation .has-child > .wp-block-navigation-link__content { padding-right: 0.5em; }
|
| 4930 |
|
| 4931 |
+
.wp-block-navigation .has-child .submenu-container, .wp-block-navigation .has-child .wp-block-navigation-link__container { background-color: inherit; color: inherit; position: absolute; left: 0; top: 100%; z-index: 2; display: flex; flex-direction: column; align-items: normal; min-width: 200px; opacity: 0; transition: opacity 0.1s linear; visibility: hidden; }
|
|
|
|
|
|
|
|
|
|
| 4932 |
|
| 4933 |
+
.wp-block-navigation .has-child .submenu-container > .wp-block-pages-list__item, .wp-block-navigation .has-child .submenu-container > .wp-block-navigation-link, .wp-block-navigation .has-child .wp-block-navigation-link__container > .wp-block-pages-list__item, .wp-block-navigation .has-child .wp-block-navigation-link__container > .wp-block-navigation-link { margin: 0; }
|
| 4934 |
|
| 4935 |
+
.wp-block-navigation .has-child .submenu-container > .wp-block-pages-list__item > .wp-block-pages-list__item__link, .wp-block-navigation .has-child .submenu-container > .wp-block-pages-list__item > .wp-block-navigation-link__content, .wp-block-navigation .has-child .submenu-container > .wp-block-navigation-link > .wp-block-pages-list__item__link, .wp-block-navigation .has-child .submenu-container > .wp-block-navigation-link > .wp-block-navigation-link__content, .wp-block-navigation .has-child .wp-block-navigation-link__container > .wp-block-pages-list__item > .wp-block-pages-list__item__link, .wp-block-navigation .has-child .wp-block-navigation-link__container > .wp-block-pages-list__item > .wp-block-navigation-link__content, .wp-block-navigation .has-child .wp-block-navigation-link__container > .wp-block-navigation-link > .wp-block-pages-list__item__link, .wp-block-navigation .has-child .wp-block-navigation-link__container > .wp-block-navigation-link > .wp-block-navigation-link__content { flex-grow: 1; }
|
| 4936 |
|
| 4937 |
+
.wp-block-navigation .has-child .submenu-container > .wp-block-pages-list__item > .wp-block-page-list__submenu-icon, .wp-block-navigation .has-child .submenu-container > .wp-block-pages-list__item > .wp-block-navigation-link__submenu-icon, .wp-block-navigation .has-child .submenu-container > .wp-block-navigation-link > .wp-block-page-list__submenu-icon, .wp-block-navigation .has-child .submenu-container > .wp-block-navigation-link > .wp-block-navigation-link__submenu-icon, .wp-block-navigation .has-child .wp-block-navigation-link__container > .wp-block-pages-list__item > .wp-block-page-list__submenu-icon, .wp-block-navigation .has-child .wp-block-navigation-link__container > .wp-block-pages-list__item > .wp-block-navigation-link__submenu-icon, .wp-block-navigation .has-child .wp-block-navigation-link__container > .wp-block-navigation-link > .wp-block-page-list__submenu-icon, .wp-block-navigation .has-child .wp-block-navigation-link__container > .wp-block-navigation-link > .wp-block-navigation-link__submenu-icon { padding-right: 0.5em; }
|
| 4938 |
|
| 4939 |
+
@media (min-width: 782px) { .wp-block-navigation .has-child .submenu-container .submenu-container, .wp-block-navigation .has-child .submenu-container .wp-block-navigation-link__container, .wp-block-navigation .has-child .wp-block-navigation-link__container .submenu-container, .wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container { left: 100%; top: 0; }
|
| 4940 |
+
.wp-block-navigation .has-child .submenu-container .submenu-container::before, .wp-block-navigation .has-child .submenu-container .wp-block-navigation-link__container::before, .wp-block-navigation .has-child .wp-block-navigation-link__container .submenu-container::before, .wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container::before { content: ""; position: absolute; right: 100%; height: 100%; display: block; width: 0.5em; background: transparent; }
|
| 4941 |
+
.wp-block-navigation .has-child .submenu-container .wp-block-page-list__submenu-icon svg, .wp-block-navigation .has-child .submenu-container .wp-block-navigation-link__submenu-icon svg, .wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-page-list__submenu-icon svg, .wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link__submenu-icon svg { transform: rotate(-90deg); } }
|
| 4942 |
|
| 4943 |
+
.wp-block-navigation .has-child:hover > .wp-block-navigation-link__container { visibility: visible; opacity: 1; }
|
| 4944 |
|
| 4945 |
+
.wp-block-navigation .has-child:focus-within > .wp-block-navigation-link__container { visibility: visible; opacity: 1; }
|
| 4946 |
|
| 4947 |
+
.wp-block-navigation .has-child:hover { cursor: pointer; }
|
| 4948 |
|
| 4949 |
+
.wp-block-navigation .has-child:hover > .submenu-container { visibility: visible; opacity: 1; }
|
| 4950 |
|
| 4951 |
+
.wp-block-navigation .has-child:focus-within { cursor: pointer; }
|
| 4952 |
|
| 4953 |
+
.wp-block-navigation .has-child:focus-within > .submenu-container { visibility: visible; opacity: 1; }
|
| 4954 |
|
| 4955 |
+
.wp-block-navigation.items-justified-space-between > .submenu-container > .has-child:last-child .submenu-container, .wp-block-navigation.items-justified-space-between > .submenu-container > .has-child:last-child .wp-block-navigation-link__container, .wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .submenu-container, .wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation-link__container, .wp-block-navigation.items-justified-right .has-child .submenu-container, .wp-block-navigation.items-justified-right .has-child .wp-block-navigation-link__container { left: auto; right: 0; }
|
| 4956 |
|
| 4957 |
+
.wp-block-navigation.items-justified-space-between > .submenu-container > .has-child:last-child .submenu-container .submenu-container, .wp-block-navigation.items-justified-space-between > .submenu-container > .has-child:last-child .submenu-container .wp-block-navigation-link__container, .wp-block-navigation.items-justified-space-between > .submenu-container > .has-child:last-child .wp-block-navigation-link__container .submenu-container, .wp-block-navigation.items-justified-space-between > .submenu-container > .has-child:last-child .wp-block-navigation-link__container .wp-block-navigation-link__container, .wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .submenu-container .submenu-container, .wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .submenu-container .wp-block-navigation-link__container, .wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation-link__container .submenu-container, .wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation-link__container .wp-block-navigation-link__container, .wp-block-navigation.items-justified-right .has-child .submenu-container .submenu-container, .wp-block-navigation.items-justified-right .has-child .submenu-container .wp-block-navigation-link__container, .wp-block-navigation.items-justified-right .has-child .wp-block-navigation-link__container .submenu-container, .wp-block-navigation.items-justified-right .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container { left: auto; right: 100%; }
|
| 4958 |
|
| 4959 |
+
.wp-block-navigation:not(.has-background) .submenu-container, .wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation-link__container { background-color: #fff; color: #000; border: 1px solid rgba(0, 0, 0, 0.15); }
|
| 4960 |
|
| 4961 |
+
.wp-block-navigation:not(.has-background) .submenu-container .submenu-container, .wp-block-navigation:not(.has-background) .submenu-container .wp-block-navigation-link__container, .wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation-link__container .submenu-container, .wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation-link__container .wp-block-navigation-link__container { top: -1px; }
|
| 4962 |
|
| 4963 |
+
.wp-block-navigation .wp-block-page-list { display: flex; flex-wrap: wrap; background-color: inherit; }
|
| 4964 |
|
| 4965 |
+
.wp-block-navigation .wp-block-pages-list__item { background-color: inherit; }
|
| 4966 |
+
|
| 4967 |
+
.wp-block-navigation .wp-block-page-list__submenu-icon { display: none; }
|
| 4968 |
+
|
| 4969 |
+
.wp-block-navigation .show-submenu-icons .wp-block-page-list__submenu-icon { display: block; }
|
| 4970 |
+
|
| 4971 |
+
.is-vertical .wp-block-navigation__container .wp-block-page-list { display: block; }
|
| 4972 |
|
| 4973 |
.is-small-text { font-size: 0.875em; }
|
| 4974 |
|
| 4980 |
|
| 4981 |
.has-drop-cap:not(:focus)::first-letter { float: left; font-size: 8.4em; line-height: 0.68; font-weight: 100; margin: 0.05em 0.1em 0 0; text-transform: uppercase; font-style: normal; }
|
| 4982 |
|
| 4983 |
+
p.has-drop-cap.has-background { overflow: hidden; }
|
| 4984 |
+
|
| 4985 |
p.has-background { padding: 1.25em 2.375em; }
|
| 4986 |
|
| 4987 |
p.has-text-color a { color: inherit; }
|
| 4998 |
|
| 4999 |
.wp-block-post-author__name { font-weight: bold; margin: 0; }
|
| 5000 |
|
| 5001 |
+
.wp-block-post-comments-form input[type=submit] { color: #fff; background-color: #32373c; border: none; border-radius: 9999px; box-shadow: none; cursor: pointer; display: inline-block; font-size: 1.125em; padding: 0.667em 1.333em; text-align: center; text-decoration: none; overflow-wrap: break-word; }
|
| 5002 |
|
| 5003 |
.wp-block-post-comments-form input[type=submit]:hover, .wp-block-post-comments-form input[type=submit]:focus, .wp-block-post-comments-form input[type=submit]:active, .wp-block-post-comments-form input[type=submit]:visited { color: #fff; }
|
| 5004 |
|
| 5005 |
+
.wp-block-post-excerpt__more-link { display: inline-block; }
|
| 5006 |
+
|
| 5007 |
.wp-block-preformatted { white-space: pre-wrap; }
|
| 5008 |
|
| 5009 |
+
.wp-block-preformatted.has-background { padding: 1.25em 2.375em; }
|
| 5010 |
+
|
| 5011 |
+
.wp-block-pullquote { margin: 0 0 1em 0; padding: 3em 0; text-align: center; }
|
| 5012 |
|
| 5013 |
.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright { max-width: 420px; }
|
| 5014 |
|
| 5052 |
.wp-block-query-loop.is-flex-container.is-flex-container.columns-6 > li { width: calc((100% / 6) - 1.25em + (1.25em / 6)); }
|
| 5053 |
.wp-block-query-loop.is-flex-container.is-flex-container.columns-6 > li:nth-child(6n) { margin-right: 0; } }
|
| 5054 |
|
| 5055 |
+
.wp-block-query-pagination { display: flex; flex-direction: row; flex-wrap: wrap; }
|
| 5056 |
+
|
| 5057 |
+
.wp-block-query-pagination > .wp-block-query-pagination-next, .wp-block-query-pagination > .wp-block-query-pagination-previous, .wp-block-query-pagination > .wp-block-query-pagination-numbers { display: inline-block; /*rtl:ignore*/ margin-right: 0.5em; margin-bottom: 0.5em; }
|
| 5058 |
+
|
| 5059 |
+
.wp-block-query-pagination > .wp-block-query-pagination-next:last-child, .wp-block-query-pagination > .wp-block-query-pagination-previous:last-child, .wp-block-query-pagination > .wp-block-query-pagination-numbers:last-child { /*rtl:ignore*/ margin-right: 0; }
|
| 5060 |
+
|
| 5061 |
.wp-block-quote.is-style-large, .wp-block-quote.is-large { margin-bottom: 1em; padding: 0 1em; }
|
| 5062 |
|
| 5063 |
.wp-block-quote.is-style-large p, .wp-block-quote.is-large p { font-size: 1.5em; font-style: italic; line-height: 1.6; }
|
| 5104 |
|
| 5105 |
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button { padding: 0.125em 0.5em; }
|
| 5106 |
|
| 5107 |
+
.wp-block-search.aligncenter .wp-block-search__inside-wrapper { margin: auto; }
|
| 5108 |
+
|
| 5109 |
+
.wp-block-separator { border-top: 1px solid currentColor; border-bottom: 1px solid currentColor; }
|
| 5110 |
+
|
| 5111 |
.wp-block-separator.is-style-wide { border-bottom-width: 1px; }
|
| 5112 |
|
| 5113 |
+
.wp-block-separator.is-style-dots { background: none !important; border: none; text-align: center; width: none; line-height: 1; height: auto; }
|
| 5114 |
|
| 5115 |
.wp-block-separator.is-style-dots::before { content: "···"; color: currentColor; font-size: 1.5em; letter-spacing: 2em; /*rtl:ignore*/ padding-left: 2em; font-family: serif; }
|
| 5116 |
|
| 5117 |
+
.wp-block-site-logo { line-height: 0; }
|
| 5118 |
+
|
| 5119 |
+
.wp-block-site-logo a { display: inline-block; }
|
| 5120 |
+
|
| 5121 |
+
.wp-block-site-logo:not(.is-resized) img { width: 120px; }
|
| 5122 |
|
| 5123 |
+
.wp-block-site-logo .aligncenter { display: table; }
|
| 5124 |
|
| 5125 |
+
.wp-block-site-logo.is-style-rounded img { border-radius: 9999px; }
|
| 5126 |
|
| 5127 |
+
.wp-block-social-links { display: flex; flex-wrap: wrap; padding-left: 0; padding-right: 0; text-indent: 0; margin-left: 0; }
|
| 5128 |
|
| 5129 |
.wp-block-social-links .wp-social-link a, .wp-block-social-links .wp-social-link a:hover { text-decoration: none; border-bottom: 0; box-shadow: none; }
|
| 5130 |
|
| 5148 |
|
| 5149 |
.wp-social-link { display: block; border-radius: 9999px; transition: transform 0.1s ease; height: auto; }
|
| 5150 |
|
| 5151 |
+
@media (prefers-reduced-motion: reduce) { .wp-social-link { transition-duration: 0s; transition-delay: 0s; } }
|
| 5152 |
|
| 5153 |
.wp-social-link a { display: block; line-height: 0; transition: transform 0.1s ease; }
|
| 5154 |
|
| 5312 |
|
| 5313 |
.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress { color: #3499cd; }
|
| 5314 |
|
| 5315 |
+
.wp-block-social-links.is-style-logos-only .wp-social-link-yelp { color: #d32422; }
|
| 5316 |
|
| 5317 |
.wp-block-social-links.is-style-logos-only .wp-social-link-youtube { color: #f00; }
|
| 5318 |
|
| 5322 |
|
| 5323 |
.wp-block-spacer { clear: both; }
|
| 5324 |
|
|
|
|
|
|
|
| 5325 |
.wp-block-tag-cloud.aligncenter { text-align: center; }
|
| 5326 |
|
| 5327 |
.wp-block-tag-cloud.alignfull { padding-left: 1em; padding-right: 1em; }
|
| 5328 |
|
| 5329 |
+
.wp-block-table { margin: 0 0 1em 0; overflow-x: auto; }
|
| 5330 |
|
| 5331 |
+
.wp-block-table table { border-collapse: collapse; width: 100%; }
|
| 5332 |
|
| 5333 |
.wp-block-table .has-fixed-layout { table-layout: fixed; width: 100%; }
|
| 5334 |
|
| 5376 |
|
| 5377 |
.wp-block-text-columns.columns-4 .wp-block-column { width: calc(100% / 4); }
|
| 5378 |
|
| 5379 |
+
pre.wp-block-verse { font-family: inherit; overflow: auto; white-space: pre-wrap; }
|
| 5380 |
|
| 5381 |
+
.wp-block-video { margin: 0 0 1em 0; }
|
| 5382 |
|
| 5383 |
.wp-block-video video { width: 100%; }
|
| 5384 |
|
| 5486 |
|
| 5487 |
:root .has-midnight-gradient-background { background: linear-gradient(135deg, #020381 0%, #2874fc 100%); }
|
| 5488 |
|
| 5489 |
+
:root .has-link-color a:not(.wp-block-button__link) { color: #00e; color: var(--wp--style--color--link, #00e); }
|
| 5490 |
|
| 5491 |
.has-small-font-size { font-size: 0.8125em; }
|
| 5492 |
|
| 5508 |
|
| 5509 |
.aligncenter { clear: both; }
|
| 5510 |
|
| 5511 |
+
.items-justified-left { justify-content: flex-start; }
|
| 5512 |
+
|
| 5513 |
+
.items-justified-center { justify-content: center; }
|
| 5514 |
+
|
| 5515 |
+
.items-justified-right { justify-content: flex-end; }
|
| 5516 |
+
|
| 5517 |
+
.items-justified-space-between { justify-content: space-between; }
|
| 5518 |
+
|
| 5519 |
+
.screen-reader-text { border: 0; clip: rect(1px, 1px, 1px, 1px); -webkit-clip-path: inset(50%); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; word-wrap: normal !important; }
|
| 5520 |
+
|
| 5521 |
+
.screen-reader-text:focus { background-color: #ddd; clip: auto !important; -webkit-clip-path: none; clip-path: none; color: #444; display: block; font-size: 1em; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; }
|
| 5522 |
+
|
| 5523 |
/** Colors */
|
| 5524 |
/** Breakpoints & Media Queries */
|
| 5525 |
+
/** SCSS Variables. Please use variables from this sheet to ensure consistency across the UI. Don't add to this sheet unless you're pretty sure the value will be reused in many places. For example, don't add rules to this sheet that affect block visuals. It's purely for UI. */
|
| 5526 |
/** Colors */
|
| 5527 |
/** Fonts & basic variables. */
|
| 5528 |
/** Grid System. https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/ */
|
| 5540 |
/** Allows users to opt-out of animations via OS-level preferences. */
|
| 5541 |
/** Reset default styles for JavaScript UI based pages. This is a WP-admin agnostic reset */
|
| 5542 |
/** Reset the WP Admin page styles for Gutenberg-like pages. */
|
|
|
|
|
|
|
|
|
|
| 5543 |
#start-resizable-editor-section { display: none; }
|
| 5544 |
|
| 5545 |
.wp-block-audio figcaption { color: #555; font-size: 13px; text-align: center; }
|
| 5564 |
|
| 5565 |
.wp-block-pullquote cite, .wp-block-pullquote footer, .wp-block-pullquote__citation { color: currentColor; text-transform: uppercase; font-size: 0.8125em; font-style: normal; }
|
| 5566 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5567 |
.wp-block-quote { border-left: 0.25em solid currentColor; margin: 0 0 1.75em 0; padding-left: 1em; }
|
| 5568 |
|
| 5569 |
+
.wp-block-quote cite, .wp-block-quote footer { color: currentColor; font-size: 0.8125em; position: relative; font-style: normal; }
|
| 5570 |
|
| 5571 |
.wp-block-quote.has-text-align-right { border-left: none; border-right: 0.25em solid currentColor; padding-left: 0; padding-right: 1em; }
|
| 5572 |
|
| 5580 |
|
| 5581 |
.wp-block-separator { border: none; border-bottom: 2px solid currentColor; margin-left: auto; margin-right: auto; opacity: 0.4; }
|
| 5582 |
|
| 5583 |
+
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) { width: 100px; }
|
| 5584 |
|
| 5585 |
.wp-block-separator.has-background:not(.is-style-dots) { border-bottom: none; height: 1px; }
|
| 5586 |
|
| 5587 |
.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) { height: 2px; }
|
| 5588 |
|
|
|
|
|
|
|
| 5589 |
.wp-block-table thead { border-bottom: 3px solid; }
|
| 5590 |
|
| 5591 |
.wp-block-table tfoot { border-top: 3px solid; }
|
| 5606 |
|
| 5607 |
/** Colors */
|
| 5608 |
/** Breakpoints & Media Queries */
|
| 5609 |
+
/** SCSS Variables. Please use variables from this sheet to ensure consistency across the UI. Don't add to this sheet unless you're pretty sure the value will be reused in many places. For example, don't add rules to this sheet that affect block visuals. It's purely for UI. */
|
| 5610 |
/** Colors */
|
| 5611 |
/** Fonts & basic variables. */
|
| 5612 |
/** Grid System. https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/ */
|
| 5624 |
/** Allows users to opt-out of animations via OS-level preferences. */
|
| 5625 |
/** Reset default styles for JavaScript UI based pages. This is a WP-admin agnostic reset */
|
| 5626 |
/** Reset the WP Admin page styles for Gutenberg-like pages. */
|
|
|
|
|
|
|
|
|
|
| 5627 |
#start-resizable-editor-section { display: none; }
|
| 5628 |
|
| 5629 |
ul.wp-block-archives { padding-left: 2.5em; }
|
| 5644 |
|
| 5645 |
.wp-block-button:not(.has-text-color):not(.is-style-outline) [data-rich-text-placeholder]::after { color: #fff; }
|
| 5646 |
|
| 5647 |
+
.wp-block-button:focus { box-shadow: 0 0 0 1px #fff, 0 0 0 3px var(--wp-admin-theme-color); outline: 2px solid transparent; outline-offset: -2px; }
|
| 5648 |
|
| 5649 |
.wp-block-button[data-rich-text-placeholder]::after { opacity: 0.8; }
|
| 5650 |
|
| 5668 |
|
| 5669 |
.wp-block > .wp-block-buttons { display: flex; flex-wrap: wrap; }
|
| 5670 |
|
| 5671 |
+
.wp-block-buttons { /* stylelint-disable indentation */ }
|
| 5672 |
+
|
| 5673 |
+
.wp-block-buttons > .wp-block { margin-left: 0; margin-top: 0.5em; margin-right: 0.5em; }
|
| 5674 |
|
| 5675 |
.wp-block-buttons > .block-list-appender { display: inline-flex; align-items: center; }
|
| 5676 |
|
| 5678 |
|
| 5679 |
.wp-block-buttons > .wp-block-button:focus { box-shadow: none; }
|
| 5680 |
|
| 5681 |
+
.wp-block-buttons:not(.is-content-justification-space-between, .is-content-justification-right, .is-content-justification-left, .is-content-justification-center) .wp-block[data-align=center] { /* stylelint-enable indentation */ margin-left: auto; margin-right: auto; margin-top: 0; width: 100%; }
|
| 5682 |
+
|
| 5683 |
+
.wp-block-buttons:not(.is-content-justification-space-between, .is-content-justification-right, .is-content-justification-left, .is-content-justification-center) .wp-block[data-align=center] .wp-block-button { margin-bottom: 0; }
|
| 5684 |
+
|
| 5685 |
.wp-block[data-align=center] > .wp-block-buttons { align-items: center; justify-content: center; }
|
| 5686 |
|
| 5687 |
.wp-block[data-align=right] > .wp-block-buttons { justify-content: flex-end; }
|
| 5698 |
|
| 5699 |
.block-editor-block-list__block.wp-block-column.wp-block-column { margin-top: 0; margin-bottom: 0; }
|
| 5700 |
|
|
|
|
|
|
|
| 5701 |
.wp-block-cover.is-placeholder { min-height: auto !important; padding: 0 !important; }
|
| 5702 |
|
| 5703 |
.wp-block-cover.components-placeholder h2 { color: inherit; }
|
| 5720 |
|
| 5721 |
.block-library-cover__resize-container:not(.is-resizing) { height: auto !important; }
|
| 5722 |
|
| 5723 |
+
.wp-block-cover > .components-drop-zone.is-active { transition: 0.2s opacity, 0.2s border; }
|
| 5724 |
+
|
| 5725 |
+
@media (prefers-reduced-motion: reduce) { .wp-block-cover > .components-drop-zone.is-active { transition-duration: 0s; transition-delay: 0s; } }
|
| 5726 |
+
|
| 5727 |
+
.wp-block-cover > .components-drop-zone.is-dragging-over-element { background-color: transparent; border: 48px solid var(--wp-admin-theme-color); }
|
| 5728 |
+
|
| 5729 |
+
.wp-block-cover > .components-drop-zone.is-dragging-over-element .components-drop-zone__content { transform: none; }
|
| 5730 |
+
|
| 5731 |
+
.wp-block-cover > .components-drop-zone .components-drop-zone__content { display: flex; align-items: center; top: -36px; left: -36px; transform: none; }
|
| 5732 |
+
|
| 5733 |
+
.wp-block-cover > .components-drop-zone .components-drop-zone__content-icon, .wp-block-cover > .components-drop-zone .components-drop-zone__content-text { display: inline; }
|
| 5734 |
+
|
| 5735 |
+
.wp-block-cover > .components-drop-zone .components-drop-zone__content-icon { margin: 0; margin-right: 8px; }
|
| 5736 |
+
|
| 5737 |
+
.wp-block-cover > .components-drop-zone .components-drop-zone__content-text { font-size: 13px; }
|
| 5738 |
+
|
| 5739 |
.wp-block-embed { margin-left: 0; margin-right: 0; clear: both; }
|
| 5740 |
|
| 5741 |
.wp-block-embed.is-loading { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 1em; min-height: 200px; text-align: center; border-radius: 2px; background-color: #fff; box-shadow: inset 0 0 0 1px #1e1e1e; }
|
| 5756 |
|
| 5757 |
.wp-block-file .wp-block-file__content-wrapper { flex-grow: 1; }
|
| 5758 |
|
| 5759 |
+
.wp-block-file a { min-width: 1em; }
|
|
|
|
|
|
|
| 5760 |
|
| 5761 |
.wp-block-file .wp-block-file__button-richtext-wrapper { display: inline-block; margin-left: 0.75em; }
|
| 5762 |
|
| 5776 |
|
| 5777 |
.wp-block-freeform.block-library-rich-text__tinymce.mce-edit-focus { outline: none; }
|
| 5778 |
|
| 5779 |
+
.wp-block-freeform.block-library-rich-text__tinymce a { color: var(--wp-admin-theme-color); }
|
| 5780 |
|
| 5781 |
.wp-block-freeform.block-library-rich-text__tinymce:focus a[data-mce-selected] { padding: 0 2px; margin: 0 -2px; border-radius: 2px; box-shadow: 0 0 0 1px #e5f5fa; background: #e5f5fa; }
|
| 5782 |
|
| 5860 |
|
| 5861 |
div[data-type="core/freeform"]::before { transition: border-color 0.1s linear, box-shadow 0.1s linear; border: 1px solid #ddd; outline: 1px solid transparent; }
|
| 5862 |
|
| 5863 |
+
@media (prefers-reduced-motion: reduce) { div[data-type="core/freeform"]::before { transition-duration: 0s; transition-delay: 0s; } }
|
| 5864 |
|
| 5865 |
div[data-type="core/freeform"].is-selected::before { border-color: #1e1e1e; }
|
| 5866 |
|
| 5876 |
|
| 5877 |
.block-library-classic__toolbar { display: none; width: auto; margin: 0; position: sticky; z-index: 31; top: 0; border: 1px solid #ddd; border-bottom: none; border-radius: 2px; margin-bottom: 8px; padding: 0; }
|
| 5878 |
|
| 5879 |
+
div[data-type="core/freeform"].is-selected .block-library-classic__toolbar { display: block; border-color: #1e1e1e; }
|
| 5880 |
|
| 5881 |
.block-library-classic__toolbar .mce-tinymce { box-shadow: none; }
|
| 5882 |
|
| 5912 |
|
| 5913 |
.blocks-gallery-item figure:not(.is-selected):focus, .blocks-gallery-item img:focus { outline: none; }
|
| 5914 |
|
| 5915 |
+
.blocks-gallery-item figure.is-selected::before { box-shadow: 0 0 0 1px #fff inset, 0 0 0 3px var(--wp-admin-theme-color) inset; content: ""; outline: 2px solid transparent; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; pointer-events: none; }
|
| 5916 |
|
| 5917 |
+
.blocks-gallery-item figure.is-selected figcaption { z-index: 2; }
|
| 5918 |
|
| 5919 |
.blocks-gallery-item figure.is-transient img { opacity: 0.3; }
|
| 5920 |
|
| 5926 |
|
| 5927 |
.block-library-gallery-item__inline-menu { display: none; position: absolute; top: -2px; margin: 8px; z-index: 20; transition: box-shadow 0.2s ease-out; border-radius: 2px; background: #fff; border: 1px solid #1e1e1e; }
|
| 5928 |
|
| 5929 |
+
@media (prefers-reduced-motion: reduce) { .block-library-gallery-item__inline-menu { transition-duration: 0s; transition-delay: 0s; } }
|
| 5930 |
|
| 5931 |
.block-library-gallery-item__inline-menu:hover { box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05); }
|
| 5932 |
|
| 5945 |
/** Group: All Alignment Settings */
|
| 5946 |
.wp-block-group .block-editor-block-list__insertion-point { left: 0; right: 0; }
|
| 5947 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5948 |
[data-type="core/group"].is-selected .block-list-appender { margin-left: 0; margin-right: 0; }
|
| 5949 |
|
| 5950 |
[data-type="core/group"].is-selected .has-background .block-list-appender { margin-top: 18px; margin-bottom: 18px; }
|
| 5975 |
|
| 5976 |
.wp-block-image .components-spinner { position: absolute; top: 50%; left: 50%; margin-top: -9px; margin-left: -9px; }
|
| 5977 |
|
| 5978 |
+
.wp-block-image:not(.is-style-rounded) > div { border-radius: inherit; }
|
| 5979 |
+
|
| 5980 |
.wp-block-image .components-resizable-box__container { display: inline-block; }
|
| 5981 |
|
| 5982 |
.wp-block-image .components-resizable-box__container img { display: block; width: inherit; height: inherit; }
|
| 6013 |
|
| 6014 |
.wp-block-image__aspect-ratio .components-button { width: 36px; padding-left: 0; padding-right: 0; }
|
| 6015 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6016 |
.wp-block-latest-posts { padding-left: 2.5em; }
|
| 6017 |
|
| 6018 |
.wp-block-latest-posts.is-grid { padding-left: 0; }
|
| 6021 |
|
| 6022 |
.edit-post-visual-editor .wp-block-latest-posts.is-grid li { margin-bottom: 20px; }
|
| 6023 |
|
| 6024 |
+
.wp-block-legacy-widget__edit-form { background: #fff; border-radius: 2px; border: 1px solid #1e1e1e; padding: 8px 14px; }
|
| 6025 |
+
|
| 6026 |
+
.wp-block-legacy-widget__edit-form .wp-block-legacy-widget__edit-form-title { border-bottom: 1px solid #1e1e1e; color: #000; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 13px; font-weight: 600; margin: -8px -14px 0; padding: 14px 18px; }
|
| 6027 |
+
|
| 6028 |
+
.wp-block-legacy-widget__edit-form .widget-inside { border: none; box-shadow: none; display: block; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }
|
| 6029 |
+
|
| 6030 |
+
.wp-block-legacy-widget__edit-form .widget.open { z-index: 0; }
|
| 6031 |
+
|
| 6032 |
+
.wp-block-legacy-widget__edit-preview { overflow: auto; }
|
| 6033 |
+
|
| 6034 |
+
.wp-block-legacy-widget-inspector-card { padding: 0 16px 16px 60px; }
|
| 6035 |
+
|
| 6036 |
+
.interface-complementary-area .wp-block-legacy-widget-inspector-card__name { margin: 0 0 5px; font-weight: 500; }
|
| 6037 |
|
| 6038 |
.wp-block-media-text .__resizable_base__ { -ms-grid-column: 1; -ms-grid-column-span: 2; grid-column: 1/span 2; -ms-grid-row: 2; grid-row: 2; }
|
| 6039 |
|
| 6053 |
|
| 6054 |
.wp-block-more::before { content: ""; position: absolute; top: calc(50%); left: 0; right: 0; border-top: 3px dashed #ccc; }
|
| 6055 |
|
| 6056 |
+
/** Editor only CSS. */
|
| 6057 |
+
.editor-styles-wrapper .wp-block-navigation ul { margin-top: 0; margin-bottom: 0; margin-left: 0; padding-left: 0; }
|
| 6058 |
|
| 6059 |
.editor-styles-wrapper .wp-block-navigation .block-editor-block-list__block { margin: 0; }
|
| 6060 |
|
| 6061 |
+
.editor-styles-wrapper .wp-block-navigation .block-editor-block-list__block.wp-block-navigation-link { margin: 0 0.5em 0 0; }
|
| 6062 |
|
| 6063 |
+
.editor-styles-wrapper .wp-block-navigation .block-editor-block-list__block.has-child .block-editor-block-list__block.wp-block-navigation-link { margin: 0; }
|
| 6064 |
|
| 6065 |
+
.editor-styles-wrapper .wp-block-navigation .block-editor-block-list__block.wp-block-pages-list__item:last-child, .editor-styles-wrapper .wp-block-navigation .block-editor-block-list__block.wp-block-navigation-link:last-child { margin-right: 0; }
|
|
|
|
|
|
|
| 6066 |
|
| 6067 |
+
/** Submenus. */
|
| 6068 |
.wp-block-navigation__container.is-parent-of-selected-block { visibility: visible; opacity: 1; }
|
| 6069 |
|
| 6070 |
+
.wp-block-navigation__container, .wp-block-navigation-link { background-color: inherit; }
|
| 6071 |
+
|
| 6072 |
+
.wp-block-navigation:not(.is-selected):not(.has-child-selected) .has-child:hover > .wp-block-navigation-link__container { opacity: 0; visibility: hidden; }
|
| 6073 |
+
|
| 6074 |
+
.has-child.is-selected > .wp-block-navigation-link__container, .has-child.has-child-selected > .wp-block-navigation-link__container { opacity: 1; visibility: visible; }
|
| 6075 |
|
| 6076 |
+
.is-dragging-components-draggable .has-child.is-dragging-within > .wp-block-navigation-link__container { opacity: 1; visibility: visible; }
|
| 6077 |
+
|
| 6078 |
+
.is-editing > .wp-block-navigation__container { visibility: visible; opacity: 1; display: flex; flex-direction: column; }
|
| 6079 |
|
| 6080 |
.is-dragging-components-draggable .wp-block-navigation-link > .wp-block-navigation__container { opacity: 1; visibility: hidden; }
|
| 6081 |
|
| 6102 |
|
| 6103 |
.block-library-colors-selector__popover .components-panel__body-title { display: none; }
|
| 6104 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6105 |
.wp-block-navigation .block-editor-button-block-appender { justify-content: flex-start; }
|
| 6106 |
|
| 6107 |
/** Setup state */
|
| 6108 |
+
.wp-block-navigation-placeholder, .wp-block-navigation-placeholder__preview, .is-selected .wp-block-navigation__container { min-height: 44px; }
|
| 6109 |
+
|
| 6110 |
+
.wp-block-navigation-placeholder .components-spinner { margin-top: -4px; margin-left: 4px; vertical-align: middle; margin-right: 7px; }
|
| 6111 |
|
| 6112 |
+
.wp-block-navigation-placeholder__preview { display: flex; flex-direction: row; align-items: center; transition: all 0.1s ease-in-out; }
|
| 6113 |
+
|
| 6114 |
+
@media (prefers-reduced-motion: reduce) { .wp-block-navigation-placeholder__preview { transition-duration: 0s; transition-delay: 0s; } }
|
| 6115 |
|
| 6116 |
.wp-block-navigation-placeholder__preview .wp-block-navigation-link.wp-block-navigation-link { border-radius: 2px; background: currentColor; min-width: 72px; height: 16px; margin: 12px 24px 12px 0; }
|
| 6117 |
|
| 6118 |
+
.wp-block-navigation-placeholder__preview svg { fill: currentColor; }
|
| 6119 |
+
|
| 6120 |
.wp-block-navigation-placeholder__preview .wp-block-navigation-link.wp-block-navigation-link, .wp-block-navigation-placeholder__preview svg { opacity: 0.3; }
|
| 6121 |
|
| 6122 |
+
.is-selected .wp-block-navigation-placeholder__preview { opacity: 0; position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
|
| 6123 |
+
|
| 6124 |
+
.wp-block-navigation-placeholder__controls { padding: 4px 8px; border-radius: 2px; background-color: #fff; box-shadow: inset 0 0 0 1px #1e1e1e; flex-direction: row; align-items: center; display: none; position: relative; z-index: 1; float: left; width: 100%; }
|
| 6125 |
|
| 6126 |
.is-selected .wp-block-navigation-placeholder__controls { display: flex; }
|
| 6127 |
|
| 6131 |
|
| 6132 |
.wp-block-navigation-placeholder__controls .wp-block-navigation-placeholder__icon { margin-right: 12px; height: 36px; }
|
| 6133 |
|
| 6134 |
+
.wp-block-navigation-placeholder__controls .wp-block-navigation-placeholder__actions__indicator { margin-right: 12px; padding: 6px 0; align-items: center; justify-content: flex-start; display: none; margin-left: 5px; }
|
| 6135 |
+
|
| 6136 |
+
.wp-block-navigation-placeholder__controls .wp-block-navigation-placeholder__actions__indicator svg { margin-right: 4px; }
|
| 6137 |
+
|
| 6138 |
+
.is-vertical .wp-block-navigation-placeholder__controls .wp-block-navigation-placeholder__actions__indicator { margin-bottom: 4px; margin-left: 0; }
|
| 6139 |
+
|
| 6140 |
+
@media (min-width: 600px) { .wp-block-navigation-placeholder__controls .wp-block-navigation-placeholder__actions__indicator { display: inline-flex; } }
|
| 6141 |
+
|
| 6142 |
+
.is-vertical .wp-block-navigation-placeholder, .is-vertical .wp-block-navigation-placeholder__preview, .is-vertical .wp-block-navigation-placeholder__controls { min-height: 156px; }
|
| 6143 |
+
|
| 6144 |
+
.is-vertical .wp-block-navigation-placeholder__preview, .is-vertical .wp-block-navigation-placeholder__controls { flex-direction: column; align-items: flex-start; }
|
| 6145 |
|
| 6146 |
.wp-block-navigation-placeholder__actions { display: flex; font-size: 13px; }
|
| 6147 |
|
| 6148 |
+
.wp-block-navigation-placeholder__actions .components-button.components-dropdown-menu__toggle.has-icon { padding: 6px 4px 6px 12px; display: flex; flex-direction: row-reverse; }
|
| 6149 |
|
| 6150 |
+
.wp-block-navigation-placeholder__actions .components-dropdown, .wp-block-navigation-placeholder__actions > .components-button { margin-right: 12px; }
|
| 6151 |
|
| 6152 |
+
.wp-block-navigation-link__container { border-radius: 0; min-height: 36px; }
|
|
|
|
| 6153 |
|
| 6154 |
+
/** Submenus. */
|
| 6155 |
+
.wp-block-navigation .has-child { cursor: pointer; }
|
| 6156 |
|
| 6157 |
+
.wp-block-navigation .has-child .submenu-container, .wp-block-navigation .has-child .wp-block-navigation-link__container { z-index: 28; }
|
| 6158 |
|
| 6159 |
+
.wp-block-navigation .has-child.is-selected > .wp-block-navigation-link__container, .wp-block-navigation .has-child.has-child-selected > .wp-block-navigation-link__container { visibility: visible !important; opacity: 1 !important; }
|
| 6160 |
|
| 6161 |
+
/** Navigation Items. */
|
| 6162 |
+
.wp-block-navigation-link .wp-block-navigation-link__container { display: block; }
|
| 6163 |
|
| 6164 |
+
.wp-block-navigation-link .wp-block-navigation-link__content { cursor: text; }
|
| 6165 |
|
| 6166 |
+
.wp-block-navigation-link.is-editing, .wp-block-navigation-link.is-selected { min-width: 20px; }
|
| 6167 |
+
|
| 6168 |
+
.wp-block-navigation-link .block-list-appender { margin-top: 16px; margin-right: auto; margin-bottom: 16px; margin-left: 16px; }
|
| 6169 |
|
| 6170 |
.wp-block-navigation .block-editor-block-list__block[data-type="core/navigation-link"] > .block-editor-block-list__insertion-point { display: none; }
|
| 6171 |
|
| 6172 |
+
/** Menu item setup state. Is shown when a menu item has no URL configured. */
|
| 6173 |
+
.wp-block-navigation-link__placeholder { position: relative; cursor: pointer; margin: 2px; }
|
| 6174 |
+
|
| 6175 |
+
.wp-block-navigation-link__placeholder .wp-block-navigation-link__placeholder-text { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 13px; }
|
| 6176 |
+
|
| 6177 |
+
.wp-block-navigation-link__placeholder::before { content: ""; display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; border-radius: 2px; opacity: 0.1; }
|
| 6178 |
+
|
| 6179 |
+
.is-dark-theme .wp-block-navigation-link__placeholder::before { opacity: 0.2; }
|
| 6180 |
+
|
| 6181 |
+
.is-editing .wp-block-navigation-link__placeholder::before { background: currentColor; }
|
| 6182 |
+
|
| 6183 |
+
.wp-block-navigation .wp-block-navigation-link:not(.is-editing) .wp-block-navigation-link__content.wp-block-navigation-link__placeholder { box-shadow: inset 0 0 0 1px #757575; border-radius: 2px; color: var(--wp-admin-theme-color); }
|
| 6184 |
+
|
| 6185 |
.block-editor-block-list__block[data-type="core/nextpage"] { max-width: 100%; text-align: center; margin-top: 28px; margin-bottom: 28px; }
|
| 6186 |
|
| 6187 |
.wp-block-nextpage { display: block; text-align: center; white-space: nowrap; }
|
| 6190 |
|
| 6191 |
.wp-block-nextpage::before { content: ""; position: absolute; top: calc(50%); left: 0; right: 0; border-top: 3px dashed #ccc; }
|
| 6192 |
|
| 6193 |
+
.wp-block-navigation .wp-block-page-list > div, .wp-block-navigation .wp-block-page-list { background-color: inherit; }
|
| 6194 |
+
|
| 6195 |
+
.wp-block-pages-list__item__link { pointer-events: none; }
|
| 6196 |
+
|
| 6197 |
+
.wp-block-page-list .components-placeholder { min-height: 0; padding: 0; background-color: inherit; }
|
| 6198 |
+
|
| 6199 |
+
.wp-block-page-list .components-placeholder .components-spinner { margin: 0.5em; }
|
| 6200 |
+
|
| 6201 |
.block-editor-block-list__block[data-type="core/paragraph"].has-drop-cap:focus { min-height: auto !important; }
|
| 6202 |
|
| 6203 |
+
.block-editor-block-list__block[data-empty=true] [data-rich-text-placeholder] { opacity: 1; }
|
| 6204 |
+
|
| 6205 |
+
.block-editor-block-list__block[data-empty=true] + .block-editor-block-list__block[data-empty=true] [data-rich-text-placeholder] { opacity: 0; }
|
| 6206 |
+
|
| 6207 |
.wp-block-post-content__placeholder { height: 100px; border: 1px dashed; display: flex; justify-content: center; align-items: center; }
|
| 6208 |
|
| 6209 |
.wp-block-post-content__placeholder span { font-style: italic; }
|
| 6234 |
|
| 6235 |
.wp-block-pullquote .wp-block-pullquote__citation { color: inherit; }
|
| 6236 |
|
|
|
|
|
|
|
| 6237 |
.wp-block-rss li a > div { display: inline; }
|
| 6238 |
|
| 6239 |
.wp-block-rss__placeholder-form { display: flex; align-items: stretch; }
|
| 6246 |
|
| 6247 |
.wp-block-rss__placeholder-input .components-base-control__field { margin: 0; display: flex; align-items: stretch; flex-grow: 1; margin-right: 8px; }
|
| 6248 |
|
| 6249 |
+
.wp-block[data-align=center] .wp-block-search .wp-block-search__inside-wrapper { margin: auto; }
|
| 6250 |
+
|
| 6251 |
.wp-block-search .wp-block-search__input { padding: 8px; }
|
| 6252 |
|
| 6253 |
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper { padding: 4px; }
|
| 6266 |
|
| 6267 |
.blocks-shortcode__textarea { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; padding: 6px 8px; box-shadow: 0 0 0 transparent; transition: box-shadow 0.1s linear; border-radius: 2px; border: 1px solid #757575; /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px; /* Override core line-height. To be reviewed. */ line-height: normal; }
|
| 6268 |
|
| 6269 |
+
@media (prefers-reduced-motion: reduce) { .blocks-shortcode__textarea { transition-duration: 0s; transition-delay: 0s; } }
|
| 6270 |
|
| 6271 |
@media (min-width: 600px) { .blocks-shortcode__textarea { font-size: 13px; /* Override core line-height. To be reviewed. */ line-height: normal; } }
|
| 6272 |
|
| 6273 |
+
.blocks-shortcode__textarea:focus { border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0 1px var(--wp-admin-theme-color); outline: 2px solid transparent; }
|
| 6274 |
|
| 6275 |
.blocks-shortcode__textarea::-webkit-input-placeholder { color: rgba(30, 30, 30, 0.62); }
|
| 6276 |
|
| 6286 |
|
| 6287 |
.wp-block[data-align=center] > .wp-block-site-logo { margin-left: auto; margin-right: auto; text-align: center; }
|
| 6288 |
|
| 6289 |
+
.wp-block-site-logo a { pointer-events: none; }
|
| 6290 |
+
|
| 6291 |
.wp-block-site-logo.is-resized { display: table; }
|
| 6292 |
|
| 6293 |
+
.wp-block-site-logo:not(.is-resized) { width: 120px; }
|
| 6294 |
+
|
| 6295 |
+
.wp-block-site-logo:not(.is-resized) img { width: 100%; }
|
| 6296 |
+
|
| 6297 |
.wp-block-site-logo .custom-logo-link { cursor: inherit; }
|
| 6298 |
|
| 6299 |
.wp-block-site-logo .custom-logo-link:focus { box-shadow: none; }
|
| 6302 |
|
| 6303 |
.wp-block-site-logo img { display: block; max-width: 100%; }
|
| 6304 |
|
| 6305 |
+
.wp-block-site-logo .components-placeholder { min-height: auto; height: 120px; padding: 8px; }
|
| 6306 |
+
|
| 6307 |
+
.wp-block-site-logo .components-placeholder .components-placeholder__label { white-space: nowrap; }
|
| 6308 |
+
|
| 6309 |
+
.wp-block-site-logo .components-placeholder .components-placeholder__label .block-editor-block-icon { margin-right: 4px; }
|
| 6310 |
+
|
| 6311 |
+
.wp-block-site-logo .components-placeholder .components-form-file-upload { display: none; }
|
| 6312 |
+
|
| 6313 |
+
.wp-block-site-logo .components-placeholder .components-placeholder__preview { position: absolute; top: 4px; right: 4px; bottom: 4px; left: 4px; background: rgba(255, 255, 255, 0.8); display: flex; align-items: center; justify-content: center; }
|
| 6314 |
+
|
| 6315 |
+
.wp-block-site-logo .components-placeholder .components-drop-zone__content-text { display: none; }
|
| 6316 |
+
|
| 6317 |
.wp-block-social-links .wp-social-link { line-height: 0; }
|
| 6318 |
|
| 6319 |
.wp-block-social-links .wp-social-link button { font-size: inherit; color: currentColor; height: auto; line-height: 0; padding: 0.25em; }
|
| 6328 |
|
| 6329 |
.wp-block-social-links__social-placeholder { display: flex; opacity: 0.8; transition: all 0.1s ease-in-out; }
|
| 6330 |
|
| 6331 |
+
@media (prefers-reduced-motion: reduce) { .wp-block-social-links__social-placeholder { transition-duration: 0s; transition-delay: 0s; } }
|
| 6332 |
|
| 6333 |
+
.is-selected > .wp-block-social-links__social-placeholder { opacity: 0; width: 0; }
|
| 6334 |
|
| 6335 |
.wp-block-social-links__social-placeholder > .wp-social-link { padding-left: 0 !important; margin-left: 0 !important; padding-right: 0 !important; margin-right: 0 !important; width: 0 !important; visibility: hidden; }
|
| 6336 |
|
| 6337 |
+
.wp-block-social-links__social-placeholder > .wp-block-social-links__social-placeholder-icons { display: flex; }
|
| 6338 |
|
| 6339 |
.wp-block-social-links__social-placeholder + .block-list-appender, .wp-block-social-links__social-placeholder .wp-social-link { padding: 0.25em; }
|
| 6340 |
|
| 6341 |
.is-style-pill-shape .wp-block-social-links__social-placeholder + .block-list-appender, .is-style-pill-shape .wp-block-social-links__social-placeholder .wp-social-link { padding-left: calc((2/3) * 1em); padding-right: calc((2/3) * 1em); }
|
| 6342 |
|
| 6343 |
+
.wp-block-social-links__social-placeholder + .block-list-appender { box-shadow: inset 0 0 0 1px #757575; }
|
| 6344 |
+
|
| 6345 |
.wp-block-social-links__social-placeholder .wp-social-link::before { content: ""; display: block; width: 1em; height: 1em; border-radius: 50%; }
|
| 6346 |
|
| 6347 |
.is-style-logos-only .wp-block-social-links__social-placeholder .wp-social-link::before { background: currentColor; }
|
| 6348 |
|
| 6349 |
+
.wp-block-social-links .block-list-appender { margin: 4px auto 4px 0; border-radius: 9999px; }
|
| 6350 |
|
| 6351 |
+
.wp-block-social-links .block-list-appender .block-editor-inserter { display: flex; align-items: center; justify-content: center; font-size: inherit; width: 1em; height: 1em; }
|
| 6352 |
|
| 6353 |
+
.has-small-icon-size .wp-block-social-links .block-list-appender { font-size: 16px; }
|
| 6354 |
|
| 6355 |
+
.has-normal-icon-size .wp-block-social-links .block-list-appender { font-size: 24px; }
|
| 6356 |
|
| 6357 |
+
.has-large-icon-size .wp-block-social-links .block-list-appender { font-size: 36px; }
|
| 6358 |
+
|
| 6359 |
+
.has-huge-icon-size .wp-block-social-links .block-list-appender { font-size: 48px; }
|
| 6360 |
+
|
| 6361 |
+
.wp-block-social-links .block-list-appender::before { content: none; }
|
| 6362 |
|
| 6363 |
.wp-block[data-align=center] > .wp-block-social-links { justify-content: center; }
|
| 6364 |
|
| 6366 |
|
| 6367 |
.wp-social-link.wp-social-link__is-incomplete { opacity: 0.5; }
|
| 6368 |
|
| 6369 |
+
@media (prefers-reduced-motion: reduce) { .wp-social-link.wp-social-link__is-incomplete { transition-duration: 0s; transition-delay: 0s; } }
|
| 6370 |
|
| 6371 |
.wp-block-social-links .is-selected .wp-social-link__is-incomplete, .wp-social-link.wp-social-link__is-incomplete:hover, .wp-social-link.wp-social-link__is-incomplete:focus { opacity: 1; }
|
| 6372 |
|
| 6373 |
+
[data-type="core/social-links"] .wp-social-link:focus { opacity: 1; box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--wp-admin-theme-color); outline: 2px solid transparent; }
|
| 6374 |
|
| 6375 |
.block-editor-block-list__block[data-type="core/spacer"]::before { content: ""; display: block; position: absolute; width: 100%; height: 24px; transform: translateY(-12px); }
|
| 6376 |
|
| 6377 |
+
.wp-block-spacer.is-hovered .block-library-spacer__resize-container, .block-library-spacer__resize-container.has-show-handle { background: rgba(0, 0, 0, 0.1); }
|
| 6378 |
|
| 6379 |
+
.is-dark-theme .wp-block-spacer.is-hovered .block-library-spacer__resize-container, .is-dark-theme .block-library-spacer__resize-container.has-show-handle { background: rgba(255, 255, 255, 0.15); }
|
| 6380 |
|
| 6381 |
+
.block-library-spacer__resize-container { clear: both; }
|
| 6382 |
|
| 6383 |
.block-library-spacer__resize-container .components-resizable-box__handle::before { content: none; }
|
| 6384 |
|
| 6385 |
+
.block-library-spacer__resize-container.resize-horizontal { margin-bottom: 0; }
|
| 6386 |
|
| 6387 |
.wp-block-table { margin: 0; }
|
| 6388 |
|
| 6396 |
|
| 6397 |
.wp-block[data-align=center] > .wp-block-table table { margin: 0 auto; }
|
| 6398 |
|
|
|
|
|
|
|
| 6399 |
.wp-block-table td, .wp-block-table th { border: 1px solid; }
|
| 6400 |
|
| 6401 |
+
.wp-block-table td.is-selected, .wp-block-table th.is-selected { border-color: var(--wp-admin-theme-color); box-shadow: inset 0 0 0 1px var(--wp-admin-theme-color); border-style: double; }
|
| 6402 |
|
| 6403 |
.wp-block-table figcaption { color: #555; font-size: 13px; text-align: center; }
|
| 6404 |
|
| 6429 |
|
| 6430 |
.wp-block-template-part__selection-preview-container .wp-block-template-part__selection-preview-item { border-radius: 2px; cursor: pointer; margin-top: 16px; transition: all 0.05s ease-in-out; border: 1px solid transparent; width: 100%; background-color: #fff; }
|
| 6431 |
|
| 6432 |
+
.wp-block-template-part__selection-preview-container .wp-block-template-part__selection-preview-item:hover { border: 1px solid var(--wp-admin-theme-color); }
|
| 6433 |
|
| 6434 |
+
.wp-block-template-part__selection-preview-container .wp-block-template-part__selection-preview-item:focus { box-shadow: inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); outline: 2px solid transparent; }
|
| 6435 |
|
| 6436 |
.wp-block-template-part__selection-preview-container .wp-block-template-part__selection-preview-item.is-placeholder { min-height: 100px; }
|
| 6437 |
|
| 6441 |
|
| 6442 |
.wp-block-template-part__selection-preview-container .wp-block-template-part__selection-panel-group-content { padding: 0 16px; }
|
| 6443 |
|
| 6444 |
+
.wp-block-template-part__selection-preview-container .wp-block-template-part__selection-panel-group-title { color: var(--wp-admin-theme-color); text-transform: uppercase; font-size: 11px; font-weight: 500; }
|
| 6445 |
|
| 6446 |
+
.block-editor-block-list__block[data-type="core/template-part"].has-child-selected::after { border: 1px dotted #1e1e1e; }
|
| 6447 |
|
| 6448 |
+
.block-editor-block-list__block[data-type="core/template-part"].has-child-selected.is-hovered::after, .block-editor-block-list__block[data-type="core/template-part"].has-child-selected.is-highlighted::after { border: none; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6449 |
|
| 6450 |
.wp-block-text-columns .block-editor-rich-text__editable:focus { outline: 1px solid #ddd; }
|
| 6451 |
|
| 6452 |
+
pre.wp-block-verse { color: #1e1e1e; }
|
| 6453 |
|
| 6454 |
.wp-block[data-align=center] > .wp-block-video { text-align: center; }
|
| 6455 |
|
| 6489 |
|
| 6490 |
.block-library-video-tracks-editor__single-track-editor .components-base-control .components-input-control__label { margin-bottom: 4px; }
|
| 6491 |
|
| 6492 |
+
.wp-block-query-title__placeholder { padding: 1em 0; border: 1px dashed; }
|
| 6493 |
|
| 6494 |
+
.wp-block.wp-block-query-loop { padding-left: 0; margin-left: 0; list-style: none; }
|
| 6495 |
|
| 6496 |
.block-library-query-toolbar__popover .components-popover__content { min-width: 230px; }
|
| 6497 |
|
| 6498 |
.wp-block-query__create-new-link { padding: 0 16px 16px 56px; }
|
| 6499 |
|
| 6500 |
+
.wp-block-query .components-placeholder .block-setup-navigation { padding: 12px 0 0; }
|
| 6501 |
+
|
| 6502 |
+
.wp-block-query .components-placeholder .block-attributes-setup-container { padding-top: 24px; }
|
| 6503 |
+
|
| 6504 |
+
.wp-block-query .components-placeholder .block-attributes-setup-container .components-base-control__help { margin: 12px auto; }
|
| 6505 |
+
|
| 6506 |
+
.block-setup-block-layout-list__container { display: flex; flex-direction: row; flex-wrap: wrap; }
|
| 6507 |
+
|
| 6508 |
+
.block-setup-block-layout-list__container .block-setup-block-layout-list__list-item { cursor: pointer; margin: 0 12px 12px 0; width: 200px; text-align: center; display: flex; flex-direction: column; }
|
| 6509 |
+
|
| 6510 |
+
.block-setup-block-layout-list__container .block-setup-block-layout-list__list-item.is-block-variation { width: 90px; }
|
| 6511 |
+
|
| 6512 |
+
.block-setup-block-layout-list__container .block-setup-block-layout-list__list-item.is-block-variation button { display: inline-flex; margin-right: 0; height: auto; }
|
| 6513 |
+
|
| 6514 |
+
.block-setup-block-layout-list__container .block-setup-block-layout-list__list-item .block-setup-block-layout-list__item-title { padding: 4px 0; font-size: 12px; }
|
| 6515 |
+
|
| 6516 |
+
.block-setup-block-layout-list__container .block-setup-block-layout-list__list-item .block-setup-block-layout-list__item { height: 100%; display: flex; flex-direction: column; padding: 2px; transition: all 0.05s ease-in-out; border-radius: 2px; border: 1px solid #ddd; }
|
| 6517 |
+
|
| 6518 |
+
@media (prefers-reduced-motion: reduce) { .block-setup-block-layout-list__container .block-setup-block-layout-list__list-item .block-setup-block-layout-list__item { transition-duration: 0s; transition-delay: 0s; } }
|
| 6519 |
+
|
| 6520 |
+
.block-setup-block-layout-list__container .block-setup-block-layout-list__list-item .block-setup-block-layout-list__item:hover { border: 1px solid var(--wp-admin-theme-color); }
|
| 6521 |
+
|
| 6522 |
+
.block-setup-block-layout-list__container .block-setup-block-layout-list__list-item .block-setup-block-layout-list__item:focus { box-shadow: inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); outline: 2px solid transparent; }
|
| 6523 |
+
|
| 6524 |
+
.block-setup-block-layout-list__container .block-setup-block-layout-list__list-item .block-setup-block-layout-list__item .block-editor-block-preview__container { margin: auto 0; cursor: pointer; }
|
| 6525 |
+
|
| 6526 |
+
.block-setup-block-layout-list__container .block-setup-block-layout-list__list-item .block-setup-block-layout-list__item .block-setup-block-layout-list__item-variation-icon { color: var(--wp-admin-theme-color); padding: 6px; border-radius: 2px; box-shadow: inset 0 0 0 1px var(--wp-admin-theme-color); display: inline-flex; margin: 12px auto auto auto; }
|
| 6527 |
+
|
| 6528 |
+
.block-setup-block-layout-list__container .block-setup-block-layout-list__list-item .block-setup-block-layout-list__item .block-setup-block-layout-list__item-variation-icon svg { fill: currentColor; outline: none; }
|
| 6529 |
+
|
| 6530 |
+
.block-setup-block-layout-list__container .block-setup-block-layout-list__list-item.is-block-variation .block-setup-block-layout-list__item { height: 90px; }
|
| 6531 |
+
|
| 6532 |
+
.block-setup-block-layout-list__container .block-setup-block-layout-list__list-item:not(.is-block-variation) + .block-setup-block-layout-list__list-item.is-block-variation .block-setup-block-layout-list__item { height: 100%; }
|
| 6533 |
+
|
| 6534 |
+
.components-button.block-setup-block-layout-back-button.is-tertiary.has-icon { color: inherit; padding-left: 0; display: inline-flex; margin-right: auto; margin-top: -12px; }
|
| 6535 |
+
|
| 6536 |
+
.components-button.block-setup-block-layout-back-button.is-tertiary.has-icon:hover:not(:disabled) { box-shadow: none; color: var(--wp-admin-theme-color); }
|
| 6537 |
+
|
| 6538 |
+
.components-button.block-setup-block-layout-back-button.is-tertiary.has-icon:active:not(:disabled) { background: transparent; color: #ddd; }
|
| 6539 |
+
|
| 6540 |
+
.components-button.block-setup-block-layout-back-button.is-tertiary.has-icon svg { margin-right: 0; }
|
| 6541 |
+
|
| 6542 |
+
.wp-block > .wp-block-query-pagination { display: flex; flex-wrap: wrap; flex-direction: row; }
|
| 6543 |
+
|
| 6544 |
+
.editor-styles-wrapper .wp-block-query-pagination { max-width: 100%; }
|
| 6545 |
+
|
| 6546 |
+
.editor-styles-wrapper .wp-block-query-pagination.block-editor-block-list__layout { margin: 0; }
|
| 6547 |
+
|
| 6548 |
+
.block-library-query-pagination-toolbar__popover .components-popover__content { min-width: 230px; }
|
| 6549 |
+
|
| 6550 |
+
.wp-block-query-pagination > .wp-block-query-pagination-next, .wp-block-query-pagination > .wp-block-query-pagination-previous, .wp-block-query-pagination > .wp-block-query-pagination-numbers { display: inline-block; margin-left: 0; margin-top: 0.5em; /*rtl:ignore*/ margin-right: 0.5em; margin-bottom: 0.5em; }
|
| 6551 |
+
|
| 6552 |
+
.wp-block-query-pagination > .wp-block-query-pagination-next:last-child, .wp-block-query-pagination > .wp-block-query-pagination-previous:last-child, .wp-block-query-pagination > .wp-block-query-pagination-numbers:last-child { /*rtl:ignore*/ margin-right: 0; }
|
| 6553 |
+
|
| 6554 |
+
.wp-block-query-pagination-numbers a { text-decoration: underline; }
|
| 6555 |
+
|
| 6556 |
+
.wp-block-query-pagination-numbers .page-numbers { margin-right: 2px; }
|
| 6557 |
+
|
| 6558 |
+
.wp-block-query-pagination-numbers .page-numbers:last-child { /*rtl:ignore*/ margin-right: 0; }
|
| 6559 |
+
|
| 6560 |
div[data-type="core/post-featured-image"] img { max-width: 100%; height: auto; display: block; }
|
| 6561 |
|
| 6562 |
.editor-styles-wrapper .post-featured-image_placeholder { display: flex; flex-direction: row; align-items: flex-start; border-radius: 2px; background-color: #fff; box-shadow: inset 0 0 0 1px #1e1e1e; padding: 12px; }
|
| 6565 |
|
| 6566 |
.editor-styles-wrapper .post-featured-image_placeholder p { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 13px; margin: 0; }
|
| 6567 |
|
| 6568 |
+
.wp-block-term-description__placeholder { padding: 1em 0; border: 1px dashed; }
|
| 6569 |
+
|
| 6570 |
:root .editor-styles-wrapper { /* stylelint-disable function-comma-space-after */ /* stylelint-enable function-comma-space-after */ }
|
| 6571 |
|
| 6572 |
:root .editor-styles-wrapper .has-pale-pink-background-color { background-color: #f78da7; }
|
| 6672 |
.editor-styles-wrapper .has-larger-font-size, .editor-styles-wrapper .has-huge-font-size { font-size: 42px; }
|
| 6673 |
|
| 6674 |
/** Editor Normalization Styles These are only output in the editor, but styles here are NOT prefixed .editor-styles-wrapper. This allows us to create normalization styles that are easily overridden by editor styles. */
|
|
|
|
|
|
|
| 6675 |
#end-resizable-editor-section { display: none; }
|
| 6676 |
|
| 6677 |
/** Colors */
|
| 6678 |
/** Breakpoints & Media Queries */
|
| 6679 |
+
/** SCSS Variables. Please use variables from this sheet to ensure consistency across the UI. Don't add to this sheet unless you're pretty sure the value will be reused in many places. For example, don't add rules to this sheet that affect block visuals. It's purely for UI. */
|
| 6680 |
/** Colors */
|
| 6681 |
/** Fonts & basic variables. */
|
| 6682 |
/** Grid System. https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/ */
|
| 6694 |
/** Allows users to opt-out of animations via OS-level preferences. */
|
| 6695 |
/** Reset default styles for JavaScript UI based pages. This is a WP-admin agnostic reset */
|
| 6696 |
/** Reset the WP Admin page styles for Gutenberg-like pages. */
|
| 6697 |
+
:root { --wp-admin-theme-color: #007cba; --wp-admin-theme-color-darker-10: #006ba1; --wp-admin-theme-color-darker-20: #005a87; --wp-admin-border-width-focus: 2px; }
|
| 6698 |
+
|
| 6699 |
+
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { :root { --wp-admin-border-width-focus: 1.5px; } }
|
| 6700 |
+
|
| 6701 |
+
.block-editor-format-toolbar__image-popover { z-index: 159990; }
|
| 6702 |
|
| 6703 |
.block-editor-format-toolbar__image-container-content { display: flex; }
|
| 6704 |
|
| 7059 |
|
| 7060 |
.mailpoet-form-submit-button .block-editor-block-toolbar .components-toolbar-group, .mailpoet-form-email-input .block-editor-block-toolbar .components-toolbar-group { border-right: none; }
|
| 7061 |
|
|
|
|
|
|
|
| 7062 |
.edit-post-layout .interface-interface-skeleton__content { background-color: #fff; }
|
| 7063 |
|
| 7064 |
.interface-interface-skeleton__editor { max-width: 100%; }
|
| 7065 |
|
| 7066 |
.edit-post-header { flex-direction: row-reverse; justify-content: space-between; }
|
| 7067 |
|
| 7068 |
+
.block-editor-inserter__tabs .components-tab-panel__tabs { display: none; }
|
| 7069 |
+
|
| 7070 |
+
.block-editor-button-block-appender.block-list-appender__toggle { width: 100%; }
|
| 7071 |
+
|
| 7072 |
+
.block-editor-button-block-appender.block-list-appender__toggle svg { height: 24px; }
|
| 7073 |
+
|
| 7074 |
.mailpoet-html-block-editor-content-wrapper { position: relative; }
|
| 7075 |
|
| 7076 |
.mailpoet-html-block-editor-content-wrapper:after { background: transparent; content: ' '; display: block; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
|
| 7087 |
|
| 7088 |
.block-editor-block-list__layout .mailpoet_paragraph .mailpoet_text_label { font-size: 1em; line-height: 1.2; }
|
| 7089 |
|
| 7090 |
+
.mailpoet_toolbar_item { align-items: center; background-color: white; display: flex; }
|
| 7091 |
|
| 7092 |
.mailpoet_toolbar_item .mailpoet-font-family-select { width: 272px; }
|
| 7093 |
|
| 7094 |
+
.mailpoet_toolbar_item .components-custom-select-control__button svg { margin-right: initial; }
|
| 7095 |
|
| 7096 |
.wp-block { max-width: initial; }
|
| 7097 |
|
| 7153 |
|
| 7154 |
.mailpoet-form-segments-settings-list .mailpoet-form-segments-segment-remove { cursor: pointer; flex-grow: 0; margin: 8px 0; }
|
| 7155 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7156 |
.CodeMirror { border: 1px solid #eee; }
|
| 7157 |
|
| 7158 |
.CodeMirror textarea { font-size: 12px; }
|
assets/dist/css/{mailpoet-public.c040faed.css → mailpoet-public.450bdc37.css}
RENAMED
|
@@ -101,13 +101,13 @@ input.parsley-error, select.parsley-error, textarea.parsley-error { background-c
|
|
| 101 |
|
| 102 |
.mailpoet_widget_preview .widget-area { display: block !important; float: none !important; margin: auto; position: static !important; width: 600px; }
|
| 103 |
|
| 104 |
-
.mailpoet_form_popup_overlay { background-color: black; display: none; height: 100%; left: 0; max-width: 100% !important; opacity: .7; position: fixed; top: 0; width: 100% !important; z-index: 100000; }
|
| 105 |
|
| 106 |
div.mailpoet_form_popup { background-color: white; border-radius: 10px; box-shadow: 0 4px 35px 0 rgba(195, 65, 2, 0.2); display: none; left: 50%; max-height: calc(100vh - 60px); overflow-y: auto; position: fixed; top: 50%; transform: translate(-50%, -50%); z-index: 100001; }
|
| 107 |
|
| 108 |
.mailpoet_form_close_icon { cursor: pointer; display: block; margin: 0 0 0 auto; position: absolute; right: 10px; top: 10px; z-index: 100002; }
|
| 109 |
|
| 110 |
-
div.mailpoet_form_fixed_bar { background-color: white; box-shadow: 0 4px 35px 0 rgba(195, 65, 2, 0.2); display: none; left: 0; max-height: calc(100vh - 60px); max-width: 100% !important; overflow-y: auto; position: fixed; width: 100% !important; z-index: 100000; }
|
| 111 |
|
| 112 |
div.mailpoet_form_fixed_bar form { margin: 0 auto; }
|
| 113 |
|
| 101 |
|
| 102 |
.mailpoet_widget_preview .widget-area { display: block !important; float: none !important; margin: auto; position: static !important; width: 600px; }
|
| 103 |
|
| 104 |
+
.mailpoet_form_popup_overlay { background-color: black; display: none; height: 100%; left: 0; margin: 0; max-width: 100% !important; opacity: .7; position: fixed; top: 0; width: 100% !important; z-index: 100000; }
|
| 105 |
|
| 106 |
div.mailpoet_form_popup { background-color: white; border-radius: 10px; box-shadow: 0 4px 35px 0 rgba(195, 65, 2, 0.2); display: none; left: 50%; max-height: calc(100vh - 60px); overflow-y: auto; position: fixed; top: 50%; transform: translate(-50%, -50%); z-index: 100001; }
|
| 107 |
|
| 108 |
.mailpoet_form_close_icon { cursor: pointer; display: block; margin: 0 0 0 auto; position: absolute; right: 10px; top: 10px; z-index: 100002; }
|
| 109 |
|
| 110 |
+
div.mailpoet_form_fixed_bar { background-color: white; box-shadow: 0 4px 35px 0 rgba(195, 65, 2, 0.2); display: none; left: 0; margin: 0; max-height: calc(100vh - 60px); max-width: 100% !important; overflow-y: auto; position: fixed; width: 100% !important; z-index: 100000; }
|
| 111 |
|
| 112 |
div.mailpoet_form_fixed_bar form { margin: 0 auto; }
|
| 113 |
|
assets/dist/css/manifest.json
CHANGED
|
@@ -2,8 +2,8 @@
|
|
| 2 |
"mailpoet-admin.css": "mailpoet-admin.5e97ff7b.css",
|
| 3 |
"mailpoet-editor.css": "mailpoet-editor.edee735b.css",
|
| 4 |
"mailpoet-font.css": "mailpoet-font.08fac2ef.css",
|
| 5 |
-
"mailpoet-form-editor.css": "mailpoet-form-editor.
|
| 6 |
"mailpoet-plugin.css": "mailpoet-plugin.20075d14.css",
|
| 7 |
"mailpoet-post-editor-block.css": "mailpoet-post-editor-block.b87557ef.css",
|
| 8 |
-
"mailpoet-public.css": "mailpoet-public.
|
| 9 |
}
|
| 2 |
"mailpoet-admin.css": "mailpoet-admin.5e97ff7b.css",
|
| 3 |
"mailpoet-editor.css": "mailpoet-editor.edee735b.css",
|
| 4 |
"mailpoet-font.css": "mailpoet-font.08fac2ef.css",
|
| 5 |
+
"mailpoet-form-editor.css": "mailpoet-form-editor.d9a9acaa.css",
|
| 6 |
"mailpoet-plugin.css": "mailpoet-plugin.20075d14.css",
|
| 7 |
"mailpoet-post-editor-block.css": "mailpoet-post-editor-block.b87557ef.css",
|
| 8 |
+
"mailpoet-public.css": "mailpoet-public.450bdc37.css"
|
| 9 |
}
|
assets/dist/js/{admin.33664549.chunk.js → admin.4aeb4c3c.chunk.js}
RENAMED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
(window.mailpoetJsonp=window.mailpoetJsonp||[]).push([[2,3],{10:function(e,t,n){"use strict";function r(e,t){if(t.length<e)throw new TypeError(e+" argument"+(e>1?"s":"")+" required, but only "+t.length+" present")}n.d(t,"a",(function(){return r}))},100:function(e,t,n){"use strict";n.d(t,"a",(function(){return o}));var r=n(20),a=n(12),i=n(10);function o(e,t){Object(i.a)(1,arguments);var n=t||{},o=n.locale,s=o&&o.options&&o.options.weekStartsOn,l=null==s?0:Object(r.a)(s),u=null==n.weekStartsOn?l:Object(r.a)(n.weekStartsOn);if(!(u>=0&&u<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");var c=Object(a.default)(e),p=c.getUTCDay(),d=(p<u?7:0)+p-u;return c.setUTCDate(c.getUTCDate()-d),c.setUTCHours(0,0,0,0),c}},106:function(e,t,n){"use strict";n.d(t,"a",(function(){return a}));function r(e){return e.getTime()%6e4}function a(e){var t=new Date(e.getTime()),n=Math.ceil(t.getTimezoneOffset());return t.setSeconds(0,0),6e4*n+(n>0?(6e4+r(t))%6e4:r(t))}},107:function(e,t,n){"use strict";n.d(t,"a",(function(){return i}));var r=n(12),a=n(10);function i(e){Object(a.a)(1,arguments);var t=1,n=Object(r.default)(e),i=n.getUTCDay(),o=(i<t?7:0)+i-t;return n.setUTCDate(n.getUTCDate()-o),n.setUTCHours(0,0,0,0),n}},108:function(e,t,n){"use strict";n.d(t,"a",(function(){return i})),n.d(t,"b",(function(){return o})),n.d(t,"c",(function(){return s}));var r=["D","DD"],a=["YY","YYYY"];function i(e){return-1!==r.indexOf(e)}function o(e){return-1!==a.indexOf(e)}function s(e){if("YYYY"===e)throw new RangeError("Use `yyyy` instead of `YYYY` for formatting years; see: https://git.io/fxCyr");if("YY"===e)throw new RangeError("Use `yy` instead of `YY` for formatting years; see: https://git.io/fxCyr");if("D"===e)throw new RangeError("Use `d` instead of `D` for formatting days of the month; see: https://git.io/fxCyr");if("DD"===e)throw new RangeError("Use `dd` instead of `DD` for formatting days of the month; see: https://git.io/fxCyr")}},117:function(e,t,n){e.exports=n(743)},119:function(e,t,n){"use strict";var r={lessThanXSeconds:{one:"less than a second",other:"less than {{count}} seconds"},xSeconds:{one:"1 second",other:"{{count}} seconds"},halfAMinute:"half a minute",lessThanXMinutes:{one:"less than a minute",other:"less than {{count}} minutes"},xMinutes:{one:"1 minute",other:"{{count}} minutes"},aboutXHours:{one:"about 1 hour",other:"about {{count}} hours"},xHours:{one:"1 hour",other:"{{count}} hours"},xDays:{one:"1 day",other:"{{count}} days"},aboutXWeeks:{one:"about 1 week",other:"about {{count}} weeks"},xWeeks:{one:"1 week",other:"{{count}} weeks"},aboutXMonths:{one:"about 1 month",other:"about {{count}} months"},xMonths:{one:"1 month",other:"{{count}} months"},aboutXYears:{one:"about 1 year",other:"about {{count}} years"},xYears:{one:"1 year",other:"{{count}} years"},overXYears:{one:"over 1 year",other:"over {{count}} years"},almostXYears:{one:"almost 1 year",other:"almost {{count}} years"}};function a(e){return function(t){var n=t||{},r=n.width?String(n.width):e.defaultWidth;return e.formats[r]||e.formats[e.defaultWidth]}}var i={date:a({formats:{full:"EEEE, MMMM do, y",long:"MMMM do, y",medium:"MMM d, y",short:"MM/dd/yyyy"},defaultWidth:"full"}),time:a({formats:{full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},defaultWidth:"full"}),dateTime:a({formats:{full:"{{date}} 'at' {{time}}",long:"{{date}} 'at' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},defaultWidth:"full"})},o={lastWeek:"'last' eeee 'at' p",yesterday:"'yesterday at' p",today:"'today at' p",tomorrow:"'tomorrow at' p",nextWeek:"eeee 'at' p",other:"P"};function s(e){return function(t,n){var r,a=n||{};if("formatting"===(a.context?String(a.context):"standalone")&&e.formattingValues){var i=e.defaultFormattingWidth||e.defaultWidth,o=a.width?String(a.width):i;r=e.formattingValues[o]||e.formattingValues[i]}else{var s=e.defaultWidth,l=a.width?String(a.width):e.defaultWidth;r=e.values[l]||e.values[s]}return r[e.argumentCallback?e.argumentCallback(t):t]}}function l(e){return function(t,n){var r=String(t),a=n||{},i=a.width,o=i&&e.matchPatterns[i]||e.matchPatterns[e.defaultMatchWidth],s=r.match(o);if(!s)return null;var l,u=s[0],c=i&&e.parsePatterns[i]||e.parsePatterns[e.defaultParseWidth];return l="[object Array]"===Object.prototype.toString.call(c)?function(e,t){for(var n=0;n<e.length;n++)if(t(e[n]))return n}(c,(function(e){return e.test(u)})):function(e,t){for(var n in e)if(e.hasOwnProperty(n)&&t(e[n]))return n}(c,(function(e){return e.test(u)})),l=e.valueCallback?e.valueCallback(l):l,{value:l=a.valueCallback?a.valueCallback(l):l,rest:r.slice(u.length)}}}var u,c={code:"en-US",formatDistance:function(e,t,n){var a;return n=n||{},a="string"==typeof r[e]?r[e]:1===t?r[e].one:r[e].other.replace("{{count}}",t),n.addSuffix?n.comparison>0?"in "+a:a+" ago":a},formatLong:i,formatRelative:function(e,t,n,r){return o[e]},localize:{ordinalNumber:function(e,t){var n=Number(e),r=n%100;if(r>20||r<10)switch(r%10){case 1:return n+"st";case 2:return n+"nd";case 3:return n+"rd"}return n+"th"},era:s({values:{narrow:["B","A"],abbreviated:["BC","AD"],wide:["Before Christ","Anno Domini"]},defaultWidth:"wide"}),quarter:s({values:{narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["1st quarter","2nd quarter","3rd quarter","4th quarter"]},defaultWidth:"wide",argumentCallback:function(e){return Number(e)-1}}),month:s({values:{narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],abbreviated:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],wide:["January","February","March","April","May","June","July","August","September","October","November","December"]},defaultWidth:"wide"}),day:s({values:{narrow:["S","M","T","W","T","F","S"],short:["Su","Mo","Tu","We","Th","Fr","Sa"],abbreviated:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],wide:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},defaultWidth:"wide"}),dayPeriod:s({values:{narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"}},defaultWidth:"wide",formattingValues:{narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"}},defaultFormattingWidth:"wide"})},match:{ordinalNumber:(u={matchPattern:/^(\d+)(th|st|nd|rd)?/i,parsePattern:/\d+/i,valueCallback:function(e){return parseInt(e,10)}},function(e,t){var n=String(e),r=t||{},a=n.match(u.matchPattern);if(!a)return null;var i=a[0],o=n.match(u.parsePattern);if(!o)return null;var s=u.valueCallback?u.valueCallback(o[0]):o[0];return{value:s=r.valueCallback?r.valueCallback(s):s,rest:n.slice(i.length)}}),era:l({matchPatterns:{narrow:/^(b|a)/i,abbreviated:/^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,wide:/^(before christ|before common era|anno domini|common era)/i},defaultMatchWidth:"wide",parsePatterns:{any:[/^b/i,/^(a|c)/i]},defaultParseWidth:"any"}),quarter:l({matchPatterns:{narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i},defaultMatchWidth:"wide",parsePatterns:{any:[/1/i,/2/i,/3/i,/4/i]},defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:l({matchPatterns:{narrow:/^[jfmasond]/i,abbreviated:/^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)/i,wide:/^(january|february|march|april|may|june|july|august|september|october|november|december)/i},defaultMatchWidth:"wide",parsePatterns:{narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^mar/i,/^ap/i,/^may/i,/^jun/i,/^jul/i,/^au/i,/^s/i,/^o/i,/^n/i,/^d/i]},defaultParseWidth:"any"}),day:l({matchPatterns:{narrow:/^[smtwf]/i,short:/^(su|mo|tu|we|th|fr|sa)/i,abbreviated:/^(sun|mon|tue|wed|thu|fri|sat)/i,wide:/^(sunday|monday|tuesday|wednesday|thursday|friday|saturday)/i},defaultMatchWidth:"wide",parsePatterns:{narrow:[/^s/i,/^m/i,/^t/i,/^w/i,/^t/i,/^f/i,/^s/i],any:[/^su/i,/^m/i,/^tu/i,/^w/i,/^th/i,/^f/i,/^sa/i]},defaultParseWidth:"any"}),dayPeriod:l({matchPatterns:{narrow:/^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,any:/^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i},defaultMatchWidth:"any",parsePatterns:{any:{am:/^a/i,pm:/^p/i,midnight:/^mi/i,noon:/^no/i,morning:/morning/i,afternoon:/afternoon/i,evening:/evening/i,night:/night/i}},defaultParseWidth:"any"})},options:{weekStartsOn:0,firstWeekContainsDate:1}};t.a=c},12:function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return a}));var r=n(10);function a(e){Object(r.a)(1,arguments);var t=Object.prototype.toString.call(e);return e instanceof Date||"object"==typeof e&&"[object Date]"===t?new Date(e.getTime()):"number"==typeof e||"[object Number]"===t?new Date(e):("string"!=typeof e&&"[object String]"!==t||"undefined"==typeof console||(console.warn("Starting with v2.0.0-beta.1 date-fns doesn't accept strings as arguments. Please use `parseISO` to parse strings. See: https://git.io/fjule"),console.warn((new Error).stack)),new Date(NaN))}},127:function(e,t,n){e.exports=n(164)},143:function(e,t,n){var r=n(717);e.exports=function(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,r(e,t)},e.exports.default=e.exports,e.exports.__esModule=!0},147:function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return i}));var r=n(12),a=n(10);function i(e){Object(a.a)(1,arguments);var t=Object(r.default)(e);return t.setHours(0,0,0,0),t}},150:function(e,t){function n(){return e.exports=n=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},e.exports.default=e.exports,e.exports.__esModule=!0,n.apply(this,arguments)}e.exports=n,e.exports.default=e.exports,e.exports.__esModule=!0},160:function(e,t,n){"use strict";n.d(t,"a",(function(){return o}));var r=n(20),a=n(12),i=n(10);function o(e,t){Object(i.a)(2,arguments);var n=Object(a.default)(e).getTime(),o=Object(r.a)(t);return new Date(n+o)}},161:function(e,t,n){"use strict";n.d(t,"a",(function(){return s}));var r=n(20),a=n(12),i=n(100),o=n(10);function s(e,t){Object(o.a)(1,arguments);var n=Object(a.default)(e,t),s=n.getUTCFullYear(),l=t||{},u=l.locale,c=u&&u.options&&u.options.firstWeekContainsDate,p=null==c?1:Object(r.a)(c),d=null==l.firstWeekContainsDate?p:Object(r.a)(l.firstWeekContainsDate);if(!(d>=1&&d<=7))throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively");var f=new Date(0);f.setUTCFullYear(s+1,0,d),f.setUTCHours(0,0,0,0);var m=Object(i.a)(f,t),h=new Date(0);h.setUTCFullYear(s,0,d),h.setUTCHours(0,0,0,0);var v=Object(i.a)(h,t);return n.getTime()>=m.getTime()?s+1:n.getTime()>=v.getTime()?s:s-1}},164:function(e,t,n){var r=n(165);e.exports=r},165:function(e,t,n){n(166);var r=n(37);e.exports=r.Number.isNaN},166:function(e,t,n){n(26)({target:"Number",stat:!0},{isNaN:function(e){return e!=e}})},20:function(e,t,n){"use strict";function r(e){if(null===e||!0===e||!1===e)return NaN;var t=Number(e);return isNaN(t)?t:t<0?Math.ceil(t):Math.floor(t)}n.d(t,"a",(function(){return r}))},28:function(e,t,n){var r=n(746).runInContext();e.exports=n(747)(r,r)},31:function(e,t,n){
|
| 2 |
/**!
|
| 3 |
|
| 4 |
@license
|
|
@@ -25,7 +25,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
| 25 |
THE SOFTWARE.
|
| 26 |
|
| 27 |
*/
|
| 28 |
-
var r;r=function(){return function(e){var t={};function n(r){if(t[r])return t[r].exports;var a=t[r]={exports:{},id:r,loaded:!1};return e[r].call(a.exports,a,a.exports,n),a.loaded=!0,a.exports}return n.m=e,n.c=t,n.p="",n(0)}([function(e,t,n){"use strict";var r=n(1).default;t.__esModule=!0;var a=r(n(2)),i=r(n(45)),o=n(46),s=n(51),l=r(n(52)),u=r(n(49)),c=r(n(44)),p=a.default.create;function d(){var e=p();return e.compile=function(t,n){return s.compile(t,n,e)},e.precompile=function(t,n){return s.precompile(t,n,e)},e.AST=i.default,e.Compiler=s.Compiler,e.JavaScriptCompiler=l.default,e.Parser=o.parser,e.parse=o.parse,e.parseWithoutProcessing=o.parseWithoutProcessing,e}var f=d();f.create=d,c.default(f),f.Visitor=u.default,f.default=f,t.default=f,e.exports=t.default},function(e,t){"use strict";t.default=function(e){return e&&e.__esModule?e:{default:e}},t.__esModule=!0},function(e,t,n){"use strict";var r=n(3).default,a=n(1).default;t.__esModule=!0;var i=r(n(4)),o=a(n(37)),s=a(n(6)),l=r(n(5)),u=r(n(38)),c=a(n(44));function p(){var e=new i.HandlebarsEnvironment;return l.extend(e,i),e.SafeString=o.default,e.Exception=s.default,e.Utils=l,e.escapeExpression=l.escapeExpression,e.VM=u,e.template=function(t){return u.template(t,e)},e}var d=p();d.create=p,c.default(d),d.default=d,t.default=d,e.exports=t.default},function(e,t){"use strict";t.default=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t},t.__esModule=!0},function(e,t,n){"use strict";var r=n(1).default;t.__esModule=!0,t.HandlebarsEnvironment=c;var a=n(5),i=r(n(6)),o=n(10),s=n(30),l=r(n(32)),u=n(33);function c(e,t,n){this.helpers=e||{},this.partials=t||{},this.decorators=n||{},o.registerDefaultHelpers(this),s.registerDefaultDecorators(this)}t.VERSION="4.7.6",t.COMPILER_REVISION=8,t.LAST_COMPATIBLE_COMPILER_REVISION=7,t.REVISION_CHANGES={1:"<= 1.0.rc.2",2:"== 1.0.0-rc.3",3:"== 1.0.0-rc.4",4:"== 1.x.x",5:"== 2.0.0-alpha.x",6:">= 2.0.0-beta.1",7:">= 4.0.0 <4.3.0",8:">= 4.3.0"},c.prototype={constructor:c,logger:l.default,log:l.default.log,registerHelper:function(e,t){if("[object Object]"===a.toString.call(e)){if(t)throw new i.default("Arg not supported with multiple helpers");a.extend(this.helpers,e)}else this.helpers[e]=t},unregisterHelper:function(e){delete this.helpers[e]},registerPartial:function(e,t){if("[object Object]"===a.toString.call(e))a.extend(this.partials,e);else{if(void 0===t)throw new i.default('Attempting to register a partial called "'+e+'" as undefined');this.partials[e]=t}},unregisterPartial:function(e){delete this.partials[e]},registerDecorator:function(e,t){if("[object Object]"===a.toString.call(e)){if(t)throw new i.default("Arg not supported with multiple decorators");a.extend(this.decorators,e)}else this.decorators[e]=t},unregisterDecorator:function(e){delete this.decorators[e]},resetLoggedPropertyAccesses:function(){u.resetLoggedProperties()}};var p=l.default.log;t.log=p,t.createFrame=a.createFrame,t.logger=l.default},function(e,t){"use strict";t.__esModule=!0,t.extend=o,t.indexOf=function(e,t){for(var n=0,r=e.length;n<r;n++)if(e[n]===t)return n;return-1},t.escapeExpression=function(e){if("string"!=typeof e){if(e&&e.toHTML)return e.toHTML();if(null==e)return"";if(!e)return e+"";e=""+e}return a.test(e)?e.replace(r,i):e},t.isEmpty=function(e){return!e&&0!==e||!(!u(e)||0!==e.length)},t.createFrame=function(e){var t=o({},e);return t._parent=e,t},t.blockParams=function(e,t){return e.path=t,e},t.appendContextPath=function(e,t){return(e?e+".":"")+t};var n={"&":"&","<":"<",">":">",'"':""","'":"'","`":"`","=":"="},r=/[&<>"'`=]/g,a=/[&<>"'`=]/;function i(e){return n[e]}function o(e){for(var t=1;t<arguments.length;t++)for(var n in arguments[t])Object.prototype.hasOwnProperty.call(arguments[t],n)&&(e[n]=arguments[t][n]);return e}var s=Object.prototype.toString;t.toString=s;var l=function(e){return"function"==typeof e};l(/x/)&&(t.isFunction=l=function(e){return"function"==typeof e&&"[object Function]"===s.call(e)}),t.isFunction=l;var u=Array.isArray||function(e){return!(!e||"object"!=typeof e)&&"[object Array]"===s.call(e)};t.isArray=u},function(e,t,n){"use strict";var r=n(7).default;t.__esModule=!0;var a=["description","fileName","lineNumber","endLineNumber","message","name","number","stack"];function i(e,t){var n=t&&t.loc,o=void 0,s=void 0,l=void 0,u=void 0;n&&(o=n.start.line,s=n.end.line,l=n.start.column,u=n.end.column,e+=" - "+o+":"+l);for(var c=Error.prototype.constructor.call(this,e),p=0;p<a.length;p++)this[a[p]]=c[a[p]];Error.captureStackTrace&&Error.captureStackTrace(this,i);try{n&&(this.lineNumber=o,this.endLineNumber=s,r?(Object.defineProperty(this,"column",{value:l,enumerable:!0}),Object.defineProperty(this,"endColumn",{value:u,enumerable:!0})):(this.column=l,this.endColumn=u))}catch(e){}}i.prototype=new Error,t.default=i,e.exports=t.default},function(e,t,n){e.exports={default:n(8),__esModule:!0}},function(e,t,n){var r=n(9);e.exports=function(e,t,n){return r.setDesc(e,t,n)}},function(e,t){var n=Object;e.exports={create:n.create,getProto:n.getPrototypeOf,isEnum:{}.propertyIsEnumerable,getDesc:n.getOwnPropertyDescriptor,setDesc:n.defineProperty,setDescs:n.defineProperties,getKeys:n.keys,getNames:n.getOwnPropertyNames,getSymbols:n.getOwnPropertySymbols,each:[].forEach}},function(e,t,n){"use strict";var r=n(1).default;t.__esModule=!0,t.registerDefaultHelpers=function(e){a.default(e),i.default(e),o.default(e),s.default(e),l.default(e),u.default(e),c.default(e)},t.moveHelperToHooks=function(e,t,n){e.helpers[t]&&(e.hooks[t]=e.helpers[t],n||delete e.helpers[t])};var a=r(n(11)),i=r(n(12)),o=r(n(25)),s=r(n(26)),l=r(n(27)),u=r(n(28)),c=r(n(29))},function(e,t,n){"use strict";t.__esModule=!0;var r=n(5);t.default=function(e){e.registerHelper("blockHelperMissing",(function(t,n){var a=n.inverse,i=n.fn;if(!0===t)return i(this);if(!1===t||null==t)return a(this);if(r.isArray(t))return t.length>0?(n.ids&&(n.ids=[n.name]),e.helpers.each(t,n)):a(this);if(n.data&&n.ids){var o=r.createFrame(n.data);o.contextPath=r.appendContextPath(n.data.contextPath,n.name),n={data:o}}return i(t,n)}))},e.exports=t.default},function(e,t,n){(function(r){"use strict";var a=n(13).default,i=n(1).default;t.__esModule=!0;var o=n(5),s=i(n(6));t.default=function(e){e.registerHelper("each",(function(e,t){if(!t)throw new s.default("Must pass iterator to #each");var n,i=t.fn,l=t.inverse,u=0,c="",p=void 0,d=void 0;function f(t,n,r){p&&(p.key=t,p.index=n,p.first=0===n,p.last=!!r,d&&(p.contextPath=d+t)),c+=i(e[t],{data:p,blockParams:o.blockParams([e[t],t],[d+t,null])})}if(t.data&&t.ids&&(d=o.appendContextPath(t.data.contextPath,t.ids[0])+"."),o.isFunction(e)&&(e=e.call(this)),t.data&&(p=o.createFrame(t.data)),e&&"object"==typeof e)if(o.isArray(e))for(var m=e.length;u<m;u++)u in e&&f(u,u,u===e.length-1);else if(r.Symbol&&e[r.Symbol.iterator]){for(var h=[],v=e[r.Symbol.iterator](),g=v.next();!g.done;g=v.next())h.push(g.value);for(m=(e=h).length;u<m;u++)f(u,u,u===e.length-1)}else n=void 0,a(e).forEach((function(e){void 0!==n&&f(n,u-1),n=e,u++})),void 0!==n&&f(n,u-1,!0);return 0===u&&(c=l(this)),c}))},e.exports=t.default}).call(t,function(){return this}())},function(e,t,n){e.exports={default:n(14),__esModule:!0}},function(e,t,n){n(15),e.exports=n(21).Object.keys},function(e,t,n){var r=n(16);n(18)("keys",(function(e){return function(t){return e(r(t))}}))},function(e,t,n){var r=n(17);e.exports=function(e){return Object(r(e))}},function(e,t){e.exports=function(e){if(null==e)throw TypeError("Can't call method on "+e);return e}},function(e,t,n){var r=n(19),a=n(21),i=n(24);e.exports=function(e,t){var n=(a.Object||{})[e]||Object[e],o={};o[e]=t(n),r(r.S+r.F*i((function(){n(1)})),"Object",o)}},function(e,t,n){var r=n(20),a=n(21),i=n(22),o=function(e,t,n){var s,l,u,c=e&o.F,p=e&o.G,d=e&o.S,f=e&o.P,m=e&o.B,h=e&o.W,v=p?a:a[t]||(a[t]={}),g=p?r:d?r[t]:(r[t]||{}).prototype;for(s in p&&(n=t),n)(l=!c&&g&&s in g)&&s in v||(u=l?g[s]:n[s],v[s]=p&&"function"!=typeof g[s]?n[s]:m&&l?i(u,r):h&&g[s]==u?function(e){var t=function(t){return this instanceof e?new e(t):e(t)};return t.prototype=e.prototype,t}(u):f&&"function"==typeof u?i(Function.call,u):u,f&&((v.prototype||(v.prototype={}))[s]=u))};o.F=1,o.G=2,o.S=4,o.P=8,o.B=16,o.W=32,e.exports=o},function(e,t){var n=e.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=n)},function(e,t){var n=e.exports={version:"1.2.6"};"number"==typeof __e&&(__e=n)},function(e,t,n){var r=n(23);e.exports=function(e,t,n){if(r(e),void 0===t)return e;switch(n){case 1:return function(n){return e.call(t,n)};case 2:return function(n,r){return e.call(t,n,r)};case 3:return function(n,r,a){return e.call(t,n,r,a)}}return function(){return e.apply(t,arguments)}}},function(e,t){e.exports=function(e){if("function"!=typeof e)throw TypeError(e+" is not a function!");return e}},function(e,t){e.exports=function(e){try{return!!e()}catch(e){return!0}}},function(e,t,n){"use strict";var r=n(1).default;t.__esModule=!0;var a=r(n(6));t.default=function(e){e.registerHelper("helperMissing",(function(){if(1!==arguments.length)throw new a.default('Missing helper: "'+arguments[arguments.length-1].name+'"')}))},e.exports=t.default},function(e,t,n){"use strict";var r=n(1).default;t.__esModule=!0;var a=n(5),i=r(n(6));t.default=function(e){e.registerHelper("if",(function(e,t){if(2!=arguments.length)throw new i.default("#if requires exactly one argument");return a.isFunction(e)&&(e=e.call(this)),!t.hash.includeZero&&!e||a.isEmpty(e)?t.inverse(this):t.fn(this)})),e.registerHelper("unless",(function(t,n){if(2!=arguments.length)throw new i.default("#unless requires exactly one argument");return e.helpers.if.call(this,t,{fn:n.inverse,inverse:n.fn,hash:n.hash})}))},e.exports=t.default},function(e,t){"use strict";t.__esModule=!0,t.default=function(e){e.registerHelper("log",(function(){for(var t=[void 0],n=arguments[arguments.length-1],r=0;r<arguments.length-1;r++)t.push(arguments[r]);var a=1;null!=n.hash.level?a=n.hash.level:n.data&&null!=n.data.level&&(a=n.data.level),t[0]=a,e.log.apply(e,t)}))},e.exports=t.default},function(e,t){"use strict";t.__esModule=!0,t.default=function(e){e.registerHelper("lookup",(function(e,t,n){return e?n.lookupProperty(e,t):e}))},e.exports=t.default},function(e,t,n){"use strict";var r=n(1).default;t.__esModule=!0;var a=n(5),i=r(n(6));t.default=function(e){e.registerHelper("with",(function(e,t){if(2!=arguments.length)throw new i.default("#with requires exactly one argument");a.isFunction(e)&&(e=e.call(this));var n=t.fn;if(a.isEmpty(e))return t.inverse(this);var r=t.data;return t.data&&t.ids&&((r=a.createFrame(t.data)).contextPath=a.appendContextPath(t.data.contextPath,t.ids[0])),n(e,{data:r,blockParams:a.blockParams([e],[r&&r.contextPath])})}))},e.exports=t.default},function(e,t,n){"use strict";var r=n(1).default;t.__esModule=!0,t.registerDefaultDecorators=function(e){a.default(e)};var a=r(n(31))},function(e,t,n){"use strict";t.__esModule=!0;var r=n(5);t.default=function(e){e.registerDecorator("inline",(function(e,t,n,a){var i=e;return t.partials||(t.partials={},i=function(a,i){var o=n.partials;n.partials=r.extend({},o,t.partials);var s=e(a,i);return n.partials=o,s}),t.partials[a.args[0]]=a.fn,i}))},e.exports=t.default},function(e,t,n){"use strict";t.__esModule=!0;var r=n(5),a={methodMap:["debug","info","warn","error"],level:"info",lookupLevel:function(e){if("string"==typeof e){var t=r.indexOf(a.methodMap,e.toLowerCase());e=t>=0?t:parseInt(e,10)}return e},log:function(e){if(e=a.lookupLevel(e),"undefined"!=typeof console&&a.lookupLevel(a.level)<=e){var t=a.methodMap[e];console[t]||(t="log");for(var n=arguments.length,r=Array(n>1?n-1:0),i=1;i<n;i++)r[i-1]=arguments[i];console[t].apply(console,r)}}};t.default=a,e.exports=t.default},function(e,t,n){"use strict";var r=n(34).default,a=n(13).default,i=n(3).default;t.__esModule=!0,t.createProtoAccessControl=function(e){var t=r(null);t.constructor=!1,t.__defineGetter__=!1,t.__defineSetter__=!1,t.__lookupGetter__=!1;var n=r(null);return n.__proto__=!1,{properties:{whitelist:o.createNewLookupObject(n,e.allowedProtoProperties),defaultValue:e.allowProtoPropertiesByDefault},methods:{whitelist:o.createNewLookupObject(t,e.allowedProtoMethods),defaultValue:e.allowProtoMethodsByDefault}}},t.resultIsAllowed=function(e,t,n){return u("function"==typeof e?t.methods:t.properties,n)},t.resetLoggedProperties=function(){a(l).forEach((function(e){delete l[e]}))};var o=n(36),s=i(n(32)),l=r(null);function u(e,t){return void 0!==e.whitelist[t]?!0===e.whitelist[t]:void 0!==e.defaultValue?e.defaultValue:(function(e){!0!==l[e]&&(l[e]=!0,s.log("error",'Handlebars: Access has been denied to resolve the property "'+e+'" because it is not an "own property" of its parent.\nYou can add a runtime option to disable the check or this warning:\nSee https://handlebarsjs.com/api-reference/runtime-options.html#options-to-control-prototype-access for details'))}(t),!1)}},function(e,t,n){e.exports={default:n(35),__esModule:!0}},function(e,t,n){var r=n(9);e.exports=function(e,t){return r.create(e,t)}},function(e,t,n){"use strict";var r=n(34).default;t.__esModule=!0,t.createNewLookupObject=function(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];return a.extend.apply(void 0,[r(null)].concat(t))};var a=n(5)},function(e,t){"use strict";function n(e){this.string=e}t.__esModule=!0,n.prototype.toString=n.prototype.toHTML=function(){return""+this.string},t.default=n,e.exports=t.default},function(e,t,n){"use strict";var r=n(39).default,a=n(13).default,i=n(3).default,o=n(1).default;t.__esModule=!0,t.checkRevision=function(e){var t=e&&e[0]||1,n=u.COMPILER_REVISION;if(!(t>=u.LAST_COMPATIBLE_COMPILER_REVISION&&t<=u.COMPILER_REVISION)){if(t<u.LAST_COMPATIBLE_COMPILER_REVISION){var r=u.REVISION_CHANGES[n],a=u.REVISION_CHANGES[t];throw new l.default("Template was precompiled with an older version of Handlebars than the current runtime. Please update your precompiler to a newer version ("+r+") or downgrade your runtime to an older version ("+a+").")}throw new l.default("Template was precompiled with a newer version of Handlebars than the current runtime. Please update your runtime to a newer version ("+e[1]+").")}},t.template=function(e,t){if(!t)throw new l.default("No environment passed to template");if(!e||!e.main)throw new l.default("Unknown template object: "+typeof e);e.main.decorator=e.main_d,t.VM.checkRevision(e.compiler);var n=e.compiler&&7===e.compiler[0],i={strict:function(e,t,n){if(!e||!(t in e))throw new l.default('"'+t+'" not defined in '+e,{loc:n});return e[t]},lookupProperty:function(e,t){var n=e[t];return null==n||Object.prototype.hasOwnProperty.call(e,t)||d.resultIsAllowed(n,i.protoAccessControl,t)?n:void 0},lookup:function(e,t){for(var n=e.length,r=0;r<n;r++)if(null!=(e[r]&&i.lookupProperty(e[r],t)))return e[r][t]},lambda:function(e,t){return"function"==typeof e?e.call(t):e},escapeExpression:s.escapeExpression,invokePartial:function(n,r,a){a.hash&&(r=s.extend({},r,a.hash),a.ids&&(a.ids[0]=!0)),n=t.VM.resolvePartial.call(this,n,r,a);var i=s.extend({},a,{hooks:this.hooks,protoAccessControl:this.protoAccessControl}),o=t.VM.invokePartial.call(this,n,r,i);if(null==o&&t.compile&&(a.partials[a.name]=t.compile(n,e.compilerOptions,t),o=a.partials[a.name](r,i)),null!=o){if(a.indent){for(var u=o.split("\n"),c=0,p=u.length;c<p&&(u[c]||c+1!==p);c++)u[c]=a.indent+u[c];o=u.join("\n")}return o}throw new l.default("The partial "+a.name+" could not be compiled when running in runtime-only mode")},fn:function(t){var n=e[t];return n.decorator=e[t+"_d"],n},programs:[],program:function(e,t,n,r,a){var i=this.programs[e],o=this.fn(e);return t||a||r||n?i=f(this,e,o,t,n,r,a):i||(i=this.programs[e]=f(this,e,o)),i},data:function(e,t){for(;e&&t--;)e=e._parent;return e},mergeIfNeeded:function(e,t){var n=e||t;return e&&t&&e!==t&&(n=s.extend({},t,e)),n},nullContext:r({}),noop:t.VM.noop,compilerInfo:e.compiler};function o(t){var n=arguments.length<=1||void 0===arguments[1]?{}:arguments[1],r=n.data;o._setup(n),!n.partial&&e.useData&&(r=h(t,r));var a=void 0,s=e.useBlockParams?[]:void 0;function l(t){return""+e.main(i,t,i.helpers,i.partials,r,s,a)}return e.useDepths&&(a=n.depths?t!=n.depths[0]?[t].concat(n.depths):n.depths:[t]),(l=v(e.main,l,i,n.depths||[],r,s))(t,n)}return o.isTop=!0,o._setup=function(r){if(r.partial)i.protoAccessControl=r.protoAccessControl,i.helpers=r.helpers,i.partials=r.partials,i.decorators=r.decorators,i.hooks=r.hooks;else{var o=s.extend({},t.helpers,r.helpers);!function(e,t){a(e).forEach((function(n){var r=e[n];e[n]=function(e,t){var n=t.lookupProperty;return p.wrapHelper(e,(function(e){return s.extend({lookupProperty:n},e)}))}(r,t)}))}(o,i),i.helpers=o,e.usePartial&&(i.partials=i.mergeIfNeeded(r.partials,t.partials)),(e.usePartial||e.useDecorators)&&(i.decorators=s.extend({},t.decorators,r.decorators)),i.hooks={},i.protoAccessControl=d.createProtoAccessControl(r);var l=r.allowCallsToHelperMissing||n;c.moveHelperToHooks(i,"helperMissing",l),c.moveHelperToHooks(i,"blockHelperMissing",l)}},o._child=function(t,n,r,a){if(e.useBlockParams&&!r)throw new l.default("must pass block params");if(e.useDepths&&!a)throw new l.default("must pass parent depths");return f(i,t,e[t],n,0,r,a)},o},t.wrapProgram=f,t.resolvePartial=function(e,t,n){return e?e.call||n.name||(n.name=e,e=n.partials[e]):e="@partial-block"===n.name?n.data["partial-block"]:n.partials[n.name],e},t.invokePartial=function(e,t,n){var r=n.data&&n.data["partial-block"];n.partial=!0,n.ids&&(n.data.contextPath=n.ids[0]||n.data.contextPath);var a=void 0;if(n.fn&&n.fn!==m&&function(){n.data=u.createFrame(n.data);var e=n.fn;a=n.data["partial-block"]=function(t){var n=arguments.length<=1||void 0===arguments[1]?{}:arguments[1];return n.data=u.createFrame(n.data),n.data["partial-block"]=r,e(t,n)},e.partials&&(n.partials=s.extend({},n.partials,e.partials))}(),void 0===e&&a&&(e=a),void 0===e)throw new l.default("The partial "+n.name+" could not be found");if(e instanceof Function)return e(t,n)},t.noop=m;var s=i(n(5)),l=o(n(6)),u=n(4),c=n(10),p=n(43),d=n(33);function f(e,t,n,r,a,i,o){function s(t){var a=arguments.length<=1||void 0===arguments[1]?{}:arguments[1],s=o;return!o||t==o[0]||t===e.nullContext&&null===o[0]||(s=[t].concat(o)),n(e,t,e.helpers,e.partials,a.data||r,i&&[a.blockParams].concat(i),s)}return(s=v(n,s,e,o,r,i)).program=t,s.depth=o?o.length:0,s.blockParams=a||0,s}function m(){return""}function h(e,t){return t&&"root"in t||((t=t?u.createFrame(t):{}).root=e),t}function v(e,t,n,r,a,i){if(e.decorator){var o={};t=e.decorator(t,o,n,r&&r[0],a,i,r),s.extend(t,o)}return t}},function(e,t,n){e.exports={default:n(40),__esModule:!0}},function(e,t,n){n(41),e.exports=n(21).Object.seal},function(e,t,n){var r=n(42);n(18)("seal",(function(e){return function(t){return e&&r(t)?e(t):t}}))},function(e,t){e.exports=function(e){return"object"==typeof e?null!==e:"function"==typeof e}},function(e,t){"use strict";t.__esModule=!0,t.wrapHelper=function(e,t){return"function"!=typeof e?e:function(){var n=arguments[arguments.length-1];return arguments[arguments.length-1]=t(n),e.apply(this,arguments)}}},function(e,t){(function(n){"use strict";t.__esModule=!0,t.default=function(e){var t=void 0!==n?n:window,r=t.Handlebars;e.noConflict=function(){return t.Handlebars===e&&(t.Handlebars=r),e}},e.exports=t.default}).call(t,function(){return this}())},function(e,t){"use strict";t.__esModule=!0;var n={helpers:{helperExpression:function(e){return"SubExpression"===e.type||("MustacheStatement"===e.type||"BlockStatement"===e.type)&&!!(e.params&&e.params.length||e.hash)},scopedId:function(e){return/^\.|this\b/.test(e.original)},simpleId:function(e){return 1===e.parts.length&&!n.helpers.scopedId(e)&&!e.depth}}};t.default=n,e.exports=t.default},function(e,t,n){"use strict";var r=n(1).default,a=n(3).default;t.__esModule=!0,t.parseWithoutProcessing=c,t.parse=function(e,t){var n=c(e,t);return new o.default(t).accept(n)};var i=r(n(47)),o=r(n(48)),s=a(n(50)),l=n(5);t.parser=i.default;var u={};function c(e,t){return"Program"===e.type?e:(i.default.yy=u,u.locInfo=function(e){return new u.SourceLocation(t&&t.srcName,e)},i.default.parse(e))}l.extend(u,s)},function(e,t){"use strict";t.__esModule=!0;var n=function(){var e={trace:function(){},yy:{},symbols_:{error:2,root:3,program:4,EOF:5,program_repetition0:6,statement:7,mustache:8,block:9,rawBlock:10,partial:11,partialBlock:12,content:13,COMMENT:14,CONTENT:15,openRawBlock:16,rawBlock_repetition0:17,END_RAW_BLOCK:18,OPEN_RAW_BLOCK:19,helperName:20,openRawBlock_repetition0:21,openRawBlock_option0:22,CLOSE_RAW_BLOCK:23,openBlock:24,block_option0:25,closeBlock:26,openInverse:27,block_option1:28,OPEN_BLOCK:29,openBlock_repetition0:30,openBlock_option0:31,openBlock_option1:32,CLOSE:33,OPEN_INVERSE:34,openInverse_repetition0:35,openInverse_option0:36,openInverse_option1:37,openInverseChain:38,OPEN_INVERSE_CHAIN:39,openInverseChain_repetition0:40,openInverseChain_option0:41,openInverseChain_option1:42,inverseAndProgram:43,INVERSE:44,inverseChain:45,inverseChain_option0:46,OPEN_ENDBLOCK:47,OPEN:48,mustache_repetition0:49,mustache_option0:50,OPEN_UNESCAPED:51,mustache_repetition1:52,mustache_option1:53,CLOSE_UNESCAPED:54,OPEN_PARTIAL:55,partialName:56,partial_repetition0:57,partial_option0:58,openPartialBlock:59,OPEN_PARTIAL_BLOCK:60,openPartialBlock_repetition0:61,openPartialBlock_option0:62,param:63,sexpr:64,OPEN_SEXPR:65,sexpr_repetition0:66,sexpr_option0:67,CLOSE_SEXPR:68,hash:69,hash_repetition_plus0:70,hashSegment:71,ID:72,EQUALS:73,blockParams:74,OPEN_BLOCK_PARAMS:75,blockParams_repetition_plus0:76,CLOSE_BLOCK_PARAMS:77,path:78,dataName:79,STRING:80,NUMBER:81,BOOLEAN:82,UNDEFINED:83,NULL:84,DATA:85,pathSegments:86,SEP:87,$accept:0,$end:1},terminals_:{2:"error",5:"EOF",14:"COMMENT",15:"CONTENT",18:"END_RAW_BLOCK",19:"OPEN_RAW_BLOCK",23:"CLOSE_RAW_BLOCK",29:"OPEN_BLOCK",33:"CLOSE",34:"OPEN_INVERSE",39:"OPEN_INVERSE_CHAIN",44:"INVERSE",47:"OPEN_ENDBLOCK",48:"OPEN",51:"OPEN_UNESCAPED",54:"CLOSE_UNESCAPED",55:"OPEN_PARTIAL",60:"OPEN_PARTIAL_BLOCK",65:"OPEN_SEXPR",68:"CLOSE_SEXPR",72:"ID",73:"EQUALS",75:"OPEN_BLOCK_PARAMS",77:"CLOSE_BLOCK_PARAMS",80:"STRING",81:"NUMBER",82:"BOOLEAN",83:"UNDEFINED",84:"NULL",85:"DATA",87:"SEP"},productions_:[0,[3,2],[4,1],[7,1],[7,1],[7,1],[7,1],[7,1],[7,1],[7,1],[13,1],[10,3],[16,5],[9,4],[9,4],[24,6],[27,6],[38,6],[43,2],[45,3],[45,1],[26,3],[8,5],[8,5],[11,5],[12,3],[59,5],[63,1],[63,1],[64,5],[69,1],[71,3],[74,3],[20,1],[20,1],[20,1],[20,1],[20,1],[20,1],[20,1],[56,1],[56,1],[79,2],[78,1],[86,3],[86,1],[6,0],[6,2],[17,0],[17,2],[21,0],[21,2],[22,0],[22,1],[25,0],[25,1],[28,0],[28,1],[30,0],[30,2],[31,0],[31,1],[32,0],[32,1],[35,0],[35,2],[36,0],[36,1],[37,0],[37,1],[40,0],[40,2],[41,0],[41,1],[42,0],[42,1],[46,0],[46,1],[49,0],[49,2],[50,0],[50,1],[52,0],[52,2],[53,0],[53,1],[57,0],[57,2],[58,0],[58,1],[61,0],[61,2],[62,0],[62,1],[66,0],[66,2],[67,0],[67,1],[70,1],[70,2],[76,1],[76,2]],performAction:function(e,t,n,r,a,i,o){var s=i.length-1;switch(a){case 1:return i[s-1];case 2:this.$=r.prepareProgram(i[s]);break;case 3:case 4:case 5:case 6:case 7:case 8:this.$=i[s];break;case 9:this.$={type:"CommentStatement",value:r.stripComment(i[s]),strip:r.stripFlags(i[s],i[s]),loc:r.locInfo(this._$)};break;case 10:this.$={type:"ContentStatement",original:i[s],value:i[s],loc:r.locInfo(this._$)};break;case 11:this.$=r.prepareRawBlock(i[s-2],i[s-1],i[s],this._$);break;case 12:this.$={path:i[s-3],params:i[s-2],hash:i[s-1]};break;case 13:this.$=r.prepareBlock(i[s-3],i[s-2],i[s-1],i[s],!1,this._$);break;case 14:this.$=r.prepareBlock(i[s-3],i[s-2],i[s-1],i[s],!0,this._$);break;case 15:this.$={open:i[s-5],path:i[s-4],params:i[s-3],hash:i[s-2],blockParams:i[s-1],strip:r.stripFlags(i[s-5],i[s])};break;case 16:case 17:this.$={path:i[s-4],params:i[s-3],hash:i[s-2],blockParams:i[s-1],strip:r.stripFlags(i[s-5],i[s])};break;case 18:this.$={strip:r.stripFlags(i[s-1],i[s-1]),program:i[s]};break;case 19:var l=r.prepareBlock(i[s-2],i[s-1],i[s],i[s],!1,this._$),u=r.prepareProgram([l],i[s-1].loc);u.chained=!0,this.$={strip:i[s-2].strip,program:u,chain:!0};break;case 20:this.$=i[s];break;case 21:this.$={path:i[s-1],strip:r.stripFlags(i[s-2],i[s])};break;case 22:case 23:this.$=r.prepareMustache(i[s-3],i[s-2],i[s-1],i[s-4],r.stripFlags(i[s-4],i[s]),this._$);break;case 24:this.$={type:"PartialStatement",name:i[s-3],params:i[s-2],hash:i[s-1],indent:"",strip:r.stripFlags(i[s-4],i[s]),loc:r.locInfo(this._$)};break;case 25:this.$=r.preparePartialBlock(i[s-2],i[s-1],i[s],this._$);break;case 26:this.$={path:i[s-3],params:i[s-2],hash:i[s-1],strip:r.stripFlags(i[s-4],i[s])};break;case 27:case 28:this.$=i[s];break;case 29:this.$={type:"SubExpression",path:i[s-3],params:i[s-2],hash:i[s-1],loc:r.locInfo(this._$)};break;case 30:this.$={type:"Hash",pairs:i[s],loc:r.locInfo(this._$)};break;case 31:this.$={type:"HashPair",key:r.id(i[s-2]),value:i[s],loc:r.locInfo(this._$)};break;case 32:this.$=r.id(i[s-1]);break;case 33:case 34:this.$=i[s];break;case 35:this.$={type:"StringLiteral",value:i[s],original:i[s],loc:r.locInfo(this._$)};break;case 36:this.$={type:"NumberLiteral",value:Number(i[s]),original:Number(i[s]),loc:r.locInfo(this._$)};break;case 37:this.$={type:"BooleanLiteral",value:"true"===i[s],original:"true"===i[s],loc:r.locInfo(this._$)};break;case 38:this.$={type:"UndefinedLiteral",original:void 0,value:void 0,loc:r.locInfo(this._$)};break;case 39:this.$={type:"NullLiteral",original:null,value:null,loc:r.locInfo(this._$)};break;case 40:case 41:this.$=i[s];break;case 42:this.$=r.preparePath(!0,i[s],this._$);break;case 43:this.$=r.preparePath(!1,i[s],this._$);break;case 44:i[s-2].push({part:r.id(i[s]),original:i[s],separator:i[s-1]}),this.$=i[s-2];break;case 45:this.$=[{part:r.id(i[s]),original:i[s]}];break;case 46:this.$=[];break;case 47:i[s-1].push(i[s]);break;case 48:this.$=[];break;case 49:i[s-1].push(i[s]);break;case 50:this.$=[];break;case 51:i[s-1].push(i[s]);break;case 58:this.$=[];break;case 59:i[s-1].push(i[s]);break;case 64:this.$=[];break;case 65:i[s-1].push(i[s]);break;case 70:this.$=[];break;case 71:i[s-1].push(i[s]);break;case 78:this.$=[];break;case 79:i[s-1].push(i[s]);break;case 82:this.$=[];break;case 83:i[s-1].push(i[s]);break;case 86:this.$=[];break;case 87:i[s-1].push(i[s]);break;case 90:this.$=[];break;case 91:i[s-1].push(i[s]);break;case 94:this.$=[];break;case 95:i[s-1].push(i[s]);break;case 98:this.$=[i[s]];break;case 99:i[s-1].push(i[s]);break;case 100:this.$=[i[s]];break;case 101:i[s-1].push(i[s])}},table:[{3:1,4:2,5:[2,46],6:3,14:[2,46],15:[2,46],19:[2,46],29:[2,46],34:[2,46],48:[2,46],51:[2,46],55:[2,46],60:[2,46]},{1:[3]},{5:[1,4]},{5:[2,2],7:5,8:6,9:7,10:8,11:9,12:10,13:11,14:[1,12],15:[1,20],16:17,19:[1,23],24:15,27:16,29:[1,21],34:[1,22],39:[2,2],44:[2,2],47:[2,2],48:[1,13],51:[1,14],55:[1,18],59:19,60:[1,24]},{1:[2,1]},{5:[2,47],14:[2,47],15:[2,47],19:[2,47],29:[2,47],34:[2,47],39:[2,47],44:[2,47],47:[2,47],48:[2,47],51:[2,47],55:[2,47],60:[2,47]},{5:[2,3],14:[2,3],15:[2,3],19:[2,3],29:[2,3],34:[2,3],39:[2,3],44:[2,3],47:[2,3],48:[2,3],51:[2,3],55:[2,3],60:[2,3]},{5:[2,4],14:[2,4],15:[2,4],19:[2,4],29:[2,4],34:[2,4],39:[2,4],44:[2,4],47:[2,4],48:[2,4],51:[2,4],55:[2,4],60:[2,4]},{5:[2,5],14:[2,5],15:[2,5],19:[2,5],29:[2,5],34:[2,5],39:[2,5],44:[2,5],47:[2,5],48:[2,5],51:[2,5],55:[2,5],60:[2,5]},{5:[2,6],14:[2,6],15:[2,6],19:[2,6],29:[2,6],34:[2,6],39:[2,6],44:[2,6],47:[2,6],48:[2,6],51:[2,6],55:[2,6],60:[2,6]},{5:[2,7],14:[2,7],15:[2,7],19:[2,7],29:[2,7],34:[2,7],39:[2,7],44:[2,7],47:[2,7],48:[2,7],51:[2,7],55:[2,7],60:[2,7]},{5:[2,8],14:[2,8],15:[2,8],19:[2,8],29:[2,8],34:[2,8],39:[2,8],44:[2,8],47:[2,8],48:[2,8],51:[2,8],55:[2,8],60:[2,8]},{5:[2,9],14:[2,9],15:[2,9],19:[2,9],29:[2,9],34:[2,9],39:[2,9],44:[2,9],47:[2,9],48:[2,9],51:[2,9],55:[2,9],60:[2,9]},{20:25,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:36,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{4:37,6:3,14:[2,46],15:[2,46],19:[2,46],29:[2,46],34:[2,46],39:[2,46],44:[2,46],47:[2,46],48:[2,46],51:[2,46],55:[2,46],60:[2,46]},{4:38,6:3,14:[2,46],15:[2,46],19:[2,46],29:[2,46],34:[2,46],44:[2,46],47:[2,46],48:[2,46],51:[2,46],55:[2,46],60:[2,46]},{15:[2,48],17:39,18:[2,48]},{20:41,56:40,64:42,65:[1,43],72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{4:44,6:3,14:[2,46],15:[2,46],19:[2,46],29:[2,46],34:[2,46],47:[2,46],48:[2,46],51:[2,46],55:[2,46],60:[2,46]},{5:[2,10],14:[2,10],15:[2,10],18:[2,10],19:[2,10],29:[2,10],34:[2,10],39:[2,10],44:[2,10],47:[2,10],48:[2,10],51:[2,10],55:[2,10],60:[2,10]},{20:45,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:46,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:47,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:41,56:48,64:42,65:[1,43],72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{33:[2,78],49:49,65:[2,78],72:[2,78],80:[2,78],81:[2,78],82:[2,78],83:[2,78],84:[2,78],85:[2,78]},{23:[2,33],33:[2,33],54:[2,33],65:[2,33],68:[2,33],72:[2,33],75:[2,33],80:[2,33],81:[2,33],82:[2,33],83:[2,33],84:[2,33],85:[2,33]},{23:[2,34],33:[2,34],54:[2,34],65:[2,34],68:[2,34],72:[2,34],75:[2,34],80:[2,34],81:[2,34],82:[2,34],83:[2,34],84:[2,34],85:[2,34]},{23:[2,35],33:[2,35],54:[2,35],65:[2,35],68:[2,35],72:[2,35],75:[2,35],80:[2,35],81:[2,35],82:[2,35],83:[2,35],84:[2,35],85:[2,35]},{23:[2,36],33:[2,36],54:[2,36],65:[2,36],68:[2,36],72:[2,36],75:[2,36],80:[2,36],81:[2,36],82:[2,36],83:[2,36],84:[2,36],85:[2,36]},{23:[2,37],33:[2,37],54:[2,37],65:[2,37],68:[2,37],72:[2,37],75:[2,37],80:[2,37],81:[2,37],82:[2,37],83:[2,37],84:[2,37],85:[2,37]},{23:[2,38],33:[2,38],54:[2,38],65:[2,38],68:[2,38],72:[2,38],75:[2,38],80:[2,38],81:[2,38],82:[2,38],83:[2,38],84:[2,38],85:[2,38]},{23:[2,39],33:[2,39],54:[2,39],65:[2,39],68:[2,39],72:[2,39],75:[2,39],80:[2,39],81:[2,39],82:[2,39],83:[2,39],84:[2,39],85:[2,39]},{23:[2,43],33:[2,43],54:[2,43],65:[2,43],68:[2,43],72:[2,43],75:[2,43],80:[2,43],81:[2,43],82:[2,43],83:[2,43],84:[2,43],85:[2,43],87:[1,50]},{72:[1,35],86:51},{23:[2,45],33:[2,45],54:[2,45],65:[2,45],68:[2,45],72:[2,45],75:[2,45],80:[2,45],81:[2,45],82:[2,45],83:[2,45],84:[2,45],85:[2,45],87:[2,45]},{52:52,54:[2,82],65:[2,82],72:[2,82],80:[2,82],81:[2,82],82:[2,82],83:[2,82],84:[2,82],85:[2,82]},{25:53,38:55,39:[1,57],43:56,44:[1,58],45:54,47:[2,54]},{28:59,43:60,44:[1,58],47:[2,56]},{13:62,15:[1,20],18:[1,61]},{33:[2,86],57:63,65:[2,86],72:[2,86],80:[2,86],81:[2,86],82:[2,86],83:[2,86],84:[2,86],85:[2,86]},{33:[2,40],65:[2,40],72:[2,40],80:[2,40],81:[2,40],82:[2,40],83:[2,40],84:[2,40],85:[2,40]},{33:[2,41],65:[2,41],72:[2,41],80:[2,41],81:[2,41],82:[2,41],83:[2,41],84:[2,41],85:[2,41]},{20:64,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{26:65,47:[1,66]},{30:67,33:[2,58],65:[2,58],72:[2,58],75:[2,58],80:[2,58],81:[2,58],82:[2,58],83:[2,58],84:[2,58],85:[2,58]},{33:[2,64],35:68,65:[2,64],72:[2,64],75:[2,64],80:[2,64],81:[2,64],82:[2,64],83:[2,64],84:[2,64],85:[2,64]},{21:69,23:[2,50],65:[2,50],72:[2,50],80:[2,50],81:[2,50],82:[2,50],83:[2,50],84:[2,50],85:[2,50]},{33:[2,90],61:70,65:[2,90],72:[2,90],80:[2,90],81:[2,90],82:[2,90],83:[2,90],84:[2,90],85:[2,90]},{20:74,33:[2,80],50:71,63:72,64:75,65:[1,43],69:73,70:76,71:77,72:[1,78],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{72:[1,79]},{23:[2,42],33:[2,42],54:[2,42],65:[2,42],68:[2,42],72:[2,42],75:[2,42],80:[2,42],81:[2,42],82:[2,42],83:[2,42],84:[2,42],85:[2,42],87:[1,50]},{20:74,53:80,54:[2,84],63:81,64:75,65:[1,43],69:82,70:76,71:77,72:[1,78],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{26:83,47:[1,66]},{47:[2,55]},{4:84,6:3,14:[2,46],15:[2,46],19:[2,46],29:[2,46],34:[2,46],39:[2,46],44:[2,46],47:[2,46],48:[2,46],51:[2,46],55:[2,46],60:[2,46]},{47:[2,20]},{20:85,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{4:86,6:3,14:[2,46],15:[2,46],19:[2,46],29:[2,46],34:[2,46],47:[2,46],48:[2,46],51:[2,46],55:[2,46],60:[2,46]},{26:87,47:[1,66]},{47:[2,57]},{5:[2,11],14:[2,11],15:[2,11],19:[2,11],29:[2,11],34:[2,11],39:[2,11],44:[2,11],47:[2,11],48:[2,11],51:[2,11],55:[2,11],60:[2,11]},{15:[2,49],18:[2,49]},{20:74,33:[2,88],58:88,63:89,64:75,65:[1,43],69:90,70:76,71:77,72:[1,78],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{65:[2,94],66:91,68:[2,94],72:[2,94],80:[2,94],81:[2,94],82:[2,94],83:[2,94],84:[2,94],85:[2,94]},{5:[2,25],14:[2,25],15:[2,25],19:[2,25],29:[2,25],34:[2,25],39:[2,25],44:[2,25],47:[2,25],48:[2,25],51:[2,25],55:[2,25],60:[2,25]},{20:92,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:74,31:93,33:[2,60],63:94,64:75,65:[1,43],69:95,70:76,71:77,72:[1,78],75:[2,60],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:74,33:[2,66],36:96,63:97,64:75,65:[1,43],69:98,70:76,71:77,72:[1,78],75:[2,66],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:74,22:99,23:[2,52],63:100,64:75,65:[1,43],69:101,70:76,71:77,72:[1,78],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:74,33:[2,92],62:102,63:103,64:75,65:[1,43],69:104,70:76,71:77,72:[1,78],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{33:[1,105]},{33:[2,79],65:[2,79],72:[2,79],80:[2,79],81:[2,79],82:[2,79],83:[2,79],84:[2,79],85:[2,79]},{33:[2,81]},{23:[2,27],33:[2,27],54:[2,27],65:[2,27],68:[2,27],72:[2,27],75:[2,27],80:[2,27],81:[2,27],82:[2,27],83:[2,27],84:[2,27],85:[2,27]},{23:[2,28],33:[2,28],54:[2,28],65:[2,28],68:[2,28],72:[2,28],75:[2,28],80:[2,28],81:[2,28],82:[2,28],83:[2,28],84:[2,28],85:[2,28]},{23:[2,30],33:[2,30],54:[2,30],68:[2,30],71:106,72:[1,107],75:[2,30]},{23:[2,98],33:[2,98],54:[2,98],68:[2,98],72:[2,98],75:[2,98]},{23:[2,45],33:[2,45],54:[2,45],65:[2,45],68:[2,45],72:[2,45],73:[1,108],75:[2,45],80:[2,45],81:[2,45],82:[2,45],83:[2,45],84:[2,45],85:[2,45],87:[2,45]},{23:[2,44],33:[2,44],54:[2,44],65:[2,44],68:[2,44],72:[2,44],75:[2,44],80:[2,44],81:[2,44],82:[2,44],83:[2,44],84:[2,44],85:[2,44],87:[2,44]},{54:[1,109]},{54:[2,83],65:[2,83],72:[2,83],80:[2,83],81:[2,83],82:[2,83],83:[2,83],84:[2,83],85:[2,83]},{54:[2,85]},{5:[2,13],14:[2,13],15:[2,13],19:[2,13],29:[2,13],34:[2,13],39:[2,13],44:[2,13],47:[2,13],48:[2,13],51:[2,13],55:[2,13],60:[2,13]},{38:55,39:[1,57],43:56,44:[1,58],45:111,46:110,47:[2,76]},{33:[2,70],40:112,65:[2,70],72:[2,70],75:[2,70],80:[2,70],81:[2,70],82:[2,70],83:[2,70],84:[2,70],85:[2,70]},{47:[2,18]},{5:[2,14],14:[2,14],15:[2,14],19:[2,14],29:[2,14],34:[2,14],39:[2,14],44:[2,14],47:[2,14],48:[2,14],51:[2,14],55:[2,14],60:[2,14]},{33:[1,113]},{33:[2,87],65:[2,87],72:[2,87],80:[2,87],81:[2,87],82:[2,87],83:[2,87],84:[2,87],85:[2,87]},{33:[2,89]},{20:74,63:115,64:75,65:[1,43],67:114,68:[2,96],69:116,70:76,71:77,72:[1,78],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{33:[1,117]},{32:118,33:[2,62],74:119,75:[1,120]},{33:[2,59],65:[2,59],72:[2,59],75:[2,59],80:[2,59],81:[2,59],82:[2,59],83:[2,59],84:[2,59],85:[2,59]},{33:[2,61],75:[2,61]},{33:[2,68],37:121,74:122,75:[1,120]},{33:[2,65],65:[2,65],72:[2,65],75:[2,65],80:[2,65],81:[2,65],82:[2,65],83:[2,65],84:[2,65],85:[2,65]},{33:[2,67],75:[2,67]},{23:[1,123]},{23:[2,51],65:[2,51],72:[2,51],80:[2,51],81:[2,51],82:[2,51],83:[2,51],84:[2,51],85:[2,51]},{23:[2,53]},{33:[1,124]},{33:[2,91],65:[2,91],72:[2,91],80:[2,91],81:[2,91],82:[2,91],83:[2,91],84:[2,91],85:[2,91]},{33:[2,93]},{5:[2,22],14:[2,22],15:[2,22],19:[2,22],29:[2,22],34:[2,22],39:[2,22],44:[2,22],47:[2,22],48:[2,22],51:[2,22],55:[2,22],60:[2,22]},{23:[2,99],33:[2,99],54:[2,99],68:[2,99],72:[2,99],75:[2,99]},{73:[1,108]},{20:74,63:125,64:75,65:[1,43],72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{5:[2,23],14:[2,23],15:[2,23],19:[2,23],29:[2,23],34:[2,23],39:[2,23],44:[2,23],47:[2,23],48:[2,23],51:[2,23],55:[2,23],60:[2,23]},{47:[2,19]},{47:[2,77]},{20:74,33:[2,72],41:126,63:127,64:75,65:[1,43],69:128,70:76,71:77,72:[1,78],75:[2,72],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{5:[2,24],14:[2,24],15:[2,24],19:[2,24],29:[2,24],34:[2,24],39:[2,24],44:[2,24],47:[2,24],48:[2,24],51:[2,24],55:[2,24],60:[2,24]},{68:[1,129]},{65:[2,95],68:[2,95],72:[2,95],80:[2,95],81:[2,95],82:[2,95],83:[2,95],84:[2,95],85:[2,95]},{68:[2,97]},{5:[2,21],14:[2,21],15:[2,21],19:[2,21],29:[2,21],34:[2,21],39:[2,21],44:[2,21],47:[2,21],48:[2,21],51:[2,21],55:[2,21],60:[2,21]},{33:[1,130]},{33:[2,63]},{72:[1,132],76:131},{33:[1,133]},{33:[2,69]},{15:[2,12],18:[2,12]},{14:[2,26],15:[2,26],19:[2,26],29:[2,26],34:[2,26],47:[2,26],48:[2,26],51:[2,26],55:[2,26],60:[2,26]},{23:[2,31],33:[2,31],54:[2,31],68:[2,31],72:[2,31],75:[2,31]},{33:[2,74],42:134,74:135,75:[1,120]},{33:[2,71],65:[2,71],72:[2,71],75:[2,71],80:[2,71],81:[2,71],82:[2,71],83:[2,71],84:[2,71],85:[2,71]},{33:[2,73],75:[2,73]},{23:[2,29],33:[2,29],54:[2,29],65:[2,29],68:[2,29],72:[2,29],75:[2,29],80:[2,29],81:[2,29],82:[2,29],83:[2,29],84:[2,29],85:[2,29]},{14:[2,15],15:[2,15],19:[2,15],29:[2,15],34:[2,15],39:[2,15],44:[2,15],47:[2,15],48:[2,15],51:[2,15],55:[2,15],60:[2,15]},{72:[1,137],77:[1,136]},{72:[2,100],77:[2,100]},{14:[2,16],15:[2,16],19:[2,16],29:[2,16],34:[2,16],44:[2,16],47:[2,16],48:[2,16],51:[2,16],55:[2,16],60:[2,16]},{33:[1,138]},{33:[2,75]},{33:[2,32]},{72:[2,101],77:[2,101]},{14:[2,17],15:[2,17],19:[2,17],29:[2,17],34:[2,17],39:[2,17],44:[2,17],47:[2,17],48:[2,17],51:[2,17],55:[2,17],60:[2,17]}],defaultActions:{4:[2,1],54:[2,55],56:[2,20],60:[2,57],73:[2,81],82:[2,85],86:[2,18],90:[2,89],101:[2,53],104:[2,93],110:[2,19],111:[2,77],116:[2,97],119:[2,63],122:[2,69],135:[2,75],136:[2,32]},parseError:function(e,t){throw new Error(e)},parse:function(e){var t=this,n=[0],r=[null],a=[],i=this.table,o="",s=0,l=0,u=0;this.lexer.setInput(e),this.lexer.yy=this.yy,this.yy.lexer=this.lexer,this.yy.parser=this,void 0===this.lexer.yylloc&&(this.lexer.yylloc={});var c=this.lexer.yylloc;a.push(c);var p=this.lexer.options&&this.lexer.options.ranges;"function"==typeof this.yy.parseError&&(this.parseError=this.yy.parseError);for(var d,f,m,h,v,g,y,b,_,w,E={};;){if(m=n[n.length-1],this.defaultActions[m]?h=this.defaultActions[m]:(null==d&&(w=void 0,"number"!=typeof(w=t.lexer.lex()||1)&&(w=t.symbols_[w]||w),d=w),h=i[m]&&i[m][d]),void 0===h||!h.length||!h[0]){var k="";if(!u){for(g in _=[],i[m])this.terminals_[g]&&g>2&&_.push("'"+this.terminals_[g]+"'");k=this.lexer.showPosition?"Parse error on line "+(s+1)+":\n"+this.lexer.showPosition()+"\nExpecting "+_.join(", ")+", got '"+(this.terminals_[d]||d)+"'":"Parse error on line "+(s+1)+": Unexpected "+(1==d?"end of input":"'"+(this.terminals_[d]||d)+"'"),this.parseError(k,{text:this.lexer.match,token:this.terminals_[d]||d,line:this.lexer.yylineno,loc:c,expected:_})}}if(h[0]instanceof Array&&h.length>1)throw new Error("Parse Error: multiple actions possible at state: "+m+", token: "+d);switch(h[0]){case 1:n.push(d),r.push(this.lexer.yytext),a.push(this.lexer.yylloc),n.push(h[1]),d=null,f?(d=f,f=null):(l=this.lexer.yyleng,o=this.lexer.yytext,s=this.lexer.yylineno,c=this.lexer.yylloc,u>0&&u--);break;case 2:if(y=this.productions_[h[1]][1],E.$=r[r.length-y],E._$={first_line:a[a.length-(y||1)].first_line,last_line:a[a.length-1].last_line,first_column:a[a.length-(y||1)].first_column,last_column:a[a.length-1].last_column},p&&(E._$.range=[a[a.length-(y||1)].range[0],a[a.length-1].range[1]]),void 0!==(v=this.performAction.call(E,o,l,s,this.yy,h[1],r,a)))return v;y&&(n=n.slice(0,-1*y*2),r=r.slice(0,-1*y),a=a.slice(0,-1*y)),n.push(this.productions_[h[1]][0]),r.push(E.$),a.push(E._$),b=i[n[n.length-2]][n[n.length-1]],n.push(b);break;case 3:return!0}}return!0}},t=function(){var e={EOF:1,parseError:function(e,t){if(!this.yy.parser)throw new Error(e);this.yy.parser.parseError(e,t)},setInput:function(e){return this._input=e,this._more=this._less=this.done=!1,this.yylineno=this.yyleng=0,this.yytext=this.matched=this.match="",this.conditionStack=["INITIAL"],this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0},this.options.ranges&&(this.yylloc.range=[0,0]),this.offset=0,this},input:function(){var e=this._input[0];return this.yytext+=e,this.yyleng++,this.offset++,this.match+=e,this.matched+=e,e.match(/(?:\r\n?|\n).*/g)?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),e},unput:function(e){var t=e.length,n=e.split(/(?:\r\n?|\n)/g);this._input=e+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-t-1),this.offset-=t;var r=this.match.split(/(?:\r\n?|\n)/g);this.match=this.match.substr(0,this.match.length-1),this.matched=this.matched.substr(0,this.matched.length-1),n.length-1&&(this.yylineno-=n.length-1);var a=this.yylloc.range;return this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:n?(n.length===r.length?this.yylloc.first_column:0)+r[r.length-n.length].length-n[0].length:this.yylloc.first_column-t},this.options.ranges&&(this.yylloc.range=[a[0],a[0]+this.yyleng-t]),this},more:function(){return this._more=!0,this},less:function(e){this.unput(this.match.slice(e))},pastInput:function(){var e=this.matched.substr(0,this.matched.length-this.match.length);return(e.length>20?"...":"")+e.substr(-20).replace(/\n/g,"")},upcomingInput:function(){var e=this.match;return e.length<20&&(e+=this._input.substr(0,20-e.length)),(e.substr(0,20)+(e.length>20?"...":"")).replace(/\n/g,"")},showPosition:function(){var e=this.pastInput(),t=new Array(e.length+1).join("-");return e+this.upcomingInput()+"\n"+t+"^"},next:function(){if(this.done)return this.EOF;var e,t,n,r,a;this._input||(this.done=!0),this._more||(this.yytext="",this.match="");for(var i=this._currentRules(),o=0;o<i.length&&(!(n=this._input.match(this.rules[i[o]]))||t&&!(n[0].length>t[0].length)||(t=n,r=o,this.options.flex));o++);return t?((a=t[0].match(/(?:\r\n?|\n).*/g))&&(this.yylineno+=a.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:a?a[a.length-1].length-a[a.length-1].match(/\r?\n?/)[0].length:this.yylloc.last_column+t[0].length},this.yytext+=t[0],this.match+=t[0],this.matches=t,this.yyleng=this.yytext.length,this.options.ranges&&(this.yylloc.range=[this.offset,this.offset+=this.yyleng]),this._more=!1,this._input=this._input.slice(t[0].length),this.matched+=t[0],e=this.performAction.call(this,this.yy,this,i[r],this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),e||void 0):""===this._input?this.EOF:this.parseError("Lexical error on line "+(this.yylineno+1)+". Unrecognized text.\n"+this.showPosition(),{text:"",token:null,line:this.yylineno})},lex:function(){var e=this.next();return void 0!==e?e:this.lex()},begin:function(e){this.conditionStack.push(e)},popState:function(){return this.conditionStack.pop()},_currentRules:function(){return this.conditions[this.conditionStack[this.conditionStack.length-1]].rules},topState:function(){return this.conditionStack[this.conditionStack.length-2]},pushState:function(e){this.begin(e)},options:{},performAction:function(e,t,n,r){function a(e,n){return t.yytext=t.yytext.substring(e,t.yyleng-n+e)}switch(n){case 0:if("\\\\"===t.yytext.slice(-2)?(a(0,1),this.begin("mu")):"\\"===t.yytext.slice(-1)?(a(0,1),this.begin("emu")):this.begin("mu"),t.yytext)return 15;break;case 1:return 15;case 2:return this.popState(),15;case 3:return this.begin("raw"),15;case 4:return this.popState(),"raw"===this.conditionStack[this.conditionStack.length-1]?15:(a(5,9),"END_RAW_BLOCK");case 5:return 15;case 6:return this.popState(),14;case 7:return 65;case 8:return 68;case 9:return 19;case 10:return this.popState(),this.begin("raw"),23;case 11:return 55;case 12:return 60;case 13:return 29;case 14:return 47;case 15:case 16:return this.popState(),44;case 17:return 34;case 18:return 39;case 19:return 51;case 20:return 48;case 21:this.unput(t.yytext),this.popState(),this.begin("com");break;case 22:return this.popState(),14;case 23:return 48;case 24:return 73;case 25:case 26:return 72;case 27:return 87;case 28:break;case 29:return this.popState(),54;case 30:return this.popState(),33;case 31:return t.yytext=a(1,2).replace(/\\"/g,'"'),80;case 32:return t.yytext=a(1,2).replace(/\\'/g,"'"),80;case 33:return 85;case 34:case 35:return 82;case 36:return 83;case 37:return 84;case 38:return 81;case 39:return 75;case 40:return 77;case 41:return 72;case 42:return t.yytext=t.yytext.replace(/\\([\\\]])/g,"$1"),72;case 43:return"INVALID";case 44:return 5}},rules:[/^(?:[^\x00]*?(?=(\{\{)))/,/^(?:[^\x00]+)/,/^(?:[^\x00]{2,}?(?=(\{\{|\\\{\{|\\\\\{\{|$)))/,/^(?:\{\{\{\{(?=[^\/]))/,/^(?:\{\{\{\{\/[^\s!"#%-,\.\/;->@\[-\^`\{-~]+(?=[=}\s\/.])\}\}\}\})/,/^(?:[^\x00]+?(?=(\{\{\{\{)))/,/^(?:[\s\S]*?--(~)?\}\})/,/^(?:\()/,/^(?:\))/,/^(?:\{\{\{\{)/,/^(?:\}\}\}\})/,/^(?:\{\{(~)?>)/,/^(?:\{\{(~)?#>)/,/^(?:\{\{(~)?#\*?)/,/^(?:\{\{(~)?\/)/,/^(?:\{\{(~)?\^\s*(~)?\}\})/,/^(?:\{\{(~)?\s*else\s*(~)?\}\})/,/^(?:\{\{(~)?\^)/,/^(?:\{\{(~)?\s*else\b)/,/^(?:\{\{(~)?\{)/,/^(?:\{\{(~)?&)/,/^(?:\{\{(~)?!--)/,/^(?:\{\{(~)?![\s\S]*?\}\})/,/^(?:\{\{(~)?\*?)/,/^(?:=)/,/^(?:\.\.)/,/^(?:\.(?=([=~}\s\/.)|])))/,/^(?:[\/.])/,/^(?:\s+)/,/^(?:\}(~)?\}\})/,/^(?:(~)?\}\})/,/^(?:"(\\["]|[^"])*")/,/^(?:'(\\[']|[^'])*')/,/^(?:@)/,/^(?:true(?=([~}\s)])))/,/^(?:false(?=([~}\s)])))/,/^(?:undefined(?=([~}\s)])))/,/^(?:null(?=([~}\s)])))/,/^(?:-?[0-9]+(?:\.[0-9]+)?(?=([~}\s)])))/,/^(?:as\s+\|)/,/^(?:\|)/,/^(?:([^\s!"#%-,\.\/;->@\[-\^`\{-~]+(?=([=~}\s\/.)|]))))/,/^(?:\[(\\\]|[^\]])*\])/,/^(?:.)/,/^(?:$)/],conditions:{mu:{rules:[7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44],inclusive:!1},emu:{rules:[2],inclusive:!1},com:{rules:[6],inclusive:!1},raw:{rules:[3,4,5],inclusive:!1},INITIAL:{rules:[0,1,44],inclusive:!0}}};return e}();function n(){this.yy={}}return e.lexer=t,n.prototype=e,e.Parser=n,new n}();t.default=n,e.exports=t.default},function(e,t,n){"use strict";var r=n(1).default;t.__esModule=!0;var a=r(n(49));function i(){var e=arguments.length<=0||void 0===arguments[0]?{}:arguments[0];this.options=e}function o(e,t,n){void 0===t&&(t=e.length);var r=e[t-1],a=e[t-2];return r?"ContentStatement"===r.type?(a||!n?/\r?\n\s*?$/:/(^|\r?\n)\s*?$/).test(r.original):void 0:n}function s(e,t,n){void 0===t&&(t=-1);var r=e[t+1],a=e[t+2];return r?"ContentStatement"===r.type?(a||!n?/^\s*?\r?\n/:/^\s*?(\r?\n|$)/).test(r.original):void 0:n}function l(e,t,n){var r=e[null==t?0:t+1];if(r&&"ContentStatement"===r.type&&(n||!r.rightStripped)){var a=r.value;r.value=r.value.replace(n?/^\s+/:/^[ \t]*\r?\n?/,""),r.rightStripped=r.value!==a}}function u(e,t,n){var r=e[null==t?e.length-1:t-1];if(r&&"ContentStatement"===r.type&&(n||!r.leftStripped)){var a=r.value;return r.value=r.value.replace(n?/\s+$/:/[ \t]+$/,""),r.leftStripped=r.value!==a,r.leftStripped}}i.prototype=new a.default,i.prototype.Program=function(e){var t=!this.options.ignoreStandalone,n=!this.isRootSeen;this.isRootSeen=!0;for(var r=e.body,a=0,i=r.length;a<i;a++){var c=r[a],p=this.accept(c);if(p){var d=o(r,a,n),f=s(r,a,n),m=p.openStandalone&&d,h=p.closeStandalone&&f,v=p.inlineStandalone&&d&&f;p.close&&l(r,a,!0),p.open&&u(r,a,!0),t&&v&&(l(r,a),u(r,a)&&"PartialStatement"===c.type&&(c.indent=/([ \t]+$)/.exec(r[a-1].original)[1])),t&&m&&(l((c.program||c.inverse).body),u(r,a)),t&&h&&(l(r,a),u((c.inverse||c.program).body))}}return e},i.prototype.BlockStatement=i.prototype.DecoratorBlock=i.prototype.PartialBlockStatement=function(e){this.accept(e.program),this.accept(e.inverse);var t=e.program||e.inverse,n=e.program&&e.inverse,r=n,a=n;if(n&&n.chained)for(r=n.body[0].program;a.chained;)a=a.body[a.body.length-1].program;var i={open:e.openStrip.open,close:e.closeStrip.close,openStandalone:s(t.body),closeStandalone:o((r||t).body)};if(e.openStrip.close&&l(t.body,null,!0),n){var c=e.inverseStrip;c.open&&u(t.body,null,!0),c.close&&l(r.body,null,!0),e.closeStrip.open&&u(a.body,null,!0),!this.options.ignoreStandalone&&o(t.body)&&s(r.body)&&(u(t.body),l(r.body))}else e.closeStrip.open&&u(t.body,null,!0);return i},i.prototype.Decorator=i.prototype.MustacheStatement=function(e){return e.strip},i.prototype.PartialStatement=i.prototype.CommentStatement=function(e){var t=e.strip||{};return{inlineStandalone:!0,open:t.open,close:t.close}},t.default=i,e.exports=t.default},function(e,t,n){"use strict";var r=n(1).default;t.__esModule=!0;var a=r(n(6));function i(){this.parents=[]}function o(e){this.acceptRequired(e,"path"),this.acceptArray(e.params),this.acceptKey(e,"hash")}function s(e){o.call(this,e),this.acceptKey(e,"program"),this.acceptKey(e,"inverse")}function l(e){this.acceptRequired(e,"name"),this.acceptArray(e.params),this.acceptKey(e,"hash")}i.prototype={constructor:i,mutating:!1,acceptKey:function(e,t){var n=this.accept(e[t]);if(this.mutating){if(n&&!i.prototype[n.type])throw new a.default('Unexpected node type "'+n.type+'" found when accepting '+t+" on "+e.type);e[t]=n}},acceptRequired:function(e,t){if(this.acceptKey(e,t),!e[t])throw new a.default(e.type+" requires "+t)},acceptArray:function(e){for(var t=0,n=e.length;t<n;t++)this.acceptKey(e,t),e[t]||(e.splice(t,1),t--,n--)},accept:function(e){if(e){if(!this[e.type])throw new a.default("Unknown type: "+e.type,e);this.current&&this.parents.unshift(this.current),this.current=e;var t=this[e.type](e);return this.current=this.parents.shift(),!this.mutating||t?t:!1!==t?e:void 0}},Program:function(e){this.acceptArray(e.body)},MustacheStatement:o,Decorator:o,BlockStatement:s,DecoratorBlock:s,PartialStatement:l,PartialBlockStatement:function(e){l.call(this,e),this.acceptKey(e,"program")},ContentStatement:function(){},CommentStatement:function(){},SubExpression:o,PathExpression:function(){},StringLiteral:function(){},NumberLiteral:function(){},BooleanLiteral:function(){},UndefinedLiteral:function(){},NullLiteral:function(){},Hash:function(e){this.acceptArray(e.pairs)},HashPair:function(e){this.acceptRequired(e,"value")}},t.default=i,e.exports=t.default},function(e,t,n){"use strict";var r=n(1).default;t.__esModule=!0,t.SourceLocation=function(e,t){this.source=e,this.start={line:t.first_line,column:t.first_column},this.end={line:t.last_line,column:t.last_column}},t.id=function(e){return/^\[.*\]$/.test(e)?e.substring(1,e.length-1):e},t.stripFlags=function(e,t){return{open:"~"===e.charAt(2),close:"~"===t.charAt(t.length-3)}},t.stripComment=function(e){return e.replace(/^\{\{~?!-?-?/,"").replace(/-?-?~?\}\}$/,"")},t.preparePath=function(e,t,n){n=this.locInfo(n);for(var r=e?"@":"",i=[],o=0,s=0,l=t.length;s<l;s++){var u=t[s].part,c=t[s].original!==u;if(r+=(t[s].separator||"")+u,c||".."!==u&&"."!==u&&"this"!==u)i.push(u);else{if(i.length>0)throw new a.default("Invalid path: "+r,{loc:n});".."===u&&o++}}return{type:"PathExpression",data:e,depth:o,parts:i,original:r,loc:n}},t.prepareMustache=function(e,t,n,r,a,i){var o=r.charAt(3)||r.charAt(2),s="{"!==o&&"&"!==o;return{type:/\*/.test(r)?"Decorator":"MustacheStatement",path:e,params:t,hash:n,escaped:s,strip:a,loc:this.locInfo(i)}},t.prepareRawBlock=function(e,t,n,r){i(e,n),r=this.locInfo(r);var a={type:"Program",body:t,strip:{},loc:r};return{type:"BlockStatement",path:e.path,params:e.params,hash:e.hash,program:a,openStrip:{},inverseStrip:{},closeStrip:{},loc:r}},t.prepareBlock=function(e,t,n,r,o,s){r&&r.path&&i(e,r);var l=/\*/.test(e.open);t.blockParams=e.blockParams;var u=void 0,c=void 0;if(n){if(l)throw new a.default("Unexpected inverse block on decorator",n);n.chain&&(n.program.body[0].closeStrip=r.strip),c=n.strip,u=n.program}return o&&(o=u,u=t,t=o),{type:l?"DecoratorBlock":"BlockStatement",path:e.path,params:e.params,hash:e.hash,program:t,inverse:u,openStrip:e.strip,inverseStrip:c,closeStrip:r&&r.strip,loc:this.locInfo(s)}},t.prepareProgram=function(e,t){if(!t&&e.length){var n=e[0].loc,r=e[e.length-1].loc;n&&r&&(t={source:n.source,start:{line:n.start.line,column:n.start.column},end:{line:r.end.line,column:r.end.column}})}return{type:"Program",body:e,strip:{},loc:t}},t.preparePartialBlock=function(e,t,n,r){return i(e,n),{type:"PartialBlockStatement",name:e.path,params:e.params,hash:e.hash,program:t,openStrip:e.strip,closeStrip:n&&n.strip,loc:this.locInfo(r)}};var a=r(n(6));function i(e,t){if(t=t.path?t.path.original:t,e.path.original!==t){var n={loc:e.path.loc};throw new a.default(e.path.original+" doesn't match "+t,n)}}},function(e,t,n){"use strict";var r=n(34).default,a=n(1).default;t.__esModule=!0,t.Compiler=u,t.precompile=function(e,t,n){if(null==e||"string"!=typeof e&&"Program"!==e.type)throw new i.default("You must pass a string or Handlebars AST to Handlebars.precompile. You passed "+e);"data"in(t=t||{})||(t.data=!0),t.compat&&(t.useDepths=!0);var r=n.parse(e,t),a=(new n.Compiler).compile(r,t);return(new n.JavaScriptCompiler).compile(a,t)},t.compile=function(e,t,n){if(void 0===t&&(t={}),null==e||"string"!=typeof e&&"Program"!==e.type)throw new i.default("You must pass a string or Handlebars AST to Handlebars.compile. You passed "+e);"data"in(t=o.extend({},t))||(t.data=!0),t.compat&&(t.useDepths=!0);var r=void 0;function a(){var r=n.parse(e,t),a=(new n.Compiler).compile(r,t),i=(new n.JavaScriptCompiler).compile(a,t,void 0,!0);return n.template(i)}function s(e,t){return r||(r=a()),r.call(this,e,t)}return s._setup=function(e){return r||(r=a()),r._setup(e)},s._child=function(e,t,n,i){return r||(r=a()),r._child(e,t,n,i)},s};var i=a(n(6)),o=n(5),s=a(n(45)),l=[].slice;function u(){}function c(e,t){if(e===t)return!0;if(o.isArray(e)&&o.isArray(t)&&e.length===t.length){for(var n=0;n<e.length;n++)if(!c(e[n],t[n]))return!1;return!0}}function p(e){if(!e.path.parts){var t=e.path;e.path={type:"PathExpression",data:!1,depth:0,parts:[t.original+""],original:t.original+"",loc:t.loc}}}u.prototype={compiler:u,equals:function(e){var t=this.opcodes.length;if(e.opcodes.length!==t)return!1;for(var n=0;n<t;n++){var r=this.opcodes[n],a=e.opcodes[n];if(r.opcode!==a.opcode||!c(r.args,a.args))return!1}for(t=this.children.length,n=0;n<t;n++)if(!this.children[n].equals(e.children[n]))return!1;return!0},guid:0,compile:function(e,t){return this.sourceNode=[],this.opcodes=[],this.children=[],this.options=t,this.stringParams=t.stringParams,this.trackIds=t.trackIds,t.blockParams=t.blockParams||[],t.knownHelpers=o.extend(r(null),{helperMissing:!0,blockHelperMissing:!0,each:!0,if:!0,unless:!0,with:!0,log:!0,lookup:!0},t.knownHelpers),this.accept(e)},compileProgram:function(e){var t=(new this.compiler).compile(e,this.options),n=this.guid++;return this.usePartial=this.usePartial||t.usePartial,this.children[n]=t,this.useDepths=this.useDepths||t.useDepths,n},accept:function(e){if(!this[e.type])throw new i.default("Unknown type: "+e.type,e);this.sourceNode.unshift(e);var t=this[e.type](e);return this.sourceNode.shift(),t},Program:function(e){this.options.blockParams.unshift(e.blockParams);for(var t=e.body,n=t.length,r=0;r<n;r++)this.accept(t[r]);return this.options.blockParams.shift(),this.isSimple=1===n,this.blockParams=e.blockParams?e.blockParams.length:0,this},BlockStatement:function(e){p(e);var t=e.program,n=e.inverse;t=t&&this.compileProgram(t),n=n&&this.compileProgram(n);var r=this.classifySexpr(e);"helper"===r?this.helperSexpr(e,t,n):"simple"===r?(this.simpleSexpr(e),this.opcode("pushProgram",t),this.opcode("pushProgram",n),this.opcode("emptyHash"),this.opcode("blockValue",e.path.original)):(this.ambiguousSexpr(e,t,n),this.opcode("pushProgram",t),this.opcode("pushProgram",n),this.opcode("emptyHash"),this.opcode("ambiguousBlockValue")),this.opcode("append")},DecoratorBlock:function(e){var t=e.program&&this.compileProgram(e.program),n=this.setupFullMustacheParams(e,t,void 0),r=e.path;this.useDecorators=!0,this.opcode("registerDecorator",n.length,r.original)},PartialStatement:function(e){this.usePartial=!0;var t=e.program;t&&(t=this.compileProgram(e.program));var n=e.params;if(n.length>1)throw new i.default("Unsupported number of partial arguments: "+n.length,e);n.length||(this.options.explicitPartialContext?this.opcode("pushLiteral","undefined"):n.push({type:"PathExpression",parts:[],depth:0}));var r=e.name.original,a="SubExpression"===e.name.type;a&&this.accept(e.name),this.setupFullMustacheParams(e,t,void 0,!0);var o=e.indent||"";this.options.preventIndent&&o&&(this.opcode("appendContent",o),o=""),this.opcode("invokePartial",a,r,o),this.opcode("append")},PartialBlockStatement:function(e){this.PartialStatement(e)},MustacheStatement:function(e){this.SubExpression(e),e.escaped&&!this.options.noEscape?this.opcode("appendEscaped"):this.opcode("append")},Decorator:function(e){this.DecoratorBlock(e)},ContentStatement:function(e){e.value&&this.opcode("appendContent",e.value)},CommentStatement:function(){},SubExpression:function(e){p(e);var t=this.classifySexpr(e);"simple"===t?this.simpleSexpr(e):"helper"===t?this.helperSexpr(e):this.ambiguousSexpr(e)},ambiguousSexpr:function(e,t,n){var r=e.path,a=r.parts[0],i=null!=t||null!=n;this.opcode("getContext",r.depth),this.opcode("pushProgram",t),this.opcode("pushProgram",n),r.strict=!0,this.accept(r),this.opcode("invokeAmbiguous",a,i)},simpleSexpr:function(e){var t=e.path;t.strict=!0,this.accept(t),this.opcode("resolvePossibleLambda")},helperSexpr:function(e,t,n){var r=this.setupFullMustacheParams(e,t,n),a=e.path,o=a.parts[0];if(this.options.knownHelpers[o])this.opcode("invokeKnownHelper",r.length,o);else{if(this.options.knownHelpersOnly)throw new i.default("You specified knownHelpersOnly, but used the unknown helper "+o,e);a.strict=!0,a.falsy=!0,this.accept(a),this.opcode("invokeHelper",r.length,a.original,s.default.helpers.simpleId(a))}},PathExpression:function(e){this.addDepth(e.depth),this.opcode("getContext",e.depth);var t=e.parts[0],n=s.default.helpers.scopedId(e),r=!e.depth&&!n&&this.blockParamIndex(t);r?this.opcode("lookupBlockParam",r,e.parts):t?e.data?(this.options.data=!0,this.opcode("lookupData",e.depth,e.parts,e.strict)):this.opcode("lookupOnContext",e.parts,e.falsy,e.strict,n):this.opcode("pushContext")},StringLiteral:function(e){this.opcode("pushString",e.value)},NumberLiteral:function(e){this.opcode("pushLiteral",e.value)},BooleanLiteral:function(e){this.opcode("pushLiteral",e.value)},UndefinedLiteral:function(){this.opcode("pushLiteral","undefined")},NullLiteral:function(){this.opcode("pushLiteral","null")},Hash:function(e){var t=e.pairs,n=0,r=t.length;for(this.opcode("pushHash");n<r;n++)this.pushParam(t[n].value);for(;n--;)this.opcode("assignToHash",t[n].key);this.opcode("popHash")},opcode:function(e){this.opcodes.push({opcode:e,args:l.call(arguments,1),loc:this.sourceNode[0].loc})},addDepth:function(e){e&&(this.useDepths=!0)},classifySexpr:function(e){var t=s.default.helpers.simpleId(e.path),n=t&&!!this.blockParamIndex(e.path.parts[0]),r=!n&&s.default.helpers.helperExpression(e),a=!n&&(r||t);if(a&&!r){var i=e.path.parts[0],o=this.options;o.knownHelpers[i]?r=!0:o.knownHelpersOnly&&(a=!1)}return r?"helper":a?"ambiguous":"simple"},pushParams:function(e){for(var t=0,n=e.length;t<n;t++)this.pushParam(e[t])},pushParam:function(e){var t=null!=e.value?e.value:e.original||"";if(this.stringParams)t.replace&&(t=t.replace(/^(\.?\.\/)*/g,"").replace(/\//g,".")),e.depth&&this.addDepth(e.depth),this.opcode("getContext",e.depth||0),this.opcode("pushStringParam",t,e.type),"SubExpression"===e.type&&this.accept(e);else{if(this.trackIds){var n=void 0;if(!e.parts||s.default.helpers.scopedId(e)||e.depth||(n=this.blockParamIndex(e.parts[0])),n){var r=e.parts.slice(1).join(".");this.opcode("pushId","BlockParam",n,r)}else(t=e.original||t).replace&&(t=t.replace(/^this(?:\.|$)/,"").replace(/^\.\//,"").replace(/^\.$/,"")),this.opcode("pushId",e.type,t)}this.accept(e)}},setupFullMustacheParams:function(e,t,n,r){var a=e.params;return this.pushParams(a),this.opcode("pushProgram",t),this.opcode("pushProgram",n),e.hash?this.accept(e.hash):this.opcode("emptyHash",r),a},blockParamIndex:function(e){for(var t=0,n=this.options.blockParams.length;t<n;t++){var r=this.options.blockParams[t],a=r&&o.indexOf(r,e);if(r&&a>=0)return[t,a]}}}},function(e,t,n){"use strict";var r=n(13).default,a=n(1).default;t.__esModule=!0;var i=n(4),o=a(n(6)),s=n(5),l=a(n(53));function u(e){this.value=e}function c(){}c.prototype={nameLookup:function(e,t){return this.internalNameLookup(e,t)},depthedLookup:function(e){return[this.aliasable("container.lookup"),'(depths, "',e,'")']},compilerInfo:function(){var e=i.COMPILER_REVISION;return[e,i.REVISION_CHANGES[e]]},appendToBuffer:function(e,t,n){return s.isArray(e)||(e=[e]),e=this.source.wrap(e,t),this.environment.isSimple?["return ",e,";"]:n?["buffer += ",e,";"]:(e.appendToBuffer=!0,e)},initializeBuffer:function(){return this.quotedString("")},internalNameLookup:function(e,t){return this.lookupPropertyFunctionIsUsed=!0,["lookupProperty(",e,",",JSON.stringify(t),")"]},lookupPropertyFunctionIsUsed:!1,compile:function(e,t,n,r){this.environment=e,this.options=t,this.stringParams=this.options.stringParams,this.trackIds=this.options.trackIds,this.precompile=!r,this.name=this.environment.name,this.isChild=!!n,this.context=n||{decorators:[],programs:[],environments:[]},this.preamble(),this.stackSlot=0,this.stackVars=[],this.aliases={},this.registers={list:[]},this.hashes=[],this.compileStack=[],this.inlineStack=[],this.blockParams=[],this.compileChildren(e,t),this.useDepths=this.useDepths||e.useDepths||e.useDecorators||this.options.compat,this.useBlockParams=this.useBlockParams||e.useBlockParams;var a=e.opcodes,i=void 0,s=void 0,l=void 0,u=void 0;for(l=0,u=a.length;l<u;l++)i=a[l],this.source.currentLocation=i.loc,s=s||i.loc,this[i.opcode].apply(this,i.args);if(this.source.currentLocation=s,this.pushSource(""),this.stackSlot||this.inlineStack.length||this.compileStack.length)throw new o.default("Compile completed with content left on stack");this.decorators.isEmpty()?this.decorators=void 0:(this.useDecorators=!0,this.decorators.prepend(["var decorators = container.decorators, ",this.lookupPropertyFunctionVarDeclaration(),";\n"]),this.decorators.push("return fn;"),r?this.decorators=Function.apply(this,["fn","props","container","depth0","data","blockParams","depths",this.decorators.merge()]):(this.decorators.prepend("function(fn, props, container, depth0, data, blockParams, depths) {\n"),this.decorators.push("}\n"),this.decorators=this.decorators.merge()));var c=this.createFunctionContext(r);if(this.isChild)return c;var p={compiler:this.compilerInfo(),main:c};this.decorators&&(p.main_d=this.decorators,p.useDecorators=!0);var d=this.context,f=d.programs,m=d.decorators;for(l=0,u=f.length;l<u;l++)f[l]&&(p[l]=f[l],m[l]&&(p[l+"_d"]=m[l],p.useDecorators=!0));return this.environment.usePartial&&(p.usePartial=!0),this.options.data&&(p.useData=!0),this.useDepths&&(p.useDepths=!0),this.useBlockParams&&(p.useBlockParams=!0),this.options.compat&&(p.compat=!0),r?p.compilerOptions=this.options:(p.compiler=JSON.stringify(p.compiler),this.source.currentLocation={start:{line:1,column:0}},p=this.objectLiteral(p),t.srcName?(p=p.toStringWithSourceMap({file:t.destName})).map=p.map&&p.map.toString():p=p.toString()),p},preamble:function(){this.lastContext=0,this.source=new l.default(this.options.srcName),this.decorators=new l.default(this.options.srcName)},createFunctionContext:function(e){var t=this,n="",a=this.stackVars.concat(this.registers.list);a.length>0&&(n+=", "+a.join(", "));var i=0;r(this.aliases).forEach((function(e){var r=t.aliases[e];r.children&&r.referenceCount>1&&(n+=", alias"+ ++i+"="+e,r.children[0]="alias"+i)})),this.lookupPropertyFunctionIsUsed&&(n+=", "+this.lookupPropertyFunctionVarDeclaration());var o=["container","depth0","helpers","partials","data"];(this.useBlockParams||this.useDepths)&&o.push("blockParams"),this.useDepths&&o.push("depths");var s=this.mergeSource(n);return e?(o.push(s),Function.apply(this,o)):this.source.wrap(["function(",o.join(","),") {\n ",s,"}"])},mergeSource:function(e){var t=this.environment.isSimple,n=!this.forceBuffer,r=void 0,a=void 0,i=void 0,o=void 0;return this.source.each((function(e){e.appendToBuffer?(i?e.prepend(" + "):i=e,o=e):(i&&(a?i.prepend("buffer += "):r=!0,o.add(";"),i=o=void 0),a=!0,t||(n=!1))})),n?i?(i.prepend("return "),o.add(";")):a||this.source.push('return "";'):(e+=", buffer = "+(r?"":this.initializeBuffer()),i?(i.prepend("return buffer + "),o.add(";")):this.source.push("return buffer;")),e&&this.source.prepend("var "+e.substring(2)+(r?"":";\n")),this.source.merge()},lookupPropertyFunctionVarDeclaration:function(){return"\n lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n }\n ".trim()},blockValue:function(e){var t=this.aliasable("container.hooks.blockHelperMissing"),n=[this.contextName(0)];this.setupHelperArgs(e,0,n);var r=this.popStack();n.splice(1,0,r),this.push(this.source.functionCall(t,"call",n))},ambiguousBlockValue:function(){var e=this.aliasable("container.hooks.blockHelperMissing"),t=[this.contextName(0)];this.setupHelperArgs("",0,t,!0),this.flushInline();var n=this.topStack();t.splice(1,0,n),this.pushSource(["if (!",this.lastHelper,") { ",n," = ",this.source.functionCall(e,"call",t),"}"])},appendContent:function(e){this.pendingContent?e=this.pendingContent+e:this.pendingLocation=this.source.currentLocation,this.pendingContent=e},append:function(){if(this.isInline())this.replaceStack((function(e){return[" != null ? ",e,' : ""']})),this.pushSource(this.appendToBuffer(this.popStack()));else{var e=this.popStack();this.pushSource(["if (",e," != null) { ",this.appendToBuffer(e,void 0,!0)," }"]),this.environment.isSimple&&this.pushSource(["else { ",this.appendToBuffer("''",void 0,!0)," }"])}},appendEscaped:function(){this.pushSource(this.appendToBuffer([this.aliasable("container.escapeExpression"),"(",this.popStack(),")"]))},getContext:function(e){this.lastContext=e},pushContext:function(){this.pushStackLiteral(this.contextName(this.lastContext))},lookupOnContext:function(e,t,n,r){var a=0;r||!this.options.compat||this.lastContext?this.pushContext():this.push(this.depthedLookup(e[a++])),this.resolvePath("context",e,a,t,n)},lookupBlockParam:function(e,t){this.useBlockParams=!0,this.push(["blockParams[",e[0],"][",e[1],"]"]),this.resolvePath("context",t,1)},lookupData:function(e,t,n){e?this.pushStackLiteral("container.data(data, "+e+")"):this.pushStackLiteral("data"),this.resolvePath("data",t,0,!0,n)},resolvePath:function(e,t,n,r,a){var i=this;if(this.options.strict||this.options.assumeObjects)this.push(function(e,t,n,r){var a=t.popStack(),i=0,o=n.length;for(e&&o--;i<o;i++)a=t.nameLookup(a,n[i],r);return e?[t.aliasable("container.strict"),"(",a,", ",t.quotedString(n[i]),", ",JSON.stringify(t.source.currentLocation)," )"]:a}(this.options.strict&&a,this,t,e));else for(var o=t.length;n<o;n++)this.replaceStack((function(a){var o=i.nameLookup(a,t[n],e);return r?[" && ",o]:[" != null ? ",o," : ",a]}))},resolvePossibleLambda:function(){this.push([this.aliasable("container.lambda"),"(",this.popStack(),", ",this.contextName(0),")"])},pushStringParam:function(e,t){this.pushContext(),this.pushString(t),"SubExpression"!==t&&("string"==typeof e?this.pushString(e):this.pushStackLiteral(e))},emptyHash:function(e){this.trackIds&&this.push("{}"),this.stringParams&&(this.push("{}"),this.push("{}")),this.pushStackLiteral(e?"undefined":"{}")},pushHash:function(){this.hash&&this.hashes.push(this.hash),this.hash={values:{},types:[],contexts:[],ids:[]}},popHash:function(){var e=this.hash;this.hash=this.hashes.pop(),this.trackIds&&this.push(this.objectLiteral(e.ids)),this.stringParams&&(this.push(this.objectLiteral(e.contexts)),this.push(this.objectLiteral(e.types))),this.push(this.objectLiteral(e.values))},pushString:function(e){this.pushStackLiteral(this.quotedString(e))},pushLiteral:function(e){this.pushStackLiteral(e)},pushProgram:function(e){null!=e?this.pushStackLiteral(this.programExpression(e)):this.pushStackLiteral(null)},registerDecorator:function(e,t){var n=this.nameLookup("decorators",t,"decorator"),r=this.setupHelperArgs(t,e);this.decorators.push(["fn = ",this.decorators.functionCall(n,"",["fn","props","container",r])," || fn;"])},invokeHelper:function(e,t,n){var r=this.popStack(),a=this.setupHelper(e,t),i=[];n&&i.push(a.name),i.push(r),this.options.strict||i.push(this.aliasable("container.hooks.helperMissing"));var o=["(",this.itemsSeparatedBy(i,"||"),")"],s=this.source.functionCall(o,"call",a.callParams);this.push(s)},itemsSeparatedBy:function(e,t){var n=[];n.push(e[0]);for(var r=1;r<e.length;r++)n.push(t,e[r]);return n},invokeKnownHelper:function(e,t){var n=this.setupHelper(e,t);this.push(this.source.functionCall(n.name,"call",n.callParams))},invokeAmbiguous:function(e,t){this.useRegister("helper");var n=this.popStack();this.emptyHash();var r=this.setupHelper(0,e,t),a=["(","(helper = ",this.lastHelper=this.nameLookup("helpers",e,"helper")," || ",n,")"];this.options.strict||(a[0]="(helper = ",a.push(" != null ? helper : ",this.aliasable("container.hooks.helperMissing"))),this.push(["(",a,r.paramsInit?["),(",r.paramsInit]:[],"),","(typeof helper === ",this.aliasable('"function"')," ? ",this.source.functionCall("helper","call",r.callParams)," : helper))"])},invokePartial:function(e,t,n){var r=[],a=this.setupParams(t,1,r);e&&(t=this.popStack(),delete a.name),n&&(a.indent=JSON.stringify(n)),a.helpers="helpers",a.partials="partials",a.decorators="container.decorators",e?r.unshift(t):r.unshift(this.nameLookup("partials",t,"partial")),this.options.compat&&(a.depths="depths"),a=this.objectLiteral(a),r.push(a),this.push(this.source.functionCall("container.invokePartial","",r))},assignToHash:function(e){var t=this.popStack(),n=void 0,r=void 0,a=void 0;this.trackIds&&(a=this.popStack()),this.stringParams&&(r=this.popStack(),n=this.popStack());var i=this.hash;n&&(i.contexts[e]=n),r&&(i.types[e]=r),a&&(i.ids[e]=a),i.values[e]=t},pushId:function(e,t,n){"BlockParam"===e?this.pushStackLiteral("blockParams["+t[0]+"].path["+t[1]+"]"+(n?" + "+JSON.stringify("."+n):"")):"PathExpression"===e?this.pushString(t):"SubExpression"===e?this.pushStackLiteral("true"):this.pushStackLiteral("null")},compiler:c,compileChildren:function(e,t){for(var n=e.children,r=void 0,a=void 0,i=0,o=n.length;i<o;i++){r=n[i],a=new this.compiler;var s=this.matchExistingProgram(r);if(null==s){this.context.programs.push("");var l=this.context.programs.length;r.index=l,r.name="program"+l,this.context.programs[l]=a.compile(r,t,this.context,!this.precompile),this.context.decorators[l]=a.decorators,this.context.environments[l]=r,this.useDepths=this.useDepths||a.useDepths,this.useBlockParams=this.useBlockParams||a.useBlockParams,r.useDepths=this.useDepths,r.useBlockParams=this.useBlockParams}else r.index=s.index,r.name="program"+s.index,this.useDepths=this.useDepths||s.useDepths,this.useBlockParams=this.useBlockParams||s.useBlockParams}},matchExistingProgram:function(e){for(var t=0,n=this.context.environments.length;t<n;t++){var r=this.context.environments[t];if(r&&r.equals(e))return r}},programExpression:function(e){var t=this.environment.children[e],n=[t.index,"data",t.blockParams];return(this.useBlockParams||this.useDepths)&&n.push("blockParams"),this.useDepths&&n.push("depths"),"container.program("+n.join(", ")+")"},useRegister:function(e){this.registers[e]||(this.registers[e]=!0,this.registers.list.push(e))},push:function(e){return e instanceof u||(e=this.source.wrap(e)),this.inlineStack.push(e),e},pushStackLiteral:function(e){this.push(new u(e))},pushSource:function(e){this.pendingContent&&(this.source.push(this.appendToBuffer(this.source.quotedString(this.pendingContent),this.pendingLocation)),this.pendingContent=void 0),e&&this.source.push(e)},replaceStack:function(e){var t=["("],n=void 0,r=void 0,a=void 0;if(!this.isInline())throw new o.default("replaceStack on non-inline");var i=this.popStack(!0);if(i instanceof u)t=["(",n=[i.value]],a=!0;else{r=!0;var s=this.incrStack();t=["((",this.push(s)," = ",i,")"],n=this.topStack()}var l=e.call(this,n);a||this.popStack(),r&&this.stackSlot--,this.push(t.concat(l,")"))},incrStack:function(){return this.stackSlot++,this.stackSlot>this.stackVars.length&&this.stackVars.push("stack"+this.stackSlot),this.topStackName()},topStackName:function(){return"stack"+this.stackSlot},flushInline:function(){var e=this.inlineStack;this.inlineStack=[];for(var t=0,n=e.length;t<n;t++){var r=e[t];if(r instanceof u)this.compileStack.push(r);else{var a=this.incrStack();this.pushSource([a," = ",r,";"]),this.compileStack.push(a)}}},isInline:function(){return this.inlineStack.length},popStack:function(e){var t=this.isInline(),n=(t?this.inlineStack:this.compileStack).pop();if(!e&&n instanceof u)return n.value;if(!t){if(!this.stackSlot)throw new o.default("Invalid stack pop");this.stackSlot--}return n},topStack:function(){var e=this.isInline()?this.inlineStack:this.compileStack,t=e[e.length-1];return t instanceof u?t.value:t},contextName:function(e){return this.useDepths&&e?"depths["+e+"]":"depth"+e},quotedString:function(e){return this.source.quotedString(e)},objectLiteral:function(e){return this.source.objectLiteral(e)},aliasable:function(e){var t=this.aliases[e];return t?(t.referenceCount++,t):((t=this.aliases[e]=this.source.wrap(e)).aliasable=!0,t.referenceCount=1,t)},setupHelper:function(e,t,n){var r=[];return{params:r,paramsInit:this.setupHelperArgs(t,e,r,n),name:this.nameLookup("helpers",t,"helper"),callParams:[this.aliasable(this.contextName(0)+" != null ? "+this.contextName(0)+" : (container.nullContext || {})")].concat(r)}},setupParams:function(e,t,n){var r={},a=[],i=[],o=[],s=!n,l=void 0;s&&(n=[]),r.name=this.quotedString(e),r.hash=this.popStack(),this.trackIds&&(r.hashIds=this.popStack()),this.stringParams&&(r.hashTypes=this.popStack(),r.hashContexts=this.popStack());var u=this.popStack(),c=this.popStack();(c||u)&&(r.fn=c||"container.noop",r.inverse=u||"container.noop");for(var p=t;p--;)l=this.popStack(),n[p]=l,this.trackIds&&(o[p]=this.popStack()),this.stringParams&&(i[p]=this.popStack(),a[p]=this.popStack());return s&&(r.args=this.source.generateArray(n)),this.trackIds&&(r.ids=this.source.generateArray(o)),this.stringParams&&(r.types=this.source.generateArray(i),r.contexts=this.source.generateArray(a)),this.options.data&&(r.data="data"),this.useBlockParams&&(r.blockParams="blockParams"),r},setupHelperArgs:function(e,t,n,r){var a=this.setupParams(e,t,n);return a.loc=JSON.stringify(this.source.currentLocation),a=this.objectLiteral(a),r?(this.useRegister("options"),n.push("options"),["options=",a]):n?(n.push(a),""):a}},function(){for(var e="break else new var case finally return void catch for switch while continue function this with default if throw delete in try do instanceof typeof abstract enum int short boolean export interface static byte extends long super char final native synchronized class float package throws const goto private transient debugger implements protected volatile double import public let yield await null true false".split(" "),t=c.RESERVED_WORDS={},n=0,r=e.length;n<r;n++)t[e[n]]=!0}(),c.isValidJavaScriptVariableName=function(e){return!c.RESERVED_WORDS[e]&&/^[a-zA-Z_$][0-9a-zA-Z_$]*$/.test(e)},t.default=c,e.exports=t.default},function(e,t,n){"use strict";var r=n(13).default;t.__esModule=!0;var a=n(5),i=void 0;function o(e,t,n){if(a.isArray(e)){for(var r=[],i=0,o=e.length;i<o;i++)r.push(t.wrap(e[i],n));return r}return"boolean"==typeof e||"number"==typeof e?e+"":e}function s(e){this.srcFile=e,this.source=[]}i||((i=function(e,t,n,r){this.src="",r&&this.add(r)}).prototype={add:function(e){a.isArray(e)&&(e=e.join("")),this.src+=e},prepend:function(e){a.isArray(e)&&(e=e.join("")),this.src=e+this.src},toStringWithSourceMap:function(){return{code:this.toString()}},toString:function(){return this.src}}),s.prototype={isEmpty:function(){return!this.source.length},prepend:function(e,t){this.source.unshift(this.wrap(e,t))},push:function(e,t){this.source.push(this.wrap(e,t))},merge:function(){var e=this.empty();return this.each((function(t){e.add([" ",t,"\n"])})),e},each:function(e){for(var t=0,n=this.source.length;t<n;t++)e(this.source[t])},empty:function(){var e=this.currentLocation||{start:{}};return new i(e.start.line,e.start.column,this.srcFile)},wrap:function(e){var t=arguments.length<=1||void 0===arguments[1]?this.currentLocation||{start:{}}:arguments[1];return e instanceof i?e:(e=o(e,this,t),new i(t.start.line,t.start.column,this.srcFile,e))},functionCall:function(e,t,n){return n=this.generateList(n),this.wrap([e,t?"."+t+"(":"(",n,")"])},quotedString:function(e){return'"'+(e+"").replace(/\\/g,"\\\\").replace(/"/g,'\\"').replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")+'"'},objectLiteral:function(e){var t=this,n=[];r(e).forEach((function(r){var a=o(e[r],t);"undefined"!==a&&n.push([t.quotedString(r),":",a])}));var a=this.generateList(n);return a.prepend("{"),a.add("}"),a},generateList:function(e){for(var t=this.empty(),n=0,r=e.length;n<r;n++)n&&t.add(","),t.add(o(e[n],this));return t},generateArray:function(e){var t=this.generateList(e);return t.prepend("["),t.add("]"),t}},t.default=s,e.exports=t.default}])},e.exports=r()},334:function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return o}));var r=n(20),a=n(12),i=n(10);function o(e,t){Object(i.a)(2,arguments);var n=Object(a.default)(e),o=Object(r.a)(t);return isNaN(o)?new Date(NaN):o?(n.setDate(n.getDate()+o),n):n}},335:function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return o}));var r=n(20),a=n(12),i=n(10);function o(e,t){Object(i.a)(2,arguments);var n=Object(a.default)(e),o=Object(r.a)(t);if(isNaN(o))return new Date(NaN);if(!o)return n;var s=n.getDate(),l=new Date(n.getTime());l.setMonth(n.getMonth()+o+1,0);var u=l.getDate();return s>=u?l:(n.setFullYear(l.getFullYear(),l.getMonth(),s),n)}},336:function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return ie}));var r=n(119),a=n(360),i=n(12);function o(e,t){if(null==e)throw new TypeError("assign requires that input parameter not be null or undefined");for(var n in t=t||{})t.hasOwnProperty(n)&&(e[n]=t[n]);return e}var s=n(361),l=n(106),u=n(108),c=n(20),p=n(161),d=n(10);function f(e,t,n){Object(d.a)(2,arguments);var r=n||{},a=r.locale,o=a&&a.options&&a.options.weekStartsOn,s=null==o?0:Object(c.a)(o),l=null==r.weekStartsOn?s:Object(c.a)(r.weekStartsOn);if(!(l>=0&&l<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");var u=Object(i.default)(e),p=Object(c.a)(t),f=u.getUTCDay(),m=p%7,h=(m+7)%7,v=(h<l?7:0)+p-f;return u.setUTCDate(u.getUTCDate()+v),u}var m=n(369);var h=n(368);var v=n(107),g=n(100),y=/^(1[0-2]|0?\d)/,b=/^(3[0-1]|[0-2]?\d)/,_=/^(36[0-6]|3[0-5]\d|[0-2]?\d?\d)/,w=/^(5[0-3]|[0-4]?\d)/,E=/^(2[0-3]|[0-1]?\d)/,k=/^(2[0-4]|[0-1]?\d)/,S=/^(1[0-1]|0?\d)/,C=/^(1[0-2]|0?\d)/,I=/^[0-5]?\d/,x=/^[0-5]?\d/,O=/^\d/,T=/^\d{1,2}/,N=/^\d{1,3}/,D=/^\d{1,4}/,A=/^-?\d+/,P=/^-?\d/,R=/^-?\d{1,2}/,j=/^-?\d{1,3}/,M=/^-?\d{1,4}/,L=/^([+-])(\d{2})(\d{2})?|Z/,F=/^([+-])(\d{2})(\d{2})|Z/,q=/^([+-])(\d{2})(\d{2})((\d{2}))?|Z/,B=/^([+-])(\d{2}):(\d{2})|Z/,W=/^([+-])(\d{2}):(\d{2})(:(\d{2}))?|Z/;function U(e,t,n){var r=t.match(e);if(!r)return null;var a=parseInt(r[0],10);return{value:n?n(a):a,rest:t.slice(r[0].length)}}function V(e,t){var n=t.match(e);return n?"Z"===n[0]?{value:0,rest:t.slice(1)}:{value:("+"===n[1]?1:-1)*(36e5*(n[2]?parseInt(n[2],10):0)+6e4*(n[3]?parseInt(n[3],10):0)+1e3*(n[5]?parseInt(n[5],10):0)),rest:t.slice(n[0].length)}:null}function $(e,t){return U(A,e,t)}function z(e,t,n){switch(e){case 1:return U(O,t,n);case 2:return U(T,t,n);case 3:return U(N,t,n);case 4:return U(D,t,n);default:return U(new RegExp("^\\d{1,"+e+"}"),t,n)}}function H(e,t,n){switch(e){case 1:return U(P,t,n);case 2:return U(R,t,n);case 3:return U(j,t,n);case 4:return U(M,t,n);default:return U(new RegExp("^-?\\d{1,"+e+"}"),t,n)}}function Y(e){switch(e){case"morning":return 4;case"evening":return 17;case"pm":case"noon":case"afternoon":return 12;case"am":case"midnight":case"night":default:return 0}}function G(e,t){var n,r=t>0,a=r?t:1-t;if(a<=50)n=e||100;else{var i=a+50;n=e+100*Math.floor(i/100)-(e>=i%100?100:0)}return r?n:1-n}var K=[31,28,31,30,31,30,31,31,30,31,30,31],Q=[31,29,31,30,31,30,31,31,30,31,30,31];function X(e){return e%400==0||e%4==0&&e%100!=0}var Z={G:{priority:140,parse:function(e,t,n,r){switch(t){case"G":case"GG":case"GGG":return n.era(e,{width:"abbreviated"})||n.era(e,{width:"narrow"});case"GGGGG":return n.era(e,{width:"narrow"});case"GGGG":default:return n.era(e,{width:"wide"})||n.era(e,{width:"abbreviated"})||n.era(e,{width:"narrow"})}},set:function(e,t,n,r){return t.era=n,e.setUTCFullYear(n,0,1),e.setUTCHours(0,0,0,0),e},incompatibleTokens:["R","u","t","T"]},y:{priority:130,parse:function(e,t,n,r){var a=function(e){return{year:e,isTwoDigitYear:"yy"===t}};switch(t){case"y":return z(4,e,a);case"yo":return n.ordinalNumber(e,{unit:"year",valueCallback:a});default:return z(t.length,e,a)}},validate:function(e,t,n){return t.isTwoDigitYear||t.year>0},set:function(e,t,n,r){var a=e.getUTCFullYear();if(n.isTwoDigitYear){var i=G(n.year,a);return e.setUTCFullYear(i,0,1),e.setUTCHours(0,0,0,0),e}var o="era"in t&&1!==t.era?1-n.year:n.year;return e.setUTCFullYear(o,0,1),e.setUTCHours(0,0,0,0),e},incompatibleTokens:["Y","R","u","w","I","i","e","c","t","T"]},Y:{priority:130,parse:function(e,t,n,r){var a=function(e){return{year:e,isTwoDigitYear:"YY"===t}};switch(t){case"Y":return z(4,e,a);case"Yo":return n.ordinalNumber(e,{unit:"year",valueCallback:a});default:return z(t.length,e,a)}},validate:function(e,t,n){return t.isTwoDigitYear||t.year>0},set:function(e,t,n,r){var a=Object(p.a)(e,r);if(n.isTwoDigitYear){var i=G(n.year,a);return e.setUTCFullYear(i,0,r.firstWeekContainsDate),e.setUTCHours(0,0,0,0),Object(g.a)(e,r)}var o="era"in t&&1!==t.era?1-n.year:n.year;return e.setUTCFullYear(o,0,r.firstWeekContainsDate),e.setUTCHours(0,0,0,0),Object(g.a)(e,r)},incompatibleTokens:["y","R","u","Q","q","M","L","I","d","D","i","t","T"]},R:{priority:130,parse:function(e,t,n,r){return H("R"===t?4:t.length,e)},set:function(e,t,n,r){var a=new Date(0);return a.setUTCFullYear(n,0,4),a.setUTCHours(0,0,0,0),Object(v.a)(a)},incompatibleTokens:["G","y","Y","u","Q","q","M","L","w","d","D","e","c","t","T"]},u:{priority:130,parse:function(e,t,n,r){return H("u"===t?4:t.length,e)},set:function(e,t,n,r){return e.setUTCFullYear(n,0,1),e.setUTCHours(0,0,0,0),e},incompatibleTokens:["G","y","Y","R","w","I","i","e","c","t","T"]},Q:{priority:120,parse:function(e,t,n,r){switch(t){case"Q":case"QQ":return z(t.length,e);case"Qo":return n.ordinalNumber(e,{unit:"quarter"});case"QQQ":return n.quarter(e,{width:"abbreviated",context:"formatting"})||n.quarter(e,{width:"narrow",context:"formatting"});case"QQQQQ":return n.quarter(e,{width:"narrow",context:"formatting"});case"QQQQ":default:return n.quarter(e,{width:"wide",context:"formatting"})||n.quarter(e,{width:"abbreviated",context:"formatting"})||n.quarter(e,{width:"narrow",context:"formatting"})}},validate:function(e,t,n){return t>=1&&t<=4},set:function(e,t,n,r){return e.setUTCMonth(3*(n-1),1),e.setUTCHours(0,0,0,0),e},incompatibleTokens:["Y","R","q","M","L","w","I","d","D","i","e","c","t","T"]},q:{priority:120,parse:function(e,t,n,r){switch(t){case"q":case"qq":return z(t.length,e);case"qo":return n.ordinalNumber(e,{unit:"quarter"});case"qqq":return n.quarter(e,{width:"abbreviated",context:"standalone"})||n.quarter(e,{width:"narrow",context:"standalone"});case"qqqqq":return n.quarter(e,{width:"narrow",context:"standalone"});case"qqqq":default:return n.quarter(e,{width:"wide",context:"standalone"})||n.quarter(e,{width:"abbreviated",context:"standalone"})||n.quarter(e,{width:"narrow",context:"standalone"})}},validate:function(e,t,n){return t>=1&&t<=4},set:function(e,t,n,r){return e.setUTCMonth(3*(n-1),1),e.setUTCHours(0,0,0,0),e},incompatibleTokens:["Y","R","Q","M","L","w","I","d","D","i","e","c","t","T"]},M:{priority:110,parse:function(e,t,n,r){var a=function(e){return e-1};switch(t){case"M":return U(y,e,a);case"MM":return z(2,e,a);case"Mo":return n.ordinalNumber(e,{unit:"month",valueCallback:a});case"MMM":return n.month(e,{width:"abbreviated",context:"formatting"})||n.month(e,{width:"narrow",context:"formatting"});case"MMMMM":return n.month(e,{width:"narrow",context:"formatting"});case"MMMM":default:return n.month(e,{width:"wide",context:"formatting"})||n.month(e,{width:"abbreviated",context:"formatting"})||n.month(e,{width:"narrow",context:"formatting"})}},validate:function(e,t,n){return t>=0&&t<=11},set:function(e,t,n,r){return e.setUTCMonth(n,1),e.setUTCHours(0,0,0,0),e},incompatibleTokens:["Y","R","q","Q","L","w","I","D","i","e","c","t","T"]},L:{priority:110,parse:function(e,t,n,r){var a=function(e){return e-1};switch(t){case"L":return U(y,e,a);case"LL":return z(2,e,a);case"Lo":return n.ordinalNumber(e,{unit:"month",valueCallback:a});case"LLL":return n.month(e,{width:"abbreviated",context:"standalone"})||n.month(e,{width:"narrow",context:"standalone"});case"LLLLL":return n.month(e,{width:"narrow",context:"standalone"});case"LLLL":default:return n.month(e,{width:"wide",context:"standalone"})||n.month(e,{width:"abbreviated",context:"standalone"})||n.month(e,{width:"narrow",context:"standalone"})}},validate:function(e,t,n){return t>=0&&t<=11},set:function(e,t,n,r){return e.setUTCMonth(n,1),e.setUTCHours(0,0,0,0),e},incompatibleTokens:["Y","R","q","Q","M","w","I","D","i","e","c","t","T"]},w:{priority:100,parse:function(e,t,n,r){switch(t){case"w":return U(w,e);case"wo":return n.ordinalNumber(e,{unit:"week"});default:return z(t.length,e)}},validate:function(e,t,n){return t>=1&&t<=53},set:function(e,t,n,r){return Object(g.a)(function(e,t,n){Object(d.a)(2,arguments);var r=Object(i.default)(e),a=Object(c.a)(t),o=Object(h.a)(r,n)-a;return r.setUTCDate(r.getUTCDate()-7*o),r}(e,n,r),r)},incompatibleTokens:["y","R","u","q","Q","M","L","I","d","D","i","t","T"]},I:{priority:100,parse:function(e,t,n,r){switch(t){case"I":return U(w,e);case"Io":return n.ordinalNumber(e,{unit:"week"});default:return z(t.length,e)}},validate:function(e,t,n){return t>=1&&t<=53},set:function(e,t,n,r){return Object(v.a)(function(e,t){Object(d.a)(2,arguments);var n=Object(i.default)(e),r=Object(c.a)(t),a=Object(m.a)(n)-r;return n.setUTCDate(n.getUTCDate()-7*a),n}(e,n,r),r)},incompatibleTokens:["y","Y","u","q","Q","M","L","w","d","D","e","c","t","T"]},d:{priority:90,parse:function(e,t,n,r){switch(t){case"d":return U(b,e);case"do":return n.ordinalNumber(e,{unit:"date"});default:return z(t.length,e)}},validate:function(e,t,n){var r=X(e.getUTCFullYear()),a=e.getUTCMonth();return r?t>=1&&t<=Q[a]:t>=1&&t<=K[a]},set:function(e,t,n,r){return e.setUTCDate(n),e.setUTCHours(0,0,0,0),e},incompatibleTokens:["Y","R","q","Q","w","I","D","i","e","c","t","T"]},D:{priority:90,parse:function(e,t,n,r){switch(t){case"D":case"DD":return U(_,e);case"Do":return n.ordinalNumber(e,{unit:"date"});default:return z(t.length,e)}},validate:function(e,t,n){return X(e.getUTCFullYear())?t>=1&&t<=366:t>=1&&t<=365},set:function(e,t,n,r){return e.setUTCMonth(0,n),e.setUTCHours(0,0,0,0),e},incompatibleTokens:["Y","R","q","Q","M","L","w","I","d","E","i","e","c","t","T"]},E:{priority:90,parse:function(e,t,n,r){switch(t){case"E":case"EE":case"EEE":return n.day(e,{width:"abbreviated",context:"formatting"})||n.day(e,{width:"short",context:"formatting"})||n.day(e,{width:"narrow",context:"formatting"});case"EEEEE":return n.day(e,{width:"narrow",context:"formatting"});case"EEEEEE":return n.day(e,{width:"short",context:"formatting"})||n.day(e,{width:"narrow",context:"formatting"});case"EEEE":default:return n.day(e,{width:"wide",context:"formatting"})||n.day(e,{width:"abbreviated",context:"formatting"})||n.day(e,{width:"short",context:"formatting"})||n.day(e,{width:"narrow",context:"formatting"})}},validate:function(e,t,n){return t>=0&&t<=6},set:function(e,t,n,r){return(e=f(e,n,r)).setUTCHours(0,0,0,0),e},incompatibleTokens:["D","i","e","c","t","T"]},e:{priority:90,parse:function(e,t,n,r){var a=function(e){var t=7*Math.floor((e-1)/7);return(e+r.weekStartsOn+6)%7+t};switch(t){case"e":case"ee":return z(t.length,e,a);case"eo":return n.ordinalNumber(e,{unit:"day",valueCallback:a});case"eee":return n.day(e,{width:"abbreviated",context:"formatting"})||n.day(e,{width:"short",context:"formatting"})||n.day(e,{width:"narrow",context:"formatting"});case"eeeee":return n.day(e,{width:"narrow",context:"formatting"});case"eeeeee":return n.day(e,{width:"short",context:"formatting"})||n.day(e,{width:"narrow",context:"formatting"});case"eeee":default:return n.day(e,{width:"wide",context:"formatting"})||n.day(e,{width:"abbreviated",context:"formatting"})||n.day(e,{width:"short",context:"formatting"})||n.day(e,{width:"narrow",context:"formatting"})}},validate:function(e,t,n){return t>=0&&t<=6},set:function(e,t,n,r){return(e=f(e,n,r)).setUTCHours(0,0,0,0),e},incompatibleTokens:["y","R","u","q","Q","M","L","I","d","D","E","i","c","t","T"]},c:{priority:90,parse:function(e,t,n,r){var a=function(e){var t=7*Math.floor((e-1)/7);return(e+r.weekStartsOn+6)%7+t};switch(t){case"c":case"cc":return z(t.length,e,a);case"co":return n.ordinalNumber(e,{unit:"day",valueCallback:a});case"ccc":return n.day(e,{width:"abbreviated",context:"standalone"})||n.day(e,{width:"short",context:"standalone"})||n.day(e,{width:"narrow",context:"standalone"});case"ccccc":return n.day(e,{width:"narrow",context:"standalone"});case"cccccc":return n.day(e,{width:"short",context:"standalone"})||n.day(e,{width:"narrow",context:"standalone"});case"cccc":default:return n.day(e,{width:"wide",context:"standalone"})||n.day(e,{width:"abbreviated",context:"standalone"})||n.day(e,{width:"short",context:"standalone"})||n.day(e,{width:"narrow",context:"standalone"})}},validate:function(e,t,n){return t>=0&&t<=6},set:function(e,t,n,r){return(e=f(e,n,r)).setUTCHours(0,0,0,0),e},incompatibleTokens:["y","R","u","q","Q","M","L","I","d","D","E","i","e","t","T"]},i:{priority:90,parse:function(e,t,n,r){var a=function(e){return 0===e?7:e};switch(t){case"i":case"ii":return z(t.length,e);case"io":return n.ordinalNumber(e,{unit:"day"});case"iii":return n.day(e,{width:"abbreviated",context:"formatting",valueCallback:a})||n.day(e,{width:"short",context:"formatting",valueCallback:a})||n.day(e,{width:"narrow",context:"formatting",valueCallback:a});case"iiiii":return n.day(e,{width:"narrow",context:"formatting",valueCallback:a});case"iiiiii":return n.day(e,{width:"short",context:"formatting",valueCallback:a})||n.day(e,{width:"narrow",context:"formatting",valueCallback:a});case"iiii":default:return n.day(e,{width:"wide",context:"formatting",valueCallback:a})||n.day(e,{width:"abbreviated",context:"formatting",valueCallback:a})||n.day(e,{width:"short",context:"formatting",valueCallback:a})||n.day(e,{width:"narrow",context:"formatting",valueCallback:a})}},validate:function(e,t,n){return t>=1&&t<=7},set:function(e,t,n,r){return(e=function(e,t){Object(d.a)(2,arguments);var n=Object(c.a)(t);n%7==0&&(n-=7);var r=1,a=Object(i.default)(e),o=a.getUTCDay(),s=n%7,l=(s+7)%7,u=(l<r?7:0)+n-o;return a.setUTCDate(a.getUTCDate()+u),a}(e,n,r)).setUTCHours(0,0,0,0),e},incompatibleTokens:["y","Y","u","q","Q","M","L","w","d","D","E","e","c","t","T"]},a:{priority:80,parse:function(e,t,n,r){switch(t){case"a":case"aa":case"aaa":return n.dayPeriod(e,{width:"abbreviated",context:"formatting"})||n.dayPeriod(e,{width:"narrow",context:"formatting"});case"aaaaa":return n.dayPeriod(e,{width:"narrow",context:"formatting"});case"aaaa":default:return n.dayPeriod(e,{width:"wide",context:"formatting"})||n.dayPeriod(e,{width:"abbreviated",context:"formatting"})||n.dayPeriod(e,{width:"narrow",context:"formatting"})}},set:function(e,t,n,r){return e.setUTCHours(Y(n),0,0,0),e},incompatibleTokens:["b","B","H","K","k","t","T"]},b:{priority:80,parse:function(e,t,n,r){switch(t){case"b":case"bb":case"bbb":return n.dayPeriod(e,{width:"abbreviated",context:"formatting"})||n.dayPeriod(e,{width:"narrow",context:"formatting"});case"bbbbb":return n.dayPeriod(e,{width:"narrow",context:"formatting"});case"bbbb":default:return n.dayPeriod(e,{width:"wide",context:"formatting"})||n.dayPeriod(e,{width:"abbreviated",context:"formatting"})||n.dayPeriod(e,{width:"narrow",context:"formatting"})}},set:function(e,t,n,r){return e.setUTCHours(Y(n),0,0,0),e},incompatibleTokens:["a","B","H","K","k","t","T"]},B:{priority:80,parse:function(e,t,n,r){switch(t){case"B":case"BB":case"BBB":return n.dayPeriod(e,{width:"abbreviated",context:"formatting"})||n.dayPeriod(e,{width:"narrow",context:"formatting"});case"BBBBB":return n.dayPeriod(e,{width:"narrow",context:"formatting"});case"BBBB":default:return n.dayPeriod(e,{width:"wide",context:"formatting"})||n.dayPeriod(e,{width:"abbreviated",context:"formatting"})||n.dayPeriod(e,{width:"narrow",context:"formatting"})}},set:function(e,t,n,r){return e.setUTCHours(Y(n),0,0,0),e},incompatibleTokens:["a","b","t","T"]},h:{priority:70,parse:function(e,t,n,r){switch(t){case"h":return U(C,e);case"ho":return n.ordinalNumber(e,{unit:"hour"});default:return z(t.length,e)}},validate:function(e,t,n){return t>=1&&t<=12},set:function(e,t,n,r){var a=e.getUTCHours()>=12;return a&&n<12?e.setUTCHours(n+12,0,0,0):a||12!==n?e.setUTCHours(n,0,0,0):e.setUTCHours(0,0,0,0),e},incompatibleTokens:["H","K","k","t","T"]},H:{priority:70,parse:function(e,t,n,r){switch(t){case"H":return U(E,e);case"Ho":return n.ordinalNumber(e,{unit:"hour"});default:return z(t.length,e)}},validate:function(e,t,n){return t>=0&&t<=23},set:function(e,t,n,r){return e.setUTCHours(n,0,0,0),e},incompatibleTokens:["a","b","h","K","k","t","T"]},K:{priority:70,parse:function(e,t,n,r){switch(t){case"K":return U(S,e);case"Ko":return n.ordinalNumber(e,{unit:"hour"});default:return z(t.length,e)}},validate:function(e,t,n){return t>=0&&t<=11},set:function(e,t,n,r){return e.getUTCHours()>=12&&n<12?e.setUTCHours(n+12,0,0,0):e.setUTCHours(n,0,0,0),e},incompatibleTokens:["a","b","h","H","k","t","T"]},k:{priority:70,parse:function(e,t,n,r){switch(t){case"k":return U(k,e);case"ko":return n.ordinalNumber(e,{unit:"hour"});default:return z(t.length,e)}},validate:function(e,t,n){return t>=1&&t<=24},set:function(e,t,n,r){var a=n<=24?n%24:n;return e.setUTCHours(a,0,0,0),e},incompatibleTokens:["a","b","h","H","K","t","T"]},m:{priority:60,parse:function(e,t,n,r){switch(t){case"m":return U(I,e);case"mo":return n.ordinalNumber(e,{unit:"minute"});default:return z(t.length,e)}},validate:function(e,t,n){return t>=0&&t<=59},set:function(e,t,n,r){return e.setUTCMinutes(n,0,0),e},incompatibleTokens:["t","T"]},s:{priority:50,parse:function(e,t,n,r){switch(t){case"s":return U(x,e);case"so":return n.ordinalNumber(e,{unit:"second"});default:return z(t.length,e)}},validate:function(e,t,n){return t>=0&&t<=59},set:function(e,t,n,r){return e.setUTCSeconds(n,0),e},incompatibleTokens:["t","T"]},S:{priority:30,parse:function(e,t,n,r){return z(t.length,e,(function(e){return Math.floor(e*Math.pow(10,3-t.length))}))},set:function(e,t,n,r){return e.setUTCMilliseconds(n),e},incompatibleTokens:["t","T"]},X:{priority:10,parse:function(e,t,n,r){switch(t){case"X":return V(L,e);case"XX":return V(F,e);case"XXXX":return V(q,e);case"XXXXX":return V(W,e);case"XXX":default:return V(B,e)}},set:function(e,t,n,r){return t.timestampIsSet?e:new Date(e.getTime()-n)},incompatibleTokens:["t","T","x"]},x:{priority:10,parse:function(e,t,n,r){switch(t){case"x":return V(L,e);case"xx":return V(F,e);case"xxxx":return V(q,e);case"xxxxx":return V(W,e);case"xxx":default:return V(B,e)}},set:function(e,t,n,r){return t.timestampIsSet?e:new Date(e.getTime()-n)},incompatibleTokens:["t","T","X"]},t:{priority:40,parse:function(e,t,n,r){return $(e)},set:function(e,t,n,r){return[new Date(1e3*n),{timestampIsSet:!0}]},incompatibleTokens:"*"},T:{priority:20,parse:function(e,t,n,r){return $(e)},set:function(e,t,n,r){return[new Date(n),{timestampIsSet:!0}]},incompatibleTokens:"*"}},J=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,ee=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,te=/^'([^]*?)'?$/,ne=/''/g,re=/\S/,ae=/[a-zA-Z]/;function ie(e,t,n,p){Object(d.a)(3,arguments);var f=String(e),m=String(t),h=p||{},v=h.locale||r.a;if(!v.match)throw new RangeError("locale must contain match property");var g=v.options&&v.options.firstWeekContainsDate,y=null==g?1:Object(c.a)(g),b=null==h.firstWeekContainsDate?y:Object(c.a)(h.firstWeekContainsDate);if(!(b>=1&&b<=7))throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively");var _=v.options&&v.options.weekStartsOn,w=null==_?0:Object(c.a)(_),E=null==h.weekStartsOn?w:Object(c.a)(h.weekStartsOn);if(!(E>=0&&E<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");if(""===m)return""===f?Object(i.default)(n):new Date(NaN);var k,S={firstWeekContainsDate:b,weekStartsOn:E,locale:v},C=[{priority:10,set:oe,index:0}],I=m.match(ee).map((function(e){var t=e[0];return"p"===t||"P"===t?(0,s.a[t])(e,v.formatLong,S):e})).join("").match(J),x=[];for(k=0;k<I.length;k++){var O=I[k];!h.useAdditionalWeekYearTokens&&Object(u.b)(O)&&Object(u.c)(O),!h.useAdditionalDayOfYearTokens&&Object(u.a)(O)&&Object(u.c)(O);var T=O[0],N=Z[T];if(N){var D=N.incompatibleTokens;if(Array.isArray(D)){for(var A=void 0,P=0;P<x.length;P++){var R=x[P].token;if(-1!==D.indexOf(R)||R===T){A=x[P];break}}if(A)throw new RangeError("The format string mustn't contain `".concat(A.fullToken,"` and `").concat(O,"` at the same time"))}else if("*"===N.incompatibleTokens&&x.length)throw new RangeError("The format string mustn't contain `".concat(O,"` and any other token at the same time"));x.push({token:T,fullToken:O});var j=N.parse(f,O,v.match,S);if(!j)return new Date(NaN);C.push({priority:N.priority,set:N.set,validate:N.validate,value:j.value,index:C.length}),f=j.rest}else{if(T.match(ae))throw new RangeError("Format string contains an unescaped latin alphabet character `"+T+"`");if("''"===O?O="'":"'"===T&&(O=se(O)),0!==f.indexOf(O))return new Date(NaN);f=f.slice(O.length)}}if(f.length>0&&re.test(f))return new Date(NaN);var M=C.map((function(e){return e.priority})).sort((function(e,t){return t-e})).filter((function(e,t,n){return n.indexOf(e)===t})).map((function(e){return C.filter((function(t){return t.priority===e})).reverse()})).map((function(e){return e[0]})),L=Object(i.default)(n);if(isNaN(L))return new Date(NaN);var F=Object(a.a)(L,Object(l.a)(L)),q={};for(k=0;k<M.length;k++){var B=M[k];if(B.validate&&!B.validate(F,B.value,S))return new Date(NaN);var W=B.set(F,q,B.value,S);W[0]?(F=W[0],o(q,W[1])):F=W}return F}function oe(e,t){if(t.timestampIsSet)return e;var n=new Date(0);return n.setFullYear(e.getUTCFullYear(),e.getUTCMonth(),e.getUTCDate()),n.setHours(e.getUTCHours(),e.getUTCMinutes(),e.getUTCSeconds(),e.getUTCMilliseconds()),n}function se(e){return e.match(te)[1].replace(ne,"'")}},337:function(e,t,n){"use strict";e.exports=n(674)},359:function(e,t,n){(function(e){!function(t,n,r,a,i,o,s,l,u,c,p,d,f,m,h,v,g,y,b,_,w,E,k,S,C,I,x,O,T,N,D,A,P,R,j,M,L,F,q,B,W,U,V,$,z,H,Y,G,K,Q,X,Z,J,ee,te,ne,re,ae,ie,oe,se,le){"use strict";function ue(e){return(ue="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function ce(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function pe(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function de(e,t,n){return t&&pe(e.prototype,t),n&&pe(e,n),e}function fe(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function me(){return(me=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}function he(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function ve(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?he(Object(n),!0).forEach((function(t){fe(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):he(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function ge(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&function(e,t){(Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}(e,t)}function ye(e){return(ye=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function be(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function _e(e,t){return!t||"object"!=typeof t&&"function"!=typeof t?be(e):t}function we(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=ye(e);if(t){var a=ye(this).constructor;n=Reflect.construct(r,arguments,a)}else n=r.apply(this,arguments);return _e(this,n)}}function Ee(e,t){switch(e){case"P":return t.date({width:"short"});case"PP":return t.date({width:"medium"});case"PPP":return t.date({width:"long"});case"PPPP":default:return t.date({width:"full"})}}function ke(e,t){switch(e){case"p":return t.time({width:"short"});case"pp":return t.time({width:"medium"});case"ppp":return t.time({width:"long"});case"pppp":default:return t.time({width:"full"})}}n=n&&Object.prototype.hasOwnProperty.call(n,"default")?n.default:n,r=r&&Object.prototype.hasOwnProperty.call(r,"default")?r.default:r,a=a&&Object.prototype.hasOwnProperty.call(a,"default")?a.default:a,i=i&&Object.prototype.hasOwnProperty.call(i,"default")?i.default:i,o=o&&Object.prototype.hasOwnProperty.call(o,"default")?o.default:o,s=s&&Object.prototype.hasOwnProperty.call(s,"default")?s.default:s,l=l&&Object.prototype.hasOwnProperty.call(l,"default")?l.default:l,u=u&&Object.prototype.hasOwnProperty.call(u,"default")?u.default:u,c=c&&Object.prototype.hasOwnProperty.call(c,"default")?c.default:c,p=p&&Object.prototype.hasOwnProperty.call(p,"default")?p.default:p,d=d&&Object.prototype.hasOwnProperty.call(d,"default")?d.default:d,f=f&&Object.prototype.hasOwnProperty.call(f,"default")?f.default:f,m=m&&Object.prototype.hasOwnProperty.call(m,"default")?m.default:m,h=h&&Object.prototype.hasOwnProperty.call(h,"default")?h.default:h,v=v&&Object.prototype.hasOwnProperty.call(v,"default")?v.default:v,g=g&&Object.prototype.hasOwnProperty.call(g,"default")?g.default:g,y=y&&Object.prototype.hasOwnProperty.call(y,"default")?y.default:y,b=b&&Object.prototype.hasOwnProperty.call(b,"default")?b.default:b,_=_&&Object.prototype.hasOwnProperty.call(_,"default")?_.default:_,w=w&&Object.prototype.hasOwnProperty.call(w,"default")?w.default:w,E=E&&Object.prototype.hasOwnProperty.call(E,"default")?E.default:E,k=k&&Object.prototype.hasOwnProperty.call(k,"default")?k.default:k,S=S&&Object.prototype.hasOwnProperty.call(S,"default")?S.default:S,C=C&&Object.prototype.hasOwnProperty.call(C,"default")?C.default:C,I=I&&Object.prototype.hasOwnProperty.call(I,"default")?I.default:I,x=x&&Object.prototype.hasOwnProperty.call(x,"default")?x.default:x,O=O&&Object.prototype.hasOwnProperty.call(O,"default")?O.default:O,T=T&&Object.prototype.hasOwnProperty.call(T,"default")?T.default:T,N=N&&Object.prototype.hasOwnProperty.call(N,"default")?N.default:N,D=D&&Object.prototype.hasOwnProperty.call(D,"default")?D.default:D,A=A&&Object.prototype.hasOwnProperty.call(A,"default")?A.default:A,P=P&&Object.prototype.hasOwnProperty.call(P,"default")?P.default:P,R=R&&Object.prototype.hasOwnProperty.call(R,"default")?R.default:R,j=j&&Object.prototype.hasOwnProperty.call(j,"default")?j.default:j,M=M&&Object.prototype.hasOwnProperty.call(M,"default")?M.default:M,L=L&&Object.prototype.hasOwnProperty.call(L,"default")?L.default:L,F=F&&Object.prototype.hasOwnProperty.call(F,"default")?F.default:F,q=q&&Object.prototype.hasOwnProperty.call(q,"default")?q.default:q,B=B&&Object.prototype.hasOwnProperty.call(B,"default")?B.default:B,W=W&&Object.prototype.hasOwnProperty.call(W,"default")?W.default:W,U=U&&Object.prototype.hasOwnProperty.call(U,"default")?U.default:U,V=V&&Object.prototype.hasOwnProperty.call(V,"default")?V.default:V,$=$&&Object.prototype.hasOwnProperty.call($,"default")?$.default:$,z=z&&Object.prototype.hasOwnProperty.call(z,"default")?z.default:z,H=H&&Object.prototype.hasOwnProperty.call(H,"default")?H.default:H,Y=Y&&Object.prototype.hasOwnProperty.call(Y,"default")?Y.default:Y,G=G&&Object.prototype.hasOwnProperty.call(G,"default")?G.default:G,K=K&&Object.prototype.hasOwnProperty.call(K,"default")?K.default:K,Q=Q&&Object.prototype.hasOwnProperty.call(Q,"default")?Q.default:Q,X=X&&Object.prototype.hasOwnProperty.call(X,"default")?X.default:X,Z=Z&&Object.prototype.hasOwnProperty.call(Z,"default")?Z.default:Z,J=J&&Object.prototype.hasOwnProperty.call(J,"default")?J.default:J,ee=ee&&Object.prototype.hasOwnProperty.call(ee,"default")?ee.default:ee,te=te&&Object.prototype.hasOwnProperty.call(te,"default")?te.default:te,ne=ne&&Object.prototype.hasOwnProperty.call(ne,"default")?ne.default:ne,re=re&&Object.prototype.hasOwnProperty.call(re,"default")?re.default:re,ae=ae&&Object.prototype.hasOwnProperty.call(ae,"default")?ae.default:ae,ie=ie&&Object.prototype.hasOwnProperty.call(ie,"default")?ie.default:ie,oe=oe&&Object.prototype.hasOwnProperty.call(oe,"default")?oe.default:oe,se=se&&Object.prototype.hasOwnProperty.call(se,"default")?se.default:se;var Se={p:ke,P:function(e,t){var n,r=e.match(/(P+)(p+)?/),a=r[1],i=r[2];if(!i)return Ee(e,t);switch(a){case"P":n=t.dateTime({width:"short"});break;case"PP":n=t.dateTime({width:"medium"});break;case"PPP":n=t.dateTime({width:"long"});break;case"PPPP":default:n=t.dateTime({width:"full"})}return n.replace("{{date}}",Ee(a,t)).replace("{{time}}",ke(i,t))}},Ce=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g;function Ie(e){var t=e?"string"==typeof e||e instanceof String?oe(e):ae(e):new Date;return Oe(t)?t:null}function xe(e,t,n,r){var a=null,i=$e(n)||Ve(),o=!0;return Array.isArray(t)?(t.forEach((function(t){var n=ie(e,t,new Date,{locale:i});r&&(o=Oe(n)&&e===s(n,t,{awareOfUnicodeTokens:!0})),Oe(n)&&o&&(a=n)})),a):(a=ie(e,t,new Date,{locale:i}),r?o=Oe(a)&&e===s(a,t,{awareOfUnicodeTokens:!0}):Oe(a)||(t=t.match(Ce).map((function(e){var t=e[0];return"p"===t||"P"===t?i?(0,Se[t])(e,i.formatLong):t:e})).join(""),e.length>0&&(a=ie(e,t.slice(0,e.length),new Date)),Oe(a)||(a=new Date(e))),Oe(a)&&o?a:null)}function Oe(e){return o(e)&&te(e,new Date("1/1/1000"))}function Te(e,t,n){if("en"===n)return s(e,t,{awareOfUnicodeTokens:!0});var r=$e(n);return n&&!r&&console.warn('A locale object was not found for the provided string ["'.concat(n,'"].')),!r&&Ve()&&$e(Ve())&&(r=$e(Ve())),s(e,t,{locale:r||null,awareOfUnicodeTokens:!0})}function Ne(e,t){var n=t.hour,r=void 0===n?0:n,a=t.minute,i=void 0===a?0:a,o=t.second;return A(D(N(e,void 0===o?0:o),i),r)}function De(e,t){var n=t&&$e(t)||Ve()&&$e(Ve());return C(e,n?{locale:n}:null)}function Ae(e,t){return Te(e,"ddd",t)}function Pe(e){return U(e)}function Re(e,t){var n=$e(t||Ve());return V(e,{locale:n})}function je(e){return $(e)}function Me(e){return z(e)}function Le(e,t){return e&&t?J(e,t):!e&&!t}function Fe(e,t){return e&&t?Z(e,t):!e&&!t}function qe(e,t){return e&&t?ee(e,t):!e&&!t}function Be(e,t){return e&&t?X(e,t):!e&&!t}function We(e,t){return e&&t?Q(e,t):!e&&!t}function Ue(e,t,n){var r,a=U(t),i=Y(n);try{r=re(e,{start:a,end:i})}catch(e){r=!1}return r}function Ve(){return("undefined"!=typeof window?window:e).__localeId__}function $e(t){if("string"==typeof t){var n="undefined"!=typeof window?window:e;return n.__localeData__?n.__localeData__[t]:null}return t}function ze(e,t){return Te(P(Ie(),e),"LLLL",t)}function He(e,t){return Te(P(Ie(),e),"LLL",t)}function Ye(e,t){return Te(R(Ie(),e),"QQQ",t)}function Ge(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.minDate,r=t.maxDate,a=t.excludeDates,i=t.includeDates,o=t.filterDate;return et(e,{minDate:n,maxDate:r})||a&&a.some((function(t){return Be(e,t)}))||i&&!i.some((function(t){return Be(e,t)}))||o&&!o(Ie(e))||!1}function Ke(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.excludeDates;return n&&n.some((function(t){return Be(e,t)}))||!1}function Qe(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.minDate,r=t.maxDate,a=t.excludeDates,i=t.includeDates,o=t.filterDate;return et(e,{minDate:n,maxDate:r})||a&&a.some((function(t){return Fe(e,t)}))||i&&!i.some((function(t){return Fe(e,t)}))||o&&!o(Ie(e))||!1}function Xe(e,t,n,r){var a=O(e),i=I(e),o=O(t),s=I(t),l=O(r);return a===o&&a===l?i<=n&&n<=s:a<o?l===a&&i<=n||l===o&&s>=n||l<o&&l>a:void 0}function Ze(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.minDate,r=t.maxDate,a=t.excludeDates,i=t.includeDates,o=t.filterDate;return et(e,{minDate:n,maxDate:r})||a&&a.some((function(t){return qe(e,t)}))||i&&!i.some((function(t){return qe(e,t)}))||o&&!o(Ie(e))||!1}function Je(e,t,n,r){var a=O(e),i=x(e),o=O(t),s=x(t),l=O(r);return a===o&&a===l?i<=n&&n<=s:a<o?l===a&&i<=n||l===o&&s>=n||l<o&&l>a:void 0}function et(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.minDate,r=t.maxDate;return n&&F(e,n)<0||r&&F(e,r)>0}function tt(e,t){for(var n=t.length,r=0;r<n;r++)if(E(t[r])===E(e)&&w(t[r])===w(e))return!0;return!1}function nt(e,t){var n=t.minTime,r=t.maxTime;if(!n||!r)throw new Error("Both minTime and maxTime props required");var a,i=Ie(),o=A(D(i,w(e)),E(e)),s=A(D(i,w(n)),E(n)),l=A(D(i,w(r)),E(r));try{a=!re(o,{start:s,end:l})}catch(e){a=!1}return a}function rt(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.minDate,r=t.includeDates,a=y(e,1);return n&&q(n,a)>0||r&&r.every((function(e){return q(e,a)>0}))||!1}function at(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.maxDate,r=t.includeDates,a=d(e,1);return n&&q(a,n)>0||r&&r.every((function(e){return q(a,e)>0}))||!1}function it(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.minDate,r=t.includeDates,a=b(e,1);return n&&W(n,a)>0||r&&r.every((function(e){return W(e,a)>0}))||!1}function ot(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.maxDate,r=t.includeDates,a=f(e,1);return n&&W(a,n)>0||r&&r.every((function(e){return W(a,e)>0}))||!1}function st(e){var t=e.minDate,n=e.includeDates;if(n&&t){var r=n.filter((function(e){return F(e,t)>=0}));return M(r)}return n?M(n):t}function lt(e){var t=e.maxDate,n=e.includeDates;if(n&&t){var r=n.filter((function(e){return F(e,t)<=0}));return L(r)}return n?L(n):t}function ut(){for(var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"react-datepicker__day--highlighted",n=new Map,r=0,a=e.length;r<a;r++){var o=e[r];if(i(o)){var s=Te(o,"MM.dd.yyyy"),l=n.get(s)||[];l.includes(t)||(l.push(t),n.set(s,l))}else if("object"===ue(o)){var u=Object.keys(o),c=u[0],p=o[u[0]];if("string"==typeof c&&p.constructor===Array)for(var d=0,f=p.length;d<f;d++){var m=Te(p[d],"MM.dd.yyyy"),h=n.get(m)||[];h.includes(c)||(h.push(c),n.set(m,h))}}}return n}function ct(e,t,n,r,a){for(var i=a.length,o=[],s=0;s<i;s++){var c=l(u(e,E(a[s])),w(a[s])),p=l(e,(n+1)*r);te(c,t)&&ne(c,p)&&o.push(a[s])}return o}function pt(e){return e<10?"0".concat(e):"".concat(e)}function dt(e,t,n,r){for(var a=[],i=0;i<2*t+1;i++){var o=e+t-i,s=!0;n&&(s=O(n)<=o),r&&s&&(s=O(r)>=o),s&&a.push(o)}return a}var ft=se(function(e){ge(r,e);var t=we(r);function r(e){var a;ce(this,r),fe(be(a=t.call(this,e)),"renderOptions",(function(){var e=a.props.year,t=a.state.yearsList.map((function(t){return n.createElement("div",{className:e===t?"react-datepicker__year-option react-datepicker__year-option--selected_year":"react-datepicker__year-option",key:t,onClick:a.onChange.bind(be(a),t)},e===t?n.createElement("span",{className:"react-datepicker__year-option--selected"},"✓"):"",t)})),r=a.props.minDate?O(a.props.minDate):null,i=a.props.maxDate?O(a.props.maxDate):null;return i&&a.state.yearsList.find((function(e){return e===i}))||t.unshift(n.createElement("div",{className:"react-datepicker__year-option",key:"upcoming",onClick:a.incrementYears},n.createElement("a",{className:"react-datepicker__navigation react-datepicker__navigation--years react-datepicker__navigation--years-upcoming"}))),r&&a.state.yearsList.find((function(e){return e===r}))||t.push(n.createElement("div",{className:"react-datepicker__year-option",key:"previous",onClick:a.decrementYears},n.createElement("a",{className:"react-datepicker__navigation react-datepicker__navigation--years react-datepicker__navigation--years-previous"}))),t})),fe(be(a),"onChange",(function(e){a.props.onChange(e)})),fe(be(a),"handleClickOutside",(function(){a.props.onCancel()})),fe(be(a),"shiftYears",(function(e){var t=a.state.yearsList.map((function(t){return t+e}));a.setState({yearsList:t})})),fe(be(a),"incrementYears",(function(){return a.shiftYears(1)})),fe(be(a),"decrementYears",(function(){return a.shiftYears(-1)}));var i=e.yearDropdownItemNumber,o=e.scrollableYearDropdown,s=i||(o?10:5);return a.state={yearsList:dt(a.props.year,s,a.props.minDate,a.props.maxDate)},a}return de(r,[{key:"render",value:function(){var e=a({"react-datepicker__year-dropdown":!0,"react-datepicker__year-dropdown--scrollable":this.props.scrollableYearDropdown});return n.createElement("div",{className:e},this.renderOptions())}}]),r}(n.Component)),mt=function(e){ge(r,e);var t=we(r);function r(){var e;ce(this,r);for(var a=arguments.length,i=new Array(a),o=0;o<a;o++)i[o]=arguments[o];return fe(be(e=t.call.apply(t,[this].concat(i))),"state",{dropdownVisible:!1}),fe(be(e),"renderSelectOptions",(function(){for(var t=e.props.minDate?O(e.props.minDate):1900,r=e.props.maxDate?O(e.props.maxDate):2100,a=[],i=t;i<=r;i++)a.push(n.createElement("option",{key:i,value:i},i));return a})),fe(be(e),"onSelectChange",(function(t){e.onChange(t.target.value)})),fe(be(e),"renderSelectMode",(function(){return n.createElement("select",{value:e.props.year,className:"react-datepicker__year-select",onChange:e.onSelectChange},e.renderSelectOptions())})),fe(be(e),"renderReadView",(function(t){return n.createElement("div",{key:"read",style:{visibility:t?"visible":"hidden"},className:"react-datepicker__year-read-view",onClick:function(t){return e.toggleDropdown(t)}},n.createElement("span",{className:"react-datepicker__year-read-view--down-arrow"}),n.createElement("span",{className:"react-datepicker__year-read-view--selected-year"},e.props.year))})),fe(be(e),"renderDropdown",(function(){return n.createElement(ft,{key:"dropdown",year:e.props.year,onChange:e.onChange,onCancel:e.toggleDropdown,minDate:e.props.minDate,maxDate:e.props.maxDate,scrollableYearDropdown:e.props.scrollableYearDropdown,yearDropdownItemNumber:e.props.yearDropdownItemNumber})})),fe(be(e),"renderScrollMode",(function(){var t=e.state.dropdownVisible,n=[e.renderReadView(!t)];return t&&n.unshift(e.renderDropdown()),n})),fe(be(e),"onChange",(function(t){e.toggleDropdown(),t!==e.props.year&&e.props.onChange(t)})),fe(be(e),"toggleDropdown",(function(t){e.setState({dropdownVisible:!e.state.dropdownVisible},(function(){e.props.adjustDateOnChange&&e.handleYearChange(e.props.date,t)}))})),fe(be(e),"handleYearChange",(function(t,n){e.onSelect(t,n),e.setOpen()})),fe(be(e),"onSelect",(function(t,n){e.props.onSelect&&e.props.onSelect(t,n)})),fe(be(e),"setOpen",(function(){e.props.setOpen&&e.props.setOpen(!0)})),e}return de(r,[{key:"render",value:function(){var e;switch(this.props.dropdownMode){case"scroll":e=this.renderScrollMode();break;case"select":e=this.renderSelectMode()}return n.createElement("div",{className:"react-datepicker__year-dropdown-container react-datepicker__year-dropdown-container--".concat(this.props.dropdownMode)},e)}}]),r}(n.Component),ht=se(function(e){ge(r,e);var t=we(r);function r(){var e;ce(this,r);for(var a=arguments.length,i=new Array(a),o=0;o<a;o++)i[o]=arguments[o];return fe(be(e=t.call.apply(t,[this].concat(i))),"renderOptions",(function(){return e.props.monthNames.map((function(t,r){return n.createElement("div",{className:e.props.month===r?"react-datepicker__month-option react-datepicker__month-option--selected_month":"react-datepicker__month-option",key:t,onClick:e.onChange.bind(be(e),r)},e.props.month===r?n.createElement("span",{className:"react-datepicker__month-option--selected"},"✓"):"",t)}))})),fe(be(e),"onChange",(function(t){return e.props.onChange(t)})),fe(be(e),"handleClickOutside",(function(){return e.props.onCancel()})),e}return de(r,[{key:"render",value:function(){return n.createElement("div",{className:"react-datepicker__month-dropdown"},this.renderOptions())}}]),r}(n.Component)),vt=function(e){ge(r,e);var t=we(r);function r(){var e;ce(this,r);for(var a=arguments.length,i=new Array(a),o=0;o<a;o++)i[o]=arguments[o];return fe(be(e=t.call.apply(t,[this].concat(i))),"state",{dropdownVisible:!1}),fe(be(e),"renderSelectOptions",(function(e){return e.map((function(e,t){return n.createElement("option",{key:t,value:t},e)}))})),fe(be(e),"renderSelectMode",(function(t){return n.createElement("select",{value:e.props.month,className:"react-datepicker__month-select",onChange:function(t){return e.onChange(t.target.value)}},e.renderSelectOptions(t))})),fe(be(e),"renderReadView",(function(t,r){return n.createElement("div",{key:"read",style:{visibility:t?"visible":"hidden"},className:"react-datepicker__month-read-view",onClick:e.toggleDropdown},n.createElement("span",{className:"react-datepicker__month-read-view--down-arrow"}),n.createElement("span",{className:"react-datepicker__month-read-view--selected-month"},r[e.props.month]))})),fe(be(e),"renderDropdown",(function(t){return n.createElement(ht,{key:"dropdown",month:e.props.month,monthNames:t,onChange:e.onChange,onCancel:e.toggleDropdown})})),fe(be(e),"renderScrollMode",(function(t){var n=e.state.dropdownVisible,r=[e.renderReadView(!n,t)];return n&&r.unshift(e.renderDropdown(t)),r})),fe(be(e),"onChange",(function(t){e.toggleDropdown(),t!==e.props.month&&e.props.onChange(t)})),fe(be(e),"toggleDropdown",(function(){return e.setState({dropdownVisible:!e.state.dropdownVisible})})),e}return de(r,[{key:"render",value:function(){var e,t=this,r=[0,1,2,3,4,5,6,7,8,9,10,11].map(this.props.useShortMonthInDropdown?function(e){return He(e,t.props.locale)}:function(e){return ze(e,t.props.locale)});switch(this.props.dropdownMode){case"scroll":e=this.renderScrollMode(r);break;case"select":e=this.renderSelectMode(r)}return n.createElement("div",{className:"react-datepicker__month-dropdown-container react-datepicker__month-dropdown-container--".concat(this.props.dropdownMode)},e)}}]),r}(n.Component);function gt(e,t){for(var n=[],r=je(e),a=je(t);!te(r,a);)n.push(Ie(r)),r=d(r,1);return n}var yt=se(function(e){ge(r,e);var t=we(r);function r(e){var a;return ce(this,r),fe(be(a=t.call(this,e)),"renderOptions",(function(){return a.state.monthYearsList.map((function(e){var t=T(e),r=Le(a.props.date,e)&&Fe(a.props.date,e);return n.createElement("div",{className:r?"react-datepicker__month-year-option --selected_month-year":"react-datepicker__month-year-option",key:t,onClick:a.onChange.bind(be(a),t)},r?n.createElement("span",{className:"react-datepicker__month-year-option--selected"},"✓"):"",Te(e,a.props.dateFormat))}))})),fe(be(a),"onChange",(function(e){return a.props.onChange(e)})),fe(be(a),"handleClickOutside",(function(){a.props.onCancel()})),a.state={monthYearsList:gt(a.props.minDate,a.props.maxDate)},a}return de(r,[{key:"render",value:function(){var e=a({"react-datepicker__month-year-dropdown":!0,"react-datepicker__month-year-dropdown--scrollable":this.props.scrollableMonthYearDropdown});return n.createElement("div",{className:e},this.renderOptions())}}]),r}(n.Component)),bt=function(e){ge(r,e);var t=we(r);function r(){var e;ce(this,r);for(var a=arguments.length,i=new Array(a),o=0;o<a;o++)i[o]=arguments[o];return fe(be(e=t.call.apply(t,[this].concat(i))),"state",{dropdownVisible:!1}),fe(be(e),"renderSelectOptions",(function(){for(var t=je(e.props.minDate),r=je(e.props.maxDate),a=[];!te(t,r);){var i=T(t);a.push(n.createElement("option",{key:i,value:i},Te(t,e.props.dateFormat,e.props.locale))),t=d(t,1)}return a})),fe(be(e),"onSelectChange",(function(t){e.onChange(t.target.value)})),fe(be(e),"renderSelectMode",(function(){return n.createElement("select",{value:T(je(e.props.date)),className:"react-datepicker__month-year-select",onChange:e.onSelectChange},e.renderSelectOptions())})),fe(be(e),"renderReadView",(function(t){var r=Te(e.props.date,e.props.dateFormat,e.props.locale);return n.createElement("div",{key:"read",style:{visibility:t?"visible":"hidden"},className:"react-datepicker__month-year-read-view",onClick:function(t){return e.toggleDropdown(t)}},n.createElement("span",{className:"react-datepicker__month-year-read-view--down-arrow"}),n.createElement("span",{className:"react-datepicker__month-year-read-view--selected-month-year"},r))})),fe(be(e),"renderDropdown",(function(){return n.createElement(yt,{key:"dropdown",date:e.props.date,dateFormat:e.props.dateFormat,onChange:e.onChange,onCancel:e.toggleDropdown,minDate:e.props.minDate,maxDate:e.props.maxDate,scrollableMonthYearDropdown:e.props.scrollableMonthYearDropdown})})),fe(be(e),"renderScrollMode",(function(){var t=e.state.dropdownVisible,n=[e.renderReadView(!t)];return t&&n.unshift(e.renderDropdown()),n})),fe(be(e),"onChange",(function(t){e.toggleDropdown();var n=Ie(parseInt(t));Le(e.props.date,n)&&Fe(e.props.date,n)||e.props.onChange(n)})),fe(be(e),"toggleDropdown",(function(){return e.setState({dropdownVisible:!e.state.dropdownVisible})})),e}return de(r,[{key:"render",value:function(){var e;switch(this.props.dropdownMode){case"scroll":e=this.renderScrollMode();break;case"select":e=this.renderSelectMode()}return n.createElement("div",{className:"react-datepicker__month-year-dropdown-container react-datepicker__month-year-dropdown-container--".concat(this.props.dropdownMode)},e)}}]),r}(n.Component),_t=function(e){ge(r,e);var t=we(r);function r(){var e;ce(this,r);for(var i=arguments.length,o=new Array(i),s=0;s<i;s++)o[s]=arguments[s];return fe(be(e=t.call.apply(t,[this].concat(o))),"dayEl",n.createRef()),fe(be(e),"handleClick",(function(t){!e.isDisabled()&&e.props.onClick&&e.props.onClick(t)})),fe(be(e),"handleMouseEnter",(function(t){!e.isDisabled()&&e.props.onMouseEnter&&e.props.onMouseEnter(t)})),fe(be(e),"handleOnKeyDown",(function(t){" "===t.key&&(t.preventDefault(),t.key="Enter"),e.props.handleOnKeyDown(t)})),fe(be(e),"isSameDay",(function(t){return Be(e.props.day,t)})),fe(be(e),"isKeyboardSelected",(function(){return!e.props.disabledKeyboardNavigation&&!e.props.inline&&!e.isSameDay(e.props.selected)&&e.isSameDay(e.props.preSelection)})),fe(be(e),"isDisabled",(function(){return Ge(e.props.day,e.props)})),fe(be(e),"isExcluded",(function(){return Ke(e.props.day,e.props)})),fe(be(e),"getHighLightedClass",(function(t){var n=e.props,r=n.day,a=n.highlightDates;if(!a)return!1;var i=Te(r,"MM.dd.yyyy");return a.get(i)})),fe(be(e),"isInRange",(function(){var t=e.props,n=t.day,r=t.startDate,a=t.endDate;return!(!r||!a)&&Ue(n,r,a)})),fe(be(e),"isInSelectingRange",(function(){var t=e.props,n=t.day,r=t.selectsStart,a=t.selectsEnd,i=t.selectingDate,o=t.startDate,s=t.endDate;return!(!r&&!a||!i||e.isDisabled())&&(r&&s&&(ne(i,s)||We(i,s))?Ue(n,i,s):!(!a||!o||!te(i,o)&&!We(i,o))&&Ue(n,o,i))})),fe(be(e),"isSelectingRangeStart",(function(){if(!e.isInSelectingRange())return!1;var t=e.props,n=t.day,r=t.selectingDate,a=t.startDate;return Be(n,t.selectsStart?r:a)})),fe(be(e),"isSelectingRangeEnd",(function(){if(!e.isInSelectingRange())return!1;var t=e.props,n=t.day,r=t.selectingDate,a=t.endDate;return Be(n,t.selectsEnd?r:a)})),fe(be(e),"isRangeStart",(function(){var t=e.props,n=t.day,r=t.startDate,a=t.endDate;return!(!r||!a)&&Be(r,n)})),fe(be(e),"isRangeEnd",(function(){var t=e.props,n=t.day,r=t.startDate,a=t.endDate;return!(!r||!a)&&Be(a,n)})),fe(be(e),"isWeekend",(function(){var t=k(e.props.day);return 0===t||6===t})),fe(be(e),"isOutsideMonth",(function(){return void 0!==e.props.month&&e.props.month!==I(e.props.day)})),fe(be(e),"getClassNames",(function(t){var n=e.props.dayClassName?e.props.dayClassName(t):void 0;return a("react-datepicker__day",n,"react-datepicker__day--"+Ae(e.props.day),{"react-datepicker__day--disabled":e.isDisabled(),"react-datepicker__day--excluded":e.isExcluded(),"react-datepicker__day--selected":e.isSameDay(e.props.selected),"react-datepicker__day--keyboard-selected":e.isKeyboardSelected(),"react-datepicker__day--range-start":e.isRangeStart(),"react-datepicker__day--range-end":e.isRangeEnd(),"react-datepicker__day--in-range":e.isInRange(),"react-datepicker__day--in-selecting-range":e.isInSelectingRange(),"react-datepicker__day--selecting-range-start":e.isSelectingRangeStart(),"react-datepicker__day--selecting-range-end":e.isSelectingRangeEnd(),"react-datepicker__day--today":e.isSameDay(Ie()),"react-datepicker__day--weekend":e.isWeekend(),"react-datepicker__day--outside-month":e.isOutsideMonth()},e.getHighLightedClass("react-datepicker__day--highlighted"))})),fe(be(e),"getAriaLabel",(function(){var t=e.props,n=t.day,r=t.ariaLabelPrefixWhenEnabled,a=void 0===r?"Choose":r,i=t.ariaLabelPrefixWhenDisabled,o=void 0===i?"Not available":i,s=e.isDisabled()||e.isExcluded()?o:a;return"".concat(s," ").concat(Te(n,"PPPP"))})),fe(be(e),"getTabIndex",(function(t,n){var r=t||e.props.selected,a=n||e.props.preSelection;return e.isKeyboardSelected()||e.isSameDay(r)&&Be(a,r)?0:-1})),fe(be(e),"handleFocusDay",(function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=!1;0===e.getTabIndex()&&!t.isInputFocused&&e.isSameDay(e.props.preSelection)&&(document.activeElement&&document.activeElement!==document.body||(n=!0),e.props.containerRef&&e.props.containerRef.current&&e.props.containerRef.current.contains(document.activeElement)&&document.activeElement.classList.contains("react-datepicker__day")&&(n=!0)),n&&e.dayEl.current.focus()})),fe(be(e),"render",(function(){return n.createElement("div",{ref:e.dayEl,className:e.getClassNames(e.props.day),onKeyDown:e.handleOnKeyDown,onClick:e.handleClick,onMouseEnter:e.handleMouseEnter,tabIndex:e.getTabIndex(),"aria-label":e.getAriaLabel(),role:"button","aria-disabled":e.isDisabled()},e.props.renderDayContents?e.props.renderDayContents(S(e.props.day),e.props.day):S(e.props.day))})),e}return de(r,[{key:"componentDidMount",value:function(){this.handleFocusDay()}},{key:"componentDidUpdate",value:function(e){this.handleFocusDay(e)}}]),r}(n.Component),wt=function(e){ge(r,e);var t=we(r);function r(){var e;ce(this,r);for(var n=arguments.length,a=new Array(n),i=0;i<n;i++)a[i]=arguments[i];return fe(be(e=t.call.apply(t,[this].concat(a))),"handleClick",(function(t){e.props.onClick&&e.props.onClick(t)})),e}return de(r,[{key:"render",value:function(){var e=this.props,t=e.weekNumber,r=e.ariaLabelPrefix,i=void 0===r?"week ":r,o={"react-datepicker__week-number":!0,"react-datepicker__week-number--clickable":!!e.onClick};return n.createElement("div",{className:a(o),"aria-label":"".concat(i," ").concat(this.props.weekNumber),onClick:this.handleClick},t)}}]),r}(n.Component),Et=function(e){ge(r,e);var t=we(r);function r(){var e;ce(this,r);for(var a=arguments.length,i=new Array(a),o=0;o<a;o++)i[o]=arguments[o];return fe(be(e=t.call.apply(t,[this].concat(i))),"handleDayClick",(function(t,n){e.props.onDayClick&&e.props.onDayClick(t,n)})),fe(be(e),"handleDayMouseEnter",(function(t){e.props.onDayMouseEnter&&e.props.onDayMouseEnter(t)})),fe(be(e),"handleWeekClick",(function(t,n,r){"function"==typeof e.props.onWeekSelect&&e.props.onWeekSelect(t,n,r),e.props.shouldCloseOnSelect&&e.props.setOpen(!1)})),fe(be(e),"formatWeekNumber",(function(t){return e.props.formatWeekNumber?e.props.formatWeekNumber(t):De(t,e.props.locale)})),fe(be(e),"renderDays",(function(){var t=Re(e.props.day,e.props.locale),r=[],a=e.formatWeekNumber(t);if(e.props.showWeekNumber){var i=e.props.onWeekSelect?e.handleWeekClick.bind(be(e),t,a):void 0;r.push(n.createElement(wt,{key:"W",weekNumber:a,onClick:i,ariaLabelPrefix:e.props.ariaLabelPrefix}))}return r.concat([0,1,2,3,4,5,6].map((function(r){var a=c(t,r);return n.createElement(_t,{ariaLabelPrefixWhenEnabled:e.props.chooseDayAriaLabelPrefix,ariaLabelPrefixWhenDisabled:e.props.disabledDayAriaLabelPrefix,key:a.valueOf(),day:a,month:e.props.month,onClick:e.handleDayClick.bind(be(e),a),onMouseEnter:e.handleDayMouseEnter.bind(be(e),a),minDate:e.props.minDate,maxDate:e.props.maxDate,excludeDates:e.props.excludeDates,includeDates:e.props.includeDates,inline:e.props.inline,highlightDates:e.props.highlightDates,selectingDate:e.props.selectingDate,filterDate:e.props.filterDate,preSelection:e.props.preSelection,selected:e.props.selected,selectsStart:e.props.selectsStart,selectsEnd:e.props.selectsEnd,startDate:e.props.startDate,endDate:e.props.endDate,dayClassName:e.props.dayClassName,renderDayContents:e.props.renderDayContents,disabledKeyboardNavigation:e.props.disabledKeyboardNavigation,handleOnKeyDown:e.props.handleOnKeyDown,isInputFocused:e.props.isInputFocused,containerRef:e.props.containerRef})})))})),e}return de(r,[{key:"render",value:function(){return n.createElement("div",{className:"react-datepicker__week"},this.renderDays())}}],[{key:"defaultProps",get:function(){return{shouldCloseOnSelect:!0}}}]),r}(n.Component),kt=function(e){ge(r,e);var t=we(r);function r(){var e;ce(this,r);for(var i=arguments.length,o=new Array(i),s=0;s<i;s++)o[s]=arguments[s];return fe(be(e=t.call.apply(t,[this].concat(o))),"handleDayClick",(function(t,n){e.props.onDayClick&&e.props.onDayClick(t,n,e.props.orderInDisplay)})),fe(be(e),"handleDayMouseEnter",(function(t){e.props.onDayMouseEnter&&e.props.onDayMouseEnter(t)})),fe(be(e),"handleMouseLeave",(function(){e.props.onMouseLeave&&e.props.onMouseLeave()})),fe(be(e),"isRangeStartMonth",(function(t){var n=e.props,r=n.day,a=n.startDate,i=n.endDate;return!(!a||!i)&&Fe(P(r,t),a)})),fe(be(e),"isRangeStartQuarter",(function(t){var n=e.props,r=n.day,a=n.startDate,i=n.endDate;return!(!a||!i)&&qe(R(r,t),a)})),fe(be(e),"isRangeEndMonth",(function(t){var n=e.props,r=n.day,a=n.startDate,i=n.endDate;return!(!a||!i)&&Fe(P(r,t),i)})),fe(be(e),"isRangeEndQuarter",(function(t){var n=e.props,r=n.day,a=n.startDate,i=n.endDate;return!(!a||!i)&&qe(R(r,t),i)})),fe(be(e),"isWeekInMonth",(function(t){var n=e.props.day,r=c(t,6);return Fe(t,n)||Fe(r,n)})),fe(be(e),"renderWeeks",(function(){for(var t=[],r=e.props.fixedHeight,a=Re(je(e.props.day),e.props.locale),i=0,o=!1;t.push(n.createElement(Et,{ariaLabelPrefix:e.props.weekAriaLabelPrefix,chooseDayAriaLabelPrefix:e.props.chooseDayAriaLabelPrefix,disabledDayAriaLabelPrefix:e.props.disabledDayAriaLabelPrefix,key:i,day:a,month:I(e.props.day),onDayClick:e.handleDayClick,onDayMouseEnter:e.handleDayMouseEnter,onWeekSelect:e.props.onWeekSelect,formatWeekNumber:e.props.formatWeekNumber,locale:e.props.locale,minDate:e.props.minDate,maxDate:e.props.maxDate,excludeDates:e.props.excludeDates,includeDates:e.props.includeDates,inline:e.props.inline,highlightDates:e.props.highlightDates,selectingDate:e.props.selectingDate,filterDate:e.props.filterDate,preSelection:e.props.preSelection,selected:e.props.selected,selectsStart:e.props.selectsStart,selectsEnd:e.props.selectsEnd,showWeekNumber:e.props.showWeekNumbers,startDate:e.props.startDate,endDate:e.props.endDate,dayClassName:e.props.dayClassName,setOpen:e.props.setOpen,shouldCloseOnSelect:e.props.shouldCloseOnSelect,disabledKeyboardNavigation:e.props.disabledKeyboardNavigation,renderDayContents:e.props.renderDayContents,handleOnKeyDown:e.props.handleOnKeyDown,isInputFocused:e.props.isInputFocused,containerRef:e.props.containerRef})),!o;){i++,a=p(a,1);var s=r&&i>=6,l=!r&&!e.isWeekInMonth(a);if(s||l){if(!e.props.peekNextMonth)break;o=!0}}return t})),fe(be(e),"onMonthClick",(function(t,n){e.handleDayClick(je(P(e.props.day,n)),t)})),fe(be(e),"onQuarterClick",(function(t,n){e.handleDayClick(Me(R(e.props.day,n)),t)})),fe(be(e),"getMonthClassNames",(function(t){var n=e.props,r=n.day,i=n.startDate,o=n.endDate,s=n.selected,l=n.minDate,u=n.maxDate;return a("react-datepicker__month-text","react-datepicker__month-".concat(t),{"react-datepicker__month--disabled":(l||u)&&Qe(P(r,t),e.props),"react-datepicker__month--selected":I(r)===t&&O(r)===O(s),"react-datepicker__month--in-range":Xe(i,o,t,r),"react-datepicker__month--range-start":e.isRangeStartMonth(t),"react-datepicker__month--range-end":e.isRangeEndMonth(t)})})),fe(be(e),"getQuarterClassNames",(function(t){var n=e.props,r=n.day,i=n.startDate,o=n.endDate,s=n.selected,l=n.minDate,u=n.maxDate;return a("react-datepicker__quarter-text","react-datepicker__quarter-".concat(t),{"react-datepicker__quarter--disabled":(l||u)&&Ze(R(r,t),e.props),"react-datepicker__quarter--selected":x(r)===t&&O(r)===O(s),"react-datepicker__quarter--in-range":Je(i,o,t,r),"react-datepicker__quarter--range-start":e.isRangeStartQuarter(t),"react-datepicker__quarter--range-end":e.isRangeEndQuarter(t)})})),fe(be(e),"renderMonths",(function(){var t=e.props,r=t.showFullMonthYearPicker,a=t.locale;return[[0,1,2],[3,4,5],[6,7,8],[9,10,11]].map((function(t,i){return n.createElement("div",{className:"react-datepicker__month-wrapper",key:i},t.map((function(t,i){return n.createElement("div",{key:i,onClick:function(n){e.onMonthClick(n,t)},className:e.getMonthClassNames(t)},r?ze(t,a):He(t,a))})))}))})),fe(be(e),"renderQuarters",(function(){return n.createElement("div",{className:"react-datepicker__quarter-wrapper"},[1,2,3,4].map((function(t,r){return n.createElement("div",{key:r,onClick:function(n){e.onQuarterClick(n,t)},className:e.getQuarterClassNames(t)},Ye(t,e.props.locale))})))})),fe(be(e),"getClassNames",(function(){var t=e.props,n=t.selectingDate,r=t.selectsStart,i=t.selectsEnd,o=t.showMonthYearPicker,s=t.showQuarterYearPicker;return a("react-datepicker__month",{"react-datepicker__month--selecting-range":n&&(r||i)},{"react-datepicker__monthPicker":o},{"react-datepicker__quarterPicker":s})})),e}return de(r,[{key:"render",value:function(){var e=this.props,t=e.showMonthYearPicker,r=e.showQuarterYearPicker,a=e.day,i=e.ariaLabelPrefix,o=void 0===i?"month ":i;return n.createElement("div",{className:this.getClassNames(),onMouseLeave:this.handleMouseLeave,"aria-label":"".concat(o," ").concat(Te(a,"yyyy-MM"))},t?this.renderMonths():r?this.renderQuarters():this.renderWeeks())}}]),r}(n.Component),St=function(e){ge(r,e);var t=we(r);function r(){var e;ce(this,r);for(var a=arguments.length,i=new Array(a),o=0;o<a;o++)i[o]=arguments[o];return fe(be(e=t.call.apply(t,[this].concat(i))),"state",{height:null}),fe(be(e),"handleClick",(function(t){(e.props.minTime||e.props.maxTime)&&nt(t,e.props)||e.props.excludeTimes&&tt(t,e.props.excludeTimes)||e.props.includeTimes&&!tt(t,e.props.includeTimes)||e.props.onChange(t)})),fe(be(e),"liClasses",(function(t,n,r){var a=["react-datepicker__time-list-item",e.props.timeClassName?e.props.timeClassName(t,n,r):void 0];return e.props.selected&&n===E(t)&&r===w(t)&&a.push("react-datepicker__time-list-item--selected"),((e.props.minTime||e.props.maxTime)&&nt(t,e.props)||e.props.excludeTimes&&tt(t,e.props.excludeTimes)||e.props.includeTimes&&!tt(t,e.props.includeTimes))&&a.push("react-datepicker__time-list-item--disabled"),e.props.injectTimes&&(60*E(t)+w(t))%e.props.intervals!=0&&a.push("react-datepicker__time-list-item--injected"),a.join(" ")})),fe(be(e),"renderTimes",(function(){for(var t=[],r=e.props.format?e.props.format:"p",a=e.props.intervals,i=e.props.selected||e.props.openToDate||Ie(),o=E(i),s=w(i),u=Pe(Ie()),c=1440/a,p=e.props.injectTimes&&e.props.injectTimes.sort((function(e,t){return e-t})),d=0;d<c;d++){var f=l(u,d*a);if(t.push(f),p){var m=ct(u,f,d,a,p);t=t.concat(m)}}return t.map((function(t,a){return n.createElement("li",{key:a,onClick:e.handleClick.bind(be(e),t),className:e.liClasses(t,o,s),ref:function(n){o===E(t)&&s>=w(t)&&(e.centerLi=n)}},Te(t,r,e.props.locale))}))})),e}return de(r,[{key:"componentDidMount",value:function(){this.list.scrollTop=r.calcCenterPosition(this.props.monthRef?this.props.monthRef.clientHeight-this.header.clientHeight:this.list.clientHeight,this.centerLi),this.props.monthRef&&this.header&&this.setState({height:this.props.monthRef.clientHeight-this.header.clientHeight})}},{key:"render",value:function(){var e=this,t=this.state.height;return n.createElement("div",{className:"react-datepicker__time-container ".concat(this.props.todayButton?"react-datepicker__time-container--with-today-button":"")},n.createElement("div",{className:"react-datepicker__header react-datepicker__header--time",ref:function(t){e.header=t}},n.createElement("div",{className:"react-datepicker-time__header"},this.props.timeCaption)),n.createElement("div",{className:"react-datepicker__time"},n.createElement("div",{className:"react-datepicker__time-box"},n.createElement("ul",{className:"react-datepicker__time-list",ref:function(t){e.list=t},style:t?{height:t}:{}},this.renderTimes()))))}}],[{key:"defaultProps",get:function(){return{intervals:30,onTimeChange:function(){},todayButton:null,timeCaption:"Time"}}}]),r}(n.Component);fe(St,"calcCenterPosition",(function(e,t){return t.offsetTop-(e/2-t.clientHeight/2)}));var Ct=function(e){ge(r,e);var t=we(r);function r(e){var n;return ce(this,r),fe(be(n=t.call(this,e)),"handleYearClick",(function(e,t){n.props.onDayClick&&n.props.onDayClick(e,t)})),fe(be(n),"onYearClick",(function(e,t){var r;n.handleYearClick((r=j(n.props.date,t),H(r)),e)})),n}return de(r,[{key:"render",value:function(){for(var e=this,t=[],r=this.props.date,a=function(r,a){t.push(n.createElement("div",{onClick:function(t){e.onYearClick(t,r)},className:"react-datepicker__year-container-text",key:r},r))},i=O(r)-11,o=0;i<=O(r);i++,o++)a(i);return n.createElement("div",{className:"react-datepicker__year-container"},t)}}]),r}(n.Component),It=function(e){ge(r,e);var t=we(r);function r(e){var a;return ce(this,r),fe(be(a=t.call(this,e)),"onTimeChange",(function(e){a.setState({time:e});var t=new Date;t.setHours(e.split(":")[0]),t.setMinutes(e.split(":")[1]),a.props.onChange(t)})),fe(be(a),"renderTimeInput",(function(){var e=a.state.time,t=a.props,r=t.timeString,i=t.customTimeInput;return i?n.cloneElement(i,{value:e,onChange:a.onTimeChange}):n.createElement("input",{type:"time",className:"react-datepicker-time__input",placeholder:"Time",name:"time-input",required:!0,value:e,onChange:function(e){a.onTimeChange(e.target.value||r)}})})),a.state={time:a.props.timeString},a}return de(r,[{key:"render",value:function(){return n.createElement("div",{className:"react-datepicker__input-time-container"},n.createElement("div",{className:"react-datepicker-time__caption"},this.props.timeInputLabel),n.createElement("div",{className:"react-datepicker-time__input-container"},n.createElement("div",{className:"react-datepicker-time__input"},this.renderTimeInput())))}}]),r}(n.Component);function xt(e){var t=e.className,r=e.children,a=e.showPopperArrow,i=e.arrowProps,o=void 0===i?{}:i;return n.createElement("div",{className:t},a&&n.createElement("div",me({className:"react-datepicker__triangle"},o)),r)}var Ot=["react-datepicker__year-select","react-datepicker__month-select","react-datepicker__month-year-select"],Tt=function(e){ge(r,e);var t=we(r);function r(e){var i;return ce(this,r),fe(be(i=t.call(this,e)),"handleClickOutside",(function(e){i.props.onClickOutside(e)})),fe(be(i),"setClickOutsideRef",(function(){return i.containerRef.current})),fe(be(i),"handleDropdownFocus",(function(e){(function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=(e.className||"").split(/\s+/);return Ot.some((function(e){return t.indexOf(e)>=0}))})(e.target)&&i.props.onDropdownFocus()})),fe(be(i),"getDateInView",(function(){var e=i.props,t=e.preSelection,n=e.selected,r=e.openToDate,a=st(i.props),o=lt(i.props),s=Ie();return r||n||t||(a&&ne(s,a)?a:o&&te(s,o)?o:s)})),fe(be(i),"increaseMonth",(function(){i.setState((function(e){var t=e.date;return{date:d(t,1)}}),(function(){return i.handleMonthChange(i.state.date)}))})),fe(be(i),"decreaseMonth",(function(){i.setState((function(e){var t=e.date;return{date:y(t,1)}}),(function(){return i.handleMonthChange(i.state.date)}))})),fe(be(i),"handleDayClick",(function(e,t,n){return i.props.onSelect(e,t,n)})),fe(be(i),"handleDayMouseEnter",(function(e){i.setState({selectingDate:e}),i.props.onDayMouseEnter&&i.props.onDayMouseEnter(e)})),fe(be(i),"handleMonthMouseLeave",(function(){i.setState({selectingDate:null}),i.props.onMonthMouseLeave&&i.props.onMonthMouseLeave()})),fe(be(i),"handleYearChange",(function(e){i.props.onYearChange&&i.props.onYearChange(e)})),fe(be(i),"handleMonthChange",(function(e){i.props.onMonthChange&&i.props.onMonthChange(e),i.props.adjustDateOnChange&&(i.props.onSelect&&i.props.onSelect(e),i.props.setOpen&&i.props.setOpen(!0)),i.props.setPreSelection&&i.props.setPreSelection(e)})),fe(be(i),"handleMonthYearChange",(function(e){i.handleYearChange(e),i.handleMonthChange(e)})),fe(be(i),"changeYear",(function(e){i.setState((function(t){var n=t.date;return{date:j(n,e)}}),(function(){return i.handleYearChange(i.state.date)}))})),fe(be(i),"changeMonth",(function(e){i.setState((function(t){var n=t.date;return{date:P(n,e)}}),(function(){return i.handleMonthChange(i.state.date)}))})),fe(be(i),"changeMonthYear",(function(e){i.setState((function(t){var n=t.date;return{date:j(P(n,I(e)),O(e))}}),(function(){return i.handleMonthYearChange(i.state.date)}))})),fe(be(i),"header",(function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:i.state.date,t=Re(e,i.props.locale),r=[];return i.props.showWeekNumbers&&r.push(n.createElement("div",{key:"W",className:"react-datepicker__day-name"},i.props.weekLabel||"#")),r.concat([0,1,2,3,4,5,6].map((function(e){var r=c(t,e),o=i.formatWeekday(r,i.props.locale),s=i.props.weekDayClassName?i.props.weekDayClassName(r):void 0;return n.createElement("div",{key:e,className:a("react-datepicker__day-name",s)},o)})))})),fe(be(i),"formatWeekday",(function(e,t){return i.props.formatWeekDay?function(e,t,n){return t(Te(e,"EEEE",n))}(e,i.props.formatWeekDay,t):i.props.useWeekdaysShort?function(e,t){return Te(e,"EEE",t)}(e,t):function(e,t){return Te(e,"EEEEEE",t)}(e,t)})),fe(be(i),"decreaseYear",(function(){i.setState((function(e){var t=e.date;return{date:b(t,i.props.showYearPicker?11:1)}}),(function(){return i.handleYearChange(i.state.date)}))})),fe(be(i),"renderPreviousButton",(function(){if(!i.props.renderCustomHeader){var e=i.props.showMonthYearPicker?it(i.state.date,i.props):rt(i.state.date,i.props);if((i.props.forceShowMonthNavigation||i.props.showDisabledMonthNavigation||!e)&&!i.props.showTimeSelectOnly){var t=["react-datepicker__navigation","react-datepicker__navigation--previous"],r=i.decreaseMonth;(i.props.showMonthYearPicker||i.props.showQuarterYearPicker||i.props.showYearPicker)&&(r=i.decreaseYear),e&&i.props.showDisabledMonthNavigation&&(t.push("react-datepicker__navigation--previous--disabled"),r=null);var a=i.props.showMonthYearPicker||i.props.showQuarterYearPicker,o=i.props,s=o.previousMonthAriaLabel,l=void 0===s?"Previous Month":s,u=o.previousYearAriaLabel,c=void 0===u?"Previous Year":u;return n.createElement("button",{type:"button",className:t.join(" "),onClick:r,"aria-label":a?c:l},a?i.props.previousYearButtonLabel:i.props.previousMonthButtonLabel)}}})),fe(be(i),"increaseYear",(function(){i.setState((function(e){var t=e.date;return{date:f(t,i.props.showYearPicker?11:1)}}),(function(){return i.handleYearChange(i.state.date)}))})),fe(be(i),"renderNextButton",(function(){if(!i.props.renderCustomHeader){var e=i.props.showMonthYearPicker?ot(i.state.date,i.props):at(i.state.date,i.props);if((i.props.forceShowMonthNavigation||i.props.showDisabledMonthNavigation||!e)&&!i.props.showTimeSelectOnly){var t=["react-datepicker__navigation","react-datepicker__navigation--next"];i.props.showTimeSelect&&t.push("react-datepicker__navigation--next--with-time"),i.props.todayButton&&t.push("react-datepicker__navigation--next--with-today-button");var r=i.increaseMonth;(i.props.showMonthYearPicker||i.props.showQuarterYearPicker||i.props.showYearPicker)&&(r=i.increaseYear),e&&i.props.showDisabledMonthNavigation&&(t.push("react-datepicker__navigation--next--disabled"),r=null);var a=i.props.showMonthYearPicker||i.props.showQuarterYearPicker,o=i.props,s=o.nextMonthAriaLabel,l=void 0===s?"Next Month":s,u=o.nextYearAriaLabel,c=void 0===u?"Next Year":u;return n.createElement("button",{type:"button",className:t.join(" "),onClick:r,"aria-label":a?c:l},a?i.props.nextYearButtonLabel:i.props.nextMonthButtonLabel)}}})),fe(be(i),"renderCurrentMonth",(function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:i.state.date,t=["react-datepicker__current-month"];return i.props.showYearDropdown&&t.push("react-datepicker__current-month--hasYearDropdown"),i.props.showMonthDropdown&&t.push("react-datepicker__current-month--hasMonthDropdown"),i.props.showMonthYearDropdown&&t.push("react-datepicker__current-month--hasMonthYearDropdown"),n.createElement("div",{className:t.join(" ")},Te(e,i.props.dateFormat,i.props.locale))})),fe(be(i),"renderYearDropdown",(function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0];if(i.props.showYearDropdown&&!e)return n.createElement(mt,{adjustDateOnChange:i.props.adjustDateOnChange,date:i.state.date,onSelect:i.props.onSelect,setOpen:i.props.setOpen,dropdownMode:i.props.dropdownMode,onChange:i.changeYear,minDate:i.props.minDate,maxDate:i.props.maxDate,year:O(i.state.date),scrollableYearDropdown:i.props.scrollableYearDropdown,yearDropdownItemNumber:i.props.yearDropdownItemNumber})})),fe(be(i),"renderMonthDropdown",(function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0];if(i.props.showMonthDropdown&&!e)return n.createElement(vt,{dropdownMode:i.props.dropdownMode,locale:i.props.locale,onChange:i.changeMonth,month:I(i.state.date),useShortMonthInDropdown:i.props.useShortMonthInDropdown})})),fe(be(i),"renderMonthYearDropdown",(function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0];if(i.props.showMonthYearDropdown&&!e)return n.createElement(bt,{dropdownMode:i.props.dropdownMode,locale:i.props.locale,dateFormat:i.props.dateFormat,onChange:i.changeMonthYear,minDate:i.props.minDate,maxDate:i.props.maxDate,date:i.state.date,scrollableMonthYearDropdown:i.props.scrollableMonthYearDropdown})})),fe(be(i),"renderTodayButton",(function(){if(i.props.todayButton&&!i.props.showTimeSelectOnly)return n.createElement("div",{className:"react-datepicker__today-button",onClick:function(e){return i.props.onSelect(U(Ie()),e)}},i.props.todayButton)})),fe(be(i),"renderDefaultHeader",(function(e){var t=e.monthDate,r=e.i;return n.createElement("div",{className:"react-datepicker__header"},i.renderCurrentMonth(t),n.createElement("div",{className:"react-datepicker__header__dropdown react-datepicker__header__dropdown--".concat(i.props.dropdownMode),onFocus:i.handleDropdownFocus},i.renderMonthDropdown(0!==r),i.renderMonthYearDropdown(0!==r),i.renderYearDropdown(0!==r)),n.createElement("div",{className:"react-datepicker__day-names"},i.header(t)))})),fe(be(i),"renderCustomHeader",(function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.monthDate,r=e.i;if(0!==r&&void 0!==r)return null;var a=rt(i.state.date,i.props),o=at(i.state.date,i.props),s=it(i.state.date,i.props),l=ot(i.state.date,i.props),u=!i.props.showMonthYearPicker&&!i.props.showQuarterYearPicker&&!i.props.showYearPicker;return n.createElement("div",{className:"react-datepicker__header react-datepicker__header--custom",onFocus:i.props.onDropdownFocus},i.props.renderCustomHeader(ve(ve({},i.state),{},{changeMonth:i.changeMonth,changeYear:i.changeYear,decreaseMonth:i.decreaseMonth,increaseMonth:i.increaseMonth,decreaseYear:i.decreaseYear,increaseYear:i.increaseYear,prevMonthButtonDisabled:a,nextMonthButtonDisabled:o,prevYearButtonDisabled:s,nextYearButtonDisabled:l})),u&&n.createElement("div",{className:"react-datepicker__day-names"},i.header(t)))})),fe(be(i),"renderYearHeader",(function(){return n.createElement("div",{className:"react-datepicker__header react-datepicker-year-header"},i.props.showYearPicker?"".concat(O(i.state.date)-11," - ").concat(O(i.state.date)):O(i.state.date))})),fe(be(i),"renderHeader",(function(e){switch(!0){case void 0!==i.props.renderCustomHeader:return i.renderCustomHeader(e);case i.props.showMonthYearPicker||i.props.showQuarterYearPicker||i.props.showYearPicker:return i.renderYearHeader(e);default:return i.renderDefaultHeader(e)}})),fe(be(i),"renderMonths",(function(){if(!i.props.showTimeSelectOnly&&!i.props.showYearPicker){for(var e=[],t=i.props.showPreviousMonths?i.props.monthsShown-1:0,r=y(i.state.date,t),a=0;a<i.props.monthsShown;++a){var o=a-i.props.monthSelectedIn,s=d(r,o),l="month-".concat(a);e.push(n.createElement("div",{key:l,ref:function(e){i.monthContainer=e},className:"react-datepicker__month-container"},i.renderHeader({monthDate:s,i:a}),n.createElement(kt,{chooseDayAriaLabelPrefix:i.props.chooseDayAriaLabelPrefix,disabledDayAriaLabelPrefix:i.props.disabledDayAriaLabelPrefix,weekAriaLabelPrefix:i.props.weekAriaLabelPrefix,onChange:i.changeMonthYear,day:s,dayClassName:i.props.dayClassName,monthClassName:i.props.monthClassName,onDayClick:i.handleDayClick,handleOnKeyDown:i.props.handleOnKeyDown,onDayMouseEnter:i.handleDayMouseEnter,onMouseLeave:i.handleMonthMouseLeave,onWeekSelect:i.props.onWeekSelect,orderInDisplay:a,formatWeekNumber:i.props.formatWeekNumber,locale:i.props.locale,minDate:i.props.minDate,maxDate:i.props.maxDate,excludeDates:i.props.excludeDates,highlightDates:i.props.highlightDates,selectingDate:i.state.selectingDate,includeDates:i.props.includeDates,inline:i.props.inline,fixedHeight:i.props.fixedHeight,filterDate:i.props.filterDate,preSelection:i.props.preSelection,selected:i.props.selected,selectsStart:i.props.selectsStart,selectsEnd:i.props.selectsEnd,showWeekNumbers:i.props.showWeekNumbers,startDate:i.props.startDate,endDate:i.props.endDate,peekNextMonth:i.props.peekNextMonth,setOpen:i.props.setOpen,shouldCloseOnSelect:i.props.shouldCloseOnSelect,renderDayContents:i.props.renderDayContents,disabledKeyboardNavigation:i.props.disabledKeyboardNavigation,showMonthYearPicker:i.props.showMonthYearPicker,showFullMonthYearPicker:i.props.showFullMonthYearPicker,showYearPicker:i.props.showYearPicker,showQuarterYearPicker:i.props.showQuarterYearPicker,isInputFocused:i.props.isInputFocused,containerRef:i.containerRef})))}return e}})),fe(be(i),"renderYears",(function(){if(!i.props.showTimeSelectOnly)return i.props.showYearPicker?n.createElement("div",{className:"react-datepicker__year"},i.renderHeader(),n.createElement(Ct,{onDayClick:i.handleDayClick,date:i.state.date})):void 0})),fe(be(i),"renderTimeSection",(function(){if(i.props.showTimeSelect&&(i.state.monthContainer||i.props.showTimeSelectOnly))return n.createElement(St,{selected:i.props.selected,openToDate:i.props.openToDate,onChange:i.props.onTimeChange,timeClassName:i.props.timeClassName,format:i.props.timeFormat,includeTimes:i.props.includeTimes,intervals:i.props.timeIntervals,minTime:i.props.minTime,maxTime:i.props.maxTime,excludeTimes:i.props.excludeTimes,timeCaption:i.props.timeCaption,todayButton:i.props.todayButton,showMonthDropdown:i.props.showMonthDropdown,showMonthYearDropdown:i.props.showMonthYearDropdown,showYearDropdown:i.props.showYearDropdown,withPortal:i.props.withPortal,monthRef:i.state.monthContainer,injectTimes:i.props.injectTimes,locale:i.props.locale})})),fe(be(i),"renderInputTimeSection",(function(){var e=new Date(i.props.selected),t="".concat(pt(e.getHours()),":").concat(pt(e.getMinutes()));if(i.props.showTimeInput)return n.createElement(It,{timeString:t,timeInputLabel:i.props.timeInputLabel,onChange:i.props.onTimeChange,customTimeInput:i.props.customTimeInput})})),i.containerRef=n.createRef(),i.state={date:i.getDateInView(),selectingDate:null,monthContainer:null},i}return de(r,null,[{key:"defaultProps",get:function(){return{onDropdownFocus:function(){},monthsShown:1,monthSelectedIn:0,forceShowMonthNavigation:!1,timeCaption:"Time",previousYearButtonLabel:"Previous Year",nextYearButtonLabel:"Next Year",previousMonthButtonLabel:"Previous Month",nextMonthButtonLabel:"Next Month",customTimeInput:null}}}]),de(r,[{key:"componentDidMount",value:function(){this.props.showTimeSelect&&(this.assignMonthContainer=void this.setState({monthContainer:this.monthContainer}))}},{key:"componentDidUpdate",value:function(e){this.props.preSelection&&!Be(this.props.preSelection,e.preSelection)?this.setState({date:this.props.preSelection}):this.props.openToDate&&!Be(this.props.openToDate,e.openToDate)&&this.setState({date:this.props.openToDate})}},{key:"render",value:function(){var e=this.props.container||xt;return n.createElement("div",{ref:this.containerRef},n.createElement(e,{className:a("react-datepicker",this.props.className,{"react-datepicker--time-only":this.props.showTimeSelectOnly}),showPopperArrow:this.props.showPopperArrow},this.renderPreviousButton(),this.renderNextButton(),this.renderMonths(),this.renderYears(),this.renderTodayButton(),this.renderTimeSection(),this.renderInputTimeSection(),this.props.children))}}]),r}(n.Component),Nt=function(e){return!e.disabled&&-1!==e.tabIndex},Dt=function(e){ge(r,e);var t=we(r);function r(e){var a;return ce(this,r),fe(be(a=t.call(this,e)),"getTabChildren",(function(){return Array.prototype.slice.call(a.tabLoopRef.current.querySelectorAll("[tabindex], a, button, input, select, textarea"),1,-1).filter(Nt)})),fe(be(a),"handleFocusStart",(function(e){var t=a.getTabChildren();t&&t.length>1&&t[t.length-1].focus()})),fe(be(a),"handleFocusEnd",(function(e){var t=a.getTabChildren();t&&t.length>1&&t[0].focus()})),a.tabLoopRef=n.createRef(),a}return de(r,null,[{key:"defaultProps",get:function(){return{enableTabLoop:!0}}}]),de(r,[{key:"render",value:function(){return this.props.enableTabLoop?n.createElement("div",{className:"react-datepicker__tab-loop",ref:this.tabLoopRef},n.createElement("div",{className:"react-datepicker__tab-loop__start",tabIndex:"0",onFocus:this.handleFocusStart}),this.props.children,n.createElement("div",{className:"react-datepicker__tab-loop__end",tabIndex:"0",onFocus:this.handleFocusEnd})):this.props.children}}]),r}(n.Component),At=function(e){ge(r,e);var t=we(r);function r(){return ce(this,r),t.apply(this,arguments)}return de(r,[{key:"render",value:function(){var e,t=this.props,r=t.className,i=t.wrapperClassName,o=t.hidePopper,s=t.popperComponent,l=t.popperModifiers,u=t.popperPlacement,c=t.popperProps,p=t.targetComponent,d=t.enableTabLoop,f=t.popperOnKeyDown;if(!o){var m=a("react-datepicker-popper",r);e=n.createElement(le.Popper,me({modifiers:l,placement:u},c),(function(e){var t=e.ref,r=e.style,a=e.placement,i=e.arrowProps;return n.createElement(Dt,{enableTabLoop:d},n.createElement("div",me({ref:t,style:r},{className:m,"data-placement":a,onKeyDown:f}),n.cloneElement(s,{arrowProps:i})))}))}this.props.popperContainer&&(e=n.createElement(this.props.popperContainer,{},e));var h=a("react-datepicker-wrapper",i);return n.createElement(le.Manager,{className:"react-datepicker-manager"},n.createElement(le.Reference,null,(function(e){var t=e.ref;return n.createElement("div",{ref:t,className:h},p)})),e)}}],[{key:"defaultProps",get:function(){return{hidePopper:!0,popperModifiers:{preventOverflow:{enabled:!0,escapeWithReference:!0,boundariesElement:"viewport"}},popperProps:{},popperPlacement:"bottom-start"}}}]),r}(n.Component),Pt=se(Tt),Rt=function(e){ge(r,e);var t=we(r);function r(e){var o;return ce(this,r),fe(be(o=t.call(this,e)),"getPreSelection",(function(){return o.props.openToDate?o.props.openToDate:o.props.selectsEnd&&o.props.startDate?o.props.startDate:o.props.selectsStart&&o.props.endDate?o.props.endDate:Ie()})),fe(be(o),"calcInitialState",(function(){var e=o.getPreSelection(),t=st(o.props),n=lt(o.props),r=t&&ne(e,t)?t:n&&te(e,n)?n:e;return{open:o.props.startOpen||!1,preventFocus:!1,preSelection:o.props.selected?o.props.selected:r,highlightDates:ut(o.props.highlightDates),focused:!1}})),fe(be(o),"clearPreventFocusTimeout",(function(){o.preventFocusTimeout&&clearTimeout(o.preventFocusTimeout)})),fe(be(o),"setFocus",(function(){o.input&&o.input.focus&&o.input.focus()})),fe(be(o),"setBlur",(function(){o.input&&o.input.blur&&o.input.blur(),o.cancelFocusInput()})),fe(be(o),"setOpen",(function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];o.setState({open:e,preSelection:e&&o.state.open?o.state.preSelection:o.calcInitialState().preSelection,lastPreSelectChange:Mt},(function(){e||o.setState((function(e){return{focused:!!t&&e.focused}}),(function(){!t&&o.setBlur(),o.setState({inputValue:null})}))}))})),fe(be(o),"inputOk",(function(){return i(o.state.preSelection)})),fe(be(o),"isCalendarOpen",(function(){return void 0===o.props.open?o.state.open&&!o.props.disabled&&!o.props.readOnly:o.props.open})),fe(be(o),"handleFocus",(function(e){o.state.preventFocus||(o.props.onFocus(e),o.props.preventOpenOnFocus||o.props.readOnly||o.setOpen(!0)),o.setState({focused:!0})})),fe(be(o),"cancelFocusInput",(function(){clearTimeout(o.inputFocusTimeout),o.inputFocusTimeout=null})),fe(be(o),"deferFocusInput",(function(){o.cancelFocusInput(),o.inputFocusTimeout=setTimeout((function(){return o.setFocus()}),1)})),fe(be(o),"handleDropdownFocus",(function(){o.cancelFocusInput()})),fe(be(o),"handleBlur",(function(e){(!o.state.open||o.props.withPortal||o.props.showTimeInput)&&o.props.onBlur(e),o.setState({focused:!1})})),fe(be(o),"handleCalendarClickOutside",(function(e){o.props.inline||o.setOpen(!1),o.props.onClickOutside(e),o.props.withPortal&&e.preventDefault()})),fe(be(o),"handleChange",(function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];var r=t[0];if(!o.props.onChangeRaw||(o.props.onChangeRaw.apply(be(o),t),"function"==typeof r.isDefaultPrevented&&!r.isDefaultPrevented())){o.setState({inputValue:r.target.value,lastPreSelectChange:jt});var a=xe(r.target.value,o.props.dateFormat,o.props.locale,o.props.strictParsing);!a&&r.target.value||o.setSelected(a,r,!0)}})),fe(be(o),"handleSelect",(function(e,t,n){o.setState({preventFocus:!0},(function(){return o.preventFocusTimeout=setTimeout((function(){return o.setState({preventFocus:!1})}),50),o.preventFocusTimeout})),o.setSelected(e,t,!1,n),!o.props.shouldCloseOnSelect||o.props.showTimeSelect?o.setPreSelection(e):o.props.inline||o.setOpen(!1)})),fe(be(o),"setSelected",(function(e,t,n,r){var a=e;null!==a&&Ge(a,o.props)||(We(o.props.selected,a)&&!o.props.allowSameDay||(null!==a&&(!o.props.selected||n&&(o.props.showTimeSelect||o.props.showTimeSelectOnly||o.props.showTimeInput)||(a=Ne(a,{hour:E(o.props.selected),minute:w(o.props.selected),second:_(o.props.selected)})),o.props.inline||o.setState({preSelection:a}),o.props.inline&&o.props.monthsShown>1&&!o.props.inlineFocusSelectedMonth&&o.setState({monthSelectedIn:r})),o.props.onChange(a,t)),o.props.onSelect(a,t),n||o.setState({inputValue:null}))})),fe(be(o),"setPreSelection",(function(e){var t=void 0!==o.props.minDate,n=void 0!==o.props.maxDate,r=!0;e&&(t&&n?r=Ue(e,o.props.minDate,o.props.maxDate):t?r=te(e,o.props.minDate):n&&(r=ne(e,o.props.maxDate))),r&&o.setState({preSelection:e})})),fe(be(o),"handleTimeChange",(function(e){var t=Ne(o.props.selected?o.props.selected:o.getPreSelection(),{hour:E(e),minute:w(e)});o.setState({preSelection:t}),o.props.onChange(t),o.props.shouldCloseOnSelect&&o.setOpen(!1),o.props.showTimeInput&&o.setOpen(!0),o.setState({inputValue:null})})),fe(be(o),"onInputClick",(function(){o.props.disabled||o.props.readOnly||o.setOpen(!0),o.props.onInputClick()})),fe(be(o),"onInputKeyDown",(function(e){o.props.onKeyDown(e);var t=e.key;if(o.state.open||o.props.inline||o.props.preventOpenOnFocus){if(o.state.open){if("ArrowDown"===t||"ArrowUp"===t){e.preventDefault();var n=o.calendar.componentNode&&o.calendar.componentNode.querySelector('.react-datepicker__day[tabindex="0"]');return void(n&&n.focus())}var r=Ie(o.state.preSelection);"Enter"===t?(e.preventDefault(),o.inputOk()&&o.state.lastPreSelectChange===Mt?(o.handleSelect(r,e),!o.props.shouldCloseOnSelect&&o.setPreSelection(r)):o.setOpen(!1)):"Escape"===t&&(e.preventDefault(),o.setOpen(!1)),o.inputOk()||o.props.onInputError({code:1,msg:"Date input not valid."})}}else"ArrowDown"!==t&&"ArrowUp"!==t&&"Enter"!==t||o.onInputClick()})),fe(be(o),"onDayKeyDown",(function(e){o.props.onKeyDown(e);var t=e.key,n=Ie(o.state.preSelection);if("Enter"===t)e.preventDefault(),o.handleSelect(n,e),!o.props.shouldCloseOnSelect&&o.setPreSelection(n);else if("Escape"===t)e.preventDefault(),o.setOpen(!1),o.inputOk()||o.props.onInputError({code:1,msg:"Date input not valid."});else if(!o.props.disabledKeyboardNavigation){var r;switch(t){case"ArrowLeft":r=v(n,1);break;case"ArrowRight":r=c(n,1);break;case"ArrowUp":r=g(n,1);break;case"ArrowDown":r=p(n,1);break;case"PageUp":r=y(n,1);break;case"PageDown":r=d(n,1);break;case"Home":r=b(n,1);break;case"End":r=f(n,1)}if(!r)return void(o.props.onInputError&&o.props.onInputError({code:1,msg:"Date input not valid."}));e.preventDefault(),o.setState({lastPreSelectChange:Mt}),o.props.adjustDateOnChange&&o.setSelected(r),o.setPreSelection(r)}})),fe(be(o),"onPopperKeyDown",(function(e){"Escape"===e.key&&(e.preventDefault(),o.setState({preventFocus:!0},(function(){o.setOpen(!1),setTimeout((function(){o.setFocus(),o.setState({preventFocus:!1})}))})))})),fe(be(o),"onClearClick",(function(e){e&&e.preventDefault&&e.preventDefault(),o.props.onChange(null,e),o.setState({inputValue:null})})),fe(be(o),"clear",(function(){o.onClearClick()})),fe(be(o),"renderCalendar",(function(){return o.props.inline||o.isCalendarOpen()?n.createElement(Pt,{ref:function(e){o.calendar=e},locale:o.props.locale,chooseDayAriaLabelPrefix:o.props.chooseDayAriaLabelPrefix,disabledDayAriaLabelPrefix:o.props.disabledDayAriaLabelPrefix,weekAriaLabelPrefix:o.props.weekAriaLabelPrefix,adjustDateOnChange:o.props.adjustDateOnChange,setOpen:o.setOpen,shouldCloseOnSelect:o.props.shouldCloseOnSelect,dateFormat:o.props.dateFormatCalendar,useWeekdaysShort:o.props.useWeekdaysShort,formatWeekDay:o.props.formatWeekDay,dropdownMode:o.props.dropdownMode,selected:o.props.selected,preSelection:o.state.preSelection,onSelect:o.handleSelect,onWeekSelect:o.props.onWeekSelect,openToDate:o.props.openToDate,minDate:o.props.minDate,maxDate:o.props.maxDate,selectsStart:o.props.selectsStart,selectsEnd:o.props.selectsEnd,startDate:o.props.startDate,endDate:o.props.endDate,excludeDates:o.props.excludeDates,filterDate:o.props.filterDate,onClickOutside:o.handleCalendarClickOutside,formatWeekNumber:o.props.formatWeekNumber,highlightDates:o.state.highlightDates,includeDates:o.props.includeDates,includeTimes:o.props.includeTimes,injectTimes:o.props.injectTimes,inline:o.props.inline,peekNextMonth:o.props.peekNextMonth,showMonthDropdown:o.props.showMonthDropdown,showPreviousMonths:o.props.showPreviousMonths,useShortMonthInDropdown:o.props.useShortMonthInDropdown,showMonthYearDropdown:o.props.showMonthYearDropdown,showWeekNumbers:o.props.showWeekNumbers,showYearDropdown:o.props.showYearDropdown,withPortal:o.props.withPortal,forceShowMonthNavigation:o.props.forceShowMonthNavigation,showDisabledMonthNavigation:o.props.showDisabledMonthNavigation,scrollableYearDropdown:o.props.scrollableYearDropdown,scrollableMonthYearDropdown:o.props.scrollableMonthYearDropdown,todayButton:o.props.todayButton,weekLabel:o.props.weekLabel,outsideClickIgnoreClass:"react-datepicker-ignore-onclickoutside",fixedHeight:o.props.fixedHeight,monthsShown:o.props.monthsShown,monthSelectedIn:o.state.monthSelectedIn,onDropdownFocus:o.handleDropdownFocus,onMonthChange:o.props.onMonthChange,onYearChange:o.props.onYearChange,dayClassName:o.props.dayClassName,weekDayClassName:o.props.weekDayClassName,monthClassName:o.props.monthClassName,timeClassName:o.props.timeClassName,showTimeSelect:o.props.showTimeSelect,showTimeSelectOnly:o.props.showTimeSelectOnly,onTimeChange:o.handleTimeChange,timeFormat:o.props.timeFormat,timeIntervals:o.props.timeIntervals,minTime:o.props.minTime,maxTime:o.props.maxTime,excludeTimes:o.props.excludeTimes,timeCaption:o.props.timeCaption,className:o.props.calendarClassName,container:o.props.calendarContainer,yearDropdownItemNumber:o.props.yearDropdownItemNumber,previousMonthButtonLabel:o.props.previousMonthButtonLabel,nextMonthButtonLabel:o.props.nextMonthButtonLabel,previousYearButtonLabel:o.props.previousYearButtonLabel,nextYearButtonLabel:o.props.nextYearButtonLabel,timeInputLabel:o.props.timeInputLabel,disabledKeyboardNavigation:o.props.disabledKeyboardNavigation,renderCustomHeader:o.props.renderCustomHeader,popperProps:o.props.popperProps,renderDayContents:o.props.renderDayContents,onDayMouseEnter:o.props.onDayMouseEnter,onMonthMouseLeave:o.props.onMonthMouseLeave,showTimeInput:o.props.showTimeInput,showMonthYearPicker:o.props.showMonthYearPicker,showFullMonthYearPicker:o.props.showFullMonthYearPicker,showYearPicker:o.props.showYearPicker,showQuarterYearPicker:o.props.showQuarterYearPicker,showPopperArrow:o.props.showPopperArrow,excludeScrollbar:o.props.excludeScrollbar,handleOnKeyDown:o.onDayKeyDown,isInputFocused:o.state.focused,customTimeInput:o.props.customTimeInput,setPreSelection:o.setPreSelection},o.props.children):null})),fe(be(o),"renderDateInput",(function(){var e,t,r,i,s,l=a(o.props.className,fe({},"react-datepicker-ignore-onclickoutside",o.state.open)),u=o.props.customInput||n.createElement("input",{type:"text"}),c=o.props.customInputRef||"ref",p="string"==typeof o.props.value?o.props.value:"string"==typeof o.state.inputValue?o.state.inputValue:(t=o.props.selected,i=(r=o.props).dateFormat,s=r.locale,t&&Te(t,Array.isArray(i)?i[0]:i,s)||"");return n.cloneElement(u,(fe(e={},c,(function(e){o.input=e})),fe(e,"value",p),fe(e,"onBlur",o.handleBlur),fe(e,"onChange",o.handleChange),fe(e,"onClick",o.onInputClick),fe(e,"onFocus",o.handleFocus),fe(e,"onKeyDown",o.onInputKeyDown),fe(e,"id",o.props.id),fe(e,"name",o.props.name),fe(e,"autoFocus",o.props.autoFocus),fe(e,"placeholder",o.props.placeholderText),fe(e,"disabled",o.props.disabled),fe(e,"autoComplete",o.props.autoComplete),fe(e,"className",a(u.props.className,l)),fe(e,"title",o.props.title),fe(e,"readOnly",o.props.readOnly),fe(e,"required",o.props.required),fe(e,"tabIndex",o.props.tabIndex),fe(e,"aria-labelledby",o.props.ariaLabelledBy),e))})),fe(be(o),"renderClearButton",(function(){var e=o.props,t=e.isClearable,r=e.selected,a=e.clearButtonTitle,i=e.ariaLabelClose,s=void 0===i?"Close":i;return t&&null!=r?n.createElement("button",{type:"button",className:"react-datepicker__close-icon","aria-label":s,onClick:o.onClearClick,title:a,tabIndex:-1}):null})),o.state=o.calcInitialState(),o}return de(r,null,[{key:"defaultProps",get:function(){return{allowSameDay:!1,dateFormat:"MM/dd/yyyy",dateFormatCalendar:"LLLL yyyy",onChange:function(){},disabled:!1,disabledKeyboardNavigation:!1,dropdownMode:"scroll",onFocus:function(){},onBlur:function(){},onKeyDown:function(){},onInputClick:function(){},onSelect:function(){},onClickOutside:function(){},onMonthChange:function(){},onCalendarOpen:function(){},onCalendarClose:function(){},preventOpenOnFocus:!1,onYearChange:function(){},onInputError:function(){},monthsShown:1,readOnly:!1,withPortal:!1,shouldCloseOnSelect:!0,showTimeSelect:!1,showTimeInput:!1,showPreviousMonths:!1,showMonthYearPicker:!1,showFullMonthYearPicker:!1,showYearPicker:!1,showQuarterYearPicker:!1,strictParsing:!1,timeIntervals:30,timeCaption:"Time",previousMonthButtonLabel:"Previous Month",nextMonthButtonLabel:"Next Month",previousYearButtonLabel:"Previous Year",nextYearButtonLabel:"Next Year",timeInputLabel:"Time",enableTabLoop:!0,renderDayContents:function(e){return e},inlineFocusSelectedMonth:!1,showPopperArrow:!0,excludeScrollbar:!0,customTimeInput:null}}}]),de(r,[{key:"componentDidUpdate",value:function(e,t){var n,r;e.inline&&(n=e.selected,r=this.props.selected,n&&r?I(n)!==I(r)||O(n)!==O(r):n!==r)&&this.setPreSelection(this.props.selected),void 0!==this.state.monthSelectedIn&&e.monthsShown!==this.props.monthsShown&&this.setState({monthSelectedIn:0}),e.highlightDates!==this.props.highlightDates&&this.setState({highlightDates:ut(this.props.highlightDates)}),t.focused||We(e.selected,this.props.selected)||this.setState({inputValue:null}),t.open!==this.state.open&&(!1===t.open&&!0===this.state.open&&this.props.onCalendarOpen(),!0===t.open&&!1===this.state.open&&this.props.onCalendarClose())}},{key:"componentWillUnmount",value:function(){this.clearPreventFocusTimeout()}},{key:"render",value:function(){var e=this.renderCalendar();return this.props.inline&&!this.props.withPortal?e:this.props.withPortal?n.createElement("div",null,this.props.inline?null:n.createElement("div",{className:"react-datepicker__input-container"},this.renderDateInput(),this.renderClearButton()),this.state.open||this.props.inline?n.createElement("div",{className:"react-datepicker__portal"},e):null):n.createElement(At,{className:this.props.popperClassName,wrapperClassName:this.props.wrapperClassName,hidePopper:!this.isCalendarOpen(),popperModifiers:this.props.popperModifiers,targetComponent:n.createElement("div",{className:"react-datepicker__input-container"},this.renderDateInput(),this.renderClearButton()),popperContainer:this.props.popperContainer,popperComponent:e,popperPlacement:this.props.popperPlacement,popperProps:this.props.popperProps,popperOnKeyDown:this.onPopperKeyDown,enableTabLoop:this.props.enableTabLoop})}}]),r}(n.Component),jt="input",Mt="navigate";t.CalendarContainer=xt,t.default=Rt,t.getDefaultLocale=Ve,t.registerLocale=function(t,n){var r="undefined"!=typeof window?window:e;r.__localeData__||(r.__localeData__={}),r.__localeData__[t]=n},t.setDefaultLocale=function(t){("undefined"!=typeof window?window:e).__localeId__=t},Object.defineProperty(t,"__esModule",{value:!0})}(t,n(0),n(2),n(14),n(675),n(490),n(786),n(491),n(492),n(334),n(493),n(335),n(494),n(676),n(677),n(678),n(679),n(680),n(681),n(682),n(683),n(684),n(685),n(686),n(789),n(687),n(688),n(689),n(690),n(691),n(692),n(693),n(497),n(694),n(695),n(696),n(697),n(698),n(699),n(700),n(701),n(147),n(99),n(702),n(363),n(703),n(704),n(705),n(706),n(707),n(708),n(709),n(710),n(711),n(712),n(713),n(714),n(12),n(336),n(715),n(716),n(787))}).call(this,n(41))},360:function(e,t,n){"use strict";n.d(t,"a",(function(){return o}));var r=n(20),a=n(160),i=n(10);function o(e,t){Object(i.a)(2,arguments);var n=Object(r.a)(t);return Object(a.a)(e,-n)}},361:function(e,t,n){"use strict";function r(e,t){switch(e){case"P":return t.date({width:"short"});case"PP":return t.date({width:"medium"});case"PPP":return t.date({width:"long"});case"PPPP":default:return t.date({width:"full"})}}function a(e,t){switch(e){case"p":return t.time({width:"short"});case"pp":return t.time({width:"medium"});case"ppp":return t.time({width:"long"});case"pppp":default:return t.time({width:"full"})}}var i={p:a,P:function(e,t){var n,i=e.match(/(P+)(p+)?/),o=i[1],s=i[2];if(!s)return r(e,t);switch(o){case"P":n=t.dateTime({width:"short"});break;case"PP":n=t.dateTime({width:"medium"});break;case"PPP":n=t.dateTime({width:"long"});break;case"PPPP":default:n=t.dateTime({width:"full"})}return n.replace("{{date}}",r(o,t)).replace("{{time}}",a(s,t))}};t.a=i},362:function(e,t,n){"use strict";n.d(t,"a",(function(){return o}));var r=n(12),a=n(107),i=n(10);function o(e){Object(i.a)(1,arguments);var t=Object(r.default)(e),n=t.getUTCFullYear(),o=new Date(0);o.setUTCFullYear(n+1,0,4),o.setUTCHours(0,0,0,0);var s=Object(a.a)(o),l=new Date(0);l.setUTCFullYear(n,0,4),l.setUTCHours(0,0,0,0);var u=Object(a.a)(l);return t.getTime()>=s.getTime()?n+1:t.getTime()>=u.getTime()?n:n-1}},363:function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return i}));var r=n(12),a=n(10);function i(e){Object(a.a)(1,arguments);var t=Object(r.default)(e),n=t.getMonth(),i=n-n%3;return t.setMonth(i,1),t.setHours(0,0,0,0),t}},364:function(e,t,n){e.exports=n(735)},368:function(e,t,n){"use strict";n.d(t,"a",(function(){return u}));var r=n(12),a=n(100),i=n(20),o=n(161),s=n(10);function l(e,t){Object(s.a)(1,arguments);var n=t||{},r=n.locale,l=r&&r.options&&r.options.firstWeekContainsDate,u=null==l?1:Object(i.a)(l),c=null==n.firstWeekContainsDate?u:Object(i.a)(n.firstWeekContainsDate),p=Object(o.a)(e,t),d=new Date(0);d.setUTCFullYear(p,0,c),d.setUTCHours(0,0,0,0);var f=Object(a.a)(d,t);return f}function u(e,t){Object(s.a)(1,arguments);var n=Object(r.default)(e),i=Object(a.a)(n,t).getTime()-l(n,t).getTime();return Math.round(i/6048e5)+1}},369:function(e,t,n){"use strict";n.d(t,"a",(function(){return l}));var r=n(12),a=n(107),i=n(362),o=n(10);function s(e){Object(o.a)(1,arguments);var t=Object(i.a)(e),n=new Date(0);n.setUTCFullYear(t,0,4),n.setUTCHours(0,0,0,0);var r=Object(a.a)(n);return r}function l(e){Object(o.a)(1,arguments);var t=Object(r.default)(e),n=Object(a.a)(t).getTime()-s(t).getTime();return Math.round(n/6048e5)+1}},4:function(e,t){e.exports=jQuery},486:function(e,t,n){"use strict";var r=n(721);e.exports=Function.prototype.bind||r},487:function(e,t,n){"use strict";var r=n(530),a="function"==typeof Symbol&&"symbol"==typeof Symbol("foo"),i=Object.prototype.toString,o=Array.prototype.concat,s=Object.defineProperty,l=s&&function(){var e={};try{for(var t in s(e,"x",{enumerable:!1,value:e}),e)return!1;return e.x===e}catch(e){return!1}}(),u=function(e,t,n,r){var a;(!(t in e)||"function"==typeof(a=r)&&"[object Function]"===i.call(a)&&r())&&(l?s(e,t,{configurable:!0,enumerable:!1,value:n,writable:!0}):e[t]=n)},c=function(e,t){var n=arguments.length>2?arguments[2]:{},i=r(t);a&&(i=o.call(i,Object.getOwnPropertySymbols(t)));for(var s=0;s<i.length;s+=1)u(e,i[s],t[i[s]],n[i[s]])};c.supportsDescriptors=!!l,e.exports=c},490:function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return i}));var r=n(12),a=n(10);function i(e){Object(a.a)(1,arguments);var t=Object(r.default)(e);return!isNaN(t)}},491:function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return o}));var r=n(20),a=n(160),i=n(10);function o(e,t){Object(i.a)(2,arguments);var n=Object(r.a)(t);return Object(a.a)(e,6e4*n)}},492:function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return o}));var r=n(20),a=n(160),i=n(10);function o(e,t){Object(i.a)(2,arguments);var n=Object(r.a)(t);return Object(a.a)(e,36e5*n)}},493:function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return o}));var r=n(20),a=n(334),i=n(10);function o(e,t){Object(i.a)(2,arguments);var n=Object(r.a)(t),o=7*n;return Object(a.default)(e,o)}},494:function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return o}));var r=n(20),a=n(335),i=n(10);function o(e,t){Object(i.a)(2,arguments);var n=Object(r.a)(t);return Object(a.default)(e,12*n)}},495:function(e,t,n){"use strict";var r=function(){};e.exports=r},496:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},a=function(){function e(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}(),i=n(0),o=l(i),s=l(n(2));function l(e){return e&&e.__esModule?e:{default:e}}var u={position:"absolute",top:0,left:0,visibility:"hidden",height:0,overflow:"scroll",whiteSpace:"pre"},c=["extraWidth","injectStyles","inputClassName","inputRef","inputStyle","minWidth","onAutosize","placeholderIsMinWidth"],p=function(e,t){t.style.fontSize=e.fontSize,t.style.fontFamily=e.fontFamily,t.style.fontWeight=e.fontWeight,t.style.fontStyle=e.fontStyle,t.style.letterSpacing=e.letterSpacing,t.style.textTransform=e.textTransform},d=!("undefined"==typeof window||!window.navigator)&&/MSIE |Trident\/|Edge\//.test(window.navigator.userAgent),f=function(){return d?"_"+Math.random().toString(36).substr(2,12):void 0},m=function(e){function t(e){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t);var n=function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}(this,(t.__proto__||Object.getPrototypeOf(t)).call(this,e));return n.inputRef=function(e){n.input=e,"function"==typeof n.props.inputRef&&n.props.inputRef(e)},n.placeHolderSizerRef=function(e){n.placeHolderSizer=e},n.sizerRef=function(e){n.sizer=e},n.state={inputWidth:e.minWidth,inputId:e.id||f()},n}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,e),a(t,[{key:"componentDidMount",value:function(){this.mounted=!0,this.copyInputStyles(),this.updateInputWidth()}},{key:"UNSAFE_componentWillReceiveProps",value:function(e){var t=e.id;t!==this.props.id&&this.setState({inputId:t||f()})}},{key:"componentDidUpdate",value:function(e,t){t.inputWidth!==this.state.inputWidth&&"function"==typeof this.props.onAutosize&&this.props.onAutosize(this.state.inputWidth),this.updateInputWidth()}},{key:"componentWillUnmount",value:function(){this.mounted=!1}},{key:"copyInputStyles",value:function(){if(this.mounted&&window.getComputedStyle){var e=this.input&&window.getComputedStyle(this.input);e&&(p(e,this.sizer),this.placeHolderSizer&&p(e,this.placeHolderSizer))}}},{key:"updateInputWidth",value:function(){if(this.mounted&&this.sizer&&void 0!==this.sizer.scrollWidth){var e=void 0;e=this.props.placeholder&&(!this.props.value||this.props.value&&this.props.placeholderIsMinWidth)?Math.max(this.sizer.scrollWidth,this.placeHolderSizer.scrollWidth)+2:this.sizer.scrollWidth+2,(e+="number"===this.props.type&&void 0===this.props.extraWidth?16:parseInt(this.props.extraWidth)||0)<this.props.minWidth&&(e=this.props.minWidth),e!==this.state.inputWidth&&this.setState({inputWidth:e})}}},{key:"getInput",value:function(){return this.input}},{key:"focus",value:function(){this.input.focus()}},{key:"blur",value:function(){this.input.blur()}},{key:"select",value:function(){this.input.select()}},{key:"renderStyles",value:function(){var e=this.props.injectStyles;return d&&e?o.default.createElement("style",{dangerouslySetInnerHTML:{__html:"input#"+this.state.inputId+"::-ms-clear {display: none;}"}}):null}},{key:"render",value:function(){var e=[this.props.defaultValue,this.props.value,""].reduce((function(e,t){return null!=e?e:t})),t=r({},this.props.style);t.display||(t.display="inline-block");var n=r({boxSizing:"content-box",width:this.state.inputWidth+"px"},this.props.inputStyle),a=function(e,t){var n={};for(var r in e)t.indexOf(r)>=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}(this.props,[]);return function(e){c.forEach((function(t){return delete e[t]}))}(a),a.className=this.props.inputClassName,a.id=this.state.inputId,a.style=n,o.default.createElement("div",{className:this.props.className,style:t},this.renderStyles(),o.default.createElement("input",r({},a,{ref:this.inputRef})),o.default.createElement("div",{ref:this.sizerRef,style:u},e),this.props.placeholder?o.default.createElement("div",{ref:this.placeHolderSizerRef,style:u},this.props.placeholder):null)}}]),t}(i.Component);m.propTypes={className:s.default.string,defaultValue:s.default.any,extraWidth:s.default.oneOfType([s.default.number,s.default.string]),id:s.default.string,injectStyles:s.default.bool,inputClassName:s.default.string,inputRef:s.default.func,inputStyle:s.default.object,minWidth:s.default.oneOfType([s.default.number,s.default.string]),onAutosize:s.default.func,onChange:s.default.func,placeholder:s.default.string,placeholderIsMinWidth:s.default.bool,style:s.default.object,value:s.default.any},m.defaultProps={minWidth:1,injectStyles:!0},t.default=m},497:function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return s}));var r=n(20),a=n(12),i=n(10);function o(e){Object(i.a)(1,arguments);var t=Object(a.default)(e),n=t.getFullYear(),r=t.getMonth(),o=new Date(0);return o.setFullYear(n,r+1,0),o.setHours(0,0,0,0),o.getDate()}function s(e,t){Object(i.a)(2,arguments);var n=Object(a.default)(e),s=Object(r.a)(t),l=n.getFullYear(),u=n.getDate(),c=new Date(0);c.setFullYear(l,s,15),c.setHours(0,0,0,0);var p=o(c);return n.setMonth(s,Math.min(u,p)),n}},500:function(e,t,n){"use strict";(function(e){
|
| 29 |
/**!
|
| 30 |
* @fileOverview Kickass library to create and place poppers near their reference elements.
|
| 31 |
* @version 1.16.1
|
|
@@ -50,18 +50,18 @@ var r;r=function(){return function(e){var t={};function n(r){if(t[r])return t[r]
|
|
| 50 |
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
| 51 |
* SOFTWARE.
|
| 52 |
*/
|
| 53 |
-
var n="undefined"!=typeof window&&"undefined"!=typeof document&&"undefined"!=typeof navigator,r=function(){for(var e=["Edge","Trident","Firefox"],t=0;t<e.length;t+=1)if(n&&navigator.userAgent.indexOf(e[t])>=0)return 1;return 0}();var a=n&&window.Promise?function(e){var t=!1;return function(){t||(t=!0,window.Promise.resolve().then((function(){t=!1,e()})))}}:function(e){var t=!1;return function(){t||(t=!0,setTimeout((function(){t=!1,e()}),r))}};function i(e){return e&&"[object Function]"==={}.toString.call(e)}function o(e,t){if(1!==e.nodeType)return[];var n=e.ownerDocument.defaultView.getComputedStyle(e,null);return t?n[t]:n}function s(e){return"HTML"===e.nodeName?e:e.parentNode||e.host}function l(e){if(!e)return document.body;switch(e.nodeName){case"HTML":case"BODY":return e.ownerDocument.body;case"#document":return e.body}var t=o(e),n=t.overflow,r=t.overflowX,a=t.overflowY;return/(auto|scroll|overlay)/.test(n+a+r)?e:l(s(e))}function u(e){return e&&e.referenceNode?e.referenceNode:e}var c=n&&!(!window.MSInputMethodContext||!document.documentMode),p=n&&/MSIE 10/.test(navigator.userAgent);function d(e){return 11===e?c:10===e?p:c||p}function f(e){if(!e)return document.documentElement;for(var t=d(10)?document.body:null,n=e.offsetParent||null;n===t&&e.nextElementSibling;)n=(e=e.nextElementSibling).offsetParent;var r=n&&n.nodeName;return r&&"BODY"!==r&&"HTML"!==r?-1!==["TH","TD","TABLE"].indexOf(n.nodeName)&&"static"===o(n,"position")?f(n):n:e?e.ownerDocument.documentElement:document.documentElement}function m(e){return null!==e.parentNode?m(e.parentNode):e}function h(e,t){if(!(e&&e.nodeType&&t&&t.nodeType))return document.documentElement;var n=e.compareDocumentPosition(t)&Node.DOCUMENT_POSITION_FOLLOWING,r=n?e:t,a=n?t:e,i=document.createRange();i.setStart(r,0),i.setEnd(a,0);var o,s,l=i.commonAncestorContainer;if(e!==l&&t!==l||r.contains(a))return"BODY"===(s=(o=l).nodeName)||"HTML"!==s&&f(o.firstElementChild)!==o?f(l):l;var u=m(e);return u.host?h(u.host,t):h(e,m(t).host)}function v(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"top",n="top"===t?"scrollTop":"scrollLeft",r=e.nodeName;if("BODY"===r||"HTML"===r){var a=e.ownerDocument.documentElement,i=e.ownerDocument.scrollingElement||a;return i[n]}return e[n]}function g(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=v(t,"top"),a=v(t,"left"),i=n?-1:1;return e.top+=r*i,e.bottom+=r*i,e.left+=a*i,e.right+=a*i,e}function y(e,t){var n="x"===t?"Left":"Top",r="Left"===n?"Right":"Bottom";return parseFloat(e["border"+n+"Width"])+parseFloat(e["border"+r+"Width"])}function b(e,t,n,r){return Math.max(t["offset"+e],t["scroll"+e],n["client"+e],n["offset"+e],n["scroll"+e],d(10)?parseInt(n["offset"+e])+parseInt(r["margin"+("Height"===e?"Top":"Left")])+parseInt(r["margin"+("Height"===e?"Bottom":"Right")]):0)}function _(e){var t=e.body,n=e.documentElement,r=d(10)&&getComputedStyle(n);return{height:b("Height",t,n,r),width:b("Width",t,n,r)}}var w=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},E=function(){function e(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}(),k=function(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e},S=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e};function C(e){return S({},e,{right:e.left+e.width,bottom:e.top+e.height})}function I(e){var t={};try{if(d(10)){t=e.getBoundingClientRect();var n=v(e,"top"),r=v(e,"left");t.top+=n,t.left+=r,t.bottom+=n,t.right+=r}else t=e.getBoundingClientRect()}catch(e){}var a={left:t.left,top:t.top,width:t.right-t.left,height:t.bottom-t.top},i="HTML"===e.nodeName?_(e.ownerDocument):{},s=i.width||e.clientWidth||a.width,l=i.height||e.clientHeight||a.height,u=e.offsetWidth-s,c=e.offsetHeight-l;if(u||c){var p=o(e);u-=y(p,"x"),c-=y(p,"y"),a.width-=u,a.height-=c}return C(a)}function x(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=d(10),a="HTML"===t.nodeName,i=I(e),s=I(t),u=l(e),c=o(t),p=parseFloat(c.borderTopWidth),f=parseFloat(c.borderLeftWidth);n&&a&&(s.top=Math.max(s.top,0),s.left=Math.max(s.left,0));var m=C({top:i.top-s.top-p,left:i.left-s.left-f,width:i.width,height:i.height});if(m.marginTop=0,m.marginLeft=0,!r&&a){var h=parseFloat(c.marginTop),v=parseFloat(c.marginLeft);m.top-=p-h,m.bottom-=p-h,m.left-=f-v,m.right-=f-v,m.marginTop=h,m.marginLeft=v}return(r&&!n?t.contains(u):t===u&&"BODY"!==u.nodeName)&&(m=g(m,t)),m}function O(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=e.ownerDocument.documentElement,r=x(e,n),a=Math.max(n.clientWidth,window.innerWidth||0),i=Math.max(n.clientHeight,window.innerHeight||0),o=t?0:v(n),s=t?0:v(n,"left"),l={top:o-r.top+r.marginTop,left:s-r.left+r.marginLeft,width:a,height:i};return C(l)}function T(e){var t=e.nodeName;if("BODY"===t||"HTML"===t)return!1;if("fixed"===o(e,"position"))return!0;var n=s(e);return!!n&&T(n)}function N(e){if(!e||!e.parentElement||d())return document.documentElement;for(var t=e.parentElement;t&&"none"===o(t,"transform");)t=t.parentElement;return t||document.documentElement}function D(e,t,n,r){var a=arguments.length>4&&void 0!==arguments[4]&&arguments[4],i={top:0,left:0},o=a?N(e):h(e,u(t));if("viewport"===r)i=O(o,a);else{var c=void 0;"scrollParent"===r?"BODY"===(c=l(s(t))).nodeName&&(c=e.ownerDocument.documentElement):c="window"===r?e.ownerDocument.documentElement:r;var p=x(c,o,a);if("HTML"!==c.nodeName||T(o))i=p;else{var d=_(e.ownerDocument),f=d.height,m=d.width;i.top+=p.top-p.marginTop,i.bottom=f+p.top,i.left+=p.left-p.marginLeft,i.right=m+p.left}}var v="number"==typeof(n=n||0);return i.left+=v?n:n.left||0,i.top+=v?n:n.top||0,i.right-=v?n:n.right||0,i.bottom-=v?n:n.bottom||0,i}function A(e){return e.width*e.height}function P(e,t,n,r,a){var i=arguments.length>5&&void 0!==arguments[5]?arguments[5]:0;if(-1===e.indexOf("auto"))return e;var o=D(n,r,i,a),s={top:{width:o.width,height:t.top-o.top},right:{width:o.right-t.right,height:o.height},bottom:{width:o.width,height:o.bottom-t.bottom},left:{width:t.left-o.left,height:o.height}},l=Object.keys(s).map((function(e){return S({key:e},s[e],{area:A(s[e])})})).sort((function(e,t){return t.area-e.area})),u=l.filter((function(e){var t=e.width,r=e.height;return t>=n.clientWidth&&r>=n.clientHeight})),c=u.length>0?u[0].key:l[0].key,p=e.split("-")[1];return c+(p?"-"+p:"")}function R(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null,a=r?N(t):h(t,u(n));return x(n,a,r)}function j(e){var t=e.ownerDocument.defaultView.getComputedStyle(e),n=parseFloat(t.marginTop||0)+parseFloat(t.marginBottom||0),r=parseFloat(t.marginLeft||0)+parseFloat(t.marginRight||0);return{width:e.offsetWidth+r,height:e.offsetHeight+n}}function M(e){var t={left:"right",right:"left",bottom:"top",top:"bottom"};return e.replace(/left|right|bottom|top/g,(function(e){return t[e]}))}function L(e,t,n){n=n.split("-")[0];var r=j(e),a={width:r.width,height:r.height},i=-1!==["right","left"].indexOf(n),o=i?"top":"left",s=i?"left":"top",l=i?"height":"width",u=i?"width":"height";return a[o]=t[o]+t[l]/2-r[l]/2,a[s]=n===s?t[s]-r[u]:t[M(s)],a}function F(e,t){return Array.prototype.find?e.find(t):e.filter(t)[0]}function q(e,t,n){return(void 0===n?e:e.slice(0,function(e,t,n){if(Array.prototype.findIndex)return e.findIndex((function(e){return e[t]===n}));var r=F(e,(function(e){return e[t]===n}));return e.indexOf(r)}(e,"name",n))).forEach((function(e){e.function&&console.warn("`modifier.function` is deprecated, use `modifier.fn`!");var n=e.function||e.fn;e.enabled&&i(n)&&(t.offsets.popper=C(t.offsets.popper),t.offsets.reference=C(t.offsets.reference),t=n(t,e))})),t}function B(){if(!this.state.isDestroyed){var e={instance:this,styles:{},arrowStyles:{},attributes:{},flipped:!1,offsets:{}};e.offsets.reference=R(this.state,this.popper,this.reference,this.options.positionFixed),e.placement=P(this.options.placement,e.offsets.reference,this.popper,this.reference,this.options.modifiers.flip.boundariesElement,this.options.modifiers.flip.padding),e.originalPlacement=e.placement,e.positionFixed=this.options.positionFixed,e.offsets.popper=L(this.popper,e.offsets.reference,e.placement),e.offsets.popper.position=this.options.positionFixed?"fixed":"absolute",e=q(this.modifiers,e),this.state.isCreated?this.options.onUpdate(e):(this.state.isCreated=!0,this.options.onCreate(e))}}function W(e,t){return e.some((function(e){var n=e.name;return e.enabled&&n===t}))}function U(e){for(var t=[!1,"ms","Webkit","Moz","O"],n=e.charAt(0).toUpperCase()+e.slice(1),r=0;r<t.length;r++){var a=t[r],i=a?""+a+n:e;if(void 0!==document.body.style[i])return i}return null}function V(){return this.state.isDestroyed=!0,W(this.modifiers,"applyStyle")&&(this.popper.removeAttribute("x-placement"),this.popper.style.position="",this.popper.style.top="",this.popper.style.left="",this.popper.style.right="",this.popper.style.bottom="",this.popper.style.willChange="",this.popper.style[U("transform")]=""),this.disableEventListeners(),this.options.removeOnDestroy&&this.popper.parentNode.removeChild(this.popper),this}function $(e){var t=e.ownerDocument;return t?t.defaultView:window}function z(e,t,n,r){n.updateBound=r,$(e).addEventListener("resize",n.updateBound,{passive:!0});var a=l(e);return function e(t,n,r,a){var i="BODY"===t.nodeName,o=i?t.ownerDocument.defaultView:t;o.addEventListener(n,r,{passive:!0}),i||e(l(o.parentNode),n,r,a),a.push(o)}(a,"scroll",n.updateBound,n.scrollParents),n.scrollElement=a,n.eventsEnabled=!0,n}function H(){this.state.eventsEnabled||(this.state=z(this.reference,this.options,this.state,this.scheduleUpdate))}function Y(){var e,t;this.state.eventsEnabled&&(cancelAnimationFrame(this.scheduleUpdate),this.state=(e=this.reference,t=this.state,$(e).removeEventListener("resize",t.updateBound),t.scrollParents.forEach((function(e){e.removeEventListener("scroll",t.updateBound)})),t.updateBound=null,t.scrollParents=[],t.scrollElement=null,t.eventsEnabled=!1,t))}function G(e){return""!==e&&!isNaN(parseFloat(e))&&isFinite(e)}function K(e,t){Object.keys(t).forEach((function(n){var r="";-1!==["width","height","top","right","bottom","left"].indexOf(n)&&G(t[n])&&(r="px"),e.style[n]=t[n]+r}))}var Q=n&&/Firefox/i.test(navigator.userAgent);function X(e,t,n){var r=F(e,(function(e){return e.name===t})),a=!!r&&e.some((function(e){return e.name===n&&e.enabled&&e.order<r.order}));if(!a){var i="`"+t+"`",o="`"+n+"`";console.warn(o+" modifier is required by "+i+" modifier in order to work, be sure to include it before "+i+"!")}return a}var Z=["auto-start","auto","auto-end","top-start","top","top-end","right-start","right","right-end","bottom-end","bottom","bottom-start","left-end","left","left-start"],J=Z.slice(3);function ee(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=J.indexOf(e),r=J.slice(n+1).concat(J.slice(0,n));return t?r.reverse():r}var te="flip",ne="clockwise",re="counterclockwise";function ae(e,t,n,r){var a=[0,0],i=-1!==["right","left"].indexOf(r),o=e.split(/(\+|\-)/).map((function(e){return e.trim()})),s=o.indexOf(F(o,(function(e){return-1!==e.search(/,|\s/)})));o[s]&&-1===o[s].indexOf(",")&&console.warn("Offsets separated by white space(s) are deprecated, use a comma (,) instead.");var l=/\s*,\s*|\s+/,u=-1!==s?[o.slice(0,s).concat([o[s].split(l)[0]]),[o[s].split(l)[1]].concat(o.slice(s+1))]:[o];return(u=u.map((function(e,r){var a=(1===r?!i:i)?"height":"width",o=!1;return e.reduce((function(e,t){return""===e[e.length-1]&&-1!==["+","-"].indexOf(t)?(e[e.length-1]=t,o=!0,e):o?(e[e.length-1]+=t,o=!1,e):e.concat(t)}),[]).map((function(e){return function(e,t,n,r){var a=e.match(/((?:\-|\+)?\d*\.?\d*)(.*)/),i=+a[1],o=a[2];if(!i)return e;if(0===o.indexOf("%")){var s=void 0;switch(o){case"%p":s=n;break;case"%":case"%r":default:s=r}return C(s)[t]/100*i}if("vh"===o||"vw"===o){return("vh"===o?Math.max(document.documentElement.clientHeight,window.innerHeight||0):Math.max(document.documentElement.clientWidth,window.innerWidth||0))/100*i}return i}(e,a,t,n)}))}))).forEach((function(e,t){e.forEach((function(n,r){G(n)&&(a[t]+=n*("-"===e[r-1]?-1:1))}))})),a}var ie={placement:"bottom",positionFixed:!1,eventsEnabled:!0,removeOnDestroy:!1,onCreate:function(){},onUpdate:function(){},modifiers:{shift:{order:100,enabled:!0,fn:function(e){var t=e.placement,n=t.split("-")[0],r=t.split("-")[1];if(r){var a=e.offsets,i=a.reference,o=a.popper,s=-1!==["bottom","top"].indexOf(n),l=s?"left":"top",u=s?"width":"height",c={start:k({},l,i[l]),end:k({},l,i[l]+i[u]-o[u])};e.offsets.popper=S({},o,c[r])}return e}},offset:{order:200,enabled:!0,fn:function(e,t){var n=t.offset,r=e.placement,a=e.offsets,i=a.popper,o=a.reference,s=r.split("-")[0],l=void 0;return l=G(+n)?[+n,0]:ae(n,i,o,s),"left"===s?(i.top+=l[0],i.left-=l[1]):"right"===s?(i.top+=l[0],i.left+=l[1]):"top"===s?(i.left+=l[0],i.top-=l[1]):"bottom"===s&&(i.left+=l[0],i.top+=l[1]),e.popper=i,e},offset:0},preventOverflow:{order:300,enabled:!0,fn:function(e,t){var n=t.boundariesElement||f(e.instance.popper);e.instance.reference===n&&(n=f(n));var r=U("transform"),a=e.instance.popper.style,i=a.top,o=a.left,s=a[r];a.top="",a.left="",a[r]="";var l=D(e.instance.popper,e.instance.reference,t.padding,n,e.positionFixed);a.top=i,a.left=o,a[r]=s,t.boundaries=l;var u=t.priority,c=e.offsets.popper,p={primary:function(e){var n=c[e];return c[e]<l[e]&&!t.escapeWithReference&&(n=Math.max(c[e],l[e])),k({},e,n)},secondary:function(e){var n="right"===e?"left":"top",r=c[n];return c[e]>l[e]&&!t.escapeWithReference&&(r=Math.min(c[n],l[e]-("right"===e?c.width:c.height))),k({},n,r)}};return u.forEach((function(e){var t=-1!==["left","top"].indexOf(e)?"primary":"secondary";c=S({},c,p[t](e))})),e.offsets.popper=c,e},priority:["left","right","top","bottom"],padding:5,boundariesElement:"scrollParent"},keepTogether:{order:400,enabled:!0,fn:function(e){var t=e.offsets,n=t.popper,r=t.reference,a=e.placement.split("-")[0],i=Math.floor,o=-1!==["top","bottom"].indexOf(a),s=o?"right":"bottom",l=o?"left":"top",u=o?"width":"height";return n[s]<i(r[l])&&(e.offsets.popper[l]=i(r[l])-n[u]),n[l]>i(r[s])&&(e.offsets.popper[l]=i(r[s])),e}},arrow:{order:500,enabled:!0,fn:function(e,t){var n;if(!X(e.instance.modifiers,"arrow","keepTogether"))return e;var r=t.element;if("string"==typeof r){if(!(r=e.instance.popper.querySelector(r)))return e}else if(!e.instance.popper.contains(r))return console.warn("WARNING: `arrow.element` must be child of its popper element!"),e;var a=e.placement.split("-")[0],i=e.offsets,s=i.popper,l=i.reference,u=-1!==["left","right"].indexOf(a),c=u?"height":"width",p=u?"Top":"Left",d=p.toLowerCase(),f=u?"left":"top",m=u?"bottom":"right",h=j(r)[c];l[m]-h<s[d]&&(e.offsets.popper[d]-=s[d]-(l[m]-h)),l[d]+h>s[m]&&(e.offsets.popper[d]+=l[d]+h-s[m]),e.offsets.popper=C(e.offsets.popper);var v=l[d]+l[c]/2-h/2,g=o(e.instance.popper),y=parseFloat(g["margin"+p]),b=parseFloat(g["border"+p+"Width"]),_=v-e.offsets.popper[d]-y-b;return _=Math.max(Math.min(s[c]-h,_),0),e.arrowElement=r,e.offsets.arrow=(k(n={},d,Math.round(_)),k(n,f,""),n),e},element:"[x-arrow]"},flip:{order:600,enabled:!0,fn:function(e,t){if(W(e.instance.modifiers,"inner"))return e;if(e.flipped&&e.placement===e.originalPlacement)return e;var n=D(e.instance.popper,e.instance.reference,t.padding,t.boundariesElement,e.positionFixed),r=e.placement.split("-")[0],a=M(r),i=e.placement.split("-")[1]||"",o=[];switch(t.behavior){case te:o=[r,a];break;case ne:o=ee(r);break;case re:o=ee(r,!0);break;default:o=t.behavior}return o.forEach((function(s,l){if(r!==s||o.length===l+1)return e;r=e.placement.split("-")[0],a=M(r);var u=e.offsets.popper,c=e.offsets.reference,p=Math.floor,d="left"===r&&p(u.right)>p(c.left)||"right"===r&&p(u.left)<p(c.right)||"top"===r&&p(u.bottom)>p(c.top)||"bottom"===r&&p(u.top)<p(c.bottom),f=p(u.left)<p(n.left),m=p(u.right)>p(n.right),h=p(u.top)<p(n.top),v=p(u.bottom)>p(n.bottom),g="left"===r&&f||"right"===r&&m||"top"===r&&h||"bottom"===r&&v,y=-1!==["top","bottom"].indexOf(r),b=!!t.flipVariations&&(y&&"start"===i&&f||y&&"end"===i&&m||!y&&"start"===i&&h||!y&&"end"===i&&v),_=!!t.flipVariationsByContent&&(y&&"start"===i&&m||y&&"end"===i&&f||!y&&"start"===i&&v||!y&&"end"===i&&h),w=b||_;(d||g||w)&&(e.flipped=!0,(d||g)&&(r=o[l+1]),w&&(i=function(e){return"end"===e?"start":"start"===e?"end":e}(i)),e.placement=r+(i?"-"+i:""),e.offsets.popper=S({},e.offsets.popper,L(e.instance.popper,e.offsets.reference,e.placement)),e=q(e.instance.modifiers,e,"flip"))})),e},behavior:"flip",padding:5,boundariesElement:"viewport",flipVariations:!1,flipVariationsByContent:!1},inner:{order:700,enabled:!1,fn:function(e){var t=e.placement,n=t.split("-")[0],r=e.offsets,a=r.popper,i=r.reference,o=-1!==["left","right"].indexOf(n),s=-1===["top","left"].indexOf(n);return a[o?"left":"top"]=i[n]-(s?a[o?"width":"height"]:0),e.placement=M(t),e.offsets.popper=C(a),e}},hide:{order:800,enabled:!0,fn:function(e){if(!X(e.instance.modifiers,"hide","preventOverflow"))return e;var t=e.offsets.reference,n=F(e.instance.modifiers,(function(e){return"preventOverflow"===e.name})).boundaries;if(t.bottom<n.top||t.left>n.right||t.top>n.bottom||t.right<n.left){if(!0===e.hide)return e;e.hide=!0,e.attributes["x-out-of-boundaries"]=""}else{if(!1===e.hide)return e;e.hide=!1,e.attributes["x-out-of-boundaries"]=!1}return e}},computeStyle:{order:850,enabled:!0,fn:function(e,t){var n=t.x,r=t.y,a=e.offsets.popper,i=F(e.instance.modifiers,(function(e){return"applyStyle"===e.name})).gpuAcceleration;void 0!==i&&console.warn("WARNING: `gpuAcceleration` option moved to `computeStyle` modifier and will not be supported in future versions of Popper.js!");var o=void 0!==i?i:t.gpuAcceleration,s=f(e.instance.popper),l=I(s),u={position:a.position},c=function(e,t){var n=e.offsets,r=n.popper,a=n.reference,i=Math.round,o=Math.floor,s=function(e){return e},l=i(a.width),u=i(r.width),c=-1!==["left","right"].indexOf(e.placement),p=-1!==e.placement.indexOf("-"),d=t?c||p||l%2==u%2?i:o:s,f=t?i:s;return{left:d(l%2==1&&u%2==1&&!p&&t?r.left-1:r.left),top:f(r.top),bottom:f(r.bottom),right:d(r.right)}}(e,window.devicePixelRatio<2||!Q),p="bottom"===n?"top":"bottom",d="right"===r?"left":"right",m=U("transform"),h=void 0,v=void 0;if(v="bottom"===p?"HTML"===s.nodeName?-s.clientHeight+c.bottom:-l.height+c.bottom:c.top,h="right"===d?"HTML"===s.nodeName?-s.clientWidth+c.right:-l.width+c.right:c.left,o&&m)u[m]="translate3d("+h+"px, "+v+"px, 0)",u[p]=0,u[d]=0,u.willChange="transform";else{var g="bottom"===p?-1:1,y="right"===d?-1:1;u[p]=v*g,u[d]=h*y,u.willChange=p+", "+d}var b={"x-placement":e.placement};return e.attributes=S({},b,e.attributes),e.styles=S({},u,e.styles),e.arrowStyles=S({},e.offsets.arrow,e.arrowStyles),e},gpuAcceleration:!0,x:"bottom",y:"right"},applyStyle:{order:900,enabled:!0,fn:function(e){var t,n;return K(e.instance.popper,e.styles),t=e.instance.popper,n=e.attributes,Object.keys(n).forEach((function(e){!1!==n[e]?t.setAttribute(e,n[e]):t.removeAttribute(e)})),e.arrowElement&&Object.keys(e.arrowStyles).length&&K(e.arrowElement,e.arrowStyles),e},onLoad:function(e,t,n,r,a){var i=R(a,t,e,n.positionFixed),o=P(n.placement,i,t,e,n.modifiers.flip.boundariesElement,n.modifiers.flip.padding);return t.setAttribute("x-placement",o),K(t,{position:n.positionFixed?"fixed":"absolute"}),n},gpuAcceleration:void 0}}},oe=function(){function e(t,n){var r=this,o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};w(this,e),this.scheduleUpdate=function(){return requestAnimationFrame(r.update)},this.update=a(this.update.bind(this)),this.options=S({},e.Defaults,o),this.state={isDestroyed:!1,isCreated:!1,scrollParents:[]},this.reference=t&&t.jquery?t[0]:t,this.popper=n&&n.jquery?n[0]:n,this.options.modifiers={},Object.keys(S({},e.Defaults.modifiers,o.modifiers)).forEach((function(t){r.options.modifiers[t]=S({},e.Defaults.modifiers[t]||{},o.modifiers?o.modifiers[t]:{})})),this.modifiers=Object.keys(this.options.modifiers).map((function(e){return S({name:e},r.options.modifiers[e])})).sort((function(e,t){return e.order-t.order})),this.modifiers.forEach((function(e){e.enabled&&i(e.onLoad)&&e.onLoad(r.reference,r.popper,r.options,e,r.state)})),this.update();var s=this.options.eventsEnabled;s&&this.enableEventListeners(),this.state.eventsEnabled=s}return E(e,[{key:"update",value:function(){return B.call(this)}},{key:"destroy",value:function(){return V.call(this)}},{key:"enableEventListeners",value:function(){return H.call(this)}},{key:"disableEventListeners",value:function(){return Y.call(this)}}]),e}();oe.Utils=("undefined"!=typeof window?window:e).PopperUtils,oe.placements=Z,oe.Defaults=ie,t.a=oe}).call(this,n(41))},501:function(e,t,n){"use strict";t.__esModule=!0;var r=i(n(0)),a=i(n(728));function i(e){return e&&e.__esModule?e:{default:e}}t.default=r.default.createContext||a.default,e.exports=t.default},502:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){return function(t,n){var r,a=n||{};if("formatting"===(a.context?String(a.context):"standalone")&&e.formattingValues){var i=e.defaultFormattingWidth||e.defaultWidth,o=a.width?String(a.width):i;r=e.formattingValues[o]||e.formattingValues[i]}else{var s=e.defaultWidth,l=a.width?String(a.width):e.defaultWidth;r=e.values[l]||e.values[s]}return r[e.argumentCallback?e.argumentCallback(t):t]}},e.exports=t.default},530:function(e,t,n){"use strict";var r=Array.prototype.slice,a=n(531),i=Object.keys,o=i?function(e){return i(e)}:n(718),s=Object.keys;o.shim=function(){Object.keys?function(){var e=Object.keys(arguments);return e&&e.length===arguments.length}(1,2)||(Object.keys=function(e){return a(e)?s(r.call(e)):s(e)}):Object.keys=o;return Object.keys||o},e.exports=o},531:function(e,t,n){"use strict";var r=Object.prototype.toString;e.exports=function(e){var t=r.call(e),n="[object Arguments]"===t;return n||(n="[object Array]"!==t&&null!==e&&"object"==typeof e&&"number"==typeof e.length&&e.length>=0&&"[object Function]"===r.call(e.callee)),n}},532:function(e,t,n){"use strict";var r=n(533),a=n(535),i=a(r("String.prototype.indexOf"));e.exports=function(e,t){var n=r(e,!!t);return"function"==typeof n&&i(e,".prototype.")>-1?a(n):n}},533:function(e,t,n){"use strict";var r=SyntaxError,a=Function,i=TypeError,o=function(e){try{return a('"use strict"; return ('+e+").constructor;")()}catch(e){}},s=Object.getOwnPropertyDescriptor;if(s)try{s({},"")}catch(e){s=null}var l=function(){throw new i},u=s?function(){try{return l}catch(e){try{return s(arguments,"callee").get}catch(e){return l}}}():l,c=n(534)(),p=Object.getPrototypeOf||function(e){return e.__proto__},d={},f="undefined"==typeof Uint8Array?void 0:p(Uint8Array),m={"%AggregateError%":"undefined"==typeof AggregateError?void 0:AggregateError,"%Array%":Array,"%ArrayBuffer%":"undefined"==typeof ArrayBuffer?void 0:ArrayBuffer,"%ArrayIteratorPrototype%":c?p([][Symbol.iterator]()):void 0,"%AsyncFromSyncIteratorPrototype%":void 0,"%AsyncFunction%":d,"%AsyncGenerator%":d,"%AsyncGeneratorFunction%":d,"%AsyncIteratorPrototype%":d,"%Atomics%":"undefined"==typeof Atomics?void 0:Atomics,"%BigInt%":"undefined"==typeof BigInt?void 0:BigInt,"%Boolean%":Boolean,"%DataView%":"undefined"==typeof DataView?void 0:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Error,"%eval%":eval,"%EvalError%":EvalError,"%Float32Array%":"undefined"==typeof Float32Array?void 0:Float32Array,"%Float64Array%":"undefined"==typeof Float64Array?void 0:Float64Array,"%FinalizationRegistry%":"undefined"==typeof FinalizationRegistry?void 0:FinalizationRegistry,"%Function%":a,"%GeneratorFunction%":d,"%Int8Array%":"undefined"==typeof Int8Array?void 0:Int8Array,"%Int16Array%":"undefined"==typeof Int16Array?void 0:Int16Array,"%Int32Array%":"undefined"==typeof Int32Array?void 0:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":c?p(p([][Symbol.iterator]())):void 0,"%JSON%":"object"==typeof JSON?JSON:void 0,"%Map%":"undefined"==typeof Map?void 0:Map,"%MapIteratorPrototype%":"undefined"!=typeof Map&&c?p((new Map)[Symbol.iterator]()):void 0,"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"==typeof Promise?void 0:Promise,"%Proxy%":"undefined"==typeof Proxy?void 0:Proxy,"%RangeError%":RangeError,"%ReferenceError%":ReferenceError,"%Reflect%":"undefined"==typeof Reflect?void 0:Reflect,"%RegExp%":RegExp,"%Set%":"undefined"==typeof Set?void 0:Set,"%SetIteratorPrototype%":"undefined"!=typeof Set&&c?p((new Set)[Symbol.iterator]()):void 0,"%SharedArrayBuffer%":"undefined"==typeof SharedArrayBuffer?void 0:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":c?p(""[Symbol.iterator]()):void 0,"%Symbol%":c?Symbol:void 0,"%SyntaxError%":r,"%ThrowTypeError%":u,"%TypedArray%":f,"%TypeError%":i,"%Uint8Array%":"undefined"==typeof Uint8Array?void 0:Uint8Array,"%Uint8ClampedArray%":"undefined"==typeof Uint8ClampedArray?void 0:Uint8ClampedArray,"%Uint16Array%":"undefined"==typeof Uint16Array?void 0:Uint16Array,"%Uint32Array%":"undefined"==typeof Uint32Array?void 0:Uint32Array,"%URIError%":URIError,"%WeakMap%":"undefined"==typeof WeakMap?void 0:WeakMap,"%WeakRef%":"undefined"==typeof WeakRef?void 0:WeakRef,"%WeakSet%":"undefined"==typeof WeakSet?void 0:WeakSet},h={"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},v=n(486),g=n(722),y=v.call(Function.call,Array.prototype.concat),b=v.call(Function.apply,Array.prototype.splice),_=v.call(Function.call,String.prototype.replace),w=v.call(Function.call,String.prototype.slice),E=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,k=/\\(\\)?/g,S=function(e){var t=w(e,0,1),n=w(e,-1);if("%"===t&&"%"!==n)throw new r("invalid intrinsic syntax, expected closing `%`");if("%"===n&&"%"!==t)throw new r("invalid intrinsic syntax, expected opening `%`");var a=[];return _(e,E,(function(e,t,n,r){a[a.length]=n?_(r,k,"$1"):t||e})),a},C=function(e,t){var n,a=e;if(g(h,a)&&(a="%"+(n=h[a])[0]+"%"),g(m,a)){var s=m[a];if(s===d&&(s=function e(t){var n;if("%AsyncFunction%"===t)n=o("async function () {}");else if("%GeneratorFunction%"===t)n=o("function* () {}");else if("%AsyncGeneratorFunction%"===t)n=o("async function* () {}");else if("%AsyncGenerator%"===t){var r=e("%AsyncGeneratorFunction%");r&&(n=r.prototype)}else if("%AsyncIteratorPrototype%"===t){var a=e("%AsyncGenerator%");a&&(n=p(a.prototype))}return m[t]=n,n}(a)),void 0===s&&!t)throw new i("intrinsic "+e+" exists, but is not available. Please file an issue!");return{alias:n,name:a,value:s}}throw new r("intrinsic "+e+" does not exist!")};e.exports=function(e,t){if("string"!=typeof e||0===e.length)throw new i("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!=typeof t)throw new i('"allowMissing" argument must be a boolean');var n=S(e),a=n.length>0?n[0]:"",o=C("%"+a+"%",t),l=o.name,u=o.value,c=!1,p=o.alias;p&&(a=p[0],b(n,y([0,1],p)));for(var d=1,f=!0;d<n.length;d+=1){var h=n[d],v=w(h,0,1),_=w(h,-1);if(('"'===v||"'"===v||"`"===v||'"'===_||"'"===_||"`"===_)&&v!==_)throw new r("property names with quotes must have matching quotes");if("constructor"!==h&&f||(c=!0),g(m,l="%"+(a+="."+h)+"%"))u=m[l];else if(null!=u){if(!(h in u)){if(!t)throw new i("base intrinsic for "+e+" exists, but the property is not available.");return}if(s&&d+1>=n.length){var E=s(u,h);u=(f=!!E)&&"get"in E&&!("originalValue"in E.get)?E.get:u[h]}else f=g(u,h),u=u[h];f&&!c&&(m[l]=u)}}return u}},534:function(e,t,n){"use strict";var r="undefined"!=typeof Symbol&&Symbol,a=n(720);e.exports=function(){return"function"==typeof r&&("function"==typeof Symbol&&("symbol"==typeof r("foo")&&("symbol"==typeof Symbol("bar")&&a())))}},535:function(e,t,n){"use strict";var r=n(486),a=n(533),i=a("%Function.prototype.apply%"),o=a("%Function.prototype.call%"),s=a("%Reflect.apply%",!0)||r.call(o,i),l=a("%Object.getOwnPropertyDescriptor%",!0),u=a("%Object.defineProperty%",!0),c=a("%Math.max%");if(u)try{u({},"a",{value:1})}catch(e){u=null}e.exports=function(e){var t=s(r,o,arguments);if(l&&u){var n=l(t,"length");n.configurable&&u(t,"length",{value:1+c(0,e.length-(arguments.length-1))})}return t};var p=function(){return s(r,i,arguments)};u?u(e.exports,"apply",{value:p}):e.exports.apply=p},536:function(e,t,n){"use strict";var r=Object,a=TypeError;e.exports=function(){if(null!=this&&this!==r(this))throw new a("RegExp.prototype.flags getter called on non-object");var e="";return this.global&&(e+="g"),this.ignoreCase&&(e+="i"),this.multiline&&(e+="m"),this.dotAll&&(e+="s"),this.unicode&&(e+="u"),this.sticky&&(e+="y"),e}},537:function(e,t,n){"use strict";var r=n(536),a=n(487).supportsDescriptors,i=Object.getOwnPropertyDescriptor,o=TypeError;e.exports=function(){if(!a)throw new o("RegExp.prototype.flags requires a true ES5 environment that supports property descriptors");if("gim"===/a/gim.flags){var e=i(RegExp.prototype,"flags");if(e&&"function"==typeof e.get&&"boolean"==typeof/a/.dotAll)return e.get}return r}},538:function(e,t,n){var r=n(48),a=n(104),i=n(65),o=n(101).f,s=function(e){return function(t){for(var n,s=i(t),l=a(s),u=l.length,c=0,p=[];u>c;)n=l[c++],r&&!o.call(s,n)||p.push(e?[n,s[n]]:s[n]);return p}};e.exports={entries:s(!0),values:s(!1)}},541:function(e,t){e.exports=function(e,t){if(null==e)return{};var n,r,a={},i=Object.keys(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||(a[n]=e[n]);return a},e.exports.default=e.exports,e.exports.__esModule=!0},542:function(e,t,n){var r=n(530),a=n(719),i=n(723),o=n(724),s=n(725),l=n(727),u=Date.prototype.getTime;function c(e,t,n){var f=n||{};return!!(f.strict?i(e,t):e===t)||(!e||!t||"object"!=typeof e&&"object"!=typeof t?f.strict?i(e,t):e==t:function(e,t,n){var i,f;if(typeof e!=typeof t)return!1;if(p(e)||p(t))return!1;if(e.prototype!==t.prototype)return!1;if(a(e)!==a(t))return!1;var m=o(e),h=o(t);if(m!==h)return!1;if(m||h)return e.source===t.source&&s(e)===s(t);if(l(e)&&l(t))return u.call(e)===u.call(t);var v=d(e),g=d(t);if(v!==g)return!1;if(v||g){if(e.length!==t.length)return!1;for(i=0;i<e.length;i++)if(e[i]!==t[i])return!1;return!0}if(typeof e!=typeof t)return!1;try{var y=r(e),b=r(t)}catch(e){return!1}if(y.length!==b.length)return!1;for(y.sort(),b.sort(),i=y.length-1;i>=0;i--)if(y[i]!=b[i])return!1;for(i=y.length-1;i>=0;i--)if(f=y[i],!c(e[f],t[f],n))return!1;return!0}(e,t,f))}function p(e){return null==e}function d(e){return!(!e||"object"!=typeof e||"number"!=typeof e.length)&&("function"==typeof e.copy&&"function"==typeof e.slice&&!(e.length>0&&"number"!=typeof e[0]))}e.exports=c},544:function(e,t,n){var r;r=function(){var e=JSON.parse('{"$":"dollar","%":"percent","&":"and","<":"less",">":"greater","|":"or","¢":"cent","£":"pound","¤":"currency","¥":"yen","©":"(c)","ª":"a","®":"(r)","º":"o","À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","Æ":"AE","Ç":"C","È":"E","É":"E","Ê":"E","Ë":"E","Ì":"I","Í":"I","Î":"I","Ï":"I","Ð":"D","Ñ":"N","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","Ù":"U","Ú":"U","Û":"U","Ü":"U","Ý":"Y","Þ":"TH","ß":"ss","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","æ":"ae","ç":"c","è":"e","é":"e","ê":"e","ë":"e","ì":"i","í":"i","î":"i","ï":"i","ð":"d","ñ":"n","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","ù":"u","ú":"u","û":"u","ü":"u","ý":"y","þ":"th","ÿ":"y","Ā":"A","ā":"a","Ă":"A","ă":"a","Ą":"A","ą":"a","Ć":"C","ć":"c","Č":"C","č":"c","Ď":"D","ď":"d","Đ":"DJ","đ":"dj","Ē":"E","ē":"e","Ė":"E","ė":"e","Ę":"e","ę":"e","Ě":"E","ě":"e","Ğ":"G","ğ":"g","Ģ":"G","ģ":"g","Ĩ":"I","ĩ":"i","Ī":"i","ī":"i","Į":"I","į":"i","İ":"I","ı":"i","Ķ":"k","ķ":"k","Ļ":"L","ļ":"l","Ľ":"L","ľ":"l","Ł":"L","ł":"l","Ń":"N","ń":"n","Ņ":"N","ņ":"n","Ň":"N","ň":"n","Ő":"O","ő":"o","Œ":"OE","œ":"oe","Ŕ":"R","ŕ":"r","Ř":"R","ř":"r","Ś":"S","ś":"s","Ş":"S","ş":"s","Š":"S","š":"s","Ţ":"T","ţ":"t","Ť":"T","ť":"t","Ũ":"U","ũ":"u","Ū":"u","ū":"u","Ů":"U","ů":"u","Ű":"U","ű":"u","Ų":"U","ų":"u","Ŵ":"W","ŵ":"w","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Ź":"Z","ź":"z","Ż":"Z","ż":"z","Ž":"Z","ž":"z","ƒ":"f","Ơ":"O","ơ":"o","Ư":"U","ư":"u","Lj":"LJ","lj":"lj","Nj":"NJ","nj":"nj","Ș":"S","ș":"s","Ț":"T","ț":"t","˚":"o","Ά":"A","Έ":"E","Ή":"H","Ί":"I","Ό":"O","Ύ":"Y","Ώ":"W","ΐ":"i","Α":"A","Β":"B","Γ":"G","Δ":"D","Ε":"E","Ζ":"Z","Η":"H","Θ":"8","Ι":"I","Κ":"K","Λ":"L","Μ":"M","Ν":"N","Ξ":"3","Ο":"O","Π":"P","Ρ":"R","Σ":"S","Τ":"T","Υ":"Y","Φ":"F","Χ":"X","Ψ":"PS","Ω":"W","Ϊ":"I","Ϋ":"Y","ά":"a","έ":"e","ή":"h","ί":"i","ΰ":"y","α":"a","β":"b","γ":"g","δ":"d","ε":"e","ζ":"z","η":"h","θ":"8","ι":"i","κ":"k","λ":"l","μ":"m","ν":"n","ξ":"3","ο":"o","π":"p","ρ":"r","ς":"s","σ":"s","τ":"t","υ":"y","φ":"f","χ":"x","ψ":"ps","ω":"w","ϊ":"i","ϋ":"y","ό":"o","ύ":"y","ώ":"w","Ё":"Yo","Ђ":"DJ","Є":"Ye","І":"I","Ї":"Yi","Ј":"J","Љ":"LJ","Њ":"NJ","Ћ":"C","Џ":"DZ","А":"A","Б":"B","В":"V","Г":"G","Д":"D","Е":"E","Ж":"Zh","З":"Z","И":"I","Й":"J","К":"K","Л":"L","М":"M","Н":"N","О":"O","П":"P","Р":"R","С":"S","Т":"T","У":"U","Ф":"F","Х":"H","Ц":"C","Ч":"Ch","Ш":"Sh","Щ":"Sh","Ъ":"U","Ы":"Y","Ь":"","Э":"E","Ю":"Yu","Я":"Ya","а":"a","б":"b","в":"v","г":"g","д":"d","е":"e","ж":"zh","з":"z","и":"i","й":"j","к":"k","л":"l","м":"m","н":"n","о":"o","п":"p","р":"r","с":"s","т":"t","у":"u","ф":"f","х":"h","ц":"c","ч":"ch","ш":"sh","щ":"sh","ъ":"u","ы":"y","ь":"","э":"e","ю":"yu","я":"ya","ё":"yo","ђ":"dj","є":"ye","і":"i","ї":"yi","ј":"j","љ":"lj","њ":"nj","ћ":"c","ѝ":"u","џ":"dz","Ґ":"G","ґ":"g","Ғ":"GH","ғ":"gh","Қ":"KH","қ":"kh","Ң":"NG","ң":"ng","Ү":"UE","ү":"ue","Ұ":"U","ұ":"u","Һ":"H","һ":"h","Ә":"AE","ә":"ae","Ө":"OE","ө":"oe","฿":"baht","ა":"a","ბ":"b","გ":"g","დ":"d","ე":"e","ვ":"v","ზ":"z","თ":"t","ი":"i","კ":"k","ლ":"l","მ":"m","ნ":"n","ო":"o","პ":"p","ჟ":"zh","რ":"r","ს":"s","ტ":"t","უ":"u","ფ":"f","ქ":"k","ღ":"gh","ყ":"q","შ":"sh","ჩ":"ch","ც":"ts","ძ":"dz","წ":"ts","ჭ":"ch","ხ":"kh","ჯ":"j","ჰ":"h","Ẁ":"W","ẁ":"w","Ẃ":"W","ẃ":"w","Ẅ":"W","ẅ":"w","ẞ":"SS","Ạ":"A","ạ":"a","Ả":"A","ả":"a","Ấ":"A","ấ":"a","Ầ":"A","ầ":"a","Ẩ":"A","ẩ":"a","Ẫ":"A","ẫ":"a","Ậ":"A","ậ":"a","Ắ":"A","ắ":"a","Ằ":"A","ằ":"a","Ẳ":"A","ẳ":"a","Ẵ":"A","ẵ":"a","Ặ":"A","ặ":"a","Ẹ":"E","ẹ":"e","Ẻ":"E","ẻ":"e","Ẽ":"E","ẽ":"e","Ế":"E","ế":"e","Ề":"E","ề":"e","Ể":"E","ể":"e","Ễ":"E","ễ":"e","Ệ":"E","ệ":"e","Ỉ":"I","ỉ":"i","Ị":"I","ị":"i","Ọ":"O","ọ":"o","Ỏ":"O","ỏ":"o","Ố":"O","ố":"o","Ồ":"O","ồ":"o","Ổ":"O","ổ":"o","Ỗ":"O","ỗ":"o","Ộ":"O","ộ":"o","Ớ":"O","ớ":"o","Ờ":"O","ờ":"o","Ở":"O","ở":"o","Ỡ":"O","ỡ":"o","Ợ":"O","ợ":"o","Ụ":"U","ụ":"u","Ủ":"U","ủ":"u","Ứ":"U","ứ":"u","Ừ":"U","ừ":"u","Ử":"U","ử":"u","Ữ":"U","ữ":"u","Ự":"U","ự":"u","Ỳ":"Y","ỳ":"y","Ỵ":"Y","ỵ":"y","Ỷ":"Y","ỷ":"y","Ỹ":"Y","ỹ":"y","‘":"\'","’":"\'","“":"\\"","”":"\\"","†":"+","•":"*","…":"...","₠":"ecu","₢":"cruzeiro","₣":"french franc","₤":"lira","₥":"mill","₦":"naira","₧":"peseta","₨":"rupee","₩":"won","₪":"new shequel","₫":"dong","€":"euro","₭":"kip","₮":"tugrik","₯":"drachma","₰":"penny","₱":"peso","₲":"guarani","₳":"austral","₴":"hryvnia","₵":"cedi","₸":"kazakhstani tenge","₹":"indian rupee","₽":"russian ruble","₿":"bitcoin","℠":"sm","™":"tm","∂":"d","∆":"delta","∑":"sum","∞":"infinity","♥":"love","元":"yuan","円":"yen","﷼":"rial"}'),t=JSON.parse('{"vi":{"Đ":"D","đ":"d"}}');function n(n,r){if("string"!=typeof n)throw new Error("slugify: string argument expected");var a=t[(r="string"==typeof r?{replacement:r}:r||{}).locale]||{},i=r.replacement||"-",o=n.split("").reduce((function(t,n){return t+(a[n]||e[n]||n)}),"").replace(r.remove||/[^\w\s$*_+~.()'"!\-:@]+/g,"").trim().replace(new RegExp("[\\s"+i+"]+","g"),i);return r.lower&&(o=o.toLowerCase()),r.strict&&(o=o.replace(new RegExp("[^a-zA-Z0-9"+i+"]","g"),"")),o}return n.extend=function(t){for(var n in t)e[n]=t[n]},n},e.exports=r(),e.exports.default=r()},545:function(e,t){e.exports=function(e){if(!window.satismeter){window.satismeter=function(){var e=[];function t(){e.push(arguments)}return t.q=e,t}();var t=document.createElement("script"),n=document.getElementsByTagName("script")[0].parentNode;t.async=1,t.src="https://app.satismeter.com/satismeter.js",n.appendChild(t)}return window.satismeter(e)}},546:function(e,t,n){var r,a,i;
|
| 54 |
/* @license
|
| 55 |
Papa Parse
|
| 56 |
v5.2.0
|
| 57 |
https://github.com/mholt/PapaParse
|
| 58 |
License: MIT
|
| 59 |
-
*/a=[],void 0===(i="function"==typeof(r=function e(){"use strict";var t="undefined"!=typeof self?self:"undefined"!=typeof window?window:void 0!==t?t:{},n=!t.document&&!!t.postMessage,r=n&&/blob:/i.test((t.location||{}).protocol),a={},i=0,o={parse:function(n,r){var s=(r=r||{}).dynamicTyping||!1;if(w(s)&&(r.dynamicTypingFunction=s,s={}),r.dynamicTyping=s,r.transform=!!w(r.transform)&&r.transform,r.worker&&o.WORKERS_SUPPORTED){var l=function(){if(!o.WORKERS_SUPPORTED)return!1;var n,r,s=(n=t.URL||t.webkitURL||null,r=e.toString(),o.BLOB_URL||(o.BLOB_URL=n.createObjectURL(new Blob(["(",r,")();"],{type:"text/javascript"})))),l=new t.Worker(s);return l.onmessage=v,l.id=i++,a[l.id]=l}();return l.userStep=r.step,l.userChunk=r.chunk,l.userComplete=r.complete,l.userError=r.error,r.step=w(r.step),r.chunk=w(r.chunk),r.complete=w(r.complete),r.error=w(r.error),delete r.worker,void l.postMessage({input:n,config:r,workerId:l.id})}var f=null;return o.NODE_STREAM_INPUT,"string"==typeof n?f=r.download?new u(r):new p(r):!0===n.readable&&w(n.read)&&w(n.on)?f=new d(r):(t.File&&n instanceof File||n instanceof Object)&&(f=new c(r)),f.stream(n)},unparse:function(e,t){var n=!1,r=!0,a=",",i="\r\n",s='"',l=s+s,u=!1,c=null;!function(){if("object"==typeof t){if("string"!=typeof t.delimiter||o.BAD_DELIMITERS.filter((function(e){return-1!==t.delimiter.indexOf(e)})).length||(a=t.delimiter),("boolean"==typeof t.quotes||"function"==typeof t.quotes||Array.isArray(t.quotes))&&(n=t.quotes),"boolean"!=typeof t.skipEmptyLines&&"string"!=typeof t.skipEmptyLines||(u=t.skipEmptyLines),"string"==typeof t.newline&&(i=t.newline),"string"==typeof t.quoteChar&&(s=t.quoteChar),"boolean"==typeof t.header&&(r=t.header),Array.isArray(t.columns)){if(0===t.columns.length)throw new Error("Option columns is empty");c=t.columns}void 0!==t.escapeChar&&(l=t.escapeChar+s)}}();var p=new RegExp(m(s),"g");if("string"==typeof e&&(e=JSON.parse(e)),Array.isArray(e)){if(!e.length||Array.isArray(e[0]))return f(null,e,u);if("object"==typeof e[0])return f(c||d(e[0]),e,u)}else if("object"==typeof e)return"string"==typeof e.data&&(e.data=JSON.parse(e.data)),Array.isArray(e.data)&&(e.fields||(e.fields=e.meta&&e.meta.fields),e.fields||(e.fields=Array.isArray(e.data[0])?e.fields:d(e.data[0])),Array.isArray(e.data[0])||"object"==typeof e.data[0]||(e.data=[e.data])),f(e.fields||[],e.data||[],u);throw new Error("Unable to serialize unrecognized input");function d(e){if("object"!=typeof e)return[];var t=[];for(var n in e)t.push(n);return t}function f(e,t,n){var o="";"string"==typeof e&&(e=JSON.parse(e)),"string"==typeof t&&(t=JSON.parse(t));var s=Array.isArray(e)&&0<e.length,l=!Array.isArray(t[0]);if(s&&r){for(var u=0;u<e.length;u++)0<u&&(o+=a),o+=h(e[u],u);0<t.length&&(o+=i)}for(var c=0;c<t.length;c++){var p=s?e.length:t[c].length,d=!1,f=s?0===Object.keys(t[c]).length:0===t[c].length;if(n&&!s&&(d="greedy"===n?""===t[c].join("").trim():1===t[c].length&&0===t[c][0].length),"greedy"===n&&s){for(var m=[],v=0;v<p;v++){var g=l?e[v]:v;m.push(t[c][g])}d=""===m.join("").trim()}if(!d){for(var y=0;y<p;y++){0<y&&!f&&(o+=a);var b=s&&l?e[y]:y;o+=h(t[c][b],y)}c<t.length-1&&(!n||0<p&&!f)&&(o+=i)}}return o}function h(e,t){if(null==e)return"";if(e.constructor===Date)return JSON.stringify(e).slice(1,25);var r=e.toString().replace(p,l);return"boolean"==typeof n&&n||"function"==typeof n&&n(e,t)||Array.isArray(n)&&n[t]||function(e,t){for(var n=0;n<t.length;n++)if(-1<e.indexOf(t[n]))return!0;return!1}(r,o.BAD_DELIMITERS)||-1<r.indexOf(a)||" "===r.charAt(0)||" "===r.charAt(r.length-1)?s+r+s:r}}};if(o.RECORD_SEP=String.fromCharCode(30),o.UNIT_SEP=String.fromCharCode(31),o.BYTE_ORDER_MARK="\ufeff",o.BAD_DELIMITERS=["\r","\n",'"',o.BYTE_ORDER_MARK],o.WORKERS_SUPPORTED=!n&&!!t.Worker,o.NODE_STREAM_INPUT=1,o.LocalChunkSize=10485760,o.RemoteChunkSize=5242880,o.DefaultDelimiter=",",o.Parser=h,o.ParserHandle=f,o.NetworkStreamer=u,o.FileStreamer=c,o.StringStreamer=p,o.ReadableStreamStreamer=d,t.jQuery){var s=t.jQuery;s.fn.parse=function(e){var n=e.config||{},r=[];return this.each((function(e){if("INPUT"!==s(this).prop("tagName").toUpperCase()||"file"!==s(this).attr("type").toLowerCase()||!t.FileReader||!this.files||0===this.files.length)return!0;for(var a=0;a<this.files.length;a++)r.push({file:this.files[a],inputElem:this,instanceConfig:s.extend({},n)})})),a(),this;function a(){if(0!==r.length){var t,n,a,l=r[0];if(w(e.before)){var u=e.before(l.file,l.inputElem);if("object"==typeof u){if("abort"===u.action)return t=l.file,n=l.inputElem,a=u.reason,void(w(e.error)&&e.error({name:"AbortError"},t,n,a));if("skip"===u.action)return void i();"object"==typeof u.config&&(l.instanceConfig=s.extend(l.instanceConfig,u.config))}else if("skip"===u)return void i()}var c=l.instanceConfig.complete;l.instanceConfig.complete=function(e){w(c)&&c(e,l.file,l.inputElem),i()},o.parse(l.file,l.instanceConfig)}else w(e.complete)&&e.complete()}function i(){r.splice(0,1),a()}}}function l(e){this._handle=null,this._finished=!1,this._completed=!1,this._halted=!1,this._input=null,this._baseIndex=0,this._partialLine="",this._rowCount=0,this._start=0,this._nextChunk=null,this.isFirstChunk=!0,this._completeResults={data:[],errors:[],meta:{}},function(e){var t=b(e);t.chunkSize=parseInt(t.chunkSize),e.step||e.chunk||(t.chunkSize=null),this._handle=new f(t),(this._handle.streamer=this)._config=t}.call(this,e),this.parseChunk=function(e,n){if(this.isFirstChunk&&w(this._config.beforeFirstChunk)){var a=this._config.beforeFirstChunk(e);void 0!==a&&(e=a)}this.isFirstChunk=!1,this._halted=!1;var i=this._partialLine+e;this._partialLine="";var s=this._handle.parse(i,this._baseIndex,!this._finished);if(!this._handle.paused()&&!this._handle.aborted()){var l=s.meta.cursor;this._finished||(this._partialLine=i.substring(l-this._baseIndex),this._baseIndex=l),s&&s.data&&(this._rowCount+=s.data.length);var u=this._finished||this._config.preview&&this._rowCount>=this._config.preview;if(r)t.postMessage({results:s,workerId:o.WORKER_ID,finished:u});else if(w(this._config.chunk)&&!n){if(this._config.chunk(s,this._handle),this._handle.paused()||this._handle.aborted())return void(this._halted=!0);s=void 0,this._completeResults=void 0}return this._config.step||this._config.chunk||(this._completeResults.data=this._completeResults.data.concat(s.data),this._completeResults.errors=this._completeResults.errors.concat(s.errors),this._completeResults.meta=s.meta),this._completed||!u||!w(this._config.complete)||s&&s.meta.aborted||(this._config.complete(this._completeResults,this._input),this._completed=!0),u||s&&s.meta.paused||this._nextChunk(),s}this._halted=!0},this._sendError=function(e){w(this._config.error)?this._config.error(e):r&&this._config.error&&t.postMessage({workerId:o.WORKER_ID,error:e,finished:!1})}}function u(e){var t;(e=e||{}).chunkSize||(e.chunkSize=o.RemoteChunkSize),l.call(this,e),this._nextChunk=n?function(){this._readChunk(),this._chunkLoaded()}:function(){this._readChunk()},this.stream=function(e){this._input=e,this._nextChunk()},this._readChunk=function(){if(this._finished)this._chunkLoaded();else{if(t=new XMLHttpRequest,this._config.withCredentials&&(t.withCredentials=this._config.withCredentials),n||(t.onload=_(this._chunkLoaded,this),t.onerror=_(this._chunkError,this)),t.open(this._config.downloadRequestBody?"POST":"GET",this._input,!n),this._config.downloadRequestHeaders){var e=this._config.downloadRequestHeaders;for(var r in e)t.setRequestHeader(r,e[r])}if(this._config.chunkSize){var a=this._start+this._config.chunkSize-1;t.setRequestHeader("Range","bytes="+this._start+"-"+a)}try{t.send(this._config.downloadRequestBody)}catch(e){this._chunkError(e.message)}n&&0===t.status&&this._chunkError()}},this._chunkLoaded=function(){4===t.readyState&&(t.status<200||400<=t.status?this._chunkError():(this._start+=this._config.chunkSize?this._config.chunkSize:t.responseText.length,this._finished=!this._config.chunkSize||this._start>=function(e){var t=e.getResponseHeader("Content-Range");return null===t?-1:parseInt(t.substring(t.lastIndexOf("/")+1))}(t),this.parseChunk(t.responseText)))},this._chunkError=function(e){var n=t.statusText||e;this._sendError(new Error(n))}}function c(e){var t,n;(e=e||{}).chunkSize||(e.chunkSize=o.LocalChunkSize),l.call(this,e);var r="undefined"!=typeof FileReader;this.stream=function(e){this._input=e,n=e.slice||e.webkitSlice||e.mozSlice,r?((t=new FileReader).onload=_(this._chunkLoaded,this),t.onerror=_(this._chunkError,this)):t=new FileReaderSync,this._nextChunk()},this._nextChunk=function(){this._finished||this._config.preview&&!(this._rowCount<this._config.preview)||this._readChunk()},this._readChunk=function(){var e=this._input;if(this._config.chunkSize){var a=Math.min(this._start+this._config.chunkSize,this._input.size);e=n.call(e,this._start,a)}var i=t.readAsText(e,this._config.encoding);r||this._chunkLoaded({target:{result:i}})},this._chunkLoaded=function(e){this._start+=this._config.chunkSize,this._finished=!this._config.chunkSize||this._start>=this._input.size,this.parseChunk(e.target.result)},this._chunkError=function(){this._sendError(t.error)}}function p(e){var t;l.call(this,e=e||{}),this.stream=function(e){return t=e,this._nextChunk()},this._nextChunk=function(){if(!this._finished){var e,n=this._config.chunkSize;return n?(e=t.substring(0,n),t=t.substring(n)):(e=t,t=""),this._finished=!t,this.parseChunk(e)}}}function d(e){l.call(this,e=e||{});var t=[],n=!0,r=!1;this.pause=function(){l.prototype.pause.apply(this,arguments),this._input.pause()},this.resume=function(){l.prototype.resume.apply(this,arguments),this._input.resume()},this.stream=function(e){this._input=e,this._input.on("data",this._streamData),this._input.on("end",this._streamEnd),this._input.on("error",this._streamError)},this._checkIsFinished=function(){r&&1===t.length&&(this._finished=!0)},this._nextChunk=function(){this._checkIsFinished(),t.length?this.parseChunk(t.shift()):n=!0},this._streamData=_((function(e){try{t.push("string"==typeof e?e:e.toString(this._config.encoding)),n&&(n=!1,this._checkIsFinished(),this.parseChunk(t.shift()))}catch(e){this._streamError(e)}}),this),this._streamError=_((function(e){this._streamCleanUp(),this._sendError(e)}),this),this._streamEnd=_((function(){this._streamCleanUp(),r=!0,this._streamData("")}),this),this._streamCleanUp=_((function(){this._input.removeListener("data",this._streamData),this._input.removeListener("end",this._streamEnd),this._input.removeListener("error",this._streamError)}),this)}function f(e){var t,n,r,a=Math.pow(2,53),i=-a,s=/^\s*-?(\d+\.?|\.\d+|\d+\.\d+)(e[-+]?\d+)?\s*$/,l=/(\d{4}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d:[0-5]\d\.\d+([+-][0-2]\d:[0-5]\d|Z))|(\d{4}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d:[0-5]\d([+-][0-2]\d:[0-5]\d|Z))|(\d{4}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d([+-][0-2]\d:[0-5]\d|Z))/,u=this,c=0,p=0,d=!1,f=!1,v=[],g={data:[],errors:[],meta:{}};if(w(e.step)){var y=e.step;e.step=function(t){if(g=t,k())E();else{if(E(),0===g.data.length)return;c+=t.data.length,e.preview&&c>e.preview?n.abort():(g.data=g.data[0],y(g,u))}}}function _(t){return"greedy"===e.skipEmptyLines?""===t.join("").trim():1===t.length&&0===t[0].length}function E(){if(g&&r&&(C("Delimiter","UndetectableDelimiter","Unable to auto-detect delimiting character; defaulted to '"+o.DefaultDelimiter+"'"),r=!1),e.skipEmptyLines)for(var t=0;t<g.data.length;t++)_(g.data[t])&&g.data.splice(t--,1);return k()&&function(){if(g)if(Array.isArray(g.data[0])){for(var t=0;k()&&t<g.data.length;t++)g.data[t].forEach(n);g.data.splice(0,1)}else g.data.forEach(n);function n(t){w(e.transformHeader)&&(t=e.transformHeader(t)),v.push(t)}}(),function(){if(!g||!e.header&&!e.dynamicTyping&&!e.transform)return g;function t(t,n){var r,a=e.header?{}:[];for(r=0;r<t.length;r++){var i=r,o=t[r];e.header&&(i=r>=v.length?"__parsed_extra":v[r]),e.transform&&(o=e.transform(o,i)),o=S(i,o),"__parsed_extra"===i?(a[i]=a[i]||[],a[i].push(o)):a[i]=o}return e.header&&(r>v.length?C("FieldMismatch","TooManyFields","Too many fields: expected "+v.length+" fields but parsed "+r,p+n):r<v.length&&C("FieldMismatch","TooFewFields","Too few fields: expected "+v.length+" fields but parsed "+r,p+n)),a}var n=1;return!g.data.length||Array.isArray(g.data[0])?(g.data=g.data.map(t),n=g.data.length):g.data=t(g.data,0),e.header&&g.meta&&(g.meta.fields=v),p+=n,g}()}function k(){return e.header&&0===v.length}function S(t,n){return r=t,e.dynamicTypingFunction&&void 0===e.dynamicTyping[r]&&(e.dynamicTyping[r]=e.dynamicTypingFunction(r)),!0===(e.dynamicTyping[r]||e.dynamicTyping)?"true"===n||"TRUE"===n||"false"!==n&&"FALSE"!==n&&(function(e){if(s.test(e)){var t=parseFloat(e);if(i<t&&t<a)return!0}return!1}(n)?parseFloat(n):l.test(n)?new Date(n):""===n?null:n):n;var r}function C(e,t,n,r){var a={type:e,code:t,message:n};void 0!==r&&(a.row=r),g.errors.push(a)}this.parse=function(a,i,s){var l=e.quoteChar||'"';if(e.newline||(e.newline=function(e,t){e=e.substring(0,1048576);var n=new RegExp(m(t)+"([^]*?)"+m(t),"gm"),r=(e=e.replace(n,"")).split("\r"),a=e.split("\n"),i=1<a.length&&a[0].length<r[0].length;if(1===r.length||i)return"\n";for(var o=0,s=0;s<r.length;s++)"\n"===r[s][0]&&o++;return o>=r.length/2?"\r\n":"\r"}(a,l)),r=!1,e.delimiter)w(e.delimiter)&&(e.delimiter=e.delimiter(a),g.meta.delimiter=e.delimiter);else{var u=function(t,n,r,a,i){var s,l,u,c;i=i||[",","\t","|",";",o.RECORD_SEP,o.UNIT_SEP];for(var p=0;p<i.length;p++){var d=i[p],f=0,m=0,v=0;u=void 0;for(var g=new h({comments:a,delimiter:d,newline:n,preview:10}).parse(t),y=0;y<g.data.length;y++)if(r&&_(g.data[y]))v++;else{var b=g.data[y].length;m+=b,void 0!==u?0<b&&(f+=Math.abs(b-u),u=b):u=b}0<g.data.length&&(m/=g.data.length-v),(void 0===l||f<=l)&&(void 0===c||c<m)&&1.99<m&&(l=f,s=d,c=m)}return{successful:!!(e.delimiter=s),bestDelimiter:s}}(a,e.newline,e.skipEmptyLines,e.comments,e.delimitersToGuess);u.successful?e.delimiter=u.bestDelimiter:(r=!0,e.delimiter=o.DefaultDelimiter),g.meta.delimiter=e.delimiter}var c=b(e);return e.preview&&e.header&&c.preview++,t=a,n=new h(c),g=n.parse(t,i,s),E(),d?{meta:{paused:!0}}:g||{meta:{paused:!1}}},this.paused=function(){return d},this.pause=function(){d=!0,n.abort(),t=w(e.chunk)?"":t.substring(n.getCharIndex())},this.resume=function(){u.streamer._halted?(d=!1,u.streamer.parseChunk(t,!0)):setTimeout(u.resume,3)},this.aborted=function(){return f},this.abort=function(){f=!0,n.abort(),g.meta.aborted=!0,w(e.complete)&&e.complete(g),t=""}}function m(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function h(e){var t,n=(e=e||{}).delimiter,r=e.newline,a=e.comments,i=e.step,s=e.preview,l=e.fastMode,u=t=void 0===e.quoteChar?'"':e.quoteChar;if(void 0!==e.escapeChar&&(u=e.escapeChar),("string"!=typeof n||-1<o.BAD_DELIMITERS.indexOf(n))&&(n=","),a===n)throw new Error("Comment character same as delimiter");!0===a?a="#":("string"!=typeof a||-1<o.BAD_DELIMITERS.indexOf(a))&&(a=!1),"\n"!==r&&"\r"!==r&&"\r\n"!==r&&(r="\n");var c=0,p=!1;this.parse=function(e,o,d){if("string"!=typeof e)throw new Error("Input must be a string");var f=e.length,h=n.length,v=r.length,g=a.length,y=w(i),b=[],_=[],E=[],k=c=0;if(!e)return L();if(l||!1!==l&&-1===e.indexOf(t)){for(var S=e.split(r),C=0;C<S.length;C++){if(E=S[C],c+=E.length,C!==S.length-1)c+=r.length;else if(d)return L();if(!a||E.substring(0,g)!==a){if(y){if(b=[],P(E.split(n)),F(),p)return L()}else P(E.split(n));if(s&&s<=C)return b=b.slice(0,s),L(!0)}}return L()}for(var I=e.indexOf(n,c),x=e.indexOf(r,c),O=new RegExp(m(u)+m(t),"g"),T=e.indexOf(t,c);;)if(e[c]!==t)if(a&&0===E.length&&e.substring(c,c+g)===a){if(-1===x)return L();c=x+v,x=e.indexOf(r,c),I=e.indexOf(n,c)}else{if(-1!==I&&(I<x||-1===x)){if(!(I<T)){E.push(e.substring(c,I)),c=I+h,I=e.indexOf(n,c);continue}var N=q(I,T,x);if(N&&void 0!==N.nextDelim){I=N.nextDelim,T=N.quoteSearch,E.push(e.substring(c,I)),c=I+h,I=e.indexOf(n,c);continue}}if(-1===x)break;if(E.push(e.substring(c,x)),M(x+v),y&&(F(),p))return L();if(s&&b.length>=s)return L(!0)}else for(T=c,c++;;){if(-1===(T=e.indexOf(t,T+1)))return d||_.push({type:"Quotes",code:"MissingQuotes",message:"Quoted field unterminated",row:b.length,index:c}),j();if(T===f-1)return j(e.substring(c,T).replace(O,t));if(t!==u||e[T+1]!==u){if(t===u||0===T||e[T-1]!==u){-1!==I&&I<T+1&&(I=e.indexOf(n,T+1)),-1!==x&&x<T+1&&(x=e.indexOf(r,T+1));var D=R(-1===x?I:Math.min(I,x));if(e[T+1+D]===n){E.push(e.substring(c,T).replace(O,t)),e[c=T+1+D+h]!==t&&(T=e.indexOf(t,c)),I=e.indexOf(n,c),x=e.indexOf(r,c);break}var A=R(x);if(e.substring(T+1+A,T+1+A+v)===r){if(E.push(e.substring(c,T).replace(O,t)),M(T+1+A+v),I=e.indexOf(n,c),T=e.indexOf(t,c),y&&(F(),p))return L();if(s&&b.length>=s)return L(!0);break}_.push({type:"Quotes",code:"InvalidQuotes",message:"Trailing quote on quoted field is malformed",row:b.length,index:c}),T++}}else T++}return j();function P(e){b.push(e),k=c}function R(t){var n=0;if(-1!==t){var r=e.substring(T+1,t);r&&""===r.trim()&&(n=r.length)}return n}function j(t){return d||(void 0===t&&(t=e.substring(c)),E.push(t),c=f,P(E),y&&F()),L()}function M(t){c=t,P(E),E=[],x=e.indexOf(r,c)}function L(e){return{data:b,errors:_,meta:{delimiter:n,linebreak:r,aborted:p,truncated:!!e,cursor:k+(o||0)}}}function F(){i(L()),b=[],_=[]}function q(r,a,i){var o={nextDelim:void 0,quoteSearch:void 0},s=e.indexOf(t,a+1);if(a<r&&r<s&&(s<i||-1===i)){var l=e.indexOf(n,s);if(-1===l)return o;s<l&&(s=e.indexOf(t,s+1)),o=q(l,s,i)}else o={nextDelim:r,quoteSearch:a};return o}},this.abort=function(){p=!0},this.getCharIndex=function(){return c}}function v(e){var t=e.data,n=a[t.workerId],r=!1;if(t.error)n.userError(t.error,t.file);else if(t.results&&t.results.data){var i={abort:function(){r=!0,g(t.workerId,{data:[],errors:[],meta:{aborted:!0}})},pause:y,resume:y};if(w(n.userStep)){for(var o=0;o<t.results.data.length&&(n.userStep({data:t.results.data[o],errors:t.results.errors,meta:t.results.meta},i),!r);o++);delete t.results}else w(n.userChunk)&&(n.userChunk(t.results,i,t.file),delete t.results)}t.finished&&!r&&g(t.workerId,t.results)}function g(e,t){var n=a[e];w(n.userComplete)&&n.userComplete(t),n.terminate(),delete a[e]}function y(){throw new Error("Not implemented.")}function b(e){if("object"!=typeof e||null===e)return e;var t=Array.isArray(e)?[]:{};for(var n in e)t[n]=b(e[n]);return t}function _(e,t){return function(){e.apply(t,arguments)}}function w(e){return"function"==typeof e}return r&&(t.onmessage=function(e){var n=e.data;if(void 0===o.WORKER_ID&&n&&(o.WORKER_ID=n.workerId),"string"==typeof n.input)t.postMessage({workerId:o.WORKER_ID,results:o.parse(n.input,n.config),finished:!0});else if(t.File&&n.input instanceof File||n.input instanceof Object){var r=o.parse(n.input,n.config);r&&t.postMessage({workerId:o.WORKER_ID,results:r,finished:!0})}}),(u.prototype=Object.create(l.prototype)).constructor=u,(c.prototype=Object.create(l.prototype)).constructor=c,(p.prototype=Object.create(p.prototype)).constructor=p,(d.prototype=Object.create(l.prototype)).constructor=d,o})?r.apply(t,a):r)||(e.exports=i)},547:function(e,t,n){e.exports=n(754)},548:function(e,t,n){e.exports=n(759)},59:function(e,t){e.exports=function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e},e.exports.default=e.exports,e.exports.__esModule=!0},60:function(e,t){e.exports=function(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e},e.exports.default=e.exports,e.exports.__esModule=!0},642:function(e,t,n){var r,a,i;a=[n(4)],void 0===(i="function"==typeof(r=function(t){var n=function(){if(t&&t.fn&&t.fn.select2&&t.fn.select2.amd)var n=t.fn.select2.amd;return function(){
|
| 60 |
/**
|
| 61 |
* @license almond 0.3.3 Copyright jQuery Foundation and other contributors.
|
| 62 |
* Released under MIT license, http://github.com/requirejs/almond/LICENSE
|
| 63 |
*/
|
| 64 |
-
var e,t,r;n&&n.requirejs||(n?t=n:n={},function(n){var a,i,o,s,l={},u={},c={},p={},d=Object.prototype.hasOwnProperty,f=[].slice,m=/\.js$/;function h(e,t){return d.call(e,t)}function v(e,t){var n,r,a,i,o,s,l,u,p,d,f,h=t&&t.split("/"),v=c.map,g=v&&v["*"]||{};if(e){for(o=(e=e.split("/")).length-1,c.nodeIdCompat&&m.test(e[o])&&(e[o]=e[o].replace(m,"")),"."===e[0].charAt(0)&&h&&(e=h.slice(0,h.length-1).concat(e)),p=0;p<e.length;p++)if("."===(f=e[p]))e.splice(p,1),p-=1;else if(".."===f){if(0===p||1===p&&".."===e[2]||".."===e[p-1])continue;p>0&&(e.splice(p-1,2),p-=2)}e=e.join("/")}if((h||g)&&v){for(p=(n=e.split("/")).length;p>0;p-=1){if(r=n.slice(0,p).join("/"),h)for(d=h.length;d>0;d-=1)if((a=v[h.slice(0,d).join("/")])&&(a=a[r])){i=a,s=p;break}if(i)break;!l&&g&&g[r]&&(l=g[r],u=p)}!i&&l&&(i=l,s=u),i&&(n.splice(0,s,i),e=n.join("/"))}return e}function g(e,t){return function(){var n=f.call(arguments,0);return"string"!=typeof n[0]&&1===n.length&&n.push(null),i.apply(void 0,n.concat([e,t]))}}function y(e){return function(t){l[e]=t}}function b(e){if(h(u,e)){var t=u[e];delete u[e],p[e]=!0,a.apply(void 0,t)}if(!h(l,e)&&!h(p,e))throw new Error("No "+e);return l[e]}function _(e){var t,n=e?e.indexOf("!"):-1;return n>-1&&(t=e.substring(0,n),e=e.substring(n+1,e.length)),[t,e]}function w(e){return e?_(e):[]}function E(e){return function(){return c&&c.config&&c.config[e]||{}}}o=function(e,t){var n,r,a=_(e),i=a[0],o=t[1];return e=a[1],i&&(n=b(i=v(i,o))),i?e=n&&n.normalize?n.normalize(e,(r=o,function(e){return v(e,r)})):v(e,o):(i=(a=_(e=v(e,o)))[0],e=a[1],i&&(n=b(i))),{f:i?i+"!"+e:e,n:e,pr:i,p:n}},s={require:function(e){return g(e)},exports:function(e){var t=l[e];return void 0!==t?t:l[e]={}},module:function(e){return{id:e,uri:"",exports:l[e],config:E(e)}}},a=function(e,t,n,r){var a,i,c,d,f,m,v,_=[],E=typeof n;if(m=w(r=r||e),"undefined"===E||"function"===E){for(t=!t.length&&n.length?["require","exports","module"]:t,f=0;f<t.length;f+=1)if("require"===(i=(d=o(t[f],m)).f))_[f]=s.require(e);else if("exports"===i)_[f]=s.exports(e),v=!0;else if("module"===i)a=_[f]=s.module(e);else if(h(l,i)||h(u,i)||h(p,i))_[f]=b(i);else{if(!d.p)throw new Error(e+" missing "+i);d.p.load(d.n,g(r,!0),y(i),{}),_[f]=l[i]}c=n?n.apply(l[e],_):void 0,e&&(a&&void 0!==a.exports&&a.exports!==l[e]?l[e]=a.exports:void 0===c&&v||(l[e]=c))}else e&&(l[e]=n)},e=t=i=function(e,t,n,r,l){if("string"==typeof e)return s[e]?s[e](t):b(o(e,w(t)).f);if(!e.splice){if((c=e).deps&&i(c.deps,c.callback),!t)return;t.splice?(e=t,t=n,n=null):e=void 0}return t=t||function(){},"function"==typeof n&&(n=r,r=l),r?a(void 0,e,t,n):setTimeout((function(){a(void 0,e,t,n)}),4),i},i.config=function(e){return i(e)},e._defined=l,(r=function(e,t,n){if("string"!=typeof e)throw new Error("See almond README: incorrect module build, no module name");t.splice||(n=t,t=[]),h(l,e)||h(u,e)||(u[e]=[e,t,n])}).amd={jQuery:!0}}(),n.requirejs=e,n.require=t,n.define=r)}(),n.define("almond",(function(){})),n.define("jquery",[],(function(){var e=t||$;return null==e&&console&&console.error&&console.error("Select2: An instance of jQuery or a jQuery-compatible library was not found. Make sure that you are including jQuery before Select2 on your web page."),e})),n.define("select2/utils",["jquery"],(function(e){var t={};function n(e){var t=e.prototype,n=[];for(var r in t)"function"==typeof t[r]&&"constructor"!==r&&n.push(r);return n}t.Extend=function(e,t){var n={}.hasOwnProperty;function r(){this.constructor=e}for(var a in t)n.call(t,a)&&(e[a]=t[a]);return r.prototype=t.prototype,e.prototype=new r,e.__super__=t.prototype,e},t.Decorate=function(e,t){var r=n(t),a=n(e);function i(){var n=Array.prototype.unshift,r=t.prototype.constructor.length,a=e.prototype.constructor;r>0&&(n.call(arguments,e.prototype.constructor),a=t.prototype.constructor),a.apply(this,arguments)}t.displayName=e.displayName,i.prototype=new function(){this.constructor=i};for(var o=0;o<a.length;o++){var s=a[o];i.prototype[s]=e.prototype[s]}for(var l=function(e){var n=function(){};e in i.prototype&&(n=i.prototype[e]);var r=t.prototype[e];return function(){var e=Array.prototype.unshift;return e.call(arguments,n),r.apply(this,arguments)}},u=0;u<r.length;u++){var c=r[u];i.prototype[c]=l(c)}return i};var r=function(){this.listeners={}};r.prototype.on=function(e,t){this.listeners=this.listeners||{},e in this.listeners?this.listeners[e].push(t):this.listeners[e]=[t]},r.prototype.trigger=function(e){var t=Array.prototype.slice,n=t.call(arguments,1);this.listeners=this.listeners||{},null==n&&(n=[]),0===n.length&&n.push({}),n[0]._type=e,e in this.listeners&&this.invoke(this.listeners[e],t.call(arguments,1)),"*"in this.listeners&&this.invoke(this.listeners["*"],arguments)},r.prototype.invoke=function(e,t){for(var n=0,r=e.length;n<r;n++)e[n].apply(this,t)},t.Observable=r,t.generateChars=function(e){for(var t="",n=0;n<e;n++)t+=Math.floor(36*Math.random()).toString(36);return t},t.bind=function(e,t){return function(){e.apply(t,arguments)}},t._convertData=function(e){for(var t in e){var n=t.split("-"),r=e;if(1!==n.length){for(var a=0;a<n.length;a++){var i=n[a];(i=i.substring(0,1).toLowerCase()+i.substring(1))in r||(r[i]={}),a==n.length-1&&(r[i]=e[t]),r=r[i]}delete e[t]}}return e},t.hasScroll=function(t,n){var r=e(n),a=n.style.overflowX,i=n.style.overflowY;return(a!==i||"hidden"!==i&&"visible"!==i)&&("scroll"===a||"scroll"===i||r.innerHeight()<n.scrollHeight||r.innerWidth()<n.scrollWidth)},t.escapeMarkup=function(e){var t={"\\":"\","&":"&","<":"<",">":">",'"':""","'":"'","/":"/"};return"string"!=typeof e?e:String(e).replace(/[&<>"'\/\\]/g,(function(e){return t[e]}))},t.__cache={};var a=0;return t.GetUniqueElementId=function(e){var n=e.getAttribute("data-select2-id");return null!=n||(n=e.id?"select2-data-"+e.id:"select2-data-"+(++a).toString()+"-"+t.generateChars(4),e.setAttribute("data-select2-id",n)),n},t.StoreData=function(e,n,r){var a=t.GetUniqueElementId(e);t.__cache[a]||(t.__cache[a]={}),t.__cache[a][n]=r},t.GetData=function(n,r){var a=t.GetUniqueElementId(n);return r?t.__cache[a]&&null!=t.__cache[a][r]?t.__cache[a][r]:e(n).data(r):t.__cache[a]},t.RemoveData=function(e){var n=t.GetUniqueElementId(e);null!=t.__cache[n]&&delete t.__cache[n],e.removeAttribute("data-select2-id")},t.copyNonInternalCssClasses=function(e,t){var n=e.getAttribute("class").trim().split(/\s+/);n=n.filter((function(e){return 0===e.indexOf("select2-")}));var r=t.getAttribute("class").trim().split(/\s+/);r=r.filter((function(e){return 0!==e.indexOf("select2-")}));var a=n.concat(r);e.setAttribute("class",a.join(" "))},t})),n.define("select2/results",["jquery","./utils"],(function(e,t){function n(e,t,r){this.$element=e,this.data=r,this.options=t,n.__super__.constructor.call(this)}return t.Extend(n,t.Observable),n.prototype.render=function(){var t=e('<ul class="select2-results__options" role="listbox"></ul>');return this.options.get("multiple")&&t.attr("aria-multiselectable","true"),this.$results=t,t},n.prototype.clear=function(){this.$results.empty()},n.prototype.displayMessage=function(t){var n=this.options.get("escapeMarkup");this.clear(),this.hideLoading();var r=e('<li role="alert" aria-live="assertive" class="select2-results__option"></li>'),a=this.options.get("translations").get(t.message);r.append(n(a(t.args))),r[0].className+=" select2-results__message",this.$results.append(r)},n.prototype.hideMessages=function(){this.$results.find(".select2-results__message").remove()},n.prototype.append=function(e){this.hideLoading();var t=[];if(null!=e.results&&0!==e.results.length){e.results=this.sort(e.results);for(var n=0;n<e.results.length;n++){var r=e.results[n],a=this.option(r);t.push(a)}this.$results.append(t)}else 0===this.$results.children().length&&this.trigger("results:message",{message:"noResults"})},n.prototype.position=function(e,t){t.find(".select2-results").append(e)},n.prototype.sort=function(e){return this.options.get("sorter")(e)},n.prototype.highlightFirstItem=function(){var e=this.$results.find(".select2-results__option--selectable"),t=e.filter(".select2-results__option--selected");t.length>0?t.first().trigger("mouseenter"):e.first().trigger("mouseenter"),this.ensureHighlightVisible()},n.prototype.setClasses=function(){var n=this;this.data.current((function(r){var a=r.map((function(e){return e.id.toString()}));n.$results.find(".select2-results__option--selectable").each((function(){var n=e(this),r=t.GetData(this,"data"),i=""+r.id;null!=r.element&&r.element.selected||null==r.element&&a.indexOf(i)>-1?(this.classList.add("select2-results__option--selected"),n.attr("aria-selected","true")):(this.classList.remove("select2-results__option--selected"),n.attr("aria-selected","false"))}))}))},n.prototype.showLoading=function(e){this.hideLoading();var t={disabled:!0,loading:!0,text:this.options.get("translations").get("searching")(e)},n=this.option(t);n.className+=" loading-results",this.$results.prepend(n)},n.prototype.hideLoading=function(){this.$results.find(".loading-results").remove()},n.prototype.option=function(n){var r=document.createElement("li");r.classList.add("select2-results__option"),r.classList.add("select2-results__option--selectable");var a={role:"option"},i=window.Element.prototype.matches||window.Element.prototype.msMatchesSelector||window.Element.prototype.webkitMatchesSelector;for(var o in(null!=n.element&&i.call(n.element,":disabled")||null==n.element&&n.disabled)&&(a["aria-disabled"]="true",r.classList.remove("select2-results__option--selectable"),r.classList.add("select2-results__option--disabled")),null==n.id&&r.classList.remove("select2-results__option--selectable"),null!=n._resultId&&(r.id=n._resultId),n.title&&(r.title=n.title),n.children&&(a.role="group",a["aria-label"]=n.text,r.classList.remove("select2-results__option--selectable"),r.classList.add("select2-results__option--group")),a){var s=a[o];r.setAttribute(o,s)}if(n.children){var l=e(r),u=document.createElement("strong");u.className="select2-results__group",this.template(n,u);for(var c=[],p=0;p<n.children.length;p++){var d=n.children[p],f=this.option(d);c.push(f)}var m=e("<ul></ul>",{class:"select2-results__options select2-results__options--nested",role:"none"});m.append(c),l.append(u),l.append(m)}else this.template(n,r);return t.StoreData(r,"data",n),r},n.prototype.bind=function(n,r){var a=this,i=n.id+"-results";this.$results.attr("id",i),n.on("results:all",(function(e){a.clear(),a.append(e.data),n.isOpen()&&(a.setClasses(),a.highlightFirstItem())})),n.on("results:append",(function(e){a.append(e.data),n.isOpen()&&a.setClasses()})),n.on("query",(function(e){a.hideMessages(),a.showLoading(e)})),n.on("select",(function(){n.isOpen()&&(a.setClasses(),a.options.get("scrollAfterSelect")&&a.highlightFirstItem())})),n.on("unselect",(function(){n.isOpen()&&(a.setClasses(),a.options.get("scrollAfterSelect")&&a.highlightFirstItem())})),n.on("open",(function(){a.$results.attr("aria-expanded","true"),a.$results.attr("aria-hidden","false"),a.setClasses(),a.ensureHighlightVisible()})),n.on("close",(function(){a.$results.attr("aria-expanded","false"),a.$results.attr("aria-hidden","true"),a.$results.removeAttr("aria-activedescendant")})),n.on("results:toggle",(function(){var e=a.getHighlightedResults();0!==e.length&&e.trigger("mouseup")})),n.on("results:select",(function(){var e=a.getHighlightedResults();if(0!==e.length){var n=t.GetData(e[0],"data");e.hasClass("select2-results__option--selected")?a.trigger("close",{}):a.trigger("select",{data:n})}})),n.on("results:previous",(function(){var e=a.getHighlightedResults(),t=a.$results.find(".select2-results__option--selectable"),n=t.index(e);if(!(n<=0)){var r=n-1;0===e.length&&(r=0);var i=t.eq(r);i.trigger("mouseenter");var o=a.$results.offset().top,s=i.offset().top,l=a.$results.scrollTop()+(s-o);0===r?a.$results.scrollTop(0):s-o<0&&a.$results.scrollTop(l)}})),n.on("results:next",(function(){var e=a.getHighlightedResults(),t=a.$results.find(".select2-results__option--selectable"),n=t.index(e)+1;if(!(n>=t.length)){var r=t.eq(n);r.trigger("mouseenter");var i=a.$results.offset().top+a.$results.outerHeight(!1),o=r.offset().top+r.outerHeight(!1),s=a.$results.scrollTop()+o-i;0===n?a.$results.scrollTop(0):o>i&&a.$results.scrollTop(s)}})),n.on("results:focus",(function(e){e.element[0].classList.add("select2-results__option--highlighted"),e.element[0].setAttribute("aria-selected","true")})),n.on("results:message",(function(e){a.displayMessage(e)})),e.fn.mousewheel&&this.$results.on("mousewheel",(function(e){var t=a.$results.scrollTop(),n=a.$results.get(0).scrollHeight-t+e.deltaY,r=e.deltaY>0&&t-e.deltaY<=0,i=e.deltaY<0&&n<=a.$results.height();r?(a.$results.scrollTop(0),e.preventDefault(),e.stopPropagation()):i&&(a.$results.scrollTop(a.$results.get(0).scrollHeight-a.$results.height()),e.preventDefault(),e.stopPropagation())})),this.$results.on("mouseup",".select2-results__option--selectable",(function(n){var r=e(this),i=t.GetData(this,"data");r.hasClass("select2-results__option--selected")?a.options.get("multiple")?a.trigger("unselect",{originalEvent:n,data:i}):a.trigger("close",{}):a.trigger("select",{originalEvent:n,data:i})})),this.$results.on("mouseenter",".select2-results__option--selectable",(function(n){var r=t.GetData(this,"data");a.getHighlightedResults().removeClass("select2-results__option--highlighted").attr("aria-selected","false"),a.trigger("results:focus",{data:r,element:e(this)})}))},n.prototype.getHighlightedResults=function(){return this.$results.find(".select2-results__option--highlighted")},n.prototype.destroy=function(){this.$results.remove()},n.prototype.ensureHighlightVisible=function(){var e=this.getHighlightedResults();if(0!==e.length){var t=this.$results.find(".select2-results__option--selectable").index(e),n=this.$results.offset().top,r=e.offset().top,a=this.$results.scrollTop()+(r-n),i=r-n;a-=2*e.outerHeight(!1),t<=2?this.$results.scrollTop(0):(i>this.$results.outerHeight()||i<0)&&this.$results.scrollTop(a)}},n.prototype.template=function(t,n){var r=this.options.get("templateResult"),a=this.options.get("escapeMarkup"),i=r(t,n);null==i?n.style.display="none":"string"==typeof i?n.innerHTML=a(i):e(n).append(i)},n})),n.define("select2/keys",[],(function(){return{BACKSPACE:8,TAB:9,ENTER:13,SHIFT:16,CTRL:17,ALT:18,ESC:27,SPACE:32,PAGE_UP:33,PAGE_DOWN:34,END:35,HOME:36,LEFT:37,UP:38,RIGHT:39,DOWN:40,DELETE:46}})),n.define("select2/selection/base",["jquery","../utils","../keys"],(function(e,t,n){function r(e,t){this.$element=e,this.options=t,r.__super__.constructor.call(this)}return t.Extend(r,t.Observable),r.prototype.render=function(){var n=e('<span class="select2-selection" role="combobox" aria-haspopup="true" aria-expanded="false"></span>');return this._tabindex=0,null!=t.GetData(this.$element[0],"old-tabindex")?this._tabindex=t.GetData(this.$element[0],"old-tabindex"):null!=this.$element.attr("tabindex")&&(this._tabindex=this.$element.attr("tabindex")),n.attr("title",this.$element.attr("title")),n.attr("tabindex",this._tabindex),n.attr("aria-disabled","false"),this.$selection=n,n},r.prototype.bind=function(e,t){var r=this,a=e.id+"-results";this.container=e,this.$selection.on("focus",(function(e){r.trigger("focus",e)})),this.$selection.on("blur",(function(e){r._handleBlur(e)})),this.$selection.on("keydown",(function(e){r.trigger("keypress",e),e.which===n.SPACE&&e.preventDefault()})),e.on("results:focus",(function(e){r.$selection.attr("aria-activedescendant",e.data._resultId)})),e.on("selection:update",(function(e){r.update(e.data)})),e.on("open",(function(){r.$selection.attr("aria-expanded","true"),r.$selection.attr("aria-owns",a),r._attachCloseHandler(e)})),e.on("close",(function(){r.$selection.attr("aria-expanded","false"),r.$selection.removeAttr("aria-activedescendant"),r.$selection.removeAttr("aria-owns"),r.$selection.trigger("focus"),r._detachCloseHandler(e)})),e.on("enable",(function(){r.$selection.attr("tabindex",r._tabindex),r.$selection.attr("aria-disabled","false")})),e.on("disable",(function(){r.$selection.attr("tabindex","-1"),r.$selection.attr("aria-disabled","true")}))},r.prototype._handleBlur=function(t){var n=this;window.setTimeout((function(){document.activeElement==n.$selection[0]||e.contains(n.$selection[0],document.activeElement)||n.trigger("blur",t)}),1)},r.prototype._attachCloseHandler=function(n){e(document.body).on("mousedown.select2."+n.id,(function(n){var r=e(n.target).closest(".select2");e(".select2.select2-container--open").each((function(){this!=r[0]&&t.GetData(this,"element").select2("close")}))}))},r.prototype._detachCloseHandler=function(t){e(document.body).off("mousedown.select2."+t.id)},r.prototype.position=function(e,t){t.find(".selection").append(e)},r.prototype.destroy=function(){this._detachCloseHandler(this.container)},r.prototype.update=function(e){throw new Error("The `update` method must be defined in child classes.")},r.prototype.isEnabled=function(){return!this.isDisabled()},r.prototype.isDisabled=function(){return this.options.get("disabled")},r})),n.define("select2/selection/single",["jquery","./base","../utils","../keys"],(function(e,t,n,r){function a(){a.__super__.constructor.apply(this,arguments)}return n.Extend(a,t),a.prototype.render=function(){var e=a.__super__.render.call(this);return e[0].classList.add("select2-selection--single"),e.html('<span class="select2-selection__rendered"></span><span class="select2-selection__arrow" role="presentation"><b role="presentation"></b></span>'),e},a.prototype.bind=function(e,t){var n=this;a.__super__.bind.apply(this,arguments);var r=e.id+"-container";this.$selection.find(".select2-selection__rendered").attr("id",r).attr("role","textbox").attr("aria-readonly","true"),this.$selection.attr("aria-labelledby",r),this.$selection.attr("aria-controls",r),this.$selection.on("mousedown",(function(e){1===e.which&&n.trigger("toggle",{originalEvent:e})})),this.$selection.on("focus",(function(e){})),this.$selection.on("blur",(function(e){})),e.on("focus",(function(t){e.isOpen()||n.$selection.trigger("focus")}))},a.prototype.clear=function(){var e=this.$selection.find(".select2-selection__rendered");e.empty(),e.removeAttr("title")},a.prototype.display=function(e,t){var n=this.options.get("templateSelection");return this.options.get("escapeMarkup")(n(e,t))},a.prototype.selectionContainer=function(){return e("<span></span>")},a.prototype.update=function(e){if(0!==e.length){var t=e[0],n=this.$selection.find(".select2-selection__rendered"),r=this.display(t,n);n.empty().append(r);var a=t.title||t.text;a?n.attr("title",a):n.removeAttr("title")}else this.clear()},a})),n.define("select2/selection/multiple",["jquery","./base","../utils"],(function(e,t,n){function r(e,t){r.__super__.constructor.apply(this,arguments)}return n.Extend(r,t),r.prototype.render=function(){var e=r.__super__.render.call(this);return e[0].classList.add("select2-selection--multiple"),e.html('<ul class="select2-selection__rendered"></ul>'),e},r.prototype.bind=function(t,a){var i=this;r.__super__.bind.apply(this,arguments);var o=t.id+"-container";this.$selection.find(".select2-selection__rendered").attr("id",o),this.$selection.on("click",(function(e){i.trigger("toggle",{originalEvent:e})})),this.$selection.on("click",".select2-selection__choice__remove",(function(t){if(!i.isDisabled()){var r=e(this).parent(),a=n.GetData(r[0],"data");i.trigger("unselect",{originalEvent:t,data:a})}})),this.$selection.on("keydown",".select2-selection__choice__remove",(function(e){i.isDisabled()||e.stopPropagation()}))},r.prototype.clear=function(){var e=this.$selection.find(".select2-selection__rendered");e.empty(),e.removeAttr("title")},r.prototype.display=function(e,t){var n=this.options.get("templateSelection");return this.options.get("escapeMarkup")(n(e,t))},r.prototype.selectionContainer=function(){return e('<li class="select2-selection__choice"><button type="button" class="select2-selection__choice__remove" tabindex="-1"><span aria-hidden="true">×</span></button><span class="select2-selection__choice__display"></span></li>')},r.prototype.update=function(e){if(this.clear(),0!==e.length){for(var t=[],r=this.$selection.find(".select2-selection__rendered").attr("id")+"-choice-",a=0;a<e.length;a++){var i=e[a],o=this.selectionContainer(),s=this.display(i,o),l=r+n.generateChars(4)+"-";i.id?l+=i.id:l+=n.generateChars(4),o.find(".select2-selection__choice__display").append(s).attr("id",l);var u=i.title||i.text;u&&o.attr("title",u);var c=this.options.get("translations").get("removeItem"),p=o.find(".select2-selection__choice__remove");p.attr("title",c()),p.attr("aria-label",c()),p.attr("aria-describedby",l),n.StoreData(o[0],"data",i),t.push(o)}this.$selection.find(".select2-selection__rendered").append(t)}},r})),n.define("select2/selection/placeholder",[],(function(){function e(e,t,n){this.placeholder=this.normalizePlaceholder(n.get("placeholder")),e.call(this,t,n)}return e.prototype.normalizePlaceholder=function(e,t){return"string"==typeof t&&(t={id:"",text:t}),t},e.prototype.createPlaceholder=function(e,t){var n=this.selectionContainer();n.html(this.display(t)),n[0].classList.add("select2-selection__placeholder"),n[0].classList.remove("select2-selection__choice");var r=t.title||t.text||n.text();return this.$selection.find(".select2-selection__rendered").attr("title",r),n},e.prototype.update=function(e,t){var n=1==t.length&&t[0].id!=this.placeholder.id;if(t.length>1||n)return e.call(this,t);this.clear();var r=this.createPlaceholder(this.placeholder);this.$selection.find(".select2-selection__rendered").append(r)},e})),n.define("select2/selection/allowClear",["jquery","../keys","../utils"],(function(e,t,n){function r(){}return r.prototype.bind=function(e,t,n){var r=this;e.call(this,t,n),null==this.placeholder&&this.options.get("debug")&&window.console&&console.error&&console.error("Select2: The `allowClear` option should be used in combination with the `placeholder` option."),this.$selection.on("mousedown",".select2-selection__clear",(function(e){r._handleClear(e)})),t.on("keypress",(function(e){r._handleKeyboardClear(e,t)}))},r.prototype._handleClear=function(e,t){if(!this.isDisabled()){var r=this.$selection.find(".select2-selection__clear");if(0!==r.length){t.stopPropagation();var a=n.GetData(r[0],"data"),i=this.$element.val();this.$element.val(this.placeholder.id);var o={data:a};if(this.trigger("clear",o),o.prevented)this.$element.val(i);else{for(var s=0;s<a.length;s++)if(o={data:a[s]},this.trigger("unselect",o),o.prevented)return void this.$element.val(i);this.$element.trigger("input").trigger("change"),this.trigger("toggle",{})}}}},r.prototype._handleKeyboardClear=function(e,n,r){r.isOpen()||n.which!=t.DELETE&&n.which!=t.BACKSPACE||this._handleClear(n)},r.prototype.update=function(t,r){if(t.call(this,r),this.$selection.find(".select2-selection__clear").remove(),this.$selection[0].classList.remove("select2-selection--clearable"),!(this.$selection.find(".select2-selection__placeholder").length>0||0===r.length)){var a=this.$selection.find(".select2-selection__rendered").attr("id"),i=this.options.get("translations").get("removeAllItems"),o=e('<button type="button" class="select2-selection__clear" tabindex="-1"><span aria-hidden="true">×</span></button>');o.attr("title",i()),o.attr("aria-label",i()),o.attr("aria-describedby",a),n.StoreData(o[0],"data",r),this.$selection.prepend(o),this.$selection[0].classList.add("select2-selection--clearable")}},r})),n.define("select2/selection/search",["jquery","../utils","../keys"],(function(e,t,n){function r(e,t,n){e.call(this,t,n)}return r.prototype.render=function(t){var n=this.options.get("translations").get("search"),r=e('<span class="select2-search select2-search--inline"><textarea class="select2-search__field" type="search" tabindex="-1" autocorrect="off" autocapitalize="none" spellcheck="false" role="searchbox" aria-autocomplete="list" ></textarea></span>');this.$searchContainer=r,this.$search=r.find("textarea"),this.$search.prop("autocomplete",this.options.get("autocomplete")),this.$search.attr("aria-label",n());var a=t.call(this);return this._transferTabIndex(),a.append(this.$searchContainer),a},r.prototype.bind=function(e,r,a){var i=this,o=r.id+"-results",s=r.id+"-container";e.call(this,r,a),i.$search.attr("aria-describedby",s),r.on("open",(function(){i.$search.attr("aria-controls",o),i.$search.trigger("focus")})),r.on("close",(function(){i.$search.val(""),i.resizeSearch(),i.$search.removeAttr("aria-controls"),i.$search.removeAttr("aria-activedescendant"),i.$search.trigger("focus")})),r.on("enable",(function(){i.$search.prop("disabled",!1),i._transferTabIndex()})),r.on("disable",(function(){i.$search.prop("disabled",!0)})),r.on("focus",(function(e){i.$search.trigger("focus")})),r.on("results:focus",(function(e){e.data._resultId?i.$search.attr("aria-activedescendant",e.data._resultId):i.$search.removeAttr("aria-activedescendant")})),this.$selection.on("focusin",".select2-search--inline",(function(e){i.trigger("focus",e)})),this.$selection.on("focusout",".select2-search--inline",(function(e){i._handleBlur(e)})),this.$selection.on("keydown",".select2-search--inline",(function(e){if(e.stopPropagation(),i.trigger("keypress",e),i._keyUpPrevented=e.isDefaultPrevented(),e.which===n.BACKSPACE&&""===i.$search.val()){var r=i.$selection.find(".select2-selection__choice").last();if(r.length>0){var a=t.GetData(r[0],"data");i.searchRemoveChoice(a),e.preventDefault()}}})),this.$selection.on("click",".select2-search--inline",(function(e){i.$search.val()&&e.stopPropagation()}));var l=document.documentMode,u=l&&l<=11;this.$selection.on("input.searchcheck",".select2-search--inline",(function(e){u?i.$selection.off("input.search input.searchcheck"):i.$selection.off("keyup.search")})),this.$selection.on("keyup.search input.search",".select2-search--inline",(function(e){if(u&&"input"===e.type)i.$selection.off("input.search input.searchcheck");else{var t=e.which;t!=n.SHIFT&&t!=n.CTRL&&t!=n.ALT&&t!=n.TAB&&i.handleSearch(e)}}))},r.prototype._transferTabIndex=function(e){this.$search.attr("tabindex",this.$selection.attr("tabindex")),this.$selection.attr("tabindex","-1")},r.prototype.createPlaceholder=function(e,t){this.$search.attr("placeholder",t.text)},r.prototype.update=function(e,t){var n=this.$search[0]==document.activeElement;this.$search.attr("placeholder",""),e.call(this,t),this.resizeSearch(),n&&this.$search.trigger("focus")},r.prototype.handleSearch=function(){if(this.resizeSearch(),!this._keyUpPrevented){var e=this.$search.val();this.trigger("query",{term:e})}this._keyUpPrevented=!1},r.prototype.searchRemoveChoice=function(e,t){this.trigger("unselect",{data:t}),this.$search.val(t.text),this.handleSearch()},r.prototype.resizeSearch=function(){this.$search.css("width","25px");var e="100%";""===this.$search.attr("placeholder")&&(e=.75*(this.$search.val().length+1)+"em"),this.$search.css("width",e)},r})),n.define("select2/selection/selectionCss",["../utils"],(function(e){function t(){}return t.prototype.render=function(t){var n=t.call(this),r=this.options.get("selectionCssClass")||"";return-1!==r.indexOf(":all:")&&(r=r.replace(":all:",""),e.copyNonInternalCssClasses(n[0],this.$element[0])),n.addClass(r),n},t})),n.define("select2/selection/eventRelay",["jquery"],(function(e){function t(){}return t.prototype.bind=function(t,n,r){var a=this,i=["open","opening","close","closing","select","selecting","unselect","unselecting","clear","clearing"],o=["opening","closing","selecting","unselecting","clearing"];t.call(this,n,r),n.on("*",(function(t,n){if(-1!==i.indexOf(t)){n=n||{};var r=e.Event("select2:"+t,{params:n});a.$element.trigger(r),-1!==o.indexOf(t)&&(n.prevented=r.isDefaultPrevented())}}))},t})),n.define("select2/translation",["jquery","require"],(function(e,t){function n(e){this.dict=e||{}}return n.prototype.all=function(){return this.dict},n.prototype.get=function(e){return this.dict[e]},n.prototype.extend=function(t){this.dict=e.extend({},t.all(),this.dict)},n._cache={},n.loadPath=function(e){if(!(e in n._cache)){var r=t(e);n._cache[e]=r}return new n(n._cache[e])},n})),n.define("select2/diacritics",[],(function(){return{"Ⓐ":"A","A":"A","À":"A","Á":"A","Â":"A","Ầ":"A","Ấ":"A","Ẫ":"A","Ẩ":"A","Ã":"A","Ā":"A","Ă":"A","Ằ":"A","Ắ":"A","Ẵ":"A","Ẳ":"A","Ȧ":"A","Ǡ":"A","Ä":"A","Ǟ":"A","Ả":"A","Å":"A","Ǻ":"A","Ǎ":"A","Ȁ":"A","Ȃ":"A","Ạ":"A","Ậ":"A","Ặ":"A","Ḁ":"A","Ą":"A","Ⱥ":"A","Ɐ":"A","Ꜳ":"AA","Æ":"AE","Ǽ":"AE","Ǣ":"AE","Ꜵ":"AO","Ꜷ":"AU","Ꜹ":"AV","Ꜻ":"AV","Ꜽ":"AY","Ⓑ":"B","B":"B","Ḃ":"B","Ḅ":"B","Ḇ":"B","Ƀ":"B","Ƃ":"B","Ɓ":"B","Ⓒ":"C","C":"C","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","Ç":"C","Ḉ":"C","Ƈ":"C","Ȼ":"C","Ꜿ":"C","Ⓓ":"D","D":"D","Ḋ":"D","Ď":"D","Ḍ":"D","Ḑ":"D","Ḓ":"D","Ḏ":"D","Đ":"D","Ƌ":"D","Ɗ":"D","Ɖ":"D","Ꝺ":"D","DZ":"DZ","DŽ":"DZ","Dz":"Dz","Dž":"Dz","Ⓔ":"E","E":"E","È":"E","É":"E","Ê":"E","Ề":"E","Ế":"E","Ễ":"E","Ể":"E","Ẽ":"E","Ē":"E","Ḕ":"E","Ḗ":"E","Ĕ":"E","Ė":"E","Ë":"E","Ẻ":"E","Ě":"E","Ȅ":"E","Ȇ":"E","Ẹ":"E","Ệ":"E","Ȩ":"E","Ḝ":"E","Ę":"E","Ḙ":"E","Ḛ":"E","Ɛ":"E","Ǝ":"E","Ⓕ":"F","F":"F","Ḟ":"F","Ƒ":"F","Ꝼ":"F","Ⓖ":"G","G":"G","Ǵ":"G","Ĝ":"G","Ḡ":"G","Ğ":"G","Ġ":"G","Ǧ":"G","Ģ":"G","Ǥ":"G","Ɠ":"G","Ꞡ":"G","Ᵹ":"G","Ꝿ":"G","Ⓗ":"H","H":"H","Ĥ":"H","Ḣ":"H","Ḧ":"H","Ȟ":"H","Ḥ":"H","Ḩ":"H","Ḫ":"H","Ħ":"H","Ⱨ":"H","Ⱶ":"H","Ɥ":"H","Ⓘ":"I","I":"I","Ì":"I","Í":"I","Î":"I","Ĩ":"I","Ī":"I","Ĭ":"I","İ":"I","Ï":"I","Ḯ":"I","Ỉ":"I","Ǐ":"I","Ȉ":"I","Ȋ":"I","Ị":"I","Į":"I","Ḭ":"I","Ɨ":"I","Ⓙ":"J","J":"J","Ĵ":"J","Ɉ":"J","Ⓚ":"K","K":"K","Ḱ":"K","Ǩ":"K","Ḳ":"K","Ķ":"K","Ḵ":"K","Ƙ":"K","Ⱪ":"K","Ꝁ":"K","Ꝃ":"K","Ꝅ":"K","Ꞣ":"K","Ⓛ":"L","L":"L","Ŀ":"L","Ĺ":"L","Ľ":"L","Ḷ":"L","Ḹ":"L","Ļ":"L","Ḽ":"L","Ḻ":"L","Ł":"L","Ƚ":"L","Ɫ":"L","Ⱡ":"L","Ꝉ":"L","Ꝇ":"L","Ꞁ":"L","LJ":"LJ","Lj":"Lj","Ⓜ":"M","M":"M","Ḿ":"M","Ṁ":"M","Ṃ":"M","Ɱ":"M","Ɯ":"M","Ⓝ":"N","N":"N","Ǹ":"N","Ń":"N","Ñ":"N","Ṅ":"N","Ň":"N","Ṇ":"N","Ņ":"N","Ṋ":"N","Ṉ":"N","Ƞ":"N","Ɲ":"N","Ꞑ":"N","Ꞥ":"N","NJ":"NJ","Nj":"Nj","Ⓞ":"O","O":"O","Ò":"O","Ó":"O","Ô":"O","Ồ":"O","Ố":"O","Ỗ":"O","Ổ":"O","Õ":"O","Ṍ":"O","Ȭ":"O","Ṏ":"O","Ō":"O","Ṑ":"O","Ṓ":"O","Ŏ":"O","Ȯ":"O","Ȱ":"O","Ö":"O","Ȫ":"O","Ỏ":"O","Ő":"O","Ǒ":"O","Ȍ":"O","Ȏ":"O","Ơ":"O","Ờ":"O","Ớ":"O","Ỡ":"O","Ở":"O","Ợ":"O","Ọ":"O","Ộ":"O","Ǫ":"O","Ǭ":"O","Ø":"O","Ǿ":"O","Ɔ":"O","Ɵ":"O","Ꝋ":"O","Ꝍ":"O","Œ":"OE","Ƣ":"OI","Ꝏ":"OO","Ȣ":"OU","Ⓟ":"P","P":"P","Ṕ":"P","Ṗ":"P","Ƥ":"P","Ᵽ":"P","Ꝑ":"P","Ꝓ":"P","Ꝕ":"P","Ⓠ":"Q","Q":"Q","Ꝗ":"Q","Ꝙ":"Q","Ɋ":"Q","Ⓡ":"R","R":"R","Ŕ":"R","Ṙ":"R","Ř":"R","Ȑ":"R","Ȓ":"R","Ṛ":"R","Ṝ":"R","Ŗ":"R","Ṟ":"R","Ɍ":"R","Ɽ":"R","Ꝛ":"R","Ꞧ":"R","Ꞃ":"R","Ⓢ":"S","S":"S","ẞ":"S","Ś":"S","Ṥ":"S","Ŝ":"S","Ṡ":"S","Š":"S","Ṧ":"S","Ṣ":"S","Ṩ":"S","Ș":"S","Ş":"S","Ȿ":"S","Ꞩ":"S","Ꞅ":"S","Ⓣ":"T","T":"T","Ṫ":"T","Ť":"T","Ṭ":"T","Ț":"T","Ţ":"T","Ṱ":"T","Ṯ":"T","Ŧ":"T","Ƭ":"T","Ʈ":"T","Ⱦ":"T","Ꞇ":"T","Ꜩ":"TZ","Ⓤ":"U","U":"U","Ù":"U","Ú":"U","Û":"U","Ũ":"U","Ṹ":"U","Ū":"U","Ṻ":"U","Ŭ":"U","Ü":"U","Ǜ":"U","Ǘ":"U","Ǖ":"U","Ǚ":"U","Ủ":"U","Ů":"U","Ű":"U","Ǔ":"U","Ȕ":"U","Ȗ":"U","Ư":"U","Ừ":"U","Ứ":"U","Ữ":"U","Ử":"U","Ự":"U","Ụ":"U","Ṳ":"U","Ų":"U","Ṷ":"U","Ṵ":"U","Ʉ":"U","Ⓥ":"V","V":"V","Ṽ":"V","Ṿ":"V","Ʋ":"V","Ꝟ":"V","Ʌ":"V","Ꝡ":"VY","Ⓦ":"W","W":"W","Ẁ":"W","Ẃ":"W","Ŵ":"W","Ẇ":"W","Ẅ":"W","Ẉ":"W","Ⱳ":"W","Ⓧ":"X","X":"X","Ẋ":"X","Ẍ":"X","Ⓨ":"Y","Y":"Y","Ỳ":"Y","Ý":"Y","Ŷ":"Y","Ỹ":"Y","Ȳ":"Y","Ẏ":"Y","Ÿ":"Y","Ỷ":"Y","Ỵ":"Y","Ƴ":"Y","Ɏ":"Y","Ỿ":"Y","Ⓩ":"Z","Z":"Z","Ź":"Z","Ẑ":"Z","Ż":"Z","Ž":"Z","Ẓ":"Z","Ẕ":"Z","Ƶ":"Z","Ȥ":"Z","Ɀ":"Z","Ⱬ":"Z","Ꝣ":"Z","ⓐ":"a","a":"a","ẚ":"a","à":"a","á":"a","â":"a","ầ":"a","ấ":"a","ẫ":"a","ẩ":"a","ã":"a","ā":"a","ă":"a","ằ":"a","ắ":"a","ẵ":"a","ẳ":"a","ȧ":"a","ǡ":"a","ä":"a","ǟ":"a","ả":"a","å":"a","ǻ":"a","ǎ":"a","ȁ":"a","ȃ":"a","ạ":"a","ậ":"a","ặ":"a","ḁ":"a","ą":"a","ⱥ":"a","ɐ":"a","ꜳ":"aa","æ":"ae","ǽ":"ae","ǣ":"ae","ꜵ":"ao","ꜷ":"au","ꜹ":"av","ꜻ":"av","ꜽ":"ay","ⓑ":"b","b":"b","ḃ":"b","ḅ":"b","ḇ":"b","ƀ":"b","ƃ":"b","ɓ":"b","ⓒ":"c","c":"c","ć":"c","ĉ":"c","ċ":"c","č":"c","ç":"c","ḉ":"c","ƈ":"c","ȼ":"c","ꜿ":"c","ↄ":"c","ⓓ":"d","d":"d","ḋ":"d","ď":"d","ḍ":"d","ḑ":"d","ḓ":"d","ḏ":"d","đ":"d","ƌ":"d","ɖ":"d","ɗ":"d","ꝺ":"d","dz":"dz","dž":"dz","ⓔ":"e","e":"e","è":"e","é":"e","ê":"e","ề":"e","ế":"e","ễ":"e","ể":"e","ẽ":"e","ē":"e","ḕ":"e","ḗ":"e","ĕ":"e","ė":"e","ë":"e","ẻ":"e","ě":"e","ȅ":"e","ȇ":"e","ẹ":"e","ệ":"e","ȩ":"e","ḝ":"e","ę":"e","ḙ":"e","ḛ":"e","ɇ":"e","ɛ":"e","ǝ":"e","ⓕ":"f","f":"f","ḟ":"f","ƒ":"f","ꝼ":"f","ⓖ":"g","g":"g","ǵ":"g","ĝ":"g","ḡ":"g","ğ":"g","ġ":"g","ǧ":"g","ģ":"g","ǥ":"g","ɠ":"g","ꞡ":"g","ᵹ":"g","ꝿ":"g","ⓗ":"h","h":"h","ĥ":"h","ḣ":"h","ḧ":"h","ȟ":"h","ḥ":"h","ḩ":"h","ḫ":"h","ẖ":"h","ħ":"h","ⱨ":"h","ⱶ":"h","ɥ":"h","ƕ":"hv","ⓘ":"i","i":"i","ì":"i","í":"i","î":"i","ĩ":"i","ī":"i","ĭ":"i","ï":"i","ḯ":"i","ỉ":"i","ǐ":"i","ȉ":"i","ȋ":"i","ị":"i","į":"i","ḭ":"i","ɨ":"i","ı":"i","ⓙ":"j","j":"j","ĵ":"j","ǰ":"j","ɉ":"j","ⓚ":"k","k":"k","ḱ":"k","ǩ":"k","ḳ":"k","ķ":"k","ḵ":"k","ƙ":"k","ⱪ":"k","ꝁ":"k","ꝃ":"k","ꝅ":"k","ꞣ":"k","ⓛ":"l","l":"l","ŀ":"l","ĺ":"l","ľ":"l","ḷ":"l","ḹ":"l","ļ":"l","ḽ":"l","ḻ":"l","ſ":"l","ł":"l","ƚ":"l","ɫ":"l","ⱡ":"l","ꝉ":"l","ꞁ":"l","ꝇ":"l","lj":"lj","ⓜ":"m","m":"m","ḿ":"m","ṁ":"m","ṃ":"m","ɱ":"m","ɯ":"m","ⓝ":"n","n":"n","ǹ":"n","ń":"n","ñ":"n","ṅ":"n","ň":"n","ṇ":"n","ņ":"n","ṋ":"n","ṉ":"n","ƞ":"n","ɲ":"n","ʼn":"n","ꞑ":"n","ꞥ":"n","nj":"nj","ⓞ":"o","o":"o","ò":"o","ó":"o","ô":"o","ồ":"o","ố":"o","ỗ":"o","ổ":"o","õ":"o","ṍ":"o","ȭ":"o","ṏ":"o","ō":"o","ṑ":"o","ṓ":"o","ŏ":"o","ȯ":"o","ȱ":"o","ö":"o","ȫ":"o","ỏ":"o","ő":"o","ǒ":"o","ȍ":"o","ȏ":"o","ơ":"o","ờ":"o","ớ":"o","ỡ":"o","ở":"o","ợ":"o","ọ":"o","ộ":"o","ǫ":"o","ǭ":"o","ø":"o","ǿ":"o","ɔ":"o","ꝋ":"o","ꝍ":"o","ɵ":"o","œ":"oe","ƣ":"oi","ȣ":"ou","ꝏ":"oo","ⓟ":"p","p":"p","ṕ":"p","ṗ":"p","ƥ":"p","ᵽ":"p","ꝑ":"p","ꝓ":"p","ꝕ":"p","ⓠ":"q","q":"q","ɋ":"q","ꝗ":"q","ꝙ":"q","ⓡ":"r","r":"r","ŕ":"r","ṙ":"r","ř":"r","ȑ":"r","ȓ":"r","ṛ":"r","ṝ":"r","ŗ":"r","ṟ":"r","ɍ":"r","ɽ":"r","ꝛ":"r","ꞧ":"r","ꞃ":"r","ⓢ":"s","s":"s","ß":"s","ś":"s","ṥ":"s","ŝ":"s","ṡ":"s","š":"s","ṧ":"s","ṣ":"s","ṩ":"s","ș":"s","ş":"s","ȿ":"s","ꞩ":"s","ꞅ":"s","ẛ":"s","ⓣ":"t","t":"t","ṫ":"t","ẗ":"t","ť":"t","ṭ":"t","ț":"t","ţ":"t","ṱ":"t","ṯ":"t","ŧ":"t","ƭ":"t","ʈ":"t","ⱦ":"t","ꞇ":"t","ꜩ":"tz","ⓤ":"u","u":"u","ù":"u","ú":"u","û":"u","ũ":"u","ṹ":"u","ū":"u","ṻ":"u","ŭ":"u","ü":"u","ǜ":"u","ǘ":"u","ǖ":"u","ǚ":"u","ủ":"u","ů":"u","ű":"u","ǔ":"u","ȕ":"u","ȗ":"u","ư":"u","ừ":"u","ứ":"u","ữ":"u","ử":"u","ự":"u","ụ":"u","ṳ":"u","ų":"u","ṷ":"u","ṵ":"u","ʉ":"u","ⓥ":"v","v":"v","ṽ":"v","ṿ":"v","ʋ":"v","ꝟ":"v","ʌ":"v","ꝡ":"vy","ⓦ":"w","w":"w","ẁ":"w","ẃ":"w","ŵ":"w","ẇ":"w","ẅ":"w","ẘ":"w","ẉ":"w","ⱳ":"w","ⓧ":"x","x":"x","ẋ":"x","ẍ":"x","ⓨ":"y","y":"y","ỳ":"y","ý":"y","ŷ":"y","ỹ":"y","ȳ":"y","ẏ":"y","ÿ":"y","ỷ":"y","ẙ":"y","ỵ":"y","ƴ":"y","ɏ":"y","ỿ":"y","ⓩ":"z","z":"z","ź":"z","ẑ":"z","ż":"z","ž":"z","ẓ":"z","ẕ":"z","ƶ":"z","ȥ":"z","ɀ":"z","ⱬ":"z","ꝣ":"z","Ά":"Α","Έ":"Ε","Ή":"Η","Ί":"Ι","Ϊ":"Ι","Ό":"Ο","Ύ":"Υ","Ϋ":"Υ","Ώ":"Ω","ά":"α","έ":"ε","ή":"η","ί":"ι","ϊ":"ι","ΐ":"ι","ό":"ο","ύ":"υ","ϋ":"υ","ΰ":"υ","ώ":"ω","ς":"σ","’":"'"}})),n.define("select2/data/base",["../utils"],(function(e){function t(e,n){t.__super__.constructor.call(this)}return e.Extend(t,e.Observable),t.prototype.current=function(e){throw new Error("The `current` method must be defined in child classes.")},t.prototype.query=function(e,t){throw new Error("The `query` method must be defined in child classes.")},t.prototype.bind=function(e,t){},t.prototype.destroy=function(){},t.prototype.generateResultId=function(t,n){var r=t.id+"-result-";return r+=e.generateChars(4),null!=n.id?r+="-"+n.id.toString():r+="-"+e.generateChars(4),r},t})),n.define("select2/data/select",["./base","../utils","jquery"],(function(e,t,n){function r(e,t){this.$element=e,this.options=t,r.__super__.constructor.call(this)}return t.Extend(r,e),r.prototype.current=function(e){var t=this;e(Array.prototype.map.call(this.$element[0].querySelectorAll(":checked"),(function(e){return t.item(n(e))})))},r.prototype.select=function(e){var t=this;if(e.selected=!0,null!=e.element&&"option"===e.element.tagName.toLowerCase())return e.element.selected=!0,void this.$element.trigger("input").trigger("change");if(this.$element.prop("multiple"))this.current((function(n){var r=[];(e=[e]).push.apply(e,n);for(var a=0;a<e.length;a++){var i=e[a].id;-1===r.indexOf(i)&&r.push(i)}t.$element.val(r),t.$element.trigger("input").trigger("change")}));else{var n=e.id;this.$element.val(n),this.$element.trigger("input").trigger("change")}},r.prototype.unselect=function(e){var t=this;if(this.$element.prop("multiple")){if(e.selected=!1,null!=e.element&&"option"===e.element.tagName.toLowerCase())return e.element.selected=!1,void this.$element.trigger("input").trigger("change");this.current((function(n){for(var r=[],a=0;a<n.length;a++){var i=n[a].id;i!==e.id&&-1===r.indexOf(i)&&r.push(i)}t.$element.val(r),t.$element.trigger("input").trigger("change")}))}},r.prototype.bind=function(e,t){var n=this;this.container=e,e.on("select",(function(e){n.select(e.data)})),e.on("unselect",(function(e){n.unselect(e.data)}))},r.prototype.destroy=function(){this.$element.find("*").each((function(){t.RemoveData(this)}))},r.prototype.query=function(e,t){var r=[],a=this;this.$element.children().each((function(){if("option"===this.tagName.toLowerCase()||"optgroup"===this.tagName.toLowerCase()){var t=n(this),i=a.item(t),o=a.matches(e,i);null!==o&&r.push(o)}})),t({results:r})},r.prototype.addOptions=function(e){this.$element.append(e)},r.prototype.option=function(e){var r;e.children?(r=document.createElement("optgroup")).label=e.text:void 0!==(r=document.createElement("option")).textContent?r.textContent=e.text:r.innerText=e.text,void 0!==e.id&&(r.value=e.id),e.disabled&&(r.disabled=!0),e.selected&&(r.selected=!0),e.title&&(r.title=e.title);var a=this._normalizeItem(e);return a.element=r,t.StoreData(r,"data",a),n(r)},r.prototype.item=function(e){var r={};if(null!=(r=t.GetData(e[0],"data")))return r;var a=e[0];if("option"===a.tagName.toLowerCase())r={id:e.val(),text:e.text(),disabled:e.prop("disabled"),selected:e.prop("selected"),title:e.prop("title")};else if("optgroup"===a.tagName.toLowerCase()){r={text:e.prop("label"),children:[],title:e.prop("title")};for(var i=e.children("option"),o=[],s=0;s<i.length;s++){var l=n(i[s]),u=this.item(l);o.push(u)}r.children=o}return(r=this._normalizeItem(r)).element=e[0],t.StoreData(e[0],"data",r),r},r.prototype._normalizeItem=function(e){return e!==Object(e)&&(e={id:e,text:e}),null!=(e=n.extend({},{text:""},e)).id&&(e.id=e.id.toString()),null!=e.text&&(e.text=e.text.toString()),null==e._resultId&&e.id&&null!=this.container&&(e._resultId=this.generateResultId(this.container,e)),n.extend({},{selected:!1,disabled:!1},e)},r.prototype.matches=function(e,t){return this.options.get("matcher")(e,t)},r})),n.define("select2/data/array",["./select","../utils","jquery"],(function(e,t,n){function r(e,t){this._dataToConvert=t.get("data")||[],r.__super__.constructor.call(this,e,t)}return t.Extend(r,e),r.prototype.bind=function(e,t){r.__super__.bind.call(this,e,t),this.addOptions(this.convertToOptions(this._dataToConvert))},r.prototype.select=function(e){var t=this.$element.find("option").filter((function(t,n){return n.value==e.id.toString()}));0===t.length&&(t=this.option(e),this.addOptions(t)),r.__super__.select.call(this,e)},r.prototype.convertToOptions=function(e){var t=this,r=this.$element.find("option"),a=r.map((function(){return t.item(n(this)).id})).get(),i=[];function o(e){return function(){return n(this).val()==e.id}}for(var s=0;s<e.length;s++){var l=this._normalizeItem(e[s]);if(a.indexOf(l.id)>=0){var u=r.filter(o(l)),c=this.item(u),p=n.extend(!0,{},l,c),d=this.option(p);u.replaceWith(d)}else{var f=this.option(l);if(l.children){var m=this.convertToOptions(l.children);f.append(m)}i.push(f)}}return i},r})),n.define("select2/data/ajax",["./array","../utils","jquery"],(function(e,t,n){function r(e,t){this.ajaxOptions=this._applyDefaults(t.get("ajax")),null!=this.ajaxOptions.processResults&&(this.processResults=this.ajaxOptions.processResults),r.__super__.constructor.call(this,e,t)}return t.Extend(r,e),r.prototype._applyDefaults=function(e){var t={data:function(e){return n.extend({},e,{q:e.term})},transport:function(e,t,r){var a=n.ajax(e);return a.then(t),a.fail(r),a}};return n.extend({},t,e,!0)},r.prototype.processResults=function(e){return e},r.prototype.query=function(e,t){var r=this;null!=this._request&&("function"==typeof this._request.abort&&this._request.abort(),this._request=null);var a=n.extend({type:"GET"},this.ajaxOptions);function i(){var n=a.transport(a,(function(n){var a=r.processResults(n,e);r.options.get("debug")&&window.console&&console.error&&(a&&a.results&&Array.isArray(a.results)||console.error("Select2: The AJAX results did not return an array in the `results` key of the response.")),t(a)}),(function(){(!("status"in n)||0!==n.status&&"0"!==n.status)&&r.trigger("results:message",{message:"errorLoading"})}));r._request=n}"function"==typeof a.url&&(a.url=a.url.call(this.$element,e)),"function"==typeof a.data&&(a.data=a.data.call(this.$element,e)),this.ajaxOptions.delay&&null!=e.term?(this._queryTimeout&&window.clearTimeout(this._queryTimeout),this._queryTimeout=window.setTimeout(i,this.ajaxOptions.delay)):i()},r})),n.define("select2/data/tags",["jquery"],(function(e){function t(e,t,n){var r=n.get("tags"),a=n.get("createTag");void 0!==a&&(this.createTag=a);var i=n.get("insertTag");if(void 0!==i&&(this.insertTag=i),e.call(this,t,n),Array.isArray(r))for(var o=0;o<r.length;o++){var s=r[o],l=this._normalizeItem(s),u=this.option(l);this.$element.append(u)}}return t.prototype.query=function(e,t,n){var r=this;this._removeOldTags(),null!=t.term&&null==t.page?e.call(this,t,(function e(a,i){for(var o=a.results,s=0;s<o.length;s++){var l=o[s],u=null!=l.children&&!e({results:l.children},!0);if((l.text||"").toUpperCase()===(t.term||"").toUpperCase()||u)return!i&&(a.data=o,void n(a))}if(i)return!0;var c=r.createTag(t);if(null!=c){var p=r.option(c);p.attr("data-select2-tag","true"),r.addOptions([p]),r.insertTag(o,c)}a.results=o,n(a)})):e.call(this,t,n)},t.prototype.createTag=function(e,t){if(null==t.term)return null;var n=t.term.trim();return""===n?null:{id:n,text:n}},t.prototype.insertTag=function(e,t,n){t.unshift(n)},t.prototype._removeOldTags=function(t){this.$element.find("option[data-select2-tag]").each((function(){this.selected||e(this).remove()}))},t})),n.define("select2/data/tokenizer",["jquery"],(function(e){function t(e,t,n){var r=n.get("tokenizer");void 0!==r&&(this.tokenizer=r),e.call(this,t,n)}return t.prototype.bind=function(e,t,n){e.call(this,t,n),this.$search=t.dropdown.$search||t.selection.$search||n.find(".select2-search__field")},t.prototype.query=function(t,n,r){var a=this;n.term=n.term||"";var i=this.tokenizer(n,this.options,(function(t){var n=a._normalizeItem(t);if(!a.$element.find("option").filter((function(){return e(this).val()===n.id})).length){var r=a.option(n);r.attr("data-select2-tag",!0),a._removeOldTags(),a.addOptions([r])}!function(e){a.trigger("select",{data:e})}(n)}));i.term!==n.term&&(this.$search.length&&(this.$search.val(i.term),this.$search.trigger("focus")),n.term=i.term),t.call(this,n,r)},t.prototype.tokenizer=function(t,n,r,a){for(var i=r.get("tokenSeparators")||[],o=n.term,s=0,l=this.createTag||function(e){return{id:e.term,text:e.term}};s<o.length;){var u=o[s];if(-1!==i.indexOf(u)){var c=o.substr(0,s),p=l(e.extend({},n,{term:c}));null!=p?(a(p),o=o.substr(s+1)||"",s=0):s++}else s++}return{term:o}},t})),n.define("select2/data/minimumInputLength",[],(function(){function e(e,t,n){this.minimumInputLength=n.get("minimumInputLength"),e.call(this,t,n)}return e.prototype.query=function(e,t,n){t.term=t.term||"",t.term.length<this.minimumInputLength?this.trigger("results:message",{message:"inputTooShort",args:{minimum:this.minimumInputLength,input:t.term,params:t}}):e.call(this,t,n)},e})),n.define("select2/data/maximumInputLength",[],(function(){function e(e,t,n){this.maximumInputLength=n.get("maximumInputLength"),e.call(this,t,n)}return e.prototype.query=function(e,t,n){t.term=t.term||"",this.maximumInputLength>0&&t.term.length>this.maximumInputLength?this.trigger("results:message",{message:"inputTooLong",args:{maximum:this.maximumInputLength,input:t.term,params:t}}):e.call(this,t,n)},e})),n.define("select2/data/maximumSelectionLength",[],(function(){function e(e,t,n){this.maximumSelectionLength=n.get("maximumSelectionLength"),e.call(this,t,n)}return e.prototype.bind=function(e,t,n){var r=this;e.call(this,t,n),t.on("select",(function(){r._checkIfMaximumSelected()}))},e.prototype.query=function(e,t,n){var r=this;this._checkIfMaximumSelected((function(){e.call(r,t,n)}))},e.prototype._checkIfMaximumSelected=function(e,t){var n=this;this.current((function(e){var r=null!=e?e.length:0;n.maximumSelectionLength>0&&r>=n.maximumSelectionLength?n.trigger("results:message",{message:"maximumSelected",args:{maximum:n.maximumSelectionLength}}):t&&t()}))},e})),n.define("select2/dropdown",["jquery","./utils"],(function(e,t){function n(e,t){this.$element=e,this.options=t,n.__super__.constructor.call(this)}return t.Extend(n,t.Observable),n.prototype.render=function(){var t=e('<span class="select2-dropdown"><span class="select2-results"></span></span>');return t.attr("dir",this.options.get("dir")),this.$dropdown=t,t},n.prototype.bind=function(){},n.prototype.position=function(e,t){},n.prototype.destroy=function(){this.$dropdown.remove()},n})),n.define("select2/dropdown/search",["jquery"],(function(e){function t(){}return t.prototype.render=function(t){var n=t.call(this),r=this.options.get("translations").get("search"),a=e('<span class="select2-search select2-search--dropdown"><input class="select2-search__field" type="search" tabindex="-1" autocorrect="off" autocapitalize="none" spellcheck="false" role="searchbox" aria-autocomplete="list" /></span>');return this.$searchContainer=a,this.$search=a.find("input"),this.$search.prop("autocomplete",this.options.get("autocomplete")),this.$search.attr("aria-label",r()),n.prepend(a),n},t.prototype.bind=function(t,n,r){var a=this,i=n.id+"-results";t.call(this,n,r),this.$search.on("keydown",(function(e){a.trigger("keypress",e),a._keyUpPrevented=e.isDefaultPrevented()})),this.$search.on("input",(function(t){e(this).off("keyup")})),this.$search.on("keyup input",(function(e){a.handleSearch(e)})),n.on("open",(function(){a.$search.attr("tabindex",0),a.$search.attr("aria-controls",i),a.$search.trigger("focus"),window.setTimeout((function(){a.$search.trigger("focus")}),0)})),n.on("close",(function(){a.$search.attr("tabindex",-1),a.$search.removeAttr("aria-controls"),a.$search.removeAttr("aria-activedescendant"),a.$search.val(""),a.$search.trigger("blur")})),n.on("focus",(function(){n.isOpen()||a.$search.trigger("focus")})),n.on("results:all",(function(e){null!=e.query.term&&""!==e.query.term||(a.showSearch(e)?a.$searchContainer[0].classList.remove("select2-search--hide"):a.$searchContainer[0].classList.add("select2-search--hide"))})),n.on("results:focus",(function(e){e.data._resultId?a.$search.attr("aria-activedescendant",e.data._resultId):a.$search.removeAttr("aria-activedescendant")}))},t.prototype.handleSearch=function(e){if(!this._keyUpPrevented){var t=this.$search.val();this.trigger("query",{term:t})}this._keyUpPrevented=!1},t.prototype.showSearch=function(e,t){return!0},t})),n.define("select2/dropdown/hidePlaceholder",[],(function(){function e(e,t,n,r){this.placeholder=this.normalizePlaceholder(n.get("placeholder")),e.call(this,t,n,r)}return e.prototype.append=function(e,t){t.results=this.removePlaceholder(t.results),e.call(this,t)},e.prototype.normalizePlaceholder=function(e,t){return"string"==typeof t&&(t={id:"",text:t}),t},e.prototype.removePlaceholder=function(e,t){for(var n=t.slice(0),r=t.length-1;r>=0;r--){var a=t[r];this.placeholder.id===a.id&&n.splice(r,1)}return n},e})),n.define("select2/dropdown/infiniteScroll",["jquery"],(function(e){function t(e,t,n,r){this.lastParams={},e.call(this,t,n,r),this.$loadingMore=this.createLoadingMore(),this.loading=!1}return t.prototype.append=function(e,t){this.$loadingMore.remove(),this.loading=!1,e.call(this,t),this.showLoadingMore(t)&&(this.$results.append(this.$loadingMore),this.loadMoreIfNeeded())},t.prototype.bind=function(e,t,n){var r=this;e.call(this,t,n),t.on("query",(function(e){r.lastParams=e,r.loading=!0})),t.on("query:append",(function(e){r.lastParams=e,r.loading=!0})),this.$results.on("scroll",this.loadMoreIfNeeded.bind(this))},t.prototype.loadMoreIfNeeded=function(){var t=e.contains(document.documentElement,this.$loadingMore[0]);!this.loading&&t&&this.$results.offset().top+this.$results.outerHeight(!1)+50>=this.$loadingMore.offset().top+this.$loadingMore.outerHeight(!1)&&this.loadMore()},t.prototype.loadMore=function(){this.loading=!0;var t=e.extend({},{page:1},this.lastParams);t.page++,this.trigger("query:append",t)},t.prototype.showLoadingMore=function(e,t){return t.pagination&&t.pagination.more},t.prototype.createLoadingMore=function(){var t=e('<li class="select2-results__option select2-results__option--load-more"role="option" aria-disabled="true"></li>'),n=this.options.get("translations").get("loadingMore");return t.html(n(this.lastParams)),t},t})),n.define("select2/dropdown/attachBody",["jquery","../utils"],(function(e,t){function n(t,n,r){this.$dropdownParent=e(r.get("dropdownParent")||document.body),t.call(this,n,r)}return n.prototype.bind=function(e,t,n){var r=this;e.call(this,t,n),t.on("open",(function(){r._showDropdown(),r._attachPositioningHandler(t),r._bindContainerResultHandlers(t)})),t.on("close",(function(){r._hideDropdown(),r._detachPositioningHandler(t)})),this.$dropdownContainer.on("mousedown",(function(e){e.stopPropagation()}))},n.prototype.destroy=function(e){e.call(this),this.$dropdownContainer.remove()},n.prototype.position=function(e,t,n){t.attr("class",n.attr("class")),t[0].classList.remove("select2"),t[0].classList.add("select2-container--open"),t.css({position:"absolute",top:-999999}),this.$container=n},n.prototype.render=function(t){var n=e("<span></span>"),r=t.call(this);return n.append(r),this.$dropdownContainer=n,n},n.prototype._hideDropdown=function(e){this.$dropdownContainer.detach()},n.prototype._bindContainerResultHandlers=function(e,t){if(!this._containerResultsHandlersBound){var n=this;t.on("results:all",(function(){n._positionDropdown(),n._resizeDropdown()})),t.on("results:append",(function(){n._positionDropdown(),n._resizeDropdown()})),t.on("results:message",(function(){n._positionDropdown(),n._resizeDropdown()})),t.on("select",(function(){n._positionDropdown(),n._resizeDropdown()})),t.on("unselect",(function(){n._positionDropdown(),n._resizeDropdown()})),this._containerResultsHandlersBound=!0}},n.prototype._attachPositioningHandler=function(n,r){var a=this,i="scroll.select2."+r.id,o="resize.select2."+r.id,s="orientationchange.select2."+r.id,l=this.$container.parents().filter(t.hasScroll);l.each((function(){t.StoreData(this,"select2-scroll-position",{x:e(this).scrollLeft(),y:e(this).scrollTop()})})),l.on(i,(function(n){var r=t.GetData(this,"select2-scroll-position");e(this).scrollTop(r.y)})),e(window).on(i+" "+o+" "+s,(function(e){a._positionDropdown(),a._resizeDropdown()}))},n.prototype._detachPositioningHandler=function(n,r){var a="scroll.select2."+r.id,i="resize.select2."+r.id,o="orientationchange.select2."+r.id;this.$container.parents().filter(t.hasScroll).off(a),e(window).off(a+" "+i+" "+o)},n.prototype._positionDropdown=function(){var t=e(window),n=this.$dropdown[0].classList.contains("select2-dropdown--above"),r=this.$dropdown[0].classList.contains("select2-dropdown--below"),a=null,i=this.$container.offset();i.bottom=i.top+this.$container.outerHeight(!1);var o={height:this.$container.outerHeight(!1)};o.top=i.top,o.bottom=i.top+o.height;var s=this.$dropdown.outerHeight(!1),l=t.scrollTop(),u=t.scrollTop()+t.height(),c=l<i.top-s,p=u>i.bottom+s,d={left:i.left,top:o.bottom},f=this.$dropdownParent;"static"===f.css("position")&&(f=f.offsetParent());var m={top:0,left:0};(e.contains(document.body,f[0])||f[0].isConnected)&&(m=f.offset()),d.top-=m.top,d.left-=m.left,n||r||(a="below"),p||!c||n?!c&&p&&n&&(a="below"):a="above",("above"==a||n&&"below"!==a)&&(d.top=o.top-m.top-s),null!=a&&(this.$dropdown[0].classList.remove("select2-dropdown--below"),this.$dropdown[0].classList.remove("select2-dropdown--above"),this.$dropdown[0].classList.add("select2-dropdown--"+a),this.$container[0].classList.remove("select2-container--below"),this.$container[0].classList.remove("select2-container--above"),this.$container[0].classList.add("select2-container--"+a)),this.$dropdownContainer.css(d)},n.prototype._resizeDropdown=function(){var e={width:this.$container.outerWidth(!1)+"px"};this.options.get("dropdownAutoWidth")&&(e.minWidth=e.width,e.position="relative",e.width="auto"),this.$dropdown.css(e)},n.prototype._showDropdown=function(e){this.$dropdownContainer.appendTo(this.$dropdownParent),this._positionDropdown(),this._resizeDropdown()},n})),n.define("select2/dropdown/minimumResultsForSearch",[],(function(){function e(e,t,n,r){this.minimumResultsForSearch=n.get("minimumResultsForSearch"),this.minimumResultsForSearch<0&&(this.minimumResultsForSearch=1/0),e.call(this,t,n,r)}return e.prototype.showSearch=function(e,t){return!(function e(t){for(var n=0,r=0;r<t.length;r++){var a=t[r];a.children?n+=e(a.children):n++}return n}(t.data.results)<this.minimumResultsForSearch)&&e.call(this,t)},e})),n.define("select2/dropdown/selectOnClose",["../utils"],(function(e){function t(){}return t.prototype.bind=function(e,t,n){var r=this;e.call(this,t,n),t.on("close",(function(e){r._handleSelectOnClose(e)}))},t.prototype._handleSelectOnClose=function(t,n){if(n&&null!=n.originalSelect2Event){var r=n.originalSelect2Event;if("select"===r._type||"unselect"===r._type)return}var a=this.getHighlightedResults();if(!(a.length<1)){var i=e.GetData(a[0],"data");null!=i.element&&i.element.selected||null==i.element&&i.selected||this.trigger("select",{data:i})}},t})),n.define("select2/dropdown/closeOnSelect",[],(function(){function e(){}return e.prototype.bind=function(e,t,n){var r=this;e.call(this,t,n),t.on("select",(function(e){r._selectTriggered(e)})),t.on("unselect",(function(e){r._selectTriggered(e)}))},e.prototype._selectTriggered=function(e,t){var n=t.originalEvent;n&&(n.ctrlKey||n.metaKey)||this.trigger("close",{originalEvent:n,originalSelect2Event:t})},e})),n.define("select2/dropdown/dropdownCss",["../utils"],(function(e){function t(){}return t.prototype.render=function(t){var n=t.call(this),r=this.options.get("dropdownCssClass")||"";return-1!==r.indexOf(":all:")&&(r=r.replace(":all:",""),e.copyNonInternalCssClasses(n[0],this.$element[0])),n.addClass(r),n},t})),n.define("select2/dropdown/tagsSearchHighlight",["../utils"],(function(e){function t(){}return t.prototype.highlightFirstItem=function(t){var n=this.$results.find(".select2-results__option--selectable:not(.select2-results__option--selected)");if(n.length>0){var r=n.first(),a=e.GetData(r[0],"data").element;if(a&&a.getAttribute&&"true"===a.getAttribute("data-select2-tag"))return void r.trigger("mouseenter")}t.call(this)},t})),n.define("select2/i18n/en",[],(function(){return{errorLoading:function(){return"The results could not be loaded."},inputTooLong:function(e){var t=e.input.length-e.maximum,n="Please delete "+t+" character";return 1!=t&&(n+="s"),n},inputTooShort:function(e){return"Please enter "+(e.minimum-e.input.length)+" or more characters"},loadingMore:function(){return"Loading more results…"},maximumSelected:function(e){var t="You can only select "+e.maximum+" item";return 1!=e.maximum&&(t+="s"),t},noResults:function(){return"No results found"},searching:function(){return"Searching…"},removeAllItems:function(){return"Remove all items"},removeItem:function(){return"Remove item"},search:function(){return"Search"}}})),n.define("select2/defaults",["jquery","./results","./selection/single","./selection/multiple","./selection/placeholder","./selection/allowClear","./selection/search","./selection/selectionCss","./selection/eventRelay","./utils","./translation","./diacritics","./data/select","./data/array","./data/ajax","./data/tags","./data/tokenizer","./data/minimumInputLength","./data/maximumInputLength","./data/maximumSelectionLength","./dropdown","./dropdown/search","./dropdown/hidePlaceholder","./dropdown/infiniteScroll","./dropdown/attachBody","./dropdown/minimumResultsForSearch","./dropdown/selectOnClose","./dropdown/closeOnSelect","./dropdown/dropdownCss","./dropdown/tagsSearchHighlight","./i18n/en"],(function(e,t,n,r,a,i,o,s,l,u,c,p,d,f,m,h,v,g,y,b,_,w,E,k,S,C,I,x,O,T,N){function D(){this.reset()}return D.prototype.apply=function(c){if(null==(c=e.extend(!0,{},this.defaults,c)).dataAdapter&&(null!=c.ajax?c.dataAdapter=m:null!=c.data?c.dataAdapter=f:c.dataAdapter=d,c.minimumInputLength>0&&(c.dataAdapter=u.Decorate(c.dataAdapter,g)),c.maximumInputLength>0&&(c.dataAdapter=u.Decorate(c.dataAdapter,y)),c.maximumSelectionLength>0&&(c.dataAdapter=u.Decorate(c.dataAdapter,b)),c.tags&&(c.dataAdapter=u.Decorate(c.dataAdapter,h)),null==c.tokenSeparators&&null==c.tokenizer||(c.dataAdapter=u.Decorate(c.dataAdapter,v))),null==c.resultsAdapter&&(c.resultsAdapter=t,null!=c.ajax&&(c.resultsAdapter=u.Decorate(c.resultsAdapter,k)),null!=c.placeholder&&(c.resultsAdapter=u.Decorate(c.resultsAdapter,E)),c.selectOnClose&&(c.resultsAdapter=u.Decorate(c.resultsAdapter,I)),c.tags&&(c.resultsAdapter=u.Decorate(c.resultsAdapter,T))),null==c.dropdownAdapter){if(c.multiple)c.dropdownAdapter=_;else{var p=u.Decorate(_,w);c.dropdownAdapter=p}0!==c.minimumResultsForSearch&&(c.dropdownAdapter=u.Decorate(c.dropdownAdapter,C)),c.closeOnSelect&&(c.dropdownAdapter=u.Decorate(c.dropdownAdapter,x)),null!=c.dropdownCssClass&&(c.dropdownAdapter=u.Decorate(c.dropdownAdapter,O)),c.dropdownAdapter=u.Decorate(c.dropdownAdapter,S)}null==c.selectionAdapter&&(c.multiple?c.selectionAdapter=r:c.selectionAdapter=n,null!=c.placeholder&&(c.selectionAdapter=u.Decorate(c.selectionAdapter,a)),c.allowClear&&(c.selectionAdapter=u.Decorate(c.selectionAdapter,i)),c.multiple&&(c.selectionAdapter=u.Decorate(c.selectionAdapter,o)),null!=c.selectionCssClass&&(c.selectionAdapter=u.Decorate(c.selectionAdapter,s)),c.selectionAdapter=u.Decorate(c.selectionAdapter,l)),c.language=this._resolveLanguage(c.language),c.language.push("en");for(var N=[],D=0;D<c.language.length;D++){var A=c.language[D];-1===N.indexOf(A)&&N.push(A)}return c.language=N,c.translations=this._processTranslations(c.language,c.debug),c},D.prototype.reset=function(){function t(e){return e.replace(/[^\u0000-\u007E]/g,(function(e){return p[e]||e}))}this.defaults={amdLanguageBase:"./i18n/",autocomplete:"off",closeOnSelect:!0,debug:!1,dropdownAutoWidth:!1,escapeMarkup:u.escapeMarkup,language:{},matcher:function n(r,a){if(null==r.term||""===r.term.trim())return a;if(a.children&&a.children.length>0){for(var i=e.extend(!0,{},a),o=a.children.length-1;o>=0;o--)null==n(r,a.children[o])&&i.children.splice(o,1);return i.children.length>0?i:n(r,i)}var s=t(a.text).toUpperCase(),l=t(r.term).toUpperCase();return s.indexOf(l)>-1?a:null},minimumInputLength:0,maximumInputLength:0,maximumSelectionLength:0,minimumResultsForSearch:0,selectOnClose:!1,scrollAfterSelect:!1,sorter:function(e){return e},templateResult:function(e){return e.text},templateSelection:function(e){return e.text},theme:"default",width:"resolve"}},D.prototype.applyFromElement=function(e,t){var n=e.language,r=this.defaults.language,a=t.prop("lang"),i=t.closest("[lang]").prop("lang"),o=Array.prototype.concat.call(this._resolveLanguage(a),this._resolveLanguage(n),this._resolveLanguage(r),this._resolveLanguage(i));return e.language=o,e},D.prototype._resolveLanguage=function(t){if(!t)return[];if(e.isEmptyObject(t))return[];if(e.isPlainObject(t))return[t];var n;n=Array.isArray(t)?t:[t];for(var r=[],a=0;a<n.length;a++)if(r.push(n[a]),"string"==typeof n[a]&&n[a].indexOf("-")>0){var i=n[a].split("-")[0];r.push(i)}return r},D.prototype._processTranslations=function(t,n){for(var r=new c,a=0;a<t.length;a++){var i=new c,o=t[a];if("string"==typeof o)try{i=c.loadPath(o)}catch(e){try{o=this.defaults.amdLanguageBase+o,i=c.loadPath(o)}catch(e){n&&window.console&&console.warn&&console.warn('Select2: The language file for "'+o+'" could not be automatically loaded. A fallback will be used instead.')}}else i=e.isPlainObject(o)?new c(o):o;r.extend(i)}return r},D.prototype.set=function(t,n){var r={};r[e.camelCase(t)]=n;var a=u._convertData(r);e.extend(!0,this.defaults,a)},new D})),n.define("select2/options",["jquery","./defaults","./utils"],(function(e,t,n){function r(e,n){this.options=e,null!=n&&this.fromElement(n),null!=n&&(this.options=t.applyFromElement(this.options,n)),this.options=t.apply(this.options)}return r.prototype.fromElement=function(t){var r=["select2"];null==this.options.multiple&&(this.options.multiple=t.prop("multiple")),null==this.options.disabled&&(this.options.disabled=t.prop("disabled")),null==this.options.autocomplete&&t.prop("autocomplete")&&(this.options.autocomplete=t.prop("autocomplete")),null==this.options.dir&&(t.prop("dir")?this.options.dir=t.prop("dir"):t.closest("[dir]").prop("dir")?this.options.dir=t.closest("[dir]").prop("dir"):this.options.dir="ltr"),t.prop("disabled",this.options.disabled),t.prop("multiple",this.options.multiple),n.GetData(t[0],"select2Tags")&&(this.options.debug&&window.console&&console.warn&&console.warn('Select2: The `data-select2-tags` attribute has been changed to use the `data-data` and `data-tags="true"` attributes and will be removed in future versions of Select2.'),n.StoreData(t[0],"data",n.GetData(t[0],"select2Tags")),n.StoreData(t[0],"tags",!0)),n.GetData(t[0],"ajaxUrl")&&(this.options.debug&&window.console&&console.warn&&console.warn("Select2: The `data-ajax-url` attribute has been changed to `data-ajax--url` and support for the old attribute will be removed in future versions of Select2."),t.attr("ajax--url",n.GetData(t[0],"ajaxUrl")),n.StoreData(t[0],"ajax-Url",n.GetData(t[0],"ajaxUrl")));var a={};function i(e,t){return t.toUpperCase()}for(var o=0;o<t[0].attributes.length;o++){var s=t[0].attributes[o].name;if("data-"==s.substr(0,"data-".length)){var l=s.substring("data-".length),u=n.GetData(t[0],l);a[l.replace(/-([a-z])/g,i)]=u}}e.fn.jquery&&"1."==e.fn.jquery.substr(0,2)&&t[0].dataset&&(a=e.extend(!0,{},t[0].dataset,a));var c=e.extend(!0,{},n.GetData(t[0]),a);for(var p in c=n._convertData(c))r.indexOf(p)>-1||(e.isPlainObject(this.options[p])?e.extend(this.options[p],c[p]):this.options[p]=c[p]);return this},r.prototype.get=function(e){return this.options[e]},r.prototype.set=function(e,t){this.options[e]=t},r})),n.define("select2/core",["jquery","./options","./utils","./keys"],(function(e,t,n,r){var a=function(e,r){null!=n.GetData(e[0],"select2")&&n.GetData(e[0],"select2").destroy(),this.$element=e,this.id=this._generateId(e),r=r||{},this.options=new t(r,e),a.__super__.constructor.call(this);var i=e.attr("tabindex")||0;n.StoreData(e[0],"old-tabindex",i),e.attr("tabindex","-1");var o=this.options.get("dataAdapter");this.dataAdapter=new o(e,this.options);var s=this.render();this._placeContainer(s);var l=this.options.get("selectionAdapter");this.selection=new l(e,this.options),this.$selection=this.selection.render(),this.selection.position(this.$selection,s);var u=this.options.get("dropdownAdapter");this.dropdown=new u(e,this.options),this.$dropdown=this.dropdown.render(),this.dropdown.position(this.$dropdown,s);var c=this.options.get("resultsAdapter");this.results=new c(e,this.options,this.dataAdapter),this.$results=this.results.render(),this.results.position(this.$results,this.$dropdown);var p=this;this._bindAdapters(),this._registerDomEvents(),this._registerDataEvents(),this._registerSelectionEvents(),this._registerDropdownEvents(),this._registerResultsEvents(),this._registerEvents(),this.dataAdapter.current((function(e){p.trigger("selection:update",{data:e})})),e[0].classList.add("select2-hidden-accessible"),e.attr("aria-hidden","true"),this._syncAttributes(),n.StoreData(e[0],"select2",this),e.data("select2",this)};return n.Extend(a,n.Observable),a.prototype._generateId=function(e){return"select2-"+(null!=e.attr("id")?e.attr("id"):null!=e.attr("name")?e.attr("name")+"-"+n.generateChars(2):n.generateChars(4)).replace(/(:|\.|\[|\]|,)/g,"")},a.prototype._placeContainer=function(e){e.insertAfter(this.$element);var t=this._resolveWidth(this.$element,this.options.get("width"));null!=t&&e.css("width",t)},a.prototype._resolveWidth=function(e,t){var n=/^width:(([-+]?([0-9]*\.)?[0-9]+)(px|em|ex|%|in|cm|mm|pt|pc))/i;if("resolve"==t){var r=this._resolveWidth(e,"style");return null!=r?r:this._resolveWidth(e,"element")}if("element"==t){var a=e.outerWidth(!1);return a<=0?"auto":a+"px"}if("style"==t){var i=e.attr("style");if("string"!=typeof i)return null;for(var o=i.split(";"),s=0,l=o.length;s<l;s+=1){var u=o[s].replace(/\s/g,"").match(n);if(null!==u&&u.length>=1)return u[1]}return null}return"computedstyle"==t?window.getComputedStyle(e[0]).width:t},a.prototype._bindAdapters=function(){this.dataAdapter.bind(this,this.$container),this.selection.bind(this,this.$container),this.dropdown.bind(this,this.$container),this.results.bind(this,this.$container)},a.prototype._registerDomEvents=function(){var e=this;this.$element.on("change.select2",(function(){e.dataAdapter.current((function(t){e.trigger("selection:update",{data:t})}))})),this.$element.on("focus.select2",(function(t){e.trigger("focus",t)})),this._syncA=n.bind(this._syncAttributes,this),this._syncS=n.bind(this._syncSubtree,this),this._observer=new window.MutationObserver((function(t){e._syncA(),e._syncS(t)})),this._observer.observe(this.$element[0],{attributes:!0,childList:!0,subtree:!1})},a.prototype._registerDataEvents=function(){var e=this;this.dataAdapter.on("*",(function(t,n){e.trigger(t,n)}))},a.prototype._registerSelectionEvents=function(){var e=this,t=["toggle","focus"];this.selection.on("toggle",(function(){e.toggleDropdown()})),this.selection.on("focus",(function(t){e.focus(t)})),this.selection.on("*",(function(n,r){-1===t.indexOf(n)&&e.trigger(n,r)}))},a.prototype._registerDropdownEvents=function(){var e=this;this.dropdown.on("*",(function(t,n){e.trigger(t,n)}))},a.prototype._registerResultsEvents=function(){var e=this;this.results.on("*",(function(t,n){e.trigger(t,n)}))},a.prototype._registerEvents=function(){var e=this;this.on("open",(function(){e.$container[0].classList.add("select2-container--open")})),this.on("close",(function(){e.$container[0].classList.remove("select2-container--open")})),this.on("enable",(function(){e.$container[0].classList.remove("select2-container--disabled")})),this.on("disable",(function(){e.$container[0].classList.add("select2-container--disabled")})),this.on("blur",(function(){e.$container[0].classList.remove("select2-container--focus")})),this.on("query",(function(t){e.isOpen()||e.trigger("open",{}),this.dataAdapter.query(t,(function(n){e.trigger("results:all",{data:n,query:t})}))})),this.on("query:append",(function(t){this.dataAdapter.query(t,(function(n){e.trigger("results:append",{data:n,query:t})}))})),this.on("keypress",(function(t){var n=t.which;e.isOpen()?n===r.ESC||n===r.UP&&t.altKey?(e.close(t),t.preventDefault()):n===r.ENTER||n===r.TAB?(e.trigger("results:select",{}),t.preventDefault()):n===r.SPACE&&t.ctrlKey?(e.trigger("results:toggle",{}),t.preventDefault()):n===r.UP?(e.trigger("results:previous",{}),t.preventDefault()):n===r.DOWN&&(e.trigger("results:next",{}),t.preventDefault()):(n===r.ENTER||n===r.SPACE||n===r.DOWN&&t.altKey)&&(e.open(),t.preventDefault())}))},a.prototype._syncAttributes=function(){this.options.set("disabled",this.$element.prop("disabled")),this.isDisabled()?(this.isOpen()&&this.close(),this.trigger("disable",{})):this.trigger("enable",{})},a.prototype._isChangeMutation=function(e){var t=this;if(e.addedNodes&&e.addedNodes.length>0){for(var n=0;n<e.addedNodes.length;n++)if(e.addedNodes[n].selected)return!0}else{if(e.removedNodes&&e.removedNodes.length>0)return!0;if(Array.isArray(e))return e.some((function(e){return t._isChangeMutation(e)}))}return!1},a.prototype._syncSubtree=function(e){var t=this._isChangeMutation(e),n=this;t&&this.dataAdapter.current((function(e){n.trigger("selection:update",{data:e})}))},a.prototype.trigger=function(e,t){var n=a.__super__.trigger,r={open:"opening",close:"closing",select:"selecting",unselect:"unselecting",clear:"clearing"};if(void 0===t&&(t={}),e in r){var i=r[e],o={prevented:!1,name:e,args:t};if(n.call(this,i,o),o.prevented)return void(t.prevented=!0)}n.call(this,e,t)},a.prototype.toggleDropdown=function(){this.isDisabled()||(this.isOpen()?this.close():this.open())},a.prototype.open=function(){this.isOpen()||this.isDisabled()||this.trigger("query",{})},a.prototype.close=function(e){this.isOpen()&&this.trigger("close",{originalEvent:e})},a.prototype.isEnabled=function(){return!this.isDisabled()},a.prototype.isDisabled=function(){return this.options.get("disabled")},a.prototype.isOpen=function(){return this.$container[0].classList.contains("select2-container--open")},a.prototype.hasFocus=function(){return this.$container[0].classList.contains("select2-container--focus")},a.prototype.focus=function(e){this.hasFocus()||(this.$container[0].classList.add("select2-container--focus"),this.trigger("focus",{}))},a.prototype.enable=function(e){this.options.get("debug")&&window.console&&console.warn&&console.warn('Select2: The `select2("enable")` method has been deprecated and will be removed in later Select2 versions. Use $element.prop("disabled") instead.'),null!=e&&0!==e.length||(e=[!0]);var t=!e[0];this.$element.prop("disabled",t)},a.prototype.data=function(){this.options.get("debug")&&arguments.length>0&&window.console&&console.warn&&console.warn('Select2: Data can no longer be set using `select2("data")`. You should consider setting the value instead using `$element.val()`.');var e=[];return this.dataAdapter.current((function(t){e=t})),e},a.prototype.val=function(e){if(this.options.get("debug")&&window.console&&console.warn&&console.warn('Select2: The `select2("val")` method has been deprecated and will be removed in later Select2 versions. Use $element.val() instead.'),null==e||0===e.length)return this.$element.val();var t=e[0];Array.isArray(t)&&(t=t.map((function(e){return e.toString()}))),this.$element.val(t).trigger("input").trigger("change")},a.prototype.destroy=function(){n.RemoveData(this.$container[0]),this.$container.remove(),this._observer.disconnect(),this._observer=null,this._syncA=null,this._syncS=null,this.$element.off(".select2"),this.$element.attr("tabindex",n.GetData(this.$element[0],"old-tabindex")),this.$element[0].classList.remove("select2-hidden-accessible"),this.$element.attr("aria-hidden","false"),n.RemoveData(this.$element[0]),this.$element.removeData("select2"),this.dataAdapter.destroy(),this.selection.destroy(),this.dropdown.destroy(),this.results.destroy(),this.dataAdapter=null,this.selection=null,this.dropdown=null,this.results=null},a.prototype.render=function(){var t=e('<span class="select2 select2-container"><span class="selection"></span><span class="dropdown-wrapper" aria-hidden="true"></span></span>');return t.attr("dir",this.options.get("dir")),this.$container=t,this.$container[0].classList.add("select2-container--"+this.options.get("theme")),n.StoreData(t[0],"element",this.$element),t},a})),n.define("select2/dropdown/attachContainer",[],(function(){function e(e,t,n){e.call(this,t,n)}return e.prototype.position=function(e,t,n){n.find(".dropdown-wrapper").append(t),t[0].classList.add("select2-dropdown--below"),n[0].classList.add("select2-container--below")},e})),n.define("select2/dropdown/stopPropagation",[],(function(){function e(){}return e.prototype.bind=function(e,t,n){e.call(this,t,n),this.$dropdown.on(["blur","change","click","dblclick","focus","focusin","focusout","input","keydown","keyup","keypress","mousedown","mouseenter","mouseleave","mousemove","mouseover","mouseup","search","touchend","touchstart"].join(" "),(function(e){e.stopPropagation()}))},e})),n.define("select2/selection/stopPropagation",[],(function(){function e(){}return e.prototype.bind=function(e,t,n){e.call(this,t,n),this.$selection.on(["blur","change","click","dblclick","focus","focusin","focusout","input","keydown","keyup","keypress","mousedown","mouseenter","mouseleave","mousemove","mouseover","mouseup","search","touchend","touchstart"].join(" "),(function(e){e.stopPropagation()}))},e})),
|
| 65 |
/*!
|
| 66 |
* jQuery Mousewheel 3.1.13
|
| 67 |
*
|
|
@@ -69,7 +69,7 @@ var e,t,r;n&&n.requirejs||(n?t=n:n={},function(n){var a,i,o,s,l={},u={},c={},p={
|
|
| 69 |
* Released under the MIT license
|
| 70 |
* http://jquery.org/license
|
| 71 |
*/
|
| 72 |
-
function(t){"function"==typeof n.define&&n.define.amd?n.define("jquery-mousewheel",["jquery"],t):e.exports=t}((function(e){var t,n,r=["wheel","mousewheel","DOMMouseScroll","MozMousePixelScroll"],a="onwheel"in document||document.documentMode>=9?["wheel"]:["mousewheel","DomMouseScroll","MozMousePixelScroll"],i=Array.prototype.slice;if(e.event.fixHooks)for(var o=r.length;o;)e.event.fixHooks[r[--o]]=e.event.mouseHooks;var s=e.event.special.mousewheel={version:"3.1.12",setup:function(){if(this.addEventListener)for(var t=a.length;t;)this.addEventListener(a[--t],l,!1);else this.onmousewheel=l;e.data(this,"mousewheel-line-height",s.getLineHeight(this)),e.data(this,"mousewheel-page-height",s.getPageHeight(this))},teardown:function(){if(this.removeEventListener)for(var t=a.length;t;)this.removeEventListener(a[--t],l,!1);else this.onmousewheel=null;e.removeData(this,"mousewheel-line-height"),e.removeData(this,"mousewheel-page-height")},getLineHeight:function(t){var n=e(t),r=n["offsetParent"in e.fn?"offsetParent":"parent"]();return r.length||(r=e("body")),parseInt(r.css("fontSize"),10)||parseInt(n.css("fontSize"),10)||16},getPageHeight:function(t){return e(t).height()},settings:{adjustOldDeltas:!0,normalizeOffset:!0}};function l(r){var a=r||window.event,o=i.call(arguments,1),l=0,p=0,d=0,f=0,m=0,h=0;if((r=e.event.fix(a)).type="mousewheel","detail"in a&&(d=-1*a.detail),"wheelDelta"in a&&(d=a.wheelDelta),"wheelDeltaY"in a&&(d=a.wheelDeltaY),"wheelDeltaX"in a&&(p=-1*a.wheelDeltaX),"axis"in a&&a.axis===a.HORIZONTAL_AXIS&&(p=-1*d,d=0),l=0===d?p:d,"deltaY"in a&&(l=d=-1*a.deltaY),"deltaX"in a&&(p=a.deltaX,0===d&&(l=-1*p)),0!==d||0!==p){if(1===a.deltaMode){var v=e.data(this,"mousewheel-line-height");l*=v,d*=v,p*=v}else if(2===a.deltaMode){var g=e.data(this,"mousewheel-page-height");l*=g,d*=g,p*=g}if(f=Math.max(Math.abs(d),Math.abs(p)),(!n||f<n)&&(n=f,c(a,f)&&(n/=40)),c(a,f)&&(l/=40,p/=40,d/=40),l=Math[l>=1?"floor":"ceil"](l/n),p=Math[p>=1?"floor":"ceil"](p/n),d=Math[d>=1?"floor":"ceil"](d/n),s.settings.normalizeOffset&&this.getBoundingClientRect){var y=this.getBoundingClientRect();m=r.clientX-y.left,h=r.clientY-y.top}return r.deltaX=p,r.deltaY=d,r.deltaFactor=n,r.offsetX=m,r.offsetY=h,r.deltaMode=0,o.unshift(r,l,p,d),t&&clearTimeout(t),t=setTimeout(u,200),(e.event.dispatch||e.event.handle).apply(this,o)}}function u(){n=null}function c(e,t){return s.settings.adjustOldDeltas&&"mousewheel"===e.type&&t%120==0}e.fn.extend({mousewheel:function(e){return e?this.bind("mousewheel",e):this.trigger("mousewheel")},unmousewheel:function(e){return this.unbind("mousewheel",e)}})})),n.define("jquery.select2",["jquery","jquery-mousewheel","./select2/core","./select2/defaults","./select2/utils"],(function(e,t,n,r,a){if(null==e.fn.select2){var i=["open","close","destroy"];e.fn.select2=function(t){if("object"==typeof(t=t||{}))return this.each((function(){var r=e.extend(!0,{},t);new n(e(this),r)})),this;if("string"==typeof t){var r,o=Array.prototype.slice.call(arguments,1);return this.each((function(){var e=a.GetData(this,"select2");null==e&&window.console&&console.error&&console.error("The select2('"+t+"') method was called on an element that is not using Select2."),r=e[t].apply(e,o)})),i.indexOf(t)>-1?this:r}throw new Error("Invalid arguments for Select2: "+t)}}return null==e.fn.select2.defaults&&(e.fn.select2.defaults=r),n})),{define:n.define,require:n.require}}(),r=n.require("jquery.select2");return t.fn.select2.amd=n,r})?r.apply(t,a):r)||(e.exports=i)},
|
| 73 |
/** @license React v16.13.1
|
| 74 |
* react-dom-server.browser.production.min.js
|
| 75 |
*
|
|
@@ -77,7 +77,7 @@ function(t){"function"==typeof n.define&&n.define.amd?n.define("jquery-mousewhee
|
|
| 77 |
*
|
| 78 |
* This source code is licensed under the MIT license found in the
|
| 79 |
* LICENSE file in the root directory of this source tree.
|
| 80 |
-
*/var r=n(157),a=n(0);function i(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,n=1;n<arguments.length;n++)t+="&args[]="+encodeURIComponent(arguments[n]);return"Minified React error #"+e+"; visit "+t+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var o="function"==typeof Symbol&&Symbol.for,s=o?Symbol.for("react.portal"):60106,l=o?Symbol.for("react.fragment"):60107,u=o?Symbol.for("react.strict_mode"):60108,c=o?Symbol.for("react.profiler"):60114,p=o?Symbol.for("react.provider"):60109,d=o?Symbol.for("react.context"):60110,f=o?Symbol.for("react.concurrent_mode"):60111,m=o?Symbol.for("react.forward_ref"):60112,h=o?Symbol.for("react.suspense"):60113,v=o?Symbol.for("react.suspense_list"):60120,g=o?Symbol.for("react.memo"):60115,y=o?Symbol.for("react.lazy"):60116,b=o?Symbol.for("react.block"):60121,_=o?Symbol.for("react.fundamental"):60117,w=o?Symbol.for("react.scope"):60119;function E(e){if(null==e)return null;if("function"==typeof e)return e.displayName||e.name||null;if("string"==typeof e)return e;switch(e){case l:return"Fragment";case s:return"Portal";case c:return"Profiler";case u:return"StrictMode";case h:return"Suspense";case v:return"SuspenseList"}if("object"==typeof e)switch(e.$$typeof){case d:return"Context.Consumer";case p:return"Context.Provider";case m:var t=e.render;return t=t.displayName||t.name||"",e.displayName||(""!==t?"ForwardRef("+t+")":"ForwardRef");case g:return E(e.type);case b:return E(e.render);case y:if(e=1===e._status?e._result:null)return E(e)}return null}var k=a.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;k.hasOwnProperty("ReactCurrentDispatcher")||(k.ReactCurrentDispatcher={current:null}),k.hasOwnProperty("ReactCurrentBatchConfig")||(k.ReactCurrentBatchConfig={suspense:null});var S={};function C(e,t){for(var n=0|e._threadCount;n<=t;n++)e[n]=e._currentValue2,e._threadCount=n+1}for(var I=new Uint16Array(16),x=0;15>x;x++)I[x]=x+1;I[15]=0;var O=/^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/,T=Object.prototype.hasOwnProperty,N={},D={};function A(e){return!!T.call(D,e)||!T.call(N,e)&&(O.test(e)?D[e]=!0:(N[e]=!0,!1))}function P(e,t,n,r,a,i){this.acceptsBooleans=2===t||3===t||4===t,this.attributeName=r,this.attributeNamespace=a,this.mustUseProperty=n,this.propertyName=e,this.type=t,this.sanitizeURL=i}var R={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach((function(e){R[e]=new P(e,0,!1,e,null,!1)})),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach((function(e){var t=e[0];R[t]=new P(t,1,!1,e[1],null,!1)})),["contentEditable","draggable","spellCheck","value"].forEach((function(e){R[e]=new P(e,2,!1,e.toLowerCase(),null,!1)})),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach((function(e){R[e]=new P(e,2,!1,e,null,!1)})),"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach((function(e){R[e]=new P(e,3,!1,e.toLowerCase(),null,!1)})),["checked","multiple","muted","selected"].forEach((function(e){R[e]=new P(e,3,!0,e,null,!1)})),["capture","download"].forEach((function(e){R[e]=new P(e,4,!1,e,null,!1)})),["cols","rows","size","span"].forEach((function(e){R[e]=new P(e,6,!1,e,null,!1)})),["rowSpan","start"].forEach((function(e){R[e]=new P(e,5,!1,e.toLowerCase(),null,!1)}));var j=/[\-:]([a-z])/g;function M(e){return e[1].toUpperCase()}"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach((function(e){var t=e.replace(j,M);R[t]=new P(t,1,!1,e,null,!1)})),"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach((function(e){var t=e.replace(j,M);R[t]=new P(t,1,!1,e,"http://www.w3.org/1999/xlink",!1)})),["xml:base","xml:lang","xml:space"].forEach((function(e){var t=e.replace(j,M);R[t]=new P(t,1,!1,e,"http://www.w3.org/XML/1998/namespace",!1)})),["tabIndex","crossOrigin"].forEach((function(e){R[e]=new P(e,1,!1,e.toLowerCase(),null,!1)})),R.xlinkHref=new P("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0),["src","href","action","formAction"].forEach((function(e){R[e]=new P(e,1,!1,e.toLowerCase(),null,!0)}));var L=/["'&<>]/;function F(e){if("boolean"==typeof e||"number"==typeof e)return""+e;e=""+e;var t=L.exec(e);if(t){var n,r="",a=0;for(n=t.index;n<e.length;n++){switch(e.charCodeAt(n)){case 34:t=""";break;case 38:t="&";break;case 39:t="'";break;case 60:t="<";break;case 62:t=">";break;default:continue}a!==n&&(r+=e.substring(a,n)),a=n+1,r+=t}e=a!==n?r+e.substring(a,n):r}return e}function q(e,t){var n,r=R.hasOwnProperty(e)?R[e]:null;return(n="style"!==e)&&(n=null!==r?0===r.type:2<e.length&&("o"===e[0]||"O"===e[0])&&("n"===e[1]||"N"===e[1])),n||function(e,t,n,r){if(null==t||function(e,t,n,r){if(null!==n&&0===n.type)return!1;switch(typeof t){case"function":case"symbol":return!0;case"boolean":return!r&&(null!==n?!n.acceptsBooleans:"data-"!==(e=e.toLowerCase().slice(0,5))&&"aria-"!==e);default:return!1}}(e,t,n,r))return!0;if(r)return!1;if(null!==n)switch(n.type){case 3:return!t;case 4:return!1===t;case 5:return isNaN(t);case 6:return isNaN(t)||1>t}return!1}(e,t,r,!1)?"":null!==r?(e=r.attributeName,3===(n=r.type)||4===n&&!0===t?e+'=""':(r.sanitizeURL&&(t=""+t),e+'="'+F(t)+'"')):A(e)?e+'="'+F(t)+'"':""}var B="function"==typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t},W=null,U=null,V=null,$=!1,z=!1,H=null,Y=0;function G(){if(null===W)throw Error(i(321));return W}function K(){if(0<Y)throw Error(i(312));return{memoizedState:null,queue:null,next:null}}function Q(){return null===V?null===U?($=!1,U=V=K()):($=!0,V=U):null===V.next?($=!1,V=V.next=K()):($=!0,V=V.next),V}function X(e,t,n,r){for(;z;)z=!1,Y+=1,V=null,n=e(t,r);return U=W=null,Y=0,V=H=null,n}function Z(e,t){return"function"==typeof t?t(e):t}function J(e,t,n){if(W=G(),V=Q(),$){var r=V.queue;if(t=r.dispatch,null!==H&&void 0!==(n=H.get(r))){H.delete(r),r=V.memoizedState;do{r=e(r,n.action),n=n.next}while(null!==n);return V.memoizedState=r,[r,t]}return[V.memoizedState,t]}return e=e===Z?"function"==typeof t?t():t:void 0!==n?n(t):t,V.memoizedState=e,e=(e=V.queue={last:null,dispatch:null}).dispatch=ee.bind(null,W,e),[V.memoizedState,e]}function ee(e,t,n){if(!(25>Y))throw Error(i(301));if(e===W)if(z=!0,e={action:n,next:null},null===H&&(H=new Map),void 0===(n=H.get(t)))H.set(t,e);else{for(t=n;null!==t.next;)t=t.next;t.next=e}}function te(){}var ne=0,re={readContext:function(e){var t=ne;return C(e,t),e[t]},useContext:function(e){G();var t=ne;return C(e,t),e[t]},useMemo:function(e,t){if(W=G(),t=void 0===t?null:t,null!==(V=Q())){var n=V.memoizedState;if(null!==n&&null!==t){e:{var r=n[1];if(null===r)r=!1;else{for(var a=0;a<r.length&&a<t.length;a++)if(!B(t[a],r[a])){r=!1;break e}r=!0}}if(r)return n[0]}}return e=e(),V.memoizedState=[e,t],e},useReducer:J,useRef:function(e){W=G();var t=(V=Q()).memoizedState;return null===t?(e={current:e},V.memoizedState=e):t},useState:function(e){return J(Z,e)},useLayoutEffect:function(){},useCallback:function(e){return e},useImperativeHandle:te,useEffect:te,useDebugValue:te,useResponder:function(e,t){return{props:t,responder:e}},useDeferredValue:function(e){return G(),e},useTransition:function(){return G(),[function(e){e()},!1]}},ae="http://www.w3.org/1999/xhtml";function ie(e){switch(e){case"svg":return"http://www.w3.org/2000/svg";case"math":return"http://www.w3.org/1998/Math/MathML";default:return"http://www.w3.org/1999/xhtml"}}var oe={area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0},se=r({menuitem:!0},oe),le={animationIterationCount:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},ue=["Webkit","ms","Moz","O"];Object.keys(le).forEach((function(e){ue.forEach((function(t){t=t+e.charAt(0).toUpperCase()+e.substring(1),le[t]=le[e]}))}));var ce=/([A-Z])/g,pe=/^ms-/,de=a.Children.toArray,fe=k.ReactCurrentDispatcher,me={listing:!0,pre:!0,textarea:!0},he=/^[a-zA-Z][a-zA-Z:_\.\-\d]*$/,ve={},ge={};var ye=Object.prototype.hasOwnProperty,be={children:null,dangerouslySetInnerHTML:null,suppressContentEditableWarning:null,suppressHydrationWarning:null};function _e(e,t){if(void 0===e)throw Error(i(152,E(t)||"Component"))}function we(e,t,n){function o(a,o){var s=o.prototype&&o.prototype.isReactComponent,l=function(e,t,n,r){if(r&&("object"==typeof(r=e.contextType)&&null!==r))return C(r,n),r[n];if(e=e.contextTypes){for(var a in n={},e)n[a]=t[a];t=n}else t=S;return t}(o,t,n,s),u=[],c=!1,p={isMounted:function(){return!1},enqueueForceUpdate:function(){if(null===u)return null},enqueueReplaceState:function(e,t){c=!0,u=[t]},enqueueSetState:function(e,t){if(null===u)return null;u.push(t)}};if(s){if(s=new o(a.props,l,p),"function"==typeof o.getDerivedStateFromProps){var d=o.getDerivedStateFromProps.call(null,a.props,s.state);null!=d&&(s.state=r({},s.state,d))}}else if(W={},s=o(a.props,l,p),null==(s=X(o,a.props,s,l))||null==s.render)return void _e(e=s,o);if(s.props=a.props,s.context=l,s.updater=p,void 0===(p=s.state)&&(s.state=p=null),"function"==typeof s.UNSAFE_componentWillMount||"function"==typeof s.componentWillMount)if("function"==typeof s.componentWillMount&&"function"!=typeof o.getDerivedStateFromProps&&s.componentWillMount(),"function"==typeof s.UNSAFE_componentWillMount&&"function"!=typeof o.getDerivedStateFromProps&&s.UNSAFE_componentWillMount(),u.length){p=u;var f=c;if(u=null,c=!1,f&&1===p.length)s.state=p[0];else{d=f?p[0]:s.state;var m=!0;for(f=f?1:0;f<p.length;f++){var h=p[f];null!=(h="function"==typeof h?h.call(s,d,a.props,l):h)&&(m?(m=!1,d=r({},d,h)):r(d,h))}s.state=d}}else u=null;if(_e(e=s.render(),o),"function"==typeof s.getChildContext&&"object"==typeof(a=o.childContextTypes)){var v=s.getChildContext();for(var g in v)if(!(g in a))throw Error(i(108,E(o)||"Unknown",g))}v&&(t=r({},t,v))}for(;a.isValidElement(e);){var s=e,l=s.type;if("function"!=typeof l)break;o(s,l)}return{child:e,context:t}}var Ee=function(){function e(e,t){a.isValidElement(e)?e.type!==l?e=[e]:(e=e.props.children,e=a.isValidElement(e)?[e]:de(e)):e=de(e),e={type:null,domNamespace:ae,children:e,childIndex:0,context:S,footer:""};var n=I[0];if(0===n){var r=I,o=2*(n=r.length);if(!(65536>=o))throw Error(i(304));var s=new Uint16Array(o);for(s.set(r),(I=s)[0]=n+1,r=n;r<o-1;r++)I[r]=r+1;I[o-1]=0}else I[0]=I[n];this.threadID=n,this.stack=[e],this.exhausted=!1,this.currentSelectValue=null,this.previousWasTextNode=!1,this.makeStaticMarkup=t,this.suspenseDepth=0,this.contextIndex=-1,this.contextStack=[],this.contextValueStack=[]}var t=e.prototype;return t.destroy=function(){if(!this.exhausted){this.exhausted=!0,this.clearProviders();var e=this.threadID;I[e]=I[0],I[0]=e}},t.pushProvider=function(e){var t=++this.contextIndex,n=e.type._context,r=this.threadID;C(n,r);var a=n[r];this.contextStack[t]=n,this.contextValueStack[t]=a,n[r]=e.props.value},t.popProvider=function(){var e=this.contextIndex,t=this.contextStack[e],n=this.contextValueStack[e];this.contextStack[e]=null,this.contextValueStack[e]=null,this.contextIndex--,t[this.threadID]=n},t.clearProviders=function(){for(var e=this.contextIndex;0<=e;e--)this.contextStack[e][this.threadID]=this.contextValueStack[e]},t.read=function(e){if(this.exhausted)return null;var t=ne;ne=this.threadID;var n=fe.current;fe.current=re;try{for(var r=[""],a=!1;r[0].length<e;){if(0===this.stack.length){this.exhausted=!0;var o=this.threadID;I[o]=I[0],I[0]=o;break}var s=this.stack[this.stack.length-1];if(a||s.childIndex>=s.children.length){var l=s.footer;if(""!==l&&(this.previousWasTextNode=!1),this.stack.pop(),"select"===s.type)this.currentSelectValue=null;else if(null!=s.type&&null!=s.type.type&&s.type.type.$$typeof===p)this.popProvider(s.type);else if(s.type===h){this.suspenseDepth--;var u=r.pop();if(a){a=!1;var c=s.fallbackFrame;if(!c)throw Error(i(303));this.stack.push(c),r[this.suspenseDepth]+="\x3c!--$!--\x3e";continue}r[this.suspenseDepth]+=u}r[this.suspenseDepth]+=l}else{var d=s.children[s.childIndex++],f="";try{f+=this.render(d,s.context,s.domNamespace)}catch(e){if(null!=e&&"function"==typeof e.then)throw Error(i(294));throw e}r.length<=this.suspenseDepth&&r.push(""),r[this.suspenseDepth]+=f}}return r[0]}finally{fe.current=n,ne=t}},t.render=function(e,t,n){if("string"==typeof e||"number"==typeof e)return""===(n=""+e)?"":this.makeStaticMarkup?F(n):this.previousWasTextNode?"\x3c!-- --\x3e"+F(n):(this.previousWasTextNode=!0,F(n));if(e=(t=we(e,t,this.threadID)).child,t=t.context,null===e||!1===e)return"";if(!a.isValidElement(e)){if(null!=e&&null!=e.$$typeof){if((n=e.$$typeof)===s)throw Error(i(257));throw Error(i(258,n.toString()))}return e=de(e),this.stack.push({type:null,domNamespace:n,children:e,childIndex:0,context:t,footer:""}),""}var o=e.type;if("string"==typeof o)return this.renderDOM(e,t,n);switch(o){case u:case f:case c:case v:case l:return e=de(e.props.children),this.stack.push({type:null,domNamespace:n,children:e,childIndex:0,context:t,footer:""}),"";case h:throw Error(i(294))}if("object"==typeof o&&null!==o)switch(o.$$typeof){case m:W={};var b=o.render(e.props,e.ref);return b=X(o.render,e.props,b,e.ref),b=de(b),this.stack.push({type:null,domNamespace:n,children:b,childIndex:0,context:t,footer:""}),"";case g:return e=[a.createElement(o.type,r({ref:e.ref},e.props))],this.stack.push({type:null,domNamespace:n,children:e,childIndex:0,context:t,footer:""}),"";case p:return n={type:e,domNamespace:n,children:o=de(e.props.children),childIndex:0,context:t,footer:""},this.pushProvider(e),this.stack.push(n),"";case d:o=e.type,b=e.props;var E=this.threadID;return C(o,E),o=de(b.children(o[E])),this.stack.push({type:e,domNamespace:n,children:o,childIndex:0,context:t,footer:""}),"";case _:throw Error(i(338));case y:switch(function(e){if(-1===e._status){e._status=0;var t=e._ctor;t=t(),e._result=t,t.then((function(t){0===e._status&&(t=t.default,e._status=1,e._result=t)}),(function(t){0===e._status&&(e._status=2,e._result=t)}))}}(o=e.type),o._status){case 1:return e=[a.createElement(o._result,r({ref:e.ref},e.props))],this.stack.push({type:null,domNamespace:n,children:e,childIndex:0,context:t,footer:""}),"";case 2:throw o._result;default:throw Error(i(295))}case w:throw Error(i(343))}throw Error(i(130,null==o?o:typeof o,""))},t.renderDOM=function(e,t,n){var o=e.type.toLowerCase();if(n===ae&&ie(o),!ve.hasOwnProperty(o)){if(!he.test(o))throw Error(i(65,o));ve[o]=!0}var s=e.props;if("input"===o)s=r({type:void 0},s,{defaultChecked:void 0,defaultValue:void 0,value:null!=s.value?s.value:s.defaultValue,checked:null!=s.checked?s.checked:s.defaultChecked});else if("textarea"===o){var l=s.value;if(null==l){l=s.defaultValue;var u=s.children;if(null!=u){if(null!=l)throw Error(i(92));if(Array.isArray(u)){if(!(1>=u.length))throw Error(i(93));u=u[0]}l=""+u}null==l&&(l="")}s=r({},s,{value:void 0,children:""+l})}else if("select"===o)this.currentSelectValue=null!=s.value?s.value:s.defaultValue,s=r({},s,{value:void 0});else if("option"===o){u=this.currentSelectValue;var c=function(e){if(null==e)return e;var t="";return a.Children.forEach(e,(function(e){null!=e&&(t+=e)})),t}(s.children);if(null!=u){var p=null!=s.value?s.value+"":c;if(l=!1,Array.isArray(u)){for(var d=0;d<u.length;d++)if(""+u[d]===p){l=!0;break}}else l=""+u===p;s=r({selected:void 0,children:void 0},s,{selected:l,children:c})}}if(l=s){if(se[o]&&(null!=l.children||null!=l.dangerouslySetInnerHTML))throw Error(i(137,o,""));if(null!=l.dangerouslySetInnerHTML){if(null!=l.children)throw Error(i(60));if("object"!=typeof l.dangerouslySetInnerHTML||!("__html"in l.dangerouslySetInnerHTML))throw Error(i(61))}if(null!=l.style&&"object"!=typeof l.style)throw Error(i(62,""))}for(_ in l=s,u=this.makeStaticMarkup,c=1===this.stack.length,p="<"+e.type,l)if(ye.call(l,_)){var f=l[_];if(null!=f){if("style"===_){d=void 0;var m="",h="";for(d in f)if(f.hasOwnProperty(d)){var v=0===d.indexOf("--"),g=f[d];if(null!=g){if(v)var y=d;else if(y=d,ge.hasOwnProperty(y))y=ge[y];else{var b=y.replace(ce,"-$1").toLowerCase().replace(pe,"-ms-");y=ge[y]=b}m+=h+y+":",h=d,m+=v=null==g||"boolean"==typeof g||""===g?"":v||"number"!=typeof g||0===g||le.hasOwnProperty(h)&&le[h]?(""+g).trim():g+"px",h=";"}}f=m||null}d=null;e:if(v=o,g=l,-1===v.indexOf("-"))v="string"==typeof g.is;else switch(v){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":v=!1;break e;default:v=!0}v?be.hasOwnProperty(_)||(d=A(d=_)&&null!=f?d+'="'+F(f)+'"':""):d=q(_,f),d&&(p+=" "+d)}}u||c&&(p+=' data-reactroot=""');var _=p;l="",oe.hasOwnProperty(o)?_+="/>":(_+=">",l="</"+e.type+">");e:{if(null!=(u=s.dangerouslySetInnerHTML)){if(null!=u.__html){u=u.__html;break e}}else if("string"==typeof(u=s.children)||"number"==typeof u){u=F(u);break e}u=null}return null!=u?(s=[],me.hasOwnProperty(o)&&"\n"===u.charAt(0)&&(_+="\n"),_+=u):s=de(s.children),e=e.type,n=null==n||"http://www.w3.org/1999/xhtml"===n?ie(e):"http://www.w3.org/2000/svg"===n&&"foreignObject"===e?"http://www.w3.org/1999/xhtml":n,this.stack.push({domNamespace:n,type:o,children:s,childIndex:0,context:t,footer:l}),this.previousWasTextNode=!1,_},e}(),ke={renderToString:function(e){e=new Ee(e,!1);try{return e.read(1/0)}finally{e.destroy()}},renderToStaticMarkup:function(e){e=new Ee(e,!0);try{return e.read(1/0)}finally{e.destroy()}},renderToNodeStream:function(){throw Error(i(207))},renderToStaticNodeStream:function(){throw Error(i(208))},version:"16.13.1"};e.exports=ke.default||ke},675:function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return a}));var r=n(10);function a(e){return Object(r.a)(1,arguments),e instanceof Date||"object"==typeof e&&"[object Date]"===Object.prototype.toString.call(e)}},676:function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return o}));var r=n(20),a=n(491),i=n(10);function o(e,t){Object(i.a)(2,arguments);var n=Object(r.a)(t);return Object(a.default)(e,-n)}},677:function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return o}));var r=n(20),a=n(492),i=n(10);function o(e,t){Object(i.a)(2,arguments);var n=Object(r.a)(t);return Object(a.default)(e,-n)}},678:function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return o}));var r=n(20),a=n(334),i=n(10);function o(e,t){Object(i.a)(2,arguments);var n=Object(r.a)(t);return Object(a.default)(e,-n)}},679:function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return o}));var r=n(20),a=n(493),i=n(10);function o(e,t){Object(i.a)(2,arguments);var n=Object(r.a)(t);return Object(a.default)(e,-n)}},680:function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return o}));var r=n(20),a=n(335),i=n(10);function o(e,t){Object(i.a)(2,arguments);var n=Object(r.a)(t);return Object(a.default)(e,-n)}},681:function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return o}));var r=n(20),a=n(494),i=n(10);function o(e,t){Object(i.a)(2,arguments);var n=Object(r.a)(t);return Object(a.default)(e,-n)}},682:function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return i}));var r=n(12),a=n(10);function i(e){Object(a.a)(1,arguments);var t=Object(r.default)(e),n=t.getSeconds();return n}},683:function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return i}));var r=n(12),a=n(10);function i(e){Object(a.a)(1,arguments);var t=Object(r.default)(e),n=t.getMinutes();return n}},684:function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return i}));var r=n(12),a=n(10);function i(e){Object(a.a)(1,arguments);var t=Object(r.default)(e),n=t.getHours();return n}},685:function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return i}));var r=n(12),a=n(10);function i(e){Object(a.a)(1,arguments);var t=Object(r.default)(e),n=t.getDay();return n}},686:function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return i}));var r=n(12),a=n(10);function i(e){Object(a.a)(1,arguments);var t=Object(r.default)(e),n=t.getDate();return n}},687:function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return i}));var r=n(12),a=n(10);function i(e){Object(a.a)(1,arguments);var t=Object(r.default)(e),n=t.getMonth();return n}},688:function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return i}));var r=n(12),a=n(10);function i(e){Object(a.a)(1,arguments);var t=Object(r.default)(e),n=Math.floor(t.getMonth()/3)+1;return n}},689:function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return i}));var r=n(12),a=n(10);function i(e){Object(a.a)(1,arguments);var t=Object(r.default)(e),n=t.getFullYear();return n}},69:function(e,t){(function(){var n="Expected a function",r="__lodash_placeholder__",a=[["ary",128],["bind",1],["bindKey",2],["curry",8],["curryRight",16],["flip",512],["partial",32],["partialRight",64],["rearg",256]],i="[object Arguments]",o="[object Array]",s="[object Boolean]",l="[object Date]",u="[object Error]",c="[object Function]",p="[object GeneratorFunction]",d="[object Map]",f="[object Number]",m="[object Object]",h="[object RegExp]",v="[object Set]",g="[object String]",y="[object Symbol]",b="[object WeakMap]",_="[object ArrayBuffer]",w="[object DataView]",E="[object Float32Array]",k="[object Float64Array]",S="[object Int8Array]",C="[object Int16Array]",I="[object Int32Array]",x="[object Uint8Array]",O="[object Uint16Array]",T="[object Uint32Array]",N=/\b__p \+= '';/g,D=/\b(__p \+=) '' \+/g,A=/(__e\(.*?\)|\b__t\)) \+\n'';/g,P=/&(?:amp|lt|gt|quot|#39);/g,R=/[&<>"']/g,j=RegExp(P.source),M=RegExp(R.source),L=/<%-([\s\S]+?)%>/g,F=/<%([\s\S]+?)%>/g,q=/<%=([\s\S]+?)%>/g,B=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,W=/^\w*$/,U=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,V=/[\\^$.*+?()[\]{}|]/g,$=RegExp(V.source),z=/^\s+/,H=/\s/,Y=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,G=/\{\n\/\* \[wrapped with (.+)\] \*/,K=/,? & /,Q=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,X=/[()=,{}\[\]\/\s]/,Z=/\\(\\)?/g,J=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,ee=/\w*$/,te=/^[-+]0x[0-9a-f]+$/i,ne=/^0b[01]+$/i,re=/^\[object .+?Constructor\]$/,ae=/^0o[0-7]+$/i,ie=/^(?:0|[1-9]\d*)$/,oe=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,se=/($^)/,le=/['\n\r\u2028\u2029\\]/g,ue="\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff",ce="\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",pe="[\\ud800-\\udfff]",de="["+ce+"]",fe="["+ue+"]",me="\\d+",he="[\\u2700-\\u27bf]",ve="[a-z\\xdf-\\xf6\\xf8-\\xff]",ge="[^\\ud800-\\udfff"+ce+me+"\\u2700-\\u27bfa-z\\xdf-\\xf6\\xf8-\\xffA-Z\\xc0-\\xd6\\xd8-\\xde]",ye="\\ud83c[\\udffb-\\udfff]",be="[^\\ud800-\\udfff]",_e="(?:\\ud83c[\\udde6-\\uddff]){2}",we="[\\ud800-\\udbff][\\udc00-\\udfff]",Ee="[A-Z\\xc0-\\xd6\\xd8-\\xde]",ke="(?:"+ve+"|"+ge+")",Se="(?:"+Ee+"|"+ge+")",Ce="(?:"+fe+"|"+ye+")"+"?",Ie="[\\ufe0e\\ufe0f]?"+Ce+("(?:\\u200d(?:"+[be,_e,we].join("|")+")[\\ufe0e\\ufe0f]?"+Ce+")*"),xe="(?:"+[he,_e,we].join("|")+")"+Ie,Oe="(?:"+[be+fe+"?",fe,_e,we,pe].join("|")+")",Te=RegExp("['’]","g"),Ne=RegExp(fe,"g"),De=RegExp(ye+"(?="+ye+")|"+Oe+Ie,"g"),Ae=RegExp([Ee+"?"+ve+"+(?:['’](?:d|ll|m|re|s|t|ve))?(?="+[de,Ee,"$"].join("|")+")",Se+"+(?:['’](?:D|LL|M|RE|S|T|VE))?(?="+[de,Ee+ke,"$"].join("|")+")",Ee+"?"+ke+"+(?:['’](?:d|ll|m|re|s|t|ve))?",Ee+"+(?:['’](?:D|LL|M|RE|S|T|VE))?","\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])","\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",me,xe].join("|"),"g"),Pe=RegExp("[\\u200d\\ud800-\\udfff"+ue+"\\ufe0e\\ufe0f]"),Re=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,je=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],Me=-1,Le={};Le[E]=Le[k]=Le[S]=Le[C]=Le[I]=Le[x]=Le["[object Uint8ClampedArray]"]=Le[O]=Le[T]=!0,Le[i]=Le[o]=Le[_]=Le[s]=Le[w]=Le[l]=Le[u]=Le[c]=Le[d]=Le[f]=Le[m]=Le[h]=Le[v]=Le[g]=Le[b]=!1;var Fe={};Fe[i]=Fe[o]=Fe[_]=Fe[w]=Fe[s]=Fe[l]=Fe[E]=Fe[k]=Fe[S]=Fe[C]=Fe[I]=Fe[d]=Fe[f]=Fe[m]=Fe[h]=Fe[v]=Fe[g]=Fe[y]=Fe[x]=Fe["[object Uint8ClampedArray]"]=Fe[O]=Fe[T]=!0,Fe[u]=Fe[c]=Fe[b]=!1;var qe={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},Be=parseFloat,We=parseInt,Ue="object"==typeof global&&global&&global.Object===Object&&global,Ve="object"==typeof self&&self&&self.Object===Object&&self,$e=Ue||Ve||Function("return this")(),ze="object"==typeof t&&t&&!t.nodeType&&t,He=ze&&"object"==typeof e&&e&&!e.nodeType&&e,Ye=He&&He.exports===ze,Ge=Ye&&Ue.process,Ke=function(){try{var e=He&&He.require&&He.require("util").types;return e||Ge&&Ge.binding&&Ge.binding("util")}catch(e){}}(),Qe=Ke&&Ke.isArrayBuffer,Xe=Ke&&Ke.isDate,Ze=Ke&&Ke.isMap,Je=Ke&&Ke.isRegExp,et=Ke&&Ke.isSet,tt=Ke&&Ke.isTypedArray;function nt(e,t,n){switch(n.length){case 0:return e.call(t);case 1:return e.call(t,n[0]);case 2:return e.call(t,n[0],n[1]);case 3:return e.call(t,n[0],n[1],n[2])}return e.apply(t,n)}function rt(e,t,n,r){for(var a=-1,i=null==e?0:e.length;++a<i;){var o=e[a];t(r,o,n(o),e)}return r}function at(e,t){for(var n=-1,r=null==e?0:e.length;++n<r&&!1!==t(e[n],n,e););return e}function it(e,t){for(var n=null==e?0:e.length;n--&&!1!==t(e[n],n,e););return e}function ot(e,t){for(var n=-1,r=null==e?0:e.length;++n<r;)if(!t(e[n],n,e))return!1;return!0}function st(e,t){for(var n=-1,r=null==e?0:e.length,a=0,i=[];++n<r;){var o=e[n];t(o,n,e)&&(i[a++]=o)}return i}function lt(e,t){return!!(null==e?0:e.length)&&yt(e,t,0)>-1}function ut(e,t,n){for(var r=-1,a=null==e?0:e.length;++r<a;)if(n(t,e[r]))return!0;return!1}function ct(e,t){for(var n=-1,r=null==e?0:e.length,a=Array(r);++n<r;)a[n]=t(e[n],n,e);return a}function pt(e,t){for(var n=-1,r=t.length,a=e.length;++n<r;)e[a+n]=t[n];return e}function dt(e,t,n,r){var a=-1,i=null==e?0:e.length;for(r&&i&&(n=e[++a]);++a<i;)n=t(n,e[a],a,e);return n}function ft(e,t,n,r){var a=null==e?0:e.length;for(r&&a&&(n=e[--a]);a--;)n=t(n,e[a],a,e);return n}function mt(e,t){for(var n=-1,r=null==e?0:e.length;++n<r;)if(t(e[n],n,e))return!0;return!1}var ht=Et("length");function vt(e,t,n){var r;return n(e,(function(e,n,a){if(t(e,n,a))return r=n,!1})),r}function gt(e,t,n,r){for(var a=e.length,i=n+(r?1:-1);r?i--:++i<a;)if(t(e[i],i,e))return i;return-1}function yt(e,t,n){return t==t?function(e,t,n){var r=n-1,a=e.length;for(;++r<a;)if(e[r]===t)return r;return-1}(e,t,n):gt(e,_t,n)}function bt(e,t,n,r){for(var a=n-1,i=e.length;++a<i;)if(r(e[a],t))return a;return-1}function _t(e){return e!=e}function wt(e,t){var n=null==e?0:e.length;return n?Ct(e,t)/n:NaN}function Et(e){return function(t){return null==t?void 0:t[e]}}function kt(e){return function(t){return null==e?void 0:e[t]}}function St(e,t,n,r,a){return a(e,(function(e,a,i){n=r?(r=!1,e):t(n,e,a,i)})),n}function Ct(e,t){for(var n,r=-1,a=e.length;++r<a;){var i=t(e[r]);void 0!==i&&(n=void 0===n?i:n+i)}return n}function It(e,t){for(var n=-1,r=Array(e);++n<e;)r[n]=t(n);return r}function xt(e){return e?e.slice(0,zt(e)+1).replace(z,""):e}function Ot(e){return function(t){return e(t)}}function Tt(e,t){return ct(t,(function(t){return e[t]}))}function Nt(e,t){return e.has(t)}function Dt(e,t){for(var n=-1,r=e.length;++n<r&&yt(t,e[n],0)>-1;);return n}function At(e,t){for(var n=e.length;n--&&yt(t,e[n],0)>-1;);return n}function Pt(e,t){for(var n=e.length,r=0;n--;)e[n]===t&&++r;return r}var Rt=kt({"À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","Ç":"C","ç":"c","Ð":"D","ð":"d","È":"E","É":"E","Ê":"E","Ë":"E","è":"e","é":"e","ê":"e","ë":"e","Ì":"I","Í":"I","Î":"I","Ï":"I","ì":"i","í":"i","î":"i","ï":"i","Ñ":"N","ñ":"n","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","Ù":"U","Ú":"U","Û":"U","Ü":"U","ù":"u","ú":"u","û":"u","ü":"u","Ý":"Y","ý":"y","ÿ":"y","Æ":"Ae","æ":"ae","Þ":"Th","þ":"th","ß":"ss","Ā":"A","Ă":"A","Ą":"A","ā":"a","ă":"a","ą":"a","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","ć":"c","ĉ":"c","ċ":"c","č":"c","Ď":"D","Đ":"D","ď":"d","đ":"d","Ē":"E","Ĕ":"E","Ė":"E","Ę":"E","Ě":"E","ē":"e","ĕ":"e","ė":"e","ę":"e","ě":"e","Ĝ":"G","Ğ":"G","Ġ":"G","Ģ":"G","ĝ":"g","ğ":"g","ġ":"g","ģ":"g","Ĥ":"H","Ħ":"H","ĥ":"h","ħ":"h","Ĩ":"I","Ī":"I","Ĭ":"I","Į":"I","İ":"I","ĩ":"i","ī":"i","ĭ":"i","į":"i","ı":"i","Ĵ":"J","ĵ":"j","Ķ":"K","ķ":"k","ĸ":"k","Ĺ":"L","Ļ":"L","Ľ":"L","Ŀ":"L","Ł":"L","ĺ":"l","ļ":"l","ľ":"l","ŀ":"l","ł":"l","Ń":"N","Ņ":"N","Ň":"N","Ŋ":"N","ń":"n","ņ":"n","ň":"n","ŋ":"n","Ō":"O","Ŏ":"O","Ő":"O","ō":"o","ŏ":"o","ő":"o","Ŕ":"R","Ŗ":"R","Ř":"R","ŕ":"r","ŗ":"r","ř":"r","Ś":"S","Ŝ":"S","Ş":"S","Š":"S","ś":"s","ŝ":"s","ş":"s","š":"s","Ţ":"T","Ť":"T","Ŧ":"T","ţ":"t","ť":"t","ŧ":"t","Ũ":"U","Ū":"U","Ŭ":"U","Ů":"U","Ű":"U","Ų":"U","ũ":"u","ū":"u","ŭ":"u","ů":"u","ű":"u","ų":"u","Ŵ":"W","ŵ":"w","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Ź":"Z","Ż":"Z","Ž":"Z","ź":"z","ż":"z","ž":"z","IJ":"IJ","ij":"ij","Œ":"Oe","œ":"oe","ʼn":"'n","ſ":"s"}),jt=kt({"&":"&","<":"<",">":">",'"':""","'":"'"});function Mt(e){return"\\"+qe[e]}function Lt(e){return Pe.test(e)}function Ft(e){var t=-1,n=Array(e.size);return e.forEach((function(e,r){n[++t]=[r,e]})),n}function qt(e,t){return function(n){return e(t(n))}}function Bt(e,t){for(var n=-1,a=e.length,i=0,o=[];++n<a;){var s=e[n];s!==t&&s!==r||(e[n]=r,o[i++]=n)}return o}function Wt(e){var t=-1,n=Array(e.size);return e.forEach((function(e){n[++t]=e})),n}function Ut(e){var t=-1,n=Array(e.size);return e.forEach((function(e){n[++t]=[e,e]})),n}function Vt(e){return Lt(e)?function(e){var t=De.lastIndex=0;for(;De.test(e);)++t;return t}(e):ht(e)}function $t(e){return Lt(e)?function(e){return e.match(De)||[]}(e):function(e){return e.split("")}(e)}function zt(e){for(var t=e.length;t--&&H.test(e.charAt(t)););return t}var Ht=kt({"&":"&","<":"<",">":">",""":'"',"'":"'"});var Yt=function e(t){var H,ue=(t=null==t?$e:Yt.defaults($e.Object(),t,Yt.pick($e,je))).Array,ce=t.Date,pe=t.Error,de=t.Function,fe=t.Math,me=t.Object,he=t.RegExp,ve=t.String,ge=t.TypeError,ye=ue.prototype,be=de.prototype,_e=me.prototype,we=t["__core-js_shared__"],Ee=be.toString,ke=_e.hasOwnProperty,Se=0,Ce=(H=/[^.]+$/.exec(we&&we.keys&&we.keys.IE_PROTO||""))?"Symbol(src)_1."+H:"",Ie=_e.toString,xe=Ee.call(me),Oe=$e._,De=he("^"+Ee.call(ke).replace(V,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Pe=Ye?t.Buffer:void 0,qe=t.Symbol,Ue=t.Uint8Array,Ve=Pe?Pe.allocUnsafe:void 0,ze=qt(me.getPrototypeOf,me),He=me.create,Ge=_e.propertyIsEnumerable,Ke=ye.splice,ht=qe?qe.isConcatSpreadable:void 0,kt=qe?qe.iterator:void 0,Gt=qe?qe.toStringTag:void 0,Kt=function(){try{var e=ei(me,"defineProperty");return e({},"",{}),e}catch(e){}}(),Qt=t.clearTimeout!==$e.clearTimeout&&t.clearTimeout,Xt=ce&&ce.now!==$e.Date.now&&ce.now,Zt=t.setTimeout!==$e.setTimeout&&t.setTimeout,Jt=fe.ceil,en=fe.floor,tn=me.getOwnPropertySymbols,nn=Pe?Pe.isBuffer:void 0,rn=t.isFinite,an=ye.join,on=qt(me.keys,me),sn=fe.max,ln=fe.min,un=ce.now,cn=t.parseInt,pn=fe.random,dn=ye.reverse,fn=ei(t,"DataView"),mn=ei(t,"Map"),hn=ei(t,"Promise"),vn=ei(t,"Set"),gn=ei(t,"WeakMap"),yn=ei(me,"create"),bn=gn&&new gn,_n={},wn=xi(fn),En=xi(mn),kn=xi(hn),Sn=xi(vn),Cn=xi(gn),In=qe?qe.prototype:void 0,xn=In?In.valueOf:void 0,On=In?In.toString:void 0;function Tn(e){if(zo(e)&&!Ro(e)&&!(e instanceof Pn)){if(e instanceof An)return e;if(ke.call(e,"__wrapped__"))return Oi(e)}return new An(e)}var Nn=function(){function e(){}return function(t){if(!$o(t))return{};if(He)return He(t);e.prototype=t;var n=new e;return e.prototype=void 0,n}}();function Dn(){}function An(e,t){this.__wrapped__=e,this.__actions__=[],this.__chain__=!!t,this.__index__=0,this.__values__=void 0}function Pn(e){this.__wrapped__=e,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=4294967295,this.__views__=[]}function Rn(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function jn(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function Mn(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function Ln(e){var t=-1,n=null==e?0:e.length;for(this.__data__=new Mn;++t<n;)this.add(e[t])}function Fn(e){var t=this.__data__=new jn(e);this.size=t.size}function qn(e,t){var n=Ro(e),r=!n&&Po(e),a=!n&&!r&&Fo(e),i=!n&&!r&&!a&&Jo(e),o=n||r||a||i,s=o?It(e.length,ve):[],l=s.length;for(var u in e)!t&&!ke.call(e,u)||o&&("length"==u||a&&("offset"==u||"parent"==u)||i&&("buffer"==u||"byteLength"==u||"byteOffset"==u)||si(u,l))||s.push(u);return s}function Bn(e){var t=e.length;return t?e[Lr(0,t-1)]:void 0}function Wn(e,t){return Si(ya(e),Qn(t,0,e.length))}function Un(e){return Si(ya(e))}function Vn(e,t,n){(void 0!==n&&!No(e[t],n)||void 0===n&&!(t in e))&&Gn(e,t,n)}function $n(e,t,n){var r=e[t];ke.call(e,t)&&No(r,n)&&(void 0!==n||t in e)||Gn(e,t,n)}function zn(e,t){for(var n=e.length;n--;)if(No(e[n][0],t))return n;return-1}function Hn(e,t,n,r){return tr(e,(function(e,a,i){t(r,e,n(e),i)})),r}function Yn(e,t){return e&&ba(t,ws(t),e)}function Gn(e,t,n){"__proto__"==t&&Kt?Kt(e,t,{configurable:!0,enumerable:!0,value:n,writable:!0}):e[t]=n}function Kn(e,t){for(var n=-1,r=t.length,a=ue(r),i=null==e;++n<r;)a[n]=i?void 0:vs(e,t[n]);return a}function Qn(e,t,n){return e==e&&(void 0!==n&&(e=e<=n?e:n),void 0!==t&&(e=e>=t?e:t)),e}function Xn(e,t,n,r,a,o){var u,b=1&t,N=2&t,D=4&t;if(n&&(u=a?n(e,r,a,o):n(e)),void 0!==u)return u;if(!$o(e))return e;var A=Ro(e);if(A){if(u=function(e){var t=e.length,n=new e.constructor(t);t&&"string"==typeof e[0]&&ke.call(e,"index")&&(n.index=e.index,n.input=e.input);return n}(e),!b)return ya(e,u)}else{var P=ri(e),R=P==c||P==p;if(Fo(e))return da(e,b);if(P==m||P==i||R&&!a){if(u=N||R?{}:ii(e),!b)return N?function(e,t){return ba(e,ni(e),t)}(e,function(e,t){return e&&ba(t,Es(t),e)}(u,e)):function(e,t){return ba(e,ti(e),t)}(e,Yn(u,e))}else{if(!Fe[P])return a?e:{};u=function(e,t,n){var r=e.constructor;switch(t){case _:return fa(e);case s:case l:return new r(+e);case w:return function(e,t){var n=t?fa(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.byteLength)}(e,n);case E:case k:case S:case C:case I:case x:case"[object Uint8ClampedArray]":case O:case T:return ma(e,n);case d:return new r;case f:case g:return new r(e);case h:return function(e){var t=new e.constructor(e.source,ee.exec(e));return t.lastIndex=e.lastIndex,t}(e);case v:return new r;case y:return a=e,xn?me(xn.call(a)):{}}var a}(e,P,b)}}o||(o=new Fn);var j=o.get(e);if(j)return j;o.set(e,u),Qo(e)?e.forEach((function(r){u.add(Xn(r,t,n,r,e,o))})):Ho(e)&&e.forEach((function(r,a){u.set(a,Xn(r,t,n,a,e,o))}));var M=A?void 0:(D?N?Ya:Ha:N?Es:ws)(e);return at(M||e,(function(r,a){M&&(r=e[a=r]),$n(u,a,Xn(r,t,n,a,e,o))})),u}function Zn(e,t,n){var r=n.length;if(null==e)return!r;for(e=me(e);r--;){var a=n[r],i=t[a],o=e[a];if(void 0===o&&!(a in e)||!i(o))return!1}return!0}function Jn(e,t,r){if("function"!=typeof e)throw new ge(n);return _i((function(){e.apply(void 0,r)}),t)}function er(e,t,n,r){var a=-1,i=lt,o=!0,s=e.length,l=[],u=t.length;if(!s)return l;n&&(t=ct(t,Ot(n))),r?(i=ut,o=!1):t.length>=200&&(i=Nt,o=!1,t=new Ln(t));e:for(;++a<s;){var c=e[a],p=null==n?c:n(c);if(c=r||0!==c?c:0,o&&p==p){for(var d=u;d--;)if(t[d]===p)continue e;l.push(c)}else i(t,p,r)||l.push(c)}return l}Tn.templateSettings={escape:L,evaluate:F,interpolate:q,variable:"",imports:{_:Tn}},Tn.prototype=Dn.prototype,Tn.prototype.constructor=Tn,An.prototype=Nn(Dn.prototype),An.prototype.constructor=An,Pn.prototype=Nn(Dn.prototype),Pn.prototype.constructor=Pn,Rn.prototype.clear=function(){this.__data__=yn?yn(null):{},this.size=0},Rn.prototype.delete=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t},Rn.prototype.get=function(e){var t=this.__data__;if(yn){var n=t[e];return"__lodash_hash_undefined__"===n?void 0:n}return ke.call(t,e)?t[e]:void 0},Rn.prototype.has=function(e){var t=this.__data__;return yn?void 0!==t[e]:ke.call(t,e)},Rn.prototype.set=function(e,t){var n=this.__data__;return this.size+=this.has(e)?0:1,n[e]=yn&&void 0===t?"__lodash_hash_undefined__":t,this},jn.prototype.clear=function(){this.__data__=[],this.size=0},jn.prototype.delete=function(e){var t=this.__data__,n=zn(t,e);return!(n<0)&&(n==t.length-1?t.pop():Ke.call(t,n,1),--this.size,!0)},jn.prototype.get=function(e){var t=this.__data__,n=zn(t,e);return n<0?void 0:t[n][1]},jn.prototype.has=function(e){return zn(this.__data__,e)>-1},jn.prototype.set=function(e,t){var n=this.__data__,r=zn(n,e);return r<0?(++this.size,n.push([e,t])):n[r][1]=t,this},Mn.prototype.clear=function(){this.size=0,this.__data__={hash:new Rn,map:new(mn||jn),string:new Rn}},Mn.prototype.delete=function(e){var t=Za(this,e).delete(e);return this.size-=t?1:0,t},Mn.prototype.get=function(e){return Za(this,e).get(e)},Mn.prototype.has=function(e){return Za(this,e).has(e)},Mn.prototype.set=function(e,t){var n=Za(this,e),r=n.size;return n.set(e,t),this.size+=n.size==r?0:1,this},Ln.prototype.add=Ln.prototype.push=function(e){return this.__data__.set(e,"__lodash_hash_undefined__"),this},Ln.prototype.has=function(e){return this.__data__.has(e)},Fn.prototype.clear=function(){this.__data__=new jn,this.size=0},Fn.prototype.delete=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n},Fn.prototype.get=function(e){return this.__data__.get(e)},Fn.prototype.has=function(e){return this.__data__.has(e)},Fn.prototype.set=function(e,t){var n=this.__data__;if(n instanceof jn){var r=n.__data__;if(!mn||r.length<199)return r.push([e,t]),this.size=++n.size,this;n=this.__data__=new Mn(r)}return n.set(e,t),this.size=n.size,this};var tr=Ea(ur),nr=Ea(cr,!0);function rr(e,t){var n=!0;return tr(e,(function(e,r,a){return n=!!t(e,r,a)})),n}function ar(e,t,n){for(var r=-1,a=e.length;++r<a;){var i=e[r],o=t(i);if(null!=o&&(void 0===s?o==o&&!Zo(o):n(o,s)))var s=o,l=i}return l}function ir(e,t){var n=[];return tr(e,(function(e,r,a){t(e,r,a)&&n.push(e)})),n}function or(e,t,n,r,a){var i=-1,o=e.length;for(n||(n=oi),a||(a=[]);++i<o;){var s=e[i];t>0&&n(s)?t>1?or(s,t-1,n,r,a):pt(a,s):r||(a[a.length]=s)}return a}var sr=ka(),lr=ka(!0);function ur(e,t){return e&&sr(e,t,ws)}function cr(e,t){return e&&lr(e,t,ws)}function pr(e,t){return st(t,(function(t){return Wo(e[t])}))}function dr(e,t){for(var n=0,r=(t=la(t,e)).length;null!=e&&n<r;)e=e[Ii(t[n++])];return n&&n==r?e:void 0}function fr(e,t,n){var r=t(e);return Ro(e)?r:pt(r,n(e))}function mr(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":Gt&&Gt in me(e)?function(e){var t=ke.call(e,Gt),n=e[Gt];try{e[Gt]=void 0;var r=!0}catch(e){}var a=Ie.call(e);r&&(t?e[Gt]=n:delete e[Gt]);return a}(e):function(e){return Ie.call(e)}(e)}function hr(e,t){return e>t}function vr(e,t){return null!=e&&ke.call(e,t)}function gr(e,t){return null!=e&&t in me(e)}function yr(e,t,n){for(var r=n?ut:lt,a=e[0].length,i=e.length,o=i,s=ue(i),l=1/0,u=[];o--;){var c=e[o];o&&t&&(c=ct(c,Ot(t))),l=ln(c.length,l),s[o]=!n&&(t||a>=120&&c.length>=120)?new Ln(o&&c):void 0}c=e[0];var p=-1,d=s[0];e:for(;++p<a&&u.length<l;){var f=c[p],m=t?t(f):f;if(f=n||0!==f?f:0,!(d?Nt(d,m):r(u,m,n))){for(o=i;--o;){var h=s[o];if(!(h?Nt(h,m):r(e[o],m,n)))continue e}d&&d.push(m),u.push(f)}}return u}function br(e,t,n){var r=null==(e=vi(e,t=la(t,e)))?e:e[Ii(qi(t))];return null==r?void 0:nt(r,e,n)}function _r(e){return zo(e)&&mr(e)==i}function wr(e,t,n,r,a){return e===t||(null==e||null==t||!zo(e)&&!zo(t)?e!=e&&t!=t:function(e,t,n,r,a,c){var p=Ro(e),b=Ro(t),E=p?o:ri(e),k=b?o:ri(t),S=(E=E==i?m:E)==m,C=(k=k==i?m:k)==m,I=E==k;if(I&&Fo(e)){if(!Fo(t))return!1;p=!0,S=!1}if(I&&!S)return c||(c=new Fn),p||Jo(e)?$a(e,t,n,r,a,c):function(e,t,n,r,a,i,o){switch(n){case w:if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case _:return!(e.byteLength!=t.byteLength||!i(new Ue(e),new Ue(t)));case s:case l:case f:return No(+e,+t);case u:return e.name==t.name&&e.message==t.message;case h:case g:return e==t+"";case d:var c=Ft;case v:var p=1&r;if(c||(c=Wt),e.size!=t.size&&!p)return!1;var m=o.get(e);if(m)return m==t;r|=2,o.set(e,t);var b=$a(c(e),c(t),r,a,i,o);return o.delete(e),b;case y:if(xn)return xn.call(e)==xn.call(t)}return!1}(e,t,E,n,r,a,c);if(!(1&n)){var x=S&&ke.call(e,"__wrapped__"),O=C&&ke.call(t,"__wrapped__");if(x||O){var T=x?e.value():e,N=O?t.value():t;return c||(c=new Fn),a(T,N,n,r,c)}}if(!I)return!1;return c||(c=new Fn),function(e,t,n,r,a,i){var o=1&n,s=Ha(e),l=s.length,u=Ha(t).length;if(l!=u&&!o)return!1;var c=l;for(;c--;){var p=s[c];if(!(o?p in t:ke.call(t,p)))return!1}var d=i.get(e),f=i.get(t);if(d&&f)return d==t&&f==e;var m=!0;i.set(e,t),i.set(t,e);var h=o;for(;++c<l;){p=s[c];var v=e[p],g=t[p];if(r)var y=o?r(g,v,p,t,e,i):r(v,g,p,e,t,i);if(!(void 0===y?v===g||a(v,g,n,r,i):y)){m=!1;break}h||(h="constructor"==p)}if(m&&!h){var b=e.constructor,_=t.constructor;b==_||!("constructor"in e)||!("constructor"in t)||"function"==typeof b&&b instanceof b&&"function"==typeof _&&_ instanceof _||(m=!1)}return i.delete(e),i.delete(t),m}(e,t,n,r,a,c)}(e,t,n,r,wr,a))}function Er(e,t,n,r){var a=n.length,i=a,o=!r;if(null==e)return!i;for(e=me(e);a--;){var s=n[a];if(o&&s[2]?s[1]!==e[s[0]]:!(s[0]in e))return!1}for(;++a<i;){var l=(s=n[a])[0],u=e[l],c=s[1];if(o&&s[2]){if(void 0===u&&!(l in e))return!1}else{var p=new Fn;if(r)var d=r(u,c,l,e,t,p);if(!(void 0===d?wr(c,u,3,r,p):d))return!1}}return!0}function kr(e){return!(!$o(e)||(t=e,Ce&&Ce in t))&&(Wo(e)?De:re).test(xi(e));var t}function Sr(e){return"function"==typeof e?e:null==e?Ys:"object"==typeof e?Ro(e)?Nr(e[0],e[1]):Tr(e):nl(e)}function Cr(e){if(!di(e))return on(e);var t=[];for(var n in me(e))ke.call(e,n)&&"constructor"!=n&&t.push(n);return t}function Ir(e){if(!$o(e))return function(e){var t=[];if(null!=e)for(var n in me(e))t.push(n);return t}(e);var t=di(e),n=[];for(var r in e)("constructor"!=r||!t&&ke.call(e,r))&&n.push(r);return n}function xr(e,t){return e<t}function Or(e,t){var n=-1,r=Mo(e)?ue(e.length):[];return tr(e,(function(e,a,i){r[++n]=t(e,a,i)})),r}function Tr(e){var t=Ja(e);return 1==t.length&&t[0][2]?mi(t[0][0],t[0][1]):function(n){return n===e||Er(n,e,t)}}function Nr(e,t){return ui(e)&&fi(t)?mi(Ii(e),t):function(n){var r=vs(n,e);return void 0===r&&r===t?gs(n,e):wr(t,r,3)}}function Dr(e,t,n,r,a){e!==t&&sr(t,(function(i,o){if(a||(a=new Fn),$o(i))!function(e,t,n,r,a,i,o){var s=yi(e,n),l=yi(t,n),u=o.get(l);if(u)return void Vn(e,n,u);var c=i?i(s,l,n+"",e,t,o):void 0,p=void 0===c;if(p){var d=Ro(l),f=!d&&Fo(l),m=!d&&!f&&Jo(l);c=l,d||f||m?Ro(s)?c=s:Lo(s)?c=ya(s):f?(p=!1,c=da(l,!0)):m?(p=!1,c=ma(l,!0)):c=[]:Go(l)||Po(l)?(c=s,Po(s)?c=ss(s):$o(s)&&!Wo(s)||(c=ii(l))):p=!1}p&&(o.set(l,c),a(c,l,r,i,o),o.delete(l));Vn(e,n,c)}(e,t,o,n,Dr,r,a);else{var s=r?r(yi(e,o),i,o+"",e,t,a):void 0;void 0===s&&(s=i),Vn(e,o,s)}}),Es)}function Ar(e,t){var n=e.length;if(n)return si(t+=t<0?n:0,n)?e[t]:void 0}function Pr(e,t,n){t=t.length?ct(t,(function(e){return Ro(e)?function(t){return dr(t,1===e.length?e[0]:e)}:e})):[Ys];var r=-1;return t=ct(t,Ot(Xa())),function(e,t){var n=e.length;for(e.sort(t);n--;)e[n]=e[n].value;return e}(Or(e,(function(e,n,a){return{criteria:ct(t,(function(t){return t(e)})),index:++r,value:e}})),(function(e,t){return function(e,t,n){var r=-1,a=e.criteria,i=t.criteria,o=a.length,s=n.length;for(;++r<o;){var l=ha(a[r],i[r]);if(l){if(r>=s)return l;var u=n[r];return l*("desc"==u?-1:1)}}return e.index-t.index}(e,t,n)}))}function Rr(e,t,n){for(var r=-1,a=t.length,i={};++r<a;){var o=t[r],s=dr(e,o);n(s,o)&&Ur(i,la(o,e),s)}return i}function jr(e,t,n,r){var a=r?bt:yt,i=-1,o=t.length,s=e;for(e===t&&(t=ya(t)),n&&(s=ct(e,Ot(n)));++i<o;)for(var l=0,u=t[i],c=n?n(u):u;(l=a(s,c,l,r))>-1;)s!==e&&Ke.call(s,l,1),Ke.call(e,l,1);return e}function Mr(e,t){for(var n=e?t.length:0,r=n-1;n--;){var a=t[n];if(n==r||a!==i){var i=a;si(a)?Ke.call(e,a,1):ea(e,a)}}return e}function Lr(e,t){return e+en(pn()*(t-e+1))}function Fr(e,t){var n="";if(!e||t<1||t>9007199254740991)return n;do{t%2&&(n+=e),(t=en(t/2))&&(e+=e)}while(t);return n}function qr(e,t){return wi(hi(e,t,Ys),e+"")}function Br(e){return Bn(Ns(e))}function Wr(e,t){var n=Ns(e);return Si(n,Qn(t,0,n.length))}function Ur(e,t,n,r){if(!$o(e))return e;for(var a=-1,i=(t=la(t,e)).length,o=i-1,s=e;null!=s&&++a<i;){var l=Ii(t[a]),u=n;if("__proto__"===l||"constructor"===l||"prototype"===l)return e;if(a!=o){var c=s[l];void 0===(u=r?r(c,l,s):void 0)&&(u=$o(c)?c:si(t[a+1])?[]:{})}$n(s,l,u),s=s[l]}return e}var Vr=bn?function(e,t){return bn.set(e,t),e}:Ys,$r=Kt?function(e,t){return Kt(e,"toString",{configurable:!0,enumerable:!1,value:$s(t),writable:!0})}:Ys;function zr(e){return Si(Ns(e))}function Hr(e,t,n){var r=-1,a=e.length;t<0&&(t=-t>a?0:a+t),(n=n>a?a:n)<0&&(n+=a),a=t>n?0:n-t>>>0,t>>>=0;for(var i=ue(a);++r<a;)i[r]=e[r+t];return i}function Yr(e,t){var n;return tr(e,(function(e,r,a){return!(n=t(e,r,a))})),!!n}function Gr(e,t,n){var r=0,a=null==e?r:e.length;if("number"==typeof t&&t==t&&a<=2147483647){for(;r<a;){var i=r+a>>>1,o=e[i];null!==o&&!Zo(o)&&(n?o<=t:o<t)?r=i+1:a=i}return a}return Kr(e,t,Ys,n)}function Kr(e,t,n,r){var a=0,i=null==e?0:e.length;if(0===i)return 0;for(var o=(t=n(t))!=t,s=null===t,l=Zo(t),u=void 0===t;a<i;){var c=en((a+i)/2),p=n(e[c]),d=void 0!==p,f=null===p,m=p==p,h=Zo(p);if(o)var v=r||m;else v=u?m&&(r||d):s?m&&d&&(r||!f):l?m&&d&&!f&&(r||!h):!f&&!h&&(r?p<=t:p<t);v?a=c+1:i=c}return ln(i,4294967294)}function Qr(e,t){for(var n=-1,r=e.length,a=0,i=[];++n<r;){var o=e[n],s=t?t(o):o;if(!n||!No(s,l)){var l=s;i[a++]=0===o?0:o}}return i}function Xr(e){return"number"==typeof e?e:Zo(e)?NaN:+e}function Zr(e){if("string"==typeof e)return e;if(Ro(e))return ct(e,Zr)+"";if(Zo(e))return On?On.call(e):"";var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}function Jr(e,t,n){var r=-1,a=lt,i=e.length,o=!0,s=[],l=s;if(n)o=!1,a=ut;else if(i>=200){var u=t?null:Fa(e);if(u)return Wt(u);o=!1,a=Nt,l=new Ln}else l=t?[]:s;e:for(;++r<i;){var c=e[r],p=t?t(c):c;if(c=n||0!==c?c:0,o&&p==p){for(var d=l.length;d--;)if(l[d]===p)continue e;t&&l.push(p),s.push(c)}else a(l,p,n)||(l!==s&&l.push(p),s.push(c))}return s}function ea(e,t){return null==(e=vi(e,t=la(t,e)))||delete e[Ii(qi(t))]}function ta(e,t,n,r){return Ur(e,t,n(dr(e,t)),r)}function na(e,t,n,r){for(var a=e.length,i=r?a:-1;(r?i--:++i<a)&&t(e[i],i,e););return n?Hr(e,r?0:i,r?i+1:a):Hr(e,r?i+1:0,r?a:i)}function ra(e,t){var n=e;return n instanceof Pn&&(n=n.value()),dt(t,(function(e,t){return t.func.apply(t.thisArg,pt([e],t.args))}),n)}function aa(e,t,n){var r=e.length;if(r<2)return r?Jr(e[0]):[];for(var a=-1,i=ue(r);++a<r;)for(var o=e[a],s=-1;++s<r;)s!=a&&(i[a]=er(i[a]||o,e[s],t,n));return Jr(or(i,1),t,n)}function ia(e,t,n){for(var r=-1,a=e.length,i=t.length,o={};++r<a;){var s=r<i?t[r]:void 0;n(o,e[r],s)}return o}function oa(e){return Lo(e)?e:[]}function sa(e){return"function"==typeof e?e:Ys}function la(e,t){return Ro(e)?e:ui(e,t)?[e]:Ci(ls(e))}var ua=qr;function ca(e,t,n){var r=e.length;return n=void 0===n?r:n,!t&&n>=r?e:Hr(e,t,n)}var pa=Qt||function(e){return $e.clearTimeout(e)};function da(e,t){if(t)return e.slice();var n=e.length,r=Ve?Ve(n):new e.constructor(n);return e.copy(r),r}function fa(e){var t=new e.constructor(e.byteLength);return new Ue(t).set(new Ue(e)),t}function ma(e,t){var n=t?fa(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)}function ha(e,t){if(e!==t){var n=void 0!==e,r=null===e,a=e==e,i=Zo(e),o=void 0!==t,s=null===t,l=t==t,u=Zo(t);if(!s&&!u&&!i&&e>t||i&&o&&l&&!s&&!u||r&&o&&l||!n&&l||!a)return 1;if(!r&&!i&&!u&&e<t||u&&n&&a&&!r&&!i||s&&n&&a||!o&&a||!l)return-1}return 0}function va(e,t,n,r){for(var a=-1,i=e.length,o=n.length,s=-1,l=t.length,u=sn(i-o,0),c=ue(l+u),p=!r;++s<l;)c[s]=t[s];for(;++a<o;)(p||a<i)&&(c[n[a]]=e[a]);for(;u--;)c[s++]=e[a++];return c}function ga(e,t,n,r){for(var a=-1,i=e.length,o=-1,s=n.length,l=-1,u=t.length,c=sn(i-s,0),p=ue(c+u),d=!r;++a<c;)p[a]=e[a];for(var f=a;++l<u;)p[f+l]=t[l];for(;++o<s;)(d||a<i)&&(p[f+n[o]]=e[a++]);return p}function ya(e,t){var n=-1,r=e.length;for(t||(t=ue(r));++n<r;)t[n]=e[n];return t}function ba(e,t,n,r){var a=!n;n||(n={});for(var i=-1,o=t.length;++i<o;){var s=t[i],l=r?r(n[s],e[s],s,n,e):void 0;void 0===l&&(l=e[s]),a?Gn(n,s,l):$n(n,s,l)}return n}function _a(e,t){return function(n,r){var a=Ro(n)?rt:Hn,i=t?t():{};return a(n,e,Xa(r,2),i)}}function wa(e){return qr((function(t,n){var r=-1,a=n.length,i=a>1?n[a-1]:void 0,o=a>2?n[2]:void 0;for(i=e.length>3&&"function"==typeof i?(a--,i):void 0,o&&li(n[0],n[1],o)&&(i=a<3?void 0:i,a=1),t=me(t);++r<a;){var s=n[r];s&&e(t,s,r,i)}return t}))}function Ea(e,t){return function(n,r){if(null==n)return n;if(!Mo(n))return e(n,r);for(var a=n.length,i=t?a:-1,o=me(n);(t?i--:++i<a)&&!1!==r(o[i],i,o););return n}}function ka(e){return function(t,n,r){for(var a=-1,i=me(t),o=r(t),s=o.length;s--;){var l=o[e?s:++a];if(!1===n(i[l],l,i))break}return t}}function Sa(e){return function(t){var n=Lt(t=ls(t))?$t(t):void 0,r=n?n[0]:t.charAt(0),a=n?ca(n,1).join(""):t.slice(1);return r[e]()+a}}function Ca(e){return function(t){return dt(Ws(Ps(t).replace(Te,"")),e,"")}}function Ia(e){return function(){var t=arguments;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]);case 5:return new e(t[0],t[1],t[2],t[3],t[4]);case 6:return new e(t[0],t[1],t[2],t[3],t[4],t[5]);case 7:return new e(t[0],t[1],t[2],t[3],t[4],t[5],t[6])}var n=Nn(e.prototype),r=e.apply(n,t);return $o(r)?r:n}}function xa(e){return function(t,n,r){var a=me(t);if(!Mo(t)){var i=Xa(n,3);t=ws(t),n=function(e){return i(a[e],e,a)}}var o=e(t,n,r);return o>-1?a[i?t[o]:o]:void 0}}function Oa(e){return za((function(t){var r=t.length,a=r,i=An.prototype.thru;for(e&&t.reverse();a--;){var o=t[a];if("function"!=typeof o)throw new ge(n);if(i&&!s&&"wrapper"==Ka(o))var s=new An([],!0)}for(a=s?a:r;++a<r;){var l=Ka(o=t[a]),u="wrapper"==l?Ga(o):void 0;s=u&&ci(u[0])&&424==u[1]&&!u[4].length&&1==u[9]?s[Ka(u[0])].apply(s,u[3]):1==o.length&&ci(o)?s[l]():s.thru(o)}return function(){var e=arguments,n=e[0];if(s&&1==e.length&&Ro(n))return s.plant(n).value();for(var a=0,i=r?t[a].apply(this,e):n;++a<r;)i=t[a].call(this,i);return i}}))}function Ta(e,t,n,r,a,i,o,s,l,u){var c=128&t,p=1&t,d=2&t,f=24&t,m=512&t,h=d?void 0:Ia(e);return function v(){for(var g=arguments.length,y=ue(g),b=g;b--;)y[b]=arguments[b];if(f)var _=Qa(v),w=Pt(y,_);if(r&&(y=va(y,r,a,f)),i&&(y=ga(y,i,o,f)),g-=w,f&&g<u){var E=Bt(y,_);return Ma(e,t,Ta,v.placeholder,n,y,E,s,l,u-g)}var k=p?n:this,S=d?k[e]:e;return g=y.length,s?y=gi(y,s):m&&g>1&&y.reverse(),c&&l<g&&(y.length=l),this&&this!==$e&&this instanceof v&&(S=h||Ia(S)),S.apply(k,y)}}function Na(e,t){return function(n,r){return function(e,t,n,r){return ur(e,(function(e,a,i){t(r,n(e),a,i)})),r}(n,e,t(r),{})}}function Da(e,t){return function(n,r){var a;if(void 0===n&&void 0===r)return t;if(void 0!==n&&(a=n),void 0!==r){if(void 0===a)return r;"string"==typeof n||"string"==typeof r?(n=Zr(n),r=Zr(r)):(n=Xr(n),r=Xr(r)),a=e(n,r)}return a}}function Aa(e){return za((function(t){return t=ct(t,Ot(Xa())),qr((function(n){var r=this;return e(t,(function(e){return nt(e,r,n)}))}))}))}function Pa(e,t){var n=(t=void 0===t?" ":Zr(t)).length;if(n<2)return n?Fr(t,e):t;var r=Fr(t,Jt(e/Vt(t)));return Lt(t)?ca($t(r),0,e).join(""):r.slice(0,e)}function Ra(e){return function(t,n,r){return r&&"number"!=typeof r&&li(t,n,r)&&(n=r=void 0),t=rs(t),void 0===n?(n=t,t=0):n=rs(n),function(e,t,n,r){for(var a=-1,i=sn(Jt((t-e)/(n||1)),0),o=ue(i);i--;)o[r?i:++a]=e,e+=n;return o}(t,n,r=void 0===r?t<n?1:-1:rs(r),e)}}function ja(e){return function(t,n){return"string"==typeof t&&"string"==typeof n||(t=os(t),n=os(n)),e(t,n)}}function Ma(e,t,n,r,a,i,o,s,l,u){var c=8&t;t|=c?32:64,4&(t&=~(c?64:32))||(t&=-4);var p=[e,t,a,c?i:void 0,c?o:void 0,c?void 0:i,c?void 0:o,s,l,u],d=n.apply(void 0,p);return ci(e)&&bi(d,p),d.placeholder=r,Ei(d,e,t)}function La(e){var t=fe[e];return function(e,n){if(e=os(e),(n=null==n?0:ln(as(n),292))&&rn(e)){var r=(ls(e)+"e").split("e");return+((r=(ls(t(r[0]+"e"+(+r[1]+n)))+"e").split("e"))[0]+"e"+(+r[1]-n))}return t(e)}}var Fa=vn&&1/Wt(new vn([,-0]))[1]==1/0?function(e){return new vn(e)}:Zs;function qa(e){return function(t){var n=ri(t);return n==d?Ft(t):n==v?Ut(t):function(e,t){return ct(t,(function(t){return[t,e[t]]}))}(t,e(t))}}function Ba(e,t,a,i,o,s,l,u){var c=2&t;if(!c&&"function"!=typeof e)throw new ge(n);var p=i?i.length:0;if(p||(t&=-97,i=o=void 0),l=void 0===l?l:sn(as(l),0),u=void 0===u?u:as(u),p-=o?o.length:0,64&t){var d=i,f=o;i=o=void 0}var m=c?void 0:Ga(e),h=[e,t,a,i,o,d,f,s,l,u];if(m&&function(e,t){var n=e[1],a=t[1],i=n|a,o=i<131,s=128==a&&8==n||128==a&&256==n&&e[7].length<=t[8]||384==a&&t[7].length<=t[8]&&8==n;if(!o&&!s)return e;1&a&&(e[2]=t[2],i|=1&n?0:4);var l=t[3];if(l){var u=e[3];e[3]=u?va(u,l,t[4]):l,e[4]=u?Bt(e[3],r):t[4]}(l=t[5])&&(u=e[5],e[5]=u?ga(u,l,t[6]):l,e[6]=u?Bt(e[5],r):t[6]);(l=t[7])&&(e[7]=l);128&a&&(e[8]=null==e[8]?t[8]:ln(e[8],t[8]));null==e[9]&&(e[9]=t[9]);e[0]=t[0],e[1]=i}(h,m),e=h[0],t=h[1],a=h[2],i=h[3],o=h[4],!(u=h[9]=void 0===h[9]?c?0:e.length:sn(h[9]-p,0))&&24&t&&(t&=-25),t&&1!=t)v=8==t||16==t?function(e,t,n){var r=Ia(e);return function a(){for(var i=arguments.length,o=ue(i),s=i,l=Qa(a);s--;)o[s]=arguments[s];var u=i<3&&o[0]!==l&&o[i-1]!==l?[]:Bt(o,l);if((i-=u.length)<n)return Ma(e,t,Ta,a.placeholder,void 0,o,u,void 0,void 0,n-i);var c=this&&this!==$e&&this instanceof a?r:e;return nt(c,this,o)}}(e,t,u):32!=t&&33!=t||o.length?Ta.apply(void 0,h):function(e,t,n,r){var a=1&t,i=Ia(e);return function t(){for(var o=-1,s=arguments.length,l=-1,u=r.length,c=ue(u+s),p=this&&this!==$e&&this instanceof t?i:e;++l<u;)c[l]=r[l];for(;s--;)c[l++]=arguments[++o];return nt(p,a?n:this,c)}}(e,t,a,i);else var v=function(e,t,n){var r=1&t,a=Ia(e);return function t(){var i=this&&this!==$e&&this instanceof t?a:e;return i.apply(r?n:this,arguments)}}(e,t,a);return Ei((m?Vr:bi)(v,h),e,t)}function Wa(e,t,n,r){return void 0===e||No(e,_e[n])&&!ke.call(r,n)?t:e}function Ua(e,t,n,r,a,i){return $o(e)&&$o(t)&&(i.set(t,e),Dr(e,t,void 0,Ua,i),i.delete(t)),e}function Va(e){return Go(e)?void 0:e}function $a(e,t,n,r,a,i){var o=1&n,s=e.length,l=t.length;if(s!=l&&!(o&&l>s))return!1;var u=i.get(e),c=i.get(t);if(u&&c)return u==t&&c==e;var p=-1,d=!0,f=2&n?new Ln:void 0;for(i.set(e,t),i.set(t,e);++p<s;){var m=e[p],h=t[p];if(r)var v=o?r(h,m,p,t,e,i):r(m,h,p,e,t,i);if(void 0!==v){if(v)continue;d=!1;break}if(f){if(!mt(t,(function(e,t){if(!Nt(f,t)&&(m===e||a(m,e,n,r,i)))return f.push(t)}))){d=!1;break}}else if(m!==h&&!a(m,h,n,r,i)){d=!1;break}}return i.delete(e),i.delete(t),d}function za(e){return wi(hi(e,void 0,Ri),e+"")}function Ha(e){return fr(e,ws,ti)}function Ya(e){return fr(e,Es,ni)}var Ga=bn?function(e){return bn.get(e)}:Zs;function Ka(e){for(var t=e.name+"",n=_n[t],r=ke.call(_n,t)?n.length:0;r--;){var a=n[r],i=a.func;if(null==i||i==e)return a.name}return t}function Qa(e){return(ke.call(Tn,"placeholder")?Tn:e).placeholder}function Xa(){var e=Tn.iteratee||Gs;return e=e===Gs?Sr:e,arguments.length?e(arguments[0],arguments[1]):e}function Za(e,t){var n,r,a=e.__data__;return("string"==(r=typeof(n=t))||"number"==r||"symbol"==r||"boolean"==r?"__proto__"!==n:null===n)?a["string"==typeof t?"string":"hash"]:a.map}function Ja(e){for(var t=ws(e),n=t.length;n--;){var r=t[n],a=e[r];t[n]=[r,a,fi(a)]}return t}function ei(e,t){var n=function(e,t){return null==e?void 0:e[t]}(e,t);return kr(n)?n:void 0}var ti=tn?function(e){return null==e?[]:(e=me(e),st(tn(e),(function(t){return Ge.call(e,t)})))}:il,ni=tn?function(e){for(var t=[];e;)pt(t,ti(e)),e=ze(e);return t}:il,ri=mr;function ai(e,t,n){for(var r=-1,a=(t=la(t,e)).length,i=!1;++r<a;){var o=Ii(t[r]);if(!(i=null!=e&&n(e,o)))break;e=e[o]}return i||++r!=a?i:!!(a=null==e?0:e.length)&&Vo(a)&&si(o,a)&&(Ro(e)||Po(e))}function ii(e){return"function"!=typeof e.constructor||di(e)?{}:Nn(ze(e))}function oi(e){return Ro(e)||Po(e)||!!(ht&&e&&e[ht])}function si(e,t){var n=typeof e;return!!(t=null==t?9007199254740991:t)&&("number"==n||"symbol"!=n&&ie.test(e))&&e>-1&&e%1==0&&e<t}function li(e,t,n){if(!$o(n))return!1;var r=typeof t;return!!("number"==r?Mo(n)&&si(t,n.length):"string"==r&&t in n)&&No(n[t],e)}function ui(e,t){if(Ro(e))return!1;var n=typeof e;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=e&&!Zo(e))||(W.test(e)||!B.test(e)||null!=t&&e in me(t))}function ci(e){var t=Ka(e),n=Tn[t];if("function"!=typeof n||!(t in Pn.prototype))return!1;if(e===n)return!0;var r=Ga(n);return!!r&&e===r[0]}(fn&&ri(new fn(new ArrayBuffer(1)))!=w||mn&&ri(new mn)!=d||hn&&"[object Promise]"!=ri(hn.resolve())||vn&&ri(new vn)!=v||gn&&ri(new gn)!=b)&&(ri=function(e){var t=mr(e),n=t==m?e.constructor:void 0,r=n?xi(n):"";if(r)switch(r){case wn:return w;case En:return d;case kn:return"[object Promise]";case Sn:return v;case Cn:return b}return t});var pi=we?Wo:ol;function di(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||_e)}function fi(e){return e==e&&!$o(e)}function mi(e,t){return function(n){return null!=n&&(n[e]===t&&(void 0!==t||e in me(n)))}}function hi(e,t,n){return t=sn(void 0===t?e.length-1:t,0),function(){for(var r=arguments,a=-1,i=sn(r.length-t,0),o=ue(i);++a<i;)o[a]=r[t+a];a=-1;for(var s=ue(t+1);++a<t;)s[a]=r[a];return s[t]=n(o),nt(e,this,s)}}function vi(e,t){return t.length<2?e:dr(e,Hr(t,0,-1))}function gi(e,t){for(var n=e.length,r=ln(t.length,n),a=ya(e);r--;){var i=t[r];e[r]=si(i,n)?a[i]:void 0}return e}function yi(e,t){if(("constructor"!==t||"function"!=typeof e[t])&&"__proto__"!=t)return e[t]}var bi=ki(Vr),_i=Zt||function(e,t){return $e.setTimeout(e,t)},wi=ki($r);function Ei(e,t,n){var r=t+"";return wi(e,function(e,t){var n=t.length;if(!n)return e;var r=n-1;return t[r]=(n>1?"& ":"")+t[r],t=t.join(n>2?", ":" "),e.replace(Y,"{\n/* [wrapped with "+t+"] */\n")}(r,function(e,t){return at(a,(function(n){var r="_."+n[0];t&n[1]&&!lt(e,r)&&e.push(r)})),e.sort()}(function(e){var t=e.match(G);return t?t[1].split(K):[]}(r),n)))}function ki(e){var t=0,n=0;return function(){var r=un(),a=16-(r-n);if(n=r,a>0){if(++t>=800)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}function Si(e,t){var n=-1,r=e.length,a=r-1;for(t=void 0===t?r:t;++n<t;){var i=Lr(n,a),o=e[i];e[i]=e[n],e[n]=o}return e.length=t,e}var Ci=function(e){var t=So(e,(function(e){return 500===n.size&&n.clear(),e})),n=t.cache;return t}((function(e){var t=[];return 46===e.charCodeAt(0)&&t.push(""),e.replace(U,(function(e,n,r,a){t.push(r?a.replace(Z,"$1"):n||e)})),t}));function Ii(e){if("string"==typeof e||Zo(e))return e;var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}function xi(e){if(null!=e){try{return Ee.call(e)}catch(e){}try{return e+""}catch(e){}}return""}function Oi(e){if(e instanceof Pn)return e.clone();var t=new An(e.__wrapped__,e.__chain__);return t.__actions__=ya(e.__actions__),t.__index__=e.__index__,t.__values__=e.__values__,t}var Ti=qr((function(e,t){return Lo(e)?er(e,or(t,1,Lo,!0)):[]})),Ni=qr((function(e,t){var n=qi(t);return Lo(n)&&(n=void 0),Lo(e)?er(e,or(t,1,Lo,!0),Xa(n,2)):[]})),Di=qr((function(e,t){var n=qi(t);return Lo(n)&&(n=void 0),Lo(e)?er(e,or(t,1,Lo,!0),void 0,n):[]}));function Ai(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var a=null==n?0:as(n);return a<0&&(a=sn(r+a,0)),gt(e,Xa(t,3),a)}function Pi(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var a=r-1;return void 0!==n&&(a=as(n),a=n<0?sn(r+a,0):ln(a,r-1)),gt(e,Xa(t,3),a,!0)}function Ri(e){return(null==e?0:e.length)?or(e,1):[]}function ji(e){return e&&e.length?e[0]:void 0}var Mi=qr((function(e){var t=ct(e,oa);return t.length&&t[0]===e[0]?yr(t):[]})),Li=qr((function(e){var t=qi(e),n=ct(e,oa);return t===qi(n)?t=void 0:n.pop(),n.length&&n[0]===e[0]?yr(n,Xa(t,2)):[]})),Fi=qr((function(e){var t=qi(e),n=ct(e,oa);return(t="function"==typeof t?t:void 0)&&n.pop(),n.length&&n[0]===e[0]?yr(n,void 0,t):[]}));function qi(e){var t=null==e?0:e.length;return t?e[t-1]:void 0}var Bi=qr(Wi);function Wi(e,t){return e&&e.length&&t&&t.length?jr(e,t):e}var Ui=za((function(e,t){var n=null==e?0:e.length,r=Kn(e,t);return Mr(e,ct(t,(function(e){return si(e,n)?+e:e})).sort(ha)),r}));function Vi(e){return null==e?e:dn.call(e)}var $i=qr((function(e){return Jr(or(e,1,Lo,!0))})),zi=qr((function(e){var t=qi(e);return Lo(t)&&(t=void 0),Jr(or(e,1,Lo,!0),Xa(t,2))})),Hi=qr((function(e){var t=qi(e);return t="function"==typeof t?t:void 0,Jr(or(e,1,Lo,!0),void 0,t)}));function Yi(e){if(!e||!e.length)return[];var t=0;return e=st(e,(function(e){if(Lo(e))return t=sn(e.length,t),!0})),It(t,(function(t){return ct(e,Et(t))}))}function Gi(e,t){if(!e||!e.length)return[];var n=Yi(e);return null==t?n:ct(n,(function(e){return nt(t,void 0,e)}))}var Ki=qr((function(e,t){return Lo(e)?er(e,t):[]})),Qi=qr((function(e){return aa(st(e,Lo))})),Xi=qr((function(e){var t=qi(e);return Lo(t)&&(t=void 0),aa(st(e,Lo),Xa(t,2))})),Zi=qr((function(e){var t=qi(e);return t="function"==typeof t?t:void 0,aa(st(e,Lo),void 0,t)})),Ji=qr(Yi);var eo=qr((function(e){var t=e.length,n=t>1?e[t-1]:void 0;return n="function"==typeof n?(e.pop(),n):void 0,Gi(e,n)}));function to(e){var t=Tn(e);return t.__chain__=!0,t}function no(e,t){return t(e)}var ro=za((function(e){var t=e.length,n=t?e[0]:0,r=this.__wrapped__,a=function(t){return Kn(t,e)};return!(t>1||this.__actions__.length)&&r instanceof Pn&&si(n)?((r=r.slice(n,+n+(t?1:0))).__actions__.push({func:no,args:[a],thisArg:void 0}),new An(r,this.__chain__).thru((function(e){return t&&!e.length&&e.push(void 0),e}))):this.thru(a)}));var ao=_a((function(e,t,n){ke.call(e,n)?++e[n]:Gn(e,n,1)}));var io=xa(Ai),oo=xa(Pi);function so(e,t){return(Ro(e)?at:tr)(e,Xa(t,3))}function lo(e,t){return(Ro(e)?it:nr)(e,Xa(t,3))}var uo=_a((function(e,t,n){ke.call(e,n)?e[n].push(t):Gn(e,n,[t])}));var co=qr((function(e,t,n){var r=-1,a="function"==typeof t,i=Mo(e)?ue(e.length):[];return tr(e,(function(e){i[++r]=a?nt(t,e,n):br(e,t,n)})),i})),po=_a((function(e,t,n){Gn(e,n,t)}));function fo(e,t){return(Ro(e)?ct:Or)(e,Xa(t,3))}var mo=_a((function(e,t,n){e[n?0:1].push(t)}),(function(){return[[],[]]}));var ho=qr((function(e,t){if(null==e)return[];var n=t.length;return n>1&&li(e,t[0],t[1])?t=[]:n>2&&li(t[0],t[1],t[2])&&(t=[t[0]]),Pr(e,or(t,1),[])})),vo=Xt||function(){return $e.Date.now()};function go(e,t,n){return t=n?void 0:t,Ba(e,128,void 0,void 0,void 0,void 0,t=e&&null==t?e.length:t)}function yo(e,t){var r;if("function"!=typeof t)throw new ge(n);return e=as(e),function(){return--e>0&&(r=t.apply(this,arguments)),e<=1&&(t=void 0),r}}var bo=qr((function(e,t,n){var r=1;if(n.length){var a=Bt(n,Qa(bo));r|=32}return Ba(e,r,t,n,a)})),_o=qr((function(e,t,n){var r=3;if(n.length){var a=Bt(n,Qa(_o));r|=32}return Ba(t,r,e,n,a)}));function wo(e,t,r){var a,i,o,s,l,u,c=0,p=!1,d=!1,f=!0;if("function"!=typeof e)throw new ge(n);function m(t){var n=a,r=i;return a=i=void 0,c=t,s=e.apply(r,n)}function h(e){return c=e,l=_i(g,t),p?m(e):s}function v(e){var n=e-u;return void 0===u||n>=t||n<0||d&&e-c>=o}function g(){var e=vo();if(v(e))return y(e);l=_i(g,function(e){var n=t-(e-u);return d?ln(n,o-(e-c)):n}(e))}function y(e){return l=void 0,f&&a?m(e):(a=i=void 0,s)}function b(){var e=vo(),n=v(e);if(a=arguments,i=this,u=e,n){if(void 0===l)return h(u);if(d)return pa(l),l=_i(g,t),m(u)}return void 0===l&&(l=_i(g,t)),s}return t=os(t)||0,$o(r)&&(p=!!r.leading,o=(d="maxWait"in r)?sn(os(r.maxWait)||0,t):o,f="trailing"in r?!!r.trailing:f),b.cancel=function(){void 0!==l&&pa(l),c=0,a=u=i=l=void 0},b.flush=function(){return void 0===l?s:y(vo())},b}var Eo=qr((function(e,t){return Jn(e,1,t)})),ko=qr((function(e,t,n){return Jn(e,os(t)||0,n)}));function So(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new ge(n);var r=function(){var n=arguments,a=t?t.apply(this,n):n[0],i=r.cache;if(i.has(a))return i.get(a);var o=e.apply(this,n);return r.cache=i.set(a,o)||i,o};return r.cache=new(So.Cache||Mn),r}function Co(e){if("function"!=typeof e)throw new ge(n);return function(){var t=arguments;switch(t.length){case 0:return!e.call(this);case 1:return!e.call(this,t[0]);case 2:return!e.call(this,t[0],t[1]);case 3:return!e.call(this,t[0],t[1],t[2])}return!e.apply(this,t)}}So.Cache=Mn;var Io=ua((function(e,t){var n=(t=1==t.length&&Ro(t[0])?ct(t[0],Ot(Xa())):ct(or(t,1),Ot(Xa()))).length;return qr((function(r){for(var a=-1,i=ln(r.length,n);++a<i;)r[a]=t[a].call(this,r[a]);return nt(e,this,r)}))})),xo=qr((function(e,t){return Ba(e,32,void 0,t,Bt(t,Qa(xo)))})),Oo=qr((function(e,t){return Ba(e,64,void 0,t,Bt(t,Qa(Oo)))})),To=za((function(e,t){return Ba(e,256,void 0,void 0,void 0,t)}));function No(e,t){return e===t||e!=e&&t!=t}var Do=ja(hr),Ao=ja((function(e,t){return e>=t})),Po=_r(function(){return arguments}())?_r:function(e){return zo(e)&&ke.call(e,"callee")&&!Ge.call(e,"callee")},Ro=ue.isArray,jo=Qe?Ot(Qe):function(e){return zo(e)&&mr(e)==_};function Mo(e){return null!=e&&Vo(e.length)&&!Wo(e)}function Lo(e){return zo(e)&&Mo(e)}var Fo=nn||ol,qo=Xe?Ot(Xe):function(e){return zo(e)&&mr(e)==l};function Bo(e){if(!zo(e))return!1;var t=mr(e);return t==u||"[object DOMException]"==t||"string"==typeof e.message&&"string"==typeof e.name&&!Go(e)}function Wo(e){if(!$o(e))return!1;var t=mr(e);return t==c||t==p||"[object AsyncFunction]"==t||"[object Proxy]"==t}function Uo(e){return"number"==typeof e&&e==as(e)}function Vo(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991}function $o(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}function zo(e){return null!=e&&"object"==typeof e}var Ho=Ze?Ot(Ze):function(e){return zo(e)&&ri(e)==d};function Yo(e){return"number"==typeof e||zo(e)&&mr(e)==f}function Go(e){if(!zo(e)||mr(e)!=m)return!1;var t=ze(e);if(null===t)return!0;var n=ke.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&Ee.call(n)==xe}var Ko=Je?Ot(Je):function(e){return zo(e)&&mr(e)==h};var Qo=et?Ot(et):function(e){return zo(e)&&ri(e)==v};function Xo(e){return"string"==typeof e||!Ro(e)&&zo(e)&&mr(e)==g}function Zo(e){return"symbol"==typeof e||zo(e)&&mr(e)==y}var Jo=tt?Ot(tt):function(e){return zo(e)&&Vo(e.length)&&!!Le[mr(e)]};var es=ja(xr),ts=ja((function(e,t){return e<=t}));function ns(e){if(!e)return[];if(Mo(e))return Xo(e)?$t(e):ya(e);if(kt&&e[kt])return function(e){for(var t,n=[];!(t=e.next()).done;)n.push(t.value);return n}(e[kt]());var t=ri(e);return(t==d?Ft:t==v?Wt:Ns)(e)}function rs(e){return e?(e=os(e))===1/0||e===-1/0?17976931348623157e292*(e<0?-1:1):e==e?e:0:0===e?e:0}function as(e){var t=rs(e),n=t%1;return t==t?n?t-n:t:0}function is(e){return e?Qn(as(e),0,4294967295):0}function os(e){if("number"==typeof e)return e;if(Zo(e))return NaN;if($o(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=$o(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=xt(e);var n=ne.test(e);return n||ae.test(e)?We(e.slice(2),n?2:8):te.test(e)?NaN:+e}function ss(e){return ba(e,Es(e))}function ls(e){return null==e?"":Zr(e)}var us=wa((function(e,t){if(di(t)||Mo(t))ba(t,ws(t),e);else for(var n in t)ke.call(t,n)&&$n(e,n,t[n])})),cs=wa((function(e,t){ba(t,Es(t),e)})),ps=wa((function(e,t,n,r){ba(t,Es(t),e,r)})),ds=wa((function(e,t,n,r){ba(t,ws(t),e,r)})),fs=za(Kn);var ms=qr((function(e,t){e=me(e);var n=-1,r=t.length,a=r>2?t[2]:void 0;for(a&&li(t[0],t[1],a)&&(r=1);++n<r;)for(var i=t[n],o=Es(i),s=-1,l=o.length;++s<l;){var u=o[s],c=e[u];(void 0===c||No(c,_e[u])&&!ke.call(e,u))&&(e[u]=i[u])}return e})),hs=qr((function(e){return e.push(void 0,Ua),nt(Ss,void 0,e)}));function vs(e,t,n){var r=null==e?void 0:dr(e,t);return void 0===r?n:r}function gs(e,t){return null!=e&&ai(e,t,gr)}var ys=Na((function(e,t,n){null!=t&&"function"!=typeof t.toString&&(t=Ie.call(t)),e[t]=n}),$s(Ys)),bs=Na((function(e,t,n){null!=t&&"function"!=typeof t.toString&&(t=Ie.call(t)),ke.call(e,t)?e[t].push(n):e[t]=[n]}),Xa),_s=qr(br);function ws(e){return Mo(e)?qn(e):Cr(e)}function Es(e){return Mo(e)?qn(e,!0):Ir(e)}var ks=wa((function(e,t,n){Dr(e,t,n)})),Ss=wa((function(e,t,n,r){Dr(e,t,n,r)})),Cs=za((function(e,t){var n={};if(null==e)return n;var r=!1;t=ct(t,(function(t){return t=la(t,e),r||(r=t.length>1),t})),ba(e,Ya(e),n),r&&(n=Xn(n,7,Va));for(var a=t.length;a--;)ea(n,t[a]);return n}));var Is=za((function(e,t){return null==e?{}:function(e,t){return Rr(e,t,(function(t,n){return gs(e,n)}))}(e,t)}));function xs(e,t){if(null==e)return{};var n=ct(Ya(e),(function(e){return[e]}));return t=Xa(t),Rr(e,n,(function(e,n){return t(e,n[0])}))}var Os=qa(ws),Ts=qa(Es);function Ns(e){return null==e?[]:Tt(e,ws(e))}var Ds=Ca((function(e,t,n){return t=t.toLowerCase(),e+(n?As(t):t)}));function As(e){return Bs(ls(e).toLowerCase())}function Ps(e){return(e=ls(e))&&e.replace(oe,Rt).replace(Ne,"")}var Rs=Ca((function(e,t,n){return e+(n?"-":"")+t.toLowerCase()})),js=Ca((function(e,t,n){return e+(n?" ":"")+t.toLowerCase()})),Ms=Sa("toLowerCase");var Ls=Ca((function(e,t,n){return e+(n?"_":"")+t.toLowerCase()}));var Fs=Ca((function(e,t,n){return e+(n?" ":"")+Bs(t)}));var qs=Ca((function(e,t,n){return e+(n?" ":"")+t.toUpperCase()})),Bs=Sa("toUpperCase");function Ws(e,t,n){return e=ls(e),void 0===(t=n?void 0:t)?function(e){return Re.test(e)}(e)?function(e){return e.match(Ae)||[]}(e):function(e){return e.match(Q)||[]}(e):e.match(t)||[]}var Us=qr((function(e,t){try{return nt(e,void 0,t)}catch(e){return Bo(e)?e:new pe(e)}})),Vs=za((function(e,t){return at(t,(function(t){t=Ii(t),Gn(e,t,bo(e[t],e))})),e}));function $s(e){return function(){return e}}var zs=Oa(),Hs=Oa(!0);function Ys(e){return e}function Gs(e){return Sr("function"==typeof e?e:Xn(e,1))}var Ks=qr((function(e,t){return function(n){return br(n,e,t)}})),Qs=qr((function(e,t){return function(n){return br(e,n,t)}}));function Xs(e,t,n){var r=ws(t),a=pr(t,r);null!=n||$o(t)&&(a.length||!r.length)||(n=t,t=e,e=this,a=pr(t,ws(t)));var i=!($o(n)&&"chain"in n&&!n.chain),o=Wo(e);return at(a,(function(n){var r=t[n];e[n]=r,o&&(e.prototype[n]=function(){var t=this.__chain__;if(i||t){var n=e(this.__wrapped__),a=n.__actions__=ya(this.__actions__);return a.push({func:r,args:arguments,thisArg:e}),n.__chain__=t,n}return r.apply(e,pt([this.value()],arguments))})})),e}function Zs(){}var Js=Aa(ct),el=Aa(ot),tl=Aa(mt);function nl(e){return ui(e)?Et(Ii(e)):function(e){return function(t){return dr(t,e)}}(e)}var rl=Ra(),al=Ra(!0);function il(){return[]}function ol(){return!1}var sl=Da((function(e,t){return e+t}),0),ll=La("ceil"),ul=Da((function(e,t){return e/t}),1),cl=La("floor");var pl,dl=Da((function(e,t){return e*t}),1),fl=La("round"),ml=Da((function(e,t){return e-t}),0);return Tn.after=function(e,t){if("function"!=typeof t)throw new ge(n);return e=as(e),function(){if(--e<1)return t.apply(this,arguments)}},Tn.ary=go,Tn.assign=us,Tn.assignIn=cs,Tn.assignInWith=ps,Tn.assignWith=ds,Tn.at=fs,Tn.before=yo,Tn.bind=bo,Tn.bindAll=Vs,Tn.bindKey=_o,Tn.castArray=function(){if(!arguments.length)return[];var e=arguments[0];return Ro(e)?e:[e]},Tn.chain=to,Tn.chunk=function(e,t,n){t=(n?li(e,t,n):void 0===t)?1:sn(as(t),0);var r=null==e?0:e.length;if(!r||t<1)return[];for(var a=0,i=0,o=ue(Jt(r/t));a<r;)o[i++]=Hr(e,a,a+=t);return o},Tn.compact=function(e){for(var t=-1,n=null==e?0:e.length,r=0,a=[];++t<n;){var i=e[t];i&&(a[r++]=i)}return a},Tn.concat=function(){var e=arguments.length;if(!e)return[];for(var t=ue(e-1),n=arguments[0],r=e;r--;)t[r-1]=arguments[r];return pt(Ro(n)?ya(n):[n],or(t,1))},Tn.cond=function(e){var t=null==e?0:e.length,r=Xa();return e=t?ct(e,(function(e){if("function"!=typeof e[1])throw new ge(n);return[r(e[0]),e[1]]})):[],qr((function(n){for(var r=-1;++r<t;){var a=e[r];if(nt(a[0],this,n))return nt(a[1],this,n)}}))},Tn.conforms=function(e){return function(e){var t=ws(e);return function(n){return Zn(n,e,t)}}(Xn(e,1))},Tn.constant=$s,Tn.countBy=ao,Tn.create=function(e,t){var n=Nn(e);return null==t?n:Yn(n,t)},Tn.curry=function e(t,n,r){var a=Ba(t,8,void 0,void 0,void 0,void 0,void 0,n=r?void 0:n);return a.placeholder=e.placeholder,a},Tn.curryRight=function e(t,n,r){var a=Ba(t,16,void 0,void 0,void 0,void 0,void 0,n=r?void 0:n);return a.placeholder=e.placeholder,a},Tn.debounce=wo,Tn.defaults=ms,Tn.defaultsDeep=hs,Tn.defer=Eo,Tn.delay=ko,Tn.difference=Ti,Tn.differenceBy=Ni,Tn.differenceWith=Di,Tn.drop=function(e,t,n){var r=null==e?0:e.length;return r?Hr(e,(t=n||void 0===t?1:as(t))<0?0:t,r):[]},Tn.dropRight=function(e,t,n){var r=null==e?0:e.length;return r?Hr(e,0,(t=r-(t=n||void 0===t?1:as(t)))<0?0:t):[]},Tn.dropRightWhile=function(e,t){return e&&e.length?na(e,Xa(t,3),!0,!0):[]},Tn.dropWhile=function(e,t){return e&&e.length?na(e,Xa(t,3),!0):[]},Tn.fill=function(e,t,n,r){var a=null==e?0:e.length;return a?(n&&"number"!=typeof n&&li(e,t,n)&&(n=0,r=a),function(e,t,n,r){var a=e.length;for((n=as(n))<0&&(n=-n>a?0:a+n),(r=void 0===r||r>a?a:as(r))<0&&(r+=a),r=n>r?0:is(r);n<r;)e[n++]=t;return e}(e,t,n,r)):[]},Tn.filter=function(e,t){return(Ro(e)?st:ir)(e,Xa(t,3))},Tn.flatMap=function(e,t){return or(fo(e,t),1)},Tn.flatMapDeep=function(e,t){return or(fo(e,t),1/0)},Tn.flatMapDepth=function(e,t,n){return n=void 0===n?1:as(n),or(fo(e,t),n)},Tn.flatten=Ri,Tn.flattenDeep=function(e){return(null==e?0:e.length)?or(e,1/0):[]},Tn.flattenDepth=function(e,t){return(null==e?0:e.length)?or(e,t=void 0===t?1:as(t
|
| 1 |
+
(window.mailpoetJsonp=window.mailpoetJsonp||[]).push([[2,3],{10:function(e,t,n){"use strict";function r(e,t){if(t.length<e)throw new TypeError(e+" argument"+(e>1?"s":"")+" required, but only "+t.length+" present")}n.d(t,"a",(function(){return r}))},100:function(e,t,n){"use strict";n.d(t,"a",(function(){return o}));var r=n(20),a=n(12),i=n(10);function o(e,t){Object(i.a)(1,arguments);var n=t||{},o=n.locale,s=o&&o.options&&o.options.weekStartsOn,l=null==s?0:Object(r.a)(s),u=null==n.weekStartsOn?l:Object(r.a)(n.weekStartsOn);if(!(u>=0&&u<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");var c=Object(a.default)(e),p=c.getUTCDay(),d=(p<u?7:0)+p-u;return c.setUTCDate(c.getUTCDate()-d),c.setUTCHours(0,0,0,0),c}},106:function(e,t,n){"use strict";n.d(t,"a",(function(){return a}));function r(e){return e.getTime()%6e4}function a(e){var t=new Date(e.getTime()),n=Math.ceil(t.getTimezoneOffset());return t.setSeconds(0,0),6e4*n+(n>0?(6e4+r(t))%6e4:r(t))}},107:function(e,t,n){"use strict";n.d(t,"a",(function(){return i}));var r=n(12),a=n(10);function i(e){Object(a.a)(1,arguments);var t=1,n=Object(r.default)(e),i=n.getUTCDay(),o=(i<t?7:0)+i-t;return n.setUTCDate(n.getUTCDate()-o),n.setUTCHours(0,0,0,0),n}},108:function(e,t,n){"use strict";n.d(t,"a",(function(){return i})),n.d(t,"b",(function(){return o})),n.d(t,"c",(function(){return s}));var r=["D","DD"],a=["YY","YYYY"];function i(e){return-1!==r.indexOf(e)}function o(e){return-1!==a.indexOf(e)}function s(e){if("YYYY"===e)throw new RangeError("Use `yyyy` instead of `YYYY` for formatting years; see: https://git.io/fxCyr");if("YY"===e)throw new RangeError("Use `yy` instead of `YY` for formatting years; see: https://git.io/fxCyr");if("D"===e)throw new RangeError("Use `d` instead of `D` for formatting days of the month; see: https://git.io/fxCyr");if("DD"===e)throw new RangeError("Use `dd` instead of `DD` for formatting days of the month; see: https://git.io/fxCyr")}},117:function(e,t,n){e.exports=n(746)},119:function(e,t,n){"use strict";var r={lessThanXSeconds:{one:"less than a second",other:"less than {{count}} seconds"},xSeconds:{one:"1 second",other:"{{count}} seconds"},halfAMinute:"half a minute",lessThanXMinutes:{one:"less than a minute",other:"less than {{count}} minutes"},xMinutes:{one:"1 minute",other:"{{count}} minutes"},aboutXHours:{one:"about 1 hour",other:"about {{count}} hours"},xHours:{one:"1 hour",other:"{{count}} hours"},xDays:{one:"1 day",other:"{{count}} days"},aboutXWeeks:{one:"about 1 week",other:"about {{count}} weeks"},xWeeks:{one:"1 week",other:"{{count}} weeks"},aboutXMonths:{one:"about 1 month",other:"about {{count}} months"},xMonths:{one:"1 month",other:"{{count}} months"},aboutXYears:{one:"about 1 year",other:"about {{count}} years"},xYears:{one:"1 year",other:"{{count}} years"},overXYears:{one:"over 1 year",other:"over {{count}} years"},almostXYears:{one:"almost 1 year",other:"almost {{count}} years"}};function a(e){return function(t){var n=t||{},r=n.width?String(n.width):e.defaultWidth;return e.formats[r]||e.formats[e.defaultWidth]}}var i={date:a({formats:{full:"EEEE, MMMM do, y",long:"MMMM do, y",medium:"MMM d, y",short:"MM/dd/yyyy"},defaultWidth:"full"}),time:a({formats:{full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},defaultWidth:"full"}),dateTime:a({formats:{full:"{{date}} 'at' {{time}}",long:"{{date}} 'at' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},defaultWidth:"full"})},o={lastWeek:"'last' eeee 'at' p",yesterday:"'yesterday at' p",today:"'today at' p",tomorrow:"'tomorrow at' p",nextWeek:"eeee 'at' p",other:"P"};function s(e){return function(t,n){var r,a=n||{};if("formatting"===(a.context?String(a.context):"standalone")&&e.formattingValues){var i=e.defaultFormattingWidth||e.defaultWidth,o=a.width?String(a.width):i;r=e.formattingValues[o]||e.formattingValues[i]}else{var s=e.defaultWidth,l=a.width?String(a.width):e.defaultWidth;r=e.values[l]||e.values[s]}return r[e.argumentCallback?e.argumentCallback(t):t]}}function l(e){return function(t,n){var r=String(t),a=n||{},i=a.width,o=i&&e.matchPatterns[i]||e.matchPatterns[e.defaultMatchWidth],s=r.match(o);if(!s)return null;var l,u=s[0],c=i&&e.parsePatterns[i]||e.parsePatterns[e.defaultParseWidth];return l="[object Array]"===Object.prototype.toString.call(c)?function(e,t){for(var n=0;n<e.length;n++)if(t(e[n]))return n}(c,(function(e){return e.test(u)})):function(e,t){for(var n in e)if(e.hasOwnProperty(n)&&t(e[n]))return n}(c,(function(e){return e.test(u)})),l=e.valueCallback?e.valueCallback(l):l,{value:l=a.valueCallback?a.valueCallback(l):l,rest:r.slice(u.length)}}}var u,c={code:"en-US",formatDistance:function(e,t,n){var a;return n=n||{},a="string"==typeof r[e]?r[e]:1===t?r[e].one:r[e].other.replace("{{count}}",t),n.addSuffix?n.comparison>0?"in "+a:a+" ago":a},formatLong:i,formatRelative:function(e,t,n,r){return o[e]},localize:{ordinalNumber:function(e,t){var n=Number(e),r=n%100;if(r>20||r<10)switch(r%10){case 1:return n+"st";case 2:return n+"nd";case 3:return n+"rd"}return n+"th"},era:s({values:{narrow:["B","A"],abbreviated:["BC","AD"],wide:["Before Christ","Anno Domini"]},defaultWidth:"wide"}),quarter:s({values:{narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["1st quarter","2nd quarter","3rd quarter","4th quarter"]},defaultWidth:"wide",argumentCallback:function(e){return Number(e)-1}}),month:s({values:{narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],abbreviated:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],wide:["January","February","March","April","May","June","July","August","September","October","November","December"]},defaultWidth:"wide"}),day:s({values:{narrow:["S","M","T","W","T","F","S"],short:["Su","Mo","Tu","We","Th","Fr","Sa"],abbreviated:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],wide:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},defaultWidth:"wide"}),dayPeriod:s({values:{narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"}},defaultWidth:"wide",formattingValues:{narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"}},defaultFormattingWidth:"wide"})},match:{ordinalNumber:(u={matchPattern:/^(\d+)(th|st|nd|rd)?/i,parsePattern:/\d+/i,valueCallback:function(e){return parseInt(e,10)}},function(e,t){var n=String(e),r=t||{},a=n.match(u.matchPattern);if(!a)return null;var i=a[0],o=n.match(u.parsePattern);if(!o)return null;var s=u.valueCallback?u.valueCallback(o[0]):o[0];return{value:s=r.valueCallback?r.valueCallback(s):s,rest:n.slice(i.length)}}),era:l({matchPatterns:{narrow:/^(b|a)/i,abbreviated:/^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,wide:/^(before christ|before common era|anno domini|common era)/i},defaultMatchWidth:"wide",parsePatterns:{any:[/^b/i,/^(a|c)/i]},defaultParseWidth:"any"}),quarter:l({matchPatterns:{narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i},defaultMatchWidth:"wide",parsePatterns:{any:[/1/i,/2/i,/3/i,/4/i]},defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:l({matchPatterns:{narrow:/^[jfmasond]/i,abbreviated:/^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)/i,wide:/^(january|february|march|april|may|june|july|august|september|october|november|december)/i},defaultMatchWidth:"wide",parsePatterns:{narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^mar/i,/^ap/i,/^may/i,/^jun/i,/^jul/i,/^au/i,/^s/i,/^o/i,/^n/i,/^d/i]},defaultParseWidth:"any"}),day:l({matchPatterns:{narrow:/^[smtwf]/i,short:/^(su|mo|tu|we|th|fr|sa)/i,abbreviated:/^(sun|mon|tue|wed|thu|fri|sat)/i,wide:/^(sunday|monday|tuesday|wednesday|thursday|friday|saturday)/i},defaultMatchWidth:"wide",parsePatterns:{narrow:[/^s/i,/^m/i,/^t/i,/^w/i,/^t/i,/^f/i,/^s/i],any:[/^su/i,/^m/i,/^tu/i,/^w/i,/^th/i,/^f/i,/^sa/i]},defaultParseWidth:"any"}),dayPeriod:l({matchPatterns:{narrow:/^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,any:/^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i},defaultMatchWidth:"any",parsePatterns:{any:{am:/^a/i,pm:/^p/i,midnight:/^mi/i,noon:/^no/i,morning:/morning/i,afternoon:/afternoon/i,evening:/evening/i,night:/night/i}},defaultParseWidth:"any"})},options:{weekStartsOn:0,firstWeekContainsDate:1}};t.a=c},12:function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return a}));var r=n(10);function a(e){Object(r.a)(1,arguments);var t=Object.prototype.toString.call(e);return e instanceof Date||"object"==typeof e&&"[object Date]"===t?new Date(e.getTime()):"number"==typeof e||"[object Number]"===t?new Date(e):("string"!=typeof e&&"[object String]"!==t||"undefined"==typeof console||(console.warn("Starting with v2.0.0-beta.1 date-fns doesn't accept strings as arguments. Please use `parseISO` to parse strings. See: https://git.io/fjule"),console.warn((new Error).stack)),new Date(NaN))}},127:function(e,t,n){e.exports=n(164)},143:function(e,t,n){var r=n(719);e.exports=function(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,r(e,t)},e.exports.default=e.exports,e.exports.__esModule=!0},147:function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return i}));var r=n(12),a=n(10);function i(e){Object(a.a)(1,arguments);var t=Object(r.default)(e);return t.setHours(0,0,0,0),t}},150:function(e,t){function n(){return e.exports=n=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},e.exports.default=e.exports,e.exports.__esModule=!0,n.apply(this,arguments)}e.exports=n,e.exports.default=e.exports,e.exports.__esModule=!0},160:function(e,t,n){"use strict";n.d(t,"a",(function(){return o}));var r=n(20),a=n(12),i=n(10);function o(e,t){Object(i.a)(2,arguments);var n=Object(a.default)(e).getTime(),o=Object(r.a)(t);return new Date(n+o)}},161:function(e,t,n){"use strict";n.d(t,"a",(function(){return s}));var r=n(20),a=n(12),i=n(100),o=n(10);function s(e,t){Object(o.a)(1,arguments);var n=Object(a.default)(e,t),s=n.getUTCFullYear(),l=t||{},u=l.locale,c=u&&u.options&&u.options.firstWeekContainsDate,p=null==c?1:Object(r.a)(c),d=null==l.firstWeekContainsDate?p:Object(r.a)(l.firstWeekContainsDate);if(!(d>=1&&d<=7))throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively");var f=new Date(0);f.setUTCFullYear(s+1,0,d),f.setUTCHours(0,0,0,0);var m=Object(i.a)(f,t),h=new Date(0);h.setUTCFullYear(s,0,d),h.setUTCHours(0,0,0,0);var v=Object(i.a)(h,t);return n.getTime()>=m.getTime()?s+1:n.getTime()>=v.getTime()?s:s-1}},164:function(e,t,n){var r=n(165);e.exports=r},165:function(e,t,n){n(166);var r=n(37);e.exports=r.Number.isNaN},166:function(e,t,n){n(27)({target:"Number",stat:!0},{isNaN:function(e){return e!=e}})},20:function(e,t,n){"use strict";function r(e){if(null===e||!0===e||!1===e)return NaN;var t=Number(e);return isNaN(t)?t:t<0?Math.ceil(t):Math.floor(t)}n.d(t,"a",(function(){return r}))},26:function(e,t,n){var r=n(749).runInContext();e.exports=n(750)(r,r)},32:function(e,t,n){
|
| 2 |
/**!
|
| 3 |
|
| 4 |
@license
|
| 25 |
THE SOFTWARE.
|
| 26 |
|
| 27 |
*/
|
| 28 |
+
var r;r=function(){return function(e){var t={};function n(r){if(t[r])return t[r].exports;var a=t[r]={exports:{},id:r,loaded:!1};return e[r].call(a.exports,a,a.exports,n),a.loaded=!0,a.exports}return n.m=e,n.c=t,n.p="",n(0)}([function(e,t,n){"use strict";var r=n(1).default;t.__esModule=!0;var a=r(n(2)),i=r(n(45)),o=n(46),s=n(51),l=r(n(52)),u=r(n(49)),c=r(n(44)),p=a.default.create;function d(){var e=p();return e.compile=function(t,n){return s.compile(t,n,e)},e.precompile=function(t,n){return s.precompile(t,n,e)},e.AST=i.default,e.Compiler=s.Compiler,e.JavaScriptCompiler=l.default,e.Parser=o.parser,e.parse=o.parse,e.parseWithoutProcessing=o.parseWithoutProcessing,e}var f=d();f.create=d,c.default(f),f.Visitor=u.default,f.default=f,t.default=f,e.exports=t.default},function(e,t){"use strict";t.default=function(e){return e&&e.__esModule?e:{default:e}},t.__esModule=!0},function(e,t,n){"use strict";var r=n(3).default,a=n(1).default;t.__esModule=!0;var i=r(n(4)),o=a(n(37)),s=a(n(6)),l=r(n(5)),u=r(n(38)),c=a(n(44));function p(){var e=new i.HandlebarsEnvironment;return l.extend(e,i),e.SafeString=o.default,e.Exception=s.default,e.Utils=l,e.escapeExpression=l.escapeExpression,e.VM=u,e.template=function(t){return u.template(t,e)},e}var d=p();d.create=p,c.default(d),d.default=d,t.default=d,e.exports=t.default},function(e,t){"use strict";t.default=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t},t.__esModule=!0},function(e,t,n){"use strict";var r=n(1).default;t.__esModule=!0,t.HandlebarsEnvironment=c;var a=n(5),i=r(n(6)),o=n(10),s=n(30),l=r(n(32)),u=n(33);function c(e,t,n){this.helpers=e||{},this.partials=t||{},this.decorators=n||{},o.registerDefaultHelpers(this),s.registerDefaultDecorators(this)}t.VERSION="4.7.6",t.COMPILER_REVISION=8,t.LAST_COMPATIBLE_COMPILER_REVISION=7,t.REVISION_CHANGES={1:"<= 1.0.rc.2",2:"== 1.0.0-rc.3",3:"== 1.0.0-rc.4",4:"== 1.x.x",5:"== 2.0.0-alpha.x",6:">= 2.0.0-beta.1",7:">= 4.0.0 <4.3.0",8:">= 4.3.0"},c.prototype={constructor:c,logger:l.default,log:l.default.log,registerHelper:function(e,t){if("[object Object]"===a.toString.call(e)){if(t)throw new i.default("Arg not supported with multiple helpers");a.extend(this.helpers,e)}else this.helpers[e]=t},unregisterHelper:function(e){delete this.helpers[e]},registerPartial:function(e,t){if("[object Object]"===a.toString.call(e))a.extend(this.partials,e);else{if(void 0===t)throw new i.default('Attempting to register a partial called "'+e+'" as undefined');this.partials[e]=t}},unregisterPartial:function(e){delete this.partials[e]},registerDecorator:function(e,t){if("[object Object]"===a.toString.call(e)){if(t)throw new i.default("Arg not supported with multiple decorators");a.extend(this.decorators,e)}else this.decorators[e]=t},unregisterDecorator:function(e){delete this.decorators[e]},resetLoggedPropertyAccesses:function(){u.resetLoggedProperties()}};var p=l.default.log;t.log=p,t.createFrame=a.createFrame,t.logger=l.default},function(e,t){"use strict";t.__esModule=!0,t.extend=o,t.indexOf=function(e,t){for(var n=0,r=e.length;n<r;n++)if(e[n]===t)return n;return-1},t.escapeExpression=function(e){if("string"!=typeof e){if(e&&e.toHTML)return e.toHTML();if(null==e)return"";if(!e)return e+"";e=""+e}return a.test(e)?e.replace(r,i):e},t.isEmpty=function(e){return!e&&0!==e||!(!u(e)||0!==e.length)},t.createFrame=function(e){var t=o({},e);return t._parent=e,t},t.blockParams=function(e,t){return e.path=t,e},t.appendContextPath=function(e,t){return(e?e+".":"")+t};var n={"&":"&","<":"<",">":">",'"':""","'":"'","`":"`","=":"="},r=/[&<>"'`=]/g,a=/[&<>"'`=]/;function i(e){return n[e]}function o(e){for(var t=1;t<arguments.length;t++)for(var n in arguments[t])Object.prototype.hasOwnProperty.call(arguments[t],n)&&(e[n]=arguments[t][n]);return e}var s=Object.prototype.toString;t.toString=s;var l=function(e){return"function"==typeof e};l(/x/)&&(t.isFunction=l=function(e){return"function"==typeof e&&"[object Function]"===s.call(e)}),t.isFunction=l;var u=Array.isArray||function(e){return!(!e||"object"!=typeof e)&&"[object Array]"===s.call(e)};t.isArray=u},function(e,t,n){"use strict";var r=n(7).default;t.__esModule=!0;var a=["description","fileName","lineNumber","endLineNumber","message","name","number","stack"];function i(e,t){var n=t&&t.loc,o=void 0,s=void 0,l=void 0,u=void 0;n&&(o=n.start.line,s=n.end.line,l=n.start.column,u=n.end.column,e+=" - "+o+":"+l);for(var c=Error.prototype.constructor.call(this,e),p=0;p<a.length;p++)this[a[p]]=c[a[p]];Error.captureStackTrace&&Error.captureStackTrace(this,i);try{n&&(this.lineNumber=o,this.endLineNumber=s,r?(Object.defineProperty(this,"column",{value:l,enumerable:!0}),Object.defineProperty(this,"endColumn",{value:u,enumerable:!0})):(this.column=l,this.endColumn=u))}catch(e){}}i.prototype=new Error,t.default=i,e.exports=t.default},function(e,t,n){e.exports={default:n(8),__esModule:!0}},function(e,t,n){var r=n(9);e.exports=function(e,t,n){return r.setDesc(e,t,n)}},function(e,t){var n=Object;e.exports={create:n.create,getProto:n.getPrototypeOf,isEnum:{}.propertyIsEnumerable,getDesc:n.getOwnPropertyDescriptor,setDesc:n.defineProperty,setDescs:n.defineProperties,getKeys:n.keys,getNames:n.getOwnPropertyNames,getSymbols:n.getOwnPropertySymbols,each:[].forEach}},function(e,t,n){"use strict";var r=n(1).default;t.__esModule=!0,t.registerDefaultHelpers=function(e){a.default(e),i.default(e),o.default(e),s.default(e),l.default(e),u.default(e),c.default(e)},t.moveHelperToHooks=function(e,t,n){e.helpers[t]&&(e.hooks[t]=e.helpers[t],n||delete e.helpers[t])};var a=r(n(11)),i=r(n(12)),o=r(n(25)),s=r(n(26)),l=r(n(27)),u=r(n(28)),c=r(n(29))},function(e,t,n){"use strict";t.__esModule=!0;var r=n(5);t.default=function(e){e.registerHelper("blockHelperMissing",(function(t,n){var a=n.inverse,i=n.fn;if(!0===t)return i(this);if(!1===t||null==t)return a(this);if(r.isArray(t))return t.length>0?(n.ids&&(n.ids=[n.name]),e.helpers.each(t,n)):a(this);if(n.data&&n.ids){var o=r.createFrame(n.data);o.contextPath=r.appendContextPath(n.data.contextPath,n.name),n={data:o}}return i(t,n)}))},e.exports=t.default},function(e,t,n){(function(r){"use strict";var a=n(13).default,i=n(1).default;t.__esModule=!0;var o=n(5),s=i(n(6));t.default=function(e){e.registerHelper("each",(function(e,t){if(!t)throw new s.default("Must pass iterator to #each");var n,i=t.fn,l=t.inverse,u=0,c="",p=void 0,d=void 0;function f(t,n,r){p&&(p.key=t,p.index=n,p.first=0===n,p.last=!!r,d&&(p.contextPath=d+t)),c+=i(e[t],{data:p,blockParams:o.blockParams([e[t],t],[d+t,null])})}if(t.data&&t.ids&&(d=o.appendContextPath(t.data.contextPath,t.ids[0])+"."),o.isFunction(e)&&(e=e.call(this)),t.data&&(p=o.createFrame(t.data)),e&&"object"==typeof e)if(o.isArray(e))for(var m=e.length;u<m;u++)u in e&&f(u,u,u===e.length-1);else if(r.Symbol&&e[r.Symbol.iterator]){for(var h=[],v=e[r.Symbol.iterator](),g=v.next();!g.done;g=v.next())h.push(g.value);for(m=(e=h).length;u<m;u++)f(u,u,u===e.length-1)}else n=void 0,a(e).forEach((function(e){void 0!==n&&f(n,u-1),n=e,u++})),void 0!==n&&f(n,u-1,!0);return 0===u&&(c=l(this)),c}))},e.exports=t.default}).call(t,function(){return this}())},function(e,t,n){e.exports={default:n(14),__esModule:!0}},function(e,t,n){n(15),e.exports=n(21).Object.keys},function(e,t,n){var r=n(16);n(18)("keys",(function(e){return function(t){return e(r(t))}}))},function(e,t,n){var r=n(17);e.exports=function(e){return Object(r(e))}},function(e,t){e.exports=function(e){if(null==e)throw TypeError("Can't call method on "+e);return e}},function(e,t,n){var r=n(19),a=n(21),i=n(24);e.exports=function(e,t){var n=(a.Object||{})[e]||Object[e],o={};o[e]=t(n),r(r.S+r.F*i((function(){n(1)})),"Object",o)}},function(e,t,n){var r=n(20),a=n(21),i=n(22),o=function(e,t,n){var s,l,u,c=e&o.F,p=e&o.G,d=e&o.S,f=e&o.P,m=e&o.B,h=e&o.W,v=p?a:a[t]||(a[t]={}),g=p?r:d?r[t]:(r[t]||{}).prototype;for(s in p&&(n=t),n)(l=!c&&g&&s in g)&&s in v||(u=l?g[s]:n[s],v[s]=p&&"function"!=typeof g[s]?n[s]:m&&l?i(u,r):h&&g[s]==u?function(e){var t=function(t){return this instanceof e?new e(t):e(t)};return t.prototype=e.prototype,t}(u):f&&"function"==typeof u?i(Function.call,u):u,f&&((v.prototype||(v.prototype={}))[s]=u))};o.F=1,o.G=2,o.S=4,o.P=8,o.B=16,o.W=32,e.exports=o},function(e,t){var n=e.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=n)},function(e,t){var n=e.exports={version:"1.2.6"};"number"==typeof __e&&(__e=n)},function(e,t,n){var r=n(23);e.exports=function(e,t,n){if(r(e),void 0===t)return e;switch(n){case 1:return function(n){return e.call(t,n)};case 2:return function(n,r){return e.call(t,n,r)};case 3:return function(n,r,a){return e.call(t,n,r,a)}}return function(){return e.apply(t,arguments)}}},function(e,t){e.exports=function(e){if("function"!=typeof e)throw TypeError(e+" is not a function!");return e}},function(e,t){e.exports=function(e){try{return!!e()}catch(e){return!0}}},function(e,t,n){"use strict";var r=n(1).default;t.__esModule=!0;var a=r(n(6));t.default=function(e){e.registerHelper("helperMissing",(function(){if(1!==arguments.length)throw new a.default('Missing helper: "'+arguments[arguments.length-1].name+'"')}))},e.exports=t.default},function(e,t,n){"use strict";var r=n(1).default;t.__esModule=!0;var a=n(5),i=r(n(6));t.default=function(e){e.registerHelper("if",(function(e,t){if(2!=arguments.length)throw new i.default("#if requires exactly one argument");return a.isFunction(e)&&(e=e.call(this)),!t.hash.includeZero&&!e||a.isEmpty(e)?t.inverse(this):t.fn(this)})),e.registerHelper("unless",(function(t,n){if(2!=arguments.length)throw new i.default("#unless requires exactly one argument");return e.helpers.if.call(this,t,{fn:n.inverse,inverse:n.fn,hash:n.hash})}))},e.exports=t.default},function(e,t){"use strict";t.__esModule=!0,t.default=function(e){e.registerHelper("log",(function(){for(var t=[void 0],n=arguments[arguments.length-1],r=0;r<arguments.length-1;r++)t.push(arguments[r]);var a=1;null!=n.hash.level?a=n.hash.level:n.data&&null!=n.data.level&&(a=n.data.level),t[0]=a,e.log.apply(e,t)}))},e.exports=t.default},function(e,t){"use strict";t.__esModule=!0,t.default=function(e){e.registerHelper("lookup",(function(e,t,n){return e?n.lookupProperty(e,t):e}))},e.exports=t.default},function(e,t,n){"use strict";var r=n(1).default;t.__esModule=!0;var a=n(5),i=r(n(6));t.default=function(e){e.registerHelper("with",(function(e,t){if(2!=arguments.length)throw new i.default("#with requires exactly one argument");a.isFunction(e)&&(e=e.call(this));var n=t.fn;if(a.isEmpty(e))return t.inverse(this);var r=t.data;return t.data&&t.ids&&((r=a.createFrame(t.data)).contextPath=a.appendContextPath(t.data.contextPath,t.ids[0])),n(e,{data:r,blockParams:a.blockParams([e],[r&&r.contextPath])})}))},e.exports=t.default},function(e,t,n){"use strict";var r=n(1).default;t.__esModule=!0,t.registerDefaultDecorators=function(e){a.default(e)};var a=r(n(31))},function(e,t,n){"use strict";t.__esModule=!0;var r=n(5);t.default=function(e){e.registerDecorator("inline",(function(e,t,n,a){var i=e;return t.partials||(t.partials={},i=function(a,i){var o=n.partials;n.partials=r.extend({},o,t.partials);var s=e(a,i);return n.partials=o,s}),t.partials[a.args[0]]=a.fn,i}))},e.exports=t.default},function(e,t,n){"use strict";t.__esModule=!0;var r=n(5),a={methodMap:["debug","info","warn","error"],level:"info",lookupLevel:function(e){if("string"==typeof e){var t=r.indexOf(a.methodMap,e.toLowerCase());e=t>=0?t:parseInt(e,10)}return e},log:function(e){if(e=a.lookupLevel(e),"undefined"!=typeof console&&a.lookupLevel(a.level)<=e){var t=a.methodMap[e];console[t]||(t="log");for(var n=arguments.length,r=Array(n>1?n-1:0),i=1;i<n;i++)r[i-1]=arguments[i];console[t].apply(console,r)}}};t.default=a,e.exports=t.default},function(e,t,n){"use strict";var r=n(34).default,a=n(13).default,i=n(3).default;t.__esModule=!0,t.createProtoAccessControl=function(e){var t=r(null);t.constructor=!1,t.__defineGetter__=!1,t.__defineSetter__=!1,t.__lookupGetter__=!1;var n=r(null);return n.__proto__=!1,{properties:{whitelist:o.createNewLookupObject(n,e.allowedProtoProperties),defaultValue:e.allowProtoPropertiesByDefault},methods:{whitelist:o.createNewLookupObject(t,e.allowedProtoMethods),defaultValue:e.allowProtoMethodsByDefault}}},t.resultIsAllowed=function(e,t,n){return u("function"==typeof e?t.methods:t.properties,n)},t.resetLoggedProperties=function(){a(l).forEach((function(e){delete l[e]}))};var o=n(36),s=i(n(32)),l=r(null);function u(e,t){return void 0!==e.whitelist[t]?!0===e.whitelist[t]:void 0!==e.defaultValue?e.defaultValue:(function(e){!0!==l[e]&&(l[e]=!0,s.log("error",'Handlebars: Access has been denied to resolve the property "'+e+'" because it is not an "own property" of its parent.\nYou can add a runtime option to disable the check or this warning:\nSee https://handlebarsjs.com/api-reference/runtime-options.html#options-to-control-prototype-access for details'))}(t),!1)}},function(e,t,n){e.exports={default:n(35),__esModule:!0}},function(e,t,n){var r=n(9);e.exports=function(e,t){return r.create(e,t)}},function(e,t,n){"use strict";var r=n(34).default;t.__esModule=!0,t.createNewLookupObject=function(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];return a.extend.apply(void 0,[r(null)].concat(t))};var a=n(5)},function(e,t){"use strict";function n(e){this.string=e}t.__esModule=!0,n.prototype.toString=n.prototype.toHTML=function(){return""+this.string},t.default=n,e.exports=t.default},function(e,t,n){"use strict";var r=n(39).default,a=n(13).default,i=n(3).default,o=n(1).default;t.__esModule=!0,t.checkRevision=function(e){var t=e&&e[0]||1,n=u.COMPILER_REVISION;if(!(t>=u.LAST_COMPATIBLE_COMPILER_REVISION&&t<=u.COMPILER_REVISION)){if(t<u.LAST_COMPATIBLE_COMPILER_REVISION){var r=u.REVISION_CHANGES[n],a=u.REVISION_CHANGES[t];throw new l.default("Template was precompiled with an older version of Handlebars than the current runtime. Please update your precompiler to a newer version ("+r+") or downgrade your runtime to an older version ("+a+").")}throw new l.default("Template was precompiled with a newer version of Handlebars than the current runtime. Please update your runtime to a newer version ("+e[1]+").")}},t.template=function(e,t){if(!t)throw new l.default("No environment passed to template");if(!e||!e.main)throw new l.default("Unknown template object: "+typeof e);e.main.decorator=e.main_d,t.VM.checkRevision(e.compiler);var n=e.compiler&&7===e.compiler[0],i={strict:function(e,t,n){if(!e||!(t in e))throw new l.default('"'+t+'" not defined in '+e,{loc:n});return e[t]},lookupProperty:function(e,t){var n=e[t];return null==n||Object.prototype.hasOwnProperty.call(e,t)||d.resultIsAllowed(n,i.protoAccessControl,t)?n:void 0},lookup:function(e,t){for(var n=e.length,r=0;r<n;r++)if(null!=(e[r]&&i.lookupProperty(e[r],t)))return e[r][t]},lambda:function(e,t){return"function"==typeof e?e.call(t):e},escapeExpression:s.escapeExpression,invokePartial:function(n,r,a){a.hash&&(r=s.extend({},r,a.hash),a.ids&&(a.ids[0]=!0)),n=t.VM.resolvePartial.call(this,n,r,a);var i=s.extend({},a,{hooks:this.hooks,protoAccessControl:this.protoAccessControl}),o=t.VM.invokePartial.call(this,n,r,i);if(null==o&&t.compile&&(a.partials[a.name]=t.compile(n,e.compilerOptions,t),o=a.partials[a.name](r,i)),null!=o){if(a.indent){for(var u=o.split("\n"),c=0,p=u.length;c<p&&(u[c]||c+1!==p);c++)u[c]=a.indent+u[c];o=u.join("\n")}return o}throw new l.default("The partial "+a.name+" could not be compiled when running in runtime-only mode")},fn:function(t){var n=e[t];return n.decorator=e[t+"_d"],n},programs:[],program:function(e,t,n,r,a){var i=this.programs[e],o=this.fn(e);return t||a||r||n?i=f(this,e,o,t,n,r,a):i||(i=this.programs[e]=f(this,e,o)),i},data:function(e,t){for(;e&&t--;)e=e._parent;return e},mergeIfNeeded:function(e,t){var n=e||t;return e&&t&&e!==t&&(n=s.extend({},t,e)),n},nullContext:r({}),noop:t.VM.noop,compilerInfo:e.compiler};function o(t){var n=arguments.length<=1||void 0===arguments[1]?{}:arguments[1],r=n.data;o._setup(n),!n.partial&&e.useData&&(r=h(t,r));var a=void 0,s=e.useBlockParams?[]:void 0;function l(t){return""+e.main(i,t,i.helpers,i.partials,r,s,a)}return e.useDepths&&(a=n.depths?t!=n.depths[0]?[t].concat(n.depths):n.depths:[t]),(l=v(e.main,l,i,n.depths||[],r,s))(t,n)}return o.isTop=!0,o._setup=function(r){if(r.partial)i.protoAccessControl=r.protoAccessControl,i.helpers=r.helpers,i.partials=r.partials,i.decorators=r.decorators,i.hooks=r.hooks;else{var o=s.extend({},t.helpers,r.helpers);!function(e,t){a(e).forEach((function(n){var r=e[n];e[n]=function(e,t){var n=t.lookupProperty;return p.wrapHelper(e,(function(e){return s.extend({lookupProperty:n},e)}))}(r,t)}))}(o,i),i.helpers=o,e.usePartial&&(i.partials=i.mergeIfNeeded(r.partials,t.partials)),(e.usePartial||e.useDecorators)&&(i.decorators=s.extend({},t.decorators,r.decorators)),i.hooks={},i.protoAccessControl=d.createProtoAccessControl(r);var l=r.allowCallsToHelperMissing||n;c.moveHelperToHooks(i,"helperMissing",l),c.moveHelperToHooks(i,"blockHelperMissing",l)}},o._child=function(t,n,r,a){if(e.useBlockParams&&!r)throw new l.default("must pass block params");if(e.useDepths&&!a)throw new l.default("must pass parent depths");return f(i,t,e[t],n,0,r,a)},o},t.wrapProgram=f,t.resolvePartial=function(e,t,n){return e?e.call||n.name||(n.name=e,e=n.partials[e]):e="@partial-block"===n.name?n.data["partial-block"]:n.partials[n.name],e},t.invokePartial=function(e,t,n){var r=n.data&&n.data["partial-block"];n.partial=!0,n.ids&&(n.data.contextPath=n.ids[0]||n.data.contextPath);var a=void 0;if(n.fn&&n.fn!==m&&function(){n.data=u.createFrame(n.data);var e=n.fn;a=n.data["partial-block"]=function(t){var n=arguments.length<=1||void 0===arguments[1]?{}:arguments[1];return n.data=u.createFrame(n.data),n.data["partial-block"]=r,e(t,n)},e.partials&&(n.partials=s.extend({},n.partials,e.partials))}(),void 0===e&&a&&(e=a),void 0===e)throw new l.default("The partial "+n.name+" could not be found");if(e instanceof Function)return e(t,n)},t.noop=m;var s=i(n(5)),l=o(n(6)),u=n(4),c=n(10),p=n(43),d=n(33);function f(e,t,n,r,a,i,o){function s(t){var a=arguments.length<=1||void 0===arguments[1]?{}:arguments[1],s=o;return!o||t==o[0]||t===e.nullContext&&null===o[0]||(s=[t].concat(o)),n(e,t,e.helpers,e.partials,a.data||r,i&&[a.blockParams].concat(i),s)}return(s=v(n,s,e,o,r,i)).program=t,s.depth=o?o.length:0,s.blockParams=a||0,s}function m(){return""}function h(e,t){return t&&"root"in t||((t=t?u.createFrame(t):{}).root=e),t}function v(e,t,n,r,a,i){if(e.decorator){var o={};t=e.decorator(t,o,n,r&&r[0],a,i,r),s.extend(t,o)}return t}},function(e,t,n){e.exports={default:n(40),__esModule:!0}},function(e,t,n){n(41),e.exports=n(21).Object.seal},function(e,t,n){var r=n(42);n(18)("seal",(function(e){return function(t){return e&&r(t)?e(t):t}}))},function(e,t){e.exports=function(e){return"object"==typeof e?null!==e:"function"==typeof e}},function(e,t){"use strict";t.__esModule=!0,t.wrapHelper=function(e,t){return"function"!=typeof e?e:function(){var n=arguments[arguments.length-1];return arguments[arguments.length-1]=t(n),e.apply(this,arguments)}}},function(e,t){(function(n){"use strict";t.__esModule=!0,t.default=function(e){var t=void 0!==n?n:window,r=t.Handlebars;e.noConflict=function(){return t.Handlebars===e&&(t.Handlebars=r),e}},e.exports=t.default}).call(t,function(){return this}())},function(e,t){"use strict";t.__esModule=!0;var n={helpers:{helperExpression:function(e){return"SubExpression"===e.type||("MustacheStatement"===e.type||"BlockStatement"===e.type)&&!!(e.params&&e.params.length||e.hash)},scopedId:function(e){return/^\.|this\b/.test(e.original)},simpleId:function(e){return 1===e.parts.length&&!n.helpers.scopedId(e)&&!e.depth}}};t.default=n,e.exports=t.default},function(e,t,n){"use strict";var r=n(1).default,a=n(3).default;t.__esModule=!0,t.parseWithoutProcessing=c,t.parse=function(e,t){var n=c(e,t);return new o.default(t).accept(n)};var i=r(n(47)),o=r(n(48)),s=a(n(50)),l=n(5);t.parser=i.default;var u={};function c(e,t){return"Program"===e.type?e:(i.default.yy=u,u.locInfo=function(e){return new u.SourceLocation(t&&t.srcName,e)},i.default.parse(e))}l.extend(u,s)},function(e,t){"use strict";t.__esModule=!0;var n=function(){var e={trace:function(){},yy:{},symbols_:{error:2,root:3,program:4,EOF:5,program_repetition0:6,statement:7,mustache:8,block:9,rawBlock:10,partial:11,partialBlock:12,content:13,COMMENT:14,CONTENT:15,openRawBlock:16,rawBlock_repetition0:17,END_RAW_BLOCK:18,OPEN_RAW_BLOCK:19,helperName:20,openRawBlock_repetition0:21,openRawBlock_option0:22,CLOSE_RAW_BLOCK:23,openBlock:24,block_option0:25,closeBlock:26,openInverse:27,block_option1:28,OPEN_BLOCK:29,openBlock_repetition0:30,openBlock_option0:31,openBlock_option1:32,CLOSE:33,OPEN_INVERSE:34,openInverse_repetition0:35,openInverse_option0:36,openInverse_option1:37,openInverseChain:38,OPEN_INVERSE_CHAIN:39,openInverseChain_repetition0:40,openInverseChain_option0:41,openInverseChain_option1:42,inverseAndProgram:43,INVERSE:44,inverseChain:45,inverseChain_option0:46,OPEN_ENDBLOCK:47,OPEN:48,mustache_repetition0:49,mustache_option0:50,OPEN_UNESCAPED:51,mustache_repetition1:52,mustache_option1:53,CLOSE_UNESCAPED:54,OPEN_PARTIAL:55,partialName:56,partial_repetition0:57,partial_option0:58,openPartialBlock:59,OPEN_PARTIAL_BLOCK:60,openPartialBlock_repetition0:61,openPartialBlock_option0:62,param:63,sexpr:64,OPEN_SEXPR:65,sexpr_repetition0:66,sexpr_option0:67,CLOSE_SEXPR:68,hash:69,hash_repetition_plus0:70,hashSegment:71,ID:72,EQUALS:73,blockParams:74,OPEN_BLOCK_PARAMS:75,blockParams_repetition_plus0:76,CLOSE_BLOCK_PARAMS:77,path:78,dataName:79,STRING:80,NUMBER:81,BOOLEAN:82,UNDEFINED:83,NULL:84,DATA:85,pathSegments:86,SEP:87,$accept:0,$end:1},terminals_:{2:"error",5:"EOF",14:"COMMENT",15:"CONTENT",18:"END_RAW_BLOCK",19:"OPEN_RAW_BLOCK",23:"CLOSE_RAW_BLOCK",29:"OPEN_BLOCK",33:"CLOSE",34:"OPEN_INVERSE",39:"OPEN_INVERSE_CHAIN",44:"INVERSE",47:"OPEN_ENDBLOCK",48:"OPEN",51:"OPEN_UNESCAPED",54:"CLOSE_UNESCAPED",55:"OPEN_PARTIAL",60:"OPEN_PARTIAL_BLOCK",65:"OPEN_SEXPR",68:"CLOSE_SEXPR",72:"ID",73:"EQUALS",75:"OPEN_BLOCK_PARAMS",77:"CLOSE_BLOCK_PARAMS",80:"STRING",81:"NUMBER",82:"BOOLEAN",83:"UNDEFINED",84:"NULL",85:"DATA",87:"SEP"},productions_:[0,[3,2],[4,1],[7,1],[7,1],[7,1],[7,1],[7,1],[7,1],[7,1],[13,1],[10,3],[16,5],[9,4],[9,4],[24,6],[27,6],[38,6],[43,2],[45,3],[45,1],[26,3],[8,5],[8,5],[11,5],[12,3],[59,5],[63,1],[63,1],[64,5],[69,1],[71,3],[74,3],[20,1],[20,1],[20,1],[20,1],[20,1],[20,1],[20,1],[56,1],[56,1],[79,2],[78,1],[86,3],[86,1],[6,0],[6,2],[17,0],[17,2],[21,0],[21,2],[22,0],[22,1],[25,0],[25,1],[28,0],[28,1],[30,0],[30,2],[31,0],[31,1],[32,0],[32,1],[35,0],[35,2],[36,0],[36,1],[37,0],[37,1],[40,0],[40,2],[41,0],[41,1],[42,0],[42,1],[46,0],[46,1],[49,0],[49,2],[50,0],[50,1],[52,0],[52,2],[53,0],[53,1],[57,0],[57,2],[58,0],[58,1],[61,0],[61,2],[62,0],[62,1],[66,0],[66,2],[67,0],[67,1],[70,1],[70,2],[76,1],[76,2]],performAction:function(e,t,n,r,a,i,o){var s=i.length-1;switch(a){case 1:return i[s-1];case 2:this.$=r.prepareProgram(i[s]);break;case 3:case 4:case 5:case 6:case 7:case 8:this.$=i[s];break;case 9:this.$={type:"CommentStatement",value:r.stripComment(i[s]),strip:r.stripFlags(i[s],i[s]),loc:r.locInfo(this._$)};break;case 10:this.$={type:"ContentStatement",original:i[s],value:i[s],loc:r.locInfo(this._$)};break;case 11:this.$=r.prepareRawBlock(i[s-2],i[s-1],i[s],this._$);break;case 12:this.$={path:i[s-3],params:i[s-2],hash:i[s-1]};break;case 13:this.$=r.prepareBlock(i[s-3],i[s-2],i[s-1],i[s],!1,this._$);break;case 14:this.$=r.prepareBlock(i[s-3],i[s-2],i[s-1],i[s],!0,this._$);break;case 15:this.$={open:i[s-5],path:i[s-4],params:i[s-3],hash:i[s-2],blockParams:i[s-1],strip:r.stripFlags(i[s-5],i[s])};break;case 16:case 17:this.$={path:i[s-4],params:i[s-3],hash:i[s-2],blockParams:i[s-1],strip:r.stripFlags(i[s-5],i[s])};break;case 18:this.$={strip:r.stripFlags(i[s-1],i[s-1]),program:i[s]};break;case 19:var l=r.prepareBlock(i[s-2],i[s-1],i[s],i[s],!1,this._$),u=r.prepareProgram([l],i[s-1].loc);u.chained=!0,this.$={strip:i[s-2].strip,program:u,chain:!0};break;case 20:this.$=i[s];break;case 21:this.$={path:i[s-1],strip:r.stripFlags(i[s-2],i[s])};break;case 22:case 23:this.$=r.prepareMustache(i[s-3],i[s-2],i[s-1],i[s-4],r.stripFlags(i[s-4],i[s]),this._$);break;case 24:this.$={type:"PartialStatement",name:i[s-3],params:i[s-2],hash:i[s-1],indent:"",strip:r.stripFlags(i[s-4],i[s]),loc:r.locInfo(this._$)};break;case 25:this.$=r.preparePartialBlock(i[s-2],i[s-1],i[s],this._$);break;case 26:this.$={path:i[s-3],params:i[s-2],hash:i[s-1],strip:r.stripFlags(i[s-4],i[s])};break;case 27:case 28:this.$=i[s];break;case 29:this.$={type:"SubExpression",path:i[s-3],params:i[s-2],hash:i[s-1],loc:r.locInfo(this._$)};break;case 30:this.$={type:"Hash",pairs:i[s],loc:r.locInfo(this._$)};break;case 31:this.$={type:"HashPair",key:r.id(i[s-2]),value:i[s],loc:r.locInfo(this._$)};break;case 32:this.$=r.id(i[s-1]);break;case 33:case 34:this.$=i[s];break;case 35:this.$={type:"StringLiteral",value:i[s],original:i[s],loc:r.locInfo(this._$)};break;case 36:this.$={type:"NumberLiteral",value:Number(i[s]),original:Number(i[s]),loc:r.locInfo(this._$)};break;case 37:this.$={type:"BooleanLiteral",value:"true"===i[s],original:"true"===i[s],loc:r.locInfo(this._$)};break;case 38:this.$={type:"UndefinedLiteral",original:void 0,value:void 0,loc:r.locInfo(this._$)};break;case 39:this.$={type:"NullLiteral",original:null,value:null,loc:r.locInfo(this._$)};break;case 40:case 41:this.$=i[s];break;case 42:this.$=r.preparePath(!0,i[s],this._$);break;case 43:this.$=r.preparePath(!1,i[s],this._$);break;case 44:i[s-2].push({part:r.id(i[s]),original:i[s],separator:i[s-1]}),this.$=i[s-2];break;case 45:this.$=[{part:r.id(i[s]),original:i[s]}];break;case 46:this.$=[];break;case 47:i[s-1].push(i[s]);break;case 48:this.$=[];break;case 49:i[s-1].push(i[s]);break;case 50:this.$=[];break;case 51:i[s-1].push(i[s]);break;case 58:this.$=[];break;case 59:i[s-1].push(i[s]);break;case 64:this.$=[];break;case 65:i[s-1].push(i[s]);break;case 70:this.$=[];break;case 71:i[s-1].push(i[s]);break;case 78:this.$=[];break;case 79:i[s-1].push(i[s]);break;case 82:this.$=[];break;case 83:i[s-1].push(i[s]);break;case 86:this.$=[];break;case 87:i[s-1].push(i[s]);break;case 90:this.$=[];break;case 91:i[s-1].push(i[s]);break;case 94:this.$=[];break;case 95:i[s-1].push(i[s]);break;case 98:this.$=[i[s]];break;case 99:i[s-1].push(i[s]);break;case 100:this.$=[i[s]];break;case 101:i[s-1].push(i[s])}},table:[{3:1,4:2,5:[2,46],6:3,14:[2,46],15:[2,46],19:[2,46],29:[2,46],34:[2,46],48:[2,46],51:[2,46],55:[2,46],60:[2,46]},{1:[3]},{5:[1,4]},{5:[2,2],7:5,8:6,9:7,10:8,11:9,12:10,13:11,14:[1,12],15:[1,20],16:17,19:[1,23],24:15,27:16,29:[1,21],34:[1,22],39:[2,2],44:[2,2],47:[2,2],48:[1,13],51:[1,14],55:[1,18],59:19,60:[1,24]},{1:[2,1]},{5:[2,47],14:[2,47],15:[2,47],19:[2,47],29:[2,47],34:[2,47],39:[2,47],44:[2,47],47:[2,47],48:[2,47],51:[2,47],55:[2,47],60:[2,47]},{5:[2,3],14:[2,3],15:[2,3],19:[2,3],29:[2,3],34:[2,3],39:[2,3],44:[2,3],47:[2,3],48:[2,3],51:[2,3],55:[2,3],60:[2,3]},{5:[2,4],14:[2,4],15:[2,4],19:[2,4],29:[2,4],34:[2,4],39:[2,4],44:[2,4],47:[2,4],48:[2,4],51:[2,4],55:[2,4],60:[2,4]},{5:[2,5],14:[2,5],15:[2,5],19:[2,5],29:[2,5],34:[2,5],39:[2,5],44:[2,5],47:[2,5],48:[2,5],51:[2,5],55:[2,5],60:[2,5]},{5:[2,6],14:[2,6],15:[2,6],19:[2,6],29:[2,6],34:[2,6],39:[2,6],44:[2,6],47:[2,6],48:[2,6],51:[2,6],55:[2,6],60:[2,6]},{5:[2,7],14:[2,7],15:[2,7],19:[2,7],29:[2,7],34:[2,7],39:[2,7],44:[2,7],47:[2,7],48:[2,7],51:[2,7],55:[2,7],60:[2,7]},{5:[2,8],14:[2,8],15:[2,8],19:[2,8],29:[2,8],34:[2,8],39:[2,8],44:[2,8],47:[2,8],48:[2,8],51:[2,8],55:[2,8],60:[2,8]},{5:[2,9],14:[2,9],15:[2,9],19:[2,9],29:[2,9],34:[2,9],39:[2,9],44:[2,9],47:[2,9],48:[2,9],51:[2,9],55:[2,9],60:[2,9]},{20:25,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:36,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{4:37,6:3,14:[2,46],15:[2,46],19:[2,46],29:[2,46],34:[2,46],39:[2,46],44:[2,46],47:[2,46],48:[2,46],51:[2,46],55:[2,46],60:[2,46]},{4:38,6:3,14:[2,46],15:[2,46],19:[2,46],29:[2,46],34:[2,46],44:[2,46],47:[2,46],48:[2,46],51:[2,46],55:[2,46],60:[2,46]},{15:[2,48],17:39,18:[2,48]},{20:41,56:40,64:42,65:[1,43],72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{4:44,6:3,14:[2,46],15:[2,46],19:[2,46],29:[2,46],34:[2,46],47:[2,46],48:[2,46],51:[2,46],55:[2,46],60:[2,46]},{5:[2,10],14:[2,10],15:[2,10],18:[2,10],19:[2,10],29:[2,10],34:[2,10],39:[2,10],44:[2,10],47:[2,10],48:[2,10],51:[2,10],55:[2,10],60:[2,10]},{20:45,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:46,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:47,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:41,56:48,64:42,65:[1,43],72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{33:[2,78],49:49,65:[2,78],72:[2,78],80:[2,78],81:[2,78],82:[2,78],83:[2,78],84:[2,78],85:[2,78]},{23:[2,33],33:[2,33],54:[2,33],65:[2,33],68:[2,33],72:[2,33],75:[2,33],80:[2,33],81:[2,33],82:[2,33],83:[2,33],84:[2,33],85:[2,33]},{23:[2,34],33:[2,34],54:[2,34],65:[2,34],68:[2,34],72:[2,34],75:[2,34],80:[2,34],81:[2,34],82:[2,34],83:[2,34],84:[2,34],85:[2,34]},{23:[2,35],33:[2,35],54:[2,35],65:[2,35],68:[2,35],72:[2,35],75:[2,35],80:[2,35],81:[2,35],82:[2,35],83:[2,35],84:[2,35],85:[2,35]},{23:[2,36],33:[2,36],54:[2,36],65:[2,36],68:[2,36],72:[2,36],75:[2,36],80:[2,36],81:[2,36],82:[2,36],83:[2,36],84:[2,36],85:[2,36]},{23:[2,37],33:[2,37],54:[2,37],65:[2,37],68:[2,37],72:[2,37],75:[2,37],80:[2,37],81:[2,37],82:[2,37],83:[2,37],84:[2,37],85:[2,37]},{23:[2,38],33:[2,38],54:[2,38],65:[2,38],68:[2,38],72:[2,38],75:[2,38],80:[2,38],81:[2,38],82:[2,38],83:[2,38],84:[2,38],85:[2,38]},{23:[2,39],33:[2,39],54:[2,39],65:[2,39],68:[2,39],72:[2,39],75:[2,39],80:[2,39],81:[2,39],82:[2,39],83:[2,39],84:[2,39],85:[2,39]},{23:[2,43],33:[2,43],54:[2,43],65:[2,43],68:[2,43],72:[2,43],75:[2,43],80:[2,43],81:[2,43],82:[2,43],83:[2,43],84:[2,43],85:[2,43],87:[1,50]},{72:[1,35],86:51},{23:[2,45],33:[2,45],54:[2,45],65:[2,45],68:[2,45],72:[2,45],75:[2,45],80:[2,45],81:[2,45],82:[2,45],83:[2,45],84:[2,45],85:[2,45],87:[2,45]},{52:52,54:[2,82],65:[2,82],72:[2,82],80:[2,82],81:[2,82],82:[2,82],83:[2,82],84:[2,82],85:[2,82]},{25:53,38:55,39:[1,57],43:56,44:[1,58],45:54,47:[2,54]},{28:59,43:60,44:[1,58],47:[2,56]},{13:62,15:[1,20],18:[1,61]},{33:[2,86],57:63,65:[2,86],72:[2,86],80:[2,86],81:[2,86],82:[2,86],83:[2,86],84:[2,86],85:[2,86]},{33:[2,40],65:[2,40],72:[2,40],80:[2,40],81:[2,40],82:[2,40],83:[2,40],84:[2,40],85:[2,40]},{33:[2,41],65:[2,41],72:[2,41],80:[2,41],81:[2,41],82:[2,41],83:[2,41],84:[2,41],85:[2,41]},{20:64,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{26:65,47:[1,66]},{30:67,33:[2,58],65:[2,58],72:[2,58],75:[2,58],80:[2,58],81:[2,58],82:[2,58],83:[2,58],84:[2,58],85:[2,58]},{33:[2,64],35:68,65:[2,64],72:[2,64],75:[2,64],80:[2,64],81:[2,64],82:[2,64],83:[2,64],84:[2,64],85:[2,64]},{21:69,23:[2,50],65:[2,50],72:[2,50],80:[2,50],81:[2,50],82:[2,50],83:[2,50],84:[2,50],85:[2,50]},{33:[2,90],61:70,65:[2,90],72:[2,90],80:[2,90],81:[2,90],82:[2,90],83:[2,90],84:[2,90],85:[2,90]},{20:74,33:[2,80],50:71,63:72,64:75,65:[1,43],69:73,70:76,71:77,72:[1,78],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{72:[1,79]},{23:[2,42],33:[2,42],54:[2,42],65:[2,42],68:[2,42],72:[2,42],75:[2,42],80:[2,42],81:[2,42],82:[2,42],83:[2,42],84:[2,42],85:[2,42],87:[1,50]},{20:74,53:80,54:[2,84],63:81,64:75,65:[1,43],69:82,70:76,71:77,72:[1,78],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{26:83,47:[1,66]},{47:[2,55]},{4:84,6:3,14:[2,46],15:[2,46],19:[2,46],29:[2,46],34:[2,46],39:[2,46],44:[2,46],47:[2,46],48:[2,46],51:[2,46],55:[2,46],60:[2,46]},{47:[2,20]},{20:85,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{4:86,6:3,14:[2,46],15:[2,46],19:[2,46],29:[2,46],34:[2,46],47:[2,46],48:[2,46],51:[2,46],55:[2,46],60:[2,46]},{26:87,47:[1,66]},{47:[2,57]},{5:[2,11],14:[2,11],15:[2,11],19:[2,11],29:[2,11],34:[2,11],39:[2,11],44:[2,11],47:[2,11],48:[2,11],51:[2,11],55:[2,11],60:[2,11]},{15:[2,49],18:[2,49]},{20:74,33:[2,88],58:88,63:89,64:75,65:[1,43],69:90,70:76,71:77,72:[1,78],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{65:[2,94],66:91,68:[2,94],72:[2,94],80:[2,94],81:[2,94],82:[2,94],83:[2,94],84:[2,94],85:[2,94]},{5:[2,25],14:[2,25],15:[2,25],19:[2,25],29:[2,25],34:[2,25],39:[2,25],44:[2,25],47:[2,25],48:[2,25],51:[2,25],55:[2,25],60:[2,25]},{20:92,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:74,31:93,33:[2,60],63:94,64:75,65:[1,43],69:95,70:76,71:77,72:[1,78],75:[2,60],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:74,33:[2,66],36:96,63:97,64:75,65:[1,43],69:98,70:76,71:77,72:[1,78],75:[2,66],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:74,22:99,23:[2,52],63:100,64:75,65:[1,43],69:101,70:76,71:77,72:[1,78],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:74,33:[2,92],62:102,63:103,64:75,65:[1,43],69:104,70:76,71:77,72:[1,78],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{33:[1,105]},{33:[2,79],65:[2,79],72:[2,79],80:[2,79],81:[2,79],82:[2,79],83:[2,79],84:[2,79],85:[2,79]},{33:[2,81]},{23:[2,27],33:[2,27],54:[2,27],65:[2,27],68:[2,27],72:[2,27],75:[2,27],80:[2,27],81:[2,27],82:[2,27],83:[2,27],84:[2,27],85:[2,27]},{23:[2,28],33:[2,28],54:[2,28],65:[2,28],68:[2,28],72:[2,28],75:[2,28],80:[2,28],81:[2,28],82:[2,28],83:[2,28],84:[2,28],85:[2,28]},{23:[2,30],33:[2,30],54:[2,30],68:[2,30],71:106,72:[1,107],75:[2,30]},{23:[2,98],33:[2,98],54:[2,98],68:[2,98],72:[2,98],75:[2,98]},{23:[2,45],33:[2,45],54:[2,45],65:[2,45],68:[2,45],72:[2,45],73:[1,108],75:[2,45],80:[2,45],81:[2,45],82:[2,45],83:[2,45],84:[2,45],85:[2,45],87:[2,45]},{23:[2,44],33:[2,44],54:[2,44],65:[2,44],68:[2,44],72:[2,44],75:[2,44],80:[2,44],81:[2,44],82:[2,44],83:[2,44],84:[2,44],85:[2,44],87:[2,44]},{54:[1,109]},{54:[2,83],65:[2,83],72:[2,83],80:[2,83],81:[2,83],82:[2,83],83:[2,83],84:[2,83],85:[2,83]},{54:[2,85]},{5:[2,13],14:[2,13],15:[2,13],19:[2,13],29:[2,13],34:[2,13],39:[2,13],44:[2,13],47:[2,13],48:[2,13],51:[2,13],55:[2,13],60:[2,13]},{38:55,39:[1,57],43:56,44:[1,58],45:111,46:110,47:[2,76]},{33:[2,70],40:112,65:[2,70],72:[2,70],75:[2,70],80:[2,70],81:[2,70],82:[2,70],83:[2,70],84:[2,70],85:[2,70]},{47:[2,18]},{5:[2,14],14:[2,14],15:[2,14],19:[2,14],29:[2,14],34:[2,14],39:[2,14],44:[2,14],47:[2,14],48:[2,14],51:[2,14],55:[2,14],60:[2,14]},{33:[1,113]},{33:[2,87],65:[2,87],72:[2,87],80:[2,87],81:[2,87],82:[2,87],83:[2,87],84:[2,87],85:[2,87]},{33:[2,89]},{20:74,63:115,64:75,65:[1,43],67:114,68:[2,96],69:116,70:76,71:77,72:[1,78],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{33:[1,117]},{32:118,33:[2,62],74:119,75:[1,120]},{33:[2,59],65:[2,59],72:[2,59],75:[2,59],80:[2,59],81:[2,59],82:[2,59],83:[2,59],84:[2,59],85:[2,59]},{33:[2,61],75:[2,61]},{33:[2,68],37:121,74:122,75:[1,120]},{33:[2,65],65:[2,65],72:[2,65],75:[2,65],80:[2,65],81:[2,65],82:[2,65],83:[2,65],84:[2,65],85:[2,65]},{33:[2,67],75:[2,67]},{23:[1,123]},{23:[2,51],65:[2,51],72:[2,51],80:[2,51],81:[2,51],82:[2,51],83:[2,51],84:[2,51],85:[2,51]},{23:[2,53]},{33:[1,124]},{33:[2,91],65:[2,91],72:[2,91],80:[2,91],81:[2,91],82:[2,91],83:[2,91],84:[2,91],85:[2,91]},{33:[2,93]},{5:[2,22],14:[2,22],15:[2,22],19:[2,22],29:[2,22],34:[2,22],39:[2,22],44:[2,22],47:[2,22],48:[2,22],51:[2,22],55:[2,22],60:[2,22]},{23:[2,99],33:[2,99],54:[2,99],68:[2,99],72:[2,99],75:[2,99]},{73:[1,108]},{20:74,63:125,64:75,65:[1,43],72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{5:[2,23],14:[2,23],15:[2,23],19:[2,23],29:[2,23],34:[2,23],39:[2,23],44:[2,23],47:[2,23],48:[2,23],51:[2,23],55:[2,23],60:[2,23]},{47:[2,19]},{47:[2,77]},{20:74,33:[2,72],41:126,63:127,64:75,65:[1,43],69:128,70:76,71:77,72:[1,78],75:[2,72],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{5:[2,24],14:[2,24],15:[2,24],19:[2,24],29:[2,24],34:[2,24],39:[2,24],44:[2,24],47:[2,24],48:[2,24],51:[2,24],55:[2,24],60:[2,24]},{68:[1,129]},{65:[2,95],68:[2,95],72:[2,95],80:[2,95],81:[2,95],82:[2,95],83:[2,95],84:[2,95],85:[2,95]},{68:[2,97]},{5:[2,21],14:[2,21],15:[2,21],19:[2,21],29:[2,21],34:[2,21],39:[2,21],44:[2,21],47:[2,21],48:[2,21],51:[2,21],55:[2,21],60:[2,21]},{33:[1,130]},{33:[2,63]},{72:[1,132],76:131},{33:[1,133]},{33:[2,69]},{15:[2,12],18:[2,12]},{14:[2,26],15:[2,26],19:[2,26],29:[2,26],34:[2,26],47:[2,26],48:[2,26],51:[2,26],55:[2,26],60:[2,26]},{23:[2,31],33:[2,31],54:[2,31],68:[2,31],72:[2,31],75:[2,31]},{33:[2,74],42:134,74:135,75:[1,120]},{33:[2,71],65:[2,71],72:[2,71],75:[2,71],80:[2,71],81:[2,71],82:[2,71],83:[2,71],84:[2,71],85:[2,71]},{33:[2,73],75:[2,73]},{23:[2,29],33:[2,29],54:[2,29],65:[2,29],68:[2,29],72:[2,29],75:[2,29],80:[2,29],81:[2,29],82:[2,29],83:[2,29],84:[2,29],85:[2,29]},{14:[2,15],15:[2,15],19:[2,15],29:[2,15],34:[2,15],39:[2,15],44:[2,15],47:[2,15],48:[2,15],51:[2,15],55:[2,15],60:[2,15]},{72:[1,137],77:[1,136]},{72:[2,100],77:[2,100]},{14:[2,16],15:[2,16],19:[2,16],29:[2,16],34:[2,16],44:[2,16],47:[2,16],48:[2,16],51:[2,16],55:[2,16],60:[2,16]},{33:[1,138]},{33:[2,75]},{33:[2,32]},{72:[2,101],77:[2,101]},{14:[2,17],15:[2,17],19:[2,17],29:[2,17],34:[2,17],39:[2,17],44:[2,17],47:[2,17],48:[2,17],51:[2,17],55:[2,17],60:[2,17]}],defaultActions:{4:[2,1],54:[2,55],56:[2,20],60:[2,57],73:[2,81],82:[2,85],86:[2,18],90:[2,89],101:[2,53],104:[2,93],110:[2,19],111:[2,77],116:[2,97],119:[2,63],122:[2,69],135:[2,75],136:[2,32]},parseError:function(e,t){throw new Error(e)},parse:function(e){var t=this,n=[0],r=[null],a=[],i=this.table,o="",s=0,l=0,u=0;this.lexer.setInput(e),this.lexer.yy=this.yy,this.yy.lexer=this.lexer,this.yy.parser=this,void 0===this.lexer.yylloc&&(this.lexer.yylloc={});var c=this.lexer.yylloc;a.push(c);var p=this.lexer.options&&this.lexer.options.ranges;"function"==typeof this.yy.parseError&&(this.parseError=this.yy.parseError);for(var d,f,m,h,v,g,y,b,_,w,E={};;){if(m=n[n.length-1],this.defaultActions[m]?h=this.defaultActions[m]:(null==d&&(w=void 0,"number"!=typeof(w=t.lexer.lex()||1)&&(w=t.symbols_[w]||w),d=w),h=i[m]&&i[m][d]),void 0===h||!h.length||!h[0]){var k="";if(!u){for(g in _=[],i[m])this.terminals_[g]&&g>2&&_.push("'"+this.terminals_[g]+"'");k=this.lexer.showPosition?"Parse error on line "+(s+1)+":\n"+this.lexer.showPosition()+"\nExpecting "+_.join(", ")+", got '"+(this.terminals_[d]||d)+"'":"Parse error on line "+(s+1)+": Unexpected "+(1==d?"end of input":"'"+(this.terminals_[d]||d)+"'"),this.parseError(k,{text:this.lexer.match,token:this.terminals_[d]||d,line:this.lexer.yylineno,loc:c,expected:_})}}if(h[0]instanceof Array&&h.length>1)throw new Error("Parse Error: multiple actions possible at state: "+m+", token: "+d);switch(h[0]){case 1:n.push(d),r.push(this.lexer.yytext),a.push(this.lexer.yylloc),n.push(h[1]),d=null,f?(d=f,f=null):(l=this.lexer.yyleng,o=this.lexer.yytext,s=this.lexer.yylineno,c=this.lexer.yylloc,u>0&&u--);break;case 2:if(y=this.productions_[h[1]][1],E.$=r[r.length-y],E._$={first_line:a[a.length-(y||1)].first_line,last_line:a[a.length-1].last_line,first_column:a[a.length-(y||1)].first_column,last_column:a[a.length-1].last_column},p&&(E._$.range=[a[a.length-(y||1)].range[0],a[a.length-1].range[1]]),void 0!==(v=this.performAction.call(E,o,l,s,this.yy,h[1],r,a)))return v;y&&(n=n.slice(0,-1*y*2),r=r.slice(0,-1*y),a=a.slice(0,-1*y)),n.push(this.productions_[h[1]][0]),r.push(E.$),a.push(E._$),b=i[n[n.length-2]][n[n.length-1]],n.push(b);break;case 3:return!0}}return!0}},t=function(){var e={EOF:1,parseError:function(e,t){if(!this.yy.parser)throw new Error(e);this.yy.parser.parseError(e,t)},setInput:function(e){return this._input=e,this._more=this._less=this.done=!1,this.yylineno=this.yyleng=0,this.yytext=this.matched=this.match="",this.conditionStack=["INITIAL"],this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0},this.options.ranges&&(this.yylloc.range=[0,0]),this.offset=0,this},input:function(){var e=this._input[0];return this.yytext+=e,this.yyleng++,this.offset++,this.match+=e,this.matched+=e,e.match(/(?:\r\n?|\n).*/g)?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),e},unput:function(e){var t=e.length,n=e.split(/(?:\r\n?|\n)/g);this._input=e+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-t-1),this.offset-=t;var r=this.match.split(/(?:\r\n?|\n)/g);this.match=this.match.substr(0,this.match.length-1),this.matched=this.matched.substr(0,this.matched.length-1),n.length-1&&(this.yylineno-=n.length-1);var a=this.yylloc.range;return this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:n?(n.length===r.length?this.yylloc.first_column:0)+r[r.length-n.length].length-n[0].length:this.yylloc.first_column-t},this.options.ranges&&(this.yylloc.range=[a[0],a[0]+this.yyleng-t]),this},more:function(){return this._more=!0,this},less:function(e){this.unput(this.match.slice(e))},pastInput:function(){var e=this.matched.substr(0,this.matched.length-this.match.length);return(e.length>20?"...":"")+e.substr(-20).replace(/\n/g,"")},upcomingInput:function(){var e=this.match;return e.length<20&&(e+=this._input.substr(0,20-e.length)),(e.substr(0,20)+(e.length>20?"...":"")).replace(/\n/g,"")},showPosition:function(){var e=this.pastInput(),t=new Array(e.length+1).join("-");return e+this.upcomingInput()+"\n"+t+"^"},next:function(){if(this.done)return this.EOF;var e,t,n,r,a;this._input||(this.done=!0),this._more||(this.yytext="",this.match="");for(var i=this._currentRules(),o=0;o<i.length&&(!(n=this._input.match(this.rules[i[o]]))||t&&!(n[0].length>t[0].length)||(t=n,r=o,this.options.flex));o++);return t?((a=t[0].match(/(?:\r\n?|\n).*/g))&&(this.yylineno+=a.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:a?a[a.length-1].length-a[a.length-1].match(/\r?\n?/)[0].length:this.yylloc.last_column+t[0].length},this.yytext+=t[0],this.match+=t[0],this.matches=t,this.yyleng=this.yytext.length,this.options.ranges&&(this.yylloc.range=[this.offset,this.offset+=this.yyleng]),this._more=!1,this._input=this._input.slice(t[0].length),this.matched+=t[0],e=this.performAction.call(this,this.yy,this,i[r],this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),e||void 0):""===this._input?this.EOF:this.parseError("Lexical error on line "+(this.yylineno+1)+". Unrecognized text.\n"+this.showPosition(),{text:"",token:null,line:this.yylineno})},lex:function(){var e=this.next();return void 0!==e?e:this.lex()},begin:function(e){this.conditionStack.push(e)},popState:function(){return this.conditionStack.pop()},_currentRules:function(){return this.conditions[this.conditionStack[this.conditionStack.length-1]].rules},topState:function(){return this.conditionStack[this.conditionStack.length-2]},pushState:function(e){this.begin(e)},options:{},performAction:function(e,t,n,r){function a(e,n){return t.yytext=t.yytext.substring(e,t.yyleng-n+e)}switch(n){case 0:if("\\\\"===t.yytext.slice(-2)?(a(0,1),this.begin("mu")):"\\"===t.yytext.slice(-1)?(a(0,1),this.begin("emu")):this.begin("mu"),t.yytext)return 15;break;case 1:return 15;case 2:return this.popState(),15;case 3:return this.begin("raw"),15;case 4:return this.popState(),"raw"===this.conditionStack[this.conditionStack.length-1]?15:(a(5,9),"END_RAW_BLOCK");case 5:return 15;case 6:return this.popState(),14;case 7:return 65;case 8:return 68;case 9:return 19;case 10:return this.popState(),this.begin("raw"),23;case 11:return 55;case 12:return 60;case 13:return 29;case 14:return 47;case 15:case 16:return this.popState(),44;case 17:return 34;case 18:return 39;case 19:return 51;case 20:return 48;case 21:this.unput(t.yytext),this.popState(),this.begin("com");break;case 22:return this.popState(),14;case 23:return 48;case 24:return 73;case 25:case 26:return 72;case 27:return 87;case 28:break;case 29:return this.popState(),54;case 30:return this.popState(),33;case 31:return t.yytext=a(1,2).replace(/\\"/g,'"'),80;case 32:return t.yytext=a(1,2).replace(/\\'/g,"'"),80;case 33:return 85;case 34:case 35:return 82;case 36:return 83;case 37:return 84;case 38:return 81;case 39:return 75;case 40:return 77;case 41:return 72;case 42:return t.yytext=t.yytext.replace(/\\([\\\]])/g,"$1"),72;case 43:return"INVALID";case 44:return 5}},rules:[/^(?:[^\x00]*?(?=(\{\{)))/,/^(?:[^\x00]+)/,/^(?:[^\x00]{2,}?(?=(\{\{|\\\{\{|\\\\\{\{|$)))/,/^(?:\{\{\{\{(?=[^\/]))/,/^(?:\{\{\{\{\/[^\s!"#%-,\.\/;->@\[-\^`\{-~]+(?=[=}\s\/.])\}\}\}\})/,/^(?:[^\x00]+?(?=(\{\{\{\{)))/,/^(?:[\s\S]*?--(~)?\}\})/,/^(?:\()/,/^(?:\))/,/^(?:\{\{\{\{)/,/^(?:\}\}\}\})/,/^(?:\{\{(~)?>)/,/^(?:\{\{(~)?#>)/,/^(?:\{\{(~)?#\*?)/,/^(?:\{\{(~)?\/)/,/^(?:\{\{(~)?\^\s*(~)?\}\})/,/^(?:\{\{(~)?\s*else\s*(~)?\}\})/,/^(?:\{\{(~)?\^)/,/^(?:\{\{(~)?\s*else\b)/,/^(?:\{\{(~)?\{)/,/^(?:\{\{(~)?&)/,/^(?:\{\{(~)?!--)/,/^(?:\{\{(~)?![\s\S]*?\}\})/,/^(?:\{\{(~)?\*?)/,/^(?:=)/,/^(?:\.\.)/,/^(?:\.(?=([=~}\s\/.)|])))/,/^(?:[\/.])/,/^(?:\s+)/,/^(?:\}(~)?\}\})/,/^(?:(~)?\}\})/,/^(?:"(\\["]|[^"])*")/,/^(?:'(\\[']|[^'])*')/,/^(?:@)/,/^(?:true(?=([~}\s)])))/,/^(?:false(?=([~}\s)])))/,/^(?:undefined(?=([~}\s)])))/,/^(?:null(?=([~}\s)])))/,/^(?:-?[0-9]+(?:\.[0-9]+)?(?=([~}\s)])))/,/^(?:as\s+\|)/,/^(?:\|)/,/^(?:([^\s!"#%-,\.\/;->@\[-\^`\{-~]+(?=([=~}\s\/.)|]))))/,/^(?:\[(\\\]|[^\]])*\])/,/^(?:.)/,/^(?:$)/],conditions:{mu:{rules:[7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44],inclusive:!1},emu:{rules:[2],inclusive:!1},com:{rules:[6],inclusive:!1},raw:{rules:[3,4,5],inclusive:!1},INITIAL:{rules:[0,1,44],inclusive:!0}}};return e}();function n(){this.yy={}}return e.lexer=t,n.prototype=e,e.Parser=n,new n}();t.default=n,e.exports=t.default},function(e,t,n){"use strict";var r=n(1).default;t.__esModule=!0;var a=r(n(49));function i(){var e=arguments.length<=0||void 0===arguments[0]?{}:arguments[0];this.options=e}function o(e,t,n){void 0===t&&(t=e.length);var r=e[t-1],a=e[t-2];return r?"ContentStatement"===r.type?(a||!n?/\r?\n\s*?$/:/(^|\r?\n)\s*?$/).test(r.original):void 0:n}function s(e,t,n){void 0===t&&(t=-1);var r=e[t+1],a=e[t+2];return r?"ContentStatement"===r.type?(a||!n?/^\s*?\r?\n/:/^\s*?(\r?\n|$)/).test(r.original):void 0:n}function l(e,t,n){var r=e[null==t?0:t+1];if(r&&"ContentStatement"===r.type&&(n||!r.rightStripped)){var a=r.value;r.value=r.value.replace(n?/^\s+/:/^[ \t]*\r?\n?/,""),r.rightStripped=r.value!==a}}function u(e,t,n){var r=e[null==t?e.length-1:t-1];if(r&&"ContentStatement"===r.type&&(n||!r.leftStripped)){var a=r.value;return r.value=r.value.replace(n?/\s+$/:/[ \t]+$/,""),r.leftStripped=r.value!==a,r.leftStripped}}i.prototype=new a.default,i.prototype.Program=function(e){var t=!this.options.ignoreStandalone,n=!this.isRootSeen;this.isRootSeen=!0;for(var r=e.body,a=0,i=r.length;a<i;a++){var c=r[a],p=this.accept(c);if(p){var d=o(r,a,n),f=s(r,a,n),m=p.openStandalone&&d,h=p.closeStandalone&&f,v=p.inlineStandalone&&d&&f;p.close&&l(r,a,!0),p.open&&u(r,a,!0),t&&v&&(l(r,a),u(r,a)&&"PartialStatement"===c.type&&(c.indent=/([ \t]+$)/.exec(r[a-1].original)[1])),t&&m&&(l((c.program||c.inverse).body),u(r,a)),t&&h&&(l(r,a),u((c.inverse||c.program).body))}}return e},i.prototype.BlockStatement=i.prototype.DecoratorBlock=i.prototype.PartialBlockStatement=function(e){this.accept(e.program),this.accept(e.inverse);var t=e.program||e.inverse,n=e.program&&e.inverse,r=n,a=n;if(n&&n.chained)for(r=n.body[0].program;a.chained;)a=a.body[a.body.length-1].program;var i={open:e.openStrip.open,close:e.closeStrip.close,openStandalone:s(t.body),closeStandalone:o((r||t).body)};if(e.openStrip.close&&l(t.body,null,!0),n){var c=e.inverseStrip;c.open&&u(t.body,null,!0),c.close&&l(r.body,null,!0),e.closeStrip.open&&u(a.body,null,!0),!this.options.ignoreStandalone&&o(t.body)&&s(r.body)&&(u(t.body),l(r.body))}else e.closeStrip.open&&u(t.body,null,!0);return i},i.prototype.Decorator=i.prototype.MustacheStatement=function(e){return e.strip},i.prototype.PartialStatement=i.prototype.CommentStatement=function(e){var t=e.strip||{};return{inlineStandalone:!0,open:t.open,close:t.close}},t.default=i,e.exports=t.default},function(e,t,n){"use strict";var r=n(1).default;t.__esModule=!0;var a=r(n(6));function i(){this.parents=[]}function o(e){this.acceptRequired(e,"path"),this.acceptArray(e.params),this.acceptKey(e,"hash")}function s(e){o.call(this,e),this.acceptKey(e,"program"),this.acceptKey(e,"inverse")}function l(e){this.acceptRequired(e,"name"),this.acceptArray(e.params),this.acceptKey(e,"hash")}i.prototype={constructor:i,mutating:!1,acceptKey:function(e,t){var n=this.accept(e[t]);if(this.mutating){if(n&&!i.prototype[n.type])throw new a.default('Unexpected node type "'+n.type+'" found when accepting '+t+" on "+e.type);e[t]=n}},acceptRequired:function(e,t){if(this.acceptKey(e,t),!e[t])throw new a.default(e.type+" requires "+t)},acceptArray:function(e){for(var t=0,n=e.length;t<n;t++)this.acceptKey(e,t),e[t]||(e.splice(t,1),t--,n--)},accept:function(e){if(e){if(!this[e.type])throw new a.default("Unknown type: "+e.type,e);this.current&&this.parents.unshift(this.current),this.current=e;var t=this[e.type](e);return this.current=this.parents.shift(),!this.mutating||t?t:!1!==t?e:void 0}},Program:function(e){this.acceptArray(e.body)},MustacheStatement:o,Decorator:o,BlockStatement:s,DecoratorBlock:s,PartialStatement:l,PartialBlockStatement:function(e){l.call(this,e),this.acceptKey(e,"program")},ContentStatement:function(){},CommentStatement:function(){},SubExpression:o,PathExpression:function(){},StringLiteral:function(){},NumberLiteral:function(){},BooleanLiteral:function(){},UndefinedLiteral:function(){},NullLiteral:function(){},Hash:function(e){this.acceptArray(e.pairs)},HashPair:function(e){this.acceptRequired(e,"value")}},t.default=i,e.exports=t.default},function(e,t,n){"use strict";var r=n(1).default;t.__esModule=!0,t.SourceLocation=function(e,t){this.source=e,this.start={line:t.first_line,column:t.first_column},this.end={line:t.last_line,column:t.last_column}},t.id=function(e){return/^\[.*\]$/.test(e)?e.substring(1,e.length-1):e},t.stripFlags=function(e,t){return{open:"~"===e.charAt(2),close:"~"===t.charAt(t.length-3)}},t.stripComment=function(e){return e.replace(/^\{\{~?!-?-?/,"").replace(/-?-?~?\}\}$/,"")},t.preparePath=function(e,t,n){n=this.locInfo(n);for(var r=e?"@":"",i=[],o=0,s=0,l=t.length;s<l;s++){var u=t[s].part,c=t[s].original!==u;if(r+=(t[s].separator||"")+u,c||".."!==u&&"."!==u&&"this"!==u)i.push(u);else{if(i.length>0)throw new a.default("Invalid path: "+r,{loc:n});".."===u&&o++}}return{type:"PathExpression",data:e,depth:o,parts:i,original:r,loc:n}},t.prepareMustache=function(e,t,n,r,a,i){var o=r.charAt(3)||r.charAt(2),s="{"!==o&&"&"!==o;return{type:/\*/.test(r)?"Decorator":"MustacheStatement",path:e,params:t,hash:n,escaped:s,strip:a,loc:this.locInfo(i)}},t.prepareRawBlock=function(e,t,n,r){i(e,n),r=this.locInfo(r);var a={type:"Program",body:t,strip:{},loc:r};return{type:"BlockStatement",path:e.path,params:e.params,hash:e.hash,program:a,openStrip:{},inverseStrip:{},closeStrip:{},loc:r}},t.prepareBlock=function(e,t,n,r,o,s){r&&r.path&&i(e,r);var l=/\*/.test(e.open);t.blockParams=e.blockParams;var u=void 0,c=void 0;if(n){if(l)throw new a.default("Unexpected inverse block on decorator",n);n.chain&&(n.program.body[0].closeStrip=r.strip),c=n.strip,u=n.program}return o&&(o=u,u=t,t=o),{type:l?"DecoratorBlock":"BlockStatement",path:e.path,params:e.params,hash:e.hash,program:t,inverse:u,openStrip:e.strip,inverseStrip:c,closeStrip:r&&r.strip,loc:this.locInfo(s)}},t.prepareProgram=function(e,t){if(!t&&e.length){var n=e[0].loc,r=e[e.length-1].loc;n&&r&&(t={source:n.source,start:{line:n.start.line,column:n.start.column},end:{line:r.end.line,column:r.end.column}})}return{type:"Program",body:e,strip:{},loc:t}},t.preparePartialBlock=function(e,t,n,r){return i(e,n),{type:"PartialBlockStatement",name:e.path,params:e.params,hash:e.hash,program:t,openStrip:e.strip,closeStrip:n&&n.strip,loc:this.locInfo(r)}};var a=r(n(6));function i(e,t){if(t=t.path?t.path.original:t,e.path.original!==t){var n={loc:e.path.loc};throw new a.default(e.path.original+" doesn't match "+t,n)}}},function(e,t,n){"use strict";var r=n(34).default,a=n(1).default;t.__esModule=!0,t.Compiler=u,t.precompile=function(e,t,n){if(null==e||"string"!=typeof e&&"Program"!==e.type)throw new i.default("You must pass a string or Handlebars AST to Handlebars.precompile. You passed "+e);"data"in(t=t||{})||(t.data=!0),t.compat&&(t.useDepths=!0);var r=n.parse(e,t),a=(new n.Compiler).compile(r,t);return(new n.JavaScriptCompiler).compile(a,t)},t.compile=function(e,t,n){if(void 0===t&&(t={}),null==e||"string"!=typeof e&&"Program"!==e.type)throw new i.default("You must pass a string or Handlebars AST to Handlebars.compile. You passed "+e);"data"in(t=o.extend({},t))||(t.data=!0),t.compat&&(t.useDepths=!0);var r=void 0;function a(){var r=n.parse(e,t),a=(new n.Compiler).compile(r,t),i=(new n.JavaScriptCompiler).compile(a,t,void 0,!0);return n.template(i)}function s(e,t){return r||(r=a()),r.call(this,e,t)}return s._setup=function(e){return r||(r=a()),r._setup(e)},s._child=function(e,t,n,i){return r||(r=a()),r._child(e,t,n,i)},s};var i=a(n(6)),o=n(5),s=a(n(45)),l=[].slice;function u(){}function c(e,t){if(e===t)return!0;if(o.isArray(e)&&o.isArray(t)&&e.length===t.length){for(var n=0;n<e.length;n++)if(!c(e[n],t[n]))return!1;return!0}}function p(e){if(!e.path.parts){var t=e.path;e.path={type:"PathExpression",data:!1,depth:0,parts:[t.original+""],original:t.original+"",loc:t.loc}}}u.prototype={compiler:u,equals:function(e){var t=this.opcodes.length;if(e.opcodes.length!==t)return!1;for(var n=0;n<t;n++){var r=this.opcodes[n],a=e.opcodes[n];if(r.opcode!==a.opcode||!c(r.args,a.args))return!1}for(t=this.children.length,n=0;n<t;n++)if(!this.children[n].equals(e.children[n]))return!1;return!0},guid:0,compile:function(e,t){return this.sourceNode=[],this.opcodes=[],this.children=[],this.options=t,this.stringParams=t.stringParams,this.trackIds=t.trackIds,t.blockParams=t.blockParams||[],t.knownHelpers=o.extend(r(null),{helperMissing:!0,blockHelperMissing:!0,each:!0,if:!0,unless:!0,with:!0,log:!0,lookup:!0},t.knownHelpers),this.accept(e)},compileProgram:function(e){var t=(new this.compiler).compile(e,this.options),n=this.guid++;return this.usePartial=this.usePartial||t.usePartial,this.children[n]=t,this.useDepths=this.useDepths||t.useDepths,n},accept:function(e){if(!this[e.type])throw new i.default("Unknown type: "+e.type,e);this.sourceNode.unshift(e);var t=this[e.type](e);return this.sourceNode.shift(),t},Program:function(e){this.options.blockParams.unshift(e.blockParams);for(var t=e.body,n=t.length,r=0;r<n;r++)this.accept(t[r]);return this.options.blockParams.shift(),this.isSimple=1===n,this.blockParams=e.blockParams?e.blockParams.length:0,this},BlockStatement:function(e){p(e);var t=e.program,n=e.inverse;t=t&&this.compileProgram(t),n=n&&this.compileProgram(n);var r=this.classifySexpr(e);"helper"===r?this.helperSexpr(e,t,n):"simple"===r?(this.simpleSexpr(e),this.opcode("pushProgram",t),this.opcode("pushProgram",n),this.opcode("emptyHash"),this.opcode("blockValue",e.path.original)):(this.ambiguousSexpr(e,t,n),this.opcode("pushProgram",t),this.opcode("pushProgram",n),this.opcode("emptyHash"),this.opcode("ambiguousBlockValue")),this.opcode("append")},DecoratorBlock:function(e){var t=e.program&&this.compileProgram(e.program),n=this.setupFullMustacheParams(e,t,void 0),r=e.path;this.useDecorators=!0,this.opcode("registerDecorator",n.length,r.original)},PartialStatement:function(e){this.usePartial=!0;var t=e.program;t&&(t=this.compileProgram(e.program));var n=e.params;if(n.length>1)throw new i.default("Unsupported number of partial arguments: "+n.length,e);n.length||(this.options.explicitPartialContext?this.opcode("pushLiteral","undefined"):n.push({type:"PathExpression",parts:[],depth:0}));var r=e.name.original,a="SubExpression"===e.name.type;a&&this.accept(e.name),this.setupFullMustacheParams(e,t,void 0,!0);var o=e.indent||"";this.options.preventIndent&&o&&(this.opcode("appendContent",o),o=""),this.opcode("invokePartial",a,r,o),this.opcode("append")},PartialBlockStatement:function(e){this.PartialStatement(e)},MustacheStatement:function(e){this.SubExpression(e),e.escaped&&!this.options.noEscape?this.opcode("appendEscaped"):this.opcode("append")},Decorator:function(e){this.DecoratorBlock(e)},ContentStatement:function(e){e.value&&this.opcode("appendContent",e.value)},CommentStatement:function(){},SubExpression:function(e){p(e);var t=this.classifySexpr(e);"simple"===t?this.simpleSexpr(e):"helper"===t?this.helperSexpr(e):this.ambiguousSexpr(e)},ambiguousSexpr:function(e,t,n){var r=e.path,a=r.parts[0],i=null!=t||null!=n;this.opcode("getContext",r.depth),this.opcode("pushProgram",t),this.opcode("pushProgram",n),r.strict=!0,this.accept(r),this.opcode("invokeAmbiguous",a,i)},simpleSexpr:function(e){var t=e.path;t.strict=!0,this.accept(t),this.opcode("resolvePossibleLambda")},helperSexpr:function(e,t,n){var r=this.setupFullMustacheParams(e,t,n),a=e.path,o=a.parts[0];if(this.options.knownHelpers[o])this.opcode("invokeKnownHelper",r.length,o);else{if(this.options.knownHelpersOnly)throw new i.default("You specified knownHelpersOnly, but used the unknown helper "+o,e);a.strict=!0,a.falsy=!0,this.accept(a),this.opcode("invokeHelper",r.length,a.original,s.default.helpers.simpleId(a))}},PathExpression:function(e){this.addDepth(e.depth),this.opcode("getContext",e.depth);var t=e.parts[0],n=s.default.helpers.scopedId(e),r=!e.depth&&!n&&this.blockParamIndex(t);r?this.opcode("lookupBlockParam",r,e.parts):t?e.data?(this.options.data=!0,this.opcode("lookupData",e.depth,e.parts,e.strict)):this.opcode("lookupOnContext",e.parts,e.falsy,e.strict,n):this.opcode("pushContext")},StringLiteral:function(e){this.opcode("pushString",e.value)},NumberLiteral:function(e){this.opcode("pushLiteral",e.value)},BooleanLiteral:function(e){this.opcode("pushLiteral",e.value)},UndefinedLiteral:function(){this.opcode("pushLiteral","undefined")},NullLiteral:function(){this.opcode("pushLiteral","null")},Hash:function(e){var t=e.pairs,n=0,r=t.length;for(this.opcode("pushHash");n<r;n++)this.pushParam(t[n].value);for(;n--;)this.opcode("assignToHash",t[n].key);this.opcode("popHash")},opcode:function(e){this.opcodes.push({opcode:e,args:l.call(arguments,1),loc:this.sourceNode[0].loc})},addDepth:function(e){e&&(this.useDepths=!0)},classifySexpr:function(e){var t=s.default.helpers.simpleId(e.path),n=t&&!!this.blockParamIndex(e.path.parts[0]),r=!n&&s.default.helpers.helperExpression(e),a=!n&&(r||t);if(a&&!r){var i=e.path.parts[0],o=this.options;o.knownHelpers[i]?r=!0:o.knownHelpersOnly&&(a=!1)}return r?"helper":a?"ambiguous":"simple"},pushParams:function(e){for(var t=0,n=e.length;t<n;t++)this.pushParam(e[t])},pushParam:function(e){var t=null!=e.value?e.value:e.original||"";if(this.stringParams)t.replace&&(t=t.replace(/^(\.?\.\/)*/g,"").replace(/\//g,".")),e.depth&&this.addDepth(e.depth),this.opcode("getContext",e.depth||0),this.opcode("pushStringParam",t,e.type),"SubExpression"===e.type&&this.accept(e);else{if(this.trackIds){var n=void 0;if(!e.parts||s.default.helpers.scopedId(e)||e.depth||(n=this.blockParamIndex(e.parts[0])),n){var r=e.parts.slice(1).join(".");this.opcode("pushId","BlockParam",n,r)}else(t=e.original||t).replace&&(t=t.replace(/^this(?:\.|$)/,"").replace(/^\.\//,"").replace(/^\.$/,"")),this.opcode("pushId",e.type,t)}this.accept(e)}},setupFullMustacheParams:function(e,t,n,r){var a=e.params;return this.pushParams(a),this.opcode("pushProgram",t),this.opcode("pushProgram",n),e.hash?this.accept(e.hash):this.opcode("emptyHash",r),a},blockParamIndex:function(e){for(var t=0,n=this.options.blockParams.length;t<n;t++){var r=this.options.blockParams[t],a=r&&o.indexOf(r,e);if(r&&a>=0)return[t,a]}}}},function(e,t,n){"use strict";var r=n(13).default,a=n(1).default;t.__esModule=!0;var i=n(4),o=a(n(6)),s=n(5),l=a(n(53));function u(e){this.value=e}function c(){}c.prototype={nameLookup:function(e,t){return this.internalNameLookup(e,t)},depthedLookup:function(e){return[this.aliasable("container.lookup"),'(depths, "',e,'")']},compilerInfo:function(){var e=i.COMPILER_REVISION;return[e,i.REVISION_CHANGES[e]]},appendToBuffer:function(e,t,n){return s.isArray(e)||(e=[e]),e=this.source.wrap(e,t),this.environment.isSimple?["return ",e,";"]:n?["buffer += ",e,";"]:(e.appendToBuffer=!0,e)},initializeBuffer:function(){return this.quotedString("")},internalNameLookup:function(e,t){return this.lookupPropertyFunctionIsUsed=!0,["lookupProperty(",e,",",JSON.stringify(t),")"]},lookupPropertyFunctionIsUsed:!1,compile:function(e,t,n,r){this.environment=e,this.options=t,this.stringParams=this.options.stringParams,this.trackIds=this.options.trackIds,this.precompile=!r,this.name=this.environment.name,this.isChild=!!n,this.context=n||{decorators:[],programs:[],environments:[]},this.preamble(),this.stackSlot=0,this.stackVars=[],this.aliases={},this.registers={list:[]},this.hashes=[],this.compileStack=[],this.inlineStack=[],this.blockParams=[],this.compileChildren(e,t),this.useDepths=this.useDepths||e.useDepths||e.useDecorators||this.options.compat,this.useBlockParams=this.useBlockParams||e.useBlockParams;var a=e.opcodes,i=void 0,s=void 0,l=void 0,u=void 0;for(l=0,u=a.length;l<u;l++)i=a[l],this.source.currentLocation=i.loc,s=s||i.loc,this[i.opcode].apply(this,i.args);if(this.source.currentLocation=s,this.pushSource(""),this.stackSlot||this.inlineStack.length||this.compileStack.length)throw new o.default("Compile completed with content left on stack");this.decorators.isEmpty()?this.decorators=void 0:(this.useDecorators=!0,this.decorators.prepend(["var decorators = container.decorators, ",this.lookupPropertyFunctionVarDeclaration(),";\n"]),this.decorators.push("return fn;"),r?this.decorators=Function.apply(this,["fn","props","container","depth0","data","blockParams","depths",this.decorators.merge()]):(this.decorators.prepend("function(fn, props, container, depth0, data, blockParams, depths) {\n"),this.decorators.push("}\n"),this.decorators=this.decorators.merge()));var c=this.createFunctionContext(r);if(this.isChild)return c;var p={compiler:this.compilerInfo(),main:c};this.decorators&&(p.main_d=this.decorators,p.useDecorators=!0);var d=this.context,f=d.programs,m=d.decorators;for(l=0,u=f.length;l<u;l++)f[l]&&(p[l]=f[l],m[l]&&(p[l+"_d"]=m[l],p.useDecorators=!0));return this.environment.usePartial&&(p.usePartial=!0),this.options.data&&(p.useData=!0),this.useDepths&&(p.useDepths=!0),this.useBlockParams&&(p.useBlockParams=!0),this.options.compat&&(p.compat=!0),r?p.compilerOptions=this.options:(p.compiler=JSON.stringify(p.compiler),this.source.currentLocation={start:{line:1,column:0}},p=this.objectLiteral(p),t.srcName?(p=p.toStringWithSourceMap({file:t.destName})).map=p.map&&p.map.toString():p=p.toString()),p},preamble:function(){this.lastContext=0,this.source=new l.default(this.options.srcName),this.decorators=new l.default(this.options.srcName)},createFunctionContext:function(e){var t=this,n="",a=this.stackVars.concat(this.registers.list);a.length>0&&(n+=", "+a.join(", "));var i=0;r(this.aliases).forEach((function(e){var r=t.aliases[e];r.children&&r.referenceCount>1&&(n+=", alias"+ ++i+"="+e,r.children[0]="alias"+i)})),this.lookupPropertyFunctionIsUsed&&(n+=", "+this.lookupPropertyFunctionVarDeclaration());var o=["container","depth0","helpers","partials","data"];(this.useBlockParams||this.useDepths)&&o.push("blockParams"),this.useDepths&&o.push("depths");var s=this.mergeSource(n);return e?(o.push(s),Function.apply(this,o)):this.source.wrap(["function(",o.join(","),") {\n ",s,"}"])},mergeSource:function(e){var t=this.environment.isSimple,n=!this.forceBuffer,r=void 0,a=void 0,i=void 0,o=void 0;return this.source.each((function(e){e.appendToBuffer?(i?e.prepend(" + "):i=e,o=e):(i&&(a?i.prepend("buffer += "):r=!0,o.add(";"),i=o=void 0),a=!0,t||(n=!1))})),n?i?(i.prepend("return "),o.add(";")):a||this.source.push('return "";'):(e+=", buffer = "+(r?"":this.initializeBuffer()),i?(i.prepend("return buffer + "),o.add(";")):this.source.push("return buffer;")),e&&this.source.prepend("var "+e.substring(2)+(r?"":";\n")),this.source.merge()},lookupPropertyFunctionVarDeclaration:function(){return"\n lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n }\n ".trim()},blockValue:function(e){var t=this.aliasable("container.hooks.blockHelperMissing"),n=[this.contextName(0)];this.setupHelperArgs(e,0,n);var r=this.popStack();n.splice(1,0,r),this.push(this.source.functionCall(t,"call",n))},ambiguousBlockValue:function(){var e=this.aliasable("container.hooks.blockHelperMissing"),t=[this.contextName(0)];this.setupHelperArgs("",0,t,!0),this.flushInline();var n=this.topStack();t.splice(1,0,n),this.pushSource(["if (!",this.lastHelper,") { ",n," = ",this.source.functionCall(e,"call",t),"}"])},appendContent:function(e){this.pendingContent?e=this.pendingContent+e:this.pendingLocation=this.source.currentLocation,this.pendingContent=e},append:function(){if(this.isInline())this.replaceStack((function(e){return[" != null ? ",e,' : ""']})),this.pushSource(this.appendToBuffer(this.popStack()));else{var e=this.popStack();this.pushSource(["if (",e," != null) { ",this.appendToBuffer(e,void 0,!0)," }"]),this.environment.isSimple&&this.pushSource(["else { ",this.appendToBuffer("''",void 0,!0)," }"])}},appendEscaped:function(){this.pushSource(this.appendToBuffer([this.aliasable("container.escapeExpression"),"(",this.popStack(),")"]))},getContext:function(e){this.lastContext=e},pushContext:function(){this.pushStackLiteral(this.contextName(this.lastContext))},lookupOnContext:function(e,t,n,r){var a=0;r||!this.options.compat||this.lastContext?this.pushContext():this.push(this.depthedLookup(e[a++])),this.resolvePath("context",e,a,t,n)},lookupBlockParam:function(e,t){this.useBlockParams=!0,this.push(["blockParams[",e[0],"][",e[1],"]"]),this.resolvePath("context",t,1)},lookupData:function(e,t,n){e?this.pushStackLiteral("container.data(data, "+e+")"):this.pushStackLiteral("data"),this.resolvePath("data",t,0,!0,n)},resolvePath:function(e,t,n,r,a){var i=this;if(this.options.strict||this.options.assumeObjects)this.push(function(e,t,n,r){var a=t.popStack(),i=0,o=n.length;for(e&&o--;i<o;i++)a=t.nameLookup(a,n[i],r);return e?[t.aliasable("container.strict"),"(",a,", ",t.quotedString(n[i]),", ",JSON.stringify(t.source.currentLocation)," )"]:a}(this.options.strict&&a,this,t,e));else for(var o=t.length;n<o;n++)this.replaceStack((function(a){var o=i.nameLookup(a,t[n],e);return r?[" && ",o]:[" != null ? ",o," : ",a]}))},resolvePossibleLambda:function(){this.push([this.aliasable("container.lambda"),"(",this.popStack(),", ",this.contextName(0),")"])},pushStringParam:function(e,t){this.pushContext(),this.pushString(t),"SubExpression"!==t&&("string"==typeof e?this.pushString(e):this.pushStackLiteral(e))},emptyHash:function(e){this.trackIds&&this.push("{}"),this.stringParams&&(this.push("{}"),this.push("{}")),this.pushStackLiteral(e?"undefined":"{}")},pushHash:function(){this.hash&&this.hashes.push(this.hash),this.hash={values:{},types:[],contexts:[],ids:[]}},popHash:function(){var e=this.hash;this.hash=this.hashes.pop(),this.trackIds&&this.push(this.objectLiteral(e.ids)),this.stringParams&&(this.push(this.objectLiteral(e.contexts)),this.push(this.objectLiteral(e.types))),this.push(this.objectLiteral(e.values))},pushString:function(e){this.pushStackLiteral(this.quotedString(e))},pushLiteral:function(e){this.pushStackLiteral(e)},pushProgram:function(e){null!=e?this.pushStackLiteral(this.programExpression(e)):this.pushStackLiteral(null)},registerDecorator:function(e,t){var n=this.nameLookup("decorators",t,"decorator"),r=this.setupHelperArgs(t,e);this.decorators.push(["fn = ",this.decorators.functionCall(n,"",["fn","props","container",r])," || fn;"])},invokeHelper:function(e,t,n){var r=this.popStack(),a=this.setupHelper(e,t),i=[];n&&i.push(a.name),i.push(r),this.options.strict||i.push(this.aliasable("container.hooks.helperMissing"));var o=["(",this.itemsSeparatedBy(i,"||"),")"],s=this.source.functionCall(o,"call",a.callParams);this.push(s)},itemsSeparatedBy:function(e,t){var n=[];n.push(e[0]);for(var r=1;r<e.length;r++)n.push(t,e[r]);return n},invokeKnownHelper:function(e,t){var n=this.setupHelper(e,t);this.push(this.source.functionCall(n.name,"call",n.callParams))},invokeAmbiguous:function(e,t){this.useRegister("helper");var n=this.popStack();this.emptyHash();var r=this.setupHelper(0,e,t),a=["(","(helper = ",this.lastHelper=this.nameLookup("helpers",e,"helper")," || ",n,")"];this.options.strict||(a[0]="(helper = ",a.push(" != null ? helper : ",this.aliasable("container.hooks.helperMissing"))),this.push(["(",a,r.paramsInit?["),(",r.paramsInit]:[],"),","(typeof helper === ",this.aliasable('"function"')," ? ",this.source.functionCall("helper","call",r.callParams)," : helper))"])},invokePartial:function(e,t,n){var r=[],a=this.setupParams(t,1,r);e&&(t=this.popStack(),delete a.name),n&&(a.indent=JSON.stringify(n)),a.helpers="helpers",a.partials="partials",a.decorators="container.decorators",e?r.unshift(t):r.unshift(this.nameLookup("partials",t,"partial")),this.options.compat&&(a.depths="depths"),a=this.objectLiteral(a),r.push(a),this.push(this.source.functionCall("container.invokePartial","",r))},assignToHash:function(e){var t=this.popStack(),n=void 0,r=void 0,a=void 0;this.trackIds&&(a=this.popStack()),this.stringParams&&(r=this.popStack(),n=this.popStack());var i=this.hash;n&&(i.contexts[e]=n),r&&(i.types[e]=r),a&&(i.ids[e]=a),i.values[e]=t},pushId:function(e,t,n){"BlockParam"===e?this.pushStackLiteral("blockParams["+t[0]+"].path["+t[1]+"]"+(n?" + "+JSON.stringify("."+n):"")):"PathExpression"===e?this.pushString(t):"SubExpression"===e?this.pushStackLiteral("true"):this.pushStackLiteral("null")},compiler:c,compileChildren:function(e,t){for(var n=e.children,r=void 0,a=void 0,i=0,o=n.length;i<o;i++){r=n[i],a=new this.compiler;var s=this.matchExistingProgram(r);if(null==s){this.context.programs.push("");var l=this.context.programs.length;r.index=l,r.name="program"+l,this.context.programs[l]=a.compile(r,t,this.context,!this.precompile),this.context.decorators[l]=a.decorators,this.context.environments[l]=r,this.useDepths=this.useDepths||a.useDepths,this.useBlockParams=this.useBlockParams||a.useBlockParams,r.useDepths=this.useDepths,r.useBlockParams=this.useBlockParams}else r.index=s.index,r.name="program"+s.index,this.useDepths=this.useDepths||s.useDepths,this.useBlockParams=this.useBlockParams||s.useBlockParams}},matchExistingProgram:function(e){for(var t=0,n=this.context.environments.length;t<n;t++){var r=this.context.environments[t];if(r&&r.equals(e))return r}},programExpression:function(e){var t=this.environment.children[e],n=[t.index,"data",t.blockParams];return(this.useBlockParams||this.useDepths)&&n.push("blockParams"),this.useDepths&&n.push("depths"),"container.program("+n.join(", ")+")"},useRegister:function(e){this.registers[e]||(this.registers[e]=!0,this.registers.list.push(e))},push:function(e){return e instanceof u||(e=this.source.wrap(e)),this.inlineStack.push(e),e},pushStackLiteral:function(e){this.push(new u(e))},pushSource:function(e){this.pendingContent&&(this.source.push(this.appendToBuffer(this.source.quotedString(this.pendingContent),this.pendingLocation)),this.pendingContent=void 0),e&&this.source.push(e)},replaceStack:function(e){var t=["("],n=void 0,r=void 0,a=void 0;if(!this.isInline())throw new o.default("replaceStack on non-inline");var i=this.popStack(!0);if(i instanceof u)t=["(",n=[i.value]],a=!0;else{r=!0;var s=this.incrStack();t=["((",this.push(s)," = ",i,")"],n=this.topStack()}var l=e.call(this,n);a||this.popStack(),r&&this.stackSlot--,this.push(t.concat(l,")"))},incrStack:function(){return this.stackSlot++,this.stackSlot>this.stackVars.length&&this.stackVars.push("stack"+this.stackSlot),this.topStackName()},topStackName:function(){return"stack"+this.stackSlot},flushInline:function(){var e=this.inlineStack;this.inlineStack=[];for(var t=0,n=e.length;t<n;t++){var r=e[t];if(r instanceof u)this.compileStack.push(r);else{var a=this.incrStack();this.pushSource([a," = ",r,";"]),this.compileStack.push(a)}}},isInline:function(){return this.inlineStack.length},popStack:function(e){var t=this.isInline(),n=(t?this.inlineStack:this.compileStack).pop();if(!e&&n instanceof u)return n.value;if(!t){if(!this.stackSlot)throw new o.default("Invalid stack pop");this.stackSlot--}return n},topStack:function(){var e=this.isInline()?this.inlineStack:this.compileStack,t=e[e.length-1];return t instanceof u?t.value:t},contextName:function(e){return this.useDepths&&e?"depths["+e+"]":"depth"+e},quotedString:function(e){return this.source.quotedString(e)},objectLiteral:function(e){return this.source.objectLiteral(e)},aliasable:function(e){var t=this.aliases[e];return t?(t.referenceCount++,t):((t=this.aliases[e]=this.source.wrap(e)).aliasable=!0,t.referenceCount=1,t)},setupHelper:function(e,t,n){var r=[];return{params:r,paramsInit:this.setupHelperArgs(t,e,r,n),name:this.nameLookup("helpers",t,"helper"),callParams:[this.aliasable(this.contextName(0)+" != null ? "+this.contextName(0)+" : (container.nullContext || {})")].concat(r)}},setupParams:function(e,t,n){var r={},a=[],i=[],o=[],s=!n,l=void 0;s&&(n=[]),r.name=this.quotedString(e),r.hash=this.popStack(),this.trackIds&&(r.hashIds=this.popStack()),this.stringParams&&(r.hashTypes=this.popStack(),r.hashContexts=this.popStack());var u=this.popStack(),c=this.popStack();(c||u)&&(r.fn=c||"container.noop",r.inverse=u||"container.noop");for(var p=t;p--;)l=this.popStack(),n[p]=l,this.trackIds&&(o[p]=this.popStack()),this.stringParams&&(i[p]=this.popStack(),a[p]=this.popStack());return s&&(r.args=this.source.generateArray(n)),this.trackIds&&(r.ids=this.source.generateArray(o)),this.stringParams&&(r.types=this.source.generateArray(i),r.contexts=this.source.generateArray(a)),this.options.data&&(r.data="data"),this.useBlockParams&&(r.blockParams="blockParams"),r},setupHelperArgs:function(e,t,n,r){var a=this.setupParams(e,t,n);return a.loc=JSON.stringify(this.source.currentLocation),a=this.objectLiteral(a),r?(this.useRegister("options"),n.push("options"),["options=",a]):n?(n.push(a),""):a}},function(){for(var e="break else new var case finally return void catch for switch while continue function this with default if throw delete in try do instanceof typeof abstract enum int short boolean export interface static byte extends long super char final native synchronized class float package throws const goto private transient debugger implements protected volatile double import public let yield await null true false".split(" "),t=c.RESERVED_WORDS={},n=0,r=e.length;n<r;n++)t[e[n]]=!0}(),c.isValidJavaScriptVariableName=function(e){return!c.RESERVED_WORDS[e]&&/^[a-zA-Z_$][0-9a-zA-Z_$]*$/.test(e)},t.default=c,e.exports=t.default},function(e,t,n){"use strict";var r=n(13).default;t.__esModule=!0;var a=n(5),i=void 0;function o(e,t,n){if(a.isArray(e)){for(var r=[],i=0,o=e.length;i<o;i++)r.push(t.wrap(e[i],n));return r}return"boolean"==typeof e||"number"==typeof e?e+"":e}function s(e){this.srcFile=e,this.source=[]}i||((i=function(e,t,n,r){this.src="",r&&this.add(r)}).prototype={add:function(e){a.isArray(e)&&(e=e.join("")),this.src+=e},prepend:function(e){a.isArray(e)&&(e=e.join("")),this.src=e+this.src},toStringWithSourceMap:function(){return{code:this.toString()}},toString:function(){return this.src}}),s.prototype={isEmpty:function(){return!this.source.length},prepend:function(e,t){this.source.unshift(this.wrap(e,t))},push:function(e,t){this.source.push(this.wrap(e,t))},merge:function(){var e=this.empty();return this.each((function(t){e.add([" ",t,"\n"])})),e},each:function(e){for(var t=0,n=this.source.length;t<n;t++)e(this.source[t])},empty:function(){var e=this.currentLocation||{start:{}};return new i(e.start.line,e.start.column,this.srcFile)},wrap:function(e){var t=arguments.length<=1||void 0===arguments[1]?this.currentLocation||{start:{}}:arguments[1];return e instanceof i?e:(e=o(e,this,t),new i(t.start.line,t.start.column,this.srcFile,e))},functionCall:function(e,t,n){return n=this.generateList(n),this.wrap([e,t?"."+t+"(":"(",n,")"])},quotedString:function(e){return'"'+(e+"").replace(/\\/g,"\\\\").replace(/"/g,'\\"').replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")+'"'},objectLiteral:function(e){var t=this,n=[];r(e).forEach((function(r){var a=o(e[r],t);"undefined"!==a&&n.push([t.quotedString(r),":",a])}));var a=this.generateList(n);return a.prepend("{"),a.add("}"),a},generateList:function(e){for(var t=this.empty(),n=0,r=e.length;n<r;n++)n&&t.add(","),t.add(o(e[n],this));return t},generateArray:function(e){var t=this.generateList(e);return t.prepend("["),t.add("]"),t}},t.default=s,e.exports=t.default}])},e.exports=r()},333:function(e,t,n){"use strict";var r=n(532),a="function"==typeof Symbol&&"symbol"==typeof Symbol("foo"),i=Object.prototype.toString,o=Array.prototype.concat,s=Object.defineProperty,l=s&&function(){var e={};try{for(var t in s(e,"x",{enumerable:!1,value:e}),e)return!1;return e.x===e}catch(e){return!1}}(),u=function(e,t,n,r){var a;(!(t in e)||"function"==typeof(a=r)&&"[object Function]"===i.call(a)&&r())&&(l?s(e,t,{configurable:!0,enumerable:!1,value:n,writable:!0}):e[t]=n)},c=function(e,t){var n=arguments.length>2?arguments[2]:{},i=r(t);a&&(i=o.call(i,Object.getOwnPropertySymbols(t)));for(var s=0;s<i.length;s+=1)u(e,i[s],t[i[s]],n[i[s]])};c.supportsDescriptors=!!l,e.exports=c},335:function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return o}));var r=n(20),a=n(12),i=n(10);function o(e,t){Object(i.a)(2,arguments);var n=Object(a.default)(e),o=Object(r.a)(t);return isNaN(o)?new Date(NaN):o?(n.setDate(n.getDate()+o),n):n}},336:function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return o}));var r=n(20),a=n(12),i=n(10);function o(e,t){Object(i.a)(2,arguments);var n=Object(a.default)(e),o=Object(r.a)(t);if(isNaN(o))return new Date(NaN);if(!o)return n;var s=n.getDate(),l=new Date(n.getTime());l.setMonth(n.getMonth()+o+1,0);var u=l.getDate();return s>=u?l:(n.setFullYear(l.getFullYear(),l.getMonth(),s),n)}},337:function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return ie}));var r=n(119),a=n(361),i=n(12);function o(e,t){if(null==e)throw new TypeError("assign requires that input parameter not be null or undefined");for(var n in t=t||{})t.hasOwnProperty(n)&&(e[n]=t[n]);return e}var s=n(362),l=n(106),u=n(108),c=n(20),p=n(161),d=n(10);function f(e,t,n){Object(d.a)(2,arguments);var r=n||{},a=r.locale,o=a&&a.options&&a.options.weekStartsOn,s=null==o?0:Object(c.a)(o),l=null==r.weekStartsOn?s:Object(c.a)(r.weekStartsOn);if(!(l>=0&&l<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");var u=Object(i.default)(e),p=Object(c.a)(t),f=u.getUTCDay(),m=p%7,h=(m+7)%7,v=(h<l?7:0)+p-f;return u.setUTCDate(u.getUTCDate()+v),u}var m=n(370);var h=n(369);var v=n(107),g=n(100),y=/^(1[0-2]|0?\d)/,b=/^(3[0-1]|[0-2]?\d)/,_=/^(36[0-6]|3[0-5]\d|[0-2]?\d?\d)/,w=/^(5[0-3]|[0-4]?\d)/,E=/^(2[0-3]|[0-1]?\d)/,k=/^(2[0-4]|[0-1]?\d)/,S=/^(1[0-1]|0?\d)/,C=/^(1[0-2]|0?\d)/,I=/^[0-5]?\d/,O=/^[0-5]?\d/,x=/^\d/,T=/^\d{1,2}/,N=/^\d{1,3}/,D=/^\d{1,4}/,A=/^-?\d+/,P=/^-?\d/,R=/^-?\d{1,2}/,j=/^-?\d{1,3}/,L=/^-?\d{1,4}/,M=/^([+-])(\d{2})(\d{2})?|Z/,F=/^([+-])(\d{2})(\d{2})|Z/,q=/^([+-])(\d{2})(\d{2})((\d{2}))?|Z/,B=/^([+-])(\d{2}):(\d{2})|Z/,W=/^([+-])(\d{2}):(\d{2})(:(\d{2}))?|Z/;function U(e,t,n){var r=t.match(e);if(!r)return null;var a=parseInt(r[0],10);return{value:n?n(a):a,rest:t.slice(r[0].length)}}function V(e,t){var n=t.match(e);return n?"Z"===n[0]?{value:0,rest:t.slice(1)}:{value:("+"===n[1]?1:-1)*(36e5*(n[2]?parseInt(n[2],10):0)+6e4*(n[3]?parseInt(n[3],10):0)+1e3*(n[5]?parseInt(n[5],10):0)),rest:t.slice(n[0].length)}:null}function $(e,t){return U(A,e,t)}function z(e,t,n){switch(e){case 1:return U(x,t,n);case 2:return U(T,t,n);case 3:return U(N,t,n);case 4:return U(D,t,n);default:return U(new RegExp("^\\d{1,"+e+"}"),t,n)}}function H(e,t,n){switch(e){case 1:return U(P,t,n);case 2:return U(R,t,n);case 3:return U(j,t,n);case 4:return U(L,t,n);default:return U(new RegExp("^-?\\d{1,"+e+"}"),t,n)}}function Y(e){switch(e){case"morning":return 4;case"evening":return 17;case"pm":case"noon":case"afternoon":return 12;case"am":case"midnight":case"night":default:return 0}}function G(e,t){var n,r=t>0,a=r?t:1-t;if(a<=50)n=e||100;else{var i=a+50;n=e+100*Math.floor(i/100)-(e>=i%100?100:0)}return r?n:1-n}var K=[31,28,31,30,31,30,31,31,30,31,30,31],Q=[31,29,31,30,31,30,31,31,30,31,30,31];function X(e){return e%400==0||e%4==0&&e%100!=0}var Z={G:{priority:140,parse:function(e,t,n,r){switch(t){case"G":case"GG":case"GGG":return n.era(e,{width:"abbreviated"})||n.era(e,{width:"narrow"});case"GGGGG":return n.era(e,{width:"narrow"});case"GGGG":default:return n.era(e,{width:"wide"})||n.era(e,{width:"abbreviated"})||n.era(e,{width:"narrow"})}},set:function(e,t,n,r){return t.era=n,e.setUTCFullYear(n,0,1),e.setUTCHours(0,0,0,0),e},incompatibleTokens:["R","u","t","T"]},y:{priority:130,parse:function(e,t,n,r){var a=function(e){return{year:e,isTwoDigitYear:"yy"===t}};switch(t){case"y":return z(4,e,a);case"yo":return n.ordinalNumber(e,{unit:"year",valueCallback:a});default:return z(t.length,e,a)}},validate:function(e,t,n){return t.isTwoDigitYear||t.year>0},set:function(e,t,n,r){var a=e.getUTCFullYear();if(n.isTwoDigitYear){var i=G(n.year,a);return e.setUTCFullYear(i,0,1),e.setUTCHours(0,0,0,0),e}var o="era"in t&&1!==t.era?1-n.year:n.year;return e.setUTCFullYear(o,0,1),e.setUTCHours(0,0,0,0),e},incompatibleTokens:["Y","R","u","w","I","i","e","c","t","T"]},Y:{priority:130,parse:function(e,t,n,r){var a=function(e){return{year:e,isTwoDigitYear:"YY"===t}};switch(t){case"Y":return z(4,e,a);case"Yo":return n.ordinalNumber(e,{unit:"year",valueCallback:a});default:return z(t.length,e,a)}},validate:function(e,t,n){return t.isTwoDigitYear||t.year>0},set:function(e,t,n,r){var a=Object(p.a)(e,r);if(n.isTwoDigitYear){var i=G(n.year,a);return e.setUTCFullYear(i,0,r.firstWeekContainsDate),e.setUTCHours(0,0,0,0),Object(g.a)(e,r)}var o="era"in t&&1!==t.era?1-n.year:n.year;return e.setUTCFullYear(o,0,r.firstWeekContainsDate),e.setUTCHours(0,0,0,0),Object(g.a)(e,r)},incompatibleTokens:["y","R","u","Q","q","M","L","I","d","D","i","t","T"]},R:{priority:130,parse:function(e,t,n,r){return H("R"===t?4:t.length,e)},set:function(e,t,n,r){var a=new Date(0);return a.setUTCFullYear(n,0,4),a.setUTCHours(0,0,0,0),Object(v.a)(a)},incompatibleTokens:["G","y","Y","u","Q","q","M","L","w","d","D","e","c","t","T"]},u:{priority:130,parse:function(e,t,n,r){return H("u"===t?4:t.length,e)},set:function(e,t,n,r){return e.setUTCFullYear(n,0,1),e.setUTCHours(0,0,0,0),e},incompatibleTokens:["G","y","Y","R","w","I","i","e","c","t","T"]},Q:{priority:120,parse:function(e,t,n,r){switch(t){case"Q":case"QQ":return z(t.length,e);case"Qo":return n.ordinalNumber(e,{unit:"quarter"});case"QQQ":return n.quarter(e,{width:"abbreviated",context:"formatting"})||n.quarter(e,{width:"narrow",context:"formatting"});case"QQQQQ":return n.quarter(e,{width:"narrow",context:"formatting"});case"QQQQ":default:return n.quarter(e,{width:"wide",context:"formatting"})||n.quarter(e,{width:"abbreviated",context:"formatting"})||n.quarter(e,{width:"narrow",context:"formatting"})}},validate:function(e,t,n){return t>=1&&t<=4},set:function(e,t,n,r){return e.setUTCMonth(3*(n-1),1),e.setUTCHours(0,0,0,0),e},incompatibleTokens:["Y","R","q","M","L","w","I","d","D","i","e","c","t","T"]},q:{priority:120,parse:function(e,t,n,r){switch(t){case"q":case"qq":return z(t.length,e);case"qo":return n.ordinalNumber(e,{unit:"quarter"});case"qqq":return n.quarter(e,{width:"abbreviated",context:"standalone"})||n.quarter(e,{width:"narrow",context:"standalone"});case"qqqqq":return n.quarter(e,{width:"narrow",context:"standalone"});case"qqqq":default:return n.quarter(e,{width:"wide",context:"standalone"})||n.quarter(e,{width:"abbreviated",context:"standalone"})||n.quarter(e,{width:"narrow",context:"standalone"})}},validate:function(e,t,n){return t>=1&&t<=4},set:function(e,t,n,r){return e.setUTCMonth(3*(n-1),1),e.setUTCHours(0,0,0,0),e},incompatibleTokens:["Y","R","Q","M","L","w","I","d","D","i","e","c","t","T"]},M:{priority:110,parse:function(e,t,n,r){var a=function(e){return e-1};switch(t){case"M":return U(y,e,a);case"MM":return z(2,e,a);case"Mo":return n.ordinalNumber(e,{unit:"month",valueCallback:a});case"MMM":return n.month(e,{width:"abbreviated",context:"formatting"})||n.month(e,{width:"narrow",context:"formatting"});case"MMMMM":return n.month(e,{width:"narrow",context:"formatting"});case"MMMM":default:return n.month(e,{width:"wide",context:"formatting"})||n.month(e,{width:"abbreviated",context:"formatting"})||n.month(e,{width:"narrow",context:"formatting"})}},validate:function(e,t,n){return t>=0&&t<=11},set:function(e,t,n,r){return e.setUTCMonth(n,1),e.setUTCHours(0,0,0,0),e},incompatibleTokens:["Y","R","q","Q","L","w","I","D","i","e","c","t","T"]},L:{priority:110,parse:function(e,t,n,r){var a=function(e){return e-1};switch(t){case"L":return U(y,e,a);case"LL":return z(2,e,a);case"Lo":return n.ordinalNumber(e,{unit:"month",valueCallback:a});case"LLL":return n.month(e,{width:"abbreviated",context:"standalone"})||n.month(e,{width:"narrow",context:"standalone"});case"LLLLL":return n.month(e,{width:"narrow",context:"standalone"});case"LLLL":default:return n.month(e,{width:"wide",context:"standalone"})||n.month(e,{width:"abbreviated",context:"standalone"})||n.month(e,{width:"narrow",context:"standalone"})}},validate:function(e,t,n){return t>=0&&t<=11},set:function(e,t,n,r){return e.setUTCMonth(n,1),e.setUTCHours(0,0,0,0),e},incompatibleTokens:["Y","R","q","Q","M","w","I","D","i","e","c","t","T"]},w:{priority:100,parse:function(e,t,n,r){switch(t){case"w":return U(w,e);case"wo":return n.ordinalNumber(e,{unit:"week"});default:return z(t.length,e)}},validate:function(e,t,n){return t>=1&&t<=53},set:function(e,t,n,r){return Object(g.a)(function(e,t,n){Object(d.a)(2,arguments);var r=Object(i.default)(e),a=Object(c.a)(t),o=Object(h.a)(r,n)-a;return r.setUTCDate(r.getUTCDate()-7*o),r}(e,n,r),r)},incompatibleTokens:["y","R","u","q","Q","M","L","I","d","D","i","t","T"]},I:{priority:100,parse:function(e,t,n,r){switch(t){case"I":return U(w,e);case"Io":return n.ordinalNumber(e,{unit:"week"});default:return z(t.length,e)}},validate:function(e,t,n){return t>=1&&t<=53},set:function(e,t,n,r){return Object(v.a)(function(e,t){Object(d.a)(2,arguments);var n=Object(i.default)(e),r=Object(c.a)(t),a=Object(m.a)(n)-r;return n.setUTCDate(n.getUTCDate()-7*a),n}(e,n,r),r)},incompatibleTokens:["y","Y","u","q","Q","M","L","w","d","D","e","c","t","T"]},d:{priority:90,parse:function(e,t,n,r){switch(t){case"d":return U(b,e);case"do":return n.ordinalNumber(e,{unit:"date"});default:return z(t.length,e)}},validate:function(e,t,n){var r=X(e.getUTCFullYear()),a=e.getUTCMonth();return r?t>=1&&t<=Q[a]:t>=1&&t<=K[a]},set:function(e,t,n,r){return e.setUTCDate(n),e.setUTCHours(0,0,0,0),e},incompatibleTokens:["Y","R","q","Q","w","I","D","i","e","c","t","T"]},D:{priority:90,parse:function(e,t,n,r){switch(t){case"D":case"DD":return U(_,e);case"Do":return n.ordinalNumber(e,{unit:"date"});default:return z(t.length,e)}},validate:function(e,t,n){return X(e.getUTCFullYear())?t>=1&&t<=366:t>=1&&t<=365},set:function(e,t,n,r){return e.setUTCMonth(0,n),e.setUTCHours(0,0,0,0),e},incompatibleTokens:["Y","R","q","Q","M","L","w","I","d","E","i","e","c","t","T"]},E:{priority:90,parse:function(e,t,n,r){switch(t){case"E":case"EE":case"EEE":return n.day(e,{width:"abbreviated",context:"formatting"})||n.day(e,{width:"short",context:"formatting"})||n.day(e,{width:"narrow",context:"formatting"});case"EEEEE":return n.day(e,{width:"narrow",context:"formatting"});case"EEEEEE":return n.day(e,{width:"short",context:"formatting"})||n.day(e,{width:"narrow",context:"formatting"});case"EEEE":default:return n.day(e,{width:"wide",context:"formatting"})||n.day(e,{width:"abbreviated",context:"formatting"})||n.day(e,{width:"short",context:"formatting"})||n.day(e,{width:"narrow",context:"formatting"})}},validate:function(e,t,n){return t>=0&&t<=6},set:function(e,t,n,r){return(e=f(e,n,r)).setUTCHours(0,0,0,0),e},incompatibleTokens:["D","i","e","c","t","T"]},e:{priority:90,parse:function(e,t,n,r){var a=function(e){var t=7*Math.floor((e-1)/7);return(e+r.weekStartsOn+6)%7+t};switch(t){case"e":case"ee":return z(t.length,e,a);case"eo":return n.ordinalNumber(e,{unit:"day",valueCallback:a});case"eee":return n.day(e,{width:"abbreviated",context:"formatting"})||n.day(e,{width:"short",context:"formatting"})||n.day(e,{width:"narrow",context:"formatting"});case"eeeee":return n.day(e,{width:"narrow",context:"formatting"});case"eeeeee":return n.day(e,{width:"short",context:"formatting"})||n.day(e,{width:"narrow",context:"formatting"});case"eeee":default:return n.day(e,{width:"wide",context:"formatting"})||n.day(e,{width:"abbreviated",context:"formatting"})||n.day(e,{width:"short",context:"formatting"})||n.day(e,{width:"narrow",context:"formatting"})}},validate:function(e,t,n){return t>=0&&t<=6},set:function(e,t,n,r){return(e=f(e,n,r)).setUTCHours(0,0,0,0),e},incompatibleTokens:["y","R","u","q","Q","M","L","I","d","D","E","i","c","t","T"]},c:{priority:90,parse:function(e,t,n,r){var a=function(e){var t=7*Math.floor((e-1)/7);return(e+r.weekStartsOn+6)%7+t};switch(t){case"c":case"cc":return z(t.length,e,a);case"co":return n.ordinalNumber(e,{unit:"day",valueCallback:a});case"ccc":return n.day(e,{width:"abbreviated",context:"standalone"})||n.day(e,{width:"short",context:"standalone"})||n.day(e,{width:"narrow",context:"standalone"});case"ccccc":return n.day(e,{width:"narrow",context:"standalone"});case"cccccc":return n.day(e,{width:"short",context:"standalone"})||n.day(e,{width:"narrow",context:"standalone"});case"cccc":default:return n.day(e,{width:"wide",context:"standalone"})||n.day(e,{width:"abbreviated",context:"standalone"})||n.day(e,{width:"short",context:"standalone"})||n.day(e,{width:"narrow",context:"standalone"})}},validate:function(e,t,n){return t>=0&&t<=6},set:function(e,t,n,r){return(e=f(e,n,r)).setUTCHours(0,0,0,0),e},incompatibleTokens:["y","R","u","q","Q","M","L","I","d","D","E","i","e","t","T"]},i:{priority:90,parse:function(e,t,n,r){var a=function(e){return 0===e?7:e};switch(t){case"i":case"ii":return z(t.length,e);case"io":return n.ordinalNumber(e,{unit:"day"});case"iii":return n.day(e,{width:"abbreviated",context:"formatting",valueCallback:a})||n.day(e,{width:"short",context:"formatting",valueCallback:a})||n.day(e,{width:"narrow",context:"formatting",valueCallback:a});case"iiiii":return n.day(e,{width:"narrow",context:"formatting",valueCallback:a});case"iiiiii":return n.day(e,{width:"short",context:"formatting",valueCallback:a})||n.day(e,{width:"narrow",context:"formatting",valueCallback:a});case"iiii":default:return n.day(e,{width:"wide",context:"formatting",valueCallback:a})||n.day(e,{width:"abbreviated",context:"formatting",valueCallback:a})||n.day(e,{width:"short",context:"formatting",valueCallback:a})||n.day(e,{width:"narrow",context:"formatting",valueCallback:a})}},validate:function(e,t,n){return t>=1&&t<=7},set:function(e,t,n,r){return(e=function(e,t){Object(d.a)(2,arguments);var n=Object(c.a)(t);n%7==0&&(n-=7);var r=1,a=Object(i.default)(e),o=a.getUTCDay(),s=n%7,l=(s+7)%7,u=(l<r?7:0)+n-o;return a.setUTCDate(a.getUTCDate()+u),a}(e,n,r)).setUTCHours(0,0,0,0),e},incompatibleTokens:["y","Y","u","q","Q","M","L","w","d","D","E","e","c","t","T"]},a:{priority:80,parse:function(e,t,n,r){switch(t){case"a":case"aa":case"aaa":return n.dayPeriod(e,{width:"abbreviated",context:"formatting"})||n.dayPeriod(e,{width:"narrow",context:"formatting"});case"aaaaa":return n.dayPeriod(e,{width:"narrow",context:"formatting"});case"aaaa":default:return n.dayPeriod(e,{width:"wide",context:"formatting"})||n.dayPeriod(e,{width:"abbreviated",context:"formatting"})||n.dayPeriod(e,{width:"narrow",context:"formatting"})}},set:function(e,t,n,r){return e.setUTCHours(Y(n),0,0,0),e},incompatibleTokens:["b","B","H","K","k","t","T"]},b:{priority:80,parse:function(e,t,n,r){switch(t){case"b":case"bb":case"bbb":return n.dayPeriod(e,{width:"abbreviated",context:"formatting"})||n.dayPeriod(e,{width:"narrow",context:"formatting"});case"bbbbb":return n.dayPeriod(e,{width:"narrow",context:"formatting"});case"bbbb":default:return n.dayPeriod(e,{width:"wide",context:"formatting"})||n.dayPeriod(e,{width:"abbreviated",context:"formatting"})||n.dayPeriod(e,{width:"narrow",context:"formatting"})}},set:function(e,t,n,r){return e.setUTCHours(Y(n),0,0,0),e},incompatibleTokens:["a","B","H","K","k","t","T"]},B:{priority:80,parse:function(e,t,n,r){switch(t){case"B":case"BB":case"BBB":return n.dayPeriod(e,{width:"abbreviated",context:"formatting"})||n.dayPeriod(e,{width:"narrow",context:"formatting"});case"BBBBB":return n.dayPeriod(e,{width:"narrow",context:"formatting"});case"BBBB":default:return n.dayPeriod(e,{width:"wide",context:"formatting"})||n.dayPeriod(e,{width:"abbreviated",context:"formatting"})||n.dayPeriod(e,{width:"narrow",context:"formatting"})}},set:function(e,t,n,r){return e.setUTCHours(Y(n),0,0,0),e},incompatibleTokens:["a","b","t","T"]},h:{priority:70,parse:function(e,t,n,r){switch(t){case"h":return U(C,e);case"ho":return n.ordinalNumber(e,{unit:"hour"});default:return z(t.length,e)}},validate:function(e,t,n){return t>=1&&t<=12},set:function(e,t,n,r){var a=e.getUTCHours()>=12;return a&&n<12?e.setUTCHours(n+12,0,0,0):a||12!==n?e.setUTCHours(n,0,0,0):e.setUTCHours(0,0,0,0),e},incompatibleTokens:["H","K","k","t","T"]},H:{priority:70,parse:function(e,t,n,r){switch(t){case"H":return U(E,e);case"Ho":return n.ordinalNumber(e,{unit:"hour"});default:return z(t.length,e)}},validate:function(e,t,n){return t>=0&&t<=23},set:function(e,t,n,r){return e.setUTCHours(n,0,0,0),e},incompatibleTokens:["a","b","h","K","k","t","T"]},K:{priority:70,parse:function(e,t,n,r){switch(t){case"K":return U(S,e);case"Ko":return n.ordinalNumber(e,{unit:"hour"});default:return z(t.length,e)}},validate:function(e,t,n){return t>=0&&t<=11},set:function(e,t,n,r){return e.getUTCHours()>=12&&n<12?e.setUTCHours(n+12,0,0,0):e.setUTCHours(n,0,0,0),e},incompatibleTokens:["a","b","h","H","k","t","T"]},k:{priority:70,parse:function(e,t,n,r){switch(t){case"k":return U(k,e);case"ko":return n.ordinalNumber(e,{unit:"hour"});default:return z(t.length,e)}},validate:function(e,t,n){return t>=1&&t<=24},set:function(e,t,n,r){var a=n<=24?n%24:n;return e.setUTCHours(a,0,0,0),e},incompatibleTokens:["a","b","h","H","K","t","T"]},m:{priority:60,parse:function(e,t,n,r){switch(t){case"m":return U(I,e);case"mo":return n.ordinalNumber(e,{unit:"minute"});default:return z(t.length,e)}},validate:function(e,t,n){return t>=0&&t<=59},set:function(e,t,n,r){return e.setUTCMinutes(n,0,0),e},incompatibleTokens:["t","T"]},s:{priority:50,parse:function(e,t,n,r){switch(t){case"s":return U(O,e);case"so":return n.ordinalNumber(e,{unit:"second"});default:return z(t.length,e)}},validate:function(e,t,n){return t>=0&&t<=59},set:function(e,t,n,r){return e.setUTCSeconds(n,0),e},incompatibleTokens:["t","T"]},S:{priority:30,parse:function(e,t,n,r){return z(t.length,e,(function(e){return Math.floor(e*Math.pow(10,3-t.length))}))},set:function(e,t,n,r){return e.setUTCMilliseconds(n),e},incompatibleTokens:["t","T"]},X:{priority:10,parse:function(e,t,n,r){switch(t){case"X":return V(M,e);case"XX":return V(F,e);case"XXXX":return V(q,e);case"XXXXX":return V(W,e);case"XXX":default:return V(B,e)}},set:function(e,t,n,r){return t.timestampIsSet?e:new Date(e.getTime()-n)},incompatibleTokens:["t","T","x"]},x:{priority:10,parse:function(e,t,n,r){switch(t){case"x":return V(M,e);case"xx":return V(F,e);case"xxxx":return V(q,e);case"xxxxx":return V(W,e);case"xxx":default:return V(B,e)}},set:function(e,t,n,r){return t.timestampIsSet?e:new Date(e.getTime()-n)},incompatibleTokens:["t","T","X"]},t:{priority:40,parse:function(e,t,n,r){return $(e)},set:function(e,t,n,r){return[new Date(1e3*n),{timestampIsSet:!0}]},incompatibleTokens:"*"},T:{priority:20,parse:function(e,t,n,r){return $(e)},set:function(e,t,n,r){return[new Date(n),{timestampIsSet:!0}]},incompatibleTokens:"*"}},J=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,ee=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,te=/^'([^]*?)'?$/,ne=/''/g,re=/\S/,ae=/[a-zA-Z]/;function ie(e,t,n,p){Object(d.a)(3,arguments);var f=String(e),m=String(t),h=p||{},v=h.locale||r.a;if(!v.match)throw new RangeError("locale must contain match property");var g=v.options&&v.options.firstWeekContainsDate,y=null==g?1:Object(c.a)(g),b=null==h.firstWeekContainsDate?y:Object(c.a)(h.firstWeekContainsDate);if(!(b>=1&&b<=7))throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively");var _=v.options&&v.options.weekStartsOn,w=null==_?0:Object(c.a)(_),E=null==h.weekStartsOn?w:Object(c.a)(h.weekStartsOn);if(!(E>=0&&E<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");if(""===m)return""===f?Object(i.default)(n):new Date(NaN);var k,S={firstWeekContainsDate:b,weekStartsOn:E,locale:v},C=[{priority:10,set:oe,index:0}],I=m.match(ee).map((function(e){var t=e[0];return"p"===t||"P"===t?(0,s.a[t])(e,v.formatLong,S):e})).join("").match(J),O=[];for(k=0;k<I.length;k++){var x=I[k];!h.useAdditionalWeekYearTokens&&Object(u.b)(x)&&Object(u.c)(x),!h.useAdditionalDayOfYearTokens&&Object(u.a)(x)&&Object(u.c)(x);var T=x[0],N=Z[T];if(N){var D=N.incompatibleTokens;if(Array.isArray(D)){for(var A=void 0,P=0;P<O.length;P++){var R=O[P].token;if(-1!==D.indexOf(R)||R===T){A=O[P];break}}if(A)throw new RangeError("The format string mustn't contain `".concat(A.fullToken,"` and `").concat(x,"` at the same time"))}else if("*"===N.incompatibleTokens&&O.length)throw new RangeError("The format string mustn't contain `".concat(x,"` and any other token at the same time"));O.push({token:T,fullToken:x});var j=N.parse(f,x,v.match,S);if(!j)return new Date(NaN);C.push({priority:N.priority,set:N.set,validate:N.validate,value:j.value,index:C.length}),f=j.rest}else{if(T.match(ae))throw new RangeError("Format string contains an unescaped latin alphabet character `"+T+"`");if("''"===x?x="'":"'"===T&&(x=se(x)),0!==f.indexOf(x))return new Date(NaN);f=f.slice(x.length)}}if(f.length>0&&re.test(f))return new Date(NaN);var L=C.map((function(e){return e.priority})).sort((function(e,t){return t-e})).filter((function(e,t,n){return n.indexOf(e)===t})).map((function(e){return C.filter((function(t){return t.priority===e})).reverse()})).map((function(e){return e[0]})),M=Object(i.default)(n);if(isNaN(M))return new Date(NaN);var F=Object(a.a)(M,Object(l.a)(M)),q={};for(k=0;k<L.length;k++){var B=L[k];if(B.validate&&!B.validate(F,B.value,S))return new Date(NaN);var W=B.set(F,q,B.value,S);W[0]?(F=W[0],o(q,W[1])):F=W}return F}function oe(e,t){if(t.timestampIsSet)return e;var n=new Date(0);return n.setFullYear(e.getUTCFullYear(),e.getUTCMonth(),e.getUTCDate()),n.setHours(e.getUTCHours(),e.getUTCMinutes(),e.getUTCSeconds(),e.getUTCMilliseconds()),n}function se(e){return e.match(te)[1].replace(ne,"'")}},338:function(e,t,n){"use strict";e.exports=n(676)},360:function(e,t,n){(function(e){!function(t,n,r,a,i,o,s,l,u,c,p,d,f,m,h,v,g,y,b,_,w,E,k,S,C,I,O,x,T,N,D,A,P,R,j,L,M,F,q,B,W,U,V,$,z,H,Y,G,K,Q,X,Z,J,ee,te,ne,re,ae,ie,oe,se,le){"use strict";function ue(e){return(ue="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function ce(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function pe(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function de(e,t,n){return t&&pe(e.prototype,t),n&&pe(e,n),e}function fe(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function me(){return(me=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}function he(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function ve(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?he(Object(n),!0).forEach((function(t){fe(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):he(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function ge(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&function(e,t){(Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}(e,t)}function ye(e){return(ye=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function be(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function _e(e,t){return!t||"object"!=typeof t&&"function"!=typeof t?be(e):t}function we(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=ye(e);if(t){var a=ye(this).constructor;n=Reflect.construct(r,arguments,a)}else n=r.apply(this,arguments);return _e(this,n)}}function Ee(e,t){switch(e){case"P":return t.date({width:"short"});case"PP":return t.date({width:"medium"});case"PPP":return t.date({width:"long"});case"PPPP":default:return t.date({width:"full"})}}function ke(e,t){switch(e){case"p":return t.time({width:"short"});case"pp":return t.time({width:"medium"});case"ppp":return t.time({width:"long"});case"pppp":default:return t.time({width:"full"})}}n=n&&Object.prototype.hasOwnProperty.call(n,"default")?n.default:n,r=r&&Object.prototype.hasOwnProperty.call(r,"default")?r.default:r,a=a&&Object.prototype.hasOwnProperty.call(a,"default")?a.default:a,i=i&&Object.prototype.hasOwnProperty.call(i,"default")?i.default:i,o=o&&Object.prototype.hasOwnProperty.call(o,"default")?o.default:o,s=s&&Object.prototype.hasOwnProperty.call(s,"default")?s.default:s,l=l&&Object.prototype.hasOwnProperty.call(l,"default")?l.default:l,u=u&&Object.prototype.hasOwnProperty.call(u,"default")?u.default:u,c=c&&Object.prototype.hasOwnProperty.call(c,"default")?c.default:c,p=p&&Object.prototype.hasOwnProperty.call(p,"default")?p.default:p,d=d&&Object.prototype.hasOwnProperty.call(d,"default")?d.default:d,f=f&&Object.prototype.hasOwnProperty.call(f,"default")?f.default:f,m=m&&Object.prototype.hasOwnProperty.call(m,"default")?m.default:m,h=h&&Object.prototype.hasOwnProperty.call(h,"default")?h.default:h,v=v&&Object.prototype.hasOwnProperty.call(v,"default")?v.default:v,g=g&&Object.prototype.hasOwnProperty.call(g,"default")?g.default:g,y=y&&Object.prototype.hasOwnProperty.call(y,"default")?y.default:y,b=b&&Object.prototype.hasOwnProperty.call(b,"default")?b.default:b,_=_&&Object.prototype.hasOwnProperty.call(_,"default")?_.default:_,w=w&&Object.prototype.hasOwnProperty.call(w,"default")?w.default:w,E=E&&Object.prototype.hasOwnProperty.call(E,"default")?E.default:E,k=k&&Object.prototype.hasOwnProperty.call(k,"default")?k.default:k,S=S&&Object.prototype.hasOwnProperty.call(S,"default")?S.default:S,C=C&&Object.prototype.hasOwnProperty.call(C,"default")?C.default:C,I=I&&Object.prototype.hasOwnProperty.call(I,"default")?I.default:I,O=O&&Object.prototype.hasOwnProperty.call(O,"default")?O.default:O,x=x&&Object.prototype.hasOwnProperty.call(x,"default")?x.default:x,T=T&&Object.prototype.hasOwnProperty.call(T,"default")?T.default:T,N=N&&Object.prototype.hasOwnProperty.call(N,"default")?N.default:N,D=D&&Object.prototype.hasOwnProperty.call(D,"default")?D.default:D,A=A&&Object.prototype.hasOwnProperty.call(A,"default")?A.default:A,P=P&&Object.prototype.hasOwnProperty.call(P,"default")?P.default:P,R=R&&Object.prototype.hasOwnProperty.call(R,"default")?R.default:R,j=j&&Object.prototype.hasOwnProperty.call(j,"default")?j.default:j,L=L&&Object.prototype.hasOwnProperty.call(L,"default")?L.default:L,M=M&&Object.prototype.hasOwnProperty.call(M,"default")?M.default:M,F=F&&Object.prototype.hasOwnProperty.call(F,"default")?F.default:F,q=q&&Object.prototype.hasOwnProperty.call(q,"default")?q.default:q,B=B&&Object.prototype.hasOwnProperty.call(B,"default")?B.default:B,W=W&&Object.prototype.hasOwnProperty.call(W,"default")?W.default:W,U=U&&Object.prototype.hasOwnProperty.call(U,"default")?U.default:U,V=V&&Object.prototype.hasOwnProperty.call(V,"default")?V.default:V,$=$&&Object.prototype.hasOwnProperty.call($,"default")?$.default:$,z=z&&Object.prototype.hasOwnProperty.call(z,"default")?z.default:z,H=H&&Object.prototype.hasOwnProperty.call(H,"default")?H.default:H,Y=Y&&Object.prototype.hasOwnProperty.call(Y,"default")?Y.default:Y,G=G&&Object.prototype.hasOwnProperty.call(G,"default")?G.default:G,K=K&&Object.prototype.hasOwnProperty.call(K,"default")?K.default:K,Q=Q&&Object.prototype.hasOwnProperty.call(Q,"default")?Q.default:Q,X=X&&Object.prototype.hasOwnProperty.call(X,"default")?X.default:X,Z=Z&&Object.prototype.hasOwnProperty.call(Z,"default")?Z.default:Z,J=J&&Object.prototype.hasOwnProperty.call(J,"default")?J.default:J,ee=ee&&Object.prototype.hasOwnProperty.call(ee,"default")?ee.default:ee,te=te&&Object.prototype.hasOwnProperty.call(te,"default")?te.default:te,ne=ne&&Object.prototype.hasOwnProperty.call(ne,"default")?ne.default:ne,re=re&&Object.prototype.hasOwnProperty.call(re,"default")?re.default:re,ae=ae&&Object.prototype.hasOwnProperty.call(ae,"default")?ae.default:ae,ie=ie&&Object.prototype.hasOwnProperty.call(ie,"default")?ie.default:ie,oe=oe&&Object.prototype.hasOwnProperty.call(oe,"default")?oe.default:oe,se=se&&Object.prototype.hasOwnProperty.call(se,"default")?se.default:se;var Se={p:ke,P:function(e,t){var n,r=e.match(/(P+)(p+)?/),a=r[1],i=r[2];if(!i)return Ee(e,t);switch(a){case"P":n=t.dateTime({width:"short"});break;case"PP":n=t.dateTime({width:"medium"});break;case"PPP":n=t.dateTime({width:"long"});break;case"PPPP":default:n=t.dateTime({width:"full"})}return n.replace("{{date}}",Ee(a,t)).replace("{{time}}",ke(i,t))}},Ce=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g;function Ie(e){var t=e?"string"==typeof e||e instanceof String?oe(e):ae(e):new Date;return xe(t)?t:null}function Oe(e,t,n,r){var a=null,i=$e(n)||Ve(),o=!0;return Array.isArray(t)?(t.forEach((function(t){var n=ie(e,t,new Date,{locale:i});r&&(o=xe(n)&&e===s(n,t,{awareOfUnicodeTokens:!0})),xe(n)&&o&&(a=n)})),a):(a=ie(e,t,new Date,{locale:i}),r?o=xe(a)&&e===s(a,t,{awareOfUnicodeTokens:!0}):xe(a)||(t=t.match(Ce).map((function(e){var t=e[0];return"p"===t||"P"===t?i?(0,Se[t])(e,i.formatLong):t:e})).join(""),e.length>0&&(a=ie(e,t.slice(0,e.length),new Date)),xe(a)||(a=new Date(e))),xe(a)&&o?a:null)}function xe(e){return o(e)&&te(e,new Date("1/1/1000"))}function Te(e,t,n){if("en"===n)return s(e,t,{awareOfUnicodeTokens:!0});var r=$e(n);return n&&!r&&console.warn('A locale object was not found for the provided string ["'.concat(n,'"].')),!r&&Ve()&&$e(Ve())&&(r=$e(Ve())),s(e,t,{locale:r||null,awareOfUnicodeTokens:!0})}function Ne(e,t){var n=t.hour,r=void 0===n?0:n,a=t.minute,i=void 0===a?0:a,o=t.second;return A(D(N(e,void 0===o?0:o),i),r)}function De(e,t){var n=t&&$e(t)||Ve()&&$e(Ve());return C(e,n?{locale:n}:null)}function Ae(e,t){return Te(e,"ddd",t)}function Pe(e){return U(e)}function Re(e,t){var n=$e(t||Ve());return V(e,{locale:n})}function je(e){return $(e)}function Le(e){return z(e)}function Me(e,t){return e&&t?J(e,t):!e&&!t}function Fe(e,t){return e&&t?Z(e,t):!e&&!t}function qe(e,t){return e&&t?ee(e,t):!e&&!t}function Be(e,t){return e&&t?X(e,t):!e&&!t}function We(e,t){return e&&t?Q(e,t):!e&&!t}function Ue(e,t,n){var r,a=U(t),i=Y(n);try{r=re(e,{start:a,end:i})}catch(e){r=!1}return r}function Ve(){return("undefined"!=typeof window?window:e).__localeId__}function $e(t){if("string"==typeof t){var n="undefined"!=typeof window?window:e;return n.__localeData__?n.__localeData__[t]:null}return t}function ze(e,t){return Te(P(Ie(),e),"LLLL",t)}function He(e,t){return Te(P(Ie(),e),"LLL",t)}function Ye(e,t){return Te(R(Ie(),e),"QQQ",t)}function Ge(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.minDate,r=t.maxDate,a=t.excludeDates,i=t.includeDates,o=t.filterDate;return et(e,{minDate:n,maxDate:r})||a&&a.some((function(t){return Be(e,t)}))||i&&!i.some((function(t){return Be(e,t)}))||o&&!o(Ie(e))||!1}function Ke(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.excludeDates;return n&&n.some((function(t){return Be(e,t)}))||!1}function Qe(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.minDate,r=t.maxDate,a=t.excludeDates,i=t.includeDates,o=t.filterDate;return et(e,{minDate:n,maxDate:r})||a&&a.some((function(t){return Fe(e,t)}))||i&&!i.some((function(t){return Fe(e,t)}))||o&&!o(Ie(e))||!1}function Xe(e,t,n,r){var a=x(e),i=I(e),o=x(t),s=I(t),l=x(r);return a===o&&a===l?i<=n&&n<=s:a<o?l===a&&i<=n||l===o&&s>=n||l<o&&l>a:void 0}function Ze(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.minDate,r=t.maxDate,a=t.excludeDates,i=t.includeDates,o=t.filterDate;return et(e,{minDate:n,maxDate:r})||a&&a.some((function(t){return qe(e,t)}))||i&&!i.some((function(t){return qe(e,t)}))||o&&!o(Ie(e))||!1}function Je(e,t,n,r){var a=x(e),i=O(e),o=x(t),s=O(t),l=x(r);return a===o&&a===l?i<=n&&n<=s:a<o?l===a&&i<=n||l===o&&s>=n||l<o&&l>a:void 0}function et(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.minDate,r=t.maxDate;return n&&F(e,n)<0||r&&F(e,r)>0}function tt(e,t){for(var n=t.length,r=0;r<n;r++)if(E(t[r])===E(e)&&w(t[r])===w(e))return!0;return!1}function nt(e,t){var n=t.minTime,r=t.maxTime;if(!n||!r)throw new Error("Both minTime and maxTime props required");var a,i=Ie(),o=A(D(i,w(e)),E(e)),s=A(D(i,w(n)),E(n)),l=A(D(i,w(r)),E(r));try{a=!re(o,{start:s,end:l})}catch(e){a=!1}return a}function rt(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.minDate,r=t.includeDates,a=y(e,1);return n&&q(n,a)>0||r&&r.every((function(e){return q(e,a)>0}))||!1}function at(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.maxDate,r=t.includeDates,a=d(e,1);return n&&q(a,n)>0||r&&r.every((function(e){return q(a,e)>0}))||!1}function it(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.minDate,r=t.includeDates,a=b(e,1);return n&&W(n,a)>0||r&&r.every((function(e){return W(e,a)>0}))||!1}function ot(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.maxDate,r=t.includeDates,a=f(e,1);return n&&W(a,n)>0||r&&r.every((function(e){return W(a,e)>0}))||!1}function st(e){var t=e.minDate,n=e.includeDates;if(n&&t){var r=n.filter((function(e){return F(e,t)>=0}));return L(r)}return n?L(n):t}function lt(e){var t=e.maxDate,n=e.includeDates;if(n&&t){var r=n.filter((function(e){return F(e,t)<=0}));return M(r)}return n?M(n):t}function ut(){for(var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"react-datepicker__day--highlighted",n=new Map,r=0,a=e.length;r<a;r++){var o=e[r];if(i(o)){var s=Te(o,"MM.dd.yyyy"),l=n.get(s)||[];l.includes(t)||(l.push(t),n.set(s,l))}else if("object"===ue(o)){var u=Object.keys(o),c=u[0],p=o[u[0]];if("string"==typeof c&&p.constructor===Array)for(var d=0,f=p.length;d<f;d++){var m=Te(p[d],"MM.dd.yyyy"),h=n.get(m)||[];h.includes(c)||(h.push(c),n.set(m,h))}}}return n}function ct(e,t,n,r,a){for(var i=a.length,o=[],s=0;s<i;s++){var c=l(u(e,E(a[s])),w(a[s])),p=l(e,(n+1)*r);te(c,t)&&ne(c,p)&&o.push(a[s])}return o}function pt(e){return e<10?"0".concat(e):"".concat(e)}function dt(e,t,n,r){for(var a=[],i=0;i<2*t+1;i++){var o=e+t-i,s=!0;n&&(s=x(n)<=o),r&&s&&(s=x(r)>=o),s&&a.push(o)}return a}var ft=se(function(e){ge(r,e);var t=we(r);function r(e){var a;ce(this,r),fe(be(a=t.call(this,e)),"renderOptions",(function(){var e=a.props.year,t=a.state.yearsList.map((function(t){return n.createElement("div",{className:e===t?"react-datepicker__year-option react-datepicker__year-option--selected_year":"react-datepicker__year-option",key:t,onClick:a.onChange.bind(be(a),t)},e===t?n.createElement("span",{className:"react-datepicker__year-option--selected"},"✓"):"",t)})),r=a.props.minDate?x(a.props.minDate):null,i=a.props.maxDate?x(a.props.maxDate):null;return i&&a.state.yearsList.find((function(e){return e===i}))||t.unshift(n.createElement("div",{className:"react-datepicker__year-option",key:"upcoming",onClick:a.incrementYears},n.createElement("a",{className:"react-datepicker__navigation react-datepicker__navigation--years react-datepicker__navigation--years-upcoming"}))),r&&a.state.yearsList.find((function(e){return e===r}))||t.push(n.createElement("div",{className:"react-datepicker__year-option",key:"previous",onClick:a.decrementYears},n.createElement("a",{className:"react-datepicker__navigation react-datepicker__navigation--years react-datepicker__navigation--years-previous"}))),t})),fe(be(a),"onChange",(function(e){a.props.onChange(e)})),fe(be(a),"handleClickOutside",(function(){a.props.onCancel()})),fe(be(a),"shiftYears",(function(e){var t=a.state.yearsList.map((function(t){return t+e}));a.setState({yearsList:t})})),fe(be(a),"incrementYears",(function(){return a.shiftYears(1)})),fe(be(a),"decrementYears",(function(){return a.shiftYears(-1)}));var i=e.yearDropdownItemNumber,o=e.scrollableYearDropdown,s=i||(o?10:5);return a.state={yearsList:dt(a.props.year,s,a.props.minDate,a.props.maxDate)},a}return de(r,[{key:"render",value:function(){var e=a({"react-datepicker__year-dropdown":!0,"react-datepicker__year-dropdown--scrollable":this.props.scrollableYearDropdown});return n.createElement("div",{className:e},this.renderOptions())}}]),r}(n.Component)),mt=function(e){ge(r,e);var t=we(r);function r(){var e;ce(this,r);for(var a=arguments.length,i=new Array(a),o=0;o<a;o++)i[o]=arguments[o];return fe(be(e=t.call.apply(t,[this].concat(i))),"state",{dropdownVisible:!1}),fe(be(e),"renderSelectOptions",(function(){for(var t=e.props.minDate?x(e.props.minDate):1900,r=e.props.maxDate?x(e.props.maxDate):2100,a=[],i=t;i<=r;i++)a.push(n.createElement("option",{key:i,value:i},i));return a})),fe(be(e),"onSelectChange",(function(t){e.onChange(t.target.value)})),fe(be(e),"renderSelectMode",(function(){return n.createElement("select",{value:e.props.year,className:"react-datepicker__year-select",onChange:e.onSelectChange},e.renderSelectOptions())})),fe(be(e),"renderReadView",(function(t){return n.createElement("div",{key:"read",style:{visibility:t?"visible":"hidden"},className:"react-datepicker__year-read-view",onClick:function(t){return e.toggleDropdown(t)}},n.createElement("span",{className:"react-datepicker__year-read-view--down-arrow"}),n.createElement("span",{className:"react-datepicker__year-read-view--selected-year"},e.props.year))})),fe(be(e),"renderDropdown",(function(){return n.createElement(ft,{key:"dropdown",year:e.props.year,onChange:e.onChange,onCancel:e.toggleDropdown,minDate:e.props.minDate,maxDate:e.props.maxDate,scrollableYearDropdown:e.props.scrollableYearDropdown,yearDropdownItemNumber:e.props.yearDropdownItemNumber})})),fe(be(e),"renderScrollMode",(function(){var t=e.state.dropdownVisible,n=[e.renderReadView(!t)];return t&&n.unshift(e.renderDropdown()),n})),fe(be(e),"onChange",(function(t){e.toggleDropdown(),t!==e.props.year&&e.props.onChange(t)})),fe(be(e),"toggleDropdown",(function(t){e.setState({dropdownVisible:!e.state.dropdownVisible},(function(){e.props.adjustDateOnChange&&e.handleYearChange(e.props.date,t)}))})),fe(be(e),"handleYearChange",(function(t,n){e.onSelect(t,n),e.setOpen()})),fe(be(e),"onSelect",(function(t,n){e.props.onSelect&&e.props.onSelect(t,n)})),fe(be(e),"setOpen",(function(){e.props.setOpen&&e.props.setOpen(!0)})),e}return de(r,[{key:"render",value:function(){var e;switch(this.props.dropdownMode){case"scroll":e=this.renderScrollMode();break;case"select":e=this.renderSelectMode()}return n.createElement("div",{className:"react-datepicker__year-dropdown-container react-datepicker__year-dropdown-container--".concat(this.props.dropdownMode)},e)}}]),r}(n.Component),ht=se(function(e){ge(r,e);var t=we(r);function r(){var e;ce(this,r);for(var a=arguments.length,i=new Array(a),o=0;o<a;o++)i[o]=arguments[o];return fe(be(e=t.call.apply(t,[this].concat(i))),"renderOptions",(function(){return e.props.monthNames.map((function(t,r){return n.createElement("div",{className:e.props.month===r?"react-datepicker__month-option react-datepicker__month-option--selected_month":"react-datepicker__month-option",key:t,onClick:e.onChange.bind(be(e),r)},e.props.month===r?n.createElement("span",{className:"react-datepicker__month-option--selected"},"✓"):"",t)}))})),fe(be(e),"onChange",(function(t){return e.props.onChange(t)})),fe(be(e),"handleClickOutside",(function(){return e.props.onCancel()})),e}return de(r,[{key:"render",value:function(){return n.createElement("div",{className:"react-datepicker__month-dropdown"},this.renderOptions())}}]),r}(n.Component)),vt=function(e){ge(r,e);var t=we(r);function r(){var e;ce(this,r);for(var a=arguments.length,i=new Array(a),o=0;o<a;o++)i[o]=arguments[o];return fe(be(e=t.call.apply(t,[this].concat(i))),"state",{dropdownVisible:!1}),fe(be(e),"renderSelectOptions",(function(e){return e.map((function(e,t){return n.createElement("option",{key:t,value:t},e)}))})),fe(be(e),"renderSelectMode",(function(t){return n.createElement("select",{value:e.props.month,className:"react-datepicker__month-select",onChange:function(t){return e.onChange(t.target.value)}},e.renderSelectOptions(t))})),fe(be(e),"renderReadView",(function(t,r){return n.createElement("div",{key:"read",style:{visibility:t?"visible":"hidden"},className:"react-datepicker__month-read-view",onClick:e.toggleDropdown},n.createElement("span",{className:"react-datepicker__month-read-view--down-arrow"}),n.createElement("span",{className:"react-datepicker__month-read-view--selected-month"},r[e.props.month]))})),fe(be(e),"renderDropdown",(function(t){return n.createElement(ht,{key:"dropdown",month:e.props.month,monthNames:t,onChange:e.onChange,onCancel:e.toggleDropdown})})),fe(be(e),"renderScrollMode",(function(t){var n=e.state.dropdownVisible,r=[e.renderReadView(!n,t)];return n&&r.unshift(e.renderDropdown(t)),r})),fe(be(e),"onChange",(function(t){e.toggleDropdown(),t!==e.props.month&&e.props.onChange(t)})),fe(be(e),"toggleDropdown",(function(){return e.setState({dropdownVisible:!e.state.dropdownVisible})})),e}return de(r,[{key:"render",value:function(){var e,t=this,r=[0,1,2,3,4,5,6,7,8,9,10,11].map(this.props.useShortMonthInDropdown?function(e){return He(e,t.props.locale)}:function(e){return ze(e,t.props.locale)});switch(this.props.dropdownMode){case"scroll":e=this.renderScrollMode(r);break;case"select":e=this.renderSelectMode(r)}return n.createElement("div",{className:"react-datepicker__month-dropdown-container react-datepicker__month-dropdown-container--".concat(this.props.dropdownMode)},e)}}]),r}(n.Component);function gt(e,t){for(var n=[],r=je(e),a=je(t);!te(r,a);)n.push(Ie(r)),r=d(r,1);return n}var yt=se(function(e){ge(r,e);var t=we(r);function r(e){var a;return ce(this,r),fe(be(a=t.call(this,e)),"renderOptions",(function(){return a.state.monthYearsList.map((function(e){var t=T(e),r=Me(a.props.date,e)&&Fe(a.props.date,e);return n.createElement("div",{className:r?"react-datepicker__month-year-option --selected_month-year":"react-datepicker__month-year-option",key:t,onClick:a.onChange.bind(be(a),t)},r?n.createElement("span",{className:"react-datepicker__month-year-option--selected"},"✓"):"",Te(e,a.props.dateFormat))}))})),fe(be(a),"onChange",(function(e){return a.props.onChange(e)})),fe(be(a),"handleClickOutside",(function(){a.props.onCancel()})),a.state={monthYearsList:gt(a.props.minDate,a.props.maxDate)},a}return de(r,[{key:"render",value:function(){var e=a({"react-datepicker__month-year-dropdown":!0,"react-datepicker__month-year-dropdown--scrollable":this.props.scrollableMonthYearDropdown});return n.createElement("div",{className:e},this.renderOptions())}}]),r}(n.Component)),bt=function(e){ge(r,e);var t=we(r);function r(){var e;ce(this,r);for(var a=arguments.length,i=new Array(a),o=0;o<a;o++)i[o]=arguments[o];return fe(be(e=t.call.apply(t,[this].concat(i))),"state",{dropdownVisible:!1}),fe(be(e),"renderSelectOptions",(function(){for(var t=je(e.props.minDate),r=je(e.props.maxDate),a=[];!te(t,r);){var i=T(t);a.push(n.createElement("option",{key:i,value:i},Te(t,e.props.dateFormat,e.props.locale))),t=d(t,1)}return a})),fe(be(e),"onSelectChange",(function(t){e.onChange(t.target.value)})),fe(be(e),"renderSelectMode",(function(){return n.createElement("select",{value:T(je(e.props.date)),className:"react-datepicker__month-year-select",onChange:e.onSelectChange},e.renderSelectOptions())})),fe(be(e),"renderReadView",(function(t){var r=Te(e.props.date,e.props.dateFormat,e.props.locale);return n.createElement("div",{key:"read",style:{visibility:t?"visible":"hidden"},className:"react-datepicker__month-year-read-view",onClick:function(t){return e.toggleDropdown(t)}},n.createElement("span",{className:"react-datepicker__month-year-read-view--down-arrow"}),n.createElement("span",{className:"react-datepicker__month-year-read-view--selected-month-year"},r))})),fe(be(e),"renderDropdown",(function(){return n.createElement(yt,{key:"dropdown",date:e.props.date,dateFormat:e.props.dateFormat,onChange:e.onChange,onCancel:e.toggleDropdown,minDate:e.props.minDate,maxDate:e.props.maxDate,scrollableMonthYearDropdown:e.props.scrollableMonthYearDropdown})})),fe(be(e),"renderScrollMode",(function(){var t=e.state.dropdownVisible,n=[e.renderReadView(!t)];return t&&n.unshift(e.renderDropdown()),n})),fe(be(e),"onChange",(function(t){e.toggleDropdown();var n=Ie(parseInt(t));Me(e.props.date,n)&&Fe(e.props.date,n)||e.props.onChange(n)})),fe(be(e),"toggleDropdown",(function(){return e.setState({dropdownVisible:!e.state.dropdownVisible})})),e}return de(r,[{key:"render",value:function(){var e;switch(this.props.dropdownMode){case"scroll":e=this.renderScrollMode();break;case"select":e=this.renderSelectMode()}return n.createElement("div",{className:"react-datepicker__month-year-dropdown-container react-datepicker__month-year-dropdown-container--".concat(this.props.dropdownMode)},e)}}]),r}(n.Component),_t=function(e){ge(r,e);var t=we(r);function r(){var e;ce(this,r);for(var i=arguments.length,o=new Array(i),s=0;s<i;s++)o[s]=arguments[s];return fe(be(e=t.call.apply(t,[this].concat(o))),"dayEl",n.createRef()),fe(be(e),"handleClick",(function(t){!e.isDisabled()&&e.props.onClick&&e.props.onClick(t)})),fe(be(e),"handleMouseEnter",(function(t){!e.isDisabled()&&e.props.onMouseEnter&&e.props.onMouseEnter(t)})),fe(be(e),"handleOnKeyDown",(function(t){" "===t.key&&(t.preventDefault(),t.key="Enter"),e.props.handleOnKeyDown(t)})),fe(be(e),"isSameDay",(function(t){return Be(e.props.day,t)})),fe(be(e),"isKeyboardSelected",(function(){return!e.props.disabledKeyboardNavigation&&!e.props.inline&&!e.isSameDay(e.props.selected)&&e.isSameDay(e.props.preSelection)})),fe(be(e),"isDisabled",(function(){return Ge(e.props.day,e.props)})),fe(be(e),"isExcluded",(function(){return Ke(e.props.day,e.props)})),fe(be(e),"getHighLightedClass",(function(t){var n=e.props,r=n.day,a=n.highlightDates;if(!a)return!1;var i=Te(r,"MM.dd.yyyy");return a.get(i)})),fe(be(e),"isInRange",(function(){var t=e.props,n=t.day,r=t.startDate,a=t.endDate;return!(!r||!a)&&Ue(n,r,a)})),fe(be(e),"isInSelectingRange",(function(){var t=e.props,n=t.day,r=t.selectsStart,a=t.selectsEnd,i=t.selectingDate,o=t.startDate,s=t.endDate;return!(!r&&!a||!i||e.isDisabled())&&(r&&s&&(ne(i,s)||We(i,s))?Ue(n,i,s):!(!a||!o||!te(i,o)&&!We(i,o))&&Ue(n,o,i))})),fe(be(e),"isSelectingRangeStart",(function(){if(!e.isInSelectingRange())return!1;var t=e.props,n=t.day,r=t.selectingDate,a=t.startDate;return Be(n,t.selectsStart?r:a)})),fe(be(e),"isSelectingRangeEnd",(function(){if(!e.isInSelectingRange())return!1;var t=e.props,n=t.day,r=t.selectingDate,a=t.endDate;return Be(n,t.selectsEnd?r:a)})),fe(be(e),"isRangeStart",(function(){var t=e.props,n=t.day,r=t.startDate,a=t.endDate;return!(!r||!a)&&Be(r,n)})),fe(be(e),"isRangeEnd",(function(){var t=e.props,n=t.day,r=t.startDate,a=t.endDate;return!(!r||!a)&&Be(a,n)})),fe(be(e),"isWeekend",(function(){var t=k(e.props.day);return 0===t||6===t})),fe(be(e),"isOutsideMonth",(function(){return void 0!==e.props.month&&e.props.month!==I(e.props.day)})),fe(be(e),"getClassNames",(function(t){var n=e.props.dayClassName?e.props.dayClassName(t):void 0;return a("react-datepicker__day",n,"react-datepicker__day--"+Ae(e.props.day),{"react-datepicker__day--disabled":e.isDisabled(),"react-datepicker__day--excluded":e.isExcluded(),"react-datepicker__day--selected":e.isSameDay(e.props.selected),"react-datepicker__day--keyboard-selected":e.isKeyboardSelected(),"react-datepicker__day--range-start":e.isRangeStart(),"react-datepicker__day--range-end":e.isRangeEnd(),"react-datepicker__day--in-range":e.isInRange(),"react-datepicker__day--in-selecting-range":e.isInSelectingRange(),"react-datepicker__day--selecting-range-start":e.isSelectingRangeStart(),"react-datepicker__day--selecting-range-end":e.isSelectingRangeEnd(),"react-datepicker__day--today":e.isSameDay(Ie()),"react-datepicker__day--weekend":e.isWeekend(),"react-datepicker__day--outside-month":e.isOutsideMonth()},e.getHighLightedClass("react-datepicker__day--highlighted"))})),fe(be(e),"getAriaLabel",(function(){var t=e.props,n=t.day,r=t.ariaLabelPrefixWhenEnabled,a=void 0===r?"Choose":r,i=t.ariaLabelPrefixWhenDisabled,o=void 0===i?"Not available":i,s=e.isDisabled()||e.isExcluded()?o:a;return"".concat(s," ").concat(Te(n,"PPPP"))})),fe(be(e),"getTabIndex",(function(t,n){var r=t||e.props.selected,a=n||e.props.preSelection;return e.isKeyboardSelected()||e.isSameDay(r)&&Be(a,r)?0:-1})),fe(be(e),"handleFocusDay",(function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=!1;0===e.getTabIndex()&&!t.isInputFocused&&e.isSameDay(e.props.preSelection)&&(document.activeElement&&document.activeElement!==document.body||(n=!0),e.props.containerRef&&e.props.containerRef.current&&e.props.containerRef.current.contains(document.activeElement)&&document.activeElement.classList.contains("react-datepicker__day")&&(n=!0)),n&&e.dayEl.current.focus()})),fe(be(e),"render",(function(){return n.createElement("div",{ref:e.dayEl,className:e.getClassNames(e.props.day),onKeyDown:e.handleOnKeyDown,onClick:e.handleClick,onMouseEnter:e.handleMouseEnter,tabIndex:e.getTabIndex(),"aria-label":e.getAriaLabel(),role:"button","aria-disabled":e.isDisabled()},e.props.renderDayContents?e.props.renderDayContents(S(e.props.day),e.props.day):S(e.props.day))})),e}return de(r,[{key:"componentDidMount",value:function(){this.handleFocusDay()}},{key:"componentDidUpdate",value:function(e){this.handleFocusDay(e)}}]),r}(n.Component),wt=function(e){ge(r,e);var t=we(r);function r(){var e;ce(this,r);for(var n=arguments.length,a=new Array(n),i=0;i<n;i++)a[i]=arguments[i];return fe(be(e=t.call.apply(t,[this].concat(a))),"handleClick",(function(t){e.props.onClick&&e.props.onClick(t)})),e}return de(r,[{key:"render",value:function(){var e=this.props,t=e.weekNumber,r=e.ariaLabelPrefix,i=void 0===r?"week ":r,o={"react-datepicker__week-number":!0,"react-datepicker__week-number--clickable":!!e.onClick};return n.createElement("div",{className:a(o),"aria-label":"".concat(i," ").concat(this.props.weekNumber),onClick:this.handleClick},t)}}]),r}(n.Component),Et=function(e){ge(r,e);var t=we(r);function r(){var e;ce(this,r);for(var a=arguments.length,i=new Array(a),o=0;o<a;o++)i[o]=arguments[o];return fe(be(e=t.call.apply(t,[this].concat(i))),"handleDayClick",(function(t,n){e.props.onDayClick&&e.props.onDayClick(t,n)})),fe(be(e),"handleDayMouseEnter",(function(t){e.props.onDayMouseEnter&&e.props.onDayMouseEnter(t)})),fe(be(e),"handleWeekClick",(function(t,n,r){"function"==typeof e.props.onWeekSelect&&e.props.onWeekSelect(t,n,r),e.props.shouldCloseOnSelect&&e.props.setOpen(!1)})),fe(be(e),"formatWeekNumber",(function(t){return e.props.formatWeekNumber?e.props.formatWeekNumber(t):De(t,e.props.locale)})),fe(be(e),"renderDays",(function(){var t=Re(e.props.day,e.props.locale),r=[],a=e.formatWeekNumber(t);if(e.props.showWeekNumber){var i=e.props.onWeekSelect?e.handleWeekClick.bind(be(e),t,a):void 0;r.push(n.createElement(wt,{key:"W",weekNumber:a,onClick:i,ariaLabelPrefix:e.props.ariaLabelPrefix}))}return r.concat([0,1,2,3,4,5,6].map((function(r){var a=c(t,r);return n.createElement(_t,{ariaLabelPrefixWhenEnabled:e.props.chooseDayAriaLabelPrefix,ariaLabelPrefixWhenDisabled:e.props.disabledDayAriaLabelPrefix,key:a.valueOf(),day:a,month:e.props.month,onClick:e.handleDayClick.bind(be(e),a),onMouseEnter:e.handleDayMouseEnter.bind(be(e),a),minDate:e.props.minDate,maxDate:e.props.maxDate,excludeDates:e.props.excludeDates,includeDates:e.props.includeDates,inline:e.props.inline,highlightDates:e.props.highlightDates,selectingDate:e.props.selectingDate,filterDate:e.props.filterDate,preSelection:e.props.preSelection,selected:e.props.selected,selectsStart:e.props.selectsStart,selectsEnd:e.props.selectsEnd,startDate:e.props.startDate,endDate:e.props.endDate,dayClassName:e.props.dayClassName,renderDayContents:e.props.renderDayContents,disabledKeyboardNavigation:e.props.disabledKeyboardNavigation,handleOnKeyDown:e.props.handleOnKeyDown,isInputFocused:e.props.isInputFocused,containerRef:e.props.containerRef})})))})),e}return de(r,[{key:"render",value:function(){return n.createElement("div",{className:"react-datepicker__week"},this.renderDays())}}],[{key:"defaultProps",get:function(){return{shouldCloseOnSelect:!0}}}]),r}(n.Component),kt=function(e){ge(r,e);var t=we(r);function r(){var e;ce(this,r);for(var i=arguments.length,o=new Array(i),s=0;s<i;s++)o[s]=arguments[s];return fe(be(e=t.call.apply(t,[this].concat(o))),"handleDayClick",(function(t,n){e.props.onDayClick&&e.props.onDayClick(t,n,e.props.orderInDisplay)})),fe(be(e),"handleDayMouseEnter",(function(t){e.props.onDayMouseEnter&&e.props.onDayMouseEnter(t)})),fe(be(e),"handleMouseLeave",(function(){e.props.onMouseLeave&&e.props.onMouseLeave()})),fe(be(e),"isRangeStartMonth",(function(t){var n=e.props,r=n.day,a=n.startDate,i=n.endDate;return!(!a||!i)&&Fe(P(r,t),a)})),fe(be(e),"isRangeStartQuarter",(function(t){var n=e.props,r=n.day,a=n.startDate,i=n.endDate;return!(!a||!i)&&qe(R(r,t),a)})),fe(be(e),"isRangeEndMonth",(function(t){var n=e.props,r=n.day,a=n.startDate,i=n.endDate;return!(!a||!i)&&Fe(P(r,t),i)})),fe(be(e),"isRangeEndQuarter",(function(t){var n=e.props,r=n.day,a=n.startDate,i=n.endDate;return!(!a||!i)&&qe(R(r,t),i)})),fe(be(e),"isWeekInMonth",(function(t){var n=e.props.day,r=c(t,6);return Fe(t,n)||Fe(r,n)})),fe(be(e),"renderWeeks",(function(){for(var t=[],r=e.props.fixedHeight,a=Re(je(e.props.day),e.props.locale),i=0,o=!1;t.push(n.createElement(Et,{ariaLabelPrefix:e.props.weekAriaLabelPrefix,chooseDayAriaLabelPrefix:e.props.chooseDayAriaLabelPrefix,disabledDayAriaLabelPrefix:e.props.disabledDayAriaLabelPrefix,key:i,day:a,month:I(e.props.day),onDayClick:e.handleDayClick,onDayMouseEnter:e.handleDayMouseEnter,onWeekSelect:e.props.onWeekSelect,formatWeekNumber:e.props.formatWeekNumber,locale:e.props.locale,minDate:e.props.minDate,maxDate:e.props.maxDate,excludeDates:e.props.excludeDates,includeDates:e.props.includeDates,inline:e.props.inline,highlightDates:e.props.highlightDates,selectingDate:e.props.selectingDate,filterDate:e.props.filterDate,preSelection:e.props.preSelection,selected:e.props.selected,selectsStart:e.props.selectsStart,selectsEnd:e.props.selectsEnd,showWeekNumber:e.props.showWeekNumbers,startDate:e.props.startDate,endDate:e.props.endDate,dayClassName:e.props.dayClassName,setOpen:e.props.setOpen,shouldCloseOnSelect:e.props.shouldCloseOnSelect,disabledKeyboardNavigation:e.props.disabledKeyboardNavigation,renderDayContents:e.props.renderDayContents,handleOnKeyDown:e.props.handleOnKeyDown,isInputFocused:e.props.isInputFocused,containerRef:e.props.containerRef})),!o;){i++,a=p(a,1);var s=r&&i>=6,l=!r&&!e.isWeekInMonth(a);if(s||l){if(!e.props.peekNextMonth)break;o=!0}}return t})),fe(be(e),"onMonthClick",(function(t,n){e.handleDayClick(je(P(e.props.day,n)),t)})),fe(be(e),"onQuarterClick",(function(t,n){e.handleDayClick(Le(R(e.props.day,n)),t)})),fe(be(e),"getMonthClassNames",(function(t){var n=e.props,r=n.day,i=n.startDate,o=n.endDate,s=n.selected,l=n.minDate,u=n.maxDate;return a("react-datepicker__month-text","react-datepicker__month-".concat(t),{"react-datepicker__month--disabled":(l||u)&&Qe(P(r,t),e.props),"react-datepicker__month--selected":I(r)===t&&x(r)===x(s),"react-datepicker__month--in-range":Xe(i,o,t,r),"react-datepicker__month--range-start":e.isRangeStartMonth(t),"react-datepicker__month--range-end":e.isRangeEndMonth(t)})})),fe(be(e),"getQuarterClassNames",(function(t){var n=e.props,r=n.day,i=n.startDate,o=n.endDate,s=n.selected,l=n.minDate,u=n.maxDate;return a("react-datepicker__quarter-text","react-datepicker__quarter-".concat(t),{"react-datepicker__quarter--disabled":(l||u)&&Ze(R(r,t),e.props),"react-datepicker__quarter--selected":O(r)===t&&x(r)===x(s),"react-datepicker__quarter--in-range":Je(i,o,t,r),"react-datepicker__quarter--range-start":e.isRangeStartQuarter(t),"react-datepicker__quarter--range-end":e.isRangeEndQuarter(t)})})),fe(be(e),"renderMonths",(function(){var t=e.props,r=t.showFullMonthYearPicker,a=t.locale;return[[0,1,2],[3,4,5],[6,7,8],[9,10,11]].map((function(t,i){return n.createElement("div",{className:"react-datepicker__month-wrapper",key:i},t.map((function(t,i){return n.createElement("div",{key:i,onClick:function(n){e.onMonthClick(n,t)},className:e.getMonthClassNames(t)},r?ze(t,a):He(t,a))})))}))})),fe(be(e),"renderQuarters",(function(){return n.createElement("div",{className:"react-datepicker__quarter-wrapper"},[1,2,3,4].map((function(t,r){return n.createElement("div",{key:r,onClick:function(n){e.onQuarterClick(n,t)},className:e.getQuarterClassNames(t)},Ye(t,e.props.locale))})))})),fe(be(e),"getClassNames",(function(){var t=e.props,n=t.selectingDate,r=t.selectsStart,i=t.selectsEnd,o=t.showMonthYearPicker,s=t.showQuarterYearPicker;return a("react-datepicker__month",{"react-datepicker__month--selecting-range":n&&(r||i)},{"react-datepicker__monthPicker":o},{"react-datepicker__quarterPicker":s})})),e}return de(r,[{key:"render",value:function(){var e=this.props,t=e.showMonthYearPicker,r=e.showQuarterYearPicker,a=e.day,i=e.ariaLabelPrefix,o=void 0===i?"month ":i;return n.createElement("div",{className:this.getClassNames(),onMouseLeave:this.handleMouseLeave,"aria-label":"".concat(o," ").concat(Te(a,"yyyy-MM"))},t?this.renderMonths():r?this.renderQuarters():this.renderWeeks())}}]),r}(n.Component),St=function(e){ge(r,e);var t=we(r);function r(){var e;ce(this,r);for(var a=arguments.length,i=new Array(a),o=0;o<a;o++)i[o]=arguments[o];return fe(be(e=t.call.apply(t,[this].concat(i))),"state",{height:null}),fe(be(e),"handleClick",(function(t){(e.props.minTime||e.props.maxTime)&&nt(t,e.props)||e.props.excludeTimes&&tt(t,e.props.excludeTimes)||e.props.includeTimes&&!tt(t,e.props.includeTimes)||e.props.onChange(t)})),fe(be(e),"liClasses",(function(t,n,r){var a=["react-datepicker__time-list-item",e.props.timeClassName?e.props.timeClassName(t,n,r):void 0];return e.props.selected&&n===E(t)&&r===w(t)&&a.push("react-datepicker__time-list-item--selected"),((e.props.minTime||e.props.maxTime)&&nt(t,e.props)||e.props.excludeTimes&&tt(t,e.props.excludeTimes)||e.props.includeTimes&&!tt(t,e.props.includeTimes))&&a.push("react-datepicker__time-list-item--disabled"),e.props.injectTimes&&(60*E(t)+w(t))%e.props.intervals!=0&&a.push("react-datepicker__time-list-item--injected"),a.join(" ")})),fe(be(e),"renderTimes",(function(){for(var t=[],r=e.props.format?e.props.format:"p",a=e.props.intervals,i=e.props.selected||e.props.openToDate||Ie(),o=E(i),s=w(i),u=Pe(Ie()),c=1440/a,p=e.props.injectTimes&&e.props.injectTimes.sort((function(e,t){return e-t})),d=0;d<c;d++){var f=l(u,d*a);if(t.push(f),p){var m=ct(u,f,d,a,p);t=t.concat(m)}}return t.map((function(t,a){return n.createElement("li",{key:a,onClick:e.handleClick.bind(be(e),t),className:e.liClasses(t,o,s),ref:function(n){o===E(t)&&s>=w(t)&&(e.centerLi=n)}},Te(t,r,e.props.locale))}))})),e}return de(r,[{key:"componentDidMount",value:function(){this.list.scrollTop=r.calcCenterPosition(this.props.monthRef?this.props.monthRef.clientHeight-this.header.clientHeight:this.list.clientHeight,this.centerLi),this.props.monthRef&&this.header&&this.setState({height:this.props.monthRef.clientHeight-this.header.clientHeight})}},{key:"render",value:function(){var e=this,t=this.state.height;return n.createElement("div",{className:"react-datepicker__time-container ".concat(this.props.todayButton?"react-datepicker__time-container--with-today-button":"")},n.createElement("div",{className:"react-datepicker__header react-datepicker__header--time",ref:function(t){e.header=t}},n.createElement("div",{className:"react-datepicker-time__header"},this.props.timeCaption)),n.createElement("div",{className:"react-datepicker__time"},n.createElement("div",{className:"react-datepicker__time-box"},n.createElement("ul",{className:"react-datepicker__time-list",ref:function(t){e.list=t},style:t?{height:t}:{}},this.renderTimes()))))}}],[{key:"defaultProps",get:function(){return{intervals:30,onTimeChange:function(){},todayButton:null,timeCaption:"Time"}}}]),r}(n.Component);fe(St,"calcCenterPosition",(function(e,t){return t.offsetTop-(e/2-t.clientHeight/2)}));var Ct=function(e){ge(r,e);var t=we(r);function r(e){var n;return ce(this,r),fe(be(n=t.call(this,e)),"handleYearClick",(function(e,t){n.props.onDayClick&&n.props.onDayClick(e,t)})),fe(be(n),"onYearClick",(function(e,t){var r;n.handleYearClick((r=j(n.props.date,t),H(r)),e)})),n}return de(r,[{key:"render",value:function(){for(var e=this,t=[],r=this.props.date,a=function(r,a){t.push(n.createElement("div",{onClick:function(t){e.onYearClick(t,r)},className:"react-datepicker__year-container-text",key:r},r))},i=x(r)-11,o=0;i<=x(r);i++,o++)a(i);return n.createElement("div",{className:"react-datepicker__year-container"},t)}}]),r}(n.Component),It=function(e){ge(r,e);var t=we(r);function r(e){var a;return ce(this,r),fe(be(a=t.call(this,e)),"onTimeChange",(function(e){a.setState({time:e});var t=new Date;t.setHours(e.split(":")[0]),t.setMinutes(e.split(":")[1]),a.props.onChange(t)})),fe(be(a),"renderTimeInput",(function(){var e=a.state.time,t=a.props,r=t.timeString,i=t.customTimeInput;return i?n.cloneElement(i,{value:e,onChange:a.onTimeChange}):n.createElement("input",{type:"time",className:"react-datepicker-time__input",placeholder:"Time",name:"time-input",required:!0,value:e,onChange:function(e){a.onTimeChange(e.target.value||r)}})})),a.state={time:a.props.timeString},a}return de(r,[{key:"render",value:function(){return n.createElement("div",{className:"react-datepicker__input-time-container"},n.createElement("div",{className:"react-datepicker-time__caption"},this.props.timeInputLabel),n.createElement("div",{className:"react-datepicker-time__input-container"},n.createElement("div",{className:"react-datepicker-time__input"},this.renderTimeInput())))}}]),r}(n.Component);function Ot(e){var t=e.className,r=e.children,a=e.showPopperArrow,i=e.arrowProps,o=void 0===i?{}:i;return n.createElement("div",{className:t},a&&n.createElement("div",me({className:"react-datepicker__triangle"},o)),r)}var xt=["react-datepicker__year-select","react-datepicker__month-select","react-datepicker__month-year-select"],Tt=function(e){ge(r,e);var t=we(r);function r(e){var i;return ce(this,r),fe(be(i=t.call(this,e)),"handleClickOutside",(function(e){i.props.onClickOutside(e)})),fe(be(i),"setClickOutsideRef",(function(){return i.containerRef.current})),fe(be(i),"handleDropdownFocus",(function(e){(function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=(e.className||"").split(/\s+/);return xt.some((function(e){return t.indexOf(e)>=0}))})(e.target)&&i.props.onDropdownFocus()})),fe(be(i),"getDateInView",(function(){var e=i.props,t=e.preSelection,n=e.selected,r=e.openToDate,a=st(i.props),o=lt(i.props),s=Ie();return r||n||t||(a&&ne(s,a)?a:o&&te(s,o)?o:s)})),fe(be(i),"increaseMonth",(function(){i.setState((function(e){var t=e.date;return{date:d(t,1)}}),(function(){return i.handleMonthChange(i.state.date)}))})),fe(be(i),"decreaseMonth",(function(){i.setState((function(e){var t=e.date;return{date:y(t,1)}}),(function(){return i.handleMonthChange(i.state.date)}))})),fe(be(i),"handleDayClick",(function(e,t,n){return i.props.onSelect(e,t,n)})),fe(be(i),"handleDayMouseEnter",(function(e){i.setState({selectingDate:e}),i.props.onDayMouseEnter&&i.props.onDayMouseEnter(e)})),fe(be(i),"handleMonthMouseLeave",(function(){i.setState({selectingDate:null}),i.props.onMonthMouseLeave&&i.props.onMonthMouseLeave()})),fe(be(i),"handleYearChange",(function(e){i.props.onYearChange&&i.props.onYearChange(e)})),fe(be(i),"handleMonthChange",(function(e){i.props.onMonthChange&&i.props.onMonthChange(e),i.props.adjustDateOnChange&&(i.props.onSelect&&i.props.onSelect(e),i.props.setOpen&&i.props.setOpen(!0)),i.props.setPreSelection&&i.props.setPreSelection(e)})),fe(be(i),"handleMonthYearChange",(function(e){i.handleYearChange(e),i.handleMonthChange(e)})),fe(be(i),"changeYear",(function(e){i.setState((function(t){var n=t.date;return{date:j(n,e)}}),(function(){return i.handleYearChange(i.state.date)}))})),fe(be(i),"changeMonth",(function(e){i.setState((function(t){var n=t.date;return{date:P(n,e)}}),(function(){return i.handleMonthChange(i.state.date)}))})),fe(be(i),"changeMonthYear",(function(e){i.setState((function(t){var n=t.date;return{date:j(P(n,I(e)),x(e))}}),(function(){return i.handleMonthYearChange(i.state.date)}))})),fe(be(i),"header",(function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:i.state.date,t=Re(e,i.props.locale),r=[];return i.props.showWeekNumbers&&r.push(n.createElement("div",{key:"W",className:"react-datepicker__day-name"},i.props.weekLabel||"#")),r.concat([0,1,2,3,4,5,6].map((function(e){var r=c(t,e),o=i.formatWeekday(r,i.props.locale),s=i.props.weekDayClassName?i.props.weekDayClassName(r):void 0;return n.createElement("div",{key:e,className:a("react-datepicker__day-name",s)},o)})))})),fe(be(i),"formatWeekday",(function(e,t){return i.props.formatWeekDay?function(e,t,n){return t(Te(e,"EEEE",n))}(e,i.props.formatWeekDay,t):i.props.useWeekdaysShort?function(e,t){return Te(e,"EEE",t)}(e,t):function(e,t){return Te(e,"EEEEEE",t)}(e,t)})),fe(be(i),"decreaseYear",(function(){i.setState((function(e){var t=e.date;return{date:b(t,i.props.showYearPicker?11:1)}}),(function(){return i.handleYearChange(i.state.date)}))})),fe(be(i),"renderPreviousButton",(function(){if(!i.props.renderCustomHeader){var e=i.props.showMonthYearPicker?it(i.state.date,i.props):rt(i.state.date,i.props);if((i.props.forceShowMonthNavigation||i.props.showDisabledMonthNavigation||!e)&&!i.props.showTimeSelectOnly){var t=["react-datepicker__navigation","react-datepicker__navigation--previous"],r=i.decreaseMonth;(i.props.showMonthYearPicker||i.props.showQuarterYearPicker||i.props.showYearPicker)&&(r=i.decreaseYear),e&&i.props.showDisabledMonthNavigation&&(t.push("react-datepicker__navigation--previous--disabled"),r=null);var a=i.props.showMonthYearPicker||i.props.showQuarterYearPicker,o=i.props,s=o.previousMonthAriaLabel,l=void 0===s?"Previous Month":s,u=o.previousYearAriaLabel,c=void 0===u?"Previous Year":u;return n.createElement("button",{type:"button",className:t.join(" "),onClick:r,"aria-label":a?c:l},a?i.props.previousYearButtonLabel:i.props.previousMonthButtonLabel)}}})),fe(be(i),"increaseYear",(function(){i.setState((function(e){var t=e.date;return{date:f(t,i.props.showYearPicker?11:1)}}),(function(){return i.handleYearChange(i.state.date)}))})),fe(be(i),"renderNextButton",(function(){if(!i.props.renderCustomHeader){var e=i.props.showMonthYearPicker?ot(i.state.date,i.props):at(i.state.date,i.props);if((i.props.forceShowMonthNavigation||i.props.showDisabledMonthNavigation||!e)&&!i.props.showTimeSelectOnly){var t=["react-datepicker__navigation","react-datepicker__navigation--next"];i.props.showTimeSelect&&t.push("react-datepicker__navigation--next--with-time"),i.props.todayButton&&t.push("react-datepicker__navigation--next--with-today-button");var r=i.increaseMonth;(i.props.showMonthYearPicker||i.props.showQuarterYearPicker||i.props.showYearPicker)&&(r=i.increaseYear),e&&i.props.showDisabledMonthNavigation&&(t.push("react-datepicker__navigation--next--disabled"),r=null);var a=i.props.showMonthYearPicker||i.props.showQuarterYearPicker,o=i.props,s=o.nextMonthAriaLabel,l=void 0===s?"Next Month":s,u=o.nextYearAriaLabel,c=void 0===u?"Next Year":u;return n.createElement("button",{type:"button",className:t.join(" "),onClick:r,"aria-label":a?c:l},a?i.props.nextYearButtonLabel:i.props.nextMonthButtonLabel)}}})),fe(be(i),"renderCurrentMonth",(function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:i.state.date,t=["react-datepicker__current-month"];return i.props.showYearDropdown&&t.push("react-datepicker__current-month--hasYearDropdown"),i.props.showMonthDropdown&&t.push("react-datepicker__current-month--hasMonthDropdown"),i.props.showMonthYearDropdown&&t.push("react-datepicker__current-month--hasMonthYearDropdown"),n.createElement("div",{className:t.join(" ")},Te(e,i.props.dateFormat,i.props.locale))})),fe(be(i),"renderYearDropdown",(function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0];if(i.props.showYearDropdown&&!e)return n.createElement(mt,{adjustDateOnChange:i.props.adjustDateOnChange,date:i.state.date,onSelect:i.props.onSelect,setOpen:i.props.setOpen,dropdownMode:i.props.dropdownMode,onChange:i.changeYear,minDate:i.props.minDate,maxDate:i.props.maxDate,year:x(i.state.date),scrollableYearDropdown:i.props.scrollableYearDropdown,yearDropdownItemNumber:i.props.yearDropdownItemNumber})})),fe(be(i),"renderMonthDropdown",(function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0];if(i.props.showMonthDropdown&&!e)return n.createElement(vt,{dropdownMode:i.props.dropdownMode,locale:i.props.locale,onChange:i.changeMonth,month:I(i.state.date),useShortMonthInDropdown:i.props.useShortMonthInDropdown})})),fe(be(i),"renderMonthYearDropdown",(function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0];if(i.props.showMonthYearDropdown&&!e)return n.createElement(bt,{dropdownMode:i.props.dropdownMode,locale:i.props.locale,dateFormat:i.props.dateFormat,onChange:i.changeMonthYear,minDate:i.props.minDate,maxDate:i.props.maxDate,date:i.state.date,scrollableMonthYearDropdown:i.props.scrollableMonthYearDropdown})})),fe(be(i),"renderTodayButton",(function(){if(i.props.todayButton&&!i.props.showTimeSelectOnly)return n.createElement("div",{className:"react-datepicker__today-button",onClick:function(e){return i.props.onSelect(U(Ie()),e)}},i.props.todayButton)})),fe(be(i),"renderDefaultHeader",(function(e){var t=e.monthDate,r=e.i;return n.createElement("div",{className:"react-datepicker__header"},i.renderCurrentMonth(t),n.createElement("div",{className:"react-datepicker__header__dropdown react-datepicker__header__dropdown--".concat(i.props.dropdownMode),onFocus:i.handleDropdownFocus},i.renderMonthDropdown(0!==r),i.renderMonthYearDropdown(0!==r),i.renderYearDropdown(0!==r)),n.createElement("div",{className:"react-datepicker__day-names"},i.header(t)))})),fe(be(i),"renderCustomHeader",(function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.monthDate,r=e.i;if(0!==r&&void 0!==r)return null;var a=rt(i.state.date,i.props),o=at(i.state.date,i.props),s=it(i.state.date,i.props),l=ot(i.state.date,i.props),u=!i.props.showMonthYearPicker&&!i.props.showQuarterYearPicker&&!i.props.showYearPicker;return n.createElement("div",{className:"react-datepicker__header react-datepicker__header--custom",onFocus:i.props.onDropdownFocus},i.props.renderCustomHeader(ve(ve({},i.state),{},{changeMonth:i.changeMonth,changeYear:i.changeYear,decreaseMonth:i.decreaseMonth,increaseMonth:i.increaseMonth,decreaseYear:i.decreaseYear,increaseYear:i.increaseYear,prevMonthButtonDisabled:a,nextMonthButtonDisabled:o,prevYearButtonDisabled:s,nextYearButtonDisabled:l})),u&&n.createElement("div",{className:"react-datepicker__day-names"},i.header(t)))})),fe(be(i),"renderYearHeader",(function(){return n.createElement("div",{className:"react-datepicker__header react-datepicker-year-header"},i.props.showYearPicker?"".concat(x(i.state.date)-11," - ").concat(x(i.state.date)):x(i.state.date))})),fe(be(i),"renderHeader",(function(e){switch(!0){case void 0!==i.props.renderCustomHeader:return i.renderCustomHeader(e);case i.props.showMonthYearPicker||i.props.showQuarterYearPicker||i.props.showYearPicker:return i.renderYearHeader(e);default:return i.renderDefaultHeader(e)}})),fe(be(i),"renderMonths",(function(){if(!i.props.showTimeSelectOnly&&!i.props.showYearPicker){for(var e=[],t=i.props.showPreviousMonths?i.props.monthsShown-1:0,r=y(i.state.date,t),a=0;a<i.props.monthsShown;++a){var o=a-i.props.monthSelectedIn,s=d(r,o),l="month-".concat(a);e.push(n.createElement("div",{key:l,ref:function(e){i.monthContainer=e},className:"react-datepicker__month-container"},i.renderHeader({monthDate:s,i:a}),n.createElement(kt,{chooseDayAriaLabelPrefix:i.props.chooseDayAriaLabelPrefix,disabledDayAriaLabelPrefix:i.props.disabledDayAriaLabelPrefix,weekAriaLabelPrefix:i.props.weekAriaLabelPrefix,onChange:i.changeMonthYear,day:s,dayClassName:i.props.dayClassName,monthClassName:i.props.monthClassName,onDayClick:i.handleDayClick,handleOnKeyDown:i.props.handleOnKeyDown,onDayMouseEnter:i.handleDayMouseEnter,onMouseLeave:i.handleMonthMouseLeave,onWeekSelect:i.props.onWeekSelect,orderInDisplay:a,formatWeekNumber:i.props.formatWeekNumber,locale:i.props.locale,minDate:i.props.minDate,maxDate:i.props.maxDate,excludeDates:i.props.excludeDates,highlightDates:i.props.highlightDates,selectingDate:i.state.selectingDate,includeDates:i.props.includeDates,inline:i.props.inline,fixedHeight:i.props.fixedHeight,filterDate:i.props.filterDate,preSelection:i.props.preSelection,selected:i.props.selected,selectsStart:i.props.selectsStart,selectsEnd:i.props.selectsEnd,showWeekNumbers:i.props.showWeekNumbers,startDate:i.props.startDate,endDate:i.props.endDate,peekNextMonth:i.props.peekNextMonth,setOpen:i.props.setOpen,shouldCloseOnSelect:i.props.shouldCloseOnSelect,renderDayContents:i.props.renderDayContents,disabledKeyboardNavigation:i.props.disabledKeyboardNavigation,showMonthYearPicker:i.props.showMonthYearPicker,showFullMonthYearPicker:i.props.showFullMonthYearPicker,showYearPicker:i.props.showYearPicker,showQuarterYearPicker:i.props.showQuarterYearPicker,isInputFocused:i.props.isInputFocused,containerRef:i.containerRef})))}return e}})),fe(be(i),"renderYears",(function(){if(!i.props.showTimeSelectOnly)return i.props.showYearPicker?n.createElement("div",{className:"react-datepicker__year"},i.renderHeader(),n.createElement(Ct,{onDayClick:i.handleDayClick,date:i.state.date})):void 0})),fe(be(i),"renderTimeSection",(function(){if(i.props.showTimeSelect&&(i.state.monthContainer||i.props.showTimeSelectOnly))return n.createElement(St,{selected:i.props.selected,openToDate:i.props.openToDate,onChange:i.props.onTimeChange,timeClassName:i.props.timeClassName,format:i.props.timeFormat,includeTimes:i.props.includeTimes,intervals:i.props.timeIntervals,minTime:i.props.minTime,maxTime:i.props.maxTime,excludeTimes:i.props.excludeTimes,timeCaption:i.props.timeCaption,todayButton:i.props.todayButton,showMonthDropdown:i.props.showMonthDropdown,showMonthYearDropdown:i.props.showMonthYearDropdown,showYearDropdown:i.props.showYearDropdown,withPortal:i.props.withPortal,monthRef:i.state.monthContainer,injectTimes:i.props.injectTimes,locale:i.props.locale})})),fe(be(i),"renderInputTimeSection",(function(){var e=new Date(i.props.selected),t="".concat(pt(e.getHours()),":").concat(pt(e.getMinutes()));if(i.props.showTimeInput)return n.createElement(It,{timeString:t,timeInputLabel:i.props.timeInputLabel,onChange:i.props.onTimeChange,customTimeInput:i.props.customTimeInput})})),i.containerRef=n.createRef(),i.state={date:i.getDateInView(),selectingDate:null,monthContainer:null},i}return de(r,null,[{key:"defaultProps",get:function(){return{onDropdownFocus:function(){},monthsShown:1,monthSelectedIn:0,forceShowMonthNavigation:!1,timeCaption:"Time",previousYearButtonLabel:"Previous Year",nextYearButtonLabel:"Next Year",previousMonthButtonLabel:"Previous Month",nextMonthButtonLabel:"Next Month",customTimeInput:null}}}]),de(r,[{key:"componentDidMount",value:function(){this.props.showTimeSelect&&(this.assignMonthContainer=void this.setState({monthContainer:this.monthContainer}))}},{key:"componentDidUpdate",value:function(e){this.props.preSelection&&!Be(this.props.preSelection,e.preSelection)?this.setState({date:this.props.preSelection}):this.props.openToDate&&!Be(this.props.openToDate,e.openToDate)&&this.setState({date:this.props.openToDate})}},{key:"render",value:function(){var e=this.props.container||Ot;return n.createElement("div",{ref:this.containerRef},n.createElement(e,{className:a("react-datepicker",this.props.className,{"react-datepicker--time-only":this.props.showTimeSelectOnly}),showPopperArrow:this.props.showPopperArrow},this.renderPreviousButton(),this.renderNextButton(),this.renderMonths(),this.renderYears(),this.renderTodayButton(),this.renderTimeSection(),this.renderInputTimeSection(),this.props.children))}}]),r}(n.Component),Nt=function(e){return!e.disabled&&-1!==e.tabIndex},Dt=function(e){ge(r,e);var t=we(r);function r(e){var a;return ce(this,r),fe(be(a=t.call(this,e)),"getTabChildren",(function(){return Array.prototype.slice.call(a.tabLoopRef.current.querySelectorAll("[tabindex], a, button, input, select, textarea"),1,-1).filter(Nt)})),fe(be(a),"handleFocusStart",(function(e){var t=a.getTabChildren();t&&t.length>1&&t[t.length-1].focus()})),fe(be(a),"handleFocusEnd",(function(e){var t=a.getTabChildren();t&&t.length>1&&t[0].focus()})),a.tabLoopRef=n.createRef(),a}return de(r,null,[{key:"defaultProps",get:function(){return{enableTabLoop:!0}}}]),de(r,[{key:"render",value:function(){return this.props.enableTabLoop?n.createElement("div",{className:"react-datepicker__tab-loop",ref:this.tabLoopRef},n.createElement("div",{className:"react-datepicker__tab-loop__start",tabIndex:"0",onFocus:this.handleFocusStart}),this.props.children,n.createElement("div",{className:"react-datepicker__tab-loop__end",tabIndex:"0",onFocus:this.handleFocusEnd})):this.props.children}}]),r}(n.Component),At=function(e){ge(r,e);var t=we(r);function r(){return ce(this,r),t.apply(this,arguments)}return de(r,[{key:"render",value:function(){var e,t=this.props,r=t.className,i=t.wrapperClassName,o=t.hidePopper,s=t.popperComponent,l=t.popperModifiers,u=t.popperPlacement,c=t.popperProps,p=t.targetComponent,d=t.enableTabLoop,f=t.popperOnKeyDown;if(!o){var m=a("react-datepicker-popper",r);e=n.createElement(le.Popper,me({modifiers:l,placement:u},c),(function(e){var t=e.ref,r=e.style,a=e.placement,i=e.arrowProps;return n.createElement(Dt,{enableTabLoop:d},n.createElement("div",me({ref:t,style:r},{className:m,"data-placement":a,onKeyDown:f}),n.cloneElement(s,{arrowProps:i})))}))}this.props.popperContainer&&(e=n.createElement(this.props.popperContainer,{},e));var h=a("react-datepicker-wrapper",i);return n.createElement(le.Manager,{className:"react-datepicker-manager"},n.createElement(le.Reference,null,(function(e){var t=e.ref;return n.createElement("div",{ref:t,className:h},p)})),e)}}],[{key:"defaultProps",get:function(){return{hidePopper:!0,popperModifiers:{preventOverflow:{enabled:!0,escapeWithReference:!0,boundariesElement:"viewport"}},popperProps:{},popperPlacement:"bottom-start"}}}]),r}(n.Component),Pt=se(Tt),Rt=function(e){ge(r,e);var t=we(r);function r(e){var o;return ce(this,r),fe(be(o=t.call(this,e)),"getPreSelection",(function(){return o.props.openToDate?o.props.openToDate:o.props.selectsEnd&&o.props.startDate?o.props.startDate:o.props.selectsStart&&o.props.endDate?o.props.endDate:Ie()})),fe(be(o),"calcInitialState",(function(){var e=o.getPreSelection(),t=st(o.props),n=lt(o.props),r=t&&ne(e,t)?t:n&&te(e,n)?n:e;return{open:o.props.startOpen||!1,preventFocus:!1,preSelection:o.props.selected?o.props.selected:r,highlightDates:ut(o.props.highlightDates),focused:!1}})),fe(be(o),"clearPreventFocusTimeout",(function(){o.preventFocusTimeout&&clearTimeout(o.preventFocusTimeout)})),fe(be(o),"setFocus",(function(){o.input&&o.input.focus&&o.input.focus()})),fe(be(o),"setBlur",(function(){o.input&&o.input.blur&&o.input.blur(),o.cancelFocusInput()})),fe(be(o),"setOpen",(function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];o.setState({open:e,preSelection:e&&o.state.open?o.state.preSelection:o.calcInitialState().preSelection,lastPreSelectChange:Lt},(function(){e||o.setState((function(e){return{focused:!!t&&e.focused}}),(function(){!t&&o.setBlur(),o.setState({inputValue:null})}))}))})),fe(be(o),"inputOk",(function(){return i(o.state.preSelection)})),fe(be(o),"isCalendarOpen",(function(){return void 0===o.props.open?o.state.open&&!o.props.disabled&&!o.props.readOnly:o.props.open})),fe(be(o),"handleFocus",(function(e){o.state.preventFocus||(o.props.onFocus(e),o.props.preventOpenOnFocus||o.props.readOnly||o.setOpen(!0)),o.setState({focused:!0})})),fe(be(o),"cancelFocusInput",(function(){clearTimeout(o.inputFocusTimeout),o.inputFocusTimeout=null})),fe(be(o),"deferFocusInput",(function(){o.cancelFocusInput(),o.inputFocusTimeout=setTimeout((function(){return o.setFocus()}),1)})),fe(be(o),"handleDropdownFocus",(function(){o.cancelFocusInput()})),fe(be(o),"handleBlur",(function(e){(!o.state.open||o.props.withPortal||o.props.showTimeInput)&&o.props.onBlur(e),o.setState({focused:!1})})),fe(be(o),"handleCalendarClickOutside",(function(e){o.props.inline||o.setOpen(!1),o.props.onClickOutside(e),o.props.withPortal&&e.preventDefault()})),fe(be(o),"handleChange",(function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];var r=t[0];if(!o.props.onChangeRaw||(o.props.onChangeRaw.apply(be(o),t),"function"==typeof r.isDefaultPrevented&&!r.isDefaultPrevented())){o.setState({inputValue:r.target.value,lastPreSelectChange:jt});var a=Oe(r.target.value,o.props.dateFormat,o.props.locale,o.props.strictParsing);!a&&r.target.value||o.setSelected(a,r,!0)}})),fe(be(o),"handleSelect",(function(e,t,n){o.setState({preventFocus:!0},(function(){return o.preventFocusTimeout=setTimeout((function(){return o.setState({preventFocus:!1})}),50),o.preventFocusTimeout})),o.setSelected(e,t,!1,n),!o.props.shouldCloseOnSelect||o.props.showTimeSelect?o.setPreSelection(e):o.props.inline||o.setOpen(!1)})),fe(be(o),"setSelected",(function(e,t,n,r){var a=e;null!==a&&Ge(a,o.props)||(We(o.props.selected,a)&&!o.props.allowSameDay||(null!==a&&(!o.props.selected||n&&(o.props.showTimeSelect||o.props.showTimeSelectOnly||o.props.showTimeInput)||(a=Ne(a,{hour:E(o.props.selected),minute:w(o.props.selected),second:_(o.props.selected)})),o.props.inline||o.setState({preSelection:a}),o.props.inline&&o.props.monthsShown>1&&!o.props.inlineFocusSelectedMonth&&o.setState({monthSelectedIn:r})),o.props.onChange(a,t)),o.props.onSelect(a,t),n||o.setState({inputValue:null}))})),fe(be(o),"setPreSelection",(function(e){var t=void 0!==o.props.minDate,n=void 0!==o.props.maxDate,r=!0;e&&(t&&n?r=Ue(e,o.props.minDate,o.props.maxDate):t?r=te(e,o.props.minDate):n&&(r=ne(e,o.props.maxDate))),r&&o.setState({preSelection:e})})),fe(be(o),"handleTimeChange",(function(e){var t=Ne(o.props.selected?o.props.selected:o.getPreSelection(),{hour:E(e),minute:w(e)});o.setState({preSelection:t}),o.props.onChange(t),o.props.shouldCloseOnSelect&&o.setOpen(!1),o.props.showTimeInput&&o.setOpen(!0),o.setState({inputValue:null})})),fe(be(o),"onInputClick",(function(){o.props.disabled||o.props.readOnly||o.setOpen(!0),o.props.onInputClick()})),fe(be(o),"onInputKeyDown",(function(e){o.props.onKeyDown(e);var t=e.key;if(o.state.open||o.props.inline||o.props.preventOpenOnFocus){if(o.state.open){if("ArrowDown"===t||"ArrowUp"===t){e.preventDefault();var n=o.calendar.componentNode&&o.calendar.componentNode.querySelector('.react-datepicker__day[tabindex="0"]');return void(n&&n.focus())}var r=Ie(o.state.preSelection);"Enter"===t?(e.preventDefault(),o.inputOk()&&o.state.lastPreSelectChange===Lt?(o.handleSelect(r,e),!o.props.shouldCloseOnSelect&&o.setPreSelection(r)):o.setOpen(!1)):"Escape"===t&&(e.preventDefault(),o.setOpen(!1)),o.inputOk()||o.props.onInputError({code:1,msg:"Date input not valid."})}}else"ArrowDown"!==t&&"ArrowUp"!==t&&"Enter"!==t||o.onInputClick()})),fe(be(o),"onDayKeyDown",(function(e){o.props.onKeyDown(e);var t=e.key,n=Ie(o.state.preSelection);if("Enter"===t)e.preventDefault(),o.handleSelect(n,e),!o.props.shouldCloseOnSelect&&o.setPreSelection(n);else if("Escape"===t)e.preventDefault(),o.setOpen(!1),o.inputOk()||o.props.onInputError({code:1,msg:"Date input not valid."});else if(!o.props.disabledKeyboardNavigation){var r;switch(t){case"ArrowLeft":r=v(n,1);break;case"ArrowRight":r=c(n,1);break;case"ArrowUp":r=g(n,1);break;case"ArrowDown":r=p(n,1);break;case"PageUp":r=y(n,1);break;case"PageDown":r=d(n,1);break;case"Home":r=b(n,1);break;case"End":r=f(n,1)}if(!r)return void(o.props.onInputError&&o.props.onInputError({code:1,msg:"Date input not valid."}));e.preventDefault(),o.setState({lastPreSelectChange:Lt}),o.props.adjustDateOnChange&&o.setSelected(r),o.setPreSelection(r)}})),fe(be(o),"onPopperKeyDown",(function(e){"Escape"===e.key&&(e.preventDefault(),o.setState({preventFocus:!0},(function(){o.setOpen(!1),setTimeout((function(){o.setFocus(),o.setState({preventFocus:!1})}))})))})),fe(be(o),"onClearClick",(function(e){e&&e.preventDefault&&e.preventDefault(),o.props.onChange(null,e),o.setState({inputValue:null})})),fe(be(o),"clear",(function(){o.onClearClick()})),fe(be(o),"renderCalendar",(function(){return o.props.inline||o.isCalendarOpen()?n.createElement(Pt,{ref:function(e){o.calendar=e},locale:o.props.locale,chooseDayAriaLabelPrefix:o.props.chooseDayAriaLabelPrefix,disabledDayAriaLabelPrefix:o.props.disabledDayAriaLabelPrefix,weekAriaLabelPrefix:o.props.weekAriaLabelPrefix,adjustDateOnChange:o.props.adjustDateOnChange,setOpen:o.setOpen,shouldCloseOnSelect:o.props.shouldCloseOnSelect,dateFormat:o.props.dateFormatCalendar,useWeekdaysShort:o.props.useWeekdaysShort,formatWeekDay:o.props.formatWeekDay,dropdownMode:o.props.dropdownMode,selected:o.props.selected,preSelection:o.state.preSelection,onSelect:o.handleSelect,onWeekSelect:o.props.onWeekSelect,openToDate:o.props.openToDate,minDate:o.props.minDate,maxDate:o.props.maxDate,selectsStart:o.props.selectsStart,selectsEnd:o.props.selectsEnd,startDate:o.props.startDate,endDate:o.props.endDate,excludeDates:o.props.excludeDates,filterDate:o.props.filterDate,onClickOutside:o.handleCalendarClickOutside,formatWeekNumber:o.props.formatWeekNumber,highlightDates:o.state.highlightDates,includeDates:o.props.includeDates,includeTimes:o.props.includeTimes,injectTimes:o.props.injectTimes,inline:o.props.inline,peekNextMonth:o.props.peekNextMonth,showMonthDropdown:o.props.showMonthDropdown,showPreviousMonths:o.props.showPreviousMonths,useShortMonthInDropdown:o.props.useShortMonthInDropdown,showMonthYearDropdown:o.props.showMonthYearDropdown,showWeekNumbers:o.props.showWeekNumbers,showYearDropdown:o.props.showYearDropdown,withPortal:o.props.withPortal,forceShowMonthNavigation:o.props.forceShowMonthNavigation,showDisabledMonthNavigation:o.props.showDisabledMonthNavigation,scrollableYearDropdown:o.props.scrollableYearDropdown,scrollableMonthYearDropdown:o.props.scrollableMonthYearDropdown,todayButton:o.props.todayButton,weekLabel:o.props.weekLabel,outsideClickIgnoreClass:"react-datepicker-ignore-onclickoutside",fixedHeight:o.props.fixedHeight,monthsShown:o.props.monthsShown,monthSelectedIn:o.state.monthSelectedIn,onDropdownFocus:o.handleDropdownFocus,onMonthChange:o.props.onMonthChange,onYearChange:o.props.onYearChange,dayClassName:o.props.dayClassName,weekDayClassName:o.props.weekDayClassName,monthClassName:o.props.monthClassName,timeClassName:o.props.timeClassName,showTimeSelect:o.props.showTimeSelect,showTimeSelectOnly:o.props.showTimeSelectOnly,onTimeChange:o.handleTimeChange,timeFormat:o.props.timeFormat,timeIntervals:o.props.timeIntervals,minTime:o.props.minTime,maxTime:o.props.maxTime,excludeTimes:o.props.excludeTimes,timeCaption:o.props.timeCaption,className:o.props.calendarClassName,container:o.props.calendarContainer,yearDropdownItemNumber:o.props.yearDropdownItemNumber,previousMonthButtonLabel:o.props.previousMonthButtonLabel,nextMonthButtonLabel:o.props.nextMonthButtonLabel,previousYearButtonLabel:o.props.previousYearButtonLabel,nextYearButtonLabel:o.props.nextYearButtonLabel,timeInputLabel:o.props.timeInputLabel,disabledKeyboardNavigation:o.props.disabledKeyboardNavigation,renderCustomHeader:o.props.renderCustomHeader,popperProps:o.props.popperProps,renderDayContents:o.props.renderDayContents,onDayMouseEnter:o.props.onDayMouseEnter,onMonthMouseLeave:o.props.onMonthMouseLeave,showTimeInput:o.props.showTimeInput,showMonthYearPicker:o.props.showMonthYearPicker,showFullMonthYearPicker:o.props.showFullMonthYearPicker,showYearPicker:o.props.showYearPicker,showQuarterYearPicker:o.props.showQuarterYearPicker,showPopperArrow:o.props.showPopperArrow,excludeScrollbar:o.props.excludeScrollbar,handleOnKeyDown:o.onDayKeyDown,isInputFocused:o.state.focused,customTimeInput:o.props.customTimeInput,setPreSelection:o.setPreSelection},o.props.children):null})),fe(be(o),"renderDateInput",(function(){var e,t,r,i,s,l=a(o.props.className,fe({},"react-datepicker-ignore-onclickoutside",o.state.open)),u=o.props.customInput||n.createElement("input",{type:"text"}),c=o.props.customInputRef||"ref",p="string"==typeof o.props.value?o.props.value:"string"==typeof o.state.inputValue?o.state.inputValue:(t=o.props.selected,i=(r=o.props).dateFormat,s=r.locale,t&&Te(t,Array.isArray(i)?i[0]:i,s)||"");return n.cloneElement(u,(fe(e={},c,(function(e){o.input=e})),fe(e,"value",p),fe(e,"onBlur",o.handleBlur),fe(e,"onChange",o.handleChange),fe(e,"onClick",o.onInputClick),fe(e,"onFocus",o.handleFocus),fe(e,"onKeyDown",o.onInputKeyDown),fe(e,"id",o.props.id),fe(e,"name",o.props.name),fe(e,"autoFocus",o.props.autoFocus),fe(e,"placeholder",o.props.placeholderText),fe(e,"disabled",o.props.disabled),fe(e,"autoComplete",o.props.autoComplete),fe(e,"className",a(u.props.className,l)),fe(e,"title",o.props.title),fe(e,"readOnly",o.props.readOnly),fe(e,"required",o.props.required),fe(e,"tabIndex",o.props.tabIndex),fe(e,"aria-labelledby",o.props.ariaLabelledBy),e))})),fe(be(o),"renderClearButton",(function(){var e=o.props,t=e.isClearable,r=e.selected,a=e.clearButtonTitle,i=e.ariaLabelClose,s=void 0===i?"Close":i;return t&&null!=r?n.createElement("button",{type:"button",className:"react-datepicker__close-icon","aria-label":s,onClick:o.onClearClick,title:a,tabIndex:-1}):null})),o.state=o.calcInitialState(),o}return de(r,null,[{key:"defaultProps",get:function(){return{allowSameDay:!1,dateFormat:"MM/dd/yyyy",dateFormatCalendar:"LLLL yyyy",onChange:function(){},disabled:!1,disabledKeyboardNavigation:!1,dropdownMode:"scroll",onFocus:function(){},onBlur:function(){},onKeyDown:function(){},onInputClick:function(){},onSelect:function(){},onClickOutside:function(){},onMonthChange:function(){},onCalendarOpen:function(){},onCalendarClose:function(){},preventOpenOnFocus:!1,onYearChange:function(){},onInputError:function(){},monthsShown:1,readOnly:!1,withPortal:!1,shouldCloseOnSelect:!0,showTimeSelect:!1,showTimeInput:!1,showPreviousMonths:!1,showMonthYearPicker:!1,showFullMonthYearPicker:!1,showYearPicker:!1,showQuarterYearPicker:!1,strictParsing:!1,timeIntervals:30,timeCaption:"Time",previousMonthButtonLabel:"Previous Month",nextMonthButtonLabel:"Next Month",previousYearButtonLabel:"Previous Year",nextYearButtonLabel:"Next Year",timeInputLabel:"Time",enableTabLoop:!0,renderDayContents:function(e){return e},inlineFocusSelectedMonth:!1,showPopperArrow:!0,excludeScrollbar:!0,customTimeInput:null}}}]),de(r,[{key:"componentDidUpdate",value:function(e,t){var n,r;e.inline&&(n=e.selected,r=this.props.selected,n&&r?I(n)!==I(r)||x(n)!==x(r):n!==r)&&this.setPreSelection(this.props.selected),void 0!==this.state.monthSelectedIn&&e.monthsShown!==this.props.monthsShown&&this.setState({monthSelectedIn:0}),e.highlightDates!==this.props.highlightDates&&this.setState({highlightDates:ut(this.props.highlightDates)}),t.focused||We(e.selected,this.props.selected)||this.setState({inputValue:null}),t.open!==this.state.open&&(!1===t.open&&!0===this.state.open&&this.props.onCalendarOpen(),!0===t.open&&!1===this.state.open&&this.props.onCalendarClose())}},{key:"componentWillUnmount",value:function(){this.clearPreventFocusTimeout()}},{key:"render",value:function(){var e=this.renderCalendar();return this.props.inline&&!this.props.withPortal?e:this.props.withPortal?n.createElement("div",null,this.props.inline?null:n.createElement("div",{className:"react-datepicker__input-container"},this.renderDateInput(),this.renderClearButton()),this.state.open||this.props.inline?n.createElement("div",{className:"react-datepicker__portal"},e):null):n.createElement(At,{className:this.props.popperClassName,wrapperClassName:this.props.wrapperClassName,hidePopper:!this.isCalendarOpen(),popperModifiers:this.props.popperModifiers,targetComponent:n.createElement("div",{className:"react-datepicker__input-container"},this.renderDateInput(),this.renderClearButton()),popperContainer:this.props.popperContainer,popperComponent:e,popperPlacement:this.props.popperPlacement,popperProps:this.props.popperProps,popperOnKeyDown:this.onPopperKeyDown,enableTabLoop:this.props.enableTabLoop})}}]),r}(n.Component),jt="input",Lt="navigate";t.CalendarContainer=Ot,t.default=Rt,t.getDefaultLocale=Ve,t.registerLocale=function(t,n){var r="undefined"!=typeof window?window:e;r.__localeData__||(r.__localeData__={}),r.__localeData__[t]=n},t.setDefaultLocale=function(t){("undefined"!=typeof window?window:e).__localeId__=t},Object.defineProperty(t,"__esModule",{value:!0})}(t,n(0),n(2),n(14),n(677),n(491),n(789),n(492),n(493),n(335),n(494),n(336),n(495),n(678),n(679),n(680),n(681),n(682),n(683),n(684),n(685),n(686),n(687),n(688),n(792),n(689),n(690),n(691),n(692),n(693),n(694),n(695),n(498),n(696),n(697),n(698),n(699),n(700),n(701),n(702),n(703),n(147),n(99),n(704),n(364),n(705),n(706),n(707),n(708),n(709),n(710),n(711),n(712),n(713),n(714),n(715),n(716),n(12),n(337),n(717),n(718),n(790))}).call(this,n(41))},361:function(e,t,n){"use strict";n.d(t,"a",(function(){return o}));var r=n(20),a=n(160),i=n(10);function o(e,t){Object(i.a)(2,arguments);var n=Object(r.a)(t);return Object(a.a)(e,-n)}},362:function(e,t,n){"use strict";function r(e,t){switch(e){case"P":return t.date({width:"short"});case"PP":return t.date({width:"medium"});case"PPP":return t.date({width:"long"});case"PPPP":default:return t.date({width:"full"})}}function a(e,t){switch(e){case"p":return t.time({width:"short"});case"pp":return t.time({width:"medium"});case"ppp":return t.time({width:"long"});case"pppp":default:return t.time({width:"full"})}}var i={p:a,P:function(e,t){var n,i=e.match(/(P+)(p+)?/),o=i[1],s=i[2];if(!s)return r(e,t);switch(o){case"P":n=t.dateTime({width:"short"});break;case"PP":n=t.dateTime({width:"medium"});break;case"PPP":n=t.dateTime({width:"long"});break;case"PPPP":default:n=t.dateTime({width:"full"})}return n.replace("{{date}}",r(o,t)).replace("{{time}}",a(s,t))}};t.a=i},363:function(e,t,n){"use strict";n.d(t,"a",(function(){return o}));var r=n(12),a=n(107),i=n(10);function o(e){Object(i.a)(1,arguments);var t=Object(r.default)(e),n=t.getUTCFullYear(),o=new Date(0);o.setUTCFullYear(n+1,0,4),o.setUTCHours(0,0,0,0);var s=Object(a.a)(o),l=new Date(0);l.setUTCFullYear(n,0,4),l.setUTCHours(0,0,0,0);var u=Object(a.a)(l);return t.getTime()>=s.getTime()?n+1:t.getTime()>=u.getTime()?n:n-1}},364:function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return i}));var r=n(12),a=n(10);function i(e){Object(a.a)(1,arguments);var t=Object(r.default)(e),n=t.getMonth(),i=n-n%3;return t.setMonth(i,1),t.setHours(0,0,0,0),t}},365:function(e,t,n){e.exports=n(738)},369:function(e,t,n){"use strict";n.d(t,"a",(function(){return u}));var r=n(12),a=n(100),i=n(20),o=n(161),s=n(10);function l(e,t){Object(s.a)(1,arguments);var n=t||{},r=n.locale,l=r&&r.options&&r.options.firstWeekContainsDate,u=null==l?1:Object(i.a)(l),c=null==n.firstWeekContainsDate?u:Object(i.a)(n.firstWeekContainsDate),p=Object(o.a)(e,t),d=new Date(0);d.setUTCFullYear(p,0,c),d.setUTCHours(0,0,0,0);var f=Object(a.a)(d,t);return f}function u(e,t){Object(s.a)(1,arguments);var n=Object(r.default)(e),i=Object(a.a)(n,t).getTime()-l(n,t).getTime();return Math.round(i/6048e5)+1}},370:function(e,t,n){"use strict";n.d(t,"a",(function(){return l}));var r=n(12),a=n(107),i=n(363),o=n(10);function s(e){Object(o.a)(1,arguments);var t=Object(i.a)(e),n=new Date(0);n.setUTCFullYear(t,0,4),n.setUTCHours(0,0,0,0);var r=Object(a.a)(n);return r}function l(e){Object(o.a)(1,arguments);var t=Object(r.default)(e),n=Object(a.a)(t).getTime()-s(t).getTime();return Math.round(n/6048e5)+1}},4:function(e,t){e.exports=jQuery},487:function(e,t,n){"use strict";var r=n(723);e.exports=Function.prototype.bind||r},488:function(e,t,n){"use strict";var r=n(487),a=n(535),i=a("%Function.prototype.apply%"),o=a("%Function.prototype.call%"),s=a("%Reflect.apply%",!0)||r.call(o,i),l=a("%Object.getOwnPropertyDescriptor%",!0),u=a("%Object.defineProperty%",!0),c=a("%Math.max%");if(u)try{u({},"a",{value:1})}catch(e){u=null}e.exports=function(e){var t=s(r,o,arguments);if(l&&u){var n=l(t,"length");n.configurable&&u(t,"length",{value:1+c(0,e.length-(arguments.length-1))})}return t};var p=function(){return s(r,i,arguments)};u?u(e.exports,"apply",{value:p}):e.exports.apply=p},491:function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return i}));var r=n(12),a=n(10);function i(e){Object(a.a)(1,arguments);var t=Object(r.default)(e);return!isNaN(t)}},492:function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return o}));var r=n(20),a=n(160),i=n(10);function o(e,t){Object(i.a)(2,arguments);var n=Object(r.a)(t);return Object(a.a)(e,6e4*n)}},493:function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return o}));var r=n(20),a=n(160),i=n(10);function o(e,t){Object(i.a)(2,arguments);var n=Object(r.a)(t);return Object(a.a)(e,36e5*n)}},494:function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return o}));var r=n(20),a=n(335),i=n(10);function o(e,t){Object(i.a)(2,arguments);var n=Object(r.a)(t),o=7*n;return Object(a.default)(e,o)}},495:function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return o}));var r=n(20),a=n(336),i=n(10);function o(e,t){Object(i.a)(2,arguments);var n=Object(r.a)(t);return Object(a.default)(e,12*n)}},496:function(e,t,n){"use strict";var r=function(){};e.exports=r},497:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},a=function(){function e(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}(),i=n(0),o=l(i),s=l(n(2));function l(e){return e&&e.__esModule?e:{default:e}}var u={position:"absolute",top:0,left:0,visibility:"hidden",height:0,overflow:"scroll",whiteSpace:"pre"},c=["extraWidth","injectStyles","inputClassName","inputRef","inputStyle","minWidth","onAutosize","placeholderIsMinWidth"],p=function(e,t){t.style.fontSize=e.fontSize,t.style.fontFamily=e.fontFamily,t.style.fontWeight=e.fontWeight,t.style.fontStyle=e.fontStyle,t.style.letterSpacing=e.letterSpacing,t.style.textTransform=e.textTransform},d=!("undefined"==typeof window||!window.navigator)&&/MSIE |Trident\/|Edge\//.test(window.navigator.userAgent),f=function(){return d?"_"+Math.random().toString(36).substr(2,12):void 0},m=function(e){function t(e){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t);var n=function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}(this,(t.__proto__||Object.getPrototypeOf(t)).call(this,e));return n.inputRef=function(e){n.input=e,"function"==typeof n.props.inputRef&&n.props.inputRef(e)},n.placeHolderSizerRef=function(e){n.placeHolderSizer=e},n.sizerRef=function(e){n.sizer=e},n.state={inputWidth:e.minWidth,inputId:e.id||f()},n}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,e),a(t,[{key:"componentDidMount",value:function(){this.mounted=!0,this.copyInputStyles(),this.updateInputWidth()}},{key:"UNSAFE_componentWillReceiveProps",value:function(e){var t=e.id;t!==this.props.id&&this.setState({inputId:t||f()})}},{key:"componentDidUpdate",value:function(e,t){t.inputWidth!==this.state.inputWidth&&"function"==typeof this.props.onAutosize&&this.props.onAutosize(this.state.inputWidth),this.updateInputWidth()}},{key:"componentWillUnmount",value:function(){this.mounted=!1}},{key:"copyInputStyles",value:function(){if(this.mounted&&window.getComputedStyle){var e=this.input&&window.getComputedStyle(this.input);e&&(p(e,this.sizer),this.placeHolderSizer&&p(e,this.placeHolderSizer))}}},{key:"updateInputWidth",value:function(){if(this.mounted&&this.sizer&&void 0!==this.sizer.scrollWidth){var e=void 0;e=this.props.placeholder&&(!this.props.value||this.props.value&&this.props.placeholderIsMinWidth)?Math.max(this.sizer.scrollWidth,this.placeHolderSizer.scrollWidth)+2:this.sizer.scrollWidth+2,(e+="number"===this.props.type&&void 0===this.props.extraWidth?16:parseInt(this.props.extraWidth)||0)<this.props.minWidth&&(e=this.props.minWidth),e!==this.state.inputWidth&&this.setState({inputWidth:e})}}},{key:"getInput",value:function(){return this.input}},{key:"focus",value:function(){this.input.focus()}},{key:"blur",value:function(){this.input.blur()}},{key:"select",value:function(){this.input.select()}},{key:"renderStyles",value:function(){var e=this.props.injectStyles;return d&&e?o.default.createElement("style",{dangerouslySetInnerHTML:{__html:"input#"+this.state.inputId+"::-ms-clear {display: none;}"}}):null}},{key:"render",value:function(){var e=[this.props.defaultValue,this.props.value,""].reduce((function(e,t){return null!=e?e:t})),t=r({},this.props.style);t.display||(t.display="inline-block");var n=r({boxSizing:"content-box",width:this.state.inputWidth+"px"},this.props.inputStyle),a=function(e,t){var n={};for(var r in e)t.indexOf(r)>=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}(this.props,[]);return function(e){c.forEach((function(t){return delete e[t]}))}(a),a.className=this.props.inputClassName,a.id=this.state.inputId,a.style=n,o.default.createElement("div",{className:this.props.className,style:t},this.renderStyles(),o.default.createElement("input",r({},a,{ref:this.inputRef})),o.default.createElement("div",{ref:this.sizerRef,style:u},e),this.props.placeholder?o.default.createElement("div",{ref:this.placeHolderSizerRef,style:u},this.props.placeholder):null)}}]),t}(i.Component);m.propTypes={className:s.default.string,defaultValue:s.default.any,extraWidth:s.default.oneOfType([s.default.number,s.default.string]),id:s.default.string,injectStyles:s.default.bool,inputClassName:s.default.string,inputRef:s.default.func,inputStyle:s.default.object,minWidth:s.default.oneOfType([s.default.number,s.default.string]),onAutosize:s.default.func,onChange:s.default.func,placeholder:s.default.string,placeholderIsMinWidth:s.default.bool,style:s.default.object,value:s.default.any},m.defaultProps={minWidth:1,injectStyles:!0},t.default=m},498:function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return s}));var r=n(20),a=n(12),i=n(10);function o(e){Object(i.a)(1,arguments);var t=Object(a.default)(e),n=t.getFullYear(),r=t.getMonth(),o=new Date(0);return o.setFullYear(n,r+1,0),o.setHours(0,0,0,0),o.getDate()}function s(e,t){Object(i.a)(2,arguments);var n=Object(a.default)(e),s=Object(r.a)(t),l=n.getFullYear(),u=n.getDate(),c=new Date(0);c.setFullYear(l,s,15),c.setHours(0,0,0,0);var p=o(c);return n.setMonth(s,Math.min(u,p)),n}},501:function(e,t,n){"use strict";(function(e){
|
| 29 |
/**!
|
| 30 |
* @fileOverview Kickass library to create and place poppers near their reference elements.
|
| 31 |
* @version 1.16.1
|
| 50 |
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
| 51 |
* SOFTWARE.
|
| 52 |
*/
|
| 53 |
+
var n="undefined"!=typeof window&&"undefined"!=typeof document&&"undefined"!=typeof navigator,r=function(){for(var e=["Edge","Trident","Firefox"],t=0;t<e.length;t+=1)if(n&&navigator.userAgent.indexOf(e[t])>=0)return 1;return 0}();var a=n&&window.Promise?function(e){var t=!1;return function(){t||(t=!0,window.Promise.resolve().then((function(){t=!1,e()})))}}:function(e){var t=!1;return function(){t||(t=!0,setTimeout((function(){t=!1,e()}),r))}};function i(e){return e&&"[object Function]"==={}.toString.call(e)}function o(e,t){if(1!==e.nodeType)return[];var n=e.ownerDocument.defaultView.getComputedStyle(e,null);return t?n[t]:n}function s(e){return"HTML"===e.nodeName?e:e.parentNode||e.host}function l(e){if(!e)return document.body;switch(e.nodeName){case"HTML":case"BODY":return e.ownerDocument.body;case"#document":return e.body}var t=o(e),n=t.overflow,r=t.overflowX,a=t.overflowY;return/(auto|scroll|overlay)/.test(n+a+r)?e:l(s(e))}function u(e){return e&&e.referenceNode?e.referenceNode:e}var c=n&&!(!window.MSInputMethodContext||!document.documentMode),p=n&&/MSIE 10/.test(navigator.userAgent);function d(e){return 11===e?c:10===e?p:c||p}function f(e){if(!e)return document.documentElement;for(var t=d(10)?document.body:null,n=e.offsetParent||null;n===t&&e.nextElementSibling;)n=(e=e.nextElementSibling).offsetParent;var r=n&&n.nodeName;return r&&"BODY"!==r&&"HTML"!==r?-1!==["TH","TD","TABLE"].indexOf(n.nodeName)&&"static"===o(n,"position")?f(n):n:e?e.ownerDocument.documentElement:document.documentElement}function m(e){return null!==e.parentNode?m(e.parentNode):e}function h(e,t){if(!(e&&e.nodeType&&t&&t.nodeType))return document.documentElement;var n=e.compareDocumentPosition(t)&Node.DOCUMENT_POSITION_FOLLOWING,r=n?e:t,a=n?t:e,i=document.createRange();i.setStart(r,0),i.setEnd(a,0);var o,s,l=i.commonAncestorContainer;if(e!==l&&t!==l||r.contains(a))return"BODY"===(s=(o=l).nodeName)||"HTML"!==s&&f(o.firstElementChild)!==o?f(l):l;var u=m(e);return u.host?h(u.host,t):h(e,m(t).host)}function v(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"top",n="top"===t?"scrollTop":"scrollLeft",r=e.nodeName;if("BODY"===r||"HTML"===r){var a=e.ownerDocument.documentElement,i=e.ownerDocument.scrollingElement||a;return i[n]}return e[n]}function g(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=v(t,"top"),a=v(t,"left"),i=n?-1:1;return e.top+=r*i,e.bottom+=r*i,e.left+=a*i,e.right+=a*i,e}function y(e,t){var n="x"===t?"Left":"Top",r="Left"===n?"Right":"Bottom";return parseFloat(e["border"+n+"Width"])+parseFloat(e["border"+r+"Width"])}function b(e,t,n,r){return Math.max(t["offset"+e],t["scroll"+e],n["client"+e],n["offset"+e],n["scroll"+e],d(10)?parseInt(n["offset"+e])+parseInt(r["margin"+("Height"===e?"Top":"Left")])+parseInt(r["margin"+("Height"===e?"Bottom":"Right")]):0)}function _(e){var t=e.body,n=e.documentElement,r=d(10)&&getComputedStyle(n);return{height:b("Height",t,n,r),width:b("Width",t,n,r)}}var w=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},E=function(){function e(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}(),k=function(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e},S=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e};function C(e){return S({},e,{right:e.left+e.width,bottom:e.top+e.height})}function I(e){var t={};try{if(d(10)){t=e.getBoundingClientRect();var n=v(e,"top"),r=v(e,"left");t.top+=n,t.left+=r,t.bottom+=n,t.right+=r}else t=e.getBoundingClientRect()}catch(e){}var a={left:t.left,top:t.top,width:t.right-t.left,height:t.bottom-t.top},i="HTML"===e.nodeName?_(e.ownerDocument):{},s=i.width||e.clientWidth||a.width,l=i.height||e.clientHeight||a.height,u=e.offsetWidth-s,c=e.offsetHeight-l;if(u||c){var p=o(e);u-=y(p,"x"),c-=y(p,"y"),a.width-=u,a.height-=c}return C(a)}function O(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=d(10),a="HTML"===t.nodeName,i=I(e),s=I(t),u=l(e),c=o(t),p=parseFloat(c.borderTopWidth),f=parseFloat(c.borderLeftWidth);n&&a&&(s.top=Math.max(s.top,0),s.left=Math.max(s.left,0));var m=C({top:i.top-s.top-p,left:i.left-s.left-f,width:i.width,height:i.height});if(m.marginTop=0,m.marginLeft=0,!r&&a){var h=parseFloat(c.marginTop),v=parseFloat(c.marginLeft);m.top-=p-h,m.bottom-=p-h,m.left-=f-v,m.right-=f-v,m.marginTop=h,m.marginLeft=v}return(r&&!n?t.contains(u):t===u&&"BODY"!==u.nodeName)&&(m=g(m,t)),m}function x(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=e.ownerDocument.documentElement,r=O(e,n),a=Math.max(n.clientWidth,window.innerWidth||0),i=Math.max(n.clientHeight,window.innerHeight||0),o=t?0:v(n),s=t?0:v(n,"left"),l={top:o-r.top+r.marginTop,left:s-r.left+r.marginLeft,width:a,height:i};return C(l)}function T(e){var t=e.nodeName;if("BODY"===t||"HTML"===t)return!1;if("fixed"===o(e,"position"))return!0;var n=s(e);return!!n&&T(n)}function N(e){if(!e||!e.parentElement||d())return document.documentElement;for(var t=e.parentElement;t&&"none"===o(t,"transform");)t=t.parentElement;return t||document.documentElement}function D(e,t,n,r){var a=arguments.length>4&&void 0!==arguments[4]&&arguments[4],i={top:0,left:0},o=a?N(e):h(e,u(t));if("viewport"===r)i=x(o,a);else{var c=void 0;"scrollParent"===r?"BODY"===(c=l(s(t))).nodeName&&(c=e.ownerDocument.documentElement):c="window"===r?e.ownerDocument.documentElement:r;var p=O(c,o,a);if("HTML"!==c.nodeName||T(o))i=p;else{var d=_(e.ownerDocument),f=d.height,m=d.width;i.top+=p.top-p.marginTop,i.bottom=f+p.top,i.left+=p.left-p.marginLeft,i.right=m+p.left}}var v="number"==typeof(n=n||0);return i.left+=v?n:n.left||0,i.top+=v?n:n.top||0,i.right-=v?n:n.right||0,i.bottom-=v?n:n.bottom||0,i}function A(e){return e.width*e.height}function P(e,t,n,r,a){var i=arguments.length>5&&void 0!==arguments[5]?arguments[5]:0;if(-1===e.indexOf("auto"))return e;var o=D(n,r,i,a),s={top:{width:o.width,height:t.top-o.top},right:{width:o.right-t.right,height:o.height},bottom:{width:o.width,height:o.bottom-t.bottom},left:{width:t.left-o.left,height:o.height}},l=Object.keys(s).map((function(e){return S({key:e},s[e],{area:A(s[e])})})).sort((function(e,t){return t.area-e.area})),u=l.filter((function(e){var t=e.width,r=e.height;return t>=n.clientWidth&&r>=n.clientHeight})),c=u.length>0?u[0].key:l[0].key,p=e.split("-")[1];return c+(p?"-"+p:"")}function R(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null,a=r?N(t):h(t,u(n));return O(n,a,r)}function j(e){var t=e.ownerDocument.defaultView.getComputedStyle(e),n=parseFloat(t.marginTop||0)+parseFloat(t.marginBottom||0),r=parseFloat(t.marginLeft||0)+parseFloat(t.marginRight||0);return{width:e.offsetWidth+r,height:e.offsetHeight+n}}function L(e){var t={left:"right",right:"left",bottom:"top",top:"bottom"};return e.replace(/left|right|bottom|top/g,(function(e){return t[e]}))}function M(e,t,n){n=n.split("-")[0];var r=j(e),a={width:r.width,height:r.height},i=-1!==["right","left"].indexOf(n),o=i?"top":"left",s=i?"left":"top",l=i?"height":"width",u=i?"width":"height";return a[o]=t[o]+t[l]/2-r[l]/2,a[s]=n===s?t[s]-r[u]:t[L(s)],a}function F(e,t){return Array.prototype.find?e.find(t):e.filter(t)[0]}function q(e,t,n){return(void 0===n?e:e.slice(0,function(e,t,n){if(Array.prototype.findIndex)return e.findIndex((function(e){return e[t]===n}));var r=F(e,(function(e){return e[t]===n}));return e.indexOf(r)}(e,"name",n))).forEach((function(e){e.function&&console.warn("`modifier.function` is deprecated, use `modifier.fn`!");var n=e.function||e.fn;e.enabled&&i(n)&&(t.offsets.popper=C(t.offsets.popper),t.offsets.reference=C(t.offsets.reference),t=n(t,e))})),t}function B(){if(!this.state.isDestroyed){var e={instance:this,styles:{},arrowStyles:{},attributes:{},flipped:!1,offsets:{}};e.offsets.reference=R(this.state,this.popper,this.reference,this.options.positionFixed),e.placement=P(this.options.placement,e.offsets.reference,this.popper,this.reference,this.options.modifiers.flip.boundariesElement,this.options.modifiers.flip.padding),e.originalPlacement=e.placement,e.positionFixed=this.options.positionFixed,e.offsets.popper=M(this.popper,e.offsets.reference,e.placement),e.offsets.popper.position=this.options.positionFixed?"fixed":"absolute",e=q(this.modifiers,e),this.state.isCreated?this.options.onUpdate(e):(this.state.isCreated=!0,this.options.onCreate(e))}}function W(e,t){return e.some((function(e){var n=e.name;return e.enabled&&n===t}))}function U(e){for(var t=[!1,"ms","Webkit","Moz","O"],n=e.charAt(0).toUpperCase()+e.slice(1),r=0;r<t.length;r++){var a=t[r],i=a?""+a+n:e;if(void 0!==document.body.style[i])return i}return null}function V(){return this.state.isDestroyed=!0,W(this.modifiers,"applyStyle")&&(this.popper.removeAttribute("x-placement"),this.popper.style.position="",this.popper.style.top="",this.popper.style.left="",this.popper.style.right="",this.popper.style.bottom="",this.popper.style.willChange="",this.popper.style[U("transform")]=""),this.disableEventListeners(),this.options.removeOnDestroy&&this.popper.parentNode.removeChild(this.popper),this}function $(e){var t=e.ownerDocument;return t?t.defaultView:window}function z(e,t,n,r){n.updateBound=r,$(e).addEventListener("resize",n.updateBound,{passive:!0});var a=l(e);return function e(t,n,r,a){var i="BODY"===t.nodeName,o=i?t.ownerDocument.defaultView:t;o.addEventListener(n,r,{passive:!0}),i||e(l(o.parentNode),n,r,a),a.push(o)}(a,"scroll",n.updateBound,n.scrollParents),n.scrollElement=a,n.eventsEnabled=!0,n}function H(){this.state.eventsEnabled||(this.state=z(this.reference,this.options,this.state,this.scheduleUpdate))}function Y(){var e,t;this.state.eventsEnabled&&(cancelAnimationFrame(this.scheduleUpdate),this.state=(e=this.reference,t=this.state,$(e).removeEventListener("resize",t.updateBound),t.scrollParents.forEach((function(e){e.removeEventListener("scroll",t.updateBound)})),t.updateBound=null,t.scrollParents=[],t.scrollElement=null,t.eventsEnabled=!1,t))}function G(e){return""!==e&&!isNaN(parseFloat(e))&&isFinite(e)}function K(e,t){Object.keys(t).forEach((function(n){var r="";-1!==["width","height","top","right","bottom","left"].indexOf(n)&&G(t[n])&&(r="px"),e.style[n]=t[n]+r}))}var Q=n&&/Firefox/i.test(navigator.userAgent);function X(e,t,n){var r=F(e,(function(e){return e.name===t})),a=!!r&&e.some((function(e){return e.name===n&&e.enabled&&e.order<r.order}));if(!a){var i="`"+t+"`",o="`"+n+"`";console.warn(o+" modifier is required by "+i+" modifier in order to work, be sure to include it before "+i+"!")}return a}var Z=["auto-start","auto","auto-end","top-start","top","top-end","right-start","right","right-end","bottom-end","bottom","bottom-start","left-end","left","left-start"],J=Z.slice(3);function ee(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=J.indexOf(e),r=J.slice(n+1).concat(J.slice(0,n));return t?r.reverse():r}var te="flip",ne="clockwise",re="counterclockwise";function ae(e,t,n,r){var a=[0,0],i=-1!==["right","left"].indexOf(r),o=e.split(/(\+|\-)/).map((function(e){return e.trim()})),s=o.indexOf(F(o,(function(e){return-1!==e.search(/,|\s/)})));o[s]&&-1===o[s].indexOf(",")&&console.warn("Offsets separated by white space(s) are deprecated, use a comma (,) instead.");var l=/\s*,\s*|\s+/,u=-1!==s?[o.slice(0,s).concat([o[s].split(l)[0]]),[o[s].split(l)[1]].concat(o.slice(s+1))]:[o];return(u=u.map((function(e,r){var a=(1===r?!i:i)?"height":"width",o=!1;return e.reduce((function(e,t){return""===e[e.length-1]&&-1!==["+","-"].indexOf(t)?(e[e.length-1]=t,o=!0,e):o?(e[e.length-1]+=t,o=!1,e):e.concat(t)}),[]).map((function(e){return function(e,t,n,r){var a=e.match(/((?:\-|\+)?\d*\.?\d*)(.*)/),i=+a[1],o=a[2];if(!i)return e;if(0===o.indexOf("%")){var s=void 0;switch(o){case"%p":s=n;break;case"%":case"%r":default:s=r}return C(s)[t]/100*i}if("vh"===o||"vw"===o){return("vh"===o?Math.max(document.documentElement.clientHeight,window.innerHeight||0):Math.max(document.documentElement.clientWidth,window.innerWidth||0))/100*i}return i}(e,a,t,n)}))}))).forEach((function(e,t){e.forEach((function(n,r){G(n)&&(a[t]+=n*("-"===e[r-1]?-1:1))}))})),a}var ie={placement:"bottom",positionFixed:!1,eventsEnabled:!0,removeOnDestroy:!1,onCreate:function(){},onUpdate:function(){},modifiers:{shift:{order:100,enabled:!0,fn:function(e){var t=e.placement,n=t.split("-")[0],r=t.split("-")[1];if(r){var a=e.offsets,i=a.reference,o=a.popper,s=-1!==["bottom","top"].indexOf(n),l=s?"left":"top",u=s?"width":"height",c={start:k({},l,i[l]),end:k({},l,i[l]+i[u]-o[u])};e.offsets.popper=S({},o,c[r])}return e}},offset:{order:200,enabled:!0,fn:function(e,t){var n=t.offset,r=e.placement,a=e.offsets,i=a.popper,o=a.reference,s=r.split("-")[0],l=void 0;return l=G(+n)?[+n,0]:ae(n,i,o,s),"left"===s?(i.top+=l[0],i.left-=l[1]):"right"===s?(i.top+=l[0],i.left+=l[1]):"top"===s?(i.left+=l[0],i.top-=l[1]):"bottom"===s&&(i.left+=l[0],i.top+=l[1]),e.popper=i,e},offset:0},preventOverflow:{order:300,enabled:!0,fn:function(e,t){var n=t.boundariesElement||f(e.instance.popper);e.instance.reference===n&&(n=f(n));var r=U("transform"),a=e.instance.popper.style,i=a.top,o=a.left,s=a[r];a.top="",a.left="",a[r]="";var l=D(e.instance.popper,e.instance.reference,t.padding,n,e.positionFixed);a.top=i,a.left=o,a[r]=s,t.boundaries=l;var u=t.priority,c=e.offsets.popper,p={primary:function(e){var n=c[e];return c[e]<l[e]&&!t.escapeWithReference&&(n=Math.max(c[e],l[e])),k({},e,n)},secondary:function(e){var n="right"===e?"left":"top",r=c[n];return c[e]>l[e]&&!t.escapeWithReference&&(r=Math.min(c[n],l[e]-("right"===e?c.width:c.height))),k({},n,r)}};return u.forEach((function(e){var t=-1!==["left","top"].indexOf(e)?"primary":"secondary";c=S({},c,p[t](e))})),e.offsets.popper=c,e},priority:["left","right","top","bottom"],padding:5,boundariesElement:"scrollParent"},keepTogether:{order:400,enabled:!0,fn:function(e){var t=e.offsets,n=t.popper,r=t.reference,a=e.placement.split("-")[0],i=Math.floor,o=-1!==["top","bottom"].indexOf(a),s=o?"right":"bottom",l=o?"left":"top",u=o?"width":"height";return n[s]<i(r[l])&&(e.offsets.popper[l]=i(r[l])-n[u]),n[l]>i(r[s])&&(e.offsets.popper[l]=i(r[s])),e}},arrow:{order:500,enabled:!0,fn:function(e,t){var n;if(!X(e.instance.modifiers,"arrow","keepTogether"))return e;var r=t.element;if("string"==typeof r){if(!(r=e.instance.popper.querySelector(r)))return e}else if(!e.instance.popper.contains(r))return console.warn("WARNING: `arrow.element` must be child of its popper element!"),e;var a=e.placement.split("-")[0],i=e.offsets,s=i.popper,l=i.reference,u=-1!==["left","right"].indexOf(a),c=u?"height":"width",p=u?"Top":"Left",d=p.toLowerCase(),f=u?"left":"top",m=u?"bottom":"right",h=j(r)[c];l[m]-h<s[d]&&(e.offsets.popper[d]-=s[d]-(l[m]-h)),l[d]+h>s[m]&&(e.offsets.popper[d]+=l[d]+h-s[m]),e.offsets.popper=C(e.offsets.popper);var v=l[d]+l[c]/2-h/2,g=o(e.instance.popper),y=parseFloat(g["margin"+p]),b=parseFloat(g["border"+p+"Width"]),_=v-e.offsets.popper[d]-y-b;return _=Math.max(Math.min(s[c]-h,_),0),e.arrowElement=r,e.offsets.arrow=(k(n={},d,Math.round(_)),k(n,f,""),n),e},element:"[x-arrow]"},flip:{order:600,enabled:!0,fn:function(e,t){if(W(e.instance.modifiers,"inner"))return e;if(e.flipped&&e.placement===e.originalPlacement)return e;var n=D(e.instance.popper,e.instance.reference,t.padding,t.boundariesElement,e.positionFixed),r=e.placement.split("-")[0],a=L(r),i=e.placement.split("-")[1]||"",o=[];switch(t.behavior){case te:o=[r,a];break;case ne:o=ee(r);break;case re:o=ee(r,!0);break;default:o=t.behavior}return o.forEach((function(s,l){if(r!==s||o.length===l+1)return e;r=e.placement.split("-")[0],a=L(r);var u=e.offsets.popper,c=e.offsets.reference,p=Math.floor,d="left"===r&&p(u.right)>p(c.left)||"right"===r&&p(u.left)<p(c.right)||"top"===r&&p(u.bottom)>p(c.top)||"bottom"===r&&p(u.top)<p(c.bottom),f=p(u.left)<p(n.left),m=p(u.right)>p(n.right),h=p(u.top)<p(n.top),v=p(u.bottom)>p(n.bottom),g="left"===r&&f||"right"===r&&m||"top"===r&&h||"bottom"===r&&v,y=-1!==["top","bottom"].indexOf(r),b=!!t.flipVariations&&(y&&"start"===i&&f||y&&"end"===i&&m||!y&&"start"===i&&h||!y&&"end"===i&&v),_=!!t.flipVariationsByContent&&(y&&"start"===i&&m||y&&"end"===i&&f||!y&&"start"===i&&v||!y&&"end"===i&&h),w=b||_;(d||g||w)&&(e.flipped=!0,(d||g)&&(r=o[l+1]),w&&(i=function(e){return"end"===e?"start":"start"===e?"end":e}(i)),e.placement=r+(i?"-"+i:""),e.offsets.popper=S({},e.offsets.popper,M(e.instance.popper,e.offsets.reference,e.placement)),e=q(e.instance.modifiers,e,"flip"))})),e},behavior:"flip",padding:5,boundariesElement:"viewport",flipVariations:!1,flipVariationsByContent:!1},inner:{order:700,enabled:!1,fn:function(e){var t=e.placement,n=t.split("-")[0],r=e.offsets,a=r.popper,i=r.reference,o=-1!==["left","right"].indexOf(n),s=-1===["top","left"].indexOf(n);return a[o?"left":"top"]=i[n]-(s?a[o?"width":"height"]:0),e.placement=L(t),e.offsets.popper=C(a),e}},hide:{order:800,enabled:!0,fn:function(e){if(!X(e.instance.modifiers,"hide","preventOverflow"))return e;var t=e.offsets.reference,n=F(e.instance.modifiers,(function(e){return"preventOverflow"===e.name})).boundaries;if(t.bottom<n.top||t.left>n.right||t.top>n.bottom||t.right<n.left){if(!0===e.hide)return e;e.hide=!0,e.attributes["x-out-of-boundaries"]=""}else{if(!1===e.hide)return e;e.hide=!1,e.attributes["x-out-of-boundaries"]=!1}return e}},computeStyle:{order:850,enabled:!0,fn:function(e,t){var n=t.x,r=t.y,a=e.offsets.popper,i=F(e.instance.modifiers,(function(e){return"applyStyle"===e.name})).gpuAcceleration;void 0!==i&&console.warn("WARNING: `gpuAcceleration` option moved to `computeStyle` modifier and will not be supported in future versions of Popper.js!");var o=void 0!==i?i:t.gpuAcceleration,s=f(e.instance.popper),l=I(s),u={position:a.position},c=function(e,t){var n=e.offsets,r=n.popper,a=n.reference,i=Math.round,o=Math.floor,s=function(e){return e},l=i(a.width),u=i(r.width),c=-1!==["left","right"].indexOf(e.placement),p=-1!==e.placement.indexOf("-"),d=t?c||p||l%2==u%2?i:o:s,f=t?i:s;return{left:d(l%2==1&&u%2==1&&!p&&t?r.left-1:r.left),top:f(r.top),bottom:f(r.bottom),right:d(r.right)}}(e,window.devicePixelRatio<2||!Q),p="bottom"===n?"top":"bottom",d="right"===r?"left":"right",m=U("transform"),h=void 0,v=void 0;if(v="bottom"===p?"HTML"===s.nodeName?-s.clientHeight+c.bottom:-l.height+c.bottom:c.top,h="right"===d?"HTML"===s.nodeName?-s.clientWidth+c.right:-l.width+c.right:c.left,o&&m)u[m]="translate3d("+h+"px, "+v+"px, 0)",u[p]=0,u[d]=0,u.willChange="transform";else{var g="bottom"===p?-1:1,y="right"===d?-1:1;u[p]=v*g,u[d]=h*y,u.willChange=p+", "+d}var b={"x-placement":e.placement};return e.attributes=S({},b,e.attributes),e.styles=S({},u,e.styles),e.arrowStyles=S({},e.offsets.arrow,e.arrowStyles),e},gpuAcceleration:!0,x:"bottom",y:"right"},applyStyle:{order:900,enabled:!0,fn:function(e){var t,n;return K(e.instance.popper,e.styles),t=e.instance.popper,n=e.attributes,Object.keys(n).forEach((function(e){!1!==n[e]?t.setAttribute(e,n[e]):t.removeAttribute(e)})),e.arrowElement&&Object.keys(e.arrowStyles).length&&K(e.arrowElement,e.arrowStyles),e},onLoad:function(e,t,n,r,a){var i=R(a,t,e,n.positionFixed),o=P(n.placement,i,t,e,n.modifiers.flip.boundariesElement,n.modifiers.flip.padding);return t.setAttribute("x-placement",o),K(t,{position:n.positionFixed?"fixed":"absolute"}),n},gpuAcceleration:void 0}}},oe=function(){function e(t,n){var r=this,o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};w(this,e),this.scheduleUpdate=function(){return requestAnimationFrame(r.update)},this.update=a(this.update.bind(this)),this.options=S({},e.Defaults,o),this.state={isDestroyed:!1,isCreated:!1,scrollParents:[]},this.reference=t&&t.jquery?t[0]:t,this.popper=n&&n.jquery?n[0]:n,this.options.modifiers={},Object.keys(S({},e.Defaults.modifiers,o.modifiers)).forEach((function(t){r.options.modifiers[t]=S({},e.Defaults.modifiers[t]||{},o.modifiers?o.modifiers[t]:{})})),this.modifiers=Object.keys(this.options.modifiers).map((function(e){return S({name:e},r.options.modifiers[e])})).sort((function(e,t){return e.order-t.order})),this.modifiers.forEach((function(e){e.enabled&&i(e.onLoad)&&e.onLoad(r.reference,r.popper,r.options,e,r.state)})),this.update();var s=this.options.eventsEnabled;s&&this.enableEventListeners(),this.state.eventsEnabled=s}return E(e,[{key:"update",value:function(){return B.call(this)}},{key:"destroy",value:function(){return V.call(this)}},{key:"enableEventListeners",value:function(){return H.call(this)}},{key:"disableEventListeners",value:function(){return Y.call(this)}}]),e}();oe.Utils=("undefined"!=typeof window?window:e).PopperUtils,oe.placements=Z,oe.Defaults=ie,t.a=oe}).call(this,n(41))},502:function(e,t,n){"use strict";t.__esModule=!0;var r=i(n(0)),a=i(n(731));function i(e){return e&&e.__esModule?e:{default:e}}t.default=r.default.createContext||a.default,e.exports=t.default},503:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){return function(t,n){var r,a=n||{};if("formatting"===(a.context?String(a.context):"standalone")&&e.formattingValues){var i=e.defaultFormattingWidth||e.defaultWidth,o=a.width?String(a.width):i;r=e.formattingValues[o]||e.formattingValues[i]}else{var s=e.defaultWidth,l=a.width?String(a.width):e.defaultWidth;r=e.values[l]||e.values[s]}return r[e.argumentCallback?e.argumentCallback(t):t]}},e.exports=t.default},532:function(e,t,n){"use strict";var r=Array.prototype.slice,a=n(533),i=Object.keys,o=i?function(e){return i(e)}:n(720),s=Object.keys;o.shim=function(){Object.keys?function(){var e=Object.keys(arguments);return e&&e.length===arguments.length}(1,2)||(Object.keys=function(e){return a(e)?s(r.call(e)):s(e)}):Object.keys=o;return Object.keys||o},e.exports=o},533:function(e,t,n){"use strict";var r=Object.prototype.toString;e.exports=function(e){var t=r.call(e),n="[object Arguments]"===t;return n||(n="[object Array]"!==t&&null!==e&&"object"==typeof e&&"number"==typeof e.length&&e.length>=0&&"[object Function]"===r.call(e.callee)),n}},534:function(e,t,n){"use strict";var r=n(535),a=n(488),i=a(r("String.prototype.indexOf"));e.exports=function(e,t){var n=r(e,!!t);return"function"==typeof n&&i(e,".prototype.")>-1?a(n):n}},535:function(e,t,n){"use strict";var r=SyntaxError,a=Function,i=TypeError,o=function(e){try{return a('"use strict"; return ('+e+").constructor;")()}catch(e){}},s=Object.getOwnPropertyDescriptor;if(s)try{s({},"")}catch(e){s=null}var l=function(){throw new i},u=s?function(){try{return l}catch(e){try{return s(arguments,"callee").get}catch(e){return l}}}():l,c=n(536)(),p=Object.getPrototypeOf||function(e){return e.__proto__},d={},f="undefined"==typeof Uint8Array?void 0:p(Uint8Array),m={"%AggregateError%":"undefined"==typeof AggregateError?void 0:AggregateError,"%Array%":Array,"%ArrayBuffer%":"undefined"==typeof ArrayBuffer?void 0:ArrayBuffer,"%ArrayIteratorPrototype%":c?p([][Symbol.iterator]()):void 0,"%AsyncFromSyncIteratorPrototype%":void 0,"%AsyncFunction%":d,"%AsyncGenerator%":d,"%AsyncGeneratorFunction%":d,"%AsyncIteratorPrototype%":d,"%Atomics%":"undefined"==typeof Atomics?void 0:Atomics,"%BigInt%":"undefined"==typeof BigInt?void 0:BigInt,"%Boolean%":Boolean,"%DataView%":"undefined"==typeof DataView?void 0:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Error,"%eval%":eval,"%EvalError%":EvalError,"%Float32Array%":"undefined"==typeof Float32Array?void 0:Float32Array,"%Float64Array%":"undefined"==typeof Float64Array?void 0:Float64Array,"%FinalizationRegistry%":"undefined"==typeof FinalizationRegistry?void 0:FinalizationRegistry,"%Function%":a,"%GeneratorFunction%":d,"%Int8Array%":"undefined"==typeof Int8Array?void 0:Int8Array,"%Int16Array%":"undefined"==typeof Int16Array?void 0:Int16Array,"%Int32Array%":"undefined"==typeof Int32Array?void 0:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":c?p(p([][Symbol.iterator]())):void 0,"%JSON%":"object"==typeof JSON?JSON:void 0,"%Map%":"undefined"==typeof Map?void 0:Map,"%MapIteratorPrototype%":"undefined"!=typeof Map&&c?p((new Map)[Symbol.iterator]()):void 0,"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"==typeof Promise?void 0:Promise,"%Proxy%":"undefined"==typeof Proxy?void 0:Proxy,"%RangeError%":RangeError,"%ReferenceError%":ReferenceError,"%Reflect%":"undefined"==typeof Reflect?void 0:Reflect,"%RegExp%":RegExp,"%Set%":"undefined"==typeof Set?void 0:Set,"%SetIteratorPrototype%":"undefined"!=typeof Set&&c?p((new Set)[Symbol.iterator]()):void 0,"%SharedArrayBuffer%":"undefined"==typeof SharedArrayBuffer?void 0:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":c?p(""[Symbol.iterator]()):void 0,"%Symbol%":c?Symbol:void 0,"%SyntaxError%":r,"%ThrowTypeError%":u,"%TypedArray%":f,"%TypeError%":i,"%Uint8Array%":"undefined"==typeof Uint8Array?void 0:Uint8Array,"%Uint8ClampedArray%":"undefined"==typeof Uint8ClampedArray?void 0:Uint8ClampedArray,"%Uint16Array%":"undefined"==typeof Uint16Array?void 0:Uint16Array,"%Uint32Array%":"undefined"==typeof Uint32Array?void 0:Uint32Array,"%URIError%":URIError,"%WeakMap%":"undefined"==typeof WeakMap?void 0:WeakMap,"%WeakRef%":"undefined"==typeof WeakRef?void 0:WeakRef,"%WeakSet%":"undefined"==typeof WeakSet?void 0:WeakSet},h={"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},v=n(487),g=n(724),y=v.call(Function.call,Array.prototype.concat),b=v.call(Function.apply,Array.prototype.splice),_=v.call(Function.call,String.prototype.replace),w=v.call(Function.call,String.prototype.slice),E=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,k=/\\(\\)?/g,S=function(e){var t=w(e,0,1),n=w(e,-1);if("%"===t&&"%"!==n)throw new r("invalid intrinsic syntax, expected closing `%`");if("%"===n&&"%"!==t)throw new r("invalid intrinsic syntax, expected opening `%`");var a=[];return _(e,E,(function(e,t,n,r){a[a.length]=n?_(r,k,"$1"):t||e})),a},C=function(e,t){var n,a=e;if(g(h,a)&&(a="%"+(n=h[a])[0]+"%"),g(m,a)){var s=m[a];if(s===d&&(s=function e(t){var n;if("%AsyncFunction%"===t)n=o("async function () {}");else if("%GeneratorFunction%"===t)n=o("function* () {}");else if("%AsyncGeneratorFunction%"===t)n=o("async function* () {}");else if("%AsyncGenerator%"===t){var r=e("%AsyncGeneratorFunction%");r&&(n=r.prototype)}else if("%AsyncIteratorPrototype%"===t){var a=e("%AsyncGenerator%");a&&(n=p(a.prototype))}return m[t]=n,n}(a)),void 0===s&&!t)throw new i("intrinsic "+e+" exists, but is not available. Please file an issue!");return{alias:n,name:a,value:s}}throw new r("intrinsic "+e+" does not exist!")};e.exports=function(e,t){if("string"!=typeof e||0===e.length)throw new i("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!=typeof t)throw new i('"allowMissing" argument must be a boolean');var n=S(e),a=n.length>0?n[0]:"",o=C("%"+a+"%",t),l=o.name,u=o.value,c=!1,p=o.alias;p&&(a=p[0],b(n,y([0,1],p)));for(var d=1,f=!0;d<n.length;d+=1){var h=n[d],v=w(h,0,1),_=w(h,-1);if(('"'===v||"'"===v||"`"===v||'"'===_||"'"===_||"`"===_)&&v!==_)throw new r("property names with quotes must have matching quotes");if("constructor"!==h&&f||(c=!0),g(m,l="%"+(a+="."+h)+"%"))u=m[l];else if(null!=u){if(!(h in u)){if(!t)throw new i("base intrinsic for "+e+" exists, but the property is not available.");return}if(s&&d+1>=n.length){var E=s(u,h);u=(f=!!E)&&"get"in E&&!("originalValue"in E.get)?E.get:u[h]}else f=g(u,h),u=u[h];f&&!c&&(m[l]=u)}}return u}},536:function(e,t,n){"use strict";var r="undefined"!=typeof Symbol&&Symbol,a=n(722);e.exports=function(){return"function"==typeof r&&("function"==typeof Symbol&&("symbol"==typeof r("foo")&&("symbol"==typeof Symbol("bar")&&a())))}},537:function(e,t,n){"use strict";var r=function(e){return e!=e};e.exports=function(e,t){return 0===e&&0===t?1/e==1/t:e===t||!(!r(e)||!r(t))}},538:function(e,t,n){"use strict";var r=n(537);e.exports=function(){return"function"==typeof Object.is?Object.is:r}},539:function(e,t,n){"use strict";var r=Object,a=TypeError;e.exports=function(){if(null!=this&&this!==r(this))throw new a("RegExp.prototype.flags getter called on non-object");var e="";return this.global&&(e+="g"),this.ignoreCase&&(e+="i"),this.multiline&&(e+="m"),this.dotAll&&(e+="s"),this.unicode&&(e+="u"),this.sticky&&(e+="y"),e}},540:function(e,t,n){"use strict";var r=n(539),a=n(333).supportsDescriptors,i=Object.getOwnPropertyDescriptor,o=TypeError;e.exports=function(){if(!a)throw new o("RegExp.prototype.flags requires a true ES5 environment that supports property descriptors");if("gim"===/a/gim.flags){var e=i(RegExp.prototype,"flags");if(e&&"function"==typeof e.get&&"boolean"==typeof/a/.dotAll)return e.get}return r}},541:function(e,t,n){var r=n(49),a=n(104),i=n(65),o=n(101).f,s=function(e){return function(t){for(var n,s=i(t),l=a(s),u=l.length,c=0,p=[];u>c;)n=l[c++],r&&!o.call(s,n)||p.push(e?[n,s[n]]:s[n]);return p}};e.exports={entries:s(!0),values:s(!1)}},544:function(e,t){e.exports=function(e,t){if(null==e)return{};var n,r,a={},i=Object.keys(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||(a[n]=e[n]);return a},e.exports.default=e.exports,e.exports.__esModule=!0},545:function(e,t,n){var r=n(532),a=n(721),i=n(725),o=n(727),s=n(728),l=n(730),u=Date.prototype.getTime;function c(e,t,n){var f=n||{};return!!(f.strict?i(e,t):e===t)||(!e||!t||"object"!=typeof e&&"object"!=typeof t?f.strict?i(e,t):e==t:function(e,t,n){var i,f;if(typeof e!=typeof t)return!1;if(p(e)||p(t))return!1;if(e.prototype!==t.prototype)return!1;if(a(e)!==a(t))return!1;var m=o(e),h=o(t);if(m!==h)return!1;if(m||h)return e.source===t.source&&s(e)===s(t);if(l(e)&&l(t))return u.call(e)===u.call(t);var v=d(e),g=d(t);if(v!==g)return!1;if(v||g){if(e.length!==t.length)return!1;for(i=0;i<e.length;i++)if(e[i]!==t[i])return!1;return!0}if(typeof e!=typeof t)return!1;try{var y=r(e),b=r(t)}catch(e){return!1}if(y.length!==b.length)return!1;for(y.sort(),b.sort(),i=y.length-1;i>=0;i--)if(y[i]!=b[i])return!1;for(i=y.length-1;i>=0;i--)if(f=y[i],!c(e[f],t[f],n))return!1;return!0}(e,t,f))}function p(e){return null==e}function d(e){return!(!e||"object"!=typeof e||"number"!=typeof e.length)&&("function"==typeof e.copy&&"function"==typeof e.slice&&!(e.length>0&&"number"!=typeof e[0]))}e.exports=c},547:function(e,t,n){var r;r=function(){var e=JSON.parse('{"$":"dollar","%":"percent","&":"and","<":"less",">":"greater","|":"or","¢":"cent","£":"pound","¤":"currency","¥":"yen","©":"(c)","ª":"a","®":"(r)","º":"o","À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","Æ":"AE","Ç":"C","È":"E","É":"E","Ê":"E","Ë":"E","Ì":"I","Í":"I","Î":"I","Ï":"I","Ð":"D","Ñ":"N","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","Ù":"U","Ú":"U","Û":"U","Ü":"U","Ý":"Y","Þ":"TH","ß":"ss","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","æ":"ae","ç":"c","è":"e","é":"e","ê":"e","ë":"e","ì":"i","í":"i","î":"i","ï":"i","ð":"d","ñ":"n","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","ù":"u","ú":"u","û":"u","ü":"u","ý":"y","þ":"th","ÿ":"y","Ā":"A","ā":"a","Ă":"A","ă":"a","Ą":"A","ą":"a","Ć":"C","ć":"c","Č":"C","č":"c","Ď":"D","ď":"d","Đ":"DJ","đ":"dj","Ē":"E","ē":"e","Ė":"E","ė":"e","Ę":"e","ę":"e","Ě":"E","ě":"e","Ğ":"G","ğ":"g","Ģ":"G","ģ":"g","Ĩ":"I","ĩ":"i","Ī":"i","ī":"i","Į":"I","į":"i","İ":"I","ı":"i","Ķ":"k","ķ":"k","Ļ":"L","ļ":"l","Ľ":"L","ľ":"l","Ł":"L","ł":"l","Ń":"N","ń":"n","Ņ":"N","ņ":"n","Ň":"N","ň":"n","Ő":"O","ő":"o","Œ":"OE","œ":"oe","Ŕ":"R","ŕ":"r","Ř":"R","ř":"r","Ś":"S","ś":"s","Ş":"S","ş":"s","Š":"S","š":"s","Ţ":"T","ţ":"t","Ť":"T","ť":"t","Ũ":"U","ũ":"u","Ū":"u","ū":"u","Ů":"U","ů":"u","Ű":"U","ű":"u","Ų":"U","ų":"u","Ŵ":"W","ŵ":"w","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Ź":"Z","ź":"z","Ż":"Z","ż":"z","Ž":"Z","ž":"z","ƒ":"f","Ơ":"O","ơ":"o","Ư":"U","ư":"u","Lj":"LJ","lj":"lj","Nj":"NJ","nj":"nj","Ș":"S","ș":"s","Ț":"T","ț":"t","˚":"o","Ά":"A","Έ":"E","Ή":"H","Ί":"I","Ό":"O","Ύ":"Y","Ώ":"W","ΐ":"i","Α":"A","Β":"B","Γ":"G","Δ":"D","Ε":"E","Ζ":"Z","Η":"H","Θ":"8","Ι":"I","Κ":"K","Λ":"L","Μ":"M","Ν":"N","Ξ":"3","Ο":"O","Π":"P","Ρ":"R","Σ":"S","Τ":"T","Υ":"Y","Φ":"F","Χ":"X","Ψ":"PS","Ω":"W","Ϊ":"I","Ϋ":"Y","ά":"a","έ":"e","ή":"h","ί":"i","ΰ":"y","α":"a","β":"b","γ":"g","δ":"d","ε":"e","ζ":"z","η":"h","θ":"8","ι":"i","κ":"k","λ":"l","μ":"m","ν":"n","ξ":"3","ο":"o","π":"p","ρ":"r","ς":"s","σ":"s","τ":"t","υ":"y","φ":"f","χ":"x","ψ":"ps","ω":"w","ϊ":"i","ϋ":"y","ό":"o","ύ":"y","ώ":"w","Ё":"Yo","Ђ":"DJ","Є":"Ye","І":"I","Ї":"Yi","Ј":"J","Љ":"LJ","Њ":"NJ","Ћ":"C","Џ":"DZ","А":"A","Б":"B","В":"V","Г":"G","Д":"D","Е":"E","Ж":"Zh","З":"Z","И":"I","Й":"J","К":"K","Л":"L","М":"M","Н":"N","О":"O","П":"P","Р":"R","С":"S","Т":"T","У":"U","Ф":"F","Х":"H","Ц":"C","Ч":"Ch","Ш":"Sh","Щ":"Sh","Ъ":"U","Ы":"Y","Ь":"","Э":"E","Ю":"Yu","Я":"Ya","а":"a","б":"b","в":"v","г":"g","д":"d","е":"e","ж":"zh","з":"z","и":"i","й":"j","к":"k","л":"l","м":"m","н":"n","о":"o","п":"p","р":"r","с":"s","т":"t","у":"u","ф":"f","х":"h","ц":"c","ч":"ch","ш":"sh","щ":"sh","ъ":"u","ы":"y","ь":"","э":"e","ю":"yu","я":"ya","ё":"yo","ђ":"dj","є":"ye","і":"i","ї":"yi","ј":"j","љ":"lj","њ":"nj","ћ":"c","ѝ":"u","џ":"dz","Ґ":"G","ґ":"g","Ғ":"GH","ғ":"gh","Қ":"KH","қ":"kh","Ң":"NG","ң":"ng","Ү":"UE","ү":"ue","Ұ":"U","ұ":"u","Һ":"H","һ":"h","Ә":"AE","ә":"ae","Ө":"OE","ө":"oe","฿":"baht","ა":"a","ბ":"b","გ":"g","დ":"d","ე":"e","ვ":"v","ზ":"z","თ":"t","ი":"i","კ":"k","ლ":"l","მ":"m","ნ":"n","ო":"o","პ":"p","ჟ":"zh","რ":"r","ს":"s","ტ":"t","უ":"u","ფ":"f","ქ":"k","ღ":"gh","ყ":"q","შ":"sh","ჩ":"ch","ც":"ts","ძ":"dz","წ":"ts","ჭ":"ch","ხ":"kh","ჯ":"j","ჰ":"h","Ẁ":"W","ẁ":"w","Ẃ":"W","ẃ":"w","Ẅ":"W","ẅ":"w","ẞ":"SS","Ạ":"A","ạ":"a","Ả":"A","ả":"a","Ấ":"A","ấ":"a","Ầ":"A","ầ":"a","Ẩ":"A","ẩ":"a","Ẫ":"A","ẫ":"a","Ậ":"A","ậ":"a","Ắ":"A","ắ":"a","Ằ":"A","ằ":"a","Ẳ":"A","ẳ":"a","Ẵ":"A","ẵ":"a","Ặ":"A","ặ":"a","Ẹ":"E","ẹ":"e","Ẻ":"E","ẻ":"e","Ẽ":"E","ẽ":"e","Ế":"E","ế":"e","Ề":"E","ề":"e","Ể":"E","ể":"e","Ễ":"E","ễ":"e","Ệ":"E","ệ":"e","Ỉ":"I","ỉ":"i","Ị":"I","ị":"i","Ọ":"O","ọ":"o","Ỏ":"O","ỏ":"o","Ố":"O","ố":"o","Ồ":"O","ồ":"o","Ổ":"O","ổ":"o","Ỗ":"O","ỗ":"o","Ộ":"O","ộ":"o","Ớ":"O","ớ":"o","Ờ":"O","ờ":"o","Ở":"O","ở":"o","Ỡ":"O","ỡ":"o","Ợ":"O","ợ":"o","Ụ":"U","ụ":"u","Ủ":"U","ủ":"u","Ứ":"U","ứ":"u","Ừ":"U","ừ":"u","Ử":"U","ử":"u","Ữ":"U","ữ":"u","Ự":"U","ự":"u","Ỳ":"Y","ỳ":"y","Ỵ":"Y","ỵ":"y","Ỷ":"Y","ỷ":"y","Ỹ":"Y","ỹ":"y","‘":"\'","’":"\'","“":"\\"","”":"\\"","†":"+","•":"*","…":"...","₠":"ecu","₢":"cruzeiro","₣":"french franc","₤":"lira","₥":"mill","₦":"naira","₧":"peseta","₨":"rupee","₩":"won","₪":"new shequel","₫":"dong","€":"euro","₭":"kip","₮":"tugrik","₯":"drachma","₰":"penny","₱":"peso","₲":"guarani","₳":"austral","₴":"hryvnia","₵":"cedi","₸":"kazakhstani tenge","₹":"indian rupee","₽":"russian ruble","₿":"bitcoin","℠":"sm","™":"tm","∂":"d","∆":"delta","∑":"sum","∞":"infinity","♥":"love","元":"yuan","円":"yen","﷼":"rial"}'),t=JSON.parse('{"vi":{"Đ":"D","đ":"d"}}');function n(n,r){if("string"!=typeof n)throw new Error("slugify: string argument expected");var a=t[(r="string"==typeof r?{replacement:r}:r||{}).locale]||{},i=r.replacement||"-",o=n.split("").reduce((function(t,n){return t+(a[n]||e[n]||n)}),"").replace(r.remove||/[^\w\s$*_+~.()'"!\-:@]+/g,"").trim().replace(new RegExp("[\\s"+i+"]+","g"),i);return r.lower&&(o=o.toLowerCase()),r.strict&&(o=o.replace(new RegExp("[^a-zA-Z0-9"+i+"]","g"),"")),o}return n.extend=function(t){for(var n in t)e[n]=t[n]},n},e.exports=r(),e.exports.default=r()},548:function(e,t){e.exports=function(e){if(!window.satismeter){window.satismeter=function(){var e=[];function t(){e.push(arguments)}return t.q=e,t}();var t=document.createElement("script"),n=document.getElementsByTagName("script")[0].parentNode;t.async=1,t.src="https://app.satismeter.com/satismeter.js",n.appendChild(t)}return window.satismeter(e)}},549:function(e,t,n){var r,a,i;
|
| 54 |
/* @license
|
| 55 |
Papa Parse
|
| 56 |
v5.2.0
|
| 57 |
https://github.com/mholt/PapaParse
|
| 58 |
License: MIT
|
| 59 |
+
*/a=[],void 0===(i="function"==typeof(r=function e(){"use strict";var t="undefined"!=typeof self?self:"undefined"!=typeof window?window:void 0!==t?t:{},n=!t.document&&!!t.postMessage,r=n&&/blob:/i.test((t.location||{}).protocol),a={},i=0,o={parse:function(n,r){var s=(r=r||{}).dynamicTyping||!1;if(w(s)&&(r.dynamicTypingFunction=s,s={}),r.dynamicTyping=s,r.transform=!!w(r.transform)&&r.transform,r.worker&&o.WORKERS_SUPPORTED){var l=function(){if(!o.WORKERS_SUPPORTED)return!1;var n,r,s=(n=t.URL||t.webkitURL||null,r=e.toString(),o.BLOB_URL||(o.BLOB_URL=n.createObjectURL(new Blob(["(",r,")();"],{type:"text/javascript"})))),l=new t.Worker(s);return l.onmessage=v,l.id=i++,a[l.id]=l}();return l.userStep=r.step,l.userChunk=r.chunk,l.userComplete=r.complete,l.userError=r.error,r.step=w(r.step),r.chunk=w(r.chunk),r.complete=w(r.complete),r.error=w(r.error),delete r.worker,void l.postMessage({input:n,config:r,workerId:l.id})}var f=null;return o.NODE_STREAM_INPUT,"string"==typeof n?f=r.download?new u(r):new p(r):!0===n.readable&&w(n.read)&&w(n.on)?f=new d(r):(t.File&&n instanceof File||n instanceof Object)&&(f=new c(r)),f.stream(n)},unparse:function(e,t){var n=!1,r=!0,a=",",i="\r\n",s='"',l=s+s,u=!1,c=null;!function(){if("object"==typeof t){if("string"!=typeof t.delimiter||o.BAD_DELIMITERS.filter((function(e){return-1!==t.delimiter.indexOf(e)})).length||(a=t.delimiter),("boolean"==typeof t.quotes||"function"==typeof t.quotes||Array.isArray(t.quotes))&&(n=t.quotes),"boolean"!=typeof t.skipEmptyLines&&"string"!=typeof t.skipEmptyLines||(u=t.skipEmptyLines),"string"==typeof t.newline&&(i=t.newline),"string"==typeof t.quoteChar&&(s=t.quoteChar),"boolean"==typeof t.header&&(r=t.header),Array.isArray(t.columns)){if(0===t.columns.length)throw new Error("Option columns is empty");c=t.columns}void 0!==t.escapeChar&&(l=t.escapeChar+s)}}();var p=new RegExp(m(s),"g");if("string"==typeof e&&(e=JSON.parse(e)),Array.isArray(e)){if(!e.length||Array.isArray(e[0]))return f(null,e,u);if("object"==typeof e[0])return f(c||d(e[0]),e,u)}else if("object"==typeof e)return"string"==typeof e.data&&(e.data=JSON.parse(e.data)),Array.isArray(e.data)&&(e.fields||(e.fields=e.meta&&e.meta.fields),e.fields||(e.fields=Array.isArray(e.data[0])?e.fields:d(e.data[0])),Array.isArray(e.data[0])||"object"==typeof e.data[0]||(e.data=[e.data])),f(e.fields||[],e.data||[],u);throw new Error("Unable to serialize unrecognized input");function d(e){if("object"!=typeof e)return[];var t=[];for(var n in e)t.push(n);return t}function f(e,t,n){var o="";"string"==typeof e&&(e=JSON.parse(e)),"string"==typeof t&&(t=JSON.parse(t));var s=Array.isArray(e)&&0<e.length,l=!Array.isArray(t[0]);if(s&&r){for(var u=0;u<e.length;u++)0<u&&(o+=a),o+=h(e[u],u);0<t.length&&(o+=i)}for(var c=0;c<t.length;c++){var p=s?e.length:t[c].length,d=!1,f=s?0===Object.keys(t[c]).length:0===t[c].length;if(n&&!s&&(d="greedy"===n?""===t[c].join("").trim():1===t[c].length&&0===t[c][0].length),"greedy"===n&&s){for(var m=[],v=0;v<p;v++){var g=l?e[v]:v;m.push(t[c][g])}d=""===m.join("").trim()}if(!d){for(var y=0;y<p;y++){0<y&&!f&&(o+=a);var b=s&&l?e[y]:y;o+=h(t[c][b],y)}c<t.length-1&&(!n||0<p&&!f)&&(o+=i)}}return o}function h(e,t){if(null==e)return"";if(e.constructor===Date)return JSON.stringify(e).slice(1,25);var r=e.toString().replace(p,l);return"boolean"==typeof n&&n||"function"==typeof n&&n(e,t)||Array.isArray(n)&&n[t]||function(e,t){for(var n=0;n<t.length;n++)if(-1<e.indexOf(t[n]))return!0;return!1}(r,o.BAD_DELIMITERS)||-1<r.indexOf(a)||" "===r.charAt(0)||" "===r.charAt(r.length-1)?s+r+s:r}}};if(o.RECORD_SEP=String.fromCharCode(30),o.UNIT_SEP=String.fromCharCode(31),o.BYTE_ORDER_MARK="\ufeff",o.BAD_DELIMITERS=["\r","\n",'"',o.BYTE_ORDER_MARK],o.WORKERS_SUPPORTED=!n&&!!t.Worker,o.NODE_STREAM_INPUT=1,o.LocalChunkSize=10485760,o.RemoteChunkSize=5242880,o.DefaultDelimiter=",",o.Parser=h,o.ParserHandle=f,o.NetworkStreamer=u,o.FileStreamer=c,o.StringStreamer=p,o.ReadableStreamStreamer=d,t.jQuery){var s=t.jQuery;s.fn.parse=function(e){var n=e.config||{},r=[];return this.each((function(e){if("INPUT"!==s(this).prop("tagName").toUpperCase()||"file"!==s(this).attr("type").toLowerCase()||!t.FileReader||!this.files||0===this.files.length)return!0;for(var a=0;a<this.files.length;a++)r.push({file:this.files[a],inputElem:this,instanceConfig:s.extend({},n)})})),a(),this;function a(){if(0!==r.length){var t,n,a,l=r[0];if(w(e.before)){var u=e.before(l.file,l.inputElem);if("object"==typeof u){if("abort"===u.action)return t=l.file,n=l.inputElem,a=u.reason,void(w(e.error)&&e.error({name:"AbortError"},t,n,a));if("skip"===u.action)return void i();"object"==typeof u.config&&(l.instanceConfig=s.extend(l.instanceConfig,u.config))}else if("skip"===u)return void i()}var c=l.instanceConfig.complete;l.instanceConfig.complete=function(e){w(c)&&c(e,l.file,l.inputElem),i()},o.parse(l.file,l.instanceConfig)}else w(e.complete)&&e.complete()}function i(){r.splice(0,1),a()}}}function l(e){this._handle=null,this._finished=!1,this._completed=!1,this._halted=!1,this._input=null,this._baseIndex=0,this._partialLine="",this._rowCount=0,this._start=0,this._nextChunk=null,this.isFirstChunk=!0,this._completeResults={data:[],errors:[],meta:{}},function(e){var t=b(e);t.chunkSize=parseInt(t.chunkSize),e.step||e.chunk||(t.chunkSize=null),this._handle=new f(t),(this._handle.streamer=this)._config=t}.call(this,e),this.parseChunk=function(e,n){if(this.isFirstChunk&&w(this._config.beforeFirstChunk)){var a=this._config.beforeFirstChunk(e);void 0!==a&&(e=a)}this.isFirstChunk=!1,this._halted=!1;var i=this._partialLine+e;this._partialLine="";var s=this._handle.parse(i,this._baseIndex,!this._finished);if(!this._handle.paused()&&!this._handle.aborted()){var l=s.meta.cursor;this._finished||(this._partialLine=i.substring(l-this._baseIndex),this._baseIndex=l),s&&s.data&&(this._rowCount+=s.data.length);var u=this._finished||this._config.preview&&this._rowCount>=this._config.preview;if(r)t.postMessage({results:s,workerId:o.WORKER_ID,finished:u});else if(w(this._config.chunk)&&!n){if(this._config.chunk(s,this._handle),this._handle.paused()||this._handle.aborted())return void(this._halted=!0);s=void 0,this._completeResults=void 0}return this._config.step||this._config.chunk||(this._completeResults.data=this._completeResults.data.concat(s.data),this._completeResults.errors=this._completeResults.errors.concat(s.errors),this._completeResults.meta=s.meta),this._completed||!u||!w(this._config.complete)||s&&s.meta.aborted||(this._config.complete(this._completeResults,this._input),this._completed=!0),u||s&&s.meta.paused||this._nextChunk(),s}this._halted=!0},this._sendError=function(e){w(this._config.error)?this._config.error(e):r&&this._config.error&&t.postMessage({workerId:o.WORKER_ID,error:e,finished:!1})}}function u(e){var t;(e=e||{}).chunkSize||(e.chunkSize=o.RemoteChunkSize),l.call(this,e),this._nextChunk=n?function(){this._readChunk(),this._chunkLoaded()}:function(){this._readChunk()},this.stream=function(e){this._input=e,this._nextChunk()},this._readChunk=function(){if(this._finished)this._chunkLoaded();else{if(t=new XMLHttpRequest,this._config.withCredentials&&(t.withCredentials=this._config.withCredentials),n||(t.onload=_(this._chunkLoaded,this),t.onerror=_(this._chunkError,this)),t.open(this._config.downloadRequestBody?"POST":"GET",this._input,!n),this._config.downloadRequestHeaders){var e=this._config.downloadRequestHeaders;for(var r in e)t.setRequestHeader(r,e[r])}if(this._config.chunkSize){var a=this._start+this._config.chunkSize-1;t.setRequestHeader("Range","bytes="+this._start+"-"+a)}try{t.send(this._config.downloadRequestBody)}catch(e){this._chunkError(e.message)}n&&0===t.status&&this._chunkError()}},this._chunkLoaded=function(){4===t.readyState&&(t.status<200||400<=t.status?this._chunkError():(this._start+=this._config.chunkSize?this._config.chunkSize:t.responseText.length,this._finished=!this._config.chunkSize||this._start>=function(e){var t=e.getResponseHeader("Content-Range");return null===t?-1:parseInt(t.substring(t.lastIndexOf("/")+1))}(t),this.parseChunk(t.responseText)))},this._chunkError=function(e){var n=t.statusText||e;this._sendError(new Error(n))}}function c(e){var t,n;(e=e||{}).chunkSize||(e.chunkSize=o.LocalChunkSize),l.call(this,e);var r="undefined"!=typeof FileReader;this.stream=function(e){this._input=e,n=e.slice||e.webkitSlice||e.mozSlice,r?((t=new FileReader).onload=_(this._chunkLoaded,this),t.onerror=_(this._chunkError,this)):t=new FileReaderSync,this._nextChunk()},this._nextChunk=function(){this._finished||this._config.preview&&!(this._rowCount<this._config.preview)||this._readChunk()},this._readChunk=function(){var e=this._input;if(this._config.chunkSize){var a=Math.min(this._start+this._config.chunkSize,this._input.size);e=n.call(e,this._start,a)}var i=t.readAsText(e,this._config.encoding);r||this._chunkLoaded({target:{result:i}})},this._chunkLoaded=function(e){this._start+=this._config.chunkSize,this._finished=!this._config.chunkSize||this._start>=this._input.size,this.parseChunk(e.target.result)},this._chunkError=function(){this._sendError(t.error)}}function p(e){var t;l.call(this,e=e||{}),this.stream=function(e){return t=e,this._nextChunk()},this._nextChunk=function(){if(!this._finished){var e,n=this._config.chunkSize;return n?(e=t.substring(0,n),t=t.substring(n)):(e=t,t=""),this._finished=!t,this.parseChunk(e)}}}function d(e){l.call(this,e=e||{});var t=[],n=!0,r=!1;this.pause=function(){l.prototype.pause.apply(this,arguments),this._input.pause()},this.resume=function(){l.prototype.resume.apply(this,arguments),this._input.resume()},this.stream=function(e){this._input=e,this._input.on("data",this._streamData),this._input.on("end",this._streamEnd),this._input.on("error",this._streamError)},this._checkIsFinished=function(){r&&1===t.length&&(this._finished=!0)},this._nextChunk=function(){this._checkIsFinished(),t.length?this.parseChunk(t.shift()):n=!0},this._streamData=_((function(e){try{t.push("string"==typeof e?e:e.toString(this._config.encoding)),n&&(n=!1,this._checkIsFinished(),this.parseChunk(t.shift()))}catch(e){this._streamError(e)}}),this),this._streamError=_((function(e){this._streamCleanUp(),this._sendError(e)}),this),this._streamEnd=_((function(){this._streamCleanUp(),r=!0,this._streamData("")}),this),this._streamCleanUp=_((function(){this._input.removeListener("data",this._streamData),this._input.removeListener("end",this._streamEnd),this._input.removeListener("error",this._streamError)}),this)}function f(e){var t,n,r,a=Math.pow(2,53),i=-a,s=/^\s*-?(\d+\.?|\.\d+|\d+\.\d+)(e[-+]?\d+)?\s*$/,l=/(\d{4}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d:[0-5]\d\.\d+([+-][0-2]\d:[0-5]\d|Z))|(\d{4}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d:[0-5]\d([+-][0-2]\d:[0-5]\d|Z))|(\d{4}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d([+-][0-2]\d:[0-5]\d|Z))/,u=this,c=0,p=0,d=!1,f=!1,v=[],g={data:[],errors:[],meta:{}};if(w(e.step)){var y=e.step;e.step=function(t){if(g=t,k())E();else{if(E(),0===g.data.length)return;c+=t.data.length,e.preview&&c>e.preview?n.abort():(g.data=g.data[0],y(g,u))}}}function _(t){return"greedy"===e.skipEmptyLines?""===t.join("").trim():1===t.length&&0===t[0].length}function E(){if(g&&r&&(C("Delimiter","UndetectableDelimiter","Unable to auto-detect delimiting character; defaulted to '"+o.DefaultDelimiter+"'"),r=!1),e.skipEmptyLines)for(var t=0;t<g.data.length;t++)_(g.data[t])&&g.data.splice(t--,1);return k()&&function(){if(g)if(Array.isArray(g.data[0])){for(var t=0;k()&&t<g.data.length;t++)g.data[t].forEach(n);g.data.splice(0,1)}else g.data.forEach(n);function n(t){w(e.transformHeader)&&(t=e.transformHeader(t)),v.push(t)}}(),function(){if(!g||!e.header&&!e.dynamicTyping&&!e.transform)return g;function t(t,n){var r,a=e.header?{}:[];for(r=0;r<t.length;r++){var i=r,o=t[r];e.header&&(i=r>=v.length?"__parsed_extra":v[r]),e.transform&&(o=e.transform(o,i)),o=S(i,o),"__parsed_extra"===i?(a[i]=a[i]||[],a[i].push(o)):a[i]=o}return e.header&&(r>v.length?C("FieldMismatch","TooManyFields","Too many fields: expected "+v.length+" fields but parsed "+r,p+n):r<v.length&&C("FieldMismatch","TooFewFields","Too few fields: expected "+v.length+" fields but parsed "+r,p+n)),a}var n=1;return!g.data.length||Array.isArray(g.data[0])?(g.data=g.data.map(t),n=g.data.length):g.data=t(g.data,0),e.header&&g.meta&&(g.meta.fields=v),p+=n,g}()}function k(){return e.header&&0===v.length}function S(t,n){return r=t,e.dynamicTypingFunction&&void 0===e.dynamicTyping[r]&&(e.dynamicTyping[r]=e.dynamicTypingFunction(r)),!0===(e.dynamicTyping[r]||e.dynamicTyping)?"true"===n||"TRUE"===n||"false"!==n&&"FALSE"!==n&&(function(e){if(s.test(e)){var t=parseFloat(e);if(i<t&&t<a)return!0}return!1}(n)?parseFloat(n):l.test(n)?new Date(n):""===n?null:n):n;var r}function C(e,t,n,r){var a={type:e,code:t,message:n};void 0!==r&&(a.row=r),g.errors.push(a)}this.parse=function(a,i,s){var l=e.quoteChar||'"';if(e.newline||(e.newline=function(e,t){e=e.substring(0,1048576);var n=new RegExp(m(t)+"([^]*?)"+m(t),"gm"),r=(e=e.replace(n,"")).split("\r"),a=e.split("\n"),i=1<a.length&&a[0].length<r[0].length;if(1===r.length||i)return"\n";for(var o=0,s=0;s<r.length;s++)"\n"===r[s][0]&&o++;return o>=r.length/2?"\r\n":"\r"}(a,l)),r=!1,e.delimiter)w(e.delimiter)&&(e.delimiter=e.delimiter(a),g.meta.delimiter=e.delimiter);else{var u=function(t,n,r,a,i){var s,l,u,c;i=i||[",","\t","|",";",o.RECORD_SEP,o.UNIT_SEP];for(var p=0;p<i.length;p++){var d=i[p],f=0,m=0,v=0;u=void 0;for(var g=new h({comments:a,delimiter:d,newline:n,preview:10}).parse(t),y=0;y<g.data.length;y++)if(r&&_(g.data[y]))v++;else{var b=g.data[y].length;m+=b,void 0!==u?0<b&&(f+=Math.abs(b-u),u=b):u=b}0<g.data.length&&(m/=g.data.length-v),(void 0===l||f<=l)&&(void 0===c||c<m)&&1.99<m&&(l=f,s=d,c=m)}return{successful:!!(e.delimiter=s),bestDelimiter:s}}(a,e.newline,e.skipEmptyLines,e.comments,e.delimitersToGuess);u.successful?e.delimiter=u.bestDelimiter:(r=!0,e.delimiter=o.DefaultDelimiter),g.meta.delimiter=e.delimiter}var c=b(e);return e.preview&&e.header&&c.preview++,t=a,n=new h(c),g=n.parse(t,i,s),E(),d?{meta:{paused:!0}}:g||{meta:{paused:!1}}},this.paused=function(){return d},this.pause=function(){d=!0,n.abort(),t=w(e.chunk)?"":t.substring(n.getCharIndex())},this.resume=function(){u.streamer._halted?(d=!1,u.streamer.parseChunk(t,!0)):setTimeout(u.resume,3)},this.aborted=function(){return f},this.abort=function(){f=!0,n.abort(),g.meta.aborted=!0,w(e.complete)&&e.complete(g),t=""}}function m(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function h(e){var t,n=(e=e||{}).delimiter,r=e.newline,a=e.comments,i=e.step,s=e.preview,l=e.fastMode,u=t=void 0===e.quoteChar?'"':e.quoteChar;if(void 0!==e.escapeChar&&(u=e.escapeChar),("string"!=typeof n||-1<o.BAD_DELIMITERS.indexOf(n))&&(n=","),a===n)throw new Error("Comment character same as delimiter");!0===a?a="#":("string"!=typeof a||-1<o.BAD_DELIMITERS.indexOf(a))&&(a=!1),"\n"!==r&&"\r"!==r&&"\r\n"!==r&&(r="\n");var c=0,p=!1;this.parse=function(e,o,d){if("string"!=typeof e)throw new Error("Input must be a string");var f=e.length,h=n.length,v=r.length,g=a.length,y=w(i),b=[],_=[],E=[],k=c=0;if(!e)return M();if(l||!1!==l&&-1===e.indexOf(t)){for(var S=e.split(r),C=0;C<S.length;C++){if(E=S[C],c+=E.length,C!==S.length-1)c+=r.length;else if(d)return M();if(!a||E.substring(0,g)!==a){if(y){if(b=[],P(E.split(n)),F(),p)return M()}else P(E.split(n));if(s&&s<=C)return b=b.slice(0,s),M(!0)}}return M()}for(var I=e.indexOf(n,c),O=e.indexOf(r,c),x=new RegExp(m(u)+m(t),"g"),T=e.indexOf(t,c);;)if(e[c]!==t)if(a&&0===E.length&&e.substring(c,c+g)===a){if(-1===O)return M();c=O+v,O=e.indexOf(r,c),I=e.indexOf(n,c)}else{if(-1!==I&&(I<O||-1===O)){if(!(I<T)){E.push(e.substring(c,I)),c=I+h,I=e.indexOf(n,c);continue}var N=q(I,T,O);if(N&&void 0!==N.nextDelim){I=N.nextDelim,T=N.quoteSearch,E.push(e.substring(c,I)),c=I+h,I=e.indexOf(n,c);continue}}if(-1===O)break;if(E.push(e.substring(c,O)),L(O+v),y&&(F(),p))return M();if(s&&b.length>=s)return M(!0)}else for(T=c,c++;;){if(-1===(T=e.indexOf(t,T+1)))return d||_.push({type:"Quotes",code:"MissingQuotes",message:"Quoted field unterminated",row:b.length,index:c}),j();if(T===f-1)return j(e.substring(c,T).replace(x,t));if(t!==u||e[T+1]!==u){if(t===u||0===T||e[T-1]!==u){-1!==I&&I<T+1&&(I=e.indexOf(n,T+1)),-1!==O&&O<T+1&&(O=e.indexOf(r,T+1));var D=R(-1===O?I:Math.min(I,O));if(e[T+1+D]===n){E.push(e.substring(c,T).replace(x,t)),e[c=T+1+D+h]!==t&&(T=e.indexOf(t,c)),I=e.indexOf(n,c),O=e.indexOf(r,c);break}var A=R(O);if(e.substring(T+1+A,T+1+A+v)===r){if(E.push(e.substring(c,T).replace(x,t)),L(T+1+A+v),I=e.indexOf(n,c),T=e.indexOf(t,c),y&&(F(),p))return M();if(s&&b.length>=s)return M(!0);break}_.push({type:"Quotes",code:"InvalidQuotes",message:"Trailing quote on quoted field is malformed",row:b.length,index:c}),T++}}else T++}return j();function P(e){b.push(e),k=c}function R(t){var n=0;if(-1!==t){var r=e.substring(T+1,t);r&&""===r.trim()&&(n=r.length)}return n}function j(t){return d||(void 0===t&&(t=e.substring(c)),E.push(t),c=f,P(E),y&&F()),M()}function L(t){c=t,P(E),E=[],O=e.indexOf(r,c)}function M(e){return{data:b,errors:_,meta:{delimiter:n,linebreak:r,aborted:p,truncated:!!e,cursor:k+(o||0)}}}function F(){i(M()),b=[],_=[]}function q(r,a,i){var o={nextDelim:void 0,quoteSearch:void 0},s=e.indexOf(t,a+1);if(a<r&&r<s&&(s<i||-1===i)){var l=e.indexOf(n,s);if(-1===l)return o;s<l&&(s=e.indexOf(t,s+1)),o=q(l,s,i)}else o={nextDelim:r,quoteSearch:a};return o}},this.abort=function(){p=!0},this.getCharIndex=function(){return c}}function v(e){var t=e.data,n=a[t.workerId],r=!1;if(t.error)n.userError(t.error,t.file);else if(t.results&&t.results.data){var i={abort:function(){r=!0,g(t.workerId,{data:[],errors:[],meta:{aborted:!0}})},pause:y,resume:y};if(w(n.userStep)){for(var o=0;o<t.results.data.length&&(n.userStep({data:t.results.data[o],errors:t.results.errors,meta:t.results.meta},i),!r);o++);delete t.results}else w(n.userChunk)&&(n.userChunk(t.results,i,t.file),delete t.results)}t.finished&&!r&&g(t.workerId,t.results)}function g(e,t){var n=a[e];w(n.userComplete)&&n.userComplete(t),n.terminate(),delete a[e]}function y(){throw new Error("Not implemented.")}function b(e){if("object"!=typeof e||null===e)return e;var t=Array.isArray(e)?[]:{};for(var n in e)t[n]=b(e[n]);return t}function _(e,t){return function(){e.apply(t,arguments)}}function w(e){return"function"==typeof e}return r&&(t.onmessage=function(e){var n=e.data;if(void 0===o.WORKER_ID&&n&&(o.WORKER_ID=n.workerId),"string"==typeof n.input)t.postMessage({workerId:o.WORKER_ID,results:o.parse(n.input,n.config),finished:!0});else if(t.File&&n.input instanceof File||n.input instanceof Object){var r=o.parse(n.input,n.config);r&&t.postMessage({workerId:o.WORKER_ID,results:r,finished:!0})}}),(u.prototype=Object.create(l.prototype)).constructor=u,(c.prototype=Object.create(l.prototype)).constructor=c,(p.prototype=Object.create(p.prototype)).constructor=p,(d.prototype=Object.create(l.prototype)).constructor=d,o})?r.apply(t,a):r)||(e.exports=i)},550:function(e,t,n){e.exports=n(757)},551:function(e,t,n){e.exports=n(762)},60:function(e,t){e.exports=function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e},e.exports.default=e.exports,e.exports.__esModule=!0},61:function(e,t){e.exports=function(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e},e.exports.default=e.exports,e.exports.__esModule=!0},644:function(e,t,n){var r,a,i;a=[n(4)],void 0===(i="function"==typeof(r=function(t){var n=function(){if(t&&t.fn&&t.fn.select2&&t.fn.select2.amd)var n=t.fn.select2.amd;return function(){
|
| 60 |
/**
|
| 61 |
* @license almond 0.3.3 Copyright jQuery Foundation and other contributors.
|
| 62 |
* Released under MIT license, http://github.com/requirejs/almond/LICENSE
|
| 63 |
*/
|
| 64 |
+
var e,t,r;n&&n.requirejs||(n?t=n:n={},function(n){var a,i,o,s,l={},u={},c={},p={},d=Object.prototype.hasOwnProperty,f=[].slice,m=/\.js$/;function h(e,t){return d.call(e,t)}function v(e,t){var n,r,a,i,o,s,l,u,p,d,f,h=t&&t.split("/"),v=c.map,g=v&&v["*"]||{};if(e){for(o=(e=e.split("/")).length-1,c.nodeIdCompat&&m.test(e[o])&&(e[o]=e[o].replace(m,"")),"."===e[0].charAt(0)&&h&&(e=h.slice(0,h.length-1).concat(e)),p=0;p<e.length;p++)if("."===(f=e[p]))e.splice(p,1),p-=1;else if(".."===f){if(0===p||1===p&&".."===e[2]||".."===e[p-1])continue;p>0&&(e.splice(p-1,2),p-=2)}e=e.join("/")}if((h||g)&&v){for(p=(n=e.split("/")).length;p>0;p-=1){if(r=n.slice(0,p).join("/"),h)for(d=h.length;d>0;d-=1)if((a=v[h.slice(0,d).join("/")])&&(a=a[r])){i=a,s=p;break}if(i)break;!l&&g&&g[r]&&(l=g[r],u=p)}!i&&l&&(i=l,s=u),i&&(n.splice(0,s,i),e=n.join("/"))}return e}function g(e,t){return function(){var n=f.call(arguments,0);return"string"!=typeof n[0]&&1===n.length&&n.push(null),i.apply(void 0,n.concat([e,t]))}}function y(e){return function(t){l[e]=t}}function b(e){if(h(u,e)){var t=u[e];delete u[e],p[e]=!0,a.apply(void 0,t)}if(!h(l,e)&&!h(p,e))throw new Error("No "+e);return l[e]}function _(e){var t,n=e?e.indexOf("!"):-1;return n>-1&&(t=e.substring(0,n),e=e.substring(n+1,e.length)),[t,e]}function w(e){return e?_(e):[]}function E(e){return function(){return c&&c.config&&c.config[e]||{}}}o=function(e,t){var n,r,a=_(e),i=a[0],o=t[1];return e=a[1],i&&(n=b(i=v(i,o))),i?e=n&&n.normalize?n.normalize(e,(r=o,function(e){return v(e,r)})):v(e,o):(i=(a=_(e=v(e,o)))[0],e=a[1],i&&(n=b(i))),{f:i?i+"!"+e:e,n:e,pr:i,p:n}},s={require:function(e){return g(e)},exports:function(e){var t=l[e];return void 0!==t?t:l[e]={}},module:function(e){return{id:e,uri:"",exports:l[e],config:E(e)}}},a=function(e,t,n,r){var a,i,c,d,f,m,v,_=[],E=typeof n;if(m=w(r=r||e),"undefined"===E||"function"===E){for(t=!t.length&&n.length?["require","exports","module"]:t,f=0;f<t.length;f+=1)if("require"===(i=(d=o(t[f],m)).f))_[f]=s.require(e);else if("exports"===i)_[f]=s.exports(e),v=!0;else if("module"===i)a=_[f]=s.module(e);else if(h(l,i)||h(u,i)||h(p,i))_[f]=b(i);else{if(!d.p)throw new Error(e+" missing "+i);d.p.load(d.n,g(r,!0),y(i),{}),_[f]=l[i]}c=n?n.apply(l[e],_):void 0,e&&(a&&void 0!==a.exports&&a.exports!==l[e]?l[e]=a.exports:void 0===c&&v||(l[e]=c))}else e&&(l[e]=n)},e=t=i=function(e,t,n,r,l){if("string"==typeof e)return s[e]?s[e](t):b(o(e,w(t)).f);if(!e.splice){if((c=e).deps&&i(c.deps,c.callback),!t)return;t.splice?(e=t,t=n,n=null):e=void 0}return t=t||function(){},"function"==typeof n&&(n=r,r=l),r?a(void 0,e,t,n):setTimeout((function(){a(void 0,e,t,n)}),4),i},i.config=function(e){return i(e)},e._defined=l,(r=function(e,t,n){if("string"!=typeof e)throw new Error("See almond README: incorrect module build, no module name");t.splice||(n=t,t=[]),h(l,e)||h(u,e)||(u[e]=[e,t,n])}).amd={jQuery:!0}}(),n.requirejs=e,n.require=t,n.define=r)}(),n.define("almond",(function(){})),n.define("jquery",[],(function(){var e=t||$;return null==e&&console&&console.error&&console.error("Select2: An instance of jQuery or a jQuery-compatible library was not found. Make sure that you are including jQuery before Select2 on your web page."),e})),n.define("select2/utils",["jquery"],(function(e){var t={};function n(e){var t=e.prototype,n=[];for(var r in t)"function"==typeof t[r]&&"constructor"!==r&&n.push(r);return n}t.Extend=function(e,t){var n={}.hasOwnProperty;function r(){this.constructor=e}for(var a in t)n.call(t,a)&&(e[a]=t[a]);return r.prototype=t.prototype,e.prototype=new r,e.__super__=t.prototype,e},t.Decorate=function(e,t){var r=n(t),a=n(e);function i(){var n=Array.prototype.unshift,r=t.prototype.constructor.length,a=e.prototype.constructor;r>0&&(n.call(arguments,e.prototype.constructor),a=t.prototype.constructor),a.apply(this,arguments)}t.displayName=e.displayName,i.prototype=new function(){this.constructor=i};for(var o=0;o<a.length;o++){var s=a[o];i.prototype[s]=e.prototype[s]}for(var l=function(e){var n=function(){};e in i.prototype&&(n=i.prototype[e]);var r=t.prototype[e];return function(){var e=Array.prototype.unshift;return e.call(arguments,n),r.apply(this,arguments)}},u=0;u<r.length;u++){var c=r[u];i.prototype[c]=l(c)}return i};var r=function(){this.listeners={}};r.prototype.on=function(e,t){this.listeners=this.listeners||{},e in this.listeners?this.listeners[e].push(t):this.listeners[e]=[t]},r.prototype.trigger=function(e){var t=Array.prototype.slice,n=t.call(arguments,1);this.listeners=this.listeners||{},null==n&&(n=[]),0===n.length&&n.push({}),n[0]._type=e,e in this.listeners&&this.invoke(this.listeners[e],t.call(arguments,1)),"*"in this.listeners&&this.invoke(this.listeners["*"],arguments)},r.prototype.invoke=function(e,t){for(var n=0,r=e.length;n<r;n++)e[n].apply(this,t)},t.Observable=r,t.generateChars=function(e){for(var t="",n=0;n<e;n++)t+=Math.floor(36*Math.random()).toString(36);return t},t.bind=function(e,t){return function(){e.apply(t,arguments)}},t._convertData=function(e){for(var t in e){var n=t.split("-"),r=e;if(1!==n.length){for(var a=0;a<n.length;a++){var i=n[a];(i=i.substring(0,1).toLowerCase()+i.substring(1))in r||(r[i]={}),a==n.length-1&&(r[i]=e[t]),r=r[i]}delete e[t]}}return e},t.hasScroll=function(t,n){var r=e(n),a=n.style.overflowX,i=n.style.overflowY;return(a!==i||"hidden"!==i&&"visible"!==i)&&("scroll"===a||"scroll"===i||r.innerHeight()<n.scrollHeight||r.innerWidth()<n.scrollWidth)},t.escapeMarkup=function(e){var t={"\\":"\","&":"&","<":"<",">":">",'"':""","'":"'","/":"/"};return"string"!=typeof e?e:String(e).replace(/[&<>"'\/\\]/g,(function(e){return t[e]}))},t.__cache={};var a=0;return t.GetUniqueElementId=function(e){var n=e.getAttribute("data-select2-id");return null!=n||(n=e.id?"select2-data-"+e.id:"select2-data-"+(++a).toString()+"-"+t.generateChars(4),e.setAttribute("data-select2-id",n)),n},t.StoreData=function(e,n,r){var a=t.GetUniqueElementId(e);t.__cache[a]||(t.__cache[a]={}),t.__cache[a][n]=r},t.GetData=function(n,r){var a=t.GetUniqueElementId(n);return r?t.__cache[a]&&null!=t.__cache[a][r]?t.__cache[a][r]:e(n).data(r):t.__cache[a]},t.RemoveData=function(e){var n=t.GetUniqueElementId(e);null!=t.__cache[n]&&delete t.__cache[n],e.removeAttribute("data-select2-id")},t.copyNonInternalCssClasses=function(e,t){var n=e.getAttribute("class").trim().split(/\s+/);n=n.filter((function(e){return 0===e.indexOf("select2-")}));var r=t.getAttribute("class").trim().split(/\s+/);r=r.filter((function(e){return 0!==e.indexOf("select2-")}));var a=n.concat(r);e.setAttribute("class",a.join(" "))},t})),n.define("select2/results",["jquery","./utils"],(function(e,t){function n(e,t,r){this.$element=e,this.data=r,this.options=t,n.__super__.constructor.call(this)}return t.Extend(n,t.Observable),n.prototype.render=function(){var t=e('<ul class="select2-results__options" role="listbox"></ul>');return this.options.get("multiple")&&t.attr("aria-multiselectable","true"),this.$results=t,t},n.prototype.clear=function(){this.$results.empty()},n.prototype.displayMessage=function(t){var n=this.options.get("escapeMarkup");this.clear(),this.hideLoading();var r=e('<li role="alert" aria-live="assertive" class="select2-results__option"></li>'),a=this.options.get("translations").get(t.message);r.append(n(a(t.args))),r[0].className+=" select2-results__message",this.$results.append(r)},n.prototype.hideMessages=function(){this.$results.find(".select2-results__message").remove()},n.prototype.append=function(e){this.hideLoading();var t=[];if(null!=e.results&&0!==e.results.length){e.results=this.sort(e.results);for(var n=0;n<e.results.length;n++){var r=e.results[n],a=this.option(r);t.push(a)}this.$results.append(t)}else 0===this.$results.children().length&&this.trigger("results:message",{message:"noResults"})},n.prototype.position=function(e,t){t.find(".select2-results").append(e)},n.prototype.sort=function(e){return this.options.get("sorter")(e)},n.prototype.highlightFirstItem=function(){var e=this.$results.find(".select2-results__option--selectable"),t=e.filter(".select2-results__option--selected");t.length>0?t.first().trigger("mouseenter"):e.first().trigger("mouseenter"),this.ensureHighlightVisible()},n.prototype.setClasses=function(){var n=this;this.data.current((function(r){var a=r.map((function(e){return e.id.toString()}));n.$results.find(".select2-results__option--selectable").each((function(){var n=e(this),r=t.GetData(this,"data"),i=""+r.id;null!=r.element&&r.element.selected||null==r.element&&a.indexOf(i)>-1?(this.classList.add("select2-results__option--selected"),n.attr("aria-selected","true")):(this.classList.remove("select2-results__option--selected"),n.attr("aria-selected","false"))}))}))},n.prototype.showLoading=function(e){this.hideLoading();var t={disabled:!0,loading:!0,text:this.options.get("translations").get("searching")(e)},n=this.option(t);n.className+=" loading-results",this.$results.prepend(n)},n.prototype.hideLoading=function(){this.$results.find(".loading-results").remove()},n.prototype.option=function(n){var r=document.createElement("li");r.classList.add("select2-results__option"),r.classList.add("select2-results__option--selectable");var a={role:"option"},i=window.Element.prototype.matches||window.Element.prototype.msMatchesSelector||window.Element.prototype.webkitMatchesSelector;for(var o in(null!=n.element&&i.call(n.element,":disabled")||null==n.element&&n.disabled)&&(a["aria-disabled"]="true",r.classList.remove("select2-results__option--selectable"),r.classList.add("select2-results__option--disabled")),null==n.id&&r.classList.remove("select2-results__option--selectable"),null!=n._resultId&&(r.id=n._resultId),n.title&&(r.title=n.title),n.children&&(a.role="group",a["aria-label"]=n.text,r.classList.remove("select2-results__option--selectable"),r.classList.add("select2-results__option--group")),a){var s=a[o];r.setAttribute(o,s)}if(n.children){var l=e(r),u=document.createElement("strong");u.className="select2-results__group",this.template(n,u);for(var c=[],p=0;p<n.children.length;p++){var d=n.children[p],f=this.option(d);c.push(f)}var m=e("<ul></ul>",{class:"select2-results__options select2-results__options--nested",role:"none"});m.append(c),l.append(u),l.append(m)}else this.template(n,r);return t.StoreData(r,"data",n),r},n.prototype.bind=function(n,r){var a=this,i=n.id+"-results";this.$results.attr("id",i),n.on("results:all",(function(e){a.clear(),a.append(e.data),n.isOpen()&&(a.setClasses(),a.highlightFirstItem())})),n.on("results:append",(function(e){a.append(e.data),n.isOpen()&&a.setClasses()})),n.on("query",(function(e){a.hideMessages(),a.showLoading(e)})),n.on("select",(function(){n.isOpen()&&(a.setClasses(),a.options.get("scrollAfterSelect")&&a.highlightFirstItem())})),n.on("unselect",(function(){n.isOpen()&&(a.setClasses(),a.options.get("scrollAfterSelect")&&a.highlightFirstItem())})),n.on("open",(function(){a.$results.attr("aria-expanded","true"),a.$results.attr("aria-hidden","false"),a.setClasses(),a.ensureHighlightVisible()})),n.on("close",(function(){a.$results.attr("aria-expanded","false"),a.$results.attr("aria-hidden","true"),a.$results.removeAttr("aria-activedescendant")})),n.on("results:toggle",(function(){var e=a.getHighlightedResults();0!==e.length&&e.trigger("mouseup")})),n.on("results:select",(function(){var e=a.getHighlightedResults();if(0!==e.length){var n=t.GetData(e[0],"data");e.hasClass("select2-results__option--selected")?a.trigger("close",{}):a.trigger("select",{data:n})}})),n.on("results:previous",(function(){var e=a.getHighlightedResults(),t=a.$results.find(".select2-results__option--selectable"),n=t.index(e);if(!(n<=0)){var r=n-1;0===e.length&&(r=0);var i=t.eq(r);i.trigger("mouseenter");var o=a.$results.offset().top,s=i.offset().top,l=a.$results.scrollTop()+(s-o);0===r?a.$results.scrollTop(0):s-o<0&&a.$results.scrollTop(l)}})),n.on("results:next",(function(){var e=a.getHighlightedResults(),t=a.$results.find(".select2-results__option--selectable"),n=t.index(e)+1;if(!(n>=t.length)){var r=t.eq(n);r.trigger("mouseenter");var i=a.$results.offset().top+a.$results.outerHeight(!1),o=r.offset().top+r.outerHeight(!1),s=a.$results.scrollTop()+o-i;0===n?a.$results.scrollTop(0):o>i&&a.$results.scrollTop(s)}})),n.on("results:focus",(function(e){e.element[0].classList.add("select2-results__option--highlighted"),e.element[0].setAttribute("aria-selected","true")})),n.on("results:message",(function(e){a.displayMessage(e)})),e.fn.mousewheel&&this.$results.on("mousewheel",(function(e){var t=a.$results.scrollTop(),n=a.$results.get(0).scrollHeight-t+e.deltaY,r=e.deltaY>0&&t-e.deltaY<=0,i=e.deltaY<0&&n<=a.$results.height();r?(a.$results.scrollTop(0),e.preventDefault(),e.stopPropagation()):i&&(a.$results.scrollTop(a.$results.get(0).scrollHeight-a.$results.height()),e.preventDefault(),e.stopPropagation())})),this.$results.on("mouseup",".select2-results__option--selectable",(function(n){var r=e(this),i=t.GetData(this,"data");r.hasClass("select2-results__option--selected")?a.options.get("multiple")?a.trigger("unselect",{originalEvent:n,data:i}):a.trigger("close",{}):a.trigger("select",{originalEvent:n,data:i})})),this.$results.on("mouseenter",".select2-results__option--selectable",(function(n){var r=t.GetData(this,"data");a.getHighlightedResults().removeClass("select2-results__option--highlighted").attr("aria-selected","false"),a.trigger("results:focus",{data:r,element:e(this)})}))},n.prototype.getHighlightedResults=function(){return this.$results.find(".select2-results__option--highlighted")},n.prototype.destroy=function(){this.$results.remove()},n.prototype.ensureHighlightVisible=function(){var e=this.getHighlightedResults();if(0!==e.length){var t=this.$results.find(".select2-results__option--selectable").index(e),n=this.$results.offset().top,r=e.offset().top,a=this.$results.scrollTop()+(r-n),i=r-n;a-=2*e.outerHeight(!1),t<=2?this.$results.scrollTop(0):(i>this.$results.outerHeight()||i<0)&&this.$results.scrollTop(a)}},n.prototype.template=function(t,n){var r=this.options.get("templateResult"),a=this.options.get("escapeMarkup"),i=r(t,n);null==i?n.style.display="none":"string"==typeof i?n.innerHTML=a(i):e(n).append(i)},n})),n.define("select2/keys",[],(function(){return{BACKSPACE:8,TAB:9,ENTER:13,SHIFT:16,CTRL:17,ALT:18,ESC:27,SPACE:32,PAGE_UP:33,PAGE_DOWN:34,END:35,HOME:36,LEFT:37,UP:38,RIGHT:39,DOWN:40,DELETE:46}})),n.define("select2/selection/base",["jquery","../utils","../keys"],(function(e,t,n){function r(e,t){this.$element=e,this.options=t,r.__super__.constructor.call(this)}return t.Extend(r,t.Observable),r.prototype.render=function(){var n=e('<span class="select2-selection" role="combobox" aria-haspopup="true" aria-expanded="false"></span>');return this._tabindex=0,null!=t.GetData(this.$element[0],"old-tabindex")?this._tabindex=t.GetData(this.$element[0],"old-tabindex"):null!=this.$element.attr("tabindex")&&(this._tabindex=this.$element.attr("tabindex")),n.attr("title",this.$element.attr("title")),n.attr("tabindex",this._tabindex),n.attr("aria-disabled","false"),this.$selection=n,n},r.prototype.bind=function(e,t){var r=this,a=e.id+"-results";this.container=e,this.$selection.on("focus",(function(e){r.trigger("focus",e)})),this.$selection.on("blur",(function(e){r._handleBlur(e)})),this.$selection.on("keydown",(function(e){r.trigger("keypress",e),e.which===n.SPACE&&e.preventDefault()})),e.on("results:focus",(function(e){r.$selection.attr("aria-activedescendant",e.data._resultId)})),e.on("selection:update",(function(e){r.update(e.data)})),e.on("open",(function(){r.$selection.attr("aria-expanded","true"),r.$selection.attr("aria-owns",a),r._attachCloseHandler(e)})),e.on("close",(function(){r.$selection.attr("aria-expanded","false"),r.$selection.removeAttr("aria-activedescendant"),r.$selection.removeAttr("aria-owns"),r.$selection.trigger("focus"),r._detachCloseHandler(e)})),e.on("enable",(function(){r.$selection.attr("tabindex",r._tabindex),r.$selection.attr("aria-disabled","false")})),e.on("disable",(function(){r.$selection.attr("tabindex","-1"),r.$selection.attr("aria-disabled","true")}))},r.prototype._handleBlur=function(t){var n=this;window.setTimeout((function(){document.activeElement==n.$selection[0]||e.contains(n.$selection[0],document.activeElement)||n.trigger("blur",t)}),1)},r.prototype._attachCloseHandler=function(n){e(document.body).on("mousedown.select2."+n.id,(function(n){var r=e(n.target).closest(".select2");e(".select2.select2-container--open").each((function(){this!=r[0]&&t.GetData(this,"element").select2("close")}))}))},r.prototype._detachCloseHandler=function(t){e(document.body).off("mousedown.select2."+t.id)},r.prototype.position=function(e,t){t.find(".selection").append(e)},r.prototype.destroy=function(){this._detachCloseHandler(this.container)},r.prototype.update=function(e){throw new Error("The `update` method must be defined in child classes.")},r.prototype.isEnabled=function(){return!this.isDisabled()},r.prototype.isDisabled=function(){return this.options.get("disabled")},r})),n.define("select2/selection/single",["jquery","./base","../utils","../keys"],(function(e,t,n,r){function a(){a.__super__.constructor.apply(this,arguments)}return n.Extend(a,t),a.prototype.render=function(){var e=a.__super__.render.call(this);return e[0].classList.add("select2-selection--single"),e.html('<span class="select2-selection__rendered"></span><span class="select2-selection__arrow" role="presentation"><b role="presentation"></b></span>'),e},a.prototype.bind=function(e,t){var n=this;a.__super__.bind.apply(this,arguments);var r=e.id+"-container";this.$selection.find(".select2-selection__rendered").attr("id",r).attr("role","textbox").attr("aria-readonly","true"),this.$selection.attr("aria-labelledby",r),this.$selection.attr("aria-controls",r),this.$selection.on("mousedown",(function(e){1===e.which&&n.trigger("toggle",{originalEvent:e})})),this.$selection.on("focus",(function(e){})),this.$selection.on("blur",(function(e){})),e.on("focus",(function(t){e.isOpen()||n.$selection.trigger("focus")}))},a.prototype.clear=function(){var e=this.$selection.find(".select2-selection__rendered");e.empty(),e.removeAttr("title")},a.prototype.display=function(e,t){var n=this.options.get("templateSelection");return this.options.get("escapeMarkup")(n(e,t))},a.prototype.selectionContainer=function(){return e("<span></span>")},a.prototype.update=function(e){if(0!==e.length){var t=e[0],n=this.$selection.find(".select2-selection__rendered"),r=this.display(t,n);n.empty().append(r);var a=t.title||t.text;a?n.attr("title",a):n.removeAttr("title")}else this.clear()},a})),n.define("select2/selection/multiple",["jquery","./base","../utils"],(function(e,t,n){function r(e,t){r.__super__.constructor.apply(this,arguments)}return n.Extend(r,t),r.prototype.render=function(){var e=r.__super__.render.call(this);return e[0].classList.add("select2-selection--multiple"),e.html('<ul class="select2-selection__rendered"></ul>'),e},r.prototype.bind=function(t,a){var i=this;r.__super__.bind.apply(this,arguments);var o=t.id+"-container";this.$selection.find(".select2-selection__rendered").attr("id",o),this.$selection.on("click",(function(e){i.trigger("toggle",{originalEvent:e})})),this.$selection.on("click",".select2-selection__choice__remove",(function(t){if(!i.isDisabled()){var r=e(this).parent(),a=n.GetData(r[0],"data");i.trigger("unselect",{originalEvent:t,data:a})}})),this.$selection.on("keydown",".select2-selection__choice__remove",(function(e){i.isDisabled()||e.stopPropagation()}))},r.prototype.clear=function(){var e=this.$selection.find(".select2-selection__rendered");e.empty(),e.removeAttr("title")},r.prototype.display=function(e,t){var n=this.options.get("templateSelection");return this.options.get("escapeMarkup")(n(e,t))},r.prototype.selectionContainer=function(){return e('<li class="select2-selection__choice"><button type="button" class="select2-selection__choice__remove" tabindex="-1"><span aria-hidden="true">×</span></button><span class="select2-selection__choice__display"></span></li>')},r.prototype.update=function(e){if(this.clear(),0!==e.length){for(var t=[],r=this.$selection.find(".select2-selection__rendered").attr("id")+"-choice-",a=0;a<e.length;a++){var i=e[a],o=this.selectionContainer(),s=this.display(i,o),l=r+n.generateChars(4)+"-";i.id?l+=i.id:l+=n.generateChars(4),o.find(".select2-selection__choice__display").append(s).attr("id",l);var u=i.title||i.text;u&&o.attr("title",u);var c=this.options.get("translations").get("removeItem"),p=o.find(".select2-selection__choice__remove");p.attr("title",c()),p.attr("aria-label",c()),p.attr("aria-describedby",l),n.StoreData(o[0],"data",i),t.push(o)}this.$selection.find(".select2-selection__rendered").append(t)}},r})),n.define("select2/selection/placeholder",[],(function(){function e(e,t,n){this.placeholder=this.normalizePlaceholder(n.get("placeholder")),e.call(this,t,n)}return e.prototype.normalizePlaceholder=function(e,t){return"string"==typeof t&&(t={id:"",text:t}),t},e.prototype.createPlaceholder=function(e,t){var n=this.selectionContainer();n.html(this.display(t)),n[0].classList.add("select2-selection__placeholder"),n[0].classList.remove("select2-selection__choice");var r=t.title||t.text||n.text();return this.$selection.find(".select2-selection__rendered").attr("title",r),n},e.prototype.update=function(e,t){var n=1==t.length&&t[0].id!=this.placeholder.id;if(t.length>1||n)return e.call(this,t);this.clear();var r=this.createPlaceholder(this.placeholder);this.$selection.find(".select2-selection__rendered").append(r)},e})),n.define("select2/selection/allowClear",["jquery","../keys","../utils"],(function(e,t,n){function r(){}return r.prototype.bind=function(e,t,n){var r=this;e.call(this,t,n),null==this.placeholder&&this.options.get("debug")&&window.console&&console.error&&console.error("Select2: The `allowClear` option should be used in combination with the `placeholder` option."),this.$selection.on("mousedown",".select2-selection__clear",(function(e){r._handleClear(e)})),t.on("keypress",(function(e){r._handleKeyboardClear(e,t)}))},r.prototype._handleClear=function(e,t){if(!this.isDisabled()){var r=this.$selection.find(".select2-selection__clear");if(0!==r.length){t.stopPropagation();var a=n.GetData(r[0],"data"),i=this.$element.val();this.$element.val(this.placeholder.id);var o={data:a};if(this.trigger("clear",o),o.prevented)this.$element.val(i);else{for(var s=0;s<a.length;s++)if(o={data:a[s]},this.trigger("unselect",o),o.prevented)return void this.$element.val(i);this.$element.trigger("input").trigger("change"),this.trigger("toggle",{})}}}},r.prototype._handleKeyboardClear=function(e,n,r){r.isOpen()||n.which!=t.DELETE&&n.which!=t.BACKSPACE||this._handleClear(n)},r.prototype.update=function(t,r){if(t.call(this,r),this.$selection.find(".select2-selection__clear").remove(),this.$selection[0].classList.remove("select2-selection--clearable"),!(this.$selection.find(".select2-selection__placeholder").length>0||0===r.length)){var a=this.$selection.find(".select2-selection__rendered").attr("id"),i=this.options.get("translations").get("removeAllItems"),o=e('<button type="button" class="select2-selection__clear" tabindex="-1"><span aria-hidden="true">×</span></button>');o.attr("title",i()),o.attr("aria-label",i()),o.attr("aria-describedby",a),n.StoreData(o[0],"data",r),this.$selection.prepend(o),this.$selection[0].classList.add("select2-selection--clearable")}},r})),n.define("select2/selection/search",["jquery","../utils","../keys"],(function(e,t,n){function r(e,t,n){e.call(this,t,n)}return r.prototype.render=function(t){var n=this.options.get("translations").get("search"),r=e('<span class="select2-search select2-search--inline"><textarea class="select2-search__field" type="search" tabindex="-1" autocorrect="off" autocapitalize="none" spellcheck="false" role="searchbox" aria-autocomplete="list" ></textarea></span>');this.$searchContainer=r,this.$search=r.find("textarea"),this.$search.prop("autocomplete",this.options.get("autocomplete")),this.$search.attr("aria-label",n());var a=t.call(this);return this._transferTabIndex(),a.append(this.$searchContainer),a},r.prototype.bind=function(e,r,a){var i=this,o=r.id+"-results",s=r.id+"-container";e.call(this,r,a),i.$search.attr("aria-describedby",s),r.on("open",(function(){i.$search.attr("aria-controls",o),i.$search.trigger("focus")})),r.on("close",(function(){i.$search.val(""),i.resizeSearch(),i.$search.removeAttr("aria-controls"),i.$search.removeAttr("aria-activedescendant"),i.$search.trigger("focus")})),r.on("enable",(function(){i.$search.prop("disabled",!1),i._transferTabIndex()})),r.on("disable",(function(){i.$search.prop("disabled",!0)})),r.on("focus",(function(e){i.$search.trigger("focus")})),r.on("results:focus",(function(e){e.data._resultId?i.$search.attr("aria-activedescendant",e.data._resultId):i.$search.removeAttr("aria-activedescendant")})),this.$selection.on("focusin",".select2-search--inline",(function(e){i.trigger("focus",e)})),this.$selection.on("focusout",".select2-search--inline",(function(e){i._handleBlur(e)})),this.$selection.on("keydown",".select2-search--inline",(function(e){if(e.stopPropagation(),i.trigger("keypress",e),i._keyUpPrevented=e.isDefaultPrevented(),e.which===n.BACKSPACE&&""===i.$search.val()){var r=i.$selection.find(".select2-selection__choice").last();if(r.length>0){var a=t.GetData(r[0],"data");i.searchRemoveChoice(a),e.preventDefault()}}})),this.$selection.on("click",".select2-search--inline",(function(e){i.$search.val()&&e.stopPropagation()}));var l=document.documentMode,u=l&&l<=11;this.$selection.on("input.searchcheck",".select2-search--inline",(function(e){u?i.$selection.off("input.search input.searchcheck"):i.$selection.off("keyup.search")})),this.$selection.on("keyup.search input.search",".select2-search--inline",(function(e){if(u&&"input"===e.type)i.$selection.off("input.search input.searchcheck");else{var t=e.which;t!=n.SHIFT&&t!=n.CTRL&&t!=n.ALT&&t!=n.TAB&&i.handleSearch(e)}}))},r.prototype._transferTabIndex=function(e){this.$search.attr("tabindex",this.$selection.attr("tabindex")),this.$selection.attr("tabindex","-1")},r.prototype.createPlaceholder=function(e,t){this.$search.attr("placeholder",t.text)},r.prototype.update=function(e,t){var n=this.$search[0]==document.activeElement;this.$search.attr("placeholder",""),e.call(this,t),this.resizeSearch(),n&&this.$search.trigger("focus")},r.prototype.handleSearch=function(){if(this.resizeSearch(),!this._keyUpPrevented){var e=this.$search.val();this.trigger("query",{term:e})}this._keyUpPrevented=!1},r.prototype.searchRemoveChoice=function(e,t){this.trigger("unselect",{data:t}),this.$search.val(t.text),this.handleSearch()},r.prototype.resizeSearch=function(){this.$search.css("width","25px");var e="100%";""===this.$search.attr("placeholder")&&(e=.75*(this.$search.val().length+1)+"em"),this.$search.css("width",e)},r})),n.define("select2/selection/selectionCss",["../utils"],(function(e){function t(){}return t.prototype.render=function(t){var n=t.call(this),r=this.options.get("selectionCssClass")||"";return-1!==r.indexOf(":all:")&&(r=r.replace(":all:",""),e.copyNonInternalCssClasses(n[0],this.$element[0])),n.addClass(r),n},t})),n.define("select2/selection/eventRelay",["jquery"],(function(e){function t(){}return t.prototype.bind=function(t,n,r){var a=this,i=["open","opening","close","closing","select","selecting","unselect","unselecting","clear","clearing"],o=["opening","closing","selecting","unselecting","clearing"];t.call(this,n,r),n.on("*",(function(t,n){if(-1!==i.indexOf(t)){n=n||{};var r=e.Event("select2:"+t,{params:n});a.$element.trigger(r),-1!==o.indexOf(t)&&(n.prevented=r.isDefaultPrevented())}}))},t})),n.define("select2/translation",["jquery","require"],(function(e,t){function n(e){this.dict=e||{}}return n.prototype.all=function(){return this.dict},n.prototype.get=function(e){return this.dict[e]},n.prototype.extend=function(t){this.dict=e.extend({},t.all(),this.dict)},n._cache={},n.loadPath=function(e){if(!(e in n._cache)){var r=t(e);n._cache[e]=r}return new n(n._cache[e])},n})),n.define("select2/diacritics",[],(function(){return{"Ⓐ":"A","A":"A","À":"A","Á":"A","Â":"A","Ầ":"A","Ấ":"A","Ẫ":"A","Ẩ":"A","Ã":"A","Ā":"A","Ă":"A","Ằ":"A","Ắ":"A","Ẵ":"A","Ẳ":"A","Ȧ":"A","Ǡ":"A","Ä":"A","Ǟ":"A","Ả":"A","Å":"A","Ǻ":"A","Ǎ":"A","Ȁ":"A","Ȃ":"A","Ạ":"A","Ậ":"A","Ặ":"A","Ḁ":"A","Ą":"A","Ⱥ":"A","Ɐ":"A","Ꜳ":"AA","Æ":"AE","Ǽ":"AE","Ǣ":"AE","Ꜵ":"AO","Ꜷ":"AU","Ꜹ":"AV","Ꜻ":"AV","Ꜽ":"AY","Ⓑ":"B","B":"B","Ḃ":"B","Ḅ":"B","Ḇ":"B","Ƀ":"B","Ƃ":"B","Ɓ":"B","Ⓒ":"C","C":"C","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","Ç":"C","Ḉ":"C","Ƈ":"C","Ȼ":"C","Ꜿ":"C","Ⓓ":"D","D":"D","Ḋ":"D","Ď":"D","Ḍ":"D","Ḑ":"D","Ḓ":"D","Ḏ":"D","Đ":"D","Ƌ":"D","Ɗ":"D","Ɖ":"D","Ꝺ":"D","DZ":"DZ","DŽ":"DZ","Dz":"Dz","Dž":"Dz","Ⓔ":"E","E":"E","È":"E","É":"E","Ê":"E","Ề":"E","Ế":"E","Ễ":"E","Ể":"E","Ẽ":"E","Ē":"E","Ḕ":"E","Ḗ":"E","Ĕ":"E","Ė":"E","Ë":"E","Ẻ":"E","Ě":"E","Ȅ":"E","Ȇ":"E","Ẹ":"E","Ệ":"E","Ȩ":"E","Ḝ":"E","Ę":"E","Ḙ":"E","Ḛ":"E","Ɛ":"E","Ǝ":"E","Ⓕ":"F","F":"F","Ḟ":"F","Ƒ":"F","Ꝼ":"F","Ⓖ":"G","G":"G","Ǵ":"G","Ĝ":"G","Ḡ":"G","Ğ":"G","Ġ":"G","Ǧ":"G","Ģ":"G","Ǥ":"G","Ɠ":"G","Ꞡ":"G","Ᵹ":"G","Ꝿ":"G","Ⓗ":"H","H":"H","Ĥ":"H","Ḣ":"H","Ḧ":"H","Ȟ":"H","Ḥ":"H","Ḩ":"H","Ḫ":"H","Ħ":"H","Ⱨ":"H","Ⱶ":"H","Ɥ":"H","Ⓘ":"I","I":"I","Ì":"I","Í":"I","Î":"I","Ĩ":"I","Ī":"I","Ĭ":"I","İ":"I","Ï":"I","Ḯ":"I","Ỉ":"I","Ǐ":"I","Ȉ":"I","Ȋ":"I","Ị":"I","Į":"I","Ḭ":"I","Ɨ":"I","Ⓙ":"J","J":"J","Ĵ":"J","Ɉ":"J","Ⓚ":"K","K":"K","Ḱ":"K","Ǩ":"K","Ḳ":"K","Ķ":"K","Ḵ":"K","Ƙ":"K","Ⱪ":"K","Ꝁ":"K","Ꝃ":"K","Ꝅ":"K","Ꞣ":"K","Ⓛ":"L","L":"L","Ŀ":"L","Ĺ":"L","Ľ":"L","Ḷ":"L","Ḹ":"L","Ļ":"L","Ḽ":"L","Ḻ":"L","Ł":"L","Ƚ":"L","Ɫ":"L","Ⱡ":"L","Ꝉ":"L","Ꝇ":"L","Ꞁ":"L","LJ":"LJ","Lj":"Lj","Ⓜ":"M","M":"M","Ḿ":"M","Ṁ":"M","Ṃ":"M","Ɱ":"M","Ɯ":"M","Ⓝ":"N","N":"N","Ǹ":"N","Ń":"N","Ñ":"N","Ṅ":"N","Ň":"N","Ṇ":"N","Ņ":"N","Ṋ":"N","Ṉ":"N","Ƞ":"N","Ɲ":"N","Ꞑ":"N","Ꞥ":"N","NJ":"NJ","Nj":"Nj","Ⓞ":"O","O":"O","Ò":"O","Ó":"O","Ô":"O","Ồ":"O","Ố":"O","Ỗ":"O","Ổ":"O","Õ":"O","Ṍ":"O","Ȭ":"O","Ṏ":"O","Ō":"O","Ṑ":"O","Ṓ":"O","Ŏ":"O","Ȯ":"O","Ȱ":"O","Ö":"O","Ȫ":"O","Ỏ":"O","Ő":"O","Ǒ":"O","Ȍ":"O","Ȏ":"O","Ơ":"O","Ờ":"O","Ớ":"O","Ỡ":"O","Ở":"O","Ợ":"O","Ọ":"O","Ộ":"O","Ǫ":"O","Ǭ":"O","Ø":"O","Ǿ":"O","Ɔ":"O","Ɵ":"O","Ꝋ":"O","Ꝍ":"O","Œ":"OE","Ƣ":"OI","Ꝏ":"OO","Ȣ":"OU","Ⓟ":"P","P":"P","Ṕ":"P","Ṗ":"P","Ƥ":"P","Ᵽ":"P","Ꝑ":"P","Ꝓ":"P","Ꝕ":"P","Ⓠ":"Q","Q":"Q","Ꝗ":"Q","Ꝙ":"Q","Ɋ":"Q","Ⓡ":"R","R":"R","Ŕ":"R","Ṙ":"R","Ř":"R","Ȑ":"R","Ȓ":"R","Ṛ":"R","Ṝ":"R","Ŗ":"R","Ṟ":"R","Ɍ":"R","Ɽ":"R","Ꝛ":"R","Ꞧ":"R","Ꞃ":"R","Ⓢ":"S","S":"S","ẞ":"S","Ś":"S","Ṥ":"S","Ŝ":"S","Ṡ":"S","Š":"S","Ṧ":"S","Ṣ":"S","Ṩ":"S","Ș":"S","Ş":"S","Ȿ":"S","Ꞩ":"S","Ꞅ":"S","Ⓣ":"T","T":"T","Ṫ":"T","Ť":"T","Ṭ":"T","Ț":"T","Ţ":"T","Ṱ":"T","Ṯ":"T","Ŧ":"T","Ƭ":"T","Ʈ":"T","Ⱦ":"T","Ꞇ":"T","Ꜩ":"TZ","Ⓤ":"U","U":"U","Ù":"U","Ú":"U","Û":"U","Ũ":"U","Ṹ":"U","Ū":"U","Ṻ":"U","Ŭ":"U","Ü":"U","Ǜ":"U","Ǘ":"U","Ǖ":"U","Ǚ":"U","Ủ":"U","Ů":"U","Ű":"U","Ǔ":"U","Ȕ":"U","Ȗ":"U","Ư":"U","Ừ":"U","Ứ":"U","Ữ":"U","Ử":"U","Ự":"U","Ụ":"U","Ṳ":"U","Ų":"U","Ṷ":"U","Ṵ":"U","Ʉ":"U","Ⓥ":"V","V":"V","Ṽ":"V","Ṿ":"V","Ʋ":"V","Ꝟ":"V","Ʌ":"V","Ꝡ":"VY","Ⓦ":"W","W":"W","Ẁ":"W","Ẃ":"W","Ŵ":"W","Ẇ":"W","Ẅ":"W","Ẉ":"W","Ⱳ":"W","Ⓧ":"X","X":"X","Ẋ":"X","Ẍ":"X","Ⓨ":"Y","Y":"Y","Ỳ":"Y","Ý":"Y","Ŷ":"Y","Ỹ":"Y","Ȳ":"Y","Ẏ":"Y","Ÿ":"Y","Ỷ":"Y","Ỵ":"Y","Ƴ":"Y","Ɏ":"Y","Ỿ":"Y","Ⓩ":"Z","Z":"Z","Ź":"Z","Ẑ":"Z","Ż":"Z","Ž":"Z","Ẓ":"Z","Ẕ":"Z","Ƶ":"Z","Ȥ":"Z","Ɀ":"Z","Ⱬ":"Z","Ꝣ":"Z","ⓐ":"a","a":"a","ẚ":"a","à":"a","á":"a","â":"a","ầ":"a","ấ":"a","ẫ":"a","ẩ":"a","ã":"a","ā":"a","ă":"a","ằ":"a","ắ":"a","ẵ":"a","ẳ":"a","ȧ":"a","ǡ":"a","ä":"a","ǟ":"a","ả":"a","å":"a","ǻ":"a","ǎ":"a","ȁ":"a","ȃ":"a","ạ":"a","ậ":"a","ặ":"a","ḁ":"a","ą":"a","ⱥ":"a","ɐ":"a","ꜳ":"aa","æ":"ae","ǽ":"ae","ǣ":"ae","ꜵ":"ao","ꜷ":"au","ꜹ":"av","ꜻ":"av","ꜽ":"ay","ⓑ":"b","b":"b","ḃ":"b","ḅ":"b","ḇ":"b","ƀ":"b","ƃ":"b","ɓ":"b","ⓒ":"c","c":"c","ć":"c","ĉ":"c","ċ":"c","č":"c","ç":"c","ḉ":"c","ƈ":"c","ȼ":"c","ꜿ":"c","ↄ":"c","ⓓ":"d","d":"d","ḋ":"d","ď":"d","ḍ":"d","ḑ":"d","ḓ":"d","ḏ":"d","đ":"d","ƌ":"d","ɖ":"d","ɗ":"d","ꝺ":"d","dz":"dz","dž":"dz","ⓔ":"e","e":"e","è":"e","é":"e","ê":"e","ề":"e","ế":"e","ễ":"e","ể":"e","ẽ":"e","ē":"e","ḕ":"e","ḗ":"e","ĕ":"e","ė":"e","ë":"e","ẻ":"e","ě":"e","ȅ":"e","ȇ":"e","ẹ":"e","ệ":"e","ȩ":"e","ḝ":"e","ę":"e","ḙ":"e","ḛ":"e","ɇ":"e","ɛ":"e","ǝ":"e","ⓕ":"f","f":"f","ḟ":"f","ƒ":"f","ꝼ":"f","ⓖ":"g","g":"g","ǵ":"g","ĝ":"g","ḡ":"g","ğ":"g","ġ":"g","ǧ":"g","ģ":"g","ǥ":"g","ɠ":"g","ꞡ":"g","ᵹ":"g","ꝿ":"g","ⓗ":"h","h":"h","ĥ":"h","ḣ":"h","ḧ":"h","ȟ":"h","ḥ":"h","ḩ":"h","ḫ":"h","ẖ":"h","ħ":"h","ⱨ":"h","ⱶ":"h","ɥ":"h","ƕ":"hv","ⓘ":"i","i":"i","ì":"i","í":"i","î":"i","ĩ":"i","ī":"i","ĭ":"i","ï":"i","ḯ":"i","ỉ":"i","ǐ":"i","ȉ":"i","ȋ":"i","ị":"i","į":"i","ḭ":"i","ɨ":"i","ı":"i","ⓙ":"j","j":"j","ĵ":"j","ǰ":"j","ɉ":"j","ⓚ":"k","k":"k","ḱ":"k","ǩ":"k","ḳ":"k","ķ":"k","ḵ":"k","ƙ":"k","ⱪ":"k","ꝁ":"k","ꝃ":"k","ꝅ":"k","ꞣ":"k","ⓛ":"l","l":"l","ŀ":"l","ĺ":"l","ľ":"l","ḷ":"l","ḹ":"l","ļ":"l","ḽ":"l","ḻ":"l","ſ":"l","ł":"l","ƚ":"l","ɫ":"l","ⱡ":"l","ꝉ":"l","ꞁ":"l","ꝇ":"l","lj":"lj","ⓜ":"m","m":"m","ḿ":"m","ṁ":"m","ṃ":"m","ɱ":"m","ɯ":"m","ⓝ":"n","n":"n","ǹ":"n","ń":"n","ñ":"n","ṅ":"n","ň":"n","ṇ":"n","ņ":"n","ṋ":"n","ṉ":"n","ƞ":"n","ɲ":"n","ʼn":"n","ꞑ":"n","ꞥ":"n","nj":"nj","ⓞ":"o","o":"o","ò":"o","ó":"o","ô":"o","ồ":"o","ố":"o","ỗ":"o","ổ":"o","õ":"o","ṍ":"o","ȭ":"o","ṏ":"o","ō":"o","ṑ":"o","ṓ":"o","ŏ":"o","ȯ":"o","ȱ":"o","ö":"o","ȫ":"o","ỏ":"o","ő":"o","ǒ":"o","ȍ":"o","ȏ":"o","ơ":"o","ờ":"o","ớ":"o","ỡ":"o","ở":"o","ợ":"o","ọ":"o","ộ":"o","ǫ":"o","ǭ":"o","ø":"o","ǿ":"o","ɔ":"o","ꝋ":"o","ꝍ":"o","ɵ":"o","œ":"oe","ƣ":"oi","ȣ":"ou","ꝏ":"oo","ⓟ":"p","p":"p","ṕ":"p","ṗ":"p","ƥ":"p","ᵽ":"p","ꝑ":"p","ꝓ":"p","ꝕ":"p","ⓠ":"q","q":"q","ɋ":"q","ꝗ":"q","ꝙ":"q","ⓡ":"r","r":"r","ŕ":"r","ṙ":"r","ř":"r","ȑ":"r","ȓ":"r","ṛ":"r","ṝ":"r","ŗ":"r","ṟ":"r","ɍ":"r","ɽ":"r","ꝛ":"r","ꞧ":"r","ꞃ":"r","ⓢ":"s","s":"s","ß":"s","ś":"s","ṥ":"s","ŝ":"s","ṡ":"s","š":"s","ṧ":"s","ṣ":"s","ṩ":"s","ș":"s","ş":"s","ȿ":"s","ꞩ":"s","ꞅ":"s","ẛ":"s","ⓣ":"t","t":"t","ṫ":"t","ẗ":"t","ť":"t","ṭ":"t","ț":"t","ţ":"t","ṱ":"t","ṯ":"t","ŧ":"t","ƭ":"t","ʈ":"t","ⱦ":"t","ꞇ":"t","ꜩ":"tz","ⓤ":"u","u":"u","ù":"u","ú":"u","û":"u","ũ":"u","ṹ":"u","ū":"u","ṻ":"u","ŭ":"u","ü":"u","ǜ":"u","ǘ":"u","ǖ":"u","ǚ":"u","ủ":"u","ů":"u","ű":"u","ǔ":"u","ȕ":"u","ȗ":"u","ư":"u","ừ":"u","ứ":"u","ữ":"u","ử":"u","ự":"u","ụ":"u","ṳ":"u","ų":"u","ṷ":"u","ṵ":"u","ʉ":"u","ⓥ":"v","v":"v","ṽ":"v","ṿ":"v","ʋ":"v","ꝟ":"v","ʌ":"v","ꝡ":"vy","ⓦ":"w","w":"w","ẁ":"w","ẃ":"w","ŵ":"w","ẇ":"w","ẅ":"w","ẘ":"w","ẉ":"w","ⱳ":"w","ⓧ":"x","x":"x","ẋ":"x","ẍ":"x","ⓨ":"y","y":"y","ỳ":"y","ý":"y","ŷ":"y","ỹ":"y","ȳ":"y","ẏ":"y","ÿ":"y","ỷ":"y","ẙ":"y","ỵ":"y","ƴ":"y","ɏ":"y","ỿ":"y","ⓩ":"z","z":"z","ź":"z","ẑ":"z","ż":"z","ž":"z","ẓ":"z","ẕ":"z","ƶ":"z","ȥ":"z","ɀ":"z","ⱬ":"z","ꝣ":"z","Ά":"Α","Έ":"Ε","Ή":"Η","Ί":"Ι","Ϊ":"Ι","Ό":"Ο","Ύ":"Υ","Ϋ":"Υ","Ώ":"Ω","ά":"α","έ":"ε","ή":"η","ί":"ι","ϊ":"ι","ΐ":"ι","ό":"ο","ύ":"υ","ϋ":"υ","ΰ":"υ","ώ":"ω","ς":"σ","’":"'"}})),n.define("select2/data/base",["../utils"],(function(e){function t(e,n){t.__super__.constructor.call(this)}return e.Extend(t,e.Observable),t.prototype.current=function(e){throw new Error("The `current` method must be defined in child classes.")},t.prototype.query=function(e,t){throw new Error("The `query` method must be defined in child classes.")},t.prototype.bind=function(e,t){},t.prototype.destroy=function(){},t.prototype.generateResultId=function(t,n){var r=t.id+"-result-";return r+=e.generateChars(4),null!=n.id?r+="-"+n.id.toString():r+="-"+e.generateChars(4),r},t})),n.define("select2/data/select",["./base","../utils","jquery"],(function(e,t,n){function r(e,t){this.$element=e,this.options=t,r.__super__.constructor.call(this)}return t.Extend(r,e),r.prototype.current=function(e){var t=this;e(Array.prototype.map.call(this.$element[0].querySelectorAll(":checked"),(function(e){return t.item(n(e))})))},r.prototype.select=function(e){var t=this;if(e.selected=!0,null!=e.element&&"option"===e.element.tagName.toLowerCase())return e.element.selected=!0,void this.$element.trigger("input").trigger("change");if(this.$element.prop("multiple"))this.current((function(n){var r=[];(e=[e]).push.apply(e,n);for(var a=0;a<e.length;a++){var i=e[a].id;-1===r.indexOf(i)&&r.push(i)}t.$element.val(r),t.$element.trigger("input").trigger("change")}));else{var n=e.id;this.$element.val(n),this.$element.trigger("input").trigger("change")}},r.prototype.unselect=function(e){var t=this;if(this.$element.prop("multiple")){if(e.selected=!1,null!=e.element&&"option"===e.element.tagName.toLowerCase())return e.element.selected=!1,void this.$element.trigger("input").trigger("change");this.current((function(n){for(var r=[],a=0;a<n.length;a++){var i=n[a].id;i!==e.id&&-1===r.indexOf(i)&&r.push(i)}t.$element.val(r),t.$element.trigger("input").trigger("change")}))}},r.prototype.bind=function(e,t){var n=this;this.container=e,e.on("select",(function(e){n.select(e.data)})),e.on("unselect",(function(e){n.unselect(e.data)}))},r.prototype.destroy=function(){this.$element.find("*").each((function(){t.RemoveData(this)}))},r.prototype.query=function(e,t){var r=[],a=this;this.$element.children().each((function(){if("option"===this.tagName.toLowerCase()||"optgroup"===this.tagName.toLowerCase()){var t=n(this),i=a.item(t),o=a.matches(e,i);null!==o&&r.push(o)}})),t({results:r})},r.prototype.addOptions=function(e){this.$element.append(e)},r.prototype.option=function(e){var r;e.children?(r=document.createElement("optgroup")).label=e.text:void 0!==(r=document.createElement("option")).textContent?r.textContent=e.text:r.innerText=e.text,void 0!==e.id&&(r.value=e.id),e.disabled&&(r.disabled=!0),e.selected&&(r.selected=!0),e.title&&(r.title=e.title);var a=this._normalizeItem(e);return a.element=r,t.StoreData(r,"data",a),n(r)},r.prototype.item=function(e){var r={};if(null!=(r=t.GetData(e[0],"data")))return r;var a=e[0];if("option"===a.tagName.toLowerCase())r={id:e.val(),text:e.text(),disabled:e.prop("disabled"),selected:e.prop("selected"),title:e.prop("title")};else if("optgroup"===a.tagName.toLowerCase()){r={text:e.prop("label"),children:[],title:e.prop("title")};for(var i=e.children("option"),o=[],s=0;s<i.length;s++){var l=n(i[s]),u=this.item(l);o.push(u)}r.children=o}return(r=this._normalizeItem(r)).element=e[0],t.StoreData(e[0],"data",r),r},r.prototype._normalizeItem=function(e){return e!==Object(e)&&(e={id:e,text:e}),null!=(e=n.extend({},{text:""},e)).id&&(e.id=e.id.toString()),null!=e.text&&(e.text=e.text.toString()),null==e._resultId&&e.id&&null!=this.container&&(e._resultId=this.generateResultId(this.container,e)),n.extend({},{selected:!1,disabled:!1},e)},r.prototype.matches=function(e,t){return this.options.get("matcher")(e,t)},r})),n.define("select2/data/array",["./select","../utils","jquery"],(function(e,t,n){function r(e,t){this._dataToConvert=t.get("data")||[],r.__super__.constructor.call(this,e,t)}return t.Extend(r,e),r.prototype.bind=function(e,t){r.__super__.bind.call(this,e,t),this.addOptions(this.convertToOptions(this._dataToConvert))},r.prototype.select=function(e){var t=this.$element.find("option").filter((function(t,n){return n.value==e.id.toString()}));0===t.length&&(t=this.option(e),this.addOptions(t)),r.__super__.select.call(this,e)},r.prototype.convertToOptions=function(e){var t=this,r=this.$element.find("option"),a=r.map((function(){return t.item(n(this)).id})).get(),i=[];function o(e){return function(){return n(this).val()==e.id}}for(var s=0;s<e.length;s++){var l=this._normalizeItem(e[s]);if(a.indexOf(l.id)>=0){var u=r.filter(o(l)),c=this.item(u),p=n.extend(!0,{},l,c),d=this.option(p);u.replaceWith(d)}else{var f=this.option(l);if(l.children){var m=this.convertToOptions(l.children);f.append(m)}i.push(f)}}return i},r})),n.define("select2/data/ajax",["./array","../utils","jquery"],(function(e,t,n){function r(e,t){this.ajaxOptions=this._applyDefaults(t.get("ajax")),null!=this.ajaxOptions.processResults&&(this.processResults=this.ajaxOptions.processResults),r.__super__.constructor.call(this,e,t)}return t.Extend(r,e),r.prototype._applyDefaults=function(e){var t={data:function(e){return n.extend({},e,{q:e.term})},transport:function(e,t,r){var a=n.ajax(e);return a.then(t),a.fail(r),a}};return n.extend({},t,e,!0)},r.prototype.processResults=function(e){return e},r.prototype.query=function(e,t){var r=this;null!=this._request&&("function"==typeof this._request.abort&&this._request.abort(),this._request=null);var a=n.extend({type:"GET"},this.ajaxOptions);function i(){var n=a.transport(a,(function(n){var a=r.processResults(n,e);r.options.get("debug")&&window.console&&console.error&&(a&&a.results&&Array.isArray(a.results)||console.error("Select2: The AJAX results did not return an array in the `results` key of the response.")),t(a)}),(function(){(!("status"in n)||0!==n.status&&"0"!==n.status)&&r.trigger("results:message",{message:"errorLoading"})}));r._request=n}"function"==typeof a.url&&(a.url=a.url.call(this.$element,e)),"function"==typeof a.data&&(a.data=a.data.call(this.$element,e)),this.ajaxOptions.delay&&null!=e.term?(this._queryTimeout&&window.clearTimeout(this._queryTimeout),this._queryTimeout=window.setTimeout(i,this.ajaxOptions.delay)):i()},r})),n.define("select2/data/tags",["jquery"],(function(e){function t(e,t,n){var r=n.get("tags"),a=n.get("createTag");void 0!==a&&(this.createTag=a);var i=n.get("insertTag");if(void 0!==i&&(this.insertTag=i),e.call(this,t,n),Array.isArray(r))for(var o=0;o<r.length;o++){var s=r[o],l=this._normalizeItem(s),u=this.option(l);this.$element.append(u)}}return t.prototype.query=function(e,t,n){var r=this;this._removeOldTags(),null!=t.term&&null==t.page?e.call(this,t,(function e(a,i){for(var o=a.results,s=0;s<o.length;s++){var l=o[s],u=null!=l.children&&!e({results:l.children},!0);if((l.text||"").toUpperCase()===(t.term||"").toUpperCase()||u)return!i&&(a.data=o,void n(a))}if(i)return!0;var c=r.createTag(t);if(null!=c){var p=r.option(c);p.attr("data-select2-tag","true"),r.addOptions([p]),r.insertTag(o,c)}a.results=o,n(a)})):e.call(this,t,n)},t.prototype.createTag=function(e,t){if(null==t.term)return null;var n=t.term.trim();return""===n?null:{id:n,text:n}},t.prototype.insertTag=function(e,t,n){t.unshift(n)},t.prototype._removeOldTags=function(t){this.$element.find("option[data-select2-tag]").each((function(){this.selected||e(this).remove()}))},t})),n.define("select2/data/tokenizer",["jquery"],(function(e){function t(e,t,n){var r=n.get("tokenizer");void 0!==r&&(this.tokenizer=r),e.call(this,t,n)}return t.prototype.bind=function(e,t,n){e.call(this,t,n),this.$search=t.dropdown.$search||t.selection.$search||n.find(".select2-search__field")},t.prototype.query=function(t,n,r){var a=this;n.term=n.term||"";var i=this.tokenizer(n,this.options,(function(t){var n=a._normalizeItem(t);if(!a.$element.find("option").filter((function(){return e(this).val()===n.id})).length){var r=a.option(n);r.attr("data-select2-tag",!0),a._removeOldTags(),a.addOptions([r])}!function(e){a.trigger("select",{data:e})}(n)}));i.term!==n.term&&(this.$search.length&&(this.$search.val(i.term),this.$search.trigger("focus")),n.term=i.term),t.call(this,n,r)},t.prototype.tokenizer=function(t,n,r,a){for(var i=r.get("tokenSeparators")||[],o=n.term,s=0,l=this.createTag||function(e){return{id:e.term,text:e.term}};s<o.length;){var u=o[s];if(-1!==i.indexOf(u)){var c=o.substr(0,s),p=l(e.extend({},n,{term:c}));null!=p?(a(p),o=o.substr(s+1)||"",s=0):s++}else s++}return{term:o}},t})),n.define("select2/data/minimumInputLength",[],(function(){function e(e,t,n){this.minimumInputLength=n.get("minimumInputLength"),e.call(this,t,n)}return e.prototype.query=function(e,t,n){t.term=t.term||"",t.term.length<this.minimumInputLength?this.trigger("results:message",{message:"inputTooShort",args:{minimum:this.minimumInputLength,input:t.term,params:t}}):e.call(this,t,n)},e})),n.define("select2/data/maximumInputLength",[],(function(){function e(e,t,n){this.maximumInputLength=n.get("maximumInputLength"),e.call(this,t,n)}return e.prototype.query=function(e,t,n){t.term=t.term||"",this.maximumInputLength>0&&t.term.length>this.maximumInputLength?this.trigger("results:message",{message:"inputTooLong",args:{maximum:this.maximumInputLength,input:t.term,params:t}}):e.call(this,t,n)},e})),n.define("select2/data/maximumSelectionLength",[],(function(){function e(e,t,n){this.maximumSelectionLength=n.get("maximumSelectionLength"),e.call(this,t,n)}return e.prototype.bind=function(e,t,n){var r=this;e.call(this,t,n),t.on("select",(function(){r._checkIfMaximumSelected()}))},e.prototype.query=function(e,t,n){var r=this;this._checkIfMaximumSelected((function(){e.call(r,t,n)}))},e.prototype._checkIfMaximumSelected=function(e,t){var n=this;this.current((function(e){var r=null!=e?e.length:0;n.maximumSelectionLength>0&&r>=n.maximumSelectionLength?n.trigger("results:message",{message:"maximumSelected",args:{maximum:n.maximumSelectionLength}}):t&&t()}))},e})),n.define("select2/dropdown",["jquery","./utils"],(function(e,t){function n(e,t){this.$element=e,this.options=t,n.__super__.constructor.call(this)}return t.Extend(n,t.Observable),n.prototype.render=function(){var t=e('<span class="select2-dropdown"><span class="select2-results"></span></span>');return t.attr("dir",this.options.get("dir")),this.$dropdown=t,t},n.prototype.bind=function(){},n.prototype.position=function(e,t){},n.prototype.destroy=function(){this.$dropdown.remove()},n})),n.define("select2/dropdown/search",["jquery"],(function(e){function t(){}return t.prototype.render=function(t){var n=t.call(this),r=this.options.get("translations").get("search"),a=e('<span class="select2-search select2-search--dropdown"><input class="select2-search__field" type="search" tabindex="-1" autocorrect="off" autocapitalize="none" spellcheck="false" role="searchbox" aria-autocomplete="list" /></span>');return this.$searchContainer=a,this.$search=a.find("input"),this.$search.prop("autocomplete",this.options.get("autocomplete")),this.$search.attr("aria-label",r()),n.prepend(a),n},t.prototype.bind=function(t,n,r){var a=this,i=n.id+"-results";t.call(this,n,r),this.$search.on("keydown",(function(e){a.trigger("keypress",e),a._keyUpPrevented=e.isDefaultPrevented()})),this.$search.on("input",(function(t){e(this).off("keyup")})),this.$search.on("keyup input",(function(e){a.handleSearch(e)})),n.on("open",(function(){a.$search.attr("tabindex",0),a.$search.attr("aria-controls",i),a.$search.trigger("focus"),window.setTimeout((function(){a.$search.trigger("focus")}),0)})),n.on("close",(function(){a.$search.attr("tabindex",-1),a.$search.removeAttr("aria-controls"),a.$search.removeAttr("aria-activedescendant"),a.$search.val(""),a.$search.trigger("blur")})),n.on("focus",(function(){n.isOpen()||a.$search.trigger("focus")})),n.on("results:all",(function(e){null!=e.query.term&&""!==e.query.term||(a.showSearch(e)?a.$searchContainer[0].classList.remove("select2-search--hide"):a.$searchContainer[0].classList.add("select2-search--hide"))})),n.on("results:focus",(function(e){e.data._resultId?a.$search.attr("aria-activedescendant",e.data._resultId):a.$search.removeAttr("aria-activedescendant")}))},t.prototype.handleSearch=function(e){if(!this._keyUpPrevented){var t=this.$search.val();this.trigger("query",{term:t})}this._keyUpPrevented=!1},t.prototype.showSearch=function(e,t){return!0},t})),n.define("select2/dropdown/hidePlaceholder",[],(function(){function e(e,t,n,r){this.placeholder=this.normalizePlaceholder(n.get("placeholder")),e.call(this,t,n,r)}return e.prototype.append=function(e,t){t.results=this.removePlaceholder(t.results),e.call(this,t)},e.prototype.normalizePlaceholder=function(e,t){return"string"==typeof t&&(t={id:"",text:t}),t},e.prototype.removePlaceholder=function(e,t){for(var n=t.slice(0),r=t.length-1;r>=0;r--){var a=t[r];this.placeholder.id===a.id&&n.splice(r,1)}return n},e})),n.define("select2/dropdown/infiniteScroll",["jquery"],(function(e){function t(e,t,n,r){this.lastParams={},e.call(this,t,n,r),this.$loadingMore=this.createLoadingMore(),this.loading=!1}return t.prototype.append=function(e,t){this.$loadingMore.remove(),this.loading=!1,e.call(this,t),this.showLoadingMore(t)&&(this.$results.append(this.$loadingMore),this.loadMoreIfNeeded())},t.prototype.bind=function(e,t,n){var r=this;e.call(this,t,n),t.on("query",(function(e){r.lastParams=e,r.loading=!0})),t.on("query:append",(function(e){r.lastParams=e,r.loading=!0})),this.$results.on("scroll",this.loadMoreIfNeeded.bind(this))},t.prototype.loadMoreIfNeeded=function(){var t=e.contains(document.documentElement,this.$loadingMore[0]);!this.loading&&t&&this.$results.offset().top+this.$results.outerHeight(!1)+50>=this.$loadingMore.offset().top+this.$loadingMore.outerHeight(!1)&&this.loadMore()},t.prototype.loadMore=function(){this.loading=!0;var t=e.extend({},{page:1},this.lastParams);t.page++,this.trigger("query:append",t)},t.prototype.showLoadingMore=function(e,t){return t.pagination&&t.pagination.more},t.prototype.createLoadingMore=function(){var t=e('<li class="select2-results__option select2-results__option--load-more"role="option" aria-disabled="true"></li>'),n=this.options.get("translations").get("loadingMore");return t.html(n(this.lastParams)),t},t})),n.define("select2/dropdown/attachBody",["jquery","../utils"],(function(e,t){function n(t,n,r){this.$dropdownParent=e(r.get("dropdownParent")||document.body),t.call(this,n,r)}return n.prototype.bind=function(e,t,n){var r=this;e.call(this,t,n),t.on("open",(function(){r._showDropdown(),r._attachPositioningHandler(t),r._bindContainerResultHandlers(t)})),t.on("close",(function(){r._hideDropdown(),r._detachPositioningHandler(t)})),this.$dropdownContainer.on("mousedown",(function(e){e.stopPropagation()}))},n.prototype.destroy=function(e){e.call(this),this.$dropdownContainer.remove()},n.prototype.position=function(e,t,n){t.attr("class",n.attr("class")),t[0].classList.remove("select2"),t[0].classList.add("select2-container--open"),t.css({position:"absolute",top:-999999}),this.$container=n},n.prototype.render=function(t){var n=e("<span></span>"),r=t.call(this);return n.append(r),this.$dropdownContainer=n,n},n.prototype._hideDropdown=function(e){this.$dropdownContainer.detach()},n.prototype._bindContainerResultHandlers=function(e,t){if(!this._containerResultsHandlersBound){var n=this;t.on("results:all",(function(){n._positionDropdown(),n._resizeDropdown()})),t.on("results:append",(function(){n._positionDropdown(),n._resizeDropdown()})),t.on("results:message",(function(){n._positionDropdown(),n._resizeDropdown()})),t.on("select",(function(){n._positionDropdown(),n._resizeDropdown()})),t.on("unselect",(function(){n._positionDropdown(),n._resizeDropdown()})),this._containerResultsHandlersBound=!0}},n.prototype._attachPositioningHandler=function(n,r){var a=this,i="scroll.select2."+r.id,o="resize.select2."+r.id,s="orientationchange.select2."+r.id,l=this.$container.parents().filter(t.hasScroll);l.each((function(){t.StoreData(this,"select2-scroll-position",{x:e(this).scrollLeft(),y:e(this).scrollTop()})})),l.on(i,(function(n){var r=t.GetData(this,"select2-scroll-position");e(this).scrollTop(r.y)})),e(window).on(i+" "+o+" "+s,(function(e){a._positionDropdown(),a._resizeDropdown()}))},n.prototype._detachPositioningHandler=function(n,r){var a="scroll.select2."+r.id,i="resize.select2."+r.id,o="orientationchange.select2."+r.id;this.$container.parents().filter(t.hasScroll).off(a),e(window).off(a+" "+i+" "+o)},n.prototype._positionDropdown=function(){var t=e(window),n=this.$dropdown[0].classList.contains("select2-dropdown--above"),r=this.$dropdown[0].classList.contains("select2-dropdown--below"),a=null,i=this.$container.offset();i.bottom=i.top+this.$container.outerHeight(!1);var o={height:this.$container.outerHeight(!1)};o.top=i.top,o.bottom=i.top+o.height;var s=this.$dropdown.outerHeight(!1),l=t.scrollTop(),u=t.scrollTop()+t.height(),c=l<i.top-s,p=u>i.bottom+s,d={left:i.left,top:o.bottom},f=this.$dropdownParent;"static"===f.css("position")&&(f=f.offsetParent());var m={top:0,left:0};(e.contains(document.body,f[0])||f[0].isConnected)&&(m=f.offset()),d.top-=m.top,d.left-=m.left,n||r||(a="below"),p||!c||n?!c&&p&&n&&(a="below"):a="above",("above"==a||n&&"below"!==a)&&(d.top=o.top-m.top-s),null!=a&&(this.$dropdown[0].classList.remove("select2-dropdown--below"),this.$dropdown[0].classList.remove("select2-dropdown--above"),this.$dropdown[0].classList.add("select2-dropdown--"+a),this.$container[0].classList.remove("select2-container--below"),this.$container[0].classList.remove("select2-container--above"),this.$container[0].classList.add("select2-container--"+a)),this.$dropdownContainer.css(d)},n.prototype._resizeDropdown=function(){var e={width:this.$container.outerWidth(!1)+"px"};this.options.get("dropdownAutoWidth")&&(e.minWidth=e.width,e.position="relative",e.width="auto"),this.$dropdown.css(e)},n.prototype._showDropdown=function(e){this.$dropdownContainer.appendTo(this.$dropdownParent),this._positionDropdown(),this._resizeDropdown()},n})),n.define("select2/dropdown/minimumResultsForSearch",[],(function(){function e(e,t,n,r){this.minimumResultsForSearch=n.get("minimumResultsForSearch"),this.minimumResultsForSearch<0&&(this.minimumResultsForSearch=1/0),e.call(this,t,n,r)}return e.prototype.showSearch=function(e,t){return!(function e(t){for(var n=0,r=0;r<t.length;r++){var a=t[r];a.children?n+=e(a.children):n++}return n}(t.data.results)<this.minimumResultsForSearch)&&e.call(this,t)},e})),n.define("select2/dropdown/selectOnClose",["../utils"],(function(e){function t(){}return t.prototype.bind=function(e,t,n){var r=this;e.call(this,t,n),t.on("close",(function(e){r._handleSelectOnClose(e)}))},t.prototype._handleSelectOnClose=function(t,n){if(n&&null!=n.originalSelect2Event){var r=n.originalSelect2Event;if("select"===r._type||"unselect"===r._type)return}var a=this.getHighlightedResults();if(!(a.length<1)){var i=e.GetData(a[0],"data");null!=i.element&&i.element.selected||null==i.element&&i.selected||this.trigger("select",{data:i})}},t})),n.define("select2/dropdown/closeOnSelect",[],(function(){function e(){}return e.prototype.bind=function(e,t,n){var r=this;e.call(this,t,n),t.on("select",(function(e){r._selectTriggered(e)})),t.on("unselect",(function(e){r._selectTriggered(e)}))},e.prototype._selectTriggered=function(e,t){var n=t.originalEvent;n&&(n.ctrlKey||n.metaKey)||this.trigger("close",{originalEvent:n,originalSelect2Event:t})},e})),n.define("select2/dropdown/dropdownCss",["../utils"],(function(e){function t(){}return t.prototype.render=function(t){var n=t.call(this),r=this.options.get("dropdownCssClass")||"";return-1!==r.indexOf(":all:")&&(r=r.replace(":all:",""),e.copyNonInternalCssClasses(n[0],this.$element[0])),n.addClass(r),n},t})),n.define("select2/dropdown/tagsSearchHighlight",["../utils"],(function(e){function t(){}return t.prototype.highlightFirstItem=function(t){var n=this.$results.find(".select2-results__option--selectable:not(.select2-results__option--selected)");if(n.length>0){var r=n.first(),a=e.GetData(r[0],"data").element;if(a&&a.getAttribute&&"true"===a.getAttribute("data-select2-tag"))return void r.trigger("mouseenter")}t.call(this)},t})),n.define("select2/i18n/en",[],(function(){return{errorLoading:function(){return"The results could not be loaded."},inputTooLong:function(e){var t=e.input.length-e.maximum,n="Please delete "+t+" character";return 1!=t&&(n+="s"),n},inputTooShort:function(e){return"Please enter "+(e.minimum-e.input.length)+" or more characters"},loadingMore:function(){return"Loading more results…"},maximumSelected:function(e){var t="You can only select "+e.maximum+" item";return 1!=e.maximum&&(t+="s"),t},noResults:function(){return"No results found"},searching:function(){return"Searching…"},removeAllItems:function(){return"Remove all items"},removeItem:function(){return"Remove item"},search:function(){return"Search"}}})),n.define("select2/defaults",["jquery","./results","./selection/single","./selection/multiple","./selection/placeholder","./selection/allowClear","./selection/search","./selection/selectionCss","./selection/eventRelay","./utils","./translation","./diacritics","./data/select","./data/array","./data/ajax","./data/tags","./data/tokenizer","./data/minimumInputLength","./data/maximumInputLength","./data/maximumSelectionLength","./dropdown","./dropdown/search","./dropdown/hidePlaceholder","./dropdown/infiniteScroll","./dropdown/attachBody","./dropdown/minimumResultsForSearch","./dropdown/selectOnClose","./dropdown/closeOnSelect","./dropdown/dropdownCss","./dropdown/tagsSearchHighlight","./i18n/en"],(function(e,t,n,r,a,i,o,s,l,u,c,p,d,f,m,h,v,g,y,b,_,w,E,k,S,C,I,O,x,T,N){function D(){this.reset()}return D.prototype.apply=function(c){if(null==(c=e.extend(!0,{},this.defaults,c)).dataAdapter&&(null!=c.ajax?c.dataAdapter=m:null!=c.data?c.dataAdapter=f:c.dataAdapter=d,c.minimumInputLength>0&&(c.dataAdapter=u.Decorate(c.dataAdapter,g)),c.maximumInputLength>0&&(c.dataAdapter=u.Decorate(c.dataAdapter,y)),c.maximumSelectionLength>0&&(c.dataAdapter=u.Decorate(c.dataAdapter,b)),c.tags&&(c.dataAdapter=u.Decorate(c.dataAdapter,h)),null==c.tokenSeparators&&null==c.tokenizer||(c.dataAdapter=u.Decorate(c.dataAdapter,v))),null==c.resultsAdapter&&(c.resultsAdapter=t,null!=c.ajax&&(c.resultsAdapter=u.Decorate(c.resultsAdapter,k)),null!=c.placeholder&&(c.resultsAdapter=u.Decorate(c.resultsAdapter,E)),c.selectOnClose&&(c.resultsAdapter=u.Decorate(c.resultsAdapter,I)),c.tags&&(c.resultsAdapter=u.Decorate(c.resultsAdapter,T))),null==c.dropdownAdapter){if(c.multiple)c.dropdownAdapter=_;else{var p=u.Decorate(_,w);c.dropdownAdapter=p}0!==c.minimumResultsForSearch&&(c.dropdownAdapter=u.Decorate(c.dropdownAdapter,C)),c.closeOnSelect&&(c.dropdownAdapter=u.Decorate(c.dropdownAdapter,O)),null!=c.dropdownCssClass&&(c.dropdownAdapter=u.Decorate(c.dropdownAdapter,x)),c.dropdownAdapter=u.Decorate(c.dropdownAdapter,S)}null==c.selectionAdapter&&(c.multiple?c.selectionAdapter=r:c.selectionAdapter=n,null!=c.placeholder&&(c.selectionAdapter=u.Decorate(c.selectionAdapter,a)),c.allowClear&&(c.selectionAdapter=u.Decorate(c.selectionAdapter,i)),c.multiple&&(c.selectionAdapter=u.Decorate(c.selectionAdapter,o)),null!=c.selectionCssClass&&(c.selectionAdapter=u.Decorate(c.selectionAdapter,s)),c.selectionAdapter=u.Decorate(c.selectionAdapter,l)),c.language=this._resolveLanguage(c.language),c.language.push("en");for(var N=[],D=0;D<c.language.length;D++){var A=c.language[D];-1===N.indexOf(A)&&N.push(A)}return c.language=N,c.translations=this._processTranslations(c.language,c.debug),c},D.prototype.reset=function(){function t(e){return e.replace(/[^\u0000-\u007E]/g,(function(e){return p[e]||e}))}this.defaults={amdLanguageBase:"./i18n/",autocomplete:"off",closeOnSelect:!0,debug:!1,dropdownAutoWidth:!1,escapeMarkup:u.escapeMarkup,language:{},matcher:function n(r,a){if(null==r.term||""===r.term.trim())return a;if(a.children&&a.children.length>0){for(var i=e.extend(!0,{},a),o=a.children.length-1;o>=0;o--)null==n(r,a.children[o])&&i.children.splice(o,1);return i.children.length>0?i:n(r,i)}var s=t(a.text).toUpperCase(),l=t(r.term).toUpperCase();return s.indexOf(l)>-1?a:null},minimumInputLength:0,maximumInputLength:0,maximumSelectionLength:0,minimumResultsForSearch:0,selectOnClose:!1,scrollAfterSelect:!1,sorter:function(e){return e},templateResult:function(e){return e.text},templateSelection:function(e){return e.text},theme:"default",width:"resolve"}},D.prototype.applyFromElement=function(e,t){var n=e.language,r=this.defaults.language,a=t.prop("lang"),i=t.closest("[lang]").prop("lang"),o=Array.prototype.concat.call(this._resolveLanguage(a),this._resolveLanguage(n),this._resolveLanguage(r),this._resolveLanguage(i));return e.language=o,e},D.prototype._resolveLanguage=function(t){if(!t)return[];if(e.isEmptyObject(t))return[];if(e.isPlainObject(t))return[t];var n;n=Array.isArray(t)?t:[t];for(var r=[],a=0;a<n.length;a++)if(r.push(n[a]),"string"==typeof n[a]&&n[a].indexOf("-")>0){var i=n[a].split("-")[0];r.push(i)}return r},D.prototype._processTranslations=function(t,n){for(var r=new c,a=0;a<t.length;a++){var i=new c,o=t[a];if("string"==typeof o)try{i=c.loadPath(o)}catch(e){try{o=this.defaults.amdLanguageBase+o,i=c.loadPath(o)}catch(e){n&&window.console&&console.warn&&console.warn('Select2: The language file for "'+o+'" could not be automatically loaded. A fallback will be used instead.')}}else i=e.isPlainObject(o)?new c(o):o;r.extend(i)}return r},D.prototype.set=function(t,n){var r={};r[e.camelCase(t)]=n;var a=u._convertData(r);e.extend(!0,this.defaults,a)},new D})),n.define("select2/options",["jquery","./defaults","./utils"],(function(e,t,n){function r(e,n){this.options=e,null!=n&&this.fromElement(n),null!=n&&(this.options=t.applyFromElement(this.options,n)),this.options=t.apply(this.options)}return r.prototype.fromElement=function(t){var r=["select2"];null==this.options.multiple&&(this.options.multiple=t.prop("multiple")),null==this.options.disabled&&(this.options.disabled=t.prop("disabled")),null==this.options.autocomplete&&t.prop("autocomplete")&&(this.options.autocomplete=t.prop("autocomplete")),null==this.options.dir&&(t.prop("dir")?this.options.dir=t.prop("dir"):t.closest("[dir]").prop("dir")?this.options.dir=t.closest("[dir]").prop("dir"):this.options.dir="ltr"),t.prop("disabled",this.options.disabled),t.prop("multiple",this.options.multiple),n.GetData(t[0],"select2Tags")&&(this.options.debug&&window.console&&console.warn&&console.warn('Select2: The `data-select2-tags` attribute has been changed to use the `data-data` and `data-tags="true"` attributes and will be removed in future versions of Select2.'),n.StoreData(t[0],"data",n.GetData(t[0],"select2Tags")),n.StoreData(t[0],"tags",!0)),n.GetData(t[0],"ajaxUrl")&&(this.options.debug&&window.console&&console.warn&&console.warn("Select2: The `data-ajax-url` attribute has been changed to `data-ajax--url` and support for the old attribute will be removed in future versions of Select2."),t.attr("ajax--url",n.GetData(t[0],"ajaxUrl")),n.StoreData(t[0],"ajax-Url",n.GetData(t[0],"ajaxUrl")));var a={};function i(e,t){return t.toUpperCase()}for(var o=0;o<t[0].attributes.length;o++){var s=t[0].attributes[o].name;if("data-"==s.substr(0,"data-".length)){var l=s.substring("data-".length),u=n.GetData(t[0],l);a[l.replace(/-([a-z])/g,i)]=u}}e.fn.jquery&&"1."==e.fn.jquery.substr(0,2)&&t[0].dataset&&(a=e.extend(!0,{},t[0].dataset,a));var c=e.extend(!0,{},n.GetData(t[0]),a);for(var p in c=n._convertData(c))r.indexOf(p)>-1||(e.isPlainObject(this.options[p])?e.extend(this.options[p],c[p]):this.options[p]=c[p]);return this},r.prototype.get=function(e){return this.options[e]},r.prototype.set=function(e,t){this.options[e]=t},r})),n.define("select2/core",["jquery","./options","./utils","./keys"],(function(e,t,n,r){var a=function(e,r){null!=n.GetData(e[0],"select2")&&n.GetData(e[0],"select2").destroy(),this.$element=e,this.id=this._generateId(e),r=r||{},this.options=new t(r,e),a.__super__.constructor.call(this);var i=e.attr("tabindex")||0;n.StoreData(e[0],"old-tabindex",i),e.attr("tabindex","-1");var o=this.options.get("dataAdapter");this.dataAdapter=new o(e,this.options);var s=this.render();this._placeContainer(s);var l=this.options.get("selectionAdapter");this.selection=new l(e,this.options),this.$selection=this.selection.render(),this.selection.position(this.$selection,s);var u=this.options.get("dropdownAdapter");this.dropdown=new u(e,this.options),this.$dropdown=this.dropdown.render(),this.dropdown.position(this.$dropdown,s);var c=this.options.get("resultsAdapter");this.results=new c(e,this.options,this.dataAdapter),this.$results=this.results.render(),this.results.position(this.$results,this.$dropdown);var p=this;this._bindAdapters(),this._registerDomEvents(),this._registerDataEvents(),this._registerSelectionEvents(),this._registerDropdownEvents(),this._registerResultsEvents(),this._registerEvents(),this.dataAdapter.current((function(e){p.trigger("selection:update",{data:e})})),e[0].classList.add("select2-hidden-accessible"),e.attr("aria-hidden","true"),this._syncAttributes(),n.StoreData(e[0],"select2",this),e.data("select2",this)};return n.Extend(a,n.Observable),a.prototype._generateId=function(e){return"select2-"+(null!=e.attr("id")?e.attr("id"):null!=e.attr("name")?e.attr("name")+"-"+n.generateChars(2):n.generateChars(4)).replace(/(:|\.|\[|\]|,)/g,"")},a.prototype._placeContainer=function(e){e.insertAfter(this.$element);var t=this._resolveWidth(this.$element,this.options.get("width"));null!=t&&e.css("width",t)},a.prototype._resolveWidth=function(e,t){var n=/^width:(([-+]?([0-9]*\.)?[0-9]+)(px|em|ex|%|in|cm|mm|pt|pc))/i;if("resolve"==t){var r=this._resolveWidth(e,"style");return null!=r?r:this._resolveWidth(e,"element")}if("element"==t){var a=e.outerWidth(!1);return a<=0?"auto":a+"px"}if("style"==t){var i=e.attr("style");if("string"!=typeof i)return null;for(var o=i.split(";"),s=0,l=o.length;s<l;s+=1){var u=o[s].replace(/\s/g,"").match(n);if(null!==u&&u.length>=1)return u[1]}return null}return"computedstyle"==t?window.getComputedStyle(e[0]).width:t},a.prototype._bindAdapters=function(){this.dataAdapter.bind(this,this.$container),this.selection.bind(this,this.$container),this.dropdown.bind(this,this.$container),this.results.bind(this,this.$container)},a.prototype._registerDomEvents=function(){var e=this;this.$element.on("change.select2",(function(){e.dataAdapter.current((function(t){e.trigger("selection:update",{data:t})}))})),this.$element.on("focus.select2",(function(t){e.trigger("focus",t)})),this._syncA=n.bind(this._syncAttributes,this),this._syncS=n.bind(this._syncSubtree,this),this._observer=new window.MutationObserver((function(t){e._syncA(),e._syncS(t)})),this._observer.observe(this.$element[0],{attributes:!0,childList:!0,subtree:!1})},a.prototype._registerDataEvents=function(){var e=this;this.dataAdapter.on("*",(function(t,n){e.trigger(t,n)}))},a.prototype._registerSelectionEvents=function(){var e=this,t=["toggle","focus"];this.selection.on("toggle",(function(){e.toggleDropdown()})),this.selection.on("focus",(function(t){e.focus(t)})),this.selection.on("*",(function(n,r){-1===t.indexOf(n)&&e.trigger(n,r)}))},a.prototype._registerDropdownEvents=function(){var e=this;this.dropdown.on("*",(function(t,n){e.trigger(t,n)}))},a.prototype._registerResultsEvents=function(){var e=this;this.results.on("*",(function(t,n){e.trigger(t,n)}))},a.prototype._registerEvents=function(){var e=this;this.on("open",(function(){e.$container[0].classList.add("select2-container--open")})),this.on("close",(function(){e.$container[0].classList.remove("select2-container--open")})),this.on("enable",(function(){e.$container[0].classList.remove("select2-container--disabled")})),this.on("disable",(function(){e.$container[0].classList.add("select2-container--disabled")})),this.on("blur",(function(){e.$container[0].classList.remove("select2-container--focus")})),this.on("query",(function(t){e.isOpen()||e.trigger("open",{}),this.dataAdapter.query(t,(function(n){e.trigger("results:all",{data:n,query:t})}))})),this.on("query:append",(function(t){this.dataAdapter.query(t,(function(n){e.trigger("results:append",{data:n,query:t})}))})),this.on("keypress",(function(t){var n=t.which;e.isOpen()?n===r.ESC||n===r.UP&&t.altKey?(e.close(t),t.preventDefault()):n===r.ENTER||n===r.TAB?(e.trigger("results:select",{}),t.preventDefault()):n===r.SPACE&&t.ctrlKey?(e.trigger("results:toggle",{}),t.preventDefault()):n===r.UP?(e.trigger("results:previous",{}),t.preventDefault()):n===r.DOWN&&(e.trigger("results:next",{}),t.preventDefault()):(n===r.ENTER||n===r.SPACE||n===r.DOWN&&t.altKey)&&(e.open(),t.preventDefault())}))},a.prototype._syncAttributes=function(){this.options.set("disabled",this.$element.prop("disabled")),this.isDisabled()?(this.isOpen()&&this.close(),this.trigger("disable",{})):this.trigger("enable",{})},a.prototype._isChangeMutation=function(e){var t=this;if(e.addedNodes&&e.addedNodes.length>0){for(var n=0;n<e.addedNodes.length;n++)if(e.addedNodes[n].selected)return!0}else{if(e.removedNodes&&e.removedNodes.length>0)return!0;if(Array.isArray(e))return e.some((function(e){return t._isChangeMutation(e)}))}return!1},a.prototype._syncSubtree=function(e){var t=this._isChangeMutation(e),n=this;t&&this.dataAdapter.current((function(e){n.trigger("selection:update",{data:e})}))},a.prototype.trigger=function(e,t){var n=a.__super__.trigger,r={open:"opening",close:"closing",select:"selecting",unselect:"unselecting",clear:"clearing"};if(void 0===t&&(t={}),e in r){var i=r[e],o={prevented:!1,name:e,args:t};if(n.call(this,i,o),o.prevented)return void(t.prevented=!0)}n.call(this,e,t)},a.prototype.toggleDropdown=function(){this.isDisabled()||(this.isOpen()?this.close():this.open())},a.prototype.open=function(){this.isOpen()||this.isDisabled()||this.trigger("query",{})},a.prototype.close=function(e){this.isOpen()&&this.trigger("close",{originalEvent:e})},a.prototype.isEnabled=function(){return!this.isDisabled()},a.prototype.isDisabled=function(){return this.options.get("disabled")},a.prototype.isOpen=function(){return this.$container[0].classList.contains("select2-container--open")},a.prototype.hasFocus=function(){return this.$container[0].classList.contains("select2-container--focus")},a.prototype.focus=function(e){this.hasFocus()||(this.$container[0].classList.add("select2-container--focus"),this.trigger("focus",{}))},a.prototype.enable=function(e){this.options.get("debug")&&window.console&&console.warn&&console.warn('Select2: The `select2("enable")` method has been deprecated and will be removed in later Select2 versions. Use $element.prop("disabled") instead.'),null!=e&&0!==e.length||(e=[!0]);var t=!e[0];this.$element.prop("disabled",t)},a.prototype.data=function(){this.options.get("debug")&&arguments.length>0&&window.console&&console.warn&&console.warn('Select2: Data can no longer be set using `select2("data")`. You should consider setting the value instead using `$element.val()`.');var e=[];return this.dataAdapter.current((function(t){e=t})),e},a.prototype.val=function(e){if(this.options.get("debug")&&window.console&&console.warn&&console.warn('Select2: The `select2("val")` method has been deprecated and will be removed in later Select2 versions. Use $element.val() instead.'),null==e||0===e.length)return this.$element.val();var t=e[0];Array.isArray(t)&&(t=t.map((function(e){return e.toString()}))),this.$element.val(t).trigger("input").trigger("change")},a.prototype.destroy=function(){n.RemoveData(this.$container[0]),this.$container.remove(),this._observer.disconnect(),this._observer=null,this._syncA=null,this._syncS=null,this.$element.off(".select2"),this.$element.attr("tabindex",n.GetData(this.$element[0],"old-tabindex")),this.$element[0].classList.remove("select2-hidden-accessible"),this.$element.attr("aria-hidden","false"),n.RemoveData(this.$element[0]),this.$element.removeData("select2"),this.dataAdapter.destroy(),this.selection.destroy(),this.dropdown.destroy(),this.results.destroy(),this.dataAdapter=null,this.selection=null,this.dropdown=null,this.results=null},a.prototype.render=function(){var t=e('<span class="select2 select2-container"><span class="selection"></span><span class="dropdown-wrapper" aria-hidden="true"></span></span>');return t.attr("dir",this.options.get("dir")),this.$container=t,this.$container[0].classList.add("select2-container--"+this.options.get("theme")),n.StoreData(t[0],"element",this.$element),t},a})),n.define("select2/dropdown/attachContainer",[],(function(){function e(e,t,n){e.call(this,t,n)}return e.prototype.position=function(e,t,n){n.find(".dropdown-wrapper").append(t),t[0].classList.add("select2-dropdown--below"),n[0].classList.add("select2-container--below")},e})),n.define("select2/dropdown/stopPropagation",[],(function(){function e(){}return e.prototype.bind=function(e,t,n){e.call(this,t,n),this.$dropdown.on(["blur","change","click","dblclick","focus","focusin","focusout","input","keydown","keyup","keypress","mousedown","mouseenter","mouseleave","mousemove","mouseover","mouseup","search","touchend","touchstart"].join(" "),(function(e){e.stopPropagation()}))},e})),n.define("select2/selection/stopPropagation",[],(function(){function e(){}return e.prototype.bind=function(e,t,n){e.call(this,t,n),this.$selection.on(["blur","change","click","dblclick","focus","focusin","focusout","input","keydown","keyup","keypress","mousedown","mouseenter","mouseleave","mousemove","mouseover","mouseup","search","touchend","touchstart"].join(" "),(function(e){e.stopPropagation()}))},e})),
|
| 65 |
/*!
|
| 66 |
* jQuery Mousewheel 3.1.13
|
| 67 |
*
|
| 69 |
* Released under the MIT license
|
| 70 |
* http://jquery.org/license
|
| 71 |
*/
|
| 72 |
+
function(t){"function"==typeof n.define&&n.define.amd?n.define("jquery-mousewheel",["jquery"],t):e.exports=t}((function(e){var t,n,r=["wheel","mousewheel","DOMMouseScroll","MozMousePixelScroll"],a="onwheel"in document||document.documentMode>=9?["wheel"]:["mousewheel","DomMouseScroll","MozMousePixelScroll"],i=Array.prototype.slice;if(e.event.fixHooks)for(var o=r.length;o;)e.event.fixHooks[r[--o]]=e.event.mouseHooks;var s=e.event.special.mousewheel={version:"3.1.12",setup:function(){if(this.addEventListener)for(var t=a.length;t;)this.addEventListener(a[--t],l,!1);else this.onmousewheel=l;e.data(this,"mousewheel-line-height",s.getLineHeight(this)),e.data(this,"mousewheel-page-height",s.getPageHeight(this))},teardown:function(){if(this.removeEventListener)for(var t=a.length;t;)this.removeEventListener(a[--t],l,!1);else this.onmousewheel=null;e.removeData(this,"mousewheel-line-height"),e.removeData(this,"mousewheel-page-height")},getLineHeight:function(t){var n=e(t),r=n["offsetParent"in e.fn?"offsetParent":"parent"]();return r.length||(r=e("body")),parseInt(r.css("fontSize"),10)||parseInt(n.css("fontSize"),10)||16},getPageHeight:function(t){return e(t).height()},settings:{adjustOldDeltas:!0,normalizeOffset:!0}};function l(r){var a=r||window.event,o=i.call(arguments,1),l=0,p=0,d=0,f=0,m=0,h=0;if((r=e.event.fix(a)).type="mousewheel","detail"in a&&(d=-1*a.detail),"wheelDelta"in a&&(d=a.wheelDelta),"wheelDeltaY"in a&&(d=a.wheelDeltaY),"wheelDeltaX"in a&&(p=-1*a.wheelDeltaX),"axis"in a&&a.axis===a.HORIZONTAL_AXIS&&(p=-1*d,d=0),l=0===d?p:d,"deltaY"in a&&(l=d=-1*a.deltaY),"deltaX"in a&&(p=a.deltaX,0===d&&(l=-1*p)),0!==d||0!==p){if(1===a.deltaMode){var v=e.data(this,"mousewheel-line-height");l*=v,d*=v,p*=v}else if(2===a.deltaMode){var g=e.data(this,"mousewheel-page-height");l*=g,d*=g,p*=g}if(f=Math.max(Math.abs(d),Math.abs(p)),(!n||f<n)&&(n=f,c(a,f)&&(n/=40)),c(a,f)&&(l/=40,p/=40,d/=40),l=Math[l>=1?"floor":"ceil"](l/n),p=Math[p>=1?"floor":"ceil"](p/n),d=Math[d>=1?"floor":"ceil"](d/n),s.settings.normalizeOffset&&this.getBoundingClientRect){var y=this.getBoundingClientRect();m=r.clientX-y.left,h=r.clientY-y.top}return r.deltaX=p,r.deltaY=d,r.deltaFactor=n,r.offsetX=m,r.offsetY=h,r.deltaMode=0,o.unshift(r,l,p,d),t&&clearTimeout(t),t=setTimeout(u,200),(e.event.dispatch||e.event.handle).apply(this,o)}}function u(){n=null}function c(e,t){return s.settings.adjustOldDeltas&&"mousewheel"===e.type&&t%120==0}e.fn.extend({mousewheel:function(e){return e?this.bind("mousewheel",e):this.trigger("mousewheel")},unmousewheel:function(e){return this.unbind("mousewheel",e)}})})),n.define("jquery.select2",["jquery","jquery-mousewheel","./select2/core","./select2/defaults","./select2/utils"],(function(e,t,n,r,a){if(null==e.fn.select2){var i=["open","close","destroy"];e.fn.select2=function(t){if("object"==typeof(t=t||{}))return this.each((function(){var r=e.extend(!0,{},t);new n(e(this),r)})),this;if("string"==typeof t){var r,o=Array.prototype.slice.call(arguments,1);return this.each((function(){var e=a.GetData(this,"select2");null==e&&window.console&&console.error&&console.error("The select2('"+t+"') method was called on an element that is not using Select2."),r=e[t].apply(e,o)})),i.indexOf(t)>-1?this:r}throw new Error("Invalid arguments for Select2: "+t)}}return null==e.fn.select2.defaults&&(e.fn.select2.defaults=r),n})),{define:n.define,require:n.require}}(),r=n.require("jquery.select2");return t.fn.select2.amd=n,r})?r.apply(t,a):r)||(e.exports=i)},676:function(e,t,n){"use strict";
|
| 73 |
/** @license React v16.13.1
|
| 74 |
* react-dom-server.browser.production.min.js
|
| 75 |
*
|
| 77 |
*
|
| 78 |
* This source code is licensed under the MIT license found in the
|
| 79 |
* LICENSE file in the root directory of this source tree.
|
|
|
