Version Description
Download this release
Release Info
Developer | DvanKooten |
Plugin | MailChimp for WordPress |
Version | 4.0 |
Comparing to | |
See all releases |
Code changes from version 3.1.12 to 4.0
- CHANGELOG.md +28 -1
- assets/css/admin-styles.css +36 -11
- assets/css/admin-styles.min.css +1 -1
- assets/css/checkbox-reset.css +2 -1
- assets/css/checkbox-reset.min.css +1 -1
- assets/css/form-editor.css +4 -1
- assets/css/form-editor.min.css +1 -1
- assets/js/admin.js +4 -2
- assets/js/admin.min.js +1 -1
- assets/js/admin.min.js.map +1 -1
- assets/js/forms-admin.js +248 -153
- assets/js/forms-admin.min.js +8 -8
- assets/js/forms-admin.min.js.map +0 -1
CHANGELOG.md
CHANGED
@@ -1,7 +1,34 @@
|
|
1 |
Changelog
|
2 |
=========
|
3 |
|
4 |
-
####
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
|
6 |
**Improvements**
|
7 |
|
1 |
Changelog
|
2 |
=========
|
3 |
|
4 |
+
#### 4.0 - August 9, 2016
|
5 |
+
|
6 |
+
This release updates the plugin to version 3 of the MailChimp API. Please [read through the upgrade guide](https://mc4wp.com/kb/upgrading-to-4-0/) before updating to make sure things keep working as expected for you.
|
7 |
+
|
8 |
+
**Changes**
|
9 |
+
|
10 |
+
- "Send welcome email" is now handled from your list settings in MailChimp.
|
11 |
+
- Filter `mc4wp_form_merge_vars` is now called `mc4wp_form_data`.
|
12 |
+
- Filter `mc4wp_integration_merge_vars` is now called `mc4wp_integration_data`.
|
13 |
+
- New format for GROUPING fields in forms & filter hooks.
|
14 |
+
- Value delimiter in hidden fields is now a pipe `|` character.
|
15 |
+
|
16 |
+
**Additions**
|
17 |
+
|
18 |
+
- New filter: `mc4wp_form_subscriber_data`.
|
19 |
+
- New filter: `mc4wp_integration_subscriber_data`.
|
20 |
+
- New form tag: `{cookie name="mycookie"}`
|
21 |
+
|
22 |
+
**Improvements**
|
23 |
+
|
24 |
+
- The plugin now communicates with the latest & greatest MailChimp API.
|
25 |
+
- Previously unsubscribed subscribers can now be re-added without errors.
|
26 |
+
- Add `User-Agent` header to all API requests.
|
27 |
+
- Available fields in form editor are now split-up by category.
|
28 |
+
- Birthday fields now accept a broader range of values and delimiters.
|
29 |
+
|
30 |
+
|
31 |
+
#### 3.1.12 - July 28, 2016
|
32 |
|
33 |
**Improvements**
|
34 |
|
assets/css/admin-styles.css
CHANGED
@@ -29,18 +29,15 @@
|
|
29 |
/** Core Customizations */ }
|
30 |
#mc4wp-admin .row,
|
31 |
.mc4wp-admin .row {
|
32 |
-
margin:
|
|
|
33 |
float: none; }
|
34 |
-
#mc4wp-admin .row:after,
|
35 |
-
.mc4wp-admin .row:after {
|
36 |
-
content: "";
|
37 |
-
clear: both;
|
38 |
-
display: table; }
|
39 |
#mc4wp-admin .row .col,
|
40 |
.mc4wp-admin .row .col {
|
41 |
padding: 0 20px;
|
42 |
float: left;
|
43 |
-webkit-box-sizing: border-box;
|
|
|
44 |
box-sizing: border-box; }
|
45 |
#mc4wp-admin .row .col-1,
|
46 |
.mc4wp-admin .row .col-1 {
|
@@ -60,12 +57,29 @@
|
|
60 |
#mc4wp-admin .row .col-6,
|
61 |
.mc4wp-admin .row .col-6 {
|
62 |
width: 100%; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
63 |
@media (max-width: 1200px) {
|
64 |
#mc4wp-admin .row .col,
|
65 |
.mc4wp-admin .row .col {
|
66 |
width: 100%;
|
67 |
float: none;
|
68 |
-
margin:
|
69 |
#mc4wp-admin .status,
|
70 |
.mc4wp-admin .status {
|
71 |
display: inline-block;
|
@@ -88,13 +102,20 @@
|
|
88 |
vertical-align: top !important; }
|
89 |
#mc4wp-admin .big-margin,
|
90 |
.mc4wp-admin .big-margin {
|
91 |
-
margin: 60px
|
|
|
92 |
#mc4wp-admin .medium-margin,
|
93 |
.mc4wp-admin .medium-margin {
|
94 |
-
margin: 40px
|
|
|
95 |
#mc4wp-admin .small-margin,
|
96 |
.mc4wp-admin .small-margin {
|
97 |
-
margin: 20px
|
|
|
|
|
|
|
|
|
|
|
98 |
#mc4wp-admin .hover-activated,
|
99 |
.mc4wp-admin .hover-activated {
|
100 |
opacity: 0.5; }
|
@@ -620,10 +641,14 @@
|
|
620 |
border: 1px solid #ccc;
|
621 |
padding: 20px;
|
622 |
background: white; }
|
|
|
|
|
|
|
|
|
623 |
#mc4wp-admin .available-fields strong,
|
624 |
.mc4wp-admin .available-fields strong {
|
625 |
display: block;
|
626 |
-
margin-bottom:
|
627 |
#mc4wp-admin .available-fields button,
|
628 |
.mc4wp-admin .available-fields button {
|
629 |
margin: 0 6px 6px 0; }
|
29 |
/** Core Customizations */ }
|
30 |
#mc4wp-admin .row,
|
31 |
.mc4wp-admin .row {
|
32 |
+
margin-left: -20px;
|
33 |
+
margin-right: -20px;
|
34 |
float: none; }
|
|
|
|
|
|
|
|
|
|
|
35 |
#mc4wp-admin .row .col,
|
36 |
.mc4wp-admin .row .col {
|
37 |
padding: 0 20px;
|
38 |
float: left;
|
39 |
-webkit-box-sizing: border-box;
|
40 |
+
-moz-box-sizing: border-box;
|
41 |
box-sizing: border-box; }
|
42 |
#mc4wp-admin .row .col-1,
|
43 |
.mc4wp-admin .row .col-1 {
|
57 |
#mc4wp-admin .row .col-6,
|
58 |
.mc4wp-admin .row .col-6 {
|
59 |
width: 100%; }
|
60 |
+
#mc4wp-admin .row:before,
|
61 |
+
#mc4wp-admin .row:after,
|
62 |
+
#mc4wp-admin .clearfix:before,
|
63 |
+
#mc4wp-admin .clearfix:after,
|
64 |
+
.mc4wp-admin .row:before,
|
65 |
+
.mc4wp-admin .row:after,
|
66 |
+
.mc4wp-admin .clearfix:before,
|
67 |
+
.mc4wp-admin .clearfix:after {
|
68 |
+
content: " ";
|
69 |
+
/* 1 */
|
70 |
+
display: table;
|
71 |
+
/* 2 */ }
|
72 |
+
#mc4wp-admin .row:after,
|
73 |
+
#mc4wp-admin .clearfix:after,
|
74 |
+
.mc4wp-admin .row:after,
|
75 |
+
.mc4wp-admin .clearfix:after {
|
76 |
+
clear: both; }
|
77 |
@media (max-width: 1200px) {
|
78 |
#mc4wp-admin .row .col,
|
79 |
.mc4wp-admin .row .col {
|
80 |
width: 100%;
|
81 |
float: none;
|
82 |
+
margin: 10px 0; } }
|
83 |
#mc4wp-admin .status,
|
84 |
.mc4wp-admin .status {
|
85 |
display: inline-block;
|
102 |
vertical-align: top !important; }
|
103 |
#mc4wp-admin .big-margin,
|
104 |
.mc4wp-admin .big-margin {
|
105 |
+
margin-top: 60px;
|
106 |
+
margin-bottom: 60px; }
|
107 |
#mc4wp-admin .medium-margin,
|
108 |
.mc4wp-admin .medium-margin {
|
109 |
+
margin-top: 40px;
|
110 |
+
margin-bottom: 40px; }
|
111 |
#mc4wp-admin .small-margin,
|
112 |
.mc4wp-admin .small-margin {
|
113 |
+
margin-top: 20px;
|
114 |
+
margin-bottom: 20px; }
|
115 |
+
#mc4wp-admin .tiny-margin,
|
116 |
+
.mc4wp-admin .tiny-margin {
|
117 |
+
margin-top: 10px;
|
118 |
+
margin-bottom: 10px; }
|
119 |
#mc4wp-admin .hover-activated,
|
120 |
.mc4wp-admin .hover-activated {
|
121 |
opacity: 0.5; }
|
641 |
border: 1px solid #ccc;
|
642 |
padding: 20px;
|
643 |
background: white; }
|
644 |
+
#mc4wp-admin .available-fields h4,
|
645 |
+
.mc4wp-admin .available-fields h4 {
|
646 |
+
font-size: 14px;
|
647 |
+
margin-top: 0; }
|
648 |
#mc4wp-admin .available-fields strong,
|
649 |
.mc4wp-admin .available-fields strong {
|
650 |
display: block;
|
651 |
+
margin-bottom: 6px; }
|
652 |
#mc4wp-admin .available-fields button,
|
653 |
.mc4wp-admin .available-fields button {
|
654 |
margin: 0 6px 6px 0; }
|
assets/css/admin-styles.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
#mc4wp-admin .cm-em,#mc4wp-admin .help,.mc4wp-admin .cm-em,.mc4wp-admin .help{font-style:italic}#mc4wp-admin .row,.mc4wp-admin .row{margin:20px -20px;float:none}#mc4wp-admin .row:after,.mc4wp-admin .row:after{content:"";clear:both;display:table}#mc4wp-admin .row .col,.mc4wp-admin .row .col{padding:0 20px;float:left;-webkit-box-sizing:border-box;box-sizing:border-box}#mc4wp-admin .row .col-1,.mc4wp-admin .row .col-1{width:16.666%}#mc4wp-admin .row .col-2,.mc4wp-admin .row .col-2{width:33.333%}#mc4wp-admin .row .col-3,.mc4wp-admin .row .col-3{width:50%}#mc4wp-admin .row .col-4,.mc4wp-admin .row .col-4{width:66.666%}#mc4wp-admin .row .col-5,.mc4wp-admin .row .col-5{width:83.333%}#mc4wp-admin .field-wizard td.stretch,#mc4wp-admin .row .col-6,.mc4wp-admin .field-wizard td.stretch,.mc4wp-admin .row .col-6,.overlay{width:100%}@media (max-width:1200px){#mc4wp-admin .row .col,.mc4wp-admin .row .col{width:100%;float:none;margin:20px 0}}#mc4wp-admin .status,.mc4wp-admin .status{display:inline-block;margin-left:1em;padding:3px 6px;color:#fff;font-size:12px;font-weight:700}#mc4wp-admin .status.positive,.mc4wp-admin .status.positive{background-color:#32cd32}#mc4wp-admin .status.negative,.mc4wp-admin .status.negative{background-color:red}#mc4wp-admin .status.neutral,.mc4wp-admin .status.neutral{background:gray}#mc4wp-admin .valigntop,.mc4wp-admin .valigntop{vertical-align:top!important}#mc4wp-admin .big-margin,.mc4wp-admin .big-margin{margin:60px 0}#mc4wp-admin .medium-margin,.mc4wp-admin .medium-margin{margin:40px 0}#mc4wp-admin .small-margin,.mc4wp-admin .small-margin{margin:20px 0}#mc4wp-admin .hover-activated,.mc4wp-admin .hover-activated{opacity:.5}#mc4wp-admin .hover-activated:hover,.mc4wp-admin .hover-activated:hover{cursor:pointer;opacity:1}#mc4wp-admin .help-text,.mc4wp-admin .help-text{font-size:14px}#mc4wp-admin .help-text p,.mc4wp-admin .help-text p{margin:10px 0;font-size:14px}#mc4wp-admin .help-text ul,.mc4wp-admin .help-text ul{list-style:square;margin-top:15px;padding-left:40px}#mc4wp-admin .muted,.mc4wp-admin .muted{color:#aaa}#mc4wp-admin .red,.mc4wp-admin .red{color:red}#mc4wp-admin .green,.mc4wp-admin .green{color:#32cd32}#mc4wp-admin .mc4wp-notice,.mc4wp-admin .mc4wp-notice{padding:6px 12px;color:#31708f;background:#d9edf7;border:1px solid #bce8f1;margin:1em 0!important}#mc4wp-admin .column-ID,.mc4wp-admin .column-ID{width:10%}#mc4wp-admin .block,.mc4wp-admin .block{display:block}#mc4wp-admin .code-sample,.mc4wp-admin .code-sample{font-family:Consolas,Monaco,Lucida Console,monospace;font-size:12px;background:#fff}#mc4wp-admin .breadcrumbs,.mc4wp-admin .breadcrumbs{border-bottom:1px solid #ccc;padding-bottom:1em}#mc4wp-admin .tab,.mc4wp-admin .tab{display:none;background:inherit;border:none;font-weight:initial}#mc4wp-admin .tab.tab-active,.mc4wp-admin .tab.tab-active{display:block}#mc4wp-admin .tab h2,.mc4wp-admin .tab h2{margin-top:20px}#mc4wp-admin .CodeMirror,.mc4wp-admin .CodeMirror{font-family:monospace;height:300px;color:#000}#mc4wp-admin .CodeMirror-lines,.mc4wp-admin .CodeMirror-lines{padding:4px 0}#mc4wp-admin .CodeMirror pre,.mc4wp-admin .CodeMirror pre{padding:0 4px}#mc4wp-admin .CodeMirror-gutter-filler,#mc4wp-admin .CodeMirror-scrollbar-filler,.mc4wp-admin .CodeMirror-gutter-filler,.mc4wp-admin .CodeMirror-scrollbar-filler{background-color:#fff}#mc4wp-admin .CodeMirror-gutters,.mc4wp-admin .CodeMirror-gutters{border-right:1px solid #ddd;background-color:#f7f7f7;white-space:nowrap}#mc4wp-admin .CodeMirror-linenumber,.mc4wp-admin .CodeMirror-linenumber{padding:0 3px 0 5px;min-width:20px;text-align:right;color:#999;white-space:nowrap}#mc4wp-admin .CodeMirror-guttermarker,.mc4wp-admin .CodeMirror-guttermarker{color:#000}#mc4wp-admin .CodeMirror-guttermarker-subtle,.mc4wp-admin .CodeMirror-guttermarker-subtle{color:#999}#mc4wp-admin .CodeMirror-cursor,.mc4wp-admin .CodeMirror-cursor{border-left:1px solid #000;border-right:none;width:0}#mc4wp-admin .CodeMirror div.CodeMirror-secondarycursor,.mc4wp-admin .CodeMirror div.CodeMirror-secondarycursor{border-left:1px solid silver}#mc4wp-admin .cm-fat-cursor .CodeMirror-cursor,.mc4wp-admin .cm-fat-cursor .CodeMirror-cursor{width:auto;border:0;background:#7e7}#mc4wp-admin .cm-fat-cursor div.CodeMirror-cursors,.mc4wp-admin .cm-fat-cursor div.CodeMirror-cursors{z-index:1}#mc4wp-admin .cm-animate-fat-cursor,.mc4wp-admin .cm-animate-fat-cursor{width:auto;border:0;-webkit-animation:blink 1.06s steps(1) infinite;-moz-animation:blink 1.06s steps(1) infinite;animation:blink 1.06s steps(1) infinite;background-color:#7e7}@-moz-keyframes blink{50%{background-color:transparent}}@-webkit-keyframes blink{50%{background-color:transparent}}@keyframes blink{50%{background-color:transparent}}#mc4wp-admin .cm-tab,.mc4wp-admin .cm-tab{display:inline-block;text-decoration:inherit}#mc4wp-admin .CodeMirror-ruler,.mc4wp-admin .CodeMirror-ruler{border-left:1px solid #ccc;position:absolute}#mc4wp-admin .cm-s-default .cm-header,.mc4wp-admin .cm-s-default .cm-header{color:#00f}#mc4wp-admin .cm-s-default .cm-quote,.mc4wp-admin .cm-s-default .cm-quote{color:#090}#mc4wp-admin .cm-negative,.mc4wp-admin .cm-negative{color:#d44}#mc4wp-admin .cm-positive,.mc4wp-admin .cm-positive{color:#292}#mc4wp-admin .cm-header,#mc4wp-admin .cm-strong,.mc4wp-admin .cm-header,.mc4wp-admin .cm-strong{font-weight:700}#mc4wp-admin .cm-link,.mc4wp-admin .cm-link{text-decoration:underline}#mc4wp-admin .cm-strikethrough,.mc4wp-admin .cm-strikethrough{text-decoration:line-through}#mc4wp-admin .cm-s-default .cm-keyword,.mc4wp-admin .cm-s-default .cm-keyword{color:#708}#mc4wp-admin .cm-s-default .cm-atom,.mc4wp-admin .cm-s-default .cm-atom{color:#219}#mc4wp-admin .cm-s-default .cm-number,.mc4wp-admin .cm-s-default .cm-number{color:#164}#mc4wp-admin .cm-s-default .cm-def,.mc4wp-admin .cm-s-default .cm-def{color:#00f}#mc4wp-admin .cm-s-default .cm-variable-2,.mc4wp-admin .cm-s-default .cm-variable-2{color:#05a}#mc4wp-admin .cm-s-default .cm-variable-3,.mc4wp-admin .cm-s-default .cm-variable-3{color:#085}#mc4wp-admin .cm-s-default .cm-comment,.mc4wp-admin .cm-s-default .cm-comment{color:#a50}#mc4wp-admin .cm-s-default .cm-string,.mc4wp-admin .cm-s-default .cm-string{color:#a11}#mc4wp-admin .cm-s-default .cm-string-2,.mc4wp-admin .cm-s-default .cm-string-2{color:#f50}#mc4wp-admin .cm-s-default .cm-meta,#mc4wp-admin .cm-s-default .cm-qualifier,.mc4wp-admin .cm-s-default .cm-meta,.mc4wp-admin .cm-s-default .cm-qualifier{color:#555}#mc4wp-admin .cm-s-default .cm-builtin,.mc4wp-admin .cm-s-default .cm-builtin{color:#30a}#mc4wp-admin .cm-s-default .cm-bracket,.mc4wp-admin .cm-s-default .cm-bracket{color:#997}#mc4wp-admin .cm-s-default .cm-tag,.mc4wp-admin .cm-s-default .cm-tag{color:#170}#mc4wp-admin .cm-s-default .cm-attribute,.mc4wp-admin .cm-s-default .cm-attribute{color:#00c}#mc4wp-admin .cm-s-default .cm-hr,.mc4wp-admin .cm-s-default .cm-hr{color:#999}#mc4wp-admin .cm-s-default .cm-link,.mc4wp-admin .cm-s-default .cm-link{color:#00c}#mc4wp-admin .cm-invalidchar,#mc4wp-admin .cm-s-default .cm-error,.mc4wp-admin .cm-invalidchar,.mc4wp-admin .cm-s-default .cm-error{color:red}#mc4wp-admin .CodeMirror-composing,.mc4wp-admin .CodeMirror-composing{border-bottom:2px solid}#mc4wp-admin div.CodeMirror span.CodeMirror-matchingbracket,.mc4wp-admin div.CodeMirror span.CodeMirror-matchingbracket{color:#0f0}#mc4wp-admin div.CodeMirror span.CodeMirror-nonmatchingbracket,.mc4wp-admin div.CodeMirror span.CodeMirror-nonmatchingbracket{color:#f22}#mc4wp-admin .CodeMirror-matchingtag,.mc4wp-admin .CodeMirror-matchingtag{background:rgba(255,150,0,.3)}#mc4wp-admin .CodeMirror-activeline-background,.mc4wp-admin .CodeMirror-activeline-background{background:#e8f2ff}#mc4wp-admin .CodeMirror,.mc4wp-admin .CodeMirror{position:relative;overflow:hidden;background:#fff}#mc4wp-admin .CodeMirror-scroll,.mc4wp-admin .CodeMirror-scroll{overflow:scroll!important;margin-bottom:-30px;margin-right:-30px;padding-bottom:30px;height:100%;outline:0;position:relative}#mc4wp-admin .CodeMirror-sizer,.mc4wp-admin .CodeMirror-sizer{position:relative;border-right:30px solid transparent}#mc4wp-admin .CodeMirror-gutter-filler,#mc4wp-admin .CodeMirror-hscrollbar,#mc4wp-admin .CodeMirror-scrollbar-filler,#mc4wp-admin .CodeMirror-vscrollbar,.mc4wp-admin .CodeMirror-gutter-filler,.mc4wp-admin .CodeMirror-hscrollbar,.mc4wp-admin .CodeMirror-scrollbar-filler,.mc4wp-admin .CodeMirror-vscrollbar{position:absolute;z-index:6;display:none}#mc4wp-admin .CodeMirror-vscrollbar,.mc4wp-admin .CodeMirror-vscrollbar{right:0;top:0;overflow-x:hidden;overflow-y:scroll}#mc4wp-admin .CodeMirror-hscrollbar,.mc4wp-admin .CodeMirror-hscrollbar{bottom:0;left:0;overflow-y:hidden;overflow-x:scroll}#mc4wp-admin .CodeMirror-scrollbar-filler,.mc4wp-admin .CodeMirror-scrollbar-filler{right:0;bottom:0}#mc4wp-admin .CodeMirror-gutter-filler,.mc4wp-admin .CodeMirror-gutter-filler{left:0;bottom:0}#mc4wp-admin .CodeMirror-gutters,.mc4wp-admin .CodeMirror-gutters{position:absolute;left:0;top:0;z-index:3}#mc4wp-admin .CodeMirror-gutter,.mc4wp-admin .CodeMirror-gutter{white-space:normal;height:100%;display:inline-block;vertical-align:top;margin-bottom:-30px}#mc4wp-admin .field-wizard .dashicons,#mc4wp-admin .field-wizard td,#mc4wp-admin .field-wizard tr,.mc4wp-admin .field-wizard .dashicons,.mc4wp-admin .field-wizard td,.mc4wp-admin .field-wizard tr{vertical-align:middle}#mc4wp-admin .CodeMirror-gutter-wrapper,.mc4wp-admin .CodeMirror-gutter-wrapper{position:absolute;z-index:4;background:0 0!important;border:none!important;-webkit-user-select:none;-moz-user-select:none;user-select:none}#mc4wp-admin .CodeMirror-gutter-background,.mc4wp-admin .CodeMirror-gutter-background{position:absolute;top:0;bottom:0;z-index:4}#mc4wp-admin .CodeMirror-gutter-elt,.mc4wp-admin .CodeMirror-gutter-elt{position:absolute;cursor:default;z-index:4}#mc4wp-admin .CodeMirror-lines,.mc4wp-admin .CodeMirror-lines{cursor:text;min-height:1px}#mc4wp-admin .CodeMirror pre,.mc4wp-admin .CodeMirror pre{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;border-width:0;background:0 0;font-family:inherit;font-size:inherit;margin:0;white-space:pre;word-wrap:normal;line-height:inherit;color:inherit;z-index:2;position:relative;overflow:visible;-webkit-tap-highlight-color:transparent}#mc4wp-admin .CodeMirror-wrap pre,.mc4wp-admin .CodeMirror-wrap pre{word-wrap:break-word;white-space:pre-wrap;word-break:normal}#mc4wp-admin .CodeMirror-linebackground,.mc4wp-admin .CodeMirror-linebackground{position:absolute;left:0;right:0;top:0;bottom:0;z-index:0}#mc4wp-admin .CodeMirror-linewidget,.mc4wp-admin .CodeMirror-linewidget{position:relative;z-index:2;overflow:auto}#mc4wp-admin .CodeMirror-code,.mc4wp-admin .CodeMirror-code{outline:0}#mc4wp-admin .CodeMirror-gutter,#mc4wp-admin .CodeMirror-gutters,#mc4wp-admin .CodeMirror-linenumber,#mc4wp-admin .CodeMirror-scroll,#mc4wp-admin .CodeMirror-sizer,.mc4wp-admin .CodeMirror-gutter,.mc4wp-admin .CodeMirror-gutters,.mc4wp-admin .CodeMirror-linenumber,.mc4wp-admin .CodeMirror-scroll,.mc4wp-admin .CodeMirror-sizer{-moz-box-sizing:content-box;box-sizing:content-box}#mc4wp-admin .CodeMirror-measure,.mc4wp-admin .CodeMirror-measure{position:absolute;width:100%;height:0;overflow:hidden;visibility:hidden}#mc4wp-admin .CodeMirror-cursor,.mc4wp-admin .CodeMirror-cursor{position:absolute}#mc4wp-admin .CodeMirror-measure pre,.mc4wp-admin .CodeMirror-measure pre{position:static}#mc4wp-admin div.CodeMirror-cursors,.mc4wp-admin div.CodeMirror-cursors{visibility:hidden;position:relative;z-index:3}#mc4wp-admin .CodeMirror-focused div.CodeMirror-cursors,#mc4wp-admin div.CodeMirror-dragcursors,.mc4wp-admin .CodeMirror-focused div.CodeMirror-cursors,.mc4wp-admin div.CodeMirror-dragcursors{visibility:visible}#mc4wp-admin .CodeMirror-selected,.mc4wp-admin .CodeMirror-selected{background:#d9d9d9}#mc4wp-admin .CodeMirror-focused .CodeMirror-selected,#mc4wp-admin .CodeMirror-line::selection,#mc4wp-admin .CodeMirror-line>span::selection,#mc4wp-admin .CodeMirror-line>span>span::selection,.mc4wp-admin .CodeMirror-focused .CodeMirror-selected,.mc4wp-admin .CodeMirror-line::selection,.mc4wp-admin .CodeMirror-line>span::selection,.mc4wp-admin .CodeMirror-line>span>span::selection{background:#d7d4f0}#mc4wp-admin .CodeMirror-crosshair,.mc4wp-admin .CodeMirror-crosshair{cursor:crosshair}#mc4wp-admin .CodeMirror-line::-moz-selection,#mc4wp-admin .CodeMirror-line>span::-moz-selection,#mc4wp-admin .CodeMirror-line>span>span::-moz-selection,.mc4wp-admin .CodeMirror-line::-moz-selection,.mc4wp-admin .CodeMirror-line>span::-moz-selection,.mc4wp-admin .CodeMirror-line>span>span::-moz-selection{background:#d7d4f0}#mc4wp-admin .cm-searching,.mc4wp-admin .cm-searching{background:#ffa;background:rgba(255,255,0,.4)}#mc4wp-admin .cm-force-border,.mc4wp-admin .cm-force-border{padding-right:.1px}@media print{#mc4wp-admin .CodeMirror div.CodeMirror-cursors,.mc4wp-admin .CodeMirror div.CodeMirror-cursors{visibility:hidden}}#mc4wp-admin .cm-tab-wrap-hack:after,.mc4wp-admin .cm-tab-wrap-hack:after{content:''}#mc4wp-admin span.CodeMirror-selectedtext,.mc4wp-admin span.CodeMirror-selectedtext{background:0 0}#mc4wp-admin .CodeMirror,.mc4wp-admin .CodeMirror{border:1px solid #ccc;padding:10px;min-height:500px;font-weight:400}#mc4wp-admin .CodeMirror-empty,.mc4wp-admin .CodeMirror-empty{color:#999}#mc4wp-admin .field-wizard h3,.mc4wp-admin .field-wizard h3{margin-top:0;padding-bottom:12px;border-bottom:1px solid #eee;margin-bottom:12px}#mc4wp-admin .field-wizard code,.mc4wp-admin .field-wizard code{margin-left:10px}#mc4wp-admin .field-wizard>div,.mc4wp-admin .field-wizard>div{margin:24px 0}#mc4wp-admin .field-wizard label,.mc4wp-admin .field-wizard label{font-weight:600;display:block;margin-bottom:3px}#mc4wp-admin .field-wizard table,.mc4wp-admin .field-wizard table{table-layout:fixed;border-collapse:collapse;border-spacing:0}#mc4wp-admin .field-wizard .cb-wrap,.mc4wp-admin .field-wizard .cb-wrap{font-weight:400}#mc4wp-admin .field-wizard .cb-wrap input,.mc4wp-admin .field-wizard .cb-wrap input{margin-right:6px}#mc4wp-admin .field-wizard .limit-height,.mc4wp-admin .field-wizard .limit-height{border:1px solid #eee;padding:6px;max-height:200px;overflow-y:scroll}#mc4wp-admin .field-wizard .help,.mc4wp-admin .field-wizard .help{margin-top:0}#mc4wp-admin .available-fields,.mc4wp-admin .available-fields{border:1px solid #ccc;padding:20px;background:#fff}#mc4wp-admin .available-fields strong,.mc4wp-admin .available-fields strong{display:block;margin-bottom:10px}#mc4wp-admin .available-fields button,.mc4wp-admin .available-fields button{margin:0 6px 6px 0}#mc4wp-admin .available-fields .is-required:after,.mc4wp-admin .available-fields .is-required:after{content:" *";color:red}#mc4wp-admin .available-fields .is-required.not-in-form,.mc4wp-admin .available-fields .is-required.not-in-form{-webkit-box-shadow:0 0 3px 1px red;-moz-box-shadow:0 0 3px 1px red;box-shadow:0 0 3px 1px red}#mc4wp-admin .available-fields .in-form,.mc4wp-admin .available-fields .in-form{opacity:.5}#mc4wp-admin .page-title,.mc4wp-admin .page-title{background:url(../img/icon-large.png) left center no-repeat;padding-left:42px;line-height:32px;margin-bottom:20px}#mc4wp-admin .page-title small,.mc4wp-admin .page-title small{font-size:12px;color:#777;display:inline-block;margin-left:10px}#mc4wp-admin .button .dashicons,#mc4wp-admin .button-secondary .dashicons,#mc4wp-admin .page-title-action .dashicons,.mc4wp-admin .button .dashicons,.mc4wp-admin .button-secondary .dashicons,.mc4wp-admin .page-title-action .dashicons{vertical-align:middle;line-height:16px;margin:0 4px 0 0}#mc4wp-admin .form-table td p,.mc4wp-admin .form-table td p{margin-top:1em}#mc4wp-admin .sidebar,.mc4wp-admin .sidebar{border-left:1px solid #ccc}#mc4wp-admin .sidebar h3,#mc4wp-admin .sidebar h4,.mc4wp-admin .sidebar h3,.mc4wp-admin .sidebar h4{font-size:16px;margin-bottom:0}#mc4wp-admin .sidebar>div,.mc4wp-admin .sidebar>div{border-bottom:1px solid #ccc;margin-bottom:20px;padding-bottom:20px}#mc4wp-admin .sidebar>div:last-of-type,.mc4wp-admin .sidebar>div:last-of-type{border-bottom:0}.overlay{position:fixed;left:0;top:0;z-index:99999;padding:20px;max-width:480px;max-height:100%;background:#fefefe;border:1px solid #ccc;overflow-y:scroll;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.overlay .close{position:absolute;padding:10px;right:0;top:0;font-size:24px;cursor:pointer;opacity:.5}.overlay .close:hover{opacity:1}.overlay-background{z-index:99998;background:rgba(0,0,0,.67);position:fixed;left:0;right:0;bottom:0;top:0}.rtl .overlay .close{right:auto;left:0}.rtl #mc4wp-admin .page-title{background-position:right center;padding-left:0;padding-right:42px}.rtl #mc4wp-admin .CodeMirror-scroll{overflow-y:hidden!important}.rtl #mc4wp-admin .CodeMirror-vscrollbar{left:0!important;right:auto!important}
|
1 |
+
#mc4wp-admin .available-fields .in-form,#mc4wp-admin .hover-activated,.mc4wp-admin .available-fields .in-form,.mc4wp-admin .hover-activated{opacity:.5}#mc4wp-admin .cm-em,#mc4wp-admin .help,.mc4wp-admin .cm-em,.mc4wp-admin .help{font-style:italic}#mc4wp-admin .row,.mc4wp-admin .row{margin-left:-20px;margin-right:-20px;float:none}#mc4wp-admin .row .col,.mc4wp-admin .row .col{padding:0 20px;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#mc4wp-admin .row .col-1,.mc4wp-admin .row .col-1{width:16.666%}#mc4wp-admin .row .col-2,.mc4wp-admin .row .col-2{width:33.333%}#mc4wp-admin .row .col-3,.mc4wp-admin .row .col-3{width:50%}#mc4wp-admin .row .col-4,.mc4wp-admin .row .col-4{width:66.666%}#mc4wp-admin .row .col-5,.mc4wp-admin .row .col-5{width:83.333%}#mc4wp-admin .row .col-6,.mc4wp-admin .row .col-6{width:100%}#mc4wp-admin .clearfix:after,#mc4wp-admin .clearfix:before,#mc4wp-admin .row:after,#mc4wp-admin .row:before,.mc4wp-admin .clearfix:after,.mc4wp-admin .clearfix:before,.mc4wp-admin .row:after,.mc4wp-admin .row:before{content:" ";display:table}#mc4wp-admin .clearfix:after,#mc4wp-admin .row:after,.mc4wp-admin .clearfix:after,.mc4wp-admin .row:after{clear:both}@media (max-width:1200px){#mc4wp-admin .row .col,.mc4wp-admin .row .col{width:100%;float:none;margin:10px 0}}#mc4wp-admin .status,.mc4wp-admin .status{display:inline-block;margin-left:1em;padding:3px 6px;color:#fff;font-size:12px;font-weight:700}#mc4wp-admin .status.positive,.mc4wp-admin .status.positive{background-color:#32cd32}#mc4wp-admin .status.negative,.mc4wp-admin .status.negative{background-color:red}#mc4wp-admin .status.neutral,.mc4wp-admin .status.neutral{background:gray}#mc4wp-admin .valigntop,.mc4wp-admin .valigntop{vertical-align:top!important}#mc4wp-admin .big-margin,.mc4wp-admin .big-margin{margin-top:60px;margin-bottom:60px}#mc4wp-admin .medium-margin,.mc4wp-admin .medium-margin{margin-top:40px;margin-bottom:40px}#mc4wp-admin .small-margin,.mc4wp-admin .small-margin{margin-top:20px;margin-bottom:20px}#mc4wp-admin .tiny-margin,.mc4wp-admin .tiny-margin{margin-top:10px;margin-bottom:10px}#mc4wp-admin .hover-activated:hover,.mc4wp-admin .hover-activated:hover{cursor:pointer;opacity:1}#mc4wp-admin .help-text,.mc4wp-admin .help-text{font-size:14px}#mc4wp-admin .help-text p,.mc4wp-admin .help-text p{margin:10px 0;font-size:14px}#mc4wp-admin .help-text ul,.mc4wp-admin .help-text ul{list-style:square;margin-top:15px;padding-left:40px}#mc4wp-admin .muted,.mc4wp-admin .muted{color:#aaa}#mc4wp-admin .red,.mc4wp-admin .red{color:red}#mc4wp-admin .green,.mc4wp-admin .green{color:#32cd32}#mc4wp-admin .mc4wp-notice,.mc4wp-admin .mc4wp-notice{padding:6px 12px;color:#31708f;background:#d9edf7;border:1px solid #bce8f1;margin:1em 0!important}#mc4wp-admin .column-ID,.mc4wp-admin .column-ID{width:10%}#mc4wp-admin .block,.mc4wp-admin .block{display:block}#mc4wp-admin .code-sample,.mc4wp-admin .code-sample{font-family:Consolas,Monaco,Lucida Console,monospace;font-size:12px;background:#fff}#mc4wp-admin .breadcrumbs,.mc4wp-admin .breadcrumbs{border-bottom:1px solid #ccc;padding-bottom:1em}#mc4wp-admin .tab,.mc4wp-admin .tab{display:none;background:inherit;border:none;font-weight:initial}#mc4wp-admin .tab.tab-active,.mc4wp-admin .tab.tab-active{display:block}#mc4wp-admin .tab h2,.mc4wp-admin .tab h2{margin-top:20px}#mc4wp-admin .CodeMirror,.mc4wp-admin .CodeMirror{font-family:monospace;height:300px;color:#000}#mc4wp-admin .CodeMirror-lines,.mc4wp-admin .CodeMirror-lines{padding:4px 0}#mc4wp-admin .CodeMirror pre,.mc4wp-admin .CodeMirror pre{padding:0 4px}#mc4wp-admin .CodeMirror-gutter-filler,#mc4wp-admin .CodeMirror-scrollbar-filler,.mc4wp-admin .CodeMirror-gutter-filler,.mc4wp-admin .CodeMirror-scrollbar-filler{background-color:#fff}#mc4wp-admin .CodeMirror-gutters,.mc4wp-admin .CodeMirror-gutters{border-right:1px solid #ddd;background-color:#f7f7f7;white-space:nowrap}#mc4wp-admin .CodeMirror-linenumber,.mc4wp-admin .CodeMirror-linenumber{padding:0 3px 0 5px;min-width:20px;text-align:right;color:#999;white-space:nowrap}#mc4wp-admin .CodeMirror-guttermarker,.mc4wp-admin .CodeMirror-guttermarker{color:#000}#mc4wp-admin .CodeMirror-guttermarker-subtle,.mc4wp-admin .CodeMirror-guttermarker-subtle{color:#999}#mc4wp-admin .CodeMirror-cursor,.mc4wp-admin .CodeMirror-cursor{border-left:1px solid #000;border-right:none;width:0}#mc4wp-admin .CodeMirror div.CodeMirror-secondarycursor,.mc4wp-admin .CodeMirror div.CodeMirror-secondarycursor{border-left:1px solid silver}#mc4wp-admin .cm-fat-cursor .CodeMirror-cursor,.mc4wp-admin .cm-fat-cursor .CodeMirror-cursor{width:auto;border:0;background:#7e7}#mc4wp-admin .cm-fat-cursor div.CodeMirror-cursors,.mc4wp-admin .cm-fat-cursor div.CodeMirror-cursors{z-index:1}#mc4wp-admin .cm-animate-fat-cursor,.mc4wp-admin .cm-animate-fat-cursor{width:auto;border:0;-webkit-animation:blink 1.06s steps(1) infinite;-moz-animation:blink 1.06s steps(1) infinite;animation:blink 1.06s steps(1) infinite;background-color:#7e7}#mc4wp-admin .field-wizard td.stretch,.mc4wp-admin .field-wizard td.stretch,.overlay{width:100%}@-moz-keyframes blink{50%{background-color:transparent}}@-webkit-keyframes blink{50%{background-color:transparent}}@keyframes blink{50%{background-color:transparent}}#mc4wp-admin .cm-tab,.mc4wp-admin .cm-tab{display:inline-block;text-decoration:inherit}#mc4wp-admin .CodeMirror-ruler,.mc4wp-admin .CodeMirror-ruler{border-left:1px solid #ccc;position:absolute}#mc4wp-admin .cm-s-default .cm-header,.mc4wp-admin .cm-s-default .cm-header{color:#00f}#mc4wp-admin .cm-s-default .cm-quote,.mc4wp-admin .cm-s-default .cm-quote{color:#090}#mc4wp-admin .cm-negative,.mc4wp-admin .cm-negative{color:#d44}#mc4wp-admin .cm-positive,.mc4wp-admin .cm-positive{color:#292}#mc4wp-admin .cm-header,#mc4wp-admin .cm-strong,.mc4wp-admin .cm-header,.mc4wp-admin .cm-strong{font-weight:700}#mc4wp-admin .cm-link,.mc4wp-admin .cm-link{text-decoration:underline}#mc4wp-admin .cm-strikethrough,.mc4wp-admin .cm-strikethrough{text-decoration:line-through}#mc4wp-admin .cm-s-default .cm-keyword,.mc4wp-admin .cm-s-default .cm-keyword{color:#708}#mc4wp-admin .cm-s-default .cm-atom,.mc4wp-admin .cm-s-default .cm-atom{color:#219}#mc4wp-admin .cm-s-default .cm-number,.mc4wp-admin .cm-s-default .cm-number{color:#164}#mc4wp-admin .cm-s-default .cm-def,.mc4wp-admin .cm-s-default .cm-def{color:#00f}#mc4wp-admin .cm-s-default .cm-variable-2,.mc4wp-admin .cm-s-default .cm-variable-2{color:#05a}#mc4wp-admin .cm-s-default .cm-variable-3,.mc4wp-admin .cm-s-default .cm-variable-3{color:#085}#mc4wp-admin .cm-s-default .cm-comment,.mc4wp-admin .cm-s-default .cm-comment{color:#a50}#mc4wp-admin .cm-s-default .cm-string,.mc4wp-admin .cm-s-default .cm-string{color:#a11}#mc4wp-admin .cm-s-default .cm-string-2,.mc4wp-admin .cm-s-default .cm-string-2{color:#f50}#mc4wp-admin .cm-s-default .cm-meta,#mc4wp-admin .cm-s-default .cm-qualifier,.mc4wp-admin .cm-s-default .cm-meta,.mc4wp-admin .cm-s-default .cm-qualifier{color:#555}#mc4wp-admin .cm-s-default .cm-builtin,.mc4wp-admin .cm-s-default .cm-builtin{color:#30a}#mc4wp-admin .cm-s-default .cm-bracket,.mc4wp-admin .cm-s-default .cm-bracket{color:#997}#mc4wp-admin .cm-s-default .cm-tag,.mc4wp-admin .cm-s-default .cm-tag{color:#170}#mc4wp-admin .cm-s-default .cm-attribute,.mc4wp-admin .cm-s-default .cm-attribute{color:#00c}#mc4wp-admin .cm-s-default .cm-hr,.mc4wp-admin .cm-s-default .cm-hr{color:#999}#mc4wp-admin .cm-s-default .cm-link,.mc4wp-admin .cm-s-default .cm-link{color:#00c}#mc4wp-admin .cm-invalidchar,#mc4wp-admin .cm-s-default .cm-error,.mc4wp-admin .cm-invalidchar,.mc4wp-admin .cm-s-default .cm-error{color:red}#mc4wp-admin .CodeMirror-composing,.mc4wp-admin .CodeMirror-composing{border-bottom:2px solid}#mc4wp-admin div.CodeMirror span.CodeMirror-matchingbracket,.mc4wp-admin div.CodeMirror span.CodeMirror-matchingbracket{color:#0f0}#mc4wp-admin div.CodeMirror span.CodeMirror-nonmatchingbracket,.mc4wp-admin div.CodeMirror span.CodeMirror-nonmatchingbracket{color:#f22}#mc4wp-admin .CodeMirror-matchingtag,.mc4wp-admin .CodeMirror-matchingtag{background:rgba(255,150,0,.3)}#mc4wp-admin .CodeMirror-activeline-background,.mc4wp-admin .CodeMirror-activeline-background{background:#e8f2ff}#mc4wp-admin .CodeMirror,.mc4wp-admin .CodeMirror{position:relative;overflow:hidden;background:#fff}#mc4wp-admin .CodeMirror-scroll,.mc4wp-admin .CodeMirror-scroll{overflow:scroll!important;margin-bottom:-30px;margin-right:-30px;padding-bottom:30px;height:100%;outline:0;position:relative}#mc4wp-admin .CodeMirror-sizer,.mc4wp-admin .CodeMirror-sizer{position:relative;border-right:30px solid transparent}#mc4wp-admin .CodeMirror-gutter-filler,#mc4wp-admin .CodeMirror-hscrollbar,#mc4wp-admin .CodeMirror-scrollbar-filler,#mc4wp-admin .CodeMirror-vscrollbar,.mc4wp-admin .CodeMirror-gutter-filler,.mc4wp-admin .CodeMirror-hscrollbar,.mc4wp-admin .CodeMirror-scrollbar-filler,.mc4wp-admin .CodeMirror-vscrollbar{position:absolute;z-index:6;display:none}#mc4wp-admin .CodeMirror-vscrollbar,.mc4wp-admin .CodeMirror-vscrollbar{right:0;top:0;overflow-x:hidden;overflow-y:scroll}#mc4wp-admin .CodeMirror-hscrollbar,.mc4wp-admin .CodeMirror-hscrollbar{bottom:0;left:0;overflow-y:hidden;overflow-x:scroll}#mc4wp-admin .CodeMirror-scrollbar-filler,.mc4wp-admin .CodeMirror-scrollbar-filler{right:0;bottom:0}#mc4wp-admin .CodeMirror-gutter-filler,.mc4wp-admin .CodeMirror-gutter-filler{left:0;bottom:0}#mc4wp-admin .CodeMirror-gutters,.mc4wp-admin .CodeMirror-gutters{position:absolute;left:0;top:0;z-index:3}#mc4wp-admin .CodeMirror-gutter,.mc4wp-admin .CodeMirror-gutter{white-space:normal;height:100%;display:inline-block;vertical-align:top;margin-bottom:-30px}#mc4wp-admin .field-wizard .dashicons,#mc4wp-admin .field-wizard td,#mc4wp-admin .field-wizard tr,.mc4wp-admin .field-wizard .dashicons,.mc4wp-admin .field-wizard td,.mc4wp-admin .field-wizard tr{vertical-align:middle}#mc4wp-admin .CodeMirror-gutter-wrapper,.mc4wp-admin .CodeMirror-gutter-wrapper{position:absolute;z-index:4;background:0 0!important;border:none!important;-webkit-user-select:none;-moz-user-select:none;user-select:none}#mc4wp-admin .CodeMirror-gutter-background,.mc4wp-admin .CodeMirror-gutter-background{position:absolute;top:0;bottom:0;z-index:4}#mc4wp-admin .CodeMirror-gutter-elt,.mc4wp-admin .CodeMirror-gutter-elt{position:absolute;cursor:default;z-index:4}#mc4wp-admin .CodeMirror-lines,.mc4wp-admin .CodeMirror-lines{cursor:text;min-height:1px}#mc4wp-admin .CodeMirror pre,.mc4wp-admin .CodeMirror pre{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;border-width:0;background:0 0;font-family:inherit;font-size:inherit;margin:0;white-space:pre;word-wrap:normal;line-height:inherit;color:inherit;z-index:2;position:relative;overflow:visible;-webkit-tap-highlight-color:transparent}#mc4wp-admin .CodeMirror-wrap pre,.mc4wp-admin .CodeMirror-wrap pre{word-wrap:break-word;white-space:pre-wrap;word-break:normal}#mc4wp-admin .CodeMirror-linebackground,.mc4wp-admin .CodeMirror-linebackground{position:absolute;left:0;right:0;top:0;bottom:0;z-index:0}#mc4wp-admin .CodeMirror-linewidget,.mc4wp-admin .CodeMirror-linewidget{position:relative;z-index:2;overflow:auto}#mc4wp-admin .CodeMirror-code,.mc4wp-admin .CodeMirror-code{outline:0}#mc4wp-admin .CodeMirror-gutter,#mc4wp-admin .CodeMirror-gutters,#mc4wp-admin .CodeMirror-linenumber,#mc4wp-admin .CodeMirror-scroll,#mc4wp-admin .CodeMirror-sizer,.mc4wp-admin .CodeMirror-gutter,.mc4wp-admin .CodeMirror-gutters,.mc4wp-admin .CodeMirror-linenumber,.mc4wp-admin .CodeMirror-scroll,.mc4wp-admin .CodeMirror-sizer{-moz-box-sizing:content-box;box-sizing:content-box}#mc4wp-admin .CodeMirror-measure,.mc4wp-admin .CodeMirror-measure{position:absolute;width:100%;height:0;overflow:hidden;visibility:hidden}#mc4wp-admin .CodeMirror-cursor,.mc4wp-admin .CodeMirror-cursor{position:absolute}#mc4wp-admin .CodeMirror-measure pre,.mc4wp-admin .CodeMirror-measure pre{position:static}#mc4wp-admin div.CodeMirror-cursors,.mc4wp-admin div.CodeMirror-cursors{visibility:hidden;position:relative;z-index:3}#mc4wp-admin .CodeMirror-focused div.CodeMirror-cursors,#mc4wp-admin div.CodeMirror-dragcursors,.mc4wp-admin .CodeMirror-focused div.CodeMirror-cursors,.mc4wp-admin div.CodeMirror-dragcursors{visibility:visible}#mc4wp-admin .CodeMirror-selected,.mc4wp-admin .CodeMirror-selected{background:#d9d9d9}#mc4wp-admin .CodeMirror-focused .CodeMirror-selected,#mc4wp-admin .CodeMirror-line::selection,#mc4wp-admin .CodeMirror-line>span::selection,#mc4wp-admin .CodeMirror-line>span>span::selection,.mc4wp-admin .CodeMirror-focused .CodeMirror-selected,.mc4wp-admin .CodeMirror-line::selection,.mc4wp-admin .CodeMirror-line>span::selection,.mc4wp-admin .CodeMirror-line>span>span::selection{background:#d7d4f0}#mc4wp-admin .CodeMirror-crosshair,.mc4wp-admin .CodeMirror-crosshair{cursor:crosshair}#mc4wp-admin .CodeMirror-line::-moz-selection,#mc4wp-admin .CodeMirror-line>span::-moz-selection,#mc4wp-admin .CodeMirror-line>span>span::-moz-selection,.mc4wp-admin .CodeMirror-line::-moz-selection,.mc4wp-admin .CodeMirror-line>span::-moz-selection,.mc4wp-admin .CodeMirror-line>span>span::-moz-selection{background:#d7d4f0}#mc4wp-admin .cm-searching,.mc4wp-admin .cm-searching{background:#ffa;background:rgba(255,255,0,.4)}#mc4wp-admin .cm-force-border,.mc4wp-admin .cm-force-border{padding-right:.1px}@media print{#mc4wp-admin .CodeMirror div.CodeMirror-cursors,.mc4wp-admin .CodeMirror div.CodeMirror-cursors{visibility:hidden}}#mc4wp-admin .cm-tab-wrap-hack:after,.mc4wp-admin .cm-tab-wrap-hack:after{content:''}#mc4wp-admin span.CodeMirror-selectedtext,.mc4wp-admin span.CodeMirror-selectedtext{background:0 0}#mc4wp-admin .CodeMirror,.mc4wp-admin .CodeMirror{border:1px solid #ccc;padding:10px;min-height:500px;font-weight:400}#mc4wp-admin .CodeMirror-empty,.mc4wp-admin .CodeMirror-empty{color:#999}#mc4wp-admin .field-wizard h3,.mc4wp-admin .field-wizard h3{margin-top:0;padding-bottom:12px;border-bottom:1px solid #eee;margin-bottom:12px}#mc4wp-admin .field-wizard code,.mc4wp-admin .field-wizard code{margin-left:10px}#mc4wp-admin .field-wizard>div,.mc4wp-admin .field-wizard>div{margin:24px 0}#mc4wp-admin .field-wizard label,.mc4wp-admin .field-wizard label{font-weight:600;display:block;margin-bottom:3px}#mc4wp-admin .field-wizard table,.mc4wp-admin .field-wizard table{table-layout:fixed;border-collapse:collapse;border-spacing:0}#mc4wp-admin .field-wizard .cb-wrap,.mc4wp-admin .field-wizard .cb-wrap{font-weight:400}#mc4wp-admin .field-wizard .cb-wrap input,.mc4wp-admin .field-wizard .cb-wrap input{margin-right:6px}#mc4wp-admin .field-wizard .limit-height,.mc4wp-admin .field-wizard .limit-height{border:1px solid #eee;padding:6px;max-height:200px;overflow-y:scroll}#mc4wp-admin .field-wizard .help,.mc4wp-admin .field-wizard .help{margin-top:0}#mc4wp-admin .available-fields,.mc4wp-admin .available-fields{border:1px solid #ccc;padding:20px;background:#fff}#mc4wp-admin .available-fields h4,.mc4wp-admin .available-fields h4{font-size:14px;margin-top:0}#mc4wp-admin .available-fields strong,.mc4wp-admin .available-fields strong{display:block;margin-bottom:6px}#mc4wp-admin .available-fields button,.mc4wp-admin .available-fields button{margin:0 6px 6px 0}#mc4wp-admin .available-fields .is-required:after,.mc4wp-admin .available-fields .is-required:after{content:" *";color:red}#mc4wp-admin .available-fields .is-required.not-in-form,.mc4wp-admin .available-fields .is-required.not-in-form{-webkit-box-shadow:0 0 3px 1px red;-moz-box-shadow:0 0 3px 1px red;box-shadow:0 0 3px 1px red}#mc4wp-admin .page-title,.mc4wp-admin .page-title{background:url(../img/icon-large.png) left center no-repeat;padding-left:42px;line-height:32px;margin-bottom:20px}#mc4wp-admin .page-title small,.mc4wp-admin .page-title small{font-size:12px;color:#777;display:inline-block;margin-left:10px}#mc4wp-admin .button .dashicons,#mc4wp-admin .button-secondary .dashicons,#mc4wp-admin .page-title-action .dashicons,.mc4wp-admin .button .dashicons,.mc4wp-admin .button-secondary .dashicons,.mc4wp-admin .page-title-action .dashicons{vertical-align:middle;line-height:16px;margin:0 4px 0 0}#mc4wp-admin .form-table td p,.mc4wp-admin .form-table td p{margin-top:1em}#mc4wp-admin .sidebar,.mc4wp-admin .sidebar{border-left:1px solid #ccc}#mc4wp-admin .sidebar h3,#mc4wp-admin .sidebar h4,.mc4wp-admin .sidebar h3,.mc4wp-admin .sidebar h4{font-size:16px;margin-bottom:0}#mc4wp-admin .sidebar>div,.mc4wp-admin .sidebar>div{border-bottom:1px solid #ccc;margin-bottom:20px;padding-bottom:20px}#mc4wp-admin .sidebar>div:last-of-type,.mc4wp-admin .sidebar>div:last-of-type{border-bottom:0}.overlay{position:fixed;left:0;top:0;z-index:99999;padding:20px;max-width:480px;max-height:100%;background:#fefefe;border:1px solid #ccc;overflow-y:scroll;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.overlay .close{position:absolute;padding:10px;right:0;top:0;font-size:24px;cursor:pointer;opacity:.5}.overlay .close:hover{opacity:1}.overlay-background{z-index:99998;background:rgba(0,0,0,.67);position:fixed;left:0;right:0;bottom:0;top:0}.rtl .overlay .close{right:auto;left:0}.rtl #mc4wp-admin .page-title{background-position:right center;padding-left:0;padding-right:42px}.rtl #mc4wp-admin .CodeMirror-scroll{overflow-y:hidden!important}.rtl #mc4wp-admin .CodeMirror-vscrollbar{left:0!important;right:auto!important}
|
assets/css/checkbox-reset.css
CHANGED
@@ -19,4 +19,5 @@
|
|
19 |
display: block;
|
20 |
cursor: pointer;
|
21 |
width: auto;
|
22 |
-
position: static;
|
|
19 |
display: block;
|
20 |
cursor: pointer;
|
21 |
width: auto;
|
22 |
+
position: static;
|
23 |
+
margin: 0 0 16px 0; }
|
assets/css/checkbox-reset.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.mc4wp-checkbox-__INTEGRATION_SLUG__{clear:both;display:block;position:static;width:auto}.mc4wp-checkbox-__INTEGRATION_SLUG__ input{float:none;width:auto;position:static;margin:0 6px 0 0;padding:0;vertical-align:middle;display:inline-block!important;max-width:21px;-webkit-appearance:checkbox}.mc4wp-checkbox-__INTEGRATION_SLUG__ label{float:none;display:block;cursor:pointer;width:auto;position:static}
|
1 |
+
.mc4wp-checkbox-__INTEGRATION_SLUG__{clear:both;display:block;position:static;width:auto}.mc4wp-checkbox-__INTEGRATION_SLUG__ input{float:none;width:auto;position:static;margin:0 6px 0 0;padding:0;vertical-align:middle;display:inline-block!important;max-width:21px;-webkit-appearance:checkbox}.mc4wp-checkbox-__INTEGRATION_SLUG__ label{float:none;display:block;cursor:pointer;width:auto;position:static;margin:0 0 16px}
|
assets/css/form-editor.css
CHANGED
@@ -450,9 +450,12 @@ span.CodeMirror-selectedtext {
|
|
450 |
border: 1px solid #ccc;
|
451 |
padding: 20px;
|
452 |
background: white; }
|
|
|
|
|
|
|
453 |
.available-fields strong {
|
454 |
display: block;
|
455 |
-
margin-bottom:
|
456 |
.available-fields button {
|
457 |
margin: 0 6px 6px 0; }
|
458 |
.available-fields .is-required:after {
|
450 |
border: 1px solid #ccc;
|
451 |
padding: 20px;
|
452 |
background: white; }
|
453 |
+
.available-fields h4 {
|
454 |
+
font-size: 14px;
|
455 |
+
margin-top: 0; }
|
456 |
.available-fields strong {
|
457 |
display: block;
|
458 |
+
margin-bottom: 6px; }
|
459 |
.available-fields button {
|
460 |
margin: 0 6px 6px 0; }
|
461 |
.available-fields .is-required:after {
|
assets/css/form-editor.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.CodeMirror{font-family:monospace;height:300px;color:#000}.CodeMirror-lines{padding:4px 0}.CodeMirror pre{padding:0 4px}.CodeMirror-gutter-filler,.CodeMirror-scrollbar-filler{background-color:#fff}.CodeMirror-gutters{border-right:1px solid #ddd;background-color:#f7f7f7;white-space:nowrap}.CodeMirror-linenumber{padding:0 3px 0 5px;min-width:20px;text-align:right;color:#999;white-space:nowrap}.CodeMirror-guttermarker{color:#000}.CodeMirror-guttermarker-subtle{color:#999}.CodeMirror-cursor{border-left:1px solid #000;border-right:none;width:0}.CodeMirror div.CodeMirror-secondarycursor{border-left:1px solid silver}.cm-fat-cursor .CodeMirror-cursor{width:auto;border:0;background:#7e7}.cm-fat-cursor div.CodeMirror-cursors{z-index:1}.cm-animate-fat-cursor{width:auto;border:0;-webkit-animation:blink 1.06s steps(1) infinite;-moz-animation:blink 1.06s steps(1) infinite;animation:blink 1.06s steps(1) infinite;background-color:#7e7}@-moz-keyframes blink{50%{background-color:transparent}}@-webkit-keyframes blink{50%{background-color:transparent}}@keyframes blink{50%{background-color:transparent}}.cm-tab{display:inline-block;text-decoration:inherit}.CodeMirror-ruler{border-left:1px solid #ccc;position:absolute}.cm-s-default .cm-header{color:#00f}.cm-s-default .cm-quote{color:#090}.cm-negative{color:#d44}.cm-positive{color:#292}.cm-header,.cm-strong{font-weight:700}.cm-em{font-style:italic}.cm-link{text-decoration:underline}.cm-strikethrough{text-decoration:line-through}.cm-s-default .cm-keyword{color:#708}.cm-s-default .cm-atom{color:#219}.cm-s-default .cm-number{color:#164}.cm-s-default .cm-def{color:#00f}.cm-s-default .cm-variable-2{color:#05a}.cm-s-default .cm-variable-3{color:#085}.cm-s-default .cm-comment{color:#a50}.cm-s-default .cm-string{color:#a11}.cm-s-default .cm-string-2{color:#f50}.cm-s-default .cm-meta,.cm-s-default .cm-qualifier{color:#555}.cm-s-default .cm-builtin{color:#30a}.cm-s-default .cm-bracket{color:#997}.cm-s-default .cm-tag{color:#170}.cm-s-default .cm-attribute{color:#00c}.cm-s-default .cm-hr{color:#999}.cm-s-default .cm-link{color:#00c}.cm-invalidchar,.cm-s-default .cm-error{color:red}.CodeMirror-composing{border-bottom:2px solid}div.CodeMirror span.CodeMirror-matchingbracket{color:#0f0}div.CodeMirror span.CodeMirror-nonmatchingbracket{color:#f22}.CodeMirror-matchingtag{background:rgba(255,150,0,.3)}.CodeMirror-activeline-background{background:#e8f2ff}.CodeMirror{position:relative;overflow:hidden;background:#fff}.CodeMirror-scroll{overflow:scroll!important;margin-bottom:-30px;margin-right:-30px;padding-bottom:30px;height:100%;outline:0;position:relative}.CodeMirror-sizer{position:relative;border-right:30px solid transparent}.CodeMirror-gutter-filler,.CodeMirror-hscrollbar,.CodeMirror-scrollbar-filler,.CodeMirror-vscrollbar{position:absolute;z-index:6;display:none}.CodeMirror-vscrollbar{right:0;top:0;overflow-x:hidden;overflow-y:scroll}.CodeMirror-hscrollbar{bottom:0;left:0;overflow-y:hidden;overflow-x:scroll}.CodeMirror-scrollbar-filler{right:0;bottom:0}.CodeMirror-gutter-filler{left:0;bottom:0}.CodeMirror-gutters{position:absolute;left:0;top:0;z-index:3}.CodeMirror-gutter{white-space:normal;height:100%;display:inline-block;vertical-align:top;margin-bottom:-30px}.field-wizard .dashicons,.field-wizard td,.field-wizard tr{vertical-align:middle}.CodeMirror-gutter-wrapper{position:absolute;z-index:4;background:0 0!important;border:none!important;-webkit-user-select:none;-moz-user-select:none;user-select:none}.CodeMirror-gutter-background{position:absolute;top:0;bottom:0;z-index:4}.CodeMirror-gutter-elt{position:absolute;cursor:default;z-index:4}.CodeMirror-lines{cursor:text;min-height:1px}.CodeMirror pre{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;border-width:0;background:0 0;font-family:inherit;font-size:inherit;margin:0;white-space:pre;word-wrap:normal;line-height:inherit;color:inherit;z-index:2;position:relative;overflow:visible;-webkit-tap-highlight-color:transparent}.CodeMirror-wrap pre{word-wrap:break-word;white-space:pre-wrap;word-break:normal}.CodeMirror-linebackground{position:absolute;left:0;right:0;top:0;bottom:0;z-index:0}.CodeMirror-linewidget{position:relative;z-index:2;overflow:auto}.CodeMirror-code{outline:0}.CodeMirror-gutter,.CodeMirror-gutters,.CodeMirror-linenumber,.CodeMirror-scroll,.CodeMirror-sizer{-moz-box-sizing:content-box;box-sizing:content-box}.CodeMirror-measure{position:absolute;width:100%;height:0;overflow:hidden;visibility:hidden}.CodeMirror-cursor{position:absolute}.CodeMirror-measure pre{position:static}div.CodeMirror-cursors{visibility:hidden;position:relative;z-index:3}.CodeMirror-focused div.CodeMirror-cursors,div.CodeMirror-dragcursors{visibility:visible}.CodeMirror-selected{background:#d9d9d9}.CodeMirror-focused .CodeMirror-selected,.CodeMirror-line::selection,.CodeMirror-line>span::selection,.CodeMirror-line>span>span::selection{background:#d7d4f0}.CodeMirror-crosshair{cursor:crosshair}.CodeMirror-line::-moz-selection,.CodeMirror-line>span::-moz-selection,.CodeMirror-line>span>span::-moz-selection{background:#d7d4f0}.cm-searching{background:#ffa;background:rgba(255,255,0,.4)}.cm-force-border{padding-right:.1px}@media print{.CodeMirror div.CodeMirror-cursors{visibility:hidden}}.cm-tab-wrap-hack:after{content:''}span.CodeMirror-selectedtext{background:0 0}.CodeMirror{border:1px solid #ccc;padding:10px;min-height:500px;font-weight:400}.CodeMirror-empty{color:#999}.field-wizard h3{margin-top:0;padding-bottom:12px;border-bottom:1px solid #eee;margin-bottom:12px}.field-wizard code{margin-left:10px}.field-wizard>div{margin:24px 0}.field-wizard label{font-weight:600;display:block;margin-bottom:3px}.field-wizard table{table-layout:fixed;border-collapse:collapse;border-spacing:0}.field-wizard td.stretch{width:100%}.field-wizard .cb-wrap{font-weight:400}.field-wizard .cb-wrap input{margin-right:6px}.field-wizard .limit-height{border:1px solid #eee;padding:6px;max-height:200px;overflow-y:scroll}.field-wizard .help{margin-top:0}.available-fields{border:1px solid #ccc;padding:20px;background:#fff}.available-fields strong{display:block;margin-bottom:
|
1 |
+
.CodeMirror{font-family:monospace;height:300px;color:#000}.CodeMirror-lines{padding:4px 0}.CodeMirror pre{padding:0 4px}.CodeMirror-gutter-filler,.CodeMirror-scrollbar-filler{background-color:#fff}.CodeMirror-gutters{border-right:1px solid #ddd;background-color:#f7f7f7;white-space:nowrap}.CodeMirror-linenumber{padding:0 3px 0 5px;min-width:20px;text-align:right;color:#999;white-space:nowrap}.CodeMirror-guttermarker{color:#000}.CodeMirror-guttermarker-subtle{color:#999}.CodeMirror-cursor{border-left:1px solid #000;border-right:none;width:0}.CodeMirror div.CodeMirror-secondarycursor{border-left:1px solid silver}.cm-fat-cursor .CodeMirror-cursor{width:auto;border:0;background:#7e7}.cm-fat-cursor div.CodeMirror-cursors{z-index:1}.cm-animate-fat-cursor{width:auto;border:0;-webkit-animation:blink 1.06s steps(1) infinite;-moz-animation:blink 1.06s steps(1) infinite;animation:blink 1.06s steps(1) infinite;background-color:#7e7}@-moz-keyframes blink{50%{background-color:transparent}}@-webkit-keyframes blink{50%{background-color:transparent}}@keyframes blink{50%{background-color:transparent}}.cm-tab{display:inline-block;text-decoration:inherit}.CodeMirror-ruler{border-left:1px solid #ccc;position:absolute}.cm-s-default .cm-header{color:#00f}.cm-s-default .cm-quote{color:#090}.cm-negative{color:#d44}.cm-positive{color:#292}.cm-header,.cm-strong{font-weight:700}.cm-em{font-style:italic}.cm-link{text-decoration:underline}.cm-strikethrough{text-decoration:line-through}.cm-s-default .cm-keyword{color:#708}.cm-s-default .cm-atom{color:#219}.cm-s-default .cm-number{color:#164}.cm-s-default .cm-def{color:#00f}.cm-s-default .cm-variable-2{color:#05a}.cm-s-default .cm-variable-3{color:#085}.cm-s-default .cm-comment{color:#a50}.cm-s-default .cm-string{color:#a11}.cm-s-default .cm-string-2{color:#f50}.cm-s-default .cm-meta,.cm-s-default .cm-qualifier{color:#555}.cm-s-default .cm-builtin{color:#30a}.cm-s-default .cm-bracket{color:#997}.cm-s-default .cm-tag{color:#170}.cm-s-default .cm-attribute{color:#00c}.cm-s-default .cm-hr{color:#999}.cm-s-default .cm-link{color:#00c}.cm-invalidchar,.cm-s-default .cm-error{color:red}.CodeMirror-composing{border-bottom:2px solid}div.CodeMirror span.CodeMirror-matchingbracket{color:#0f0}div.CodeMirror span.CodeMirror-nonmatchingbracket{color:#f22}.CodeMirror-matchingtag{background:rgba(255,150,0,.3)}.CodeMirror-activeline-background{background:#e8f2ff}.CodeMirror{position:relative;overflow:hidden;background:#fff}.CodeMirror-scroll{overflow:scroll!important;margin-bottom:-30px;margin-right:-30px;padding-bottom:30px;height:100%;outline:0;position:relative}.CodeMirror-sizer{position:relative;border-right:30px solid transparent}.CodeMirror-gutter-filler,.CodeMirror-hscrollbar,.CodeMirror-scrollbar-filler,.CodeMirror-vscrollbar{position:absolute;z-index:6;display:none}.CodeMirror-vscrollbar{right:0;top:0;overflow-x:hidden;overflow-y:scroll}.CodeMirror-hscrollbar{bottom:0;left:0;overflow-y:hidden;overflow-x:scroll}.CodeMirror-scrollbar-filler{right:0;bottom:0}.CodeMirror-gutter-filler{left:0;bottom:0}.CodeMirror-gutters{position:absolute;left:0;top:0;z-index:3}.CodeMirror-gutter{white-space:normal;height:100%;display:inline-block;vertical-align:top;margin-bottom:-30px}.field-wizard .dashicons,.field-wizard td,.field-wizard tr{vertical-align:middle}.CodeMirror-gutter-wrapper{position:absolute;z-index:4;background:0 0!important;border:none!important;-webkit-user-select:none;-moz-user-select:none;user-select:none}.CodeMirror-gutter-background{position:absolute;top:0;bottom:0;z-index:4}.CodeMirror-gutter-elt{position:absolute;cursor:default;z-index:4}.CodeMirror-lines{cursor:text;min-height:1px}.CodeMirror pre{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;border-width:0;background:0 0;font-family:inherit;font-size:inherit;margin:0;white-space:pre;word-wrap:normal;line-height:inherit;color:inherit;z-index:2;position:relative;overflow:visible;-webkit-tap-highlight-color:transparent}.CodeMirror-wrap pre{word-wrap:break-word;white-space:pre-wrap;word-break:normal}.CodeMirror-linebackground{position:absolute;left:0;right:0;top:0;bottom:0;z-index:0}.CodeMirror-linewidget{position:relative;z-index:2;overflow:auto}.CodeMirror-code{outline:0}.CodeMirror-gutter,.CodeMirror-gutters,.CodeMirror-linenumber,.CodeMirror-scroll,.CodeMirror-sizer{-moz-box-sizing:content-box;box-sizing:content-box}.CodeMirror-measure{position:absolute;width:100%;height:0;overflow:hidden;visibility:hidden}.CodeMirror-cursor{position:absolute}.CodeMirror-measure pre{position:static}div.CodeMirror-cursors{visibility:hidden;position:relative;z-index:3}.CodeMirror-focused div.CodeMirror-cursors,div.CodeMirror-dragcursors{visibility:visible}.CodeMirror-selected{background:#d9d9d9}.CodeMirror-focused .CodeMirror-selected,.CodeMirror-line::selection,.CodeMirror-line>span::selection,.CodeMirror-line>span>span::selection{background:#d7d4f0}.CodeMirror-crosshair{cursor:crosshair}.CodeMirror-line::-moz-selection,.CodeMirror-line>span::-moz-selection,.CodeMirror-line>span>span::-moz-selection{background:#d7d4f0}.cm-searching{background:#ffa;background:rgba(255,255,0,.4)}.cm-force-border{padding-right:.1px}@media print{.CodeMirror div.CodeMirror-cursors{visibility:hidden}}.cm-tab-wrap-hack:after{content:''}span.CodeMirror-selectedtext{background:0 0}.CodeMirror{border:1px solid #ccc;padding:10px;min-height:500px;font-weight:400}.CodeMirror-empty{color:#999}.field-wizard h3{margin-top:0;padding-bottom:12px;border-bottom:1px solid #eee;margin-bottom:12px}.field-wizard code{margin-left:10px}.field-wizard>div{margin:24px 0}.field-wizard label{font-weight:600;display:block;margin-bottom:3px}.field-wizard table{table-layout:fixed;border-collapse:collapse;border-spacing:0}.field-wizard td.stretch{width:100%}.field-wizard .cb-wrap{font-weight:400}.field-wizard .cb-wrap input{margin-right:6px}.field-wizard .limit-height{border:1px solid #eee;padding:6px;max-height:200px;overflow-y:scroll}.field-wizard .help{margin-top:0}.available-fields{border:1px solid #ccc;padding:20px;background:#fff}.available-fields h4{font-size:14px;margin-top:0}.available-fields strong{display:block;margin-bottom:6px}.available-fields button{margin:0 6px 6px 0}.available-fields .is-required:after{content:" *";color:red}.available-fields .is-required.not-in-form{-webkit-box-shadow:0 0 3px 1px red;-moz-box-shadow:0 0 3px 1px red;box-shadow:0 0 3px 1px red}.available-fields .in-form{opacity:.5}
|
assets/js/admin.js
CHANGED
@@ -178,14 +178,16 @@ var Settings = function(context, helpers, events ) {
|
|
178 |
|
179 |
module.exports = Settings;
|
180 |
},{}],4:[function(require,module,exports){
|
|
|
|
|
|
|
|
|
181 |
// Tabs
|
182 |
var Tabs = function(context) {
|
183 |
-
'use strict';
|
184 |
|
185 |
// @todo last piece of jQuery... can we get rid of it?
|
186 |
var $ = window.jQuery;
|
187 |
|
188 |
-
var URL = require('./url.js');
|
189 |
var $context = $(context);
|
190 |
var $tabs = $context.find('.tab');
|
191 |
var $tabNavs = $context.find('.nav-tab');
|
178 |
|
179 |
module.exports = Settings;
|
180 |
},{}],4:[function(require,module,exports){
|
181 |
+
'use strict';
|
182 |
+
|
183 |
+
var URL = require('./url.js');
|
184 |
+
|
185 |
// Tabs
|
186 |
var Tabs = function(context) {
|
|
|
187 |
|
188 |
// @todo last piece of jQuery... can we get rid of it?
|
189 |
var $ = window.jQuery;
|
190 |
|
|
|
191 |
var $context = $(context);
|
192 |
var $tabs = $context.find('.tab');
|
193 |
var $tabNavs = $context.find('.nav-tab');
|
assets/js/admin.min.js
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
-
!function(){var e=void 0,t=void 0;!function n(t,r,o){function i(u,l){if(!r[u]){if(!t[u]){var s="function"==typeof e&&e;if(!l&&s)return s(u,!0);if(a)return a(u,!0);var c=new Error("Cannot find module '"+u+"'");throw c.code="MODULE_NOT_FOUND",c}var f=r[u]={exports:{}};t[u][0].call(f.exports,function(e){var n=t[u][1][e];return i(n?n:e)},f,f.exports,n,t,r,o)}return r[u].exports}for(var a="function"==typeof e&&e,u=0;u<o.length;u++)i(o[u]);return i}({1:[function(e,t,n){"use strict";var r=e("mithril"),o=e("wolfy87-eventemitter"),i=document.getElementById("mc4wp-admin"),a=new o,u=e("./admin/tabs.js")(i),l=e("./admin/helpers.js"),s=e("./admin/settings.js")(i,l,a);window.mc4wp=window.mc4wp||{},window.mc4wp.deps=window.mc4wp.deps||{},window.mc4wp.deps.mithril=r,window.mc4wp.helpers=l,window.mc4wp.events=a,window.mc4wp.settings=s,window.mc4wp.tabs=u},{"./admin/helpers.js":2,"./admin/settings.js":3,"./admin/tabs.js":4,mithril:6,"wolfy87-eventemitter":7}],2:[function(e,t,n){"use strict";var r={};r.toggleElement=function(e){for(var t=document.querySelectorAll(e),n=0;n<t.length;n++){var r=t[n].clientHeight<=0;t[n].style.display=r?"":"none"}},r.bindEventToElement=function(e,t,n){e.addEventListener?e.addEventListener(t,n):e.attachEvent&&e.attachEvent("on"+t,n)},r.bindEventToElements=function(e,t,n){Array.prototype.forEach.call(e,function(e){r.bindEventToElement(e,t,n)})},r.debounce=function(e,t,n){var r;return function(){var o=this,i=arguments,a=function(){r=null,n||e.apply(o,i)},u=n&&!r;clearTimeout(r),r=setTimeout(a,t),u&&e.apply(o,i)}},function(){var e=document.querySelectorAll("[data-showif]");Array.prototype.forEach.call(e,function(e){function t(){if("radio"!==this.getAttribute("type")||this.checked){var t="checkbox"===this.getAttribute("type")?this.checked:this.value,r=t==n.value;a?(e.style.display=r?"":"none",e.style.visibility=r?"":"hidden"):e.style.opacity=r?"":"0.4",Array.prototype.forEach.call(i,function(e){r?e.removeAttribute("readonly"):e.setAttribute("readonly","readonly")})}}var n=JSON.parse(e.getAttribute("data-showif")),o=document.querySelectorAll('[name="'+n.element+'"]'),i=e.querySelectorAll("input,select,textarea:not([readonly])"),a=void 0===n.hide||n.hide;Array.prototype.forEach.call(o,function(e){t.call(e)}),r.bindEventToElements(o,"change",t)})}(),t.exports=r},{}],3:[function(e,t,n){var r=function(e,t,n){"use strict";function r(e,t){return s.filter(function(n){return n[e]===t})}function o(){return s}function i(){return s=[],Array.prototype.forEach.call(u,function(e){("boolean"!=typeof e.checked||e.checked)&&"object"==typeof l[e.value]&&s.push(l[e.value])}),n.trigger("selectedLists.change",[s]),s}function a(){var e=document.querySelectorAll(".lists--only-selected > *");Array.prototype.forEach.call(e,function(e){var t=e.getAttribute("data-list-id"),n=r("id",t).length>0;n?e.setAttribute("class",e.getAttribute("class").replace("hidden","")):e.setAttribute("class",e.getAttribute("class")+" hidden")})}var u=(e.querySelector("form"),e.querySelectorAll(".mc4wp-list-input")),l=mc4wp_vars.mailchimp.lists,s=[];return n.on("selectedLists.change",a),t.bindEventToElements(u,"change",i),i(),{getSelectedLists:o}};t.exports=r},{}],4:[function(e,t,n){var r=function(t){"use strict";function n(e){for(var t=0;t<h.length;t++)if(h[t].id===e)return h[t]}function r(e,t){if("string"==typeof e&&(e=n(e)),!e)return!1;void 0==t&&(t=!0),c.removeClass("tab-active").css("display","none"),f.removeClass("nav-tab-active"),Array.prototype.forEach.call(e.nav,function(e){e.className+=" nav-tab-active",e.blur()}),e.element.style.display="block",e.element.className+=" tab-active";var r=l.setParameter(window.location.href,"tab",e.id);return history.pushState&&t&&history.pushState(e.id,"",r),o(e),d.value=r,"function"==typeof tb_remove&&tb_remove(),"fields"===e.id&&window.mc4wp&&window.mc4wp.forms&&window.mc4wp.forms.editor&&mc4wp.forms.editor.refresh(),!0}function o(e){var t=document.title.split("-");document.title=document.title.replace(t[0],e.title+" ")}function i(e){e=e||window.event;var t=this.getAttribute("data-tab");if(!t){var n=this.className.match(/nav-tab-(\w+)?/);n&&(t=n[1])}if(!t){var o=l.parse(this.href);if(!o.tab)return;t=o.tab}var i=r(t);return!i||(e.preventDefault(),e.returnValue=!1,!1)}function a(){if(history.pushState){var e=c.filter(":visible").get(0);if(e){var t=n(e.id.substring(4));t&&(history.replaceState&&null===history.state&&history.replaceState(t.id,""),o(t))}}}var u=window.jQuery,l=e("./url.js"),s=u(t),c=s.find(".tab"),f=s.find(".nav-tab"),d=t.querySelector('input[name="_wp_http_referer"]'),h=[];return u.each(c,function(e,n){var o=n.id.substring(4),i=u(n).find("h2").first().text();h.push({id:o,title:i,element:n,nav:t.querySelectorAll(".nav-tab-"+o),open:function(){return r(o)}})}),f.click(i),u(document.body).on("click",".tab-link",i),a(),window.addEventListener&&history.pushState&&window.addEventListener("popstate",function(e){if(!e.state)return!0;var t=e.state;return r(t,!1)}),{open:r,get:n}};t.exports=r},{"./url.js":5}],5:[function(e,t,n){"use strict";var r={parse:function(e){var t={},n=e.split("&");for(var r in n)if(n.hasOwnProperty(r)){var o=n[r].split("=");t[decodeURIComponent(o[0])]=decodeURIComponent(o[1])}return t},build:function(e){var t=[];for(var n in e)t.push(n+"="+encodeURIComponent(e[n]));return t.join("&")},setParameter:function(e,t,n){var o=r.parse(e);return o[t]=n,r.build(o)}};t.exports=r},{}],6:[function(e,n,r){!function(e,r){"use strict";var o=r(e);"object"==typeof n&&null!=n&&n.exports?n.exports=o:"function"==typeof t&&t.amd?t(function(){return o}):e.m=o}("undefined"!=typeof window?window:this,function(e,t){"use strict";function n(e){return"function"==typeof e}function r(e){return"[object Object]"===ke.call(e)}function o(e){return"[object String]"===ke.call(e)}function i(){}function a(e){Ae=e.document,Ce=e.location,Le=e.cancelAnimationFrame||e.clearTimeout,Oe=e.requestAnimationFrame||e.setTimeout}function u(e,t){for(var n,r=[],o=/(?:(^|#|\.)([^#\.\[\]]+))|(\[.+?\])/g;n=o.exec(t);)if(""===n[1]&&n[2])e.tag=n[2];else if("#"===n[1])e.attrs.id=n[2];else if("."===n[1])r.push(n[2]);else if("["===n[3][0]){var i=/\[(.+?)(?:=("|'|)(.*?)\2)?\]/.exec(n[3]);e.attrs[i[1]]=i[3]||""}return r}function l(e,t){var n=t?e.slice(1):e;return 1===n.length&&Ne(n[0])?n[0]:n}function s(e,t,n){var r="class"in t?"class":"className";for(var o in t)je.call(t,o)&&(o===r&&null!=t[o]&&""!==t[o]?(n.push(t[o]),e[o]=""):e[o]=t[o]);n.length&&(e[r]=n.join(" "))}function c(e,t){for(var n=[],i=1,a=arguments.length;i<a;i++)n[i-1]=arguments[i];if(r(e))return re(e,n);if(!o(e))throw new Error("selector in m(selector, attrs, children) should be a string");var c=null!=t&&r(t)&&!("tag"in t||"view"in t||"subtree"in t),f=c?t:{},d={tag:"div",attrs:{},children:l(n,c)};return s(d.attrs,f,u(d,e)),d}function f(e,t){for(var n=0;n<e.length&&!t(e[n],n++););}function d(e,t){f(e,function(e,n){return(e=e&&e.attrs)&&null!=e.key&&t(e,n)})}function h(e){try{if(null!=e&&null!=e.toString())return e}catch(t){}return""}function p(e,t,n,r){try{m(e,t,n),t.nodeValue=r}catch(o){}}function v(e){for(var t=0;t<e.length;t++)Ne(e[t])&&(e=e.concat.apply([],e),t--);return e}function m(e,t,n){e.insertBefore(t,e.childNodes[n]||null)}function g(e,t,n,r){d(e,function(e,r){t[e=e.key]=t[e]?{action:_e,index:r,from:t[e].index,element:n.nodes[t[e].index]||Ae.createElement("div")}:{action:Re,index:r}});var o=[];for(var i in t)je.call(t,i)&&o.push(t[i]);var a=o.sort($),u=new Array(n.length);return u.nodes=n.nodes.slice(),f(a,function(t){var o=t.index;if(t.action===Te&&(G(n[o].nodes,n[o]),u.splice(o,1)),t.action===Re){var i=Ae.createElement("div");i.key=e[o].attrs.key,m(r,i,o),u.splice(o,0,{attrs:{key:e[o].attrs.key},nodes:[i]}),u.nodes[o]=i}if(t.action===_e){var a=t.element,l=r.childNodes[o];l!==a&&null!==a&&r.insertBefore(a,l||null),u[o]=n[t.from],u.nodes[o]=a}}),u}function y(e,t,n,r){var o=e.length!==t.length;return o||d(e,function(e,n){var r=t[n];return o=r&&r.attrs&&r.attrs.key!==e.key}),o?g(e,n,t,r):t}function w(e,t,n){f(e,function(e,r){null!=t[r]&&n.push.apply(n,t[r].nodes)}),f(t.nodes,function(e,r){null!=e.parentNode&&n.indexOf(e)<0&&G([e],[t[r]])}),e.length<t.length&&(t.length=e.length),t.nodes=n}function b(e){var t=0;d(e,function(){return f(e,function(e){(e=e&&e.attrs)&&null==e.key&&(e.key="__mithril__"+t++)}),1})}function E(e,t,n){return e.tag!==t.tag||(n.sort().join()!==Object.keys(t.attrs).sort().join()||(e.attrs.id!==t.attrs.id||(e.attrs.key!==t.attrs.key||("all"===c.redraw.strategy()?!t.configContext||t.configContext.retain!==!0:"diff"===c.redraw.strategy()&&(t.configContext&&t.configContext.retain===!1)))))}function x(e,t,r){E(e,t,r)&&(t.nodes.length&&G(t.nodes),t.configContext&&n(t.configContext.onunload)&&t.configContext.onunload(),t.controllers&&f(t.controllers,function(e){e.onunload&&e.onunload({preventDefault:i})}))}function A(e,t){return e.attrs.xmlns?e.attrs.xmlns:"svg"===e.tag?"http://www.w3.org/2000/svg":"math"===e.tag?"http://www.w3.org/1998/Math/MathML":t}function C(e,t,n){n.length&&(e.views=t,e.controllers=n,f(n,function(e){if(e.onunload&&e.onunload.$old&&(e.onunload=e.onunload.$old),Me&&e.onunload){var t=e.onunload;e.onunload=i,e.onunload.$old=t}}))}function O(e,t,r,o,i){if(n(t.attrs.config)){var a=i.configContext=i.configContext||{};e.push(function(){return t.attrs.config.call(t,r,!o,a,i)})}}function L(e,n,r,o,i,a,u,l){var s=e.nodes[0];return o&&F(s,n.tag,n.attrs,e.attrs,i),e.children=H(s,n.tag,t,t,n.children,e.children,!1,0,n.attrs.contenteditable?s:r,i,u),e.nodes.intact=!0,l.length&&(e.views=a,e.controllers=l),s}function j(e,t,n){var r;e.$trusted?r=Z(t,n,e):(r=[Ae.createTextNode(e)],t.nodeName in Se||m(t,r[0],n));var o;return o="string"==typeof e||"number"==typeof e||"boolean"==typeof e?new e.constructor(e):e,o.nodes=r,o}function k(e,t,n,r,o,i){var a=t.nodes;return r&&r===Ae.activeElement||(e.$trusted?(G(a,t),a=Z(n,o,e)):"textarea"===i?n.value=e:r?r.innerHTML=e:((1===a[0].nodeType||a.length>1||a[0].nodeValue.trim&&!a[0].nodeValue.trim())&&(G(t.nodes,t),a=[Ae.createTextNode(e)]),p(n,a[0],o,e))),t=new e.constructor(e),t.nodes=a,t}function N(e,t,n,r,o,i,a){return e.nodes.length?e.valueOf()!==t.valueOf()||o?k(t,e,r,i,n,a):(e.nodes.intact=!0,e):j(t,r,n)}function S(e){if(e.$trusted){var t=e.match(/<[^\/]|\>\s*[^<]/g);if(null!=t)return t.length}else if(Ne(e))return e.length;return 1}function T(e,n,r,o,i,a,u,l,s){e=v(e);var c=[],f=n.length===e.length,h=0,p={},m=!1;d(n,function(e,t){m=!0,p[n[t].attrs.key]={action:Te,index:t}}),b(e),m&&(n=y(e,n,p,r));for(var g=0,E=0,x=e.length;E<x;E++){var A=H(r,i,n,o,e[E],n[g],a,o+h||h,u,l,s);A!==t&&(f=f&&A.nodes.intact,h+=S(A),n[g++]=A)}return f||w(e,n,c),n}function R(e,t,n,r,o){if(null!=t){if(ke.call(t)===ke.call(e))return t;if(o&&o.nodes){var i=n-r,a=i+(Ne(e)?e:t.nodes).length;G(o.nodes.slice(i,a),o.slice(i,a))}else t.nodes&&G(t.nodes,t)}return t=new e.constructor,t.tag&&(t={}),t.nodes=[],t}function _(e,t){return e.attrs.is?null==t?Ae.createElement(e.tag,e.attrs.is):Ae.createElementNS(t,e.tag,e.attrs.is):null==t?Ae.createElement(e.tag):Ae.createElementNS(t,e.tag)}function M(e,t,n,r){return r?F(t,e.tag,e.attrs,{},n):e.attrs}function q(e,n,r,o,i,a){return null!=e.children&&e.children.length>0?H(n,e.tag,t,t,e.children,r.children,!0,0,e.attrs.contenteditable?n:o,i,a):e.children}function D(e,t,n,r,o,i,a){var u={tag:e.tag,attrs:t,children:n,nodes:[r]};return C(u,i,a),u.children&&!u.children.nodes&&(u.children.nodes=[]),"select"===e.tag&&"value"in e.attrs&&F(r,e.tag,{value:e.attrs.value},{},o),u}function I(e,t,r,o){var i;return i="diff"===c.redraw.strategy()&&e?e.indexOf(t):-1,i>-1?r[i]:n(o)?new o:{}}function P(e,t,n,r){null!=r.onunload&&De.map(function(e){return e.handler}).indexOf(r.onunload)<0&&De.push({controller:r,handler:r.onunload}),e.push(n),t.push(r)}function U(e,t,n,r,o,i){var a=I(n.views,t,r,e.controller),u=e&&e.attrs&&e.attrs.key;return e=0===Me||Ie||r&&r.indexOf(a)>-1?e.view(a):{tag:"placeholder"},"retain"===e.subtree?e:(e.attrs=e.attrs||{},e.attrs.key=u,P(i,o,t,a),e)}function V(e,t,n,r){for(var o=t&&t.controllers;null!=e.view;)e=U(e,e.view.$original||e.view,t,o,r,n);return e}function z(e,t,n,r,i,a,u,l){var s=[],c=[];if(e=V(e,t,s,c),"retain"===e.subtree)return t;if(!e.tag&&c.length)throw new Error("Component template must return a virtual element, not an array, string, etc.");e.attrs=e.attrs||{},t.attrs=t.attrs||{};var f=Object.keys(e.attrs),d=f.length>("key"in e.attrs?1:0);if(x(e,t,f),o(e.tag)){var h=0===t.nodes.length;u=A(e,u);var p;if(h){p=_(e,u);var v=M(e,p,u,d);m(r,p,i);var g=q(e,p,t,n,u,l);t=D(e,v,g,p,u,s,c)}else p=L(t,e,n,d,u,s,l,c);return h||a!==!0||null==p||m(r,p,i),O(l,e,p,h,t),t}}function H(e,t,o,i,a,u,l,s,c,f,d){return a=h(a),"retain"===a.subtree?u:(u=R(a,u,s,i,o),Ne(a)?T(a,u,e,s,t,l,c,f,d):null!=a&&r(a)?z(a,u,c,e,s,l,f,d):n(a)?u:N(u,a,s,e,l,c,t))}function $(e,t){return e.action-t.action||e.index-t.index}function B(e,t,n){for(var r in t)je.call(t,r)&&(null!=n&&n[r]===t[r]||(e.style[r]=t[r]));for(r in n)je.call(n,r)&&(je.call(t,r)||(e.style[r]=""))}function J(e,t,o,i,a,u){if("config"===t||"key"===t)return!0;if(n(o)&&"on"===t.slice(0,2))e[t]=ee(o,e);else if("style"===t&&null!=o&&r(o))B(e,o,i);else if(null!=u)"href"===t?e.setAttributeNS("http://www.w3.org/1999/xlink","href",o):e.setAttribute("className"===t?"class":t,o);else if(t in e&&!Pe[t])try{"input"===a&&e[t]===o||(e[t]=o)}catch(l){e.setAttribute(t,o)}else e.setAttribute(t,o)}function K(e,t,n,r,o,i,a){if(t in o&&r===n&&Ae.activeElement!==e)"value"===t&&"input"===i&&e.value!==n&&(e.value=n);else{o[t]=n;try{return J(e,t,n,r,i,a)}catch(u){if(u.message.indexOf("Invalid argument")<0)throw u}}}function F(e,t,n,r,o){for(var i in n)!je.call(n,i)||!K(e,i,n[i],r[i],r,t,o);return r}function G(e,t){for(var n=e.length-1;n>-1;n--)if(e[n]&&e[n].parentNode){try{e[n].parentNode.removeChild(e[n])}catch(r){}t=[].concat(t),t[n]&&Q(t[n])}e.length&&(e.length=0)}function Q(e){e.configContext&&n(e.configContext.onunload)&&(e.configContext.onunload(),e.configContext.onunload=null),e.controllers&&f(e.controllers,function(e){n(e.onunload)&&e.onunload({preventDefault:i})}),e.children&&(Ne(e.children)?f(e.children,Q):e.children.tag&&Q(e.children))}function Y(e,t){try{e.appendChild(Ae.createRange().createContextualFragment(t))}catch(n){e.insertAdjacentHTML("beforeend",t),W(e)}}function W(e){if("SCRIPT"===e.tagName)e.parentNode.replaceChild(X(e),e);else{var t=e.childNodes;if(t&&t.length)for(var n=0;n<t.length;n++)W(t[n])}return e}function X(e){for(var t=document.createElement("script"),n=e.attributes,r=0;r<n.length;r++)t.setAttribute(n[r].name,n[r].value);return t.text=e.innerHTML,t}function Z(e,t,n){var r=e.childNodes[t];if(r){var o=1!==r.nodeType,i=Ae.createElement("span");o?(e.insertBefore(i,r||null),i.insertAdjacentHTML("beforebegin",n),e.removeChild(i)):r.insertAdjacentHTML("beforebegin",n)}else Y(e,n);for(var a=[];e.childNodes[t]!==r;)a.push(e.childNodes[t]),t++;return a}function ee(e,t){return function(n){n=n||event,c.redraw.strategy("diff"),c.startComputation();try{return e.call(t,n)}finally{ue()}}}function te(e){var t=Ve.indexOf(e);return t<0?Ve.push(e)-1:t}function ne(e){function t(){return arguments.length&&(e=arguments[0]),e}return t.toJSON=function(){return e},t}function re(e,t){function n(){return(e.controller||i).apply(this,t)||this}function r(n){for(var r=[n].concat(t),o=1;o<arguments.length;o++)r.push(arguments[o]);return e.view.apply(e,r)}e.controller&&(n.prototype=e.controller.prototype),r.$original=e.view;var o={controller:n,view:r};return t[0]&&null!=t[0].key&&(o.attrs={key:t[0].key}),o}function oe(e,t,n,r){if(!r){c.redraw.strategy("all"),c.startComputation(),$e[n]=t;var o;o=He=e?e:e={controller:i};var a=new(e.controller||i);return o===He&&(Je[n]=a,Be[n]=e),ue(),null===e&&ie(t,n),Je[n]}null==e&&ie(t,n)}function ie(e,t){$e.splice(t,1),Je.splice(t,1),Be.splice(t,1),pe(e),Ve.splice(te(e),1)}function ae(){Ge&&(Ge(),Ge=null),f($e,function(e,t){var n=Be[t];if(Je[t]){var r=[Je[t]];c.render(e,n.view?n.view(Je[t],r):"")}}),Qe&&(Qe(),Qe=null),Ke=null,Fe=new Date,c.redraw.strategy("diff")}function ue(){"none"===c.redraw.strategy()?(Me--,c.redraw.strategy("diff")):c.endComputation()}function le(e){return e.slice(et[c.route.mode].length)}function se(e,t,n){Xe={};var r=n.indexOf("?");r!==-1&&(Xe=he(n.substr(r+1,n.length)),n=n.substr(0,r));var o=Object.keys(t),i=o.indexOf(n);if(i!==-1)return c.mount(e,t[o[i]]),!0;for(var a in t)if(je.call(t,a)){if(a===n)return c.mount(e,t[a]),!0;var u=new RegExp("^"+a.replace(/:[^\/]+?\.{3}/g,"(.*?)").replace(/:[^\/]+/g,"([^\\/]+)")+"/?$");if(u.test(n))return n.replace(u,function(){var n=a.match(/:[^\/]+/g)||[],r=[].slice.call(arguments,1,-2);f(n,function(e,t){Xe[e.replace(/:|\./g,"")]=decodeURIComponent(r[t])}),c.mount(e,t[a])}),!0}}function ce(e){if(e=e||event,!(e.ctrlKey||e.metaKey||e.shiftKey||2===e.which)){e.preventDefault?e.preventDefault():e.returnValue=!1;var t,n=e.currentTarget||e.srcElement;for(t="pathname"===c.route.mode&&n.search?he(n.search.slice(1)):{};n&&!/a/i.test(n.nodeName);)n=n.parentNode;Me=0,c.route(n[c.route.mode].slice(et[c.route.mode].length),t)}}function fe(){"hash"!==c.route.mode&&Ce.hash?Ce.hash=Ce.hash:e.scrollTo(0,0)}function de(e,n){var o={},i=[];for(var a in e)if(je.call(e,a)){var u=n?n+"["+a+"]":a,l=e[a];if(null===l)i.push(encodeURIComponent(u));else if(r(l))i.push(de(l,u));else if(Ne(l)){var s=[];o[u]=o[u]||{},f(l,function(e){o[u][e]||(o[u][e]=!0,s.push(encodeURIComponent(u)+"="+encodeURIComponent(e)))}),i.push(s.join("&"))}else l!==t&&i.push(encodeURIComponent(u)+"="+encodeURIComponent(l))}return i.join("&")}function he(e){if(""===e||null==e)return{};"?"===e.charAt(0)&&(e=e.slice(1));var t=e.split("&"),n={};return f(t,function(e){var t=e.split("="),r=decodeURIComponent(t[0]),o=2===t.length?decodeURIComponent(t[1]):null;null!=n[r]?(Ne(n[r])||(n[r]=[n[r]]),n[r].push(o)):n[r]=o}),n}function pe(e){var n=te(e);G(e.childNodes,ze[n]),ze[n]=t}function ve(e,t){var n=c.prop(t);return e.then(n),n.then=function(n,r){return ve(e.then(n,r),t)},n["catch"]=n.then.bind(null,null),n}function me(e,t){function o(e){l=e||at,f.map(function(e){l===it?e.resolve(s):e.reject(s)})}function i(e,t,o,i){if((null!=s&&r(s)||n(s))&&n(e))try{var a=0;e.call(s,function(e){a++||(s=e,t())},function(e){a++||(s=e,o())})}catch(u){c.deferred.onerror(u),s=u,o()}else i()}function a(){var r;try{r=s&&s.then}catch(f){return c.deferred.onerror(f),s=f,l=ot,a()}l===ot&&c.deferred.onerror(s),i(r,function(){l=rt,a()},function(){l=ot,a()},function(){try{l===rt&&n(e)?s=e(s):l===ot&&n(t)&&(s=t(s),l=rt)}catch(a){return c.deferred.onerror(a),s=a,o()}s===u?(s=TypeError(),o()):i(r,function(){o(it)},o,function(){o(l===rt&&it)})})}var u=this,l=0,s=0,f=[];u.promise={},u.resolve=function(e){return l||(s=e,l=rt,a()),u},u.reject=function(e){return l||(s=e,l=ot,a()),u},u.promise.then=function(e,t){var n=new me(e,t);return l===it?n.resolve(s):l===at?n.reject(s):f.push(n),n.promise}}function ge(e){return e}function ye(n){var r=n.callbackName||"mithril_callback_"+(new Date).getTime()+"_"+Math.round(1e16*Math.random()).toString(36),o=Ae.createElement("script");e[r]=function(i){o.parentNode.removeChild(o),n.onload({type:"load",target:{responseText:i}}),e[r]=t},o.onerror=function(){return o.parentNode.removeChild(o),n.onerror({type:"error",target:{status:500,responseText:JSON.stringify({error:"Error making jsonp request"})}}),e[r]=t,!1},o.onload=function(){return!1},o.src=n.url+(n.url.indexOf("?")>0?"&":"?")+(n.callbackKey?n.callbackKey:"callback")+"="+r+"&"+de(n.data||{}),Ae.body.appendChild(o)}function we(t){var r=new e.XMLHttpRequest;if(r.open(t.method,t.url,!0,t.user,t.password),r.onreadystatechange=function(){4===r.readyState&&(r.status>=200&&r.status<300?t.onload({type:"load",target:r}):t.onerror({type:"error",target:r}))},t.serialize===JSON.stringify&&t.data&&"GET"!==t.method&&r.setRequestHeader("Content-Type","application/json; charset=utf-8"),t.deserialize===JSON.parse&&r.setRequestHeader("Accept","application/json, text/*"),n(t.config)){var i=t.config(r,t);null!=i&&(r=i)}var a="GET"!==t.method&&t.data?t.data:"";if(a&&!o(a)&&a.constructor!==e.FormData)throw new Error("Request data should be either be a string or FormData. Check the `serialize` option in `m.request`");return r.send(a),r}function be(e){return e.dataType&&"jsonp"===e.dataType.toLowerCase()?ye(e):we(e)}function Ee(e,t,n){if("GET"===e.method&&"jsonp"!==e.dataType){var r=e.url.indexOf("?")<0?"?":"&",o=de(t);e.url+=o?r+o:""}else e.data=n(t)}function xe(e,t){return t&&(e=e.replace(/:[a-z]\w+/gi,function(e){var n=e.slice(1),r=t[n]||e;return delete t[n],r})),e}c.version=function(){return"v0.2.5"};var Ae,Ce,Oe,Le,je={}.hasOwnProperty,ke={}.toString,Ne=Array.isArray||function(e){return"[object Array]"===ke.call(e)},Se={AREA:1,BASE:1,BR:1,COL:1,COMMAND:1,EMBED:1,HR:1,IMG:1,INPUT:1,KEYGEN:1,LINK:1,META:1,PARAM:1,SOURCE:1,TRACK:1,WBR:1};c.deps=function(t){return a(e=t||window),e},c.deps(e);var Te=1,Re=2,_e=3,Me=0;c.startComputation=function(){Me++},c.endComputation=function(){Me>1?Me--:(Me=0,c.redraw())};var qe,De=[],Ie=!1,Pe={list:1,style:1,form:1,type:1,width:1,height:1},Ue={appendChild:function(e){qe===t&&(qe=Ae.createElement("html")),Ae.documentElement&&Ae.documentElement!==e?Ae.replaceChild(e,Ae.documentElement):Ae.appendChild(e),this.childNodes=Ae.childNodes},insertBefore:function(e){this.appendChild(e)},childNodes:[]},Ve=[],ze={};c.render=function(e,n,r){if(!e)throw new Error("Ensure the DOM element being passed to m.route/m.mount/m.render is not undefined.");var o,i=[],a=te(e),u=e===Ae;o=u||e===Ae.documentElement?Ue:e,u&&"html"!==n.tag&&(n={tag:"html",attrs:{},children:n}),ze[a]===t&&G(o.childNodes),r===!0&&pe(e),ze[a]=H(o,null,t,t,n,ze[a],!1,0,null,t,i),f(i,function(e){e()})},c.trust=function(e){return e=new String(e),e.$trusted=!0,e},c.prop=function(e){return(null!=e&&(r(e)||n(e))||"undefined"!=typeof Promise&&e instanceof Promise)&&n(e.then)?ve(e):ne(e)};var He,$e=[],Be=[],Je=[],Ke=null,Fe=0,Ge=null,Qe=null,Ye=16;c.component=function(e){for(var t=new Array(arguments.length-1),n=1;n<arguments.length;n++)t[n-1]=arguments[n];return re(e,t)},c.mount=c.module=function(e,t){if(!e)throw new Error("Please ensure the DOM element exists before rendering a template into it.");var r=$e.indexOf(e);r<0&&(r=$e.length);var o=!1,i={preventDefault:function(){o=!0,Ge=Qe=null}};return f(De,function(e){e.handler.call(e.controller,i),e.controller.onunload=null}),o?f(De,function(e){e.controller.onunload=e.handler}):De=[],Je[r]&&n(Je[r].onunload)&&Je[r].onunload(i),oe(t,e,r,o)};var We=!1;c.redraw=function(t){if(!We){We=!0,t&&(Ie=!0);try{Ke&&!t?(Oe===e.requestAnimationFrame||new Date-Fe>Ye)&&(Ke>0&&Le(Ke),Ke=Oe(ae,Ye)):(ae(),Ke=Oe(function(){Ke=null},Ye))}finally{We=Ie=!1}}},c.redraw.strategy=c.prop(),c.withAttr=function(e,t,n){return function(r){r=r||window.event;var o=r.currentTarget||this,i=n||this,a=e in o?o[e]:o.getAttribute(e);t.call(i,a)}};var Xe,Ze,et={pathname:"",hash:"#",search:"?"},tt=i,nt=!1;c.route=function(t,n,r,i){if(0===arguments.length)return Ze;if(3===arguments.length&&o(n)){tt=function(e){var o=Ze=le(e);if(!se(t,r,o)){if(nt)throw new Error("Ensure the default route matches one of the routes defined in m.route");nt=!0,c.route(n,!0),nt=!1}};var a="hash"===c.route.mode?"onhashchange":"onpopstate";return e[a]=function(){var e=Ce[c.route.mode];"pathname"===c.route.mode&&(e+=Ce.search),Ze!==le(e)&&tt(e)},Ge=fe,void e[a]()}if(t.addEventListener||t.attachEvent){var u="pathname"!==c.route.mode?Ce.pathname:"";return t.href=u+et[c.route.mode]+i.attrs.href,void(t.addEventListener?(t.removeEventListener("click",ce),t.addEventListener("click",ce)):(t.detachEvent("onclick",ce),t.attachEvent("onclick",ce)))}if(o(t)){var l=Ze;Ze=t;var s,f=n||{},d=Ze.indexOf("?");s=d>-1?he(Ze.slice(d+1)):{};for(var h in f)je.call(f,h)&&(s[h]=f[h]);var p,v=de(s);p=d>-1?Ze.slice(0,d):Ze,v&&(Ze=p+(p.indexOf("?")===-1?"?":"&")+v);var m=(3===arguments.length?r:n)===!0||l===t;if(e.history.pushState){var g=m?"replaceState":"pushState";Ge=fe,Qe=function(){try{e.history[g](null,Ae.title,et[c.route.mode]+Ze)}catch(t){Ce[c.route.mode]=Ze}},tt(et[c.route.mode]+Ze)}else Ce[c.route.mode]=Ze,tt(et[c.route.mode]+Ze)}},c.route.param=function(e){if(!Xe)throw new Error("You must call m.route(element, defaultRoute, routes) before calling m.route.param()");return e?Xe[e]:Xe},c.route.mode="search",c.route.buildQueryString=de,c.route.parseQueryString=he,c.deferred=function(){var e=new me;return e.promise=ve(e.promise),e};var rt=1,ot=2,it=3,at=4;return c.deferred.onerror=function(e){if("[object Error]"===ke.call(e)&&!/ Error/.test(e.constructor.toString()))throw Me=0,e},c.sync=function(e){function t(e,t){return function(a){return o[e]=a,t||(i="reject"),0===--r&&(n.promise(o),n[i](o)),a}}var n=c.deferred(),r=e.length,o=[],i="resolve";return e.length>0?f(e,function(e,n){e.then(t(n,!0),t(n,!1))}):n.resolve([]),n.promise},c.request=function(e){e.background!==!0&&c.startComputation();var t,n,r,o=new me,i=e.dataType&&"jsonp"===e.dataType.toLowerCase();return i?(t=e.serialize=n=e.deserialize=ge,r=function(e){return e.responseText}):(t=e.serialize=e.serialize||JSON.stringify,n=e.deserialize=e.deserialize||JSON.parse,r=e.extract||function(e){return e.responseText.length||n!==JSON.parse?e.responseText:null}),e.method=(e.method||"GET").toUpperCase(),e.url=xe(e.url,e.data),Ee(e,e.data,t),e.onload=e.onerror=function(t){try{t=t||event;var i=n(r(t.target,e));"load"===t.type?(e.unwrapSuccess&&(i=e.unwrapSuccess(i,t.target)),Ne(i)&&e.type?f(i,function(t,n){i[n]=new e.type(t)}):e.type&&(i=new e.type(i)),o.resolve(i)):(e.unwrapError&&(i=e.unwrapError(i,t.target)),o.reject(i))}catch(a){o.reject(a),c.deferred.onerror(a)}finally{e.background!==!0&&c.endComputation()}},be(e),o.promise=ve(o.promise,e.initialValue),o.promise},c})},{}],7:[function(e,n,r){(function(){"use strict";function e(){}function r(e,t){for(var n=e.length;n--;)if(e[n].listener===t)return n;return-1}function o(e){return function(){return this[e].apply(this,arguments)}}var i=e.prototype,a=this,u=a.EventEmitter;i.getListeners=function(e){var t,n,r=this._getEvents();if(e instanceof RegExp){t={};for(n in r)r.hasOwnProperty(n)&&e.test(n)&&(t[n]=r[n])}else t=r[e]||(r[e]=[]);return t},i.flattenListeners=function(e){var t,n=[];for(t=0;t<e.length;t+=1)n.push(e[t].listener);return n},i.getListenersAsObject=function(e){var t,n=this.getListeners(e);return n instanceof Array&&(t={},t[e]=n),t||n},i.addListener=function(e,t){var n,o=this.getListenersAsObject(e),i="object"==typeof t;for(n in o)o.hasOwnProperty(n)&&r(o[n],t)===-1&&o[n].push(i?t:{listener:t,once:!1});return this},i.on=o("addListener"),i.addOnceListener=function(e,t){return this.addListener(e,{listener:t,once:!0})},i.once=o("addOnceListener"),i.defineEvent=function(e){return this.getListeners(e),this},i.defineEvents=function(e){for(var t=0;t<e.length;t+=1)this.defineEvent(e[t]);return this},i.removeListener=function(e,t){var n,o,i=this.getListenersAsObject(e);for(o in i)i.hasOwnProperty(o)&&(n=r(i[o],t),n!==-1&&i[o].splice(n,1));return this},i.off=o("removeListener"),i.addListeners=function(e,t){return this.manipulateListeners(!1,e,t)},i.removeListeners=function(e,t){return this.manipulateListeners(!0,e,t)},i.manipulateListeners=function(e,t,n){var r,o,i=e?this.removeListener:this.addListener,a=e?this.removeListeners:this.addListeners;if("object"!=typeof t||t instanceof RegExp)for(r=n.length;r--;)i.call(this,t,n[r]);else for(r in t)t.hasOwnProperty(r)&&(o=t[r])&&("function"==typeof o?i.call(this,r,o):a.call(this,r,o));return this},i.removeEvent=function(e){var t,n=typeof e,r=this._getEvents();if("string"===n)delete r[e];else if(e instanceof RegExp)for(t in r)r.hasOwnProperty(t)&&e.test(t)&&delete r[t];else delete this._events;return this},i.removeAllListeners=o("removeEvent"),i.emitEvent=function(e,t){var n,r,o,i,a,u=this.getListenersAsObject(e);for(i in u)if(u.hasOwnProperty(i))for(n=u[i].slice(0),o=n.length;o--;)r=n[o],r.once===!0&&this.removeListener(e,r.listener),a=r.listener.apply(this,t||[]),a===this._getOnceReturnValue()&&this.removeListener(e,r.listener);return this},i.trigger=o("emitEvent"),i.emit=function(e){var t=Array.prototype.slice.call(arguments,1);return this.emitEvent(e,t)},i.setOnceReturnValue=function(e){return this._onceReturnValue=e,this},i._getOnceReturnValue=function(){return!this.hasOwnProperty("_onceReturnValue")||this._onceReturnValue},i._getEvents=function(){return this._events||(this._events={})},e.noConflict=function(){return a.EventEmitter=u,e},"function"==typeof t&&t.amd?t(function(){return e}):"object"==typeof n&&n.exports?n.exports=e:a.EventEmitter=e}).call(this)},{}]},{},[1])}();
|
2 |
//# sourceMappingURL=admin.min.js.map
|
1 |
+
!function(){var e=void 0,t=void 0;!function n(t,r,o){function i(u,l){if(!r[u]){if(!t[u]){var s="function"==typeof e&&e;if(!l&&s)return s(u,!0);if(a)return a(u,!0);var c=new Error("Cannot find module '"+u+"'");throw c.code="MODULE_NOT_FOUND",c}var f=r[u]={exports:{}};t[u][0].call(f.exports,function(e){var n=t[u][1][e];return i(n?n:e)},f,f.exports,n,t,r,o)}return r[u].exports}for(var a="function"==typeof e&&e,u=0;u<o.length;u++)i(o[u]);return i}({1:[function(e,t,n){"use strict";var r=e("mithril"),o=e("wolfy87-eventemitter"),i=document.getElementById("mc4wp-admin"),a=new o,u=e("./admin/tabs.js")(i),l=e("./admin/helpers.js"),s=e("./admin/settings.js")(i,l,a);window.mc4wp=window.mc4wp||{},window.mc4wp.deps=window.mc4wp.deps||{},window.mc4wp.deps.mithril=r,window.mc4wp.helpers=l,window.mc4wp.events=a,window.mc4wp.settings=s,window.mc4wp.tabs=u},{"./admin/helpers.js":2,"./admin/settings.js":3,"./admin/tabs.js":4,mithril:6,"wolfy87-eventemitter":7}],2:[function(e,t,n){"use strict";var r={};r.toggleElement=function(e){for(var t=document.querySelectorAll(e),n=0;n<t.length;n++){var r=t[n].clientHeight<=0;t[n].style.display=r?"":"none"}},r.bindEventToElement=function(e,t,n){e.addEventListener?e.addEventListener(t,n):e.attachEvent&&e.attachEvent("on"+t,n)},r.bindEventToElements=function(e,t,n){Array.prototype.forEach.call(e,function(e){r.bindEventToElement(e,t,n)})},r.debounce=function(e,t,n){var r;return function(){var o=this,i=arguments,a=function(){r=null,n||e.apply(o,i)},u=n&&!r;clearTimeout(r),r=setTimeout(a,t),u&&e.apply(o,i)}},function(){var e=document.querySelectorAll("[data-showif]");Array.prototype.forEach.call(e,function(e){function t(){if("radio"!==this.getAttribute("type")||this.checked){var t="checkbox"===this.getAttribute("type")?this.checked:this.value,r=t==n.value;a?(e.style.display=r?"":"none",e.style.visibility=r?"":"hidden"):e.style.opacity=r?"":"0.4",Array.prototype.forEach.call(i,function(e){r?e.removeAttribute("readonly"):e.setAttribute("readonly","readonly")})}}var n=JSON.parse(e.getAttribute("data-showif")),o=document.querySelectorAll('[name="'+n.element+'"]'),i=e.querySelectorAll("input,select,textarea:not([readonly])"),a=void 0===n.hide||n.hide;Array.prototype.forEach.call(o,function(e){t.call(e)}),r.bindEventToElements(o,"change",t)})}(),t.exports=r},{}],3:[function(e,t,n){var r=function(e,t,n){"use strict";function r(e,t){return s.filter(function(n){return n[e]===t})}function o(){return s}function i(){return s=[],Array.prototype.forEach.call(u,function(e){("boolean"!=typeof e.checked||e.checked)&&"object"==typeof l[e.value]&&s.push(l[e.value])}),n.trigger("selectedLists.change",[s]),s}function a(){var e=document.querySelectorAll(".lists--only-selected > *");Array.prototype.forEach.call(e,function(e){var t=e.getAttribute("data-list-id"),n=r("id",t).length>0;n?e.setAttribute("class",e.getAttribute("class").replace("hidden","")):e.setAttribute("class",e.getAttribute("class")+" hidden")})}var u=(e.querySelector("form"),e.querySelectorAll(".mc4wp-list-input")),l=mc4wp_vars.mailchimp.lists,s=[];return n.on("selectedLists.change",a),t.bindEventToElements(u,"change",i),i(),{getSelectedLists:o}};t.exports=r},{}],4:[function(e,t,n){"use strict";var r=e("./url.js"),o=function(e){function t(e){for(var t=0;t<d.length;t++)if(d[t].id===e)return d[t]}function n(e,n){if("string"==typeof e&&(e=t(e)),!e)return!1;void 0==n&&(n=!0),s.removeClass("tab-active").css("display","none"),c.removeClass("nav-tab-active"),Array.prototype.forEach.call(e.nav,function(e){e.className+=" nav-tab-active",e.blur()}),e.element.style.display="block",e.element.className+=" tab-active";var i=r.setParameter(window.location.href,"tab",e.id);return history.pushState&&n&&history.pushState(e.id,"",i),o(e),f.value=i,"function"==typeof tb_remove&&tb_remove(),"fields"===e.id&&window.mc4wp&&window.mc4wp.forms&&window.mc4wp.forms.editor&&mc4wp.forms.editor.refresh(),!0}function o(e){var t=document.title.split("-");document.title=document.title.replace(t[0],e.title+" ")}function i(e){e=e||window.event;var t=this.getAttribute("data-tab");if(!t){var o=this.className.match(/nav-tab-(\w+)?/);o&&(t=o[1])}if(!t){var i=r.parse(this.href);if(!i.tab)return;t=i.tab}var a=n(t);return!a||(e.preventDefault(),e.returnValue=!1,!1)}function a(){if(history.pushState){var e=s.filter(":visible").get(0);if(e){var n=t(e.id.substring(4));n&&(history.replaceState&&null===history.state&&history.replaceState(n.id,""),o(n))}}}var u=window.jQuery,l=u(e),s=l.find(".tab"),c=l.find(".nav-tab"),f=e.querySelector('input[name="_wp_http_referer"]'),d=[];return u.each(s,function(t,r){var o=r.id.substring(4),i=u(r).find("h2").first().text();d.push({id:o,title:i,element:r,nav:e.querySelectorAll(".nav-tab-"+o),open:function(){return n(o)}})}),c.click(i),u(document.body).on("click",".tab-link",i),a(),window.addEventListener&&history.pushState&&window.addEventListener("popstate",function(e){if(!e.state)return!0;var t=e.state;return n(t,!1)}),{open:n,get:t}};t.exports=o},{"./url.js":5}],5:[function(e,t,n){"use strict";var r={parse:function(e){var t={},n=e.split("&");for(var r in n)if(n.hasOwnProperty(r)){var o=n[r].split("=");t[decodeURIComponent(o[0])]=decodeURIComponent(o[1])}return t},build:function(e){var t=[];for(var n in e)t.push(n+"="+encodeURIComponent(e[n]));return t.join("&")},setParameter:function(e,t,n){var o=r.parse(e);return o[t]=n,r.build(o)}};t.exports=r},{}],6:[function(e,n,r){!function(e,r){"use strict";var o=r(e);"object"==typeof n&&null!=n&&n.exports?n.exports=o:"function"==typeof t&&t.amd?t(function(){return o}):e.m=o}("undefined"!=typeof window?window:this,function(e,t){"use strict";function n(e){return"function"==typeof e}function r(e){return"[object Object]"===ke.call(e)}function o(e){return"[object String]"===ke.call(e)}function i(){}function a(e){Ae=e.document,Ce=e.location,Le=e.cancelAnimationFrame||e.clearTimeout,Oe=e.requestAnimationFrame||e.setTimeout}function u(e,t){for(var n,r=[],o=/(?:(^|#|\.)([^#\.\[\]]+))|(\[.+?\])/g;n=o.exec(t);)if(""===n[1]&&n[2])e.tag=n[2];else if("#"===n[1])e.attrs.id=n[2];else if("."===n[1])r.push(n[2]);else if("["===n[3][0]){var i=/\[(.+?)(?:=("|'|)(.*?)\2)?\]/.exec(n[3]);e.attrs[i[1]]=i[3]||""}return r}function l(e,t){var n=t?e.slice(1):e;return 1===n.length&&Ne(n[0])?n[0]:n}function s(e,t,n){var r="class"in t?"class":"className";for(var o in t)je.call(t,o)&&(o===r&&null!=t[o]&&""!==t[o]?(n.push(t[o]),e[o]=""):e[o]=t[o]);n.length&&(e[r]=n.join(" "))}function c(e,t){for(var n=[],i=1,a=arguments.length;i<a;i++)n[i-1]=arguments[i];if(r(e))return re(e,n);if(!o(e))throw new Error("selector in m(selector, attrs, children) should be a string");var c=null!=t&&r(t)&&!("tag"in t||"view"in t||"subtree"in t),f=c?t:{},d={tag:"div",attrs:{},children:l(n,c)};return s(d.attrs,f,u(d,e)),d}function f(e,t){for(var n=0;n<e.length&&!t(e[n],n++););}function d(e,t){f(e,function(e,n){return(e=e&&e.attrs)&&null!=e.key&&t(e,n)})}function h(e){try{if(null!=e&&null!=e.toString())return e}catch(t){}return""}function p(e,t,n,r){try{m(e,t,n),t.nodeValue=r}catch(o){}}function v(e){for(var t=0;t<e.length;t++)Ne(e[t])&&(e=e.concat.apply([],e),t--);return e}function m(e,t,n){e.insertBefore(t,e.childNodes[n]||null)}function g(e,t,n,r){d(e,function(e,r){t[e=e.key]=t[e]?{action:_e,index:r,from:t[e].index,element:n.nodes[t[e].index]||Ae.createElement("div")}:{action:Re,index:r}});var o=[];for(var i in t)je.call(t,i)&&o.push(t[i]);var a=o.sort($),u=new Array(n.length);return u.nodes=n.nodes.slice(),f(a,function(t){var o=t.index;if(t.action===Te&&(G(n[o].nodes,n[o]),u.splice(o,1)),t.action===Re){var i=Ae.createElement("div");i.key=e[o].attrs.key,m(r,i,o),u.splice(o,0,{attrs:{key:e[o].attrs.key},nodes:[i]}),u.nodes[o]=i}if(t.action===_e){var a=t.element,l=r.childNodes[o];l!==a&&null!==a&&r.insertBefore(a,l||null),u[o]=n[t.from],u.nodes[o]=a}}),u}function y(e,t,n,r){var o=e.length!==t.length;return o||d(e,function(e,n){var r=t[n];return o=r&&r.attrs&&r.attrs.key!==e.key}),o?g(e,n,t,r):t}function w(e,t,n){f(e,function(e,r){null!=t[r]&&n.push.apply(n,t[r].nodes)}),f(t.nodes,function(e,r){null!=e.parentNode&&n.indexOf(e)<0&&G([e],[t[r]])}),e.length<t.length&&(t.length=e.length),t.nodes=n}function b(e){var t=0;d(e,function(){return f(e,function(e){(e=e&&e.attrs)&&null==e.key&&(e.key="__mithril__"+t++)}),1})}function E(e,t,n){return e.tag!==t.tag||(n.sort().join()!==Object.keys(t.attrs).sort().join()||(e.attrs.id!==t.attrs.id||(e.attrs.key!==t.attrs.key||("all"===c.redraw.strategy()?!t.configContext||t.configContext.retain!==!0:"diff"===c.redraw.strategy()&&(t.configContext&&t.configContext.retain===!1)))))}function x(e,t,r){E(e,t,r)&&(t.nodes.length&&G(t.nodes),t.configContext&&n(t.configContext.onunload)&&t.configContext.onunload(),t.controllers&&f(t.controllers,function(e){e.onunload&&e.onunload({preventDefault:i})}))}function A(e,t){return e.attrs.xmlns?e.attrs.xmlns:"svg"===e.tag?"http://www.w3.org/2000/svg":"math"===e.tag?"http://www.w3.org/1998/Math/MathML":t}function C(e,t,n){n.length&&(e.views=t,e.controllers=n,f(n,function(e){if(e.onunload&&e.onunload.$old&&(e.onunload=e.onunload.$old),Me&&e.onunload){var t=e.onunload;e.onunload=i,e.onunload.$old=t}}))}function O(e,t,r,o,i){if(n(t.attrs.config)){var a=i.configContext=i.configContext||{};e.push(function(){return t.attrs.config.call(t,r,!o,a,i)})}}function L(e,n,r,o,i,a,u,l){var s=e.nodes[0];return o&&F(s,n.tag,n.attrs,e.attrs,i),e.children=H(s,n.tag,t,t,n.children,e.children,!1,0,n.attrs.contenteditable?s:r,i,u),e.nodes.intact=!0,l.length&&(e.views=a,e.controllers=l),s}function j(e,t,n){var r;e.$trusted?r=Z(t,n,e):(r=[Ae.createTextNode(e)],t.nodeName in Se||m(t,r[0],n));var o;return o="string"==typeof e||"number"==typeof e||"boolean"==typeof e?new e.constructor(e):e,o.nodes=r,o}function k(e,t,n,r,o,i){var a=t.nodes;return r&&r===Ae.activeElement||(e.$trusted?(G(a,t),a=Z(n,o,e)):"textarea"===i?n.value=e:r?r.innerHTML=e:((1===a[0].nodeType||a.length>1||a[0].nodeValue.trim&&!a[0].nodeValue.trim())&&(G(t.nodes,t),a=[Ae.createTextNode(e)]),p(n,a[0],o,e))),t=new e.constructor(e),t.nodes=a,t}function N(e,t,n,r,o,i,a){return e.nodes.length?e.valueOf()!==t.valueOf()||o?k(t,e,r,i,n,a):(e.nodes.intact=!0,e):j(t,r,n)}function S(e){if(e.$trusted){var t=e.match(/<[^\/]|\>\s*[^<]/g);if(null!=t)return t.length}else if(Ne(e))return e.length;return 1}function T(e,n,r,o,i,a,u,l,s){e=v(e);var c=[],f=n.length===e.length,h=0,p={},m=!1;d(n,function(e,t){m=!0,p[n[t].attrs.key]={action:Te,index:t}}),b(e),m&&(n=y(e,n,p,r));for(var g=0,E=0,x=e.length;E<x;E++){var A=H(r,i,n,o,e[E],n[g],a,o+h||h,u,l,s);A!==t&&(f=f&&A.nodes.intact,h+=S(A),n[g++]=A)}return f||w(e,n,c),n}function R(e,t,n,r,o){if(null!=t){if(ke.call(t)===ke.call(e))return t;if(o&&o.nodes){var i=n-r,a=i+(Ne(e)?e:t.nodes).length;G(o.nodes.slice(i,a),o.slice(i,a))}else t.nodes&&G(t.nodes,t)}return t=new e.constructor,t.tag&&(t={}),t.nodes=[],t}function _(e,t){return e.attrs.is?null==t?Ae.createElement(e.tag,e.attrs.is):Ae.createElementNS(t,e.tag,e.attrs.is):null==t?Ae.createElement(e.tag):Ae.createElementNS(t,e.tag)}function M(e,t,n,r){return r?F(t,e.tag,e.attrs,{},n):e.attrs}function q(e,n,r,o,i,a){return null!=e.children&&e.children.length>0?H(n,e.tag,t,t,e.children,r.children,!0,0,e.attrs.contenteditable?n:o,i,a):e.children}function D(e,t,n,r,o,i,a){var u={tag:e.tag,attrs:t,children:n,nodes:[r]};return C(u,i,a),u.children&&!u.children.nodes&&(u.children.nodes=[]),"select"===e.tag&&"value"in e.attrs&&F(r,e.tag,{value:e.attrs.value},{},o),u}function I(e,t,r,o){var i;return i="diff"===c.redraw.strategy()&&e?e.indexOf(t):-1,i>-1?r[i]:n(o)?new o:{}}function P(e,t,n,r){null!=r.onunload&&De.map(function(e){return e.handler}).indexOf(r.onunload)<0&&De.push({controller:r,handler:r.onunload}),e.push(n),t.push(r)}function U(e,t,n,r,o,i){var a=I(n.views,t,r,e.controller),u=e&&e.attrs&&e.attrs.key;return e=0===Me||Ie||r&&r.indexOf(a)>-1?e.view(a):{tag:"placeholder"},"retain"===e.subtree?e:(e.attrs=e.attrs||{},e.attrs.key=u,P(i,o,t,a),e)}function V(e,t,n,r){for(var o=t&&t.controllers;null!=e.view;)e=U(e,e.view.$original||e.view,t,o,r,n);return e}function z(e,t,n,r,i,a,u,l){var s=[],c=[];if(e=V(e,t,s,c),"retain"===e.subtree)return t;if(!e.tag&&c.length)throw new Error("Component template must return a virtual element, not an array, string, etc.");e.attrs=e.attrs||{},t.attrs=t.attrs||{};var f=Object.keys(e.attrs),d=f.length>("key"in e.attrs?1:0);if(x(e,t,f),o(e.tag)){var h=0===t.nodes.length;u=A(e,u);var p;if(h){p=_(e,u);var v=M(e,p,u,d);m(r,p,i);var g=q(e,p,t,n,u,l);t=D(e,v,g,p,u,s,c)}else p=L(t,e,n,d,u,s,l,c);return h||a!==!0||null==p||m(r,p,i),O(l,e,p,h,t),t}}function H(e,t,o,i,a,u,l,s,c,f,d){return a=h(a),"retain"===a.subtree?u:(u=R(a,u,s,i,o),Ne(a)?T(a,u,e,s,t,l,c,f,d):null!=a&&r(a)?z(a,u,c,e,s,l,f,d):n(a)?u:N(u,a,s,e,l,c,t))}function $(e,t){return e.action-t.action||e.index-t.index}function B(e,t,n){for(var r in t)je.call(t,r)&&(null!=n&&n[r]===t[r]||(e.style[r]=t[r]));for(r in n)je.call(n,r)&&(je.call(t,r)||(e.style[r]=""))}function J(e,t,o,i,a,u){if("config"===t||"key"===t)return!0;if(n(o)&&"on"===t.slice(0,2))e[t]=ee(o,e);else if("style"===t&&null!=o&&r(o))B(e,o,i);else if(null!=u)"href"===t?e.setAttributeNS("http://www.w3.org/1999/xlink","href",o):e.setAttribute("className"===t?"class":t,o);else if(t in e&&!Pe[t])try{"input"===a&&e[t]===o||(e[t]=o)}catch(l){e.setAttribute(t,o)}else e.setAttribute(t,o)}function K(e,t,n,r,o,i,a){if(t in o&&r===n&&Ae.activeElement!==e)"value"===t&&"input"===i&&e.value!==n&&(e.value=n);else{o[t]=n;try{return J(e,t,n,r,i,a)}catch(u){if(u.message.indexOf("Invalid argument")<0)throw u}}}function F(e,t,n,r,o){for(var i in n)!je.call(n,i)||!K(e,i,n[i],r[i],r,t,o);return r}function G(e,t){for(var n=e.length-1;n>-1;n--)if(e[n]&&e[n].parentNode){try{e[n].parentNode.removeChild(e[n])}catch(r){}t=[].concat(t),t[n]&&Q(t[n])}e.length&&(e.length=0)}function Q(e){e.configContext&&n(e.configContext.onunload)&&(e.configContext.onunload(),e.configContext.onunload=null),e.controllers&&f(e.controllers,function(e){n(e.onunload)&&e.onunload({preventDefault:i})}),e.children&&(Ne(e.children)?f(e.children,Q):e.children.tag&&Q(e.children))}function Y(e,t){try{e.appendChild(Ae.createRange().createContextualFragment(t))}catch(n){e.insertAdjacentHTML("beforeend",t),W(e)}}function W(e){if("SCRIPT"===e.tagName)e.parentNode.replaceChild(X(e),e);else{var t=e.childNodes;if(t&&t.length)for(var n=0;n<t.length;n++)W(t[n])}return e}function X(e){for(var t=document.createElement("script"),n=e.attributes,r=0;r<n.length;r++)t.setAttribute(n[r].name,n[r].value);return t.text=e.innerHTML,t}function Z(e,t,n){var r=e.childNodes[t];if(r){var o=1!==r.nodeType,i=Ae.createElement("span");o?(e.insertBefore(i,r||null),i.insertAdjacentHTML("beforebegin",n),e.removeChild(i)):r.insertAdjacentHTML("beforebegin",n)}else Y(e,n);for(var a=[];e.childNodes[t]!==r;)a.push(e.childNodes[t]),t++;return a}function ee(e,t){return function(n){n=n||event,c.redraw.strategy("diff"),c.startComputation();try{return e.call(t,n)}finally{ue()}}}function te(e){var t=Ve.indexOf(e);return t<0?Ve.push(e)-1:t}function ne(e){function t(){return arguments.length&&(e=arguments[0]),e}return t.toJSON=function(){return e},t}function re(e,t){function n(){return(e.controller||i).apply(this,t)||this}function r(n){for(var r=[n].concat(t),o=1;o<arguments.length;o++)r.push(arguments[o]);return e.view.apply(e,r)}e.controller&&(n.prototype=e.controller.prototype),r.$original=e.view;var o={controller:n,view:r};return t[0]&&null!=t[0].key&&(o.attrs={key:t[0].key}),o}function oe(e,t,n,r){if(!r){c.redraw.strategy("all"),c.startComputation(),$e[n]=t;var o;o=He=e?e:e={controller:i};var a=new(e.controller||i);return o===He&&(Je[n]=a,Be[n]=e),ue(),null===e&&ie(t,n),Je[n]}null==e&&ie(t,n)}function ie(e,t){$e.splice(t,1),Je.splice(t,1),Be.splice(t,1),pe(e),Ve.splice(te(e),1)}function ae(){Ge&&(Ge(),Ge=null),f($e,function(e,t){var n=Be[t];if(Je[t]){var r=[Je[t]];c.render(e,n.view?n.view(Je[t],r):"")}}),Qe&&(Qe(),Qe=null),Ke=null,Fe=new Date,c.redraw.strategy("diff")}function ue(){"none"===c.redraw.strategy()?(Me--,c.redraw.strategy("diff")):c.endComputation()}function le(e){return e.slice(et[c.route.mode].length)}function se(e,t,n){Xe={};var r=n.indexOf("?");r!==-1&&(Xe=he(n.substr(r+1,n.length)),n=n.substr(0,r));var o=Object.keys(t),i=o.indexOf(n);if(i!==-1)return c.mount(e,t[o[i]]),!0;for(var a in t)if(je.call(t,a)){if(a===n)return c.mount(e,t[a]),!0;var u=new RegExp("^"+a.replace(/:[^\/]+?\.{3}/g,"(.*?)").replace(/:[^\/]+/g,"([^\\/]+)")+"/?$");if(u.test(n))return n.replace(u,function(){var n=a.match(/:[^\/]+/g)||[],r=[].slice.call(arguments,1,-2);f(n,function(e,t){Xe[e.replace(/:|\./g,"")]=decodeURIComponent(r[t])}),c.mount(e,t[a])}),!0}}function ce(e){if(e=e||event,!(e.ctrlKey||e.metaKey||e.shiftKey||2===e.which)){e.preventDefault?e.preventDefault():e.returnValue=!1;var t,n=e.currentTarget||e.srcElement;for(t="pathname"===c.route.mode&&n.search?he(n.search.slice(1)):{};n&&!/a/i.test(n.nodeName);)n=n.parentNode;Me=0,c.route(n[c.route.mode].slice(et[c.route.mode].length),t)}}function fe(){"hash"!==c.route.mode&&Ce.hash?Ce.hash=Ce.hash:e.scrollTo(0,0)}function de(e,n){var o={},i=[];for(var a in e)if(je.call(e,a)){var u=n?n+"["+a+"]":a,l=e[a];if(null===l)i.push(encodeURIComponent(u));else if(r(l))i.push(de(l,u));else if(Ne(l)){var s=[];o[u]=o[u]||{},f(l,function(e){o[u][e]||(o[u][e]=!0,s.push(encodeURIComponent(u)+"="+encodeURIComponent(e)))}),i.push(s.join("&"))}else l!==t&&i.push(encodeURIComponent(u)+"="+encodeURIComponent(l))}return i.join("&")}function he(e){if(""===e||null==e)return{};"?"===e.charAt(0)&&(e=e.slice(1));var t=e.split("&"),n={};return f(t,function(e){var t=e.split("="),r=decodeURIComponent(t[0]),o=2===t.length?decodeURIComponent(t[1]):null;null!=n[r]?(Ne(n[r])||(n[r]=[n[r]]),n[r].push(o)):n[r]=o}),n}function pe(e){var n=te(e);G(e.childNodes,ze[n]),ze[n]=t}function ve(e,t){var n=c.prop(t);return e.then(n),n.then=function(n,r){return ve(e.then(n,r),t)},n["catch"]=n.then.bind(null,null),n}function me(e,t){function o(e){l=e||at,f.map(function(e){l===it?e.resolve(s):e.reject(s)})}function i(e,t,o,i){if((null!=s&&r(s)||n(s))&&n(e))try{var a=0;e.call(s,function(e){a++||(s=e,t())},function(e){a++||(s=e,o())})}catch(u){c.deferred.onerror(u),s=u,o()}else i()}function a(){var r;try{r=s&&s.then}catch(f){return c.deferred.onerror(f),s=f,l=ot,a()}l===ot&&c.deferred.onerror(s),i(r,function(){l=rt,a()},function(){l=ot,a()},function(){try{l===rt&&n(e)?s=e(s):l===ot&&n(t)&&(s=t(s),l=rt)}catch(a){return c.deferred.onerror(a),s=a,o()}s===u?(s=TypeError(),o()):i(r,function(){o(it)},o,function(){o(l===rt&&it)})})}var u=this,l=0,s=0,f=[];u.promise={},u.resolve=function(e){return l||(s=e,l=rt,a()),u},u.reject=function(e){return l||(s=e,l=ot,a()),u},u.promise.then=function(e,t){var n=new me(e,t);return l===it?n.resolve(s):l===at?n.reject(s):f.push(n),n.promise}}function ge(e){return e}function ye(n){var r=n.callbackName||"mithril_callback_"+(new Date).getTime()+"_"+Math.round(1e16*Math.random()).toString(36),o=Ae.createElement("script");e[r]=function(i){o.parentNode.removeChild(o),n.onload({type:"load",target:{responseText:i}}),e[r]=t},o.onerror=function(){return o.parentNode.removeChild(o),n.onerror({type:"error",target:{status:500,responseText:JSON.stringify({error:"Error making jsonp request"})}}),e[r]=t,!1},o.onload=function(){return!1},o.src=n.url+(n.url.indexOf("?")>0?"&":"?")+(n.callbackKey?n.callbackKey:"callback")+"="+r+"&"+de(n.data||{}),Ae.body.appendChild(o)}function we(t){var r=new e.XMLHttpRequest;if(r.open(t.method,t.url,!0,t.user,t.password),r.onreadystatechange=function(){4===r.readyState&&(r.status>=200&&r.status<300?t.onload({type:"load",target:r}):t.onerror({type:"error",target:r}))},t.serialize===JSON.stringify&&t.data&&"GET"!==t.method&&r.setRequestHeader("Content-Type","application/json; charset=utf-8"),t.deserialize===JSON.parse&&r.setRequestHeader("Accept","application/json, text/*"),n(t.config)){var i=t.config(r,t);null!=i&&(r=i)}var a="GET"!==t.method&&t.data?t.data:"";if(a&&!o(a)&&a.constructor!==e.FormData)throw new Error("Request data should be either be a string or FormData. Check the `serialize` option in `m.request`");return r.send(a),r}function be(e){return e.dataType&&"jsonp"===e.dataType.toLowerCase()?ye(e):we(e)}function Ee(e,t,n){if("GET"===e.method&&"jsonp"!==e.dataType){var r=e.url.indexOf("?")<0?"?":"&",o=de(t);e.url+=o?r+o:""}else e.data=n(t)}function xe(e,t){return t&&(e=e.replace(/:[a-z]\w+/gi,function(e){var n=e.slice(1),r=t[n]||e;return delete t[n],r})),e}c.version=function(){return"v0.2.5"};var Ae,Ce,Oe,Le,je={}.hasOwnProperty,ke={}.toString,Ne=Array.isArray||function(e){return"[object Array]"===ke.call(e)},Se={AREA:1,BASE:1,BR:1,COL:1,COMMAND:1,EMBED:1,HR:1,IMG:1,INPUT:1,KEYGEN:1,LINK:1,META:1,PARAM:1,SOURCE:1,TRACK:1,WBR:1};c.deps=function(t){return a(e=t||window),e},c.deps(e);var Te=1,Re=2,_e=3,Me=0;c.startComputation=function(){Me++},c.endComputation=function(){Me>1?Me--:(Me=0,c.redraw())};var qe,De=[],Ie=!1,Pe={list:1,style:1,form:1,type:1,width:1,height:1},Ue={appendChild:function(e){qe===t&&(qe=Ae.createElement("html")),Ae.documentElement&&Ae.documentElement!==e?Ae.replaceChild(e,Ae.documentElement):Ae.appendChild(e),this.childNodes=Ae.childNodes},insertBefore:function(e){this.appendChild(e)},childNodes:[]},Ve=[],ze={};c.render=function(e,n,r){if(!e)throw new Error("Ensure the DOM element being passed to m.route/m.mount/m.render is not undefined.");var o,i=[],a=te(e),u=e===Ae;o=u||e===Ae.documentElement?Ue:e,u&&"html"!==n.tag&&(n={tag:"html",attrs:{},children:n}),ze[a]===t&&G(o.childNodes),r===!0&&pe(e),ze[a]=H(o,null,t,t,n,ze[a],!1,0,null,t,i),f(i,function(e){e()})},c.trust=function(e){return e=new String(e),e.$trusted=!0,e},c.prop=function(e){return(null!=e&&(r(e)||n(e))||"undefined"!=typeof Promise&&e instanceof Promise)&&n(e.then)?ve(e):ne(e)};var He,$e=[],Be=[],Je=[],Ke=null,Fe=0,Ge=null,Qe=null,Ye=16;c.component=function(e){for(var t=new Array(arguments.length-1),n=1;n<arguments.length;n++)t[n-1]=arguments[n];return re(e,t)},c.mount=c.module=function(e,t){if(!e)throw new Error("Please ensure the DOM element exists before rendering a template into it.");var r=$e.indexOf(e);r<0&&(r=$e.length);var o=!1,i={preventDefault:function(){o=!0,Ge=Qe=null}};return f(De,function(e){e.handler.call(e.controller,i),e.controller.onunload=null}),o?f(De,function(e){e.controller.onunload=e.handler}):De=[],Je[r]&&n(Je[r].onunload)&&Je[r].onunload(i),oe(t,e,r,o)};var We=!1;c.redraw=function(t){if(!We){We=!0,t&&(Ie=!0);try{Ke&&!t?(Oe===e.requestAnimationFrame||new Date-Fe>Ye)&&(Ke>0&&Le(Ke),Ke=Oe(ae,Ye)):(ae(),Ke=Oe(function(){Ke=null},Ye))}finally{We=Ie=!1}}},c.redraw.strategy=c.prop(),c.withAttr=function(e,t,n){return function(r){r=r||window.event;var o=r.currentTarget||this,i=n||this,a=e in o?o[e]:o.getAttribute(e);t.call(i,a)}};var Xe,Ze,et={pathname:"",hash:"#",search:"?"},tt=i,nt=!1;c.route=function(t,n,r,i){if(0===arguments.length)return Ze;if(3===arguments.length&&o(n)){tt=function(e){var o=Ze=le(e);if(!se(t,r,o)){if(nt)throw new Error("Ensure the default route matches one of the routes defined in m.route");nt=!0,c.route(n,!0),nt=!1}};var a="hash"===c.route.mode?"onhashchange":"onpopstate";return e[a]=function(){var e=Ce[c.route.mode];"pathname"===c.route.mode&&(e+=Ce.search),Ze!==le(e)&&tt(e)},Ge=fe,void e[a]()}if(t.addEventListener||t.attachEvent){var u="pathname"!==c.route.mode?Ce.pathname:"";return t.href=u+et[c.route.mode]+i.attrs.href,void(t.addEventListener?(t.removeEventListener("click",ce),t.addEventListener("click",ce)):(t.detachEvent("onclick",ce),t.attachEvent("onclick",ce)))}if(o(t)){var l=Ze;Ze=t;var s,f=n||{},d=Ze.indexOf("?");s=d>-1?he(Ze.slice(d+1)):{};for(var h in f)je.call(f,h)&&(s[h]=f[h]);var p,v=de(s);p=d>-1?Ze.slice(0,d):Ze,v&&(Ze=p+(p.indexOf("?")===-1?"?":"&")+v);var m=(3===arguments.length?r:n)===!0||l===t;if(e.history.pushState){var g=m?"replaceState":"pushState";Ge=fe,Qe=function(){try{e.history[g](null,Ae.title,et[c.route.mode]+Ze)}catch(t){Ce[c.route.mode]=Ze}},tt(et[c.route.mode]+Ze)}else Ce[c.route.mode]=Ze,tt(et[c.route.mode]+Ze)}},c.route.param=function(e){if(!Xe)throw new Error("You must call m.route(element, defaultRoute, routes) before calling m.route.param()");return e?Xe[e]:Xe},c.route.mode="search",c.route.buildQueryString=de,c.route.parseQueryString=he,c.deferred=function(){var e=new me;return e.promise=ve(e.promise),e};var rt=1,ot=2,it=3,at=4;return c.deferred.onerror=function(e){if("[object Error]"===ke.call(e)&&!/ Error/.test(e.constructor.toString()))throw Me=0,e},c.sync=function(e){function t(e,t){return function(a){return o[e]=a,t||(i="reject"),0===--r&&(n.promise(o),n[i](o)),a}}var n=c.deferred(),r=e.length,o=[],i="resolve";return e.length>0?f(e,function(e,n){e.then(t(n,!0),t(n,!1))}):n.resolve([]),n.promise},c.request=function(e){e.background!==!0&&c.startComputation();var t,n,r,o=new me,i=e.dataType&&"jsonp"===e.dataType.toLowerCase();return i?(t=e.serialize=n=e.deserialize=ge,r=function(e){return e.responseText}):(t=e.serialize=e.serialize||JSON.stringify,n=e.deserialize=e.deserialize||JSON.parse,r=e.extract||function(e){return e.responseText.length||n!==JSON.parse?e.responseText:null}),e.method=(e.method||"GET").toUpperCase(),e.url=xe(e.url,e.data),Ee(e,e.data,t),e.onload=e.onerror=function(t){try{t=t||event;var i=n(r(t.target,e));"load"===t.type?(e.unwrapSuccess&&(i=e.unwrapSuccess(i,t.target)),Ne(i)&&e.type?f(i,function(t,n){i[n]=new e.type(t)}):e.type&&(i=new e.type(i)),o.resolve(i)):(e.unwrapError&&(i=e.unwrapError(i,t.target)),o.reject(i))}catch(a){o.reject(a),c.deferred.onerror(a)}finally{e.background!==!0&&c.endComputation()}},be(e),o.promise=ve(o.promise,e.initialValue),o.promise},c})},{}],7:[function(e,n,r){(function(){"use strict";function e(){}function r(e,t){for(var n=e.length;n--;)if(e[n].listener===t)return n;return-1}function o(e){return function(){return this[e].apply(this,arguments)}}var i=e.prototype,a=this,u=a.EventEmitter;i.getListeners=function(e){var t,n,r=this._getEvents();if(e instanceof RegExp){t={};for(n in r)r.hasOwnProperty(n)&&e.test(n)&&(t[n]=r[n])}else t=r[e]||(r[e]=[]);return t},i.flattenListeners=function(e){var t,n=[];for(t=0;t<e.length;t+=1)n.push(e[t].listener);return n},i.getListenersAsObject=function(e){var t,n=this.getListeners(e);return n instanceof Array&&(t={},t[e]=n),t||n},i.addListener=function(e,t){var n,o=this.getListenersAsObject(e),i="object"==typeof t;for(n in o)o.hasOwnProperty(n)&&r(o[n],t)===-1&&o[n].push(i?t:{listener:t,once:!1});return this},i.on=o("addListener"),i.addOnceListener=function(e,t){return this.addListener(e,{listener:t,once:!0})},i.once=o("addOnceListener"),i.defineEvent=function(e){return this.getListeners(e),this},i.defineEvents=function(e){for(var t=0;t<e.length;t+=1)this.defineEvent(e[t]);return this},i.removeListener=function(e,t){var n,o,i=this.getListenersAsObject(e);for(o in i)i.hasOwnProperty(o)&&(n=r(i[o],t),n!==-1&&i[o].splice(n,1));return this},i.off=o("removeListener"),i.addListeners=function(e,t){return this.manipulateListeners(!1,e,t)},i.removeListeners=function(e,t){return this.manipulateListeners(!0,e,t)},i.manipulateListeners=function(e,t,n){var r,o,i=e?this.removeListener:this.addListener,a=e?this.removeListeners:this.addListeners;if("object"!=typeof t||t instanceof RegExp)for(r=n.length;r--;)i.call(this,t,n[r]);else for(r in t)t.hasOwnProperty(r)&&(o=t[r])&&("function"==typeof o?i.call(this,r,o):a.call(this,r,o));return this},i.removeEvent=function(e){var t,n=typeof e,r=this._getEvents();if("string"===n)delete r[e];else if(e instanceof RegExp)for(t in r)r.hasOwnProperty(t)&&e.test(t)&&delete r[t];else delete this._events;return this},i.removeAllListeners=o("removeEvent"),i.emitEvent=function(e,t){var n,r,o,i,a,u=this.getListenersAsObject(e);for(i in u)if(u.hasOwnProperty(i))for(n=u[i].slice(0),o=n.length;o--;)r=n[o],r.once===!0&&this.removeListener(e,r.listener),a=r.listener.apply(this,t||[]),a===this._getOnceReturnValue()&&this.removeListener(e,r.listener);return this},i.trigger=o("emitEvent"),i.emit=function(e){var t=Array.prototype.slice.call(arguments,1);return this.emitEvent(e,t)},i.setOnceReturnValue=function(e){return this._onceReturnValue=e,this},i._getOnceReturnValue=function(){return!this.hasOwnProperty("_onceReturnValue")||this._onceReturnValue},i._getEvents=function(){return this._events||(this._events={})},e.noConflict=function(){return a.EventEmitter=u,e},"function"==typeof t&&t.amd?t(function(){return e}):"object"==typeof n&&n.exports?n.exports=e:a.EventEmitter=e}).call(this)},{}]},{},[1])}();
|
2 |
//# sourceMappingURL=admin.min.js.map
|
assets/js/admin.min.js.map
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"version":3,"sources":["admin.js"],"names":["require","undefined","define","e","t","n","r","s","o","u","a","i","f","Error","code","l","exports","call","length","1","module","m","EventEmitter","context","document","getElementById","events","tabs","helpers","settings","window","mc4wp","deps","mithril","./admin/helpers.js","./admin/settings.js","./admin/tabs.js","wolfy87-eventemitter","2","toggleElement","selector","elements","querySelectorAll","show","clientHeight","style","display","bindEventToElement","element","event","handler","addEventListener","attachEvent","bindEventToElements","Array","prototype","forEach","debounce","func","wait","immediate","timeout","this","args","arguments","later","apply","callNow","clearTimeout","setTimeout","showIfElements","getAttribute","checked","value","conditionMet","config","hide","visibility","opacity","inputs","inputElement","removeAttribute","setAttribute","JSON","parse","parentElements","parentElement","3","Settings","getSelectedListsWhere","searchKey","searchValue","selectedLists","filter","el","getSelectedLists","updateSelectedLists","listInputs","input","lists","push","trigger","toggleVisibleLists","rows","listId","isSelected","replace","querySelector","mc4wp_vars","mailchimp","on","4","Tabs","get","id","open","tab","updateState","$tabs","removeClass","css","$tabNavs","nav","className","blur","url","URL","setParameter","location","href","history","pushState","title","refererField","tb_remove","forms","editor","refresh","split","switchTab","tabId","match","urlParams","opened","preventDefault","returnValue","init","activeTab","substring","replaceState","state","$","jQuery","$context","find","each","first","text","click","body","./url.js","5","query","hasOwnProperty","b","decodeURIComponent","build","data","ret","d","encodeURIComponent","join","key","6","global","factory","amd","isFunction","object","isObject","type","isString","noop","initialize","mock","$document","$location","$cancelAnimationFrame","cancelAnimationFrame","$requestAnimationFrame","requestAnimationFrame","parseTagAttrs","cell","tag","classes","parser","exec","attrs","pair","getVirtualChildren","hasAttrs","children","slice","isArray","assignAttrs","target","classAttr","attrName","hasOwn","pairs","parameterize","list","forKeys","dataToString","toString","injectTextNode","index","insertNode","nodeValue","flatten","concat","node","insertBefore","childNodes","handleKeysDiffer","existing","cached","action","MOVE","from","nodes","createElement","INSERTION","actions","prop","changes","sort","sortChanges","newCached","change","DELETION","clear","splice","dummy","changeElement","maybeChanged","diffKeys","keysDiffer","cachedCell","diffArray","_","parentNode","indexOf","buildArrayKeys","guid","isDifferentEnough","dataAttrKeys","Object","keys","redraw","strategy","configContext","retain","maybeRecreateObject","onunload","controllers","controller","getObjectNamespace","namespace","xmlns","unloadCachedControllers","views","$old","pendingRequests","scheduleConfigsToBeCalled","configs","isNew","buildUpdatedNode","editable","hasKeys","setAttributes","contenteditable","intact","handleNonexistentNodes","$trusted","injectHTML","createTextNode","nodeName","voidElements","constructor","reattachNodes","parentTag","activeElement","innerHTML","nodeType","trim","handleTextNode","shouldReattach","valueOf","getSubArrayCount","item","buildArray","subArrayCount","shouldMaintainIdentities","cacheCount","len","makeCache","parentIndex","parentCache","offset","end","constructNode","is","createElementNS","constructAttrs","constructChildren","reconstructCached","getController","view","cachedControllers","controllerIndex","updateLists","unloaders","map","checkView","forcing","subtree","markViews","$original","buildObject","copyStyleAttrs","dataAttr","cachedAttr","rule","setSingleAttr","autoredraw","setAttributeNS","shouldUseSetAttribute","trySetAttr","cachedAttrs","message","dataAttrs","removeChild","unload","appendTextFragment","appendChild","createRange","createContextualFragment","insertAdjacentHTML","replaceScriptNodes","tagName","replaceChild","buildExecutableNode","scriptEl","attributes","name","nextSibling","isElement","placeholder","callback","startComputation","endFirstComputation","getCellCacheKey","nodeCache","gettersetter","store","toJSON","component","ctrl","currentArgs","output","checkPrevented","root","isPrevented","roots","currentComponent","topComponent","components","removeRootElement","reset","computePreRedrawHook","render","computePostRedrawHook","lastRedrawId","lastRedrawCallTime","Date","endComputation","normalizeRoute","route","modes","mode","routeByValue","router","path","routeParams","queryStart","parseQueryString","substr","mount","matcher","RegExp","test","values","routeUnobtrusive","ctrlKey","metaKey","shiftKey","which","currentTarget","srcElement","search","setScroll","hash","scrollTo","buildQueryString","prefix","duplicates","str","charAt","params","string","cacheKey","cellCache","propify","promise","initialValue","then","resolve","reject","bind","Deferred","onSuccess","onFailure","finish","REJECTED","next","deferred","RESOLVED","promiseValue","thennable","success","failure","notThennable","count","onerror","fire","REJECTING","RESOLVING","self","TypeError","identity","handleJsonp","options","callbackKey","callbackName","getTime","Math","round","random","script","resp","onload","responseText","status","stringify","error","src","createXhr","xhr","XMLHttpRequest","method","user","password","onreadystatechange","readyState","serialize","setRequestHeader","deserialize","maybeXhr","FormData","send","ajax","dataType","toLowerCase","bindData","querystring","parameterizeUrl","token","version","AREA","BASE","BR","COL","COMMAND","EMBED","HR","IMG","INPUT","KEYGEN","LINK","META","PARAM","SOURCE","TRACK","WBR","html","form","width","height","documentNode","documentElement","forceRecreation","isDocumentRoot","trust","String","Promise","FRAME_BUDGET","unloader","redrawing","force","withAttr","withAttrCallback","callbackThis","_this","currentRoute","pathname","redirect","isDefaultRoute","arg1","arg2","vdom","source","listener","base","removeEventListener","detachEvent","oldRoute","queryIndex","currentPath","replaceHistory","err","param","sync","synchronizer","pos","resolved","results","outstanding","arg","request","background","extract","isJSONP","jsonp","toUpperCase","ev","response","unwrapSuccess","res","unwrapError","7","indexOfListener","listeners","alias","proto","originalGlobalValue","getListeners","evt","_getEvents","flattenListeners","flatListeners","getListenersAsObject","addListener","listenerIsWrapped","once","addOnceListener","defineEvent","defineEvents","evts","removeListener","off","addListeners","manipulateListeners","removeListeners","remove","single","multiple","removeEvent","_events","removeAllListeners","emitEvent","listenersMap","_getOnceReturnValue","emit","setOnceReturnValue","_onceReturnValue","noConflict"],"mappings":"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","file":"admin.min.js","sourcesContent":["(function () { var require = undefined; var define = undefined; (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require==\"function\"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error(\"Cannot find module '\"+o+\"'\");throw f.code=\"MODULE_NOT_FOUND\",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require==\"function\"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){\n'use strict';\n\n// dependencies\nvar m = require('mithril');\nvar EventEmitter = require('wolfy87-eventemitter');\n\n// vars\nvar context = document.getElementById('mc4wp-admin');\nvar events = new EventEmitter();\nvar tabs = require ('./admin/tabs.js')(context);\nvar helpers = require('./admin/helpers.js');\nvar settings = require('./admin/settings.js')(context, helpers, events);\n\n// expose some things\nwindow.mc4wp = window.mc4wp || {};\nwindow.mc4wp.deps = window.mc4wp.deps || {};\nwindow.mc4wp.deps.mithril = m;\nwindow.mc4wp.helpers = helpers;\nwindow.mc4wp.events = events;\nwindow.mc4wp.settings = settings;\nwindow.mc4wp.tabs = tabs;\n},{\"./admin/helpers.js\":2,\"./admin/settings.js\":3,\"./admin/tabs.js\":4,\"mithril\":6,\"wolfy87-eventemitter\":7}],2:[function(require,module,exports){\n'use strict';\n\nvar helpers = {};\n\nhelpers.toggleElement = function(selector) {\n\tvar elements = document.querySelectorAll(selector);\n\tfor( var i=0; i<elements.length;i++){\n\t\tvar show = elements[i].clientHeight <= 0;\n\t\telements[i].style.display = show ? '' : 'none';\n\t}\n};\n\nhelpers.bindEventToElement = function(element,event,handler) {\n\tif ( element.addEventListener) {\n\t\telement.addEventListener(event, handler);\n\t} else if (element.attachEvent) {\n\t\telement.attachEvent('on' + event, handler);\n\t}\n};\n\nhelpers.bindEventToElements = function( elements, event, handler ) {\n\tArray.prototype.forEach.call( elements, function(element) {\n\t\thelpers.bindEventToElement(element,event,handler);\n\t});\n};\n\n\n// polling\nhelpers.debounce = function(func, wait, immediate) {\n\tvar timeout;\n\treturn function() {\n\t\tvar context = this, args = arguments;\n\t\tvar later = function() {\n\t\t\ttimeout = null;\n\t\t\tif (!immediate) func.apply(context, args);\n\t\t};\n\t\tvar callNow = immediate && !timeout;\n\t\tclearTimeout(timeout);\n\t\ttimeout = setTimeout(later, wait);\n\t\tif (callNow) func.apply(context, args);\n\t};\n};\n\n/**\n * Showif.js\n */\n(function() {\n\tvar showIfElements = document.querySelectorAll('[data-showif]');\n\n\t// dependent elements\n\tArray.prototype.forEach.call( showIfElements, function(element) {\n\t\tvar config = JSON.parse( element.getAttribute('data-showif') );\n\t\tvar parentElements = document.querySelectorAll('[name=\"'+ config.element +'\"]');\n\t\tvar inputs = element.querySelectorAll('input,select,textarea:not([readonly])');\n\t\tvar hide = config.hide === undefined || config.hide;\n\n\t\tfunction toggleElement() {\n\n\t\t\t// do nothing with unchecked radio inputs\n\t\t\tif( this.getAttribute('type') === \"radio\" && ! this.checked ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tvar value = ( this.getAttribute(\"type\") === \"checkbox\" ) ? this.checked : this.value;\n\t\t\tvar conditionMet = ( value == config.value );\n\n\t\t\tif( hide ) {\n\t\t\t\telement.style.display = conditionMet ? '' : 'none';\n\t\t\t\telement.style.visibility = conditionMet ? '' : 'hidden';\n\t\t\t} else {\n\t\t\t\telement.style.opacity = conditionMet ? '' : '0.4';\n\t\t\t}\n\n\t\t\t// disable input fields to stop sending their values to server\n\t\t\tArray.prototype.forEach.call( inputs, function(inputElement) {\n\t\t\t\tconditionMet ? inputElement.removeAttribute('readonly') : inputElement.setAttribute('readonly','readonly');\n\t\t\t});\n\t\t}\n\n\t\t// find checked element and call toggleElement function\n\t\tArray.prototype.forEach.call( parentElements, function( parentElement ) {\n\t\t\ttoggleElement.call(parentElement);\n\t\t});\n\n\t\t// bind on all changes\n\t\thelpers.bindEventToElements(parentElements, 'change', toggleElement);\n\t});\n})();\n\nmodule.exports = helpers;\n},{}],3:[function(require,module,exports){\nvar Settings = function(context, helpers, events ) {\n\t'use strict';\n\n\t// vars\n\tvar form = context.querySelector('form');\n\tvar listInputs = context.querySelectorAll('.mc4wp-list-input');\n\tvar lists = mc4wp_vars.mailchimp.lists;\n\tvar selectedLists = [];\n\n\t// functions\n\tfunction getSelectedListsWhere(searchKey,searchValue) {\n\t\treturn selectedLists.filter(function(el) {\n\t\t\treturn el[searchKey] === searchValue;\n\t\t});\n\t}\n\n\tfunction getSelectedLists() {\n\t\treturn selectedLists;\n\t}\n\n\tfunction updateSelectedLists() {\n\t\tselectedLists = [];\n\n\t\tArray.prototype.forEach.call(listInputs, function(input) {\n\t\t\t// skip unchecked checkboxes\n\t\t\tif( typeof( input.checked ) === \"boolean\" && ! input.checked ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tif( typeof( lists[ input.value ] ) === \"object\" ){\n\t\t\t\tselectedLists.push( lists[ input.value ] );\n\t\t\t}\n\t\t});\n\n\t\tevents.trigger('selectedLists.change', [ selectedLists ]);\n\t\treturn selectedLists;\n\t}\n\n\tfunction toggleVisibleLists() {\n\t\tvar rows = document.querySelectorAll('.lists--only-selected > *');\n\t\tArray.prototype.forEach.call(rows, function(el) {\n\n\t\t\tvar listId = el.getAttribute('data-list-id');\n\t\t\tvar isSelected = getSelectedListsWhere('id', listId).length > 0;\n\n\t\t\tif( isSelected ) {\n\t\t\t\tel.setAttribute('class', el.getAttribute('class').replace('hidden',''));\n\t\t\t} else {\n\t\t\t\tel.setAttribute('class', el.getAttribute('class') + \" hidden\" );\n\t\t\t}\n\t\t});\n\t}\n\n\tevents.on('selectedLists.change', toggleVisibleLists);\n\thelpers.bindEventToElements(listInputs,'change',updateSelectedLists);\n\n\tupdateSelectedLists();\n\n\treturn {\n\t\tgetSelectedLists: getSelectedLists\n\t}\n\n};\n\nmodule.exports = Settings;\n},{}],4:[function(require,module,exports){\n// Tabs\nvar Tabs = function(context) {\n\t'use strict';\n\n\t// @todo last piece of jQuery... can we get rid of it?\n\tvar $ = window.jQuery;\n\n\tvar URL = require('./url.js');\n\tvar $context = $(context);\n\tvar $tabs = $context.find('.tab');\n\tvar $tabNavs = $context.find('.nav-tab');\n\tvar refererField = context.querySelector('input[name=\"_wp_http_referer\"]');\n\tvar tabs = [];\n\n\t$.each($tabs, function(i,t) {\n\t\tvar id = t.id.substring(4);\n\t\tvar title = $(t).find('h2').first().text();\n\n\t\ttabs.push({\n\t\t\tid: id,\n\t\t\ttitle: title,\n\t\t\telement: t,\n\t\t\tnav: context.querySelectorAll('.nav-tab-' + id),\n\t\t\topen: function() { return open(id); }\n\t\t});\n\t});\n\n\tfunction get(id) {\n\n\t\tfor( var i=0; i<tabs.length; i++){\n\t\t\tif(tabs[i].id === id ) {\n\t\t\t\treturn tabs[i];\n\t\t\t}\n\t\t}\n\n\t\treturn undefined;\n\t}\n\n\tfunction open( tab, updateState ) {\n\n\t\t// make sure we have a tab object\n\t\tif(typeof(tab) === \"string\"){\n\t\t\ttab = get(tab);\n\t\t}\n\n\t\tif(!tab) { return false; }\n\n\t\t// should we update state?\n\t\tif( updateState == undefined ) {\n\t\t\tupdateState = true;\n\t\t}\n\n\t\t// hide all tabs & remove active class\n\t\t$tabs.removeClass('tab-active').css('display', 'none');\n\t\t$tabNavs.removeClass('nav-tab-active');\n\n\t\t// add `nav-tab-active` to this tab\n\t\tArray.prototype.forEach.call(tab.nav, function(nav) {\n\t\t\tnav.className += \" nav-tab-active\";\n\t\t\tnav.blur();\n\t\t});\n\n\t\t// show target tab\n\t\ttab.element.style.display = 'block';\n\t\ttab.element.className += \" tab-active\";\n\n\t\t// create new URL\n\t\tvar url = URL.setParameter(window.location.href, \"tab\", tab.id );\n\n\t\t// update hash\n\t\tif( history.pushState && updateState ) {\n\t\t\thistory.pushState( tab.id, '', url );\n\t\t}\n\n\t\t// update document title\n\t\ttitle(tab);\n\n\t\t// update referer field\n\t\trefererField.value = url;\n\n\t\t// if thickbox is open, close it.\n\t\tif( typeof(tb_remove) === \"function\" ) {\n\t\t\ttb_remove();\n\t\t}\n\n\t\t// refresh editor after switching tabs\n\t\t// TODO: decouple decouple decouple\n\t\tif( tab.id === 'fields' && window.mc4wp && window.mc4wp.forms && window.mc4wp.forms.editor ) {\n\t\t\tmc4wp.forms.editor.refresh();\n\t\t}\n\n\t\treturn true;\n\t}\n\n\tfunction title(tab) {\n\t\tvar title = document.title.split('-');\n\t\tdocument.title = document.title.replace(title[0], tab.title + \" \");\n\t}\n\n\tfunction switchTab(e) {\n\t\te = e || window.event;\n\n\t\t// get from data attribute\n\t\tvar tabId = this.getAttribute('data-tab');\n\n\t\t// get from classname\n\t\tif( ! tabId ) {\n\t\t\tvar match = this.className.match(/nav-tab-(\\w+)?/);\n\t\t\tif( match ) {\n\t\t\t\ttabId = match[1];\n\t\t\t}\n\t\t}\n\n\t\t// get from href\n\t\tif( ! tabId ) {\n\t\t\tvar urlParams = URL.parse( this.href );\n\t\t\tif( ! urlParams.tab ) { return; }\n\t\t\ttabId = urlParams.tab;\n\t\t}\n\n\t\tvar opened = open( tabId );\n\n\t\tif( opened ) {\n\t\t\te.preventDefault();\n\t\t\te.returnValue = false;\n\t\t\treturn false;\n\t\t}\n\n\t\treturn true;\n\t}\n\n\tfunction init() {\n\n\t\t// check for current tab\n\t\tif(! history.pushState) {\n\t\t\treturn;\n\t\t}\n\n\t\tvar activeTab = $tabs.filter(':visible').get(0);\n\t\tif( ! activeTab ) { return; }\n\t\tvar tab = get(activeTab.id.substring(4));\n\t\tif(!tab) return;\n\n\t\t// check if tab is in html5 history\n\t\tif( history.replaceState && history.state === null) {\n\t\t\thistory.replaceState( tab.id, '' );\n\t\t}\n\n\t\t// update document title\n\t\ttitle(tab);\n\t}\n\n\t$tabNavs.click(switchTab);\n\t$(document.body).on('click', '.tab-link', switchTab);\n\tinit();\n\n\tif(window.addEventListener && history.pushState ) {\n\t\twindow.addEventListener('popstate', function(e) {\n\t\t\tif(!e.state) return true;\n\t\t\tvar tabId = e.state;\n\t\t\treturn open(tabId,false);\n\t\t});\n\t}\n\n\treturn {\n\t\topen: open,\n\t\tget: get\n\t}\n\n};\n\nmodule.exports = Tabs;\n},{\"./url.js\":5}],5:[function(require,module,exports){\n'use strict';\n\nvar URL = {\n\tparse: function(url) {\n\t\tvar query = {};\n\t\tvar a = url.split('&');\n\t\tfor (var i in a) {\n\t\t\tif(!a.hasOwnProperty(i)) {\n\t\t\t\tcontinue;\n\t\t\t}\n\t\t\tvar b = a[i].split('=');\n\t\t\tquery[decodeURIComponent(b[0])] = decodeURIComponent(b[1]);\n\t\t}\n\n\t\treturn query;\n\t},\n\tbuild: function(data) {\n\t\tvar ret = [];\n\t\tfor (var d in data)\n\t\t\tret.push(d + \"=\" + encodeURIComponent(data[d]));\n\t\treturn ret.join(\"&\");\n\t},\n\tsetParameter: function( url, key, value ) {\n\t\tvar data = URL.parse( url );\n\t\tdata[ key ] = value;\n\t\treturn URL.build( data );\n\t}\n};\n\nmodule.exports = URL;\n},{}],6:[function(require,module,exports){\n;(function (global, factory) { // eslint-disable-line\r\n\t\"use strict\"\r\n\t/* eslint-disable no-undef */\r\n\tvar m = factory(global)\r\n\tif (typeof module === \"object\" && module != null && module.exports) {\r\n\t\tmodule.exports = m\r\n\t} else if (typeof define === \"function\" && define.amd) {\r\n\t\tdefine(function () { return m })\r\n\t} else {\r\n\t\tglobal.m = m\r\n\t}\r\n\t/* eslint-enable no-undef */\r\n})(typeof window !== \"undefined\" ? window : this, function (global, undefined) { // eslint-disable-line\r\n\t\"use strict\"\r\n\r\n\tm.version = function () {\r\n\t\treturn \"v0.2.5\"\r\n\t}\r\n\r\n\tvar hasOwn = {}.hasOwnProperty\r\n\tvar type = {}.toString\r\n\r\n\tfunction isFunction(object) {\r\n\t\treturn typeof object === \"function\"\r\n\t}\r\n\r\n\tfunction isObject(object) {\r\n\t\treturn type.call(object) === \"[object Object]\"\r\n\t}\r\n\r\n\tfunction isString(object) {\r\n\t\treturn type.call(object) === \"[object String]\"\r\n\t}\r\n\r\n\tvar isArray = Array.isArray || function (object) {\r\n\t\treturn type.call(object) === \"[object Array]\"\r\n\t}\r\n\r\n\tfunction noop() {}\r\n\r\n\tvar voidElements = {\r\n\t\tAREA: 1,\r\n\t\tBASE: 1,\r\n\t\tBR: 1,\r\n\t\tCOL: 1,\r\n\t\tCOMMAND: 1,\r\n\t\tEMBED: 1,\r\n\t\tHR: 1,\r\n\t\tIMG: 1,\r\n\t\tINPUT: 1,\r\n\t\tKEYGEN: 1,\r\n\t\tLINK: 1,\r\n\t\tMETA: 1,\r\n\t\tPARAM: 1,\r\n\t\tSOURCE: 1,\r\n\t\tTRACK: 1,\r\n\t\tWBR: 1\r\n\t}\r\n\r\n\t// caching commonly used variables\r\n\tvar $document, $location, $requestAnimationFrame, $cancelAnimationFrame\r\n\r\n\t// self invoking function needed because of the way mocks work\r\n\tfunction initialize(mock) {\r\n\t\t$document = mock.document\r\n\t\t$location = mock.location\r\n\t\t$cancelAnimationFrame = mock.cancelAnimationFrame || mock.clearTimeout\r\n\t\t$requestAnimationFrame = mock.requestAnimationFrame || mock.setTimeout\r\n\t}\r\n\r\n\t// testing API\r\n\tm.deps = function (mock) {\r\n\t\tinitialize(global = mock || window)\r\n\t\treturn global\r\n\t}\r\n\r\n\tm.deps(global)\r\n\r\n\t/**\r\n\t * @typedef {String} Tag\r\n\t * A string that looks like -> div.classname#id[param=one][param2=two]\r\n\t * Which describes a DOM node\r\n\t */\r\n\r\n\tfunction parseTagAttrs(cell, tag) {\r\n\t\tvar classes = []\r\n\t\tvar parser = /(?:(^|#|\\.)([^#\\.\\[\\]]+))|(\\[.+?\\])/g\r\n\t\tvar match\r\n\r\n\t\twhile ((match = parser.exec(tag))) {\r\n\t\t\tif (match[1] === \"\" && match[2]) {\r\n\t\t\t\tcell.tag = match[2]\r\n\t\t\t} else if (match[1] === \"#\") {\r\n\t\t\t\tcell.attrs.id = match[2]\r\n\t\t\t} else if (match[1] === \".\") {\r\n\t\t\t\tclasses.push(match[2])\r\n\t\t\t} else if (match[3][0] === \"[\") {\r\n\t\t\t\tvar pair = /\\[(.+?)(?:=(\"|'|)(.*?)\\2)?\\]/.exec(match[3])\r\n\t\t\t\tcell.attrs[pair[1]] = pair[3] || \"\"\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\treturn classes\r\n\t}\r\n\r\n\tfunction getVirtualChildren(args, hasAttrs) {\r\n\t\tvar children = hasAttrs ? args.slice(1) : args\r\n\r\n\t\tif (children.length === 1 && isArray(children[0])) {\r\n\t\t\treturn children[0]\r\n\t\t} else {\r\n\t\t\treturn children\r\n\t\t}\r\n\t}\r\n\r\n\tfunction assignAttrs(target, attrs, classes) {\r\n\t\tvar classAttr = \"class\" in attrs ? \"class\" : \"className\"\r\n\r\n\t\tfor (var attrName in attrs) {\r\n\t\t\tif (hasOwn.call(attrs, attrName)) {\r\n\t\t\t\tif (attrName === classAttr &&\r\n\t\t\t\t\t\tattrs[attrName] != null &&\r\n\t\t\t\t\t\tattrs[attrName] !== \"\") {\r\n\t\t\t\t\tclasses.push(attrs[attrName])\r\n\t\t\t\t\t// create key in correct iteration order\r\n\t\t\t\t\ttarget[attrName] = \"\"\r\n\t\t\t\t} else {\r\n\t\t\t\t\ttarget[attrName] = attrs[attrName]\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\tif (classes.length) target[classAttr] = classes.join(\" \")\r\n\t}\r\n\r\n\t/**\r\n\t *\r\n\t * @param {Tag} The DOM node tag\r\n\t * @param {Object=[]} optional key-value pairs to be mapped to DOM attrs\r\n\t * @param {...mNode=[]} Zero or more Mithril child nodes. Can be an array,\r\n\t * or splat (optional)\r\n\t */\r\n\tfunction m(tag, pairs) {\r\n\t\tvar args = []\r\n\r\n\t\tfor (var i = 1, length = arguments.length; i < length; i++) {\r\n\t\t\targs[i - 1] = arguments[i]\r\n\t\t}\r\n\r\n\t\tif (isObject(tag)) return parameterize(tag, args)\r\n\r\n\t\tif (!isString(tag)) {\r\n\t\t\tthrow new Error(\"selector in m(selector, attrs, children) should \" +\r\n\t\t\t\t\"be a string\")\r\n\t\t}\r\n\r\n\t\tvar hasAttrs = pairs != null && isObject(pairs) &&\r\n\t\t\t!(\"tag\" in pairs || \"view\" in pairs || \"subtree\" in pairs)\r\n\r\n\t\tvar attrs = hasAttrs ? pairs : {}\r\n\t\tvar cell = {\r\n\t\t\ttag: \"div\",\r\n\t\t\tattrs: {},\r\n\t\t\tchildren: getVirtualChildren(args, hasAttrs)\r\n\t\t}\r\n\r\n\t\tassignAttrs(cell.attrs, attrs, parseTagAttrs(cell, tag))\r\n\t\treturn cell\r\n\t}\r\n\r\n\tfunction forEach(list, f) {\r\n\t\tfor (var i = 0; i < list.length && !f(list[i], i++);) {\r\n\t\t\t// function called in condition\r\n\t\t}\r\n\t}\r\n\r\n\tfunction forKeys(list, f) {\r\n\t\tforEach(list, function (attrs, i) {\r\n\t\t\treturn (attrs = attrs && attrs.attrs) &&\r\n\t\t\t\tattrs.key != null &&\r\n\t\t\t\tf(attrs, i)\r\n\t\t})\r\n\t}\r\n\t// This function was causing deopts in Chrome.\r\n\tfunction dataToString(data) {\r\n\t\t// data.toString() might throw or return null if data is the return\r\n\t\t// value of Console.log in some versions of Firefox (behavior depends on\r\n\t\t// version)\r\n\t\ttry {\r\n\t\t\tif (data != null && data.toString() != null) return data\r\n\t\t} catch (e) {\r\n\t\t\t// silently ignore errors\r\n\t\t}\r\n\t\treturn \"\"\r\n\t}\r\n\r\n\t// This function was causing deopts in Chrome.\r\n\tfunction injectTextNode(parentElement, first, index, data) {\r\n\t\ttry {\r\n\t\t\tinsertNode(parentElement, first, index)\r\n\t\t\tfirst.nodeValue = data\r\n\t\t} catch (e) {\r\n\t\t\t// IE erroneously throws error when appending an empty text node\r\n\t\t\t// after a null\r\n\t\t}\r\n\t}\r\n\r\n\tfunction flatten(list) {\r\n\t\t// recursively flatten array\r\n\t\tfor (var i = 0; i < list.length; i++) {\r\n\t\t\tif (isArray(list[i])) {\r\n\t\t\t\tlist = list.concat.apply([], list)\r\n\t\t\t\t// check current index again and flatten until there are no more\r\n\t\t\t\t// nested arrays at that index\r\n\t\t\t\ti--\r\n\t\t\t}\r\n\t\t}\r\n\t\treturn list\r\n\t}\r\n\r\n\tfunction insertNode(parentElement, node, index) {\r\n\t\tparentElement.insertBefore(node,\r\n\t\t\tparentElement.childNodes[index] || null)\r\n\t}\r\n\r\n\tvar DELETION = 1\r\n\tvar INSERTION = 2\r\n\tvar MOVE = 3\r\n\r\n\tfunction handleKeysDiffer(data, existing, cached, parentElement) {\r\n\t\tforKeys(data, function (key, i) {\r\n\t\t\texisting[key = key.key] = existing[key] ? {\r\n\t\t\t\taction: MOVE,\r\n\t\t\t\tindex: i,\r\n\t\t\t\tfrom: existing[key].index,\r\n\t\t\t\telement: cached.nodes[existing[key].index] ||\r\n\t\t\t\t\t$document.createElement(\"div\")\r\n\t\t\t} : {action: INSERTION, index: i}\r\n\t\t})\r\n\r\n\t\tvar actions = []\r\n\t\tfor (var prop in existing) {\r\n\t\t\tif (hasOwn.call(existing, prop)) {\r\n\t\t\t\tactions.push(existing[prop])\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\tvar changes = actions.sort(sortChanges)\r\n\t\tvar newCached = new Array(cached.length)\r\n\r\n\t\tnewCached.nodes = cached.nodes.slice()\r\n\r\n\t\tforEach(changes, function (change) {\r\n\t\t\tvar index = change.index\r\n\t\t\tif (change.action === DELETION) {\r\n\t\t\t\tclear(cached[index].nodes, cached[index])\r\n\t\t\t\tnewCached.splice(index, 1)\r\n\t\t\t}\r\n\t\t\tif (change.action === INSERTION) {\r\n\t\t\t\tvar dummy = $document.createElement(\"div\")\r\n\t\t\t\tdummy.key = data[index].attrs.key\r\n\t\t\t\tinsertNode(parentElement, dummy, index)\r\n\t\t\t\tnewCached.splice(index, 0, {\r\n\t\t\t\t\tattrs: {key: data[index].attrs.key},\r\n\t\t\t\t\tnodes: [dummy]\r\n\t\t\t\t})\r\n\t\t\t\tnewCached.nodes[index] = dummy\r\n\t\t\t}\r\n\r\n\t\t\tif (change.action === MOVE) {\r\n\t\t\t\tvar changeElement = change.element\r\n\t\t\t\tvar maybeChanged = parentElement.childNodes[index]\r\n\t\t\t\tif (maybeChanged !== changeElement && changeElement !== null) {\r\n\t\t\t\t\tparentElement.insertBefore(changeElement,\r\n\t\t\t\t\t\tmaybeChanged || null)\r\n\t\t\t\t}\r\n\t\t\t\tnewCached[index] = cached[change.from]\r\n\t\t\t\tnewCached.nodes[index] = changeElement\r\n\t\t\t}\r\n\t\t})\r\n\r\n\t\treturn newCached\r\n\t}\r\n\r\n\tfunction diffKeys(data, cached, existing, parentElement) {\r\n\t\tvar keysDiffer = data.length !== cached.length\r\n\r\n\t\tif (!keysDiffer) {\r\n\t\t\tforKeys(data, function (attrs, i) {\r\n\t\t\t\tvar cachedCell = cached[i]\r\n\t\t\t\treturn keysDiffer = cachedCell &&\r\n\t\t\t\t\tcachedCell.attrs &&\r\n\t\t\t\t\tcachedCell.attrs.key !== attrs.key\r\n\t\t\t})\r\n\t\t}\r\n\r\n\t\tif (keysDiffer) {\r\n\t\t\treturn handleKeysDiffer(data, existing, cached, parentElement)\r\n\t\t} else {\r\n\t\t\treturn cached\r\n\t\t}\r\n\t}\r\n\r\n\tfunction diffArray(data, cached, nodes) {\r\n\t\t// diff the array itself\r\n\r\n\t\t// update the list of DOM nodes by collecting the nodes from each item\r\n\t\tforEach(data, function (_, i) {\r\n\t\t\tif (cached[i] != null) nodes.push.apply(nodes, cached[i].nodes)\r\n\t\t})\r\n\t\t// remove items from the end of the array if the new array is shorter\r\n\t\t// than the old one. if errors ever happen here, the issue is most\r\n\t\t// likely a bug in the construction of the `cached` data structure\r\n\t\t// somewhere earlier in the program\r\n\t\tforEach(cached.nodes, function (node, i) {\r\n\t\t\tif (node.parentNode != null && nodes.indexOf(node) < 0) {\r\n\t\t\t\tclear([node], [cached[i]])\r\n\t\t\t}\r\n\t\t})\r\n\r\n\t\tif (data.length < cached.length) cached.length = data.length\r\n\t\tcached.nodes = nodes\r\n\t}\r\n\r\n\tfunction buildArrayKeys(data) {\r\n\t\tvar guid = 0\r\n\t\tforKeys(data, function () {\r\n\t\t\tforEach(data, function (attrs) {\r\n\t\t\t\tif ((attrs = attrs && attrs.attrs) && attrs.key == null) {\r\n\t\t\t\t\tattrs.key = \"__mithril__\" + guid++\r\n\t\t\t\t}\r\n\t\t\t})\r\n\t\t\treturn 1\r\n\t\t})\r\n\t}\r\n\r\n\tfunction isDifferentEnough(data, cached, dataAttrKeys) {\r\n\t\tif (data.tag !== cached.tag) return true\r\n\r\n\t\tif (dataAttrKeys.sort().join() !==\r\n\t\t\t\tObject.keys(cached.attrs).sort().join()) {\r\n\t\t\treturn true\r\n\t\t}\r\n\r\n\t\tif (data.attrs.id !== cached.attrs.id) {\r\n\t\t\treturn true\r\n\t\t}\r\n\r\n\t\tif (data.attrs.key !== cached.attrs.key) {\r\n\t\t\treturn true\r\n\t\t}\r\n\r\n\t\tif (m.redraw.strategy() === \"all\") {\r\n\t\t\treturn !cached.configContext || cached.configContext.retain !== true\r\n\t\t}\r\n\r\n\t\tif (m.redraw.strategy() === \"diff\") {\r\n\t\t\treturn cached.configContext && cached.configContext.retain === false\r\n\t\t}\r\n\r\n\t\treturn false\r\n\t}\r\n\r\n\tfunction maybeRecreateObject(data, cached, dataAttrKeys) {\r\n\t\t// if an element is different enough from the one in cache, recreate it\r\n\t\tif (isDifferentEnough(data, cached, dataAttrKeys)) {\r\n\t\t\tif (cached.nodes.length) clear(cached.nodes)\r\n\r\n\t\t\tif (cached.configContext &&\r\n\t\t\t\t\tisFunction(cached.configContext.onunload)) {\r\n\t\t\t\tcached.configContext.onunload()\r\n\t\t\t}\r\n\r\n\t\t\tif (cached.controllers) {\r\n\t\t\t\tforEach(cached.controllers, function (controller) {\r\n\t\t\t\t\tif (controller.onunload) {\r\n\t\t\t\t\t\tcontroller.onunload({preventDefault: noop})\r\n\t\t\t\t\t}\r\n\t\t\t\t})\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n\r\n\tfunction getObjectNamespace(data, namespace) {\r\n\t\tif (data.attrs.xmlns) return data.attrs.xmlns\r\n\t\tif (data.tag === \"svg\") return \"http://www.w3.org/2000/svg\"\r\n\t\tif (data.tag === \"math\") return \"http://www.w3.org/1998/Math/MathML\"\r\n\t\treturn namespace\r\n\t}\r\n\r\n\tvar pendingRequests = 0\r\n\tm.startComputation = function () { pendingRequests++ }\r\n\tm.endComputation = function () {\r\n\t\tif (pendingRequests > 1) {\r\n\t\t\tpendingRequests--\r\n\t\t} else {\r\n\t\t\tpendingRequests = 0\r\n\t\t\tm.redraw()\r\n\t\t}\r\n\t}\r\n\r\n\tfunction unloadCachedControllers(cached, views, controllers) {\r\n\t\tif (controllers.length) {\r\n\t\t\tcached.views = views\r\n\t\t\tcached.controllers = controllers\r\n\t\t\tforEach(controllers, function (controller) {\r\n\t\t\t\tif (controller.onunload && controller.onunload.$old) {\r\n\t\t\t\t\tcontroller.onunload = controller.onunload.$old\r\n\t\t\t\t}\r\n\r\n\t\t\t\tif (pendingRequests && controller.onunload) {\r\n\t\t\t\t\tvar onunload = controller.onunload\r\n\t\t\t\t\tcontroller.onunload = noop\r\n\t\t\t\t\tcontroller.onunload.$old = onunload\r\n\t\t\t\t}\r\n\t\t\t})\r\n\t\t}\r\n\t}\r\n\r\n\tfunction scheduleConfigsToBeCalled(configs, data, node, isNew, cached) {\r\n\t\t// schedule configs to be called. They are called after `build` finishes\r\n\t\t// running\r\n\t\tif (isFunction(data.attrs.config)) {\r\n\t\t\tvar context = cached.configContext = cached.configContext || {}\r\n\r\n\t\t\t// bind\r\n\t\t\tconfigs.push(function () {\r\n\t\t\t\treturn data.attrs.config.call(data, node, !isNew, context,\r\n\t\t\t\t\tcached)\r\n\t\t\t})\r\n\t\t}\r\n\t}\r\n\r\n\tfunction buildUpdatedNode(\r\n\t\tcached,\r\n\t\tdata,\r\n\t\teditable,\r\n\t\thasKeys,\r\n\t\tnamespace,\r\n\t\tviews,\r\n\t\tconfigs,\r\n\t\tcontrollers\r\n\t) {\r\n\t\tvar node = cached.nodes[0]\r\n\r\n\t\tif (hasKeys) {\r\n\t\t\tsetAttributes(node, data.tag, data.attrs, cached.attrs, namespace)\r\n\t\t}\r\n\r\n\t\tcached.children = build(\r\n\t\t\tnode,\r\n\t\t\tdata.tag,\r\n\t\t\tundefined,\r\n\t\t\tundefined,\r\n\t\t\tdata.children,\r\n\t\t\tcached.children,\r\n\t\t\tfalse,\r\n\t\t\t0,\r\n\t\t\tdata.attrs.contenteditable ? node : editable,\r\n\t\t\tnamespace,\r\n\t\t\tconfigs\r\n\t\t)\r\n\r\n\t\tcached.nodes.intact = true\r\n\r\n\t\tif (controllers.length) {\r\n\t\t\tcached.views = views\r\n\t\t\tcached.controllers = controllers\r\n\t\t}\r\n\r\n\t\treturn node\r\n\t}\r\n\r\n\tfunction handleNonexistentNodes(data, parentElement, index) {\r\n\t\tvar nodes\r\n\t\tif (data.$trusted) {\r\n\t\t\tnodes = injectHTML(parentElement, index, data)\r\n\t\t} else {\r\n\t\t\tnodes = [$document.createTextNode(data)]\r\n\t\t\tif (!(parentElement.nodeName in voidElements)) {\r\n\t\t\t\tinsertNode(parentElement, nodes[0], index)\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\tvar cached\r\n\r\n\t\tif (typeof data === \"string\" ||\r\n\t\t\t\ttypeof data === \"number\" ||\r\n\t\t\t\ttypeof data === \"boolean\") {\r\n\t\t\tcached = new data.constructor(data)\r\n\t\t} else {\r\n\t\t\tcached = data\r\n\t\t}\r\n\r\n\t\tcached.nodes = nodes\r\n\t\treturn cached\r\n\t}\r\n\r\n\tfunction reattachNodes(\r\n\t\tdata,\r\n\t\tcached,\r\n\t\tparentElement,\r\n\t\teditable,\r\n\t\tindex,\r\n\t\tparentTag\r\n\t) {\r\n\t\tvar nodes = cached.nodes\r\n\t\tif (!editable || editable !== $document.activeElement) {\r\n\t\t\tif (data.$trusted) {\r\n\t\t\t\tclear(nodes, cached)\r\n\t\t\t\tnodes = injectHTML(parentElement, index, data)\r\n\t\t\t} else if (parentTag === \"textarea\") {\r\n\t\t\t\t// <textarea> uses `value` instead of `nodeValue`.\r\n\t\t\t\tparentElement.value = data\r\n\t\t\t} else if (editable) {\r\n\t\t\t\t// contenteditable nodes use `innerHTML` instead of `nodeValue`.\r\n\t\t\t\teditable.innerHTML = data\r\n\t\t\t} else {\r\n\t\t\t\t// was a trusted string\r\n\t\t\t\tif (nodes[0].nodeType === 1 || nodes.length > 1 ||\r\n\t\t\t\t\t\t(nodes[0].nodeValue.trim &&\r\n\t\t\t\t\t\t\t!nodes[0].nodeValue.trim())) {\r\n\t\t\t\t\tclear(cached.nodes, cached)\r\n\t\t\t\t\tnodes = [$document.createTextNode(data)]\r\n\t\t\t\t}\r\n\r\n\t\t\t\tinjectTextNode(parentElement, nodes[0], index, data)\r\n\t\t\t}\r\n\t\t}\r\n\t\tcached = new data.constructor(data)\r\n\t\tcached.nodes = nodes\r\n\t\treturn cached\r\n\t}\r\n\r\n\tfunction handleTextNode(\r\n\t\tcached,\r\n\t\tdata,\r\n\t\tindex,\r\n\t\tparentElement,\r\n\t\tshouldReattach,\r\n\t\teditable,\r\n\t\tparentTag\r\n\t) {\r\n\t\tif (!cached.nodes.length) {\r\n\t\t\treturn handleNonexistentNodes(data, parentElement, index)\r\n\t\t} else if (cached.valueOf() !== data.valueOf() || shouldReattach) {\r\n\t\t\treturn reattachNodes(data, cached, parentElement, editable, index,\r\n\t\t\t\tparentTag)\r\n\t\t} else {\r\n\t\t\treturn (cached.nodes.intact = true, cached)\r\n\t\t}\r\n\t}\r\n\r\n\tfunction getSubArrayCount(item) {\r\n\t\tif (item.$trusted) {\r\n\t\t\t// fix offset of next element if item was a trusted string w/ more\r\n\t\t\t// than one html element\r\n\t\t\t// the first clause in the regexp matches elements\r\n\t\t\t// the second clause (after the pipe) matches text nodes\r\n\t\t\tvar match = item.match(/<[^\\/]|\\>\\s*[^<]/g)\r\n\t\t\tif (match != null) return match.length\r\n\t\t} else if (isArray(item)) {\r\n\t\t\treturn item.length\r\n\t\t}\r\n\t\treturn 1\r\n\t}\r\n\r\n\tfunction buildArray(\r\n\t\tdata,\r\n\t\tcached,\r\n\t\tparentElement,\r\n\t\tindex,\r\n\t\tparentTag,\r\n\t\tshouldReattach,\r\n\t\teditable,\r\n\t\tnamespace,\r\n\t\tconfigs\r\n\t) {\r\n\t\tdata = flatten(data)\r\n\t\tvar nodes = []\r\n\t\tvar intact = cached.length === data.length\r\n\t\tvar subArrayCount = 0\r\n\r\n\t\t// keys algorithm: sort elements without recreating them if keys are\r\n\t\t// present\r\n\t\t//\r\n\t\t// 1) create a map of all existing keys, and mark all for deletion\r\n\t\t// 2) add new keys to map and mark them for addition\r\n\t\t// 3) if key exists in new list, change action from deletion to a move\r\n\t\t// 4) for each key, handle its corresponding action as marked in\r\n\t\t// previous steps\r\n\r\n\t\tvar existing = {}\r\n\t\tvar shouldMaintainIdentities = false\r\n\r\n\t\tforKeys(cached, function (attrs, i) {\r\n\t\t\tshouldMaintainIdentities = true\r\n\t\t\texisting[cached[i].attrs.key] = {action: DELETION, index: i}\r\n\t\t})\r\n\r\n\t\tbuildArrayKeys(data)\r\n\t\tif (shouldMaintainIdentities) {\r\n\t\t\tcached = diffKeys(data, cached, existing, parentElement)\r\n\t\t}\r\n\t\t// end key algorithm\r\n\r\n\t\tvar cacheCount = 0\r\n\t\t// faster explicitly written\r\n\t\tfor (var i = 0, len = data.length; i < len; i++) {\r\n\t\t\t// diff each item in the array\r\n\t\t\tvar item = build(\r\n\t\t\t\tparentElement,\r\n\t\t\t\tparentTag,\r\n\t\t\t\tcached,\r\n\t\t\t\tindex,\r\n\t\t\t\tdata[i],\r\n\t\t\t\tcached[cacheCount],\r\n\t\t\t\tshouldReattach,\r\n\t\t\t\tindex + subArrayCount || subArrayCount,\r\n\t\t\t\teditable,\r\n\t\t\t\tnamespace,\r\n\t\t\t\tconfigs)\r\n\r\n\t\t\tif (item !== undefined) {\r\n\t\t\t\tintact = intact && item.nodes.intact\r\n\t\t\t\tsubArrayCount += getSubArrayCount(item)\r\n\t\t\t\tcached[cacheCount++] = item\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\tif (!intact) diffArray(data, cached, nodes)\r\n\t\treturn cached\r\n\t}\r\n\r\n\tfunction makeCache(data, cached, index, parentIndex, parentCache) {\r\n\t\tif (cached != null) {\r\n\t\t\tif (type.call(cached) === type.call(data)) return cached\r\n\r\n\t\t\tif (parentCache && parentCache.nodes) {\r\n\t\t\t\tvar offset = index - parentIndex\r\n\t\t\t\tvar end = offset + (isArray(data) ? data : cached.nodes).length\r\n\t\t\t\tclear(\r\n\t\t\t\t\tparentCache.nodes.slice(offset, end),\r\n\t\t\t\t\tparentCache.slice(offset, end))\r\n\t\t\t} else if (cached.nodes) {\r\n\t\t\t\tclear(cached.nodes, cached)\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\tcached = new data.constructor()\r\n\t\t// if constructor creates a virtual dom element, use a blank object as\r\n\t\t// the base cached node instead of copying the virtual el (#277)\r\n\t\tif (cached.tag) cached = {}\r\n\t\tcached.nodes = []\r\n\t\treturn cached\r\n\t}\r\n\r\n\tfunction constructNode(data, namespace) {\r\n\t\tif (data.attrs.is) {\r\n\t\t\tif (namespace == null) {\r\n\t\t\t\treturn $document.createElement(data.tag, data.attrs.is)\r\n\t\t\t} else {\r\n\t\t\t\treturn $document.createElementNS(namespace, data.tag,\r\n\t\t\t\t\tdata.attrs.is)\r\n\t\t\t}\r\n\t\t} else if (namespace == null) {\r\n\t\t\treturn $document.createElement(data.tag)\r\n\t\t} else {\r\n\t\t\treturn $document.createElementNS(namespace, data.tag)\r\n\t\t}\r\n\t}\r\n\r\n\tfunction constructAttrs(data, node, namespace, hasKeys) {\r\n\t\tif (hasKeys) {\r\n\t\t\treturn setAttributes(node, data.tag, data.attrs, {}, namespace)\r\n\t\t} else {\r\n\t\t\treturn data.attrs\r\n\t\t}\r\n\t}\r\n\r\n\tfunction constructChildren(\r\n\t\tdata,\r\n\t\tnode,\r\n\t\tcached,\r\n\t\teditable,\r\n\t\tnamespace,\r\n\t\tconfigs\r\n\t) {\r\n\t\tif (data.children != null && data.children.length > 0) {\r\n\t\t\treturn build(\r\n\t\t\t\tnode,\r\n\t\t\t\tdata.tag,\r\n\t\t\t\tundefined,\r\n\t\t\t\tundefined,\r\n\t\t\t\tdata.children,\r\n\t\t\t\tcached.children,\r\n\t\t\t\ttrue,\r\n\t\t\t\t0,\r\n\t\t\t\tdata.attrs.contenteditable ? node : editable,\r\n\t\t\t\tnamespace,\r\n\t\t\t\tconfigs)\r\n\t\t} else {\r\n\t\t\treturn data.children\r\n\t\t}\r\n\t}\r\n\r\n\tfunction reconstructCached(\r\n\t\tdata,\r\n\t\tattrs,\r\n\t\tchildren,\r\n\t\tnode,\r\n\t\tnamespace,\r\n\t\tviews,\r\n\t\tcontrollers\r\n\t) {\r\n\t\tvar cached = {\r\n\t\t\ttag: data.tag,\r\n\t\t\tattrs: attrs,\r\n\t\t\tchildren: children,\r\n\t\t\tnodes: [node]\r\n\t\t}\r\n\r\n\t\tunloadCachedControllers(cached, views, controllers)\r\n\r\n\t\tif (cached.children && !cached.children.nodes) {\r\n\t\t\tcached.children.nodes = []\r\n\t\t}\r\n\r\n\t\t// edge case: setting value on <select> doesn't work before children\r\n\t\t// exist, so set it again after children have been created\r\n\t\tif (data.tag === \"select\" && \"value\" in data.attrs) {\r\n\t\t\tsetAttributes(node, data.tag, {value: data.attrs.value}, {},\r\n\t\t\t\tnamespace)\r\n\t\t}\r\n\r\n\t\treturn cached\r\n\t}\r\n\r\n\tfunction getController(views, view, cachedControllers, controller) {\r\n\t\tvar controllerIndex\r\n\r\n\t\tif (m.redraw.strategy() === \"diff\" && views) {\r\n\t\t\tcontrollerIndex = views.indexOf(view)\r\n\t\t} else {\r\n\t\t\tcontrollerIndex = -1\r\n\t\t}\r\n\r\n\t\tif (controllerIndex > -1) {\r\n\t\t\treturn cachedControllers[controllerIndex]\r\n\t\t} else if (isFunction(controller)) {\r\n\t\t\treturn new controller()\r\n\t\t} else {\r\n\t\t\treturn {}\r\n\t\t}\r\n\t}\r\n\r\n\tvar unloaders = []\r\n\r\n\tfunction updateLists(views, controllers, view, controller) {\r\n\t\tif (controller.onunload != null &&\r\n\t\t\t\tunloaders.map(function (u) { return u.handler })\r\n\t\t\t\t\t.indexOf(controller.onunload) < 0) {\r\n\t\t\tunloaders.push({\r\n\t\t\t\tcontroller: controller,\r\n\t\t\t\thandler: controller.onunload\r\n\t\t\t})\r\n\t\t}\r\n\r\n\t\tviews.push(view)\r\n\t\tcontrollers.push(controller)\r\n\t}\r\n\r\n\tvar forcing = false\r\n\tfunction checkView(\r\n\t\tdata,\r\n\t\tview,\r\n\t\tcached,\r\n\t\tcachedControllers,\r\n\t\tcontrollers,\r\n\t\tviews\r\n\t) {\r\n\t\tvar controller = getController(\r\n\t\t\tcached.views,\r\n\t\t\tview,\r\n\t\t\tcachedControllers,\r\n\t\t\tdata.controller)\r\n\r\n\t\tvar key = data && data.attrs && data.attrs.key\r\n\r\n\t\tif (pendingRequests === 0 ||\r\n\t\t\t\tforcing ||\r\n\t\t\t\tcachedControllers &&\r\n\t\t\t\t\tcachedControllers.indexOf(controller) > -1) {\r\n\t\t\tdata = data.view(controller)\r\n\t\t} else {\r\n\t\t\tdata = {tag: \"placeholder\"}\r\n\t\t}\r\n\r\n\t\tif (data.subtree === \"retain\") return data\r\n\t\tdata.attrs = data.attrs || {}\r\n\t\tdata.attrs.key = key\r\n\t\tupdateLists(views, controllers, view, controller)\r\n\t\treturn data\r\n\t}\r\n\r\n\tfunction markViews(data, cached, views, controllers) {\r\n\t\tvar cachedControllers = cached && cached.controllers\r\n\r\n\t\twhile (data.view != null) {\r\n\t\t\tdata = checkView(\r\n\t\t\t\tdata,\r\n\t\t\t\tdata.view.$original || data.view,\r\n\t\t\t\tcached,\r\n\t\t\t\tcachedControllers,\r\n\t\t\t\tcontrollers,\r\n\t\t\t\tviews)\r\n\t\t}\r\n\r\n\t\treturn data\r\n\t}\r\n\r\n\tfunction buildObject( // eslint-disable-line max-statements\r\n\t\tdata,\r\n\t\tcached,\r\n\t\teditable,\r\n\t\tparentElement,\r\n\t\tindex,\r\n\t\tshouldReattach,\r\n\t\tnamespace,\r\n\t\tconfigs\r\n\t) {\r\n\t\tvar views = []\r\n\t\tvar controllers = []\r\n\r\n\t\tdata = markViews(data, cached, views, controllers)\r\n\r\n\t\tif (data.subtree === \"retain\") return cached\r\n\r\n\t\tif (!data.tag && controllers.length) {\r\n\t\t\tthrow new Error(\"Component template must return a virtual \" +\r\n\t\t\t\t\"element, not an array, string, etc.\")\r\n\t\t}\r\n\r\n\t\tdata.attrs = data.attrs || {}\r\n\t\tcached.attrs = cached.attrs || {}\r\n\r\n\t\tvar dataAttrKeys = Object.keys(data.attrs)\r\n\t\tvar hasKeys = dataAttrKeys.length > (\"key\" in data.attrs ? 1 : 0)\r\n\r\n\t\tmaybeRecreateObject(data, cached, dataAttrKeys)\r\n\r\n\t\tif (!isString(data.tag)) return\r\n\r\n\t\tvar isNew = cached.nodes.length === 0\r\n\r\n\t\tnamespace = getObjectNamespace(data, namespace)\r\n\r\n\t\tvar node\r\n\t\tif (isNew) {\r\n\t\t\tnode = constructNode(data, namespace)\r\n\t\t\t// set attributes first, then create children\r\n\t\t\tvar attrs = constructAttrs(data, node, namespace, hasKeys)\r\n\r\n\t\t\t// add the node to its parent before attaching children to it\r\n\t\t\tinsertNode(parentElement, node, index)\r\n\r\n\t\t\tvar children = constructChildren(data, node, cached, editable,\r\n\t\t\t\tnamespace, configs)\r\n\r\n\t\t\tcached = reconstructCached(\r\n\t\t\t\tdata,\r\n\t\t\t\tattrs,\r\n\t\t\t\tchildren,\r\n\t\t\t\tnode,\r\n\t\t\t\tnamespace,\r\n\t\t\t\tviews,\r\n\t\t\t\tcontrollers)\r\n\t\t} else {\r\n\t\t\tnode = buildUpdatedNode(\r\n\t\t\t\tcached,\r\n\t\t\t\tdata,\r\n\t\t\t\teditable,\r\n\t\t\t\thasKeys,\r\n\t\t\t\tnamespace,\r\n\t\t\t\tviews,\r\n\t\t\t\tconfigs,\r\n\t\t\t\tcontrollers)\r\n\t\t}\r\n\r\n\t\tif (!isNew && shouldReattach === true && node != null) {\r\n\t\t\tinsertNode(parentElement, node, index)\r\n\t\t}\r\n\r\n\t\t// The configs are called after `build` finishes running\r\n\t\tscheduleConfigsToBeCalled(configs, data, node, isNew, cached)\r\n\r\n\t\treturn cached\r\n\t}\r\n\r\n\tfunction build(\r\n\t\tparentElement,\r\n\t\tparentTag,\r\n\t\tparentCache,\r\n\t\tparentIndex,\r\n\t\tdata,\r\n\t\tcached,\r\n\t\tshouldReattach,\r\n\t\tindex,\r\n\t\teditable,\r\n\t\tnamespace,\r\n\t\tconfigs\r\n\t) {\r\n\t\t/*\r\n\t\t * `build` is a recursive function that manages creation/diffing/removal\r\n\t\t * of DOM elements based on comparison between `data` and `cached` the\r\n\t\t * diff algorithm can be summarized as this:\r\n\t\t *\r\n\t\t * 1 - compare `data` and `cached`\r\n\t\t * 2 - if they are different, copy `data` to `cached` and update the DOM\r\n\t\t * based on what the difference is\r\n\t\t * 3 - recursively apply this algorithm for every array and for the\r\n\t\t * children of every virtual element\r\n\t\t *\r\n\t\t * The `cached` data structure is essentially the same as the previous\r\n\t\t * redraw's `data` data structure, with a few additions:\r\n\t\t * - `cached` always has a property called `nodes`, which is a list of\r\n\t\t * DOM elements that correspond to the data represented by the\r\n\t\t * respective virtual element\r\n\t\t * - in order to support attaching `nodes` as a property of `cached`,\r\n\t\t * `cached` is *always* a non-primitive object, i.e. if the data was\r\n\t\t * a string, then cached is a String instance. If data was `null` or\r\n\t\t * `undefined`, cached is `new String(\"\")`\r\n\t\t * - `cached also has a `configContext` property, which is the state\r\n\t\t * storage object exposed by config(element, isInitialized, context)\r\n\t\t * - when `cached` is an Object, it represents a virtual element; when\r\n\t\t * it's an Array, it represents a list of elements; when it's a\r\n\t\t * String, Number or Boolean, it represents a text node\r\n\t\t *\r\n\t\t * `parentElement` is a DOM element used for W3C DOM API calls\r\n\t\t * `parentTag` is only used for handling a corner case for textarea\r\n\t\t * values\r\n\t\t * `parentCache` is used to remove nodes in some multi-node cases\r\n\t\t * `parentIndex` and `index` are used to figure out the offset of nodes.\r\n\t\t * They're artifacts from before arrays started being flattened and are\r\n\t\t * likely refactorable\r\n\t\t * `data` and `cached` are, respectively, the new and old nodes being\r\n\t\t * diffed\r\n\t\t * `shouldReattach` is a flag indicating whether a parent node was\r\n\t\t * recreated (if so, and if this node is reused, then this node must\r\n\t\t * reattach itself to the new parent)\r\n\t\t * `editable` is a flag that indicates whether an ancestor is\r\n\t\t * contenteditable\r\n\t\t * `namespace` indicates the closest HTML namespace as it cascades down\r\n\t\t * from an ancestor\r\n\t\t * `configs` is a list of config functions to run after the topmost\r\n\t\t * `build` call finishes running\r\n\t\t *\r\n\t\t * there's logic that relies on the assumption that null and undefined\r\n\t\t * data are equivalent to empty strings\r\n\t\t * - this prevents lifecycle surprises from procedural helpers that mix\r\n\t\t * implicit and explicit return statements (e.g.\r\n\t\t * function foo() {if (cond) return m(\"div\")}\r\n\t\t * - it simplifies diffing code\r\n\t\t */\r\n\t\tdata = dataToString(data)\r\n\t\tif (data.subtree === \"retain\") return cached\r\n\t\tcached = makeCache(data, cached, index, parentIndex, parentCache)\r\n\r\n\t\tif (isArray(data)) {\r\n\t\t\treturn buildArray(\r\n\t\t\t\tdata,\r\n\t\t\t\tcached,\r\n\t\t\t\tparentElement,\r\n\t\t\t\tindex,\r\n\t\t\t\tparentTag,\r\n\t\t\t\tshouldReattach,\r\n\t\t\t\teditable,\r\n\t\t\t\tnamespace,\r\n\t\t\t\tconfigs)\r\n\t\t} else if (data != null && isObject(data)) {\r\n\t\t\treturn buildObject(\r\n\t\t\t\tdata,\r\n\t\t\t\tcached,\r\n\t\t\t\teditable,\r\n\t\t\t\tparentElement,\r\n\t\t\t\tindex,\r\n\t\t\t\tshouldReattach,\r\n\t\t\t\tnamespace,\r\n\t\t\t\tconfigs)\r\n\t\t} else if (!isFunction(data)) {\r\n\t\t\treturn handleTextNode(\r\n\t\t\t\tcached,\r\n\t\t\t\tdata,\r\n\t\t\t\tindex,\r\n\t\t\t\tparentElement,\r\n\t\t\t\tshouldReattach,\r\n\t\t\t\teditable,\r\n\t\t\t\tparentTag)\r\n\t\t} else {\r\n\t\t\treturn cached\r\n\t\t}\r\n\t}\r\n\r\n\tfunction sortChanges(a, b) {\r\n\t\treturn a.action - b.action || a.index - b.index\r\n\t}\r\n\r\n\tfunction copyStyleAttrs(node, dataAttr, cachedAttr) {\r\n\t\tfor (var rule in dataAttr) {\r\n\t\t\tif (hasOwn.call(dataAttr, rule)) {\r\n\t\t\t\tif (cachedAttr == null || cachedAttr[rule] !== dataAttr[rule]) {\r\n\t\t\t\t\tnode.style[rule] = dataAttr[rule]\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\tfor (rule in cachedAttr) {\r\n\t\t\tif (hasOwn.call(cachedAttr, rule)) {\r\n\t\t\t\tif (!hasOwn.call(dataAttr, rule)) node.style[rule] = \"\"\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n\r\n\tvar shouldUseSetAttribute = {\r\n\t\tlist: 1,\r\n\t\tstyle: 1,\r\n\t\tform: 1,\r\n\t\ttype: 1,\r\n\t\twidth: 1,\r\n\t\theight: 1\r\n\t}\r\n\r\n\tfunction setSingleAttr(\r\n\t\tnode,\r\n\t\tattrName,\r\n\t\tdataAttr,\r\n\t\tcachedAttr,\r\n\t\ttag,\r\n\t\tnamespace\r\n\t) {\r\n\t\tif (attrName === \"config\" || attrName === \"key\") {\r\n\t\t\t// `config` isn't a real attribute, so ignore it\r\n\t\t\treturn true\r\n\t\t} else if (isFunction(dataAttr) && attrName.slice(0, 2) === \"on\") {\r\n\t\t\t// hook event handlers to the auto-redrawing system\r\n\t\t\tnode[attrName] = autoredraw(dataAttr, node)\r\n\t\t} else if (attrName === \"style\" && dataAttr != null &&\r\n\t\t\t\tisObject(dataAttr)) {\r\n\t\t\t// handle `style: {...}`\r\n\t\t\tcopyStyleAttrs(node, dataAttr, cachedAttr)\r\n\t\t} else if (namespace != null) {\r\n\t\t\t// handle SVG\r\n\t\t\tif (attrName === \"href\") {\r\n\t\t\t\tnode.setAttributeNS(\"http://www.w3.org/1999/xlink\",\r\n\t\t\t\t\t\"href\", dataAttr)\r\n\t\t\t} else {\r\n\t\t\t\tnode.setAttribute(\r\n\t\t\t\t\tattrName === \"className\" ? \"class\" : attrName,\r\n\t\t\t\t\tdataAttr)\r\n\t\t\t}\r\n\t\t} else if (attrName in node && !shouldUseSetAttribute[attrName]) {\r\n\t\t\t// handle cases that are properties (but ignore cases where we\r\n\t\t\t// should use setAttribute instead)\r\n\t\t\t//\r\n\t\t\t// - list and form are typically used as strings, but are DOM\r\n\t\t\t// element references in js\r\n\t\t\t//\r\n\t\t\t// - when using CSS selectors (e.g. `m(\"[style='']\")`), style is\r\n\t\t\t// used as a string, but it's an object in js\r\n\t\t\t//\r\n\t\t\t// #348 don't set the value if not needed - otherwise, cursor\r\n\t\t\t// placement breaks in Chrome\r\n\t\t\ttry {\r\n\t\t\t\tif (tag !== \"input\" || node[attrName] !== dataAttr) {\r\n\t\t\t\t\tnode[attrName] = dataAttr\r\n\t\t\t\t}\r\n\t\t\t} catch (e) {\r\n\t\t\t\tnode.setAttribute(attrName, dataAttr)\r\n\t\t\t}\r\n\t\t}\r\n\t\telse node.setAttribute(attrName, dataAttr)\r\n\t}\r\n\r\n\tfunction trySetAttr(\r\n\t\tnode,\r\n\t\tattrName,\r\n\t\tdataAttr,\r\n\t\tcachedAttr,\r\n\t\tcachedAttrs,\r\n\t\ttag,\r\n\t\tnamespace\r\n\t) {\r\n\t\tif (!(attrName in cachedAttrs) || (cachedAttr !== dataAttr) || ($document.activeElement === node)) {\r\n\t\t\tcachedAttrs[attrName] = dataAttr\r\n\t\t\ttry {\r\n\t\t\t\treturn setSingleAttr(\r\n\t\t\t\t\tnode,\r\n\t\t\t\t\tattrName,\r\n\t\t\t\t\tdataAttr,\r\n\t\t\t\t\tcachedAttr,\r\n\t\t\t\t\ttag,\r\n\t\t\t\t\tnamespace)\r\n\t\t\t} catch (e) {\r\n\t\t\t\t// swallow IE's invalid argument errors to mimic HTML's\r\n\t\t\t\t// fallback-to-doing-nothing-on-invalid-attributes behavior\r\n\t\t\t\tif (e.message.indexOf(\"Invalid argument\") < 0) throw e\r\n\t\t\t}\r\n\t\t} else if (attrName === \"value\" && tag === \"input\" &&\r\n\t\t\t\tnode.value !== dataAttr) {\r\n\t\t\t// #348 dataAttr may not be a string, so use loose comparison\r\n\t\t\tnode.value = dataAttr\r\n\t\t}\r\n\t}\r\n\r\n\tfunction setAttributes(node, tag, dataAttrs, cachedAttrs, namespace) {\r\n\t\tfor (var attrName in dataAttrs) {\r\n\t\t\tif (hasOwn.call(dataAttrs, attrName)) {\r\n\t\t\t\tif (trySetAttr(\r\n\t\t\t\t\t\tnode,\r\n\t\t\t\t\t\tattrName,\r\n\t\t\t\t\t\tdataAttrs[attrName],\r\n\t\t\t\t\t\tcachedAttrs[attrName],\r\n\t\t\t\t\t\tcachedAttrs,\r\n\t\t\t\t\t\ttag,\r\n\t\t\t\t\t\tnamespace)) {\r\n\t\t\t\t\tcontinue\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t\treturn cachedAttrs\r\n\t}\r\n\r\n\tfunction clear(nodes, cached) {\r\n\t\tfor (var i = nodes.length - 1; i > -1; i--) {\r\n\t\t\tif (nodes[i] && nodes[i].parentNode) {\r\n\t\t\t\ttry {\r\n\t\t\t\t\tnodes[i].parentNode.removeChild(nodes[i])\r\n\t\t\t\t} catch (e) {\r\n\t\t\t\t\t/* eslint-disable max-len */\r\n\t\t\t\t\t// ignore if this fails due to order of events (see\r\n\t\t\t\t\t// http://stackoverflow.com/questions/21926083/failed-to-execute-removechild-on-node)\r\n\t\t\t\t\t/* eslint-enable max-len */\r\n\t\t\t\t}\r\n\t\t\t\tcached = [].concat(cached)\r\n\t\t\t\tif (cached[i]) unload(cached[i])\r\n\t\t\t}\r\n\t\t}\r\n\t\t// release memory if nodes is an array. This check should fail if nodes\r\n\t\t// is a NodeList (see loop above)\r\n\t\tif (nodes.length) {\r\n\t\t\tnodes.length = 0\r\n\t\t}\r\n\t}\r\n\r\n\tfunction unload(cached) {\r\n\t\tif (cached.configContext && isFunction(cached.configContext.onunload)) {\r\n\t\t\tcached.configContext.onunload()\r\n\t\t\tcached.configContext.onunload = null\r\n\t\t}\r\n\t\tif (cached.controllers) {\r\n\t\t\tforEach(cached.controllers, function (controller) {\r\n\t\t\t\tif (isFunction(controller.onunload)) {\r\n\t\t\t\t\tcontroller.onunload({preventDefault: noop})\r\n\t\t\t\t}\r\n\t\t\t})\r\n\t\t}\r\n\t\tif (cached.children) {\r\n\t\t\tif (isArray(cached.children)) forEach(cached.children, unload)\r\n\t\t\telse if (cached.children.tag) unload(cached.children)\r\n\t\t}\r\n\t}\r\n\r\n\tfunction appendTextFragment(parentElement, data) {\r\n\t\ttry {\r\n\t\t\tparentElement.appendChild(\r\n\t\t\t\t$document.createRange().createContextualFragment(data))\r\n\t\t} catch (e) {\r\n\t\t\tparentElement.insertAdjacentHTML(\"beforeend\", data)\r\n\t\t\treplaceScriptNodes(parentElement)\r\n\t\t}\r\n\t}\r\n\r\n\t// Replace script tags inside given DOM element with executable ones.\r\n\t// Will also check children recursively and replace any found script\r\n\t// tags in same manner.\r\n\tfunction replaceScriptNodes(node) {\r\n\t\tif (node.tagName === \"SCRIPT\") {\r\n\t\t\tnode.parentNode.replaceChild(buildExecutableNode(node), node)\r\n\t\t} else {\r\n\t\t\tvar children = node.childNodes\r\n\t\t\tif (children && children.length) {\r\n\t\t\t\tfor (var i = 0; i < children.length; i++) {\r\n\t\t\t\t\treplaceScriptNodes(children[i])\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\treturn node\r\n\t}\r\n\r\n\t// Replace script element with one whose contents are executable.\r\n\tfunction buildExecutableNode(node){\r\n\t\tvar scriptEl = document.createElement(\"script\")\r\n\t\tvar attrs = node.attributes\r\n\r\n\t\tfor (var i = 0; i < attrs.length; i++) {\r\n\t\t\tscriptEl.setAttribute(attrs[i].name, attrs[i].value)\r\n\t\t}\r\n\r\n\t\tscriptEl.text = node.innerHTML\r\n\t\treturn scriptEl\r\n\t}\r\n\r\n\tfunction injectHTML(parentElement, index, data) {\r\n\t\tvar nextSibling = parentElement.childNodes[index]\r\n\t\tif (nextSibling) {\r\n\t\t\tvar isElement = nextSibling.nodeType !== 1\r\n\t\t\tvar placeholder = $document.createElement(\"span\")\r\n\t\t\tif (isElement) {\r\n\t\t\t\tparentElement.insertBefore(placeholder, nextSibling || null)\r\n\t\t\t\tplaceholder.insertAdjacentHTML(\"beforebegin\", data)\r\n\t\t\t\tparentElement.removeChild(placeholder)\r\n\t\t\t} else {\r\n\t\t\t\tnextSibling.insertAdjacentHTML(\"beforebegin\", data)\r\n\t\t\t}\r\n\t\t} else {\r\n\t\t\tappendTextFragment(parentElement, data)\r\n\t\t}\r\n\r\n\t\tvar nodes = []\r\n\r\n\t\twhile (parentElement.childNodes[index] !== nextSibling) {\r\n\t\t\tnodes.push(parentElement.childNodes[index])\r\n\t\t\tindex++\r\n\t\t}\r\n\r\n\t\treturn nodes\r\n\t}\r\n\r\n\tfunction autoredraw(callback, object) {\r\n\t\treturn function (e) {\r\n\t\t\te = e || event\r\n\t\t\tm.redraw.strategy(\"diff\")\r\n\t\t\tm.startComputation()\r\n\t\t\ttry {\r\n\t\t\t\treturn callback.call(object, e)\r\n\t\t\t} finally {\r\n\t\t\t\tendFirstComputation()\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n\r\n\tvar html\r\n\tvar documentNode = {\r\n\t\tappendChild: function (node) {\r\n\t\t\tif (html === undefined) html = $document.createElement(\"html\")\r\n\t\t\tif ($document.documentElement &&\r\n\t\t\t\t\t$document.documentElement !== node) {\r\n\t\t\t\t$document.replaceChild(node, $document.documentElement)\r\n\t\t\t} else {\r\n\t\t\t\t$document.appendChild(node)\r\n\t\t\t}\r\n\r\n\t\t\tthis.childNodes = $document.childNodes\r\n\t\t},\r\n\r\n\t\tinsertBefore: function (node) {\r\n\t\t\tthis.appendChild(node)\r\n\t\t},\r\n\r\n\t\tchildNodes: []\r\n\t}\r\n\r\n\tvar nodeCache = []\r\n\tvar cellCache = {}\r\n\r\n\tm.render = function (root, cell, forceRecreation) {\r\n\t\tif (!root) {\r\n\t\t\tthrow new Error(\"Ensure the DOM element being passed to \" +\r\n\t\t\t\t\"m.route/m.mount/m.render is not undefined.\")\r\n\t\t}\r\n\t\tvar configs = []\r\n\t\tvar id = getCellCacheKey(root)\r\n\t\tvar isDocumentRoot = root === $document\r\n\t\tvar node\r\n\r\n\t\tif (isDocumentRoot || root === $document.documentElement) {\r\n\t\t\tnode = documentNode\r\n\t\t} else {\r\n\t\t\tnode = root\r\n\t\t}\r\n\r\n\t\tif (isDocumentRoot && cell.tag !== \"html\") {\r\n\t\t\tcell = {tag: \"html\", attrs: {}, children: cell}\r\n\t\t}\r\n\r\n\t\tif (cellCache[id] === undefined) clear(node.childNodes)\r\n\t\tif (forceRecreation === true) reset(root)\r\n\r\n\t\tcellCache[id] = build(\r\n\t\t\tnode,\r\n\t\t\tnull,\r\n\t\t\tundefined,\r\n\t\t\tundefined,\r\n\t\t\tcell,\r\n\t\t\tcellCache[id],\r\n\t\t\tfalse,\r\n\t\t\t0,\r\n\t\t\tnull,\r\n\t\t\tundefined,\r\n\t\t\tconfigs)\r\n\r\n\t\tforEach(configs, function (config) { config() })\r\n\t}\r\n\r\n\tfunction getCellCacheKey(element) {\r\n\t\tvar index = nodeCache.indexOf(element)\r\n\t\treturn index < 0 ? nodeCache.push(element) - 1 : index\r\n\t}\r\n\r\n\tm.trust = function (value) {\r\n\t\tvalue = new String(value) // eslint-disable-line no-new-wrappers\r\n\t\tvalue.$trusted = true\r\n\t\treturn value\r\n\t}\r\n\r\n\tfunction gettersetter(store) {\r\n\t\tfunction prop() {\r\n\t\t\tif (arguments.length) store = arguments[0]\r\n\t\t\treturn store\r\n\t\t}\r\n\r\n\t\tprop.toJSON = function () {\r\n\t\t\treturn store\r\n\t\t}\r\n\r\n\t\treturn prop\r\n\t}\r\n\r\n\tm.prop = function (store) {\r\n\t\tif ((store != null && (isObject(store) || isFunction(store)) || ((typeof Promise !== \"undefined\") && (store instanceof Promise))) &&\r\n\t\t\t\tisFunction(store.then)) {\r\n\t\t\treturn propify(store)\r\n\t\t}\r\n\r\n\t\treturn gettersetter(store)\r\n\t}\r\n\r\n\tvar roots = []\r\n\tvar components = []\r\n\tvar controllers = []\r\n\tvar lastRedrawId = null\r\n\tvar lastRedrawCallTime = 0\r\n\tvar computePreRedrawHook = null\r\n\tvar computePostRedrawHook = null\r\n\tvar topComponent\r\n\tvar FRAME_BUDGET = 16 // 60 frames per second = 1 call per 16 ms\r\n\r\n\tfunction parameterize(component, args) {\r\n\t\tfunction controller() {\r\n\t\t\t/* eslint-disable no-invalid-this */\r\n\t\t\treturn (component.controller || noop).apply(this, args) || this\r\n\t\t\t/* eslint-enable no-invalid-this */\r\n\t\t}\r\n\r\n\t\tif (component.controller) {\r\n\t\t\tcontroller.prototype = component.controller.prototype\r\n\t\t}\r\n\r\n\t\tfunction view(ctrl) {\r\n\t\t\tvar currentArgs = [ctrl].concat(args)\r\n\t\t\tfor (var i = 1; i < arguments.length; i++) {\r\n\t\t\t\tcurrentArgs.push(arguments[i])\r\n\t\t\t}\r\n\r\n\t\t\treturn component.view.apply(component, currentArgs)\r\n\t\t}\r\n\r\n\t\tview.$original = component.view\r\n\t\tvar output = {controller: controller, view: view}\r\n\t\tif (args[0] && args[0].key != null) output.attrs = {key: args[0].key}\r\n\t\treturn output\r\n\t}\r\n\r\n\tm.component = function (component) {\r\n\t\tvar args = new Array(arguments.length - 1)\r\n\r\n\t\tfor (var i = 1; i < arguments.length; i++) {\r\n\t\t\targs[i - 1] = arguments[i]\r\n\t\t}\r\n\r\n\t\treturn parameterize(component, args)\r\n\t}\r\n\r\n\tfunction checkPrevented(component, root, index, isPrevented) {\r\n\t\tif (!isPrevented) {\r\n\t\t\tm.redraw.strategy(\"all\")\r\n\t\t\tm.startComputation()\r\n\t\t\troots[index] = root\r\n\t\t\tvar currentComponent\r\n\r\n\t\t\tif (component) {\r\n\t\t\t\tcurrentComponent = topComponent = component\r\n\t\t\t} else {\r\n\t\t\t\tcurrentComponent = topComponent = component = {controller: noop}\r\n\t\t\t}\r\n\r\n\t\t\tvar controller = new (component.controller || noop)()\r\n\r\n\t\t\t// controllers may call m.mount recursively (via m.route redirects,\r\n\t\t\t// for example)\r\n\t\t\t// this conditional ensures only the last recursive m.mount call is\r\n\t\t\t// applied\r\n\t\t\tif (currentComponent === topComponent) {\r\n\t\t\t\tcontrollers[index] = controller\r\n\t\t\t\tcomponents[index] = component\r\n\t\t\t}\r\n\t\t\tendFirstComputation()\r\n\t\t\tif (component === null) {\r\n\t\t\t\tremoveRootElement(root, index)\r\n\t\t\t}\r\n\t\t\treturn controllers[index]\r\n\t\t} else if (component == null) {\r\n\t\t\tremoveRootElement(root, index)\r\n\t\t}\r\n\t}\r\n\r\n\tm.mount = m.module = function (root, component) {\r\n\t\tif (!root) {\r\n\t\t\tthrow new Error(\"Please ensure the DOM element exists before \" +\r\n\t\t\t\t\"rendering a template into it.\")\r\n\t\t}\r\n\r\n\t\tvar index = roots.indexOf(root)\r\n\t\tif (index < 0) index = roots.length\r\n\r\n\t\tvar isPrevented = false\r\n\t\tvar event = {\r\n\t\t\tpreventDefault: function () {\r\n\t\t\t\tisPrevented = true\r\n\t\t\t\tcomputePreRedrawHook = computePostRedrawHook = null\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\tforEach(unloaders, function (unloader) {\r\n\t\t\tunloader.handler.call(unloader.controller, event)\r\n\t\t\tunloader.controller.onunload = null\r\n\t\t})\r\n\r\n\t\tif (isPrevented) {\r\n\t\t\tforEach(unloaders, function (unloader) {\r\n\t\t\t\tunloader.controller.onunload = unloader.handler\r\n\t\t\t})\r\n\t\t} else {\r\n\t\t\tunloaders = []\r\n\t\t}\r\n\r\n\t\tif (controllers[index] && isFunction(controllers[index].onunload)) {\r\n\t\t\tcontrollers[index].onunload(event)\r\n\t\t}\r\n\r\n\t\treturn checkPrevented(component, root, index, isPrevented)\r\n\t}\r\n\r\n\tfunction removeRootElement(root, index) {\r\n\t\troots.splice(index, 1)\r\n\t\tcontrollers.splice(index, 1)\r\n\t\tcomponents.splice(index, 1)\r\n\t\treset(root)\r\n\t\tnodeCache.splice(getCellCacheKey(root), 1)\r\n\t}\r\n\r\n\tvar redrawing = false\r\n\tm.redraw = function (force) {\r\n\t\tif (redrawing) return\r\n\t\tredrawing = true\r\n\t\tif (force) forcing = true\r\n\r\n\t\ttry {\r\n\t\t\t// lastRedrawId is a positive number if a second redraw is requested\r\n\t\t\t// before the next animation frame\r\n\t\t\t// lastRedrawId is null if it's the first redraw and not an event\r\n\t\t\t// handler\r\n\t\t\tif (lastRedrawId && !force) {\r\n\t\t\t\t// when setTimeout: only reschedule redraw if time between now\r\n\t\t\t\t// and previous redraw is bigger than a frame, otherwise keep\r\n\t\t\t\t// currently scheduled timeout\r\n\t\t\t\t// when rAF: always reschedule redraw\r\n\t\t\t\tif ($requestAnimationFrame === global.requestAnimationFrame ||\r\n\t\t\t\t\t\tnew Date() - lastRedrawCallTime > FRAME_BUDGET) {\r\n\t\t\t\t\tif (lastRedrawId > 0) $cancelAnimationFrame(lastRedrawId)\r\n\t\t\t\t\tlastRedrawId = $requestAnimationFrame(redraw, FRAME_BUDGET)\r\n\t\t\t\t}\r\n\t\t\t} else {\r\n\t\t\t\tredraw()\r\n\t\t\t\tlastRedrawId = $requestAnimationFrame(function () {\r\n\t\t\t\t\tlastRedrawId = null\r\n\t\t\t\t}, FRAME_BUDGET)\r\n\t\t\t}\r\n\t\t} finally {\r\n\t\t\tredrawing = forcing = false\r\n\t\t}\r\n\t}\r\n\r\n\tm.redraw.strategy = m.prop()\r\n\tfunction redraw() {\r\n\t\tif (computePreRedrawHook) {\r\n\t\t\tcomputePreRedrawHook()\r\n\t\t\tcomputePreRedrawHook = null\r\n\t\t}\r\n\t\tforEach(roots, function (root, i) {\r\n\t\t\tvar component = components[i]\r\n\t\t\tif (controllers[i]) {\r\n\t\t\t\tvar args = [controllers[i]]\r\n\t\t\t\tm.render(root,\r\n\t\t\t\t\tcomponent.view ? component.view(controllers[i], args) : \"\")\r\n\t\t\t}\r\n\t\t})\r\n\t\t// after rendering within a routed context, we need to scroll back to\r\n\t\t// the top, and fetch the document title for history.pushState\r\n\t\tif (computePostRedrawHook) {\r\n\t\t\tcomputePostRedrawHook()\r\n\t\t\tcomputePostRedrawHook = null\r\n\t\t}\r\n\t\tlastRedrawId = null\r\n\t\tlastRedrawCallTime = new Date()\r\n\t\tm.redraw.strategy(\"diff\")\r\n\t}\r\n\r\n\tfunction endFirstComputation() {\r\n\t\tif (m.redraw.strategy() === \"none\") {\r\n\t\t\tpendingRequests--\r\n\t\t\tm.redraw.strategy(\"diff\")\r\n\t\t} else {\r\n\t\t\tm.endComputation()\r\n\t\t}\r\n\t}\r\n\r\n\tm.withAttr = function (prop, withAttrCallback, callbackThis) {\r\n\t\treturn function (e) {\r\n\t\t\te = e || window.event\r\n\t\t\t/* eslint-disable no-invalid-this */\r\n\t\t\tvar currentTarget = e.currentTarget || this\r\n\t\t\tvar _this = callbackThis || this\r\n\t\t\t/* eslint-enable no-invalid-this */\r\n\t\t\tvar target = prop in currentTarget ?\r\n\t\t\t\tcurrentTarget[prop] :\r\n\t\t\t\tcurrentTarget.getAttribute(prop)\r\n\t\t\twithAttrCallback.call(_this, target)\r\n\t\t}\r\n\t}\r\n\r\n\t// routing\r\n\tvar modes = {pathname: \"\", hash: \"#\", search: \"?\"}\r\n\tvar redirect = noop\r\n\tvar isDefaultRoute = false\r\n\tvar routeParams, currentRoute\r\n\r\n\tm.route = function (root, arg1, arg2, vdom) { // eslint-disable-line\r\n\t\t// m.route()\r\n\t\tif (arguments.length === 0) return currentRoute\r\n\t\t// m.route(el, defaultRoute, routes)\r\n\t\tif (arguments.length === 3 && isString(arg1)) {\r\n\t\t\tredirect = function (source) {\r\n\t\t\t\tvar path = currentRoute = normalizeRoute(source)\r\n\t\t\t\tif (!routeByValue(root, arg2, path)) {\r\n\t\t\t\t\tif (isDefaultRoute) {\r\n\t\t\t\t\t\tthrow new Error(\"Ensure the default route matches \" +\r\n\t\t\t\t\t\t\t\"one of the routes defined in m.route\")\r\n\t\t\t\t\t}\r\n\r\n\t\t\t\t\tisDefaultRoute = true\r\n\t\t\t\t\tm.route(arg1, true)\r\n\t\t\t\t\tisDefaultRoute = false\r\n\t\t\t\t}\r\n\t\t\t}\r\n\r\n\t\t\tvar listener = m.route.mode === \"hash\" ?\r\n\t\t\t\t\"onhashchange\" :\r\n\t\t\t\t\"onpopstate\"\r\n\r\n\t\t\tglobal[listener] = function () {\r\n\t\t\t\tvar path = $location[m.route.mode]\r\n\t\t\t\tif (m.route.mode === \"pathname\") path += $location.search\r\n\t\t\t\tif (currentRoute !== normalizeRoute(path)) redirect(path)\r\n\t\t\t}\r\n\r\n\t\t\tcomputePreRedrawHook = setScroll\r\n\t\t\tglobal[listener]()\r\n\r\n\t\t\treturn\r\n\t\t}\r\n\r\n\t\t// config: m.route\r\n\t\tif (root.addEventListener || root.attachEvent) {\r\n\t\t\tvar base = m.route.mode !== \"pathname\" ? $location.pathname : \"\"\r\n\t\t\troot.href = base + modes[m.route.mode] + vdom.attrs.href\r\n\t\t\tif (root.addEventListener) {\r\n\t\t\t\troot.removeEventListener(\"click\", routeUnobtrusive)\r\n\t\t\t\troot.addEventListener(\"click\", routeUnobtrusive)\r\n\t\t\t} else {\r\n\t\t\t\troot.detachEvent(\"onclick\", routeUnobtrusive)\r\n\t\t\t\troot.attachEvent(\"onclick\", routeUnobtrusive)\r\n\t\t\t}\r\n\r\n\t\t\treturn\r\n\t\t}\r\n\t\t// m.route(route, params, shouldReplaceHistoryEntry)\r\n\t\tif (isString(root)) {\r\n\t\t\tvar oldRoute = currentRoute\r\n\t\t\tcurrentRoute = root\r\n\r\n\t\t\tvar args = arg1 || {}\r\n\t\t\tvar queryIndex = currentRoute.indexOf(\"?\")\r\n\t\t\tvar params\r\n\r\n\t\t\tif (queryIndex > -1) {\r\n\t\t\t\tparams = parseQueryString(currentRoute.slice(queryIndex + 1))\r\n\t\t\t} else {\r\n\t\t\t\tparams = {}\r\n\t\t\t}\r\n\r\n\t\t\tfor (var i in args) {\r\n\t\t\t\tif (hasOwn.call(args, i)) {\r\n\t\t\t\t\tparams[i] = args[i]\r\n\t\t\t\t}\r\n\t\t\t}\r\n\r\n\t\t\tvar querystring = buildQueryString(params)\r\n\t\t\tvar currentPath\r\n\r\n\t\t\tif (queryIndex > -1) {\r\n\t\t\t\tcurrentPath = currentRoute.slice(0, queryIndex)\r\n\t\t\t} else {\r\n\t\t\t\tcurrentPath = currentRoute\r\n\t\t\t}\r\n\r\n\t\t\tif (querystring) {\r\n\t\t\t\tcurrentRoute = currentPath +\r\n\t\t\t\t\t(currentPath.indexOf(\"?\") === -1 ? \"?\" : \"&\") +\r\n\t\t\t\t\tquerystring\r\n\t\t\t}\r\n\r\n\t\t\tvar replaceHistory =\r\n\t\t\t\t(arguments.length === 3 ? arg2 : arg1) === true ||\r\n\t\t\t\toldRoute === root\r\n\r\n\t\t\tif (global.history.pushState) {\r\n\t\t\t\tvar method = replaceHistory ? \"replaceState\" : \"pushState\"\r\n\t\t\t\tcomputePreRedrawHook = setScroll\r\n\t\t\t\tcomputePostRedrawHook = function () {\r\n\t\t\t\t\ttry {\r\n\t\t\t\t\t\tglobal.history[method](null, $document.title,\r\n\t\t\t\t\t\t\tmodes[m.route.mode] + currentRoute)\r\n\t\t\t\t\t} catch (err) {\r\n\t\t\t\t\t\t// In the event of a pushState or replaceState failure,\r\n\t\t\t\t\t\t// fallback to a standard redirect. This is specifically\r\n\t\t\t\t\t\t// to address a Safari security error when attempting to\r\n\t\t\t\t\t\t// call pushState more than 100 times.\r\n\t\t\t\t\t\t$location[m.route.mode] = currentRoute\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t\tredirect(modes[m.route.mode] + currentRoute)\r\n\t\t\t} else {\r\n\t\t\t\t$location[m.route.mode] = currentRoute\r\n\t\t\t\tredirect(modes[m.route.mode] + currentRoute)\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n\r\n\tm.route.param = function (key) {\r\n\t\tif (!routeParams) {\r\n\t\t\tthrow new Error(\"You must call m.route(element, defaultRoute, \" +\r\n\t\t\t\t\"routes) before calling m.route.param()\")\r\n\t\t}\r\n\r\n\t\tif (!key) {\r\n\t\t\treturn routeParams\r\n\t\t}\r\n\r\n\t\treturn routeParams[key]\r\n\t}\r\n\r\n\tm.route.mode = \"search\"\r\n\r\n\tfunction normalizeRoute(route) {\r\n\t\treturn route.slice(modes[m.route.mode].length)\r\n\t}\r\n\r\n\tfunction routeByValue(root, router, path) {\r\n\t\trouteParams = {}\r\n\r\n\t\tvar queryStart = path.indexOf(\"?\")\r\n\t\tif (queryStart !== -1) {\r\n\t\t\trouteParams = parseQueryString(\r\n\t\t\t\tpath.substr(queryStart + 1, path.length))\r\n\t\t\tpath = path.substr(0, queryStart)\r\n\t\t}\r\n\r\n\t\t// Get all routes and check if there's\r\n\t\t// an exact match for the current path\r\n\t\tvar keys = Object.keys(router)\r\n\t\tvar index = keys.indexOf(path)\r\n\r\n\t\tif (index !== -1){\r\n\t\t\tm.mount(root, router[keys [index]])\r\n\t\t\treturn true\r\n\t\t}\r\n\r\n\t\tfor (var route in router) {\r\n\t\t\tif (hasOwn.call(router, route)) {\r\n\t\t\t\tif (route === path) {\r\n\t\t\t\t\tm.mount(root, router[route])\r\n\t\t\t\t\treturn true\r\n\t\t\t\t}\r\n\r\n\t\t\t\tvar matcher = new RegExp(\"^\" + route\r\n\t\t\t\t\t.replace(/:[^\\/]+?\\.{3}/g, \"(.*?)\")\r\n\t\t\t\t\t.replace(/:[^\\/]+/g, \"([^\\\\/]+)\") + \"\\/?$\")\r\n\r\n\t\t\t\tif (matcher.test(path)) {\r\n\t\t\t\t\t/* eslint-disable no-loop-func */\r\n\t\t\t\t\tpath.replace(matcher, function () {\r\n\t\t\t\t\t\tvar keys = route.match(/:[^\\/]+/g) || []\r\n\t\t\t\t\t\tvar values = [].slice.call(arguments, 1, -2)\r\n\t\t\t\t\t\tforEach(keys, function (key, i) {\r\n\t\t\t\t\t\t\trouteParams[key.replace(/:|\\./g, \"\")] =\r\n\t\t\t\t\t\t\t\tdecodeURIComponent(values[i])\r\n\t\t\t\t\t\t})\r\n\t\t\t\t\t\tm.mount(root, router[route])\r\n\t\t\t\t\t})\r\n\t\t\t\t\t/* eslint-enable no-loop-func */\r\n\t\t\t\t\treturn true\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n\r\n\tfunction routeUnobtrusive(e) {\r\n\t\te = e || event\r\n\t\tif (e.ctrlKey || e.metaKey || e.shiftKey || e.which === 2) return\r\n\r\n\t\tif (e.preventDefault) {\r\n\t\t\te.preventDefault()\r\n\t\t} else {\r\n\t\t\te.returnValue = false\r\n\t\t}\r\n\r\n\t\tvar currentTarget = e.currentTarget || e.srcElement\r\n\t\tvar args\r\n\r\n\t\tif (m.route.mode === \"pathname\" && currentTarget.search) {\r\n\t\t\targs = parseQueryString(currentTarget.search.slice(1))\r\n\t\t} else {\r\n\t\t\targs = {}\r\n\t\t}\r\n\r\n\t\twhile (currentTarget && !/a/i.test(currentTarget.nodeName)) {\r\n\t\t\tcurrentTarget = currentTarget.parentNode\r\n\t\t}\r\n\r\n\t\t// clear pendingRequests because we want an immediate route change\r\n\t\tpendingRequests = 0\r\n\t\tm.route(currentTarget[m.route.mode]\r\n\t\t\t.slice(modes[m.route.mode].length), args)\r\n\t}\r\n\r\n\tfunction setScroll() {\r\n\t\tif (m.route.mode !== \"hash\" && $location.hash) {\r\n\t\t\t$location.hash = $location.hash\r\n\t\t} else {\r\n\t\t\tglobal.scrollTo(0, 0)\r\n\t\t}\r\n\t}\r\n\r\n\tfunction buildQueryString(object, prefix) {\r\n\t\tvar duplicates = {}\r\n\t\tvar str = []\r\n\r\n\t\tfor (var prop in object) {\r\n\t\t\tif (hasOwn.call(object, prop)) {\r\n\t\t\t\tvar key = prefix ? prefix + \"[\" + prop + \"]\" : prop\r\n\t\t\t\tvar value = object[prop]\r\n\r\n\t\t\t\tif (value === null) {\r\n\t\t\t\t\tstr.push(encodeURIComponent(key))\r\n\t\t\t\t} else if (isObject(value)) {\r\n\t\t\t\t\tstr.push(buildQueryString(value, key))\r\n\t\t\t\t} else if (isArray(value)) {\r\n\t\t\t\t\tvar keys = []\r\n\t\t\t\t\tduplicates[key] = duplicates[key] || {}\r\n\t\t\t\t\t/* eslint-disable no-loop-func */\r\n\t\t\t\t\tforEach(value, function (item) {\r\n\t\t\t\t\t\t/* eslint-enable no-loop-func */\r\n\t\t\t\t\t\tif (!duplicates[key][item]) {\r\n\t\t\t\t\t\t\tduplicates[key][item] = true\r\n\t\t\t\t\t\t\tkeys.push(encodeURIComponent(key) + \"=\" +\r\n\t\t\t\t\t\t\t\tencodeURIComponent(item))\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t})\r\n\t\t\t\t\tstr.push(keys.join(\"&\"))\r\n\t\t\t\t} else if (value !== undefined) {\r\n\t\t\t\t\tstr.push(encodeURIComponent(key) + \"=\" +\r\n\t\t\t\t\t\tencodeURIComponent(value))\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\treturn str.join(\"&\")\r\n\t}\r\n\r\n\tfunction parseQueryString(str) {\r\n\t\tif (str === \"\" || str == null) return {}\r\n\t\tif (str.charAt(0) === \"?\") str = str.slice(1)\r\n\r\n\t\tvar pairs = str.split(\"&\")\r\n\t\tvar params = {}\r\n\r\n\t\tforEach(pairs, function (string) {\r\n\t\t\tvar pair = string.split(\"=\")\r\n\t\t\tvar key = decodeURIComponent(pair[0])\r\n\t\t\tvar value = pair.length === 2 ? decodeURIComponent(pair[1]) : null\r\n\t\t\tif (params[key] != null) {\r\n\t\t\t\tif (!isArray(params[key])) params[key] = [params[key]]\r\n\t\t\t\tparams[key].push(value)\r\n\t\t\t}\r\n\t\t\telse params[key] = value\r\n\t\t})\r\n\r\n\t\treturn params\r\n\t}\r\n\r\n\tm.route.buildQueryString = buildQueryString\r\n\tm.route.parseQueryString = parseQueryString\r\n\r\n\tfunction reset(root) {\r\n\t\tvar cacheKey = getCellCacheKey(root)\r\n\t\tclear(root.childNodes, cellCache[cacheKey])\r\n\t\tcellCache[cacheKey] = undefined\r\n\t}\r\n\r\n\tm.deferred = function () {\r\n\t\tvar deferred = new Deferred()\r\n\t\tdeferred.promise = propify(deferred.promise)\r\n\t\treturn deferred\r\n\t}\r\n\r\n\tfunction propify(promise, initialValue) {\r\n\t\tvar prop = m.prop(initialValue)\r\n\t\tpromise.then(prop)\r\n\t\tprop.then = function (resolve, reject) {\r\n\t\t\treturn propify(promise.then(resolve, reject), initialValue)\r\n\t\t}\r\n\r\n\t\tprop.catch = prop.then.bind(null, null)\r\n\t\treturn prop\r\n\t}\r\n\t// Promiz.mithril.js | Zolmeister | MIT\r\n\t// a modified version of Promiz.js, which does not conform to Promises/A+\r\n\t// for two reasons:\r\n\t//\r\n\t// 1) `then` callbacks are called synchronously (because setTimeout is too\r\n\t// slow, and the setImmediate polyfill is too big\r\n\t//\r\n\t// 2) throwing subclasses of Error cause the error to be bubbled up instead\r\n\t// of triggering rejection (because the spec does not account for the\r\n\t// important use case of default browser error handling, i.e. message w/\r\n\t// line number)\r\n\r\n\tvar RESOLVING = 1\r\n\tvar REJECTING = 2\r\n\tvar RESOLVED = 3\r\n\tvar REJECTED = 4\r\n\r\n\tfunction Deferred(onSuccess, onFailure) {\r\n\t\tvar self = this\r\n\t\tvar state = 0\r\n\t\tvar promiseValue = 0\r\n\t\tvar next = []\r\n\r\n\t\tself.promise = {}\r\n\r\n\t\tself.resolve = function (value) {\r\n\t\t\tif (!state) {\r\n\t\t\t\tpromiseValue = value\r\n\t\t\t\tstate = RESOLVING\r\n\r\n\t\t\t\tfire()\r\n\t\t\t}\r\n\r\n\t\t\treturn self\r\n\t\t}\r\n\r\n\t\tself.reject = function (value) {\r\n\t\t\tif (!state) {\r\n\t\t\t\tpromiseValue = value\r\n\t\t\t\tstate = REJECTING\r\n\r\n\t\t\t\tfire()\r\n\t\t\t}\r\n\r\n\t\t\treturn self\r\n\t\t}\r\n\r\n\t\tself.promise.then = function (onSuccess, onFailure) {\r\n\t\t\tvar deferred = new Deferred(onSuccess, onFailure)\r\n\r\n\t\t\tif (state === RESOLVED) {\r\n\t\t\t\tdeferred.resolve(promiseValue)\r\n\t\t\t} else if (state === REJECTED) {\r\n\t\t\t\tdeferred.reject(promiseValue)\r\n\t\t\t} else {\r\n\t\t\t\tnext.push(deferred)\r\n\t\t\t}\r\n\r\n\t\t\treturn deferred.promise\r\n\t\t}\r\n\r\n\t\tfunction finish(type) {\r\n\t\t\tstate = type || REJECTED\r\n\t\t\tnext.map(function (deferred) {\r\n\t\t\t\tif (state === RESOLVED) {\r\n\t\t\t\t\tdeferred.resolve(promiseValue)\r\n\t\t\t\t} else {\r\n\t\t\t\t\tdeferred.reject(promiseValue)\r\n\t\t\t\t}\r\n\t\t\t})\r\n\t\t}\r\n\r\n\t\tfunction thennable(then, success, failure, notThennable) {\r\n\t\t\tif (((promiseValue != null && isObject(promiseValue)) ||\r\n\t\t\t\t\tisFunction(promiseValue)) && isFunction(then)) {\r\n\t\t\t\ttry {\r\n\t\t\t\t\t// count protects against abuse calls from spec checker\r\n\t\t\t\t\tvar count = 0\r\n\t\t\t\t\tthen.call(promiseValue, function (value) {\r\n\t\t\t\t\t\tif (count++) return\r\n\t\t\t\t\t\tpromiseValue = value\r\n\t\t\t\t\t\tsuccess()\r\n\t\t\t\t\t}, function (value) {\r\n\t\t\t\t\t\tif (count++) return\r\n\t\t\t\t\t\tpromiseValue = value\r\n\t\t\t\t\t\tfailure()\r\n\t\t\t\t\t})\r\n\t\t\t\t} catch (e) {\r\n\t\t\t\t\tm.deferred.onerror(e)\r\n\t\t\t\t\tpromiseValue = e\r\n\t\t\t\t\tfailure()\r\n\t\t\t\t}\r\n\t\t\t} else {\r\n\t\t\t\tnotThennable()\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\tfunction fire() {\r\n\t\t\t// check if it's a thenable\r\n\t\t\tvar then\r\n\t\t\ttry {\r\n\t\t\t\tthen = promiseValue && promiseValue.then\r\n\t\t\t} catch (e) {\r\n\t\t\t\tm.deferred.onerror(e)\r\n\t\t\t\tpromiseValue = e\r\n\t\t\t\tstate = REJECTING\r\n\t\t\t\treturn fire()\r\n\t\t\t}\r\n\r\n\t\t\tif (state === REJECTING) {\r\n\t\t\t\tm.deferred.onerror(promiseValue)\r\n\t\t\t}\r\n\r\n\t\t\tthennable(then, function () {\r\n\t\t\t\tstate = RESOLVING\r\n\t\t\t\tfire()\r\n\t\t\t}, function () {\r\n\t\t\t\tstate = REJECTING\r\n\t\t\t\tfire()\r\n\t\t\t}, function () {\r\n\t\t\t\ttry {\r\n\t\t\t\t\tif (state === RESOLVING && isFunction(onSuccess)) {\r\n\t\t\t\t\t\tpromiseValue = onSuccess(promiseValue)\r\n\t\t\t\t\t} else if (state === REJECTING && isFunction(onFailure)) {\r\n\t\t\t\t\t\tpromiseValue = onFailure(promiseValue)\r\n\t\t\t\t\t\tstate = RESOLVING\r\n\t\t\t\t\t}\r\n\t\t\t\t} catch (e) {\r\n\t\t\t\t\tm.deferred.onerror(e)\r\n\t\t\t\t\tpromiseValue = e\r\n\t\t\t\t\treturn finish()\r\n\t\t\t\t}\r\n\r\n\t\t\t\tif (promiseValue === self) {\r\n\t\t\t\t\tpromiseValue = TypeError()\r\n\t\t\t\t\tfinish()\r\n\t\t\t\t} else {\r\n\t\t\t\t\tthennable(then, function () {\r\n\t\t\t\t\t\tfinish(RESOLVED)\r\n\t\t\t\t\t}, finish, function () {\r\n\t\t\t\t\t\tfinish(state === RESOLVING && RESOLVED)\r\n\t\t\t\t\t})\r\n\t\t\t\t}\r\n\t\t\t})\r\n\t\t}\r\n\t}\r\n\r\n\tm.deferred.onerror = function (e) {\r\n\t\tif (type.call(e) === \"[object Error]\" &&\r\n\t\t\t\t!/ Error/.test(e.constructor.toString())) {\r\n\t\t\tpendingRequests = 0\r\n\t\t\tthrow e\r\n\t\t}\r\n\t}\r\n\r\n\tm.sync = function (args) {\r\n\t\tvar deferred = m.deferred()\r\n\t\tvar outstanding = args.length\r\n\t\tvar results = []\r\n\t\tvar method = \"resolve\"\r\n\r\n\t\tfunction synchronizer(pos, resolved) {\r\n\t\t\treturn function (value) {\r\n\t\t\t\tresults[pos] = value\r\n\t\t\t\tif (!resolved) method = \"reject\"\r\n\t\t\t\tif (--outstanding === 0) {\r\n\t\t\t\t\tdeferred.promise(results)\r\n\t\t\t\t\tdeferred[method](results)\r\n\t\t\t\t}\r\n\t\t\t\treturn value\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\tif (args.length > 0) {\r\n\t\t\tforEach(args, function (arg, i) {\r\n\t\t\t\targ.then(synchronizer(i, true), synchronizer(i, false))\r\n\t\t\t})\r\n\t\t} else {\r\n\t\t\tdeferred.resolve([])\r\n\t\t}\r\n\r\n\t\treturn deferred.promise\r\n\t}\r\n\r\n\tfunction identity(value) { return value }\r\n\r\n\tfunction handleJsonp(options) {\r\n\t\tvar callbackKey = options.callbackName || \"mithril_callback_\" +\r\n\t\t\tnew Date().getTime() + \"_\" +\r\n\t\t\t(Math.round(Math.random() * 1e16)).toString(36)\r\n\r\n\t\tvar script = $document.createElement(\"script\")\r\n\r\n\t\tglobal[callbackKey] = function (resp) {\r\n\t\t\tscript.parentNode.removeChild(script)\r\n\t\t\toptions.onload({\r\n\t\t\t\ttype: \"load\",\r\n\t\t\t\ttarget: {\r\n\t\t\t\t\tresponseText: resp\r\n\t\t\t\t}\r\n\t\t\t})\r\n\t\t\tglobal[callbackKey] = undefined\r\n\t\t}\r\n\r\n\t\tscript.onerror = function () {\r\n\t\t\tscript.parentNode.removeChild(script)\r\n\r\n\t\t\toptions.onerror({\r\n\t\t\t\ttype: \"error\",\r\n\t\t\t\ttarget: {\r\n\t\t\t\t\tstatus: 500,\r\n\t\t\t\t\tresponseText: JSON.stringify({\r\n\t\t\t\t\t\terror: \"Error making jsonp request\"\r\n\t\t\t\t\t})\r\n\t\t\t\t}\r\n\t\t\t})\r\n\t\t\tglobal[callbackKey] = undefined\r\n\r\n\t\t\treturn false\r\n\t\t}\r\n\r\n\t\tscript.onload = function () {\r\n\t\t\treturn false\r\n\t\t}\r\n\r\n\t\tscript.src = options.url +\r\n\t\t\t(options.url.indexOf(\"?\") > 0 ? \"&\" : \"?\") +\r\n\t\t\t(options.callbackKey ? options.callbackKey : \"callback\") +\r\n\t\t\t\"=\" + callbackKey +\r\n\t\t\t\"&\" + buildQueryString(options.data || {})\r\n\r\n\t\t$document.body.appendChild(script)\r\n\t}\r\n\r\n\tfunction createXhr(options) {\r\n\t\tvar xhr = new global.XMLHttpRequest()\r\n\t\txhr.open(options.method, options.url, true, options.user,\r\n\t\t\toptions.password)\r\n\r\n\t\txhr.onreadystatechange = function () {\r\n\t\t\tif (xhr.readyState === 4) {\r\n\t\t\t\tif (xhr.status >= 200 && xhr.status < 300) {\r\n\t\t\t\t\toptions.onload({type: \"load\", target: xhr})\r\n\t\t\t\t} else {\r\n\t\t\t\t\toptions.onerror({type: \"error\", target: xhr})\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\tif (options.serialize === JSON.stringify &&\r\n\t\t\t\toptions.data &&\r\n\t\t\t\toptions.method !== \"GET\") {\r\n\t\t\txhr.setRequestHeader(\"Content-Type\",\r\n\t\t\t\t\"application/json; charset=utf-8\")\r\n\t\t}\r\n\r\n\t\tif (options.deserialize === JSON.parse) {\r\n\t\t\txhr.setRequestHeader(\"Accept\", \"application/json, text/*\")\r\n\t\t}\r\n\r\n\t\tif (isFunction(options.config)) {\r\n\t\t\tvar maybeXhr = options.config(xhr, options)\r\n\t\t\tif (maybeXhr != null) xhr = maybeXhr\r\n\t\t}\r\n\r\n\t\tvar data = options.method === \"GET\" || !options.data ? \"\" : options.data\r\n\r\n\t\tif (data && !isString(data) && data.constructor !== global.FormData) {\r\n\t\t\tthrow new Error(\"Request data should be either be a string or \" +\r\n\t\t\t\t\"FormData. Check the `serialize` option in `m.request`\")\r\n\t\t}\r\n\r\n\t\txhr.send(data)\r\n\t\treturn xhr\r\n\t}\r\n\r\n\tfunction ajax(options) {\r\n\t\tif (options.dataType && options.dataType.toLowerCase() === \"jsonp\") {\r\n\t\t\treturn handleJsonp(options)\r\n\t\t} else {\r\n\t\t\treturn createXhr(options)\r\n\t\t}\r\n\t}\r\n\r\n\tfunction bindData(options, data, serialize) {\r\n\t\tif (options.method === \"GET\" && options.dataType !== \"jsonp\") {\r\n\t\t\tvar prefix = options.url.indexOf(\"?\") < 0 ? \"?\" : \"&\"\r\n\t\t\tvar querystring = buildQueryString(data)\r\n\t\t\toptions.url += (querystring ? prefix + querystring : \"\")\r\n\t\t} else {\r\n\t\t\toptions.data = serialize(data)\r\n\t\t}\r\n\t}\r\n\r\n\tfunction parameterizeUrl(url, data) {\r\n\t\tif (data) {\r\n\t\t\turl = url.replace(/:[a-z]\\w+/gi, function (token){\r\n\t\t\t\tvar key = token.slice(1)\r\n\t\t\t\tvar value = data[key] || token\r\n\t\t\t\tdelete data[key]\r\n\t\t\t\treturn value\r\n\t\t\t})\r\n\t\t}\r\n\t\treturn url\r\n\t}\r\n\r\n\tm.request = function (options) {\r\n\t\tif (options.background !== true) m.startComputation()\r\n\t\tvar deferred = new Deferred()\r\n\t\tvar isJSONP = options.dataType &&\r\n\t\t\toptions.dataType.toLowerCase() === \"jsonp\"\r\n\r\n\t\tvar serialize, deserialize, extract\r\n\r\n\t\tif (isJSONP) {\r\n\t\t\tserialize = options.serialize =\r\n\t\t\tdeserialize = options.deserialize = identity\r\n\r\n\t\t\textract = function (jsonp) { return jsonp.responseText }\r\n\t\t} else {\r\n\t\t\tserialize = options.serialize = options.serialize || JSON.stringify\r\n\r\n\t\t\tdeserialize = options.deserialize =\r\n\t\t\t\toptions.deserialize || JSON.parse\r\n\t\t\textract = options.extract || function (xhr) {\r\n\t\t\t\tif (xhr.responseText.length || deserialize !== JSON.parse) {\r\n\t\t\t\t\treturn xhr.responseText\r\n\t\t\t\t} else {\r\n\t\t\t\t\treturn null\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\toptions.method = (options.method || \"GET\").toUpperCase()\r\n\t\toptions.url = parameterizeUrl(options.url, options.data)\r\n\t\tbindData(options, options.data, serialize)\r\n\t\toptions.onload = options.onerror = function (ev) {\r\n\t\t\ttry {\r\n\t\t\t\tev = ev || event\r\n\t\t\t\tvar response = deserialize(extract(ev.target, options))\r\n\t\t\t\tif (ev.type === \"load\") {\r\n\t\t\t\t\tif (options.unwrapSuccess) {\r\n\t\t\t\t\t\tresponse = options.unwrapSuccess(response, ev.target)\r\n\t\t\t\t\t}\r\n\r\n\t\t\t\t\tif (isArray(response) && options.type) {\r\n\t\t\t\t\t\tforEach(response, function (res, i) {\r\n\t\t\t\t\t\t\tresponse[i] = new options.type(res)\r\n\t\t\t\t\t\t})\r\n\t\t\t\t\t} else if (options.type) {\r\n\t\t\t\t\t\tresponse = new options.type(response)\r\n\t\t\t\t\t}\r\n\r\n\t\t\t\t\tdeferred.resolve(response)\r\n\t\t\t\t} else {\r\n\t\t\t\t\tif (options.unwrapError) {\r\n\t\t\t\t\t\tresponse = options.unwrapError(response, ev.target)\r\n\t\t\t\t\t}\r\n\r\n\t\t\t\t\tdeferred.reject(response)\r\n\t\t\t\t}\r\n\t\t\t} catch (e) {\r\n\t\t\t\tdeferred.reject(e)\r\n\t\t\t\tm.deferred.onerror(e)\r\n\t\t\t} finally {\r\n\t\t\t\tif (options.background !== true) m.endComputation()\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\tajax(options)\r\n\t\tdeferred.promise = propify(deferred.promise, options.initialValue)\r\n\t\treturn deferred.promise\r\n\t}\r\n\r\n\treturn m\r\n}); // eslint-disable-line\r\n\n},{}],7:[function(require,module,exports){\n/*!\n * EventEmitter v4.2.11 - git.io/ee\n * Unlicense - http://unlicense.org/\n * Oliver Caldwell - http://oli.me.uk/\n * @preserve\n */\n\n;(function () {\n 'use strict';\n\n /**\n * Class for managing events.\n * Can be extended to provide event functionality in other classes.\n *\n * @class EventEmitter Manages event registering and emitting.\n */\n function EventEmitter() {}\n\n // Shortcuts to improve speed and size\n var proto = EventEmitter.prototype;\n var exports = this;\n var originalGlobalValue = exports.EventEmitter;\n\n /**\n * Finds the index of the listener for the event in its storage array.\n *\n * @param {Function[]} listeners Array of listeners to search through.\n * @param {Function} listener Method to look for.\n * @return {Number} Index of the specified listener, -1 if not found\n * @api private\n */\n function indexOfListener(listeners, listener) {\n var i = listeners.length;\n while (i--) {\n if (listeners[i].listener === listener) {\n return i;\n }\n }\n\n return -1;\n }\n\n /**\n * Alias a method while keeping the context correct, to allow for overwriting of target method.\n *\n * @param {String} name The name of the target method.\n * @return {Function} The aliased method\n * @api private\n */\n function alias(name) {\n return function aliasClosure() {\n return this[name].apply(this, arguments);\n };\n }\n\n /**\n * Returns the listener array for the specified event.\n * Will initialise the event object and listener arrays if required.\n * Will return an object if you use a regex search. The object contains keys for each matched event. So /ba[rz]/ might return an object containing bar and baz. But only if you have either defined them with defineEvent or added some listeners to them.\n * Each property in the object response is an array of listener functions.\n *\n * @param {String|RegExp} evt Name of the event to return the listeners from.\n * @return {Function[]|Object} All listener functions for the event.\n */\n proto.getListeners = function getListeners(evt) {\n var events = this._getEvents();\n var response;\n var key;\n\n // Return a concatenated array of all matching events if\n // the selector is a regular expression.\n if (evt instanceof RegExp) {\n response = {};\n for (key in events) {\n if (events.hasOwnProperty(key) && evt.test(key)) {\n response[key] = events[key];\n }\n }\n }\n else {\n response = events[evt] || (events[evt] = []);\n }\n\n return response;\n };\n\n /**\n * Takes a list of listener objects and flattens it into a list of listener functions.\n *\n * @param {Object[]} listeners Raw listener objects.\n * @return {Function[]} Just the listener functions.\n */\n proto.flattenListeners = function flattenListeners(listeners) {\n var flatListeners = [];\n var i;\n\n for (i = 0; i < listeners.length; i += 1) {\n flatListeners.push(listeners[i].listener);\n }\n\n return flatListeners;\n };\n\n /**\n * Fetches the requested listeners via getListeners but will always return the results inside an object. This is mainly for internal use but others may find it useful.\n *\n * @param {String|RegExp} evt Name of the event to return the listeners from.\n * @return {Object} All listener functions for an event in an object.\n */\n proto.getListenersAsObject = function getListenersAsObject(evt) {\n var listeners = this.getListeners(evt);\n var response;\n\n if (listeners instanceof Array) {\n response = {};\n response[evt] = listeners;\n }\n\n return response || listeners;\n };\n\n /**\n * Adds a listener function to the specified event.\n * The listener will not be added if it is a duplicate.\n * If the listener returns true then it will be removed after it is called.\n * If you pass a regular expression as the event name then the listener will be added to all events that match it.\n *\n * @param {String|RegExp} evt Name of the event to attach the listener to.\n * @param {Function} listener Method to be called when the event is emitted. If the function returns true then it will be removed after calling.\n * @return {Object} Current instance of EventEmitter for chaining.\n */\n proto.addListener = function addListener(evt, listener) {\n var listeners = this.getListenersAsObject(evt);\n var listenerIsWrapped = typeof listener === 'object';\n var key;\n\n for (key in listeners) {\n if (listeners.hasOwnProperty(key) && indexOfListener(listeners[key], listener) === -1) {\n listeners[key].push(listenerIsWrapped ? listener : {\n listener: listener,\n once: false\n });\n }\n }\n\n return this;\n };\n\n /**\n * Alias of addListener\n */\n proto.on = alias('addListener');\n\n /**\n * Semi-alias of addListener. It will add a listener that will be\n * automatically removed after its first execution.\n *\n * @param {String|RegExp} evt Name of the event to attach the listener to.\n * @param {Function} listener Method to be called when the event is emitted. If the function returns true then it will be removed after calling.\n * @return {Object} Current instance of EventEmitter for chaining.\n */\n proto.addOnceListener = function addOnceListener(evt, listener) {\n return this.addListener(evt, {\n listener: listener,\n once: true\n });\n };\n\n /**\n * Alias of addOnceListener.\n */\n proto.once = alias('addOnceListener');\n\n /**\n * Defines an event name. This is required if you want to use a regex to add a listener to multiple events at once. If you don't do this then how do you expect it to know what event to add to? Should it just add to every possible match for a regex? No. That is scary and bad.\n * You need to tell it what event names should be matched by a regex.\n *\n * @param {String} evt Name of the event to create.\n * @return {Object} Current instance of EventEmitter for chaining.\n */\n proto.defineEvent = function defineEvent(evt) {\n this.getListeners(evt);\n return this;\n };\n\n /**\n * Uses defineEvent to define multiple events.\n *\n * @param {String[]} evts An array of event names to define.\n * @return {Object} Current instance of EventEmitter for chaining.\n */\n proto.defineEvents = function defineEvents(evts) {\n for (var i = 0; i < evts.length; i += 1) {\n this.defineEvent(evts[i]);\n }\n return this;\n };\n\n /**\n * Removes a listener function from the specified event.\n * When passed a regular expression as the event name, it will remove the listener from all events that match it.\n *\n * @param {String|RegExp} evt Name of the event to remove the listener from.\n * @param {Function} listener Method to remove from the event.\n * @return {Object} Current instance of EventEmitter for chaining.\n */\n proto.removeListener = function removeListener(evt, listener) {\n var listeners = this.getListenersAsObject(evt);\n var index;\n var key;\n\n for (key in listeners) {\n if (listeners.hasOwnProperty(key)) {\n index = indexOfListener(listeners[key], listener);\n\n if (index !== -1) {\n listeners[key].splice(index, 1);\n }\n }\n }\n\n return this;\n };\n\n /**\n * Alias of removeListener\n */\n proto.off = alias('removeListener');\n\n /**\n * Adds listeners in bulk using the manipulateListeners method.\n * If you pass an object as the second argument you can add to multiple events at once. The object should contain key value pairs of events and listeners or listener arrays. You can also pass it an event name and an array of listeners to be added.\n * You can also pass it a regular expression to add the array of listeners to all events that match it.\n * Yeah, this function does quite a bit. That's probably a bad thing.\n *\n * @param {String|Object|RegExp} evt An event name if you will pass an array of listeners next. An object if you wish to add to multiple events at once.\n * @param {Function[]} [listeners] An optional array of listener functions to add.\n * @return {Object} Current instance of EventEmitter for chaining.\n */\n proto.addListeners = function addListeners(evt, listeners) {\n // Pass through to manipulateListeners\n return this.manipulateListeners(false, evt, listeners);\n };\n\n /**\n * Removes listeners in bulk using the manipulateListeners method.\n * If you pass an object as the second argument you can remove from multiple events at once. The object should contain key value pairs of events and listeners or listener arrays.\n * You can also pass it an event name and an array of listeners to be removed.\n * You can also pass it a regular expression to remove the listeners from all events that match it.\n *\n * @param {String|Object|RegExp} evt An event name if you will pass an array of listeners next. An object if you wish to remove from multiple events at once.\n * @param {Function[]} [listeners] An optional array of listener functions to remove.\n * @return {Object} Current instance of EventEmitter for chaining.\n */\n proto.removeListeners = function removeListeners(evt, listeners) {\n // Pass through to manipulateListeners\n return this.manipulateListeners(true, evt, listeners);\n };\n\n /**\n * Edits listeners in bulk. The addListeners and removeListeners methods both use this to do their job. You should really use those instead, this is a little lower level.\n * The first argument will determine if the listeners are removed (true) or added (false).\n * If you pass an object as the second argument you can add/remove from multiple events at once. The object should contain key value pairs of events and listeners or listener arrays.\n * You can also pass it an event name and an array of listeners to be added/removed.\n * You can also pass it a regular expression to manipulate the listeners of all events that match it.\n *\n * @param {Boolean} remove True if you want to remove listeners, false if you want to add.\n * @param {String|Object|RegExp} evt An event name if you will pass an array of listeners next. An object if you wish to add/remove from multiple events at once.\n * @param {Function[]} [listeners] An optional array of listener functions to add/remove.\n * @return {Object} Current instance of EventEmitter for chaining.\n */\n proto.manipulateListeners = function manipulateListeners(remove, evt, listeners) {\n var i;\n var value;\n var single = remove ? this.removeListener : this.addListener;\n var multiple = remove ? this.removeListeners : this.addListeners;\n\n // If evt is an object then pass each of its properties to this method\n if (typeof evt === 'object' && !(evt instanceof RegExp)) {\n for (i in evt) {\n if (evt.hasOwnProperty(i) && (value = evt[i])) {\n // Pass the single listener straight through to the singular method\n if (typeof value === 'function') {\n single.call(this, i, value);\n }\n else {\n // Otherwise pass back to the multiple function\n multiple.call(this, i, value);\n }\n }\n }\n }\n else {\n // So evt must be a string\n // And listeners must be an array of listeners\n // Loop over it and pass each one to the multiple method\n i = listeners.length;\n while (i--) {\n single.call(this, evt, listeners[i]);\n }\n }\n\n return this;\n };\n\n /**\n * Removes all listeners from a specified event.\n * If you do not specify an event then all listeners will be removed.\n * That means every event will be emptied.\n * You can also pass a regex to remove all events that match it.\n *\n * @param {String|RegExp} [evt] Optional name of the event to remove all listeners for. Will remove from every event if not passed.\n * @return {Object} Current instance of EventEmitter for chaining.\n */\n proto.removeEvent = function removeEvent(evt) {\n var type = typeof evt;\n var events = this._getEvents();\n var key;\n\n // Remove different things depending on the state of evt\n if (type === 'string') {\n // Remove all listeners for the specified event\n delete events[evt];\n }\n else if (evt instanceof RegExp) {\n // Remove all events matching the regex.\n for (key in events) {\n if (events.hasOwnProperty(key) && evt.test(key)) {\n delete events[key];\n }\n }\n }\n else {\n // Remove all listeners in all events\n delete this._events;\n }\n\n return this;\n };\n\n /**\n * Alias of removeEvent.\n *\n * Added to mirror the node API.\n */\n proto.removeAllListeners = alias('removeEvent');\n\n /**\n * Emits an event of your choice.\n * When emitted, every listener attached to that event will be executed.\n * If you pass the optional argument array then those arguments will be passed to every listener upon execution.\n * Because it uses `apply`, your array of arguments will be passed as if you wrote them out separately.\n * So they will not arrive within the array on the other side, they will be separate.\n * You can also pass a regular expression to emit to all events that match it.\n *\n * @param {String|RegExp} evt Name of the event to emit and execute listeners for.\n * @param {Array} [args] Optional array of arguments to be passed to each listener.\n * @return {Object} Current instance of EventEmitter for chaining.\n */\n proto.emitEvent = function emitEvent(evt, args) {\n var listenersMap = this.getListenersAsObject(evt);\n var listeners;\n var listener;\n var i;\n var key;\n var response;\n\n for (key in listenersMap) {\n if (listenersMap.hasOwnProperty(key)) {\n listeners = listenersMap[key].slice(0);\n i = listeners.length;\n\n while (i--) {\n // If the listener returns true then it shall be removed from the event\n // The function is executed either with a basic call or an apply if there is an args array\n listener = listeners[i];\n\n if (listener.once === true) {\n this.removeListener(evt, listener.listener);\n }\n\n response = listener.listener.apply(this, args || []);\n\n if (response === this._getOnceReturnValue()) {\n this.removeListener(evt, listener.listener);\n }\n }\n }\n }\n\n return this;\n };\n\n /**\n * Alias of emitEvent\n */\n proto.trigger = alias('emitEvent');\n\n /**\n * Subtly different from emitEvent in that it will pass its arguments on to the listeners, as opposed to taking a single array of arguments to pass on.\n * As with emitEvent, you can pass a regex in place of the event name to emit to all events that match it.\n *\n * @param {String|RegExp} evt Name of the event to emit and execute listeners for.\n * @param {...*} Optional additional arguments to be passed to each listener.\n * @return {Object} Current instance of EventEmitter for chaining.\n */\n proto.emit = function emit(evt) {\n var args = Array.prototype.slice.call(arguments, 1);\n return this.emitEvent(evt, args);\n };\n\n /**\n * Sets the current value to check against when executing listeners. If a\n * listeners return value matches the one set here then it will be removed\n * after execution. This value defaults to true.\n *\n * @param {*} value The new value to check for when executing listeners.\n * @return {Object} Current instance of EventEmitter for chaining.\n */\n proto.setOnceReturnValue = function setOnceReturnValue(value) {\n this._onceReturnValue = value;\n return this;\n };\n\n /**\n * Fetches the current value to check against when executing listeners. If\n * the listeners return value matches this one then it should be removed\n * automatically. It will return true by default.\n *\n * @return {*|Boolean} The current value to check for or the default, true.\n * @api private\n */\n proto._getOnceReturnValue = function _getOnceReturnValue() {\n if (this.hasOwnProperty('_onceReturnValue')) {\n return this._onceReturnValue;\n }\n else {\n return true;\n }\n };\n\n /**\n * Fetches the events object and creates one if required.\n *\n * @return {Object} The events storage object.\n * @api private\n */\n proto._getEvents = function _getEvents() {\n return this._events || (this._events = {});\n };\n\n /**\n * Reverts the global {@link EventEmitter} to its previous value and returns a reference to this version.\n *\n * @return {Function} Non conflicting EventEmitter class.\n */\n EventEmitter.noConflict = function noConflict() {\n exports.EventEmitter = originalGlobalValue;\n return EventEmitter;\n };\n\n // Expose the class either via AMD, CommonJS or the global object\n if (typeof define === 'function' && define.amd) {\n define(function () {\n return EventEmitter;\n });\n }\n else if (typeof module === 'object' && module.exports){\n module.exports = EventEmitter;\n }\n else {\n exports.EventEmitter = EventEmitter;\n }\n}.call(this));\n\n},{}]},{},[1]);\n })();"],"sourceRoot":"/source/"}
|
1 |
+
{"version":3,"sources":["admin.js"],"names":["require","undefined","define","e","t","n","r","s","o","u","a","i","f","Error","code","l","exports","call","length","1","module","m","EventEmitter","context","document","getElementById","events","tabs","helpers","settings","window","mc4wp","deps","mithril","./admin/helpers.js","./admin/settings.js","./admin/tabs.js","wolfy87-eventemitter","2","toggleElement","selector","elements","querySelectorAll","show","clientHeight","style","display","bindEventToElement","element","event","handler","addEventListener","attachEvent","bindEventToElements","Array","prototype","forEach","debounce","func","wait","immediate","timeout","this","args","arguments","later","apply","callNow","clearTimeout","setTimeout","showIfElements","getAttribute","checked","value","conditionMet","config","hide","visibility","opacity","inputs","inputElement","removeAttribute","setAttribute","JSON","parse","parentElements","parentElement","3","Settings","getSelectedListsWhere","searchKey","searchValue","selectedLists","filter","el","getSelectedLists","updateSelectedLists","listInputs","input","lists","push","trigger","toggleVisibleLists","rows","listId","isSelected","replace","querySelector","mc4wp_vars","mailchimp","on","4","URL","Tabs","get","id","open","tab","updateState","$tabs","removeClass","css","$tabNavs","nav","className","blur","url","setParameter","location","href","history","pushState","title","refererField","tb_remove","forms","editor","refresh","split","switchTab","tabId","match","urlParams","opened","preventDefault","returnValue","init","activeTab","substring","replaceState","state","$","jQuery","$context","find","each","first","text","click","body","./url.js","5","query","hasOwnProperty","b","decodeURIComponent","build","data","ret","d","encodeURIComponent","join","key","6","global","factory","amd","isFunction","object","isObject","type","isString","noop","initialize","mock","$document","$location","$cancelAnimationFrame","cancelAnimationFrame","$requestAnimationFrame","requestAnimationFrame","parseTagAttrs","cell","tag","classes","parser","exec","attrs","pair","getVirtualChildren","hasAttrs","children","slice","isArray","assignAttrs","target","classAttr","attrName","hasOwn","pairs","parameterize","list","forKeys","dataToString","toString","injectTextNode","index","insertNode","nodeValue","flatten","concat","node","insertBefore","childNodes","handleKeysDiffer","existing","cached","action","MOVE","from","nodes","createElement","INSERTION","actions","prop","changes","sort","sortChanges","newCached","change","DELETION","clear","splice","dummy","changeElement","maybeChanged","diffKeys","keysDiffer","cachedCell","diffArray","_","parentNode","indexOf","buildArrayKeys","guid","isDifferentEnough","dataAttrKeys","Object","keys","redraw","strategy","configContext","retain","maybeRecreateObject","onunload","controllers","controller","getObjectNamespace","namespace","xmlns","unloadCachedControllers","views","$old","pendingRequests","scheduleConfigsToBeCalled","configs","isNew","buildUpdatedNode","editable","hasKeys","setAttributes","contenteditable","intact","handleNonexistentNodes","$trusted","injectHTML","createTextNode","nodeName","voidElements","constructor","reattachNodes","parentTag","activeElement","innerHTML","nodeType","trim","handleTextNode","shouldReattach","valueOf","getSubArrayCount","item","buildArray","subArrayCount","shouldMaintainIdentities","cacheCount","len","makeCache","parentIndex","parentCache","offset","end","constructNode","is","createElementNS","constructAttrs","constructChildren","reconstructCached","getController","view","cachedControllers","controllerIndex","updateLists","unloaders","map","checkView","forcing","subtree","markViews","$original","buildObject","copyStyleAttrs","dataAttr","cachedAttr","rule","setSingleAttr","autoredraw","setAttributeNS","shouldUseSetAttribute","trySetAttr","cachedAttrs","message","dataAttrs","removeChild","unload","appendTextFragment","appendChild","createRange","createContextualFragment","insertAdjacentHTML","replaceScriptNodes","tagName","replaceChild","buildExecutableNode","scriptEl","attributes","name","nextSibling","isElement","placeholder","callback","startComputation","endFirstComputation","getCellCacheKey","nodeCache","gettersetter","store","toJSON","component","ctrl","currentArgs","output","checkPrevented","root","isPrevented","roots","currentComponent","topComponent","components","removeRootElement","reset","computePreRedrawHook","render","computePostRedrawHook","lastRedrawId","lastRedrawCallTime","Date","endComputation","normalizeRoute","route","modes","mode","routeByValue","router","path","routeParams","queryStart","parseQueryString","substr","mount","matcher","RegExp","test","values","routeUnobtrusive","ctrlKey","metaKey","shiftKey","which","currentTarget","srcElement","search","setScroll","hash","scrollTo","buildQueryString","prefix","duplicates","str","charAt","params","string","cacheKey","cellCache","propify","promise","initialValue","then","resolve","reject","bind","Deferred","onSuccess","onFailure","finish","REJECTED","next","deferred","RESOLVED","promiseValue","thennable","success","failure","notThennable","count","onerror","fire","REJECTING","RESOLVING","self","TypeError","identity","handleJsonp","options","callbackKey","callbackName","getTime","Math","round","random","script","resp","onload","responseText","status","stringify","error","src","createXhr","xhr","XMLHttpRequest","method","user","password","onreadystatechange","readyState","serialize","setRequestHeader","deserialize","maybeXhr","FormData","send","ajax","dataType","toLowerCase","bindData","querystring","parameterizeUrl","token","version","AREA","BASE","BR","COL","COMMAND","EMBED","HR","IMG","INPUT","KEYGEN","LINK","META","PARAM","SOURCE","TRACK","WBR","html","form","width","height","documentNode","documentElement","forceRecreation","isDocumentRoot","trust","String","Promise","FRAME_BUDGET","unloader","redrawing","force","withAttr","withAttrCallback","callbackThis","_this","currentRoute","pathname","redirect","isDefaultRoute","arg1","arg2","vdom","source","listener","base","removeEventListener","detachEvent","oldRoute","queryIndex","currentPath","replaceHistory","err","param","sync","synchronizer","pos","resolved","results","outstanding","arg","request","background","extract","isJSONP","jsonp","toUpperCase","ev","response","unwrapSuccess","res","unwrapError","7","indexOfListener","listeners","alias","proto","originalGlobalValue","getListeners","evt","_getEvents","flattenListeners","flatListeners","getListenersAsObject","addListener","listenerIsWrapped","once","addOnceListener","defineEvent","defineEvents","evts","removeListener","off","addListeners","manipulateListeners","removeListeners","remove","single","multiple","removeEvent","_events","removeAllListeners","emitEvent","listenersMap","_getOnceReturnValue","emit","setOnceReturnValue","_onceReturnValue","noConflict"],"mappings":"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","file":"admin.min.js","sourcesContent":["(function () { var require = undefined; var define = undefined; (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require==\"function\"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error(\"Cannot find module '\"+o+\"'\");throw f.code=\"MODULE_NOT_FOUND\",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require==\"function\"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){\n'use strict';\n\n// dependencies\nvar m = require('mithril');\nvar EventEmitter = require('wolfy87-eventemitter');\n\n// vars\nvar context = document.getElementById('mc4wp-admin');\nvar events = new EventEmitter();\nvar tabs = require ('./admin/tabs.js')(context);\nvar helpers = require('./admin/helpers.js');\nvar settings = require('./admin/settings.js')(context, helpers, events);\n\n// expose some things\nwindow.mc4wp = window.mc4wp || {};\nwindow.mc4wp.deps = window.mc4wp.deps || {};\nwindow.mc4wp.deps.mithril = m;\nwindow.mc4wp.helpers = helpers;\nwindow.mc4wp.events = events;\nwindow.mc4wp.settings = settings;\nwindow.mc4wp.tabs = tabs;\n},{\"./admin/helpers.js\":2,\"./admin/settings.js\":3,\"./admin/tabs.js\":4,\"mithril\":6,\"wolfy87-eventemitter\":7}],2:[function(require,module,exports){\n'use strict';\n\nvar helpers = {};\n\nhelpers.toggleElement = function(selector) {\n\tvar elements = document.querySelectorAll(selector);\n\tfor( var i=0; i<elements.length;i++){\n\t\tvar show = elements[i].clientHeight <= 0;\n\t\telements[i].style.display = show ? '' : 'none';\n\t}\n};\n\nhelpers.bindEventToElement = function(element,event,handler) {\n\tif ( element.addEventListener) {\n\t\telement.addEventListener(event, handler);\n\t} else if (element.attachEvent) {\n\t\telement.attachEvent('on' + event, handler);\n\t}\n};\n\nhelpers.bindEventToElements = function( elements, event, handler ) {\n\tArray.prototype.forEach.call( elements, function(element) {\n\t\thelpers.bindEventToElement(element,event,handler);\n\t});\n};\n\n\n// polling\nhelpers.debounce = function(func, wait, immediate) {\n\tvar timeout;\n\treturn function() {\n\t\tvar context = this, args = arguments;\n\t\tvar later = function() {\n\t\t\ttimeout = null;\n\t\t\tif (!immediate) func.apply(context, args);\n\t\t};\n\t\tvar callNow = immediate && !timeout;\n\t\tclearTimeout(timeout);\n\t\ttimeout = setTimeout(later, wait);\n\t\tif (callNow) func.apply(context, args);\n\t};\n};\n\n/**\n * Showif.js\n */\n(function() {\n\tvar showIfElements = document.querySelectorAll('[data-showif]');\n\n\t// dependent elements\n\tArray.prototype.forEach.call( showIfElements, function(element) {\n\t\tvar config = JSON.parse( element.getAttribute('data-showif') );\n\t\tvar parentElements = document.querySelectorAll('[name=\"'+ config.element +'\"]');\n\t\tvar inputs = element.querySelectorAll('input,select,textarea:not([readonly])');\n\t\tvar hide = config.hide === undefined || config.hide;\n\n\t\tfunction toggleElement() {\n\n\t\t\t// do nothing with unchecked radio inputs\n\t\t\tif( this.getAttribute('type') === \"radio\" && ! this.checked ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tvar value = ( this.getAttribute(\"type\") === \"checkbox\" ) ? this.checked : this.value;\n\t\t\tvar conditionMet = ( value == config.value );\n\n\t\t\tif( hide ) {\n\t\t\t\telement.style.display = conditionMet ? '' : 'none';\n\t\t\t\telement.style.visibility = conditionMet ? '' : 'hidden';\n\t\t\t} else {\n\t\t\t\telement.style.opacity = conditionMet ? '' : '0.4';\n\t\t\t}\n\n\t\t\t// disable input fields to stop sending their values to server\n\t\t\tArray.prototype.forEach.call( inputs, function(inputElement) {\n\t\t\t\tconditionMet ? inputElement.removeAttribute('readonly') : inputElement.setAttribute('readonly','readonly');\n\t\t\t});\n\t\t}\n\n\t\t// find checked element and call toggleElement function\n\t\tArray.prototype.forEach.call( parentElements, function( parentElement ) {\n\t\t\ttoggleElement.call(parentElement);\n\t\t});\n\n\t\t// bind on all changes\n\t\thelpers.bindEventToElements(parentElements, 'change', toggleElement);\n\t});\n})();\n\nmodule.exports = helpers;\n},{}],3:[function(require,module,exports){\nvar Settings = function(context, helpers, events ) {\n\t'use strict';\n\n\t// vars\n\tvar form = context.querySelector('form');\n\tvar listInputs = context.querySelectorAll('.mc4wp-list-input');\n\tvar lists = mc4wp_vars.mailchimp.lists;\n\tvar selectedLists = [];\n\n\t// functions\n\tfunction getSelectedListsWhere(searchKey,searchValue) {\n\t\treturn selectedLists.filter(function(el) {\n\t\t\treturn el[searchKey] === searchValue;\n\t\t});\n\t}\n\n\tfunction getSelectedLists() {\n\t\treturn selectedLists;\n\t}\n\n\tfunction updateSelectedLists() {\n\t\tselectedLists = [];\n\n\t\tArray.prototype.forEach.call(listInputs, function(input) {\n\t\t\t// skip unchecked checkboxes\n\t\t\tif( typeof( input.checked ) === \"boolean\" && ! input.checked ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tif( typeof( lists[ input.value ] ) === \"object\" ){\n\t\t\t\tselectedLists.push( lists[ input.value ] );\n\t\t\t}\n\t\t});\n\n\t\tevents.trigger('selectedLists.change', [ selectedLists ]);\n\t\treturn selectedLists;\n\t}\n\n\tfunction toggleVisibleLists() {\n\t\tvar rows = document.querySelectorAll('.lists--only-selected > *');\n\t\tArray.prototype.forEach.call(rows, function(el) {\n\n\t\t\tvar listId = el.getAttribute('data-list-id');\n\t\t\tvar isSelected = getSelectedListsWhere('id', listId).length > 0;\n\n\t\t\tif( isSelected ) {\n\t\t\t\tel.setAttribute('class', el.getAttribute('class').replace('hidden',''));\n\t\t\t} else {\n\t\t\t\tel.setAttribute('class', el.getAttribute('class') + \" hidden\" );\n\t\t\t}\n\t\t});\n\t}\n\n\tevents.on('selectedLists.change', toggleVisibleLists);\n\thelpers.bindEventToElements(listInputs,'change',updateSelectedLists);\n\n\tupdateSelectedLists();\n\n\treturn {\n\t\tgetSelectedLists: getSelectedLists\n\t}\n\n};\n\nmodule.exports = Settings;\n},{}],4:[function(require,module,exports){\n'use strict';\n\nvar URL = require('./url.js');\n\n// Tabs\nvar Tabs = function(context) {\n\n\t// @todo last piece of jQuery... can we get rid of it?\n\tvar $ = window.jQuery;\n\n\tvar $context = $(context);\n\tvar $tabs = $context.find('.tab');\n\tvar $tabNavs = $context.find('.nav-tab');\n\tvar refererField = context.querySelector('input[name=\"_wp_http_referer\"]');\n\tvar tabs = [];\n\n\t$.each($tabs, function(i,t) {\n\t\tvar id = t.id.substring(4);\n\t\tvar title = $(t).find('h2').first().text();\n\n\t\ttabs.push({\n\t\t\tid: id,\n\t\t\ttitle: title,\n\t\t\telement: t,\n\t\t\tnav: context.querySelectorAll('.nav-tab-' + id),\n\t\t\topen: function() { return open(id); }\n\t\t});\n\t});\n\n\tfunction get(id) {\n\n\t\tfor( var i=0; i<tabs.length; i++){\n\t\t\tif(tabs[i].id === id ) {\n\t\t\t\treturn tabs[i];\n\t\t\t}\n\t\t}\n\n\t\treturn undefined;\n\t}\n\n\tfunction open( tab, updateState ) {\n\n\t\t// make sure we have a tab object\n\t\tif(typeof(tab) === \"string\"){\n\t\t\ttab = get(tab);\n\t\t}\n\n\t\tif(!tab) { return false; }\n\n\t\t// should we update state?\n\t\tif( updateState == undefined ) {\n\t\t\tupdateState = true;\n\t\t}\n\n\t\t// hide all tabs & remove active class\n\t\t$tabs.removeClass('tab-active').css('display', 'none');\n\t\t$tabNavs.removeClass('nav-tab-active');\n\n\t\t// add `nav-tab-active` to this tab\n\t\tArray.prototype.forEach.call(tab.nav, function(nav) {\n\t\t\tnav.className += \" nav-tab-active\";\n\t\t\tnav.blur();\n\t\t});\n\n\t\t// show target tab\n\t\ttab.element.style.display = 'block';\n\t\ttab.element.className += \" tab-active\";\n\n\t\t// create new URL\n\t\tvar url = URL.setParameter(window.location.href, \"tab\", tab.id );\n\n\t\t// update hash\n\t\tif( history.pushState && updateState ) {\n\t\t\thistory.pushState( tab.id, '', url );\n\t\t}\n\n\t\t// update document title\n\t\ttitle(tab);\n\n\t\t// update referer field\n\t\trefererField.value = url;\n\n\t\t// if thickbox is open, close it.\n\t\tif( typeof(tb_remove) === \"function\" ) {\n\t\t\ttb_remove();\n\t\t}\n\n\t\t// refresh editor after switching tabs\n\t\t// TODO: decouple decouple decouple\n\t\tif( tab.id === 'fields' && window.mc4wp && window.mc4wp.forms && window.mc4wp.forms.editor ) {\n\t\t\tmc4wp.forms.editor.refresh();\n\t\t}\n\n\t\treturn true;\n\t}\n\n\tfunction title(tab) {\n\t\tvar title = document.title.split('-');\n\t\tdocument.title = document.title.replace(title[0], tab.title + \" \");\n\t}\n\n\tfunction switchTab(e) {\n\t\te = e || window.event;\n\n\t\t// get from data attribute\n\t\tvar tabId = this.getAttribute('data-tab');\n\n\t\t// get from classname\n\t\tif( ! tabId ) {\n\t\t\tvar match = this.className.match(/nav-tab-(\\w+)?/);\n\t\t\tif( match ) {\n\t\t\t\ttabId = match[1];\n\t\t\t}\n\t\t}\n\n\t\t// get from href\n\t\tif( ! tabId ) {\n\t\t\tvar urlParams = URL.parse( this.href );\n\t\t\tif( ! urlParams.tab ) { return; }\n\t\t\ttabId = urlParams.tab;\n\t\t}\n\n\t\tvar opened = open( tabId );\n\n\t\tif( opened ) {\n\t\t\te.preventDefault();\n\t\t\te.returnValue = false;\n\t\t\treturn false;\n\t\t}\n\n\t\treturn true;\n\t}\n\n\tfunction init() {\n\n\t\t// check for current tab\n\t\tif(! history.pushState) {\n\t\t\treturn;\n\t\t}\n\n\t\tvar activeTab = $tabs.filter(':visible').get(0);\n\t\tif( ! activeTab ) { return; }\n\t\tvar tab = get(activeTab.id.substring(4));\n\t\tif(!tab) return;\n\n\t\t// check if tab is in html5 history\n\t\tif( history.replaceState && history.state === null) {\n\t\t\thistory.replaceState( tab.id, '' );\n\t\t}\n\n\t\t// update document title\n\t\ttitle(tab);\n\t}\n\n\t$tabNavs.click(switchTab);\n\t$(document.body).on('click', '.tab-link', switchTab);\n\tinit();\n\n\tif(window.addEventListener && history.pushState ) {\n\t\twindow.addEventListener('popstate', function(e) {\n\t\t\tif(!e.state) return true;\n\t\t\tvar tabId = e.state;\n\t\t\treturn open(tabId,false);\n\t\t});\n\t}\n\n\treturn {\n\t\topen: open,\n\t\tget: get\n\t}\n\n};\n\nmodule.exports = Tabs;\n},{\"./url.js\":5}],5:[function(require,module,exports){\n'use strict';\n\nvar URL = {\n\tparse: function(url) {\n\t\tvar query = {};\n\t\tvar a = url.split('&');\n\t\tfor (var i in a) {\n\t\t\tif(!a.hasOwnProperty(i)) {\n\t\t\t\tcontinue;\n\t\t\t}\n\t\t\tvar b = a[i].split('=');\n\t\t\tquery[decodeURIComponent(b[0])] = decodeURIComponent(b[1]);\n\t\t}\n\n\t\treturn query;\n\t},\n\tbuild: function(data) {\n\t\tvar ret = [];\n\t\tfor (var d in data)\n\t\t\tret.push(d + \"=\" + encodeURIComponent(data[d]));\n\t\treturn ret.join(\"&\");\n\t},\n\tsetParameter: function( url, key, value ) {\n\t\tvar data = URL.parse( url );\n\t\tdata[ key ] = value;\n\t\treturn URL.build( data );\n\t}\n};\n\nmodule.exports = URL;\n},{}],6:[function(require,module,exports){\n;(function (global, factory) { // eslint-disable-line\r\n\t\"use strict\"\r\n\t/* eslint-disable no-undef */\r\n\tvar m = factory(global)\r\n\tif (typeof module === \"object\" && module != null && module.exports) {\r\n\t\tmodule.exports = m\r\n\t} else if (typeof define === \"function\" && define.amd) {\r\n\t\tdefine(function () { return m })\r\n\t} else {\r\n\t\tglobal.m = m\r\n\t}\r\n\t/* eslint-enable no-undef */\r\n})(typeof window !== \"undefined\" ? window : this, function (global, undefined) { // eslint-disable-line\r\n\t\"use strict\"\r\n\r\n\tm.version = function () {\r\n\t\treturn \"v0.2.5\"\r\n\t}\r\n\r\n\tvar hasOwn = {}.hasOwnProperty\r\n\tvar type = {}.toString\r\n\r\n\tfunction isFunction(object) {\r\n\t\treturn typeof object === \"function\"\r\n\t}\r\n\r\n\tfunction isObject(object) {\r\n\t\treturn type.call(object) === \"[object Object]\"\r\n\t}\r\n\r\n\tfunction isString(object) {\r\n\t\treturn type.call(object) === \"[object String]\"\r\n\t}\r\n\r\n\tvar isArray = Array.isArray || function (object) {\r\n\t\treturn type.call(object) === \"[object Array]\"\r\n\t}\r\n\r\n\tfunction noop() {}\r\n\r\n\tvar voidElements = {\r\n\t\tAREA: 1,\r\n\t\tBASE: 1,\r\n\t\tBR: 1,\r\n\t\tCOL: 1,\r\n\t\tCOMMAND: 1,\r\n\t\tEMBED: 1,\r\n\t\tHR: 1,\r\n\t\tIMG: 1,\r\n\t\tINPUT: 1,\r\n\t\tKEYGEN: 1,\r\n\t\tLINK: 1,\r\n\t\tMETA: 1,\r\n\t\tPARAM: 1,\r\n\t\tSOURCE: 1,\r\n\t\tTRACK: 1,\r\n\t\tWBR: 1\r\n\t}\r\n\r\n\t// caching commonly used variables\r\n\tvar $document, $location, $requestAnimationFrame, $cancelAnimationFrame\r\n\r\n\t// self invoking function needed because of the way mocks work\r\n\tfunction initialize(mock) {\r\n\t\t$document = mock.document\r\n\t\t$location = mock.location\r\n\t\t$cancelAnimationFrame = mock.cancelAnimationFrame || mock.clearTimeout\r\n\t\t$requestAnimationFrame = mock.requestAnimationFrame || mock.setTimeout\r\n\t}\r\n\r\n\t// testing API\r\n\tm.deps = function (mock) {\r\n\t\tinitialize(global = mock || window)\r\n\t\treturn global\r\n\t}\r\n\r\n\tm.deps(global)\r\n\r\n\t/**\r\n\t * @typedef {String} Tag\r\n\t * A string that looks like -> div.classname#id[param=one][param2=two]\r\n\t * Which describes a DOM node\r\n\t */\r\n\r\n\tfunction parseTagAttrs(cell, tag) {\r\n\t\tvar classes = []\r\n\t\tvar parser = /(?:(^|#|\\.)([^#\\.\\[\\]]+))|(\\[.+?\\])/g\r\n\t\tvar match\r\n\r\n\t\twhile ((match = parser.exec(tag))) {\r\n\t\t\tif (match[1] === \"\" && match[2]) {\r\n\t\t\t\tcell.tag = match[2]\r\n\t\t\t} else if (match[1] === \"#\") {\r\n\t\t\t\tcell.attrs.id = match[2]\r\n\t\t\t} else if (match[1] === \".\") {\r\n\t\t\t\tclasses.push(match[2])\r\n\t\t\t} else if (match[3][0] === \"[\") {\r\n\t\t\t\tvar pair = /\\[(.+?)(?:=(\"|'|)(.*?)\\2)?\\]/.exec(match[3])\r\n\t\t\t\tcell.attrs[pair[1]] = pair[3] || \"\"\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\treturn classes\r\n\t}\r\n\r\n\tfunction getVirtualChildren(args, hasAttrs) {\r\n\t\tvar children = hasAttrs ? args.slice(1) : args\r\n\r\n\t\tif (children.length === 1 && isArray(children[0])) {\r\n\t\t\treturn children[0]\r\n\t\t} else {\r\n\t\t\treturn children\r\n\t\t}\r\n\t}\r\n\r\n\tfunction assignAttrs(target, attrs, classes) {\r\n\t\tvar classAttr = \"class\" in attrs ? \"class\" : \"className\"\r\n\r\n\t\tfor (var attrName in attrs) {\r\n\t\t\tif (hasOwn.call(attrs, attrName)) {\r\n\t\t\t\tif (attrName === classAttr &&\r\n\t\t\t\t\t\tattrs[attrName] != null &&\r\n\t\t\t\t\t\tattrs[attrName] !== \"\") {\r\n\t\t\t\t\tclasses.push(attrs[attrName])\r\n\t\t\t\t\t// create key in correct iteration order\r\n\t\t\t\t\ttarget[attrName] = \"\"\r\n\t\t\t\t} else {\r\n\t\t\t\t\ttarget[attrName] = attrs[attrName]\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\tif (classes.length) target[classAttr] = classes.join(\" \")\r\n\t}\r\n\r\n\t/**\r\n\t *\r\n\t * @param {Tag} The DOM node tag\r\n\t * @param {Object=[]} optional key-value pairs to be mapped to DOM attrs\r\n\t * @param {...mNode=[]} Zero or more Mithril child nodes. Can be an array,\r\n\t * or splat (optional)\r\n\t */\r\n\tfunction m(tag, pairs) {\r\n\t\tvar args = []\r\n\r\n\t\tfor (var i = 1, length = arguments.length; i < length; i++) {\r\n\t\t\targs[i - 1] = arguments[i]\r\n\t\t}\r\n\r\n\t\tif (isObject(tag)) return parameterize(tag, args)\r\n\r\n\t\tif (!isString(tag)) {\r\n\t\t\tthrow new Error(\"selector in m(selector, attrs, children) should \" +\r\n\t\t\t\t\"be a string\")\r\n\t\t}\r\n\r\n\t\tvar hasAttrs = pairs != null && isObject(pairs) &&\r\n\t\t\t!(\"tag\" in pairs || \"view\" in pairs || \"subtree\" in pairs)\r\n\r\n\t\tvar attrs = hasAttrs ? pairs : {}\r\n\t\tvar cell = {\r\n\t\t\ttag: \"div\",\r\n\t\t\tattrs: {},\r\n\t\t\tchildren: getVirtualChildren(args, hasAttrs)\r\n\t\t}\r\n\r\n\t\tassignAttrs(cell.attrs, attrs, parseTagAttrs(cell, tag))\r\n\t\treturn cell\r\n\t}\r\n\r\n\tfunction forEach(list, f) {\r\n\t\tfor (var i = 0; i < list.length && !f(list[i], i++);) {\r\n\t\t\t// function called in condition\r\n\t\t}\r\n\t}\r\n\r\n\tfunction forKeys(list, f) {\r\n\t\tforEach(list, function (attrs, i) {\r\n\t\t\treturn (attrs = attrs && attrs.attrs) &&\r\n\t\t\t\tattrs.key != null &&\r\n\t\t\t\tf(attrs, i)\r\n\t\t})\r\n\t}\r\n\t// This function was causing deopts in Chrome.\r\n\tfunction dataToString(data) {\r\n\t\t// data.toString() might throw or return null if data is the return\r\n\t\t// value of Console.log in some versions of Firefox (behavior depends on\r\n\t\t// version)\r\n\t\ttry {\r\n\t\t\tif (data != null && data.toString() != null) return data\r\n\t\t} catch (e) {\r\n\t\t\t// silently ignore errors\r\n\t\t}\r\n\t\treturn \"\"\r\n\t}\r\n\r\n\t// This function was causing deopts in Chrome.\r\n\tfunction injectTextNode(parentElement, first, index, data) {\r\n\t\ttry {\r\n\t\t\tinsertNode(parentElement, first, index)\r\n\t\t\tfirst.nodeValue = data\r\n\t\t} catch (e) {\r\n\t\t\t// IE erroneously throws error when appending an empty text node\r\n\t\t\t// after a null\r\n\t\t}\r\n\t}\r\n\r\n\tfunction flatten(list) {\r\n\t\t// recursively flatten array\r\n\t\tfor (var i = 0; i < list.length; i++) {\r\n\t\t\tif (isArray(list[i])) {\r\n\t\t\t\tlist = list.concat.apply([], list)\r\n\t\t\t\t// check current index again and flatten until there are no more\r\n\t\t\t\t// nested arrays at that index\r\n\t\t\t\ti--\r\n\t\t\t}\r\n\t\t}\r\n\t\treturn list\r\n\t}\r\n\r\n\tfunction insertNode(parentElement, node, index) {\r\n\t\tparentElement.insertBefore(node,\r\n\t\t\tparentElement.childNodes[index] || null)\r\n\t}\r\n\r\n\tvar DELETION = 1\r\n\tvar INSERTION = 2\r\n\tvar MOVE = 3\r\n\r\n\tfunction handleKeysDiffer(data, existing, cached, parentElement) {\r\n\t\tforKeys(data, function (key, i) {\r\n\t\t\texisting[key = key.key] = existing[key] ? {\r\n\t\t\t\taction: MOVE,\r\n\t\t\t\tindex: i,\r\n\t\t\t\tfrom: existing[key].index,\r\n\t\t\t\telement: cached.nodes[existing[key].index] ||\r\n\t\t\t\t\t$document.createElement(\"div\")\r\n\t\t\t} : {action: INSERTION, index: i}\r\n\t\t})\r\n\r\n\t\tvar actions = []\r\n\t\tfor (var prop in existing) {\r\n\t\t\tif (hasOwn.call(existing, prop)) {\r\n\t\t\t\tactions.push(existing[prop])\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\tvar changes = actions.sort(sortChanges)\r\n\t\tvar newCached = new Array(cached.length)\r\n\r\n\t\tnewCached.nodes = cached.nodes.slice()\r\n\r\n\t\tforEach(changes, function (change) {\r\n\t\t\tvar index = change.index\r\n\t\t\tif (change.action === DELETION) {\r\n\t\t\t\tclear(cached[index].nodes, cached[index])\r\n\t\t\t\tnewCached.splice(index, 1)\r\n\t\t\t}\r\n\t\t\tif (change.action === INSERTION) {\r\n\t\t\t\tvar dummy = $document.createElement(\"div\")\r\n\t\t\t\tdummy.key = data[index].attrs.key\r\n\t\t\t\tinsertNode(parentElement, dummy, index)\r\n\t\t\t\tnewCached.splice(index, 0, {\r\n\t\t\t\t\tattrs: {key: data[index].attrs.key},\r\n\t\t\t\t\tnodes: [dummy]\r\n\t\t\t\t})\r\n\t\t\t\tnewCached.nodes[index] = dummy\r\n\t\t\t}\r\n\r\n\t\t\tif (change.action === MOVE) {\r\n\t\t\t\tvar changeElement = change.element\r\n\t\t\t\tvar maybeChanged = parentElement.childNodes[index]\r\n\t\t\t\tif (maybeChanged !== changeElement && changeElement !== null) {\r\n\t\t\t\t\tparentElement.insertBefore(changeElement,\r\n\t\t\t\t\t\tmaybeChanged || null)\r\n\t\t\t\t}\r\n\t\t\t\tnewCached[index] = cached[change.from]\r\n\t\t\t\tnewCached.nodes[index] = changeElement\r\n\t\t\t}\r\n\t\t})\r\n\r\n\t\treturn newCached\r\n\t}\r\n\r\n\tfunction diffKeys(data, cached, existing, parentElement) {\r\n\t\tvar keysDiffer = data.length !== cached.length\r\n\r\n\t\tif (!keysDiffer) {\r\n\t\t\tforKeys(data, function (attrs, i) {\r\n\t\t\t\tvar cachedCell = cached[i]\r\n\t\t\t\treturn keysDiffer = cachedCell &&\r\n\t\t\t\t\tcachedCell.attrs &&\r\n\t\t\t\t\tcachedCell.attrs.key !== attrs.key\r\n\t\t\t})\r\n\t\t}\r\n\r\n\t\tif (keysDiffer) {\r\n\t\t\treturn handleKeysDiffer(data, existing, cached, parentElement)\r\n\t\t} else {\r\n\t\t\treturn cached\r\n\t\t}\r\n\t}\r\n\r\n\tfunction diffArray(data, cached, nodes) {\r\n\t\t// diff the array itself\r\n\r\n\t\t// update the list of DOM nodes by collecting the nodes from each item\r\n\t\tforEach(data, function (_, i) {\r\n\t\t\tif (cached[i] != null) nodes.push.apply(nodes, cached[i].nodes)\r\n\t\t})\r\n\t\t// remove items from the end of the array if the new array is shorter\r\n\t\t// than the old one. if errors ever happen here, the issue is most\r\n\t\t// likely a bug in the construction of the `cached` data structure\r\n\t\t// somewhere earlier in the program\r\n\t\tforEach(cached.nodes, function (node, i) {\r\n\t\t\tif (node.parentNode != null && nodes.indexOf(node) < 0) {\r\n\t\t\t\tclear([node], [cached[i]])\r\n\t\t\t}\r\n\t\t})\r\n\r\n\t\tif (data.length < cached.length) cached.length = data.length\r\n\t\tcached.nodes = nodes\r\n\t}\r\n\r\n\tfunction buildArrayKeys(data) {\r\n\t\tvar guid = 0\r\n\t\tforKeys(data, function () {\r\n\t\t\tforEach(data, function (attrs) {\r\n\t\t\t\tif ((attrs = attrs && attrs.attrs) && attrs.key == null) {\r\n\t\t\t\t\tattrs.key = \"__mithril__\" + guid++\r\n\t\t\t\t}\r\n\t\t\t})\r\n\t\t\treturn 1\r\n\t\t})\r\n\t}\r\n\r\n\tfunction isDifferentEnough(data, cached, dataAttrKeys) {\r\n\t\tif (data.tag !== cached.tag) return true\r\n\r\n\t\tif (dataAttrKeys.sort().join() !==\r\n\t\t\t\tObject.keys(cached.attrs).sort().join()) {\r\n\t\t\treturn true\r\n\t\t}\r\n\r\n\t\tif (data.attrs.id !== cached.attrs.id) {\r\n\t\t\treturn true\r\n\t\t}\r\n\r\n\t\tif (data.attrs.key !== cached.attrs.key) {\r\n\t\t\treturn true\r\n\t\t}\r\n\r\n\t\tif (m.redraw.strategy() === \"all\") {\r\n\t\t\treturn !cached.configContext || cached.configContext.retain !== true\r\n\t\t}\r\n\r\n\t\tif (m.redraw.strategy() === \"diff\") {\r\n\t\t\treturn cached.configContext && cached.configContext.retain === false\r\n\t\t}\r\n\r\n\t\treturn false\r\n\t}\r\n\r\n\tfunction maybeRecreateObject(data, cached, dataAttrKeys) {\r\n\t\t// if an element is different enough from the one in cache, recreate it\r\n\t\tif (isDifferentEnough(data, cached, dataAttrKeys)) {\r\n\t\t\tif (cached.nodes.length) clear(cached.nodes)\r\n\r\n\t\t\tif (cached.configContext &&\r\n\t\t\t\t\tisFunction(cached.configContext.onunload)) {\r\n\t\t\t\tcached.configContext.onunload()\r\n\t\t\t}\r\n\r\n\t\t\tif (cached.controllers) {\r\n\t\t\t\tforEach(cached.controllers, function (controller) {\r\n\t\t\t\t\tif (controller.onunload) {\r\n\t\t\t\t\t\tcontroller.onunload({preventDefault: noop})\r\n\t\t\t\t\t}\r\n\t\t\t\t})\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n\r\n\tfunction getObjectNamespace(data, namespace) {\r\n\t\tif (data.attrs.xmlns) return data.attrs.xmlns\r\n\t\tif (data.tag === \"svg\") return \"http://www.w3.org/2000/svg\"\r\n\t\tif (data.tag === \"math\") return \"http://www.w3.org/1998/Math/MathML\"\r\n\t\treturn namespace\r\n\t}\r\n\r\n\tvar pendingRequests = 0\r\n\tm.startComputation = function () { pendingRequests++ }\r\n\tm.endComputation = function () {\r\n\t\tif (pendingRequests > 1) {\r\n\t\t\tpendingRequests--\r\n\t\t} else {\r\n\t\t\tpendingRequests = 0\r\n\t\t\tm.redraw()\r\n\t\t}\r\n\t}\r\n\r\n\tfunction unloadCachedControllers(cached, views, controllers) {\r\n\t\tif (controllers.length) {\r\n\t\t\tcached.views = views\r\n\t\t\tcached.controllers = controllers\r\n\t\t\tforEach(controllers, function (controller) {\r\n\t\t\t\tif (controller.onunload && controller.onunload.$old) {\r\n\t\t\t\t\tcontroller.onunload = controller.onunload.$old\r\n\t\t\t\t}\r\n\r\n\t\t\t\tif (pendingRequests && controller.onunload) {\r\n\t\t\t\t\tvar onunload = controller.onunload\r\n\t\t\t\t\tcontroller.onunload = noop\r\n\t\t\t\t\tcontroller.onunload.$old = onunload\r\n\t\t\t\t}\r\n\t\t\t})\r\n\t\t}\r\n\t}\r\n\r\n\tfunction scheduleConfigsToBeCalled(configs, data, node, isNew, cached) {\r\n\t\t// schedule configs to be called. They are called after `build` finishes\r\n\t\t// running\r\n\t\tif (isFunction(data.attrs.config)) {\r\n\t\t\tvar context = cached.configContext = cached.configContext || {}\r\n\r\n\t\t\t// bind\r\n\t\t\tconfigs.push(function () {\r\n\t\t\t\treturn data.attrs.config.call(data, node, !isNew, context,\r\n\t\t\t\t\tcached)\r\n\t\t\t})\r\n\t\t}\r\n\t}\r\n\r\n\tfunction buildUpdatedNode(\r\n\t\tcached,\r\n\t\tdata,\r\n\t\teditable,\r\n\t\thasKeys,\r\n\t\tnamespace,\r\n\t\tviews,\r\n\t\tconfigs,\r\n\t\tcontrollers\r\n\t) {\r\n\t\tvar node = cached.nodes[0]\r\n\r\n\t\tif (hasKeys) {\r\n\t\t\tsetAttributes(node, data.tag, data.attrs, cached.attrs, namespace)\r\n\t\t}\r\n\r\n\t\tcached.children = build(\r\n\t\t\tnode,\r\n\t\t\tdata.tag,\r\n\t\t\tundefined,\r\n\t\t\tundefined,\r\n\t\t\tdata.children,\r\n\t\t\tcached.children,\r\n\t\t\tfalse,\r\n\t\t\t0,\r\n\t\t\tdata.attrs.contenteditable ? node : editable,\r\n\t\t\tnamespace,\r\n\t\t\tconfigs\r\n\t\t)\r\n\r\n\t\tcached.nodes.intact = true\r\n\r\n\t\tif (controllers.length) {\r\n\t\t\tcached.views = views\r\n\t\t\tcached.controllers = controllers\r\n\t\t}\r\n\r\n\t\treturn node\r\n\t}\r\n\r\n\tfunction handleNonexistentNodes(data, parentElement, index) {\r\n\t\tvar nodes\r\n\t\tif (data.$trusted) {\r\n\t\t\tnodes = injectHTML(parentElement, index, data)\r\n\t\t} else {\r\n\t\t\tnodes = [$document.createTextNode(data)]\r\n\t\t\tif (!(parentElement.nodeName in voidElements)) {\r\n\t\t\t\tinsertNode(parentElement, nodes[0], index)\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\tvar cached\r\n\r\n\t\tif (typeof data === \"string\" ||\r\n\t\t\t\ttypeof data === \"number\" ||\r\n\t\t\t\ttypeof data === \"boolean\") {\r\n\t\t\tcached = new data.constructor(data)\r\n\t\t} else {\r\n\t\t\tcached = data\r\n\t\t}\r\n\r\n\t\tcached.nodes = nodes\r\n\t\treturn cached\r\n\t}\r\n\r\n\tfunction reattachNodes(\r\n\t\tdata,\r\n\t\tcached,\r\n\t\tparentElement,\r\n\t\teditable,\r\n\t\tindex,\r\n\t\tparentTag\r\n\t) {\r\n\t\tvar nodes = cached.nodes\r\n\t\tif (!editable || editable !== $document.activeElement) {\r\n\t\t\tif (data.$trusted) {\r\n\t\t\t\tclear(nodes, cached)\r\n\t\t\t\tnodes = injectHTML(parentElement, index, data)\r\n\t\t\t} else if (parentTag === \"textarea\") {\r\n\t\t\t\t// <textarea> uses `value` instead of `nodeValue`.\r\n\t\t\t\tparentElement.value = data\r\n\t\t\t} else if (editable) {\r\n\t\t\t\t// contenteditable nodes use `innerHTML` instead of `nodeValue`.\r\n\t\t\t\teditable.innerHTML = data\r\n\t\t\t} else {\r\n\t\t\t\t// was a trusted string\r\n\t\t\t\tif (nodes[0].nodeType === 1 || nodes.length > 1 ||\r\n\t\t\t\t\t\t(nodes[0].nodeValue.trim &&\r\n\t\t\t\t\t\t\t!nodes[0].nodeValue.trim())) {\r\n\t\t\t\t\tclear(cached.nodes, cached)\r\n\t\t\t\t\tnodes = [$document.createTextNode(data)]\r\n\t\t\t\t}\r\n\r\n\t\t\t\tinjectTextNode(parentElement, nodes[0], index, data)\r\n\t\t\t}\r\n\t\t}\r\n\t\tcached = new data.constructor(data)\r\n\t\tcached.nodes = nodes\r\n\t\treturn cached\r\n\t}\r\n\r\n\tfunction handleTextNode(\r\n\t\tcached,\r\n\t\tdata,\r\n\t\tindex,\r\n\t\tparentElement,\r\n\t\tshouldReattach,\r\n\t\teditable,\r\n\t\tparentTag\r\n\t) {\r\n\t\tif (!cached.nodes.length) {\r\n\t\t\treturn handleNonexistentNodes(data, parentElement, index)\r\n\t\t} else if (cached.valueOf() !== data.valueOf() || shouldReattach) {\r\n\t\t\treturn reattachNodes(data, cached, parentElement, editable, index,\r\n\t\t\t\tparentTag)\r\n\t\t} else {\r\n\t\t\treturn (cached.nodes.intact = true, cached)\r\n\t\t}\r\n\t}\r\n\r\n\tfunction getSubArrayCount(item) {\r\n\t\tif (item.$trusted) {\r\n\t\t\t// fix offset of next element if item was a trusted string w/ more\r\n\t\t\t// than one html element\r\n\t\t\t// the first clause in the regexp matches elements\r\n\t\t\t// the second clause (after the pipe) matches text nodes\r\n\t\t\tvar match = item.match(/<[^\\/]|\\>\\s*[^<]/g)\r\n\t\t\tif (match != null) return match.length\r\n\t\t} else if (isArray(item)) {\r\n\t\t\treturn item.length\r\n\t\t}\r\n\t\treturn 1\r\n\t}\r\n\r\n\tfunction buildArray(\r\n\t\tdata,\r\n\t\tcached,\r\n\t\tparentElement,\r\n\t\tindex,\r\n\t\tparentTag,\r\n\t\tshouldReattach,\r\n\t\teditable,\r\n\t\tnamespace,\r\n\t\tconfigs\r\n\t) {\r\n\t\tdata = flatten(data)\r\n\t\tvar nodes = []\r\n\t\tvar intact = cached.length === data.length\r\n\t\tvar subArrayCount = 0\r\n\r\n\t\t// keys algorithm: sort elements without recreating them if keys are\r\n\t\t// present\r\n\t\t//\r\n\t\t// 1) create a map of all existing keys, and mark all for deletion\r\n\t\t// 2) add new keys to map and mark them for addition\r\n\t\t// 3) if key exists in new list, change action from deletion to a move\r\n\t\t// 4) for each key, handle its corresponding action as marked in\r\n\t\t// previous steps\r\n\r\n\t\tvar existing = {}\r\n\t\tvar shouldMaintainIdentities = false\r\n\r\n\t\tforKeys(cached, function (attrs, i) {\r\n\t\t\tshouldMaintainIdentities = true\r\n\t\t\texisting[cached[i].attrs.key] = {action: DELETION, index: i}\r\n\t\t})\r\n\r\n\t\tbuildArrayKeys(data)\r\n\t\tif (shouldMaintainIdentities) {\r\n\t\t\tcached = diffKeys(data, cached, existing, parentElement)\r\n\t\t}\r\n\t\t// end key algorithm\r\n\r\n\t\tvar cacheCount = 0\r\n\t\t// faster explicitly written\r\n\t\tfor (var i = 0, len = data.length; i < len; i++) {\r\n\t\t\t// diff each item in the array\r\n\t\t\tvar item = build(\r\n\t\t\t\tparentElement,\r\n\t\t\t\tparentTag,\r\n\t\t\t\tcached,\r\n\t\t\t\tindex,\r\n\t\t\t\tdata[i],\r\n\t\t\t\tcached[cacheCount],\r\n\t\t\t\tshouldReattach,\r\n\t\t\t\tindex + subArrayCount || subArrayCount,\r\n\t\t\t\teditable,\r\n\t\t\t\tnamespace,\r\n\t\t\t\tconfigs)\r\n\r\n\t\t\tif (item !== undefined) {\r\n\t\t\t\tintact = intact && item.nodes.intact\r\n\t\t\t\tsubArrayCount += getSubArrayCount(item)\r\n\t\t\t\tcached[cacheCount++] = item\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\tif (!intact) diffArray(data, cached, nodes)\r\n\t\treturn cached\r\n\t}\r\n\r\n\tfunction makeCache(data, cached, index, parentIndex, parentCache) {\r\n\t\tif (cached != null) {\r\n\t\t\tif (type.call(cached) === type.call(data)) return cached\r\n\r\n\t\t\tif (parentCache && parentCache.nodes) {\r\n\t\t\t\tvar offset = index - parentIndex\r\n\t\t\t\tvar end = offset + (isArray(data) ? data : cached.nodes).length\r\n\t\t\t\tclear(\r\n\t\t\t\t\tparentCache.nodes.slice(offset, end),\r\n\t\t\t\t\tparentCache.slice(offset, end))\r\n\t\t\t} else if (cached.nodes) {\r\n\t\t\t\tclear(cached.nodes, cached)\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\tcached = new data.constructor()\r\n\t\t// if constructor creates a virtual dom element, use a blank object as\r\n\t\t// the base cached node instead of copying the virtual el (#277)\r\n\t\tif (cached.tag) cached = {}\r\n\t\tcached.nodes = []\r\n\t\treturn cached\r\n\t}\r\n\r\n\tfunction constructNode(data, namespace) {\r\n\t\tif (data.attrs.is) {\r\n\t\t\tif (namespace == null) {\r\n\t\t\t\treturn $document.createElement(data.tag, data.attrs.is)\r\n\t\t\t} else {\r\n\t\t\t\treturn $document.createElementNS(namespace, data.tag,\r\n\t\t\t\t\tdata.attrs.is)\r\n\t\t\t}\r\n\t\t} else if (namespace == null) {\r\n\t\t\treturn $document.createElement(data.tag)\r\n\t\t} else {\r\n\t\t\treturn $document.createElementNS(namespace, data.tag)\r\n\t\t}\r\n\t}\r\n\r\n\tfunction constructAttrs(data, node, namespace, hasKeys) {\r\n\t\tif (hasKeys) {\r\n\t\t\treturn setAttributes(node, data.tag, data.attrs, {}, namespace)\r\n\t\t} else {\r\n\t\t\treturn data.attrs\r\n\t\t}\r\n\t}\r\n\r\n\tfunction constructChildren(\r\n\t\tdata,\r\n\t\tnode,\r\n\t\tcached,\r\n\t\teditable,\r\n\t\tnamespace,\r\n\t\tconfigs\r\n\t) {\r\n\t\tif (data.children != null && data.children.length > 0) {\r\n\t\t\treturn build(\r\n\t\t\t\tnode,\r\n\t\t\t\tdata.tag,\r\n\t\t\t\tundefined,\r\n\t\t\t\tundefined,\r\n\t\t\t\tdata.children,\r\n\t\t\t\tcached.children,\r\n\t\t\t\ttrue,\r\n\t\t\t\t0,\r\n\t\t\t\tdata.attrs.contenteditable ? node : editable,\r\n\t\t\t\tnamespace,\r\n\t\t\t\tconfigs)\r\n\t\t} else {\r\n\t\t\treturn data.children\r\n\t\t}\r\n\t}\r\n\r\n\tfunction reconstructCached(\r\n\t\tdata,\r\n\t\tattrs,\r\n\t\tchildren,\r\n\t\tnode,\r\n\t\tnamespace,\r\n\t\tviews,\r\n\t\tcontrollers\r\n\t) {\r\n\t\tvar cached = {\r\n\t\t\ttag: data.tag,\r\n\t\t\tattrs: attrs,\r\n\t\t\tchildren: children,\r\n\t\t\tnodes: [node]\r\n\t\t}\r\n\r\n\t\tunloadCachedControllers(cached, views, controllers)\r\n\r\n\t\tif (cached.children && !cached.children.nodes) {\r\n\t\t\tcached.children.nodes = []\r\n\t\t}\r\n\r\n\t\t// edge case: setting value on <select> doesn't work before children\r\n\t\t// exist, so set it again after children have been created\r\n\t\tif (data.tag === \"select\" && \"value\" in data.attrs) {\r\n\t\t\tsetAttributes(node, data.tag, {value: data.attrs.value}, {},\r\n\t\t\t\tnamespace)\r\n\t\t}\r\n\r\n\t\treturn cached\r\n\t}\r\n\r\n\tfunction getController(views, view, cachedControllers, controller) {\r\n\t\tvar controllerIndex\r\n\r\n\t\tif (m.redraw.strategy() === \"diff\" && views) {\r\n\t\t\tcontrollerIndex = views.indexOf(view)\r\n\t\t} else {\r\n\t\t\tcontrollerIndex = -1\r\n\t\t}\r\n\r\n\t\tif (controllerIndex > -1) {\r\n\t\t\treturn cachedControllers[controllerIndex]\r\n\t\t} else if (isFunction(controller)) {\r\n\t\t\treturn new controller()\r\n\t\t} else {\r\n\t\t\treturn {}\r\n\t\t}\r\n\t}\r\n\r\n\tvar unloaders = []\r\n\r\n\tfunction updateLists(views, controllers, view, controller) {\r\n\t\tif (controller.onunload != null &&\r\n\t\t\t\tunloaders.map(function (u) { return u.handler })\r\n\t\t\t\t\t.indexOf(controller.onunload) < 0) {\r\n\t\t\tunloaders.push({\r\n\t\t\t\tcontroller: controller,\r\n\t\t\t\thandler: controller.onunload\r\n\t\t\t})\r\n\t\t}\r\n\r\n\t\tviews.push(view)\r\n\t\tcontrollers.push(controller)\r\n\t}\r\n\r\n\tvar forcing = false\r\n\tfunction checkView(\r\n\t\tdata,\r\n\t\tview,\r\n\t\tcached,\r\n\t\tcachedControllers,\r\n\t\tcontrollers,\r\n\t\tviews\r\n\t) {\r\n\t\tvar controller = getController(\r\n\t\t\tcached.views,\r\n\t\t\tview,\r\n\t\t\tcachedControllers,\r\n\t\t\tdata.controller)\r\n\r\n\t\tvar key = data && data.attrs && data.attrs.key\r\n\r\n\t\tif (pendingRequests === 0 ||\r\n\t\t\t\tforcing ||\r\n\t\t\t\tcachedControllers &&\r\n\t\t\t\t\tcachedControllers.indexOf(controller) > -1) {\r\n\t\t\tdata = data.view(controller)\r\n\t\t} else {\r\n\t\t\tdata = {tag: \"placeholder\"}\r\n\t\t}\r\n\r\n\t\tif (data.subtree === \"retain\") return data\r\n\t\tdata.attrs = data.attrs || {}\r\n\t\tdata.attrs.key = key\r\n\t\tupdateLists(views, controllers, view, controller)\r\n\t\treturn data\r\n\t}\r\n\r\n\tfunction markViews(data, cached, views, controllers) {\r\n\t\tvar cachedControllers = cached && cached.controllers\r\n\r\n\t\twhile (data.view != null) {\r\n\t\t\tdata = checkView(\r\n\t\t\t\tdata,\r\n\t\t\t\tdata.view.$original || data.view,\r\n\t\t\t\tcached,\r\n\t\t\t\tcachedControllers,\r\n\t\t\t\tcontrollers,\r\n\t\t\t\tviews)\r\n\t\t}\r\n\r\n\t\treturn data\r\n\t}\r\n\r\n\tfunction buildObject( // eslint-disable-line max-statements\r\n\t\tdata,\r\n\t\tcached,\r\n\t\teditable,\r\n\t\tparentElement,\r\n\t\tindex,\r\n\t\tshouldReattach,\r\n\t\tnamespace,\r\n\t\tconfigs\r\n\t) {\r\n\t\tvar views = []\r\n\t\tvar controllers = []\r\n\r\n\t\tdata = markViews(data, cached, views, controllers)\r\n\r\n\t\tif (data.subtree === \"retain\") return cached\r\n\r\n\t\tif (!data.tag && controllers.length) {\r\n\t\t\tthrow new Error(\"Component template must return a virtual \" +\r\n\t\t\t\t\"element, not an array, string, etc.\")\r\n\t\t}\r\n\r\n\t\tdata.attrs = data.attrs || {}\r\n\t\tcached.attrs = cached.attrs || {}\r\n\r\n\t\tvar dataAttrKeys = Object.keys(data.attrs)\r\n\t\tvar hasKeys = dataAttrKeys.length > (\"key\" in data.attrs ? 1 : 0)\r\n\r\n\t\tmaybeRecreateObject(data, cached, dataAttrKeys)\r\n\r\n\t\tif (!isString(data.tag)) return\r\n\r\n\t\tvar isNew = cached.nodes.length === 0\r\n\r\n\t\tnamespace = getObjectNamespace(data, namespace)\r\n\r\n\t\tvar node\r\n\t\tif (isNew) {\r\n\t\t\tnode = constructNode(data, namespace)\r\n\t\t\t// set attributes first, then create children\r\n\t\t\tvar attrs = constructAttrs(data, node, namespace, hasKeys)\r\n\r\n\t\t\t// add the node to its parent before attaching children to it\r\n\t\t\tinsertNode(parentElement, node, index)\r\n\r\n\t\t\tvar children = constructChildren(data, node, cached, editable,\r\n\t\t\t\tnamespace, configs)\r\n\r\n\t\t\tcached = reconstructCached(\r\n\t\t\t\tdata,\r\n\t\t\t\tattrs,\r\n\t\t\t\tchildren,\r\n\t\t\t\tnode,\r\n\t\t\t\tnamespace,\r\n\t\t\t\tviews,\r\n\t\t\t\tcontrollers)\r\n\t\t} else {\r\n\t\t\tnode = buildUpdatedNode(\r\n\t\t\t\tcached,\r\n\t\t\t\tdata,\r\n\t\t\t\teditable,\r\n\t\t\t\thasKeys,\r\n\t\t\t\tnamespace,\r\n\t\t\t\tviews,\r\n\t\t\t\tconfigs,\r\n\t\t\t\tcontrollers)\r\n\t\t}\r\n\r\n\t\tif (!isNew && shouldReattach === true && node != null) {\r\n\t\t\tinsertNode(parentElement, node, index)\r\n\t\t}\r\n\r\n\t\t// The configs are called after `build` finishes running\r\n\t\tscheduleConfigsToBeCalled(configs, data, node, isNew, cached)\r\n\r\n\t\treturn cached\r\n\t}\r\n\r\n\tfunction build(\r\n\t\tparentElement,\r\n\t\tparentTag,\r\n\t\tparentCache,\r\n\t\tparentIndex,\r\n\t\tdata,\r\n\t\tcached,\r\n\t\tshouldReattach,\r\n\t\tindex,\r\n\t\teditable,\r\n\t\tnamespace,\r\n\t\tconfigs\r\n\t) {\r\n\t\t/*\r\n\t\t * `build` is a recursive function that manages creation/diffing/removal\r\n\t\t * of DOM elements based on comparison between `data` and `cached` the\r\n\t\t * diff algorithm can be summarized as this:\r\n\t\t *\r\n\t\t * 1 - compare `data` and `cached`\r\n\t\t * 2 - if they are different, copy `data` to `cached` and update the DOM\r\n\t\t * based on what the difference is\r\n\t\t * 3 - recursively apply this algorithm for every array and for the\r\n\t\t * children of every virtual element\r\n\t\t *\r\n\t\t * The `cached` data structure is essentially the same as the previous\r\n\t\t * redraw's `data` data structure, with a few additions:\r\n\t\t * - `cached` always has a property called `nodes`, which is a list of\r\n\t\t * DOM elements that correspond to the data represented by the\r\n\t\t * respective virtual element\r\n\t\t * - in order to support attaching `nodes` as a property of `cached`,\r\n\t\t * `cached` is *always* a non-primitive object, i.e. if the data was\r\n\t\t * a string, then cached is a String instance. If data was `null` or\r\n\t\t * `undefined`, cached is `new String(\"\")`\r\n\t\t * - `cached also has a `configContext` property, which is the state\r\n\t\t * storage object exposed by config(element, isInitialized, context)\r\n\t\t * - when `cached` is an Object, it represents a virtual element; when\r\n\t\t * it's an Array, it represents a list of elements; when it's a\r\n\t\t * String, Number or Boolean, it represents a text node\r\n\t\t *\r\n\t\t * `parentElement` is a DOM element used for W3C DOM API calls\r\n\t\t * `parentTag` is only used for handling a corner case for textarea\r\n\t\t * values\r\n\t\t * `parentCache` is used to remove nodes in some multi-node cases\r\n\t\t * `parentIndex` and `index` are used to figure out the offset of nodes.\r\n\t\t * They're artifacts from before arrays started being flattened and are\r\n\t\t * likely refactorable\r\n\t\t * `data` and `cached` are, respectively, the new and old nodes being\r\n\t\t * diffed\r\n\t\t * `shouldReattach` is a flag indicating whether a parent node was\r\n\t\t * recreated (if so, and if this node is reused, then this node must\r\n\t\t * reattach itself to the new parent)\r\n\t\t * `editable` is a flag that indicates whether an ancestor is\r\n\t\t * contenteditable\r\n\t\t * `namespace` indicates the closest HTML namespace as it cascades down\r\n\t\t * from an ancestor\r\n\t\t * `configs` is a list of config functions to run after the topmost\r\n\t\t * `build` call finishes running\r\n\t\t *\r\n\t\t * there's logic that relies on the assumption that null and undefined\r\n\t\t * data are equivalent to empty strings\r\n\t\t * - this prevents lifecycle surprises from procedural helpers that mix\r\n\t\t * implicit and explicit return statements (e.g.\r\n\t\t * function foo() {if (cond) return m(\"div\")}\r\n\t\t * - it simplifies diffing code\r\n\t\t */\r\n\t\tdata = dataToString(data)\r\n\t\tif (data.subtree === \"retain\") return cached\r\n\t\tcached = makeCache(data, cached, index, parentIndex, parentCache)\r\n\r\n\t\tif (isArray(data)) {\r\n\t\t\treturn buildArray(\r\n\t\t\t\tdata,\r\n\t\t\t\tcached,\r\n\t\t\t\tparentElement,\r\n\t\t\t\tindex,\r\n\t\t\t\tparentTag,\r\n\t\t\t\tshouldReattach,\r\n\t\t\t\teditable,\r\n\t\t\t\tnamespace,\r\n\t\t\t\tconfigs)\r\n\t\t} else if (data != null && isObject(data)) {\r\n\t\t\treturn buildObject(\r\n\t\t\t\tdata,\r\n\t\t\t\tcached,\r\n\t\t\t\teditable,\r\n\t\t\t\tparentElement,\r\n\t\t\t\tindex,\r\n\t\t\t\tshouldReattach,\r\n\t\t\t\tnamespace,\r\n\t\t\t\tconfigs)\r\n\t\t} else if (!isFunction(data)) {\r\n\t\t\treturn handleTextNode(\r\n\t\t\t\tcached,\r\n\t\t\t\tdata,\r\n\t\t\t\tindex,\r\n\t\t\t\tparentElement,\r\n\t\t\t\tshouldReattach,\r\n\t\t\t\teditable,\r\n\t\t\t\tparentTag)\r\n\t\t} else {\r\n\t\t\treturn cached\r\n\t\t}\r\n\t}\r\n\r\n\tfunction sortChanges(a, b) {\r\n\t\treturn a.action - b.action || a.index - b.index\r\n\t}\r\n\r\n\tfunction copyStyleAttrs(node, dataAttr, cachedAttr) {\r\n\t\tfor (var rule in dataAttr) {\r\n\t\t\tif (hasOwn.call(dataAttr, rule)) {\r\n\t\t\t\tif (cachedAttr == null || cachedAttr[rule] !== dataAttr[rule]) {\r\n\t\t\t\t\tnode.style[rule] = dataAttr[rule]\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\tfor (rule in cachedAttr) {\r\n\t\t\tif (hasOwn.call(cachedAttr, rule)) {\r\n\t\t\t\tif (!hasOwn.call(dataAttr, rule)) node.style[rule] = \"\"\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n\r\n\tvar shouldUseSetAttribute = {\r\n\t\tlist: 1,\r\n\t\tstyle: 1,\r\n\t\tform: 1,\r\n\t\ttype: 1,\r\n\t\twidth: 1,\r\n\t\theight: 1\r\n\t}\r\n\r\n\tfunction setSingleAttr(\r\n\t\tnode,\r\n\t\tattrName,\r\n\t\tdataAttr,\r\n\t\tcachedAttr,\r\n\t\ttag,\r\n\t\tnamespace\r\n\t) {\r\n\t\tif (attrName === \"config\" || attrName === \"key\") {\r\n\t\t\t// `config` isn't a real attribute, so ignore it\r\n\t\t\treturn true\r\n\t\t} else if (isFunction(dataAttr) && attrName.slice(0, 2) === \"on\") {\r\n\t\t\t// hook event handlers to the auto-redrawing system\r\n\t\t\tnode[attrName] = autoredraw(dataAttr, node)\r\n\t\t} else if (attrName === \"style\" && dataAttr != null &&\r\n\t\t\t\tisObject(dataAttr)) {\r\n\t\t\t// handle `style: {...}`\r\n\t\t\tcopyStyleAttrs(node, dataAttr, cachedAttr)\r\n\t\t} else if (namespace != null) {\r\n\t\t\t// handle SVG\r\n\t\t\tif (attrName === \"href\") {\r\n\t\t\t\tnode.setAttributeNS(\"http://www.w3.org/1999/xlink\",\r\n\t\t\t\t\t\"href\", dataAttr)\r\n\t\t\t} else {\r\n\t\t\t\tnode.setAttribute(\r\n\t\t\t\t\tattrName === \"className\" ? \"class\" : attrName,\r\n\t\t\t\t\tdataAttr)\r\n\t\t\t}\r\n\t\t} else if (attrName in node && !shouldUseSetAttribute[attrName]) {\r\n\t\t\t// handle cases that are properties (but ignore cases where we\r\n\t\t\t// should use setAttribute instead)\r\n\t\t\t//\r\n\t\t\t// - list and form are typically used as strings, but are DOM\r\n\t\t\t// element references in js\r\n\t\t\t//\r\n\t\t\t// - when using CSS selectors (e.g. `m(\"[style='']\")`), style is\r\n\t\t\t// used as a string, but it's an object in js\r\n\t\t\t//\r\n\t\t\t// #348 don't set the value if not needed - otherwise, cursor\r\n\t\t\t// placement breaks in Chrome\r\n\t\t\ttry {\r\n\t\t\t\tif (tag !== \"input\" || node[attrName] !== dataAttr) {\r\n\t\t\t\t\tnode[attrName] = dataAttr\r\n\t\t\t\t}\r\n\t\t\t} catch (e) {\r\n\t\t\t\tnode.setAttribute(attrName, dataAttr)\r\n\t\t\t}\r\n\t\t}\r\n\t\telse node.setAttribute(attrName, dataAttr)\r\n\t}\r\n\r\n\tfunction trySetAttr(\r\n\t\tnode,\r\n\t\tattrName,\r\n\t\tdataAttr,\r\n\t\tcachedAttr,\r\n\t\tcachedAttrs,\r\n\t\ttag,\r\n\t\tnamespace\r\n\t) {\r\n\t\tif (!(attrName in cachedAttrs) || (cachedAttr !== dataAttr) || ($document.activeElement === node)) {\r\n\t\t\tcachedAttrs[attrName] = dataAttr\r\n\t\t\ttry {\r\n\t\t\t\treturn setSingleAttr(\r\n\t\t\t\t\tnode,\r\n\t\t\t\t\tattrName,\r\n\t\t\t\t\tdataAttr,\r\n\t\t\t\t\tcachedAttr,\r\n\t\t\t\t\ttag,\r\n\t\t\t\t\tnamespace)\r\n\t\t\t} catch (e) {\r\n\t\t\t\t// swallow IE's invalid argument errors to mimic HTML's\r\n\t\t\t\t// fallback-to-doing-nothing-on-invalid-attributes behavior\r\n\t\t\t\tif (e.message.indexOf(\"Invalid argument\") < 0) throw e\r\n\t\t\t}\r\n\t\t} else if (attrName === \"value\" && tag === \"input\" &&\r\n\t\t\t\tnode.value !== dataAttr) {\r\n\t\t\t// #348 dataAttr may not be a string, so use loose comparison\r\n\t\t\tnode.value = dataAttr\r\n\t\t}\r\n\t}\r\n\r\n\tfunction setAttributes(node, tag, dataAttrs, cachedAttrs, namespace) {\r\n\t\tfor (var attrName in dataAttrs) {\r\n\t\t\tif (hasOwn.call(dataAttrs, attrName)) {\r\n\t\t\t\tif (trySetAttr(\r\n\t\t\t\t\t\tnode,\r\n\t\t\t\t\t\tattrName,\r\n\t\t\t\t\t\tdataAttrs[attrName],\r\n\t\t\t\t\t\tcachedAttrs[attrName],\r\n\t\t\t\t\t\tcachedAttrs,\r\n\t\t\t\t\t\ttag,\r\n\t\t\t\t\t\tnamespace)) {\r\n\t\t\t\t\tcontinue\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t\treturn cachedAttrs\r\n\t}\r\n\r\n\tfunction clear(nodes, cached) {\r\n\t\tfor (var i = nodes.length - 1; i > -1; i--) {\r\n\t\t\tif (nodes[i] && nodes[i].parentNode) {\r\n\t\t\t\ttry {\r\n\t\t\t\t\tnodes[i].parentNode.removeChild(nodes[i])\r\n\t\t\t\t} catch (e) {\r\n\t\t\t\t\t/* eslint-disable max-len */\r\n\t\t\t\t\t// ignore if this fails due to order of events (see\r\n\t\t\t\t\t// http://stackoverflow.com/questions/21926083/failed-to-execute-removechild-on-node)\r\n\t\t\t\t\t/* eslint-enable max-len */\r\n\t\t\t\t}\r\n\t\t\t\tcached = [].concat(cached)\r\n\t\t\t\tif (cached[i]) unload(cached[i])\r\n\t\t\t}\r\n\t\t}\r\n\t\t// release memory if nodes is an array. This check should fail if nodes\r\n\t\t// is a NodeList (see loop above)\r\n\t\tif (nodes.length) {\r\n\t\t\tnodes.length = 0\r\n\t\t}\r\n\t}\r\n\r\n\tfunction unload(cached) {\r\n\t\tif (cached.configContext && isFunction(cached.configContext.onunload)) {\r\n\t\t\tcached.configContext.onunload()\r\n\t\t\tcached.configContext.onunload = null\r\n\t\t}\r\n\t\tif (cached.controllers) {\r\n\t\t\tforEach(cached.controllers, function (controller) {\r\n\t\t\t\tif (isFunction(controller.onunload)) {\r\n\t\t\t\t\tcontroller.onunload({preventDefault: noop})\r\n\t\t\t\t}\r\n\t\t\t})\r\n\t\t}\r\n\t\tif (cached.children) {\r\n\t\t\tif (isArray(cached.children)) forEach(cached.children, unload)\r\n\t\t\telse if (cached.children.tag) unload(cached.children)\r\n\t\t}\r\n\t}\r\n\r\n\tfunction appendTextFragment(parentElement, data) {\r\n\t\ttry {\r\n\t\t\tparentElement.appendChild(\r\n\t\t\t\t$document.createRange().createContextualFragment(data))\r\n\t\t} catch (e) {\r\n\t\t\tparentElement.insertAdjacentHTML(\"beforeend\", data)\r\n\t\t\treplaceScriptNodes(parentElement)\r\n\t\t}\r\n\t}\r\n\r\n\t// Replace script tags inside given DOM element with executable ones.\r\n\t// Will also check children recursively and replace any found script\r\n\t// tags in same manner.\r\n\tfunction replaceScriptNodes(node) {\r\n\t\tif (node.tagName === \"SCRIPT\") {\r\n\t\t\tnode.parentNode.replaceChild(buildExecutableNode(node), node)\r\n\t\t} else {\r\n\t\t\tvar children = node.childNodes\r\n\t\t\tif (children && children.length) {\r\n\t\t\t\tfor (var i = 0; i < children.length; i++) {\r\n\t\t\t\t\treplaceScriptNodes(children[i])\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\treturn node\r\n\t}\r\n\r\n\t// Replace script element with one whose contents are executable.\r\n\tfunction buildExecutableNode(node){\r\n\t\tvar scriptEl = document.createElement(\"script\")\r\n\t\tvar attrs = node.attributes\r\n\r\n\t\tfor (var i = 0; i < attrs.length; i++) {\r\n\t\t\tscriptEl.setAttribute(attrs[i].name, attrs[i].value)\r\n\t\t}\r\n\r\n\t\tscriptEl.text = node.innerHTML\r\n\t\treturn scriptEl\r\n\t}\r\n\r\n\tfunction injectHTML(parentElement, index, data) {\r\n\t\tvar nextSibling = parentElement.childNodes[index]\r\n\t\tif (nextSibling) {\r\n\t\t\tvar isElement = nextSibling.nodeType !== 1\r\n\t\t\tvar placeholder = $document.createElement(\"span\")\r\n\t\t\tif (isElement) {\r\n\t\t\t\tparentElement.insertBefore(placeholder, nextSibling || null)\r\n\t\t\t\tplaceholder.insertAdjacentHTML(\"beforebegin\", data)\r\n\t\t\t\tparentElement.removeChild(placeholder)\r\n\t\t\t} else {\r\n\t\t\t\tnextSibling.insertAdjacentHTML(\"beforebegin\", data)\r\n\t\t\t}\r\n\t\t} else {\r\n\t\t\tappendTextFragment(parentElement, data)\r\n\t\t}\r\n\r\n\t\tvar nodes = []\r\n\r\n\t\twhile (parentElement.childNodes[index] !== nextSibling) {\r\n\t\t\tnodes.push(parentElement.childNodes[index])\r\n\t\t\tindex++\r\n\t\t}\r\n\r\n\t\treturn nodes\r\n\t}\r\n\r\n\tfunction autoredraw(callback, object) {\r\n\t\treturn function (e) {\r\n\t\t\te = e || event\r\n\t\t\tm.redraw.strategy(\"diff\")\r\n\t\t\tm.startComputation()\r\n\t\t\ttry {\r\n\t\t\t\treturn callback.call(object, e)\r\n\t\t\t} finally {\r\n\t\t\t\tendFirstComputation()\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n\r\n\tvar html\r\n\tvar documentNode = {\r\n\t\tappendChild: function (node) {\r\n\t\t\tif (html === undefined) html = $document.createElement(\"html\")\r\n\t\t\tif ($document.documentElement &&\r\n\t\t\t\t\t$document.documentElement !== node) {\r\n\t\t\t\t$document.replaceChild(node, $document.documentElement)\r\n\t\t\t} else {\r\n\t\t\t\t$document.appendChild(node)\r\n\t\t\t}\r\n\r\n\t\t\tthis.childNodes = $document.childNodes\r\n\t\t},\r\n\r\n\t\tinsertBefore: function (node) {\r\n\t\t\tthis.appendChild(node)\r\n\t\t},\r\n\r\n\t\tchildNodes: []\r\n\t}\r\n\r\n\tvar nodeCache = []\r\n\tvar cellCache = {}\r\n\r\n\tm.render = function (root, cell, forceRecreation) {\r\n\t\tif (!root) {\r\n\t\t\tthrow new Error(\"Ensure the DOM element being passed to \" +\r\n\t\t\t\t\"m.route/m.mount/m.render is not undefined.\")\r\n\t\t}\r\n\t\tvar configs = []\r\n\t\tvar id = getCellCacheKey(root)\r\n\t\tvar isDocumentRoot = root === $document\r\n\t\tvar node\r\n\r\n\t\tif (isDocumentRoot || root === $document.documentElement) {\r\n\t\t\tnode = documentNode\r\n\t\t} else {\r\n\t\t\tnode = root\r\n\t\t}\r\n\r\n\t\tif (isDocumentRoot && cell.tag !== \"html\") {\r\n\t\t\tcell = {tag: \"html\", attrs: {}, children: cell}\r\n\t\t}\r\n\r\n\t\tif (cellCache[id] === undefined) clear(node.childNodes)\r\n\t\tif (forceRecreation === true) reset(root)\r\n\r\n\t\tcellCache[id] = build(\r\n\t\t\tnode,\r\n\t\t\tnull,\r\n\t\t\tundefined,\r\n\t\t\tundefined,\r\n\t\t\tcell,\r\n\t\t\tcellCache[id],\r\n\t\t\tfalse,\r\n\t\t\t0,\r\n\t\t\tnull,\r\n\t\t\tundefined,\r\n\t\t\tconfigs)\r\n\r\n\t\tforEach(configs, function (config) { config() })\r\n\t}\r\n\r\n\tfunction getCellCacheKey(element) {\r\n\t\tvar index = nodeCache.indexOf(element)\r\n\t\treturn index < 0 ? nodeCache.push(element) - 1 : index\r\n\t}\r\n\r\n\tm.trust = function (value) {\r\n\t\tvalue = new String(value) // eslint-disable-line no-new-wrappers\r\n\t\tvalue.$trusted = true\r\n\t\treturn value\r\n\t}\r\n\r\n\tfunction gettersetter(store) {\r\n\t\tfunction prop() {\r\n\t\t\tif (arguments.length) store = arguments[0]\r\n\t\t\treturn store\r\n\t\t}\r\n\r\n\t\tprop.toJSON = function () {\r\n\t\t\treturn store\r\n\t\t}\r\n\r\n\t\treturn prop\r\n\t}\r\n\r\n\tm.prop = function (store) {\r\n\t\tif ((store != null && (isObject(store) || isFunction(store)) || ((typeof Promise !== \"undefined\") && (store instanceof Promise))) &&\r\n\t\t\t\tisFunction(store.then)) {\r\n\t\t\treturn propify(store)\r\n\t\t}\r\n\r\n\t\treturn gettersetter(store)\r\n\t}\r\n\r\n\tvar roots = []\r\n\tvar components = []\r\n\tvar controllers = []\r\n\tvar lastRedrawId = null\r\n\tvar lastRedrawCallTime = 0\r\n\tvar computePreRedrawHook = null\r\n\tvar computePostRedrawHook = null\r\n\tvar topComponent\r\n\tvar FRAME_BUDGET = 16 // 60 frames per second = 1 call per 16 ms\r\n\r\n\tfunction parameterize(component, args) {\r\n\t\tfunction controller() {\r\n\t\t\t/* eslint-disable no-invalid-this */\r\n\t\t\treturn (component.controller || noop).apply(this, args) || this\r\n\t\t\t/* eslint-enable no-invalid-this */\r\n\t\t}\r\n\r\n\t\tif (component.controller) {\r\n\t\t\tcontroller.prototype = component.controller.prototype\r\n\t\t}\r\n\r\n\t\tfunction view(ctrl) {\r\n\t\t\tvar currentArgs = [ctrl].concat(args)\r\n\t\t\tfor (var i = 1; i < arguments.length; i++) {\r\n\t\t\t\tcurrentArgs.push(arguments[i])\r\n\t\t\t}\r\n\r\n\t\t\treturn component.view.apply(component, currentArgs)\r\n\t\t}\r\n\r\n\t\tview.$original = component.view\r\n\t\tvar output = {controller: controller, view: view}\r\n\t\tif (args[0] && args[0].key != null) output.attrs = {key: args[0].key}\r\n\t\treturn output\r\n\t}\r\n\r\n\tm.component = function (component) {\r\n\t\tvar args = new Array(arguments.length - 1)\r\n\r\n\t\tfor (var i = 1; i < arguments.length; i++) {\r\n\t\t\targs[i - 1] = arguments[i]\r\n\t\t}\r\n\r\n\t\treturn parameterize(component, args)\r\n\t}\r\n\r\n\tfunction checkPrevented(component, root, index, isPrevented) {\r\n\t\tif (!isPrevented) {\r\n\t\t\tm.redraw.strategy(\"all\")\r\n\t\t\tm.startComputation()\r\n\t\t\troots[index] = root\r\n\t\t\tvar currentComponent\r\n\r\n\t\t\tif (component) {\r\n\t\t\t\tcurrentComponent = topComponent = component\r\n\t\t\t} else {\r\n\t\t\t\tcurrentComponent = topComponent = component = {controller: noop}\r\n\t\t\t}\r\n\r\n\t\t\tvar controller = new (component.controller || noop)()\r\n\r\n\t\t\t// controllers may call m.mount recursively (via m.route redirects,\r\n\t\t\t// for example)\r\n\t\t\t// this conditional ensures only the last recursive m.mount call is\r\n\t\t\t// applied\r\n\t\t\tif (currentComponent === topComponent) {\r\n\t\t\t\tcontrollers[index] = controller\r\n\t\t\t\tcomponents[index] = component\r\n\t\t\t}\r\n\t\t\tendFirstComputation()\r\n\t\t\tif (component === null) {\r\n\t\t\t\tremoveRootElement(root, index)\r\n\t\t\t}\r\n\t\t\treturn controllers[index]\r\n\t\t} else if (component == null) {\r\n\t\t\tremoveRootElement(root, index)\r\n\t\t}\r\n\t}\r\n\r\n\tm.mount = m.module = function (root, component) {\r\n\t\tif (!root) {\r\n\t\t\tthrow new Error(\"Please ensure the DOM element exists before \" +\r\n\t\t\t\t\"rendering a template into it.\")\r\n\t\t}\r\n\r\n\t\tvar index = roots.indexOf(root)\r\n\t\tif (index < 0) index = roots.length\r\n\r\n\t\tvar isPrevented = false\r\n\t\tvar event = {\r\n\t\t\tpreventDefault: function () {\r\n\t\t\t\tisPrevented = true\r\n\t\t\t\tcomputePreRedrawHook = computePostRedrawHook = null\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\tforEach(unloaders, function (unloader) {\r\n\t\t\tunloader.handler.call(unloader.controller, event)\r\n\t\t\tunloader.controller.onunload = null\r\n\t\t})\r\n\r\n\t\tif (isPrevented) {\r\n\t\t\tforEach(unloaders, function (unloader) {\r\n\t\t\t\tunloader.controller.onunload = unloader.handler\r\n\t\t\t})\r\n\t\t} else {\r\n\t\t\tunloaders = []\r\n\t\t}\r\n\r\n\t\tif (controllers[index] && isFunction(controllers[index].onunload)) {\r\n\t\t\tcontrollers[index].onunload(event)\r\n\t\t}\r\n\r\n\t\treturn checkPrevented(component, root, index, isPrevented)\r\n\t}\r\n\r\n\tfunction removeRootElement(root, index) {\r\n\t\troots.splice(index, 1)\r\n\t\tcontrollers.splice(index, 1)\r\n\t\tcomponents.splice(index, 1)\r\n\t\treset(root)\r\n\t\tnodeCache.splice(getCellCacheKey(root), 1)\r\n\t}\r\n\r\n\tvar redrawing = false\r\n\tm.redraw = function (force) {\r\n\t\tif (redrawing) return\r\n\t\tredrawing = true\r\n\t\tif (force) forcing = true\r\n\r\n\t\ttry {\r\n\t\t\t// lastRedrawId is a positive number if a second redraw is requested\r\n\t\t\t// before the next animation frame\r\n\t\t\t// lastRedrawId is null if it's the first redraw and not an event\r\n\t\t\t// handler\r\n\t\t\tif (lastRedrawId && !force) {\r\n\t\t\t\t// when setTimeout: only reschedule redraw if time between now\r\n\t\t\t\t// and previous redraw is bigger than a frame, otherwise keep\r\n\t\t\t\t// currently scheduled timeout\r\n\t\t\t\t// when rAF: always reschedule redraw\r\n\t\t\t\tif ($requestAnimationFrame === global.requestAnimationFrame ||\r\n\t\t\t\t\t\tnew Date() - lastRedrawCallTime > FRAME_BUDGET) {\r\n\t\t\t\t\tif (lastRedrawId > 0) $cancelAnimationFrame(lastRedrawId)\r\n\t\t\t\t\tlastRedrawId = $requestAnimationFrame(redraw, FRAME_BUDGET)\r\n\t\t\t\t}\r\n\t\t\t} else {\r\n\t\t\t\tredraw()\r\n\t\t\t\tlastRedrawId = $requestAnimationFrame(function () {\r\n\t\t\t\t\tlastRedrawId = null\r\n\t\t\t\t}, FRAME_BUDGET)\r\n\t\t\t}\r\n\t\t} finally {\r\n\t\t\tredrawing = forcing = false\r\n\t\t}\r\n\t}\r\n\r\n\tm.redraw.strategy = m.prop()\r\n\tfunction redraw() {\r\n\t\tif (computePreRedrawHook) {\r\n\t\t\tcomputePreRedrawHook()\r\n\t\t\tcomputePreRedrawHook = null\r\n\t\t}\r\n\t\tforEach(roots, function (root, i) {\r\n\t\t\tvar component = components[i]\r\n\t\t\tif (controllers[i]) {\r\n\t\t\t\tvar args = [controllers[i]]\r\n\t\t\t\tm.render(root,\r\n\t\t\t\t\tcomponent.view ? component.view(controllers[i], args) : \"\")\r\n\t\t\t}\r\n\t\t})\r\n\t\t// after rendering within a routed context, we need to scroll back to\r\n\t\t// the top, and fetch the document title for history.pushState\r\n\t\tif (computePostRedrawHook) {\r\n\t\t\tcomputePostRedrawHook()\r\n\t\t\tcomputePostRedrawHook = null\r\n\t\t}\r\n\t\tlastRedrawId = null\r\n\t\tlastRedrawCallTime = new Date()\r\n\t\tm.redraw.strategy(\"diff\")\r\n\t}\r\n\r\n\tfunction endFirstComputation() {\r\n\t\tif (m.redraw.strategy() === \"none\") {\r\n\t\t\tpendingRequests--\r\n\t\t\tm.redraw.strategy(\"diff\")\r\n\t\t} else {\r\n\t\t\tm.endComputation()\r\n\t\t}\r\n\t}\r\n\r\n\tm.withAttr = function (prop, withAttrCallback, callbackThis) {\r\n\t\treturn function (e) {\r\n\t\t\te = e || window.event\r\n\t\t\t/* eslint-disable no-invalid-this */\r\n\t\t\tvar currentTarget = e.currentTarget || this\r\n\t\t\tvar _this = callbackThis || this\r\n\t\t\t/* eslint-enable no-invalid-this */\r\n\t\t\tvar target = prop in currentTarget ?\r\n\t\t\t\tcurrentTarget[prop] :\r\n\t\t\t\tcurrentTarget.getAttribute(prop)\r\n\t\t\twithAttrCallback.call(_this, target)\r\n\t\t}\r\n\t}\r\n\r\n\t// routing\r\n\tvar modes = {pathname: \"\", hash: \"#\", search: \"?\"}\r\n\tvar redirect = noop\r\n\tvar isDefaultRoute = false\r\n\tvar routeParams, currentRoute\r\n\r\n\tm.route = function (root, arg1, arg2, vdom) { // eslint-disable-line\r\n\t\t// m.route()\r\n\t\tif (arguments.length === 0) return currentRoute\r\n\t\t// m.route(el, defaultRoute, routes)\r\n\t\tif (arguments.length === 3 && isString(arg1)) {\r\n\t\t\tredirect = function (source) {\r\n\t\t\t\tvar path = currentRoute = normalizeRoute(source)\r\n\t\t\t\tif (!routeByValue(root, arg2, path)) {\r\n\t\t\t\t\tif (isDefaultRoute) {\r\n\t\t\t\t\t\tthrow new Error(\"Ensure the default route matches \" +\r\n\t\t\t\t\t\t\t\"one of the routes defined in m.route\")\r\n\t\t\t\t\t}\r\n\r\n\t\t\t\t\tisDefaultRoute = true\r\n\t\t\t\t\tm.route(arg1, true)\r\n\t\t\t\t\tisDefaultRoute = false\r\n\t\t\t\t}\r\n\t\t\t}\r\n\r\n\t\t\tvar listener = m.route.mode === \"hash\" ?\r\n\t\t\t\t\"onhashchange\" :\r\n\t\t\t\t\"onpopstate\"\r\n\r\n\t\t\tglobal[listener] = function () {\r\n\t\t\t\tvar path = $location[m.route.mode]\r\n\t\t\t\tif (m.route.mode === \"pathname\") path += $location.search\r\n\t\t\t\tif (currentRoute !== normalizeRoute(path)) redirect(path)\r\n\t\t\t}\r\n\r\n\t\t\tcomputePreRedrawHook = setScroll\r\n\t\t\tglobal[listener]()\r\n\r\n\t\t\treturn\r\n\t\t}\r\n\r\n\t\t// config: m.route\r\n\t\tif (root.addEventListener || root.attachEvent) {\r\n\t\t\tvar base = m.route.mode !== \"pathname\" ? $location.pathname : \"\"\r\n\t\t\troot.href = base + modes[m.route.mode] + vdom.attrs.href\r\n\t\t\tif (root.addEventListener) {\r\n\t\t\t\troot.removeEventListener(\"click\", routeUnobtrusive)\r\n\t\t\t\troot.addEventListener(\"click\", routeUnobtrusive)\r\n\t\t\t} else {\r\n\t\t\t\troot.detachEvent(\"onclick\", routeUnobtrusive)\r\n\t\t\t\troot.attachEvent(\"onclick\", routeUnobtrusive)\r\n\t\t\t}\r\n\r\n\t\t\treturn\r\n\t\t}\r\n\t\t// m.route(route, params, shouldReplaceHistoryEntry)\r\n\t\tif (isString(root)) {\r\n\t\t\tvar oldRoute = currentRoute\r\n\t\t\tcurrentRoute = root\r\n\r\n\t\t\tvar args = arg1 || {}\r\n\t\t\tvar queryIndex = currentRoute.indexOf(\"?\")\r\n\t\t\tvar params\r\n\r\n\t\t\tif (queryIndex > -1) {\r\n\t\t\t\tparams = parseQueryString(currentRoute.slice(queryIndex + 1))\r\n\t\t\t} else {\r\n\t\t\t\tparams = {}\r\n\t\t\t}\r\n\r\n\t\t\tfor (var i in args) {\r\n\t\t\t\tif (hasOwn.call(args, i)) {\r\n\t\t\t\t\tparams[i] = args[i]\r\n\t\t\t\t}\r\n\t\t\t}\r\n\r\n\t\t\tvar querystring = buildQueryString(params)\r\n\t\t\tvar currentPath\r\n\r\n\t\t\tif (queryIndex > -1) {\r\n\t\t\t\tcurrentPath = currentRoute.slice(0, queryIndex)\r\n\t\t\t} else {\r\n\t\t\t\tcurrentPath = currentRoute\r\n\t\t\t}\r\n\r\n\t\t\tif (querystring) {\r\n\t\t\t\tcurrentRoute = currentPath +\r\n\t\t\t\t\t(currentPath.indexOf(\"?\") === -1 ? \"?\" : \"&\") +\r\n\t\t\t\t\tquerystring\r\n\t\t\t}\r\n\r\n\t\t\tvar replaceHistory =\r\n\t\t\t\t(arguments.length === 3 ? arg2 : arg1) === true ||\r\n\t\t\t\toldRoute === root\r\n\r\n\t\t\tif (global.history.pushState) {\r\n\t\t\t\tvar method = replaceHistory ? \"replaceState\" : \"pushState\"\r\n\t\t\t\tcomputePreRedrawHook = setScroll\r\n\t\t\t\tcomputePostRedrawHook = function () {\r\n\t\t\t\t\ttry {\r\n\t\t\t\t\t\tglobal.history[method](null, $document.title,\r\n\t\t\t\t\t\t\tmodes[m.route.mode] + currentRoute)\r\n\t\t\t\t\t} catch (err) {\r\n\t\t\t\t\t\t// In the event of a pushState or replaceState failure,\r\n\t\t\t\t\t\t// fallback to a standard redirect. This is specifically\r\n\t\t\t\t\t\t// to address a Safari security error when attempting to\r\n\t\t\t\t\t\t// call pushState more than 100 times.\r\n\t\t\t\t\t\t$location[m.route.mode] = currentRoute\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t\tredirect(modes[m.route.mode] + currentRoute)\r\n\t\t\t} else {\r\n\t\t\t\t$location[m.route.mode] = currentRoute\r\n\t\t\t\tredirect(modes[m.route.mode] + currentRoute)\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n\r\n\tm.route.param = function (key) {\r\n\t\tif (!routeParams) {\r\n\t\t\tthrow new Error(\"You must call m.route(element, defaultRoute, \" +\r\n\t\t\t\t\"routes) before calling m.route.param()\")\r\n\t\t}\r\n\r\n\t\tif (!key) {\r\n\t\t\treturn routeParams\r\n\t\t}\r\n\r\n\t\treturn routeParams[key]\r\n\t}\r\n\r\n\tm.route.mode = \"search\"\r\n\r\n\tfunction normalizeRoute(route) {\r\n\t\treturn route.slice(modes[m.route.mode].length)\r\n\t}\r\n\r\n\tfunction routeByValue(root, router, path) {\r\n\t\trouteParams = {}\r\n\r\n\t\tvar queryStart = path.indexOf(\"?\")\r\n\t\tif (queryStart !== -1) {\r\n\t\t\trouteParams = parseQueryString(\r\n\t\t\t\tpath.substr(queryStart + 1, path.length))\r\n\t\t\tpath = path.substr(0, queryStart)\r\n\t\t}\r\n\r\n\t\t// Get all routes and check if there's\r\n\t\t// an exact match for the current path\r\n\t\tvar keys = Object.keys(router)\r\n\t\tvar index = keys.indexOf(path)\r\n\r\n\t\tif (index !== -1){\r\n\t\t\tm.mount(root, router[keys [index]])\r\n\t\t\treturn true\r\n\t\t}\r\n\r\n\t\tfor (var route in router) {\r\n\t\t\tif (hasOwn.call(router, route)) {\r\n\t\t\t\tif (route === path) {\r\n\t\t\t\t\tm.mount(root, router[route])\r\n\t\t\t\t\treturn true\r\n\t\t\t\t}\r\n\r\n\t\t\t\tvar matcher = new RegExp(\"^\" + route\r\n\t\t\t\t\t.replace(/:[^\\/]+?\\.{3}/g, \"(.*?)\")\r\n\t\t\t\t\t.replace(/:[^\\/]+/g, \"([^\\\\/]+)\") + \"\\/?$\")\r\n\r\n\t\t\t\tif (matcher.test(path)) {\r\n\t\t\t\t\t/* eslint-disable no-loop-func */\r\n\t\t\t\t\tpath.replace(matcher, function () {\r\n\t\t\t\t\t\tvar keys = route.match(/:[^\\/]+/g) || []\r\n\t\t\t\t\t\tvar values = [].slice.call(arguments, 1, -2)\r\n\t\t\t\t\t\tforEach(keys, function (key, i) {\r\n\t\t\t\t\t\t\trouteParams[key.replace(/:|\\./g, \"\")] =\r\n\t\t\t\t\t\t\t\tdecodeURIComponent(values[i])\r\n\t\t\t\t\t\t})\r\n\t\t\t\t\t\tm.mount(root, router[route])\r\n\t\t\t\t\t})\r\n\t\t\t\t\t/* eslint-enable no-loop-func */\r\n\t\t\t\t\treturn true\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n\r\n\tfunction routeUnobtrusive(e) {\r\n\t\te = e || event\r\n\t\tif (e.ctrlKey || e.metaKey || e.shiftKey || e.which === 2) return\r\n\r\n\t\tif (e.preventDefault) {\r\n\t\t\te.preventDefault()\r\n\t\t} else {\r\n\t\t\te.returnValue = false\r\n\t\t}\r\n\r\n\t\tvar currentTarget = e.currentTarget || e.srcElement\r\n\t\tvar args\r\n\r\n\t\tif (m.route.mode === \"pathname\" && currentTarget.search) {\r\n\t\t\targs = parseQueryString(currentTarget.search.slice(1))\r\n\t\t} else {\r\n\t\t\targs = {}\r\n\t\t}\r\n\r\n\t\twhile (currentTarget && !/a/i.test(currentTarget.nodeName)) {\r\n\t\t\tcurrentTarget = currentTarget.parentNode\r\n\t\t}\r\n\r\n\t\t// clear pendingRequests because we want an immediate route change\r\n\t\tpendingRequests = 0\r\n\t\tm.route(currentTarget[m.route.mode]\r\n\t\t\t.slice(modes[m.route.mode].length), args)\r\n\t}\r\n\r\n\tfunction setScroll() {\r\n\t\tif (m.route.mode !== \"hash\" && $location.hash) {\r\n\t\t\t$location.hash = $location.hash\r\n\t\t} else {\r\n\t\t\tglobal.scrollTo(0, 0)\r\n\t\t}\r\n\t}\r\n\r\n\tfunction buildQueryString(object, prefix) {\r\n\t\tvar duplicates = {}\r\n\t\tvar str = []\r\n\r\n\t\tfor (var prop in object) {\r\n\t\t\tif (hasOwn.call(object, prop)) {\r\n\t\t\t\tvar key = prefix ? prefix + \"[\" + prop + \"]\" : prop\r\n\t\t\t\tvar value = object[prop]\r\n\r\n\t\t\t\tif (value === null) {\r\n\t\t\t\t\tstr.push(encodeURIComponent(key))\r\n\t\t\t\t} else if (isObject(value)) {\r\n\t\t\t\t\tstr.push(buildQueryString(value, key))\r\n\t\t\t\t} else if (isArray(value)) {\r\n\t\t\t\t\tvar keys = []\r\n\t\t\t\t\tduplicates[key] = duplicates[key] || {}\r\n\t\t\t\t\t/* eslint-disable no-loop-func */\r\n\t\t\t\t\tforEach(value, function (item) {\r\n\t\t\t\t\t\t/* eslint-enable no-loop-func */\r\n\t\t\t\t\t\tif (!duplicates[key][item]) {\r\n\t\t\t\t\t\t\tduplicates[key][item] = true\r\n\t\t\t\t\t\t\tkeys.push(encodeURIComponent(key) + \"=\" +\r\n\t\t\t\t\t\t\t\tencodeURIComponent(item))\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t})\r\n\t\t\t\t\tstr.push(keys.join(\"&\"))\r\n\t\t\t\t} else if (value !== undefined) {\r\n\t\t\t\t\tstr.push(encodeURIComponent(key) + \"=\" +\r\n\t\t\t\t\t\tencodeURIComponent(value))\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\treturn str.join(\"&\")\r\n\t}\r\n\r\n\tfunction parseQueryString(str) {\r\n\t\tif (str === \"\" || str == null) return {}\r\n\t\tif (str.charAt(0) === \"?\") str = str.slice(1)\r\n\r\n\t\tvar pairs = str.split(\"&\")\r\n\t\tvar params = {}\r\n\r\n\t\tforEach(pairs, function (string) {\r\n\t\t\tvar pair = string.split(\"=\")\r\n\t\t\tvar key = decodeURIComponent(pair[0])\r\n\t\t\tvar value = pair.length === 2 ? decodeURIComponent(pair[1]) : null\r\n\t\t\tif (params[key] != null) {\r\n\t\t\t\tif (!isArray(params[key])) params[key] = [params[key]]\r\n\t\t\t\tparams[key].push(value)\r\n\t\t\t}\r\n\t\t\telse params[key] = value\r\n\t\t})\r\n\r\n\t\treturn params\r\n\t}\r\n\r\n\tm.route.buildQueryString = buildQueryString\r\n\tm.route.parseQueryString = parseQueryString\r\n\r\n\tfunction reset(root) {\r\n\t\tvar cacheKey = getCellCacheKey(root)\r\n\t\tclear(root.childNodes, cellCache[cacheKey])\r\n\t\tcellCache[cacheKey] = undefined\r\n\t}\r\n\r\n\tm.deferred = function () {\r\n\t\tvar deferred = new Deferred()\r\n\t\tdeferred.promise = propify(deferred.promise)\r\n\t\treturn deferred\r\n\t}\r\n\r\n\tfunction propify(promise, initialValue) {\r\n\t\tvar prop = m.prop(initialValue)\r\n\t\tpromise.then(prop)\r\n\t\tprop.then = function (resolve, reject) {\r\n\t\t\treturn propify(promise.then(resolve, reject), initialValue)\r\n\t\t}\r\n\r\n\t\tprop.catch = prop.then.bind(null, null)\r\n\t\treturn prop\r\n\t}\r\n\t// Promiz.mithril.js | Zolmeister | MIT\r\n\t// a modified version of Promiz.js, which does not conform to Promises/A+\r\n\t// for two reasons:\r\n\t//\r\n\t// 1) `then` callbacks are called synchronously (because setTimeout is too\r\n\t// slow, and the setImmediate polyfill is too big\r\n\t//\r\n\t// 2) throwing subclasses of Error cause the error to be bubbled up instead\r\n\t// of triggering rejection (because the spec does not account for the\r\n\t// important use case of default browser error handling, i.e. message w/\r\n\t// line number)\r\n\r\n\tvar RESOLVING = 1\r\n\tvar REJECTING = 2\r\n\tvar RESOLVED = 3\r\n\tvar REJECTED = 4\r\n\r\n\tfunction Deferred(onSuccess, onFailure) {\r\n\t\tvar self = this\r\n\t\tvar state = 0\r\n\t\tvar promiseValue = 0\r\n\t\tvar next = []\r\n\r\n\t\tself.promise = {}\r\n\r\n\t\tself.resolve = function (value) {\r\n\t\t\tif (!state) {\r\n\t\t\t\tpromiseValue = value\r\n\t\t\t\tstate = RESOLVING\r\n\r\n\t\t\t\tfire()\r\n\t\t\t}\r\n\r\n\t\t\treturn self\r\n\t\t}\r\n\r\n\t\tself.reject = function (value) {\r\n\t\t\tif (!state) {\r\n\t\t\t\tpromiseValue = value\r\n\t\t\t\tstate = REJECTING\r\n\r\n\t\t\t\tfire()\r\n\t\t\t}\r\n\r\n\t\t\treturn self\r\n\t\t}\r\n\r\n\t\tself.promise.then = function (onSuccess, onFailure) {\r\n\t\t\tvar deferred = new Deferred(onSuccess, onFailure)\r\n\r\n\t\t\tif (state === RESOLVED) {\r\n\t\t\t\tdeferred.resolve(promiseValue)\r\n\t\t\t} else if (state === REJECTED) {\r\n\t\t\t\tdeferred.reject(promiseValue)\r\n\t\t\t} else {\r\n\t\t\t\tnext.push(deferred)\r\n\t\t\t}\r\n\r\n\t\t\treturn deferred.promise\r\n\t\t}\r\n\r\n\t\tfunction finish(type) {\r\n\t\t\tstate = type || REJECTED\r\n\t\t\tnext.map(function (deferred) {\r\n\t\t\t\tif (state === RESOLVED) {\r\n\t\t\t\t\tdeferred.resolve(promiseValue)\r\n\t\t\t\t} else {\r\n\t\t\t\t\tdeferred.reject(promiseValue)\r\n\t\t\t\t}\r\n\t\t\t})\r\n\t\t}\r\n\r\n\t\tfunction thennable(then, success, failure, notThennable) {\r\n\t\t\tif (((promiseValue != null && isObject(promiseValue)) ||\r\n\t\t\t\t\tisFunction(promiseValue)) && isFunction(then)) {\r\n\t\t\t\ttry {\r\n\t\t\t\t\t// count protects against abuse calls from spec checker\r\n\t\t\t\t\tvar count = 0\r\n\t\t\t\t\tthen.call(promiseValue, function (value) {\r\n\t\t\t\t\t\tif (count++) return\r\n\t\t\t\t\t\tpromiseValue = value\r\n\t\t\t\t\t\tsuccess()\r\n\t\t\t\t\t}, function (value) {\r\n\t\t\t\t\t\tif (count++) return\r\n\t\t\t\t\t\tpromiseValue = value\r\n\t\t\t\t\t\tfailure()\r\n\t\t\t\t\t})\r\n\t\t\t\t} catch (e) {\r\n\t\t\t\t\tm.deferred.onerror(e)\r\n\t\t\t\t\tpromiseValue = e\r\n\t\t\t\t\tfailure()\r\n\t\t\t\t}\r\n\t\t\t} else {\r\n\t\t\t\tnotThennable()\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\tfunction fire() {\r\n\t\t\t// check if it's a thenable\r\n\t\t\tvar then\r\n\t\t\ttry {\r\n\t\t\t\tthen = promiseValue && promiseValue.then\r\n\t\t\t} catch (e) {\r\n\t\t\t\tm.deferred.onerror(e)\r\n\t\t\t\tpromiseValue = e\r\n\t\t\t\tstate = REJECTING\r\n\t\t\t\treturn fire()\r\n\t\t\t}\r\n\r\n\t\t\tif (state === REJECTING) {\r\n\t\t\t\tm.deferred.onerror(promiseValue)\r\n\t\t\t}\r\n\r\n\t\t\tthennable(then, function () {\r\n\t\t\t\tstate = RESOLVING\r\n\t\t\t\tfire()\r\n\t\t\t}, function () {\r\n\t\t\t\tstate = REJECTING\r\n\t\t\t\tfire()\r\n\t\t\t}, function () {\r\n\t\t\t\ttry {\r\n\t\t\t\t\tif (state === RESOLVING && isFunction(onSuccess)) {\r\n\t\t\t\t\t\tpromiseValue = onSuccess(promiseValue)\r\n\t\t\t\t\t} else if (state === REJECTING && isFunction(onFailure)) {\r\n\t\t\t\t\t\tpromiseValue = onFailure(promiseValue)\r\n\t\t\t\t\t\tstate = RESOLVING\r\n\t\t\t\t\t}\r\n\t\t\t\t} catch (e) {\r\n\t\t\t\t\tm.deferred.onerror(e)\r\n\t\t\t\t\tpromiseValue = e\r\n\t\t\t\t\treturn finish()\r\n\t\t\t\t}\r\n\r\n\t\t\t\tif (promiseValue === self) {\r\n\t\t\t\t\tpromiseValue = TypeError()\r\n\t\t\t\t\tfinish()\r\n\t\t\t\t} else {\r\n\t\t\t\t\tthennable(then, function () {\r\n\t\t\t\t\t\tfinish(RESOLVED)\r\n\t\t\t\t\t}, finish, function () {\r\n\t\t\t\t\t\tfinish(state === RESOLVING && RESOLVED)\r\n\t\t\t\t\t})\r\n\t\t\t\t}\r\n\t\t\t})\r\n\t\t}\r\n\t}\r\n\r\n\tm.deferred.onerror = function (e) {\r\n\t\tif (type.call(e) === \"[object Error]\" &&\r\n\t\t\t\t!/ Error/.test(e.constructor.toString())) {\r\n\t\t\tpendingRequests = 0\r\n\t\t\tthrow e\r\n\t\t}\r\n\t}\r\n\r\n\tm.sync = function (args) {\r\n\t\tvar deferred = m.deferred()\r\n\t\tvar outstanding = args.length\r\n\t\tvar results = []\r\n\t\tvar method = \"resolve\"\r\n\r\n\t\tfunction synchronizer(pos, resolved) {\r\n\t\t\treturn function (value) {\r\n\t\t\t\tresults[pos] = value\r\n\t\t\t\tif (!resolved) method = \"reject\"\r\n\t\t\t\tif (--outstanding === 0) {\r\n\t\t\t\t\tdeferred.promise(results)\r\n\t\t\t\t\tdeferred[method](results)\r\n\t\t\t\t}\r\n\t\t\t\treturn value\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\tif (args.length > 0) {\r\n\t\t\tforEach(args, function (arg, i) {\r\n\t\t\t\targ.then(synchronizer(i, true), synchronizer(i, false))\r\n\t\t\t})\r\n\t\t} else {\r\n\t\t\tdeferred.resolve([])\r\n\t\t}\r\n\r\n\t\treturn deferred.promise\r\n\t}\r\n\r\n\tfunction identity(value) { return value }\r\n\r\n\tfunction handleJsonp(options) {\r\n\t\tvar callbackKey = options.callbackName || \"mithril_callback_\" +\r\n\t\t\tnew Date().getTime() + \"_\" +\r\n\t\t\t(Math.round(Math.random() * 1e16)).toString(36)\r\n\r\n\t\tvar script = $document.createElement(\"script\")\r\n\r\n\t\tglobal[callbackKey] = function (resp) {\r\n\t\t\tscript.parentNode.removeChild(script)\r\n\t\t\toptions.onload({\r\n\t\t\t\ttype: \"load\",\r\n\t\t\t\ttarget: {\r\n\t\t\t\t\tresponseText: resp\r\n\t\t\t\t}\r\n\t\t\t})\r\n\t\t\tglobal[callbackKey] = undefined\r\n\t\t}\r\n\r\n\t\tscript.onerror = function () {\r\n\t\t\tscript.parentNode.removeChild(script)\r\n\r\n\t\t\toptions.onerror({\r\n\t\t\t\ttype: \"error\",\r\n\t\t\t\ttarget: {\r\n\t\t\t\t\tstatus: 500,\r\n\t\t\t\t\tresponseText: JSON.stringify({\r\n\t\t\t\t\t\terror: \"Error making jsonp request\"\r\n\t\t\t\t\t})\r\n\t\t\t\t}\r\n\t\t\t})\r\n\t\t\tglobal[callbackKey] = undefined\r\n\r\n\t\t\treturn false\r\n\t\t}\r\n\r\n\t\tscript.onload = function () {\r\n\t\t\treturn false\r\n\t\t}\r\n\r\n\t\tscript.src = options.url +\r\n\t\t\t(options.url.indexOf(\"?\") > 0 ? \"&\" : \"?\") +\r\n\t\t\t(options.callbackKey ? options.callbackKey : \"callback\") +\r\n\t\t\t\"=\" + callbackKey +\r\n\t\t\t\"&\" + buildQueryString(options.data || {})\r\n\r\n\t\t$document.body.appendChild(script)\r\n\t}\r\n\r\n\tfunction createXhr(options) {\r\n\t\tvar xhr = new global.XMLHttpRequest()\r\n\t\txhr.open(options.method, options.url, true, options.user,\r\n\t\t\toptions.password)\r\n\r\n\t\txhr.onreadystatechange = function () {\r\n\t\t\tif (xhr.readyState === 4) {\r\n\t\t\t\tif (xhr.status >= 200 && xhr.status < 300) {\r\n\t\t\t\t\toptions.onload({type: \"load\", target: xhr})\r\n\t\t\t\t} else {\r\n\t\t\t\t\toptions.onerror({type: \"error\", target: xhr})\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\tif (options.serialize === JSON.stringify &&\r\n\t\t\t\toptions.data &&\r\n\t\t\t\toptions.method !== \"GET\") {\r\n\t\t\txhr.setRequestHeader(\"Content-Type\",\r\n\t\t\t\t\"application/json; charset=utf-8\")\r\n\t\t}\r\n\r\n\t\tif (options.deserialize === JSON.parse) {\r\n\t\t\txhr.setRequestHeader(\"Accept\", \"application/json, text/*\")\r\n\t\t}\r\n\r\n\t\tif (isFunction(options.config)) {\r\n\t\t\tvar maybeXhr = options.config(xhr, options)\r\n\t\t\tif (maybeXhr != null) xhr = maybeXhr\r\n\t\t}\r\n\r\n\t\tvar data = options.method === \"GET\" || !options.data ? \"\" : options.data\r\n\r\n\t\tif (data && !isString(data) && data.constructor !== global.FormData) {\r\n\t\t\tthrow new Error(\"Request data should be either be a string or \" +\r\n\t\t\t\t\"FormData. Check the `serialize` option in `m.request`\")\r\n\t\t}\r\n\r\n\t\txhr.send(data)\r\n\t\treturn xhr\r\n\t}\r\n\r\n\tfunction ajax(options) {\r\n\t\tif (options.dataType && options.dataType.toLowerCase() === \"jsonp\") {\r\n\t\t\treturn handleJsonp(options)\r\n\t\t} else {\r\n\t\t\treturn createXhr(options)\r\n\t\t}\r\n\t}\r\n\r\n\tfunction bindData(options, data, serialize) {\r\n\t\tif (options.method === \"GET\" && options.dataType !== \"jsonp\") {\r\n\t\t\tvar prefix = options.url.indexOf(\"?\") < 0 ? \"?\" : \"&\"\r\n\t\t\tvar querystring = buildQueryString(data)\r\n\t\t\toptions.url += (querystring ? prefix + querystring : \"\")\r\n\t\t} else {\r\n\t\t\toptions.data = serialize(data)\r\n\t\t}\r\n\t}\r\n\r\n\tfunction parameterizeUrl(url, data) {\r\n\t\tif (data) {\r\n\t\t\turl = url.replace(/:[a-z]\\w+/gi, function (token){\r\n\t\t\t\tvar key = token.slice(1)\r\n\t\t\t\tvar value = data[key] || token\r\n\t\t\t\tdelete data[key]\r\n\t\t\t\treturn value\r\n\t\t\t})\r\n\t\t}\r\n\t\treturn url\r\n\t}\r\n\r\n\tm.request = function (options) {\r\n\t\tif (options.background !== true) m.startComputation()\r\n\t\tvar deferred = new Deferred()\r\n\t\tvar isJSONP = options.dataType &&\r\n\t\t\toptions.dataType.toLowerCase() === \"jsonp\"\r\n\r\n\t\tvar serialize, deserialize, extract\r\n\r\n\t\tif (isJSONP) {\r\n\t\t\tserialize = options.serialize =\r\n\t\t\tdeserialize = options.deserialize = identity\r\n\r\n\t\t\textract = function (jsonp) { return jsonp.responseText }\r\n\t\t} else {\r\n\t\t\tserialize = options.serialize = options.serialize || JSON.stringify\r\n\r\n\t\t\tdeserialize = options.deserialize =\r\n\t\t\t\toptions.deserialize || JSON.parse\r\n\t\t\textract = options.extract || function (xhr) {\r\n\t\t\t\tif (xhr.responseText.length || deserialize !== JSON.parse) {\r\n\t\t\t\t\treturn xhr.responseText\r\n\t\t\t\t} else {\r\n\t\t\t\t\treturn null\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\toptions.method = (options.method || \"GET\").toUpperCase()\r\n\t\toptions.url = parameterizeUrl(options.url, options.data)\r\n\t\tbindData(options, options.data, serialize)\r\n\t\toptions.onload = options.onerror = function (ev) {\r\n\t\t\ttry {\r\n\t\t\t\tev = ev || event\r\n\t\t\t\tvar response = deserialize(extract(ev.target, options))\r\n\t\t\t\tif (ev.type === \"load\") {\r\n\t\t\t\t\tif (options.unwrapSuccess) {\r\n\t\t\t\t\t\tresponse = options.unwrapSuccess(response, ev.target)\r\n\t\t\t\t\t}\r\n\r\n\t\t\t\t\tif (isArray(response) && options.type) {\r\n\t\t\t\t\t\tforEach(response, function (res, i) {\r\n\t\t\t\t\t\t\tresponse[i] = new options.type(res)\r\n\t\t\t\t\t\t})\r\n\t\t\t\t\t} else if (options.type) {\r\n\t\t\t\t\t\tresponse = new options.type(response)\r\n\t\t\t\t\t}\r\n\r\n\t\t\t\t\tdeferred.resolve(response)\r\n\t\t\t\t} else {\r\n\t\t\t\t\tif (options.unwrapError) {\r\n\t\t\t\t\t\tresponse = options.unwrapError(response, ev.target)\r\n\t\t\t\t\t}\r\n\r\n\t\t\t\t\tdeferred.reject(response)\r\n\t\t\t\t}\r\n\t\t\t} catch (e) {\r\n\t\t\t\tdeferred.reject(e)\r\n\t\t\t\tm.deferred.onerror(e)\r\n\t\t\t} finally {\r\n\t\t\t\tif (options.background !== true) m.endComputation()\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\tajax(options)\r\n\t\tdeferred.promise = propify(deferred.promise, options.initialValue)\r\n\t\treturn deferred.promise\r\n\t}\r\n\r\n\treturn m\r\n}); // eslint-disable-line\r\n\n},{}],7:[function(require,module,exports){\n/*!\n * EventEmitter v4.2.11 - git.io/ee\n * Unlicense - http://unlicense.org/\n * Oliver Caldwell - http://oli.me.uk/\n * @preserve\n */\n\n;(function () {\n 'use strict';\n\n /**\n * Class for managing events.\n * Can be extended to provide event functionality in other classes.\n *\n * @class EventEmitter Manages event registering and emitting.\n */\n function EventEmitter() {}\n\n // Shortcuts to improve speed and size\n var proto = EventEmitter.prototype;\n var exports = this;\n var originalGlobalValue = exports.EventEmitter;\n\n /**\n * Finds the index of the listener for the event in its storage array.\n *\n * @param {Function[]} listeners Array of listeners to search through.\n * @param {Function} listener Method to look for.\n * @return {Number} Index of the specified listener, -1 if not found\n * @api private\n */\n function indexOfListener(listeners, listener) {\n var i = listeners.length;\n while (i--) {\n if (listeners[i].listener === listener) {\n return i;\n }\n }\n\n return -1;\n }\n\n /**\n * Alias a method while keeping the context correct, to allow for overwriting of target method.\n *\n * @param {String} name The name of the target method.\n * @return {Function} The aliased method\n * @api private\n */\n function alias(name) {\n return function aliasClosure() {\n return this[name].apply(this, arguments);\n };\n }\n\n /**\n * Returns the listener array for the specified event.\n * Will initialise the event object and listener arrays if required.\n * Will return an object if you use a regex search. The object contains keys for each matched event. So /ba[rz]/ might return an object containing bar and baz. But only if you have either defined them with defineEvent or added some listeners to them.\n * Each property in the object response is an array of listener functions.\n *\n * @param {String|RegExp} evt Name of the event to return the listeners from.\n * @return {Function[]|Object} All listener functions for the event.\n */\n proto.getListeners = function getListeners(evt) {\n var events = this._getEvents();\n var response;\n var key;\n\n // Return a concatenated array of all matching events if\n // the selector is a regular expression.\n if (evt instanceof RegExp) {\n response = {};\n for (key in events) {\n if (events.hasOwnProperty(key) && evt.test(key)) {\n response[key] = events[key];\n }\n }\n }\n else {\n response = events[evt] || (events[evt] = []);\n }\n\n return response;\n };\n\n /**\n * Takes a list of listener objects and flattens it into a list of listener functions.\n *\n * @param {Object[]} listeners Raw listener objects.\n * @return {Function[]} Just the listener functions.\n */\n proto.flattenListeners = function flattenListeners(listeners) {\n var flatListeners = [];\n var i;\n\n for (i = 0; i < listeners.length; i += 1) {\n flatListeners.push(listeners[i].listener);\n }\n\n return flatListeners;\n };\n\n /**\n * Fetches the requested listeners via getListeners but will always return the results inside an object. This is mainly for internal use but others may find it useful.\n *\n * @param {String|RegExp} evt Name of the event to return the listeners from.\n * @return {Object} All listener functions for an event in an object.\n */\n proto.getListenersAsObject = function getListenersAsObject(evt) {\n var listeners = this.getListeners(evt);\n var response;\n\n if (listeners instanceof Array) {\n response = {};\n response[evt] = listeners;\n }\n\n return response || listeners;\n };\n\n /**\n * Adds a listener function to the specified event.\n * The listener will not be added if it is a duplicate.\n * If the listener returns true then it will be removed after it is called.\n * If you pass a regular expression as the event name then the listener will be added to all events that match it.\n *\n * @param {String|RegExp} evt Name of the event to attach the listener to.\n * @param {Function} listener Method to be called when the event is emitted. If the function returns true then it will be removed after calling.\n * @return {Object} Current instance of EventEmitter for chaining.\n */\n proto.addListener = function addListener(evt, listener) {\n var listeners = this.getListenersAsObject(evt);\n var listenerIsWrapped = typeof listener === 'object';\n var key;\n\n for (key in listeners) {\n if (listeners.hasOwnProperty(key) && indexOfListener(listeners[key], listener) === -1) {\n listeners[key].push(listenerIsWrapped ? listener : {\n listener: listener,\n once: false\n });\n }\n }\n\n return this;\n };\n\n /**\n * Alias of addListener\n */\n proto.on = alias('addListener');\n\n /**\n * Semi-alias of addListener. It will add a listener that will be\n * automatically removed after its first execution.\n *\n * @param {String|RegExp} evt Name of the event to attach the listener to.\n * @param {Function} listener Method to be called when the event is emitted. If the function returns true then it will be removed after calling.\n * @return {Object} Current instance of EventEmitter for chaining.\n */\n proto.addOnceListener = function addOnceListener(evt, listener) {\n return this.addListener(evt, {\n listener: listener,\n once: true\n });\n };\n\n /**\n * Alias of addOnceListener.\n */\n proto.once = alias('addOnceListener');\n\n /**\n * Defines an event name. This is required if you want to use a regex to add a listener to multiple events at once. If you don't do this then how do you expect it to know what event to add to? Should it just add to every possible match for a regex? No. That is scary and bad.\n * You need to tell it what event names should be matched by a regex.\n *\n * @param {String} evt Name of the event to create.\n * @return {Object} Current instance of EventEmitter for chaining.\n */\n proto.defineEvent = function defineEvent(evt) {\n this.getListeners(evt);\n return this;\n };\n\n /**\n * Uses defineEvent to define multiple events.\n *\n * @param {String[]} evts An array of event names to define.\n * @return {Object} Current instance of EventEmitter for chaining.\n */\n proto.defineEvents = function defineEvents(evts) {\n for (var i = 0; i < evts.length; i += 1) {\n this.defineEvent(evts[i]);\n }\n return this;\n };\n\n /**\n * Removes a listener function from the specified event.\n * When passed a regular expression as the event name, it will remove the listener from all events that match it.\n *\n * @param {String|RegExp} evt Name of the event to remove the listener from.\n * @param {Function} listener Method to remove from the event.\n * @return {Object} Current instance of EventEmitter for chaining.\n */\n proto.removeListener = function removeListener(evt, listener) {\n var listeners = this.getListenersAsObject(evt);\n var index;\n var key;\n\n for (key in listeners) {\n if (listeners.hasOwnProperty(key)) {\n index = indexOfListener(listeners[key], listener);\n\n if (index !== -1) {\n listeners[key].splice(index, 1);\n }\n }\n }\n\n return this;\n };\n\n /**\n * Alias of removeListener\n */\n proto.off = alias('removeListener');\n\n /**\n * Adds listeners in bulk using the manipulateListeners method.\n * If you pass an object as the second argument you can add to multiple events at once. The object should contain key value pairs of events and listeners or listener arrays. You can also pass it an event name and an array of listeners to be added.\n * You can also pass it a regular expression to add the array of listeners to all events that match it.\n * Yeah, this function does quite a bit. That's probably a bad thing.\n *\n * @param {String|Object|RegExp} evt An event name if you will pass an array of listeners next. An object if you wish to add to multiple events at once.\n * @param {Function[]} [listeners] An optional array of listener functions to add.\n * @return {Object} Current instance of EventEmitter for chaining.\n */\n proto.addListeners = function addListeners(evt, listeners) {\n // Pass through to manipulateListeners\n return this.manipulateListeners(false, evt, listeners);\n };\n\n /**\n * Removes listeners in bulk using the manipulateListeners method.\n * If you pass an object as the second argument you can remove from multiple events at once. The object should contain key value pairs of events and listeners or listener arrays.\n * You can also pass it an event name and an array of listeners to be removed.\n * You can also pass it a regular expression to remove the listeners from all events that match it.\n *\n * @param {String|Object|RegExp} evt An event name if you will pass an array of listeners next. An object if you wish to remove from multiple events at once.\n * @param {Function[]} [listeners] An optional array of listener functions to remove.\n * @return {Object} Current instance of EventEmitter for chaining.\n */\n proto.removeListeners = function removeListeners(evt, listeners) {\n // Pass through to manipulateListeners\n return this.manipulateListeners(true, evt, listeners);\n };\n\n /**\n * Edits listeners in bulk. The addListeners and removeListeners methods both use this to do their job. You should really use those instead, this is a little lower level.\n * The first argument will determine if the listeners are removed (true) or added (false).\n * If you pass an object as the second argument you can add/remove from multiple events at once. The object should contain key value pairs of events and listeners or listener arrays.\n * You can also pass it an event name and an array of listeners to be added/removed.\n * You can also pass it a regular expression to manipulate the listeners of all events that match it.\n *\n * @param {Boolean} remove True if you want to remove listeners, false if you want to add.\n * @param {String|Object|RegExp} evt An event name if you will pass an array of listeners next. An object if you wish to add/remove from multiple events at once.\n * @param {Function[]} [listeners] An optional array of listener functions to add/remove.\n * @return {Object} Current instance of EventEmitter for chaining.\n */\n proto.manipulateListeners = function manipulateListeners(remove, evt, listeners) {\n var i;\n var value;\n var single = remove ? this.removeListener : this.addListener;\n var multiple = remove ? this.removeListeners : this.addListeners;\n\n // If evt is an object then pass each of its properties to this method\n if (typeof evt === 'object' && !(evt instanceof RegExp)) {\n for (i in evt) {\n if (evt.hasOwnProperty(i) && (value = evt[i])) {\n // Pass the single listener straight through to the singular method\n if (typeof value === 'function') {\n single.call(this, i, value);\n }\n else {\n // Otherwise pass back to the multiple function\n multiple.call(this, i, value);\n }\n }\n }\n }\n else {\n // So evt must be a string\n // And listeners must be an array of listeners\n // Loop over it and pass each one to the multiple method\n i = listeners.length;\n while (i--) {\n single.call(this, evt, listeners[i]);\n }\n }\n\n return this;\n };\n\n /**\n * Removes all listeners from a specified event.\n * If you do not specify an event then all listeners will be removed.\n * That means every event will be emptied.\n * You can also pass a regex to remove all events that match it.\n *\n * @param {String|RegExp} [evt] Optional name of the event to remove all listeners for. Will remove from every event if not passed.\n * @return {Object} Current instance of EventEmitter for chaining.\n */\n proto.removeEvent = function removeEvent(evt) {\n var type = typeof evt;\n var events = this._getEvents();\n var key;\n\n // Remove different things depending on the state of evt\n if (type === 'string') {\n // Remove all listeners for the specified event\n delete events[evt];\n }\n else if (evt instanceof RegExp) {\n // Remove all events matching the regex.\n for (key in events) {\n if (events.hasOwnProperty(key) && evt.test(key)) {\n delete events[key];\n }\n }\n }\n else {\n // Remove all listeners in all events\n delete this._events;\n }\n\n return this;\n };\n\n /**\n * Alias of removeEvent.\n *\n * Added to mirror the node API.\n */\n proto.removeAllListeners = alias('removeEvent');\n\n /**\n * Emits an event of your choice.\n * When emitted, every listener attached to that event will be executed.\n * If you pass the optional argument array then those arguments will be passed to every listener upon execution.\n * Because it uses `apply`, your array of arguments will be passed as if you wrote them out separately.\n * So they will not arrive within the array on the other side, they will be separate.\n * You can also pass a regular expression to emit to all events that match it.\n *\n * @param {String|RegExp} evt Name of the event to emit and execute listeners for.\n * @param {Array} [args] Optional array of arguments to be passed to each listener.\n * @return {Object} Current instance of EventEmitter for chaining.\n */\n proto.emitEvent = function emitEvent(evt, args) {\n var listenersMap = this.getListenersAsObject(evt);\n var listeners;\n var listener;\n var i;\n var key;\n var response;\n\n for (key in listenersMap) {\n if (listenersMap.hasOwnProperty(key)) {\n listeners = listenersMap[key].slice(0);\n i = listeners.length;\n\n while (i--) {\n // If the listener returns true then it shall be removed from the event\n // The function is executed either with a basic call or an apply if there is an args array\n listener = listeners[i];\n\n if (listener.once === true) {\n this.removeListener(evt, listener.listener);\n }\n\n response = listener.listener.apply(this, args || []);\n\n if (response === this._getOnceReturnValue()) {\n this.removeListener(evt, listener.listener);\n }\n }\n }\n }\n\n return this;\n };\n\n /**\n * Alias of emitEvent\n */\n proto.trigger = alias('emitEvent');\n\n /**\n * Subtly different from emitEvent in that it will pass its arguments on to the listeners, as opposed to taking a single array of arguments to pass on.\n * As with emitEvent, you can pass a regex in place of the event name to emit to all events that match it.\n *\n * @param {String|RegExp} evt Name of the event to emit and execute listeners for.\n * @param {...*} Optional additional arguments to be passed to each listener.\n * @return {Object} Current instance of EventEmitter for chaining.\n */\n proto.emit = function emit(evt) {\n var args = Array.prototype.slice.call(arguments, 1);\n return this.emitEvent(evt, args);\n };\n\n /**\n * Sets the current value to check against when executing listeners. If a\n * listeners return value matches the one set here then it will be removed\n * after execution. This value defaults to true.\n *\n * @param {*} value The new value to check for when executing listeners.\n * @return {Object} Current instance of EventEmitter for chaining.\n */\n proto.setOnceReturnValue = function setOnceReturnValue(value) {\n this._onceReturnValue = value;\n return this;\n };\n\n /**\n * Fetches the current value to check against when executing listeners. If\n * the listeners return value matches this one then it should be removed\n * automatically. It will return true by default.\n *\n * @return {*|Boolean} The current value to check for or the default, true.\n * @api private\n */\n proto._getOnceReturnValue = function _getOnceReturnValue() {\n if (this.hasOwnProperty('_onceReturnValue')) {\n return this._onceReturnValue;\n }\n else {\n return true;\n }\n };\n\n /**\n * Fetches the events object and creates one if required.\n *\n * @return {Object} The events storage object.\n * @api private\n */\n proto._getEvents = function _getEvents() {\n return this._events || (this._events = {});\n };\n\n /**\n * Reverts the global {@link EventEmitter} to its previous value and returns a reference to this version.\n *\n * @return {Function} Non conflicting EventEmitter class.\n */\n EventEmitter.noConflict = function noConflict() {\n exports.EventEmitter = originalGlobalValue;\n return EventEmitter;\n };\n\n // Expose the class either via AMD, CommonJS or the global object\n if (typeof define === 'function' && define.amd) {\n define(function () {\n return EventEmitter;\n });\n }\n else if (typeof module === 'object' && module.exports){\n module.exports = EventEmitter;\n }\n else {\n exports.EventEmitter = EventEmitter;\n }\n}.call(this));\n\n},{}]},{},[1]);\n })();"],"sourceRoot":"/source/"}
|
assets/js/forms-admin.js
CHANGED
@@ -235,12 +235,14 @@ var forms = function(m, i18n) {
|
|
235 |
|
236 |
forms.hidden = function( config ) {
|
237 |
config.placeholder('');
|
|
|
|
|
238 |
|
239 |
// if this hidden field has choices (hidden goups), glue them together by their label.
|
240 |
if( config.choices().length > 0 ) {
|
241 |
config.value( config.choices().map(function(c) {
|
242 |
return c.label();
|
243 |
-
}).join('
|
244 |
}
|
245 |
|
246 |
return [
|
@@ -274,11 +276,12 @@ var forms = function(m, i18n) {
|
|
274 |
|
275 |
module.exports = forms;
|
276 |
},{"./field-forms-rows.js":1}],3:[function(require,module,exports){
|
277 |
-
|
278 |
-
'use strict';
|
279 |
|
280 |
-
|
281 |
-
|
|
|
|
|
282 |
var generators = {};
|
283 |
|
284 |
/**
|
@@ -416,7 +419,7 @@ var g = function(m) {
|
|
416 |
};
|
417 |
|
418 |
module.exports = g;
|
419 |
-
},{"../third-party/beautify-html.js":
|
420 |
var FieldHelper = function(m, tabs, editor, fields, i18n) {
|
421 |
'use strict';
|
422 |
|
@@ -471,38 +474,45 @@ var FieldHelper = function(m, tabs, editor, fields, i18n) {
|
|
471 |
function view() {
|
472 |
|
473 |
// build DOM for fields choice
|
|
|
474 |
var availableFields = fields.getAll();
|
475 |
|
476 |
var fieldsChoice = m( "div.available-fields.small-margin", [
|
477 |
-
m("
|
478 |
|
479 |
-
(
|
|
|
|
|
|
|
480 |
|
481 |
-
|
482 |
-
|
|
|
483 |
|
484 |
-
|
485 |
-
|
486 |
-
className += " is-required";
|
487 |
-
}
|
488 |
|
489 |
-
|
490 |
-
|
491 |
-
className
|
492 |
-
|
|
|
|
|
493 |
|
494 |
-
|
495 |
-
|
|
|
|
|
|
|
|
|
|
|
496 |
type : 'button',
|
497 |
onclick: m.withAttr("value", setActiveField),
|
498 |
-
value : index
|
499 |
}, field.title() );
|
500 |
-
|
501 |
-
|
502 |
-
|
503 |
-
|
504 |
-
// no fields
|
505 |
-
m( "p", i18n.noAvailableFields )
|
506 |
]);
|
507 |
|
508 |
// build DOM for overlay
|
@@ -556,8 +566,8 @@ var FieldHelper = function(m, tabs, editor, fields, i18n) {
|
|
556 |
};
|
557 |
|
558 |
module.exports = FieldHelper;
|
559 |
-
},{"./field-forms.js":2,"./field-generator.js":3,"./overlay.js":
|
560 |
-
var FieldFactory = function(
|
561 |
'use strict';
|
562 |
|
563 |
/**
|
@@ -572,18 +582,18 @@ var FieldFactory = function(settings, fields, i18n) {
|
|
572 |
*/
|
573 |
function reset() {
|
574 |
// clear all of our fields
|
575 |
-
registeredFields.forEach(
|
576 |
-
fields.deregister(field);
|
577 |
-
});
|
578 |
}
|
579 |
|
580 |
/**
|
581 |
* Helper function to quickly register a field and store it in local scope
|
582 |
*
|
583 |
-
* @param data
|
|
|
584 |
*/
|
585 |
-
function register(data, sticky) {
|
586 |
-
var field = fields.register(data);
|
|
|
587 |
if( ! sticky ) {
|
588 |
registeredFields.push(field);
|
589 |
}
|
@@ -592,8 +602,6 @@ var FieldFactory = function(settings, fields, i18n) {
|
|
592 |
/**
|
593 |
* Normalizes the field type which is passed by MailChimp
|
594 |
*
|
595 |
-
* @todo Maybe do this server-side?
|
596 |
-
*
|
597 |
* @param type
|
598 |
* @returns {*}
|
599 |
*/
|
@@ -612,34 +620,31 @@ var FieldFactory = function(settings, fields, i18n) {
|
|
612 |
/**
|
613 |
* Register the various fields for a merge var
|
614 |
*
|
615 |
-
* @param
|
616 |
* @returns {boolean}
|
617 |
*/
|
618 |
-
function
|
619 |
|
620 |
-
|
621 |
-
if( ! mergeVar.public ) {
|
622 |
-
return false;
|
623 |
-
}
|
624 |
|
625 |
// name, type, title, value, required, label, placeholder, choices, wrap
|
626 |
var data = {
|
627 |
-
name:
|
628 |
-
title:
|
629 |
-
required:
|
630 |
-
forceRequired:
|
631 |
-
type: getFieldType(
|
632 |
-
choices:
|
633 |
};
|
634 |
|
635 |
if( data.type !== 'address' ) {
|
636 |
-
register(data);
|
637 |
} else {
|
638 |
-
register({ name: data.name + '[addr1]', type: 'text', title: i18n.streetAddress });
|
639 |
-
register({ name: data.name + '[city]', type: 'text', title: i18n.city });
|
640 |
-
register({ name: data.name + '[state]', type: 'text', title: i18n.state });
|
641 |
-
register({ name: data.name + '[zip]', type: 'text', title: i18n.zip });
|
642 |
-
register({ name: data.name + '[country]', type: 'select', title: i18n.country, choices: mc4wp_vars.countries });
|
643 |
}
|
644 |
|
645 |
return true;
|
@@ -648,17 +653,18 @@ var FieldFactory = function(settings, fields, i18n) {
|
|
648 |
/**
|
649 |
* Register a field for a MailChimp grouping
|
650 |
*
|
651 |
-
* @param
|
652 |
*/
|
653 |
-
function
|
|
|
654 |
|
655 |
var data = {
|
656 |
-
title:
|
657 |
-
name: '
|
658 |
-
type: getFieldType(
|
659 |
-
choices:
|
660 |
};
|
661 |
-
register(data);
|
662 |
}
|
663 |
|
664 |
/**
|
@@ -667,11 +673,25 @@ var FieldFactory = function(settings, fields, i18n) {
|
|
667 |
* @param list
|
668 |
*/
|
669 |
function registerListFields(list) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
670 |
// loop through merge vars
|
671 |
-
list.
|
672 |
|
673 |
// loop through groupings
|
674 |
-
list.
|
675 |
}
|
676 |
|
677 |
/**
|
@@ -686,10 +706,11 @@ var FieldFactory = function(settings, fields, i18n) {
|
|
686 |
|
687 |
function registerCustomFields(lists) {
|
688 |
|
689 |
-
var choices
|
|
|
690 |
|
691 |
// register submit button
|
692 |
-
register({
|
693 |
name: '',
|
694 |
value: i18n.subscribe,
|
695 |
type: "submit",
|
@@ -702,7 +723,7 @@ var FieldFactory = function(settings, fields, i18n) {
|
|
702 |
choices[lists[key].id] = lists[key].name;
|
703 |
}
|
704 |
|
705 |
-
register({
|
706 |
name: '_mc4wp_lists',
|
707 |
type: 'checkbox',
|
708 |
title: i18n.listChoice,
|
@@ -714,7 +735,7 @@ var FieldFactory = function(settings, fields, i18n) {
|
|
714 |
'subscribe': "Subscribe",
|
715 |
'unsubscribe': "Unsubscribe"
|
716 |
};
|
717 |
-
register({
|
718 |
name: '_mc4wp_action',
|
719 |
type: 'radio',
|
720 |
title: i18n.formAction,
|
@@ -737,8 +758,13 @@ var FieldFactory = function(settings, fields, i18n) {
|
|
737 |
|
738 |
module.exports = FieldFactory;
|
739 |
},{}],6:[function(require,module,exports){
|
|
|
|
|
740 |
module.exports = function(m, events) {
|
741 |
-
|
|
|
|
|
|
|
742 |
|
743 |
/**
|
744 |
* @internal
|
@@ -796,15 +822,6 @@ module.exports = function(m, events) {
|
|
796 |
this.value = m.prop(data.value || data.label);
|
797 |
};
|
798 |
|
799 |
-
|
800 |
-
/**
|
801 |
-
* @api
|
802 |
-
*
|
803 |
-
* @returns {{fields: {}, get: get, getAll: getAll, deregister: deregister, register: register}}
|
804 |
-
* @constructor
|
805 |
-
*/
|
806 |
-
var fields = [];
|
807 |
-
|
808 |
/**
|
809 |
* Creates FieldChoice objects from an (associative) array of data objects
|
810 |
*
|
@@ -835,7 +852,8 @@ module.exports = function(m, events) {
|
|
835 |
* @param data
|
836 |
* @returns {Field}
|
837 |
*/
|
838 |
-
function register(data) {
|
|
|
839 |
var field;
|
840 |
var existingField = getAllWhere('name', data.name).shift();
|
841 |
|
@@ -865,14 +883,21 @@ module.exports = function(m, events) {
|
|
865 |
}
|
866 |
}
|
867 |
|
|
|
|
|
|
|
|
|
|
|
868 |
// create Field object
|
869 |
field = new Field(data);
|
|
|
870 |
|
871 |
-
// add to
|
872 |
-
fields.
|
873 |
|
874 |
// redraw view
|
875 |
-
|
|
|
876 |
|
877 |
// trigger event
|
878 |
events.trigger('fields.change');
|
@@ -909,9 +934,19 @@ module.exports = function(m, events) {
|
|
909 |
* @returns {Array|*}
|
910 |
*/
|
911 |
function getAll() {
|
|
|
|
|
|
|
|
|
|
|
|
|
912 |
return fields;
|
913 |
}
|
914 |
|
|
|
|
|
|
|
|
|
915 |
/**
|
916 |
* Get all fields where a property matches the given value
|
917 |
*
|
@@ -930,16 +965,27 @@ module.exports = function(m, events) {
|
|
930 |
* Exposed methods
|
931 |
*/
|
932 |
return {
|
933 |
-
'fields' : fields,
|
934 |
'get' : get,
|
935 |
'getAll' : getAll,
|
|
|
936 |
'deregister' : deregister,
|
937 |
'register' : register,
|
938 |
'getAllWhere': getAllWhere
|
939 |
};
|
940 |
};
|
941 |
},{}],7:[function(require,module,exports){
|
942 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
943 |
var FormEditor = function(element) {
|
944 |
|
945 |
// create dom representation of form
|
@@ -947,17 +993,8 @@ var FormEditor = function(element) {
|
|
947 |
domDirty = false,
|
948 |
r = {},
|
949 |
editor;
|
950 |
-
_dom.innerHTML = element.value.toLowerCase();
|
951 |
|
952 |
-
|
953 |
-
var CodeMirror = require('codemirror');
|
954 |
-
require('codemirror/mode/xml/xml');
|
955 |
-
require('codemirror/mode/javascript/javascript');
|
956 |
-
require('codemirror/mode/css/css');
|
957 |
-
require('codemirror/mode/htmlmixed/htmlmixed');
|
958 |
-
require('codemirror/addon/fold/xml-fold');
|
959 |
-
require('codemirror/addon/edit/matchtags');
|
960 |
-
require('codemirror/addon/edit/closetag.js');
|
961 |
|
962 |
if( CodeMirror ) {
|
963 |
editor = CodeMirror.fromTextArea(element, {
|
@@ -979,8 +1016,12 @@ var FormEditor = function(element) {
|
|
979 |
});
|
980 |
}
|
981 |
|
|
|
|
|
|
|
|
|
982 |
// set domDirty to true everytime the "change" event fires (a lot..)
|
983 |
-
element.addEventListener
|
984 |
domDirty = true;
|
985 |
});
|
986 |
|
@@ -994,11 +1035,7 @@ var FormEditor = function(element) {
|
|
994 |
}
|
995 |
|
996 |
r.getValue = function() {
|
997 |
-
|
998 |
-
return editor.getValue();
|
999 |
-
}
|
1000 |
-
|
1001 |
-
return element.value;
|
1002 |
};
|
1003 |
|
1004 |
r.query = function(query) {
|
@@ -1020,12 +1057,8 @@ var FormEditor = function(element) {
|
|
1020 |
|
1021 |
r.on = function(event,callback) {
|
1022 |
if( editor ) {
|
1023 |
-
|
1024 |
// translate "input" event for CodeMirror
|
1025 |
-
|
1026 |
-
event = 'changes';
|
1027 |
-
}
|
1028 |
-
|
1029 |
return editor.on(event,callback);
|
1030 |
}
|
1031 |
|
@@ -1040,7 +1073,7 @@ var FormEditor = function(element) {
|
|
1040 |
};
|
1041 |
|
1042 |
module.exports = FormEditor;
|
1043 |
-
},{"codemirror":
|
1044 |
var FormWatcher = function(m, editor, settings, fields, events, helpers) {
|
1045 |
'use strict';
|
1046 |
|
@@ -1101,6 +1134,55 @@ var FormWatcher = function(m, editor, settings, fields, events, helpers) {
|
|
1101 |
|
1102 |
module.exports = FormWatcher;
|
1103 |
},{}],9:[function(require,module,exports){
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1104 |
var overlay = function(m, i18n) {
|
1105 |
'use strict';
|
1106 |
|
@@ -1176,7 +1258,7 @@ var overlay = function(m, i18n) {
|
|
1176 |
};
|
1177 |
|
1178 |
module.exports = overlay;
|
1179 |
-
},{}],
|
1180 |
'use strict';
|
1181 |
|
1182 |
// deps
|
@@ -1198,24 +1280,29 @@ var textareaElement = document.getElementById('mc4wp-form-content');
|
|
1198 |
var editor = window.formEditor = new FormEditor( textareaElement );
|
1199 |
var watcher = new FormWatcher( m, formEditor, settings, fields, events, helpers );
|
1200 |
var fieldHelper = new FieldHelper( m, tabs, formEditor, fields, i18n );
|
|
|
1201 |
|
1202 |
// mount field helper on element
|
1203 |
m.mount( document.getElementById( 'mc4wp-field-wizard'), fieldHelper );
|
1204 |
|
1205 |
// register fields and redraw screen in 2 seconds (fixes IE8 bug)
|
1206 |
-
var fieldsFactory = new FieldsFactory(
|
1207 |
-
fieldsFactory.registerCustomFields(mc4wp_vars.mailchimp.lists);
|
1208 |
events.on('selectedLists.change', fieldsFactory.registerListsFields);
|
1209 |
fieldsFactory.registerListsFields(settings.getSelectedLists());
|
|
|
|
|
1210 |
window.setTimeout( function() { m.redraw();}, 2000 );
|
1211 |
|
|
|
|
|
|
|
1212 |
// expose some methods
|
1213 |
window.mc4wp = window.mc4wp || {};
|
1214 |
window.mc4wp.forms = window.mc4wp.forms || {};
|
1215 |
window.mc4wp.forms.editor = editor;
|
1216 |
window.mc4wp.forms.fields = fields;
|
1217 |
|
1218 |
-
},{"./admin/field-helper.js":4,"./admin/fields-factory.js":5,"./admin/fields.js":6,"./admin/form-editor.js":7,"./admin/form-watcher.js":8}],
|
1219 |
/*jshint curly:true, eqeqeq:true, laxbreak:true, noempty:false */
|
1220 |
/*
|
1221 |
|
@@ -2032,7 +2119,7 @@ window.mc4wp.forms.fields = fields;
|
|
2032 |
}
|
2033 |
|
2034 |
}());
|
2035 |
-
},{}],
|
2036 |
'use strict';
|
2037 |
|
2038 |
var VOID_TAGS = ['area', 'base', 'br', 'col', 'command', 'embed', 'hr',
|
@@ -2148,7 +2235,7 @@ function render(view) {
|
|
2148 |
}
|
2149 |
|
2150 |
module.exports = render;
|
2151 |
-
},{}],
|
2152 |
// CodeMirror, copyright (c) by Marijn Haverbeke and others
|
2153 |
// Distributed under an MIT license: http://codemirror.net/LICENSE
|
2154 |
|
@@ -2319,7 +2406,7 @@ module.exports = render;
|
|
2319 |
}
|
2320 |
});
|
2321 |
|
2322 |
-
},{"../../lib/codemirror":
|
2323 |
// CodeMirror, copyright (c) by Marijn Haverbeke and others
|
2324 |
// Distributed under an MIT license: http://codemirror.net/LICENSE
|
2325 |
|
@@ -2387,7 +2474,7 @@ module.exports = render;
|
|
2387 |
};
|
2388 |
});
|
2389 |
|
2390 |
-
},{"../../lib/codemirror":
|
2391 |
// CodeMirror, copyright (c) by Marijn Haverbeke and others
|
2392 |
// Distributed under an MIT license: http://codemirror.net/LICENSE
|
2393 |
|
@@ -2571,7 +2658,7 @@ module.exports = render;
|
|
2571 |
};
|
2572 |
});
|
2573 |
|
2574 |
-
},{"../../lib/codemirror":
|
2575 |
// CodeMirror, copyright (c) by Marijn Haverbeke and others
|
2576 |
// Distributed under an MIT license: http://codemirror.net/LICENSE
|
2577 |
|
@@ -3795,7 +3882,7 @@ module.exports = render;
|
|
3795 |
};
|
3796 |
|
3797 |
function hiddenTextarea() {
|
3798 |
-
var te = elt("textarea", null, null, "position: absolute; padding: 0; width: 1px; height: 1em; outline: none");
|
3799 |
var div = elt("div", [te], null, "overflow: hidden; position: relative; width: 3px; height: 0px;");
|
3800 |
// The textarea is kept positioned near the cursor to prevent the
|
3801 |
// fact that it'll be scrolled into view on input from scrolling
|
@@ -5262,6 +5349,16 @@ module.exports = render;
|
|
5262 |
return {node: node, start: start, end: end, collapse: collapse, coverStart: mStart, coverEnd: mEnd};
|
5263 |
}
|
5264 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5265 |
function measureCharInner(cm, prepared, ch, bias) {
|
5266 |
var place = nodeAndOffsetInLineMap(prepared.map, ch, bias);
|
5267 |
var node = place.node, start = place.start, end = place.end, collapse = place.collapse;
|
@@ -5271,17 +5368,10 @@ module.exports = render;
|
|
5271 |
for (var i = 0; i < 4; i++) { // Retry a maximum of 4 times when nonsense rectangles are returned
|
5272 |
while (start && isExtendingChar(prepared.line.text.charAt(place.coverStart + start))) --start;
|
5273 |
while (place.coverStart + end < place.coverEnd && isExtendingChar(prepared.line.text.charAt(place.coverStart + end))) ++end;
|
5274 |
-
if (ie && ie_version < 9 && start == 0 && end == place.coverEnd - place.coverStart)
|
5275 |
rect = node.parentNode.getBoundingClientRect();
|
5276 |
-
|
5277 |
-
|
5278 |
-
if (rects.length)
|
5279 |
-
rect = rects[bias == "right" ? rects.length - 1 : 0];
|
5280 |
-
else
|
5281 |
-
rect = nullRect;
|
5282 |
-
} else {
|
5283 |
-
rect = range(node, start, end).getBoundingClientRect() || nullRect;
|
5284 |
-
}
|
5285 |
if (rect.left || rect.right || start == 0) break;
|
5286 |
end = start;
|
5287 |
start = start - 1;
|
@@ -6993,7 +7083,7 @@ module.exports = render;
|
|
6993 |
|
6994 |
// Revert a change stored in a document's history.
|
6995 |
function makeChangeFromHistory(doc, type, allowSelectionOnly) {
|
6996 |
-
if (doc.cm && doc.cm.state.suppressEdits) return;
|
6997 |
|
6998 |
var hist = doc.history, event, selAfter = doc.sel;
|
6999 |
var source = type == "undo" ? hist.done : hist.undone, dest = type == "undo" ? hist.undone : hist.done;
|
@@ -9518,6 +9608,7 @@ module.exports = render;
|
|
9518 |
var content = elt("span", null, null, webkit ? "padding-right: .1px" : null);
|
9519 |
var builder = {pre: elt("pre", [content], "CodeMirror-line"), content: content,
|
9520 |
col: 0, pos: 0, cm: cm,
|
|
|
9521 |
splitSpaces: (ie || webkit) && cm.getOption("lineWrapping")};
|
9522 |
lineView.measure = {};
|
9523 |
|
@@ -9579,7 +9670,7 @@ module.exports = render;
|
|
9579 |
// the line map. Takes care to render special characters separately.
|
9580 |
function buildToken(builder, text, style, startStyle, endStyle, title, css) {
|
9581 |
if (!text) return;
|
9582 |
-
var displayText = builder.splitSpaces ? text
|
9583 |
var special = builder.cm.state.specialChars, mustWrap = false;
|
9584 |
if (!special.test(text)) {
|
9585 |
builder.col += text.length;
|
@@ -9624,6 +9715,7 @@ module.exports = render;
|
|
9624 |
builder.pos++;
|
9625 |
}
|
9626 |
}
|
|
|
9627 |
if (style || startStyle || endStyle || mustWrap || css) {
|
9628 |
var fullStyle = style || "";
|
9629 |
if (startStyle) fullStyle += startStyle;
|
@@ -9635,11 +9727,17 @@ module.exports = render;
|
|
9635 |
builder.content.appendChild(content);
|
9636 |
}
|
9637 |
|
9638 |
-
function splitSpaces(
|
9639 |
-
|
9640 |
-
|
9641 |
-
|
9642 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
9643 |
}
|
9644 |
|
9645 |
// Work around nonsense dimensions being reported for stretches of
|
@@ -9676,6 +9774,7 @@ module.exports = render;
|
|
9676 |
builder.content.appendChild(widget);
|
9677 |
}
|
9678 |
builder.pos += size;
|
|
|
9679 |
}
|
9680 |
|
9681 |
// Outputs a number of spans to make up a line, taking highlighting
|
@@ -11123,8 +11222,9 @@ module.exports = render;
|
|
11123 |
if (badBidiRects != null) return badBidiRects;
|
11124 |
var txt = removeChildrenAndAdd(measure, document.createTextNode("A\u062eA"));
|
11125 |
var r0 = range(txt, 0, 1).getBoundingClientRect();
|
11126 |
-
if (!r0 || r0.left == r0.right) return false; // Safari returns null in some cases (#2780)
|
11127 |
var r1 = range(txt, 1, 2).getBoundingClientRect();
|
|
|
|
|
11128 |
return badBidiRects = (r1.right - r0.right < 3);
|
11129 |
}
|
11130 |
|
@@ -11490,12 +11590,12 @@ module.exports = render;
|
|
11490 |
|
11491 |
// THE END
|
11492 |
|
11493 |
-
CodeMirror.version = "5.
|
11494 |
|
11495 |
return CodeMirror;
|
11496 |
});
|
11497 |
|
11498 |
-
},{}],
|
11499 |
// CodeMirror, copyright (c) by Marijn Haverbeke and others
|
11500 |
// Distributed under an MIT license: http://codemirror.net/LICENSE
|
11501 |
|
@@ -12322,7 +12422,7 @@ CodeMirror.defineMode("css", function(config, parserConfig) {
|
|
12322 |
|
12323 |
});
|
12324 |
|
12325 |
-
},{"../../lib/codemirror":
|
12326 |
// CodeMirror, copyright (c) by Marijn Haverbeke and others
|
12327 |
// Distributed under an MIT license: http://codemirror.net/LICENSE
|
12328 |
|
@@ -12476,7 +12576,7 @@ CodeMirror.defineMode("css", function(config, parserConfig) {
|
|
12476 |
CodeMirror.defineMIME("text/html", "htmlmixed");
|
12477 |
});
|
12478 |
|
12479 |
-
},{"../../lib/codemirror":
|
12480 |
// CodeMirror, copyright (c) by Marijn Haverbeke and others
|
12481 |
// Distributed under an MIT license: http://codemirror.net/LICENSE
|
12482 |
|
@@ -12865,8 +12965,8 @@ CodeMirror.defineMode("javascript", function(config, parserConfig) {
|
|
12865 |
var maybeop = noComma ? maybeoperatorNoComma : maybeoperatorComma;
|
12866 |
if (atomicTypes.hasOwnProperty(type)) return cont(maybeop);
|
12867 |
if (type == "function") return cont(functiondef, maybeop);
|
12868 |
-
if (type == "keyword c") return cont(noComma ? maybeexpressionNoComma : maybeexpression);
|
12869 |
-
if (type == "(") return cont(pushlex(")"), maybeexpression,
|
12870 |
if (type == "operator" || type == "spread") return cont(noComma ? expressionNoComma : expression);
|
12871 |
if (type == "[") return cont(pushlex("]"), arrayLiteral, poplex, maybeop);
|
12872 |
if (type == "{") return contCommasep(objprop, "}", null, maybeop);
|
@@ -12942,6 +13042,7 @@ CodeMirror.defineMode("javascript", function(config, parserConfig) {
|
|
12942 |
if (type == "variable") {cx.marked = "property"; return cont();}
|
12943 |
}
|
12944 |
function objprop(type, value) {
|
|
|
12945 |
if (type == "variable" || cx.style == "keyword") {
|
12946 |
cx.marked = "property";
|
12947 |
if (value == "get" || value == "set") return cont(getterSetter);
|
@@ -12973,7 +13074,10 @@ CodeMirror.defineMode("javascript", function(config, parserConfig) {
|
|
12973 |
if (type == ",") {
|
12974 |
var lex = cx.state.lexical;
|
12975 |
if (lex.info == "call") lex.pos = (lex.pos || 0) + 1;
|
12976 |
-
return cont(
|
|
|
|
|
|
|
12977 |
}
|
12978 |
if (type == end || value == end) return cont();
|
12979 |
return cont(expect(end));
|
@@ -13116,16 +13220,7 @@ CodeMirror.defineMode("javascript", function(config, parserConfig) {
|
|
13116 |
}
|
13117 |
function arrayLiteral(type) {
|
13118 |
if (type == "]") return cont();
|
13119 |
-
return pass(expressionNoComma,
|
13120 |
-
}
|
13121 |
-
function maybeArrayComprehension(type) {
|
13122 |
-
if (type == "for") return pass(comprehension, expect("]"));
|
13123 |
-
if (type == ",") return cont(commasep(maybeexpressionNoComma, "]"));
|
13124 |
-
return pass(commasep(expressionNoComma, "]"));
|
13125 |
-
}
|
13126 |
-
function comprehension(type) {
|
13127 |
-
if (type == "for") return cont(forspec, comprehension);
|
13128 |
-
if (type == "if") return cont(expression, comprehension);
|
13129 |
}
|
13130 |
|
13131 |
function isContinuedStatement(state, textAfter) {
|
@@ -13226,7 +13321,7 @@ CodeMirror.defineMIME("application/typescript", { name: "javascript", typescript
|
|
13226 |
|
13227 |
});
|
13228 |
|
13229 |
-
},{"../../lib/codemirror":
|
13230 |
// CodeMirror, copyright (c) by Marijn Haverbeke and others
|
13231 |
// Distributed under an MIT license: http://codemirror.net/LICENSE
|
13232 |
|
@@ -13622,5 +13717,5 @@ if (!CodeMirror.mimeModes.hasOwnProperty("text/html"))
|
|
13622 |
|
13623 |
});
|
13624 |
|
13625 |
-
},{"../../lib/codemirror":
|
13626 |
})();
|
235 |
|
236 |
forms.hidden = function( config ) {
|
237 |
config.placeholder('');
|
238 |
+
config.label('');
|
239 |
+
config.wrap(false);
|
240 |
|
241 |
// if this hidden field has choices (hidden goups), glue them together by their label.
|
242 |
if( config.choices().length > 0 ) {
|
243 |
config.value( config.choices().map(function(c) {
|
244 |
return c.label();
|
245 |
+
}).join('|'));
|
246 |
}
|
247 |
|
248 |
return [
|
276 |
|
277 |
module.exports = forms;
|
278 |
},{"./field-forms-rows.js":1}],3:[function(require,module,exports){
|
279 |
+
'use strict';
|
|
|
280 |
|
281 |
+
var render = require('../third-party/render.js');
|
282 |
+
var html_beautify = require('../third-party/beautify-html.js');
|
283 |
+
|
284 |
+
var g = function(m) {
|
285 |
var generators = {};
|
286 |
|
287 |
/**
|
419 |
};
|
420 |
|
421 |
module.exports = g;
|
422 |
+
},{"../third-party/beautify-html.js":12,"../third-party/render.js":13}],4:[function(require,module,exports){
|
423 |
var FieldHelper = function(m, tabs, editor, fields, i18n) {
|
424 |
'use strict';
|
425 |
|
474 |
function view() {
|
475 |
|
476 |
// build DOM for fields choice
|
477 |
+
var fieldCategories = fields.getCategories();
|
478 |
var availableFields = fields.getAll();
|
479 |
|
480 |
var fieldsChoice = m( "div.available-fields.small-margin", [
|
481 |
+
m("h4", i18n.chooseField),
|
482 |
|
483 |
+
fieldCategories.map(function(category) {
|
484 |
+
var categoryFields = availableFields.filter(function(f) {
|
485 |
+
return f.category === category;
|
486 |
+
});
|
487 |
|
488 |
+
if( ! categoryFields.length ) {
|
489 |
+
return;
|
490 |
+
}
|
491 |
|
492 |
+
return m("div.tiny-margin",[
|
493 |
+
m("strong", category),
|
|
|
|
|
494 |
|
495 |
+
// render fields
|
496 |
+
categoryFields.map(function(field) {
|
497 |
+
var className = "button";
|
498 |
+
if( field.forceRequired() ) {
|
499 |
+
className += " is-required";
|
500 |
+
}
|
501 |
|
502 |
+
var inForm = field.inFormContent();
|
503 |
+
if( inForm !== null ) {
|
504 |
+
className += " " + ( inForm ? 'in-form' : 'not-in-form' );
|
505 |
+
}
|
506 |
+
|
507 |
+
return m("button", {
|
508 |
+
className: className,
|
509 |
type : 'button',
|
510 |
onclick: m.withAttr("value", setActiveField),
|
511 |
+
value : field.index
|
512 |
}, field.title() );
|
513 |
+
})
|
514 |
+
]);
|
515 |
+
})
|
|
|
|
|
|
|
516 |
]);
|
517 |
|
518 |
// build DOM for overlay
|
566 |
};
|
567 |
|
568 |
module.exports = FieldHelper;
|
569 |
+
},{"./field-forms.js":2,"./field-generator.js":3,"./overlay.js":10}],5:[function(require,module,exports){
|
570 |
+
var FieldFactory = function(fields, i18n) {
|
571 |
'use strict';
|
572 |
|
573 |
/**
|
582 |
*/
|
583 |
function reset() {
|
584 |
// clear all of our fields
|
585 |
+
registeredFields.forEach(fields.deregister);
|
|
|
|
|
586 |
}
|
587 |
|
588 |
/**
|
589 |
* Helper function to quickly register a field and store it in local scope
|
590 |
*
|
591 |
+
* @param {object} data
|
592 |
+
* @param {boolean} sticky
|
593 |
*/
|
594 |
+
function register(category, data, sticky) {
|
595 |
+
var field = fields.register(category, data);
|
596 |
+
|
597 |
if( ! sticky ) {
|
598 |
registeredFields.push(field);
|
599 |
}
|
602 |
/**
|
603 |
* Normalizes the field type which is passed by MailChimp
|
604 |
*
|
|
|
|
|
605 |
* @param type
|
606 |
* @returns {*}
|
607 |
*/
|
620 |
/**
|
621 |
* Register the various fields for a merge var
|
622 |
*
|
623 |
+
* @param mergeField
|
624 |
* @returns {boolean}
|
625 |
*/
|
626 |
+
function registerMergeField(mergeField) {
|
627 |
|
628 |
+
var category = i18n.listFields;
|
|
|
|
|
|
|
629 |
|
630 |
// name, type, title, value, required, label, placeholder, choices, wrap
|
631 |
var data = {
|
632 |
+
name: mergeField.tag,
|
633 |
+
title: mergeField.name,
|
634 |
+
required: mergeField.required,
|
635 |
+
forceRequired: mergeField.required,
|
636 |
+
type: getFieldType(mergeField.field_type),
|
637 |
+
choices: mergeField.choices
|
638 |
};
|
639 |
|
640 |
if( data.type !== 'address' ) {
|
641 |
+
register(category, data, false);
|
642 |
} else {
|
643 |
+
register(category, { name: data.name + '[addr1]', type: 'text', title: i18n.streetAddress });
|
644 |
+
register(category, { name: data.name + '[city]', type: 'text', title: i18n.city });
|
645 |
+
register(category, { name: data.name + '[state]', type: 'text', title: i18n.state });
|
646 |
+
register(category, { name: data.name + '[zip]', type: 'text', title: i18n.zip });
|
647 |
+
register(category, { name: data.name + '[country]', type: 'select', title: i18n.country, choices: mc4wp_vars.countries });
|
648 |
}
|
649 |
|
650 |
return true;
|
653 |
/**
|
654 |
* Register a field for a MailChimp grouping
|
655 |
*
|
656 |
+
* @param interestCategory
|
657 |
*/
|
658 |
+
function registerInterestCategory(interestCategory){
|
659 |
+
var category = i18n.interestCategories;
|
660 |
|
661 |
var data = {
|
662 |
+
title: interestCategory.name,
|
663 |
+
name: 'INTERESTS[' + interestCategory.id + ']',
|
664 |
+
type: getFieldType(interestCategory.field_type),
|
665 |
+
choices: interestCategory.interests
|
666 |
};
|
667 |
+
register(category, data, false);
|
668 |
}
|
669 |
|
670 |
/**
|
673 |
* @param list
|
674 |
*/
|
675 |
function registerListFields(list) {
|
676 |
+
|
677 |
+
// make sure EMAIL && public fields come first
|
678 |
+
list.merge_fields = list.merge_fields.sort(function(a, b) {
|
679 |
+
if( a.tag === 'EMAIL' || ( a.public && ! b.public ) ) {
|
680 |
+
return -1;
|
681 |
+
}
|
682 |
+
|
683 |
+
if( ! a.public && b.public ) {
|
684 |
+
return 1;
|
685 |
+
}
|
686 |
+
|
687 |
+
return 0;
|
688 |
+
});
|
689 |
+
|
690 |
// loop through merge vars
|
691 |
+
list.merge_fields.forEach(registerMergeField);
|
692 |
|
693 |
// loop through groupings
|
694 |
+
list.interest_categories.forEach(registerInterestCategory);
|
695 |
}
|
696 |
|
697 |
/**
|
706 |
|
707 |
function registerCustomFields(lists) {
|
708 |
|
709 |
+
var choices,
|
710 |
+
category = i18n.formFields;
|
711 |
|
712 |
// register submit button
|
713 |
+
register(category, {
|
714 |
name: '',
|
715 |
value: i18n.subscribe,
|
716 |
type: "submit",
|
723 |
choices[lists[key].id] = lists[key].name;
|
724 |
}
|
725 |
|
726 |
+
register(category, {
|
727 |
name: '_mc4wp_lists',
|
728 |
type: 'checkbox',
|
729 |
title: i18n.listChoice,
|
735 |
'subscribe': "Subscribe",
|
736 |
'unsubscribe': "Unsubscribe"
|
737 |
};
|
738 |
+
register(category, {
|
739 |
name: '_mc4wp_action',
|
740 |
type: 'radio',
|
741 |
title: i18n.formAction,
|
758 |
|
759 |
module.exports = FieldFactory;
|
760 |
},{}],6:[function(require,module,exports){
|
761 |
+
'use strict';
|
762 |
+
|
763 |
module.exports = function(m, events) {
|
764 |
+
var timeout;
|
765 |
+
var fields = [];
|
766 |
+
var categories = [];
|
767 |
+
|
768 |
|
769 |
/**
|
770 |
* @internal
|
822 |
this.value = m.prop(data.value || data.label);
|
823 |
};
|
824 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
825 |
/**
|
826 |
* Creates FieldChoice objects from an (associative) array of data objects
|
827 |
*
|
852 |
* @param data
|
853 |
* @returns {Field}
|
854 |
*/
|
855 |
+
function register(category, data) {
|
856 |
+
|
857 |
var field;
|
858 |
var existingField = getAllWhere('name', data.name).shift();
|
859 |
|
883 |
}
|
884 |
}
|
885 |
|
886 |
+
// register category
|
887 |
+
if( categories.indexOf(category) < 0 ) {
|
888 |
+
categories.push(category);
|
889 |
+
}
|
890 |
+
|
891 |
// create Field object
|
892 |
field = new Field(data);
|
893 |
+
field.category = category;
|
894 |
|
895 |
+
// add to array
|
896 |
+
fields.push(field);
|
897 |
|
898 |
// redraw view
|
899 |
+
timeout && window.clearTimeout(timeout);
|
900 |
+
timeout = window.setTimeout(m.redraw, 100);
|
901 |
|
902 |
// trigger event
|
903 |
events.trigger('fields.change');
|
934 |
* @returns {Array|*}
|
935 |
*/
|
936 |
function getAll() {
|
937 |
+
// rebuild index property on all fields
|
938 |
+
fields = fields.map(function(f, i) {
|
939 |
+
f.index = i;
|
940 |
+
return f;
|
941 |
+
});
|
942 |
+
|
943 |
return fields;
|
944 |
}
|
945 |
|
946 |
+
function getCategories() {
|
947 |
+
return categories;
|
948 |
+
}
|
949 |
+
|
950 |
/**
|
951 |
* Get all fields where a property matches the given value
|
952 |
*
|
965 |
* Exposed methods
|
966 |
*/
|
967 |
return {
|
|
|
968 |
'get' : get,
|
969 |
'getAll' : getAll,
|
970 |
+
'getCategories': getCategories,
|
971 |
'deregister' : deregister,
|
972 |
'register' : register,
|
973 |
'getAllWhere': getAllWhere
|
974 |
};
|
975 |
};
|
976 |
},{}],7:[function(require,module,exports){
|
977 |
+
'use strict';
|
978 |
+
|
979 |
+
// load CodeMirror & plugins
|
980 |
+
var CodeMirror = require('codemirror');
|
981 |
+
require('codemirror/mode/xml/xml');
|
982 |
+
require('codemirror/mode/javascript/javascript');
|
983 |
+
require('codemirror/mode/css/css');
|
984 |
+
require('codemirror/mode/htmlmixed/htmlmixed');
|
985 |
+
require('codemirror/addon/fold/xml-fold');
|
986 |
+
require('codemirror/addon/edit/matchtags');
|
987 |
+
require('codemirror/addon/edit/closetag.js');
|
988 |
+
|
989 |
var FormEditor = function(element) {
|
990 |
|
991 |
// create dom representation of form
|
993 |
domDirty = false,
|
994 |
r = {},
|
995 |
editor;
|
|
|
996 |
|
997 |
+
_dom.innerHTML = element.value.toLowerCase();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
998 |
|
999 |
if( CodeMirror ) {
|
1000 |
editor = CodeMirror.fromTextArea(element, {
|
1016 |
});
|
1017 |
}
|
1018 |
|
1019 |
+
window.addEventListener('load', function() {
|
1020 |
+
CodeMirror.signal(editor, "change");
|
1021 |
+
});
|
1022 |
+
|
1023 |
// set domDirty to true everytime the "change" event fires (a lot..)
|
1024 |
+
element.addEventListener('change',function() {
|
1025 |
domDirty = true;
|
1026 |
});
|
1027 |
|
1035 |
}
|
1036 |
|
1037 |
r.getValue = function() {
|
1038 |
+
return editor ? editor.getValue() : element.value;
|
|
|
|
|
|
|
|
|
1039 |
};
|
1040 |
|
1041 |
r.query = function(query) {
|
1057 |
|
1058 |
r.on = function(event,callback) {
|
1059 |
if( editor ) {
|
|
|
1060 |
// translate "input" event for CodeMirror
|
1061 |
+
event = ( event === 'input' ) ? 'changes' : event;
|
|
|
|
|
|
|
1062 |
return editor.on(event,callback);
|
1063 |
}
|
1064 |
|
1073 |
};
|
1074 |
|
1075 |
module.exports = FormEditor;
|
1076 |
+
},{"codemirror":17,"codemirror/addon/edit/closetag.js":14,"codemirror/addon/edit/matchtags":15,"codemirror/addon/fold/xml-fold":16,"codemirror/mode/css/css":18,"codemirror/mode/htmlmixed/htmlmixed":19,"codemirror/mode/javascript/javascript":20,"codemirror/mode/xml/xml":21}],8:[function(require,module,exports){
|
1077 |
var FormWatcher = function(m, editor, settings, fields, events, helpers) {
|
1078 |
'use strict';
|
1079 |
|
1134 |
|
1135 |
module.exports = FormWatcher;
|
1136 |
},{}],9:[function(require,module,exports){
|
1137 |
+
'use strict';
|
1138 |
+
|
1139 |
+
var notices = [];
|
1140 |
+
|
1141 |
+
function show(txt) {
|
1142 |
+
var index = notices.indexOf(txt);
|
1143 |
+
if( index < 0 ) {
|
1144 |
+
notices.push(txt);
|
1145 |
+
render();
|
1146 |
+
}
|
1147 |
+
}
|
1148 |
+
|
1149 |
+
function hide(txt) {
|
1150 |
+
var index = notices.indexOf(txt);
|
1151 |
+
if( index > -1 ) {
|
1152 |
+
notices.splice(index, 1);
|
1153 |
+
render();
|
1154 |
+
}
|
1155 |
+
}
|
1156 |
+
|
1157 |
+
function render() {
|
1158 |
+
var html = '';
|
1159 |
+
for( var i=0; i<notices.length; i++) {
|
1160 |
+
html += '<div class="notice notice-warning"><p>' + notices[i] + '</p></div>';
|
1161 |
+
}
|
1162 |
+
|
1163 |
+
var container = document.querySelector('.mc4wp-notices');
|
1164 |
+
if( ! container ) {
|
1165 |
+
container = document.createElement('div');
|
1166 |
+
container.className = 'mc4wp-notices';
|
1167 |
+
var heading = document.querySelector('h1');
|
1168 |
+
heading.parentNode.insertBefore(container, heading.nextSibling);
|
1169 |
+
}
|
1170 |
+
|
1171 |
+
container.innerHTML = html;
|
1172 |
+
}
|
1173 |
+
|
1174 |
+
function init( editor ) {
|
1175 |
+
editor.on('change', function() {
|
1176 |
+
var text = "Your form contains old style <code>GROUPINGS</code> fields. <br /><br />Please remove these fields from your form and then re-add them through the available field buttons to make sure your data is getting through to MailChimp correctly.";
|
1177 |
+
var formCode = editor.getValue().toLowerCase();
|
1178 |
+
formCode.indexOf('name="groupings') > -1 ? show(text) : hide(text);
|
1179 |
+
});
|
1180 |
+
}
|
1181 |
+
|
1182 |
+
module.exports = {
|
1183 |
+
"init": init
|
1184 |
+
};
|
1185 |
+
},{}],10:[function(require,module,exports){
|
1186 |
var overlay = function(m, i18n) {
|
1187 |
'use strict';
|
1188 |
|
1258 |
};
|
1259 |
|
1260 |
module.exports = overlay;
|
1261 |
+
},{}],11:[function(require,module,exports){
|
1262 |
'use strict';
|
1263 |
|
1264 |
// deps
|
1280 |
var editor = window.formEditor = new FormEditor( textareaElement );
|
1281 |
var watcher = new FormWatcher( m, formEditor, settings, fields, events, helpers );
|
1282 |
var fieldHelper = new FieldHelper( m, tabs, formEditor, fields, i18n );
|
1283 |
+
var notices = require('./admin/notices');
|
1284 |
|
1285 |
// mount field helper on element
|
1286 |
m.mount( document.getElementById( 'mc4wp-field-wizard'), fieldHelper );
|
1287 |
|
1288 |
// register fields and redraw screen in 2 seconds (fixes IE8 bug)
|
1289 |
+
var fieldsFactory = new FieldsFactory(fields, i18n);
|
|
|
1290 |
events.on('selectedLists.change', fieldsFactory.registerListsFields);
|
1291 |
fieldsFactory.registerListsFields(settings.getSelectedLists());
|
1292 |
+
fieldsFactory.registerCustomFields(mc4wp_vars.mailchimp.lists);
|
1293 |
+
|
1294 |
window.setTimeout( function() { m.redraw();}, 2000 );
|
1295 |
|
1296 |
+
// init notices
|
1297 |
+
notices.init(editor);
|
1298 |
+
|
1299 |
// expose some methods
|
1300 |
window.mc4wp = window.mc4wp || {};
|
1301 |
window.mc4wp.forms = window.mc4wp.forms || {};
|
1302 |
window.mc4wp.forms.editor = editor;
|
1303 |
window.mc4wp.forms.fields = fields;
|
1304 |
|
1305 |
+
},{"./admin/field-helper.js":4,"./admin/fields-factory.js":5,"./admin/fields.js":6,"./admin/form-editor.js":7,"./admin/form-watcher.js":8,"./admin/notices":9}],12:[function(require,module,exports){
|
1306 |
/*jshint curly:true, eqeqeq:true, laxbreak:true, noempty:false */
|
1307 |
/*
|
1308 |
|
2119 |
}
|
2120 |
|
2121 |
}());
|
2122 |
+
},{}],13:[function(require,module,exports){
|
2123 |
'use strict';
|
2124 |
|
2125 |
var VOID_TAGS = ['area', 'base', 'br', 'col', 'command', 'embed', 'hr',
|
2235 |
}
|
2236 |
|
2237 |
module.exports = render;
|
2238 |
+
},{}],14:[function(require,module,exports){
|
2239 |
// CodeMirror, copyright (c) by Marijn Haverbeke and others
|
2240 |
// Distributed under an MIT license: http://codemirror.net/LICENSE
|
2241 |
|
2406 |
}
|
2407 |
});
|
2408 |
|
2409 |
+
},{"../../lib/codemirror":17,"../fold/xml-fold":16}],15:[function(require,module,exports){
|
2410 |
// CodeMirror, copyright (c) by Marijn Haverbeke and others
|
2411 |
// Distributed under an MIT license: http://codemirror.net/LICENSE
|
2412 |
|
2474 |
};
|
2475 |
});
|
2476 |
|
2477 |
+
},{"../../lib/codemirror":17,"../fold/xml-fold":16}],16:[function(require,module,exports){
|
2478 |
// CodeMirror, copyright (c) by Marijn Haverbeke and others
|
2479 |
// Distributed under an MIT license: http://codemirror.net/LICENSE
|
2480 |
|
2658 |
};
|
2659 |
});
|
2660 |
|
2661 |
+
},{"../../lib/codemirror":17}],17:[function(require,module,exports){
|
2662 |
// CodeMirror, copyright (c) by Marijn Haverbeke and others
|
2663 |
// Distributed under an MIT license: http://codemirror.net/LICENSE
|
2664 |
|
3882 |
};
|
3883 |
|
3884 |
function hiddenTextarea() {
|
3885 |
+
var te = elt("textarea", null, null, "position: absolute; bottom: -1em; padding: 0; width: 1px; height: 1em; outline: none");
|
3886 |
var div = elt("div", [te], null, "overflow: hidden; position: relative; width: 3px; height: 0px;");
|
3887 |
// The textarea is kept positioned near the cursor to prevent the
|
3888 |
// fact that it'll be scrolled into view on input from scrolling
|
5349 |
return {node: node, start: start, end: end, collapse: collapse, coverStart: mStart, coverEnd: mEnd};
|
5350 |
}
|
5351 |
|
5352 |
+
function getUsefulRect(rects, bias) {
|
5353 |
+
var rect = nullRect
|
5354 |
+
if (bias == "left") for (var i = 0; i < rects.length; i++) {
|
5355 |
+
if ((rect = rects[i]).left != rect.right) break
|
5356 |
+
} else for (var i = rects.length - 1; i >= 0; i--) {
|
5357 |
+
if ((rect = rects[i]).left != rect.right) break
|
5358 |
+
}
|
5359 |
+
return rect
|
5360 |
+
}
|
5361 |
+
|
5362 |
function measureCharInner(cm, prepared, ch, bias) {
|
5363 |
var place = nodeAndOffsetInLineMap(prepared.map, ch, bias);
|
5364 |
var node = place.node, start = place.start, end = place.end, collapse = place.collapse;
|
5368 |
for (var i = 0; i < 4; i++) { // Retry a maximum of 4 times when nonsense rectangles are returned
|
5369 |
while (start && isExtendingChar(prepared.line.text.charAt(place.coverStart + start))) --start;
|
5370 |
while (place.coverStart + end < place.coverEnd && isExtendingChar(prepared.line.text.charAt(place.coverStart + end))) ++end;
|
5371 |
+
if (ie && ie_version < 9 && start == 0 && end == place.coverEnd - place.coverStart)
|
5372 |
rect = node.parentNode.getBoundingClientRect();
|
5373 |
+
else
|
5374 |
+
rect = getUsefulRect(range(node, start, end).getClientRects(), bias)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5375 |
if (rect.left || rect.right || start == 0) break;
|
5376 |
end = start;
|
5377 |
start = start - 1;
|
7083 |
|
7084 |
// Revert a change stored in a document's history.
|
7085 |
function makeChangeFromHistory(doc, type, allowSelectionOnly) {
|
7086 |
+
if (doc.cm && doc.cm.state.suppressEdits && !allowSelectionOnly) return;
|
7087 |
|
7088 |
var hist = doc.history, event, selAfter = doc.sel;
|
7089 |
var source = type == "undo" ? hist.done : hist.undone, dest = type == "undo" ? hist.undone : hist.done;
|
9608 |
var content = elt("span", null, null, webkit ? "padding-right: .1px" : null);
|
9609 |
var builder = {pre: elt("pre", [content], "CodeMirror-line"), content: content,
|
9610 |
col: 0, pos: 0, cm: cm,
|
9611 |
+
trailingSpace: false,
|
9612 |
splitSpaces: (ie || webkit) && cm.getOption("lineWrapping")};
|
9613 |
lineView.measure = {};
|
9614 |
|
9670 |
// the line map. Takes care to render special characters separately.
|
9671 |
function buildToken(builder, text, style, startStyle, endStyle, title, css) {
|
9672 |
if (!text) return;
|
9673 |
+
var displayText = builder.splitSpaces ? splitSpaces(text, builder.trailingSpace) : text
|
9674 |
var special = builder.cm.state.specialChars, mustWrap = false;
|
9675 |
if (!special.test(text)) {
|
9676 |
builder.col += text.length;
|
9715 |
builder.pos++;
|
9716 |
}
|
9717 |
}
|
9718 |
+
builder.trailingSpace = displayText.charCodeAt(text.length - 1) == 32
|
9719 |
if (style || startStyle || endStyle || mustWrap || css) {
|
9720 |
var fullStyle = style || "";
|
9721 |
if (startStyle) fullStyle += startStyle;
|
9727 |
builder.content.appendChild(content);
|
9728 |
}
|
9729 |
|
9730 |
+
function splitSpaces(text, trailingBefore) {
|
9731 |
+
if (text.length > 1 && !/ /.test(text)) return text
|
9732 |
+
var spaceBefore = trailingBefore, result = ""
|
9733 |
+
for (var i = 0; i < text.length; i++) {
|
9734 |
+
var ch = text.charAt(i)
|
9735 |
+
if (ch == " " && spaceBefore && (i == text.length - 1 || text.charCodeAt(i + 1) == 32))
|
9736 |
+
ch = "\u00a0"
|
9737 |
+
result += ch
|
9738 |
+
spaceBefore = ch == " "
|
9739 |
+
}
|
9740 |
+
return result
|
9741 |
}
|
9742 |
|
9743 |
// Work around nonsense dimensions being reported for stretches of
|
9774 |
builder.content.appendChild(widget);
|
9775 |
}
|
9776 |
builder.pos += size;
|
9777 |
+
builder.trailingSpace = false
|
9778 |
}
|
9779 |
|
9780 |
// Outputs a number of spans to make up a line, taking highlighting
|
11222 |
if (badBidiRects != null) return badBidiRects;
|
11223 |
var txt = removeChildrenAndAdd(measure, document.createTextNode("A\u062eA"));
|
11224 |
var r0 = range(txt, 0, 1).getBoundingClientRect();
|
|
|
11225 |
var r1 = range(txt, 1, 2).getBoundingClientRect();
|
11226 |
+
removeChildren(measure);
|
11227 |
+
if (!r0 || r0.left == r0.right) return false; // Safari returns null in some cases (#2780)
|
11228 |
return badBidiRects = (r1.right - r0.right < 3);
|
11229 |
}
|
11230 |
|
11590 |
|
11591 |
// THE END
|
11592 |
|
11593 |
+
CodeMirror.version = "5.17.0";
|
11594 |
|
11595 |
return CodeMirror;
|
11596 |
});
|
11597 |
|
11598 |
+
},{}],18:[function(require,module,exports){
|
11599 |
// CodeMirror, copyright (c) by Marijn Haverbeke and others
|
11600 |
// Distributed under an MIT license: http://codemirror.net/LICENSE
|
11601 |
|
12422 |
|
12423 |
});
|
12424 |
|
12425 |
+
},{"../../lib/codemirror":17}],19:[function(require,module,exports){
|
12426 |
// CodeMirror, copyright (c) by Marijn Haverbeke and others
|
12427 |
// Distributed under an MIT license: http://codemirror.net/LICENSE
|
12428 |
|
12576 |
CodeMirror.defineMIME("text/html", "htmlmixed");
|
12577 |
});
|
12578 |
|
12579 |
+
},{"../../lib/codemirror":17,"../css/css":18,"../javascript/javascript":20,"../xml/xml":21}],20:[function(require,module,exports){
|
12580 |
// CodeMirror, copyright (c) by Marijn Haverbeke and others
|
12581 |
// Distributed under an MIT license: http://codemirror.net/LICENSE
|
12582 |
|
12965 |
var maybeop = noComma ? maybeoperatorNoComma : maybeoperatorComma;
|
12966 |
if (atomicTypes.hasOwnProperty(type)) return cont(maybeop);
|
12967 |
if (type == "function") return cont(functiondef, maybeop);
|
12968 |
+
if (type == "keyword c" || type == "async") return cont(noComma ? maybeexpressionNoComma : maybeexpression);
|
12969 |
+
if (type == "(") return cont(pushlex(")"), maybeexpression, expect(")"), poplex, maybeop);
|
12970 |
if (type == "operator" || type == "spread") return cont(noComma ? expressionNoComma : expression);
|
12971 |
if (type == "[") return cont(pushlex("]"), arrayLiteral, poplex, mayb |