Dokan – Best WooCommerce Multivendor Marketplace Solution – Build Your Own Amazon, eBay, Etsy - Version 3.3.3

Version Description

Download this release

Release Info

Developer tareq1988
Plugin Icon wp plugin Dokan – Best WooCommerce Multivendor Marketplace Solution – Build Your Own Amazon, eBay, Etsy
Version 3.3.3
Comparing to
See all releases

Code changes from version 3.3.2 to 3.3.3

assets/css/admin.css CHANGED
@@ -111,46 +111,233 @@
111
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
112
  display: flex;
113
  align-items: center;
 
114
  }
115
- .dokan-admin-header .dokan-admin-header__logo {
116
  display: flex;
117
- align-items: flex-end;
118
  }
119
- .dokan-admin-header .dokan-admin-header__logo img {
120
- height: 28px;
121
  width: auto;
 
122
  }
123
- .dokan-admin-header .dokan-admin-header__logo span {
124
- margin-left: 8px;
125
- font-family: Consolas, Monaco, monospace;
126
- font-size: 11px;
127
- background: #ffe6c4;
128
- padding: 1px 7px;
129
- border-radius: 3px;
 
 
130
  }
131
- .dokan-admin-header .dokan-admin-header__menu {
132
- flex-basis: 100%;
133
- text-align: right;
134
  padding-right: 6px;
 
135
  }
136
- .dokan-admin-header .dokan-admin-header__menu a {
137
- text-decoration: none;
138
- margin-left: 5px;
139
- color: #4c4c4c;
140
- padding: 8px 5px;
141
  }
142
- .dokan-admin-header .dokan-admin-header__menu a:hover {
143
- background-color: #f5f5f5;
144
- border-radius: 3px;
 
 
 
 
145
  }
146
- .dokan-admin-header .dokan-admin-header__menu a.header-link--cta {
147
- background-color: #ff5722;
 
 
 
 
 
 
 
148
  color: #fff;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
149
  border-radius: 3px;
150
- padding: 8px 10px;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
151
  }
152
- .dokan-admin-header .dokan-admin-header__menu a.header-link--cta:hover {
153
- background-color: #ff6a3c;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
154
  }
155
  .dokan-dashboard .post-box-container {
156
  width: 49%;
@@ -461,3 +648,6 @@ td.combine-tips-style {
461
  .wp-pointer-buttons a.dokan:before {
462
  content: unset;
463
  }
 
 
 
111
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
112
  display: flex;
113
  align-items: center;
114
+ justify-content: space-between;
115
  }
116
+ .dokan-admin-header .dokan-admin-header-logo {
117
  display: flex;
 
118
  }
119
+ .dokan-admin-header .dokan-admin-header-logo img {
120
+ height: 25px;
121
  width: auto;
122
+ margin-right: 12px;
123
  }
124
+ .dokan-admin-header .dokan-admin-header-logo span {
125
+ color: #F1634C;
126
+ background: #FFF4F2;
127
+ padding: 4px 12px;
128
+ font-size: 12px;
129
+ font-weight: 500;
130
+ font-family: "SF Pro Text", sans-serif;
131
+ border: 1px solid rgba(241, 99, 76, 0.2);
132
+ border-radius: 93px;
133
  }
134
+ .dokan-admin-header .dokan-admin-header-menu {
 
 
135
  padding-right: 6px;
136
+ display: flex;
137
  }
138
+ .dokan-admin-header .dokan-admin-header-menu .menu-item {
139
+ position: relative;
 
 
 
140
  }
141
+ .dokan-admin-header .dokan-admin-header-menu .menu-item .item {
142
+ background-color: #e4e6eb;
143
+ border-radius: 53px;
144
+ cursor: pointer;
145
+ margin-left: 0.5rem;
146
+ transition: all 0.1s linear;
147
+ padding: 9px;
148
  }
149
+ .dokan-admin-header .dokan-admin-header-menu .menu-item .item .notification-count {
150
+ position: absolute;
151
+ top: -1px;
152
+ right: -5px;
153
+ width: 15px;
154
+ height: 15px;
155
+ padding: 1px;
156
+ background-color: #ff5a40;
157
+ border-radius: 53px;
158
  color: #fff;
159
+ display: flex;
160
+ align-items: center;
161
+ justify-content: center;
162
+ }
163
+ .dokan-admin-header .dokan-admin-header-menu .menu-item .item .whats-new-pointer {
164
+ position: absolute;
165
+ top: 0;
166
+ right: 0;
167
+ width: 6px;
168
+ height: 6px;
169
+ background-color: #ff5a40;
170
+ border-radius: 53px;
171
+ border: 2px solid #fff;
172
+ }
173
+ .dokan-admin-header .dokan-admin-header-menu .menu-item .item:hover {
174
+ background-color: #0c5f9a;
175
+ }
176
+ .dokan-admin-header .dokan-admin-header-menu .menu-item .item:hover .icon-question-mark {
177
+ background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg viewBox='0 0 10 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m6.0285 9.7978h-2.444c-0.10849 0-0.20358 0.04098-0.28504 0.1223-0.08154 0.08155-0.12223 0.17645-0.12223 0.28515v2.444c0 0.1087 0.04083 0.2038 0.12223 0.2851 0.08146 0.0813 0.17644 0.1222 0.28504 0.1222h2.444c0.10849 0 0.20383-0.0408 0.28497-0.1222 0.08168-0.0813 0.12245-0.1764 0.12245-0.2851v-2.444c0-0.1087-0.04066-0.2036-0.12245-0.28515-0.08114-0.08153-0.17648-0.1223-0.28497-0.1223z' fill='%23fff'/%3E%3Cpath d='m9.2363 2.4817c-0.27841-0.51281-0.63811-0.94538-1.0795-1.2985-0.44109-0.35296-0.937-0.63483-1.4868-0.84519-0.54987-0.21029-1.0963-0.31558-1.6395-0.31558-2.0636 0-3.6386 0.9029-4.7248 2.7087-0.054249 0.08821-0.072974 0.18322-0.056032 0.28509 0.017048 0.10172 0.069657 0.1866 0.1579 0.25448l1.6701 1.273c0.08824 0.05421 0.17313 0.08135 0.25463 0.08135 0.12223 0 0.22737-0.05439 0.31572-0.163 0.4887-0.61089 0.85197-1.0012 1.0895-1.171 0.29197-0.19681 0.65845-0.29518 1.0997-0.29518 0.41409 0 0.77889 0.10864 1.0947 0.32571 0.31565 0.21728 0.47334 0.46848 0.47334 0.7536 0 0.31893-0.08471 0.57702-0.25448 0.7739-0.16967 0.19681-0.4549 0.3868-0.85551 0.57017-0.52936 0.23757-1.015 0.6059-1.456 1.1049-0.44137 0.49901-0.6619 1.0302-0.6619 1.5937v0.4582c0 0.12912 0.03545 0.25634 0.10686 0.38192 0.07133 0.12569 0.15782 0.18843 0.25972 0.18843h2.4439c0.10864 0 0.20359-0.0525 0.28512-0.15807 0.08128-0.10493 0.12219-0.21529 0.12219-0.33053 0-0.16966 0.09334-0.39732 0.27988-0.6823 0.18671-0.28512 0.41915-0.50597 0.69771-0.66215 0.26461-0.1493 0.47148-0.26964 0.62099-0.36141 0.14966-0.09152 0.34469-0.2395 0.58576-0.44302 0.24096-0.20373 0.42768-0.40571 0.55989-0.6059 0.13243-0.20024 0.25131-0.45996 0.35653-0.77911 0.10543-0.31903 0.15793-0.6619 0.15793-1.0284-7e-5 -0.56347-0.13935-1.1014-0.41752-1.6137z' fill='%23fff'/%3E%3C/svg%3E");
178
+ }
179
+ .dokan-admin-header .dokan-admin-header-menu .menu-item .item:hover .icon-notification-bell {
180
+ background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg viewBox='0 0 13 15' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m11.956 10.374c-0.8724-0.73737-1.3726-1.8151-1.3726-2.957v-1.6086c0-2.0303-1.5082-3.711-3.4618-3.9926v-0.62312c0-0.31906-0.25848-0.57696-0.57697-0.57696-0.31848 0-0.57696 0.2579-0.57696 0.57696v0.62312c-1.9542 0.28156-3.4618 1.9622-3.4618 3.9926v1.6086c0 1.1418-0.50023 2.2196-1.3778 2.9616-0.22444 0.1921-0.3531 0.4714-0.3531 0.7668 0 0.5568 0.45292 1.0097 1.0097 1.0097h9.5199c0.5567 0 1.0096-0.4529 1.0096-1.0097 0-0.2954-0.1286-0.5747-0.3582-0.7714z' fill='%23fff'/%3E%3Cpath d='m6.545 14.463c1.0449 0 1.919-0.7448 2.1198-1.7309h-4.2395c0.20079 0.9861 1.0749 1.7309 2.1198 1.7309z' fill='%23fff'/%3E%3C/svg%3E");
181
+ }
182
+ .dokan-admin-header .dokan-admin-header-menu .menu-item .item .dokan-icon {
183
+ padding: 9px;
184
+ background-repeat: no-repeat;
185
+ background-position: center;
186
+ }
187
+ .dokan-admin-header .dokan-admin-header-menu .menu-item .item .icon-question-mark {
188
+ background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg viewBox='0 0 10 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m6.0285 9.7978h-2.444c-0.10849 0-0.20358 0.04098-0.28504 0.1223-0.08154 0.08155-0.12223 0.17645-0.12223 0.28515v2.444c0 0.1087 0.04083 0.2038 0.12223 0.2851 0.08146 0.0813 0.17644 0.1222 0.28504 0.1222h2.444c0.10849 0 0.20383-0.0408 0.28497-0.1222 0.08168-0.0813 0.12245-0.1764 0.12245-0.2851v-2.444c0-0.1087-0.04066-0.2036-0.12245-0.28515-0.08114-0.08153-0.17648-0.1223-0.28497-0.1223z' fill='%23A3A3A3'/%3E%3Cpath d='m9.2363 2.4817c-0.27841-0.51281-0.63811-0.94538-1.0795-1.2985-0.44109-0.35296-0.937-0.63483-1.4868-0.84519-0.54987-0.21029-1.0963-0.31558-1.6395-0.31558-2.0636 0-3.6386 0.9029-4.7248 2.7087-0.054249 0.08821-0.072974 0.18322-0.056032 0.28509 0.017048 0.10172 0.069657 0.1866 0.1579 0.25448l1.6701 1.273c0.08824 0.05421 0.17313 0.08135 0.25463 0.08135 0.12223 0 0.22737-0.05439 0.31572-0.163 0.4887-0.61089 0.85197-1.0012 1.0895-1.171 0.29197-0.19681 0.65845-0.29518 1.0997-0.29518 0.41409 0 0.77889 0.10864 1.0947 0.32571 0.31565 0.21728 0.47334 0.46848 0.47334 0.7536 0 0.31893-0.08471 0.57702-0.25448 0.7739-0.16967 0.19681-0.4549 0.3868-0.85551 0.57017-0.52936 0.23757-1.015 0.6059-1.456 1.1049-0.44137 0.49901-0.6619 1.0302-0.6619 1.5937v0.4582c0 0.12912 0.03545 0.25634 0.10686 0.38192 0.07133 0.12569 0.15782 0.18843 0.25972 0.18843h2.4439c0.10864 0 0.20359-0.0525 0.28512-0.15807 0.08128-0.10493 0.12219-0.21529 0.12219-0.33053 0-0.16966 0.09334-0.39732 0.27988-0.6823 0.18671-0.28512 0.41915-0.50597 0.69771-0.66215 0.26461-0.1493 0.47148-0.26964 0.62099-0.36141 0.14966-0.09152 0.34469-0.2395 0.58576-0.44302 0.24096-0.20373 0.42768-0.40571 0.55989-0.6059 0.13243-0.20024 0.25131-0.45996 0.35653-0.77911 0.10543-0.31903 0.15793-0.6619 0.15793-1.0284-7e-5 -0.56347-0.13935-1.1014-0.41752-1.6137z' fill='%23A3A3A3'/%3E%3C/svg%3E");
189
+ }
190
+ .dokan-admin-header .dokan-admin-header-menu .menu-item .item .icon-notification-bell {
191
+ background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg viewBox='0 0 13 15' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m11.956 10.374c-0.8724-0.73737-1.3726-1.8151-1.3726-2.957v-1.6086c0-2.0303-1.5082-3.711-3.4618-3.9926v-0.62312c0-0.31906-0.25848-0.57696-0.57697-0.57696-0.31848 0-0.57696 0.2579-0.57696 0.57696v0.62312c-1.9542 0.28156-3.4618 1.9622-3.4618 3.9926v1.6086c0 1.1418-0.50023 2.2196-1.3778 2.9616-0.22444 0.1921-0.3531 0.4714-0.3531 0.7668 0 0.5568 0.45292 1.0097 1.0097 1.0097h9.5199c0.5567 0 1.0096-0.4529 1.0096-1.0097 0-0.2954-0.1286-0.5747-0.3582-0.7714z' fill='%23A3A3A3'/%3E%3Cpath d='m6.545 14.463c1.0449 0 1.919-0.7448 2.1198-1.7309h-4.2395c0.20079 0.9861 1.0749 1.7309 2.1198 1.7309z' fill='%23A3A3A3'/%3E%3C/svg%3E");
192
+ }
193
+ .dokan-admin-header .dokan-admin-header-menu .menu-item .item:hover .dropdown {
194
+ opacity: 1;
195
+ visibility: visible;
196
+ top: 48px;
197
+ }
198
+ .dokan-admin-header .dokan-admin-header-menu .menu-item .item .dropdown {
199
+ position: absolute;
200
+ cursor: context-menu;
201
+ top: 80px;
202
+ right: -10px;
203
+ z-index: 1;
204
+ background-color: #fff;
205
+ padding: 20px;
206
  border-radius: 3px;
207
+ border: 1px solid #e2e2e2;
208
+ box-shadow: 0 6px 12px rgba(129, 129, 129, 0.06);
209
+ width: 255px;
210
+ opacity: 0;
211
+ visibility: hidden;
212
+ transition: all 0.2s ease;
213
+ }
214
+ .dokan-admin-header .dokan-admin-header-menu .menu-item .item .dropdown:before,
215
+ .dokan-admin-header .dokan-admin-header-menu .menu-item .item .dropdown:after {
216
+ content: "";
217
+ position: absolute;
218
+ border-left: 10px solid transparent;
219
+ border-right: 10px solid transparent;
220
+ top: -9px;
221
+ right: 18px;
222
+ }
223
+ .dokan-admin-header .dokan-admin-header-menu .menu-item .item .dropdown:before {
224
+ border-bottom: 10px solid #e2e2e2;
225
+ margin-top: -1px;
226
+ }
227
+ .dokan-admin-header .dokan-admin-header-menu .menu-item .item .dropdown:after {
228
+ border-bottom: 10px solid white;
229
+ margin-top: 0;
230
+ z-index: 1;
231
+ }
232
+ .dokan-admin-header .dokan-admin-header-menu .menu-item .item .dropdown h3 {
233
+ margin: 0;
234
+ font-weight: bold;
235
+ font-size: 18px;
236
+ font-family: "SF Pro Text", sans-serif;
237
  }
238
+ .dokan-admin-header .dokan-admin-header-menu .menu-item .item .dropdown .list-item {
239
+ margin-top: 13px;
240
+ }
241
+ .dokan-admin-header .dokan-admin-header-menu .menu-item .item .dropdown .list-item a {
242
+ display: flex;
243
+ align-items: center;
244
+ color: #000;
245
+ font-size: 15px;
246
+ font-weight: 600;
247
+ font-family: "SF Pro Text", sans-serif;
248
+ text-decoration: none;
249
+ transition: all 0.2s linear;
250
+ margin-bottom: 10px;
251
+ }
252
+ .dokan-admin-header .dokan-admin-header-menu .menu-item .item .dropdown .list-item a:last-child {
253
+ margin-bottom: 0;
254
+ }
255
+ .dokan-admin-header .dokan-admin-header-menu .menu-item .item .dropdown .list-item a.active {
256
+ color: #dd452c;
257
+ }
258
+ .dokan-admin-header .dokan-admin-header-menu .menu-item .item .dropdown .list-item a.active .dokan-icon {
259
+ background-color: rgba(221, 69, 44, 0.15);
260
+ }
261
+ .dokan-admin-header .dokan-admin-header-menu .menu-item .item .dropdown .list-item a.active .dokan-icon .icon-whats-new {
262
+ background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg viewBox='0 0 17 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m7.7144 0.71191h2.2965v2.7688h-2.2965v-2.7688z' fill='%23F1634C'/%3E%3Cpath d='m7.7144 4.5464h2.2965v1.4204h-2.2965v-1.4204z' fill='%23F1634C'/%3E%3Cpath d='m1.7559 4.5464v5.0826c0.33035 0.06257 0.6432 0.22862 0.88729 0.49357l1.7593 1.9096c0.0045 0.0049 0.00931 0.0095 0.01391 0.0143v-0.3886c0-0.8172 0.66483-1.482 1.482-1.482h2.4636c0.30588 0.0346 1.1158-0.42879 1.3951-0.53983 1.1858-0.55126 2.5354-0.52947 3.7027 0.05975l0.7099 0.36058c0.1989-0.63839 0.7696-1.1009 1.4412-1.1009h0.421v-4.4091h-4.9546v1.9533c0 0.29429-0.2386 0.53285-0.5329 0.53285h-3.3622c-0.29429 0-0.53285-0.23856-0.53285-0.53285v-1.9533h-4.8933z' fill='%23F1634C'/%3E%3Cpath d='m11.077 3.4807h4.9547v-2.0297c0-0.4082-0.275-0.73909-0.6142-0.73909h-4.3405v2.7688z' fill='%23F1634C'/%3E%3Cpath d='m15.611 10.021c-0.2487 0-0.4509 0.2387-0.4509 0.5321v4.7632c0 0.2933 0.2023 0.532 0.4509 0.532h0.8417c0.2486 0 0.4509-0.2387 0.4509-0.532v-4.7632c0-0.2934-0.2023-0.5321-0.4509-0.5321h-0.8417z' fill='%23F1634C'/%3E%3Cpath d='m6.6492 0.71191h-4.383c-0.28187 0-0.5104 0.275-0.5104 0.61423v2.1546h4.8934v-2.7688z' fill='%23F1634C'/%3E%3Cpath d='m1.8593 10.844c-0.4708-0.4708-1.2722 0.1446-0.82441 0.6922l2.4 2.9095c0.81479 0.9878 2.0165 1.5543 3.2969 1.5543h2.7146c1.0081 0 2.0164-0.1184 2.997-0.3519l1.6507-0.3948v-4.0406l-1.1159-0.5668c-0.8731-0.4407-1.884-0.457-2.772-0.0442l-0.9491 0.4413c-0.27854 0.1295-0.58814 0.1979-0.8953 0.1979h-2.4636c-0.22956 0-0.41633 0.1868-0.41633 0.4164v0.8071h4.7853c0.2943 0 0.5329 0.2386 0.5329 0.5329s-0.2386 0.5328-0.5329 0.5328h-4.8775c-0.6182 0.0075-1.3284-0.2821-1.7712-0.7765l-1.7593-1.9096z' fill='%23F1634C'/%3E%3C/svg%3E");
263
+ }
264
+ .dokan-admin-header .dokan-admin-header-menu .menu-item .item .dropdown .list-item a.active:after {
265
+ content: "";
266
+ width: 6px;
267
+ height: 6px;
268
+ background-color: #dd452c;
269
+ border-radius: 53px;
270
+ margin-left: 10px;
271
+ }
272
+ .dokan-admin-header .dokan-admin-header-menu .menu-item .item .dropdown .list-item a:focus {
273
+ box-shadow: none;
274
+ }
275
+ .dokan-admin-header .dokan-admin-header-menu .menu-item .item .dropdown .list-item a:hover {
276
+ color: #dd452c;
277
+ }
278
+ .dokan-admin-header .dokan-admin-header-menu .menu-item .item .dropdown .list-item a:hover .dokan-icon {
279
+ background: rgba(221, 69, 44, 0.15);
280
+ }
281
+ .dokan-admin-header .dokan-admin-header-menu .menu-item .item .dropdown .list-item a:hover .dokan-icon .icon-whats-new {
282
+ background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg viewBox='0 0 17 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m7.7144 0.71191h2.2965v2.7688h-2.2965v-2.7688z' fill='%23F1634C'/%3E%3Cpath d='m7.7144 4.5464h2.2965v1.4204h-2.2965v-1.4204z' fill='%23F1634C'/%3E%3Cpath d='m1.7559 4.5464v5.0826c0.33035 0.06257 0.6432 0.22862 0.88729 0.49357l1.7593 1.9096c0.0045 0.0049 0.00931 0.0095 0.01391 0.0143v-0.3886c0-0.8172 0.66483-1.482 1.482-1.482h2.4636c0.30588 0.0346 1.1158-0.42879 1.3951-0.53983 1.1858-0.55126 2.5354-0.52947 3.7027 0.05975l0.7099 0.36058c0.1989-0.63839 0.7696-1.1009 1.4412-1.1009h0.421v-4.4091h-4.9546v1.9533c0 0.29429-0.2386 0.53285-0.5329 0.53285h-3.3622c-0.29429 0-0.53285-0.23856-0.53285-0.53285v-1.9533h-4.8933z' fill='%23F1634C'/%3E%3Cpath d='m11.077 3.4807h4.9547v-2.0297c0-0.4082-0.275-0.73909-0.6142-0.73909h-4.3405v2.7688z' fill='%23F1634C'/%3E%3Cpath d='m15.611 10.021c-0.2487 0-0.4509 0.2387-0.4509 0.5321v4.7632c0 0.2933 0.2023 0.532 0.4509 0.532h0.8417c0.2486 0 0.4509-0.2387 0.4509-0.532v-4.7632c0-0.2934-0.2023-0.5321-0.4509-0.5321h-0.8417z' fill='%23F1634C'/%3E%3Cpath d='m6.6492 0.71191h-4.383c-0.28187 0-0.5104 0.275-0.5104 0.61423v2.1546h4.8934v-2.7688z' fill='%23F1634C'/%3E%3Cpath d='m1.8593 10.844c-0.4708-0.4708-1.2722 0.1446-0.82441 0.6922l2.4 2.9095c0.81479 0.9878 2.0165 1.5543 3.2969 1.5543h2.7146c1.0081 0 2.0164-0.1184 2.997-0.3519l1.6507-0.3948v-4.0406l-1.1159-0.5668c-0.8731-0.4407-1.884-0.457-2.772-0.0442l-0.9491 0.4413c-0.27854 0.1295-0.58814 0.1979-0.8953 0.1979h-2.4636c-0.22956 0-0.41633 0.1868-0.41633 0.4164v0.8071h4.7853c0.2943 0 0.5329 0.2386 0.5329 0.5329s-0.2386 0.5328-0.5329 0.5328h-4.8775c-0.6182 0.0075-1.3284-0.2821-1.7712-0.7765l-1.7593-1.9096z' fill='%23F1634C'/%3E%3C/svg%3E");
283
+ }
284
+ .dokan-admin-header .dokan-admin-header-menu .menu-item .item .dropdown .list-item a:hover .dokan-icon .icon-get-support {
285
+ background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg viewBox='0 0 15 17' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m4.1533 6.919c-0.77544 0-1.4062 0.63081-1.4062 1.4062v3.8125c0 0.7754 0.63081 1.4062 1.4062 1.4062s1.4062-0.6308 1.4062-1.4062v-3.8125c0-0.77544-0.63081-1.4062-1.4062-1.4062z' fill='%23F1634C'/%3E%3Cpath d='m1.8096 8.3255c0-0.13522 0.01784-0.26585 0.03994-0.39482-0.56494 0.1826-0.97744 0.70735-0.97744 1.3323v1.9375c0 0.6249 0.4125 1.1497 0.97744 1.3323-0.0221-0.129-0.03994-0.2596-0.03994-0.3948v-3.8125z' fill='%23F1634C'/%3E%3Cpath d='m11.653 6.919c-0.7754 0-1.4062 0.63081-1.4062 1.4062v3.8125c0 0.7754 0.6308 1.4062 1.4062 1.4062 0.141 0 0.2745-0.0271 0.4029-0.0658-0.1745 0.5784-0.7058 1.0033-1.3404 1.0033h-1.4926c-0.19416-0.5444-0.7096-0.9375-1.3199-0.9375-0.77544 0-1.4062 0.6309-1.4062 1.4063s0.63081 1.4062 1.4062 1.4062c0.61031 0 1.1258-0.393 1.3199-0.9375h1.4926c1.2923 0 2.3438-1.0514 2.3438-2.3437v-4.75c0-0.77544-0.6308-1.4062-1.4063-1.4062z' fill='%23F1634C'/%3E%3Cpath d='m13.957 7.9307c0.0221 0.12897 0.04 0.2596 0.04 0.39482v3.8125c0 0.1352-0.0179 0.2658-0.04 0.3948 0.565-0.1826 0.9775-0.7074 0.9775-1.3323v-1.9375c0-0.62497-0.4125-1.1497-0.9775-1.3323z' fill='%23F1634C'/%3E%3Cpath d='m7.9033 0.35644c-3.8772 0-7.0312 3.154-7.0312 7.0313v0.01196c0.27928-0.21143 0.60241-0.36615 0.95897-0.43543 0.21909-3.1624 2.8552-5.6703 6.0723-5.6703 3.2171 0 5.8532 2.5078 6.0723 5.6702 0.3565 0.06928 0.6797 0.22403 0.959 0.43543v-0.01193c0-3.8772-3.154-7.0313-7.0313-7.0313z' fill='%23F1634C'/%3E%3C/svg%3E");
286
+ }
287
+ .dokan-admin-header .dokan-admin-header-menu .menu-item .item .dropdown .list-item a:hover .dokan-icon .icon-community {
288
+ background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg fill='none' viewBox='0 0 10 17' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m8.9038 0.71427-2.0748-0.003329c-2.331 0-3.8374 1.5455-3.8374 3.9376v1.8155h-2.0862c-0.18027 0-0.32625 0.14614-0.32625 0.32641v2.6305c0 0.18027 0.14615 0.32625 0.32625 0.32625h2.0862v6.6375c0 0.1803 0.14598 0.3262 0.32625 0.3262h2.7218c0.18026 0 0.32624-0.1461 0.32624-0.3262v-6.6375h2.4392c0.18027 0 0.32625-0.14598 0.32625-0.32625l1e-3 -2.6305c0-0.08655-0.03446-0.16945-0.09554-0.2307-0.06109-0.06126-0.14432-0.09571-0.23088-0.09571h-2.44v-1.539c0-0.73972 0.17628-1.1152 1.1399-1.1152l1.3977-5e-4c0.1801 0 0.32608-0.14615 0.32608-0.32625v-2.4425c0-0.17994-0.14582-0.32592-0.32575-0.32625z' fill='%23F1634C'/%3E%3C/svg%3E");
289
+ }
290
+ .dokan-admin-header .dokan-admin-header-menu .menu-item .item .dropdown .list-item a:hover .dokan-icon .icon-documentation {
291
+ background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg viewBox='0 0 13 17' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m2.2158 16.711h9.375c0.7755 0 1.4063-0.6308 1.4063-1.4062v-9.9063h-3.2813c-0.77544 0-1.4062-0.63082-1.4062-1.4062v-3.2813h-6.0938c-0.77544 0-1.4062 0.63081-1.4062 1.4063v13.188c0 0.7754 0.63081 1.4062 1.4062 1.4062zm1.875-9.4062h5.625c0.25909 0 0.46878 0.20965 0.46878 0.46875 0 0.25909-0.20969 0.46875-0.46878 0.46875h-5.625c-0.25909 0-0.46875-0.20966-0.46875-0.46875 0-0.2591 0.20966-0.46875 0.46875-0.46875zm0 1.875h5.625c0.25909 0 0.46878 0.20965 0.46878 0.46875 0 0.25909-0.20969 0.46876-0.46878 0.46876h-5.625c-0.25909 0-0.46875-0.20967-0.46875-0.46876 0-0.2591 0.20966-0.46875 0.46875-0.46875zm0 1.875h5.625c0.25909 0 0.46878 0.2096 0.46878 0.4687s-0.20969 0.4688-0.46878 0.4688h-5.625c-0.25909 0-0.46875-0.2097-0.46875-0.4688s0.20966-0.4687 0.46875-0.4687zm0 1.875h3.75c0.25909 0 0.46875 0.2096 0.46875 0.4687s-0.20966 0.4688-0.46875 0.4688h-3.75c-0.25909 0-0.46875-0.2097-0.46875-0.4688s0.20966-0.4687 0.46875-0.4687z' fill='%23F1634C'/%3E%3Cpath d='m9.7158 4.4607h3.0066l-3.4753-3.4753v3.0066c0 0.25862 0.21013 0.46875 0.46875 0.46875z' fill='%23F1634C'/%3E%3C/svg%3E");
292
+ }
293
+ .dokan-admin-header .dokan-admin-header-menu .menu-item .item .dropdown .list-item a:hover .dokan-icon .icon-faq {
294
+ background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg viewBox='0 0 17 17' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m16.904 11.184c0-1.9855-1.139-3.7574-2.8449-4.6194-0.053 3.8069-3.1394 6.8933-6.9463 6.9463 0.86194 1.7059 2.6339 2.845 4.6194 2.845 0.9309 0 1.8361-0.248 2.6315-0.719l2.5177 0.6964-0.6964-2.5177c0.4711-0.7954 0.719-1.7007 0.719-2.6316z' fill='%23F1634C'/%3E%3Cpath d='m13.122 6.4658c0-3.3688-2.7406-6.1093-6.1093-6.1093-3.3688 0-6.1094 2.7406-6.1094 6.1093 0 1.0979 0.29224 2.1669 0.84716 3.1053l-0.8247 2.9815 2.9816-0.8246c0.93847 0.5549 2.0074 0.8471 3.1053 0.8471 3.3687 0 6.1093-2.7406 6.1093-6.1093zm-7.0468-1.4219h-0.93749c0-1.0339 0.84106-1.875 1.875-1.875s1.875 0.84106 1.875 1.875c0 0.52478-0.22217 1.0292-0.60974 1.3837l-0.7965 0.729v0.73107h-0.9375v-1.1439l1.1011-1.0078c0.19678-0.18006 0.30517-0.42578 0.30517-0.69202 0-0.51696-0.42053-0.93749-0.93749-0.93749-0.51697 0-0.9375 0.42053-0.9375 0.93749zm0.46875 3.7812h0.9375v0.93749h-0.9375v-0.93749z' fill='%23F1634C'/%3E%3C/svg%3E");
295
+ }
296
+ .dokan-admin-header .dokan-admin-header-menu .menu-item .item .dropdown .list-item a:hover .dokan-icon .icon-basic {
297
+ background-image: url("data:image/svg+xml,%3Csvg fill='none' viewBox='0 0 14 15' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m13.665 3.4265c-0.0503-0.19724-0.2026-0.35238-0.399-0.40615-0.1962-0.05386-0.4059 0.00225-0.5499 0.14616l-1.3072 1.3073c-0.4468 0.44682-1.1732 0.44682-1.62 0-0.44641-0.44641-0.44641-1.1736 0-1.6201l1.3077-1.3078c0.1439-0.14392 0.1995-0.35398 0.1457-0.55018-0.0539-0.1962-0.2088-0.34871-0.406-0.39882-2.4171-0.61427-4.5923 0.96019-4.9913 3.1344-0.1281 0.71605-0.07104 1.4293 0.16332 2.086-0.32595 0.32598-5.3604 5.3604-5.4957 5.4958-0.67186 0.6718-0.67186 1.7649 0.010618 2.4474 0.6761 0.6409 1.7116 0.6678 2.4261-0.0106l5.4958-5.4958c0.88009 0.3141 1.8617 0.30772 2.8222-0.03121 1.7307-0.61071 2.9421-2.6603 2.3977-4.7965z' fill='%23F1634C'/%3E%3C/svg%3E");
298
+ }
299
+ .dokan-admin-header .dokan-admin-header-menu .menu-item .item .dropdown .list-item a:hover .dokan-icon .icon-setup-wizard {
300
+ background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg fill='none' viewBox='0 0 17 17' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m16.548 6.9644-1.8353-0.45134c-0.1103-0.34791-0.2522-0.68528-0.4234-1.008 0.2755-0.45869 0.8546-1.4241 0.8546-1.4241 0.1108-0.18447 0.0815-0.42069-0.0705-0.57266l-1.3256-1.3257c-0.152-0.15244-0.3878-0.18172-0.5727-0.0705l-1.4264 0.85466c-0.3209-0.16985-0.6564-0.31038-1.002-0.41978l-0.4514-1.8353c-0.0522-0.20875-0.2394-0.35525-0.45458-0.35525h-1.875c-0.21516 0-0.40284 0.1465-0.45456 0.35522 0 0-0.31266 1.2809-0.45091 1.8348-0.3685 0.11672-0.72462 0.26825-1.0638 0.45319l-1.479-0.8876c-0.18494-0.10987-0.42022-0.08147-0.57266 0.0705l-1.3257 1.3257c-0.15197 0.15197-0.18128 0.38819-0.0705 0.57266l0.91463 1.5276c-0.14741 0.29069-0.271 0.59325-0.36941 0.90315l-1.8353 0.45272c-0.20875 0.05219-0.35525 0.23941-0.35525 0.45457v1.875c0 0.21515 0.1465 0.40284 0.35522 0.45456l1.8358 0.45139c0.11125 0.3529 0.25587 0.6958 0.43122 1.0249l-0.81847 1.3641c-0.11078 0.1845-0.08147 0.4207 0.0705 0.5727l1.3257 1.3257c0.15153 0.1515 0.38772 0.1803 0.57265 0.0705 0 0 0.91782-0.5503 1.3674-0.8194 0.32547 0.1735 0.66603 0.3167 1.0172 0.428l0.45091 1.8348c0.05169 0.2088 0.23937 0.3552 0.45453 0.3552h1.875c0.21518 0 0.40238-0.1465 0.45458-0.3552l0.4509-1.8348c0.3612-0.1145 0.7091-0.2623 1.04-0.4418 0.4619 0.277 1.3889 0.8332 1.3889 0.8332 0.1844 0.1103 0.4207 0.0819 0.5726-0.0705l1.3257-1.3257c0.152-0.152 0.1813-0.3882 0.0705-0.5727l-0.8427-1.404c0.1661-0.3154 0.3039-0.6454 0.4115-0.985l1.8353-0.45139c0.2088-0.05219 0.3552-0.23941 0.3552-0.45456v-1.875c0-0.21516-0.1464-0.40238-0.3552-0.45457zm-7.6448 4.6733c-1.8091 0-3.2812-1.4722-3.2812-3.2812 0-1.8091 1.4722-3.2812 3.2812-3.2812 1.8091 0 3.2813 1.4722 3.2813 3.2812 0 1.809-1.4722 3.2812-3.2813 3.2812z' fill='%23F1634C'/%3E%3C/svg%3E");
301
+ }
302
+ .dokan-admin-header .dokan-admin-header-menu .menu-item .item .dropdown .list-item a:hover .dokan-icon .icon-request-feature {
303
+ background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg viewBox='0 0 12 17' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m9.3396 1.5463c-1.3382-1.0558-3.0692-1.4364-4.7635-1.0312-1.9643 0.45425-3.548 2.0134-4.0268 3.9655-0.4788 1.9643 0.073662 3.9532 1.4855 5.3404 0.5034 0.50343 0.79805 1.2931 0.79805 2.1035v0.135c0 0.3437 0.27005 0.6139 0.61385 0.6139h4.9108c0.3438 0 0.61385-0.2702 0.61385-0.6139v-0.135c0-0.7981 0.30693-1.6124 0.84711-2.1404 1.0313-1.0435 1.6083-2.4308 1.6083-3.904 0-1.6942-0.7612-3.278-2.0871-4.3338zm-3.4376 2.4923c-0.92609 0-1.6003 0.6143-1.7768 1.3254-0.08034 0.32342-0.40576 0.52984-0.74395 0.4484-0.32849-0.08152-0.52934-0.41484-0.44778-0.74333 0.30414-1.2277 1.4573-2.2582 2.9685-2.2582 0.33929 0 0.61385 0.27455 0.61385 0.61385 0 0.33929-0.27456 0.61384-0.61385 0.61384z' fill='%23F1634C'/%3E%3Cpath d='m3.4468 13.901v0.6138c0 1.0155 0.82607 1.8416 1.8415 1.8416h1.2277c1.0155 0 1.8415-0.8261 1.8415-1.8416v-0.6138h-4.9108z' fill='%23F1634C'/%3E%3C/svg%3E");
304
+ }
305
+ .dokan-admin-header .dokan-admin-header-menu .menu-item .item .dropdown .list-item a .dokan-icon {
306
+ padding: 11px;
307
+ background-color: #e4e6eb;
308
+ border-radius: 53px;
309
+ margin-right: 11px;
310
+ transition: all 0.2s linear;
311
+ display: flex;
312
+ }
313
+ .dokan-admin-header .dokan-admin-header-menu .menu-item .item .dropdown .list-item a .dokan-icon div {
314
+ padding: 8px;
315
+ background-repeat: no-repeat;
316
+ background-position: center;
317
+ }
318
+ .dokan-admin-header .dokan-admin-header-menu .menu-item .item .dropdown .list-item a .dokan-icon .icon-whats-new {
319
+ background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg viewBox='0 0 17 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m7.7144 0.71191h2.2965v2.7688h-2.2965v-2.7688z' fill='%23A3A3A3'/%3E%3Cpath d='m7.7144 4.5464h2.2965v1.4204h-2.2965v-1.4204z' fill='%23A3A3A3'/%3E%3Cpath d='m1.7559 4.5464v5.0826c0.33035 0.06257 0.6432 0.22862 0.88729 0.49357l1.7593 1.9096c0.0045 0.0049 0.00931 0.0095 0.01391 0.0143v-0.3886c0-0.8172 0.66483-1.482 1.482-1.482h2.4636c0.30588 0.0346 1.1158-0.42879 1.3951-0.53983 1.1858-0.55126 2.5354-0.52947 3.7027 0.05975l0.7099 0.36058c0.1989-0.63839 0.7696-1.1009 1.4412-1.1009h0.421v-4.4091h-4.9546v1.9533c0 0.29429-0.2386 0.53285-0.5329 0.53285h-3.3622c-0.29429 0-0.53285-0.23856-0.53285-0.53285v-1.9533h-4.8933z' fill='%23A3A3A3'/%3E%3Cpath d='m11.077 3.4807h4.9547v-2.0297c0-0.4082-0.275-0.73909-0.6142-0.73909h-4.3405v2.7688z' fill='%23A3A3A3'/%3E%3Cpath d='m15.611 10.021c-0.2487 0-0.4509 0.2387-0.4509 0.5321v4.7632c0 0.2933 0.2023 0.532 0.4509 0.532h0.8417c0.2486 0 0.4509-0.2387 0.4509-0.532v-4.7632c0-0.2934-0.2023-0.5321-0.4509-0.5321h-0.8417z' fill='%23A3A3A3'/%3E%3Cpath d='m6.6492 0.71191h-4.383c-0.28187 0-0.5104 0.275-0.5104 0.61423v2.1546h4.8934v-2.7688z' fill='%23A3A3A3'/%3E%3Cpath d='m1.8593 10.844c-0.4708-0.4708-1.2722 0.1446-0.82441 0.6922l2.4 2.9095c0.81479 0.9878 2.0165 1.5543 3.2969 1.5543h2.7146c1.0081 0 2.0164-0.1184 2.997-0.3519l1.6507-0.3948v-4.0406l-1.1159-0.5668c-0.8731-0.4407-1.884-0.457-2.772-0.0442l-0.9491 0.4413c-0.27854 0.1295-0.58814 0.1979-0.8953 0.1979h-2.4636c-0.22956 0-0.41633 0.1868-0.41633 0.4164v0.8071h4.7853c0.2943 0 0.5329 0.2386 0.5329 0.5329s-0.2386 0.5328-0.5329 0.5328h-4.8775c-0.6182 0.0075-1.3284-0.2821-1.7712-0.7765l-1.7593-1.9096z' fill='%23A3A3A3'/%3E%3C/svg%3E");
320
+ }
321
+ .dokan-admin-header .dokan-admin-header-menu .menu-item .item .dropdown .list-item a .dokan-icon .icon-get-support {
322
+ background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg viewBox='0 0 15 17' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m4.1533 6.919c-0.77544 0-1.4062 0.63081-1.4062 1.4062v3.8125c0 0.7754 0.63081 1.4062 1.4062 1.4062s1.4062-0.6308 1.4062-1.4062v-3.8125c0-0.77544-0.63081-1.4062-1.4062-1.4062z' fill='%23A3A3A3'/%3E%3Cpath d='m1.8096 8.3255c0-0.13522 0.01784-0.26585 0.03994-0.39482-0.56494 0.1826-0.97744 0.70735-0.97744 1.3323v1.9375c0 0.6249 0.4125 1.1497 0.97744 1.3323-0.0221-0.129-0.03994-0.2596-0.03994-0.3948v-3.8125z' fill='%23A3A3A3'/%3E%3Cpath d='m11.653 6.919c-0.7754 0-1.4062 0.63081-1.4062 1.4062v3.8125c0 0.7754 0.6308 1.4062 1.4062 1.4062 0.141 0 0.2745-0.0271 0.4029-0.0658-0.1745 0.5784-0.7058 1.0033-1.3404 1.0033h-1.4926c-0.19416-0.5444-0.7096-0.9375-1.3199-0.9375-0.77544 0-1.4062 0.6309-1.4062 1.4063s0.63081 1.4062 1.4062 1.4062c0.61031 0 1.1258-0.393 1.3199-0.9375h1.4926c1.2923 0 2.3438-1.0514 2.3438-2.3437v-4.75c0-0.77544-0.6308-1.4062-1.4063-1.4062z' fill='%23A3A3A3'/%3E%3Cpath d='m13.957 7.9307c0.0221 0.12897 0.04 0.2596 0.04 0.39482v3.8125c0 0.1352-0.0179 0.2658-0.04 0.3948 0.565-0.1826 0.9775-0.7074 0.9775-1.3323v-1.9375c0-0.62497-0.4125-1.1497-0.9775-1.3323z' fill='%23A3A3A3'/%3E%3Cpath d='m7.9033 0.35644c-3.8772 0-7.0312 3.154-7.0312 7.0313v0.01196c0.27928-0.21143 0.60241-0.36615 0.95897-0.43543 0.21909-3.1624 2.8552-5.6703 6.0723-5.6703 3.2171 0 5.8532 2.5078 6.0723 5.6702 0.3565 0.06928 0.6797 0.22403 0.959 0.43543v-0.01193c0-3.8772-3.154-7.0313-7.0313-7.0313z' fill='%23A3A3A3'/%3E%3C/svg%3E");
323
+ }
324
+ .dokan-admin-header .dokan-admin-header-menu .menu-item .item .dropdown .list-item a .dokan-icon .icon-community {
325
+ background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg fill='none' viewBox='0 0 10 17' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m8.9038 0.71427-2.0748-0.003329c-2.331 0-3.8374 1.5455-3.8374 3.9376v1.8155h-2.0862c-0.18027 0-0.32625 0.14614-0.32625 0.32641v2.6305c0 0.18027 0.14615 0.32625 0.32625 0.32625h2.0862v6.6375c0 0.1803 0.14598 0.3262 0.32625 0.3262h2.7218c0.18026 0 0.32624-0.1461 0.32624-0.3262v-6.6375h2.4392c0.18027 0 0.32625-0.14598 0.32625-0.32625l1e-3 -2.6305c0-0.08655-0.03446-0.16945-0.09554-0.2307-0.06109-0.06126-0.14432-0.09571-0.23088-0.09571h-2.44v-1.539c0-0.73972 0.17628-1.1152 1.1399-1.1152l1.3977-5e-4c0.1801 0 0.32608-0.14615 0.32608-0.32625v-2.4425c0-0.17994-0.14582-0.32592-0.32575-0.32625z' fill='%23A3A3A3'/%3E%3C/svg%3E");
326
+ }
327
+ .dokan-admin-header .dokan-admin-header-menu .menu-item .item .dropdown .list-item a .dokan-icon .icon-documentation {
328
+ background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg viewBox='0 0 13 17' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m2.2158 16.711h9.375c0.7755 0 1.4063-0.6308 1.4063-1.4062v-9.9063h-3.2813c-0.77544 0-1.4062-0.63082-1.4062-1.4062v-3.2813h-6.0938c-0.77544 0-1.4062 0.63081-1.4062 1.4063v13.188c0 0.7754 0.63081 1.4062 1.4062 1.4062zm1.875-9.4062h5.625c0.25909 0 0.46878 0.20965 0.46878 0.46875 0 0.25909-0.20969 0.46875-0.46878 0.46875h-5.625c-0.25909 0-0.46875-0.20966-0.46875-0.46875 0-0.2591 0.20966-0.46875 0.46875-0.46875zm0 1.875h5.625c0.25909 0 0.46878 0.20965 0.46878 0.46875 0 0.25909-0.20969 0.46876-0.46878 0.46876h-5.625c-0.25909 0-0.46875-0.20967-0.46875-0.46876 0-0.2591 0.20966-0.46875 0.46875-0.46875zm0 1.875h5.625c0.25909 0 0.46878 0.2096 0.46878 0.4687s-0.20969 0.4688-0.46878 0.4688h-5.625c-0.25909 0-0.46875-0.2097-0.46875-0.4688s0.20966-0.4687 0.46875-0.4687zm0 1.875h3.75c0.25909 0 0.46875 0.2096 0.46875 0.4687s-0.20966 0.4688-0.46875 0.4688h-3.75c-0.25909 0-0.46875-0.2097-0.46875-0.4688s0.20966-0.4687 0.46875-0.4687z' fill='%23A3A3A3'/%3E%3Cpath d='m9.7158 4.4607h3.0066l-3.4753-3.4753v3.0066c0 0.25862 0.21013 0.46875 0.46875 0.46875z' fill='%23A3A3A3'/%3E%3C/svg%3E");
329
+ }
330
+ .dokan-admin-header .dokan-admin-header-menu .menu-item .item .dropdown .list-item a .dokan-icon .icon-faq {
331
+ background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg viewBox='0 0 17 17' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m16.904 11.184c0-1.9855-1.139-3.7574-2.8449-4.6194-0.053 3.8069-3.1394 6.8933-6.9463 6.9463 0.86194 1.7059 2.6339 2.845 4.6194 2.845 0.9309 0 1.8361-0.248 2.6315-0.719l2.5177 0.6964-0.6964-2.5177c0.4711-0.7954 0.719-1.7007 0.719-2.6316z' fill='%23A3A3A3'/%3E%3Cpath d='m13.122 6.4658c0-3.3688-2.7406-6.1093-6.1093-6.1093-3.3688 0-6.1094 2.7406-6.1094 6.1093 0 1.0979 0.29224 2.1669 0.84716 3.1053l-0.8247 2.9815 2.9816-0.8246c0.93847 0.5549 2.0074 0.8471 3.1053 0.8471 3.3687 0 6.1093-2.7406 6.1093-6.1093zm-7.0468-1.4219h-0.93749c0-1.0339 0.84106-1.875 1.875-1.875s1.875 0.84106 1.875 1.875c0 0.52478-0.22217 1.0292-0.60974 1.3837l-0.7965 0.729v0.73107h-0.9375v-1.1439l1.1011-1.0078c0.19678-0.18006 0.30517-0.42578 0.30517-0.69202 0-0.51696-0.42053-0.93749-0.93749-0.93749-0.51697 0-0.9375 0.42053-0.9375 0.93749zm0.46875 3.7812h0.9375v0.93749h-0.9375v-0.93749z' fill='%23A3A3A3'/%3E%3C/svg%3E");
332
+ }
333
+ .dokan-admin-header .dokan-admin-header-menu .menu-item .item .dropdown .list-item a .dokan-icon .icon-basic {
334
+ background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg fill='none' viewBox='0 0 14 15' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m13.665 3.4265c-0.0503-0.19724-0.2026-0.35238-0.399-0.40615-0.1962-0.05386-0.4059 0.00225-0.5499 0.14616l-1.3072 1.3073c-0.4468 0.44682-1.1732 0.44682-1.62 0-0.44641-0.44641-0.44641-1.1736 0-1.6201l1.3077-1.3078c0.1439-0.14392 0.1995-0.35398 0.1457-0.55018-0.0539-0.1962-0.2088-0.34871-0.406-0.39882-2.4171-0.61427-4.5923 0.96019-4.9913 3.1344-0.1281 0.71605-0.07104 1.4293 0.16332 2.086-0.32595 0.32598-5.3604 5.3604-5.4957 5.4958-0.67186 0.6718-0.67186 1.7649 0.010618 2.4474 0.6761 0.6409 1.7116 0.6678 2.4261-0.0106l5.4958-5.4958c0.88009 0.3141 1.8617 0.30772 2.8222-0.03121 1.7307-0.61071 2.9421-2.6603 2.3977-4.7965z' fill='%23A3A3A3'/%3E%3C/svg%3E");
335
+ }
336
+ .dokan-admin-header .dokan-admin-header-menu .menu-item .item .dropdown .list-item a .dokan-icon .icon-setup-wizard {
337
+ background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg fill='none' viewBox='0 0 17 17' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m16.548 6.9644-1.8353-0.45134c-0.1103-0.34791-0.2522-0.68528-0.4234-1.008 0.2755-0.45869 0.8546-1.4241 0.8546-1.4241 0.1108-0.18447 0.0815-0.42069-0.0705-0.57266l-1.3256-1.3257c-0.152-0.15244-0.3878-0.18172-0.5727-0.0705l-1.4264 0.85466c-0.3209-0.16985-0.6564-0.31038-1.002-0.41978l-0.4514-1.8353c-0.0522-0.20875-0.2394-0.35525-0.45458-0.35525h-1.875c-0.21516 0-0.40284 0.1465-0.45456 0.35522 0 0-0.31266 1.2809-0.45091 1.8348-0.3685 0.11672-0.72462 0.26825-1.0638 0.45319l-1.479-0.8876c-0.18494-0.10987-0.42022-0.08147-0.57266 0.0705l-1.3257 1.3257c-0.15197 0.15197-0.18128 0.38819-0.0705 0.57266l0.91463 1.5276c-0.14741 0.29069-0.271 0.59325-0.36941 0.90315l-1.8353 0.45272c-0.20875 0.05219-0.35525 0.23941-0.35525 0.45457v1.875c0 0.21515 0.1465 0.40284 0.35522 0.45456l1.8358 0.45139c0.11125 0.3529 0.25587 0.6958 0.43122 1.0249l-0.81847 1.3641c-0.11078 0.1845-0.08147 0.4207 0.0705 0.5727l1.3257 1.3257c0.15153 0.1515 0.38772 0.1803 0.57265 0.0705 0 0 0.91782-0.5503 1.3674-0.8194 0.32547 0.1735 0.66603 0.3167 1.0172 0.428l0.45091 1.8348c0.05169 0.2088 0.23937 0.3552 0.45453 0.3552h1.875c0.21518 0 0.40238-0.1465 0.45458-0.3552l0.4509-1.8348c0.3612-0.1145 0.7091-0.2623 1.04-0.4418 0.4619 0.277 1.3889 0.8332 1.3889 0.8332 0.1844 0.1103 0.4207 0.0819 0.5726-0.0705l1.3257-1.3257c0.152-0.152 0.1813-0.3882 0.0705-0.5727l-0.8427-1.404c0.1661-0.3154 0.3039-0.6454 0.4115-0.985l1.8353-0.45139c0.2088-0.05219 0.3552-0.23941 0.3552-0.45456v-1.875c0-0.21516-0.1464-0.40238-0.3552-0.45457zm-7.6448 4.6733c-1.8091 0-3.2812-1.4722-3.2812-3.2812 0-1.8091 1.4722-3.2812 3.2812-3.2812 1.8091 0 3.2813 1.4722 3.2813 3.2812 0 1.809-1.4722 3.2812-3.2813 3.2812z' fill='%23A3A3A3'/%3E%3C/svg%3E");
338
+ }
339
+ .dokan-admin-header .dokan-admin-header-menu .menu-item .item .dropdown .list-item a .dokan-icon .icon-request-feature {
340
+ background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg viewBox='0 0 12 17' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m9.3396 1.5463c-1.3382-1.0558-3.0692-1.4364-4.7635-1.0312-1.9643 0.45425-3.548 2.0134-4.0268 3.9655-0.4788 1.9643 0.073662 3.9532 1.4855 5.3404 0.5034 0.50343 0.79805 1.2931 0.79805 2.1035v0.135c0 0.3437 0.27005 0.6139 0.61385 0.6139h4.9108c0.3438 0 0.61385-0.2702 0.61385-0.6139v-0.135c0-0.7981 0.30693-1.6124 0.84711-2.1404 1.0313-1.0435 1.6083-2.4308 1.6083-3.904 0-1.6942-0.7612-3.278-2.0871-4.3338zm-3.4376 2.4923c-0.92609 0-1.6003 0.6143-1.7768 1.3254-0.08034 0.32342-0.40576 0.52984-0.74395 0.4484-0.32849-0.08152-0.52934-0.41484-0.44778-0.74333 0.30414-1.2277 1.4573-2.2582 2.9685-2.2582 0.33929 0 0.61385 0.27455 0.61385 0.61385 0 0.33929-0.27456 0.61384-0.61385 0.61384z' fill='%23A3A3A3'/%3E%3Cpath d='m3.4468 13.901v0.6138c0 1.0155 0.82607 1.8416 1.8415 1.8416h1.2277c1.0155 0 1.8415-0.8261 1.8415-1.8416v-0.6138h-4.9108z' fill='%23A3A3A3'/%3E%3C/svg%3E");
341
  }
342
  .dokan-dashboard .post-box-container {
343
  width: 49%;
648
  .wp-pointer-buttons a.dokan:before {
649
  content: unset;
650
  }
651
+ .dokan-admin-notices a {
652
+ text-decoration: none;
653
+ }
assets/css/dokan-upgrade.css DELETED
@@ -1,2 +0,0 @@
1
- .text-danger{color:#dc3232}#dokan-upgrade-notice{box-sizing:border-box;background-repeat:no-repeat;background-position:100% 100%;transition:all .5s}#dokan-upgrade-notice:after{content:"";display:table;clear:both}#dokan-upgrade-notice *{box-sizing:border-box}#dokan-upgrade-notice-icon{width:65px;float:left;padding:12px 12px 12px 0}#dokan-upgrade-notice-icon img{width:100%}#dokan-upgrade-notice-message{float:left;width:calc(100% - 65px)}#dokan-upgrade-notice-title{padding-top:12px;font-size:15px;font-weight:600}#dokan-upgrade-notice-buttons{padding-bottom:12px}
2
- /*# sourceMappingURL=dokan-upgrade.css.map */
 
 
assets/css/dokan-upgrade.css.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"sources":["dokan-upgrade.css"],"names":[],"mappings":"AACA,aACE,aACF,CACA,sBACE,qBAAsB,CACtB,2BAA4B,CAC5B,6BAAiC,CACjC,kBACF,CACA,4BACE,UAAW,CACX,aAAc,CACd,UACF,CACA,wBACE,qBACF,CACA,2BACE,UAAW,CACX,UAAW,CACX,wBACF,CACA,+BACE,UACF,CACA,8BACE,UAAW,CACX,uBACF,CACA,4BACE,gBAAiB,CACjB,cAAe,CACf,eACF,CACA,8BACE,mBACF","file":"dokan-upgrade.css","sourcesContent":["\n.text-danger {\n color: #dc3232;\n}\n#dokan-upgrade-notice {\n box-sizing: border-box;\n background-repeat: no-repeat;\n background-position: bottom right;\n transition: all 0.5s;\n}\n#dokan-upgrade-notice:after {\n content: \"\";\n display: table;\n clear: both;\n}\n#dokan-upgrade-notice * {\n box-sizing: border-box;\n}\n#dokan-upgrade-notice-icon {\n width: 65px;\n float: left;\n padding: 12px 12px 12px 0;\n}\n#dokan-upgrade-notice-icon img {\n width: 100%;\n}\n#dokan-upgrade-notice-message {\n float: left;\n width: calc(100% - 65px);\n}\n#dokan-upgrade-notice-title {\n padding-top: 12px;\n font-size: 15px;\n font-weight: 600;\n}\n#dokan-upgrade-notice-buttons {\n padding-bottom: 12px;\n}\n"]}
 
assets/css/global-admin.css ADDED
@@ -0,0 +1,295 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ @font-face {
2
+ font-family: "SF Pro Text";
3
+ src: url("../font/sf-pro-text/SF-Pro-Text-Heavy.otf") format("opentype");
4
+ font-weight: 800;
5
+ font-style: normal;
6
+ }
7
+ @font-face {
8
+ font-family: "SF Pro Text";
9
+ src: url("../font/sf-pro-text/SF-Pro-Text-Bold.otf") format("opentype");
10
+ font-weight: 700;
11
+ font-style: normal;
12
+ }
13
+ @font-face {
14
+ font-family: "SF Pro Text";
15
+ src: url("../font/sf-pro-text/SF-Pro-Text-Semibold.otf") format("opentype");
16
+ font-weight: 600;
17
+ font-style: normal;
18
+ }
19
+ @font-face {
20
+ font-family: "SF Pro Text";
21
+ src: url("../font/sf-pro-text/SF-Pro-Text-Medium.otf") format("opentype");
22
+ font-weight: 500;
23
+ font-style: normal;
24
+ }
25
+ @font-face {
26
+ font-family: "SF Pro Text";
27
+ src: url("../font/sf-pro-text/SF-Pro-Text-Regular.otf") format("opentype");
28
+ font-weight: 400;
29
+ font-style: normal;
30
+ }
31
+ @font-face {
32
+ font-family: "SF Pro Text";
33
+ src: url("../font/sf-pro-text/SF-Pro-Text-Light.otf") format("opentype");
34
+ font-weight: 300;
35
+ font-style: normal;
36
+ }
37
+ .dokan-admin-notices-wrap.notice {
38
+ border: 0;
39
+ padding: 0;
40
+ box-shadow: none;
41
+ background: transparent;
42
+ }
43
+ .dokan-admin-notices-wrap .dokan-admin-notices {
44
+ position: relative;
45
+ box-sizing: border-box;
46
+ }
47
+ .dokan-admin-notices-wrap .dokan-admin-notices .dokan-notice-slides {
48
+ position: relative;
49
+ overflow: hidden;
50
+ min-height: 110px;
51
+ border: 1px solid #dfe2e7;
52
+ border-radius: 0 5px 5px 0;
53
+ background: #fff;
54
+ padding: 15px 0;
55
+ }
56
+ .dokan-admin-notices-wrap .dokan-admin-notices .dokan-notice-slides .dokan-admin-notice {
57
+ position: absolute;
58
+ top: 0;
59
+ left: 0;
60
+ right: 0;
61
+ display: flex;
62
+ align-items: center;
63
+ min-height: 100%;
64
+ padding: 0 20px;
65
+ }
66
+ .dokan-admin-notices-wrap .dokan-admin-notices .dokan-notice-slides .dokan-admin-notice.dokan-success {
67
+ border-left: 2px solid #82b642;
68
+ }
69
+ .dokan-admin-notices-wrap .dokan-admin-notices .dokan-notice-slides .dokan-admin-notice.dokan-info {
70
+ border-left: 2px solid #2679b1;
71
+ }
72
+ .dokan-admin-notices-wrap .dokan-admin-notices .dokan-notice-slides .dokan-admin-notice.dokan-alert {
73
+ border-left: 2px solid #b44445;
74
+ }
75
+ .dokan-admin-notices-wrap .dokan-admin-notices .dokan-notice-slides .dokan-admin-notice.dokan-warning {
76
+ border-left: 2px solid #ffaa2c;
77
+ }
78
+ .dokan-admin-notices-wrap .dokan-admin-notices .dokan-notice-slides .dokan-admin-notice.dokan-promotion {
79
+ border-left: 2px solid #f1644d;
80
+ }
81
+ .dokan-admin-notices-wrap .dokan-admin-notices .dokan-notice-slides .dokan-admin-notice .notice-content {
82
+ display: flex;
83
+ }
84
+ .dokan-admin-notices-wrap .dokan-admin-notices .dokan-notice-slides .dokan-admin-notice .logo-wrap {
85
+ position: relative;
86
+ }
87
+ .dokan-admin-notices-wrap .dokan-admin-notices .dokan-notice-slides .dokan-admin-notice .logo-wrap .dokan-logo {
88
+ width: 60px;
89
+ height: 60px;
90
+ background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg viewBox='0 0 62 62' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='.90723' y='.79541' width='61' height='61' rx='30.5' fill='%23F16982'/%3E%3Cpath d='m19.688 25.014v-6.1614c1.4588-0.0303 7.7804 0.0301 13.407 3.6546-0.5844-0.2658-1.2264-0.4219-1.8846-0.4584-0.6581-0.0364-1.3177 0.0477-1.9361 0.2469-1.4936 0.5135-2.7441 1.8122-2.8483 3.2016-0.1737 2.3861 0 4.8627 0 7.2488v7.2186c-1.1115 0.0906-2.2577 0.1208-3.2649 0.1208-1.0768 0.0302-2.1188 0.0302-2.9524 0.1208l-0.521 0.0907v-15.283z' fill='%23fff'/%3E%3Cpath d='m17.848 43.77s-0.278-2.3257 2.5007-2.6579c2.7787-0.3323 8.0583 0.302 11.532-1.6008 0 0 2.0494-0.9363 2.4662-1.3893l-0.5558 1.6309s-1.6325 4.9534-6.5994 5.5876c-4.967 0.6041-5.9048-1.7517-9.3434-1.5705z' fill='%23fff'/%3E%3Cpath d='m28.546 45.824c3.9596-0.8457 8.4404-3.3828 8.4404-16.159 0-12.776-17.02-11.689-17.02-11.689 4.0639-2.084 25.008-4.6815 25.008 13.32 0 17.971-16.429 14.528-16.429 14.528z' fill='%23fff'/%3E%3C/svg%3E");
91
+ background-repeat: no-repeat;
92
+ background-size: cover;
93
+ background-position: center;
94
+ }
95
+ .dokan-admin-notices-wrap .dokan-admin-notices .dokan-notice-slides .dokan-admin-notice .logo-wrap .dokan-icon {
96
+ width: 20px;
97
+ height: 20px;
98
+ position: absolute;
99
+ top: -2px;
100
+ right: -8px;
101
+ border: 2px solid #fff;
102
+ border-radius: 55px;
103
+ background-size: cover;
104
+ background: #ffffff no-repeat center;
105
+ }
106
+ .dokan-admin-notices-wrap .dokan-admin-notices .dokan-notice-slides .dokan-admin-notice .logo-wrap .dokan-icon-info {
107
+ background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg fill='none' viewBox='0 0 21 21' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m10.474 0.79468c-5.5718 0-10.09 4.5178-10.09 10.09 0 5.5718 4.5178 10.09 10.09 10.09 5.5719 0 10.09-4.5186 10.09-10.09 0-5.5719-4.5186-10.09-10.09-10.09zm2.1005 15.637c-0.5194 0.2051-0.9328 0.3605-1.2429 0.4681-0.3092 0.1077-0.6688 0.1615-1.0779 0.1615-0.62872 0-1.1182-0.1538-1.4667-0.4604-0.3485-0.3067-0.5219-0.6953-0.5219-1.1677 0-0.1836 0.01281-0.3716 0.03844-0.5629 0.02648-0.1913 0.06833-0.4066 0.12556-0.6483l0.65003-2.2961c0.05723-0.2203 0.10678-0.4296 0.14607-0.6244 0.03929-0.1964 0.05808-0.3766 0.05808-0.5407 0-0.2921-0.06064-0.4971-0.18108-0.6124-0.12215-0.1153-0.35193-0.17169-0.69445-0.17169-0.16742 0-0.33997 0.02479-0.51678 0.07689-0.17511 0.0538-0.32715 0.1025-0.45186 0.1503l0.17169-0.70724c0.42538-0.1734 0.83282-0.32202 1.2215-0.44503 0.38865-0.12471 0.75594-0.18621 1.1019-0.18621 0.6244 0 1.1062 0.15205 1.4453 0.45272 0.3374 0.30152 0.5074 0.69356 0.5074 1.1754 0 0.0999-0.012 0.2759-0.0351 0.527-0.023 0.252-0.0666 0.4818-0.1298 0.6928l-0.6466 2.2892c-0.053 0.1836-0.1 0.3937-0.1427 0.6286-0.0418 0.2349-0.0623 0.4143-0.0623 0.5348 0 0.304 0.0675 0.5116 0.2041 0.6218 0.135 0.1102 0.3716 0.1657 0.7064 0.1657 0.1581 0 0.3349-0.0282 0.5348-0.0828 0.1981-0.0547 0.3416-0.1034 0.4322-0.1453l-0.1734 0.7064zm-0.1145-9.2917c-0.3015 0.28017-0.6645 0.42026-1.0891 0.42026-0.4236 0-0.7892-0.14009-1.0933-0.42026-0.3024-0.28017-0.4553-0.62099-0.4553-1.019 0-0.39719 0.15375-0.73886 0.4553-1.0216 0.3041-0.28358 0.6697-0.42452 1.0933-0.42452 0.4246 0 0.7884 0.14094 1.0891 0.42452 0.3015 0.28274 0.4527 0.62441 0.4527 1.0216 0 0.39891-0.1512 0.73887-0.4527 1.019z' fill='%232579B1'/%3E%3C/svg%3E");
108
+ }
109
+ .dokan-admin-notices-wrap .dokan-admin-notices .dokan-notice-slides .dokan-admin-notice .logo-wrap .dokan-icon-alert {
110
+ background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg viewBox='0 0 21 21' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10.288' cy='10.885' r='10.09' fill='%23B44344'/%3E%3Cpath d='m15.457 13.46-4.11-6.5174c-0.2318-0.36758-0.6274-0.58705-1.0583-0.58705-0.43093 0-0.82657 0.21947-1.0583 0.58705l-4.11 6.5174c-0.24669 0.3913-0.26305 0.8872-0.04257 1.2943 0.22049 0.407 0.64232 0.6598 1.1009 0.6598h8.22c0.4585 0 0.8804-0.2528 1.1009-0.6599 0.2204-0.407 0.204-0.9029-0.0426-1.2942zm-5.1683 0.8571c-0.37797 0-0.68432-0.3101-0.68432-0.6926s0.30639-0.6926 0.68432-0.6926c0.3779 0 0.6843 0.3101 0.6843 0.6926s-0.3064 0.6926-0.6843 0.6926zm0.9485-4.8126-0.3371 2.2966c-0.0496 0.3381-0.3606 0.5714-0.6946 0.5212-0.26984-0.0405-0.47216-0.2547-0.51377-0.5133l-0.36601-2.2921c-0.08521-0.53366 0.27317-1.0362 0.80048-1.1224 0.5273-0.08624 1.0239 0.27646 1.1091 0.81011 0.016 0.1005 0.0155 0.20424 0.0019 0.29994z' fill='%23fff'/%3E%3C/svg%3E");
111
+ }
112
+ .dokan-admin-notices-wrap .dokan-admin-notices .dokan-notice-slides .dokan-admin-notice .logo-wrap .dokan-icon-success {
113
+ background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg fill='none' viewBox='0 0 21 22' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m10.475 0.73975c-5.542 0-10.09 4.5728-10.09 10.145 0 5.5723 4.548 10.145 10.09 10.145 5.542 0 10.09-4.5728 10.09-10.145 0-5.5723-4.548-10.145-10.09-10.145zm-1.2211 14.76-4.4185-4.4426 1.672-1.6811 2.8239 2.8392 5.669-5.1816 1.5912 1.759-7.3376 6.7071z' fill='%2382B641'/%3E%3C/svg%3E");
114
+ }
115
+ .dokan-admin-notices-wrap .dokan-admin-notices .dokan-notice-slides .dokan-admin-notice .logo-wrap .dokan-icon-warning {
116
+ background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg viewBox='0 0 21 21' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='.38379' y='.79394' width='20.182' height='20.182' rx='10.091' fill='%23FFAA2C'/%3E%3Cpath d='m8.7656 13.41c0.02474 0.1979 0.04947 0.371 0.04947 0.5689h3.3142c0-0.1979 0.0248-0.3958 0.0495-0.5689h-3.4132z' fill='%23fff'/%3E%3Cpath d='m8.8149 14.474v0.8657c0 0.1484 0.09893 0.2473 0.24733 0.2473h0.0742c0.12367 0.6184 0.69253 1.113 1.3356 1.113 0.6678 0 1.2119-0.4699 1.3356-1.113h0.0742c0.1484 0 0.2473-0.0989 0.2473-0.2473v-0.8657h-3.3143z' fill='%23fff'/%3E%3Cpath d='m10.274 5.0748c-1.7561 0.09893-3.2154 1.484-3.4132 3.24-0.09893 0.98933 0.19787 1.9539 0.8162 2.6959 0.46993 0.5689 0.81619 1.2119 0.98932 1.8797h3.611c0.1732-0.6678 0.5194-1.3355 0.9894-1.9044 0.5441-0.6431 0.8409-1.4593 0.8409-2.3002 0-2.0528-1.7561-3.71-3.8336-3.611z' fill='%23fff'/%3E%3C/svg%3E");
117
+ }
118
+ .dokan-admin-notices-wrap .dokan-admin-notices .dokan-notice-slides .dokan-admin-notice .logo-wrap .dokan-icon-promotion {
119
+ background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg viewBox='0 0 21 21' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='.19824' y='.73975' width='20.18' height='20.18' rx='10.09' fill='%23F1634C'/%3E%3Cpath d='m5.3248 10.182c-0.00432 0.3752 0.227 0.713 0.57847 0.8446v-1.6082c0-0.02314 0.01156-0.05784 0.01156-0.08099-0.35384 0.13053-0.58917 0.4674-0.59003 0.84459z' fill='%23fff'/%3E%3Cpath d='m8.4834 12.172h-1.5156l0.56691 2.0594c0.08396 0.3142 0.36887 0.5327 0.69418 0.5322 0.23146 0.0027 0.45045-0.1046 0.59005-0.2893 0.14096-0.1756 0.18443-0.4102 0.11569-0.6247l-0.45121-1.6776z' fill='%23fff'/%3E%3Cpath d='m5.915 9.3264h0.01242v-0.01242c0 0.01242 0 0.01242-0.01242 0.01242z' fill='%23fff'/%3E%3Cpath d='m14.21 9.1641h-0.0925v2.0825h0.0925c0.5751 0 1.0413-0.4662 1.0413-1.0413 0-0.57504-0.4662-1.0412-1.0413-1.0412z' fill='%23fff'/%3E%3Cpath d='m6.25 9.418v1.6429c0.01251 0.4254 0.36112 0.7638 0.78672 0.7636h2.1057v-3.1238h-2.1057c-0.4165 0-0.78672 0.30082-0.78672 0.71732z' fill='%23fff'/%3E%3Cpath d='m9.4898 11.871 4.2808 1.7123v-6.6872l-4.2808 1.7123v3.2626z' fill='%23fff'/%3E%3C/svg%3E");
120
+ }
121
+ .dokan-admin-notices-wrap .dokan-admin-notices .dokan-notice-slides .dokan-admin-notice .dokan-message {
122
+ margin: 0 110px 0 23px;
123
+ }
124
+ .dokan-admin-notices-wrap .dokan-admin-notices .dokan-notice-slides .dokan-admin-notice .dokan-message h3 {
125
+ margin: 0 0 10px;
126
+ font-weight: bold;
127
+ font-size: 18px;
128
+ font-family: "SF Pro Text", sans-serif;
129
+ }
130
+ .dokan-admin-notices-wrap .dokan-admin-notices .dokan-notice-slides .dokan-admin-notice .dokan-message div {
131
+ color: #4b4b4b;
132
+ font-weight: 400;
133
+ font-size: 13px;
134
+ font-family: "SF Pro Text", sans-serif;
135
+ }
136
+ .dokan-admin-notices-wrap .dokan-admin-notices .dokan-notice-slides .dokan-admin-notice .dokan-message div a {
137
+ text-decoration: none;
138
+ }
139
+ .dokan-admin-notices-wrap .dokan-admin-notices .dokan-notice-slides .dokan-admin-notice .dokan-message .dokan-btn {
140
+ font-size: 12px;
141
+ font-weight: 300;
142
+ padding: 6px 12px;
143
+ margin-right: 15px;
144
+ margin-top: 10px;
145
+ border-radius: 3px;
146
+ border: 1px solid #00769d;
147
+ cursor: pointer;
148
+ transition: all 0.2s linear;
149
+ text-decoration: none;
150
+ font-family: "SF Pro Text", sans-serif;
151
+ display: inline-block;
152
+ }
153
+ .dokan-admin-notices-wrap .dokan-admin-notices .dokan-notice-slides .dokan-admin-notice .dokan-message .dokan-btn:disabled {
154
+ opacity: 0.7;
155
+ }
156
+ .dokan-admin-notices-wrap .dokan-admin-notices .dokan-notice-slides .dokan-admin-notice .dokan-message .btn-dokan {
157
+ padding: 8px 12px;
158
+ }
159
+ .dokan-admin-notices-wrap .dokan-admin-notices .dokan-notice-slides .dokan-admin-notice .dokan-message .dokan-btn-primary {
160
+ color: #fff;
161
+ background: #2579B1;
162
+ margin-right: 15px;
163
+ font-weight: 400;
164
+ letter-spacing: 0.5px;
165
+ }
166
+ .dokan-admin-notices-wrap .dokan-admin-notices .dokan-notice-slides .dokan-admin-notice .dokan-message .dokan-btn-primary:hover {
167
+ background: transparent;
168
+ color: #2579B1;
169
+ }
170
+ .dokan-admin-notices-wrap .dokan-admin-notices .dokan-notice-slides .dokan-admin-notice .dokan-message .dokan-btn-secondary {
171
+ color: #2579B1;
172
+ background: transparent;
173
+ margin-right: 15px;
174
+ font-weight: 400;
175
+ }
176
+ .dokan-admin-notices-wrap .dokan-admin-notices .dokan-notice-slides .dokan-admin-notice .dokan-message .dokan-btn-secondary:hover {
177
+ color: #ffffff;
178
+ background: #2579B1;
179
+ }
180
+ .dokan-admin-notices-wrap .dokan-admin-notices .dokan-notice-slides .dokan-admin-notice .dokan-message a {
181
+ text-decoration: none;
182
+ }
183
+ .dokan-admin-notices-wrap .dokan-admin-notices .dokan-notice-slides .dokan-admin-notice .close-notice {
184
+ position: absolute;
185
+ top: 10px;
186
+ right: 5px;
187
+ border: 0;
188
+ background: transparent;
189
+ text-decoration: none;
190
+ }
191
+ .dokan-admin-notices-wrap .dokan-admin-notices .dokan-notice-slides .dokan-admin-notice .close-notice span {
192
+ font-size: 15px;
193
+ display: flex;
194
+ align-items: center;
195
+ justify-content: center;
196
+ color: #c2c2c2;
197
+ transition: all 0.2s ease;
198
+ cursor: pointer;
199
+ border: 1px solid #f3f3f3;
200
+ border-radius: 55px;
201
+ width: 20px;
202
+ height: 20px;
203
+ }
204
+ .dokan-admin-notices-wrap .dokan-admin-notices .dokan-notice-slides .dokan-admin-notice .close-notice span:hover {
205
+ color: #f16982;
206
+ border-color: #f16982;
207
+ }
208
+ .dokan-admin-notices-wrap .dokan-admin-notices .slide-notice {
209
+ position: absolute;
210
+ top: 50%;
211
+ right: 27px;
212
+ padding: 6px 8px;
213
+ border: 1px solid #b5bfc9;
214
+ border-radius: 3px;
215
+ background: #fff;
216
+ min-width: 77px;
217
+ display: flex;
218
+ align-items: center;
219
+ justify-content: center;
220
+ transform: translateY(-50%);
221
+ }
222
+ .dokan-admin-notices-wrap .dokan-admin-notices .slide-notice .notice-count {
223
+ margin: 0 8px;
224
+ color: #acacac;
225
+ font-size: 12px;
226
+ font-weight: normal;
227
+ font-family: "SF Pro Text", sans-serif;
228
+ }
229
+ .dokan-admin-notices-wrap .dokan-admin-notices .slide-notice .current-notice.active,
230
+ .dokan-admin-notices-wrap .dokan-admin-notices .slide-notice .total-notice.active {
231
+ font-weight: 600;
232
+ }
233
+ .dokan-admin-notices-wrap .dokan-admin-notices .slide-notice .next,
234
+ .dokan-admin-notices-wrap .dokan-admin-notices .slide-notice .prev {
235
+ margin-top: 2px;
236
+ padding: 0 2px;
237
+ cursor: pointer;
238
+ }
239
+ .dokan-admin-notices-wrap .dokan-admin-notices .slide-notice .next.active svg path,
240
+ .dokan-admin-notices-wrap .dokan-admin-notices .slide-notice .prev.active svg path {
241
+ fill: #9da6ae;
242
+ }
243
+ @media only screen and (max-width: 375px) {
244
+ .dokan-admin-notices-wrap .dokan-admin-notices .dokan-notice-slides {
245
+ min-height: 245px;
246
+ }
247
+ .dokan-admin-notices-wrap .dokan-admin-notices .dokan-notice-slides .dokan-admin-notice .dokan-message {
248
+ margin: 0 0 0 23px;
249
+ }
250
+ .dokan-admin-notices-wrap .dokan-admin-notices .slide-notice {
251
+ bottom: 0;
252
+ top: unset;
253
+ right: 10px;
254
+ padding: 3px 5px;
255
+ }
256
+ }
257
+ @media screen and (min-width: 376px) and (max-width: 576px) {
258
+ .dokan-admin-notices-wrap .dokan-admin-notices .dokan-notice-slides {
259
+ min-height: 195px;
260
+ }
261
+ .dokan-admin-notices-wrap .dokan-admin-notices .dokan-notice-slides .dokan-admin-notice .dokan-message {
262
+ margin: 0 0 0 23px;
263
+ }
264
+ .dokan-admin-notices-wrap .dokan-admin-notices .slide-notice {
265
+ bottom: 0;
266
+ right: 10px;
267
+ padding: 3px 8px;
268
+ top: unset;
269
+ }
270
+ }
271
+ @media screen and (min-width: 577px) and (max-width: 768px) {
272
+ .dokan-admin-notices-wrap .dokan-admin-notices .dokan-notice-slides {
273
+ min-height: 160px;
274
+ }
275
+ }
276
+ .dokan-admin-notices-wrap .slide-next-enter-active,
277
+ .dokan-admin-notices-wrap .slide-next-leave-active {
278
+ transition: transform 0.5s ease-in-out;
279
+ }
280
+ .dokan-admin-notices-wrap .slide-next-enter {
281
+ transform: translate(100%);
282
+ }
283
+ .dokan-admin-notices-wrap .slide-next-leave-to {
284
+ transform: translate(-100%);
285
+ }
286
+ .dokan-admin-notices-wrap .slide-prev-enter-active,
287
+ .dokan-admin-notices-wrap .slide-prev-leave-active {
288
+ transition: transform 0.5s ease-in-out;
289
+ }
290
+ .dokan-admin-notices-wrap .slide-prev-enter {
291
+ transform: translate(-100%);
292
+ }
293
+ .dokan-admin-notices-wrap .slide-prev-leave-to {
294
+ transform: translate(100%);
295
+ }
assets/css/style.css CHANGED
@@ -3759,6 +3759,9 @@ div.media-sidebar a.edit-attachment {
3759
  float: left;
3760
  display: block;
3761
  }
 
 
 
3762
  .dokan-settings-content .dokan-settings-area {
3763
  position: relative;
3764
  }
3759
  float: left;
3760
  display: block;
3761
  }
3762
+ .select2-container--open .select2-dropdown--below {
3763
+ margin-top: 5px !important;
3764
+ }
3765
  .dokan-settings-content .dokan-settings-area {
3766
  position: relative;
3767
  }
assets/css/vue-admin.css CHANGED
@@ -1,2 +1,2 @@
1
- .dokan-dashboard .widgets-wrapper{display:block;overflow:hidden;margin-top:15px;width:100%}.dokan-dashboard .widgets-wrapper .left-side,.dokan-dashboard .widgets-wrapper .right-side{float:left;width:48%}.dokan-dashboard .widgets-wrapper .left-side{margin-right:3%}.dokan-dashboard .dokan-postbox .loading{display:block;width:100%;margin:15px auto;text-align:center}.dokan-dashboard .subscribe-box{margin:20px -12px -11px;padding:0 15px 15px;background:#fafafa;border-top:1px solid #efefef;position:relative}.dokan-dashboard .subscribe-box h3{margin:10px 0}.dokan-dashboard .subscribe-box p{margin-bottom:10px!important}.dokan-dashboard .subscribe-box .thank-you{background:#4fa72b;margin-top:10px;padding:15px;border-radius:3px;color:#fff}.dokan-dashboard .subscribe-box .form-wrap{display:flex}.dokan-dashboard .subscribe-box .form-wrap input[type=email]{width:100%;padding:3px 0 3px 6px;margin:0 -1px 0 0}.dokan-dashboard .subscribe-box .form-wrap button.button{box-shadow:none;background:#ff5722;color:#fff;border-color:#ff5722;border-top-left-radius:0;border-bottom-left-radius:0}.dokan-dashboard .subscribe-box .form-wrap button.button:hover{background:#ff6a3c}.dokan-dashboard .subscribe-box .loading{position:absolute;height:100%;margin:0 0 0 -15px;background:rgba(0,0,0,.2)}.dokan-dashboard .subscribe-box .loading .dokan-loader{margin-top:30px}@media only screen and (max-width:770px){.dokan-dashboard .widgets-wrapper .left-side{margin-right:0}.dokan-dashboard .widgets-wrapper .left-side,.dokan-dashboard .widgets-wrapper .right-side{width:auto}}@media only screen and (max-width:500px){.dokan-dashboard .widgets-wrapper .left-side{margin-right:0}.dokan-dashboard .widgets-wrapper .left-side,.dokan-dashboard .widgets-wrapper .right-side{width:auto}.dokan-dashboard .postbox.dokan-status ul li a .details span.down,.dokan-dashboard .postbox.dokan-status ul li a .details span.up{display:none}.dokan-dashboard .postbox.dokan-status ul li a strong{font-size:16px}}@media only screen and (max-width:360px){.dokan-dashboard .postbox.dokan-status ul li a .details{display:none}}.dokan-upgrade-bar{background:#ffdbcf;padding:5px 20px;margin:-10px -21px 15px -23px;border:1px solid #dedede;border-top:none;box-shadow:0 1px 1px rgba(0,0,0,.04);text-align:center}.dokan-upgrade-bar span{color:#ff5722;font-size:14px}.dokan-upgrade-bar .close-button{float:right;font-size:18px;padding:0 10px;cursor:pointer;visibility:hidden}.dokan-upgrade-bar .close-button:hover{background:#ff5822;color:#fff;display:inline-block;border-radius:3px}.dokan-upgrade-bar:hover .close-button{visibility:visible}.withdraw-requests .dokan-modal .modal-body{min-height:130px}.withdraw-requests .dokan-modal .modal-body textarea{width:100%}.withdraw-requests .image{width:10%}.withdraw-requests .seller{width:20%}.withdraw-requests td.seller img{float:left;margin-right:10px;margin-top:1px;width:24px;height:auto}.withdraw-requests td.seller strong{display:block;margin-bottom:.2em;font-size:14px}.withdraw-requests td.actions,.withdraw-requests th.actions{width:120px}.withdraw-requests td.status span{line-height:2.5em;padding:5px 8px;border-radius:4px}.withdraw-requests td.status .approved{background:#c6e1c6;color:#5b841b}.withdraw-requests td.status .pending{background:#f8dda7;color:#94660c}.withdraw-requests td.status .cancelled{background:#eba3a3;color:#761919}.withdraw-requests .method_details_inner p{margin-bottom:2px}@media only screen and (max-width:600px){.withdraw-requests table td.seller,.withdraw-requests td.actions,.withdraw-requests td.amount{display:table-cell!important}.withdraw-requests table td:not(.check-column):not(.seller):not(.amount):not(.actions),.withdraw-requests table th:not(.check-column):not(.seller):not(.amount):not(.actions){display:none}.withdraw-requests table td.column,.withdraw-requests table th.column{width:auto}.withdraw-requests table td.column.actions .dashicons{width:14px;height:14px;font-size:18px}.withdraw-requests table td.seller .row-actions{display:inline-block}.withdraw-requests table td.seller .row-actions span{font-size:11px}}@media only screen and (max-width:376px){.withdraw-requests table td.seller .row-actions{display:inline-block}.withdraw-requests table td.seller .row-actions span{font-size:9px}}@media only screen and (max-width:320px){.withdraw-requests table td.column.actions .dashicons{width:10px;height:10px;font-size:14px}}.dokan-pro-features{font-family:Open Sans,sans-serif;margin:-10px -20px 0 -22px}.dokan-pro-features .vendor-capabilities-banner{display:flex;align-items:center;padding:50px;height:auto;border-radius:9px;background-position:50%;background-repeat:no-repeat;background-size:cover;margin:20px 70px}.dokan-pro-features .vendor-capabilities-banner .content{margin:30px}.dokan-pro-features .vendor-capabilities-banner .content .title{font-size:26px;font-weight:700;color:red}.dokan-pro-features .vendor-capabilities-banner a{box-shadow:none;background:#ff5722;color:#fff;border-color:#ff5722}.dokan-pro-features .vendor-capabilities-banner a:hover{color:#fff;background:#ff6a3c}.dokan-pro-features a{transition:all .2s ease}.dokan-pro-features .section-title{text-align:center;color:#2e2c2c;font-size:30px;line-height:1.5em;font-weight:400;position:relative;margin:0 0 58px}.dokan-pro-features .section-title:after{content:"";position:absolute;bottom:-21px;left:50%;transform:translateX(-50%);width:38px;height:5px;border-radius:3px;background-color:#f2624d}.dokan-pro-features .header-section{background-color:#f2f2f2;color:#3f4143;font-size:16px;display:flex;align-items:center;padding:0 8%;border-bottom:1px solid #eee}@media (min-width:1281px){.dokan-pro-features .header-section{padding:0 24%}}.dokan-pro-features .header-section .feature-thumb img{width:233px;margin:-20px 0 -30px}.dokan-pro-features .header-section .content-area{padding-left:10%}.dokan-pro-features .header-section .content-area h1{font-size:27px;line-height:1.5em;color:#2e2c2c}.dokan-pro-features .header-section .content-area p{font-size:16px;line-height:1.5em;font-weight:300;margin:0;letter-spacing:.5px}.dokan-pro-features .service-section{text-align:center;padding:73px 30px 85px;background-color:#f7f8f9}@media (min-width:1281px){.dokan-pro-features .service-section{padding-left:20%;padding-right:20%}}.dokan-pro-features .service-section .service-list{display:flex;flex-wrap:wrap}.dokan-pro-features .service-section .service-list .service-box{flex:0 0 28.9%;margin:2.2%;text-align:center;border-radius:5px;background-color:#fff}.dokan-pro-features .service-section .service-list .service-box .service-thumb img{border-radius:5px 5px 0 0;max-width:100%}.dokan-pro-features .service-section .service-list .service-box .service-detail{padding:20px 25px 25px}.dokan-pro-features .service-section .service-list .service-box .service-detail h3{color:#3f4143;font-size:15px;line-height:1.5em;font-weight:300;margin:0}.dokan-pro-features .service-section .btn{font-size:16px;line-height:1.5em;font-weight:300;color:#fff;background-color:#3984b5;border:1px solid #226b9b;border-radius:3px;text-decoration:none;padding:13px 28px;display:inline-block;margin-top:52px;transition:all .2s ease}.dokan-pro-features .service-section .btn:hover{box-shadow:2.736px 7.518px 20px 0 rgba(0,0,0,.15)}.dokan-pro-features .service-section .btn svg{width:15px;fill:#fff;margin-left:5px}.dokan-pro-features .comparison-section{background-color:#f1f1f1;padding:75px}@media (min-width:1281px){.dokan-pro-features .comparison-section{padding-left:21.2%;padding-right:21.2%}}.dokan-pro-features .comparison-section .section-title{margin-bottom:90px}.dokan-pro-features .comparison-section .comparison-area{display:flex;justify-content:space-between}.dokan-pro-features .comparison-section .comparison-area .compare-box{flex:0 0 48%;background-color:#fff;border:1px solid #e0e9ec;border-radius:5px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);padding:50px;box-sizing:border-box}.dokan-pro-features .comparison-section .comparison-area .compare-box .logo-section{margin-bottom:58px;position:relative}.dokan-pro-features .comparison-section .comparison-area .compare-box .logo-section:after{content:"";position:absolute;bottom:-23px;left:0;width:38px;height:5px;border-radius:3px;background-color:#d7d7d7}.dokan-pro-features .comparison-section .comparison-area .compare-box .logo-section img{width:120px}.dokan-pro-features .comparison-section .comparison-area .compare-box .compare-list{margin:0}.dokan-pro-features .comparison-section .comparison-area .compare-box .compare-list li{font-size:15px;line-height:1.5em;font-weight:300;color:#66676e;margin-bottom:28px;position:relative;display:flex;align-items:center}.dokan-pro-features .comparison-section .comparison-area .compare-box .compare-list li:last-child{margin-bottom:0}.dokan-pro-features .comparison-section .comparison-area .compare-box .compare-list li img{width:21px;margin-right:12px}.dokan-pro-features .comparison-section .comparison-area .compare-box .compare-list li.unavailable{color:#ccced5}.dokan-pro-features .pricing-section{background-color:#f7f8f9;padding:85px 0 62px}.dokan-pro-features .pricing-section .section-title{margin-bottom:120px}.dokan-pro-features .pricing-section .pricing-wrapper{padding:0 4.5%}@media (min-width:1281px){.dokan-pro-features .pricing-section .pricing-wrapper{padding-left:21%;padding-right:21%}}.dokan-pro-features .pricing-section .table-row{display:flex}.dokan-pro-features .pricing-section .table-row:first-child .table-col:first-child{background-color:transparent;border-color:transparent;border-radius:3px 3px 0 0}.dokan-pro-features .pricing-section .table-row:first-child .table-col:nth-child(2){border-radius:3px 0 0 0}.dokan-pro-features .pricing-section .table-row:first-child .table-col:last-child{border-radius:0 3px 0 0}.dokan-pro-features .pricing-section .table-row:first-child .table-col.popular{position:relative}.dokan-pro-features .pricing-section .table-row:first-child .table-col.popular:before{position:absolute;top:-28px;left:0;width:100%;content:"Most Popular";color:#23282d;font-size:14px;line-height:1.4em;background-color:#fc0;border-radius:3px 3px 0 0;padding:5px;box-sizing:border-box}.dokan-pro-features .pricing-section .table-row:nth-child(2) .table-col:first-child{border-radius:3px 3px 0 0}.dokan-pro-features .pricing-section .table-row:nth-last-child(2) .table-col:first-child{border-radius:0 0 5px 5px;border-bottom:1px solid #e7eaeb}.dokan-pro-features .pricing-section .table-row:last-child .table-col{border-bottom:1px solid #e7eaeb}.dokan-pro-features .pricing-section .table-row:last-child .table-col:first-child{border-radius:0 0 5px 5px;background-color:transparent;border-color:transparent}.dokan-pro-features .pricing-section .table-row:last-child .table-col:nth-child(2){border-radius:0 0 0 5px}.dokan-pro-features .pricing-section .table-row:last-child .table-col:last-child{border-radius:0 0 5px 0}.dokan-pro-features .pricing-section .table-row .table-col{width:18.5%;text-align:center;border:1px solid #e7eaeb;padding:18px;background-color:#fff;border-bottom:0;border-left:0;border-right:0}.dokan-pro-features .pricing-section .table-row .table-col:first-child{width:25%;margin-right:2%;text-align:left;border-left:1px solid #e7eaeb;border-right:1px solid #e7eaeb}.dokan-pro-features .pricing-section .table-row .table-col:nth-child(2){border-left:1px solid #e7eaeb}.dokan-pro-features .pricing-section .table-row .table-col:last-child{border-left:1px solid #e7eaeb;border-right:1px solid #e7eaeb}.dokan-pro-features .pricing-section .table-row .table-col.popular{z-index:1;box-shadow:1px 10px 30px 0 rgba(215,223,254,.5)}.dokan-pro-features .pricing-section .table-row .table-col .module-name{color:#157ef5;font-size:14px;line-height:1.5em;font-weight:300;text-decoration:none}.dokan-pro-features .pricing-section .table-row .table-col .plan-data{font-size:15px;color:#3f4143}.dokan-pro-features .pricing-section .table-row .table-col .plan-data img{display:block;margin:0 auto;width:23px}.dokan-pro-features .pricing-section .table-row .table-col .buy-btn{font-size:14px;font-weight:300;border-radius:3px;padding:13px 34px;color:#fff;text-decoration:none;margin:25px 0 14px;display:inline-block;transition:all .2s ease}.dokan-pro-features .pricing-section .table-row .table-col .buy-btn:hover{box-shadow:1px 10px 30px 0 rgba(215,223,254,.5)}.dokan-pro-features .pricing-section .table-row .table-col .buy-btn.starter{background-color:#00bcff}.dokan-pro-features .pricing-section .table-row .table-col .buy-btn.professional{background-color:#2bc66d}.dokan-pro-features .pricing-section .table-row .table-col .buy-btn.business{background-color:#795dff}.dokan-pro-features .pricing-section .table-row .table-col .buy-btn.enterprise{background-color:#ff5956}.dokan-pro-features .pricing-section .plan-name{display:inline-block;background:#000;color:#fff;font-size:14px;font-weight:300;line-height:1.4em;border-radius:25px;padding:5px 20px;min-width:95px;box-sizing:border-box;margin:26px 0 20px}.dokan-pro-features .pricing-section .plan-name.starter{background-color:#00bcff}.dokan-pro-features .pricing-section .plan-name.professional{background-color:#2bc66d}.dokan-pro-features .pricing-section .plan-name.business{background-color:#795dff}.dokan-pro-features .pricing-section .plan-name.enterprise{background-color:#ff5956}.dokan-pro-features .pricing-section .price{margin-bottom:15px}.dokan-pro-features .pricing-section .price span{font-size:14px;line-height:1.2em;font-weight:300;color:#b8bbbe;display:block}.dokan-pro-features .pricing-section .price span:first-child{font-size:28px;line-height:1.5em;font-weight:400;color:#23282d}.dokan-pro-features .pricing-section .price span:first-child sup{font-size:14px}.dokan-pro-features .payment-section{display:flex;background:#fff;justify-content:space-between;padding:20px 65px 15px;align-items:center}@media (min-width:1281px){.dokan-pro-features .payment-section{padding-left:21%;padding-right:21%}}.dokan-pro-features .payment-section .guarantee-section{display:flex;flex:0 0 70%;align-content:center;align-items:center;position:relative}.dokan-pro-features .payment-section .guarantee-section:after{content:"";position:absolute;right:-18px;top:50%;transform:translateY(-50%);width:5px;height:38px;border-radius:3px;background-color:#f1f1f1}.dokan-pro-features .payment-section .guarantee-section .feature-thumb img{max-width:100%;width:160px}.dokan-pro-features .payment-section .guarantee-section .guarantee-detail{padding-left:25px}.dokan-pro-features .payment-section .guarantee-section .guarantee-detail h2{font-size:24px;line-height:1.5em;color:#2e2c2c;font-weight:400;margin:0}.dokan-pro-features .payment-section .guarantee-section .guarantee-detail p{color:#66676e;font-size:15px;line-height:1.5em;font-weight:300;margin:5px 0 20px}.dokan-pro-features .payment-section .guarantee-section .guarantee-detail a{color:#f2624d;font-size:15px;line-height:1.5em;text-decoration:none}.dokan-pro-features .payment-section .guarantee-section .guarantee-detail a img{width:18px;margin-right:4px}.dokan-pro-features .payment-section .payment-area h3{font-size:15px;font-weight:300;color:#66676e;margin:0 0 17px}.dokan-pro-features .payment-section .payment-area .option img{max-width:100%}.dokan-pro-features .testimonial-section{background-color:#f1f1f1;padding:75px 0 70px;text-align:center}.dokan-pro-features .testimonial-section .section-title{margin-bottom:75px}.dokan-pro-features .testimonial-section .testimonial-wrapper{width:80%;text-align:center;margin:0 auto}@media only screen and (min-width:1281px){.dokan-pro-features .testimonial-section .testimonial-wrapper{width:55%}}.dokan-pro-features .testimonial-section .testimonial-wrapper .testimonial-box .profile-pic{width:70px;height:70px;border:5px solid #fff;border-radius:50%;background-color:#fff;box-shadow:0 1px 16px 0 rgba(0,0,0,.16);margin:0 auto -35px;z-index:1;position:relative}.dokan-pro-features .testimonial-section .testimonial-wrapper .testimonial-box .profile-pic img{border-radius:50%;max-width:100%}.dokan-pro-features .testimonial-section .testimonial-wrapper .testimonial-box .content-detail{background-color:#fff;color:#000;border-radius:5px;border:1px solid #e0e9ec;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);padding:50px 30px 30px;background-repeat:no-repeat;background-position:40px 40px}.dokan-pro-features .testimonial-section .testimonial-wrapper .testimonial-box .content-detail h4{font-size:18px;line-height:1.444;color:#f2624d;font-weight:400;margin-top:0;margin-bottom:5px}.dokan-pro-features .testimonial-section .testimonial-wrapper .testimonial-box .content-detail span{font-size:15px;line-height:1.444;font-weight:300;color:#66676e;margin-bottom:20px;display:inline-block}.dokan-pro-features .testimonial-section .testimonial-wrapper .testimonial-box .content-detail p{color:#2e2c2c;font-size:14px;line-height:1.9em;font-weight:300}.dokan-pro-features .testimonial-section .testimonial-wrapper .slick-dots{text-align:center;margin:40px 0 25px}.dokan-pro-features .testimonial-section .testimonial-wrapper .slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.dokan-pro-features .testimonial-section .testimonial-wrapper .slick-dots li.slick-active button:before{background-color:#3f4143}.dokan-pro-features .testimonial-section .testimonial-wrapper .slick-dots li button{position:relative;font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.dokan-pro-features .testimonial-section .testimonial-wrapper .slick-dots li button:before{position:absolute;top:0;left:0;width:21px;height:5px;content:"";text-align:center;background-color:#d6d6d6;border-radius:30px}.dokan-pro-features .testimonial-section p{color:#262626;font-size:16px;line-height:1.5em;font-weight:300}.dokan-pro-features .testimonial-section p a{color:#8263f7;text-decoration:none}.dokan-pro-features .cta-section{background-image:-moz-linear-gradient(15deg,#ff7d90 0,#ffad6f 100%);background-image:-webkit-linear-gradient(15deg,#ff7d90,#ffad6f);background-image:-ms-linear-gradient(15deg,#ff7d90 0,#ffad6f 100%);background-image:linear-gradient(15deg,#ff7d90,#ffad6f);background-repeat:no-repeat;background-position:50%;background-size:contain;text-align:center;padding:35px 75px 40px;color:#fff}.dokan-pro-features .cta-section img{width:60px;border-radius:50%;box-shadow:0 3px 70px 0 rgba(126,17,0,.35)}.dokan-pro-features .cta-section h2{font-size:30px;color:#fff;font-weight:400;line-height:1.333em;text-align:center;margin:10px 0;text-shadow:0 1px 2px hsla(0,0%,100%,.31)}.dokan-pro-features .cta-section p{font-size:16px;line-height:1.5em;font-weight:300;margin:10px 0 30px}.dokan-pro-features .cta-section .btn{background-color:#fff;color:#f2624d;font-size:16px;line-height:1.538em;font-weight:300;border:1px solid #ff9381;border-radius:3px;box-shadow:0 1px 2px 0 rgba(255,128,142,.05);display:inline-block;text-decoration:none;padding:12px 27px}.dokan-pro-features .cta-section .btn:hover{box-shadow:2.736px 7.518px 20px 0 rgba(0,0,0,.15)}.dokan-pro-features .cta-section .btn svg{width:15px;fill:#f2624d;margin-left:6px}.cta-section{background-image:-moz-linear-gradient(15deg,#ff7d90 0,#ffad6f 100%);background-image:-webkit-linear-gradient(15deg,#ff7d90,#ffad6f);background-image:-ms-linear-gradient(15deg,#ff7d90 0,#ffad6f 100%);background-image:linear-gradient(15deg,#ff7d90,#ffad6f);background-repeat:no-repeat;background-position:50%;background-size:contain;text-align:center;padding:35px 75px 40px;color:#fff}.cta-section img{width:60px;border-radius:50%;box-shadow:0 3px 70px 0 rgba(126,17,0,.35)}.cta-section h2{font-size:30px;color:#fff;font-weight:400;line-height:1.333em;text-align:center;margin:10px 0;text-shadow:0 1px 2px hsla(0,0%,100%,.31)}.cta-section p{font-size:16px;line-height:1.5em;font-weight:300;margin:10px 0 30px}.cta-section .btn{background-color:#fff;color:#f2624d;font-size:16px;line-height:1.538em;font-weight:300;border:1px solid #ff9381;border-radius:3px;box-shadow:0 1px 2px 0 rgba(255,128,142,.05);display:inline-block;text-decoration:none;padding:12px 27px}.cta-section .btn:hover{box-shadow:2.736px 7.518px 20px 0 rgba(0,0,0,.15)}.cta-section .btn svg{width:15px;fill:#f2624d;margin-left:6px}.dokan-help-page .section-wrapper{margin-top:15px}.dokan-help-page .section-wrapper .dokan-postbox{width:calc(33% - 2em);margin:0 2% 15px 0;float:left}.dokan-help-page .section-wrapper .dokan-postbox:nth-child(3n+1){clear:both}.dokan-help-page .section-wrapper .dokan-postbox .dashicons{color:#ccc}.dokan-help-page .section-wrapper .dokan-postbox a{text-decoration:none}.dokan-help-page .section-wrapper .dokan-postbox .inside,.dokan-help-page .section-wrapper .dokan-postbox ul{margin-bottom:0}.dokan-help-page .loading{width:100%;text-align:center;margin-top:100px}.dokan-settings-wrap{position:relative;display:flex;border:1px solid #c8d7e1}.dokan-settings-wrap .loading{position:absolute;width:100%;height:100%;background:hsla(0,0%,100%,.6)}.dokan-settings-wrap .loading .dokan-loader{top:40%;left:45%}.dokan-settings-wrap .dashicons{padding-top:2px;margin-right:5px}.dokan-settings-wrap .dashicons.dashicons-admin-generic{color:#6c75ff}.dokan-settings-wrap .dashicons.dashicons-cart{color:#00aeff}.dokan-settings-wrap .dashicons.dashicons-money{color:#d35400}.dokan-settings-wrap .dashicons.dashicons-admin-page{color:#8e44ad}.dokan-settings-wrap .dashicons.dashicons-admin-appearance{color:#3498db}.dokan-settings-wrap .dashicons.dashicons-networking{color:#1abc9c}.dokan-settings-wrap div.nav-tab-wrapper{flex:1;border-bottom:none;padding:0;background:#f1f1f1;border-right:1px solid #c8d7e1}.dokan-settings-wrap div.nav-tab-wrapper a{float:none;display:block;margin:0;padding:13px;background:#f1f1f1;font-weight:500;border:none;border-bottom:1px solid #c8d7e1;transition-property:none;transition:none}.dokan-settings-wrap div.nav-tab-wrapper a:active,.dokan-settings-wrap div.nav-tab-wrapper a:focus{box-shadow:none;outline:0}.dokan-settings-wrap div.nav-tab-wrapper a.nav-tab-active{background:#fff!important;border-right:1px solid #c8d7e1;width:99%;color:#2e4453;transition:none;transition-property:none}.dokan-settings-wrap .metabox-holder{flex:3;padding-left:3%;padding-right:10px;background:#fff}.dokan-settings-wrap .radio-image-container .radio-image{display:block;width:50%;background:#fff;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1);margin:0 0 15px;position:relative;line-height:0;border:1px solid #ededed;padding:4px}.dokan-settings-wrap .radio-image-container .radio-image img{max-width:100%;z-index:1}.dokan-settings-wrap .radio-image-container .radio-image .current-option-indicator{position:absolute;top:0;right:0;background-color:#4caf50;color:#fff;padding:4px;z-index:2;line-height:1.4}.dokan-settings-wrap .radio-image-container .radio-image .active-option{opacity:0;position:absolute;top:0;left:0;z-index:3;width:100%;height:100%;background-color:rgba(0,0,0,.45);transition:opacity .4s ease}.dokan-settings-wrap .radio-image-container .radio-image .active-option button{position:absolute;top:50%;left:50%;margin-top:-23px;margin-left:-58px}.dokan-settings-wrap .radio-image-container .radio-image:hover .active-option{opacity:1}.dokan-settings-wrap .radio-image-container .radio-image.active .active-option,.dokan-settings-wrap .radio-image-container .radio-image.not-active .current-option-indicator{display:none}.dokan-settings-wrap .radio-image-container label{display:block;margin-bottom:5px}.dokan-settings-wrap .radio-image-container label>input[type=radio]{visibility:hidden;position:absolute}.dokan-settings-wrap .radio-image-container label>img{max-width:100%}.dokan-settings-wrap .search-box{position:relative}.dokan-settings-wrap .search-box span.dashicons.dashicons-no-alt{position:absolute;top:13px;right:0;color:red;z-index:999;cursor:pointer}.dokan-settings-wrap .search-box .dokan-admin-search-settings{border:1px solid #ddd;border-radius:0;height:48px;display:block;width:100%;border-left:0;border-top:0;padding:0 15px;background:#eee;font-weight:400}.dokan-settings-wrap .search-box input[type=text]:focus{border-color:transparent}.form-table th.dokan-settings-sub-section-title{border-bottom:1px solid #ccc;padding:0 0 10px}.form-table th.dokan-settings-sub-section-title label{display:block;margin-top:20px;color:#0073aa;font-weight:500;font-size:1.3em}.form-table .dokan-settings-field-type-sub_section:first-child th.dokan-settings-sub-section-title label{margin-top:0}tr.data_clear_on_uninstall td fieldset label{background:#e00;padding:5px;color:#fff;border-radius:3px}span.repeatable-item-description{color:#999;font-size:11px;font-style:italic}ul.dokan-settings-repeatable-list{list-style-type:disc;padding-left:20px}ul.dokan-settings-repeatable-list li span.remove-item{padding-top:0;cursor:pointer}.dokan-repetable-add-item-btn{font-size:16px!important;font-weight:700!important;height:25px!important;line-height:22px!important}td.fixed_fee,td.percent_fee{display:inline-block}td.fixed_fee input,td.percent_fee input{width:60px}tr.additional_fee .description{margin-left:10px;margin-top:-10px}.dokan-error{color:red;margin-top:-10px;font-style:italic}.dokan-input-validation-error{border-color:red!important}.dokan-error.combine-commission{margin-left:10px}th.dokan-setting-warning{padding:10px 10px 10px 0}th.dokan-setting-warning .dokan-setting-warning-label{color:#d63638;font-weight:700}th.dokan-setting-warning .dashicons{margin:0;padding:0}th.dokan-setting-warning .dokan-setting-warning-msg{font-weight:300}.dokan-settings-field-type-radio fieldset>label:not(:last-child){margin-right:12px!important}.dokan-settings-field-type-radio fieldset>label:not(:last-child)>input[type=radio]{margin-right:2px}.color-picker-container .color-picker-button[data-v-01dc0d51]{height:24px;padding:0 0 0 30px;margin:0 0 6px;font-size:11px}.color-picker-container .color-picker-button span[data-v-01dc0d51]{display:block;padding:0 6px;line-height:22px;color:#555;text-align:center;background:#f7f7f7;border-left:1px solid #ccc;border-radius:0 2px 2px 0}.color-picker-container .hex-input[data-v-01dc0d51]{width:65px;padding:3px 5px 4px;margin:0 3 0 0;font-family:monospace;font-size:12px;line-height:1.4;vertical-align:top;box-shadow:0 1px 0 #ccc}#dokan-settings-banner{margin:20px 0;padding:40px;background:#fff;display:flex;align-items:flex-start}#dokan-settings-banner a{box-shadow:none;background:#ff5722;color:#fff;border-color:#ff5722}#dokan-settings-banner a:hover{background:#ff6a3c}#dokan-settings-banner img{flex:1}#dokan-settings-banner .content{flex:4;padding:20px 50px}#dokan-settings-banner .content p{margin:30px 0;font-size:14px}#dokan-settings-banner .content a{margin-right:8px}#dokan-settings-banner .content .custom-button{background:#fff;color:#565656;border-color:#dfdadf;-webkit-box-shadow:0 0 11px 1px #ebebeb;-moz-box-shadow:0 0 11px 1px #ebebeb;box-shadow:0 0 11px 1px #ebebeb}#dokan-settings-banner .content .custom-button:hover{background:#f2f2f2}.vendor-list .dokan-btn{padding:5px 10px;font-size:15px;border-radius:3px;color:#2873aa}.vendor-list .image{width:10%}.vendor-list .store_name{width:30%}.vendor-list td.store_name img{float:left;margin-right:10px;margin-top:1px;width:24px;height:auto}.vendor-list td.store_name strong{display:block;margin-bottom:.2em;font-size:14px}@media only screen and (max-width:600px){.vendor-list table td.enabled,.vendor-list table td.store_name{display:table-cell!important}.vendor-list table td:not(.check-column):not(.store_name):not(.enabled),.vendor-list table th:not(.check-column):not(.store_name):not(.enabled){display:none}.vendor-list table table td.column,.vendor-list table th.column{width:auto}.vendor-list table td.manage-column.column-cb.check-column{padding-right:15px}.vendor-list table th.column.enabled{width:25%!important}}@media only screen and (max-width:320px){.vendor-list table .row-actions span{font-size:11px}}.swal2-container{z-index:9999999!important}.swal2-container .swal2-popup .swal2-title{line-height:35px;font-size:30px;font-weight:400}.dokan-vendor-edit h1{font-size:23px;font-weight:400}.dokan-vendor-edit .tab-header .tab-list{overflow:hidden;display:flex;justify-content:space-between}.dokan-vendor-edit .tab-header .tab-list .tab-title{height:50px;list-style-type:none;position:relative;background-color:#1a9ed4;display:flex;justify-content:center;align-items:center}.dokan-vendor-edit .tab-header .tab-list .tab-title .icon{position:relative;top:1px}.dokan-vendor-edit .tab-header .tab-list .tab-title a{color:#fff;text-decoration:none;padding:75px}.dokan-vendor-edit .tab-header .tab-list .tab-title a:active,.dokan-vendor-edit .tab-header .tab-list .tab-title a:focus{outline:none;outline-style:none;border-color:transparent;box-shadow:none}.dokan-vendor-edit .tab-header .tab-list .tab-title a span{position:relative;top:-1px;left:-3px}.dokan-vendor-edit .tab-header .tab-list .tab-title:first-child{padding-left:5px}.dokan-vendor-edit .tab-header .tab-list .tab-title:nth-child(n+2):before{left:0;border-left:25px solid #fff}.dokan-vendor-edit .tab-header .tab-list .tab-title:after,.dokan-vendor-edit .tab-header .tab-list .tab-title:nth-child(n+2):before{position:absolute;top:0;display:block;border-top:25px solid transparent;border-bottom:25px solid transparent;width:0;height:0;content:" "}.dokan-vendor-edit .tab-header .tab-list .tab-title:after{z-index:1;right:-25px;border-left:25px solid #1a9ed4}.dokan-vendor-edit .tab-header .tab-list .tab-title.active{background-color:#2c70a3}.dokan-vendor-edit .tab-header .tab-list .tab-title.active a{color:#fff}.dokan-vendor-edit .tab-header .tab-list .tab-title.active:after{border-left-color:#2c70a3}.dokan-vendor-edit .tab-header .tab-list .tab-title.last:after{border-left:0}.dokan-vendor-edit .tab-header .tab-list .tab-title.active~.tab-title{background-color:#f5f5f5}.dokan-vendor-edit .tab-header .tab-list .tab-title.active~.tab-title:after{border-left-color:#f5f5f5}.dokan-vendor-edit .tab-header .tab-list .tab-title.active~.tab-title a{color:#000}.dokan-vendor-edit .tab-contents{border:1px solid #e5e5e5;border-radius:3px;min-height:400px}.dokan-vendor-edit .tab-contents .loading{position:relative;left:46%;top:160px}.dokan-vendor-edit .tab-contents .content-header{background:#f9f9f9;margin:0;padding:10px}.dokan-vendor-edit .tab-contents .content-body{padding-top:20px;padding-bottom:20px}.dokan-vendor-edit .tab-contents .content-body .dokan-form-group{margin:0 10px;overflow:hidden}.dokan-vendor-edit .tab-contents .content-body .dokan-form-group:after,.dokan-vendor-edit .tab-contents .content-body .dokan-form-group:before{display:table;content:" "}.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column{float:left;width:50%;padding:0 10px}.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .store-avaibility-info{display:flex;justify-content:space-between}.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .store-avaibility-info .store-url,.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .store-avaibility-info span{margin:0;padding:0;position:relative;bottom:10px;font-style:italic;color:#a09f9f;font-size:12px}.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .store-avaibility-info .is-available{color:green}.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .store-avaibility-info .not-available{color:red}.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .password-generator{margin-top:6px}.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .password-generator .regen-button{margin-right:5px}.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .password-generator .regen-button span{line-height:26px}.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .checkbox-left.notify-vendor{margin-top:6px}.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .multiselect{margin-top:5px}.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .multiselect__option--highlight{background:#3c9fd4}.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .multiselect__tags{min-height:45px}.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .multiselect__single{padding-top:3px}.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .multiselect__select:before{top:70%}.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .multiselect__input:focus{box-shadow:none;border:none;outline:none}.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .bank-info{padding-left:10px}.dokan-vendor-edit .tab-contents .content-body .dokan-form-input{width:100%;padding:7px 12px;border:1px solid #ccc;border-radius:4px;box-sizing:border-box;margin-top:6px;margin-bottom:16px;resize:vertical;height:auto}.dokan-vendor-edit .tab-contents .content-body .dokan-form-input::placeholder{color:#bcbcbc}.dokan-vendor-edit .tab-contents .content-body .dokan-form-input.has-error::placeholder{color:red}.dokan-vendor-edit .tab-contents .content-body .vendor-image{display:flex;padding-bottom:20px}.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture{background:#fcfcfc;border-radius:3px;padding:5px 10px;border:2px dashed #d2d2d2;text-align:center;flex-grow:1;width:150px;margin-left:20px}.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture .profile-image{max-width:100px;margin:0 auto}.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture .profile-image img{border:1px solid #e5e5e5;cursor:pointer;width:100%;padding:5px}.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture.banner{flex-grow:10;margin-right:20px;height:228px;padding:5% 0 0}.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture.banner .banner-image img{width:100%;height:223px;padding:0}.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture.banner .banner-image button{background:#007cba;color:#fff;padding:10px 15px;border-radius:3px;margin:20px 0;cursor:pointer}.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture.banner.has-banner{padding-top:0}.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture-footer{color:grey;font-weight:300}.dokan-vendor-edit .dokan-btn{background:#1a9ed4;padding:10px 20px;color:#fff;border-radius:3px;cursor:pointer}.dokan-vendor-edit .dokan-btn:active,.dokan-vendor-edit .dokan-btn:focus{outline:none;outline-style:none;border-color:transparent;box-shadow:none}.dokan-vendor-edit .dokan-modal .dokan-modal-content{height:640px!important}.dokan-vendor-edit .dokan-modal .dokan-modal-content .modal-body{max-height:500px;min-height:200px}.dokan-vendor-edit .dokan-modal .dokan-modal-content .modal-footer{padding:15px;bottom:0;border-top:none;box-shadow:none}.dokan-vendor-edit .component-fade-enter-active,.dokan-vendor-edit .component-fade-leave-active{transition:opacity .2s ease}.dokan-vendor-edit .component-fade-enter,.dokan-vendor-edit .component-fade-leave-to{opacity:0}@media only screen and (max-width:600px){.dokan-vendor-edit .dokan-modal .dokan-modal-content{height:400px}.dokan-vendor-edit .dokan-modal .dokan-modal-content .modal-body{max-height:300px}}@media only screen and (max-width:500px){.dokan-vendor-edit .tab-list .tab-title .tab-link{display:flex}.dokan-vendor-edit .tab-list .tab-title .tab-link a{padding:12px;margin-left:17px}.dokan-vendor-edit .tab-list .tab-title .tab-link a span{display:block;margin:0 auto}.dokan-vendor-edit .tab-contents button,.dokan-vendor-edit .tab-contents input,.dokan-vendor-edit .tab-contents p{font-size:13px}.dokan-vendor-edit .tab-contents .vendor-image{display:block!important}.dokan-vendor-edit .tab-contents .vendor-image .picture{margin-right:20px!important;width:auto!important}.dokan-vendor-edit .tab-contents .vendor-image .picture.banner{margin-top:15px}}@media only screen and (max-width:375px){.dokan-vendor-edit .tab-list .tab-title .tab-link{display:flex}.dokan-vendor-edit .tab-list .tab-title .tab-link a{padding:5px;margin-left:20px;font-size:12px}.dokan-vendor-edit .tab-contents button,.dokan-vendor-edit .tab-contents input,.dokan-vendor-edit .tab-contents p{font-size:12px}}@media only screen and (max-width:320px){.dokan-vendor-edit .tab-list .tab-title .tab-link{display:flex}.dokan-vendor-edit .tab-list .tab-title .tab-link a{padding:2px;margin-left:20px;font-size:10px}}.switch{position:relative;display:inline-block;width:40px;height:18px}.switch input{display:none}.switch input:checked+.slider{background-color:#64b450}.switch input:checked+.slider:before{-webkit-transform:translateX(22px);-ms-transform:translateX(22px);transform:translateX(22px)}.switch input:focus+.slider{box-shadow:0 0 1px #2196f3}.switch .slider{cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc}.switch .slider,.switch .slider:before{position:absolute;-webkit-transition:.4s;transition:.4s}.switch .slider:before{content:"";height:14px;width:14px;left:2px;bottom:2px;background-color:#fff}.switch .slider.round{border-radius:34px}.switch .slider.round:before{border-radius:50%}.dokan-upload-image{width:100%}.dokan-upload-image img{cursor:pointer}.address-multiselect{margin:0 12px}.checkbox-group{margin-top:20px;padding:0 10px}.checkbox-group .checkbox-left{display:inline-block}.checkbox-group .checkbox-left .switch{margin-right:10px;display:inline-block}.payment-info.edit-mode .checkbox-group{padding:0}.payment-info.edit-mode .dokan-form-select{margin-top:5px;margin-bottom:5px}.payment-info.edit-mode .combine-commission-field .dokan-form-input.fixed_fee,.payment-info.edit-mode .combine-commission-field .dokan-form-input.percent_fee{width:40%}#dokan-vendor-capabilities{padding:20px 70px}#dokan-vendor-capabilities .grid{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:16px;margin-bottom:30px}#dokan-vendor-capabilities .col-6{grid-column:auto/span 6}#dokan-vendor-capabilities #dokan-capability-image-popup{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000;background-color:rgba(0,0,0,.7);z-index:99900}#dokan-vendor-capabilities #dokan-capability-image-popup .modal-content{background-color:transparent;z-index:100000;margin:8% auto;max-width:850px;text-align:center}#dokan-vendor-capabilities .capability-card{background:#fff;padding:50px;border-radius:9px;border:1px solid #e2e2e2;display:flex;flex-direction:column;align-items:center;text-align:center}#dokan-vendor-capabilities .capability-card .capability-image{position:relative;width:100%}#dokan-vendor-capabilities .capability-card .capability-image .image{opacity:1;width:100%;height:270px;max-height:370px;transition:.5s ease;backface-visibility:hidden}#dokan-vendor-capabilities .capability-card .capability-image .middle{transition:.5s ease;opacity:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);text-align:center}#dokan-vendor-capabilities .capability-card .capability-image:hover .image{opacity:.3}#dokan-vendor-capabilities .capability-card .capability-image:hover .middle{opacity:1}#dokan-vendor-capabilities .capability-card .capability-image .zoom{background-color:#ffb24b;border-radius:9px;color:#fff;font-size:24px;padding:16px 24px;cursor:pointer}#dokan-vendor-capabilities .capability-card .title{font-size:18px}#dokan-vendor-capabilities .capability-card .content{min-height:40px}#dokan-vendor-capabilities .capability-card p{margin-bottom:0}#dokan-vendor-capabilities .vendor-capabilities-banner{display:flex;align-items:center;padding:50px;height:auto;border-radius:9px;background-position:50%;background-repeat:no-repeat;background-size:cover;margin-bottom:16px}#dokan-vendor-capabilities .vendor-capabilities-banner .content{margin:30px}#dokan-vendor-capabilities .vendor-capabilities-banner .content .title{font-size:26px;font-weight:700;color:red}.dokan-modules-wrap .module-content{position:relative;margin-top:15px}.dokan-modules-wrap .module-content .loading{position:absolute;width:100%;height:100%;top:0;left:0;background:hsla(0,0%,100%,.5)}.dokan-modules-wrap .module-content .loading .dokan-loader{top:30%;left:47%}.dokan-modules-wrap .module-content .dokan-modules .plugin-card{position:relative}.dokan-modules-wrap .module-content .dokan-modules .plugin-card .plugin-action-buttons svg{cursor:pointer}.dokan-modules-wrap .module-content .dokan-modules .plugin-card .card-footer{position:absolute;bottom:18px;right:20px}@media only screen and (max-width:600px){.dokan-modules-wrap input#media-search-input{width:74%}.dokan-modules-wrap .module-content .tablenav.top{margin-top:-16px}.dokan-modules-wrap table td.active,.dokan-modules-wrap table td.name{display:table-cell!important}.dokan-modules-wrap table td:not(.check-column):not(.name):not(.active),.dokan-modules-wrap table th:not(.check-column):not(.name):not(.active){display:none}.dokan-modules-wrap table td.column,.dokan-modules-wrap table th.column{width:auto}.dokan-modules-wrap table th.column.name{width:50%!important}.dokan-modules-wrap table th.column.active{width:20%!important}.dokan-modules-wrap table td.column.order_id .row-actions{font-size:11px}}#dokan-upgrade-to-pro-wrapper a,#dokan-upgrade-to-pro-wrapper button{box-shadow:none;background:#ff5722;color:#fff;border-color:#ff5722;margin:0 30px}#dokan-upgrade-to-pro-wrapper a:hover,#dokan-upgrade-to-pro-wrapper button:hover{background:#ff6a3c}#dokan-upgrade-to-pro-wrapper .text-brand{color:#ff5722}#dokan-upgrade-to-pro-wrapper .text-disabled{color:#919191}#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup{position:fixed;top:0;left:0;right:0;bottom:0;min-height:360px;background-color:#000;background-color:rgba(0,0,0,.7);z-index:99900}#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content{background-color:#fefefe;z-index:100000;margin:8% auto;width:500px;border-radius:9px;text-align:center}#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content p{font-size:14px}#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content span.close{float:right;margin-top:-15px;margin-right:-10px;cursor:pointer;color:#fff;border:1px solid #aeaeae;border-radius:50%;background:#fff;font-size:18px;display:inline-block;line-height:0;padding:20px 14px}#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content span.close:before{content:"X";color:#484848}#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .header{padding:20px 40px}#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .header h1{font-size:30px}#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .header img{height:120px;display:block;width:50%;margin:20px auto 10px}#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body{padding:20px 40px;background:rgba(255,87,34,.08)}#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body button{font-size:16px!important}#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body .promo-card{margin:20px 0;background:#fff;padding:10px;border-radius:9px;-webkit-box-shadow:0 0 22px 0 #cfcfcf;-moz-box-shadow:0 0 22px 0 #cfcfcf;box-shadow:0 0 22px 0 #cfcfcf;display:flex;align-items:center}#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body .promo-card p{text-align:left;margin-left:16px}#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body span a{background:transparent;text-decoration:none;cursor:pointer;color:#ad644e}
2
  /*# sourceMappingURL=vue-admin.css.map */
1
+ .dokan-dashboard .widgets-wrapper{display:block;overflow:hidden;margin-top:15px;width:100%}.dokan-dashboard .widgets-wrapper .left-side,.dokan-dashboard .widgets-wrapper .right-side{float:left;width:48%}.dokan-dashboard .widgets-wrapper .left-side{margin-right:3%}.dokan-dashboard .dokan-postbox .loading{display:block;width:100%;margin:15px auto;text-align:center}.dokan-dashboard .subscribe-box{margin:20px -12px -11px;padding:0 15px 15px;background:#fafafa;border-top:1px solid #efefef;position:relative}.dokan-dashboard .subscribe-box h3{margin:10px 0}.dokan-dashboard .subscribe-box p{margin-bottom:10px!important}.dokan-dashboard .subscribe-box .thank-you{background:#4fa72b;margin-top:10px;padding:15px;border-radius:3px;color:#fff}.dokan-dashboard .subscribe-box .form-wrap{display:flex}.dokan-dashboard .subscribe-box .form-wrap input[type=email]{width:100%;padding:3px 0 3px 6px;margin:0 -1px 0 0}.dokan-dashboard .subscribe-box .form-wrap button.button{box-shadow:none;background:#ff5722;color:#fff;border-color:#ff5722;border-top-left-radius:0;border-bottom-left-radius:0}.dokan-dashboard .subscribe-box .form-wrap button.button:hover{background:#ff6a3c}.dokan-dashboard .subscribe-box .loading{position:absolute;height:100%;margin:0 0 0 -15px;background:rgba(0,0,0,.2)}.dokan-dashboard .subscribe-box .loading .dokan-loader{margin-top:30px}@media only screen and (max-width:770px){.dokan-dashboard .widgets-wrapper .left-side{margin-right:0}.dokan-dashboard .widgets-wrapper .left-side,.dokan-dashboard .widgets-wrapper .right-side{width:auto}}@media only screen and (max-width:500px){.dokan-dashboard .widgets-wrapper .left-side{margin-right:0}.dokan-dashboard .widgets-wrapper .left-side,.dokan-dashboard .widgets-wrapper .right-side{width:auto}.dokan-dashboard .postbox.dokan-status ul li a .details span.down,.dokan-dashboard .postbox.dokan-status ul li a .details span.up{display:none}.dokan-dashboard .postbox.dokan-status ul li a strong{font-size:16px}}@media only screen and (max-width:360px){.dokan-dashboard .postbox.dokan-status ul li a .details{display:none}}.dokan-promo-banner{display:flex;column-gap:2rem;align-items:center;justify-content:center;background-color:#262626;background-repeat:no-repeat;background-position:bottom 0 right -30px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg fill='none' viewBox='0 0 1118 134' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.314 46.792c-17.462 5.837-25.659 37.492 0 49.954 125.57 60.988 154.29-4.034 158.38-32.554 1.759-12.267-3.3-58.934-35.28-53.602-31.981 5.332-23.859-5.613-51.525-10.103-27.666-4.49-28.935 23.293-38.072 34.238s-11.676 4.77-33.504 12.067z' fill='%23DCE0FF' fill-opacity='.06'/%3E%3Cg filter='url(%23d)'%3E%3Cpath d='M232.24 94.631l-3.154 3.807-.012.013c-.188.212-.28.494-.252.775l.501 5.068a3.056 3.056 0 01-1.242 2.764 3.056 3.056 0 01-3.013.327l-4.665-2.042a1.011 1.011 0 00-.814 0l-4.665 2.042a3.058 3.058 0 01-3.013-.327 3.056 3.056 0 01-1.242-2.764l.501-5.068a1.017 1.017 0 00-.252-.775l-.023-.026-3.143-3.794a3.058 3.058 0 01-.608-2.952 3.057 3.057 0 012.24-2.033l4.75-1.092c.276-.06.516-.235.659-.478l2.574-4.395c.544-.93 1.552-1.507 2.629-1.507s2.085.578 2.629 1.507l2.574 4.395c.143.243.383.418.659.478l.01.003 4.74 1.089a3.057 3.057 0 012.24 2.033 3.058 3.058 0 01-.608 2.952zm-5.439 4.795a3.052 3.052 0 01.742-2.31l3.154-3.807.012-.013c.239-.269.318-.648.207-.99a1.02 1.02 0 00-.748-.677l-.01-.003-4.74-1.088a3.057 3.057 0 01-1.972-1.436l-2.573-4.394a1.018 1.018 0 00-1.753 0l-2.574 4.394a3.057 3.057 0 01-1.972 1.435l-4.749 1.092c-.351.076-.638.336-.749.678s-.032.72.207.989l.023.027 3.143 3.793c.555.632.825 1.473.743 2.31l-.501 5.067a1.02 1.02 0 00.414.922c.29.211.675.253 1.004.11l4.665-2.043a3.056 3.056 0 012.444 0l4.665 2.042c.329.144.714.102 1.004-.109a1.02 1.02 0 00.414-.922l-.5-5.067zm-8.96-7.087a1.015 1.015 0 11-1.435 1.436 1.015 1.015 0 011.435-1.436zm4.31 5.746a1.015 1.015 0 101.435 1.436 1.015 1.015 0 00-1.435-1.436zm.171-5.92l-6.094 6.093 1.436 1.437 6.094-6.094-1.436-1.436z' clip-rule='evenodd' fill='%23fff' fill-opacity='.24' fill-rule='evenodd'/%3E%3C/g%3E%3Cg filter='url(%23c)'%3E%3Cpath d='M852.47 7.82a.804.804 0 01.574-.039.548.548 0 01.361.422l1.954 6.357a3.54 3.54 0 01-1.261 3.881l-10.952 8.1.073.63c.099.537.439.997.923 1.25a1.64 1.64 0 001.556-.022l10.784-6.357a.644.644 0 01.654 1.109l-10.784 6.357a2.994 2.994 0 01-2.766.061 3.09 3.09 0 01-1.671-2.264l-.099-.801-9.78-8.543a1.672 1.672 0 00-1.902-.185l-1.858 1.095a.643.643 0 11-.654-1.11l1.858-1.094a2.96 2.96 0 013.397.313l1.398 1.23L852.47 7.82zm.836 9.594a2.188 2.188 0 00.825-2.466l-1.701-5.61-17.141 9.769 7.187 6.298 10.83-7.99zm-7.844 14.45a2.896 2.896 0 102.94 4.989 2.896 2.896 0 00-2.94-4.99zm2.288 3.88a1.61 1.61 0 11-1.635-2.774 1.61 1.61 0 011.635 2.774zm8.246-10.092a2.896 2.896 0 102.942 4.99 2.896 2.896 0 00-2.942-4.99zm2.288 3.881a1.609 1.609 0 11-1.634-2.771 1.609 1.609 0 011.634 2.771z' clip-rule='evenodd' fill='%23fff' fill-opacity='.23' fill-rule='evenodd'/%3E%3C/g%3E%3Cpath d='M858.68 78.402c-46.133-.572-65.012 36.944-68.685 55.772h328V59.453c-29.38-41.829-81.54-18.948-120.48 3.933-38.934 22.88-81.173 15.73-138.84 15.016z' fill='url(%23a)' fill-opacity='.14'/%3E%3Cg filter='url(%23b)'%3E%3Cpath d='M992.27 106.41l-7.65 11.309a3.948 3.948 0 01-2.669 1.681 3.952 3.952 0 01-3.046-.817l-8.831-7.053c-.854-.682-1.39-1.699-1.47-2.789s.302-2.174 1.048-2.974l9.34-9.964a1.7 1.7 0 012.294-.167l1.667 1.332.06-.075a4.68 4.68 0 016.57-.736 4.68 4.68 0 01.736 6.571l-.06.075 1.667 1.331c.688.549.838 1.548.344 2.276zm-3.571-9.146a3.261 3.261 0 00-4.579.513l-.06.075 5.092 4.067.06-.075a3.263 3.263 0 00-.513-4.58zm-8.91 20.212c.555.443 1.248.629 1.95.523s1.309-.488 1.709-1.075l7.649-11.31a.277.277 0 00-.055-.373l-1.667-1.331-1.089 1.363a.708.708 0 11-1.107-.884l1.089-1.363-5.092-4.067-1.089 1.363a.709.709 0 11-1.107-.884l1.089-1.363-1.667-1.332a.278.278 0 00-.375.028l-9.34 9.964a2.491 2.491 0 00-.67 1.903c.052.708.386 1.342.941 1.785l8.831 7.053zm4.009-10.566a.708.708 0 11.158 1.408l-5.15.576a.703.703 0 01-.52-.15.701.701 0 01-.262-.475l-.271-2.413a.71.71 0 011.408-.158l.192 1.71 4.445-.498z' clip-rule='evenodd' fill='%23fff' fill-opacity='.24' fill-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='d' x='205' y='80.174' width='30' height='29.465' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_72:773' stdDeviation='1'/%3E%3C/filter%3E%3Cfilter id='c' x='825.3' y='5.746' width='37.058' height='33.509' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_72:773' stdDeviation='1'/%3E%3C/filter%3E%3Cfilter id='b' x='966.6' y='93.138' width='27.967' height='28.307' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_72:773' stdDeviation='1'/%3E%3C/filter%3E%3ClinearGradient id='a' x1='954.18' x2='954.16' y1='-167.87' y2='128.1' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' offset='0'/%3E%3Cstop stop-color='%23fff' stop-opacity='0' offset='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");position:relative}.dokan-promo-banner.notice{border:0;padding:0 40px 0 20px}.dokan-promo-banner .thumbnail{display:flex}.dokan-promo-banner .thumbnail svg{width:227px;height:147px}.dokan-promo-banner .content{display:flex;align-items:center;justify-content:space-between;column-gap:1.5rem}.dokan-promo-banner .content .details{flex:0 0 170px;margin-top:10px}.dokan-promo-banner .content .details h3{color:#fff;font-size:18px;font-weight:700;font-style:normal;font-family:SF Pro Text,sans-serif;margin:0}.dokan-promo-banner .content .details p{color:#bcbcbc;font-size:14px;font-style:normal;font-weight:400;font-family:SF Pro Text,sans-serif}.dokan-promo-banner .content .features{display:grid;column-gap:2rem;row-gap:1.25rem;align-items:center;grid-template-columns:repeat(2,minmax(0,1fr));flex-shrink:0}.dokan-promo-banner .content .features label{position:relative;color:#e1e1e1;font-size:14px;font-style:normal;font-weight:400;font-family:SF Pro Text,sans-serif;padding-left:34px;cursor:context-menu}.dokan-promo-banner .content .features span{position:absolute;top:0;left:0;width:20px;height:20px;border-radius:3px;background-color:#3fc274}.dokan-promo-banner .content .features span:after{content:"";position:absolute;left:7px;top:3px;width:4px;height:9px;border:solid #fff;border-width:0 1.8px 1.8px 0;transform:rotate(45deg)}.dokan-promo-banner .content .features a{color:#999;font-style:normal;font-weight:400;font-size:16px;font-family:SF Pro Text,sans-serif}.dokan-promo-banner .content .features a:hover{color:#c9c9c9}.dokan-promo-banner .btn-upgrade{flex-shrink:0}.dokan-promo-banner .btn-upgrade a{color:#fff;background:#2cbf67;font-size:15px;font-weight:400;font-style:normal;font-family:Lato,sans-serif;padding:15px 28px;border-radius:3px;text-decoration:none;transition:all .1s linear}.dokan-promo-banner .btn-upgrade a:hover{background:#17a951}.dokan-promo-banner .close-banner{position:absolute;top:10px;right:5px;border:0;background:transparent;text-decoration:none}.dokan-promo-banner .close-banner span{font-size:15px;display:flex;align-items:center;justify-content:center;color:#404040;transition:all .2s ease;cursor:pointer;border:1px solid #3f3f3f;border-radius:55px;width:20px;height:20px}.dokan-promo-banner .close-banner span:hover{color:#f16982;border-color:#f16982}@media only screen and (max-width:375px){.dokan-promo-banner{flex-wrap:wrap;background-position:bottom -20px right 5px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg fill='none' viewBox='0 0 375 771' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M88.51 60.599c-20.901 7.56-30.712 48.555 0 64.695 150.3 78.984 184.67-5.224 189.57-42.161 2.106-15.887-3.949-76.325-42.228-69.419C197.574 20.62 207.295 6.445 174.181.63c-33.114-5.815-34.632 30.166-45.569 44.341-10.937 14.175-13.975 6.179-40.102 15.628z' fill='%23DCE0FF' fill-opacity='.06'/%3E%3Cpath d='M78.527 707.26C25.783 706.606 4.199 749.481 0 771h375v-85.395c-33.595-47.805-93.225-21.656-137.74 4.494s-92.805 17.978-158.73 17.161z' fill='url(%23a)' fill-opacity='.09' opacity='.87'/%3E%3Cg filter='url(%23d)'%3E%3Cpath d='M64.201 538.9l-3.774 4.554-.014.016a1.22 1.22 0 00-.301.927l.599 6.063a3.658 3.658 0 01-1.485 3.307 3.66 3.66 0 01-3.605.391l-5.58-2.443a1.215 1.215 0 00-.976 0l-5.58 2.443a3.657 3.657 0 01-3.605-.391 3.657 3.657 0 01-1.485-3.307l.599-6.063a1.22 1.22 0 00-.302-.927l-.027-.032-3.76-4.538a3.66 3.66 0 01-.728-3.532 3.66 3.66 0 012.68-2.433l5.682-1.305a1.22 1.22 0 00.789-.573l3.08-5.257a3.659 3.659 0 013.145-1.803c1.289 0 2.494.691 3.145 1.803l3.08 5.257c.17.292.458.5.788.573l.012.002 5.67 1.303a3.66 3.66 0 012.68 2.433 3.66 3.66 0 01-.727 3.532zm-6.508 5.736a3.656 3.656 0 01.888-2.763l3.774-4.555.014-.016a1.22 1.22 0 00.248-1.183 1.22 1.22 0 00-.896-.811l-.012-.003-5.67-1.303a3.652 3.652 0 01-2.358-1.717l-3.08-5.257a1.221 1.221 0 00-1.048-.601c-.43 0-.831.231-1.049.601l-3.079 5.257a3.655 3.655 0 01-2.359 1.717l-5.682 1.306a1.22 1.22 0 00-.895.811 1.22 1.22 0 00.247 1.183l.028.032 3.76 4.539c.664.756.987 1.761.888 2.763l-.599 6.063a1.216 1.216 0 001.696 1.232l5.582-2.443a3.661 3.661 0 012.924 0l5.58 2.443a1.217 1.217 0 001.697-1.232l-.599-6.063zm-10.718-8.479a1.216 1.216 0 11-1.72 1.719 1.216 1.216 0 011.72-1.719zm5.156 6.875a1.215 1.215 0 101.717 1.718 1.215 1.215 0 00-1.717-1.718zm.204-7.082l-7.29 7.289 1.719 1.719 7.29-7.29-1.719-1.718z' clip-rule='evenodd' fill='%23fff' fill-opacity='.24' fill-rule='evenodd'/%3E%3C/g%3E%3Cg filter='url(%23c)'%3E%3Cpath d='M326.7 308.65c.225-.105.479-.125.714-.058a.652.652 0 01.441.511l2.323 7.747c.527 1.742-.125 3.652-1.628 4.769l-13.727 10.088.08.77a2.092 2.092 0 001.126 1.513 2.066 2.066 0 001.932-.051l13.491-7.953a.795.795 0 011.091.264.794.794 0 01-.297 1.082l-13.491 7.953a3.77 3.77 0 01-3.434.12 3.656 3.656 0 01-2.039-2.744l-.109-.979-12.004-10.294c-.654-.546-1.595-.625-2.359-.196l-2.324 1.369c-.383.226-.871.108-1.09-.264s-.086-.856.297-1.082l2.323-1.37c1.357-.781 3.044-.649 4.213.329l1.715 1.483L326.7 308.65zm.883 11.725c.986-.688 1.417-1.917 1.064-3.031l-2.02-6.836-21.438 12.229 8.821 7.59 13.573-9.952zm3.207 10.038c-1.724 1.016-2.321 3.196-1.335 4.869s3.183 2.205 4.907 1.189 2.321-3.196 1.335-4.869-3.183-2.206-4.907-1.189zm2.778 4.712c-.958.564-2.178.269-2.726-.661-.548-.929-.216-2.14.742-2.705s2.178-.269 2.726.661c.548.929.216 2.14-.742 2.705zm-15.956 3.057c-1.724 1.016-2.322 3.196-1.336 4.869.987 1.673 3.183 2.205 4.907 1.189s2.322-3.196 1.336-4.869-3.183-2.205-4.907-1.189zm2.778 4.712c-.958.564-2.179.269-2.726-.661-.548-.929-.216-2.14.741-2.705.958-.564 2.179-.269 2.726.661.548.929.216 2.14-.741 2.705z' clip-rule='evenodd' fill='%23fff' fill-opacity='.23' fill-rule='evenodd'/%3E%3C/g%3E%3Cg filter='url(%23b)'%3E%3Cpath d='M73.24 181.81l-6.192 16.319c-.5 1.308-1.53 2.355-2.827 2.876s-2.766.477-4.029-.121l-13.06-6.177c-1.263-.598-2.229-1.705-2.649-3.038s-.264-2.794.429-4.008l8.69-15.142a2.175 2.175 0 012.805-.883l2.465 1.167.053-.111a5.983 5.983 0 017.958-2.847 5.983 5.983 0 012.848 7.958l-.053.111 2.466 1.166a2.175 2.175 0 011.096 2.73zm-7.131-10.328a4.17 4.17 0 00-5.547 1.984l-.052.111 7.531 3.562.052-.11a4.17 4.17 0 00-1.984-5.547zm-5.142 27.765c.82.388 1.736.416 2.579.077a3.187 3.187 0 001.81-1.84l6.191-16.319a.356.356 0 00-.178-.448l-2.465-1.166-.954 2.016a.905.905 0 11-1.637-.774l.954-2.016-7.532-3.563-.954 2.017a.905.905 0 11-1.637-.775l.954-2.016-2.465-1.166a.354.354 0 00-.459.144l-8.69 15.142a3.189 3.189 0 00-.273 2.564 3.19 3.19 0 001.696 1.945l13.06 6.178zm1.88-14.324a.906.906 0 01.61 1.705l-6.236 2.232a.904.904 0 01-1.158-.548l-1.046-2.923a.906.906 0 011.706-.61l.74 2.07 5.384-1.926z' clip-rule='evenodd' fill='%23fff' fill-opacity='.24' fill-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='d' x='31.607' y='521.61' width='35.89' height='35.25' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_84_2924' stdDeviation='1.196'/%3E%3C/filter%3E%3Cfilter id='c' x='292.79' y='306.05' width='45.886' height='41.206' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_84_2924' stdDeviation='1.251'/%3E%3C/filter%3E%3Cfilter id='b' x='41.86' y='166.88' width='33.913' height='36.878' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_84_2924' stdDeviation='1.196'/%3E%3C/filter%3E%3ClinearGradient id='a' x1='187.71' x2='187.68' y1='425.81' y2='764.05' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' offset='0'/%3E%3Cstop stop-color='%23fff' stop-opacity='0' offset='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")}.dokan-promo-banner.notice{padding:20px 44px 50px}.dokan-promo-banner .thumbnail{text-align:center;flex-wrap:wrap}.dokan-promo-banner .thumbnail svg{width:279px;height:200px}.dokan-promo-banner .content{flex-wrap:wrap;margin-bottom:50px}.dokan-promo-banner .content .details{text-align:center;margin-top:10px;margin-bottom:30px;flex:unset}.dokan-promo-banner .content .details h3{font-size:20px}.dokan-promo-banner .content .features{flex-wrap:wrap;margin:0 auto;row-gap:1rem;grid-template-columns:repeat(1,minmax(0,1fr))}.dokan-promo-banner .btn-upgrade a{display:block}}@media (min-width:376px) and (max-width:414px){.dokan-promo-banner{flex-wrap:wrap;background-position:bottom -40px right 20px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg fill='none' viewBox='0 0 375 771' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M88.51 60.599c-20.901 7.56-30.712 48.555 0 64.695 150.3 78.984 184.67-5.224 189.57-42.161 2.106-15.887-3.949-76.325-42.228-69.419C197.574 20.62 207.295 6.445 174.181.63c-33.114-5.815-34.632 30.166-45.569 44.341-10.937 14.175-13.975 6.179-40.102 15.628z' fill='%23DCE0FF' fill-opacity='.06'/%3E%3Cpath d='M78.527 707.26C25.783 706.606 4.199 749.481 0 771h375v-85.395c-33.595-47.805-93.225-21.656-137.74 4.494s-92.805 17.978-158.73 17.161z' fill='url(%23a)' fill-opacity='.09' opacity='.87'/%3E%3Cg filter='url(%23d)'%3E%3Cpath d='M64.201 538.9l-3.774 4.554-.014.016a1.22 1.22 0 00-.301.927l.599 6.063a3.658 3.658 0 01-1.485 3.307 3.66 3.66 0 01-3.605.391l-5.58-2.443a1.215 1.215 0 00-.976 0l-5.58 2.443a3.657 3.657 0 01-3.605-.391 3.657 3.657 0 01-1.485-3.307l.599-6.063a1.22 1.22 0 00-.302-.927l-.027-.032-3.76-4.538a3.66 3.66 0 01-.728-3.532 3.66 3.66 0 012.68-2.433l5.682-1.305a1.22 1.22 0 00.789-.573l3.08-5.257a3.659 3.659 0 013.145-1.803c1.289 0 2.494.691 3.145 1.803l3.08 5.257c.17.292.458.5.788.573l.012.002 5.67 1.303a3.66 3.66 0 012.68 2.433 3.66 3.66 0 01-.727 3.532zm-6.508 5.736a3.656 3.656 0 01.888-2.763l3.774-4.555.014-.016a1.22 1.22 0 00.248-1.183 1.22 1.22 0 00-.896-.811l-.012-.003-5.67-1.303a3.652 3.652 0 01-2.358-1.717l-3.08-5.257a1.221 1.221 0 00-1.048-.601c-.43 0-.831.231-1.049.601l-3.079 5.257a3.655 3.655 0 01-2.359 1.717l-5.682 1.306a1.22 1.22 0 00-.895.811 1.22 1.22 0 00.247 1.183l.028.032 3.76 4.539c.664.756.987 1.761.888 2.763l-.599 6.063a1.216 1.216 0 001.696 1.232l5.582-2.443a3.661 3.661 0 012.924 0l5.58 2.443a1.217 1.217 0 001.697-1.232l-.599-6.063zm-10.718-8.479a1.216 1.216 0 11-1.72 1.719 1.216 1.216 0 011.72-1.719zm5.156 6.875a1.215 1.215 0 101.717 1.718 1.215 1.215 0 00-1.717-1.718zm.204-7.082l-7.29 7.289 1.719 1.719 7.29-7.29-1.719-1.718z' clip-rule='evenodd' fill='%23fff' fill-opacity='.24' fill-rule='evenodd'/%3E%3C/g%3E%3Cg filter='url(%23c)'%3E%3Cpath d='M326.7 308.65c.225-.105.479-.125.714-.058a.652.652 0 01.441.511l2.323 7.747c.527 1.742-.125 3.652-1.628 4.769l-13.727 10.088.08.77a2.092 2.092 0 001.126 1.513 2.066 2.066 0 001.932-.051l13.491-7.953a.795.795 0 011.091.264.794.794 0 01-.297 1.082l-13.491 7.953a3.77 3.77 0 01-3.434.12 3.656 3.656 0 01-2.039-2.744l-.109-.979-12.004-10.294c-.654-.546-1.595-.625-2.359-.196l-2.324 1.369c-.383.226-.871.108-1.09-.264s-.086-.856.297-1.082l2.323-1.37c1.357-.781 3.044-.649 4.213.329l1.715 1.483L326.7 308.65zm.883 11.725c.986-.688 1.417-1.917 1.064-3.031l-2.02-6.836-21.438 12.229 8.821 7.59 13.573-9.952zm3.207 10.038c-1.724 1.016-2.321 3.196-1.335 4.869s3.183 2.205 4.907 1.189 2.321-3.196 1.335-4.869-3.183-2.206-4.907-1.189zm2.778 4.712c-.958.564-2.178.269-2.726-.661-.548-.929-.216-2.14.742-2.705s2.178-.269 2.726.661c.548.929.216 2.14-.742 2.705zm-15.956 3.057c-1.724 1.016-2.322 3.196-1.336 4.869.987 1.673 3.183 2.205 4.907 1.189s2.322-3.196 1.336-4.869-3.183-2.205-4.907-1.189zm2.778 4.712c-.958.564-2.179.269-2.726-.661-.548-.929-.216-2.14.741-2.705.958-.564 2.179-.269 2.726.661.548.929.216 2.14-.741 2.705z' clip-rule='evenodd' fill='%23fff' fill-opacity='.23' fill-rule='evenodd'/%3E%3C/g%3E%3Cg filter='url(%23b)'%3E%3Cpath d='M73.24 181.81l-6.192 16.319c-.5 1.308-1.53 2.355-2.827 2.876s-2.766.477-4.029-.121l-13.06-6.177c-1.263-.598-2.229-1.705-2.649-3.038s-.264-2.794.429-4.008l8.69-15.142a2.175 2.175 0 012.805-.883l2.465 1.167.053-.111a5.983 5.983 0 017.958-2.847 5.983 5.983 0 012.848 7.958l-.053.111 2.466 1.166a2.175 2.175 0 011.096 2.73zm-7.131-10.328a4.17 4.17 0 00-5.547 1.984l-.052.111 7.531 3.562.052-.11a4.17 4.17 0 00-1.984-5.547zm-5.142 27.765c.82.388 1.736.416 2.579.077a3.187 3.187 0 001.81-1.84l6.191-16.319a.356.356 0 00-.178-.448l-2.465-1.166-.954 2.016a.905.905 0 11-1.637-.774l.954-2.016-7.532-3.563-.954 2.017a.905.905 0 11-1.637-.775l.954-2.016-2.465-1.166a.354.354 0 00-.459.144l-8.69 15.142a3.189 3.189 0 00-.273 2.564 3.19 3.19 0 001.696 1.945l13.06 6.178zm1.88-14.324a.906.906 0 01.61 1.705l-6.236 2.232a.904.904 0 01-1.158-.548l-1.046-2.923a.906.906 0 011.706-.61l.74 2.07 5.384-1.926z' clip-rule='evenodd' fill='%23fff' fill-opacity='.24' fill-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='d' x='31.607' y='521.61' width='35.89' height='35.25' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_84_2924' stdDeviation='1.196'/%3E%3C/filter%3E%3Cfilter id='c' x='292.79' y='306.05' width='45.886' height='41.206' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_84_2924' stdDeviation='1.251'/%3E%3C/filter%3E%3Cfilter id='b' x='41.86' y='166.88' width='33.913' height='36.878' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_84_2924' stdDeviation='1.196'/%3E%3C/filter%3E%3ClinearGradient id='a' x1='187.71' x2='187.68' y1='425.81' y2='764.05' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' offset='0'/%3E%3Cstop stop-color='%23fff' stop-opacity='0' offset='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")}.dokan-promo-banner.notice{padding:20px 44px 50px}.dokan-promo-banner .thumbnail{text-align:center;flex-wrap:wrap}.dokan-promo-banner .thumbnail svg{width:279px;height:200px}.dokan-promo-banner .content{flex-wrap:wrap;margin-bottom:50px}.dokan-promo-banner .content .details{text-align:center;margin-top:10px;margin-bottom:30px;flex:unset}.dokan-promo-banner .content .details h3{font-size:20px}.dokan-promo-banner .content .features{flex-wrap:wrap;margin:0 auto;row-gap:1rem;grid-template-columns:repeat(1,minmax(0,1fr))}.dokan-promo-banner .btn-upgrade a{display:block}}@media (min-width:415px) and (max-width:768px){.dokan-promo-banner .content .details{flex:0 0 190px}.dokan-promo-banner .content .features{display:none}}@media (min-width:769px) and (max-width:1024px){.dokan-promo-banner .content .details{flex:0 0 280px}.dokan-promo-banner .content .features{display:none}}@media only screen and (min-width:1450px){.dokan-promo-banner{background-position:bottom -5px right 165px}.dokan-promo-banner .content .details{flex:0 0 190px}.dokan-promo-banner .content .features{grid-template-columns:repeat(3,minmax(0,1fr))}}.withdraw-requests .dokan-modal .modal-body{min-height:130px}.withdraw-requests .dokan-modal .modal-body textarea{width:100%}.withdraw-requests .image{width:10%}.withdraw-requests .seller{width:20%}.withdraw-requests td.seller img{float:left;margin-right:10px;margin-top:1px;width:24px;height:auto}.withdraw-requests td.seller strong{display:block;margin-bottom:.2em;font-size:14px}.withdraw-requests td.actions,.withdraw-requests th.actions{width:120px}.withdraw-requests td.status span{line-height:2.5em;padding:5px 8px;border-radius:4px}.withdraw-requests td.status .approved{background:#c6e1c6;color:#5b841b}.withdraw-requests td.status .pending{background:#f8dda7;color:#94660c}.withdraw-requests td.status .cancelled{background:#eba3a3;color:#761919}.withdraw-requests .method_details_inner p{margin-bottom:2px}@media only screen and (max-width:600px){.withdraw-requests table td.seller,.withdraw-requests td.actions,.withdraw-requests td.amount{display:table-cell!important}.withdraw-requests table td:not(.check-column):not(.seller):not(.amount):not(.actions),.withdraw-requests table th:not(.check-column):not(.seller):not(.amount):not(.actions){display:none}.withdraw-requests table td.column,.withdraw-requests table th.column{width:auto}.withdraw-requests table td.column.actions .dashicons{width:14px;height:14px;font-size:18px}.withdraw-requests table td.seller .row-actions{display:inline-block}.withdraw-requests table td.seller .row-actions span{font-size:11px}}@media only screen and (max-width:376px){.withdraw-requests table td.seller .row-actions{display:inline-block}.withdraw-requests table td.seller .row-actions span{font-size:9px}}@media only screen and (max-width:320px){.withdraw-requests table td.column.actions .dashicons{width:10px;height:10px;font-size:14px}}.dokan-pro-features{font-family:Open Sans,sans-serif;margin:-10px -20px 0 -22px}.dokan-pro-features .vendor-capabilities-banner{display:flex;align-items:center;padding:50px;height:auto;border-radius:9px;background-position:50%;background-repeat:no-repeat;background-size:cover;margin:20px 70px}.dokan-pro-features .vendor-capabilities-banner .content{margin:30px}.dokan-pro-features .vendor-capabilities-banner .content .title{font-size:26px;font-weight:700;color:red}.dokan-pro-features .vendor-capabilities-banner a{box-shadow:none;background:#ff5722;color:#fff;border-color:#ff5722}.dokan-pro-features .vendor-capabilities-banner a:hover{color:#fff;background:#ff6a3c}.dokan-pro-features a{transition:all .2s ease}.dokan-pro-features .section-title{text-align:center;color:#2e2c2c;font-size:30px;line-height:1.5em;font-weight:400;position:relative;margin:0 0 58px}.dokan-pro-features .section-title:after{content:"";position:absolute;bottom:-21px;left:50%;transform:translateX(-50%);width:38px;height:5px;border-radius:3px;background-color:#f2624d}.dokan-pro-features .header-section{background-color:#f2f2f2;color:#3f4143;font-size:16px;display:flex;align-items:center;padding:0 8%;border-bottom:1px solid #eee}@media (min-width:1281px){.dokan-pro-features .header-section{padding:0 24%}}.dokan-pro-features .header-section .feature-thumb img{width:233px;margin:-20px 0 -30px}.dokan-pro-features .header-section .content-area{padding-left:10%}.dokan-pro-features .header-section .content-area h1{font-size:27px;line-height:1.5em;color:#2e2c2c}.dokan-pro-features .header-section .content-area p{font-size:16px;line-height:1.5em;font-weight:300;margin:0;letter-spacing:.5px}.dokan-pro-features .service-section{text-align:center;padding:73px 30px 85px;background-color:#f7f8f9}@media (min-width:1281px){.dokan-pro-features .service-section{padding-left:20%;padding-right:20%}}.dokan-pro-features .service-section .service-list{display:flex;flex-wrap:wrap}.dokan-pro-features .service-section .service-list .service-box{flex:0 0 28.9%;margin:2.2%;text-align:center;border-radius:5px;background-color:#fff}.dokan-pro-features .service-section .service-list .service-box .service-thumb img{border-radius:5px 5px 0 0;max-width:100%}.dokan-pro-features .service-section .service-list .service-box .service-detail{padding:20px 25px 25px}.dokan-pro-features .service-section .service-list .service-box .service-detail h3{color:#3f4143;font-size:15px;line-height:1.5em;font-weight:300;margin:0}.dokan-pro-features .service-section .btn{font-size:16px;line-height:1.5em;font-weight:300;color:#fff;background-color:#3984b5;border:1px solid #226b9b;border-radius:3px;text-decoration:none;padding:13px 28px;display:inline-block;margin-top:52px;transition:all .2s ease}.dokan-pro-features .service-section .btn:hover{box-shadow:2.736px 7.518px 20px 0 rgba(0,0,0,.15)}.dokan-pro-features .service-section .btn svg{width:15px;fill:#fff;margin-left:5px}.dokan-pro-features .comparison-section{background-color:#f1f1f1;padding:75px}@media (min-width:1281px){.dokan-pro-features .comparison-section{padding-left:21.2%;padding-right:21.2%}}.dokan-pro-features .comparison-section .section-title{margin-bottom:90px}.dokan-pro-features .comparison-section .comparison-area{display:flex;justify-content:space-between}.dokan-pro-features .comparison-section .comparison-area .compare-box{flex:0 0 48%;background-color:#fff;border:1px solid #e0e9ec;border-radius:5px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);padding:50px;box-sizing:border-box}.dokan-pro-features .comparison-section .comparison-area .compare-box .logo-section{margin-bottom:58px;position:relative}.dokan-pro-features .comparison-section .comparison-area .compare-box .logo-section:after{content:"";position:absolute;bottom:-23px;left:0;width:38px;height:5px;border-radius:3px;background-color:#d7d7d7}.dokan-pro-features .comparison-section .comparison-area .compare-box .logo-section img{width:120px}.dokan-pro-features .comparison-section .comparison-area .compare-box .compare-list{margin:0}.dokan-pro-features .comparison-section .comparison-area .compare-box .compare-list li{font-size:15px;line-height:1.5em;font-weight:300;color:#66676e;margin-bottom:28px;position:relative;display:flex;align-items:center}.dokan-pro-features .comparison-section .comparison-area .compare-box .compare-list li:last-child{margin-bottom:0}.dokan-pro-features .comparison-section .comparison-area .compare-box .compare-list li img{width:21px;margin-right:12px}.dokan-pro-features .comparison-section .comparison-area .compare-box .compare-list li.unavailable{color:#ccced5}.dokan-pro-features .pricing-section{background-color:#f7f8f9;padding:85px 0 62px}.dokan-pro-features .pricing-section .section-title{margin-bottom:120px}.dokan-pro-features .pricing-section .pricing-wrapper{padding:0 4.5%}@media (min-width:1281px){.dokan-pro-features .pricing-section .pricing-wrapper{padding-left:21%;padding-right:21%}}.dokan-pro-features .pricing-section .table-row{display:flex}.dokan-pro-features .pricing-section .table-row:first-child .table-col:first-child{background-color:transparent;border-color:transparent;border-radius:3px 3px 0 0}.dokan-pro-features .pricing-section .table-row:first-child .table-col:nth-child(2){border-radius:3px 0 0 0}.dokan-pro-features .pricing-section .table-row:first-child .table-col:last-child{border-radius:0 3px 0 0}.dokan-pro-features .pricing-section .table-row:first-child .table-col.popular{position:relative}.dokan-pro-features .pricing-section .table-row:first-child .table-col.popular:before{position:absolute;top:-28px;left:0;width:100%;content:"Most Popular";color:#23282d;font-size:14px;line-height:1.4em;background-color:#fc0;border-radius:3px 3px 0 0;padding:5px;box-sizing:border-box}.dokan-pro-features .pricing-section .table-row:nth-child(2) .table-col:first-child{border-radius:3px 3px 0 0}.dokan-pro-features .pricing-section .table-row:nth-last-child(2) .table-col:first-child{border-radius:0 0 5px 5px;border-bottom:1px solid #e7eaeb}.dokan-pro-features .pricing-section .table-row:last-child .table-col{border-bottom:1px solid #e7eaeb}.dokan-pro-features .pricing-section .table-row:last-child .table-col:first-child{border-radius:0 0 5px 5px;background-color:transparent;border-color:transparent}.dokan-pro-features .pricing-section .table-row:last-child .table-col:nth-child(2){border-radius:0 0 0 5px}.dokan-pro-features .pricing-section .table-row:last-child .table-col:last-child{border-radius:0 0 5px 0}.dokan-pro-features .pricing-section .table-row .table-col{width:18.5%;text-align:center;border:1px solid #e7eaeb;padding:18px;background-color:#fff;border-bottom:0;border-left:0;border-right:0}.dokan-pro-features .pricing-section .table-row .table-col:first-child{width:25%;margin-right:2%;text-align:left;border-left:1px solid #e7eaeb;border-right:1px solid #e7eaeb}.dokan-pro-features .pricing-section .table-row .table-col:nth-child(2){border-left:1px solid #e7eaeb}.dokan-pro-features .pricing-section .table-row .table-col:last-child{border-left:1px solid #e7eaeb;border-right:1px solid #e7eaeb}.dokan-pro-features .pricing-section .table-row .table-col.popular{z-index:1;box-shadow:1px 10px 30px 0 rgba(215,223,254,.5)}.dokan-pro-features .pricing-section .table-row .table-col .module-name{color:#157ef5;font-size:14px;line-height:1.5em;font-weight:300;text-decoration:none}.dokan-pro-features .pricing-section .table-row .table-col .plan-data{font-size:15px;color:#3f4143}.dokan-pro-features .pricing-section .table-row .table-col .plan-data img{display:block;margin:0 auto;width:23px}.dokan-pro-features .pricing-section .table-row .table-col .buy-btn{font-size:14px;font-weight:300;border-radius:3px;padding:13px 34px;color:#fff;text-decoration:none;margin:25px 0 14px;display:inline-block;transition:all .2s ease}.dokan-pro-features .pricing-section .table-row .table-col .buy-btn:hover{box-shadow:1px 10px 30px 0 rgba(215,223,254,.5)}.dokan-pro-features .pricing-section .table-row .table-col .buy-btn.starter{background-color:#00bcff}.dokan-pro-features .pricing-section .table-row .table-col .buy-btn.professional{background-color:#2bc66d}.dokan-pro-features .pricing-section .table-row .table-col .buy-btn.business{background-color:#795dff}.dokan-pro-features .pricing-section .table-row .table-col .buy-btn.enterprise{background-color:#ff5956}.dokan-pro-features .pricing-section .plan-name{display:inline-block;background:#000;color:#fff;font-size:14px;font-weight:300;line-height:1.4em;border-radius:25px;padding:5px 20px;min-width:95px;box-sizing:border-box;margin:26px 0 20px}.dokan-pro-features .pricing-section .plan-name.starter{background-color:#00bcff}.dokan-pro-features .pricing-section .plan-name.professional{background-color:#2bc66d}.dokan-pro-features .pricing-section .plan-name.business{background-color:#795dff}.dokan-pro-features .pricing-section .plan-name.enterprise{background-color:#ff5956}.dokan-pro-features .pricing-section .price{margin-bottom:15px}.dokan-pro-features .pricing-section .price span{font-size:14px;line-height:1.2em;font-weight:300;color:#b8bbbe;display:block}.dokan-pro-features .pricing-section .price span:first-child{font-size:28px;line-height:1.5em;font-weight:400;color:#23282d}.dokan-pro-features .pricing-section .price span:first-child sup{font-size:14px}.dokan-pro-features .payment-section{display:flex;background:#fff;justify-content:space-between;padding:20px 65px 15px;align-items:center}@media (min-width:1281px){.dokan-pro-features .payment-section{padding-left:21%;padding-right:21%}}.dokan-pro-features .payment-section .guarantee-section{display:flex;flex:0 0 70%;align-content:center;align-items:center;position:relative}.dokan-pro-features .payment-section .guarantee-section:after{content:"";position:absolute;right:-18px;top:50%;transform:translateY(-50%);width:5px;height:38px;border-radius:3px;background-color:#f1f1f1}.dokan-pro-features .payment-section .guarantee-section .feature-thumb img{max-width:100%;width:160px}.dokan-pro-features .payment-section .guarantee-section .guarantee-detail{padding-left:25px}.dokan-pro-features .payment-section .guarantee-section .guarantee-detail h2{font-size:24px;line-height:1.5em;color:#2e2c2c;font-weight:400;margin:0}.dokan-pro-features .payment-section .guarantee-section .guarantee-detail p{color:#66676e;font-size:15px;line-height:1.5em;font-weight:300;margin:5px 0 20px}.dokan-pro-features .payment-section .guarantee-section .guarantee-detail a{color:#f2624d;font-size:15px;line-height:1.5em;text-decoration:none}.dokan-pro-features .payment-section .guarantee-section .guarantee-detail a img{width:18px;margin-right:4px}.dokan-pro-features .payment-section .payment-area h3{font-size:15px;font-weight:300;color:#66676e;margin:0 0 17px}.dokan-pro-features .payment-section .payment-area .option img{max-width:100%}.dokan-pro-features .testimonial-section{background-color:#f1f1f1;padding:75px 0 70px;text-align:center}.dokan-pro-features .testimonial-section .section-title{margin-bottom:75px}.dokan-pro-features .testimonial-section .testimonial-wrapper{width:80%;text-align:center;margin:0 auto}@media only screen and (min-width:1281px){.dokan-pro-features .testimonial-section .testimonial-wrapper{width:55%}}.dokan-pro-features .testimonial-section .testimonial-wrapper .testimonial-box .profile-pic{width:70px;height:70px;border:5px solid #fff;border-radius:50%;background-color:#fff;box-shadow:0 1px 16px 0 rgba(0,0,0,.16);margin:0 auto -35px;z-index:1;position:relative}.dokan-pro-features .testimonial-section .testimonial-wrapper .testimonial-box .profile-pic img{border-radius:50%;max-width:100%}.dokan-pro-features .testimonial-section .testimonial-wrapper .testimonial-box .content-detail{background-color:#fff;color:#000;border-radius:5px;border:1px solid #e0e9ec;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);padding:50px 30px 30px;background-repeat:no-repeat;background-position:40px 40px}.dokan-pro-features .testimonial-section .testimonial-wrapper .testimonial-box .content-detail h4{font-size:18px;line-height:1.444;color:#f2624d;font-weight:400;margin-top:0;margin-bottom:5px}.dokan-pro-features .testimonial-section .testimonial-wrapper .testimonial-box .content-detail span{font-size:15px;line-height:1.444;font-weight:300;color:#66676e;margin-bottom:20px;display:inline-block}.dokan-pro-features .testimonial-section .testimonial-wrapper .testimonial-box .content-detail p{color:#2e2c2c;font-size:14px;line-height:1.9em;font-weight:300}.dokan-pro-features .testimonial-section .testimonial-wrapper .slick-dots{text-align:center;margin:40px 0 25px}.dokan-pro-features .testimonial-section .testimonial-wrapper .slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.dokan-pro-features .testimonial-section .testimonial-wrapper .slick-dots li.slick-active button:before{background-color:#3f4143}.dokan-pro-features .testimonial-section .testimonial-wrapper .slick-dots li button{position:relative;font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.dokan-pro-features .testimonial-section .testimonial-wrapper .slick-dots li button:before{position:absolute;top:0;left:0;width:21px;height:5px;content:"";text-align:center;background-color:#d6d6d6;border-radius:30px}.dokan-pro-features .testimonial-section p{color:#262626;font-size:16px;line-height:1.5em;font-weight:300}.dokan-pro-features .testimonial-section p a{color:#8263f7;text-decoration:none}.dokan-pro-features .cta-section{background-image:-moz-linear-gradient(15deg,#ff7d90 0,#ffad6f 100%);background-image:-webkit-linear-gradient(15deg,#ff7d90,#ffad6f);background-image:-ms-linear-gradient(15deg,#ff7d90 0,#ffad6f 100%);background-image:linear-gradient(15deg,#ff7d90,#ffad6f);background-repeat:no-repeat;background-position:50%;background-size:contain;text-align:center;padding:35px 75px 40px;color:#fff}.dokan-pro-features .cta-section img{width:60px;border-radius:50%;box-shadow:0 3px 70px 0 rgba(126,17,0,.35)}.dokan-pro-features .cta-section h2{font-size:30px;color:#fff;font-weight:400;line-height:1.333em;text-align:center;margin:10px 0;text-shadow:0 1px 2px hsla(0,0%,100%,.31)}.dokan-pro-features .cta-section p{font-size:16px;line-height:1.5em;font-weight:300;margin:10px 0 30px}.dokan-pro-features .cta-section .btn{background-color:#fff;color:#f2624d;font-size:16px;line-height:1.538em;font-weight:300;border:1px solid #ff9381;border-radius:3px;box-shadow:0 1px 2px 0 rgba(255,128,142,.05);display:inline-block;text-decoration:none;padding:12px 27px}.dokan-pro-features .cta-section .btn:hover{box-shadow:2.736px 7.518px 20px 0 rgba(0,0,0,.15)}.dokan-pro-features .cta-section .btn svg{width:15px;fill:#f2624d;margin-left:6px}.cta-section{background-image:-moz-linear-gradient(15deg,#ff7d90 0,#ffad6f 100%);background-image:-webkit-linear-gradient(15deg,#ff7d90,#ffad6f);background-image:-ms-linear-gradient(15deg,#ff7d90 0,#ffad6f 100%);background-image:linear-gradient(15deg,#ff7d90,#ffad6f);background-repeat:no-repeat;background-position:50%;background-size:contain;text-align:center;padding:35px 75px 40px;color:#fff}.cta-section img{width:60px;border-radius:50%;box-shadow:0 3px 70px 0 rgba(126,17,0,.35)}.cta-section h2{font-size:30px;color:#fff;font-weight:400;line-height:1.333em;text-align:center;margin:10px 0;text-shadow:0 1px 2px hsla(0,0%,100%,.31)}.cta-section p{font-size:16px;line-height:1.5em;font-weight:300;margin:10px 0 30px}.cta-section .btn{background-color:#fff;color:#f2624d;font-size:16px;line-height:1.538em;font-weight:300;border:1px solid #ff9381;border-radius:3px;box-shadow:0 1px 2px 0 rgba(255,128,142,.05);display:inline-block;text-decoration:none;padding:12px 27px}.cta-section .btn:hover{box-shadow:2.736px 7.518px 20px 0 rgba(0,0,0,.15)}.cta-section .btn svg{width:15px;fill:#f2624d;margin-left:6px}.dokan-help-page .section-wrapper{margin-top:15px}.dokan-help-page .section-wrapper .dokan-postbox{width:calc(33% - 2em);margin:0 2% 15px 0;float:left}.dokan-help-page .section-wrapper .dokan-postbox:nth-child(3n+1){clear:both}.dokan-help-page .section-wrapper .dokan-postbox .dashicons{color:#ccc}.dokan-help-page .section-wrapper .dokan-postbox a{text-decoration:none}.dokan-help-page .section-wrapper .dokan-postbox .inside,.dokan-help-page .section-wrapper .dokan-postbox ul{margin-bottom:0}.dokan-help-page .loading{width:100%;text-align:center;margin-top:100px}.fade-enter-active[data-v-254fdb80],.fade-leave-active[data-v-254fdb80]{transition:opacity .3s ease}.fade-enter[data-v-254fdb80],.fade-leave-to[data-v-254fdb80]{opacity:0}.slide-enter-active[data-v-254fdb80],.slide-leave-active[data-v-254fdb80]{transition-duration:.1s;transition-timing-function:linear}.slide-enter-to[data-v-254fdb80],.slide-leave[data-v-254fdb80]{max-height:100px;overflow:hidden}.slide-enter[data-v-254fdb80],.slide-leave-to[data-v-254fdb80]{overflow:hidden;max-height:0}ul[data-v-254fdb80]{cursor:pointer}.dokan-help-page .section-wrapper h2[data-v-254fdb80]{margin:0;color:transparent}.dokan-help-page .section-wrapper .dokan-notice[data-v-254fdb80]{background:rgba(223,0,0,.05);margin:-15px -20px 0;padding:15px 15px 0}.dokan-help-page .section-wrapper .change-log[data-v-254fdb80]{background:rgba(223,0,0,.05);margin:-15px -20px 0}.dokan-help-page .section-wrapper .change-log.lite-change-log[data-v-254fdb80]{height:340px}.dokan-help-page .section-wrapper .change-log.pro-change-log[data-v-254fdb80]{height:400px}.dokan-help-page .section-wrapper .change-log h3[data-v-254fdb80]{color:#000;font-size:30px;text-align:center;padding:45px 0 0;font-weight:800;font-family:SF Pro Text,sans-serif;margin:0 0 28px}.dokan-help-page .section-wrapper .change-log .switch-button-wrap[data-v-254fdb80]{width:147px;height:33px;text-align:center;cursor:pointer;transition:all .2s ease;margin:0 auto;background:#fff;border-radius:53px;position:relative;border:1px solid #e2e2e2}.dokan-help-page .section-wrapper .change-log .switch-button-wrap .switch-button[data-v-254fdb80]{width:48%;height:100%;background:none;border-radius:27px;border:none;color:#cc7376;display:inline-block;position:relative;transition:all .2s ease;cursor:pointer;font-size:13px;font-weight:500;font-family:SF Pro Text,sans-serif}.dokan-help-page .section-wrapper .change-log .switch-button-wrap .active[data-v-254fdb80]{background:#ff5722;border-radius:30px;position:absolute;top:0;width:50%;height:100%;transition:all .2s ease-out}.dokan-help-page .section-wrapper .change-log .switch-button-wrap .lite[data-v-254fdb80]{text-transform:capitalize}.dokan-help-page .section-wrapper .change-log .switch-button-wrap .pro[data-v-254fdb80]{text-transform:uppercase}.dokan-help-page .section-wrapper .change-log .switch-button-wrap .active-case[data-v-254fdb80]{color:#fff}.dokan-help-page .section-wrapper .change-log .jump-version[data-v-254fdb80]{width:178px;margin:24px auto 0;position:relative}.dokan-help-page .section-wrapper .change-log .jump-version p[data-v-254fdb80]{color:#000;font-size:13px;text-align:center;cursor:pointer;font-weight:500;font-family:SF Pro Text,sans-serif}.dokan-help-page .section-wrapper .change-log .jump-version .dashicons[data-v-254fdb80]{font-size:16px;line-height:1.4;transition:all .2s ease}.dokan-help-page .section-wrapper .change-log .jump-version:hover .dashicons[data-v-254fdb80]{transform:rotate(-180deg)}.dokan-help-page .section-wrapper .change-log .jump-version .version-menu[data-v-254fdb80]{position:absolute;top:50px;left:0;width:100%;z-index:1;background:#fff;border:1px solid #ddd;padding:20px 10px 20px 20px;box-sizing:border-box;opacity:0;visibility:hidden;transition:all .2s ease;box-shadow:0 4px 10px rgba(0,0,0,.09)}.dokan-help-page .section-wrapper .change-log .jump-version .version-menu[data-v-254fdb80]:before{content:"";position:absolute;border:11px solid transparent;border-bottom-color:#fff;margin-left:-10px;top:-19px;right:27px;z-index:1}.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown[data-v-254fdb80]{max-height:300px;text-align:left;background:#fff;overflow-y:auto}.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul[data-v-254fdb80]{cursor:context-menu}.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul li[data-v-254fdb80]{margin-bottom:25px;color:#000;font-size:14px;font-weight:400;font-family:SF Pro Text,sans-serif;transition:all .2s linear;cursor:pointer}.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul li[data-v-254fdb80]:hover{color:#f2624d}.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul li[data-v-254fdb80]:last-child{margin-bottom:0}.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul li.current[data-v-254fdb80]{color:#f2624d;font-weight:700;font-family:SF Pro Text,sans-serif}.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul li span[data-v-254fdb80]{display:block;font-size:12px;color:#758598;font-weight:400;font-family:SF Pro Text,sans-serif}.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown[data-v-254fdb80]::-webkit-scrollbar{width:4px}.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown[data-v-254fdb80]::-webkit-scrollbar-track{background:#f5f5f5}.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown[data-v-254fdb80]::-webkit-scrollbar-thumb{background:#878787}.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown[data-v-254fdb80]::-webkit-scrollbar-thumb:hover{background:#575757}.dokan-help-page .section-wrapper .change-log .jump-version:hover .version-menu[data-v-254fdb80]{top:30px;opacity:1;visibility:visible}.dokan-help-page .section-wrapper .version-list .version .card-version[data-v-254fdb80]{background:#fff;border:1px solid #e2e2e2;border-radius:3px;padding:25px;box-sizing:border-box}.dokan-help-page .section-wrapper .version-list .version .card-version div[data-v-254fdb80]{overflow:hidden}.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list[data-v-254fdb80]{margin-bottom:40px}.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list[data-v-254fdb80]:last-child{margin-bottom:0}.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature-badge[data-v-254fdb80]{color:#fff;font-size:15px;font-weight:600;padding:6px 14px;border-radius:3px;display:inline-block;font-family:SF Pro Text,sans-serif}.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .badge-green[data-v-254fdb80]{background:#00b728}.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .badge-blue[data-v-254fdb80]{background:#028afb}.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .badge-red[data-v-254fdb80]{background:#f83838}.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature[data-v-254fdb80]{margin:11px 0}.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature[data-v-254fdb80]:last-child{margin-bottom:0}.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature h5[data-v-254fdb80]{color:#000;margin:0;font-size:14px;font-weight:700;font-family:SF Pro Text,sans-serif}.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature div[data-v-254fdb80]{color:#000;font-size:14px;font-weight:400;opacity:.8;font-family:SF Pro Text,sans-serif}.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature img[data-v-254fdb80]{width:100%;height:auto;margin-top:10px}.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature ul[data-v-254fdb80]{list-style:disc outside;opacity:.7;font-size:14px;font-weight:400;margin-left:18px}.dokan-help-page .section-wrapper .version-list .version .card-version .continue-reading[data-v-254fdb80]{display:flex;align-items:center;justify-content:center;margin-top:30px}.dokan-help-page .section-wrapper .version-list .version .card-version .continue-reading a[data-v-254fdb80]{font-size:13px;font-weight:400;text-decoration:none;padding:6px 14px;display:inline-block;color:#000;background:#fff;border-radius:3px;border:1px solid #e2e2e2;font-family:SF Pro Text,sans-serif}.dokan-help-page .section-wrapper .version-list .version .card-version .continue-reading a[data-v-254fdb80]:focus{box-shadow:none}.dokan-help-page .section-wrapper .version-list .version .version-number h4[data-v-254fdb80]{font-weight:700;font-size:23px;color:#000;margin-bottom:7px;font-family:SF Pro Text,sans-serif}.dokan-help-page .section-wrapper .version-list .version .version-number p[data-v-254fdb80]{font-weight:400;font-size:13px;color:#5c626a;font-family:SF Pro Text,sans-serif}.dokan-help-page .section-wrapper .version-list .version .version-number label[data-v-254fdb80]{font-size:12px;color:#fff;background:#8e44ad;border-radius:53px;margin-left:5px;padding:2px 12px;font-weight:400;font-family:SF Pro Text,sans-serif}@media only screen and (min-width:1200px){.dokan-help-page .section-wrapper .version-list .version[data-v-254fdb80]{display:flex;width:900px;margin:0 auto;justify-content:space-between}.dokan-help-page .section-wrapper .version-list .version .card-version[data-v-254fdb80]{width:700px}.dokan-help-page .section-wrapper .version-list .latest-version[data-v-254fdb80]{margin-top:-200px}.dokan-help-page .section-wrapper .version-list .old-version[data-v-254fdb80]{margin-top:25px}}@media screen and (min-width:992px) and (max-width:1199px){.dokan-help-page .section-wrapper .version-list .version[data-v-254fdb80]{display:flex;width:720px;margin:0 auto;justify-content:space-between}.dokan-help-page .section-wrapper .version-list .version .card-version[data-v-254fdb80]{width:520px}.dokan-help-page .section-wrapper .version-list .latest-version[data-v-254fdb80]{margin-top:-200px}.dokan-help-page .section-wrapper .version-list .old-version[data-v-254fdb80]{margin-top:20px}}@media only screen and (max-width:991px){.dokan-help-page .section-wrapper .dokan-notice[data-v-254fdb80]{background:#f7f8fa;margin:-15px -10px 0;padding:15px 15px 0}.dokan-help-page .section-wrapper .change-log[data-v-254fdb80]{background:#f7f8fa;margin:-15px -10px 0}.dokan-help-page .section-wrapper .change-log.lite-change-log[data-v-254fdb80]{height:220px}.dokan-help-page .section-wrapper .change-log.pro-change-log[data-v-254fdb80]{height:280px}.dokan-help-page .section-wrapper .version-list .version .card-version[data-v-254fdb80]{margin:0 -10px;border:0;box-shadow:none;border-radius:0}.dokan-help-page .section-wrapper .version-list .version .card-version .continue-reading[data-v-254fdb80]{justify-content:start}.dokan-help-page .section-wrapper .version-list .latest-version[data-v-254fdb80]{margin-top:-112px}.dokan-help-page .section-wrapper .version-list .latest-version .version-number[data-v-254fdb80]{padding-bottom:15px;text-align:center}.dokan-help-page .section-wrapper .version-list .old-version[data-v-254fdb80]{margin-top:15px}.dokan-help-page .section-wrapper .version-list .old-version .version-number[data-v-254fdb80]{background:#fff;padding:25px 25px 0;margin:0 -10px;box-sizing:border-box}.dokan-help-page .section-wrapper .version-list .old-version h4[data-v-254fdb80]{margin-top:0}.dokan-help-page .section-wrapper .version-list .old-version p[data-v-254fdb80]{margin-bottom:0}}.dokan-help-page .scroll-to-top[data-v-254fdb80]{width:40px;height:40px;color:#fff;background:#ff5722;border:0;position:fixed;right:10px;bottom:35px;z-index:1;box-shadow:0 4px 10px rgba(0,0,0,.09);cursor:pointer;opacity:0;visibility:hidden;transition:all .2s ease}.dokan-help-page .loading[data-v-254fdb80]{width:100%;text-align:center;margin-top:100px}.dokan-settings-wrap{position:relative;display:flex;border:1px solid #c8d7e1}.dokan-settings-wrap .loading{position:absolute;width:100%;height:100%;background:hsla(0,0%,100%,.6)}.dokan-settings-wrap .loading .dokan-loader{top:40%;left:45%}.dokan-settings-wrap .dashicons{padding-top:2px;margin-right:5px}.dokan-settings-wrap .dashicons.dashicons-admin-generic{color:#6c75ff}.dokan-settings-wrap .dashicons.dashicons-cart{color:#00aeff}.dokan-settings-wrap .dashicons.dashicons-money{color:#d35400}.dokan-settings-wrap .dashicons.dashicons-admin-page{color:#8e44ad}.dokan-settings-wrap .dashicons.dashicons-admin-appearance{color:#3498db}.dokan-settings-wrap .dashicons.dashicons-networking{color:#1abc9c}.dokan-settings-wrap div.nav-tab-wrapper{flex:1;border-bottom:none;padding:0;background:#f1f1f1;border-right:1px solid #c8d7e1}.dokan-settings-wrap div.nav-tab-wrapper a{float:none;display:block;margin:0;padding:13px;background:#f1f1f1;font-weight:500;border:none;border-bottom:1px solid #c8d7e1;transition-property:none;transition:none}.dokan-settings-wrap div.nav-tab-wrapper a:active,.dokan-settings-wrap div.nav-tab-wrapper a:focus{box-shadow:none;outline:0}.dokan-settings-wrap div.nav-tab-wrapper a.nav-tab-active{background:#fff!important;border-right:1px solid #c8d7e1;width:99%;color:#2e4453;transition:none;transition-property:none}.dokan-settings-wrap .metabox-holder{flex:3;padding-left:3%;padding-right:10px;background:#fff}.dokan-settings-wrap .radio-image-container .radio-image{display:block;width:50%;background:#fff;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1);margin:0 0 15px;position:relative;line-height:0;border:1px solid #ededed;padding:4px}.dokan-settings-wrap .radio-image-container .radio-image img{max-width:100%;z-index:1}.dokan-settings-wrap .radio-image-container .radio-image .current-option-indicator{position:absolute;top:0;right:0;background-color:#4caf50;color:#fff;padding:4px;z-index:2;line-height:1.4}.dokan-settings-wrap .radio-image-container .radio-image .active-option{opacity:0;position:absolute;top:0;left:0;z-index:3;width:100%;height:100%;background-color:rgba(0,0,0,.45);transition:opacity .4s ease}.dokan-settings-wrap .radio-image-container .radio-image .active-option button{position:absolute;top:50%;left:50%;margin-top:-23px;margin-left:-58px}.dokan-settings-wrap .radio-image-container .radio-image:hover .active-option{opacity:1}.dokan-settings-wrap .radio-image-container .radio-image.active .active-option,.dokan-settings-wrap .radio-image-container .radio-image.not-active .current-option-indicator{display:none}.dokan-settings-wrap .radio-image-container label{display:block;margin-bottom:5px}.dokan-settings-wrap .radio-image-container label>input[type=radio]{visibility:hidden;position:absolute}.dokan-settings-wrap .radio-image-container label>img{max-width:100%}.dokan-settings-wrap .search-box{position:relative}.dokan-settings-wrap .search-box span.dashicons.dashicons-no-alt{position:absolute;top:13px;right:0;color:red;z-index:999;cursor:pointer}.dokan-settings-wrap .search-box .dokan-admin-search-settings{border:1px solid #ddd;border-radius:0;height:48px;display:block;width:100%;border-left:0;border-top:0;padding:0 15px;background:#eee;font-weight:400}.dokan-settings-wrap .search-box input[type=text]:focus{border-color:transparent}.form-table th.dokan-settings-sub-section-title{border-bottom:1px solid #ccc;padding:0 0 10px}.form-table th.dokan-settings-sub-section-title label{display:block;margin-top:20px;color:#0073aa;font-weight:500;font-size:1.3em}.form-table .dokan-settings-field-type-sub_section:first-child th.dokan-settings-sub-section-title label{margin-top:0}tr.data_clear_on_uninstall td fieldset label{background:#e00;padding:5px;color:#fff;border-radius:3px}span.repeatable-item-description{color:#999;font-size:11px;font-style:italic}ul.dokan-settings-repeatable-list{list-style-type:disc;padding-left:20px}ul.dokan-settings-repeatable-list li span.remove-item{padding-top:0;cursor:pointer}.dokan-repetable-add-item-btn{font-size:16px!important;font-weight:700!important;height:25px!important;line-height:22px!important}td.fixed_fee,td.percent_fee{display:inline-block}td.fixed_fee input,td.percent_fee input{width:60px}tr.additional_fee .description{margin-left:10px;margin-top:-10px}.dokan-error{color:red;margin-top:-10px;font-style:italic}.dokan-input-validation-error{border-color:red!important}.dokan-error.combine-commission{margin-left:10px}th.dokan-setting-warning{padding:10px 10px 10px 0}th.dokan-setting-warning .dokan-setting-warning-label{color:#d63638;font-weight:700}th.dokan-setting-warning .dashicons{margin:0;padding:0}th.dokan-setting-warning .dokan-setting-warning-msg{font-weight:300}.dokan-settings-field-type-radio fieldset>label:not(:last-child){margin-right:12px!important}.dokan-settings-field-type-radio fieldset>label:not(:last-child)>input[type=radio]{margin-right:2px}.color-picker-container .color-picker-button[data-v-01dc0d51]{height:24px;padding:0 0 0 30px;margin:0 0 6px;font-size:11px}.color-picker-container .color-picker-button span[data-v-01dc0d51]{display:block;padding:0 6px;line-height:22px;color:#555;text-align:center;background:#f7f7f7;border-left:1px solid #ccc;border-radius:0 2px 2px 0}.color-picker-container .hex-input[data-v-01dc0d51]{width:65px;padding:3px 5px 4px;margin:0 3 0 0;font-family:monospace;font-size:12px;line-height:1.4;vertical-align:top;box-shadow:0 1px 0 #ccc}#dokan-settings-banner{margin:20px 0;padding:40px;background:#fff;display:flex;align-items:flex-start}#dokan-settings-banner a{box-shadow:none;background:#ff5722;color:#fff;border-color:#ff5722}#dokan-settings-banner a:hover{background:#ff6a3c}#dokan-settings-banner img{flex:1}#dokan-settings-banner .content{flex:4;padding:20px 50px}#dokan-settings-banner .content p{margin:30px 0;font-size:14px}#dokan-settings-banner .content a{margin-right:8px}#dokan-settings-banner .content .custom-button{background:#fff;color:#565656;border-color:#dfdadf;-webkit-box-shadow:0 0 11px 1px #ebebeb;-moz-box-shadow:0 0 11px 1px #ebebeb;box-shadow:0 0 11px 1px #ebebeb}#dokan-settings-banner .content .custom-button:hover{background:#f2f2f2}.vendor-list .dokan-btn{padding:5px 10px;font-size:15px;border-radius:3px;color:#2873aa}.vendor-list .image{width:10%}.vendor-list .store_name{width:30%}.vendor-list td.store_name img{float:left;margin-right:10px;margin-top:1px;width:24px;height:auto}.vendor-list td.store_name strong{display:block;margin-bottom:.2em;font-size:14px}@media only screen and (max-width:600px){.vendor-list table td.enabled,.vendor-list table td.store_name{display:table-cell!important}.vendor-list table td:not(.check-column):not(.store_name):not(.enabled),.vendor-list table th:not(.check-column):not(.store_name):not(.enabled){display:none}.vendor-list table table td.column,.vendor-list table th.column{width:auto}.vendor-list table td.manage-column.column-cb.check-column{padding-right:15px}.vendor-list table th.column.enabled{width:25%!important}}@media only screen and (max-width:320px){.vendor-list table .row-actions span{font-size:11px}}.swal2-container{z-index:9999999!important}.swal2-container .swal2-popup .swal2-title{line-height:35px;font-size:30px;font-weight:400}.dokan-vendor-edit h1{font-size:23px;font-weight:400}.dokan-vendor-edit .tab-header .tab-list{overflow:hidden;display:flex;justify-content:space-between}.dokan-vendor-edit .tab-header .tab-list .tab-title{height:50px;list-style-type:none;position:relative;background-color:#1a9ed4;display:flex;justify-content:center;align-items:center}.dokan-vendor-edit .tab-header .tab-list .tab-title .icon{position:relative;top:1px}.dokan-vendor-edit .tab-header .tab-list .tab-title a{color:#fff;text-decoration:none;padding:75px}.dokan-vendor-edit .tab-header .tab-list .tab-title a:active,.dokan-vendor-edit .tab-header .tab-list .tab-title a:focus{outline:none;outline-style:none;border-color:transparent;box-shadow:none}.dokan-vendor-edit .tab-header .tab-list .tab-title a span{position:relative;top:-1px;left:-3px}.dokan-vendor-edit .tab-header .tab-list .tab-title:first-child{padding-left:5px}.dokan-vendor-edit .tab-header .tab-list .tab-title:nth-child(n+2):before{left:0;border-left:25px solid #fff}.dokan-vendor-edit .tab-header .tab-list .tab-title:after,.dokan-vendor-edit .tab-header .tab-list .tab-title:nth-child(n+2):before{position:absolute;top:0;display:block;border-top:25px solid transparent;border-bottom:25px solid transparent;width:0;height:0;content:" "}.dokan-vendor-edit .tab-header .tab-list .tab-title:after{z-index:1;right:-25px;border-left:25px solid #1a9ed4}.dokan-vendor-edit .tab-header .tab-list .tab-title.active{background-color:#2c70a3}.dokan-vendor-edit .tab-header .tab-list .tab-title.active a{color:#fff}.dokan-vendor-edit .tab-header .tab-list .tab-title.active:after{border-left-color:#2c70a3}.dokan-vendor-edit .tab-header .tab-list .tab-title.last:after{border-left:0}.dokan-vendor-edit .tab-header .tab-list .tab-title.active~.tab-title{background-color:#f5f5f5}.dokan-vendor-edit .tab-header .tab-list .tab-title.active~.tab-title:after{border-left-color:#f5f5f5}.dokan-vendor-edit .tab-header .tab-list .tab-title.active~.tab-title a{color:#000}.dokan-vendor-edit .tab-contents{border:1px solid #e5e5e5;border-radius:3px;min-height:400px}.dokan-vendor-edit .tab-contents .loading{position:relative;left:46%;top:160px}.dokan-vendor-edit .tab-contents .content-header{background:#f9f9f9;margin:0;padding:10px}.dokan-vendor-edit .tab-contents .content-body{padding-top:20px;padding-bottom:20px}.dokan-vendor-edit .tab-contents .content-body .dokan-form-group{margin:0 10px;overflow:hidden}.dokan-vendor-edit .tab-contents .content-body .dokan-form-group:after,.dokan-vendor-edit .tab-contents .content-body .dokan-form-group:before{display:table;content:" "}.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column{float:left;width:50%;padding:0 10px}.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .store-avaibility-info{display:flex;justify-content:space-between}.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .store-avaibility-info .store-url,.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .store-avaibility-info span{margin:0;padding:0;position:relative;bottom:10px;font-style:italic;color:#a09f9f;font-size:12px}.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .store-avaibility-info .is-available{color:green}.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .store-avaibility-info .not-available{color:red}.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .password-generator{margin-top:6px}.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .password-generator .regen-button{margin-right:5px}.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .password-generator .regen-button span{line-height:26px}.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .checkbox-left.notify-vendor{margin-top:6px}.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .multiselect{margin-top:5px}.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .multiselect__option--highlight{background:#3c9fd4}.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .multiselect__tags{min-height:45px}.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .multiselect__single{padding-top:3px}.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .multiselect__select:before{top:70%}.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .multiselect__input:focus{box-shadow:none;border:none;outline:none}.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .bank-info{padding-left:10px}.dokan-vendor-edit .tab-contents .content-body .dokan-form-input{width:100%;padding:7px 12px;border:1px solid #ccc;border-radius:4px;box-sizing:border-box;margin-top:6px;margin-bottom:16px;resize:vertical;height:auto}.dokan-vendor-edit .tab-contents .content-body .dokan-form-input::placeholder{color:#bcbcbc}.dokan-vendor-edit .tab-contents .content-body .dokan-form-input.has-error::placeholder{color:red}.dokan-vendor-edit .tab-contents .content-body .vendor-image{display:flex;padding-bottom:20px}.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture{background:#fcfcfc;border-radius:3px;padding:5px 10px;border:2px dashed #d2d2d2;text-align:center;flex-grow:1;width:150px;margin-left:20px}.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture .profile-image{max-width:100px;margin:0 auto}.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture .profile-image img{border:1px solid #e5e5e5;cursor:pointer;width:100%;padding:5px}.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture.banner{flex-grow:10;margin-right:20px;height:228px;padding:5% 0 0}.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture.banner .banner-image img{width:100%;height:223px;padding:0}.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture.banner .banner-image button{background:#007cba;color:#fff;padding:10px 15px;border-radius:3px;margin:20px 0;cursor:pointer}.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture.banner.has-banner{padding-top:0}.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture-footer{color:grey;font-weight:300}.dokan-vendor-edit .dokan-btn{background:#1a9ed4;padding:10px 20px;color:#fff;border-radius:3px;cursor:pointer}.dokan-vendor-edit .dokan-btn:active,.dokan-vendor-edit .dokan-btn:focus{outline:none;outline-style:none;border-color:transparent;box-shadow:none}.dokan-vendor-edit .dokan-modal .dokan-modal-content{height:640px!important}.dokan-vendor-edit .dokan-modal .dokan-modal-content .modal-body{max-height:500px;min-height:200px}.dokan-vendor-edit .dokan-modal .dokan-modal-content .modal-footer{padding:15px;bottom:0;border-top:none;box-shadow:none}.dokan-vendor-edit .component-fade-enter-active,.dokan-vendor-edit .component-fade-leave-active{transition:opacity .2s ease}.dokan-vendor-edit .component-fade-enter,.dokan-vendor-edit .component-fade-leave-to{opacity:0}@media only screen and (max-width:600px){.dokan-vendor-edit .dokan-modal .dokan-modal-content{height:400px}.dokan-vendor-edit .dokan-modal .dokan-modal-content .modal-body{max-height:300px}}@media only screen and (max-width:500px){.dokan-vendor-edit .tab-list .tab-title .tab-link{display:flex}.dokan-vendor-edit .tab-list .tab-title .tab-link a{padding:12px;margin-left:17px}.dokan-vendor-edit .tab-list .tab-title .tab-link a span{display:block;margin:0 auto}.dokan-vendor-edit .tab-contents button,.dokan-vendor-edit .tab-contents input,.dokan-vendor-edit .tab-contents p{font-size:13px}.dokan-vendor-edit .tab-contents .vendor-image{display:block!important}.dokan-vendor-edit .tab-contents .vendor-image .picture{margin-right:20px!important;width:auto!important}.dokan-vendor-edit .tab-contents .vendor-image .picture.banner{margin-top:15px}}@media only screen and (max-width:375px){.dokan-vendor-edit .tab-list .tab-title .tab-link{display:flex}.dokan-vendor-edit .tab-list .tab-title .tab-link a{padding:5px;margin-left:20px;font-size:12px}.dokan-vendor-edit .tab-contents button,.dokan-vendor-edit .tab-contents input,.dokan-vendor-edit .tab-contents p{font-size:12px}}@media only screen and (max-width:320px){.dokan-vendor-edit .tab-list .tab-title .tab-link{display:flex}.dokan-vendor-edit .tab-list .tab-title .tab-link a{padding:2px;margin-left:20px;font-size:10px}}.switch{position:relative;display:inline-block;width:40px;height:18px}.switch input{display:none}.switch input:checked+.slider{background-color:#64b450}.switch input:checked+.slider:before{-webkit-transform:translateX(22px);-ms-transform:translateX(22px);transform:translateX(22px)}.switch input:focus+.slider{box-shadow:0 0 1px #2196f3}.switch .slider{cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc}.switch .slider,.switch .slider:before{position:absolute;-webkit-transition:.4s;transition:.4s}.switch .slider:before{content:"";height:14px;width:14px;left:2px;bottom:2px;background-color:#fff}.switch .slider.round{border-radius:34px}.switch .slider.round:before{border-radius:50%}.dokan-upload-image{width:100%}.dokan-upload-image img{cursor:pointer}.address-multiselect{margin:0 12px}.checkbox-group{margin-top:20px;padding:0 10px}.checkbox-group .checkbox-left{display:inline-block}.checkbox-group .checkbox-left .switch{margin-right:10px;display:inline-block}.payment-info.edit-mode .checkbox-group{padding:0}.payment-info.edit-mode .dokan-form-select{margin-top:5px;margin-bottom:5px}.payment-info.edit-mode .combine-commission-field .dokan-form-input.fixed_fee,.payment-info.edit-mode .combine-commission-field .dokan-form-input.percent_fee{width:40%}#dokan-vendor-capabilities{padding:20px 70px}#dokan-vendor-capabilities .grid{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:16px;margin-bottom:30px}#dokan-vendor-capabilities .col-6{grid-column:auto/span 6}#dokan-vendor-capabilities #dokan-capability-image-popup{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000;background-color:rgba(0,0,0,.7);z-index:99900}#dokan-vendor-capabilities #dokan-capability-image-popup .modal-content{background-color:transparent;z-index:100000;margin:8% auto;max-width:850px;text-align:center}#dokan-vendor-capabilities .capability-card{background:#fff;padding:50px;border-radius:9px;border:1px solid #e2e2e2;display:flex;flex-direction:column;align-items:center;text-align:center}#dokan-vendor-capabilities .capability-card .capability-image{position:relative;width:100%}#dokan-vendor-capabilities .capability-card .capability-image .image{opacity:1;width:100%;height:270px;max-height:370px;transition:.5s ease;backface-visibility:hidden}#dokan-vendor-capabilities .capability-card .capability-image .middle{transition:.5s ease;opacity:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);text-align:center}#dokan-vendor-capabilities .capability-card .capability-image:hover .image{opacity:.3}#dokan-vendor-capabilities .capability-card .capability-image:hover .middle{opacity:1}#dokan-vendor-capabilities .capability-card .capability-image .zoom{background-color:#ffb24b;border-radius:9px;color:#fff;font-size:24px;padding:16px 24px;cursor:pointer}#dokan-vendor-capabilities .capability-card .title{font-size:18px}#dokan-vendor-capabilities .capability-card .content{min-height:40px}#dokan-vendor-capabilities .capability-card p{margin-bottom:0}#dokan-vendor-capabilities .vendor-capabilities-banner{display:flex;align-items:center;padding:50px;height:auto;border-radius:9px;background-position:50%;background-repeat:no-repeat;background-size:cover;margin-bottom:16px}#dokan-vendor-capabilities .vendor-capabilities-banner .content{margin:30px}#dokan-vendor-capabilities .vendor-capabilities-banner .content .title{font-size:26px;font-weight:700;color:red}.dokan-modules-wrap .module-content{position:relative;margin-top:15px}.dokan-modules-wrap .module-content .loading{position:absolute;width:100%;height:100%;top:0;left:0;background:hsla(0,0%,100%,.5)}.dokan-modules-wrap .module-content .loading .dokan-loader{top:30%;left:47%}.dokan-modules-wrap .module-content .dokan-modules .plugin-card{position:relative}.dokan-modules-wrap .module-content .dokan-modules .plugin-card .plugin-action-buttons svg{cursor:pointer}.dokan-modules-wrap .module-content .dokan-modules .plugin-card .card-footer{position:absolute;bottom:18px;right:20px}@media only screen and (max-width:600px){.dokan-modules-wrap input#media-search-input{width:74%}.dokan-modules-wrap .module-content .tablenav.top{margin-top:-16px}.dokan-modules-wrap table td.active,.dokan-modules-wrap table td.name{display:table-cell!important}.dokan-modules-wrap table td:not(.check-column):not(.name):not(.active),.dokan-modules-wrap table th:not(.check-column):not(.name):not(.active){display:none}.dokan-modules-wrap table td.column,.dokan-modules-wrap table th.column{width:auto}.dokan-modules-wrap table th.column.name{width:50%!important}.dokan-modules-wrap table th.column.active{width:20%!important}.dokan-modules-wrap table td.column.order_id .row-actions{font-size:11px}}#dokan-upgrade-to-pro-wrapper a,#dokan-upgrade-to-pro-wrapper button{box-shadow:none;background:#ff5722;color:#fff;border-color:#ff5722;margin:0 30px}#dokan-upgrade-to-pro-wrapper a:hover,#dokan-upgrade-to-pro-wrapper button:hover{background:#ff6a3c}#dokan-upgrade-to-pro-wrapper .text-brand{color:#ff5722}#dokan-upgrade-to-pro-wrapper .text-disabled{color:#919191}#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup{position:fixed;top:0;left:0;right:0;bottom:0;min-height:360px;background-color:#000;background-color:rgba(0,0,0,.7);z-index:99900}#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content{background-color:#fefefe;z-index:100000;margin:8% auto;width:500px;border-radius:9px;text-align:center}#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content p{font-size:14px}#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content span.close{float:right;margin-top:-15px;margin-right:-10px;cursor:pointer;color:#fff;border:1px solid #aeaeae;border-radius:50%;background:#fff;font-size:18px;display:inline-block;line-height:0;padding:20px 14px}#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content span.close:before{content:"X";color:#484848}#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .header{padding:20px 40px}#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .header h1{font-size:30px}#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .header img{height:120px;display:block;width:50%;margin:20px auto 10px}#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body{padding:20px 40px;background:rgba(255,87,34,.08)}#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body button{font-size:16px!important}#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body .promo-card{margin:20px 0;background:#fff;padding:10px;border-radius:9px;-webkit-box-shadow:0 0 22px 0 #cfcfcf;-moz-box-shadow:0 0 22px 0 #cfcfcf;box-shadow:0 0 22px 0 #cfcfcf;display:flex;align-items:center}#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body .promo-card p{text-align:left;margin-left:16px}#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body span a{background:transparent;text-decoration:none;cursor:pointer;color:#ad644e}
2
  /*# sourceMappingURL=vue-admin.css.map */
assets/css/vue-admin.css.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["vue-admin.css"],"names":[],"mappings":"AAgBA,kCACE,aAAc,CACd,eAAgB,CAChB,eAAgB,CAChB,UACF,CACA,2FAEE,UAAW,CACX,SACF,CACA,6CACE,eACF,CACA,yCACE,aAAc,CACd,UAAW,CACX,gBAAiB,CACjB,iBACF,CACA,gCACE,uBAA8B,CAC9B,mBAAoB,CACpB,kBAAmB,CACnB,4BAA6B,CAC7B,iBACF,CACA,mCACE,aACF,CACA,kCACE,4BACF,CACA,2CACE,kBAAmB,CACnB,eAAgB,CAChB,YAAa,CACb,iBAAkB,CAClB,UACF,CACA,2CACE,YACF,CACA,6DACE,UAAW,CACX,qBAAsB,CACtB,iBACF,CACA,yDACE,eAAgB,CAChB,kBAAmB,CACnB,UAAW,CACX,oBAAqB,CACrB,wBAAyB,CACzB,2BACF,CACA,+DACE,kBACF,CACA,yCACE,iBAAkB,CAClB,WAAY,CACZ,kBAAmB,CACnB,yBACF,CACA,uDACE,eACF,CACA,yCACA,6CACI,cACJ,CACA,2FAEI,UACJ,CACA,CACA,yCACA,6CACI,cACJ,CACA,2FAEI,UACJ,CACA,kIAEI,YACJ,CACA,sDACI,cACJ,CACA,CACA,yCACA,wDACI,YACJ,CACA,CAEA,mBACE,kBAAmB,CACnB,gBAAiB,CACjB,6BAA8B,CAE9B,wBAAgB,CAAhB,eAAgB,CAChB,oCAAyC,CACzC,iBACF,CACA,wBACE,aAAc,CACd,cACF,CACA,iCACE,WAAY,CACZ,cAAe,CACf,cAAiB,CACjB,cAAe,CACf,iBACF,CACA,uCACE,kBAAmB,CACnB,UAAW,CACX,oBAAqB,CACrB,iBACF,CACA,uCACE,kBACF,CAEA,4CACE,gBACF,CACA,qDACE,UACF,CACA,0BACE,SACF,CACA,2BACE,SACF,CACA,iCACE,UAAW,CACX,iBAAkB,CAClB,cAAe,CACf,UAAW,CACX,WACF,CACA,oCACE,aAAc,CACd,kBAAoB,CACpB,cACF,CACA,4DAEE,WACF,CACA,kCACE,iBAAkB,CAClB,eAAgB,CAChB,iBACF,CACA,uCACE,kBAAmB,CACnB,aACF,CACA,sCACE,kBAAmB,CACnB,aACF,CACA,wCACE,kBAAmB,CACnB,aACF,CACA,2CACE,iBACF,CACA,yCACA,8FAGI,4BACJ,CAIA,8KACI,YACJ,CACA,sEAEI,UACJ,CACA,sDACI,UAAW,CACX,WAAY,CACZ,cACJ,CACA,gDACI,oBACJ,CACA,qDACI,cACJ,CACA,CACA,yCACA,gDACI,oBACJ,CACA,qDACI,aACJ,CACA,CACA,yCACA,sDACI,UAAW,CACX,WAAY,CACZ,cACJ,CACA,CAEA,oBACE,gCAAoC,CACpC,0BACF,CACA,gDACE,YAAa,CACb,kBAAmB,CACnB,YAAa,CACb,WAAY,CACZ,iBAAkB,CAClB,uBAA2B,CAC3B,2BAA4B,CAC5B,qBAAsB,CACtB,gBACF,CACA,yDACE,WACF,CACA,gEACE,cAAe,CACf,eAAiB,CACjB,SACF,CACA,kDACE,eAAgB,CAChB,kBAAmB,CACnB,UAAW,CACX,oBACF,CACA,wDACE,UAAW,CACX,kBACF,CACA,sBACE,uBACF,CACA,mCACE,iBAAkB,CAClB,aAAc,CACd,cAAe,CACf,iBAAkB,CAClB,eAAgB,CAChB,iBAAkB,CAClB,eACF,CACA,yCACE,UAAW,CACX,iBAAkB,CAClB,YAAa,CACb,QAAS,CACT,0BAA2B,CAC3B,UAAW,CACX,UAAW,CACX,iBAAkB,CAClB,wBACF,CACA,oCACE,wBAAyB,CACzB,aAAc,CACd,cAAe,CACf,YAAa,CACb,kBAAmB,CACnB,YAAa,CACb,4BACF,CACA,0BACA,oCACI,aACJ,CACA,CACA,uDACE,WAAY,CACZ,oBACF,CACA,kDACE,gBACF,CACA,qDACE,cAAe,CACf,iBAAkB,CAClB,aACF,CACA,oDACE,cAAe,CACf,iBAAkB,CAClB,eAAgB,CAChB,QAAS,CACT,mBACF,CACA,qCACE,iBAAkB,CAClB,sBAAuB,CACvB,wBACF,CACA,0BACA,qCACI,gBAAiB,CACjB,iBACJ,CACA,CACA,mDACE,YAAa,CACb,cACF,CACA,gEACE,cAAe,CACf,WAAY,CACZ,iBAAkB,CAClB,iBAAkB,CAClB,qBACF,CACA,mFACE,yBAA0B,CAC1B,cACF,CACA,gFACE,sBACF,CACA,mFACE,aAAc,CACd,cAAe,CACf,iBAAkB,CAClB,eAAgB,CAChB,QACF,CACA,0CACE,cAAe,CACf,iBAAkB,CAClB,eAAgB,CAChB,UAAY,CACZ,wBAAyB,CACzB,wBAAyB,CACzB,iBAAkB,CAClB,oBAAqB,CACrB,iBAAkB,CAClB,oBAAqB,CACrB,eAAgB,CAChB,uBACF,CACA,gDACE,iDACF,CACA,8CACE,UAAW,CACX,SAAU,CACV,eACF,CACA,wCACE,wBAAyB,CACzB,YACF,CACA,0BACA,wCACI,kBAAmB,CACnB,mBACJ,CACA,CACA,uDACE,kBACF,CACA,yDACE,YAAa,CACb,6BACF,CACA,sEACE,YAAa,CACb,qBAAsB,CACtB,wBAAyB,CACzB,iBAAkB,CAClB,sCAA+C,CAC/C,YAAa,CACb,qBACF,CACA,oFACE,kBAAmB,CACnB,iBACF,CACA,0FACE,UAAW,CACX,iBAAkB,CAClB,YAAa,CACb,MAAO,CACP,UAAW,CACX,UAAW,CACX,iBAAkB,CAClB,wBACF,CACA,wFACE,WACF,CACA,oFACE,QACF,CACA,uFACE,cAAe,CACf,iBAAkB,CAClB,eAAgB,CAChB,aAAc,CACd,kBAAmB,CACnB,iBAAkB,CAClB,YAAa,CACb,kBACF,CACA,kGACE,eACF,CACA,2FACE,UAAW,CACX,iBACF,CACA,mGACE,aACF,CACA,qCACE,wBAAyB,CACzB,mBACF,CACA,oDACE,mBACF,CACA,sDACE,cACF,CACA,0BACA,sDACI,gBAAiB,CACjB,iBACJ,CACA,CACA,gDACE,YACF,CACA,mFACE,4BAA6B,CAC7B,wBAAyB,CACzB,yBACF,CACA,oFACE,uBACF,CACA,kFACE,uBACF,CACA,+EACE,iBACF,CACA,sFACE,iBAAkB,CAClB,SAAU,CACV,MAAO,CACP,UAAW,CACX,sBAAuB,CACvB,aAAc,CACd,cAAe,CACf,iBAAkB,CAClB,qBAAyB,CACzB,yBAA0B,CAC1B,WAAY,CACZ,qBACF,CACA,oFACE,yBACF,CACA,yFACE,yBAA0B,CAC1B,+BACF,CACA,sEACE,+BACF,CACA,kFACE,yBAA0B,CAC1B,4BAA6B,CAC7B,wBACF,CACA,mFACE,uBACF,CACA,iFACE,uBACF,CACA,2DACE,WAAY,CACZ,iBAAkB,CAClB,wBAAyB,CACzB,YAAa,CACb,qBAAsB,CACtB,eAAgB,CAChB,aAAc,CACd,cACF,CACA,uEACE,SAAU,CACV,eAAgB,CAChB,eAAgB,CAChB,6BAA8B,CAC9B,8BACF,CACA,wEACE,6BACF,CACA,sEACE,6BAA8B,CAC9B,8BACF,CACA,mEACE,SAAU,CACV,+CACF,CACA,wEACE,aAAc,CACd,cAAe,CACf,iBAAkB,CAClB,eAAgB,CAChB,oBACF,CACA,sEACE,cAAe,CACf,aACF,CACA,0EACE,aAAc,CACd,aAAc,CACd,UACF,CACA,oEACE,cAAe,CACf,eAAgB,CAChB,iBAAkB,CAClB,iBAAkB,CAClB,UAAW,CACX,oBAAqB,CACrB,kBAAmB,CACnB,oBAAqB,CACrB,uBACF,CACA,0EACE,+CACF,CACA,4EACE,wBACF,CACA,iFACE,wBACF,CACA,6EACE,wBACF,CACA,+EACE,wBACF,CACA,gDACE,oBAAqB,CACrB,eAAiB,CACjB,UAAW,CACX,cAAe,CACf,eAAgB,CAChB,iBAAkB,CAClB,kBAAmB,CACnB,gBAAiB,CACjB,cAAe,CACf,qBAAsB,CACtB,kBACF,CACA,wDACE,wBACF,CACA,6DACE,wBACF,CACA,yDACE,wBACF,CACA,2DACE,wBACF,CACA,4CACE,kBACF,CACA,iDACE,cAAe,CACf,iBAAkB,CAClB,eAAgB,CAChB,aAAc,CACd,aACF,CACA,6DACE,cAAe,CACf,iBAAkB,CAClB,eAAgB,CAChB,aACF,CACA,iEACE,cACF,CACA,qCACE,YAAa,CACb,eAAgB,CAChB,6BAA8B,CAC9B,sBAAuB,CACvB,kBACF,CACA,0BACA,qCACI,gBAAiB,CACjB,iBACJ,CACA,CACA,wDACE,YAAa,CACb,YAAa,CACb,oBAAqB,CACrB,kBAAmB,CACnB,iBACF,CACA,8DACE,UAAW,CACX,iBAAkB,CAClB,WAAY,CACZ,OAAQ,CACR,0BAA2B,CAC3B,SAAU,CACV,WAAY,CACZ,iBAAkB,CAClB,wBACF,CACA,2EACE,cAAe,CACf,WACF,CACA,0EACE,iBACF,CACA,6EACE,cAAe,CACf,iBAAkB,CAClB,aAAc,CACd,eAAgB,CAChB,QACF,CACA,4EACE,aAAc,CACd,cAAe,CACf,iBAAkB,CAClB,eAAgB,CAChB,iBACF,CACA,4EACE,aAAc,CACd,cAAe,CACf,iBAAkB,CAClB,oBACF,CACA,gFACE,UAAW,CACX,gBACF,CACA,sDACE,cAAe,CACf,eAAgB,CAChB,aAAc,CACd,eACF,CACA,+DACE,cACF,CACA,yCACE,wBAAyB,CACzB,mBAAoB,CACpB,iBACF,CACA,wDACE,kBACF,CACA,8DACE,SAAU,CACV,iBAAkB,CAClB,aACF,CACA,0CACA,8DACI,SACJ,CACA,CACA,4FACE,UAAW,CACX,WAAY,CACZ,qBAAsB,CACtB,iBAAkB,CAClB,qBAAsB,CACtB,uCAAgD,CAChD,mBAAoB,CACpB,SAAU,CACV,iBACF,CACA,gGACE,iBAAkB,CAClB,cACF,CACA,+FACE,qBAAsB,CACtB,UAAW,CACX,iBAAkB,CAClB,wBAAyB,CACzB,sCAA+C,CAC/C,sBAAuB,CACvB,2BAA4B,CAC5B,6BACF,CACA,kGACE,cAAe,CACf,iBAAkB,CAClB,aAAc,CACd,eAAgB,CAChB,YAAa,CACb,iBACF,CACA,oGACE,cAAe,CACf,iBAAkB,CAClB,eAAgB,CAChB,aAAc,CACd,kBAAmB,CACnB,oBACF,CACA,iGACE,aAAc,CACd,cAAe,CACf,iBAAkB,CAClB,eACF,CACA,0EACE,iBAAkB,CAClB,kBACF,CACA,6EACE,iBAAkB,CAClB,oBAAqB,CACrB,UAAW,CACX,WAAY,CACZ,YAAa,CACb,SAAU,CACV,cACF,CACA,wGACE,wBACF,CACA,oFACE,iBAAkB,CAClB,WAAY,CACZ,aAAc,CACd,aAAc,CACd,UAAW,CACX,WAAY,CACZ,WAAY,CACZ,cAAe,CACf,iBAAkB,CAClB,QAAS,CACT,YAAa,CACb,sBACF,CACA,2FACE,iBAAkB,CAClB,KAAM,CACN,MAAO,CACP,UAAW,CACX,UAAW,CACX,UAAW,CACX,iBAAkB,CAClB,wBAAyB,CACzB,kBACF,CACA,2CACE,aAAc,CACd,cAAe,CACf,iBAAkB,CAClB,eACF,CACA,6CACE,aAAc,CACd,oBACF,CACA,iCACE,mEAAuE,CACvE,+DAA0E,CAC1E,kEAAsE,CACtE,uDAAkE,CAClE,2BAA4B,CAC5B,uBAAkC,CAClC,uBAAwB,CACxB,iBAAkB,CAClB,sBAAuB,CACvB,UACF,CACA,qCACE,UAAW,CACX,iBAAkB,CAClB,0CACF,CACA,oCACE,cAAe,CACf,UAAW,CACX,eAAgB,CAChB,mBAAoB,CACpB,iBAAkB,CAClB,aAAc,CACd,yCACF,CACA,mCACE,cAAe,CACf,iBAAkB,CAClB,eAAgB,CAChB,kBACF,CACA,sCACE,qBAAsB,CACtB,aAAc,CACd,cAAe,CACf,mBAAoB,CACpB,eAAgB,CAChB,wBAAyB,CACzB,iBAAkB,CAClB,4CAAqD,CACrD,oBAAqB,CACrB,oBAAqB,CACrB,iBACF,CACA,4CACE,iDACF,CACA,0CACE,UAAW,CACX,YAAa,CACb,eACF,CAEA,aACE,mEAAuE,CACvE,+DAA0E,CAC1E,kEAAsE,CACtE,uDAAkE,CAClE,2BAA4B,CAC5B,uBAAkC,CAClC,uBAAwB,CACxB,iBAAkB,CAClB,sBAAuB,CACvB,UACF,CACA,iBACE,UAAW,CACX,iBAAkB,CAClB,0CACF,CACA,gBACE,cAAe,CACf,UAAW,CACX,eAAgB,CAChB,mBAAoB,CACpB,iBAAkB,CAClB,aAAc,CACd,yCACF,CACA,eACE,cAAe,CACf,iBAAkB,CAClB,eAAgB,CAChB,kBACF,CACA,kBACE,qBAAsB,CACtB,aAAc,CACd,cAAe,CACf,mBAAoB,CACpB,eAAgB,CAChB,wBAAyB,CACzB,iBAAkB,CAClB,4CAAqD,CACrD,oBAAqB,CACrB,oBAAqB,CACrB,iBACF,CACA,wBACE,iDACF,CACA,sBACE,UAAW,CACX,YAAa,CACb,eACF,CAEA,kCACE,eACF,CACA,iDACE,qBAAsB,CACtB,kBAAmB,CACnB,UACF,CACA,iEACE,UACF,CACA,4DACE,UACF,CACA,mDACE,oBACF,CACA,6GAEE,eACF,CACA,0BACE,UAAW,CACX,iBAAkB,CAClB,gBACF,CAEA,qBACE,iBAAkB,CAClB,YAAa,CACb,wBACF,CACA,8BACE,iBAAkB,CAClB,UAAW,CACX,WAAY,CACZ,6BACF,CACA,4CACE,OAAQ,CACR,QACF,CACA,gCACE,eAAgB,CAChB,gBACF,CACA,wDACE,aACF,CACA,+CACE,aACF,CACA,gDACE,aACF,CACA,qDACE,aACF,CACA,2DACE,aACF,CACA,qDACE,aACF,CACA,yCACE,MAAO,CACP,kBAAmB,CACnB,SAAU,CACV,kBAAmB,CACnB,8BACF,CACA,2CACE,UAAW,CACX,aAAc,CACd,QAAS,CAET,YAAkB,CAClB,kBAAmB,CACnB,eAAgB,CAChB,WAAgC,CAAhC,+BAAgC,CAChC,wBAAyB,CACzB,eACF,CACA,mGAEE,eAAgB,CAChB,SACF,CACA,0DACE,yBAA2B,CAC3B,8BAA+B,CAC/B,SAAU,CACV,aAAc,CACd,eAAgB,CAChB,wBACF,CACA,qCACE,MAAO,CACP,eAAgB,CAChB,kBAAmB,CACnB,eACF,CACA,yDACE,aAAc,CACd,SAAU,CACV,eAAgB,CAChB,6CAAkD,CAClD,qCAA0C,CAC1C,eAAgB,CAChB,iBAAkB,CAClB,aAAc,CACd,wBAAyB,CACzB,WACF,CACA,6DACE,cAAe,CACf,SACF,CACA,mFACE,iBAAkB,CAClB,KAAM,CACN,OAAQ,CACR,wBAAyB,CACzB,UAAW,CACX,WAAY,CACZ,SAAU,CACV,eACF,CACA,wEACE,SAAU,CACV,iBAAkB,CAClB,KAAM,CACN,MAAO,CACP,SAAU,CACV,UAAW,CACX,WAAY,CACZ,gCAAqC,CACrC,2BACF,CACA,+EACE,iBAAkB,CAClB,OAAQ,CACR,QAAS,CACT,gBAAiB,CACjB,iBACF,CACA,8EACE,SACF,CAIA,6KACE,YACF,CACA,kDACE,aAAc,CACd,iBACF,CACA,oEACE,iBAAkB,CAElB,iBAEF,CACA,sDACE,cACF,CACA,iCACE,iBACF,CACA,iEACE,iBAAkB,CAClB,QAAS,CACT,OAAQ,CACR,SAAc,CACd,WAAY,CACZ,cACF,CACA,8DACE,qBAAsB,CACtB,eAAkB,CAClB,WAAY,CACZ,aAAc,CACd,UAAW,CACX,aAAc,CACd,YAAa,CACb,cAAe,CACf,eAAgB,CAChB,eACF,CACA,wDACE,wBACF,CACA,gDACE,4BAAgC,CAChC,gBACF,CACA,sDACE,aAAc,CACd,eAAgB,CAChB,aAAc,CACd,eAAgB,CAChB,eACF,CACA,yGACE,YACF,CACA,6CACE,eAAgB,CAChB,WAAY,CACZ,UAAY,CACZ,iBACF,CAEA,iCACE,UAAW,CACX,cAAe,CACf,iBACF,CACA,kCACE,oBAAqB,CACrB,iBACF,CACA,sDACE,aAAgB,CAChB,cACF,CACA,8BACE,wBAA0B,CAC1B,yBAA4B,CAC5B,qBAAuB,CACvB,0BACF,CACA,4BAEE,oBACF,CACA,wCAEE,UACF,CACA,+BACE,gBAAiB,CACjB,gBACF,CACA,aACE,SAAU,CACV,gBAAiB,CACjB,iBACF,CACA,8BACE,0BACF,CACA,gCACE,gBACF,CACA,yBACE,wBACF,CACA,sDACE,aAAc,CACd,eACF,CACA,oCACE,QAAW,CACX,SACF,CACA,oDACE,eACF,CACA,iEACE,2BACF,CACA,mFACE,gBACF,CAEA,8DACE,WAAY,CACZ,kBAAmB,CACnB,cAAe,CACf,cACF,CACA,mEACE,aAAc,CACd,aAAc,CACd,gBAAiB,CACjB,UAAW,CACX,iBAAkB,CAClB,kBAAmB,CACnB,0BAA2B,CAC3B,yBACF,CACA,oDACE,UAAW,CACX,mBAAoB,CACpB,cAAe,CACf,qBAAsB,CACtB,cAAe,CACf,eAAgB,CAChB,kBAAmB,CACnB,uBACF,CAEA,uBACE,aAAgB,CAChB,YAAa,CACb,eAAgB,CAChB,YAAa,CACb,sBACF,CACA,yBACE,eAAgB,CAChB,kBAAmB,CACnB,UAAW,CACX,oBACF,CACA,+BACE,kBACF,CACA,2BACE,MACF,CACA,gCACE,MAAO,CACP,iBACF,CACA,kCACE,aAAgB,CAChB,cACF,CACA,kCACE,gBACF,CACA,+CACE,eAAgB,CAChB,aAAc,CACd,oBAAqB,CACrB,uCAA4C,CAC5C,oCAAyC,CACzC,+BACF,CACA,qDACE,kBACF,CAEA,wBACE,gBAAiB,CACjB,cAAe,CACf,iBAAkB,CAClB,aACF,CACA,oBACE,SACF,CACA,yBACE,SACF,CACA,+BACE,UAAW,CACX,iBAAkB,CAClB,cAAe,CACf,UAAW,CACX,WACF,CACA,kCACE,aAAc,CACd,kBAAoB,CACpB,cACF,CACA,yCACA,+DAEI,4BACJ,CAIA,gJACI,YACJ,CACA,gEAEI,UACJ,CACA,2DACI,kBACJ,CACA,qCACI,mBACJ,CACA,CACA,yCACA,qCACI,cACJ,CACA,CAEA,iBACE,yBACF,CACA,2CACE,gBAAiB,CACjB,cAAe,CACf,eACF,CACA,sBACE,cAAe,CACf,eACF,CACA,yCACE,eAAgB,CAChB,YAAa,CACb,6BACF,CACA,oDACE,WAAY,CACZ,oBAAqB,CACrB,iBAAkB,CAClB,wBAAyB,CACzB,YAAa,CACb,sBAAuB,CACvB,kBACF,CACA,0DACE,iBAAkB,CAClB,OACF,CACA,sDACE,UAAW,CACX,oBAAqB,CACrB,YACF,CACA,yHAEE,YAAa,CACb,kBAAmB,CACnB,wBAAyB,CACzB,eACF,CACA,2DACE,iBAAkB,CAClB,QAAS,CACT,SACF,CACA,gEACE,gBACF,CACA,0EAGE,MAAO,CAEP,2BASF,CACA,oIAdE,iBAAkB,CAClB,KAAM,CAEN,aAAc,CAGd,iCAAkC,CAElC,oCAAqC,CAErC,OAAQ,CACR,QAAS,CACT,WAoBF,CAlBA,0DACE,SAAU,CAIV,WAAY,CAYZ,8BACF,CACA,2DACE,wBACF,CACA,6DACE,UACF,CACA,iEACE,yBACF,CACA,+DACE,aACF,CACA,sEACE,wBACF,CACA,4EACE,yBACF,CACA,wEACE,UACF,CACA,iCACE,wBAAyB,CACzB,iBAAkB,CAClB,gBACF,CACA,0CACE,iBAAkB,CAClB,QAAS,CACT,SACF,CACA,iDACE,kBAAmB,CACnB,QAAS,CACT,YACF,CACA,+CACE,gBAAiB,CACjB,mBACF,CACA,iEACE,aAAc,CACd,eACF,CACA,+IAEE,aAAc,CACd,WACF,CACA,yEACE,UAAW,CACX,SAAU,CACV,cACF,CACA,gGACE,YAAa,CACb,6BACF,CACA,gNAEE,QAAS,CACT,SAAU,CACV,iBAAkB,CAClB,WAAY,CACZ,iBAAkB,CAClB,aAAc,CACd,cACF,CACA,8GACE,WACF,CACA,+GACE,SACF,CACA,6FACE,cACF,CACA,2GACE,gBACF,CACA,gHACE,gBACF,CACA,sGACE,cACF,CACA,sFACE,cACF,CACA,yGACE,kBACF,CACA,4FACE,eACF,CACA,8FACE,eACF,CACA,qGACE,OACF,CACA,mGACE,eAAgB,CAChB,WAAY,CACZ,YACF,CACA,4EACE,iBACF,CACA,iEACE,UAAW,CAEX,gBAAiB,CAEjB,qBAAsB,CAEtB,iBAAkB,CAElB,qBAAsB,CAEtB,cAAe,CAEf,kBAAmB,CAEnB,eAAgB,CAEhB,WACF,CACA,8EACE,aACF,CACA,wFACE,SACF,CACA,6DACE,YAAa,CACb,mBACF,CACA,sEACE,kBAAmB,CACnB,iBAAkB,CAClB,gBAAiB,CACjB,yBAA0B,CAC1B,iBAAkB,CAClB,WAAY,CACZ,WAAY,CACZ,gBACF,CACA,qFACE,eAAgB,CAChB,aACF,CACA,yFACE,wBAAyB,CAEzB,cAAe,CACf,UAAW,CACX,WACF,CACA,6EAEE,YAAa,CACb,iBAAkB,CAClB,YAAa,CACb,cACF,CACA,+FACE,UAAW,CACX,YAAa,CACb,SACF,CACA,kGACE,kBAAmB,CACnB,UAAY,CACZ,iBAAkB,CAClB,iBAAkB,CAClB,aAAc,CACd,cACF,CACA,wFACE,aACF,CACA,6EACE,UAAc,CACd,eACF,CACA,8BACE,kBAAmB,CACnB,iBAAkB,CAClB,UAAY,CACZ,iBAAkB,CAClB,cACF,CACA,yEAEE,YAAa,CACb,kBAAmB,CACnB,wBAAyB,CACzB,eACF,CACA,qDACE,sBACF,CACA,iEACE,gBAAiB,CACjB,gBACF,CACA,mEACE,YAAa,CACb,QAAS,CACT,eAAgB,CAChB,eACF,CACA,gGAEE,2BACF,CACA,qFAEE,SACF,CACA,yCACA,qDACI,YACJ,CACA,iEACI,gBACJ,CACA,CACA,yCACA,kDACI,YACJ,CACA,oDACI,YAAa,CACb,gBACJ,CACA,yDACI,aAAc,CACd,aACJ,CACA,kHAGI,cACJ,CACA,+CACI,uBACJ,CACA,wDACI,2BAA6B,CAC7B,oBACJ,CACA,+DACI,eACJ,CACA,CACA,yCACA,kDACI,YACJ,CACA,oDACI,WAAY,CACZ,gBAAiB,CACjB,cACJ,CACA,kHAGI,cACJ,CACA,CACA,yCACA,kDACI,YACJ,CACA,oDACI,WAAY,CACZ,gBAAiB,CACjB,cACJ,CACA,CAEA,QACE,iBAAkB,CAClB,oBAAqB,CACrB,UAAW,CACX,WACF,CACA,cACE,YACF,CACA,8BACE,wBACF,CACA,qCACE,kCAAmC,CACnC,8BAA+B,CAC/B,0BACF,CACA,4BACE,0BACF,CACA,gBAEE,cAAe,CACf,KAAM,CACN,MAAO,CACP,OAAQ,CACR,QAAS,CACT,qBAGF,CACA,uCAVE,iBAAkB,CAOlB,sBAAwB,CACxB,cAYF,CAVA,uBAEE,UAAW,CACX,WAAY,CACZ,UAAW,CACX,QAAS,CACT,UAAW,CACX,qBAGF,CACA,sBACE,kBACF,CACA,6BACE,iBACF,CAEA,oBACE,UACF,CACA,wBACE,cACF,CAEA,qBACI,aACJ,CAEA,gBACE,eAAgB,CAChB,cACF,CACA,+BACE,oBACF,CACA,uCACE,iBAAkB,CAClB,oBACF,CACA,wCACE,SACF,CACA,2CACE,cAAe,CACf,iBACF,CACA,8JAEE,SACF,CAEA,2BACE,iBACF,CACA,iCACE,YAAa,CACb,oCAAsC,CACtC,aAAc,CACd,kBACF,CACA,kCACE,uBACF,CACA,yDACE,cAAe,CACf,KAAM,CACN,MAAO,CACP,OAAQ,CACR,QAAS,CACT,qBAAyB,CACzB,+BAAoC,CACpC,aACF,CACA,wEACE,4BAA6B,CAC7B,cAAe,CACf,cAAe,CACf,eAAgB,CAChB,iBACF,CACA,4CACE,eAAgB,CAChB,YAAa,CACb,iBAAkB,CAClB,wBAAyB,CACzB,YAAa,CACb,qBAAsB,CACtB,kBAAmB,CACnB,iBACF,CACA,8DACE,iBAAkB,CAClB,UACF,CACA,qEACE,SAAU,CACV,UAAW,CACX,YAAa,CACb,gBAAiB,CACjB,mBAAqB,CACrB,0BACF,CACA,sEACE,mBAAqB,CACrB,SAAU,CACV,iBAAkB,CAClB,OAAQ,CACR,QAAS,CACT,8BAAgC,CAChC,kCAAoC,CACpC,iBACF,CACA,2EACE,UACF,CACA,4EACE,SACF,CACA,oEACE,wBAAyB,CACzB,iBAAkB,CAClB,UAAY,CACZ,cAAe,CACf,iBAAkB,CAClB,cACF,CACA,mDACE,cACF,CACA,qDACE,eACF,CACA,8CACE,eACF,CACA,uDACE,YAAa,CACb,kBAAmB,CACnB,YAAa,CACb,WAAY,CACZ,iBAAkB,CAClB,uBAA2B,CAC3B,2BAA4B,CAC5B,qBAAsB,CACtB,kBACF,CACA,gEACE,WACF,CACA,uEACE,cAAe,CACf,eAAiB,CACjB,SACF,CAEA,oCACE,iBAAkB,CAClB,eACF,CACA,6CACE,iBAAkB,CAClB,UAAW,CACX,WAAY,CACZ,KAAQ,CACR,MAAS,CACT,6BACF,CACA,2DACE,OAAQ,CACR,QACF,CACA,gEACE,iBACF,CACA,2FACE,cACF,CACA,6EACE,iBAAkB,CAClB,WAAY,CACZ,UACF,CACA,yCACA,6CACI,SACJ,CACA,kDACI,gBACJ,CACA,sEAEI,4BACJ,CAIA,gJACI,YACJ,CACA,wEAEI,UACJ,CACA,yCACI,mBACJ,CACA,2CACI,mBACJ,CACA,0DACI,cACJ,CACA,CAEA,qEAEE,eAAgB,CAChB,kBAAmB,CACnB,UAAW,CACX,oBAAqB,CACrB,aACF,CACA,iFAEE,kBACF,CACA,0CACE,aACF,CACA,6CACE,aACF,CACA,mDACE,cAAe,CACf,KAAM,CACN,MAAO,CACP,OAAQ,CACR,QAAS,CACT,gBAAiB,CACjB,qBAAyB,CACzB,+BAAoC,CACpC,aACF,CACA,kEACE,wBAAyB,CACzB,cAAe,CACf,cAAe,CACf,WAAY,CACZ,iBAAkB,CAClB,iBACF,CACA,oEACE,cACF,CACA,6EACE,WAAY,CACZ,gBAAiB,CACjB,kBAAmB,CACnB,cAAe,CACf,UAAW,CACX,wBAAyB,CACzB,iBAAkB,CAClB,eAAgB,CAChB,cAAe,CACf,oBAAqB,CACrB,aAAgB,CAChB,iBACF,CACA,oFACE,WAAY,CACZ,aACF,CACA,0EACE,iBACF,CACA,6EACE,cACF,CACA,8EACE,YAAa,CACb,aAAc,CACd,SAAU,CACV,qBACF,CACA,wEACE,iBAAkB,CAClB,8BACF,CACA,+EACE,wBACF,CACA,oFACE,aAAgB,CAChB,eAAgB,CAChB,YAAa,CACb,iBAAkB,CAClB,qCAA4C,CAC5C,kCAAyC,CACzC,6BAAoC,CACpC,YAAa,CACb,kBACF,CACA,sFACE,eAAgB,CAChB,gBACF,CACA,+EACE,sBAAuB,CACvB,oBAAqB,CACrB,cAAe,CACf,aACF","file":"vue-admin.css","sourcesContent":["\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n.dokan-dashboard .widgets-wrapper {\n display: block;\n overflow: hidden;\n margin-top: 15px;\n width: 100%;\n}\n.dokan-dashboard .widgets-wrapper .left-side,\n.dokan-dashboard .widgets-wrapper .right-side {\n float: left;\n width: 48%;\n}\n.dokan-dashboard .widgets-wrapper .left-side {\n margin-right: 3%;\n}\n.dokan-dashboard .dokan-postbox .loading {\n display: block;\n width: 100%;\n margin: 15px auto;\n text-align: center;\n}\n.dokan-dashboard .subscribe-box {\n margin: 20px -12px -11px -12px;\n padding: 0 15px 15px;\n background: #fafafa;\n border-top: 1px solid #efefef;\n position: relative;\n}\n.dokan-dashboard .subscribe-box h3 {\n margin: 10px 0;\n}\n.dokan-dashboard .subscribe-box p {\n margin-bottom: 10px !important;\n}\n.dokan-dashboard .subscribe-box .thank-you {\n background: #4fa72b;\n margin-top: 10px;\n padding: 15px;\n border-radius: 3px;\n color: #fff;\n}\n.dokan-dashboard .subscribe-box .form-wrap {\n display: flex;\n}\n.dokan-dashboard .subscribe-box .form-wrap input[type=\"email\"] {\n width: 100%;\n padding: 3px 0 3px 6px;\n margin: 0px -1px 0 0;\n}\n.dokan-dashboard .subscribe-box .form-wrap button.button {\n box-shadow: none;\n background: #FF5722;\n color: #fff;\n border-color: #FF5722;\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n}\n.dokan-dashboard .subscribe-box .form-wrap button.button:hover {\n background: #ff6a3c;\n}\n.dokan-dashboard .subscribe-box .loading {\n position: absolute;\n height: 100%;\n margin: 0 0 0 -15px;\n background: rgba(0, 0, 0, 0.2);\n}\n.dokan-dashboard .subscribe-box .loading .dokan-loader {\n margin-top: 30px;\n}\n@media only screen and (max-width: 770px) {\n.dokan-dashboard .widgets-wrapper .left-side {\n margin-right: 0;\n}\n.dokan-dashboard .widgets-wrapper .left-side,\n .dokan-dashboard .widgets-wrapper .right-side {\n width: auto;\n}\n}\n@media only screen and (max-width: 500px) {\n.dokan-dashboard .widgets-wrapper .left-side {\n margin-right: 0;\n}\n.dokan-dashboard .widgets-wrapper .left-side,\n .dokan-dashboard .widgets-wrapper .right-side {\n width: auto;\n}\n.dokan-dashboard .postbox.dokan-status ul li a .details span.up,\n .dokan-dashboard .postbox.dokan-status ul li a .details span.down {\n display: none;\n}\n.dokan-dashboard .postbox.dokan-status ul li a strong {\n font-size: 16px;\n}\n}\n@media only screen and (max-width: 360px) {\n.dokan-dashboard .postbox.dokan-status ul li a .details {\n display: none;\n}\n}\n\n.dokan-upgrade-bar {\n background: #ffdbcf;\n padding: 5px 20px;\n margin: -10px -21px 15px -23px;\n border: 1px solid #dedede;\n border-top: none;\n box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);\n text-align: center;\n}\n.dokan-upgrade-bar span {\n color: #ff5722;\n font-size: 14px;\n}\n.dokan-upgrade-bar .close-button {\n float: right;\n font-size: 18px;\n padding: 0px 10px;\n cursor: pointer;\n visibility: hidden;\n}\n.dokan-upgrade-bar .close-button:hover {\n background: #ff5822;\n color: #fff;\n display: inline-block;\n border-radius: 3px;\n}\n.dokan-upgrade-bar:hover .close-button {\n visibility: visible;\n}\n\n.withdraw-requests .dokan-modal .modal-body {\n min-height: 130px;\n}\n.withdraw-requests .dokan-modal .modal-body textarea {\n width: 100%;\n}\n.withdraw-requests .image {\n width: 10%;\n}\n.withdraw-requests .seller {\n width: 20%;\n}\n.withdraw-requests td.seller img {\n float: left;\n margin-right: 10px;\n margin-top: 1px;\n width: 24px;\n height: auto;\n}\n.withdraw-requests td.seller strong {\n display: block;\n margin-bottom: 0.2em;\n font-size: 14px;\n}\n.withdraw-requests td.actions,\n.withdraw-requests th.actions {\n width: 120px;\n}\n.withdraw-requests td.status span {\n line-height: 2.5em;\n padding: 5px 8px;\n border-radius: 4px;\n}\n.withdraw-requests td.status .approved {\n background: #c6e1c6;\n color: #5b841b;\n}\n.withdraw-requests td.status .pending {\n background: #f8dda7;\n color: #94660c;\n}\n.withdraw-requests td.status .cancelled {\n background: #eba3a3;\n color: #761919;\n}\n.withdraw-requests .method_details_inner p {\n margin-bottom: 2px;\n}\n@media only screen and (max-width: 600px) {\n.withdraw-requests table td.seller,\n .withdraw-requests td.amount,\n .withdraw-requests td.actions {\n display: table-cell !important;\n}\n.withdraw-requests table th:not(.check-column):not(.seller):not(.amount):not(.actions) {\n display: none;\n}\n.withdraw-requests table td:not(.check-column):not(.seller):not(.amount):not(.actions) {\n display: none;\n}\n.withdraw-requests table th.column,\n .withdraw-requests table td.column {\n width: auto;\n}\n.withdraw-requests table td.column.actions .dashicons {\n width: 14px;\n height: 14px;\n font-size: 18px;\n}\n.withdraw-requests table td.seller .row-actions {\n display: inline-block;\n}\n.withdraw-requests table td.seller .row-actions span {\n font-size: 11px;\n}\n}\n@media only screen and (max-width: 376px) {\n.withdraw-requests table td.seller .row-actions {\n display: inline-block;\n}\n.withdraw-requests table td.seller .row-actions span {\n font-size: 9px;\n}\n}\n@media only screen and (max-width: 320px) {\n.withdraw-requests table td.column.actions .dashicons {\n width: 10px;\n height: 10px;\n font-size: 14px;\n}\n}\n\n.dokan-pro-features {\n font-family: 'Open Sans', sans-serif;\n margin: -10px -20px 0 -22px;\n}\n.dokan-pro-features .vendor-capabilities-banner {\n display: flex;\n align-items: center;\n padding: 50px;\n height: auto;\n border-radius: 9px;\n background-position: center;\n background-repeat: no-repeat;\n background-size: cover;\n margin: 20px 70px;\n}\n.dokan-pro-features .vendor-capabilities-banner .content {\n margin: 30px;\n}\n.dokan-pro-features .vendor-capabilities-banner .content .title {\n font-size: 26px;\n font-weight: bold;\n color: #FF0000;\n}\n.dokan-pro-features .vendor-capabilities-banner a {\n box-shadow: none;\n background: #FF5722;\n color: #fff;\n border-color: #FF5722;\n}\n.dokan-pro-features .vendor-capabilities-banner a:hover {\n color: #fff;\n background: #ff6a3c;\n}\n.dokan-pro-features a {\n transition: all 0.2s ease;\n}\n.dokan-pro-features .section-title {\n text-align: center;\n color: #2e2c2c;\n font-size: 30px;\n line-height: 1.5em;\n font-weight: 400;\n position: relative;\n margin: 0 0 58px;\n}\n.dokan-pro-features .section-title:after {\n content: '';\n position: absolute;\n bottom: -21px;\n left: 50%;\n transform: translateX(-50%);\n width: 38px;\n height: 5px;\n border-radius: 3px;\n background-color: #f2624d;\n}\n.dokan-pro-features .header-section {\n background-color: #f2f2f2;\n color: #3f4143;\n font-size: 16px;\n display: flex;\n align-items: center;\n padding: 0 8%;\n border-bottom: 1px solid #eee;\n}\n@media (min-width: 1281px) {\n.dokan-pro-features .header-section {\n padding: 0 24%;\n}\n}\n.dokan-pro-features .header-section .feature-thumb img {\n width: 233px;\n margin: -20px 0 -30px;\n}\n.dokan-pro-features .header-section .content-area {\n padding-left: 10%;\n}\n.dokan-pro-features .header-section .content-area h1 {\n font-size: 27px;\n line-height: 1.5em;\n color: #2e2c2c;\n}\n.dokan-pro-features .header-section .content-area p {\n font-size: 16px;\n line-height: 1.5em;\n font-weight: 300;\n margin: 0;\n letter-spacing: 0.5px;\n}\n.dokan-pro-features .service-section {\n text-align: center;\n padding: 73px 30px 85px;\n background-color: #f7f8f9;\n}\n@media (min-width: 1281px) {\n.dokan-pro-features .service-section {\n padding-left: 20%;\n padding-right: 20%;\n}\n}\n.dokan-pro-features .service-section .service-list {\n display: flex;\n flex-wrap: wrap;\n}\n.dokan-pro-features .service-section .service-list .service-box {\n flex: 0 0 28.9%;\n margin: 2.2%;\n text-align: center;\n border-radius: 5px;\n background-color: #ffffff;\n}\n.dokan-pro-features .service-section .service-list .service-box .service-thumb img {\n border-radius: 5px 5px 0 0;\n max-width: 100%;\n}\n.dokan-pro-features .service-section .service-list .service-box .service-detail {\n padding: 20px 25px 25px;\n}\n.dokan-pro-features .service-section .service-list .service-box .service-detail h3 {\n color: #3f4143;\n font-size: 15px;\n line-height: 1.5em;\n font-weight: 300;\n margin: 0;\n}\n.dokan-pro-features .service-section .btn {\n font-size: 16px;\n line-height: 1.5em;\n font-weight: 300;\n color: #ffff;\n background-color: #3984b5;\n border: 1px solid #226b9b;\n border-radius: 3px;\n text-decoration: none;\n padding: 13px 28px;\n display: inline-block;\n margin-top: 52px;\n transition: all 0.2s ease;\n}\n.dokan-pro-features .service-section .btn:hover {\n box-shadow: 2.736px 7.518px 20px 0 rgba(0, 0, 0, 0.15);\n}\n.dokan-pro-features .service-section .btn svg {\n width: 15px;\n fill: #fff;\n margin-left: 5px;\n}\n.dokan-pro-features .comparison-section {\n background-color: #f1f1f1;\n padding: 75px;\n}\n@media (min-width: 1281px) {\n.dokan-pro-features .comparison-section {\n padding-left: 21.2%;\n padding-right: 21.2%;\n}\n}\n.dokan-pro-features .comparison-section .section-title {\n margin-bottom: 90px;\n}\n.dokan-pro-features .comparison-section .comparison-area {\n display: flex;\n justify-content: space-between;\n}\n.dokan-pro-features .comparison-section .comparison-area .compare-box {\n flex: 0 0 48%;\n background-color: #fff;\n border: 1px solid #E0E9EC;\n border-radius: 5px;\n box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);\n padding: 50px;\n box-sizing: border-box;\n}\n.dokan-pro-features .comparison-section .comparison-area .compare-box .logo-section {\n margin-bottom: 58px;\n position: relative;\n}\n.dokan-pro-features .comparison-section .comparison-area .compare-box .logo-section:after {\n content: \"\";\n position: absolute;\n bottom: -23px;\n left: 0;\n width: 38px;\n height: 5px;\n border-radius: 3px;\n background-color: #d7d7d7;\n}\n.dokan-pro-features .comparison-section .comparison-area .compare-box .logo-section img {\n width: 120px;\n}\n.dokan-pro-features .comparison-section .comparison-area .compare-box .compare-list {\n margin: 0;\n}\n.dokan-pro-features .comparison-section .comparison-area .compare-box .compare-list li {\n font-size: 15px;\n line-height: 1.5em;\n font-weight: 300;\n color: #66676E;\n margin-bottom: 28px;\n position: relative;\n display: flex;\n align-items: center;\n}\n.dokan-pro-features .comparison-section .comparison-area .compare-box .compare-list li:last-child {\n margin-bottom: 0;\n}\n.dokan-pro-features .comparison-section .comparison-area .compare-box .compare-list li img {\n width: 21px;\n margin-right: 12px;\n}\n.dokan-pro-features .comparison-section .comparison-area .compare-box .compare-list li.unavailable {\n color: #ccced5;\n}\n.dokan-pro-features .pricing-section {\n background-color: #f7f8f9;\n padding: 85px 0 62px;\n}\n.dokan-pro-features .pricing-section .section-title {\n margin-bottom: 120px;\n}\n.dokan-pro-features .pricing-section .pricing-wrapper {\n padding: 0 4.5%;\n}\n@media (min-width: 1281px) {\n.dokan-pro-features .pricing-section .pricing-wrapper {\n padding-left: 21%;\n padding-right: 21%;\n}\n}\n.dokan-pro-features .pricing-section .table-row {\n display: flex;\n}\n.dokan-pro-features .pricing-section .table-row:first-child .table-col:first-child {\n background-color: transparent;\n border-color: transparent;\n border-radius: 3px 3px 0 0;\n}\n.dokan-pro-features .pricing-section .table-row:first-child .table-col:nth-child(2) {\n border-radius: 3px 0 0 0;\n}\n.dokan-pro-features .pricing-section .table-row:first-child .table-col:last-child {\n border-radius: 0 3px 0 0;\n}\n.dokan-pro-features .pricing-section .table-row:first-child .table-col.popular {\n position: relative;\n}\n.dokan-pro-features .pricing-section .table-row:first-child .table-col.popular:before {\n position: absolute;\n top: -28px;\n left: 0;\n width: 100%;\n content: 'Most Popular';\n color: #23282d;\n font-size: 14px;\n line-height: 1.4em;\n background-color: #ffcc00;\n border-radius: 3px 3px 0 0;\n padding: 5px;\n box-sizing: border-box;\n}\n.dokan-pro-features .pricing-section .table-row:nth-child(2) .table-col:first-child {\n border-radius: 3px 3px 0 0;\n}\n.dokan-pro-features .pricing-section .table-row:nth-last-child(2) .table-col:first-child {\n border-radius: 0 0 5px 5px;\n border-bottom: 1px solid #e7eaeb;\n}\n.dokan-pro-features .pricing-section .table-row:last-child .table-col {\n border-bottom: 1px solid #e7eaeb;\n}\n.dokan-pro-features .pricing-section .table-row:last-child .table-col:first-child {\n border-radius: 0 0 5px 5px;\n background-color: transparent;\n border-color: transparent;\n}\n.dokan-pro-features .pricing-section .table-row:last-child .table-col:nth-child(2) {\n border-radius: 0 0 0 5px;\n}\n.dokan-pro-features .pricing-section .table-row:last-child .table-col:last-child {\n border-radius: 0 0 5px 0;\n}\n.dokan-pro-features .pricing-section .table-row .table-col {\n width: 18.5%;\n text-align: center;\n border: 1px solid #e7eaeb;\n padding: 18px;\n background-color: #fff;\n border-bottom: 0;\n border-left: 0;\n border-right: 0;\n}\n.dokan-pro-features .pricing-section .table-row .table-col:first-child {\n width: 25%;\n margin-right: 2%;\n text-align: left;\n border-left: 1px solid #e7eaeb;\n border-right: 1px solid #e7eaeb;\n}\n.dokan-pro-features .pricing-section .table-row .table-col:nth-child(2) {\n border-left: 1px solid #e7eaeb;\n}\n.dokan-pro-features .pricing-section .table-row .table-col:last-child {\n border-left: 1px solid #e7eaeb;\n border-right: 1px solid #e7eaeb;\n}\n.dokan-pro-features .pricing-section .table-row .table-col.popular {\n z-index: 1;\n box-shadow: 1px 10px 30px 0 rgba(215, 223, 254, 0.5);\n}\n.dokan-pro-features .pricing-section .table-row .table-col .module-name {\n color: #157ef5;\n font-size: 14px;\n line-height: 1.5em;\n font-weight: 300;\n text-decoration: none;\n}\n.dokan-pro-features .pricing-section .table-row .table-col .plan-data {\n font-size: 15px;\n color: #3f4143;\n}\n.dokan-pro-features .pricing-section .table-row .table-col .plan-data img {\n display: block;\n margin: 0 auto;\n width: 23px;\n}\n.dokan-pro-features .pricing-section .table-row .table-col .buy-btn {\n font-size: 14px;\n font-weight: 300;\n border-radius: 3px;\n padding: 13px 34px;\n color: #fff;\n text-decoration: none;\n margin: 25px 0 14px;\n display: inline-block;\n transition: all 0.2s ease;\n}\n.dokan-pro-features .pricing-section .table-row .table-col .buy-btn:hover {\n box-shadow: 1px 10px 30px 0 rgba(215, 223, 254, 0.5);\n}\n.dokan-pro-features .pricing-section .table-row .table-col .buy-btn.starter {\n background-color: #00bcff;\n}\n.dokan-pro-features .pricing-section .table-row .table-col .buy-btn.professional {\n background-color: #2bc66d;\n}\n.dokan-pro-features .pricing-section .table-row .table-col .buy-btn.business {\n background-color: #795dff;\n}\n.dokan-pro-features .pricing-section .table-row .table-col .buy-btn.enterprise {\n background-color: #ff5956;\n}\n.dokan-pro-features .pricing-section .plan-name {\n display: inline-block;\n background: black;\n color: #fff;\n font-size: 14px;\n font-weight: 300;\n line-height: 1.4em;\n border-radius: 25px;\n padding: 5px 20px;\n min-width: 95px;\n box-sizing: border-box;\n margin: 26px 0 20px;\n}\n.dokan-pro-features .pricing-section .plan-name.starter {\n background-color: #00bcff;\n}\n.dokan-pro-features .pricing-section .plan-name.professional {\n background-color: #2bc66d;\n}\n.dokan-pro-features .pricing-section .plan-name.business {\n background-color: #795dff;\n}\n.dokan-pro-features .pricing-section .plan-name.enterprise {\n background-color: #ff5956;\n}\n.dokan-pro-features .pricing-section .price {\n margin-bottom: 15px;\n}\n.dokan-pro-features .pricing-section .price span {\n font-size: 14px;\n line-height: 1.2em;\n font-weight: 300;\n color: #b8bbbe;\n display: block;\n}\n.dokan-pro-features .pricing-section .price span:first-child {\n font-size: 28px;\n line-height: 1.5em;\n font-weight: 400;\n color: #23282d;\n}\n.dokan-pro-features .pricing-section .price span:first-child sup {\n font-size: 14px;\n}\n.dokan-pro-features .payment-section {\n display: flex;\n background: #fff;\n justify-content: space-between;\n padding: 20px 65px 15px;\n align-items: center;\n}\n@media (min-width: 1281px) {\n.dokan-pro-features .payment-section {\n padding-left: 21%;\n padding-right: 21%;\n}\n}\n.dokan-pro-features .payment-section .guarantee-section {\n display: flex;\n flex: 0 0 70%;\n align-content: center;\n align-items: center;\n position: relative;\n}\n.dokan-pro-features .payment-section .guarantee-section:after {\n content: \"\";\n position: absolute;\n right: -18px;\n top: 50%;\n transform: translateY(-50%);\n width: 5px;\n height: 38px;\n border-radius: 3px;\n background-color: #f1f1f1;\n}\n.dokan-pro-features .payment-section .guarantee-section .feature-thumb img {\n max-width: 100%;\n width: 160px;\n}\n.dokan-pro-features .payment-section .guarantee-section .guarantee-detail {\n padding-left: 25px;\n}\n.dokan-pro-features .payment-section .guarantee-section .guarantee-detail h2 {\n font-size: 24px;\n line-height: 1.5em;\n color: #2e2c2c;\n font-weight: 400;\n margin: 0;\n}\n.dokan-pro-features .payment-section .guarantee-section .guarantee-detail p {\n color: #66676e;\n font-size: 15px;\n line-height: 1.5em;\n font-weight: 300;\n margin: 5px 0 20px;\n}\n.dokan-pro-features .payment-section .guarantee-section .guarantee-detail a {\n color: #f2624d;\n font-size: 15px;\n line-height: 1.5em;\n text-decoration: none;\n}\n.dokan-pro-features .payment-section .guarantee-section .guarantee-detail a img {\n width: 18px;\n margin-right: 4px;\n}\n.dokan-pro-features .payment-section .payment-area h3 {\n font-size: 15px;\n font-weight: 300;\n color: #66676e;\n margin: 0px 0 17px;\n}\n.dokan-pro-features .payment-section .payment-area .option img {\n max-width: 100%;\n}\n.dokan-pro-features .testimonial-section {\n background-color: #f1f1f1;\n padding: 75px 0 70px;\n text-align: center;\n}\n.dokan-pro-features .testimonial-section .section-title {\n margin-bottom: 75px;\n}\n.dokan-pro-features .testimonial-section .testimonial-wrapper {\n width: 80%;\n text-align: center;\n margin: 0 auto;\n}\n@media only screen and (min-width: 1281px) {\n.dokan-pro-features .testimonial-section .testimonial-wrapper {\n width: 55%;\n}\n}\n.dokan-pro-features .testimonial-section .testimonial-wrapper .testimonial-box .profile-pic {\n width: 70px;\n height: 70px;\n border: 5px solid #fff;\n border-radius: 50%;\n background-color: #fff;\n box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.16);\n margin: 0 auto -35px;\n z-index: 1;\n position: relative;\n}\n.dokan-pro-features .testimonial-section .testimonial-wrapper .testimonial-box .profile-pic img {\n border-radius: 50%;\n max-width: 100%;\n}\n.dokan-pro-features .testimonial-section .testimonial-wrapper .testimonial-box .content-detail {\n background-color: #fff;\n color: #000;\n border-radius: 5px;\n border: 1px solid #E0E9EC;\n box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);\n padding: 50px 30px 30px;\n background-repeat: no-repeat;\n background-position: 40px 40px;\n}\n.dokan-pro-features .testimonial-section .testimonial-wrapper .testimonial-box .content-detail h4 {\n font-size: 18px;\n line-height: 1.444;\n color: #F2624D;\n font-weight: 400;\n margin-top: 0;\n margin-bottom: 5px;\n}\n.dokan-pro-features .testimonial-section .testimonial-wrapper .testimonial-box .content-detail span {\n font-size: 15px;\n line-height: 1.444;\n font-weight: 300;\n color: #66676e;\n margin-bottom: 20px;\n display: inline-block;\n}\n.dokan-pro-features .testimonial-section .testimonial-wrapper .testimonial-box .content-detail p {\n color: #2e2c2c;\n font-size: 14px;\n line-height: 1.9em;\n font-weight: 300;\n}\n.dokan-pro-features .testimonial-section .testimonial-wrapper .slick-dots {\n text-align: center;\n margin: 40px 0 25px;\n}\n.dokan-pro-features .testimonial-section .testimonial-wrapper .slick-dots li {\n position: relative;\n display: inline-block;\n width: 20px;\n height: 20px;\n margin: 0 5px;\n padding: 0;\n cursor: pointer;\n}\n.dokan-pro-features .testimonial-section .testimonial-wrapper .slick-dots li.slick-active button:before {\n background-color: #3f4143;\n}\n.dokan-pro-features .testimonial-section .testimonial-wrapper .slick-dots li button {\n position: relative;\n font-size: 0;\n line-height: 0;\n display: block;\n width: 20px;\n height: 20px;\n padding: 5px;\n cursor: pointer;\n color: transparent;\n border: 0;\n outline: none;\n background: transparent;\n}\n.dokan-pro-features .testimonial-section .testimonial-wrapper .slick-dots li button:before {\n position: absolute;\n top: 0;\n left: 0;\n width: 21px;\n height: 5px;\n content: '';\n text-align: center;\n background-color: #d6d6d6;\n border-radius: 30px;\n}\n.dokan-pro-features .testimonial-section p {\n color: #262626;\n font-size: 16px;\n line-height: 1.5em;\n font-weight: 300;\n}\n.dokan-pro-features .testimonial-section p a {\n color: #8263f7;\n text-decoration: none;\n}\n.dokan-pro-features .cta-section {\n background-image: -moz-linear-gradient(15deg, #ff7d90 0%, #ffad6f 100%);\n background-image: -webkit-linear-gradient(15deg, #ff7d90 0%, #ffad6f 100%);\n background-image: -ms-linear-gradient(15deg, #ff7d90 0%, #ffad6f 100%);\n background-image: linear-gradient(15deg, #ff7d90 0%, #ffad6f 100%);\n background-repeat: no-repeat;\n background-position: center center;\n background-size: contain;\n text-align: center;\n padding: 35px 75px 40px;\n color: #fff;\n}\n.dokan-pro-features .cta-section img {\n width: 60px;\n border-radius: 50%;\n box-shadow: 0px 3px 70px 0px rgba(126, 17, 0, 0.35);\n}\n.dokan-pro-features .cta-section h2 {\n font-size: 30px;\n color: #fff;\n font-weight: 400;\n line-height: 1.333em;\n text-align: center;\n margin: 10px 0;\n text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.31);\n}\n.dokan-pro-features .cta-section p {\n font-size: 16px;\n line-height: 1.5em;\n font-weight: 300;\n margin: 10px 0 30px;\n}\n.dokan-pro-features .cta-section .btn {\n background-color: #fff;\n color: #f2624d;\n font-size: 16px;\n line-height: 1.538em;\n font-weight: 300;\n border: 1px solid #FF9381;\n border-radius: 3px;\n box-shadow: 0px 1px 2px 0px rgba(255, 128, 142, 0.05);\n display: inline-block;\n text-decoration: none;\n padding: 12px 27px;\n}\n.dokan-pro-features .cta-section .btn:hover {\n box-shadow: 2.736px 7.518px 20px 0 rgba(0, 0, 0, 0.15);\n}\n.dokan-pro-features .cta-section .btn svg {\n width: 15px;\n fill: #f2624d;\n margin-left: 6px;\n}\n\n.cta-section {\n background-image: -moz-linear-gradient(15deg, #ff7d90 0%, #ffad6f 100%);\n background-image: -webkit-linear-gradient(15deg, #ff7d90 0%, #ffad6f 100%);\n background-image: -ms-linear-gradient(15deg, #ff7d90 0%, #ffad6f 100%);\n background-image: linear-gradient(15deg, #ff7d90 0%, #ffad6f 100%);\n background-repeat: no-repeat;\n background-position: center center;\n background-size: contain;\n text-align: center;\n padding: 35px 75px 40px;\n color: #fff;\n}\n.cta-section img {\n width: 60px;\n border-radius: 50%;\n box-shadow: 0px 3px 70px 0px rgba(126, 17, 0, 0.35);\n}\n.cta-section h2 {\n font-size: 30px;\n color: #fff;\n font-weight: 400;\n line-height: 1.333em;\n text-align: center;\n margin: 10px 0;\n text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.31);\n}\n.cta-section p {\n font-size: 16px;\n line-height: 1.5em;\n font-weight: 300;\n margin: 10px 0 30px;\n}\n.cta-section .btn {\n background-color: #fff;\n color: #f2624d;\n font-size: 16px;\n line-height: 1.538em;\n font-weight: 300;\n border: 1px solid #FF9381;\n border-radius: 3px;\n box-shadow: 0px 1px 2px 0px rgba(255, 128, 142, 0.05);\n display: inline-block;\n text-decoration: none;\n padding: 12px 27px;\n}\n.cta-section .btn:hover {\n box-shadow: 2.736px 7.518px 20px 0 rgba(0, 0, 0, 0.15);\n}\n.cta-section .btn svg {\n width: 15px;\n fill: #f2624d;\n margin-left: 6px;\n}\n\n.dokan-help-page .section-wrapper {\n margin-top: 15px;\n}\n.dokan-help-page .section-wrapper .dokan-postbox {\n width: calc(33% - 2em);\n margin: 0 2% 15px 0;\n float: left;\n}\n.dokan-help-page .section-wrapper .dokan-postbox:nth-child(3n+1) {\n clear: both;\n}\n.dokan-help-page .section-wrapper .dokan-postbox .dashicons {\n color: #ccc;\n}\n.dokan-help-page .section-wrapper .dokan-postbox a {\n text-decoration: none;\n}\n.dokan-help-page .section-wrapper .dokan-postbox .inside,\n.dokan-help-page .section-wrapper .dokan-postbox ul {\n margin-bottom: 0;\n}\n.dokan-help-page .loading {\n width: 100%;\n text-align: center;\n margin-top: 100px;\n}\n\n.dokan-settings-wrap {\n position: relative;\n display: flex;\n border: 1px solid #c8d7e1;\n}\n.dokan-settings-wrap .loading {\n position: absolute;\n width: 100%;\n height: 100%;\n background: rgba(255, 255, 255, 0.6);\n}\n.dokan-settings-wrap .loading .dokan-loader {\n top: 40%;\n left: 45%;\n}\n.dokan-settings-wrap .dashicons {\n padding-top: 2px;\n margin-right: 5px;\n}\n.dokan-settings-wrap .dashicons.dashicons-admin-generic {\n color: #6c75ff;\n}\n.dokan-settings-wrap .dashicons.dashicons-cart {\n color: #00aeff;\n}\n.dokan-settings-wrap .dashicons.dashicons-money {\n color: #d35400;\n}\n.dokan-settings-wrap .dashicons.dashicons-admin-page {\n color: #8e44ad;\n}\n.dokan-settings-wrap .dashicons.dashicons-admin-appearance {\n color: #3498db;\n}\n.dokan-settings-wrap .dashicons.dashicons-networking {\n color: #1abc9c;\n}\n.dokan-settings-wrap div.nav-tab-wrapper {\n flex: 1;\n border-bottom: none;\n padding: 0;\n background: #f1f1f1;\n border-right: 1px solid #c8d7e1;\n}\n.dokan-settings-wrap div.nav-tab-wrapper a {\n float: none;\n display: block;\n margin: 0;\n border: none;\n padding: 13px 13px;\n background: #f1f1f1;\n font-weight: 500;\n border-bottom: 1px solid #c8d7e1;\n transition-property: none;\n transition: none;\n}\n.dokan-settings-wrap div.nav-tab-wrapper a:focus,\n.dokan-settings-wrap div.nav-tab-wrapper a:active {\n box-shadow: none;\n outline: 0;\n}\n.dokan-settings-wrap div.nav-tab-wrapper a.nav-tab-active {\n background: #fff !important;\n border-right: 1px solid #c8d7e1;\n width: 99%;\n color: #2e4453;\n transition: none;\n transition-property: none;\n}\n.dokan-settings-wrap .metabox-holder {\n flex: 3;\n padding-left: 3%;\n padding-right: 10px;\n background: #fff;\n}\n.dokan-settings-wrap .radio-image-container .radio-image {\n display: block;\n width: 50%;\n background: #fff;\n -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);\n box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);\n margin: 0 0 15px;\n position: relative;\n line-height: 0;\n border: 1px solid #ededed;\n padding: 4px;\n}\n.dokan-settings-wrap .radio-image-container .radio-image img {\n max-width: 100%;\n z-index: 1;\n}\n.dokan-settings-wrap .radio-image-container .radio-image .current-option-indicator {\n position: absolute;\n top: 0;\n right: 0;\n background-color: #4CAF50;\n color: #fff;\n padding: 4px;\n z-index: 2;\n line-height: 1.4;\n}\n.dokan-settings-wrap .radio-image-container .radio-image .active-option {\n opacity: 0;\n position: absolute;\n top: 0;\n left: 0;\n z-index: 3;\n width: 100%;\n height: 100%;\n background-color: rgba(0, 0, 0, 0.45);\n transition: opacity 0.4s ease;\n}\n.dokan-settings-wrap .radio-image-container .radio-image .active-option button {\n position: absolute;\n top: 50%;\n left: 50%;\n margin-top: -23px;\n margin-left: -58px;\n}\n.dokan-settings-wrap .radio-image-container .radio-image:hover .active-option {\n opacity: 1;\n}\n.dokan-settings-wrap .radio-image-container .radio-image.active .active-option {\n display: none;\n}\n.dokan-settings-wrap .radio-image-container .radio-image.not-active .current-option-indicator {\n display: none;\n}\n.dokan-settings-wrap .radio-image-container label {\n display: block;\n margin-bottom: 5px;\n}\n.dokan-settings-wrap .radio-image-container label > input[type='radio'] {\n visibility: hidden;\n /* Makes input not-clickable */\n position: absolute;\n /* Remove input from document flow */\n}\n.dokan-settings-wrap .radio-image-container label > img {\n max-width: 100%;\n}\n.dokan-settings-wrap .search-box {\n position: relative;\n}\n.dokan-settings-wrap .search-box span.dashicons.dashicons-no-alt {\n position: absolute;\n top: 13px;\n right: 0;\n color: #ff0000;\n z-index: 999;\n cursor: pointer;\n}\n.dokan-settings-wrap .search-box .dokan-admin-search-settings {\n border: 1px solid #ddd;\n border-radius: 0px;\n height: 48px;\n display: block;\n width: 100%;\n border-left: 0;\n border-top: 0;\n padding: 0 15px;\n background: #eee;\n font-weight: 400;\n}\n.dokan-settings-wrap .search-box input[type=\"text\"]:focus {\n border-color: transparent;\n}\n.form-table th.dokan-settings-sub-section-title {\n border-bottom: 1px solid #cccccc;\n padding: 0 0 10px;\n}\n.form-table th.dokan-settings-sub-section-title label {\n display: block;\n margin-top: 20px;\n color: #0073aa;\n font-weight: 500;\n font-size: 1.3em;\n}\n.form-table .dokan-settings-field-type-sub_section:first-child th.dokan-settings-sub-section-title label {\n margin-top: 0;\n}\ntr.data_clear_on_uninstall td fieldset label {\n background: #e00;\n padding: 5px;\n color: white;\n border-radius: 3px;\n}\n\nspan.repeatable-item-description {\n color: #999;\n font-size: 11px;\n font-style: italic;\n}\nul.dokan-settings-repeatable-list {\n list-style-type: disc;\n padding-left: 20px;\n}\nul.dokan-settings-repeatable-list li span.remove-item {\n padding-top: 0px;\n cursor: pointer;\n}\n.dokan-repetable-add-item-btn {\n font-size: 16px !important;\n font-weight: bold !important;\n height: 25px !important;\n line-height: 22px !important;\n}\ntd.percent_fee,\ntd.fixed_fee {\n display: inline-block;\n}\ntd.percent_fee input,\ntd.fixed_fee input {\n width: 60px;\n}\ntr.additional_fee .description {\n margin-left: 10px;\n margin-top: -10px;\n}\n.dokan-error {\n color: red;\n margin-top: -10px;\n font-style: italic;\n}\n.dokan-input-validation-error {\n border-color: red !important;\n}\n.dokan-error.combine-commission {\n margin-left: 10px;\n}\nth.dokan-setting-warning {\n padding: 10px 10px 10px 0;\n}\nth.dokan-setting-warning .dokan-setting-warning-label {\n color: #d63638;\n font-weight: bold;\n}\nth.dokan-setting-warning .dashicons {\n margin: 0px;\n padding: 0px;\n}\nth.dokan-setting-warning .dokan-setting-warning-msg {\n font-weight: 300;\n}\n.dokan-settings-field-type-radio fieldset > label:not(:last-child) {\n margin-right: 12px !important;\n}\n.dokan-settings-field-type-radio fieldset > label:not(:last-child) > input[type=\"radio\"] {\n margin-right: 2px;\n}\n\n.color-picker-container .color-picker-button[data-v-01dc0d51] {\n height: 24px;\n padding: 0 0 0 30px;\n margin: 0 0 6px;\n font-size: 11px;\n}\n.color-picker-container .color-picker-button span[data-v-01dc0d51] {\n display: block;\n padding: 0 6px;\n line-height: 22px;\n color: #555;\n text-align: center;\n background: #f7f7f7;\n border-left: 1px solid #ccc;\n border-radius: 0 2px 2px 0;\n}\n.color-picker-container .hex-input[data-v-01dc0d51] {\n width: 65px;\n padding: 3px 5px 4px;\n margin: 0 3 0 0;\n font-family: monospace;\n font-size: 12px;\n line-height: 1.4;\n vertical-align: top;\n box-shadow: 0 1px 0 #ccc;\n}\n\n#dokan-settings-banner {\n margin: 20px 0px;\n padding: 40px;\n background: #fff;\n display: flex;\n align-items: flex-start;\n}\n#dokan-settings-banner a {\n box-shadow: none;\n background: #FF5722;\n color: #fff;\n border-color: #FF5722;\n}\n#dokan-settings-banner a:hover {\n background: #ff6a3c;\n}\n#dokan-settings-banner img {\n flex: 1;\n}\n#dokan-settings-banner .content {\n flex: 4;\n padding: 20px 50px;\n}\n#dokan-settings-banner .content p {\n margin: 30px 0px;\n font-size: 14px;\n}\n#dokan-settings-banner .content a {\n margin-right: 8px;\n}\n#dokan-settings-banner .content .custom-button {\n background: #fff;\n color: #565656;\n border-color: #DFDADF;\n -webkit-box-shadow: 0px 0px 11px 1px #ebebeb;\n -moz-box-shadow: 0px 0px 11px 1px #ebebeb;\n box-shadow: 0px 0px 11px 1px #ebebeb;\n}\n#dokan-settings-banner .content .custom-button:hover {\n background: #f2f2f2;\n}\n\n.vendor-list .dokan-btn {\n padding: 5px 10px;\n font-size: 15px;\n border-radius: 3px;\n color: #2873aa;\n}\n.vendor-list .image {\n width: 10%;\n}\n.vendor-list .store_name {\n width: 30%;\n}\n.vendor-list td.store_name img {\n float: left;\n margin-right: 10px;\n margin-top: 1px;\n width: 24px;\n height: auto;\n}\n.vendor-list td.store_name strong {\n display: block;\n margin-bottom: 0.2em;\n font-size: 14px;\n}\n@media only screen and (max-width: 600px) {\n.vendor-list table td.store_name,\n .vendor-list table td.enabled {\n display: table-cell !important;\n}\n.vendor-list table th:not(.check-column):not(.store_name):not(.enabled) {\n display: none;\n}\n.vendor-list table td:not(.check-column):not(.store_name):not(.enabled) {\n display: none;\n}\n.vendor-list table th.column,\n .vendor-list table table td.column {\n width: auto;\n}\n.vendor-list table td.manage-column.column-cb.check-column {\n padding-right: 15px;\n}\n.vendor-list table th.column.enabled {\n width: 25% !important;\n}\n}\n@media only screen and (max-width: 320px) {\n.vendor-list table .row-actions span {\n font-size: 11px;\n}\n}\n\n.swal2-container {\n z-index: 9999999 !important;\n}\n.swal2-container .swal2-popup .swal2-title {\n line-height: 35px;\n font-size: 30px;\n font-weight: 400;\n}\n.dokan-vendor-edit h1 {\n font-size: 23px;\n font-weight: 400;\n}\n.dokan-vendor-edit .tab-header .tab-list {\n overflow: hidden;\n display: flex;\n justify-content: space-between;\n}\n.dokan-vendor-edit .tab-header .tab-list .tab-title {\n height: 50px;\n list-style-type: none;\n position: relative;\n background-color: #1a9ed4;\n display: flex;\n justify-content: center;\n align-items: center;\n}\n.dokan-vendor-edit .tab-header .tab-list .tab-title .icon {\n position: relative;\n top: 1px;\n}\n.dokan-vendor-edit .tab-header .tab-list .tab-title a {\n color: #fff;\n text-decoration: none;\n padding: 75px;\n}\n.dokan-vendor-edit .tab-header .tab-list .tab-title a:active,\n.dokan-vendor-edit .tab-header .tab-list .tab-title a:focus {\n outline: none;\n outline-style: none;\n border-color: transparent;\n box-shadow: none;\n}\n.dokan-vendor-edit .tab-header .tab-list .tab-title a span {\n position: relative;\n top: -1px;\n left: -3px;\n}\n.dokan-vendor-edit .tab-header .tab-list .tab-title:first-child {\n padding-left: 5px;\n}\n.dokan-vendor-edit .tab-header .tab-list .tab-title:nth-child(n+2)::before {\n position: absolute;\n top: 0;\n left: 0;\n display: block;\n border-left: 25px solid white;\n /* width: arrow width, color: background of document */\n border-top: 25px solid transparent;\n /* width: half height */\n border-bottom: 25px solid transparent;\n /* width: half height */\n width: 0;\n height: 0;\n content: \" \";\n}\n.dokan-vendor-edit .tab-header .tab-list .tab-title:after {\n z-index: 1;\n /* need to bring this above the next item */\n position: absolute;\n top: 0;\n right: -25px;\n /* arrow width (negated) */\n display: block;\n border-left: 25px solid #f5f5f5;\n /* width: arrow width */\n border-top: 25px solid transparent;\n /* width: half height */\n border-bottom: 25px solid transparent;\n /* width: half height */\n width: 0;\n height: 0;\n content: \" \";\n border-left-color: #1a9ed4;\n}\n.dokan-vendor-edit .tab-header .tab-list .tab-title.active {\n background-color: #2C70A3;\n}\n.dokan-vendor-edit .tab-header .tab-list .tab-title.active a {\n color: #fff;\n}\n.dokan-vendor-edit .tab-header .tab-list .tab-title.active:after {\n border-left-color: #2C70A3;\n}\n.dokan-vendor-edit .tab-header .tab-list .tab-title.last:after {\n border-left: 0;\n}\n.dokan-vendor-edit .tab-header .tab-list .tab-title.active ~ .tab-title {\n background-color: #f5f5f5;\n}\n.dokan-vendor-edit .tab-header .tab-list .tab-title.active ~ .tab-title:after {\n border-left-color: #f5f5f5;\n}\n.dokan-vendor-edit .tab-header .tab-list .tab-title.active ~ .tab-title a {\n color: #000;\n}\n.dokan-vendor-edit .tab-contents {\n border: 1px solid #e5e5e5;\n border-radius: 3px;\n min-height: 400px;\n}\n.dokan-vendor-edit .tab-contents .loading {\n position: relative;\n left: 46%;\n top: 160px;\n}\n.dokan-vendor-edit .tab-contents .content-header {\n background: #F9F9F9;\n margin: 0;\n padding: 10px;\n}\n.dokan-vendor-edit .tab-contents .content-body {\n padding-top: 20px;\n padding-bottom: 20px;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group {\n margin: 0 10px;\n overflow: hidden;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group:after,\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group:before {\n display: table;\n content: \" \";\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column {\n float: left;\n width: 50%;\n padding: 0 10px;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .store-avaibility-info {\n display: flex;\n justify-content: space-between;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .store-avaibility-info .store-url,\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .store-avaibility-info span {\n margin: 0;\n padding: 0;\n position: relative;\n bottom: 10px;\n font-style: italic;\n color: #a09f9f;\n font-size: 12px;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .store-avaibility-info .is-available {\n color: green;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .store-avaibility-info .not-available {\n color: red;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .password-generator {\n margin-top: 6px;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .password-generator .regen-button {\n margin-right: 5px;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .password-generator .regen-button span {\n line-height: 26px;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .checkbox-left.notify-vendor {\n margin-top: 6px;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .multiselect {\n margin-top: 5px;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .multiselect__option--highlight {\n background: #3c9fd4;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .multiselect__tags {\n min-height: 45px;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .multiselect__single {\n padding-top: 3px;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .multiselect__select:before {\n top: 70%;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .multiselect__input:focus {\n box-shadow: none;\n border: none;\n outline: none;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .bank-info {\n padding-left: 10px;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-input {\n width: 100%;\n /* Full width */\n padding: 7px 12px;\n /* Some padding */\n border: 1px solid #ccc;\n /* Gray border */\n border-radius: 4px;\n /* Rounded borders */\n box-sizing: border-box;\n /* Make sure that padding and width stays in place */\n margin-top: 6px;\n /* Add a top margin */\n margin-bottom: 16px;\n /* Bottom margin */\n resize: vertical;\n /* Allow the user to vertically resize the textarea (not horizontally) */\n height: auto;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-input::placeholder {\n color: #bcbcbc;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-input.has-error::placeholder {\n color: red;\n}\n.dokan-vendor-edit .tab-contents .content-body .vendor-image {\n display: flex;\n padding-bottom: 20px;\n}\n.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture {\n background: #fcfcfc;\n border-radius: 3px;\n padding: 5px 10px;\n border: 2px dashed #d2d2d2;\n text-align: center;\n flex-grow: 1;\n width: 150px;\n margin-left: 20px;\n}\n.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture .profile-image {\n max-width: 100px;\n margin: 0 auto;\n}\n.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture .profile-image img {\n border: 1px solid #E5E5E5;\n padding: 15px 10px 0;\n cursor: pointer;\n width: 100%;\n padding: 5px;\n}\n.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture.banner {\n padding: 0;\n flex-grow: 10;\n margin-right: 20px;\n height: 228px;\n padding-top: 5%;\n}\n.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture.banner .banner-image img {\n width: 100%;\n height: 223px;\n padding: 0;\n}\n.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture.banner .banner-image button {\n background: #007cba;\n color: white;\n padding: 10px 15px;\n border-radius: 3px;\n margin: 20px 0;\n cursor: pointer;\n}\n.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture.banner.has-banner {\n padding-top: 0;\n}\n.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture-footer {\n color: #808080;\n font-weight: 300;\n}\n.dokan-vendor-edit .dokan-btn {\n background: #1a9ed4;\n padding: 10px 20px;\n color: white;\n border-radius: 3px;\n cursor: pointer;\n}\n.dokan-vendor-edit .dokan-btn:active,\n.dokan-vendor-edit .dokan-btn:focus {\n outline: none;\n outline-style: none;\n border-color: transparent;\n box-shadow: none;\n}\n.dokan-vendor-edit .dokan-modal .dokan-modal-content {\n height: 640px !important;\n}\n.dokan-vendor-edit .dokan-modal .dokan-modal-content .modal-body {\n max-height: 500px;\n min-height: 200px;\n}\n.dokan-vendor-edit .dokan-modal .dokan-modal-content .modal-footer {\n padding: 15px;\n bottom: 0;\n border-top: none;\n box-shadow: none;\n}\n.dokan-vendor-edit .component-fade-enter-active,\n.dokan-vendor-edit .component-fade-leave-active {\n transition: opacity 0.2s ease;\n}\n.dokan-vendor-edit .component-fade-enter,\n.dokan-vendor-edit .component-fade-leave-to {\n opacity: 0;\n}\n@media only screen and (max-width: 600px) {\n.dokan-vendor-edit .dokan-modal .dokan-modal-content {\n height: 400px;\n}\n.dokan-vendor-edit .dokan-modal .dokan-modal-content .modal-body {\n max-height: 300px;\n}\n}\n@media only screen and (max-width: 500px) {\n.dokan-vendor-edit .tab-list .tab-title .tab-link {\n display: flex;\n}\n.dokan-vendor-edit .tab-list .tab-title .tab-link a {\n padding: 12px;\n margin-left: 17px;\n}\n.dokan-vendor-edit .tab-list .tab-title .tab-link a span {\n display: block;\n margin: 0 auto;\n}\n.dokan-vendor-edit .tab-contents p,\n .dokan-vendor-edit .tab-contents input,\n .dokan-vendor-edit .tab-contents button {\n font-size: 13px;\n}\n.dokan-vendor-edit .tab-contents .vendor-image {\n display: block !important;\n}\n.dokan-vendor-edit .tab-contents .vendor-image .picture {\n margin-right: 20px !important;\n width: auto !important;\n}\n.dokan-vendor-edit .tab-contents .vendor-image .picture.banner {\n margin-top: 15px;\n}\n}\n@media only screen and (max-width: 375px) {\n.dokan-vendor-edit .tab-list .tab-title .tab-link {\n display: flex;\n}\n.dokan-vendor-edit .tab-list .tab-title .tab-link a {\n padding: 5px;\n margin-left: 20px;\n font-size: 12px;\n}\n.dokan-vendor-edit .tab-contents p,\n .dokan-vendor-edit .tab-contents input,\n .dokan-vendor-edit .tab-contents button {\n font-size: 12px;\n}\n}\n@media only screen and (max-width: 320px) {\n.dokan-vendor-edit .tab-list .tab-title .tab-link {\n display: flex;\n}\n.dokan-vendor-edit .tab-list .tab-title .tab-link a {\n padding: 2px;\n margin-left: 20px;\n font-size: 10px;\n}\n}\n\n.switch {\n position: relative;\n display: inline-block;\n width: 40px;\n height: 18px;\n}\n.switch input {\n display: none;\n}\n.switch input:checked + .slider {\n background-color: #64b450;\n}\n.switch input:checked + .slider:before {\n -webkit-transform: translateX(22px);\n -ms-transform: translateX(22px);\n transform: translateX(22px);\n}\n.switch input:focus + .slider {\n box-shadow: 0 0 1px #2196F3;\n}\n.switch .slider {\n position: absolute;\n cursor: pointer;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n background-color: #ccc;\n -webkit-transition: 0.4s;\n transition: 0.4s;\n}\n.switch .slider:before {\n position: absolute;\n content: \"\";\n height: 14px;\n width: 14px;\n left: 2px;\n bottom: 2px;\n background-color: white;\n -webkit-transition: 0.4s;\n transition: 0.4s;\n}\n.switch .slider.round {\n border-radius: 34px;\n}\n.switch .slider.round:before {\n border-radius: 50%;\n}\n\n.dokan-upload-image {\n width: 100%;\n}\n.dokan-upload-image img {\n cursor: pointer;\n}\n\n.address-multiselect {\n margin: 0px 12px;\n}\n\n.checkbox-group {\n margin-top: 20px;\n padding: 0 10px;\n}\n.checkbox-group .checkbox-left {\n display: inline-block;\n}\n.checkbox-group .checkbox-left .switch {\n margin-right: 10px;\n display: inline-block;\n}\n.payment-info.edit-mode .checkbox-group {\n padding: 0;\n}\n.payment-info.edit-mode .dokan-form-select {\n margin-top: 5px;\n margin-bottom: 5px;\n}\n.payment-info.edit-mode .combine-commission-field .dokan-form-input.percent_fee,\n.payment-info.edit-mode .combine-commission-field .dokan-form-input.fixed_fee {\n width: 40%;\n}\n\n#dokan-vendor-capabilities {\n padding: 20px 70px;\n}\n#dokan-vendor-capabilities .grid {\n display: grid;\n grid-template-columns: repeat(12, 1fr);\n grid-gap: 16px;\n margin-bottom: 30px;\n}\n#dokan-vendor-capabilities .col-6 {\n grid-column: auto / span 6;\n}\n#dokan-vendor-capabilities #dokan-capability-image-popup {\n position: fixed;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n background-color: #000000;\n background-color: rgba(0, 0, 0, 0.7);\n z-index: 99900;\n}\n#dokan-vendor-capabilities #dokan-capability-image-popup .modal-content {\n background-color: transparent;\n z-index: 100000;\n margin: 8% auto;\n max-width: 850px;\n text-align: center;\n}\n#dokan-vendor-capabilities .capability-card {\n background: #fff;\n padding: 50px;\n border-radius: 9px;\n border: 1px solid #E2E2E2;\n display: flex;\n flex-direction: column;\n align-items: center;\n text-align: center;\n}\n#dokan-vendor-capabilities .capability-card .capability-image {\n position: relative;\n width: 100%;\n}\n#dokan-vendor-capabilities .capability-card .capability-image .image {\n opacity: 1;\n width: 100%;\n height: 270px;\n max-height: 370px;\n transition: 0.5s ease;\n backface-visibility: hidden;\n}\n#dokan-vendor-capabilities .capability-card .capability-image .middle {\n transition: 0.5s ease;\n opacity: 0;\n position: absolute;\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50%);\n -ms-transform: translate(-50%, -50%);\n text-align: center;\n}\n#dokan-vendor-capabilities .capability-card .capability-image:hover .image {\n opacity: 0.3;\n}\n#dokan-vendor-capabilities .capability-card .capability-image:hover .middle {\n opacity: 1;\n}\n#dokan-vendor-capabilities .capability-card .capability-image .zoom {\n background-color: #FFB24B;\n border-radius: 9px;\n color: white;\n font-size: 24px;\n padding: 16px 24px;\n cursor: pointer;\n}\n#dokan-vendor-capabilities .capability-card .title {\n font-size: 18px;\n}\n#dokan-vendor-capabilities .capability-card .content {\n min-height: 40px;\n}\n#dokan-vendor-capabilities .capability-card p {\n margin-bottom: 0px;\n}\n#dokan-vendor-capabilities .vendor-capabilities-banner {\n display: flex;\n align-items: center;\n padding: 50px;\n height: auto;\n border-radius: 9px;\n background-position: center;\n background-repeat: no-repeat;\n background-size: cover;\n margin-bottom: 16px;\n}\n#dokan-vendor-capabilities .vendor-capabilities-banner .content {\n margin: 30px;\n}\n#dokan-vendor-capabilities .vendor-capabilities-banner .content .title {\n font-size: 26px;\n font-weight: bold;\n color: #FF0000;\n}\n\n.dokan-modules-wrap .module-content {\n position: relative;\n margin-top: 15px;\n}\n.dokan-modules-wrap .module-content .loading {\n position: absolute;\n width: 100%;\n height: 100%;\n top: 0px;\n left: 0px;\n background: rgba(255, 255, 255, 0.5);\n}\n.dokan-modules-wrap .module-content .loading .dokan-loader {\n top: 30%;\n left: 47%;\n}\n.dokan-modules-wrap .module-content .dokan-modules .plugin-card {\n position: relative;\n}\n.dokan-modules-wrap .module-content .dokan-modules .plugin-card .plugin-action-buttons svg {\n cursor: pointer;\n}\n.dokan-modules-wrap .module-content .dokan-modules .plugin-card .card-footer {\n position: absolute;\n bottom: 18px;\n right: 20px;\n}\n@media only screen and (max-width: 600px) {\n.dokan-modules-wrap input#media-search-input {\n width: 74%;\n}\n.dokan-modules-wrap .module-content .tablenav.top {\n margin-top: -16px;\n}\n.dokan-modules-wrap table td.name,\n .dokan-modules-wrap table td.active {\n display: table-cell !important;\n}\n.dokan-modules-wrap table th:not(.check-column):not(.name):not(.active) {\n display: none;\n}\n.dokan-modules-wrap table td:not(.check-column):not(.name):not(.active) {\n display: none;\n}\n.dokan-modules-wrap table th.column,\n .dokan-modules-wrap table td.column {\n width: auto;\n}\n.dokan-modules-wrap table th.column.name {\n width: 50% !important;\n}\n.dokan-modules-wrap table th.column.active {\n width: 20% !important;\n}\n.dokan-modules-wrap table td.column.order_id .row-actions {\n font-size: 11px;\n}\n}\n\n#dokan-upgrade-to-pro-wrapper button,\n#dokan-upgrade-to-pro-wrapper a {\n box-shadow: none;\n background: #FF5722;\n color: #fff;\n border-color: #FF5722;\n margin: 0px 30px;\n}\n#dokan-upgrade-to-pro-wrapper button:hover,\n#dokan-upgrade-to-pro-wrapper a:hover {\n background: #ff6a3c;\n}\n#dokan-upgrade-to-pro-wrapper .text-brand {\n color: #FF5722;\n}\n#dokan-upgrade-to-pro-wrapper .text-disabled {\n color: #919191;\n}\n#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup {\n position: fixed;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n min-height: 360px;\n background-color: #000000;\n background-color: rgba(0, 0, 0, 0.7);\n z-index: 99900;\n}\n#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content {\n background-color: #fefefe;\n z-index: 100000;\n margin: 8% auto;\n width: 500px;\n border-radius: 9px;\n text-align: center;\n}\n#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content p {\n font-size: 14px;\n}\n#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content span.close {\n float: right;\n margin-top: -15px;\n margin-right: -10px;\n cursor: pointer;\n color: #fff;\n border: 1px solid #AEAEAE;\n border-radius: 50%;\n background: #fff;\n font-size: 18px;\n display: inline-block;\n line-height: 0px;\n padding: 20px 14px;\n}\n#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content span.close:before {\n content: \"X\";\n color: #484848;\n}\n#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .header {\n padding: 20px 40px;\n}\n#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .header h1 {\n font-size: 30px;\n}\n#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .header img {\n height: 120px;\n display: block;\n width: 50%;\n margin: 20px auto 10px;\n}\n#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body {\n padding: 20px 40px;\n background: rgba(255, 87, 34, 0.08);\n}\n#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body button {\n font-size: 16px !important;\n}\n#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body .promo-card {\n margin: 20px 0px;\n background: #fff;\n padding: 10px;\n border-radius: 9px;\n -webkit-box-shadow: 0px 0px 22px 0px #cfcfcf;\n -moz-box-shadow: 0px 0px 22px 0px #cfcfcf;\n box-shadow: 0px 0px 22px 0px #cfcfcf;\n display: flex;\n align-items: center;\n}\n#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body .promo-card p {\n text-align: left;\n margin-left: 16px;\n}\n#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body span a {\n background: transparent;\n text-decoration: none;\n cursor: pointer;\n color: #AD644E;\n}\n"]}
1
+ {"version":3,"sources":["vue-admin.css"],"names":[],"mappings":"AAgBA,kCACE,aAAc,CACd,eAAgB,CAChB,eAAgB,CAChB,UACF,CACA,2FAEE,UAAW,CACX,SACF,CACA,6CACE,eACF,CACA,yCACE,aAAc,CACd,UAAW,CACX,gBAAiB,CACjB,iBACF,CACA,gCACE,uBAA8B,CAC9B,mBAAoB,CACpB,kBAAmB,CACnB,4BAA6B,CAC7B,iBACF,CACA,mCACE,aACF,CACA,kCACE,4BACF,CACA,2CACE,kBAAmB,CACnB,eAAgB,CAChB,YAAa,CACb,iBAAkB,CAClB,UACF,CACA,2CACE,YACF,CACA,6DACE,UAAW,CACX,qBAAsB,CACtB,iBACF,CACA,yDACE,eAAgB,CAChB,kBAAmB,CACnB,UAAW,CACX,oBAAqB,CACrB,wBAAyB,CACzB,2BACF,CACA,+DACE,kBACF,CACA,yCACE,iBAAkB,CAClB,WAAY,CACZ,kBAAmB,CACnB,yBACF,CACA,uDACE,eACF,CACA,yCACA,6CACI,cACJ,CACA,2FAEI,UACJ,CACA,CACA,yCACA,6CACI,cACJ,CACA,2FAEI,UACJ,CACA,kIAEI,YACJ,CACA,sDACI,cACJ,CACA,CACA,yCACA,wDACI,YACJ,CACA,CAEA,oBACE,YAAa,CACb,eAAgB,CAChB,kBAAmB,CACnB,sBAAuB,CACvB,wBAAyB,CACzB,2BAA4B,CAC5B,wCAAyC,CACzC,2pKAAquN,CACruN,iBACF,CACA,2BACE,QAAS,CACT,qBACF,CACA,+BACE,YACF,CACA,mCACE,WAAY,CACZ,YACF,CACA,6BACE,YAAa,CACb,kBAAmB,CACnB,6BAA8B,CAC9B,iBACF,CACA,sCACE,cAAe,CACf,eACF,CACA,yCACE,UAAc,CACd,cAAe,CACf,eAAiB,CACjB,iBAAkB,CAClB,kCAAsC,CACtC,QACF,CACA,wCACE,aAAc,CACd,cAAe,CACf,iBAAkB,CAClB,eAAmB,CACnB,kCACF,CACA,uCACE,YAAa,CACb,eAAgB,CAChB,eAAgB,CAChB,kBAAmB,CACnB,6CAAgD,CAChD,aACF,CACA,6CACE,iBAAkB,CAClB,aAAc,CACd,cAAe,CACf,iBAAkB,CAClB,eAAmB,CACnB,kCAAsC,CACtC,iBAAkB,CAClB,mBACF,CACA,4CACE,iBAAkB,CAClB,KAAM,CACN,MAAO,CACP,UAAW,CACX,WAAY,CACZ,iBAAkB,CAClB,wBACF,CACA,kDACE,UAAW,CACX,iBAAkB,CAClB,QAAS,CACT,OAAQ,CACR,SAAU,CACV,UAAW,CAEX,iBAA6B,CAA7B,4BAA6B,CAC7B,uBACF,CACA,yCACE,UAAc,CACd,iBAAkB,CAClB,eAAmB,CACnB,cAAe,CACf,kCACF,CACA,+CACE,aACF,CACA,iCACE,aACF,CACA,mCACE,UAAc,CACd,kBAAmB,CACnB,cAAe,CACf,eAAmB,CACnB,iBAAkB,CAClB,2BAA6B,CAC7B,iBAAkB,CAClB,iBAAkB,CAClB,oBAAqB,CACrB,yBACF,CACA,yCACE,kBACF,CACA,kCACE,iBAAkB,CAClB,QAAS,CACT,SAAU,CACV,QAAS,CACT,sBAAuB,CACvB,oBACF,CACA,uCACE,cAAe,CACf,YAAa,CACb,kBAAmB,CACnB,sBAAuB,CACvB,aAAc,CACd,uBAAyB,CACzB,cAAe,CACf,wBAAyB,CACzB,kBAAmB,CACnB,UAAW,CACX,WACF,CACA,6CACE,aAAc,CACd,oBACF,CACA,yCACA,oBACI,cAAe,CACf,0CAA2C,CAC3C,0+KACJ,CACA,2BACI,sBACJ,CACA,+BACI,iBAAkB,CAClB,cACJ,CACA,mCACI,WAAY,CACZ,YACJ,CACA,6BACI,cAAe,CACf,kBACJ,CACA,sCACI,iBAAkB,CAClB,eAAgB,CAChB,kBAAmB,CACnB,UACJ,CACA,yCACI,cACJ,CACA,uCACI,cAAe,CACf,aAAc,CACd,YAAa,CACb,6CACJ,CACA,mCACI,aACJ,CACA,CACA,+CACA,oBACI,cAAe,CACf,2CAA4C,CAC5C,0+KACJ,CACA,2BACI,sBACJ,CACA,+BACI,iBAAkB,CAClB,cACJ,CACA,mCACI,WAAY,CACZ,YACJ,CACA,6BACI,cAAe,CACf,kBACJ,CACA,sCACI,iBAAkB,CAClB,eAAgB,CAChB,kBAAmB,CACnB,UACJ,CACA,yCACI,cACJ,CACA,uCACI,cAAe,CACf,aAAc,CACd,YAAa,CACb,6CACJ,CACA,mCACI,aACJ,CACA,CACA,+CACA,sCACI,cACJ,CACA,uCACI,YACJ,CACA,CACA,gDACA,sCACI,cACJ,CACA,uCACI,YACJ,CACA,CACA,0CACA,oBACI,2CACJ,CACA,sCACI,cACJ,CACA,uCACI,6CACJ,CACA,CAEA,4CACE,gBACF,CACA,qDACE,UACF,CACA,0BACE,SACF,CACA,2BACE,SACF,CACA,iCACE,UAAW,CACX,iBAAkB,CAClB,cAAe,CACf,UAAW,CACX,WACF,CACA,oCACE,aAAc,CACd,kBAAoB,CACpB,cACF,CACA,4DAEE,WACF,CACA,kCACE,iBAAkB,CAClB,eAAgB,CAChB,iBACF,CACA,uCACE,kBAAmB,CACnB,aACF,CACA,sCACE,kBAAmB,CACnB,aACF,CACA,wCACE,kBAAmB,CACnB,aACF,CACA,2CACE,iBACF,CACA,yCACA,8FAGI,4BACJ,CAIA,8KACI,YACJ,CACA,sEAEI,UACJ,CACA,sDACI,UAAW,CACX,WAAY,CACZ,cACJ,CACA,gDACI,oBACJ,CACA,qDACI,cACJ,CACA,CACA,yCACA,gDACI,oBACJ,CACA,qDACI,aACJ,CACA,CACA,yCACA,sDACI,UAAW,CACX,WAAY,CACZ,cACJ,CACA,CAEA,oBACE,gCAAoC,CACpC,0BACF,CACA,gDACE,YAAa,CACb,kBAAmB,CACnB,YAAa,CACb,WAAY,CACZ,iBAAkB,CAClB,uBAA2B,CAC3B,2BAA4B,CAC5B,qBAAsB,CACtB,gBACF,CACA,yDACE,WACF,CACA,gEACE,cAAe,CACf,eAAiB,CACjB,SACF,CACA,kDACE,eAAgB,CAChB,kBAAmB,CACnB,UAAW,CACX,oBACF,CACA,wDACE,UAAW,CACX,kBACF,CACA,sBACE,uBACF,CACA,mCACE,iBAAkB,CAClB,aAAc,CACd,cAAe,CACf,iBAAkB,CAClB,eAAgB,CAChB,iBAAkB,CAClB,eACF,CACA,yCACE,UAAW,CACX,iBAAkB,CAClB,YAAa,CACb,QAAS,CACT,0BAA2B,CAC3B,UAAW,CACX,UAAW,CACX,iBAAkB,CAClB,wBACF,CACA,oCACE,wBAAyB,CACzB,aAAc,CACd,cAAe,CACf,YAAa,CACb,kBAAmB,CACnB,YAAa,CACb,4BACF,CACA,0BACA,oCACI,aACJ,CACA,CACA,uDACE,WAAY,CACZ,oBACF,CACA,kDACE,gBACF,CACA,qDACE,cAAe,CACf,iBAAkB,CAClB,aACF,CACA,oDACE,cAAe,CACf,iBAAkB,CAClB,eAAgB,CAChB,QAAS,CACT,mBACF,CACA,qCACE,iBAAkB,CAClB,sBAAuB,CACvB,wBACF,CACA,0BACA,qCACI,gBAAiB,CACjB,iBACJ,CACA,CACA,mDACE,YAAa,CACb,cACF,CACA,gEACE,cAAe,CACf,WAAY,CACZ,iBAAkB,CAClB,iBAAkB,CAClB,qBACF,CACA,mFACE,yBAA0B,CAC1B,cACF,CACA,gFACE,sBACF,CACA,mFACE,aAAc,CACd,cAAe,CACf,iBAAkB,CAClB,eAAgB,CAChB,QACF,CACA,0CACE,cAAe,CACf,iBAAkB,CAClB,eAAgB,CAChB,UAAY,CACZ,wBAAyB,CACzB,wBAAyB,CACzB,iBAAkB,CAClB,oBAAqB,CACrB,iBAAkB,CAClB,oBAAqB,CACrB,eAAgB,CAChB,uBACF,CACA,gDACE,iDACF,CACA,8CACE,UAAW,CACX,SAAU,CACV,eACF,CACA,wCACE,wBAAyB,CACzB,YACF,CACA,0BACA,wCACI,kBAAmB,CACnB,mBACJ,CACA,CACA,uDACE,kBACF,CACA,yDACE,YAAa,CACb,6BACF,CACA,sEACE,YAAa,CACb,qBAAsB,CACtB,wBAAyB,CACzB,iBAAkB,CAClB,sCAA+C,CAC/C,YAAa,CACb,qBACF,CACA,oFACE,kBAAmB,CACnB,iBACF,CACA,0FACE,UAAW,CACX,iBAAkB,CAClB,YAAa,CACb,MAAO,CACP,UAAW,CACX,UAAW,CACX,iBAAkB,CAClB,wBACF,CACA,wFACE,WACF,CACA,oFACE,QACF,CACA,uFACE,cAAe,CACf,iBAAkB,CAClB,eAAgB,CAChB,aAAc,CACd,kBAAmB,CACnB,iBAAkB,CAClB,YAAa,CACb,kBACF,CACA,kGACE,eACF,CACA,2FACE,UAAW,CACX,iBACF,CACA,mGACE,aACF,CACA,qCACE,wBAAyB,CACzB,mBACF,CACA,oDACE,mBACF,CACA,sDACE,cACF,CACA,0BACA,sDACI,gBAAiB,CACjB,iBACJ,CACA,CACA,gDACE,YACF,CACA,mFACE,4BAA6B,CAC7B,wBAAyB,CACzB,yBACF,CACA,oFACE,uBACF,CACA,kFACE,uBACF,CACA,+EACE,iBACF,CACA,sFACE,iBAAkB,CAClB,SAAU,CACV,MAAO,CACP,UAAW,CACX,sBAAuB,CACvB,aAAc,CACd,cAAe,CACf,iBAAkB,CAClB,qBAAyB,CACzB,yBAA0B,CAC1B,WAAY,CACZ,qBACF,CACA,oFACE,yBACF,CACA,yFACE,yBAA0B,CAC1B,+BACF,CACA,sEACE,+BACF,CACA,kFACE,yBAA0B,CAC1B,4BAA6B,CAC7B,wBACF,CACA,mFACE,uBACF,CACA,iFACE,uBACF,CACA,2DACE,WAAY,CACZ,iBAAkB,CAClB,wBAAyB,CACzB,YAAa,CACb,qBAAsB,CACtB,eAAgB,CAChB,aAAc,CACd,cACF,CACA,uEACE,SAAU,CACV,eAAgB,CAChB,eAAgB,CAChB,6BAA8B,CAC9B,8BACF,CACA,wEACE,6BACF,CACA,sEACE,6BAA8B,CAC9B,8BACF,CACA,mEACE,SAAU,CACV,+CACF,CACA,wEACE,aAAc,CACd,cAAe,CACf,iBAAkB,CAClB,eAAgB,CAChB,oBACF,CACA,sEACE,cAAe,CACf,aACF,CACA,0EACE,aAAc,CACd,aAAc,CACd,UACF,CACA,oEACE,cAAe,CACf,eAAgB,CAChB,iBAAkB,CAClB,iBAAkB,CAClB,UAAW,CACX,oBAAqB,CACrB,kBAAmB,CACnB,oBAAqB,CACrB,uBACF,CACA,0EACE,+CACF,CACA,4EACE,wBACF,CACA,iFACE,wBACF,CACA,6EACE,wBACF,CACA,+EACE,wBACF,CACA,gDACE,oBAAqB,CACrB,eAAiB,CACjB,UAAW,CACX,cAAe,CACf,eAAgB,CAChB,iBAAkB,CAClB,kBAAmB,CACnB,gBAAiB,CACjB,cAAe,CACf,qBAAsB,CACtB,kBACF,CACA,wDACE,wBACF,CACA,6DACE,wBACF,CACA,yDACE,wBACF,CACA,2DACE,wBACF,CACA,4CACE,kBACF,CACA,iDACE,cAAe,CACf,iBAAkB,CAClB,eAAgB,CAChB,aAAc,CACd,aACF,CACA,6DACE,cAAe,CACf,iBAAkB,CAClB,eAAgB,CAChB,aACF,CACA,iEACE,cACF,CACA,qCACE,YAAa,CACb,eAAgB,CAChB,6BAA8B,CAC9B,sBAAuB,CACvB,kBACF,CACA,0BACA,qCACI,gBAAiB,CACjB,iBACJ,CACA,CACA,wDACE,YAAa,CACb,YAAa,CACb,oBAAqB,CACrB,kBAAmB,CACnB,iBACF,CACA,8DACE,UAAW,CACX,iBAAkB,CAClB,WAAY,CACZ,OAAQ,CACR,0BAA2B,CAC3B,SAAU,CACV,WAAY,CACZ,iBAAkB,CAClB,wBACF,CACA,2EACE,cAAe,CACf,WACF,CACA,0EACE,iBACF,CACA,6EACE,cAAe,CACf,iBAAkB,CAClB,aAAc,CACd,eAAgB,CAChB,QACF,CACA,4EACE,aAAc,CACd,cAAe,CACf,iBAAkB,CAClB,eAAgB,CAChB,iBACF,CACA,4EACE,aAAc,CACd,cAAe,CACf,iBAAkB,CAClB,oBACF,CACA,gFACE,UAAW,CACX,gBACF,CACA,sDACE,cAAe,CACf,eAAgB,CAChB,aAAc,CACd,eACF,CACA,+DACE,cACF,CACA,yCACE,wBAAyB,CACzB,mBAAoB,CACpB,iBACF,CACA,wDACE,kBACF,CACA,8DACE,SAAU,CACV,iBAAkB,CAClB,aACF,CACA,0CACA,8DACI,SACJ,CACA,CACA,4FACE,UAAW,CACX,WAAY,CACZ,qBAAsB,CACtB,iBAAkB,CAClB,qBAAsB,CACtB,uCAAgD,CAChD,mBAAoB,CACpB,SAAU,CACV,iBACF,CACA,gGACE,iBAAkB,CAClB,cACF,CACA,+FACE,qBAAsB,CACtB,UAAW,CACX,iBAAkB,CAClB,wBAAyB,CACzB,sCAA+C,CAC/C,sBAAuB,CACvB,2BAA4B,CAC5B,6BACF,CACA,kGACE,cAAe,CACf,iBAAkB,CAClB,aAAc,CACd,eAAgB,CAChB,YAAa,CACb,iBACF,CACA,oGACE,cAAe,CACf,iBAAkB,CAClB,eAAgB,CAChB,aAAc,CACd,kBAAmB,CACnB,oBACF,CACA,iGACE,aAAc,CACd,cAAe,CACf,iBAAkB,CAClB,eACF,CACA,0EACE,iBAAkB,CAClB,kBACF,CACA,6EACE,iBAAkB,CAClB,oBAAqB,CACrB,UAAW,CACX,WAAY,CACZ,YAAa,CACb,SAAU,CACV,cACF,CACA,wGACE,wBACF,CACA,oFACE,iBAAkB,CAClB,WAAY,CACZ,aAAc,CACd,aAAc,CACd,UAAW,CACX,WAAY,CACZ,WAAY,CACZ,cAAe,CACf,iBAAkB,CAClB,QAAS,CACT,YAAa,CACb,sBACF,CACA,2FACE,iBAAkB,CAClB,KAAM,CACN,MAAO,CACP,UAAW,CACX,UAAW,CACX,UAAW,CACX,iBAAkB,CAClB,wBAAyB,CACzB,kBACF,CACA,2CACE,aAAc,CACd,cAAe,CACf,iBAAkB,CAClB,eACF,CACA,6CACE,aAAc,CACd,oBACF,CACA,iCACE,mEAAuE,CACvE,+DAA0E,CAC1E,kEAAsE,CACtE,uDAAkE,CAClE,2BAA4B,CAC5B,uBAAkC,CAClC,uBAAwB,CACxB,iBAAkB,CAClB,sBAAuB,CACvB,UACF,CACA,qCACE,UAAW,CACX,iBAAkB,CAClB,0CACF,CACA,oCACE,cAAe,CACf,UAAW,CACX,eAAgB,CAChB,mBAAoB,CACpB,iBAAkB,CAClB,aAAc,CACd,yCACF,CACA,mCACE,cAAe,CACf,iBAAkB,CAClB,eAAgB,CAChB,kBACF,CACA,sCACE,qBAAsB,CACtB,aAAc,CACd,cAAe,CACf,mBAAoB,CACpB,eAAgB,CAChB,wBAAyB,CACzB,iBAAkB,CAClB,4CAAqD,CACrD,oBAAqB,CACrB,oBAAqB,CACrB,iBACF,CACA,4CACE,iDACF,CACA,0CACE,UAAW,CACX,YAAa,CACb,eACF,CAEA,aACE,mEAAuE,CACvE,+DAA0E,CAC1E,kEAAsE,CACtE,uDAAkE,CAClE,2BAA4B,CAC5B,uBAAkC,CAClC,uBAAwB,CACxB,iBAAkB,CAClB,sBAAuB,CACvB,UACF,CACA,iBACE,UAAW,CACX,iBAAkB,CAClB,0CACF,CACA,gBACE,cAAe,CACf,UAAW,CACX,eAAgB,CAChB,mBAAoB,CACpB,iBAAkB,CAClB,aAAc,CACd,yCACF,CACA,eACE,cAAe,CACf,iBAAkB,CAClB,eAAgB,CAChB,kBACF,CACA,kBACE,qBAAsB,CACtB,aAAc,CACd,cAAe,CACf,mBAAoB,CACpB,eAAgB,CAChB,wBAAyB,CACzB,iBAAkB,CAClB,4CAAqD,CACrD,oBAAqB,CACrB,oBAAqB,CACrB,iBACF,CACA,wBACE,iDACF,CACA,sBACE,UAAW,CACX,YAAa,CACb,eACF,CAEA,kCACE,eACF,CACA,iDACE,qBAAsB,CACtB,kBAAmB,CACnB,UACF,CACA,iEACE,UACF,CACA,4DACE,UACF,CACA,mDACE,oBACF,CACA,6GAEE,eACF,CACA,0BACE,UAAW,CACX,iBAAkB,CAClB,gBACF,CAEA,wEAEE,2BACF,CACA,6DAEE,SACF,CACA,0EAEE,uBAAyB,CACzB,iCACF,CACA,+DAEE,gBAAiB,CACjB,eACF,CACA,+DAEE,eAAgB,CAChB,YACF,CACA,oBACE,cACF,CACA,sDACE,QAAS,CACT,iBACF,CACA,iEACE,4BAAiC,CACjC,oBAAqB,CACrB,mBACF,CACA,+DACE,4BAAiC,CACjC,oBACF,CACA,+EACE,YACF,CACA,8EACE,YACF,CACA,kEACE,UAAc,CACd,cAAe,CACf,iBAAkB,CAClB,gBAAiB,CACjB,eAAgB,CAChB,kCAAsC,CACtC,eACF,CACA,mFACE,WAAY,CACZ,WAAY,CACZ,iBAAkB,CAClB,cAAe,CACf,uBAAyB,CACzB,aAAc,CACd,eAAmB,CACnB,kBAAmB,CACnB,iBAAkB,CAClB,wBACF,CACA,kGACE,SAAU,CACV,WAAY,CACZ,eAAgB,CAChB,kBAAmB,CACnB,WAAY,CACZ,aAAc,CACd,oBAAqB,CACrB,iBAAkB,CAClB,uBAAyB,CACzB,cAAe,CACf,cAAe,CACf,eAAgB,CAChB,kCACF,CACA,2FACE,kBAAmB,CACnB,kBAAmB,CACnB,iBAAkB,CAClB,KAAM,CACN,SAAU,CACV,WAAY,CACZ,2BACF,CACA,yFACE,yBACF,CACA,wFACE,wBACF,CACA,gGACE,UACF,CACA,6EACE,WAAY,CACZ,kBAAmB,CACnB,iBACF,CACA,+EACE,UAAW,CACX,cAAe,CACf,iBAAkB,CAClB,cAAe,CACf,eAAgB,CAChB,kCACF,CACA,wFACE,cAAe,CACf,eAAgB,CAChB,uBACF,CACA,8FACE,yBACF,CACA,2FACE,iBAAkB,CAClB,QAAS,CACT,MAAO,CACP,UAAW,CACX,SAAU,CACV,eAAgB,CAChB,qBAAyB,CACzB,2BAA4B,CAC5B,qBAAsB,CACtB,SAAU,CACV,iBAAkB,CAClB,uBAAyB,CACzB,qCACF,CACA,kGACE,UAAW,CACX,iBAAkB,CAElB,6BAA0B,CAA1B,wBAA0B,CAC1B,iBAAkB,CAClB,SAAU,CACV,UAAW,CACX,SACF,CACA,6GACE,gBAAiB,CACjB,eAAgB,CAChB,eAAmB,CACnB,eACF,CACA,gHACE,mBACF,CACA,mHACE,kBAAmB,CACnB,UAAc,CACd,cAAe,CACf,eAAgB,CAChB,kCAAsC,CACtC,yBAA2B,CAC3B,cACF,CACA,yHACE,aACF,CACA,8HACE,eACF,CACA,2HACE,aAAc,CACd,eAAiB,CACjB,kCACF,CACA,wHACE,aAAc,CACd,cAAe,CACf,aAAc,CACd,eAAgB,CAChB,kCACF,CACA,gIACE,SACF,CACA,sIACE,kBACF,CACA,sIACE,kBACF,CACA,4IACE,kBACF,CACA,iGACE,QAAS,CACT,SAAU,CACV,kBACF,CACA,wFACE,eAAmB,CACnB,wBAAyB,CACzB,iBAAkB,CAClB,YAAa,CACb,qBACF,CACA,4FACE,eACF,CACA,0GACE,kBACF,CACA,qHACE,eACF,CACA,yHACE,UAAc,CACd,cAAe,CACf,eAAgB,CAChB,gBAAiB,CACjB,iBAAkB,CAClB,oBAAqB,CACrB,kCACF,CACA,uHACE,kBACF,CACA,sHACE,kBACF,CACA,qHACE,kBACF,CACA,mHACE,aACF,CACA,8HACE,eACF,CACA,sHACE,UAAc,CACd,QAAS,CACT,cAAe,CACf,eAAiB,CACjB,kCACF,CACA,uHACE,UAAc,CACd,cAAe,CACf,eAAgB,CAChB,UAAY,CACZ,kCACF,CACA,uHACE,UAAW,CACX,WAAY,CACZ,eACF,CACA,sHACE,uBAAwB,CACxB,UAAY,CACZ,cAAe,CACf,eAAgB,CAChB,gBACF,CACA,0GACE,YAAa,CACb,kBAAmB,CACnB,sBAAuB,CACvB,eACF,CACA,4GACE,cAAe,CACf,eAAmB,CACnB,oBAAqB,CACrB,gBAAiB,CACjB,oBAAqB,CACrB,UAAc,CACd,eAAmB,CACnB,iBAAkB,CAClB,wBAAyB,CACzB,kCACF,CACA,kHACE,eACF,CACA,6FACE,eAAgB,CAChB,cAAe,CACf,UAAc,CACd,iBAAkB,CAClB,kCACF,CACA,4FACE,eAAgB,CAChB,cAAe,CACf,aAAc,CACd,kCACF,CACA,gGACE,cAAe,CACf,UAAW,CACX,kBAAmB,CACnB,kBAAmB,CACnB,eAAgB,CAChB,gBAAiB,CACjB,eAAgB,CAChB,kCACF,CACA,0CACA,0EACI,YAAa,CACb,WAAY,CACZ,aAAc,CACd,6BACJ,CACA,wFACI,WACJ,CACA,iFACI,iBACJ,CACA,8EACI,eACJ,CACA,CACA,2DACA,0EACI,YAAa,CACb,WAAY,CACZ,aAAc,CACd,6BACJ,CACA,wFACI,WACJ,CACA,iFACI,iBACJ,CACA,8EACI,eACJ,CACA,CACA,yCACA,iEACI,kBAAmB,CACnB,oBAAqB,CACrB,mBACJ,CACA,+DACI,kBAAmB,CACnB,oBACJ,CACA,+EACI,YACJ,CACA,8EACI,YACJ,CACA,wFACI,cAAe,CACf,QAAS,CACT,eAAgB,CAChB,eACJ,CACA,0GACI,qBACJ,CACA,iFACI,iBACJ,CACA,iGACI,mBAAoB,CACpB,iBACJ,CACA,8EACI,eACJ,CACA,8FACI,eAAgB,CAChB,mBAAyB,CACzB,cAAe,CACf,qBACJ,CACA,iFACI,YACJ,CACA,gFACI,eACJ,CACA,CACA,iDACE,UAAW,CACX,WAAY,CACZ,UAAc,CACd,kBAAmB,CACnB,QAAS,CACT,cAAe,CACf,UAAW,CACX,WAAY,CACZ,SAAU,CACV,qCAA4C,CAC5C,cAAe,CACf,SAAU,CACV,iBAAkB,CAClB,uBACF,CACA,2CACE,UAAW,CACX,iBAAkB,CAClB,gBACF,CAEA,qBACE,iBAAkB,CAClB,YAAa,CACb,wBACF,CACA,8BACE,iBAAkB,CAClB,UAAW,CACX,WAAY,CACZ,6BACF,CACA,4CACE,OAAQ,CACR,QACF,CACA,gCACE,eAAgB,CAChB,gBACF,CACA,wDACE,aACF,CACA,+CACE,aACF,CACA,gDACE,aACF,CACA,qDACE,aACF,CACA,2DACE,aACF,CACA,qDACE,aACF,CACA,yCACE,MAAO,CACP,kBAAmB,CACnB,SAAU,CACV,kBAAmB,CACnB,8BACF,CACA,2CACE,UAAW,CACX,aAAc,CACd,QAAS,CAET,YAAkB,CAClB,kBAAmB,CACnB,eAAgB,CAChB,WAAgC,CAAhC,+BAAgC,CAChC,wBAAyB,CACzB,eACF,CACA,mGAEE,eAAgB,CAChB,SACF,CACA,0DACE,yBAA2B,CAC3B,8BAA+B,CAC/B,SAAU,CACV,aAAc,CACd,eAAgB,CAChB,wBACF,CACA,qCACE,MAAO,CACP,eAAgB,CAChB,kBAAmB,CACnB,eACF,CACA,yDACE,aAAc,CACd,SAAU,CACV,eAAgB,CAChB,6CAAkD,CAClD,qCAA0C,CAC1C,eAAgB,CAChB,iBAAkB,CAClB,aAAc,CACd,wBAAyB,CACzB,WACF,CACA,6DACE,cAAe,CACf,SACF,CACA,mFACE,iBAAkB,CAClB,KAAM,CACN,OAAQ,CACR,wBAAyB,CACzB,UAAW,CACX,WAAY,CACZ,SAAU,CACV,eACF,CACA,wEACE,SAAU,CACV,iBAAkB,CAClB,KAAM,CACN,MAAO,CACP,SAAU,CACV,UAAW,CACX,WAAY,CACZ,gCAAqC,CACrC,2BACF,CACA,+EACE,iBAAkB,CAClB,OAAQ,CACR,QAAS,CACT,gBAAiB,CACjB,iBACF,CACA,8EACE,SACF,CAIA,6KACE,YACF,CACA,kDACE,aAAc,CACd,iBACF,CACA,oEACE,iBAAkB,CAElB,iBAEF,CACA,sDACE,cACF,CACA,iCACE,iBACF,CACA,iEACE,iBAAkB,CAClB,QAAS,CACT,OAAQ,CACR,SAAc,CACd,WAAY,CACZ,cACF,CACA,8DACE,qBAAsB,CACtB,eAAkB,CAClB,WAAY,CACZ,aAAc,CACd,UAAW,CACX,aAAc,CACd,YAAa,CACb,cAAe,CACf,eAAgB,CAChB,eACF,CACA,wDACE,wBACF,CACA,gDACE,4BAAgC,CAChC,gBACF,CACA,sDACE,aAAc,CACd,eAAgB,CAChB,aAAc,CACd,eAAgB,CAChB,eACF,CACA,yGACE,YACF,CACA,6CACE,eAAgB,CAChB,WAAY,CACZ,UAAY,CACZ,iBACF,CAEA,iCACE,UAAW,CACX,cAAe,CACf,iBACF,CACA,kCACE,oBAAqB,CACrB,iBACF,CACA,sDACE,aAAgB,CAChB,cACF,CACA,8BACE,wBAA0B,CAC1B,yBAA4B,CAC5B,qBAAuB,CACvB,0BACF,CACA,4BAEE,oBACF,CACA,wCAEE,UACF,CACA,+BACE,gBAAiB,CACjB,gBACF,CACA,aACE,SAAU,CACV,gBAAiB,CACjB,iBACF,CACA,8BACE,0BACF,CACA,gCACE,gBACF,CACA,yBACE,wBACF,CACA,sDACE,aAAc,CACd,eACF,CACA,oCACE,QAAW,CACX,SACF,CACA,oDACE,eACF,CACA,iEACE,2BACF,CACA,mFACE,gBACF,CAEA,8DACE,WAAY,CACZ,kBAAmB,CACnB,cAAe,CACf,cACF,CACA,mEACE,aAAc,CACd,aAAc,CACd,gBAAiB,CACjB,UAAW,CACX,iBAAkB,CAClB,kBAAmB,CACnB,0BAA2B,CAC3B,yBACF,CACA,oDACE,UAAW,CACX,mBAAoB,CACpB,cAAe,CACf,qBAAsB,CACtB,cAAe,CACf,eAAgB,CAChB,kBAAmB,CACnB,uBACF,CAEA,uBACE,aAAgB,CAChB,YAAa,CACb,eAAgB,CAChB,YAAa,CACb,sBACF,CACA,yBACE,eAAgB,CAChB,kBAAmB,CACnB,UAAW,CACX,oBACF,CACA,+BACE,kBACF,CACA,2BACE,MACF,CACA,gCACE,MAAO,CACP,iBACF,CACA,kCACE,aAAgB,CAChB,cACF,CACA,kCACE,gBACF,CACA,+CACE,eAAgB,CAChB,aAAc,CACd,oBAAqB,CACrB,uCAA4C,CAC5C,oCAAyC,CACzC,+BACF,CACA,qDACE,kBACF,CAEA,wBACE,gBAAiB,CACjB,cAAe,CACf,iBAAkB,CAClB,aACF,CACA,oBACE,SACF,CACA,yBACE,SACF,CACA,+BACE,UAAW,CACX,iBAAkB,CAClB,cAAe,CACf,UAAW,CACX,WACF,CACA,kCACE,aAAc,CACd,kBAAoB,CACpB,cACF,CACA,yCACA,+DAEI,4BACJ,CAIA,gJACI,YACJ,CACA,gEAEI,UACJ,CACA,2DACI,kBACJ,CACA,qCACI,mBACJ,CACA,CACA,yCACA,qCACI,cACJ,CACA,CAEA,iBACE,yBACF,CACA,2CACE,gBAAiB,CACjB,cAAe,CACf,eACF,CACA,sBACE,cAAe,CACf,eACF,CACA,yCACE,eAAgB,CAChB,YAAa,CACb,6BACF,CACA,oDACE,WAAY,CACZ,oBAAqB,CACrB,iBAAkB,CAClB,wBAAyB,CACzB,YAAa,CACb,sBAAuB,CACvB,kBACF,CACA,0DACE,iBAAkB,CAClB,OACF,CACA,sDACE,UAAW,CACX,oBAAqB,CACrB,YACF,CACA,yHAEE,YAAa,CACb,kBAAmB,CACnB,wBAAyB,CACzB,eACF,CACA,2DACE,iBAAkB,CAClB,QAAS,CACT,SACF,CACA,gEACE,gBACF,CACA,0EAGE,MAAO,CAEP,2BASF,CACA,oIAdE,iBAAkB,CAClB,KAAM,CAEN,aAAc,CAGd,iCAAkC,CAElC,oCAAqC,CAErC,OAAQ,CACR,QAAS,CACT,WAoBF,CAlBA,0DACE,SAAU,CAIV,WAAY,CAYZ,8BACF,CACA,2DACE,wBACF,CACA,6DACE,UACF,CACA,iEACE,yBACF,CACA,+DACE,aACF,CACA,sEACE,wBACF,CACA,4EACE,yBACF,CACA,wEACE,UACF,CACA,iCACE,wBAAyB,CACzB,iBAAkB,CAClB,gBACF,CACA,0CACE,iBAAkB,CAClB,QAAS,CACT,SACF,CACA,iDACE,kBAAmB,CACnB,QAAS,CACT,YACF,CACA,+CACE,gBAAiB,CACjB,mBACF,CACA,iEACE,aAAc,CACd,eACF,CACA,+IAEE,aAAc,CACd,WACF,CACA,yEACE,UAAW,CACX,SAAU,CACV,cACF,CACA,gGACE,YAAa,CACb,6BACF,CACA,gNAEE,QAAS,CACT,SAAU,CACV,iBAAkB,CAClB,WAAY,CACZ,iBAAkB,CAClB,aAAc,CACd,cACF,CACA,8GACE,WACF,CACA,+GACE,SACF,CACA,6FACE,cACF,CACA,2GACE,gBACF,CACA,gHACE,gBACF,CACA,sGACE,cACF,CACA,sFACE,cACF,CACA,yGACE,kBACF,CACA,4FACE,eACF,CACA,8FACE,eACF,CACA,qGACE,OACF,CACA,mGACE,eAAgB,CAChB,WAAY,CACZ,YACF,CACA,4EACE,iBACF,CACA,iEACE,UAAW,CAEX,gBAAiB,CAEjB,qBAAsB,CAEtB,iBAAkB,CAElB,qBAAsB,CAEtB,cAAe,CAEf,kBAAmB,CAEnB,eAAgB,CAEhB,WACF,CACA,8EACE,aACF,CACA,wFACE,SACF,CACA,6DACE,YAAa,CACb,mBACF,CACA,sEACE,kBAAmB,CACnB,iBAAkB,CAClB,gBAAiB,CACjB,yBAA0B,CAC1B,iBAAkB,CAClB,WAAY,CACZ,WAAY,CACZ,gBACF,CACA,qFACE,eAAgB,CAChB,aACF,CACA,yFACE,wBAAyB,CAEzB,cAAe,CACf,UAAW,CACX,WACF,CACA,6EAEE,YAAa,CACb,iBAAkB,CAClB,YAAa,CACb,cACF,CACA,+FACE,UAAW,CACX,YAAa,CACb,SACF,CACA,kGACE,kBAAmB,CACnB,UAAY,CACZ,iBAAkB,CAClB,iBAAkB,CAClB,aAAc,CACd,cACF,CACA,wFACE,aACF,CACA,6EACE,UAAc,CACd,eACF,CACA,8BACE,kBAAmB,CACnB,iBAAkB,CAClB,UAAY,CACZ,iBAAkB,CAClB,cACF,CACA,yEAEE,YAAa,CACb,kBAAmB,CACnB,wBAAyB,CACzB,eACF,CACA,qDACE,sBACF,CACA,iEACE,gBAAiB,CACjB,gBACF,CACA,mEACE,YAAa,CACb,QAAS,CACT,eAAgB,CAChB,eACF,CACA,gGAEE,2BACF,CACA,qFAEE,SACF,CACA,yCACA,qDACI,YACJ,CACA,iEACI,gBACJ,CACA,CACA,yCACA,kDACI,YACJ,CACA,oDACI,YAAa,CACb,gBACJ,CACA,yDACI,aAAc,CACd,aACJ,CACA,kHAGI,cACJ,CACA,+CACI,uBACJ,CACA,wDACI,2BAA6B,CAC7B,oBACJ,CACA,+DACI,eACJ,CACA,CACA,yCACA,kDACI,YACJ,CACA,oDACI,WAAY,CACZ,gBAAiB,CACjB,cACJ,CACA,kHAGI,cACJ,CACA,CACA,yCACA,kDACI,YACJ,CACA,oDACI,WAAY,CACZ,gBAAiB,CACjB,cACJ,CACA,CAEA,QACE,iBAAkB,CAClB,oBAAqB,CACrB,UAAW,CACX,WACF,CACA,cACE,YACF,CACA,8BACE,wBACF,CACA,qCACE,kCAAmC,CACnC,8BAA+B,CAC/B,0BACF,CACA,4BACE,0BACF,CACA,gBAEE,cAAe,CACf,KAAM,CACN,MAAO,CACP,OAAQ,CACR,QAAS,CACT,qBAGF,CACA,uCAVE,iBAAkB,CAOlB,sBAAwB,CACxB,cAYF,CAVA,uBAEE,UAAW,CACX,WAAY,CACZ,UAAW,CACX,QAAS,CACT,UAAW,CACX,qBAGF,CACA,sBACE,kBACF,CACA,6BACE,iBACF,CAEA,oBACE,UACF,CACA,wBACE,cACF,CAEA,qBACI,aACJ,CAEA,gBACE,eAAgB,CAChB,cACF,CACA,+BACE,oBACF,CACA,uCACE,iBAAkB,CAClB,oBACF,CACA,wCACE,SACF,CACA,2CACE,cAAe,CACf,iBACF,CACA,8JAEE,SACF,CAEA,2BACE,iBACF,CACA,iCACE,YAAa,CACb,oCAAsC,CACtC,aAAc,CACd,kBACF,CACA,kCACE,uBACF,CACA,yDACE,cAAe,CACf,KAAM,CACN,MAAO,CACP,OAAQ,CACR,QAAS,CACT,qBAAyB,CACzB,+BAAoC,CACpC,aACF,CACA,wEACE,4BAA6B,CAC7B,cAAe,CACf,cAAe,CACf,eAAgB,CAChB,iBACF,CACA,4CACE,eAAgB,CAChB,YAAa,CACb,iBAAkB,CAClB,wBAAyB,CACzB,YAAa,CACb,qBAAsB,CACtB,kBAAmB,CACnB,iBACF,CACA,8DACE,iBAAkB,CAClB,UACF,CACA,qEACE,SAAU,CACV,UAAW,CACX,YAAa,CACb,gBAAiB,CACjB,mBAAqB,CACrB,0BACF,CACA,sEACE,mBAAqB,CACrB,SAAU,CACV,iBAAkB,CAClB,OAAQ,CACR,QAAS,CACT,8BAAgC,CAChC,kCAAoC,CACpC,iBACF,CACA,2EACE,UACF,CACA,4EACE,SACF,CACA,oEACE,wBAAyB,CACzB,iBAAkB,CAClB,UAAY,CACZ,cAAe,CACf,iBAAkB,CAClB,cACF,CACA,mDACE,cACF,CACA,qDACE,eACF,CACA,8CACE,eACF,CACA,uDACE,YAAa,CACb,kBAAmB,CACnB,YAAa,CACb,WAAY,CACZ,iBAAkB,CAClB,uBAA2B,CAC3B,2BAA4B,CAC5B,qBAAsB,CACtB,kBACF,CACA,gEACE,WACF,CACA,uEACE,cAAe,CACf,eAAiB,CACjB,SACF,CAEA,oCACE,iBAAkB,CAClB,eACF,CACA,6CACE,iBAAkB,CAClB,UAAW,CACX,WAAY,CACZ,KAAQ,CACR,MAAS,CACT,6BACF,CACA,2DACE,OAAQ,CACR,QACF,CACA,gEACE,iBACF,CACA,2FACE,cACF,CACA,6EACE,iBAAkB,CAClB,WAAY,CACZ,UACF,CACA,yCACA,6CACI,SACJ,CACA,kDACI,gBACJ,CACA,sEAEI,4BACJ,CAIA,gJACI,YACJ,CACA,wEAEI,UACJ,CACA,yCACI,mBACJ,CACA,2CACI,mBACJ,CACA,0DACI,cACJ,CACA,CAEA,qEAEE,eAAgB,CAChB,kBAAmB,CACnB,UAAW,CACX,oBAAqB,CACrB,aACF,CACA,iFAEE,kBACF,CACA,0CACE,aACF,CACA,6CACE,aACF,CACA,mDACE,cAAe,CACf,KAAM,CACN,MAAO,CACP,OAAQ,CACR,QAAS,CACT,gBAAiB,CACjB,qBAAyB,CACzB,+BAAoC,CACpC,aACF,CACA,kEACE,wBAAyB,CACzB,cAAe,CACf,cAAe,CACf,WAAY,CACZ,iBAAkB,CAClB,iBACF,CACA,oEACE,cACF,CACA,6EACE,WAAY,CACZ,gBAAiB,CACjB,kBAAmB,CACnB,cAAe,CACf,UAAW,CACX,wBAAyB,CACzB,iBAAkB,CAClB,eAAgB,CAChB,cAAe,CACf,oBAAqB,CACrB,aAAgB,CAChB,iBACF,CACA,oFACE,WAAY,CACZ,aACF,CACA,0EACE,iBACF,CACA,6EACE,cACF,CACA,8EACE,YAAa,CACb,aAAc,CACd,SAAU,CACV,qBACF,CACA,wEACE,iBAAkB,CAClB,8BACF,CACA,+EACE,wBACF,CACA,oFACE,aAAgB,CAChB,eAAgB,CAChB,YAAa,CACb,iBAAkB,CAClB,qCAA4C,CAC5C,kCAAyC,CACzC,6BAAoC,CACpC,YAAa,CACb,kBACF,CACA,sFACE,eAAgB,CAChB,gBACF,CACA,+EACE,sBAAuB,CACvB,oBAAqB,CACrB,cAAe,CACf,aACF","file":"vue-admin.css","sourcesContent":["\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n.dokan-dashboard .widgets-wrapper {\n display: block;\n overflow: hidden;\n margin-top: 15px;\n width: 100%;\n}\n.dokan-dashboard .widgets-wrapper .left-side,\n.dokan-dashboard .widgets-wrapper .right-side {\n float: left;\n width: 48%;\n}\n.dokan-dashboard .widgets-wrapper .left-side {\n margin-right: 3%;\n}\n.dokan-dashboard .dokan-postbox .loading {\n display: block;\n width: 100%;\n margin: 15px auto;\n text-align: center;\n}\n.dokan-dashboard .subscribe-box {\n margin: 20px -12px -11px -12px;\n padding: 0 15px 15px;\n background: #fafafa;\n border-top: 1px solid #efefef;\n position: relative;\n}\n.dokan-dashboard .subscribe-box h3 {\n margin: 10px 0;\n}\n.dokan-dashboard .subscribe-box p {\n margin-bottom: 10px !important;\n}\n.dokan-dashboard .subscribe-box .thank-you {\n background: #4fa72b;\n margin-top: 10px;\n padding: 15px;\n border-radius: 3px;\n color: #fff;\n}\n.dokan-dashboard .subscribe-box .form-wrap {\n display: flex;\n}\n.dokan-dashboard .subscribe-box .form-wrap input[type=\"email\"] {\n width: 100%;\n padding: 3px 0 3px 6px;\n margin: 0px -1px 0 0;\n}\n.dokan-dashboard .subscribe-box .form-wrap button.button {\n box-shadow: none;\n background: #FF5722;\n color: #fff;\n border-color: #FF5722;\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n}\n.dokan-dashboard .subscribe-box .form-wrap button.button:hover {\n background: #ff6a3c;\n}\n.dokan-dashboard .subscribe-box .loading {\n position: absolute;\n height: 100%;\n margin: 0 0 0 -15px;\n background: rgba(0, 0, 0, 0.2);\n}\n.dokan-dashboard .subscribe-box .loading .dokan-loader {\n margin-top: 30px;\n}\n@media only screen and (max-width: 770px) {\n.dokan-dashboard .widgets-wrapper .left-side {\n margin-right: 0;\n}\n.dokan-dashboard .widgets-wrapper .left-side,\n .dokan-dashboard .widgets-wrapper .right-side {\n width: auto;\n}\n}\n@media only screen and (max-width: 500px) {\n.dokan-dashboard .widgets-wrapper .left-side {\n margin-right: 0;\n}\n.dokan-dashboard .widgets-wrapper .left-side,\n .dokan-dashboard .widgets-wrapper .right-side {\n width: auto;\n}\n.dokan-dashboard .postbox.dokan-status ul li a .details span.up,\n .dokan-dashboard .postbox.dokan-status ul li a .details span.down {\n display: none;\n}\n.dokan-dashboard .postbox.dokan-status ul li a strong {\n font-size: 16px;\n}\n}\n@media only screen and (max-width: 360px) {\n.dokan-dashboard .postbox.dokan-status ul li a .details {\n display: none;\n}\n}\n\n.dokan-promo-banner {\n display: flex;\n column-gap: 2rem;\n align-items: center;\n justify-content: center;\n background-color: #262626;\n background-repeat: no-repeat;\n background-position: bottom 0 right -30px;\n background-image: url(\"data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg fill='none' viewBox='0 0 1118 134' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m16.314 46.792c-17.462 5.8373-25.659 37.492 0 49.954 125.57 60.988 154.29-4.0336 158.38-32.554 1.759-12.267-3.3-58.934-35.28-53.602-31.981 5.3322-23.859-5.6127-51.525-10.103-27.666-4.4902-28.935 23.293-38.072 34.238s-11.676 4.7708-33.504 12.067z' fill='%23DCE0FF' fill-opacity='.06'/%3E%3Cg filter='url(%23d)'%3E%3Cpath d='m232.24 94.631-3.154 3.8071-0.012 0.0133c-0.188 0.2111-0.28 0.4935-0.252 0.7747l0.501 5.0681c0.106 1.072-0.37 2.131-1.242 2.764-0.871 0.634-2.026 0.759-3.013 0.327l-4.665-2.042c-0.259-0.114-0.555-0.114-0.814 0l-4.665 2.042c-0.984 0.43-2.139 0.309-3.013-0.327-0.872-0.633-1.348-1.692-1.242-2.764l0.501-5.0681c0.028-0.2812-0.064-0.5636-0.252-0.7747l-0.023-0.0269-3.143-3.7935c-0.706-0.8042-0.939-1.9333-0.608-2.9517 0.332-1.0228 1.19-1.8016 2.24-2.0337l4.75-1.0913c0.276-0.0604 0.516-0.2349 0.659-0.4787l2.574-4.3943c0.544-0.9295 1.552-1.507 2.629-1.507s2.085 0.5775 2.629 1.507l2.574 4.3942c0.143 0.2439 0.383 0.4184 0.659 0.4788l0.01 0.0023 4.74 1.089c1.05 0.2321 1.908 1.0109 2.24 2.0336 0.331 1.0185 0.098 2.1476-0.608 2.9518zm-5.439 4.7948c-0.083-0.8371 0.187-1.6778 0.742-2.3096l3.154-3.8072 0.012-0.0133c0.239-0.2683 0.318-0.6472 0.207-0.9888-0.111-0.3414-0.398-0.6014-0.748-0.6782l-0.01-0.0022-4.74-1.0889c-0.826-0.1826-1.544-0.7054-1.972-1.4353l-2.573-4.3942c-0.182-0.3099-0.518-0.5024-0.877-0.5024s-0.695 0.1925-0.876 0.5024l-2.574 4.3942c-0.428 0.7298-1.146 1.2527-1.972 1.4352l-4.749 1.0912c-0.351 0.0768-0.638 0.3368-0.749 0.6783s-0.032 0.7204 0.207 0.9887l0.023 0.0269 3.143 3.7936c0.555 0.6318 0.825 1.4724 0.743 2.3095l-0.501 5.0675c-0.035 0.358 0.123 0.711 0.414 0.922 0.29 0.211 0.675 0.253 1.004 0.109l4.665-2.042c0.777-0.34 1.667-0.34 2.444 0l4.665 2.042c0.329 0.144 0.714 0.102 1.004-0.109 0.291-0.211 0.449-0.564 0.414-0.922l-0.5-5.0674zm-8.96-7.087c0.397 0.3967 0.397 1.0398 0 1.4365-0.396 0.3966-1.039 0.3966-1.436 0-0.397-0.3967-0.397-1.0398 0-1.4365 0.397-0.3966 1.04-0.3966 1.436 0zm4.31 5.746c-0.397 0.3967-0.397 1.0398 0 1.4365 0.396 0.3966 1.039 0.3966 1.436 0 0.397-0.3967 0.397-1.0398 0-1.4365s-1.04-0.3967-1.436 0zm0.171-5.9197-6.094 6.0934 1.436 1.4363 6.094-6.0934-1.436-1.4363z' clip-rule='evenodd' fill='%23fff' fill-opacity='.24' fill-rule='evenodd'/%3E%3C/g%3E%3Cg filter='url(%23c)'%3E%3Cpath d='m852.47 7.8208c0.18-0.08357 0.384-0.09774 0.574-0.03968 0.188 0.06461 0.326 0.22631 0.361 0.42212l1.954 6.3567c0.443 1.4302-0.062 2.9843-1.261 3.8813l-10.952 8.1002 0.073 0.6298c0.099 0.5363 0.439 0.9971 0.923 1.249 0.489 0.2551 1.074 0.2472 1.556-0.0211l10.784-6.3575c0.307-0.1805 0.701-0.0786 0.882 0.2276 0.18 0.3062 0.078 0.7008-0.228 0.8813l-10.784 6.3575c-0.856 0.4708-1.889 0.4937-2.766 0.0613-0.888-0.4425-1.51-1.2851-1.671-2.2647l-0.099-0.801-9.78-8.5422c-0.533-0.4538-1.292-0.5279-1.902-0.1858l-1.858 1.0949c-0.306 0.1806-0.701 0.0787-0.881-0.2275-0.181-0.3063-0.079-0.7008 0.227-0.8814l1.858-1.0949c1.085-0.6242 2.445-0.4988 3.397 0.3133l1.398 1.2305 18.195-10.39zm0.836 9.5933c0.787-0.5519 1.121-1.5522 0.825-2.4663l-1.701-5.6096-17.141 9.7688 7.187 6.2978 10.83-7.9907zm-7.844 14.449c-1.378 0.8124-1.837 2.588-1.024 3.9659 0.812 1.378 2.587 1.8365 3.965 1.0241 1.378-0.8123 1.837-2.5879 1.025-3.9658-0.813-1.378-2.588-1.8365-3.966-1.0242zm2.288 3.8812c-0.766 0.4513-1.752 0.1966-2.204-0.569-0.451-0.7655-0.196-1.7519 0.569-2.2032 0.766-0.4513 1.752-0.1966 2.204 0.569 0.451 0.7655 0.196 1.7519-0.569 2.2032zm8.246-10.092c-1.378 0.8123-1.836 2.5879-1.024 3.9658 0.813 1.378 2.588 1.8365 3.966 1.0242s1.836-2.588 1.024-3.9659-2.588-1.8365-3.966-1.0241zm2.288 3.8811c-0.765 0.4513-1.752 0.1966-2.203-0.5689-0.451-0.7656-0.196-1.752 0.569-2.2033 0.766-0.4513 1.752-0.1965 2.203 0.569 0.452 0.7655 0.197 1.7519-0.569 2.2032z' clip-rule='evenodd' fill='%23fff' fill-opacity='.23' fill-rule='evenodd'/%3E%3C/g%3E%3Cpath d='m858.68 78.402c-46.133-0.572-65.012 36.944-68.685 55.772h328v-74.721c-29.38-41.829-81.54-18.948-120.48 3.9327-38.934 22.881-81.173 15.731-138.84 15.016z' fill='url(%23a)' fill-opacity='.14'/%3E%3Cg filter='url(%23b)'%3E%3Cpath d='m992.27 106.41-7.65 11.309c-0.616 0.906-1.588 1.518-2.669 1.681-1.082 0.163-2.192-0.135-3.046-0.817l-8.831-7.053c-0.854-0.682-1.39-1.699-1.47-2.789s0.302-2.174 1.048-2.974l9.34-9.9638c0.598-0.6419 1.606-0.7158 2.294-0.167l1.667 1.3314 0.06-0.075c1.608-2.0144 4.556-2.3445 6.57-0.7357 2.015 1.6088 2.345 4.5561 0.736 6.5711l-0.06 0.075 1.667 1.331c0.688 0.549 0.838 1.548 0.344 2.276zm-3.571-9.146c-1.404-1.1213-3.458-0.8913-4.579 0.5127l-0.06 0.075 5.092 4.0673 0.06-0.075c1.121-1.404 0.891-3.4588-0.513-4.58zm-8.91 20.212c0.555 0.443 1.248 0.629 1.95 0.523s1.309-0.488 1.709-1.075l7.649-11.31c0.082-0.12 0.058-0.283-0.055-0.373l-1.667-1.331-1.089 1.363c-0.244 0.306-0.69 0.356-0.995 0.112-0.306-0.244-0.356-0.69-0.112-0.996l1.089-1.363-5.092-4.0673-1.089 1.3633c-0.244 0.306-0.69 0.356-0.996 0.112-0.305-0.245-0.355-0.6903-0.111-0.996l1.089-1.3634-1.667-1.3314c-0.113-0.0896-0.277-0.0776-0.375 0.0275l-9.34 9.9643c-0.484 0.518-0.722 1.194-0.67 1.903 0.052 0.708 0.386 1.342 0.941 1.785l8.831 7.053zm4.009-10.566c0.389-0.044 0.739 0.236 0.783 0.625 0.043 0.389-0.236 0.739-0.625 0.783l-5.15 0.576c-0.194 0.022-0.379-0.037-0.52-0.15-0.142-0.113-0.241-0.28-0.262-0.475l-0.271-2.413c-0.043-0.389 0.237-0.739 0.626-0.783 0.388-0.043 0.739 0.236 0.782 0.625l0.192 1.71 4.445-0.498z' clip-rule='evenodd' fill='%23fff' fill-opacity='.24' fill-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='d' x='205' y='80.174' width='30' height='29.465' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_72:773' stdDeviation='1'/%3E%3C/filter%3E%3Cfilter id='c' x='825.3' y='5.7458' width='37.058' height='33.509' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_72:773' stdDeviation='1'/%3E%3C/filter%3E%3Cfilter id='b' x='966.6' y='93.138' width='27.967' height='28.307' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_72:773' stdDeviation='1'/%3E%3C/filter%3E%3ClinearGradient id='a' x1='954.18' x2='954.16' y1='-167.87' y2='128.1' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' offset='0'/%3E%3Cstop stop-color='%23fff' stop-opacity='0' offset='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E\");\n position: relative;\n}\n.dokan-promo-banner.notice {\n border: 0;\n padding: 0 40px 0 20px;\n}\n.dokan-promo-banner .thumbnail {\n display: flex;\n}\n.dokan-promo-banner .thumbnail svg {\n width: 227px;\n height: 147px;\n}\n.dokan-promo-banner .content {\n display: flex;\n align-items: center;\n justify-content: space-between;\n column-gap: 1.5rem;\n}\n.dokan-promo-banner .content .details {\n flex: 0 0 170px;\n margin-top: 10px;\n}\n.dokan-promo-banner .content .details h3 {\n color: #ffffff;\n font-size: 18px;\n font-weight: bold;\n font-style: normal;\n font-family: \"SF Pro Text\", sans-serif;\n margin: 0;\n}\n.dokan-promo-banner .content .details p {\n color: #bcbcbc;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n font-family: \"SF Pro Text\", sans-serif;\n}\n.dokan-promo-banner .content .features {\n display: grid;\n column-gap: 2rem;\n row-gap: 1.25rem;\n align-items: center;\n grid-template-columns: repeat(2, minmax(0, 1fr));\n flex-shrink: 0;\n}\n.dokan-promo-banner .content .features label {\n position: relative;\n color: #e1e1e1;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n font-family: \"SF Pro Text\", sans-serif;\n padding-left: 34px;\n cursor: context-menu;\n}\n.dokan-promo-banner .content .features span {\n position: absolute;\n top: 0;\n left: 0;\n width: 20px;\n height: 20px;\n border-radius: 3px;\n background-color: #3fc274;\n}\n.dokan-promo-banner .content .features span:after {\n content: \"\";\n position: absolute;\n left: 7px;\n top: 3px;\n width: 4px;\n height: 9px;\n border: solid white;\n border-width: 0 1.8px 1.8px 0;\n transform: rotate(45deg);\n}\n.dokan-promo-banner .content .features a {\n color: #999999;\n font-style: normal;\n font-weight: normal;\n font-size: 16px;\n font-family: \"SF Pro Text\", sans-serif;\n}\n.dokan-promo-banner .content .features a:hover {\n color: #c9c9c9;\n}\n.dokan-promo-banner .btn-upgrade {\n flex-shrink: 0;\n}\n.dokan-promo-banner .btn-upgrade a {\n color: #ffffff;\n background: #2CBF67;\n font-size: 15px;\n font-weight: normal;\n font-style: normal;\n font-family: Lato, sans-serif;\n padding: 15px 28px;\n border-radius: 3px;\n text-decoration: none;\n transition: all 0.1s linear;\n}\n.dokan-promo-banner .btn-upgrade a:hover {\n background: #17a951;\n}\n.dokan-promo-banner .close-banner {\n position: absolute;\n top: 10px;\n right: 5px;\n border: 0;\n background: transparent;\n text-decoration: none;\n}\n.dokan-promo-banner .close-banner span {\n font-size: 15px;\n display: flex;\n align-items: center;\n justify-content: center;\n color: #404040;\n transition: all 0.2s ease;\n cursor: pointer;\n border: 1px solid #3f3f3f;\n border-radius: 55px;\n width: 20px;\n height: 20px;\n}\n.dokan-promo-banner .close-banner span:hover {\n color: #f16982;\n border-color: #f16982;\n}\n@media only screen and (max-width: 375px) {\n.dokan-promo-banner {\n flex-wrap: wrap;\n background-position: bottom -20px right 5px;\n background-image: url(\"data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg fill='none' viewBox='0 0 375 771' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m88.51 60.599c-20.901 7.5598-30.712 48.555 0 64.695 150.3 78.984 184.67-5.224 189.57-42.161 2.106-15.887-3.949-76.325-42.228-69.419-38.278 6.9056-28.557-7.269-61.671-13.084-33.114-5.8152-34.632 30.166-45.569 44.341-10.937 14.175-13.975 6.1787-40.102 15.628z' fill='%23DCE0FF' fill-opacity='.06'/%3E%3Cpath d='m78.527 707.26c-52.744-0.654-74.328 42.221-78.527 63.74h375v-85.395c-33.595-47.805-93.225-21.656-137.74 4.494s-92.805 17.978-158.73 17.161z' fill='url(%23a)' fill-opacity='.09' opacity='.87'/%3E%3Cg filter='url(%23d)'%3E%3Cpath d='m64.201 538.9-3.7738 4.554-0.0141 0.016c-0.2246 0.253-0.3344 0.591-0.3011 0.927l0.5988 6.063c0.1266 1.282-0.4424 2.55-1.4851 3.307-1.0427 0.758-2.4239 0.907-3.6045 0.391l-5.5811-2.443c-0.3098-0.136-0.665-0.136-0.9747 0l-5.5811 2.443c-1.1768 0.515-2.5583 0.37-3.6045-0.391-1.0427-0.757-1.6117-2.024-1.4851-3.307l0.5989-6.063c0.0332-0.336-0.0766-0.674-0.3012-0.927l-0.0275-0.032-3.7604-4.538c-0.8443-0.963-1.1231-2.313-0.7273-3.532 0.3977-1.223 1.4242-2.155 2.6801-2.433l5.6821-1.305c0.3303-0.073 0.6176-0.281 0.7885-0.573l3.0793-5.257c0.6514-1.112 1.8567-1.803 3.1455-1.803 1.2889 0 2.4942 0.691 3.1456 1.803l3.0793 5.257c0.1709 0.292 0.4582 0.5 0.7885 0.573l0.012 2e-3 5.6702 1.303c1.2558 0.278 2.2823 1.21 2.68 2.433 0.3957 1.219 0.117 2.569-0.7273 3.532zm-6.5076 5.736c-0.0988-1.002 0.2247-2.007 0.888-2.763l3.774-4.555 0.014-0.016c0.2855-0.321 0.3803-0.774 0.2476-1.183-0.1327-0.408-0.4759-0.719-0.8956-0.811l-0.0119-3e-3 -5.6698-1.303c-0.988-0.218-1.8476-0.843-2.359-1.717l-3.0793-5.257c-0.2171-0.37-0.6189-0.601-1.0485-0.601-0.4295 0-0.8314 0.231-1.0485 0.601l-3.0793 5.257c-0.5114 0.873-1.371 1.499-2.359 1.717l-5.6818 1.306c-0.4196 0.092-0.7628 0.403-0.8956 0.811-0.1327 0.409-0.0378 0.862 0.2477 1.183l0.0275 0.032 3.7603 4.539c0.6634 0.756 0.9868 1.761 0.888 2.763l-0.5988 6.063c-0.0423 0.427 0.1474 0.85 0.495 1.102 0.3474 0.253 0.8078 0.303 1.2014 0.13l5.5812-2.443c0.9289-0.406 1.9947-0.406 2.9236 0l5.5811 2.443c0.3937 0.173 0.854 0.123 1.2016-0.13 0.3475-0.252 0.5372-0.675 0.495-1.102l-0.5989-6.063zm-10.718-8.479c0.4745 0.475 0.4745 1.244 0 1.719-0.4746 0.474-1.2439 0.474-1.7185 0-0.4745-0.475-0.4745-1.244 0-1.719 0.4746-0.474 1.2439-0.474 1.7185 0zm5.1555 6.875c-0.4745 0.474-0.4745 1.244 0 1.718 0.4746 0.475 1.244 0.475 1.7185 0 0.4746-0.474 0.4746-1.244 0-1.718-0.4746-0.475-1.2439-0.475-1.7185 0zm0.2045-7.082-7.2898 7.289 1.7182 1.719 7.2899-7.29-1.7183-1.718z' clip-rule='evenodd' fill='%23fff' fill-opacity='.24' fill-rule='evenodd'/%3E%3C/g%3E%3Cg filter='url(%23c)'%3E%3Cpath d='m326.7 308.65c0.225-0.105 0.479-0.125 0.714-0.058 0.232 0.077 0.401 0.272 0.441 0.511l2.323 7.747c0.527 1.742-0.125 3.652-1.628 4.769l-13.727 10.088 0.08 0.77c0.114 0.654 0.529 1.213 1.126 1.513 0.603 0.304 1.329 0.285 1.932-0.051l13.491-7.953c0.383-0.226 0.871-0.107 1.091 0.264 0.219 0.372 0.086 0.857-0.297 1.082l-13.491 7.953c-1.071 0.59-2.353 0.635-3.434 0.12-1.096-0.527-1.855-1.548-2.039-2.744l-0.109-0.979-12.004-10.294c-0.654-0.546-1.595-0.625-2.359-0.196l-2.324 1.369c-0.383 0.226-0.871 0.108-1.09-0.264s-0.086-0.856 0.297-1.082l2.323-1.37c1.357-0.781 3.044-0.649 4.213 0.329l1.715 1.483 22.756-13.007zm0.883 11.725c0.986-0.688 1.417-1.917 1.064-3.031l-2.02-6.836-21.438 12.229 8.821 7.59 13.573-9.952zm3.207 10.038c-1.724 1.016-2.321 3.196-1.335 4.869s3.183 2.205 4.907 1.189 2.321-3.196 1.335-4.869-3.183-2.206-4.907-1.189zm2.778 4.712c-0.958 0.564-2.178 0.269-2.726-0.661-0.548-0.929-0.216-2.14 0.742-2.705s2.178-0.269 2.726 0.661c0.548 0.929 0.216 2.14-0.742 2.705zm-15.956 3.057c-1.724 1.016-2.322 3.196-1.336 4.869 0.987 1.673 3.183 2.205 4.907 1.189s2.322-3.196 1.336-4.869-3.183-2.205-4.907-1.189zm2.778 4.712c-0.958 0.564-2.179 0.269-2.726-0.661-0.548-0.929-0.216-2.14 0.741-2.705 0.958-0.564 2.179-0.269 2.726 0.661 0.548 0.929 0.216 2.14-0.741 2.705z' clip-rule='evenodd' fill='%23fff' fill-opacity='.23' fill-rule='evenodd'/%3E%3C/g%3E%3Cg filter='url(%23b)'%3E%3Cpath d='m73.24 181.81-6.1918 16.319c-0.5001 1.308-1.5302 2.355-2.8272 2.876s-2.7655 0.477-4.0289-0.121l-13.06-6.177c-1.2634-0.598-2.2289-1.705-2.649-3.038s-0.2639-2.794 0.4286-4.008l8.6906-15.142c0.5559-0.975 1.7884-1.363 2.8047-0.883l2.4654 1.167 0.0525-0.111c1.4092-2.979 4.9793-4.257 7.9585-2.847 2.9791 1.409 4.2564 4.979 2.8472 7.958l-0.0525 0.111 2.4655 1.166c1.0163 0.481 1.4978 1.68 1.0963 2.73zm-7.131-10.328c-2.0763-0.982-4.5647-0.092-5.5468 1.984l-0.0525 0.111 7.5313 3.562 0.0525-0.11c0.9821-2.077 0.0919-4.565-1.9845-5.547zm-5.1424 27.765c0.8208 0.388 1.7368 0.416 2.5794 0.077 0.8427-0.338 1.4854-0.991 1.8098-1.84l6.1917-16.319c0.0664-0.173-0.0122-0.369-0.1782-0.448l-2.4655-1.166-0.9538 2.016c-0.2138 0.453-0.7537 0.646-1.2058 0.432-0.452-0.214-0.6452-0.754-0.4313-1.206l0.9537-2.016-7.5313-3.563-0.9538 2.017c-0.2138 0.452-0.7537 0.645-1.2058 0.431-0.452-0.214-0.6452-0.754-0.4313-1.206l0.9537-2.016-2.4654-1.166c-0.166-0.079-0.3673-0.016-0.4583 0.144l-8.6905 15.142c-0.4488 0.787-0.5462 1.698-0.2733 2.564 0.273 0.866 0.8752 1.557 1.6961 1.945l13.06 6.178zm1.8809-14.324c0.4709-0.168 0.9892 0.077 1.1576 0.548 0.1685 0.471-0.0767 0.989-0.5477 1.157l-6.2368 2.232c-0.2354 0.084-0.4828 0.065-0.6922-0.034s-0.3811-0.278-0.4653-0.514l-1.0457-2.923c-0.1685-0.471 0.0767-0.989 0.5476-1.158 0.4709-0.168 0.9892 0.077 1.1577 0.548l0.7406 2.07 5.3842-1.926z' clip-rule='evenodd' fill='%23fff' fill-opacity='.24' fill-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='d' x='31.607' y='521.61' width='35.89' height='35.25' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_84_2924' stdDeviation='1.19635'/%3E%3C/filter%3E%3Cfilter id='c' x='292.79' y='306.05' width='45.886' height='41.206' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_84_2924' stdDeviation='1.25098'/%3E%3C/filter%3E%3Cfilter id='b' x='41.86' y='166.88' width='33.913' height='36.878' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_84_2924' stdDeviation='1.19582'/%3E%3C/filter%3E%3ClinearGradient id='a' x1='187.71' x2='187.68' y1='425.81' y2='764.05' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' offset='0'/%3E%3Cstop stop-color='%23fff' stop-opacity='0' offset='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E\");\n}\n.dokan-promo-banner.notice {\n padding: 20px 44px 50px;\n}\n.dokan-promo-banner .thumbnail {\n text-align: center;\n flex-wrap: wrap;\n}\n.dokan-promo-banner .thumbnail svg {\n width: 279px;\n height: 200px;\n}\n.dokan-promo-banner .content {\n flex-wrap: wrap;\n margin-bottom: 50px;\n}\n.dokan-promo-banner .content .details {\n text-align: center;\n margin-top: 10px;\n margin-bottom: 30px;\n flex: unset;\n}\n.dokan-promo-banner .content .details h3 {\n font-size: 20px;\n}\n.dokan-promo-banner .content .features {\n flex-wrap: wrap;\n margin: 0 auto;\n row-gap: 1rem;\n grid-template-columns: repeat(1, minmax(0, 1fr));\n}\n.dokan-promo-banner .btn-upgrade a {\n display: block;\n}\n}\n@media (min-width: 376px) and (max-width: 414px) {\n.dokan-promo-banner {\n flex-wrap: wrap;\n background-position: bottom -40px right 20px;\n background-image: url(\"data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg fill='none' viewBox='0 0 375 771' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m88.51 60.599c-20.901 7.5598-30.712 48.555 0 64.695 150.3 78.984 184.67-5.224 189.57-42.161 2.106-15.887-3.949-76.325-42.228-69.419-38.278 6.9056-28.557-7.269-61.671-13.084-33.114-5.8152-34.632 30.166-45.569 44.341-10.937 14.175-13.975 6.1787-40.102 15.628z' fill='%23DCE0FF' fill-opacity='.06'/%3E%3Cpath d='m78.527 707.26c-52.744-0.654-74.328 42.221-78.527 63.74h375v-85.395c-33.595-47.805-93.225-21.656-137.74 4.494s-92.805 17.978-158.73 17.161z' fill='url(%23a)' fill-opacity='.09' opacity='.87'/%3E%3Cg filter='url(%23d)'%3E%3Cpath d='m64.201 538.9-3.7738 4.554-0.0141 0.016c-0.2246 0.253-0.3344 0.591-0.3011 0.927l0.5988 6.063c0.1266 1.282-0.4424 2.55-1.4851 3.307-1.0427 0.758-2.4239 0.907-3.6045 0.391l-5.5811-2.443c-0.3098-0.136-0.665-0.136-0.9747 0l-5.5811 2.443c-1.1768 0.515-2.5583 0.37-3.6045-0.391-1.0427-0.757-1.6117-2.024-1.4851-3.307l0.5989-6.063c0.0332-0.336-0.0766-0.674-0.3012-0.927l-0.0275-0.032-3.7604-4.538c-0.8443-0.963-1.1231-2.313-0.7273-3.532 0.3977-1.223 1.4242-2.155 2.6801-2.433l5.6821-1.305c0.3303-0.073 0.6176-0.281 0.7885-0.573l3.0793-5.257c0.6514-1.112 1.8567-1.803 3.1455-1.803 1.2889 0 2.4942 0.691 3.1456 1.803l3.0793 5.257c0.1709 0.292 0.4582 0.5 0.7885 0.573l0.012 2e-3 5.6702 1.303c1.2558 0.278 2.2823 1.21 2.68 2.433 0.3957 1.219 0.117 2.569-0.7273 3.532zm-6.5076 5.736c-0.0988-1.002 0.2247-2.007 0.888-2.763l3.774-4.555 0.014-0.016c0.2855-0.321 0.3803-0.774 0.2476-1.183-0.1327-0.408-0.4759-0.719-0.8956-0.811l-0.0119-3e-3 -5.6698-1.303c-0.988-0.218-1.8476-0.843-2.359-1.717l-3.0793-5.257c-0.2171-0.37-0.6189-0.601-1.0485-0.601-0.4295 0-0.8314 0.231-1.0485 0.601l-3.0793 5.257c-0.5114 0.873-1.371 1.499-2.359 1.717l-5.6818 1.306c-0.4196 0.092-0.7628 0.403-0.8956 0.811-0.1327 0.409-0.0378 0.862 0.2477 1.183l0.0275 0.032 3.7603 4.539c0.6634 0.756 0.9868 1.761 0.888 2.763l-0.5988 6.063c-0.0423 0.427 0.1474 0.85 0.495 1.102 0.3474 0.253 0.8078 0.303 1.2014 0.13l5.5812-2.443c0.9289-0.406 1.9947-0.406 2.9236 0l5.5811 2.443c0.3937 0.173 0.854 0.123 1.2016-0.13 0.3475-0.252 0.5372-0.675 0.495-1.102l-0.5989-6.063zm-10.718-8.479c0.4745 0.475 0.4745 1.244 0 1.719-0.4746 0.474-1.2439 0.474-1.7185 0-0.4745-0.475-0.4745-1.244 0-1.719 0.4746-0.474 1.2439-0.474 1.7185 0zm5.1555 6.875c-0.4745 0.474-0.4745 1.244 0 1.718 0.4746 0.475 1.244 0.475 1.7185 0 0.4746-0.474 0.4746-1.244 0-1.718-0.4746-0.475-1.2439-0.475-1.7185 0zm0.2045-7.082-7.2898 7.289 1.7182 1.719 7.2899-7.29-1.7183-1.718z' clip-rule='evenodd' fill='%23fff' fill-opacity='.24' fill-rule='evenodd'/%3E%3C/g%3E%3Cg filter='url(%23c)'%3E%3Cpath d='m326.7 308.65c0.225-0.105 0.479-0.125 0.714-0.058 0.232 0.077 0.401 0.272 0.441 0.511l2.323 7.747c0.527 1.742-0.125 3.652-1.628 4.769l-13.727 10.088 0.08 0.77c0.114 0.654 0.529 1.213 1.126 1.513 0.603 0.304 1.329 0.285 1.932-0.051l13.491-7.953c0.383-0.226 0.871-0.107 1.091 0.264 0.219 0.372 0.086 0.857-0.297 1.082l-13.491 7.953c-1.071 0.59-2.353 0.635-3.434 0.12-1.096-0.527-1.855-1.548-2.039-2.744l-0.109-0.979-12.004-10.294c-0.654-0.546-1.595-0.625-2.359-0.196l-2.324 1.369c-0.383 0.226-0.871 0.108-1.09-0.264s-0.086-0.856 0.297-1.082l2.323-1.37c1.357-0.781 3.044-0.649 4.213 0.329l1.715 1.483 22.756-13.007zm0.883 11.725c0.986-0.688 1.417-1.917 1.064-3.031l-2.02-6.836-21.438 12.229 8.821 7.59 13.573-9.952zm3.207 10.038c-1.724 1.016-2.321 3.196-1.335 4.869s3.183 2.205 4.907 1.189 2.321-3.196 1.335-4.869-3.183-2.206-4.907-1.189zm2.778 4.712c-0.958 0.564-2.178 0.269-2.726-0.661-0.548-0.929-0.216-2.14 0.742-2.705s2.178-0.269 2.726 0.661c0.548 0.929 0.216 2.14-0.742 2.705zm-15.956 3.057c-1.724 1.016-2.322 3.196-1.336 4.869 0.987 1.673 3.183 2.205 4.907 1.189s2.322-3.196 1.336-4.869-3.183-2.205-4.907-1.189zm2.778 4.712c-0.958 0.564-2.179 0.269-2.726-0.661-0.548-0.929-0.216-2.14 0.741-2.705 0.958-0.564 2.179-0.269 2.726 0.661 0.548 0.929 0.216 2.14-0.741 2.705z' clip-rule='evenodd' fill='%23fff' fill-opacity='.23' fill-rule='evenodd'/%3E%3C/g%3E%3Cg filter='url(%23b)'%3E%3Cpath d='m73.24 181.81-6.1918 16.319c-0.5001 1.308-1.5302 2.355-2.8272 2.876s-2.7655 0.477-4.0289-0.121l-13.06-6.177c-1.2634-0.598-2.2289-1.705-2.649-3.038s-0.2639-2.794 0.4286-4.008l8.6906-15.142c0.5559-0.975 1.7884-1.363 2.8047-0.883l2.4654 1.167 0.0525-0.111c1.4092-2.979 4.9793-4.257 7.9585-2.847 2.9791 1.409 4.2564 4.979 2.8472 7.958l-0.0525 0.111 2.4655 1.166c1.0163 0.481 1.4978 1.68 1.0963 2.73zm-7.131-10.328c-2.0763-0.982-4.5647-0.092-5.5468 1.984l-0.0525 0.111 7.5313 3.562 0.0525-0.11c0.9821-2.077 0.0919-4.565-1.9845-5.547zm-5.1424 27.765c0.8208 0.388 1.7368 0.416 2.5794 0.077 0.8427-0.338 1.4854-0.991 1.8098-1.84l6.1917-16.319c0.0664-0.173-0.0122-0.369-0.1782-0.448l-2.4655-1.166-0.9538 2.016c-0.2138 0.453-0.7537 0.646-1.2058 0.432-0.452-0.214-0.6452-0.754-0.4313-1.206l0.9537-2.016-7.5313-3.563-0.9538 2.017c-0.2138 0.452-0.7537 0.645-1.2058 0.431-0.452-0.214-0.6452-0.754-0.4313-1.206l0.9537-2.016-2.4654-1.166c-0.166-0.079-0.3673-0.016-0.4583 0.144l-8.6905 15.142c-0.4488 0.787-0.5462 1.698-0.2733 2.564 0.273 0.866 0.8752 1.557 1.6961 1.945l13.06 6.178zm1.8809-14.324c0.4709-0.168 0.9892 0.077 1.1576 0.548 0.1685 0.471-0.0767 0.989-0.5477 1.157l-6.2368 2.232c-0.2354 0.084-0.4828 0.065-0.6922-0.034s-0.3811-0.278-0.4653-0.514l-1.0457-2.923c-0.1685-0.471 0.0767-0.989 0.5476-1.158 0.4709-0.168 0.9892 0.077 1.1577 0.548l0.7406 2.07 5.3842-1.926z' clip-rule='evenodd' fill='%23fff' fill-opacity='.24' fill-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='d' x='31.607' y='521.61' width='35.89' height='35.25' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_84_2924' stdDeviation='1.19635'/%3E%3C/filter%3E%3Cfilter id='c' x='292.79' y='306.05' width='45.886' height='41.206' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_84_2924' stdDeviation='1.25098'/%3E%3C/filter%3E%3Cfilter id='b' x='41.86' y='166.88' width='33.913' height='36.878' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_84_2924' stdDeviation='1.19582'/%3E%3C/filter%3E%3ClinearGradient id='a' x1='187.71' x2='187.68' y1='425.81' y2='764.05' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' offset='0'/%3E%3Cstop stop-color='%23fff' stop-opacity='0' offset='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E\");\n}\n.dokan-promo-banner.notice {\n padding: 20px 44px 50px;\n}\n.dokan-promo-banner .thumbnail {\n text-align: center;\n flex-wrap: wrap;\n}\n.dokan-promo-banner .thumbnail svg {\n width: 279px;\n height: 200px;\n}\n.dokan-promo-banner .content {\n flex-wrap: wrap;\n margin-bottom: 50px;\n}\n.dokan-promo-banner .content .details {\n text-align: center;\n margin-top: 10px;\n margin-bottom: 30px;\n flex: unset;\n}\n.dokan-promo-banner .content .details h3 {\n font-size: 20px;\n}\n.dokan-promo-banner .content .features {\n flex-wrap: wrap;\n margin: 0 auto;\n row-gap: 1rem;\n grid-template-columns: repeat(1, minmax(0, 1fr));\n}\n.dokan-promo-banner .btn-upgrade a {\n display: block;\n}\n}\n@media (min-width: 415px) and (max-width: 768px) {\n.dokan-promo-banner .content .details {\n flex: 0 0 190px;\n}\n.dokan-promo-banner .content .features {\n display: none;\n}\n}\n@media (min-width: 769px) and (max-width: 1024px) {\n.dokan-promo-banner .content .details {\n flex: 0 0 280px;\n}\n.dokan-promo-banner .content .features {\n display: none;\n}\n}\n@media only screen and (min-width: 1450px) {\n.dokan-promo-banner {\n background-position: bottom -5px right 165px;\n}\n.dokan-promo-banner .content .details {\n flex: 0 0 190px;\n}\n.dokan-promo-banner .content .features {\n grid-template-columns: repeat(3, minmax(0, 1fr));\n}\n}\n\n.withdraw-requests .dokan-modal .modal-body {\n min-height: 130px;\n}\n.withdraw-requests .dokan-modal .modal-body textarea {\n width: 100%;\n}\n.withdraw-requests .image {\n width: 10%;\n}\n.withdraw-requests .seller {\n width: 20%;\n}\n.withdraw-requests td.seller img {\n float: left;\n margin-right: 10px;\n margin-top: 1px;\n width: 24px;\n height: auto;\n}\n.withdraw-requests td.seller strong {\n display: block;\n margin-bottom: 0.2em;\n font-size: 14px;\n}\n.withdraw-requests td.actions,\n.withdraw-requests th.actions {\n width: 120px;\n}\n.withdraw-requests td.status span {\n line-height: 2.5em;\n padding: 5px 8px;\n border-radius: 4px;\n}\n.withdraw-requests td.status .approved {\n background: #c6e1c6;\n color: #5b841b;\n}\n.withdraw-requests td.status .pending {\n background: #f8dda7;\n color: #94660c;\n}\n.withdraw-requests td.status .cancelled {\n background: #eba3a3;\n color: #761919;\n}\n.withdraw-requests .method_details_inner p {\n margin-bottom: 2px;\n}\n@media only screen and (max-width: 600px) {\n.withdraw-requests table td.seller,\n .withdraw-requests td.amount,\n .withdraw-requests td.actions {\n display: table-cell !important;\n}\n.withdraw-requests table th:not(.check-column):not(.seller):not(.amount):not(.actions) {\n display: none;\n}\n.withdraw-requests table td:not(.check-column):not(.seller):not(.amount):not(.actions) {\n display: none;\n}\n.withdraw-requests table th.column,\n .withdraw-requests table td.column {\n width: auto;\n}\n.withdraw-requests table td.column.actions .dashicons {\n width: 14px;\n height: 14px;\n font-size: 18px;\n}\n.withdraw-requests table td.seller .row-actions {\n display: inline-block;\n}\n.withdraw-requests table td.seller .row-actions span {\n font-size: 11px;\n}\n}\n@media only screen and (max-width: 376px) {\n.withdraw-requests table td.seller .row-actions {\n display: inline-block;\n}\n.withdraw-requests table td.seller .row-actions span {\n font-size: 9px;\n}\n}\n@media only screen and (max-width: 320px) {\n.withdraw-requests table td.column.actions .dashicons {\n width: 10px;\n height: 10px;\n font-size: 14px;\n}\n}\n\n.dokan-pro-features {\n font-family: 'Open Sans', sans-serif;\n margin: -10px -20px 0 -22px;\n}\n.dokan-pro-features .vendor-capabilities-banner {\n display: flex;\n align-items: center;\n padding: 50px;\n height: auto;\n border-radius: 9px;\n background-position: center;\n background-repeat: no-repeat;\n background-size: cover;\n margin: 20px 70px;\n}\n.dokan-pro-features .vendor-capabilities-banner .content {\n margin: 30px;\n}\n.dokan-pro-features .vendor-capabilities-banner .content .title {\n font-size: 26px;\n font-weight: bold;\n color: #FF0000;\n}\n.dokan-pro-features .vendor-capabilities-banner a {\n box-shadow: none;\n background: #FF5722;\n color: #fff;\n border-color: #FF5722;\n}\n.dokan-pro-features .vendor-capabilities-banner a:hover {\n color: #fff;\n background: #ff6a3c;\n}\n.dokan-pro-features a {\n transition: all 0.2s ease;\n}\n.dokan-pro-features .section-title {\n text-align: center;\n color: #2e2c2c;\n font-size: 30px;\n line-height: 1.5em;\n font-weight: 400;\n position: relative;\n margin: 0 0 58px;\n}\n.dokan-pro-features .section-title:after {\n content: '';\n position: absolute;\n bottom: -21px;\n left: 50%;\n transform: translateX(-50%);\n width: 38px;\n height: 5px;\n border-radius: 3px;\n background-color: #f2624d;\n}\n.dokan-pro-features .header-section {\n background-color: #f2f2f2;\n color: #3f4143;\n font-size: 16px;\n display: flex;\n align-items: center;\n padding: 0 8%;\n border-bottom: 1px solid #eee;\n}\n@media (min-width: 1281px) {\n.dokan-pro-features .header-section {\n padding: 0 24%;\n}\n}\n.dokan-pro-features .header-section .feature-thumb img {\n width: 233px;\n margin: -20px 0 -30px;\n}\n.dokan-pro-features .header-section .content-area {\n padding-left: 10%;\n}\n.dokan-pro-features .header-section .content-area h1 {\n font-size: 27px;\n line-height: 1.5em;\n color: #2e2c2c;\n}\n.dokan-pro-features .header-section .content-area p {\n font-size: 16px;\n line-height: 1.5em;\n font-weight: 300;\n margin: 0;\n letter-spacing: 0.5px;\n}\n.dokan-pro-features .service-section {\n text-align: center;\n padding: 73px 30px 85px;\n background-color: #f7f8f9;\n}\n@media (min-width: 1281px) {\n.dokan-pro-features .service-section {\n padding-left: 20%;\n padding-right: 20%;\n}\n}\n.dokan-pro-features .service-section .service-list {\n display: flex;\n flex-wrap: wrap;\n}\n.dokan-pro-features .service-section .service-list .service-box {\n flex: 0 0 28.9%;\n margin: 2.2%;\n text-align: center;\n border-radius: 5px;\n background-color: #ffffff;\n}\n.dokan-pro-features .service-section .service-list .service-box .service-thumb img {\n border-radius: 5px 5px 0 0;\n max-width: 100%;\n}\n.dokan-pro-features .service-section .service-list .service-box .service-detail {\n padding: 20px 25px 25px;\n}\n.dokan-pro-features .service-section .service-list .service-box .service-detail h3 {\n color: #3f4143;\n font-size: 15px;\n line-height: 1.5em;\n font-weight: 300;\n margin: 0;\n}\n.dokan-pro-features .service-section .btn {\n font-size: 16px;\n line-height: 1.5em;\n font-weight: 300;\n color: #ffff;\n background-color: #3984b5;\n border: 1px solid #226b9b;\n border-radius: 3px;\n text-decoration: none;\n padding: 13px 28px;\n display: inline-block;\n margin-top: 52px;\n transition: all 0.2s ease;\n}\n.dokan-pro-features .service-section .btn:hover {\n box-shadow: 2.736px 7.518px 20px 0 rgba(0, 0, 0, 0.15);\n}\n.dokan-pro-features .service-section .btn svg {\n width: 15px;\n fill: #fff;\n margin-left: 5px;\n}\n.dokan-pro-features .comparison-section {\n background-color: #f1f1f1;\n padding: 75px;\n}\n@media (min-width: 1281px) {\n.dokan-pro-features .comparison-section {\n padding-left: 21.2%;\n padding-right: 21.2%;\n}\n}\n.dokan-pro-features .comparison-section .section-title {\n margin-bottom: 90px;\n}\n.dokan-pro-features .comparison-section .comparison-area {\n display: flex;\n justify-content: space-between;\n}\n.dokan-pro-features .comparison-section .comparison-area .compare-box {\n flex: 0 0 48%;\n background-color: #fff;\n border: 1px solid #E0E9EC;\n border-radius: 5px;\n box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);\n padding: 50px;\n box-sizing: border-box;\n}\n.dokan-pro-features .comparison-section .comparison-area .compare-box .logo-section {\n margin-bottom: 58px;\n position: relative;\n}\n.dokan-pro-features .comparison-section .comparison-area .compare-box .logo-section:after {\n content: \"\";\n position: absolute;\n bottom: -23px;\n left: 0;\n width: 38px;\n height: 5px;\n border-radius: 3px;\n background-color: #d7d7d7;\n}\n.dokan-pro-features .comparison-section .comparison-area .compare-box .logo-section img {\n width: 120px;\n}\n.dokan-pro-features .comparison-section .comparison-area .compare-box .compare-list {\n margin: 0;\n}\n.dokan-pro-features .comparison-section .comparison-area .compare-box .compare-list li {\n font-size: 15px;\n line-height: 1.5em;\n font-weight: 300;\n color: #66676E;\n margin-bottom: 28px;\n position: relative;\n display: flex;\n align-items: center;\n}\n.dokan-pro-features .comparison-section .comparison-area .compare-box .compare-list li:last-child {\n margin-bottom: 0;\n}\n.dokan-pro-features .comparison-section .comparison-area .compare-box .compare-list li img {\n width: 21px;\n margin-right: 12px;\n}\n.dokan-pro-features .comparison-section .comparison-area .compare-box .compare-list li.unavailable {\n color: #ccced5;\n}\n.dokan-pro-features .pricing-section {\n background-color: #f7f8f9;\n padding: 85px 0 62px;\n}\n.dokan-pro-features .pricing-section .section-title {\n margin-bottom: 120px;\n}\n.dokan-pro-features .pricing-section .pricing-wrapper {\n padding: 0 4.5%;\n}\n@media (min-width: 1281px) {\n.dokan-pro-features .pricing-section .pricing-wrapper {\n padding-left: 21%;\n padding-right: 21%;\n}\n}\n.dokan-pro-features .pricing-section .table-row {\n display: flex;\n}\n.dokan-pro-features .pricing-section .table-row:first-child .table-col:first-child {\n background-color: transparent;\n border-color: transparent;\n border-radius: 3px 3px 0 0;\n}\n.dokan-pro-features .pricing-section .table-row:first-child .table-col:nth-child(2) {\n border-radius: 3px 0 0 0;\n}\n.dokan-pro-features .pricing-section .table-row:first-child .table-col:last-child {\n border-radius: 0 3px 0 0;\n}\n.dokan-pro-features .pricing-section .table-row:first-child .table-col.popular {\n position: relative;\n}\n.dokan-pro-features .pricing-section .table-row:first-child .table-col.popular:before {\n position: absolute;\n top: -28px;\n left: 0;\n width: 100%;\n content: 'Most Popular';\n color: #23282d;\n font-size: 14px;\n line-height: 1.4em;\n background-color: #ffcc00;\n border-radius: 3px 3px 0 0;\n padding: 5px;\n box-sizing: border-box;\n}\n.dokan-pro-features .pricing-section .table-row:nth-child(2) .table-col:first-child {\n border-radius: 3px 3px 0 0;\n}\n.dokan-pro-features .pricing-section .table-row:nth-last-child(2) .table-col:first-child {\n border-radius: 0 0 5px 5px;\n border-bottom: 1px solid #e7eaeb;\n}\n.dokan-pro-features .pricing-section .table-row:last-child .table-col {\n border-bottom: 1px solid #e7eaeb;\n}\n.dokan-pro-features .pricing-section .table-row:last-child .table-col:first-child {\n border-radius: 0 0 5px 5px;\n background-color: transparent;\n border-color: transparent;\n}\n.dokan-pro-features .pricing-section .table-row:last-child .table-col:nth-child(2) {\n border-radius: 0 0 0 5px;\n}\n.dokan-pro-features .pricing-section .table-row:last-child .table-col:last-child {\n border-radius: 0 0 5px 0;\n}\n.dokan-pro-features .pricing-section .table-row .table-col {\n width: 18.5%;\n text-align: center;\n border: 1px solid #e7eaeb;\n padding: 18px;\n background-color: #fff;\n border-bottom: 0;\n border-left: 0;\n border-right: 0;\n}\n.dokan-pro-features .pricing-section .table-row .table-col:first-child {\n width: 25%;\n margin-right: 2%;\n text-align: left;\n border-left: 1px solid #e7eaeb;\n border-right: 1px solid #e7eaeb;\n}\n.dokan-pro-features .pricing-section .table-row .table-col:nth-child(2) {\n border-left: 1px solid #e7eaeb;\n}\n.dokan-pro-features .pricing-section .table-row .table-col:last-child {\n border-left: 1px solid #e7eaeb;\n border-right: 1px solid #e7eaeb;\n}\n.dokan-pro-features .pricing-section .table-row .table-col.popular {\n z-index: 1;\n box-shadow: 1px 10px 30px 0 rgba(215, 223, 254, 0.5);\n}\n.dokan-pro-features .pricing-section .table-row .table-col .module-name {\n color: #157ef5;\n font-size: 14px;\n line-height: 1.5em;\n font-weight: 300;\n text-decoration: none;\n}\n.dokan-pro-features .pricing-section .table-row .table-col .plan-data {\n font-size: 15px;\n color: #3f4143;\n}\n.dokan-pro-features .pricing-section .table-row .table-col .plan-data img {\n display: block;\n margin: 0 auto;\n width: 23px;\n}\n.dokan-pro-features .pricing-section .table-row .table-col .buy-btn {\n font-size: 14px;\n font-weight: 300;\n border-radius: 3px;\n padding: 13px 34px;\n color: #fff;\n text-decoration: none;\n margin: 25px 0 14px;\n display: inline-block;\n transition: all 0.2s ease;\n}\n.dokan-pro-features .pricing-section .table-row .table-col .buy-btn:hover {\n box-shadow: 1px 10px 30px 0 rgba(215, 223, 254, 0.5);\n}\n.dokan-pro-features .pricing-section .table-row .table-col .buy-btn.starter {\n background-color: #00bcff;\n}\n.dokan-pro-features .pricing-section .table-row .table-col .buy-btn.professional {\n background-color: #2bc66d;\n}\n.dokan-pro-features .pricing-section .table-row .table-col .buy-btn.business {\n background-color: #795dff;\n}\n.dokan-pro-features .pricing-section .table-row .table-col .buy-btn.enterprise {\n background-color: #ff5956;\n}\n.dokan-pro-features .pricing-section .plan-name {\n display: inline-block;\n background: black;\n color: #fff;\n font-size: 14px;\n font-weight: 300;\n line-height: 1.4em;\n border-radius: 25px;\n padding: 5px 20px;\n min-width: 95px;\n box-sizing: border-box;\n margin: 26px 0 20px;\n}\n.dokan-pro-features .pricing-section .plan-name.starter {\n background-color: #00bcff;\n}\n.dokan-pro-features .pricing-section .plan-name.professional {\n background-color: #2bc66d;\n}\n.dokan-pro-features .pricing-section .plan-name.business {\n background-color: #795dff;\n}\n.dokan-pro-features .pricing-section .plan-name.enterprise {\n background-color: #ff5956;\n}\n.dokan-pro-features .pricing-section .price {\n margin-bottom: 15px;\n}\n.dokan-pro-features .pricing-section .price span {\n font-size: 14px;\n line-height: 1.2em;\n font-weight: 300;\n color: #b8bbbe;\n display: block;\n}\n.dokan-pro-features .pricing-section .price span:first-child {\n font-size: 28px;\n line-height: 1.5em;\n font-weight: 400;\n color: #23282d;\n}\n.dokan-pro-features .pricing-section .price span:first-child sup {\n font-size: 14px;\n}\n.dokan-pro-features .payment-section {\n display: flex;\n background: #fff;\n justify-content: space-between;\n padding: 20px 65px 15px;\n align-items: center;\n}\n@media (min-width: 1281px) {\n.dokan-pro-features .payment-section {\n padding-left: 21%;\n padding-right: 21%;\n}\n}\n.dokan-pro-features .payment-section .guarantee-section {\n display: flex;\n flex: 0 0 70%;\n align-content: center;\n align-items: center;\n position: relative;\n}\n.dokan-pro-features .payment-section .guarantee-section:after {\n content: \"\";\n position: absolute;\n right: -18px;\n top: 50%;\n transform: translateY(-50%);\n width: 5px;\n height: 38px;\n border-radius: 3px;\n background-color: #f1f1f1;\n}\n.dokan-pro-features .payment-section .guarantee-section .feature-thumb img {\n max-width: 100%;\n width: 160px;\n}\n.dokan-pro-features .payment-section .guarantee-section .guarantee-detail {\n padding-left: 25px;\n}\n.dokan-pro-features .payment-section .guarantee-section .guarantee-detail h2 {\n font-size: 24px;\n line-height: 1.5em;\n color: #2e2c2c;\n font-weight: 400;\n margin: 0;\n}\n.dokan-pro-features .payment-section .guarantee-section .guarantee-detail p {\n color: #66676e;\n font-size: 15px;\n line-height: 1.5em;\n font-weight: 300;\n margin: 5px 0 20px;\n}\n.dokan-pro-features .payment-section .guarantee-section .guarantee-detail a {\n color: #f2624d;\n font-size: 15px;\n line-height: 1.5em;\n text-decoration: none;\n}\n.dokan-pro-features .payment-section .guarantee-section .guarantee-detail a img {\n width: 18px;\n margin-right: 4px;\n}\n.dokan-pro-features .payment-section .payment-area h3 {\n font-size: 15px;\n font-weight: 300;\n color: #66676e;\n margin: 0px 0 17px;\n}\n.dokan-pro-features .payment-section .payment-area .option img {\n max-width: 100%;\n}\n.dokan-pro-features .testimonial-section {\n background-color: #f1f1f1;\n padding: 75px 0 70px;\n text-align: center;\n}\n.dokan-pro-features .testimonial-section .section-title {\n margin-bottom: 75px;\n}\n.dokan-pro-features .testimonial-section .testimonial-wrapper {\n width: 80%;\n text-align: center;\n margin: 0 auto;\n}\n@media only screen and (min-width: 1281px) {\n.dokan-pro-features .testimonial-section .testimonial-wrapper {\n width: 55%;\n}\n}\n.dokan-pro-features .testimonial-section .testimonial-wrapper .testimonial-box .profile-pic {\n width: 70px;\n height: 70px;\n border: 5px solid #fff;\n border-radius: 50%;\n background-color: #fff;\n box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.16);\n margin: 0 auto -35px;\n z-index: 1;\n position: relative;\n}\n.dokan-pro-features .testimonial-section .testimonial-wrapper .testimonial-box .profile-pic img {\n border-radius: 50%;\n max-width: 100%;\n}\n.dokan-pro-features .testimonial-section .testimonial-wrapper .testimonial-box .content-detail {\n background-color: #fff;\n color: #000;\n border-radius: 5px;\n border: 1px solid #E0E9EC;\n box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);\n padding: 50px 30px 30px;\n background-repeat: no-repeat;\n background-position: 40px 40px;\n}\n.dokan-pro-features .testimonial-section .testimonial-wrapper .testimonial-box .content-detail h4 {\n font-size: 18px;\n line-height: 1.444;\n color: #F2624D;\n font-weight: 400;\n margin-top: 0;\n margin-bottom: 5px;\n}\n.dokan-pro-features .testimonial-section .testimonial-wrapper .testimonial-box .content-detail span {\n font-size: 15px;\n line-height: 1.444;\n font-weight: 300;\n color: #66676e;\n margin-bottom: 20px;\n display: inline-block;\n}\n.dokan-pro-features .testimonial-section .testimonial-wrapper .testimonial-box .content-detail p {\n color: #2e2c2c;\n font-size: 14px;\n line-height: 1.9em;\n font-weight: 300;\n}\n.dokan-pro-features .testimonial-section .testimonial-wrapper .slick-dots {\n text-align: center;\n margin: 40px 0 25px;\n}\n.dokan-pro-features .testimonial-section .testimonial-wrapper .slick-dots li {\n position: relative;\n display: inline-block;\n width: 20px;\n height: 20px;\n margin: 0 5px;\n padding: 0;\n cursor: pointer;\n}\n.dokan-pro-features .testimonial-section .testimonial-wrapper .slick-dots li.slick-active button:before {\n background-color: #3f4143;\n}\n.dokan-pro-features .testimonial-section .testimonial-wrapper .slick-dots li button {\n position: relative;\n font-size: 0;\n line-height: 0;\n display: block;\n width: 20px;\n height: 20px;\n padding: 5px;\n cursor: pointer;\n color: transparent;\n border: 0;\n outline: none;\n background: transparent;\n}\n.dokan-pro-features .testimonial-section .testimonial-wrapper .slick-dots li button:before {\n position: absolute;\n top: 0;\n left: 0;\n width: 21px;\n height: 5px;\n content: '';\n text-align: center;\n background-color: #d6d6d6;\n border-radius: 30px;\n}\n.dokan-pro-features .testimonial-section p {\n color: #262626;\n font-size: 16px;\n line-height: 1.5em;\n font-weight: 300;\n}\n.dokan-pro-features .testimonial-section p a {\n color: #8263f7;\n text-decoration: none;\n}\n.dokan-pro-features .cta-section {\n background-image: -moz-linear-gradient(15deg, #ff7d90 0%, #ffad6f 100%);\n background-image: -webkit-linear-gradient(15deg, #ff7d90 0%, #ffad6f 100%);\n background-image: -ms-linear-gradient(15deg, #ff7d90 0%, #ffad6f 100%);\n background-image: linear-gradient(15deg, #ff7d90 0%, #ffad6f 100%);\n background-repeat: no-repeat;\n background-position: center center;\n background-size: contain;\n text-align: center;\n padding: 35px 75px 40px;\n color: #fff;\n}\n.dokan-pro-features .cta-section img {\n width: 60px;\n border-radius: 50%;\n box-shadow: 0px 3px 70px 0px rgba(126, 17, 0, 0.35);\n}\n.dokan-pro-features .cta-section h2 {\n font-size: 30px;\n color: #fff;\n font-weight: 400;\n line-height: 1.333em;\n text-align: center;\n margin: 10px 0;\n text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.31);\n}\n.dokan-pro-features .cta-section p {\n font-size: 16px;\n line-height: 1.5em;\n font-weight: 300;\n margin: 10px 0 30px;\n}\n.dokan-pro-features .cta-section .btn {\n background-color: #fff;\n color: #f2624d;\n font-size: 16px;\n line-height: 1.538em;\n font-weight: 300;\n border: 1px solid #FF9381;\n border-radius: 3px;\n box-shadow: 0px 1px 2px 0px rgba(255, 128, 142, 0.05);\n display: inline-block;\n text-decoration: none;\n padding: 12px 27px;\n}\n.dokan-pro-features .cta-section .btn:hover {\n box-shadow: 2.736px 7.518px 20px 0 rgba(0, 0, 0, 0.15);\n}\n.dokan-pro-features .cta-section .btn svg {\n width: 15px;\n fill: #f2624d;\n margin-left: 6px;\n}\n\n.cta-section {\n background-image: -moz-linear-gradient(15deg, #ff7d90 0%, #ffad6f 100%);\n background-image: -webkit-linear-gradient(15deg, #ff7d90 0%, #ffad6f 100%);\n background-image: -ms-linear-gradient(15deg, #ff7d90 0%, #ffad6f 100%);\n background-image: linear-gradient(15deg, #ff7d90 0%, #ffad6f 100%);\n background-repeat: no-repeat;\n background-position: center center;\n background-size: contain;\n text-align: center;\n padding: 35px 75px 40px;\n color: #fff;\n}\n.cta-section img {\n width: 60px;\n border-radius: 50%;\n box-shadow: 0px 3px 70px 0px rgba(126, 17, 0, 0.35);\n}\n.cta-section h2 {\n font-size: 30px;\n color: #fff;\n font-weight: 400;\n line-height: 1.333em;\n text-align: center;\n margin: 10px 0;\n text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.31);\n}\n.cta-section p {\n font-size: 16px;\n line-height: 1.5em;\n font-weight: 300;\n margin: 10px 0 30px;\n}\n.cta-section .btn {\n background-color: #fff;\n color: #f2624d;\n font-size: 16px;\n line-height: 1.538em;\n font-weight: 300;\n border: 1px solid #FF9381;\n border-radius: 3px;\n box-shadow: 0px 1px 2px 0px rgba(255, 128, 142, 0.05);\n display: inline-block;\n text-decoration: none;\n padding: 12px 27px;\n}\n.cta-section .btn:hover {\n box-shadow: 2.736px 7.518px 20px 0 rgba(0, 0, 0, 0.15);\n}\n.cta-section .btn svg {\n width: 15px;\n fill: #f2624d;\n margin-left: 6px;\n}\n\n.dokan-help-page .section-wrapper {\n margin-top: 15px;\n}\n.dokan-help-page .section-wrapper .dokan-postbox {\n width: calc(33% - 2em);\n margin: 0 2% 15px 0;\n float: left;\n}\n.dokan-help-page .section-wrapper .dokan-postbox:nth-child(3n+1) {\n clear: both;\n}\n.dokan-help-page .section-wrapper .dokan-postbox .dashicons {\n color: #ccc;\n}\n.dokan-help-page .section-wrapper .dokan-postbox a {\n text-decoration: none;\n}\n.dokan-help-page .section-wrapper .dokan-postbox .inside,\n.dokan-help-page .section-wrapper .dokan-postbox ul {\n margin-bottom: 0;\n}\n.dokan-help-page .loading {\n width: 100%;\n text-align: center;\n margin-top: 100px;\n}\n\n.fade-enter-active[data-v-254fdb80],\n.fade-leave-active[data-v-254fdb80] {\n transition: opacity 0.3s ease;\n}\n.fade-enter[data-v-254fdb80],\n.fade-leave-to[data-v-254fdb80] {\n opacity: 0;\n}\n.slide-enter-active[data-v-254fdb80],\n.slide-leave-active[data-v-254fdb80] {\n transition-duration: 0.1s;\n transition-timing-function: linear;\n}\n.slide-enter-to[data-v-254fdb80],\n.slide-leave[data-v-254fdb80] {\n max-height: 100px;\n overflow: hidden;\n}\n.slide-enter[data-v-254fdb80],\n.slide-leave-to[data-v-254fdb80] {\n overflow: hidden;\n max-height: 0;\n}\nul[data-v-254fdb80] {\n cursor: pointer;\n}\n.dokan-help-page .section-wrapper h2[data-v-254fdb80] {\n margin: 0;\n color: transparent;\n}\n.dokan-help-page .section-wrapper .dokan-notice[data-v-254fdb80] {\n background: rgba(223, 0, 0, 0.05);\n margin: -15px -20px 0;\n padding: 15px 15px 0;\n}\n.dokan-help-page .section-wrapper .change-log[data-v-254fdb80] {\n background: rgba(223, 0, 0, 0.05);\n margin: -15px -20px 0;\n}\n.dokan-help-page .section-wrapper .change-log.lite-change-log[data-v-254fdb80] {\n height: 340px;\n}\n.dokan-help-page .section-wrapper .change-log.pro-change-log[data-v-254fdb80] {\n height: 400px;\n}\n.dokan-help-page .section-wrapper .change-log h3[data-v-254fdb80] {\n color: #000000;\n font-size: 30px;\n text-align: center;\n padding: 45px 0 0;\n font-weight: 800;\n font-family: \"SF Pro Text\", sans-serif;\n margin: 0 0 28px;\n}\n.dokan-help-page .section-wrapper .change-log .switch-button-wrap[data-v-254fdb80] {\n width: 147px;\n height: 33px;\n text-align: center;\n cursor: pointer;\n transition: all 0.2s ease;\n margin: 0 auto;\n background: #ffffff;\n border-radius: 53px;\n position: relative;\n border: 1px solid #e2e2e2;\n}\n.dokan-help-page .section-wrapper .change-log .switch-button-wrap .switch-button[data-v-254fdb80] {\n width: 48%;\n height: 100%;\n background: none;\n border-radius: 27px;\n border: none;\n color: #cc7376;\n display: inline-block;\n position: relative;\n transition: all 0.2s ease;\n cursor: pointer;\n font-size: 13px;\n font-weight: 500;\n font-family: \"SF Pro Text\", sans-serif;\n}\n.dokan-help-page .section-wrapper .change-log .switch-button-wrap .active[data-v-254fdb80] {\n background: #FF5722;\n border-radius: 30px;\n position: absolute;\n top: 0;\n width: 50%;\n height: 100%;\n transition: all 0.2s ease-out;\n}\n.dokan-help-page .section-wrapper .change-log .switch-button-wrap .lite[data-v-254fdb80] {\n text-transform: capitalize;\n}\n.dokan-help-page .section-wrapper .change-log .switch-button-wrap .pro[data-v-254fdb80] {\n text-transform: uppercase;\n}\n.dokan-help-page .section-wrapper .change-log .switch-button-wrap .active-case[data-v-254fdb80] {\n color: #ffffff;\n}\n.dokan-help-page .section-wrapper .change-log .jump-version[data-v-254fdb80] {\n width: 178px;\n margin: 24px auto 0;\n position: relative;\n}\n.dokan-help-page .section-wrapper .change-log .jump-version p[data-v-254fdb80] {\n color: #000;\n font-size: 13px;\n text-align: center;\n cursor: pointer;\n font-weight: 500;\n font-family: \"SF Pro Text\", sans-serif;\n}\n.dokan-help-page .section-wrapper .change-log .jump-version .dashicons[data-v-254fdb80] {\n font-size: 16px;\n line-height: 1.4;\n transition: all 0.2s ease;\n}\n.dokan-help-page .section-wrapper .change-log .jump-version:hover .dashicons[data-v-254fdb80] {\n transform: rotate(-180deg);\n}\n.dokan-help-page .section-wrapper .change-log .jump-version .version-menu[data-v-254fdb80] {\n position: absolute;\n top: 50px;\n left: 0;\n width: 100%;\n z-index: 1;\n background: #fff;\n border: 1px solid #dddddd;\n padding: 20px 10px 20px 20px;\n box-sizing: border-box;\n opacity: 0;\n visibility: hidden;\n transition: all 0.2s ease;\n box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.09);\n}\n.dokan-help-page .section-wrapper .change-log .jump-version .version-menu[data-v-254fdb80]:before {\n content: \"\";\n position: absolute;\n border: 11px solid transparent;\n border-bottom-color: white;\n margin-left: -10px;\n top: -19px;\n right: 27px;\n z-index: 1;\n}\n.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown[data-v-254fdb80] {\n max-height: 300px;\n text-align: left;\n background: #ffffff;\n overflow-y: auto;\n}\n.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul[data-v-254fdb80] {\n cursor: context-menu;\n}\n.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul li[data-v-254fdb80] {\n margin-bottom: 25px;\n color: #000000;\n font-size: 14px;\n font-weight: 400;\n font-family: \"SF Pro Text\", sans-serif;\n transition: all 0.2s linear;\n cursor: pointer;\n}\n.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul li[data-v-254fdb80]:hover {\n color: #f2624d;\n}\n.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul li[data-v-254fdb80]:last-child {\n margin-bottom: 0;\n}\n.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul li.current[data-v-254fdb80] {\n color: #f2624d;\n font-weight: bold;\n font-family: \"SF Pro Text\", sans-serif;\n}\n.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul li span[data-v-254fdb80] {\n display: block;\n font-size: 12px;\n color: #758598;\n font-weight: 400;\n font-family: \"SF Pro Text\", sans-serif;\n}\n.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown[data-v-254fdb80]::-webkit-scrollbar {\n width: 4px;\n}\n.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown[data-v-254fdb80]::-webkit-scrollbar-track {\n background: #f5f5f5;\n}\n.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown[data-v-254fdb80]::-webkit-scrollbar-thumb {\n background: #878787;\n}\n.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown[data-v-254fdb80]::-webkit-scrollbar-thumb:hover {\n background: #575757;\n}\n.dokan-help-page .section-wrapper .change-log .jump-version:hover .version-menu[data-v-254fdb80] {\n top: 30px;\n opacity: 1;\n visibility: visible;\n}\n.dokan-help-page .section-wrapper .version-list .version .card-version[data-v-254fdb80] {\n background: #ffffff;\n border: 1px solid #e2e2e2;\n border-radius: 3px;\n padding: 25px;\n box-sizing: border-box;\n}\n.dokan-help-page .section-wrapper .version-list .version .card-version div[data-v-254fdb80] {\n overflow: hidden;\n}\n.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list[data-v-254fdb80] {\n margin-bottom: 40px;\n}\n.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list[data-v-254fdb80]:last-child {\n margin-bottom: 0;\n}\n.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature-badge[data-v-254fdb80] {\n color: #ffffff;\n font-size: 15px;\n font-weight: 600;\n padding: 6px 14px;\n border-radius: 3px;\n display: inline-block;\n font-family: \"SF Pro Text\", sans-serif;\n}\n.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .badge-green[data-v-254fdb80] {\n background: #00B728;\n}\n.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .badge-blue[data-v-254fdb80] {\n background: #028AFB;\n}\n.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .badge-red[data-v-254fdb80] {\n background: #F83838;\n}\n.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature[data-v-254fdb80] {\n margin: 11px 0;\n}\n.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature[data-v-254fdb80]:last-child {\n margin-bottom: 0;\n}\n.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature h5[data-v-254fdb80] {\n color: #000000;\n margin: 0;\n font-size: 14px;\n font-weight: bold;\n font-family: \"SF Pro Text\", sans-serif;\n}\n.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature div[data-v-254fdb80] {\n color: #000000;\n font-size: 14px;\n font-weight: 400;\n opacity: 0.8;\n font-family: \"SF Pro Text\", sans-serif;\n}\n.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature img[data-v-254fdb80] {\n width: 100%;\n height: auto;\n margin-top: 10px;\n}\n.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature ul[data-v-254fdb80] {\n list-style: disc outside;\n opacity: 0.7;\n font-size: 14px;\n font-weight: 400;\n margin-left: 18px;\n}\n.dokan-help-page .section-wrapper .version-list .version .card-version .continue-reading[data-v-254fdb80] {\n display: flex;\n align-items: center;\n justify-content: center;\n margin-top: 30px;\n}\n.dokan-help-page .section-wrapper .version-list .version .card-version .continue-reading a[data-v-254fdb80] {\n font-size: 13px;\n font-weight: normal;\n text-decoration: none;\n padding: 6px 14px;\n display: inline-block;\n color: #000000;\n background: #ffffff;\n border-radius: 3px;\n border: 1px solid #E2E2E2;\n font-family: \"SF Pro Text\", sans-serif;\n}\n.dokan-help-page .section-wrapper .version-list .version .card-version .continue-reading a[data-v-254fdb80]:focus {\n box-shadow: none;\n}\n.dokan-help-page .section-wrapper .version-list .version .version-number h4[data-v-254fdb80] {\n font-weight: 700;\n font-size: 23px;\n color: #000000;\n margin-bottom: 7px;\n font-family: \"SF Pro Text\", sans-serif;\n}\n.dokan-help-page .section-wrapper .version-list .version .version-number p[data-v-254fdb80] {\n font-weight: 400;\n font-size: 13px;\n color: #5C626A;\n font-family: \"SF Pro Text\", sans-serif;\n}\n.dokan-help-page .section-wrapper .version-list .version .version-number label[data-v-254fdb80] {\n font-size: 12px;\n color: #fff;\n background: #8e44ad;\n border-radius: 53px;\n margin-left: 5px;\n padding: 2px 12px;\n font-weight: 400;\n font-family: \"SF Pro Text\", sans-serif;\n}\n@media only screen and (min-width: 1200px) {\n.dokan-help-page .section-wrapper .version-list .version[data-v-254fdb80] {\n display: flex;\n width: 900px;\n margin: 0 auto;\n justify-content: space-between;\n}\n.dokan-help-page .section-wrapper .version-list .version .card-version[data-v-254fdb80] {\n width: 700px;\n}\n.dokan-help-page .section-wrapper .version-list .latest-version[data-v-254fdb80] {\n margin-top: -200px;\n}\n.dokan-help-page .section-wrapper .version-list .old-version[data-v-254fdb80] {\n margin-top: 25px;\n}\n}\n@media screen and (min-width: 992px) and (max-width: 1199px) {\n.dokan-help-page .section-wrapper .version-list .version[data-v-254fdb80] {\n display: flex;\n width: 720px;\n margin: 0 auto;\n justify-content: space-between;\n}\n.dokan-help-page .section-wrapper .version-list .version .card-version[data-v-254fdb80] {\n width: 520px;\n}\n.dokan-help-page .section-wrapper .version-list .latest-version[data-v-254fdb80] {\n margin-top: -200px;\n}\n.dokan-help-page .section-wrapper .version-list .old-version[data-v-254fdb80] {\n margin-top: 20px;\n}\n}\n@media only screen and (max-width: 991px) {\n.dokan-help-page .section-wrapper .dokan-notice[data-v-254fdb80] {\n background: #f7f8fa;\n margin: -15px -10px 0;\n padding: 15px 15px 0;\n}\n.dokan-help-page .section-wrapper .change-log[data-v-254fdb80] {\n background: #f7f8fa;\n margin: -15px -10px 0;\n}\n.dokan-help-page .section-wrapper .change-log.lite-change-log[data-v-254fdb80] {\n height: 220px;\n}\n.dokan-help-page .section-wrapper .change-log.pro-change-log[data-v-254fdb80] {\n height: 280px;\n}\n.dokan-help-page .section-wrapper .version-list .version .card-version[data-v-254fdb80] {\n margin: 0 -10px;\n border: 0;\n box-shadow: none;\n border-radius: 0;\n}\n.dokan-help-page .section-wrapper .version-list .version .card-version .continue-reading[data-v-254fdb80] {\n justify-content: start;\n}\n.dokan-help-page .section-wrapper .version-list .latest-version[data-v-254fdb80] {\n margin-top: -112px;\n}\n.dokan-help-page .section-wrapper .version-list .latest-version .version-number[data-v-254fdb80] {\n padding-bottom: 15px;\n text-align: center;\n}\n.dokan-help-page .section-wrapper .version-list .old-version[data-v-254fdb80] {\n margin-top: 15px;\n}\n.dokan-help-page .section-wrapper .version-list .old-version .version-number[data-v-254fdb80] {\n background: #fff;\n padding: 25px 25px 0 25px;\n margin: 0 -10px;\n box-sizing: border-box;\n}\n.dokan-help-page .section-wrapper .version-list .old-version h4[data-v-254fdb80] {\n margin-top: 0;\n}\n.dokan-help-page .section-wrapper .version-list .old-version p[data-v-254fdb80] {\n margin-bottom: 0;\n}\n}\n.dokan-help-page .scroll-to-top[data-v-254fdb80] {\n width: 40px;\n height: 40px;\n color: #ffffff;\n background: #ff5722;\n border: 0;\n position: fixed;\n right: 10px;\n bottom: 35px;\n z-index: 1;\n box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.09);\n cursor: pointer;\n opacity: 0;\n visibility: hidden;\n transition: all 0.2s ease;\n}\n.dokan-help-page .loading[data-v-254fdb80] {\n width: 100%;\n text-align: center;\n margin-top: 100px;\n}\n\n.dokan-settings-wrap {\n position: relative;\n display: flex;\n border: 1px solid #c8d7e1;\n}\n.dokan-settings-wrap .loading {\n position: absolute;\n width: 100%;\n height: 100%;\n background: rgba(255, 255, 255, 0.6);\n}\n.dokan-settings-wrap .loading .dokan-loader {\n top: 40%;\n left: 45%;\n}\n.dokan-settings-wrap .dashicons {\n padding-top: 2px;\n margin-right: 5px;\n}\n.dokan-settings-wrap .dashicons.dashicons-admin-generic {\n color: #6c75ff;\n}\n.dokan-settings-wrap .dashicons.dashicons-cart {\n color: #00aeff;\n}\n.dokan-settings-wrap .dashicons.dashicons-money {\n color: #d35400;\n}\n.dokan-settings-wrap .dashicons.dashicons-admin-page {\n color: #8e44ad;\n}\n.dokan-settings-wrap .dashicons.dashicons-admin-appearance {\n color: #3498db;\n}\n.dokan-settings-wrap .dashicons.dashicons-networking {\n color: #1abc9c;\n}\n.dokan-settings-wrap div.nav-tab-wrapper {\n flex: 1;\n border-bottom: none;\n padding: 0;\n background: #f1f1f1;\n border-right: 1px solid #c8d7e1;\n}\n.dokan-settings-wrap div.nav-tab-wrapper a {\n float: none;\n display: block;\n margin: 0;\n border: none;\n padding: 13px 13px;\n background: #f1f1f1;\n font-weight: 500;\n border-bottom: 1px solid #c8d7e1;\n transition-property: none;\n transition: none;\n}\n.dokan-settings-wrap div.nav-tab-wrapper a:focus,\n.dokan-settings-wrap div.nav-tab-wrapper a:active {\n box-shadow: none;\n outline: 0;\n}\n.dokan-settings-wrap div.nav-tab-wrapper a.nav-tab-active {\n background: #fff !important;\n border-right: 1px solid #c8d7e1;\n width: 99%;\n color: #2e4453;\n transition: none;\n transition-property: none;\n}\n.dokan-settings-wrap .metabox-holder {\n flex: 3;\n padding-left: 3%;\n padding-right: 10px;\n background: #fff;\n}\n.dokan-settings-wrap .radio-image-container .radio-image {\n display: block;\n width: 50%;\n background: #fff;\n -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);\n box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);\n margin: 0 0 15px;\n position: relative;\n line-height: 0;\n border: 1px solid #ededed;\n padding: 4px;\n}\n.dokan-settings-wrap .radio-image-container .radio-image img {\n max-width: 100%;\n z-index: 1;\n}\n.dokan-settings-wrap .radio-image-container .radio-image .current-option-indicator {\n position: absolute;\n top: 0;\n right: 0;\n background-color: #4CAF50;\n color: #fff;\n padding: 4px;\n z-index: 2;\n line-height: 1.4;\n}\n.dokan-settings-wrap .radio-image-container .radio-image .active-option {\n opacity: 0;\n position: absolute;\n top: 0;\n left: 0;\n z-index: 3;\n width: 100%;\n height: 100%;\n background-color: rgba(0, 0, 0, 0.45);\n transition: opacity 0.4s ease;\n}\n.dokan-settings-wrap .radio-image-container .radio-image .active-option button {\n position: absolute;\n top: 50%;\n left: 50%;\n margin-top: -23px;\n margin-left: -58px;\n}\n.dokan-settings-wrap .radio-image-container .radio-image:hover .active-option {\n opacity: 1;\n}\n.dokan-settings-wrap .radio-image-container .radio-image.active .active-option {\n display: none;\n}\n.dokan-settings-wrap .radio-image-container .radio-image.not-active .current-option-indicator {\n display: none;\n}\n.dokan-settings-wrap .radio-image-container label {\n display: block;\n margin-bottom: 5px;\n}\n.dokan-settings-wrap .radio-image-container label > input[type='radio'] {\n visibility: hidden;\n /* Makes input not-clickable */\n position: absolute;\n /* Remove input from document flow */\n}\n.dokan-settings-wrap .radio-image-container label > img {\n max-width: 100%;\n}\n.dokan-settings-wrap .search-box {\n position: relative;\n}\n.dokan-settings-wrap .search-box span.dashicons.dashicons-no-alt {\n position: absolute;\n top: 13px;\n right: 0;\n color: #ff0000;\n z-index: 999;\n cursor: pointer;\n}\n.dokan-settings-wrap .search-box .dokan-admin-search-settings {\n border: 1px solid #ddd;\n border-radius: 0px;\n height: 48px;\n display: block;\n width: 100%;\n border-left: 0;\n border-top: 0;\n padding: 0 15px;\n background: #eee;\n font-weight: 400;\n}\n.dokan-settings-wrap .search-box input[type=\"text\"]:focus {\n border-color: transparent;\n}\n.form-table th.dokan-settings-sub-section-title {\n border-bottom: 1px solid #cccccc;\n padding: 0 0 10px;\n}\n.form-table th.dokan-settings-sub-section-title label {\n display: block;\n margin-top: 20px;\n color: #0073aa;\n font-weight: 500;\n font-size: 1.3em;\n}\n.form-table .dokan-settings-field-type-sub_section:first-child th.dokan-settings-sub-section-title label {\n margin-top: 0;\n}\ntr.data_clear_on_uninstall td fieldset label {\n background: #e00;\n padding: 5px;\n color: white;\n border-radius: 3px;\n}\n\nspan.repeatable-item-description {\n color: #999;\n font-size: 11px;\n font-style: italic;\n}\nul.dokan-settings-repeatable-list {\n list-style-type: disc;\n padding-left: 20px;\n}\nul.dokan-settings-repeatable-list li span.remove-item {\n padding-top: 0px;\n cursor: pointer;\n}\n.dokan-repetable-add-item-btn {\n font-size: 16px !important;\n font-weight: bold !important;\n height: 25px !important;\n line-height: 22px !important;\n}\ntd.percent_fee,\ntd.fixed_fee {\n display: inline-block;\n}\ntd.percent_fee input,\ntd.fixed_fee input {\n width: 60px;\n}\ntr.additional_fee .description {\n margin-left: 10px;\n margin-top: -10px;\n}\n.dokan-error {\n color: red;\n margin-top: -10px;\n font-style: italic;\n}\n.dokan-input-validation-error {\n border-color: red !important;\n}\n.dokan-error.combine-commission {\n margin-left: 10px;\n}\nth.dokan-setting-warning {\n padding: 10px 10px 10px 0;\n}\nth.dokan-setting-warning .dokan-setting-warning-label {\n color: #d63638;\n font-weight: bold;\n}\nth.dokan-setting-warning .dashicons {\n margin: 0px;\n padding: 0px;\n}\nth.dokan-setting-warning .dokan-setting-warning-msg {\n font-weight: 300;\n}\n.dokan-settings-field-type-radio fieldset > label:not(:last-child) {\n margin-right: 12px !important;\n}\n.dokan-settings-field-type-radio fieldset > label:not(:last-child) > input[type=\"radio\"] {\n margin-right: 2px;\n}\n\n.color-picker-container .color-picker-button[data-v-01dc0d51] {\n height: 24px;\n padding: 0 0 0 30px;\n margin: 0 0 6px;\n font-size: 11px;\n}\n.color-picker-container .color-picker-button span[data-v-01dc0d51] {\n display: block;\n padding: 0 6px;\n line-height: 22px;\n color: #555;\n text-align: center;\n background: #f7f7f7;\n border-left: 1px solid #ccc;\n border-radius: 0 2px 2px 0;\n}\n.color-picker-container .hex-input[data-v-01dc0d51] {\n width: 65px;\n padding: 3px 5px 4px;\n margin: 0 3 0 0;\n font-family: monospace;\n font-size: 12px;\n line-height: 1.4;\n vertical-align: top;\n box-shadow: 0 1px 0 #ccc;\n}\n\n#dokan-settings-banner {\n margin: 20px 0px;\n padding: 40px;\n background: #fff;\n display: flex;\n align-items: flex-start;\n}\n#dokan-settings-banner a {\n box-shadow: none;\n background: #FF5722;\n color: #fff;\n border-color: #FF5722;\n}\n#dokan-settings-banner a:hover {\n background: #ff6a3c;\n}\n#dokan-settings-banner img {\n flex: 1;\n}\n#dokan-settings-banner .content {\n flex: 4;\n padding: 20px 50px;\n}\n#dokan-settings-banner .content p {\n margin: 30px 0px;\n font-size: 14px;\n}\n#dokan-settings-banner .content a {\n margin-right: 8px;\n}\n#dokan-settings-banner .content .custom-button {\n background: #fff;\n color: #565656;\n border-color: #DFDADF;\n -webkit-box-shadow: 0px 0px 11px 1px #ebebeb;\n -moz-box-shadow: 0px 0px 11px 1px #ebebeb;\n box-shadow: 0px 0px 11px 1px #ebebeb;\n}\n#dokan-settings-banner .content .custom-button:hover {\n background: #f2f2f2;\n}\n\n.vendor-list .dokan-btn {\n padding: 5px 10px;\n font-size: 15px;\n border-radius: 3px;\n color: #2873aa;\n}\n.vendor-list .image {\n width: 10%;\n}\n.vendor-list .store_name {\n width: 30%;\n}\n.vendor-list td.store_name img {\n float: left;\n margin-right: 10px;\n margin-top: 1px;\n width: 24px;\n height: auto;\n}\n.vendor-list td.store_name strong {\n display: block;\n margin-bottom: 0.2em;\n font-size: 14px;\n}\n@media only screen and (max-width: 600px) {\n.vendor-list table td.store_name,\n .vendor-list table td.enabled {\n display: table-cell !important;\n}\n.vendor-list table th:not(.check-column):not(.store_name):not(.enabled) {\n display: none;\n}\n.vendor-list table td:not(.check-column):not(.store_name):not(.enabled) {\n display: none;\n}\n.vendor-list table th.column,\n .vendor-list table table td.column {\n width: auto;\n}\n.vendor-list table td.manage-column.column-cb.check-column {\n padding-right: 15px;\n}\n.vendor-list table th.column.enabled {\n width: 25% !important;\n}\n}\n@media only screen and (max-width: 320px) {\n.vendor-list table .row-actions span {\n font-size: 11px;\n}\n}\n\n.swal2-container {\n z-index: 9999999 !important;\n}\n.swal2-container .swal2-popup .swal2-title {\n line-height: 35px;\n font-size: 30px;\n font-weight: 400;\n}\n.dokan-vendor-edit h1 {\n font-size: 23px;\n font-weight: 400;\n}\n.dokan-vendor-edit .tab-header .tab-list {\n overflow: hidden;\n display: flex;\n justify-content: space-between;\n}\n.dokan-vendor-edit .tab-header .tab-list .tab-title {\n height: 50px;\n list-style-type: none;\n position: relative;\n background-color: #1a9ed4;\n display: flex;\n justify-content: center;\n align-items: center;\n}\n.dokan-vendor-edit .tab-header .tab-list .tab-title .icon {\n position: relative;\n top: 1px;\n}\n.dokan-vendor-edit .tab-header .tab-list .tab-title a {\n color: #fff;\n text-decoration: none;\n padding: 75px;\n}\n.dokan-vendor-edit .tab-header .tab-list .tab-title a:active,\n.dokan-vendor-edit .tab-header .tab-list .tab-title a:focus {\n outline: none;\n outline-style: none;\n border-color: transparent;\n box-shadow: none;\n}\n.dokan-vendor-edit .tab-header .tab-list .tab-title a span {\n position: relative;\n top: -1px;\n left: -3px;\n}\n.dokan-vendor-edit .tab-header .tab-list .tab-title:first-child {\n padding-left: 5px;\n}\n.dokan-vendor-edit .tab-header .tab-list .tab-title:nth-child(n+2)::before {\n position: absolute;\n top: 0;\n left: 0;\n display: block;\n border-left: 25px solid white;\n /* width: arrow width, color: background of document */\n border-top: 25px solid transparent;\n /* width: half height */\n border-bottom: 25px solid transparent;\n /* width: half height */\n width: 0;\n height: 0;\n content: \" \";\n}\n.dokan-vendor-edit .tab-header .tab-list .tab-title:after {\n z-index: 1;\n /* need to bring this above the next item */\n position: absolute;\n top: 0;\n right: -25px;\n /* arrow width (negated) */\n display: block;\n border-left: 25px solid #f5f5f5;\n /* width: arrow width */\n border-top: 25px solid transparent;\n /* width: half height */\n border-bottom: 25px solid transparent;\n /* width: half height */\n width: 0;\n height: 0;\n content: \" \";\n border-left-color: #1a9ed4;\n}\n.dokan-vendor-edit .tab-header .tab-list .tab-title.active {\n background-color: #2C70A3;\n}\n.dokan-vendor-edit .tab-header .tab-list .tab-title.active a {\n color: #fff;\n}\n.dokan-vendor-edit .tab-header .tab-list .tab-title.active:after {\n border-left-color: #2C70A3;\n}\n.dokan-vendor-edit .tab-header .tab-list .tab-title.last:after {\n border-left: 0;\n}\n.dokan-vendor-edit .tab-header .tab-list .tab-title.active ~ .tab-title {\n background-color: #f5f5f5;\n}\n.dokan-vendor-edit .tab-header .tab-list .tab-title.active ~ .tab-title:after {\n border-left-color: #f5f5f5;\n}\n.dokan-vendor-edit .tab-header .tab-list .tab-title.active ~ .tab-title a {\n color: #000;\n}\n.dokan-vendor-edit .tab-contents {\n border: 1px solid #e5e5e5;\n border-radius: 3px;\n min-height: 400px;\n}\n.dokan-vendor-edit .tab-contents .loading {\n position: relative;\n left: 46%;\n top: 160px;\n}\n.dokan-vendor-edit .tab-contents .content-header {\n background: #F9F9F9;\n margin: 0;\n padding: 10px;\n}\n.dokan-vendor-edit .tab-contents .content-body {\n padding-top: 20px;\n padding-bottom: 20px;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group {\n margin: 0 10px;\n overflow: hidden;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group:after,\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group:before {\n display: table;\n content: \" \";\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column {\n float: left;\n width: 50%;\n padding: 0 10px;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .store-avaibility-info {\n display: flex;\n justify-content: space-between;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .store-avaibility-info .store-url,\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .store-avaibility-info span {\n margin: 0;\n padding: 0;\n position: relative;\n bottom: 10px;\n font-style: italic;\n color: #a09f9f;\n font-size: 12px;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .store-avaibility-info .is-available {\n color: green;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .store-avaibility-info .not-available {\n color: red;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .password-generator {\n margin-top: 6px;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .password-generator .regen-button {\n margin-right: 5px;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .password-generator .regen-button span {\n line-height: 26px;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .checkbox-left.notify-vendor {\n margin-top: 6px;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .multiselect {\n margin-top: 5px;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .multiselect__option--highlight {\n background: #3c9fd4;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .multiselect__tags {\n min-height: 45px;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .multiselect__single {\n padding-top: 3px;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .multiselect__select:before {\n top: 70%;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .multiselect__input:focus {\n box-shadow: none;\n border: none;\n outline: none;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .bank-info {\n padding-left: 10px;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-input {\n width: 100%;\n /* Full width */\n padding: 7px 12px;\n /* Some padding */\n border: 1px solid #ccc;\n /* Gray border */\n border-radius: 4px;\n /* Rounded borders */\n box-sizing: border-box;\n /* Make sure that padding and width stays in place */\n margin-top: 6px;\n /* Add a top margin */\n margin-bottom: 16px;\n /* Bottom margin */\n resize: vertical;\n /* Allow the user to vertically resize the textarea (not horizontally) */\n height: auto;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-input::placeholder {\n color: #bcbcbc;\n}\n.dokan-vendor-edit .tab-contents .content-body .dokan-form-input.has-error::placeholder {\n color: red;\n}\n.dokan-vendor-edit .tab-contents .content-body .vendor-image {\n display: flex;\n padding-bottom: 20px;\n}\n.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture {\n background: #fcfcfc;\n border-radius: 3px;\n padding: 5px 10px;\n border: 2px dashed #d2d2d2;\n text-align: center;\n flex-grow: 1;\n width: 150px;\n margin-left: 20px;\n}\n.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture .profile-image {\n max-width: 100px;\n margin: 0 auto;\n}\n.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture .profile-image img {\n border: 1px solid #E5E5E5;\n padding: 15px 10px 0;\n cursor: pointer;\n width: 100%;\n padding: 5px;\n}\n.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture.banner {\n padding: 0;\n flex-grow: 10;\n margin-right: 20px;\n height: 228px;\n padding-top: 5%;\n}\n.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture.banner .banner-image img {\n width: 100%;\n height: 223px;\n padding: 0;\n}\n.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture.banner .banner-image button {\n background: #007cba;\n color: white;\n padding: 10px 15px;\n border-radius: 3px;\n margin: 20px 0;\n cursor: pointer;\n}\n.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture.banner.has-banner {\n padding-top: 0;\n}\n.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture-footer {\n color: #808080;\n font-weight: 300;\n}\n.dokan-vendor-edit .dokan-btn {\n background: #1a9ed4;\n padding: 10px 20px;\n color: white;\n border-radius: 3px;\n cursor: pointer;\n}\n.dokan-vendor-edit .dokan-btn:active,\n.dokan-vendor-edit .dokan-btn:focus {\n outline: none;\n outline-style: none;\n border-color: transparent;\n box-shadow: none;\n}\n.dokan-vendor-edit .dokan-modal .dokan-modal-content {\n height: 640px !important;\n}\n.dokan-vendor-edit .dokan-modal .dokan-modal-content .modal-body {\n max-height: 500px;\n min-height: 200px;\n}\n.dokan-vendor-edit .dokan-modal .dokan-modal-content .modal-footer {\n padding: 15px;\n bottom: 0;\n border-top: none;\n box-shadow: none;\n}\n.dokan-vendor-edit .component-fade-enter-active,\n.dokan-vendor-edit .component-fade-leave-active {\n transition: opacity 0.2s ease;\n}\n.dokan-vendor-edit .component-fade-enter,\n.dokan-vendor-edit .component-fade-leave-to {\n opacity: 0;\n}\n@media only screen and (max-width: 600px) {\n.dokan-vendor-edit .dokan-modal .dokan-modal-content {\n height: 400px;\n}\n.dokan-vendor-edit .dokan-modal .dokan-modal-content .modal-body {\n max-height: 300px;\n}\n}\n@media only screen and (max-width: 500px) {\n.dokan-vendor-edit .tab-list .tab-title .tab-link {\n display: flex;\n}\n.dokan-vendor-edit .tab-list .tab-title .tab-link a {\n padding: 12px;\n margin-left: 17px;\n}\n.dokan-vendor-edit .tab-list .tab-title .tab-link a span {\n display: block;\n margin: 0 auto;\n}\n.dokan-vendor-edit .tab-contents p,\n .dokan-vendor-edit .tab-contents input,\n .dokan-vendor-edit .tab-contents button {\n font-size: 13px;\n}\n.dokan-vendor-edit .tab-contents .vendor-image {\n display: block !important;\n}\n.dokan-vendor-edit .tab-contents .vendor-image .picture {\n margin-right: 20px !important;\n width: auto !important;\n}\n.dokan-vendor-edit .tab-contents .vendor-image .picture.banner {\n margin-top: 15px;\n}\n}\n@media only screen and (max-width: 375px) {\n.dokan-vendor-edit .tab-list .tab-title .tab-link {\n display: flex;\n}\n.dokan-vendor-edit .tab-list .tab-title .tab-link a {\n padding: 5px;\n margin-left: 20px;\n font-size: 12px;\n}\n.dokan-vendor-edit .tab-contents p,\n .dokan-vendor-edit .tab-contents input,\n .dokan-vendor-edit .tab-contents button {\n font-size: 12px;\n}\n}\n@media only screen and (max-width: 320px) {\n.dokan-vendor-edit .tab-list .tab-title .tab-link {\n display: flex;\n}\n.dokan-vendor-edit .tab-list .tab-title .tab-link a {\n padding: 2px;\n margin-left: 20px;\n font-size: 10px;\n}\n}\n\n.switch {\n position: relative;\n display: inline-block;\n width: 40px;\n height: 18px;\n}\n.switch input {\n display: none;\n}\n.switch input:checked + .slider {\n background-color: #64b450;\n}\n.switch input:checked + .slider:before {\n -webkit-transform: translateX(22px);\n -ms-transform: translateX(22px);\n transform: translateX(22px);\n}\n.switch input:focus + .slider {\n box-shadow: 0 0 1px #2196F3;\n}\n.switch .slider {\n position: absolute;\n cursor: pointer;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n background-color: #ccc;\n -webkit-transition: 0.4s;\n transition: 0.4s;\n}\n.switch .slider:before {\n position: absolute;\n content: \"\";\n height: 14px;\n width: 14px;\n left: 2px;\n bottom: 2px;\n background-color: white;\n -webkit-transition: 0.4s;\n transition: 0.4s;\n}\n.switch .slider.round {\n border-radius: 34px;\n}\n.switch .slider.round:before {\n border-radius: 50%;\n}\n\n.dokan-upload-image {\n width: 100%;\n}\n.dokan-upload-image img {\n cursor: pointer;\n}\n\n.address-multiselect {\n margin: 0px 12px;\n}\n\n.checkbox-group {\n margin-top: 20px;\n padding: 0 10px;\n}\n.checkbox-group .checkbox-left {\n display: inline-block;\n}\n.checkbox-group .checkbox-left .switch {\n margin-right: 10px;\n display: inline-block;\n}\n.payment-info.edit-mode .checkbox-group {\n padding: 0;\n}\n.payment-info.edit-mode .dokan-form-select {\n margin-top: 5px;\n margin-bottom: 5px;\n}\n.payment-info.edit-mode .combine-commission-field .dokan-form-input.percent_fee,\n.payment-info.edit-mode .combine-commission-field .dokan-form-input.fixed_fee {\n width: 40%;\n}\n\n#dokan-vendor-capabilities {\n padding: 20px 70px;\n}\n#dokan-vendor-capabilities .grid {\n display: grid;\n grid-template-columns: repeat(12, 1fr);\n grid-gap: 16px;\n margin-bottom: 30px;\n}\n#dokan-vendor-capabilities .col-6 {\n grid-column: auto / span 6;\n}\n#dokan-vendor-capabilities #dokan-capability-image-popup {\n position: fixed;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n background-color: #000000;\n background-color: rgba(0, 0, 0, 0.7);\n z-index: 99900;\n}\n#dokan-vendor-capabilities #dokan-capability-image-popup .modal-content {\n background-color: transparent;\n z-index: 100000;\n margin: 8% auto;\n max-width: 850px;\n text-align: center;\n}\n#dokan-vendor-capabilities .capability-card {\n background: #fff;\n padding: 50px;\n border-radius: 9px;\n border: 1px solid #E2E2E2;\n display: flex;\n flex-direction: column;\n align-items: center;\n text-align: center;\n}\n#dokan-vendor-capabilities .capability-card .capability-image {\n position: relative;\n width: 100%;\n}\n#dokan-vendor-capabilities .capability-card .capability-image .image {\n opacity: 1;\n width: 100%;\n height: 270px;\n max-height: 370px;\n transition: 0.5s ease;\n backface-visibility: hidden;\n}\n#dokan-vendor-capabilities .capability-card .capability-image .middle {\n transition: 0.5s ease;\n opacity: 0;\n position: absolute;\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50%);\n -ms-transform: translate(-50%, -50%);\n text-align: center;\n}\n#dokan-vendor-capabilities .capability-card .capability-image:hover .image {\n opacity: 0.3;\n}\n#dokan-vendor-capabilities .capability-card .capability-image:hover .middle {\n opacity: 1;\n}\n#dokan-vendor-capabilities .capability-card .capability-image .zoom {\n background-color: #FFB24B;\n border-radius: 9px;\n color: white;\n font-size: 24px;\n padding: 16px 24px;\n cursor: pointer;\n}\n#dokan-vendor-capabilities .capability-card .title {\n font-size: 18px;\n}\n#dokan-vendor-capabilities .capability-card .content {\n min-height: 40px;\n}\n#dokan-vendor-capabilities .capability-card p {\n margin-bottom: 0px;\n}\n#dokan-vendor-capabilities .vendor-capabilities-banner {\n display: flex;\n align-items: center;\n padding: 50px;\n height: auto;\n border-radius: 9px;\n background-position: center;\n background-repeat: no-repeat;\n background-size: cover;\n margin-bottom: 16px;\n}\n#dokan-vendor-capabilities .vendor-capabilities-banner .content {\n margin: 30px;\n}\n#dokan-vendor-capabilities .vendor-capabilities-banner .content .title {\n font-size: 26px;\n font-weight: bold;\n color: #FF0000;\n}\n\n.dokan-modules-wrap .module-content {\n position: relative;\n margin-top: 15px;\n}\n.dokan-modules-wrap .module-content .loading {\n position: absolute;\n width: 100%;\n height: 100%;\n top: 0px;\n left: 0px;\n background: rgba(255, 255, 255, 0.5);\n}\n.dokan-modules-wrap .module-content .loading .dokan-loader {\n top: 30%;\n left: 47%;\n}\n.dokan-modules-wrap .module-content .dokan-modules .plugin-card {\n position: relative;\n}\n.dokan-modules-wrap .module-content .dokan-modules .plugin-card .plugin-action-buttons svg {\n cursor: pointer;\n}\n.dokan-modules-wrap .module-content .dokan-modules .plugin-card .card-footer {\n position: absolute;\n bottom: 18px;\n right: 20px;\n}\n@media only screen and (max-width: 600px) {\n.dokan-modules-wrap input#media-search-input {\n width: 74%;\n}\n.dokan-modules-wrap .module-content .tablenav.top {\n margin-top: -16px;\n}\n.dokan-modules-wrap table td.name,\n .dokan-modules-wrap table td.active {\n display: table-cell !important;\n}\n.dokan-modules-wrap table th:not(.check-column):not(.name):not(.active) {\n display: none;\n}\n.dokan-modules-wrap table td:not(.check-column):not(.name):not(.active) {\n display: none;\n}\n.dokan-modules-wrap table th.column,\n .dokan-modules-wrap table td.column {\n width: auto;\n}\n.dokan-modules-wrap table th.column.name {\n width: 50% !important;\n}\n.dokan-modules-wrap table th.column.active {\n width: 20% !important;\n}\n.dokan-modules-wrap table td.column.order_id .row-actions {\n font-size: 11px;\n}\n}\n\n#dokan-upgrade-to-pro-wrapper button,\n#dokan-upgrade-to-pro-wrapper a {\n box-shadow: none;\n background: #FF5722;\n color: #fff;\n border-color: #FF5722;\n margin: 0px 30px;\n}\n#dokan-upgrade-to-pro-wrapper button:hover,\n#dokan-upgrade-to-pro-wrapper a:hover {\n background: #ff6a3c;\n}\n#dokan-upgrade-to-pro-wrapper .text-brand {\n color: #FF5722;\n}\n#dokan-upgrade-to-pro-wrapper .text-disabled {\n color: #919191;\n}\n#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup {\n position: fixed;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n min-height: 360px;\n background-color: #000000;\n background-color: rgba(0, 0, 0, 0.7);\n z-index: 99900;\n}\n#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content {\n background-color: #fefefe;\n z-index: 100000;\n margin: 8% auto;\n width: 500px;\n border-radius: 9px;\n text-align: center;\n}\n#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content p {\n font-size: 14px;\n}\n#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content span.close {\n float: right;\n margin-top: -15px;\n margin-right: -10px;\n cursor: pointer;\n color: #fff;\n border: 1px solid #AEAEAE;\n border-radius: 50%;\n background: #fff;\n font-size: 18px;\n display: inline-block;\n line-height: 0px;\n padding: 20px 14px;\n}\n#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content span.close:before {\n content: \"X\";\n color: #484848;\n}\n#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .header {\n padding: 20px 40px;\n}\n#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .header h1 {\n font-size: 30px;\n}\n#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .header img {\n height: 120px;\n display: block;\n width: 50%;\n margin: 20px auto 10px;\n}\n#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body {\n padding: 20px 40px;\n background: rgba(255, 87, 34, 0.08);\n}\n#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body button {\n font-size: 16px !important;\n}\n#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body .promo-card {\n margin: 20px 0px;\n background: #fff;\n padding: 10px;\n border-radius: 9px;\n -webkit-box-shadow: 0px 0px 22px 0px #cfcfcf;\n -moz-box-shadow: 0px 0px 22px 0px #cfcfcf;\n box-shadow: 0px 0px 22px 0px #cfcfcf;\n display: flex;\n align-items: center;\n}\n#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body .promo-card p {\n text-align: left;\n margin-left: 16px;\n}\n#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body span a {\n background: transparent;\n text-decoration: none;\n cursor: pointer;\n color: #AD644E;\n}\n"]}
assets/font/sf-pro-text/SF-Pro-Text-Bold.otf ADDED
Binary file
assets/font/sf-pro-text/SF-Pro-Text-Heavy.otf ADDED
Binary file
assets/font/sf-pro-text/SF-Pro-Text-Light.otf ADDED
Binary file
assets/font/sf-pro-text/SF-Pro-Text-Medium.otf ADDED
Binary file
assets/font/sf-pro-text/SF-Pro-Text-Regular.otf ADDED
Binary file
assets/font/sf-pro-text/SF-Pro-Text-Semibold.otf ADDED
Binary file
assets/js/dokan-upgrade.js DELETED
@@ -1,492 +0,0 @@
1
- dokanWebpack([3],{
2
-
3
- /***/ 252:
4
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
5
-
6
- "use strict";
7
- Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
8
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__App_vue__ = __webpack_require__(253);
9
-
10
- var Vue = dokan_get_lib('Vue');
11
- new Vue({
12
- el: '#dokan-upgrade-notice',
13
- render: function render(h) {
14
- return h(__WEBPACK_IMPORTED_MODULE_0__App_vue__["a" /* default */]);
15
- },
16
- created: function created() {
17
- this.setLocaleData(dokan.i18n['dokan-lite']);
18
- }
19
- });
20
-
21
- /***/ }),
22
-
23
- /***/ 253:
24
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
25
-
26
- "use strict";
27
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_App_vue__ = __webpack_require__(92);
28
- /* unused harmony namespace reexport */
29
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_46238d45_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_App_vue__ = __webpack_require__(255);
30
- var disposed = false
31
- function injectStyle (ssrContext) {
32
- if (disposed) return
33
- __webpack_require__(254)
34
- }
35
- var normalizeComponent = __webpack_require__(0)
36
- /* script */
37
-
38
-
39
- /* template */
40
-
41
- /* template functional */
42
- var __vue_template_functional__ = false
43
- /* styles */
44
- var __vue_styles__ = injectStyle
45
- /* scopeId */
46
- var __vue_scopeId__ = null
47
- /* moduleIdentifier (server only) */
48
- var __vue_module_identifier__ = null
49
- var Component = normalizeComponent(
50
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_App_vue__["a" /* default */],
51
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_46238d45_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_App_vue__["a" /* default */],
52
- __vue_template_functional__,
53
- __vue_styles__,
54
- __vue_scopeId__,
55
- __vue_module_identifier__
56
- )
57
- Component.options.__file = "src/upgrade/App.vue"
58
-
59
- /* hot reload */
60
- if (false) {(function () {
61
- var hotAPI = require("vue-hot-reload-api")
62
- hotAPI.install(require("vue"), false)
63
- if (!hotAPI.compatible) return
64
- module.hot.accept()
65
- if (!module.hot.data) {
66
- hotAPI.createRecord("data-v-46238d45", Component.options)
67
- } else {
68
- hotAPI.reload("data-v-46238d45", Component.options)
69
- }
70
- module.hot.dispose(function (data) {
71
- disposed = true
72
- })
73
- })()}
74
-
75
- /* harmony default export */ __webpack_exports__["a"] = (Component.exports);
76
-
77
-
78
- /***/ }),
79
-
80
- /***/ 254:
81
- /***/ (function(module, exports) {
82
-
83
- // removed by extract-text-webpack-plugin
84
-
85
- /***/ }),
86
-
87
- /***/ 255:
88
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
89
-
90
- "use strict";
91
- var render = function() {
92
- var _vm = this
93
- var _h = _vm.$createElement
94
- var _c = _vm._self._c || _h
95
- return _c(
96
- "div",
97
- {
98
- class: [
99
- "wp-clearfix notice",
100
- !_vm.updateCompleted ? "notice-info" : "updated"
101
- ],
102
- style: _vm.containerStyle,
103
- attrs: { id: "dokan-upgrade-notice" }
104
- },
105
- [
106
- _c("div", { attrs: { id: "dokan-upgrade-notice-icon" } }, [
107
- _c("img", {
108
- attrs: { src: _vm.dokanLogo, alt: _vm.__("Dokan Logo", "dokan-lite") }
109
- })
110
- ]),
111
- _vm._v(" "),
112
- _c(
113
- "div",
114
- { attrs: { id: "dokan-upgrade-notice-message" } },
115
- [
116
- !_vm.updateCompleted
117
- ? [
118
- _c("div", { attrs: { id: "dokan-upgrade-notice-title" } }, [
119
- _vm._v(
120
- "\n " +
121
- _vm._s(
122
- _vm.__("Dokan Data Update Required", "dokan-lite")
123
- ) +
124
- "\n "
125
- )
126
- ]),
127
- _vm._v(" "),
128
- _c("div", { attrs: { id: "dokan-upgrade-notice-content" } }, [
129
- !_vm.showConfirmation
130
- ? _c("p", [
131
- _vm._v(
132
- _vm._s(
133
- _vm.__(
134
- "We need to update your install to the latest version",
135
- "dokan-lite"
136
- )
137
- )
138
- )
139
- ])
140
- : _c("p", { staticClass: "text-danger" }, [
141
- _vm._v(
142
- _vm._s(
143
- _vm.__(
144
- "It is strongly recommended that you backup your database before proceeding. Are you sure you wish to run the updater now?",
145
- "dokan-lite"
146
- )
147
- )
148
- )
149
- ])
150
- ]),
151
- _vm._v(" "),
152
- _c(
153
- "div",
154
- { attrs: { id: "dokan-upgrade-notice-buttons" } },
155
- [
156
- !_vm.isUpgrading && !_vm.showConfirmation
157
- ? _c("button", {
158
- staticClass: "button button-primary",
159
- domProps: {
160
- textContent: _vm._s(_vm.__("Update", "dokan-lite"))
161
- },
162
- on: {
163
- click: function($event) {
164
- _vm.showConfirmation = true
165
- }
166
- }
167
- })
168
- : [
169
- _c("button", {
170
- staticClass: "button button-primary",
171
- attrs: { disabled: _vm.isUpgrading },
172
- domProps: {
173
- textContent: _vm._s(
174
- _vm.__("Yes, Update Now", "dokan-lite")
175
- )
176
- },
177
- on: { click: _vm.doUpgrade }
178
- }),
179
- _vm._v(" "),
180
- _c("button", {
181
- staticClass: "button",
182
- attrs: { disabled: _vm.isUpgrading },
183
- domProps: {
184
- textContent: _vm._s(
185
- _vm.__("No, Cancel", "dokan-lite")
186
- )
187
- },
188
- on: {
189
- click: function($event) {
190
- _vm.showConfirmation = false
191
- }
192
- }
193
- })
194
- ]
195
- ],
196
- 2
197
- )
198
- ]
199
- : [
200
- _c("div", { attrs: { id: "dokan-upgrade-notice-title" } }, [
201
- _vm._v(
202
- "\n " +
203
- _vm._s(
204
- _vm.__("Dokan Data Updated Successfully!", "dokan-lite")
205
- ) +
206
- "\n "
207
- )
208
- ]),
209
- _vm._v(" "),
210
- _c("div", { attrs: { id: "dokan-upgrade-notice-content" } }, [
211
- _c("p", [
212
- _vm._v(
213
- _vm._s(
214
- _vm.__(
215
- "All data updated successfully. Thank you for using Dokan.",
216
- "dokan-lite"
217
- )
218
- )
219
- )
220
- ])
221
- ]),
222
- _vm._v(" "),
223
- _c("div", { attrs: { id: "dokan-upgrade-notice-buttons" } }, [
224
- _c("button", {
225
- staticClass: "button",
226
- domProps: {
227
- textContent: _vm._s(_vm.__("Close", "dokan-lite"))
228
- },
229
- on: { click: _vm.refreshPage }
230
- })
231
- ])
232
- ]
233
- ],
234
- 2
235
- )
236
- ]
237
- )
238
- }
239
- var staticRenderFns = []
240
- render._withStripped = true
241
- var esExports = { render: render, staticRenderFns: staticRenderFns }
242
- /* harmony default export */ __webpack_exports__["a"] = (esExports);
243
- if (false) {
244
- module.hot.accept()
245
- if (module.hot.data) {
246
- require("vue-hot-reload-api") .rerender("data-v-46238d45", esExports)
247
- }
248
- }
249
-
250
- /***/ }),
251
-
252
- /***/ 40:
253
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
254
-
255
- "use strict";
256
- /* harmony export (immutable) */ __webpack_exports__["c"] = setLocaleData;
257
- /* unused harmony export getI18n */
258
- /* harmony export (immutable) */ __webpack_exports__["a"] = __;
259
- /* unused harmony export _x */
260
- /* unused harmony export _n */
261
- /* harmony export (immutable) */ __webpack_exports__["b"] = _nx;
262
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return sprintf; });
263
- /**
264
- * External dependencies
265
- */
266
- var i18n = {};
267
- /**
268
- * Creates a new Jed instance with specified locale data configuration.
269
- *
270
- * @see http://messageformat.github.io/Jed/
271
- *
272
- * @param {Object} data Locale data configuration.
273
- */
274
-
275
- function setLocaleData(data) {
276
- var jed = new Jed(data);
277
- i18n[jed._textdomain] = jed;
278
- }
279
- /**
280
- * Returns the current Jed instance, initializing with a default configuration
281
- * if not already assigned.
282
- *
283
- * @return {Jed} Jed instance.
284
- */
285
-
286
- function getI18n() {
287
- var domain = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';
288
-
289
- if (!i18n[domain]) {
290
- setLocaleData({
291
- '': {}
292
- });
293
- }
294
-
295
- return i18n[domain];
296
- }
297
- /**
298
- * Retrieve the translation of text.
299
- *
300
- * @see https://developer.wordpress.org/reference/functions/__/
301
- *
302
- * @param {string} text Text to translate.
303
- * @param {string} domain Domain to retrieve the translated text.
304
- *
305
- * @return {string} Translated text.
306
- */
307
-
308
- function __(text, domain) {
309
- return getI18n(domain) ? getI18n(domain).dgettext(domain, text) : text;
310
- }
311
- /**
312
- * Retrieve translated string with gettext context.
313
- *
314
- * @see https://developer.wordpress.org/reference/functions/_x/
315
- *
316
- * @param {string} text Text to translate.
317
- * @param {string} context Context information for the translators.
318
- * @param {string} domain Domain to retrieve the translated text.
319
- *
320
- * @return {string} Translated context string without pipe.
321
- */
322
-
323
- function _x(text, context, domain) {
324
- return getI18n(domain).dpgettext(domain, context, text);
325
- }
326
- /**
327
- * Translates and retrieves the singular or plural form based on the supplied
328
- * number.
329
- *
330
- * @see https://developer.wordpress.org/reference/functions/_n/
331
- *
332
- * @param {string} single The text to be used if the number is singular.
333
- * @param {string} plural The text to be used if the number is plural.
334
- * @param {number} number The number to compare against to use either the
335
- * singular or plural form.
336
- * @param {string} domain Domain to retrieve the translated text.
337
- *
338
- * @return {string} The translated singular or plural form.
339
- */
340
-
341
- function _n(single, plural, number, domain) {
342
- return getI18n(domain).dngettext(domain, single, plural, number);
343
- }
344
- /**
345
- * Translates and retrieves the singular or plural form based on the supplied
346
- * number, with gettext context.
347
- *
348
- * @see https://developer.wordpress.org/reference/functions/_nx/
349
- *
350
- * @param {string} single The text to be used if the number is singular.
351
- * @param {string} plural The text to be used if the number is plural.
352
- * @param {number} number The number to compare against to use either the
353
- * singular or plural form.
354
- * @param {string} context Context information for the translators.
355
- * @param {string} domain Domain to retrieve the translated text.
356
- *
357
- * @return {string} The translated singular or plural form.
358
- */
359
-
360
- function _nx(single, plural, number, context, domain) {
361
- return getI18n(domain).dnpgettext(domain, context, single, plural, number);
362
- }
363
- /**
364
- * Returns a formatted string.
365
- *
366
- * @see http://www.diveintojavascript.com/projects/javascript-sprintf
367
- *
368
- * @type {string}
369
- */
370
-
371
- var sprintf = Jed.sprintf;
372
-
373
- /***/ }),
374
-
375
- /***/ 8:
376
- /***/ (function(module, exports) {
377
-
378
- module.exports = jQuery;
379
-
380
- /***/ }),
381
-
382
- /***/ 92:
383
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
384
-
385
- "use strict";
386
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_jquery__ = __webpack_require__(8);
387
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_jquery___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_jquery__);
388
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__utils_i18n__ = __webpack_require__(40);
389
- //
390
- //
391
- //
392
- //
393
- //
394
- //
395
- //
396
- //
397
- //
398
- //
399
- //
400
- //
401
- //
402
- //
403
- //
404
- //
405
- //
406
- //
407
- //
408
- //
409
- //
410
- //
411
- //
412
- //
413
- //
414
- //
415
- //
416
- //
417
- //
418
- //
419
- //
420
- //
421
- //
422
- //
423
- //
424
- //
425
- //
426
- //
427
- //
428
- //
429
- //
430
- //
431
- //
432
- //
433
- //
434
- //
435
- //
436
- //
437
- //
438
- //
439
- //
440
- //
441
- //
442
- //
443
- //
444
- //
445
-
446
-
447
- /* harmony default export */ __webpack_exports__["a"] = ({
448
- data: function data() {
449
- return {
450
- isUpgrading: false,
451
- showConfirmation: false,
452
- updateCompleted: false
453
- };
454
- },
455
- computed: {
456
- dokanLogo: function dokanLogo() {
457
- return "".concat(dokan.urls.assetsUrl, "/images/dokan-logo-small.svg");
458
- },
459
- containerStyle: function containerStyle() {
460
- return {
461
- backgroundImage: "url(".concat(dokan.urls.assetsUrl, "/images/dokan-notification-banner.svg)")
462
- };
463
- }
464
- },
465
- methods: {
466
- doUpgrade: function doUpgrade() {
467
- var _this = this;
468
-
469
- this.isUpgrading = true;
470
- __WEBPACK_IMPORTED_MODULE_0_jquery___default.a.ajax({
471
- url: dokan.ajaxurl,
472
- method: 'post',
473
- dataType: 'json',
474
- data: {
475
- action: 'dokan_do_upgrade',
476
- _wpnonce: dokan.nonce
477
- }
478
- }).always(function () {
479
- _this.isUpgrading = false;
480
- }).done(function () {
481
- _this.updateCompleted = true;
482
- });
483
- },
484
- refreshPage: function refreshPage() {
485
- window.location.reload();
486
- }
487
- }
488
- });
489
-
490
- /***/ })
491
-
492
- },[252]);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
assets/js/dokan-upgrade.min.js DELETED
@@ -1 +0,0 @@
1
- dokanWebpack([3],{252:function(t,n,o){"use strict";Object.defineProperty(n,"__esModule",{value:!0});var e=o(253);new(dokan_get_lib("Vue"))({el:"#dokan-upgrade-notice",render:function(t){return t(e.a)},created:function(){this.setLocaleData(dokan.i18n["dokan-lite"])}})},253:function(t,n,o){"use strict";var e=o(91),a=o(255),i=!1;var d=function(t){i||o(254)},r=o(0)(e.a,a.a,!1,d,null,null);r.options.__file="src/upgrade/App.vue",n.a=r.exports},254:function(t,n){},255:function(t,n,o){"use strict";var e=function(){var t=this,n=t.$createElement,o=t._self._c||n;return o("div",{class:["wp-clearfix notice",t.updateCompleted?"updated":"notice-info"],style:t.containerStyle,attrs:{id:"dokan-upgrade-notice"}},[o("div",{attrs:{id:"dokan-upgrade-notice-icon"}},[o("img",{attrs:{src:t.dokanLogo,alt:t.__("Dokan Logo","dokan-lite")}})]),t._v(" "),o("div",{attrs:{id:"dokan-upgrade-notice-message"}},[t.updateCompleted?[o("div",{attrs:{id:"dokan-upgrade-notice-title"}},[t._v("\n "+t._s(t.__("Dokan Data Updated Successfully!","dokan-lite"))+"\n ")]),t._v(" "),o("div",{attrs:{id:"dokan-upgrade-notice-content"}},[o("p",[t._v(t._s(t.__("All data updated successfully. Thank you for using Dokan.","dokan-lite")))])]),t._v(" "),o("div",{attrs:{id:"dokan-upgrade-notice-buttons"}},[o("button",{staticClass:"button",domProps:{textContent:t._s(t.__("Close","dokan-lite"))},on:{click:t.refreshPage}})])]:[o("div",{attrs:{id:"dokan-upgrade-notice-title"}},[t._v("\n "+t._s(t.__("Dokan Data Update Required","dokan-lite"))+"\n ")]),t._v(" "),o("div",{attrs:{id:"dokan-upgrade-notice-content"}},[t.showConfirmation?o("p",{staticClass:"text-danger"},[t._v(t._s(t.__("It is strongly recommended that you backup your database before proceeding. Are you sure you wish to run the updater now?","dokan-lite")))]):o("p",[t._v(t._s(t.__("We need to update your install to the latest version","dokan-lite")))])]),t._v(" "),o("div",{attrs:{id:"dokan-upgrade-notice-buttons"}},[t.isUpgrading||t.showConfirmation?[o("button",{staticClass:"button button-primary",attrs:{disabled:t.isUpgrading},domProps:{textContent:t._s(t.__("Yes, Update Now","dokan-lite"))},on:{click:t.doUpgrade}}),t._v(" "),o("button",{staticClass:"button",attrs:{disabled:t.isUpgrading},domProps:{textContent:t._s(t.__("No, Cancel","dokan-lite"))},on:{click:function(n){t.showConfirmation=!1}}})]:o("button",{staticClass:"button button-primary",domProps:{textContent:t._s(t.__("Update","dokan-lite"))},on:{click:function(n){t.showConfirmation=!0}}})],2)]],2)])};e._withStripped=!0;var a={render:e,staticRenderFns:[]};n.a=a},39:function(t,n,o){"use strict";n.c=a,n.a=function(t,n){return i(n)?i(n).dgettext(n,t):t},n.b=function(t,n,o,e,a){return i(a).dnpgettext(a,e,t,n,o)},o.d(n,"d",function(){return d});var e={};function a(t){var n=new Jed(t);e[n._textdomain]=n}function i(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return e[t]||a({"":{}}),e[t]}var d=Jed.sprintf},8:function(t,n){t.exports=jQuery},91:function(t,n,o){"use strict";var e=o(8),a=o.n(e);o(39);n.a={data:function(){return{isUpgrading:!1,showConfirmation:!1,updateCompleted:!1}},computed:{dokanLogo:function(){return"".concat(dokan.urls.assetsUrl,"/images/dokan-logo-small.svg")},containerStyle:function(){return{backgroundImage:"url(".concat(dokan.urls.assetsUrl,"/images/dokan-notification-banner.svg)")}}},methods:{doUpgrade:function(){var t=this;this.isUpgrading=!0,a.a.ajax({url:dokan.ajaxurl,method:"post",dataType:"json",data:{action:"dokan_do_upgrade",_wpnonce:dokan.nonce}}).always(function(){t.isUpgrading=!1}).done(function(){t.updateCompleted=!0})},refreshPage:function(){window.location.reload()}}}}},[252]);
 
assets/js/dokan-wp.js CHANGED
@@ -1,11 +1,11 @@
1
- dokanWebpack([4],{
2
 
3
- /***/ 236:
4
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
5
 
6
  "use strict";
7
  Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
8
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__wordpress_hooks__ = __webpack_require__(237);
9
 
10
  dokan.wpPackages = {
11
  hooks: Object(__WEBPACK_IMPORTED_MODULE_0__wordpress_hooks__["a" /* createHooks */])()
@@ -13,4 +13,4 @@ dokan.wpPackages = {
13
 
14
  /***/ })
15
 
16
- },[236]);
1
+ dokanWebpack([5],{
2
 
3
+ /***/ 244:
4
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
5
 
6
  "use strict";
7
  Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
8
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__wordpress_hooks__ = __webpack_require__(245);
9
 
10
  dokan.wpPackages = {
11
  hooks: Object(__WEBPACK_IMPORTED_MODULE_0__wordpress_hooks__["a" /* createHooks */])()
13
 
14
  /***/ })
15
 
16
+ },[244]);
assets/js/dokan-wp.min.js CHANGED
@@ -1 +1 @@
1
- dokanWebpack([4],{236:function(e,a,o){"use strict";Object.defineProperty(a,"__esModule",{value:!0});var c=o(237);dokan.wpPackages={hooks:Object(c.a)()}}},[236]);
1
+ dokanWebpack([5],{244:function(e,a,o){"use strict";Object.defineProperty(a,"__esModule",{value:!0});var c=o(245);dokan.wpPackages={hooks:Object(c.a)()}}},[244]);
assets/js/dokan.js CHANGED
@@ -2335,7 +2335,7 @@ jQuery(function($) {
2335
  label.removeClass('error');
2336
  label.remove();
2337
  },
2338
- submitHandler: function(form) {
2339
  $(form).block({
2340
  message: null,
2341
  overlayCSS: {
@@ -2345,6 +2345,9 @@ jQuery(function($) {
2345
  }
2346
  });
2347
 
 
 
 
2348
  var form_data = $(form).serialize();
2349
  $.post(dokan.ajaxurl, form_data, function(resp) {
2350
  $(form).unblock();
@@ -2356,7 +2359,7 @@ jQuery(function($) {
2356
  }
2357
 
2358
  $(form)
2359
- .find('input[type=text], input[type=email], textarea')
2360
  .val('')
2361
  .removeClass('valid');
2362
  });
@@ -2920,8 +2923,8 @@ jQuery(function($) {
2920
  * @returns boolean
2921
  */
2922
  async function dokan_show_delete_prompt( event, messgae ) {
2923
- event.preventDefault();
2924
-
2925
  let answer = await dokan_sweetalert( messgae, {
2926
  action : 'confirm',
2927
  icon : 'warning'
@@ -2929,7 +2932,7 @@ jQuery(function($) {
2929
 
2930
  if( answer.isConfirmed && undefined !== event.target.href ) {
2931
  window.location.href = event.target.href;
2932
- }
2933
  else if( answer.isConfirmed && undefined !== event.target.dataset.url ) {
2934
  window.location.href = event.target.dataset.url;
2935
  }
@@ -2937,6 +2940,7 @@ jQuery(function($) {
2937
  return false;
2938
  }
2939
  }
 
2940
  ;(function($) {
2941
  var storeLists = {
2942
  /**
2335
  label.removeClass('error');
2336
  label.remove();
2337
  },
2338
+ submitHandler: async function(form) {
2339
  $(form).block({
2340
  message: null,
2341
  overlayCSS: {
2345
  }
2346
  });
2347
 
2348
+ // Run recaptcha executer
2349
+ await dokan_execute_recaptcha( 'form#dokan-form-contact-seller .dokan_recaptcha_token', 'dokan_contact_seller_recaptcha' );
2350
+
2351
  var form_data = $(form).serialize();
2352
  $.post(dokan.ajaxurl, form_data, function(resp) {
2353
  $(form).unblock();
2359
  }
2360
 
2361
  $(form)
2362
+ .find('input[type=text], input[type=email], textarea, input[name=dokan_recaptcha_token]')
2363
  .val('')
2364
  .removeClass('valid');
2365
  });
2923
  * @returns boolean
2924
  */
2925
  async function dokan_show_delete_prompt( event, messgae ) {
2926
+ event.preventDefault();
2927
+
2928
  let answer = await dokan_sweetalert( messgae, {
2929
  action : 'confirm',
2930
  icon : 'warning'
2932
 
2933
  if( answer.isConfirmed && undefined !== event.target.href ) {
2934
  window.location.href = event.target.href;
2935
+ }
2936
  else if( answer.isConfirmed && undefined !== event.target.dataset.url ) {
2937
  window.location.href = event.target.dataset.url;
2938
  }
2940
  return false;
2941
  }
2942
  }
2943
+
2944
  ;(function($) {
2945
  var storeLists = {
2946
  /**
assets/js/helper.js CHANGED
@@ -54,11 +54,11 @@ function dokan_get_i18n_date_format( format = true ) {
54
  async function dokan_sweetalert( message = '' , options = {} ) {
55
  const defaults = {
56
  text : message,
57
- showCancelButton : true,
58
  confirmButtonColor:'#28a745',
59
  cancelButtonColor :'#dc3545',
60
  };
61
-
62
  const args = { ...defaults, ...options };
63
 
64
  switch( args.action ) {
@@ -74,3 +74,38 @@ function dokan_get_i18n_date_format( format = true ) {
74
  break;
75
  }
76
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
54
  async function dokan_sweetalert( message = '' , options = {} ) {
55
  const defaults = {
56
  text : message,
57
+ showCancelButton : true,
58
  confirmButtonColor:'#28a745',
59
  cancelButtonColor :'#dc3545',
60
  };
61
+
62
  const args = { ...defaults, ...options };
63
 
64
  switch( args.action ) {
74
  break;
75
  }
76
  }
77
+
78
+ /**
79
+ * Execute recaptcha token request
80
+ *
81
+ * @since 3.3.3
82
+ *
83
+ * @param {string} inputFieldSelector The input field for recaptcha token
84
+ * @param {string} action The action for recaptcha
85
+ *
86
+ * @return {Promise} Return Promise
87
+ */
88
+ function dokan_execute_recaptcha(inputFieldSelector, action) {
89
+ return new Promise( function(resolve) {
90
+ // Check if dokan_google_recaptcha object exists
91
+ if ( 'undefined' === typeof dokan_google_recaptcha ) {
92
+ resolve();
93
+ }
94
+
95
+ const recaptchaSiteKey = dokan_google_recaptcha.recaptcha_sitekey;
96
+ const recaptchaTokenField = document.querySelector(inputFieldSelector);
97
+
98
+ // Check if the recaptcha site key exists
99
+ if ( '' === recaptchaSiteKey ) {
100
+ resolve();
101
+ }
102
+
103
+ // Execute recaptcha after passing checks
104
+ grecaptcha.ready(function() {
105
+ grecaptcha.execute(recaptchaSiteKey, { action: action }).then(function(token) {
106
+ recaptchaTokenField.value = token;
107
+ resolve();
108
+ });
109
+ });
110
+ });
111
+ }
assets/js/vue-admin.js CHANGED
@@ -1,17 +1,80 @@
1
  dokanWebpack([0],[
2
  /* 0 */,
3
- /* 1 */,
4
- /* 2 */
 
 
 
 
 
 
5
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
6
 
7
  "use strict";
8
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_Switches_vue__ = __webpack_require__(11);
9
  /* unused harmony namespace reexport */
10
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_aa8ad7dc_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_Switches_vue__ = __webpack_require__(29);
11
  var disposed = false
12
  function injectStyle (ssrContext) {
13
  if (disposed) return
14
- __webpack_require__(28)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  }
16
  var normalizeComponent = __webpack_require__(0)
17
  /* script */
@@ -57,14 +120,14 @@ if (false) {(function () {
57
 
58
 
59
  /***/ }),
60
- /* 3 */,
61
- /* 4 */,
62
- /* 5 */,
63
- /* 6 */
64
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
65
 
66
  "use strict";
67
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_vue_chartjs__ = __webpack_require__(18);
68
 
69
  /* harmony default export */ __webpack_exports__["a"] = ({
70
  extends: __WEBPACK_IMPORTED_MODULE_0_vue_chartjs__["Line"],
@@ -135,73 +198,11 @@ if (false) {(function () {
135
  });
136
 
137
  /***/ }),
138
- /* 7 */
139
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
140
-
141
- "use strict";
142
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_UpgradeBanner_vue__ = __webpack_require__(47);
143
- /* unused harmony namespace reexport */
144
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_75a73b30_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_UpgradeBanner_vue__ = __webpack_require__(118);
145
- var disposed = false
146
- function injectStyle (ssrContext) {
147
- if (disposed) return
148
- __webpack_require__(117)
149
- }
150
- var normalizeComponent = __webpack_require__(0)
151
- /* script */
152
-
153
-
154
- /* template */
155
-
156
- /* template functional */
157
- var __vue_template_functional__ = false
158
- /* styles */
159
- var __vue_styles__ = injectStyle
160
- /* scopeId */
161
- var __vue_scopeId__ = null
162
- /* moduleIdentifier (server only) */
163
- var __vue_module_identifier__ = null
164
- var Component = normalizeComponent(
165
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_UpgradeBanner_vue__["a" /* default */],
166
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_75a73b30_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_UpgradeBanner_vue__["a" /* default */],
167
- __vue_template_functional__,
168
- __vue_styles__,
169
- __vue_scopeId__,
170
- __vue_module_identifier__
171
- )
172
- Component.options.__file = "src/admin/components/UpgradeBanner.vue"
173
-
174
- /* hot reload */
175
- if (false) {(function () {
176
- var hotAPI = require("vue-hot-reload-api")
177
- hotAPI.install(require("vue"), false)
178
- if (!hotAPI.compatible) return
179
- module.hot.accept()
180
- if (!module.hot.data) {
181
- hotAPI.createRecord("data-v-75a73b30", Component.options)
182
- } else {
183
- hotAPI.reload("data-v-75a73b30", Component.options)
184
- }
185
- module.hot.dispose(function (data) {
186
- disposed = true
187
- })
188
- })()}
189
-
190
- /* harmony default export */ __webpack_exports__["a"] = (Component.exports);
191
-
192
-
193
- /***/ }),
194
- /* 8 */
195
- /***/ (function(module, exports) {
196
-
197
- module.exports = jQuery;
198
-
199
- /***/ }),
200
- /* 9 */
201
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
202
 
203
  "use strict";
204
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_vue_color_src_components_Sketch_vue__ = __webpack_require__(55);
205
  //
206
  //
207
  //
@@ -310,15 +311,15 @@ module.exports = jQuery;
310
  });
311
 
312
  /***/ }),
313
- /* 10 */
314
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
315
 
316
  "use strict";
317
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_debounce__ = __webpack_require__(1);
318
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_debounce___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_debounce__);
319
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_admin_components_Switches_vue__ = __webpack_require__(2);
320
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_admin_components_UploadImage_vue__ = __webpack_require__(20);
321
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_3_admin_components_PasswordGenerator_vue__ = __webpack_require__(21);
322
  //
323
  //
324
  //
@@ -692,7 +693,7 @@ module.exports = jQuery;
692
  });
693
 
694
  /***/ }),
695
- /* 11 */
696
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
697
 
698
  "use strict";
@@ -727,7 +728,7 @@ module.exports = jQuery;
727
  });
728
 
729
  /***/ }),
730
- /* 12 */
731
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
732
 
733
  "use strict";
@@ -954,7 +955,7 @@ module.exports = jQuery;
954
  });
955
 
956
  /***/ }),
957
- /* 13 */
958
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
959
 
960
  "use strict";
@@ -1037,11 +1038,11 @@ module.exports = jQuery;
1037
  });
1038
 
1039
  /***/ }),
1040
- /* 14 */
1041
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1042
 
1043
  "use strict";
1044
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_vue_multiselect__ = __webpack_require__(3);
1045
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_vue_multiselect___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_vue_multiselect__);
1046
  //
1047
  //
@@ -1218,12 +1219,12 @@ module.exports = jQuery;
1218
  });
1219
 
1220
  /***/ }),
1221
- /* 15 */
1222
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1223
 
1224
  "use strict";
1225
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_admin_components_Switches_vue__ = __webpack_require__(2);
1226
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_vue_multiselect__ = __webpack_require__(3);
1227
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_vue_multiselect___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1_vue_multiselect__);
1228
  //
1229
  //
@@ -1447,21 +1448,23 @@ module.exports = jQuery;
1447
  });
1448
 
1449
  /***/ }),
1450
- /* 16 */,
1451
  /* 17 */,
1452
  /* 18 */,
1453
  /* 19 */,
1454
- /* 20 */
 
 
 
1455
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1456
 
1457
  "use strict";
1458
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_UploadImage_vue__ = __webpack_require__(12);
1459
  /* unused harmony namespace reexport */
1460
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_40b3524c_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_UploadImage_vue__ = __webpack_require__(31);
1461
  var disposed = false
1462
  function injectStyle (ssrContext) {
1463
  if (disposed) return
1464
- __webpack_require__(30)
1465
  }
1466
  var normalizeComponent = __webpack_require__(0)
1467
  /* script */
@@ -1507,13 +1510,13 @@ if (false) {(function () {
1507
 
1508
 
1509
  /***/ }),
1510
- /* 21 */
1511
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1512
 
1513
  "use strict";
1514
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_PasswordGenerator_vue__ = __webpack_require__(13);
1515
  /* unused harmony namespace reexport */
1516
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_4084a478_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_PasswordGenerator_vue__ = __webpack_require__(32);
1517
  var disposed = false
1518
  var normalizeComponent = __webpack_require__(0)
1519
  /* script */
@@ -1559,12 +1562,12 @@ if (false) {(function () {
1559
 
1560
 
1561
  /***/ }),
1562
- /* 22 */,
1563
- /* 23 */
1564
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1565
 
1566
  "use strict";
1567
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_Chart_vue__ = __webpack_require__(6);
1568
  /* unused harmony namespace reexport */
1569
  var disposed = false
1570
  var normalizeComponent = __webpack_require__(0)
@@ -1611,17 +1614,17 @@ if (false) {(function () {
1611
 
1612
 
1613
  /***/ }),
1614
- /* 24 */
1615
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1616
 
1617
  "use strict";
1618
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_ColorPicker_vue__ = __webpack_require__(9);
1619
  /* unused harmony namespace reexport */
1620
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_01dc0d51_hasScoped_true_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_ColorPicker_vue__ = __webpack_require__(26);
1621
  var disposed = false
1622
  function injectStyle (ssrContext) {
1623
  if (disposed) return
1624
- __webpack_require__(25)
1625
  }
1626
  var normalizeComponent = __webpack_require__(0)
1627
  /* script */
@@ -1667,13 +1670,13 @@ if (false) {(function () {
1667
 
1668
 
1669
  /***/ }),
1670
- /* 25 */
1671
  /***/ (function(module, exports) {
1672
 
1673
  // removed by extract-text-webpack-plugin
1674
 
1675
  /***/ }),
1676
- /* 26 */
1677
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1678
 
1679
  "use strict";
@@ -1764,13 +1767,13 @@ if (false) {
1764
  }
1765
 
1766
  /***/ }),
1767
- /* 27 */
1768
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1769
 
1770
  "use strict";
1771
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_VendorAccountFields_vue__ = __webpack_require__(10);
1772
  /* unused harmony namespace reexport */
1773
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_2b13daea_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_VendorAccountFields_vue__ = __webpack_require__(33);
1774
  var disposed = false
1775
  var normalizeComponent = __webpack_require__(0)
1776
  /* script */
@@ -1816,13 +1819,13 @@ if (false) {(function () {
1816
 
1817
 
1818
  /***/ }),
1819
- /* 28 */
1820
  /***/ (function(module, exports) {
1821
 
1822
  // removed by extract-text-webpack-plugin
1823
 
1824
  /***/ }),
1825
- /* 29 */
1826
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1827
 
1828
  "use strict";
@@ -1853,13 +1856,13 @@ if (false) {
1853
  }
1854
 
1855
  /***/ }),
1856
- /* 30 */
1857
  /***/ (function(module, exports) {
1858
 
1859
  // removed by extract-text-webpack-plugin
1860
 
1861
  /***/ }),
1862
- /* 31 */
1863
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1864
 
1865
  "use strict";
@@ -1904,7 +1907,7 @@ if (false) {
1904
  }
1905
 
1906
  /***/ }),
1907
- /* 32 */
1908
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1909
 
1910
  "use strict";
@@ -1977,7 +1980,7 @@ if (false) {
1977
  }
1978
 
1979
  /***/ }),
1980
- /* 33 */
1981
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1982
 
1983
  "use strict";
@@ -2474,17 +2477,17 @@ if (false) {
2474
  }
2475
 
2476
  /***/ }),
2477
- /* 34 */
2478
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2479
 
2480
  "use strict";
2481
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_VendorAddressFields_vue__ = __webpack_require__(14);
2482
  /* unused harmony namespace reexport */
2483
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_9504c01e_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_VendorAddressFields_vue__ = __webpack_require__(36);
2484
  var disposed = false
2485
  function injectStyle (ssrContext) {
2486
  if (disposed) return
2487
- __webpack_require__(35)
2488
  }
2489
  var normalizeComponent = __webpack_require__(0)
2490
  /* script */
@@ -2530,13 +2533,13 @@ if (false) {(function () {
2530
 
2531
 
2532
  /***/ }),
2533
- /* 35 */
2534
  /***/ (function(module, exports) {
2535
 
2536
  // removed by extract-text-webpack-plugin
2537
 
2538
  /***/ }),
2539
- /* 36 */
2540
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2541
 
2542
  "use strict";
@@ -2811,17 +2814,17 @@ if (false) {
2811
  }
2812
 
2813
  /***/ }),
2814
- /* 37 */
2815
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2816
 
2817
  "use strict";
2818
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_VendorPaymentFields_vue__ = __webpack_require__(15);
2819
  /* unused harmony namespace reexport */
2820
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_2ed34783_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_VendorPaymentFields_vue__ = __webpack_require__(39);
2821
  var disposed = false
2822
  function injectStyle (ssrContext) {
2823
  if (disposed) return
2824
- __webpack_require__(38)
2825
  }
2826
  var normalizeComponent = __webpack_require__(0)
2827
  /* script */
@@ -2867,13 +2870,13 @@ if (false) {(function () {
2867
 
2868
 
2869
  /***/ }),
2870
- /* 38 */
2871
  /***/ (function(module, exports) {
2872
 
2873
  // removed by extract-text-webpack-plugin
2874
 
2875
  /***/ }),
2876
- /* 39 */
2877
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2878
 
2879
  "use strict";
@@ -3464,12 +3467,11 @@ if (false) {
3464
  }
3465
 
3466
  /***/ }),
3467
- /* 40 */,
3468
- /* 41 */,
3469
- /* 42 */,
3470
  /* 43 */,
3471
  /* 44 */,
3472
- /* 45 */
 
 
3473
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3474
 
3475
  "use strict";
@@ -3485,12 +3487,12 @@ if (false) {
3485
  });
3486
 
3487
  /***/ }),
3488
- /* 46 */
3489
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3490
 
3491
  "use strict";
3492
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_admin_components_Chart_vue__ = __webpack_require__(23);
3493
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_admin_components_UpgradeBanner_vue__ = __webpack_require__(7);
3494
  //
3495
  //
3496
  //
@@ -3613,6 +3615,7 @@ if (false) {
3613
  var Postbox = dokan_get_lib('Postbox');
3614
  var Loading = dokan_get_lib('Loading');
3615
  var Currency = dokan_get_lib('Currency');
 
3616
 
3617
 
3618
  /* harmony default export */ __webpack_exports__["a"] = ({
@@ -3622,7 +3625,8 @@ var Currency = dokan_get_lib('Currency');
3622
  Loading: Loading,
3623
  Chart: __WEBPACK_IMPORTED_MODULE_0_admin_components_Chart_vue__["a" /* default */],
3624
  Currency: Currency,
3625
- UpgradeBanner: __WEBPACK_IMPORTED_MODULE_1_admin_components_UpgradeBanner_vue__["a" /* default */]
 
3626
  },
3627
  data: function data() {
3628
  return {
@@ -3697,7 +3701,7 @@ var Currency = dokan_get_lib('Currency');
3697
  });
3698
 
3699
  /***/ }),
3700
- /* 47 */
3701
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3702
 
3703
  "use strict";
@@ -3714,35 +3718,6 @@ var Currency = dokan_get_lib('Currency');
3714
  //
3715
  //
3716
  //
3717
- /* harmony default export */ __webpack_exports__["a"] = ({
3718
- name: "UpgradeBanner",
3719
- data: function data() {
3720
- return {
3721
- show: true,
3722
- upgradeURL: dokan.urls.upgradeToPro
3723
- };
3724
- },
3725
- computed: {
3726
- showUpgrade: function showUpgrade() {
3727
- return !dokan.hasPro && dokan.proNag === "show";
3728
- }
3729
- },
3730
- methods: {
3731
- dismiss: function dismiss() {
3732
- this.show = false;
3733
- wp.ajax.post("dokan-upgrade-dissmiss");
3734
- }
3735
- }
3736
- });
3737
-
3738
- /***/ }),
3739
- /* 48 */
3740
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
3741
-
3742
- "use strict";
3743
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_jquery__ = __webpack_require__(8);
3744
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_jquery___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_jquery__);
3745
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_admin_components_UpgradeBanner_vue__ = __webpack_require__(7);
3746
  //
3747
  //
3748
  //
@@ -3853,63 +3828,207 @@ var Currency = dokan_get_lib('Currency');
3853
  //
3854
  //
3855
  //
3856
- var ListTable = dokan_get_lib('ListTable');
3857
- var Modal = dokan_get_lib('Modal');
3858
- var Currency = dokan_get_lib('Currency');
3859
-
3860
-
3861
  /* harmony default export */ __webpack_exports__["a"] = ({
3862
- name: 'Withdraw',
3863
- components: {
3864
- ListTable: ListTable,
3865
- Modal: Modal,
3866
- Currency: Currency,
3867
- UpgradeBanner: __WEBPACK_IMPORTED_MODULE_1_admin_components_UpgradeBanner_vue__["a" /* default */]
3868
- },
3869
  data: function data() {
3870
  return {
3871
- showModal: false,
3872
- editing: {
3873
- id: null,
3874
- note: null
3875
- },
3876
- totalPages: 1,
3877
- perPage: 10,
3878
- totalItems: 0,
3879
- filter: {
3880
- user_id: 0
3881
- },
3882
- counts: {
3883
- pending: 0,
3884
- approved: 0,
3885
- cancelled: 0
3886
- },
3887
- notFound: this.__('No requests found.', 'dokan-lite'),
3888
- massPayment: this.__('Paypal Mass Payment File is Generated.', 'dokan-lite'),
3889
- showCb: true,
3890
- loading: false,
3891
- columns: {
3892
- 'seller': {
3893
- label: this.__('Vendor', 'dokan-lite')
3894
- },
3895
- 'amount': {
3896
- label: this.__('Amount', 'dokan-lite')
3897
- },
3898
- 'status': {
3899
- label: this.__('Status', 'dokan-lite')
3900
- },
3901
- 'method_title': {
3902
- label: this.__('Method', 'dokan-lite')
3903
- },
3904
- 'method_details': {
3905
- label: this.__('Details', 'dokan-lite')
3906
- },
3907
- 'note': {
3908
- label: this.__('Note', 'dokan-lite')
3909
- },
3910
- 'created': {
3911
- label: this.__('Date', 'dokan-lite')
3912
- },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3913
  'actions': {
3914
  label: this.__('Actions', 'dokan-lite')
3915
  }
@@ -4056,13 +4175,19 @@ var Currency = dokan_get_lib('Currency');
4056
  var _this = this;
4057
 
4058
  this.loading = true;
4059
- var url = '/withdraw?per_page=' + this.perPage + '&page=' + this.currentPage + '&status=' + this.currentStatus;
4060
 
4061
  if (parseInt(this.filter.user_id) > 0) {
4062
- url += '&user_id=' + this.filter.user_id;
4063
  }
4064
 
4065
- dokan.api.get(url).done(function (response, status, xhr) {
 
 
 
 
 
 
4066
  _this.requests = response;
4067
  _this.loading = false;
4068
 
@@ -4291,14 +4416,14 @@ var Currency = dokan_get_lib('Currency');
4291
  });
4292
 
4293
  /***/ }),
4294
- /* 49 */
4295
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
4296
 
4297
  "use strict";
4298
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__components_ProCta_vue__ = __webpack_require__(50);
4299
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_slick_carousel_slick_slick_css__ = __webpack_require__(127);
4300
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_slick_carousel_slick_slick_css___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1_slick_carousel_slick_slick_css__);
4301
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_vue_slick__ = __webpack_require__(130);
4302
  //
4303
  //
4304
  //
@@ -5175,17 +5300,17 @@ var Currency = dokan_get_lib('Currency');
5175
  });
5176
 
5177
  /***/ }),
5178
- /* 50 */
5179
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
5180
 
5181
  "use strict";
5182
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_ProCta_vue__ = __webpack_require__(51);
5183
  /* unused harmony namespace reexport */
5184
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_1ccc06d3_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_ProCta_vue__ = __webpack_require__(126);
5185
  var disposed = false
5186
  function injectStyle (ssrContext) {
5187
  if (disposed) return
5188
- __webpack_require__(125)
5189
  }
5190
  var normalizeComponent = __webpack_require__(0)
5191
  /* script */
@@ -5231,7 +5356,7 @@ if (false) {(function () {
5231
 
5232
 
5233
  /***/ }),
5234
- /* 51 */
5235
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
5236
 
5237
  "use strict";
@@ -5270,11 +5395,12 @@ if (false) {(function () {
5270
  });
5271
 
5272
  /***/ }),
5273
- /* 52 */
5274
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
5275
 
5276
  "use strict";
5277
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_admin_components_UpgradeBanner_vue__ = __webpack_require__(7);
 
5278
  //
5279
  //
5280
  //
@@ -5298,13 +5424,15 @@ if (false) {(function () {
5298
  //
5299
  var Postbox = dokan_get_lib('Postbox');
5300
  var Loading = dokan_get_lib('Loading');
 
5301
 
5302
  /* harmony default export */ __webpack_exports__["a"] = ({
5303
  name: 'Help',
5304
  components: {
5305
  Postbox: Postbox,
5306
  Loading: Loading,
5307
- UpgradeBanner: __WEBPACK_IMPORTED_MODULE_0_admin_components_UpgradeBanner_vue__["a" /* default */]
 
5308
  },
5309
  data: function data() {
5310
  return {
@@ -5327,15 +5455,27 @@ var Loading = dokan_get_lib('Loading');
5327
  });
5328
 
5329
  /***/ }),
5330
- /* 53 */
5331
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
5332
 
5333
  "use strict";
5334
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_admin_components_Fields_vue__ = __webpack_require__(137);
5335
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_admin_components_SettingsBanner_vue__ = __webpack_require__(167);
5336
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_admin_components_UpgradeBanner_vue__ = __webpack_require__(7);
5337
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_3_jquery__ = __webpack_require__(8);
5338
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_3_jquery___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_3_jquery__);
 
 
 
 
 
 
 
 
 
 
 
 
5339
  //
5340
  //
5341
  //
@@ -5417,48 +5557,315 @@ var Loading = dokan_get_lib('Loading');
5417
  //
5418
  //
5419
  var Loading = dokan_get_lib('Loading');
5420
-
5421
-
5422
 
5423
 
5424
  /* harmony default export */ __webpack_exports__["a"] = ({
5425
- name: 'Settings',
5426
  components: {
5427
- Fields: __WEBPACK_IMPORTED_MODULE_0_admin_components_Fields_vue__["a" /* default */],
5428
  Loading: Loading,
5429
- SettingsBanner: __WEBPACK_IMPORTED_MODULE_1_admin_components_SettingsBanner_vue__["a" /* default */],
5430
- UpgradeBanner: __WEBPACK_IMPORTED_MODULE_2_admin_components_UpgradeBanner_vue__["a" /* default */]
5431
  },
5432
  data: function data() {
5433
  return {
5434
- isSaved: false,
5435
- showLoading: false,
5436
- isUpdated: false,
5437
- isLoaded: false,
5438
- message: '',
5439
- currentTab: null,
5440
- settingSections: [],
5441
- settingFields: {},
5442
- settingValues: {},
5443
- requiredFields: [],
5444
- errors: [],
5445
- validationErrors: [],
5446
- hasPro: dokan.hasPro ? true : false,
5447
- searchText: '',
5448
- awaitingSearch: false
5449
  };
5450
  },
5451
- computed: {
5452
- refreshable_props: function refreshable_props() {
5453
- var props = {};
5454
- var sectionId;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5455
 
5456
- for (sectionId in this.settingFields) {
5457
- var sectionFields = this.settingFields[sectionId];
5458
- var optionId = void 0;
 
 
 
5459
 
5460
- for (optionId in sectionFields) {
5461
- if (sectionFields[optionId].refresh_after_save) {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5462
  props["".concat(sectionId, ".").concat(optionId)] = true;
5463
  }
5464
  }
@@ -5750,15 +6157,15 @@ var Loading = dokan_get_lib('Loading');
5750
  });
5751
 
5752
  /***/ }),
5753
- /* 54 */
5754
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
5755
 
5756
  "use strict";
5757
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_defineProperty__ = __webpack_require__(139);
5758
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_defineProperty___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_defineProperty__);
5759
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__babel_runtime_helpers_slicedToArray__ = __webpack_require__(140);
5760
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__babel_runtime_helpers_slicedToArray___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1__babel_runtime_helpers_slicedToArray__);
5761
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_admin_components_ColorPicker_vue__ = __webpack_require__(24);
5762
 
5763
 
5764
 
@@ -6385,15 +6792,15 @@ var RefreshSettingOptions = dokan_get_lib('RefreshSettingOptions');
6385
  });
6386
 
6387
  /***/ }),
6388
- /* 55 */,
6389
- /* 56 */,
6390
- /* 57 */,
6391
  /* 58 */,
6392
  /* 59 */,
6393
  /* 60 */,
6394
  /* 61 */,
6395
  /* 62 */,
6396
- /* 63 */
 
 
 
6397
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
6398
 
6399
  "use strict";
@@ -6426,12 +6833,13 @@ var RefreshSettingOptions = dokan_get_lib('RefreshSettingOptions');
6426
  });
6427
 
6428
  /***/ }),
6429
- /* 64 */
6430
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
6431
 
6432
  "use strict";
6433
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__AddVendor_vue__ = __webpack_require__(173);
6434
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_admin_components_UpgradeBanner_vue__ = __webpack_require__(7);
 
6435
  //
6436
  //
6437
  //
@@ -6530,6 +6938,7 @@ var RefreshSettingOptions = dokan_get_lib('RefreshSettingOptions');
6530
  var ListTable = dokan_get_lib('ListTable');
6531
  var Switches = dokan_get_lib('Switches');
6532
  var Search = dokan_get_lib('Search');
 
6533
  /* harmony default export */ __webpack_exports__["a"] = ({
6534
  name: 'Vendors',
6535
  components: {
@@ -6537,7 +6946,8 @@ var Search = dokan_get_lib('Search');
6537
  Switches: Switches,
6538
  Search: Search,
6539
  AddVendor: __WEBPACK_IMPORTED_MODULE_0__AddVendor_vue__["a" /* default */],
6540
- UpgradeBanner: __WEBPACK_IMPORTED_MODULE_1_admin_components_UpgradeBanner_vue__["a" /* default */]
 
6541
  },
6542
  data: function data() {
6543
  return {
@@ -6665,7 +7075,8 @@ var Search = dokan_get_lib('Search');
6665
 
6666
  var self = this;
6667
  self.loading = true;
6668
- dokan.api.get("/stores?search=".concat(payload), {
 
6669
  page: this.currentPage,
6670
  orderby: this.sortBy,
6671
  order: this.sortOrder
@@ -6791,13 +7202,13 @@ var Search = dokan_get_lib('Search');
6791
  });
6792
 
6793
  /***/ }),
6794
- /* 65 */
6795
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
6796
 
6797
  "use strict";
6798
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__VendorAccountFields_vue__ = __webpack_require__(27);
6799
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__VendorAddressFields_vue__ = __webpack_require__(34);
6800
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__VendorPaymentFields_vue__ = __webpack_require__(37);
6801
  //
6802
  //
6803
  //
@@ -7022,11 +7433,11 @@ var Loading = dokan_get_lib('Loading');
7022
  });
7023
 
7024
  /***/ }),
7025
- /* 66 */
7026
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
7027
 
7028
  "use strict";
7029
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__components_ProCta_vue__ = __webpack_require__(50);
7030
  //
7031
  //
7032
  //
@@ -7169,11 +7580,11 @@ var Loading = dokan_get_lib('Loading');
7169
  });
7170
 
7171
  /***/ }),
7172
- /* 67 */
7173
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
7174
 
7175
  "use strict";
7176
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__components_ModuleUpgradePopup_vue__ = __webpack_require__(182);
7177
  //
7178
  //
7179
  //
@@ -7406,7 +7817,7 @@ var Loading = dokan_get_lib('Loading');
7406
  });
7407
 
7408
  /***/ }),
7409
- /* 68 */
7410
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
7411
 
7412
  "use strict";
@@ -7472,9 +7883,6 @@ var Loading = dokan_get_lib('Loading');
7472
  });
7473
 
7474
  /***/ }),
7475
- /* 69 */,
7476
- /* 70 */,
7477
- /* 71 */,
7478
  /* 72 */,
7479
  /* 73 */,
7480
  /* 74 */,
@@ -7509,14 +7917,18 @@ var Loading = dokan_get_lib('Loading');
7509
  /* 103 */,
7510
  /* 104 */,
7511
  /* 105 */,
7512
- /* 106 */
 
 
 
 
7513
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
7514
 
7515
  "use strict";
7516
  Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
7517
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__App_vue__ = __webpack_require__(107);
7518
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__router__ = __webpack_require__(110);
7519
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__utils_admin_menu_fix__ = __webpack_require__(186);
7520
 
7521
 
7522
 
@@ -7552,17 +7964,17 @@ new Vue({
7552
  Object(__WEBPACK_IMPORTED_MODULE_2__utils_admin_menu_fix__["a" /* default */])('dokan');
7553
 
7554
  /***/ }),
7555
- /* 107 */
7556
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
7557
 
7558
  "use strict";
7559
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_App_vue__ = __webpack_require__(45);
7560
  /* unused harmony namespace reexport */
7561
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_3a030f38_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_App_vue__ = __webpack_require__(109);
7562
  var disposed = false
7563
  function injectStyle (ssrContext) {
7564
  if (disposed) return
7565
- __webpack_require__(108)
7566
  }
7567
  var normalizeComponent = __webpack_require__(0)
7568
  /* script */
@@ -7608,13 +8020,13 @@ if (false) {(function () {
7608
 
7609
 
7610
  /***/ }),
7611
- /* 108 */
7612
  /***/ (function(module, exports) {
7613
 
7614
  // removed by extract-text-webpack-plugin
7615
 
7616
  /***/ }),
7617
- /* 109 */
7618
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
7619
 
7620
  "use strict";
@@ -7645,20 +8057,22 @@ if (false) {
7645
  }
7646
 
7647
  /***/ }),
7648
- /* 110 */
7649
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
7650
 
7651
  "use strict";
7652
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_typeof__ = __webpack_require__(111);
7653
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_typeof___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_typeof__);
7654
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_admin_pages_Dashboard_vue__ = __webpack_require__(112);
7655
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_admin_pages_Withdraw_vue__ = __webpack_require__(120);
7656
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_3_admin_pages_Premium_vue__ = __webpack_require__(123);
7657
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_4_admin_pages_Help_vue__ = __webpack_require__(132);
7658
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_5_admin_pages_Settings_vue__ = __webpack_require__(135);
7659
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_6_admin_pages_Vendors_vue__ = __webpack_require__(171);
7660
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_7_admin_pages_VendorCapabilities_vue__ = __webpack_require__(177);
7661
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_8_admin_pages_ProModules_vue__ = __webpack_require__(180);
 
 
7662
 
7663
 
7664
 
@@ -7675,13 +8089,14 @@ Vue.use(Router);
7675
  dokan_add_route(__WEBPACK_IMPORTED_MODULE_1_admin_pages_Dashboard_vue__["a" /* default */]);
7676
  dokan_add_route(__WEBPACK_IMPORTED_MODULE_2_admin_pages_Withdraw_vue__["a" /* default */]);
7677
  dokan_add_route(__WEBPACK_IMPORTED_MODULE_3_admin_pages_Premium_vue__["a" /* default */]);
 
7678
  dokan_add_route(__WEBPACK_IMPORTED_MODULE_4_admin_pages_Help_vue__["a" /* default */]);
7679
- dokan_add_route(__WEBPACK_IMPORTED_MODULE_5_admin_pages_Settings_vue__["a" /* default */]);
7680
- dokan_add_route(__WEBPACK_IMPORTED_MODULE_7_admin_pages_VendorCapabilities_vue__["a" /* default */]);
7681
- dokan_add_route(__WEBPACK_IMPORTED_MODULE_8_admin_pages_ProModules_vue__["a" /* default */]); // if dokan pro not installed or dokan pro is greater than 2.9.14 register the `vendors` route.
7682
 
7683
  if (!dokan.hasPro || VersionCompare(dokan.proVersion, '2.9.14', '>')) {
7684
- dokan_add_route(__WEBPACK_IMPORTED_MODULE_6_admin_pages_Vendors_vue__["a" /* default */]);
7685
  }
7686
  /**
7687
  * Parse the route array and bind required components
@@ -7716,18 +8131,18 @@ parseRouteComponent(dokan.routes);
7716
  }));
7717
 
7718
  /***/ }),
7719
- /* 111 */,
7720
- /* 112 */
7721
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
7722
 
7723
  "use strict";
7724
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_Dashboard_vue__ = __webpack_require__(46);
7725
  /* unused harmony namespace reexport */
7726
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_219ffca0_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_Dashboard_vue__ = __webpack_require__(119);
7727
  var disposed = false
7728
  function injectStyle (ssrContext) {
7729
  if (disposed) return
7730
- __webpack_require__(113)
7731
  }
7732
  var normalizeComponent = __webpack_require__(0)
7733
  /* script */
@@ -7773,22 +8188,22 @@ if (false) {(function () {
7773
 
7774
 
7775
  /***/ }),
7776
- /* 113 */
7777
  /***/ (function(module, exports) {
7778
 
7779
  // removed by extract-text-webpack-plugin
7780
 
7781
  /***/ }),
7782
- /* 114 */,
7783
- /* 115 */,
7784
- /* 116 */,
7785
- /* 117 */
7786
  /***/ (function(module, exports) {
7787
 
7788
  // removed by extract-text-webpack-plugin
7789
 
7790
  /***/ }),
7791
- /* 118 */
7792
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
7793
 
7794
  "use strict";
@@ -7797,72 +8212,832 @@ var render = function() {
7797
  var _h = _vm.$createElement
7798
  var _c = _vm._self._c || _h
7799
  return _vm.show && _vm.showUpgrade
7800
- ? _c("div", { staticClass: "dokan-upgrade-bar" }, [
7801
- _vm._v("\n You're using "),
7802
- _c("span", [_vm._v("Dokan Lite")]),
7803
- _vm._v(". To unlock more features, consider\n "),
7804
- _c(
7805
- "a",
7806
- {
7807
- attrs: { target: "_blank", rel: "noopener", href: _vm.upgradeURL }
7808
- },
7809
- [_vm._v("\n Upgrading to Pro")]
7810
- ),
7811
- _vm._v(".\n\n "),
7812
- _c(
7813
- "div",
7814
- {
7815
- staticClass: "close-button",
7816
- attrs: { title: "Dismiss the notice" },
7817
- on: {
7818
- click: function($event) {
7819
- return _vm.dismiss()
7820
  }
7821
- }
7822
- },
7823
- [_vm._v("\n ×\n ")]
7824
- )
7825
- ])
7826
- : _vm._e()
7827
- }
7828
- var staticRenderFns = []
7829
- render._withStripped = true
7830
- var esExports = { render: render, staticRenderFns: staticRenderFns }
7831
- /* harmony default export */ __webpack_exports__["a"] = (esExports);
7832
- if (false) {
7833
- module.hot.accept()
7834
- if (module.hot.data) {
7835
- require("vue-hot-reload-api") .rerender("data-v-75a73b30", esExports)
7836
- }
7837
- }
7838
-
7839
- /***/ }),
7840
- /* 119 */
7841
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
7842
-
7843
- "use strict";
7844
- var render = function() {
7845
- var _vm = this
7846
- var _h = _vm.$createElement
7847
- var _c = _vm._self._c || _h
7848
- return _c(
7849
- "div",
7850
- { staticClass: "dokan-dashboard" },
7851
- [
7852
- !_vm.hasPro ? _c("UpgradeBanner") : _vm._e(),
7853
- _vm._v(" "),
7854
- _c("h1", [_vm._v(_vm._s(_vm.__("Dashboard", "dokan-lite")))]),
7855
- _vm._v(" "),
7856
- _c("div", { staticClass: "widgets-wrapper" }, [
7857
- _c(
7858
- "div",
7859
- { staticClass: "left-side" },
7860
- [
7861
- _c(
7862
- "postbox",
7863
- {
7864
- attrs: {
7865
- title: _vm.__("At a Glance", "dokan-lite"),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7866
  extraClass: "dokan-status"
7867
  }
7868
  },
@@ -8332,17 +9507,17 @@ if (false) {
8332
  }
8333
 
8334
  /***/ }),
8335
- /* 120 */
8336
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
8337
 
8338
  "use strict";
8339
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_Withdraw_vue__ = __webpack_require__(48);
8340
  /* unused harmony namespace reexport */
8341
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_62373ea4_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_Withdraw_vue__ = __webpack_require__(122);
8342
  var disposed = false
8343
  function injectStyle (ssrContext) {
8344
  if (disposed) return
8345
- __webpack_require__(121)
8346
  }
8347
  var normalizeComponent = __webpack_require__(0)
8348
  /* script */
@@ -8388,13 +9563,13 @@ if (false) {(function () {
8388
 
8389
 
8390
  /***/ }),
8391
- /* 121 */
8392
  /***/ (function(module, exports) {
8393
 
8394
  // removed by extract-text-webpack-plugin
8395
 
8396
  /***/ }),
8397
- /* 122 */
8398
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
8399
 
8400
  "use strict";
@@ -8402,459 +9577,448 @@ var render = function() {
8402
  var _vm = this
8403
  var _h = _vm.$createElement
8404
  var _c = _vm._self._c || _h
8405
- return _c(
8406
- "div",
8407
- [
8408
- !_vm.hasPro ? _c("UpgradeBanner") : _vm._e(),
8409
- _vm._v(" "),
8410
- _c(
8411
- "div",
8412
- { staticClass: "withdraw-requests" },
8413
- [
8414
- _c("h1", [_vm._v(_vm._s(_vm.__("Withdraw Requests", "dokan-lite")))]),
8415
- _vm._v(" "),
8416
- _vm.showModal
8417
- ? _c(
8418
- "modal",
8419
- {
8420
- attrs: { title: _vm.__("Update Note", "dokan-lite") },
8421
- on: {
8422
- close: function($event) {
8423
- _vm.showModal = false
8424
- }
8425
  }
8426
- },
8427
- [
8428
- _c("template", { slot: "body" }, [
8429
- _c("textarea", {
8430
- directives: [
8431
- {
8432
- name: "model",
8433
- rawName: "v-model",
8434
- value: _vm.editing.note,
8435
- expression: "editing.note"
 
 
 
 
 
 
 
 
 
8436
  }
8437
- ],
8438
- attrs: { rows: "3" },
8439
- domProps: { value: _vm.editing.note },
 
 
 
 
 
 
 
 
8440
  on: {
8441
- input: function($event) {
8442
- if ($event.target.composing) {
8443
- return
8444
- }
8445
- _vm.$set(_vm.editing, "note", $event.target.value)
8446
  }
8447
  }
8448
- })
8449
- ]),
8450
- _vm._v(" "),
8451
- _c("template", { slot: "footer" }, [
8452
- _c(
8453
- "button",
8454
- {
8455
- staticClass: "button button-primary button-large",
8456
- on: {
8457
- click: function($event) {
8458
- return _vm.updateNote()
8459
- }
8460
- }
8461
- },
8462
- [_vm._v(_vm._s(_vm.__("Update Note", "dokan-lite")))]
8463
- )
8464
- ])
8465
- ],
8466
- 2
8467
- )
8468
- : _vm._e(),
8469
- _vm._v(" "),
8470
- _c("ul", { staticClass: "subsubsub" }, [
8471
- _c(
8472
- "li",
8473
- [
8474
- _c(
8475
- "router-link",
8476
- {
8477
- class: { current: _vm.currentStatus === "pending" },
8478
- attrs: {
8479
- to: { name: "Withdraw", query: { status: "pending" } }
8480
- }
8481
- },
8482
- [
8483
- _vm._v(_vm._s(_vm.__("Pending", "dokan-lite")) + " "),
8484
- _c("span", { staticClass: "count" }, [
8485
- _vm._v(_vm._s(_vm.counts.pending))
8486
- ])
8487
- ]
8488
- ),
8489
- _vm._v(" | ")
8490
- ],
8491
- 1
8492
- ),
8493
- _vm._v(" "),
8494
- _c(
8495
- "li",
8496
- [
8497
- _c(
8498
- "router-link",
8499
- {
8500
- class: { current: _vm.currentStatus === "approved" },
8501
- attrs: {
8502
- to: { name: "Withdraw", query: { status: "approved" } }
8503
- }
8504
- },
8505
- [
8506
- _vm._v(_vm._s(_vm.__("Approved", "dokan-lite")) + " "),
8507
- _c("span", { staticClass: "count" }, [
8508
- _vm._v(_vm._s(_vm.counts.approved))
8509
- ])
8510
- ]
8511
- ),
8512
- _vm._v(" | ")
8513
- ],
8514
- 1
8515
- ),
8516
- _vm._v(" "),
8517
- _c(
8518
- "li",
8519
- [
8520
- _c(
8521
- "router-link",
8522
- {
8523
- class: { current: _vm.currentStatus === "cancelled" },
8524
- attrs: {
8525
- to: { name: "Withdraw", query: { status: "cancelled" } }
8526
- }
8527
- },
8528
- [
8529
- _vm._v(_vm._s(_vm.__("Cancelled", "dokan-lite")) + " "),
8530
- _c("span", { staticClass: "count" }, [
8531
- _vm._v(_vm._s(_vm.counts.cancelled))
8532
- ])
8533
- ]
8534
- ),
8535
- _vm._v(" | ")
8536
  ],
8537
- 1
8538
  )
8539
- ]),
8540
- _vm._v(" "),
 
8541
  _c(
8542
- "list-table",
8543
- {
8544
- attrs: {
8545
- columns: _vm.columns,
8546
- rows: _vm.requests,
8547
- loading: _vm.loading,
8548
- "action-column": _vm.actionColumn,
8549
- actions: _vm.actions,
8550
- "show-cb": _vm.showCb,
8551
- "bulk-actions": _vm.bulkActions,
8552
- "not-found": _vm.notFound,
8553
- "total-pages": _vm.totalPages,
8554
- "total-items": _vm.totalItems,
8555
- "per-page": _vm.perPage,
8556
- "current-page": _vm.currentPage,
8557
- text: _vm.$root.listTableTexts()
8558
- },
8559
- on: {
8560
- pagination: _vm.goToPage,
8561
- "action:click": _vm.onActionClick,
8562
- "bulk:click": _vm.onBulkAction
8563
- },
8564
- scopedSlots: _vm._u([
8565
- {
8566
- key: "seller",
8567
- fn: function(data) {
8568
- return [
8569
- _c("img", {
8570
- attrs: {
8571
- src: data.row.user.gravatar,
8572
- alt: data.row.user.store_name,
8573
- width: "50"
8574
- }
8575
- }),
8576
- _vm._v(" "),
8577
- _c("strong", [
8578
- _c(
8579
- "a",
8580
- { attrs: { href: _vm.vendorUrl(data.row.user.id) } },
8581
- [
8582
- _vm._v(
8583
- _vm._s(
8584
- data.row.user.store_name
8585
- ? data.row.user.store_name
8586
- : _vm.__("(no name)", "dokan-lite")
8587
- )
8588
- )
8589
- ]
8590
- )
8591
- ])
8592
- ]
8593
- }
8594
- },
8595
- {
8596
- key: "vendor",
8597
- fn: function(ref) {
8598
- var row = ref.row
8599
- return [
8600
- _c(
8601
- "router-link",
8602
- { attrs: { to: "/vendors/" + row.vendor.id } },
8603
- [
8604
- _vm._v(
8605
- "\n " +
8606
- _vm._s(
8607
- row.vendor.name
8608
- ? row.vendor.name
8609
- : _vm.__("(no name)", "dokan-lite")
8610
- ) +
8611
- "\n "
8612
- )
8613
- ]
8614
- )
8615
- ]
8616
- }
8617
- },
8618
  {
8619
- key: "amount",
8620
- fn: function(data) {
8621
- return [
8622
- _c("currency", { attrs: { amount: data.row.amount } })
8623
- ]
8624
  }
8625
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8626
  {
8627
- key: "status",
8628
- fn: function(data) {
8629
- return [
8630
- _c("span", { class: data.row.status }, [
8631
- _vm._v(_vm._s(_vm._f("capitalize")(data.row.status)))
8632
- ])
8633
- ]
8634
  }
8635
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8636
  {
8637
- key: "created",
8638
- fn: function(data) {
8639
- return [
8640
- _vm._v(
8641
- "\n " +
8642
- _vm._s(
8643
- _vm.moment(data.row.created).format("MMM D, YYYY")
8644
- ) +
8645
- "\n "
8646
- )
8647
- ]
8648
  }
8649
  },
8650
- {
8651
- key: "method_details",
8652
- fn: function(data) {
8653
- return [
8654
- _c("div", {
8655
- staticClass: "method_details_inner",
8656
- domProps: {
8657
- innerHTML: _vm._s(
8658
- _vm.getPaymentDetails(
8659
- data.row.method,
8660
- data.row.details
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8661
  )
8662
  )
8663
- }
8664
- })
8665
- ]
8666
- }
8667
- },
8668
- {
8669
- key: "actions",
8670
- fn: function(data) {
8671
- return [
8672
- data.row.status === "pending"
8673
- ? [
8674
- _c("div", { staticClass: "button-group" }, [
8675
- _c(
8676
- "button",
8677
- {
8678
- staticClass: "button button-small",
8679
- attrs: {
8680
- title: _vm.__(
8681
- "Approve Request",
8682
- "dokan-lite"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8683
  )
8684
- },
8685
- on: {
8686
- click: function($event) {
8687
- $event.preventDefault()
8688
- return _vm.changeStatus(
8689
- "approved",
8690
- data.row.id
8691
- )
8692
- }
8693
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8694
  },
8695
- [
8696
- _c("span", {
8697
- staticClass: "dashicons dashicons-yes"
8698
- })
8699
- ]
8700
- ),
8701
- _vm._v(" "),
8702
- _c(
8703
- "button",
8704
- {
8705
- staticClass: "button button-small",
8706
- attrs: {
8707
- title: _vm.__("Add Note", "dokan-lite")
8708
- },
8709
- on: {
8710
- click: function($event) {
8711
- $event.preventDefault()
8712
- return _vm.openNoteModal(
8713
- data.row.note,
8714
- data.row.id
8715
- )
8716
- }
8717
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8718
  },
8719
- [
8720
- _c("span", {
8721
- staticClass:
8722
- "dashicons dashicons-testimonial"
8723
- })
8724
- ]
8725
- )
8726
- ])
8727
- ]
8728
- : data.row.status === "approved"
8729
- ? [
8730
- _c("div", { staticClass: "button-group" }, [
8731
- _c(
8732
- "button",
8733
- {
8734
- staticClass: "button button-small",
8735
- attrs: {
8736
- title: _vm.__("Add Note", "dokan-lite")
8737
- },
8738
- on: {
8739
- click: function($event) {
8740
- $event.preventDefault()
8741
- return _vm.openNoteModal(
8742
- data.row.note,
8743
- data.row.id
8744
- )
8745
- }
8746
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8747
  },
8748
- [
8749
- _c("span", {
8750
- staticClass:
8751
- "dashicons dashicons-testimonial"
8752
- })
8753
- ]
8754
- )
8755
- ])
8756
- ]
8757
- : [
8758
- _c("div", { staticClass: "button-group" }, [
8759
- _c(
8760
- "button",
8761
- {
8762
- staticClass: "button button-small",
8763
- attrs: {
8764
- title: _vm.__(
8765
- "Mark as Pending",
8766
- "dokan-lite"
8767
  )
8768
- },
8769
- on: {
8770
- click: function($event) {
8771
- $event.preventDefault()
8772
- return _vm.changeStatus(
8773
- "pending",
8774
- data.row.id
8775
- )
8776
- }
8777
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8778
  },
8779
- [
8780
- _c("span", {
8781
- staticClass: "dashicons dashicons-backup"
8782
- })
8783
- ]
8784
- ),
8785
- _vm._v(" "),
8786
- _c(
8787
- "button",
8788
- {
8789
- staticClass: "button button-small",
8790
- attrs: {
8791
- title: _vm.__("Add Note", "dokan-lite")
8792
- },
8793
- on: {
8794
- click: function($event) {
8795
- $event.preventDefault()
8796
- return _vm.openNoteModal(
8797
- data.row.note,
8798
- data.row.id
8799
- )
8800
- }
8801
  }
8802
- },
8803
- [
8804
- _c("span", {
8805
- staticClass:
8806
- "dashicons dashicons-testimonial"
8807
- })
8808
- ]
8809
- )
8810
- ])
8811
- ]
8812
- ]
8813
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8814
  }
8815
- ])
8816
- },
8817
- [
8818
- _vm._v(" "),
8819
- _vm._v(" "),
8820
- _vm._v(" "),
8821
- _vm._v(" "),
8822
- _vm._v(" "),
8823
  _vm._v(" "),
8824
- _c("template", { slot: "filters" }, [
8825
- _c("select", {
8826
- staticStyle: { width: "190px" },
8827
- attrs: {
8828
- id: "filter-vendors",
8829
- "data-placeholder": _vm.__("Filter by vendor", "dokan-lite")
8830
- }
8831
- }),
8832
- _vm._v(" "),
8833
- _vm.filter.user_id
8834
- ? _c(
8835
- "button",
8836
- {
8837
- staticClass: "button",
8838
- attrs: { type: "button" },
8839
- on: {
8840
- click: function($event) {
8841
- _vm.filter.user_id = 0
8842
- }
8843
  }
8844
- },
8845
- [_vm._v("×")]
8846
- )
8847
- : _vm._e()
8848
- ])
8849
- ],
8850
- 2
8851
- )
8852
- ],
8853
- 1
8854
- )
8855
- ],
8856
- 1
8857
- )
8858
  }
8859
  var staticRenderFns = []
8860
  render._withStripped = true
@@ -8868,17 +10032,17 @@ if (false) {
8868
  }
8869
 
8870
  /***/ }),
8871
- /* 123 */
8872
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
8873
 
8874
  "use strict";
8875
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_Premium_vue__ = __webpack_require__(49);
8876
  /* unused harmony namespace reexport */
8877
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_b38fd83a_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_Premium_vue__ = __webpack_require__(131);
8878
  var disposed = false
8879
  function injectStyle (ssrContext) {
8880
  if (disposed) return
8881
- __webpack_require__(124)
8882
  }
8883
  var normalizeComponent = __webpack_require__(0)
8884
  /* script */
@@ -8924,19 +10088,19 @@ if (false) {(function () {
8924
 
8925
 
8926
  /***/ }),
8927
- /* 124 */
8928
  /***/ (function(module, exports) {
8929
 
8930
  // removed by extract-text-webpack-plugin
8931
 
8932
  /***/ }),
8933
- /* 125 */
8934
  /***/ (function(module, exports) {
8935
 
8936
  // removed by extract-text-webpack-plugin
8937
 
8938
  /***/ }),
8939
- /* 126 */
8940
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
8941
 
8942
  "use strict";
@@ -9026,11 +10190,11 @@ if (false) {
9026
  }
9027
 
9028
  /***/ }),
9029
- /* 127 */,
9030
- /* 128 */,
9031
- /* 129 */,
9032
- /* 130 */,
9033
- /* 131 */
9034
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
9035
 
9036
  "use strict";
@@ -9619,17 +10783,17 @@ if (false) {
9619
  }
9620
 
9621
  /***/ }),
9622
- /* 132 */
9623
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
9624
 
9625
  "use strict";
9626
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_Help_vue__ = __webpack_require__(52);
9627
  /* unused harmony namespace reexport */
9628
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_c289d136_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_Help_vue__ = __webpack_require__(134);
9629
  var disposed = false
9630
  function injectStyle (ssrContext) {
9631
  if (disposed) return
9632
- __webpack_require__(133)
9633
  }
9634
  var normalizeComponent = __webpack_require__(0)
9635
  /* script */
@@ -9675,13 +10839,13 @@ if (false) {(function () {
9675
 
9676
 
9677
  /***/ }),
9678
- /* 133 */
9679
  /***/ (function(module, exports) {
9680
 
9681
  // removed by extract-text-webpack-plugin
9682
 
9683
  /***/ }),
9684
- /* 134 */
9685
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
9686
 
9687
  "use strict";
@@ -9693,10 +10857,12 @@ var render = function() {
9693
  "div",
9694
  { staticClass: "dokan-help-page" },
9695
  [
9696
- !_vm.hasPro ? _c("UpgradeBanner") : _vm._e(),
9697
- _vm._v(" "),
9698
  _c("h1", [_vm._v(_vm._s(_vm.__("Help", "dokan-lite")))]),
9699
  _vm._v(" "),
 
 
 
 
9700
  _vm.docs !== null
9701
  ? _c(
9702
  "div",
@@ -9747,22 +10913,579 @@ var esExports = { render: render, staticRenderFns: staticRenderFns }
9747
  if (false) {
9748
  module.hot.accept()
9749
  if (module.hot.data) {
9750
- require("vue-hot-reload-api") .rerender("data-v-c289d136", esExports)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9751
  }
9752
  }
9753
 
9754
  /***/ }),
9755
- /* 135 */
9756
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
9757
 
9758
  "use strict";
9759
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_Settings_vue__ = __webpack_require__(53);
9760
  /* unused harmony namespace reexport */
9761
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_e4dc4572_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_Settings_vue__ = __webpack_require__(170);
9762
  var disposed = false
9763
  function injectStyle (ssrContext) {
9764
  if (disposed) return
9765
- __webpack_require__(136)
9766
  }
9767
  var normalizeComponent = __webpack_require__(0)
9768
  /* script */
@@ -9808,23 +11531,23 @@ if (false) {(function () {
9808
 
9809
 
9810
  /***/ }),
9811
- /* 136 */
9812
  /***/ (function(module, exports) {
9813
 
9814
  // removed by extract-text-webpack-plugin
9815
 
9816
  /***/ }),
9817
- /* 137 */
9818
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
9819
 
9820
  "use strict";
9821
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_Fields_vue__ = __webpack_require__(54);
9822
  /* unused harmony namespace reexport */
9823
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_a96ce32e_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_Fields_vue__ = __webpack_require__(166);
9824
  var disposed = false
9825
  function injectStyle (ssrContext) {
9826
  if (disposed) return
9827
- __webpack_require__(138)
9828
  }
9829
  var normalizeComponent = __webpack_require__(0)
9830
  /* script */
@@ -9870,19 +11593,12 @@ if (false) {(function () {
9870
 
9871
 
9872
  /***/ }),
9873
- /* 138 */
9874
  /***/ (function(module, exports) {
9875
 
9876
  // removed by extract-text-webpack-plugin
9877
 
9878
  /***/ }),
9879
- /* 139 */,
9880
- /* 140 */,
9881
- /* 141 */,
9882
- /* 142 */,
9883
- /* 143 */,
9884
- /* 144 */,
9885
- /* 145 */,
9886
  /* 146 */,
9887
  /* 147 */,
9888
  /* 148 */,
@@ -9903,7 +11619,14 @@ if (false) {(function () {
9903
  /* 163 */,
9904
  /* 164 */,
9905
  /* 165 */,
9906
- /* 166 */
 
 
 
 
 
 
 
9907
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
9908
 
9909
  "use strict";
@@ -11992,17 +13715,17 @@ if (false) {
11992
  }
11993
 
11994
  /***/ }),
11995
- /* 167 */
11996
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
11997
 
11998
  "use strict";
11999
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_SettingsBanner_vue__ = __webpack_require__(63);
12000
  /* unused harmony namespace reexport */
12001
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_b725e442_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_SettingsBanner_vue__ = __webpack_require__(169);
12002
  var disposed = false
12003
  function injectStyle (ssrContext) {
12004
  if (disposed) return
12005
- __webpack_require__(168)
12006
  }
12007
  var normalizeComponent = __webpack_require__(0)
12008
  /* script */
@@ -12048,13 +13771,13 @@ if (false) {(function () {
12048
 
12049
 
12050
  /***/ }),
12051
- /* 168 */
12052
  /***/ (function(module, exports) {
12053
 
12054
  // removed by extract-text-webpack-plugin
12055
 
12056
  /***/ }),
12057
- /* 169 */
12058
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
12059
 
12060
  "use strict";
@@ -12142,7 +13865,7 @@ if (false) {
12142
  }
12143
 
12144
  /***/ }),
12145
- /* 170 */
12146
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
12147
 
12148
  "use strict";
@@ -12153,260 +13876,274 @@ var render = function() {
12153
  return _c(
12154
  "div",
12155
  [
12156
- !_vm.hasPro ? _c("UpgradeBanner") : _vm._e(),
12157
- _vm._v(" "),
12158
- _c("div", { staticClass: "dokan-settings" }, [
12159
- _c("h2", { staticStyle: { "margin-bottom": "15px" } }, [
12160
- _vm._v(_vm._s(_vm.__("Settings", "dokan-lite")))
12161
- ]),
12162
- _vm._v(" "),
12163
- _vm.isSaved
12164
- ? _c(
12165
- "div",
12166
- {
12167
- staticClass: "settings-error notice is-dismissible",
12168
- class: { updated: _vm.isUpdated, error: !_vm.isUpdated },
12169
- attrs: { id: "setting-message_updated" }
12170
- },
12171
- [
12172
- _c("p", [
12173
- _c("strong", { domProps: { innerHTML: _vm._s(_vm.message) } })
12174
- ]),
12175
- _vm._v(" "),
12176
- _c(
12177
- "button",
12178
- {
12179
- staticClass: "notice-dismiss",
12180
- attrs: { type: "button" },
12181
- on: {
12182
- click: function($event) {
12183
- $event.preventDefault()
12184
- _vm.isSaved = false
12185
- }
12186
- }
12187
- },
12188
- [
12189
- _c("span", { staticClass: "screen-reader-text" }, [
12190
- _vm._v(
12191
- _vm._s(_vm.__("Dismiss this notice.", "dokan-lite"))
12192
- )
12193
- ])
12194
- ]
12195
- )
12196
- ]
12197
- )
12198
- : _vm._e(),
12199
- _vm._v(" "),
12200
- _c("div", { staticClass: "dokan-settings-wrap" }, [
12201
- _c(
12202
- "div",
12203
- { staticClass: "nav-tab-wrapper" },
12204
- [
12205
- _c("div", { staticClass: "search-box" }, [
12206
- _c("input", {
12207
- directives: [
12208
- {
12209
- name: "model",
12210
- rawName: "v-model",
12211
- value: _vm.searchText,
12212
- expression: "searchText"
12213
- }
12214
- ],
12215
- ref: "searchInSettings",
12216
- staticClass: "dokan-admin-search-settings",
12217
- attrs: { type: "text", placeholder: "Search e.g. vendor" },
12218
- domProps: { value: _vm.searchText },
12219
- on: {
12220
- input: [
12221
- function($event) {
12222
- if ($event.target.composing) {
12223
- return
12224
- }
12225
- _vm.searchText = $event.target.value
12226
- },
12227
- _vm.searchInSettings
12228
- ]
12229
- }
12230
- }),
12231
- _vm._v(" "),
12232
- "" !== _vm.searchText
12233
- ? _c("span", {
12234
- staticClass: "dashicons dashicons-no-alt",
12235
- on: {
12236
- click: function($event) {
12237
- $event.preventDefault()
12238
- return _vm.clearSearch.apply(null, arguments)
12239
- }
12240
- }
12241
  })
12242
- : _vm._e()
12243
- ]),
12244
- _vm._v(" "),
12245
- _vm._l(_vm.settingSections, function(section) {
12246
- return [
12247
  _c(
12248
- "a",
12249
  {
12250
- class: [
12251
- "nav-tab",
12252
- _vm.currentTab === section.id ? "nav-tab-active" : ""
12253
- ],
12254
- attrs: { href: "#" },
12255
  on: {
12256
  click: function($event) {
12257
  $event.preventDefault()
12258
- return _vm.changeTab(section)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12259
  }
12260
- }
12261
- },
12262
- [
12263
- _c("span", {
12264
- staticClass: "dashicons",
12265
- class: section.icon
12266
- }),
12267
- _vm._v(
12268
- " " + _vm._s(section.title) + "\n "
12269
- )
12270
- ]
12271
- )
12272
- ]
12273
- })
12274
- ],
12275
- 2
12276
- ),
12277
- _vm._v(" "),
12278
- _c(
12279
- "div",
12280
- { staticClass: "metabox-holder" },
12281
- [
12282
- _vm._l(_vm.settingFields, function(fields, index) {
12283
- return _vm.isLoaded
12284
- ? [
12285
- _vm.currentTab === index
12286
- ? _c(
12287
- "div",
12288
- { staticClass: "group", attrs: { id: index } },
12289
- [
12290
- _c(
12291
- "form",
12292
- {
12293
- attrs: {
12294
- method: "post",
12295
- action: "options.php"
12296
- }
12297
- },
12298
- [
12299
- _c("input", {
12300
- attrs: {
12301
- type: "hidden",
12302
- name: "option_page"
12303
- },
12304
- domProps: { value: index }
12305
- }),
12306
- _vm._v(" "),
12307
- _c("input", {
 
 
 
 
12308
  attrs: {
12309
- type: "hidden",
12310
- name: "action",
12311
- value: "update"
12312
  }
12313
- }),
12314
- _vm._v(" "),
12315
- _c("table", { staticClass: "form-table" }, [
12316
- _vm.showSectionTitle(fields)
12317
- ? _c("thead", [
12318
- _c(
12319
- "tr",
12320
- {
12321
- staticClass:
12322
- "dokan-settings-field-type-sub_section"
12323
- },
12324
- [
12325
- _c(
12326
- "th",
12327
- {
12328
- staticClass:
12329
- "dokan-settings-sub-section-title",
12330
- attrs: { colspan: "2" }
12331
- },
12332
- [
12333
- _c("label", [
12334
- _vm._v(
12335
- _vm._s(
12336
- _vm.sectionTitle(index)
12337
- )
12338
- )
12339
- ])
12340
- ]
12341
- )
12342
- ]
12343
- )
12344
- ])
12345
- : _vm._e(),
12346
- _vm._v(" "),
12347
- _c(
12348
- "tbody",
12349
- _vm._l(fields, function(field, fieldId) {
12350
- return _c("Fields", {
12351
- key: fieldId,
12352
- attrs: {
12353
- "section-id": index,
12354
- id: fieldId,
12355
- "field-data": field,
12356
- "field-value":
12357
- _vm.settingValues[index],
12358
- "all-settings-values":
12359
- _vm.settingValues,
12360
- errors: _vm.errors,
12361
- validationErrors:
12362
- _vm.validationErrors,
12363
- "toggle-loading-state":
12364
- _vm.toggleLoadingState
12365
- },
12366
- on: { openMedia: _vm.showMedia }
12367
- })
12368
- }),
12369
- 1
12370
- )
12371
- ]),
12372
- _vm._v(" "),
12373
- _c("p", { staticClass: "submit" }, [
12374
  _c("input", {
12375
- staticClass: "button button-primary",
12376
  attrs: {
12377
- type: "submit",
12378
- name: "submit",
12379
- id: "submit",
12380
- value: "Save Changes"
12381
  },
12382
- on: {
12383
- click: function($event) {
12384
- $event.preventDefault()
12385
- return _vm.saveSettings(
12386
- _vm.settingValues[index],
12387
- index
12388
- )
12389
- }
12390
  }
12391
- })
12392
- ])
12393
- ]
12394
- )
12395
- ]
12396
- )
12397
- : _vm._e()
12398
- ]
12399
- : _vm._e()
12400
- })
12401
- ],
12402
- 2
12403
- ),
12404
- _vm._v(" "),
12405
- _vm.showLoading
12406
- ? _c("div", { staticClass: "loading" }, [_c("loading")], 1)
12407
- : _vm._e()
12408
- ])
12409
- ]),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12410
  _vm._v(" "),
12411
  !_vm.hasPro ? _c("SettingsBanner") : _vm._e()
12412
  ],
@@ -12425,17 +14162,17 @@ if (false) {
12425
  }
12426
 
12427
  /***/ }),
12428
- /* 171 */
12429
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
12430
 
12431
  "use strict";
12432
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_Vendors_vue__ = __webpack_require__(64);
12433
  /* unused harmony namespace reexport */
12434
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_f81b8092_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_Vendors_vue__ = __webpack_require__(176);
12435
  var disposed = false
12436
  function injectStyle (ssrContext) {
12437
  if (disposed) return
12438
- __webpack_require__(172)
12439
  }
12440
  var normalizeComponent = __webpack_require__(0)
12441
  /* script */
@@ -12481,23 +14218,23 @@ if (false) {(function () {
12481
 
12482
 
12483
  /***/ }),
12484
- /* 172 */
12485
  /***/ (function(module, exports) {
12486
 
12487
  // removed by extract-text-webpack-plugin
12488
 
12489
  /***/ }),
12490
- /* 173 */
12491
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
12492
 
12493
  "use strict";
12494
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_AddVendor_vue__ = __webpack_require__(65);
12495
  /* unused harmony namespace reexport */
12496
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_75e0fcd5_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_AddVendor_vue__ = __webpack_require__(175);
12497
  var disposed = false
12498
  function injectStyle (ssrContext) {
12499
  if (disposed) return
12500
- __webpack_require__(174)
12501
  }
12502
  var normalizeComponent = __webpack_require__(0)
12503
  /* script */
@@ -12543,13 +14280,13 @@ if (false) {(function () {
12543
 
12544
 
12545
  /***/ }),
12546
- /* 174 */
12547
  /***/ (function(module, exports) {
12548
 
12549
  // removed by extract-text-webpack-plugin
12550
 
12551
  /***/ }),
12552
- /* 175 */
12553
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
12554
 
12555
  "use strict";
@@ -12689,7 +14426,7 @@ if (false) {
12689
  }
12690
 
12691
  /***/ }),
12692
- /* 176 */
12693
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
12694
 
12695
  "use strict";
@@ -12697,316 +14434,314 @@ var render = function() {
12697
  var _vm = this
12698
  var _h = _vm.$createElement
12699
  var _c = _vm._self._c || _h
12700
- return _c(
12701
- "div",
12702
- [
12703
- !_vm.hasPro ? _c("UpgradeBanner") : _vm._e(),
12704
- _vm._v(" "),
12705
- _c(
12706
- "div",
12707
- { staticClass: "vendor-list" },
12708
- [
12709
- _c("h1", { staticClass: "wp-heading-inline" }, [
12710
- _vm._v(_vm._s(_vm.__("Vendors", "dokan-lite")))
12711
- ]),
12712
- _vm._v(" "),
12713
- _c(
12714
- "button",
12715
- {
12716
- staticClass: "page-title-action",
12717
- on: {
12718
- click: function($event) {
12719
- return _vm.addNew()
12720
- }
12721
  }
12722
- },
12723
- [_vm._v(_vm._s(_vm.__("Add New", "dokan-lite")))]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12724
  ),
12725
  _vm._v(" "),
12726
- _vm._l(_vm.dokanVendorHeaderArea, function(vendorHeaderArea, index) {
12727
- return _c(vendorHeaderArea, { key: index, tag: "component" })
12728
- }),
12729
- _vm._v(" "),
12730
- _c("hr", { staticClass: "wp-header-end" }),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12731
  _vm._v(" "),
12732
- _c("ul", { staticClass: "subsubsub" }, [
12733
- _c(
12734
- "li",
12735
- [
12736
- _c(
12737
- "router-link",
12738
- {
12739
- attrs: {
12740
- to: { name: "Vendors", query: { status: "all" } },
12741
- "active-class": "current",
12742
- exact: ""
12743
- }
12744
- },
12745
- [
12746
- _vm._v(_vm._s(_vm.__("All", "dokan-lite")) + " "),
12747
- _c("span", { staticClass: "count" }, [
12748
- _vm._v(_vm._s(_vm.counts.all))
12749
- ])
12750
- ]
12751
- ),
12752
- _vm._v(" | ")
12753
- ],
12754
- 1
12755
- ),
12756
- _vm._v(" "),
12757
- _c(
12758
- "li",
12759
- [
12760
- _c(
12761
- "router-link",
12762
- {
12763
- attrs: {
12764
- to: { name: "Vendors", query: { status: "approved" } },
12765
- "active-class": "current",
12766
- exact: ""
12767
- }
12768
- },
12769
- [
12770
- _vm._v(_vm._s(_vm.__("Approved", "dokan-lite")) + " "),
12771
- _c("span", { staticClass: "count" }, [
12772
- _vm._v(_vm._s(_vm.counts.approved))
12773
- ])
12774
- ]
12775
- ),
12776
- _vm._v(" | ")
12777
- ],
12778
- 1
12779
- ),
12780
- _vm._v(" "),
12781
- _c(
12782
- "li",
12783
- [
12784
- _c(
12785
- "router-link",
12786
- {
 
 
 
 
 
 
 
12787
  attrs: {
12788
- to: { name: "Vendors", query: { status: "pending" } },
12789
- "active-class": "current",
12790
- exact: ""
12791
  }
12792
- },
12793
- [
12794
- _vm._v(_vm._s(_vm.__("Pending", "dokan-lite")) + " "),
12795
- _c("span", { staticClass: "count" }, [
12796
- _vm._v(_vm._s(_vm.counts.pending))
12797
- ])
12798
- ]
12799
- ),
12800
- _vm._v(" | ")
12801
- ],
12802
- 1
12803
- )
12804
- ]),
12805
- _vm._v(" "),
12806
- _c("search", {
12807
- attrs: { title: _vm.__("Search Vendors", "dokan-lite") },
12808
- on: { searched: _vm.doSearch }
12809
- }),
12810
- _vm._v(" "),
12811
- _c("list-table", {
12812
- attrs: {
12813
- columns: _vm.columns,
12814
- loading: _vm.loading,
12815
- rows: _vm.vendors,
12816
- actions: _vm.actions,
12817
- actionColumn: "store_name",
12818
- "show-cb": _vm.showCb,
12819
- "total-items": _vm.totalItems,
12820
- "bulk-actions": _vm.bulkActions,
12821
- "total-pages": _vm.totalPages,
12822
- "per-page": _vm.perPage,
12823
- "current-page": _vm.currentPage,
12824
- "action-column": _vm.actionColumn,
12825
- "not-found": "No vendors found.",
12826
- "sort-by": _vm.sortBy,
12827
- "sort-order": _vm.sortOrder,
12828
- text: _vm.$root.listTableTexts()
12829
- },
12830
- on: {
12831
- sort: _vm.sortCallback,
12832
- pagination: _vm.goToPage,
12833
- "action:click": _vm.onActionClick,
12834
- "bulk:click": _vm.onBulkAction,
12835
- searched: _vm.doSearch
12836
- },
12837
- scopedSlots: _vm._u([
12838
- {
12839
- key: "store_name",
12840
- fn: function(data) {
12841
- return [
12842
- _c("img", {
12843
- attrs: {
12844
- src: data.row.gravatar,
12845
- alt: data.row.store_name,
12846
- width: "50"
12847
- }
12848
- }),
12849
- _vm._v(" "),
12850
- _c(
12851
- "strong",
12852
- [
12853
- _vm.hasPro
12854
- ? _c(
12855
- "router-link",
12856
- { attrs: { to: "/vendors/" + data.row.id } },
12857
- [
12858
- _vm._v(
12859
- _vm._s(
12860
- data.row.store_name
12861
- ? data.row.store_name
12862
- : _vm.__("(no name)", "dokan-lite")
12863
- )
12864
  )
12865
- ]
12866
- )
12867
- : _c(
12868
- "a",
12869
- { attrs: { href: _vm.editUrl(data.row.id) } },
12870
- [
12871
- _vm._v(
12872
- _vm._s(
12873
- data.row.store_name
12874
- ? data.row.store_name
12875
- : _vm.__("(no name)", "dokan-lite")
12876
- )
12877
  )
12878
- ]
12879
- )
12880
- ],
12881
- 1
12882
- )
12883
- ]
12884
- }
12885
- },
12886
- {
12887
- key: "email",
12888
- fn: function(data) {
12889
- return [
12890
- _c("a", { attrs: { href: "mailto:" + data.row.email } }, [
12891
- _vm._v(_vm._s(data.row.email))
12892
- ])
12893
- ]
12894
- }
12895
- },
12896
- {
12897
- key: "categories",
12898
- fn: function(ref) {
12899
- var row = ref.row
12900
- return [
12901
- _vm._v(
12902
- "\n " +
12903
- _vm._s(
12904
- row.categories
12905
- .map(function(category) {
12906
- return category.name
12907
- })
12908
- .join(", ")
12909
- ) +
12910
- "\n "
12911
- )
12912
- ]
12913
- }
12914
- },
12915
- {
12916
- key: "registered",
12917
- fn: function(data) {
12918
- return [
12919
- _vm._v(
12920
- "\n " +
12921
- _vm._s(
12922
- _vm.moment(data.row.registered).format("MMM D, YYYY")
12923
- ) +
12924
- "\n "
12925
- )
12926
- ]
12927
- }
12928
- },
12929
- {
12930
- key: "enabled",
12931
- fn: function(data) {
12932
- return [
12933
- _c("switches", {
12934
- attrs: { enabled: data.row.enabled, value: data.row.id },
12935
- on: { input: _vm.onSwitch }
12936
- })
12937
- ]
12938
- }
12939
- },
12940
- {
12941
- key: "row-actions",
12942
- fn: function(data) {
12943
- return _vm._l(_vm.actions, function(action, index) {
12944
- return _c(
12945
- "span",
12946
- { class: action.key },
12947
- [
12948
- _vm.hasPro && action.key == "edit"
12949
- ? _c(
12950
- "router-link",
12951
- {
12952
- attrs: {
12953
- to: {
12954
- path: "vendors/" + data.row.id,
12955
- query: { edit: "true" }
12956
- }
12957
- }
12958
- },
12959
- [_vm._v(_vm._s(action.label))]
12960
- )
12961
- : !_vm.hasPro && action.key == "edit"
12962
- ? _c(
12963
- "a",
12964
- { attrs: { href: _vm.editUrl(data.row.id) } },
12965
- [_vm._v(_vm._s(action.label))]
12966
- )
12967
- : action.key == "products"
12968
- ? _c(
12969
- "a",
12970
- { attrs: { href: _vm.productUrl(data.row.id) } },
12971
- [_vm._v(_vm._s(action.label))]
12972
- )
12973
- : action.key == "orders"
12974
- ? _c(
12975
- "a",
12976
- { attrs: { href: _vm.ordersUrl(data.row.id) } },
12977
- [_vm._v(_vm._s(action.label))]
12978
- )
12979
- : action.key == "switch_to"
12980
- ? _c(
12981
- "a",
12982
- { attrs: { href: _vm.switchToUrl(data.row) } },
12983
- [_vm._v(_vm._s(action.label))]
12984
- )
12985
- : _c("a", { attrs: { href: "#" } }, [
12986
- _vm._v(_vm._s(action.label))
12987
- ]),
12988
- _vm._v(" "),
12989
- index !== _vm.actions.length - 1
12990
- ? [_vm._v(" | ")]
12991
- : _vm._e()
12992
- ],
12993
- 2
12994
- )
12995
  })
12996
- }
12997
  }
12998
- ])
12999
- }),
13000
- _vm._v(" "),
13001
- _vm.loadAddVendor
13002
- ? _c("add-vendor", { attrs: { "vendor-id": _vm.vendorId } })
13003
- : _vm._e()
13004
- ],
13005
- 2
13006
- )
13007
- ],
13008
- 1
13009
- )
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13010
  }
13011
  var staticRenderFns = []
13012
  render._withStripped = true
@@ -13020,17 +14755,17 @@ if (false) {
13020
  }
13021
 
13022
  /***/ }),
13023
- /* 177 */
13024
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
13025
 
13026
  "use strict";
13027
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_VendorCapabilities_vue__ = __webpack_require__(66);
13028
  /* unused harmony namespace reexport */
13029
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_276be9c2_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_VendorCapabilities_vue__ = __webpack_require__(179);
13030
  var disposed = false
13031
  function injectStyle (ssrContext) {
13032
  if (disposed) return
13033
- __webpack_require__(178)
13034
  }
13035
  var normalizeComponent = __webpack_require__(0)
13036
  /* script */
@@ -13076,13 +14811,13 @@ if (false) {(function () {
13076
 
13077
 
13078
  /***/ }),
13079
- /* 178 */
13080
  /***/ (function(module, exports) {
13081
 
13082
  // removed by extract-text-webpack-plugin
13083
 
13084
  /***/ }),
13085
- /* 179 */
13086
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
13087
 
13088
  "use strict";
@@ -13207,17 +14942,17 @@ if (false) {
13207
  }
13208
 
13209
  /***/ }),
13210
- /* 180 */
13211
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
13212
 
13213
  "use strict";
13214
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_ProModules_vue__ = __webpack_require__(67);
13215
  /* unused harmony namespace reexport */
13216
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_ca20ca84_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_ProModules_vue__ = __webpack_require__(185);
13217
  var disposed = false
13218
  function injectStyle (ssrContext) {
13219
  if (disposed) return
13220
- __webpack_require__(181)
13221
  }
13222
  var normalizeComponent = __webpack_require__(0)
13223
  /* script */
@@ -13263,23 +14998,23 @@ if (false) {(function () {
13263
 
13264
 
13265
  /***/ }),
13266
- /* 181 */
13267
  /***/ (function(module, exports) {
13268
 
13269
  // removed by extract-text-webpack-plugin
13270
 
13271
  /***/ }),
13272
- /* 182 */
13273
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
13274
 
13275
  "use strict";
13276
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_ModuleUpgradePopup_vue__ = __webpack_require__(68);
13277
  /* unused harmony namespace reexport */
13278
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_5ae162ac_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_ModuleUpgradePopup_vue__ = __webpack_require__(184);
13279
  var disposed = false
13280
  function injectStyle (ssrContext) {
13281
  if (disposed) return
13282
- __webpack_require__(183)
13283
  }
13284
  var normalizeComponent = __webpack_require__(0)
13285
  /* script */
@@ -13325,13 +15060,13 @@ if (false) {(function () {
13325
 
13326
 
13327
  /***/ }),
13328
- /* 183 */
13329
  /***/ (function(module, exports) {
13330
 
13331
  // removed by extract-text-webpack-plugin
13332
 
13333
  /***/ }),
13334
- /* 184 */
13335
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
13336
 
13337
  "use strict";
@@ -13441,7 +15176,7 @@ if (false) {
13441
  }
13442
 
13443
  /***/ }),
13444
- /* 185 */
13445
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
13446
 
13447
  "use strict";
@@ -13607,7 +15342,7 @@ if (false) {
13607
  }
13608
 
13609
  /***/ }),
13610
- /* 186 */
13611
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
13612
 
13613
  "use strict";
@@ -13643,4 +15378,4 @@ function menuFix(slug) {
13643
  /* harmony default export */ __webpack_exports__["a"] = (menuFix);
13644
 
13645
  /***/ })
13646
- ],[106]);
1
  dokanWebpack([0],[
2
  /* 0 */,
3
+ /* 1 */
4
+ /***/ (function(module, exports) {
5
+
6
+ module.exports = jQuery;
7
+
8
+ /***/ }),
9
+ /* 2 */,
10
+ /* 3 */
11
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
12
 
13
  "use strict";
14
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_UpgradeBanner_vue__ = __webpack_require__(49);
15
  /* unused harmony namespace reexport */
16
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_75a73b30_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_UpgradeBanner_vue__ = __webpack_require__(122);
17
  var disposed = false
18
  function injectStyle (ssrContext) {
19
  if (disposed) return
20
+ __webpack_require__(121)
21
+ }
22
+ var normalizeComponent = __webpack_require__(0)
23
+ /* script */
24
+
25
+
26
+ /* template */
27
+
28
+ /* template functional */
29
+ var __vue_template_functional__ = false
30
+ /* styles */
31
+ var __vue_styles__ = injectStyle
32
+ /* scopeId */
33
+ var __vue_scopeId__ = null
34
+ /* moduleIdentifier (server only) */
35
+ var __vue_module_identifier__ = null
36
+ var Component = normalizeComponent(
37
+ __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_UpgradeBanner_vue__["a" /* default */],
38
+ __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_75a73b30_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_UpgradeBanner_vue__["a" /* default */],
39
+ __vue_template_functional__,
40
+ __vue_styles__,
41
+ __vue_scopeId__,
42
+ __vue_module_identifier__
43
+ )
44
+ Component.options.__file = "src/admin/components/UpgradeBanner.vue"
45
+
46
+ /* hot reload */
47
+ if (false) {(function () {
48
+ var hotAPI = require("vue-hot-reload-api")
49
+ hotAPI.install(require("vue"), false)
50
+ if (!hotAPI.compatible) return
51
+ module.hot.accept()
52
+ if (!module.hot.data) {
53
+ hotAPI.createRecord("data-v-75a73b30", Component.options)
54
+ } else {
55
+ hotAPI.reload("data-v-75a73b30", Component.options)
56
+ }
57
+ module.hot.dispose(function (data) {
58
+ disposed = true
59
+ })
60
+ })()}
61
+
62
+ /* harmony default export */ __webpack_exports__["a"] = (Component.exports);
63
+
64
+
65
+ /***/ }),
66
+ /* 4 */,
67
+ /* 5 */
68
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
69
+
70
+ "use strict";
71
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_Switches_vue__ = __webpack_require__(12);
72
+ /* unused harmony namespace reexport */
73
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_aa8ad7dc_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_Switches_vue__ = __webpack_require__(32);
74
+ var disposed = false
75
+ function injectStyle (ssrContext) {
76
+ if (disposed) return
77
+ __webpack_require__(31)
78
  }
79
  var normalizeComponent = __webpack_require__(0)
80
  /* script */
120
 
121
 
122
  /***/ }),
123
+ /* 6 */,
124
+ /* 7 */,
125
+ /* 8 */,
126
+ /* 9 */
127
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
128
 
129
  "use strict";
130
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_vue_chartjs__ = __webpack_require__(21);
131
 
132
  /* harmony default export */ __webpack_exports__["a"] = ({
133
  extends: __WEBPACK_IMPORTED_MODULE_0_vue_chartjs__["Line"],
198
  });
199
 
200
  /***/ }),
201
+ /* 10 */
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
202
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
203
 
204
  "use strict";
205
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_vue_color_src_components_Sketch_vue__ = __webpack_require__(58);
206
  //
207
  //
208
  //
311
  });
312
 
313
  /***/ }),
314
+ /* 11 */
315
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
316
 
317
  "use strict";
318
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_debounce__ = __webpack_require__(4);
319
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_debounce___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_debounce__);
320
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_admin_components_Switches_vue__ = __webpack_require__(5);
321
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_admin_components_UploadImage_vue__ = __webpack_require__(23);
322
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_3_admin_components_PasswordGenerator_vue__ = __webpack_require__(24);
323
  //
324
  //
325
  //
693
  });
694
 
695
  /***/ }),
696
+ /* 12 */
697
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
698
 
699
  "use strict";
728
  });
729
 
730
  /***/ }),
731
+ /* 13 */
732
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
733
 
734
  "use strict";
955
  });
956
 
957
  /***/ }),
958
+ /* 14 */
959
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
960
 
961
  "use strict";
1038
  });
1039
 
1040
  /***/ }),
1041
+ /* 15 */
1042
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1043
 
1044
  "use strict";
1045
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_vue_multiselect__ = __webpack_require__(6);
1046
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_vue_multiselect___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_vue_multiselect__);
1047
  //
1048
  //
1219
  });
1220
 
1221
  /***/ }),
1222
+ /* 16 */
1223
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1224
 
1225
  "use strict";
1226
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_admin_components_Switches_vue__ = __webpack_require__(5);
1227
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_vue_multiselect__ = __webpack_require__(6);
1228
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_vue_multiselect___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1_vue_multiselect__);
1229
  //
1230
  //
1448
  });
1449
 
1450
  /***/ }),
 
1451
  /* 17 */,
1452
  /* 18 */,
1453
  /* 19 */,
1454
+ /* 20 */,
1455
+ /* 21 */,
1456
+ /* 22 */,
1457
+ /* 23 */
1458
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1459
 
1460
  "use strict";
1461
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_UploadImage_vue__ = __webpack_require__(13);
1462
  /* unused harmony namespace reexport */
1463
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_40b3524c_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_UploadImage_vue__ = __webpack_require__(34);
1464
  var disposed = false
1465
  function injectStyle (ssrContext) {
1466
  if (disposed) return
1467
+ __webpack_require__(33)
1468
  }
1469
  var normalizeComponent = __webpack_require__(0)
1470
  /* script */
1510
 
1511
 
1512
  /***/ }),
1513
+ /* 24 */
1514
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1515
 
1516
  "use strict";
1517
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_PasswordGenerator_vue__ = __webpack_require__(14);
1518
  /* unused harmony namespace reexport */
1519
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_4084a478_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_PasswordGenerator_vue__ = __webpack_require__(35);
1520
  var disposed = false
1521
  var normalizeComponent = __webpack_require__(0)
1522
  /* script */
1562
 
1563
 
1564
  /***/ }),
1565
+ /* 25 */,
1566
+ /* 26 */
1567
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1568
 
1569
  "use strict";
1570
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_Chart_vue__ = __webpack_require__(9);
1571
  /* unused harmony namespace reexport */
1572
  var disposed = false
1573
  var normalizeComponent = __webpack_require__(0)
1614
 
1615
 
1616
  /***/ }),
1617
+ /* 27 */
1618
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1619
 
1620
  "use strict";
1621
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_ColorPicker_vue__ = __webpack_require__(10);
1622
  /* unused harmony namespace reexport */
1623
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_01dc0d51_hasScoped_true_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_ColorPicker_vue__ = __webpack_require__(29);
1624
  var disposed = false
1625
  function injectStyle (ssrContext) {
1626
  if (disposed) return
1627
+ __webpack_require__(28)
1628
  }
1629
  var normalizeComponent = __webpack_require__(0)
1630
  /* script */
1670
 
1671
 
1672
  /***/ }),
1673
+ /* 28 */
1674
  /***/ (function(module, exports) {
1675
 
1676
  // removed by extract-text-webpack-plugin
1677
 
1678
  /***/ }),
1679
+ /* 29 */
1680
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1681
 
1682
  "use strict";
1767
  }
1768
 
1769
  /***/ }),
1770
+ /* 30 */
1771
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1772
 
1773
  "use strict";
1774
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_VendorAccountFields_vue__ = __webpack_require__(11);
1775
  /* unused harmony namespace reexport */
1776
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_2b13daea_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_VendorAccountFields_vue__ = __webpack_require__(36);
1777
  var disposed = false
1778
  var normalizeComponent = __webpack_require__(0)
1779
  /* script */
1819
 
1820
 
1821
  /***/ }),
1822
+ /* 31 */
1823
  /***/ (function(module, exports) {
1824
 
1825
  // removed by extract-text-webpack-plugin
1826
 
1827
  /***/ }),
1828
+ /* 32 */
1829
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1830
 
1831
  "use strict";
1856
  }
1857
 
1858
  /***/ }),
1859
+ /* 33 */
1860
  /***/ (function(module, exports) {
1861
 
1862
  // removed by extract-text-webpack-plugin
1863
 
1864
  /***/ }),
1865
+ /* 34 */
1866
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1867
 
1868
  "use strict";
1907
  }
1908
 
1909
  /***/ }),
1910
+ /* 35 */
1911
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1912
 
1913
  "use strict";
1980
  }
1981
 
1982
  /***/ }),
1983
+ /* 36 */
1984
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1985
 
1986
  "use strict";
2477
  }
2478
 
2479
  /***/ }),
2480
+ /* 37 */
2481
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2482
 
2483
  "use strict";
2484
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_VendorAddressFields_vue__ = __webpack_require__(15);
2485
  /* unused harmony namespace reexport */
2486
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_9504c01e_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_VendorAddressFields_vue__ = __webpack_require__(39);
2487
  var disposed = false
2488
  function injectStyle (ssrContext) {
2489
  if (disposed) return
2490
+ __webpack_require__(38)
2491
  }
2492
  var normalizeComponent = __webpack_require__(0)
2493
  /* script */
2533
 
2534
 
2535
  /***/ }),
2536
+ /* 38 */
2537
  /***/ (function(module, exports) {
2538
 
2539
  // removed by extract-text-webpack-plugin
2540
 
2541
  /***/ }),
2542
+ /* 39 */
2543
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2544
 
2545
  "use strict";
2814
  }
2815
 
2816
  /***/ }),
2817
+ /* 40 */
2818
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2819
 
2820
  "use strict";
2821
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_VendorPaymentFields_vue__ = __webpack_require__(16);
2822
  /* unused harmony namespace reexport */
2823
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_2ed34783_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_VendorPaymentFields_vue__ = __webpack_require__(42);
2824
  var disposed = false
2825
  function injectStyle (ssrContext) {
2826
  if (disposed) return
2827
+ __webpack_require__(41)
2828
  }
2829
  var normalizeComponent = __webpack_require__(0)
2830
  /* script */
2870
 
2871
 
2872
  /***/ }),
2873
+ /* 41 */
2874
  /***/ (function(module, exports) {
2875
 
2876
  // removed by extract-text-webpack-plugin
2877
 
2878
  /***/ }),
2879
+ /* 42 */
2880
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2881
 
2882
  "use strict";
3467
  }
3468
 
3469
  /***/ }),
 
 
 
3470
  /* 43 */,
3471
  /* 44 */,
3472
+ /* 45 */,
3473
+ /* 46 */,
3474
+ /* 47 */
3475
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3476
 
3477
  "use strict";
3487
  });
3488
 
3489
  /***/ }),
3490
+ /* 48 */
3491
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3492
 
3493
  "use strict";
3494
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_admin_components_Chart_vue__ = __webpack_require__(26);
3495
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_admin_components_UpgradeBanner_vue__ = __webpack_require__(3);
3496
  //
3497
  //
3498
  //
3615
  var Postbox = dokan_get_lib('Postbox');
3616
  var Loading = dokan_get_lib('Loading');
3617
  var Currency = dokan_get_lib('Currency');
3618
+ var AdminNotice = dokan_get_lib('AdminNotice');
3619
 
3620
 
3621
  /* harmony default export */ __webpack_exports__["a"] = ({
3625
  Loading: Loading,
3626
  Chart: __WEBPACK_IMPORTED_MODULE_0_admin_components_Chart_vue__["a" /* default */],
3627
  Currency: Currency,
3628
+ UpgradeBanner: __WEBPACK_IMPORTED_MODULE_1_admin_components_UpgradeBanner_vue__["a" /* default */],
3629
+ AdminNotice: AdminNotice
3630
  },
3631
  data: function data() {
3632
  return {
3701
  });
3702
 
3703
  /***/ }),
3704
+ /* 49 */
3705
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3706
 
3707
  "use strict";
3718
  //
3719
  //
3720
  //
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3721
  //
3722
  //
3723
  //
3828
  //
3829
  //
3830
  //
3831
+ //
3832
+ //
 
 
 
3833
  /* harmony default export */ __webpack_exports__["a"] = ({
3834
+ name: "UpgradeBanner",
 
 
 
 
 
 
3835
  data: function data() {
3836
  return {
3837
+ show: dokan.showPromoBanner,
3838
+ upgradeURL: dokan.urls.upgradeToPro,
3839
+ features: [this.__('Table rate shipping', 'dokan-lite'), this.__('Vendor Reviews', 'dokan-lite'), this.__('Product Subscriptions', 'dokan-lite'), this.__('Auction', 'dokan-lite'), this.__('Delivery Time', 'dokan-lite')]
3840
+ };
3841
+ },
3842
+ computed: {
3843
+ showUpgrade: function showUpgrade() {
3844
+ return !dokan.hasPro && dokan.proNag === "show";
3845
+ }
3846
+ },
3847
+ methods: {
3848
+ dismiss: function dismiss() {
3849
+ this.show = false;
3850
+ wp.ajax.post("dokan-upgrade-dissmiss");
3851
+ }
3852
+ }
3853
+ });
3854
+
3855
+ /***/ }),
3856
+ /* 50 */
3857
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
3858
+
3859
+ "use strict";
3860
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_jquery__ = __webpack_require__(1);
3861
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_jquery___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_jquery__);
3862
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_admin_components_UpgradeBanner_vue__ = __webpack_require__(3);
3863
+ //
3864
+ //
3865
+ //
3866
+ //
3867
+ //
3868
+ //
3869
+ //
3870
+ //
3871
+ //
3872
+ //
3873
+ //
3874
+ //
3875
+ //
3876
+ //
3877
+ //
3878
+ //
3879
+ //
3880
+ //
3881
+ //
3882
+ //
3883
+ //
3884
+ //
3885
+ //
3886
+ //
3887
+ //
3888
+ //
3889
+ //
3890
+ //
3891
+ //
3892
+ //
3893
+ //
3894
+ //
3895
+ //
3896
+ //
3897
+ //
3898
+ //
3899
+ //
3900
+ //
3901
+ //
3902
+ //
3903
+ //
3904
+ //
3905
+ //
3906
+ //
3907
+ //
3908
+ //
3909
+ //
3910
+ //
3911
+ //
3912
+ //
3913
+ //
3914
+ //
3915
+ //
3916
+ //
3917
+ //
3918
+ //
3919
+ //
3920
+ //
3921
+ //
3922
+ //
3923
+ //
3924
+ //
3925
+ //
3926
+ //
3927
+ //
3928
+ //
3929
+ //
3930
+ //
3931
+ //
3932
+ //
3933
+ //
3934
+ //
3935
+ //
3936
+ //
3937
+ //
3938
+ //
3939
+ //
3940
+ //
3941
+ //
3942
+ //
3943
+ //
3944
+ //
3945
+ //
3946
+ //
3947
+ //
3948
+ //
3949
+ //
3950
+ //
3951
+ //
3952
+ //
3953
+ //
3954
+ //
3955
+ //
3956
+ //
3957
+ //
3958
+ //
3959
+ //
3960
+ //
3961
+ //
3962
+ //
3963
+ //
3964
+ //
3965
+ //
3966
+ //
3967
+ //
3968
+ //
3969
+ //
3970
+ //
3971
+ //
3972
+ //
3973
+ var ListTable = dokan_get_lib('ListTable');
3974
+ var Modal = dokan_get_lib('Modal');
3975
+ var Currency = dokan_get_lib('Currency');
3976
+ var AdminNotice = dokan_get_lib('AdminNotice');
3977
+
3978
+
3979
+ /* harmony default export */ __webpack_exports__["a"] = ({
3980
+ name: 'Withdraw',
3981
+ components: {
3982
+ ListTable: ListTable,
3983
+ Modal: Modal,
3984
+ Currency: Currency,
3985
+ UpgradeBanner: __WEBPACK_IMPORTED_MODULE_1_admin_components_UpgradeBanner_vue__["a" /* default */],
3986
+ AdminNotice: AdminNotice
3987
+ },
3988
+ data: function data() {
3989
+ return {
3990
+ showModal: false,
3991
+ editing: {
3992
+ id: null,
3993
+ note: null
3994
+ },
3995
+ totalPages: 1,
3996
+ perPage: 10,
3997
+ totalItems: 0,
3998
+ filter: {
3999
+ user_id: 0
4000
+ },
4001
+ counts: {
4002
+ pending: 0,
4003
+ approved: 0,
4004
+ cancelled: 0
4005
+ },
4006
+ notFound: this.__('No requests found.', 'dokan-lite'),
4007
+ massPayment: this.__('Paypal Mass Payment File is Generated.', 'dokan-lite'),
4008
+ showCb: true,
4009
+ loading: false,
4010
+ columns: {
4011
+ 'seller': {
4012
+ label: this.__('Vendor', 'dokan-lite')
4013
+ },
4014
+ 'amount': {
4015
+ label: this.__('Amount', 'dokan-lite')
4016
+ },
4017
+ 'status': {
4018
+ label: this.__('Status', 'dokan-lite')
4019
+ },
4020
+ 'method_title': {
4021
+ label: this.__('Method', 'dokan-lite')
4022
+ },
4023
+ 'method_details': {
4024
+ label: this.__('Details', 'dokan-lite')
4025
+ },
4026
+ 'note': {
4027
+ label: this.__('Note', 'dokan-lite')
4028
+ },
4029
+ 'created': {
4030
+ label: this.__('Date', 'dokan-lite')
4031
+ },
4032
  'actions': {
4033
  label: this.__('Actions', 'dokan-lite')
4034
  }
4175
  var _this = this;
4176
 
4177
  this.loading = true;
4178
+ var user_id = '';
4179
 
4180
  if (parseInt(this.filter.user_id) > 0) {
4181
+ user_id = this.filter.user_id;
4182
  }
4183
 
4184
+ var data = {
4185
+ per_page: this.perPage,
4186
+ page: this.currentPage,
4187
+ status: this.currentStatus,
4188
+ user_id: user_id
4189
+ };
4190
+ dokan.api.get('/withdraw', data).done(function (response, status, xhr) {
4191
  _this.requests = response;
4192
  _this.loading = false;
4193
 
4416
  });
4417
 
4418
  /***/ }),
4419
+ /* 51 */
4420
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
4421
 
4422
  "use strict";
4423
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__components_ProCta_vue__ = __webpack_require__(52);
4424
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_slick_carousel_slick_slick_css__ = __webpack_require__(131);
4425
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_slick_carousel_slick_slick_css___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1_slick_carousel_slick_slick_css__);
4426
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_vue_slick__ = __webpack_require__(134);
4427
  //
4428
  //
4429
  //
5300
  });
5301
 
5302
  /***/ }),
5303
+ /* 52 */
5304
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
5305
 
5306
  "use strict";
5307
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_ProCta_vue__ = __webpack_require__(53);
5308
  /* unused harmony namespace reexport */
5309
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_1ccc06d3_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_ProCta_vue__ = __webpack_require__(130);
5310
  var disposed = false
5311
  function injectStyle (ssrContext) {
5312
  if (disposed) return
5313
+ __webpack_require__(129)
5314
  }
5315
  var normalizeComponent = __webpack_require__(0)
5316
  /* script */
5356
 
5357
 
5358
  /***/ }),
5359
+ /* 53 */
5360
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
5361
 
5362
  "use strict";
5395
  });
5396
 
5397
  /***/ }),
5398
+ /* 54 */
5399
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
5400
 
5401
  "use strict";
5402
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_admin_components_UpgradeBanner_vue__ = __webpack_require__(3);
5403
+ //
5404
  //
5405
  //
5406
  //
5424
  //
5425
  var Postbox = dokan_get_lib('Postbox');
5426
  var Loading = dokan_get_lib('Loading');
5427
+ var AdminNotice = dokan_get_lib('AdminNotice');
5428
 
5429
  /* harmony default export */ __webpack_exports__["a"] = ({
5430
  name: 'Help',
5431
  components: {
5432
  Postbox: Postbox,
5433
  Loading: Loading,
5434
+ UpgradeBanner: __WEBPACK_IMPORTED_MODULE_0_admin_components_UpgradeBanner_vue__["a" /* default */],
5435
+ AdminNotice: AdminNotice
5436
  },
5437
  data: function data() {
5438
  return {
5455
  });
5456
 
5457
  /***/ }),
5458
+ /* 55 */
5459
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
5460
 
5461
  "use strict";
5462
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_jquery__ = __webpack_require__(1);
5463
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_jquery___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_jquery__);
5464
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_admin_components_UpgradeBanner_vue__ = __webpack_require__(3);
5465
+ //
5466
+ //
5467
+ //
5468
+ //
5469
+ //
5470
+ //
5471
+ //
5472
+ //
5473
+ //
5474
+ //
5475
+ //
5476
+ //
5477
+ //
5478
+ //
5479
  //
5480
  //
5481
  //
5557
  //
5558
  //
5559
  var Loading = dokan_get_lib('Loading');
5560
+ var AdminNotice = dokan_get_lib('AdminNotice');
 
5561
 
5562
 
5563
  /* harmony default export */ __webpack_exports__["a"] = ({
5564
+ name: 'ChangeLog',
5565
  components: {
 
5566
  Loading: Loading,
5567
+ UpgradeBanner: __WEBPACK_IMPORTED_MODULE_1_admin_components_UpgradeBanner_vue__["a" /* default */],
5568
+ AdminNotice: AdminNotice
5569
  },
5570
  data: function data() {
5571
  return {
5572
+ active_package: 'lite',
5573
+ current_version: 'lite-0',
5574
+ scrollPosition: null,
5575
+ openVersions: [],
5576
+ activeVersionBorder: '',
5577
+ lite_versions: null,
5578
+ pro_versions: null,
5579
+ loading: false,
5580
+ hasPro: dokan.hasPro ? true : false
 
 
 
 
 
 
5581
  };
5582
  },
5583
+ methods: {
5584
+ formatReleaseDate: function formatReleaseDate(date) {
5585
+ return __WEBPACK_IMPORTED_MODULE_0_jquery___default.a.datepicker.formatDate(dokan_get_i18n_date_format(), new Date(date));
5586
+ },
5587
+ badgeClass: function badgeClass(key) {
5588
+ switch (key) {
5589
+ case 'New':
5590
+ case 'New Module':
5591
+ case 'New Feature':
5592
+ return 'badge-green';
5593
+
5594
+ case 'Fix':
5595
+ return 'badge-red';
5596
+
5597
+ default:
5598
+ return 'badge-blue';
5599
+ }
5600
+ },
5601
+ getDokanLiteChangeLog: function getDokanLiteChangeLog() {
5602
+ var _this = this;
5603
 
5604
+ this.loading = true;
5605
+ dokan.api.get('/admin/changelog/lite').done(function (response) {
5606
+ _this.lite_versions = JSON.parse(response);
5607
+ _this.loading = false;
5608
+ }).fail(function (response) {
5609
+ _this.loading = false;
5610
 
5611
+ _this.$notify({
5612
+ type: 'error',
5613
+ title: _this.__('Error', 'dokan-lite'),
5614
+ text: _this.__('Something went wrong', 'dokan-lite')
5615
+ });
5616
+ });
5617
+ },
5618
+ getDokanProChangeLog: function getDokanProChangeLog() {
5619
+ var _this2 = this;
5620
+
5621
+ this.loading = true;
5622
+ dokan.api.get('/admin/changelog/pro').done(function (response) {
5623
+ _this2.pro_versions = JSON.parse(response);
5624
+ _this2.loading = false;
5625
+ }).fail(function (response) {
5626
+ _this2.loading = false;
5627
+
5628
+ _this2.$notify({
5629
+ type: 'error',
5630
+ title: _this2.__('Error', 'dokan-lite'),
5631
+ text: _this2.__('Something went wrong', 'dokan-lite')
5632
+ });
5633
+ });
5634
+ },
5635
+ dismissWhatsNewNotice: function dismissWhatsNewNotice() {
5636
+ var action = 'pro' === this.active_package ? 'dokan-pro-whats-new-notice' : 'dokan-whats-new-notice';
5637
+ __WEBPACK_IMPORTED_MODULE_0_jquery___default.a.ajax({
5638
+ url: dokan.ajaxurl,
5639
+ method: 'post',
5640
+ dataType: 'json',
5641
+ data: {
5642
+ action: action,
5643
+ nonce: dokan.nonce,
5644
+ dokan_promotion_dismissed: true
5645
+ }
5646
+ });
5647
+ },
5648
+ toggleReading: function toggleReading(index) {
5649
+ if (this.isOpenVersion(index)) {
5650
+ return this.openVersions.splice(this.openVersions.indexOf(index), 1);
5651
+ }
5652
+
5653
+ return this.openVersions.push(index);
5654
+ },
5655
+ isOpenVersion: function isOpenVersion(index) {
5656
+ return this.openVersions.includes(index);
5657
+ },
5658
+ switchPackage: function switchPackage(pack) {
5659
+ if (null === this.pro_versions && 'pro' === pack) {
5660
+ this.getDokanProChangeLog();
5661
+ }
5662
+
5663
+ if (null === this.lite_versions && 'lite' === pack) {
5664
+ this.getDokanLiteChangeLog();
5665
+ }
5666
+
5667
+ this.active_package = pack;
5668
+ },
5669
+ isActivePackage: function isActivePackage(pack) {
5670
+ return this.active_package === pack;
5671
+ },
5672
+ addBorder: function addBorder() {
5673
+ var _this3 = this;
5674
+
5675
+ var timeout;
5676
+ clearTimeout(timeout);
5677
+ this.activeVersionBorder = 'border: 1px solid #2271b1';
5678
+ timeout = setTimeout(function () {
5679
+ _this3.activeVersionBorder = '';
5680
+ }, 3000);
5681
+ },
5682
+ jumpVersion: function jumpVersion(id) {
5683
+ this.current_version = id;
5684
+ this.goToPosition(id);
5685
+ this.addBorder();
5686
+ },
5687
+ isCurrentVersion: function isCurrentVersion(index) {
5688
+ return this.current_version === index;
5689
+ },
5690
+ updatePosition: function updatePosition() {
5691
+ this.scrollPosition = window.scrollY;
5692
+ },
5693
+ scrollTop: function scrollTop() {
5694
+ this.goToPosition('change-log');
5695
+ },
5696
+ goToPosition: function goToPosition(id) {
5697
+ __WEBPACK_IMPORTED_MODULE_0_jquery___default()('html, body').animate({
5698
+ scrollTop: __WEBPACK_IMPORTED_MODULE_0_jquery___default()("#".concat(id)).offset().top - 50
5699
+ }, 500);
5700
+ },
5701
+ loadChangelogData: function loadChangelogData() {
5702
+ if ('dokan-pro' === this.$route.query.plugin) {
5703
+ this.active_package = 'pro';
5704
+
5705
+ if (null === this.pro_versions) {
5706
+ this.getDokanProChangeLog();
5707
+ }
5708
+ } else {
5709
+ if (null === this.lite_versions) {
5710
+ this.getDokanLiteChangeLog();
5711
+ }
5712
+ }
5713
+ }
5714
+ },
5715
+ watch: {
5716
+ '$route.query.plugin': function $routeQueryPlugin() {
5717
+ this.loadChangelogData();
5718
+ }
5719
+ },
5720
+ created: function created() {
5721
+ this.loadChangelogData();
5722
+
5723
+ if (dokan.hasNewVersion) {
5724
+ this.dismissWhatsNewNotice();
5725
+ }
5726
+
5727
+ window.addEventListener('scroll', this.updatePosition);
5728
+ },
5729
+ destroyed: function destroyed() {
5730
+ window.removeEventListener('scroll', this.updatePosition);
5731
+ }
5732
+ });
5733
+
5734
+ /***/ }),
5735
+ /* 56 */
5736
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
5737
+
5738
+ "use strict";
5739
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_admin_components_Fields_vue__ = __webpack_require__(144);
5740
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_admin_components_SettingsBanner_vue__ = __webpack_require__(174);
5741
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_admin_components_UpgradeBanner_vue__ = __webpack_require__(3);
5742
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_3_jquery__ = __webpack_require__(1);
5743
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_3_jquery___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_3_jquery__);
5744
+ //
5745
+ //
5746
+ //
5747
+ //
5748
+ //
5749
+ //
5750
+ //
5751
+ //
5752
+ //
5753
+ //
5754
+ //
5755
+ //
5756
+ //
5757
+ //
5758
+ //
5759
+ //
5760
+ //
5761
+ //
5762
+ //
5763
+ //
5764
+ //
5765
+ //
5766
+ //
5767
+ //
5768
+ //
5769
+ //
5770
+ //
5771
+ //
5772
+ //
5773
+ //
5774
+ //
5775
+ //
5776
+ //
5777
+ //
5778
+ //
5779
+ //
5780
+ //
5781
+ //
5782
+ //
5783
+ //
5784
+ //
5785
+ //
5786
+ //
5787
+ //
5788
+ //
5789
+ //
5790
+ //
5791
+ //
5792
+ //
5793
+ //
5794
+ //
5795
+ //
5796
+ //
5797
+ //
5798
+ //
5799
+ //
5800
+ //
5801
+ //
5802
+ //
5803
+ //
5804
+ //
5805
+ //
5806
+ //
5807
+ //
5808
+ //
5809
+ //
5810
+ //
5811
+ //
5812
+ //
5813
+ //
5814
+ //
5815
+ //
5816
+ //
5817
+ //
5818
+ //
5819
+ //
5820
+ //
5821
+ //
5822
+ //
5823
+ //
5824
+ var Loading = dokan_get_lib('Loading');
5825
+ var AdminNotice = dokan_get_lib('AdminNotice');
5826
+
5827
+
5828
+
5829
+
5830
+ /* harmony default export */ __webpack_exports__["a"] = ({
5831
+ name: 'Settings',
5832
+ components: {
5833
+ Fields: __WEBPACK_IMPORTED_MODULE_0_admin_components_Fields_vue__["a" /* default */],
5834
+ Loading: Loading,
5835
+ SettingsBanner: __WEBPACK_IMPORTED_MODULE_1_admin_components_SettingsBanner_vue__["a" /* default */],
5836
+ UpgradeBanner: __WEBPACK_IMPORTED_MODULE_2_admin_components_UpgradeBanner_vue__["a" /* default */],
5837
+ AdminNotice: AdminNotice
5838
+ },
5839
+ data: function data() {
5840
+ return {
5841
+ isSaved: false,
5842
+ showLoading: false,
5843
+ isUpdated: false,
5844
+ isLoaded: false,
5845
+ message: '',
5846
+ currentTab: null,
5847
+ settingSections: [],
5848
+ settingFields: {},
5849
+ settingValues: {},
5850
+ requiredFields: [],
5851
+ errors: [],
5852
+ validationErrors: [],
5853
+ hasPro: dokan.hasPro ? true : false,
5854
+ searchText: '',
5855
+ awaitingSearch: false
5856
+ };
5857
+ },
5858
+ computed: {
5859
+ refreshable_props: function refreshable_props() {
5860
+ var props = {};
5861
+ var sectionId;
5862
+
5863
+ for (sectionId in this.settingFields) {
5864
+ var sectionFields = this.settingFields[sectionId];
5865
+ var optionId = void 0;
5866
+
5867
+ for (optionId in sectionFields) {
5868
+ if (sectionFields[optionId].refresh_after_save) {
5869
  props["".concat(sectionId, ".").concat(optionId)] = true;
5870
  }
5871
  }
6157
  });
6158
 
6159
  /***/ }),
6160
+ /* 57 */
6161
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
6162
 
6163
  "use strict";
6164
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_defineProperty__ = __webpack_require__(146);
6165
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_defineProperty___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_defineProperty__);
6166
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__babel_runtime_helpers_slicedToArray__ = __webpack_require__(147);
6167
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__babel_runtime_helpers_slicedToArray___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1__babel_runtime_helpers_slicedToArray__);
6168
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_admin_components_ColorPicker_vue__ = __webpack_require__(27);
6169
 
6170
 
6171
 
6792
  });
6793
 
6794
  /***/ }),
 
 
 
6795
  /* 58 */,
6796
  /* 59 */,
6797
  /* 60 */,
6798
  /* 61 */,
6799
  /* 62 */,
6800
+ /* 63 */,
6801
+ /* 64 */,
6802
+ /* 65 */,
6803
+ /* 66 */
6804
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
6805
 
6806
  "use strict";
6833
  });
6834
 
6835
  /***/ }),
6836
+ /* 67 */
6837
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
6838
 
6839
  "use strict";
6840
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__AddVendor_vue__ = __webpack_require__(180);
6841
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_admin_components_UpgradeBanner_vue__ = __webpack_require__(3);
6842
+ //
6843
  //
6844
  //
6845
  //
6938
  var ListTable = dokan_get_lib('ListTable');
6939
  var Switches = dokan_get_lib('Switches');
6940
  var Search = dokan_get_lib('Search');
6941
+ var AdminNotice = dokan_get_lib('AdminNotice');
6942
  /* harmony default export */ __webpack_exports__["a"] = ({
6943
  name: 'Vendors',
6944
  components: {
6946
  Switches: Switches,
6947
  Search: Search,
6948
  AddVendor: __WEBPACK_IMPORTED_MODULE_0__AddVendor_vue__["a" /* default */],
6949
+ UpgradeBanner: __WEBPACK_IMPORTED_MODULE_1_admin_components_UpgradeBanner_vue__["a" /* default */],
6950
+ AdminNotice: AdminNotice
6951
  },
6952
  data: function data() {
6953
  return {
7075
 
7076
  var self = this;
7077
  self.loading = true;
7078
+ dokan.api.get("/stores", {
7079
+ search: payload,
7080
  page: this.currentPage,
7081
  orderby: this.sortBy,
7082
  order: this.sortOrder
7202
  });
7203
 
7204
  /***/ }),
7205
+ /* 68 */
7206
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
7207
 
7208
  "use strict";
7209
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__VendorAccountFields_vue__ = __webpack_require__(30);
7210
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__VendorAddressFields_vue__ = __webpack_require__(37);
7211
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__VendorPaymentFields_vue__ = __webpack_require__(40);
7212
  //
7213
  //
7214
  //
7433
  });
7434
 
7435
  /***/ }),
7436
+ /* 69 */
7437
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
7438
 
7439
  "use strict";
7440
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__components_ProCta_vue__ = __webpack_require__(52);
7441
  //
7442
  //
7443
  //
7580
  });
7581
 
7582
  /***/ }),
7583
+ /* 70 */
7584
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
7585
 
7586
  "use strict";
7587
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__components_ModuleUpgradePopup_vue__ = __webpack_require__(189);
7588
  //
7589
  //
7590
  //
7817
  });
7818
 
7819
  /***/ }),
7820
+ /* 71 */
7821
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
7822
 
7823
  "use strict";
7883
  });
7884
 
7885
  /***/ }),
 
 
 
7886
  /* 72 */,
7887
  /* 73 */,
7888
  /* 74 */,
7917
  /* 103 */,
7918
  /* 104 */,
7919
  /* 105 */,
7920
+ /* 106 */,
7921
+ /* 107 */,
7922
+ /* 108 */,
7923
+ /* 109 */,
7924
+ /* 110 */
7925
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
7926
 
7927
  "use strict";
7928
  Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
7929
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__App_vue__ = __webpack_require__(111);
7930
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__router__ = __webpack_require__(114);
7931
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__utils_admin_menu_fix__ = __webpack_require__(193);
7932
 
7933
 
7934
 
7964
  Object(__WEBPACK_IMPORTED_MODULE_2__utils_admin_menu_fix__["a" /* default */])('dokan');
7965
 
7966
  /***/ }),
7967
+ /* 111 */
7968
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
7969
 
7970
  "use strict";
7971
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_App_vue__ = __webpack_require__(47);
7972
  /* unused harmony namespace reexport */
7973
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_3a030f38_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_App_vue__ = __webpack_require__(113);
7974
  var disposed = false
7975
  function injectStyle (ssrContext) {
7976
  if (disposed) return
7977
+ __webpack_require__(112)
7978
  }
7979
  var normalizeComponent = __webpack_require__(0)
7980
  /* script */
8020
 
8021
 
8022
  /***/ }),
8023
+ /* 112 */
8024
  /***/ (function(module, exports) {
8025
 
8026
  // removed by extract-text-webpack-plugin
8027
 
8028
  /***/ }),
8029
+ /* 113 */
8030
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
8031
 
8032
  "use strict";
8057
  }
8058
 
8059
  /***/ }),
8060
+ /* 114 */
8061
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
8062
 
8063
  "use strict";
8064
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_typeof__ = __webpack_require__(115);
8065
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_typeof___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_typeof__);
8066
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_admin_pages_Dashboard_vue__ = __webpack_require__(116);
8067
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_admin_pages_Withdraw_vue__ = __webpack_require__(124);
8068
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_3_admin_pages_Premium_vue__ = __webpack_require__(127);
8069
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_4_admin_pages_Help_vue__ = __webpack_require__(136);
8070
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_5_admin_pages_ChangeLog_vue__ = __webpack_require__(139);
8071
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_6_admin_pages_Settings_vue__ = __webpack_require__(142);
8072
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_7_admin_pages_Vendors_vue__ = __webpack_require__(178);
8073
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_8_admin_pages_VendorCapabilities_vue__ = __webpack_require__(184);
8074
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_9_admin_pages_ProModules_vue__ = __webpack_require__(187);
8075
+
8076
 
8077
 
8078
 
8089
  dokan_add_route(__WEBPACK_IMPORTED_MODULE_1_admin_pages_Dashboard_vue__["a" /* default */]);
8090
  dokan_add_route(__WEBPACK_IMPORTED_MODULE_2_admin_pages_Withdraw_vue__["a" /* default */]);
8091
  dokan_add_route(__WEBPACK_IMPORTED_MODULE_3_admin_pages_Premium_vue__["a" /* default */]);
8092
+ dokan_add_route(__WEBPACK_IMPORTED_MODULE_5_admin_pages_ChangeLog_vue__["a" /* default */]);
8093
  dokan_add_route(__WEBPACK_IMPORTED_MODULE_4_admin_pages_Help_vue__["a" /* default */]);
8094
+ dokan_add_route(__WEBPACK_IMPORTED_MODULE_6_admin_pages_Settings_vue__["a" /* default */]);
8095
+ dokan_add_route(__WEBPACK_IMPORTED_MODULE_8_admin_pages_VendorCapabilities_vue__["a" /* default */]);
8096
+ dokan_add_route(__WEBPACK_IMPORTED_MODULE_9_admin_pages_ProModules_vue__["a" /* default */]); // if dokan pro not installed or dokan pro is greater than 2.9.14 register the `vendors` route.
8097
 
8098
  if (!dokan.hasPro || VersionCompare(dokan.proVersion, '2.9.14', '>')) {
8099
+ dokan_add_route(__WEBPACK_IMPORTED_MODULE_7_admin_pages_Vendors_vue__["a" /* default */]);
8100
  }
8101
  /**
8102
  * Parse the route array and bind required components
8131
  }));
8132
 
8133
  /***/ }),
8134
+ /* 115 */,
8135
+ /* 116 */
8136
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
8137
 
8138
  "use strict";
8139
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_Dashboard_vue__ = __webpack_require__(48);
8140
  /* unused harmony namespace reexport */
8141
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_219ffca0_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_Dashboard_vue__ = __webpack_require__(123);
8142
  var disposed = false
8143
  function injectStyle (ssrContext) {
8144
  if (disposed) return
8145
+ __webpack_require__(117)
8146
  }
8147
  var normalizeComponent = __webpack_require__(0)
8148
  /* script */
8188
 
8189
 
8190
  /***/ }),
8191
+ /* 117 */
8192
  /***/ (function(module, exports) {
8193
 
8194
  // removed by extract-text-webpack-plugin
8195
 
8196
  /***/ }),
8197
+ /* 118 */,
8198
+ /* 119 */,
8199
+ /* 120 */,
8200
+ /* 121 */
8201
  /***/ (function(module, exports) {
8202
 
8203
  // removed by extract-text-webpack-plugin
8204
 
8205
  /***/ }),
8206
+ /* 122 */
8207
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
8208
 
8209
  "use strict";
8212
  var _h = _vm.$createElement
8213
  var _c = _vm._self._c || _h
8214
  return _vm.show && _vm.showUpgrade
8215
+ ? _c("div", { staticClass: "dokan-promo-banner notice" }, [
8216
+ _c("div", { staticClass: "thumbnail" }, [
8217
+ _c(
8218
+ "svg",
8219
+ {
8220
+ attrs: {
8221
+ viewBox: "0 0 219 146",
8222
+ fill: "none",
8223
+ xmlns: "http://www.w3.org/2000/svg"
 
 
 
 
 
 
 
 
 
 
 
8224
  }
8225
+ },
8226
+ [
8227
+ _c("g", { attrs: { filter: "url(#filter0_d_72_951)" } }, [
8228
+ _c("rect", {
8229
+ attrs: {
8230
+ x: "38.7048",
8231
+ y: "24.5641",
8232
+ width: "122.83",
8233
+ height: "92.5357",
8234
+ rx: "2.75404",
8235
+ fill: "white"
8236
+ }
8237
+ })
8238
+ ]),
8239
+ _vm._v(" "),
8240
+ _c("path", {
8241
+ attrs: {
8242
+ d:
8243
+ "M38.7048 27.3181C38.7048 25.7971 39.9379 24.5641 41.4589 24.5641H158.781C160.302 24.5641 161.535 25.7971 161.535 27.3181V34.4786H38.7048V27.3181Z",
8244
+ fill: "#5165FF"
8245
+ }
8246
+ }),
8247
+ _vm._v(" "),
8248
+ _c("circle", {
8249
+ attrs: {
8250
+ cx: "46.1408",
8251
+ cy: "29.7967",
8252
+ r: "1.37702",
8253
+ fill: "#FF2323"
8254
+ }
8255
+ }),
8256
+ _vm._v(" "),
8257
+ _c("circle", {
8258
+ attrs: {
8259
+ cx: "51.098",
8260
+ cy: "29.7967",
8261
+ r: "1.37702",
8262
+ fill: "#FF9A23"
8263
+ }
8264
+ }),
8265
+ _vm._v(" "),
8266
+ _c("circle", {
8267
+ attrs: {
8268
+ cx: "56.0553",
8269
+ cy: "29.7967",
8270
+ r: "1.37702",
8271
+ fill: "#3FD826"
8272
+ }
8273
+ }),
8274
+ _vm._v(" "),
8275
+ _c("rect", {
8276
+ attrs: {
8277
+ x: "48.6194",
8278
+ y: "42.7407",
8279
+ width: "58.9364",
8280
+ height: "1.65242",
8281
+ rx: "0.826212",
8282
+ fill: "#35D893"
8283
+ }
8284
+ }),
8285
+ _vm._v(" "),
8286
+ _c("rect", {
8287
+ attrs: {
8288
+ opacity: "0.2",
8289
+ x: "48.6194",
8290
+ y: "56.511",
8291
+ width: "103.001",
8292
+ height: "1.65242",
8293
+ rx: "0.826212",
8294
+ fill: "#35D893"
8295
+ }
8296
+ }),
8297
+ _vm._v(" "),
8298
+ _c("rect", {
8299
+ attrs: {
8300
+ opacity: "0.2",
8301
+ x: "48.6194",
8302
+ y: "62.019",
8303
+ width: "103.001",
8304
+ height: "1.65242",
8305
+ rx: "0.826212",
8306
+ fill: "#35D893"
8307
+ }
8308
+ }),
8309
+ _vm._v(" "),
8310
+ _c("rect", {
8311
+ attrs: {
8312
+ opacity: "0.2",
8313
+ x: "48.6194",
8314
+ y: "67.5271",
8315
+ width: "103.001",
8316
+ height: "1.65242",
8317
+ rx: "0.826212",
8318
+ fill: "#35D893"
8319
+ }
8320
+ }),
8321
+ _vm._v(" "),
8322
+ _c("rect", {
8323
+ attrs: {
8324
+ opacity: "0.2",
8325
+ x: "48.6194",
8326
+ y: "73.0352",
8327
+ width: "103.001",
8328
+ height: "1.65242",
8329
+ rx: "0.826212",
8330
+ fill: "#35D893"
8331
+ }
8332
+ }),
8333
+ _vm._v(" "),
8334
+ _c("rect", {
8335
+ attrs: {
8336
+ opacity: "0.2",
8337
+ x: "48.6194",
8338
+ y: "78.5432",
8339
+ width: "103.001",
8340
+ height: "1.65242",
8341
+ rx: "0.826212",
8342
+ fill: "#35D893"
8343
+ }
8344
+ }),
8345
+ _vm._v(" "),
8346
+ _c("rect", {
8347
+ attrs: {
8348
+ opacity: "0.2",
8349
+ x: "48.6194",
8350
+ y: "84.0514",
8351
+ width: "103.001",
8352
+ height: "1.65242",
8353
+ rx: "0.826212",
8354
+ fill: "#35D893"
8355
+ }
8356
+ }),
8357
+ _vm._v(" "),
8358
+ _c("rect", {
8359
+ attrs: {
8360
+ opacity: "0.2",
8361
+ x: "48.6194",
8362
+ y: "89.5593",
8363
+ width: "103.001",
8364
+ height: "1.65242",
8365
+ rx: "0.826212",
8366
+ fill: "#35D893"
8367
+ }
8368
+ }),
8369
+ _vm._v(" "),
8370
+ _c("rect", {
8371
+ attrs: {
8372
+ opacity: "0.2",
8373
+ x: "48.6194",
8374
+ y: "95.0675",
8375
+ width: "103.001",
8376
+ height: "1.65242",
8377
+ rx: "0.826212",
8378
+ fill: "#35D893"
8379
+ }
8380
+ }),
8381
+ _vm._v(" "),
8382
+ _c("rect", {
8383
+ attrs: {
8384
+ x: "48.6194",
8385
+ y: "46.5963",
8386
+ width: "25.888",
8387
+ height: "1.65242",
8388
+ rx: "0.826212",
8389
+ fill: "#35D893"
8390
+ }
8391
+ }),
8392
+ _vm._v(" "),
8393
+ _c("rect", {
8394
+ attrs: {
8395
+ x: "48.6194",
8396
+ y: "102.779",
8397
+ width: "21.4815",
8398
+ height: "4.95727",
8399
+ rx: "2.47864",
8400
+ fill: "#F86C57"
8401
+ }
8402
+ }),
8403
+ _vm._v(" "),
8404
+ _c("circle", {
8405
+ attrs: {
8406
+ opacity: "0.91",
8407
+ cx: "165.911",
8408
+ cy: "71.0891",
8409
+ r: "48.0891",
8410
+ fill: "url(#paint0_linear_72_951)",
8411
+ "fill-opacity": "0.08"
8412
+ }
8413
+ }),
8414
+ _vm._v(" "),
8415
+ _c("circle", {
8416
+ attrs: {
8417
+ opacity: "0.91",
8418
+ cx: "165.911",
8419
+ cy: "71.0891",
8420
+ r: "42.9732",
8421
+ fill: "url(#paint1_linear_72_951)",
8422
+ "fill-opacity": "0.08"
8423
+ }
8424
+ }),
8425
+ _vm._v(" "),
8426
+ _c("circle", {
8427
+ attrs: {
8428
+ opacity: "0.91",
8429
+ cx: "165.911",
8430
+ cy: "71.0892",
8431
+ r: "38.3689",
8432
+ fill: "url(#paint2_linear_72_951)",
8433
+ "fill-opacity": "0.09"
8434
+ }
8435
+ }),
8436
+ _vm._v(" "),
8437
+ _c("g", { attrs: { filter: "url(#filter1_d_72_951)" } }, [
8438
+ _c("circle", {
8439
+ attrs: {
8440
+ cx: "165.911",
8441
+ cy: "71.0891",
8442
+ r: "33.2531",
8443
+ fill: "url(#paint3_linear_72_951)"
8444
+ }
8445
+ })
8446
+ ]),
8447
+ _vm._v(" "),
8448
+ _c("path", {
8449
+ attrs: {
8450
+ d:
8451
+ "M159.755 57.3334L159.751 58H156.026V51.9546H159.751V52.6212H156.844V54.6293H159.199V55.2705H156.844V57.3334H159.755ZM161.312 54.3466C161.405 54.2426 161.503 54.1483 161.607 54.064C161.711 53.9796 161.821 53.9079 161.936 53.8488C162.054 53.7869 162.178 53.7405 162.307 53.7096C162.44 53.6759 162.582 53.659 162.734 53.659C162.967 53.659 163.172 53.6984 163.349 53.7771C163.529 53.853 163.679 53.9627 163.797 54.1062C163.918 54.2468 164.009 54.4169 164.071 54.6166C164.133 54.8163 164.164 55.0371 164.164 55.279V58H163.409V55.279C163.409 54.9555 163.334 54.7052 163.185 54.528C163.039 54.348 162.815 54.258 162.514 54.258C162.292 54.258 162.084 54.3115 161.89 54.4183C161.699 54.5252 161.521 54.6701 161.358 54.8529V58H160.603V53.7265H161.055C161.161 53.7265 161.228 53.7785 161.253 53.8826L161.312 54.3466ZM166.101 53.7265V58.3164C166.101 58.488 166.079 58.6469 166.034 58.7931C165.989 58.9422 165.917 59.0715 165.818 59.1812C165.72 59.2909 165.593 59.3767 165.439 59.4386C165.287 59.5033 165.104 59.5356 164.89 59.5356C164.8 59.5356 164.717 59.5286 164.641 59.5145C164.565 59.5004 164.49 59.4793 164.414 59.4512L164.443 59.0462C164.449 59.0209 164.459 59.0012 164.473 58.9872C164.484 58.9759 164.501 58.9689 164.523 58.9661C164.546 58.9633 164.575 58.9619 164.612 58.9619C164.646 58.9647 164.689 58.9661 164.743 58.9661C164.962 58.9661 165.118 58.914 165.211 58.81C165.304 58.7087 165.35 58.5442 165.35 58.3164V53.7265H166.101ZM166.257 52.3849C166.257 52.4581 166.242 52.527 166.211 52.5917C166.183 52.6535 166.143 52.7098 166.093 52.7604C166.045 52.8082 165.989 52.8462 165.924 52.8743C165.859 52.9024 165.79 52.9165 165.717 52.9165C165.644 52.9165 165.575 52.9024 165.51 52.8743C165.449 52.8462 165.394 52.8082 165.346 52.7604C165.298 52.7098 165.26 52.6535 165.232 52.5917C165.204 52.527 165.19 52.4581 165.19 52.3849C165.19 52.3118 165.204 52.2429 165.232 52.1782C165.26 52.1107 165.298 52.0531 165.346 52.0053C165.394 51.9546 165.449 51.9153 165.51 51.8871C165.575 51.859 165.644 51.845 165.717 51.845C165.79 51.845 165.859 51.859 165.924 51.8871C165.989 51.9153 166.045 51.9546 166.093 52.0053C166.143 52.0531 166.183 52.1107 166.211 52.1782C166.242 52.2429 166.257 52.3118 166.257 52.3849ZM169.136 53.659C169.448 53.659 169.73 53.711 169.98 53.8151C170.23 53.9191 170.444 54.0668 170.621 54.258C170.798 54.4493 170.933 54.6813 171.026 54.9541C171.122 55.2241 171.17 55.5264 171.17 55.8611C171.17 56.1986 171.122 56.5024 171.026 56.7724C170.933 57.0424 170.798 57.273 170.621 57.4642C170.444 57.6555 170.23 57.8031 169.98 57.9072C169.73 58.0084 169.448 58.0591 169.136 58.0591C168.821 58.0591 168.537 58.0084 168.284 57.9072C168.034 57.8031 167.82 57.6555 167.643 57.4642C167.466 57.273 167.329 57.0424 167.234 56.7724C167.141 56.5024 167.094 56.1986 167.094 55.8611C167.094 55.5264 167.141 55.2241 167.234 54.9541C167.329 54.6813 167.466 54.4493 167.643 54.258C167.82 54.0668 168.034 53.9191 168.284 53.8151C168.537 53.711 168.821 53.659 169.136 53.659ZM169.136 57.4727C169.558 57.4727 169.873 57.332 170.081 57.0508C170.289 56.7667 170.393 56.3716 170.393 55.8654C170.393 55.3563 170.289 54.9597 170.081 54.6757C169.873 54.3916 169.558 54.2496 169.136 54.2496C168.923 54.2496 168.735 54.2862 168.575 54.3593C168.418 54.4324 168.286 54.5379 168.179 54.6757C168.075 54.8135 167.996 54.9836 167.942 55.1861C167.892 55.3858 167.866 55.6122 167.866 55.8654C167.866 56.3716 167.971 56.7667 168.179 57.0508C168.39 57.332 168.709 57.4727 169.136 57.4727ZM175.677 53.7265L173.294 59.2614C173.269 59.3176 173.236 59.3626 173.197 59.3964C173.16 59.4301 173.103 59.447 173.024 59.447H172.467L173.247 57.7511L171.484 53.7265H172.134C172.198 53.7265 172.249 53.7434 172.286 53.7771C172.325 53.808 172.352 53.8432 172.366 53.8826L173.509 56.5741C173.554 56.6922 173.592 56.816 173.623 56.9453C173.662 56.8131 173.704 56.688 173.749 56.5699L174.859 53.8826C174.876 53.8376 174.904 53.801 174.943 53.7729C174.986 53.742 175.032 53.7265 175.083 53.7265H175.677Z",
8452
+ fill: "white"
8453
+ }
8454
+ }),
8455
+ _vm._v(" "),
8456
+ _c("path", {
8457
+ attrs: {
8458
+ d:
8459
+ "M162.358 88.9794C162.358 89.4322 162.286 89.8485 162.142 90.2282C161.999 90.605 161.796 90.9299 161.535 91.2027C161.273 91.4755 160.958 91.6878 160.59 91.8397C160.224 91.9888 159.819 92.0633 159.375 92.0633C158.931 92.0633 158.526 91.9888 158.16 91.8397C157.794 91.6878 157.481 91.4755 157.219 91.2027C156.958 90.9299 156.755 90.605 156.612 90.2282C156.468 89.8485 156.397 89.4322 156.397 88.9794C156.397 88.5266 156.468 88.1118 156.612 87.7349C156.755 87.3552 156.958 87.029 157.219 86.7562C157.481 86.4806 157.794 86.2668 158.16 86.1149C158.526 85.9631 158.931 85.8871 159.375 85.8871C159.819 85.8871 160.224 85.9631 160.59 86.1149C160.958 86.2668 161.273 86.4806 161.535 86.7562C161.796 87.029 161.999 87.3552 162.142 87.7349C162.286 88.1118 162.358 88.5266 162.358 88.9794ZM161.518 88.9794C161.518 88.6082 161.467 88.2749 161.366 87.9796C161.265 87.6843 161.121 87.4354 160.936 87.2329C160.75 87.0276 160.525 86.8701 160.261 86.7604C159.996 86.6507 159.701 86.5959 159.375 86.5959C159.052 86.5959 158.758 86.6507 158.493 86.7604C158.229 86.8701 158.002 87.0276 157.814 87.2329C157.628 87.4354 157.485 87.6843 157.384 87.9796C157.282 88.2749 157.232 88.6082 157.232 88.9794C157.232 89.3507 157.282 89.6839 157.384 89.9793C157.485 90.2717 157.628 90.5207 157.814 90.726C158.002 90.9285 158.229 91.0845 158.493 91.1942C158.758 91.3011 159.052 91.3545 159.375 91.3545C159.701 91.3545 159.996 91.3011 160.261 91.1942C160.525 91.0845 160.75 90.9285 160.936 90.726C161.121 90.5207 161.265 90.2717 161.366 89.9793C161.467 89.6839 161.518 89.3507 161.518 88.9794ZM164.347 86.6212V88.7347H166.832V89.4013H164.347V92H163.528V85.9546H167.254V86.6212H164.347ZM169.118 86.6212V88.7347H171.602V89.4013H169.118V92H168.299V85.9546H172.024V86.6212H169.118Z",
8460
+ fill: "white"
8461
+ }
8462
+ }),
8463
+ _vm._v(" "),
8464
+ _c("g", { attrs: { filter: "url(#filter2_d_72_951)" } }, [
8465
+ _c("path", {
8466
+ attrs: {
8467
+ d:
8468
+ "M148.98 68.4417C149.078 67.7745 149.265 67.193 149.54 66.6972C149.822 66.2014 150.168 65.7882 150.578 65.4576C150.994 65.1271 151.468 64.8822 152.001 64.7231C152.534 64.5578 153.106 64.4752 153.718 64.4752C154.379 64.4752 154.967 64.5701 155.481 64.7598C155.995 64.9434 156.43 65.1944 156.785 65.5127C157.14 65.831 157.409 66.2014 157.593 66.6237C157.776 67.04 157.868 67.4807 157.868 67.9459C157.868 68.3683 157.825 68.7417 157.74 69.0661C157.654 69.3844 157.525 69.6629 157.354 69.9016C157.189 70.1342 156.981 70.3332 156.73 70.4985C156.485 70.6576 156.203 70.7923 155.885 70.9025C157.366 71.4228 158.107 72.4328 158.107 73.9325C158.107 74.6425 157.978 75.2608 157.721 75.7872C157.464 76.3136 157.118 76.7513 156.684 77.1002C156.255 77.4491 155.756 77.7123 155.187 77.8898C154.618 78.0612 154.024 78.1469 153.406 78.1469C152.769 78.1469 152.203 78.0796 151.707 77.9449C151.211 77.8041 150.771 77.5899 150.385 77.3022C149.999 77.0084 149.66 76.635 149.366 76.182C149.078 75.729 148.827 75.1904 148.613 74.566L149.88 74.0518C150.211 73.9233 150.517 73.8896 150.798 73.9508C151.08 74.012 151.282 74.1528 151.404 74.3732C151.68 74.8812 151.97 75.2516 152.276 75.4842C152.589 75.7107 152.953 75.8239 153.369 75.8239C153.687 75.8239 153.963 75.7719 154.195 75.6678C154.434 75.5576 154.63 75.4199 154.783 75.2546C154.942 75.0832 155.062 74.8904 155.141 74.6762C155.221 74.4619 155.261 74.2446 155.261 74.0243C155.261 73.7366 155.239 73.4795 155.196 73.253C155.16 73.0204 155.049 72.8215 154.866 72.6562C154.682 72.4909 154.404 72.3654 154.03 72.2797C153.663 72.1879 153.149 72.142 152.488 72.142V70.1771C153.045 70.1771 153.495 70.1342 153.837 70.0485C154.18 69.9628 154.443 69.8465 154.627 69.6996C154.817 69.5466 154.942 69.363 155.003 69.1487C155.065 68.9345 155.095 68.6988 155.095 68.4417C155.095 67.9153 154.967 67.5113 154.71 67.2297C154.459 66.942 154.073 66.7982 153.553 66.7982C153.13 66.7982 152.772 66.9114 152.478 67.1379C152.191 67.3583 151.992 67.6337 151.882 67.9643C151.753 68.3009 151.585 68.5244 151.377 68.6345C151.169 68.7447 150.872 68.7692 150.486 68.708L148.98 68.4417ZM169.108 71.3065C169.108 72.4756 168.983 73.4887 168.732 74.3456C168.481 75.2026 168.132 75.9127 167.685 76.4758C167.244 77.039 166.718 77.4583 166.106 77.7337C165.5 78.0092 164.842 78.1469 164.132 78.1469C163.422 78.1469 162.764 78.0092 162.158 77.7337C161.558 77.4583 161.037 77.039 160.597 76.4758C160.156 75.9127 159.81 75.2026 159.559 74.3456C159.314 73.4887 159.192 72.4756 159.192 71.3065C159.192 70.1373 159.314 69.1242 159.559 68.2673C159.81 67.4103 160.156 66.7002 160.597 66.1371C161.037 65.5739 161.558 65.1577 162.158 64.8884C162.764 64.6129 163.422 64.4752 164.132 64.4752C164.842 64.4752 165.5 64.6129 166.106 64.8884C166.718 65.1577 167.244 65.5739 167.685 66.1371C168.132 66.7002 168.481 67.4103 168.732 68.2673C168.983 69.1242 169.108 70.1373 169.108 71.3065ZM166.17 71.3065C166.17 70.3821 166.112 69.6262 165.996 69.0385C165.879 68.4448 165.723 67.9796 165.527 67.6429C165.338 67.3062 165.12 67.0767 164.875 66.9543C164.631 66.8257 164.383 66.7614 164.132 66.7614C163.881 66.7614 163.633 66.8257 163.388 66.9543C163.149 67.0767 162.935 67.3062 162.745 67.6429C162.562 67.9796 162.412 68.4448 162.295 69.0385C162.185 69.6262 162.13 70.3821 162.13 71.3065C162.13 72.2369 162.185 72.9959 162.295 73.5835C162.412 74.1712 162.562 74.6364 162.745 74.9792C162.935 75.3158 163.149 75.5485 163.388 75.677C163.633 75.7994 163.881 75.8606 164.132 75.8606C164.383 75.8606 164.631 75.7994 164.875 75.677C165.12 75.5485 165.338 75.3158 165.527 74.9792C165.723 74.6364 165.879 74.1712 165.996 73.5835C166.112 72.9959 166.17 72.2369 166.17 71.3065ZM176.51 67.8633C176.51 68.353 176.421 68.7998 176.244 69.2038C176.066 69.6078 175.831 69.9567 175.537 70.2505C175.243 70.5382 174.9 70.7617 174.509 70.9208C174.123 71.08 173.719 71.1595 173.297 71.1595C172.831 71.1595 172.403 71.08 172.011 70.9208C171.625 70.7617 171.289 70.5382 171.001 70.2505C170.72 69.9567 170.499 69.6078 170.34 69.2038C170.181 68.7998 170.101 68.353 170.101 67.8633C170.101 67.3552 170.181 66.8961 170.34 66.486C170.499 66.0698 170.72 65.7147 171.001 65.4209C171.289 65.1271 171.625 64.9006 172.011 64.7414C172.403 64.5762 172.831 64.4935 173.297 64.4935C173.762 64.4935 174.19 64.5762 174.582 64.7414C174.98 64.9006 175.32 65.1271 175.601 65.4209C175.889 65.7147 176.112 66.0698 176.271 66.486C176.431 66.8961 176.51 67.3552 176.51 67.8633ZM174.325 67.8633C174.325 67.5511 174.297 67.294 174.242 67.092C174.193 66.8839 174.123 66.7186 174.031 66.5962C173.939 66.4738 173.829 66.3881 173.701 66.3391C173.578 66.2901 173.443 66.2656 173.297 66.2656C173.15 66.2656 173.015 66.2901 172.893 66.3391C172.77 66.3881 172.666 66.4738 172.58 66.5962C172.495 66.7186 172.427 66.8839 172.378 67.092C172.329 67.294 172.305 67.5511 172.305 67.8633C172.305 68.1571 172.329 68.4019 172.378 68.5978C172.427 68.7937 172.495 68.9498 172.58 69.0661C172.666 69.1824 172.77 69.265 172.893 69.314C173.015 69.363 173.15 69.3875 173.297 69.3875C173.443 69.3875 173.578 69.363 173.701 69.314C173.829 69.265 173.939 69.1824 174.031 69.0661C174.123 68.9498 174.193 68.7937 174.242 68.5978C174.297 68.4019 174.325 68.1571 174.325 67.8633ZM180.715 65.0444C180.807 64.9404 180.921 64.8455 181.055 64.7598C181.19 64.668 181.377 64.6221 181.615 64.6221H183.69L173.609 77.596C173.517 77.7123 173.401 77.8102 173.26 77.8898C173.125 77.9633 172.96 78 172.764 78H170.634L180.715 65.0444ZM184.205 74.8598C184.205 75.3495 184.116 75.7994 183.938 76.2095C183.761 76.6135 183.525 76.9625 183.231 77.2563C182.937 77.544 182.595 77.7674 182.203 77.9265C181.817 78.0857 181.413 78.1653 180.991 78.1653C180.526 78.1653 180.097 78.0857 179.705 77.9265C179.32 77.7674 178.983 77.544 178.695 77.2563C178.414 76.9625 178.194 76.6135 178.034 76.2095C177.875 75.7994 177.796 75.3495 177.796 74.8598C177.796 74.3518 177.875 73.8927 178.034 73.4825C178.194 73.0663 178.414 72.7113 178.695 72.4175C178.983 72.1236 179.32 71.8971 179.705 71.738C180.097 71.5727 180.526 71.4901 180.991 71.4901C181.456 71.4901 181.885 71.5727 182.276 71.738C182.674 71.8971 183.014 72.1236 183.296 72.4175C183.583 72.7113 183.807 73.0663 183.966 73.4825C184.125 73.8927 184.205 74.3518 184.205 74.8598ZM182.019 74.8598C182.019 74.5538 181.992 74.2997 181.937 74.0977C181.888 73.8896 181.817 73.7243 181.725 73.6019C181.634 73.4795 181.523 73.3938 181.395 73.3448C181.272 73.2958 181.138 73.2714 180.991 73.2714C180.844 73.2714 180.709 73.2958 180.587 73.3448C180.464 73.3938 180.36 73.4795 180.275 73.6019C180.189 73.7243 180.122 73.8896 180.073 74.0977C180.024 74.2997 179.999 74.5538 179.999 74.8598C179.999 75.1536 180.024 75.3985 180.073 75.5944C180.122 75.7902 180.189 75.9463 180.275 76.0626C180.36 76.1789 180.464 76.2616 180.587 76.3105C180.709 76.3595 180.844 76.384 180.991 76.384C181.138 76.384 181.272 76.3595 181.395 76.3105C181.523 76.2616 181.634 76.1789 181.725 76.0626C181.817 75.9463 181.888 75.7902 181.937 75.5944C181.992 75.3985 182.019 75.1536 182.019 74.8598Z",
8469
+ fill: "white"
8470
+ }
8471
+ })
8472
+ ]),
8473
+ _vm._v(" "),
8474
+ _c("g", { attrs: { filter: "url(#filter3_d_72_951)" } }, [
8475
+ _c("rect", {
8476
+ attrs: {
8477
+ x: "19",
8478
+ y: "38.3818",
8479
+ width: "50.2355",
8480
+ height: "17.2853",
8481
+ rx: "8.64266",
8482
+ fill: "white"
8483
+ }
8484
+ })
8485
+ ]),
8486
+ _vm._v(" "),
8487
+ _c("path", {
8488
+ attrs: {
8489
+ d:
8490
+ "M42.394 48.9926C42.394 50.0814 41.6317 50.7359 40.0117 50.7359C38.3917 50.7359 37.6294 50.0814 37.6294 48.9926V47.1386C37.6294 46.0497 38.3931 45.3953 40.0117 45.3953C41.6303 45.3953 42.394 46.0497 42.394 47.1386V48.9926ZM41.1062 47.2885C41.1062 46.6831 40.9184 46.337 40.0061 46.337C39.0938 46.337 38.9074 46.6831 38.9074 47.2885V48.844C38.9074 49.448 39.0952 49.7941 40.0061 49.7941C40.917 49.7941 41.1062 49.448 41.1062 48.844V47.2885Z",
8491
+ fill: "#4D4D4F"
8492
+ }
8493
+ }),
8494
+ _vm._v(" "),
8495
+ _c("path", {
8496
+ attrs: {
8497
+ d:
8498
+ "M46.011 47.7439C47.488 48.2694 47.5371 49.4676 48.1425 50.5578C47.9011 50.6184 47.6557 50.6614 47.4081 50.6867C46.0418 50.6867 46.814 48.6253 44.7736 48.289V50.6867C44.7736 50.6867 43.4843 50.6867 43.4843 50.0421V43.0465C43.4843 43.0465 44.7736 43.0465 44.7736 43.6911V47.2982C45.3579 47.2086 45.6845 46.7727 46.1301 45.9305C46.3193 45.5732 46.6906 45.4442 47.0816 45.4442C47.3198 45.4489 47.556 45.489 47.7823 45.5634C47.24 46.3061 46.9036 47.3865 46.011 47.7439Z",
8499
+ fill: "#4D4D4F"
8500
+ }
8501
+ }),
8502
+ _vm._v(" "),
8503
+ _c("path", {
8504
+ attrs: {
8505
+ d:
8506
+ "M51.6206 47.0307C51.6206 46.6733 51.4216 46.3566 50.6593 46.3566C49.8269 46.3566 49.0743 46.6369 49.0743 47.4777C48.7856 47.0909 48.6974 46.784 48.6974 46.5164C48.6974 45.6545 49.8563 45.3953 50.6691 45.3953C52.1251 45.3953 52.8987 46.0091 52.8987 47.0895V50.712C52.6603 50.5991 52.3985 50.5448 52.1349 50.5537C51.6402 50.5537 51.1441 50.7317 50.5794 50.7317C49.5592 50.7317 48.5586 50.3547 48.5586 49.1761C48.5586 47.3277 51.2142 47.8126 51.6206 47.0307ZM51.65 48.041C51.4216 48.5666 49.8367 48.2793 49.8367 49.1621C49.8367 49.6078 50.1632 49.8362 50.7279 49.8362C51.044 49.8362 51.357 49.7753 51.65 49.6568V48.041Z",
8507
+ fill: "#4D4D4F"
8508
+ }
8509
+ }),
8510
+ _vm._v(" "),
8511
+ _c("path", {
8512
+ attrs: {
8513
+ d:
8514
+ "M57.2092 47.1792C57.2092 46.6537 56.9612 46.3566 56.2577 46.3566C55.9389 46.3599 55.622 46.4071 55.316 46.4967V50.6868C55.316 50.6868 54.0281 50.6868 54.0281 50.0422V45.3953C54.3061 45.5298 54.6106 45.6007 54.9194 45.6027C55.4057 45.6027 55.8611 45.3953 56.3964 45.3953C57.4166 45.3953 58.4985 45.7414 58.4985 47.0307V50.6868C58.4985 50.6868 57.2106 50.6672 57.2106 50.0422L57.2092 47.1792Z",
8515
+ fill: "#4D4D4F"
8516
+ }
8517
+ }),
8518
+ _vm._v(" "),
8519
+ _c("path", {
8520
+ attrs: {
8521
+ d:
8522
+ "M29.8406 42.6191C29.8406 42.6191 34.4371 42.2814 34.4371 46.2486C34.4371 50.2159 33.2221 51.0133 32.1571 51.2641C32.1571 51.2641 36.5882 52.332 36.5882 46.7503C36.5882 41.1687 30.9365 41.9745 29.8406 42.6191Z",
8523
+ fill: "#F2634D"
8524
+ }
8525
+ }),
8526
+ _vm._v(" "),
8527
+ _c("path", {
8528
+ attrs: {
8529
+ d:
8530
+ "M33.578 49.3681C33.578 49.3681 33.1352 50.9082 31.7899 51.103C30.4446 51.2978 30.2021 50.5719 29.2674 50.6209C29.2568 50.522 29.266 50.422 29.2945 50.3267C29.323 50.2314 29.3702 50.1427 29.4333 50.0658C29.4965 49.989 29.5743 49.9255 29.6623 49.8791C29.7503 49.8327 29.8466 49.8042 29.9457 49.7955C30.701 49.6932 32.115 49.8922 33.0553 49.298C33.0553 49.298 33.6159 49.0065 33.721 48.865L33.578 49.3681Z",
8531
+ fill: "#F2634D"
8532
+ }
8533
+ }),
8534
+ _vm._v(" "),
8535
+ _c("path", {
8536
+ attrs: {
8537
+ d:
8538
+ "M29.7705 42.8966V44.8066V49.5615C29.8166 49.549 29.8634 49.5397 29.9107 49.5334C30.1755 49.505 30.4417 49.491 30.7081 49.4914C30.9883 49.4914 31.2868 49.4802 31.5895 49.4536V47.2086C31.5895 46.4644 31.5433 45.7021 31.5895 44.9664C31.6149 44.7457 31.7 44.5361 31.8355 44.36C31.9711 44.184 32.152 44.0482 32.3589 43.9672C32.5253 43.9058 32.7028 43.8801 32.8798 43.892C33.0568 43.9038 33.2293 43.9528 33.3861 44.0359C32.3334 43.2799 31.0664 42.8807 29.7705 42.8966Z",
8539
+ fill: "#F2634D"
8540
+ }
8541
+ }),
8542
+ _vm._v(" "),
8543
+ _c(
8544
+ "defs",
8545
+ [
8546
+ _c(
8547
+ "filter",
8548
+ {
8549
+ attrs: {
8550
+ id: "filter0_d_72_951",
8551
+ x: "1.43337",
8552
+ y: "0.796776",
8553
+ width: "197.373",
8554
+ height: "167.079",
8555
+ filterUnits: "userSpaceOnUse",
8556
+ "color-interpolation-filters": "sRGB"
8557
+ }
8558
+ },
8559
+ [
8560
+ _c("feFlood", {
8561
+ attrs: {
8562
+ "flood-opacity": "0",
8563
+ result: "BackgroundImageFix"
8564
+ }
8565
+ }),
8566
+ _vm._v(" "),
8567
+ _c("feColorMatrix", {
8568
+ attrs: {
8569
+ in: "SourceAlpha",
8570
+ type: "matrix",
8571
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
8572
+ result: "hardAlpha"
8573
+ }
8574
+ }),
8575
+ _vm._v(" "),
8576
+ _c("feOffset", { attrs: { dy: "13.5042" } }),
8577
+ _vm._v(" "),
8578
+ _c("feGaussianBlur", {
8579
+ attrs: { stdDeviation: "18.6357" }
8580
+ }),
8581
+ _vm._v(" "),
8582
+ _c("feComposite", {
8583
+ attrs: { in2: "hardAlpha", operator: "out" }
8584
+ }),
8585
+ _vm._v(" "),
8586
+ _c("feColorMatrix", {
8587
+ attrs: {
8588
+ type: "matrix",
8589
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.11 0"
8590
+ }
8591
+ }),
8592
+ _vm._v(" "),
8593
+ _c("feBlend", {
8594
+ attrs: {
8595
+ mode: "normal",
8596
+ in2: "BackgroundImageFix",
8597
+ result: "effect1_dropShadow_72_951"
8598
+ }
8599
+ }),
8600
+ _vm._v(" "),
8601
+ _c("feBlend", {
8602
+ attrs: {
8603
+ mode: "normal",
8604
+ in: "SourceGraphic",
8605
+ in2: "effect1_dropShadow_72_951",
8606
+ result: "shape"
8607
+ }
8608
+ })
8609
+ ],
8610
+ 1
8611
+ ),
8612
+ _vm._v(" "),
8613
+ _c(
8614
+ "filter",
8615
+ {
8616
+ attrs: {
8617
+ id: "filter1_d_72_951",
8618
+ x: "113.302",
8619
+ y: "28.4061",
8620
+ width: "105.219",
8621
+ height: "105.219",
8622
+ filterUnits: "userSpaceOnUse",
8623
+ "color-interpolation-filters": "sRGB"
8624
+ }
8625
+ },
8626
+ [
8627
+ _c("feFlood", {
8628
+ attrs: {
8629
+ "flood-opacity": "0",
8630
+ result: "BackgroundImageFix"
8631
+ }
8632
+ }),
8633
+ _vm._v(" "),
8634
+ _c("feColorMatrix", {
8635
+ attrs: {
8636
+ in: "SourceAlpha",
8637
+ type: "matrix",
8638
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
8639
+ result: "hardAlpha"
8640
+ }
8641
+ }),
8642
+ _vm._v(" "),
8643
+ _c("feOffset", { attrs: { dy: "9.92629" } }),
8644
+ _vm._v(" "),
8645
+ _c("feGaussianBlur", {
8646
+ attrs: { stdDeviation: "9.67814" }
8647
+ }),
8648
+ _vm._v(" "),
8649
+ _c("feComposite", {
8650
+ attrs: { in2: "hardAlpha", operator: "out" }
8651
+ }),
8652
+ _vm._v(" "),
8653
+ _c("feColorMatrix", {
8654
+ attrs: {
8655
+ type: "matrix",
8656
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.11 0"
8657
+ }
8658
+ }),
8659
+ _vm._v(" "),
8660
+ _c("feBlend", {
8661
+ attrs: {
8662
+ mode: "normal",
8663
+ in2: "BackgroundImageFix",
8664
+ result: "effect1_dropShadow_72_951"
8665
+ }
8666
+ }),
8667
+ _vm._v(" "),
8668
+ _c("feBlend", {
8669
+ attrs: {
8670
+ mode: "normal",
8671
+ in: "SourceGraphic",
8672
+ in2: "effect1_dropShadow_72_951",
8673
+ result: "shape"
8674
+ }
8675
+ })
8676
+ ],
8677
+ 1
8678
+ ),
8679
+ _vm._v(" "),
8680
+ _c(
8681
+ "filter",
8682
+ {
8683
+ attrs: {
8684
+ id: "filter2_d_72_951",
8685
+ x: "134.629",
8686
+ y: "64.1312",
8687
+ width: "63.5586",
8688
+ height: "41.6571",
8689
+ filterUnits: "userSpaceOnUse",
8690
+ "color-interpolation-filters": "sRGB"
8691
+ }
8692
+ },
8693
+ [
8694
+ _c("feFlood", {
8695
+ attrs: {
8696
+ "flood-opacity": "0",
8697
+ result: "BackgroundImageFix"
8698
+ }
8699
+ }),
8700
+ _vm._v(" "),
8701
+ _c("feColorMatrix", {
8702
+ attrs: {
8703
+ in: "SourceAlpha",
8704
+ type: "matrix",
8705
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
8706
+ result: "hardAlpha"
8707
+ }
8708
+ }),
8709
+ _vm._v(" "),
8710
+ _c("feOffset", { attrs: { dy: "13.6395" } }),
8711
+ _vm._v(" "),
8712
+ _c("feGaussianBlur", {
8713
+ attrs: { stdDeviation: "6.99175" }
8714
+ }),
8715
+ _vm._v(" "),
8716
+ _c("feComposite", {
8717
+ attrs: { in2: "hardAlpha", operator: "out" }
8718
+ }),
8719
+ _vm._v(" "),
8720
+ _c("feColorMatrix", {
8721
+ attrs: {
8722
+ type: "matrix",
8723
+ values:
8724
+ "0 0 0 0 0.633333 0 0 0 0 0.0860081 0 0 0 0 0 0 0 0 0.38 0"
8725
+ }
8726
+ }),
8727
+ _vm._v(" "),
8728
+ _c("feBlend", {
8729
+ attrs: {
8730
+ mode: "normal",
8731
+ in2: "BackgroundImageFix",
8732
+ result: "effect1_dropShadow_72_951"
8733
+ }
8734
+ }),
8735
+ _vm._v(" "),
8736
+ _c("feBlend", {
8737
+ attrs: {
8738
+ mode: "normal",
8739
+ in: "SourceGraphic",
8740
+ in2: "effect1_dropShadow_72_951",
8741
+ result: "shape"
8742
+ }
8743
+ })
8744
+ ],
8745
+ 1
8746
+ ),
8747
+ _vm._v(" "),
8748
+ _c(
8749
+ "filter",
8750
+ {
8751
+ attrs: {
8752
+ id: "filter3_d_72_951",
8753
+ x: "0.094183",
8754
+ y: "29.7392",
8755
+ width: "88.0471",
8756
+ height: "55.0969",
8757
+ filterUnits: "userSpaceOnUse",
8758
+ "color-interpolation-filters": "sRGB"
8759
+ }
8760
+ },
8761
+ [
8762
+ _c("feFlood", {
8763
+ attrs: {
8764
+ "flood-opacity": "0",
8765
+ result: "BackgroundImageFix"
8766
+ }
8767
+ }),
8768
+ _vm._v(" "),
8769
+ _c("feColorMatrix", {
8770
+ attrs: {
8771
+ in: "SourceAlpha",
8772
+ type: "matrix",
8773
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
8774
+ result: "hardAlpha"
8775
+ }
8776
+ }),
8777
+ _vm._v(" "),
8778
+ _c("feOffset", { attrs: { dy: "10.2632" } }),
8779
+ _vm._v(" "),
8780
+ _c("feGaussianBlur", {
8781
+ attrs: { stdDeviation: "9.45291" }
8782
+ }),
8783
+ _vm._v(" "),
8784
+ _c("feComposite", {
8785
+ attrs: { in2: "hardAlpha", operator: "out" }
8786
+ }),
8787
+ _vm._v(" "),
8788
+ _c("feColorMatrix", {
8789
+ attrs: {
8790
+ type: "matrix",
8791
+ values:
8792
+ "0 0 0 0 0 0 0 0 0 0.095 0 0 0 0 0.2375 0 0 0 0.25 0"
8793
+ }
8794
+ }),
8795
+ _vm._v(" "),
8796
+ _c("feBlend", {
8797
+ attrs: {
8798
+ mode: "normal",
8799
+ in2: "BackgroundImageFix",
8800
+ result: "effect1_dropShadow_72_951"
8801
+ }
8802
+ }),
8803
+ _vm._v(" "),
8804
+ _c("feBlend", {
8805
+ attrs: {
8806
+ mode: "normal",
8807
+ in: "SourceGraphic",
8808
+ in2: "effect1_dropShadow_72_951",
8809
+ result: "shape"
8810
+ }
8811
+ })
8812
+ ],
8813
+ 1
8814
+ ),
8815
+ _vm._v(" "),
8816
+ _c(
8817
+ "linearGradient",
8818
+ {
8819
+ attrs: {
8820
+ id: "paint0_linear_72_951",
8821
+ x1: "216.161",
8822
+ y1: "71.332",
8823
+ x2: "122.442",
8824
+ y2: "71.332",
8825
+ gradientUnits: "userSpaceOnUse"
8826
+ }
8827
+ },
8828
+ [
8829
+ _c("stop", { attrs: { "stop-color": "#FFA5A5" } }),
8830
+ _vm._v(" "),
8831
+ _c("stop", {
8832
+ attrs: {
8833
+ offset: "1",
8834
+ "stop-color": "#FFA5A5",
8835
+ "stop-opacity": "0"
8836
+ }
8837
+ })
8838
+ ],
8839
+ 1
8840
+ ),
8841
+ _vm._v(" "),
8842
+ _c(
8843
+ "linearGradient",
8844
+ {
8845
+ attrs: {
8846
+ id: "paint1_linear_72_951",
8847
+ x1: "218.051",
8848
+ y1: "74.8431",
8849
+ x2: "133.515",
8850
+ y2: "74.3029",
8851
+ gradientUnits: "userSpaceOnUse"
8852
+ }
8853
+ },
8854
+ [
8855
+ _c("stop", { attrs: { "stop-color": "#FF6262" } }),
8856
+ _vm._v(" "),
8857
+ _c("stop", {
8858
+ attrs: {
8859
+ offset: "1",
8860
+ "stop-color": "#FF6262",
8861
+ "stop-opacity": "0"
8862
+ }
8863
+ })
8864
+ ],
8865
+ 1
8866
+ ),
8867
+ _vm._v(" "),
8868
+ _c(
8869
+ "linearGradient",
8870
+ {
8871
+ attrs: {
8872
+ id: "paint2_linear_72_951",
8873
+ x1: "212.38",
8874
+ y1: "71.3321",
8875
+ x2: "133.245",
8876
+ y2: "71.3321",
8877
+ gradientUnits: "userSpaceOnUse"
8878
+ }
8879
+ },
8880
+ [
8881
+ _c("stop", { attrs: { "stop-color": "#FE6868" } }),
8882
+ _vm._v(" "),
8883
+ _c("stop", {
8884
+ attrs: {
8885
+ offset: "1",
8886
+ "stop-color": "#FE6868",
8887
+ "stop-opacity": "0"
8888
+ }
8889
+ })
8890
+ ],
8891
+ 1
8892
+ ),
8893
+ _vm._v(" "),
8894
+ _c(
8895
+ "linearGradient",
8896
+ {
8897
+ attrs: {
8898
+ id: "paint3_linear_72_951",
8899
+ x1: "165.911",
8900
+ y1: "28.3761",
8901
+ x2: "165.911",
8902
+ y2: "104.342",
8903
+ gradientUnits: "userSpaceOnUse"
8904
+ }
8905
+ },
8906
+ [
8907
+ _c("stop", { attrs: { "stop-color": "#FF9F8F" } }),
8908
+ _vm._v(" "),
8909
+ _c("stop", {
8910
+ attrs: { offset: "1", "stop-color": "#F95F47" }
8911
+ })
8912
+ ],
8913
+ 1
8914
+ )
8915
+ ],
8916
+ 1
8917
+ )
8918
+ ]
8919
+ )
8920
+ ]),
8921
+ _vm._v(" "),
8922
+ _c("div", { staticClass: "content" }, [
8923
+ _c("div", { staticClass: "details" }, [
8924
+ _c("h3", [_vm._v(_vm._s(_vm.__("Dokan Premium", "dokan-lite")))]),
8925
+ _vm._v(" "),
8926
+ _c("p", [
8927
+ _vm._v(
8928
+ _vm._s(
8929
+ _vm.__(
8930
+ "Unleash the full potential of your marketplace with more premium features.",
8931
+ "dokan-lite"
8932
+ )
8933
+ )
8934
+ )
8935
+ ])
8936
+ ]),
8937
+ _vm._v(" "),
8938
+ _c(
8939
+ "div",
8940
+ { staticClass: "features" },
8941
+ [
8942
+ _vm._l(_vm.features, function(feature) {
8943
+ return _c("label", { key: feature }, [
8944
+ _vm._v(
8945
+ "\n " +
8946
+ _vm._s(feature) +
8947
+ "\n "
8948
+ ),
8949
+ _c("span")
8950
+ ])
8951
+ }),
8952
+ _vm._v(" "),
8953
+ _c(
8954
+ "a",
8955
+ {
8956
+ attrs: {
8957
+ target: "_blank",
8958
+ href: "https://wedevs.com/dokan/modules"
8959
+ }
8960
+ },
8961
+ [
8962
+ _vm._v(
8963
+ _vm._s(_vm.__("See All Premium Modules", "dokan-lite"))
8964
+ )
8965
+ ]
8966
+ )
8967
+ ],
8968
+ 2
8969
+ )
8970
+ ]),
8971
+ _vm._v(" "),
8972
+ _c("div", { staticClass: "btn-upgrade" }, [
8973
+ _c(
8974
+ "a",
8975
+ {
8976
+ attrs: {
8977
+ target: "_blank",
8978
+ href:
8979
+ "https://wedevs.com/dokan-lite-upgrade-to-pro/?utm_source=dokan-plugin-dashboard&utm_medium=wp-admin-promotion&utm_campaign=dokan-lite"
8980
+ }
8981
+ },
8982
+ [_vm._v(_vm._s(_vm.__("Upgrade to Premium", "dokan-lite")))]
8983
+ )
8984
+ ]),
8985
+ _vm._v(" "),
8986
+ _c(
8987
+ "button",
8988
+ {
8989
+ staticClass: "close-banner",
8990
+ on: {
8991
+ click: function($event) {
8992
+ return _vm.dismiss()
8993
+ }
8994
+ }
8995
+ },
8996
+ [_c("span", { staticClass: "dashicons dashicons-no-alt" })]
8997
+ )
8998
+ ])
8999
+ : _vm._e()
9000
+ }
9001
+ var staticRenderFns = []
9002
+ render._withStripped = true
9003
+ var esExports = { render: render, staticRenderFns: staticRenderFns }
9004
+ /* harmony default export */ __webpack_exports__["a"] = (esExports);
9005
+ if (false) {
9006
+ module.hot.accept()
9007
+ if (module.hot.data) {
9008
+ require("vue-hot-reload-api") .rerender("data-v-75a73b30", esExports)
9009
+ }
9010
+ }
9011
+
9012
+ /***/ }),
9013
+ /* 123 */
9014
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
9015
+
9016
+ "use strict";
9017
+ var render = function() {
9018
+ var _vm = this
9019
+ var _h = _vm.$createElement
9020
+ var _c = _vm._self._c || _h
9021
+ return _c(
9022
+ "div",
9023
+ { staticClass: "dokan-dashboard" },
9024
+ [
9025
+ _c("h1", [_vm._v(_vm._s(_vm.__("Dashboard", "dokan-lite")))]),
9026
+ _vm._v(" "),
9027
+ _c("AdminNotice"),
9028
+ _vm._v(" "),
9029
+ !_vm.hasPro ? _c("UpgradeBanner") : _vm._e(),
9030
+ _vm._v(" "),
9031
+ _c("div", { staticClass: "widgets-wrapper" }, [
9032
+ _c(
9033
+ "div",
9034
+ { staticClass: "left-side" },
9035
+ [
9036
+ _c(
9037
+ "postbox",
9038
+ {
9039
+ attrs: {
9040
+ title: _vm.__("At a Glance", "dokan-lite"),
9041
  extraClass: "dokan-status"
9042
  }
9043
  },
9507
  }
9508
 
9509
  /***/ }),
9510
+ /* 124 */
9511
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
9512
 
9513
  "use strict";
9514
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_Withdraw_vue__ = __webpack_require__(50);
9515
  /* unused harmony namespace reexport */
9516
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_62373ea4_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_Withdraw_vue__ = __webpack_require__(126);
9517
  var disposed = false
9518
  function injectStyle (ssrContext) {
9519
  if (disposed) return
9520
+ __webpack_require__(125)
9521
  }
9522
  var normalizeComponent = __webpack_require__(0)
9523
  /* script */
9563
 
9564
 
9565
  /***/ }),
9566
+ /* 125 */
9567
  /***/ (function(module, exports) {
9568
 
9569
  // removed by extract-text-webpack-plugin
9570
 
9571
  /***/ }),
9572
+ /* 126 */
9573
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
9574
 
9575
  "use strict";
9577
  var _vm = this
9578
  var _h = _vm.$createElement
9579
  var _c = _vm._self._c || _h
9580
+ return _c("div", [
9581
+ _c(
9582
+ "div",
9583
+ { staticClass: "withdraw-requests" },
9584
+ [
9585
+ _c("h1", [_vm._v(_vm._s(_vm.__("Withdraw Requests", "dokan-lite")))]),
9586
+ _vm._v(" "),
9587
+ _c("AdminNotice"),
9588
+ _vm._v(" "),
9589
+ !_vm.hasPro ? _c("UpgradeBanner") : _vm._e(),
9590
+ _vm._v(" "),
9591
+ _vm.showModal
9592
+ ? _c(
9593
+ "modal",
9594
+ {
9595
+ attrs: { title: _vm.__("Update Note", "dokan-lite") },
9596
+ on: {
9597
+ close: function($event) {
9598
+ _vm.showModal = false
 
9599
  }
9600
+ }
9601
+ },
9602
+ [
9603
+ _c("template", { slot: "body" }, [
9604
+ _c("textarea", {
9605
+ directives: [
9606
+ {
9607
+ name: "model",
9608
+ rawName: "v-model",
9609
+ value: _vm.editing.note,
9610
+ expression: "editing.note"
9611
+ }
9612
+ ],
9613
+ attrs: { rows: "3" },
9614
+ domProps: { value: _vm.editing.note },
9615
+ on: {
9616
+ input: function($event) {
9617
+ if ($event.target.composing) {
9618
+ return
9619
  }
9620
+ _vm.$set(_vm.editing, "note", $event.target.value)
9621
+ }
9622
+ }
9623
+ })
9624
+ ]),
9625
+ _vm._v(" "),
9626
+ _c("template", { slot: "footer" }, [
9627
+ _c(
9628
+ "button",
9629
+ {
9630
+ staticClass: "button button-primary button-large",
9631
  on: {
9632
+ click: function($event) {
9633
+ return _vm.updateNote()
 
 
 
9634
  }
9635
  }
9636
+ },
9637
+ [_vm._v(_vm._s(_vm.__("Update Note", "dokan-lite")))]
9638
+ )
9639
+ ])
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9640
  ],
9641
+ 2
9642
  )
9643
+ : _vm._e(),
9644
+ _vm._v(" "),
9645
+ _c("ul", { staticClass: "subsubsub" }, [
9646
  _c(
9647
+ "li",
9648
+ [
9649
+ _c(
9650
+ "router-link",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9651
  {
9652
+ class: { current: _vm.currentStatus === "pending" },
9653
+ attrs: {
9654
+ to: { name: "Withdraw", query: { status: "pending" } }
 
 
9655
  }
9656
  },
9657
+ [
9658
+ _vm._v(_vm._s(_vm.__("Pending", "dokan-lite")) + " "),
9659
+ _c("span", { staticClass: "count" }, [
9660
+ _vm._v(_vm._s(_vm.counts.pending))
9661
+ ])
9662
+ ]
9663
+ ),
9664
+ _vm._v(" | ")
9665
+ ],
9666
+ 1
9667
+ ),
9668
+ _vm._v(" "),
9669
+ _c(
9670
+ "li",
9671
+ [
9672
+ _c(
9673
+ "router-link",
9674
  {
9675
+ class: { current: _vm.currentStatus === "approved" },
9676
+ attrs: {
9677
+ to: { name: "Withdraw", query: { status: "approved" } }
 
 
 
 
9678
  }
9679
  },
9680
+ [
9681
+ _vm._v(_vm._s(_vm.__("Approved", "dokan-lite")) + " "),
9682
+ _c("span", { staticClass: "count" }, [
9683
+ _vm._v(_vm._s(_vm.counts.approved))
9684
+ ])
9685
+ ]
9686
+ ),
9687
+ _vm._v(" | ")
9688
+ ],
9689
+ 1
9690
+ ),
9691
+ _vm._v(" "),
9692
+ _c(
9693
+ "li",
9694
+ [
9695
+ _c(
9696
+ "router-link",
9697
  {
9698
+ class: { current: _vm.currentStatus === "cancelled" },
9699
+ attrs: {
9700
+ to: { name: "Withdraw", query: { status: "cancelled" } }
 
 
 
 
 
 
 
 
9701
  }
9702
  },
9703
+ [
9704
+ _vm._v(_vm._s(_vm.__("Cancelled", "dokan-lite")) + " "),
9705
+ _c("span", { staticClass: "count" }, [
9706
+ _vm._v(_vm._s(_vm.counts.cancelled))
9707
+ ])
9708
+ ]
9709
+ ),
9710
+ _vm._v(" | ")
9711
+ ],
9712
+ 1
9713
+ )
9714
+ ]),
9715
+ _vm._v(" "),
9716
+ _c(
9717
+ "list-table",
9718
+ {
9719
+ attrs: {
9720
+ columns: _vm.columns,
9721
+ rows: _vm.requests,
9722
+ loading: _vm.loading,
9723
+ "action-column": _vm.actionColumn,
9724
+ actions: _vm.actions,
9725
+ "show-cb": _vm.showCb,
9726
+ "bulk-actions": _vm.bulkActions,
9727
+ "not-found": _vm.notFound,
9728
+ "total-pages": _vm.totalPages,
9729
+ "total-items": _vm.totalItems,
9730
+ "per-page": _vm.perPage,
9731
+ "current-page": _vm.currentPage,
9732
+ text: _vm.$root.listTableTexts()
9733
+ },
9734
+ on: {
9735
+ pagination: _vm.goToPage,
9736
+ "action:click": _vm.onActionClick,
9737
+ "bulk:click": _vm.onBulkAction
9738
+ },
9739
+ scopedSlots: _vm._u([
9740
+ {
9741
+ key: "seller",
9742
+ fn: function(data) {
9743
+ return [
9744
+ _c("img", {
9745
+ attrs: {
9746
+ src: data.row.user.gravatar,
9747
+ alt: data.row.user.store_name,
9748
+ width: "50"
9749
+ }
9750
+ }),
9751
+ _vm._v(" "),
9752
+ _c("strong", [
9753
+ _c(
9754
+ "a",
9755
+ { attrs: { href: _vm.vendorUrl(data.row.user.id) } },
9756
+ [
9757
+ _vm._v(
9758
+ _vm._s(
9759
+ data.row.user.store_name
9760
+ ? data.row.user.store_name
9761
+ : _vm.__("(no name)", "dokan-lite")
9762
  )
9763
  )
9764
+ ]
9765
+ )
9766
+ ])
9767
+ ]
9768
+ }
9769
+ },
9770
+ {
9771
+ key: "vendor",
9772
+ fn: function(ref) {
9773
+ var row = ref.row
9774
+ return [
9775
+ _c(
9776
+ "router-link",
9777
+ { attrs: { to: "/vendors/" + row.vendor.id } },
9778
+ [
9779
+ _vm._v(
9780
+ "\n " +
9781
+ _vm._s(
9782
+ row.vendor.name
9783
+ ? row.vendor.name
9784
+ : _vm.__("(no name)", "dokan-lite")
9785
+ ) +
9786
+ "\n "
9787
+ )
9788
+ ]
9789
+ )
9790
+ ]
9791
+ }
9792
+ },
9793
+ {
9794
+ key: "amount",
9795
+ fn: function(data) {
9796
+ return [
9797
+ _c("currency", { attrs: { amount: data.row.amount } })
9798
+ ]
9799
+ }
9800
+ },
9801
+ {
9802
+ key: "status",
9803
+ fn: function(data) {
9804
+ return [
9805
+ _c("span", { class: data.row.status }, [
9806
+ _vm._v(_vm._s(_vm._f("capitalize")(data.row.status)))
9807
+ ])
9808
+ ]
9809
+ }
9810
+ },
9811
+ {
9812
+ key: "created",
9813
+ fn: function(data) {
9814
+ return [
9815
+ _vm._v(
9816
+ "\n " +
9817
+ _vm._s(
9818
+ _vm.moment(data.row.created).format("MMM D, YYYY")
9819
+ ) +
9820
+ "\n "
9821
+ )
9822
+ ]
9823
+ }
9824
+ },
9825
+ {
9826
+ key: "method_details",
9827
+ fn: function(data) {
9828
+ return [
9829
+ _c("div", {
9830
+ staticClass: "method_details_inner",
9831
+ domProps: {
9832
+ innerHTML: _vm._s(
9833
+ _vm.getPaymentDetails(
9834
+ data.row.method,
9835
+ data.row.details
9836
+ )
9837
+ )
9838
+ }
9839
+ })
9840
+ ]
9841
+ }
9842
+ },
9843
+ {
9844
+ key: "actions",
9845
+ fn: function(data) {
9846
+ return [
9847
+ data.row.status === "pending"
9848
+ ? [
9849
+ _c("div", { staticClass: "button-group" }, [
9850
+ _c(
9851
+ "button",
9852
+ {
9853
+ staticClass: "button button-small",
9854
+ attrs: {
9855
+ title: _vm.__("Approve Request", "dokan-lite")
9856
+ },
9857
+ on: {
9858
+ click: function($event) {
9859
+ $event.preventDefault()
9860
+ return _vm.changeStatus(
9861
+ "approved",
9862
+ data.row.id
9863
  )
 
 
 
 
 
 
 
 
 
9864
  }
9865
+ }
9866
+ },
9867
+ [
9868
+ _c("span", {
9869
+ staticClass: "dashicons dashicons-yes"
9870
+ })
9871
+ ]
9872
+ ),
9873
+ _vm._v(" "),
9874
+ _c(
9875
+ "button",
9876
+ {
9877
+ staticClass: "button button-small",
9878
+ attrs: {
9879
+ title: _vm.__("Add Note", "dokan-lite")
9880
  },
9881
+ on: {
9882
+ click: function($event) {
9883
+ $event.preventDefault()
9884
+ return _vm.openNoteModal(
9885
+ data.row.note,
9886
+ data.row.id
9887
+ )
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9888
  }
9889
+ }
9890
+ },
9891
+ [
9892
+ _c("span", {
9893
+ staticClass: "dashicons dashicons-testimonial"
9894
+ })
9895
+ ]
9896
+ )
9897
+ ])
9898
+ ]
9899
+ : data.row.status === "approved"
9900
+ ? [
9901
+ _c("div", { staticClass: "button-group" }, [
9902
+ _c(
9903
+ "button",
9904
+ {
9905
+ staticClass: "button button-small",
9906
+ attrs: {
9907
+ title: _vm.__("Add Note", "dokan-lite")
9908
  },
9909
+ on: {
9910
+ click: function($event) {
9911
+ $event.preventDefault()
9912
+ return _vm.openNoteModal(
9913
+ data.row.note,
9914
+ data.row.id
9915
+ )
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9916
  }
9917
+ }
9918
+ },
9919
+ [
9920
+ _c("span", {
9921
+ staticClass: "dashicons dashicons-testimonial"
9922
+ })
9923
+ ]
9924
+ )
9925
+ ])
9926
+ ]
9927
+ : [
9928
+ _c("div", { staticClass: "button-group" }, [
9929
+ _c(
9930
+ "button",
9931
+ {
9932
+ staticClass: "button button-small",
9933
+ attrs: {
9934
+ title: _vm.__("Mark as Pending", "dokan-lite")
9935
  },
9936
+ on: {
9937
+ click: function($event) {
9938
+ $event.preventDefault()
9939
+ return _vm.changeStatus(
9940
+ "pending",
9941
+ data.row.id
 
 
 
 
 
 
 
 
 
 
 
 
 
9942
  )
 
 
 
 
 
 
 
 
 
9943
  }
9944
+ }
9945
+ },
9946
+ [
9947
+ _c("span", {
9948
+ staticClass: "dashicons dashicons-backup"
9949
+ })
9950
+ ]
9951
+ ),
9952
+ _vm._v(" "),
9953
+ _c(
9954
+ "button",
9955
+ {
9956
+ staticClass: "button button-small",
9957
+ attrs: {
9958
+ title: _vm.__("Add Note", "dokan-lite")
9959
  },
9960
+ on: {
9961
+ click: function($event) {
9962
+ $event.preventDefault()
9963
+ return _vm.openNoteModal(
9964
+ data.row.note,
9965
+ data.row.id
9966
+ )
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9967
  }
9968
+ }
9969
+ },
9970
+ [
9971
+ _c("span", {
9972
+ staticClass: "dashicons dashicons-testimonial"
9973
+ })
9974
+ ]
9975
+ )
9976
+ ])
9977
+ ]
9978
+ ]
9979
+ }
9980
+ }
9981
+ ])
9982
+ },
9983
+ [
9984
+ _vm._v(" "),
9985
+ _vm._v(" "),
9986
+ _vm._v(" "),
9987
+ _vm._v(" "),
9988
+ _vm._v(" "),
9989
+ _vm._v(" "),
9990
+ _c("template", { slot: "filters" }, [
9991
+ _c("select", {
9992
+ staticStyle: { width: "190px" },
9993
+ attrs: {
9994
+ id: "filter-vendors",
9995
+ "data-placeholder": _vm.__("Filter by vendor", "dokan-lite")
9996
  }
9997
+ }),
 
 
 
 
 
 
 
9998
  _vm._v(" "),
9999
+ _vm.filter.user_id
10000
+ ? _c(
10001
+ "button",
10002
+ {
10003
+ staticClass: "button",
10004
+ attrs: { type: "button" },
10005
+ on: {
10006
+ click: function($event) {
10007
+ _vm.filter.user_id = 0
 
 
 
 
 
 
 
 
 
 
10008
  }
10009
+ }
10010
+ },
10011
+ [_vm._v("×")]
10012
+ )
10013
+ : _vm._e()
10014
+ ])
10015
+ ],
10016
+ 2
10017
+ )
10018
+ ],
10019
+ 1
10020
+ )
10021
+ ])
 
10022
  }
10023
  var staticRenderFns = []
10024
  render._withStripped = true
10032
  }
10033
 
10034
  /***/ }),
10035
+ /* 127 */
10036
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
10037
 
10038
  "use strict";
10039
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_Premium_vue__ = __webpack_require__(51);
10040
  /* unused harmony namespace reexport */
10041
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_b38fd83a_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_Premium_vue__ = __webpack_require__(135);
10042
  var disposed = false
10043
  function injectStyle (ssrContext) {
10044
  if (disposed) return
10045
+ __webpack_require__(128)
10046
  }
10047
  var normalizeComponent = __webpack_require__(0)
10048
  /* script */
10088
 
10089
 
10090
  /***/ }),
10091
+ /* 128 */
10092
  /***/ (function(module, exports) {
10093
 
10094
  // removed by extract-text-webpack-plugin
10095
 
10096
  /***/ }),
10097
+ /* 129 */
10098
  /***/ (function(module, exports) {
10099
 
10100
  // removed by extract-text-webpack-plugin
10101
 
10102
  /***/ }),
10103
+ /* 130 */
10104
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
10105
 
10106
  "use strict";
10190
  }
10191
 
10192
  /***/ }),
10193
+ /* 131 */,
10194
+ /* 132 */,
10195
+ /* 133 */,
10196
+ /* 134 */,
10197
+ /* 135 */
10198
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
10199
 
10200
  "use strict";
10783
  }
10784
 
10785
  /***/ }),
10786
+ /* 136 */
10787
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
10788
 
10789
  "use strict";
10790
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_Help_vue__ = __webpack_require__(54);
10791
  /* unused harmony namespace reexport */
10792
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_c289d136_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_Help_vue__ = __webpack_require__(138);
10793
  var disposed = false
10794
  function injectStyle (ssrContext) {
10795
  if (disposed) return
10796
+ __webpack_require__(137)
10797
  }
10798
  var normalizeComponent = __webpack_require__(0)
10799
  /* script */
10839
 
10840
 
10841
  /***/ }),
10842
+ /* 137 */
10843
  /***/ (function(module, exports) {
10844
 
10845
  // removed by extract-text-webpack-plugin
10846
 
10847
  /***/ }),
10848
+ /* 138 */
10849
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
10850
 
10851
  "use strict";
10857
  "div",
10858
  { staticClass: "dokan-help-page" },
10859
  [
 
 
10860
  _c("h1", [_vm._v(_vm._s(_vm.__("Help", "dokan-lite")))]),
10861
  _vm._v(" "),
10862
+ _c("AdminNotice"),
10863
+ _vm._v(" "),
10864
+ !_vm.hasPro ? _c("UpgradeBanner") : _vm._e(),
10865
+ _vm._v(" "),
10866
  _vm.docs !== null
10867
  ? _c(
10868
  "div",
10913
  if (false) {
10914
  module.hot.accept()
10915
  if (module.hot.data) {
10916
+ require("vue-hot-reload-api") .rerender("data-v-c289d136", esExports)
10917
+ }
10918
+ }
10919
+
10920
+ /***/ }),
10921
+ /* 139 */
10922
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
10923
+
10924
+ "use strict";
10925
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_ChangeLog_vue__ = __webpack_require__(55);
10926
+ /* unused harmony namespace reexport */
10927
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_254fdb80_hasScoped_true_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_ChangeLog_vue__ = __webpack_require__(141);
10928
+ var disposed = false
10929
+ function injectStyle (ssrContext) {
10930
+ if (disposed) return
10931
+ __webpack_require__(140)
10932
+ }
10933
+ var normalizeComponent = __webpack_require__(0)
10934
+ /* script */
10935
+
10936
+
10937
+ /* template */
10938
+
10939
+ /* template functional */
10940
+ var __vue_template_functional__ = false
10941
+ /* styles */
10942
+ var __vue_styles__ = injectStyle
10943
+ /* scopeId */
10944
+ var __vue_scopeId__ = "data-v-254fdb80"
10945
+ /* moduleIdentifier (server only) */
10946
+ var __vue_module_identifier__ = null
10947
+ var Component = normalizeComponent(
10948
+ __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_ChangeLog_vue__["a" /* default */],
10949
+ __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_254fdb80_hasScoped_true_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_ChangeLog_vue__["a" /* default */],
10950
+ __vue_template_functional__,
10951
+ __vue_styles__,
10952
+ __vue_scopeId__,
10953
+ __vue_module_identifier__
10954
+ )
10955
+ Component.options.__file = "src/admin/pages/ChangeLog.vue"
10956
+
10957
+ /* hot reload */
10958
+ if (false) {(function () {
10959
+ var hotAPI = require("vue-hot-reload-api")
10960
+ hotAPI.install(require("vue"), false)
10961
+ if (!hotAPI.compatible) return
10962
+ module.hot.accept()
10963
+ if (!module.hot.data) {
10964
+ hotAPI.createRecord("data-v-254fdb80", Component.options)
10965
+ } else {
10966
+ hotAPI.reload("data-v-254fdb80", Component.options)
10967
+ }
10968
+ module.hot.dispose(function (data) {
10969
+ disposed = true
10970
+ })
10971
+ })()}
10972
+
10973
+ /* harmony default export */ __webpack_exports__["a"] = (Component.exports);
10974
+
10975
+
10976
+ /***/ }),
10977
+ /* 140 */
10978
+ /***/ (function(module, exports) {
10979
+
10980
+ // removed by extract-text-webpack-plugin
10981
+
10982
+ /***/ }),
10983
+ /* 141 */
10984
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
10985
+
10986
+ "use strict";
10987
+ var render = function() {
10988
+ var _vm = this
10989
+ var _h = _vm.$createElement
10990
+ var _c = _vm._self._c || _h
10991
+ return _c("div", { staticClass: "dokan-help-page" }, [
10992
+ _c("div", { staticClass: "section-wrapper" }, [
10993
+ _c(
10994
+ "div",
10995
+ { staticClass: "dokan-notice" },
10996
+ [
10997
+ _c("h2"),
10998
+ _vm._v(" "),
10999
+ _c("AdminNotice"),
11000
+ _vm._v(" "),
11001
+ !_vm.hasPro ? _c("UpgradeBanner") : _vm._e()
11002
+ ],
11003
+ 1
11004
+ ),
11005
+ _vm._v(" "),
11006
+ _c(
11007
+ "div",
11008
+ {
11009
+ staticClass: "change-log",
11010
+ class: _vm.hasPro ? "pro-change-log" : "lite-change-log",
11011
+ attrs: { id: "change-log" }
11012
+ },
11013
+ [
11014
+ _c("h3", [_vm._v(_vm._s(_vm.__("Dokan Changelog", "dokan-lite")))]),
11015
+ _vm._v(" "),
11016
+ _vm.hasPro
11017
+ ? _c(
11018
+ "div",
11019
+ { staticClass: "switch-button-wrap" },
11020
+ [
11021
+ _c("transition-group", { attrs: { name: "fade" } }, [
11022
+ _c("span", {
11023
+ key: 1,
11024
+ staticClass: "active",
11025
+ style: _vm.isActivePackage("pro") ? "right: 0" : "left: 0"
11026
+ }),
11027
+ _vm._v(" "),
11028
+ _c(
11029
+ "button",
11030
+ {
11031
+ key: 2,
11032
+ staticClass: "switch-button lite",
11033
+ class: { "active-case": _vm.isActivePackage("lite") },
11034
+ on: {
11035
+ click: function($event) {
11036
+ return _vm.switchPackage("lite")
11037
+ }
11038
+ }
11039
+ },
11040
+ [_vm._v(_vm._s(_vm.__("Lite", "dokan-lite")))]
11041
+ ),
11042
+ _vm._v(" "),
11043
+ _c(
11044
+ "button",
11045
+ {
11046
+ key: 3,
11047
+ staticClass: "switch-button pro",
11048
+ class: { "active-case": _vm.isActivePackage("pro") },
11049
+ on: {
11050
+ click: function($event) {
11051
+ return _vm.switchPackage("pro")
11052
+ }
11053
+ }
11054
+ },
11055
+ [_vm._v(_vm._s(_vm.__("PRO", "dokan-lite")))]
11056
+ )
11057
+ ])
11058
+ ],
11059
+ 1
11060
+ )
11061
+ : _vm._e(),
11062
+ _vm._v(" "),
11063
+ !_vm.loading
11064
+ ? _c("div", { staticClass: "jump-version" }, [
11065
+ _c("p", [
11066
+ _vm._v(
11067
+ _vm._s(_vm.__("Jump to version", "dokan-lite")) + "... "
11068
+ ),
11069
+ _c("span", {
11070
+ staticClass: "dashicons dashicons-arrow-down-alt2"
11071
+ })
11072
+ ]),
11073
+ _vm._v(" "),
11074
+ _c("div", { staticClass: "version-menu" }, [
11075
+ _c("div", { staticClass: "version-dropdown" }, [
11076
+ _c(
11077
+ "ul",
11078
+ {
11079
+ directives: [
11080
+ {
11081
+ name: "show",
11082
+ rawName: "v-show",
11083
+ value: _vm.isActivePackage("lite"),
11084
+ expression: "isActivePackage( 'lite' )"
11085
+ }
11086
+ ]
11087
+ },
11088
+ _vm._l(_vm.lite_versions, function(version, index) {
11089
+ return _c(
11090
+ "li",
11091
+ {
11092
+ class: {
11093
+ current: _vm.isCurrentVersion("lite-" + index)
11094
+ },
11095
+ on: {
11096
+ click: function($event) {
11097
+ return _vm.jumpVersion("lite-" + index)
11098
+ }
11099
+ }
11100
+ },
11101
+ [
11102
+ _vm._v(
11103
+ "\n " +
11104
+ _vm._s(version.version) +
11105
+ "\n "
11106
+ ),
11107
+ 0 === index
11108
+ ? _c("span", [
11109
+ _vm._v(
11110
+ "(" +
11111
+ _vm._s(_vm.__("Latest", "dokan-lite")) +
11112
+ ")"
11113
+ )
11114
+ ])
11115
+ : _vm._e(),
11116
+ _vm._v(" "),
11117
+ _vm.isCurrentVersion("lite-" + index) && 0 !== index
11118
+ ? _c("span", [
11119
+ _vm._v(
11120
+ "(" +
11121
+ _vm._s(_vm.__("Current", "dokan-lite")) +
11122
+ ")"
11123
+ )
11124
+ ])
11125
+ : _vm._e()
11126
+ ]
11127
+ )
11128
+ }),
11129
+ 0
11130
+ ),
11131
+ _vm._v(" "),
11132
+ _c(
11133
+ "ul",
11134
+ {
11135
+ directives: [
11136
+ {
11137
+ name: "show",
11138
+ rawName: "v-show",
11139
+ value: _vm.isActivePackage("pro"),
11140
+ expression: "isActivePackage( 'pro' )"
11141
+ }
11142
+ ]
11143
+ },
11144
+ _vm._l(_vm.pro_versions, function(version, index) {
11145
+ return _c(
11146
+ "li",
11147
+ {
11148
+ class: {
11149
+ current: _vm.isCurrentVersion("pro-" + index)
11150
+ },
11151
+ on: {
11152
+ click: function($event) {
11153
+ return _vm.jumpVersion("pro-" + index)
11154
+ }
11155
+ }
11156
+ },
11157
+ [
11158
+ _vm._v(
11159
+ "\n " +
11160
+ _vm._s(version.version) +
11161
+ "\n "
11162
+ ),
11163
+ 0 === index
11164
+ ? _c("span", [
11165
+ _vm._v(
11166
+ "(" +
11167
+ _vm._s(_vm.__("Latest", "dokan-lite")) +
11168
+ ")"
11169
+ )
11170
+ ])
11171
+ : _vm._e(),
11172
+ _vm._v(" "),
11173
+ _vm.isCurrentVersion("pro-" + index) && 0 !== index
11174
+ ? _c("span", [
11175
+ _vm._v(
11176
+ "(" +
11177
+ _vm._s(_vm.__("Current", "dokan-lite")) +
11178
+ ")"
11179
+ )
11180
+ ])
11181
+ : _vm._e()
11182
+ ]
11183
+ )
11184
+ }),
11185
+ 0
11186
+ )
11187
+ ])
11188
+ ])
11189
+ ])
11190
+ : _c("div", { staticClass: "loading" }, [_c("loading")], 1)
11191
+ ]
11192
+ ),
11193
+ _vm._v(" "),
11194
+ _c(
11195
+ "div",
11196
+ { staticClass: "version-list" },
11197
+ [
11198
+ _vm._l(_vm.lite_versions, function(version, index) {
11199
+ return _c(
11200
+ "div",
11201
+ {
11202
+ directives: [
11203
+ {
11204
+ name: "show",
11205
+ rawName: "v-show",
11206
+ value: _vm.isActivePackage("lite"),
11207
+ expression: "isActivePackage( 'lite' )"
11208
+ }
11209
+ ],
11210
+ staticClass: "version",
11211
+ class: 0 === index ? "latest-version" : "old-version",
11212
+ attrs: { id: "lite-" + index }
11213
+ },
11214
+ [
11215
+ _c("div", { staticClass: "version-number" }, [
11216
+ _c("h4", [_vm._v(_vm._s(version.version))]),
11217
+ _vm._v(" "),
11218
+ _c("p", [
11219
+ _vm._v(
11220
+ _vm._s(_vm.formatReleaseDate(version.released)) + " "
11221
+ ),
11222
+ 0 === index
11223
+ ? _c("label", [
11224
+ _vm._v(_vm._s(_vm.__("Latest", "dokan-lite")))
11225
+ ])
11226
+ : _vm._e()
11227
+ ])
11228
+ ]),
11229
+ _vm._v(" "),
11230
+ _c(
11231
+ "div",
11232
+ {
11233
+ staticClass: "card-version",
11234
+ style: _vm.isCurrentVersion("lite-" + index)
11235
+ ? _vm.activeVersionBorder
11236
+ : ""
11237
+ },
11238
+ [
11239
+ _c(
11240
+ "transition-group",
11241
+ { attrs: { name: "slide", tag: "div" } },
11242
+ _vm._l(version.changes, function(changes, key, i) {
11243
+ return 0 === index ||
11244
+ i < 1 ||
11245
+ _vm.isOpenVersion("lite-" + index)
11246
+ ? _c(
11247
+ "div",
11248
+ {
11249
+ key: "index-" + i,
11250
+ staticClass: "feature-list"
11251
+ },
11252
+ [
11253
+ _c(
11254
+ "span",
11255
+ {
11256
+ staticClass: "feature-badge",
11257
+ class: _vm.badgeClass(key)
11258
+ },
11259
+ [_vm._v(_vm._s(key))]
11260
+ ),
11261
+ _vm._v(" "),
11262
+ _vm._l(changes, function(change, j) {
11263
+ return 0 === index ||
11264
+ j < 2 ||
11265
+ _vm.isOpenVersion("lite-" + index)
11266
+ ? _c("div", { staticClass: "feature" }, [
11267
+ _c("h5", [
11268
+ _vm._v(_vm._s(change.title))
11269
+ ]),
11270
+ _vm._v(" "),
11271
+ _c("div", {
11272
+ domProps: {
11273
+ innerHTML: _vm._s(
11274
+ change.description
11275
+ )
11276
+ }
11277
+ })
11278
+ ])
11279
+ : _vm._e()
11280
+ })
11281
+ ],
11282
+ 2
11283
+ )
11284
+ : _vm._e()
11285
+ }),
11286
+ 0
11287
+ ),
11288
+ _vm._v(" "),
11289
+ 0 !== index && Object.keys(version.changes).length > 1
11290
+ ? _c("div", { staticClass: "continue-reading" }, [
11291
+ _c(
11292
+ "a",
11293
+ {
11294
+ attrs: { href: "#" },
11295
+ on: {
11296
+ click: function($event) {
11297
+ $event.preventDefault()
11298
+ return _vm.toggleReading("lite-" + index)
11299
+ }
11300
+ }
11301
+ },
11302
+ [
11303
+ _vm._v(
11304
+ _vm._s(
11305
+ _vm.isOpenVersion("lite-" + index)
11306
+ ? _vm.__("View Less...", "dokan-lite")
11307
+ : _vm.__(
11308
+ "Continue reading...",
11309
+ "dokan-lite"
11310
+ )
11311
+ )
11312
+ )
11313
+ ]
11314
+ )
11315
+ ])
11316
+ : _vm._e()
11317
+ ],
11318
+ 1
11319
+ )
11320
+ ]
11321
+ )
11322
+ }),
11323
+ _vm._v(" "),
11324
+ _vm._l(_vm.pro_versions, function(version, index) {
11325
+ return _c(
11326
+ "div",
11327
+ {
11328
+ directives: [
11329
+ {
11330
+ name: "show",
11331
+ rawName: "v-show",
11332
+ value: _vm.isActivePackage("pro"),
11333
+ expression: "isActivePackage( 'pro' )"
11334
+ }
11335
+ ],
11336
+ staticClass: "version",
11337
+ class: 0 === index ? "latest-version" : "old-version",
11338
+ attrs: { id: "pro-" + index }
11339
+ },
11340
+ [
11341
+ _c("div", { staticClass: "version-number" }, [
11342
+ _c("h4", [_vm._v(_vm._s(version.version))]),
11343
+ _vm._v(" "),
11344
+ _c("p", [
11345
+ _vm._v(
11346
+ _vm._s(_vm.formatReleaseDate(version.released)) + " "
11347
+ ),
11348
+ 0 === index
11349
+ ? _c("label", [
11350
+ _vm._v(_vm._s(_vm.__("Latest", "dokan-lite")))
11351
+ ])
11352
+ : _vm._e()
11353
+ ])
11354
+ ]),
11355
+ _vm._v(" "),
11356
+ _c(
11357
+ "div",
11358
+ {
11359
+ staticClass: "card-version",
11360
+ style: _vm.isCurrentVersion("pro-" + index)
11361
+ ? _vm.activeVersionBorder
11362
+ : ""
11363
+ },
11364
+ [
11365
+ _c(
11366
+ "transition-group",
11367
+ { attrs: { name: "slide", tag: "div" } },
11368
+ _vm._l(version.changes, function(changes, key, i) {
11369
+ return 0 === index ||
11370
+ i < 1 ||
11371
+ _vm.isOpenVersion("pro-" + index)
11372
+ ? _c(
11373
+ "div",
11374
+ {
11375
+ key: "index-" + i,
11376
+ staticClass: "feature-list"
11377
+ },
11378
+ [
11379
+ _c(
11380
+ "span",
11381
+ {
11382
+ staticClass: "feature-badge",
11383
+ class: _vm.badgeClass(key)
11384
+ },
11385
+ [_vm._v(_vm._s(key))]
11386
+ ),
11387
+ _vm._v(" "),
11388
+ _vm._l(changes, function(change, j) {
11389
+ return 0 === index ||
11390
+ j < 2 ||
11391
+ _vm.isOpenVersion("pro-" + index)
11392
+ ? _c("div", { staticClass: "feature" }, [
11393
+ _c("h5", [
11394
+ _vm._v(_vm._s(change.title))
11395
+ ]),
11396
+ _vm._v(" "),
11397
+ _c("div", {
11398
+ domProps: {
11399
+ innerHTML: _vm._s(
11400
+ change.description
11401
+ )
11402
+ }
11403
+ })
11404
+ ])
11405
+ : _vm._e()
11406
+ })
11407
+ ],
11408
+ 2
11409
+ )
11410
+ : _vm._e()
11411
+ }),
11412
+ 0
11413
+ ),
11414
+ _vm._v(" "),
11415
+ 0 !== index && Object.keys(version.changes).length > 1
11416
+ ? _c("div", { staticClass: "continue-reading" }, [
11417
+ _c(
11418
+ "a",
11419
+ {
11420
+ attrs: { href: "#" },
11421
+ on: {
11422
+ click: function($event) {
11423
+ $event.preventDefault()
11424
+ return _vm.toggleReading("pro-" + index)
11425
+ }
11426
+ }
11427
+ },
11428
+ [
11429
+ _vm._v(
11430
+ _vm._s(
11431
+ _vm.isOpenVersion("pro-" + index)
11432
+ ? _vm.__("View Less...", "dokan-lite")
11433
+ : _vm.__(
11434
+ "Continue reading...",
11435
+ "dokan-lite"
11436
+ )
11437
+ )
11438
+ )
11439
+ ]
11440
+ )
11441
+ ])
11442
+ : _vm._e()
11443
+ ],
11444
+ 1
11445
+ )
11446
+ ]
11447
+ )
11448
+ })
11449
+ ],
11450
+ 2
11451
+ )
11452
+ ]),
11453
+ _vm._v(" "),
11454
+ _c(
11455
+ "button",
11456
+ {
11457
+ staticClass: "scroll-to-top",
11458
+ style:
11459
+ _vm.scrollPosition > 300 ? "opacity: 1; visibility: visible" : "",
11460
+ on: { click: _vm.scrollTop }
11461
+ },
11462
+ [_c("span", { staticClass: "dashicons dashicons-arrow-up-alt" })]
11463
+ )
11464
+ ])
11465
+ }
11466
+ var staticRenderFns = []
11467
+ render._withStripped = true
11468
+ var esExports = { render: render, staticRenderFns: staticRenderFns }
11469
+ /* harmony default export */ __webpack_exports__["a"] = (esExports);
11470
+ if (false) {
11471
+ module.hot.accept()
11472
+ if (module.hot.data) {
11473
+ require("vue-hot-reload-api") .rerender("data-v-254fdb80", esExports)
11474
  }
11475
  }
11476
 
11477
  /***/ }),
11478
+ /* 142 */
11479
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
11480
 
11481
  "use strict";
11482
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_Settings_vue__ = __webpack_require__(56);
11483
  /* unused harmony namespace reexport */
11484
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_e4dc4572_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_Settings_vue__ = __webpack_require__(177);
11485
  var disposed = false
11486
  function injectStyle (ssrContext) {
11487
  if (disposed) return
11488
+ __webpack_require__(143)
11489
  }
11490
  var normalizeComponent = __webpack_require__(0)
11491
  /* script */
11531
 
11532
 
11533
  /***/ }),
11534
+ /* 143 */
11535
  /***/ (function(module, exports) {
11536
 
11537
  // removed by extract-text-webpack-plugin
11538
 
11539
  /***/ }),
11540
+ /* 144 */
11541
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
11542
 
11543
  "use strict";
11544
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_Fields_vue__ = __webpack_require__(57);
11545
  /* unused harmony namespace reexport */
11546
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_a96ce32e_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_Fields_vue__ = __webpack_require__(173);
11547
  var disposed = false
11548
  function injectStyle (ssrContext) {
11549
  if (disposed) return
11550
+ __webpack_require__(145)
11551
  }
11552
  var normalizeComponent = __webpack_require__(0)
11553
  /* script */
11593
 
11594
 
11595
  /***/ }),
11596
+ /* 145 */
11597
  /***/ (function(module, exports) {
11598
 
11599
  // removed by extract-text-webpack-plugin
11600
 
11601
  /***/ }),
 
 
 
 
 
 
 
11602
  /* 146 */,
11603
  /* 147 */,
11604
  /* 148 */,
11619
  /* 163 */,
11620
  /* 164 */,
11621
  /* 165 */,
11622
+ /* 166 */,
11623
+ /* 167 */,
11624
+ /* 168 */,
11625
+ /* 169 */,
11626
+ /* 170 */,
11627
+ /* 171 */,
11628
+ /* 172 */,
11629
+ /* 173 */
11630
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
11631
 
11632
  "use strict";
13715
  }
13716
 
13717
  /***/ }),
13718
+ /* 174 */
13719
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
13720
 
13721
  "use strict";
13722
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_SettingsBanner_vue__ = __webpack_require__(66);
13723
  /* unused harmony namespace reexport */
13724
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_b725e442_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_SettingsBanner_vue__ = __webpack_require__(176);
13725
  var disposed = false
13726
  function injectStyle (ssrContext) {
13727
  if (disposed) return
13728
+ __webpack_require__(175)
13729
  }
13730
  var normalizeComponent = __webpack_require__(0)
13731
  /* script */
13771
 
13772
 
13773
  /***/ }),
13774
+ /* 175 */
13775
  /***/ (function(module, exports) {
13776
 
13777
  // removed by extract-text-webpack-plugin
13778
 
13779
  /***/ }),
13780
+ /* 176 */
13781
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
13782
 
13783
  "use strict";
13865
  }
13866
 
13867
  /***/ }),
13868
+ /* 177 */
13869
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
13870
 
13871
  "use strict";
13876
  return _c(
13877
  "div",
13878
  [
13879
+ _c(
13880
+ "div",
13881
+ { staticClass: "dokan-settings" },
13882
+ [
13883
+ _c("h2", { staticStyle: { "margin-bottom": "15px" } }, [
13884
+ _vm._v(_vm._s(_vm.__("Settings", "dokan-lite")))
13885
+ ]),
13886
+ _vm._v(" "),
13887
+ _c("AdminNotice"),
13888
+ _vm._v(" "),
13889
+ !_vm.hasPro ? _c("UpgradeBanner") : _vm._e(),
13890
+ _vm._v(" "),
13891
+ _vm.isSaved
13892
+ ? _c(
13893
+ "div",
13894
+ {
13895
+ staticClass: "settings-error notice is-dismissible",
13896
+ class: { updated: _vm.isUpdated, error: !_vm.isUpdated },
13897
+ attrs: { id: "setting-message_updated" }
13898
+ },
13899
+ [
13900
+ _c("p", [
13901
+ _c("strong", {
13902
+ domProps: { innerHTML: _vm._s(_vm.message) }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13903
  })
13904
+ ]),
13905
+ _vm._v(" "),
 
 
 
13906
  _c(
13907
+ "button",
13908
  {
13909
+ staticClass: "notice-dismiss",
13910
+ attrs: { type: "button" },
 
 
 
13911
  on: {
13912
  click: function($event) {
13913
  $event.preventDefault()
13914
+ _vm.isSaved = false
13915
+ }
13916
+ }
13917
+ },
13918
+ [
13919
+ _c("span", { staticClass: "screen-reader-text" }, [
13920
+ _vm._v(
13921
+ _vm._s(_vm.__("Dismiss this notice.", "dokan-lite"))
13922
+ )
13923
+ ])
13924
+ ]
13925
+ )
13926
+ ]
13927
+ )
13928
+ : _vm._e(),
13929
+ _vm._v(" "),
13930
+ _c("div", { staticClass: "dokan-settings-wrap" }, [
13931
+ _c(
13932
+ "div",
13933
+ { staticClass: "nav-tab-wrapper" },
13934
+ [
13935
+ _c("div", { staticClass: "search-box" }, [
13936
+ _c("input", {
13937
+ directives: [
13938
+ {
13939
+ name: "model",
13940
+ rawName: "v-model",
13941
+ value: _vm.searchText,
13942
+ expression: "searchText"
13943
+ }
13944
+ ],
13945
+ ref: "searchInSettings",
13946
+ staticClass: "dokan-admin-search-settings",
13947
+ attrs: { type: "text", placeholder: "Search e.g. vendor" },
13948
+ domProps: { value: _vm.searchText },
13949
+ on: {
13950
+ input: [
13951
+ function($event) {
13952
+ if ($event.target.composing) {
13953
+ return
13954
+ }
13955
+ _vm.searchText = $event.target.value
13956
+ },
13957
+ _vm.searchInSettings
13958
+ ]
13959
+ }
13960
+ }),
13961
+ _vm._v(" "),
13962
+ "" !== _vm.searchText
13963
+ ? _c("span", {
13964
+ staticClass: "dashicons dashicons-no-alt",
13965
+ on: {
13966
+ click: function($event) {
13967
+ $event.preventDefault()
13968
+ return _vm.clearSearch.apply(null, arguments)
13969
+ }
13970
  }
13971
+ })
13972
+ : _vm._e()
13973
+ ]),
13974
+ _vm._v(" "),
13975
+ _vm._l(_vm.settingSections, function(section) {
13976
+ return [
13977
+ _c(
13978
+ "a",
13979
+ {
13980
+ class: [
13981
+ "nav-tab",
13982
+ _vm.currentTab === section.id ? "nav-tab-active" : ""
13983
+ ],
13984
+ attrs: { href: "#" },
13985
+ on: {
13986
+ click: function($event) {
13987
+ $event.preventDefault()
13988
+ return _vm.changeTab(section)
13989
+ }
13990
+ }
13991
+ },
13992
+ [
13993
+ _c("span", {
13994
+ staticClass: "dashicons",
13995
+ class: section.icon
13996
+ }),
13997
+ _vm._v(
13998
+ " " + _vm._s(section.title) + "\n "
13999
+ )
14000
+ ]
14001
+ )
14002
+ ]
14003
+ })
14004
+ ],
14005
+ 2
14006
+ ),
14007
+ _vm._v(" "),
14008
+ _c(
14009
+ "div",
14010
+ { staticClass: "metabox-holder" },
14011
+ [
14012
+ _vm._l(_vm.settingFields, function(fields, index) {
14013
+ return _vm.isLoaded
14014
+ ? [
14015
+ _vm.currentTab === index
14016
+ ? _c(
14017
+ "div",
14018
+ { staticClass: "group", attrs: { id: index } },
14019
+ [
14020
+ _c(
14021
+ "form",
14022
+ {
14023
  attrs: {
14024
+ method: "post",
14025
+ action: "options.php"
 
14026
  }
14027
+ },
14028
+ [
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14029
  _c("input", {
 
14030
  attrs: {
14031
+ type: "hidden",
14032
+ name: "option_page"
 
 
14033
  },
14034
+ domProps: { value: index }
14035
+ }),
14036
+ _vm._v(" "),
14037
+ _c("input", {
14038
+ attrs: {
14039
+ type: "hidden",
14040
+ name: "action",
14041
+ value: "update"
14042
  }
14043
+ }),
14044
+ _vm._v(" "),
14045
+ _c("table", { staticClass: "form-table" }, [
14046
+ _vm.showSectionTitle(fields)
14047
+ ? _c("thead", [
14048
+ _c(
14049
+ "tr",
14050
+ {
14051
+ staticClass:
14052
+ "dokan-settings-field-type-sub_section"
14053
+ },
14054
+ [
14055
+ _c(
14056
+ "th",
14057
+ {
14058
+ staticClass:
14059
+ "dokan-settings-sub-section-title",
14060
+ attrs: { colspan: "2" }
14061
+ },
14062
+ [
14063
+ _c("label", [
14064
+ _vm._v(
14065
+ _vm._s(
14066
+ _vm.sectionTitle(
14067
+ index
14068
+ )
14069
+ )
14070
+ )
14071
+ ])
14072
+ ]
14073
+ )
14074
+ ]
14075
+ )
14076
+ ])
14077
+ : _vm._e(),
14078
+ _vm._v(" "),
14079
+ _c(
14080
+ "tbody",
14081
+ _vm._l(fields, function(
14082
+ field,
14083
+ fieldId
14084
+ ) {
14085
+ return _c("Fields", {
14086
+ key: fieldId,
14087
+ attrs: {
14088
+ "section-id": index,
14089
+ id: fieldId,
14090
+ "field-data": field,
14091
+ "field-value":
14092
+ _vm.settingValues[index],
14093
+ "all-settings-values":
14094
+ _vm.settingValues,
14095
+ errors: _vm.errors,
14096
+ validationErrors:
14097
+ _vm.validationErrors,
14098
+ "toggle-loading-state":
14099
+ _vm.toggleLoadingState
14100
+ },
14101
+ on: { openMedia: _vm.showMedia }
14102
+ })
14103
+ }),
14104
+ 1
14105
+ )
14106
+ ]),
14107
+ _vm._v(" "),
14108
+ _c("p", { staticClass: "submit" }, [
14109
+ _c("input", {
14110
+ staticClass: "button button-primary",
14111
+ attrs: {
14112
+ type: "submit",
14113
+ name: "submit",
14114
+ id: "submit",
14115
+ value: "Save Changes"
14116
+ },
14117
+ on: {
14118
+ click: function($event) {
14119
+ $event.preventDefault()
14120
+ return _vm.saveSettings(
14121
+ _vm.settingValues[index],
14122
+ index
14123
+ )
14124
+ }
14125
+ }
14126
+ })
14127
+ ])
14128
+ ]
14129
+ )
14130
+ ]
14131
+ )
14132
+ : _vm._e()
14133
+ ]
14134
+ : _vm._e()
14135
+ })
14136
+ ],
14137
+ 2
14138
+ ),
14139
+ _vm._v(" "),
14140
+ _vm.showLoading
14141
+ ? _c("div", { staticClass: "loading" }, [_c("loading")], 1)
14142
+ : _vm._e()
14143
+ ])
14144
+ ],
14145
+ 1
14146
+ ),
14147
  _vm._v(" "),
14148
  !_vm.hasPro ? _c("SettingsBanner") : _vm._e()
14149
  ],
14162
  }
14163
 
14164
  /***/ }),
14165
+ /* 178 */
14166
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
14167
 
14168
  "use strict";
14169
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_Vendors_vue__ = __webpack_require__(67);
14170
  /* unused harmony namespace reexport */
14171
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_f81b8092_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_Vendors_vue__ = __webpack_require__(183);
14172
  var disposed = false
14173
  function injectStyle (ssrContext) {
14174
  if (disposed) return
14175
+ __webpack_require__(179)
14176
  }
14177
  var normalizeComponent = __webpack_require__(0)
14178
  /* script */
14218
 
14219
 
14220
  /***/ }),
14221
+ /* 179 */
14222
  /***/ (function(module, exports) {
14223
 
14224
  // removed by extract-text-webpack-plugin
14225
 
14226
  /***/ }),
14227
+ /* 180 */
14228
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
14229
 
14230
  "use strict";
14231
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_AddVendor_vue__ = __webpack_require__(68);
14232
  /* unused harmony namespace reexport */
14233
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_75e0fcd5_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_AddVendor_vue__ = __webpack_require__(182);
14234
  var disposed = false
14235
  function injectStyle (ssrContext) {
14236
  if (disposed) return
14237
+ __webpack_require__(181)
14238
  }
14239
  var normalizeComponent = __webpack_require__(0)
14240
  /* script */
14280
 
14281
 
14282
  /***/ }),
14283
+ /* 181 */
14284
  /***/ (function(module, exports) {
14285
 
14286
  // removed by extract-text-webpack-plugin
14287
 
14288
  /***/ }),
14289
+ /* 182 */
14290
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
14291
 
14292
  "use strict";
14426
  }
14427
 
14428
  /***/ }),
14429
+ /* 183 */
14430
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
14431
 
14432
  "use strict";
14434
  var _vm = this
14435
  var _h = _vm.$createElement
14436
  var _c = _vm._self._c || _h
14437
+ return _c("div", [
14438
+ _c(
14439
+ "div",
14440
+ { staticClass: "vendor-list" },
14441
+ [
14442
+ _c("h1", { staticClass: "wp-heading-inline" }, [
14443
+ _vm._v(_vm._s(_vm.__("Vendors", "dokan-lite")))
14444
+ ]),
14445
+ _vm._v(" "),
14446
+ _c(
14447
+ "button",
14448
+ {
14449
+ staticClass: "page-title-action",
14450
+ on: {
14451
+ click: function($event) {
14452
+ return _vm.addNew()
 
 
 
 
 
14453
  }
14454
+ }
14455
+ },
14456
+ [_vm._v(_vm._s(_vm.__("Add New", "dokan-lite")))]
14457
+ ),
14458
+ _vm._v(" "),
14459
+ _c("AdminNotice"),
14460
+ _vm._v(" "),
14461
+ !_vm.hasPro ? _c("UpgradeBanner") : _vm._e(),
14462
+ _vm._v(" "),
14463
+ _vm._l(_vm.dokanVendorHeaderArea, function(vendorHeaderArea, index) {
14464
+ return _c(vendorHeaderArea, { key: index, tag: "component" })
14465
+ }),
14466
+ _vm._v(" "),
14467
+ _c("hr", { staticClass: "wp-header-end" }),
14468
+ _vm._v(" "),
14469
+ _c("ul", { staticClass: "subsubsub" }, [
14470
+ _c(
14471
+ "li",
14472
+ [
14473
+ _c(
14474
+ "router-link",
14475
+ {
14476
+ attrs: {
14477
+ to: { name: "Vendors", query: { status: "all" } },
14478
+ "active-class": "current",
14479
+ exact: ""
14480
+ }
14481
+ },
14482
+ [
14483
+ _vm._v(_vm._s(_vm.__("All", "dokan-lite")) + " "),
14484
+ _c("span", { staticClass: "count" }, [
14485
+ _vm._v(_vm._s(_vm.counts.all))
14486
+ ])
14487
+ ]
14488
+ ),
14489
+ _vm._v(" | ")
14490
+ ],
14491
+ 1
14492
  ),
14493
  _vm._v(" "),
14494
+ _c(
14495
+ "li",
14496
+ [
14497
+ _c(
14498
+ "router-link",
14499
+ {
14500
+ attrs: {
14501
+ to: { name: "Vendors", query: { status: "approved" } },
14502
+ "active-class": "current",
14503
+ exact: ""
14504
+ }
14505
+ },
14506
+ [
14507
+ _vm._v(_vm._s(_vm.__("Approved", "dokan-lite")) + " "),
14508
+ _c("span", { staticClass: "count" }, [
14509
+ _vm._v(_vm._s(_vm.counts.approved))
14510
+ ])
14511
+ ]
14512
+ ),
14513
+ _vm._v(" | ")
14514
+ ],
14515
+ 1
14516
+ ),
14517
  _vm._v(" "),
14518
+ _c(
14519
+ "li",
14520
+ [
14521
+ _c(
14522
+ "router-link",
14523
+ {
14524
+ attrs: {
14525
+ to: { name: "Vendors", query: { status: "pending" } },
14526
+ "active-class": "current",
14527
+ exact: ""
14528
+ }
14529
+ },
14530
+ [
14531
+ _vm._v(_vm._s(_vm.__("Pending", "dokan-lite")) + " "),
14532
+ _c("span", { staticClass: "count" }, [
14533
+ _vm._v(_vm._s(_vm.counts.pending))
14534
+ ])
14535
+ ]
14536
+ ),
14537
+ _vm._v(" | ")
14538
+ ],
14539
+ 1
14540
+ )
14541
+ ]),
14542
+ _vm._v(" "),
14543
+ _c("search", {
14544
+ attrs: { title: _vm.__("Search Vendors", "dokan-lite") },
14545
+ on: { searched: _vm.doSearch }
14546
+ }),
14547
+ _vm._v(" "),
14548
+ _c("list-table", {
14549
+ attrs: {
14550
+ columns: _vm.columns,
14551
+ loading: _vm.loading,
14552
+ rows: _vm.vendors,
14553
+ actions: _vm.actions,
14554
+ actionColumn: "store_name",
14555
+ "show-cb": _vm.showCb,
14556
+ "total-items": _vm.totalItems,
14557
+ "bulk-actions": _vm.bulkActions,
14558
+ "total-pages": _vm.totalPages,
14559
+ "per-page": _vm.perPage,
14560
+ "current-page": _vm.currentPage,
14561
+ "action-column": _vm.actionColumn,
14562
+ "not-found": "No vendors found.",
14563
+ "sort-by": _vm.sortBy,
14564
+ "sort-order": _vm.sortOrder,
14565
+ text: _vm.$root.listTableTexts()
14566
+ },
14567
+ on: {
14568
+ sort: _vm.sortCallback,
14569
+ pagination: _vm.goToPage,
14570
+ "action:click": _vm.onActionClick,
14571
+ "bulk:click": _vm.onBulkAction,
14572
+ searched: _vm.doSearch
14573
+ },
14574
+ scopedSlots: _vm._u([
14575
+ {
14576
+ key: "store_name",
14577
+ fn: function(data) {
14578
+ return [
14579
+ _c("img", {
14580
  attrs: {
14581
+ src: data.row.gravatar,
14582
+ alt: data.row.store_name,
14583
+ width: "50"
14584
  }
14585
+ }),
14586
+ _vm._v(" "),
14587
+ _c(
14588
+ "strong",
14589
+ [
14590
+ _vm.hasPro
14591
+ ? _c(
14592
+ "router-link",
14593
+ { attrs: { to: "/vendors/" + data.row.id } },
14594
+ [
14595
+ _vm._v(
14596
+ _vm._s(
14597
+ data.row.store_name
14598
+ ? data.row.store_name
14599
+ : _vm.__("(no name)", "dokan-lite")
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14600
  )
14601
+ )
14602
+ ]
14603
+ )
14604
+ : _c(
14605
+ "a",
14606
+ { attrs: { href: _vm.editUrl(data.row.id) } },
14607
+ [
14608
+ _vm._v(
14609
+ _vm._s(
14610
+ data.row.store_name
14611
+ ? data.row.store_name
14612
+ : _vm.__("(no name)", "dokan-lite")
14613
  )
14614
+ )
14615
+ ]
14616
+ )
14617
+ ],
14618
+ 1
14619
+ )
14620
+ ]
14621
+ }
14622
+ },
14623
+ {
14624
+ key: "email",
14625
+ fn: function(data) {
14626
+ return [
14627
+ _c("a", { attrs: { href: "mailto:" + data.row.email } }, [
14628
+ _vm._v(_vm._s(data.row.email))
14629
+ ])
14630
+ ]
14631
+ }
14632
+ },
14633
+ {
14634
+ key: "categories",
14635
+ fn: function(ref) {
14636
+ var row = ref.row
14637
+ return [
14638
+ _vm._v(
14639
+ "\n " +
14640
+ _vm._s(
14641
+ row.categories
14642
+ .map(function(category) {
14643
+ return category.name
14644
+ })
14645
+ .join(", ")
14646
+ ) +
14647
+ "\n "
14648
+ )
14649
+ ]
14650
+ }
14651
+ },
14652
+ {
14653
+ key: "registered",
14654
+ fn: function(data) {
14655
+ return [
14656
+ _vm._v(
14657
+ "\n " +
14658
+ _vm._s(
14659
+ _vm.moment(data.row.registered).format("MMM D, YYYY")
14660
+ ) +
14661
+ "\n "
14662
+ )
14663
+ ]
14664
+ }
14665
+ },
14666
+ {
14667
+ key: "enabled",
14668
+ fn: function(data) {
14669
+ return [
14670
+ _c("switches", {
14671
+ attrs: { enabled: data.row.enabled, value: data.row.id },
14672
+ on: { input: _vm.onSwitch }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14673
  })
14674
+ ]
14675
  }
14676
+ },
14677
+ {
14678
+ key: "row-actions",
14679
+ fn: function(data) {
14680
+ return _vm._l(_vm.actions, function(action, index) {
14681
+ return _c(
14682
+ "span",
14683
+ { class: action.key },
14684
+ [
14685
+ _vm.hasPro && action.key == "edit"
14686
+ ? _c(
14687
+ "router-link",
14688
+ {
14689
+ attrs: {
14690
+ to: {
14691
+ path: "vendors/" + data.row.id,
14692
+ query: { edit: "true" }
14693
+ }
14694
+ }
14695
+ },
14696
+ [_vm._v(_vm._s(action.label))]
14697
+ )
14698
+ : !_vm.hasPro && action.key == "edit"
14699
+ ? _c(
14700
+ "a",
14701
+ { attrs: { href: _vm.editUrl(data.row.id) } },
14702
+ [_vm._v(_vm._s(action.label))]
14703
+ )
14704
+ : action.key == "products"
14705
+ ? _c(
14706
+ "a",
14707
+ { attrs: { href: _vm.productUrl(data.row.id) } },
14708
+ [_vm._v(_vm._s(action.label))]
14709
+ )
14710
+ : action.key == "orders"
14711
+ ? _c(
14712
+ "a",
14713
+ { attrs: { href: _vm.ordersUrl(data.row.id) } },
14714
+ [_vm._v(_vm._s(action.label))]
14715
+ )
14716
+ : action.key == "switch_to"
14717
+ ? _c(
14718
+ "a",
14719
+ { attrs: { href: _vm.switchToUrl(data.row) } },
14720
+ [_vm._v(_vm._s(action.label))]
14721
+ )
14722
+ : _c("a", { attrs: { href: "#" } }, [
14723
+ _vm._v(_vm._s(action.label))
14724
+ ]),
14725
+ _vm._v(" "),
14726
+ index !== _vm.actions.length - 1
14727
+ ? [_vm._v(" | ")]
14728
+ : _vm._e()
14729
+ ],
14730
+ 2
14731
+ )
14732
+ })
14733
+ }
14734
+ }
14735
+ ])
14736
+ }),
14737
+ _vm._v(" "),
14738
+ _vm.loadAddVendor
14739
+ ? _c("add-vendor", { attrs: { "vendor-id": _vm.vendorId } })
14740
+ : _vm._e()
14741
+ ],
14742
+ 2
14743
+ )
14744
+ ])
14745
  }
14746
  var staticRenderFns = []
14747
  render._withStripped = true
14755
  }
14756
 
14757
  /***/ }),
14758
+ /* 184 */
14759
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
14760
 
14761
  "use strict";
14762
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_VendorCapabilities_vue__ = __webpack_require__(69);
14763
  /* unused harmony namespace reexport */
14764
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_276be9c2_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_VendorCapabilities_vue__ = __webpack_require__(186);
14765
  var disposed = false
14766
  function injectStyle (ssrContext) {
14767
  if (disposed) return
14768
+ __webpack_require__(185)
14769
  }
14770
  var normalizeComponent = __webpack_require__(0)
14771
  /* script */
14811
 
14812
 
14813
  /***/ }),
14814
+ /* 185 */
14815
  /***/ (function(module, exports) {
14816
 
14817
  // removed by extract-text-webpack-plugin
14818
 
14819
  /***/ }),
14820
+ /* 186 */
14821
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
14822
 
14823
  "use strict";
14942
  }
14943
 
14944
  /***/ }),
14945
+ /* 187 */
14946
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
14947
 
14948
  "use strict";
14949
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_ProModules_vue__ = __webpack_require__(70);
14950
  /* unused harmony namespace reexport */
14951
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_ca20ca84_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_ProModules_vue__ = __webpack_require__(192);
14952
  var disposed = false
14953
  function injectStyle (ssrContext) {
14954
  if (disposed) return
14955
+ __webpack_require__(188)
14956
  }
14957
  var normalizeComponent = __webpack_require__(0)
14958
  /* script */
14998
 
14999
 
15000
  /***/ }),
15001
+ /* 188 */
15002
  /***/ (function(module, exports) {
15003
 
15004
  // removed by extract-text-webpack-plugin
15005
 
15006
  /***/ }),
15007
+ /* 189 */
15008
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
15009
 
15010
  "use strict";
15011
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_ModuleUpgradePopup_vue__ = __webpack_require__(71);
15012
  /* unused harmony namespace reexport */
15013
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_5ae162ac_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_ModuleUpgradePopup_vue__ = __webpack_require__(191);
15014
  var disposed = false
15015
  function injectStyle (ssrContext) {
15016
  if (disposed) return
15017
+ __webpack_require__(190)
15018
  }
15019
  var normalizeComponent = __webpack_require__(0)
15020
  /* script */
15060
 
15061
 
15062
  /***/ }),
15063
+ /* 190 */
15064
  /***/ (function(module, exports) {
15065
 
15066
  // removed by extract-text-webpack-plugin
15067
 
15068
  /***/ }),
15069
+ /* 191 */
15070
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
15071
 
15072
  "use strict";
15176
  }
15177
 
15178
  /***/ }),
15179
+ /* 192 */
15180
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
15181
 
15182
  "use strict";
15342
  }
15343
 
15344
  /***/ }),
15345
+ /* 193 */
15346
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
15347
 
15348
  "use strict";
15378
  /* harmony default export */ __webpack_exports__["a"] = (menuFix);
15379
 
15380
  /***/ })
15381
+ ],[110]);
assets/js/vue-admin.min.js CHANGED
@@ -1 +1 @@
1
- dokanWebpack([0],[,,function(e,t,a){"use strict";var s=a(11),n=a(28),i=!1;var o=function(e){i||a(27)},r=a(0)(s.a,n.a,!1,o,null,null);r.options.__file="src/admin/components/Switches.vue",t.a=r.exports},,,,function(e,t,a){"use strict";var s=a(17);t.a={extends:s.Line,props:["data"],data:function(){return{options:{responsive:!0,maintainAspectRatio:!0,scales:{xAxes:[{type:"time",scaleLabel:{display:!1},gridLines:{display:!1},ticks:{fontColor:"#aaa",fontSize:11}}],yAxes:[{scaleLabel:{display:!1},ticks:{fontColor:"#aaa"}}]},legend:{position:"top",onClick:!1},elements:{line:{tension:0,borderWidth:4},point:{radius:5,borderWidth:3,backgroundColor:"#fff",borderColor:"#fff"}},tooltips:{displayColors:!1,callbacks:{label:function(e,t){var a=t.datasets[e.datasetIndex].label||"",s=t.datasets[e.datasetIndex].tooltipLabel||"",n=t.datasets[e.datasetIndex].tooltipPrefix||"",i=s?s+": ":a+": ";return i+=n+e.yLabel}}}}}},mounted:function(){this.renderChart(this.data,this.options)}}},function(e,t,a){"use strict";var s=a(46),n=a(118),i=!1;var o=function(e){i||a(117)},r=a(0)(s.a,n.a,!1,o,null,null);r.options.__file="src/admin/components/UpgradeBanner.vue",t.a=r.exports},function(e,t){e.exports=jQuery},function(e,t,a){"use strict";var s=a(54);t.a={components:{Sketch:s.a},props:{value:{type:String,required:!0,default:""},format:{type:String,required:!1,default:"hex",validator:function(e){return-1!==["hsl","hex","rgba","hsv"].indexOf(e)}},presetColors:{type:Array,required:!1,default:function(){return["#000","#fff","#d33","#d93","#ee2","#81d742","#1e73be","#8224e3"]}},disableAlpha:{type:Boolean,required:!1,default:!0},disableFields:{type:Boolean,required:!1,default:!0}},data:function(){return{showColorPicker:!1}},methods:{updateColor:function(e){var t="";e[this.format]&&(t=e[this.format]),this.$emit("input",t)},toggleColorPicker:function(){this.showColorPicker=!this.showColorPicker},setHexColor:function(e){this.updateColor({hex:e})}}}},function(e,t,a){"use strict";var s=a(1),n=(a.n(s),a(2)),i=a(19),o=a(20);t.a={name:"VendorAccountFields",components:{Switches:n.a,UploadImage:i.a,PasswordGenerator:o.a},props:{vendorInfo:{type:Object},errors:{type:Array,required:!1}},data:function(){return{showStoreUrl:!0,showPassword:!1,otherStoreUrl:null,banner:"",defaultUrl:dokan.urls.siteUrl+dokan.urls.storePrefix+"/",showButton:!0,placeholderData:"",delay:500,storeAvailable:null,userNameAvailable:null,emailAvailable:null,storeAvailabilityText:"",userNameAvailabilityText:"",emailAvailabilityText:"",getAccountFields:dokan.hooks.applyFilters("getVendorAccountFields",[])}},watch:{"vendorInfo.store_name":function(e){this.showStoreUrl=!0},"vendorInfo.user_nicename":function(e){void 0!==e&&(this.showStoreUrl=!1,this.otherStoreUrl=this.defaultUrl+e.trim().split(" ").join("-").toLowerCase().replace(/[^\w\s/-]/g,"").replace(/-+/g,"-"),this.vendorInfo.user_nicename=e.split(" ").join("-").toLowerCase().replace(/[^\w\s/-]/g,"").replace(/-+/g,"-"),this.checkStoreName())},"vendorInfo.user_login":function(e){this.checkUsername()},"vendorInfo.email":function(e){this.checkEmail()}},computed:{storeUrl:function(){var e=this.vendorInfo.store_name.trim().split(" ").join("-").toLowerCase().replace(/[^\w\s/-]/g,"").replace(/-+/g,"-");return this.vendorInfo.user_nicename=e,this.otherStoreUrl=this.defaultUrl+e,this.defaultUrl+e}},created:function(){var e=this;this.checkStoreName=Object(s.debounce)(this.checkStore,this.delay),this.checkUsername=Object(s.debounce)(this.searchUsername,this.delay),this.checkEmail=Object(s.debounce)(this.searchEmail,this.delay),this.$root.$on("passwordCancelled",function(){e.showPassword=!1})},methods:{uploadBanner:function(e){this.vendorInfo.banner_id=e.id,this.showButton=!1},uploadGravatar:function(e){this.vendorInfo.gravatar_id=e.id},getId:function(){return this.$route.params.id},onSelectBanner:function(e){this.banner=e.url,this.vendorInfo.banner_id=e.id},getError:function(e){var t=this.errors;return!(!t||void 0===t)&&(!(t.length<1)&&(t.includes(e)?e:void 0))},checkStore:function(){var e=this,t=this.vendorInfo.user_nicename;t&&(this.storeAvailabilityText=this.__("Searching...","dokan-lite"),dokan.api.get("/stores/check",{store_slug:t}).then(function(t){t.available?(e.storeAvailable=!0,e.$root.$emit("vendorInfoChecked",{userNameAvailable:e.userNameAvailable,storeAvailable:e.storeAvailable,emailAvailable:e.emailAvailable}),e.storeAvailabilityText=e.__("Available","dokan-lite")):(e.storeAvailable=!1,e.$root.$emit("vendorInfoChecked",{userNameAvailable:e.userNameAvailable,storeAvailable:e.storeAvailable,emailAvailable:e.emailAvailable}),e.storeAvailabilityText=e.__("Not Available","dokan-lite"))}))},searchUsername:function(){var e=this,t=this.vendorInfo.user_login;t&&(this.userNameAvailabilityText=this.__("Searching...","dokan-lite"),dokan.api.get("/stores/check",{username:t}).then(function(t){t.available?(e.userNameAvailable=!0,e.$root.$emit("vendorInfoChecked",{userNameAvailable:e.userNameAvailable,storeAvailable:e.storeAvailable,emailAvailable:e.emailAvailable}),e.userNameAvailabilityText=e.__("Available","dokan-lite")):(e.userNameAvailable=!1,e.$root.$emit("vendorInfoChecked",{userNameAvailable:e.userNameAvailable,storeAvailable:e.storeAvailable,emailAvailable:e.emailAvailable}),e.userNameAvailabilityText=e.__("Not Available","dokan-lite"))}))},searchEmail:function(){var e=this,t=this.vendorInfo.email;t&&(this.emailAvailabilityText=this.__("Searching...","dokan-lite"),dokan.api.get("/stores/check",{email:t}).then(function(t){t.available?(e.emailAvailable=!0,e.$root.$emit("vendorInfoChecked",{userNameAvailable:e.userNameAvailable,storeAvailable:e.storeAvailable,emailAvailable:e.emailAvailable}),e.emailAvailabilityText=e.__("Available","dokan-lite")):(e.emailAvailable=!1,e.$root.$emit("vendorInfoChecked",{userNameAvailable:e.userNameAvailable,storeAvailable:e.storeAvailable,emailAvailable:e.emailAvailable}),e.emailAvailabilityText=t.message?t.message:e.__("This email is already registered, please choose another one.","dokan-lite"))}))},setPassword:function(e){this.showPassword=!0,this.vendorInfo.user_pass=e},sendEmail:function(e,t){"notify_vendor"===t&&(this.vendorInfo.notify_vendor=e)},getUploadBannerText:function(){var e=dokan.store_banner_dimension.width,t=dokan.store_banner_dimension.height;return this.__("Upload banner for your store. Banner size is (".concat(e,"x").concat(t,") pixels."),"dokan-lite")}}}},function(e,t,a){"use strict";t.a={name:"Switches",props:{enabled:{type:Boolean,required:!0,default:!1},value:{type:[String,Number]}},data:function(){return{}},methods:{trigger:function(e){this.$emit("input",e.target.checked,e.target.value)}}}},function(e,t,a){"use strict";t.a={name:"UploadImage",inheritAttrs:!1,props:{src:{default:dokan.urls.assetsUrl+"/images/store-pic.png"},showButton:{type:Boolean,default:!1},buttonLabel:{type:String,default:"Upload Image"},croppingWidth:{type:Number},croppingHeight:{type:Number}},data:function(){return{image:{src:"",id:""}}},methods:{uploadImage:function(){this.openMediaManager(this.onSelectImage)},onSelectImage:function(e){this.image.src=e.url,this.image.id=e.id,this.$emit("uploadedImage",this.image)},openMediaManager:function(e){var t=this;if(t.fileFrame)t.fileFrame.open();else{var a={library:wp.media.query(),multiple:!1,title:this.__("Select & Crop Image","dokan-lite"),priority:20,filterable:"uploaded",autoSelect:!0,suggestedWidth:500,suggestedHeight:300},s={id:"control-id",params:{width:this.croppingWidth?parseInt(this.croppingWidth,10):parseInt(dokan.store_banner_dimension.width,10),height:this.croppingHeight?parseInt(this.croppingHeight,10):parseInt(dokan.store_banner_dimension.height,10),flex_width:!!parseInt(dokan.store_banner_dimension["flex-width"],10),flex_height:!!parseInt(dokan.store_banner_dimension["flex-height"],10)},mustBeCropped:function(e,t,a,s,n,i){return(!0!==e||!0!==t)&&((!0!==e||s!==i)&&((!0!==t||a!==n)&&((a!==n||s!==i)&&!(n<=a))))}},n=[new wp.media.controller.Library(a),new wp.media.controller.CustomizeImageCropper({imgSelectOptions:t.calculateImageSelectOptions,control:s})],i={title:this.__("Select Image","dokan-lite"),button:{text:this.__("Select Image","dokan-lite"),close:!1},multiple:!1};i.states=n,t.fileFrame=wp.media(i),t.fileFrame.on("select",function(){t.fileFrame.setState("cropper")}),t.fileFrame.on("cropped",function(a){e(a),t.fileFrame=null}),t.fileFrame.on("skippedcrop",function(){var a=t.fileFrame.state().get("selection").map(function(e){return e.toJSON()}).pop();e(a),t.fileFrame=null}),t.fileFrame.on("close",function(){t.fileFrame=null}),t.fileFrame.on("ready",function(){t.fileFrame.uploader.options.uploader.params={type:"dokan-vendor-option-media"}}),t.fileFrame.open()}},calculateImageSelectOptions:function(e,t){var a,s,n,i,o,r,l=this.croppingWidth?parseInt(this.croppingWidth,10):parseInt(dokan.store_banner_dimension.width,10),d=this.croppingHeight?parseInt(this.croppingHeight,10):parseInt(dokan.store_banner_dimension.height,10),c=!!parseInt(dokan.store_banner_dimension["flex-width"],10),u=!!parseInt(dokan.store_banner_dimension["flex-height"],10);o=e.get("width"),i=e.get("height");var p=t.get("control");return t.set("canSkipCrop",!p.mustBeCropped(c,u,l,d,o,i)),(s=o)/(n=i)>(a=l/d)?l=(d=n)*a:d=(l=s)/a,r={handles:!0,keys:!0,instance:!0,persistent:!0,imageWidth:o,imageHeight:i,x1:0,y1:0,x2:l,y2:d},!1===u&&!1===c&&(r.aspectRatio=l+":"+d),!1===u&&(r.maxHeight=d),!1===c&&(r.maxWidth=l),r}}}},function(e,t,a){"use strict";t.a={name:"PasswordGenerator",props:{title:{type:String,default:"Generate Password"},cancelTitle:{type:String,default:"Cancel"},regenrateTitle:{type:String,default:"Regenrate"},length:{type:Number,default:25}},data:function(){return{password:"",hideGenerateButton:!1,showCancelButton:!1}},methods:{generatePassword:function(){this.password=this.makePassword(this.length),this.$emit("passwordGenerated",this.password),this.hideGenerateButton=!0,this.showCancelButton=!0},makePassword:function(){for(var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:25,t="",a=0;a<=e;a++){t+="abcdefghijklmnopqurstuvwxyz"[Math.floor(Math.random()*e)]+"ABCDEFGHIJKLMNOPQURSTUVWXYZ"[Math.floor(10*Math.random())]+"!@#$%^&*()"[Math.floor(Math.random()*"!@#$%^&*()".length)]}return t.slice(-e)},cancelButton:function(){this.hideGenerateButton=!1,this.showCancelButton=!1,this.$root.$emit("passwordCancelled")},regenratePassword:function(){this.password=this.makePassword(this.length),this.$emit("passwordGenerated",this.password)}}}},function(e,t,a){"use strict";var s=a(3);a.n(s);t.a={name:"VendorAddressFields",components:{Multiselect:s.Multiselect},props:{vendorInfo:{type:Object}},data:function(){return{countries:[],states:[],selectedCountry:{},selectedState:{},getAddressFields:dokan.hooks.applyFilters("getVendorAddressFields",[])}},computed:{selectedCode:function(){var e=this.vendorInfo.address.country;return""!==e?e:[]}},created:function(){this.countries=this.transformCountries(dokan.countries),this.states=dokan.states;var e=this.vendorInfo.address.country,t=this.vendorInfo.address.state;""!==e&&(this.selectedCountry={name:this.getCountryFromCountryCode(e),code:e},this.selectedState={name:this.getStateFromStateCode(t,e),code:t})},methods:{transformCountries:function(e){var t=[];for(var a in e)t.push({name:e[a],code:a});return t},getCountryFromCountryCode:function(e){if(""!==e)return dokan.countries[e]},getStateFromStateCode:function(e,t){if(""!==e){var a=dokan.states[t],s=a&&a[e];return void 0!==s?s:[]}},getStatesFromCountryCode:function(e){if(""!==e){var t=[],a=this.states;for(var s in a)if(s===e&&!(a[s]&&a[s].length<1))for(var n in a[s])t.push({name:a[s][n],code:n});return t}},saveCountry:function(e){e&&(this.vendorInfo.address.state=null,this.selectedState={},this.vendorInfo.address.country=e.code)},saveState:function(e){e&&(this.vendorInfo.address.state=e.code)}}}},function(e,t,a){"use strict";var s=a(2),n=a(3);a.n(n);t.a={name:"VendorPaymentFields",components:{Switches:s.a,Multiselect:n.Multiselect},props:{vendorInfo:{type:Object}},data:function(){return{enabled:!1,trusted:!1,featured:!1,commissionTypes:[{name:"flat",label:this.__("Flat","dokan-lite")},{name:"percentage",label:this.__("Percentage","dokan-lite")},{name:"combine",label:this.__("Combine","dokan-lite")}],selectedCommissionType:{name:"flat",label:this.__("Flat","dokan-lite")},getBankFields:dokan.hooks.applyFilters("getVendorBankFields",[]),getPyamentFields:dokan.hooks.applyFilters("AfterPyamentFields",[])}},created:function(){this.vendorInfo.enabled&&(this.enabled=!0,this.vendorInfo.enabled=!0),this.vendorInfo.trusted&&(this.trusted=!0,this.vendorInfo.trusted=!0),this.vendorInfo.featured&&(this.featured=!0,this.vendorInfo.featured=!0);var e=this.vendorInfo.admin_commission_type;if(e){var t=_.findWhere(this.commissionTypes,{name:e}),a=t.name,s=t.label;this.selectedCommissionType.name=a,this.selectedCommissionType.label=s}},methods:{setValue:function(e,t){"enabled"===t&&(this.vendorInfo.enabled=!!e),"trusted"===t&&(this.vendorInfo.trusted=!!e),"featured"===t&&(this.vendorInfo.featured=!!e)},getId:function(){return this.$route.params.id},saveCommissionType:function(e){var t=e.name;t||(this.vendorInfo.admin_commission_type="flat"),this.vendorInfo.admin_commission_type=t}}}},,,,function(e,t,a){"use strict";var s=a(12),n=a(30),i=!1;var o=function(e){i||a(29)},r=a(0)(s.a,n.a,!1,o,null,null);r.options.__file="src/admin/components/UploadImage.vue",t.a=r.exports},function(e,t,a){"use strict";var s=a(13),n=a(31),i=a(0)(s.a,n.a,!1,null,null,null);i.options.__file="src/admin/components/PasswordGenerator.vue",t.a=i.exports},,function(e,t,a){"use strict";var s=a(6),n=a(0)(s.a,null,!1,null,null,null);n.options.__file="src/admin/components/Chart.vue",t.a=n.exports},function(e,t,a){"use strict";var s=a(9),n=a(25),i=!1;var o=function(e){i||a(24)},r=a(0)(s.a,n.a,!1,o,"data-v-01dc0d51",null);r.options.__file="src/admin/components/ColorPicker.vue",t.a=r.exports},function(e,t){},function(e,t,a){"use strict";var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"color-picker-container"},[a("button",{staticClass:"button color-picker-button",style:{backgroundColor:e.value},attrs:{type:"button"},on:{click:e.toggleColorPicker}},[a("span",[e._v(e._s(e.__("Select Color","dokan-lite")))])]),e._v(" "),e.showColorPicker&&"hex"===e.format?a("input",{staticClass:"hex-input",attrs:{type:"text"},domProps:{value:e.value},on:{input:function(t){return e.setHexColor(t.target.value)}}}):e._e(),e._v(" "),e.showColorPicker?a("div",{staticClass:"button-group"},[a("button",{staticClass:"button button-small",attrs:{type:"button"},on:{click:function(t){return e.updateColor({})}}},[e._v(e._s(e.__("Clear","dokan-lite")))]),e._v(" "),a("button",{staticClass:"button button-small",attrs:{type:"button"},on:{click:e.toggleColorPicker}},[e._v(e._s(e.__("Close","dokan-lite")))])]):e._e(),e._v(" "),e.showColorPicker?a("sketch",{attrs:{value:e.value,"preset-colors":e.presetColors,"disable-alpha":e.disableAlpha,"disable-fields":e.disableFields},on:{input:e.updateColor}}):e._e()],1)};s._withStripped=!0;var n={render:s,staticRenderFns:[]};t.a=n},function(e,t,a){"use strict";var s=a(10),n=a(32),i=a(0)(s.a,n.a,!1,null,null,null);i.options.__file="src/admin/pages/VendorAccountFields.vue",t.a=i.exports},function(e,t){},function(e,t,a){"use strict";var s=function(){var e=this.$createElement,t=this._self._c||e;return t("label",{staticClass:"switch tips"},[t("input",{staticClass:"toogle-checkbox",attrs:{type:"checkbox"},domProps:{checked:this.enabled,value:this.value},on:{change:this.trigger}}),this._v(" "),t("span",{staticClass:"slider round"})])};s._withStripped=!0;var n={render:s,staticRenderFns:[]};t.a=n},function(e,t){},function(e,t,a){"use strict";var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"dokan-upload-image",on:{click:e.uploadImage}},[e.showButton?e._e():a("img",{attrs:{src:e.image.src?e.image.src:e.src}}),e._v(" "),e.showButton?a("button",{on:{click:function(t){return t.preventDefault(),e.uploadImage.apply(null,arguments)}}},[e._v("\n "+e._s(e.buttonLabel)+"\n ")]):e._e()])};s._withStripped=!0;var n={render:s,staticRenderFns:[]};t.a=n},function(e,t,a){"use strict";var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"password-generator"},[e.hideGenerateButton?e._e():a("button",{staticClass:"button button-secondary",on:{click:function(t){return t.preventDefault(),e.generatePassword.apply(null,arguments)}}},[e._v("\n "+e._s(e.title)+"\n ")]),e._v(" "),e.showCancelButton?a("button",{staticClass:"button regen-button",on:{click:function(t){return t.preventDefault(),e.regenratePassword.apply(null,arguments)}}},[a("span",{staticClass:"dashicons dashicons-controls-repeat"}),e._v("\n "+e._s(e.regenrateTitle)+"\n ")]):e._e(),e._v(" "),e.showCancelButton?a("button",{staticClass:"button cancel-button",on:{click:function(t){return t.preventDefault(),e.cancelButton.apply(null,arguments)}}},[e._v("\n "+e._s(e.cancelTitle)+"\n ")]):e._e()])};s._withStripped=!0;var n={render:s,staticRenderFns:[]};t.a=n},function(e,t,a){"use strict";var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("form",{staticClass:"account-info"},[a("div",{staticClass:"content-header"},[e._v("\n "+e._s(e.__("Account Info","dokan-lite"))+"\n ")]),e._v(" "),a("div",{staticClass:"content-body"},[e.getId()?e._e():a("div",{staticClass:"vendor-image"},[a("div",{staticClass:"picture"},[a("p",{staticClass:"picture-header"},[e._v(e._s(e.__("Vendor Picture","dokan-lite")))]),e._v(" "),a("div",{staticClass:"profile-image"},[a("upload-image",{attrs:{croppingWidth:150,croppingHeight:150},on:{uploadedImage:e.uploadGravatar}})],1),e._v(" "),a("p",{staticClass:"picture-footer",domProps:{innerHTML:e._s(e.sprintf(e.__("You can change your profile picture on %s","dokan-lite"),"<a href='https://gravatar.com/' target='_blank'>Gravatar</a>"))}})]),e._v(" "),a("div",{class:["picture banner",{"has-banner":e.vendorInfo.banner_id}]},[a("div",{staticClass:"banner-image"},[a("upload-image",{attrs:{showButton:e.showButton,buttonLabel:e.__("Upload Banner","dokan-lite")},on:{uploadedImage:e.uploadBanner}})],1),e._v(" "),e.showButton?a("p",{staticClass:"picture-footer"},[e._v(e._s(e.getUploadBannerText()))]):e._e()])]),e._v(" "),a("div",{staticClass:"dokan-form-group"},[a("div",{staticClass:"column"},[a("label",{attrs:{for:"first-name"}},[e._v(e._s(e.__("First Name","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.first_name,expression:"vendorInfo.first_name"}],staticClass:"dokan-form-input",attrs:{type:"email",id:"first-name",placeholder:e.__("First Name","dokan-lite")},domProps:{value:e.vendorInfo.first_name},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo,"first_name",t.target.value)}}})]),e._v(" "),a("div",{staticClass:"column"},[a("label",{attrs:{for:"last-name"}},[e._v(e._s(e.__("Last Name","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.last_name,expression:"vendorInfo.last_name"}],staticClass:"dokan-form-input",attrs:{type:"email",id:"last-name",placeholder:e.__("Last Name","dokan-lite")},domProps:{value:e.vendorInfo.last_name},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo,"last_name",t.target.value)}}})]),e._v(" "),a("div",{staticClass:"column"},[a("label",{attrs:{for:"store-name"}},[e._v(e._s(e.__("Store Name","dokan-lite")))]),e._v(" "),e.getId()?e._e():a("span",{staticClass:"required-field"},[e._v("*")]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.store_name,expression:"vendorInfo.store_name"}],class:{"dokan-form-input":!0,"has-error":e.getError("store_name")},attrs:{type:"text",id:"store-name",placeholder:e.getError("store_name")?e.__("Store Name is required","dokan-lite"):e.__("Store Name","dokan-lite")},domProps:{value:e.vendorInfo.store_name},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo,"store_name",t.target.value)}}})]),e._v(" "),e.getId()?e._e():a("div",{staticClass:"column"},[a("label",{attrs:{for:"user-nicename"}},[e._v(e._s(e.__("Store URL","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.user_nicename,expression:"vendorInfo.user_nicename"}],staticClass:"dokan-form-input",attrs:{type:"text",id:"user-nicename",placeholder:e.__("Store Url","dokan-lite")},domProps:{value:e.vendorInfo.user_nicename},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo,"user_nicename",t.target.value)}}}),e._v(" "),a("div",{staticClass:"store-avaibility-info"},[e.showStoreUrl?a("p",{staticClass:"store-url"},[e._v(e._s(e.storeUrl))]):a("p",{staticClass:"store-url"},[e._v(e._s(e.otherStoreUrl))]),e._v(" "),a("span",{class:{"is-available":e.storeAvailable,"not-available":!e.storeAvailable}},[e._v(e._s(e.storeAvailabilityText))])])]),e._v(" "),a("div",{staticClass:"column"},[a("label",{attrs:{for:"store-phone"}},[e._v(e._s(e.__("Phone Number","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.phone,expression:"vendorInfo.phone"}],staticClass:"dokan-form-input",attrs:{type:"number",id:"store-phone",placeholder:e.__("123456789","dokan-lite")},domProps:{value:e.vendorInfo.phone},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo,"phone",t.target.value)}}})]),e._v(" "),a("div",{staticClass:"column"},[a("label",{attrs:{for:"store-email"}},[e._v(e._s(e.__("Email","dokan-lite")))]),e._v(" "),e.getId()?e._e():a("span",{staticClass:"required-field"},[e._v("*")]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.email,expression:"vendorInfo.email"}],class:{"dokan-form-input":!0,"has-error":e.getError("email")},attrs:{type:"email",id:"store-email",placeholder:e.getError("email")?e.__("Email is required","dokan-lite"):e.__("store@email.com","dokan-lite")},domProps:{value:e.vendorInfo.email},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo,"email",t.target.value)}}}),e._v(" "),a("div",{staticClass:"store-avaibility-info"},[a("span",{class:{"is-available":e.emailAvailable,"not-available":!e.emailAvailable}},[e._v(e._s(e.emailAvailabilityText))])])]),e._v(" "),e.getId()?e._e():[a("div",{staticClass:"column"},[a("label",{attrs:{for:"user-login"}},[e._v(e._s(e.__("Username","dokan-lite")))]),a("span",{staticClass:"required-field"},[e._v("*")]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.user_login,expression:"vendorInfo.user_login"}],staticClass:"dokan-form-input",class:{"dokan-form-input":!0,"has-error":e.getError("user_login")},attrs:{type:"text",id:"user-login",placeholder:e.getError("user_login")?e.__("Username is required","dokan-lite"):e.__("Username","dokan-lite")},domProps:{value:e.vendorInfo.user_login},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo,"user_login",t.target.value)}}}),e._v(" "),a("div",{staticClass:"store-avaibility-info"},[a("span",{class:{"is-available":e.userNameAvailable,"not-available":!e.userNameAvailable}},[e._v(e._s(e.userNameAvailabilityText))])]),e._v(" "),a("div",{staticClass:"checkbox-left notify-vendor"},[a("switches",{attrs:{enabled:!0,value:"notify_vendor"},on:{input:e.sendEmail}}),e._v(" "),a("span",{staticClass:"desc"},[e._v(e._s(e.__("Send the vendor an email about their account.","dokan-lite")))])],1)]),e._v(" "),a("div",{staticClass:"column"},[a("label",{attrs:{for:"store-password"}},[e._v(e._s(e.__("Password","dokan-lite")))]),e._v(" "),e.showPassword?a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.user_pass,expression:"vendorInfo.user_pass"}],staticClass:"dokan-form-input",attrs:{id:"store-password",type:"text",placeholder:"********"},domProps:{value:e.vendorInfo.user_pass},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo,"user_pass",t.target.value)}}}):e._e(),e._v(" "),a("password-generator",{attrs:{title:e.__("Generate Password","dokan-lite")},on:{passwordGenerated:e.setPassword}})],1)],e._v(" "),e._l(e.getAccountFields,function(t,s){return a(t,{key:s,tag:"component",attrs:{vendorInfo:e.vendorInfo}})})],2)])])};s._withStripped=!0;var n={render:s,staticRenderFns:[]};t.a=n},function(e,t,a){"use strict";var s=a(14),n=a(35),i=!1;var o=function(e){i||a(34)},r=a(0)(s.a,n.a,!1,o,null,null);r.options.__file="src/admin/pages/VendorAddressFields.vue",t.a=r.exports},function(e,t){},function(e,t,a){"use strict";var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"account-info"},[a("div",{staticClass:"content-header"},[e._v("\n "+e._s(e.__("Address","dokan-lite"))+"\n ")]),e._v(" "),a("div",{staticClass:"content-body"},[a("div",{staticClass:"dokan-form-group"},[a("div",{staticClass:"column"},[a("label",{attrs:{for:"street-1"}},[e._v(e._s(e.__("Street 1","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.address.street_1,expression:"vendorInfo.address.street_1"}],staticClass:"dokan-form-input",attrs:{type:"text",id:"street-1",placeholder:e.__("Street 1","dokan-lite")},domProps:{value:e.vendorInfo.address.street_1},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo.address,"street_1",t.target.value)}}})]),e._v(" "),a("div",{staticClass:"column"},[a("label",{attrs:{for:"street-2"}},[e._v(e._s(e.__("Street 2","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.address.street_2,expression:"vendorInfo.address.street_2"}],staticClass:"dokan-form-input",attrs:{type:"text",id:"street-2",placeholder:e.__("Street 2","dokan-lite")},domProps:{value:e.vendorInfo.address.street_2},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo.address,"street_2",t.target.value)}}})]),e._v(" "),a("div",{staticClass:"column"},[a("label",{attrs:{for:"city"}},[e._v(e._s(e.__("City","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.address.city,expression:"vendorInfo.address.city"}],staticClass:"dokan-form-input",attrs:{type:"text",id:"city",placeholder:e.__("City","dokan-lite")},domProps:{value:e.vendorInfo.address.city},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo.address,"city",t.target.value)}}})]),e._v(" "),a("div",{staticClass:"column"},[a("label",{attrs:{for:"zip"}},[e._v(e._s(e.__("Zip","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.address.zip,expression:"vendorInfo.address.zip"}],staticClass:"dokan-form-input",attrs:{type:"text",id:"zip",placeholder:e.__("Zip","dokan-lite")},domProps:{value:e.vendorInfo.address.zip},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo.address,"zip",t.target.value)}}})]),e._v(" "),a("div",{staticClass:"address-multiselect"},[a("label",{attrs:{for:"country"}},[e._v(e._s(e.__("Country","dokan-lite")))]),e._v(" "),a("Multiselect",{attrs:{id:"country",options:e.countries,multiselect:!1,label:"name","track-by":"name",showLabels:!1,placeholder:e.__("Select Country","dokan-lite")},on:{input:e.saveCountry},model:{value:e.selectedCountry,callback:function(t){e.selectedCountry=t},expression:"selectedCountry"}})],1),e._v(" "),a("div",{staticClass:"address-multiselect"},[a("label",{attrs:{for:"state"}},[e._v(e._s(e.__("State","dokan-lite")))]),e._v(" "),e.getStatesFromCountryCode(e.selectedCode).length<1?[a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.address.state,expression:"vendorInfo.address.state"}],staticClass:"dokan-form-input",attrs:{id:"state",type:"text",placeholder:e.__("State","dokan-lite")},domProps:{value:e.vendorInfo.address.state},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo.address,"state",t.target.value)}}})]:[a("Multiselect",{attrs:{id:"state",options:e.getStatesFromCountryCode(e.selectedCode),multiselect:!1,showLabels:!1,label:"name","track-by":"name",placeholder:e.__("Select State","dokan-lite")},on:{input:e.saveState},model:{value:e.selectedState,callback:function(t){e.selectedState=t},expression:"selectedState"}})]],2),e._v(" "),e._l(e.getAddressFields,function(t,s){return a(t,{key:s,tag:"component",attrs:{vendorInfo:e.vendorInfo}})})],2)])])};s._withStripped=!0;var n={render:s,staticRenderFns:[]};t.a=n},function(e,t,a){"use strict";var s=a(15),n=a(38),i=!1;var o=function(e){i||a(37)},r=a(0)(s.a,n.a,!1,o,null,null);r.options.__file="src/admin/pages/VendorPaymentFields.vue",t.a=r.exports},function(e,t){},function(e,t,a){"use strict";var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{class:{"payment-info":!0,"edit-mode":e.getId()}},[a("div",{staticClass:"content-header"},[e._v("\n "+e._s(e.__("Payment Options","dokan-lite"))+"\n ")]),e._v(" "),a("div",{staticClass:"content-body"},[a("div",{staticClass:"dokan-form-group"},[a("div",{staticClass:"column"},[a("label",{attrs:{for:"account-name"}},[e._v(e._s(e.__("Account Name","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.payment.bank.ac_name,expression:"vendorInfo.payment.bank.ac_name"}],staticClass:"dokan-form-input",attrs:{type:"text",id:"account-name",placeholder:e.__("Account Name","dokan-lite")},domProps:{value:e.vendorInfo.payment.bank.ac_name},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo.payment.bank,"ac_name",t.target.value)}}})]),e._v(" "),a("div",{staticClass:"column"},[a("label",{attrs:{for:"account-number"}},[e._v(e._s(e.__("Account Number","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.payment.bank.ac_number,expression:"vendorInfo.payment.bank.ac_number"}],staticClass:"dokan-form-input",attrs:{type:"text",id:"account-number",placeholder:e.__("1233456789","dokan-lite")},domProps:{value:e.vendorInfo.payment.bank.ac_number},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo.payment.bank,"ac_number",t.target.value)}}})]),e._v(" "),a("div",{staticClass:"column"},[a("label",{attrs:{for:"bank-name"}},[e._v(e._s(e.__("Bank Name","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.payment.bank.bank_name,expression:"vendorInfo.payment.bank.bank_name"}],staticClass:"dokan-form-input",attrs:{type:"text",id:"bank-name",placeholder:e.__("Bank Name","dokan-lite")},domProps:{value:e.vendorInfo.payment.bank.bank_name},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo.payment.bank,"bank_name",t.target.value)}}})]),e._v(" "),a("div",{staticClass:"column"},[a("label",{attrs:{for:"bank-address"}},[e._v(e._s(e.__("Bank Address","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.payment.bank.bank_addr,expression:"vendorInfo.payment.bank.bank_addr"}],staticClass:"dokan-form-input",attrs:{type:"text",id:"bank-address",placeholder:e.__("Bank Address","dokan-lite")},domProps:{value:e.vendorInfo.payment.bank.bank_addr},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo.payment.bank,"bank_addr",t.target.value)}}})]),e._v(" "),a("div",{staticClass:"column"},[a("label",{attrs:{for:"routing-number"}},[e._v(e._s(e.__("Routing Number","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.payment.bank.routing_number,expression:"vendorInfo.payment.bank.routing_number"}],staticClass:"dokan-form-input",attrs:{type:"text",id:"routing-number",placeholder:e.__("123456789","dokan-lite")},domProps:{value:e.vendorInfo.payment.bank.routing_number},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo.payment.bank,"routing_number",t.target.value)}}})]),e._v(" "),a("div",{staticClass:"column"},[a("label",{attrs:{for:"iban"}},[e._v(e._s(e.__("IBAN","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.payment.bank.iban,expression:"vendorInfo.payment.bank.iban"}],staticClass:"dokan-form-input",attrs:{type:"text",id:"iban",placeholder:e.__("123456789","dokan-lite")},domProps:{value:e.vendorInfo.payment.bank.iban},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo.payment.bank,"iban",t.target.value)}}})]),e._v(" "),a("div",{staticClass:"column"},[a("label",{attrs:{for:"swift"}},[e._v(e._s(e.__("Swift","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.payment.bank.swift,expression:"vendorInfo.payment.bank.swift"}],staticClass:"dokan-form-input",attrs:{type:"text",id:"swift",placeholder:e.__("123456789","dokan-lite")},domProps:{value:e.vendorInfo.payment.bank.swift},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo.payment.bank,"swift",t.target.value)}}})]),e._v(" "),e._l(e.getBankFields,function(t,s){return a(t,{key:s,tag:"component",attrs:{vendorInfo:e.vendorInfo}})})],2),e._v(" "),a("div",{staticClass:"dokan-form-group"},[a("div",{class:{column:e.getId(),"checkbox-group":!e.getId()}},[a("label",{attrs:{for:"paypal-email"}},[e._v(e._s(e.__("PayPal Email","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.payment.paypal.email,expression:"vendorInfo.payment.paypal.email"}],staticClass:"dokan-form-input",attrs:{type:"email",id:"paypal-email",placeholder:e.__("store@email.com","dokan-lite")},domProps:{value:e.vendorInfo.payment.paypal.email},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo.payment.paypal,"email",t.target.value)}}})]),e._v(" "),e.getId()?[a("div",{staticClass:"column"},[a("div",{staticClass:"column"},[a("label",{attrs:{for:"commission-type"}},[e._v(e._s(e.__("Admin Commission Type","dokan-lite")))]),e._v(" "),a("Multiselect",{attrs:{id:"commission-type",options:e.commissionTypes,"track-by":"name",label:"label","allow-empty":!1,multiselect:!1,searchable:!1,showLabels:!1},on:{input:e.saveCommissionType},model:{value:e.selectedCommissionType,callback:function(t){e.selectedCommissionType=t},expression:"selectedCommissionType"}})],1)]),e._v(" "),"combine"===e.selectedCommissionType.name?a("div",{staticClass:"column combine-commission"},[a("label",[e._v(e._s(e.__("Admin Commission","dokan-lite")))]),e._v(" "),a("div",{staticClass:"combine-commission-field"},[a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.admin_commission,expression:"vendorInfo.admin_commission"}],staticClass:"wc_input_decimal dokan-form-input percent_fee",attrs:{type:"text"},domProps:{value:e.vendorInfo.admin_commission},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo,"admin_commission",t.target.value)}}}),e._v("\n "+e._s("%    +")+"\n "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.admin_additional_fee,expression:"vendorInfo.admin_additional_fee"}],staticClass:"wc_input_price dokan-form-input fixed_fee",attrs:{type:"text"},domProps:{value:e.vendorInfo.admin_additional_fee},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo,"admin_additional_fee",t.target.value)}}})])]):a("div",{staticClass:"column"},[a("label",[e._v(e._s(e.__("Admin Commission","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.admin_commission,expression:"vendorInfo.admin_commission"}],staticClass:"dokan-form-input",class:{wc_input_price:"flat"==e.selectedCommissionType.name,wc_input_decimal:"flat"!=e.selectedCommissionType.name},attrs:{type:"text"},domProps:{value:e.vendorInfo.admin_commission},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo,"admin_commission",t.target.value)}}})])]:e._e(),e._v(" "),a("div",{staticClass:"checkbox-group"},[a("div",{staticClass:"checkbox-left"},[a("switches",{attrs:{enabled:e.enabled,value:"enabled"},on:{input:e.setValue}}),e._v(" "),a("span",{staticClass:"desc"},[e._v(e._s(e.__("Enable Selling","dokan-lite")))])],1)]),e._v(" "),a("div",{staticClass:"checkbox-group"},[a("div",{staticClass:"checkbox-left"},[a("switches",{attrs:{enabled:e.trusted,value:"trusted"},on:{input:e.setValue}}),e._v(" "),a("span",{staticClass:"desc"},[e._v(e._s(e.__("Publish Product Directly","dokan-lite")))])],1)]),e._v(" "),a("div",{staticClass:"checkbox-group"},[a("div",{staticClass:"checkbox-left"},[a("switches",{attrs:{enabled:e.featured,value:"featured"},on:{input:e.setValue}}),e._v(" "),a("span",{staticClass:"desc"},[e._v(e._s(e.__("Make Vendor Featured","dokan-lite")))])],1)])],2),e._v(" "),e._l(e.getPyamentFields,function(t,s){return a(t,{key:s,tag:"component",attrs:{vendorInfo:e.vendorInfo}})})],2)])};s._withStripped=!0;var n={render:s,staticRenderFns:[]};t.a=n},,,,,,function(e,t,a){"use strict";t.a={name:"App"}},function(e,t,a){"use strict";var s=a(22),n=a(7),i=dokan_get_lib("Postbox"),o=dokan_get_lib("Loading"),r=dokan_get_lib("Currency");t.a={name:"Dashboard",components:{Postbox:i,Loading:o,Chart:s.a,Currency:r,UpgradeBanner:n.a},data:function(){return{overview:null,feed:null,report:null,subscribe:{success:!1,loading:!1,email:""},hasPro:!!dokan.hasPro}},created:function(){this.fetchOverview(),this.fetchFeed(),this.fetchReport()},methods:{fetchOverview:function(){var e=this;dokan.api.get("/admin/report/summary").done(function(t){e.overview=t})},fetchFeed:function(){var e=this;dokan.api.get("/admin/dashboard/feed").done(function(t){e.feed=t})},fetchReport:function(){var e=this;dokan.api.get("/admin/report/overview").done(function(t){e.report=t})},validEmail:function(e){return/^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/.test(e)},emailSubscribe:function(){var e=this;this.validEmail(this.subscribe.email)&&(this.subscribe.loading=!0,jQuery.ajax({url:"https://wedevs.us16.list-manage.com/subscribe/post-json?u=66e606cfe0af264974258f030&id=0d176bb256&c=?",data:{EMAIL:this.subscribe.email,"group[3555][8]":"1"},type:"GET",dataType:"json",cache:!1,contentType:"application/json; charset=utf-8"}).always(function(t){e.subscribe.success=!0,e.subscribe.loading=!1}))}}}},function(e,t,a){"use strict";t.a={name:"UpgradeBanner",data:function(){return{show:!0,upgradeURL:dokan.urls.upgradeToPro}},computed:{showUpgrade:function(){return!dokan.hasPro&&"show"===dokan.proNag}},methods:{dismiss:function(){this.show=!1,wp.ajax.post("dokan-upgrade-dissmiss")}}}},function(e,t,a){"use strict";var s=a(8),n=a.n(s),i=a(7),o=dokan_get_lib("ListTable"),r=dokan_get_lib("Modal"),l=dokan_get_lib("Currency");t.a={name:"Withdraw",components:{ListTable:o,Modal:r,Currency:l,UpgradeBanner:i.a},data:function(){return{showModal:!1,editing:{id:null,note:null},totalPages:1,perPage:10,totalItems:0,filter:{user_id:0},counts:{pending:0,approved:0,cancelled:0},notFound:this.__("No requests found.","dokan-lite"),massPayment:this.__("Paypal Mass Payment File is Generated.","dokan-lite"),showCb:!0,loading:!1,columns:{seller:{label:this.__("Vendor","dokan-lite")},amount:{label:this.__("Amount","dokan-lite")},status:{label:this.__("Status","dokan-lite")},method_title:{label:this.__("Method","dokan-lite")},method_details:{label:this.__("Details","dokan-lite")},note:{label:this.__("Note","dokan-lite")},created:{label:this.__("Date","dokan-lite")},actions:{label:this.__("Actions","dokan-lite")}},requests:[],actionColumn:"seller",hasPro:!!dokan.hasPro}},watch:{"$route.query.status":function(){this.filter.user_id=0,this.clearSelection("#filter-vendors"),this.fetchRequests()},"$route.query.page":function(){this.fetchRequests()},"$route.query.user_id":function(){this.fetchRequests()},"filter.user_id":function(e){0===e&&this.clearSelection("#filter-vendors"),this.goTo(this.query)}},computed:{currentStatus:function(){return this.$route.query.status||"pending"},currentPage:function(){var e=this.$route.query.page||1;return parseInt(e)},actions:function(){return"pending"==this.currentStatus?[{key:"trash",label:this.__("Delete","dokan-lite")},{key:"cancel",label:this.__("Cancel","dokan-lite")}]:"cancelled"==this.currentStatus?[{key:"trash",label:this.__("Delete","dokan-lite")},{key:"pending",label:this.__("Pending","dokan-lite")}]:[]},bulkActions:function(){return"pending"==this.currentStatus?[{key:"approved",label:this.__("Approve","dokan-lite")},{key:"cancelled",label:this.__("Cancel","dokan-lite")},{key:"delete",label:this.__("Delete","dokan-lite")},{key:"paypal",label:this.__("Download PayPal mass payment file","dokan-lite")}]:"cancelled"==this.currentStatus?[{key:"pending",label:this.__("Pending","dokan-lite")},{key:"delete",label:this.__("Delete","dokan-lite")},{key:"paypal",label:this.__("Download PayPal mass payment file","dokan-lite")}]:[{key:"paypal",label:this.__("Download PayPal mass payment file","dokan-lite")}]}},created:function(){this.fetchRequests()},mounted:function(){var e=this;n()("#filter-vendors").selectWoo({ajax:{url:"".concat(dokan.rest.root,"dokan/v1/stores"),dataType:"json",headers:{"X-WP-Nonce":dokan.rest.nonce},data:function(e){return{search:e.term}},processResults:function(e){return{results:e.map(function(e){return{id:e.id,text:e.store_name}})}}}}),n()("#filter-vendors").on("select2:select",function(t){e.filter.user_id=t.params.data.id})},methods:{updatedCounts:function(e){this.counts.pending=parseInt(e.getResponseHeader("X-Status-Pending")),this.counts.approved=parseInt(e.getResponseHeader("X-Status-Completed")),this.counts.cancelled=parseInt(e.getResponseHeader("X-Status-Cancelled"))},updatePagination:function(e){this.totalPages=parseInt(e.getResponseHeader("X-WP-TotalPages")),this.totalItems=parseInt(e.getResponseHeader("X-WP-Total"))},vendorUrl:function(e){return"1"===window.dokan.hasPro?dokan.urls.adminRoot+"admin.php?page=dokan#/vendors/"+e:dokan.urls.adminRoot+"user-edit.php?user_id="+e},fetchRequests:function(){var e=this;this.loading=!0;var t="/withdraw?per_page="+this.perPage+"&page="+this.currentPage+"&status="+this.currentStatus;parseInt(this.filter.user_id)>0&&(t+="&user_id="+this.filter.user_id),dokan.api.get(t).done(function(t,a,s){e.requests=t,e.loading=!1,e.updatedCounts(s),e.updatePagination(s)})},goToPage:function(e){this.$router.push({name:"Withdraw",query:{status:this.currentStatus,page:e,user_id:this.filter.user_id}})},goTo:function(e){this.$router.push({name:"Withdraw",query:{status:this.currentStatus,user_id:this.filter.user_id}})},updateItem:function(e,t){var a=this.requests.findIndex(function(t){return t.id==e});this.$set(this.requests,a,t)},changeStatus:function(e,t){var a=this;this.loading=!0,dokan.api.put("/withdraw/"+t,{status:e}).done(function(e){a.loading=!1,a.fetchRequests()})},onActionClick:function(e,t){var a=this;"cancel"===e&&this.changeStatus("cancelled",t.id),"pending"===e&&this.changeStatus("pending",t.id),"trash"===e&&confirm(this.__("Are you sure?","dokan-lite"))&&(this.loading=!0,dokan.api.delete("/withdraw/"+t.id).done(function(e){a.loading=!1,a.fetchRequests()}))},getPaymentDetails:function(e,t){var a="—";return void 0!==t[e]&&("paypal"===e||"skrill"===e?a=t[e].email||"":"bank"===e&&(t.bank.hasOwnProperty("ac_name")&&(a="<p>"+this.sprintf(this.__("Account Name: %s","dokan-lite"),t.bank.ac_name)+"</p>"),t.bank.hasOwnProperty("ac_number")&&(a+="<p>"+this.sprintf(this.__("Account Number: %s","dokan-lite"),t.bank.ac_number)+"</p>"),t.bank.hasOwnProperty("bank_name")&&(a+="<p>"+this.sprintf(this.__("Bank Name: %s","dokan-lite"),t.bank.bank_name)+"</p>"),t.bank.hasOwnProperty("iban")&&(a+="<p>"+this.sprintf(this.__("IBAN: %s","dokan-lite"),t.bank.iban)+"</p>"),t.bank.hasOwnProperty("routing_number")&&(a+="<p>"+this.sprintf(this.__("Routing Number: %s","dokan-lite"),t.bank.routing_number)+"</p>"),t.bank.hasOwnProperty("swift")&&(a+="<p>"+this.sprintf(this.__("Swift Code: %s","dokan-lite"),t.bank.swift)+"</p>"))),dokan.hooks.applyFilters("dokan_get_payment_details",a,e,t)},moment:function(e){function t(t){return e.apply(this,arguments)}return t.toString=function(){return e.toString()},t}(function(e){return moment(e)}),onBulkAction:function(e,t){var a=this,s=this;if(_.contains(["delete","approved","cancelled","pending"],e)){var n={};n[e]=t,this.loading=!0,dokan.api.put("/withdraw/batch",n).done(function(e){a.loading=!1,a.fetchRequests()})}if("paypal"===e){var i=t.join(",");jQuery.post(ajaxurl,{dokan_withdraw_bulk:"paypal",id:i,action:"withdraw_ajax_submission",nonce:dokan.nonce},function(e,t,a){if("html/csv"===a.getResponseHeader("Content-type")){var n="",i=a.getResponseHeader("Content-Disposition");if(i&&-1!==i.indexOf("attachment")){var o=/filename[^;=\n]*=((['"]).*?\2|[^;\n]*)/.exec(i);null!=o&&o[1]&&(n=o[1].replace(/['"]/g,""))}var r=a.getResponseHeader("Content-Type"),l="function"==typeof File?new File([e],n,{type:r}):new Blob([e],{type:r});if(void 0!==window.navigator.msSaveBlob)window.navigator.msSaveBlob(l,n);else{var d=window.URL||window.webkitURL,c=d.createObjectURL(l);if(n){var u=document.createElement("a");void 0===u.download?window.location=c:(u.href=c,u.download=n,document.body.appendChild(u),u.click())}else window.location=c;setTimeout(function(){d.revokeObjectURL(c)},100)}}e&&alert(s.massPayment)})}},openNoteModal:function(e,t){this.showModal=!0,this.editing={id:t,note:e}},updateNote:function(){var e=this;this.showModal=!1,this.loading=!0,dokan.api.put("/withdraw/"+this.editing.id,{note:this.editing.note}).done(function(t){e.loading=!1,e.updateItem(e.editing.id,t),e.editing={id:null,note:null}})},clearSelection:function(e){n()(e).val(null).trigger("change")}}}},function(e,t,a){"use strict";var s=a(49),n=a(127),i=(a.n(n),a(130));t.a={name:"Premium",components:{Slick:i.a,ProCta:s.a},data:function(){return{asstesUrl:dokan.urls.assetsUrl,buyNowProUrl:"https://wedevs.com/account/",services:[{title:this.__("Premium modules to make everything easier & better","dokan-lite"),thumbnail:dokan.urls.assetsUrl+"/images/premium/service-01@2x.png"},{title:this.__("Frontend dashboard for vendors with advanced controls","dokan-lite"),thumbnail:dokan.urls.assetsUrl+"/images/premium/service-02@2x.png"},{title:this.__("Unlimited Product Variations and group product upload","dokan-lite"),thumbnail:dokan.urls.assetsUrl+"/images/premium/service-03@2x.png"},{title:this.__("Zone wise shipping with multiple method for vendors","dokan-lite"),thumbnail:dokan.urls.assetsUrl+"/images/premium/service-04@2x.png"},{title:this.__("Store support based on ticket system for your customers","dokan-lite"),thumbnail:dokan.urls.assetsUrl+"/images/premium/service-05@2x.png"},{title:this.__("Vendors will be able to generate coupon codes","dokan-lite"),thumbnail:dokan.urls.assetsUrl+"/images/premium/service-06@2x.png"},{title:this.__("Earning, Selling and Commission Reports & Statement","dokan-lite"),thumbnail:dokan.urls.assetsUrl+"/images/premium/service-07@2x.png"},{title:this.__("24/7 super fast premium customer support for you","dokan-lite"),thumbnail:dokan.urls.assetsUrl+"/images/premium/service-08@2x.png"},{title:this.__("Add Social profile to your vendor’s store and support for store SEO","dokan-lite"),thumbnail:dokan.urls.assetsUrl+"/images/premium/service-09@2x.png"}],comparisons:[{title:this.__("Frontend order management","dokan-lite"),compare:{lite:"available",pro:"available"}},{title:this.__("Seller Statement Reports","dokan-lite"),compare:{lite:"available",pro:"available"}},{title:this.__("Making Announcements","dokan-lite"),compare:{lite:"available",pro:"available"}},{title:this.__("Customized Product Categories","dokan-lite"),compare:{lite:"unavailable",pro:"available"}},{title:this.__("Store SEO","dokan-lite"),compare:{lite:"unavailable",pro:"available"}},{title:this.__("Back Ordering System","dokan-lite"),compare:{lite:"unavailable",pro:"available"}},{title:this.__("Store Contact Form","dokan-lite"),compare:{lite:"unavailable",pro:"available"}},{title:this.__("Single Product Multiple Seller","dokan-lite"),compare:{lite:"unavailable",pro:"available"}},{title:this.__("Seller Verification","dokan-lite"),compare:{lite:"unavailable",pro:"available"}},{title:this.__("Featured Seller","dokan-lite"),compare:{lite:"unavailable",pro:"available"}},{title:this.__("Multiple Commission Types","dokan-lite"),compare:{lite:"unavailable",pro:"available"}},{title:this.__("Frontend Shipping Tracking","dokan-lite"),compare:{lite:"unavailable",pro:"available"}},{title:this.__("Setup Wizard","dokan-lite"),compare:{lite:"unavailable",pro:"available"}},{title:this.__("Google Maps","dokan-lite"),compare:{lite:"unavailable",pro:"available"}},{title:this.__("Manage reviews","dokan-lite"),compare:{lite:"unavailable",pro:"available"}},{title:this.__("Bookable Product","dokan-lite"),compare:{lite:"unavailable",pro:"available"}}],modules:[{title:"Domain",url:"https://wedevs.com/dokan/",starter:{type:"numeric",value:"01"},professional:{type:"numeric",value:"03"},business:{type:"numeric",value:"05"},enterprise:{type:"numeric",value:"20"}},{title:"Modules",url:"https://wedevs.com/dokan/modules/",starter:{type:"numeric",value:"01"},professional:{type:"numeric",value:"08"},business:{type:"numeric",value:"14"},enterprise:{type:"numeric",value:"14"}},{title:"Color Scheme",url:"https://wedevs.com/dokan/modules/color-scheme-customizer/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}},{title:"Vendor Review",url:"https://wedevs.com/dokan/modules/dokan-vendor-review/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}},{title:"Store Support",url:"https://wedevs.com/dokan/modules/store-support/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}},{title:"Auction",url:"https://wedevs.com/dokan/modules/dokan-simple-auctions/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}},{title:"Ajax Live Search",url:"https://wedevs.com/dokan/modules/ajax-live-search/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}},{title:"Stripe Connect",url:"https://wedevs.com/dokan/modules/stripe-connect/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}},{title:"Subscriptions",url:"https://wedevs.com/dokan/modules/subscription/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}},{title:"Single Product Multivendor",url:"https://wedevs.com/dokan/modules/single-product-multivendor/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}},{title:"Seller Verification",url:"https://wedevs.com/dokan/modules/seller-verification/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}},{title:"WC Booking Integration",url:"https://wedevs.com/dokan/extensions/woocommerce-booking-integration/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}},{title:"Vendor Staff Manager",url:"https://wedevs.com/dokan/modules/vendor-staff-manager/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}},{title:"Export Import",url:"https://wedevs.com/dokan/modules/export-import/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}},{title:"Product Enquiry",url:"https://wedevs.com/dokan/modules/product-enquiry/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}},{title:"Vendor Vacation",url:"https://wedevs.com/dokan/modules/vendor-vacation/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}},{title:"Return and Warranty Request",url:"https://wedevs.com/dokan/modules/rma/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}},{title:"Moip",url:"https://wedevs.com/dokan/modules/moip/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}},{title:"Follow Store",url:"https://wedevs.com/dokan/modules/follow-store/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}},{title:"Geolocation",url:"https://wedevs.com/dokan/modules/geolocation/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}},{title:"Shipstation",url:"https://wedevs.com/dokan/modules/shipstation/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}},{title:"Wholesale",url:"https://wedevs.com/dokan/modules/wholesale/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}}],payment:{thumbnail:dokan.urls.assetsUrl+"/images/premium/payment-options.png",guaranteeThumbnail:dokan.urls.assetsUrl+"/images/premium/gaurantee-thumb.png",viewIcon:dokan.urls.assetsUrl+"/images/premium/view-icon@2x.png",termsPolicyUrl:"https://wedevs.com/refund-policy/"},slickOptions:{slidesToShow:1,fade:!0,speed:500,cssEase:"linear",autoplay:!0,autoplaySpeed:2e3,infinite:!0,accessibility:!0,adaptiveHeight:!1,arrows:!1,dots:!0,draggable:!0,edgeFriction:.3,swipe:!0},testimonials:[{name:"Melissa McGovern",designation:"Director, Hawk And PeddleProjects",pic:dokan.urls.assetsUrl+"/images/premium/melissa.jpg",content:"We're still a new business and are continuing to build our platform. Dokan has halved the time it would take us to build our ecommerce platform by being feature rich and easy to install and configure."},{name:"Morten J. Christensen",designation:"Owner, Dincatering",pic:dokan.urls.assetsUrl+"/images/premium/Morten-J.-Christensen.jpg",content:"First and foremost it enables the possibility for actually creating the kind of marketplace i wanted. The plugin lets me create a local marketplace for local danish catering suppliers to showcase and sell their offers of the season."},{name:"Cédric Lefrancq",designation:"Webmaster, Unwebmaster.Be",pic:dokan.urls.assetsUrl+"/images/premium/cedric-lefrancq.jpeg",content:"The support is very good. The plugin is perfect. Bugs are fixed very quickly. That’s a very good plugin."},{name:"David Gaz",designation:"Founder, The Bureau Of Small Projects",pic:dokan.urls.assetsUrl+"/images/premium/david-gaz.jpeg",content:"It’s hands down an amazing plugin. But their support is even more amazing. They got back to me within hours on the weekend."}],cta:{styles:{bgPattern:dokan.urls.assetsUrl+"/images/premium/cta-pattern@2x.png"},thumbnail:dokan.urls.assetsUrl+"/images/premium/cta-dokan-logo.png",url:dokan.urls.buynowpro}}},methods:{next:function(){this.$refs.slick.next()},prev:function(){this.$refs.slick.prev()},reInit:function(){var e=this;this.$nextTick(function(){e.$refs.slick.reSlick()})}},computed:{bannerBg:function(){return{backgroundImage:"url(".concat(dokan.urls.assetsUrl,"/images/dokan-vendor-capabilities-banner-bg.svg)")}},bannerImage:function(){return"".concat(dokan.urls.assetsUrl,"/images/dokan-settings-banner.svg")}}}},function(e,t,a){"use strict";var s=a(50),n=a(126),i=!1;var o=function(e){i||a(125)},r=a(0)(s.a,n.a,!1,o,null,null);r.options.__file="src/admin/components/ProCta.vue",t.a=r.exports},function(e,t,a){"use strict";t.a={name:"ProCta",data:function(){return{styles:{bgPattern:dokan.urls.assetsUrl+"/images/premium/cta-pattern@2x.png"},thumbnail:dokan.urls.assetsUrl+"/images/premium/cta-dokan-logo.png",url:dokan.urls.upgradeToPro}}}},function(e,t,a){"use strict";var s=a(7),n=dokan_get_lib("Postbox"),i=dokan_get_lib("Loading");t.a={name:"Help",components:{Postbox:n,Loading:i,UpgradeBanner:s.a},data:function(){return{docs:null,hasPro:!!dokan.hasPro}},created:function(){this.fetch()},methods:{fetch:function(){var e=this;dokan.api.get("/admin/help").done(function(t){e.docs=t})}}}},function(e,t,a){"use strict";var s=a(137),n=a(167),i=a(7),o=a(8),r=a.n(o),l=dokan_get_lib("Loading");t.a={name:"Settings",components:{Fields:s.a,Loading:l,SettingsBanner:n.a,UpgradeBanner:i.a},data:function(){return{isSaved:!1,showLoading:!1,isUpdated:!1,isLoaded:!1,message:"",currentTab:null,settingSections:[],settingFields:{},settingValues:{},requiredFields:[],errors:[],validationErrors:[],hasPro:!!dokan.hasPro,searchText:"",awaitingSearch:!1}},computed:{refreshable_props:function(){var e,t={};for(e in this.settingFields){var a=this.settingFields[e],s=void 0;for(s in a)a[s].refresh_after_save&&(t["".concat(e,".").concat(s)]=!0)}return t}},methods:{changeTab:function(e){this.currentTab=e.id,this.requiredFields=[],"undefined"!=typeof localStorage&&localStorage.setItem("activetab",this.currentTab)},showSectionTitle:function(e){return!_.findWhere(e,{type:"sub_section"})},sectionTitle:function(e){return _.findWhere(this.settingSections,{id:e}).title},fetchSettingValues:function(){var e=this,t={action:"dokan_get_setting_values",nonce:dokan.nonce};e.showLoading=!0,jQuery.post(dokan.ajaxurl,t,function(t){t.success&&(Object.keys(e.settingFields).forEach(function(a,s){Object.keys(e.settingFields[a]).forEach(function(s,n){e.settingValues[a]||(e.settingValues[a]={}),void 0===t.data[a][s]?void 0===e.settingFields[a][s].default?e.settingValues[a][s]="":e.settingValues[a][s]=e.settingFields[a][s].default:e.settingValues[a][s]=t.data[a][s]})}),e.settingValues=jQuery.extend({},e.settingValues),e.showLoading=!1,e.isLoaded=!0)})},showMedia:function(e,t){var a=this,s=wp.media.frames.file_frame=wp.media({title:this.__("Choose your file","dokan-lite"),button:{text:this.__("Select","dokan-lite")},multiple:!1});s.on("select",function(){var t=s.state().get("selection").first().toJSON();a.settingValues[e.sectionId][e.name]=t.url}),s.open()},saveSettings:function(e,t){if(this.formIsValid(t)){var a=this,s={action:"dokan_save_settings",nonce:dokan.nonce,settingsData:e,section:t};a.showLoading=!0,jQuery.post(dokan.ajaxurl,s).done(function(s){var n,i=s.data.settings;for(n in a.isSaved=!0,a.isUpdated=!0,a.message=s.data.message,a.settingValues[i.name]=i.value,e){var o="".concat(t,".").concat(n);if(a.refreshable_props[o]){window.location.reload();break}}a.validationErrors=[]}).fail(function(e){a.validationErrors=e.responseJSON.data.errors}).always(function(){a.showLoading=!1})}},formIsValid:function(e){var t=this,a=Object.keys(this.settingFields),s=this.requiredFields;return!!a&&(a.forEach(function(a,n){if(e===a){var i=t.settingFields[a];Object.values(i).forEach(function(e){var t=e.fields;t&&Object.values(t).forEach(function(e){e&&e.required&&"yes"===e.required&&!s.includes(e.name)&&s.push(e.name)}),e&&e.required&&"yes"===e.required&&(s.includes(e.name)||s.push(e.name))})}}),this.errors=[],s.forEach(function(e){Object.values(t.settingValues).forEach(function(a){e in a&&a[e].length<1&&(t.errors.includes(e)||(t.errors.push(e),"flat"!==a.commission_type&&"percentage"!==a.commission_type||(t.errors=t.arrayRemove(t.errors,"admin_percentage"),t.errors=t.arrayRemove(t.errors,"additional_fee"))))})}),this.errors.length<1)},arrayRemove:function(e,t){return e.filter(function(e){return e!==t})},toggleLoadingState:function(){this.showLoading=!this.showLoading},clearSearch:function(){this.searchText="",this.validateBlankSearch()},validateBlankSearch:function(){return""!==this.searchText.toLowerCase()||(this.settingSections=dokan.settings_sections,this.settingFields=dokan.settings_fields,!1)},searchInSettings:function(e){var t=this;this.validateBlankSearch()&&(this.awaitingSearch||setTimeout(function(){var e=t.$refs.searchInSettings.value.toLowerCase();t.doSearch(e),t.awaitingSearch=!1},1e3),this.awaitingSearch=!0)},doSearch:function(e){var t=this,a={},s=[],n=[],i=dokan.settings_fields;Object.keys(i).forEach(function(t,n){Object.keys(i[t]).forEach(function(n,o){if("sub_section"!==i[t][n].type){var r=i[t][n].label.toLowerCase();r&&r.includes(e)&&(a[t]||(a[t]={}),a[t][n]=i[t][n],-1===s.indexOf(t)&&s.push(t))}})});var o=0;Object.keys(dokan.settings_sections).forEach(function(e,a){-1!==s.indexOf(dokan.settings_sections[e].id)&&(o||(t.changeTab(dokan.settings_sections[e]),o=1),n.push(dokan.settings_sections[e]))}),this.settingFields=a,this.settingSections=n},handleDataClearCheckboxEvent:function(){var e=this;r()(".data_clear_on_uninstall").on("change","#dokan_general\\[data_clear_on_uninstall\\]",function(t){r()(this).is(":checked")&&e.$swal({title:e.__("Are you sure?","dokan-lite"),type:"warning",html:e.__("All data and tables related to Dokan and Dokan Pro will be deleted permanently after deleting the Dokan plugin. You will not be able to recover your lost data unless you keep a backup. Do you want to continue?","dokan-lite"),showCancelButton:!0,confirmButtonText:e.__("Okay","dokan-lite"),cancelButtonText:e.__("Cancel","dokan-lite")}).then(function(t){t.dismiss&&(e.settingValues.dokan_general.data_clear_on_uninstall="off")})})}},created:function(){this.fetchSettingValues(),this.currentTab="dokan_general","undefined"!=typeof localStorage&&(this.currentTab=localStorage.getItem("activetab")?localStorage.getItem("activetab"):"dokan_general"),this.settingSections=dokan.settings_sections,this.settingFields=dokan.settings_fields},updated:function(){this.handleDataClearCheckboxEvent()}}},function(e,t,a){"use strict";var s=a(139),n=a.n(s),i=a(140),o=a.n(i),r=a(23);function l(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(e);t&&(s=s.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),a.push.apply(a,s)}return a}function d(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?l(Object(a),!0).forEach(function(t){n()(e,t,a[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):l(Object(a)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))})}return e}var c=dokan_get_lib("TextEditor"),u=dokan_get_lib("GoogleMaps"),p=dokan_get_lib("Mapbox"),m=dokan_get_lib("RefreshSettingOptions");t.a={name:"Fields",components:{colorPicker:r.a,TextEditor:c,GoogleMaps:u,Mapbox:p,RefreshSettingOptions:m},props:["id","fieldData","sectionId","fieldValue","allSettingsValues","errors","toggleLoadingState","validationErrors"],data:function(){return{repeatableItem:{},hideMap:!1}},computed:{shoudShow:function(){var e=!0;if(this.fieldData.show_if){var t=this.fieldData.show_if,a=Object.keys(t),s=0;for(s=0;s<a.length;s++){var n=a[s],i=n.split(".").reverse(),r=o()(i,2),l=r[0],d=r[1],c=void 0===d?this.sectionId:d,u=this.allSettingsValues[c][l],p=_.chain(t[n]).pairs().first().value(),m=o()(p,2),v=m[0],f=m[1];switch(v){case"greater_than":u>f||(e=!1);break;case"greater_than_equal":u>=f||(e=!1);break;case"less_than":u<f||(e=!1);break;case"less_than":u<=f||(e=!1);break;case"equal":default:u!=f&&(e=!1)}if(!e)break}}return e},mapApiSource:function(){var e,t;return null===(e=this.allSettingsValues)||void 0===e?void 0:null===(t=e.dokan_appearance)||void 0===t?void 0:t.map_api_source},mapLocation:function(){var e=d(d({},{latitude:23.709921,longitude:90.40714300000002,address:"Dhaka",zoom:10}),this.fieldValue[this.fieldData.name]);return e={latitude:parseFloat(e.latitude),longitude:parseFloat(e.longitude),address:"".concat(e.address),zoom:parseInt(e.zoom)}},googleMapApiKey:function(){var e,t;return null===(e=this.allSettingsValues)||void 0===e?void 0:null===(t=e.dokan_appearance)||void 0===t?void 0:t.gmap_api_key},mapboxAccessToken:function(){var e,t;return null===(e=this.allSettingsValues)||void 0===e?void 0:null===(t=e.dokan_appearance)||void 0===t?void 0:t.mapbox_access_token}},beforeMount:function(){"multicheck"!==this.fieldData.type||this.fieldValue[this.fieldData.name]||(this.fieldValue[this.fieldData.name]=this.fieldData.default)},methods:{containCommonFields:function(e){return _.contains([void 0,"text","email","url","phone","time"],e)},addItem:function(e,t){this.fieldValue[t]=this.fieldValue[t]||[],void 0!==this.repeatableItem[t]&&this.repeatableItem[t]&&(this.fieldValue[t].push({id:this.repeatableItem[t].trim().replace(/\s+/g,"_").toLowerCase(),value:this.repeatableItem[t]}),this.repeatableItem[t]="")},removeItem:function(e,t){this.fieldValue[t].splice(e,1)},haveCondition:function(e){return e.hasOwnProperty("condition")},checkConditionLogic:function(e,t){var a=e.condition.logic,s=!1;return _.each(a,function(e,a){_.contains(e,t[a])&&(s=!0)}),s},onHideMap:function(e){this.hideMap=e},onUpdateMap:function(e){this.fieldValue[this.fieldData.name]=d(d({},this.mapLocation),e)},hasError:function(e){var t=this.errors;return!(!t||void 0===t)&&(!(t.length<1)&&(t.includes(e)?e:void 0))},getError:function(e){return e+" "+this.__("is required.","dokan-lite")},hasValidationError:function(e){if(this.validationErrors.filter(function(t){return t.name===e}).length>0)return e},getValidationErrorMessage:function(e){var t="";return this.validationErrors.forEach(function(a){a.name===e&&(t=a.error)}),t}}}},,,,,,,,,function(e,t,a){"use strict";t.a={name:"SettingsBanner",data:function(){return{upgradeURL:dokan.urls.upgradeToPro}},computed:{bannerImage:function(){return"".concat(dokan.urls.assetsUrl,"/images/dokan-settings-banner.svg")}}}},function(e,t,a){"use strict";var s=a(173),n=a(7),i=dokan_get_lib("ListTable"),o=dokan_get_lib("Switches"),r=dokan_get_lib("Search");t.a={name:"Vendors",components:{ListTable:i,Switches:o,Search:r,AddVendor:s.a,UpgradeBanner:n.a},data:function(){return{showCb:!0,hasPro:dokan.hasPro,counts:{pending:0,approved:0,all:0},vendorId:0,totalItems:0,perPage:20,totalPages:1,loading:!1,columns:{store_name:{label:this.__("Store","dokan-lite"),sortable:!0},email:{label:this.__("E-mail","dokan-lite")},phone:{label:this.__("Phone","dokan-lite")},registered:{label:this.__("Registered","dokan-lite"),sortable:!0},enabled:{label:this.__("Status","dokan-lite")}},actionColumn:"title",actions:[{key:"edit",label:this.__("Edit","dokan-lite")},{key:"products",label:this.__("Products","dokan-lite")},{key:"orders",label:this.__("Orders","dokan-lite")}],bulkActions:[{key:"approved",label:this.__("Approve Vendors","dokan-lite")},{key:"pending",label:this.__("Disable Selling","dokan-lite")}],vendors:[],loadAddVendor:!1,dokanVendorHeaderArea:dokan.hooks.applyFilters("getDokanVendorHeaderArea",[]),isVendorSwitchingEnabled:!1}},watch:{"$route.query.status":function(){this.fetchVendors()},"$route.query.page":function(){this.fetchVendors()},"$route.query.orderby":function(){this.fetchVendors()},"$route.query.order":function(){this.fetchVendors()}},computed:{currentStatus:function(){return this.$route.query.status||"all"},currentPage:function(){var e=this.$route.query.page||1;return parseInt(e)},sortBy:function(){return this.$route.query.orderby||"registered"},sortOrder:function(){return this.$route.query.order||"desc"},storeCategory:function(){return this.$route.query.store_category||null}},created:function(){var e=this;this.$root.$on("modalClosed",function(){e.loadAddVendor=!1,e.vendorId=0}),this.fetchVendors(),this.$root.$on("vendorAdded",function(t){e.vendors.unshift(t)}),this.$root.$on("addAnotherVendor",function(){e.loadAddVendor=!0}),this.$root.$on("categoryFetched",function(t){e.categories=t.categories,e.isCategoryMultiple=t.isCategoryMultiple,e.columns=t.columns}),this.isVendorSwitchingEnabled=!!dokan.is_vendor_switching_enabled,this.isVendorSwitchingEnabled&&this.actions.push({key:"switch_to",label:this.__("Switch To","dokan-lite")})},methods:{addNew:function(){this.loadAddVendor=!0},doSearch:function(e){var t=this,a=this;a.loading=!0,dokan.api.get("/stores?search=".concat(e),{page:this.currentPage,orderby:this.sortBy,order:this.sortOrder}).done(function(e,s,n){a.vendors=e,a.loading=!1,t.updatedCounts(n),t.updatePagination(n)})},updatedCounts:function(e){this.counts.pending=parseInt(e.getResponseHeader("X-Status-Pending")),this.counts.approved=parseInt(e.getResponseHeader("X-Status-Approved")),this.counts.all=parseInt(e.getResponseHeader("X-Status-All"))},updatePagination:function(e){this.totalPages=parseInt(e.getResponseHeader("X-WP-TotalPages")),this.totalItems=parseInt(e.getResponseHeader("X-WP-Total"))},fetchVendors:function(){var e=this;e.loading=!0;var t={per_page:e.perPage,page:e.currentPage,status:e.currentStatus,orderby:e.sortBy,order:e.sortOrder,store_category:e.storeCategory};dokan.api.get("/stores",t).done(function(t,a,s){e.vendors=t,e.loading=!1,e.updatedCounts(s),e.updatePagination(s)})},onActionClick:function(e,t){"trash"===e&&confirm("Are you sure to delete?")&&alert("deleted: "+t.title)},onSwitch:function(e,t){var a=this,s=!1===e?this.__("The vendor has been disabled.","dokan-lite"):this.__("Selling has been enabled","dokan-lite");dokan.api.put("/stores/"+t+"/status",{status:!1===e?"inactive":"active"}).done(function(e){a.$notify({title:a.__("Success!","dokan-lite"),type:"success",text:s}),"all"!==a.currentStatus&&"pending"!==a.currentStatus&&"approved"!==a.currentStatus||a.fetchVendors()})},moment:function(e){function t(t){return e.apply(this,arguments)}return t.toString=function(){return e.toString()},t}(function(e){return moment(e)}),goToPage:function(e){this.$router.push({name:"Vendors",query:{status:this.currentStatus,page:e}})},onBulkAction:function(e,t){var a=this,s={};s[e]=t,this.loading=!0,dokan.api.put("/stores/batch",s).done(function(e){a.loading=!1,a.fetchVendors()})},sortCallback:function(e,t){this.$router.push({name:"Vendors",query:{status:this.currentStatus,page:1,orderby:e,order:t}})},productUrl:function(e){return dokan.urls.adminRoot+"edit.php?post_type=product&author="+e},ordersUrl:function(e){return dokan.urls.adminRoot+"edit.php?post_type=shop_order&vendor_id="+e},editUrl:function(e){return dokan.urls.adminRoot+"user-edit.php?user_id="+e},switchToUrl:function(e){return e.switch_url}}}},function(e,t,a){"use strict";var s=a(26),n=a(33),i=a(36),o=dokan_get_lib("Modal"),r=dokan_get_lib("Loading");t.a={name:"AddVendor",props:["vendorId"],components:{Modal:o,Loading:r,VendorAccountFields:s.a,VendorAddressFields:n.a,VendorPaymentFields:i.a},data:function(){return{isLoading:!1,storeId:"",nextBtn:this.__("Next","dokan-lite"),title:this.__("Add New Vendor","dokan-lite"),tabs:{VendorAccountFields:{label:this.__("Account Info","dokan-lite"),name:"VendorAccountFields",icon:"dashicons dashicons-admin-users"},VendorAddressFields:{label:this.__("Address","dokan-lite"),name:"VendorAddressFields",icon:"dashicons dashicons-admin-home"},VendorPaymentFields:{label:this.__("Payment Options","dokan-lite"),name:"VendorPaymentFields",icon:"dashicons dashicons-money"}},currentTab:"VendorAccountFields",store:{store_name:"",user_pass:"",store_url:"",user_login:"",email:"",user_nicename:"",notify_vendor:!0,phone:"",banner:"",banner_id:"",gravatar:"",gravatar_id:"",social:{fb:"",youtube:"",twitter:"",linkedin:"",pinterest:"",instagram:""},payment:{bank:{ac_name:"",ac_number:"",bank_name:"",bank_addr:"",routing_number:"",iban:"",swift:""},paypal:{email:""}},address:{street_1:"",street_2:"",city:"",zip:"",state:"",country:""}},requiredFields:["store_name","user_login","email"],errors:[],storeAvailable:!1,userNameAvailable:!1,emailAvailable:!1,hasPro:dokan.hasPro}},created:function(){var e=this;this.$root.$on("vendorInfoChecked",function(t){e.storeAvailable=t.storeAvailable,e.userNameAvailable=t.userNameAvailable,e.emailAvailable=t.emailAvailable})},methods:{getId:function(){return this.$route.params.id},showAlert:function(e,t,a){this.$swal(e,t,a)},createVendor:function(){var e=this;this.formIsValid()&&("VendorPaymentFields"===this.currentTab&&(this.isLoading=!0,dokan.api.post("/stores/",this.store).done(function(t){e.$root.$emit("vendorAdded",t),e.$swal({type:"success",title:e.__("Vendor Created","dokan-lite"),text:e.__("A vendor has been created successfully!","dokan-lite"),showCloseButton:!0,showCancelButton:!0,confirmButtonText:e.__("Add Another","dokan-lite"),cancelButtonText:e.__("Edit Vendor","dokan-lite"),focusConfirm:!1}).then(function(a){a.value?e.$root.$emit("addAnotherVendor"):a.dismiss===e.$swal.DismissReason.cancel&&(e.hasPro?e.$router.push({path:"vendors/"+t.id,query:{edit:"true"}}):window.location.replace("".concat(dokan.urls.adminRoot,"user-edit.php?user_id=").concat(t.id)))})}).fail(function(t){e.showAlert(e.__(t.responseJSON.message,"dokan-lite"),"","error")}).always(function(){e.$root.$emit("modalClosed")})),this.currentTab="VendorPaymentFields"===this.currentTab?"VendorPaymentFields":this.nextTab(this.tabs,this.currentTab))},nextTab:function(e,t){var a=Object.keys(e),s=a[a.indexOf(t)+1];return s},closeModal:function(){this.$root.$emit("modalClosed")},formIsValid:function(){var e=this,t=this.requiredFields,a=this.store;return this.errors=[],t.forEach(function(t){t in a&&a[t].length<1&&e.errors.push(t)}),!!(this.errors.length<1&&this.storeAvailable&&this.userNameAvailable&&this.emailAvailable)||(this.currentTab="VendorAccountFields",!1)}}}},function(e,t,a){"use strict";var s=a(49);t.a={name:"VendorCapabilities",components:{ProCta:s.a},data:function(){return{showPopup:!1,selectedCapabilityImage:"",capabilityCards:[{title:this.__("Coupons","dokan-lite"),content:this.__("Each vendor can create unlimited discount coupon codes for their products.","dokan-lite"),image:"".concat(dokan.urls.assetsUrl,"/images/vendor-capability/cap-coupon.svg")},{title:this.__("Shipping","dokan-lite"),content:this.__("Vendors can configure their own shipping costs for each country, state & single products.","dokan-lite"),image:"".concat(dokan.urls.assetsUrl,"/images/vendor-capability/cap-shipping.svg")},{title:this.__("Duplicate Product","dokan-lite"),content:this.__("Vendors can duplicate their own products for ease and time saving.","dokan-lite"),image:"".concat(dokan.urls.assetsUrl,"/images/vendor-capability/cap-duplicate-product.svg")},{title:this.__("Reporting","dokan-lite"),content:this.__("Earning, selling and commissions reports for vendors to improve sales & take major decisions.","dokan-lite"),image:"".concat(dokan.urls.assetsUrl,"/images/vendor-capability/cap-reports.svg")},{title:this.__("Create Tags","dokan-lite"),content:this.__("Vendors can create & attach tags to products to categorize & for better search engine optimization.","dokan-lite"),image:"".concat(dokan.urls.assetsUrl,"/images/vendor-capability/cap-create-tags.svg")},{title:this.__("Vendor Biography","dokan-lite"),content:this.__("Vendors can write about themselves & about their store in a text field which visitors can see from the store page","dokan-lite"),image:"".concat(dokan.urls.assetsUrl,"/images/vendor-capability/cap-vendor-biography.svg")},{title:this.__("Vendor Product Upload","dokan-lite"),content:this.__("New vendors can start uploading products upon registration if admins allow.","dokan-lite"),image:"".concat(dokan.urls.assetsUrl,"/images/vendor-capability/cap-vendor-product-upload.svg")},{title:this.__("Order Status Change","dokan-lite"),content:this.__("Vendors will be able to mark products as draft & update the order status to inform customers about progress.","dokan-lite"),image:"".concat(dokan.urls.assetsUrl,"/images/vendor-capability/cap-order-status-change.svg")},{title:this.__("Social Share","dokan-lite"),content:this.__("Visitors and customers can share a store page with their friends and acquaintances on their social profiles.","dokan-lite"),image:"".concat(dokan.urls.assetsUrl,"/images/vendor-capability/cap-social-share.svg")},{title:this.__("Variable Product","dokan-lite"),content:this.__("Vendors can create variable products with predefined and custom attributes.","dokan-lite"),image:"".concat(dokan.urls.assetsUrl,"/images/vendor-capability/cap-variable-product.svg")},{title:this.__("Store Opening & Closing Time","dokan-lite"),content:this.__("Vendors can define the working hours of their online store for each day of the week for visitors to see.","dokan-lite"),image:"".concat(dokan.urls.assetsUrl,"/images/vendor-capability/cap-opening-closing-hours.svg")},{title:this.__("Woocommerce Booking Integration","dokan-lite"),content:this.__("Create hotel rooms, resorts, conference rooms, cars, bikes, etc for renting out.","dokan-lite"),image:"".concat(dokan.urls.assetsUrl,"/images/vendor-capability/cap-woocommerce-booking.svg")},{title:this.__("Announcement For Vendors","dokan-lite"),content:this.__("Admins can make announcements targeted to a single vendor, multiple or all vendors.","dokan-lite"),image:"".concat(dokan.urls.assetsUrl,"/images/vendor-capability/cap-announcement-vendors.svg")},{title:this.__("Woocommerce Simple Auctions Integration","dokan-lite"),content:this.__("Sell auction-able products in your store with Dokan’s integration.","dokan-lite"),image:"".concat(dokan.urls.assetsUrl,"/images/vendor-capability/cap-simple-auction.svg")},{title:this.__("Social Profiles","dokan-lite"),content:this.__("Vendors can upload & showcase their Facebook, Twitter and Linkedin profiles on their store page.","dokan-lite"),image:"".concat(dokan.urls.assetsUrl,"/images/vendor-capability/cap-social-profile.svg")},{title:this.__("Refund","dokan-lite"),content:this.__("Vendors can send refund requests for an order to the admins who can approve or deny it from the dashboard.","dokan-lite"),image:"".concat(dokan.urls.assetsUrl,"/images/vendor-capability/cap-refund.svg")},{title:this.__("Store Seo","dokan-lite"),content:this.__("The Yoast SEO integration lets vendors define Store Title, Description, Slug and Keyword to appear in search engine results.","dokan-lite"),image:"".concat(dokan.urls.assetsUrl,"/images/vendor-capability/cap-store-seo.svg")}]}},methods:{closePopup:function(){this.showPopup=!1},openPopup:function(e){this.showPopup=!0,this.selectedCapabilityImage=e}},computed:{bannerBg:function(){return{backgroundImage:"url(".concat(dokan.urls.assetsUrl,"/images/dokan-vendor-capabilities-banner-bg.svg)")}},bannerImage:function(){return"".concat(dokan.urls.assetsUrl,"/images/dokan-vendor-capabilities-banner.svg")}}}},function(e,t,a){"use strict";var s=a(182);t.a={name:"ProModules",components:{ModuleUpgradePopup:s.a},data:function(){return{modules:[{name:this.__("WooCommerce Booking Integration","dokan-lite"),description:this.__("Integrates WooCommerce Booking with Dokan.","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/booking.png"),docLink:"https://wedevs.com/docs/dokan/modules/dokan-bookings/",modLink:"https://wedevs.com/dokan/extensions/woocommerce-booking-integration/"},{name:this.__("Color Scheme Customizer","dokan-lite"),description:this.__("A Dokan plugin Add-on to Customize Colors of Dokan Dashboard","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/color-scheme-customizer.png"),docLink:"https://wedevs.com/docs/dokan/modules/color-scheme/",modLink:"https://wedevs.com/dokan/modules/color-scheme-customizer/"},{name:this.__("Elementor","dokan-lite"),description:this.__("Elementor Page Builder widgets for Dokan","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/elementor.png"),docLink:"https://wedevs.com/docs/dokan/modules/elementor-dokan/",modLink:"https://wedevs.com/dokan/modules/elementor/"},{name:this.__("Vendor Product Importer and Exporter","dokan-lite"),description:this.__("This is simple product import and export plugin for vendor","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/import-export.png"),docLink:"https://wedevs.com/docs/dokan/modules/how-to-install-and-use-dokan-exportimport-add/",modLink:"https://wedevs.com/dokan/modules/export-import/"},{name:this.__("Follow Store","dokan-lite"),description:this.__("Send emails to customers when their favorite store updates.","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/follow-store.png"),docLink:"https://wedevs.com/docs/dokan/modules/follow-store/",modLink:"https://wedevs.com/dokan/modules/follow-store/"},{name:this.__("Geolocation","dokan-lite"),description:this.__("Search Products and Vendors by geolocation.","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/geolocation.png"),docLink:"https://wedevs.com/docs/dokan/modules/dokan-geolocation/",modLink:"https://wedevs.com/dokan/modules/geolocation/"},{name:this.__("Live Chat","dokan-lite"),description:this.__("Live Chat Between Vendor & Customer.","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/live-chat.png"),docLink:"https://wedevs.com/docs/dokan/modules/dokan-live-chat/",modLink:"https://wedevs.com/dokan/modules/live-chat/"},{name:this.__("Live Search","dokan-lite"),description:this.__("Live product search for WooCommerce store.","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/ajax-live-search.png"),docLink:"https://wedevs.com/docs/dokan/modules/how-to-install-configure-use-dokan-live-search/",modLink:"https://wedevs.com/dokan/modules/ajax-live-search/"},{name:this.__("Wirecard","dokan-lite"),description:this.__("Wirecard payment gateway for Dokan.","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/wirecard-connect.png"),docLink:"https://wedevs.com/docs/dokan/modules/dokan-moip-connect/",modLink:"https://wedevs.com/dokan/modules/moip/"},{name:this.__("PayPal Adaptive Payment","dokan-lite"),description:this.__("Allows to send split payments to vendor via PayPal Adaptive Payment gateway.","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/paypal-adaptive.png"),docLink:"#",modLink:"#"},{name:this.__("Product Addon","dokan-lite"),description:this.__("WooCommerce Product Addon support.","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/product-addon.png"),docLink:"https://wedevs.com/docs/dokan/modules/product-addon/",modLink:"https://wedevs.com/dokan/modules/product-addons/"},{name:this.__("Product Enquiry","dokan-lite"),description:this.__("Enquiry for a specific product to a seller.","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/product-enquiry.png"),docLink:"https://wedevs.com/docs/dokan/modules/how-to-install-configure-use-dokan-product-enquiry/",modLink:"https://wedevs.com/dokan/modules/product-enquiry/"},{name:this.__("Report Abuse","dokan-lite"),description:this.__("Let customers report fraudulent or fake products.","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/report-abuse.png"),docLink:"https://wedevs.com/docs/dokan/modules/dokan-report-abuse/",modLink:"https://wedevs.com/docs/dokan/modules/dokan-report-abuse/"},{name:this.__("Return and Warranty Request","dokan-lite"),description:this.__("Manage return and warranty from vendor end.","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/report-abuse.png"),docLink:"https://wedevs.com/docs/dokan/modules/vendor-rma/",modLink:"https://wedevs.com/dokan/modules/rma/"},{name:this.__("Seller Vacation","dokan-lite"),description:this.__("Using this plugin seller can go to vacation by closing their stores.","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/seller-vacation.png"),docLink:"https://wedevs.com/docs/dokan/modules/dokan-vendor-vacation/",modLink:"https://wedevs.com/dokan/modules/vendor-vacation/"},{name:this.__("ShipStation Integration","dokan-lite"),description:this.__("Adds ShipStation label printing support to Dokan. Requires server DomDocument support.","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/shipstation.png"),docLink:"https://wedevs.com/docs/dokan/modules/shipstation-dokan-wedevs/",modLink:"https://wedevs.com/dokan/modules/shipstation/"},{name:this.__("Auction Integration","dokan-lite"),description:this.__("A plugin that combined WooCommerce simple auction and Dokan plugin.","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/auction.png"),docLink:"https://wedevs.com/docs/dokan/modules/woocommerce-auctions-frontend-multivendor-marketplace/",modLink:"https://wedevs.com/dokan/modules/dokan-simple-auctions/"},{name:this.__("Single Product Multiple Vendor","dokan-lite"),description:this.__("A module that offers multiple vendor to sell a single product.","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/single-product-multivendor.png"),docLink:"https://wedevs.com/docs/dokan/modules/single-product-multiple-vendor/",modLink:"https://wedevs.com/dokan/modules/single-product-multivendor/"},{name:this.__("Store Reviews","dokan-lite"),description:this.__("A plugin that allows customers to rate the sellers.","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/vendor-review.png"),docLink:"https://wedevs.com/docs/dokan/modules/vendor-review/",modLink:"https://wedevs.com/dokan/modules/dokan-vendor-review/"},{name:this.__("Store Support","dokan-lite"),description:this.__("Enable vendors to provide support to customers from store page.","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/store-support.png"),docLink:"https://wedevs.com/docs/dokan/modules/how-to-install-and-use-store-support/",modLink:"https://wedevs.com/dokan/modules/store-support/"},{name:this.__("Stripe Connect","dokan-lite"),description:this.__("Accept credit card payments and allow your sellers to get automatic split payment in Dokan via Stripe.","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/stripe.png"),docLink:"https://wedevs.com/docs/dokan/modules/how-to-install-and-configure-dokan-stripe-connect/",modLink:"https://wedevs.com/dokan/modules/store-support/"},{name:this.__("Vendor Subscription","dokan-lite"),description:this.__("Product subscription pack add-on for Dokan vendors.","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/subscription.png"),docLink:"https://wedevs.com/docs/dokan/modules/how-to-install-use-dokan-subscription/",modLink:"https://wedevs.com/dokan/modules/subscription/"},{name:this.__("Vendor Analytics","dokan-lite"),description:this.__("A plugin for store and product analytics for vendor.","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/analytics.png"),docLink:"https://wedevs.com/docs/dokan/modules/dokan-vendor-analytics/",modLink:"https://wedevs.com/docs/dokan/modules/dokan-vendor-analytics/"},{name:this.__("Vendor Staff Manager","dokan-lite"),description:this.__("A plugin for manage store via vendor staffs.","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/vendor-staff.png"),docLink:"https://wedevs.com/docs/dokan/modules/dokan-vendor-staff-manager/",modLink:"https://wedevs.com/dokan/modules/vendor-staff-manager/"},{name:this.__("Vendor Subscription Product","dokan-lite"),description:this.__("WooCommerce Subscription integration for Dokan","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/vendor-subscription-product.png"),docLink:"https://wedevs.com/docs/dokan/modules/dokan-vendor-subscription-product/",modLink:"https://wedevs.com/dokan/modules/vendor-subscription-product/"},{name:this.__("Vendor Verification","dokan-lite"),description:this.__("Dokan add-on to verify sellers.","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/vendor-verification.png"),docLink:"https://wedevs.com/docs/dokan/modules/dokan-seller-verification-admin-settings/",modLink:"https://wedevs.com/dokan/modules/seller-verification/"},{name:this.__("Wholesale","dokan-lite"),description:this.__("Offer any customer to buy product as a wholesale price from any vendors.","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/wholesale.png"),docLink:"https://wedevs.com/docs/dokan/modules/dokan-wholesale/",modLink:"https://wedevs.com/dokan/modules/wholesale/"}],showPopup:!0}},methods:{togglePopup:function(e){this.showPopup=e}}}},function(e,t,a){"use strict";t.a={name:"ModuleUpgradePopup",props:{showPopup:{type:Boolean,required:!0,default:!0}},data:function(){return{upgradeURL:dokan.urls.upgradeToPro}},methods:{closePopup:function(){this.$emit("toggle",!1)},openPopup:function(){this.$emit("toggle",!0)}},computed:{headerImage:function(){return"".concat(dokan.urls.assetsUrl,"/images/dokan-upgrade-popup-header.svg")},bonusImage:function(){return"".concat(dokan.urls.assetsUrl,"/images/dokan-upgrade-popup-bonus.svg")}}}},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var s=a(107),n=a(110),i=a(186);new(dokan_get_lib("Vue"))({el:"#dokan-vue-admin",router:n.a,render:function(e){return e(s.a)},created:function(){this.setLocaleData(dokan.i18n["dokan-lite"]),dokan.dokan_pro_i18n&&this.setLocaleData(dokan.dokan_pro_i18n.dokan)},methods:{listTableTexts:function(){return{loading:this.__("Loading","dokan-lite"),select_bulk_action:this.__("Select bulk action","dokan-lite"),bulk_actions:this.__("Bulk Actions","dokan-lite"),items:this.__("items","dokan-lite"),apply:this.__("Apply","dokan-lite")}}}}),Object(i.a)("dokan")},function(e,t,a){"use strict";var s=a(44),n=a(109),i=!1;var o=function(e){i||a(108)},r=a(0)(s.a,n.a,!1,o,null,null);r.options.__file="src/admin/App.vue",t.a=r.exports},function(e,t){},function(e,t,a){"use strict";var s=function(){var e=this.$createElement,t=this._self._c||e;return t("div",{attrs:{id:"vue-backend-app"}},[t("router-view"),this._v(" "),t("notifications",{attrs:{position:"bottom right"}})],1)};s._withStripped=!0;var n={render:s,staticRenderFns:[]};t.a=n},function(e,t,a){"use strict";var s=a(111),n=a.n(s),i=a(112),o=a(120),r=a(123),l=a(132),d=a(135),c=a(171),u=a(177),p=a(180),m=dokan_get_lib("Vue"),v=dokan_get_lib("Router"),_=dokan_get_lib("VersionCompare");m.use(v),dokan_add_route(i.a),dokan_add_route(o.a),dokan_add_route(r.a),dokan_add_route(l.a),dokan_add_route(d.a),dokan_add_route(u.a),dokan_add_route(p.a),dokan.hasPro&&!_(dokan.proVersion,"2.9.14",">")||dokan_add_route(c.a),function e(t){for(var a=0;a<t.length;a++)"object"===n()(t[a].children)?(e(t[a].children),void 0!==t[a].component&&(t[a].component=dokan.routeComponents[t[a].component])):t[a].component=dokan.routeComponents[t[a].component]}(dokan.routes),t.a=new v({routes:dokan.routes})},,function(e,t,a){"use strict";var s=a(45),n=a(119),i=!1;var o=function(e){i||a(113)},r=a(0)(s.a,n.a,!1,o,null,null);r.options.__file="src/admin/pages/Dashboard.vue",t.a=r.exports},function(e,t){},,,,function(e,t){},function(e,t,a){"use strict";var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return e.show&&e.showUpgrade?a("div",{staticClass:"dokan-upgrade-bar"},[e._v("\n You're using "),a("span",[e._v("Dokan Lite")]),e._v(". To unlock more features, consider\n "),a("a",{attrs:{target:"_blank",rel:"noopener",href:e.upgradeURL}},[e._v("\n Upgrading to Pro")]),e._v(".\n\n "),a("div",{staticClass:"close-button",attrs:{title:"Dismiss the notice"},on:{click:function(t){return e.dismiss()}}},[e._v("\n ×\n ")])]):e._e()};s._withStripped=!0;var n={render:s,staticRenderFns:[]};t.a=n},function(e,t,a){"use strict";var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"dokan-dashboard"},[e.hasPro?e._e():a("UpgradeBanner"),e._v(" "),a("h1",[e._v(e._s(e.__("Dashboard","dokan-lite")))]),e._v(" "),a("div",{staticClass:"widgets-wrapper"},[a("div",{staticClass:"left-side"},[a("postbox",{attrs:{title:e.__("At a Glance","dokan-lite"),extraClass:"dokan-status"}},[null!==e.overview?a("div",{staticClass:"dokan-status"},[a("ul",[a("li",{staticClass:"sale"},[a("div",{staticClass:"dashicons dashicons-chart-bar"}),e._v(" "),a("router-link",{attrs:{to:e.hasPro?{name:"Reports"}:""}},[a("strong",[a("currency",{attrs:{amount:e.overview.sales.this_month}})],1),e._v(" "),a("div",{staticClass:"details"},[e._v("\n "+e._s(e.__("net sales this month","dokan-lite"))+" "),a("span",{class:e.overview.sales.class},[e._v(e._s(e.overview.sales.parcent))])])])],1),e._v(" "),a("li",{staticClass:"commission"},[a("div",{staticClass:"dashicons dashicons-chart-pie"}),e._v(" "),a("router-link",{attrs:{to:e.hasPro?{name:"Reports"}:""}},[a("strong",[a("currency",{attrs:{amount:e.overview.earning.this_month}})],1),e._v(" "),a("div",{staticClass:"details"},[e._v("\n "+e._s(e.__("commission earned","dokan-lite"))+" "),a("span",{class:e.overview.earning.class},[e._v(e._s(e.overview.earning.parcent))])])])],1),e._v(" "),a("li",{staticClass:"vendor"},[a("div",{staticClass:"dashicons dashicons-id"}),e._v(" "),a("router-link",{attrs:{to:e.hasPro?{name:"Vendors"}:""}},[a("strong",[e._v(e._s(e.overview.vendors.this_month)+" "+e._s(e.__("Vendor","dokan-lite")))]),e._v(" "),a("div",{staticClass:"details"},[e._v("\n "+e._s(e.__("signup this month","dokan-lite"))+" "),a("span",{class:e.overview.vendors.class},[e._v(e._s(e.overview.vendors.parcent))])])])],1),e._v(" "),a("li",{staticClass:"approval"},[a("div",{staticClass:"dashicons dashicons-businessman"}),e._v(" "),a("router-link",{attrs:{to:e.hasPro?{name:"Vendors",query:{status:"pending"}}:""}},[a("strong",[e._v(e._s(e.overview.vendors.inactive)+" "+e._s(e.__("Vendor","dokan-lite")))]),e._v(" "),a("div",{staticClass:"details"},[e._v(e._s(e.__("awaiting approval","dokan-lite")))])])],1),e._v(" "),a("li",{staticClass:"product"},[a("div",{staticClass:"dashicons dashicons-cart"}),e._v(" "),a("a",{attrs:{href:"#"}},[a("strong",[e._v(e._s(e.overview.products.this_month)+" "+e._s(e.__("Products","dokan-lite")))]),e._v(" "),a("div",{staticClass:"details"},[e._v("\n "+e._s(e.__("created this month","dokan-lite"))+" "),a("span",{class:e.overview.products.class},[e._v(e._s(e.overview.products.parcent))])])])]),e._v(" "),a("li",{staticClass:"withdraw"},[a("div",{staticClass:"dashicons dashicons-money"}),e._v(" "),a("router-link",{attrs:{to:{name:"Withdraw",query:{status:"pending"}}}},[a("strong",[e._v(e._s(e.overview.withdraw.pending)+" "+e._s(e.__("Withdrawals","dokan-lite")))]),e._v(" "),a("div",{staticClass:"details"},[e._v(e._s(e.__("awaiting approval","dokan-lite")))])])],1)])]):a("div",{staticClass:"loading"},[a("loading")],1)]),e._v(" "),a("postbox",{attrs:{title:e.__("Dokan News Updates","dokan-lite")}},[null!==e.feed?a("div",{staticClass:"rss-widget"},[a("ul",e._l(e.feed,function(t){return a("li",[a("a",{attrs:{href:t.link+"?utm_source=wp-admin&utm_campaign=dokan-news",target:"_blank"}},[e._v(e._s(t.title))])])}),0),e._v(" "),a("div",{staticClass:"subscribe-box"},[e.subscribe.success?a("div",{staticClass:"thank-you"},[e._v(e._s(e.__("Thank you for subscribing!","dokan-lite")))]):[e.subscribe.loading?a("div",{staticClass:"loading"},[a("loading")],1):e._e(),e._v(" "),a("h3",[e._v(e._s(e.__("Stay up-to-date","dokan-lite")))]),e._v(" "),a("p",[e._v("\n "+e._s(e.__("We're constantly developing new features, stay up-to-date by subscribing to our newsletter.","dokan-lite"))+"\n ")]),e._v(" "),a("div",{staticClass:"form-wrap"},[a("input",{directives:[{name:"model",rawName:"v-model",value:e.subscribe.email,expression:"subscribe.email"}],attrs:{type:"email",required:"",placeholder:"Your Email Address"},domProps:{value:e.subscribe.email},on:{keyup:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.emailSubscribe()},input:function(t){t.target.composing||e.$set(e.subscribe,"email",t.target.value)}}}),e._v(" "),a("button",{staticClass:"button",on:{click:function(t){return e.emailSubscribe()}}},[e._v(e._s(e.__("Subscribe","dokan-lite")))])])]],2)]):a("div",{staticClass:"loading"},[a("loading")],1)])],1),e._v(" "),a("div",{staticClass:"right-side"},[a("postbox",{staticClass:"overview-chart",attrs:{title:e.__("Overview","dokan-lite")}},[null!==e.report?a("div",[a("chart",{attrs:{data:e.report}})],1):a("div",{staticClass:"loading"},[a("loading")],1)])],1)])],1)};s._withStripped=!0;var n={render:s,staticRenderFns:[]};t.a=n},function(e,t,a){"use strict";var s=a(47),n=a(122),i=!1;var o=function(e){i||a(121)},r=a(0)(s.a,n.a,!1,o,null,null);r.options.__file="src/admin/pages/Withdraw.vue",t.a=r.exports},function(e,t){},function(e,t,a){"use strict";var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",[e.hasPro?e._e():a("UpgradeBanner"),e._v(" "),a("div",{staticClass:"withdraw-requests"},[a("h1",[e._v(e._s(e.__("Withdraw Requests","dokan-lite")))]),e._v(" "),e.showModal?a("modal",{attrs:{title:e.__("Update Note","dokan-lite")},on:{close:function(t){e.showModal=!1}}},[a("template",{slot:"body"},[a("textarea",{directives:[{name:"model",rawName:"v-model",value:e.editing.note,expression:"editing.note"}],attrs:{rows:"3"},domProps:{value:e.editing.note},on:{input:function(t){t.target.composing||e.$set(e.editing,"note",t.target.value)}}})]),e._v(" "),a("template",{slot:"footer"},[a("button",{staticClass:"button button-primary button-large",on:{click:function(t){return e.updateNote()}}},[e._v(e._s(e.__("Update Note","dokan-lite")))])])],2):e._e(),e._v(" "),a("ul",{staticClass:"subsubsub"},[a("li",[a("router-link",{class:{current:"pending"===e.currentStatus},attrs:{to:{name:"Withdraw",query:{status:"pending"}}}},[e._v(e._s(e.__("Pending","dokan-lite"))+" "),a("span",{staticClass:"count"},[e._v(e._s(e.counts.pending))])]),e._v(" | ")],1),e._v(" "),a("li",[a("router-link",{class:{current:"approved"===e.currentStatus},attrs:{to:{name:"Withdraw",query:{status:"approved"}}}},[e._v(e._s(e.__("Approved","dokan-lite"))+" "),a("span",{staticClass:"count"},[e._v(e._s(e.counts.approved))])]),e._v(" | ")],1),e._v(" "),a("li",[a("router-link",{class:{current:"cancelled"===e.currentStatus},attrs:{to:{name:"Withdraw",query:{status:"cancelled"}}}},[e._v(e._s(e.__("Cancelled","dokan-lite"))+" "),a("span",{staticClass:"count"},[e._v(e._s(e.counts.cancelled))])]),e._v(" | ")],1)]),e._v(" "),a("list-table",{attrs:{columns:e.columns,rows:e.requests,loading:e.loading,"action-column":e.actionColumn,actions:e.actions,"show-cb":e.showCb,"bulk-actions":e.bulkActions,"not-found":e.notFound,"total-pages":e.totalPages,"total-items":e.totalItems,"per-page":e.perPage,"current-page":e.currentPage,text:e.$root.listTableTexts()},on:{pagination:e.goToPage,"action:click":e.onActionClick,"bulk:click":e.onBulkAction},scopedSlots:e._u([{key:"seller",fn:function(t){return[a("img",{attrs:{src:t.row.user.gravatar,alt:t.row.user.store_name,width:"50"}}),e._v(" "),a("strong",[a("a",{attrs:{href:e.vendorUrl(t.row.user.id)}},[e._v(e._s(t.row.user.store_name?t.row.user.store_name:e.__("(no name)","dokan-lite")))])])]}},{key:"vendor",fn:function(t){var s=t.row;return[a("router-link",{attrs:{to:"/vendors/"+s.vendor.id}},[e._v("\n "+e._s(s.vendor.name?s.vendor.name:e.__("(no name)","dokan-lite"))+"\n ")])]}},{key:"amount",fn:function(e){return[a("currency",{attrs:{amount:e.row.amount}})]}},{key:"status",fn:function(t){return[a("span",{class:t.row.status},[e._v(e._s(e._f("capitalize")(t.row.status)))])]}},{key:"created",fn:function(t){return[e._v("\n "+e._s(e.moment(t.row.created).format("MMM D, YYYY"))+"\n ")]}},{key:"method_details",fn:function(t){return[a("div",{staticClass:"method_details_inner",domProps:{innerHTML:e._s(e.getPaymentDetails(t.row.method,t.row.details))}})]}},{key:"actions",fn:function(t){return["pending"===t.row.status?[a("div",{staticClass:"button-group"},[a("button",{staticClass:"button button-small",attrs:{title:e.__("Approve Request","dokan-lite")},on:{click:function(a){return a.preventDefault(),e.changeStatus("approved",t.row.id)}}},[a("span",{staticClass:"dashicons dashicons-yes"})]),e._v(" "),a("button",{staticClass:"button button-small",attrs:{title:e.__("Add Note","dokan-lite")},on:{click:function(a){return a.preventDefault(),e.openNoteModal(t.row.note,t.row.id)}}},[a("span",{staticClass:"dashicons dashicons-testimonial"})])])]:"approved"===t.row.status?[a("div",{staticClass:"button-group"},[a("button",{staticClass:"button button-small",attrs:{title:e.__("Add Note","dokan-lite")},on:{click:function(a){return a.preventDefault(),e.openNoteModal(t.row.note,t.row.id)}}},[a("span",{staticClass:"dashicons dashicons-testimonial"})])])]:[a("div",{staticClass:"button-group"},[a("button",{staticClass:"button button-small",attrs:{title:e.__("Mark as Pending","dokan-lite")},on:{click:function(a){return a.preventDefault(),e.changeStatus("pending",t.row.id)}}},[a("span",{staticClass:"dashicons dashicons-backup"})]),e._v(" "),a("button",{staticClass:"button button-small",attrs:{title:e.__("Add Note","dokan-lite")},on:{click:function(a){return a.preventDefault(),e.openNoteModal(t.row.note,t.row.id)}}},[a("span",{staticClass:"dashicons dashicons-testimonial"})])])]]}}])},[e._v(" "),e._v(" "),e._v(" "),e._v(" "),e._v(" "),e._v(" "),a("template",{slot:"filters"},[a("select",{staticStyle:{width:"190px"},attrs:{id:"filter-vendors","data-placeholder":e.__("Filter by vendor","dokan-lite")}}),e._v(" "),e.filter.user_id?a("button",{staticClass:"button",attrs:{type:"button"},on:{click:function(t){e.filter.user_id=0}}},[e._v("×")]):e._e()])],2)],1)],1)};s._withStripped=!0;var n={render:s,staticRenderFns:[]};t.a=n},function(e,t,a){"use strict";var s=a(48),n=a(131),i=!1;var o=function(e){i||a(124)},r=a(0)(s.a,n.a,!1,o,null,null);r.options.__file="src/admin/pages/Premium.vue",t.a=r.exports},function(e,t){},function(e,t){},function(e,t,a){"use strict";var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"cta-section",style:{"background-image":"url("+e.styles.bgPattern+"), linear-gradient( 45deg, rgb(255,125,144) 33%, rgb(255,173,111) 100%)"}},[a("div",{staticClass:"feature-thumb"},[a("img",{attrs:{src:e.thumbnail,alt:"Dokan Lite"}})]),e._v(" "),a("div",{staticClass:"content-area"},[a("h2",[e._v(e._s(e.__("Convinced?","dokan-lite")))]),e._v(" "),a("p",[e._v(e._s(e.__("With all the advance features you get it’s hard to resist buying Dokan Pro.","dokan-lite")))]),e._v(" "),a("a",{staticClass:"btn",attrs:{href:e.url,target:"_blank"}},[e._v("\n "+e._s(e.__("Upgrade to Pro","dokan-lite"))+"\n "),a("svg",{staticStyle:{"enable-background":"new 0 0 17.5 12.5"},attrs:{version:"1.1",id:"Layer_1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink",x:"0px",y:"0px",viewBox:"0 0 17.5 12.5","xml:space":"preserve"}},[a("path",{staticClass:"st0",attrs:{d:"M10.6,1.5c-0.4-0.4-0.4-0.9,0-1.3c0.4-0.3,0.9-0.3,1.3,0l5.3,5.3c0.2,0.2,0.3,0.4,0.3,0.7s-0.1,0.5-0.3,0.7\n l-5.3,5.3c-0.4,0.4-0.9,0.4-1.3,0c-0.4-0.4-0.4-0.9,0-1.3l3.8-3.8H0.9C0.4,7.1,0,6.7,0,6.2s0.4-0.9,0.9-0.9h13.5L10.6,1.5z\n M10.6,1.5"}})])])])])};s._withStripped=!0;var n={render:s,staticRenderFns:[]};t.a=n},,,,,function(e,t,a){"use strict";var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"dokan-pro-features"},[a("div",{staticClass:"header-section"},[a("div",{staticClass:"feature-thumb"},[a("img",{attrs:{src:e.asstesUrl+"/images/premium/header-feature-thumb@2x.png",alt:e.__("Upgrade to Dokan Pro!","dokan-lite"),title:e.__("Upgrade to Dokan Pro!","dokan-lite")}})]),e._v(" "),a("div",{staticClass:"content-area"},[a("h1",[e._v(e._s(e.__("Upgrade to Dokan Pro!","dokan-lite")))]),e._v(" "),a("p",[e._v(e._s(e.__("Seems To Be Convinced, You Need More Out Of Your Marketplace","dokan-lite")))])])]),e._v(" "),a("div",{staticClass:"vendor-capabilities-banner",style:e.bannerBg},[a("img",{attrs:{src:e.bannerImage,alt:e.__("Dokan Vendor Capabilities Banner","dokan-lite")}}),e._v(" "),a("div",{staticClass:"content"},[a("p",{staticClass:"title"},[e._v(e._s(e.__("Vendor Capabilities","dokan-lite")))]),e._v(" "),a("p",[e._v("\n "+e._s(e.__("One of the finest attractions of Dokan PRO is the vast array of powerful vendor controls & functions it provides so sellers can enjoy ownership, automation & freedom to run their stores. To use these awesome vendor features listed below, consider Upgrading to PRO.","dokan-lite"))+"\n ")]),e._v(" "),a("router-link",{staticClass:"button",attrs:{to:{name:"VendorCapabilities"}}},[e._v("\n "+e._s(e.__("Check Out All Vendor Functionalities","dokan-lite"))+"\n ")])],1)]),e._v(" "),a("div",{staticClass:"service-section"},[a("h2",{staticClass:"section-title"},[e._v(e._s(e.__("Why Upgrade","dokan-lite")))]),e._v(" "),a("div",{staticClass:"service-list"},e._l(e.services,function(t){return a("div",{staticClass:"service-box"},[a("div",{staticClass:"service-thumb"},[a("img",{attrs:{src:t.thumbnail,alt:t.title,title:t.title}})]),e._v(" "),a("div",{staticClass:"service-detail"},[a("h3",{staticClass:"title"},[e._v(e._s(t.title))])])])}),0),e._v(" "),a("a",{staticClass:"btn",attrs:{href:"https://wedevs.com/dokan/features/",target:"_blank"}},[e._v("\n "+e._s(e.__("And Many More","dokan-lite"))+"\n "),a("svg",{staticStyle:{"enable-background":"new 0 0 17.5 12.5"},attrs:{version:"1.1",id:"Layer_1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink",x:"0px",y:"0px",viewBox:"0 0 17.5 12.5","xml:space":"preserve"}},[a("path",{staticClass:"st0",attrs:{d:"M10.6,1.5c-0.4-0.4-0.4-0.9,0-1.3c0.4-0.3,0.9-0.3,1.3,0l5.3,5.3c0.2,0.2,0.3,0.4,0.3,0.7s-0.1,0.5-0.3,0.7\n l-5.3,5.3c-0.4,0.4-0.9,0.4-1.3,0c-0.4-0.4-0.4-0.9,0-1.3l3.8-3.8H0.9C0.4,7.1,0,6.7,0,6.2s0.4-0.9,0.9-0.9h13.5L10.6,1.5z\n M10.6,1.5"}})])])]),e._v(" "),a("div",{staticClass:"comparison-section"},[a("h2",{staticClass:"section-title"},[e._v(e._s(e.__("Comparison With Dokan PRO","dokan-lite")))]),e._v(" "),a("div",{staticClass:"comparison-area"},[a("div",{staticClass:"compare-box dokan-lite"},[a("div",{staticClass:"logo-section"},[a("img",{attrs:{src:e.asstesUrl+"/images/premium/dokan-lite-logo@2x.png",alt:"Dokan Lite"}})]),e._v(" "),a("ul",{staticClass:"compare-list"},e._l(e.comparisons,function(t){return a("li",{class:t.compare.lite},["available"===t.compare.lite?a("img",{attrs:{src:e.asstesUrl+"/images/premium/available@2x.png",alt:""}}):a("img",{attrs:{src:e.asstesUrl+"/images/premium/unavailable@2x.png",alt:""}}),e._v(" "),a("span",[e._v(e._s(t.title))])])}),0)]),e._v(" "),a("div",{staticClass:"compare-box dokan-pro"},[a("div",{staticClass:"logo-section"},[a("img",{attrs:{src:e.asstesUrl+"/images/premium/dokan-pro-logo@2x.png",alt:"Dokan Pro"}})]),e._v(" "),a("ul",{staticClass:"compare-list"},e._l(e.comparisons,function(t){return a("li",{class:t.compare.pro},["available"===t.compare.pro?a("img",{attrs:{src:e.asstesUrl+"/images/premium/available@2x.png",alt:""}}):a("img",{attrs:{src:e.asstesUrl+"/images/premium/unavailable@2x.png",alt:""}}),e._v(" "),a("span",[e._v(e._s(t.title))])])}),0)])])]),e._v(" "),a("div",{staticClass:"pricing-section"},[a("h2",{staticClass:"section-title"},[e._v(e._s(e.__("The Packages We Provide","dokan-lite")))]),e._v(" "),a("div",{staticClass:"pricing-wrapper"},[e._m(0),e._v(" "),e._l(e.modules,function(t){return a("div",{staticClass:"table-row"},[a("div",{staticClass:"table-col"},[a("a",{staticClass:"module-name",attrs:{href:t.url,target:"_blank"}},[e._v(e._s(t.title))])]),e._v(" "),a("div",{staticClass:"table-col"},["numeric"===t.starter.type?a("div",{staticClass:"plan-data"},[e._v(e._s(t.starter.value))]):a("div",{staticClass:"plan-data"},[a("img",{attrs:{src:t.starter.value,alt:""}})])]),e._v(" "),a("div",{staticClass:"table-col popular"},["numeric"===t.professional.type?a("div",{staticClass:"plan-data"},[e._v(e._s(t.professional.value))]):a("div",{staticClass:"plan-data"},[a("img",{attrs:{src:t.professional.value,alt:""}})])]),e._v(" "),a("div",{staticClass:"table-col"},["numeric"===t.business.type?a("div",{staticClass:"plan-data"},[e._v(e._s(t.business.value))]):a("div",{staticClass:"plan-data"},[a("img",{attrs:{src:t.business.value,alt:""}})])]),e._v(" "),a("div",{staticClass:"table-col"},["numeric"===t.enterprise.type?a("div",{staticClass:"plan-data"},[e._v(e._s(t.enterprise.value))]):a("div",{staticClass:"plan-data"},[a("img",{attrs:{src:t.enterprise.value,alt:""}})])])])}),e._v(" "),a("div",{staticClass:"table-row"},[a("div",{staticClass:"table-col"}),e._v(" "),a("div",{staticClass:"table-col"},[a("a",{staticClass:"buy-btn starter",attrs:{href:e.buyNowProUrl+"?add-to-cart=15310&variation_id=15316&attribute_pa_license=starter",target:"_blank"}},[e._v(e._s(e.__("Buy Now","dokan-lite")))])]),e._v(" "),a("div",{staticClass:"table-col popular"},[a("a",{staticClass:"buy-btn professional",attrs:{href:e.buyNowProUrl+"?add-to-cart=15310&variation_id=15314&attribute_pa_license=professional",target:"_blank"}},[e._v(e._s(e.__("Buy Now","dokan-lite")))])]),e._v(" "),a("div",{staticClass:"table-col"},[a("a",{staticClass:"buy-btn business",attrs:{href:e.buyNowProUrl+"?add-to-cart=15310&variation_id=15315&attribute_pa_license=business",target:"_blank"}},[e._v(e._s(e.__("Buy Now","dokan-lite")))])]),e._v(" "),a("div",{staticClass:"table-col"},[a("a",{staticClass:"buy-btn enterprise",attrs:{href:e.buyNowProUrl+"?add-to-cart=15310&variation_id=103829&attribute_pa_license=enterprise",target:"_blank"}},[e._v(e._s(e.__("Buy Now","dokan-lite")))])])])],2)]),e._v(" "),a("div",{staticClass:"payment-section"},[a("div",{staticClass:"guarantee-section"},[a("div",{staticClass:"feature-thumb"},[a("img",{attrs:{src:e.payment.guaranteeThumbnail,alt:"Dokan"}})]),e._v(" "),a("div",{staticClass:"guarantee-detail"},[a("h2",[e._v(e._s(e.__("14 Days Money Back Guarantee","dokan-lite")))]),e._v(" "),a("p",[e._v(e._s(e.__("After successful purchase, you will be eligible for conditional refund","dokan-lite")))]),e._v(" "),a("a",{attrs:{href:e.payment.termsPolicyUrl,target:"_blank"}},[a("img",{attrs:{src:e.payment.viewIcon,alt:"Dokan"}}),e._v(" "+e._s(e.__("Terms & Condition Applied","dokan-lite")))])])]),e._v(" "),a("div",{staticClass:"payment-area"},[a("h3",[e._v(e._s(e.__("Payment Options:","dokan-lite")))]),e._v(" "),a("div",{staticClass:"option"},[a("img",{attrs:{src:e.payment.thumbnail,alt:"Credit Card"}})])])]),e._v(" "),a("div",{staticClass:"testimonial-section"},[a("h2",{staticClass:"section-title"},[e._v(e._s(e.__("People We Have Helped","dokan-lite")))]),e._v(" "),a("div",{staticClass:"testimonial-wrapper"},[a("slick",{ref:"slick",attrs:{options:e.slickOptions}},e._l(e.testimonials,function(t){return a("div",{staticClass:"testimonial-box"},[a("div",{staticClass:"profile-pic"},[a("img",{attrs:{src:t.pic,alt:""}})]),e._v(" "),a("div",{staticClass:"content-detail",style:{"background-image":"url("+e.asstesUrl+"/images/premium/quote-icon.png)"}},[a("h4",[e._v(e._s(t.name))]),e._v(" "),a("span",[e._v(e._s(t.designation))]),e._v(" "),a("p",[e._v(e._s(t.content))])])])}),0)],1),e._v(" "),a("p",{domProps:{innerHTML:e._s(e.sprintf("%s <a href='%s' target='_blank'>%s</a> %s",e.__("We are proud to say the official","dokan-lite"),"https://themes.getbootstrap.com/","Bootstrap theme marketplace",e.__("is built using Dokan","dokan-lite")))}})]),e._v(" "),a("ProCta")],1)};s._withStripped=!0;var n={render:s,staticRenderFns:[function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"table-row"},[a("div",{staticClass:"table-col"}),e._v(" "),a("div",{staticClass:"table-col"},[a("div",{staticClass:"plan-name starter"},[e._v("Starter")]),e._v(" "),a("div",{staticClass:"price"},[a("span",[a("sup",[e._v("$")]),e._v("149")]),e._v(" "),a("span",[e._v("/year")])])]),e._v(" "),a("div",{staticClass:"table-col popular"},[a("div",{staticClass:"plan-name professional"},[e._v("Professional")]),e._v(" "),a("div",{staticClass:"price"},[a("span",[a("sup",[e._v("$")]),e._v("249")]),e._v(" "),a("span",[e._v("/year")])])]),e._v(" "),a("div",{staticClass:"table-col"},[a("div",{staticClass:"plan-name business"},[e._v("Business")]),e._v(" "),a("div",{staticClass:"price"},[a("span",[a("sup",[e._v("$")]),e._v("499")]),e._v(" "),a("span",[e._v("/year")])])]),e._v(" "),a("div",{staticClass:"table-col"},[a("div",{staticClass:"plan-name enterprise"},[e._v("Enterprise")]),e._v(" "),a("div",{staticClass:"price"},[a("span",[a("sup",[e._v("$")]),e._v("999")]),e._v(" "),a("span",[e._v("/year")])])])])}]};t.a=n},function(e,t,a){"use strict";var s=a(51),n=a(134),i=!1;var o=function(e){i||a(133)},r=a(0)(s.a,n.a,!1,o,null,null);r.options.__file="src/admin/pages/Help.vue",t.a=r.exports},function(e,t){},function(e,t,a){"use strict";var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"dokan-help-page"},[e.hasPro?e._e():a("UpgradeBanner"),e._v(" "),a("h1",[e._v(e._s(e.__("Help","dokan-lite")))]),e._v(" "),null!==e.docs?a("div",{staticClass:"section-wrapper"},e._l(e.docs,function(t,s){return a("postbox",{key:s,attrs:{title:t.title}},[a("ul",e._l(t.questions,function(t){return a("li",[a("span",{staticClass:"dashicons dashicons-media-text"}),e._v(" "),a("a",{attrs:{href:t.link+"?utm_source=wp-admin&utm_medium=dokan-help-page",target:"_blank"}},[e._v(e._s(t.title))])])}),0)])}),1):a("div",{staticClass:"loading"},[a("loading")],1)],1)};s._withStripped=!0;var n={render:s,staticRenderFns:[]};t.a=n},function(e,t,a){"use strict";var s=a(52),n=a(170),i=!1;var o=function(e){i||a(136)},r=a(0)(s.a,n.a,!1,o,null,null);r.options.__file="src/admin/pages/Settings.vue",t.a=r.exports},function(e,t){},function(e,t,a){"use strict";var s=a(53),n=a(166),i=!1;var o=function(e){i||a(138)},r=a(0)(s.a,n.a,!1,o,null,null);r.options.__file="src/admin/components/Fields.vue",t.a=r.exports},function(e,t){},,,,,,,,,,,,,,,,,,,,,,,,,,,,function(e,t,a){"use strict";var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return e.shoudShow?a("tr",{class:[e.id,"dokan-settings-field-type-"+e.fieldData.type]},["sub_section"===e.fieldData.type?[a("th",{staticClass:"dokan-settings-sub-section-title",attrs:{colspan:"2"}},[a("label",[e._v(e._s(e.fieldData.label))])]),e._v(" "),a("td",{staticClass:"tooltips-data"})]:e._e(),e._v(" "),e.containCommonFields(e.fieldData.type)?[a("th",{attrs:{scope:"row"}},[a("label",{attrs:{for:e.sectionId+"["+e.fieldData.name+"]"}},[e._v(e._s(e.fieldData.label))])]),e._v(" "),a("td",{staticClass:"tooltips-data"},[e.fieldData.tooltip?a("span",[a("i",{directives:[{name:"tooltip",rawName:"v-tooltip",value:e.fieldData.tooltip,expression:"fieldData.tooltip"}],staticClass:"dashicons dashicons-editor-help tips",attrs:{title:e.fieldData.tooltip}})]):e._e()]),e._v(" "),a("td",{class:[e.fieldData.content_class?e.fieldData.content_class:""]},["checkbox"===(e.fieldData.type||"text")?a("input",{directives:[{name:"model",rawName:"v-model",value:e.fieldValue[e.fieldData.name],expression:"fieldValue[fieldData.name]"}],staticClass:"regular-text",class:[{"dokan-input-validation-error":e.hasValidationError(e.fieldData.name)},e.fieldData.class],attrs:{id:e.sectionId+"["+e.fieldData.name+"]",name:e.sectionId+"["+e.fieldData.name+"]",type:"checkbox"},domProps:{checked:Array.isArray(e.fieldValue[e.fieldData.name])?e._i(e.fieldValue[e.fieldData.name],null)>-1:e.fieldValue[e.fieldData.name]},on:{change:function(t){var a=e.fieldValue[e.fieldData.name],s=t.target,n=!!s.checked;if(Array.isArray(a)){var i=e._i(a,null);s.checked?i<0&&e.$set(e.fieldValue,e.fieldData.name,a.concat([null])):i>-1&&e.$set(e.fieldValue,e.fieldData.name,a.slice(0,i).concat(a.slice(i+1)))}else e.$set(e.fieldValue,e.fieldData.name,n)}}}):"radio"===(e.fieldData.type||"text")?a("input",{directives:[{name:"model",rawName:"v-model",value:e.fieldValue[e.fieldData.name],expression:"fieldValue[fieldData.name]"}],staticClass:"regular-text",class:[{"dokan-input-validation-error":e.hasValidationError(e.fieldData.name)},e.fieldData.class],attrs:{id:e.sectionId+"["+e.fieldData.name+"]",name:e.sectionId+"["+e.fieldData.name+"]",type:"radio"},domProps:{checked:e._q(e.fieldValue[e.fieldData.name],null)},on:{change:function(t){return e.$set(e.fieldValue,e.fieldData.name,null)}}}):a("input",{directives:[{name:"model",rawName:"v-model",value:e.fieldValue[e.fieldData.name],expression:"fieldValue[fieldData.name]"}],staticClass:"regular-text",class:[{"dokan-input-validation-error":e.hasValidationError(e.fieldData.name)},e.fieldData.class],attrs:{id:e.sectionId+"["+e.fieldData.name+"]",name:e.sectionId+"["+e.fieldData.name+"]",type:e.fieldData.type||"text"},domProps:{value:e.fieldValue[e.fieldData.name]},on:{input:function(t){t.target.composing||e.$set(e.fieldValue,e.fieldData.name,t.target.value)}}}),e._v(" "),e.hasError(e.fieldData.name)?a("p",{staticClass:"dokan-error"},[e._v("\n "+e._s(e.getError(e.fieldData.label))+"\n ")]):e._e(),e._v(" "),e.hasValidationError(e.fieldData.name)?a("p",{staticClass:"dokan-error"},[e._v("\n "+e._s(e.getValidationErrorMessage(e.fieldData.name))+"\n ")]):e._e(),e._v(" "),a("p",{staticClass:"description",domProps:{innerHTML:e._s(e.fieldData.desc)}})])]:e._e(),e._v(" "),"number"===e.fieldData.type?[a("th",{attrs:{scope:"row"}},[a("label",{attrs:{for:e.sectionId+"["+e.fieldData.name+"]"}},[e._v(e._s(e.fieldData.label))])]),e._v(" "),a("td",{staticClass:"tooltips-data"},[e.fieldData.tooltip?a("span",[a("i",{directives:[{name:"tooltip",rawName:"v-tooltip",value:e.fieldData.tooltip,expression:"fieldData.tooltip"}],staticClass:"dashicons dashicons-editor-help tips",attrs:{title:e.fieldData.tooltip}})]):e._e()]),e._v(" "),a("td",{class:[e.fieldData.content_class?e.fieldData.content_class:""]},[a("input",{directives:[{name:"model",rawName:"v-model",value:e.fieldValue[e.fieldData.name],expression:"fieldValue[fieldData.name]"}],staticClass:"regular-text",class:[{"dokan-input-validation-error":e.hasValidationError(e.fieldData.name)},e.fieldData.class],attrs:{type:"number",min:e.fieldData.min,max:e.fieldData.max,step:e.fieldData.step,id:e.sectionId+"["+e.fieldData.name+"]",name:e.sectionId+"["+e.fieldData.name+"]"},domProps:{value:e.fieldValue[e.fieldData.name]},on:{input:function(t){t.target.composing||e.$set(e.fieldValue,e.fieldData.name,t.target.value)}}}),e._v(" "),e.hasError(e.fieldData.name)?a("p",{staticClass:"dokan-error"},[e._v("\n "+e._s(e.getError(e.fieldData.label))+"\n ")]):e._e(),e._v(" "),e.hasValidationError(e.fieldData.name)?a("p",{staticClass:"dokan-error"},[e._v("\n "+e._s(e.getValidationErrorMessage(e.fieldData.name))+"\n ")]):e._e(),e._v(" "),a("p",{staticClass:"description",domProps:{innerHTML:e._s(e.fieldData.desc)}})])]:e._e(),e._v(" "),"price"==e.fieldData.type&&e.allSettingsValues.dokan_selling&&"combine"!==e.allSettingsValues.dokan_selling.commission_type?[a("th",{attrs:{scope:"row"}},[a("label",{attrs:{for:e.sectionId+"["+e.fieldData.name+"]"}},[e._v(e._s(e.fieldData.label))])]),e._v(" "),a("td",{staticClass:"tooltips-data"}),e._v(" "),a("td",{class:[e.fieldData.content_class?e.fieldData.content_class:""]},[a("input",{directives:[{name:"model",rawName:"v-model",value:e.fieldValue[e.fieldData.name],expression:"fieldValue[fieldData.name]"}],staticClass:"regular-text",class:{wc_input_decimal:"percentage"==e.allSettingsValues.dokan_selling.commission_type,wc_input_price:"flat"==e.allSettingsValues.dokan_selling.commission_type},attrs:{type:"text",min:e.fieldData.min,id:e.sectionId+"["+e.fieldData.name+"]",name:e.sectionId+"["+e.fieldData.name+"]"},domProps:{value:e.fieldValue[e.fieldData.name]},on:{input:function(t){t.target.composing||e.$set(e.fieldValue,e.fieldData.name,t.target.value)}}}),e._v(" "),e.hasError(e.fieldData.name)?a("p",{staticClass:"dokan-error"},[e._v("\n "+e._s(e.getError(e.fieldData.label))+"\n ")]):e._e(),e._v(" "),e.hasValidationError(e.fieldData.name)?a("p",{staticClass:"dokan-error"},[e._v("\n "+e._s(e.getValidationErrorMessage(e.fieldData.name))+"\n ")]):e._e(),e._v(" "),a("p",{staticClass:"description",domProps:{innerHTML:e._s(e.fieldData.desc)}})])]:e._e(),e._v(" "),"combine"==e.fieldData.type&&e.haveCondition(e.fieldData)&&"show"==e.fieldData.condition.type&&e.checkConditionLogic(e.fieldData,e.fieldValue)?[a("th",{attrs:{scope:"row"}},[a("label",{attrs:{for:e.sectionId+"["+e.fieldData.name+"]"}},[e._v(e._s(e.fieldData.label))])]),e._v(" "),a("td",{staticClass:"tooltips-data combine-tips-style"}),e._v(" "),a("td",{staticClass:"percent_fee"},[a("input",{directives:[{name:"model",rawName:"v-model",value:e.fieldValue[e.fieldData.fields.percent_fee.name],expression:"fieldValue[fieldData.fields.percent_fee.name]"}],staticClass:"wc_input_decimal regular-text",attrs:{type:"text",id:e.sectionId+"["+e.fieldData.name+"][percent_fee]",name:e.sectionId+"["+e.fieldData.fields.percent_fee.name+"]"},domProps:{value:e.fieldValue[e.fieldData.fields.percent_fee.name]},on:{input:function(t){t.target.composing||e.$set(e.fieldValue,e.fieldData.fields.percent_fee.name,t.target.value)}}}),e._v("\n "+e._s("%")+"\n ")]),e._v(" "),a("td",{staticClass:"fixed_fee"},[e._v("\n "+e._s("+")+"\n "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.fieldValue[e.fieldData.fields.fixed_fee.name],expression:"fieldValue[fieldData.fields.fixed_fee.name]"}],staticClass:"wc_input_price regular-text",attrs:{type:"text",id:e.sectionId+"["+e.fieldData.name+"][fixed_fee]",name:e.sectionId+"["+e.fieldData.fields.fixed_fee.name+"]"},domProps:{value:e.fieldValue[e.fieldData.fields.fixed_fee.name]},on:{input:function(t){t.target.composing||e.$set(e.fieldValue,e.fieldData.fields.fixed_fee.name,t.target.value)}}})]),e._v(" "),e.hasError(e.fieldData.fields.percent_fee.name)&&e.hasError(e.fieldData.fields.fixed_fee.name)?a("p",{staticClass:"dokan-error combine-commission"},[e._v("\n "+e._s(e.__("Both percentage and fixed fee is required.","dokan-lite"))+"\n ")]):e.hasError(e.fieldData.fields.percent_fee.name)?a("p",{staticClass:"dokan-error combine-commission"},[e._v("\n "+e._s(e.getError(e.fieldData.fields.percent_fee.label))+"\n ")]):e.hasError(e.fieldData.fields.fixed_fee.name)?a("p",{staticClass:"dokan-error combine-commission"},[e._v("\n "+e._s(e.getError(e.fieldData.fields.fixed_fee.label))+"\n ")]):e._e(),e._v(" "),a("p",{staticClass:"description",domProps:{innerHTML:e._s(e.fieldData.desc)}})]:e._e(),e._v(" "),"textarea"==e.fieldData.type?[a("th",{attrs:{scope:"row"}},[a("label",{attrs:{for:e.sectionId+"["+e.fieldData.name+"]"}},[e._v(e._s(e.fieldData.label))])]),e._v(" "),a("td",{staticClass:"tooltips-data"},[e.fieldData.tooltip?a("span",[a("i",{directives:[{name:"tooltip",rawName:"v-tooltip",value:e.fieldData.tooltip,expression:"fieldData.tooltip"}],staticClass:"dashicons dashicons-editor-help tips",attrs:{title:e.fieldData.tooltip}})]):e._e()]),e._v(" "),a("td",{class:[e.fieldData.content_class?e.fieldData.content_class:""]},[a("textarea",{directives:[{name:"model",rawName:"v-model",value:e.fieldValue[e.fieldData.name],expression:"fieldValue[fieldData.name]"}],staticClass:"regular-text",attrs:{type:"textarea",rows:e.fieldData.rows,cols:e.fieldData.cols,id:e.sectionId+"["+e.fieldData.name+"]",name:e.sectionId+"["+e.fieldData.name+"]"},domProps:{value:e.fieldValue[e.fieldData.name]},on:{input:function(t){t.target.composing||e.$set(e.fieldValue,e.fieldData.name,t.target.value)}}}),e._v(" "),e.hasError(e.fieldData.name)?a("p",{staticClass:"dokan-error"},[e._v("\n "+e._s(e.getError(e.fieldData.label))+"\n ")]):e._e(),e._v(" "),e.hasValidationError(e.fieldData.name)?a("p",{staticClass:"dokan-error"},[e._v("\n "+e._s(e.getValidationErrorMessage(e.fieldData.name))+"\n ")]):e._e(),e._v(" "),a("p",{staticClass:"description",domProps:{innerHTML:e._s(e.fieldData.desc)}})])]:e._e(),e._v(" "),"checkbox"==e.fieldData.type?[a("th",{attrs:{scope:"row"}},[a("label",{attrs:{for:e.sectionId+"["+e.fieldData.name+"]"}},[e._v(e._s(e.fieldData.label))])]),e._v(" "),a("td",{staticClass:"tooltips-data"},[e.fieldData.tooltip?a("span",[a("i",{directives:[{name:"tooltip",rawName:"v-tooltip",value:e.fieldData.tooltip,expression:"fieldData.tooltip"}],staticClass:"dashicons dashicons-editor-help tips",attrs:{title:e.fieldData.tooltip}})]):e._e()]),e._v(" "),a("td",{class:[e.fieldData.content_class?e.fieldData.content_class:""]},[a("fieldset",[a("label",{attrs:{for:e.sectionId+"["+e.fieldData.name+"]"}},[a("input",{directives:[{name:"model",rawName:"v-model",value:e.fieldValue[e.fieldData.name],expression:"fieldValue[fieldData.name]"}],staticClass:"checkbox",attrs:{type:"checkbox",id:e.sectionId+"["+e.fieldData.name+"]",name:e.sectionId+"["+e.fieldData.name+"]","true-value":"on","false-value":"off"},domProps:{checked:Array.isArray(e.fieldValue[e.fieldData.name])?e._i(e.fieldValue[e.fieldData.name],null)>-1:e._q(e.fieldValue[e.fieldData.name],"on")},on:{change:function(t){var a=e.fieldValue[e.fieldData.name],s=t.target,n=s.checked?"on":"off";if(Array.isArray(a)){var i=e._i(a,null);s.checked?i<0&&e.$set(e.fieldValue,e.fieldData.name,a.concat([null])):i>-1&&e.$set(e.fieldValue,e.fieldData.name,a.slice(0,i).concat(a.slice(i+1)))}else e.$set(e.fieldValue,e.fieldData.name,n)}}}),e._v("\n "+e._s(e.fieldData.desc)+"\n ")])]),e._v(" "),e.hasValidationError(e.fieldData.name)?a("p",{staticClass:"dokan-error"},[e._v("\n "+e._s(e.getValidationErrorMessage(e.fieldData.name))+"\n ")]):e._e()])]:e._e(),e._v(" "),"multicheck"==e.fieldData.type?[a("th",{attrs:{scope:"row"}},[a("label",{attrs:{for:e.sectionId+"["+e.fieldData.name+"]"}},[e._v(e._s(e.fieldData.label))])]),e._v(" "),a("td",{staticClass:"tooltips-data"},[e.fieldData.tooltip?a("span",[a("i",{directives:[{name:"tooltip",rawName:"v-tooltip",value:e.fieldData.tooltip,expression:"fieldData.tooltip"}],staticClass:"dashicons dashicons-editor-help tips",attrs:{title:e.fieldData.tooltip}})]):e._e()]),e._v(" "),a("td",{class:[e.fieldData.content_class?e.fieldData.content_class:""]},[a("fieldset",[e._l(e.fieldData.options,function(t,s){return[a("label",{attrs:{for:e.sectionId+"["+e.fieldData.name+"]["+s+"]"}},[a("input",{directives:[{name:"model",rawName:"v-model",value:e.fieldValue[e.fieldData.name][s],expression:"fieldValue[fieldData.name][optionKey]"}],staticClass:"checkbox",attrs:{type:"checkbox",id:e.sectionId+"["+e.fieldData.name+"]["+s+"]",name:e.sectionId+"["+e.fieldData.name+"]["+s+"]","true-value":s,"false-value":""},domProps:{checked:Array.isArray(e.fieldValue[e.fieldData.name][s])?e._i(e.fieldValue[e.fieldData.name][s],null)>-1:e._q(e.fieldValue[e.fieldData.name][s],s)},on:{change:function(t){var a=e.fieldValue[e.fieldData.name][s],n=t.target,i=n.checked?s:"";if(Array.isArray(a)){var o=e._i(a,null);n.checked?o<0&&e.$set(e.fieldValue[e.fieldData.name],s,a.concat([null])):o>-1&&e.$set(e.fieldValue[e.fieldData.name],s,a.slice(0,o).concat(a.slice(o+1)))}else e.$set(e.fieldValue[e.fieldData.name],s,i)}}}),e._v("\n "+e._s(t)+"\n ")]),e._v(" "),a("br")]})],2),e._v(" "),e.hasValidationError(e.fieldData.name)?a("p",{staticClass:"dokan-error"},[e._v("\n "+e._s(e.getValidationErrorMessage(e.fieldData.name))+"\n ")]):e._e()])]:e._e(),e._v(" "),"select"==e.fieldData.type?[a("th",{attrs:{scope:"row"}},[a("label",{attrs:{for:e.sectionId+"["+e.fieldData.name+"]"}},[e._v(e._s(e.fieldData.label))])]),e._v(" "),a("td",{class:["combine"===e.fieldData.type?"tooltips-data combine-tips-style":"tooltips-data"]},[e.fieldData.tooltip?a("span",[a("i",{directives:[{name:"tooltip",rawName:"v-tooltip",value:e.fieldData.tooltip,expression:"fieldData.tooltip"}],staticClass:"dashicons dashicons-editor-help tips",attrs:{title:e.fieldData.tooltip}})]):e._e()]),e._v(" "),a("td",{class:[e.fieldData.content_class?e.fieldData.content_class:""]},[e.fieldData.grouped?a("select",{directives:[{name:"model",rawName:"v-model",value:e.fieldValue[e.fieldData.name],expression:"fieldValue[fieldData.name]"}],staticClass:"regular",attrs:{name:e.sectionId+"["+e.fieldData.name+"]",id:e.sectionId+"["+e.fieldData.name+"]"},on:{change:function(t){var a=Array.prototype.filter.call(t.target.options,function(e){return e.selected}).map(function(e){return"_value"in e?e._value:e.value});e.$set(e.fieldValue,e.fieldData.name,t.target.multiple?a:a[0])}}},[e.fieldData.placeholder?a("option",{attrs:{value:"",disabled:""},domProps:{innerHTML:e._s(e.fieldData.placeholder)}}):e._e(),e._v(" "),e._l(e.fieldData.options,function(t){return a("optgroup",{attrs:{label:t.group_label}},e._l(t.group_values,function(t){return a("option",{domProps:{value:t.value,innerHTML:e._s(t.label)}})}),0)})],2):a("select",{directives:[{name:"model",rawName:"v-model",value:e.fieldValue[e.fieldData.name],expression:"fieldValue[fieldData.name]"}],staticClass:"regular",attrs:{name:e.sectionId+"["+e.fieldData.name+"]",id:e.sectionId+"["+e.fieldData.name+"]"},on:{change:function(t){var a=Array.prototype.filter.call(t.target.options,function(e){return e.selected}).map(function(e){return"_value"in e?e._value:e.value});e.$set(e.fieldValue,e.fieldData.name,t.target.multiple?a:a[0])}}},[e.fieldData.placeholder?a("option",{attrs:{value:""},domProps:{innerHTML:e._s(e.fieldData.placeholder)}}):e._e(),e._v(" "),e._l(e.fieldData.options,function(t,s){return a("option",{domProps:{value:s,innerHTML:e._s(t)}})})],2),e._v(" "),e.fieldData.refresh_options?a("RefreshSettingOptions",{attrs:{section:e.sectionId,field:e.fieldData,"toggle-loading-state":e.toggleLoadingState}}):e._e(),e._v(" "),e.hasValidationError(e.fieldData.name)?a("p",{staticClass:"dokan-error"},[e._v("\n "+e._s(e.getValidationErrorMessage(e.fieldData.name))+"\n ")]):e._e(),e._v(" "),a("p",{staticClass:"description",domProps:{innerHTML:e._s(e.fieldData.desc)}})],1)]:e._e(),e._v(" "),"file"==e.fieldData.type?[a("th",{attrs:{scope:"row"}},[a("label",{attrs:{for:e.sectionId+"["+e.fieldData.name+"]"}},[e._v(e._s(e.fieldData.label))])]),e._v(" "),a("td",{staticClass:"tooltips-data"}),e._v(" "),a("td",{class:[e.fieldData.content_class?e.fieldData.content_class:""]},[a("input",{directives:[{name:"model",rawName:"v-model",value:e.fieldValue[e.fieldData.name],expression:"fieldValue[fieldData.name]"}],staticClass:"regular-text wpsa-url",attrs:{type:"text",id:e.sectionId+"["+e.fieldData.name+"]",name:e.sectionId+"["+e.fieldData.name+"]"},domProps:{value:e.fieldValue[e.fieldData.name]},on:{input:function(t){t.target.composing||e.$set(e.fieldValue,e.fieldData.name,t.target.value)}}}),e._v(" "),a("input",{staticClass:"button wpsa-browse",attrs:{type:"button",value:"Choose File"},on:{click:function(t){return t.preventDefault(),e.$emit("openMedia",{sectionId:e.sectionId,name:e.fieldData.name},t)}}}),e._v(" "),e.hasError(e.fieldData.name)?a("p",{staticClass:"dokan-error"},[e._v("\n "+e._s(e.getError(e.fieldData.label))+"\n ")]):e._e(),e._v(" "),a("p",{staticClass:"description",domProps:{innerHTML:e._s(e.fieldData.desc)}})])]:e._e(),e._v(" "),"color"==e.fieldData.type?[a("th",{attrs:{scope:"row"}},[a("label",{attrs:{for:e.sectionId+"["+e.fieldData.name+"]"}},[e._v(e._s(e.fieldData.label))])]),e._v(" "),a("td",{staticClass:"tooltips-data"}),e._v(" "),a("td",{class:[e.fieldData.content_class?e.fieldData.content_class:""]},[a("color-picker",{model:{value:e.fieldValue[e.fieldData.name],callback:function(t){e.$set(e.fieldValue,e.fieldData.name,t)},expression:"fieldValue[fieldData.name]"}}),e._v(" "),e.hasError(e.fieldData.name)?a("p",{staticClass:"dokan-error"},[e._v("\n "+e._s(e.getError(e.fieldData.label))+"\n ")]):e._e(),e._v(" "),a("p",{staticClass:"description",domProps:{innerHTML:e._s(e.fieldData.desc)}})],1)]:e._e(),e._v(" "),"html"==e.fieldData.type?[a("th",{attrs:{scope:"row"}},[a("label",{attrs:{for:e.sectionId+"["+e.fieldData.name+"]"}},[e._v(e._s(e.fieldData.label))])]),e._v(" "),a("td",{staticClass:"tooltips-data"},[e.fieldData.tooltip?a("span",[a("i",{directives:[{name:"tooltip",rawName:"v-tooltip",value:e.fieldData.tooltip,expression:"fieldData.tooltip"}],staticClass:"dashicons dashicons-editor-help tips",attrs:{title:e.fieldData.tooltip}})]):e._e()]),e._v(" "),a("td",{class:[e.fieldData.content_class?e.fieldData.content_class:""]},[e.hasError(e.fieldData.name)?a("p",{staticClass:"dokan-error"},[e._v("\n "+e._s(e.getError(e.fieldData.label))+"\n ")]):e._e(),e._v(" "),a("p",{staticClass:"description",domProps:{innerHTML:e._s(e.fieldData.desc)}})])]:e._e(),e._v(" "),"warning"==e.fieldData.type?[a("th",{staticClass:"dokan-setting-warning",attrs:{scope:"row",colspan:"2"}},[a("div",{staticClass:"error"},[a("p",{attrs:{for:e.sectionId+"["+e.fieldData.name+"]"}},[a("span",{staticClass:"dokan-setting-warning-label"},[a("span",{staticClass:"dashicons dashicons-warning"}),e._v(" "+e._s(e.fieldData.label))]),e._v(" "),a("span",{staticClass:"dokan-setting-warning-msg"},[e._v(e._s(e.fieldData.desc))])])])]),e._v(" "),a("td",{staticClass:"tooltips-data"})]:e._e(),e._v(" "),"radio"==e.fieldData.type?[a("th",{attrs:{scope:"row"}},[a("label",{attrs:{for:e.sectionId+"["+e.fieldData.name+"]"}},[e._v(e._s(e.fieldData.label))])]),e._v(" "),a("td",{staticClass:"tooltips-data"}),e._v(" "),a("td",{class:[e.fieldData.content_class?e.fieldData.content_class:"","dokan-settings-field-type-radio"]},[a("fieldset",[e._l(e.fieldData.options,function(t,s){return[a("label",{attrs:{for:e.sectionId+"["+e.fieldData.name+"]["+s+"]"}},[a("input",{directives:[{name:"model",rawName:"v-model",value:e.fieldValue[e.fieldData.name],expression:"fieldValue[fieldData.name]"}],staticClass:"radio",attrs:{type:"radio",id:e.sectionId+"["+e.fieldData.name+"]["+s+"]",name:s},domProps:{value:s,checked:e._q(e.fieldValue[e.fieldData.name],s)},on:{change:function(t){return e.$set(e.fieldValue,e.fieldData.name,s)}}}),e._v(" "+e._s(t)+"\n ")])]})],2),e._v(" "),a("p",{staticClass:"description",domProps:{innerHTML:e._s(e.fieldData.desc)}})])]:e._e(),e._v(" "),"wpeditor"==e.fieldData.type?[a("th",{attrs:{scope:"row"}},[a("label",{attrs:{for:e.sectionId+"["+e.fieldData.name+"]"}},[e._v(e._s(e.fieldData.label))])]),e._v(" "),a("td",{staticClass:"tooltips-data"},[e.fieldData.tooltip?a("span",[a("i",{directives:[{name:"tooltip",rawName:"v-tooltip",value:e.fieldData.tooltip,expression:"fieldData.tooltip"}],staticClass:"dashicons dashicons-editor-help tips",attrs:{title:e.fieldData.tooltip}})]):e._e()]),e._v(" "),a("td",{class:[e.fieldData.content_class?e.fieldData.content_class:""],attrs:{width:"72%"}},[a("text-editor",{model:{value:e.fieldValue[e.fieldData.name],callback:function(t){e.$set(e.fieldValue,e.fieldData.name,t)},expression:"fieldValue[fieldData.name]"}}),e._v(" "),a("p",{staticClass:"description",domProps:{innerHTML:e._s(e.fieldData.desc)}})],1)]:e._e(),e._v(" "),"repeatable"==e.fieldData.type?[a("th",{attrs:{scope:"row"}},[a("label",{attrs:{for:e.sectionId+"["+e.fieldData.name+"]"}},[e._v(e._s(e.fieldData.label))])]),e._v(" "),a("td",{staticClass:"tooltips-data"},[e.fieldData.tooltip?a("span",[a("i",{directives:[{name:"tooltip",rawName:"v-tooltip",value:e.fieldData.tooltip,expression:"fieldData.tooltip"}],staticClass:"dashicons dashicons-editor-help tips",attrs:{title:e.fieldData.tooltip}})]):e._e()]),e._v(" "),a("td",{class:[e.fieldData.content_class?e.fieldData.content_class:""],attrs:{width:"72%"}},[a("ul",{staticClass:"dokan-settings-repeatable-list"},e._l(e.fieldValue[e.fieldData.name],function(t,s){return e.fieldValue[e.fieldData.name]?a("li",[e._v("\n "+e._s(t.value)+" "),t.must_use?e._e():a("span",{staticClass:"dashicons dashicons-no-alt remove-item",on:{click:function(t){return t.preventDefault(),e.removeItem(s,e.fieldData.name)}}}),e._v(" "),a("span",{staticClass:"repeatable-item-description",domProps:{innerHTML:e._s(t.desc)}})]):e._e()}),0),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.repeatableItem[e.fieldData.name],expression:"repeatableItem[fieldData.name]"}],staticClass:"regular-text",attrs:{type:"text"},domProps:{value:e.repeatableItem[e.fieldData.name]},on:{input:function(t){t.target.composing||e.$set(e.repeatableItem,e.fieldData.name,t.target.value)}}}),e._v(" "),a("a",{staticClass:"button dokan-repetable-add-item-btn",attrs:{href:"#"},on:{click:function(t){return t.preventDefault(),e.addItem(e.fieldData.type,e.fieldData.name)}}},[e._v("+")]),e._v(" "),a("p",{staticClass:"description",domProps:{innerHTML:e._s(e.fieldData.desc)}})])]:e._e(),e._v(" "),"radio_image"==e.fieldData.type?[a("th",{attrs:{scope:"row"}},[a("label",{attrs:{for:e.sectionId+"["+e.fieldData.name+"]"}},[e._v(e._s(e.fieldData.label))])]),e._v(" "),a("td",{staticClass:"tooltips-data"}),e._v(" "),a("td",{class:[e.fieldData.content_class?e.fieldData.content_class:""]},[a("div",{staticClass:"radio-image-container"},[e._l(e.fieldData.options,function(t,s){return[a("label",{staticClass:"radio-image",class:{active:e.fieldValue[e.fieldData.name]===s,"not-active":e.fieldValue[e.fieldData.name]!==s}},[a("input",{directives:[{name:"model",rawName:"v-model",value:e.fieldValue[e.fieldData.name],expression:"fieldValue[fieldData.name]"}],staticClass:"radio",attrs:{type:"radio",name:e.fieldData.name},domProps:{value:s,checked:e._q(e.fieldValue[e.fieldData.name],s)},on:{change:function(t){return e.$set(e.fieldValue,e.fieldData.name,s)}}}),e._v(" "),a("span",{staticClass:"current-option-indicator"},[a("span",{staticClass:"dashicons dashicons-yes"}),e._v(" "+e._s(e.__("Active","dokan-lite")))]),e._v(" "),a("img",{attrs:{src:t}}),e._v(" "),a("span",{staticClass:"active-option"},[a("button",{staticClass:"button button-primary button-hero",attrs:{type:"button"},on:{click:function(t){t.preventDefault(),e.fieldValue[e.fieldData.name]=s}}},[e._v("\n "+e._s(e.__("Select","dokan-lite"))+"\n ")])])])]})],2)])]:e._e(),e._v(" "),"gmap"!=e.fieldData.type||e.hideMap?e._e():[a("th",{attrs:{scope:"row"}},[a("label",{attrs:{for:e.sectionId+"["+e.fieldData.name+"]"}},[e._v(e._s(e.fieldData.label))])]),e._v(" "),a("td",{staticClass:"tooltips-data"}),e._v(" "),a("td",{class:[e.fieldData.content_class?e.fieldData.content_class:""]},[a("input",{attrs:{type:"hidden",name:e.sectionId+"["+e.fieldData.name+"]"},domProps:{value:e.mapLocation}}),e._v(" "),"mapbox"===e.mapApiSource?a("Mapbox",{attrs:{accessToken:e.mapboxAccessToken,location:e.mapLocation,width:"100%",height:"300px"},on:{hideMap:e.onHideMap,updateMap:e.onUpdateMap}}):a("GoogleMaps",{attrs:{apiKey:e.googleMapApiKey,location:e.mapLocation},on:{hideMap:e.onHideMap,updateMap:e.onUpdateMap}}),e._v(" "),e.hasError(e.fieldData.name)?a("p",{staticClass:"dokan-error"},[e._v("\n "+e._s(e.getError(e.fieldData.label))+"\n ")]):e._e(),e._v(" "),a("p",{staticClass:"description",domProps:{innerHTML:e._s(e.fieldData.desc)}})],1)]],2):e._e()};s._withStripped=!0;var n={render:s,staticRenderFns:[]};t.a=n},function(e,t,a){"use strict";var s=a(62),n=a(169),i=!1;var o=function(e){i||a(168)},r=a(0)(s.a,n.a,!1,o,null,null);r.options.__file="src/admin/components/SettingsBanner.vue",t.a=r.exports},function(e,t){},function(e,t,a){"use strict";var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{attrs:{id:"dokan-settings-banner"}},[a("img",{attrs:{src:e.bannerImage,alt:e.__("Dokan Settings Banner","dokan-lite")}}),e._v(" "),a("div",{staticClass:"content"},[a("h1",[e._v(e._s(e.__("Looking for Coupons, Variable Products, SEO or Shipping?","dokan-lite")))]),e._v(" "),a("p",[e._v(e._s(e.__("Unlock these awesome frontend features with Dokan PRO","dokan-lite")))]),e._v(" "),a("a",{staticClass:"button",attrs:{target:"_blank",rel:"noopener noreferrer",href:e.upgradeURL}},[e._v(e._s(e.__("Upgrade to Pro","dokan-lite")))]),e._v(" "),a("router-link",{staticClass:"button custom-button",attrs:{to:{name:"VendorCapabilities"}}},[e._v("\n "+e._s(e.__("Check Out All Vendor Functionalities","dokan-lite"))+"\n ")])],1)])};s._withStripped=!0;var n={render:s,staticRenderFns:[]};t.a=n},function(e,t,a){"use strict";var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",[e.hasPro?e._e():a("UpgradeBanner"),e._v(" "),a("div",{staticClass:"dokan-settings"},[a("h2",{staticStyle:{"margin-bottom":"15px"}},[e._v(e._s(e.__("Settings","dokan-lite")))]),e._v(" "),e.isSaved?a("div",{staticClass:"settings-error notice is-dismissible",class:{updated:e.isUpdated,error:!e.isUpdated},attrs:{id:"setting-message_updated"}},[a("p",[a("strong",{domProps:{innerHTML:e._s(e.message)}})]),e._v(" "),a("button",{staticClass:"notice-dismiss",attrs:{type:"button"},on:{click:function(t){t.preventDefault(),e.isSaved=!1}}},[a("span",{staticClass:"screen-reader-text"},[e._v(e._s(e.__("Dismiss this notice.","dokan-lite")))])])]):e._e(),e._v(" "),a("div",{staticClass:"dokan-settings-wrap"},[a("div",{staticClass:"nav-tab-wrapper"},[a("div",{staticClass:"search-box"},[a("input",{directives:[{name:"model",rawName:"v-model",value:e.searchText,expression:"searchText"}],ref:"searchInSettings",staticClass:"dokan-admin-search-settings",attrs:{type:"text",placeholder:"Search e.g. vendor"},domProps:{value:e.searchText},on:{input:[function(t){t.target.composing||(e.searchText=t.target.value)},e.searchInSettings]}}),e._v(" "),""!==e.searchText?a("span",{staticClass:"dashicons dashicons-no-alt",on:{click:function(t){return t.preventDefault(),e.clearSearch.apply(null,arguments)}}}):e._e()]),e._v(" "),e._l(e.settingSections,function(t){return[a("a",{class:["nav-tab",e.currentTab===t.id?"nav-tab-active":""],attrs:{href:"#"},on:{click:function(a){return a.preventDefault(),e.changeTab(t)}}},[a("span",{staticClass:"dashicons",class:t.icon}),e._v(" "+e._s(t.title)+"\n ")])]})],2),e._v(" "),a("div",{staticClass:"metabox-holder"},[e._l(e.settingFields,function(t,s){return e.isLoaded?[e.currentTab===s?a("div",{staticClass:"group",attrs:{id:s}},[a("form",{attrs:{method:"post",action:"options.php"}},[a("input",{attrs:{type:"hidden",name:"option_page"},domProps:{value:s}}),e._v(" "),a("input",{attrs:{type:"hidden",name:"action",value:"update"}}),e._v(" "),a("table",{staticClass:"form-table"},[e.showSectionTitle(t)?a("thead",[a("tr",{staticClass:"dokan-settings-field-type-sub_section"},[a("th",{staticClass:"dokan-settings-sub-section-title",attrs:{colspan:"2"}},[a("label",[e._v(e._s(e.sectionTitle(s)))])])])]):e._e(),e._v(" "),a("tbody",e._l(t,function(t,n){return a("Fields",{key:n,attrs:{"section-id":s,id:n,"field-data":t,"field-value":e.settingValues[s],"all-settings-values":e.settingValues,errors:e.errors,validationErrors:e.validationErrors,"toggle-loading-state":e.toggleLoadingState},on:{openMedia:e.showMedia}})}),1)]),e._v(" "),a("p",{staticClass:"submit"},[a("input",{staticClass:"button button-primary",attrs:{type:"submit",name:"submit",id:"submit",value:"Save Changes"},on:{click:function(t){return t.preventDefault(),e.saveSettings(e.settingValues[s],s)}}})])])]):e._e()]:e._e()})],2),e._v(" "),e.showLoading?a("div",{staticClass:"loading"},[a("loading")],1):e._e()])]),e._v(" "),e.hasPro?e._e():a("SettingsBanner")],1)};s._withStripped=!0;var n={render:s,staticRenderFns:[]};t.a=n},function(e,t,a){"use strict";var s=a(63),n=a(176),i=!1;var o=function(e){i||a(172)},r=a(0)(s.a,n.a,!1,o,null,null);r.options.__file="src/admin/pages/Vendors.vue",t.a=r.exports},function(e,t){},function(e,t,a){"use strict";var s=a(64),n=a(175),i=!1;var o=function(e){i||a(174)},r=a(0)(s.a,n.a,!1,o,null,null);r.options.__file="src/admin/pages/AddVendor.vue",t.a=r.exports},function(e,t){},function(e,t,a){"use strict";var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"dokan-vendor-edit"},[a("modal",{attrs:{title:e.title,width:"800px"},on:{close:e.closeModal}},[a("div",{attrs:{slot:"body"},slot:"body"},[a("div",{staticClass:"tab-header"},[a("ul",{staticClass:"tab-list"},e._l(e.tabs,function(t,s){return a("li",{key:s,class:{"tab-title":!0,active:e.currentTab===t.name,last:"VendorPaymentFields"===t.name}},[a("div",{staticClass:"tab-link"},[a("a",{class:{first:"VendorAccountFields"===t.name},attrs:{href:"#"},on:{click:function(a){a.preventDefault(),e.currentTab=t.name}}},[a("span",{class:[t.icon]}),e._v("\n "+e._s(t.label)+"\n ")])])])}),0)]),e._v(" "),e.currentTab?a("div",{staticClass:"tab-contents"},[e.isLoading?a("div",{staticClass:"loading"},[a("loading")],1):e._e(),e._v(" "),e.isLoading?e._e():a("transition",{attrs:{name:"component-fade",mode:"out-in"}},[a(e.currentTab,{tag:"component",attrs:{vendorInfo:e.store,errors:e.errors}})],1)],1):e._e()]),e._v(" "),a("div",{attrs:{slot:"footer"},slot:"footer"},[a("button",{staticClass:"button button-primary button-hero",on:{click:e.createVendor}},[e._v(e._s("VendorPaymentFields"===e.currentTab?e.__("Create Vendor","dokan-lite"):this.nextBtn))])])])],1)};s._withStripped=!0;var n={render:s,staticRenderFns:[]};t.a=n},function(e,t,a){"use strict";var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",[e.hasPro?e._e():a("UpgradeBanner"),e._v(" "),a("div",{staticClass:"vendor-list"},[a("h1",{staticClass:"wp-heading-inline"},[e._v(e._s(e.__("Vendors","dokan-lite")))]),e._v(" "),a("button",{staticClass:"page-title-action",on:{click:function(t){return e.addNew()}}},[e._v(e._s(e.__("Add New","dokan-lite")))]),e._v(" "),e._l(e.dokanVendorHeaderArea,function(e,t){return a(e,{key:t,tag:"component"})}),e._v(" "),a("hr",{staticClass:"wp-header-end"}),e._v(" "),a("ul",{staticClass:"subsubsub"},[a("li",[a("router-link",{attrs:{to:{name:"Vendors",query:{status:"all"}},"active-class":"current",exact:""}},[e._v(e._s(e.__("All","dokan-lite"))+" "),a("span",{staticClass:"count"},[e._v(e._s(e.counts.all))])]),e._v(" | ")],1),e._v(" "),a("li",[a("router-link",{attrs:{to:{name:"Vendors",query:{status:"approved"}},"active-class":"current",exact:""}},[e._v(e._s(e.__("Approved","dokan-lite"))+" "),a("span",{staticClass:"count"},[e._v(e._s(e.counts.approved))])]),e._v(" | ")],1),e._v(" "),a("li",[a("router-link",{attrs:{to:{name:"Vendors",query:{status:"pending"}},"active-class":"current",exact:""}},[e._v(e._s(e.__("Pending","dokan-lite"))+" "),a("span",{staticClass:"count"},[e._v(e._s(e.counts.pending))])]),e._v(" | ")],1)]),e._v(" "),a("search",{attrs:{title:e.__("Search Vendors","dokan-lite")},on:{searched:e.doSearch}}),e._v(" "),a("list-table",{attrs:{columns:e.columns,loading:e.loading,rows:e.vendors,actions:e.actions,actionColumn:"store_name","show-cb":e.showCb,"total-items":e.totalItems,"bulk-actions":e.bulkActions,"total-pages":e.totalPages,"per-page":e.perPage,"current-page":e.currentPage,"action-column":e.actionColumn,"not-found":"No vendors found.","sort-by":e.sortBy,"sort-order":e.sortOrder,text:e.$root.listTableTexts()},on:{sort:e.sortCallback,pagination:e.goToPage,"action:click":e.onActionClick,"bulk:click":e.onBulkAction,searched:e.doSearch},scopedSlots:e._u([{key:"store_name",fn:function(t){return[a("img",{attrs:{src:t.row.gravatar,alt:t.row.store_name,width:"50"}}),e._v(" "),a("strong",[e.hasPro?a("router-link",{attrs:{to:"/vendors/"+t.row.id}},[e._v(e._s(t.row.store_name?t.row.store_name:e.__("(no name)","dokan-lite")))]):a("a",{attrs:{href:e.editUrl(t.row.id)}},[e._v(e._s(t.row.store_name?t.row.store_name:e.__("(no name)","dokan-lite")))])],1)]}},{key:"email",fn:function(t){return[a("a",{attrs:{href:"mailto:"+t.row.email}},[e._v(e._s(t.row.email))])]}},{key:"categories",fn:function(t){var a=t.row;return[e._v("\n "+e._s(a.categories.map(function(e){return e.name}).join(", "))+"\n ")]}},{key:"registered",fn:function(t){return[e._v("\n "+e._s(e.moment(t.row.registered).format("MMM D, YYYY"))+"\n ")]}},{key:"enabled",fn:function(t){return[a("switches",{attrs:{enabled:t.row.enabled,value:t.row.id},on:{input:e.onSwitch}})]}},{key:"row-actions",fn:function(t){return e._l(e.actions,function(s,n){return a("span",{class:s.key},[e.hasPro&&"edit"==s.key?a("router-link",{attrs:{to:{path:"vendors/"+t.row.id,query:{edit:"true"}}}},[e._v(e._s(s.label))]):e.hasPro||"edit"!=s.key?"products"==s.key?a("a",{attrs:{href:e.productUrl(t.row.id)}},[e._v(e._s(s.label))]):"orders"==s.key?a("a",{attrs:{href:e.ordersUrl(t.row.id)}},[e._v(e._s(s.label))]):"switch_to"==s.key?a("a",{attrs:{href:e.switchToUrl(t.row)}},[e._v(e._s(s.label))]):a("a",{attrs:{href:"#"}},[e._v(e._s(s.label))]):a("a",{attrs:{href:e.editUrl(t.row.id)}},[e._v(e._s(s.label))]),e._v(" "),n!==e.actions.length-1?[e._v(" | ")]:e._e()],2)})}}])}),e._v(" "),e.loadAddVendor?a("add-vendor",{attrs:{"vendor-id":e.vendorId}}):e._e()],2)],1)};s._withStripped=!0;var n={render:s,staticRenderFns:[]};t.a=n},function(e,t,a){"use strict";var s=a(65),n=a(179),i=!1;var o=function(e){i||a(178)},r=a(0)(s.a,n.a,!1,o,null,null);r.options.__file="src/admin/pages/VendorCapabilities.vue",t.a=r.exports},function(e,t){},function(e,t,a){"use strict";var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{attrs:{id:"dokan-vendor-capabilities"}},[a("div",{staticClass:"vendor-capabilities-banner",style:e.bannerBg},[a("img",{attrs:{src:e.bannerImage,alt:e.__("Dokan Vendor Capabilities Banner","dokan-lite")}}),e._v(" "),a("div",{staticClass:"content"},[a("p",{staticClass:"title"},[e._v(e._s(e.__("Vendor Capabilities","dokan-lite")))]),e._v(" "),a("p",[e._v("\n "+e._s(e.__("One of the finest attractions of Dokan PRO is the vast array of powerful vendor controls & functions it provides so sellers can enjoy ownership, automation & freedom to run their stores. To use these awesome vendor features listed below, consider Upgrading to PRO.","dokan-lite"))+"\n ")])])]),e._v(" "),a("div",{staticClass:"grid"},e._l(e.capabilityCards,function(t){return a("div",{staticClass:"col-6"},[a("div",{staticClass:"capability-card"},[a("div",{staticClass:"capability-image"},[a("img",{staticClass:"image",attrs:{src:t.image,alt:e.__("Dokan Capability","dokan-lite")}}),e._v(" "),a("div",{staticClass:"middle"},[a("div",{staticClass:"zoom",on:{click:function(a){return e.openPopup(t.image)}}},[a("div",{staticClass:"dashicons dashicons-search"})])])]),e._v(" "),a("p",{staticClass:"title"},[e._v(e._s(t.title))]),e._v(" "),a("p",{staticClass:"content"},[e._v(e._s(t.content))])])])}),0),e._v(" "),a("ProCta"),e._v(" "),e.showPopup?a("div",{attrs:{id:"dokan-capability-image-popup"},on:{click:e.closePopup}},[a("div",{staticClass:"modal-content"},[a("div",{staticClass:"body"},[a("img",{attrs:{src:this.selectedCapabilityImage,alt:e.__("Dokan Capability","dokan-lite")}})])])]):e._e()],1)};s._withStripped=!0;var n={render:s,staticRenderFns:[]};t.a=n},function(e,t,a){"use strict";var s=a(66),n=a(185),i=!1;var o=function(e){i||a(181)},r=a(0)(s.a,n.a,!1,o,null,null);r.options.__file="src/admin/pages/ProModules.vue",t.a=r.exports},function(e,t){},function(e,t,a){"use strict";var s=a(67),n=a(184),i=!1;var o=function(e){i||a(183)},r=a(0)(s.a,n.a,!1,o,null,null);r.options.__file="src/admin/components/ModuleUpgradePopup.vue",t.a=r.exports},function(e,t){},function(e,t,a){"use strict";var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{attrs:{id:"dokan-upgrade-to-pro-wrapper"}},[e.showPopup?a("div",{attrs:{id:"dokan-upgrade-popup"}},[a("div",{staticClass:"modal-content"},[a("span",{staticClass:"close",on:{click:e.closePopup}}),e._v(" "),a("div",{staticClass:"header"},[a("img",{attrs:{src:e.headerImage,alt:e.__("Dokan Upgrade Popup","dokan-lite")}}),e._v(" "),a("h1",[e._v(e._s(e.__("Unlock 20+ Modules","dokan-lite")))]),e._v(" "),a("p",{staticClass:"text-brand"},[e._v(e._s(e.__("with Dokan Premium Plans","dokan-lite")))]),e._v(" "),a("p",{staticClass:"text-disabled"},[e._v("\n "+e._s(e.__("We’re sorry, Dokan Modules are not available on Dokan Lite. Please upgrade to a PRO plan to unlock the modules of your choice.","dokan-lite"))+"\n ")])]),e._v(" "),a("div",{staticClass:"body"},[a("a",{staticClass:"button",attrs:{target:"_blank",rel:"noopener noreferrer",href:e.upgradeURL}},[e._v(e._s(e.__("Upgrade to Pro","dokan-lite")))]),e._v(" "),a("div",{staticClass:"promo-card"},[a("img",{attrs:{src:e.bonusImage,alt:e.__("Dokan Upgrade Promo","dokan-lite")}}),e._v(" "),a("p",[e._v(e._s(e.__("Bonus: Dokan Lite users get 30% off regular price. Click on the link above to obtain the coupon & apply it during checkout.","dokan-lite")))])]),e._v(" "),a("span",[a("a",{attrs:{target:"_blank",rel:"noopener noreferrer",href:"https://wedevs.com/docs/dokan/getting-started/installation-2/"}},[e._v(e._s(e.__("Already upgraded?","dokan-lite")))])])])])]):e._e()])};s._withStripped=!0;var n={render:s,staticRenderFns:[]};t.a=n},function(e,t,a){"use strict";var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{attrs:{id:"lite-modules"}},[a("div",{staticClass:"dokan-modules-wrap"},[a("h1",[e._v(e._s(e.__("Modules","dokan")))]),e._v(" "),a("div",{staticClass:"module-content"},[a("div",{staticClass:"wp-list-table widefat dokan-modules"},[e.modules.length>0?e._l(e.modules,function(t){return a("div",{staticClass:"plugin-card"},[a("div",{staticClass:"plugin-card-top"},[a("div",{staticClass:"name column-name"},[a("h3",[a("a",{staticClass:"plugin-name",attrs:{href:t.modLink,target:"_blank"}},[e._v(e._s(t.name))]),e._v(" "),a("a",{staticClass:"plugin-name",attrs:{href:t.modLink,target:"_blank"}},[a("img",{staticClass:"plugin-icon",attrs:{src:t.thumbnail,alt:t.name}})])])]),e._v(" "),a("div",{staticClass:"action-links"},[a("ul",{staticClass:"plugin-action-buttons"},[a("li",{on:{click:function(t){return e.togglePopup(!0)}}},[a("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"42",height:"20"}},[a("rect",{attrs:{width:"42",height:"20",rx:"10",fill:"#c0c3c6"}}),a("circle",{attrs:{cx:"6",cy:"6",r:"6",transform:"translate(6 4)",fill:"#fff"}})])])])]),e._v(" "),a("div",{staticClass:"desc column-description"},[a("p",{domProps:{innerHTML:e._s(t.description)}})]),e._v(" "),a("div",{staticClass:"card-footer"},[a("a",{attrs:{href:t.docLink,target:"_blank"}},[e._v(e._s(e.__("Documentation","dokan")))])])])])}):[a("div",{staticClass:"notice notice-info",attrs:{id:"message"}},[a("p",[a("strong",[e._v(e._s(e.__("No modules found.","dokan")))])])])]],2)])]),e._v(" "),a("ModuleUpgradePopup",{attrs:{"show-popup":e.showPopup},on:{toggle:e.togglePopup}})],1)};s._withStripped=!0;var n={render:s,staticRenderFns:[]};t.a=n},function(e,t,a){"use strict";t.a=function(e){var t=jQuery,a=t("#toplevel_page_"+e),s=window.location.href,n=s.substr(s.indexOf("admin.php"));a.on("click","a",function(){var e=t(this);t("ul.wp-submenu li",a).removeClass("current"),e.hasClass("wp-has-submenu")?t("li.wp-first-item",a).addClass("current"):e.parents("li").addClass("current")}),t("ul.wp-submenu a",a).each(function(e,a){t(a).attr("href")!==n||t(a).parent().addClass("current")})}}],[106]);
1
+ dokanWebpack([0],[,function(e,t){e.exports=jQuery},,function(e,t,a){"use strict";var s=a(48),n=a(122),i=!1;var o=function(e){i||a(121)},r=a(0)(s.a,n.a,!1,o,null,null);r.options.__file="src/admin/components/UpgradeBanner.vue",t.a=r.exports},,function(e,t,a){"use strict";var s=a(12),n=a(31),i=!1;var o=function(e){i||a(30)},r=a(0)(s.a,n.a,!1,o,null,null);r.options.__file="src/admin/components/Switches.vue",t.a=r.exports},,,,function(e,t,a){"use strict";var s=a(20);t.a={extends:s.Line,props:["data"],data:function(){return{options:{responsive:!0,maintainAspectRatio:!0,scales:{xAxes:[{type:"time",scaleLabel:{display:!1},gridLines:{display:!1},ticks:{fontColor:"#aaa",fontSize:11}}],yAxes:[{scaleLabel:{display:!1},ticks:{fontColor:"#aaa"}}]},legend:{position:"top",onClick:!1},elements:{line:{tension:0,borderWidth:4},point:{radius:5,borderWidth:3,backgroundColor:"#fff",borderColor:"#fff"}},tooltips:{displayColors:!1,callbacks:{label:function(e,t){var a=t.datasets[e.datasetIndex].label||"",s=t.datasets[e.datasetIndex].tooltipLabel||"",n=t.datasets[e.datasetIndex].tooltipPrefix||"",i=s?s+": ":a+": ";return i+=n+e.yLabel}}}}}},mounted:function(){this.renderChart(this.data,this.options)}}},function(e,t,a){"use strict";var s=a(57);t.a={components:{Sketch:s.a},props:{value:{type:String,required:!0,default:""},format:{type:String,required:!1,default:"hex",validator:function(e){return-1!==["hsl","hex","rgba","hsv"].indexOf(e)}},presetColors:{type:Array,required:!1,default:function(){return["#000","#fff","#d33","#d93","#ee2","#81d742","#1e73be","#8224e3"]}},disableAlpha:{type:Boolean,required:!1,default:!0},disableFields:{type:Boolean,required:!1,default:!0}},data:function(){return{showColorPicker:!1}},methods:{updateColor:function(e){var t="";e[this.format]&&(t=e[this.format]),this.$emit("input",t)},toggleColorPicker:function(){this.showColorPicker=!this.showColorPicker},setHexColor:function(e){this.updateColor({hex:e})}}}},function(e,t,a){"use strict";var s=a(4),n=(a.n(s),a(5)),i=a(22),o=a(23);t.a={name:"VendorAccountFields",components:{Switches:n.a,UploadImage:i.a,PasswordGenerator:o.a},props:{vendorInfo:{type:Object},errors:{type:Array,required:!1}},data:function(){return{showStoreUrl:!0,showPassword:!1,otherStoreUrl:null,banner:"",defaultUrl:dokan.urls.siteUrl+dokan.urls.storePrefix+"/",showButton:!0,placeholderData:"",delay:500,storeAvailable:null,userNameAvailable:null,emailAvailable:null,storeAvailabilityText:"",userNameAvailabilityText:"",emailAvailabilityText:"",getAccountFields:dokan.hooks.applyFilters("getVendorAccountFields",[])}},watch:{"vendorInfo.store_name":function(e){this.showStoreUrl=!0},"vendorInfo.user_nicename":function(e){void 0!==e&&(this.showStoreUrl=!1,this.otherStoreUrl=this.defaultUrl+e.trim().split(" ").join("-").toLowerCase().replace(/[^\w\s/-]/g,"").replace(/-+/g,"-"),this.vendorInfo.user_nicename=e.split(" ").join("-").toLowerCase().replace(/[^\w\s/-]/g,"").replace(/-+/g,"-"),this.checkStoreName())},"vendorInfo.user_login":function(e){this.checkUsername()},"vendorInfo.email":function(e){this.checkEmail()}},computed:{storeUrl:function(){var e=this.vendorInfo.store_name.trim().split(" ").join("-").toLowerCase().replace(/[^\w\s/-]/g,"").replace(/-+/g,"-");return this.vendorInfo.user_nicename=e,this.otherStoreUrl=this.defaultUrl+e,this.defaultUrl+e}},created:function(){var e=this;this.checkStoreName=Object(s.debounce)(this.checkStore,this.delay),this.checkUsername=Object(s.debounce)(this.searchUsername,this.delay),this.checkEmail=Object(s.debounce)(this.searchEmail,this.delay),this.$root.$on("passwordCancelled",function(){e.showPassword=!1})},methods:{uploadBanner:function(e){this.vendorInfo.banner_id=e.id,this.showButton=!1},uploadGravatar:function(e){this.vendorInfo.gravatar_id=e.id},getId:function(){return this.$route.params.id},onSelectBanner:function(e){this.banner=e.url,this.vendorInfo.banner_id=e.id},getError:function(e){var t=this.errors;return!(!t||void 0===t)&&(!(t.length<1)&&(t.includes(e)?e:void 0))},checkStore:function(){var e=this,t=this.vendorInfo.user_nicename;t&&(this.storeAvailabilityText=this.__("Searching...","dokan-lite"),dokan.api.get("/stores/check",{store_slug:t}).then(function(t){t.available?(e.storeAvailable=!0,e.$root.$emit("vendorInfoChecked",{userNameAvailable:e.userNameAvailable,storeAvailable:e.storeAvailable,emailAvailable:e.emailAvailable}),e.storeAvailabilityText=e.__("Available","dokan-lite")):(e.storeAvailable=!1,e.$root.$emit("vendorInfoChecked",{userNameAvailable:e.userNameAvailable,storeAvailable:e.storeAvailable,emailAvailable:e.emailAvailable}),e.storeAvailabilityText=e.__("Not Available","dokan-lite"))}))},searchUsername:function(){var e=this,t=this.vendorInfo.user_login;t&&(this.userNameAvailabilityText=this.__("Searching...","dokan-lite"),dokan.api.get("/stores/check",{username:t}).then(function(t){t.available?(e.userNameAvailable=!0,e.$root.$emit("vendorInfoChecked",{userNameAvailable:e.userNameAvailable,storeAvailable:e.storeAvailable,emailAvailable:e.emailAvailable}),e.userNameAvailabilityText=e.__("Available","dokan-lite")):(e.userNameAvailable=!1,e.$root.$emit("vendorInfoChecked",{userNameAvailable:e.userNameAvailable,storeAvailable:e.storeAvailable,emailAvailable:e.emailAvailable}),e.userNameAvailabilityText=e.__("Not Available","dokan-lite"))}))},searchEmail:function(){var e=this,t=this.vendorInfo.email;t&&(this.emailAvailabilityText=this.__("Searching...","dokan-lite"),dokan.api.get("/stores/check",{email:t}).then(function(t){t.available?(e.emailAvailable=!0,e.$root.$emit("vendorInfoChecked",{userNameAvailable:e.userNameAvailable,storeAvailable:e.storeAvailable,emailAvailable:e.emailAvailable}),e.emailAvailabilityText=e.__("Available","dokan-lite")):(e.emailAvailable=!1,e.$root.$emit("vendorInfoChecked",{userNameAvailable:e.userNameAvailable,storeAvailable:e.storeAvailable,emailAvailable:e.emailAvailable}),e.emailAvailabilityText=t.message?t.message:e.__("This email is already registered, please choose another one.","dokan-lite"))}))},setPassword:function(e){this.showPassword=!0,this.vendorInfo.user_pass=e},sendEmail:function(e,t){"notify_vendor"===t&&(this.vendorInfo.notify_vendor=e)},getUploadBannerText:function(){var e=dokan.store_banner_dimension.width,t=dokan.store_banner_dimension.height;return this.__("Upload banner for your store. Banner size is (".concat(e,"x").concat(t,") pixels."),"dokan-lite")}}}},function(e,t,a){"use strict";t.a={name:"Switches",props:{enabled:{type:Boolean,required:!0,default:!1},value:{type:[String,Number]}},data:function(){return{}},methods:{trigger:function(e){this.$emit("input",e.target.checked,e.target.value)}}}},function(e,t,a){"use strict";t.a={name:"UploadImage",inheritAttrs:!1,props:{src:{default:dokan.urls.assetsUrl+"/images/store-pic.png"},showButton:{type:Boolean,default:!1},buttonLabel:{type:String,default:"Upload Image"},croppingWidth:{type:Number},croppingHeight:{type:Number}},data:function(){return{image:{src:"",id:""}}},methods:{uploadImage:function(){this.openMediaManager(this.onSelectImage)},onSelectImage:function(e){this.image.src=e.url,this.image.id=e.id,this.$emit("uploadedImage",this.image)},openMediaManager:function(e){var t=this;if(t.fileFrame)t.fileFrame.open();else{var a={library:wp.media.query(),multiple:!1,title:this.__("Select & Crop Image","dokan-lite"),priority:20,filterable:"uploaded",autoSelect:!0,suggestedWidth:500,suggestedHeight:300},s={id:"control-id",params:{width:this.croppingWidth?parseInt(this.croppingWidth,10):parseInt(dokan.store_banner_dimension.width,10),height:this.croppingHeight?parseInt(this.croppingHeight,10):parseInt(dokan.store_banner_dimension.height,10),flex_width:!!parseInt(dokan.store_banner_dimension["flex-width"],10),flex_height:!!parseInt(dokan.store_banner_dimension["flex-height"],10)},mustBeCropped:function(e,t,a,s,n,i){return(!0!==e||!0!==t)&&((!0!==e||s!==i)&&((!0!==t||a!==n)&&((a!==n||s!==i)&&!(n<=a))))}},n=[new wp.media.controller.Library(a),new wp.media.controller.CustomizeImageCropper({imgSelectOptions:t.calculateImageSelectOptions,control:s})],i={title:this.__("Select Image","dokan-lite"),button:{text:this.__("Select Image","dokan-lite"),close:!1},multiple:!1};i.states=n,t.fileFrame=wp.media(i),t.fileFrame.on("select",function(){t.fileFrame.setState("cropper")}),t.fileFrame.on("cropped",function(a){e(a),t.fileFrame=null}),t.fileFrame.on("skippedcrop",function(){var a=t.fileFrame.state().get("selection").map(function(e){return e.toJSON()}).pop();e(a),t.fileFrame=null}),t.fileFrame.on("close",function(){t.fileFrame=null}),t.fileFrame.on("ready",function(){t.fileFrame.uploader.options.uploader.params={type:"dokan-vendor-option-media"}}),t.fileFrame.open()}},calculateImageSelectOptions:function(e,t){var a,s,n,i,o,r,l=this.croppingWidth?parseInt(this.croppingWidth,10):parseInt(dokan.store_banner_dimension.width,10),d=this.croppingHeight?parseInt(this.croppingHeight,10):parseInt(dokan.store_banner_dimension.height,10),c=!!parseInt(dokan.store_banner_dimension["flex-width"],10),u=!!parseInt(dokan.store_banner_dimension["flex-height"],10);o=e.get("width"),i=e.get("height");var p=t.get("control");return t.set("canSkipCrop",!p.mustBeCropped(c,u,l,d,o,i)),(s=o)/(n=i)>(a=l/d)?l=(d=n)*a:d=(l=s)/a,r={handles:!0,keys:!0,instance:!0,persistent:!0,imageWidth:o,imageHeight:i,x1:0,y1:0,x2:l,y2:d},!1===u&&!1===c&&(r.aspectRatio=l+":"+d),!1===u&&(r.maxHeight=d),!1===c&&(r.maxWidth=l),r}}}},function(e,t,a){"use strict";t.a={name:"PasswordGenerator",props:{title:{type:String,default:"Generate Password"},cancelTitle:{type:String,default:"Cancel"},regenrateTitle:{type:String,default:"Regenrate"},length:{type:Number,default:25}},data:function(){return{password:"",hideGenerateButton:!1,showCancelButton:!1}},methods:{generatePassword:function(){this.password=this.makePassword(this.length),this.$emit("passwordGenerated",this.password),this.hideGenerateButton=!0,this.showCancelButton=!0},makePassword:function(){for(var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:25,t="",a=0;a<=e;a++){t+="abcdefghijklmnopqurstuvwxyz"[Math.floor(Math.random()*e)]+"ABCDEFGHIJKLMNOPQURSTUVWXYZ"[Math.floor(10*Math.random())]+"!@#$%^&*()"[Math.floor(Math.random()*"!@#$%^&*()".length)]}return t.slice(-e)},cancelButton:function(){this.hideGenerateButton=!1,this.showCancelButton=!1,this.$root.$emit("passwordCancelled")},regenratePassword:function(){this.password=this.makePassword(this.length),this.$emit("passwordGenerated",this.password)}}}},function(e,t,a){"use strict";var s=a(6);a.n(s);t.a={name:"VendorAddressFields",components:{Multiselect:s.Multiselect},props:{vendorInfo:{type:Object}},data:function(){return{countries:[],states:[],selectedCountry:{},selectedState:{},getAddressFields:dokan.hooks.applyFilters("getVendorAddressFields",[])}},computed:{selectedCode:function(){var e=this.vendorInfo.address.country;return""!==e?e:[]}},created:function(){this.countries=this.transformCountries(dokan.countries),this.states=dokan.states;var e=this.vendorInfo.address.country,t=this.vendorInfo.address.state;""!==e&&(this.selectedCountry={name:this.getCountryFromCountryCode(e),code:e},this.selectedState={name:this.getStateFromStateCode(t,e),code:t})},methods:{transformCountries:function(e){var t=[];for(var a in e)t.push({name:e[a],code:a});return t},getCountryFromCountryCode:function(e){if(""!==e)return dokan.countries[e]},getStateFromStateCode:function(e,t){if(""!==e){var a=dokan.states[t],s=a&&a[e];return void 0!==s?s:[]}},getStatesFromCountryCode:function(e){if(""!==e){var t=[],a=this.states;for(var s in a)if(s===e&&!(a[s]&&a[s].length<1))for(var n in a[s])t.push({name:a[s][n],code:n});return t}},saveCountry:function(e){e&&(this.vendorInfo.address.state=null,this.selectedState={},this.vendorInfo.address.country=e.code)},saveState:function(e){e&&(this.vendorInfo.address.state=e.code)}}}},function(e,t,a){"use strict";var s=a(5),n=a(6);a.n(n);t.a={name:"VendorPaymentFields",components:{Switches:s.a,Multiselect:n.Multiselect},props:{vendorInfo:{type:Object}},data:function(){return{enabled:!1,trusted:!1,featured:!1,commissionTypes:[{name:"flat",label:this.__("Flat","dokan-lite")},{name:"percentage",label:this.__("Percentage","dokan-lite")},{name:"combine",label:this.__("Combine","dokan-lite")}],selectedCommissionType:{name:"flat",label:this.__("Flat","dokan-lite")},getBankFields:dokan.hooks.applyFilters("getVendorBankFields",[]),getPyamentFields:dokan.hooks.applyFilters("AfterPyamentFields",[])}},created:function(){this.vendorInfo.enabled&&(this.enabled=!0,this.vendorInfo.enabled=!0),this.vendorInfo.trusted&&(this.trusted=!0,this.vendorInfo.trusted=!0),this.vendorInfo.featured&&(this.featured=!0,this.vendorInfo.featured=!0);var e=this.vendorInfo.admin_commission_type;if(e){var t=_.findWhere(this.commissionTypes,{name:e}),a=t.name,s=t.label;this.selectedCommissionType.name=a,this.selectedCommissionType.label=s}},methods:{setValue:function(e,t){"enabled"===t&&(this.vendorInfo.enabled=!!e),"trusted"===t&&(this.vendorInfo.trusted=!!e),"featured"===t&&(this.vendorInfo.featured=!!e)},getId:function(){return this.$route.params.id},saveCommissionType:function(e){var t=e.name;t||(this.vendorInfo.admin_commission_type="flat"),this.vendorInfo.admin_commission_type=t}}}},,,,,,function(e,t,a){"use strict";var s=a(13),n=a(33),i=!1;var o=function(e){i||a(32)},r=a(0)(s.a,n.a,!1,o,null,null);r.options.__file="src/admin/components/UploadImage.vue",t.a=r.exports},function(e,t,a){"use strict";var s=a(14),n=a(34),i=a(0)(s.a,n.a,!1,null,null,null);i.options.__file="src/admin/components/PasswordGenerator.vue",t.a=i.exports},,function(e,t,a){"use strict";var s=a(9),n=a(0)(s.a,null,!1,null,null,null);n.options.__file="src/admin/components/Chart.vue",t.a=n.exports},function(e,t,a){"use strict";var s=a(10),n=a(28),i=!1;var o=function(e){i||a(27)},r=a(0)(s.a,n.a,!1,o,"data-v-01dc0d51",null);r.options.__file="src/admin/components/ColorPicker.vue",t.a=r.exports},function(e,t){},function(e,t,a){"use strict";var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"color-picker-container"},[a("button",{staticClass:"button color-picker-button",style:{backgroundColor:e.value},attrs:{type:"button"},on:{click:e.toggleColorPicker}},[a("span",[e._v(e._s(e.__("Select Color","dokan-lite")))])]),e._v(" "),e.showColorPicker&&"hex"===e.format?a("input",{staticClass:"hex-input",attrs:{type:"text"},domProps:{value:e.value},on:{input:function(t){return e.setHexColor(t.target.value)}}}):e._e(),e._v(" "),e.showColorPicker?a("div",{staticClass:"button-group"},[a("button",{staticClass:"button button-small",attrs:{type:"button"},on:{click:function(t){return e.updateColor({})}}},[e._v(e._s(e.__("Clear","dokan-lite")))]),e._v(" "),a("button",{staticClass:"button button-small",attrs:{type:"button"},on:{click:e.toggleColorPicker}},[e._v(e._s(e.__("Close","dokan-lite")))])]):e._e(),e._v(" "),e.showColorPicker?a("sketch",{attrs:{value:e.value,"preset-colors":e.presetColors,"disable-alpha":e.disableAlpha,"disable-fields":e.disableFields},on:{input:e.updateColor}}):e._e()],1)};s._withStripped=!0;var n={render:s,staticRenderFns:[]};t.a=n},function(e,t,a){"use strict";var s=a(11),n=a(35),i=a(0)(s.a,n.a,!1,null,null,null);i.options.__file="src/admin/pages/VendorAccountFields.vue",t.a=i.exports},function(e,t){},function(e,t,a){"use strict";var s=function(){var e=this.$createElement,t=this._self._c||e;return t("label",{staticClass:"switch tips"},[t("input",{staticClass:"toogle-checkbox",attrs:{type:"checkbox"},domProps:{checked:this.enabled,value:this.value},on:{change:this.trigger}}),this._v(" "),t("span",{staticClass:"slider round"})])};s._withStripped=!0;var n={render:s,staticRenderFns:[]};t.a=n},function(e,t){},function(e,t,a){"use strict";var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"dokan-upload-image",on:{click:e.uploadImage}},[e.showButton?e._e():a("img",{attrs:{src:e.image.src?e.image.src:e.src}}),e._v(" "),e.showButton?a("button",{on:{click:function(t){return t.preventDefault(),e.uploadImage.apply(null,arguments)}}},[e._v("\n "+e._s(e.buttonLabel)+"\n ")]):e._e()])};s._withStripped=!0;var n={render:s,staticRenderFns:[]};t.a=n},function(e,t,a){"use strict";var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"password-generator"},[e.hideGenerateButton?e._e():a("button",{staticClass:"button button-secondary",on:{click:function(t){return t.preventDefault(),e.generatePassword.apply(null,arguments)}}},[e._v("\n "+e._s(e.title)+"\n ")]),e._v(" "),e.showCancelButton?a("button",{staticClass:"button regen-button",on:{click:function(t){return t.preventDefault(),e.regenratePassword.apply(null,arguments)}}},[a("span",{staticClass:"dashicons dashicons-controls-repeat"}),e._v("\n "+e._s(e.regenrateTitle)+"\n ")]):e._e(),e._v(" "),e.showCancelButton?a("button",{staticClass:"button cancel-button",on:{click:function(t){return t.preventDefault(),e.cancelButton.apply(null,arguments)}}},[e._v("\n "+e._s(e.cancelTitle)+"\n ")]):e._e()])};s._withStripped=!0;var n={render:s,staticRenderFns:[]};t.a=n},function(e,t,a){"use strict";var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("form",{staticClass:"account-info"},[a("div",{staticClass:"content-header"},[e._v("\n "+e._s(e.__("Account Info","dokan-lite"))+"\n ")]),e._v(" "),a("div",{staticClass:"content-body"},[e.getId()?e._e():a("div",{staticClass:"vendor-image"},[a("div",{staticClass:"picture"},[a("p",{staticClass:"picture-header"},[e._v(e._s(e.__("Vendor Picture","dokan-lite")))]),e._v(" "),a("div",{staticClass:"profile-image"},[a("upload-image",{attrs:{croppingWidth:150,croppingHeight:150},on:{uploadedImage:e.uploadGravatar}})],1),e._v(" "),a("p",{staticClass:"picture-footer",domProps:{innerHTML:e._s(e.sprintf(e.__("You can change your profile picture on %s","dokan-lite"),"<a href='https://gravatar.com/' target='_blank'>Gravatar</a>"))}})]),e._v(" "),a("div",{class:["picture banner",{"has-banner":e.vendorInfo.banner_id}]},[a("div",{staticClass:"banner-image"},[a("upload-image",{attrs:{showButton:e.showButton,buttonLabel:e.__("Upload Banner","dokan-lite")},on:{uploadedImage:e.uploadBanner}})],1),e._v(" "),e.showButton?a("p",{staticClass:"picture-footer"},[e._v(e._s(e.getUploadBannerText()))]):e._e()])]),e._v(" "),a("div",{staticClass:"dokan-form-group"},[a("div",{staticClass:"column"},[a("label",{attrs:{for:"first-name"}},[e._v(e._s(e.__("First Name","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.first_name,expression:"vendorInfo.first_name"}],staticClass:"dokan-form-input",attrs:{type:"email",id:"first-name",placeholder:e.__("First Name","dokan-lite")},domProps:{value:e.vendorInfo.first_name},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo,"first_name",t.target.value)}}})]),e._v(" "),a("div",{staticClass:"column"},[a("label",{attrs:{for:"last-name"}},[e._v(e._s(e.__("Last Name","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.last_name,expression:"vendorInfo.last_name"}],staticClass:"dokan-form-input",attrs:{type:"email",id:"last-name",placeholder:e.__("Last Name","dokan-lite")},domProps:{value:e.vendorInfo.last_name},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo,"last_name",t.target.value)}}})]),e._v(" "),a("div",{staticClass:"column"},[a("label",{attrs:{for:"store-name"}},[e._v(e._s(e.__("Store Name","dokan-lite")))]),e._v(" "),e.getId()?e._e():a("span",{staticClass:"required-field"},[e._v("*")]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.store_name,expression:"vendorInfo.store_name"}],class:{"dokan-form-input":!0,"has-error":e.getError("store_name")},attrs:{type:"text",id:"store-name",placeholder:e.getError("store_name")?e.__("Store Name is required","dokan-lite"):e.__("Store Name","dokan-lite")},domProps:{value:e.vendorInfo.store_name},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo,"store_name",t.target.value)}}})]),e._v(" "),e.getId()?e._e():a("div",{staticClass:"column"},[a("label",{attrs:{for:"user-nicename"}},[e._v(e._s(e.__("Store URL","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.user_nicename,expression:"vendorInfo.user_nicename"}],staticClass:"dokan-form-input",attrs:{type:"text",id:"user-nicename",placeholder:e.__("Store Url","dokan-lite")},domProps:{value:e.vendorInfo.user_nicename},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo,"user_nicename",t.target.value)}}}),e._v(" "),a("div",{staticClass:"store-avaibility-info"},[e.showStoreUrl?a("p",{staticClass:"store-url"},[e._v(e._s(e.storeUrl))]):a("p",{staticClass:"store-url"},[e._v(e._s(e.otherStoreUrl))]),e._v(" "),a("span",{class:{"is-available":e.storeAvailable,"not-available":!e.storeAvailable}},[e._v(e._s(e.storeAvailabilityText))])])]),e._v(" "),a("div",{staticClass:"column"},[a("label",{attrs:{for:"store-phone"}},[e._v(e._s(e.__("Phone Number","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.phone,expression:"vendorInfo.phone"}],staticClass:"dokan-form-input",attrs:{type:"number",id:"store-phone",placeholder:e.__("123456789","dokan-lite")},domProps:{value:e.vendorInfo.phone},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo,"phone",t.target.value)}}})]),e._v(" "),a("div",{staticClass:"column"},[a("label",{attrs:{for:"store-email"}},[e._v(e._s(e.__("Email","dokan-lite")))]),e._v(" "),e.getId()?e._e():a("span",{staticClass:"required-field"},[e._v("*")]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.email,expression:"vendorInfo.email"}],class:{"dokan-form-input":!0,"has-error":e.getError("email")},attrs:{type:"email",id:"store-email",placeholder:e.getError("email")?e.__("Email is required","dokan-lite"):e.__("store@email.com","dokan-lite")},domProps:{value:e.vendorInfo.email},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo,"email",t.target.value)}}}),e._v(" "),a("div",{staticClass:"store-avaibility-info"},[a("span",{class:{"is-available":e.emailAvailable,"not-available":!e.emailAvailable}},[e._v(e._s(e.emailAvailabilityText))])])]),e._v(" "),e.getId()?e._e():[a("div",{staticClass:"column"},[a("label",{attrs:{for:"user-login"}},[e._v(e._s(e.__("Username","dokan-lite")))]),a("span",{staticClass:"required-field"},[e._v("*")]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.user_login,expression:"vendorInfo.user_login"}],staticClass:"dokan-form-input",class:{"dokan-form-input":!0,"has-error":e.getError("user_login")},attrs:{type:"text",id:"user-login",placeholder:e.getError("user_login")?e.__("Username is required","dokan-lite"):e.__("Username","dokan-lite")},domProps:{value:e.vendorInfo.user_login},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo,"user_login",t.target.value)}}}),e._v(" "),a("div",{staticClass:"store-avaibility-info"},[a("span",{class:{"is-available":e.userNameAvailable,"not-available":!e.userNameAvailable}},[e._v(e._s(e.userNameAvailabilityText))])]),e._v(" "),a("div",{staticClass:"checkbox-left notify-vendor"},[a("switches",{attrs:{enabled:!0,value:"notify_vendor"},on:{input:e.sendEmail}}),e._v(" "),a("span",{staticClass:"desc"},[e._v(e._s(e.__("Send the vendor an email about their account.","dokan-lite")))])],1)]),e._v(" "),a("div",{staticClass:"column"},[a("label",{attrs:{for:"store-password"}},[e._v(e._s(e.__("Password","dokan-lite")))]),e._v(" "),e.showPassword?a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.user_pass,expression:"vendorInfo.user_pass"}],staticClass:"dokan-form-input",attrs:{id:"store-password",type:"text",placeholder:"********"},domProps:{value:e.vendorInfo.user_pass},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo,"user_pass",t.target.value)}}}):e._e(),e._v(" "),a("password-generator",{attrs:{title:e.__("Generate Password","dokan-lite")},on:{passwordGenerated:e.setPassword}})],1)],e._v(" "),e._l(e.getAccountFields,function(t,s){return a(t,{key:s,tag:"component",attrs:{vendorInfo:e.vendorInfo}})})],2)])])};s._withStripped=!0;var n={render:s,staticRenderFns:[]};t.a=n},function(e,t,a){"use strict";var s=a(15),n=a(38),i=!1;var o=function(e){i||a(37)},r=a(0)(s.a,n.a,!1,o,null,null);r.options.__file="src/admin/pages/VendorAddressFields.vue",t.a=r.exports},function(e,t){},function(e,t,a){"use strict";var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"account-info"},[a("div",{staticClass:"content-header"},[e._v("\n "+e._s(e.__("Address","dokan-lite"))+"\n ")]),e._v(" "),a("div",{staticClass:"content-body"},[a("div",{staticClass:"dokan-form-group"},[a("div",{staticClass:"column"},[a("label",{attrs:{for:"street-1"}},[e._v(e._s(e.__("Street 1","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.address.street_1,expression:"vendorInfo.address.street_1"}],staticClass:"dokan-form-input",attrs:{type:"text",id:"street-1",placeholder:e.__("Street 1","dokan-lite")},domProps:{value:e.vendorInfo.address.street_1},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo.address,"street_1",t.target.value)}}})]),e._v(" "),a("div",{staticClass:"column"},[a("label",{attrs:{for:"street-2"}},[e._v(e._s(e.__("Street 2","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.address.street_2,expression:"vendorInfo.address.street_2"}],staticClass:"dokan-form-input",attrs:{type:"text",id:"street-2",placeholder:e.__("Street 2","dokan-lite")},domProps:{value:e.vendorInfo.address.street_2},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo.address,"street_2",t.target.value)}}})]),e._v(" "),a("div",{staticClass:"column"},[a("label",{attrs:{for:"city"}},[e._v(e._s(e.__("City","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.address.city,expression:"vendorInfo.address.city"}],staticClass:"dokan-form-input",attrs:{type:"text",id:"city",placeholder:e.__("City","dokan-lite")},domProps:{value:e.vendorInfo.address.city},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo.address,"city",t.target.value)}}})]),e._v(" "),a("div",{staticClass:"column"},[a("label",{attrs:{for:"zip"}},[e._v(e._s(e.__("Zip","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.address.zip,expression:"vendorInfo.address.zip"}],staticClass:"dokan-form-input",attrs:{type:"text",id:"zip",placeholder:e.__("Zip","dokan-lite")},domProps:{value:e.vendorInfo.address.zip},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo.address,"zip",t.target.value)}}})]),e._v(" "),a("div",{staticClass:"address-multiselect"},[a("label",{attrs:{for:"country"}},[e._v(e._s(e.__("Country","dokan-lite")))]),e._v(" "),a("Multiselect",{attrs:{id:"country",options:e.countries,multiselect:!1,label:"name","track-by":"name",showLabels:!1,placeholder:e.__("Select Country","dokan-lite")},on:{input:e.saveCountry},model:{value:e.selectedCountry,callback:function(t){e.selectedCountry=t},expression:"selectedCountry"}})],1),e._v(" "),a("div",{staticClass:"address-multiselect"},[a("label",{attrs:{for:"state"}},[e._v(e._s(e.__("State","dokan-lite")))]),e._v(" "),e.getStatesFromCountryCode(e.selectedCode).length<1?[a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.address.state,expression:"vendorInfo.address.state"}],staticClass:"dokan-form-input",attrs:{id:"state",type:"text",placeholder:e.__("State","dokan-lite")},domProps:{value:e.vendorInfo.address.state},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo.address,"state",t.target.value)}}})]:[a("Multiselect",{attrs:{id:"state",options:e.getStatesFromCountryCode(e.selectedCode),multiselect:!1,showLabels:!1,label:"name","track-by":"name",placeholder:e.__("Select State","dokan-lite")},on:{input:e.saveState},model:{value:e.selectedState,callback:function(t){e.selectedState=t},expression:"selectedState"}})]],2),e._v(" "),e._l(e.getAddressFields,function(t,s){return a(t,{key:s,tag:"component",attrs:{vendorInfo:e.vendorInfo}})})],2)])])};s._withStripped=!0;var n={render:s,staticRenderFns:[]};t.a=n},function(e,t,a){"use strict";var s=a(16),n=a(41),i=!1;var o=function(e){i||a(40)},r=a(0)(s.a,n.a,!1,o,null,null);r.options.__file="src/admin/pages/VendorPaymentFields.vue",t.a=r.exports},function(e,t){},function(e,t,a){"use strict";var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{class:{"payment-info":!0,"edit-mode":e.getId()}},[a("div",{staticClass:"content-header"},[e._v("\n "+e._s(e.__("Payment Options","dokan-lite"))+"\n ")]),e._v(" "),a("div",{staticClass:"content-body"},[a("div",{staticClass:"dokan-form-group"},[a("div",{staticClass:"column"},[a("label",{attrs:{for:"account-name"}},[e._v(e._s(e.__("Account Name","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.payment.bank.ac_name,expression:"vendorInfo.payment.bank.ac_name"}],staticClass:"dokan-form-input",attrs:{type:"text",id:"account-name",placeholder:e.__("Account Name","dokan-lite")},domProps:{value:e.vendorInfo.payment.bank.ac_name},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo.payment.bank,"ac_name",t.target.value)}}})]),e._v(" "),a("div",{staticClass:"column"},[a("label",{attrs:{for:"account-number"}},[e._v(e._s(e.__("Account Number","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.payment.bank.ac_number,expression:"vendorInfo.payment.bank.ac_number"}],staticClass:"dokan-form-input",attrs:{type:"text",id:"account-number",placeholder:e.__("1233456789","dokan-lite")},domProps:{value:e.vendorInfo.payment.bank.ac_number},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo.payment.bank,"ac_number",t.target.value)}}})]),e._v(" "),a("div",{staticClass:"column"},[a("label",{attrs:{for:"bank-name"}},[e._v(e._s(e.__("Bank Name","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.payment.bank.bank_name,expression:"vendorInfo.payment.bank.bank_name"}],staticClass:"dokan-form-input",attrs:{type:"text",id:"bank-name",placeholder:e.__("Bank Name","dokan-lite")},domProps:{value:e.vendorInfo.payment.bank.bank_name},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo.payment.bank,"bank_name",t.target.value)}}})]),e._v(" "),a("div",{staticClass:"column"},[a("label",{attrs:{for:"bank-address"}},[e._v(e._s(e.__("Bank Address","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.payment.bank.bank_addr,expression:"vendorInfo.payment.bank.bank_addr"}],staticClass:"dokan-form-input",attrs:{type:"text",id:"bank-address",placeholder:e.__("Bank Address","dokan-lite")},domProps:{value:e.vendorInfo.payment.bank.bank_addr},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo.payment.bank,"bank_addr",t.target.value)}}})]),e._v(" "),a("div",{staticClass:"column"},[a("label",{attrs:{for:"routing-number"}},[e._v(e._s(e.__("Routing Number","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.payment.bank.routing_number,expression:"vendorInfo.payment.bank.routing_number"}],staticClass:"dokan-form-input",attrs:{type:"text",id:"routing-number",placeholder:e.__("123456789","dokan-lite")},domProps:{value:e.vendorInfo.payment.bank.routing_number},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo.payment.bank,"routing_number",t.target.value)}}})]),e._v(" "),a("div",{staticClass:"column"},[a("label",{attrs:{for:"iban"}},[e._v(e._s(e.__("IBAN","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.payment.bank.iban,expression:"vendorInfo.payment.bank.iban"}],staticClass:"dokan-form-input",attrs:{type:"text",id:"iban",placeholder:e.__("123456789","dokan-lite")},domProps:{value:e.vendorInfo.payment.bank.iban},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo.payment.bank,"iban",t.target.value)}}})]),e._v(" "),a("div",{staticClass:"column"},[a("label",{attrs:{for:"swift"}},[e._v(e._s(e.__("Swift","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.payment.bank.swift,expression:"vendorInfo.payment.bank.swift"}],staticClass:"dokan-form-input",attrs:{type:"text",id:"swift",placeholder:e.__("123456789","dokan-lite")},domProps:{value:e.vendorInfo.payment.bank.swift},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo.payment.bank,"swift",t.target.value)}}})]),e._v(" "),e._l(e.getBankFields,function(t,s){return a(t,{key:s,tag:"component",attrs:{vendorInfo:e.vendorInfo}})})],2),e._v(" "),a("div",{staticClass:"dokan-form-group"},[a("div",{class:{column:e.getId(),"checkbox-group":!e.getId()}},[a("label",{attrs:{for:"paypal-email"}},[e._v(e._s(e.__("PayPal Email","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.payment.paypal.email,expression:"vendorInfo.payment.paypal.email"}],staticClass:"dokan-form-input",attrs:{type:"email",id:"paypal-email",placeholder:e.__("store@email.com","dokan-lite")},domProps:{value:e.vendorInfo.payment.paypal.email},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo.payment.paypal,"email",t.target.value)}}})]),e._v(" "),e.getId()?[a("div",{staticClass:"column"},[a("div",{staticClass:"column"},[a("label",{attrs:{for:"commission-type"}},[e._v(e._s(e.__("Admin Commission Type","dokan-lite")))]),e._v(" "),a("Multiselect",{attrs:{id:"commission-type",options:e.commissionTypes,"track-by":"name",label:"label","allow-empty":!1,multiselect:!1,searchable:!1,showLabels:!1},on:{input:e.saveCommissionType},model:{value:e.selectedCommissionType,callback:function(t){e.selectedCommissionType=t},expression:"selectedCommissionType"}})],1)]),e._v(" "),"combine"===e.selectedCommissionType.name?a("div",{staticClass:"column combine-commission"},[a("label",[e._v(e._s(e.__("Admin Commission","dokan-lite")))]),e._v(" "),a("div",{staticClass:"combine-commission-field"},[a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.admin_commission,expression:"vendorInfo.admin_commission"}],staticClass:"wc_input_decimal dokan-form-input percent_fee",attrs:{type:"text"},domProps:{value:e.vendorInfo.admin_commission},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo,"admin_commission",t.target.value)}}}),e._v("\n "+e._s("%    +")+"\n "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.admin_additional_fee,expression:"vendorInfo.admin_additional_fee"}],staticClass:"wc_input_price dokan-form-input fixed_fee",attrs:{type:"text"},domProps:{value:e.vendorInfo.admin_additional_fee},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo,"admin_additional_fee",t.target.value)}}})])]):a("div",{staticClass:"column"},[a("label",[e._v(e._s(e.__("Admin Commission","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.admin_commission,expression:"vendorInfo.admin_commission"}],staticClass:"dokan-form-input",class:{wc_input_price:"flat"==e.selectedCommissionType.name,wc_input_decimal:"flat"!=e.selectedCommissionType.name},attrs:{type:"text"},domProps:{value:e.vendorInfo.admin_commission},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo,"admin_commission",t.target.value)}}})])]:e._e(),e._v(" "),a("div",{staticClass:"checkbox-group"},[a("div",{staticClass:"checkbox-left"},[a("switches",{attrs:{enabled:e.enabled,value:"enabled"},on:{input:e.setValue}}),e._v(" "),a("span",{staticClass:"desc"},[e._v(e._s(e.__("Enable Selling","dokan-lite")))])],1)]),e._v(" "),a("div",{staticClass:"checkbox-group"},[a("div",{staticClass:"checkbox-left"},[a("switches",{attrs:{enabled:e.trusted,value:"trusted"},on:{input:e.setValue}}),e._v(" "),a("span",{staticClass:"desc"},[e._v(e._s(e.__("Publish Product Directly","dokan-lite")))])],1)]),e._v(" "),a("div",{staticClass:"checkbox-group"},[a("div",{staticClass:"checkbox-left"},[a("switches",{attrs:{enabled:e.featured,value:"featured"},on:{input:e.setValue}}),e._v(" "),a("span",{staticClass:"desc"},[e._v(e._s(e.__("Make Vendor Featured","dokan-lite")))])],1)])],2),e._v(" "),e._l(e.getPyamentFields,function(t,s){return a(t,{key:s,tag:"component",attrs:{vendorInfo:e.vendorInfo}})})],2)])};s._withStripped=!0;var n={render:s,staticRenderFns:[]};t.a=n},,,,,function(e,t,a){"use strict";t.a={name:"App"}},function(e,t,a){"use strict";var s=a(25),n=a(3),i=dokan_get_lib("Postbox"),o=dokan_get_lib("Loading"),r=dokan_get_lib("Currency"),l=dokan_get_lib("AdminNotice");t.a={name:"Dashboard",components:{Postbox:i,Loading:o,Chart:s.a,Currency:r,UpgradeBanner:n.a,AdminNotice:l},data:function(){return{overview:null,feed:null,report:null,subscribe:{success:!1,loading:!1,email:""},hasPro:!!dokan.hasPro}},created:function(){this.fetchOverview(),this.fetchFeed(),this.fetchReport()},methods:{fetchOverview:function(){var e=this;dokan.api.get("/admin/report/summary").done(function(t){e.overview=t})},fetchFeed:function(){var e=this;dokan.api.get("/admin/dashboard/feed").done(function(t){e.feed=t})},fetchReport:function(){var e=this;dokan.api.get("/admin/report/overview").done(function(t){e.report=t})},validEmail:function(e){return/^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/.test(e)},emailSubscribe:function(){var e=this;this.validEmail(this.subscribe.email)&&(this.subscribe.loading=!0,jQuery.ajax({url:"https://wedevs.us16.list-manage.com/subscribe/post-json?u=66e606cfe0af264974258f030&id=0d176bb256&c=?",data:{EMAIL:this.subscribe.email,"group[3555][8]":"1"},type:"GET",dataType:"json",cache:!1,contentType:"application/json; charset=utf-8"}).always(function(t){e.subscribe.success=!0,e.subscribe.loading=!1}))}}}},function(e,t,a){"use strict";t.a={name:"UpgradeBanner",data:function(){return{show:dokan.showPromoBanner,upgradeURL:dokan.urls.upgradeToPro,features:[this.__("Table rate shipping","dokan-lite"),this.__("Vendor Reviews","dokan-lite"),this.__("Product Subscriptions","dokan-lite"),this.__("Auction","dokan-lite"),this.__("Delivery Time","dokan-lite")]}},computed:{showUpgrade:function(){return!dokan.hasPro&&"show"===dokan.proNag}},methods:{dismiss:function(){this.show=!1,wp.ajax.post("dokan-upgrade-dissmiss")}}}},function(e,t,a){"use strict";var s=a(1),n=a.n(s),i=a(3),o=dokan_get_lib("ListTable"),r=dokan_get_lib("Modal"),l=dokan_get_lib("Currency"),d=dokan_get_lib("AdminNotice");t.a={name:"Withdraw",components:{ListTable:o,Modal:r,Currency:l,UpgradeBanner:i.a,AdminNotice:d},data:function(){return{showModal:!1,editing:{id:null,note:null},totalPages:1,perPage:10,totalItems:0,filter:{user_id:0},counts:{pending:0,approved:0,cancelled:0},notFound:this.__("No requests found.","dokan-lite"),massPayment:this.__("Paypal Mass Payment File is Generated.","dokan-lite"),showCb:!0,loading:!1,columns:{seller:{label:this.__("Vendor","dokan-lite")},amount:{label:this.__("Amount","dokan-lite")},status:{label:this.__("Status","dokan-lite")},method_title:{label:this.__("Method","dokan-lite")},method_details:{label:this.__("Details","dokan-lite")},note:{label:this.__("Note","dokan-lite")},created:{label:this.__("Date","dokan-lite")},actions:{label:this.__("Actions","dokan-lite")}},requests:[],actionColumn:"seller",hasPro:!!dokan.hasPro}},watch:{"$route.query.status":function(){this.filter.user_id=0,this.clearSelection("#filter-vendors"),this.fetchRequests()},"$route.query.page":function(){this.fetchRequests()},"$route.query.user_id":function(){this.fetchRequests()},"filter.user_id":function(e){0===e&&this.clearSelection("#filter-vendors"),this.goTo(this.query)}},computed:{currentStatus:function(){return this.$route.query.status||"pending"},currentPage:function(){var e=this.$route.query.page||1;return parseInt(e)},actions:function(){return"pending"==this.currentStatus?[{key:"trash",label:this.__("Delete","dokan-lite")},{key:"cancel",label:this.__("Cancel","dokan-lite")}]:"cancelled"==this.currentStatus?[{key:"trash",label:this.__("Delete","dokan-lite")},{key:"pending",label:this.__("Pending","dokan-lite")}]:[]},bulkActions:function(){return"pending"==this.currentStatus?[{key:"approved",label:this.__("Approve","dokan-lite")},{key:"cancelled",label:this.__("Cancel","dokan-lite")},{key:"delete",label:this.__("Delete","dokan-lite")},{key:"paypal",label:this.__("Download PayPal mass payment file","dokan-lite")}]:"cancelled"==this.currentStatus?[{key:"pending",label:this.__("Pending","dokan-lite")},{key:"delete",label:this.__("Delete","dokan-lite")},{key:"paypal",label:this.__("Download PayPal mass payment file","dokan-lite")}]:[{key:"paypal",label:this.__("Download PayPal mass payment file","dokan-lite")}]}},created:function(){this.fetchRequests()},mounted:function(){var e=this;n()("#filter-vendors").selectWoo({ajax:{url:"".concat(dokan.rest.root,"dokan/v1/stores"),dataType:"json",headers:{"X-WP-Nonce":dokan.rest.nonce},data:function(e){return{search:e.term}},processResults:function(e){return{results:e.map(function(e){return{id:e.id,text:e.store_name}})}}}}),n()("#filter-vendors").on("select2:select",function(t){e.filter.user_id=t.params.data.id})},methods:{updatedCounts:function(e){this.counts.pending=parseInt(e.getResponseHeader("X-Status-Pending")),this.counts.approved=parseInt(e.getResponseHeader("X-Status-Completed")),this.counts.cancelled=parseInt(e.getResponseHeader("X-Status-Cancelled"))},updatePagination:function(e){this.totalPages=parseInt(e.getResponseHeader("X-WP-TotalPages")),this.totalItems=parseInt(e.getResponseHeader("X-WP-Total"))},vendorUrl:function(e){return"1"===window.dokan.hasPro?dokan.urls.adminRoot+"admin.php?page=dokan#/vendors/"+e:dokan.urls.adminRoot+"user-edit.php?user_id="+e},fetchRequests:function(){var e=this;this.loading=!0;var t="";parseInt(this.filter.user_id)>0&&(t=this.filter.user_id);var a={per_page:this.perPage,page:this.currentPage,status:this.currentStatus,user_id:t};dokan.api.get("/withdraw",a).done(function(t,a,s){e.requests=t,e.loading=!1,e.updatedCounts(s),e.updatePagination(s)})},goToPage:function(e){this.$router.push({name:"Withdraw",query:{status:this.currentStatus,page:e,user_id:this.filter.user_id}})},goTo:function(e){this.$router.push({name:"Withdraw",query:{status:this.currentStatus,user_id:this.filter.user_id}})},updateItem:function(e,t){var a=this.requests.findIndex(function(t){return t.id==e});this.$set(this.requests,a,t)},changeStatus:function(e,t){var a=this;this.loading=!0,dokan.api.put("/withdraw/"+t,{status:e}).done(function(e){a.loading=!1,a.fetchRequests()})},onActionClick:function(e,t){var a=this;"cancel"===e&&this.changeStatus("cancelled",t.id),"pending"===e&&this.changeStatus("pending",t.id),"trash"===e&&confirm(this.__("Are you sure?","dokan-lite"))&&(this.loading=!0,dokan.api.delete("/withdraw/"+t.id).done(function(e){a.loading=!1,a.fetchRequests()}))},getPaymentDetails:function(e,t){var a="—";return void 0!==t[e]&&("paypal"===e||"skrill"===e?a=t[e].email||"":"bank"===e&&(t.bank.hasOwnProperty("ac_name")&&(a="<p>"+this.sprintf(this.__("Account Name: %s","dokan-lite"),t.bank.ac_name)+"</p>"),t.bank.hasOwnProperty("ac_number")&&(a+="<p>"+this.sprintf(this.__("Account Number: %s","dokan-lite"),t.bank.ac_number)+"</p>"),t.bank.hasOwnProperty("bank_name")&&(a+="<p>"+this.sprintf(this.__("Bank Name: %s","dokan-lite"),t.bank.bank_name)+"</p>"),t.bank.hasOwnProperty("iban")&&(a+="<p>"+this.sprintf(this.__("IBAN: %s","dokan-lite"),t.bank.iban)+"</p>"),t.bank.hasOwnProperty("routing_number")&&(a+="<p>"+this.sprintf(this.__("Routing Number: %s","dokan-lite"),t.bank.routing_number)+"</p>"),t.bank.hasOwnProperty("swift")&&(a+="<p>"+this.sprintf(this.__("Swift Code: %s","dokan-lite"),t.bank.swift)+"</p>"))),dokan.hooks.applyFilters("dokan_get_payment_details",a,e,t)},moment:function(e){function t(t){return e.apply(this,arguments)}return t.toString=function(){return e.toString()},t}(function(e){return moment(e)}),onBulkAction:function(e,t){var a=this,s=this;if(_.contains(["delete","approved","cancelled","pending"],e)){var n={};n[e]=t,this.loading=!0,dokan.api.put("/withdraw/batch",n).done(function(e){a.loading=!1,a.fetchRequests()})}if("paypal"===e){var i=t.join(",");jQuery.post(ajaxurl,{dokan_withdraw_bulk:"paypal",id:i,action:"withdraw_ajax_submission",nonce:dokan.nonce},function(e,t,a){if("html/csv"===a.getResponseHeader("Content-type")){var n="",i=a.getResponseHeader("Content-Disposition");if(i&&-1!==i.indexOf("attachment")){var o=/filename[^;=\n]*=((['"]).*?\2|[^;\n]*)/.exec(i);null!=o&&o[1]&&(n=o[1].replace(/['"]/g,""))}var r=a.getResponseHeader("Content-Type"),l="function"==typeof File?new File([e],n,{type:r}):new Blob([e],{type:r});if(void 0!==window.navigator.msSaveBlob)window.navigator.msSaveBlob(l,n);else{var d=window.URL||window.webkitURL,c=d.createObjectURL(l);if(n){var u=document.createElement("a");void 0===u.download?window.location=c:(u.href=c,u.download=n,document.body.appendChild(u),u.click())}else window.location=c;setTimeout(function(){d.revokeObjectURL(c)},100)}}e&&alert(s.massPayment)})}},openNoteModal:function(e,t){this.showModal=!0,this.editing={id:t,note:e}},updateNote:function(){var e=this;this.showModal=!1,this.loading=!0,dokan.api.put("/withdraw/"+this.editing.id,{note:this.editing.note}).done(function(t){e.loading=!1,e.updateItem(e.editing.id,t),e.editing={id:null,note:null}})},clearSelection:function(e){n()(e).val(null).trigger("change")}}}},function(e,t,a){"use strict";var s=a(51),n=a(131),i=(a.n(n),a(134));t.a={name:"Premium",components:{Slick:i.a,ProCta:s.a},data:function(){return{asstesUrl:dokan.urls.assetsUrl,buyNowProUrl:"https://wedevs.com/account/",services:[{title:this.__("Premium modules to make everything easier & better","dokan-lite"),thumbnail:dokan.urls.assetsUrl+"/images/premium/service-01@2x.png"},{title:this.__("Frontend dashboard for vendors with advanced controls","dokan-lite"),thumbnail:dokan.urls.assetsUrl+"/images/premium/service-02@2x.png"},{title:this.__("Unlimited Product Variations and group product upload","dokan-lite"),thumbnail:dokan.urls.assetsUrl+"/images/premium/service-03@2x.png"},{title:this.__("Zone wise shipping with multiple method for vendors","dokan-lite"),thumbnail:dokan.urls.assetsUrl+"/images/premium/service-04@2x.png"},{title:this.__("Store support based on ticket system for your customers","dokan-lite"),thumbnail:dokan.urls.assetsUrl+"/images/premium/service-05@2x.png"},{title:this.__("Vendors will be able to generate coupon codes","dokan-lite"),thumbnail:dokan.urls.assetsUrl+"/images/premium/service-06@2x.png"},{title:this.__("Earning, Selling and Commission Reports & Statement","dokan-lite"),thumbnail:dokan.urls.assetsUrl+"/images/premium/service-07@2x.png"},{title:this.__("24/7 super fast premium customer support for you","dokan-lite"),thumbnail:dokan.urls.assetsUrl+"/images/premium/service-08@2x.png"},{title:this.__("Add Social profile to your vendor’s store and support for store SEO","dokan-lite"),thumbnail:dokan.urls.assetsUrl+"/images/premium/service-09@2x.png"}],comparisons:[{title:this.__("Frontend order management","dokan-lite"),compare:{lite:"available",pro:"available"}},{title:this.__("Seller Statement Reports","dokan-lite"),compare:{lite:"available",pro:"available"}},{title:this.__("Making Announcements","dokan-lite"),compare:{lite:"available",pro:"available"}},{title:this.__("Customized Product Categories","dokan-lite"),compare:{lite:"unavailable",pro:"available"}},{title:this.__("Store SEO","dokan-lite"),compare:{lite:"unavailable",pro:"available"}},{title:this.__("Back Ordering System","dokan-lite"),compare:{lite:"unavailable",pro:"available"}},{title:this.__("Store Contact Form","dokan-lite"),compare:{lite:"unavailable",pro:"available"}},{title:this.__("Single Product Multiple Seller","dokan-lite"),compare:{lite:"unavailable",pro:"available"}},{title:this.__("Seller Verification","dokan-lite"),compare:{lite:"unavailable",pro:"available"}},{title:this.__("Featured Seller","dokan-lite"),compare:{lite:"unavailable",pro:"available"}},{title:this.__("Multiple Commission Types","dokan-lite"),compare:{lite:"unavailable",pro:"available"}},{title:this.__("Frontend Shipping Tracking","dokan-lite"),compare:{lite:"unavailable",pro:"available"}},{title:this.__("Setup Wizard","dokan-lite"),compare:{lite:"unavailable",pro:"available"}},{title:this.__("Google Maps","dokan-lite"),compare:{lite:"unavailable",pro:"available"}},{title:this.__("Manage reviews","dokan-lite"),compare:{lite:"unavailable",pro:"available"}},{title:this.__("Bookable Product","dokan-lite"),compare:{lite:"unavailable",pro:"available"}}],modules:[{title:"Domain",url:"https://wedevs.com/dokan/",starter:{type:"numeric",value:"01"},professional:{type:"numeric",value:"03"},business:{type:"numeric",value:"05"},enterprise:{type:"numeric",value:"20"}},{title:"Modules",url:"https://wedevs.com/dokan/modules/",starter:{type:"numeric",value:"01"},professional:{type:"numeric",value:"08"},business:{type:"numeric",value:"14"},enterprise:{type:"numeric",value:"14"}},{title:"Color Scheme",url:"https://wedevs.com/dokan/modules/color-scheme-customizer/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}},{title:"Vendor Review",url:"https://wedevs.com/dokan/modules/dokan-vendor-review/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}},{title:"Store Support",url:"https://wedevs.com/dokan/modules/store-support/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}},{title:"Auction",url:"https://wedevs.com/dokan/modules/dokan-simple-auctions/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}},{title:"Ajax Live Search",url:"https://wedevs.com/dokan/modules/ajax-live-search/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}},{title:"Stripe Connect",url:"https://wedevs.com/dokan/modules/stripe-connect/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}},{title:"Subscriptions",url:"https://wedevs.com/dokan/modules/subscription/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}},{title:"Single Product Multivendor",url:"https://wedevs.com/dokan/modules/single-product-multivendor/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}},{title:"Seller Verification",url:"https://wedevs.com/dokan/modules/seller-verification/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}},{title:"WC Booking Integration",url:"https://wedevs.com/dokan/extensions/woocommerce-booking-integration/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}},{title:"Vendor Staff Manager",url:"https://wedevs.com/dokan/modules/vendor-staff-manager/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}},{title:"Export Import",url:"https://wedevs.com/dokan/modules/export-import/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}},{title:"Product Enquiry",url:"https://wedevs.com/dokan/modules/product-enquiry/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}},{title:"Vendor Vacation",url:"https://wedevs.com/dokan/modules/vendor-vacation/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}},{title:"Return and Warranty Request",url:"https://wedevs.com/dokan/modules/rma/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}},{title:"Moip",url:"https://wedevs.com/dokan/modules/moip/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}},{title:"Follow Store",url:"https://wedevs.com/dokan/modules/follow-store/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}},{title:"Geolocation",url:"https://wedevs.com/dokan/modules/geolocation/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}},{title:"Shipstation",url:"https://wedevs.com/dokan/modules/shipstation/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}},{title:"Wholesale",url:"https://wedevs.com/dokan/modules/wholesale/",starter:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},professional:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/unavailable@2x.png"},business:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"},enterprise:{type:"icon",value:dokan.urls.assetsUrl+"/images/premium/available@2x.png"}}],payment:{thumbnail:dokan.urls.assetsUrl+"/images/premium/payment-options.png",guaranteeThumbnail:dokan.urls.assetsUrl+"/images/premium/gaurantee-thumb.png",viewIcon:dokan.urls.assetsUrl+"/images/premium/view-icon@2x.png",termsPolicyUrl:"https://wedevs.com/refund-policy/"},slickOptions:{slidesToShow:1,fade:!0,speed:500,cssEase:"linear",autoplay:!0,autoplaySpeed:2e3,infinite:!0,accessibility:!0,adaptiveHeight:!1,arrows:!1,dots:!0,draggable:!0,edgeFriction:.3,swipe:!0},testimonials:[{name:"Melissa McGovern",designation:"Director, Hawk And PeddleProjects",pic:dokan.urls.assetsUrl+"/images/premium/melissa.jpg",content:"We're still a new business and are continuing to build our platform. Dokan has halved the time it would take us to build our ecommerce platform by being feature rich and easy to install and configure."},{name:"Morten J. Christensen",designation:"Owner, Dincatering",pic:dokan.urls.assetsUrl+"/images/premium/Morten-J.-Christensen.jpg",content:"First and foremost it enables the possibility for actually creating the kind of marketplace i wanted. The plugin lets me create a local marketplace for local danish catering suppliers to showcase and sell their offers of the season."},{name:"Cédric Lefrancq",designation:"Webmaster, Unwebmaster.Be",pic:dokan.urls.assetsUrl+"/images/premium/cedric-lefrancq.jpeg",content:"The support is very good. The plugin is perfect. Bugs are fixed very quickly. That’s a very good plugin."},{name:"David Gaz",designation:"Founder, The Bureau Of Small Projects",pic:dokan.urls.assetsUrl+"/images/premium/david-gaz.jpeg",content:"It’s hands down an amazing plugin. But their support is even more amazing. They got back to me within hours on the weekend."}],cta:{styles:{bgPattern:dokan.urls.assetsUrl+"/images/premium/cta-pattern@2x.png"},thumbnail:dokan.urls.assetsUrl+"/images/premium/cta-dokan-logo.png",url:dokan.urls.buynowpro}}},methods:{next:function(){this.$refs.slick.next()},prev:function(){this.$refs.slick.prev()},reInit:function(){var e=this;this.$nextTick(function(){e.$refs.slick.reSlick()})}},computed:{bannerBg:function(){return{backgroundImage:"url(".concat(dokan.urls.assetsUrl,"/images/dokan-vendor-capabilities-banner-bg.svg)")}},bannerImage:function(){return"".concat(dokan.urls.assetsUrl,"/images/dokan-settings-banner.svg")}}}},function(e,t,a){"use strict";var s=a(52),n=a(130),i=!1;var o=function(e){i||a(129)},r=a(0)(s.a,n.a,!1,o,null,null);r.options.__file="src/admin/components/ProCta.vue",t.a=r.exports},function(e,t,a){"use strict";t.a={name:"ProCta",data:function(){return{styles:{bgPattern:dokan.urls.assetsUrl+"/images/premium/cta-pattern@2x.png"},thumbnail:dokan.urls.assetsUrl+"/images/premium/cta-dokan-logo.png",url:dokan.urls.upgradeToPro}}}},function(e,t,a){"use strict";var s=a(3),n=dokan_get_lib("Postbox"),i=dokan_get_lib("Loading"),o=dokan_get_lib("AdminNotice");t.a={name:"Help",components:{Postbox:n,Loading:i,UpgradeBanner:s.a,AdminNotice:o},data:function(){return{docs:null,hasPro:!!dokan.hasPro}},created:function(){this.fetch()},methods:{fetch:function(){var e=this;dokan.api.get("/admin/help").done(function(t){e.docs=t})}}}},function(e,t,a){"use strict";var s=a(1),n=a.n(s),i=a(3),o=dokan_get_lib("Loading"),r=dokan_get_lib("AdminNotice");t.a={name:"ChangeLog",components:{Loading:o,UpgradeBanner:i.a,AdminNotice:r},data:function(){return{active_package:"lite",current_version:"lite-0",scrollPosition:null,openVersions:[],activeVersionBorder:"",lite_versions:null,pro_versions:null,loading:!1,hasPro:!!dokan.hasPro}},methods:{formatReleaseDate:function(e){return n.a.datepicker.formatDate(dokan_get_i18n_date_format(),new Date(e))},badgeClass:function(e){switch(e){case"New":case"New Module":case"New Feature":return"badge-green";case"Fix":return"badge-red";default:return"badge-blue"}},getDokanLiteChangeLog:function(){var e=this;this.loading=!0,dokan.api.get("/admin/changelog/lite").done(function(t){e.lite_versions=JSON.parse(t),e.loading=!1}).fail(function(t){e.loading=!1,e.$notify({type:"error",title:e.__("Error","dokan-lite"),text:e.__("Something went wrong","dokan-lite")})})},getDokanProChangeLog:function(){var e=this;this.loading=!0,dokan.api.get("/admin/changelog/pro").done(function(t){e.pro_versions=JSON.parse(t),e.loading=!1}).fail(function(t){e.loading=!1,e.$notify({type:"error",title:e.__("Error","dokan-lite"),text:e.__("Something went wrong","dokan-lite")})})},dismissWhatsNewNotice:function(){var e="pro"===this.active_package?"dokan-pro-whats-new-notice":"dokan-whats-new-notice";n.a.ajax({url:dokan.ajaxurl,method:"post",dataType:"json",data:{action:e,nonce:dokan.nonce,dokan_promotion_dismissed:!0}})},toggleReading:function(e){return this.isOpenVersion(e)?this.openVersions.splice(this.openVersions.indexOf(e),1):this.openVersions.push(e)},isOpenVersion:function(e){return this.openVersions.includes(e)},switchPackage:function(e){null===this.pro_versions&&"pro"===e&&this.getDokanProChangeLog(),null===this.lite_versions&&"lite"===e&&this.getDokanLiteChangeLog(),this.active_package=e},isActivePackage:function(e){return this.active_package===e},addBorder:function(){var e,t=this;clearTimeout(e),this.activeVersionBorder="border: 1px solid #2271b1",e=setTimeout(function(){t.activeVersionBorder=""},3e3)},jumpVersion:function(e){this.current_version=e,this.goToPosition(e),this.addBorder()},isCurrentVersion:function(e){return this.current_version===e},updatePosition:function(){this.scrollPosition=window.scrollY},scrollTop:function(){this.goToPosition("change-log")},goToPosition:function(e){n()("html, body").animate({scrollTop:n()("#".concat(e)).offset().top-50},500)},loadChangelogData:function(){"dokan-pro"===this.$route.query.plugin?(this.active_package="pro",null===this.pro_versions&&this.getDokanProChangeLog()):null===this.lite_versions&&this.getDokanLiteChangeLog()}},watch:{"$route.query.plugin":function(){this.loadChangelogData()}},created:function(){this.loadChangelogData(),dokan.hasNewVersion&&this.dismissWhatsNewNotice(),window.addEventListener("scroll",this.updatePosition)},destroyed:function(){window.removeEventListener("scroll",this.updatePosition)}}},function(e,t,a){"use strict";var s=a(144),n=a(174),i=a(3),o=a(1),r=a.n(o),l=dokan_get_lib("Loading"),d=dokan_get_lib("AdminNotice");t.a={name:"Settings",components:{Fields:s.a,Loading:l,SettingsBanner:n.a,UpgradeBanner:i.a,AdminNotice:d},data:function(){return{isSaved:!1,showLoading:!1,isUpdated:!1,isLoaded:!1,message:"",currentTab:null,settingSections:[],settingFields:{},settingValues:{},requiredFields:[],errors:[],validationErrors:[],hasPro:!!dokan.hasPro,searchText:"",awaitingSearch:!1}},computed:{refreshable_props:function(){var e,t={};for(e in this.settingFields){var a=this.settingFields[e],s=void 0;for(s in a)a[s].refresh_after_save&&(t["".concat(e,".").concat(s)]=!0)}return t}},methods:{changeTab:function(e){this.currentTab=e.id,this.requiredFields=[],"undefined"!=typeof localStorage&&localStorage.setItem("activetab",this.currentTab)},showSectionTitle:function(e){return!_.findWhere(e,{type:"sub_section"})},sectionTitle:function(e){return _.findWhere(this.settingSections,{id:e}).title},fetchSettingValues:function(){var e=this,t={action:"dokan_get_setting_values",nonce:dokan.nonce};e.showLoading=!0,jQuery.post(dokan.ajaxurl,t,function(t){t.success&&(Object.keys(e.settingFields).forEach(function(a,s){Object.keys(e.settingFields[a]).forEach(function(s,n){e.settingValues[a]||(e.settingValues[a]={}),void 0===t.data[a][s]?void 0===e.settingFields[a][s].default?e.settingValues[a][s]="":e.settingValues[a][s]=e.settingFields[a][s].default:e.settingValues[a][s]=t.data[a][s]})}),e.settingValues=jQuery.extend({},e.settingValues),e.showLoading=!1,e.isLoaded=!0)})},showMedia:function(e,t){var a=this,s=wp.media.frames.file_frame=wp.media({title:this.__("Choose your file","dokan-lite"),button:{text:this.__("Select","dokan-lite")},multiple:!1});s.on("select",function(){var t=s.state().get("selection").first().toJSON();a.settingValues[e.sectionId][e.name]=t.url}),s.open()},saveSettings:function(e,t){if(this.formIsValid(t)){var a=this,s={action:"dokan_save_settings",nonce:dokan.nonce,settingsData:e,section:t};a.showLoading=!0,jQuery.post(dokan.ajaxurl,s).done(function(s){var n,i=s.data.settings;for(n in a.isSaved=!0,a.isUpdated=!0,a.message=s.data.message,a.settingValues[i.name]=i.value,e){var o="".concat(t,".").concat(n);if(a.refreshable_props[o]){window.location.reload();break}}a.validationErrors=[]}).fail(function(e){a.validationErrors=e.responseJSON.data.errors}).always(function(){a.showLoading=!1})}},formIsValid:function(e){var t=this,a=Object.keys(this.settingFields),s=this.requiredFields;return!!a&&(a.forEach(function(a,n){if(e===a){var i=t.settingFields[a];Object.values(i).forEach(function(e){var t=e.fields;t&&Object.values(t).forEach(function(e){e&&e.required&&"yes"===e.required&&!s.includes(e.name)&&s.push(e.name)}),e&&e.required&&"yes"===e.required&&(s.includes(e.name)||s.push(e.name))})}}),this.errors=[],s.forEach(function(e){Object.values(t.settingValues).forEach(function(a){e in a&&a[e].length<1&&(t.errors.includes(e)||(t.errors.push(e),"flat"!==a.commission_type&&"percentage"!==a.commission_type||(t.errors=t.arrayRemove(t.errors,"admin_percentage"),t.errors=t.arrayRemove(t.errors,"additional_fee"))))})}),this.errors.length<1)},arrayRemove:function(e,t){return e.filter(function(e){return e!==t})},toggleLoadingState:function(){this.showLoading=!this.showLoading},clearSearch:function(){this.searchText="",this.validateBlankSearch()},validateBlankSearch:function(){return""!==this.searchText.toLowerCase()||(this.settingSections=dokan.settings_sections,this.settingFields=dokan.settings_fields,!1)},searchInSettings:function(e){var t=this;this.validateBlankSearch()&&(this.awaitingSearch||setTimeout(function(){var e=t.$refs.searchInSettings.value.toLowerCase();t.doSearch(e),t.awaitingSearch=!1},1e3),this.awaitingSearch=!0)},doSearch:function(e){var t=this,a={},s=[],n=[],i=dokan.settings_fields;Object.keys(i).forEach(function(t,n){Object.keys(i[t]).forEach(function(n,o){if("sub_section"!==i[t][n].type){var r=i[t][n].label.toLowerCase();r&&r.includes(e)&&(a[t]||(a[t]={}),a[t][n]=i[t][n],-1===s.indexOf(t)&&s.push(t))}})});var o=0;Object.keys(dokan.settings_sections).forEach(function(e,a){-1!==s.indexOf(dokan.settings_sections[e].id)&&(o||(t.changeTab(dokan.settings_sections[e]),o=1),n.push(dokan.settings_sections[e]))}),this.settingFields=a,this.settingSections=n},handleDataClearCheckboxEvent:function(){var e=this;r()(".data_clear_on_uninstall").on("change","#dokan_general\\[data_clear_on_uninstall\\]",function(t){r()(this).is(":checked")&&e.$swal({title:e.__("Are you sure?","dokan-lite"),type:"warning",html:e.__("All data and tables related to Dokan and Dokan Pro will be deleted permanently after deleting the Dokan plugin. You will not be able to recover your lost data unless you keep a backup. Do you want to continue?","dokan-lite"),showCancelButton:!0,confirmButtonText:e.__("Okay","dokan-lite"),cancelButtonText:e.__("Cancel","dokan-lite")}).then(function(t){t.dismiss&&(e.settingValues.dokan_general.data_clear_on_uninstall="off")})})}},created:function(){this.fetchSettingValues(),this.currentTab="dokan_general","undefined"!=typeof localStorage&&(this.currentTab=localStorage.getItem("activetab")?localStorage.getItem("activetab"):"dokan_general"),this.settingSections=dokan.settings_sections,this.settingFields=dokan.settings_fields},updated:function(){this.handleDataClearCheckboxEvent()}}},function(e,t,a){"use strict";var s=a(146),n=a.n(s),i=a(147),o=a.n(i),r=a(26);function l(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(e);t&&(s=s.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),a.push.apply(a,s)}return a}function d(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?l(Object(a),!0).forEach(function(t){n()(e,t,a[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):l(Object(a)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))})}return e}var c=dokan_get_lib("TextEditor"),u=dokan_get_lib("GoogleMaps"),p=dokan_get_lib("Mapbox"),m=dokan_get_lib("RefreshSettingOptions");t.a={name:"Fields",components:{colorPicker:r.a,TextEditor:c,GoogleMaps:u,Mapbox:p,RefreshSettingOptions:m},props:["id","fieldData","sectionId","fieldValue","allSettingsValues","errors","toggleLoadingState","validationErrors"],data:function(){return{repeatableItem:{},hideMap:!1}},computed:{shoudShow:function(){var e=!0;if(this.fieldData.show_if){var t=this.fieldData.show_if,a=Object.keys(t),s=0;for(s=0;s<a.length;s++){var n=a[s],i=n.split(".").reverse(),r=o()(i,2),l=r[0],d=r[1],c=void 0===d?this.sectionId:d,u=this.allSettingsValues[c][l],p=_.chain(t[n]).pairs().first().value(),m=o()(p,2),v=m[0],f=m[1];switch(v){case"greater_than":u>f||(e=!1);break;case"greater_than_equal":u>=f||(e=!1);break;case"less_than":u<f||(e=!1);break;case"less_than":u<=f||(e=!1);break;case"equal":default:u!=f&&(e=!1)}if(!e)break}}return e},mapApiSource:function(){var e,t;return null===(e=this.allSettingsValues)||void 0===e?void 0:null===(t=e.dokan_appearance)||void 0===t?void 0:t.map_api_source},mapLocation:function(){var e=d(d({},{latitude:23.709921,longitude:90.40714300000002,address:"Dhaka",zoom:10}),this.fieldValue[this.fieldData.name]);return e={latitude:parseFloat(e.latitude),longitude:parseFloat(e.longitude),address:"".concat(e.address),zoom:parseInt(e.zoom)}},googleMapApiKey:function(){var e,t;return null===(e=this.allSettingsValues)||void 0===e?void 0:null===(t=e.dokan_appearance)||void 0===t?void 0:t.gmap_api_key},mapboxAccessToken:function(){var e,t;return null===(e=this.allSettingsValues)||void 0===e?void 0:null===(t=e.dokan_appearance)||void 0===t?void 0:t.mapbox_access_token}},beforeMount:function(){"multicheck"!==this.fieldData.type||this.fieldValue[this.fieldData.name]||(this.fieldValue[this.fieldData.name]=this.fieldData.default)},methods:{containCommonFields:function(e){return _.contains([void 0,"text","email","url","phone","time"],e)},addItem:function(e,t){this.fieldValue[t]=this.fieldValue[t]||[],void 0!==this.repeatableItem[t]&&this.repeatableItem[t]&&(this.fieldValue[t].push({id:this.repeatableItem[t].trim().replace(/\s+/g,"_").toLowerCase(),value:this.repeatableItem[t]}),this.repeatableItem[t]="")},removeItem:function(e,t){this.fieldValue[t].splice(e,1)},haveCondition:function(e){return e.hasOwnProperty("condition")},checkConditionLogic:function(e,t){var a=e.condition.logic,s=!1;return _.each(a,function(e,a){_.contains(e,t[a])&&(s=!0)}),s},onHideMap:function(e){this.hideMap=e},onUpdateMap:function(e){this.fieldValue[this.fieldData.name]=d(d({},this.mapLocation),e)},hasError:function(e){var t=this.errors;return!(!t||void 0===t)&&(!(t.length<1)&&(t.includes(e)?e:void 0))},getError:function(e){return e+" "+this.__("is required.","dokan-lite")},hasValidationError:function(e){if(this.validationErrors.filter(function(t){return t.name===e}).length>0)return e},getValidationErrorMessage:function(e){var t="";return this.validationErrors.forEach(function(a){a.name===e&&(t=a.error)}),t}}}},,,,,,,,,function(e,t,a){"use strict";t.a={name:"SettingsBanner",data:function(){return{upgradeURL:dokan.urls.upgradeToPro}},computed:{bannerImage:function(){return"".concat(dokan.urls.assetsUrl,"/images/dokan-settings-banner.svg")}}}},function(e,t,a){"use strict";var s=a(180),n=a(3),i=dokan_get_lib("ListTable"),o=dokan_get_lib("Switches"),r=dokan_get_lib("Search"),l=dokan_get_lib("AdminNotice");t.a={name:"Vendors",components:{ListTable:i,Switches:o,Search:r,AddVendor:s.a,UpgradeBanner:n.a,AdminNotice:l},data:function(){return{showCb:!0,hasPro:dokan.hasPro,counts:{pending:0,approved:0,all:0},vendorId:0,totalItems:0,perPage:20,totalPages:1,loading:!1,columns:{store_name:{label:this.__("Store","dokan-lite"),sortable:!0},email:{label:this.__("E-mail","dokan-lite")},phone:{label:this.__("Phone","dokan-lite")},registered:{label:this.__("Registered","dokan-lite"),sortable:!0},enabled:{label:this.__("Status","dokan-lite")}},actionColumn:"title",actions:[{key:"edit",label:this.__("Edit","dokan-lite")},{key:"products",label:this.__("Products","dokan-lite")},{key:"orders",label:this.__("Orders","dokan-lite")}],bulkActions:[{key:"approved",label:this.__("Approve Vendors","dokan-lite")},{key:"pending",label:this.__("Disable Selling","dokan-lite")}],vendors:[],loadAddVendor:!1,dokanVendorHeaderArea:dokan.hooks.applyFilters("getDokanVendorHeaderArea",[]),isVendorSwitchingEnabled:!1}},watch:{"$route.query.status":function(){this.fetchVendors()},"$route.query.page":function(){this.fetchVendors()},"$route.query.orderby":function(){this.fetchVendors()},"$route.query.order":function(){this.fetchVendors()}},computed:{currentStatus:function(){return this.$route.query.status||"all"},currentPage:function(){var e=this.$route.query.page||1;return parseInt(e)},sortBy:function(){return this.$route.query.orderby||"registered"},sortOrder:function(){return this.$route.query.order||"desc"},storeCategory:function(){return this.$route.query.store_category||null}},created:function(){var e=this;this.$root.$on("modalClosed",function(){e.loadAddVendor=!1,e.vendorId=0}),this.fetchVendors(),this.$root.$on("vendorAdded",function(t){e.vendors.unshift(t)}),this.$root.$on("addAnotherVendor",function(){e.loadAddVendor=!0}),this.$root.$on("categoryFetched",function(t){e.categories=t.categories,e.isCategoryMultiple=t.isCategoryMultiple,e.columns=t.columns}),this.isVendorSwitchingEnabled=!!dokan.is_vendor_switching_enabled,this.isVendorSwitchingEnabled&&this.actions.push({key:"switch_to",label:this.__("Switch To","dokan-lite")})},methods:{addNew:function(){this.loadAddVendor=!0},doSearch:function(e){var t=this,a=this;a.loading=!0,dokan.api.get("/stores",{search:e,page:this.currentPage,orderby:this.sortBy,order:this.sortOrder}).done(function(e,s,n){a.vendors=e,a.loading=!1,t.updatedCounts(n),t.updatePagination(n)})},updatedCounts:function(e){this.counts.pending=parseInt(e.getResponseHeader("X-Status-Pending")),this.counts.approved=parseInt(e.getResponseHeader("X-Status-Approved")),this.counts.all=parseInt(e.getResponseHeader("X-Status-All"))},updatePagination:function(e){this.totalPages=parseInt(e.getResponseHeader("X-WP-TotalPages")),this.totalItems=parseInt(e.getResponseHeader("X-WP-Total"))},fetchVendors:function(){var e=this;e.loading=!0;var t={per_page:e.perPage,page:e.currentPage,status:e.currentStatus,orderby:e.sortBy,order:e.sortOrder,store_category:e.storeCategory};dokan.api.get("/stores",t).done(function(t,a,s){e.vendors=t,e.loading=!1,e.updatedCounts(s),e.updatePagination(s)})},onActionClick:function(e,t){"trash"===e&&confirm("Are you sure to delete?")&&alert("deleted: "+t.title)},onSwitch:function(e,t){var a=this,s=!1===e?this.__("The vendor has been disabled.","dokan-lite"):this.__("Selling has been enabled","dokan-lite");dokan.api.put("/stores/"+t+"/status",{status:!1===e?"inactive":"active"}).done(function(e){a.$notify({title:a.__("Success!","dokan-lite"),type:"success",text:s}),"all"!==a.currentStatus&&"pending"!==a.currentStatus&&"approved"!==a.currentStatus||a.fetchVendors()})},moment:function(e){function t(t){return e.apply(this,arguments)}return t.toString=function(){return e.toString()},t}(function(e){return moment(e)}),goToPage:function(e){this.$router.push({name:"Vendors",query:{status:this.currentStatus,page:e}})},onBulkAction:function(e,t){var a=this,s={};s[e]=t,this.loading=!0,dokan.api.put("/stores/batch",s).done(function(e){a.loading=!1,a.fetchVendors()})},sortCallback:function(e,t){this.$router.push({name:"Vendors",query:{status:this.currentStatus,page:1,orderby:e,order:t}})},productUrl:function(e){return dokan.urls.adminRoot+"edit.php?post_type=product&author="+e},ordersUrl:function(e){return dokan.urls.adminRoot+"edit.php?post_type=shop_order&vendor_id="+e},editUrl:function(e){return dokan.urls.adminRoot+"user-edit.php?user_id="+e},switchToUrl:function(e){return e.switch_url}}}},function(e,t,a){"use strict";var s=a(29),n=a(36),i=a(39),o=dokan_get_lib("Modal"),r=dokan_get_lib("Loading");t.a={name:"AddVendor",props:["vendorId"],components:{Modal:o,Loading:r,VendorAccountFields:s.a,VendorAddressFields:n.a,VendorPaymentFields:i.a},data:function(){return{isLoading:!1,storeId:"",nextBtn:this.__("Next","dokan-lite"),title:this.__("Add New Vendor","dokan-lite"),tabs:{VendorAccountFields:{label:this.__("Account Info","dokan-lite"),name:"VendorAccountFields",icon:"dashicons dashicons-admin-users"},VendorAddressFields:{label:this.__("Address","dokan-lite"),name:"VendorAddressFields",icon:"dashicons dashicons-admin-home"},VendorPaymentFields:{label:this.__("Payment Options","dokan-lite"),name:"VendorPaymentFields",icon:"dashicons dashicons-money"}},currentTab:"VendorAccountFields",store:{store_name:"",user_pass:"",store_url:"",user_login:"",email:"",user_nicename:"",notify_vendor:!0,phone:"",banner:"",banner_id:"",gravatar:"",gravatar_id:"",social:{fb:"",youtube:"",twitter:"",linkedin:"",pinterest:"",instagram:""},payment:{bank:{ac_name:"",ac_number:"",bank_name:"",bank_addr:"",routing_number:"",iban:"",swift:""},paypal:{email:""}},address:{street_1:"",street_2:"",city:"",zip:"",state:"",country:""}},requiredFields:["store_name","user_login","email"],errors:[],storeAvailable:!1,userNameAvailable:!1,emailAvailable:!1,hasPro:dokan.hasPro}},created:function(){var e=this;this.$root.$on("vendorInfoChecked",function(t){e.storeAvailable=t.storeAvailable,e.userNameAvailable=t.userNameAvailable,e.emailAvailable=t.emailAvailable})},methods:{getId:function(){return this.$route.params.id},showAlert:function(e,t,a){this.$swal(e,t,a)},createVendor:function(){var e=this;this.formIsValid()&&("VendorPaymentFields"===this.currentTab&&(this.isLoading=!0,dokan.api.post("/stores/",this.store).done(function(t){e.$root.$emit("vendorAdded",t),e.$swal({type:"success",title:e.__("Vendor Created","dokan-lite"),text:e.__("A vendor has been created successfully!","dokan-lite"),showCloseButton:!0,showCancelButton:!0,confirmButtonText:e.__("Add Another","dokan-lite"),cancelButtonText:e.__("Edit Vendor","dokan-lite"),focusConfirm:!1}).then(function(a){a.value?e.$root.$emit("addAnotherVendor"):a.dismiss===e.$swal.DismissReason.cancel&&(e.hasPro?e.$router.push({path:"vendors/"+t.id,query:{edit:"true"}}):window.location.replace("".concat(dokan.urls.adminRoot,"user-edit.php?user_id=").concat(t.id)))})}).fail(function(t){e.showAlert(e.__(t.responseJSON.message,"dokan-lite"),"","error")}).always(function(){e.$root.$emit("modalClosed")})),this.currentTab="VendorPaymentFields"===this.currentTab?"VendorPaymentFields":this.nextTab(this.tabs,this.currentTab))},nextTab:function(e,t){var a=Object.keys(e),s=a[a.indexOf(t)+1];return s},closeModal:function(){this.$root.$emit("modalClosed")},formIsValid:function(){var e=this,t=this.requiredFields,a=this.store;return this.errors=[],t.forEach(function(t){t in a&&a[t].length<1&&e.errors.push(t)}),!!(this.errors.length<1&&this.storeAvailable&&this.userNameAvailable&&this.emailAvailable)||(this.currentTab="VendorAccountFields",!1)}}}},function(e,t,a){"use strict";var s=a(51);t.a={name:"VendorCapabilities",components:{ProCta:s.a},data:function(){return{showPopup:!1,selectedCapabilityImage:"",capabilityCards:[{title:this.__("Coupons","dokan-lite"),content:this.__("Each vendor can create unlimited discount coupon codes for their products.","dokan-lite"),image:"".concat(dokan.urls.assetsUrl,"/images/vendor-capability/cap-coupon.svg")},{title:this.__("Shipping","dokan-lite"),content:this.__("Vendors can configure their own shipping costs for each country, state & single products.","dokan-lite"),image:"".concat(dokan.urls.assetsUrl,"/images/vendor-capability/cap-shipping.svg")},{title:this.__("Duplicate Product","dokan-lite"),content:this.__("Vendors can duplicate their own products for ease and time saving.","dokan-lite"),image:"".concat(dokan.urls.assetsUrl,"/images/vendor-capability/cap-duplicate-product.svg")},{title:this.__("Reporting","dokan-lite"),content:this.__("Earning, selling and commissions reports for vendors to improve sales & take major decisions.","dokan-lite"),image:"".concat(dokan.urls.assetsUrl,"/images/vendor-capability/cap-reports.svg")},{title:this.__("Create Tags","dokan-lite"),content:this.__("Vendors can create & attach tags to products to categorize & for better search engine optimization.","dokan-lite"),image:"".concat(dokan.urls.assetsUrl,"/images/vendor-capability/cap-create-tags.svg")},{title:this.__("Vendor Biography","dokan-lite"),content:this.__("Vendors can write about themselves & about their store in a text field which visitors can see from the store page","dokan-lite"),image:"".concat(dokan.urls.assetsUrl,"/images/vendor-capability/cap-vendor-biography.svg")},{title:this.__("Vendor Product Upload","dokan-lite"),content:this.__("New vendors can start uploading products upon registration if admins allow.","dokan-lite"),image:"".concat(dokan.urls.assetsUrl,"/images/vendor-capability/cap-vendor-product-upload.svg")},{title:this.__("Order Status Change","dokan-lite"),content:this.__("Vendors will be able to mark products as draft & update the order status to inform customers about progress.","dokan-lite"),image:"".concat(dokan.urls.assetsUrl,"/images/vendor-capability/cap-order-status-change.svg")},{title:this.__("Social Share","dokan-lite"),content:this.__("Visitors and customers can share a store page with their friends and acquaintances on their social profiles.","dokan-lite"),image:"".concat(dokan.urls.assetsUrl,"/images/vendor-capability/cap-social-share.svg")},{title:this.__("Variable Product","dokan-lite"),content:this.__("Vendors can create variable products with predefined and custom attributes.","dokan-lite"),image:"".concat(dokan.urls.assetsUrl,"/images/vendor-capability/cap-variable-product.svg")},{title:this.__("Store Opening & Closing Time","dokan-lite"),content:this.__("Vendors can define the working hours of their online store for each day of the week for visitors to see.","dokan-lite"),image:"".concat(dokan.urls.assetsUrl,"/images/vendor-capability/cap-opening-closing-hours.svg")},{title:this.__("Woocommerce Booking Integration","dokan-lite"),content:this.__("Create hotel rooms, resorts, conference rooms, cars, bikes, etc for renting out.","dokan-lite"),image:"".concat(dokan.urls.assetsUrl,"/images/vendor-capability/cap-woocommerce-booking.svg")},{title:this.__("Announcement For Vendors","dokan-lite"),content:this.__("Admins can make announcements targeted to a single vendor, multiple or all vendors.","dokan-lite"),image:"".concat(dokan.urls.assetsUrl,"/images/vendor-capability/cap-announcement-vendors.svg")},{title:this.__("Woocommerce Simple Auctions Integration","dokan-lite"),content:this.__("Sell auction-able products in your store with Dokan’s integration.","dokan-lite"),image:"".concat(dokan.urls.assetsUrl,"/images/vendor-capability/cap-simple-auction.svg")},{title:this.__("Social Profiles","dokan-lite"),content:this.__("Vendors can upload & showcase their Facebook, Twitter and Linkedin profiles on their store page.","dokan-lite"),image:"".concat(dokan.urls.assetsUrl,"/images/vendor-capability/cap-social-profile.svg")},{title:this.__("Refund","dokan-lite"),content:this.__("Vendors can send refund requests for an order to the admins who can approve or deny it from the dashboard.","dokan-lite"),image:"".concat(dokan.urls.assetsUrl,"/images/vendor-capability/cap-refund.svg")},{title:this.__("Store Seo","dokan-lite"),content:this.__("The Yoast SEO integration lets vendors define Store Title, Description, Slug and Keyword to appear in search engine results.","dokan-lite"),image:"".concat(dokan.urls.assetsUrl,"/images/vendor-capability/cap-store-seo.svg")}]}},methods:{closePopup:function(){this.showPopup=!1},openPopup:function(e){this.showPopup=!0,this.selectedCapabilityImage=e}},computed:{bannerBg:function(){return{backgroundImage:"url(".concat(dokan.urls.assetsUrl,"/images/dokan-vendor-capabilities-banner-bg.svg)")}},bannerImage:function(){return"".concat(dokan.urls.assetsUrl,"/images/dokan-vendor-capabilities-banner.svg")}}}},function(e,t,a){"use strict";var s=a(189);t.a={name:"ProModules",components:{ModuleUpgradePopup:s.a},data:function(){return{modules:[{name:this.__("WooCommerce Booking Integration","dokan-lite"),description:this.__("Integrates WooCommerce Booking with Dokan.","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/booking.png"),docLink:"https://wedevs.com/docs/dokan/modules/dokan-bookings/",modLink:"https://wedevs.com/dokan/extensions/woocommerce-booking-integration/"},{name:this.__("Color Scheme Customizer","dokan-lite"),description:this.__("A Dokan plugin Add-on to Customize Colors of Dokan Dashboard","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/color-scheme-customizer.png"),docLink:"https://wedevs.com/docs/dokan/modules/color-scheme/",modLink:"https://wedevs.com/dokan/modules/color-scheme-customizer/"},{name:this.__("Elementor","dokan-lite"),description:this.__("Elementor Page Builder widgets for Dokan","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/elementor.png"),docLink:"https://wedevs.com/docs/dokan/modules/elementor-dokan/",modLink:"https://wedevs.com/dokan/modules/elementor/"},{name:this.__("Vendor Product Importer and Exporter","dokan-lite"),description:this.__("This is simple product import and export plugin for vendor","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/import-export.png"),docLink:"https://wedevs.com/docs/dokan/modules/how-to-install-and-use-dokan-exportimport-add/",modLink:"https://wedevs.com/dokan/modules/export-import/"},{name:this.__("Follow Store","dokan-lite"),description:this.__("Send emails to customers when their favorite store updates.","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/follow-store.png"),docLink:"https://wedevs.com/docs/dokan/modules/follow-store/",modLink:"https://wedevs.com/dokan/modules/follow-store/"},{name:this.__("Geolocation","dokan-lite"),description:this.__("Search Products and Vendors by geolocation.","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/geolocation.png"),docLink:"https://wedevs.com/docs/dokan/modules/dokan-geolocation/",modLink:"https://wedevs.com/dokan/modules/geolocation/"},{name:this.__("Live Chat","dokan-lite"),description:this.__("Live Chat Between Vendor & Customer.","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/live-chat.png"),docLink:"https://wedevs.com/docs/dokan/modules/dokan-live-chat/",modLink:"https://wedevs.com/dokan/modules/live-chat/"},{name:this.__("Live Search","dokan-lite"),description:this.__("Live product search for WooCommerce store.","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/ajax-live-search.png"),docLink:"https://wedevs.com/docs/dokan/modules/how-to-install-configure-use-dokan-live-search/",modLink:"https://wedevs.com/dokan/modules/ajax-live-search/"},{name:this.__("Wirecard","dokan-lite"),description:this.__("Wirecard payment gateway for Dokan.","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/wirecard-connect.png"),docLink:"https://wedevs.com/docs/dokan/modules/dokan-moip-connect/",modLink:"https://wedevs.com/dokan/modules/moip/"},{name:this.__("PayPal Adaptive Payment","dokan-lite"),description:this.__("Allows to send split payments to vendor via PayPal Adaptive Payment gateway.","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/paypal-adaptive.png"),docLink:"#",modLink:"#"},{name:this.__("Product Addon","dokan-lite"),description:this.__("WooCommerce Product Addon support.","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/product-addon.png"),docLink:"https://wedevs.com/docs/dokan/modules/product-addon/",modLink:"https://wedevs.com/dokan/modules/product-addons/"},{name:this.__("Product Enquiry","dokan-lite"),description:this.__("Enquiry for a specific product to a seller.","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/product-enquiry.png"),docLink:"https://wedevs.com/docs/dokan/modules/how-to-install-configure-use-dokan-product-enquiry/",modLink:"https://wedevs.com/dokan/modules/product-enquiry/"},{name:this.__("Report Abuse","dokan-lite"),description:this.__("Let customers report fraudulent or fake products.","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/report-abuse.png"),docLink:"https://wedevs.com/docs/dokan/modules/dokan-report-abuse/",modLink:"https://wedevs.com/docs/dokan/modules/dokan-report-abuse/"},{name:this.__("Return and Warranty Request","dokan-lite"),description:this.__("Manage return and warranty from vendor end.","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/report-abuse.png"),docLink:"https://wedevs.com/docs/dokan/modules/vendor-rma/",modLink:"https://wedevs.com/dokan/modules/rma/"},{name:this.__("Seller Vacation","dokan-lite"),description:this.__("Using this plugin seller can go to vacation by closing their stores.","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/seller-vacation.png"),docLink:"https://wedevs.com/docs/dokan/modules/dokan-vendor-vacation/",modLink:"https://wedevs.com/dokan/modules/vendor-vacation/"},{name:this.__("ShipStation Integration","dokan-lite"),description:this.__("Adds ShipStation label printing support to Dokan. Requires server DomDocument support.","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/shipstation.png"),docLink:"https://wedevs.com/docs/dokan/modules/shipstation-dokan-wedevs/",modLink:"https://wedevs.com/dokan/modules/shipstation/"},{name:this.__("Auction Integration","dokan-lite"),description:this.__("A plugin that combined WooCommerce simple auction and Dokan plugin.","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/auction.png"),docLink:"https://wedevs.com/docs/dokan/modules/woocommerce-auctions-frontend-multivendor-marketplace/",modLink:"https://wedevs.com/dokan/modules/dokan-simple-auctions/"},{name:this.__("Single Product Multiple Vendor","dokan-lite"),description:this.__("A module that offers multiple vendor to sell a single product.","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/single-product-multivendor.png"),docLink:"https://wedevs.com/docs/dokan/modules/single-product-multiple-vendor/",modLink:"https://wedevs.com/dokan/modules/single-product-multivendor/"},{name:this.__("Store Reviews","dokan-lite"),description:this.__("A plugin that allows customers to rate the sellers.","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/vendor-review.png"),docLink:"https://wedevs.com/docs/dokan/modules/vendor-review/",modLink:"https://wedevs.com/dokan/modules/dokan-vendor-review/"},{name:this.__("Store Support","dokan-lite"),description:this.__("Enable vendors to provide support to customers from store page.","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/store-support.png"),docLink:"https://wedevs.com/docs/dokan/modules/how-to-install-and-use-store-support/",modLink:"https://wedevs.com/dokan/modules/store-support/"},{name:this.__("Stripe Connect","dokan-lite"),description:this.__("Accept credit card payments and allow your sellers to get automatic split payment in Dokan via Stripe.","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/stripe.png"),docLink:"https://wedevs.com/docs/dokan/modules/how-to-install-and-configure-dokan-stripe-connect/",modLink:"https://wedevs.com/dokan/modules/store-support/"},{name:this.__("Vendor Subscription","dokan-lite"),description:this.__("Product subscription pack add-on for Dokan vendors.","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/subscription.png"),docLink:"https://wedevs.com/docs/dokan/modules/how-to-install-use-dokan-subscription/",modLink:"https://wedevs.com/dokan/modules/subscription/"},{name:this.__("Vendor Analytics","dokan-lite"),description:this.__("A plugin for store and product analytics for vendor.","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/analytics.png"),docLink:"https://wedevs.com/docs/dokan/modules/dokan-vendor-analytics/",modLink:"https://wedevs.com/docs/dokan/modules/dokan-vendor-analytics/"},{name:this.__("Vendor Staff Manager","dokan-lite"),description:this.__("A plugin for manage store via vendor staffs.","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/vendor-staff.png"),docLink:"https://wedevs.com/docs/dokan/modules/dokan-vendor-staff-manager/",modLink:"https://wedevs.com/dokan/modules/vendor-staff-manager/"},{name:this.__("Vendor Subscription Product","dokan-lite"),description:this.__("WooCommerce Subscription integration for Dokan","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/vendor-subscription-product.png"),docLink:"https://wedevs.com/docs/dokan/modules/dokan-vendor-subscription-product/",modLink:"https://wedevs.com/dokan/modules/vendor-subscription-product/"},{name:this.__("Vendor Verification","dokan-lite"),description:this.__("Dokan add-on to verify sellers.","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/vendor-verification.png"),docLink:"https://wedevs.com/docs/dokan/modules/dokan-seller-verification-admin-settings/",modLink:"https://wedevs.com/dokan/modules/seller-verification/"},{name:this.__("Wholesale","dokan-lite"),description:this.__("Offer any customer to buy product as a wholesale price from any vendors.","dokan-lite"),thumbnail:"".concat(dokan.urls.assetsUrl,"/images/modules/wholesale.png"),docLink:"https://wedevs.com/docs/dokan/modules/dokan-wholesale/",modLink:"https://wedevs.com/dokan/modules/wholesale/"}],showPopup:!0}},methods:{togglePopup:function(e){this.showPopup=e}}}},function(e,t,a){"use strict";t.a={name:"ModuleUpgradePopup",props:{showPopup:{type:Boolean,required:!0,default:!0}},data:function(){return{upgradeURL:dokan.urls.upgradeToPro}},methods:{closePopup:function(){this.$emit("toggle",!1)},openPopup:function(){this.$emit("toggle",!0)}},computed:{headerImage:function(){return"".concat(dokan.urls.assetsUrl,"/images/dokan-upgrade-popup-header.svg")},bonusImage:function(){return"".concat(dokan.urls.assetsUrl,"/images/dokan-upgrade-popup-bonus.svg")}}}},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var s=a(111),n=a(114),i=a(193);new(dokan_get_lib("Vue"))({el:"#dokan-vue-admin",router:n.a,render:function(e){return e(s.a)},created:function(){this.setLocaleData(dokan.i18n["dokan-lite"]),dokan.dokan_pro_i18n&&this.setLocaleData(dokan.dokan_pro_i18n.dokan)},methods:{listTableTexts:function(){return{loading:this.__("Loading","dokan-lite"),select_bulk_action:this.__("Select bulk action","dokan-lite"),bulk_actions:this.__("Bulk Actions","dokan-lite"),items:this.__("items","dokan-lite"),apply:this.__("Apply","dokan-lite")}}}}),Object(i.a)("dokan")},function(e,t,a){"use strict";var s=a(46),n=a(113),i=!1;var o=function(e){i||a(112)},r=a(0)(s.a,n.a,!1,o,null,null);r.options.__file="src/admin/App.vue",t.a=r.exports},function(e,t){},function(e,t,a){"use strict";var s=function(){var e=this.$createElement,t=this._self._c||e;return t("div",{attrs:{id:"vue-backend-app"}},[t("router-view"),this._v(" "),t("notifications",{attrs:{position:"bottom right"}})],1)};s._withStripped=!0;var n={render:s,staticRenderFns:[]};t.a=n},function(e,t,a){"use strict";var s=a(115),n=a.n(s),i=a(116),o=a(124),r=a(127),l=a(136),d=a(139),c=a(142),u=a(178),p=a(184),m=a(187),v=dokan_get_lib("Vue"),_=dokan_get_lib("Router"),f=dokan_get_lib("VersionCompare");v.use(_),dokan_add_route(i.a),dokan_add_route(o.a),dokan_add_route(r.a),dokan_add_route(d.a),dokan_add_route(l.a),dokan_add_route(c.a),dokan_add_route(p.a),dokan_add_route(m.a),dokan.hasPro&&!f(dokan.proVersion,"2.9.14",">")||dokan_add_route(u.a),function e(t){for(var a=0;a<t.length;a++)"object"===n()(t[a].children)?(e(t[a].children),void 0!==t[a].component&&(t[a].component=dokan.routeComponents[t[a].component])):t[a].component=dokan.routeComponents[t[a].component]}(dokan.routes),t.a=new _({routes:dokan.routes})},,function(e,t,a){"use strict";var s=a(47),n=a(123),i=!1;var o=function(e){i||a(117)},r=a(0)(s.a,n.a,!1,o,null,null);r.options.__file="src/admin/pages/Dashboard.vue",t.a=r.exports},function(e,t){},,,,function(e,t){},function(e,t,a){"use strict";var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return e.show&&e.showUpgrade?a("div",{staticClass:"dokan-promo-banner notice"},[a("div",{staticClass:"thumbnail"},[a("svg",{attrs:{viewBox:"0 0 219 146",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[a("g",{attrs:{filter:"url(#filter0_d_72_951)"}},[a("rect",{attrs:{x:"38.7048",y:"24.5641",width:"122.83",height:"92.5357",rx:"2.75404",fill:"white"}})]),e._v(" "),a("path",{attrs:{d:"M38.7048 27.3181C38.7048 25.7971 39.9379 24.5641 41.4589 24.5641H158.781C160.302 24.5641 161.535 25.7971 161.535 27.3181V34.4786H38.7048V27.3181Z",fill:"#5165FF"}}),e._v(" "),a("circle",{attrs:{cx:"46.1408",cy:"29.7967",r:"1.37702",fill:"#FF2323"}}),e._v(" "),a("circle",{attrs:{cx:"51.098",cy:"29.7967",r:"1.37702",fill:"#FF9A23"}}),e._v(" "),a("circle",{attrs:{cx:"56.0553",cy:"29.7967",r:"1.37702",fill:"#3FD826"}}),e._v(" "),a("rect",{attrs:{x:"48.6194",y:"42.7407",width:"58.9364",height:"1.65242",rx:"0.826212",fill:"#35D893"}}),e._v(" "),a("rect",{attrs:{opacity:"0.2",x:"48.6194",y:"56.511",width:"103.001",height:"1.65242",rx:"0.826212",fill:"#35D893"}}),e._v(" "),a("rect",{attrs:{opacity:"0.2",x:"48.6194",y:"62.019",width:"103.001",height:"1.65242",rx:"0.826212",fill:"#35D893"}}),e._v(" "),a("rect",{attrs:{opacity:"0.2",x:"48.6194",y:"67.5271",width:"103.001",height:"1.65242",rx:"0.826212",fill:"#35D893"}}),e._v(" "),a("rect",{attrs:{opacity:"0.2",x:"48.6194",y:"73.0352",width:"103.001",height:"1.65242",rx:"0.826212",fill:"#35D893"}}),e._v(" "),a("rect",{attrs:{opacity:"0.2",x:"48.6194",y:"78.5432",width:"103.001",height:"1.65242",rx:"0.826212",fill:"#35D893"}}),e._v(" "),a("rect",{attrs:{opacity:"0.2",x:"48.6194",y:"84.0514",width:"103.001",height:"1.65242",rx:"0.826212",fill:"#35D893"}}),e._v(" "),a("rect",{attrs:{opacity:"0.2",x:"48.6194",y:"89.5593",width:"103.001",height:"1.65242",rx:"0.826212",fill:"#35D893"}}),e._v(" "),a("rect",{attrs:{opacity:"0.2",x:"48.6194",y:"95.0675",width:"103.001",height:"1.65242",rx:"0.826212",fill:"#35D893"}}),e._v(" "),a("rect",{attrs:{x:"48.6194",y:"46.5963",width:"25.888",height:"1.65242",rx:"0.826212",fill:"#35D893"}}),e._v(" "),a("rect",{attrs:{x:"48.6194",y:"102.779",width:"21.4815",height:"4.95727",rx:"2.47864",fill:"#F86C57"}}),e._v(" "),a("circle",{attrs:{opacity:"0.91",cx:"165.911",cy:"71.0891",r:"48.0891",fill:"url(#paint0_linear_72_951)","fill-opacity":"0.08"}}),e._v(" "),a("circle",{attrs:{opacity:"0.91",cx:"165.911",cy:"71.0891",r:"42.9732",fill:"url(#paint1_linear_72_951)","fill-opacity":"0.08"}}),e._v(" "),a("circle",{attrs:{opacity:"0.91",cx:"165.911",cy:"71.0892",r:"38.3689",fill:"url(#paint2_linear_72_951)","fill-opacity":"0.09"}}),e._v(" "),a("g",{attrs:{filter:"url(#filter1_d_72_951)"}},[a("circle",{attrs:{cx:"165.911",cy:"71.0891",r:"33.2531",fill:"url(#paint3_linear_72_951)"}})]),e._v(" "),a("path",{attrs:{d:"M159.755 57.3334L159.751 58H156.026V51.9546H159.751V52.6212H156.844V54.6293H159.199V55.2705H156.844V57.3334H159.755ZM161.312 54.3466C161.405 54.2426 161.503 54.1483 161.607 54.064C161.711 53.9796 161.821 53.9079 161.936 53.8488C162.054 53.7869 162.178 53.7405 162.307 53.7096C162.44 53.6759 162.582 53.659 162.734 53.659C162.967 53.659 163.172 53.6984 163.349 53.7771C163.529 53.853 163.679 53.9627 163.797 54.1062C163.918 54.2468 164.009 54.4169 164.071 54.6166C164.133 54.8163 164.164 55.0371 164.164 55.279V58H163.409V55.279C163.409 54.9555 163.334 54.7052 163.185 54.528C163.039 54.348 162.815 54.258 162.514 54.258C162.292 54.258 162.084 54.3115 161.89 54.4183C161.699 54.5252 161.521 54.6701 161.358 54.8529V58H160.603V53.7265H161.055C161.161 53.7265 161.228 53.7785 161.253 53.8826L161.312 54.3466ZM166.101 53.7265V58.3164C166.101 58.488 166.079 58.6469 166.034 58.7931C165.989 58.9422 165.917 59.0715 165.818 59.1812C165.72 59.2909 165.593 59.3767 165.439 59.4386C165.287 59.5033 165.104 59.5356 164.89 59.5356C164.8 59.5356 164.717 59.5286 164.641 59.5145C164.565 59.5004 164.49 59.4793 164.414 59.4512L164.443 59.0462C164.449 59.0209 164.459 59.0012 164.473 58.9872C164.484 58.9759 164.501 58.9689 164.523 58.9661C164.546 58.9633 164.575 58.9619 164.612 58.9619C164.646 58.9647 164.689 58.9661 164.743 58.9661C164.962 58.9661 165.118 58.914 165.211 58.81C165.304 58.7087 165.35 58.5442 165.35 58.3164V53.7265H166.101ZM166.257 52.3849C166.257 52.4581 166.242 52.527 166.211 52.5917C166.183 52.6535 166.143 52.7098 166.093 52.7604C166.045 52.8082 165.989 52.8462 165.924 52.8743C165.859 52.9024 165.79 52.9165 165.717 52.9165C165.644 52.9165 165.575 52.9024 165.51 52.8743C165.449 52.8462 165.394 52.8082 165.346 52.7604C165.298 52.7098 165.26 52.6535 165.232 52.5917C165.204 52.527 165.19 52.4581 165.19 52.3849C165.19 52.3118 165.204 52.2429 165.232 52.1782C165.26 52.1107 165.298 52.0531 165.346 52.0053C165.394 51.9546 165.449 51.9153 165.51 51.8871C165.575 51.859 165.644 51.845 165.717 51.845C165.79 51.845 165.859 51.859 165.924 51.8871C165.989 51.9153 166.045 51.9546 166.093 52.0053C166.143 52.0531 166.183 52.1107 166.211 52.1782C166.242 52.2429 166.257 52.3118 166.257 52.3849ZM169.136 53.659C169.448 53.659 169.73 53.711 169.98 53.8151C170.23 53.9191 170.444 54.0668 170.621 54.258C170.798 54.4493 170.933 54.6813 171.026 54.9541C171.122 55.2241 171.17 55.5264 171.17 55.8611C171.17 56.1986 171.122 56.5024 171.026 56.7724C170.933 57.0424 170.798 57.273 170.621 57.4642C170.444 57.6555 170.23 57.8031 169.98 57.9072C169.73 58.0084 169.448 58.0591 169.136 58.0591C168.821 58.0591 168.537 58.0084 168.284 57.9072C168.034 57.8031 167.82 57.6555 167.643 57.4642C167.466 57.273 167.329 57.0424 167.234 56.7724C167.141 56.5024 167.094 56.1986 167.094 55.8611C167.094 55.5264 167.141 55.2241 167.234 54.9541C167.329 54.6813 167.466 54.4493 167.643 54.258C167.82 54.0668 168.034 53.9191 168.284 53.8151C168.537 53.711 168.821 53.659 169.136 53.659ZM169.136 57.4727C169.558 57.4727 169.873 57.332 170.081 57.0508C170.289 56.7667 170.393 56.3716 170.393 55.8654C170.393 55.3563 170.289 54.9597 170.081 54.6757C169.873 54.3916 169.558 54.2496 169.136 54.2496C168.923 54.2496 168.735 54.2862 168.575 54.3593C168.418 54.4324 168.286 54.5379 168.179 54.6757C168.075 54.8135 167.996 54.9836 167.942 55.1861C167.892 55.3858 167.866 55.6122 167.866 55.8654C167.866 56.3716 167.971 56.7667 168.179 57.0508C168.39 57.332 168.709 57.4727 169.136 57.4727ZM175.677 53.7265L173.294 59.2614C173.269 59.3176 173.236 59.3626 173.197 59.3964C173.16 59.4301 173.103 59.447 173.024 59.447H172.467L173.247 57.7511L171.484 53.7265H172.134C172.198 53.7265 172.249 53.7434 172.286 53.7771C172.325 53.808 172.352 53.8432 172.366 53.8826L173.509 56.5741C173.554 56.6922 173.592 56.816 173.623 56.9453C173.662 56.8131 173.704 56.688 173.749 56.5699L174.859 53.8826C174.876 53.8376 174.904 53.801 174.943 53.7729C174.986 53.742 175.032 53.7265 175.083 53.7265H175.677Z",fill:"white"}}),e._v(" "),a("path",{attrs:{d:"M162.358 88.9794C162.358 89.4322 162.286 89.8485 162.142 90.2282C161.999 90.605 161.796 90.9299 161.535 91.2027C161.273 91.4755 160.958 91.6878 160.59 91.8397C160.224 91.9888 159.819 92.0633 159.375 92.0633C158.931 92.0633 158.526 91.9888 158.16 91.8397C157.794 91.6878 157.481 91.4755 157.219 91.2027C156.958 90.9299 156.755 90.605 156.612 90.2282C156.468 89.8485 156.397 89.4322 156.397 88.9794C156.397 88.5266 156.468 88.1118 156.612 87.7349C156.755 87.3552 156.958 87.029 157.219 86.7562C157.481 86.4806 157.794 86.2668 158.16 86.1149C158.526 85.9631 158.931 85.8871 159.375 85.8871C159.819 85.8871 160.224 85.9631 160.59 86.1149C160.958 86.2668 161.273 86.4806 161.535 86.7562C161.796 87.029 161.999 87.3552 162.142 87.7349C162.286 88.1118 162.358 88.5266 162.358 88.9794ZM161.518 88.9794C161.518 88.6082 161.467 88.2749 161.366 87.9796C161.265 87.6843 161.121 87.4354 160.936 87.2329C160.75 87.0276 160.525 86.8701 160.261 86.7604C159.996 86.6507 159.701 86.5959 159.375 86.5959C159.052 86.5959 158.758 86.6507 158.493 86.7604C158.229 86.8701 158.002 87.0276 157.814 87.2329C157.628 87.4354 157.485 87.6843 157.384 87.9796C157.282 88.2749 157.232 88.6082 157.232 88.9794C157.232 89.3507 157.282 89.6839 157.384 89.9793C157.485 90.2717 157.628 90.5207 157.814 90.726C158.002 90.9285 158.229 91.0845 158.493 91.1942C158.758 91.3011 159.052 91.3545 159.375 91.3545C159.701 91.3545 159.996 91.3011 160.261 91.1942C160.525 91.0845 160.75 90.9285 160.936 90.726C161.121 90.5207 161.265 90.2717 161.366 89.9793C161.467 89.6839 161.518 89.3507 161.518 88.9794ZM164.347 86.6212V88.7347H166.832V89.4013H164.347V92H163.528V85.9546H167.254V86.6212H164.347ZM169.118 86.6212V88.7347H171.602V89.4013H169.118V92H168.299V85.9546H172.024V86.6212H169.118Z",fill:"white"}}),e._v(" "),a("g",{attrs:{filter:"url(#filter2_d_72_951)"}},[a("path",{attrs:{d:"M148.98 68.4417C149.078 67.7745 149.265 67.193 149.54 66.6972C149.822 66.2014 150.168 65.7882 150.578 65.4576C150.994 65.1271 151.468 64.8822 152.001 64.7231C152.534 64.5578 153.106 64.4752 153.718 64.4752C154.379 64.4752 154.967 64.5701 155.481 64.7598C155.995 64.9434 156.43 65.1944 156.785 65.5127C157.14 65.831 157.409 66.2014 157.593 66.6237C157.776 67.04 157.868 67.4807 157.868 67.9459C157.868 68.3683 157.825 68.7417 157.74 69.0661C157.654 69.3844 157.525 69.6629 157.354 69.9016C157.189 70.1342 156.981 70.3332 156.73 70.4985C156.485 70.6576 156.203 70.7923 155.885 70.9025C157.366 71.4228 158.107 72.4328 158.107 73.9325C158.107 74.6425 157.978 75.2608 157.721 75.7872C157.464 76.3136 157.118 76.7513 156.684 77.1002C156.255 77.4491 155.756 77.7123 155.187 77.8898C154.618 78.0612 154.024 78.1469 153.406 78.1469C152.769 78.1469 152.203 78.0796 151.707 77.9449C151.211 77.8041 150.771 77.5899 150.385 77.3022C149.999 77.0084 149.66 76.635 149.366 76.182C149.078 75.729 148.827 75.1904 148.613 74.566L149.88 74.0518C150.211 73.9233 150.517 73.8896 150.798 73.9508C151.08 74.012 151.282 74.1528 151.404 74.3732C151.68 74.8812 151.97 75.2516 152.276 75.4842C152.589 75.7107 152.953 75.8239 153.369 75.8239C153.687 75.8239 153.963 75.7719 154.195 75.6678C154.434 75.5576 154.63 75.4199 154.783 75.2546C154.942 75.0832 155.062 74.8904 155.141 74.6762C155.221 74.4619 155.261 74.2446 155.261 74.0243C155.261 73.7366 155.239 73.4795 155.196 73.253C155.16 73.0204 155.049 72.8215 154.866 72.6562C154.682 72.4909 154.404 72.3654 154.03 72.2797C153.663 72.1879 153.149 72.142 152.488 72.142V70.1771C153.045 70.1771 153.495 70.1342 153.837 70.0485C154.18 69.9628 154.443 69.8465 154.627 69.6996C154.817 69.5466 154.942 69.363 155.003 69.1487C155.065 68.9345 155.095 68.6988 155.095 68.4417C155.095 67.9153 154.967 67.5113 154.71 67.2297C154.459 66.942 154.073 66.7982 153.553 66.7982C153.13 66.7982 152.772 66.9114 152.478 67.1379C152.191 67.3583 151.992 67.6337 151.882 67.9643C151.753 68.3009 151.585 68.5244 151.377 68.6345C151.169 68.7447 150.872 68.7692 150.486 68.708L148.98 68.4417ZM169.108 71.3065C169.108 72.4756 168.983 73.4887 168.732 74.3456C168.481 75.2026 168.132 75.9127 167.685 76.4758C167.244 77.039 166.718 77.4583 166.106 77.7337C165.5 78.0092 164.842 78.1469 164.132 78.1469C163.422 78.1469 162.764 78.0092 162.158 77.7337C161.558 77.4583 161.037 77.039 160.597 76.4758C160.156 75.9127 159.81 75.2026 159.559 74.3456C159.314 73.4887 159.192 72.4756 159.192 71.3065C159.192 70.1373 159.314 69.1242 159.559 68.2673C159.81 67.4103 160.156 66.7002 160.597 66.1371C161.037 65.5739 161.558 65.1577 162.158 64.8884C162.764 64.6129 163.422 64.4752 164.132 64.4752C164.842 64.4752 165.5 64.6129 166.106 64.8884C166.718 65.1577 167.244 65.5739 167.685 66.1371C168.132 66.7002 168.481 67.4103 168.732 68.2673C168.983 69.1242 169.108 70.1373 169.108 71.3065ZM166.17 71.3065C166.17 70.3821 166.112 69.6262 165.996 69.0385C165.879 68.4448 165.723 67.9796 165.527 67.6429C165.338 67.3062 165.12 67.0767 164.875 66.9543C164.631 66.8257 164.383 66.7614 164.132 66.7614C163.881 66.7614 163.633 66.8257 163.388 66.9543C163.149 67.0767 162.935 67.3062 162.745 67.6429C162.562 67.9796 162.412 68.4448 162.295 69.0385C162.185 69.6262 162.13 70.3821 162.13 71.3065C162.13 72.2369 162.185 72.9959 162.295 73.5835C162.412 74.1712 162.562 74.6364 162.745 74.9792C162.935 75.3158 163.149 75.5485 163.388 75.677C163.633 75.7994 163.881 75.8606 164.132 75.8606C164.383 75.8606 164.631 75.7994 164.875 75.677C165.12 75.5485 165.338 75.3158 165.527 74.9792C165.723 74.6364 165.879 74.1712 165.996 73.5835C166.112 72.9959 166.17 72.2369 166.17 71.3065ZM176.51 67.8633C176.51 68.353 176.421 68.7998 176.244 69.2038C176.066 69.6078 175.831 69.9567 175.537 70.2505C175.243 70.5382 174.9 70.7617 174.509 70.9208C174.123 71.08 173.719 71.1595 173.297 71.1595C172.831 71.1595 172.403 71.08 172.011 70.9208C171.625 70.7617 171.289 70.5382 171.001 70.2505C170.72 69.9567 170.499 69.6078 170.34 69.2038C170.181 68.7998 170.101 68.353 170.101 67.8633C170.101 67.3552 170.181 66.8961 170.34 66.486C170.499 66.0698 170.72 65.7147 171.001 65.4209C171.289 65.1271 171.625 64.9006 172.011 64.7414C172.403 64.5762 172.831 64.4935 173.297 64.4935C173.762 64.4935 174.19 64.5762 174.582 64.7414C174.98 64.9006 175.32 65.1271 175.601 65.4209C175.889 65.7147 176.112 66.0698 176.271 66.486C176.431 66.8961 176.51 67.3552 176.51 67.8633ZM174.325 67.8633C174.325 67.5511 174.297 67.294 174.242 67.092C174.193 66.8839 174.123 66.7186 174.031 66.5962C173.939 66.4738 173.829 66.3881 173.701 66.3391C173.578 66.2901 173.443 66.2656 173.297 66.2656C173.15 66.2656 173.015 66.2901 172.893 66.3391C172.77 66.3881 172.666 66.4738 172.58 66.5962C172.495 66.7186 172.427 66.8839 172.378 67.092C172.329 67.294 172.305 67.5511 172.305 67.8633C172.305 68.1571 172.329 68.4019 172.378 68.5978C172.427 68.7937 172.495 68.9498 172.58 69.0661C172.666 69.1824 172.77 69.265 172.893 69.314C173.015 69.363 173.15 69.3875 173.297 69.3875C173.443 69.3875 173.578 69.363 173.701 69.314C173.829 69.265 173.939 69.1824 174.031 69.0661C174.123 68.9498 174.193 68.7937 174.242 68.5978C174.297 68.4019 174.325 68.1571 174.325 67.8633ZM180.715 65.0444C180.807 64.9404 180.921 64.8455 181.055 64.7598C181.19 64.668 181.377 64.6221 181.615 64.6221H183.69L173.609 77.596C173.517 77.7123 173.401 77.8102 173.26 77.8898C173.125 77.9633 172.96 78 172.764 78H170.634L180.715 65.0444ZM184.205 74.8598C184.205 75.3495 184.116 75.7994 183.938 76.2095C183.761 76.6135 183.525 76.9625 183.231 77.2563C182.937 77.544 182.595 77.7674 182.203 77.9265C181.817 78.0857 181.413 78.1653 180.991 78.1653C180.526 78.1653 180.097 78.0857 179.705 77.9265C179.32 77.7674 178.983 77.544 178.695 77.2563C178.414 76.9625 178.194 76.6135 178.034 76.2095C177.875 75.7994 177.796 75.3495 177.796 74.8598C177.796 74.3518 177.875 73.8927 178.034 73.4825C178.194 73.0663 178.414 72.7113 178.695 72.4175C178.983 72.1236 179.32 71.8971 179.705 71.738C180.097 71.5727 180.526 71.4901 180.991 71.4901C181.456 71.4901 181.885 71.5727 182.276 71.738C182.674 71.8971 183.014 72.1236 183.296 72.4175C183.583 72.7113 183.807 73.0663 183.966 73.4825C184.125 73.8927 184.205 74.3518 184.205 74.8598ZM182.019 74.8598C182.019 74.5538 181.992 74.2997 181.937 74.0977C181.888 73.8896 181.817 73.7243 181.725 73.6019C181.634 73.4795 181.523 73.3938 181.395 73.3448C181.272 73.2958 181.138 73.2714 180.991 73.2714C180.844 73.2714 180.709 73.2958 180.587 73.3448C180.464 73.3938 180.36 73.4795 180.275 73.6019C180.189 73.7243 180.122 73.8896 180.073 74.0977C180.024 74.2997 179.999 74.5538 179.999 74.8598C179.999 75.1536 180.024 75.3985 180.073 75.5944C180.122 75.7902 180.189 75.9463 180.275 76.0626C180.36 76.1789 180.464 76.2616 180.587 76.3105C180.709 76.3595 180.844 76.384 180.991 76.384C181.138 76.384 181.272 76.3595 181.395 76.3105C181.523 76.2616 181.634 76.1789 181.725 76.0626C181.817 75.9463 181.888 75.7902 181.937 75.5944C181.992 75.3985 182.019 75.1536 182.019 74.8598Z",fill:"white"}})]),e._v(" "),a("g",{attrs:{filter:"url(#filter3_d_72_951)"}},[a("rect",{attrs:{x:"19",y:"38.3818",width:"50.2355",height:"17.2853",rx:"8.64266",fill:"white"}})]),e._v(" "),a("path",{attrs:{d:"M42.394 48.9926C42.394 50.0814 41.6317 50.7359 40.0117 50.7359C38.3917 50.7359 37.6294 50.0814 37.6294 48.9926V47.1386C37.6294 46.0497 38.3931 45.3953 40.0117 45.3953C41.6303 45.3953 42.394 46.0497 42.394 47.1386V48.9926ZM41.1062 47.2885C41.1062 46.6831 40.9184 46.337 40.0061 46.337C39.0938 46.337 38.9074 46.6831 38.9074 47.2885V48.844C38.9074 49.448 39.0952 49.7941 40.0061 49.7941C40.917 49.7941 41.1062 49.448 41.1062 48.844V47.2885Z",fill:"#4D4D4F"}}),e._v(" "),a("path",{attrs:{d:"M46.011 47.7439C47.488 48.2694 47.5371 49.4676 48.1425 50.5578C47.9011 50.6184 47.6557 50.6614 47.4081 50.6867C46.0418 50.6867 46.814 48.6253 44.7736 48.289V50.6867C44.7736 50.6867 43.4843 50.6867 43.4843 50.0421V43.0465C43.4843 43.0465 44.7736 43.0465 44.7736 43.6911V47.2982C45.3579 47.2086 45.6845 46.7727 46.1301 45.9305C46.3193 45.5732 46.6906 45.4442 47.0816 45.4442C47.3198 45.4489 47.556 45.489 47.7823 45.5634C47.24 46.3061 46.9036 47.3865 46.011 47.7439Z",fill:"#4D4D4F"}}),e._v(" "),a("path",{attrs:{d:"M51.6206 47.0307C51.6206 46.6733 51.4216 46.3566 50.6593 46.3566C49.8269 46.3566 49.0743 46.6369 49.0743 47.4777C48.7856 47.0909 48.6974 46.784 48.6974 46.5164C48.6974 45.6545 49.8563 45.3953 50.6691 45.3953C52.1251 45.3953 52.8987 46.0091 52.8987 47.0895V50.712C52.6603 50.5991 52.3985 50.5448 52.1349 50.5537C51.6402 50.5537 51.1441 50.7317 50.5794 50.7317C49.5592 50.7317 48.5586 50.3547 48.5586 49.1761C48.5586 47.3277 51.2142 47.8126 51.6206 47.0307ZM51.65 48.041C51.4216 48.5666 49.8367 48.2793 49.8367 49.1621C49.8367 49.6078 50.1632 49.8362 50.7279 49.8362C51.044 49.8362 51.357 49.7753 51.65 49.6568V48.041Z",fill:"#4D4D4F"}}),e._v(" "),a("path",{attrs:{d:"M57.2092 47.1792C57.2092 46.6537 56.9612 46.3566 56.2577 46.3566C55.9389 46.3599 55.622 46.4071 55.316 46.4967V50.6868C55.316 50.6868 54.0281 50.6868 54.0281 50.0422V45.3953C54.3061 45.5298 54.6106 45.6007 54.9194 45.6027C55.4057 45.6027 55.8611 45.3953 56.3964 45.3953C57.4166 45.3953 58.4985 45.7414 58.4985 47.0307V50.6868C58.4985 50.6868 57.2106 50.6672 57.2106 50.0422L57.2092 47.1792Z",fill:"#4D4D4F"}}),e._v(" "),a("path",{attrs:{d:"M29.8406 42.6191C29.8406 42.6191 34.4371 42.2814 34.4371 46.2486C34.4371 50.2159 33.2221 51.0133 32.1571 51.2641C32.1571 51.2641 36.5882 52.332 36.5882 46.7503C36.5882 41.1687 30.9365 41.9745 29.8406 42.6191Z",fill:"#F2634D"}}),e._v(" "),a("path",{attrs:{d:"M33.578 49.3681C33.578 49.3681 33.1352 50.9082 31.7899 51.103C30.4446 51.2978 30.2021 50.5719 29.2674 50.6209C29.2568 50.522 29.266 50.422 29.2945 50.3267C29.323 50.2314 29.3702 50.1427 29.4333 50.0658C29.4965 49.989 29.5743 49.9255 29.6623 49.8791C29.7503 49.8327 29.8466 49.8042 29.9457 49.7955C30.701 49.6932 32.115 49.8922 33.0553 49.298C33.0553 49.298 33.6159 49.0065 33.721 48.865L33.578 49.3681Z",fill:"#F2634D"}}),e._v(" "),a("path",{attrs:{d:"M29.7705 42.8966V44.8066V49.5615C29.8166 49.549 29.8634 49.5397 29.9107 49.5334C30.1755 49.505 30.4417 49.491 30.7081 49.4914C30.9883 49.4914 31.2868 49.4802 31.5895 49.4536V47.2086C31.5895 46.4644 31.5433 45.7021 31.5895 44.9664C31.6149 44.7457 31.7 44.5361 31.8355 44.36C31.9711 44.184 32.152 44.0482 32.3589 43.9672C32.5253 43.9058 32.7028 43.8801 32.8798 43.892C33.0568 43.9038 33.2293 43.9528 33.3861 44.0359C32.3334 43.2799 31.0664 42.8807 29.7705 42.8966Z",fill:"#F2634D"}}),e._v(" "),a("defs",[a("filter",{attrs:{id:"filter0_d_72_951",x:"1.43337",y:"0.796776",width:"197.373",height:"167.079",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB"}},[a("feFlood",{attrs:{"flood-opacity":"0",result:"BackgroundImageFix"}}),e._v(" "),a("feColorMatrix",{attrs:{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}}),e._v(" "),a("feOffset",{attrs:{dy:"13.5042"}}),e._v(" "),a("feGaussianBlur",{attrs:{stdDeviation:"18.6357"}}),e._v(" "),a("feComposite",{attrs:{in2:"hardAlpha",operator:"out"}}),e._v(" "),a("feColorMatrix",{attrs:{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.11 0"}}),e._v(" "),a("feBlend",{attrs:{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_72_951"}}),e._v(" "),a("feBlend",{attrs:{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_72_951",result:"shape"}})],1),e._v(" "),a("filter",{attrs:{id:"filter1_d_72_951",x:"113.302",y:"28.4061",width:"105.219",height:"105.219",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB"}},[a("feFlood",{attrs:{"flood-opacity":"0",result:"BackgroundImageFix"}}),e._v(" "),a("feColorMatrix",{attrs:{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}}),e._v(" "),a("feOffset",{attrs:{dy:"9.92629"}}),e._v(" "),a("feGaussianBlur",{attrs:{stdDeviation:"9.67814"}}),e._v(" "),a("feComposite",{attrs:{in2:"hardAlpha",operator:"out"}}),e._v(" "),a("feColorMatrix",{attrs:{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.11 0"}}),e._v(" "),a("feBlend",{attrs:{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_72_951"}}),e._v(" "),a("feBlend",{attrs:{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_72_951",result:"shape"}})],1),e._v(" "),a("filter",{attrs:{id:"filter2_d_72_951",x:"134.629",y:"64.1312",width:"63.5586",height:"41.6571",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB"}},[a("feFlood",{attrs:{"flood-opacity":"0",result:"BackgroundImageFix"}}),e._v(" "),a("feColorMatrix",{attrs:{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}}),e._v(" "),a("feOffset",{attrs:{dy:"13.6395"}}),e._v(" "),a("feGaussianBlur",{attrs:{stdDeviation:"6.99175"}}),e._v(" "),a("feComposite",{attrs:{in2:"hardAlpha",operator:"out"}}),e._v(" "),a("feColorMatrix",{attrs:{type:"matrix",values:"0 0 0 0 0.633333 0 0 0 0 0.0860081 0 0 0 0 0 0 0 0 0.38 0"}}),e._v(" "),a("feBlend",{attrs:{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_72_951"}}),e._v(" "),a("feBlend",{attrs:{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_72_951",result:"shape"}})],1),e._v(" "),a("filter",{attrs:{id:"filter3_d_72_951",x:"0.094183",y:"29.7392",width:"88.0471",height:"55.0969",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB"}},[a("feFlood",{attrs:{"flood-opacity":"0",result:"BackgroundImageFix"}}),e._v(" "),a("feColorMatrix",{attrs:{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}}),e._v(" "),a("feOffset",{attrs:{dy:"10.2632"}}),e._v(" "),a("feGaussianBlur",{attrs:{stdDeviation:"9.45291"}}),e._v(" "),a("feComposite",{attrs:{in2:"hardAlpha",operator:"out"}}),e._v(" "),a("feColorMatrix",{attrs:{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0.095 0 0 0 0 0.2375 0 0 0 0.25 0"}}),e._v(" "),a("feBlend",{attrs:{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_72_951"}}),e._v(" "),a("feBlend",{attrs:{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_72_951",result:"shape"}})],1),e._v(" "),a("linearGradient",{attrs:{id:"paint0_linear_72_951",x1:"216.161",y1:"71.332",x2:"122.442",y2:"71.332",gradientUnits:"userSpaceOnUse"}},[a("stop",{attrs:{"stop-color":"#FFA5A5"}}),e._v(" "),a("stop",{attrs:{offset:"1","stop-color":"#FFA5A5","stop-opacity":"0"}})],1),e._v(" "),a("linearGradient",{attrs:{id:"paint1_linear_72_951",x1:"218.051",y1:"74.8431",x2:"133.515",y2:"74.3029",gradientUnits:"userSpaceOnUse"}},[a("stop",{attrs:{"stop-color":"#FF6262"}}),e._v(" "),a("stop",{attrs:{offset:"1","stop-color":"#FF6262","stop-opacity":"0"}})],1),e._v(" "),a("linearGradient",{attrs:{id:"paint2_linear_72_951",x1:"212.38",y1:"71.3321",x2:"133.245",y2:"71.3321",gradientUnits:"userSpaceOnUse"}},[a("stop",{attrs:{"stop-color":"#FE6868"}}),e._v(" "),a("stop",{attrs:{offset:"1","stop-color":"#FE6868","stop-opacity":"0"}})],1),e._v(" "),a("linearGradient",{attrs:{id:"paint3_linear_72_951",x1:"165.911",y1:"28.3761",x2:"165.911",y2:"104.342",gradientUnits:"userSpaceOnUse"}},[a("stop",{attrs:{"stop-color":"#FF9F8F"}}),e._v(" "),a("stop",{attrs:{offset:"1","stop-color":"#F95F47"}})],1)],1)])]),e._v(" "),a("div",{staticClass:"content"},[a("div",{staticClass:"details"},[a("h3",[e._v(e._s(e.__("Dokan Premium","dokan-lite")))]),e._v(" "),a("p",[e._v(e._s(e.__("Unleash the full potential of your marketplace with more premium features.","dokan-lite")))])]),e._v(" "),a("div",{staticClass:"features"},[e._l(e.features,function(t){return a("label",{key:t},[e._v("\n "+e._s(t)+"\n "),a("span")])}),e._v(" "),a("a",{attrs:{target:"_blank",href:"https://wedevs.com/dokan/modules"}},[e._v(e._s(e.__("See All Premium Modules","dokan-lite")))])],2)]),e._v(" "),a("div",{staticClass:"btn-upgrade"},[a("a",{attrs:{target:"_blank",href:"https://wedevs.com/dokan-lite-upgrade-to-pro/?utm_source=dokan-plugin-dashboard&utm_medium=wp-admin-promotion&utm_campaign=dokan-lite"}},[e._v(e._s(e.__("Upgrade to Premium","dokan-lite")))])]),e._v(" "),a("button",{staticClass:"close-banner",on:{click:function(t){return e.dismiss()}}},[a("span",{staticClass:"dashicons dashicons-no-alt"})])]):e._e()};s._withStripped=!0;var n={render:s,staticRenderFns:[]};t.a=n},function(e,t,a){"use strict";var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"dokan-dashboard"},[a("h1",[e._v(e._s(e.__("Dashboard","dokan-lite")))]),e._v(" "),a("AdminNotice"),e._v(" "),e.hasPro?e._e():a("UpgradeBanner"),e._v(" "),a("div",{staticClass:"widgets-wrapper"},[a("div",{staticClass:"left-side"},[a("postbox",{attrs:{title:e.__("At a Glance","dokan-lite"),extraClass:"dokan-status"}},[null!==e.overview?a("div",{staticClass:"dokan-status"},[a("ul",[a("li",{staticClass:"sale"},[a("div",{staticClass:"dashicons dashicons-chart-bar"}),e._v(" "),a("router-link",{attrs:{to:e.hasPro?{name:"Reports"}:""}},[a("strong",[a("currency",{attrs:{amount:e.overview.sales.this_month}})],1),e._v(" "),a("div",{staticClass:"details"},[e._v("\n "+e._s(e.__("net sales this month","dokan-lite"))+" "),a("span",{class:e.overview.sales.class},[e._v(e._s(e.overview.sales.parcent))])])])],1),e._v(" "),a("li",{staticClass:"commission"},[a("div",{staticClass:"dashicons dashicons-chart-pie"}),e._v(" "),a("router-link",{attrs:{to:e.hasPro?{name:"Reports"}:""}},[a("strong",[a("currency",{attrs:{amount:e.overview.earning.this_month}})],1),e._v(" "),a("div",{staticClass:"details"},[e._v("\n "+e._s(e.__("commission earned","dokan-lite"))+" "),a("span",{class:e.overview.earning.class},[e._v(e._s(e.overview.earning.parcent))])])])],1),e._v(" "),a("li",{staticClass:"vendor"},[a("div",{staticClass:"dashicons dashicons-id"}),e._v(" "),a("router-link",{attrs:{to:e.hasPro?{name:"Vendors"}:""}},[a("strong",[e._v(e._s(e.overview.vendors.this_month)+" "+e._s(e.__("Vendor","dokan-lite")))]),e._v(" "),a("div",{staticClass:"details"},[e._v("\n "+e._s(e.__("signup this month","dokan-lite"))+" "),a("span",{class:e.overview.vendors.class},[e._v(e._s(e.overview.vendors.parcent))])])])],1),e._v(" "),a("li",{staticClass:"approval"},[a("div",{staticClass:"dashicons dashicons-businessman"}),e._v(" "),a("router-link",{attrs:{to:e.hasPro?{name:"Vendors",query:{status:"pending"}}:""}},[a("strong",[e._v(e._s(e.overview.vendors.inactive)+" "+e._s(e.__("Vendor","dokan-lite")))]),e._v(" "),a("div",{staticClass:"details"},[e._v(e._s(e.__("awaiting approval","dokan-lite")))])])],1),e._v(" "),a("li",{staticClass:"product"},[a("div",{staticClass:"dashicons dashicons-cart"}),e._v(" "),a("a",{attrs:{href:"#"}},[a("strong",[e._v(e._s(e.overview.products.this_month)+" "+e._s(e.__("Products","dokan-lite")))]),e._v(" "),a("div",{staticClass:"details"},[e._v("\n "+e._s(e.__("created this month","dokan-lite"))+" "),a("span",{class:e.overview.products.class},[e._v(e._s(e.overview.products.parcent))])])])]),e._v(" "),a("li",{staticClass:"withdraw"},[a("div",{staticClass:"dashicons dashicons-money"}),e._v(" "),a("router-link",{attrs:{to:{name:"Withdraw",query:{status:"pending"}}}},[a("strong",[e._v(e._s(e.overview.withdraw.pending)+" "+e._s(e.__("Withdrawals","dokan-lite")))]),e._v(" "),a("div",{staticClass:"details"},[e._v(e._s(e.__("awaiting approval","dokan-lite")))])])],1)])]):a("div",{staticClass:"loading"},[a("loading")],1)]),e._v(" "),a("postbox",{attrs:{title:e.__("Dokan News Updates","dokan-lite")}},[null!==e.feed?a("div",{staticClass:"rss-widget"},[a("ul",e._l(e.feed,function(t){return a("li",[a("a",{attrs:{href:t.link+"?utm_source=wp-admin&utm_campaign=dokan-news",target:"_blank"}},[e._v(e._s(t.title))])])}),0),e._v(" "),a("div",{staticClass:"subscribe-box"},[e.subscribe.success?a("div",{staticClass:"thank-you"},[e._v(e._s(e.__("Thank you for subscribing!","dokan-lite")))]):[e.subscribe.loading?a("div",{staticClass:"loading"},[a("loading")],1):e._e(),e._v(" "),a("h3",[e._v(e._s(e.__("Stay up-to-date","dokan-lite")))]),e._v(" "),a("p",[e._v("\n "+e._s(e.__("We're constantly developing new features, stay up-to-date by subscribing to our newsletter.","dokan-lite"))+"\n ")]),e._v(" "),a("div",{staticClass:"form-wrap"},[a("input",{directives:[{name:"model",rawName:"v-model",value:e.subscribe.email,expression:"subscribe.email"}],attrs:{type:"email",required:"",placeholder:"Your Email Address"},domProps:{value:e.subscribe.email},on:{keyup:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.emailSubscribe()},input:function(t){t.target.composing||e.$set(e.subscribe,"email",t.target.value)}}}),e._v(" "),a("button",{staticClass:"button",on:{click:function(t){return e.emailSubscribe()}}},[e._v(e._s(e.__("Subscribe","dokan-lite")))])])]],2)]):a("div",{staticClass:"loading"},[a("loading")],1)])],1),e._v(" "),a("div",{staticClass:"right-side"},[a("postbox",{staticClass:"overview-chart",attrs:{title:e.__("Overview","dokan-lite")}},[null!==e.report?a("div",[a("chart",{attrs:{data:e.report}})],1):a("div",{staticClass:"loading"},[a("loading")],1)])],1)])],1)};s._withStripped=!0;var n={render:s,staticRenderFns:[]};t.a=n},function(e,t,a){"use strict";var s=a(49),n=a(126),i=!1;var o=function(e){i||a(125)},r=a(0)(s.a,n.a,!1,o,null,null);r.options.__file="src/admin/pages/Withdraw.vue",t.a=r.exports},function(e,t){},function(e,t,a){"use strict";var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",[a("div",{staticClass:"withdraw-requests"},[a("h1",[e._v(e._s(e.__("Withdraw Requests","dokan-lite")))]),e._v(" "),a("AdminNotice"),e._v(" "),e.hasPro?e._e():a("UpgradeBanner"),e._v(" "),e.showModal?a("modal",{attrs:{title:e.__("Update Note","dokan-lite")},on:{close:function(t){e.showModal=!1}}},[a("template",{slot:"body"},[a("textarea",{directives:[{name:"model",rawName:"v-model",value:e.editing.note,expression:"editing.note"}],attrs:{rows:"3"},domProps:{value:e.editing.note},on:{input:function(t){t.target.composing||e.$set(e.editing,"note",t.target.value)}}})]),e._v(" "),a("template",{slot:"footer"},[a("button",{staticClass:"button button-primary button-large",on:{click:function(t){return e.updateNote()}}},[e._v(e._s(e.__("Update Note","dokan-lite")))])])],2):e._e(),e._v(" "),a("ul",{staticClass:"subsubsub"},[a("li",[a("router-link",{class:{current:"pending"===e.currentStatus},attrs:{to:{name:"Withdraw",query:{status:"pending"}}}},[e._v(e._s(e.__("Pending","dokan-lite"))+" "),a("span",{staticClass:"count"},[e._v(e._s(e.counts.pending))])]),e._v(" | ")],1),e._v(" "),a("li",[a("router-link",{class:{current:"approved"===e.currentStatus},attrs:{to:{name:"Withdraw",query:{status:"approved"}}}},[e._v(e._s(e.__("Approved","dokan-lite"))+" "),a("span",{staticClass:"count"},[e._v(e._s(e.counts.approved))])]),e._v(" | ")],1),e._v(" "),a("li",[a("router-link",{class:{current:"cancelled"===e.currentStatus},attrs:{to:{name:"Withdraw",query:{status:"cancelled"}}}},[e._v(e._s(e.__("Cancelled","dokan-lite"))+" "),a("span",{staticClass:"count"},[e._v(e._s(e.counts.cancelled))])]),e._v(" | ")],1)]),e._v(" "),a("list-table",{attrs:{columns:e.columns,rows:e.requests,loading:e.loading,"action-column":e.actionColumn,actions:e.actions,"show-cb":e.showCb,"bulk-actions":e.bulkActions,"not-found":e.notFound,"total-pages":e.totalPages,"total-items":e.totalItems,"per-page":e.perPage,"current-page":e.currentPage,text:e.$root.listTableTexts()},on:{pagination:e.goToPage,"action:click":e.onActionClick,"bulk:click":e.onBulkAction},scopedSlots:e._u([{key:"seller",fn:function(t){return[a("img",{attrs:{src:t.row.user.gravatar,alt:t.row.user.store_name,width:"50"}}),e._v(" "),a("strong",[a("a",{attrs:{href:e.vendorUrl(t.row.user.id)}},[e._v(e._s(t.row.user.store_name?t.row.user.store_name:e.__("(no name)","dokan-lite")))])])]}},{key:"vendor",fn:function(t){var s=t.row;return[a("router-link",{attrs:{to:"/vendors/"+s.vendor.id}},[e._v("\n "+e._s(s.vendor.name?s.vendor.name:e.__("(no name)","dokan-lite"))+"\n ")])]}},{key:"amount",fn:function(e){return[a("currency",{attrs:{amount:e.row.amount}})]}},{key:"status",fn:function(t){return[a("span",{class:t.row.status},[e._v(e._s(e._f("capitalize")(t.row.status)))])]}},{key:"created",fn:function(t){return[e._v("\n "+e._s(e.moment(t.row.created).format("MMM D, YYYY"))+"\n ")]}},{key:"method_details",fn:function(t){return[a("div",{staticClass:"method_details_inner",domProps:{innerHTML:e._s(e.getPaymentDetails(t.row.method,t.row.details))}})]}},{key:"actions",fn:function(t){return["pending"===t.row.status?[a("div",{staticClass:"button-group"},[a("button",{staticClass:"button button-small",attrs:{title:e.__("Approve Request","dokan-lite")},on:{click:function(a){return a.preventDefault(),e.changeStatus("approved",t.row.id)}}},[a("span",{staticClass:"dashicons dashicons-yes"})]),e._v(" "),a("button",{staticClass:"button button-small",attrs:{title:e.__("Add Note","dokan-lite")},on:{click:function(a){return a.preventDefault(),e.openNoteModal(t.row.note,t.row.id)}}},[a("span",{staticClass:"dashicons dashicons-testimonial"})])])]:"approved"===t.row.status?[a("div",{staticClass:"button-group"},[a("button",{staticClass:"button button-small",attrs:{title:e.__("Add Note","dokan-lite")},on:{click:function(a){return a.preventDefault(),e.openNoteModal(t.row.note,t.row.id)}}},[a("span",{staticClass:"dashicons dashicons-testimonial"})])])]:[a("div",{staticClass:"button-group"},[a("button",{staticClass:"button button-small",attrs:{title:e.__("Mark as Pending","dokan-lite")},on:{click:function(a){return a.preventDefault(),e.changeStatus("pending",t.row.id)}}},[a("span",{staticClass:"dashicons dashicons-backup"})]),e._v(" "),a("button",{staticClass:"button button-small",attrs:{title:e.__("Add Note","dokan-lite")},on:{click:function(a){return a.preventDefault(),e.openNoteModal(t.row.note,t.row.id)}}},[a("span",{staticClass:"dashicons dashicons-testimonial"})])])]]}}])},[e._v(" "),e._v(" "),e._v(" "),e._v(" "),e._v(" "),e._v(" "),a("template",{slot:"filters"},[a("select",{staticStyle:{width:"190px"},attrs:{id:"filter-vendors","data-placeholder":e.__("Filter by vendor","dokan-lite")}}),e._v(" "),e.filter.user_id?a("button",{staticClass:"button",attrs:{type:"button"},on:{click:function(t){e.filter.user_id=0}}},[e._v("×")]):e._e()])],2)],1)])};s._withStripped=!0;var n={render:s,staticRenderFns:[]};t.a=n},function(e,t,a){"use strict";var s=a(50),n=a(135),i=!1;var o=function(e){i||a(128)},r=a(0)(s.a,n.a,!1,o,null,null);r.options.__file="src/admin/pages/Premium.vue",t.a=r.exports},function(e,t){},function(e,t){},function(e,t,a){"use strict";var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"cta-section",style:{"background-image":"url("+e.styles.bgPattern+"), linear-gradient( 45deg, rgb(255,125,144) 33%, rgb(255,173,111) 100%)"}},[a("div",{staticClass:"feature-thumb"},[a("img",{attrs:{src:e.thumbnail,alt:"Dokan Lite"}})]),e._v(" "),a("div",{staticClass:"content-area"},[a("h2",[e._v(e._s(e.__("Convinced?","dokan-lite")))]),e._v(" "),a("p",[e._v(e._s(e.__("With all the advance features you get it’s hard to resist buying Dokan Pro.","dokan-lite")))]),e._v(" "),a("a",{staticClass:"btn",attrs:{href:e.url,target:"_blank"}},[e._v("\n "+e._s(e.__("Upgrade to Pro","dokan-lite"))+"\n "),a("svg",{staticStyle:{"enable-background":"new 0 0 17.5 12.5"},attrs:{version:"1.1",id:"Layer_1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink",x:"0px",y:"0px",viewBox:"0 0 17.5 12.5","xml:space":"preserve"}},[a("path",{staticClass:"st0",attrs:{d:"M10.6,1.5c-0.4-0.4-0.4-0.9,0-1.3c0.4-0.3,0.9-0.3,1.3,0l5.3,5.3c0.2,0.2,0.3,0.4,0.3,0.7s-0.1,0.5-0.3,0.7\n l-5.3,5.3c-0.4,0.4-0.9,0.4-1.3,0c-0.4-0.4-0.4-0.9,0-1.3l3.8-3.8H0.9C0.4,7.1,0,6.7,0,6.2s0.4-0.9,0.9-0.9h13.5L10.6,1.5z\n M10.6,1.5"}})])])])])};s._withStripped=!0;var n={render:s,staticRenderFns:[]};t.a=n},,,,,function(e,t,a){"use strict";var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"dokan-pro-features"},[a("div",{staticClass:"header-section"},[a("div",{staticClass:"feature-thumb"},[a("img",{attrs:{src:e.asstesUrl+"/images/premium/header-feature-thumb@2x.png",alt:e.__("Upgrade to Dokan Pro!","dokan-lite"),title:e.__("Upgrade to Dokan Pro!","dokan-lite")}})]),e._v(" "),a("div",{staticClass:"content-area"},[a("h1",[e._v(e._s(e.__("Upgrade to Dokan Pro!","dokan-lite")))]),e._v(" "),a("p",[e._v(e._s(e.__("Seems To Be Convinced, You Need More Out Of Your Marketplace","dokan-lite")))])])]),e._v(" "),a("div",{staticClass:"vendor-capabilities-banner",style:e.bannerBg},[a("img",{attrs:{src:e.bannerImage,alt:e.__("Dokan Vendor Capabilities Banner","dokan-lite")}}),e._v(" "),a("div",{staticClass:"content"},[a("p",{staticClass:"title"},[e._v(e._s(e.__("Vendor Capabilities","dokan-lite")))]),e._v(" "),a("p",[e._v("\n "+e._s(e.__("One of the finest attractions of Dokan PRO is the vast array of powerful vendor controls & functions it provides so sellers can enjoy ownership, automation & freedom to run their stores. To use these awesome vendor features listed below, consider Upgrading to PRO.","dokan-lite"))+"\n ")]),e._v(" "),a("router-link",{staticClass:"button",attrs:{to:{name:"VendorCapabilities"}}},[e._v("\n "+e._s(e.__("Check Out All Vendor Functionalities","dokan-lite"))+"\n ")])],1)]),e._v(" "),a("div",{staticClass:"service-section"},[a("h2",{staticClass:"section-title"},[e._v(e._s(e.__("Why Upgrade","dokan-lite")))]),e._v(" "),a("div",{staticClass:"service-list"},e._l(e.services,function(t){return a("div",{staticClass:"service-box"},[a("div",{staticClass:"service-thumb"},[a("img",{attrs:{src:t.thumbnail,alt:t.title,title:t.title}})]),e._v(" "),a("div",{staticClass:"service-detail"},[a("h3",{staticClass:"title"},[e._v(e._s(t.title))])])])}),0),e._v(" "),a("a",{staticClass:"btn",attrs:{href:"https://wedevs.com/dokan/features/",target:"_blank"}},[e._v("\n "+e._s(e.__("And Many More","dokan-lite"))+"\n "),a("svg",{staticStyle:{"enable-background":"new 0 0 17.5 12.5"},attrs:{version:"1.1",id:"Layer_1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink",x:"0px",y:"0px",viewBox:"0 0 17.5 12.5","xml:space":"preserve"}},[a("path",{staticClass:"st0",attrs:{d:"M10.6,1.5c-0.4-0.4-0.4-0.9,0-1.3c0.4-0.3,0.9-0.3,1.3,0l5.3,5.3c0.2,0.2,0.3,0.4,0.3,0.7s-0.1,0.5-0.3,0.7\n l-5.3,5.3c-0.4,0.4-0.9,0.4-1.3,0c-0.4-0.4-0.4-0.9,0-1.3l3.8-3.8H0.9C0.4,7.1,0,6.7,0,6.2s0.4-0.9,0.9-0.9h13.5L10.6,1.5z\n M10.6,1.5"}})])])]),e._v(" "),a("div",{staticClass:"comparison-section"},[a("h2",{staticClass:"section-title"},[e._v(e._s(e.__("Comparison With Dokan PRO","dokan-lite")))]),e._v(" "),a("div",{staticClass:"comparison-area"},[a("div",{staticClass:"compare-box dokan-lite"},[a("div",{staticClass:"logo-section"},[a("img",{attrs:{src:e.asstesUrl+"/images/premium/dokan-lite-logo@2x.png",alt:"Dokan Lite"}})]),e._v(" "),a("ul",{staticClass:"compare-list"},e._l(e.comparisons,function(t){return a("li",{class:t.compare.lite},["available"===t.compare.lite?a("img",{attrs:{src:e.asstesUrl+"/images/premium/available@2x.png",alt:""}}):a("img",{attrs:{src:e.asstesUrl+"/images/premium/unavailable@2x.png",alt:""}}),e._v(" "),a("span",[e._v(e._s(t.title))])])}),0)]),e._v(" "),a("div",{staticClass:"compare-box dokan-pro"},[a("div",{staticClass:"logo-section"},[a("img",{attrs:{src:e.asstesUrl+"/images/premium/dokan-pro-logo@2x.png",alt:"Dokan Pro"}})]),e._v(" "),a("ul",{staticClass:"compare-list"},e._l(e.comparisons,function(t){return a("li",{class:t.compare.pro},["available"===t.compare.pro?a("img",{attrs:{src:e.asstesUrl+"/images/premium/available@2x.png",alt:""}}):a("img",{attrs:{src:e.asstesUrl+"/images/premium/unavailable@2x.png",alt:""}}),e._v(" "),a("span",[e._v(e._s(t.title))])])}),0)])])]),e._v(" "),a("div",{staticClass:"pricing-section"},[a("h2",{staticClass:"section-title"},[e._v(e._s(e.__("The Packages We Provide","dokan-lite")))]),e._v(" "),a("div",{staticClass:"pricing-wrapper"},[e._m(0),e._v(" "),e._l(e.modules,function(t){return a("div",{staticClass:"table-row"},[a("div",{staticClass:"table-col"},[a("a",{staticClass:"module-name",attrs:{href:t.url,target:"_blank"}},[e._v(e._s(t.title))])]),e._v(" "),a("div",{staticClass:"table-col"},["numeric"===t.starter.type?a("div",{staticClass:"plan-data"},[e._v(e._s(t.starter.value))]):a("div",{staticClass:"plan-data"},[a("img",{attrs:{src:t.starter.value,alt:""}})])]),e._v(" "),a("div",{staticClass:"table-col popular"},["numeric"===t.professional.type?a("div",{staticClass:"plan-data"},[e._v(e._s(t.professional.value))]):a("div",{staticClass:"plan-data"},[a("img",{attrs:{src:t.professional.value,alt:""}})])]),e._v(" "),a("div",{staticClass:"table-col"},["numeric"===t.business.type?a("div",{staticClass:"plan-data"},[e._v(e._s(t.business.value))]):a("div",{staticClass:"plan-data"},[a("img",{attrs:{src:t.business.value,alt:""}})])]),e._v(" "),a("div",{staticClass:"table-col"},["numeric"===t.enterprise.type?a("div",{staticClass:"plan-data"},[e._v(e._s(t.enterprise.value))]):a("div",{staticClass:"plan-data"},[a("img",{attrs:{src:t.enterprise.value,alt:""}})])])])}),e._v(" "),a("div",{staticClass:"table-row"},[a("div",{staticClass:"table-col"}),e._v(" "),a("div",{staticClass:"table-col"},[a("a",{staticClass:"buy-btn starter",attrs:{href:e.buyNowProUrl+"?add-to-cart=15310&variation_id=15316&attribute_pa_license=starter",target:"_blank"}},[e._v(e._s(e.__("Buy Now","dokan-lite")))])]),e._v(" "),a("div",{staticClass:"table-col popular"},[a("a",{staticClass:"buy-btn professional",attrs:{href:e.buyNowProUrl+"?add-to-cart=15310&variation_id=15314&attribute_pa_license=professional",target:"_blank"}},[e._v(e._s(e.__("Buy Now","dokan-lite")))])]),e._v(" "),a("div",{staticClass:"table-col"},[a("a",{staticClass:"buy-btn business",attrs:{href:e.buyNowProUrl+"?add-to-cart=15310&variation_id=15315&attribute_pa_license=business",target:"_blank"}},[e._v(e._s(e.__("Buy Now","dokan-lite")))])]),e._v(" "),a("div",{staticClass:"table-col"},[a("a",{staticClass:"buy-btn enterprise",attrs:{href:e.buyNowProUrl+"?add-to-cart=15310&variation_id=103829&attribute_pa_license=enterprise",target:"_blank"}},[e._v(e._s(e.__("Buy Now","dokan-lite")))])])])],2)]),e._v(" "),a("div",{staticClass:"payment-section"},[a("div",{staticClass:"guarantee-section"},[a("div",{staticClass:"feature-thumb"},[a("img",{attrs:{src:e.payment.guaranteeThumbnail,alt:"Dokan"}})]),e._v(" "),a("div",{staticClass:"guarantee-detail"},[a("h2",[e._v(e._s(e.__("14 Days Money Back Guarantee","dokan-lite")))]),e._v(" "),a("p",[e._v(e._s(e.__("After successful purchase, you will be eligible for conditional refund","dokan-lite")))]),e._v(" "),a("a",{attrs:{href:e.payment.termsPolicyUrl,target:"_blank"}},[a("img",{attrs:{src:e.payment.viewIcon,alt:"Dokan"}}),e._v(" "+e._s(e.__("Terms & Condition Applied","dokan-lite")))])])]),e._v(" "),a("div",{staticClass:"payment-area"},[a("h3",[e._v(e._s(e.__("Payment Options:","dokan-lite")))]),e._v(" "),a("div",{staticClass:"option"},[a("img",{attrs:{src:e.payment.thumbnail,alt:"Credit Card"}})])])]),e._v(" "),a("div",{staticClass:"testimonial-section"},[a("h2",{staticClass:"section-title"},[e._v(e._s(e.__("People We Have Helped","dokan-lite")))]),e._v(" "),a("div",{staticClass:"testimonial-wrapper"},[a("slick",{ref:"slick",attrs:{options:e.slickOptions}},e._l(e.testimonials,function(t){return a("div",{staticClass:"testimonial-box"},[a("div",{staticClass:"profile-pic"},[a("img",{attrs:{src:t.pic,alt:""}})]),e._v(" "),a("div",{staticClass:"content-detail",style:{"background-image":"url("+e.asstesUrl+"/images/premium/quote-icon.png)"}},[a("h4",[e._v(e._s(t.name))]),e._v(" "),a("span",[e._v(e._s(t.designation))]),e._v(" "),a("p",[e._v(e._s(t.content))])])])}),0)],1),e._v(" "),a("p",{domProps:{innerHTML:e._s(e.sprintf("%s <a href='%s' target='_blank'>%s</a> %s",e.__("We are proud to say the official","dokan-lite"),"https://themes.getbootstrap.com/","Bootstrap theme marketplace",e.__("is built using Dokan","dokan-lite")))}})]),e._v(" "),a("ProCta")],1)};s._withStripped=!0;var n={render:s,staticRenderFns:[function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"table-row"},[a("div",{staticClass:"table-col"}),e._v(" "),a("div",{staticClass:"table-col"},[a("div",{staticClass:"plan-name starter"},[e._v("Starter")]),e._v(" "),a("div",{staticClass:"price"},[a("span",[a("sup",[e._v("$")]),e._v("149")]),e._v(" "),a("span",[e._v("/year")])])]),e._v(" "),a("div",{staticClass:"table-col popular"},[a("div",{staticClass:"plan-name professional"},[e._v("Professional")]),e._v(" "),a("div",{staticClass:"price"},[a("span",[a("sup",[e._v("$")]),e._v("249")]),e._v(" "),a("span",[e._v("/year")])])]),e._v(" "),a("div",{staticClass:"table-col"},[a("div",{staticClass:"plan-name business"},[e._v("Business")]),e._v(" "),a("div",{staticClass:"price"},[a("span",[a("sup",[e._v("$")]),e._v("499")]),e._v(" "),a("span",[e._v("/year")])])]),e._v(" "),a("div",{staticClass:"table-col"},[a("div",{staticClass:"plan-name enterprise"},[e._v("Enterprise")]),e._v(" "),a("div",{staticClass:"price"},[a("span",[a("sup",[e._v("$")]),e._v("999")]),e._v(" "),a("span",[e._v("/year")])])])])}]};t.a=n},function(e,t,a){"use strict";var s=a(53),n=a(138),i=!1;var o=function(e){i||a(137)},r=a(0)(s.a,n.a,!1,o,null,null);r.options.__file="src/admin/pages/Help.vue",t.a=r.exports},function(e,t){},function(e,t,a){"use strict";var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"dokan-help-page"},[a("h1",[e._v(e._s(e.__("Help","dokan-lite")))]),e._v(" "),a("AdminNotice"),e._v(" "),e.hasPro?e._e():a("UpgradeBanner"),e._v(" "),null!==e.docs?a("div",{staticClass:"section-wrapper"},e._l(e.docs,function(t,s){return a("postbox",{key:s,attrs:{title:t.title}},[a("ul",e._l(t.questions,function(t){return a("li",[a("span",{staticClass:"dashicons dashicons-media-text"}),e._v(" "),a("a",{attrs:{href:t.link+"?utm_source=wp-admin&utm_medium=dokan-help-page",target:"_blank"}},[e._v(e._s(t.title))])])}),0)])}),1):a("div",{staticClass:"loading"},[a("loading")],1)],1)};s._withStripped=!0;var n={render:s,staticRenderFns:[]};t.a=n},function(e,t,a){"use strict";var s=a(54),n=a(141),i=!1;var o=function(e){i||a(140)},r=a(0)(s.a,n.a,!1,o,"data-v-254fdb80",null);r.options.__file="src/admin/pages/ChangeLog.vue",t.a=r.exports},function(e,t){},function(e,t,a){"use strict";var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"dokan-help-page"},[a("div",{staticClass:"section-wrapper"},[a("div",{staticClass:"dokan-notice"},[a("h2"),e._v(" "),a("AdminNotice"),e._v(" "),e.hasPro?e._e():a("UpgradeBanner")],1),e._v(" "),a("div",{staticClass:"change-log",class:e.hasPro?"pro-change-log":"lite-change-log",attrs:{id:"change-log"}},[a("h3",[e._v(e._s(e.__("Dokan Changelog","dokan-lite")))]),e._v(" "),e.hasPro?a("div",{staticClass:"switch-button-wrap"},[a("transition-group",{attrs:{name:"fade"}},[a("span",{key:1,staticClass:"active",style:e.isActivePackage("pro")?"right: 0":"left: 0"}),e._v(" "),a("button",{key:2,staticClass:"switch-button lite",class:{"active-case":e.isActivePackage("lite")},on:{click:function(t){return e.switchPackage("lite")}}},[e._v(e._s(e.__("Lite","dokan-lite")))]),e._v(" "),a("button",{key:3,staticClass:"switch-button pro",class:{"active-case":e.isActivePackage("pro")},on:{click:function(t){return e.switchPackage("pro")}}},[e._v(e._s(e.__("PRO","dokan-lite")))])])],1):e._e(),e._v(" "),e.loading?a("div",{staticClass:"loading"},[a("loading")],1):a("div",{staticClass:"jump-version"},[a("p",[e._v(e._s(e.__("Jump to version","dokan-lite"))+"... "),a("span",{staticClass:"dashicons dashicons-arrow-down-alt2"})]),e._v(" "),a("div",{staticClass:"version-menu"},[a("div",{staticClass:"version-dropdown"},[a("ul",{directives:[{name:"show",rawName:"v-show",value:e.isActivePackage("lite"),expression:"isActivePackage( 'lite' )"}]},e._l(e.lite_versions,function(t,s){return a("li",{class:{current:e.isCurrentVersion("lite-"+s)},on:{click:function(t){return e.jumpVersion("lite-"+s)}}},[e._v("\n "+e._s(t.version)+"\n "),0===s?a("span",[e._v("("+e._s(e.__("Latest","dokan-lite"))+")")]):e._e(),e._v(" "),e.isCurrentVersion("lite-"+s)&&0!==s?a("span",[e._v("("+e._s(e.__("Current","dokan-lite"))+")")]):e._e()])}),0),e._v(" "),a("ul",{directives:[{name:"show",rawName:"v-show",value:e.isActivePackage("pro"),expression:"isActivePackage( 'pro' )"}]},e._l(e.pro_versions,function(t,s){return a("li",{class:{current:e.isCurrentVersion("pro-"+s)},on:{click:function(t){return e.jumpVersion("pro-"+s)}}},[e._v("\n "+e._s(t.version)+"\n "),0===s?a("span",[e._v("("+e._s(e.__("Latest","dokan-lite"))+")")]):e._e(),e._v(" "),e.isCurrentVersion("pro-"+s)&&0!==s?a("span",[e._v("("+e._s(e.__("Current","dokan-lite"))+")")]):e._e()])}),0)])])])]),e._v(" "),a("div",{staticClass:"version-list"},[e._l(e.lite_versions,function(t,s){return a("div",{directives:[{name:"show",rawName:"v-show",value:e.isActivePackage("lite"),expression:"isActivePackage( 'lite' )"}],staticClass:"version",class:0===s?"latest-version":"old-version",attrs:{id:"lite-"+s}},[a("div",{staticClass:"version-number"},[a("h4",[e._v(e._s(t.version))]),e._v(" "),a("p",[e._v(e._s(e.formatReleaseDate(t.released))+" "),0===s?a("label",[e._v(e._s(e.__("Latest","dokan-lite")))]):e._e()])]),e._v(" "),a("div",{staticClass:"card-version",style:e.isCurrentVersion("lite-"+s)?e.activeVersionBorder:""},[a("transition-group",{attrs:{name:"slide",tag:"div"}},e._l(t.changes,function(t,n,i){return 0===s||i<1||e.isOpenVersion("lite-"+s)?a("div",{key:"index-"+i,staticClass:"feature-list"},[a("span",{staticClass:"feature-badge",class:e.badgeClass(n)},[e._v(e._s(n))]),e._v(" "),e._l(t,function(t,n){return 0===s||n<2||e.isOpenVersion("lite-"+s)?a("div",{staticClass:"feature"},[a("h5",[e._v(e._s(t.title))]),e._v(" "),a("div",{domProps:{innerHTML:e._s(t.description)}})]):e._e()})],2):e._e()}),0),e._v(" "),0!==s&&Object.keys(t.changes).length>1?a("div",{staticClass:"continue-reading"},[a("a",{attrs:{href:"#"},on:{click:function(t){return t.preventDefault(),e.toggleReading("lite-"+s)}}},[e._v(e._s(e.isOpenVersion("lite-"+s)?e.__("View Less...","dokan-lite"):e.__("Continue reading...","dokan-lite")))])]):e._e()],1)])}),e._v(" "),e._l(e.pro_versions,function(t,s){return a("div",{directives:[{name:"show",rawName:"v-show",value:e.isActivePackage("pro"),expression:"isActivePackage( 'pro' )"}],staticClass:"version",class:0===s?"latest-version":"old-version",attrs:{id:"pro-"+s}},[a("div",{staticClass:"version-number"},[a("h4",[e._v(e._s(t.version))]),e._v(" "),a("p",[e._v(e._s(e.formatReleaseDate(t.released))+" "),0===s?a("label",[e._v(e._s(e.__("Latest","dokan-lite")))]):e._e()])]),e._v(" "),a("div",{staticClass:"card-version",style:e.isCurrentVersion("pro-"+s)?e.activeVersionBorder:""},[a("transition-group",{attrs:{name:"slide",tag:"div"}},e._l(t.changes,function(t,n,i){return 0===s||i<1||e.isOpenVersion("pro-"+s)?a("div",{key:"index-"+i,staticClass:"feature-list"},[a("span",{staticClass:"feature-badge",class:e.badgeClass(n)},[e._v(e._s(n))]),e._v(" "),e._l(t,function(t,n){return 0===s||n<2||e.isOpenVersion("pro-"+s)?a("div",{staticClass:"feature"},[a("h5",[e._v(e._s(t.title))]),e._v(" "),a("div",{domProps:{innerHTML:e._s(t.description)}})]):e._e()})],2):e._e()}),0),e._v(" "),0!==s&&Object.keys(t.changes).length>1?a("div",{staticClass:"continue-reading"},[a("a",{attrs:{href:"#"},on:{click:function(t){return t.preventDefault(),e.toggleReading("pro-"+s)}}},[e._v(e._s(e.isOpenVersion("pro-"+s)?e.__("View Less...","dokan-lite"):e.__("Continue reading...","dokan-lite")))])]):e._e()],1)])})],2)]),e._v(" "),a("button",{staticClass:"scroll-to-top",style:e.scrollPosition>300?"opacity: 1; visibility: visible":"",on:{click:e.scrollTop}},[a("span",{staticClass:"dashicons dashicons-arrow-up-alt"})])])};s._withStripped=!0;var n={render:s,staticRenderFns:[]};t.a=n},function(e,t,a){"use strict";var s=a(55),n=a(177),i=!1;var o=function(e){i||a(143)},r=a(0)(s.a,n.a,!1,o,null,null);r.options.__file="src/admin/pages/Settings.vue",t.a=r.exports},function(e,t){},function(e,t,a){"use strict";var s=a(56),n=a(173),i=!1;var o=function(e){i||a(145)},r=a(0)(s.a,n.a,!1,o,null,null);r.options.__file="src/admin/components/Fields.vue",t.a=r.exports},function(e,t){},,,,,,,,,,,,,,,,,,,,,,,,,,,,function(e,t,a){"use strict";var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return e.shoudShow?a("tr",{class:[e.id,"dokan-settings-field-type-"+e.fieldData.type]},["sub_section"===e.fieldData.type?[a("th",{staticClass:"dokan-settings-sub-section-title",attrs:{colspan:"2"}},[a("label",[e._v(e._s(e.fieldData.label))])]),e._v(" "),a("td",{staticClass:"tooltips-data"})]:e._e(),e._v(" "),e.containCommonFields(e.fieldData.type)?[a("th",{attrs:{scope:"row"}},[a("label",{attrs:{for:e.sectionId+"["+e.fieldData.name+"]"}},[e._v(e._s(e.fieldData.label))])]),e._v(" "),a("td",{staticClass:"tooltips-data"},[e.fieldData.tooltip?a("span",[a("i",{directives:[{name:"tooltip",rawName:"v-tooltip",value:e.fieldData.tooltip,expression:"fieldData.tooltip"}],staticClass:"dashicons dashicons-editor-help tips",attrs:{title:e.fieldData.tooltip}})]):e._e()]),e._v(" "),a("td",{class:[e.fieldData.content_class?e.fieldData.content_class:""]},["checkbox"===(e.fieldData.type||"text")?a("input",{directives:[{name:"model",rawName:"v-model",value:e.fieldValue[e.fieldData.name],expression:"fieldValue[fieldData.name]"}],staticClass:"regular-text",class:[{"dokan-input-validation-error":e.hasValidationError(e.fieldData.name)},e.fieldData.class],attrs:{id:e.sectionId+"["+e.fieldData.name+"]",name:e.sectionId+"["+e.fieldData.name+"]",type:"checkbox"},domProps:{checked:Array.isArray(e.fieldValue[e.fieldData.name])?e._i(e.fieldValue[e.fieldData.name],null)>-1:e.fieldValue[e.fieldData.name]},on:{change:function(t){var a=e.fieldValue[e.fieldData.name],s=t.target,n=!!s.checked;if(Array.isArray(a)){var i=e._i(a,null);s.checked?i<0&&e.$set(e.fieldValue,e.fieldData.name,a.concat([null])):i>-1&&e.$set(e.fieldValue,e.fieldData.name,a.slice(0,i).concat(a.slice(i+1)))}else e.$set(e.fieldValue,e.fieldData.name,n)}}}):"radio"===(e.fieldData.type||"text")?a("input",{directives:[{name:"model",rawName:"v-model",value:e.fieldValue[e.fieldData.name],expression:"fieldValue[fieldData.name]"}],staticClass:"regular-text",class:[{"dokan-input-validation-error":e.hasValidationError(e.fieldData.name)},e.fieldData.class],attrs:{id:e.sectionId+"["+e.fieldData.name+"]",name:e.sectionId+"["+e.fieldData.name+"]",type:"radio"},domProps:{checked:e._q(e.fieldValue[e.fieldData.name],null)},on:{change:function(t){return e.$set(e.fieldValue,e.fieldData.name,null)}}}):a("input",{directives:[{name:"model",rawName:"v-model",value:e.fieldValue[e.fieldData.name],expression:"fieldValue[fieldData.name]"}],staticClass:"regular-text",class:[{"dokan-input-validation-error":e.hasValidationError(e.fieldData.name)},e.fieldData.class],attrs:{id:e.sectionId+"["+e.fieldData.name+"]",name:e.sectionId+"["+e.fieldData.name+"]",type:e.fieldData.type||"text"},domProps:{value:e.fieldValue[e.fieldData.name]},on:{input:function(t){t.target.composing||e.$set(e.fieldValue,e.fieldData.name,t.target.value)}}}),e._v(" "),e.hasError(e.fieldData.name)?a("p",{staticClass:"dokan-error"},[e._v("\n "+e._s(e.getError(e.fieldData.label))+"\n ")]):e._e(),e._v(" "),e.hasValidationError(e.fieldData.name)?a("p",{staticClass:"dokan-error"},[e._v("\n "+e._s(e.getValidationErrorMessage(e.fieldData.name))+"\n ")]):e._e(),e._v(" "),a("p",{staticClass:"description",domProps:{innerHTML:e._s(e.fieldData.desc)}})])]:e._e(),e._v(" "),"number"===e.fieldData.type?[a("th",{attrs:{scope:"row"}},[a("label",{attrs:{for:e.sectionId+"["+e.fieldData.name+"]"}},[e._v(e._s(e.fieldData.label))])]),e._v(" "),a("td",{staticClass:"tooltips-data"},[e.fieldData.tooltip?a("span",[a("i",{directives:[{name:"tooltip",rawName:"v-tooltip",value:e.fieldData.tooltip,expression:"fieldData.tooltip"}],staticClass:"dashicons dashicons-editor-help tips",attrs:{title:e.fieldData.tooltip}})]):e._e()]),e._v(" "),a("td",{class:[e.fieldData.content_class?e.fieldData.content_class:""]},[a("input",{directives:[{name:"model",rawName:"v-model",value:e.fieldValue[e.fieldData.name],expression:"fieldValue[fieldData.name]"}],staticClass:"regular-text",class:[{"dokan-input-validation-error":e.hasValidationError(e.fieldData.name)},e.fieldData.class],attrs:{type:"number",min:e.fieldData.min,max:e.fieldData.max,step:e.fieldData.step,id:e.sectionId+"["+e.fieldData.name+"]",name:e.sectionId+"["+e.fieldData.name+"]"},domProps:{value:e.fieldValue[e.fieldData.name]},on:{input:function(t){t.target.composing||e.$set(e.fieldValue,e.fieldData.name,t.target.value)}}}),e._v(" "),e.hasError(e.fieldData.name)?a("p",{staticClass:"dokan-error"},[e._v("\n "+e._s(e.getError(e.fieldData.label))+"\n ")]):e._e(),e._v(" "),e.hasValidationError(e.fieldData.name)?a("p",{staticClass:"dokan-error"},[e._v("\n "+e._s(e.getValidationErrorMessage(e.fieldData.name))+"\n ")]):e._e(),e._v(" "),a("p",{staticClass:"description",domProps:{innerHTML:e._s(e.fieldData.desc)}})])]:e._e(),e._v(" "),"price"==e.fieldData.type&&e.allSettingsValues.dokan_selling&&"combine"!==e.allSettingsValues.dokan_selling.commission_type?[a("th",{attrs:{scope:"row"}},[a("label",{attrs:{for:e.sectionId+"["+e.fieldData.name+"]"}},[e._v(e._s(e.fieldData.label))])]),e._v(" "),a("td",{staticClass:"tooltips-data"}),e._v(" "),a("td",{class:[e.fieldData.content_class?e.fieldData.content_class:""]},[a("input",{directives:[{name:"model",rawName:"v-model",value:e.fieldValue[e.fieldData.name],expression:"fieldValue[fieldData.name]"}],staticClass:"regular-text",class:{wc_input_decimal:"percentage"==e.allSettingsValues.dokan_selling.commission_type,wc_input_price:"flat"==e.allSettingsValues.dokan_selling.commission_type},attrs:{type:"text",min:e.fieldData.min,id:e.sectionId+"["+e.fieldData.name+"]",name:e.sectionId+"["+e.fieldData.name+"]"},domProps:{value:e.fieldValue[e.fieldData.name]},on:{input:function(t){t.target.composing||e.$set(e.fieldValue,e.fieldData.name,t.target.value)}}}),e._v(" "),e.hasError(e.fieldData.name)?a("p",{staticClass:"dokan-error"},[e._v("\n "+e._s(e.getError(e.fieldData.label))+"\n ")]):e._e(),e._v(" "),e.hasValidationError(e.fieldData.name)?a("p",{staticClass:"dokan-error"},[e._v("\n "+e._s(e.getValidationErrorMessage(e.fieldData.name))+"\n ")]):e._e(),e._v(" "),a("p",{staticClass:"description",domProps:{innerHTML:e._s(e.fieldData.desc)}})])]:e._e(),e._v(" "),"combine"==e.fieldData.type&&e.haveCondition(e.fieldData)&&"show"==e.fieldData.condition.type&&e.checkConditionLogic(e.fieldData,e.fieldValue)?[a("th",{attrs:{scope:"row"}},[a("label",{attrs:{for:e.sectionId+"["+e.fieldData.name+"]"}},[e._v(e._s(e.fieldData.label))])]),e._v(" "),a("td",{staticClass:"tooltips-data combine-tips-style"}),e._v(" "),a("td",{staticClass:"percent_fee"},[a("input",{directives:[{name:"model",rawName:"v-model",value:e.fieldValue[e.fieldData.fields.percent_fee.name],expression:"fieldValue[fieldData.fields.percent_fee.name]"}],staticClass:"wc_input_decimal regular-text",attrs:{type:"text",id:e.sectionId+"["+e.fieldData.name+"][percent_fee]",name:e.sectionId+"["+e.fieldData.fields.percent_fee.name+"]"},domProps:{value:e.fieldValue[e.fieldData.fields.percent_fee.name]},on:{input:function(t){t.target.composing||e.$set(e.fieldValue,e.fieldData.fields.percent_fee.name,t.target.value)}}}),e._v("\n "+e._s("%")+"\n ")]),e._v(" "),a("td",{staticClass:"fixed_fee"},[e._v("\n "+e._s("+")+"\n "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.fieldValue[e.fieldData.fields.fixed_fee.name],expression:"fieldValue[fieldData.fields.fixed_fee.name]"}],staticClass:"wc_input_price regular-text",attrs:{type:"text",id:e.sectionId+"["+e.fieldData.name+"][fixed_fee]",name:e.sectionId+"["+e.fieldData.fields.fixed_fee.name+"]"},domProps:{value:e.fieldValue[e.fieldData.fields.fixed_fee.name]},on:{input:function(t){t.target.composing||e.$set(e.fieldValue,e.fieldData.fields.fixed_fee.name,t.target.value)}}})]),e._v(" "),e.hasError(e.fieldData.fields.percent_fee.name)&&e.hasError(e.fieldData.fields.fixed_fee.name)?a("p",{staticClass:"dokan-error combine-commission"},[e._v("\n "+e._s(e.__("Both percentage and fixed fee is required.","dokan-lite"))+"\n ")]):e.hasError(e.fieldData.fields.percent_fee.name)?a("p",{staticClass:"dokan-error combine-commission"},[e._v("\n "+e._s(e.getError(e.fieldData.fields.percent_fee.label))+"\n ")]):e.hasError(e.fieldData.fields.fixed_fee.name)?a("p",{staticClass:"dokan-error combine-commission"},[e._v("\n "+e._s(e.getError(e.fieldData.fields.fixed_fee.label))+"\n ")]):e._e(),e._v(" "),a("p",{staticClass:"description",domProps:{innerHTML:e._s(e.fieldData.desc)}})]:e._e(),e._v(" "),"textarea"==e.fieldData.type?[a("th",{attrs:{scope:"row"}},[a("label",{attrs:{for:e.sectionId+"["+e.fieldData.name+"]"}},[e._v(e._s(e.fieldData.label))])]),e._v(" "),a("td",{staticClass:"tooltips-data"},[e.fieldData.tooltip?a("span",[a("i",{directives:[{name:"tooltip",rawName:"v-tooltip",value:e.fieldData.tooltip,expression:"fieldData.tooltip"}],staticClass:"dashicons dashicons-editor-help tips",attrs:{title:e.fieldData.tooltip}})]):e._e()]),e._v(" "),a("td",{class:[e.fieldData.content_class?e.fieldData.content_class:""]},[a("textarea",{directives:[{name:"model",rawName:"v-model",value:e.fieldValue[e.fieldData.name],expression:"fieldValue[fieldData.name]"}],staticClass:"regular-text",attrs:{type:"textarea",rows:e.fieldData.rows,cols:e.fieldData.cols,id:e.sectionId+"["+e.fieldData.name+"]",name:e.sectionId+"["+e.fieldData.name+"]"},domProps:{value:e.fieldValue[e.fieldData.name]},on:{input:function(t){t.target.composing||e.$set(e.fieldValue,e.fieldData.name,t.target.value)}}}),e._v(" "),e.hasError(e.fieldData.name)?a("p",{staticClass:"dokan-error"},[e._v("\n "+e._s(e.getError(e.fieldData.label))+"\n ")]):e._e(),e._v(" "),e.hasValidationError(e.fieldData.name)?a("p",{staticClass:"dokan-error"},[e._v("\n "+e._s(e.getValidationErrorMessage(e.fieldData.name))+"\n ")]):e._e(),e._v(" "),a("p",{staticClass:"description",domProps:{innerHTML:e._s(e.fieldData.desc)}})])]:e._e(),e._v(" "),"checkbox"==e.fieldData.type?[a("th",{attrs:{scope:"row"}},[a("label",{attrs:{for:e.sectionId+"["+e.fieldData.name+"]"}},[e._v(e._s(e.fieldData.label))])]),e._v(" "),a("td",{staticClass:"tooltips-data"},[e.fieldData.tooltip?a("span",[a("i",{directives:[{name:"tooltip",rawName:"v-tooltip",value:e.fieldData.tooltip,expression:"fieldData.tooltip"}],staticClass:"dashicons dashicons-editor-help tips",attrs:{title:e.fieldData.tooltip}})]):e._e()]),e._v(" "),a("td",{class:[e.fieldData.content_class?e.fieldData.content_class:""]},[a("fieldset",[a("label",{attrs:{for:e.sectionId+"["+e.fieldData.name+"]"}},[a("input",{directives:[{name:"model",rawName:"v-model",value:e.fieldValue[e.fieldData.name],expression:"fieldValue[fieldData.name]"}],staticClass:"checkbox",attrs:{type:"checkbox",id:e.sectionId+"["+e.fieldData.name+"]",name:e.sectionId+"["+e.fieldData.name+"]","true-value":"on","false-value":"off"},domProps:{checked:Array.isArray(e.fieldValue[e.fieldData.name])?e._i(e.fieldValue[e.fieldData.name],null)>-1:e._q(e.fieldValue[e.fieldData.name],"on")},on:{change:function(t){var a=e.fieldValue[e.fieldData.name],s=t.target,n=s.checked?"on":"off";if(Array.isArray(a)){var i=e._i(a,null);s.checked?i<0&&e.$set(e.fieldValue,e.fieldData.name,a.concat([null])):i>-1&&e.$set(e.fieldValue,e.fieldData.name,a.slice(0,i).concat(a.slice(i+1)))}else e.$set(e.fieldValue,e.fieldData.name,n)}}}),e._v("\n "+e._s(e.fieldData.desc)+"\n ")])]),e._v(" "),e.hasValidationError(e.fieldData.name)?a("p",{staticClass:"dokan-error"},[e._v("\n "+e._s(e.getValidationErrorMessage(e.fieldData.name))+"\n ")]):e._e()])]:e._e(),e._v(" "),"multicheck"==e.fieldData.type?[a("th",{attrs:{scope:"row"}},[a("label",{attrs:{for:e.sectionId+"["+e.fieldData.name+"]"}},[e._v(e._s(e.fieldData.label))])]),e._v(" "),a("td",{staticClass:"tooltips-data"},[e.fieldData.tooltip?a("span",[a("i",{directives:[{name:"tooltip",rawName:"v-tooltip",value:e.fieldData.tooltip,expression:"fieldData.tooltip"}],staticClass:"dashicons dashicons-editor-help tips",attrs:{title:e.fieldData.tooltip}})]):e._e()]),e._v(" "),a("td",{class:[e.fieldData.content_class?e.fieldData.content_class:""]},[a("fieldset",[e._l(e.fieldData.options,function(t,s){return[a("label",{attrs:{for:e.sectionId+"["+e.fieldData.name+"]["+s+"]"}},[a("input",{directives:[{name:"model",rawName:"v-model",value:e.fieldValue[e.fieldData.name][s],expression:"fieldValue[fieldData.name][optionKey]"}],staticClass:"checkbox",attrs:{type:"checkbox",id:e.sectionId+"["+e.fieldData.name+"]["+s+"]",name:e.sectionId+"["+e.fieldData.name+"]["+s+"]","true-value":s,"false-value":""},domProps:{checked:Array.isArray(e.fieldValue[e.fieldData.name][s])?e._i(e.fieldValue[e.fieldData.name][s],null)>-1:e._q(e.fieldValue[e.fieldData.name][s],s)},on:{change:function(t){var a=e.fieldValue[e.fieldData.name][s],n=t.target,i=n.checked?s:"";if(Array.isArray(a)){var o=e._i(a,null);n.checked?o<0&&e.$set(e.fieldValue[e.fieldData.name],s,a.concat([null])):o>-1&&e.$set(e.fieldValue[e.fieldData.name],s,a.slice(0,o).concat(a.slice(o+1)))}else e.$set(e.fieldValue[e.fieldData.name],s,i)}}}),e._v("\n "+e._s(t)+"\n ")]),e._v(" "),a("br")]})],2),e._v(" "),e.hasValidationError(e.fieldData.name)?a("p",{staticClass:"dokan-error"},[e._v("\n "+e._s(e.getValidationErrorMessage(e.fieldData.name))+"\n ")]):e._e()])]:e._e(),e._v(" "),"select"==e.fieldData.type?[a("th",{attrs:{scope:"row"}},[a("label",{attrs:{for:e.sectionId+"["+e.fieldData.name+"]"}},[e._v(e._s(e.fieldData.label))])]),e._v(" "),a("td",{class:["combine"===e.fieldData.type?"tooltips-data combine-tips-style":"tooltips-data"]},[e.fieldData.tooltip?a("span",[a("i",{directives:[{name:"tooltip",rawName:"v-tooltip",value:e.fieldData.tooltip,expression:"fieldData.tooltip"}],staticClass:"dashicons dashicons-editor-help tips",attrs:{title:e.fieldData.tooltip}})]):e._e()]),e._v(" "),a("td",{class:[e.fieldData.content_class?e.fieldData.content_class:""]},[e.fieldData.grouped?a("select",{directives:[{name:"model",rawName:"v-model",value:e.fieldValue[e.fieldData.name],expression:"fieldValue[fieldData.name]"}],staticClass:"regular",attrs:{name:e.sectionId+"["+e.fieldData.name+"]",id:e.sectionId+"["+e.fieldData.name+"]"},on:{change:function(t){var a=Array.prototype.filter.call(t.target.options,function(e){return e.selected}).map(function(e){return"_value"in e?e._value:e.value});e.$set(e.fieldValue,e.fieldData.name,t.target.multiple?a:a[0])}}},[e.fieldData.placeholder?a("option",{attrs:{value:"",disabled:""},domProps:{innerHTML:e._s(e.fieldData.placeholder)}}):e._e(),e._v(" "),e._l(e.fieldData.options,function(t){return a("optgroup",{attrs:{label:t.group_label}},e._l(t.group_values,function(t){return a("option",{domProps:{value:t.value,innerHTML:e._s(t.label)}})}),0)})],2):a("select",{directives:[{name:"model",rawName:"v-model",value:e.fieldValue[e.fieldData.name],expression:"fieldValue[fieldData.name]"}],staticClass:"regular",attrs:{name:e.sectionId+"["+e.fieldData.name+"]",id:e.sectionId+"["+e.fieldData.name+"]"},on:{change:function(t){var a=Array.prototype.filter.call(t.target.options,function(e){return e.selected}).map(function(e){return"_value"in e?e._value:e.value});e.$set(e.fieldValue,e.fieldData.name,t.target.multiple?a:a[0])}}},[e.fieldData.placeholder?a("option",{attrs:{value:""},domProps:{innerHTML:e._s(e.fieldData.placeholder)}}):e._e(),e._v(" "),e._l(e.fieldData.options,function(t,s){return a("option",{domProps:{value:s,innerHTML:e._s(t)}})})],2),e._v(" "),e.fieldData.refresh_options?a("RefreshSettingOptions",{attrs:{section:e.sectionId,field:e.fieldData,"toggle-loading-state":e.toggleLoadingState}}):e._e(),e._v(" "),e.hasValidationError(e.fieldData.name)?a("p",{staticClass:"dokan-error"},[e._v("\n "+e._s(e.getValidationErrorMessage(e.fieldData.name))+"\n ")]):e._e(),e._v(" "),a("p",{staticClass:"description",domProps:{innerHTML:e._s(e.fieldData.desc)}})],1)]:e._e(),e._v(" "),"file"==e.fieldData.type?[a("th",{attrs:{scope:"row"}},[a("label",{attrs:{for:e.sectionId+"["+e.fieldData.name+"]"}},[e._v(e._s(e.fieldData.label))])]),e._v(" "),a("td",{staticClass:"tooltips-data"}),e._v(" "),a("td",{class:[e.fieldData.content_class?e.fieldData.content_class:""]},[a("input",{directives:[{name:"model",rawName:"v-model",value:e.fieldValue[e.fieldData.name],expression:"fieldValue[fieldData.name]"}],staticClass:"regular-text wpsa-url",attrs:{type:"text",id:e.sectionId+"["+e.fieldData.name+"]",name:e.sectionId+"["+e.fieldData.name+"]"},domProps:{value:e.fieldValue[e.fieldData.name]},on:{input:function(t){t.target.composing||e.$set(e.fieldValue,e.fieldData.name,t.target.value)}}}),e._v(" "),a("input",{staticClass:"button wpsa-browse",attrs:{type:"button",value:"Choose File"},on:{click:function(t){return t.preventDefault(),e.$emit("openMedia",{sectionId:e.sectionId,name:e.fieldData.name},t)}}}),e._v(" "),e.hasError(e.fieldData.name)?a("p",{staticClass:"dokan-error"},[e._v("\n "+e._s(e.getError(e.fieldData.label))+"\n ")]):e._e(),e._v(" "),a("p",{staticClass:"description",domProps:{innerHTML:e._s(e.fieldData.desc)}})])]:e._e(),e._v(" "),"color"==e.fieldData.type?[a("th",{attrs:{scope:"row"}},[a("label",{attrs:{for:e.sectionId+"["+e.fieldData.name+"]"}},[e._v(e._s(e.fieldData.label))])]),e._v(" "),a("td",{staticClass:"tooltips-data"}),e._v(" "),a("td",{class:[e.fieldData.content_class?e.fieldData.content_class:""]},[a("color-picker",{model:{value:e.fieldValue[e.fieldData.name],callback:function(t){e.$set(e.fieldValue,e.fieldData.name,t)},expression:"fieldValue[fieldData.name]"}}),e._v(" "),e.hasError(e.fieldData.name)?a("p",{staticClass:"dokan-error"},[e._v("\n "+e._s(e.getError(e.fieldData.label))+"\n ")]):e._e(),e._v(" "),a("p",{staticClass:"description",domProps:{innerHTML:e._s(e.fieldData.desc)}})],1)]:e._e(),e._v(" "),"html"==e.fieldData.type?[a("th",{attrs:{scope:"row"}},[a("label",{attrs:{for:e.sectionId+"["+e.fieldData.name+"]"}},[e._v(e._s(e.fieldData.label))])]),e._v(" "),a("td",{staticClass:"tooltips-data"},[e.fieldData.tooltip?a("span",[a("i",{directives:[{name:"tooltip",rawName:"v-tooltip",value:e.fieldData.tooltip,expression:"fieldData.tooltip"}],staticClass:"dashicons dashicons-editor-help tips",attrs:{title:e.fieldData.tooltip}})]):e._e()]),e._v(" "),a("td",{class:[e.fieldData.content_class?e.fieldData.content_class:""]},[e.hasError(e.fieldData.name)?a("p",{staticClass:"dokan-error"},[e._v("\n "+e._s(e.getError(e.fieldData.label))+"\n ")]):e._e(),e._v(" "),a("p",{staticClass:"description",domProps:{innerHTML:e._s(e.fieldData.desc)}})])]:e._e(),e._v(" "),"warning"==e.fieldData.type?[a("th",{staticClass:"dokan-setting-warning",attrs:{scope:"row",colspan:"2"}},[a("div",{staticClass:"error"},[a("p",{attrs:{for:e.sectionId+"["+e.fieldData.name+"]"}},[a("span",{staticClass:"dokan-setting-warning-label"},[a("span",{staticClass:"dashicons dashicons-warning"}),e._v(" "+e._s(e.fieldData.label))]),e._v(" "),a("span",{staticClass:"dokan-setting-warning-msg"},[e._v(e._s(e.fieldData.desc))])])])]),e._v(" "),a("td",{staticClass:"tooltips-data"})]:e._e(),e._v(" "),"radio"==e.fieldData.type?[a("th",{attrs:{scope:"row"}},[a("label",{attrs:{for:e.sectionId+"["+e.fieldData.name+"]"}},[e._v(e._s(e.fieldData.label))])]),e._v(" "),a("td",{staticClass:"tooltips-data"}),e._v(" "),a("td",{class:[e.fieldData.content_class?e.fieldData.content_class:"","dokan-settings-field-type-radio"]},[a("fieldset",[e._l(e.fieldData.options,function(t,s){return[a("label",{attrs:{for:e.sectionId+"["+e.fieldData.name+"]["+s+"]"}},[a("input",{directives:[{name:"model",rawName:"v-model",value:e.fieldValue[e.fieldData.name],expression:"fieldValue[fieldData.name]"}],staticClass:"radio",attrs:{type:"radio",id:e.sectionId+"["+e.fieldData.name+"]["+s+"]",name:s},domProps:{value:s,checked:e._q(e.fieldValue[e.fieldData.name],s)},on:{change:function(t){return e.$set(e.fieldValue,e.fieldData.name,s)}}}),e._v(" "+e._s(t)+"\n ")])]})],2),e._v(" "),a("p",{staticClass:"description",domProps:{innerHTML:e._s(e.fieldData.desc)}})])]:e._e(),e._v(" "),"wpeditor"==e.fieldData.type?[a("th",{attrs:{scope:"row"}},[a("label",{attrs:{for:e.sectionId+"["+e.fieldData.name+"]"}},[e._v(e._s(e.fieldData.label))])]),e._v(" "),a("td",{staticClass:"tooltips-data"},[e.fieldData.tooltip?a("span",[a("i",{directives:[{name:"tooltip",rawName:"v-tooltip",value:e.fieldData.tooltip,expression:"fieldData.tooltip"}],staticClass:"dashicons dashicons-editor-help tips",attrs:{title:e.fieldData.tooltip}})]):e._e()]),e._v(" "),a("td",{class:[e.fieldData.content_class?e.fieldData.content_class:""],attrs:{width:"72%"}},[a("text-editor",{model:{value:e.fieldValue[e.fieldData.name],callback:function(t){e.$set(e.fieldValue,e.fieldData.name,t)},expression:"fieldValue[fieldData.name]"}}),e._v(" "),a("p",{staticClass:"description",domProps:{innerHTML:e._s(e.fieldData.desc)}})],1)]:e._e(),e._v(" "),"repeatable"==e.fieldData.type?[a("th",{attrs:{scope:"row"}},[a("label",{attrs:{for:e.sectionId+"["+e.fieldData.name+"]"}},[e._v(e._s(e.fieldData.label))])]),e._v(" "),a("td",{staticClass:"tooltips-data"},[e.fieldData.tooltip?a("span",[a("i",{directives:[{name:"tooltip",rawName:"v-tooltip",value:e.fieldData.tooltip,expression:"fieldData.tooltip"}],staticClass:"dashicons dashicons-editor-help tips",attrs:{title:e.fieldData.tooltip}})]):e._e()]),e._v(" "),a("td",{class:[e.fieldData.content_class?e.fieldData.content_class:""],attrs:{width:"72%"}},[a("ul",{staticClass:"dokan-settings-repeatable-list"},e._l(e.fieldValue[e.fieldData.name],function(t,s){return e.fieldValue[e.fieldData.name]?a("li",[e._v("\n "+e._s(t.value)+" "),t.must_use?e._e():a("span",{staticClass:"dashicons dashicons-no-alt remove-item",on:{click:function(t){return t.preventDefault(),e.removeItem(s,e.fieldData.name)}}}),e._v(" "),a("span",{staticClass:"repeatable-item-description",domProps:{innerHTML:e._s(t.desc)}})]):e._e()}),0),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.repeatableItem[e.fieldData.name],expression:"repeatableItem[fieldData.name]"}],staticClass:"regular-text",attrs:{type:"text"},domProps:{value:e.repeatableItem[e.fieldData.name]},on:{input:function(t){t.target.composing||e.$set(e.repeatableItem,e.fieldData.name,t.target.value)}}}),e._v(" "),a("a",{staticClass:"button dokan-repetable-add-item-btn",attrs:{href:"#"},on:{click:function(t){return t.preventDefault(),e.addItem(e.fieldData.type,e.fieldData.name)}}},[e._v("+")]),e._v(" "),a("p",{staticClass:"description",domProps:{innerHTML:e._s(e.fieldData.desc)}})])]:e._e(),e._v(" "),"radio_image"==e.fieldData.type?[a("th",{attrs:{scope:"row"}},[a("label",{attrs:{for:e.sectionId+"["+e.fieldData.name+"]"}},[e._v(e._s(e.fieldData.label))])]),e._v(" "),a("td",{staticClass:"tooltips-data"}),e._v(" "),a("td",{class:[e.fieldData.content_class?e.fieldData.content_class:""]},[a("div",{staticClass:"radio-image-container"},[e._l(e.fieldData.options,function(t,s){return[a("label",{staticClass:"radio-image",class:{active:e.fieldValue[e.fieldData.name]===s,"not-active":e.fieldValue[e.fieldData.name]!==s}},[a("input",{directives:[{name:"model",rawName:"v-model",value:e.fieldValue[e.fieldData.name],expression:"fieldValue[fieldData.name]"}],staticClass:"radio",attrs:{type:"radio",name:e.fieldData.name},domProps:{value:s,checked:e._q(e.fieldValue[e.fieldData.name],s)},on:{change:function(t){return e.$set(e.fieldValue,e.fieldData.name,s)}}}),e._v(" "),a("span",{staticClass:"current-option-indicator"},[a("span",{staticClass:"dashicons dashicons-yes"}),e._v(" "+e._s(e.__("Active","dokan-lite")))]),e._v(" "),a("img",{attrs:{src:t}}),e._v(" "),a("span",{staticClass:"active-option"},[a("button",{staticClass:"button button-primary button-hero",attrs:{type:"button"},on:{click:function(t){t.preventDefault(),e.fieldValue[e.fieldData.name]=s}}},[e._v("\n "+e._s(e.__("Select","dokan-lite"))+"\n ")])])])]})],2)])]:e._e(),e._v(" "),"gmap"!=e.fieldData.type||e.hideMap?e._e():[a("th",{attrs:{scope:"row"}},[a("label",{attrs:{for:e.sectionId+"["+e.fieldData.name+"]"}},[e._v(e._s(e.fieldData.label))])]),e._v(" "),a("td",{staticClass:"tooltips-data"}),e._v(" "),a("td",{class:[e.fieldData.content_class?e.fieldData.content_class:""]},[a("input",{attrs:{type:"hidden",name:e.sectionId+"["+e.fieldData.name+"]"},domProps:{value:e.mapLocation}}),e._v(" "),"mapbox"===e.mapApiSource?a("Mapbox",{attrs:{accessToken:e.mapboxAccessToken,location:e.mapLocation,width:"100%",height:"300px"},on:{hideMap:e.onHideMap,updateMap:e.onUpdateMap}}):a("GoogleMaps",{attrs:{apiKey:e.googleMapApiKey,location:e.mapLocation},on:{hideMap:e.onHideMap,updateMap:e.onUpdateMap}}),e._v(" "),e.hasError(e.fieldData.name)?a("p",{staticClass:"dokan-error"},[e._v("\n "+e._s(e.getError(e.fieldData.label))+"\n ")]):e._e(),e._v(" "),a("p",{staticClass:"description",domProps:{innerHTML:e._s(e.fieldData.desc)}})],1)]],2):e._e()};s._withStripped=!0;var n={render:s,staticRenderFns:[]};t.a=n},function(e,t,a){"use strict";var s=a(65),n=a(176),i=!1;var o=function(e){i||a(175)},r=a(0)(s.a,n.a,!1,o,null,null);r.options.__file="src/admin/components/SettingsBanner.vue",t.a=r.exports},function(e,t){},function(e,t,a){"use strict";var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{attrs:{id:"dokan-settings-banner"}},[a("img",{attrs:{src:e.bannerImage,alt:e.__("Dokan Settings Banner","dokan-lite")}}),e._v(" "),a("div",{staticClass:"content"},[a("h1",[e._v(e._s(e.__("Looking for Coupons, Variable Products, SEO or Shipping?","dokan-lite")))]),e._v(" "),a("p",[e._v(e._s(e.__("Unlock these awesome frontend features with Dokan PRO","dokan-lite")))]),e._v(" "),a("a",{staticClass:"button",attrs:{target:"_blank",rel:"noopener noreferrer",href:e.upgradeURL}},[e._v(e._s(e.__("Upgrade to Pro","dokan-lite")))]),e._v(" "),a("router-link",{staticClass:"button custom-button",attrs:{to:{name:"VendorCapabilities"}}},[e._v("\n "+e._s(e.__("Check Out All Vendor Functionalities","dokan-lite"))+"\n ")])],1)])};s._withStripped=!0;var n={render:s,staticRenderFns:[]};t.a=n},function(e,t,a){"use strict";var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",[a("div",{staticClass:"dokan-settings"},[a("h2",{staticStyle:{"margin-bottom":"15px"}},[e._v(e._s(e.__("Settings","dokan-lite")))]),e._v(" "),a("AdminNotice"),e._v(" "),e.hasPro?e._e():a("UpgradeBanner"),e._v(" "),e.isSaved?a("div",{staticClass:"settings-error notice is-dismissible",class:{updated:e.isUpdated,error:!e.isUpdated},attrs:{id:"setting-message_updated"}},[a("p",[a("strong",{domProps:{innerHTML:e._s(e.message)}})]),e._v(" "),a("button",{staticClass:"notice-dismiss",attrs:{type:"button"},on:{click:function(t){t.preventDefault(),e.isSaved=!1}}},[a("span",{staticClass:"screen-reader-text"},[e._v(e._s(e.__("Dismiss this notice.","dokan-lite")))])])]):e._e(),e._v(" "),a("div",{staticClass:"dokan-settings-wrap"},[a("div",{staticClass:"nav-tab-wrapper"},[a("div",{staticClass:"search-box"},[a("input",{directives:[{name:"model",rawName:"v-model",value:e.searchText,expression:"searchText"}],ref:"searchInSettings",staticClass:"dokan-admin-search-settings",attrs:{type:"text",placeholder:"Search e.g. vendor"},domProps:{value:e.searchText},on:{input:[function(t){t.target.composing||(e.searchText=t.target.value)},e.searchInSettings]}}),e._v(" "),""!==e.searchText?a("span",{staticClass:"dashicons dashicons-no-alt",on:{click:function(t){return t.preventDefault(),e.clearSearch.apply(null,arguments)}}}):e._e()]),e._v(" "),e._l(e.settingSections,function(t){return[a("a",{class:["nav-tab",e.currentTab===t.id?"nav-tab-active":""],attrs:{href:"#"},on:{click:function(a){return a.preventDefault(),e.changeTab(t)}}},[a("span",{staticClass:"dashicons",class:t.icon}),e._v(" "+e._s(t.title)+"\n ")])]})],2),e._v(" "),a("div",{staticClass:"metabox-holder"},[e._l(e.settingFields,function(t,s){return e.isLoaded?[e.currentTab===s?a("div",{staticClass:"group",attrs:{id:s}},[a("form",{attrs:{method:"post",action:"options.php"}},[a("input",{attrs:{type:"hidden",name:"option_page"},domProps:{value:s}}),e._v(" "),a("input",{attrs:{type:"hidden",name:"action",value:"update"}}),e._v(" "),a("table",{staticClass:"form-table"},[e.showSectionTitle(t)?a("thead",[a("tr",{staticClass:"dokan-settings-field-type-sub_section"},[a("th",{staticClass:"dokan-settings-sub-section-title",attrs:{colspan:"2"}},[a("label",[e._v(e._s(e.sectionTitle(s)))])])])]):e._e(),e._v(" "),a("tbody",e._l(t,function(t,n){return a("Fields",{key:n,attrs:{"section-id":s,id:n,"field-data":t,"field-value":e.settingValues[s],"all-settings-values":e.settingValues,errors:e.errors,validationErrors:e.validationErrors,"toggle-loading-state":e.toggleLoadingState},on:{openMedia:e.showMedia}})}),1)]),e._v(" "),a("p",{staticClass:"submit"},[a("input",{staticClass:"button button-primary",attrs:{type:"submit",name:"submit",id:"submit",value:"Save Changes"},on:{click:function(t){return t.preventDefault(),e.saveSettings(e.settingValues[s],s)}}})])])]):e._e()]:e._e()})],2),e._v(" "),e.showLoading?a("div",{staticClass:"loading"},[a("loading")],1):e._e()])],1),e._v(" "),e.hasPro?e._e():a("SettingsBanner")],1)};s._withStripped=!0;var n={render:s,staticRenderFns:[]};t.a=n},function(e,t,a){"use strict";var s=a(66),n=a(183),i=!1;var o=function(e){i||a(179)},r=a(0)(s.a,n.a,!1,o,null,null);r.options.__file="src/admin/pages/Vendors.vue",t.a=r.exports},function(e,t){},function(e,t,a){"use strict";var s=a(67),n=a(182),i=!1;var o=function(e){i||a(181)},r=a(0)(s.a,n.a,!1,o,null,null);r.options.__file="src/admin/pages/AddVendor.vue",t.a=r.exports},function(e,t){},function(e,t,a){"use strict";var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"dokan-vendor-edit"},[a("modal",{attrs:{title:e.title,width:"800px"},on:{close:e.closeModal}},[a("div",{attrs:{slot:"body"},slot:"body"},[a("div",{staticClass:"tab-header"},[a("ul",{staticClass:"tab-list"},e._l(e.tabs,function(t,s){return a("li",{key:s,class:{"tab-title":!0,active:e.currentTab===t.name,last:"VendorPaymentFields"===t.name}},[a("div",{staticClass:"tab-link"},[a("a",{class:{first:"VendorAccountFields"===t.name},attrs:{href:"#"},on:{click:function(a){a.preventDefault(),e.currentTab=t.name}}},[a("span",{class:[t.icon]}),e._v("\n "+e._s(t.label)+"\n ")])])])}),0)]),e._v(" "),e.currentTab?a("div",{staticClass:"tab-contents"},[e.isLoading?a("div",{staticClass:"loading"},[a("loading")],1):e._e(),e._v(" "),e.isLoading?e._e():a("transition",{attrs:{name:"component-fade",mode:"out-in"}},[a(e.currentTab,{tag:"component",attrs:{vendorInfo:e.store,errors:e.errors}})],1)],1):e._e()]),e._v(" "),a("div",{attrs:{slot:"footer"},slot:"footer"},[a("button",{staticClass:"button button-primary button-hero",on:{click:e.createVendor}},[e._v(e._s("VendorPaymentFields"===e.currentTab?e.__("Create Vendor","dokan-lite"):this.nextBtn))])])])],1)};s._withStripped=!0;var n={render:s,staticRenderFns:[]};t.a=n},function(e,t,a){"use strict";var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",[a("div",{staticClass:"vendor-list"},[a("h1",{staticClass:"wp-heading-inline"},[e._v(e._s(e.__("Vendors","dokan-lite")))]),e._v(" "),a("button",{staticClass:"page-title-action",on:{click:function(t){return e.addNew()}}},[e._v(e._s(e.__("Add New","dokan-lite")))]),e._v(" "),a("AdminNotice"),e._v(" "),e.hasPro?e._e():a("UpgradeBanner"),e._v(" "),e._l(e.dokanVendorHeaderArea,function(e,t){return a(e,{key:t,tag:"component"})}),e._v(" "),a("hr",{staticClass:"wp-header-end"}),e._v(" "),a("ul",{staticClass:"subsubsub"},[a("li",[a("router-link",{attrs:{to:{name:"Vendors",query:{status:"all"}},"active-class":"current",exact:""}},[e._v(e._s(e.__("All","dokan-lite"))+" "),a("span",{staticClass:"count"},[e._v(e._s(e.counts.all))])]),e._v(" | ")],1),e._v(" "),a("li",[a("router-link",{attrs:{to:{name:"Vendors",query:{status:"approved"}},"active-class":"current",exact:""}},[e._v(e._s(e.__("Approved","dokan-lite"))+" "),a("span",{staticClass:"count"},[e._v(e._s(e.counts.approved))])]),e._v(" | ")],1),e._v(" "),a("li",[a("router-link",{attrs:{to:{name:"Vendors",query:{status:"pending"}},"active-class":"current",exact:""}},[e._v(e._s(e.__("Pending","dokan-lite"))+" "),a("span",{staticClass:"count"},[e._v(e._s(e.counts.pending))])]),e._v(" | ")],1)]),e._v(" "),a("search",{attrs:{title:e.__("Search Vendors","dokan-lite")},on:{searched:e.doSearch}}),e._v(" "),a("list-table",{attrs:{columns:e.columns,loading:e.loading,rows:e.vendors,actions:e.actions,actionColumn:"store_name","show-cb":e.showCb,"total-items":e.totalItems,"bulk-actions":e.bulkActions,"total-pages":e.totalPages,"per-page":e.perPage,"current-page":e.currentPage,"action-column":e.actionColumn,"not-found":"No vendors found.","sort-by":e.sortBy,"sort-order":e.sortOrder,text:e.$root.listTableTexts()},on:{sort:e.sortCallback,pagination:e.goToPage,"action:click":e.onActionClick,"bulk:click":e.onBulkAction,searched:e.doSearch},scopedSlots:e._u([{key:"store_name",fn:function(t){return[a("img",{attrs:{src:t.row.gravatar,alt:t.row.store_name,width:"50"}}),e._v(" "),a("strong",[e.hasPro?a("router-link",{attrs:{to:"/vendors/"+t.row.id}},[e._v(e._s(t.row.store_name?t.row.store_name:e.__("(no name)","dokan-lite")))]):a("a",{attrs:{href:e.editUrl(t.row.id)}},[e._v(e._s(t.row.store_name?t.row.store_name:e.__("(no name)","dokan-lite")))])],1)]}},{key:"email",fn:function(t){return[a("a",{attrs:{href:"mailto:"+t.row.email}},[e._v(e._s(t.row.email))])]}},{key:"categories",fn:function(t){var a=t.row;return[e._v("\n "+e._s(a.categories.map(function(e){return e.name}).join(", "))+"\n ")]}},{key:"registered",fn:function(t){return[e._v("\n "+e._s(e.moment(t.row.registered).format("MMM D, YYYY"))+"\n ")]}},{key:"enabled",fn:function(t){return[a("switches",{attrs:{enabled:t.row.enabled,value:t.row.id},on:{input:e.onSwitch}})]}},{key:"row-actions",fn:function(t){return e._l(e.actions,function(s,n){return a("span",{class:s.key},[e.hasPro&&"edit"==s.key?a("router-link",{attrs:{to:{path:"vendors/"+t.row.id,query:{edit:"true"}}}},[e._v(e._s(s.label))]):e.hasPro||"edit"!=s.key?"products"==s.key?a("a",{attrs:{href:e.productUrl(t.row.id)}},[e._v(e._s(s.label))]):"orders"==s.key?a("a",{attrs:{href:e.ordersUrl(t.row.id)}},[e._v(e._s(s.label))]):"switch_to"==s.key?a("a",{attrs:{href:e.switchToUrl(t.row)}},[e._v(e._s(s.label))]):a("a",{attrs:{href:"#"}},[e._v(e._s(s.label))]):a("a",{attrs:{href:e.editUrl(t.row.id)}},[e._v(e._s(s.label))]),e._v(" "),n!==e.actions.length-1?[e._v(" | ")]:e._e()],2)})}}])}),e._v(" "),e.loadAddVendor?a("add-vendor",{attrs:{"vendor-id":e.vendorId}}):e._e()],2)])};s._withStripped=!0;var n={render:s,staticRenderFns:[]};t.a=n},function(e,t,a){"use strict";var s=a(68),n=a(186),i=!1;var o=function(e){i||a(185)},r=a(0)(s.a,n.a,!1,o,null,null);r.options.__file="src/admin/pages/VendorCapabilities.vue",t.a=r.exports},function(e,t){},function(e,t,a){"use strict";var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{attrs:{id:"dokan-vendor-capabilities"}},[a("div",{staticClass:"vendor-capabilities-banner",style:e.bannerBg},[a("img",{attrs:{src:e.bannerImage,alt:e.__("Dokan Vendor Capabilities Banner","dokan-lite")}}),e._v(" "),a("div",{staticClass:"content"},[a("p",{staticClass:"title"},[e._v(e._s(e.__("Vendor Capabilities","dokan-lite")))]),e._v(" "),a("p",[e._v("\n "+e._s(e.__("One of the finest attractions of Dokan PRO is the vast array of powerful vendor controls & functions it provides so sellers can enjoy ownership, automation & freedom to run their stores. To use these awesome vendor features listed below, consider Upgrading to PRO.","dokan-lite"))+"\n ")])])]),e._v(" "),a("div",{staticClass:"grid"},e._l(e.capabilityCards,function(t){return a("div",{staticClass:"col-6"},[a("div",{staticClass:"capability-card"},[a("div",{staticClass:"capability-image"},[a("img",{staticClass:"image",attrs:{src:t.image,alt:e.__("Dokan Capability","dokan-lite")}}),e._v(" "),a("div",{staticClass:"middle"},[a("div",{staticClass:"zoom",on:{click:function(a){return e.openPopup(t.image)}}},[a("div",{staticClass:"dashicons dashicons-search"})])])]),e._v(" "),a("p",{staticClass:"title"},[e._v(e._s(t.title))]),e._v(" "),a("p",{staticClass:"content"},[e._v(e._s(t.content))])])])}),0),e._v(" "),a("ProCta"),e._v(" "),e.showPopup?a("div",{attrs:{id:"dokan-capability-image-popup"},on:{click:e.closePopup}},[a("div",{staticClass:"modal-content"},[a("div",{staticClass:"body"},[a("img",{attrs:{src:this.selectedCapabilityImage,alt:e.__("Dokan Capability","dokan-lite")}})])])]):e._e()],1)};s._withStripped=!0;var n={render:s,staticRenderFns:[]};t.a=n},function(e,t,a){"use strict";var s=a(69),n=a(192),i=!1;var o=function(e){i||a(188)},r=a(0)(s.a,n.a,!1,o,null,null);r.options.__file="src/admin/pages/ProModules.vue",t.a=r.exports},function(e,t){},function(e,t,a){"use strict";var s=a(70),n=a(191),i=!1;var o=function(e){i||a(190)},r=a(0)(s.a,n.a,!1,o,null,null);r.options.__file="src/admin/components/ModuleUpgradePopup.vue",t.a=r.exports},function(e,t){},function(e,t,a){"use strict";var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{attrs:{id:"dokan-upgrade-to-pro-wrapper"}},[e.showPopup?a("div",{attrs:{id:"dokan-upgrade-popup"}},[a("div",{staticClass:"modal-content"},[a("span",{staticClass:"close",on:{click:e.closePopup}}),e._v(" "),a("div",{staticClass:"header"},[a("img",{attrs:{src:e.headerImage,alt:e.__("Dokan Upgrade Popup","dokan-lite")}}),e._v(" "),a("h1",[e._v(e._s(e.__("Unlock 20+ Modules","dokan-lite")))]),e._v(" "),a("p",{staticClass:"text-brand"},[e._v(e._s(e.__("with Dokan Premium Plans","dokan-lite")))]),e._v(" "),a("p",{staticClass:"text-disabled"},[e._v("\n "+e._s(e.__("We’re sorry, Dokan Modules are not available on Dokan Lite. Please upgrade to a PRO plan to unlock the modules of your choice.","dokan-lite"))+"\n ")])]),e._v(" "),a("div",{staticClass:"body"},[a("a",{staticClass:"button",attrs:{target:"_blank",rel:"noopener noreferrer",href:e.upgradeURL}},[e._v(e._s(e.__("Upgrade to Pro","dokan-lite")))]),e._v(" "),a("div",{staticClass:"promo-card"},[a("img",{attrs:{src:e.bonusImage,alt:e.__("Dokan Upgrade Promo","dokan-lite")}}),e._v(" "),a("p",[e._v(e._s(e.__("Bonus: Dokan Lite users get 30% off regular price. Click on the link above to obtain the coupon & apply it during checkout.","dokan-lite")))])]),e._v(" "),a("span",[a("a",{attrs:{target:"_blank",rel:"noopener noreferrer",href:"https://wedevs.com/docs/dokan/getting-started/installation-2/"}},[e._v(e._s(e.__("Already upgraded?","dokan-lite")))])])])])]):e._e()])};s._withStripped=!0;var n={render:s,staticRenderFns:[]};t.a=n},function(e,t,a){"use strict";var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{attrs:{id:"lite-modules"}},[a("div",{staticClass:"dokan-modules-wrap"},[a("h1",[e._v(e._s(e.__("Modules","dokan")))]),e._v(" "),a("div",{staticClass:"module-content"},[a("div",{staticClass:"wp-list-table widefat dokan-modules"},[e.modules.length>0?e._l(e.modules,function(t){return a("div",{staticClass:"plugin-card"},[a("div",{staticClass:"plugin-card-top"},[a("div",{staticClass:"name column-name"},[a("h3",[a("a",{staticClass:"plugin-name",attrs:{href:t.modLink,target:"_blank"}},[e._v(e._s(t.name))]),e._v(" "),a("a",{staticClass:"plugin-name",attrs:{href:t.modLink,target:"_blank"}},[a("img",{staticClass:"plugin-icon",attrs:{src:t.thumbnail,alt:t.name}})])])]),e._v(" "),a("div",{staticClass:"action-links"},[a("ul",{staticClass:"plugin-action-buttons"},[a("li",{on:{click:function(t){return e.togglePopup(!0)}}},[a("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"42",height:"20"}},[a("rect",{attrs:{width:"42",height:"20",rx:"10",fill:"#c0c3c6"}}),a("circle",{attrs:{cx:"6",cy:"6",r:"6",transform:"translate(6 4)",fill:"#fff"}})])])])]),e._v(" "),a("div",{staticClass:"desc column-description"},[a("p",{domProps:{innerHTML:e._s(t.description)}})]),e._v(" "),a("div",{staticClass:"card-footer"},[a("a",{attrs:{href:t.docLink,target:"_blank"}},[e._v(e._s(e.__("Documentation","dokan")))])])])])}):[a("div",{staticClass:"notice notice-info",attrs:{id:"message"}},[a("p",[a("strong",[e._v(e._s(e.__("No modules found.","dokan")))])])])]],2)])]),e._v(" "),a("ModuleUpgradePopup",{attrs:{"show-popup":e.showPopup},on:{toggle:e.togglePopup}})],1)};s._withStripped=!0;var n={render:s,staticRenderFns:[]};t.a=n},function(e,t,a){"use strict";t.a=function(e){var t=jQuery,a=t("#toplevel_page_"+e),s=window.location.href,n=s.substr(s.indexOf("admin.php"));a.on("click","a",function(){var e=t(this);t("ul.wp-submenu li",a).removeClass("current"),e.hasClass("wp-has-submenu")?t("li.wp-first-item",a).addClass("current"):e.parents("li").addClass("current")}),t("ul.wp-submenu a",a).each(function(e,a){t(a).attr("href")!==n||t(a).parent().addClass("current")})}}],[110]);
assets/js/vue-bootstrap.js CHANGED
@@ -1,17 +1,217 @@
1
  dokanWebpack([1],[
2
  /* 0 */,
3
- /* 1 */,
 
 
 
 
 
4
  /* 2 */
5
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
6
 
7
  "use strict";
8
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_Switches_vue__ = __webpack_require__(11);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  /* unused harmony namespace reexport */
10
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_aa8ad7dc_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_Switches_vue__ = __webpack_require__(29);
11
  var disposed = false
12
  function injectStyle (ssrContext) {
13
  if (disposed) return
14
- __webpack_require__(28)
15
  }
16
  var normalizeComponent = __webpack_require__(0)
17
  /* script */
@@ -57,14 +257,14 @@ if (false) {(function () {
57
 
58
 
59
  /***/ }),
60
- /* 3 */,
61
- /* 4 */,
62
- /* 5 */,
63
- /* 6 */
64
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
65
 
66
  "use strict";
67
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_vue_chartjs__ = __webpack_require__(18);
68
 
69
  /* harmony default export */ __webpack_exports__["a"] = ({
70
  extends: __WEBPACK_IMPORTED_MODULE_0_vue_chartjs__["Line"],
@@ -135,13 +335,11 @@ if (false) {(function () {
135
  });
136
 
137
  /***/ }),
138
- /* 7 */,
139
- /* 8 */,
140
- /* 9 */
141
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
142
 
143
  "use strict";
144
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_vue_color_src_components_Sketch_vue__ = __webpack_require__(55);
145
  //
146
  //
147
  //
@@ -250,15 +448,15 @@ if (false) {(function () {
250
  });
251
 
252
  /***/ }),
253
- /* 10 */
254
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
255
 
256
  "use strict";
257
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_debounce__ = __webpack_require__(1);
258
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_debounce___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_debounce__);
259
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_admin_components_Switches_vue__ = __webpack_require__(2);
260
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_admin_components_UploadImage_vue__ = __webpack_require__(20);
261
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_3_admin_components_PasswordGenerator_vue__ = __webpack_require__(21);
262
  //
263
  //
264
  //
@@ -632,7 +830,7 @@ if (false) {(function () {
632
  });
633
 
634
  /***/ }),
635
- /* 11 */
636
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
637
 
638
  "use strict";
@@ -667,7 +865,7 @@ if (false) {(function () {
667
  });
668
 
669
  /***/ }),
670
- /* 12 */
671
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
672
 
673
  "use strict";
@@ -894,7 +1092,7 @@ if (false) {(function () {
894
  });
895
 
896
  /***/ }),
897
- /* 13 */
898
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
899
 
900
  "use strict";
@@ -977,11 +1175,11 @@ if (false) {(function () {
977
  });
978
 
979
  /***/ }),
980
- /* 14 */
981
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
982
 
983
  "use strict";
984
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_vue_multiselect__ = __webpack_require__(3);
985
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_vue_multiselect___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_vue_multiselect__);
986
  //
987
  //
@@ -1158,12 +1356,12 @@ if (false) {(function () {
1158
  });
1159
 
1160
  /***/ }),
1161
- /* 15 */
1162
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1163
 
1164
  "use strict";
1165
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_admin_components_Switches_vue__ = __webpack_require__(2);
1166
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_vue_multiselect__ = __webpack_require__(3);
1167
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_vue_multiselect___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1_vue_multiselect__);
1168
  //
1169
  //
@@ -1387,21 +1585,384 @@ if (false) {(function () {
1387
  });
1388
 
1389
  /***/ }),
1390
- /* 16 */,
1391
- /* 17 */,
1392
- /* 18 */,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1393
  /* 19 */,
1394
- /* 20 */
 
 
 
1395
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1396
 
1397
  "use strict";
1398
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_UploadImage_vue__ = __webpack_require__(12);
1399
  /* unused harmony namespace reexport */
1400
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_40b3524c_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_UploadImage_vue__ = __webpack_require__(31);
1401
  var disposed = false
1402
  function injectStyle (ssrContext) {
1403
  if (disposed) return
1404
- __webpack_require__(30)
1405
  }
1406
  var normalizeComponent = __webpack_require__(0)
1407
  /* script */
@@ -1447,13 +2008,13 @@ if (false) {(function () {
1447
 
1448
 
1449
  /***/ }),
1450
- /* 21 */
1451
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1452
 
1453
  "use strict";
1454
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_PasswordGenerator_vue__ = __webpack_require__(13);
1455
  /* unused harmony namespace reexport */
1456
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_4084a478_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_PasswordGenerator_vue__ = __webpack_require__(32);
1457
  var disposed = false
1458
  var normalizeComponent = __webpack_require__(0)
1459
  /* script */
@@ -1499,12 +2060,12 @@ if (false) {(function () {
1499
 
1500
 
1501
  /***/ }),
1502
- /* 22 */,
1503
- /* 23 */
1504
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1505
 
1506
  "use strict";
1507
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_Chart_vue__ = __webpack_require__(6);
1508
  /* unused harmony namespace reexport */
1509
  var disposed = false
1510
  var normalizeComponent = __webpack_require__(0)
@@ -1551,17 +2112,17 @@ if (false) {(function () {
1551
 
1552
 
1553
  /***/ }),
1554
- /* 24 */
1555
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1556
 
1557
  "use strict";
1558
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_ColorPicker_vue__ = __webpack_require__(9);
1559
  /* unused harmony namespace reexport */
1560
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_01dc0d51_hasScoped_true_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_ColorPicker_vue__ = __webpack_require__(26);
1561
  var disposed = false
1562
  function injectStyle (ssrContext) {
1563
  if (disposed) return
1564
- __webpack_require__(25)
1565
  }
1566
  var normalizeComponent = __webpack_require__(0)
1567
  /* script */
@@ -1607,13 +2168,13 @@ if (false) {(function () {
1607
 
1608
 
1609
  /***/ }),
1610
- /* 25 */
1611
  /***/ (function(module, exports) {
1612
 
1613
  // removed by extract-text-webpack-plugin
1614
 
1615
  /***/ }),
1616
- /* 26 */
1617
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1618
 
1619
  "use strict";
@@ -1704,13 +2265,13 @@ if (false) {
1704
  }
1705
 
1706
  /***/ }),
1707
- /* 27 */
1708
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1709
 
1710
  "use strict";
1711
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_VendorAccountFields_vue__ = __webpack_require__(10);
1712
  /* unused harmony namespace reexport */
1713
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_2b13daea_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_VendorAccountFields_vue__ = __webpack_require__(33);
1714
  var disposed = false
1715
  var normalizeComponent = __webpack_require__(0)
1716
  /* script */
@@ -1756,13 +2317,13 @@ if (false) {(function () {
1756
 
1757
 
1758
  /***/ }),
1759
- /* 28 */
1760
  /***/ (function(module, exports) {
1761
 
1762
  // removed by extract-text-webpack-plugin
1763
 
1764
  /***/ }),
1765
- /* 29 */
1766
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1767
 
1768
  "use strict";
@@ -1793,13 +2354,13 @@ if (false) {
1793
  }
1794
 
1795
  /***/ }),
1796
- /* 30 */
1797
  /***/ (function(module, exports) {
1798
 
1799
  // removed by extract-text-webpack-plugin
1800
 
1801
  /***/ }),
1802
- /* 31 */
1803
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1804
 
1805
  "use strict";
@@ -1844,7 +2405,7 @@ if (false) {
1844
  }
1845
 
1846
  /***/ }),
1847
- /* 32 */
1848
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1849
 
1850
  "use strict";
@@ -1917,7 +2478,7 @@ if (false) {
1917
  }
1918
 
1919
  /***/ }),
1920
- /* 33 */
1921
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1922
 
1923
  "use strict";
@@ -2414,17 +2975,17 @@ if (false) {
2414
  }
2415
 
2416
  /***/ }),
2417
- /* 34 */
2418
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2419
 
2420
  "use strict";
2421
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_VendorAddressFields_vue__ = __webpack_require__(14);
2422
  /* unused harmony namespace reexport */
2423
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_9504c01e_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_VendorAddressFields_vue__ = __webpack_require__(36);
2424
  var disposed = false
2425
  function injectStyle (ssrContext) {
2426
  if (disposed) return
2427
- __webpack_require__(35)
2428
  }
2429
  var normalizeComponent = __webpack_require__(0)
2430
  /* script */
@@ -2470,13 +3031,13 @@ if (false) {(function () {
2470
 
2471
 
2472
  /***/ }),
2473
- /* 35 */
2474
  /***/ (function(module, exports) {
2475
 
2476
  // removed by extract-text-webpack-plugin
2477
 
2478
  /***/ }),
2479
- /* 36 */
2480
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2481
 
2482
  "use strict";
@@ -2751,17 +3312,17 @@ if (false) {
2751
  }
2752
 
2753
  /***/ }),
2754
- /* 37 */
2755
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2756
 
2757
  "use strict";
2758
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_VendorPaymentFields_vue__ = __webpack_require__(15);
2759
  /* unused harmony namespace reexport */
2760
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_2ed34783_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_VendorPaymentFields_vue__ = __webpack_require__(39);
2761
  var disposed = false
2762
  function injectStyle (ssrContext) {
2763
  if (disposed) return
2764
- __webpack_require__(38)
2765
  }
2766
  var normalizeComponent = __webpack_require__(0)
2767
  /* script */
@@ -2807,13 +3368,13 @@ if (false) {(function () {
2807
 
2808
 
2809
  /***/ }),
2810
- /* 38 */
2811
  /***/ (function(module, exports) {
2812
 
2813
  // removed by extract-text-webpack-plugin
2814
 
2815
  /***/ }),
2816
- /* 39 */
2817
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2818
 
2819
  "use strict";
@@ -3367,167 +3928,43 @@ var render = function() {
3367
  }),
3368
  _vm._v(" "),
3369
  _c("span", { staticClass: "desc" }, [
3370
- _vm._v(
3371
- _vm._s(_vm.__("Make Vendor Featured", "dokan-lite"))
3372
- )
3373
- ])
3374
- ],
3375
- 1
3376
- )
3377
- ])
3378
- ],
3379
- 2
3380
- ),
3381
- _vm._v(" "),
3382
- _vm._l(_vm.getPyamentFields, function(component, index) {
3383
- return _c(component, {
3384
- key: index,
3385
- tag: "component",
3386
- attrs: { vendorInfo: _vm.vendorInfo }
3387
- })
3388
- })
3389
- ],
3390
- 2
3391
- )
3392
- ]
3393
- )
3394
- }
3395
- var staticRenderFns = []
3396
- render._withStripped = true
3397
- var esExports = { render: render, staticRenderFns: staticRenderFns }
3398
- /* harmony default export */ __webpack_exports__["a"] = (esExports);
3399
- if (false) {
3400
- module.hot.accept()
3401
- if (module.hot.data) {
3402
- require("vue-hot-reload-api") .rerender("data-v-2ed34783", esExports)
3403
- }
3404
- }
3405
-
3406
- /***/ }),
3407
- /* 40 */
3408
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
3409
-
3410
- "use strict";
3411
- /* harmony export (immutable) */ __webpack_exports__["c"] = setLocaleData;
3412
- /* unused harmony export getI18n */
3413
- /* harmony export (immutable) */ __webpack_exports__["a"] = __;
3414
- /* unused harmony export _x */
3415
- /* unused harmony export _n */
3416
- /* harmony export (immutable) */ __webpack_exports__["b"] = _nx;
3417
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return sprintf; });
3418
- /**
3419
- * External dependencies
3420
- */
3421
- var i18n = {};
3422
- /**
3423
- * Creates a new Jed instance with specified locale data configuration.
3424
- *
3425
- * @see http://messageformat.github.io/Jed/
3426
- *
3427
- * @param {Object} data Locale data configuration.
3428
- */
3429
-
3430
- function setLocaleData(data) {
3431
- var jed = new Jed(data);
3432
- i18n[jed._textdomain] = jed;
3433
- }
3434
- /**
3435
- * Returns the current Jed instance, initializing with a default configuration
3436
- * if not already assigned.
3437
- *
3438
- * @return {Jed} Jed instance.
3439
- */
3440
-
3441
- function getI18n() {
3442
- var domain = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';
3443
-
3444
- if (!i18n[domain]) {
3445
- setLocaleData({
3446
- '': {}
3447
- });
3448
- }
3449
-
3450
- return i18n[domain];
3451
- }
3452
- /**
3453
- * Retrieve the translation of text.
3454
- *
3455
- * @see https://developer.wordpress.org/reference/functions/__/
3456
- *
3457
- * @param {string} text Text to translate.
3458
- * @param {string} domain Domain to retrieve the translated text.
3459
- *
3460
- * @return {string} Translated text.
3461
- */
3462
-
3463
- function __(text, domain) {
3464
- return getI18n(domain) ? getI18n(domain).dgettext(domain, text) : text;
3465
- }
3466
- /**
3467
- * Retrieve translated string with gettext context.
3468
- *
3469
- * @see https://developer.wordpress.org/reference/functions/_x/
3470
- *
3471
- * @param {string} text Text to translate.
3472
- * @param {string} context Context information for the translators.
3473
- * @param {string} domain Domain to retrieve the translated text.
3474
- *
3475
- * @return {string} Translated context string without pipe.
3476
- */
3477
-
3478
- function _x(text, context, domain) {
3479
- return getI18n(domain).dpgettext(domain, context, text);
3480
- }
3481
- /**
3482
- * Translates and retrieves the singular or plural form based on the supplied
3483
- * number.
3484
- *
3485
- * @see https://developer.wordpress.org/reference/functions/_n/
3486
- *
3487
- * @param {string} single The text to be used if the number is singular.
3488
- * @param {string} plural The text to be used if the number is plural.
3489
- * @param {number} number The number to compare against to use either the
3490
- * singular or plural form.
3491
- * @param {string} domain Domain to retrieve the translated text.
3492
- *
3493
- * @return {string} The translated singular or plural form.
3494
- */
3495
-
3496
- function _n(single, plural, number, domain) {
3497
- return getI18n(domain).dngettext(domain, single, plural, number);
3498
  }
3499
- /**
3500
- * Translates and retrieves the singular or plural form based on the supplied
3501
- * number, with gettext context.
3502
- *
3503
- * @see https://developer.wordpress.org/reference/functions/_nx/
3504
- *
3505
- * @param {string} single The text to be used if the number is singular.
3506
- * @param {string} plural The text to be used if the number is plural.
3507
- * @param {number} number The number to compare against to use either the
3508
- * singular or plural form.
3509
- * @param {string} context Context information for the translators.
3510
- * @param {string} domain Domain to retrieve the translated text.
3511
- *
3512
- * @return {string} The translated singular or plural form.
3513
- */
3514
-
3515
- function _nx(single, plural, number, context, domain) {
3516
- return getI18n(domain).dnpgettext(domain, context, single, plural, number);
3517
  }
3518
- /**
3519
- * Returns a formatted string.
3520
- *
3521
- * @see http://www.diveintojavascript.com/projects/javascript-sprintf
3522
- *
3523
- * @type {string}
3524
- */
3525
-
3526
- var sprintf = Jed.sprintf;
3527
 
3528
  /***/ }),
3529
- /* 41 */,
3530
- /* 42 */,
3531
  /* 43 */,
3532
  /* 44 */,
3533
  /* 45 */,
@@ -3560,7 +3997,10 @@ var sprintf = Jed.sprintf;
3560
  /* 72 */,
3561
  /* 73 */,
3562
  /* 74 */,
3563
- /* 75 */
 
 
 
3564
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3565
 
3566
  "use strict";
@@ -3604,7 +4044,7 @@ var sprintf = Jed.sprintf;
3604
  });
3605
 
3606
  /***/ }),
3607
- /* 76 */
3608
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3609
 
3610
  "use strict";
@@ -3620,7 +4060,7 @@ var sprintf = Jed.sprintf;
3620
  });
3621
 
3622
  /***/ }),
3623
- /* 77 */
3624
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3625
 
3626
  "use strict";
@@ -3683,7 +4123,7 @@ var sprintf = Jed.sprintf;
3683
  });
3684
 
3685
  /***/ }),
3686
- /* 78 */
3687
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3688
 
3689
  "use strict";
@@ -3850,7 +4290,7 @@ var sprintf = Jed.sprintf;
3850
  });
3851
 
3852
  /***/ }),
3853
- /* 79 */
3854
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3855
 
3856
  "use strict";
@@ -3868,11 +4308,11 @@ var sprintf = Jed.sprintf;
3868
  });
3869
 
3870
  /***/ }),
3871
- /* 80 */
3872
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3873
 
3874
  "use strict";
3875
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_debounce__ = __webpack_require__(1);
3876
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_debounce___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_debounce__);
3877
  //
3878
  //
@@ -3937,7 +4377,7 @@ var sprintf = Jed.sprintf;
3937
  });
3938
 
3939
  /***/ }),
3940
- /* 81 */
3941
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3942
 
3943
  "use strict";
@@ -3971,11 +4411,11 @@ var sprintf = Jed.sprintf;
3971
  });
3972
 
3973
  /***/ }),
3974
- /* 82 */
3975
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3976
 
3977
  "use strict";
3978
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_debounce__ = __webpack_require__(1);
3979
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_debounce___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_debounce__);
3980
  //
3981
  //
@@ -4014,7 +4454,7 @@ var sprintf = Jed.sprintf;
4014
  });
4015
 
4016
  /***/ }),
4017
- /* 83 */
4018
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
4019
 
4020
  "use strict";
@@ -4076,9 +4516,9 @@ var sprintf = Jed.sprintf;
4076
  });
4077
 
4078
  /***/ }),
4079
- /* 84 */,
4080
- /* 85 */,
4081
- /* 86 */
4082
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
4083
 
4084
  "use strict";
@@ -4206,13 +4646,13 @@ var sprintf = Jed.sprintf;
4206
  });
4207
 
4208
  /***/ }),
4209
- /* 87 */
4210
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
4211
 
4212
  "use strict";
4213
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_classCallCheck__ = __webpack_require__(72);
4214
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_classCallCheck___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_classCallCheck__);
4215
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__babel_runtime_helpers_createClass__ = __webpack_require__(73);
4216
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__babel_runtime_helpers_createClass___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1__babel_runtime_helpers_createClass__);
4217
 
4218
 
@@ -4421,7 +4861,7 @@ var SearchButtonControl = /*#__PURE__*/function () {
4421
  });
4422
 
4423
  /***/ }),
4424
- /* 88 */
4425
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
4426
 
4427
  "use strict";
@@ -4512,7 +4952,7 @@ var SearchButtonControl = /*#__PURE__*/function () {
4512
  });
4513
 
4514
  /***/ }),
4515
- /* 89 */
4516
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
4517
 
4518
  "use strict";
@@ -4587,9 +5027,6 @@ var SearchButtonControl = /*#__PURE__*/function () {
4587
  });
4588
 
4589
  /***/ }),
4590
- /* 90 */,
4591
- /* 91 */,
4592
- /* 92 */,
4593
  /* 93 */,
4594
  /* 94 */,
4595
  /* 95 */,
@@ -4684,57 +5121,66 @@ var SearchButtonControl = /*#__PURE__*/function () {
4684
  /* 184 */,
4685
  /* 185 */,
4686
  /* 186 */,
4687
- /* 187 */
 
 
 
 
 
 
 
4688
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
4689
 
4690
  "use strict";
4691
  Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
4692
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_vue__ = __webpack_require__(4);
4693
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_vue_router__ = __webpack_require__(22);
4694
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_moment__ = __webpack_require__(188);
4695
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_moment___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_2_moment__);
4696
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_3_vue_notification__ = __webpack_require__(69);
4697
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_3_vue_notification___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_3_vue_notification__);
4698
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_4_vue_wp_list_table__ = __webpack_require__(70);
4699
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_5_vue_multiselect__ = __webpack_require__(3);
4700
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_5_vue_multiselect___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_5_vue_multiselect__);
4701
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__utils_Api__ = __webpack_require__(192);
4702
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_7_vue_chartjs__ = __webpack_require__(18);
4703
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_8__Mixin__ = __webpack_require__(193);
4704
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_9_debounce__ = __webpack_require__(1);
4705
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_9_debounce___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_9_debounce__);
4706
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_10__utils_VersionCompare__ = __webpack_require__(194);
4707
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_10__utils_VersionCompare___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_10__utils_VersionCompare__);
4708
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_11_vue_content_loading__ = __webpack_require__(74);
4709
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_11_vue_content_loading___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_11_vue_content_loading__);
4710
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_12_admin_components_Postbox_vue__ = __webpack_require__(195);
4711
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_13_admin_components_Loading_vue__ = __webpack_require__(198);
4712
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_14_admin_components_Chart_vue__ = __webpack_require__(23);
4713
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_15_admin_components_Modal_vue__ = __webpack_require__(201);
4714
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_16_admin_components_Switches_vue__ = __webpack_require__(2);
4715
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_17_admin_components_TextEditor_vue__ = __webpack_require__(204);
4716
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_18_admin_components_Currency_vue__ = __webpack_require__(206);
4717
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_19_admin_components_LazyInput_vue__ = __webpack_require__(208);
4718
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_20_admin_components_Progressbar_vue__ = __webpack_require__(210);
4719
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_21_admin_components_Search_vue__ = __webpack_require__(213);
4720
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_22_admin_components_Datepicker_vue__ = __webpack_require__(215);
4721
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_23_vue2_daterange_picker__ = __webpack_require__(84);
4722
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_23_vue2_daterange_picker___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_23_vue2_daterange_picker__);
4723
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_24_vue2_daterange_picker_dist_vue2_daterange_picker_css__ = __webpack_require__(217);
4724
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_24_vue2_daterange_picker_dist_vue2_daterange_picker_css___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_24_vue2_daterange_picker_dist_vue2_daterange_picker_css__);
4725
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_25_vue_sweetalert2__ = __webpack_require__(85);
4726
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_26_admin_components_ColorPicker_vue__ = __webpack_require__(24);
4727
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_27_admin_components_GoogleMaps_vue__ = __webpack_require__(222);
4728
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_28_admin_components_Mapbox_vue__ = __webpack_require__(225);
4729
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_29_admin_components_UploadImage_vue__ = __webpack_require__(20);
4730
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_30_admin_components_PasswordGenerator_vue__ = __webpack_require__(21);
4731
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_31_admin_components_RefreshSettingOptions_vue__ = __webpack_require__(228);
4732
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_32_admin_pages_VendorAccountFields_vue__ = __webpack_require__(27);
4733
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_33_admin_pages_VendorAddressFields_vue__ = __webpack_require__(34);
4734
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_34_admin_pages_VendorSocialFields_vue__ = __webpack_require__(231);
4735
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_35_admin_pages_VendorPaymentFields_vue__ = __webpack_require__(37);
4736
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_36_vue_multiselect_dist_vue_multiselect_min_css__ = __webpack_require__(233);
4737
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_36_vue_multiselect_dist_vue_multiselect_min_css___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_36_vue_multiselect_dist_vue_multiselect_min_css__);
 
 
4738
 
4739
 
4740
 
@@ -4779,7 +5225,7 @@ window.__ = function (text, domain) {
4779
 
4780
 
4781
  __WEBPACK_IMPORTED_MODULE_0_vue__["default"].use(__WEBPACK_IMPORTED_MODULE_3_vue_notification___default.a);
4782
- __WEBPACK_IMPORTED_MODULE_0_vue__["default"].use(__WEBPACK_IMPORTED_MODULE_25_vue_sweetalert2__["default"]);
4783
  __WEBPACK_IMPORTED_MODULE_0_vue__["default"].mixin(__WEBPACK_IMPORTED_MODULE_8__Mixin__["a" /* default */]);
4784
  __WEBPACK_IMPORTED_MODULE_0_vue__["default"].filter('currency', function (value) {
4785
  return accounting.formatMoney(value, dokan.currency);
@@ -4813,40 +5259,41 @@ window.dokan.libs['Vue'] = __WEBPACK_IMPORTED_MODULE_0_vue__["default"];
4813
  window.dokan.libs['Router'] = __WEBPACK_IMPORTED_MODULE_1_vue_router__["default"];
4814
  window.dokan.libs['moment'] = __WEBPACK_IMPORTED_MODULE_2_moment___default.a;
4815
  window.dokan.libs['ListTable'] = __WEBPACK_IMPORTED_MODULE_4_vue_wp_list_table__["default"];
4816
- window.dokan.libs['Currency'] = __WEBPACK_IMPORTED_MODULE_18_admin_components_Currency_vue__["a" /* default */];
4817
- window.dokan.libs['Postbox'] = __WEBPACK_IMPORTED_MODULE_12_admin_components_Postbox_vue__["a" /* default */];
4818
- window.dokan.libs['Loading'] = __WEBPACK_IMPORTED_MODULE_13_admin_components_Loading_vue__["a" /* default */];
4819
  window.dokan.libs['ChartJS'] = __WEBPACK_IMPORTED_MODULE_7_vue_chartjs__["default"];
4820
- window.dokan.libs['Chart'] = __WEBPACK_IMPORTED_MODULE_14_admin_components_Chart_vue__["a" /* default */];
4821
- window.dokan.libs['Modal'] = __WEBPACK_IMPORTED_MODULE_15_admin_components_Modal_vue__["a" /* default */];
4822
- window.dokan.libs['Switches'] = __WEBPACK_IMPORTED_MODULE_16_admin_components_Switches_vue__["a" /* default */];
4823
- window.dokan.libs['TextEditor'] = __WEBPACK_IMPORTED_MODULE_17_admin_components_TextEditor_vue__["a" /* default */];
4824
- window.dokan.libs['LazyInput'] = __WEBPACK_IMPORTED_MODULE_19_admin_components_LazyInput_vue__["a" /* default */];
4825
- window.dokan.libs['Progressbar'] = __WEBPACK_IMPORTED_MODULE_20_admin_components_Progressbar_vue__["a" /* default */];
4826
- window.dokan.libs['Search'] = __WEBPACK_IMPORTED_MODULE_21_admin_components_Search_vue__["a" /* default */];
4827
- window.dokan.libs['Datepicker'] = __WEBPACK_IMPORTED_MODULE_22_admin_components_Datepicker_vue__["a" /* default */];
4828
- window.dokan.libs['DateRangePicker'] = __WEBPACK_IMPORTED_MODULE_23_vue2_daterange_picker___default.a;
4829
  window.dokan.libs['Multiselect'] = __WEBPACK_IMPORTED_MODULE_5_vue_multiselect___default.a;
4830
- window.dokan.libs['ColorPicker'] = __WEBPACK_IMPORTED_MODULE_26_admin_components_ColorPicker_vue__["a" /* default */];
4831
  window.dokan.libs['debounce'] = __WEBPACK_IMPORTED_MODULE_9_debounce___default.a;
4832
  window.dokan.libs['VersionCompare'] = __WEBPACK_IMPORTED_MODULE_10__utils_VersionCompare___default.a;
4833
- window.dokan.libs['GoogleMaps'] = __WEBPACK_IMPORTED_MODULE_27_admin_components_GoogleMaps_vue__["a" /* default */];
4834
- window.dokan.libs['Mapbox'] = __WEBPACK_IMPORTED_MODULE_28_admin_components_Mapbox_vue__["a" /* default */];
4835
- window.dokan.libs['UploadImage'] = __WEBPACK_IMPORTED_MODULE_29_admin_components_UploadImage_vue__["a" /* default */];
4836
- window.dokan.libs['PasswordGenerator'] = __WEBPACK_IMPORTED_MODULE_30_admin_components_PasswordGenerator_vue__["a" /* default */];
4837
- window.dokan.libs['VendorAccountFields'] = __WEBPACK_IMPORTED_MODULE_32_admin_pages_VendorAccountFields_vue__["a" /* default */];
4838
- window.dokan.libs['VendorAddressFields'] = __WEBPACK_IMPORTED_MODULE_33_admin_pages_VendorAddressFields_vue__["a" /* default */];
4839
- window.dokan.libs['VendorSocialFields'] = __WEBPACK_IMPORTED_MODULE_34_admin_pages_VendorSocialFields_vue__["a" /* default */];
4840
- window.dokan.libs['VendorPaymentFields'] = __WEBPACK_IMPORTED_MODULE_35_admin_pages_VendorPaymentFields_vue__["a" /* default */];
4841
- window.dokan.libs['RefreshSettingOptions'] = __WEBPACK_IMPORTED_MODULE_31_admin_components_RefreshSettingOptions_vue__["a" /* default */];
 
4842
  window.dokan.libs['ContentLoading'] = {
4843
- VclCode: __WEBPACK_IMPORTED_MODULE_11_vue_content_loading__["VclCode"],
4844
- VclList: __WEBPACK_IMPORTED_MODULE_11_vue_content_loading__["VclList"],
4845
- VclTwitch: __WEBPACK_IMPORTED_MODULE_11_vue_content_loading__["VclTwitch"],
4846
- VclFacebook: __WEBPACK_IMPORTED_MODULE_11_vue_content_loading__["VclFacebook"],
4847
- VclInstagram: __WEBPACK_IMPORTED_MODULE_11_vue_content_loading__["VclInstagram"],
4848
- VclBulletList: __WEBPACK_IMPORTED_MODULE_11_vue_content_loading__["VclBulletList"],
4849
- VueContentLoading: __WEBPACK_IMPORTED_MODULE_11_vue_content_loading__["VueContentLoading"]
4850
  }; // wp npm packages with backward compatibility
4851
 
4852
  dokan.hooks = wp && wp.hooks ? wp.hooks : dokan.wpPackages.hooks;
@@ -4862,22 +5309,22 @@ if (dokan.hooks) {
4862
  }
4863
 
4864
  /***/ }),
4865
- /* 188 */
4866
  /***/ (function(module, exports) {
4867
 
4868
  module.exports = moment;
4869
 
4870
  /***/ }),
4871
- /* 189 */,
4872
- /* 190 */,
4873
- /* 191 */,
4874
- /* 192 */
4875
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
4876
 
4877
  "use strict";
4878
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_classCallCheck__ = __webpack_require__(72);
4879
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_classCallCheck___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_classCallCheck__);
4880
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__babel_runtime_helpers_createClass__ = __webpack_require__(73);
4881
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__babel_runtime_helpers_createClass___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1__babel_runtime_helpers_createClass__);
4882
 
4883
 
@@ -4953,11 +5400,11 @@ var Dokan_API = /*#__PURE__*/function () {
4953
  /* harmony default export */ __webpack_exports__["a"] = (Dokan_API);
4954
 
4955
  /***/ }),
4956
- /* 193 */
4957
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
4958
 
4959
  "use strict";
4960
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__utils_i18n__ = __webpack_require__(40);
4961
 
4962
  /* harmony default export */ __webpack_exports__["a"] = ({
4963
  methods: {
@@ -4984,7 +5431,129 @@ var Dokan_API = /*#__PURE__*/function () {
4984
  });
4985
 
4986
  /***/ }),
4987
- /* 194 */
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4988
  /***/ (function(module, exports) {
4989
 
4990
  module.exports = function versionCompare(v1, v2, operator) {
@@ -5112,17 +5681,17 @@ module.exports = function versionCompare(v1, v2, operator) {
5112
  };
5113
 
5114
  /***/ }),
5115
- /* 195 */
5116
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
5117
 
5118
  "use strict";
5119
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_Postbox_vue__ = __webpack_require__(75);
5120
  /* unused harmony namespace reexport */
5121
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_36a997ab_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_Postbox_vue__ = __webpack_require__(197);
5122
  var disposed = false
5123
  function injectStyle (ssrContext) {
5124
  if (disposed) return
5125
- __webpack_require__(196)
5126
  }
5127
  var normalizeComponent = __webpack_require__(0)
5128
  /* script */
@@ -5168,13 +5737,13 @@ if (false) {(function () {
5168
 
5169
 
5170
  /***/ }),
5171
- /* 196 */
5172
  /***/ (function(module, exports) {
5173
 
5174
  // removed by extract-text-webpack-plugin
5175
 
5176
  /***/ }),
5177
- /* 197 */
5178
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
5179
 
5180
  "use strict";
@@ -5238,17 +5807,17 @@ if (false) {
5238
  }
5239
 
5240
  /***/ }),
5241
- /* 198 */
5242
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
5243
 
5244
  "use strict";
5245
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_Loading_vue__ = __webpack_require__(76);
5246
  /* unused harmony namespace reexport */
5247
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_67db673c_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_Loading_vue__ = __webpack_require__(200);
5248
  var disposed = false
5249
  function injectStyle (ssrContext) {
5250
  if (disposed) return
5251
- __webpack_require__(199)
5252
  }
5253
  var normalizeComponent = __webpack_require__(0)
5254
  /* script */
@@ -5294,13 +5863,13 @@ if (false) {(function () {
5294
 
5295
 
5296
  /***/ }),
5297
- /* 199 */
5298
  /***/ (function(module, exports) {
5299
 
5300
  // removed by extract-text-webpack-plugin
5301
 
5302
  /***/ }),
5303
- /* 200 */
5304
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
5305
 
5306
  "use strict";
@@ -5329,17 +5898,17 @@ if (false) {
5329
  }
5330
 
5331
  /***/ }),
5332
- /* 201 */
5333
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
5334
 
5335
  "use strict";
5336
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_Modal_vue__ = __webpack_require__(77);
5337
  /* unused harmony namespace reexport */
5338
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_4bd79a2d_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_Modal_vue__ = __webpack_require__(203);
5339
  var disposed = false
5340
  function injectStyle (ssrContext) {
5341
  if (disposed) return
5342
- __webpack_require__(202)
5343
  }
5344
  var normalizeComponent = __webpack_require__(0)
5345
  /* script */
@@ -5385,13 +5954,13 @@ if (false) {(function () {
5385
 
5386
 
5387
  /***/ }),
5388
- /* 202 */
5389
  /***/ (function(module, exports) {
5390
 
5391
  // removed by extract-text-webpack-plugin
5392
 
5393
  /***/ }),
5394
- /* 203 */
5395
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
5396
 
5397
  "use strict";
@@ -5471,13 +6040,13 @@ if (false) {
5471
  }
5472
 
5473
  /***/ }),
5474
- /* 204 */
5475
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
5476
 
5477
  "use strict";
5478
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_TextEditor_vue__ = __webpack_require__(78);
5479
  /* unused harmony namespace reexport */
5480
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_70730fac_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_TextEditor_vue__ = __webpack_require__(205);
5481
  var disposed = false
5482
  var normalizeComponent = __webpack_require__(0)
5483
  /* script */
@@ -5523,7 +6092,7 @@ if (false) {(function () {
5523
 
5524
 
5525
  /***/ }),
5526
- /* 205 */
5527
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
5528
 
5529
  "use strict";
@@ -5548,13 +6117,13 @@ if (false) {
5548
  }
5549
 
5550
  /***/ }),
5551
- /* 206 */
5552
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
5553
 
5554
  "use strict";
5555
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_Currency_vue__ = __webpack_require__(79);
5556
  /* unused harmony namespace reexport */
5557
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_7df58dc1_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_Currency_vue__ = __webpack_require__(207);
5558
  var disposed = false
5559
  var normalizeComponent = __webpack_require__(0)
5560
  /* script */
@@ -5600,7 +6169,7 @@ if (false) {(function () {
5600
 
5601
 
5602
  /***/ }),
5603
- /* 207 */
5604
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
5605
 
5606
  "use strict";
@@ -5624,13 +6193,13 @@ if (false) {
5624
  }
5625
 
5626
  /***/ }),
5627
- /* 208 */
5628
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
5629
 
5630
  "use strict";
5631
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_LazyInput_vue__ = __webpack_require__(80);
5632
  /* unused harmony namespace reexport */
5633
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_588d4894_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_LazyInput_vue__ = __webpack_require__(209);
5634
  var disposed = false
5635
  var normalizeComponent = __webpack_require__(0)
5636
  /* script */
@@ -5676,7 +6245,7 @@ if (false) {(function () {
5676
 
5677
 
5678
  /***/ }),
5679
- /* 209 */
5680
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
5681
 
5682
  "use strict";
@@ -5708,17 +6277,17 @@ if (false) {
5708
  }
5709
 
5710
  /***/ }),
5711
- /* 210 */
5712
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
5713
 
5714
  "use strict";
5715
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_Progressbar_vue__ = __webpack_require__(81);
5716
  /* unused harmony namespace reexport */
5717
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_356fabc6_hasScoped_true_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_Progressbar_vue__ = __webpack_require__(212);
5718
  var disposed = false
5719
  function injectStyle (ssrContext) {
5720
  if (disposed) return
5721
- __webpack_require__(211)
5722
  }
5723
  var normalizeComponent = __webpack_require__(0)
5724
  /* script */
@@ -5764,13 +6333,13 @@ if (false) {(function () {
5764
 
5765
 
5766
  /***/ }),
5767
- /* 211 */
5768
  /***/ (function(module, exports) {
5769
 
5770
  // removed by extract-text-webpack-plugin
5771
 
5772
  /***/ }),
5773
- /* 212 */
5774
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
5775
 
5776
  "use strict";
@@ -5803,13 +6372,13 @@ if (false) {
5803
  }
5804
 
5805
  /***/ }),
5806
- /* 213 */
5807
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
5808
 
5809
  "use strict";
5810
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_Search_vue__ = __webpack_require__(82);
5811
  /* unused harmony namespace reexport */
5812
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_5d8365d8_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_Search_vue__ = __webpack_require__(214);
5813
  var disposed = false
5814
  var normalizeComponent = __webpack_require__(0)
5815
  /* script */
@@ -5855,7 +6424,7 @@ if (false) {(function () {
5855
 
5856
 
5857
  /***/ }),
5858
- /* 214 */
5859
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
5860
 
5861
  "use strict";
@@ -5903,13 +6472,13 @@ if (false) {
5903
  }
5904
 
5905
  /***/ }),
5906
- /* 215 */
5907
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
5908
 
5909
  "use strict";
5910
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_Datepicker_vue__ = __webpack_require__(83);
5911
  /* unused harmony namespace reexport */
5912
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_ae257028_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_Datepicker_vue__ = __webpack_require__(216);
5913
  var disposed = false
5914
  var normalizeComponent = __webpack_require__(0)
5915
  /* script */
@@ -5955,7 +6524,7 @@ if (false) {(function () {
5955
 
5956
 
5957
  /***/ }),
5958
- /* 216 */
5959
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
5960
 
5961
  "use strict";
@@ -5985,22 +6554,22 @@ if (false) {
5985
  }
5986
 
5987
  /***/ }),
5988
- /* 217 */,
5989
- /* 218 */,
5990
- /* 219 */,
5991
- /* 220 */,
5992
- /* 221 */,
5993
- /* 222 */
5994
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
5995
 
5996
  "use strict";
5997
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_GoogleMaps_vue__ = __webpack_require__(86);
5998
  /* unused harmony namespace reexport */
5999
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_4f45e4a0_hasScoped_true_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_GoogleMaps_vue__ = __webpack_require__(224);
6000
  var disposed = false
6001
  function injectStyle (ssrContext) {
6002
  if (disposed) return
6003
- __webpack_require__(223)
6004
  }
6005
  var normalizeComponent = __webpack_require__(0)
6006
  /* script */
@@ -6046,13 +6615,13 @@ if (false) {(function () {
6046
 
6047
 
6048
  /***/ }),
6049
- /* 223 */
6050
  /***/ (function(module, exports) {
6051
 
6052
  // removed by extract-text-webpack-plugin
6053
 
6054
  /***/ }),
6055
- /* 224 */
6056
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
6057
 
6058
  "use strict";
@@ -6093,17 +6662,17 @@ if (false) {
6093
  }
6094
 
6095
  /***/ }),
6096
- /* 225 */
6097
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
6098
 
6099
  "use strict";
6100
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_Mapbox_vue__ = __webpack_require__(87);
6101
  /* unused harmony namespace reexport */
6102
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_2fe28f9f_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_Mapbox_vue__ = __webpack_require__(227);
6103
  var disposed = false
6104
  function injectStyle (ssrContext) {
6105
  if (disposed) return
6106
- __webpack_require__(226)
6107
  }
6108
  var normalizeComponent = __webpack_require__(0)
6109
  /* script */
@@ -6149,13 +6718,13 @@ if (false) {(function () {
6149
 
6150
 
6151
  /***/ }),
6152
- /* 226 */
6153
  /***/ (function(module, exports) {
6154
 
6155
  // removed by extract-text-webpack-plugin
6156
 
6157
  /***/ }),
6158
- /* 227 */
6159
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
6160
 
6161
  "use strict";
@@ -6210,17 +6779,17 @@ if (false) {
6210
  }
6211
 
6212
  /***/ }),
6213
- /* 228 */
6214
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
6215
 
6216
  "use strict";
6217
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_RefreshSettingOptions_vue__ = __webpack_require__(88);
6218
  /* unused harmony namespace reexport */
6219
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_e724292e_hasScoped_true_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_RefreshSettingOptions_vue__ = __webpack_require__(230);
6220
  var disposed = false
6221
  function injectStyle (ssrContext) {
6222
  if (disposed) return
6223
- __webpack_require__(229)
6224
  }
6225
  var normalizeComponent = __webpack_require__(0)
6226
  /* script */
@@ -6266,13 +6835,13 @@ if (false) {(function () {
6266
 
6267
 
6268
  /***/ }),
6269
- /* 229 */
6270
  /***/ (function(module, exports) {
6271
 
6272
  // removed by extract-text-webpack-plugin
6273
 
6274
  /***/ }),
6275
- /* 230 */
6276
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
6277
 
6278
  "use strict";
@@ -6326,13 +6895,13 @@ if (false) {
6326
  }
6327
 
6328
  /***/ }),
6329
- /* 231 */
6330
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
6331
 
6332
  "use strict";
6333
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_VendorSocialFields_vue__ = __webpack_require__(89);
6334
  /* unused harmony namespace reexport */
6335
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_21406e92_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_VendorSocialFields_vue__ = __webpack_require__(232);
6336
  var disposed = false
6337
  var normalizeComponent = __webpack_require__(0)
6338
  /* script */
@@ -6378,7 +6947,7 @@ if (false) {(function () {
6378
 
6379
 
6380
  /***/ }),
6381
- /* 232 */
6382
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
6383
 
6384
  "use strict";
@@ -6666,4 +7235,4 @@ if (false) {
6666
  }
6667
 
6668
  /***/ })
6669
- ],[187]);
1
  dokanWebpack([1],[
2
  /* 0 */,
3
+ /* 1 */
4
+ /***/ (function(module, exports) {
5
+
6
+ module.exports = jQuery;
7
+
8
+ /***/ }),
9
  /* 2 */
10
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
11
 
12
  "use strict";
13
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_jquery__ = __webpack_require__(1);
14
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_jquery___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_jquery__);
15
+ //
16
+ //
17
+ //
18
+ //
19
+ //
20
+ //
21
+ //
22
+ //
23
+ //
24
+ //
25
+ //
26
+ //
27
+ //
28
+ //
29
+ //
30
+ //
31
+ //
32
+ //
33
+ //
34
+ //
35
+ //
36
+ //
37
+ //
38
+ //
39
+ //
40
+ //
41
+ //
42
+ //
43
+ //
44
+ //
45
+ //
46
+ //
47
+ //
48
+ //
49
+ //
50
+ //
51
+ //
52
+ //
53
+ //
54
+ //
55
+ //
56
+ //
57
+ //
58
+ //
59
+ //
60
+ //
61
+ //
62
+ //
63
+ //
64
+
65
+ /* harmony default export */ __webpack_exports__["a"] = ({
66
+ name: "AdminNotice",
67
+ props: {
68
+ endpoint: {
69
+ type: String,
70
+ default: 'admin'
71
+ },
72
+ interval: {
73
+ type: Number,
74
+ default: 5000
75
+ }
76
+ },
77
+ data: function data() {
78
+ return {
79
+ timer: null,
80
+ notices: [],
81
+ loading: false,
82
+ button_text: '',
83
+ current_notice: 1,
84
+ task_completed: false,
85
+ transitionName: 'slide-next'
86
+ };
87
+ },
88
+ created: function created() {
89
+ this.fetch();
90
+ },
91
+ methods: {
92
+ fetch: function fetch() {
93
+ var _this = this;
94
+
95
+ dokan.api.get("/admin/notices/".concat(this.endpoint)).done(function (response) {
96
+ _this.notices = response.filter(function (notice) {
97
+ return notice.description || notice.title;
98
+ });
99
+
100
+ _this.startAutoSlide();
101
+ });
102
+ },
103
+ slideNotice: function slideNotice(n) {
104
+ this.current_notice += n;
105
+ n === 1 ? this.transitionName = "slide-next" : this.transitionName = "slide-prev";
106
+ var len = this.notices.length;
107
+
108
+ if (this.current_notice < 1) {
109
+ this.current_notice = len;
110
+ }
111
+
112
+ if (this.current_notice > len) {
113
+ this.current_notice = 1;
114
+ }
115
+ },
116
+ nextNotice: function nextNotice() {
117
+ this.stopAutoSlide();
118
+ this.slideNotice(1);
119
+ },
120
+ prevNotice: function prevNotice() {
121
+ this.stopAutoSlide();
122
+ this.slideNotice(-1);
123
+ },
124
+ startAutoSlide: function startAutoSlide() {
125
+ var _this2 = this;
126
+
127
+ if (!this.loading && this.notices.length > 1) {
128
+ this.timer = setInterval(function () {
129
+ _this2.slideNotice(1);
130
+ }, this.interval);
131
+ }
132
+ },
133
+ stopAutoSlide: function stopAutoSlide() {
134
+ if (!this.loading && this.notices.length > 1) {
135
+ clearInterval(this.timer);
136
+ this.timer = null;
137
+ }
138
+ },
139
+ hideNotice: function hideNotice(notice, index) {
140
+ var _this3 = this;
141
+
142
+ __WEBPACK_IMPORTED_MODULE_0_jquery___default.a.ajax({
143
+ url: dokan.ajaxurl,
144
+ method: 'post',
145
+ dataType: 'json',
146
+ data: notice.ajax_data
147
+ }).done(function () {
148
+ _this3.notices.splice(index, 1);
149
+
150
+ _this3.current_notice = 1;
151
+ });
152
+ },
153
+ handleAction: function handleAction(action, index) {
154
+ var _this4 = this;
155
+
156
+ if (action.confirm_message) {
157
+ this.$swal({
158
+ title: this.__('Are you sure?', 'dokan-lite'),
159
+ type: 'warning',
160
+ html: action.confirm_message,
161
+ showCancelButton: true,
162
+ confirmButtonText: action.text,
163
+ cancelButtonText: this.__('Cancel', 'dokan-lite')
164
+ }).then(function (response) {
165
+ if (response.value) {
166
+ _this4.handleRequest(action, index);
167
+ }
168
+ });
169
+ } else {
170
+ this.handleRequest(action, index);
171
+ }
172
+ },
173
+ handleRequest: function handleRequest(action, index) {
174
+ var _this5 = this;
175
+
176
+ this.loading = true;
177
+ this.button_text = action.loading_text ? action.loading_text : this.__('Loading...', 'dokan-lite');
178
+ __WEBPACK_IMPORTED_MODULE_0_jquery___default.a.ajax({
179
+ url: dokan.ajaxurl,
180
+ method: 'post',
181
+ dataType: 'json',
182
+ data: action.ajax_data
183
+ }).always(function () {
184
+ _this5.loading = false;
185
+ }).done(function () {
186
+ _this5.button_text = action.completed_text ? action.completed_text : action.text;
187
+ _this5.task_completed = true;
188
+
189
+ if (action.reload) {
190
+ window.location.reload();
191
+ } else {
192
+ _this5.notices.splice(index, 1);
193
+
194
+ _this5.current_notice = 1;
195
+ }
196
+ });
197
+ }
198
+ }
199
+ });
200
+
201
+ /***/ }),
202
+ /* 3 */,
203
+ /* 4 */,
204
+ /* 5 */
205
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
206
+
207
+ "use strict";
208
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_Switches_vue__ = __webpack_require__(12);
209
  /* unused harmony namespace reexport */
210
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_aa8ad7dc_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_Switches_vue__ = __webpack_require__(32);
211
  var disposed = false
212
  function injectStyle (ssrContext) {
213
  if (disposed) return
214
+ __webpack_require__(31)
215
  }
216
  var normalizeComponent = __webpack_require__(0)
217
  /* script */
257
 
258
 
259
  /***/ }),
260
+ /* 6 */,
261
+ /* 7 */,
262
+ /* 8 */,
263
+ /* 9 */
264
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
265
 
266
  "use strict";
267
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_vue_chartjs__ = __webpack_require__(21);
268
 
269
  /* harmony default export */ __webpack_exports__["a"] = ({
270
  extends: __WEBPACK_IMPORTED_MODULE_0_vue_chartjs__["Line"],
335
  });
336
 
337
  /***/ }),
338
+ /* 10 */
 
 
339
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
340
 
341
  "use strict";
342
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_vue_color_src_components_Sketch_vue__ = __webpack_require__(58);
343
  //
344
  //
345
  //
448
  });
449
 
450
  /***/ }),
451
+ /* 11 */
452
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
453
 
454
  "use strict";
455
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_debounce__ = __webpack_require__(4);
456
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_debounce___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_debounce__);
457
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_admin_components_Switches_vue__ = __webpack_require__(5);
458
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_admin_components_UploadImage_vue__ = __webpack_require__(23);
459
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_3_admin_components_PasswordGenerator_vue__ = __webpack_require__(24);
460
  //
461
  //
462
  //
830
  });
831
 
832
  /***/ }),
833
+ /* 12 */
834
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
835
 
836
  "use strict";
865
  });
866
 
867
  /***/ }),
868
+ /* 13 */
869
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
870
 
871
  "use strict";
1092
  });
1093
 
1094
  /***/ }),
1095
+ /* 14 */
1096
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1097
 
1098
  "use strict";
1175
  });
1176
 
1177
  /***/ }),
1178
+ /* 15 */
1179
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1180
 
1181
  "use strict";
1182
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_vue_multiselect__ = __webpack_require__(6);
1183
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_vue_multiselect___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_vue_multiselect__);
1184
  //
1185
  //
1356
  });
1357
 
1358
  /***/ }),
1359
+ /* 16 */
1360
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1361
 
1362
  "use strict";
1363
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_admin_components_Switches_vue__ = __webpack_require__(5);
1364
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_vue_multiselect__ = __webpack_require__(6);
1365
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_vue_multiselect___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1_vue_multiselect__);
1366
  //
1367
  //
1585
  });
1586
 
1587
  /***/ }),
1588
+ /* 17 */
1589
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
1590
+
1591
+ "use strict";
1592
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_AdminNotice_vue__ = __webpack_require__(2);
1593
+ /* unused harmony namespace reexport */
1594
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_0f724387_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_AdminNotice_vue__ = __webpack_require__(18);
1595
+ var disposed = false
1596
+ var normalizeComponent = __webpack_require__(0)
1597
+ /* script */
1598
+
1599
+
1600
+ /* template */
1601
+
1602
+ /* template functional */
1603
+ var __vue_template_functional__ = false
1604
+ /* styles */
1605
+ var __vue_styles__ = null
1606
+ /* scopeId */
1607
+ var __vue_scopeId__ = null
1608
+ /* moduleIdentifier (server only) */
1609
+ var __vue_module_identifier__ = null
1610
+ var Component = normalizeComponent(
1611
+ __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_AdminNotice_vue__["a" /* default */],
1612
+ __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_0f724387_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_AdminNotice_vue__["a" /* default */],
1613
+ __vue_template_functional__,
1614
+ __vue_styles__,
1615
+ __vue_scopeId__,
1616
+ __vue_module_identifier__
1617
+ )
1618
+ Component.options.__file = "src/admin/components/AdminNotice.vue"
1619
+
1620
+ /* hot reload */
1621
+ if (false) {(function () {
1622
+ var hotAPI = require("vue-hot-reload-api")
1623
+ hotAPI.install(require("vue"), false)
1624
+ if (!hotAPI.compatible) return
1625
+ module.hot.accept()
1626
+ if (!module.hot.data) {
1627
+ hotAPI.createRecord("data-v-0f724387", Component.options)
1628
+ } else {
1629
+ hotAPI.reload("data-v-0f724387", Component.options)
1630
+ }
1631
+ module.hot.dispose(function (data) {
1632
+ disposed = true
1633
+ })
1634
+ })()}
1635
+
1636
+ /* harmony default export */ __webpack_exports__["a"] = (Component.exports);
1637
+
1638
+
1639
+ /***/ }),
1640
+ /* 18 */
1641
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
1642
+
1643
+ "use strict";
1644
+ var render = function() {
1645
+ var _vm = this
1646
+ var _h = _vm.$createElement
1647
+ var _c = _vm._self._c || _h
1648
+ return _c("div", { staticClass: "notice dokan-admin-notices-wrap" }, [
1649
+ _vm.notices && _vm.notices.length
1650
+ ? _c(
1651
+ "div",
1652
+ { staticClass: "dokan-admin-notices" },
1653
+ [
1654
+ _c(
1655
+ "transition-group",
1656
+ {
1657
+ staticClass: "dokan-notice-slides",
1658
+ attrs: { name: _vm.transitionName, tag: "div" }
1659
+ },
1660
+ [
1661
+ _vm._l(_vm.notices, function(notice, index) {
1662
+ return [
1663
+ _c(
1664
+ "div",
1665
+ {
1666
+ directives: [
1667
+ {
1668
+ name: "show",
1669
+ rawName: "v-show",
1670
+ value: index + 1 === _vm.current_notice,
1671
+ expression: "(index + 1) === current_notice"
1672
+ }
1673
+ ],
1674
+ key: index,
1675
+ staticClass: "dokan-admin-notice",
1676
+ class: "dokan-" + notice.type,
1677
+ on: {
1678
+ mouseenter: _vm.stopAutoSlide,
1679
+ mouseleave: _vm.startAutoSlide
1680
+ }
1681
+ },
1682
+ [
1683
+ _c(
1684
+ "div",
1685
+ {
1686
+ staticClass: "notice-content",
1687
+ style:
1688
+ !notice.title ||
1689
+ !notice.actions ||
1690
+ !notice.description
1691
+ ? "align-items: center"
1692
+ : ""
1693
+ },
1694
+ [
1695
+ _c("div", { staticClass: "logo-wrap" }, [
1696
+ _c("div", { staticClass: "dokan-logo" }),
1697
+ _vm._v(" "),
1698
+ _c("span", {
1699
+ staticClass: "dokan-icon",
1700
+ class: "dokan-icon-" + notice.type
1701
+ })
1702
+ ]),
1703
+ _vm._v(" "),
1704
+ _c(
1705
+ "div",
1706
+ { staticClass: "dokan-message" },
1707
+ [
1708
+ notice.title
1709
+ ? _c("h3", [_vm._v(_vm._s(notice.title))])
1710
+ : _vm._e(),
1711
+ _vm._v(" "),
1712
+ notice.description
1713
+ ? _c("div", {
1714
+ domProps: {
1715
+ innerHTML: _vm._s(notice.description)
1716
+ }
1717
+ })
1718
+ : _vm._e(),
1719
+ _vm._v(" "),
1720
+ notice.actions && notice.actions.length
1721
+ ? [
1722
+ _vm._l(notice.actions, function(action) {
1723
+ return [
1724
+ action.action
1725
+ ? _c(
1726
+ "a",
1727
+ {
1728
+ staticClass: "dokan-btn",
1729
+ class: [
1730
+ "dokan-btn-" + action.type,
1731
+ action.class
1732
+ ],
1733
+ attrs: {
1734
+ target: action.target
1735
+ ? action.target
1736
+ : "_self",
1737
+ href: action.action
1738
+ }
1739
+ },
1740
+ [_vm._v(_vm._s(action.text))]
1741
+ )
1742
+ : _c(
1743
+ "button",
1744
+ {
1745
+ staticClass:
1746
+ "dokan-btn btn-dokan",
1747
+ class: [
1748
+ "dokan-btn-" + action.type,
1749
+ action.class
1750
+ ],
1751
+ attrs: {
1752
+ disabled: _vm.loading
1753
+ },
1754
+ on: {
1755
+ click: function($event) {
1756
+ return _vm.handleAction(
1757
+ action,
1758
+ index
1759
+ )
1760
+ }
1761
+ }
1762
+ },
1763
+ [
1764
+ _vm._v(
1765
+ _vm._s(
1766
+ _vm.loading ||
1767
+ _vm.task_completed
1768
+ ? _vm.button_text
1769
+ : action.text
1770
+ )
1771
+ )
1772
+ ]
1773
+ )
1774
+ ]
1775
+ })
1776
+ ]
1777
+ : _vm._e()
1778
+ ],
1779
+ 2
1780
+ ),
1781
+ _vm._v(" "),
1782
+ notice.show_close_button && notice.close_url
1783
+ ? _c(
1784
+ "a",
1785
+ {
1786
+ staticClass: "close-notice",
1787
+ attrs: { href: notice.close_url }
1788
+ },
1789
+ [
1790
+ _c("span", {
1791
+ staticClass: "dashicons dashicons-no-alt"
1792
+ })
1793
+ ]
1794
+ )
1795
+ : _vm._e(),
1796
+ _vm._v(" "),
1797
+ notice.show_close_button && notice.ajax_data
1798
+ ? _c(
1799
+ "button",
1800
+ {
1801
+ staticClass: "close-notice",
1802
+ attrs: { disabled: _vm.loading },
1803
+ on: {
1804
+ click: function($event) {
1805
+ return _vm.hideNotice(notice, index)
1806
+ }
1807
+ }
1808
+ },
1809
+ [
1810
+ _c("span", {
1811
+ staticClass: "dashicons dashicons-no-alt"
1812
+ })
1813
+ ]
1814
+ )
1815
+ : _vm._e()
1816
+ ]
1817
+ )
1818
+ ]
1819
+ )
1820
+ ]
1821
+ })
1822
+ ],
1823
+ 2
1824
+ ),
1825
+ _vm._v(" "),
1826
+ _c(
1827
+ "div",
1828
+ {
1829
+ directives: [
1830
+ {
1831
+ name: "show",
1832
+ rawName: "v-show",
1833
+ value: _vm.notices.length > 1,
1834
+ expression: "notices.length > 1"
1835
+ }
1836
+ ],
1837
+ staticClass: "slide-notice"
1838
+ },
1839
+ [
1840
+ _c(
1841
+ "span",
1842
+ {
1843
+ staticClass: "prev",
1844
+ class: { active: _vm.current_notice > 1 },
1845
+ on: {
1846
+ click: function($event) {
1847
+ return _vm.prevNotice()
1848
+ }
1849
+ }
1850
+ },
1851
+ [
1852
+ _c(
1853
+ "svg",
1854
+ {
1855
+ attrs: {
1856
+ width: "8",
1857
+ height: "13",
1858
+ viewBox: "0 0 8 13",
1859
+ fill: "none",
1860
+ xmlns: "http://www.w3.org/2000/svg"
1861
+ }
1862
+ },
1863
+ [
1864
+ _c("path", {
1865
+ attrs: {
1866
+ d:
1867
+ "M0.791129 6.10203L6.4798 0.415254C6.72942 0.166269 7.13383 0.166269 7.38408 0.415254C7.63369 0.664239 7.63369 1.06866 7.38408 1.31764L2.14663 6.5532L7.38345 11.7888C7.63306 12.0377 7.63306 12.4422 7.38345 12.6918C7.13383 12.9408 6.72879 12.9408 6.47917 12.6918L0.790498 7.005C0.544665 6.75859 0.544666 6.34781 0.791129 6.10203Z",
1868
+ fill: "#DADFE4"
1869
+ }
1870
+ })
1871
+ ]
1872
+ )
1873
+ ]
1874
+ ),
1875
+ _vm._v(" "),
1876
+ _c("span", { staticClass: "notice-count" }, [
1877
+ _c(
1878
+ "span",
1879
+ {
1880
+ staticClass: "current-notice",
1881
+ class: { active: _vm.current_notice > 1 }
1882
+ },
1883
+ [_vm._v(_vm._s(_vm.current_notice))]
1884
+ ),
1885
+ _vm._v(" of "),
1886
+ _c(
1887
+ "span",
1888
+ {
1889
+ staticClass: "total-notice",
1890
+ class: { active: _vm.current_notice < _vm.notices.length }
1891
+ },
1892
+ [_vm._v(_vm._s(_vm.notices.length))]
1893
+ )
1894
+ ]),
1895
+ _vm._v(" "),
1896
+ _c(
1897
+ "span",
1898
+ {
1899
+ staticClass: "next",
1900
+ class: { active: _vm.current_notice < _vm.notices.length },
1901
+ on: {
1902
+ click: function($event) {
1903
+ return _vm.nextNotice()
1904
+ }
1905
+ }
1906
+ },
1907
+ [
1908
+ _c(
1909
+ "svg",
1910
+ {
1911
+ attrs: {
1912
+ width: "8",
1913
+ height: "13",
1914
+ viewBox: "0 0 8 13",
1915
+ fill: "none",
1916
+ xmlns: "http://www.w3.org/2000/svg"
1917
+ }
1918
+ },
1919
+ [
1920
+ _c("path", {
1921
+ attrs: {
1922
+ d:
1923
+ "M7.43934 6.10203L1.75067 0.415254C1.50105 0.166269 1.09664 0.166269 0.846391 0.415254C0.596776 0.664239 0.596776 1.06866 0.846391 1.31764L6.08384 6.5532L0.847021 11.7888C0.597406 12.0377 0.597406 12.4422 0.847021 12.6918C1.09664 12.9408 1.50168 12.9408 1.7513 12.6918L7.43997 7.005C7.6858 6.75859 7.6858 6.34781 7.43934 6.10203Z",
1924
+ fill: "#DADFE4"
1925
+ }
1926
+ })
1927
+ ]
1928
+ )
1929
+ ]
1930
+ )
1931
+ ]
1932
+ )
1933
+ ],
1934
+ 1
1935
+ )
1936
+ : _vm._e()
1937
+ ])
1938
+ }
1939
+ var staticRenderFns = []
1940
+ render._withStripped = true
1941
+ var esExports = { render: render, staticRenderFns: staticRenderFns }
1942
+ /* harmony default export */ __webpack_exports__["a"] = (esExports);
1943
+ if (false) {
1944
+ module.hot.accept()
1945
+ if (module.hot.data) {
1946
+ require("vue-hot-reload-api") .rerender("data-v-0f724387", esExports)
1947
+ }
1948
+ }
1949
+
1950
+ /***/ }),
1951
  /* 19 */,
1952
+ /* 20 */,
1953
+ /* 21 */,
1954
+ /* 22 */,
1955
+ /* 23 */
1956
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1957
 
1958
  "use strict";
1959
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_UploadImage_vue__ = __webpack_require__(13);
1960
  /* unused harmony namespace reexport */
1961
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_40b3524c_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_UploadImage_vue__ = __webpack_require__(34);
1962
  var disposed = false
1963
  function injectStyle (ssrContext) {
1964
  if (disposed) return
1965
+ __webpack_require__(33)
1966
  }
1967
  var normalizeComponent = __webpack_require__(0)
1968
  /* script */
2008
 
2009
 
2010
  /***/ }),
2011
+ /* 24 */
2012
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2013
 
2014
  "use strict";
2015
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_PasswordGenerator_vue__ = __webpack_require__(14);
2016
  /* unused harmony namespace reexport */
2017
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_4084a478_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_PasswordGenerator_vue__ = __webpack_require__(35);
2018
  var disposed = false
2019
  var normalizeComponent = __webpack_require__(0)
2020
  /* script */
2060
 
2061
 
2062
  /***/ }),
2063
+ /* 25 */,
2064
+ /* 26 */
2065
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2066
 
2067
  "use strict";
2068
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_Chart_vue__ = __webpack_require__(9);
2069
  /* unused harmony namespace reexport */
2070
  var disposed = false
2071
  var normalizeComponent = __webpack_require__(0)
2112
 
2113
 
2114
  /***/ }),
2115
+ /* 27 */
2116
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2117
 
2118
  "use strict";
2119
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_ColorPicker_vue__ = __webpack_require__(10);
2120
  /* unused harmony namespace reexport */
2121
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_01dc0d51_hasScoped_true_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_ColorPicker_vue__ = __webpack_require__(29);
2122
  var disposed = false
2123
  function injectStyle (ssrContext) {
2124
  if (disposed) return
2125
+ __webpack_require__(28)
2126
  }
2127
  var normalizeComponent = __webpack_require__(0)
2128
  /* script */
2168
 
2169
 
2170
  /***/ }),
2171
+ /* 28 */
2172
  /***/ (function(module, exports) {
2173
 
2174
  // removed by extract-text-webpack-plugin
2175
 
2176
  /***/ }),
2177
+ /* 29 */
2178
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2179
 
2180
  "use strict";
2265
  }
2266
 
2267
  /***/ }),
2268
+ /* 30 */
2269
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2270
 
2271
  "use strict";
2272
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_VendorAccountFields_vue__ = __webpack_require__(11);
2273
  /* unused harmony namespace reexport */
2274
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_2b13daea_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_VendorAccountFields_vue__ = __webpack_require__(36);
2275
  var disposed = false
2276
  var normalizeComponent = __webpack_require__(0)
2277
  /* script */
2317
 
2318
 
2319
  /***/ }),
2320
+ /* 31 */
2321
  /***/ (function(module, exports) {
2322
 
2323
  // removed by extract-text-webpack-plugin
2324
 
2325
  /***/ }),
2326
+ /* 32 */
2327
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2328
 
2329
  "use strict";
2354
  }
2355
 
2356
  /***/ }),
2357
+ /* 33 */
2358
  /***/ (function(module, exports) {
2359
 
2360
  // removed by extract-text-webpack-plugin
2361
 
2362
  /***/ }),
2363
+ /* 34 */
2364
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2365
 
2366
  "use strict";
2405
  }
2406
 
2407
  /***/ }),
2408
+ /* 35 */
2409
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2410
 
2411
  "use strict";
2478
  }
2479
 
2480
  /***/ }),
2481
+ /* 36 */
2482
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2483
 
2484
  "use strict";
2975
  }
2976
 
2977
  /***/ }),
2978
+ /* 37 */
2979
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2980
 
2981
  "use strict";
2982
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_VendorAddressFields_vue__ = __webpack_require__(15);
2983
  /* unused harmony namespace reexport */
2984
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_9504c01e_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_VendorAddressFields_vue__ = __webpack_require__(39);
2985
  var disposed = false
2986
  function injectStyle (ssrContext) {
2987
  if (disposed) return
2988
+ __webpack_require__(38)
2989
  }
2990
  var normalizeComponent = __webpack_require__(0)
2991
  /* script */
3031
 
3032
 
3033
  /***/ }),
3034
+ /* 38 */
3035
  /***/ (function(module, exports) {
3036
 
3037
  // removed by extract-text-webpack-plugin
3038
 
3039
  /***/ }),
3040
+ /* 39 */
3041
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3042
 
3043
  "use strict";
3312
  }
3313
 
3314
  /***/ }),
3315
+ /* 40 */
3316
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3317
 
3318
  "use strict";
3319
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_VendorPaymentFields_vue__ = __webpack_require__(16);
3320
  /* unused harmony namespace reexport */
3321
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_2ed34783_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_VendorPaymentFields_vue__ = __webpack_require__(42);
3322
  var disposed = false
3323
  function injectStyle (ssrContext) {
3324
  if (disposed) return
3325
+ __webpack_require__(41)
3326
  }
3327
  var normalizeComponent = __webpack_require__(0)
3328
  /* script */
3368
 
3369
 
3370
  /***/ }),
3371
+ /* 41 */
3372
  /***/ (function(module, exports) {
3373
 
3374
  // removed by extract-text-webpack-plugin
3375
 
3376
  /***/ }),
3377
+ /* 42 */
3378
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3379
 
3380
  "use strict";
3928
  }),
3929
  _vm._v(" "),
3930
  _c("span", { staticClass: "desc" }, [
3931
+ _vm._v(
3932
+ _vm._s(_vm.__("Make Vendor Featured", "dokan-lite"))
3933
+ )
3934
+ ])
3935
+ ],
3936
+ 1
3937
+ )
3938
+ ])
3939
+ ],
3940
+ 2
3941
+ ),
3942
+ _vm._v(" "),
3943
+ _vm._l(_vm.getPyamentFields, function(component, index) {
3944
+ return _c(component, {
3945
+ key: index,
3946
+ tag: "component",
3947
+ attrs: { vendorInfo: _vm.vendorInfo }
3948
+ })
3949
+ })
3950
+ ],
3951
+ 2
3952
+ )
3953
+ ]
3954
+ )
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3955
  }
3956
+ var staticRenderFns = []
3957
+ render._withStripped = true
3958
+ var esExports = { render: render, staticRenderFns: staticRenderFns }
3959
+ /* harmony default export */ __webpack_exports__["a"] = (esExports);
3960
+ if (false) {
3961
+ module.hot.accept()
3962
+ if (module.hot.data) {
3963
+ require("vue-hot-reload-api") .rerender("data-v-2ed34783", esExports)
3964
+ }
 
 
 
 
 
 
 
 
 
3965
  }
 
 
 
 
 
 
 
 
 
3966
 
3967
  /***/ }),
 
 
3968
  /* 43 */,
3969
  /* 44 */,
3970
  /* 45 */,
3997
  /* 72 */,
3998
  /* 73 */,
3999
  /* 74 */,
4000
+ /* 75 */,
4001
+ /* 76 */,
4002
+ /* 77 */,
4003
+ /* 78 */
4004
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
4005
 
4006
  "use strict";
4044
  });
4045
 
4046
  /***/ }),
4047
+ /* 79 */
4048
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
4049
 
4050
  "use strict";
4060
  });
4061
 
4062
  /***/ }),
4063
+ /* 80 */
4064
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
4065
 
4066
  "use strict";
4123
  });
4124
 
4125
  /***/ }),
4126
+ /* 81 */
4127
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
4128
 
4129
  "use strict";
4290
  });
4291
 
4292
  /***/ }),
4293
+ /* 82 */
4294
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
4295
 
4296
  "use strict";
4308
  });
4309
 
4310
  /***/ }),
4311
+ /* 83 */
4312
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
4313
 
4314
  "use strict";
4315
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_debounce__ = __webpack_require__(4);
4316
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_debounce___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_debounce__);
4317
  //
4318
  //
4377
  });
4378
 
4379
  /***/ }),
4380
+ /* 84 */
4381
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
4382
 
4383
  "use strict";
4411
  });
4412
 
4413
  /***/ }),
4414
+ /* 85 */
4415
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
4416
 
4417
  "use strict";
4418
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_debounce__ = __webpack_require__(4);
4419
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_debounce___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_debounce__);
4420
  //
4421
  //
4454
  });
4455
 
4456
  /***/ }),
4457
+ /* 86 */
4458
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
4459
 
4460
  "use strict";
4516
  });
4517
 
4518
  /***/ }),
4519
+ /* 87 */,
4520
+ /* 88 */,
4521
+ /* 89 */
4522
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
4523
 
4524
  "use strict";
4646
  });
4647
 
4648
  /***/ }),
4649
+ /* 90 */
4650
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
4651
 
4652
  "use strict";
4653
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_classCallCheck__ = __webpack_require__(75);
4654
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_classCallCheck___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_classCallCheck__);
4655
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__babel_runtime_helpers_createClass__ = __webpack_require__(76);
4656
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__babel_runtime_helpers_createClass___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1__babel_runtime_helpers_createClass__);
4657
 
4658
 
4861
  });
4862
 
4863
  /***/ }),
4864
+ /* 91 */
4865
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
4866
 
4867
  "use strict";
4952
  });
4953
 
4954
  /***/ }),
4955
+ /* 92 */
4956
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
4957
 
4958
  "use strict";
5027
  });
5028
 
5029
  /***/ }),
 
 
 
5030
  /* 93 */,
5031
  /* 94 */,
5032
  /* 95 */,
5121
  /* 184 */,
5122
  /* 185 */,
5123
  /* 186 */,
5124
+ /* 187 */,
5125
+ /* 188 */,
5126
+ /* 189 */,
5127
+ /* 190 */,
5128
+ /* 191 */,
5129
+ /* 192 */,
5130
+ /* 193 */,
5131
+ /* 194 */
5132
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
5133
 
5134
  "use strict";
5135
  Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
5136
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_vue__ = __webpack_require__(7);
5137
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_vue_router__ = __webpack_require__(25);
5138
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_moment__ = __webpack_require__(195);
5139
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_moment___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_2_moment__);
5140
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_3_vue_notification__ = __webpack_require__(72);
5141
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_3_vue_notification___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_3_vue_notification__);
5142
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_4_vue_wp_list_table__ = __webpack_require__(73);
5143
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_5_vue_multiselect__ = __webpack_require__(6);
5144
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_5_vue_multiselect___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_5_vue_multiselect__);
5145
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__utils_Api__ = __webpack_require__(199);
5146
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_7_vue_chartjs__ = __webpack_require__(21);
5147
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_8__Mixin__ = __webpack_require__(200);
5148
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_9_debounce__ = __webpack_require__(4);
5149
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_9_debounce___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_9_debounce__);
5150
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_10__utils_VersionCompare__ = __webpack_require__(202);
5151
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_10__utils_VersionCompare___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_10__utils_VersionCompare__);
5152
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_11__admin_components_AdminNotice_vue__ = __webpack_require__(17);
5153
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_12_vue_content_loading__ = __webpack_require__(77);
5154
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_12_vue_content_loading___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_12_vue_content_loading__);
5155
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_13_admin_components_Postbox_vue__ = __webpack_require__(203);
5156
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_14_admin_components_Loading_vue__ = __webpack_require__(206);
5157
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_15_admin_components_Chart_vue__ = __webpack_require__(26);
5158
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_16_admin_components_Modal_vue__ = __webpack_require__(209);
5159
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_17_admin_components_Switches_vue__ = __webpack_require__(5);
5160
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_18_admin_components_TextEditor_vue__ = __webpack_require__(212);
5161
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_19_admin_components_Currency_vue__ = __webpack_require__(214);
5162
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_20_admin_components_LazyInput_vue__ = __webpack_require__(216);
5163
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_21_admin_components_Progressbar_vue__ = __webpack_require__(218);
5164
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_22_admin_components_Search_vue__ = __webpack_require__(221);
5165
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_23_admin_components_Datepicker_vue__ = __webpack_require__(223);
5166
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_24_vue2_daterange_picker__ = __webpack_require__(87);
5167
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_24_vue2_daterange_picker___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_24_vue2_daterange_picker__);
5168
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_25_vue2_daterange_picker_dist_vue2_daterange_picker_css__ = __webpack_require__(225);
5169
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_25_vue2_daterange_picker_dist_vue2_daterange_picker_css___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_25_vue2_daterange_picker_dist_vue2_daterange_picker_css__);
5170
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_26_vue_sweetalert2__ = __webpack_require__(88);
5171
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_27_admin_components_ColorPicker_vue__ = __webpack_require__(27);
5172
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_28_admin_components_GoogleMaps_vue__ = __webpack_require__(230);
5173
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_29_admin_components_Mapbox_vue__ = __webpack_require__(233);
5174
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_30_admin_components_UploadImage_vue__ = __webpack_require__(23);
5175
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_31_admin_components_PasswordGenerator_vue__ = __webpack_require__(24);
5176
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_32_admin_components_RefreshSettingOptions_vue__ = __webpack_require__(236);
5177
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_33_admin_pages_VendorAccountFields_vue__ = __webpack_require__(30);
5178
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_34_admin_pages_VendorAddressFields_vue__ = __webpack_require__(37);
5179
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_35_admin_pages_VendorSocialFields_vue__ = __webpack_require__(239);
5180
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_36_admin_pages_VendorPaymentFields_vue__ = __webpack_require__(40);
5181
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_37_vue_multiselect_dist_vue_multiselect_min_css__ = __webpack_require__(241);
5182
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_37_vue_multiselect_dist_vue_multiselect_min_css___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_37_vue_multiselect_dist_vue_multiselect_min_css__);
5183
+
5184
 
5185
 
5186
 
5225
 
5226
 
5227
  __WEBPACK_IMPORTED_MODULE_0_vue__["default"].use(__WEBPACK_IMPORTED_MODULE_3_vue_notification___default.a);
5228
+ __WEBPACK_IMPORTED_MODULE_0_vue__["default"].use(__WEBPACK_IMPORTED_MODULE_26_vue_sweetalert2__["default"]);
5229
  __WEBPACK_IMPORTED_MODULE_0_vue__["default"].mixin(__WEBPACK_IMPORTED_MODULE_8__Mixin__["a" /* default */]);
5230
  __WEBPACK_IMPORTED_MODULE_0_vue__["default"].filter('currency', function (value) {
5231
  return accounting.formatMoney(value, dokan.currency);
5259
  window.dokan.libs['Router'] = __WEBPACK_IMPORTED_MODULE_1_vue_router__["default"];
5260
  window.dokan.libs['moment'] = __WEBPACK_IMPORTED_MODULE_2_moment___default.a;
5261
  window.dokan.libs['ListTable'] = __WEBPACK_IMPORTED_MODULE_4_vue_wp_list_table__["default"];
5262
+ window.dokan.libs['Currency'] = __WEBPACK_IMPORTED_MODULE_19_admin_components_Currency_vue__["a" /* default */];
5263
+ window.dokan.libs['Postbox'] = __WEBPACK_IMPORTED_MODULE_13_admin_components_Postbox_vue__["a" /* default */];
5264
+ window.dokan.libs['Loading'] = __WEBPACK_IMPORTED_MODULE_14_admin_components_Loading_vue__["a" /* default */];
5265
  window.dokan.libs['ChartJS'] = __WEBPACK_IMPORTED_MODULE_7_vue_chartjs__["default"];
5266
+ window.dokan.libs['Chart'] = __WEBPACK_IMPORTED_MODULE_15_admin_components_Chart_vue__["a" /* default */];
5267
+ window.dokan.libs['Modal'] = __WEBPACK_IMPORTED_MODULE_16_admin_components_Modal_vue__["a" /* default */];
5268
+ window.dokan.libs['Switches'] = __WEBPACK_IMPORTED_MODULE_17_admin_components_Switches_vue__["a" /* default */];
5269
+ window.dokan.libs['TextEditor'] = __WEBPACK_IMPORTED_MODULE_18_admin_components_TextEditor_vue__["a" /* default */];
5270
+ window.dokan.libs['LazyInput'] = __WEBPACK_IMPORTED_MODULE_20_admin_components_LazyInput_vue__["a" /* default */];
5271
+ window.dokan.libs['Progressbar'] = __WEBPACK_IMPORTED_MODULE_21_admin_components_Progressbar_vue__["a" /* default */];
5272
+ window.dokan.libs['Search'] = __WEBPACK_IMPORTED_MODULE_22_admin_components_Search_vue__["a" /* default */];
5273
+ window.dokan.libs['Datepicker'] = __WEBPACK_IMPORTED_MODULE_23_admin_components_Datepicker_vue__["a" /* default */];
5274
+ window.dokan.libs['DateRangePicker'] = __WEBPACK_IMPORTED_MODULE_24_vue2_daterange_picker___default.a;
5275
  window.dokan.libs['Multiselect'] = __WEBPACK_IMPORTED_MODULE_5_vue_multiselect___default.a;
5276
+ window.dokan.libs['ColorPicker'] = __WEBPACK_IMPORTED_MODULE_27_admin_components_ColorPicker_vue__["a" /* default */];
5277
  window.dokan.libs['debounce'] = __WEBPACK_IMPORTED_MODULE_9_debounce___default.a;
5278
  window.dokan.libs['VersionCompare'] = __WEBPACK_IMPORTED_MODULE_10__utils_VersionCompare___default.a;
5279
+ window.dokan.libs['GoogleMaps'] = __WEBPACK_IMPORTED_MODULE_28_admin_components_GoogleMaps_vue__["a" /* default */];
5280
+ window.dokan.libs['Mapbox'] = __WEBPACK_IMPORTED_MODULE_29_admin_components_Mapbox_vue__["a" /* default */];
5281
+ window.dokan.libs['UploadImage'] = __WEBPACK_IMPORTED_MODULE_30_admin_components_UploadImage_vue__["a" /* default */];
5282
+ window.dokan.libs['PasswordGenerator'] = __WEBPACK_IMPORTED_MODULE_31_admin_components_PasswordGenerator_vue__["a" /* default */];
5283
+ window.dokan.libs['VendorAccountFields'] = __WEBPACK_IMPORTED_MODULE_33_admin_pages_VendorAccountFields_vue__["a" /* default */];
5284
+ window.dokan.libs['VendorAddressFields'] = __WEBPACK_IMPORTED_MODULE_34_admin_pages_VendorAddressFields_vue__["a" /* default */];
5285
+ window.dokan.libs['VendorSocialFields'] = __WEBPACK_IMPORTED_MODULE_35_admin_pages_VendorSocialFields_vue__["a" /* default */];
5286
+ window.dokan.libs['VendorPaymentFields'] = __WEBPACK_IMPORTED_MODULE_36_admin_pages_VendorPaymentFields_vue__["a" /* default */];
5287
+ window.dokan.libs['RefreshSettingOptions'] = __WEBPACK_IMPORTED_MODULE_32_admin_components_RefreshSettingOptions_vue__["a" /* default */];
5288
+ window.dokan.libs['AdminNotice'] = __WEBPACK_IMPORTED_MODULE_11__admin_components_AdminNotice_vue__["a" /* default */];
5289
  window.dokan.libs['ContentLoading'] = {
5290
+ VclCode: __WEBPACK_IMPORTED_MODULE_12_vue_content_loading__["VclCode"],
5291
+ VclList: __WEBPACK_IMPORTED_MODULE_12_vue_content_loading__["VclList"],
5292
+ VclTwitch: __WEBPACK_IMPORTED_MODULE_12_vue_content_loading__["VclTwitch"],
5293
+ VclFacebook: __WEBPACK_IMPORTED_MODULE_12_vue_content_loading__["VclFacebook"],
5294
+ VclInstagram: __WEBPACK_IMPORTED_MODULE_12_vue_content_loading__["VclInstagram"],
5295
+ VclBulletList: __WEBPACK_IMPORTED_MODULE_12_vue_content_loading__["VclBulletList"],
5296
+ VueContentLoading: __WEBPACK_IMPORTED_MODULE_12_vue_content_loading__["VueContentLoading"]
5297
  }; // wp npm packages with backward compatibility
5298
 
5299
  dokan.hooks = wp && wp.hooks ? wp.hooks : dokan.wpPackages.hooks;
5309
  }
5310
 
5311
  /***/ }),
5312
+ /* 195 */
5313
  /***/ (function(module, exports) {
5314
 
5315
  module.exports = moment;
5316
 
5317
  /***/ }),
5318
+ /* 196 */,
5319
+ /* 197 */,
5320
+ /* 198 */,
5321
+ /* 199 */
5322
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
5323
 
5324
  "use strict";
5325
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_classCallCheck__ = __webpack_require__(75);
5326
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_classCallCheck___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_classCallCheck__);
5327
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__babel_runtime_helpers_createClass__ = __webpack_require__(76);
5328
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__babel_runtime_helpers_createClass___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1__babel_runtime_helpers_createClass__);
5329
 
5330
 
5400
  /* harmony default export */ __webpack_exports__["a"] = (Dokan_API);
5401
 
5402
  /***/ }),
5403
+ /* 200 */
5404
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
5405
 
5406
  "use strict";
5407
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__utils_i18n__ = __webpack_require__(201);
5408
 
5409
  /* harmony default export */ __webpack_exports__["a"] = ({
5410
  methods: {
5431
  });
5432
 
5433
  /***/ }),
5434
+ /* 201 */
5435
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
5436
+
5437
+ "use strict";
5438
+ /* harmony export (immutable) */ __webpack_exports__["c"] = setLocaleData;
5439
+ /* unused harmony export getI18n */
5440
+ /* harmony export (immutable) */ __webpack_exports__["a"] = __;
5441
+ /* unused harmony export _x */
5442
+ /* unused harmony export _n */
5443
+ /* harmony export (immutable) */ __webpack_exports__["b"] = _nx;
5444
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return sprintf; });
5445
+ /**
5446
+ * External dependencies
5447
+ */
5448
+ var i18n = {};
5449
+ /**
5450
+ * Creates a new Jed instance with specified locale data configuration.
5451
+ *
5452
+ * @see http://messageformat.github.io/Jed/
5453
+ *
5454
+ * @param {Object} data Locale data configuration.
5455
+ */
5456
+
5457
+ function setLocaleData(data) {
5458
+ var jed = new Jed(data);
5459
+ i18n[jed._textdomain] = jed;
5460
+ }
5461
+ /**
5462
+ * Returns the current Jed instance, initializing with a default configuration
5463
+ * if not already assigned.
5464
+ *
5465
+ * @return {Jed} Jed instance.
5466
+ */
5467
+
5468
+ function getI18n() {
5469
+ var domain = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';
5470
+
5471
+ if (!i18n[domain]) {
5472
+ setLocaleData({
5473
+ '': {}
5474
+ });
5475
+ }
5476
+
5477
+ return i18n[domain];
5478
+ }
5479
+ /**
5480
+ * Retrieve the translation of text.
5481
+ *
5482
+ * @see https://developer.wordpress.org/reference/functions/__/
5483
+ *
5484
+ * @param {string} text Text to translate.
5485
+ * @param {string} domain Domain to retrieve the translated text.
5486
+ *
5487
+ * @return {string} Translated text.
5488
+ */
5489
+
5490
+ function __(text, domain) {
5491
+ return getI18n(domain) ? getI18n(domain).dgettext(domain, text) : text;
5492
+ }
5493
+ /**
5494
+ * Retrieve translated string with gettext context.
5495
+ *
5496
+ * @see https://developer.wordpress.org/reference/functions/_x/
5497
+ *
5498
+ * @param {string} text Text to translate.
5499
+ * @param {string} context Context information for the translators.
5500
+ * @param {string} domain Domain to retrieve the translated text.
5501
+ *
5502
+ * @return {string} Translated context string without pipe.
5503
+ */
5504
+
5505
+ function _x(text, context, domain) {
5506
+ return getI18n(domain).dpgettext(domain, context, text);
5507
+ }
5508
+ /**
5509
+ * Translates and retrieves the singular or plural form based on the supplied
5510
+ * number.
5511
+ *
5512
+ * @see https://developer.wordpress.org/reference/functions/_n/
5513
+ *
5514
+ * @param {string} single The text to be used if the number is singular.
5515
+ * @param {string} plural The text to be used if the number is plural.
5516
+ * @param {number} number The number to compare against to use either the
5517
+ * singular or plural form.
5518
+ * @param {string} domain Domain to retrieve the translated text.
5519
+ *
5520
+ * @return {string} The translated singular or plural form.
5521
+ */
5522
+
5523
+ function _n(single, plural, number, domain) {
5524
+ return getI18n(domain).dngettext(domain, single, plural, number);
5525
+ }
5526
+ /**
5527
+ * Translates and retrieves the singular or plural form based on the supplied
5528
+ * number, with gettext context.
5529
+ *
5530
+ * @see https://developer.wordpress.org/reference/functions/_nx/
5531
+ *
5532
+ * @param {string} single The text to be used if the number is singular.
5533
+ * @param {string} plural The text to be used if the number is plural.
5534
+ * @param {number} number The number to compare against to use either the
5535
+ * singular or plural form.
5536
+ * @param {string} context Context information for the translators.
5537
+ * @param {string} domain Domain to retrieve the translated text.
5538
+ *
5539
+ * @return {string} The translated singular or plural form.
5540
+ */
5541
+
5542
+ function _nx(single, plural, number, context, domain) {
5543
+ return getI18n(domain).dnpgettext(domain, context, single, plural, number);
5544
+ }
5545
+ /**
5546
+ * Returns a formatted string.
5547
+ *
5548
+ * @see http://www.diveintojavascript.com/projects/javascript-sprintf
5549
+ *
5550
+ * @type {string}
5551
+ */
5552
+
5553
+ var sprintf = Jed.sprintf;
5554
+
5555
+ /***/ }),
5556
+ /* 202 */
5557
  /***/ (function(module, exports) {
5558
 
5559
  module.exports = function versionCompare(v1, v2, operator) {
5681
  };
5682
 
5683
  /***/ }),
5684
+ /* 203 */
5685
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
5686
 
5687
  "use strict";
5688
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_Postbox_vue__ = __webpack_require__(78);
5689
  /* unused harmony namespace reexport */
5690
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_36a997ab_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_Postbox_vue__ = __webpack_require__(205);
5691
  var disposed = false
5692
  function injectStyle (ssrContext) {
5693
  if (disposed) return
5694
+ __webpack_require__(204)
5695
  }
5696
  var normalizeComponent = __webpack_require__(0)
5697
  /* script */
5737
 
5738
 
5739
  /***/ }),
5740
+ /* 204 */
5741
  /***/ (function(module, exports) {
5742
 
5743
  // removed by extract-text-webpack-plugin
5744
 
5745
  /***/ }),
5746
+ /* 205 */
5747
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
5748
 
5749
  "use strict";
5807
  }
5808
 
5809
  /***/ }),
5810
+ /* 206 */
5811
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
5812
 
5813
  "use strict";
5814
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_Loading_vue__ = __webpack_require__(79);
5815
  /* unused harmony namespace reexport */
5816
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_67db673c_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_Loading_vue__ = __webpack_require__(208);
5817
  var disposed = false
5818
  function injectStyle (ssrContext) {
5819
  if (disposed) return
5820
+ __webpack_require__(207)
5821
  }
5822
  var normalizeComponent = __webpack_require__(0)
5823
  /* script */
5863
 
5864
 
5865
  /***/ }),
5866
+ /* 207 */
5867
  /***/ (function(module, exports) {
5868
 
5869
  // removed by extract-text-webpack-plugin
5870
 
5871
  /***/ }),
5872
+ /* 208 */
5873
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
5874
 
5875
  "use strict";
5898
  }
5899
 
5900
  /***/ }),
5901
+ /* 209 */
5902
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
5903
 
5904
  "use strict";
5905
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_Modal_vue__ = __webpack_require__(80);
5906
  /* unused harmony namespace reexport */
5907
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_4bd79a2d_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_Modal_vue__ = __webpack_require__(211);
5908
  var disposed = false
5909
  function injectStyle (ssrContext) {
5910
  if (disposed) return
5911
+ __webpack_require__(210)
5912
  }
5913
  var normalizeComponent = __webpack_require__(0)
5914
  /* script */
5954
 
5955
 
5956
  /***/ }),
5957
+ /* 210 */
5958
  /***/ (function(module, exports) {
5959
 
5960
  // removed by extract-text-webpack-plugin
5961
 
5962
  /***/ }),
5963
+ /* 211 */
5964
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
5965
 
5966
  "use strict";
6040
  }
6041
 
6042
  /***/ }),
6043
+ /* 212 */
6044
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
6045
 
6046
  "use strict";
6047
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_TextEditor_vue__ = __webpack_require__(81);
6048
  /* unused harmony namespace reexport */
6049
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_70730fac_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_TextEditor_vue__ = __webpack_require__(213);
6050
  var disposed = false
6051
  var normalizeComponent = __webpack_require__(0)
6052
  /* script */
6092
 
6093
 
6094
  /***/ }),
6095
+ /* 213 */
6096
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
6097
 
6098
  "use strict";
6117
  }
6118
 
6119
  /***/ }),
6120
+ /* 214 */
6121
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
6122
 
6123
  "use strict";
6124
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_Currency_vue__ = __webpack_require__(82);
6125
  /* unused harmony namespace reexport */
6126
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_7df58dc1_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_Currency_vue__ = __webpack_require__(215);
6127
  var disposed = false
6128
  var normalizeComponent = __webpack_require__(0)
6129
  /* script */
6169
 
6170
 
6171
  /***/ }),
6172
+ /* 215 */
6173
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
6174
 
6175
  "use strict";
6193
  }
6194
 
6195
  /***/ }),
6196
+ /* 216 */
6197
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
6198
 
6199
  "use strict";
6200
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_LazyInput_vue__ = __webpack_require__(83);
6201
  /* unused harmony namespace reexport */
6202
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_588d4894_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_LazyInput_vue__ = __webpack_require__(217);
6203
  var disposed = false
6204
  var normalizeComponent = __webpack_require__(0)
6205
  /* script */
6245
 
6246
 
6247
  /***/ }),
6248
+ /* 217 */
6249
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
6250
 
6251
  "use strict";
6277
  }
6278
 
6279
  /***/ }),
6280
+ /* 218 */
6281
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
6282
 
6283
  "use strict";
6284
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_Progressbar_vue__ = __webpack_require__(84);
6285
  /* unused harmony namespace reexport */
6286
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_356fabc6_hasScoped_true_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_Progressbar_vue__ = __webpack_require__(220);
6287
  var disposed = false
6288
  function injectStyle (ssrContext) {
6289
  if (disposed) return
6290
+ __webpack_require__(219)
6291
  }
6292
  var normalizeComponent = __webpack_require__(0)
6293
  /* script */
6333
 
6334
 
6335
  /***/ }),
6336
+ /* 219 */
6337
  /***/ (function(module, exports) {
6338
 
6339
  // removed by extract-text-webpack-plugin
6340
 
6341
  /***/ }),
6342
+ /* 220 */
6343
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
6344
 
6345
  "use strict";
6372
  }
6373
 
6374
  /***/ }),
6375
+ /* 221 */
6376
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
6377
 
6378
  "use strict";
6379
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_Search_vue__ = __webpack_require__(85);
6380
  /* unused harmony namespace reexport */
6381
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_5d8365d8_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_Search_vue__ = __webpack_require__(222);
6382
  var disposed = false
6383
  var normalizeComponent = __webpack_require__(0)
6384
  /* script */
6424
 
6425
 
6426
  /***/ }),
6427
+ /* 222 */
6428
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
6429
 
6430
  "use strict";
6472
  }
6473
 
6474
  /***/ }),
6475
+ /* 223 */
6476
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
6477
 
6478
  "use strict";
6479
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_Datepicker_vue__ = __webpack_require__(86);
6480
  /* unused harmony namespace reexport */
6481
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_ae257028_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_Datepicker_vue__ = __webpack_require__(224);
6482
  var disposed = false
6483
  var normalizeComponent = __webpack_require__(0)
6484
  /* script */
6524
 
6525
 
6526
  /***/ }),
6527
+ /* 224 */
6528
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
6529
 
6530
  "use strict";
6554
  }
6555
 
6556
  /***/ }),
6557
+ /* 225 */,
6558
+ /* 226 */,
6559
+ /* 227 */,
6560
+ /* 228 */,
6561
+ /* 229 */,
6562
+ /* 230 */
6563
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
6564
 
6565
  "use strict";
6566
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_GoogleMaps_vue__ = __webpack_require__(89);
6567
  /* unused harmony namespace reexport */
6568
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_4f45e4a0_hasScoped_true_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_GoogleMaps_vue__ = __webpack_require__(232);
6569
  var disposed = false
6570
  function injectStyle (ssrContext) {
6571
  if (disposed) return
6572
+ __webpack_require__(231)
6573
  }
6574
  var normalizeComponent = __webpack_require__(0)
6575
  /* script */
6615
 
6616
 
6617
  /***/ }),
6618
+ /* 231 */
6619
  /***/ (function(module, exports) {
6620
 
6621
  // removed by extract-text-webpack-plugin
6622
 
6623
  /***/ }),
6624
+ /* 232 */
6625
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
6626
 
6627
  "use strict";
6662
  }
6663
 
6664
  /***/ }),
6665
+ /* 233 */
6666
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
6667
 
6668
  "use strict";
6669
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_Mapbox_vue__ = __webpack_require__(90);
6670
  /* unused harmony namespace reexport */
6671
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_2fe28f9f_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_Mapbox_vue__ = __webpack_require__(235);
6672
  var disposed = false
6673
  function injectStyle (ssrContext) {
6674
  if (disposed) return
6675
+ __webpack_require__(234)
6676
  }
6677
  var normalizeComponent = __webpack_require__(0)
6678
  /* script */
6718
 
6719
 
6720
  /***/ }),
6721
+ /* 234 */
6722
  /***/ (function(module, exports) {
6723
 
6724
  // removed by extract-text-webpack-plugin
6725
 
6726
  /***/ }),
6727
+ /* 235 */
6728
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
6729
 
6730
  "use strict";
6779
  }
6780
 
6781
  /***/ }),
6782
+ /* 236 */
6783
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
6784
 
6785
  "use strict";
6786
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_RefreshSettingOptions_vue__ = __webpack_require__(91);
6787
  /* unused harmony namespace reexport */
6788
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_e724292e_hasScoped_true_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_RefreshSettingOptions_vue__ = __webpack_require__(238);
6789
  var disposed = false
6790
  function injectStyle (ssrContext) {
6791
  if (disposed) return
6792
+ __webpack_require__(237)
6793
  }
6794
  var normalizeComponent = __webpack_require__(0)
6795
  /* script */
6835
 
6836
 
6837
  /***/ }),
6838
+ /* 237 */
6839
  /***/ (function(module, exports) {
6840
 
6841
  // removed by extract-text-webpack-plugin
6842
 
6843
  /***/ }),
6844
+ /* 238 */
6845
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
6846
 
6847
  "use strict";
6895
  }
6896
 
6897
  /***/ }),
6898
+ /* 239 */
6899
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
6900
 
6901
  "use strict";
6902
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_VendorSocialFields_vue__ = __webpack_require__(92);
6903
  /* unused harmony namespace reexport */
6904
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_21406e92_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_VendorSocialFields_vue__ = __webpack_require__(240);
6905
  var disposed = false
6906
  var normalizeComponent = __webpack_require__(0)
6907
  /* script */
6947
 
6948
 
6949
  /***/ }),
6950
+ /* 240 */
6951
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
6952
 
6953
  "use strict";
7235
  }
7236
 
7237
  /***/ })
7238
+ ],[194]);
assets/js/vue-bootstrap.min.js CHANGED
@@ -1 +1 @@
1
- dokanWebpack([1],[,,function(e,t,a){"use strict";var n=a(11),o=a(28),i=!1;var s=function(e){i||a(27)},r=a(0)(n.a,o.a,!1,s,null,null);r.options.__file="src/admin/components/Switches.vue",t.a=r.exports},,,,function(e,t,a){"use strict";var n=a(17);t.a={extends:n.Line,props:["data"],data:function(){return{options:{responsive:!0,maintainAspectRatio:!0,scales:{xAxes:[{type:"time",scaleLabel:{display:!1},gridLines:{display:!1},ticks:{fontColor:"#aaa",fontSize:11}}],yAxes:[{scaleLabel:{display:!1},ticks:{fontColor:"#aaa"}}]},legend:{position:"top",onClick:!1},elements:{line:{tension:0,borderWidth:4},point:{radius:5,borderWidth:3,backgroundColor:"#fff",borderColor:"#fff"}},tooltips:{displayColors:!1,callbacks:{label:function(e,t){var a=t.datasets[e.datasetIndex].label||"",n=t.datasets[e.datasetIndex].tooltipLabel||"",o=t.datasets[e.datasetIndex].tooltipPrefix||"",i=n?n+": ":a+": ";return i+=o+e.yLabel}}}}}},mounted:function(){this.renderChart(this.data,this.options)}}},,,function(e,t,a){"use strict";var n=a(54);t.a={components:{Sketch:n.a},props:{value:{type:String,required:!0,default:""},format:{type:String,required:!1,default:"hex",validator:function(e){return-1!==["hsl","hex","rgba","hsv"].indexOf(e)}},presetColors:{type:Array,required:!1,default:function(){return["#000","#fff","#d33","#d93","#ee2","#81d742","#1e73be","#8224e3"]}},disableAlpha:{type:Boolean,required:!1,default:!0},disableFields:{type:Boolean,required:!1,default:!0}},data:function(){return{showColorPicker:!1}},methods:{updateColor:function(e){var t="";e[this.format]&&(t=e[this.format]),this.$emit("input",t)},toggleColorPicker:function(){this.showColorPicker=!this.showColorPicker},setHexColor:function(e){this.updateColor({hex:e})}}}},function(e,t,a){"use strict";var n=a(1),o=(a.n(n),a(2)),i=a(19),s=a(20);t.a={name:"VendorAccountFields",components:{Switches:o.a,UploadImage:i.a,PasswordGenerator:s.a},props:{vendorInfo:{type:Object},errors:{type:Array,required:!1}},data:function(){return{showStoreUrl:!0,showPassword:!1,otherStoreUrl:null,banner:"",defaultUrl:dokan.urls.siteUrl+dokan.urls.storePrefix+"/",showButton:!0,placeholderData:"",delay:500,storeAvailable:null,userNameAvailable:null,emailAvailable:null,storeAvailabilityText:"",userNameAvailabilityText:"",emailAvailabilityText:"",getAccountFields:dokan.hooks.applyFilters("getVendorAccountFields",[])}},watch:{"vendorInfo.store_name":function(e){this.showStoreUrl=!0},"vendorInfo.user_nicename":function(e){void 0!==e&&(this.showStoreUrl=!1,this.otherStoreUrl=this.defaultUrl+e.trim().split(" ").join("-").toLowerCase().replace(/[^\w\s/-]/g,"").replace(/-+/g,"-"),this.vendorInfo.user_nicename=e.split(" ").join("-").toLowerCase().replace(/[^\w\s/-]/g,"").replace(/-+/g,"-"),this.checkStoreName())},"vendorInfo.user_login":function(e){this.checkUsername()},"vendorInfo.email":function(e){this.checkEmail()}},computed:{storeUrl:function(){var e=this.vendorInfo.store_name.trim().split(" ").join("-").toLowerCase().replace(/[^\w\s/-]/g,"").replace(/-+/g,"-");return this.vendorInfo.user_nicename=e,this.otherStoreUrl=this.defaultUrl+e,this.defaultUrl+e}},created:function(){var e=this;this.checkStoreName=Object(n.debounce)(this.checkStore,this.delay),this.checkUsername=Object(n.debounce)(this.searchUsername,this.delay),this.checkEmail=Object(n.debounce)(this.searchEmail,this.delay),this.$root.$on("passwordCancelled",function(){e.showPassword=!1})},methods:{uploadBanner:function(e){this.vendorInfo.banner_id=e.id,this.showButton=!1},uploadGravatar:function(e){this.vendorInfo.gravatar_id=e.id},getId:function(){return this.$route.params.id},onSelectBanner:function(e){this.banner=e.url,this.vendorInfo.banner_id=e.id},getError:function(e){var t=this.errors;return!(!t||void 0===t)&&(!(t.length<1)&&(t.includes(e)?e:void 0))},checkStore:function(){var e=this,t=this.vendorInfo.user_nicename;t&&(this.storeAvailabilityText=this.__("Searching...","dokan-lite"),dokan.api.get("/stores/check",{store_slug:t}).then(function(t){t.available?(e.storeAvailable=!0,e.$root.$emit("vendorInfoChecked",{userNameAvailable:e.userNameAvailable,storeAvailable:e.storeAvailable,emailAvailable:e.emailAvailable}),e.storeAvailabilityText=e.__("Available","dokan-lite")):(e.storeAvailable=!1,e.$root.$emit("vendorInfoChecked",{userNameAvailable:e.userNameAvailable,storeAvailable:e.storeAvailable,emailAvailable:e.emailAvailable}),e.storeAvailabilityText=e.__("Not Available","dokan-lite"))}))},searchUsername:function(){var e=this,t=this.vendorInfo.user_login;t&&(this.userNameAvailabilityText=this.__("Searching...","dokan-lite"),dokan.api.get("/stores/check",{username:t}).then(function(t){t.available?(e.userNameAvailable=!0,e.$root.$emit("vendorInfoChecked",{userNameAvailable:e.userNameAvailable,storeAvailable:e.storeAvailable,emailAvailable:e.emailAvailable}),e.userNameAvailabilityText=e.__("Available","dokan-lite")):(e.userNameAvailable=!1,e.$root.$emit("vendorInfoChecked",{userNameAvailable:e.userNameAvailable,storeAvailable:e.storeAvailable,emailAvailable:e.emailAvailable}),e.userNameAvailabilityText=e.__("Not Available","dokan-lite"))}))},searchEmail:function(){var e=this,t=this.vendorInfo.email;t&&(this.emailAvailabilityText=this.__("Searching...","dokan-lite"),dokan.api.get("/stores/check",{email:t}).then(function(t){t.available?(e.emailAvailable=!0,e.$root.$emit("vendorInfoChecked",{userNameAvailable:e.userNameAvailable,storeAvailable:e.storeAvailable,emailAvailable:e.emailAvailable}),e.emailAvailabilityText=e.__("Available","dokan-lite")):(e.emailAvailable=!1,e.$root.$emit("vendorInfoChecked",{userNameAvailable:e.userNameAvailable,storeAvailable:e.storeAvailable,emailAvailable:e.emailAvailable}),e.emailAvailabilityText=t.message?t.message:e.__("This email is already registered, please choose another one.","dokan-lite"))}))},setPassword:function(e){this.showPassword=!0,this.vendorInfo.user_pass=e},sendEmail:function(e,t){"notify_vendor"===t&&(this.vendorInfo.notify_vendor=e)},getUploadBannerText:function(){var e=dokan.store_banner_dimension.width,t=dokan.store_banner_dimension.height;return this.__("Upload banner for your store. Banner size is (".concat(e,"x").concat(t,") pixels."),"dokan-lite")}}}},function(e,t,a){"use strict";t.a={name:"Switches",props:{enabled:{type:Boolean,required:!0,default:!1},value:{type:[String,Number]}},data:function(){return{}},methods:{trigger:function(e){this.$emit("input",e.target.checked,e.target.value)}}}},function(e,t,a){"use strict";t.a={name:"UploadImage",inheritAttrs:!1,props:{src:{default:dokan.urls.assetsUrl+"/images/store-pic.png"},showButton:{type:Boolean,default:!1},buttonLabel:{type:String,default:"Upload Image"},croppingWidth:{type:Number},croppingHeight:{type:Number}},data:function(){return{image:{src:"",id:""}}},methods:{uploadImage:function(){this.openMediaManager(this.onSelectImage)},onSelectImage:function(e){this.image.src=e.url,this.image.id=e.id,this.$emit("uploadedImage",this.image)},openMediaManager:function(e){var t=this;if(t.fileFrame)t.fileFrame.open();else{var a={library:wp.media.query(),multiple:!1,title:this.__("Select & Crop Image","dokan-lite"),priority:20,filterable:"uploaded",autoSelect:!0,suggestedWidth:500,suggestedHeight:300},n={id:"control-id",params:{width:this.croppingWidth?parseInt(this.croppingWidth,10):parseInt(dokan.store_banner_dimension.width,10),height:this.croppingHeight?parseInt(this.croppingHeight,10):parseInt(dokan.store_banner_dimension.height,10),flex_width:!!parseInt(dokan.store_banner_dimension["flex-width"],10),flex_height:!!parseInt(dokan.store_banner_dimension["flex-height"],10)},mustBeCropped:function(e,t,a,n,o,i){return(!0!==e||!0!==t)&&((!0!==e||n!==i)&&((!0!==t||a!==o)&&((a!==o||n!==i)&&!(o<=a))))}},o=[new wp.media.controller.Library(a),new wp.media.controller.CustomizeImageCropper({imgSelectOptions:t.calculateImageSelectOptions,control:n})],i={title:this.__("Select Image","dokan-lite"),button:{text:this.__("Select Image","dokan-lite"),close:!1},multiple:!1};i.states=o,t.fileFrame=wp.media(i),t.fileFrame.on("select",function(){t.fileFrame.setState("cropper")}),t.fileFrame.on("cropped",function(a){e(a),t.fileFrame=null}),t.fileFrame.on("skippedcrop",function(){var a=t.fileFrame.state().get("selection").map(function(e){return e.toJSON()}).pop();e(a),t.fileFrame=null}),t.fileFrame.on("close",function(){t.fileFrame=null}),t.fileFrame.on("ready",function(){t.fileFrame.uploader.options.uploader.params={type:"dokan-vendor-option-media"}}),t.fileFrame.open()}},calculateImageSelectOptions:function(e,t){var a,n,o,i,s,r,l=this.croppingWidth?parseInt(this.croppingWidth,10):parseInt(dokan.store_banner_dimension.width,10),d=this.croppingHeight?parseInt(this.croppingHeight,10):parseInt(dokan.store_banner_dimension.height,10),c=!!parseInt(dokan.store_banner_dimension["flex-width"],10),u=!!parseInt(dokan.store_banner_dimension["flex-height"],10);s=e.get("width"),i=e.get("height");var p=t.get("control");return t.set("canSkipCrop",!p.mustBeCropped(c,u,l,d,s,i)),(n=s)/(o=i)>(a=l/d)?l=(d=o)*a:d=(l=n)/a,r={handles:!0,keys:!0,instance:!0,persistent:!0,imageWidth:s,imageHeight:i,x1:0,y1:0,x2:l,y2:d},!1===u&&!1===c&&(r.aspectRatio=l+":"+d),!1===u&&(r.maxHeight=d),!1===c&&(r.maxWidth=l),r}}}},function(e,t,a){"use strict";t.a={name:"PasswordGenerator",props:{title:{type:String,default:"Generate Password"},cancelTitle:{type:String,default:"Cancel"},regenrateTitle:{type:String,default:"Regenrate"},length:{type:Number,default:25}},data:function(){return{password:"",hideGenerateButton:!1,showCancelButton:!1}},methods:{generatePassword:function(){this.password=this.makePassword(this.length),this.$emit("passwordGenerated",this.password),this.hideGenerateButton=!0,this.showCancelButton=!0},makePassword:function(){for(var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:25,t="",a=0;a<=e;a++){t+="abcdefghijklmnopqurstuvwxyz"[Math.floor(Math.random()*e)]+"ABCDEFGHIJKLMNOPQURSTUVWXYZ"[Math.floor(10*Math.random())]+"!@#$%^&*()"[Math.floor(Math.random()*"!@#$%^&*()".length)]}return t.slice(-e)},cancelButton:function(){this.hideGenerateButton=!1,this.showCancelButton=!1,this.$root.$emit("passwordCancelled")},regenratePassword:function(){this.password=this.makePassword(this.length),this.$emit("passwordGenerated",this.password)}}}},function(e,t,a){"use strict";var n=a(3);a.n(n);t.a={name:"VendorAddressFields",components:{Multiselect:n.Multiselect},props:{vendorInfo:{type:Object}},data:function(){return{countries:[],states:[],selectedCountry:{},selectedState:{},getAddressFields:dokan.hooks.applyFilters("getVendorAddressFields",[])}},computed:{selectedCode:function(){var e=this.vendorInfo.address.country;return""!==e?e:[]}},created:function(){this.countries=this.transformCountries(dokan.countries),this.states=dokan.states;var e=this.vendorInfo.address.country,t=this.vendorInfo.address.state;""!==e&&(this.selectedCountry={name:this.getCountryFromCountryCode(e),code:e},this.selectedState={name:this.getStateFromStateCode(t,e),code:t})},methods:{transformCountries:function(e){var t=[];for(var a in e)t.push({name:e[a],code:a});return t},getCountryFromCountryCode:function(e){if(""!==e)return dokan.countries[e]},getStateFromStateCode:function(e,t){if(""!==e){var a=dokan.states[t],n=a&&a[e];return void 0!==n?n:[]}},getStatesFromCountryCode:function(e){if(""!==e){var t=[],a=this.states;for(var n in a)if(n===e&&!(a[n]&&a[n].length<1))for(var o in a[n])t.push({name:a[n][o],code:o});return t}},saveCountry:function(e){e&&(this.vendorInfo.address.state=null,this.selectedState={},this.vendorInfo.address.country=e.code)},saveState:function(e){e&&(this.vendorInfo.address.state=e.code)}}}},function(e,t,a){"use strict";var n=a(2),o=a(3);a.n(o);t.a={name:"VendorPaymentFields",components:{Switches:n.a,Multiselect:o.Multiselect},props:{vendorInfo:{type:Object}},data:function(){return{enabled:!1,trusted:!1,featured:!1,commissionTypes:[{name:"flat",label:this.__("Flat","dokan-lite")},{name:"percentage",label:this.__("Percentage","dokan-lite")},{name:"combine",label:this.__("Combine","dokan-lite")}],selectedCommissionType:{name:"flat",label:this.__("Flat","dokan-lite")},getBankFields:dokan.hooks.applyFilters("getVendorBankFields",[]),getPyamentFields:dokan.hooks.applyFilters("AfterPyamentFields",[])}},created:function(){this.vendorInfo.enabled&&(this.enabled=!0,this.vendorInfo.enabled=!0),this.vendorInfo.trusted&&(this.trusted=!0,this.vendorInfo.trusted=!0),this.vendorInfo.featured&&(this.featured=!0,this.vendorInfo.featured=!0);var e=this.vendorInfo.admin_commission_type;if(e){var t=_.findWhere(this.commissionTypes,{name:e}),a=t.name,n=t.label;this.selectedCommissionType.name=a,this.selectedCommissionType.label=n}},methods:{setValue:function(e,t){"enabled"===t&&(this.vendorInfo.enabled=!!e),"trusted"===t&&(this.vendorInfo.trusted=!!e),"featured"===t&&(this.vendorInfo.featured=!!e)},getId:function(){return this.$route.params.id},saveCommissionType:function(e){var t=e.name;t||(this.vendorInfo.admin_commission_type="flat"),this.vendorInfo.admin_commission_type=t}}}},,,,function(e,t,a){"use strict";var n=a(12),o=a(30),i=!1;var s=function(e){i||a(29)},r=a(0)(n.a,o.a,!1,s,null,null);r.options.__file="src/admin/components/UploadImage.vue",t.a=r.exports},function(e,t,a){"use strict";var n=a(13),o=a(31),i=a(0)(n.a,o.a,!1,null,null,null);i.options.__file="src/admin/components/PasswordGenerator.vue",t.a=i.exports},,function(e,t,a){"use strict";var n=a(6),o=a(0)(n.a,null,!1,null,null,null);o.options.__file="src/admin/components/Chart.vue",t.a=o.exports},function(e,t,a){"use strict";var n=a(9),o=a(25),i=!1;var s=function(e){i||a(24)},r=a(0)(n.a,o.a,!1,s,"data-v-01dc0d51",null);r.options.__file="src/admin/components/ColorPicker.vue",t.a=r.exports},function(e,t){},function(e,t,a){"use strict";var n=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"color-picker-container"},[a("button",{staticClass:"button color-picker-button",style:{backgroundColor:e.value},attrs:{type:"button"},on:{click:e.toggleColorPicker}},[a("span",[e._v(e._s(e.__("Select Color","dokan-lite")))])]),e._v(" "),e.showColorPicker&&"hex"===e.format?a("input",{staticClass:"hex-input",attrs:{type:"text"},domProps:{value:e.value},on:{input:function(t){return e.setHexColor(t.target.value)}}}):e._e(),e._v(" "),e.showColorPicker?a("div",{staticClass:"button-group"},[a("button",{staticClass:"button button-small",attrs:{type:"button"},on:{click:function(t){return e.updateColor({})}}},[e._v(e._s(e.__("Clear","dokan-lite")))]),e._v(" "),a("button",{staticClass:"button button-small",attrs:{type:"button"},on:{click:e.toggleColorPicker}},[e._v(e._s(e.__("Close","dokan-lite")))])]):e._e(),e._v(" "),e.showColorPicker?a("sketch",{attrs:{value:e.value,"preset-colors":e.presetColors,"disable-alpha":e.disableAlpha,"disable-fields":e.disableFields},on:{input:e.updateColor}}):e._e()],1)};n._withStripped=!0;var o={render:n,staticRenderFns:[]};t.a=o},function(e,t,a){"use strict";var n=a(10),o=a(32),i=a(0)(n.a,o.a,!1,null,null,null);i.options.__file="src/admin/pages/VendorAccountFields.vue",t.a=i.exports},function(e,t){},function(e,t,a){"use strict";var n=function(){var e=this.$createElement,t=this._self._c||e;return t("label",{staticClass:"switch tips"},[t("input",{staticClass:"toogle-checkbox",attrs:{type:"checkbox"},domProps:{checked:this.enabled,value:this.value},on:{change:this.trigger}}),this._v(" "),t("span",{staticClass:"slider round"})])};n._withStripped=!0;var o={render:n,staticRenderFns:[]};t.a=o},function(e,t){},function(e,t,a){"use strict";var n=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"dokan-upload-image",on:{click:e.uploadImage}},[e.showButton?e._e():a("img",{attrs:{src:e.image.src?e.image.src:e.src}}),e._v(" "),e.showButton?a("button",{on:{click:function(t){return t.preventDefault(),e.uploadImage.apply(null,arguments)}}},[e._v("\n "+e._s(e.buttonLabel)+"\n ")]):e._e()])};n._withStripped=!0;var o={render:n,staticRenderFns:[]};t.a=o},function(e,t,a){"use strict";var n=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"password-generator"},[e.hideGenerateButton?e._e():a("button",{staticClass:"button button-secondary",on:{click:function(t){return t.preventDefault(),e.generatePassword.apply(null,arguments)}}},[e._v("\n "+e._s(e.title)+"\n ")]),e._v(" "),e.showCancelButton?a("button",{staticClass:"button regen-button",on:{click:function(t){return t.preventDefault(),e.regenratePassword.apply(null,arguments)}}},[a("span",{staticClass:"dashicons dashicons-controls-repeat"}),e._v("\n "+e._s(e.regenrateTitle)+"\n ")]):e._e(),e._v(" "),e.showCancelButton?a("button",{staticClass:"button cancel-button",on:{click:function(t){return t.preventDefault(),e.cancelButton.apply(null,arguments)}}},[e._v("\n "+e._s(e.cancelTitle)+"\n ")]):e._e()])};n._withStripped=!0;var o={render:n,staticRenderFns:[]};t.a=o},function(e,t,a){"use strict";var n=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("form",{staticClass:"account-info"},[a("div",{staticClass:"content-header"},[e._v("\n "+e._s(e.__("Account Info","dokan-lite"))+"\n ")]),e._v(" "),a("div",{staticClass:"content-body"},[e.getId()?e._e():a("div",{staticClass:"vendor-image"},[a("div",{staticClass:"picture"},[a("p",{staticClass:"picture-header"},[e._v(e._s(e.__("Vendor Picture","dokan-lite")))]),e._v(" "),a("div",{staticClass:"profile-image"},[a("upload-image",{attrs:{croppingWidth:150,croppingHeight:150},on:{uploadedImage:e.uploadGravatar}})],1),e._v(" "),a("p",{staticClass:"picture-footer",domProps:{innerHTML:e._s(e.sprintf(e.__("You can change your profile picture on %s","dokan-lite"),"<a href='https://gravatar.com/' target='_blank'>Gravatar</a>"))}})]),e._v(" "),a("div",{class:["picture banner",{"has-banner":e.vendorInfo.banner_id}]},[a("div",{staticClass:"banner-image"},[a("upload-image",{attrs:{showButton:e.showButton,buttonLabel:e.__("Upload Banner","dokan-lite")},on:{uploadedImage:e.uploadBanner}})],1),e._v(" "),e.showButton?a("p",{staticClass:"picture-footer"},[e._v(e._s(e.getUploadBannerText()))]):e._e()])]),e._v(" "),a("div",{staticClass:"dokan-form-group"},[a("div",{staticClass:"column"},[a("label",{attrs:{for:"first-name"}},[e._v(e._s(e.__("First Name","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.first_name,expression:"vendorInfo.first_name"}],staticClass:"dokan-form-input",attrs:{type:"email",id:"first-name",placeholder:e.__("First Name","dokan-lite")},domProps:{value:e.vendorInfo.first_name},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo,"first_name",t.target.value)}}})]),e._v(" "),a("div",{staticClass:"column"},[a("label",{attrs:{for:"last-name"}},[e._v(e._s(e.__("Last Name","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.last_name,expression:"vendorInfo.last_name"}],staticClass:"dokan-form-input",attrs:{type:"email",id:"last-name",placeholder:e.__("Last Name","dokan-lite")},domProps:{value:e.vendorInfo.last_name},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo,"last_name",t.target.value)}}})]),e._v(" "),a("div",{staticClass:"column"},[a("label",{attrs:{for:"store-name"}},[e._v(e._s(e.__("Store Name","dokan-lite")))]),e._v(" "),e.getId()?e._e():a("span",{staticClass:"required-field"},[e._v("*")]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.store_name,expression:"vendorInfo.store_name"}],class:{"dokan-form-input":!0,"has-error":e.getError("store_name")},attrs:{type:"text",id:"store-name",placeholder:e.getError("store_name")?e.__("Store Name is required","dokan-lite"):e.__("Store Name","dokan-lite")},domProps:{value:e.vendorInfo.store_name},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo,"store_name",t.target.value)}}})]),e._v(" "),e.getId()?e._e():a("div",{staticClass:"column"},[a("label",{attrs:{for:"user-nicename"}},[e._v(e._s(e.__("Store URL","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.user_nicename,expression:"vendorInfo.user_nicename"}],staticClass:"dokan-form-input",attrs:{type:"text",id:"user-nicename",placeholder:e.__("Store Url","dokan-lite")},domProps:{value:e.vendorInfo.user_nicename},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo,"user_nicename",t.target.value)}}}),e._v(" "),a("div",{staticClass:"store-avaibility-info"},[e.showStoreUrl?a("p",{staticClass:"store-url"},[e._v(e._s(e.storeUrl))]):a("p",{staticClass:"store-url"},[e._v(e._s(e.otherStoreUrl))]),e._v(" "),a("span",{class:{"is-available":e.storeAvailable,"not-available":!e.storeAvailable}},[e._v(e._s(e.storeAvailabilityText))])])]),e._v(" "),a("div",{staticClass:"column"},[a("label",{attrs:{for:"store-phone"}},[e._v(e._s(e.__("Phone Number","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.phone,expression:"vendorInfo.phone"}],staticClass:"dokan-form-input",attrs:{type:"number",id:"store-phone",placeholder:e.__("123456789","dokan-lite")},domProps:{value:e.vendorInfo.phone},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo,"phone",t.target.value)}}})]),e._v(" "),a("div",{staticClass:"column"},[a("label",{attrs:{for:"store-email"}},[e._v(e._s(e.__("Email","dokan-lite")))]),e._v(" "),e.getId()?e._e():a("span",{staticClass:"required-field"},[e._v("*")]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.email,expression:"vendorInfo.email"}],class:{"dokan-form-input":!0,"has-error":e.getError("email")},attrs:{type:"email",id:"store-email",placeholder:e.getError("email")?e.__("Email is required","dokan-lite"):e.__("store@email.com","dokan-lite")},domProps:{value:e.vendorInfo.email},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo,"email",t.target.value)}}}),e._v(" "),a("div",{staticClass:"store-avaibility-info"},[a("span",{class:{"is-available":e.emailAvailable,"not-available":!e.emailAvailable}},[e._v(e._s(e.emailAvailabilityText))])])]),e._v(" "),e.getId()?e._e():[a("div",{staticClass:"column"},[a("label",{attrs:{for:"user-login"}},[e._v(e._s(e.__("Username","dokan-lite")))]),a("span",{staticClass:"required-field"},[e._v("*")]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.user_login,expression:"vendorInfo.user_login"}],staticClass:"dokan-form-input",class:{"dokan-form-input":!0,"has-error":e.getError("user_login")},attrs:{type:"text",id:"user-login",placeholder:e.getError("user_login")?e.__("Username is required","dokan-lite"):e.__("Username","dokan-lite")},domProps:{value:e.vendorInfo.user_login},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo,"user_login",t.target.value)}}}),e._v(" "),a("div",{staticClass:"store-avaibility-info"},[a("span",{class:{"is-available":e.userNameAvailable,"not-available":!e.userNameAvailable}},[e._v(e._s(e.userNameAvailabilityText))])]),e._v(" "),a("div",{staticClass:"checkbox-left notify-vendor"},[a("switches",{attrs:{enabled:!0,value:"notify_vendor"},on:{input:e.sendEmail}}),e._v(" "),a("span",{staticClass:"desc"},[e._v(e._s(e.__("Send the vendor an email about their account.","dokan-lite")))])],1)]),e._v(" "),a("div",{staticClass:"column"},[a("label",{attrs:{for:"store-password"}},[e._v(e._s(e.__("Password","dokan-lite")))]),e._v(" "),e.showPassword?a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.user_pass,expression:"vendorInfo.user_pass"}],staticClass:"dokan-form-input",attrs:{id:"store-password",type:"text",placeholder:"********"},domProps:{value:e.vendorInfo.user_pass},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo,"user_pass",t.target.value)}}}):e._e(),e._v(" "),a("password-generator",{attrs:{title:e.__("Generate Password","dokan-lite")},on:{passwordGenerated:e.setPassword}})],1)],e._v(" "),e._l(e.getAccountFields,function(t,n){return a(t,{key:n,tag:"component",attrs:{vendorInfo:e.vendorInfo}})})],2)])])};n._withStripped=!0;var o={render:n,staticRenderFns:[]};t.a=o},function(e,t,a){"use strict";var n=a(14),o=a(35),i=!1;var s=function(e){i||a(34)},r=a(0)(n.a,o.a,!1,s,null,null);r.options.__file="src/admin/pages/VendorAddressFields.vue",t.a=r.exports},function(e,t){},function(e,t,a){"use strict";var n=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"account-info"},[a("div",{staticClass:"content-header"},[e._v("\n "+e._s(e.__("Address","dokan-lite"))+"\n ")]),e._v(" "),a("div",{staticClass:"content-body"},[a("div",{staticClass:"dokan-form-group"},[a("div",{staticClass:"column"},[a("label",{attrs:{for:"street-1"}},[e._v(e._s(e.__("Street 1","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.address.street_1,expression:"vendorInfo.address.street_1"}],staticClass:"dokan-form-input",attrs:{type:"text",id:"street-1",placeholder:e.__("Street 1","dokan-lite")},domProps:{value:e.vendorInfo.address.street_1},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo.address,"street_1",t.target.value)}}})]),e._v(" "),a("div",{staticClass:"column"},[a("label",{attrs:{for:"street-2"}},[e._v(e._s(e.__("Street 2","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.address.street_2,expression:"vendorInfo.address.street_2"}],staticClass:"dokan-form-input",attrs:{type:"text",id:"street-2",placeholder:e.__("Street 2","dokan-lite")},domProps:{value:e.vendorInfo.address.street_2},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo.address,"street_2",t.target.value)}}})]),e._v(" "),a("div",{staticClass:"column"},[a("label",{attrs:{for:"city"}},[e._v(e._s(e.__("City","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.address.city,expression:"vendorInfo.address.city"}],staticClass:"dokan-form-input",attrs:{type:"text",id:"city",placeholder:e.__("City","dokan-lite")},domProps:{value:e.vendorInfo.address.city},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo.address,"city",t.target.value)}}})]),e._v(" "),a("div",{staticClass:"column"},[a("label",{attrs:{for:"zip"}},[e._v(e._s(e.__("Zip","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.address.zip,expression:"vendorInfo.address.zip"}],staticClass:"dokan-form-input",attrs:{type:"text",id:"zip",placeholder:e.__("Zip","dokan-lite")},domProps:{value:e.vendorInfo.address.zip},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo.address,"zip",t.target.value)}}})]),e._v(" "),a("div",{staticClass:"address-multiselect"},[a("label",{attrs:{for:"country"}},[e._v(e._s(e.__("Country","dokan-lite")))]),e._v(" "),a("Multiselect",{attrs:{id:"country",options:e.countries,multiselect:!1,label:"name","track-by":"name",showLabels:!1,placeholder:e.__("Select Country","dokan-lite")},on:{input:e.saveCountry},model:{value:e.selectedCountry,callback:function(t){e.selectedCountry=t},expression:"selectedCountry"}})],1),e._v(" "),a("div",{staticClass:"address-multiselect"},[a("label",{attrs:{for:"state"}},[e._v(e._s(e.__("State","dokan-lite")))]),e._v(" "),e.getStatesFromCountryCode(e.selectedCode).length<1?[a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.address.state,expression:"vendorInfo.address.state"}],staticClass:"dokan-form-input",attrs:{id:"state",type:"text",placeholder:e.__("State","dokan-lite")},domProps:{value:e.vendorInfo.address.state},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo.address,"state",t.target.value)}}})]:[a("Multiselect",{attrs:{id:"state",options:e.getStatesFromCountryCode(e.selectedCode),multiselect:!1,showLabels:!1,label:"name","track-by":"name",placeholder:e.__("Select State","dokan-lite")},on:{input:e.saveState},model:{value:e.selectedState,callback:function(t){e.selectedState=t},expression:"selectedState"}})]],2),e._v(" "),e._l(e.getAddressFields,function(t,n){return a(t,{key:n,tag:"component",attrs:{vendorInfo:e.vendorInfo}})})],2)])])};n._withStripped=!0;var o={render:n,staticRenderFns:[]};t.a=o},function(e,t,a){"use strict";var n=a(15),o=a(38),i=!1;var s=function(e){i||a(37)},r=a(0)(n.a,o.a,!1,s,null,null);r.options.__file="src/admin/pages/VendorPaymentFields.vue",t.a=r.exports},function(e,t){},function(e,t,a){"use strict";var n=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{class:{"payment-info":!0,"edit-mode":e.getId()}},[a("div",{staticClass:"content-header"},[e._v("\n "+e._s(e.__("Payment Options","dokan-lite"))+"\n ")]),e._v(" "),a("div",{staticClass:"content-body"},[a("div",{staticClass:"dokan-form-group"},[a("div",{staticClass:"column"},[a("label",{attrs:{for:"account-name"}},[e._v(e._s(e.__("Account Name","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.payment.bank.ac_name,expression:"vendorInfo.payment.bank.ac_name"}],staticClass:"dokan-form-input",attrs:{type:"text",id:"account-name",placeholder:e.__("Account Name","dokan-lite")},domProps:{value:e.vendorInfo.payment.bank.ac_name},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo.payment.bank,"ac_name",t.target.value)}}})]),e._v(" "),a("div",{staticClass:"column"},[a("label",{attrs:{for:"account-number"}},[e._v(e._s(e.__("Account Number","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.payment.bank.ac_number,expression:"vendorInfo.payment.bank.ac_number"}],staticClass:"dokan-form-input",attrs:{type:"text",id:"account-number",placeholder:e.__("1233456789","dokan-lite")},domProps:{value:e.vendorInfo.payment.bank.ac_number},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo.payment.bank,"ac_number",t.target.value)}}})]),e._v(" "),a("div",{staticClass:"column"},[a("label",{attrs:{for:"bank-name"}},[e._v(e._s(e.__("Bank Name","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.payment.bank.bank_name,expression:"vendorInfo.payment.bank.bank_name"}],staticClass:"dokan-form-input",attrs:{type:"text",id:"bank-name",placeholder:e.__("Bank Name","dokan-lite")},domProps:{value:e.vendorInfo.payment.bank.bank_name},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo.payment.bank,"bank_name",t.target.value)}}})]),e._v(" "),a("div",{staticClass:"column"},[a("label",{attrs:{for:"bank-address"}},[e._v(e._s(e.__("Bank Address","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.payment.bank.bank_addr,expression:"vendorInfo.payment.bank.bank_addr"}],staticClass:"dokan-form-input",attrs:{type:"text",id:"bank-address",placeholder:e.__("Bank Address","dokan-lite")},domProps:{value:e.vendorInfo.payment.bank.bank_addr},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo.payment.bank,"bank_addr",t.target.value)}}})]),e._v(" "),a("div",{staticClass:"column"},[a("label",{attrs:{for:"routing-number"}},[e._v(e._s(e.__("Routing Number","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.payment.bank.routing_number,expression:"vendorInfo.payment.bank.routing_number"}],staticClass:"dokan-form-input",attrs:{type:"text",id:"routing-number",placeholder:e.__("123456789","dokan-lite")},domProps:{value:e.vendorInfo.payment.bank.routing_number},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo.payment.bank,"routing_number",t.target.value)}}})]),e._v(" "),a("div",{staticClass:"column"},[a("label",{attrs:{for:"iban"}},[e._v(e._s(e.__("IBAN","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.payment.bank.iban,expression:"vendorInfo.payment.bank.iban"}],staticClass:"dokan-form-input",attrs:{type:"text",id:"iban",placeholder:e.__("123456789","dokan-lite")},domProps:{value:e.vendorInfo.payment.bank.iban},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo.payment.bank,"iban",t.target.value)}}})]),e._v(" "),a("div",{staticClass:"column"},[a("label",{attrs:{for:"swift"}},[e._v(e._s(e.__("Swift","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.payment.bank.swift,expression:"vendorInfo.payment.bank.swift"}],staticClass:"dokan-form-input",attrs:{type:"text",id:"swift",placeholder:e.__("123456789","dokan-lite")},domProps:{value:e.vendorInfo.payment.bank.swift},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo.payment.bank,"swift",t.target.value)}}})]),e._v(" "),e._l(e.getBankFields,function(t,n){return a(t,{key:n,tag:"component",attrs:{vendorInfo:e.vendorInfo}})})],2),e._v(" "),a("div",{staticClass:"dokan-form-group"},[a("div",{class:{column:e.getId(),"checkbox-group":!e.getId()}},[a("label",{attrs:{for:"paypal-email"}},[e._v(e._s(e.__("PayPal Email","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.payment.paypal.email,expression:"vendorInfo.payment.paypal.email"}],staticClass:"dokan-form-input",attrs:{type:"email",id:"paypal-email",placeholder:e.__("store@email.com","dokan-lite")},domProps:{value:e.vendorInfo.payment.paypal.email},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo.payment.paypal,"email",t.target.value)}}})]),e._v(" "),e.getId()?[a("div",{staticClass:"column"},[a("div",{staticClass:"column"},[a("label",{attrs:{for:"commission-type"}},[e._v(e._s(e.__("Admin Commission Type","dokan-lite")))]),e._v(" "),a("Multiselect",{attrs:{id:"commission-type",options:e.commissionTypes,"track-by":"name",label:"label","allow-empty":!1,multiselect:!1,searchable:!1,showLabels:!1},on:{input:e.saveCommissionType},model:{value:e.selectedCommissionType,callback:function(t){e.selectedCommissionType=t},expression:"selectedCommissionType"}})],1)]),e._v(" "),"combine"===e.selectedCommissionType.name?a("div",{staticClass:"column combine-commission"},[a("label",[e._v(e._s(e.__("Admin Commission","dokan-lite")))]),e._v(" "),a("div",{staticClass:"combine-commission-field"},[a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.admin_commission,expression:"vendorInfo.admin_commission"}],staticClass:"wc_input_decimal dokan-form-input percent_fee",attrs:{type:"text"},domProps:{value:e.vendorInfo.admin_commission},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo,"admin_commission",t.target.value)}}}),e._v("\n "+e._s("%    +")+"\n "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.admin_additional_fee,expression:"vendorInfo.admin_additional_fee"}],staticClass:"wc_input_price dokan-form-input fixed_fee",attrs:{type:"text"},domProps:{value:e.vendorInfo.admin_additional_fee},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo,"admin_additional_fee",t.target.value)}}})])]):a("div",{staticClass:"column"},[a("label",[e._v(e._s(e.__("Admin Commission","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.admin_commission,expression:"vendorInfo.admin_commission"}],staticClass:"dokan-form-input",class:{wc_input_price:"flat"==e.selectedCommissionType.name,wc_input_decimal:"flat"!=e.selectedCommissionType.name},attrs:{type:"text"},domProps:{value:e.vendorInfo.admin_commission},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo,"admin_commission",t.target.value)}}})])]:e._e(),e._v(" "),a("div",{staticClass:"checkbox-group"},[a("div",{staticClass:"checkbox-left"},[a("switches",{attrs:{enabled:e.enabled,value:"enabled"},on:{input:e.setValue}}),e._v(" "),a("span",{staticClass:"desc"},[e._v(e._s(e.__("Enable Selling","dokan-lite")))])],1)]),e._v(" "),a("div",{staticClass:"checkbox-group"},[a("div",{staticClass:"checkbox-left"},[a("switches",{attrs:{enabled:e.trusted,value:"trusted"},on:{input:e.setValue}}),e._v(" "),a("span",{staticClass:"desc"},[e._v(e._s(e.__("Publish Product Directly","dokan-lite")))])],1)]),e._v(" "),a("div",{staticClass:"checkbox-group"},[a("div",{staticClass:"checkbox-left"},[a("switches",{attrs:{enabled:e.featured,value:"featured"},on:{input:e.setValue}}),e._v(" "),a("span",{staticClass:"desc"},[e._v(e._s(e.__("Make Vendor Featured","dokan-lite")))])],1)])],2),e._v(" "),e._l(e.getPyamentFields,function(t,n){return a(t,{key:n,tag:"component",attrs:{vendorInfo:e.vendorInfo}})})],2)])};n._withStripped=!0;var o={render:n,staticRenderFns:[]};t.a=o},function(e,t,a){"use strict";t.c=o,t.a=function(e,t){return i(t)?i(t).dgettext(t,e):e},t.b=function(e,t,a,n,o){return i(o).dnpgettext(o,n,e,t,a)},a.d(t,"d",function(){return s});var n={};function o(e){var t=new Jed(e);n[t._textdomain]=t}function i(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return n[e]||o({"":{}}),n[e]}var s=Jed.sprintf},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,function(e,t,a){"use strict";t.a={name:"Postbox",props:{title:{type:String,required:!0,default:""},extraClass:{type:String,default:null}},data:function(){return{showing:!0}}}},function(e,t,a){"use strict";t.a={name:"Loading",data:function(){return{}}}},function(e,t,a){"use strict";t.a={name:"Modal",props:{footer:{type:Boolean,required:!1,default:!0},width:{type:String,required:!1,default:"500px"},height:{type:String,required:!1,default:"auto"},title:{type:String,required:!0,default:""}},data:function(){return{}}}},function(e,t,a){"use strict";t.a={props:{value:{type:String,required:!0},shortcodes:{type:Object,required:!1}},data:function(){return{editorId:this._uid,fileFrame:null}},mounted:function(){var e=this;window.tinymce.init({selector:"#dokan-tinymce-".concat(this.editorId),branding:!1,height:200,menubar:!1,convert_urls:!1,theme:"modern",skin:"lightgray",fontsize_formats:"10px 11px 13px 14px 16px 18px 22px 25px 30px 36px 40px 45px 50px 60px 65px 70px 75px 80px",font_formats:"Arial=arial,helvetica,sans-serif;Comic Sans MS=comic sans ms,sans-serif;Courier New=courier new,courier;Georgia=georgia,palatino;Lucida=Lucida Sans Unicode, Lucida Grande, sans-serif;Tahoma=tahoma,arial,helvetica,sans-serif;Times New Roman=times new roman,times;Trebuchet MS=trebuchet ms,geneva;Verdana=verdana,geneva;",plugins:"textcolor colorpicker wplink wordpress code hr wpeditimage",toolbar:["shortcodes bold italic underline bullist numlist alignleft aligncenter alignjustify alignright link image wp_adv","formatselect forecolor backcolor blockquote hr code fontselect fontsizeselect removeformat undo redo"],setup:function(t){var a=[];_.forEach(e.shortcodes,function(e,n){a.push({text:e.title,classes:"menu-section-title"}),_.forEach(e.codes,function(e,o){a.push({text:e.title,onclick:function(){var a="[".concat(n,":").concat(o,"]");e.default&&(a="[".concat(n,":").concat(o,' default="').concat(e.default,'"]')),e.text&&(a="[".concat(n,":").concat(o,' text="').concat(e.text,'"]')),e.plainText&&(a=e.text),t.insertContent(a)}})})}),t.addButton("image",{icon:"image",onclick:function(){e.browseImage(t)}}),t.on("change keyup NodeChange",function(){e.$emit("input",t.getContent())})}})},methods:{browseImage:function(e){var t=this,a={id:0,url:"",type:""};if(t.fileFrame)t.fileFrame.open();else{var n=[new wp.media.controller.Library({library:wp.media.query(),multiple:!1,title:this.__("Select an image","dokan-lite"),priority:20,filterable:"uploaded"})];t.fileFrame=wp.media({title:this.__("Select an image","dokan-lite"),library:{type:""},button:{text:this.__("Select an image","dokan-lite")},multiple:!1,states:n}),t.fileFrame.on("select",function(){t.fileFrame.state().get("selection").map(function(n){return(n=n.toJSON()).id&&(a.id=n.id),n.url&&(a.url=n.url),n.type&&(a.type=n.type),t.insertImage(e,a),null})}),t.fileFrame.on("ready",function(){t.fileFrame.uploader.options.uploader.params={type:"dokan-image-uploader"}}),t.fileFrame.open()}},insertImage:function(e,t){if(t.id&&"image"===t.type){var a='<img src="'.concat(t.url,'" alt="').concat(t.alt,'" title="').concat(t.title,'" style="max-width: 100%; height: auto;">');e.insertContent(a)}else this.alert({type:"error",text:this.__("Please select an image,","dokan-lite")})}}}},function(e,t,a){"use strict";t.a={props:["amount"],methods:{formattedPrice:function(e){return accounting.formatMoney(e,dokan.currency)}}}},function(e,t,a){"use strict";var n=a(1);a.n(n);t.a={name:"LazyInput",props:{value:{type:String,required:!0,default:""},type:{type:String,required:!1,default:"text"},placeholder:{type:String,required:!1,default:""}},data:function(){return{delay:500,debouncer:null}},methods:{updateValue:function(e){var t=this;t.debouncer&&t.debouncer.clear(),t.debouncer=Object(n.debounce)(function(){t.triggerInput(e)},t.delay),t.debouncer()},focus:function(){this.$emit("focus")},blur:function(){this.$emit("blur")},triggerInput:function(e){this.$emit("input",e)}}}},function(e,t,a){"use strict";t.a={props:{value:{type:Number,default:0},hidden:{type:Boolean,default:!1},bgColor:{type:String,default:"defaultBg"},fgColor:{type:String,default:"defaultFg"}}}},function(e,t,a){"use strict";var n=a(1);a.n(n);t.a={name:"Search",props:{title:{type:String,default:"Search"}},data:function(){return{delay:500,searchItems:""}},watch:{searchItems:function(){this.makeDelay()}},created:function(){this.makeDelay=Object(n.debounce)(this.doSearch,this.delay)},methods:{doSearch:function(){this.$emit("searched",this.searchItems)}}}},function(e,t,a){"use strict";t.a={props:{value:{type:String,required:!0,default:""},format:{type:String,required:!1,default:""},placeholder:{type:String,required:!1,default:""},changeMonthYear:{type:Boolean,required:!1,default:!1}},mounted:function(){var e=this;jQuery(e.$el).datepicker({dateFormat:e.format,changeMonth:e.changeMonthYear,changeYear:e.changeMonthYear,beforeShow:function(){jQuery(this).datepicker("widget").addClass("dokan-datepicker")},onSelect:function(t){e.updateValue(t)}})},methods:{updateValue:function(e){e||(e=moment().format("YYYY-MM-DD")),this.$emit("input",e)}}}},,,function(e,t,a){"use strict";t.a={name:"GoogleMaps",props:{apiKey:{type:String,default:null},location:{type:Object,default:function(){return{latitude:23.709921,longitude:90.40714300000002,address:"dhaka",zoom:10}}}},data:function(){return{dokanGoogleMap:null,marker:null,loadMap:this.apiKey.length>1}},mounted:function(){this.apiKey&&window.google&&this.renderMap()||this.$emit("hideMap",!0)},beforeDestroy:function(){this.dokanGoogleMap&&(this.dokanGoogleMap=null),this.marker&&(this.marker=null)},methods:{setMap:function(){this.dokanGoogleMap=new google.maps.Map(this.getMapArea(),{center:this.getCenter(),zoom:this.location.zoom,mapTypeId:google.maps.MapTypeId.ROADMAP})},setMarker:function(){this.marker=new google.maps.Marker({position:this.getCenter(),map:this.dokanGoogleMap})},GetGeocoder:function(){return new google.maps.Geocoder},getSearchAddress:function(){return this.location.address&&(this.$refs.searchAddress.value=this.location.address),this.$refs.searchAddress},setAutoComplete:function(){var e=this,t=new google.maps.places.Autocomplete(this.getSearchAddress());t.addListener("place_changed",function(){var a=t.getPlace(),n=a.geometry.location;e.updateMap(n.lat(),n.lng(),a.formatted_address)})},updateMap:function(e,t,a){var n=new google.maps.LatLng(e,t);this.$emit("updateMap",{latitude:n.lat(),longitude:n.lng(),address:a}),this.dokanGoogleMap.setCenter(n),this.marker.setPosition(n),a||this.GetGeocoder.geocode({location:{lat:e,lng:t}},function(e,t){"OK"===t&&address.val(e[0].formatted_address)})},renderMap:function(){return this.setMap(),this.setMarker(),this.setAutoComplete(),!0},getCenter:function(){return new google.maps.LatLng(this.location.latitude,this.location.longitude)},getMapArea:function(){return this.$refs.gmapArea}}}},function(e,t,a){"use strict";var n=a(71),o=a.n(n),i=a(72),s=a.n(i),r=function(){function e(t){o()(this,e),this._mapId=t}return s()(e,[{key:"onAdd",value:function(e){var t=this;this._map=e;var a=document.createElement("span");a.className="dashicons dashicons-search";var n=document.createTextNode("Search Map"),o=document.createElement("button");o.type="button",o.className="button",o.appendChild(a),o.appendChild(n),o.addEventListener("click",function(e){e.preventDefault();var a=document.getElementById(t._mapId).getElementsByClassName("mapboxgl-ctrl-top-left")[0];a.className=a.className+" show-geocoder"});var i=document.createElement("div");return i.className="mapboxgl-ctrl dokan-mapboxgl-ctrl",i.appendChild(o),this._container=i,this._container}},{key:"onRemove",value:function(){this._container.parentNode.removeChild(this._container),this._map=void 0}}]),e}();t.a={name:"Mapbox",props:{accessToken:{type:String,default:null},location:{type:Object,required:!0},width:{type:String,required:!1,default:"100%"},height:{type:String,required:!1,default:"300px"}},data:function(){return{dokanMapbox:null,dokanGeocoder:null,dokanMarker:null}},computed:{mapboxId:function(){return"dokan-mapbox-".concat(this._uid)},address:function(){return this.location.address}},mounted:function(){this.accessToken&&window.mapboxgl&&this.initializeMapbox()||this.$emit("hideMap",!0),window.mapboxgl=mapboxgl},beforeDestroy:function(){this.dokanMapbox&&(this.dokanMarker.remove(),this.dokanMapbox.remove())},methods:{initializeMapbox:function(){var e=this;return mapboxgl.accessToken=this.accessToken,this.dokanMapbox=new mapboxgl.Map({container:this.mapboxId,style:"mapbox://styles/mapbox/streets-v10",center:[this.location.longitude,this.location.latitude],zoom:this.location.zoom}),this.dokanMapbox.addControl(new mapboxgl.NavigationControl),this.dokanMapbox.addControl(new r(this.mapboxId),"top-left"),this.dokanMapbox.on("zoomend",function(t){e.setLocation({zoom:t.target.getZoom()})}),this.dokanMapbox.on("load",function(){e.dokanGeocoder=new MapboxGeocoder({accessToken:mapboxgl.accessToken,mapboxgl:mapboxgl,zoom:e.dokanMapbox.getZoom(),placeholder:e.__("Search Address","dokan-lite"),marker:!1,reverseGeocode:!0}),e.dokanMapbox.addControl(e.dokanGeocoder,"top-left"),e.dokanGeocoder.setInput(e.location.address),e.dokanGeocoder.on("result",function(t){var a=t.result,n=a.center;a.place_name;e.dokanMarker.setLngLat(n),e.dokanMapbox.setCenter([n[0],n[1]]),e.setLocation({address:a.place_name,latitude:n[1],longitude:n[0],zoom:e.dokanMapbox.getZoom()})})}),this.dokanMarker=new mapboxgl.Marker({draggable:!0}).setLngLat([this.location.longitude,this.location.latitude]).addTo(this.dokanMapbox).on("dragend",this.onMarkerDragEnd),!0},onMarkerDragEnd:function(){var e=this,t=this.dokanGeocoder.geocoderService.client.origin,a=this.dokanGeocoder.geocoderService.client.accessToken,n=this.dokanMarker.getLngLat().wrap(),o=n.lng,i=n.lat;this.dokanMapbox.setCenter([o,i]),this.setLocation({latitude:i,longitude:o});var s="".concat(t,"/geocoding/v5/mapbox.places/").concat(o,"%2C").concat(i,".json?access_token=").concat(a,"&cachebuster=").concat(+new Date,"&autocomplete=true");this.dokanGeocoder._inputEl.disabled=!0,this.dokanGeocoder._loadingEl.style.display="block",jQuery.ajax({url:s,method:"get"}).done(function(t){e.dokanGeocoder._typeahead.update(t.features)}).fail(function(){}).always(function(){e.dokanGeocoder._inputEl.disabled=!1,e.dokanGeocoder._loadingEl.style.display=""})},setLocation:function(e){this.$emit("updateMap",e)},onChangeAddress:function(e){this.setLocation({address:e.target.value})}}}},function(e,t,a){"use strict";t.a={props:{section:{type:String,required:!0},field:{type:Object,required:!0},toggleLoadingState:{type:Function,required:!0}},data:function(){return{isRefreshing:!1,showRefreshedMsg:!1}},computed:{messages:function(){var e,t,a,n;return{refreshing:(null===(e=this.field.refresh_options)||void 0===e?void 0:null===(t=e.messages)||void 0===t?void 0:t.refreshing)||this.__("Refreshing options","dokan-lite"),refreshed:(null===(a=this.field.refresh_options)||void 0===a?void 0:null===(n=a.messages)||void 0===n?void 0:n.refreshed)||this.__("Option refreshed!","dokan-lite")}}},methods:{refreshSettings:function(){var e=this;this.toggleLoadingState(),this.isRefreshing=!0,jQuery.ajax({url:dokan.ajaxurl,method:"post",dataType:"json",data:{action:"dokan_refresh_admin_settings_field_options",_wpnonce:dokan.admin_settings_nonce,section:this.section,field:this.field.name}}).done(function(t){var a;(null===t||void 0===t?void 0:null===(a=t.data)||void 0===a?void 0:a[0])&&e.setSettingOptions(t.data)}).always(function(){e.toggleLoadingState(),e.isRefreshing=!1}).fail(function(e){var t;(null===e||void 0===e?void 0:null===(t=e.responseJSON)||void 0===t?void 0:t.data)&&alert(e.responseJSON.data)})},setSettingOptions:function(e){var t=this;this.field.options=e,this.showRefreshedMsg=!0,setTimeout(function(){return t.showRefreshedMsg=!1},3e3)}}}},function(e,t,a){"use strict";t.a={name:"VendorSocialFields",props:{vendorInfo:{type:Object}},data:function(){return{getSocialFields:dokan.hooks.applyFilters("getVendorSocialFields",[])}}}},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=a(4),o=a(21),i=a(188),s=a.n(i),r=a(68),l=a.n(r),d=a(69),c=a(3),u=a.n(c),p=a(192),m=a(17),v=a(193),f=a(1),_=a.n(f),h=a(194),g=a.n(h),b=a(73),k=(a.n(b),a(195)),y=a(198),w=a(22),C=a(201),x=a(2),I=a(204),S=a(206),A=a(208),P=a(210),M=a(213),F=a(215),N=a(83),$=a.n(N),T=a(217),L=(a.n(T),a(84)),E=a(23),B=a(222),R=a(225),G=a(19),V=a(20),j=a(228),q=a(26),U=a(33),O=a(231),z=a(36),D=a(233);a.n(D);window.__=function(e,t){return __(e,t)},n.default.use(l.a),n.default.use(L.default),n.default.mixin(v.a),n.default.filter("currency",function(e){return accounting.formatMoney(e,dokan.currency)}),n.default.filter("capitalize",function(e){return e?(e=e.toString()).charAt(0).toUpperCase()+e.slice(1):""}),n.default.directive("tooltip",{bind:function(e,t,a){jQuery(e).tooltip("show")},unbind:function(e,t,a){jQuery(e).tooltip("destroy")}}),window.dokan_get_lib=function(e){return window.dokan.libs[e]},window.dokan_add_route=function(e){window.dokan.routeComponents[e.name]=e},window.dokan.api=new p.a,window.dokan.libs.Vue=n.default,window.dokan.libs.Router=o.default,window.dokan.libs.moment=s.a,window.dokan.libs.ListTable=d.default,window.dokan.libs.Currency=S.a,window.dokan.libs.Postbox=k.a,window.dokan.libs.Loading=y.a,window.dokan.libs.ChartJS=m.default,window.dokan.libs.Chart=w.a,window.dokan.libs.Modal=C.a,window.dokan.libs.Switches=x.a,window.dokan.libs.TextEditor=I.a,window.dokan.libs.LazyInput=A.a,window.dokan.libs.Progressbar=P.a,window.dokan.libs.Search=M.a,window.dokan.libs.Datepicker=F.a,window.dokan.libs.DateRangePicker=$.a,window.dokan.libs.Multiselect=u.a,window.dokan.libs.ColorPicker=E.a,window.dokan.libs.debounce=_.a,window.dokan.libs.VersionCompare=g.a,window.dokan.libs.GoogleMaps=B.a,window.dokan.libs.Mapbox=R.a,window.dokan.libs.UploadImage=G.a,window.dokan.libs.PasswordGenerator=V.a,window.dokan.libs.VendorAccountFields=q.a,window.dokan.libs.VendorAddressFields=U.a,window.dokan.libs.VendorSocialFields=O.a,window.dokan.libs.VendorPaymentFields=z.a,window.dokan.libs.RefreshSettingOptions=j.a,window.dokan.libs.ContentLoading={VclCode:b.VclCode,VclList:b.VclList,VclTwitch:b.VclTwitch,VclFacebook:b.VclFacebook,VclInstagram:b.VclInstagram,VclBulletList:b.VclBulletList,VueContentLoading:b.VueContentLoading},dokan.hooks=wp&&wp.hooks?wp.hooks:dokan.wpPackages.hooks,dokan.hooks&&(dokan.addFilterComponent=function(e,t,a){var n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:10;dokan.hooks.addFilter(e,t,function(e){return e.push(a),e},n)})},function(e,t){e.exports=moment},,,,function(e,t,a){"use strict";var n=a(71),o=a.n(n),i=a(72),s=a.n(i),r=function(){function e(){o()(this,e)}return s()(e,[{key:"endpoint",value:function(){return window.dokan.rest.root+window.dokan.rest.version}},{key:"headers",value:function(){return{}}},{key:"get",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return this.ajax(e,"GET",this.headers(),t)}},{key:"post",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return this.ajax(e,"POST",this.headers(),t)}},{key:"put",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return this.ajax(e,"PUT",this.headers(),t)}},{key:"delete",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return this.ajax(e,"DELETE",this.headers(),t)}},{key:"ajax",value:function(e,t,a,n){var o=null;return"PUT"!==t&&"DELETE"!==t||(o=t,t="POST"),jQuery.ajax({url:this.endpoint()+e,beforeSend:function(e){e.setRequestHeader("X-WP-Nonce",window.dokan.rest.nonce),o&&e.setRequestHeader("X-HTTP-Method-Override",o)},type:t,data:n})}}]),e}();t.a=r},function(e,t,a){"use strict";var n=a(39);t.a={methods:{setLocaleData:function(e){return Object(n.c)(e)},__:function(e,t){return Object(n.a)(e,t)},_nx:function(e,t,a,o,i){return Object(n.b)(e,t,a,o,i)},__n:function(e,t,a,n){return _n(e,t,a,n)},sprintf:function(e){for(var t=arguments.length,a=new Array(t>1?t-1:0),o=1;o<t;o++)a[o-1]=arguments[o];return n.d.apply(void 0,[e].concat(a))}}}},function(e,t){e.exports=function(e,t,a){var n,o,i=0,s={dev:-6,alpha:-5,a:-5,beta:-4,b:-4,RC:-3,rc:-3,"#":-2,p:1,pl:1},r=function(e){return(e=(e=(""+e).replace(/[_\-+]/g,".")).replace(/([^.\d]+)/g,".$1.").replace(/\.{2,}/g,".")).length?e.split("."):[-8]},l=function(e){return e?isNaN(e)?s[e]||-7:parseInt(e,10):0};for(e=r(e),t=r(t),o=Math.max(e.length,t.length),n=0;n<o;n++)if(e[n]!==t[n]){if(e[n]=l(e[n]),t[n]=l(t[n]),e[n]<t[n]){i=-1;break}if(e[n]>t[n]){i=1;break}}if(!a)return i;switch(a){case">":case"gt":return i>0;case">=":case"ge":return i>=0;case"<=":case"le":return i<=0;case"===":case"=":case"eq":return 0===i;case"<>":case"!==":case"ne":return 0!==i;case"":case"<":case"lt":return i<0;default:return null}}},function(e,t,a){"use strict";var n=a(74),o=a(197),i=!1;var s=function(e){i||a(196)},r=a(0)(n.a,o.a,!1,s,null,null);r.options.__file="src/admin/components/Postbox.vue",t.a=r.exports},function(e,t){},function(e,t,a){"use strict";var n=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{class:["postbox","dokan-postbox",{closed:!e.showing},e.extraClass]},[a("div",{staticClass:"postbox-header"},[a("h2",{staticClass:"hndle"},[a("span",[e._v(e._s(e.title))])]),e._v(" "),a("div",{staticClass:"handle-actions hide-if-no-js"},[a("button",{staticClass:"handlediv",attrs:{type:"button","aria-expanded":"false"},on:{click:function(t){e.showing=!e.showing}}},[a("span",{staticClass:"toggle-indicator",attrs:{"aria-hidden":"true"}})])])]),e._v(" "),a("div",{staticClass:"inside"},[a("div",{staticClass:"main"},[e._t("default")],2)])])};n._withStripped=!0;var o={render:n,staticRenderFns:[]};t.a=o},function(e,t,a){"use strict";var n=a(75),o=a(200),i=!1;var s=function(e){i||a(199)},r=a(0)(n.a,o.a,!1,s,null,null);r.options.__file="src/admin/components/Loading.vue",t.a=r.exports},function(e,t){},function(e,t,a){"use strict";var n=function(){var e=this.$createElement;this._self._c;return this._m(0)};n._withStripped=!0;var o={render:n,staticRenderFns:[function(){var e=this.$createElement,t=this._self._c||e;return t("div",{staticClass:"dokan-loader"},[t("div"),t("div")])}]};t.a=o},function(e,t,a){"use strict";var n=a(76),o=a(203),i=!1;var s=function(e){i||a(202)},r=a(0)(n.a,o.a,!1,s,null,null);r.options.__file="src/admin/components/Modal.vue",t.a=r.exports},function(e,t){},function(e,t,a){"use strict";var n=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"dokan-modal-dialog"},[a("div",{staticClass:"dokan-modal"},[a("div",{staticClass:"dokan-modal-content",style:{width:e.width,height:e.height}},[a("section",{class:["dokan-modal-main",{"has-footer":e.footer}]},[a("header",{staticClass:"modal-header"},[e._t("header",function(){return[a("h1",[e._v(e._s(e.title))])]}),e._v(" "),a("button",{staticClass:"modal-close modal-close-link dashicons dashicons-no-alt",on:{click:function(t){return e.$emit("close")}}},[a("span",{staticClass:"screen-reader-text"},[e._v(e._s(e.__("Close modal panel","dokan-lite")))])])],2),e._v(" "),a("div",{staticClass:"modal-body"},[e._t("body")],2),e._v(" "),e.footer?a("footer",{staticClass:"modal-footer"},[a("div",{staticClass:"inner"},[e._t("footer")],2)]):e._e()])])]),e._v(" "),a("div",{staticClass:"dokan-modal-backdrop"})])};n._withStripped=!0;var o={render:n,staticRenderFns:[]};t.a=o},function(e,t,a){"use strict";var n=a(77),o=a(205),i=a(0)(n.a,o.a,!1,null,null,null);i.options.__file="src/admin/components/TextEditor.vue",t.a=i.exports},function(e,t,a){"use strict";var n=function(){var e=this.$createElement;return(this._self._c||e)("textarea",{attrs:{id:"dokan-tinymce-"+this.editorId},domProps:{value:this.value}})};n._withStripped=!0;var o={render:n,staticRenderFns:[]};t.a=o},function(e,t,a){"use strict";var n=a(78),o=a(207),i=a(0)(n.a,o.a,!1,null,null,null);i.options.__file="src/admin/components/Currency.vue",t.a=i.exports},function(e,t,a){"use strict";var n=function(){var e=this.$createElement;return(this._self._c||e)("div",{domProps:{innerHTML:this._s(this.formattedPrice(this.amount))}})};n._withStripped=!0;var o={render:n,staticRenderFns:[]};t.a=o},function(e,t,a){"use strict";var n=a(79),o=a(209),i=a(0)(n.a,o.a,!1,null,null,null);i.options.__file="src/admin/components/LazyInput.vue",t.a=i.exports},function(e,t,a){"use strict";var n=function(){var e=this,t=e.$createElement;return(e._self._c||t)("input",{attrs:{type:e.type,placeholder:e.placeholder},domProps:{value:e.value},on:{input:function(t){return e.updateValue(t.target.value)},focus:e.focus,blur:e.blur}})};n._withStripped=!0;var o={render:n,staticRenderFns:[]};t.a=o},function(e,t,a){"use strict";var n=a(80),o=a(212),i=!1;var s=function(e){i||a(211)},r=a(0)(n.a,o.a,!1,s,"data-v-356fabc6",null);r.options.__file="src/admin/components/Progressbar.vue",t.a=r.exports},function(e,t){},function(e,t,a){"use strict";var n=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{class:e.bgColor,attrs:{id:"progressbar"}},[a("div",{class:e.fgColor,style:{width:e.value+"%"},attrs:{id:"value"}},[e.hidden?e._e():[e._v(e._s(e.value+"%"))]],2)])};n._withStripped=!0;var o={render:n,staticRenderFns:[]};t.a=o},function(e,t,a){"use strict";var n=a(81),o=a(214),i=a(0)(n.a,o.a,!1,null,null,null);i.options.__file="src/admin/components/Search.vue",t.a=i.exports},function(e,t,a){"use strict";var n=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("p",{staticClass:"search-box"},[a("input",{directives:[{name:"model",rawName:"v-model",value:e.searchItems,expression:"searchItems"}],attrs:{type:"search",id:"post-search-input",name:"s",placeholder:e.title},domProps:{value:e.searchItems},on:{input:function(t){t.target.composing||(e.searchItems=t.target.value)}}})])};n._withStripped=!0;var o={render:n,staticRenderFns:[]};t.a=o},function(e,t,a){"use strict";var n=a(82),o=a(216),i=a(0)(n.a,o.a,!1,null,null,null);i.options.__file="src/admin/components/Datepicker.vue",t.a=i.exports},function(e,t,a){"use strict";var n=function(){var e=this,t=e.$createElement;return(e._self._c||t)("input",{attrs:{type:"text",placeholder:e.placeholder},domProps:{value:e.value},on:{input:function(t){return e.updateValue(t.target.value)}}})};n._withStripped=!0;var o={render:n,staticRenderFns:[]};t.a=o},,,,,,function(e,t,a){"use strict";var n=a(85),o=a(224),i=!1;var s=function(e){i||a(223)},r=a(0)(n.a,o.a,!1,s,"data-v-4f45e4a0",null);r.options.__file="src/admin/components/GoogleMaps.vue",t.a=r.exports},function(e,t){},function(e,t,a){"use strict";var n=function(){var e=this.$createElement,t=this._self._c||e;return this.apiKey?t("div",{staticClass:"gmap-wrap regular-text"},[t("input",{ref:"searchAddress",staticClass:"search-address regular-text",attrs:{type:"text",placeholder:this.__("Search Address","dokan-lite")}}),this._v(" "),t("div",{ref:"gmapArea",attrs:{id:"gmap"}})]):t("p",[this._v("\n "+this._s(this.__("Please enter google map API key","dokan-lite"))+"\n")])};n._withStripped=!0;var o={render:n,staticRenderFns:[]};t.a=o},function(e,t,a){"use strict";var n=a(86),o=a(227),i=!1;var s=function(e){i||a(226)},r=a(0)(n.a,o.a,!1,s,null,null);r.options.__file="src/admin/components/Mapbox.vue",t.a=r.exports},function(e,t){},function(e,t,a){"use strict";var n=function(){var e=this,t=e.$createElement,a=e._self._c||t;return e.accessToken?a("div",{staticClass:"mapbox-wrapper"},[a("div",{staticClass:"address-input"},[a("label",[e._v("\n "+e._s(e.__("Address","dokan-lite"))+"\n "),a("input",{attrs:{type:"text"},domProps:{value:e.address},on:{input:e.onChangeAddress}})])]),e._v(" "),a("div",{style:{width:e.width,height:e.height},attrs:{id:e.mapboxId}})]):a("p",[e._v("\n "+e._s(e.__("Please enter Mapbox access token in `Appearance > Mapbox Access Token` settings.","dokan-lite"))+"\n")])};n._withStripped=!0;var o={render:n,staticRenderFns:[]};t.a=o},function(e,t,a){"use strict";var n=a(87),o=a(230),i=!1;var s=function(e){i||a(229)},r=a(0)(n.a,o.a,!1,s,"data-v-e724292e",null);r.options.__file="src/admin/components/RefreshSettingOptions.vue",t.a=r.exports},function(e,t){},function(e,t,a){"use strict";var n=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("button",{staticClass:"button button-link",attrs:{type:"button",disabled:e.isRefreshing||e.showRefreshedMsg},on:{click:function(t){return t.preventDefault(),e.refreshSettings.apply(null,arguments)}}},[e.isRefreshing||e.showRefreshedMsg?e._e():a("span",{staticClass:"dashicons dashicons-image-rotate"}),e._v(" "),e.isRefreshing?a("span",{staticClass:"refreshing-message"},[e._v(e._s(e.messages.refreshing)+"...")]):e._e(),e._v(" "),e.showRefreshedMsg?a("span",{staticClass:"refresh-message-success"},[e._v("✓ "+e._s(e.messages.refreshed))]):e._e()])};n._withStripped=!0;var o={render:n,staticRenderFns:[]};t.a=o},function(e,t,a){"use strict";var n=a(88),o=a(232),i=a(0)(n.a,o.a,!1,null,null,null);i.options.__file="src/admin/pages/VendorSocialFields.vue",t.a=i.exports},function(e,t,a){"use strict";var n=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"social-info"},[a("div",{staticClass:"content-header"},[e._v("\n "+e._s(e.__("Social Options","dokan-lite"))+"\n ")]),e._v(" "),a("div",{staticClass:"content-body"},[a("div",{staticClass:"dokan-form-group"},[a("div",{staticClass:"column"},[a("label",{attrs:{for:"facebook"}},[e._v(e._s(e.__("Facebook","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.social.fb,expression:"vendorInfo.social.fb"}],staticClass:"dokan-form-input",attrs:{id:"facebook",type:"text",placeholder:e.__("https://example.com")},domProps:{value:e.vendorInfo.social.fb},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo.social,"fb",t.target.value)}}})]),e._v(" "),a("div",{staticClass:"column"},[a("label",{attrs:{for:"flickr"}},[e._v(e._s(e.__("Flickr","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.social.flickr,expression:"vendorInfo.social.flickr"}],staticClass:"dokan-form-input",attrs:{id:"flickr",type:"text",placeholder:e.__("https://example.com")},domProps:{value:e.vendorInfo.social.flickr},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo.social,"flickr",t.target.value)}}})]),e._v(" "),a("div",{staticClass:"column"},[a("label",{attrs:{for:"twitter"}},[e._v(e._s(e.__("Twitter","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.social.twitter,expression:"vendorInfo.social.twitter"}],staticClass:"dokan-form-input",attrs:{id:"twitter",type:"text",placeholder:e.__("https://example.com")},domProps:{value:e.vendorInfo.social.twitter},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo.social,"twitter",t.target.value)}}})]),e._v(" "),a("div",{staticClass:"column"},[a("label",{attrs:{for:"youtube"}},[e._v(e._s(e.__("Youtube","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.social.youtube,expression:"vendorInfo.social.youtube"}],staticClass:"dokan-form-input",attrs:{id:"youtube",type:"text",placeholder:e.__("https://example.com")},domProps:{value:e.vendorInfo.social.youtube},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo.social,"youtube",t.target.value)}}})]),e._v(" "),a("div",{staticClass:"column"},[a("label",{attrs:{for:"linkedin"}},[e._v(e._s(e.__("Linkedin","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.social.linkedin,expression:"vendorInfo.social.linkedin"}],staticClass:"dokan-form-input",attrs:{id:"linkedin",type:"text",placeholder:e.__("https://example.com")},domProps:{value:e.vendorInfo.social.linkedin},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo.social,"linkedin",t.target.value)}}})]),e._v(" "),a("div",{staticClass:"column"},[a("label",{attrs:{id:"pinterest",for:"pinterest"}},[e._v(e._s(e.__("Pinterest","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.social.pinterest,expression:"vendorInfo.social.pinterest"}],staticClass:"dokan-form-input",attrs:{type:"text",placeholder:e.__("https://example.com")},domProps:{value:e.vendorInfo.social.pinterest},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo.social,"pinterest",t.target.value)}}})]),e._v(" "),a("div",{staticClass:"column"},[a("label",{attrs:{for:"instagram"}},[e._v(e._s(e.__("Instagram","dokan-lite")))]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.vendorInfo.social.instagram,expression:"vendorInfo.social.instagram"}],staticClass:"dokan-form-input",attrs:{id:"instagram",type:"text",placeholder:e.__("https://example.com")},domProps:{value:e.vendorInfo.social.instagram},on:{input:function(t){t.target.composing||e.$set(e.vendorInfo.social,"instagram",t.target.value)}}})]),e._v(" "),e._l(e.getSocialFields,function(t,n){return a(t,{key:n,tag:"component",attrs:{vendorInfo:e.vendorInfo}})})],2)])])};n._withStripped=!0;var o={render:n,staticRenderFns:[]};t.a=o}],[187]);
1
+ dokanWebpack([1],[,function(e,t){e.exports=jQuery},function(e,t,n){"use strict";var a=n(1),o=n.n(a);t.a={name:"AdminNotice",props:{endpoint:{type:String,default:"admin"},interval:{type:Number,default:5e3}},data:function(){return{timer:null,notices:[],loading:!1,button_text:"",current_notice:1,task_completed:!1,transitionName:"slide-next"}},created:function(){this.fetch()},methods:{fetch:function(){var e=this;dokan.api.get("/admin/notices/".concat(this.endpoint)).done(function(t){e.notices=t.filter(function(e){return e.description||e.title}),e.startAutoSlide()})},slideNotice:function(e){this.current_notice+=e,this.transitionName=1===e?"slide-next":"slide-prev";var t=this.notices.length;this.current_notice<1&&(this.current_notice=t),this.current_notice>t&&(this.current_notice=1)},nextNotice:function(){this.stopAutoSlide(),this.slideNotice(1)},prevNotice:function(){this.stopAutoSlide(),this.slideNotice(-1)},startAutoSlide:function(){var e=this;!this.loading&&this.notices.length>1&&(this.timer=setInterval(function(){e.slideNotice(1)},this.interval))},stopAutoSlide:function(){!this.loading&&this.notices.length>1&&(clearInterval(this.timer),this.timer=null)},hideNotice:function(e,t){var n=this;o.a.ajax({url:dokan.ajaxurl,method:"post",dataType:"json",data:e.ajax_data}).done(function(){n.notices.splice(t,1),n.current_notice=1})},handleAction:function(e,t){var n=this;e.confirm_message?this.$swal({title:this.__("Are you sure?","dokan-lite"),type:"warning",html:e.confirm_message,showCancelButton:!0,confirmButtonText:e.text,cancelButtonText:this.__("Cancel","dokan-lite")}).then(function(a){a.value&&n.handleRequest(e,t)}):this.handleRequest(e,t)},handleRequest:function(e,t){var n=this;this.loading=!0,this.button_text=e.loading_text?e.loading_text:this.__("Loading...","dokan-lite"),o.a.ajax({url:dokan.ajaxurl,method:"post",dataType:"json",data:e.ajax_data}).always(function(){n.loading=!1}).done(function(){n.button_text=e.completed_text?e.completed_text:e.text,n.task_completed=!0,e.reload?window.location.reload():(n.notices.splice(t,1),n.current_notice=1)})}}}},,,function(e,t,n){"use strict";var a=n(12),o=n(31),i=!1;var s=function(e){i||n(30)},r=n(0)(a.a,o.a,!1,s,null,null);r.options.__file="src/admin/components/Switches.vue",t.a=r.exports},,,,function(e,t,n){"use strict";var a=n(20);t.a={extends:a.Line,props:["data"],data:function(){return{options:{responsive:!0,maintainAspectRatio:!0,scales:{xAxes:[{type:"time",scaleLabel:{display:!1},gridLines:{display:!1},ticks:{fontColor:"#aaa",fontSize:11}}],yAxes:[{scaleLabel:{display:!1},ticks:{fontColor:"#aaa"}}]},legend:{position:"top",onClick:!1},elements:{line:{tension:0,borderWidth:4},point:{radius:5,borderWidth:3,backgroundColor:"#fff",borderColor:"#fff"}},tooltips:{displayColors:!1,callbacks:{label:function(e,t){var n=t.datasets[e.datasetIndex].label||"",a=t.datasets[e.datasetIndex].tooltipLabel||"",o=t.datasets[e.datasetIndex].tooltipPrefix||"",i=a?a+": ":n+": ";return i+=o+e.yLabel}}}}}},mounted:function(){this.renderChart(this.data,this.options)}}},function(e,t,n){"use strict";var a=n(57);t.a={components:{Sketch:a.a},props:{value:{type:String,required:!0,default:""},format:{type:String,required:!1,default:"hex",validator:function(e){return-1!==["hsl","hex","rgba","hsv"].indexOf(e)}},presetColors:{type:Array,required:!1,default:function(){return["#000","#fff","#d33","#d93","#ee2","#81d742","#1e73be","#8224e3"]}},disableAlpha:{type:Boolean,required:!1,default:!0},disableFields:{type:Boolean,required:!1,default:!0}},data:function(){return{showColorPicker:!1}},methods:{updateColor:function(e){var t="";e[this.format]&&(t=e[this.format]),this.$emit("input",t)},toggleColorPicker:function(){this.showColorPicker=!this.showColorPicker},setHexColor:function(e){this.updateColor({hex:e})}}}},function(e,t,n){"use strict";var a=n(4),o=(n.n(a),n(5)),i=n(22),s=n(23);t.a={name:"VendorAccountFields",components:{Switches:o.a,UploadImage:i.a,PasswordGenerator:s.a},props:{vendorInfo:{type:Object},errors:{type:Array,required:!1}},data:function(){return{showStoreUrl:!0,showPassword:!1,otherStoreUrl:null,banner:"",defaultUrl:dokan.urls.siteUrl+dokan.urls.storePrefix+"/",showButton:!0,placeholderData:"",delay:500,storeAvailable:null,userNameAvailable:null,emailAvailable:null,storeAvailabilityText:"",userNameAvailabilityText:"",emailAvailabilityText:"",getAccountFields:dokan.hooks.applyFilters("getVendorAccountFields",[])}},watch:{"vendorInfo.store_name":function(e){this.showStoreUrl=!0},"vendorInfo.user_nicename":function(e){void 0!==e&&(this.showStoreUrl=!1,this.otherStoreUrl=this.defaultUrl+e.trim().split(" ").join("-").toLowerCase().replace(/[^\w\s/-]/g,"").replace(/-+/g,"-"),this.vendorInfo.user_nicename=e.split(" ").join("-").toLowerCase().replace(/[^\w\s/-]/g,"").replace(/-+/g,"-"),this.checkStoreName())},"vendorInfo.user_login":function(e){this.checkUsername()},"vendorInfo.email":function(e){this.checkEmail()}},computed:{storeUrl:function(){var e=this.vendorInfo.store_name.trim().split(" ").join("-").toLowerCase().replace(/[^\w\s/-]/g,"").replace(/-+/g,"-");return this.vendorInfo.user_nicename=e,this.otherStoreUrl=this.defaultUrl+e,this.defaultUrl+e}},created:function(){var e=this;this.checkStoreName=Object(a.debounce)(this.checkStore,this.delay),this.checkUsername=Object(a.debounce)(this.searchUsername,this.delay),this.checkEmail=Object(a.debounce)(this.searchEmail,this.delay),this.$root.$on("passwordCancelled",function(){e.showPassword=!1})},methods:{uploadBanner:function(e){this.vendorInfo.banner_id=e.id,this.showButton=!1},uploadGravatar:function(e){this.vendorInfo.gravatar_id=e.id},getId:function(){return this.$route.params.id},onSelectBanner:function(e){this.banner=e.url,this.vendorInfo.banner_id=e.id},getError:function(e){var t=this.errors;return!(!t||void 0===t)&&(!(t.length<1)&&(t.includes(e)?e:void 0))},checkStore:function(){var e=this,t=this.vendorInfo.user_nicename;t&&(this.storeAvailabilityText=this.__("Searching...","dokan-lite"),dokan.api.get("/stores/check",{store_slug:t}).then(function(t){t.available?(e.storeAvailable=!0,e.$root.$emit("vendorInfoChecked",{userNameAvailable:e.userNameAvailable,storeAvailable:e.storeAvailable,emailAvailable:e.emailAvailable}),e.storeAvailabilityText=e.__("Available","dokan-lite")):(e.storeAvailable=!1,e.$root.$emit("vendorInfoChecked",{userNameAvailable:e.userNameAvailable,storeAvailable:e.storeAvailable,emailAvailable:e.emailAvailable}),e.storeAvailabilityText=e.__("Not Available","dokan-lite"))}))},searchUsername:function(){var e=this,t=this.vendorInfo.user_login;t&&(this.userNameAvailabilityText=this.__("Searching...","dokan-lite"),dokan.api.get("/stores/check",{username:t}).then(function(t){t.available?(e.userNameAvailable=!0,e.$root.$emit("vendorInfoChecked",{userNameAvailable:e.userNameAvailable,storeAvailable:e.storeAvailable,emailAvailable:e.emailAvailable}),e.userNameAvailabilityText=e.__("Available","dokan-lite")):(e.userNameAvailable=!1,e.$root.$emit("vendorInfoChecked",{userNameAvailable:e.userNameAvailable,storeAvailable:e.storeAvailable,emailAvailable:e.emailAvailable}),e.userNameAvailabilityText=e.__("Not Av