Custom Sidebars – Dynamic Widget Area Manager - Version 3.1.3

Version Description

  • Added version to scripts, to avoid browser cache problem.
  • Fixed problems with widgets alignment on mobiles.
  • Improved custom sidebar edit modal, now it remembers "Advanced Edit" status.
  • Load JavaScript templates only on the widgets page.
Download this release

Release Info

Developer iworks
Plugin Icon 128x128 Custom Sidebars – Dynamic Widget Area Manager
Version 3.1.3
Comparing to
See all releases

Code changes from version 3.1.2 to 3.1.3

Files changed (45) hide show
  1. assets/css/cs-cloning.min.css +1 -1
  2. assets/css/cs-scan.min.css +1 -1
  3. assets/css/cs-visibility.css +28 -2
  4. assets/css/cs-visibility.min.css +2 -2
  5. assets/css/cs.css +28 -0
  6. assets/css/cs.min.css +2 -2
  7. assets/js/cs-cloning.js +1 -1
  8. assets/js/cs-cloning.min.js +1 -1
  9. assets/js/cs-visibility.js +1 -1
  10. assets/js/cs-visibility.min.js +1 -1
  11. assets/js/cs.js +21 -30
  12. assets/js/cs.min.js +2 -2
  13. customsidebars.php +1 -1
  14. inc/class-custom-sidebars-editor.php +37 -6
  15. inc/class-custom-sidebars.php +34 -5
  16. inc/external/wpmu-lib/changelog.txt +2 -0
  17. inc/external/wpmu-lib/core.php +11 -3
  18. inc/external/wpmu-lib/css/animate.3.min.css +1 -1
  19. inc/external/wpmu-lib/css/fontawesome.3.min.css +1 -1
  20. inc/external/wpmu-lib/css/jquery-ui.wpmui.3.min.css +1 -1
  21. inc/external/wpmu-lib/css/select2.3.min.css +1 -1
  22. inc/external/wpmu-lib/css/wpmu-card-list.3.min.css +1 -1
  23. inc/external/wpmu-lib/css/wpmu-html.3.min.css +1 -1
  24. inc/external/wpmu-lib/css/wpmu-ui.3.min.css +1 -1
  25. inc/external/wpmu-lib/css/wpmu-vnav.3.min.css +1 -1
  26. inc/external/wpmu-lib/inc/class-thelib-ui.php +21 -4
  27. inc/external/wpmu-lib/js/select2.3.js +1 -1
  28. inc/external/wpmu-lib/js/select2.3.min.js +2 -2
  29. inc/external/wpmu-lib/js/wpmu-card-list.3.js +1 -1
  30. inc/external/wpmu-lib/js/wpmu-card-list.3.min.js +1 -1
  31. inc/external/wpmu-lib/js/wpmu-ui.3.js +1 -1
  32. inc/external/wpmu-lib/js/wpmu-ui.3.min.js +1 -1
  33. inc/external/wpmu-lib/js/wpmu-vnav.3.js +1 -1
  34. inc/external/wpmu-lib/js/wpmu-vnav.3.min.js +1 -1
  35. lang/custom-sidebars-de_DE.po +36 -35
  36. lang/custom-sidebars-en_EN.po +36 -35
  37. lang/custom-sidebars-es_ES.po +35 -35
  38. lang/custom-sidebars-fr_FR.po +35 -35
  39. lang/custom-sidebars-he_IL.po +35 -35
  40. lang/custom-sidebars-it_IT.po +35 -35
  41. lang/custom-sidebars-nl_NL.po +35 -35
  42. lang/custom-sidebars-pl_PL.po +36 -35
  43. lang/custom-sidebars.pot +35 -35
  44. readme.txt +7 -1
  45. views/widgets-editor.php +1 -1
assets/css/cs-cloning.min.css CHANGED
@@ -1,4 +1,4 @@
1
- /*! Custom Sidebars - v3.1.2
2
  * https://premium.wpmudev.org/project/custom-sidebars-pro/
3
  * Copyright (c) 2018; * Licensed GPLv2+ */
4
 
1
+ /*! Custom Sidebars - v3.1.3
2
  * https://premium.wpmudev.org/project/custom-sidebars-pro/
3
  * Copyright (c) 2018; * Licensed GPLv2+ */
4
 
assets/css/cs-scan.min.css CHANGED
@@ -1,4 +1,4 @@
1
- /*! Custom Sidebars - v3.1.2
2
  * https://premium.wpmudev.org/project/custom-sidebars-pro/
3
  * Copyright (c) 2018; * Licensed GPLv2+ */
4
 
1
+ /*! Custom Sidebars - v3.1.3
2
  * https://premium.wpmudev.org/project/custom-sidebars-pro/
3
  * Copyright (c) 2018; * Licensed GPLv2+ */
4
 
assets/css/cs-visibility.css CHANGED
@@ -5,8 +5,34 @@
5
  display: none;
6
  }
7
 
8
- .widget-control-actions .csb-visibility-button {
9
- margin: 0 5px 0 0;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  }
11
 
12
  .csb-visibility {
5
  display: none;
6
  }
7
 
8
+ .widget-control-actions .button {
9
+ margin: 0 0 0 5px;
10
+ }
11
+ @media screen and (max-width: 782px) {
12
+ .widget-control-actions .csb-visibility-button .dashicons {
13
+ line-height: normal;
14
+ height: auto;
15
+ font-size: 19px;
16
+ }
17
+ }
18
+ @media screen and (max-width: 782px) and (max-width: 400px) {
19
+ .widget-control-actions .csb-visibility-button .dashicons {
20
+ display: none;
21
+ }
22
+ }
23
+
24
+ @media screen and (max-width: 782px) {
25
+ .widget-control-actions .alignright,
26
+ .widget-control-actions .alignleft {
27
+ float: none;
28
+ }
29
+ .widget-control-actions .alignright {
30
+ padding-top: 10px;
31
+ text-align: right;
32
+ }
33
+ .widget-control-actions .alignright .button {
34
+ margin-bottom: 5px;
35
+ }
36
  }
37
 
38
  .csb-visibility {
assets/css/cs-visibility.min.css CHANGED
@@ -1,5 +1,5 @@
1
- /*! Custom Sidebars - v3.1.2
2
  * https://premium.wpmudev.org/project/custom-sidebars-pro/
3
  * Copyright (c) 2018; * Licensed GPLv2+ */
4
 
5
- .inactive-sidebar .csb-visibility{display:none}.widget-control-actions .csb-visibility-button{margin:0 5px 0 0}.csb-visibility{margin:0 -15px 15px}.csb-option-row{margin:0 -15px;padding:0 15px 12px;position:relative}.csb-visibility-inner{border:1px solid #E5E5E5;border-left:0;border-right:0;padding:12px 15px 0;background:#FAFAFA}.csb-visibility-inner .toggle-action{display:block;margin:-15px -15px 0;padding:15px 15px 0;cursor:pointer;border:0}.csb-visibility-inner .csb-option-row:hover{background:#F4F4F4}.csb-visibility-inner .csb-option-row:hover.csb-always:hover{background:transparent}.csb-visibility-inner .csb-option-row.csb-action .action{top:15px}.csb-visibility-inner .csb-option-row .clear-filter:hover{color:#C00}.csb-visibility-inner .csb-option-row .action{position:absolute;right:15px;top:7px;z-index:1;color:#AAA;cursor:pointer;font-size:20px}.csb-visibility-inner .csb-option-row .action:hover{color:#000}.csb-visibility-inner .csb-action{margin-bottom:0}.csb-visibility-inner .csb-action label{cursor:default}.csb-visibility-inner .csb-action b{padding:5px;border:1px solid transparent;cursor:pointer;margin-left:-6px}.csb-visibility-inner .csb-action:hover b{padding:5px;background:#FFF;border:1px solid #DDD}.csb-visibility-inner .csb-always{padding-bottom:0;text-align:center;font-style:italic}.csb-visibility-inner .csb-always label{margin-bottom:0;color:#AAA;cursor:default}.csb-visibility-inner .csb-and{margin-right:10px;font-weight:700}.csb-visibility-inner label{display:block;border-top:1px solid #E8E8E8;margin:0 -15px 5px;padding:5px 15px}.csb-visibility-inner .csb-detail-row label{border:0;margin-bottom:0;padding-bottom:0}.csb-visibility-inner .csb-detail-row .detail{margin-top:10px}.csb-visibility-inner .chosen-container{display:block!important;width:100%!important}.csb-visibility-inner .dropdown{position:absolute;z-index:2;background:#FFF;border:1px solid #DDD;right:10px;top:20px;color:#555;box-shadow:0 1px 10px rgba(0,0,0,.15)}.csb-visibility-inner .dropdown li{padding:5px 15px;cursor:pointer;margin:0}.csb-visibility-inner .dropdown li:hover{color:#000;background:#EEE}.csb-visibility-inner .dropdown li.csb-group,.csb-visibility-inner .dropdown li.csb-group:hover{color:#999;font-weight:700;background:#F8F8F8;padding-left:5px;cursor:default}
1
+ /*! Custom Sidebars - v3.1.3
2
  * https://premium.wpmudev.org/project/custom-sidebars-pro/
3
  * Copyright (c) 2018; * Licensed GPLv2+ */
4
 
5
+ .inactive-sidebar .csb-visibility{display:none}.widget-control-actions .button{margin:0 0 0 5px}@media screen and (max-width:782px){.widget-control-actions .csb-visibility-button .dashicons{line-height:normal;height:auto;font-size:19px}}@media screen and (max-width:782px) and (max-width:400px){.widget-control-actions .csb-visibility-button .dashicons{display:none}}@media screen and (max-width:782px){.widget-control-actions .alignright,.widget-control-actions .alignleft{float:none}.widget-control-actions .alignright{padding-top:10px;text-align:right}.widget-control-actions .alignright .button{margin-bottom:5px}}.csb-visibility{margin:0 -15px 15px}.csb-option-row{margin:0 -15px;padding:0 15px 12px;position:relative}.csb-visibility-inner{border:1px solid #E5E5E5;border-left:0;border-right:0;padding:12px 15px 0;background:#FAFAFA}.csb-visibility-inner .toggle-action{display:block;margin:-15px -15px 0;padding:15px 15px 0;cursor:pointer;border:0}.csb-visibility-inner .csb-option-row:hover{background:#F4F4F4}.csb-visibility-inner .csb-option-row:hover.csb-always:hover{background:transparent}.csb-visibility-inner .csb-option-row.csb-action .action{top:15px}.csb-visibility-inner .csb-option-row .clear-filter:hover{color:#C00}.csb-visibility-inner .csb-option-row .action{position:absolute;right:15px;top:7px;z-index:1;color:#AAA;cursor:pointer;font-size:20px}.csb-visibility-inner .csb-option-row .action:hover{color:#000}.csb-visibility-inner .csb-action{margin-bottom:0}.csb-visibility-inner .csb-action label{cursor:default}.csb-visibility-inner .csb-action b{padding:5px;border:1px solid transparent;cursor:pointer;margin-left:-6px}.csb-visibility-inner .csb-action:hover b{padding:5px;background:#FFF;border:1px solid #DDD}.csb-visibility-inner .csb-always{padding-bottom:0;text-align:center;font-style:italic}.csb-visibility-inner .csb-always label{margin-bottom:0;color:#AAA;cursor:default}.csb-visibility-inner .csb-and{margin-right:10px;font-weight:700}.csb-visibility-inner label{display:block;border-top:1px solid #E8E8E8;margin:0 -15px 5px;padding:5px 15px}.csb-visibility-inner .csb-detail-row label{border:0;margin-bottom:0;padding-bottom:0}.csb-visibility-inner .csb-detail-row .detail{margin-top:10px}.csb-visibility-inner .chosen-container{display:block!important;width:100%!important}.csb-visibility-inner .dropdown{position:absolute;z-index:2;background:#FFF;border:1px solid #DDD;right:10px;top:20px;color:#555;box-shadow:0 1px 10px rgba(0,0,0,.15)}.csb-visibility-inner .dropdown li{padding:5px 15px;cursor:pointer;margin:0}.csb-visibility-inner .dropdown li:hover{color:#000;background:#EEE}.csb-visibility-inner .dropdown li.csb-group,.csb-visibility-inner .dropdown li.csb-group:hover{color:#999;font-weight:700;background:#F8F8F8;padding-left:5px;cursor:default}
assets/css/cs.css CHANGED
@@ -162,6 +162,11 @@
162
  -ms-user-select: none;
163
  user-select: none;
164
  }
 
 
 
 
 
165
  .widgets-php .widget-liquid-right #widgets-right {
166
  margin: 20px;
167
  }
@@ -326,9 +331,18 @@
326
  line-height: 26px;
327
  margin-right: 20px;
328
  }
 
 
 
329
  #cs-options .cs-filter {
330
  float: right;
331
  }
 
 
 
 
 
 
332
 
333
  .sidebar-form {
334
  margin: 0 15px;
@@ -802,6 +816,20 @@ h2 .show-infos {
802
  font-size: 1.4em;
803
  }
804
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
805
  /**
806
  * =============================================================================
807
  * == Post list
162
  -ms-user-select: none;
163
  user-select: none;
164
  }
165
+ @media screen and (max-width: 480px) {
166
+ .widgets-php .widget-liquid-right {
167
+ width: 100%;
168
+ }
169
+ }
170
  .widgets-php .widget-liquid-right #widgets-right {
171
  margin: 20px;
172
  }
331
  line-height: 26px;
332
  margin-right: 20px;
333
  }
334
+ #cs-options .cs-action.btn-export {
335
+ white-space: nowrap;
336
+ }
337
  #cs-options .cs-filter {
338
  float: right;
339
  }
340
+ @media screen and (max-width: 700px) {
341
+ #cs-options .cs-filter {
342
+ float: none;
343
+ margin-top: 5px;
344
+ }
345
+ }
346
 
347
  .sidebar-form {
348
  margin: 0 15px;
816
  font-size: 1.4em;
817
  }
818
 
819
+ @media screen and (max-width: 480px) {
820
+ .wpmui-popup .buttons {
821
+ height: 80px;
822
+ text-align: left;
823
+ }
824
+ .wpmui-popup .buttons label {
825
+ float: none;
826
+ display: block;
827
+ margin-bottom: .5em;
828
+ }
829
+ .wpmui-popup .buttons .btn-save {
830
+ float: right;
831
+ }
832
+ }
833
  /**
834
  * =============================================================================
835
  * == Post list
assets/css/cs.min.css CHANGED
@@ -1,5 +1,5 @@
1
- /*! Custom Sidebars - v3.1.2
2
  * https://premium.wpmudev.org/project/custom-sidebars-pro/
3
  * Copyright (c) 2018; * Licensed GPLv2+ */
4
 
5
- .module-export .pro-layer{position:absolute;left:0;top:0;right:0;bottom:0;z-index:99999;background:rgba(255,255,255,.8);text-align:center;font-size:26px;font-weight:100;padding-top:120px;line-height:1.5}.module-export .pro-layer a{margin-top:20px;display:inline-block;background:#2EA2CC;color:#FAFAFA;text-decoration:none;padding:10px 20px;font-size:18px;font-weight:700}.module-export .pro-layer a:hover,.module-export .pro-layer a:focus,.module-export .pro-layer a:active{background:#1E8CBE;color:#FFF}.frm-location .pro-layer{padding:10px;text-align:center;font-size:26px;font-weight:100;line-height:1.5}.frm-location .pro-layer a{margin-top:20px;display:inline-block;background:#2EA2CC;color:#FAFAFA;text-decoration:none;padding:10px 20px;font-size:18px;font-weight:700}.frm-location .pro-layer a:hover,.frm-location .pro-layer a:focus,.frm-location .pro-layer a:active{background:#1E8CBE;color:#FFF}.csb-pro-layer{float:left;position:relative;opacity:.5;margin-right:10px}.csb-pro-layer .pro-info{position:absolute;left:0;top:0;right:0;bottom:0;opacity:0;background:rgba(96,96,96,.75);z-index:99999;text-align:center;text-decoration:none;line-height:28px;font-size:16px;font-weight:100;color:#FFF;text-decoration:underline;padding:0;margin:0;overflow:hidden}.csb-pro-layer:hover{opacity:1}.csb-pro-layer:hover .pro-info,.csb-pro-layer:hover .pro-info:hover,.csb-pro-layer:hover .pro-info:active,.csb-pro-layer:hover .pro-info:focus{line-height:48px;left:-10px;top:-10px;right:-5px;bottom:-10px;opacity:1}.csb-pro-layer .button{margin:0 5px 0 0;float:left}.csb-pro-layer .button .dashicons{line-height:26px;height:26px;float:left;margin-right:6px}#defaultsidebarspage p.submit{padding:0 0 10px;clear:both}#poststuff.defaultsdetailscontainer h2{border-bottom:0;margin-bottom:5px}#defaultsforposts,#defaultsforpages{padding:0 10px;background:#fcfcfc;overflow:hidden}.defaultsSelector{margin-bottom:30px}.cscolright{clear:right;float:right;margin:0;overflow:hidden;padding:0;width:49%}.cscolleft{margin:0;overflow:hidden;padding:0;width:49%}.widgets-php .widget-liquid-left{width:100%}.widgets-php .widget-liquid-right{padding:0 0 75px;margin:-10px -214% 0 0;width:210%;background:#e4e4e4;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.widgets-php .widget-liquid-right #widgets-right{margin:20px}.widgets-php .widget-liquid-right .overview{list-style:none;position:absolute;left:0;top:0;width:auto;right:0;padding-left:20px;border-left:1px solid #DDD}.widgets-php #wpcontent{position:relative}.widgets-php #wpcontent .wrap .cs-wrap{margin-right:68%;padding-top:1em;position:relative}@media screen and (max-width:480px){.widgets-php #wpcontent .wrap .cs-wrap{position:static;margin:0}}.widgets-php #wpcontent #screen-meta-links{position:relative;z-index:10}.widgets-php #wpcontent #screen-meta{position:relative;z-index:10}.widgets-php #widgets-left{margin-right:0!important}.widgets-php #footer{background:#fff;margin-right:0;padding-right:20px}.widgets-php .sidebars-column-1 .custom-sidebars-add-new{background-color:#fff;padding:15px}.widgets-php .sidebars-column-1 .custom-sidebars-add-new p{border-radius:4px;border:3px dashed #ddd;color:#777;cursor:pointer;font-weight:700;margin:0;padding:90px 10px;text-align:center}.widgets-php .sidebars-column-1 .inner .custom-sidebars-box{border-radius:4px;margin:55px 0 16px}.widgets-php .sidebars-column-1 .inner .custom-sidebars-upfront{background-color:#f9c200}.widgets-php .sidebars-column-1 .inner .custom-sidebars-upfront .cs-inner{min-height:145px;margin-right:-16px;background:url(../img/devman.png) no-repeat 100% 50%;padding:50px 120px 45px 20px}.widgets-php .sidebars-column-1 .inner .custom-sidebars-upfront .cs-inner p{font-size:1.4em;color:#000;margin-top:0}.widgets-php .sidebars-column-1 .inner .custom-sidebars-upfront .cs-inner p:last-of-type{margin-bottom:0}.widgets-php .sidebars-column-1 .inner .custom-sidebars-upfront .cs-inner .button{background-color:#00a7e6;color:#fff;font-weight:700;height:auto;padding:15px 16px;text-transform:uppercase}.widgets-php .sidebars-column-1 .inner .custom-sidebars-checkup{background-color:#fff}.widgets-php .sidebars-column-1 .inner .custom-sidebars-checkup .cs-inner{background:url(../img/hand-with-heart.png) no-repeat 100% 100%;font-size:1.2em;min-height:227px;padding-bottom:10px}.widgets-php .sidebars-column-1 .inner .custom-sidebars-checkup .cs-inner h4,.widgets-php .sidebars-column-1 .inner .custom-sidebars-checkup .cs-inner p{margin:0;padding:0 120px 0 30px;font-size:1.1em}.widgets-php .sidebars-column-1 .inner .custom-sidebars-checkup .cs-inner h4{color:#222;font-size:1.2em;padding-top:50px}.widgets-php .sidebars-column-1 .inner .custom-sidebars-checkup .cs-inner p{color:#c1272c;padding-top:16px}.widgets-php .sidebars-column-1 .inner .custom-sidebars-checkup .cs-inner form{border-radius:4px;background-color:#fafafa;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:justify;justify-content:space-between;margin:24px 30px 0;padding:0}.widgets-php .sidebars-column-1 .inner .custom-sidebars-checkup .cs-inner form input{background-color:transparent;border:0;font-size:1em;margin:0;padding:10px 15px;text-align:center}.widgets-php .sidebars-column-1 .inner .custom-sidebars-checkup .cs-inner form input[type=submit]{border-radius:0 4px 4px 0;background-color:#00a7e6;color:#fff;min-width:3em;text-transform:uppercase}.widgets-php .sidebars-column-1 .inner .custom-sidebars-checkup .cs-inner form input[type=text]{color:#aaa;-ms-flex-positive:1;flex-grow:1}.widgets-php .sidebars-column-1 .inner .custom-sidebars-checkup .cs-inner form input[type=text]:active{box-shadow:none}@media screen and (max-width:590px){.widgets-php .sidebars-column-1 .inner .custom-sidebars-checkup .cs-inner form{background-color:transparent;display:block}.widgets-php .sidebars-column-1 .inner .custom-sidebars-checkup .cs-inner form input[type=text]{background-color:#fafafa}.widgets-php .sidebars-column-1 .inner .custom-sidebars-checkup .cs-inner form input[type=submit]{border-radius:4px;display:block;margin:10px 0 0 auto;width:auto}}#cs-options .cs-action{line-height:26px;margin-right:20px}#cs-options .cs-filter{float:right}.sidebar-form{margin:0 15px}.sidebar-form label{display:block}.sidebar-form .submit{text-align:right;margin:0;padding:1em 0}.sidebar-form .description{margin-top:5px;text-align:right}.sidebar_name,.sidebar_description{width:100%}div#widgets-right .sidebar-name>h3{padding:15px}div#widgets-right .widgets-sortables .sidebar-name>h3{padding:15px 7px}.widgets-holder-wrap.closed>div:nth-child(2){display:none}#defaultsidebarspage .hndle{cursor:pointer}#customsidebarspage #col-right{width:62%}.widgets_access .widget-liquid-right{position:static}#oldbrowsererror{display:none}#defaultsidebarspage .postbox{position:static}#defaultsidebarspage .inside{position:static}body.appearance_page_customsidebars .wrap h2{float:none}body.appearance_page_customsidebars #poststuff h2{margin-top:0}.widget.ui-draggable-dragging{z-index:10001!important}.csb-more-content{display:none}.csb-has-more .csb-more-content{display:block}#cs-widgets-extra{display:none}#cs-title-options{zoom:1;background:#E8E8E8;margin:-20px -20px 0 -20px;padding:10px 20px 20px;border-bottom:1px solid #DDD}.cs-title h3{font-weight:100}.cs-title h3 .cs-icon{margin-left:10px;color:#999}.replaceable{position:relative}.replaceable .replace-marker{position:absolute;left:0;top:0;bottom:0;width:5px;margin:0 5px 0 0;border-left:2px solid #05c944;z-index:10}.replaceable .replace-marker:hover:before{content:attr(data-label);background:#333;color:#EEE;font-size:13px;white-space:nowrap;padding:5px;position:absolute;top:7px;right:13px;line-height:20px}.replaceable .replace-marker:hover:after{content:'';position:absolute;top:16px;right:3px;border:6px solid transparent;border-left-color:#333}.cs-message{margin:.5em 0;padding:10px;position:absolute;left:0;right:0;box-shadow:0 1px 10px rgba(0,0,0,.2);z-index:100}.cs-message .close{position:absolute;top:.5em;right:.5em;opacity:.3;color:#000;cursor:pointer;text-decoration:none;font-size:14px;line-height:26px;width:26px;text-align:center;background:rgba(0,0,0,.1)}.cs-message .close:hover,.cs-message .close:focus,.cs-message .close:active{opacity:1}.cs-update{background:#ffffe0;border:1px solid #E6DB55}.cs-error{background:#FFEBE8;border:1px solid #C00}.cs-toolbar{color:#333;padding:0;background:#FCFCFC;border-top:1px solid #E5E5E5}.cs-toolbar:after{display:table;content:'';clear:both}.closed .cs-toolbar{display:none}.cs-toolbar .cs-tool{text-decoration:none;line-height:40px;height:40px;padding:0 10px;white-space:nowrap;background:#FFF;position:relative;overflow:hidden}.cs-toolbar .dashicons{line-height:40px}.cs-toolbar .cs-separator{border-left:1px solid #E5E5E5;width:1px;padding:0;margin:0;height:40px;overflow:hidden;display:inline-block;color:#ddd}.cs-custom-sidebar .cs-tool,.cs-custom-sidebar .cs-separator{float:right}.cs-theme-sidebar .cs-tool,.cs-theme-sidebar .cs-separator{float:left}.cs-toolbar .delete-sidebar{color:#A00}.cs-toolbar .delete-sidebar:hover,.cs-toolbar .delete-sidebar:focus,.cs-toolbar .delete-sidebar:active{color:red}.cs-toolbar .cs-tool.btn-replaceable{color:#555}.cs-toolbar .cs-tool.btn-replaceable:hover{color:#333!important}.replaceable .cs-toolbar .cs-tool.btn-replaceable{background:#edfff3;color:#333}.replace-tip-box{float:left}.replace-tip{width:200px}.csb .button{outline:0}.csb .button>.dashicons,.csb .button-primary>.dashicons,.csb .button-secondary>.dashicons{opacity:.75;line-height:26px;margin-right:5px;transition:opacity .2s}.csb .button:hover>.dashicons,.csb .button-primary:hover>.dashicons,.csb .button-secondary:hover>.dashicons{opacity:1}.rtl div.widget-liquid-right{float:left;right:auto;left:0}.rtl.widgets-php #wpcontent .wrap .cs-wrap{margin-right:2px;margin-left:68%}.rtl.widgets-php .widget-liquid-right{margin:-10px 0 0 -214%}.rtl.widgets-php #widgets-left{margin-left:0!important}.rtl.widgets-php.folded #wpcontent,.rtl.widgets-php.folded #wpfooter{margin-left:325px;margin-right:52px}.rtl #cs-title-options h2{margin-right:5px}.rtl #cs-options .cs-filter{float:left}.rtl #cs-options .cs-action{margin-right:0;margin-left:20px}.rtl .sidebar-form .submit{text-align:left}.rtl #TB_ajaxWindowTitle{float:right}.rtl #TB_closeAjaxWindow{float:left}.csb-export-head{min-width:450px}.csb-export-head th{vertical-align:top;text-align:right;color:#679;width:150px}.csb-export-head tr:hover{background:#FAFAFA}.csb-export-head ul{margin:0}.csb-export-head .dashicons.hint{font-size:12px;line-height:22px}.csb-form{padding-left:15px}.csb-form h2,.csb-form h3,.csb-form .form-buttons,#poststuff .csb-form h2,#poststuff .csb-form h3,#poststuff .csb-form .form-buttons{padding-left:0;margin-left:-15px}.form-buttons{clear:both}.show-infos{position:relative;display:inline-block;margin:0 5px}h2 .show-infos{top:4px}.show-infos .export-infos{position:absolute;top:-5px;left:30px;font-size:13px;line-height:1.4em;font-weight:400;background:#FFF;box-shadow:0 1px 8px rgba(0,0,0,.2);border:3px solid #FAFAFA;padding:5px;z-index:10}.show-infos .export-infos:before,.show-infos .export-infos:after{content:'';position:absolute;left:-17px;top:5px;border:7px solid transparent;border-right-color:#FAFAFA;z-index:1}.show-infos .export-infos:after{left:-18px;top:5px;border-right-color:rgba(0,0,0,.15);z-index:0}.show-infos:hover .export-infos{display:block!important}.export-infos .section{font-weight:700;margin:10px 0 5px -2px;color:#666}.cs-half{float:left;width:49%;margin-right:1%}.cs-replaceable{margin-bottom:5px}.cs-replaceable>.details{display:none;margin:5px 0}.cs-replaceable.open>.details{display:block}.popup-content .message.no-sidebars{font-size:1.4em}@media screen and (max-width:782px){#wpbody-content .wp-list-table.fixed .column-cs_replacement{display:none}}#wpbody-content .wp-list-table .column-cs_replacement{width:10%}#wpbody-content .wp-list-table .column-cs_replacement dt{opacity:.8;color:#666}#wpbody-content .wp-list-table .column-cs_replacement dd{margin-left:10px}#wpbody-content .wp-list-table .inline-edit-row fieldset.cs-quickedit{border-top:1px solid #eee;margin-top:10px;padding-top:10px}#wpbody-content .wp-list-table .inline-edit-row fieldset.cs-quickedit label span.title{display:block;float:left;min-width:5em;white-space:nowrap;padding-right:10px;width:auto}#wpbody-content .wp-list-table .inline-edit-row-page .inline-edit-col-right{float:right}
1
+ /*! Custom Sidebars - v3.1.3
2
  * https://premium.wpmudev.org/project/custom-sidebars-pro/
3
  * Copyright (c) 2018; * Licensed GPLv2+ */
4
 
5
+ .module-export .pro-layer{position:absolute;left:0;top:0;right:0;bottom:0;z-index:99999;background:rgba(255,255,255,.8);text-align:center;font-size:26px;font-weight:100;padding-top:120px;line-height:1.5}.module-export .pro-layer a{margin-top:20px;display:inline-block;background:#2EA2CC;color:#FAFAFA;text-decoration:none;padding:10px 20px;font-size:18px;font-weight:700}.module-export .pro-layer a:hover,.module-export .pro-layer a:focus,.module-export .pro-layer a:active{background:#1E8CBE;color:#FFF}.frm-location .pro-layer{padding:10px;text-align:center;font-size:26px;font-weight:100;line-height:1.5}.frm-location .pro-layer a{margin-top:20px;display:inline-block;background:#2EA2CC;color:#FAFAFA;text-decoration:none;padding:10px 20px;font-size:18px;font-weight:700}.frm-location .pro-layer a:hover,.frm-location .pro-layer a:focus,.frm-location .pro-layer a:active{background:#1E8CBE;color:#FFF}.csb-pro-layer{float:left;position:relative;opacity:.5;margin-right:10px}.csb-pro-layer .pro-info{position:absolute;left:0;top:0;right:0;bottom:0;opacity:0;background:rgba(96,96,96,.75);z-index:99999;text-align:center;text-decoration:none;line-height:28px;font-size:16px;font-weight:100;color:#FFF;text-decoration:underline;padding:0;margin:0;overflow:hidden}.csb-pro-layer:hover{opacity:1}.csb-pro-layer:hover .pro-info,.csb-pro-layer:hover .pro-info:hover,.csb-pro-layer:hover .pro-info:active,.csb-pro-layer:hover .pro-info:focus{line-height:48px;left:-10px;top:-10px;right:-5px;bottom:-10px;opacity:1}.csb-pro-layer .button{margin:0 5px 0 0;float:left}.csb-pro-layer .button .dashicons{line-height:26px;height:26px;float:left;margin-right:6px}#defaultsidebarspage p.submit{padding:0 0 10px;clear:both}#poststuff.defaultsdetailscontainer h2{border-bottom:0;margin-bottom:5px}#defaultsforposts,#defaultsforpages{padding:0 10px;background:#fcfcfc;overflow:hidden}.defaultsSelector{margin-bottom:30px}.cscolright{clear:right;float:right;margin:0;overflow:hidden;padding:0;width:49%}.cscolleft{margin:0;overflow:hidden;padding:0;width:49%}.widgets-php .widget-liquid-left{width:100%}.widgets-php .widget-liquid-right{padding:0 0 75px;margin:-10px -214% 0 0;width:210%;background:#e4e4e4;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media screen and (max-width:480px){.widgets-php .widget-liquid-right{width:100%}}.widgets-php .widget-liquid-right #widgets-right{margin:20px}.widgets-php .widget-liquid-right .overview{list-style:none;position:absolute;left:0;top:0;width:auto;right:0;padding-left:20px;border-left:1px solid #DDD}.widgets-php #wpcontent{position:relative}.widgets-php #wpcontent .wrap .cs-wrap{margin-right:68%;padding-top:1em;position:relative}@media screen and (max-width:480px){.widgets-php #wpcontent .wrap .cs-wrap{position:static;margin:0}}.widgets-php #wpcontent #screen-meta-links{position:relative;z-index:10}.widgets-php #wpcontent #screen-meta{position:relative;z-index:10}.widgets-php #widgets-left{margin-right:0!important}.widgets-php #footer{background:#fff;margin-right:0;padding-right:20px}.widgets-php .sidebars-column-1 .custom-sidebars-add-new{background-color:#fff;padding:15px}.widgets-php .sidebars-column-1 .custom-sidebars-add-new p{border-radius:4px;border:3px dashed #ddd;color:#777;cursor:pointer;font-weight:700;margin:0;padding:90px 10px;text-align:center}.widgets-php .sidebars-column-1 .inner .custom-sidebars-box{border-radius:4px;margin:55px 0 16px}.widgets-php .sidebars-column-1 .inner .custom-sidebars-upfront{background-color:#f9c200}.widgets-php .sidebars-column-1 .inner .custom-sidebars-upfront .cs-inner{min-height:145px;margin-right:-16px;background:url(../img/devman.png) no-repeat 100% 50%;padding:50px 120px 45px 20px}.widgets-php .sidebars-column-1 .inner .custom-sidebars-upfront .cs-inner p{font-size:1.4em;color:#000;margin-top:0}.widgets-php .sidebars-column-1 .inner .custom-sidebars-upfront .cs-inner p:last-of-type{margin-bottom:0}.widgets-php .sidebars-column-1 .inner .custom-sidebars-upfront .cs-inner .button{background-color:#00a7e6;color:#fff;font-weight:700;height:auto;padding:15px 16px;text-transform:uppercase}.widgets-php .sidebars-column-1 .inner .custom-sidebars-checkup{background-color:#fff}.widgets-php .sidebars-column-1 .inner .custom-sidebars-checkup .cs-inner{background:url(../img/hand-with-heart.png) no-repeat 100% 100%;font-size:1.2em;min-height:227px;padding-bottom:10px}.widgets-php .sidebars-column-1 .inner .custom-sidebars-checkup .cs-inner h4,.widgets-php .sidebars-column-1 .inner .custom-sidebars-checkup .cs-inner p{margin:0;padding:0 120px 0 30px;font-size:1.1em}.widgets-php .sidebars-column-1 .inner .custom-sidebars-checkup .cs-inner h4{color:#222;font-size:1.2em;padding-top:50px}.widgets-php .sidebars-column-1 .inner .custom-sidebars-checkup .cs-inner p{color:#c1272c;padding-top:16px}.widgets-php .sidebars-column-1 .inner .custom-sidebars-checkup .cs-inner form{border-radius:4px;background-color:#fafafa;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:justify;justify-content:space-between;margin:24px 30px 0;padding:0}.widgets-php .sidebars-column-1 .inner .custom-sidebars-checkup .cs-inner form input{background-color:transparent;border:0;font-size:1em;margin:0;padding:10px 15px;text-align:center}.widgets-php .sidebars-column-1 .inner .custom-sidebars-checkup .cs-inner form input[type=submit]{border-radius:0 4px 4px 0;background-color:#00a7e6;color:#fff;min-width:3em;text-transform:uppercase}.widgets-php .sidebars-column-1 .inner .custom-sidebars-checkup .cs-inner form input[type=text]{color:#aaa;-ms-flex-positive:1;flex-grow:1}.widgets-php .sidebars-column-1 .inner .custom-sidebars-checkup .cs-inner form input[type=text]:active{box-shadow:none}@media screen and (max-width:590px){.widgets-php .sidebars-column-1 .inner .custom-sidebars-checkup .cs-inner form{background-color:transparent;display:block}.widgets-php .sidebars-column-1 .inner .custom-sidebars-checkup .cs-inner form input[type=text]{background-color:#fafafa}.widgets-php .sidebars-column-1 .inner .custom-sidebars-checkup .cs-inner form input[type=submit]{border-radius:4px;display:block;margin:10px 0 0 auto;width:auto}}#cs-options .cs-action{line-height:26px;margin-right:20px}#cs-options .cs-action.btn-export{white-space:nowrap}#cs-options .cs-filter{float:right}@media screen and (max-width:700px){#cs-options .cs-filter{float:none;margin-top:5px}}.sidebar-form{margin:0 15px}.sidebar-form label{display:block}.sidebar-form .submit{text-align:right;margin:0;padding:1em 0}.sidebar-form .description{margin-top:5px;text-align:right}.sidebar_name,.sidebar_description{width:100%}div#widgets-right .sidebar-name>h3{padding:15px}div#widgets-right .widgets-sortables .sidebar-name>h3{padding:15px 7px}.widgets-holder-wrap.closed>div:nth-child(2){display:none}#defaultsidebarspage .hndle{cursor:pointer}#customsidebarspage #col-right{width:62%}.widgets_access .widget-liquid-right{position:static}#oldbrowsererror{display:none}#defaultsidebarspage .postbox{position:static}#defaultsidebarspage .inside{position:static}body.appearance_page_customsidebars .wrap h2{float:none}body.appearance_page_customsidebars #poststuff h2{margin-top:0}.widget.ui-draggable-dragging{z-index:10001!important}.csb-more-content{display:none}.csb-has-more .csb-more-content{display:block}#cs-widgets-extra{display:none}#cs-title-options{zoom:1;background:#E8E8E8;margin:-20px -20px 0 -20px;padding:10px 20px 20px;border-bottom:1px solid #DDD}.cs-title h3{font-weight:100}.cs-title h3 .cs-icon{margin-left:10px;color:#999}.replaceable{position:relative}.replaceable .replace-marker{position:absolute;left:0;top:0;bottom:0;width:5px;margin:0 5px 0 0;border-left:2px solid #05c944;z-index:10}.replaceable .replace-marker:hover:before{content:attr(data-label);background:#333;color:#EEE;font-size:13px;white-space:nowrap;padding:5px;position:absolute;top:7px;right:13px;line-height:20px}.replaceable .replace-marker:hover:after{content:'';position:absolute;top:16px;right:3px;border:6px solid transparent;border-left-color:#333}.cs-message{margin:.5em 0;padding:10px;position:absolute;left:0;right:0;box-shadow:0 1px 10px rgba(0,0,0,.2);z-index:100}.cs-message .close{position:absolute;top:.5em;right:.5em;opacity:.3;color:#000;cursor:pointer;text-decoration:none;font-size:14px;line-height:26px;width:26px;text-align:center;background:rgba(0,0,0,.1)}.cs-message .close:hover,.cs-message .close:focus,.cs-message .close:active{opacity:1}.cs-update{background:#ffffe0;border:1px solid #E6DB55}.cs-error{background:#FFEBE8;border:1px solid #C00}.cs-toolbar{color:#333;padding:0;background:#FCFCFC;border-top:1px solid #E5E5E5}.cs-toolbar:after{display:table;content:'';clear:both}.closed .cs-toolbar{display:none}.cs-toolbar .cs-tool{text-decoration:none;line-height:40px;height:40px;padding:0 10px;white-space:nowrap;background:#FFF;position:relative;overflow:hidden}.cs-toolbar .dashicons{line-height:40px}.cs-toolbar .cs-separator{border-left:1px solid #E5E5E5;width:1px;padding:0;margin:0;height:40px;overflow:hidden;display:inline-block;color:#ddd}.cs-custom-sidebar .cs-tool,.cs-custom-sidebar .cs-separator{float:right}.cs-theme-sidebar .cs-tool,.cs-theme-sidebar .cs-separator{float:left}.cs-toolbar .delete-sidebar{color:#A00}.cs-toolbar .delete-sidebar:hover,.cs-toolbar .delete-sidebar:focus,.cs-toolbar .delete-sidebar:active{color:red}.cs-toolbar .cs-tool.btn-replaceable{color:#555}.cs-toolbar .cs-tool.btn-replaceable:hover{color:#333!important}.replaceable .cs-toolbar .cs-tool.btn-replaceable{background:#edfff3;color:#333}.replace-tip-box{float:left}.replace-tip{width:200px}.csb .button{outline:0}.csb .button>.dashicons,.csb .button-primary>.dashicons,.csb .button-secondary>.dashicons{opacity:.75;line-height:26px;margin-right:5px;transition:opacity .2s}.csb .button:hover>.dashicons,.csb .button-primary:hover>.dashicons,.csb .button-secondary:hover>.dashicons{opacity:1}.rtl div.widget-liquid-right{float:left;right:auto;left:0}.rtl.widgets-php #wpcontent .wrap .cs-wrap{margin-right:2px;margin-left:68%}.rtl.widgets-php .widget-liquid-right{margin:-10px 0 0 -214%}.rtl.widgets-php #widgets-left{margin-left:0!important}.rtl.widgets-php.folded #wpcontent,.rtl.widgets-php.folded #wpfooter{margin-left:325px;margin-right:52px}.rtl #cs-title-options h2{margin-right:5px}.rtl #cs-options .cs-filter{float:left}.rtl #cs-options .cs-action{margin-right:0;margin-left:20px}.rtl .sidebar-form .submit{text-align:left}.rtl #TB_ajaxWindowTitle{float:right}.rtl #TB_closeAjaxWindow{float:left}.csb-export-head{min-width:450px}.csb-export-head th{vertical-align:top;text-align:right;color:#679;width:150px}.csb-export-head tr:hover{background:#FAFAFA}.csb-export-head ul{margin:0}.csb-export-head .dashicons.hint{font-size:12px;line-height:22px}.csb-form{padding-left:15px}.csb-form h2,.csb-form h3,.csb-form .form-buttons,#poststuff .csb-form h2,#poststuff .csb-form h3,#poststuff .csb-form .form-buttons{padding-left:0;margin-left:-15px}.form-buttons{clear:both}.show-infos{position:relative;display:inline-block;margin:0 5px}h2 .show-infos{top:4px}.show-infos .export-infos{position:absolute;top:-5px;left:30px;font-size:13px;line-height:1.4em;font-weight:400;background:#FFF;box-shadow:0 1px 8px rgba(0,0,0,.2);border:3px solid #FAFAFA;padding:5px;z-index:10}.show-infos .export-infos:before,.show-infos .export-infos:after{content:'';position:absolute;left:-17px;top:5px;border:7px solid transparent;border-right-color:#FAFAFA;z-index:1}.show-infos .export-infos:after{left:-18px;top:5px;border-right-color:rgba(0,0,0,.15);z-index:0}.show-infos:hover .export-infos{display:block!important}.export-infos .section{font-weight:700;margin:10px 0 5px -2px;color:#666}.cs-half{float:left;width:49%;margin-right:1%}.cs-replaceable{margin-bottom:5px}.cs-replaceable>.details{display:none;margin:5px 0}.cs-replaceable.open>.details{display:block}.popup-content .message.no-sidebars{font-size:1.4em}@media screen and (max-width:480px){.wpmui-popup .buttons{height:80px;text-align:left}.wpmui-popup .buttons label{float:none;display:block;margin-bottom:.5em}.wpmui-popup .buttons .btn-save{float:right}}@media screen and (max-width:782px){#wpbody-content .wp-list-table.fixed .column-cs_replacement{display:none}}#wpbody-content .wp-list-table .column-cs_replacement{width:10%}#wpbody-content .wp-list-table .column-cs_replacement dt{opacity:.8;color:#666}#wpbody-content .wp-list-table .column-cs_replacement dd{margin-left:10px}#wpbody-content .wp-list-table .inline-edit-row fieldset.cs-quickedit{border-top:1px solid #eee;margin-top:10px;padding-top:10px}#wpbody-content .wp-list-table .inline-edit-row fieldset.cs-quickedit label span.title{display:block;float:left;min-width:5em;white-space:nowrap;padding-right:10px;width:auto}#wpbody-content .wp-list-table .inline-edit-row-page .inline-edit-col-right{float:right}
assets/js/cs-cloning.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! Custom Sidebars - v3.1.2
2
  * https://premium.wpmudev.org/project/custom-sidebars-pro/
3
  * Copyright (c) 2018; * Licensed GPLv2+ */
4
  /*global jQuery:false */
1
+ /*! Custom Sidebars - v3.1.3
2
  * https://premium.wpmudev.org/project/custom-sidebars-pro/
3
  * Copyright (c) 2018; * Licensed GPLv2+ */
4
  /*global jQuery:false */
assets/js/cs-cloning.min.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! Custom Sidebars - v3.1.2
2
  * https://premium.wpmudev.org/project/custom-sidebars-pro/
3
  * Copyright (c) 2018; * Licensed GPLv2+ */
4
 
1
+ /*! Custom Sidebars - v3.1.3
2
  * https://premium.wpmudev.org/project/custom-sidebars-pro/
3
  * Copyright (c) 2018; * Licensed GPLv2+ */
4
 
assets/js/cs-visibility.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! Custom Sidebars - v3.1.2
2
  * https://premium.wpmudev.org/project/custom-sidebars-pro/
3
  * Copyright (c) 2018; * Licensed GPLv2+ */
4
  /*global jQuery:false */
1
+ /*! Custom Sidebars - v3.1.3
2
  * https://premium.wpmudev.org/project/custom-sidebars-pro/
3
  * Copyright (c) 2018; * Licensed GPLv2+ */
4
  /*global jQuery:false */
assets/js/cs-visibility.min.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! Custom Sidebars - v3.1.2
2
  * https://premium.wpmudev.org/project/custom-sidebars-pro/
3
  * Copyright (c) 2018; * Licensed GPLv2+ */
4
 
1
+ /*! Custom Sidebars - v3.1.3
2
  * https://premium.wpmudev.org/project/custom-sidebars-pro/
3
  * Copyright (c) 2018; * Licensed GPLv2+ */
4
 
assets/js/cs.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! Custom Sidebars - v3.1.2
2
  * https://premium.wpmudev.org/project/custom-sidebars-pro/
3
  * Copyright (c) 2018; * Licensed GPLv2+ */
4
  /*global window:false */
@@ -572,6 +572,10 @@ window.csSidebars = null;
572
  if ( data.button ) {
573
  popup.$().find( '.btn-save' ).text( data.button );
574
  }
 
 
 
 
575
  }
576
 
577
  // Close popup after ajax request
@@ -606,15 +610,19 @@ window.csSidebars = null;
606
  // Submit the data via ajax.
607
  function save_data() {
608
  var form = popup.$().find( 'form' );
609
-
 
 
 
 
 
 
610
  // Start loading-animation.
611
  popup.loading( true );
612
-
613
  ajax.reset()
614
  .data( form )
615
  .ondone( handle_done_save )
616
  .load_json();
617
-
618
  return false;
619
  }
620
 
@@ -1257,7 +1265,6 @@ window.csSidebars = null;
1257
  // Submit the data and close the popup.
1258
  function save_data() {
1259
  popup.loading( true );
1260
-
1261
  ajax.reset()
1262
  .data( form )
1263
  .ondone( handle_done_save )
@@ -1392,7 +1399,6 @@ window.csSidebars = null;
1392
  return false;
1393
  },
1394
 
1395
-
1396
  /*=============================*\
1397
  =================================
1398
  == ==
@@ -1401,7 +1407,6 @@ window.csSidebars = null;
1401
  =================================
1402
  \*=============================*/
1403
 
1404
-
1405
  /**
1406
  * =====================================================================
1407
  * Find the specified CsSidebar object.
@@ -1511,7 +1516,7 @@ window.csSidebars = null;
1511
  */
1512
  jQuery(document).ready( function($) {
1513
  window.setTimeout( function() {
1514
- window.csSidebars.showGetStartedBox();
1515
  }, 1000);
1516
  });
1517
  })(jQuery);
@@ -1539,49 +1544,35 @@ window.csSidebars = null;
1539
  * @see http://james.padolsey.com/javascript/sorting-elements-with-jquery/
1540
  */
1541
  jQuery.fn.sortElements = (function(){
1542
-
1543
  var sort = [].sort;
1544
-
1545
  return function(comparator, getSortable) {
1546
-
1547
  getSortable = getSortable || function(){return this;};
1548
-
1549
  var placements = this.map(function(){
1550
-
1551
  var sortElement = getSortable.call(this),
1552
- parentNode = sortElement.parentNode,
1553
-
1554
- // Since the element itself will change position, we have
1555
- // to have some way of storing its original position in
1556
- // the DOM. The easiest way is to have a 'flag' node:
1557
- nextSibling = parentNode.insertBefore(
1558
  document.createTextNode(''),
1559
  sortElement.nextSibling
1560
- );
1561
-
1562
  return function() {
1563
-
1564
  if (parentNode === this) {
1565
  throw new Error(
1566
- "You can't sort elements if any one is a descendant of another."
1567
- );
1568
  }
1569
-
1570
  // Insert before flag:
1571
  parentNode.insertBefore(this, nextSibling);
1572
  // Remove flag:
1573
  parentNode.removeChild(nextSibling);
1574
-
1575
  };
1576
-
1577
  });
1578
-
1579
  return sort.call(this, comparator).each(function(i){
1580
  placements[i].call(getSortable.call(this));
1581
  });
1582
-
1583
  };
1584
-
1585
  })();
1586
 
1587
 
1
+ /*! Custom Sidebars - v3.1.3
2
  * https://premium.wpmudev.org/project/custom-sidebars-pro/
3
  * Copyright (c) 2018; * Licensed GPLv2+ */
4
  /*global window:false */
572
  if ( data.button ) {
573
  popup.$().find( '.btn-save' ).text( data.button );
574
  }
575
+ if ( data.advance ) {
576
+ popup.$().find( '#csb-more' ).prop( 'checked', true );
577
+ show_extras();
578
+ }
579
  }
580
 
581
  // Close popup after ajax request
610
  // Submit the data via ajax.
611
  function save_data() {
612
  var form = popup.$().find( 'form' );
613
+ if ( 0 < popup.$('#csb-more:checked').length ) {
614
+ jQuery('<input>').attr({
615
+ type: 'hidden',
616
+ value: 'show',
617
+ name: 'advance'
618
+ }).appendTo(form);
619
+ }
620
  // Start loading-animation.
621
  popup.loading( true );
 
622
  ajax.reset()
623
  .data( form )
624
  .ondone( handle_done_save )
625
  .load_json();
 
626
  return false;
627
  }
628
 
1265
  // Submit the data and close the popup.
1266
  function save_data() {
1267
  popup.loading( true );
 
1268
  ajax.reset()
1269
  .data( form )
1270
  .ondone( handle_done_save )
1399
  return false;
1400
  },
1401
 
 
1402
  /*=============================*\
1403
  =================================
1404
  == ==
1407
  =================================
1408
  \*=============================*/
1409
 
 
1410
  /**
1411
  * =====================================================================
1412
  * Find the specified CsSidebar object.
1516
  */
1517
  jQuery(document).ready( function($) {
1518
  window.setTimeout( function() {
1519
+ window.csSidebars.showGetStartedBox();
1520
  }, 1000);
1521
  });
1522
  })(jQuery);
1544
  * @see http://james.padolsey.com/javascript/sorting-elements-with-jquery/
1545
  */
1546
  jQuery.fn.sortElements = (function(){
 
1547
  var sort = [].sort;
 
1548
  return function(comparator, getSortable) {
 
1549
  getSortable = getSortable || function(){return this;};
 
1550
  var placements = this.map(function(){
 
1551
  var sortElement = getSortable.call(this),
1552
+ parentNode = sortElement.parentNode,
1553
+ // Since the element itself will change position, we have
1554
+ // to have some way of storing its original position in
1555
+ // the DOM. The easiest way is to have a 'flag' node:
1556
+ nextSibling = parentNode.insertBefore(
 
1557
  document.createTextNode(''),
1558
  sortElement.nextSibling
1559
+ );
 
1560
  return function() {
 
1561
  if (parentNode === this) {
1562
  throw new Error(
1563
+ "You can't sort elements if any one is a descendant of another."
1564
+ );
1565
  }
 
1566
  // Insert before flag:
1567
  parentNode.insertBefore(this, nextSibling);
1568
  // Remove flag:
1569
  parentNode.removeChild(nextSibling);
 
1570
  };
 
1571
  });
 
1572
  return sort.call(this, comparator).each(function(i){
1573
  placements[i].call(getSortable.call(this));
1574
  });
 
1575
  };
 
1576
  })();
1577
 
1578
 
assets/js/cs.min.js CHANGED
@@ -1,5 +1,5 @@
1
- /*! Custom Sidebars - v3.1.2
2
  * https://premium.wpmudev.org/project/custom-sidebars-pro/
3
  * Copyright (c) 2018; * Licensed GPLv2+ */
4
 
5
- function trim(a){a=a.replace(/^\s\s*/,"");for(var b=a.length-1;b>=0;b--)if(/\S/.test(a.charAt(b))){a=a.substring(0,b+1);break}return a}function CsSidebar(a,b){var c;this.id=a.split("%").join("\\%"),this.type=b,this.sb=jQuery("#"+this.id),this.widgets="",this.name=trim(this.sb.find(".sidebar-name h2").text()),this.description=trim(this.sb.find(".sidebar-description").text()),c="custom"===b?window.csSidebars.extras.find(".cs-custom-sidebar").clone():window.csSidebars.extras.find(".cs-theme-sidebar").clone(),this.sb.parent().append(c),c.find("label").each(function(){var b=jQuery(this);window.csSidebars.addIdToLabel(b,a)})}CsSidebar.prototype.getID=function(){return this.id.split("\\").join("")},window.csSidebars=null,function(a){window.csSidebars={sidebars:[],sidebar_prefix:"cs-",edit_form:null,delete_form:null,export_form:null,location_form:null,right:null,extras:null,action_handlers:{},init:function(){"undefined"!=typeof csSidebarsData&&csSidebars.initControls().initTopTools().initSidebars().initToolbars().initColumns()},initControls:function(){return csSidebars.right=jQuery("#widgets-right"),csSidebars.extras=jQuery("#cs-widgets-extra"),null===csSidebars.edit_form&&(csSidebars.edit_form=csSidebars.extras.find(".cs-editor").clone(),csSidebars.extras.find(".cs-editor").remove()),null===csSidebars.delete_form&&(csSidebars.delete_form=csSidebars.extras.find(".cs-delete").clone(),csSidebars.extras.find(".cs-delete").remove()),null===csSidebars.export_form&&(csSidebars.export_form=csSidebars.extras.find(".cs-export").clone(),csSidebars.extras.find(".cs-export").remove()),null===csSidebars.location_form&&(csSidebars.location_form=csSidebars.extras.find(".cs-location").clone(),csSidebars.extras.find(".cs-location").remove()),jQuery("#cs-title-options").detach().prependTo(csSidebars.right),csSidebars},initColumns:function(){function a(){var a=jQuery(this),b=a.closest(".sidebars-column-1, .sidebars-column-2"),c=b.data("sort-dir");c="asc"===c?"desc":"asc",csSidebars.sort_sidebars(b,c)}var b=csSidebars.right.find(".sidebars-column-1"),c=csSidebars.right.find(".sidebars-column-2"),d=jQuery('<div class="cs-title"><h2></h2></div>'),e=csSidebars.right.find(".widgets-holder-wrap");c.length||(c=jQuery('<div class="sidebars-column-2"></div>'),c.appendTo(csSidebars.right)),d.find("h2").append('<span class="cs-title-val"></span><i class="cs-icon dashicons dashicons-sort"></i>').css({cursor:"pointer"}),d.clone().prependTo(b).click(a).find(".cs-title-val").text(csSidebarsData.custom_sidebars),d.clone().prependTo(c).click(a).find(".cs-title-val").text(csSidebarsData.theme_sidebars),b=jQuery('<div class="inner"></div>').appendTo(b),c=jQuery('<div class="inner"></div>').appendTo(c),e.each(function(){var a=jQuery(this),d=a.find(".widgets-sortables");csSidebars.isCustomSidebar(d)?a.appendTo(b):a.appendTo(c)})},initSidebars:function(){return csSidebars.right.find(".widgets-sortables").each(function(){var a,b,c=!1,d=jQuery(this),e=d.attr("id");if(!0!==d.data("cs-init"))if(d.data("cs-init",!0),csSidebars.isCustomSidebar(this))b=csSidebars.add(e,"custom");else{b=csSidebars.add(e,"theme");for(a in csSidebarsData.replaceable)if(csSidebarsData.replaceable.hasOwnProperty(a)&&csSidebarsData.replaceable[a]===e){c=!0;break}csSidebars.setReplaceable(b,c,!1)}}),csSidebars},initTopTools:function(){var a=jQuery(".btn-create-sidebar"),b=jQuery(".btn-export"),c=jQuery(".cs-options"),d=jQuery('<input type="search" class="cs-filter" />'),e={};return a.click(function(){e.id="",e.title=csSidebarsData.title_new,e.button=csSidebarsData.btn_new,e.description="",e.name="",csSidebars.showEditor(e)}),b.click(csSidebars.showExport),d.appendTo(c).attr("placeholder",csSidebarsData.filter).keyup(csSidebars.filter_sidebars).on("search",csSidebars.filter_sidebars),csSidebars},initToolbars:function(){function a(a){var b=jQuery(a.target).closest(".cs-tool"),c=b.data("action"),d=csSidebars.getIdFromEditbar(b),e=csSidebars.find(d);return!csSidebars.handleAction(c,e)}return csSidebars.registerAction("edit",csSidebars.showEditor),csSidebars.registerAction("location",csSidebars.showLocations),csSidebars.registerAction("delete",csSidebars.showRemove),csSidebars.registerAction("replaceable",csSidebars.setReplaceable),csSidebars.right.on("click",".cs-tool",a),csSidebars},handleAction:function(a,b){return"function"==typeof csSidebars.action_handlers[a]&&!!csSidebars.action_handlers[a](b)},registerAction:function(a,b){csSidebars.action_handlers[a]=b},showAjaxError:function(a){var b={};b.message=csSidebarsData.ajax_error,b.details=a,b.parent="#widgets-right",b.insert_after="#cs-title-options",b.id="editor",b.type="err",wpmUi.message(b)},sort_sidebars:function(a,b){var c=a.find(".widgets-holder-wrap"),d=a.find(".cs-title .cs-icon");c.sortElements(function(a,c){var d=jQuery(a).find(".sidebar-name h2").text(),e=jQuery(c).find(".sidebar-name h2").text();return"asc"===b?d>e?1:-1:d<e?1:-1}),a.data("sort-dir",b),"asc"===b?d.removeClass("dashicons-arrow-down dashicons-sort").addClass("dashicons-arrow-up"):d.removeClass("dashicons-arrow-up dashicons-sort").addClass("dashicons-arrow-down")},filter_sidebars:function(a){var b=jQuery("input.cs-filter").val().toLowerCase();csSidebars.right.find(".widgets-holder-wrap").each(function(){var a=jQuery(this);-1!==a.find(".sidebar-name h2").text().toLowerCase().indexOf(b)?a.show():a.hide()}),jQuery(window).trigger("cs-resize")},showEditor:function(b){function c(){i.$().removeClass("csb-has-more"),i.size(782,215)}function d(){i.$().addClass("csb-has-more"),i.size(782,545)}function e(){jQuery(this).prop("checked")?d():c()}function f(a,b,c){return i.loading(!1),!!a&&(b?(a.sidebar&&(a=a.sidebar),a.id&&i.$().find("#csb-id").val(a.id),a.name&&i.$().find("#csb-name").val(a.name),a.description&&i.$().find("#csb-description").val(a.description),a.before_title&&i.$().find("#csb-before-title").val(a.before_title),a.after_title&&i.$().find("#csb-after-title").val(a.after_title),a.before_widget&&i.$().find("#csb-before-widget").val(a.before_widget),a.after_widget&&i.$().find("#csb-after-widget").val(a.after_widget),void(a.button&&i.$().find(".btn-save").text(a.button))):(i.destroy(),csSidebars.showAjaxError(a),!1))}function g(b,c,d){var e,f={};i.loading(!1),i.destroy(),f.message=b.message,f.parent="#widgets-right",f.insert_after="#cs-title-options",f.id="editor",c?"update"===b.action?(e=csSidebars.find(b.data.id),csSidebars.updateSidebar(e,b.data)):"insert"===b.action&&(csSidebars.insertSidebar(b.data),a(".cs-wrap .custom-sidebars-add-new").detach()):f.type="err",wpmUi.message(f)}function h(){var a=i.$().find("form");return i.loading(!0),j.reset().data(a).ondone(g).load_json(),!1}var i=null,j=null;return b instanceof CsSidebar&&(b={id:b.getID(),title:csSidebarsData.title_edit.replace("[Sidebar]",b.name),button:csSidebarsData.btn_edit}),i=wpmUi.popup().modal(!0).title(b.title).onshow(c).content(csSidebars.edit_form),c(),f(b,!0,null),j=wpmUi.ajax(null,"cs-ajax"),b.id&&(i.loading(!0),j.reset().data({do:"get",sb:b.id,_wpnonce:csSidebarsData._wpnonce_get}).ondone(f).load_json()),i.show(),i.$().find("#csb-name").focus(),i.$().on("keypress","#csb-name",function(b){13===b.keyCode&&0<a(this).val().length&&a("#csb-description").focus()}),i.$().on("keypress","#csb-description",function(a){13===a.keyCode&&i.$(".btn-save").click()}),i.$().on("click","#csb-more",e),i.$().on("click",".btn-save",h),i.$().on("click",".btn-cancel",i.destroy),!0},updateSidebar:function(a,b){return a.sb.find(".sidebar-name h2").text(b.name),a.sb.find(".sidebar-description").html('<p class="description"></p>').find(".description").text(b.description),csSidebars},insertSidebar:function(a){var b=jQuery('<div class="widgets-holder-wrap"></div>'),c=jQuery('<div class="widgets-sortables ui-sortable"></div>'),d=jQuery('<div class="sidebar-name"><div class="sidebar-name-arrow"><br></div><h2></h2></div>'),e=jQuery('<div class="sidebar-description"></div>'),f=csSidebars.right.find(".sidebars-column-1 > .inner:first");return c.attr("id",a.id),d.find("h2").text(a.name),e.html('<p class="description"></p>').find(".description").text(a.description),d.appendTo(c),e.appendTo(c),c.appendTo(b),b.prependTo(f),jQuery("#widgets-right .sidebar-name").unbind("click"),jQuery("#widgets-left .sidebar-name").unbind("click"),jQuery(document.body).unbind("click.widgets-toggle"),jQuery(".widgets-chooser").off("click.widgets-chooser").off("keyup.widgets-chooser"),jQuery("#available-widgets .widget .widget-title").off("click.widgets-chooser"),jQuery(".widgets-chooser-sidebars").empty(),window.wpWidgets.init(),csSidebars.initSidebars(),csSidebars},showExport:function(){function a(a){var b=jQuery(this).closest("form");return h.reset().data(b).load_http(),g.destroy(),a.preventDefault(),!1}function b(a,b,c){var d={};g.loading(!1),b?g.size(900,600).content(a.html):(d.message=a.message,d.parent=g.$().find(".wpmui-wnd-content"),d.insert_after=!1,d.id="export",d.class="wpmui-wnd-err",d.type="err",wpmUi.message(d))}function c(a){var c=jQuery(this).closest("form");return g.loading(!0),h.reset().data(c).ondone(b).load_json("cs-ajax"),a.preventDefault(),!1}function d(){var a=jQuery(this),b=a.prop("checked"),c=g.$().find(".column-widgets, .import-widgets");b?c.show():c.hide()}function e(){g.size(782,480),g.content(csSidebars.export_form)}function f(){var a=g.$().find(".frm-import");g.loading(!0),h.reset().data(a).load_http("_self")}var g=null,h=null;return g=wpmUi.popup().modal(!0).size(782,480).title(csSidebarsData.title_export).content(csSidebars.export_form).show(),h=wpmUi.ajax(null,"cs-ajax"),g.$().on("submit",".frm-export",a),g.$().on("submit",".frm-preview-import",c),g.$().on("change","#import-widgets",d),g.$().on("click",".btn-cancel",e),g.$().on("click",".btn-import",f),!0},showRemove:function(b){function c(a){a.find(".name").text(j)}function d(){g.loading(!1),g.destroy()}function e(a,b,c){var d={};g.loading(!1),g.destroy(),d.message=a.message,d.parent="#widgets-right",d.insert_after="#cs-title-options",d.id="editor",b?(csSidebars.right.find("#"+i).closest(".widgets-holder-wrap").remove(),csSidebars.remove(i),"delete"===a.action&&window.csSidebars.showGetStartedBox()):d.type="err",wpmUi.message(d)}function f(){g.loading(!0),h.reset().data({do:"delete",sb:i,_wpnonce:a("#_wp_nonce_cs_delete_sidebar").val()}).ondone(e).load_json()}var g=null,h=null,i=b.getID(),j=b.name;return g=wpmUi.popup().modal(!0).size(560,160).title(csSidebarsData.title_delete).content(csSidebars.delete_form).onshow(c).show(),h=wpmUi.ajax(null,"cs-ajax"),g.$().on("click",".btn-cancel",d),g.$().on("click",".btn-delete",f),!0},showLocations:function(b){function c(b,c,d){function e(a,b,c){var d=jQuery("<option></option>");d.attr("value",c).text(a.name),b.append(d)}function f(a,b,c,d){var e=d.closest(".cs-replaceable").filter("."+b),f=e.find('option[value="'+c+'"]'),g=e.find("optgroup.used"),h=e.find(".detail-toggle");a===k?(f.prop("selected",!0),!0!==h.prop("checked")&&(h.prop("checked",!0),e.addClass("open"),wpmUi.upgrade_multiselect(e))):(g.length||(g=jQuery('<optgroup class="used">').attr("label",e.data("lbl-used")).appendTo(e.find(".details select"))),f.detach().appendTo(g))}var h,i,j;if(g.loading(!1),!c)return g.destroy(),void csSidebars.showAjaxError(b);g.$().find(".sb-name").text(b.sidebar.name);var k=b.sidebar.id;g.$().find(".message.no-sidebars").hide();var l=0,m=g.$().find(".cs-replaceable");m.hide(),b.replaceable=wpmUi.obj(b.replaceable);for(var n in b.replaceable)b.replaceable.hasOwnProperty(n)&&(m.filter("."+b.replaceable[n]).show(),l++);0===l&&(g.$().find(".wpmui-box, .message, .button-primary").hide(),g.$().find(".message.no-sidebars").show().parent().addClass("notice notice-error").removeClass("hidden"));var o=g.$().find(".cs-datalist.cs-cat"),p=g.$().find(".cs-datalist.cs-arc-cat"),q=b.categories;p.empty(),o.empty();for(var r in q)e(q[r],p,r),e(q[r],o,r);for(var s in q){if(q[s].single)for(h in q[s].single)f(q[s].single[h],h,s,o);if(q[s].archive)for(h in q[s].archive)f(q[s].archive[h],h,s,p)}var t=g.$().find(".cs-datalist.cs-pt"),u=b.posttypes;t.empty();for(var v in u)i=jQuery("<option></option>"),j=u[v].name,i.attr("value",v).text(j),t.append(i);for(var w in u)if(u[w].single)for(h in u[w].single)f(u[w].single[h],h,w,t);var x=g.$().find(".cs-datalist.cs-arc"),y=b.archives;x.empty();for(var z in y)i=jQuery("<option></option>"),j=y[z].name,i.attr("value",z).text(j),x.append(i);for(var A in y)if(y[A].archive)for(h in y[A].archive)f(y[A].archive[h],h,A,x);var B=g.$().find(".cs-datalist.cs-arc-aut"),C=b.authors;B.empty();for(var D in C)i=jQuery("<option></option>"),j=C[D].name,i.attr("value",D).text(j),B.append(i);for(var E in C)if(C[E].archive)for(h in C[E].archive)f(C[E].archive[h],h,E,B);g.$().find(".cs-3rd-part .cs-datalist").each(function(){var c=b[a(this).data("id")];a(this).empty();for(var d in c)i=jQuery("<option></option>"),j=c[d].name,i.attr("value",d).text(j),a(this).append(i);for(var e in c)if(c[e].archive)for(h in c[e].archive)f(c[e].archive[h],h,e,a(this))})}function d(a){var b=jQuery(this),c=b.closest(".cs-replaceable"),d=c.find("select");b.prop("checked")?(c.addClass("open"),wpmUi.upgrade_multiselect(c),d.trigger("change.select2")):(c.removeClass("open"),d.val([]))}function e(a,b,c){var d={};g.loading(!1),g.destroy(),d.message=a.message,d.parent="#widgets-right",d.insert_after="#cs-title-options",d.id="editor",b||(d.type="err"),wpmUi.message(d)}function f(){g.loading(!0),h.reset().data(i).ondone(e).load_json()}var g=null,h=null,i=null,j=b.getID();return g=wpmUi.popup().modal(!0).size(782,560).title(csSidebarsData.title_location).content(csSidebars.location_form).show(),g.loading(!0),i=g.$().find(".frm-location"),i.find(".sb-id").val(j),h=wpmUi.ajax(null,"cs-ajax"),h.reset().data({do:"get-location",sb:j}).ondone(c).load_json(),g.$().on("click",".detail-toggle",d),g.$().on("click",".btn-save",f),g.$().on("click",".btn-cancel",g.destroy),!0},setReplaceable:function(a,b,c){function d(a,b,c){a instanceof Object&&"object"==typeof a.replaceable&&(csSidebarsData.replaceable=wpmUi.obj(a.replaceable),f.find(".widgets-sortables").each(function(){var a=!1,b=jQuery(this),c=b.attr("id"),d=csSidebars.find(c);for(var e in csSidebarsData.replaceable)if(csSidebarsData.replaceable.hasOwnProperty(e)&&csSidebarsData.replaceable[e]===c){a=!0;break}csSidebars.setReplaceable(d,a,!1)})),f.find(".cs-toolbar .chk-replaceable").prop("disabled",!1),f.find(".cs-toolbar .btn-replaceable").removeClass("wpmui-loading")}var e,f=csSidebars.right.find(".sidebars-column-2 .widgets-holder-wrap"),g=jQuery(a.sb).closest(".widgets-holder-wrap"),h=g.find(".cs-toolbar .chk-replaceable"),i=g.find(".replace-marker");g.find(".cs-toolbar .btn-replaceable");return void 0===b&&(b=h.prop("checked")),void 0===c&&(c=!0),h.data("active")!==b&&(h.data("active",b),h.prop("checked",b),b?(i.length||jQuery("<div></div>").appendTo(g).attr("data-label",csSidebarsData.lbl_replaceable).addClass("replace-marker"),g.addClass("replaceable")):(i.remove(),g.removeClass("replaceable")),c&&(f.find(".cs-toolbar .chk-replaceable").prop("disabled",!0),f.find(".cs-toolbar .btn-replaceable").addClass("wpmui-loading"),e=wpmUi.ajax(null,"cs-ajax"),e.reset().data({do:"replaceable",state:b,sb:a.getID()}).ondone(d).load_json()),!1)},find:function(a){return csSidebars.sidebars[a]},add:function(a,b){return csSidebars.sidebars[a]=new CsSidebar(a,b),csSidebars.sidebars[a]},remove:function(a){delete csSidebars.sidebars[a]},isCustomSidebar:function(a){return jQuery(a).attr("id").substr(0,csSidebars.sidebar_prefix.length)===csSidebars.sidebar_prefix},addIdToLabel:function(a,b){if(!0!==a.data("label-done")){var c=a.attr("for");a.attr("for",c+b),a.find(".has-label").attr("id",c+b),a.data("label-done",!0)}},getIdFromEditbar:function(a){return a.closest(".widgets-holder-wrap").find(".widgets-sortables:first").attr("id")},showGetStartedBox:function(){if(0===a(".sidebars-column-1 .inner .widgets-holder-wrap").length){var b=wp.template("custom-sidebars-new");a(".sidebars-column-1 .inner").before(b()),a(".custom-sidebars-add-new").on("click",function(){a("button.btn-create-sidebar").click()})}}},jQuery(function(a){a("#csfooter").hide(),a("#widgets-right").length>0&&csSidebars.init(),a(".defaultsContainer").hide(),a("#widgets-right .widgets-sortables").on("sort",function(b,c){a("#widgets-right").top;c.position.top=-a("#widgets-right").css("top")})}),jQuery(document).ready(function(a){window.setTimeout(function(){window.csSidebars.showGetStartedBox()},1e3)})}(jQuery),jQuery.fn.sortElements=function(){var a=[].sort;return function(b,c){c=c||function(){return this};var d=this.map(function(){var a=c.call(this),b=a.parentNode,d=b.insertBefore(document.createTextNode(""),a.nextSibling);return function(){if(b===this)throw new Error("You can't sort elements if any one is a descendant of another.");b.insertBefore(this,d),b.removeChild(d)}});return a.call(this,b).each(function(a){d[a].call(c.call(this))})}}(),function(a){jQuery(document).ready(function(a){a("#screen-options-wrap .cs-roles input[type=checkbox]").on("change",function(){var b={action:"custom_sidebars_metabox_roles",_wpnonce:a("#custom_sidebars_metabox_roles").val(),fields:{}};a("#screen-options-wrap .cs-roles input[type=checkbox]").each(function(){b.fields[a(this).val()]=this.checked}),a.post(ajaxurl,b)})})}(jQuery);
1
+ /*! Custom Sidebars - v3.1.3
2
  * https://premium.wpmudev.org/project/custom-sidebars-pro/
3
  * Copyright (c) 2018; * Licensed GPLv2+ */
4
 
5
+ function trim(a){a=a.replace(/^\s\s*/,"");for(var b=a.length-1;b>=0;b--)if(/\S/.test(a.charAt(b))){a=a.substring(0,b+1);break}return a}function CsSidebar(a,b){var c;this.id=a.split("%").join("\\%"),this.type=b,this.sb=jQuery("#"+this.id),this.widgets="",this.name=trim(this.sb.find(".sidebar-name h2").text()),this.description=trim(this.sb.find(".sidebar-description").text()),c="custom"===b?window.csSidebars.extras.find(".cs-custom-sidebar").clone():window.csSidebars.extras.find(".cs-theme-sidebar").clone(),this.sb.parent().append(c),c.find("label").each(function(){var b=jQuery(this);window.csSidebars.addIdToLabel(b,a)})}CsSidebar.prototype.getID=function(){return this.id.split("\\").join("")},window.csSidebars=null,function(a){window.csSidebars={sidebars:[],sidebar_prefix:"cs-",edit_form:null,delete_form:null,export_form:null,location_form:null,right:null,extras:null,action_handlers:{},init:function(){"undefined"!=typeof csSidebarsData&&csSidebars.initControls().initTopTools().initSidebars().initToolbars().initColumns()},initControls:function(){return csSidebars.right=jQuery("#widgets-right"),csSidebars.extras=jQuery("#cs-widgets-extra"),null===csSidebars.edit_form&&(csSidebars.edit_form=csSidebars.extras.find(".cs-editor").clone(),csSidebars.extras.find(".cs-editor").remove()),null===csSidebars.delete_form&&(csSidebars.delete_form=csSidebars.extras.find(".cs-delete").clone(),csSidebars.extras.find(".cs-delete").remove()),null===csSidebars.export_form&&(csSidebars.export_form=csSidebars.extras.find(".cs-export").clone(),csSidebars.extras.find(".cs-export").remove()),null===csSidebars.location_form&&(csSidebars.location_form=csSidebars.extras.find(".cs-location").clone(),csSidebars.extras.find(".cs-location").remove()),jQuery("#cs-title-options").detach().prependTo(csSidebars.right),csSidebars},initColumns:function(){function a(){var a=jQuery(this),b=a.closest(".sidebars-column-1, .sidebars-column-2"),c=b.data("sort-dir");c="asc"===c?"desc":"asc",csSidebars.sort_sidebars(b,c)}var b=csSidebars.right.find(".sidebars-column-1"),c=csSidebars.right.find(".sidebars-column-2"),d=jQuery('<div class="cs-title"><h2></h2></div>'),e=csSidebars.right.find(".widgets-holder-wrap");c.length||(c=jQuery('<div class="sidebars-column-2"></div>'),c.appendTo(csSidebars.right)),d.find("h2").append('<span class="cs-title-val"></span><i class="cs-icon dashicons dashicons-sort"></i>').css({cursor:"pointer"}),d.clone().prependTo(b).click(a).find(".cs-title-val").text(csSidebarsData.custom_sidebars),d.clone().prependTo(c).click(a).find(".cs-title-val").text(csSidebarsData.theme_sidebars),b=jQuery('<div class="inner"></div>').appendTo(b),c=jQuery('<div class="inner"></div>').appendTo(c),e.each(function(){var a=jQuery(this),d=a.find(".widgets-sortables");csSidebars.isCustomSidebar(d)?a.appendTo(b):a.appendTo(c)})},initSidebars:function(){return csSidebars.right.find(".widgets-sortables").each(function(){var a,b,c=!1,d=jQuery(this),e=d.attr("id");if(!0!==d.data("cs-init"))if(d.data("cs-init",!0),csSidebars.isCustomSidebar(this))b=csSidebars.add(e,"custom");else{b=csSidebars.add(e,"theme");for(a in csSidebarsData.replaceable)if(csSidebarsData.replaceable.hasOwnProperty(a)&&csSidebarsData.replaceable[a]===e){c=!0;break}csSidebars.setReplaceable(b,c,!1)}}),csSidebars},initTopTools:function(){var a=jQuery(".btn-create-sidebar"),b=jQuery(".btn-export"),c=jQuery(".cs-options"),d=jQuery('<input type="search" class="cs-filter" />'),e={};return a.click(function(){e.id="",e.title=csSidebarsData.title_new,e.button=csSidebarsData.btn_new,e.description="",e.name="",csSidebars.showEditor(e)}),b.click(csSidebars.showExport),d.appendTo(c).attr("placeholder",csSidebarsData.filter).keyup(csSidebars.filter_sidebars).on("search",csSidebars.filter_sidebars),csSidebars},initToolbars:function(){function a(a){var b=jQuery(a.target).closest(".cs-tool"),c=b.data("action"),d=csSidebars.getIdFromEditbar(b),e=csSidebars.find(d);return!csSidebars.handleAction(c,e)}return csSidebars.registerAction("edit",csSidebars.showEditor),csSidebars.registerAction("location",csSidebars.showLocations),csSidebars.registerAction("delete",csSidebars.showRemove),csSidebars.registerAction("replaceable",csSidebars.setReplaceable),csSidebars.right.on("click",".cs-tool",a),csSidebars},handleAction:function(a,b){return"function"==typeof csSidebars.action_handlers[a]&&!!csSidebars.action_handlers[a](b)},registerAction:function(a,b){csSidebars.action_handlers[a]=b},showAjaxError:function(a){var b={};b.message=csSidebarsData.ajax_error,b.details=a,b.parent="#widgets-right",b.insert_after="#cs-title-options",b.id="editor",b.type="err",wpmUi.message(b)},sort_sidebars:function(a,b){var c=a.find(".widgets-holder-wrap"),d=a.find(".cs-title .cs-icon");c.sortElements(function(a,c){var d=jQuery(a).find(".sidebar-name h2").text(),e=jQuery(c).find(".sidebar-name h2").text();return"asc"===b?d>e?1:-1:d<e?1:-1}),a.data("sort-dir",b),"asc"===b?d.removeClass("dashicons-arrow-down dashicons-sort").addClass("dashicons-arrow-up"):d.removeClass("dashicons-arrow-up dashicons-sort").addClass("dashicons-arrow-down")},filter_sidebars:function(a){var b=jQuery("input.cs-filter").val().toLowerCase();csSidebars.right.find(".widgets-holder-wrap").each(function(){var a=jQuery(this);-1!==a.find(".sidebar-name h2").text().toLowerCase().indexOf(b)?a.show():a.hide()}),jQuery(window).trigger("cs-resize")},showEditor:function(b){function c(){i.$().removeClass("csb-has-more"),i.size(782,215)}function d(){i.$().addClass("csb-has-more"),i.size(782,545)}function e(){jQuery(this).prop("checked")?d():c()}function f(a,b,c){return i.loading(!1),!!a&&(b?(a.sidebar&&(a=a.sidebar),a.id&&i.$().find("#csb-id").val(a.id),a.name&&i.$().find("#csb-name").val(a.name),a.description&&i.$().find("#csb-description").val(a.description),a.before_title&&i.$().find("#csb-before-title").val(a.before_title),a.after_title&&i.$().find("#csb-after-title").val(a.after_title),a.before_widget&&i.$().find("#csb-before-widget").val(a.before_widget),a.after_widget&&i.$().find("#csb-after-widget").val(a.after_widget),a.button&&i.$().find(".btn-save").text(a.button),void(a.advance&&(i.$().find("#csb-more").prop("checked",!0),d()))):(i.destroy(),csSidebars.showAjaxError(a),!1))}function g(b,c,d){var e,f={};i.loading(!1),i.destroy(),f.message=b.message,f.parent="#widgets-right",f.insert_after="#cs-title-options",f.id="editor",c?"update"===b.action?(e=csSidebars.find(b.data.id),csSidebars.updateSidebar(e,b.data)):"insert"===b.action&&(csSidebars.insertSidebar(b.data),a(".cs-wrap .custom-sidebars-add-new").detach()):f.type="err",wpmUi.message(f)}function h(){var a=i.$().find("form");return 0<i.$("#csb-more:checked").length&&jQuery("<input>").attr({type:"hidden",value:"show",name:"advance"}).appendTo(a),i.loading(!0),j.reset().data(a).ondone(g).load_json(),!1}var i=null,j=null;return b instanceof CsSidebar&&(b={id:b.getID(),title:csSidebarsData.title_edit.replace("[Sidebar]",b.name),button:csSidebarsData.btn_edit}),i=wpmUi.popup().modal(!0).title(b.title).onshow(c).content(csSidebars.edit_form),c(),f(b,!0,null),j=wpmUi.ajax(null,"cs-ajax"),b.id&&(i.loading(!0),j.reset().data({do:"get",sb:b.id,_wpnonce:csSidebarsData._wpnonce_get}).ondone(f).load_json()),i.show(),i.$().find("#csb-name").focus(),i.$().on("keypress","#csb-name",function(b){13===b.keyCode&&0<a(this).val().length&&a("#csb-description").focus()}),i.$().on("keypress","#csb-description",function(a){13===a.keyCode&&i.$(".btn-save").click()}),i.$().on("click","#csb-more",e),i.$().on("click",".btn-save",h),i.$().on("click",".btn-cancel",i.destroy),!0},updateSidebar:function(a,b){return a.sb.find(".sidebar-name h2").text(b.name),a.sb.find(".sidebar-description").html('<p class="description"></p>').find(".description").text(b.description),csSidebars},insertSidebar:function(a){var b=jQuery('<div class="widgets-holder-wrap"></div>'),c=jQuery('<div class="widgets-sortables ui-sortable"></div>'),d=jQuery('<div class="sidebar-name"><div class="sidebar-name-arrow"><br></div><h2></h2></div>'),e=jQuery('<div class="sidebar-description"></div>'),f=csSidebars.right.find(".sidebars-column-1 > .inner:first");return c.attr("id",a.id),d.find("h2").text(a.name),e.html('<p class="description"></p>').find(".description").text(a.description),d.appendTo(c),e.appendTo(c),c.appendTo(b),b.prependTo(f),jQuery("#widgets-right .sidebar-name").unbind("click"),jQuery("#widgets-left .sidebar-name").unbind("click"),jQuery(document.body).unbind("click.widgets-toggle"),jQuery(".widgets-chooser").off("click.widgets-chooser").off("keyup.widgets-chooser"),jQuery("#available-widgets .widget .widget-title").off("click.widgets-chooser"),jQuery(".widgets-chooser-sidebars").empty(),window.wpWidgets.init(),csSidebars.initSidebars(),csSidebars},showExport:function(){function a(a){var b=jQuery(this).closest("form");return h.reset().data(b).load_http(),g.destroy(),a.preventDefault(),!1}function b(a,b,c){var d={};g.loading(!1),b?g.size(900,600).content(a.html):(d.message=a.message,d.parent=g.$().find(".wpmui-wnd-content"),d.insert_after=!1,d.id="export",d.class="wpmui-wnd-err",d.type="err",wpmUi.message(d))}function c(a){var c=jQuery(this).closest("form");return g.loading(!0),h.reset().data(c).ondone(b).load_json("cs-ajax"),a.preventDefault(),!1}function d(){var a=jQuery(this),b=a.prop("checked"),c=g.$().find(".column-widgets, .import-widgets");b?c.show():c.hide()}function e(){g.size(782,480),g.content(csSidebars.export_form)}function f(){var a=g.$().find(".frm-import");g.loading(!0),h.reset().data(a).load_http("_self")}var g=null,h=null;return g=wpmUi.popup().modal(!0).size(782,480).title(csSidebarsData.title_export).content(csSidebars.export_form).show(),h=wpmUi.ajax(null,"cs-ajax"),g.$().on("submit",".frm-export",a),g.$().on("submit",".frm-preview-import",c),g.$().on("change","#import-widgets",d),g.$().on("click",".btn-cancel",e),g.$().on("click",".btn-import",f),!0},showRemove:function(b){function c(a){a.find(".name").text(j)}function d(){g.loading(!1),g.destroy()}function e(a,b,c){var d={};g.loading(!1),g.destroy(),d.message=a.message,d.parent="#widgets-right",d.insert_after="#cs-title-options",d.id="editor",b?(csSidebars.right.find("#"+i).closest(".widgets-holder-wrap").remove(),csSidebars.remove(i),"delete"===a.action&&window.csSidebars.showGetStartedBox()):d.type="err",wpmUi.message(d)}function f(){g.loading(!0),h.reset().data({do:"delete",sb:i,_wpnonce:a("#_wp_nonce_cs_delete_sidebar").val()}).ondone(e).load_json()}var g=null,h=null,i=b.getID(),j=b.name;return g=wpmUi.popup().modal(!0).size(560,160).title(csSidebarsData.title_delete).content(csSidebars.delete_form).onshow(c).show(),h=wpmUi.ajax(null,"cs-ajax"),g.$().on("click",".btn-cancel",d),g.$().on("click",".btn-delete",f),!0},showLocations:function(b){function c(b,c,d){function e(a,b,c){var d=jQuery("<option></option>");d.attr("value",c).text(a.name),b.append(d)}function f(a,b,c,d){var e=d.closest(".cs-replaceable").filter("."+b),f=e.find('option[value="'+c+'"]'),g=e.find("optgroup.used"),h=e.find(".detail-toggle");a===k?(f.prop("selected",!0),!0!==h.prop("checked")&&(h.prop("checked",!0),e.addClass("open"),wpmUi.upgrade_multiselect(e))):(g.length||(g=jQuery('<optgroup class="used">').attr("label",e.data("lbl-used")).appendTo(e.find(".details select"))),f.detach().appendTo(g))}var h,i,j;if(g.loading(!1),!c)return g.destroy(),void csSidebars.showAjaxError(b);g.$().find(".sb-name").text(b.sidebar.name);var k=b.sidebar.id;g.$().find(".message.no-sidebars").hide();var l=0,m=g.$().find(".cs-replaceable");m.hide(),b.replaceable=wpmUi.obj(b.replaceable);for(var n in b.replaceable)b.replaceable.hasOwnProperty(n)&&(m.filter("."+b.replaceable[n]).show(),l++);0===l&&(g.$().find(".wpmui-box, .message, .button-primary").hide(),g.$().find(".message.no-sidebars").show().parent().addClass("notice notice-error").removeClass("hidden"));var o=g.$().find(".cs-datalist.cs-cat"),p=g.$().find(".cs-datalist.cs-arc-cat"),q=b.categories;p.empty(),o.empty();for(var r in q)e(q[r],p,r),e(q[r],o,r);for(var s in q){if(q[s].single)for(h in q[s].single)f(q[s].single[h],h,s,o);if(q[s].archive)for(h in q[s].archive)f(q[s].archive[h],h,s,p)}var t=g.$().find(".cs-datalist.cs-pt"),u=b.posttypes;t.empty();for(var v in u)i=jQuery("<option></option>"),j=u[v].name,i.attr("value",v).text(j),t.append(i);for(var w in u)if(u[w].single)for(h in u[w].single)f(u[w].single[h],h,w,t);var x=g.$().find(".cs-datalist.cs-arc"),y=b.archives;x.empty();for(var z in y)i=jQuery("<option></option>"),j=y[z].name,i.attr("value",z).text(j),x.append(i);for(var A in y)if(y[A].archive)for(h in y[A].archive)f(y[A].archive[h],h,A,x);var B=g.$().find(".cs-datalist.cs-arc-aut"),C=b.authors;B.empty();for(var D in C)i=jQuery("<option></option>"),j=C[D].name,i.attr("value",D).text(j),B.append(i);for(var E in C)if(C[E].archive)for(h in C[E].archive)f(C[E].archive[h],h,E,B);g.$().find(".cs-3rd-part .cs-datalist").each(function(){var c=b[a(this).data("id")];a(this).empty();for(var d in c)i=jQuery("<option></option>"),j=c[d].name,i.attr("value",d).text(j),a(this).append(i);for(var e in c)if(c[e].archive)for(h in c[e].archive)f(c[e].archive[h],h,e,a(this))})}function d(a){var b=jQuery(this),c=b.closest(".cs-replaceable"),d=c.find("select");b.prop("checked")?(c.addClass("open"),wpmUi.upgrade_multiselect(c),d.trigger("change.select2")):(c.removeClass("open"),d.val([]))}function e(a,b,c){var d={};g.loading(!1),g.destroy(),d.message=a.message,d.parent="#widgets-right",d.insert_after="#cs-title-options",d.id="editor",b||(d.type="err"),wpmUi.message(d)}function f(){g.loading(!0),h.reset().data(i).ondone(e).load_json()}var g=null,h=null,i=null,j=b.getID();return g=wpmUi.popup().modal(!0).size(782,560).title(csSidebarsData.title_location).content(csSidebars.location_form).show(),g.loading(!0),i=g.$().find(".frm-location"),i.find(".sb-id").val(j),h=wpmUi.ajax(null,"cs-ajax"),h.reset().data({do:"get-location",sb:j}).ondone(c).load_json(),g.$().on("click",".detail-toggle",d),g.$().on("click",".btn-save",f),g.$().on("click",".btn-cancel",g.destroy),!0},setReplaceable:function(a,b,c){function d(a,b,c){a instanceof Object&&"object"==typeof a.replaceable&&(csSidebarsData.replaceable=wpmUi.obj(a.replaceable),f.find(".widgets-sortables").each(function(){var a=!1,b=jQuery(this),c=b.attr("id"),d=csSidebars.find(c);for(var e in csSidebarsData.replaceable)if(csSidebarsData.replaceable.hasOwnProperty(e)&&csSidebarsData.replaceable[e]===c){a=!0;break}csSidebars.setReplaceable(d,a,!1)})),f.find(".cs-toolbar .chk-replaceable").prop("disabled",!1),f.find(".cs-toolbar .btn-replaceable").removeClass("wpmui-loading")}var e,f=csSidebars.right.find(".sidebars-column-2 .widgets-holder-wrap"),g=jQuery(a.sb).closest(".widgets-holder-wrap"),h=g.find(".cs-toolbar .chk-replaceable"),i=g.find(".replace-marker");g.find(".cs-toolbar .btn-replaceable");return void 0===b&&(b=h.prop("checked")),void 0===c&&(c=!0),h.data("active")!==b&&(h.data("active",b),h.prop("checked",b),b?(i.length||jQuery("<div></div>").appendTo(g).attr("data-label",csSidebarsData.lbl_replaceable).addClass("replace-marker"),g.addClass("replaceable")):(i.remove(),g.removeClass("replaceable")),c&&(f.find(".cs-toolbar .chk-replaceable").prop("disabled",!0),f.find(".cs-toolbar .btn-replaceable").addClass("wpmui-loading"),e=wpmUi.ajax(null,"cs-ajax"),e.reset().data({do:"replaceable",state:b,sb:a.getID()}).ondone(d).load_json()),!1)},find:function(a){return csSidebars.sidebars[a]},add:function(a,b){return csSidebars.sidebars[a]=new CsSidebar(a,b),csSidebars.sidebars[a]},remove:function(a){delete csSidebars.sidebars[a]},isCustomSidebar:function(a){return jQuery(a).attr("id").substr(0,csSidebars.sidebar_prefix.length)===csSidebars.sidebar_prefix},addIdToLabel:function(a,b){if(!0!==a.data("label-done")){var c=a.attr("for");a.attr("for",c+b),a.find(".has-label").attr("id",c+b),a.data("label-done",!0)}},getIdFromEditbar:function(a){return a.closest(".widgets-holder-wrap").find(".widgets-sortables:first").attr("id")},showGetStartedBox:function(){if(0===a(".sidebars-column-1 .inner .widgets-holder-wrap").length){var b=wp.template("custom-sidebars-new");a(".sidebars-column-1 .inner").before(b()),a(".custom-sidebars-add-new").on("click",function(){a("button.btn-create-sidebar").click()})}}},jQuery(function(a){a("#csfooter").hide(),a("#widgets-right").length>0&&csSidebars.init(),a(".defaultsContainer").hide(),a("#widgets-right .widgets-sortables").on("sort",function(b,c){a("#widgets-right").top;c.position.top=-a("#widgets-right").css("top")})}),jQuery(document).ready(function(a){window.setTimeout(function(){window.csSidebars.showGetStartedBox()},1e3)})}(jQuery),jQuery.fn.sortElements=function(){var a=[].sort;return function(b,c){c=c||function(){return this};var d=this.map(function(){var a=c.call(this),b=a.parentNode,d=b.insertBefore(document.createTextNode(""),a.nextSibling);return function(){if(b===this)throw new Error("You can't sort elements if any one is a descendant of another.");b.insertBefore(this,d),b.removeChild(d)}});return a.call(this,b).each(function(a){d[a].call(c.call(this))})}}(),function(a){jQuery(document).ready(function(a){a("#screen-options-wrap .cs-roles input[type=checkbox]").on("change",function(){var b={action:"custom_sidebars_metabox_roles",_wpnonce:a("#custom_sidebars_metabox_roles").val(),fields:{}};a("#screen-options-wrap .cs-roles input[type=checkbox]").each(function(){b.fields[a(this).val()]=this.checked}),a.post(ajaxurl,b)})})}(jQuery);
customsidebars.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Custom Sidebars
4
  * Plugin URI: https://wordpress.org/plugins/custom-sidebars/
5
  * Description: Allows you to create widgetized areas and custom sidebars. Replace whole sidebars or single widgets for specific posts and pages.
6
- * Version: 3.1.2
7
  * Author: WPMU DEV
8
  * Author URI: http://premium.wpmudev.org/
9
  * Textdomain: custom-sidebars
3
  * Plugin Name: Custom Sidebars
4
  * Plugin URI: https://wordpress.org/plugins/custom-sidebars/
5
  * Description: Allows you to create widgetized areas and custom sidebars. Replace whole sidebars or single widgets for specific posts and pages.
6
+ * Version: 3.1.3
7
  * Author: WPMU DEV
8
  * Author URI: http://premium.wpmudev.org/
9
  * Textdomain: custom-sidebars
inc/class-custom-sidebars-editor.php CHANGED
@@ -173,6 +173,14 @@ class CustomSidebarsEditor extends CustomSidebars {
173
  __( 'You do not have permission for this', 'custom-sidebars' )
174
  );
175
  } else {
 
 
 
 
 
 
 
 
176
  $req->sidebar = $sb_data;
177
  }
178
  break;
@@ -251,10 +259,12 @@ class CustomSidebarsEditor extends CustomSidebars {
251
  $sb_desc = stripslashes( trim( $data['description'] ) );
252
  }
253
 
 
 
254
  if ( function_exists( 'mb_substr' ) ) {
255
- $sb_name = mb_substr( stripslashes( trim( @$data['name'] ) ), 0, 40 );
256
  } else {
257
- $sb_name = substr( stripslashes( trim( @$data['name'] ) ), 0, 40 );
258
  }
259
 
260
  if ( empty( $sb_name ) ) {
@@ -307,10 +317,16 @@ class CustomSidebarsEditor extends CustomSidebars {
307
  $sidebar['name_lang'] = $sb_name;
308
  $sidebar['description_lang'] = $sb_desc;
309
  }
310
- $sidebar['before_widget'] = stripslashes( trim( @$_POST['before_widget'] ) );
311
- $sidebar['after_widget'] = stripslashes( trim( @$_POST['after_widget'] ) );
312
- $sidebar['before_title'] = stripslashes( trim( @$_POST['before_title'] ) );
313
- $sidebar['after_title'] = stripslashes( trim( @$_POST['after_title'] ) );
 
 
 
 
 
 
314
 
315
  if ( 'insert' == $action ) {
316
  $sidebars[] = $sidebar;
@@ -350,6 +366,21 @@ class CustomSidebarsEditor extends CustomSidebars {
350
  self::wpml_update( $sidebars );
351
  $req->data = self::wpml_translate( $sidebar );
352
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
353
  return $req;
354
  }
355
 
173
  __( 'You do not have permission for this', 'custom-sidebars' )
174
  );
175
  } else {
176
+ $sb_data['advance'] = false;
177
+ $user_id = get_current_user_id();
178
+ if ( $user_id ) {
179
+ $advance = get_user_option( 'custom-sidebars-editor-advance', $user_id );
180
+ if ( is_array( $advance ) && isset( $advance[ $sb_data['id'] ] ) ) {
181
+ $sb_data['advance'] = $advance[ $sb_data['id'] ];
182
+ }
183
+ }
184
  $req->sidebar = $sb_data;
185
  }
186
  break;
259
  $sb_desc = stripslashes( trim( $data['description'] ) );
260
  }
261
 
262
+ $sb_name = isset( $data['name'] )? $data['name']:'';
263
+
264
  if ( function_exists( 'mb_substr' ) ) {
265
+ $sb_name = mb_substr( stripslashes( trim( $sb_name ) ), 0, 40 );
266
  } else {
267
+ $sb_name = substr( stripslashes( trim( $sb_name ) ), 0, 40 );
268
  }
269
 
270
  if ( empty( $sb_name ) ) {
317
  $sidebar['name_lang'] = $sb_name;
318
  $sidebar['description_lang'] = $sb_desc;
319
  }
320
+
321
+ foreach ( array( 'before', 'after' ) as $prefix ) {
322
+ foreach ( array( 'widget', 'title' ) as $sufix ) {
323
+ $name = sprintf( '%s_%s', $prefix, $sufix );
324
+ $sidebar[ $name ] = '';
325
+ if ( isset( $_POST[ $name ] ) ) {
326
+ $sidebar[ $name ] = stripslashes( trim( $_POST[ $name ] ) );
327
+ }
328
+ }
329
+ }
330
 
331
  if ( 'insert' == $action ) {
332
  $sidebars[] = $sidebar;
366
  self::wpml_update( $sidebars );
367
  $req->data = self::wpml_translate( $sidebar );
368
 
369
+ /**
370
+ * save user preferences (advance).
371
+ *
372
+ * @since 3.1.3
373
+ */
374
+ $user_id = get_current_user_id();
375
+ if ( $user_id ) {
376
+ $advance = get_user_option( 'custom-sidebars-editor-advance', $user_id );
377
+ if ( ! is_array( $advance ) ) {
378
+ $advance = array();
379
+ }
380
+ $advance[ $req->data['id'] ] = isset( $_POST['advance'] ) && 'show' === $_POST['advance'];
381
+ update_user_option( $user_id, 'custom-sidebars-editor-advance', $advance );
382
+ }
383
+
384
  return $req;
385
  }
386
 
inc/class-custom-sidebars.php CHANGED
@@ -76,6 +76,23 @@ class CustomSidebars {
76
  add_action( 'admin_init', array( $this, 'admin_init' ) );
77
  // Extensions use this hook to initialize themselfs.
78
  do_action( 'cs_init' );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
79
  }
80
 
81
  /**
@@ -84,7 +101,6 @@ class CustomSidebars {
84
  * @since 3.0.5
85
  */
86
  public function admin_init() {
87
-
88
  $plugin_title = 'Custom Sidebars';
89
 
90
  /**
@@ -963,16 +979,15 @@ class CustomSidebars {
963
  * @since 3.0.1
964
  */
965
  public function print_templates() {
 
 
 
966
  wp_enqueue_script( 'wp-util' );
967
  ?>
968
  <script type="text/html" id="tmpl-custom-sidebars-new">
969
-
970
  <div class="custom-sidebars-add-new">
971
-
972
  <p><?php esc_html_e( 'Create a custom sidebar to get started.', 'custom-sidebars' ); ?></p>
973
-
974
  </div>
975
-
976
  </script>
977
  <?php
978
  }
@@ -997,4 +1012,18 @@ class CustomSidebars {
997
  }
998
  do_action( 'cs_integrations' );
999
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1000
  };
76
  add_action( 'admin_init', array( $this, 'admin_init' ) );
77
  // Extensions use this hook to initialize themselfs.
78
  do_action( 'cs_init' );
79
+ /**
80
+ * Add version to media files
81
+ */
82
+ add_filter( 'wpmu_style_version', array( $this, 'wp_enqueue_add_version' ), 10, 2 );
83
+ add_filter( 'wpmu_script_version', array( $this, 'wp_enqueue_add_version' ), 10, 2 );
84
+ }
85
+
86
+ /**
87
+ * Add version to media files
88
+ *
89
+ * @since 3.1.3
90
+ */
91
+ public function wp_enqueue_add_version( $version, $handle ) {
92
+ if ( preg_match( '/^wpmu\-cs\-/', $handle ) ) {
93
+ return '3.1.3';
94
+ }
95
+ return $version;
96
  }
97
 
98
  /**
101
  * @since 3.0.5
102
  */
103
  public function admin_init() {
 
104
  $plugin_title = 'Custom Sidebars';
105
 
106
  /**
979
  * @since 3.0.1
980
  */
981
  public function print_templates() {
982
+ if ( false == $this->check_screen() ) {
983
+ return;
984
+ }
985
  wp_enqueue_script( 'wp-util' );
986
  ?>
987
  <script type="text/html" id="tmpl-custom-sidebars-new">
 
988
  <div class="custom-sidebars-add-new">
 
989
  <p><?php esc_html_e( 'Create a custom sidebar to get started.', 'custom-sidebars' ); ?></p>
 
990
  </div>
 
991
  </script>
992
  <?php
993
  }
1012
  }
1013
  do_action( 'cs_integrations' );
1014
  }
1015
+
1016
+ private function check_screen() {
1017
+ if ( ! function_exists( 'get_current_screen' ) ) {
1018
+ return false;
1019
+ }
1020
+ $screen = get_current_screen();
1021
+ if ( ! is_a( $screen, 'WP_Screen' ) ) {
1022
+ return false;
1023
+ }
1024
+ if ( 'widgets' != $screen->id ) {
1025
+ return false;
1026
+ }
1027
+ return true;
1028
+ }
1029
  };
inc/external/wpmu-lib/changelog.txt CHANGED
@@ -7,6 +7,8 @@ Change Log:
7
  3.0.6
8
  PHP
9
  - Change variable name to correct one.
 
 
10
 
11
  3.0.5
12
  PHP
7
  3.0.6
8
  PHP
9
  - Change variable name to correct one.
10
+ - Added filter 'wpmu_style_version'.
11
+ - Added filter 'wpmu_script_version'.
12
 
13
  3.0.5
14
  PHP
inc/external/wpmu-lib/core.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: WPMU Dev code library
4
  * Plugin URI: http://premium.wpmudev.org/
5
  * Description: Framework to support creating WordPress plugins and themes.
6
- * Version: 3.0.5
7
  * Author: WPMU DEV
8
  * Author URI: http://premium.wpmudev.org/
9
  * Textdomain: wpmu-lib
@@ -30,7 +30,7 @@
30
  * define( 'WDEV_SEND_P3P', 'CP="CAO OUR"' ) // Overwrite default P3P header
31
  */
32
 
33
- $version = '3.0.5';
34
 
35
  if ( ! function_exists( 'lib3' ) ) {
36
  /**
@@ -86,13 +86,21 @@ if ( ! class_exists( 'TheLib3_Wrap' ) ) {
86
  */
87
  static public function set_version( $version, $files ) {
88
  if ( null !== self::$object ) { return; }
89
-
90
  if ( version_compare( $version, self::$version, '>' ) ) {
91
  self::$version = $version;
92
  self::$files = $files;
93
  }
94
  }
95
 
 
 
 
 
 
 
 
 
 
96
  /**
97
  * Return the module object.
98
  */
3
  * Plugin Name: WPMU Dev code library
4
  * Plugin URI: http://premium.wpmudev.org/
5
  * Description: Framework to support creating WordPress plugins and themes.
6
+ * Version: 3.0.6
7
  * Author: WPMU DEV
8
  * Author URI: http://premium.wpmudev.org/
9
  * Textdomain: wpmu-lib
30
  * define( 'WDEV_SEND_P3P', 'CP="CAO OUR"' ) // Overwrite default P3P header
31
  */
32
 
33
+ $version = '3.0.6';
34
 
35
  if ( ! function_exists( 'lib3' ) ) {
36
  /**
86
  */
87
  static public function set_version( $version, $files ) {
88
  if ( null !== self::$object ) { return; }
 
89
  if ( version_compare( $version, self::$version, '>' ) ) {
90
  self::$version = $version;
91
  self::$files = $files;
92
  }
93
  }
94
 
95
+ /**
96
+ * Return version.
97
+ *
98
+ * @since 3.0.6
99
+ */
100
+ static public function get_version() {
101
+ return self::$version;
102
+ }
103
+
104
  /**
105
  * Return the module object.
106
  */
inc/external/wpmu-lib/css/animate.3.min.css CHANGED
@@ -1,6 +1,6 @@
1
  /*! WPMU Dev code library - v3.0.4
2
  * http://premium.wpmudev.org/
3
- * Copyright (c) 2017; * Licensed GPLv2+ */
4
 
5
  /*!
6
  * https://github.com/daneden/animate.css/blob/master/animate.css
1
  /*! WPMU Dev code library - v3.0.4
2
  * http://premium.wpmudev.org/
3
+ * Copyright (c) 2018; * Licensed GPLv2+ */
4
 
5
  /*!
6
  * https://github.com/daneden/animate.css/blob/master/animate.css
inc/external/wpmu-lib/css/fontawesome.3.min.css CHANGED
@@ -1,6 +1,6 @@
1
  /*! WPMU Dev code library - v3.0.4
2
  * http://premium.wpmudev.org/
3
- * Copyright (c) 2017; * Licensed GPLv2+ */
4
 
5
  @charset "UTF-8";/*!
6
  * https://github.com/FortAwesome/Font-Awesome
1
  /*! WPMU Dev code library - v3.0.4
2
  * http://premium.wpmudev.org/
3
+ * Copyright (c) 2018; * Licensed GPLv2+ */
4
 
5
  @charset "UTF-8";/*!
6
  * https://github.com/FortAwesome/Font-Awesome
inc/external/wpmu-lib/css/jquery-ui.wpmui.3.min.css CHANGED
@@ -1,6 +1,6 @@
1
  /*! WPMU Dev code library - v3.0.4
2
  * http://premium.wpmudev.org/
3
- * Copyright (c) 2017; * Licensed GPLv2+ */
4
 
5
  /*! jQuery UI - v1.11.4 - 2015-09-27
6
  * http://jqueryui.com
1
  /*! WPMU Dev code library - v3.0.4
2
  * http://premium.wpmudev.org/
3
+ * Copyright (c) 2018; * Licensed GPLv2+ */
4
 
5
  /*! jQuery UI - v1.11.4 - 2015-09-27
6
  * http://jqueryui.com
inc/external/wpmu-lib/css/select2.3.min.css CHANGED
@@ -1,6 +1,6 @@
1
  /*! WPMU Dev code library - v3.0.4
2
  * http://premium.wpmudev.org/
3
- * Copyright (c) 2017; * Licensed GPLv2+ */
4
 
5
  /*!
6
  * https://github.com/select2/select2/blob/master/dist/css/select2.css
1
  /*! WPMU Dev code library - v3.0.4
2
  * http://premium.wpmudev.org/
3
+ * Copyright (c) 2018; * Licensed GPLv2+ */
4
 
5
  /*!
6
  * https://github.com/select2/select2/blob/master/dist/css/select2.css
inc/external/wpmu-lib/css/wpmu-card-list.3.min.css CHANGED
@@ -1,5 +1,5 @@
1
  /*! WPMU Dev code library - v3.0.4
2
  * http://premium.wpmudev.org/
3
- * Copyright (c) 2017; * Licensed GPLv2+ */
4
 
5
  #wpwrap .wpmui-list-wrapper .wpmui-list,.wpmui-list-wrapper .wpmui-list{margin-left:-16px}#wpwrap .wpmui-list-wrapper .wpmui-list:after,.wpmui-list-wrapper .wpmui-list:after{content:'';display:table;clear:both}#wpwrap .wpmui-list-wrapper .list-card,.wpmui-list-wrapper .list-card{float:left;margin:0 0 16px 16px;width:48%;width:-webkit-calc(50% - 16px);width:calc(50% - 16px);background-color:#fff;border:1px solid #dedede;box-sizing:border-box;opacity:.8}#wpwrap .wpmui-list-wrapper .list-card .badge-container,.wpmui-list-wrapper .list-card .badge-container{overflow:hidden;width:100px;height:100px;position:absolute;left:0;top:0}#wpwrap .wpmui-list-wrapper .list-card .badge-active,.wpmui-list-wrapper .list-card .badge-active{display:none}#wpwrap .wpmui-list-wrapper .list-card.active,.wpmui-list-wrapper .list-card.active{opacity:1;background:#FFF;border:1px solid #BBB;box-shadow:0 1px 3px rgba(0,0,0,.12);z-index:20}#wpwrap .wpmui-list-wrapper .list-card.active .desc,#wpwrap .wpmui-list-wrapper .list-card.active .name,.wpmui-list-wrapper .list-card.active .desc,.wpmui-list-wrapper .list-card.active .name{color:#333}#wpwrap .wpmui-list-wrapper .list-card.active .badge-active,.wpmui-list-wrapper .list-card.active .badge-active{position:absolute;top:15px;left:-35px;display:block;background-color:#6bbb1a;color:#FFF;transform:rotate(315deg);padding:3px 40px;z-index:20;border:1px solid #FFF}#wpwrap .wpmui-list-wrapper .list-card.active .item-icon,.wpmui-list-wrapper .list-card.active .item-icon{color:#3b8b08}#wpwrap .wpmui-list-wrapper .list-card .item-icon,.wpmui-list-wrapper .list-card .item-icon{position:absolute;top:20px;left:20px;width:128px;height:128px;margin:0 20px 20px 0;font-size:100px;z-index:16}#wpwrap .wpmui-list-wrapper .list-card .item-icon i,.wpmui-list-wrapper .list-card .item-icon i{opacity:.8;font-size:100px}#wpwrap .wpmui-list-wrapper .list-card .desc,#wpwrap .wpmui-list-wrapper .list-card .name,.wpmui-list-wrapper .list-card .desc,.wpmui-list-wrapper .list-card .name{margin-left:148px;margin-right:120px;color:#777}#wpwrap .wpmui-list-wrapper .list-card .action-links,.wpmui-list-wrapper .list-card .action-links{position:absolute;top:20px;right:20px;width:120px;text-align:right}#wpwrap .wpmui-list-wrapper .list-card .action-links .space,.wpmui-list-wrapper .list-card .action-links .space{display:block;line-height:10px;height:10px;padding:0;margin:0}#wpwrap .wpmui-list-wrapper .list-card h4,.wpmui-list-wrapper .list-card h4{margin:0 0 12px;font-size:18px;line-height:1.3}@media screen and (min-width:1600px){#wpwrap .wpmui-list-wrapper .list-card,.wpmui-list-wrapper .list-card{width:30%;width:-webkit-calc(33.3333% - 16px);width:calc(33.3333% - 16px)}}#wpwrap .wpmui-list-wrapper .list-card-top,.wpmui-list-wrapper .list-card-top{position:relative;padding:20px 20px 10px;height:135px;overflow:hidden}#wpwrap .wpmui-list-wrapper .list-card-top .fader,.wpmui-list-wrapper .list-card-top .fader{position:absolute;bottom:0;height:20px;left:0;right:0;z-index:5;background:-moz-linear-gradient(top,rgba(255,255,255,0) 0,#fff 90%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,0)),color-stop(90%,#fff));background:-webkit-linear-gradient(top,rgba(255,255,255,0) 0,#fff 90%);background:-o-linear-gradient(top,rgba(255,255,255,0) 0,#fff 90%);background:-ms-linear-gradient(top,rgba(255,255,255,0) 0,#fff 90%);background:linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 90%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0)}#wpwrap .wpmui-list-wrapper .list-card-bottom,.wpmui-list-wrapper .list-card-bottom{clear:both;padding:12px 20px;background-color:#fafafa;border-top:1px solid #dedede;overflow:hidden;height:45px}#wpwrap .wpmui-list-wrapper .details,#wpwrap .wpmui-list-wrapper .is-detail,.wpmui-list-wrapper .details,.wpmui-list-wrapper .is-detail{display:none}#wpwrap .wpmui-list-wrapper .is-no-detail,.wpmui-list-wrapper .is-no-detail{display:inline}#wpwrap .wpmui-list-wrapper .details .wpmui-html-text-wrapper,#wpwrap .wpmui-list-wrapper .details .wpmui-input-wrapper,#wpwrap .wpmui-list-wrapper .details .wpmui-select-wrapper,#wpwrap .wpmui-list-wrapper .details .wpmui-radio-wrapper,#wpwrap .wpmui-list-wrapper .details .wpmui-radio-slider-wrapper,.wpmui-list-wrapper .details .wpmui-html-text-wrapper,.wpmui-list-wrapper .details .wpmui-input-wrapper,.wpmui-list-wrapper .details .wpmui-select-wrapper,.wpmui-list-wrapper .details .wpmui-radio-wrapper,.wpmui-list-wrapper .details .wpmui-radio-slider-wrapper{display:block;position:relative;padding:10px;margin:0 0 10px;background-color:#FFF;border:1px solid #dedede}#wpwrap .wpmui-list-wrapper .details .wpmui-html-text-wrapper .wpmui-radio-slider,#wpwrap .wpmui-list-wrapper .details .wpmui-input-wrapper .wpmui-radio-slider,#wpwrap .wpmui-list-wrapper .details .wpmui-select-wrapper .wpmui-radio-slider,#wpwrap .wpmui-list-wrapper .details .wpmui-radio-wrapper .wpmui-radio-slider,#wpwrap .wpmui-list-wrapper .details .wpmui-radio-slider-wrapper .wpmui-radio-slider,.wpmui-list-wrapper .details .wpmui-html-text-wrapper .wpmui-radio-slider,.wpmui-list-wrapper .details .wpmui-input-wrapper .wpmui-radio-slider,.wpmui-list-wrapper .details .wpmui-select-wrapper .wpmui-radio-slider,.wpmui-list-wrapper .details .wpmui-radio-wrapper .wpmui-radio-slider,.wpmui-list-wrapper .details .wpmui-radio-slider-wrapper .wpmui-radio-slider{position:absolute;top:10px;right:10px}#wpwrap .wpmui-list-wrapper .details .wpmui-html-text-wrapper .wpmui-radio-slider.has-labels,#wpwrap .wpmui-list-wrapper .details .wpmui-input-wrapper .wpmui-radio-slider.has-labels,#wpwrap .wpmui-list-wrapper .details .wpmui-select-wrapper .wpmui-radio-slider.has-labels,#wpwrap .wpmui-list-wrapper .details .wpmui-radio-wrapper .wpmui-radio-slider.has-labels,#wpwrap .wpmui-list-wrapper .details .wpmui-radio-slider-wrapper .wpmui-radio-slider.has-labels,.wpmui-list-wrapper .details .wpmui-html-text-wrapper .wpmui-radio-slider.has-labels,.wpmui-list-wrapper .details .wpmui-input-wrapper .wpmui-radio-slider.has-labels,.wpmui-list-wrapper .details .wpmui-select-wrapper .wpmui-radio-slider.has-labels,.wpmui-list-wrapper .details .wpmui-radio-wrapper .wpmui-radio-slider.has-labels,.wpmui-list-wrapper .details .wpmui-radio-slider-wrapper .wpmui-radio-slider.has-labels{position:relative;top:0;right:0}#wpwrap .wpmui-list-wrapper .wpmui-list-table.has-details:before,.wpmui-list-wrapper .wpmui-list-table.has-details:before{content:'';background:#000;opacity:.3;position:fixed;left:0;top:0;right:0;bottom:0;z-index:21}#wpwrap .wpmui-list-wrapper .wpmui-list-table.has-details .list-card,.wpmui-list-wrapper .wpmui-list-table.has-details .list-card{opacity:.7}#wpwrap .wpmui-list-wrapper .wpmui-list-table.has-details .detail-mode,.wpmui-list-wrapper .wpmui-list-table.has-details .detail-mode{z-index:25;opacity:1}#wpwrap .wpmui-list-wrapper .wpmui-list-table.has-details .detail-mode .is-detail,.wpmui-list-wrapper .wpmui-list-table.has-details .detail-mode .is-detail{display:inline}#wpwrap .wpmui-list-wrapper .wpmui-list-table.has-details .detail-mode .is-no-detail,.wpmui-list-wrapper .wpmui-list-table.has-details .detail-mode .is-no-detail{display:none}#wpwrap .wpmui-list-wrapper .wpmui-list-table.has-details .detail-mode .list-card-top,.wpmui-list-wrapper .wpmui-list-table.has-details .detail-mode .list-card-top{position:absolute;top:0;bottom:43px;height:auto;left:0;right:0;overflow:visible}#wpwrap .wpmui-list-wrapper .wpmui-list-table.has-details .detail-mode .details,.wpmui-list-wrapper .wpmui-list-table.has-details .detail-mode .details{display:block;position:absolute;overflow:auto;top:135px;left:0;right:0;background:#FCFCFC;border-top:1px solid #dedede;padding:20px;bottom:0}#wpwrap .wpmui-list-wrapper .detail-mode,.wpmui-list-wrapper .detail-mode{position:absolute;top:50px;left:50px;right:50px;width:auto;height:auto;z-index:20;box-shadow:0 1px 10px rgba(0,0,0,.3);opacity:1}#wpwrap .wpmui-list-wrapper .detail-mode .list-card,.wpmui-list-wrapper .detail-mode .list-card{border:1px solid #999}#wpwrap .wpmui-list-wrapper .detail-mode .list-card-bottom,.wpmui-list-wrapper .detail-mode .list-card-bottom{position:absolute;bottom:0;left:0;right:0}#wpwrap .wpmui-list-wrapper .toggle-details,.wpmui-list-wrapper .toggle-details{cursor:pointer}#wpwrap .wpmui-list-wrapper .toggle-link,.wpmui-list-wrapper .toggle-link{float:right;color:#0074a2}#wpwrap .wpmui-list-wrapper .toggle-link:hover,.wpmui-list-wrapper .toggle-link:hover{color:#2ea2cc}#wpwrap .wpmui-list-wrapper .filter-links>li,.wpmui-list-wrapper .filter-links>li{line-height:48px;height:48px}#wpwrap .wpmui-list-wrapper .filter-links>li a,.wpmui-list-wrapper .filter-links>li a{padding-top:0;padding-bottom:0}#wpwrap .wpmui-list-wrapper .close-button,.wpmui-list-wrapper .close-button{position:absolute;top:-30px;right:-30px;border-radius:15px;background:#FFF}#wpwrap .wpmui-list-wrapper .close-button:after,.wpmui-list-wrapper .close-button:after{content:"\f335";display:inline-block;width:30px;height:30px;font-size:26px;line-height:30px;font-family:dashicons;text-decoration:inherit;font-weight:400;font-style:normal;vertical-align:top;text-align:center;-webkit-transition:color .1s ease-in 0;transition:color .1s ease-in 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
1
  /*! WPMU Dev code library - v3.0.4
2
  * http://premium.wpmudev.org/
3
+ * Copyright (c) 2018; * Licensed GPLv2+ */
4
 
5
  #wpwrap .wpmui-list-wrapper .wpmui-list,.wpmui-list-wrapper .wpmui-list{margin-left:-16px}#wpwrap .wpmui-list-wrapper .wpmui-list:after,.wpmui-list-wrapper .wpmui-list:after{content:'';display:table;clear:both}#wpwrap .wpmui-list-wrapper .list-card,.wpmui-list-wrapper .list-card{float:left;margin:0 0 16px 16px;width:48%;width:-webkit-calc(50% - 16px);width:calc(50% - 16px);background-color:#fff;border:1px solid #dedede;box-sizing:border-box;opacity:.8}#wpwrap .wpmui-list-wrapper .list-card .badge-container,.wpmui-list-wrapper .list-card .badge-container{overflow:hidden;width:100px;height:100px;position:absolute;left:0;top:0}#wpwrap .wpmui-list-wrapper .list-card .badge-active,.wpmui-list-wrapper .list-card .badge-active{display:none}#wpwrap .wpmui-list-wrapper .list-card.active,.wpmui-list-wrapper .list-card.active{opacity:1;background:#FFF;border:1px solid #BBB;box-shadow:0 1px 3px rgba(0,0,0,.12);z-index:20}#wpwrap .wpmui-list-wrapper .list-card.active .desc,#wpwrap .wpmui-list-wrapper .list-card.active .name,.wpmui-list-wrapper .list-card.active .desc,.wpmui-list-wrapper .list-card.active .name{color:#333}#wpwrap .wpmui-list-wrapper .list-card.active .badge-active,.wpmui-list-wrapper .list-card.active .badge-active{position:absolute;top:15px;left:-35px;display:block;background-color:#6bbb1a;color:#FFF;transform:rotate(315deg);padding:3px 40px;z-index:20;border:1px solid #FFF}#wpwrap .wpmui-list-wrapper .list-card.active .item-icon,.wpmui-list-wrapper .list-card.active .item-icon{color:#3b8b08}#wpwrap .wpmui-list-wrapper .list-card .item-icon,.wpmui-list-wrapper .list-card .item-icon{position:absolute;top:20px;left:20px;width:128px;height:128px;margin:0 20px 20px 0;font-size:100px;z-index:16}#wpwrap .wpmui-list-wrapper .list-card .item-icon i,.wpmui-list-wrapper .list-card .item-icon i{opacity:.8;font-size:100px}#wpwrap .wpmui-list-wrapper .list-card .desc,#wpwrap .wpmui-list-wrapper .list-card .name,.wpmui-list-wrapper .list-card .desc,.wpmui-list-wrapper .list-card .name{margin-left:148px;margin-right:120px;color:#777}#wpwrap .wpmui-list-wrapper .list-card .action-links,.wpmui-list-wrapper .list-card .action-links{position:absolute;top:20px;right:20px;width:120px;text-align:right}#wpwrap .wpmui-list-wrapper .list-card .action-links .space,.wpmui-list-wrapper .list-card .action-links .space{display:block;line-height:10px;height:10px;padding:0;margin:0}#wpwrap .wpmui-list-wrapper .list-card h4,.wpmui-list-wrapper .list-card h4{margin:0 0 12px;font-size:18px;line-height:1.3}@media screen and (min-width:1600px){#wpwrap .wpmui-list-wrapper .list-card,.wpmui-list-wrapper .list-card{width:30%;width:-webkit-calc(33.3333% - 16px);width:calc(33.3333% - 16px)}}#wpwrap .wpmui-list-wrapper .list-card-top,.wpmui-list-wrapper .list-card-top{position:relative;padding:20px 20px 10px;height:135px;overflow:hidden}#wpwrap .wpmui-list-wrapper .list-card-top .fader,.wpmui-list-wrapper .list-card-top .fader{position:absolute;bottom:0;height:20px;left:0;right:0;z-index:5;background:-moz-linear-gradient(top,rgba(255,255,255,0) 0,#fff 90%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,0)),color-stop(90%,#fff));background:-webkit-linear-gradient(top,rgba(255,255,255,0) 0,#fff 90%);background:-o-linear-gradient(top,rgba(255,255,255,0) 0,#fff 90%);background:-ms-linear-gradient(top,rgba(255,255,255,0) 0,#fff 90%);background:linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 90%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0)}#wpwrap .wpmui-list-wrapper .list-card-bottom,.wpmui-list-wrapper .list-card-bottom{clear:both;padding:12px 20px;background-color:#fafafa;border-top:1px solid #dedede;overflow:hidden;height:45px}#wpwrap .wpmui-list-wrapper .details,#wpwrap .wpmui-list-wrapper .is-detail,.wpmui-list-wrapper .details,.wpmui-list-wrapper .is-detail{display:none}#wpwrap .wpmui-list-wrapper .is-no-detail,.wpmui-list-wrapper .is-no-detail{display:inline}#wpwrap .wpmui-list-wrapper .details .wpmui-html-text-wrapper,#wpwrap .wpmui-list-wrapper .details .wpmui-input-wrapper,#wpwrap .wpmui-list-wrapper .details .wpmui-select-wrapper,#wpwrap .wpmui-list-wrapper .details .wpmui-radio-wrapper,#wpwrap .wpmui-list-wrapper .details .wpmui-radio-slider-wrapper,.wpmui-list-wrapper .details .wpmui-html-text-wrapper,.wpmui-list-wrapper .details .wpmui-input-wrapper,.wpmui-list-wrapper .details .wpmui-select-wrapper,.wpmui-list-wrapper .details .wpmui-radio-wrapper,.wpmui-list-wrapper .details .wpmui-radio-slider-wrapper{display:block;position:relative;padding:10px;margin:0 0 10px;background-color:#FFF;border:1px solid #dedede}#wpwrap .wpmui-list-wrapper .details .wpmui-html-text-wrapper .wpmui-radio-slider,#wpwrap .wpmui-list-wrapper .details .wpmui-input-wrapper .wpmui-radio-slider,#wpwrap .wpmui-list-wrapper .details .wpmui-select-wrapper .wpmui-radio-slider,#wpwrap .wpmui-list-wrapper .details .wpmui-radio-wrapper .wpmui-radio-slider,#wpwrap .wpmui-list-wrapper .details .wpmui-radio-slider-wrapper .wpmui-radio-slider,.wpmui-list-wrapper .details .wpmui-html-text-wrapper .wpmui-radio-slider,.wpmui-list-wrapper .details .wpmui-input-wrapper .wpmui-radio-slider,.wpmui-list-wrapper .details .wpmui-select-wrapper .wpmui-radio-slider,.wpmui-list-wrapper .details .wpmui-radio-wrapper .wpmui-radio-slider,.wpmui-list-wrapper .details .wpmui-radio-slider-wrapper .wpmui-radio-slider{position:absolute;top:10px;right:10px}#wpwrap .wpmui-list-wrapper .details .wpmui-html-text-wrapper .wpmui-radio-slider.has-labels,#wpwrap .wpmui-list-wrapper .details .wpmui-input-wrapper .wpmui-radio-slider.has-labels,#wpwrap .wpmui-list-wrapper .details .wpmui-select-wrapper .wpmui-radio-slider.has-labels,#wpwrap .wpmui-list-wrapper .details .wpmui-radio-wrapper .wpmui-radio-slider.has-labels,#wpwrap .wpmui-list-wrapper .details .wpmui-radio-slider-wrapper .wpmui-radio-slider.has-labels,.wpmui-list-wrapper .details .wpmui-html-text-wrapper .wpmui-radio-slider.has-labels,.wpmui-list-wrapper .details .wpmui-input-wrapper .wpmui-radio-slider.has-labels,.wpmui-list-wrapper .details .wpmui-select-wrapper .wpmui-radio-slider.has-labels,.wpmui-list-wrapper .details .wpmui-radio-wrapper .wpmui-radio-slider.has-labels,.wpmui-list-wrapper .details .wpmui-radio-slider-wrapper .wpmui-radio-slider.has-labels{position:relative;top:0;right:0}#wpwrap .wpmui-list-wrapper .wpmui-list-table.has-details:before,.wpmui-list-wrapper .wpmui-list-table.has-details:before{content:'';background:#000;opacity:.3;position:fixed;left:0;top:0;right:0;bottom:0;z-index:21}#wpwrap .wpmui-list-wrapper .wpmui-list-table.has-details .list-card,.wpmui-list-wrapper .wpmui-list-table.has-details .list-card{opacity:.7}#wpwrap .wpmui-list-wrapper .wpmui-list-table.has-details .detail-mode,.wpmui-list-wrapper .wpmui-list-table.has-details .detail-mode{z-index:25;opacity:1}#wpwrap .wpmui-list-wrapper .wpmui-list-table.has-details .detail-mode .is-detail,.wpmui-list-wrapper .wpmui-list-table.has-details .detail-mode .is-detail{display:inline}#wpwrap .wpmui-list-wrapper .wpmui-list-table.has-details .detail-mode .is-no-detail,.wpmui-list-wrapper .wpmui-list-table.has-details .detail-mode .is-no-detail{display:none}#wpwrap .wpmui-list-wrapper .wpmui-list-table.has-details .detail-mode .list-card-top,.wpmui-list-wrapper .wpmui-list-table.has-details .detail-mode .list-card-top{position:absolute;top:0;bottom:43px;height:auto;left:0;right:0;overflow:visible}#wpwrap .wpmui-list-wrapper .wpmui-list-table.has-details .detail-mode .details,.wpmui-list-wrapper .wpmui-list-table.has-details .detail-mode .details{display:block;position:absolute;overflow:auto;top:135px;left:0;right:0;background:#FCFCFC;border-top:1px solid #dedede;padding:20px;bottom:0}#wpwrap .wpmui-list-wrapper .detail-mode,.wpmui-list-wrapper .detail-mode{position:absolute;top:50px;left:50px;right:50px;width:auto;height:auto;z-index:20;box-shadow:0 1px 10px rgba(0,0,0,.3);opacity:1}#wpwrap .wpmui-list-wrapper .detail-mode .list-card,.wpmui-list-wrapper .detail-mode .list-card{border:1px solid #999}#wpwrap .wpmui-list-wrapper .detail-mode .list-card-bottom,.wpmui-list-wrapper .detail-mode .list-card-bottom{position:absolute;bottom:0;left:0;right:0}#wpwrap .wpmui-list-wrapper .toggle-details,.wpmui-list-wrapper .toggle-details{cursor:pointer}#wpwrap .wpmui-list-wrapper .toggle-link,.wpmui-list-wrapper .toggle-link{float:right;color:#0074a2}#wpwrap .wpmui-list-wrapper .toggle-link:hover,.wpmui-list-wrapper .toggle-link:hover{color:#2ea2cc}#wpwrap .wpmui-list-wrapper .filter-links>li,.wpmui-list-wrapper .filter-links>li{line-height:48px;height:48px}#wpwrap .wpmui-list-wrapper .filter-links>li a,.wpmui-list-wrapper .filter-links>li a{padding-top:0;padding-bottom:0}#wpwrap .wpmui-list-wrapper .close-button,.wpmui-list-wrapper .close-button{position:absolute;top:-30px;right:-30px;border-radius:15px;background:#FFF}#wpwrap .wpmui-list-wrapper .close-button:after,.wpmui-list-wrapper .close-button:after{content:"\f335";display:inline-block;width:30px;height:30px;font-size:26px;line-height:30px;font-family:dashicons;text-decoration:inherit;font-weight:400;font-style:normal;vertical-align:top;text-align:center;-webkit-transition:color .1s ease-in 0;transition:color .1s ease-in 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
inc/external/wpmu-lib/css/wpmu-html.3.min.css CHANGED
@@ -1,5 +1,5 @@
1
  /*! WPMU Dev code library - v3.0.4
2
  * http://premium.wpmudev.org/
3
- * Copyright (c) 2017; * Licensed GPLv2+ */
4
 
5
  #wpwrap,body{}#wpwrap .wpmui-input-wrapper.wpmui-loading>*,body .wpmui-input-wrapper.wpmui-loading>*{opacity:.25;cursor:default}#wpwrap .wpmui-input-wrapper.wpmui-loading .wpmui-field-input,body .wpmui-input-wrapper.wpmui-loading .wpmui-field-input{background-color:#E5E5E5}#wpwrap .wpmui-input-wrapper.wpmui-loading:after,body .wpmui-input-wrapper.wpmui-loading:after{top:5px;bottom:5px;background-color:transparent}#wpwrap .wpmui-field-description,body .wpmui-field-description{display:block;margin:10px 4px 10px 0;color:#666;font-size:.9em;font-weight:400}#wpwrap .wpmui-field-input,#wpwrap .wpmui-field-button,body .wpmui-field-input,body .wpmui-field-button{margin-top:6px;margin-bottom:6px;vertical-align:top;display:inline-block;position:relative}#wpwrap .wpmui-field-input.button,#wpwrap .wpmui-field-input.button-primary,#wpwrap .wpmui-field-button,body .wpmui-field-input.button,body .wpmui-field-input.button-primary,body .wpmui-field-button{margin-right:6px}#wpwrap .wpmui-field-label,body .wpmui-field-label{display:block;clear:both;margin:2px 0;font-style:normal;color:#222}#wpwrap .wpmui-field-label.inline-label,body .wpmui-field-label.inline-label{display:inline-block;margin:6px 10px 6px 0}#wpwrap h3.wpmui-field-label,body h3.wpmui-field-label{margin-bottom:10px}#wpwrap .wpmui-label-before,#wpwrap .wpmui-label-after,body .wpmui-label-before,body .wpmui-label-after{display:inline-block;margin:6px;line-height:28px;vertical-align:top}#wpwrap .wpmui-label-before .wpmui-field-input,#wpwrap .wpmui-label-before .wpmui-field-button,#wpwrap .wpmui-label-after .wpmui-field-input,#wpwrap .wpmui-label-after .wpmui-field-button,body .wpmui-label-before .wpmui-field-input,body .wpmui-label-before .wpmui-field-button,body .wpmui-label-after .wpmui-field-input,body .wpmui-label-after .wpmui-field-button{margin-top:0;margin-bottom:0}#wpwrap .wpmui-label-before,body .wpmui-label-before{margin-left:0}#wpwrap .widget-content .wpmui-wrapper,body .widget-content .wpmui-wrapper{display:block;margin:1em 0}#wpwrap .widget-content .wpmui-wrapper .wpmui-field-label,body .widget-content .wpmui-wrapper .wpmui-field-label{margin:0}#wpwrap .widget-content .wpmui-wrapper .wpmui-field-description,body .widget-content .wpmui-wrapper .wpmui-field-description{margin:0}#wpwrap .widget-content .wpmui-wrapper .wpmui-field-input,#wpwrap .widget-content .wpmui-wrapper .wpmui-field-button,body .widget-content .wpmui-wrapper .wpmui-field-input,body .widget-content .wpmui-wrapper .wpmui-field-button{margin-top:4px;margin-bottom:0}#wpwrap .wpmui-separator,body .wpmui-separator{border-bottom:1px solid #E5E5E5;margin:15px 0}#wpwrap .wpmui-divider,body .wpmui-divider{position:absolute;right:20px;top:0;bottom:0;border-right:1px solid #E5E5E5}#wpwrap .wpmui-fa,body .wpmui-fa{font-family:Fontawesome440!important}#wpwrap .no-click,body .no-click{cursor:default}#wpwrap .wpmui-html-text-wrapper label,body .wpmui-html-text-wrapper label{cursor:default}#wpwrap .wpmui-field-checkbox,body .wpmui-field-checkbox{margin:6px 4px 0 0;position:absolute;left:0;top:0}#wpwrap .wpmui-checkbox-wrapper,body .wpmui-checkbox-wrapper{margin:6px auto;position:relative;display:inline-block;line-height:28px}#wpwrap .wpmui-checkbox-wrapper .wpmui-checkbox-caption,body .wpmui-checkbox-wrapper .wpmui-checkbox-caption{padding-left:24px;font-weight:500}#wpwrap .wpmui-checkbox-list,body .wpmui-checkbox-list{border:1px solid #e5e5e5;padding:0 5px;background:#FFF;max-height:320px;overflow:auto}#wpwrap .wpmui-checkbox-list .wpmui-checkbox-wrapper,body .wpmui-checkbox-list .wpmui-checkbox-wrapper{margin:0}#wpwrap .wpmui-checkbox-list .wpmui-no-checkbox .wpmui-checkbox-caption,body .wpmui-checkbox-list .wpmui-no-checkbox .wpmui-checkbox-caption{padding:0}#wpwrap .wpmui-checkbox-list .wpmui-group,body .wpmui-checkbox-list .wpmui-group{margin-bottom:10px}#wpwrap .wpmui-checkbox-list .wpmui-group .wpmui-parent .wpmui-checkbox-caption,body .wpmui-checkbox-list .wpmui-group .wpmui-parent .wpmui-checkbox-caption{font-weight:600}#wpwrap .wpmui-checkbox-list .wpmui-group .wpmui-child,body .wpmui-checkbox-list .wpmui-group .wpmui-child{margin-left:24px}#wpwrap .wpmui-radio-slider-wrapper,body .wpmui-radio-slider-wrapper{clear:both}#wpwrap .wpmui-radio-slider-wrapper .wpmui-field-label,body .wpmui-radio-slider-wrapper .wpmui-field-label{cursor:default}#wpwrap .wpmui-radio-slider-wrapper .wpmui-label-before,#wpwrap .wpmui-radio-slider-wrapper .wpmui-label-after,body .wpmui-radio-slider-wrapper .wpmui-label-before,body .wpmui-radio-slider-wrapper .wpmui-label-after{line-height:18px;margin-top:3px;margin-bottom:3px}#wpwrap .wpmui-radio-slider-wrapper .wpmui-radio-slider,body .wpmui-radio-slider-wrapper .wpmui-radio-slider{position:relative;display:inline-block;width:40px;height:18px;margin:3px 0;border-radius:10px;background:#b0b0b0;opacity:.8;overflow:visible;cursor:pointer}#wpwrap .wpmui-radio-slider-wrapper .wpmui-radio-slider:hover,body .wpmui-radio-slider-wrapper .wpmui-radio-slider:hover{opacity:1}#wpwrap .wpmui-radio-slider-wrapper .wpmui-radio-slider[readonly],#wpwrap .wpmui-radio-slider-wrapper .wpmui-radio-slider[readonly]:hover,body .wpmui-radio-slider-wrapper .wpmui-radio-slider[readonly],body .wpmui-radio-slider-wrapper .wpmui-radio-slider[readonly]:hover{opacity:.5;cursor:default}#wpwrap .wpmui-radio-slider-wrapper .wpmui-radio-slider[readonly] .wpmui-toggle,#wpwrap .wpmui-radio-slider-wrapper .wpmui-radio-slider[readonly]:hover .wpmui-toggle,body .wpmui-radio-slider-wrapper .wpmui-radio-slider[readonly] .wpmui-toggle,body .wpmui-radio-slider-wrapper .wpmui-radio-slider[readonly]:hover .wpmui-toggle{opacity:.7}#wpwrap .wpmui-radio-slider-wrapper .wpmui-radio-slider.on,body .wpmui-radio-slider-wrapper .wpmui-radio-slider.on{background:#6BBB1A}#wpwrap .wpmui-radio-slider-wrapper .wpmui-radio-slider.on .wpmui-toggle,body .wpmui-radio-slider-wrapper .wpmui-radio-slider.on .wpmui-toggle{left:21px}#wpwrap .wpmui-radio-slider-wrapper .wpmui-radio-slider .wpmui-toggle,body .wpmui-radio-slider-wrapper .wpmui-radio-slider .wpmui-toggle{position:absolute;display:inline-block;left:0;width:12px;height:12px;margin:3px;background:#F4F4F4;border-radius:50%;transition:all .2s ease-in-out}#wpwrap .wpmui-radio-slider-wrapper .wpmui-label-before,body .wpmui-radio-slider-wrapper .wpmui-label-before{color:#000}#wpwrap .wpmui-radio-slider-wrapper .wpmui-label-after,body .wpmui-radio-slider-wrapper .wpmui-label-after{color:#CCC}#wpwrap .wpmui-radio-slider-wrapper.on .wpmui-label-before,body .wpmui-radio-slider-wrapper.on .wpmui-label-before{color:#CCC}#wpwrap .wpmui-radio-slider-wrapper.on .wpmui-label-after,body .wpmui-radio-slider-wrapper.on .wpmui-label-after{color:#390}#wpwrap .wpmui-radio-slider-wrapper.reverse-wrapper .wpmui-radio-slider,body .wpmui-radio-slider-wrapper.reverse-wrapper .wpmui-radio-slider{background:#6BBB1A}#wpwrap .wpmui-radio-slider-wrapper.reverse-wrapper .wpmui-label-before,body .wpmui-radio-slider-wrapper.reverse-wrapper .wpmui-label-before{color:#390}#wpwrap .wpmui-radio-slider-wrapper.reverse-wrapper .wpmui-label-after,body .wpmui-radio-slider-wrapper.reverse-wrapper .wpmui-label-after{color:#CCC}#wpwrap .wpmui-radio-slider-wrapper.reverse-wrapper.on .wpmui-radio-slider,body .wpmui-radio-slider-wrapper.reverse-wrapper.on .wpmui-radio-slider{background:#B0B0B0}#wpwrap .wpmui-radio-slider-wrapper.reverse-wrapper.on .wpmui-label-before,body .wpmui-radio-slider-wrapper.reverse-wrapper.on .wpmui-label-before{color:#CCC}#wpwrap .wpmui-radio-slider-wrapper.reverse-wrapper.on .wpmui-label-after,body .wpmui-radio-slider-wrapper.reverse-wrapper.on .wpmui-label-after{color:#000}#wpwrap .wpmui-radio-slider-wrapper.inp-before-wrapper,body .wpmui-radio-slider-wrapper.inp-before-wrapper{position:relative;display:block}#wpwrap .wpmui-radio-slider-wrapper.inp-before-wrapper .wpmui-field-label,body .wpmui-radio-slider-wrapper.inp-before-wrapper .wpmui-field-label{margin-left:50px}#wpwrap .wpmui-radio-slider-wrapper.inp-before-wrapper .wpmui-radio-slider,body .wpmui-radio-slider-wrapper.inp-before-wrapper .wpmui-radio-slider{position:absolute;left:0;top:0}.wpmui-html-table{width:100%;clear:both;margin:10px 0;background:#FFF;border:1px solid #e5e5e5;border-spacing:0;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.04);box-shadow:0 1px 1px rgba(0,0,0,.04)}.wpmui-html-table td,.wpmui-html-table th{line-height:24px;padding:8px 6px;vertical-align:top;font-size:12px;overflow:hidden;color:#555}.wpmui-html-table thead tr th{border-bottom:1px solid #e1e1e1;color:#333}
1
  /*! WPMU Dev code library - v3.0.4
2
  * http://premium.wpmudev.org/
3
+ * Copyright (c) 2018; * Licensed GPLv2+ */
4
 
5
  #wpwrap,body{}#wpwrap .wpmui-input-wrapper.wpmui-loading>*,body .wpmui-input-wrapper.wpmui-loading>*{opacity:.25;cursor:default}#wpwrap .wpmui-input-wrapper.wpmui-loading .wpmui-field-input,body .wpmui-input-wrapper.wpmui-loading .wpmui-field-input{background-color:#E5E5E5}#wpwrap .wpmui-input-wrapper.wpmui-loading:after,body .wpmui-input-wrapper.wpmui-loading:after{top:5px;bottom:5px;background-color:transparent}#wpwrap .wpmui-field-description,body .wpmui-field-description{display:block;margin:10px 4px 10px 0;color:#666;font-size:.9em;font-weight:400}#wpwrap .wpmui-field-input,#wpwrap .wpmui-field-button,body .wpmui-field-input,body .wpmui-field-button{margin-top:6px;margin-bottom:6px;vertical-align:top;display:inline-block;position:relative}#wpwrap .wpmui-field-input.button,#wpwrap .wpmui-field-input.button-primary,#wpwrap .wpmui-field-button,body .wpmui-field-input.button,body .wpmui-field-input.button-primary,body .wpmui-field-button{margin-right:6px}#wpwrap .wpmui-field-label,body .wpmui-field-label{display:block;clear:both;margin:2px 0;font-style:normal;color:#222}#wpwrap .wpmui-field-label.inline-label,body .wpmui-field-label.inline-label{display:inline-block;margin:6px 10px 6px 0}#wpwrap h3.wpmui-field-label,body h3.wpmui-field-label{margin-bottom:10px}#wpwrap .wpmui-label-before,#wpwrap .wpmui-label-after,body .wpmui-label-before,body .wpmui-label-after{display:inline-block;margin:6px;line-height:28px;vertical-align:top}#wpwrap .wpmui-label-before .wpmui-field-input,#wpwrap .wpmui-label-before .wpmui-field-button,#wpwrap .wpmui-label-after .wpmui-field-input,#wpwrap .wpmui-label-after .wpmui-field-button,body .wpmui-label-before .wpmui-field-input,body .wpmui-label-before .wpmui-field-button,body .wpmui-label-after .wpmui-field-input,body .wpmui-label-after .wpmui-field-button{margin-top:0;margin-bottom:0}#wpwrap .wpmui-label-before,body .wpmui-label-before{margin-left:0}#wpwrap .widget-content .wpmui-wrapper,body .widget-content .wpmui-wrapper{display:block;margin:1em 0}#wpwrap .widget-content .wpmui-wrapper .wpmui-field-label,body .widget-content .wpmui-wrapper .wpmui-field-label{margin:0}#wpwrap .widget-content .wpmui-wrapper .wpmui-field-description,body .widget-content .wpmui-wrapper .wpmui-field-description{margin:0}#wpwrap .widget-content .wpmui-wrapper .wpmui-field-input,#wpwrap .widget-content .wpmui-wrapper .wpmui-field-button,body .widget-content .wpmui-wrapper .wpmui-field-input,body .widget-content .wpmui-wrapper .wpmui-field-button{margin-top:4px;margin-bottom:0}#wpwrap .wpmui-separator,body .wpmui-separator{border-bottom:1px solid #E5E5E5;margin:15px 0}#wpwrap .wpmui-divider,body .wpmui-divider{position:absolute;right:20px;top:0;bottom:0;border-right:1px solid #E5E5E5}#wpwrap .wpmui-fa,body .wpmui-fa{font-family:Fontawesome440!important}#wpwrap .no-click,body .no-click{cursor:default}#wpwrap .wpmui-html-text-wrapper label,body .wpmui-html-text-wrapper label{cursor:default}#wpwrap .wpmui-field-checkbox,body .wpmui-field-checkbox{margin:6px 4px 0 0;position:absolute;left:0;top:0}#wpwrap .wpmui-checkbox-wrapper,body .wpmui-checkbox-wrapper{margin:6px auto;position:relative;display:inline-block;line-height:28px}#wpwrap .wpmui-checkbox-wrapper .wpmui-checkbox-caption,body .wpmui-checkbox-wrapper .wpmui-checkbox-caption{padding-left:24px;font-weight:500}#wpwrap .wpmui-checkbox-list,body .wpmui-checkbox-list{border:1px solid #e5e5e5;padding:0 5px;background:#FFF;max-height:320px;overflow:auto}#wpwrap .wpmui-checkbox-list .wpmui-checkbox-wrapper,body .wpmui-checkbox-list .wpmui-checkbox-wrapper{margin:0}#wpwrap .wpmui-checkbox-list .wpmui-no-checkbox .wpmui-checkbox-caption,body .wpmui-checkbox-list .wpmui-no-checkbox .wpmui-checkbox-caption{padding:0}#wpwrap .wpmui-checkbox-list .wpmui-group,body .wpmui-checkbox-list .wpmui-group{margin-bottom:10px}#wpwrap .wpmui-checkbox-list .wpmui-group .wpmui-parent .wpmui-checkbox-caption,body .wpmui-checkbox-list .wpmui-group .wpmui-parent .wpmui-checkbox-caption{font-weight:600}#wpwrap .wpmui-checkbox-list .wpmui-group .wpmui-child,body .wpmui-checkbox-list .wpmui-group .wpmui-child{margin-left:24px}#wpwrap .wpmui-radio-slider-wrapper,body .wpmui-radio-slider-wrapper{clear:both}#wpwrap .wpmui-radio-slider-wrapper .wpmui-field-label,body .wpmui-radio-slider-wrapper .wpmui-field-label{cursor:default}#wpwrap .wpmui-radio-slider-wrapper .wpmui-label-before,#wpwrap .wpmui-radio-slider-wrapper .wpmui-label-after,body .wpmui-radio-slider-wrapper .wpmui-label-before,body .wpmui-radio-slider-wrapper .wpmui-label-after{line-height:18px;margin-top:3px;margin-bottom:3px}#wpwrap .wpmui-radio-slider-wrapper .wpmui-radio-slider,body .wpmui-radio-slider-wrapper .wpmui-radio-slider{position:relative;display:inline-block;width:40px;height:18px;margin:3px 0;border-radius:10px;background:#b0b0b0;opacity:.8;overflow:visible;cursor:pointer}#wpwrap .wpmui-radio-slider-wrapper .wpmui-radio-slider:hover,body .wpmui-radio-slider-wrapper .wpmui-radio-slider:hover{opacity:1}#wpwrap .wpmui-radio-slider-wrapper .wpmui-radio-slider[readonly],#wpwrap .wpmui-radio-slider-wrapper .wpmui-radio-slider[readonly]:hover,body .wpmui-radio-slider-wrapper .wpmui-radio-slider[readonly],body .wpmui-radio-slider-wrapper .wpmui-radio-slider[readonly]:hover{opacity:.5;cursor:default}#wpwrap .wpmui-radio-slider-wrapper .wpmui-radio-slider[readonly] .wpmui-toggle,#wpwrap .wpmui-radio-slider-wrapper .wpmui-radio-slider[readonly]:hover .wpmui-toggle,body .wpmui-radio-slider-wrapper .wpmui-radio-slider[readonly] .wpmui-toggle,body .wpmui-radio-slider-wrapper .wpmui-radio-slider[readonly]:hover .wpmui-toggle{opacity:.7}#wpwrap .wpmui-radio-slider-wrapper .wpmui-radio-slider.on,body .wpmui-radio-slider-wrapper .wpmui-radio-slider.on{background:#6BBB1A}#wpwrap .wpmui-radio-slider-wrapper .wpmui-radio-slider.on .wpmui-toggle,body .wpmui-radio-slider-wrapper .wpmui-radio-slider.on .wpmui-toggle{left:21px}#wpwrap .wpmui-radio-slider-wrapper .wpmui-radio-slider .wpmui-toggle,body .wpmui-radio-slider-wrapper .wpmui-radio-slider .wpmui-toggle{position:absolute;display:inline-block;left:0;width:12px;height:12px;margin:3px;background:#F4F4F4;border-radius:50%;transition:all .2s ease-in-out}#wpwrap .wpmui-radio-slider-wrapper .wpmui-label-before,body .wpmui-radio-slider-wrapper .wpmui-label-before{color:#000}#wpwrap .wpmui-radio-slider-wrapper .wpmui-label-after,body .wpmui-radio-slider-wrapper .wpmui-label-after{color:#CCC}#wpwrap .wpmui-radio-slider-wrapper.on .wpmui-label-before,body .wpmui-radio-slider-wrapper.on .wpmui-label-before{color:#CCC}#wpwrap .wpmui-radio-slider-wrapper.on .wpmui-label-after,body .wpmui-radio-slider-wrapper.on .wpmui-label-after{color:#390}#wpwrap .wpmui-radio-slider-wrapper.reverse-wrapper .wpmui-radio-slider,body .wpmui-radio-slider-wrapper.reverse-wrapper .wpmui-radio-slider{background:#6BBB1A}#wpwrap .wpmui-radio-slider-wrapper.reverse-wrapper .wpmui-label-before,body .wpmui-radio-slider-wrapper.reverse-wrapper .wpmui-label-before{color:#390}#wpwrap .wpmui-radio-slider-wrapper.reverse-wrapper .wpmui-label-after,body .wpmui-radio-slider-wrapper.reverse-wrapper .wpmui-label-after{color:#CCC}#wpwrap .wpmui-radio-slider-wrapper.reverse-wrapper.on .wpmui-radio-slider,body .wpmui-radio-slider-wrapper.reverse-wrapper.on .wpmui-radio-slider{background:#B0B0B0}#wpwrap .wpmui-radio-slider-wrapper.reverse-wrapper.on .wpmui-label-before,body .wpmui-radio-slider-wrapper.reverse-wrapper.on .wpmui-label-before{color:#CCC}#wpwrap .wpmui-radio-slider-wrapper.reverse-wrapper.on .wpmui-label-after,body .wpmui-radio-slider-wrapper.reverse-wrapper.on .wpmui-label-after{color:#000}#wpwrap .wpmui-radio-slider-wrapper.inp-before-wrapper,body .wpmui-radio-slider-wrapper.inp-before-wrapper{position:relative;display:block}#wpwrap .wpmui-radio-slider-wrapper.inp-before-wrapper .wpmui-field-label,body .wpmui-radio-slider-wrapper.inp-before-wrapper .wpmui-field-label{margin-left:50px}#wpwrap .wpmui-radio-slider-wrapper.inp-before-wrapper .wpmui-radio-slider,body .wpmui-radio-slider-wrapper.inp-before-wrapper .wpmui-radio-slider{position:absolute;left:0;top:0}.wpmui-html-table{width:100%;clear:both;margin:10px 0;background:#FFF;border:1px solid #e5e5e5;border-spacing:0;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.04);box-shadow:0 1px 1px rgba(0,0,0,.04)}.wpmui-html-table td,.wpmui-html-table th{line-height:24px;padding:8px 6px;vertical-align:top;font-size:12px;overflow:hidden;color:#555}.wpmui-html-table thead tr th{border-bottom:1px solid #e1e1e1;color:#333}
inc/external/wpmu-lib/css/wpmu-ui.3.min.css CHANGED
@@ -1,5 +1,5 @@
1
  /*! WPMU Dev code library - v3.0.4
2
  * http://premium.wpmudev.org/
3
- * Copyright (c) 2017; * Licensed GPLv2+ */
4
 
5
  .wpmui-loading{position:relative}.wpmui-loading:after{content:'';position:absolute;left:-1px;top:-1px;right:-1px;bottom:-1px;background:rgba(255,255,255,.8) url(../img/spinner.gif) center no-repeat;z-index:1000;cursor:default;min-width:20px;min-height:20px}.wpmui-loading-icon{display:inline-block;width:20px;height:20px;line-height:20px;vertical-align:middle;background:transparent url(../img/spinner.gif) center no-repeat}.wpmui-overlay{background:#000;position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;opacity:0;transition:opacity .3s,z-index .3s step-end}.wpmui-has-overlay .wpmui-overlay{z-index:9999;opacity:.7;transition:opacity .3s,z-index .3s step-start}.wpmui-has-overlay .wpmui-overlay.light{opacity:.25}.wpmui-has-overlay #wpwrap{-webkit-filter:grayscale(75%);-moz-filter:grayscale(75%);filter:gray;filter:grayscale(75%)}.wpmui-has-overlay #wpbody{-webkit-filter:blur(3px);-moz-filter:blur(3px);filter:blur(3px)}.wpmui-has-overlay.no-blur #wpbody{-webkit-filter:blur(0);-moz-filter:blur(0);filter:blur(0)}.wpmui-no-scroll{overflow:hidden}.wpmui-blur{-webkit-filter:blur(3px) grayscale(75%);-moz-filter:blur(3px) grayscale(75%);filter:blur(3px) grayscale(75%);position:relative}.wpmui-blur:before{content:'';position:absolute;left:0;top:0;right:0;bottom:0;z-index:10}.wpmui-popup{background:#F5F5F5;position:fixed;box-shadow:0 2px 20px rgba(0,0,0,.4);z-index:10000;top:50%;left:50%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.wpmui-popup .popup-title{position:absolute;left:0;top:0;right:0;line-height:50px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 70px 0 20px;border-bottom:1px solid #E5E5E5;background:#F8F8F8;min-height:50px;display:block;font-size:23px;font-weight:100;z-index:5}.wpmui-popup .popup-title .the-title{display:inline-block;padding-right:71px}.wpmui-popup.slidein.slidein-down .popup-title{top:auto;bottom:0;border-top:1px solid #E5E5E5;border-bottom:0}.wpmui-popup.slidein .popup-title{cursor:pointer}.wpmui-popup .only-slidein{display:none}.wpmui-popup.slideing .only-slidein{display:block}.wpmui-popup .popup-close{position:absolute;top:0;right:0;width:50px;line-height:50px;height:50px;text-align:center;text-decoration:none;color:#666;border-left:1px solid #E5E5E5;cursor:pointer;z-index:10}.wpmui-popup .popup-close:hover,.wpmui-popup .popup-close:focus,.wpmui-popup .popup-close:active{background:#FCFCFC;color:#333}.wpmui-popup .popup-close .dashicons{line-height:50px}.wpmui-popup .popup-content{position:absolute;top:0;left:0;right:0;bottom:0;overflow:auto;padding:20px;z-index:1}.wpmui-popup .popup-content:after{content:'';display:block;clear:both;padding:50px 0 0}.wpmui-popup.no-buttons .popup-content:after{padding-top:0}.wpmui-popup.no-close .popup-title{padding:0 20px}.wpmui-popup.no-close .popup-close{display:none}.wpmui-popup hr{margin:15px -20px;border:0;border-top:1px solid #E5E5E5}.wpmui-popup .buttons{text-align:right;position:absolute;bottom:0;right:0;background:rgba(245,245,245,.8);padding:10px 20px;left:0;height:50px;border-top:1px solid #E5E5E5;margin:0;z-index:2;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.popup.wdev-window,.popup.wdev-slidein{position:fixed;z-index:10000;top:50%;left:50%;background:#FFF;box-sizing:border-box}.popup.wdev-window.slidein .popup-title,.popup.wdev-slidein.slidein .popup-title{cursor:pointer}.wpmui-msg{position:relative;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.wpmui-msg .wpmui-close{float:right;margin-top:8px;width:20px;height:20px;line-height:20px;text-align:center;cursor:pointer;text-decoration:none;font-size:16px;padding:0;color:#CCC}.wpmui-msg .wpmui-close:hover,.wpmui-msg .wpmui-close:focus,.wpmui-msg .wpmui-close:active{color:#333}.wpmui-msg .debug{padding:5px;color:#666;font-size:12px;font-family:monospace;margin-bottom:.5em;background:#F8F8F8}.wpmui-tip-box{position:relative}.wpmui-tip{position:absolute;display:none;padding:8px;z-index:100;background:#333;color:#EEE;box-shadow:0 1px 8px rgba(0,0,0,.4);border-radius:2px}.wpmui-tip.wpmui-visible{display:block}.wpmui-tip:before{content:'';position:absolute;border:5px solid transparent;left:50%;top:50%;margin-left:-5px;margin-top:-5px}.wpmui-tip.top:before{border-top-color:#333;bottom:-10px;top:auto}.wpmui-tip.bottom:before{border-bottom-color:#333;top:-5px}.wpmui-tip.left:before{border-left-color:#333;right:-10px;left:auto}.wpmui-tip.right:before{border-right-color:#333;left:-5px}.wpmui-pointer.wp-pointer-left{margin-top:30px}.wpmui-pointer.wp-pointer-left h3{background:transparent;color:#333;border:0;margin:0;padding:13px 20px 5px;font-size:13px}.wpmui-pointer.wp-pointer-left h3:before{content:'';display:none}.wpmui-pointer.wp-pointer-left p{padding:0 20px;margin:2px 0;font-size:12px}.wpmui-pointer.wp-pointer-left .wp-pointer-content{background:#FAFDFF;border-radius:4px;border:1px solid #ccc;box-shadow:0 1px 8px -2px rgba(0,0,0,.35);padding:0 0 15px}.wpmui-pointer.wp-pointer-left.no-title{margin-top:13px}.wpmui-pointer.wp-pointer-left.no-title .wp-pointer-content{padding-top:17px}.wpmui-pointer.wp-pointer-left .wp-pointer-buttons{position:absolute;top:0;right:0;white-space:nowrap;padding:5px 10px}.wpmui-pointer.wp-pointer-left .wp-pointer-buttons a.close{font-size:1px;color:transparent;width:10px;padding:0}.wpmui-pointer.wp-pointer-left .wp-pointer-buttons a.close:before{position:static;float:right;line-height:14px;margin:3px 0 1px 5px}.wpmui-pointer.wp-pointer-left .wp-pointer-arrow{border:0;position:absolute;top:50%;left:0;margin:-6px 0 0}.wpmui-pointer.wp-pointer-left .wp-pointer-arrow:before,.wpmui-pointer.wp-pointer-left .wp-pointer-arrow:after{content:'';border:6px solid transparent;margin:0;left:-10px;position:absolute;top:0}.wpmui-pointer.wp-pointer-left .wp-pointer-arrow:before{border-right-color:#CCC;left:-11px}.wpmui-pointer.wp-pointer-left .wp-pointer-arrow:after{border-right-color:#FAFDFF}.wpmui-pointer.wp-pointer-left .wp-pointer-arrow-inner{display:none}.wpmui-pointer.wp-pointer-left.wp-pointer-left{padding-left:8px;margin-left:-12px}.wpmui-pointer.wp-pointer-left.wp-pointer-left .wp-pointer-arrow{left:8px}.wpmui-form label{display:block;line-height:26px;font-size:14px;font-weight:500}.wpmui-form input[type=text],.wpmui-form input[type=password],.wpmui-form textarea,.wpmui-form select{width:100%;margin:0;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.wpmui-form .hint{color:#666;font-size:12px}.wpmui-form .button-link,.wpmui-popup .button-link{display:inline-block;text-decoration:underline;font-size:13px;line-height:26px;height:28px;padding:0 10px 1px;cursor:pointer;white-space:nowrap;color:#0074A2;background:transparent;border:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0 0 0 transparent;-moz-box-shadow:0 0 0 transparent;box-shadow:0 0 0 transparent;-webkit-transition-property:border,background,color;transition-property:border,background,color;-webkit-transition-duration:.05s;transition-duration:.05s;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}.wpmui-form .button-link:hover,.wpmui-form .button-link:active,.wpmui-form .button-link:focus,.wpmui-popup .button-link:hover,.wpmui-popup .button-link:active,.wpmui-popup .button-link:focus{color:#2EA2CC}.wpmui-grid-8 *,.wpmui-grid-12 *,.wpmui-grid-8 :after,.wpmui-grid-12 :after,.wpmui-grid-8 :before,.wpmui-grid-12 :before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.wpmui-grid-8 [class*=col-],.wpmui-grid-12 [class*=col-]{float:left;padding-right:20px;position:relative}.wpmui-grid-8 [class*=col-]:last-of-type,.wpmui-grid-12 [class*=col-]:last-of-type{padding-right:0}.wpmui-grid-8,.wpmui-grid-12{width:100%;margin:0;overflow:hidden;padding:10px 0 0}.wpmui-grid-8:after,.wpmui-grid-12:after{content:'';display:table;clear:both}.wpmui-grid-8 .col-8,.wpmui-grid-12 .col-12{width:100%}.wpmui-grid-12 .col-11{width:91.66%}.wpmui-grid-8 .col-7{width:87.5%}.wpmui-grid-12 .col-10{width:83.333%}.wpmui-grid-8 .col-6,.wpmui-grid-12 .col-9{width:75%}.wpmui-grid-12 .col-8{width:66.66%}.wpmui-grid-8 .col-5{width:62.5%}.wpmui-grid-12 .col-7{width:58.33%}.wpmui-grid-8 .col-4,.wpmui-grid-12 .col-6{width:50%}.wpmui-grid-12 .col-5{width:41.66%}.wpmui-grid-8 .col-3{width:37.5%}.wpmui-grid-12 .col-4{width:33.33%}.wpmui-grid-8 .col-2,.wpmui-grid-12 .col-3{width:25%}.wpmui-grid-12 .col-2{width:16.667%}.wpmui-grid-8 .col-1{width:12.5%}.wpmui-grid-12 .col-1{width:8.33%}@media handheld,only screen and (max-width:767px){.wpmui-grid-8,.wpmui-grid-12{width:100%;min-width:0;margin-left:0;margin-right:0;padding-left:0;padding-right:0}.wpmui-grid-8 [class*=col-],.wpmui-grid-12 [class*=col-]{width:auto;float:none;margin-left:0;margin-right:0;margin-top:10px;margin-bottom:10px;padding-left:20px;padding-right:20px}}.wpmui-box{margin-bottom:10px;padding:0;line-height:1;position:relative;min-width:255px;border:1px solid #E5E5E5;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.04);box-shadow:0 1px 1px rgba(0,0,0,.04);background:#FFF}.wpmui-box>h3{font-size:14px;padding:8px 12px;margin:0;line-height:1.4;border-bottom:1px solid #EEE;cursor:pointer}.wpmui-box>h3 .toggle{cursor:pointer;float:right;width:36px;height:36px;color:#AAA;text-decoration:none;margin:-8px -12px;text-align:center;position:relative;line-height:36px}.wpmui-box>h3:hover .toggle,.wpmui-box .toggle:hover,.wpmui-box .toggle:focus,.wpmui-box .toggle:active{color:#777}.wpmui-box>h3 .toggle:before{content:'\f142';font:400 20px/36px dashicons;speak:none;display:inline-block;position:absolute;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-decoration:none!important;width:100%;height:100%;top:0;right:0}.wpmui-box>.inside{margin:6px 0 0;position:relative;padding:0 12px 12px;line-height:1.4em;font-size:13px}.wpmui-box>.inside:after{content:'';display:table;clear:both}.wpmui-box.closed>h3 .toggle:before{content:'\f140'}.wpmui-box.closed>.inside{display:none}.wpmui-box.static>h3{cursor:default}.wpmui-box.static>h3 .toggle{display:none}.wpmui-box.static>.inside{display:block}.wpmui-tabs{border-bottom:1px solid #EEE;padding-bottom:0;padding-left:10px;list-style:none;margin:20px 0 0}.wpmui-tabs .tab{border:1px solid #EEE;background:#F0F0F0;color:#999;display:inline-block;text-decoration:none;margin:0 4px -1px 0;padding:0 12px;font-weight:600;font-size:13px;line-height:34px}.wpmui-tabs .tab:hover,.wpmui-tabs .tab:focus,.wpmui-tabs .tab:active{background:#F4F4F4;color:#777}.wpmui-tabs .tab.active{border-bottom:1px solid #FFF;background:#FFF;color:#444}.wpmui-tab-contents{padding:12px}.wpmui-tab-contents .tab{display:none}.wpmui-tab-contents .tab.active{display:block}.wpmui-box>.inside>.wpmui-tabs{margin-left:-12px;margin-right:-12px;padding-left:22px}.wpmui-box>.inside>.wpmui-tab-contents{margin-left:-12px;margin-right:-12px;margin-bottom:-12px}.select2-container{}.select2-container .wpmui-select2.select2-selection--single{height:28px}.select2-container .wpmui-select2.select2-selection--single,.select2-container .wpmui-select2.select2-selection--multiple{min-height:28px;line-height:27px;font-size:14px;border-radius:2px;border-color:#CCC}.select2-container .wpmui-select2.select2-selection--single .select2-selection__arrow b,.select2-container .wpmui-select2.select2-selection--multiple .select2-selection__arrow b{border-top-color:#AAA}.select2-container .wpmui-select2.select2-selection--single .select2-selection__rendered,.select2-container .wpmui-select2.select2-selection--multiple .select2-selection__rendered{display:block;margin-bottom:-1px}.select2-container .wpmui-select2 .select2-search--inline{margin:0;width:auto}.select2-container .wpmui-select2 .select2-search--inline .select2-search__field{margin:1px;background-image:none!important}.select2-container.select2-container--focus .wpmui-select2{border-color:#5897fb}.select2-container.select2-container--disabled .wpmui-select2{background:#DDD;font-weight:200;opacity:.5}.select2-container .select2-dropdown.wpmui-select2{overflow:hidden;z-index:1000500!important;margin-top:-1px;box-shadow:0 0 0 1px #5897fb inset;border:0;border-radius:0}.select2-container .select2-dropdown.wpmui-select2 .select2-search{margin-bottom:-1px;padding:1px}.select2-container .select2-dropdown.wpmui-select2 .select2-search .select2-search__field{margin:0;border:0;font-size:13px;border-bottom:1px solid #5897fb;background-color:#FAFDFF}.select2-container .select2-dropdown.wpmui-select2 .select2-results{padding:0;margin:0;font-size:13px}.select2-container .select2-dropdown.wpmui-select2 .select2-results .select2-results__option{margin:0;white-space:nowrap;padding-left:20px;position:relative}.select2-container .select2-dropdown.wpmui-select2 .select2-results .select2-results__option:before{content:'';background-color:transparent;background-position:center center;background-repeat:no-repeat;position:absolute;left:1px;top:1px;width:20px;height:28px}.select2-container .select2-dropdown.wpmui-select2 .select2-results .select2-results__option[aria-selected=true]{color:#5897fb;background-color:#F5F9FF;margin:1px}.select2-container .select2-dropdown.wpmui-select2 .select2-results .select2-results__option[aria-selected=true]:before{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjEycHgiIGhlaWdodD0iOXB4IiB2aWV3Qm94PSIwIDAgMTIgOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDxnIGlkPSJpY29uIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNC4wMDAwMDAsIC0xMC4wMDAwMDApIiBzdHJva2U9Im5vbmUiIGZpbGw9IiM1ODk3ZmIiPgogICAgICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQuNzUwMDAwLCAxMC41MDAwMDApIj4KICAgICAgICAgICAgPHBhdGggZD0iTTguNzUsMCBMNC4zNzUsNC4zNzUgTDEuNzUsMS43NSBMMCwzLjUgTDQuMzc1LDcuODc1IEwxMC41LDEuNzUgTDguNzUsMCBaIiBpZD0iU2hhcGUiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==)}.select2-container .select2-dropdown.wpmui-select2 .select2-results .select2-results__option--highlighted,.select2-container .select2-dropdown.wpmui-select2 .select2-results .select2-results__option--highlighted[aria-selected=true]{background-color:#5897fb;color:#FFF}.select2-container .select2-dropdown.wpmui-select2 .select2-results .select2-results__option--highlighted:before,.select2-container .select2-dropdown.wpmui-select2 .select2-results .select2-results__option--highlighted[aria-selected=true]:before{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjEycHgiIGhlaWdodD0iOXB4IiB2aWV3Qm94PSIwIDAgMTIgOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDxnIGlkPSJpY29uIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNC4wMDAwMDAsIC0xMC4wMDAwMDApIiBzdHJva2U9Im5vbmUiIGZpbGw9IiNGRkZGRkYiPgogICAgICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQuNzUwMDAwLCAxMC41MDAwMDApIj4KICAgICAgICAgICAgPHBhdGggZD0iTTguNzUsMCBMNC4zNzUsNC4zNzUgTDEuNzUsMS43NSBMMCwzLjUgTDQuMzc1LDcuODc1IEwxMC41LDEuNzUgTDguNzUsMCBaIiBpZD0iU2hhcGUiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==)}.select2-container .select2-dropdown.wpmui-select2 .select2-results [aria-multiselectable=true] .select2-results__option--highlighted[aria-selected=true]:before{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjEwcHgiIGhlaWdodD0iMTBweCIgdmlld0JveD0iMCAwIDEwIDEwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPGcgaWQ9Imljb24iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01LjAwMDAwMCwgLTEwLjAwMDAwMCkiIHN0cm9rZT0ibm9uZSIgZmlsbD0iI0ZGRkZGRiI+CiAgICAgICAgPHBhdGggZD0iTTEyLjc0MDAwMTcsMTAuMzAwMDAwMiBMMTAuMTI1LDEyLjkyNSBMNy41LDEwLjMgTDUuNzUsMTIuMDUgTDguMzcwMDAwODQsMTQuNjgwMDAwMyBMNS43NSwxNy4zMTk5OTk3IEw3LjUsMTkuMDY5OTk5NyBMMTAuMTE5OTk4OSwxNi40Mzk5OTk2IEwxMi43NDAwMDE3LDE5LjA2OTk5OTcgTDE0LjQ5MDAwMTcsMTcuMzE5OTk5NyBMMTEuODY5OTk4OSwxNC42ODAwMDAzIEwxNC40OTAwMDE3LDEyLjA1MDAwMDIgTDEyLjc0MDAwMTcsMTAuMzAwMDAwMiBaIj48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg==)}.wpmui-toggle{position:relative;width:26px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.wpmui-toggle-checkbox{display:none!important}.wpmui-toggle-label{display:block;overflow:hidden;cursor:pointer;border:1px solid #CCC;border-radius:50px}.wpmui-toggle-inner{display:block;width:200%;margin-left:-100%;-moz-transition:margin .3s ease-in 0s;-webkit-transition:margin .3s ease-in 0s;-o-transition:margin .3s ease-in 0s;transition:margin .3s ease-in 0s}.wpmui-toggle-inner:before,.wpmui-toggle-inner:after{display:block;float:left;width:50%;height:5px;padding:0;line-height:5px;font-size:10px;color:#fff;font-family:Trebuchet,Arial,sans-serif;font-weight:700;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;box-shadow:0 1px 0 rgba(0,0,0,.2) inset}.wpmui-toggle-inner:before{content:"";padding-left:5px;background-color:#0074A2}.wpmui-toggle-inner:after{content:"";padding-right:5px;background-color:#EEE;text-align:right}.wpmui-toggle-switch{display:block;width:14px;margin:-3.5px;background:#F8F8F8;border:1px solid #CCC;border-radius:15px;position:absolute;top:0;bottom:0;right:20px;-moz-transition:all .3s ease-in 0s;-webkit-transition:all .3s ease-in 0s;-o-transition:all .3s ease-in 0s;transition:all .3s ease-in 0s;box-shadow:-1px 1px 2px rgba(0,0,0,.1)}.wpmui-toggle-checkbox:checked+.wpmui-toggle-label .wpmui-toggle-inner{margin-left:0}.wpmui-toggle-checkbox:checked+.wpmui-toggle-label .wpmui-toggle-switch{right:0}.wpmui-confirm-modal{left:0;top:0;right:0;bottom:0;z-index:99998;background:#000;opacity:.4}.wpmui-confirm-box{top:25%;width:580px;padding:20px 20px 0;left:50%;margin-left:-310px;z-index:99999;background:#FFF;box-shadow:0 0 10px rgba(0,0,0,.4)}.wpmui-confirm-box .wpmui-confirm-btn{margin:10px -20px 0;padding:10px 20px;text-align:right;background:#FAFAFA;border-top:1px solid #E5E5E5}.wpmui-confirm-box .wpmui-confirm-btn button{margin-left:10px}.wpmui-progress-wrap{position:relative;width:100%}.wpmui-progress-wrap .wpmui-progress-full{background:rgba(255,255,255,.7);width:100%;border-radius:2px;box-shadow:1px 1px 2px 0 rgba(0,0,0,.1)}.wpmui-progress-wrap .wpmui-progress{background:#369;border-radius:2px;height:28px;transition:width .25s}.wpmui-progress-wrap .wpmui-progress-percent{position:absolute;left:0;right:0;top:0;line-height:28px;font-size:13px;text-align:center;color:#FFF;text-shadow:0 0 5px #264d73}.wpmui-progress-wrap .wpmui-progress-percent:before{content:'';position:absolute;left:50%;width:30px;height:10px;top:50%;border-radius:5px;margin-top:-5px;margin-left:-15px;box-shadow:0 0 8px 4px #264d73;background:#264d73;z-index:-1;opacity:.5}.wpmui-progress-wrap .wpmui-progress-label{font-size:12px;margin-top:6px;color:#888;text-align:right}.no-pad-top{padding-top:0!important;margin-top:0!important}.no-pad-bottom{padding-bottom:0!important;margin-bottom:0!important}.no-pad{padding-top:0!important;padding-bottom:0!important;margin-top:0!important;margin-bottom:0!important}.dashicons.light{opacity:.5}.cf:before,.cf:after{content:'';display:table}.cf:after{clear:both}.wpmui-left{float:left}.wpmui-right{float:right}.button .dashicons,.button-primary .dashicons{line-height:26px;height:26px;float:left;margin-right:6px}
1
  /*! WPMU Dev code library - v3.0.4
2
  * http://premium.wpmudev.org/
3
+ * Copyright (c) 2018; * Licensed GPLv2+ */
4
 
5
  .wpmui-loading{position:relative}.wpmui-loading:after{content:'';position:absolute;left:-1px;top:-1px;right:-1px;bottom:-1px;background:rgba(255,255,255,.8) url(../img/spinner.gif) center no-repeat;z-index:1000;cursor:default;min-width:20px;min-height:20px}.wpmui-loading-icon{display:inline-block;width:20px;height:20px;line-height:20px;vertical-align:middle;background:transparent url(../img/spinner.gif) center no-repeat}.wpmui-overlay{background:#000;position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;opacity:0;transition:opacity .3s,z-index .3s step-end}.wpmui-has-overlay .wpmui-overlay{z-index:9999;opacity:.7;transition:opacity .3s,z-index .3s step-start}.wpmui-has-overlay .wpmui-overlay.light{opacity:.25}.wpmui-has-overlay #wpwrap{-webkit-filter:grayscale(75%);-moz-filter:grayscale(75%);filter:gray;filter:grayscale(75%)}.wpmui-has-overlay #wpbody{-webkit-filter:blur(3px);-moz-filter:blur(3px);filter:blur(3px)}.wpmui-has-overlay.no-blur #wpbody{-webkit-filter:blur(0);-moz-filter:blur(0);filter:blur(0)}.wpmui-no-scroll{overflow:hidden}.wpmui-blur{-webkit-filter:blur(3px) grayscale(75%);-moz-filter:blur(3px) grayscale(75%);filter:blur(3px) grayscale(75%);position:relative}.wpmui-blur:before{content:'';position:absolute;left:0;top:0;right:0;bottom:0;z-index:10}.wpmui-popup{background:#F5F5F5;position:fixed;box-shadow:0 2px 20px rgba(0,0,0,.4);z-index:10000;top:50%;left:50%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.wpmui-popup .popup-title{position:absolute;left:0;top:0;right:0;line-height:50px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 70px 0 20px;border-bottom:1px solid #E5E5E5;background:#F8F8F8;min-height:50px;display:block;font-size:23px;font-weight:100;z-index:5}.wpmui-popup .popup-title .the-title{display:inline-block;padding-right:71px}.wpmui-popup.slidein.slidein-down .popup-title{top:auto;bottom:0;border-top:1px solid #E5E5E5;border-bottom:0}.wpmui-popup.slidein .popup-title{cursor:pointer}.wpmui-popup .only-slidein{display:none}.wpmui-popup.slideing .only-slidein{display:block}.wpmui-popup .popup-close{position:absolute;top:0;right:0;width:50px;line-height:50px;height:50px;text-align:center;text-decoration:none;color:#666;border-left:1px solid #E5E5E5;cursor:pointer;z-index:10}.wpmui-popup .popup-close:hover,.wpmui-popup .popup-close:focus,.wpmui-popup .popup-close:active{background:#FCFCFC;color:#333}.wpmui-popup .popup-close .dashicons{line-height:50px}.wpmui-popup .popup-content{position:absolute;top:0;left:0;right:0;bottom:0;overflow:auto;padding:20px;z-index:1}.wpmui-popup .popup-content:after{content:'';display:block;clear:both;padding:50px 0 0}.wpmui-popup.no-buttons .popup-content:after{padding-top:0}.wpmui-popup.no-close .popup-title{padding:0 20px}.wpmui-popup.no-close .popup-close{display:none}.wpmui-popup hr{margin:15px -20px;border:0;border-top:1px solid #E5E5E5}.wpmui-popup .buttons{text-align:right;position:absolute;bottom:0;right:0;background:rgba(245,245,245,.8);padding:10px 20px;left:0;height:50px;border-top:1px solid #E5E5E5;margin:0;z-index:2;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.popup.wdev-window,.popup.wdev-slidein{position:fixed;z-index:10000;top:50%;left:50%;background:#FFF;box-sizing:border-box}.popup.wdev-window.slidein .popup-title,.popup.wdev-slidein.slidein .popup-title{cursor:pointer}.wpmui-msg{position:relative;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.wpmui-msg .wpmui-close{float:right;margin-top:8px;width:20px;height:20px;line-height:20px;text-align:center;cursor:pointer;text-decoration:none;font-size:16px;padding:0;color:#CCC}.wpmui-msg .wpmui-close:hover,.wpmui-msg .wpmui-close:focus,.wpmui-msg .wpmui-close:active{color:#333}.wpmui-msg .debug{padding:5px;color:#666;font-size:12px;font-family:monospace;margin-bottom:.5em;background:#F8F8F8}.wpmui-tip-box{position:relative}.wpmui-tip{position:absolute;display:none;padding:8px;z-index:100;background:#333;color:#EEE;box-shadow:0 1px 8px rgba(0,0,0,.4);border-radius:2px}.wpmui-tip.wpmui-visible{display:block}.wpmui-tip:before{content:'';position:absolute;border:5px solid transparent;left:50%;top:50%;margin-left:-5px;margin-top:-5px}.wpmui-tip.top:before{border-top-color:#333;bottom:-10px;top:auto}.wpmui-tip.bottom:before{border-bottom-color:#333;top:-5px}.wpmui-tip.left:before{border-left-color:#333;right:-10px;left:auto}.wpmui-tip.right:before{border-right-color:#333;left:-5px}.wpmui-pointer.wp-pointer-left{margin-top:30px}.wpmui-pointer.wp-pointer-left h3{background:transparent;color:#333;border:0;margin:0;padding:13px 20px 5px;font-size:13px}.wpmui-pointer.wp-pointer-left h3:before{content:'';display:none}.wpmui-pointer.wp-pointer-left p{padding:0 20px;margin:2px 0;font-size:12px}.wpmui-pointer.wp-pointer-left .wp-pointer-content{background:#FAFDFF;border-radius:4px;border:1px solid #ccc;box-shadow:0 1px 8px -2px rgba(0,0,0,.35);padding:0 0 15px}.wpmui-pointer.wp-pointer-left.no-title{margin-top:13px}.wpmui-pointer.wp-pointer-left.no-title .wp-pointer-content{padding-top:17px}.wpmui-pointer.wp-pointer-left .wp-pointer-buttons{position:absolute;top:0;right:0;white-space:nowrap;padding:5px 10px}.wpmui-pointer.wp-pointer-left .wp-pointer-buttons a.close{font-size:1px;color:transparent;width:10px;padding:0}.wpmui-pointer.wp-pointer-left .wp-pointer-buttons a.close:before{position:static;float:right;line-height:14px;margin:3px 0 1px 5px}.wpmui-pointer.wp-pointer-left .wp-pointer-arrow{border:0;position:absolute;top:50%;left:0;margin:-6px 0 0}.wpmui-pointer.wp-pointer-left .wp-pointer-arrow:before,.wpmui-pointer.wp-pointer-left .wp-pointer-arrow:after{content:'';border:6px solid transparent;margin:0;left:-10px;position:absolute;top:0}.wpmui-pointer.wp-pointer-left .wp-pointer-arrow:before{border-right-color:#CCC;left:-11px}.wpmui-pointer.wp-pointer-left .wp-pointer-arrow:after{border-right-color:#FAFDFF}.wpmui-pointer.wp-pointer-left .wp-pointer-arrow-inner{display:none}.wpmui-pointer.wp-pointer-left.wp-pointer-left{padding-left:8px;margin-left:-12px}.wpmui-pointer.wp-pointer-left.wp-pointer-left .wp-pointer-arrow{left:8px}.wpmui-form label{display:block;line-height:26px;font-size:14px;font-weight:500}.wpmui-form input[type=text],.wpmui-form input[type=password],.wpmui-form textarea,.wpmui-form select{width:100%;margin:0;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.wpmui-form .hint{color:#666;font-size:12px}.wpmui-form .button-link,.wpmui-popup .button-link{display:inline-block;text-decoration:underline;font-size:13px;line-height:26px;height:28px;padding:0 10px 1px;cursor:pointer;white-space:nowrap;color:#0074A2;background:transparent;border:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0 0 0 transparent;-moz-box-shadow:0 0 0 transparent;box-shadow:0 0 0 transparent;-webkit-transition-property:border,background,color;transition-property:border,background,color;-webkit-transition-duration:.05s;transition-duration:.05s;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}.wpmui-form .button-link:hover,.wpmui-form .button-link:active,.wpmui-form .button-link:focus,.wpmui-popup .button-link:hover,.wpmui-popup .button-link:active,.wpmui-popup .button-link:focus{color:#2EA2CC}.wpmui-grid-8 *,.wpmui-grid-12 *,.wpmui-grid-8 :after,.wpmui-grid-12 :after,.wpmui-grid-8 :before,.wpmui-grid-12 :before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.wpmui-grid-8 [class*=col-],.wpmui-grid-12 [class*=col-]{float:left;padding-right:20px;position:relative}.wpmui-grid-8 [class*=col-]:last-of-type,.wpmui-grid-12 [class*=col-]:last-of-type{padding-right:0}.wpmui-grid-8,.wpmui-grid-12{width:100%;margin:0;overflow:hidden;padding:10px 0 0}.wpmui-grid-8:after,.wpmui-grid-12:after{content:'';display:table;clear:both}.wpmui-grid-8 .col-8,.wpmui-grid-12 .col-12{width:100%}.wpmui-grid-12 .col-11{width:91.66%}.wpmui-grid-8 .col-7{width:87.5%}.wpmui-grid-12 .col-10{width:83.333%}.wpmui-grid-8 .col-6,.wpmui-grid-12 .col-9{width:75%}.wpmui-grid-12 .col-8{width:66.66%}.wpmui-grid-8 .col-5{width:62.5%}.wpmui-grid-12 .col-7{width:58.33%}.wpmui-grid-8 .col-4,.wpmui-grid-12 .col-6{width:50%}.wpmui-grid-12 .col-5{width:41.66%}.wpmui-grid-8 .col-3{width:37.5%}.wpmui-grid-12 .col-4{width:33.33%}.wpmui-grid-8 .col-2,.wpmui-grid-12 .col-3{width:25%}.wpmui-grid-12 .col-2{width:16.667%}.wpmui-grid-8 .col-1{width:12.5%}.wpmui-grid-12 .col-1{width:8.33%}@media handheld,only screen and (max-width:767px){.wpmui-grid-8,.wpmui-grid-12{width:100%;min-width:0;margin-left:0;margin-right:0;padding-left:0;padding-right:0}.wpmui-grid-8 [class*=col-],.wpmui-grid-12 [class*=col-]{width:auto;float:none;margin-left:0;margin-right:0;margin-top:10px;margin-bottom:10px;padding-left:20px;padding-right:20px}}.wpmui-box{margin-bottom:10px;padding:0;line-height:1;position:relative;min-width:255px;border:1px solid #E5E5E5;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.04);box-shadow:0 1px 1px rgba(0,0,0,.04);background:#FFF}.wpmui-box>h3{font-size:14px;padding:8px 12px;margin:0;line-height:1.4;border-bottom:1px solid #EEE;cursor:pointer}.wpmui-box>h3 .toggle{cursor:pointer;float:right;width:36px;height:36px;color:#AAA;text-decoration:none;margin:-8px -12px;text-align:center;position:relative;line-height:36px}.wpmui-box>h3:hover .toggle,.wpmui-box .toggle:hover,.wpmui-box .toggle:focus,.wpmui-box .toggle:active{color:#777}.wpmui-box>h3 .toggle:before{content:'\f142';font:400 20px/36px dashicons;speak:none;display:inline-block;position:absolute;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-decoration:none!important;width:100%;height:100%;top:0;right:0}.wpmui-box>.inside{margin:6px 0 0;position:relative;padding:0 12px 12px;line-height:1.4em;font-size:13px}.wpmui-box>.inside:after{content:'';display:table;clear:both}.wpmui-box.closed>h3 .toggle:before{content:'\f140'}.wpmui-box.closed>.inside{display:none}.wpmui-box.static>h3{cursor:default}.wpmui-box.static>h3 .toggle{display:none}.wpmui-box.static>.inside{display:block}.wpmui-tabs{border-bottom:1px solid #EEE;padding-bottom:0;padding-left:10px;list-style:none;margin:20px 0 0}.wpmui-tabs .tab{border:1px solid #EEE;background:#F0F0F0;color:#999;display:inline-block;text-decoration:none;margin:0 4px -1px 0;padding:0 12px;font-weight:600;font-size:13px;line-height:34px}.wpmui-tabs .tab:hover,.wpmui-tabs .tab:focus,.wpmui-tabs .tab:active{background:#F4F4F4;color:#777}.wpmui-tabs .tab.active{border-bottom:1px solid #FFF;background:#FFF;color:#444}.wpmui-tab-contents{padding:12px}.wpmui-tab-contents .tab{display:none}.wpmui-tab-contents .tab.active{display:block}.wpmui-box>.inside>.wpmui-tabs{margin-left:-12px;margin-right:-12px;padding-left:22px}.wpmui-box>.inside>.wpmui-tab-contents{margin-left:-12px;margin-right:-12px;margin-bottom:-12px}.select2-container{}.select2-container .wpmui-select2.select2-selection--single{height:28px}.select2-container .wpmui-select2.select2-selection--single,.select2-container .wpmui-select2.select2-selection--multiple{min-height:28px;line-height:27px;font-size:14px;border-radius:2px;border-color:#CCC}.select2-container .wpmui-select2.select2-selection--single .select2-selection__arrow b,.select2-container .wpmui-select2.select2-selection--multiple .select2-selection__arrow b{border-top-color:#AAA}.select2-container .wpmui-select2.select2-selection--single .select2-selection__rendered,.select2-container .wpmui-select2.select2-selection--multiple .select2-selection__rendered{display:block;margin-bottom:-1px}.select2-container .wpmui-select2 .select2-search--inline{margin:0;width:auto}.select2-container .wpmui-select2 .select2-search--inline .select2-search__field{margin:1px;background-image:none!important}.select2-container.select2-container--focus .wpmui-select2{border-color:#5897fb}.select2-container.select2-container--disabled .wpmui-select2{background:#DDD;font-weight:200;opacity:.5}.select2-container .select2-dropdown.wpmui-select2{overflow:hidden;z-index:1000500!important;margin-top:-1px;box-shadow:0 0 0 1px #5897fb inset;border:0;border-radius:0}.select2-container .select2-dropdown.wpmui-select2 .select2-search{margin-bottom:-1px;padding:1px}.select2-container .select2-dropdown.wpmui-select2 .select2-search .select2-search__field{margin:0;border:0;font-size:13px;border-bottom:1px solid #5897fb;background-color:#FAFDFF}.select2-container .select2-dropdown.wpmui-select2 .select2-results{padding:0;margin:0;font-size:13px}.select2-container .select2-dropdown.wpmui-select2 .select2-results .select2-results__option{margin:0;white-space:nowrap;padding-left:20px;position:relative}.select2-container .select2-dropdown.wpmui-select2 .select2-results .select2-results__option:before{content:'';background-color:transparent;background-position:center center;background-repeat:no-repeat;position:absolute;left:1px;top:1px;width:20px;height:28px}.select2-container .select2-dropdown.wpmui-select2 .select2-results .select2-results__option[aria-selected=true]{color:#5897fb;background-color:#F5F9FF;margin:1px}.select2-container .select2-dropdown.wpmui-select2 .select2-results .select2-results__option[aria-selected=true]:before{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjEycHgiIGhlaWdodD0iOXB4IiB2aWV3Qm94PSIwIDAgMTIgOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDxnIGlkPSJpY29uIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNC4wMDAwMDAsIC0xMC4wMDAwMDApIiBzdHJva2U9Im5vbmUiIGZpbGw9IiM1ODk3ZmIiPgogICAgICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQuNzUwMDAwLCAxMC41MDAwMDApIj4KICAgICAgICAgICAgPHBhdGggZD0iTTguNzUsMCBMNC4zNzUsNC4zNzUgTDEuNzUsMS43NSBMMCwzLjUgTDQuMzc1LDcuODc1IEwxMC41LDEuNzUgTDguNzUsMCBaIiBpZD0iU2hhcGUiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==)}.select2-container .select2-dropdown.wpmui-select2 .select2-results .select2-results__option--highlighted,.select2-container .select2-dropdown.wpmui-select2 .select2-results .select2-results__option--highlighted[aria-selected=true]{background-color:#5897fb;color:#FFF}.select2-container .select2-dropdown.wpmui-select2 .select2-results .select2-results__option--highlighted:before,.select2-container .select2-dropdown.wpmui-select2 .select2-results .select2-results__option--highlighted[aria-selected=true]:before{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjEycHgiIGhlaWdodD0iOXB4IiB2aWV3Qm94PSIwIDAgMTIgOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDxnIGlkPSJpY29uIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNC4wMDAwMDAsIC0xMC4wMDAwMDApIiBzdHJva2U9Im5vbmUiIGZpbGw9IiNGRkZGRkYiPgogICAgICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQuNzUwMDAwLCAxMC41MDAwMDApIj4KICAgICAgICAgICAgPHBhdGggZD0iTTguNzUsMCBMNC4zNzUsNC4zNzUgTDEuNzUsMS43NSBMMCwzLjUgTDQuMzc1LDcuODc1IEwxMC41LDEuNzUgTDguNzUsMCBaIiBpZD0iU2hhcGUiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==)}.select2-container .select2-dropdown.wpmui-select2 .select2-results [aria-multiselectable=true] .select2-results__option--highlighted[aria-selected=true]:before{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjEwcHgiIGhlaWdodD0iMTBweCIgdmlld0JveD0iMCAwIDEwIDEwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPGcgaWQ9Imljb24iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01LjAwMDAwMCwgLTEwLjAwMDAwMCkiIHN0cm9rZT0ibm9uZSIgZmlsbD0iI0ZGRkZGRiI+CiAgICAgICAgPHBhdGggZD0iTTEyLjc0MDAwMTcsMTAuMzAwMDAwMiBMMTAuMTI1LDEyLjkyNSBMNy41LDEwLjMgTDUuNzUsMTIuMDUgTDguMzcwMDAwODQsMTQuNjgwMDAwMyBMNS43NSwxNy4zMTk5OTk3IEw3LjUsMTkuMDY5OTk5NyBMMTAuMTE5OTk4OSwxNi40Mzk5OTk2IEwxMi43NDAwMDE3LDE5LjA2OTk5OTcgTDE0LjQ5MDAwMTcsMTcuMzE5OTk5NyBMMTEuODY5OTk4OSwxNC42ODAwMDAzIEwxNC40OTAwMDE3LDEyLjA1MDAwMDIgTDEyLjc0MDAwMTcsMTAuMzAwMDAwMiBaIj48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg==)}.wpmui-toggle{position:relative;width:26px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.wpmui-toggle-checkbox{display:none!important}.wpmui-toggle-label{display:block;overflow:hidden;cursor:pointer;border:1px solid #CCC;border-radius:50px}.wpmui-toggle-inner{display:block;width:200%;margin-left:-100%;-moz-transition:margin .3s ease-in 0s;-webkit-transition:margin .3s ease-in 0s;-o-transition:margin .3s ease-in 0s;transition:margin .3s ease-in 0s}.wpmui-toggle-inner:before,.wpmui-toggle-inner:after{display:block;float:left;width:50%;height:5px;padding:0;line-height:5px;font-size:10px;color:#fff;font-family:Trebuchet,Arial,sans-serif;font-weight:700;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;box-shadow:0 1px 0 rgba(0,0,0,.2) inset}.wpmui-toggle-inner:before{content:"";padding-left:5px;background-color:#0074A2}.wpmui-toggle-inner:after{content:"";padding-right:5px;background-color:#EEE;text-align:right}.wpmui-toggle-switch{display:block;width:14px;margin:-3.5px;background:#F8F8F8;border:1px solid #CCC;border-radius:15px;position:absolute;top:0;bottom:0;right:20px;-moz-transition:all .3s ease-in 0s;-webkit-transition:all .3s ease-in 0s;-o-transition:all .3s ease-in 0s;transition:all .3s ease-in 0s;box-shadow:-1px 1px 2px rgba(0,0,0,.1)}.wpmui-toggle-checkbox:checked+.wpmui-toggle-label .wpmui-toggle-inner{margin-left:0}.wpmui-toggle-checkbox:checked+.wpmui-toggle-label .wpmui-toggle-switch{right:0}.wpmui-confirm-modal{left:0;top:0;right:0;bottom:0;z-index:99998;background:#000;opacity:.4}.wpmui-confirm-box{top:25%;width:580px;padding:20px 20px 0;left:50%;margin-left:-310px;z-index:99999;background:#FFF;box-shadow:0 0 10px rgba(0,0,0,.4)}.wpmui-confirm-box .wpmui-confirm-btn{margin:10px -20px 0;padding:10px 20px;text-align:right;background:#FAFAFA;border-top:1px solid #E5E5E5}.wpmui-confirm-box .wpmui-confirm-btn button{margin-left:10px}.wpmui-progress-wrap{position:relative;width:100%}.wpmui-progress-wrap .wpmui-progress-full{background:rgba(255,255,255,.7);width:100%;border-radius:2px;box-shadow:1px 1px 2px 0 rgba(0,0,0,.1)}.wpmui-progress-wrap .wpmui-progress{background:#369;border-radius:2px;height:28px;transition:width .25s}.wpmui-progress-wrap .wpmui-progress-percent{position:absolute;left:0;right:0;top:0;line-height:28px;font-size:13px;text-align:center;color:#FFF;text-shadow:0 0 5px #264d73}.wpmui-progress-wrap .wpmui-progress-percent:before{content:'';position:absolute;left:50%;width:30px;height:10px;top:50%;border-radius:5px;margin-top:-5px;margin-left:-15px;box-shadow:0 0 8px 4px #264d73;background:#264d73;z-index:-1;opacity:.5}.wpmui-progress-wrap .wpmui-progress-label{font-size:12px;margin-top:6px;color:#888;text-align:right}.no-pad-top{padding-top:0!important;margin-top:0!important}.no-pad-bottom{padding-bottom:0!important;margin-bottom:0!important}.no-pad{padding-top:0!important;padding-bottom:0!important;margin-top:0!important;margin-bottom:0!important}.dashicons.light{opacity:.5}.cf:before,.cf:after{content:'';display:table}.cf:after{clear:both}.wpmui-left{float:left}.wpmui-right{float:right}.button .dashicons,.button-primary .dashicons{line-height:26px;height:26px;float:left;margin-right:6px}
inc/external/wpmu-lib/css/wpmu-vnav.3.min.css CHANGED
@@ -1,5 +1,5 @@
1
  /*! WPMU Dev code library - v3.0.4
2
  * http://premium.wpmudev.org/
3
- * Copyright (c) 2017; * Licensed GPLv2+ */
4
 
5
  .lst-vnav{list-style:none;padding:0;position:relative}.lst-vnav-item{padding:0;margin:0}.lst-vnav-sep{border-bottom:1px solid #E8E8E8;padding:0;margin:0;padding-bottom:5px;margin-bottom:5px}.lst-vnav-item h2,.lst-vnav-item h3{width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:5px;margin:0;height:22px;line-height:22px;font-size:15px;color:#0074A2;cursor:pointer;position:relative;z-index:2;font-weight:400;border:1px solid transparent}.lst-vnav-item h2:hover,.lst-vnav-item h3:hover{color:#2EA2CC}.lst-vnav-item.active h2,.lst-vnav-item.active h3{color:#333;background-color:#FDFDFD;border:1px solid #DEDEDE;border-right-color:#FDFDFD}.lst-vnav-item>.data{display:none;margin:0;border:1px solid #DEDEDE;padding:10px;top:0;right:0;left:191px;position:absolute;background-color:#FDFDFD}.lst-vnav-item.active>.data{display:block;z-index:1}.lst-vnav-item .form-table tbody>tr:first-child>th,.lst-vnav-item .form-table tbody>tr:first-child>td{padding-top:0}.lst-vnav-item .form-table tbody>tr:last-child>th,.lst-vnav-item .form-table tbody>tr:last-child>td{padding-bottom:0}.lst-vnav-item .widefat thead>tr>th,.lst-vnav-item .widefat thead>tr>td,.lst-vnav-item .widefat tfoot>tr>th,.lst-vnav-item .widefat tfoot>tr>td{padding:8px 10px}@media screen and (max-width:1024px){.lst-vnav-item h2,.lst-vnav-item h3{width:150px}.lst-vnav-item>.data{left:161px;padding:5px}.lst-vnav-item .form-table th{width:170px}}@media screen and (max-width:782px){.lst-vnav{margin-bottom:40px}.lst-vnav-item h2,.lst-vnav-item h3{width:auto;background-color:#F8F8F8;display:none;font-weight:700}.lst-vnav-item.active h2,.lst-vnav-item.active h3{display:block;background-color:#F1F1F1;border-bottom-color:transparent;border-right-color:#DEDEDE}.lst-vnav.open .lst-vnav-item h2,.lst-vnav.open .lst-vnav-item h3{display:block;border-top-style:none;border-bottom-style:none;border-left-color:#999;border-right-color:#999}.lst-vnav.open .lst-vnav-item:first-child h2,.lst-vnav.open .lst-vnav-item:first-child h3{border-top:1px solid #999}.lst-vnav.open .lst-vnav-item:last-child h2,.lst-vnav.open .lst-vnav-item:last-child h3{border-bottom:1px solid #999}.lst-vnav-item>.data{left:0;top:30px;border-top-style:none;min-height:0!important}.lst-vnav-item .form-table th{width:auto}.lst-vnav-item .form-table td{padding-left:16px}}
1
  /*! WPMU Dev code library - v3.0.4
2
  * http://premium.wpmudev.org/
3
+ * Copyright (c) 2018; * Licensed GPLv2+ */
4
 
5
  .lst-vnav{list-style:none;padding:0;position:relative}.lst-vnav-item{padding:0;margin:0}.lst-vnav-sep{border-bottom:1px solid #E8E8E8;padding:0;margin:0;padding-bottom:5px;margin-bottom:5px}.lst-vnav-item h2,.lst-vnav-item h3{width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:5px;margin:0;height:22px;line-height:22px;font-size:15px;color:#0074A2;cursor:pointer;position:relative;z-index:2;font-weight:400;border:1px solid transparent}.lst-vnav-item h2:hover,.lst-vnav-item h3:hover{color:#2EA2CC}.lst-vnav-item.active h2,.lst-vnav-item.active h3{color:#333;background-color:#FDFDFD;border:1px solid #DEDEDE;border-right-color:#FDFDFD}.lst-vnav-item>.data{display:none;margin:0;border:1px solid #DEDEDE;padding:10px;top:0;right:0;left:191px;position:absolute;background-color:#FDFDFD}.lst-vnav-item.active>.data{display:block;z-index:1}.lst-vnav-item .form-table tbody>tr:first-child>th,.lst-vnav-item .form-table tbody>tr:first-child>td{padding-top:0}.lst-vnav-item .form-table tbody>tr:last-child>th,.lst-vnav-item .form-table tbody>tr:last-child>td{padding-bottom:0}.lst-vnav-item .widefat thead>tr>th,.lst-vnav-item .widefat thead>tr>td,.lst-vnav-item .widefat tfoot>tr>th,.lst-vnav-item .widefat tfoot>tr>td{padding:8px 10px}@media screen and (max-width:1024px){.lst-vnav-item h2,.lst-vnav-item h3{width:150px}.lst-vnav-item>.data{left:161px;padding:5px}.lst-vnav-item .form-table th{width:170px}}@media screen and (max-width:782px){.lst-vnav{margin-bottom:40px}.lst-vnav-item h2,.lst-vnav-item h3{width:auto;background-color:#F8F8F8;display:none;font-weight:700}.lst-vnav-item.active h2,.lst-vnav-item.active h3{display:block;background-color:#F1F1F1;border-bottom-color:transparent;border-right-color:#DEDEDE}.lst-vnav.open .lst-vnav-item h2,.lst-vnav.open .lst-vnav-item h3{display:block;border-top-style:none;border-bottom-style:none;border-left-color:#999;border-right-color:#999}.lst-vnav.open .lst-vnav-item:first-child h2,.lst-vnav.open .lst-vnav-item:first-child h3{border-top:1px solid #999}.lst-vnav.open .lst-vnav-item:last-child h2,.lst-vnav.open .lst-vnav-item:last-child h3{border-bottom:1px solid #999}.lst-vnav-item>.data{left:0;top:30px;border-top-style:none;min-height:0!important}.lst-vnav-item .form-table th{width:auto}.lst-vnav-item .form-table td{padding-left:16px}}
inc/external/wpmu-lib/inc/class-thelib-ui.php CHANGED
@@ -331,7 +331,16 @@ class TheLib_Ui extends TheLib {
331
  if ( empty( $url ) ) {
332
  wp_enqueue_style( $alias );
333
  } else {
334
- wp_enqueue_style( $alias, $url );
 
 
 
 
 
 
 
 
 
335
  }
336
  }
337
  }
@@ -368,7 +377,16 @@ class TheLib_Ui extends TheLib {
368
 
369
  // Register script if it has an URL.
370
  if ( ! empty( $url ) ) {
371
- wp_register_script( $alias, $url, array( 'jquery' ), false, true );
 
 
 
 
 
 
 
 
 
372
  }
373
 
374
  // Enqueue the script for output in the page footer.
@@ -533,5 +551,4 @@ class TheLib_Ui extends TheLib {
533
  $this->add_action( 'network_admin_notices', '_admin_notice_callback', 1 );
534
  }
535
  }
536
-
537
- }
331
  if ( empty( $url ) ) {
332
  wp_enqueue_style( $alias );
333
  } else {
334
+ /**
335
+ * Allow to setup styles version.
336
+ *
337
+ * @since 3.0.6
338
+ *
339
+ * @param string WPMU Version
340
+ * @param string $alias Css handler.
341
+ */
342
+ $version = apply_filters( 'wpmu_style_version', TheLib3_Wrap::get_version(), $alias );
343
+ wp_enqueue_style( $alias, $url, array(), $version );
344
  }
345
  }
346
  }
377
 
378
  // Register script if it has an URL.
379
  if ( ! empty( $url ) ) {
380
+ /**
381
+ * Allow to setup script version.
382
+ *
383
+ * @since 3.0.6
384
+ *
385
+ * @param string WPMU Version
386
+ * @param string $alias Css handler.
387
+ */
388
+ $version = apply_filters( 'wpmu_script_version', TheLib3_Wrap::get_version(), $alias );
389
+ wp_register_script( $alias, $url, array( 'jquery' ), $version, true );
390
  }
391
 
392
  // Enqueue the script for output in the page footer.
551
  $this->add_action( 'network_admin_notices', '_admin_notice_callback', 1 );
552
  }
553
  }
554
+ }
 
inc/external/wpmu-lib/js/select2.3.js CHANGED
@@ -1,6 +1,6 @@
1
  /*! WPMU Dev code library - v3.0.4
2
  * http://premium.wpmudev.org/
3
- * Copyright (c) 2017; * Licensed GPLv2+ */
4
  /*!
5
  * https://github.com/select2/select2/blob/master/dist/js/select2.full.js
6
  *
1
  /*! WPMU Dev code library - v3.0.4
2
  * http://premium.wpmudev.org/
3
+ * Copyright (c) 2018; * Licensed GPLv2+ */
4
  /*!
5
  * https://github.com/select2/select2/blob/master/dist/js/select2.full.js
6
  *
inc/external/wpmu-lib/js/select2.3.min.js CHANGED
@@ -1,7 +1,7 @@
1
  /*! WPMU Dev code library - v3.0.4
2
  * http://premium.wpmudev.org/
3
- * Copyright (c) 2017; * Licensed GPLv2+ */
4
 
5
  !function(a){"function"==typeof define&&define.amd?define(["jquery"],a):a("object"==typeof exports?require("jquery"):jQuery)}(function(jQuery){var a=function(){if(jQuery&&jQuery.fn&&jQuery.fn.wpmuiSelect&&jQuery.fn.wpmuiSelect.amd)var a=jQuery.fn.wpmuiSelect.amd;var a;return function(){if(!a||!a.requirejs){a?c=a:a={};var b,c,d;!function(a){function e(a,b){return u.call(a,b)}function f(a,b){var c,d,e,f,g,h,i,j,k,l,m,n=b&&b.split("/"),o=s.map,p=o&&o["*"]||{};if(a&&"."===a.charAt(0))if(b){for(a=a.split("/"),g=a.length-1,s.nodeIdCompat&&w.test(a[g])&&(a[g]=a[g].replace(w,"")),a=n.slice(0,n.length-1).concat(a),k=0;k<a.length;k+=1)if("."===(m=a[k]))a.splice(k,1),k-=1;else if(".."===m){if(1===k&&(".."===a[2]||".."===a[0]))break;k>0&&(a.splice(k-1,2),k-=2)}a=a.join("/")}else 0===a.indexOf("./")&&(a=a.substring(2));if((n||p)&&o){for(c=a.split("/"),k=c.length;k>0;k-=1){if(d=c.slice(0,k).join("/"),n)for(l=n.length;l>0;l-=1)if((e=o[n.slice(0,l).join("/")])&&(e=e[d])){f=e,h=k;break}if(f)break;!i&&p&&p[d]&&(i=p[d],j=k)}!f&&i&&(f=i,h=j),f&&(c.splice(0,h,f),a=c.join("/"))}return a}function g(b,c){return function(){var d=v.call(arguments,0);return"string"!=typeof d[0]&&1===d.length&&d.push(null),n.apply(a,d.concat([b,c]))}}function h(a){return function(b){return f(b,a)}}function i(a){return function(b){q[a]=b}}function j(b){if(e(r,b)){var c=r[b];delete r[b],t[b]=!0,m.apply(a,c)}if(!e(q,b)&&!e(t,b))throw new Error("No "+b);return q[b]}function k(a){var b,c=a?a.indexOf("!"):-1;return c>-1&&(b=a.substring(0,c),a=a.substring(c+1,a.length)),[b,a]}function l(a){return function(){return s&&s.config&&s.config[a]||{}}}var m,n,o,p,q={},r={},s={},t={},u=Object.prototype.hasOwnProperty,v=[].slice,w=/\.js$/;o=function(a,b){var c,d=k(a),e=d[0];return a=d[1],e&&(e=f(e,b),c=j(e)),e?a=c&&c.normalize?c.normalize(a,h(b)):f(a,b):(a=f(a,b),d=k(a),e=d[0],a=d[1],e&&(c=j(e))),{f:e?e+"!"+a:a,n:a,pr:e,p:c}},p={require:function(a){return g(a)},exports:function(a){var b=q[a];return void 0!==b?b:q[a]={}},module:function(a){return{id:a,uri:"",exports:q[a],config:l(a)}}},m=function(b,c,d,f){var h,k,l,m,n,s,u=[],v=typeof d;if(f=f||b,"undefined"===v||"function"===v){for(c=!c.length&&d.length?["require","exports","module"]:c,n=0;n<c.length;n+=1)if(m=o(c[n],f),"require"===(k=m.f))u[n]=p.require(b);else if("exports"===k)u[n]=p.exports(b),s=!0;else if("module"===k)h=u[n]=p.module(b);else if(e(q,k)||e(r,k)||e(t,k))u[n]=j(k);else{if(!m.p)throw new Error(b+" missing "+k);m.p.load(m.n,g(f,!0),i(k),{}),u[n]=q[k]}l=d?d.apply(q[b],u):void 0,b&&(h&&h.exports!==a&&h.exports!==q[b]?q[b]=h.exports:l===a&&s||(q[b]=l))}else b&&(q[b]=d)},b=c=n=function(b,c,d,e,f){if("string"==typeof b)return p[b]?p[b](c):j(o(b,c).f);if(!b.splice){if(s=b,s.deps&&n(s.deps,s.callback),!c)return;c.splice?(b=c,c=d,d=null):b=a}return c=c||function(){},"function"==typeof d&&(d=e,e=f),e?m(a,b,c,d):setTimeout(function(){m(a,b,c,d)},4),n},n.config=function(a){return n(a)},b._defined=q,d=function(a,b,c){if("string"!=typeof a)throw new Error("See almond README: incorrect module build, no module name");b.splice||(c=b,b=[]),e(q,a)||e(r,a)||(r[a]=[a,b,c])},d.amd={jQuery:!0}}(),a.requirejs=b,a.require=c,a.define=d}}(),a.define("almond",function(){}),a.define("jquery",[],function(){var a=jQuery||$;return null==a&&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."),a}),a.define("select2/utils",["jquery"],function(a){function b(a){var b=a.prototype,c=[];for(var d in b){"function"==typeof b[d]&&("constructor"!==d&&c.push(d))}return c}var c={};c.Extend=function(a,b){function c(){this.constructor=a}var d={}.hasOwnProperty;for(var e in b)d.call(b,e)&&(a[e]=b[e]);return c.prototype=b.prototype,a.prototype=new c,a.__super__=b.prototype,a},c.Decorate=function(a,c){function d(){var b=Array.prototype.unshift,d=c.prototype.constructor.length,e=a.prototype.constructor;d>0&&(b.call(arguments,a.prototype.constructor),e=c.prototype.constructor),e.apply(this,arguments)}function e(){this.constructor=d}var f=b(c),g=b(a);c.displayName=a.displayName,d.prototype=new e;for(var h=0;h<g.length;h++){var i=g[h];d.prototype[i]=a.prototype[i]}for(var j=0;j<f.length;j++){var k=f[j];d.prototype[k]=function(a){var b=function(){};a in d.prototype&&(b=d.prototype[a]);var e=c.prototype[a];return function(){return Array.prototype.unshift.call(arguments,b),e.apply(this,arguments)}}(k)}return d};var d=function(){this.listeners={}};return d.prototype.on=function(a,b){this.listeners=this.listeners||{},a in this.listeners?this.listeners[a].push(b):this.listeners[a]=[b]},d.prototype.trigger=function(a){var b=Array.prototype.slice,c=b.call(arguments,1);this.listeners=this.listeners||{},null==c&&(c=[]),0===c.length&&c.push({}),c[0]._type=a,a in this.listeners&&this.invoke(this.listeners[a],b.call(arguments,1)),"*"in this.listeners&&this.invoke(this.listeners["*"],arguments)},d.prototype.invoke=function(a,b){for(var c=0,d=a.length;c<d;c++)a[c].apply(this,b)},c.Observable=d,c.generateChars=function(a){for(var b="",c=0;c<a;c++){b+=Math.floor(36*Math.random()).toString(36)}return b},c.bind=function(a,b){return function(){a.apply(b,arguments)}},c._convertData=function(a){for(var b in a){var c=b.split("-"),d=a;if(1!==c.length){for(var e=0;e<c.length;e++){var f=c[e];f=f.substring(0,1).toLowerCase()+f.substring(1),f in d||(d[f]={}),e==c.length-1&&(d[f]=a[b]),d=d[f]}delete a[b]}}return a},c.hasScroll=function(b,c){var d=a(c),e=c.style.overflowX,f=c.style.overflowY;return(e!==f||"hidden"!==f&&"visible"!==f)&&("scroll"===e||"scroll"===f||(d.innerHeight()<c.scrollHeight||d.innerWidth()<c.scrollWidth))},c.escapeMarkup=function(a){var b={"\\":"&#92;","&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;","/":"&#47;"};return"string"!=typeof a?a:String(a).replace(/[&<>"'\/\\]/g,function(a){return b[a]})},c.appendMany=function(b,c){if("1.7"===a.fn.jquery.substr(0,3)){var d=a();a.map(c,function(a){d=d.add(a)}),c=d}b.append(c)},c}),a.define("select2/results",["jquery","./utils"],function(a,b){function c(a,b,d){this.$element=a,this.data=d,this.options=b,c.__super__.constructor.call(this)}return b.Extend(c,b.Observable),c.prototype.render=function(){var b=a('<ul class="select2-results__options" role="tree"></ul>');return this.options.get("multiple")&&b.attr("aria-multiselectable","true"),this.$results=b,b},c.prototype.clear=function(){this.$results.empty()},c.prototype.displayMessage=function(b){var c=this.options.get("escapeMarkup");this.clear(),this.hideLoading();var d=a('<li role="treeitem" aria-live="assertive" class="select2-results__option"></li>'),e=this.options.get("translations").get(b.message);d.append(c(e(b.args))),d[0].className+=" select2-results__message",this.$results.append(d)},c.prototype.hideMessages=function(){this.$results.find(".select2-results__message").remove()},c.prototype.append=function(a){this.hideLoading();var b=[];if(null==a.results||0===a.results.length)return void(0===this.$results.children().length&&this.trigger("results:message",{message:"noResults"}));a.results=this.sort(a.results);for(var c=0;c<a.results.length;c++){var d=a.results[c],e=this.option(d);b.push(e)}this.$results.append(b)},c.prototype.position=function(a,b){b.find(".select2-results").append(a)},c.prototype.sort=function(a){return this.options.get("sorter")(a)},c.prototype.highlightFirstItem=function(){var a=this.$results.find(".select2-results__option[aria-selected]"),b=a.filter("[aria-selected=true]");b.length>0?b.first().trigger("mouseenter"):a.first().trigger("mouseenter"),this.ensureHighlightVisible()},c.prototype.setClasses=function(){var b=this;this.data.current(function(c){var d=a.map(c,function(a){return a.id.toString()});b.$results.find(".select2-results__option[aria-selected]").each(function(){var b=a(this),c=a.data(this,"data"),e=""+c.id;null!=c.element&&c.element.selected||null==c.element&&a.inArray(e,d)>-1?b.attr("aria-selected","true"):b.attr("aria-selected","false")})})},c.prototype.showLoading=function(a){this.hideLoading();var b=this.options.get("translations").get("searching"),c={disabled:!0,loading:!0,text:b(a)},d=this.option(c);d.className+=" loading-results",this.$results.prepend(d)},c.prototype.hideLoading=function(){this.$results.find(".loading-results").remove()},c.prototype.option=function(b){var c=document.createElement("li");c.className="select2-results__option";var d={role:"treeitem","aria-selected":"false"};b.disabled&&(delete d["aria-selected"],d["aria-disabled"]="true"),null==b.id&&delete d["aria-selected"],null!=b._resultId&&(c.id=b._resultId),b.title&&(c.title=b.title),b.children&&(d.role="group",d["aria-label"]=b.text,delete d["aria-selected"]);for(var e in d){var f=d[e];c.setAttribute(e,f)}if(b.children){var g=a(c),h=document.createElement("strong");h.className="select2-results__group";a(h);this.template(b,h);for(var i=[],j=0;j<b.children.length;j++){var k=b.children[j],l=this.option(k);i.push(l)}var m=a("<ul></ul>",{class:"select2-results__options select2-results__options--nested"});m.append(i),g.append(h),g.append(m)}else this.template(b,c);return a.data(c,"data",b),c},c.prototype.bind=function(b,c){var d=this,e=b.id+"-results";this.$results.attr("id",e),b.on("results:all",function(a){d.clear(),d.append(a.data),b.isOpen()&&(d.setClasses(),d.highlightFirstItem())}),b.on("results:append",function(a){d.append(a.data),b.isOpen()&&d.setClasses()}),b.on("query",function(a){d.hideMessages(),d.showLoading(a)}),b.on("select",function(){b.isOpen()&&(d.setClasses(),d.highlightFirstItem())}),b.on("unselect",function(){b.isOpen()&&(d.setClasses(),d.highlightFirstItem())}),b.on("open",function(){d.$results.attr("aria-expanded","true"),d.$results.attr("aria-hidden","false"),d.setClasses(),d.ensureHighlightVisible()}),b.on("close",function(){d.$results.attr("aria-expanded","false"),d.$results.attr("aria-hidden","true"),d.$results.removeAttr("aria-activedescendant")}),b.on("results:toggle",function(){var a=d.getHighlightedResults();0!==a.length&&a.trigger("mouseup")}),b.on("results:select",function(){var a=d.getHighlightedResults();if(0!==a.length){var b=a.data("data");"true"==a.attr("aria-selected")?d.trigger("close",{}):d.trigger("select",{data:b})}}),b.on("results:previous",function(){var a=d.getHighlightedResults(),b=d.$results.find("[aria-selected]"),c=b.index(a);if(0!==c){var e=c-1;0===a.length&&(e=0);var f=b.eq(e);f.trigger("mouseenter");var g=d.$results.offset().top,h=f.offset().top,i=d.$results.scrollTop()+(h-g);0===e?d.$results.scrollTop(0):h-g<0&&d.$results.scrollTop(i)}}),b.on("results:next",function(){var a=d.getHighlightedResults(),b=d.$results.find("[aria-selected]"),c=b.index(a),e=c+1;if(!(e>=b.length)){var f=b.eq(e);f.trigger("mouseenter");var g=d.$results.offset().top+d.$results.outerHeight(!1),h=f.offset().top+f.outerHeight(!1),i=d.$results.scrollTop()+h-g;0===e?d.$results.scrollTop(0):h>g&&d.$results.scrollTop(i)}}),b.on("results:focus",function(a){a.element.addClass("select2-results__option--highlighted")}),b.on("results:message",function(a){d.displayMessage(a)}),a.fn.mousewheel&&this.$results.on("mousewheel",function(a){var b=d.$results.scrollTop(),c=d.$results.get(0).scrollHeight-b+a.deltaY,e=a.deltaY>0&&b-a.deltaY<=0,f=a.deltaY<0&&c<=d.$results.height();e?(d.$results.scrollTop(0),a.preventDefault(),a.stopPropagation()):f&&(d.$results.scrollTop(d.$results.get(0).scrollHeight-d.$results.height()),a.preventDefault(),a.stopPropagation())}),this.$results.on("mouseup",".select2-results__option[aria-selected]",function(b){var c=a(this),e=c.data("data");if("true"===c.attr("aria-selected"))return void(d.options.get("multiple")?d.trigger("unselect",{originalEvent:b,data:e}):d.trigger("close",{}));d.trigger("select",{originalEvent:b,data:e})}),this.$results.on("mouseenter",".select2-results__option[aria-selected]",function(b){var c=a(this).data("data");d.getHighlightedResults().removeClass("select2-results__option--highlighted"),d.trigger("results:focus",{data:c,element:a(this)})})},c.prototype.getHighlightedResults=function(){return this.$results.find(".select2-results__option--highlighted")},c.prototype.destroy=function(){this.$results.remove()},c.prototype.ensureHighlightVisible=function(){var a=this.getHighlightedResults();if(0!==a.length){var b=this.$results.find("[aria-selected]"),c=b.index(a),d=this.$results.offset().top,e=a.offset().top,f=this.$results.scrollTop()+(e-d),g=e-d;f-=2*a.outerHeight(!1),c<=2?this.$results.scrollTop(0):(g>this.$results.outerHeight()||g<0)&&this.$results.scrollTop(f)}},c.prototype.template=function(b,c){var d=this.options.get("templateResult"),e=this.options.get("escapeMarkup"),f=d(b,c);null==f?c.style.display="none":"string"==typeof f?c.innerHTML=e(f):a(c).append(f)},c}),a.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}}),a.define("select2/selection/base",["jquery","../utils","../keys"],function(a,b,c){function d(a,b){this.$element=a,this.options=b,d.__super__.constructor.call(this)}return b.Extend(d,b.Observable),d.prototype.render=function(){var b=a('<span class="select2-selection" role="combobox" aria-haspopup="true" aria-expanded="false"></span>');return this._tabindex=0,null!=this.$element.data("old-tabindex")?this._tabindex=this.$element.data("old-tabindex"):null!=this.$element.attr("tabindex")&&(this._tabindex=this.$element.attr("tabindex")),b.attr("title",this.$element.attr("title")),b.attr("tabindex",this._tabindex),this.$selection=b,b},d.prototype.bind=function(a,b){var d=this,e=(a.id,a.id+"-results");this.container=a,this.$selection.on("focus",function(a){d.trigger("focus",a)}),this.$selection.on("blur",function(a){d._handleBlur(a)}),this.$selection.on("keydown",function(a){d.trigger("keypress",a),a.which===c.SPACE&&a.preventDefault()}),a.on("results:focus",function(a){d.$selection.attr("aria-activedescendant",a.data._resultId)}),a.on("selection:update",function(a){d.update(a.data)}),a.on("open",function(){d.$selection.attr("aria-expanded","true"),d.$selection.attr("aria-owns",e),d._attachCloseHandler(a)}),a.on("close",function(){d.$selection.attr("aria-expanded","false"),d.$selection.removeAttr("aria-activedescendant"),d.$selection.removeAttr("aria-owns"),d.$selection.focus(),d._detachCloseHandler(a)}),a.on("enable",function(){d.$selection.attr("tabindex",d._tabindex)}),a.on("disable",function(){d.$selection.attr("tabindex","-1")})},d.prototype._handleBlur=function(b){var c=this;window.setTimeout(function(){document.activeElement==c.$selection[0]||a.contains(c.$selection[0],document.activeElement)||c.trigger("blur",b)},1)},d.prototype._attachCloseHandler=function(b){a(document.body).on("mousedown.select2."+b.id,function(b){var c=a(b.target),d=c.closest(".select2");a(".select2.select2-container--open").each(function(){var b=a(this);this!=d[0]&&b.data("element").wpmuiSelect("close")})})},d.prototype._detachCloseHandler=function(b){a(document.body).off("mousedown.select2."+b.id)},d.prototype.position=function(a,b){b.find(".selection").append(a)},d.prototype.destroy=function(){this._detachCloseHandler(this.container)},d.prototype.update=function(a){throw new Error("The `update` method must be defined in child classes.")},d}),a.define("select2/selection/single",["jquery","./base","../utils","../keys"],function(a,b,c,d){function e(){e.__super__.constructor.apply(this,arguments)}return c.Extend(e,b),e.prototype.render=function(){var a=e.__super__.render.call(this);return a.addClass("select2-selection--single"),a.html('<span class="select2-selection__rendered"></span><span class="select2-selection__arrow" role="presentation"><b role="presentation"></b></span>'),a},e.prototype.bind=function(a,b){var c=this;e.__super__.bind.apply(this,arguments);var d=a.id+"-container";this.$selection.find(".select2-selection__rendered").attr("id",d),this.$selection.attr("aria-labelledby",d),this.$selection.on("mousedown",function(a){1===a.which&&c.trigger("toggle",{originalEvent:a})}),this.$selection.on("focus",function(a){}),this.$selection.on("blur",function(a){}),a.on("focus",function(b){a.isOpen()||c.$selection.focus()}),a.on("selection:update",function(a){c.update(a.data)})},e.prototype.clear=function(){this.$selection.find(".select2-selection__rendered").empty()},e.prototype.display=function(a,b){var c=this.options.get("templateSelection");return this.options.get("escapeMarkup")(c(a,b))},e.prototype.selectionContainer=function(){return a("<span></span>")},e.prototype.update=function(a){if(0===a.length)return void this.clear();var b=a[0],c=this.$selection.find(".select2-selection__rendered"),d=this.display(b,c);c.empty().append(d),c.prop("title",b.title||b.text)},e}),a.define("select2/selection/multiple",["jquery","./base","../utils"],function(a,b,c){function d(a,b){d.__super__.constructor.apply(this,arguments)}return c.Extend(d,b),d.prototype.render=function(){var a=d.__super__.render.call(this);return a.addClass("select2-selection--multiple"),a.html('<ul class="select2-selection__rendered"></ul>'),a},d.prototype.bind=function(b,c){var e=this;d.__super__.bind.apply(this,arguments),this.$selection.on("click",function(a){e.trigger("toggle",{originalEvent:a})}),this.$selection.on("click",".select2-selection__choice__remove",function(b){if(!e.options.get("disabled")){var c=a(this),d=c.parent(),f=d.data("data");e.trigger("unselect",{originalEvent:b,data:f})}})},d.prototype.clear=function(){this.$selection.find(".select2-selection__rendered").empty()},d.prototype.display=function(a,b){var c=this.options.get("templateSelection");return this.options.get("escapeMarkup")(c(a,b))},d.prototype.selectionContainer=function(){return a('<li class="select2-selection__choice"><span class="select2-selection__choice__remove" role="presentation">&times;</span></li>')},d.prototype.update=function(a){if(this.clear(),0!==a.length){for(var b=[],d=0;d<a.length;d++){var e=a[d],f=this.selectionContainer(),g=this.display(e,f);f.append(g),f.prop("title",e.title||e.text),f.data("data",e),b.push(f)}var h=this.$selection.find(".select2-selection__rendered");c.appendMany(h,b)}},d}),a.define("select2/selection/placeholder",["../utils"],function(a){function b(a,b,c){this.placeholder=this.normalizePlaceholder(c.get("placeholder")),a.call(this,b,c)}return b.prototype.normalizePlaceholder=function(a,b){return"string"==typeof b&&(b={id:"",text:b}),b},b.prototype.createPlaceholder=function(a,b){var c=this.selectionContainer();return c.html(this.display(b)),c.addClass("select2-selection__placeholder").removeClass("select2-selection__choice"),c},b.prototype.update=function(a,b){var c=1==b.length&&b[0].id!=this.placeholder.id;if(b.length>1||c)return a.call(this,b);this.clear();var d=this.createPlaceholder(this.placeholder);this.$selection.find(".select2-selection__rendered").append(d)},b}),a.define("select2/selection/allowClear",["jquery","../keys"],function(a,b){function c(){}return c.prototype.bind=function(a,b,c){var d=this;a.call(this,b,c),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(a){d._handleClear(a)}),b.on("keypress",function(a){d._handleKeyboardClear(a,b)})},c.prototype._handleClear=function(a,b){if(!this.options.get("disabled")){var c=this.$selection.find(".select2-selection__clear");if(0!==c.length){b.stopPropagation();for(var d=c.data("data"),e=0;e<d.length;e++){var f={data:d[e]};if(this.trigger("unselect",f),f.prevented)return}this.$element.val(this.placeholder.id).trigger("change"),this.trigger("toggle",{})}}},c.prototype._handleKeyboardClear=function(a,c,d){d.isOpen()||c.which!=b.DELETE&&c.which!=b.BACKSPACE||this._handleClear(c)},c.prototype.update=function(b,c){if(b.call(this,c),!(this.$selection.find(".select2-selection__placeholder").length>0||0===c.length)){var d=a('<span class="select2-selection__clear">&times;</span>');d.data("data",c),this.$selection.find(".select2-selection__rendered").prepend(d)}},c}),a.define("select2/selection/search",["jquery","../utils","../keys"],function(a,b,c){function d(a,b,c){a.call(this,b,c)}return d.prototype.render=function(b){var c=a('<li class="select2-search select2-search--inline"><input class="select2-search__field" type="search" tabindex="-1" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" role="textbox" aria-autocomplete="list" /></li>');this.$searchContainer=c,this.$search=c.find("input");var d=b.call(this);return this._transferTabIndex(),d},d.prototype.bind=function(a,b,d){var e=this;a.call(this,b,d),b.on("open",function(){e.$search.trigger("focus")}),b.on("close",function(){e.$search.val(""),e.$search.removeAttr("aria-activedescendant"),e.$search.trigger("focus")}),b.on("enable",function(){e.$search.prop("disabled",!1),e._transferTabIndex()}),b.on("disable",function(){e.$search.prop("disabled",!0)}),b.on("focus",function(a){e.$search.trigger("focus")}),b.on("results:focus",function(a){e.$search.attr("aria-activedescendant",a.id)}),this.$selection.on("focusin",".select2-search--inline",function(a){e.trigger("focus",a)}),this.$selection.on("focusout",".select2-search--inline",function(a){e._handleBlur(a)}),this.$selection.on("keydown",".select2-search--inline",function(a){if(a.stopPropagation(),e.trigger("keypress",a),e._keyUpPrevented=a.isDefaultPrevented(),a.which===c.BACKSPACE&&""===e.$search.val()){var b=e.$searchContainer.prev(".select2-selection__choice");if(b.length>0){var d=b.data("data");e.searchRemoveChoice(d),a.preventDefault()}}});var f=document.documentMode,g=f&&f<=11;this.$selection.on("input.searchcheck",".select2-search--inline",function(a){if(g)return void e.$selection.off("input.search input.searchcheck");e.$selection.off("keyup.search")}),this.$selection.on("keyup.search input.search",".select2-search--inline",function(a){if(g&&"input"===a.type)return void e.$selection.off("input.search input.searchcheck");var b=a.which;b!=c.SHIFT&&b!=c.CTRL&&b!=c.ALT&&b!=c.TAB&&e.handleSearch(a)})},d.prototype._transferTabIndex=function(a){this.$search.attr("tabindex",this.$selection.attr("tabindex")),this.$selection.attr("tabindex","-1")},d.prototype.createPlaceholder=function(a,b){this.$search.attr("placeholder",b.text)},d.prototype.update=function(a,b){var c=this.$search[0]==document.activeElement;this.$search.attr("placeholder",""),a.call(this,b),this.$selection.find(".select2-selection__rendered").append(this.$searchContainer),this.resizeSearch(),c&&this.$search.focus()},d.prototype.handleSearch=function(){if(this.resizeSearch(),!this._keyUpPrevented){var a=this.$search.val();this.trigger("query",{term:a})}this._keyUpPrevented=!1},d.prototype.searchRemoveChoice=function(a,b){this.trigger("unselect",{data:b}),this.$search.val(b.text),this.handleSearch()},d.prototype.resizeSearch=function(){this.$search.css("width","25px");var a="";if(""!==this.$search.attr("placeholder"))a=this.$selection.find(".select2-selection__rendered").innerWidth();else{a=.75*(this.$search.val().length+1)+"em"}this.$search.css("width",a)},d}),a.define("select2/selection/eventRelay",["jquery"],function(a){function b(){}return b.prototype.bind=function(b,c,d){var e=this,f=["open","opening","close","closing","select","selecting","unselect","unselecting"],g=["opening","closing","selecting","unselecting"];b.call(this,c,d),c.on("*",function(b,c){if(-1!==a.inArray(b,f)){c=c||{};var d=a.Event("select2:"+b,{params:c});e.$element.trigger(d),-1!==a.inArray(b,g)&&(c.prevented=d.isDefaultPrevented())}})},b}),a.define("select2/translation",["jquery","require"],function(a,b){function c(a){this.dict=a||{}}return c.prototype.all=function(){return this.dict},c.prototype.get=function(a){return this.dict[a]},c.prototype.extend=function(b){this.dict=a.extend({},b.all(),this.dict)},c._cache={},c.loadPath=function(a){if(!(a in c._cache)){var d=b(a);c._cache[a]=d}return new c(c._cache[a])},c}),a.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","Ƣ":"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","ƣ":"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","Ά":"Α","Έ":"Ε","Ή":"Η","Ί":"Ι","Ϊ":"Ι","Ό":"Ο","Ύ":"Υ","Ϋ":"Υ","Ώ":"Ω","ά":"α","έ":"ε","ή":"η","ί":"ι","ϊ":"ι","ΐ":"ι","ό":"ο","ύ":"υ","ϋ":"υ","ΰ":"υ","ω":"ω","ς":"σ"}}),a.define("select2/data/base",["../utils"],function(a){function b(a,c){b.__super__.constructor.call(this)}return a.Extend(b,a.Observable),b.prototype.current=function(a){throw new Error("The `current` method must be defined in child classes.")},b.prototype.query=function(a,b){throw new Error("The `query` method must be defined in child classes.")},b.prototype.bind=function(a,b){},b.prototype.destroy=function(){},b.prototype.generateResultId=function(b,c){var d=b.id+"-result-";return d+=a.generateChars(4),null!=c.id?d+="-"+c.id.toString():d+="-"+a.generateChars(4),d},b}),a.define("select2/data/select",["./base","../utils","jquery"],function(a,b,c){function d(a,b){this.$element=a,this.options=b,d.__super__.constructor.call(this)}return b.Extend(d,a),d.prototype.current=function(a){var b=[],d=this;this.$element.find(":selected").each(function(){var a=c(this),e=d.item(a);b.push(e)}),a(b)},d.prototype.select=function(a){var b=this;if(a.selected=!0,c(a.element).is("option"))return a.element.selected=!0,void this.$element.trigger("change");if(this.$element.prop("multiple"))this.current(function(d){var e=[];a=[a],a.push.apply(a,d)
6
- ;for(var f=0;f<a.length;f++){var g=a[f].id;-1===c.inArray(g,e)&&e.push(g)}b.$element.val(e),b.$element.trigger("change")});else{var d=a.id;this.$element.val(d),this.$element.trigger("change")}},d.prototype.unselect=function(a){var b=this;if(this.$element.prop("multiple")){if(a.selected=!1,c(a.element).is("option"))return a.element.selected=!1,void this.$element.trigger("change");this.current(function(d){for(var e=[],f=0;f<d.length;f++){var g=d[f].id;g!==a.id&&-1===c.inArray(g,e)&&e.push(g)}b.$element.val(e),b.$element.trigger("change")})}},d.prototype.bind=function(a,b){var c=this;this.container=a,a.on("select",function(a){c.select(a.data)}),a.on("unselect",function(a){c.unselect(a.data)})},d.prototype.destroy=function(){this.$element.find("*").each(function(){c.removeData(this,"data")})},d.prototype.query=function(a,b){var d=[],e=this;this.$element.children().each(function(){var b=c(this);if(b.is("option")||b.is("optgroup")){var f=e.item(b),g=e.matches(a,f);null!==g&&d.push(g)}}),b({results:d})},d.prototype.addOptions=function(a){b.appendMany(this.$element,a)},d.prototype.option=function(a){var b;a.children?(b=document.createElement("optgroup"),b.label=a.text):(b=document.createElement("option"),void 0!==b.textContent?b.textContent=a.text:b.innerText=a.text),a.id&&(b.value=a.id),a.disabled&&(b.disabled=!0),a.selected&&(b.selected=!0),a.title&&(b.title=a.title);var d=c(b),e=this._normalizeItem(a);return e.element=b,c.data(b,"data",e),d},d.prototype.item=function(a){var b={};if(null!=(b=c.data(a[0],"data")))return b;if(a.is("option"))b={id:a.val(),text:a.text(),disabled:a.prop("disabled"),selected:a.prop("selected"),title:a.prop("title")};else if(a.is("optgroup")){b={text:a.prop("label"),children:[],title:a.prop("title")};for(var d=a.children("option"),e=[],f=0;f<d.length;f++){var g=c(d[f]),h=this.item(g);e.push(h)}b.children=e}return b=this._normalizeItem(b),b.element=a[0],c.data(a[0],"data",b),b},d.prototype._normalizeItem=function(a){c.isPlainObject(a)||(a={id:a,text:a}),a=c.extend({},{text:""},a);var b={selected:!1,disabled:!1};return null!=a.id&&(a.id=a.id.toString()),null!=a.text&&(a.text=a.text.toString()),null==a._resultId&&a.id&&null!=this.container&&(a._resultId=this.generateResultId(this.container,a)),c.extend({},b,a)},d.prototype.matches=function(a,b){return this.options.get("matcher")(a,b)},d}),a.define("select2/data/array",["./select","../utils","jquery"],function(a,b,c){function d(a,b){var c=b.get("data")||[];d.__super__.constructor.call(this,a,b),this.addOptions(this.convertToOptions(c))}return b.Extend(d,a),d.prototype.select=function(a){var b=this.$element.find("option").filter(function(b,c){return c.value==a.id.toString()});0===b.length&&(b=this.option(a),this.addOptions(b)),d.__super__.select.call(this,a)},d.prototype.convertToOptions=function(a){for(var d=this,e=this.$element.find("option"),f=e.map(function(){return d.item(c(this)).id}).get(),g=[],h=0;h<a.length;h++){var i=this._normalizeItem(a[h]);if(c.inArray(i.id,f)>=0){var j=e.filter(function(a){return function(){return c(this).val()==a.id}}(i)),k=this.item(j),l=c.extend(!0,{},i,k),m=this.option(l);j.replaceWith(m)}else{var n=this.option(i);if(i.children){var o=this.convertToOptions(i.children);b.appendMany(n,o)}g.push(n)}}return g},d}),a.define("select2/data/ajax",["./array","../utils","jquery"],function(a,b,c){function d(a,b){this.ajaxOptions=this._applyDefaults(b.get("ajax")),null!=this.ajaxOptions.processResults&&(this.processResults=this.ajaxOptions.processResults),d.__super__.constructor.call(this,a,b)}return b.Extend(d,a),d.prototype._applyDefaults=function(a){var b={data:function(a){return c.extend({},a,{q:a.term})},transport:function(a,b,d){var e=c.ajax(a);return e.then(b),e.fail(d),e}};return c.extend({},b,a,!0)},d.prototype.processResults=function(a){return a},d.prototype.query=function(a,b){function d(){var d=f.transport(f,function(d){var f=e.processResults(d,a);e.options.get("debug")&&window.console&&console.error&&(f&&f.results&&c.isArray(f.results)||console.error("Select2: The AJAX results did not return an array in the `results` key of the response.")),b(f)},function(){d.status&&"0"===d.status||e.trigger("results:message",{message:"errorLoading"})});e._request=d}var e=this;null!=this._request&&(c.isFunction(this._request.abort)&&this._request.abort(),this._request=null);var f=c.extend({type:"GET"},this.ajaxOptions);"function"==typeof f.url&&(f.url=f.url.call(this.$element,a)),"function"==typeof f.data&&(f.data=f.data.call(this.$element,a)),this.ajaxOptions.delay&&null!=a.term?(this._queryTimeout&&window.clearTimeout(this._queryTimeout),this._queryTimeout=window.setTimeout(d,this.ajaxOptions.delay)):d()},d}),a.define("select2/data/tags",["jquery"],function(a){function b(b,c,d){var e=d.get("tags"),f=d.get("createTag");void 0!==f&&(this.createTag=f);var g=d.get("insertTag");if(void 0!==g&&(this.insertTag=g),b.call(this,c,d),a.isArray(e))for(var h=0;h<e.length;h++){var i=e[h],j=this._normalizeItem(i),k=this.option(j);this.$element.append(k)}}return b.prototype.query=function(a,b,c){function d(a,f){for(var g=a.results,h=0;h<g.length;h++){var i=g[h],j=null!=i.children&&!d({results:i.children},!0);if(i.text===b.term||j)return!f&&(a.data=g,void c(a))}if(f)return!0;var k=e.createTag(b);if(null!=k){var l=e.option(k);l.attr("data-select2-tag",!0),e.addOptions([l]),e.insertTag(g,k)}a.results=g,c(a)}var e=this;if(this._removeOldTags(),null==b.term||null!=b.page)return void a.call(this,b,c);a.call(this,b,d)},b.prototype.createTag=function(b,c){var d=a.trim(c.term);return""===d?null:{id:d,text:d}},b.prototype.insertTag=function(a,b,c){b.unshift(c)},b.prototype._removeOldTags=function(b){this._lastTag;this.$element.find("option[data-select2-tag]").each(function(){this.selected||a(this).remove()})},b}),a.define("select2/data/tokenizer",["jquery"],function(a){function b(a,b,c){var d=c.get("tokenizer");void 0!==d&&(this.tokenizer=d),a.call(this,b,c)}return b.prototype.bind=function(a,b,c){a.call(this,b,c),this.$search=b.dropdown.$search||b.selection.$search||c.find(".select2-search__field")},b.prototype.query=function(b,c,d){function e(b){var c=g._normalizeItem(b);if(!g.$element.find("option").filter(function(){return a(this).val()===c.id}).length){var d=g.option(c);d.attr("data-select2-tag",!0),g._removeOldTags(),g.addOptions([d])}f(c)}function f(a){g.trigger("select",{data:a})}var g=this;c.term=c.term||"";var h=this.tokenizer(c,this.options,e);h.term!==c.term&&(this.$search.length&&(this.$search.val(h.term),this.$search.focus()),c.term=h.term),b.call(this,c,d)},b.prototype.tokenizer=function(b,c,d,e){for(var f=d.get("tokenSeparators")||[],g=c.term,h=0,i=this.createTag||function(a){return{id:a.term,text:a.term}};h<g.length;){var j=g[h];if(-1!==a.inArray(j,f)){var k=g.substr(0,h),l=a.extend({},c,{term:k}),m=i(l);null!=m?(e(m),g=g.substr(h+1)||"",h=0):h++}else h++}return{term:g}},b}),a.define("select2/data/minimumInputLength",[],function(){function a(a,b,c){this.minimumInputLength=c.get("minimumInputLength"),a.call(this,b,c)}return a.prototype.query=function(a,b,c){if(b.term=b.term||"",b.term.length<this.minimumInputLength)return void this.trigger("results:message",{message:"inputTooShort",args:{minimum:this.minimumInputLength,input:b.term,params:b}});a.call(this,b,c)},a}),a.define("select2/data/maximumInputLength",[],function(){function a(a,b,c){this.maximumInputLength=c.get("maximumInputLength"),a.call(this,b,c)}return a.prototype.query=function(a,b,c){if(b.term=b.term||"",this.maximumInputLength>0&&b.term.length>this.maximumInputLength)return void this.trigger("results:message",{message:"inputTooLong",args:{maximum:this.maximumInputLength,input:b.term,params:b}});a.call(this,b,c)},a}),a.define("select2/data/maximumSelectionLength",[],function(){function a(a,b,c){this.maximumSelectionLength=c.get("maximumSelectionLength"),a.call(this,b,c)}return a.prototype.query=function(a,b,c){var d=this;this.current(function(e){var f=null!=e?e.length:0;if(d.maximumSelectionLength>0&&f>=d.maximumSelectionLength)return void d.trigger("results:message",{message:"maximumSelected",args:{maximum:d.maximumSelectionLength}});a.call(d,b,c)})},a}),a.define("select2/dropdown",["jquery","./utils"],function(a,b){function c(a,b){this.$element=a,this.options=b,c.__super__.constructor.call(this)}return b.Extend(c,b.Observable),c.prototype.render=function(){var b=a('<span class="select2-dropdown"><span class="select2-results"></span></span>');return b.attr("dir",this.options.get("dir")),this.$dropdown=b,b},c.prototype.bind=function(){},c.prototype.position=function(a,b){},c.prototype.destroy=function(){this.$dropdown.remove()},c}),a.define("select2/dropdown/search",["jquery","../utils"],function(a,b){function c(){}return c.prototype.render=function(b){var c=b.call(this),d=a('<span class="select2-search select2-search--dropdown"><input class="select2-search__field" type="search" tabindex="-1" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" role="textbox" /></span>');return this.$searchContainer=d,this.$search=d.find("input"),c.prepend(d),c},c.prototype.bind=function(b,c,d){var e=this;b.call(this,c,d),this.$search.on("keydown",function(a){e.trigger("keypress",a),e._keyUpPrevented=a.isDefaultPrevented()}),this.$search.on("input",function(b){a(this).off("keyup")}),this.$search.on("keyup input",function(a){e.handleSearch(a)}),c.on("open",function(){e.$search.attr("tabindex",0),e.$search.focus(),window.setTimeout(function(){e.$search.focus()},0)}),c.on("close",function(){e.$search.attr("tabindex",-1),e.$search.val("")}),c.on("focus",function(){c.isOpen()&&e.$search.focus()}),c.on("results:all",function(a){if(null==a.query.term||""===a.query.term){e.showSearch(a)?e.$searchContainer.removeClass("select2-search--hide"):e.$searchContainer.addClass("select2-search--hide")}})},c.prototype.handleSearch=function(a){if(!this._keyUpPrevented){var b=this.$search.val();this.trigger("query",{term:b})}this._keyUpPrevented=!1},c.prototype.showSearch=function(a,b){return!0},c}),a.define("select2/dropdown/hidePlaceholder",[],function(){function a(a,b,c,d){this.placeholder=this.normalizePlaceholder(c.get("placeholder")),a.call(this,b,c,d)}return a.prototype.append=function(a,b){b.results=this.removePlaceholder(b.results),a.call(this,b)},a.prototype.normalizePlaceholder=function(a,b){return"string"==typeof b&&(b={id:"",text:b}),b},a.prototype.removePlaceholder=function(a,b){for(var c=b.slice(0),d=b.length-1;d>=0;d--){var e=b[d];this.placeholder.id===e.id&&c.splice(d,1)}return c},a}),a.define("select2/dropdown/infiniteScroll",["jquery"],function(a){function b(a,b,c,d){this.lastParams={},a.call(this,b,c,d),this.$loadingMore=this.createLoadingMore(),this.loading=!1}return b.prototype.append=function(a,b){this.$loadingMore.remove(),this.loading=!1,a.call(this,b),this.showLoadingMore(b)&&this.$results.append(this.$loadingMore)},b.prototype.bind=function(b,c,d){var e=this;b.call(this,c,d),c.on("query",function(a){e.lastParams=a,e.loading=!0}),c.on("query:append",function(a){e.lastParams=a,e.loading=!0}),this.$results.on("scroll",function(){var b=a.contains(document.documentElement,e.$loadingMore[0]);if(!e.loading&&b){e.$results.offset().top+e.$results.outerHeight(!1)+50>=e.$loadingMore.offset().top+e.$loadingMore.outerHeight(!1)&&e.loadMore()}})},b.prototype.loadMore=function(){this.loading=!0;var b=a.extend({},{page:1},this.lastParams);b.page++,this.trigger("query:append",b)},b.prototype.showLoadingMore=function(a,b){return b.pagination&&b.pagination.more},b.prototype.createLoadingMore=function(){var b=a('<li class="select2-results__option select2-results__option--load-more"role="treeitem" aria-disabled="true"></li>'),c=this.options.get("translations").get("loadingMore");return b.html(c(this.lastParams)),b},b}),a.define("select2/dropdown/attachBody",["jquery","../utils"],function(a,b){function c(b,c,d){this.$dropdownParent=d.get("dropdownParent")||a(document.body),b.call(this,c,d)}return c.prototype.bind=function(a,b,c){var d=this,e=!1;a.call(this,b,c),b.on("open",function(){d._showDropdown(),d._attachPositioningHandler(b),e||(e=!0,b.on("results:all",function(){d._positionDropdown(),d._resizeDropdown()}),b.on("results:append",function(){d._positionDropdown(),d._resizeDropdown()}))}),b.on("close",function(){d._hideDropdown(),d._detachPositioningHandler(b)}),this.$dropdownContainer.on("mousedown",function(a){a.stopPropagation()})},c.prototype.destroy=function(a){a.call(this),this.$dropdownContainer.remove()},c.prototype.position=function(a,b,c){b.attr("class",c.attr("class")),b.removeClass("select2"),b.addClass("select2-container--open"),b.css({position:"absolute",top:-999999}),this.$container=c},c.prototype.render=function(b){var c=a("<span></span>"),d=b.call(this);return c.append(d),this.$dropdownContainer=c,c},c.prototype._hideDropdown=function(a){this.$dropdownContainer.detach()},c.prototype._attachPositioningHandler=function(c,d){var e=this,f="scroll.select2."+d.id,g="resize.select2."+d.id,h="orientationchange.select2."+d.id,i=this.$container.parents().filter(b.hasScroll);i.each(function(){a(this).data("select2-scroll-position",{x:a(this).scrollLeft(),y:a(this).scrollTop()})}),i.on(f,function(b){var c=a(this).data("select2-scroll-position");a(this).scrollTop(c.y)}),a(window).on(f+" "+g+" "+h,function(a){e._positionDropdown(),e._resizeDropdown()})},c.prototype._detachPositioningHandler=function(c,d){var e="scroll.select2."+d.id,f="resize.select2."+d.id,g="orientationchange.select2."+d.id;this.$container.parents().filter(b.hasScroll).off(e),a(window).off(e+" "+f+" "+g)},c.prototype._positionDropdown=function(){var b=a(window),c=this.$dropdown.hasClass("select2-dropdown--above"),d=this.$dropdown.hasClass("select2-dropdown--below"),e=null,f=this.$container.offset();f.bottom=f.top+this.$container.outerHeight(!1);var g={height:this.$container.outerHeight(!1)};g.top=f.top,g.bottom=f.top+g.height;var h={height:this.$dropdown.outerHeight(!1)},i={top:b.scrollTop(),bottom:b.scrollTop()+b.height()},j=i.top<f.top-h.height,k=i.bottom>f.bottom+h.height,l={left:f.left,top:g.bottom},m=this.$dropdownParent;"static"===m.css("position")&&(m=m.offsetParent());var n=m.offset();l.top-=n.top,l.left-=n.left,c||d||(e="below"),k||!j||c?!j&&k&&c&&(e="below"):e="above",("above"==e||c&&"below"!==e)&&(l.top=g.top-n.top-h.height),null!=e&&(this.$dropdown.removeClass("select2-dropdown--below select2-dropdown--above").addClass("select2-dropdown--"+e),this.$container.removeClass("select2-container--below select2-container--above").addClass("select2-container--"+e)),this.$dropdownContainer.css(l)},c.prototype._resizeDropdown=function(){var a={width:this.$container.outerWidth(!1)+"px"};this.options.get("dropdownAutoWidth")&&(a.minWidth=a.width,a.position="relative",a.width="auto"),this.$dropdown.css(a)},c.prototype._showDropdown=function(a){this.$dropdownContainer.appendTo(this.$dropdownParent),this._positionDropdown(),this._resizeDropdown()},c}),a.define("select2/dropdown/minimumResultsForSearch",[],function(){function a(b){for(var c=0,d=0;d<b.length;d++){var e=b[d];e.children?c+=a(e.children):c++}return c}function b(a,b,c,d){this.minimumResultsForSearch=c.get("minimumResultsForSearch"),this.minimumResultsForSearch<0&&(this.minimumResultsForSearch=1/0),a.call(this,b,c,d)}return b.prototype.showSearch=function(b,c){return!(a(c.data.results)<this.minimumResultsForSearch)&&b.call(this,c)},b}),a.define("select2/dropdown/selectOnClose",[],function(){function a(){}return a.prototype.bind=function(a,b,c){var d=this;a.call(this,b,c),b.on("close",function(a){d._handleSelectOnClose(a)})},a.prototype._handleSelectOnClose=function(a,b){if(b&&null!=b.originalSelect2Event){var c=b.originalSelect2Event;if("select"===c._type||"unselect"===c._type)return}var d=this.getHighlightedResults();if(!(d.length<1)){var e=d.data("data");null!=e.element&&e.element.selected||null==e.element&&e.selected||this.trigger("select",{data:e})}},a}),a.define("select2/dropdown/closeOnSelect",[],function(){function a(){}return a.prototype.bind=function(a,b,c){var d=this;a.call(this,b,c),b.on("select",function(a){d._selectTriggered(a)}),b.on("unselect",function(a){d._selectTriggered(a)})},a.prototype._selectTriggered=function(a,b){var c=b.originalEvent;c&&c.ctrlKey||this.trigger("close",{originalEvent:c,originalSelect2Event:b})},a}),a.define("select2/i18n/en",[],function(){return{errorLoading:function(){return"The results could not be loaded."},inputTooLong:function(a){var b=a.input.length-a.maximum,c="Please delete "+b+" character";return 1!=b&&(c+="s"),c},inputTooShort:function(a){return"Please enter "+(a.minimum-a.input.length)+" or more characters"},loadingMore:function(){return"Loading more results…"},maximumSelected:function(a){var b="You can only select "+a.maximum+" item";return 1!=a.maximum&&(b+="s"),b},noResults:function(){return"No results found"},searching:function(){return"Searching…"}}}),a.define("select2/defaults",["jquery","require","./results","./selection/single","./selection/multiple","./selection/placeholder","./selection/allowClear","./selection/search","./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","./i18n/en"],function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z,A,B,C){function D(){this.reset()}return D.prototype.apply=function(l){if(l=a.extend(!0,{},this.defaults,l),null==l.dataAdapter){if(null!=l.ajax?l.dataAdapter=o:null!=l.data?l.dataAdapter=n:l.dataAdapter=m,l.minimumInputLength>0&&(l.dataAdapter=j.Decorate(l.dataAdapter,r)),l.maximumInputLength>0&&(l.dataAdapter=j.Decorate(l.dataAdapter,s)),l.maximumSelectionLength>0&&(l.dataAdapter=j.Decorate(l.dataAdapter,t)),l.tags&&(l.dataAdapter=j.Decorate(l.dataAdapter,p)),null==l.tokenSeparators&&null==l.tokenizer||(l.dataAdapter=j.Decorate(l.dataAdapter,q)),null!=l.query){var C=b(l.amdBase+"compat/query");l.dataAdapter=j.Decorate(l.dataAdapter,C)}if(null!=l.initSelection){var D=b(l.amdBase+"compat/initSelection");l.dataAdapter=j.Decorate(l.dataAdapter,D)}}if(null==l.resultsAdapter&&(l.resultsAdapter=c,null!=l.ajax&&(l.resultsAdapter=j.Decorate(l.resultsAdapter,x)),null!=l.placeholder&&(l.resultsAdapter=j.Decorate(l.resultsAdapter,w)),l.selectOnClose&&(l.resultsAdapter=j.Decorate(l.resultsAdapter,A))),null==l.dropdownAdapter){if(l.multiple)l.dropdownAdapter=u;else{var E=j.Decorate(u,v);l.dropdownAdapter=E}if(0!==l.minimumResultsForSearch&&(l.dropdownAdapter=j.Decorate(l.dropdownAdapter,z)),l.closeOnSelect&&(l.dropdownAdapter=j.Decorate(l.dropdownAdapter,B)),null!=l.dropdownCssClass||null!=l.dropdownCss||null!=l.adaptDropdownCssClass){var F=b(l.amdBase+"compat/dropdownCss");l.dropdownAdapter=j.Decorate(l.dropdownAdapter,F)}l.dropdownAdapter=j.Decorate(l.dropdownAdapter,y)}if(null==l.selectionAdapter){if(l.multiple?l.selectionAdapter=e:l.selectionAdapter=d,null!=l.placeholder&&(l.selectionAdapter=j.Decorate(l.selectionAdapter,f)),l.allowClear&&(l.selectionAdapter=j.Decorate(l.selectionAdapter,g)),l.multiple&&(l.selectionAdapter=j.Decorate(l.selectionAdapter,h)),null!=l.containerCssClass||null!=l.containerCss||null!=l.adaptContainerCssClass){var G=b(l.amdBase+"compat/containerCss");l.selectionAdapter=j.Decorate(l.selectionAdapter,G)}l.selectionAdapter=j.Decorate(l.selectionAdapter,i)}if("string"==typeof l.language)if(l.language.indexOf("-")>0){var H=l.language.split("-"),I=H[0];l.language=[l.language,I]}else l.language=[l.language];if(a.isArray(l.language)){var J=new k;l.language.push("en");for(var K=l.language,L=0;L<K.length;L++){var M=K[L],N={};try{N=k.loadPath(M)}catch(a){try{M=this.defaults.amdLanguageBase+M,N=k.loadPath(M)}catch(a){l.debug&&window.console&&console.warn&&console.warn('Select2: The language file for "'+M+'" could not be automatically loaded. A fallback will be used instead.');continue}}J.extend(N)}l.translations=J}else{var O=k.loadPath(this.defaults.amdLanguageBase+"en"),P=new k(l.language);P.extend(O),l.translations=P}return l},D.prototype.reset=function(){function b(a){function b(a){return l[a]||a}return a.replace(/[^\u0000-\u007E]/g,b)}function c(d,e){if(""===a.trim(d.term))return e;if(e.children&&e.children.length>0){for(var f=a.extend(!0,{},e),g=e.children.length-1;g>=0;g--){null==c(d,e.children[g])&&f.children.splice(g,1)}return f.children.length>0?f:c(d,f)}var h=b(e.text).toUpperCase(),i=b(d.term).toUpperCase();return h.indexOf(i)>-1?e:null}this.defaults={amdBase:"./",amdLanguageBase:"./i18n/",closeOnSelect:!0,debug:!1,dropdownAutoWidth:!0,escapeMarkup:j.escapeMarkup,language:C,matcher:c,minimumInputLength:0,maximumInputLength:0,maximumSelectionLength:0,minimumResultsForSearch:0,selectOnClose:!1,containerCssClass:"wpmui-select2 :all:",dropdownCssClass:"wpmui-select2",sorter:function(a){return a},templateResult:function(a){return a.text},templateSelection:function(a){return a.text},theme:"default",width:"resolve"}},D.prototype.set=function(b,c){var d=a.camelCase(b),e={};e[d]=c;var f=j._convertData(e);a.extend(this.defaults,f)},new D}),a.define("select2/options",["require","jquery","./defaults","./utils"],function(a,b,c,d){function e(b,e){if(this.options=b,null!=e&&this.fromElement(e),this.options=c.apply(this.options),e&&e.is("input")){var f=a(this.get("amdBase")+"compat/inputData");this.options.dataAdapter=d.Decorate(this.options.dataAdapter,f)}}return e.prototype.fromElement=function(a){var c=["select2"];null==this.options.multiple&&(this.options.multiple=a.prop("multiple")),null==this.options.disabled&&(this.options.disabled=a.prop("disabled")),null==this.options.language&&(a.prop("lang")?this.options.language=a.prop("lang").toLowerCase():a.closest("[lang]").prop("lang")&&(this.options.language=a.closest("[lang]").prop("lang"))),null==this.options.dir&&(a.prop("dir")?this.options.dir=a.prop("dir"):a.closest("[dir]").prop("dir")?this.options.dir=a.closest("[dir]").prop("dir"):this.options.dir="ltr"),a.prop("disabled",this.options.disabled),a.prop("multiple",this.options.multiple),a.data("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.'),a.data("data",a.data("select2Tags")),a.data("tags",!0)),a.data("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."),a.attr("ajax--url",a.data("ajaxUrl")),a.data("ajax--url",a.data("ajaxUrl")));var e={};e=b.fn.jquery&&"1."==b.fn.jquery.substr(0,2)&&a[0].dataset?b.extend(!0,{},a[0].dataset,a.data()):a.data();var f=b.extend(!0,{},e);f=d._convertData(f);for(var g in f)b.inArray(g,c)>-1||(b.isPlainObject(this.options[g])?b.extend(this.options[g],f[g]):this.options[g]=f[g]);return this},e.prototype.get=function(a){return this.options[a]},e.prototype.set=function(a,b){this.options[a]=b},e}),a.define("select2/core",["jquery","./options","./utils","./keys"],function(a,b,c,d){var e=function(a,c){null!=a.data("select2")&&a.data("select2").destroy(),this.$element=a,this.id=this._generateId(a),c=c||{},this.options=new b(c,a),e.__super__.constructor.call(this);var d=a.attr("tabindex")||0;a.data("old-tabindex",d),a.attr("tabindex","-1");var f=this.options.get("dataAdapter");this.dataAdapter=new f(a,this.options);var g=this.render();this._placeContainer(g);var h=this.options.get("selectionAdapter");this.selection=new h(a,this.options),this.$selection=this.selection.render(),this.selection.position(this.$selection,g);var i=this.options.get("dropdownAdapter");this.dropdown=new i(a,this.options),this.$dropdown=this.dropdown.render(),this.dropdown.position(this.$dropdown,g);var j=this.options.get("resultsAdapter");this.results=new j(a,this.options,this.dataAdapter),this.$results=this.results.render(),this.results.position(this.$results,this.$dropdown);var k=this;this._bindAdapters(),this._registerDomEvents(),this._registerDataEvents(),this._registerSelectionEvents(),this._registerDropdownEvents(),this._registerResultsEvents(),this._registerEvents(),this.dataAdapter.current(function(a){k.trigger("selection:update",{data:a})}),a.addClass("select2-hidden-accessible"),a.attr("aria-hidden","true"),this._syncAttributes(),a.data("select2",this)};return c.Extend(e,c.Observable),e.prototype._generateId=function(a){var b="";return b=null!=a.attr("id")?a.attr("id"):null!=a.attr("name")?a.attr("name")+"-"+c.generateChars(2):c.generateChars(4),b=b.replace(/(:|\.|\[|\]|,)/g,""),b="select2-"+b},e.prototype._placeContainer=function(a){a.insertAfter(this.$element);var b=this._resolveWidth(this.$element,this.options.get("width"));null!=b&&a.css("width",b)},e.prototype._resolveWidth=function(a,b){if("resolve"==b){var c=this._resolveWidth(a,"style");return null!=c?c:this._resolveWidth(a,"element")}if("element"==b){var d=a.outerWidth(!1);return d<=0?"auto":d+"px"}if("style"==b){var e=a.attr("style");if("string"!=typeof e)return null;for(var f=e.split(";"),g=0,h=f.length;g<h;g+=1){var i=f[g].replace(/\s/g,""),j=i.match(/^width:(([-+]?([0-9]*\.)?[0-9]+)(px|em|ex|%|in|cm|mm|pt|pc))/i);if(null!==j&&j.length>=1)return j[1]}return null}return b},e.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)},e.prototype._registerDomEvents=function(){var b=this;this.$element.on("change.select2",function(){b.dataAdapter.current(function(a){b.trigger("selection:update",{data:a})})}),this.$element.on("focus.select2",function(a){b.trigger("focus",a)}),this._syncA=c.bind(this._syncAttributes,this),this._syncS=c.bind(this._syncSubtree,this),this.$element[0].attachEvent&&this.$element[0].attachEvent("onpropertychange",this._syncA);var d=window.MutationObserver||window.WebKitMutationObserver||window.MozMutationObserver;null!=d?(this._observer=new d(function(c){a.each(c,b._syncA),a.each(c,b._syncS)}),this._observer.observe(this.$element[0],{attributes:!0,childList:!0,subtree:!1})):this.$element[0].addEventListener&&(this.$element[0].addEventListener("DOMAttrModified",b._syncA,!1),this.$element[0].addEventListener("DOMNodeInserted",b._syncS,!1),this.$element[0].addEventListener("DOMNodeRemoved",b._syncS,!1))},e.prototype._registerDataEvents=function(){var a=this;this.dataAdapter.on("*",function(b,c){a.trigger(b,c)})},e.prototype._registerSelectionEvents=function(){var b=this,c=["toggle","focus"];this.selection.on("toggle",function(){b.toggleDropdown()}),this.selection.on("focus",function(a){b.focus(a)}),this.selection.on("*",function(d,e){-1===a.inArray(d,c)&&b.trigger(d,e)})},e.prototype._registerDropdownEvents=function(){var a=this;this.dropdown.on("*",function(b,c){a.trigger(b,c)})},e.prototype._registerResultsEvents=function(){var a=this;this.results.on("*",function(b,c){a.trigger(b,c)})},e.prototype._registerEvents=function(){var a=this;this.on("open",function(){a.$container.addClass("select2-container--open")}),this.on("close",function(){a.$container.removeClass("select2-container--open")}),this.on("enable",function(){a.$container.removeClass("select2-container--disabled")}),this.on("disable",function(){a.$container.addClass("select2-container--disabled")}),this.on("blur",function(){a.$container.removeClass("select2-container--focus")}),this.on("query",function(b){a.isOpen()||a.trigger("open",{}),this.dataAdapter.query(b,function(c){a.trigger("results:all",{data:c,query:b})})}),this.on("query:append",function(b){this.dataAdapter.query(b,function(c){a.trigger("results:append",{data:c,query:b})})}),this.on("keypress",function(b){var c=b.which;a.isOpen()?c===d.ESC||c===d.TAB||c===d.UP&&b.altKey?(a.close(),b.preventDefault()):c===d.ENTER?(a.trigger("results:select",{}),b.preventDefault()):c===d.SPACE&&b.ctrlKey?(a.trigger("results:toggle",{}),b.preventDefault()):c===d.UP?(a.trigger("results:previous",{}),b.preventDefault()):c===d.DOWN&&(a.trigger("results:next",{}),b.preventDefault()):(c===d.ENTER||c===d.SPACE||c===d.DOWN&&b.altKey)&&(a.open(),b.preventDefault())})},e.prototype._syncAttributes=function(){this.options.set("disabled",this.$element.prop("disabled")),this.options.get("disabled")?(this.isOpen()&&this.close(),this.trigger("disable",{})):this.trigger("enable",{})},e.prototype._syncSubtree=function(a,b){var c=!1,d=this;if(!a||!a.target||"OPTION"===a.target.nodeName||"OPTGROUP"===a.target.nodeName){if(b)if(b.addedNodes&&b.addedNodes.length>0)for(var e=0;e<b.addedNodes.length;e++){var f=b.addedNodes[e];f.selected&&(c=!0)}else b.removedNodes&&b.removedNodes.length>0&&(c=!0);else c=!0;c&&this.dataAdapter.current(function(a){d.trigger("selection:update",{data:a})})}},e.prototype.trigger=function(a,b){var c=e.__super__.trigger,d={open:"opening",close:"closing",select:"selecting",unselect:"unselecting"};if(void 0===b&&(b={}),a in d){var f=d[a],g={prevented:!1,name:a,args:b};if(c.call(this,f,g),g.prevented)return void(b.prevented=!0)}c.call(this,a,b)},e.prototype.toggleDropdown=function(){this.options.get("disabled")||(this.isOpen()?this.close():this.open())},e.prototype.open=function(){this.isOpen()||this.trigger("query",{})},e.prototype.close=function(){this.isOpen()&&this.trigger("close",{})},e.prototype.isOpen=function(){return this.$container.hasClass("select2-container--open")},e.prototype.hasFocus=function(){return this.$container.hasClass("select2-container--focus")},e.prototype.focus=function(a){this.hasFocus()||(this.$container.addClass("select2-container--focus"),this.trigger("focus",{}))},e.prototype.enable=function(a){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!=a&&0!==a.length||(a=[!0]);var b=!a[0];this.$element.prop("disabled",b)},e.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 a=[];return this.dataAdapter.current(function(b){a=b}),a},e.prototype.val=function(b){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==b||0===b.length)return this.$element.val();var c=b[0];a.isArray(c)&&(c=a.map(c,function(a){return a.toString()})),this.$element.val(c).trigger("change")},e.prototype.destroy=function(){this.$container.remove(),this.$element[0].detachEvent&&this.$element[0].detachEvent("onpropertychange",this._syncA),null!=this._observer?(this._observer.disconnect(),this._observer=null):this.$element[0].removeEventListener&&(this.$element[0].removeEventListener("DOMAttrModified",this._syncA,!1),this.$element[0].removeEventListener("DOMNodeInserted",this._syncS,!1),this.$element[0].removeEventListener("DOMNodeRemoved",this._syncS,!1)),this._syncA=null,this._syncS=null,this.$element.off(".select2"),this.$element.attr("tabindex",this.$element.data("old-tabindex")),this.$element.removeClass("select2-hidden-accessible"),this.$element.attr("aria-hidden","false"),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},e.prototype.render=function(){
7
  var b=a('<span class="select2 select2-container"><span class="selection"></span><span class="dropdown-wrapper" aria-hidden="true"></span></span>');return b.attr("dir",this.options.get("dir")),this.$container=b,this.$container.addClass("select2-container--"+this.options.get("theme")),b.data("element",this.$element),b},e}),a.define("select2/compat/utils",["jquery"],function(a){function b(b,c,d){var e,f,g=[];e=a.trim(b.attr("class")),e&&(e=""+e,a(e.split(/\s+/)).each(function(){0===this.indexOf("select2-")&&g.push(this)})),e=a.trim(c.attr("class")),e&&(e=""+e,a(e.split(/\s+/)).each(function(){0!==this.indexOf("select2-")&&null!=(f=d(this))&&g.push(f)})),b.attr("class",g.join(" "))}return{syncCssClasses:b}}),a.define("select2/compat/containerCss",["jquery","./utils"],function(a,b){function c(a){return null}function d(){}return d.prototype.render=function(d){var e=d.call(this),f=this.options.get("containerCssClass")||"";a.isFunction(f)&&(f=f(this.$element));var g=this.options.get("adaptContainerCssClass");if(g=g||c,-1!==f.indexOf(":all:")){f=f.replace(":all:","");var h=g;g=function(a){var b=h(a);return null!=b?b+" "+a:a}}var i=this.options.get("containerCss")||{};return a.isFunction(i)&&(i=i(this.$element)),b.syncCssClasses(e,this.$element,g),e.css(i),e.addClass(f),e},d}),a.define("select2/compat/dropdownCss",["jquery","./utils"],function(a,b){function c(a){return null}function d(){}return d.prototype.render=function(d){var e=d.call(this),f=this.options.get("dropdownCssClass")||"";a.isFunction(f)&&(f=f(this.$element));var g=this.options.get("adaptDropdownCssClass");if(g=g||c,-1!==f.indexOf(":all:")){f=f.replace(":all:","");var h=g;g=function(a){var b=h(a);return null!=b?b+" "+a:a}}var i=this.options.get("dropdownCss")||{};return a.isFunction(i)&&(i=i(this.$element)),b.syncCssClasses(e,this.$element,g),e.css(i),e.addClass(f),e},d}),a.define("select2/compat/initSelection",["jquery"],function(a){function b(a,b,c){c.get("debug")&&window.console&&console.warn&&console.warn("Select2: The `initSelection` option has been deprecated in favor of a custom data adapter that overrides the `current` method. This method is now called multiple times instead of a single time when the instance is initialized. Support will be removed for the `initSelection` option in future versions of Select2"),this.initSelection=c.get("initSelection"),this._isInitialized=!1,a.call(this,b,c)}return b.prototype.current=function(b,c){var d=this;if(this._isInitialized)return void b.call(this,c);this.initSelection.call(null,this.$element,function(b){d._isInitialized=!0,a.isArray(b)||(b=[b]),c(b)})},b}),a.define("select2/compat/inputData",["jquery"],function(a){function b(a,b,c){this._currentData=[],this._valueSeparator=c.get("valueSeparator")||",","hidden"===b.prop("type")&&c.get("debug")&&console&&console.warn&&console.warn("Select2: Using a hidden input with Select2 is no longer supported and may stop working in the future. It is recommended to use a `<select>` element instead."),a.call(this,b,c)}return b.prototype.current=function(b,c){function d(b,c){var e=[];return b.selected||-1!==a.inArray(b.id,c)?(b.selected=!0,e.push(b)):b.selected=!1,b.children&&e.push.apply(e,d(b.children,c)),e}for(var e=[],f=0;f<this._currentData.length;f++){var g=this._currentData[f];e.push.apply(e,d(g,this.$element.val().split(this._valueSeparator)))}c(e)},b.prototype.select=function(b,c){if(this.options.get("multiple")){var d=this.$element.val();d+=this._valueSeparator+c.id,this.$element.val(d),this.$element.trigger("change")}else this.current(function(b){a.map(b,function(a){a.selected=!1})}),this.$element.val(c.id),this.$element.trigger("change")},b.prototype.unselect=function(a,b){var c=this;b.selected=!1,this.current(function(a){for(var d=[],e=0;e<a.length;e++){var f=a[e];b.id!=f.id&&d.push(f.id)}c.$element.val(d.join(c._valueSeparator)),c.$element.trigger("change")})},b.prototype.query=function(a,b,c){for(var d=[],e=0;e<this._currentData.length;e++){var f=this._currentData[e],g=this.matches(b,f);null!==g&&d.push(g)}c({results:d})},b.prototype.addOptions=function(b,c){var d=a.map(c,function(b){return a.data(b[0],"data")});this._currentData.push.apply(this._currentData,d)},b}),a.define("select2/compat/matcher",["jquery"],function(a){function b(b){function c(c,d){var e=a.extend(!0,{},d);if(null==c.term||""===a.trim(c.term))return e;if(d.children){for(var f=d.children.length-1;f>=0;f--){var g=d.children[f];b(c.term,g.text,g)||e.children.splice(f,1)}if(e.children.length>0)return e}return b(c.term,d.text,d)?e:null}return c}return b}),a.define("select2/compat/query",[],function(){function a(a,b,c){c.get("debug")&&window.console&&console.warn&&console.warn("Select2: The `query` option has been deprecated in favor of a custom data adapter that overrides the `query` method. Support will be removed for the `query` option in future versions of Select2."),a.call(this,b,c)}return a.prototype.query=function(a,b,c){b.callback=c,this.options.get("query").call(null,b)},a}),a.define("select2/dropdown/attachContainer",[],function(){function a(a,b,c){a.call(this,b,c)}return a.prototype.position=function(a,b,c){c.find(".dropdown-wrapper").append(b),b.addClass("select2-dropdown--below"),c.addClass("select2-container--below")},a}),a.define("select2/dropdown/stopPropagation",[],function(){function a(){}return a.prototype.bind=function(a,b,c){a.call(this,b,c);var d=["blur","change","click","dblclick","focus","focusin","focusout","input","keydown","keyup","keypress","mousedown","mouseenter","mouseleave","mousemove","mouseover","mouseup","search","touchend","touchstart"];this.$dropdown.on(d.join(" "),function(a){a.stopPropagation()})},a}),a.define("select2/selection/stopPropagation",[],function(){function a(){}return a.prototype.bind=function(a,b,c){a.call(this,b,c);var d=["blur","change","click","dblclick","focus","focusin","focusout","input","keydown","keyup","keypress","mousedown","mouseenter","mouseleave","mousemove","mouseover","mouseup","search","touchend","touchstart"];this.$selection.on(d.join(" "),function(a){a.stopPropagation()})},a}),function(b){"function"==typeof a.define&&a.define.amd?a.define("jquery-mousewheel",["jquery"],b):"object"==typeof exports?module.exports=b:b(jQuery)}(function(a){function b(b){var g=b||window.event,h=i.call(arguments,1),j=0,l=0,m=0,n=0,o=0,p=0;if(b=a.event.fix(g),b.type="mousewheel","detail"in g&&(m=-1*g.detail),"wheelDelta"in g&&(m=g.wheelDelta),"wheelDeltaY"in g&&(m=g.wheelDeltaY),"wheelDeltaX"in g&&(l=-1*g.wheelDeltaX),"axis"in g&&g.axis===g.HORIZONTAL_AXIS&&(l=-1*m,m=0),j=0===m?l:m,"deltaY"in g&&(m=-1*g.deltaY,j=m),"deltaX"in g&&(l=g.deltaX,0===m&&(j=-1*l)),0!==m||0!==l){if(1===g.deltaMode){var q=a.data(this,"mousewheel-line-height");j*=q,m*=q,l*=q}else if(2===g.deltaMode){var r=a.data(this,"mousewheel-page-height");j*=r,m*=r,l*=r}if(n=Math.max(Math.abs(m),Math.abs(l)),(!f||n<f)&&(f=n,d(g,n)&&(f/=40)),d(g,n)&&(j/=40,l/=40,m/=40),j=Math[j>=1?"floor":"ceil"](j/f),l=Math[l>=1?"floor":"ceil"](l/f),m=Math[m>=1?"floor":"ceil"](m/f),k.settings.normalizeOffset&&this.getBoundingClientRect){var s=this.getBoundingClientRect();o=b.clientX-s.left,p=b.clientY-s.top}return b.deltaX=l,b.deltaY=m,b.deltaFactor=f,b.offsetX=o,b.offsetY=p,b.deltaMode=0,h.unshift(b,j,l,m),e&&clearTimeout(e),e=setTimeout(c,200),(a.event.dispatch||a.event.handle).apply(this,h)}}function c(){f=null}function d(a,b){return k.settings.adjustOldDeltas&&"mousewheel"===a.type&&b%120==0}var e,f,g=["wheel","mousewheel","DOMMouseScroll","MozMousePixelScroll"],h="onwheel"in document||document.documentMode>=9?["wheel"]:["mousewheel","DomMouseScroll","MozMousePixelScroll"],i=Array.prototype.slice;if(a.event.fixHooks)for(var j=g.length;j;)a.event.fixHooks[g[--j]]=a.event.mouseHooks;var k=a.event.special.mousewheel={version:"3.1.12",setup:function(){if(this.addEventListener)for(var c=h.length;c;)this.addEventListener(h[--c],b,!1);else this.onmousewheel=b;a.data(this,"mousewheel-line-height",k.getLineHeight(this)),a.data(this,"mousewheel-page-height",k.getPageHeight(this))},teardown:function(){if(this.removeEventListener)for(var c=h.length;c;)this.removeEventListener(h[--c],b,!1);else this.onmousewheel=null;a.removeData(this,"mousewheel-line-height"),a.removeData(this,"mousewheel-page-height")},getLineHeight:function(b){var c=a(b),d=c["offsetParent"in a.fn?"offsetParent":"parent"]();return d.length||(d=a("body")),parseInt(d.css("fontSize"),10)||parseInt(c.css("fontSize"),10)||16},getPageHeight:function(b){return a(b).height()},settings:{adjustOldDeltas:!0,normalizeOffset:!0}};a.fn.extend({mousewheel:function(a){return a?this.bind("mousewheel",a):this.trigger("mousewheel")},unmousewheel:function(a){return this.unbind("mousewheel",a)}})}),a.define("jquery.select2",["jquery","jquery-mousewheel","./select2/core","./select2/defaults"],function(a,b,c,d){if(null==a.fn.wpmuiSelect){var e=["open","close","destroy"];a.fn.wpmuiSelect=function(b){if("object"==typeof(b=b||{}))return this.each(function(){var d=a.extend(!0,{},b);new c(a(this),d)}),this;if("string"==typeof b){var d,f=Array.prototype.slice.call(arguments,1);return this.each(function(){var c=a(this).data("select2");null==c&&window.console&&console.error&&console.error("The select2('"+b+"') method was called on an element that is not using Select2."),d=c[b].apply(c,f)}),a.inArray(b,e)>-1?this:d}throw new Error("Invalid arguments for Select2: "+b)}}return null==a.fn.wpmuiSelect.defaults&&(a.fn.wpmuiSelect.defaults=d),c}),{define:a.define,require:a.require}}(),b=a.require("jquery.select2");return jQuery.fn.wpmuiSelect.amd=a,b});
1
  /*! WPMU Dev code library - v3.0.4
2
  * http://premium.wpmudev.org/
3
+ * Copyright (c) 2018; * Licensed GPLv2+ */
4
 
5
  !function(a){"function"==typeof define&&define.amd?define(["jquery"],a):a("object"==typeof exports?require("jquery"):jQuery)}(function(jQuery){var a=function(){if(jQuery&&jQuery.fn&&jQuery.fn.wpmuiSelect&&jQuery.fn.wpmuiSelect.amd)var a=jQuery.fn.wpmuiSelect.amd;var a;return function(){if(!a||!a.requirejs){a?c=a:a={};var b,c,d;!function(a){function e(a,b){return u.call(a,b)}function f(a,b){var c,d,e,f,g,h,i,j,k,l,m,n=b&&b.split("/"),o=s.map,p=o&&o["*"]||{};if(a&&"."===a.charAt(0))if(b){for(a=a.split("/"),g=a.length-1,s.nodeIdCompat&&w.test(a[g])&&(a[g]=a[g].replace(w,"")),a=n.slice(0,n.length-1).concat(a),k=0;k<a.length;k+=1)if("."===(m=a[k]))a.splice(k,1),k-=1;else if(".."===m){if(1===k&&(".."===a[2]||".."===a[0]))break;k>0&&(a.splice(k-1,2),k-=2)}a=a.join("/")}else 0===a.indexOf("./")&&(a=a.substring(2));if((n||p)&&o){for(c=a.split("/"),k=c.length;k>0;k-=1){if(d=c.slice(0,k).join("/"),n)for(l=n.length;l>0;l-=1)if((e=o[n.slice(0,l).join("/")])&&(e=e[d])){f=e,h=k;break}if(f)break;!i&&p&&p[d]&&(i=p[d],j=k)}!f&&i&&(f=i,h=j),f&&(c.splice(0,h,f),a=c.join("/"))}return a}function g(b,c){return function(){var d=v.call(arguments,0);return"string"!=typeof d[0]&&1===d.length&&d.push(null),n.apply(a,d.concat([b,c]))}}function h(a){return function(b){return f(b,a)}}function i(a){return function(b){q[a]=b}}function j(b){if(e(r,b)){var c=r[b];delete r[b],t[b]=!0,m.apply(a,c)}if(!e(q,b)&&!e(t,b))throw new Error("No "+b);return q[b]}function k(a){var b,c=a?a.indexOf("!"):-1;return c>-1&&(b=a.substring(0,c),a=a.substring(c+1,a.length)),[b,a]}function l(a){return function(){return s&&s.config&&s.config[a]||{}}}var m,n,o,p,q={},r={},s={},t={},u=Object.prototype.hasOwnProperty,v=[].slice,w=/\.js$/;o=function(a,b){var c,d=k(a),e=d[0];return a=d[1],e&&(e=f(e,b),c=j(e)),e?a=c&&c.normalize?c.normalize(a,h(b)):f(a,b):(a=f(a,b),d=k(a),e=d[0],a=d[1],e&&(c=j(e))),{f:e?e+"!"+a:a,n:a,pr:e,p:c}},p={require:function(a){return g(a)},exports:function(a){var b=q[a];return void 0!==b?b:q[a]={}},module:function(a){return{id:a,uri:"",exports:q[a],config:l(a)}}},m=function(b,c,d,f){var h,k,l,m,n,s,u=[],v=typeof d;if(f=f||b,"undefined"===v||"function"===v){for(c=!c.length&&d.length?["require","exports","module"]:c,n=0;n<c.length;n+=1)if(m=o(c[n],f),"require"===(k=m.f))u[n]=p.require(b);else if("exports"===k)u[n]=p.exports(b),s=!0;else if("module"===k)h=u[n]=p.module(b);else if(e(q,k)||e(r,k)||e(t,k))u[n]=j(k);else{if(!m.p)throw new Error(b+" missing "+k);m.p.load(m.n,g(f,!0),i(k),{}),u[n]=q[k]}l=d?d.apply(q[b],u):void 0,b&&(h&&h.exports!==a&&h.exports!==q[b]?q[b]=h.exports:l===a&&s||(q[b]=l))}else b&&(q[b]=d)},b=c=n=function(b,c,d,e,f){if("string"==typeof b)return p[b]?p[b](c):j(o(b,c).f);if(!b.splice){if(s=b,s.deps&&n(s.deps,s.callback),!c)return;c.splice?(b=c,c=d,d=null):b=a}return c=c||function(){},"function"==typeof d&&(d=e,e=f),e?m(a,b,c,d):setTimeout(function(){m(a,b,c,d)},4),n},n.config=function(a){return n(a)},b._defined=q,d=function(a,b,c){if("string"!=typeof a)throw new Error("See almond README: incorrect module build, no module name");b.splice||(c=b,b=[]),e(q,a)||e(r,a)||(r[a]=[a,b,c])},d.amd={jQuery:!0}}(),a.requirejs=b,a.require=c,a.define=d}}(),a.define("almond",function(){}),a.define("jquery",[],function(){var a=jQuery||$;return null==a&&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."),a}),a.define("select2/utils",["jquery"],function(a){function b(a){var b=a.prototype,c=[];for(var d in b){"function"==typeof b[d]&&("constructor"!==d&&c.push(d))}return c}var c={};c.Extend=function(a,b){function c(){this.constructor=a}var d={}.hasOwnProperty;for(var e in b)d.call(b,e)&&(a[e]=b[e]);return c.prototype=b.prototype,a.prototype=new c,a.__super__=b.prototype,a},c.Decorate=function(a,c){function d(){var b=Array.prototype.unshift,d=c.prototype.constructor.length,e=a.prototype.constructor;d>0&&(b.call(arguments,a.prototype.constructor),e=c.prototype.constructor),e.apply(this,arguments)}function e(){this.constructor=d}var f=b(c),g=b(a);c.displayName=a.displayName,d.prototype=new e;for(var h=0;h<g.length;h++){var i=g[h];d.prototype[i]=a.prototype[i]}for(var j=0;j<f.length;j++){var k=f[j];d.prototype[k]=function(a){var b=function(){};a in d.prototype&&(b=d.prototype[a]);var e=c.prototype[a];return function(){return Array.prototype.unshift.call(arguments,b),e.apply(this,arguments)}}(k)}return d};var d=function(){this.listeners={}};return d.prototype.on=function(a,b){this.listeners=this.listeners||{},a in this.listeners?this.listeners[a].push(b):this.listeners[a]=[b]},d.prototype.trigger=function(a){var b=Array.prototype.slice,c=b.call(arguments,1);this.listeners=this.listeners||{},null==c&&(c=[]),0===c.length&&c.push({}),c[0]._type=a,a in this.listeners&&this.invoke(this.listeners[a],b.call(arguments,1)),"*"in this.listeners&&this.invoke(this.listeners["*"],arguments)},d.prototype.invoke=function(a,b){for(var c=0,d=a.length;c<d;c++)a[c].apply(this,b)},c.Observable=d,c.generateChars=function(a){for(var b="",c=0;c<a;c++){b+=Math.floor(36*Math.random()).toString(36)}return b},c.bind=function(a,b){return function(){a.apply(b,arguments)}},c._convertData=function(a){for(var b in a){var c=b.split("-"),d=a;if(1!==c.length){for(var e=0;e<c.length;e++){var f=c[e];f=f.substring(0,1).toLowerCase()+f.substring(1),f in d||(d[f]={}),e==c.length-1&&(d[f]=a[b]),d=d[f]}delete a[b]}}return a},c.hasScroll=function(b,c){var d=a(c),e=c.style.overflowX,f=c.style.overflowY;return(e!==f||"hidden"!==f&&"visible"!==f)&&("scroll"===e||"scroll"===f||(d.innerHeight()<c.scrollHeight||d.innerWidth()<c.scrollWidth))},c.escapeMarkup=function(a){var b={"\\":"&#92;","&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;","/":"&#47;"};return"string"!=typeof a?a:String(a).replace(/[&<>"'\/\\]/g,function(a){return b[a]})},c.appendMany=function(b,c){if("1.7"===a.fn.jquery.substr(0,3)){var d=a();a.map(c,function(a){d=d.add(a)}),c=d}b.append(c)},c}),a.define("select2/results",["jquery","./utils"],function(a,b){function c(a,b,d){this.$element=a,this.data=d,this.options=b,c.__super__.constructor.call(this)}return b.Extend(c,b.Observable),c.prototype.render=function(){var b=a('<ul class="select2-results__options" role="tree"></ul>');return this.options.get("multiple")&&b.attr("aria-multiselectable","true"),this.$results=b,b},c.prototype.clear=function(){this.$results.empty()},c.prototype.displayMessage=function(b){var c=this.options.get("escapeMarkup");this.clear(),this.hideLoading();var d=a('<li role="treeitem" aria-live="assertive" class="select2-results__option"></li>'),e=this.options.get("translations").get(b.message);d.append(c(e(b.args))),d[0].className+=" select2-results__message",this.$results.append(d)},c.prototype.hideMessages=function(){this.$results.find(".select2-results__message").remove()},c.prototype.append=function(a){this.hideLoading();var b=[];if(null==a.results||0===a.results.length)return void(0===this.$results.children().length&&this.trigger("results:message",{message:"noResults"}));a.results=this.sort(a.results);for(var c=0;c<a.results.length;c++){var d=a.results[c],e=this.option(d);b.push(e)}this.$results.append(b)},c.prototype.position=function(a,b){b.find(".select2-results").append(a)},c.prototype.sort=function(a){return this.options.get("sorter")(a)},c.prototype.highlightFirstItem=function(){var a=this.$results.find(".select2-results__option[aria-selected]"),b=a.filter("[aria-selected=true]");b.length>0?b.first().trigger("mouseenter"):a.first().trigger("mouseenter"),this.ensureHighlightVisible()},c.prototype.setClasses=function(){var b=this;this.data.current(function(c){var d=a.map(c,function(a){return a.id.toString()});b.$results.find(".select2-results__option[aria-selected]").each(function(){var b=a(this),c=a.data(this,"data"),e=""+c.id;null!=c.element&&c.element.selected||null==c.element&&a.inArray(e,d)>-1?b.attr("aria-selected","true"):b.attr("aria-selected","false")})})},c.prototype.showLoading=function(a){this.hideLoading();var b=this.options.get("translations").get("searching"),c={disabled:!0,loading:!0,text:b(a)},d=this.option(c);d.className+=" loading-results",this.$results.prepend(d)},c.prototype.hideLoading=function(){this.$results.find(".loading-results").remove()},c.prototype.option=function(b){var c=document.createElement("li");c.className="select2-results__option";var d={role:"treeitem","aria-selected":"false"};b.disabled&&(delete d["aria-selected"],d["aria-disabled"]="true"),null==b.id&&delete d["aria-selected"],null!=b._resultId&&(c.id=b._resultId),b.title&&(c.title=b.title),b.children&&(d.role="group",d["aria-label"]=b.text,delete d["aria-selected"]);for(var e in d){var f=d[e];c.setAttribute(e,f)}if(b.children){var g=a(c),h=document.createElement("strong");h.className="select2-results__group";a(h);this.template(b,h);for(var i=[],j=0;j<b.children.length;j++){var k=b.children[j],l=this.option(k);i.push(l)}var m=a("<ul></ul>",{class:"select2-results__options select2-results__options--nested"});m.append(i),g.append(h),g.append(m)}else this.template(b,c);return a.data(c,"data",b),c},c.prototype.bind=function(b,c){var d=this,e=b.id+"-results";this.$results.attr("id",e),b.on("results:all",function(a){d.clear(),d.append(a.data),b.isOpen()&&(d.setClasses(),d.highlightFirstItem())}),b.on("results:append",function(a){d.append(a.data),b.isOpen()&&d.setClasses()}),b.on("query",function(a){d.hideMessages(),d.showLoading(a)}),b.on("select",function(){b.isOpen()&&(d.setClasses(),d.highlightFirstItem())}),b.on("unselect",function(){b.isOpen()&&(d.setClasses(),d.highlightFirstItem())}),b.on("open",function(){d.$results.attr("aria-expanded","true"),d.$results.attr("aria-hidden","false"),d.setClasses(),d.ensureHighlightVisible()}),b.on("close",function(){d.$results.attr("aria-expanded","false"),d.$results.attr("aria-hidden","true"),d.$results.removeAttr("aria-activedescendant")}),b.on("results:toggle",function(){var a=d.getHighlightedResults();0!==a.length&&a.trigger("mouseup")}),b.on("results:select",function(){var a=d.getHighlightedResults();if(0!==a.length){var b=a.data("data");"true"==a.attr("aria-selected")?d.trigger("close",{}):d.trigger("select",{data:b})}}),b.on("results:previous",function(){var a=d.getHighlightedResults(),b=d.$results.find("[aria-selected]"),c=b.index(a);if(0!==c){var e=c-1;0===a.length&&(e=0);var f=b.eq(e);f.trigger("mouseenter");var g=d.$results.offset().top,h=f.offset().top,i=d.$results.scrollTop()+(h-g);0===e?d.$results.scrollTop(0):h-g<0&&d.$results.scrollTop(i)}}),b.on("results:next",function(){var a=d.getHighlightedResults(),b=d.$results.find("[aria-selected]"),c=b.index(a),e=c+1;if(!(e>=b.length)){var f=b.eq(e);f.trigger("mouseenter");var g=d.$results.offset().top+d.$results.outerHeight(!1),h=f.offset().top+f.outerHeight(!1),i=d.$results.scrollTop()+h-g;0===e?d.$results.scrollTop(0):h>g&&d.$results.scrollTop(i)}}),b.on("results:focus",function(a){a.element.addClass("select2-results__option--highlighted")}),b.on("results:message",function(a){d.displayMessage(a)}),a.fn.mousewheel&&this.$results.on("mousewheel",function(a){var b=d.$results.scrollTop(),c=d.$results.get(0).scrollHeight-b+a.deltaY,e=a.deltaY>0&&b-a.deltaY<=0,f=a.deltaY<0&&c<=d.$results.height();e?(d.$results.scrollTop(0),a.preventDefault(),a.stopPropagation()):f&&(d.$results.scrollTop(d.$results.get(0).scrollHeight-d.$results.height()),a.preventDefault(),a.stopPropagation())}),this.$results.on("mouseup",".select2-results__option[aria-selected]",function(b){var c=a(this),e=c.data("data");if("true"===c.attr("aria-selected"))return void(d.options.get("multiple")?d.trigger("unselect",{originalEvent:b,data:e}):d.trigger("close",{}));d.trigger("select",{originalEvent:b,data:e})}),this.$results.on("mouseenter",".select2-results__option[aria-selected]",function(b){var c=a(this).data("data");d.getHighlightedResults().removeClass("select2-results__option--highlighted"),d.trigger("results:focus",{data:c,element:a(this)})})},c.prototype.getHighlightedResults=function(){return this.$results.find(".select2-results__option--highlighted")},c.prototype.destroy=function(){this.$results.remove()},c.prototype.ensureHighlightVisible=function(){var a=this.getHighlightedResults();if(0!==a.length){var b=this.$results.find("[aria-selected]"),c=b.index(a),d=this.$results.offset().top,e=a.offset().top,f=this.$results.scrollTop()+(e-d),g=e-d;f-=2*a.outerHeight(!1),c<=2?this.$results.scrollTop(0):(g>this.$results.outerHeight()||g<0)&&this.$results.scrollTop(f)}},c.prototype.template=function(b,c){var d=this.options.get("templateResult"),e=this.options.get("escapeMarkup"),f=d(b,c);null==f?c.style.display="none":"string"==typeof f?c.innerHTML=e(f):a(c).append(f)},c}),a.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}}),a.define("select2/selection/base",["jquery","../utils","../keys"],function(a,b,c){function d(a,b){this.$element=a,this.options=b,d.__super__.constructor.call(this)}return b.Extend(d,b.Observable),d.prototype.render=function(){var b=a('<span class="select2-selection" role="combobox" aria-haspopup="true" aria-expanded="false"></span>');return this._tabindex=0,null!=this.$element.data("old-tabindex")?this._tabindex=this.$element.data("old-tabindex"):null!=this.$element.attr("tabindex")&&(this._tabindex=this.$element.attr("tabindex")),b.attr("title",this.$element.attr("title")),b.attr("tabindex",this._tabindex),this.$selection=b,b},d.prototype.bind=function(a,b){var d=this,e=(a.id,a.id+"-results");this.container=a,this.$selection.on("focus",function(a){d.trigger("focus",a)}),this.$selection.on("blur",function(a){d._handleBlur(a)}),this.$selection.on("keydown",function(a){d.trigger("keypress",a),a.which===c.SPACE&&a.preventDefault()}),a.on("results:focus",function(a){d.$selection.attr("aria-activedescendant",a.data._resultId)}),a.on("selection:update",function(a){d.update(a.data)}),a.on("open",function(){d.$selection.attr("aria-expanded","true"),d.$selection.attr("aria-owns",e),d._attachCloseHandler(a)}),a.on("close",function(){d.$selection.attr("aria-expanded","false"),d.$selection.removeAttr("aria-activedescendant"),d.$selection.removeAttr("aria-owns"),d.$selection.focus(),d._detachCloseHandler(a)}),a.on("enable",function(){d.$selection.attr("tabindex",d._tabindex)}),a.on("disable",function(){d.$selection.attr("tabindex","-1")})},d.prototype._handleBlur=function(b){var c=this;window.setTimeout(function(){document.activeElement==c.$selection[0]||a.contains(c.$selection[0],document.activeElement)||c.trigger("blur",b)},1)},d.prototype._attachCloseHandler=function(b){a(document.body).on("mousedown.select2."+b.id,function(b){var c=a(b.target),d=c.closest(".select2");a(".select2.select2-container--open").each(function(){var b=a(this);this!=d[0]&&b.data("element").wpmuiSelect("close")})})},d.prototype._detachCloseHandler=function(b){a(document.body).off("mousedown.select2."+b.id)},d.prototype.position=function(a,b){b.find(".selection").append(a)},d.prototype.destroy=function(){this._detachCloseHandler(this.container)},d.prototype.update=function(a){throw new Error("The `update` method must be defined in child classes.")},d}),a.define("select2/selection/single",["jquery","./base","../utils","../keys"],function(a,b,c,d){function e(){e.__super__.constructor.apply(this,arguments)}return c.Extend(e,b),e.prototype.render=function(){var a=e.__super__.render.call(this);return a.addClass("select2-selection--single"),a.html('<span class="select2-selection__rendered"></span><span class="select2-selection__arrow" role="presentation"><b role="presentation"></b></span>'),a},e.prototype.bind=function(a,b){var c=this;e.__super__.bind.apply(this,arguments);var d=a.id+"-container";this.$selection.find(".select2-selection__rendered").attr("id",d),this.$selection.attr("aria-labelledby",d),this.$selection.on("mousedown",function(a){1===a.which&&c.trigger("toggle",{originalEvent:a})}),this.$selection.on("focus",function(a){}),this.$selection.on("blur",function(a){}),a.on("focus",function(b){a.isOpen()||c.$selection.focus()}),a.on("selection:update",function(a){c.update(a.data)})},e.prototype.clear=function(){this.$selection.find(".select2-selection__rendered").empty()},e.prototype.display=function(a,b){var c=this.options.get("templateSelection");return this.options.get("escapeMarkup")(c(a,b))},e.prototype.selectionContainer=function(){return a("<span></span>")},e.prototype.update=function(a){if(0===a.length)return void this.clear();var b=a[0],c=this.$selection.find(".select2-selection__rendered"),d=this.display(b,c);c.empty().append(d),c.prop("title",b.title||b.text)},e}),a.define("select2/selection/multiple",["jquery","./base","../utils"],function(a,b,c){function d(a,b){d.__super__.constructor.apply(this,arguments)}return c.Extend(d,b),d.prototype.render=function(){var a=d.__super__.render.call(this);return a.addClass("select2-selection--multiple"),a.html('<ul class="select2-selection__rendered"></ul>'),a},d.prototype.bind=function(b,c){var e=this;d.__super__.bind.apply(this,arguments),this.$selection.on("click",function(a){e.trigger("toggle",{originalEvent:a})}),this.$selection.on("click",".select2-selection__choice__remove",function(b){if(!e.options.get("disabled")){var c=a(this),d=c.parent(),f=d.data("data");e.trigger("unselect",{originalEvent:b,data:f})}})},d.prototype.clear=function(){this.$selection.find(".select2-selection__rendered").empty()},d.prototype.display=function(a,b){var c=this.options.get("templateSelection");return this.options.get("escapeMarkup")(c(a,b))},d.prototype.selectionContainer=function(){return a('<li class="select2-selection__choice"><span class="select2-selection__choice__remove" role="presentation">&times;</span></li>')},d.prototype.update=function(a){if(this.clear(),0!==a.length){for(var b=[],d=0;d<a.length;d++){var e=a[d],f=this.selectionContainer(),g=this.display(e,f);f.append(g),f.prop("title",e.title||e.text),f.data("data",e),b.push(f)}var h=this.$selection.find(".select2-selection__rendered");c.appendMany(h,b)}},d}),a.define("select2/selection/placeholder",["../utils"],function(a){function b(a,b,c){this.placeholder=this.normalizePlaceholder(c.get("placeholder")),a.call(this,b,c)}return b.prototype.normalizePlaceholder=function(a,b){return"string"==typeof b&&(b={id:"",text:b}),b},b.prototype.createPlaceholder=function(a,b){var c=this.selectionContainer();return c.html(this.display(b)),c.addClass("select2-selection__placeholder").removeClass("select2-selection__choice"),c},b.prototype.update=function(a,b){var c=1==b.length&&b[0].id!=this.placeholder.id;if(b.length>1||c)return a.call(this,b);this.clear();var d=this.createPlaceholder(this.placeholder);this.$selection.find(".select2-selection__rendered").append(d)},b}),a.define("select2/selection/allowClear",["jquery","../keys"],function(a,b){function c(){}return c.prototype.bind=function(a,b,c){var d=this;a.call(this,b,c),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(a){d._handleClear(a)}),b.on("keypress",function(a){d._handleKeyboardClear(a,b)})},c.prototype._handleClear=function(a,b){if(!this.options.get("disabled")){var c=this.$selection.find(".select2-selection__clear");if(0!==c.length){b.stopPropagation();for(var d=c.data("data"),e=0;e<d.length;e++){var f={data:d[e]};if(this.trigger("unselect",f),f.prevented)return}this.$element.val(this.placeholder.id).trigger("change"),this.trigger("toggle",{})}}},c.prototype._handleKeyboardClear=function(a,c,d){d.isOpen()||c.which!=b.DELETE&&c.which!=b.BACKSPACE||this._handleClear(c)},c.prototype.update=function(b,c){if(b.call(this,c),!(this.$selection.find(".select2-selection__placeholder").length>0||0===c.length)){var d=a('<span class="select2-selection__clear">&times;</span>');d.data("data",c),this.$selection.find(".select2-selection__rendered").prepend(d)}},c}),a.define("select2/selection/search",["jquery","../utils","../keys"],function(a,b,c){function d(a,b,c){a.call(this,b,c)}return d.prototype.render=function(b){var c=a('<li class="select2-search select2-search--inline"><input class="select2-search__field" type="search" tabindex="-1" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" role="textbox" aria-autocomplete="list" /></li>');this.$searchContainer=c,this.$search=c.find("input");var d=b.call(this);return this._transferTabIndex(),d},d.prototype.bind=function(a,b,d){var e=this;a.call(this,b,d),b.on("open",function(){e.$search.trigger("focus")}),b.on("close",function(){e.$search.val(""),e.$search.removeAttr("aria-activedescendant"),e.$search.trigger("focus")}),b.on("enable",function(){e.$search.prop("disabled",!1),e._transferTabIndex()}),b.on("disable",function(){e.$search.prop("disabled",!0)}),b.on("focus",function(a){e.$search.trigger("focus")}),b.on("results:focus",function(a){e.$search.attr("aria-activedescendant",a.id)}),this.$selection.on("focusin",".select2-search--inline",function(a){e.trigger("focus",a)}),this.$selection.on("focusout",".select2-search--inline",function(a){e._handleBlur(a)}),this.$selection.on("keydown",".select2-search--inline",function(a){if(a.stopPropagation(),e.trigger("keypress",a),e._keyUpPrevented=a.isDefaultPrevented(),a.which===c.BACKSPACE&&""===e.$search.val()){var b=e.$searchContainer.prev(".select2-selection__choice");if(b.length>0){var d=b.data("data");e.searchRemoveChoice(d),a.preventDefault()}}});var f=document.documentMode,g=f&&f<=11;this.$selection.on("input.searchcheck",".select2-search--inline",function(a){if(g)return void e.$selection.off("input.search input.searchcheck");e.$selection.off("keyup.search")}),this.$selection.on("keyup.search input.search",".select2-search--inline",function(a){if(g&&"input"===a.type)return void e.$selection.off("input.search input.searchcheck");var b=a.which;b!=c.SHIFT&&b!=c.CTRL&&b!=c.ALT&&b!=c.TAB&&e.handleSearch(a)})},d.prototype._transferTabIndex=function(a){this.$search.attr("tabindex",this.$selection.attr("tabindex")),this.$selection.attr("tabindex","-1")},d.prototype.createPlaceholder=function(a,b){this.$search.attr("placeholder",b.text)},d.prototype.update=function(a,b){var c=this.$search[0]==document.activeElement;this.$search.attr("placeholder",""),a.call(this,b),this.$selection.find(".select2-selection__rendered").append(this.$searchContainer),this.resizeSearch(),c&&this.$search.focus()},d.prototype.handleSearch=function(){if(this.resizeSearch(),!this._keyUpPrevented){var a=this.$search.val();this.trigger("query",{term:a})}this._keyUpPrevented=!1},d.prototype.searchRemoveChoice=function(a,b){this.trigger("unselect",{data:b}),this.$search.val(b.text),this.handleSearch()},d.prototype.resizeSearch=function(){this.$search.css("width","25px");var a="";if(""!==this.$search.attr("placeholder"))a=this.$selection.find(".select2-selection__rendered").innerWidth();else{a=.75*(this.$search.val().length+1)+"em"}this.$search.css("width",a)},d}),a.define("select2/selection/eventRelay",["jquery"],function(a){function b(){}return b.prototype.bind=function(b,c,d){var e=this,f=["open","opening","close","closing","select","selecting","unselect","unselecting"],g=["opening","closing","selecting","unselecting"];b.call(this,c,d),c.on("*",function(b,c){if(-1!==a.inArray(b,f)){c=c||{};var d=a.Event("select2:"+b,{params:c});e.$element.trigger(d),-1!==a.inArray(b,g)&&(c.prevented=d.isDefaultPrevented())}})},b}),a.define("select2/translation",["jquery","require"],function(a,b){function c(a){this.dict=a||{}}return c.prototype.all=function(){return this.dict},c.prototype.get=function(a){return this.dict[a]},c.prototype.extend=function(b){this.dict=a.extend({},b.all(),this.dict)},c._cache={},c.loadPath=function(a){if(!(a in c._cache)){var d=b(a);c._cache[a]=d}return new c(c._cache[a])},c}),a.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","Ƣ":"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","ƣ":"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","Ά":"Α","Έ":"Ε","Ή":"Η","Ί":"Ι","Ϊ":"Ι","Ό":"Ο","Ύ":"Υ","Ϋ":"Υ","Ώ":"Ω","ά":"α","έ":"ε","ή":"η","ί":"ι","ϊ":"ι","ΐ":"ι","ό":"ο","ύ":"υ","ϋ":"υ","ΰ":"υ","ω":"ω","ς":"σ"}}),a.define("select2/data/base",["../utils"],function(a){function b(a,c){b.__super__.constructor.call(this)}return a.Extend(b,a.Observable),b.prototype.current=function(a){throw new Error("The `current` method must be defined in child classes.")},b.prototype.query=function(a,b){throw new Error("The `query` method must be defined in child classes.")},b.prototype.bind=function(a,b){},b.prototype.destroy=function(){},b.prototype.generateResultId=function(b,c){var d=b.id+"-result-";return d+=a.generateChars(4),null!=c.id?d+="-"+c.id.toString():d+="-"+a.generateChars(4),d},b}),a.define("select2/data/select",["./base","../utils","jquery"],function(a,b,c){function d(a,b){this.$element=a,this.options=b,d.__super__.constructor.call(this)}return b.Extend(d,a),d.prototype.current=function(a){var b=[],d=this;this.$element.find(":selected").each(function(){var a=c(this),e=d.item(a);b.push(e)}),a(b)},d.prototype.select=function(a){var b=this;if(a.selected=!0,c(a.element).is("option"))return a.element.selected=!0,void this.$element.trigger("change");if(this.$element.prop("multiple"))this.current(function(d){var e=[];a=[a],a.push.apply(a,d)
6
+ ;for(var f=0;f<a.length;f++){var g=a[f].id;-1===c.inArray(g,e)&&e.push(g)}b.$element.val(e),b.$element.trigger("change")});else{var d=a.id;this.$element.val(d),this.$element.trigger("change")}},d.prototype.unselect=function(a){var b=this;if(this.$element.prop("multiple")){if(a.selected=!1,c(a.element).is("option"))return a.element.selected=!1,void this.$element.trigger("change");this.current(function(d){for(var e=[],f=0;f<d.length;f++){var g=d[f].id;g!==a.id&&-1===c.inArray(g,e)&&e.push(g)}b.$element.val(e),b.$element.trigger("change")})}},d.prototype.bind=function(a,b){var c=this;this.container=a,a.on("select",function(a){c.select(a.data)}),a.on("unselect",function(a){c.unselect(a.data)})},d.prototype.destroy=function(){this.$element.find("*").each(function(){c.removeData(this,"data")})},d.prototype.query=function(a,b){var d=[],e=this;this.$element.children().each(function(){var b=c(this);if(b.is("option")||b.is("optgroup")){var f=e.item(b),g=e.matches(a,f);null!==g&&d.push(g)}}),b({results:d})},d.prototype.addOptions=function(a){b.appendMany(this.$element,a)},d.prototype.option=function(a){var b;a.children?(b=document.createElement("optgroup"),b.label=a.text):(b=document.createElement("option"),void 0!==b.textContent?b.textContent=a.text:b.innerText=a.text),a.id&&(b.value=a.id),a.disabled&&(b.disabled=!0),a.selected&&(b.selected=!0),a.title&&(b.title=a.title);var d=c(b),e=this._normalizeItem(a);return e.element=b,c.data(b,"data",e),d},d.prototype.item=function(a){var b={};if(null!=(b=c.data(a[0],"data")))return b;if(a.is("option"))b={id:a.val(),text:a.text(),disabled:a.prop("disabled"),selected:a.prop("selected"),title:a.prop("title")};else if(a.is("optgroup")){b={text:a.prop("label"),children:[],title:a.prop("title")};for(var d=a.children("option"),e=[],f=0;f<d.length;f++){var g=c(d[f]),h=this.item(g);e.push(h)}b.children=e}return b=this._normalizeItem(b),b.element=a[0],c.data(a[0],"data",b),b},d.prototype._normalizeItem=function(a){c.isPlainObject(a)||(a={id:a,text:a}),a=c.extend({},{text:""},a);var b={selected:!1,disabled:!1};return null!=a.id&&(a.id=a.id.toString()),null!=a.text&&(a.text=a.text.toString()),null==a._resultId&&a.id&&null!=this.container&&(a._resultId=this.generateResultId(this.container,a)),c.extend({},b,a)},d.prototype.matches=function(a,b){return this.options.get("matcher")(a,b)},d}),a.define("select2/data/array",["./select","../utils","jquery"],function(a,b,c){function d(a,b){var c=b.get("data")||[];d.__super__.constructor.call(this,a,b),this.addOptions(this.convertToOptions(c))}return b.Extend(d,a),d.prototype.select=function(a){var b=this.$element.find("option").filter(function(b,c){return c.value==a.id.toString()});0===b.length&&(b=this.option(a),this.addOptions(b)),d.__super__.select.call(this,a)},d.prototype.convertToOptions=function(a){for(var d=this,e=this.$element.find("option"),f=e.map(function(){return d.item(c(this)).id}).get(),g=[],h=0;h<a.length;h++){var i=this._normalizeItem(a[h]);if(c.inArray(i.id,f)>=0){var j=e.filter(function(a){return function(){return c(this).val()==a.id}}(i)),k=this.item(j),l=c.extend(!0,{},i,k),m=this.option(l);j.replaceWith(m)}else{var n=this.option(i);if(i.children){var o=this.convertToOptions(i.children);b.appendMany(n,o)}g.push(n)}}return g},d}),a.define("select2/data/ajax",["./array","../utils","jquery"],function(a,b,c){function d(a,b){this.ajaxOptions=this._applyDefaults(b.get("ajax")),null!=this.ajaxOptions.processResults&&(this.processResults=this.ajaxOptions.processResults),d.__super__.constructor.call(this,a,b)}return b.Extend(d,a),d.prototype._applyDefaults=function(a){var b={data:function(a){return c.extend({},a,{q:a.term})},transport:function(a,b,d){var e=c.ajax(a);return e.then(b),e.fail(d),e}};return c.extend({},b,a,!0)},d.prototype.processResults=function(a){return a},d.prototype.query=function(a,b){function d(){var d=f.transport(f,function(d){var f=e.processResults(d,a);e.options.get("debug")&&window.console&&console.error&&(f&&f.results&&c.isArray(f.results)||console.error("Select2: The AJAX results did not return an array in the `results` key of the response.")),b(f)},function(){d.status&&"0"===d.status||e.trigger("results:message",{message:"errorLoading"})});e._request=d}var e=this;null!=this._request&&(c.isFunction(this._request.abort)&&this._request.abort(),this._request=null);var f=c.extend({type:"GET"},this.ajaxOptions);"function"==typeof f.url&&(f.url=f.url.call(this.$element,a)),"function"==typeof f.data&&(f.data=f.data.call(this.$element,a)),this.ajaxOptions.delay&&null!=a.term?(this._queryTimeout&&window.clearTimeout(this._queryTimeout),this._queryTimeout=window.setTimeout(d,this.ajaxOptions.delay)):d()},d}),a.define("select2/data/tags",["jquery"],function(a){function b(b,c,d){var e=d.get("tags"),f=d.get("createTag");void 0!==f&&(this.createTag=f);var g=d.get("insertTag");if(void 0!==g&&(this.insertTag=g),b.call(this,c,d),a.isArray(e))for(var h=0;h<e.length;h++){var i=e[h],j=this._normalizeItem(i),k=this.option(j);this.$element.append(k)}}return b.prototype.query=function(a,b,c){function d(a,f){for(var g=a.results,h=0;h<g.length;h++){var i=g[h],j=null!=i.children&&!d({results:i.children},!0);if(i.text===b.term||j)return!f&&(a.data=g,void c(a))}if(f)return!0;var k=e.createTag(b);if(null!=k){var l=e.option(k);l.attr("data-select2-tag",!0),e.addOptions([l]),e.insertTag(g,k)}a.results=g,c(a)}var e=this;if(this._removeOldTags(),null==b.term||null!=b.page)return void a.call(this,b,c);a.call(this,b,d)},b.prototype.createTag=function(b,c){var d=a.trim(c.term);return""===d?null:{id:d,text:d}},b.prototype.insertTag=function(a,b,c){b.unshift(c)},b.prototype._removeOldTags=function(b){this._lastTag;this.$element.find("option[data-select2-tag]").each(function(){this.selected||a(this).remove()})},b}),a.define("select2/data/tokenizer",["jquery"],function(a){function b(a,b,c){var d=c.get("tokenizer");void 0!==d&&(this.tokenizer=d),a.call(this,b,c)}return b.prototype.bind=function(a,b,c){a.call(this,b,c),this.$search=b.dropdown.$search||b.selection.$search||c.find(".select2-search__field")},b.prototype.query=function(b,c,d){function e(b){var c=g._normalizeItem(b);if(!g.$element.find("option").filter(function(){return a(this).val()===c.id}).length){var d=g.option(c);d.attr("data-select2-tag",!0),g._removeOldTags(),g.addOptions([d])}f(c)}function f(a){g.trigger("select",{data:a})}var g=this;c.term=c.term||"";var h=this.tokenizer(c,this.options,e);h.term!==c.term&&(this.$search.length&&(this.$search.val(h.term),this.$search.focus()),c.term=h.term),b.call(this,c,d)},b.prototype.tokenizer=function(b,c,d,e){for(var f=d.get("tokenSeparators")||[],g=c.term,h=0,i=this.createTag||function(a){return{id:a.term,text:a.term}};h<g.length;){var j=g[h];if(-1!==a.inArray(j,f)){var k=g.substr(0,h),l=a.extend({},c,{term:k}),m=i(l);null!=m?(e(m),g=g.substr(h+1)||"",h=0):h++}else h++}return{term:g}},b}),a.define("select2/data/minimumInputLength",[],function(){function a(a,b,c){this.minimumInputLength=c.get("minimumInputLength"),a.call(this,b,c)}return a.prototype.query=function(a,b,c){if(b.term=b.term||"",b.term.length<this.minimumInputLength)return void this.trigger("results:message",{message:"inputTooShort",args:{minimum:this.minimumInputLength,input:b.term,params:b}});a.call(this,b,c)},a}),a.define("select2/data/maximumInputLength",[],function(){function a(a,b,c){this.maximumInputLength=c.get("maximumInputLength"),a.call(this,b,c)}return a.prototype.query=function(a,b,c){if(b.term=b.term||"",this.maximumInputLength>0&&b.term.length>this.maximumInputLength)return void this.trigger("results:message",{message:"inputTooLong",args:{maximum:this.maximumInputLength,input:b.term,params:b}});a.call(this,b,c)},a}),a.define("select2/data/maximumSelectionLength",[],function(){function a(a,b,c){this.maximumSelectionLength=c.get("maximumSelectionLength"),a.call(this,b,c)}return a.prototype.query=function(a,b,c){var d=this;this.current(function(e){var f=null!=e?e.length:0;if(d.maximumSelectionLength>0&&f>=d.maximumSelectionLength)return void d.trigger("results:message",{message:"maximumSelected",args:{maximum:d.maximumSelectionLength}});a.call(d,b,c)})},a}),a.define("select2/dropdown",["jquery","./utils"],function(a,b){function c(a,b){this.$element=a,this.options=b,c.__super__.constructor.call(this)}return b.Extend(c,b.Observable),c.prototype.render=function(){var b=a('<span class="select2-dropdown"><span class="select2-results"></span></span>');return b.attr("dir",this.options.get("dir")),this.$dropdown=b,b},c.prototype.bind=function(){},c.prototype.position=function(a,b){},c.prototype.destroy=function(){this.$dropdown.remove()},c}),a.define("select2/dropdown/search",["jquery","../utils"],function(a,b){function c(){}return c.prototype.render=function(b){var c=b.call(this),d=a('<span class="select2-search select2-search--dropdown"><input class="select2-search__field" type="search" tabindex="-1" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" role="textbox" /></span>');return this.$searchContainer=d,this.$search=d.find("input"),c.prepend(d),c},c.prototype.bind=function(b,c,d){var e=this;b.call(this,c,d),this.$search.on("keydown",function(a){e.trigger("keypress",a),e._keyUpPrevented=a.isDefaultPrevented()}),this.$search.on("input",function(b){a(this).off("keyup")}),this.$search.on("keyup input",function(a){e.handleSearch(a)}),c.on("open",function(){e.$search.attr("tabindex",0),e.$search.focus(),window.setTimeout(function(){e.$search.focus()},0)}),c.on("close",function(){e.$search.attr("tabindex",-1),e.$search.val("")}),c.on("focus",function(){c.isOpen()&&e.$search.focus()}),c.on("results:all",function(a){if(null==a.query.term||""===a.query.term){e.showSearch(a)?e.$searchContainer.removeClass("select2-search--hide"):e.$searchContainer.addClass("select2-search--hide")}})},c.prototype.handleSearch=function(a){if(!this._keyUpPrevented){var b=this.$search.val();this.trigger("query",{term:b})}this._keyUpPrevented=!1},c.prototype.showSearch=function(a,b){return!0},c}),a.define("select2/dropdown/hidePlaceholder",[],function(){function a(a,b,c,d){this.placeholder=this.normalizePlaceholder(c.get("placeholder")),a.call(this,b,c,d)}return a.prototype.append=function(a,b){b.results=this.removePlaceholder(b.results),a.call(this,b)},a.prototype.normalizePlaceholder=function(a,b){return"string"==typeof b&&(b={id:"",text:b}),b},a.prototype.removePlaceholder=function(a,b){for(var c=b.slice(0),d=b.length-1;d>=0;d--){var e=b[d];this.placeholder.id===e.id&&c.splice(d,1)}return c},a}),a.define("select2/dropdown/infiniteScroll",["jquery"],function(a){function b(a,b,c,d){this.lastParams={},a.call(this,b,c,d),this.$loadingMore=this.createLoadingMore(),this.loading=!1}return b.prototype.append=function(a,b){this.$loadingMore.remove(),this.loading=!1,a.call(this,b),this.showLoadingMore(b)&&this.$results.append(this.$loadingMore)},b.prototype.bind=function(b,c,d){var e=this;b.call(this,c,d),c.on("query",function(a){e.lastParams=a,e.loading=!0}),c.on("query:append",function(a){e.lastParams=a,e.loading=!0}),this.$results.on("scroll",function(){var b=a.contains(document.documentElement,e.$loadingMore[0]);if(!e.loading&&b){e.$results.offset().top+e.$results.outerHeight(!1)+50>=e.$loadingMore.offset().top+e.$loadingMore.outerHeight(!1)&&e.loadMore()}})},b.prototype.loadMore=function(){this.loading=!0;var b=a.extend({},{page:1},this.lastParams);b.page++,this.trigger("query:append",b)},b.prototype.showLoadingMore=function(a,b){return b.pagination&&b.pagination.more},b.prototype.createLoadingMore=function(){var b=a('<li class="select2-results__option select2-results__option--load-more"role="treeitem" aria-disabled="true"></li>'),c=this.options.get("translations").get("loadingMore");return b.html(c(this.lastParams)),b},b}),a.define("select2/dropdown/attachBody",["jquery","../utils"],function(a,b){function c(b,c,d){this.$dropdownParent=d.get("dropdownParent")||a(document.body),b.call(this,c,d)}return c.prototype.bind=function(a,b,c){var d=this,e=!1;a.call(this,b,c),b.on("open",function(){d._showDropdown(),d._attachPositioningHandler(b),e||(e=!0,b.on("results:all",function(){d._positionDropdown(),d._resizeDropdown()}),b.on("results:append",function(){d._positionDropdown(),d._resizeDropdown()}))}),b.on("close",function(){d._hideDropdown(),d._detachPositioningHandler(b)}),this.$dropdownContainer.on("mousedown",function(a){a.stopPropagation()})},c.prototype.destroy=function(a){a.call(this),this.$dropdownContainer.remove()},c.prototype.position=function(a,b,c){b.attr("class",c.attr("class")),b.removeClass("select2"),b.addClass("select2-container--open"),b.css({position:"absolute",top:-999999}),this.$container=c},c.prototype.render=function(b){var c=a("<span></span>"),d=b.call(this);return c.append(d),this.$dropdownContainer=c,c},c.prototype._hideDropdown=function(a){this.$dropdownContainer.detach()},c.prototype._attachPositioningHandler=function(c,d){var e=this,f="scroll.select2."+d.id,g="resize.select2."+d.id,h="orientationchange.select2."+d.id,i=this.$container.parents().filter(b.hasScroll);i.each(function(){a(this).data("select2-scroll-position",{x:a(this).scrollLeft(),y:a(this).scrollTop()})}),i.on(f,function(b){var c=a(this).data("select2-scroll-position");a(this).scrollTop(c.y)}),a(window).on(f+" "+g+" "+h,function(a){e._positionDropdown(),e._resizeDropdown()})},c.prototype._detachPositioningHandler=function(c,d){var e="scroll.select2."+d.id,f="resize.select2."+d.id,g="orientationchange.select2."+d.id;this.$container.parents().filter(b.hasScroll).off(e),a(window).off(e+" "+f+" "+g)},c.prototype._positionDropdown=function(){var b=a(window),c=this.$dropdown.hasClass("select2-dropdown--above"),d=this.$dropdown.hasClass("select2-dropdown--below"),e=null,f=this.$container.offset();f.bottom=f.top+this.$container.outerHeight(!1);var g={height:this.$container.outerHeight(!1)};g.top=f.top,g.bottom=f.top+g.height;var h={height:this.$dropdown.outerHeight(!1)},i={top:b.scrollTop(),bottom:b.scrollTop()+b.height()},j=i.top<f.top-h.height,k=i.bottom>f.bottom+h.height,l={left:f.left,top:g.bottom},m=this.$dropdownParent;"static"===m.css("position")&&(m=m.offsetParent());var n=m.offset();l.top-=n.top,l.left-=n.left,c||d||(e="below"),k||!j||c?!j&&k&&c&&(e="below"):e="above",("above"==e||c&&"below"!==e)&&(l.top=g.top-n.top-h.height),null!=e&&(this.$dropdown.removeClass("select2-dropdown--below select2-dropdown--above").addClass("select2-dropdown--"+e),this.$container.removeClass("select2-container--below select2-container--above").addClass("select2-container--"+e)),this.$dropdownContainer.css(l)},c.prototype._resizeDropdown=function(){var a={width:this.$container.outerWidth(!1)+"px"};this.options.get("dropdownAutoWidth")&&(a.minWidth=a.width,a.position="relative",a.width="auto"),this.$dropdown.css(a)},c.prototype._showDropdown=function(a){this.$dropdownContainer.appendTo(this.$dropdownParent),this._positionDropdown(),this._resizeDropdown()},c}),a.define("select2/dropdown/minimumResultsForSearch",[],function(){function a(b){for(var c=0,d=0;d<b.length;d++){var e=b[d];e.children?c+=a(e.children):c++}return c}function b(a,b,c,d){this.minimumResultsForSearch=c.get("minimumResultsForSearch"),this.minimumResultsForSearch<0&&(this.minimumResultsForSearch=1/0),a.call(this,b,c,d)}return b.prototype.showSearch=function(b,c){return!(a(c.data.results)<this.minimumResultsForSearch)&&b.call(this,c)},b}),a.define("select2/dropdown/selectOnClose",[],function(){function a(){}return a.prototype.bind=function(a,b,c){var d=this;a.call(this,b,c),b.on("close",function(a){d._handleSelectOnClose(a)})},a.prototype._handleSelectOnClose=function(a,b){if(b&&null!=b.originalSelect2Event){var c=b.originalSelect2Event;if("select"===c._type||"unselect"===c._type)return}var d=this.getHighlightedResults();if(!(d.length<1)){var e=d.data("data");null!=e.element&&e.element.selected||null==e.element&&e.selected||this.trigger("select",{data:e})}},a}),a.define("select2/dropdown/closeOnSelect",[],function(){function a(){}return a.prototype.bind=function(a,b,c){var d=this;a.call(this,b,c),b.on("select",function(a){d._selectTriggered(a)}),b.on("unselect",function(a){d._selectTriggered(a)})},a.prototype._selectTriggered=function(a,b){var c=b.originalEvent;c&&c.ctrlKey||this.trigger("close",{originalEvent:c,originalSelect2Event:b})},a}),a.define("select2/i18n/en",[],function(){return{errorLoading:function(){return"The results could not be loaded."},inputTooLong:function(a){var b=a.input.length-a.maximum,c="Please delete "+b+" character";return 1!=b&&(c+="s"),c},inputTooShort:function(a){return"Please enter "+(a.minimum-a.input.length)+" or more characters"},loadingMore:function(){return"Loading more results…"},maximumSelected:function(a){var b="You can only select "+a.maximum+" item";return 1!=a.maximum&&(b+="s"),b},noResults:function(){return"No results found"},searching:function(){return"Searching…"}}}),a.define("select2/defaults",["jquery","require","./results","./selection/single","./selection/multiple","./selection/placeholder","./selection/allowClear","./selection/search","./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","./i18n/en"],function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z,A,B,C){function D(){this.reset()}return D.prototype.apply=function(l){if(l=a.extend(!0,{},this.defaults,l),null==l.dataAdapter){if(null!=l.ajax?l.dataAdapter=o:null!=l.data?l.dataAdapter=n:l.dataAdapter=m,l.minimumInputLength>0&&(l.dataAdapter=j.Decorate(l.dataAdapter,r)),l.maximumInputLength>0&&(l.dataAdapter=j.Decorate(l.dataAdapter,s)),l.maximumSelectionLength>0&&(l.dataAdapter=j.Decorate(l.dataAdapter,t)),l.tags&&(l.dataAdapter=j.Decorate(l.dataAdapter,p)),null==l.tokenSeparators&&null==l.tokenizer||(l.dataAdapter=j.Decorate(l.dataAdapter,q)),null!=l.query){var C=b(l.amdBase+"compat/query");l.dataAdapter=j.Decorate(l.dataAdapter,C)}if(null!=l.initSelection){var D=b(l.amdBase+"compat/initSelection");l.dataAdapter=j.Decorate(l.dataAdapter,D)}}if(null==l.resultsAdapter&&(l.resultsAdapter=c,null!=l.ajax&&(l.resultsAdapter=j.Decorate(l.resultsAdapter,x)),null!=l.placeholder&&(l.resultsAdapter=j.Decorate(l.resultsAdapter,w)),l.selectOnClose&&(l.resultsAdapter=j.Decorate(l.resultsAdapter,A))),null==l.dropdownAdapter){if(l.multiple)l.dropdownAdapter=u;else{var E=j.Decorate(u,v);l.dropdownAdapter=E}if(0!==l.minimumResultsForSearch&&(l.dropdownAdapter=j.Decorate(l.dropdownAdapter,z)),l.closeOnSelect&&(l.dropdownAdapter=j.Decorate(l.dropdownAdapter,B)),null!=l.dropdownCssClass||null!=l.dropdownCss||null!=l.adaptDropdownCssClass){var F=b(l.amdBase+"compat/dropdownCss");l.dropdownAdapter=j.Decorate(l.dropdownAdapter,F)}l.dropdownAdapter=j.Decorate(l.dropdownAdapter,y)}if(null==l.selectionAdapter){if(l.multiple?l.selectionAdapter=e:l.selectionAdapter=d,null!=l.placeholder&&(l.selectionAdapter=j.Decorate(l.selectionAdapter,f)),l.allowClear&&(l.selectionAdapter=j.Decorate(l.selectionAdapter,g)),l.multiple&&(l.selectionAdapter=j.Decorate(l.selectionAdapter,h)),null!=l.containerCssClass||null!=l.containerCss||null!=l.adaptContainerCssClass){var G=b(l.amdBase+"compat/containerCss");l.selectionAdapter=j.Decorate(l.selectionAdapter,G)}l.selectionAdapter=j.Decorate(l.selectionAdapter,i)}if("string"==typeof l.language)if(l.language.indexOf("-")>0){var H=l.language.split("-"),I=H[0];l.language=[l.language,I]}else l.language=[l.language];if(a.isArray(l.language)){var J=new k;l.language.push("en");for(var K=l.language,L=0;L<K.length;L++){var M=K[L],N={};try{N=k.loadPath(M)}catch(a){try{M=this.defaults.amdLanguageBase+M,N=k.loadPath(M)}catch(a){l.debug&&window.console&&console.warn&&console.warn('Select2: The language file for "'+M+'" could not be automatically loaded. A fallback will be used instead.');continue}}J.extend(N)}l.translations=J}else{var O=k.loadPath(this.defaults.amdLanguageBase+"en"),P=new k(l.language);P.extend(O),l.translations=P}return l},D.prototype.reset=function(){function b(a){function b(a){return l[a]||a}return a.replace(/[^\u0000-\u007E]/g,b)}function c(d,e){if(""===a.trim(d.term))return e;if(e.children&&e.children.length>0){for(var f=a.extend(!0,{},e),g=e.children.length-1;g>=0;g--){null==c(d,e.children[g])&&f.children.splice(g,1)}return f.children.length>0?f:c(d,f)}var h=b(e.text).toUpperCase(),i=b(d.term).toUpperCase();return h.indexOf(i)>-1?e:null}this.defaults={amdBase:"./",amdLanguageBase:"./i18n/",closeOnSelect:!0,debug:!1,dropdownAutoWidth:!0,escapeMarkup:j.escapeMarkup,language:C,matcher:c,minimumInputLength:0,maximumInputLength:0,maximumSelectionLength:0,minimumResultsForSearch:0,selectOnClose:!1,containerCssClass:"wpmui-select2 :all:",dropdownCssClass:"wpmui-select2",sorter:function(a){return a},templateResult:function(a){return a.text},templateSelection:function(a){return a.text},theme:"default",width:"resolve"}},D.prototype.set=function(b,c){var d=a.camelCase(b),e={};e[d]=c;var f=j._convertData(e);a.extend(this.defaults,f)},new D}),a.define("select2/options",["require","jquery","./defaults","./utils"],function(a,b,c,d){function e(b,e){if(this.options=b,null!=e&&this.fromElement(e),this.options=c.apply(this.options),e&&e.is("input")){var f=a(this.get("amdBase")+"compat/inputData");this.options.dataAdapter=d.Decorate(this.options.dataAdapter,f)}}return e.prototype.fromElement=function(a){var c=["select2"];null==this.options.multiple&&(this.options.multiple=a.prop("multiple")),null==this.options.disabled&&(this.options.disabled=a.prop("disabled")),null==this.options.language&&(a.prop("lang")?this.options.language=a.prop("lang").toLowerCase():a.closest("[lang]").prop("lang")&&(this.options.language=a.closest("[lang]").prop("lang"))),null==this.options.dir&&(a.prop("dir")?this.options.dir=a.prop("dir"):a.closest("[dir]").prop("dir")?this.options.dir=a.closest("[dir]").prop("dir"):this.options.dir="ltr"),a.prop("disabled",this.options.disabled),a.prop("multiple",this.options.multiple),a.data("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.'),a.data("data",a.data("select2Tags")),a.data("tags",!0)),a.data("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."),a.attr("ajax--url",a.data("ajaxUrl")),a.data("ajax--url",a.data("ajaxUrl")));var e={};e=b.fn.jquery&&"1."==b.fn.jquery.substr(0,2)&&a[0].dataset?b.extend(!0,{},a[0].dataset,a.data()):a.data();var f=b.extend(!0,{},e);f=d._convertData(f);for(var g in f)b.inArray(g,c)>-1||(b.isPlainObject(this.options[g])?b.extend(this.options[g],f[g]):this.options[g]=f[g]);return this},e.prototype.get=function(a){return this.options[a]},e.prototype.set=function(a,b){this.options[a]=b},e}),a.define("select2/core",["jquery","./options","./utils","./keys"],function(a,b,c,d){var e=function(a,c){null!=a.data("select2")&&a.data("select2").destroy(),this.$element=a,this.id=this._generateId(a),c=c||{},this.options=new b(c,a),e.__super__.constructor.call(this);var d=a.attr("tabindex")||0;a.data("old-tabindex",d),a.attr("tabindex","-1");var f=this.options.get("dataAdapter");this.dataAdapter=new f(a,this.options);var g=this.render();this._placeContainer(g);var h=this.options.get("selectionAdapter");this.selection=new h(a,this.options),this.$selection=this.selection.render(),this.selection.position(this.$selection,g);var i=this.options.get("dropdownAdapter");this.dropdown=new i(a,this.options),this.$dropdown=this.dropdown.render(),this.dropdown.position(this.$dropdown,g);var j=this.options.get("resultsAdapter");this.results=new j(a,this.options,this.dataAdapter),this.$results=this.results.render(),this.results.position(this.$results,this.$dropdown);var k=this;this._bindAdapters(),this._registerDomEvents(),this._registerDataEvents(),this._registerSelectionEvents(),this._registerDropdownEvents(),this._registerResultsEvents(),this._registerEvents(),this.dataAdapter.current(function(a){k.trigger("selection:update",{data:a})}),a.addClass("select2-hidden-accessible"),a.attr("aria-hidden","true"),this._syncAttributes(),a.data("select2",this)};return c.Extend(e,c.Observable),e.prototype._generateId=function(a){var b="";return b=null!=a.attr("id")?a.attr("id"):null!=a.attr("name")?a.attr("name")+"-"+c.generateChars(2):c.generateChars(4),b=b.replace(/(:|\.|\[|\]|,)/g,""),b="select2-"+b},e.prototype._placeContainer=function(a){a.insertAfter(this.$element);var b=this._resolveWidth(this.$element,this.options.get("width"));null!=b&&a.css("width",b)},e.prototype._resolveWidth=function(a,b){var c=/^width:(([-+]?([0-9]*\.)?[0-9]+)(px|em|ex|%|in|cm|mm|pt|pc))/i;if("resolve"==b){var d=this._resolveWidth(a,"style");return null!=d?d:this._resolveWidth(a,"element")}if("element"==b){var e=a.outerWidth(!1);return e<=0?"auto":e+"px"}if("style"==b){var f=a.attr("style");if("string"!=typeof f)return null;for(var g=f.split(";"),h=0,i=g.length;h<i;h+=1){var j=g[h].replace(/\s/g,""),k=j.match(c);if(null!==k&&k.length>=1)return k[1]}return null}return b},e.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)},e.prototype._registerDomEvents=function(){var b=this;this.$element.on("change.select2",function(){b.dataAdapter.current(function(a){b.trigger("selection:update",{data:a})})}),this.$element.on("focus.select2",function(a){b.trigger("focus",a)}),this._syncA=c.bind(this._syncAttributes,this),this._syncS=c.bind(this._syncSubtree,this),this.$element[0].attachEvent&&this.$element[0].attachEvent("onpropertychange",this._syncA);var d=window.MutationObserver||window.WebKitMutationObserver||window.MozMutationObserver;null!=d?(this._observer=new d(function(c){a.each(c,b._syncA),a.each(c,b._syncS)}),this._observer.observe(this.$element[0],{attributes:!0,childList:!0,subtree:!1})):this.$element[0].addEventListener&&(this.$element[0].addEventListener("DOMAttrModified",b._syncA,!1),this.$element[0].addEventListener("DOMNodeInserted",b._syncS,!1),this.$element[0].addEventListener("DOMNodeRemoved",b._syncS,!1))},e.prototype._registerDataEvents=function(){var a=this;this.dataAdapter.on("*",function(b,c){a.trigger(b,c)})},e.prototype._registerSelectionEvents=function(){var b=this,c=["toggle","focus"];this.selection.on("toggle",function(){b.toggleDropdown()}),this.selection.on("focus",function(a){b.focus(a)}),this.selection.on("*",function(d,e){-1===a.inArray(d,c)&&b.trigger(d,e)})},e.prototype._registerDropdownEvents=function(){var a=this;this.dropdown.on("*",function(b,c){a.trigger(b,c)})},e.prototype._registerResultsEvents=function(){var a=this;this.results.on("*",function(b,c){a.trigger(b,c)})},e.prototype._registerEvents=function(){var a=this;this.on("open",function(){a.$container.addClass("select2-container--open")}),this.on("close",function(){a.$container.removeClass("select2-container--open")}),this.on("enable",function(){a.$container.removeClass("select2-container--disabled")}),this.on("disable",function(){a.$container.addClass("select2-container--disabled")}),this.on("blur",function(){a.$container.removeClass("select2-container--focus")}),this.on("query",function(b){a.isOpen()||a.trigger("open",{}),this.dataAdapter.query(b,function(c){a.trigger("results:all",{data:c,query:b})})}),this.on("query:append",function(b){this.dataAdapter.query(b,function(c){a.trigger("results:append",{data:c,query:b})})}),this.on("keypress",function(b){var c=b.which;a.isOpen()?c===d.ESC||c===d.TAB||c===d.UP&&b.altKey?(a.close(),b.preventDefault()):c===d.ENTER?(a.trigger("results:select",{}),b.preventDefault()):c===d.SPACE&&b.ctrlKey?(a.trigger("results:toggle",{}),b.preventDefault()):c===d.UP?(a.trigger("results:previous",{}),b.preventDefault()):c===d.DOWN&&(a.trigger("results:next",{}),b.preventDefault()):(c===d.ENTER||c===d.SPACE||c===d.DOWN&&b.altKey)&&(a.open(),b.preventDefault())})},e.prototype._syncAttributes=function(){this.options.set("disabled",this.$element.prop("disabled")),this.options.get("disabled")?(this.isOpen()&&this.close(),this.trigger("disable",{})):this.trigger("enable",{})},e.prototype._syncSubtree=function(a,b){var c=!1,d=this;if(!a||!a.target||"OPTION"===a.target.nodeName||"OPTGROUP"===a.target.nodeName){if(b)if(b.addedNodes&&b.addedNodes.length>0)for(var e=0;e<b.addedNodes.length;e++){var f=b.addedNodes[e];f.selected&&(c=!0)}else b.removedNodes&&b.removedNodes.length>0&&(c=!0);else c=!0;c&&this.dataAdapter.current(function(a){d.trigger("selection:update",{data:a})})}},e.prototype.trigger=function(a,b){var c=e.__super__.trigger,d={open:"opening",close:"closing",select:"selecting",unselect:"unselecting"};if(void 0===b&&(b={}),a in d){var f=d[a],g={prevented:!1,name:a,args:b};if(c.call(this,f,g),g.prevented)return void(b.prevented=!0)}c.call(this,a,b)},e.prototype.toggleDropdown=function(){this.options.get("disabled")||(this.isOpen()?this.close():this.open())},e.prototype.open=function(){this.isOpen()||this.trigger("query",{})},e.prototype.close=function(){this.isOpen()&&this.trigger("close",{})},e.prototype.isOpen=function(){return this.$container.hasClass("select2-container--open")},e.prototype.hasFocus=function(){return this.$container.hasClass("select2-container--focus")},e.prototype.focus=function(a){this.hasFocus()||(this.$container.addClass("select2-container--focus"),this.trigger("focus",{}))},e.prototype.enable=function(a){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!=a&&0!==a.length||(a=[!0]);var b=!a[0];this.$element.prop("disabled",b)},e.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 a=[];return this.dataAdapter.current(function(b){a=b}),a},e.prototype.val=function(b){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==b||0===b.length)return this.$element.val();var c=b[0];a.isArray(c)&&(c=a.map(c,function(a){return a.toString()})),this.$element.val(c).trigger("change")},e.prototype.destroy=function(){this.$container.remove(),this.$element[0].detachEvent&&this.$element[0].detachEvent("onpropertychange",this._syncA),null!=this._observer?(this._observer.disconnect(),this._observer=null):this.$element[0].removeEventListener&&(this.$element[0].removeEventListener("DOMAttrModified",this._syncA,!1),this.$element[0].removeEventListener("DOMNodeInserted",this._syncS,!1),this.$element[0].removeEventListener("DOMNodeRemoved",this._syncS,!1)),this._syncA=null,this._syncS=null,this.$element.off(".select2"),this.$element.attr("tabindex",this.$element.data("old-tabindex")),this.$element.removeClass("select2-hidden-accessible"),this.$element.attr("aria-hidden","false"),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},e.prototype.render=function(){
7
  var b=a('<span class="select2 select2-container"><span class="selection"></span><span class="dropdown-wrapper" aria-hidden="true"></span></span>');return b.attr("dir",this.options.get("dir")),this.$container=b,this.$container.addClass("select2-container--"+this.options.get("theme")),b.data("element",this.$element),b},e}),a.define("select2/compat/utils",["jquery"],function(a){function b(b,c,d){var e,f,g=[];e=a.trim(b.attr("class")),e&&(e=""+e,a(e.split(/\s+/)).each(function(){0===this.indexOf("select2-")&&g.push(this)})),e=a.trim(c.attr("class")),e&&(e=""+e,a(e.split(/\s+/)).each(function(){0!==this.indexOf("select2-")&&null!=(f=d(this))&&g.push(f)})),b.attr("class",g.join(" "))}return{syncCssClasses:b}}),a.define("select2/compat/containerCss",["jquery","./utils"],function(a,b){function c(a){return null}function d(){}return d.prototype.render=function(d){var e=d.call(this),f=this.options.get("containerCssClass")||"";a.isFunction(f)&&(f=f(this.$element));var g=this.options.get("adaptContainerCssClass");if(g=g||c,-1!==f.indexOf(":all:")){f=f.replace(":all:","");var h=g;g=function(a){var b=h(a);return null!=b?b+" "+a:a}}var i=this.options.get("containerCss")||{};return a.isFunction(i)&&(i=i(this.$element)),b.syncCssClasses(e,this.$element,g),e.css(i),e.addClass(f),e},d}),a.define("select2/compat/dropdownCss",["jquery","./utils"],function(a,b){function c(a){return null}function d(){}return d.prototype.render=function(d){var e=d.call(this),f=this.options.get("dropdownCssClass")||"";a.isFunction(f)&&(f=f(this.$element));var g=this.options.get("adaptDropdownCssClass");if(g=g||c,-1!==f.indexOf(":all:")){f=f.replace(":all:","");var h=g;g=function(a){var b=h(a);return null!=b?b+" "+a:a}}var i=this.options.get("dropdownCss")||{};return a.isFunction(i)&&(i=i(this.$element)),b.syncCssClasses(e,this.$element,g),e.css(i),e.addClass(f),e},d}),a.define("select2/compat/initSelection",["jquery"],function(a){function b(a,b,c){c.get("debug")&&window.console&&console.warn&&console.warn("Select2: The `initSelection` option has been deprecated in favor of a custom data adapter that overrides the `current` method. This method is now called multiple times instead of a single time when the instance is initialized. Support will be removed for the `initSelection` option in future versions of Select2"),this.initSelection=c.get("initSelection"),this._isInitialized=!1,a.call(this,b,c)}return b.prototype.current=function(b,c){var d=this;if(this._isInitialized)return void b.call(this,c);this.initSelection.call(null,this.$element,function(b){d._isInitialized=!0,a.isArray(b)||(b=[b]),c(b)})},b}),a.define("select2/compat/inputData",["jquery"],function(a){function b(a,b,c){this._currentData=[],this._valueSeparator=c.get("valueSeparator")||",","hidden"===b.prop("type")&&c.get("debug")&&console&&console.warn&&console.warn("Select2: Using a hidden input with Select2 is no longer supported and may stop working in the future. It is recommended to use a `<select>` element instead."),a.call(this,b,c)}return b.prototype.current=function(b,c){function d(b,c){var e=[];return b.selected||-1!==a.inArray(b.id,c)?(b.selected=!0,e.push(b)):b.selected=!1,b.children&&e.push.apply(e,d(b.children,c)),e}for(var e=[],f=0;f<this._currentData.length;f++){var g=this._currentData[f];e.push.apply(e,d(g,this.$element.val().split(this._valueSeparator)))}c(e)},b.prototype.select=function(b,c){if(this.options.get("multiple")){var d=this.$element.val();d+=this._valueSeparator+c.id,this.$element.val(d),this.$element.trigger("change")}else this.current(function(b){a.map(b,function(a){a.selected=!1})}),this.$element.val(c.id),this.$element.trigger("change")},b.prototype.unselect=function(a,b){var c=this;b.selected=!1,this.current(function(a){for(var d=[],e=0;e<a.length;e++){var f=a[e];b.id!=f.id&&d.push(f.id)}c.$element.val(d.join(c._valueSeparator)),c.$element.trigger("change")})},b.prototype.query=function(a,b,c){for(var d=[],e=0;e<this._currentData.length;e++){var f=this._currentData[e],g=this.matches(b,f);null!==g&&d.push(g)}c({results:d})},b.prototype.addOptions=function(b,c){var d=a.map(c,function(b){return a.data(b[0],"data")});this._currentData.push.apply(this._currentData,d)},b}),a.define("select2/compat/matcher",["jquery"],function(a){function b(b){function c(c,d){var e=a.extend(!0,{},d);if(null==c.term||""===a.trim(c.term))return e;if(d.children){for(var f=d.children.length-1;f>=0;f--){var g=d.children[f];b(c.term,g.text,g)||e.children.splice(f,1)}if(e.children.length>0)return e}return b(c.term,d.text,d)?e:null}return c}return b}),a.define("select2/compat/query",[],function(){function a(a,b,c){c.get("debug")&&window.console&&console.warn&&console.warn("Select2: The `query` option has been deprecated in favor of a custom data adapter that overrides the `query` method. Support will be removed for the `query` option in future versions of Select2."),a.call(this,b,c)}return a.prototype.query=function(a,b,c){b.callback=c,this.options.get("query").call(null,b)},a}),a.define("select2/dropdown/attachContainer",[],function(){function a(a,b,c){a.call(this,b,c)}return a.prototype.position=function(a,b,c){c.find(".dropdown-wrapper").append(b),b.addClass("select2-dropdown--below"),c.addClass("select2-container--below")},a}),a.define("select2/dropdown/stopPropagation",[],function(){function a(){}return a.prototype.bind=function(a,b,c){a.call(this,b,c);var d=["blur","change","click","dblclick","focus","focusin","focusout","input","keydown","keyup","keypress","mousedown","mouseenter","mouseleave","mousemove","mouseover","mouseup","search","touchend","touchstart"];this.$dropdown.on(d.join(" "),function(a){a.stopPropagation()})},a}),a.define("select2/selection/stopPropagation",[],function(){function a(){}return a.prototype.bind=function(a,b,c){a.call(this,b,c);var d=["blur","change","click","dblclick","focus","focusin","focusout","input","keydown","keyup","keypress","mousedown","mouseenter","mouseleave","mousemove","mouseover","mouseup","search","touchend","touchstart"];this.$selection.on(d.join(" "),function(a){a.stopPropagation()})},a}),function(b){"function"==typeof a.define&&a.define.amd?a.define("jquery-mousewheel",["jquery"],b):"object"==typeof exports?module.exports=b:b(jQuery)}(function(a){function b(b){var g=b||window.event,h=i.call(arguments,1),j=0,l=0,m=0,n=0,o=0,p=0;if(b=a.event.fix(g),b.type="mousewheel","detail"in g&&(m=-1*g.detail),"wheelDelta"in g&&(m=g.wheelDelta),"wheelDeltaY"in g&&(m=g.wheelDeltaY),"wheelDeltaX"in g&&(l=-1*g.wheelDeltaX),"axis"in g&&g.axis===g.HORIZONTAL_AXIS&&(l=-1*m,m=0),j=0===m?l:m,"deltaY"in g&&(m=-1*g.deltaY,j=m),"deltaX"in g&&(l=g.deltaX,0===m&&(j=-1*l)),0!==m||0!==l){if(1===g.deltaMode){var q=a.data(this,"mousewheel-line-height");j*=q,m*=q,l*=q}else if(2===g.deltaMode){var r=a.data(this,"mousewheel-page-height");j*=r,m*=r,l*=r}if(n=Math.max(Math.abs(m),Math.abs(l)),(!f||n<f)&&(f=n,d(g,n)&&(f/=40)),d(g,n)&&(j/=40,l/=40,m/=40),j=Math[j>=1?"floor":"ceil"](j/f),l=Math[l>=1?"floor":"ceil"](l/f),m=Math[m>=1?"floor":"ceil"](m/f),k.settings.normalizeOffset&&this.getBoundingClientRect){var s=this.getBoundingClientRect();o=b.clientX-s.left,p=b.clientY-s.top}return b.deltaX=l,b.deltaY=m,b.deltaFactor=f,b.offsetX=o,b.offsetY=p,b.deltaMode=0,h.unshift(b,j,l,m),e&&clearTimeout(e),e=setTimeout(c,200),(a.event.dispatch||a.event.handle).apply(this,h)}}function c(){f=null}function d(a,b){return k.settings.adjustOldDeltas&&"mousewheel"===a.type&&b%120==0}var e,f,g=["wheel","mousewheel","DOMMouseScroll","MozMousePixelScroll"],h="onwheel"in document||document.documentMode>=9?["wheel"]:["mousewheel","DomMouseScroll","MozMousePixelScroll"],i=Array.prototype.slice;if(a.event.fixHooks)for(var j=g.length;j;)a.event.fixHooks[g[--j]]=a.event.mouseHooks;var k=a.event.special.mousewheel={version:"3.1.12",setup:function(){if(this.addEventListener)for(var c=h.length;c;)this.addEventListener(h[--c],b,!1);else this.onmousewheel=b;a.data(this,"mousewheel-line-height",k.getLineHeight(this)),a.data(this,"mousewheel-page-height",k.getPageHeight(this))},teardown:function(){if(this.removeEventListener)for(var c=h.length;c;)this.removeEventListener(h[--c],b,!1);else this.onmousewheel=null;a.removeData(this,"mousewheel-line-height"),a.removeData(this,"mousewheel-page-height")},getLineHeight:function(b){var c=a(b),d=c["offsetParent"in a.fn?"offsetParent":"parent"]();return d.length||(d=a("body")),parseInt(d.css("fontSize"),10)||parseInt(c.css("fontSize"),10)||16},getPageHeight:function(b){return a(b).height()},settings:{adjustOldDeltas:!0,normalizeOffset:!0}};a.fn.extend({mousewheel:function(a){return a?this.bind("mousewheel",a):this.trigger("mousewheel")},unmousewheel:function(a){return this.unbind("mousewheel",a)}})}),a.define("jquery.select2",["jquery","jquery-mousewheel","./select2/core","./select2/defaults"],function(a,b,c,d){if(null==a.fn.wpmuiSelect){var e=["open","close","destroy"];a.fn.wpmuiSelect=function(b){if("object"==typeof(b=b||{}))return this.each(function(){var d=a.extend(!0,{},b);new c(a(this),d)}),this;if("string"==typeof b){var d,f=Array.prototype.slice.call(arguments,1);return this.each(function(){var c=a(this).data("select2");null==c&&window.console&&console.error&&console.error("The select2('"+b+"') method was called on an element that is not using Select2."),d=c[b].apply(c,f)}),a.inArray(b,e)>-1?this:d}throw new Error("Invalid arguments for Select2: "+b)}}return null==a.fn.wpmuiSelect.defaults&&(a.fn.wpmuiSelect.defaults=d),c}),{define:a.define,require:a.require}}(),b=a.require("jquery.select2");return jQuery.fn.wpmuiSelect.amd=a,b});
inc/external/wpmu-lib/js/wpmu-card-list.3.js CHANGED
@@ -1,6 +1,6 @@
1
  /*! WPMU Dev code library - v3.0.4
2
  * http://premium.wpmudev.org/
3
- * Copyright (c) 2017; * Licensed GPLv2+ */
4
  /*!
5
  * WPMU Dev Card List
6
  * (Philipp Stracker for WPMU Dev)
1
  /*! WPMU Dev code library - v3.0.4
2
  * http://premium.wpmudev.org/
3
+ * Copyright (c) 2018; * Licensed GPLv2+ */
4
  /*!
5
  * WPMU Dev Card List
6
  * (Philipp Stracker for WPMU Dev)
inc/external/wpmu-lib/js/wpmu-card-list.3.min.js CHANGED
@@ -1,5 +1,5 @@
1
  /*! WPMU Dev code library - v3.0.4
2
  * http://premium.wpmudev.org/
3
- * Copyright (c) 2017; * Licensed GPLv2+ */
4
 
5
  jQuery(function(){function a(a){var b=jQuery(".wpmui-list-table.has-details"),c=b.find(".list-card.detail-mode"),d=jQuery(window).innerHeight()-132;c.length&&c.height(d)}function b(b){var d=jQuery(this).parents(".list-card"),e=d.parents(".wpmui-list-table"),f=jQuery(window).innerHeight()-132;e.hasClass("has-details")?c():(window.scrollTo(0,0),e.addClass("has-details"),d.addClass("detail-mode"),d.height(f),d.hide(),jQuery(window).on("resize",a),a(),window.setTimeout(function(){d.show()},10))}function c(b){var c=!1;if(void 0===b&&(c=!0),void 0!==b&&void 0!==b.target){jQuery(b.target).hasClass("wpmui-list-table")&&(c=!0)}if(c){var d=jQuery(".list-card.detail-mode");jQuery(".wpmui-list-table.has-details").removeClass("has-details"),d.removeClass("detail-mode"),d.height("auto"),jQuery(window).off("resize",a)}}function d(a,b,c){var d=jQuery(this),e=d.parents(".list-card");!0!==b._is_detail&&(b.value?e.addClass("active"):e.removeClass("active"))}function e(a){var b=jQuery(this),c=b.data("filter"),d=jQuery(".list-card");switch(b.parents(".wp-filter").find(".current").removeClass("current"),b.addClass("current"),c){case"active":d.hide().filter(".active").show();break;case"inactive":d.show().filter(".active").hide();break;case"all":d.show();break;default:jQuery(document).trigger("list-filter",[c,d])}return!1}jQuery(document).on("wpmui-radio-slider-updated",".wpmui-radio-slider",d),jQuery(document).on("click",".toggle-details",b),jQuery(document).on("click",".has-details",c),jQuery(document).on("click",".wp-filter .filter",e)});
1
  /*! WPMU Dev code library - v3.0.4
2
  * http://premium.wpmudev.org/
3
+ * Copyright (c) 2018; * Licensed GPLv2+ */
4
 
5
  jQuery(function(){function a(a){var b=jQuery(".wpmui-list-table.has-details"),c=b.find(".list-card.detail-mode"),d=jQuery(window).innerHeight()-132;c.length&&c.height(d)}function b(b){var d=jQuery(this).parents(".list-card"),e=d.parents(".wpmui-list-table"),f=jQuery(window).innerHeight()-132;e.hasClass("has-details")?c():(window.scrollTo(0,0),e.addClass("has-details"),d.addClass("detail-mode"),d.height(f),d.hide(),jQuery(window).on("resize",a),a(),window.setTimeout(function(){d.show()},10))}function c(b){var c=!1;if(void 0===b&&(c=!0),void 0!==b&&void 0!==b.target){jQuery(b.target).hasClass("wpmui-list-table")&&(c=!0)}if(c){var d=jQuery(".list-card.detail-mode");jQuery(".wpmui-list-table.has-details").removeClass("has-details"),d.removeClass("detail-mode"),d.height("auto"),jQuery(window).off("resize",a)}}function d(a,b,c){var d=jQuery(this),e=d.parents(".list-card");!0!==b._is_detail&&(b.value?e.addClass("active"):e.removeClass("active"))}function e(a){var b=jQuery(this),c=b.data("filter"),d=jQuery(".list-card");switch(b.parents(".wp-filter").find(".current").removeClass("current"),b.addClass("current"),c){case"active":d.hide().filter(".active").show();break;case"inactive":d.show().filter(".active").hide();break;case"all":d.show();break;default:jQuery(document).trigger("list-filter",[c,d])}return!1}jQuery(document).on("wpmui-radio-slider-updated",".wpmui-radio-slider",d),jQuery(document).on("click",".toggle-details",b),jQuery(document).on("click",".has-details",c),jQuery(document).on("click",".wp-filter .filter",e)});
inc/external/wpmu-lib/js/wpmu-ui.3.js CHANGED
@@ -1,6 +1,6 @@
1
  /*! WPMU Dev code library - v3.0.4
2
  * http://premium.wpmudev.org/
3
- * Copyright (c) 2017; * Licensed GPLv2+ */
4
  /*!
5
  * WPMU Dev UI library
6
  * (Philipp Stracker for WPMU Dev)
1
  /*! WPMU Dev code library - v3.0.4
2
  * http://premium.wpmudev.org/
3
+ * Copyright (c) 2018; * Licensed GPLv2+ */
4
  /*!
5
  * WPMU Dev UI library
6
  * (Philipp Stracker for WPMU Dev)
inc/external/wpmu-lib/js/wpmu-ui.3.min.js CHANGED
@@ -1,5 +1,5 @@
1
  /*! WPMU Dev code library - v3.0.4
2
  * http://premium.wpmudev.org/
3
- * Copyright (c) 2017; * Licensed GPLv2+ */
4
 
5
  !function(a){function b(){null===f&&(e=jQuery(document),f=jQuery("html"),g=jQuery("body"),c(),d(),g.hasClass("no-auto-init")||window.setTimeout(function(){a.upgrade_multiselect(),a.upgrade_tooltips(),a.bind_radio_sliders(),a.bind_wp_color_picker(),a.bind_wp_media()},20),a.binary=new a.WpmUiBinary)}function c(){var a=function(a){var b=jQuery(this).closest(".wpmui-box");return a.preventDefault(),!b.hasClass("static")&&(b.toggleClass("closed"),!1)};g.on("click",".wpmui-box > h3",a),g.on("click",".wpmui-box > h3 > .toggle",a)}function d(){var a=function(a){var b=jQuery(this),c=b.closest(".wpmui-tabs"),d=c.next(".wpmui-tab-contents"),e=c.find(".active.tab"),f=b.attr("href"),g=e.attr("href"),h=d.find(f),i=d.find(g);return b.hasClass("active")||(e.removeClass("active"),i.removeClass("active")),b.addClass("active"),h.addClass("active"),a.preventDefault(),!1};g.on("click",".wpmui-tabs .tab",a)}var e=null,f=null,g=null,h=null;a.popup=function(c,d){return b(),new a.WpmUiWindow(c,d)},a.progressbar=function(){return b(),new a.WpmUiProgress},a.ajax=function(c,d){return b(),new a.WpmUiAjaxData(c,d)},a.upgrade_multiselect=function(a){b(),a=jQuery(a||g);var c=a.find("select[multiple]").not("select[data-select-ajax]"),d=a.find("select[data-select-ajax]"),e=function(a){var b=a.attr("id"),c="#s2id_"+b;a.parent().find(c).remove()},f=function(){var b=jQuery(this),c={closeOnSelect:!1,width:"100%"};"object"!=typeof b.data("select2")&&"object"!=typeof b.data("chosen")&&(b.filter("[class*=acf-]").length||"1"!==b.data("wpmui-select")&&(b.closest(".no-auto-init",a[0]).length||(b.data("wpmui-select","1"),e(b),"function"==typeof b.wpmuiSelect&&window.setTimeout(function(){b.wpmuiSelect(c)},1))))},h=function(){var b=function(a){return a.text},c=jQuery(this),d={closeOnSelect:!1,width:"100%",multiple:!0,minimumInputLength:1,ajax:{url:c.attr("data-select-ajax"),dataType:"json",quietMillis:100,cache:!0,data:function(a){return{q:a.term,page:a.page}},processResults:function(a,b){return{results:a.items}}},templateResult:b,templateSelection:b};"object"!=typeof c.data("select2")&&"object"!=typeof c.data("chosen")&&(c.filter("[class*=acf-]").length||"1"!==c.data("wpmui-select")&&(c.closest(".no-auto-init",a[0]).length||(c.data("wpmui-select","1"),e(c),"function"==typeof c.wpmuiSelect&&window.setTimeout(function(){c.wpmuiSelect(d)},1))))};"function"==typeof jQuery.fn.each2?(c.each2(f),d.each2(h)):(c.each(f),d.each(h))},a.message=function(a){var c,d,e,f;b();var g=function(a){return a.preventDefault(),d.remove(),!1},h=function(a){jQuery(this).closest(".wpmui-msg").find(".debug").toggle()};return void 0!==a&&(("string"==typeof a||a instanceof Array)&&(a={message:a}),a.message instanceof Array&&(a.message=a.message.join("<br />")),!!a.message&&(a.type=void 0===a.type?"ok":a.type.toString().toLowerCase(),a.close=void 0===a.close||a.close,a.parent=void 0===a.parent?".wrap":a.parent,a.insert_after=void 0===a.insert_after?"h2":a.insert_after,a.id=void 0===a.id?"":a.id.toString().toLowerCase(),a.class=void 0===a.class?"":a.class.toString().toLowerCase(),a.details=void 0!==a.details&&a.details,"error"!==a.type&&"red"!==a.type||(a.type="err"),"success"!==a.type&&"green"!==a.type||(a.type="ok"),c=jQuery(a.parent).first(),!!c.length&&(a.id&&jQuery('.wpmui-msg[data-id="'+a.id+'"]').length?(d=jQuery('.wpmui-msg[data-id="'+a.id+'"]').first(),f=!1):(d=jQuery("<div><p></p></div>"),a.id&&d.attr("data-id",a.id),f=!0),d.find("p").html(a.message),"err"===a.type&&a.details&&window.JSON&&(jQuery('<div class="debug" style="display:none"></div>').appendTo(d).text(JSON.stringify(a.details)),jQuery('<i class="dashicons dashicons-editor-help light"></i>').prependTo(d.find("p:first")).click(h).after(" ")),d.removeClass().addClass("updated wpmui-msg "+a.class),"err"===a.type&&d.addClass("error"),f&&(a.close&&(e=jQuery('<a href="#" class="notice-dismiss"></a>'),e.prependTo(d),e.click(g)),a.insert_after&&c.find(a.insert_after).length?(c=c.find(a.insert_after).first(),c.after(d)):c.prepend(d)),!0)))},a.confirm=function(b){function c(){var c=jQuery(this),d=parseInt(c.data("key"));b.modal&&("fixed"===b.layout?a._close_modal():e.remove()),f.remove(),"function"==typeof b.callback&&b.callback(d)}var d,e,f,h,i,j,k;if(!b instanceof Object)return!1;if(void 0===b.message)return!1;for(b.modal=void 0===b.modal||b.modal,b.layout=void 0===b.layout?"fixed":b.layout,b.parent=void 0===b.parent?g:b.parent,b.buttons=void 0===b.buttons?["OK"]:b.buttons,b.callback=void 0!==b.callback&&b.callback,d=jQuery(b.parent),b.modal&&("fixed"===b.layout?a._make_modal("wpmui-confirm-modal"):e=jQuery('<div class="wpmui-confirm-modal"></div>').css({position:b.layout}).appendTo(d)),f=jQuery('<div class="wpmui-confirm-box"></div>').css({position:b.layout}).appendTo(d),h=jQuery('<div class="wpmui-confirm-msg"></div>').html(b.message),i=jQuery('<div class="wpmui-confirm-btn"></div>'),k=!0,j=0;j<b.buttons.length;j+=1)jQuery("<button></button>").html(b.buttons[j]).addClass(k?"button-primary":"button-secondary").data("key",j).click(c).prependTo(i),k=!1;return h.appendTo(f),i.appendTo(f).find(".button-primary").focus(),!0},a.tooltip=function(a,c){var d,e;b();var f=function(b){var d=b.outerWidth(),e=b.outerHeight(),f=a.outerWidth(),g=a.outerHeight(),h={};switch(h.left=(f-d)/2,h.top=(g-e)/2,h[c.pos]="auto",c.pos){case"top":h.bottom=g+5;break;case"bottom":h.top=g+5;break;case"left":h.right=f+5;break;case"right":h.left=f+5}b.css(h)},g=function(a){var b=jQuery(this).closest(".wpmui-tip-box").find(".wpmui-tip");b.addClass("wpmui-visible"),b.show(),f(b),window.setTimeout(function(){f(b)},35)},h=function(a){var b=jQuery(this).closest(".wpmui-tip-box").find(".wpmui-tip");b.removeClass("wpmui-visible"),b.hide()},i=function(a){d.hasClass("wpmui-visible")?h.call(this,a):g.call(this,a)};return"string"==typeof c&&(c={content:c}),void 0!==c.content&&(a=jQuery(a),!!a.length&&(c.trigger=void 0===c.trigger?"hover":c.trigger.toString().toLowerCase(),c.pos=void 0===c.pos?"top":c.pos.toString().toLowerCase(),c.class=void 0===c.class?"":c.class.toString().toLowerCase(),e=a.parent(),e.hasClass("wpmui-tip-box")||(e=a.wrap('<span class="wpmui-tip-box"></span>').parent().addClass(c.class+"-box")),d=e.find("> .wpmui-tip"),a.off(),d.length||(d=jQuery('<div class="wpmui-tip"></div>'),d.addClass(c.class).addClass(c.pos).appendTo(a.parent()).hide(),isNaN(c.width)||d.width(c.width)),"hover"===c.trigger?a.on("mouseenter",g).on("mouseleave",h):"click"===c.trigger&&a.on("click",i),d.html(c.content),!0))},a.upgrade_tooltips=function(){jQuery("[data-wpmui-tooltip]").each(function(){var b=jQuery(this),c={content:b.attr("data-wpmui-tooltip"),pos:b.attr("data-pos"),trigger:b.attr("data-trigger"),class:b.attr("data-class"),width:b.attr("data-width")};a.tooltip(b,c)})},a.obj=function(a){var b={};if(a instanceof Object)b=a;else if(a instanceof Array)if("function"==typeof a.reduce)b=a.reduce(function(a,b,c){return a[c]=b,a},{});else for(var c=a.length-1;c>0;c-=1)void 0!==a[c]&&(b[c]=a[c]);else"string"==typeof a?b.scalar=a:"number"==typeof a?b.scalar=a:"boolean"==typeof a&&(b.scalar=a);return b},a.bind_radio_sliders=function(){jQuery(".wpmui-radio-slider").on("click",function(a){var b=jQuery(this),c=jQuery(".wpmui-toggle",b).data("states"),d=jQuery("input.wpmui-hidden[type=hidden]",b),e=Object.keys(c)[0],f=0;1===parseInt(d.val())||e===d.val()?(b.removeClass("on"),f=c[Object.keys(c)[1]]):(b.addClass("on"),f=c[Object.keys(c)[0]]),"boolean"==typeof f&&(f=f?1:0),d.val(f)})},a.bind_wp_color_picker=function(){jQuery.fn.wpColorPicker&&jQuery(".wpmui-color-field").wpColorPicker()},a.bind_wp_media=function(){jQuery(".option-wp_media .image-reset").on("click",function(a){var b=jQuery(this).closest(".option-wp_media");jQuery(".filename",b).html(""),jQuery(".image-preview",b).removeAttr("src"),jQuery(".attachment-id",b).removeAttr("value"),jQuery(this).addClass("disabled"),jQuery(".wp-media-wrapper",b).addClass("hidden")}),jQuery(".option-wp_media .button-select-image").on("click",function(a){var b,c=jQuery(this).closest(".option-wp_media"),d=jQuery(".attachment-id",c).val();if(a.preventDefault(),b)return b.uploader.uploader.param("post_id",d),void b.open();wp.media.model.settings.post.id=d,b=wp.media.frames.file_frame=wp.media({title:"Select a image to upload",button:{text:"Use this image"},multiple:!1}),b.on("select",function(a){var d=b.state().get("selection").first().toJSON();jQuery(".filename",c).html(d.filename),jQuery(".image-preview",c).attr("src",d.url).css("width","auto"),jQuery(".attachment-id",c).val(d.id),jQuery(".image-reset",c).removeClass("disabled"),jQuery(".wp-media-wrapper",c).removeClass("hidden"),wp.media.model.settings.post.id=a}),b.open()}),jQuery("a.add_media").on("click",function(a){wp.media.model.settings.post.id=a})},a._modal_overlay=function(){return null===h&&(h=jQuery("<div></div>").addClass("wpmui-overlay").appendTo(g)),h},a._make_modal=function(b,c){var d=a._modal_overlay();return d.removeClass().addClass("wpmui-overlay"),b&&d.addClass(b),g.addClass("wpmui-has-overlay"),f.addClass("wpmui-no-scroll"),c&&f.addClass(c),d},a._close_modal=function(a){g.removeClass("wpmui-has-overlay"),f.removeClass("wpmui-no-scroll"),a&&f.removeClass(a)},jQuery(function(){b()})}(window.wpmUi=window.wpmUi||{}),function(a){var b=1,c={};a.popups=function(){return c},a.WpmUiWindow=function(d,e){function f(){N&&!N.data("hooked")&&(N.data("hooked",!0),N.on("click",".popup-close",k),N.on("click",".popup-title",l),N.on("click",".close",s.hide),N.on("click",".destroy",s.destroy),N.on("click","thead .check-column :checkbox",q),N.on("click","tfoot .check-column :checkbox",q),N.on("click","tbody .check-column :checkbox",r),jQuery(window).on("resize",n),void 0!==jQuery().draggable&&N.draggable({containment:jQuery("body"),scroll:!1,handle:".popup-title"}))}function g(){N&&N.data("hooked")&&(N.data("hooked",!1),N.off("click",".popup-close",k),N.off("click",".popup-title",l),N.off("click",".close",s.hide),N.off("click",".check-column :checkbox",q),jQuery(window).off("resize",n))}function h(){if(!M)return!1;if(!N)return!1;var b=a._modal_overlay(),e=N.find(".popup-title"),f=N.find(".popup-content"),g=e.find(".the-title");if(d&&!g.length&&(g=e),g.html(z),v?N.removeClass("no-close"):N.addClass("no-close"),E){M.find(".buttons").remove(),N.addClass("no-buttons"),A instanceof jQuery?f.empty().append(A):f.html(A);var h=f.find(".buttons");h.length&&(h.appendTo(N),N.removeClass("no-buttons")),N.addClass(B),E=!1}if(b instanceof jQuery&&b.off("click",m),t)i(),u&&a._make_modal("","has-popup"),w&&b.on("click",m),F&&(F=!1,n()),window.setTimeout(function(){"down"===H?f.css({bottom:e.height()+1}):f.css({top:e.height()+1}),y||window.setTimeout(n,5)},5);else{j();var k,l=!0;for(k in c)if(c[k]!==s&&c[k].is_visible()&&c[k].is_modal()){l=!1;break}l&&a._close_modal("has-popup no-scroll can-scroll")}var o=N.find(".popup-close .dashicons");o.length&&("none"===H?o.removeClass().addClass("dashicons dashicons-no-alt"):"collapsed"===P?o.removeClass().addClass("dashicons").addClass(Q):"expanded"===P&&o.removeClass().addClass("dashicons").addClass(R)),N[0].className=N[0].className.replace(/\sslidein-.+?\b/g,""),"none"===H?(N.removeClass("slidein"),N.removeClass("wdev-slidein"),N.addClass("wdev-window")):(N.addClass("slidein"),N.addClass("slidein-"+H),N.addClass("slidein-"+P),N.addClass("wdev-slidein"),N.removeClass("wdev-window")),G.top&&N.addClass("snap-top"),G.left&&N.addClass("snap-left"),G.right&&N.addClass("snap-right"),G.bottom&&N.addClass("snap-bottom")}function i(){N.show();var a="none"!==H,b="collapsed"===P;if(a){if(!b&&"none"===P){var c={};P="collapsed",c=o(c),c=p(c),N.css(c),b=!0}b&&(P="expanding",n(S),F=!1,window.setTimeout(function(){P="expanded",h(),window.setTimeout(n,10)},S))}}function j(){switch(H){case"up":case"down":if("expanded"===P){var a=jQuery(window),b=(a.innerHeight(),N.position()),c={};c["margin-top"]=0,c["margin-bottom"]=0,c.bottom="auto",c.top=b.top,N.css(c),P="collapsing",c=p(),N.animate(c,S,function(){P="collapsed",h(),window.setTimeout(n,10)})}break;default:N.hide()}}function k(a){"none"===H?s.hide():t?s.hide():s.show(),a.stopPropagation()}function l(a){"none"!==H&&(t?s.hide():s.show(),a.stopPropagation())}function m(){var b=a._modal_overlay();return!!M&&(!(!b instanceof jQuery)&&(b.off("click",m),void s.hide()))}function n(a){if(!N)return!1;if("function"==typeof L)L.apply(s,[s.$()]);else{var b={};b=o(b),b=p(b),!isNaN(a)&&a>0?N.animate(b,a):N.css(b)}}function o(a){var b=jQuery(window),c=b.innerWidth(),d=b.innerHeight(),e=parseInt(N.css("border-left-width"))+parseInt(N.css("border-right-width")),f=parseInt(N.css("border-top-width"))+parseInt(N.css("border-bottom-width")),g=x+e,h=y+f;if("object"!=typeof a&&(a={}),!y||!x){var i=!x,j=!y,k=0,l=0;N.find("*").each(function(){var a=jQuery(this),b=a.position(),c=a.outerWidth()+b.left,d=a.outerHeight()+b.top;i&&k<c&&(k=c),j&&l<d&&(l=d)}),i&&(g=k+e),j&&(h=l+f)}return G.left&&G.right?a.width=c-e:(c<g&&(g=c),a.width=g-e),G.top&&G.bottom?a.height=d-f:(d<h&&(h=d),a.height=h-f),a}function p(a){var b=jQuery(window),c=N.find(".slidein-toggle"),d=b.innerWidth(),e=b.innerHeight(),f=parseInt(N.css("border-left-width"))+parseInt(N.css("border-right-width")),g=parseInt(N.css("border-top-width"))+parseInt(N.css("border-bottom-width"));return"object"!=typeof a&&(a={}),void 0!==a.width&&void 0!==a.height||(a=o(a)),G.left||G.right?G.left&&G.right?a.left=0:(G.left&&(a.left=0),G.right&&(a.left=d-a.width-f)):a.left=(d-a.width)/2,"none"===H||"collapsed"!==P&&"collapsing"!==P?G.top||G.bottom?G.top&&G.bottom?a.top=0:(G.top&&(a.top=0),G.bottom&&(a.top=e-a.height-g)):a.top=(e-a.height)/2:a.top="down"===H?c.outerHeight()-a.height:e-c.outerHeight(),a["margin-top"]=0,a["margin-bottom"]=0,a.bottom="auto",a.right="auto",void 0===a.top&&(a.top="auto"),void 0===a.left&&(a.left="auto"),a}function q(a){var b=jQuery(this),c=b.prop("checked");a.shiftKey;b.closest("table").children("tbody, thead, tfoot").filter(":visible").children().children(".check-column").find(":checkbox").prop("checked",c)}function r(a){var b=jQuery(this),c=b.closest("tbody").find(":checkbox").filter(":visible").not(":checked");return b.closest("table").children("thead, tfoot").find(":checkbox").prop("checked",0===c.length),!0}var s=this,t=!1,u=!1,v=!0,w=!0,x=740,y=400,z="Window",A="",B="",C="",D="",E=!1,F=!1,G={top:!1,left:!1,right:!1,bottom:!1},H="none",I=null,J=null,K=null,L=null,M=null,N=null,O="hidden",P="none",Q="",R="",S=400;this.id=0,this.is_modal=function(){return u},this.is_visible=function(){return t},this.is_slidein=function(){return H},this.get_snap=function(){return G},this.modal=function(a,b){return void 0===b&&(b=!0),u=!!a,w=!!b,h(),s},this.size=function(a,b){var c=parseFloat(a),d=parseFloat(b);return isNaN(c)&&(c=0),isNaN(d)&&(d=0),c>=0&&(x=c),d>=0&&(y=d),F=!0,h(),s},this.snap=function(){var a=!1;G={top:!1,left:!1,right:!1,bottom:!1};for(var b=0;b<arguments.length&&!a;b+=1){var c=arguments[b].toLowerCase();switch(c){case"top":case"left":case"right":case"bottom":G[c]=!0;break;case"none":case"center":a=!0}}return a&&(G={top:!1,left:!1,right:!1,bottom:!1}),F=!0,h(),s},this.slidein=function(a,b){switch(a=a.toLowerCase(),H="none",a){case"down":H="down",Q="dashicons-arrow-down-alt2",R="dashicons-arrow-up-alt2";break;case"up":H="up",Q="dashicons-arrow-up-alt2",R="dashicons-arrow-down-alt2"}return!isNaN(b)&&b>=0&&(S=b),F=!0,h(),s},this.animate=function(a,b){var c=!1,d="Webkit Moz O ms Khtml".split(" ");if(void 0!==N[0].style.animationName&&(c=!0),!1===c)for(var e=0;e<d.length;e++)if(void 0!==N[0].style[d[e]+"AnimationName"]){c=!0;break}return c||(a="",b=""),C=a,D=b,s},this.set_class=function(a){return B=a,E=!0,h(),s},this.onresize=function(a){return L=a,s},this.onshow=function(a){return I=a,s},this.onhide=function(a){return J=a,s},this.onclose=function(a){return K=a,s},this.loading=function(a){return a?N.addClass("wpmui-loading"):N.removeClass("wpmui-loading"),s},this.confirm=function(b){return"visible"!==O?s:!b instanceof Object?s:(b.layout="absolute",b.parent=N,a.confirm(b),s)},this.title=function(a,b){return void 0===b&&(b=!0),z=a,v=!!b,h(),s},this.content=function(a,b){return A=a instanceof jQuery?b?a:a.html():a,F=!0,E=!0,h(),s},this.show=function(){return M.appendTo(jQuery("body")),N.hide(),f(),t=!0,F=!0,O="visible",h(),N.hide(),window.setTimeout(function(){N.show()},2),"none"===H&&C&&(N.addClass(C+" animated"),N.one("webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend",function(){N.removeClass("animated"),N.removeClass(C)})),"function"==typeof I&&I.apply(s,[s.$()]),s},this.hide=function(){function a(){"none"===H&&(M.detach(),g()),t=!1,O="hidden",h(),"function"==typeof J&&J.apply(s,[s.$()])}return"none"===H&&D?(N.addClass(D+" animated"),N.one("webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend",function(){N.removeClass("animated"),N.removeClass(D),a()})):a(),s},this.destroy=function(){var a=J;"closing"!==O&&(J=function(){"function"==typeof a&&a.apply(s,[s.$()]),O="closing","function"==typeof K&&K.apply(s,[s.$()]),M.remove(),M=null,N=null,delete c[s.id],s=null},s.hide())},this.on=function(a,b,c){return M.on(a,b,c),M.filter(b).length&&M.on(a,c),s},this.off=function(a,b,c){return M.off(a,b,c),M.filter(b).length&&M.off(a,c),s},this.$=function(a){return a?M.find(a):M},s=this,function(){s.id=b,b+=1,c[s.id]=s,d||(d='<div class="wpmui-popup"><div class="popup-title"><span class="the-title"></span><span class="popup-close"><i class="dashicons dashicons-no-alt"></i></span></div><div class="popup-content"></div></div>'),M=jQuery(d),e&&jQuery("<style>"+e+"</style>").prependTo(M),M.filter(".popup").length||M.find(".popup").length||M.addClass("popup"),N=M.hasClass("popup")?M:M.find(".popup").first(),N.find(".popup-title").length||(s.title=function(){return s}),N.find(".popup-content").length||(s.content=function(){return s}),N.find(".slidein-toggle").length||(N.find(".popup-title .popup-close").length?N.find(".popup-title .popup-close").addClass("slidein-toggle"):N.find(".popup-title").length?N.find(".popup-title").addClass("slidein-toggle"):N.prepend('<span class="slidein-toggle only-slidein"><i class="dashicons"></i></span>')),t=!1}()}}(window.wpmUi=window.wpmUi||{}),function(a){a.WpmUiProgress=function(){function a(){var a=c/d*100;a<0&&(a=0),a>100&&(a=100),g.width(a+"%"),j.text(parseInt(a)+" %"),e&&e.length?(i.html(e),i.show()):i.hide()}var b=this,c=0,d=100,e="",f=null,g=null,h=null,i=null,j=null;this.value=function(d){return isNaN(d)||(c=parseInt(d),a()),b},this.max=function(c){return isNaN(c)||(d=parseInt(c),a()),b},this.label=function(c){return e=c,a(),b},this.on=function(a,c,d){return f.on(a,c,d),b},this.off=function(a,c,d){return f.off(a,c,d),b},this.$=function(){return f},b=this,function(){d=100,c=0,f=jQuery('<div class="wpmui-progress-wrap"></div>'),h=jQuery('<div class="wpmui-progress-full"></div>'),g=jQuery('<div class="wpmui-progress"></div>'),i=jQuery('<div class="wpmui-progress-label"></div>'),j=jQuery('<div class="wpmui-progress-percent"></div>'),g.appendTo(h),j.appendTo(h),h.appendTo(f),i.appendTo(f),a()}()}}(window.wpmUi=window.wpmUi||{}),function(a){a.add_action||(a.filters=a.filters||{},a.add_action=function(b,c,d){a.add_filter(b,c,d)},a.add_filter=function(b,c,d){void 0!==c&&(void 0===d&&(d=10),a.filters[b]=a.filters[b]||[],a.filters[b].push({priority:d,callback:c}))},a.remove_action=function(b,c){a.remove_filter(b,c)},a.remove_filter=function(b,c){a.filters[b]=a.filters[b]||[],a.filters[b].forEach(function(d,e){d.callback===c&&a.filters[b].splice(e,1)})},a.remove_all_actions=function(b,c){a.remove_all_filters(b,c)},a.remove_all_filters=function(b,c){a.filters[b]=a.filters[b]||[],void 0===c?a.filters[b]=[]:a.filters[b].forEach(function(d,e){d.priority===c&&a.filters[b].splice(e,1)})},a.do_action=function(b,c){var d=[];void 0!==a.filters[b]&&a.filters[b].length>0&&(a.filters[b].forEach(function(a){d[a.priority]=d[a.priority]||[],d[a.priority].push(a.callback)}),d.forEach(function(a){a.forEach(function(a){a(c)})}))},a.apply_filters=function(b,c,d){var e=[];return void 0!==a.filters[b]&&a.filters[b].length>0&&(a.filters[b].forEach(function(a){e[a.priority]=e[a.priority]||[],e[a.priority].push(a.callback)}),e.forEach(function(a){a.forEach(function(a){c=a(c,d)})})),c})}(window.wpmUi=window.wpmUi||{}),function(a){a.WpmUiAjaxData=function(a,b){function c(){var a=document.createElement("INPUT"),b=new XMLHttpRequest;a.type="file",p="files"in a,o=!!(b&&"upload"in b&&"onprogress"in b.upload),q=!!window.FormData}function d(){var a=new window.XMLHttpRequest;return o&&(a.upload.addEventListener("progress",function(a){if(a.lengthComputable){e(a.loaded/a.total)}else e(-1)},!1),a.addEventListener("progress",function(a){if(a.lengthComputable){e(a.loaded/a.total)}else e(-1)},!1)),a}function e(a){o&&"function"==typeof m&&m(a)}function f(a,b,c){e(100),"function"==typeof n&&n(a,b,c)}function g(a,b){var c={};if(b=b&&q,l instanceof jQuery)if(l.find(".wp-editor-area").each(function(){var a=jQuery(this).attr("id"),b="#wp-"+a+"-wrap",c=jQuery(b),d=window.tinyMCE.get(a);d&&c.hasClass("tmce-active")&&d.save()}),b)c=new window.FormData(l[0]);else{c={};var d={},e={validate:/^[a-zA-Z_][a-zA-Z0-9_-]*(?:\[(?:\d*|[a-zA-Z0-9_]+)\])*$/,key:/[a-zA-Z0-9_-]+|(?=\[\])/g,push:/^$/,fixed:/^\d+$/,named:/^[a-zA-Z0-9_-]+$/},f=function(a,b,c){return a[b]=c,a},g=function(a){return void 0===d[a]&&(d[a]=0),d[a]++};jQuery.each(l.serializeArray(),function(){if(e.validate.test(this.name)){for(var a,b=this.name.match(e.key),d=this.value,h=this.name;void 0!==(a=b.pop());)h=h.replace(new RegExp("\\["+a+"\\]$"),""),a.match(e.push)?d=f([],g(h),d):a.match(e.fixed)?d=f([],a,d):a.match(e.named)&&(d=f({},a,d));c=jQuery.extend(!0,c,d)}}),l.find("input[type=file]").each(function(){var a=jQuery(this),b=a.attr("name"),d=a.clone(!0)[0];c[":files"]=c[":files"]||{},c[":files"][b]=d})}else if("string"==typeof l){var h=l.split("&").map(function(a){return a.split("=",2)});c=b?new window.FormData:{};for(var i in h){var j=decodeURI(h[i][0]),k=decodeURI(h[i][1]);b?c.append(j,k):void 0!==c[j]?("object"!=typeof c[j]&&(c[j]=[c[j]]),c[j].push(k)):c[j]=k}}else if("object"==typeof l)if(b){c=new window.FormData;for(var m in l)l.hasOwnProperty(m)&&c.append(m,l[m])}else c=jQuery.extend({},l);return void 0!==a&&(c instanceof window.FormData?c.append("action",a):c.action=a),c}function h(b,c){var h=g(b,!0),i={},j=null,k=!1;"json"!==c&&(c="text"),e(-1),i={url:a,type:"POST",dataType:"html",data:h,xhr:d,success:function(a,b,d){if(k=!0,j=a,"json"===c)try{j=jQuery.parseJSON(a)}catch(b){j={status:"ERR",data:a}}},error:function(a,b,c){k=!1,j=c},complete:function(a,b){j instanceof Object&&"ERR"===j.status&&(k=!1),f(j,k,a)}},h instanceof window.FormData&&(i.processData=!1,i.contentType=!1),jQuery.ajax(i)}function i(b,c){var d=g(b,!1),e=jQuery("<form></form>"),f="";for(var h in d)if(d.hasOwnProperty(h))if(":files"===h)for(var i in d[h]){var j=d[h][i];e.append(j)}else"action"===h?f=h+"="+d[h].toString():jQuery('<input type="hidden" />').attr("name",h).attr("value",d[h]).appendTo(e);f=-1===a.indexOf("?")?"?"+f:"&"+f,e.attr("action",a+f).attr("method","POST").attr("enctype","multipart/form-data").attr("target",c).hide().appendTo(jQuery("body")),e.submit()}var j=this,k=null,l={},m=null,n=null,o=!1,p=!1,q=!1;this.data=function(a){return l=a,j},this.extract_data=function(a){return l=a,g(void 0,!1)},this.onprogress=function(a){return m=a,j},this.ondone=function(a){return n=a,j},this.reset=function(){return l={},m=null,n=null,j},this.load_text=function(a){return a=a||b,h(a,"text"),j},this.load_json=function(a){return a=a||b,h(a,"json"),j},this.load_http=function(a,c){return a=a||"wpmui_void",c=c||b,i(c,a),j},j=this,function(){a||"string"!=typeof window.ajaxurl||(a=window.ajaxurl),k=jQuery("body").find("#wpmui_void"),k.length||(k=jQuery("<iframe></iframe>").attr("name","wpmui_void").attr("id","wpmui_void").css({width:1,height:1,display:"none",visibility:"hidden",position:"absolute",left:-1e3,top:-1e3}).hide().appendTo(jQuery("body"))),c(),j.reset()}()}}(window.wpmUi=window.wpmUi||{}),function(a){a.WpmUiBinary=function(){var b="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";a.WpmUiBinary.utf8_encode=function(a){if("string"!=typeof a)return a;a=a.replace(/\r\n/g,"\n");var b,c="",d=0;for(d;d<a.length;d++)b=a.charCodeAt(d),b<128?c+=String.fromCharCode(b):b>127&&b<2048?(c+=String.fromCharCode(b>>6|192),c+=String.fromCharCode(63&b|128)):(c+=String.fromCharCode(b>>12|224),c+=String.fromCharCode(b>>6&63|128),c+=String.fromCharCode(63&b|128));return c},a.WpmUiBinary.utf8_decode=function(a){if("string"!=typeof a)return a;for(var b="",c=0,d=0;c<a.length;)d=a.charCodeAt(c),d<128?(b+=String.fromCharCode(d),c+=1):d>191&&d<224?(b+=String.fromCharCode((31&d)<<6|63&a.charCodeAt(c+1)),c+=2):(b+=String.fromCharCode((15&d)<<12|(63&a.charCodeAt(c+1))<<6|63&a.charCodeAt(c+2)),c+=3);return b},a.WpmUiBinary.base64_encode=function(c){if("string"!=typeof c)return c;c=a.WpmUiBinary.utf8_encode(c);for(var d,e,f,g,h,i,j,k="",l=0;l<c.length;)d=c.charCodeAt(l++),e=c.charCodeAt(l++),f=c.charCodeAt(l++),g=d>>2,h=(3&d)<<4|e>>4,i=(15&e)<<2|f>>6,j=63&f,isNaN(e)?i=j=64:isNaN(f)&&(j=64),k+=b.charAt(g)+b.charAt(h)+b.charAt(i)+b.charAt(j);return k},a.WpmUiBinary.base64_decode=function(c){if("string"!=typeof c)return c;c.replace(/[^A-Za-z0-9\+\/\=]/g,"");for(var d,e,f,g,h,i,j,k="",l=0;l<c.length;)g=b.indexOf(c.charAt(l++)),h=b.indexOf(c.charAt(l++)),i=b.indexOf(c.charAt(l++)),j=b.indexOf(c.charAt(l++)),d=g<<2|h>>4,e=(15&h)<<4|i>>2,f=(3&i)<<6|j,k+=String.fromCharCode(d),64!==i&&(k+=String.fromCharCode(e)),64!==j&&(k+=String.fromCharCode(f));return a.WpmUiBinary.utf8_decode(k)}}}(window.wpmUi=window.wpmUi||{});
1
  /*! WPMU Dev code library - v3.0.4
2
  * http://premium.wpmudev.org/
3
+ * Copyright (c) 2018; * Licensed GPLv2+ */
4
 
5
  !function(a){function b(){null===f&&(e=jQuery(document),f=jQuery("html"),g=jQuery("body"),c(),d(),g.hasClass("no-auto-init")||window.setTimeout(function(){a.upgrade_multiselect(),a.upgrade_tooltips(),a.bind_radio_sliders(),a.bind_wp_color_picker(),a.bind_wp_media()},20),a.binary=new a.WpmUiBinary)}function c(){var a=function(a){var b=jQuery(this).closest(".wpmui-box");return a.preventDefault(),!b.hasClass("static")&&(b.toggleClass("closed"),!1)};g.on("click",".wpmui-box > h3",a),g.on("click",".wpmui-box > h3 > .toggle",a)}function d(){var a=function(a){var b=jQuery(this),c=b.closest(".wpmui-tabs"),d=c.next(".wpmui-tab-contents"),e=c.find(".active.tab"),f=b.attr("href"),g=e.attr("href"),h=d.find(f),i=d.find(g);return b.hasClass("active")||(e.removeClass("active"),i.removeClass("active")),b.addClass("active"),h.addClass("active"),a.preventDefault(),!1};g.on("click",".wpmui-tabs .tab",a)}var e=null,f=null,g=null,h=null;a.popup=function(c,d){return b(),new a.WpmUiWindow(c,d)},a.progressbar=function(){return b(),new a.WpmUiProgress},a.ajax=function(c,d){return b(),new a.WpmUiAjaxData(c,d)},a.upgrade_multiselect=function(a){b(),a=jQuery(a||g);var c=a.find("select[multiple]").not("select[data-select-ajax]"),d=a.find("select[data-select-ajax]"),e=function(a){var b=a.attr("id"),c="#s2id_"+b;a.parent().find(c).remove()},f=function(){var b=jQuery(this),c={closeOnSelect:!1,width:"100%"};"object"!=typeof b.data("select2")&&"object"!=typeof b.data("chosen")&&(b.filter("[class*=acf-]").length||"1"!==b.data("wpmui-select")&&(b.closest(".no-auto-init",a[0]).length||(b.data("wpmui-select","1"),e(b),"function"==typeof b.wpmuiSelect&&window.setTimeout(function(){b.wpmuiSelect(c)},1))))},h=function(){var b=function(a){return a.text},c=jQuery(this),d={closeOnSelect:!1,width:"100%",multiple:!0,minimumInputLength:1,ajax:{url:c.attr("data-select-ajax"),dataType:"json",quietMillis:100,cache:!0,data:function(a){return{q:a.term,page:a.page}},processResults:function(a,b){return{results:a.items}}},templateResult:b,templateSelection:b};"object"!=typeof c.data("select2")&&"object"!=typeof c.data("chosen")&&(c.filter("[class*=acf-]").length||"1"!==c.data("wpmui-select")&&(c.closest(".no-auto-init",a[0]).length||(c.data("wpmui-select","1"),e(c),"function"==typeof c.wpmuiSelect&&window.setTimeout(function(){c.wpmuiSelect(d)},1))))};"function"==typeof jQuery.fn.each2?(c.each2(f),d.each2(h)):(c.each(f),d.each(h))},a.message=function(a){var c,d,e,f;b();var g=function(a){return a.preventDefault(),d.remove(),!1},h=function(a){jQuery(this).closest(".wpmui-msg").find(".debug").toggle()};return void 0!==a&&(("string"==typeof a||a instanceof Array)&&(a={message:a}),a.message instanceof Array&&(a.message=a.message.join("<br />")),!!a.message&&(a.type=void 0===a.type?"ok":a.type.toString().toLowerCase(),a.close=void 0===a.close||a.close,a.parent=void 0===a.parent?".wrap":a.parent,a.insert_after=void 0===a.insert_after?"h2":a.insert_after,a.id=void 0===a.id?"":a.id.toString().toLowerCase(),a.class=void 0===a.class?"":a.class.toString().toLowerCase(),a.details=void 0!==a.details&&a.details,"error"!==a.type&&"red"!==a.type||(a.type="err"),"success"!==a.type&&"green"!==a.type||(a.type="ok"),c=jQuery(a.parent).first(),!!c.length&&(a.id&&jQuery('.wpmui-msg[data-id="'+a.id+'"]').length?(d=jQuery('.wpmui-msg[data-id="'+a.id+'"]').first(),f=!1):(d=jQuery("<div><p></p></div>"),a.id&&d.attr("data-id",a.id),f=!0),d.find("p").html(a.message),"err"===a.type&&a.details&&window.JSON&&(jQuery('<div class="debug" style="display:none"></div>').appendTo(d).text(JSON.stringify(a.details)),jQuery('<i class="dashicons dashicons-editor-help light"></i>').prependTo(d.find("p:first")).click(h).after(" ")),d.removeClass().addClass("updated wpmui-msg "+a.class),"err"===a.type&&d.addClass("error"),f&&(a.close&&(e=jQuery('<a href="#" class="notice-dismiss"></a>'),e.prependTo(d),e.click(g)),a.insert_after&&c.find(a.insert_after).length?(c=c.find(a.insert_after).first(),c.after(d)):c.prepend(d)),!0)))},a.confirm=function(b){function c(){var c=jQuery(this),d=parseInt(c.data("key"));b.modal&&("fixed"===b.layout?a._close_modal():e.remove()),f.remove(),"function"==typeof b.callback&&b.callback(d)}var d,e,f,h,i,j,k;if(!b instanceof Object)return!1;if(void 0===b.message)return!1;for(b.modal=void 0===b.modal||b.modal,b.layout=void 0===b.layout?"fixed":b.layout,b.parent=void 0===b.parent?g:b.parent,b.buttons=void 0===b.buttons?["OK"]:b.buttons,b.callback=void 0!==b.callback&&b.callback,d=jQuery(b.parent),b.modal&&("fixed"===b.layout?a._make_modal("wpmui-confirm-modal"):e=jQuery('<div class="wpmui-confirm-modal"></div>').css({position:b.layout}).appendTo(d)),f=jQuery('<div class="wpmui-confirm-box"></div>').css({position:b.layout}).appendTo(d),h=jQuery('<div class="wpmui-confirm-msg"></div>').html(b.message),i=jQuery('<div class="wpmui-confirm-btn"></div>'),k=!0,j=0;j<b.buttons.length;j+=1)jQuery("<button></button>").html(b.buttons[j]).addClass(k?"button-primary":"button-secondary").data("key",j).click(c).prependTo(i),k=!1;return h.appendTo(f),i.appendTo(f).find(".button-primary").focus(),!0},a.tooltip=function(a,c){var d,e;b();var f=function(b){var d=b.outerWidth(),e=b.outerHeight(),f=a.outerWidth(),g=a.outerHeight(),h={};switch(h.left=(f-d)/2,h.top=(g-e)/2,h[c.pos]="auto",c.pos){case"top":h.bottom=g+5;break;case"bottom":h.top=g+5;break;case"left":h.right=f+5;break;case"right":h.left=f+5}b.css(h)},g=function(a){var b=jQuery(this).closest(".wpmui-tip-box").find(".wpmui-tip");b.addClass("wpmui-visible"),b.show(),f(b),window.setTimeout(function(){f(b)},35)},h=function(a){var b=jQuery(this).closest(".wpmui-tip-box").find(".wpmui-tip");b.removeClass("wpmui-visible"),b.hide()},i=function(a){d.hasClass("wpmui-visible")?h.call(this,a):g.call(this,a)};return"string"==typeof c&&(c={content:c}),void 0!==c.content&&(a=jQuery(a),!!a.length&&(c.trigger=void 0===c.trigger?"hover":c.trigger.toString().toLowerCase(),c.pos=void 0===c.pos?"top":c.pos.toString().toLowerCase(),c.class=void 0===c.class?"":c.class.toString().toLowerCase(),e=a.parent(),e.hasClass("wpmui-tip-box")||(e=a.wrap('<span class="wpmui-tip-box"></span>').parent().addClass(c.class+"-box")),d=e.find("> .wpmui-tip"),a.off(),d.length||(d=jQuery('<div class="wpmui-tip"></div>'),d.addClass(c.class).addClass(c.pos).appendTo(a.parent()).hide(),isNaN(c.width)||d.width(c.width)),"hover"===c.trigger?a.on("mouseenter",g).on("mouseleave",h):"click"===c.trigger&&a.on("click",i),d.html(c.content),!0))},a.upgrade_tooltips=function(){jQuery("[data-wpmui-tooltip]").each(function(){var b=jQuery(this),c={content:b.attr("data-wpmui-tooltip"),pos:b.attr("data-pos"),trigger:b.attr("data-trigger"),class:b.attr("data-class"),width:b.attr("data-width")};a.tooltip(b,c)})},a.obj=function(a){var b={};if(a instanceof Object)b=a;else if(a instanceof Array)if("function"==typeof a.reduce)b=a.reduce(function(a,b,c){return a[c]=b,a},{});else for(var c=a.length-1;c>0;c-=1)void 0!==a[c]&&(b[c]=a[c]);else"string"==typeof a?b.scalar=a:"number"==typeof a?b.scalar=a:"boolean"==typeof a&&(b.scalar=a);return b},a.bind_radio_sliders=function(){jQuery(".wpmui-radio-slider").on("click",function(a){var b=jQuery(this),c=jQuery(".wpmui-toggle",b).data("states"),d=jQuery("input.wpmui-hidden[type=hidden]",b),e=Object.keys(c)[0],f=0;1===parseInt(d.val())||e===d.val()?(b.removeClass("on"),f=c[Object.keys(c)[1]]):(b.addClass("on"),f=c[Object.keys(c)[0]]),"boolean"==typeof f&&(f=f?1:0),d.val(f)})},a.bind_wp_color_picker=function(){jQuery.fn.wpColorPicker&&jQuery(".wpmui-color-field").wpColorPicker()},a.bind_wp_media=function(){jQuery(".option-wp_media .image-reset").on("click",function(a){var b=jQuery(this).closest(".option-wp_media");jQuery(".filename",b).html(""),jQuery(".image-preview",b).removeAttr("src"),jQuery(".attachment-id",b).removeAttr("value"),jQuery(this).addClass("disabled"),jQuery(".wp-media-wrapper",b).addClass("hidden")}),jQuery(".option-wp_media .button-select-image").on("click",function(a){var b,c=jQuery(this).closest(".option-wp_media"),d=jQuery(".attachment-id",c).val();if(a.preventDefault(),b)return b.uploader.uploader.param("post_id",d),void b.open();wp.media.model.settings.post.id=d,b=wp.media.frames.file_frame=wp.media({title:"Select a image to upload",button:{text:"Use this image"},multiple:!1}),b.on("select",function(a){var d=b.state().get("selection").first().toJSON();jQuery(".filename",c).html(d.filename),jQuery(".image-preview",c).attr("src",d.url).css("width","auto"),jQuery(".attachment-id",c).val(d.id),jQuery(".image-reset",c).removeClass("disabled"),jQuery(".wp-media-wrapper",c).removeClass("hidden"),wp.media.model.settings.post.id=a}),b.open()}),jQuery("a.add_media").on("click",function(a){wp.media.model.settings.post.id=a})},a._modal_overlay=function(){return null===h&&(h=jQuery("<div></div>").addClass("wpmui-overlay").appendTo(g)),h},a._make_modal=function(b,c){var d=a._modal_overlay();return d.removeClass().addClass("wpmui-overlay"),b&&d.addClass(b),g.addClass("wpmui-has-overlay"),f.addClass("wpmui-no-scroll"),c&&f.addClass(c),d},a._close_modal=function(a){g.removeClass("wpmui-has-overlay"),f.removeClass("wpmui-no-scroll"),a&&f.removeClass(a)},jQuery(function(){b()})}(window.wpmUi=window.wpmUi||{}),function(a){var b=1,c={};a.popups=function(){return c},a.WpmUiWindow=function(d,e){function f(){N&&!N.data("hooked")&&(N.data("hooked",!0),N.on("click",".popup-close",k),N.on("click",".popup-title",l),N.on("click",".close",s.hide),N.on("click",".destroy",s.destroy),N.on("click","thead .check-column :checkbox",q),N.on("click","tfoot .check-column :checkbox",q),N.on("click","tbody .check-column :checkbox",r),jQuery(window).on("resize",n),void 0!==jQuery().draggable&&N.draggable({containment:jQuery("body"),scroll:!1,handle:".popup-title"}))}function g(){N&&N.data("hooked")&&(N.data("hooked",!1),N.off("click",".popup-close",k),N.off("click",".popup-title",l),N.off("click",".close",s.hide),N.off("click",".check-column :checkbox",q),jQuery(window).off("resize",n))}function h(){if(!M)return!1;if(!N)return!1;var b=a._modal_overlay(),e=N.find(".popup-title"),f=N.find(".popup-content"),g=e.find(".the-title");if(d&&!g.length&&(g=e),g.html(z),v?N.removeClass("no-close"):N.addClass("no-close"),E){M.find(".buttons").remove(),N.addClass("no-buttons"),A instanceof jQuery?f.empty().append(A):f.html(A);var h=f.find(".buttons");h.length&&(h.appendTo(N),N.removeClass("no-buttons")),N.addClass(B),E=!1}if(b instanceof jQuery&&b.off("click",m),t)i(),u&&a._make_modal("","has-popup"),w&&b.on("click",m),F&&(F=!1,n()),window.setTimeout(function(){"down"===H?f.css({bottom:e.height()+1}):f.css({top:e.height()+1}),y||window.setTimeout(n,5)},5);else{j();var k,l=!0;for(k in c)if(c[k]!==s&&c[k].is_visible()&&c[k].is_modal()){l=!1;break}l&&a._close_modal("has-popup no-scroll can-scroll")}var o=N.find(".popup-close .dashicons");o.length&&("none"===H?o.removeClass().addClass("dashicons dashicons-no-alt"):"collapsed"===P?o.removeClass().addClass("dashicons").addClass(Q):"expanded"===P&&o.removeClass().addClass("dashicons").addClass(R)),N[0].className=N[0].className.replace(/\sslidein-.+?\b/g,""),"none"===H?(N.removeClass("slidein"),N.removeClass("wdev-slidein"),N.addClass("wdev-window")):(N.addClass("slidein"),N.addClass("slidein-"+H),N.addClass("slidein-"+P),N.addClass("wdev-slidein"),N.removeClass("wdev-window")),G.top&&N.addClass("snap-top"),G.left&&N.addClass("snap-left"),G.right&&N.addClass("snap-right"),G.bottom&&N.addClass("snap-bottom")}function i(){N.show();var a="none"!==H,b="collapsed"===P;if(a){if(!b&&"none"===P){var c={};P="collapsed",c=o(c),c=p(c),N.css(c),b=!0}b&&(P="expanding",n(S),F=!1,window.setTimeout(function(){P="expanded",h(),window.setTimeout(n,10)},S))}}function j(){switch(H){case"up":case"down":if("expanded"===P){var a=jQuery(window),b=(a.innerHeight(),N.position()),c={};c["margin-top"]=0,c["margin-bottom"]=0,c.bottom="auto",c.top=b.top,N.css(c),P="collapsing",c=p(),N.animate(c,S,function(){P="collapsed",h(),window.setTimeout(n,10)})}break;default:N.hide()}}function k(a){"none"===H?s.hide():t?s.hide():s.show(),a.stopPropagation()}function l(a){"none"!==H&&(t?s.hide():s.show(),a.stopPropagation())}function m(){var b=a._modal_overlay();return!!M&&(!(!b instanceof jQuery)&&(b.off("click",m),void s.hide()))}function n(a){if(!N)return!1;if("function"==typeof L)L.apply(s,[s.$()]);else{var b={};b=o(b),b=p(b),!isNaN(a)&&a>0?N.animate(b,a):N.css(b)}}function o(a){var b=jQuery(window),c=b.innerWidth(),d=b.innerHeight(),e=parseInt(N.css("border-left-width"))+parseInt(N.css("border-right-width")),f=parseInt(N.css("border-top-width"))+parseInt(N.css("border-bottom-width")),g=x+e,h=y+f;if("object"!=typeof a&&(a={}),!y||!x){var i=!x,j=!y,k=0,l=0;N.find("*").each(function(){var a=jQuery(this),b=a.position(),c=a.outerWidth()+b.left,d=a.outerHeight()+b.top;i&&k<c&&(k=c),j&&l<d&&(l=d)}),i&&(g=k+e),j&&(h=l+f)}return G.left&&G.right?a.width=c-e:(c<g&&(g=c),a.width=g-e),G.top&&G.bottom?a.height=d-f:(d<h&&(h=d),a.height=h-f),a}function p(a){var b=jQuery(window),c=N.find(".slidein-toggle"),d=b.innerWidth(),e=b.innerHeight(),f=parseInt(N.css("border-left-width"))+parseInt(N.css("border-right-width")),g=parseInt(N.css("border-top-width"))+parseInt(N.css("border-bottom-width"));return"object"!=typeof a&&(a={}),void 0!==a.width&&void 0!==a.height||(a=o(a)),G.left||G.right?G.left&&G.right?a.left=0:(G.left&&(a.left=0),G.right&&(a.left=d-a.width-f)):a.left=(d-a.width)/2,"none"===H||"collapsed"!==P&&"collapsing"!==P?G.top||G.bottom?G.top&&G.bottom?a.top=0:(G.top&&(a.top=0),G.bottom&&(a.top=e-a.height-g)):a.top=(e-a.height)/2:a.top="down"===H?c.outerHeight()-a.height:e-c.outerHeight(),a["margin-top"]=0,a["margin-bottom"]=0,a.bottom="auto",a.right="auto",void 0===a.top&&(a.top="auto"),void 0===a.left&&(a.left="auto"),a}function q(a){var b=jQuery(this),c=b.prop("checked");a.shiftKey;b.closest("table").children("tbody, thead, tfoot").filter(":visible").children().children(".check-column").find(":checkbox").prop("checked",c)}function r(a){var b=jQuery(this),c=b.closest("tbody").find(":checkbox").filter(":visible").not(":checked");return b.closest("table").children("thead, tfoot").find(":checkbox").prop("checked",0===c.length),!0}var s=this,t=!1,u=!1,v=!0,w=!0,x=740,y=400,z="Window",A="",B="",C="",D="",E=!1,F=!1,G={top:!1,left:!1,right:!1,bottom:!1},H="none",I=null,J=null,K=null,L=null,M=null,N=null,O="hidden",P="none",Q="",R="",S=400;this.id=0,this.is_modal=function(){return u},this.is_visible=function(){return t},this.is_slidein=function(){return H},this.get_snap=function(){return G},this.modal=function(a,b){return void 0===b&&(b=!0),u=!!a,w=!!b,h(),s},this.size=function(a,b){var c=parseFloat(a),d=parseFloat(b);return isNaN(c)&&(c=0),isNaN(d)&&(d=0),c>=0&&(x=c),d>=0&&(y=d),F=!0,h(),s},this.snap=function(){var a=!1;G={top:!1,left:!1,right:!1,bottom:!1};for(var b=0;b<arguments.length&&!a;b+=1){var c=arguments[b].toLowerCase();switch(c){case"top":case"left":case"right":case"bottom":G[c]=!0;break;case"none":case"center":a=!0}}return a&&(G={top:!1,left:!1,right:!1,bottom:!1}),F=!0,h(),s},this.slidein=function(a,b){switch(a=a.toLowerCase(),H="none",a){case"down":H="down",Q="dashicons-arrow-down-alt2",R="dashicons-arrow-up-alt2";break;case"up":H="up",Q="dashicons-arrow-up-alt2",R="dashicons-arrow-down-alt2"}return!isNaN(b)&&b>=0&&(S=b),F=!0,h(),s},this.animate=function(a,b){var c=!1,d="Webkit Moz O ms Khtml".split(" ");if(void 0!==N[0].style.animationName&&(c=!0),!1===c)for(var e=0;e<d.length;e++)if(void 0!==N[0].style[d[e]+"AnimationName"]){c=!0;break}return c||(a="",b=""),C=a,D=b,s},this.set_class=function(a){return B=a,E=!0,h(),s},this.onresize=function(a){return L=a,s},this.onshow=function(a){return I=a,s},this.onhide=function(a){return J=a,s},this.onclose=function(a){return K=a,s},this.loading=function(a){return a?N.addClass("wpmui-loading"):N.removeClass("wpmui-loading"),s},this.confirm=function(b){return"visible"!==O?s:!b instanceof Object?s:(b.layout="absolute",b.parent=N,a.confirm(b),s)},this.title=function(a,b){return void 0===b&&(b=!0),z=a,v=!!b,h(),s},this.content=function(a,b){return A=a instanceof jQuery?b?a:a.html():a,F=!0,E=!0,h(),s},this.show=function(){return M.appendTo(jQuery("body")),N.hide(),f(),t=!0,F=!0,O="visible",h(),N.hide(),window.setTimeout(function(){N.show()},2),"none"===H&&C&&(N.addClass(C+" animated"),N.one("webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend",function(){N.removeClass("animated"),N.removeClass(C)})),"function"==typeof I&&I.apply(s,[s.$()]),s},this.hide=function(){function a(){"none"===H&&(M.detach(),g()),t=!1,O="hidden",h(),"function"==typeof J&&J.apply(s,[s.$()])}return"none"===H&&D?(N.addClass(D+" animated"),N.one("webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend",function(){N.removeClass("animated"),N.removeClass(D),a()})):a(),s},this.destroy=function(){var a=J;"closing"!==O&&(J=function(){"function"==typeof a&&a.apply(s,[s.$()]),O="closing","function"==typeof K&&K.apply(s,[s.$()]),M.remove(),M=null,N=null,delete c[s.id],s=null},s.hide())},this.on=function(a,b,c){return M.on(a,b,c),M.filter(b).length&&M.on(a,c),s},this.off=function(a,b,c){return M.off(a,b,c),M.filter(b).length&&M.off(a,c),s},this.$=function(a){return a?M.find(a):M},s=this,function(){s.id=b,b+=1,c[s.id]=s,d||(d='<div class="wpmui-popup"><div class="popup-title"><span class="the-title"></span><span class="popup-close"><i class="dashicons dashicons-no-alt"></i></span></div><div class="popup-content"></div></div>'),M=jQuery(d),e&&jQuery("<style>"+e+"</style>").prependTo(M),M.filter(".popup").length||M.find(".popup").length||M.addClass("popup"),N=M.hasClass("popup")?M:M.find(".popup").first(),N.find(".popup-title").length||(s.title=function(){return s}),N.find(".popup-content").length||(s.content=function(){return s}),N.find(".slidein-toggle").length||(N.find(".popup-title .popup-close").length?N.find(".popup-title .popup-close").addClass("slidein-toggle"):N.find(".popup-title").length?N.find(".popup-title").addClass("slidein-toggle"):N.prepend('<span class="slidein-toggle only-slidein"><i class="dashicons"></i></span>')),t=!1}()}}(window.wpmUi=window.wpmUi||{}),function(a){a.WpmUiProgress=function(){function a(){var a=c/d*100;a<0&&(a=0),a>100&&(a=100),g.width(a+"%"),j.text(parseInt(a)+" %"),e&&e.length?(i.html(e),i.show()):i.hide()}var b=this,c=0,d=100,e="",f=null,g=null,h=null,i=null,j=null;this.value=function(d){return isNaN(d)||(c=parseInt(d),a()),b},this.max=function(c){return isNaN(c)||(d=parseInt(c),a()),b},this.label=function(c){return e=c,a(),b},this.on=function(a,c,d){return f.on(a,c,d),b},this.off=function(a,c,d){return f.off(a,c,d),b},this.$=function(){return f},b=this,function(){d=100,c=0,f=jQuery('<div class="wpmui-progress-wrap"></div>'),h=jQuery('<div class="wpmui-progress-full"></div>'),g=jQuery('<div class="wpmui-progress"></div>'),i=jQuery('<div class="wpmui-progress-label"></div>'),j=jQuery('<div class="wpmui-progress-percent"></div>'),g.appendTo(h),j.appendTo(h),h.appendTo(f),i.appendTo(f),a()}()}}(window.wpmUi=window.wpmUi||{}),function(a){a.add_action||(a.filters=a.filters||{},a.add_action=function(b,c,d){a.add_filter(b,c,d)},a.add_filter=function(b,c,d){void 0!==c&&(void 0===d&&(d=10),a.filters[b]=a.filters[b]||[],a.filters[b].push({priority:d,callback:c}))},a.remove_action=function(b,c){a.remove_filter(b,c)},a.remove_filter=function(b,c){a.filters[b]=a.filters[b]||[],a.filters[b].forEach(function(d,e){d.callback===c&&a.filters[b].splice(e,1)})},a.remove_all_actions=function(b,c){a.remove_all_filters(b,c)},a.remove_all_filters=function(b,c){a.filters[b]=a.filters[b]||[],void 0===c?a.filters[b]=[]:a.filters[b].forEach(function(d,e){d.priority===c&&a.filters[b].splice(e,1)})},a.do_action=function(b,c){var d=[];void 0!==a.filters[b]&&a.filters[b].length>0&&(a.filters[b].forEach(function(a){d[a.priority]=d[a.priority]||[],d[a.priority].push(a.callback)}),d.forEach(function(a){a.forEach(function(a){a(c)})}))},a.apply_filters=function(b,c,d){var e=[];return void 0!==a.filters[b]&&a.filters[b].length>0&&(a.filters[b].forEach(function(a){e[a.priority]=e[a.priority]||[],e[a.priority].push(a.callback)}),e.forEach(function(a){a.forEach(function(a){c=a(c,d)})})),c})}(window.wpmUi=window.wpmUi||{}),function(a){a.WpmUiAjaxData=function(a,b){function c(){var a=document.createElement("INPUT"),b=new XMLHttpRequest;a.type="file",p="files"in a,o=!!(b&&"upload"in b&&"onprogress"in b.upload),q=!!window.FormData}function d(){var a=new window.XMLHttpRequest;return o&&(a.upload.addEventListener("progress",function(a){if(a.lengthComputable){e(a.loaded/a.total)}else e(-1)},!1),a.addEventListener("progress",function(a){if(a.lengthComputable){e(a.loaded/a.total)}else e(-1)},!1)),a}function e(a){o&&"function"==typeof m&&m(a)}function f(a,b,c){e(100),"function"==typeof n&&n(a,b,c)}function g(a,b){var c={};if(b=b&&q,l instanceof jQuery)if(l.find(".wp-editor-area").each(function(){var a=jQuery(this).attr("id"),b="#wp-"+a+"-wrap",c=jQuery(b),d=window.tinyMCE.get(a);d&&c.hasClass("tmce-active")&&d.save()}),b)c=new window.FormData(l[0]);else{c={};var d={},e={validate:/^[a-zA-Z_][a-zA-Z0-9_-]*(?:\[(?:\d*|[a-zA-Z0-9_]+)\])*$/,key:/[a-zA-Z0-9_-]+|(?=\[\])/g,push:/^$/,fixed:/^\d+$/,named:/^[a-zA-Z0-9_-]+$/},f=function(a,b,c){return a[b]=c,a},g=function(a){return void 0===d[a]&&(d[a]=0),d[a]++};jQuery.each(l.serializeArray(),function(){if(e.validate.test(this.name)){for(var a,b=this.name.match(e.key),d=this.value,h=this.name;void 0!==(a=b.pop());)h=h.replace(new RegExp("\\["+a+"\\]$"),""),a.match(e.push)?d=f([],g(h),d):a.match(e.fixed)?d=f([],a,d):a.match(e.named)&&(d=f({},a,d));c=jQuery.extend(!0,c,d)}}),l.find("input[type=file]").each(function(){var a=jQuery(this),b=a.attr("name"),d=a.clone(!0)[0];c[":files"]=c[":files"]||{},c[":files"][b]=d})}else if("string"==typeof l){var h=l.split("&").map(function(a){return a.split("=",2)});c=b?new window.FormData:{};for(var i in h){var j=decodeURI(h[i][0]),k=decodeURI(h[i][1]);b?c.append(j,k):void 0!==c[j]?("object"!=typeof c[j]&&(c[j]=[c[j]]),c[j].push(k)):c[j]=k}}else if("object"==typeof l)if(b){c=new window.FormData;for(var m in l)l.hasOwnProperty(m)&&c.append(m,l[m])}else c=jQuery.extend({},l);return void 0!==a&&(c instanceof window.FormData?c.append("action",a):c.action=a),c}function h(b,c){var h=g(b,!0),i={},j=null,k=!1;"json"!==c&&(c="text"),e(-1),i={url:a,type:"POST",dataType:"html",data:h,xhr:d,success:function(a,b,d){if(k=!0,j=a,"json"===c)try{j=jQuery.parseJSON(a)}catch(b){j={status:"ERR",data:a}}},error:function(a,b,c){k=!1,j=c},complete:function(a,b){j instanceof Object&&"ERR"===j.status&&(k=!1),f(j,k,a)}},h instanceof window.FormData&&(i.processData=!1,i.contentType=!1),jQuery.ajax(i)}function i(b,c){var d=g(b,!1),e=jQuery("<form></form>"),f="";for(var h in d)if(d.hasOwnProperty(h))if(":files"===h)for(var i in d[h]){var j=d[h][i];e.append(j)}else"action"===h?f=h+"="+d[h].toString():jQuery('<input type="hidden" />').attr("name",h).attr("value",d[h]).appendTo(e);f=-1===a.indexOf("?")?"?"+f:"&"+f,e.attr("action",a+f).attr("method","POST").attr("enctype","multipart/form-data").attr("target",c).hide().appendTo(jQuery("body")),e.submit()}var j=this,k=null,l={},m=null,n=null,o=!1,p=!1,q=!1;this.data=function(a){return l=a,j},this.extract_data=function(a){return l=a,g(void 0,!1)},this.onprogress=function(a){return m=a,j},this.ondone=function(a){return n=a,j},this.reset=function(){return l={},m=null,n=null,j},this.load_text=function(a){return a=a||b,h(a,"text"),j},this.load_json=function(a){return a=a||b,h(a,"json"),j},this.load_http=function(a,c){return a=a||"wpmui_void",c=c||b,i(c,a),j},j=this,function(){a||"string"!=typeof window.ajaxurl||(a=window.ajaxurl),k=jQuery("body").find("#wpmui_void"),k.length||(k=jQuery("<iframe></iframe>").attr("name","wpmui_void").attr("id","wpmui_void").css({width:1,height:1,display:"none",visibility:"hidden",position:"absolute",left:-1e3,top:-1e3}).hide().appendTo(jQuery("body"))),c(),j.reset()}()}}(window.wpmUi=window.wpmUi||{}),function(a){a.WpmUiBinary=function(){var b="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";a.WpmUiBinary.utf8_encode=function(a){if("string"!=typeof a)return a;a=a.replace(/\r\n/g,"\n");var b,c="",d=0;for(d;d<a.length;d++)b=a.charCodeAt(d),b<128?c+=String.fromCharCode(b):b>127&&b<2048?(c+=String.fromCharCode(b>>6|192),c+=String.fromCharCode(63&b|128)):(c+=String.fromCharCode(b>>12|224),c+=String.fromCharCode(b>>6&63|128),c+=String.fromCharCode(63&b|128));return c},a.WpmUiBinary.utf8_decode=function(a){if("string"!=typeof a)return a;for(var b="",c=0,d=0;c<a.length;)d=a.charCodeAt(c),d<128?(b+=String.fromCharCode(d),c+=1):d>191&&d<224?(b+=String.fromCharCode((31&d)<<6|63&a.charCodeAt(c+1)),c+=2):(b+=String.fromCharCode((15&d)<<12|(63&a.charCodeAt(c+1))<<6|63&a.charCodeAt(c+2)),c+=3);return b},a.WpmUiBinary.base64_encode=function(c){if("string"!=typeof c)return c;c=a.WpmUiBinary.utf8_encode(c);for(var d,e,f,g,h,i,j,k="",l=0;l<c.length;)d=c.charCodeAt(l++),e=c.charCodeAt(l++),f=c.charCodeAt(l++),g=d>>2,h=(3&d)<<4|e>>4,i=(15&e)<<2|f>>6,j=63&f,isNaN(e)?i=j=64:isNaN(f)&&(j=64),k+=b.charAt(g)+b.charAt(h)+b.charAt(i)+b.charAt(j);return k},a.WpmUiBinary.base64_decode=function(c){if("string"!=typeof c)return c;c.replace(/[^A-Za-z0-9\+\/\=]/g,"");for(var d,e,f,g,h,i,j,k="",l=0;l<c.length;)g=b.indexOf(c.charAt(l++)),h=b.indexOf(c.charAt(l++)),i=b.indexOf(c.charAt(l++)),j=b.indexOf(c.charAt(l++)),d=g<<2|h>>4,e=(15&h)<<4|i>>2,f=(3&i)<<6|j,k+=String.fromCharCode(d),64!==i&&(k+=String.fromCharCode(e)),64!==j&&(k+=String.fromCharCode(f));return a.WpmUiBinary.utf8_decode(k)}}}(window.wpmUi=window.wpmUi||{});
inc/external/wpmu-lib/js/wpmu-vnav.3.js CHANGED
@@ -1,6 +1,6 @@
1
  /*! WPMU Dev code library - v3.0.4
2
  * http://premium.wpmudev.org/
3
- * Copyright (c) 2017; * Licensed GPLv2+ */
4
  /*!
5
  * UI Pattern: Vertical navigation.
6
  * Version: 1.0.0
1
  /*! WPMU Dev code library - v3.0.4
2
  * http://premium.wpmudev.org/
3
+ * Copyright (c) 2018; * Licensed GPLv2+ */
4
  /*!
5
  * UI Pattern: Vertical navigation.
6
  * Version: 1.0.0
inc/external/wpmu-lib/js/wpmu-vnav.3.min.js CHANGED
@@ -1,5 +1,5 @@
1
  /*! WPMU Dev code library - v3.0.4
2
  * http://premium.wpmudev.org/
3
- * Copyright (c) 2017; * Licensed GPLv2+ */
4
 
5
  jQuery(function(){function a(){var a,c,d,e,f,g,h,i=jQuery(this),j=0,k=jQuery(window),l=i.html(),m=l.replace("<h3>","<h2>").split("<h2>"),n=window.location.hash.replace(/^#/,""),o=n.length?"":" active";for(l='<ul class="lst-vnav">',a=0;a<m.length;a+=1)c=m[a],d=c.replace("</h3>","</h2>").split("</h2>"),2===d.length&&d[0].length&&("-"===d[0]?l+='<li class="lst-vnav-sep"></li>':(h=d[0].toLowerCase().replace(/\W\W*/g," ").replace(/^\s|\s$/g,"").replace(/\s/g,"-"),n.length&&n===h&&(o=" active"),e='<h2 data-key="'+h+'">'+d[0]+"</h2>",f='<div class="data">'+d[1]+"</div>",l+='<li class="lst-vnav-item'+o+'">'+e+f+"</li>",o=""));l+="</ul>",i.html(l),g=jQuery(".lst-vnav",i).first(),i.find(".lst-vnav-item > .data > table").each(function(){var a=jQuery(this),b=a.find("> tbody > tr > th, > tr > th"),c=b.filter(":empty");b.length===c.length&&b.remove()});var p=function(a){var c=jQuery(this),d=c.parents(".lst-vnav-item").first(),e=jQuery(".lst-vnav-item.active",g),f=c.data("key"),h="";window.location.hash=f,b.each(function(){var a=jQuery(this);h=a.val().split("#").shift(),h+="#"+f,a.val(h)}),e.removeClass("active"),d.addClass("active"),q()},q=function(a){var b=jQuery(".lst-vnav-item.active",g),c=jQuery("> .data",b).first(),d=c.outerHeight();j||(j=g.outerHeight()),g.css({"min-height":d+"px"}),c.css({"min-height":j+"px"})},r=function(a){g.hasClass("open")?t(a):s(a)},s=function(a){g.addClass("open")},t=function(a){g.removeClass("open")};i.on("click","h2,h3",p),i.on("click","h2,h3",r),k.resize(q),k.resize(t),window.setTimeout(function(){var a=jQuery(".active",i);jQuery("h2,h3",a).click()},50)}var b="";jQuery.fn.extend({wpmui_vnav:function(){return this.each(function(){return a.apply(this),this})}}),function(){var a=jQuery(".vnav");b=jQuery("input[name=_wp_http_referer]"),a.wpmui_vnav()}()});
1
  /*! WPMU Dev code library - v3.0.4
2
  * http://premium.wpmudev.org/
3
+ * Copyright (c) 2018; * Licensed GPLv2+ */
4
 
5
  jQuery(function(){function a(){var a,c,d,e,f,g,h,i=jQuery(this),j=0,k=jQuery(window),l=i.html(),m=l.replace("<h3>","<h2>").split("<h2>"),n=window.location.hash.replace(/^#/,""),o=n.length?"":" active";for(l='<ul class="lst-vnav">',a=0;a<m.length;a+=1)c=m[a],d=c.replace("</h3>","</h2>").split("</h2>"),2===d.length&&d[0].length&&("-"===d[0]?l+='<li class="lst-vnav-sep"></li>':(h=d[0].toLowerCase().replace(/\W\W*/g," ").replace(/^\s|\s$/g,"").replace(/\s/g,"-"),n.length&&n===h&&(o=" active"),e='<h2 data-key="'+h+'">'+d[0]+"</h2>",f='<div class="data">'+d[1]+"</div>",l+='<li class="lst-vnav-item'+o+'">'+e+f+"</li>",o=""));l+="</ul>",i.html(l),g=jQuery(".lst-vnav",i).first(),i.find(".lst-vnav-item > .data > table").each(function(){var a=jQuery(this),b=a.find("> tbody > tr > th, > tr > th"),c=b.filter(":empty");b.length===c.length&&b.remove()});var p=function(a){var c=jQuery(this),d=c.parents(".lst-vnav-item").first(),e=jQuery(".lst-vnav-item.active",g),f=c.data("key"),h="";window.location.hash=f,b.each(function(){var a=jQuery(this);h=a.val().split("#").shift(),h+="#"+f,a.val(h)}),e.removeClass("active"),d.addClass("active"),q()},q=function(a){var b=jQuery(".lst-vnav-item.active",g),c=jQuery("> .data",b).first(),d=c.outerHeight();j||(j=g.outerHeight()),g.css({"min-height":d+"px"}),c.css({"min-height":j+"px"})},r=function(a){g.hasClass("open")?t(a):s(a)},s=function(a){g.addClass("open")},t=function(a){g.removeClass("open")};i.on("click","h2,h3",p),i.on("click","h2,h3",r),k.resize(q),k.resize(t),window.setTimeout(function(){var a=jQuery(".active",i);jQuery("h2,h3",a).click()},50)}var b="";jQuery.fn.extend({wpmui_vnav:function(){return this.each(function(){return a.apply(this),this})}}),function(){var a=jQuery(".vnav");b=jQuery("input[name=_wp_http_referer]"),a.wpmui_vnav()}()});
lang/custom-sidebars-de_DE.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Custom Sidebars\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/customsidebars\n"
5
- "POT-Creation-Date: 2018-02-09 06:13:10+00:00\n"
6
  "PO-Revision-Date: 2014-08-28 21:53+0100\n"
7
  "Last-Translator: Philipp Stracker <philipp@stracker.net>\n"
8
  "Language-Team: \n"
@@ -59,91 +59,91 @@ msgstr "Duplizieren"
59
  msgid "You do not have permission for this"
60
  msgstr "Dafür hast du keine Berechtigung"
61
 
62
- #: inc/class-custom-sidebars-editor.php:242
63
- #: inc/class-custom-sidebars-editor.php:376
64
- #: inc/class-custom-sidebars-editor.php:659
65
  #, fuzzy
66
  msgid "You have no permission to do this operation."
67
  msgstr "Dafür hast du keine Berechtigung"
68
 
69
- #: inc/class-custom-sidebars-editor.php:263
70
  msgid "Sidebar-name cannot be empty"
71
  msgstr "Der Name darf nicht leer sein."
72
 
73
- #: inc/class-custom-sidebars-editor.php:287
74
- #: inc/class-custom-sidebars-editor.php:385
75
  msgid "The sidebar does not exist"
76
  msgstr "Die Sidebar existiert nicht"
77
 
78
- #: inc/class-custom-sidebars-editor.php:318
79
  msgid "Created new sidebar <strong>%1$s</strong>"
80
  msgstr "Neue Sidebar <strong>%1$s</strong> erstellt"
81
 
82
- #: inc/class-custom-sidebars-editor.php:326
83
  msgid "Updated sidebar <strong>%1$s</strong>"
84
  msgstr "Sidebar <strong>%1$s</strong> aktualisiert"
85
 
86
- #: inc/class-custom-sidebars-editor.php:337
87
- #: inc/class-custom-sidebars-editor.php:405
88
  msgid "The sidebar was not found"
89
  msgstr "Die Sidebar wurde nicht gefunden"
90
 
91
- #: inc/class-custom-sidebars-editor.php:394
92
  msgid "Deleted sidebar <strong>%1$s</strong>"
93
  msgstr "Sidebar <strong>%1$s</strong> gelöscht"
94
 
95
- #: inc/class-custom-sidebars-editor.php:467
96
  #: inc/class-custom-sidebars-visibility.php:156
97
  msgid "Front Page"
98
  msgstr "Startseite"
99
 
100
- #: inc/class-custom-sidebars-editor.php:468
101
  msgid "Search Results"
102
  msgstr "Suchergebnisse"
103
 
104
- #: inc/class-custom-sidebars-editor.php:469
105
  #: inc/class-custom-sidebars-visibility.php:162
106
  msgid "Not found (404)"
107
  msgstr ""
108
 
109
- #: inc/class-custom-sidebars-editor.php:470
110
  #, fuzzy
111
  msgid "Any Author Archive"
112
  msgstr "Autoren-Archive"
113
 
114
- #: inc/class-custom-sidebars-editor.php:471
115
  msgid "Date Archives"
116
  msgstr "Datums-Archive"
117
 
118
- #: inc/class-custom-sidebars-editor.php:489
119
- #: inc/class-custom-sidebars-editor.php:492
120
- #: inc/class-custom-sidebars-editor.php:499
121
- #: inc/class-custom-sidebars-editor.php:501
122
- #: inc/class-custom-sidebars-editor.php:585
123
- #: inc/class-custom-sidebars-editor.php:587
124
- #: inc/class-custom-sidebars-editor.php:606
125
  #, fuzzy
126
  msgid "%s Archives"
127
  msgstr "%1$s Archive"
128
 
129
- #: inc/class-custom-sidebars-editor.php:548
130
  #: inc/class-custom-sidebars-visibility.php:157
131
  msgid "Post Index"
132
  msgstr "Post Index"
133
 
134
- #: inc/class-custom-sidebars-editor.php:552
135
  msgid "%1$s Archives"
136
  msgstr "%1$s Archive"
137
 
138
- #: inc/class-custom-sidebars-editor.php:830
139
  msgid "Updated sidebar <strong>%1$s</strong> settings."
140
  msgstr "Einstellungen der Sidebar <strong>%1$s</strong> aktualisiert"
141
 
142
- #: inc/class-custom-sidebars-editor.php:882 views/widgets.php:17
143
  msgid "Sidebars"
144
  msgstr "Sidebars"
145
 
146
- #: inc/class-custom-sidebars-editor.php:1355
147
  msgid "Custom sidebars configuration is allowed for:"
148
  msgstr ""
149
 
@@ -350,23 +350,23 @@ msgstr "Nur für einzelne %s"
350
  msgid "Only these %s:"
351
  msgstr "Nur diese %s:"
352
 
353
- #: inc/class-custom-sidebars.php:132
354
  msgid ""
355
  "<strong>Accessibility mode is not supported by the\n"
356
  "\t\t\t\t\t\t%1$s plugin.</strong><br /><a href=\"%2$s\">Click here</a>\n"
357
  "\t\t\t\t\t\tto disable accessibility mode and use the %1$s plugin!"
358
  msgstr ""
359
 
360
- #: inc/class-custom-sidebars.php:947 views/import.php:147
361
  msgid "Widgets"
362
  msgstr "Widgets"
363
 
364
- #: inc/class-custom-sidebars.php:957
365
  #, fuzzy
366
  msgid "Support"
367
  msgstr "Import"
368
 
369
- #: inc/class-custom-sidebars.php:974
370
  msgid "Create a custom sidebar to get started."
371
  msgstr ""
372
 
@@ -539,7 +539,8 @@ msgid "Sidebar name here..."
539
  msgstr "Hier der Name..."
540
 
541
  #: views/widgets-editor.php:17
542
- msgid "The name must be unique."
 
543
  msgstr "Der Name wird bereits verwendet."
544
 
545
  #: views/widgets-editor.php:21
@@ -760,7 +761,7 @@ msgstr ""
760
  msgid "http://premium.wpmudev.org/"
761
  msgstr ""
762
 
763
- #: inc/class-custom-sidebars-editor.php:1155
764
  #, fuzzy
765
  msgctxt "Column name on entries list."
766
  msgid "Custom Sidebars"
2
  msgstr ""
3
  "Project-Id-Version: Custom Sidebars\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/customsidebars\n"
5
+ "POT-Creation-Date: 2018-03-26 05:01:08+00:00\n"
6
  "PO-Revision-Date: 2014-08-28 21:53+0100\n"
7
  "Last-Translator: Philipp Stracker <philipp@stracker.net>\n"
8
  "Language-Team: \n"
59
  msgid "You do not have permission for this"
60
  msgstr "Dafür hast du keine Berechtigung"
61
 
62
+ #: inc/class-custom-sidebars-editor.php:250
63
+ #: inc/class-custom-sidebars-editor.php:407
64
+ #: inc/class-custom-sidebars-editor.php:690
65
  #, fuzzy
66
  msgid "You have no permission to do this operation."
67
  msgstr "Dafür hast du keine Berechtigung"
68
 
69
+ #: inc/class-custom-sidebars-editor.php:273
70
  msgid "Sidebar-name cannot be empty"
71
  msgstr "Der Name darf nicht leer sein."
72
 
73
+ #: inc/class-custom-sidebars-editor.php:297
74
+ #: inc/class-custom-sidebars-editor.php:416
75
  msgid "The sidebar does not exist"
76
  msgstr "Die Sidebar existiert nicht"
77
 
78
+ #: inc/class-custom-sidebars-editor.php:334
79
  msgid "Created new sidebar <strong>%1$s</strong>"
80
  msgstr "Neue Sidebar <strong>%1$s</strong> erstellt"
81
 
82
+ #: inc/class-custom-sidebars-editor.php:342
83
  msgid "Updated sidebar <strong>%1$s</strong>"
84
  msgstr "Sidebar <strong>%1$s</strong> aktualisiert"
85
 
86
+ #: inc/class-custom-sidebars-editor.php:353
87
+ #: inc/class-custom-sidebars-editor.php:436
88
  msgid "The sidebar was not found"
89
  msgstr "Die Sidebar wurde nicht gefunden"
90
 
91
+ #: inc/class-custom-sidebars-editor.php:425
92
  msgid "Deleted sidebar <strong>%1$s</strong>"
93
  msgstr "Sidebar <strong>%1$s</strong> gelöscht"
94
 
95
+ #: inc/class-custom-sidebars-editor.php:498
96
  #: inc/class-custom-sidebars-visibility.php:156
97
  msgid "Front Page"
98
  msgstr "Startseite"
99
 
100
+ #: inc/class-custom-sidebars-editor.php:499
101
  msgid "Search Results"
102
  msgstr "Suchergebnisse"
103
 
104
+ #: inc/class-custom-sidebars-editor.php:500
105
  #: inc/class-custom-sidebars-visibility.php:162
106
  msgid "Not found (404)"
107
  msgstr ""
108
 
109
+ #: inc/class-custom-sidebars-editor.php:501
110
  #, fuzzy
111
  msgid "Any Author Archive"
112
  msgstr "Autoren-Archive"
113
 
114
+ #: inc/class-custom-sidebars-editor.php:502
115
  msgid "Date Archives"
116
  msgstr "Datums-Archive"
117
 
118
+ #: inc/class-custom-sidebars-editor.php:520
119
+ #: inc/class-custom-sidebars-editor.php:523
120
+ #: inc/class-custom-sidebars-editor.php:530
121
+ #: inc/class-custom-sidebars-editor.php:532
122
+ #: inc/class-custom-sidebars-editor.php:616
123
+ #: inc/class-custom-sidebars-editor.php:618
124
+ #: inc/class-custom-sidebars-editor.php:637
125
  #, fuzzy
126
  msgid "%s Archives"
127
  msgstr "%1$s Archive"
128
 
129
+ #: inc/class-custom-sidebars-editor.php:579
130
  #: inc/class-custom-sidebars-visibility.php:157
131
  msgid "Post Index"
132
  msgstr "Post Index"
133
 
134
+ #: inc/class-custom-sidebars-editor.php:583
135
  msgid "%1$s Archives"
136
  msgstr "%1$s Archive"
137
 
138
+ #: inc/class-custom-sidebars-editor.php:861
139
  msgid "Updated sidebar <strong>%1$s</strong> settings."
140
  msgstr "Einstellungen der Sidebar <strong>%1$s</strong> aktualisiert"
141
 
142
+ #: inc/class-custom-sidebars-editor.php:913 views/widgets.php:17
143
  msgid "Sidebars"
144
  msgstr "Sidebars"
145
 
146
+ #: inc/class-custom-sidebars-editor.php:1386
147
  msgid "Custom sidebars configuration is allowed for:"
148
  msgstr ""
149
 
350
  msgid "Only these %s:"
351
  msgstr "Nur diese %s:"
352
 
353
+ #: inc/class-custom-sidebars.php:148
354
  msgid ""
355
  "<strong>Accessibility mode is not supported by the\n"
356
  "\t\t\t\t\t\t%1$s plugin.</strong><br /><a href=\"%2$s\">Click here</a>\n"
357
  "\t\t\t\t\t\tto disable accessibility mode and use the %1$s plugin!"
358
  msgstr ""
359
 
360
+ #: inc/class-custom-sidebars.php:963 views/import.php:147
361
  msgid "Widgets"
362
  msgstr "Widgets"
363
 
364
+ #: inc/class-custom-sidebars.php:973
365
  #, fuzzy
366
  msgid "Support"
367
  msgstr "Import"
368
 
369
+ #: inc/class-custom-sidebars.php:991
370
  msgid "Create a custom sidebar to get started."
371
  msgstr ""
372
 
539
  msgstr "Hier der Name..."
540
 
541
  #: views/widgets-editor.php:17
542
+ #, fuzzy
543
+ msgid "The name should be unique."
544
  msgstr "Der Name wird bereits verwendet."
545
 
546
  #: views/widgets-editor.php:21
761
  msgid "http://premium.wpmudev.org/"
762
  msgstr ""
763
 
764
+ #: inc/class-custom-sidebars-editor.php:1186
765
  #, fuzzy
766
  msgctxt "Column name on entries list."
767
  msgid "Custom Sidebars"
lang/custom-sidebars-en_EN.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Custom Sidebars\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/customsidebars\n"
5
- "POT-Creation-Date: 2018-02-09 06:13:10+00:00\n"
6
  "PO-Revision-Date: 2014-08-28 21:54+0100\n"
7
  "Last-Translator: Philipp Stracker <philipp@stracker.net>\n"
8
  "Language-Team: \n"
@@ -63,100 +63,100 @@ msgid "You do not have permission for this"
63
  msgstr "You do not have permission for this"
64
 
65
  # custom-sidebars
66
- #: inc/class-custom-sidebars-editor.php:242
67
- #: inc/class-custom-sidebars-editor.php:376
68
- #: inc/class-custom-sidebars-editor.php:659
69
  #, fuzzy
70
  msgid "You have no permission to do this operation."
71
  msgstr "You do not have permission for this"
72
 
73
- #: inc/class-custom-sidebars-editor.php:263
74
  msgid "Sidebar-name cannot be empty"
75
  msgstr "Sidebar-name cannot be empty"
76
 
77
  # @ custom-sidebars
78
- #: inc/class-custom-sidebars-editor.php:287
79
- #: inc/class-custom-sidebars-editor.php:385
80
  msgid "The sidebar does not exist"
81
  msgstr "The sidebar does not exist"
82
 
83
- #: inc/class-custom-sidebars-editor.php:318
84
  msgid "Created new sidebar <strong>%1$s</strong>"
85
  msgstr "Created new sidebar <strong>%1$s</strong>"
86
 
87
- #: inc/class-custom-sidebars-editor.php:326
88
  msgid "Updated sidebar <strong>%1$s</strong>"
89
  msgstr "Updated sidebar <strong>%1$s</strong>"
90
 
91
  # @ custom-sidebars
92
- #: inc/class-custom-sidebars-editor.php:337
93
- #: inc/class-custom-sidebars-editor.php:405
94
  msgid "The sidebar was not found"
95
  msgstr "The sidebar was not found"
96
 
97
- #: inc/class-custom-sidebars-editor.php:394
98
  msgid "Deleted sidebar <strong>%1$s</strong>"
99
  msgstr "Deleted sidebar <strong>%1$s</strong>"
100
 
101
- #: inc/class-custom-sidebars-editor.php:467
102
  #: inc/class-custom-sidebars-visibility.php:156
103
  msgid "Front Page"
104
  msgstr "Front Page"
105
 
106
  # @ custom-sidebars
107
- #: inc/class-custom-sidebars-editor.php:468
108
  msgid "Search Results"
109
  msgstr "Search Results"
110
 
111
- #: inc/class-custom-sidebars-editor.php:469
112
  #: inc/class-custom-sidebars-visibility.php:162
113
  msgid "Not found (404)"
114
  msgstr ""
115
 
116
  # @ custom-sidebars
117
- #: inc/class-custom-sidebars-editor.php:470
118
  #, fuzzy
119
  msgid "Any Author Archive"
120
  msgstr "Author Archives"
121
 
122
  # @ custom-sidebars
123
- #: inc/class-custom-sidebars-editor.php:471
124
  msgid "Date Archives"
125
  msgstr "Date Archives"
126
 
127
  # @ custom-sidebars
128
- #: inc/class-custom-sidebars-editor.php:489
129
- #: inc/class-custom-sidebars-editor.php:492
130
- #: inc/class-custom-sidebars-editor.php:499
131
- #: inc/class-custom-sidebars-editor.php:501
132
- #: inc/class-custom-sidebars-editor.php:585
133
- #: inc/class-custom-sidebars-editor.php:587
134
- #: inc/class-custom-sidebars-editor.php:606
135
  #, fuzzy
136
  msgid "%s Archives"
137
  msgstr "%1$s Archives"
138
 
139
  # @ custom-sidebars
140
- #: inc/class-custom-sidebars-editor.php:548
141
  #: inc/class-custom-sidebars-visibility.php:157
142
  msgid "Post Index"
143
  msgstr "Post Index"
144
 
145
  # @ custom-sidebars
146
- #: inc/class-custom-sidebars-editor.php:552
147
  msgid "%1$s Archives"
148
  msgstr "%1$s Archives"
149
 
150
- #: inc/class-custom-sidebars-editor.php:830
151
  msgid "Updated sidebar <strong>%1$s</strong> settings."
152
  msgstr "Updated sidebar <strong>%1$s</strong> settings."
153
 
154
  # @ custom-sidebars
155
- #: inc/class-custom-sidebars-editor.php:882 views/widgets.php:17
156
  msgid "Sidebars"
157
  msgstr "Sidebars"
158
 
159
- #: inc/class-custom-sidebars-editor.php:1355
160
  msgid "Custom sidebars configuration is allowed for:"
161
  msgstr ""
162
 
@@ -371,7 +371,7 @@ msgstr "Only for specific %s"
371
  msgid "Only these %s:"
372
  msgstr "Only these %s:"
373
 
374
- #: inc/class-custom-sidebars.php:132
375
  msgid ""
376
  "<strong>Accessibility mode is not supported by the\n"
377
  "\t\t\t\t\t\t%1$s plugin.</strong><br /><a href=\"%2$s\">Click here</a>\n"
@@ -379,16 +379,16 @@ msgid ""
379
  msgstr ""
380
 
381
  # @ custom-sidebars
382
- #: inc/class-custom-sidebars.php:947 views/import.php:147
383
  msgid "Widgets"
384
  msgstr "Widgets"
385
 
386
- #: inc/class-custom-sidebars.php:957
387
  #, fuzzy
388
  msgid "Support"
389
  msgstr "Import"
390
 
391
- #: inc/class-custom-sidebars.php:974
392
  msgid "Create a custom sidebar to get started."
393
  msgstr ""
394
 
@@ -581,7 +581,8 @@ msgstr "Sidebar name here..."
581
 
582
  # @ custom-sidebars
583
  #: views/widgets-editor.php:17
584
- msgid "The name must be unique."
 
585
  msgstr "The name must be unique."
586
 
587
  #: views/widgets-editor.php:21
@@ -830,7 +831,7 @@ msgid "http://premium.wpmudev.org/"
830
  msgstr ""
831
 
832
  # @ custom-sidebars
833
- #: inc/class-custom-sidebars-editor.php:1155
834
  #, fuzzy
835
  msgctxt "Column name on entries list."
836
  msgid "Custom Sidebars"
2
  msgstr ""
3
  "Project-Id-Version: Custom Sidebars\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/customsidebars\n"
5
+ "POT-Creation-Date: 2018-03-26 05:01:08+00:00\n"
6
  "PO-Revision-Date: 2014-08-28 21:54+0100\n"
7
  "Last-Translator: Philipp Stracker <philipp@stracker.net>\n"
8
  "Language-Team: \n"
63
  msgstr "You do not have permission for this"
64
 
65
  # custom-sidebars
66
+ #: inc/class-custom-sidebars-editor.php:250
67
+ #: inc/class-custom-sidebars-editor.php:407
68
+ #: inc/class-custom-sidebars-editor.php:690
69
  #, fuzzy
70
  msgid "You have no permission to do this operation."
71
  msgstr "You do not have permission for this"
72
 
73
+ #: inc/class-custom-sidebars-editor.php:273
74
  msgid "Sidebar-name cannot be empty"
75
  msgstr "Sidebar-name cannot be empty"
76
 
77
  # @ custom-sidebars
78
+ #: inc/class-custom-sidebars-editor.php:297
79
+ #: inc/class-custom-sidebars-editor.php:416
80
  msgid "The sidebar does not exist"
81
  msgstr "The sidebar does not exist"
82
 
83
+ #: inc/class-custom-sidebars-editor.php:334
84
  msgid "Created new sidebar <strong>%1$s</strong>"
85
  msgstr "Created new sidebar <strong>%1$s</strong>"
86
 
87
+ #: inc/class-custom-sidebars-editor.php:342
88
  msgid "Updated sidebar <strong>%1$s</strong>"
89
  msgstr "Updated sidebar <strong>%1$s</strong>"
90
 
91
  # @ custom-sidebars
92
+ #: inc/class-custom-sidebars-editor.php:353
93
+ #: inc/class-custom-sidebars-editor.php:436
94
  msgid "The sidebar was not found"
95
  msgstr "The sidebar was not found"
96
 
97
+ #: inc/class-custom-sidebars-editor.php:425
98
  msgid "Deleted sidebar <strong>%1$s</strong>"
99
  msgstr "Deleted sidebar <strong>%1$s</strong>"
100
 
101
+ #: inc/class-custom-sidebars-editor.php:498
102
  #: inc/class-custom-sidebars-visibility.php:156
103
  msgid "Front Page"
104
  msgstr "Front Page"
105
 
106
  # @ custom-sidebars
107
+ #: inc/class-custom-sidebars-editor.php:499
108
  msgid "Search Results"
109
  msgstr "Search Results"
110
 
111
+ #: inc/class-custom-sidebars-editor.php:500
112
  #: inc/class-custom-sidebars-visibility.php:162
113
  msgid "Not found (404)"
114
  msgstr ""
115
 
116
  # @ custom-sidebars
117
+ #: inc/class-custom-sidebars-editor.php:501
118
  #, fuzzy
119
  msgid "Any Author Archive"
120
  msgstr "Author Archives"
121
 
122
  # @ custom-sidebars
123
+ #: inc/class-custom-sidebars-editor.php:502
124
  msgid "Date Archives"
125
  msgstr "Date Archives"
126
 
127
  # @ custom-sidebars
128
+ #: inc/class-custom-sidebars-editor.php:520
129
+ #: inc/class-custom-sidebars-editor.php:523
130
+ #: inc/class-custom-sidebars-editor.php:530
131
+ #: inc/class-custom-sidebars-editor.php:532
132
+ #: inc/class-custom-sidebars-editor.php:616
133
+ #: inc/class-custom-sidebars-editor.php:618
134
+ #: inc/class-custom-sidebars-editor.php:637
135
  #, fuzzy
136
  msgid "%s Archives"
137
  msgstr "%1$s Archives"
138
 
139
  # @ custom-sidebars
140
+ #: inc/class-custom-sidebars-editor.php:579
141
  #: inc/class-custom-sidebars-visibility.php:157
142
  msgid "Post Index"
143
  msgstr "Post Index"
144
 
145
  # @ custom-sidebars
146
+ #: inc/class-custom-sidebars-editor.php:583
147
  msgid "%1$s Archives"
148
  msgstr "%1$s Archives"
149
 
150
+ #: inc/class-custom-sidebars-editor.php:861
151
  msgid "Updated sidebar <strong>%1$s</strong> settings."
152
  msgstr "Updated sidebar <strong>%1$s</strong> settings."
153
 
154
  # @ custom-sidebars
155
+ #: inc/class-custom-sidebars-editor.php:913 views/widgets.php:17
156
  msgid "Sidebars"
157
  msgstr "Sidebars"
158
 
159
+ #: inc/class-custom-sidebars-editor.php:1386
160
  msgid "Custom sidebars configuration is allowed for:"
161
  msgstr ""
162
 
371
  msgid "Only these %s:"
372
  msgstr "Only these %s:"
373
 
374
+ #: inc/class-custom-sidebars.php:148
375
  msgid ""
376
  "<strong>Accessibility mode is not supported by the\n"
377
  "\t\t\t\t\t\t%1$s plugin.</strong><br /><a href=\"%2$s\">Click here</a>\n"
379
  msgstr ""
380
 
381
  # @ custom-sidebars
382
+ #: inc/class-custom-sidebars.php:963 views/import.php:147
383
  msgid "Widgets"
384
  msgstr "Widgets"
385
 
386
+ #: inc/class-custom-sidebars.php:973
387
  #, fuzzy
388
  msgid "Support"
389
  msgstr "Import"
390
 
391
+ #: inc/class-custom-sidebars.php:991
392
  msgid "Create a custom sidebar to get started."
393
  msgstr ""
394
 
581
 
582
  # @ custom-sidebars
583
  #: views/widgets-editor.php:17
584
+ #, fuzzy
585
+ msgid "The name should be unique."
586
  msgstr "The name must be unique."
587
 
588
  #: views/widgets-editor.php:21
831
  msgstr ""
832
 
833
  # @ custom-sidebars
834
+ #: inc/class-custom-sidebars-editor.php:1186
835
  #, fuzzy
836
  msgctxt "Column name on entries list."
837
  msgid "Custom Sidebars"
lang/custom-sidebars-es_ES.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Custom Sidebars\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/customsidebars\n"
5
- "POT-Creation-Date: 2018-02-09 06:13:10+00:00\n"
6
  "PO-Revision-Date: 2014-08-28 21:54+0100\n"
7
  "Last-Translator: Philipp Stracker <philipp@stracker.net>\n"
8
  "Language-Team: \n"
@@ -66,113 +66,113 @@ msgstr "No tiene permisos para hacer esto"
66
 
67
  # custom-sidebars
68
  # @ custom-sidebars
69
- #: inc/class-custom-sidebars-editor.php:242
70
- #: inc/class-custom-sidebars-editor.php:376
71
- #: inc/class-custom-sidebars-editor.php:659
72
  #, fuzzy
73
  msgid "You have no permission to do this operation."
74
  msgstr "No tiene permisos para hacer esto"
75
 
76
  # @ custom-sidebars
77
- #: inc/class-custom-sidebars-editor.php:263
78
  msgid "Sidebar-name cannot be empty"
79
  msgstr "El nombre de la barra lateral no puede ser vacío"
80
 
81
  # @ custom-sidebars
82
- #: inc/class-custom-sidebars-editor.php:287
83
- #: inc/class-custom-sidebars-editor.php:385
84
  #, fuzzy
85
  msgid "The sidebar does not exist"
86
  msgstr "Crear una barra"
87
 
88
  # @ custom-sidebars
89
- #: inc/class-custom-sidebars-editor.php:318
90
  msgid "Created new sidebar <strong>%1$s</strong>"
91
  msgstr "Creada la barra <strong>%1$s</strong>"
92
 
93
  # @ custom-sidebars
94
- #: inc/class-custom-sidebars-editor.php:326
95
  msgid "Updated sidebar <strong>%1$s</strong>"
96
  msgstr "Barra <strong>%1$s</strong> actualizada"
97
 
98
  # @ custom-sidebars
99
- #: inc/class-custom-sidebars-editor.php:337
100
- #: inc/class-custom-sidebars-editor.php:405
101
  #, fuzzy
102
  msgid "The sidebar was not found"
103
  msgstr "Crear una barra"
104
 
105
  # @ custom-sidebars
106
- #: inc/class-custom-sidebars-editor.php:394
107
  msgid "Deleted sidebar <strong>%1$s</strong>"
108
  msgstr "Barra <strong>%1$s</strong> borrada"
109
 
110
  # @ custom-sidebars
111
- #: inc/class-custom-sidebars-editor.php:467
112
  #: inc/class-custom-sidebars-visibility.php:156
113
  #, fuzzy
114
  msgid "Front Page"
115
  msgstr "Página principal del Blog"
116
 
117
  # @ custom-sidebars
118
- #: inc/class-custom-sidebars-editor.php:468
119
  #, fuzzy
120
  msgid "Search Results"
121
  msgstr "Página de resultados de búsqueda"
122
 
123
- #: inc/class-custom-sidebars-editor.php:469
124
  #: inc/class-custom-sidebars-visibility.php:162
125
  msgid "Not found (404)"
126
  msgstr ""
127
 
128
  # @ custom-sidebars
129
- #: inc/class-custom-sidebars-editor.php:470
130
  #, fuzzy
131
  msgid "Any Author Archive"
132
  msgstr "Archivos de autores"
133
 
134
  # @ custom-sidebars
135
- #: inc/class-custom-sidebars-editor.php:471
136
  #, fuzzy
137
  msgid "Date Archives"
138
  msgstr "Archivos por fecha"
139
 
140
  # @ custom-sidebars
141
- #: inc/class-custom-sidebars-editor.php:489
142
- #: inc/class-custom-sidebars-editor.php:492
143
- #: inc/class-custom-sidebars-editor.php:499
144
- #: inc/class-custom-sidebars-editor.php:501
145
- #: inc/class-custom-sidebars-editor.php:585
146
- #: inc/class-custom-sidebars-editor.php:587
147
- #: inc/class-custom-sidebars-editor.php:606
148
  #, fuzzy
149
  msgid "%s Archives"
150
  msgstr "Archivos %1$s"
151
 
152
  # @ custom-sidebars
153
- #: inc/class-custom-sidebars-editor.php:548
154
  #: inc/class-custom-sidebars-visibility.php:157
155
  #, fuzzy
156
  msgid "Post Index"
157
  msgstr "Por tipo de entrada"
158
 
159
  # @ custom-sidebars
160
- #: inc/class-custom-sidebars-editor.php:552
161
  #, fuzzy
162
  msgid "%1$s Archives"
163
  msgstr "Archivos %1$s"
164
 
165
  # @ custom-sidebars
166
- #: inc/class-custom-sidebars-editor.php:830
167
  msgid "Updated sidebar <strong>%1$s</strong> settings."
168
  msgstr "Actualizadas las opciones para la barra <strong>%1$s</strong>."
169
 
170
  # @ custom-sidebars
171
- #: inc/class-custom-sidebars-editor.php:882 views/widgets.php:17
172
  msgid "Sidebars"
173
  msgstr "Barras Laterales"
174
 
175
- #: inc/class-custom-sidebars-editor.php:1355
176
  msgid "Custom sidebars configuration is allowed for:"
177
  msgstr ""
178
 
@@ -416,7 +416,7 @@ msgstr "Solo para %s específicos"
416
  msgid "Only these %s:"
417
  msgstr "Solo estos %s"
418
 
419
- #: inc/class-custom-sidebars.php:132
420
  msgid ""
421
  "<strong>Accessibility mode is not supported by the\n"
422
  "\t\t\t\t\t\t%1$s plugin.</strong><br /><a href=\"%2$s\">Click here</a>\n"
@@ -424,17 +424,17 @@ msgid ""
424
  msgstr ""
425
 
426
  # @ custom-sidebars
427
- #: inc/class-custom-sidebars.php:947 views/import.php:147
428
  msgid "Widgets"
429
  msgstr "Widgets"
430
 
431
  # @ custom-sidebars
432
- #: inc/class-custom-sidebars.php:957
433
  #, fuzzy
434
  msgid "Support"
435
  msgstr "Importar"
436
 
437
- #: inc/class-custom-sidebars.php:974
438
  msgid "Create a custom sidebar to get started."
439
  msgstr ""
440
 
@@ -645,7 +645,7 @@ msgstr "El nombre de la barra lateral no puede ser vacío"
645
  # @ custom-sidebars
646
  #: views/widgets-editor.php:17
647
  #, fuzzy
648
- msgid "The name must be unique."
649
  msgstr "name"
650
 
651
  # @ custom-sidebars
@@ -931,7 +931,7 @@ msgid "http://premium.wpmudev.org/"
931
  msgstr ""
932
 
933
  # @ custom-sidebars
934
- #: inc/class-custom-sidebars-editor.php:1155
935
  #, fuzzy
936
  msgctxt "Column name on entries list."
937
  msgid "Custom Sidebars"
2
  msgstr ""
3
  "Project-Id-Version: Custom Sidebars\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/customsidebars\n"
5
+ "POT-Creation-Date: 2018-03-26 05:01:08+00:00\n"
6
  "PO-Revision-Date: 2014-08-28 21:54+0100\n"
7
  "Last-Translator: Philipp Stracker <philipp@stracker.net>\n"
8
  "Language-Team: \n"
66
 
67
  # custom-sidebars
68
  # @ custom-sidebars
69
+ #: inc/class-custom-sidebars-editor.php:250
70
+ #: inc/class-custom-sidebars-editor.php:407
71
+ #: inc/class-custom-sidebars-editor.php:690
72
  #, fuzzy
73
  msgid "You have no permission to do this operation."
74
  msgstr "No tiene permisos para hacer esto"
75
 
76
  # @ custom-sidebars
77
+ #: inc/class-custom-sidebars-editor.php:273
78
  msgid "Sidebar-name cannot be empty"
79
  msgstr "El nombre de la barra lateral no puede ser vacío"
80
 
81
  # @ custom-sidebars
82
+ #: inc/class-custom-sidebars-editor.php:297
83
+ #: inc/class-custom-sidebars-editor.php:416
84
  #, fuzzy
85
  msgid "The sidebar does not exist"
86
  msgstr "Crear una barra"
87
 
88
  # @ custom-sidebars
89
+ #: inc/class-custom-sidebars-editor.php:334
90
  msgid "Created new sidebar <strong>%1$s</strong>"
91
  msgstr "Creada la barra <strong>%1$s</strong>"
92
 
93
  # @ custom-sidebars
94
+ #: inc/class-custom-sidebars-editor.php:342
95
  msgid "Updated sidebar <strong>%1$s</strong>"
96
  msgstr "Barra <strong>%1$s</strong> actualizada"
97
 
98
  # @ custom-sidebars
99
+ #: inc/class-custom-sidebars-editor.php:353
100
+ #: inc/class-custom-sidebars-editor.php:436
101
  #, fuzzy
102
  msgid "The sidebar was not found"
103
  msgstr "Crear una barra"
104
 
105
  # @ custom-sidebars
106
+ #: inc/class-custom-sidebars-editor.php:425
107
  msgid "Deleted sidebar <strong>%1$s</strong>"
108
  msgstr "Barra <strong>%1$s</strong> borrada"
109
 
110
  # @ custom-sidebars
111
+ #: inc/class-custom-sidebars-editor.php:498
112
  #: inc/class-custom-sidebars-visibility.php:156
113
  #, fuzzy
114
  msgid "Front Page"
115
  msgstr "Página principal del Blog"
116
 
117
  # @ custom-sidebars
118
+ #: inc/class-custom-sidebars-editor.php:499
119
  #, fuzzy
120
  msgid "Search Results"
121
  msgstr "Página de resultados de búsqueda"
122
 
123
+ #: inc/class-custom-sidebars-editor.php:500
124
  #: inc/class-custom-sidebars-visibility.php:162
125
  msgid "Not found (404)"
126
  msgstr ""
127
 
128
  # @ custom-sidebars
129
+ #: inc/class-custom-sidebars-editor.php:501
130
  #, fuzzy
131
  msgid "Any Author Archive"
132
  msgstr "Archivos de autores"
133
 
134
  # @ custom-sidebars
135
+ #: inc/class-custom-sidebars-editor.php:502
136
  #, fuzzy
137
  msgid "Date Archives"
138
  msgstr "Archivos por fecha"
139
 
140
  # @ custom-sidebars
141
+ #: inc/class-custom-sidebars-editor.php:520
142
+ #: inc/class-custom-sidebars-editor.php:523
143
+ #: inc/class-custom-sidebars-editor.php:530
144
+ #: inc/class-custom-sidebars-editor.php:532
145
+ #: inc/class-custom-sidebars-editor.php:616
146
+ #: inc/class-custom-sidebars-editor.php:618
147
+ #: inc/class-custom-sidebars-editor.php:637
148
  #, fuzzy
149
  msgid "%s Archives"
150
  msgstr "Archivos %1$s"
151
 
152
  # @ custom-sidebars
153
+ #: inc/class-custom-sidebars-editor.php:579
154
  #: inc/class-custom-sidebars-visibility.php:157
155
  #, fuzzy
156
  msgid "Post Index"
157
  msgstr "Por tipo de entrada"
158
 
159
  # @ custom-sidebars
160
+ #: inc/class-custom-sidebars-editor.php:583
161
  #, fuzzy
162
  msgid "%1$s Archives"
163
  msgstr "Archivos %1$s"
164
 
165
  # @ custom-sidebars
166
+ #: inc/class-custom-sidebars-editor.php:861
167
  msgid "Updated sidebar <strong>%1$s</strong> settings."
168
  msgstr "Actualizadas las opciones para la barra <strong>%1$s</strong>."
169
 
170
  # @ custom-sidebars
171
+ #: inc/class-custom-sidebars-editor.php:913 views/widgets.php:17
172
  msgid "Sidebars"
173
  msgstr "Barras Laterales"
174
 
175
+ #: inc/class-custom-sidebars-editor.php:1386
176
  msgid "Custom sidebars configuration is allowed for:"
177
  msgstr ""
178
 
416
  msgid "Only these %s:"
417
  msgstr "Solo estos %s"
418
 
419
+ #: inc/class-custom-sidebars.php:148
420
  msgid ""
421
  "<strong>Accessibility mode is not supported by the\n"
422
  "\t\t\t\t\t\t%1$s plugin.</strong><br /><a href=\"%2$s\">Click here</a>\n"
424
  msgstr ""
425
 
426
  # @ custom-sidebars
427
+ #: inc/class-custom-sidebars.php:963 views/import.php:147
428
  msgid "Widgets"
429
  msgstr "Widgets"
430
 
431
  # @ custom-sidebars
432
+ #: inc/class-custom-sidebars.php:973
433
  #, fuzzy
434
  msgid "Support"
435
  msgstr "Importar"
436
 
437
+ #: inc/class-custom-sidebars.php:991
438
  msgid "Create a custom sidebar to get started."
439
  msgstr ""
440
 
645
  # @ custom-sidebars
646
  #: views/widgets-editor.php:17
647
  #, fuzzy
648
+ msgid "The name should be unique."
649
  msgstr "name"
650
 
651
  # @ custom-sidebars
931
  msgstr ""
932
 
933
  # @ custom-sidebars
934
+ #: inc/class-custom-sidebars-editor.php:1186
935
  #, fuzzy
936
  msgctxt "Column name on entries list."
937
  msgid "Custom Sidebars"
lang/custom-sidebars-fr_FR.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Custom Sidebars\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/customsidebars\n"
5
- "POT-Creation-Date: 2018-02-09 06:13:10+00:00\n"
6
  "PO-Revision-Date: 2014-08-28 21:54+0100\n"
7
  "Last-Translator: Philipp Stracker <philipp@stracker.net>\n"
8
  "Language-Team: Gaël Lacour <legeek@unamourdeuxgeeks.com>\n"
@@ -62,106 +62,106 @@ msgstr ""
62
  msgid "You do not have permission for this"
63
  msgstr ""
64
 
65
- #: inc/class-custom-sidebars-editor.php:242
66
- #: inc/class-custom-sidebars-editor.php:376
67
- #: inc/class-custom-sidebars-editor.php:659
68
  msgid "You have no permission to do this operation."
69
  msgstr ""
70
 
71
- #: inc/class-custom-sidebars-editor.php:263
72
  msgid "Sidebar-name cannot be empty"
73
  msgstr ""
74
 
75
  # @ custom-sidebars
76
- #: inc/class-custom-sidebars-editor.php:287
77
- #: inc/class-custom-sidebars-editor.php:385
78
  #, fuzzy
79
  msgid "The sidebar does not exist"
80
  msgstr "Créer une Sidebar"
81
 
82
- #: inc/class-custom-sidebars-editor.php:318
83
  msgid "Created new sidebar <strong>%1$s</strong>"
84
  msgstr ""
85
 
86
- #: inc/class-custom-sidebars-editor.php:326
87
  msgid "Updated sidebar <strong>%1$s</strong>"
88
  msgstr ""
89
 
90
  # @ custom-sidebars
91
- #: inc/class-custom-sidebars-editor.php:337
92
- #: inc/class-custom-sidebars-editor.php:405
93
  #, fuzzy
94
  msgid "The sidebar was not found"
95
  msgstr "Créer une Sidebar"
96
 
97
- #: inc/class-custom-sidebars-editor.php:394
98
  msgid "Deleted sidebar <strong>%1$s</strong>"
99
  msgstr ""
100
 
101
- #: inc/class-custom-sidebars-editor.php:467
102
  #: inc/class-custom-sidebars-visibility.php:156
103
  #, fuzzy
104
  msgid "Front Page"
105
  msgstr "Page principale du blog"
106
 
107
  # @ custom-sidebars
108
- #: inc/class-custom-sidebars-editor.php:468
109
  #, fuzzy
110
  msgid "Search Results"
111
  msgstr "Résultats de votre recherche"
112
 
113
- #: inc/class-custom-sidebars-editor.php:469
114
  #: inc/class-custom-sidebars-visibility.php:162
115
  msgid "Not found (404)"
116
  msgstr ""
117
 
118
  # @ custom-sidebars
119
- #: inc/class-custom-sidebars-editor.php:470
120
  #, fuzzy
121
  msgid "Any Author Archive"
122
  msgstr "Archives par auteur"
123
 
124
  # @ custom-sidebars
125
- #: inc/class-custom-sidebars-editor.php:471
126
  #, fuzzy
127
  msgid "Date Archives"
128
  msgstr "Archives par date"
129
 
130
  # @ custom-sidebars
131
- #: inc/class-custom-sidebars-editor.php:489
132
- #: inc/class-custom-sidebars-editor.php:492
133
- #: inc/class-custom-sidebars-editor.php:499
134
- #: inc/class-custom-sidebars-editor.php:501
135
- #: inc/class-custom-sidebars-editor.php:585
136
- #: inc/class-custom-sidebars-editor.php:587
137
- #: inc/class-custom-sidebars-editor.php:606
138
  #, fuzzy
139
  msgid "%s Archives"
140
  msgstr "Archives par catégories"
141
 
142
  # @ custom-sidebars
143
- #: inc/class-custom-sidebars-editor.php:548
144
  #: inc/class-custom-sidebars-visibility.php:157
145
  #, fuzzy
146
  msgid "Post Index"
147
  msgstr "Par types d'articles"
148
 
149
  # @ custom-sidebars
150
- #: inc/class-custom-sidebars-editor.php:552
151
  #, fuzzy
152
  msgid "%1$s Archives"
153
  msgstr "Archives par catégories"
154
 
155
- #: inc/class-custom-sidebars-editor.php:830
156
  msgid "Updated sidebar <strong>%1$s</strong> settings."
157
  msgstr ""
158
 
159
  # @ custom-sidebars
160
- #: inc/class-custom-sidebars-editor.php:882 views/widgets.php:17
161
  msgid "Sidebars"
162
  msgstr "Sidebars"
163
 
164
- #: inc/class-custom-sidebars-editor.php:1355
165
  msgid "Custom sidebars configuration is allowed for:"
166
  msgstr ""
167
 
@@ -370,7 +370,7 @@ msgstr ""
370
  msgid "Only these %s:"
371
  msgstr ""
372
 
373
- #: inc/class-custom-sidebars.php:132
374
  msgid ""
375
  "<strong>Accessibility mode is not supported by the\n"
376
  "\t\t\t\t\t\t%1$s plugin.</strong><br /><a href=\"%2$s\">Click here</a>\n"
@@ -378,15 +378,15 @@ msgid ""
378
  msgstr ""
379
 
380
  # @ custom-sidebars
381
- #: inc/class-custom-sidebars.php:947 views/import.php:147
382
  msgid "Widgets"
383
  msgstr ""
384
 
385
- #: inc/class-custom-sidebars.php:957
386
  msgid "Support"
387
  msgstr ""
388
 
389
- #: inc/class-custom-sidebars.php:974
390
  msgid "Create a custom sidebar to get started."
391
  msgstr ""
392
 
@@ -582,7 +582,7 @@ msgstr "Nom"
582
  # @ custom-sidebars
583
  #: views/widgets-editor.php:17
584
  #, fuzzy
585
- msgid "The name must be unique."
586
  msgstr "Nom"
587
 
588
  #: views/widgets-editor.php:21
@@ -846,7 +846,7 @@ msgid "http://premium.wpmudev.org/"
846
  msgstr ""
847
 
848
  # @ custom-sidebars
849
- #: inc/class-custom-sidebars-editor.php:1155
850
  #, fuzzy
851
  msgctxt "Column name on entries list."
852
  msgid "Custom Sidebars"
2
  msgstr ""
3
  "Project-Id-Version: Custom Sidebars\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/customsidebars\n"
5
+ "POT-Creation-Date: 2018-03-26 05:01:08+00:00\n"
6
  "PO-Revision-Date: 2014-08-28 21:54+0100\n"
7
  "Last-Translator: Philipp Stracker <philipp@stracker.net>\n"
8
  "Language-Team: Gaël Lacour <legeek@unamourdeuxgeeks.com>\n"
62
  msgid "You do not have permission for this"
63
  msgstr ""
64
 
65
+ #: inc/class-custom-sidebars-editor.php:250
66
+ #: inc/class-custom-sidebars-editor.php:407
67
+ #: inc/class-custom-sidebars-editor.php:690
68
  msgid "You have no permission to do this operation."
69
  msgstr ""
70
 
71
+ #: inc/class-custom-sidebars-editor.php:273
72
  msgid "Sidebar-name cannot be empty"
73
  msgstr ""
74
 
75
  # @ custom-sidebars
76
+ #: inc/class-custom-sidebars-editor.php:297
77
+ #: inc/class-custom-sidebars-editor.php:416
78
  #, fuzzy
79
  msgid "The sidebar does not exist"
80
  msgstr "Créer une Sidebar"
81
 
82
+ #: inc/class-custom-sidebars-editor.php:334
83
  msgid "Created new sidebar <strong>%1$s</strong>"
84
  msgstr ""
85
 
86
+ #: inc/class-custom-sidebars-editor.php:342
87
  msgid "Updated sidebar <strong>%1$s</strong>"
88
  msgstr ""
89
 
90
  # @ custom-sidebars
91
+ #: inc/class-custom-sidebars-editor.php:353
92
+ #: inc/class-custom-sidebars-editor.php:436
93
  #, fuzzy
94
  msgid "The sidebar was not found"
95
  msgstr "Créer une Sidebar"
96
 
97
+ #: inc/class-custom-sidebars-editor.php:425
98
  msgid "Deleted sidebar <strong>%1$s</strong>"
99
  msgstr ""
100
 
101
+ #: inc/class-custom-sidebars-editor.php:498
102
  #: inc/class-custom-sidebars-visibility.php:156
103
  #, fuzzy
104
  msgid "Front Page"
105
  msgstr "Page principale du blog"
106
 
107
  # @ custom-sidebars
108
+ #: inc/class-custom-sidebars-editor.php:499
109
  #, fuzzy
110
  msgid "Search Results"
111
  msgstr "Résultats de votre recherche"
112
 
113
+ #: inc/class-custom-sidebars-editor.php:500
114
  #: inc/class-custom-sidebars-visibility.php:162
115
  msgid "Not found (404)"
116
  msgstr ""
117
 
118
  # @ custom-sidebars
119
+ #: inc/class-custom-sidebars-editor.php:501
120
  #, fuzzy
121
  msgid "Any Author Archive"
122
  msgstr "Archives par auteur"
123
 
124
  # @ custom-sidebars
125
+ #: inc/class-custom-sidebars-editor.php:502
126
  #, fuzzy
127
  msgid "Date Archives"
128
  msgstr "Archives par date"
129
 
130
  # @ custom-sidebars
131
+ #: inc/class-custom-sidebars-editor.php:520
132
+ #: inc/class-custom-sidebars-editor.php:523
133
+ #: inc/class-custom-sidebars-editor.php:530
134
+ #: inc/class-custom-sidebars-editor.php:532
135
+ #: inc/class-custom-sidebars-editor.php:616
136
+ #: inc/class-custom-sidebars-editor.php:618
137
+ #: inc/class-custom-sidebars-editor.php:637
138
  #, fuzzy
139
  msgid "%s Archives"
140
  msgstr "Archives par catégories"
141
 
142
  # @ custom-sidebars
143
+ #: inc/class-custom-sidebars-editor.php:579
144
  #: inc/class-custom-sidebars-visibility.php:157
145
  #, fuzzy
146
  msgid "Post Index"
147
  msgstr "Par types d'articles"
148
 
149
  # @ custom-sidebars
150
+ #: inc/class-custom-sidebars-editor.php:583
151
  #, fuzzy
152
  msgid "%1$s Archives"
153
  msgstr "Archives par catégories"
154
 
155
+ #: inc/class-custom-sidebars-editor.php:861
156
  msgid "Updated sidebar <strong>%1$s</strong> settings."
157
  msgstr ""
158
 
159
  # @ custom-sidebars
160
+ #: inc/class-custom-sidebars-editor.php:913 views/widgets.php:17
161
  msgid "Sidebars"
162
  msgstr "Sidebars"
163
 
164
+ #: inc/class-custom-sidebars-editor.php:1386
165
  msgid "Custom sidebars configuration is allowed for:"
166
  msgstr ""
167
 
370
  msgid "Only these %s:"
371
  msgstr ""
372
 
373
+ #: inc/class-custom-sidebars.php:148
374
  msgid ""
375
  "<strong>Accessibility mode is not supported by the\n"
376
  "\t\t\t\t\t\t%1$s plugin.</strong><br /><a href=\"%2$s\">Click here</a>\n"
378
  msgstr ""
379
 
380
  # @ custom-sidebars
381
+ #: inc/class-custom-sidebars.php:963 views/import.php:147
382
  msgid "Widgets"
383
  msgstr ""
384
 
385
+ #: inc/class-custom-sidebars.php:973
386
  msgid "Support"
387
  msgstr ""
388
 
389
+ #: inc/class-custom-sidebars.php:991
390
  msgid "Create a custom sidebar to get started."
391
  msgstr ""
392
 
582
  # @ custom-sidebars
583
  #: views/widgets-editor.php:17
584
  #, fuzzy
585
+ msgid "The name should be unique."
586
  msgstr "Nom"
587
 
588
  #: views/widgets-editor.php:21
846
  msgstr ""
847
 
848
  # @ custom-sidebars
849
+ #: inc/class-custom-sidebars-editor.php:1186
850
  #, fuzzy
851
  msgctxt "Column name on entries list."
852
  msgid "Custom Sidebars"
lang/custom-sidebars-he_IL.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Custom Sidebars\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/customsidebars\n"
5
- "POT-Creation-Date: 2018-02-09 06:13:10+00:00\n"
6
  "PO-Revision-Date: 2014-08-28 21:54+0100\n"
7
  "Last-Translator: Philipp Stracker <philipp@stracker.net>\n"
8
  "Language-Team: \n"
@@ -62,106 +62,106 @@ msgstr ""
62
  msgid "You do not have permission for this"
63
  msgstr ""
64
 
65
- #: inc/class-custom-sidebars-editor.php:242
66
- #: inc/class-custom-sidebars-editor.php:376
67
- #: inc/class-custom-sidebars-editor.php:659
68
  msgid "You have no permission to do this operation."
69
  msgstr ""
70
 
71
- #: inc/class-custom-sidebars-editor.php:263
72
  msgid "Sidebar-name cannot be empty"
73
  msgstr ""
74
 
75
  # @ custom-sidebars
76
- #: inc/class-custom-sidebars-editor.php:287
77
- #: inc/class-custom-sidebars-editor.php:385
78
  #, fuzzy
79
  msgid "The sidebar does not exist"
80
  msgstr "יצר סיידבר"
81
 
82
- #: inc/class-custom-sidebars-editor.php:318
83
  msgid "Created new sidebar <strong>%1$s</strong>"
84
  msgstr ""
85
 
86
- #: inc/class-custom-sidebars-editor.php:326
87
  msgid "Updated sidebar <strong>%1$s</strong>"
88
  msgstr ""
89
 
90
  # @ custom-sidebars
91
- #: inc/class-custom-sidebars-editor.php:337
92
- #: inc/class-custom-sidebars-editor.php:405
93
  #, fuzzy
94
  msgid "The sidebar was not found"
95
  msgstr "יצר סיידבר"
96
 
97
- #: inc/class-custom-sidebars-editor.php:394
98
  msgid "Deleted sidebar <strong>%1$s</strong>"
99
  msgstr ""
100
 
101
- #: inc/class-custom-sidebars-editor.php:467
102
  #: inc/class-custom-sidebars-visibility.php:156
103
  #, fuzzy
104
  msgid "Front Page"
105
  msgstr "עמוד בלוג ראשי"
106
 
107
  # @ custom-sidebars
108
- #: inc/class-custom-sidebars-editor.php:468
109
  #, fuzzy
110
  msgid "Search Results"
111
  msgstr "עמוד תוצאות חיפוש"
112
 
113
- #: inc/class-custom-sidebars-editor.php:469
114
  #: inc/class-custom-sidebars-visibility.php:162
115
  msgid "Not found (404)"
116
  msgstr ""
117
 
118
  # @ custom-sidebars
119
- #: inc/class-custom-sidebars-editor.php:470
120
  #, fuzzy
121
  msgid "Any Author Archive"
122
  msgstr "ארכיוני כותבים"
123
 
124
  # @ custom-sidebars
125
- #: inc/class-custom-sidebars-editor.php:471
126
  #, fuzzy
127
  msgid "Date Archives"
128
  msgstr "ארכיונים לפי תאריך"
129
 
130
  # @ custom-sidebars
131
- #: inc/class-custom-sidebars-editor.php:489
132
- #: inc/class-custom-sidebars-editor.php:492
133
- #: inc/class-custom-sidebars-editor.php:499
134
- #: inc/class-custom-sidebars-editor.php:501
135
- #: inc/class-custom-sidebars-editor.php:585
136
- #: inc/class-custom-sidebars-editor.php:587
137
- #: inc/class-custom-sidebars-editor.php:606
138
  #, fuzzy
139
  msgid "%s Archives"
140
  msgstr "ארכיוני קטגוריה"
141
 
142
  # @ custom-sidebars
143
- #: inc/class-custom-sidebars-editor.php:548
144
  #: inc/class-custom-sidebars-visibility.php:157
145
  #, fuzzy
146
  msgid "Post Index"
147
  msgstr "לפי סוג פוסט"
148
 
149
  # @ custom-sidebars
150
- #: inc/class-custom-sidebars-editor.php:552
151
  #, fuzzy
152
  msgid "%1$s Archives"
153
  msgstr "ארכיוני קטגוריה"
154
 
155
- #: inc/class-custom-sidebars-editor.php:830
156
  msgid "Updated sidebar <strong>%1$s</strong> settings."
157
  msgstr ""
158
 
159
  # @ custom-sidebars
160
- #: inc/class-custom-sidebars-editor.php:882 views/widgets.php:17
161
  msgid "Sidebars"
162
  msgstr "סיידברים"
163
 
164
- #: inc/class-custom-sidebars-editor.php:1355
165
  msgid "Custom sidebars configuration is allowed for:"
166
  msgstr ""
167
 
@@ -370,7 +370,7 @@ msgstr ""
370
  msgid "Only these %s:"
371
  msgstr ""
372
 
373
- #: inc/class-custom-sidebars.php:132
374
  msgid ""
375
  "<strong>Accessibility mode is not supported by the\n"
376
  "\t\t\t\t\t\t%1$s plugin.</strong><br /><a href=\"%2$s\">Click here</a>\n"
@@ -378,15 +378,15 @@ msgid ""
378
  msgstr ""
379
 
380
  # @ custom-sidebars
381
- #: inc/class-custom-sidebars.php:947 views/import.php:147
382
  msgid "Widgets"
383
  msgstr ""
384
 
385
- #: inc/class-custom-sidebars.php:957
386
  msgid "Support"
387
  msgstr ""
388
 
389
- #: inc/class-custom-sidebars.php:974
390
  msgid "Create a custom sidebar to get started."
391
  msgstr ""
392
 
@@ -582,7 +582,7 @@ msgstr "שם"
582
  # @ custom-sidebars
583
  #: views/widgets-editor.php:17
584
  #, fuzzy
585
- msgid "The name must be unique."
586
  msgstr "שם"
587
 
588
  #: views/widgets-editor.php:21
@@ -842,7 +842,7 @@ msgid "http://premium.wpmudev.org/"
842
  msgstr ""
843
 
844
  # @ custom-sidebars
845
- #: inc/class-custom-sidebars-editor.php:1155
846
  #, fuzzy
847
  msgctxt "Column name on entries list."
848
  msgid "Custom Sidebars"
2
  msgstr ""
3
  "Project-Id-Version: Custom Sidebars\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/customsidebars\n"
5
+ "POT-Creation-Date: 2018-03-26 05:01:08+00:00\n"
6
  "PO-Revision-Date: 2014-08-28 21:54+0100\n"
7
  "Last-Translator: Philipp Stracker <philipp@stracker.net>\n"
8
  "Language-Team: \n"
62
  msgid "You do not have permission for this"
63
  msgstr ""
64
 
65
+ #: inc/class-custom-sidebars-editor.php:250
66
+ #: inc/class-custom-sidebars-editor.php:407
67
+ #: inc/class-custom-sidebars-editor.php:690
68
  msgid "You have no permission to do this operation."
69
  msgstr ""
70
 
71
+ #: inc/class-custom-sidebars-editor.php:273
72
  msgid "Sidebar-name cannot be empty"
73
  msgstr ""
74
 
75
  # @ custom-sidebars
76
+ #: inc/class-custom-sidebars-editor.php:297
77
+ #: inc/class-custom-sidebars-editor.php:416
78
  #, fuzzy
79
  msgid "The sidebar does not exist"
80
  msgstr "יצר סיידבר"
81
 
82
+ #: inc/class-custom-sidebars-editor.php:334
83
  msgid "Created new sidebar <strong>%1$s</strong>"
84
  msgstr ""
85
 
86
+ #: inc/class-custom-sidebars-editor.php:342
87
  msgid "Updated sidebar <strong>%1$s</strong>"
88
  msgstr ""
89
 
90
  # @ custom-sidebars
91
+ #: inc/class-custom-sidebars-editor.php:353
92
+ #: inc/class-custom-sidebars-editor.php:436
93
  #, fuzzy
94
  msgid "The sidebar was not found"
95
  msgstr "יצר סיידבר"
96
 
97
+ #: inc/class-custom-sidebars-editor.php:425
98
  msgid "Deleted sidebar <strong>%1$s</strong>"
99
  msgstr ""
100
 
101
+ #: inc/class-custom-sidebars-editor.php:498
102
  #: inc/class-custom-sidebars-visibility.php:156
103
  #, fuzzy
104
  msgid "Front Page"
105
  msgstr "עמוד בלוג ראשי"
106
 
107
  # @ custom-sidebars
108
+ #: inc/class-custom-sidebars-editor.php:499
109
  #, fuzzy
110
  msgid "Search Results"
111
  msgstr "עמוד תוצאות חיפוש"
112
 
113
+ #: inc/class-custom-sidebars-editor.php:500
114
  #: inc/class-custom-sidebars-visibility.php:162
115
  msgid "Not found (404)"
116
  msgstr ""
117
 
118
  # @ custom-sidebars
119
+ #: inc/class-custom-sidebars-editor.php:501
120
  #, fuzzy
121
  msgid "Any Author Archive"
122
  msgstr "ארכיוני כותבים"
123
 
124
  # @ custom-sidebars
125
+ #: inc/class-custom-sidebars-editor.php:502
126
  #, fuzzy
127
  msgid "Date Archives"
128
  msgstr "ארכיונים לפי תאריך"
129
 
130
  # @ custom-sidebars
131
+ #: inc/class-custom-sidebars-editor.php:520
132
+ #: inc/class-custom-sidebars-editor.php:523
133
+ #: inc/class-custom-sidebars-editor.php:530
134
+ #: inc/class-custom-sidebars-editor.php:532
135
+ #: inc/class-custom-sidebars-editor.php:616
136
+ #: inc/class-custom-sidebars-editor.php:618
137
+ #: inc/class-custom-sidebars-editor.php:637
138
  #, fuzzy
139
  msgid "%s Archives"
140
  msgstr "ארכיוני קטגוריה"
141
 
142
  # @ custom-sidebars
143
+ #: inc/class-custom-sidebars-editor.php:579
144
  #: inc/class-custom-sidebars-visibility.php:157
145
  #, fuzzy
146
  msgid "Post Index"
147
  msgstr "לפי סוג פוסט"
148
 
149
  # @ custom-sidebars
150
+ #: inc/class-custom-sidebars-editor.php:583
151
  #, fuzzy
152
  msgid "%1$s Archives"
153
  msgstr "ארכיוני קטגוריה"
154
 
155
+ #: inc/class-custom-sidebars-editor.php:861
156
  msgid "Updated sidebar <strong>%1$s</strong> settings."
157
  msgstr ""
158
 
159
  # @ custom-sidebars
160
+ #: inc/class-custom-sidebars-editor.php:913 views/widgets.php:17
161
  msgid "Sidebars"
162
  msgstr "סיידברים"
163
 
164
+ #: inc/class-custom-sidebars-editor.php:1386
165
  msgid "Custom sidebars configuration is allowed for:"
166
  msgstr ""
167
 
370
  msgid "Only these %s:"
371
  msgstr ""
372
 
373
+ #: inc/class-custom-sidebars.php:148
374
  msgid ""
375
  "<strong>Accessibility mode is not supported by the\n"
376
  "\t\t\t\t\t\t%1$s plugin.</strong><br /><a href=\"%2$s\">Click here</a>\n"
378
  msgstr ""
379
 
380
  # @ custom-sidebars
381
+ #: inc/class-custom-sidebars.php:963 views/import.php:147
382
  msgid "Widgets"
383
  msgstr ""
384
 
385
+ #: inc/class-custom-sidebars.php:973
386
  msgid "Support"
387
  msgstr ""
388
 
389
+ #: inc/class-custom-sidebars.php:991
390
  msgid "Create a custom sidebar to get started."
391
  msgstr ""
392
 
582
  # @ custom-sidebars
583
  #: views/widgets-editor.php:17
584
  #, fuzzy
585
+ msgid "The name should be unique."
586
  msgstr "שם"
587
 
588
  #: views/widgets-editor.php:21
842
  msgstr ""
843
 
844
  # @ custom-sidebars
845
+ #: inc/class-custom-sidebars-editor.php:1186
846
  #, fuzzy
847
  msgctxt "Column name on entries list."
848
  msgid "Custom Sidebars"
lang/custom-sidebars-it_IT.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Custom Sidebars\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/customsidebars\n"
5
- "POT-Creation-Date: 2018-02-09 06:13:10+00:00\n"
6
  "PO-Revision-Date: 2014-08-28 21:53+0100\n"
7
  "Last-Translator: Philipp Stracker <philipp@stracker.net>\n"
8
  "Language-Team: \n"
@@ -59,94 +59,94 @@ msgstr ""
59
  msgid "You do not have permission for this"
60
  msgstr ""
61
 
62
- #: inc/class-custom-sidebars-editor.php:242
63
- #: inc/class-custom-sidebars-editor.php:376
64
- #: inc/class-custom-sidebars-editor.php:659
65
  msgid "You have no permission to do this operation."
66
  msgstr ""
67
 
68
- #: inc/class-custom-sidebars-editor.php:263
69
  msgid "Sidebar-name cannot be empty"
70
  msgstr ""
71
 
72
- #: inc/class-custom-sidebars-editor.php:287
73
- #: inc/class-custom-sidebars-editor.php:385
74
  #, fuzzy
75
  msgid "The sidebar does not exist"
76
  msgstr "Crea una sidebar"
77
 
78
- #: inc/class-custom-sidebars-editor.php:318
79
  msgid "Created new sidebar <strong>%1$s</strong>"
80
  msgstr ""
81
 
82
- #: inc/class-custom-sidebars-editor.php:326
83
  msgid "Updated sidebar <strong>%1$s</strong>"
84
  msgstr ""
85
 
86
- #: inc/class-custom-sidebars-editor.php:337
87
- #: inc/class-custom-sidebars-editor.php:405
88
  #, fuzzy
89
  msgid "The sidebar was not found"
90
  msgstr "Crea una sidebar"
91
 
92
- #: inc/class-custom-sidebars-editor.php:394
93
  msgid "Deleted sidebar <strong>%1$s</strong>"
94
  msgstr ""
95
 
96
- #: inc/class-custom-sidebars-editor.php:467
97
  #: inc/class-custom-sidebars-visibility.php:156
98
  msgid "Front Page"
99
  msgstr ""
100
 
101
- #: inc/class-custom-sidebars-editor.php:468
102
  msgid "Search Results"
103
  msgstr ""
104
 
105
- #: inc/class-custom-sidebars-editor.php:469
106
  #: inc/class-custom-sidebars-visibility.php:162
107
  msgid "Not found (404)"
108
  msgstr ""
109
 
110
- #: inc/class-custom-sidebars-editor.php:470
111
  #, fuzzy
112
  msgid "Any Author Archive"
113
  msgstr "Per categoria"
114
 
115
- #: inc/class-custom-sidebars-editor.php:471
116
  msgid "Date Archives"
117
  msgstr ""
118
 
119
- #: inc/class-custom-sidebars-editor.php:489
120
- #: inc/class-custom-sidebars-editor.php:492
121
- #: inc/class-custom-sidebars-editor.php:499
122
- #: inc/class-custom-sidebars-editor.php:501
123
- #: inc/class-custom-sidebars-editor.php:585
124
- #: inc/class-custom-sidebars-editor.php:587
125
- #: inc/class-custom-sidebars-editor.php:606
126
  #, fuzzy
127
  msgid "%s Archives"
128
  msgstr "Per categoria"
129
 
130
- #: inc/class-custom-sidebars-editor.php:548
131
  #: inc/class-custom-sidebars-visibility.php:157
132
  #, fuzzy
133
  msgid "Post Index"
134
  msgstr "Per tipo di articolo"
135
 
136
- #: inc/class-custom-sidebars-editor.php:552
137
  msgid "%1$s Archives"
138
  msgstr ""
139
 
140
- #: inc/class-custom-sidebars-editor.php:830
141
  msgid "Updated sidebar <strong>%1$s</strong> settings."
142
  msgstr ""
143
 
144
- #: inc/class-custom-sidebars-editor.php:882 views/widgets.php:17
145
  #, fuzzy
146
  msgid "Sidebars"
147
  msgstr "Sidebar personalizzate"
148
 
149
- #: inc/class-custom-sidebars-editor.php:1355
150
  msgid "Custom sidebars configuration is allowed for:"
151
  msgstr ""
152
 
@@ -346,22 +346,22 @@ msgstr ""
346
  msgid "Only these %s:"
347
  msgstr ""
348
 
349
- #: inc/class-custom-sidebars.php:132
350
  msgid ""
351
  "<strong>Accessibility mode is not supported by the\n"
352
  "\t\t\t\t\t\t%1$s plugin.</strong><br /><a href=\"%2$s\">Click here</a>\n"
353
  "\t\t\t\t\t\tto disable accessibility mode and use the %1$s plugin!"
354
  msgstr ""
355
 
356
- #: inc/class-custom-sidebars.php:947 views/import.php:147
357
  msgid "Widgets"
358
  msgstr ""
359
 
360
- #: inc/class-custom-sidebars.php:957
361
  msgid "Support"
362
  msgstr ""
363
 
364
- #: inc/class-custom-sidebars.php:974
365
  msgid "Create a custom sidebar to get started."
366
  msgstr ""
367
 
@@ -539,7 +539,7 @@ msgstr "Nome"
539
 
540
  #: views/widgets-editor.php:17
541
  #, fuzzy
542
- msgid "The name must be unique."
543
  msgstr "Nome"
544
 
545
  #: views/widgets-editor.php:21
@@ -771,7 +771,7 @@ msgstr ""
771
  msgid "http://premium.wpmudev.org/"
772
  msgstr ""
773
 
774
- #: inc/class-custom-sidebars-editor.php:1155
775
  #, fuzzy
776
  msgctxt "Column name on entries list."
777
  msgid "Custom Sidebars"
2
  msgstr ""
3
  "Project-Id-Version: Custom Sidebars\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/customsidebars\n"
5
+ "POT-Creation-Date: 2018-03-26 05:01:08+00:00\n"
6
  "PO-Revision-Date: 2014-08-28 21:53+0100\n"
7
  "Last-Translator: Philipp Stracker <philipp@stracker.net>\n"
8
  "Language-Team: \n"
59
  msgid "You do not have permission for this"
60
  msgstr ""
61
 
62
+ #: inc/class-custom-sidebars-editor.php:250
63
+ #: inc/class-custom-sidebars-editor.php:407
64
+ #: inc/class-custom-sidebars-editor.php:690
65
  msgid "You have no permission to do this operation."
66
  msgstr ""
67
 
68
+ #: inc/class-custom-sidebars-editor.php:273
69
  msgid "Sidebar-name cannot be empty"
70
  msgstr ""
71
 
72
+ #: inc/class-custom-sidebars-editor.php:297
73
+ #: inc/class-custom-sidebars-editor.php:416
74
  #, fuzzy
75
  msgid "The sidebar does not exist"
76
  msgstr "Crea una sidebar"
77
 
78
+ #: inc/class-custom-sidebars-editor.php:334
79
  msgid "Created new sidebar <strong>%1$s</strong>"
80
  msgstr ""
81
 
82
+ #: inc/class-custom-sidebars-editor.php:342
83
  msgid "Updated sidebar <strong>%1$s</strong>"
84
  msgstr ""
85
 
86
+ #: inc/class-custom-sidebars-editor.php:353
87
+ #: inc/class-custom-sidebars-editor.php:436
88
  #, fuzzy
89
  msgid "The sidebar was not found"
90
  msgstr "Crea una sidebar"
91
 
92
+ #: inc/class-custom-sidebars-editor.php:425
93
  msgid "Deleted sidebar <strong>%1$s</strong>"
94
  msgstr ""
95
 
96
+ #: inc/class-custom-sidebars-editor.php:498
97
  #: inc/class-custom-sidebars-visibility.php:156
98
  msgid "Front Page"
99
  msgstr ""
100
 
101
+ #: inc/class-custom-sidebars-editor.php:499
102
  msgid "Search Results"
103
  msgstr ""
104
 
105
+ #: inc/class-custom-sidebars-editor.php:500
106
  #: inc/class-custom-sidebars-visibility.php:162
107
  msgid "Not found (404)"
108
  msgstr ""
109
 
110
+ #: inc/class-custom-sidebars-editor.php:501
111
  #, fuzzy
112
  msgid "Any Author Archive"
113
  msgstr "Per categoria"
114
 
115
+ #: inc/class-custom-sidebars-editor.php:502
116
  msgid "Date Archives"
117
  msgstr ""
118
 
119
+ #: inc/class-custom-sidebars-editor.php:520
120
+ #: inc/class-custom-sidebars-editor.php:523
121
+ #: inc/class-custom-sidebars-editor.php:530
122
+ #: inc/class-custom-sidebars-editor.php:532
123
+ #: inc/class-custom-sidebars-editor.php:616
124
+ #: inc/class-custom-sidebars-editor.php:618
125
+ #: inc/class-custom-sidebars-editor.php:637
126
  #, fuzzy
127
  msgid "%s Archives"
128
  msgstr "Per categoria"
129
 
130
+ #: inc/class-custom-sidebars-editor.php:579
131
  #: inc/class-custom-sidebars-visibility.php:157
132
  #, fuzzy
133
  msgid "Post Index"
134
  msgstr "Per tipo di articolo"
135
 
136
+ #: inc/class-custom-sidebars-editor.php:583
137
  msgid "%1$s Archives"
138
  msgstr ""
139
 
140
+ #: inc/class-custom-sidebars-editor.php:861
141
  msgid "Updated sidebar <strong>%1$s</strong> settings."
142
  msgstr ""
143
 
144
+ #: inc/class-custom-sidebars-editor.php:913 views/widgets.php:17
145
  #, fuzzy
146
  msgid "Sidebars"
147
  msgstr "Sidebar personalizzate"
148
 
149
+ #: inc/class-custom-sidebars-editor.php:1386
150
  msgid "Custom sidebars configuration is allowed for:"
151
  msgstr ""
152
 
346
  msgid "Only these %s:"
347
  msgstr ""
348
 
349
+ #: inc/class-custom-sidebars.php:148
350
  msgid ""
351
  "<strong>Accessibility mode is not supported by the\n"
352
  "\t\t\t\t\t\t%1$s plugin.</strong><br /><a href=\"%2$s\">Click here</a>\n"
353
  "\t\t\t\t\t\tto disable accessibility mode and use the %1$s plugin!"
354
  msgstr ""
355
 
356
+ #: inc/class-custom-sidebars.php:963 views/import.php:147
357
  msgid "Widgets"
358
  msgstr ""
359
 
360
+ #: inc/class-custom-sidebars.php:973
361
  msgid "Support"
362
  msgstr ""
363
 
364
+ #: inc/class-custom-sidebars.php:991
365
  msgid "Create a custom sidebar to get started."
366
  msgstr ""
367
 
539
 
540
  #: views/widgets-editor.php:17
541
  #, fuzzy
542
+ msgid "The name should be unique."
543
  msgstr "Nome"
544
 
545
  #: views/widgets-editor.php:21
771
  msgid "http://premium.wpmudev.org/"
772
  msgstr ""
773
 
774
+ #: inc/class-custom-sidebars-editor.php:1186
775
  #, fuzzy
776
  msgctxt "Column name on entries list."
777
  msgid "Custom Sidebars"
lang/custom-sidebars-nl_NL.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Custom Sidebars\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/customsidebars\n"
5
- "POT-Creation-Date: 2018-02-09 06:13:10+00:00\n"
6
  "PO-Revision-Date: 2014-08-28 21:53+0100\n"
7
  "Last-Translator: Philipp Stracker <philipp@stracker.net>\n"
8
  "Language-Team: <hboswijk@xs4all.nl>\n"
@@ -59,94 +59,94 @@ msgstr ""
59
  msgid "You do not have permission for this"
60
  msgstr ""
61
 
62
- #: inc/class-custom-sidebars-editor.php:242
63
- #: inc/class-custom-sidebars-editor.php:376
64
- #: inc/class-custom-sidebars-editor.php:659
65
  msgid "You have no permission to do this operation."
66
  msgstr ""
67
 
68
- #: inc/class-custom-sidebars-editor.php:263
69
  msgid "Sidebar-name cannot be empty"
70
  msgstr ""
71
 
72
- #: inc/class-custom-sidebars-editor.php:287
73
- #: inc/class-custom-sidebars-editor.php:385
74
  #, fuzzy
75
  msgid "The sidebar does not exist"
76
  msgstr "Maak Sidebar"
77
 
78
- #: inc/class-custom-sidebars-editor.php:318
79
  msgid "Created new sidebar <strong>%1$s</strong>"
80
  msgstr ""
81
 
82
- #: inc/class-custom-sidebars-editor.php:326
83
  msgid "Updated sidebar <strong>%1$s</strong>"
84
  msgstr ""
85
 
86
- #: inc/class-custom-sidebars-editor.php:337
87
- #: inc/class-custom-sidebars-editor.php:405
88
  #, fuzzy
89
  msgid "The sidebar was not found"
90
  msgstr "Maak Sidebar"
91
 
92
- #: inc/class-custom-sidebars-editor.php:394
93
  msgid "Deleted sidebar <strong>%1$s</strong>"
94
  msgstr ""
95
 
96
- #: inc/class-custom-sidebars-editor.php:467
97
  #: inc/class-custom-sidebars-visibility.php:156
98
  msgid "Front Page"
99
  msgstr ""
100
 
101
- #: inc/class-custom-sidebars-editor.php:468
102
  msgid "Search Results"
103
  msgstr ""
104
 
105
- #: inc/class-custom-sidebars-editor.php:469
106
  #: inc/class-custom-sidebars-visibility.php:162
107
  msgid "Not found (404)"
108
  msgstr ""
109
 
110
- #: inc/class-custom-sidebars-editor.php:470
111
  #, fuzzy
112
  msgid "Any Author Archive"
113
  msgstr "Per categorie"
114
 
115
- #: inc/class-custom-sidebars-editor.php:471
116
  msgid "Date Archives"
117
  msgstr ""
118
 
119
- #: inc/class-custom-sidebars-editor.php:489
120
- #: inc/class-custom-sidebars-editor.php:492
121
- #: inc/class-custom-sidebars-editor.php:499
122
- #: inc/class-custom-sidebars-editor.php:501
123
- #: inc/class-custom-sidebars-editor.php:585
124
- #: inc/class-custom-sidebars-editor.php:587
125
- #: inc/class-custom-sidebars-editor.php:606
126
  #, fuzzy
127
  msgid "%s Archives"
128
  msgstr "Per categorie"
129
 
130
- #: inc/class-custom-sidebars-editor.php:548
131
  #: inc/class-custom-sidebars-visibility.php:157
132
  #, fuzzy
133
  msgid "Post Index"
134
  msgstr "Per bericht-soort"
135
 
136
- #: inc/class-custom-sidebars-editor.php:552
137
  msgid "%1$s Archives"
138
  msgstr ""
139
 
140
- #: inc/class-custom-sidebars-editor.php:830
141
  msgid "Updated sidebar <strong>%1$s</strong> settings."
142
  msgstr ""
143
 
144
- #: inc/class-custom-sidebars-editor.php:882 views/widgets.php:17
145
  #, fuzzy
146
  msgid "Sidebars"
147
  msgstr "Speciale Sidebars"
148
 
149
- #: inc/class-custom-sidebars-editor.php:1355
150
  msgid "Custom sidebars configuration is allowed for:"
151
  msgstr ""
152
 
@@ -346,22 +346,22 @@ msgstr ""
346
  msgid "Only these %s:"
347
  msgstr ""
348
 
349
- #: inc/class-custom-sidebars.php:132
350
  msgid ""
351
  "<strong>Accessibility mode is not supported by the\n"
352
  "\t\t\t\t\t\t%1$s plugin.</strong><br /><a href=\"%2$s\">Click here</a>\n"
353
  "\t\t\t\t\t\tto disable accessibility mode and use the %1$s plugin!"
354
  msgstr ""
355
 
356
- #: inc/class-custom-sidebars.php:947 views/import.php:147
357
  msgid "Widgets"
358
  msgstr ""
359
 
360
- #: inc/class-custom-sidebars.php:957
361
  msgid "Support"
362
  msgstr ""
363
 
364
- #: inc/class-custom-sidebars.php:974
365
  msgid "Create a custom sidebar to get started."
366
  msgstr ""
367
 
@@ -539,7 +539,7 @@ msgstr "Naam"
539
 
540
  #: views/widgets-editor.php:17
541
  #, fuzzy
542
- msgid "The name must be unique."
543
  msgstr "Naam"
544
 
545
  #: views/widgets-editor.php:21
@@ -771,7 +771,7 @@ msgstr ""
771
  msgid "http://premium.wpmudev.org/"
772
  msgstr ""
773
 
774
- #: inc/class-custom-sidebars-editor.php:1155
775
  #, fuzzy
776
  msgctxt "Column name on entries list."
777
  msgid "Custom Sidebars"
2
  msgstr ""
3
  "Project-Id-Version: Custom Sidebars\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/customsidebars\n"
5
+ "POT-Creation-Date: 2018-03-26 05:01:08+00:00\n"
6
  "PO-Revision-Date: 2014-08-28 21:53+0100\n"
7
  "Last-Translator: Philipp Stracker <philipp@stracker.net>\n"
8
  "Language-Team: <hboswijk@xs4all.nl>\n"
59
  msgid "You do not have permission for this"
60
  msgstr ""
61
 
62
+ #: inc/class-custom-sidebars-editor.php:250
63
+ #: inc/class-custom-sidebars-editor.php:407
64
+ #: inc/class-custom-sidebars-editor.php:690
65
  msgid "You have no permission to do this operation."
66
  msgstr ""
67
 
68
+ #: inc/class-custom-sidebars-editor.php:273
69
  msgid "Sidebar-name cannot be empty"
70
  msgstr ""
71
 
72
+ #: inc/class-custom-sidebars-editor.php:297
73
+ #: inc/class-custom-sidebars-editor.php:416
74
  #, fuzzy
75
  msgid "The sidebar does not exist"
76
  msgstr "Maak Sidebar"
77
 
78
+ #: inc/class-custom-sidebars-editor.php:334
79
  msgid "Created new sidebar <strong>%1$s</strong>"
80
  msgstr ""
81
 
82
+ #: inc/class-custom-sidebars-editor.php:342
83
  msgid "Updated sidebar <strong>%1$s</strong>"
84
  msgstr ""
85
 
86
+ #: inc/class-custom-sidebars-editor.php:353
87
+ #: inc/class-custom-sidebars-editor.php:436
88
  #, fuzzy
89
  msgid "The sidebar was not found"
90
  msgstr "Maak Sidebar"
91
 
92
+ #: inc/class-custom-sidebars-editor.php:425
93
  msgid "Deleted sidebar <strong>%1$s</strong>"
94
  msgstr ""
95
 
96
+ #: inc/class-custom-sidebars-editor.php:498
97
  #: inc/class-custom-sidebars-visibility.php:156
98
  msgid "Front Page"
99
  msgstr ""
100
 
101
+ #: inc/class-custom-sidebars-editor.php:499
102
  msgid "Search Results"
103
  msgstr ""
104
 
105
+ #: inc/class-custom-sidebars-editor.php:500
106
  #: inc/class-custom-sidebars-visibility.php:162
107
  msgid "Not found (404)"
108
  msgstr ""
109
 
110
+ #: inc/class-custom-sidebars-editor.php:501
111
  #, fuzzy
112
  msgid "Any Author Archive"
113
  msgstr "Per categorie"
114
 
115
+ #: inc/class-custom-sidebars-editor.php:502
116
  msgid "Date Archives"
117
  msgstr ""
118
 
119
+ #: inc/class-custom-sidebars-editor.php:520
120
+ #: inc/class-custom-sidebars-editor.php:523
121
+ #: inc/class-custom-sidebars-editor.php:530
122
+ #: inc/class-custom-sidebars-editor.php:532
123
+ #: inc/class-custom-sidebars-editor.php:616
124
+ #: inc/class-custom-sidebars-editor.php:618
125
+ #: inc/class-custom-sidebars-editor.php:637
126
  #, fuzzy
127
  msgid "%s Archives"
128
  msgstr "Per categorie"
129
 
130
+ #: inc/class-custom-sidebars-editor.php:579
131
  #: inc/class-custom-sidebars-visibility.php:157
132
  #, fuzzy
133
  msgid "Post Index"
134
  msgstr "Per bericht-soort"
135
 
136
+ #: inc/class-custom-sidebars-editor.php:583
137
  msgid "%1$s Archives"
138
  msgstr ""
139
 
140
+ #: inc/class-custom-sidebars-editor.php:861
141
  msgid "Updated sidebar <strong>%1$s</strong> settings."
142
  msgstr ""
143
 
144
+ #: inc/class-custom-sidebars-editor.php:913 views/widgets.php:17
145
  #, fuzzy
146
  msgid "Sidebars"
147
  msgstr "Speciale Sidebars"
148
 
149
+ #: inc/class-custom-sidebars-editor.php:1386
150
  msgid "Custom sidebars configuration is allowed for:"
151
  msgstr ""
152
 
346
  msgid "Only these %s:"
347
  msgstr ""
348
 
349
+ #: inc/class-custom-sidebars.php:148
350
  msgid ""
351
  "<strong>Accessibility mode is not supported by the\n"
352
  "\t\t\t\t\t\t%1$s plugin.</strong><br /><a href=\"%2$s\">Click here</a>\n"
353
  "\t\t\t\t\t\tto disable accessibility mode and use the %1$s plugin!"
354
  msgstr ""
355
 
356
+ #: inc/class-custom-sidebars.php:963 views/import.php:147
357
  msgid "Widgets"
358
  msgstr ""
359
 
360
+ #: inc/class-custom-sidebars.php:973
361
  msgid "Support"
362
  msgstr ""
363
 
364
+ #: inc/class-custom-sidebars.php:991
365
  msgid "Create a custom sidebar to get started."
366
  msgstr ""
367
 
539
 
540
  #: views/widgets-editor.php:17
541
  #, fuzzy
542
+ msgid "The name should be unique."
543
  msgstr "Naam"
544
 
545
  #: views/widgets-editor.php:21
771
  msgid "http://premium.wpmudev.org/"
772
  msgstr ""
773
 
774
+ #: inc/class-custom-sidebars-editor.php:1186
775
  #, fuzzy
776
  msgctxt "Column name on entries list."
777
  msgid "Custom Sidebars"
lang/custom-sidebars-pl_PL.po CHANGED
@@ -4,7 +4,7 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Plugins - Custom Sidebars - Development (trunk)\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/customsidebars\n"
7
- "POT-Creation-Date: 2018-02-09 06:13:10+00:00\n"
8
  "PO-Revision-Date: 2016-12-29 10:30:08+0000\n"
9
  "Language: pl\n"
10
  "MIME-Version: 1.0\n"
@@ -57,90 +57,90 @@ msgstr "Klonuj"
57
  msgid "You do not have permission for this"
58
  msgstr "Przepraszamy, nie posiadasz uprawnień żeby to zrobić"
59
 
60
- #: inc/class-custom-sidebars-editor.php:242
61
- #: inc/class-custom-sidebars-editor.php:376
62
- #: inc/class-custom-sidebars-editor.php:659
63
  #, fuzzy
64
  msgid "You have no permission to do this operation."
65
  msgstr "Przepraszamy, nie posiadasz uprawnień żeby to zrobić"
66
 
67
- #: inc/class-custom-sidebars-editor.php:263
68
  msgid "Sidebar-name cannot be empty"
69
  msgstr "Nazwa panelu bocznego nie może być pusta"
70
 
71
- #: inc/class-custom-sidebars-editor.php:287
72
- #: inc/class-custom-sidebars-editor.php:385
73
  msgid "The sidebar does not exist"
74
  msgstr "Wybrany panel boczny nie istnieje"
75
 
76
- #: inc/class-custom-sidebars-editor.php:318
77
  msgid "Created new sidebar <strong>%1$s</strong>"
78
  msgstr "Utworzono nowy panel boczny <strong>%1$s</strong>"
79
 
80
- #: inc/class-custom-sidebars-editor.php:326
81
  msgid "Updated sidebar <strong>%1$s</strong>"
82
  msgstr "Panel boczny <strong>%1$s</strong> został zaktualizowany"
83
 
84
- #: inc/class-custom-sidebars-editor.php:337
85
- #: inc/class-custom-sidebars-editor.php:405
86
  msgid "The sidebar was not found"
87
  msgstr "Panel boczny nie został znaleziony"
88
 
89
- #: inc/class-custom-sidebars-editor.php:394
90
  msgid "Deleted sidebar <strong>%1$s</strong>"
91
  msgstr "Panel boczny <strong>%1$s</strong> został usunięty"
92
 
93
- #: inc/class-custom-sidebars-editor.php:467
94
  #: inc/class-custom-sidebars-visibility.php:156
95
  msgid "Front Page"
96
  msgstr "Strona Główna"
97
 
98
- #: inc/class-custom-sidebars-editor.php:468
99
  msgid "Search Results"
100
  msgstr "Wyniki wyszukiwania"
101
 
102
- #: inc/class-custom-sidebars-editor.php:469
103
  #: inc/class-custom-sidebars-visibility.php:162
104
  msgid "Not found (404)"
105
  msgstr "Nie znaleziono (404)"
106
 
107
- #: inc/class-custom-sidebars-editor.php:470
108
  msgid "Any Author Archive"
109
  msgstr "Archiwum Autorów"
110
 
111
- #: inc/class-custom-sidebars-editor.php:471
112
  msgid "Date Archives"
113
  msgstr "Archiwum Dat"
114
 
115
- #: inc/class-custom-sidebars-editor.php:489
116
- #: inc/class-custom-sidebars-editor.php:492
117
- #: inc/class-custom-sidebars-editor.php:499
118
- #: inc/class-custom-sidebars-editor.php:501
119
- #: inc/class-custom-sidebars-editor.php:585
120
- #: inc/class-custom-sidebars-editor.php:587
121
- #: inc/class-custom-sidebars-editor.php:606
122
  #, fuzzy
123
  msgid "%s Archives"
124
  msgstr "%1$s Archiwów"
125
 
126
- #: inc/class-custom-sidebars-editor.php:548
127
  #: inc/class-custom-sidebars-visibility.php:157
128
  msgid "Post Index"
129
  msgstr "Lista wpisów"
130
 
131
- #: inc/class-custom-sidebars-editor.php:552
132
  msgid "%1$s Archives"
133
  msgstr "%1$s Archiwów"
134
 
135
- #: inc/class-custom-sidebars-editor.php:830
136
  msgid "Updated sidebar <strong>%1$s</strong> settings."
137
  msgstr "Ustawienia panelu bocznego <strong>%1$s</strong> zostały zapisane"
138
 
139
- #: inc/class-custom-sidebars-editor.php:882 views/widgets.php:17
140
  msgid "Sidebars"
141
  msgstr "Panele boczne"
142
 
143
- #: inc/class-custom-sidebars-editor.php:1355
144
  msgid "Custom sidebars configuration is allowed for:"
145
  msgstr ""
146
 
@@ -348,7 +348,7 @@ msgstr "Tylko dla %s"
348
  msgid "Only these %s:"
349
  msgstr "Tylko %s:"
350
 
351
- #: inc/class-custom-sidebars.php:132
352
  msgid ""
353
  "<strong>Accessibility mode is not supported by the\n"
354
  "\t\t\t\t\t\t%1$s plugin.</strong><br /><a href=\"%2$s\">Click here</a>\n"
@@ -359,17 +359,17 @@ msgstr ""
359
  "\t \t \t \t \t \t, aby wyłączyć tryb ułatwionej dostępności i użyć wtyczki "
360
  "%1$s!"
361
 
362
- #: inc/class-custom-sidebars.php:947 views/import.php:147
363
  #, fuzzy
364
  msgid "Widgets"
365
  msgstr "Po widżecie"
366
 
367
- #: inc/class-custom-sidebars.php:957
368
  #, fuzzy
369
  msgid "Support"
370
  msgstr "Importuj"
371
 
372
- #: inc/class-custom-sidebars.php:974
373
  msgid "Create a custom sidebar to get started."
374
  msgstr "Utwórz panel boczny aby zacząć."
375
 
@@ -555,7 +555,8 @@ msgid "Sidebar name here..."
555
  msgstr "Wpisz nazwę panelu bocznego..."
556
 
557
  #: views/widgets-editor.php:17
558
- msgid "The name must be unique."
 
559
  msgstr "Nazwa musi być unikalna."
560
 
561
  #: views/widgets-editor.php:21
@@ -777,7 +778,7 @@ msgstr "WPMU DEV"
777
  msgid "http://premium.wpmudev.org/"
778
  msgstr "http://premium.wpmudev.org/"
779
 
780
- #: inc/class-custom-sidebars-editor.php:1155
781
  #, fuzzy
782
  msgctxt "Column name on entries list."
783
  msgid "Custom Sidebars"
4
  msgstr ""
5
  "Project-Id-Version: Plugins - Custom Sidebars - Development (trunk)\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/customsidebars\n"
7
+ "POT-Creation-Date: 2018-03-26 05:01:08+00:00\n"
8
  "PO-Revision-Date: 2016-12-29 10:30:08+0000\n"
9
  "Language: pl\n"
10
  "MIME-Version: 1.0\n"
57
  msgid "You do not have permission for this"
58
  msgstr "Przepraszamy, nie posiadasz uprawnień żeby to zrobić"
59
 
60
+ #: inc/class-custom-sidebars-editor.php:250
61
+ #: inc/class-custom-sidebars-editor.php:407
62
+ #: inc/class-custom-sidebars-editor.php:690
63
  #, fuzzy
64
  msgid "You have no permission to do this operation."
65
  msgstr "Przepraszamy, nie posiadasz uprawnień żeby to zrobić"
66
 
67
+ #: inc/class-custom-sidebars-editor.php:273
68
  msgid "Sidebar-name cannot be empty"
69
  msgstr "Nazwa panelu bocznego nie może być pusta"
70
 
71
+ #: inc/class-custom-sidebars-editor.php:297
72
+ #: inc/class-custom-sidebars-editor.php:416
73
  msgid "The sidebar does not exist"
74
  msgstr "Wybrany panel boczny nie istnieje"
75
 
76
+ #: inc/class-custom-sidebars-editor.php:334
77
  msgid "Created new sidebar <strong>%1$s</strong>"
78
  msgstr "Utworzono nowy panel boczny <strong>%1$s</strong>"
79
 
80
+ #: inc/class-custom-sidebars-editor.php:342
81
  msgid "Updated sidebar <strong>%1$s</strong>"
82
  msgstr "Panel boczny <strong>%1$s</strong> został zaktualizowany"
83
 
84
+ #: inc/class-custom-sidebars-editor.php:353
85
+ #: inc/class-custom-sidebars-editor.php:436
86
  msgid "The sidebar was not found"
87
  msgstr "Panel boczny nie został znaleziony"
88
 
89
+ #: inc/class-custom-sidebars-editor.php:425
90
  msgid "Deleted sidebar <strong>%1$s</strong>"
91
  msgstr "Panel boczny <strong>%1$s</strong> został usunięty"
92
 
93
+ #: inc/class-custom-sidebars-editor.php:498
94
  #: inc/class-custom-sidebars-visibility.php:156
95
  msgid "Front Page"
96
  msgstr "Strona Główna"
97
 
98
+ #: inc/class-custom-sidebars-editor.php:499
99
  msgid "Search Results"
100
  msgstr "Wyniki wyszukiwania"
101
 
102
+ #: inc/class-custom-sidebars-editor.php:500
103
  #: inc/class-custom-sidebars-visibility.php:162
104
  msgid "Not found (404)"
105
  msgstr "Nie znaleziono (404)"
106
 
107
+ #: inc/class-custom-sidebars-editor.php:501
108
  msgid "Any Author Archive"
109
  msgstr "Archiwum Autorów"
110
 
111
+ #: inc/class-custom-sidebars-editor.php:502
112
  msgid "Date Archives"
113
  msgstr "Archiwum Dat"
114
 
115
+ #: inc/class-custom-sidebars-editor.php:520
116
+ #: inc/class-custom-sidebars-editor.php:523
117
+ #: inc/class-custom-sidebars-editor.php:530
118
+ #: inc/class-custom-sidebars-editor.php:532
119
+ #: inc/class-custom-sidebars-editor.php:616
120
+ #: inc/class-custom-sidebars-editor.php:618
121
+ #: inc/class-custom-sidebars-editor.php:637
122
  #, fuzzy
123
  msgid "%s Archives"
124
  msgstr "%1$s Archiwów"
125
 
126
+ #: inc/class-custom-sidebars-editor.php:579
127
  #: inc/class-custom-sidebars-visibility.php:157
128
  msgid "Post Index"
129
  msgstr "Lista wpisów"
130
 
131
+ #: inc/class-custom-sidebars-editor.php:583
132
  msgid "%1$s Archives"
133
  msgstr "%1$s Archiwów"
134
 
135
+ #: inc/class-custom-sidebars-editor.php:861
136
  msgid "Updated sidebar <strong>%1$s</strong> settings."
137
  msgstr "Ustawienia panelu bocznego <strong>%1$s</strong> zostały zapisane"
138
 
139
+ #: inc/class-custom-sidebars-editor.php:913 views/widgets.php:17
140
  msgid "Sidebars"
141
  msgstr "Panele boczne"
142
 
143
+ #: inc/class-custom-sidebars-editor.php:1386
144
  msgid "Custom sidebars configuration is allowed for:"
145
  msgstr ""
146
 
348
  msgid "Only these %s:"
349
  msgstr "Tylko %s:"
350
 
351
+ #: inc/class-custom-sidebars.php:148
352
  msgid ""
353
  "<strong>Accessibility mode is not supported by the\n"
354
  "\t\t\t\t\t\t%1$s plugin.</strong><br /><a href=\"%2$s\">Click here</a>\n"
359
  "\t \t \t \t \t \t, aby wyłączyć tryb ułatwionej dostępności i użyć wtyczki "
360
  "%1$s!"
361
 
362
+ #: inc/class-custom-sidebars.php:963 views/import.php:147
363
  #, fuzzy
364
  msgid "Widgets"
365
  msgstr "Po widżecie"
366
 
367
+ #: inc/class-custom-sidebars.php:973
368
  #, fuzzy
369
  msgid "Support"
370
  msgstr "Importuj"
371
 
372
+ #: inc/class-custom-sidebars.php:991
373
  msgid "Create a custom sidebar to get started."
374
  msgstr "Utwórz panel boczny aby zacząć."
375
 
555
  msgstr "Wpisz nazwę panelu bocznego..."
556
 
557
  #: views/widgets-editor.php:17
558
+ #, fuzzy
559
+ msgid "The name should be unique."
560
  msgstr "Nazwa musi być unikalna."
561
 
562
  #: views/widgets-editor.php:21
778
  msgid "http://premium.wpmudev.org/"
779
  msgstr "http://premium.wpmudev.org/"
780
 
781
+ #: inc/class-custom-sidebars-editor.php:1186
782
  #, fuzzy
783
  msgctxt "Column name on entries list."
784
  msgid "Custom Sidebars"
lang/custom-sidebars.pot CHANGED
@@ -4,7 +4,7 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Custom Sidebars Pro PLUGIN_VERSION\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/customsidebars\n"
7
- "POT-Creation-Date: 2018-02-12 05:47:07+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
@@ -66,88 +66,88 @@ msgstr ""
66
  msgid "You do not have permission for this"
67
  msgstr ""
68
 
69
- #: inc/class-custom-sidebars-editor.php:242
70
- #: inc/class-custom-sidebars-editor.php:376
71
- #: inc/class-custom-sidebars-editor.php:659
72
  msgid "You have no permission to do this operation."
73
  msgstr ""
74
 
75
- #: inc/class-custom-sidebars-editor.php:263
76
  msgid "Sidebar-name cannot be empty"
77
  msgstr ""
78
 
79
- #: inc/class-custom-sidebars-editor.php:287
80
- #: inc/class-custom-sidebars-editor.php:385
81
  msgid "The sidebar does not exist"
82
  msgstr ""
83
 
84
- #: inc/class-custom-sidebars-editor.php:318
85
  msgid "Created new sidebar <strong>%1$s</strong>"
86
  msgstr ""
87
 
88
- #: inc/class-custom-sidebars-editor.php:326
89
  msgid "Updated sidebar <strong>%1$s</strong>"
90
  msgstr ""
91
 
92
- #: inc/class-custom-sidebars-editor.php:337
93
- #: inc/class-custom-sidebars-editor.php:405
94
  msgid "The sidebar was not found"
95
  msgstr ""
96
 
97
- #: inc/class-custom-sidebars-editor.php:394
98
  msgid "Deleted sidebar <strong>%1$s</strong>"
99
  msgstr ""
100
 
101
- #: inc/class-custom-sidebars-editor.php:467
102
  #: inc/class-custom-sidebars-visibility.php:156
103
  msgid "Front Page"
104
  msgstr ""
105
 
106
- #: inc/class-custom-sidebars-editor.php:468
107
  msgid "Search Results"
108
  msgstr ""
109
 
110
- #: inc/class-custom-sidebars-editor.php:469
111
  #: inc/class-custom-sidebars-visibility.php:162
112
  msgid "Not found (404)"
113
  msgstr ""
114
 
115
- #: inc/class-custom-sidebars-editor.php:470
116
  msgid "Any Author Archive"
117
  msgstr ""
118
 
119
- #: inc/class-custom-sidebars-editor.php:471
120
  msgid "Date Archives"
121
  msgstr ""
122
 
123
- #: inc/class-custom-sidebars-editor.php:489
124
- #: inc/class-custom-sidebars-editor.php:492
125
- #: inc/class-custom-sidebars-editor.php:499
126
- #: inc/class-custom-sidebars-editor.php:501
127
- #: inc/class-custom-sidebars-editor.php:585
128
- #: inc/class-custom-sidebars-editor.php:587
129
- #: inc/class-custom-sidebars-editor.php:606
130
  msgid "%s Archives"
131
  msgstr ""
132
 
133
- #: inc/class-custom-sidebars-editor.php:548
134
  #: inc/class-custom-sidebars-visibility.php:157
135
  msgid "Post Index"
136
  msgstr ""
137
 
138
- #: inc/class-custom-sidebars-editor.php:552
139
  msgid "%1$s Archives"
140
  msgstr ""
141
 
142
- #: inc/class-custom-sidebars-editor.php:830
143
  msgid "Updated sidebar <strong>%1$s</strong> settings."
144
  msgstr ""
145
 
146
- #: inc/class-custom-sidebars-editor.php:882 views/widgets.php:17
147
  msgid "Sidebars"
148
  msgstr ""
149
 
150
- #: inc/class-custom-sidebars-editor.php:1355
151
  msgid "Custom sidebars configuration is allowed for:"
152
  msgstr ""
153
 
@@ -341,22 +341,22 @@ msgstr ""
341
  msgid "Only these %s:"
342
  msgstr ""
343
 
344
- #: inc/class-custom-sidebars.php:132
345
  msgid ""
346
  "<strong>Accessibility mode is not supported by the\n"
347
  "\t\t\t\t\t\t%1$s plugin.</strong><br /><a href=\"%2$s\">Click here</a>\n"
348
  "\t\t\t\t\t\tto disable accessibility mode and use the %1$s plugin!"
349
  msgstr ""
350
 
351
- #: inc/class-custom-sidebars.php:947 views/import.php:147
352
  msgid "Widgets"
353
  msgstr ""
354
 
355
- #: inc/class-custom-sidebars.php:957
356
  msgid "Support"
357
  msgstr ""
358
 
359
- #: inc/class-custom-sidebars.php:974
360
  msgid "Create a custom sidebar to get started."
361
  msgstr ""
362
 
@@ -525,7 +525,7 @@ msgid "Sidebar name here..."
525
  msgstr ""
526
 
527
  #: views/widgets-editor.php:17
528
- msgid "The name must be unique."
529
  msgstr ""
530
 
531
  #: views/widgets-editor.php:21
@@ -739,7 +739,7 @@ msgstr ""
739
  msgid "http://premium.wpmudev.org/"
740
  msgstr ""
741
 
742
- #: inc/class-custom-sidebars-editor.php:1155
743
  msgctxt "Column name on entries list."
744
  msgid "Custom Sidebars"
745
  msgstr ""
4
  msgstr ""
5
  "Project-Id-Version: Custom Sidebars Pro PLUGIN_VERSION\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/customsidebars\n"
7
+ "POT-Creation-Date: 2018-03-26 05:01:08+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
66
  msgid "You do not have permission for this"
67
  msgstr ""
68
 
69
+ #: inc/class-custom-sidebars-editor.php:250
70
+ #: inc/class-custom-sidebars-editor.php:407
71
+ #: inc/class-custom-sidebars-editor.php:690
72
  msgid "You have no permission to do this operation."
73
  msgstr ""
74
 
75
+ #: inc/class-custom-sidebars-editor.php:273
76
  msgid "Sidebar-name cannot be empty"
77
  msgstr ""
78
 
79
+ #: inc/class-custom-sidebars-editor.php:297
80
+ #: inc/class-custom-sidebars-editor.php:416
81
  msgid "The sidebar does not exist"
82
  msgstr ""
83
 
84
+ #: inc/class-custom-sidebars-editor.php:334
85
  msgid "Created new sidebar <strong>%1$s</strong>"
86
  msgstr ""
87
 
88
+ #: inc/class-custom-sidebars-editor.php:342
89
  msgid "Updated sidebar <strong>%1$s</strong>"
90
  msgstr ""
91
 
92
+ #: inc/class-custom-sidebars-editor.php:353
93
+ #: inc/class-custom-sidebars-editor.php:436
94
  msgid "The sidebar was not found"
95
  msgstr ""
96
 
97
+ #: inc/class-custom-sidebars-editor.php:425
98
  msgid "Deleted sidebar <strong>%1$s</strong>"
99
  msgstr ""
100
 
101
+ #: inc/class-custom-sidebars-editor.php:498
102
  #: inc/class-custom-sidebars-visibility.php:156
103
  msgid "Front Page"
104
  msgstr ""
105
 
106
+ #: inc/class-custom-sidebars-editor.php:499
107
  msgid "Search Results"
108
  msgstr ""
109
 
110
+ #: inc/class-custom-sidebars-editor.php:500
111
  #: inc/class-custom-sidebars-visibility.php:162
112
  msgid "Not found (404)"
113
  msgstr ""
114
 
115
+ #: inc/class-custom-sidebars-editor.php:501
116
  msgid "Any Author Archive"
117
  msgstr ""
118
 
119
+ #: inc/class-custom-sidebars-editor.php:502
120
  msgid "Date Archives"
121
  msgstr ""
122
 
123
+ #: inc/class-custom-sidebars-editor.php:520
124
+ #: inc/class-custom-sidebars-editor.php:523
125
+ #: inc/class-custom-sidebars-editor.php:530
126
+ #: inc/class-custom-sidebars-editor.php:532
127
+ #: inc/class-custom-sidebars-editor.php:616
128
+ #: inc/class-custom-sidebars-editor.php:618
129
+ #: inc/class-custom-sidebars-editor.php:637
130
  msgid "%s Archives"
131
  msgstr ""
132
 
133
+ #: inc/class-custom-sidebars-editor.php:579
134
  #: inc/class-custom-sidebars-visibility.php:157
135
  msgid "Post Index"
136
  msgstr ""
137
 
138
+ #: inc/class-custom-sidebars-editor.php:583
139
  msgid "%1$s Archives"
140
  msgstr ""
141
 
142
+ #: inc/class-custom-sidebars-editor.php:861
143
  msgid "Updated sidebar <strong>%1$s</strong> settings."
144
  msgstr ""
145
 
146
+ #: inc/class-custom-sidebars-editor.php:913 views/widgets.php:17
147
  msgid "Sidebars"
148
  msgstr ""
149
 
150
+ #: inc/class-custom-sidebars-editor.php:1386
151
  msgid "Custom sidebars configuration is allowed for:"
152
  msgstr ""
153
 
341
  msgid "Only these %s:"
342
  msgstr ""
343
 
344
+ #: inc/class-custom-sidebars.php:148
345
  msgid ""
346
  "<strong>Accessibility mode is not supported by the\n"
347
  "\t\t\t\t\t\t%1$s plugin.</strong><br /><a href=\"%2$s\">Click here</a>\n"
348
  "\t\t\t\t\t\tto disable accessibility mode and use the %1$s plugin!"
349
  msgstr ""
350
 
351
+ #: inc/class-custom-sidebars.php:963 views/import.php:147
352
  msgid "Widgets"
353
  msgstr ""
354
 
355
+ #: inc/class-custom-sidebars.php:973
356
  msgid "Support"
357
  msgstr ""
358
 
359
+ #: inc/class-custom-sidebars.php:991
360
  msgid "Create a custom sidebar to get started."
361
  msgstr ""
362
 
525
  msgstr ""
526
 
527
  #: views/widgets-editor.php:17
528
+ msgid "The name should be unique."
529
  msgstr ""
530
 
531
  #: views/widgets-editor.php:21
739
  msgid "http://premium.wpmudev.org/"
740
  msgstr ""
741
 
742
+ #: inc/class-custom-sidebars-editor.php:1186
743
  msgctxt "Column name on entries list."
744
  msgid "Custom Sidebars"
745
  msgstr ""
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: WPMUDEV, marquex, WPMUDEV-Support2, WPMUDEV-Support1, WPMUDEV-Supp
3
  Tags: sidebar, widget, footer, custom, flexible layout, dynamic widgets, manage sidebars, replace widgets, custom widget area
4
  Requires at least: 3.6
5
  Tested up to: 4.9.4
6
- Stable tag: 3.1.2
7
 
8
  Flexible sidebars for custom widget configurations on every page, post and custom post type on your site.
9
 
@@ -120,6 +120,12 @@ If you are running a earlier version of WordPress download Custom Sidebars 0.8.2
120
 
121
  == Changelog ==
122
 
 
 
 
 
 
 
123
  = 3.1.2 =
124
  * Added integration with Polylang - now you can choose sidebar depend on Polylang language.
125
  * Added integration with WPML - now you can choose sidebar depend on WPML language.
3
  Tags: sidebar, widget, footer, custom, flexible layout, dynamic widgets, manage sidebars, replace widgets, custom widget area
4
  Requires at least: 3.6
5
  Tested up to: 4.9.4
6
+ Stable tag: 3.1.3
7
 
8
  Flexible sidebars for custom widget configurations on every page, post and custom post type on your site.
9
 
120
 
121
  == Changelog ==
122
 
123
+ = 3.1.3 =
124
+ * Added version to scripts, to avoid browser cache problem.
125
+ * Fixed problems with widgets alignment on mobiles.
126
+ * Improved custom sidebar edit modal, now it remembers "Advanced Edit" status.
127
+ * Load JavaScript templates only on the widgets page.
128
+
129
  = 3.1.2 =
130
  * Added integration with Polylang - now you can choose sidebar depend on Polylang language.
131
  * Added integration with WPML - now you can choose sidebar depend on WPML language.
views/widgets-editor.php CHANGED
@@ -14,7 +14,7 @@
14
  <div class="col-3">
15
  <label for="csb-name"><?php _e( 'Name', 'custom-sidebars' ); ?></label>
16
  <input type="text" name="name" id="csb-name" maxlength="40" placeholder="<?php _e( 'Sidebar name here...', 'custom-sidebars' ); ?>" />
17
- <div class="hint"><?php _e( 'The name must be unique.', 'custom-sidebars' ); ?></div>
18
  </div>
19
  <div class="col-5">
20
  <label for="csb-description"><?php _e( 'Description', 'custom-sidebars' ); ?></label>
14
  <div class="col-3">
15
  <label for="csb-name"><?php _e( 'Name', 'custom-sidebars' ); ?></label>
16
  <input type="text" name="name" id="csb-name" maxlength="40" placeholder="<?php _e( 'Sidebar name here...', 'custom-sidebars' ); ?>" />
17
+ <div class="hint"><?php _e( 'The name should be unique.', 'custom-sidebars' ); ?></div>
18
  </div>
19
  <div class="col-5">
20
  <label for="csb-description"><?php _e( 'Description', 'custom-sidebars' ); ?></label>