adata-ui 0.1.41 → 0.1.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/adata-ui.common.js +50 -545
- package/dist/adata-ui.common.js.map +1 -1
- package/dist/adata-ui.umd.js +50 -545
- package/dist/adata-ui.umd.js.map +1 -1
- package/dist/adata-ui.umd.min.js +2 -2
- package/dist/adata-ui.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/src/App.vue +1 -40
- package/src/components/Header/Profile.vue +2 -2
- package/src/components/TextField/TextField.vue +66 -39
package/dist/adata-ui.umd.js
CHANGED
|
@@ -8151,537 +8151,16 @@ var component = normalizeComponent(
|
|
|
8151
8151
|
)
|
|
8152
8152
|
|
|
8153
8153
|
/* harmony default export */ var AButton = (component.exports);
|
|
8154
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"8c19676a-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/TextField/TextField.vue?vue&type=template&id=
|
|
8155
|
-
var
|
|
8156
|
-
var
|
|
8154
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"8c19676a-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/TextField/TextField.vue?vue&type=template&id=6026c696&
|
|
8155
|
+
var TextFieldvue_type_template_id_6026c696_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"adt-text-block"},[_c('div',{class:['adt-text-block__field', { error: !!_vm.errorText }]},[_c('input',{ref:"input",staticClass:"adt-text-block__input",class:{ error: !!_vm.errorText },attrs:{"type":_vm.type,"placeholder":_vm.placeholder,"required":""},domProps:{"value":_vm.value},on:{"input":function($event){return _vm.$emit('input', $event.target.value)},"keyup":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }return _vm.enterPressed.apply(null, arguments)}}}),_c('label',{staticClass:"adt-text-block__label"},[_vm._v(" "+_vm._s(_vm.label)+" "),(_vm.required)?_c('span',{staticClass:"adt-text-block__required"},[_vm._v("*")]):_vm._e()]),(_vm.clearable && _vm.value && _vm.value.length > 0)?_c('div',{staticClass:"adt-text-block__icon desktop",on:{"click":function($event){return _vm.$emit('input', '')}}},[_c('svg',{attrs:{"width":"12","height":"12","fill":"none","xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 16 16","id":"clearIcon"}},[_c('path',{attrs:{"d":"M2 2l12 12m0-12L2 14","stroke":"#2C3E50","stroke-linecap":"round","stroke-linejoin":"round"}})])]):_vm._e()]),(!!_vm.errorText)?_c('div',{staticClass:"adt-text-block__error"},[_c('svg',{attrs:{"width":"14","height":"14","viewBox":"0 0 16 16","fill":"none","xmlns":"http://www.w3.org/2000/svg","id":"icon__attention"}},[_c('path',{attrs:{"d":"M8.5 4C8.5 3.72386 8.27614 3.5 8 3.5C7.72386 3.5 7.5 3.72386 7.5 4H8.5ZM7.5 9C7.5 9.27614 7.72386 9.5 8 9.5C8.27614 9.5 8.5 9.27614 8.5 9H7.5ZM7.5 4V9H8.5V4H7.5Z","fill":"#FF2E43"}}),_c('path',{attrs:{"d":"M8.5 11C8.5 10.7239 8.27614 10.5 8 10.5C7.72386 10.5 7.5 10.7239 7.5 11H8.5ZM7.5 11.5C7.5 11.7761 7.72386 12 8 12C8.27614 12 8.5 11.7761 8.5 11.5H7.5ZM7.5 11V11.5H8.5V11H7.5Z","fill":"#FF2E43"}}),_c('circle',{attrs:{"cx":"8","cy":"8","r":"7","stroke":"#FF2E43"}})]),_vm._v(" "+_vm._s(_vm.errorText)+" ")]):_vm._e()])}
|
|
8156
|
+
var TextFieldvue_type_template_id_6026c696_staticRenderFns = []
|
|
8157
8157
|
|
|
8158
8158
|
|
|
8159
|
-
// CONCATENATED MODULE: ./src/components/TextField/TextField.vue?vue&type=template&id=
|
|
8159
|
+
// CONCATENATED MODULE: ./src/components/TextField/TextField.vue?vue&type=template&id=6026c696&
|
|
8160
8160
|
|
|
8161
8161
|
// EXTERNAL MODULE: ./src/assets/style.scss
|
|
8162
8162
|
var style = __webpack_require__("73ec");
|
|
8163
8163
|
|
|
8164
|
-
// CONCATENATED MODULE: ./node_modules/v-mask/dist/v-mask.esm.js
|
|
8165
|
-
function ownKeys(object, enumerableOnly) {
|
|
8166
|
-
var keys = Object.keys(object);
|
|
8167
|
-
|
|
8168
|
-
if (Object.getOwnPropertySymbols) {
|
|
8169
|
-
var symbols = Object.getOwnPropertySymbols(object);
|
|
8170
|
-
|
|
8171
|
-
if (enumerableOnly) {
|
|
8172
|
-
symbols = symbols.filter(function (sym) {
|
|
8173
|
-
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
8174
|
-
});
|
|
8175
|
-
}
|
|
8176
|
-
|
|
8177
|
-
keys.push.apply(keys, symbols);
|
|
8178
|
-
}
|
|
8179
|
-
|
|
8180
|
-
return keys;
|
|
8181
|
-
}
|
|
8182
|
-
|
|
8183
|
-
function _objectSpread2(target) {
|
|
8184
|
-
for (var i = 1; i < arguments.length; i++) {
|
|
8185
|
-
var source = arguments[i] != null ? arguments[i] : {};
|
|
8186
|
-
|
|
8187
|
-
if (i % 2) {
|
|
8188
|
-
ownKeys(Object(source), true).forEach(function (key) {
|
|
8189
|
-
_defineProperty(target, key, source[key]);
|
|
8190
|
-
});
|
|
8191
|
-
} else if (Object.getOwnPropertyDescriptors) {
|
|
8192
|
-
Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
|
|
8193
|
-
} else {
|
|
8194
|
-
ownKeys(Object(source)).forEach(function (key) {
|
|
8195
|
-
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
8196
|
-
});
|
|
8197
|
-
}
|
|
8198
|
-
}
|
|
8199
|
-
|
|
8200
|
-
return target;
|
|
8201
|
-
}
|
|
8202
|
-
|
|
8203
|
-
function _typeof(obj) {
|
|
8204
|
-
"@babel/helpers - typeof";
|
|
8205
|
-
|
|
8206
|
-
if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") {
|
|
8207
|
-
_typeof = function (obj) {
|
|
8208
|
-
return typeof obj;
|
|
8209
|
-
};
|
|
8210
|
-
} else {
|
|
8211
|
-
_typeof = function (obj) {
|
|
8212
|
-
return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
|
|
8213
|
-
};
|
|
8214
|
-
}
|
|
8215
|
-
|
|
8216
|
-
return _typeof(obj);
|
|
8217
|
-
}
|
|
8218
|
-
|
|
8219
|
-
function _defineProperty(obj, key, value) {
|
|
8220
|
-
if (key in obj) {
|
|
8221
|
-
Object.defineProperty(obj, key, {
|
|
8222
|
-
value: value,
|
|
8223
|
-
enumerable: true,
|
|
8224
|
-
configurable: true,
|
|
8225
|
-
writable: true
|
|
8226
|
-
});
|
|
8227
|
-
} else {
|
|
8228
|
-
obj[key] = value;
|
|
8229
|
-
}
|
|
8230
|
-
|
|
8231
|
-
return obj;
|
|
8232
|
-
}
|
|
8233
|
-
|
|
8234
|
-
var placeholderChar = '_';
|
|
8235
|
-
var strFunction = 'function';
|
|
8236
|
-
|
|
8237
|
-
var emptyArray$1 = [];
|
|
8238
|
-
function convertMaskToPlaceholder() {
|
|
8239
|
-
var mask = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : emptyArray$1;
|
|
8240
|
-
var placeholderChar$1 = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : placeholderChar;
|
|
8241
|
-
|
|
8242
|
-
if (!isArray(mask)) {
|
|
8243
|
-
throw new Error('Text-mask:convertMaskToPlaceholder; The mask property must be an array.');
|
|
8244
|
-
}
|
|
8245
|
-
|
|
8246
|
-
if (mask.indexOf(placeholderChar$1) !== -1) {
|
|
8247
|
-
throw new Error('Placeholder character must not be used as part of the mask. Please specify a character ' + 'that is not present in your mask as your placeholder character.\n\n' + "The placeholder character that was received is: ".concat(JSON.stringify(placeholderChar$1), "\n\n") + "The mask that was received is: ".concat(JSON.stringify(mask)));
|
|
8248
|
-
}
|
|
8249
|
-
|
|
8250
|
-
return mask.map(function (char) {
|
|
8251
|
-
return char instanceof RegExp ? placeholderChar$1 : char;
|
|
8252
|
-
}).join('');
|
|
8253
|
-
}
|
|
8254
|
-
function isArray(value) {
|
|
8255
|
-
return Array.isArray && Array.isArray(value) || value instanceof Array;
|
|
8256
|
-
}
|
|
8257
|
-
var strCaretTrap = '[]';
|
|
8258
|
-
function processCaretTraps(mask) {
|
|
8259
|
-
var indexes = [];
|
|
8260
|
-
var indexOfCaretTrap;
|
|
8261
|
-
|
|
8262
|
-
while (indexOfCaretTrap = mask.indexOf(strCaretTrap), indexOfCaretTrap !== -1) {
|
|
8263
|
-
indexes.push(indexOfCaretTrap);
|
|
8264
|
-
mask.splice(indexOfCaretTrap, 1);
|
|
8265
|
-
}
|
|
8266
|
-
|
|
8267
|
-
return {
|
|
8268
|
-
maskWithoutCaretTraps: mask,
|
|
8269
|
-
indexes: indexes
|
|
8270
|
-
};
|
|
8271
|
-
}
|
|
8272
|
-
|
|
8273
|
-
var emptyArray = [];
|
|
8274
|
-
var emptyString = '';
|
|
8275
|
-
function conformToMask() {
|
|
8276
|
-
var rawValue = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : emptyString;
|
|
8277
|
-
var mask = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : emptyArray;
|
|
8278
|
-
var config = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};
|
|
8279
|
-
|
|
8280
|
-
if (!isArray(mask)) {
|
|
8281
|
-
if (_typeof(mask) === strFunction) {
|
|
8282
|
-
mask = mask(rawValue, config);
|
|
8283
|
-
mask = processCaretTraps(mask).maskWithoutCaretTraps;
|
|
8284
|
-
} else {
|
|
8285
|
-
throw new Error('Text-mask:conformToMask; The mask property must be an array.');
|
|
8286
|
-
}
|
|
8287
|
-
}
|
|
8288
|
-
|
|
8289
|
-
var _config$guide = config.guide,
|
|
8290
|
-
guide = _config$guide === void 0 ? true : _config$guide,
|
|
8291
|
-
_config$previousConfo = config.previousConformedValue,
|
|
8292
|
-
previousConformedValue = _config$previousConfo === void 0 ? emptyString : _config$previousConfo,
|
|
8293
|
-
_config$placeholderCh = config.placeholderChar,
|
|
8294
|
-
placeholderChar$1 = _config$placeholderCh === void 0 ? placeholderChar : _config$placeholderCh,
|
|
8295
|
-
_config$placeholder = config.placeholder,
|
|
8296
|
-
placeholder = _config$placeholder === void 0 ? convertMaskToPlaceholder(mask, placeholderChar$1) : _config$placeholder,
|
|
8297
|
-
currentCaretPosition = config.currentCaretPosition,
|
|
8298
|
-
keepCharPositions = config.keepCharPositions;
|
|
8299
|
-
var suppressGuide = guide === false && previousConformedValue !== undefined;
|
|
8300
|
-
var rawValueLength = rawValue.length;
|
|
8301
|
-
var previousConformedValueLength = previousConformedValue.length;
|
|
8302
|
-
var placeholderLength = placeholder.length;
|
|
8303
|
-
var maskLength = mask.length;
|
|
8304
|
-
var editDistance = rawValueLength - previousConformedValueLength;
|
|
8305
|
-
var isAddition = editDistance > 0;
|
|
8306
|
-
var indexOfFirstChange = currentCaretPosition + (isAddition ? -editDistance : 0);
|
|
8307
|
-
var indexOfLastChange = indexOfFirstChange + Math.abs(editDistance);
|
|
8308
|
-
|
|
8309
|
-
if (keepCharPositions === true && !isAddition) {
|
|
8310
|
-
var compensatingPlaceholderChars = emptyString;
|
|
8311
|
-
|
|
8312
|
-
for (var i = indexOfFirstChange; i < indexOfLastChange; i++) {
|
|
8313
|
-
if (placeholder[i] === placeholderChar$1) {
|
|
8314
|
-
compensatingPlaceholderChars += placeholderChar$1;
|
|
8315
|
-
}
|
|
8316
|
-
}
|
|
8317
|
-
|
|
8318
|
-
rawValue = rawValue.slice(0, indexOfFirstChange) + compensatingPlaceholderChars + rawValue.slice(indexOfFirstChange, rawValueLength);
|
|
8319
|
-
}
|
|
8320
|
-
|
|
8321
|
-
var rawValueArr = rawValue.split(emptyString).map(function (char, i) {
|
|
8322
|
-
return {
|
|
8323
|
-
char: char,
|
|
8324
|
-
isNew: i >= indexOfFirstChange && i < indexOfLastChange
|
|
8325
|
-
};
|
|
8326
|
-
});
|
|
8327
|
-
|
|
8328
|
-
for (var _i = rawValueLength - 1; _i >= 0; _i--) {
|
|
8329
|
-
var char = rawValueArr[_i].char;
|
|
8330
|
-
|
|
8331
|
-
if (char !== placeholderChar$1) {
|
|
8332
|
-
var shouldOffset = _i >= indexOfFirstChange && previousConformedValueLength === maskLength;
|
|
8333
|
-
|
|
8334
|
-
if (char === placeholder[shouldOffset ? _i - editDistance : _i]) {
|
|
8335
|
-
rawValueArr.splice(_i, 1);
|
|
8336
|
-
}
|
|
8337
|
-
}
|
|
8338
|
-
}
|
|
8339
|
-
|
|
8340
|
-
var conformedValue = emptyString;
|
|
8341
|
-
var someCharsRejected = false;
|
|
8342
|
-
|
|
8343
|
-
placeholderLoop: for (var _i2 = 0; _i2 < placeholderLength; _i2++) {
|
|
8344
|
-
var charInPlaceholder = placeholder[_i2];
|
|
8345
|
-
|
|
8346
|
-
if (charInPlaceholder === placeholderChar$1) {
|
|
8347
|
-
if (rawValueArr.length > 0) {
|
|
8348
|
-
while (rawValueArr.length > 0) {
|
|
8349
|
-
var _rawValueArr$shift = rawValueArr.shift(),
|
|
8350
|
-
rawValueChar = _rawValueArr$shift.char,
|
|
8351
|
-
isNew = _rawValueArr$shift.isNew;
|
|
8352
|
-
|
|
8353
|
-
if (rawValueChar === placeholderChar$1 && suppressGuide !== true) {
|
|
8354
|
-
conformedValue += placeholderChar$1;
|
|
8355
|
-
continue placeholderLoop;
|
|
8356
|
-
} else if (mask[_i2].test(rawValueChar)) {
|
|
8357
|
-
if (keepCharPositions !== true || isNew === false || previousConformedValue === emptyString || guide === false || !isAddition) {
|
|
8358
|
-
conformedValue += rawValueChar;
|
|
8359
|
-
} else {
|
|
8360
|
-
var rawValueArrLength = rawValueArr.length;
|
|
8361
|
-
var indexOfNextAvailablePlaceholderChar = null;
|
|
8362
|
-
|
|
8363
|
-
for (var _i3 = 0; _i3 < rawValueArrLength; _i3++) {
|
|
8364
|
-
var charData = rawValueArr[_i3];
|
|
8365
|
-
|
|
8366
|
-
if (charData.char !== placeholderChar$1 && charData.isNew === false) {
|
|
8367
|
-
break;
|
|
8368
|
-
}
|
|
8369
|
-
|
|
8370
|
-
if (charData.char === placeholderChar$1) {
|
|
8371
|
-
indexOfNextAvailablePlaceholderChar = _i3;
|
|
8372
|
-
break;
|
|
8373
|
-
}
|
|
8374
|
-
}
|
|
8375
|
-
|
|
8376
|
-
if (indexOfNextAvailablePlaceholderChar !== null) {
|
|
8377
|
-
conformedValue += rawValueChar;
|
|
8378
|
-
rawValueArr.splice(indexOfNextAvailablePlaceholderChar, 1);
|
|
8379
|
-
} else {
|
|
8380
|
-
_i2--;
|
|
8381
|
-
}
|
|
8382
|
-
}
|
|
8383
|
-
|
|
8384
|
-
continue placeholderLoop;
|
|
8385
|
-
} else {
|
|
8386
|
-
someCharsRejected = true;
|
|
8387
|
-
}
|
|
8388
|
-
}
|
|
8389
|
-
}
|
|
8390
|
-
|
|
8391
|
-
if (suppressGuide === false) {
|
|
8392
|
-
conformedValue += placeholder.substr(_i2, placeholderLength);
|
|
8393
|
-
}
|
|
8394
|
-
|
|
8395
|
-
break;
|
|
8396
|
-
} else {
|
|
8397
|
-
conformedValue += charInPlaceholder;
|
|
8398
|
-
}
|
|
8399
|
-
}
|
|
8400
|
-
|
|
8401
|
-
if (suppressGuide && isAddition === false) {
|
|
8402
|
-
var indexOfLastFilledPlaceholderChar = null;
|
|
8403
|
-
|
|
8404
|
-
for (var _i4 = 0; _i4 < conformedValue.length; _i4++) {
|
|
8405
|
-
if (placeholder[_i4] === placeholderChar$1) {
|
|
8406
|
-
indexOfLastFilledPlaceholderChar = _i4;
|
|
8407
|
-
}
|
|
8408
|
-
}
|
|
8409
|
-
|
|
8410
|
-
if (indexOfLastFilledPlaceholderChar !== null) {
|
|
8411
|
-
conformedValue = conformedValue.substr(0, indexOfLastFilledPlaceholderChar + 1);
|
|
8412
|
-
} else {
|
|
8413
|
-
conformedValue = emptyString;
|
|
8414
|
-
}
|
|
8415
|
-
}
|
|
8416
|
-
|
|
8417
|
-
return {
|
|
8418
|
-
conformedValue: conformedValue,
|
|
8419
|
-
meta: {
|
|
8420
|
-
someCharsRejected: someCharsRejected
|
|
8421
|
-
}
|
|
8422
|
-
};
|
|
8423
|
-
}
|
|
8424
|
-
|
|
8425
|
-
var NEXT_CHAR_OPTIONAL = {
|
|
8426
|
-
__nextCharOptional__: true
|
|
8427
|
-
};
|
|
8428
|
-
var defaultMaskReplacers = {
|
|
8429
|
-
'#': /\d/,
|
|
8430
|
-
A: /[a-z]/i,
|
|
8431
|
-
N: /[a-z0-9]/i,
|
|
8432
|
-
'?': NEXT_CHAR_OPTIONAL,
|
|
8433
|
-
X: /./
|
|
8434
|
-
};
|
|
8435
|
-
|
|
8436
|
-
var stringToRegexp = function stringToRegexp(str) {
|
|
8437
|
-
var lastSlash = str.lastIndexOf('/');
|
|
8438
|
-
return new RegExp(str.slice(1, lastSlash), str.slice(lastSlash + 1));
|
|
8439
|
-
};
|
|
8440
|
-
|
|
8441
|
-
var makeRegexpOptional = function makeRegexpOptional(charRegexp) {
|
|
8442
|
-
return stringToRegexp(charRegexp.toString().replace(/.(\/)[gmiyus]{0,6}$/, function (match) {
|
|
8443
|
-
return match.replace('/', '?/');
|
|
8444
|
-
}));
|
|
8445
|
-
};
|
|
8446
|
-
|
|
8447
|
-
var escapeIfNeeded = function escapeIfNeeded(char) {
|
|
8448
|
-
return '[\\^$.|?*+()'.indexOf(char) > -1 ? "\\".concat(char) : char;
|
|
8449
|
-
};
|
|
8450
|
-
|
|
8451
|
-
var charRegexp = function charRegexp(char) {
|
|
8452
|
-
return new RegExp("/[".concat(escapeIfNeeded(char), "]/"));
|
|
8453
|
-
};
|
|
8454
|
-
|
|
8455
|
-
var isRegexp$1 = function isRegexp(entity) {
|
|
8456
|
-
return entity instanceof RegExp;
|
|
8457
|
-
};
|
|
8458
|
-
|
|
8459
|
-
var castToRegexp = function castToRegexp(char) {
|
|
8460
|
-
return isRegexp$1(char) ? char : charRegexp(char);
|
|
8461
|
-
};
|
|
8462
|
-
|
|
8463
|
-
function maskToRegExpMask(mask) {
|
|
8464
|
-
var maskReplacers = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : defaultMaskReplacers;
|
|
8465
|
-
return mask.map(function (char, index, array) {
|
|
8466
|
-
var maskChar = maskReplacers[char] || char;
|
|
8467
|
-
var previousChar = array[index - 1];
|
|
8468
|
-
var previousMaskChar = maskReplacers[previousChar] || previousChar;
|
|
8469
|
-
|
|
8470
|
-
if (maskChar === NEXT_CHAR_OPTIONAL) {
|
|
8471
|
-
return null;
|
|
8472
|
-
}
|
|
8473
|
-
|
|
8474
|
-
if (previousMaskChar === NEXT_CHAR_OPTIONAL) {
|
|
8475
|
-
return makeRegexpOptional(castToRegexp(maskChar));
|
|
8476
|
-
}
|
|
8477
|
-
|
|
8478
|
-
return maskChar;
|
|
8479
|
-
}).filter(Boolean);
|
|
8480
|
-
}
|
|
8481
|
-
|
|
8482
|
-
function stringMaskToRegExpMask(stringMask) {
|
|
8483
|
-
var maskReplacers = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : defaultMaskReplacers;
|
|
8484
|
-
return maskToRegExpMask(stringMask.split(''), maskReplacers);
|
|
8485
|
-
}
|
|
8486
|
-
function arrayMaskToRegExpMask(arrayMask) {
|
|
8487
|
-
var maskReplacers = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : defaultMaskReplacers;
|
|
8488
|
-
var flattenedMask = arrayMask.map(function (part) {
|
|
8489
|
-
if (part instanceof RegExp) {
|
|
8490
|
-
return part;
|
|
8491
|
-
}
|
|
8492
|
-
|
|
8493
|
-
if (typeof part === 'string') {
|
|
8494
|
-
return part.split('');
|
|
8495
|
-
}
|
|
8496
|
-
|
|
8497
|
-
return null;
|
|
8498
|
-
}).filter(Boolean).reduce(function (mask, part) {
|
|
8499
|
-
return mask.concat(part);
|
|
8500
|
-
}, []);
|
|
8501
|
-
return maskToRegExpMask(flattenedMask, maskReplacers);
|
|
8502
|
-
}
|
|
8503
|
-
|
|
8504
|
-
var trigger = function trigger(el, type) {
|
|
8505
|
-
var e = document.createEvent('HTMLEvents');
|
|
8506
|
-
e.initEvent(type, true, true);
|
|
8507
|
-
el.dispatchEvent(e);
|
|
8508
|
-
};
|
|
8509
|
-
var queryInputElementInside = function queryInputElementInside(el) {
|
|
8510
|
-
return el instanceof HTMLInputElement ? el : el.querySelector('input') || el;
|
|
8511
|
-
};
|
|
8512
|
-
var isFunction = function isFunction(val) {
|
|
8513
|
-
return typeof val === 'function';
|
|
8514
|
-
};
|
|
8515
|
-
var isString = function isString(val) {
|
|
8516
|
-
return typeof val === 'string';
|
|
8517
|
-
};
|
|
8518
|
-
var isRegexp = function isRegexp(val) {
|
|
8519
|
-
return val instanceof RegExp;
|
|
8520
|
-
};
|
|
8521
|
-
|
|
8522
|
-
function parseMask(inputMask, maskReplacers) {
|
|
8523
|
-
if (Array.isArray(inputMask)) {
|
|
8524
|
-
return arrayMaskToRegExpMask(inputMask, maskReplacers);
|
|
8525
|
-
}
|
|
8526
|
-
|
|
8527
|
-
if (isFunction(inputMask)) {
|
|
8528
|
-
return inputMask;
|
|
8529
|
-
}
|
|
8530
|
-
|
|
8531
|
-
if (isString(inputMask) && inputMask.length > 0) {
|
|
8532
|
-
return stringMaskToRegExpMask(inputMask, maskReplacers);
|
|
8533
|
-
}
|
|
8534
|
-
|
|
8535
|
-
return inputMask;
|
|
8536
|
-
}
|
|
8537
|
-
|
|
8538
|
-
function createOptions() {
|
|
8539
|
-
var elementOptions = new Map();
|
|
8540
|
-
var defaultOptions = {
|
|
8541
|
-
previousValue: '',
|
|
8542
|
-
mask: []
|
|
8543
|
-
};
|
|
8544
|
-
|
|
8545
|
-
function get(el) {
|
|
8546
|
-
return elementOptions.get(el) || _objectSpread2({}, defaultOptions);
|
|
8547
|
-
}
|
|
8548
|
-
|
|
8549
|
-
function partiallyUpdate(el, newOptions) {
|
|
8550
|
-
elementOptions.set(el, _objectSpread2(_objectSpread2({}, get(el)), newOptions));
|
|
8551
|
-
}
|
|
8552
|
-
|
|
8553
|
-
function remove(el) {
|
|
8554
|
-
elementOptions.delete(el);
|
|
8555
|
-
}
|
|
8556
|
-
|
|
8557
|
-
return {
|
|
8558
|
-
partiallyUpdate: partiallyUpdate,
|
|
8559
|
-
remove: remove,
|
|
8560
|
-
get: get
|
|
8561
|
-
};
|
|
8562
|
-
}
|
|
8563
|
-
|
|
8564
|
-
function extendMaskReplacers(maskReplacers) {
|
|
8565
|
-
var baseMaskReplacers = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : defaultMaskReplacers;
|
|
8566
|
-
|
|
8567
|
-
if (maskReplacers === null || Array.isArray(maskReplacers) || _typeof(maskReplacers) !== 'object') {
|
|
8568
|
-
return baseMaskReplacers;
|
|
8569
|
-
}
|
|
8570
|
-
|
|
8571
|
-
return Object.keys(maskReplacers).reduce(function (extendedMaskReplacers, key) {
|
|
8572
|
-
var value = maskReplacers[key];
|
|
8573
|
-
|
|
8574
|
-
if (value !== null && !(value instanceof RegExp)) {
|
|
8575
|
-
return extendedMaskReplacers;
|
|
8576
|
-
}
|
|
8577
|
-
|
|
8578
|
-
return _objectSpread2(_objectSpread2({}, extendedMaskReplacers), {}, _defineProperty({}, key, value));
|
|
8579
|
-
}, baseMaskReplacers);
|
|
8580
|
-
}
|
|
8581
|
-
|
|
8582
|
-
var options = createOptions();
|
|
8583
|
-
|
|
8584
|
-
function triggerInputUpdate(el) {
|
|
8585
|
-
trigger(el, 'input');
|
|
8586
|
-
}
|
|
8587
|
-
|
|
8588
|
-
function updateValue(el) {
|
|
8589
|
-
var force = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;
|
|
8590
|
-
var value = el.value;
|
|
8591
|
-
|
|
8592
|
-
var _options$get = options.get(el),
|
|
8593
|
-
previousValue = _options$get.previousValue,
|
|
8594
|
-
mask = _options$get.mask;
|
|
8595
|
-
|
|
8596
|
-
var isValueChanged = value !== previousValue;
|
|
8597
|
-
var isLengthIncreased = value.length > previousValue.length;
|
|
8598
|
-
var isUpdateNeeded = value && isValueChanged && isLengthIncreased;
|
|
8599
|
-
|
|
8600
|
-
if ((force || isUpdateNeeded) && mask) {
|
|
8601
|
-
var _conformToMask = conformToMask(value, mask, {
|
|
8602
|
-
guide: false
|
|
8603
|
-
}),
|
|
8604
|
-
conformedValue = _conformToMask.conformedValue;
|
|
8605
|
-
|
|
8606
|
-
el.value = conformedValue;
|
|
8607
|
-
triggerInputUpdate(el);
|
|
8608
|
-
}
|
|
8609
|
-
|
|
8610
|
-
options.partiallyUpdate(el, {
|
|
8611
|
-
previousValue: value
|
|
8612
|
-
});
|
|
8613
|
-
}
|
|
8614
|
-
|
|
8615
|
-
function updateMask(el, inputMask, maskReplacers) {
|
|
8616
|
-
var mask = parseMask(inputMask, maskReplacers);
|
|
8617
|
-
options.partiallyUpdate(el, {
|
|
8618
|
-
mask: mask
|
|
8619
|
-
});
|
|
8620
|
-
}
|
|
8621
|
-
|
|
8622
|
-
function maskToString(mask) {
|
|
8623
|
-
var maskArray = Array.isArray(mask) ? mask : [mask];
|
|
8624
|
-
var filteredMaskArray = maskArray.filter(function (part) {
|
|
8625
|
-
return isString(part) || isRegexp(part);
|
|
8626
|
-
});
|
|
8627
|
-
return filteredMaskArray.toString();
|
|
8628
|
-
}
|
|
8629
|
-
|
|
8630
|
-
function createDirective() {
|
|
8631
|
-
var directiveOptions = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
8632
|
-
var instanceMaskReplacers = extendMaskReplacers(directiveOptions && directiveOptions.placeholders);
|
|
8633
|
-
return {
|
|
8634
|
-
bind: function bind(el, _ref) {
|
|
8635
|
-
var value = _ref.value;
|
|
8636
|
-
el = queryInputElementInside(el);
|
|
8637
|
-
updateMask(el, value, instanceMaskReplacers);
|
|
8638
|
-
updateValue(el);
|
|
8639
|
-
},
|
|
8640
|
-
componentUpdated: function componentUpdated(el, _ref2) {
|
|
8641
|
-
var value = _ref2.value,
|
|
8642
|
-
oldValue = _ref2.oldValue;
|
|
8643
|
-
el = queryInputElementInside(el);
|
|
8644
|
-
var isMaskChanged = isFunction(value) || maskToString(oldValue) !== maskToString(value);
|
|
8645
|
-
|
|
8646
|
-
if (isMaskChanged) {
|
|
8647
|
-
updateMask(el, value, instanceMaskReplacers);
|
|
8648
|
-
}
|
|
8649
|
-
|
|
8650
|
-
updateValue(el, isMaskChanged);
|
|
8651
|
-
},
|
|
8652
|
-
unbind: function unbind(el) {
|
|
8653
|
-
el = queryInputElementInside(el);
|
|
8654
|
-
options.remove(el);
|
|
8655
|
-
}
|
|
8656
|
-
};
|
|
8657
|
-
}
|
|
8658
|
-
var directive = createDirective();
|
|
8659
|
-
|
|
8660
|
-
function createFilter() {
|
|
8661
|
-
var filterOptions = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
8662
|
-
var instanceMaskReplacers = extendMaskReplacers(filterOptions && filterOptions.placeholders);
|
|
8663
|
-
return function (value, inputMask) {
|
|
8664
|
-
if (!isString(value) && !Number.isFinite(value)) return value;
|
|
8665
|
-
var mask = parseMask(inputMask, instanceMaskReplacers);
|
|
8666
|
-
|
|
8667
|
-
var _conformToMask = conformToMask("".concat(value), mask, {
|
|
8668
|
-
guide: false
|
|
8669
|
-
}),
|
|
8670
|
-
conformedValue = _conformToMask.conformedValue;
|
|
8671
|
-
|
|
8672
|
-
return conformedValue;
|
|
8673
|
-
};
|
|
8674
|
-
}
|
|
8675
|
-
var filter = createFilter();
|
|
8676
|
-
|
|
8677
|
-
var v_mask_esm_plugin = (function (Vue) {
|
|
8678
|
-
var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
|
8679
|
-
Vue.directive('mask', createDirective(options));
|
|
8680
|
-
Vue.filter('VMask', createFilter(options));
|
|
8681
|
-
});
|
|
8682
|
-
|
|
8683
|
-
|
|
8684
|
-
|
|
8685
8164
|
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/TextField/TextField.vue?vue&type=script&lang=js&
|
|
8686
8165
|
//
|
|
8687
8166
|
//
|
|
@@ -8719,13 +8198,36 @@ var v_mask_esm_plugin = (function (Vue) {
|
|
|
8719
8198
|
//
|
|
8720
8199
|
//
|
|
8721
8200
|
//
|
|
8722
|
-
|
|
8201
|
+
//
|
|
8202
|
+
//
|
|
8203
|
+
//
|
|
8204
|
+
//
|
|
8205
|
+
//
|
|
8206
|
+
//
|
|
8207
|
+
//
|
|
8208
|
+
//
|
|
8209
|
+
//
|
|
8210
|
+
//
|
|
8211
|
+
//
|
|
8212
|
+
//
|
|
8213
|
+
//
|
|
8214
|
+
//
|
|
8215
|
+
//
|
|
8216
|
+
//
|
|
8217
|
+
//
|
|
8218
|
+
//
|
|
8219
|
+
//
|
|
8220
|
+
//
|
|
8221
|
+
//
|
|
8222
|
+
//
|
|
8223
|
+
//
|
|
8224
|
+
//
|
|
8225
|
+
//
|
|
8226
|
+
//
|
|
8227
|
+
//
|
|
8723
8228
|
|
|
8724
8229
|
/* harmony default export */ var TextFieldvue_type_script_lang_js_ = ({
|
|
8725
8230
|
name: "TextField",
|
|
8726
|
-
directives: {
|
|
8727
|
-
mask: directive
|
|
8728
|
-
},
|
|
8729
8231
|
props: {
|
|
8730
8232
|
errorText: {
|
|
8731
8233
|
type: String,
|
|
@@ -8739,8 +8241,9 @@ var v_mask_esm_plugin = (function (Vue) {
|
|
|
8739
8241
|
type: String,
|
|
8740
8242
|
default: "text"
|
|
8741
8243
|
},
|
|
8742
|
-
|
|
8244
|
+
value: {
|
|
8743
8245
|
type: String,
|
|
8246
|
+
required: true,
|
|
8744
8247
|
default: ""
|
|
8745
8248
|
},
|
|
8746
8249
|
placeholder: {
|
|
@@ -8758,8 +8261,7 @@ var v_mask_esm_plugin = (function (Vue) {
|
|
|
8758
8261
|
},
|
|
8759
8262
|
data: function data() {
|
|
8760
8263
|
return {
|
|
8761
|
-
showPlaceholder: false
|
|
8762
|
-
value: ""
|
|
8264
|
+
showPlaceholder: false
|
|
8763
8265
|
};
|
|
8764
8266
|
},
|
|
8765
8267
|
computed: {
|
|
@@ -8768,8 +8270,12 @@ var v_mask_esm_plugin = (function (Vue) {
|
|
|
8768
8270
|
}
|
|
8769
8271
|
},
|
|
8770
8272
|
methods: {
|
|
8771
|
-
|
|
8772
|
-
this.$emit(
|
|
8273
|
+
enterPressed: function enterPressed() {
|
|
8274
|
+
this.$emit("enterPressed", this.showAutocomplete);
|
|
8275
|
+
},
|
|
8276
|
+
inputHandler: function inputHandler(e) {
|
|
8277
|
+
this.$emit("input", e.target.value);
|
|
8278
|
+
this.showAutocomplete = true;
|
|
8773
8279
|
}
|
|
8774
8280
|
}
|
|
8775
8281
|
});
|
|
@@ -8785,8 +8291,8 @@ var v_mask_esm_plugin = (function (Vue) {
|
|
|
8785
8291
|
|
|
8786
8292
|
var TextField_component = normalizeComponent(
|
|
8787
8293
|
TextField_TextFieldvue_type_script_lang_js_,
|
|
8788
|
-
|
|
8789
|
-
|
|
8294
|
+
TextFieldvue_type_template_id_6026c696_render,
|
|
8295
|
+
TextFieldvue_type_template_id_6026c696_staticRenderFns,
|
|
8790
8296
|
false,
|
|
8791
8297
|
null,
|
|
8792
8298
|
null,
|
|
@@ -8983,8 +8489,8 @@ var es_string_replace = __webpack_require__("5319");
|
|
|
8983
8489
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.regexp.to-string.js
|
|
8984
8490
|
var es_regexp_to_string = __webpack_require__("25f0");
|
|
8985
8491
|
|
|
8986
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"8c19676a-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Header/Profile.vue?vue&type=template&id=
|
|
8987
|
-
var
|
|
8492
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"8c19676a-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Header/Profile.vue?vue&type=template&id=1451bd6f&
|
|
8493
|
+
var Profilevue_type_template_id_1451bd6f_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"profile",class:{ active: _vm.active }},[_c('div',{directives:[{name:"click-outside",rawName:"v-click-outside",value:(function () {_vm.active = false}),expression:"() => {active = false}"}]},[_c('div',{staticClass:"profile__inner"},[(_vm.requestCount !== null && _vm.isAuthenticated)?_c('div',{staticClass:"requests__link"},[_vm._v(" Суточный лимит запросов: "),_c('span',[_vm._v(" "+_vm._s(_vm.requestCount)+" "+_vm._s((_vm.daysRemaining === null || _vm.daysRemaining === '-') ? '' : ("(" + _vm.daysRemaining + ")"))+" ")])]):_vm._e(),_c('div',{staticClass:"profile__item",on:{"click":function($event){_vm.active = !_vm.active}}},[_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.isAuthenticated),expression:"isAuthenticated"}],staticClass:"profile__item-link"},[_c('span',{staticClass:"desktop"},[_vm._v(_vm._s(_vm.email))]),_c('svg',{staticClass:"desktop arrow-svg",class:{ rotate: _vm.active },attrs:{"width":"18","height":"18","fill":"#25476AFF","xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 16 16"}},[_c('path',{attrs:{"fill":"none","d":"M0 0h16v16H0z"}}),_c('path',{attrs:{"fill":"none","d":"M3 6.5L8 10l5-3.5","stroke":"#2C3E50","stroke-linecap":"round","stroke-linejoin":"round"}})])]),_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.isAuthenticated),expression:"isAuthenticated"}],staticClass:"profile__item-link"},[_c('svg',{staticClass:"user",attrs:{"width":"18","height":"18","fill":"#25476AFF","xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 24 24"}},[_c('path',{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd","d":"M15.5 8a3.5 3.5 0 11-7 0 3.5 3.5 0 017 0zm-1.023 4.344a5 5 0 10-4.954 0C5.757 13.417 3 16.874 3 20.974V21h1.543v-.026c0-4.106 3.339-7.435 7.457-7.435 4.119 0 7.457 3.329 7.457 7.435V21H21v-.026c0-4.1-2.757-7.557-6.523-8.63z","fill":"#2C3E50"}})])]),_c('a',{directives:[{name:"show",rawName:"v-show",value:(!_vm.isAuthenticated),expression:"!isAuthenticated"}],staticClass:"sign",attrs:{"href":_vm.loginUrl}},[_c('svg',{staticClass:"desktop",attrs:{"width":"18","height":"18","fill":"#25476AFF","xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 16 16"}},[_c('path',{attrs:{"fill":"#fff","d":"M0 0h16v16H0z","stroke":"none"}}),_c('path',{attrs:{"d":"M8 10l2-2.054L8.077 6","stroke-miterlimit":"10","stroke-linecap":"round","stroke-linejoin":"round"}}),_c('path',{attrs:{"d":"M6 4.1V2h8v12H6v-1.65M9 8H2","stroke-miterlimit":"10","stroke-linecap":"round","stroke-linejoin":"round"}})]),_c('svg',{staticClass:"user",attrs:{"width":"18","height":"18","fill":"#25476AFF","xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 24 24"}},[_c('path',{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd","d":"M13 7.94L17.06 12 13 16.06 11.94 15l3-3-3-3L13 7.94z","fill":"#2C3E50"}}),_c('path',{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd","d":"M8.25 2.25h13.5v19.5H8.25v-4.5h1.5v3h10.5V3.75H9.75v3h-1.5v-4.5z","fill":"#2C3E50"}}),_c('path',{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd","d":"M2.25 11.25h13.5v1.5H2.25v-1.5z","fill":"#2C3E50"}})]),_c('span',{staticClass:"sign_text"},[_vm._v("Вход")])])])]),_c('SlideToggle',{scopedSlots:_vm._u([{key:"default",fn:function(ref){
|
|
8988
8494
|
var animationClass = ref.animationClass;
|
|
8989
8495
|
return [(_vm.isAuthenticated)?_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.active),expression:"active"}],staticClass:"profile-menu",class:animationClass},[_c('div',{staticClass:"profile-menu__inner"},[(_vm.listDropDown.length)?_c('div',{staticClass:"profile-menu__items"},_vm._l((_vm.listDropDown),function(elem,index){return _c('div',{key:index},[(elem.url)?_c('div',{staticClass:"gray-text",class:elem.link ? 'profile-menu__balance-link': 'profile-menu__links',on:{"click":function($event){return _vm.handleClick(elem.url, elem.name)}}},[_c('div',[_vm._v(" "+_vm._s(elem.name)+" ")]),(elem.link)?_c('span',{staticClass:"profile-menu__balance",on:{"click":function($event){return _vm.showModal(elem.url, elem.name)}}},[_vm._v(" "+_vm._s(elem.link)+" ")]):_vm._e()]):_vm._e(),(elem.children)?_c('div',{staticClass:"gray-text profile-menu__item",on:{"click":function($event){return _vm.rotateItem(index)}}},[_c('div',{staticClass:"profile-menu__item__children"},[_vm._v(_vm._s(elem.name)+" "),(elem.children.length > 0)?_c('span',[_c('svg',{class:{'rotated': elem.opened},attrs:{"width":"12","height":"8","viewBox":"0 0 12 8","fill":"none","xmlns":"http://www.w3.org/2000/svg"}},[_c('path',{attrs:{"d":"M1 1.5L6 6.5L11 1.5","stroke":"#69797D","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"}})])]):_vm._e()]),_c('SlideToggle',{class:animationClass,scopedSlots:_vm._u([{key:"default",fn:function(ref){
|
|
8990
8496
|
var animationClass = ref.animationClass;
|
|
@@ -8993,10 +8499,10 @@ var animationClass = ref.animationClass;
|
|
|
8993
8499
|
return [_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.isAuthenticated && _vm.active),expression:"isAuthenticated && active"}],staticClass:"mobile-table",class:animationClass},[_c('div',{staticClass:"mobile-table-head"},[_c('p',[_vm._v("Профиль пользователя")]),_c('svg',{attrs:{"fill":"none","xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 24 24","id":"close_hamburger"},on:{"click":function($event){$event.stopPropagation();_vm.active = !_vm.active}}},[_c('path',{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd","d":"M4.414 18.142L18.556 4l1.415 1.414L5.828 19.556l-1.414-1.414z","fill":"#2C3E50"}}),_c('path',{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd","d":"M5.414 4l14.142 14.142-1.414 1.414L4 5.414 5.414 4z","fill":"#2C3E50"}})])]),_c('div',{staticClass:"profile-menu-mobile"},[_c('div',{staticClass:"profile-menu-mobile__inner"},[(_vm.listDropDown.length > 0)?_c('div',{staticClass:"profile-menu-mobile__items"},_vm._l((_vm.listDropDown),function(elem,index){return _c('div',{key:index,staticClass:"bb"},[(elem.url)?_c('div',{class:elem.link ? 'profile-menu-mobile__balance-link': 'profile-menu-mobile__links',on:{"click":function($event){return _vm.handleClick(elem.url, elem.name)}}},[(!elem.link)?_c('div',{staticClass:"button-inner"},[_c('div',[_vm._v(_vm._s(elem.name))]),_c('svg',{directives:[{name:"show",rawName:"v-show",value:(!elem.withoutArray),expression:"!elem.withoutArray"}],attrs:{"width":"18","height":"18","fill":"none","xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 10 18"}},[_c('path',{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd","d":"M2.108.59L9.318 9l-7.21 8.41L.59 16.108 6.683 9 .59 1.892 2.108.59z","fill":"#2C3E50"}})])]):_vm._e(),(elem.link)?_c('div',{staticClass:"profile-menu-mobile__balance-items"},[_c('div',{staticClass:"profile-menu-mobile__balance-items__upper-text"},[_vm._v(" "+_vm._s(elem.name.substr(0, 15))+" ")]),_c('div',{staticClass:"profile-menu-mobile__balance__bot-text"},[_vm._v(" "+_vm._s(elem.name.substr(15))+" ")])]):_vm._e(),(elem.link)?_c('span',{staticClass:"profile-menu-mobile__balance",on:{"click":function($event){return _vm.$emit('showBalanceModal', true)}}},[_vm._v(" "+_vm._s(elem.link)+" ")]):_vm._e()]):_vm._e(),(elem.children)?_c('div',{staticClass:"profile-menu-mobile__links",on:{"click":function($event){return _vm.rotateItem(index)}}},[_c('div',{staticClass:"button-inner"},[_c('div',[_vm._v(_vm._s(elem.name))]),_c('svg',{attrs:{"width":"18","height":"18","fill":"none","xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 10 18"}},[_c('path',{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd","d":"M2.108.59L9.318 9l-7.21 8.41L.59 16.108 6.683 9 .59 1.892 2.108.59z","fill":"#2C3E50"}})])])]):_vm._e()])}),0):_vm._e()]),_c('div',{staticClass:"exit-mob",on:{"click":_vm.logout}},[_c('svg',{staticClass:"arrow-svg",attrs:{"width":"18","height":"18","fill":"#25476AFF","xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 24 24"}},[_c('path',{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd","d":"M17.7501 7.93933L21.8108 12L17.7501 16.0607L16.6895 15L19.6895 12L16.6895 8.99999L17.7501 7.93933Z","fill":"#2C3E50"}}),_c('path',{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd","d":"M15.5 2.25H2V21.75H15.5V17.25H14V20.25H3.5V3.75H14V6.75H15.5V2.25Z","fill":"#2C3E50"}}),_c('path',{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd","d":"M7 11.25L20.5 11.25L20.5 12.75L7 12.75L7 11.25Z","fill":"#2C3E50"}})]),_vm._v(" Выход ")])])])]}}])}),_c('MobileToggle',{scopedSlots:_vm._u([{key:"default",fn:function(ref){
|
|
8994
8500
|
var animationClass = ref.animationClass;
|
|
8995
8501
|
return [_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.someMobileOpened.length > 0 && _vm.chosenElem && _vm.chosenElem.children.length > 0),expression:"someMobileOpened.length > 0 && chosenElem && chosenElem.children.length > 0"}],staticClass:"mobile-table",class:animationClass},[_c('div',{staticClass:"mobile-table-head mobile-table-head-chosen"},[_c('div',{on:{"click":function($event){_vm.chosenElem.opened = false}}},[_c('svg',{staticClass:"rotated",attrs:{"width":"18","height":"18","fill":"none","xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 10 18"}},[_c('path',{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd","d":"M2.108.59L9.318 9l-7.21 8.41L.59 16.108 6.683 9 .59 1.892 2.108.59z","fill":"#2C3E50"}})])]),_c('p',[_vm._v(_vm._s(_vm.chosenElem.name))])]),_c('div',{staticClass:"profile-menu-mobile"},[_c('div',{staticClass:"profile-menu-mobile__inner"},[(_vm.chosenElem.children.length > 0)?_c('div',{staticClass:"profile-menu-mobile__items"},_vm._l((_vm.chosenElem.children),function(elem,index){return _c('div',{key:index,staticClass:"bb"},[(elem.url)?_c('div',{class:elem.link ? 'profile-menu-mobile__balance-link': 'profile-menu-mobile__links',on:{"click":function($event){return _vm.handleClick(elem.url, elem.name)}}},[_c('div',{staticClass:"button-inner"},[_c('div',[_vm._v(_vm._s(elem.name))])])]):_vm._e()])}),0):_vm._e()]),_c('div',{staticClass:"exit-mob",on:{"click":_vm.logout}},[_c('svg',{staticClass:"arrow-svg",attrs:{"width":"18","height":"18","fill":"#25476AFF","xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 24 24"}},[_c('path',{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd","d":"M17.7501 7.93933L21.8108 12L17.7501 16.0607L16.6895 15L19.6895 12L16.6895 8.99999L17.7501 7.93933Z","fill":"#2C3E50"}}),_c('path',{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd","d":"M15.5 2.25H2V21.75H15.5V17.25H14V20.25H3.5V3.75H14V6.75H15.5V2.25Z","fill":"#2C3E50"}}),_c('path',{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd","d":"M7 11.25L20.5 11.25L20.5 12.75L7 12.75L7 11.25Z","fill":"#2C3E50"}})]),_vm._v(" Выход ")])])])]}}])})],1)])}
|
|
8996
|
-
var
|
|
8502
|
+
var Profilevue_type_template_id_1451bd6f_staticRenderFns = []
|
|
8997
8503
|
|
|
8998
8504
|
|
|
8999
|
-
// CONCATENATED MODULE: ./src/components/Header/Profile.vue?vue&type=template&id=
|
|
8505
|
+
// CONCATENATED MODULE: ./src/components/Header/Profile.vue?vue&type=template&id=1451bd6f&
|
|
9000
8506
|
|
|
9001
8507
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.promise.js
|
|
9002
8508
|
var es_promise = __webpack_require__("e6cf");
|
|
@@ -9695,9 +9201,8 @@ var VerticalMobileToggle_component = normalizeComponent(
|
|
|
9695
9201
|
},
|
|
9696
9202
|
handleClick: function handleClick(url, name) {
|
|
9697
9203
|
if (!name.includes('Текущий')) {
|
|
9698
|
-
window.open(url, "_self");
|
|
9699
|
-
this.
|
|
9700
|
-
if (this.chosenElem) this.chosenElem.opened = false;
|
|
9204
|
+
window.open(url, "_self"); // this.active = false;
|
|
9205
|
+
// if (this.chosenElem) this.chosenElem.opened = false;
|
|
9701
9206
|
}
|
|
9702
9207
|
},
|
|
9703
9208
|
rotateItem: function rotateItem(index) {
|
|
@@ -9722,8 +9227,8 @@ var Profilevue_type_style_index_0_lang_scss_ = __webpack_require__("ee80");
|
|
|
9722
9227
|
|
|
9723
9228
|
var Profile_component = normalizeComponent(
|
|
9724
9229
|
Header_Profilevue_type_script_lang_js_,
|
|
9725
|
-
|
|
9726
|
-
|
|
9230
|
+
Profilevue_type_template_id_1451bd6f_render,
|
|
9231
|
+
Profilevue_type_template_id_1451bd6f_staticRenderFns,
|
|
9727
9232
|
false,
|
|
9728
9233
|
null,
|
|
9729
9234
|
null,
|