mcdis-vue-ui-library 1.0.150-alpha2 → 1.0.155-alpha2
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/vue-ui-lib.umd.js
CHANGED
@@ -295,6 +295,17 @@ module.exports = function (originalArray) {
|
|
295
295
|
};
|
296
296
|
|
297
297
|
|
298
|
+
/***/ }),
|
299
|
+
|
300
|
+
/***/ "0b68":
|
301
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
302
|
+
|
303
|
+
"use strict";
|
304
|
+
/* harmony import */ var _node_modules_vue_style_loader_index_js_ref_8_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_1_1_node_modules_vue_cli_service_node_modules_vue_loader_v16_dist_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_8_oneOf_1_2_node_modules_postcss_loader_src_index_js_ref_8_oneOf_1_3_node_modules_sass_loader_dist_cjs_js_ref_8_oneOf_1_4_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_cli_service_node_modules_vue_loader_v16_dist_index_js_ref_0_1_ActivityBar_vue_vue_type_style_index_0_id_c558347a_lang_scss_scoped_true__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("14c3f");
|
305
|
+
/* harmony import */ var _node_modules_vue_style_loader_index_js_ref_8_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_1_1_node_modules_vue_cli_service_node_modules_vue_loader_v16_dist_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_8_oneOf_1_2_node_modules_postcss_loader_src_index_js_ref_8_oneOf_1_3_node_modules_sass_loader_dist_cjs_js_ref_8_oneOf_1_4_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_cli_service_node_modules_vue_loader_v16_dist_index_js_ref_0_1_ActivityBar_vue_vue_type_style_index_0_id_c558347a_lang_scss_scoped_true__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_vue_style_loader_index_js_ref_8_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_1_1_node_modules_vue_cli_service_node_modules_vue_loader_v16_dist_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_8_oneOf_1_2_node_modules_postcss_loader_src_index_js_ref_8_oneOf_1_3_node_modules_sass_loader_dist_cjs_js_ref_8_oneOf_1_4_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_cli_service_node_modules_vue_loader_v16_dist_index_js_ref_0_1_ActivityBar_vue_vue_type_style_index_0_id_c558347a_lang_scss_scoped_true__WEBPACK_IMPORTED_MODULE_0__);
|
306
|
+
/* unused harmony reexport * */
|
307
|
+
|
308
|
+
|
298
309
|
/***/ }),
|
299
310
|
|
300
311
|
/***/ "0cb2":
|
@@ -703,6 +714,22 @@ module.exports = function (R, S) {
|
|
703
714
|
};
|
704
715
|
|
705
716
|
|
717
|
+
/***/ }),
|
718
|
+
|
719
|
+
/***/ "14c3f":
|
720
|
+
/***/ (function(module, exports, __webpack_require__) {
|
721
|
+
|
722
|
+
// style-loader: Adds some css to the DOM by adding a <style> tag
|
723
|
+
|
724
|
+
// load the styles
|
725
|
+
var content = __webpack_require__("e460");
|
726
|
+
if(content.__esModule) content = content.default;
|
727
|
+
if(typeof content === 'string') content = [[module.i, content, '']];
|
728
|
+
if(content.locals) module.exports = content.locals;
|
729
|
+
// add the styles to the DOM
|
730
|
+
var add = __webpack_require__("499e").default
|
731
|
+
var update = add("1a9b9314", content, true, {"sourceMap":false,"shadowMode":false});
|
732
|
+
|
706
733
|
/***/ }),
|
707
734
|
|
708
735
|
/***/ "159b":
|
@@ -1794,6 +1821,26 @@ module.exports = !!Object.getOwnPropertySymbols && !fails(function () {
|
|
1794
1821
|
});
|
1795
1822
|
|
1796
1823
|
|
1824
|
+
/***/ }),
|
1825
|
+
|
1826
|
+
/***/ "498a":
|
1827
|
+
/***/ (function(module, exports, __webpack_require__) {
|
1828
|
+
|
1829
|
+
"use strict";
|
1830
|
+
|
1831
|
+
var $ = __webpack_require__("23e7");
|
1832
|
+
var $trim = __webpack_require__("58a8").trim;
|
1833
|
+
var forcedStringTrimMethod = __webpack_require__("c8d2");
|
1834
|
+
|
1835
|
+
// `String.prototype.trim` method
|
1836
|
+
// https://tc39.es/ecma262/#sec-string.prototype.trim
|
1837
|
+
$({ target: 'String', proto: true, forced: forcedStringTrimMethod('trim') }, {
|
1838
|
+
trim: function trim() {
|
1839
|
+
return $trim(this);
|
1840
|
+
}
|
1841
|
+
});
|
1842
|
+
|
1843
|
+
|
1797
1844
|
/***/ }),
|
1798
1845
|
|
1799
1846
|
/***/ "499e":
|
@@ -3104,6 +3151,17 @@ module.exports = {
|
|
3104
3151
|
};
|
3105
3152
|
|
3106
3153
|
|
3154
|
+
/***/ }),
|
3155
|
+
|
3156
|
+
/***/ "6a04":
|
3157
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
3158
|
+
|
3159
|
+
"use strict";
|
3160
|
+
/* harmony import */ var _node_modules_vue_style_loader_index_js_ref_8_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_1_1_node_modules_vue_cli_service_node_modules_vue_loader_v16_dist_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_8_oneOf_1_2_node_modules_postcss_loader_src_index_js_ref_8_oneOf_1_3_node_modules_sass_loader_dist_cjs_js_ref_8_oneOf_1_4_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_cli_service_node_modules_vue_loader_v16_dist_index_js_ref_0_1_Combobox_vue_vue_type_style_index_0_id_12fa5074_lang_scss_scoped_true__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("9b26");
|
3161
|
+
/* harmony import */ var _node_modules_vue_style_loader_index_js_ref_8_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_1_1_node_modules_vue_cli_service_node_modules_vue_loader_v16_dist_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_8_oneOf_1_2_node_modules_postcss_loader_src_index_js_ref_8_oneOf_1_3_node_modules_sass_loader_dist_cjs_js_ref_8_oneOf_1_4_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_cli_service_node_modules_vue_loader_v16_dist_index_js_ref_0_1_Combobox_vue_vue_type_style_index_0_id_12fa5074_lang_scss_scoped_true__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_vue_style_loader_index_js_ref_8_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_1_1_node_modules_vue_cli_service_node_modules_vue_loader_v16_dist_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_8_oneOf_1_2_node_modules_postcss_loader_src_index_js_ref_8_oneOf_1_3_node_modules_sass_loader_dist_cjs_js_ref_8_oneOf_1_4_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_cli_service_node_modules_vue_loader_v16_dist_index_js_ref_0_1_Combobox_vue_vue_type_style_index_0_id_12fa5074_lang_scss_scoped_true__WEBPACK_IMPORTED_MODULE_0__);
|
3162
|
+
/* unused harmony reexport * */
|
3163
|
+
|
3164
|
+
|
3107
3165
|
/***/ }),
|
3108
3166
|
|
3109
3167
|
/***/ "6d61":
|
@@ -4183,6 +4241,22 @@ module.exports = function (argument, usingIterator) {
|
|
4183
4241
|
};
|
4184
4242
|
|
4185
4243
|
|
4244
|
+
/***/ }),
|
4245
|
+
|
4246
|
+
/***/ "9b26":
|
4247
|
+
/***/ (function(module, exports, __webpack_require__) {
|
4248
|
+
|
4249
|
+
// style-loader: Adds some css to the DOM by adding a <style> tag
|
4250
|
+
|
4251
|
+
// load the styles
|
4252
|
+
var content = __webpack_require__("e25f");
|
4253
|
+
if(content.__esModule) content = content.default;
|
4254
|
+
if(typeof content === 'string') content = [[module.i, content, '']];
|
4255
|
+
if(content.locals) module.exports = content.locals;
|
4256
|
+
// add the styles to the DOM
|
4257
|
+
var add = __webpack_require__("499e").default
|
4258
|
+
var update = add("7b22fd0a", content, true, {"sourceMap":false,"shadowMode":false});
|
4259
|
+
|
4186
4260
|
/***/ }),
|
4187
4261
|
|
4188
4262
|
/***/ "9bdd":
|
@@ -5678,6 +5752,28 @@ try {
|
|
5678
5752
|
module.exports = g;
|
5679
5753
|
|
5680
5754
|
|
5755
|
+
/***/ }),
|
5756
|
+
|
5757
|
+
/***/ "c8d2":
|
5758
|
+
/***/ (function(module, exports, __webpack_require__) {
|
5759
|
+
|
5760
|
+
var PROPER_FUNCTION_NAME = __webpack_require__("5e77").PROPER;
|
5761
|
+
var fails = __webpack_require__("d039");
|
5762
|
+
var whitespaces = __webpack_require__("5899");
|
5763
|
+
|
5764
|
+
var non = '\u200B\u0085\u180E';
|
5765
|
+
|
5766
|
+
// check that a method works with the correct list
|
5767
|
+
// of whitespaces and has a correct name
|
5768
|
+
module.exports = function (METHOD_NAME) {
|
5769
|
+
return fails(function () {
|
5770
|
+
return !!whitespaces[METHOD_NAME]()
|
5771
|
+
|| non[METHOD_NAME]() !== non
|
5772
|
+
|| (PROPER_FUNCTION_NAME && whitespaces[METHOD_NAME].name !== METHOD_NAME);
|
5773
|
+
});
|
5774
|
+
};
|
5775
|
+
|
5776
|
+
|
5681
5777
|
/***/ }),
|
5682
5778
|
|
5683
5779
|
/***/ "ca84":
|
@@ -6370,6 +6466,20 @@ module.exports = !fails(function () {
|
|
6370
6466
|
});
|
6371
6467
|
|
6372
6468
|
|
6469
|
+
/***/ }),
|
6470
|
+
|
6471
|
+
/***/ "e25f":
|
6472
|
+
/***/ (function(module, exports, __webpack_require__) {
|
6473
|
+
|
6474
|
+
// Imports
|
6475
|
+
var ___CSS_LOADER_API_IMPORT___ = __webpack_require__("24fb");
|
6476
|
+
exports = ___CSS_LOADER_API_IMPORT___(false);
|
6477
|
+
// Module
|
6478
|
+
exports.push([module.i, ".buttons[data-v-12fa5074]{position:relative;transform:translateX(30%);top:-20%;z-index:2}input[data-v-12fa5074]::-moz-placeholder{color:var(--text100);opacity:.3}input[data-v-12fa5074]:-ms-input-placeholder{color:var(--text100);opacity:.3}input[data-v-12fa5074]::placeholder{color:var(--text100);opacity:.3}.input[data-v-12fa5074]{width:100%;height:40px;position:relative}.input .input__active[data-v-12fa5074]{padding-right:70px}.input .input__input[data-v-12fa5074]{width:100%;height:40px;background:transparent;border:1px solid var(--back60);border-radius:5px;transition:.15s linear;position:absolute;top:0;left:0;color:var(--text80)}.input .input__input[data-v-12fa5074]:focus{border:1px solid var(--primary100);color:var(--text100)}.input .input__input_invalid[data-v-12fa5074]{border:1px solid red!important}.input__apply[data-v-12fa5074],.input__cancel[data-v-12fa5074]{width:40px;height:40px;border-radius:5px;cursor:pointer;position:absolute;top:7.5px}.input__apply[data-v-12fa5074]{background:var(--primary100);right:50px}.input__cancel[data-v-12fa5074]{background:var(--back80);right:5px}.input__cancel svg[data-v-12fa5074]{width:10px;height:10px;fill:#ccc}.error[data-v-12fa5074]{margin:15px 0;display:flex;align-items:center;color:var(--error80)}.errorIcon[data-v-12fa5074]{margin-right:.5rem;width:1rem;height:1rem}[data-v-12fa5074]:root{--primary100:#7f82d5;--accent100:#444476;--accent80:#9f9fe0;--text100:#e4e4e4;--text90:#cacaca;--text80:#979797;--text60:#474747;--back100:#12131c;--back90:#0b0f15;--back80:#4d4d4d;--back70:#4f4f4f;--back60:#464444;--primaryText100:#e4e4e4;--substrateSingIn:rgba(0; 1; 24; 0.9);--codeString:#e08956;--codeNumber:#318ab3;--codeBoolean:#109a53;--codeNull:#5e53b6;--codeKey:#5ead92;--hoverTable:rgba(61,155,232,0.1);--activeGradient:linear-gradient(232.59deg,rgba(163,48,255,0.0001) 10.19%,#bc3dcb 45.51%,#e3507a),linear-gradient(80.61deg,#8065c4 -24.17%,#444476 110.16%);--logoBack100:#43439c;--logoBack90:#4d4d6d;--logoBack80:#5e5ea8;--logoBack70:#3a3a56;--logoCircle:#212427;--logoPrimary:#e4e4e4;--logoSecondary:#3a3a56}.arrow__down[data-v-12fa5074]{cursor:pointer;position:absolute;top:50%;right:0;transform:translate(-50%,-50%);width:25px;height:25px;display:flex;align-items:center;justify-content:center;background:transparent;border:none}.arrow__down__icon[data-v-12fa5074]{width:9px;height:5px;fill:var(--text100)}.select-dropDownList[data-v-12fa5074]{margin:20px 0;height:40px;background:transparent;border-radius:5px;transition:.15s linear .05s;cursor:pointer;position:relative}.select-dropDownList .arrow__down[data-v-12fa5074]{width:9px;height:5px;transition:.15s linear .05s;transform:translateY(-50%);position:absolute;top:50%;right:10px;fill:var(--text80)}.select-dropDownList_active .arrow__down[data-v-12fa5074]{transform:translateY(-50%) rotate(180deg)}.select-dropDownList[data-v-12fa5074]:hover{background:var(--accent80);border-radius:5px}.select-dropDownList:hover .arrow__down[data-v-12fa5074]{fill:var(--text100)}.select-dropDownList__selected[data-v-12fa5074]{transition:.15s linear .05s;padding:0 10px;line-height:40px;color:var(--text80);font-size:1rem}.select-dropDownList:hover .select-dropDownList__selected[data-v-12fa5074]{color:var(--text100)}.select-dropDownList__list[data-v-12fa5074]{z-index:1;width:100%;color:var(--text90);border-radius:8px;overflow:hidden;transition:.15s linear .05s;margin-top:5px;left:0;cursor:pointer;background:var(--back90)}.select-dropDownList__item[data-v-12fa5074]{width:100%;height:40px;box-shadow:0 3.34282px 5.84994px rgba(0,0,0,.1);border-left:2px solid transparent;box-sizing:border-box;transition:.15s linear .05s;padding:0 12px;line-height:40px;color:var(--text100);font-size:1rem}.select-dropDownList__item_active[data-v-12fa5074]{border-left:2px solid var(--accent80);background:var(--primary100)}.select-dropDownList__item[data-v-12fa5074]:hover{border-left:2px solid var(--accent80);background:var(--back80)}", ""]);
|
6479
|
+
// Exports
|
6480
|
+
module.exports = exports;
|
6481
|
+
|
6482
|
+
|
6373
6483
|
/***/ }),
|
6374
6484
|
|
6375
6485
|
/***/ "e260":
|
@@ -6481,6 +6591,20 @@ $({ target: 'Object', stat: true, forced: FORCED, sham: !DESCRIPTORS }, {
|
|
6481
6591
|
});
|
6482
6592
|
|
6483
6593
|
|
6594
|
+
/***/ }),
|
6595
|
+
|
6596
|
+
/***/ "e460":
|
6597
|
+
/***/ (function(module, exports, __webpack_require__) {
|
6598
|
+
|
6599
|
+
// Imports
|
6600
|
+
var ___CSS_LOADER_API_IMPORT___ = __webpack_require__("24fb");
|
6601
|
+
exports = ___CSS_LOADER_API_IMPORT___(false);
|
6602
|
+
// Module
|
6603
|
+
exports.push([module.i, ".bar[data-v-c558347a]{display:flex;background-color:var(--error80);height:20px;border-radius:5px}.bar__active[data-v-c558347a]{background-color:var(--succes90);border-top-left-radius:5px;border-bottom-left-radius:5px}", ""]);
|
6604
|
+
// Exports
|
6605
|
+
module.exports = exports;
|
6606
|
+
|
6607
|
+
|
6484
6608
|
/***/ }),
|
6485
6609
|
|
6486
6610
|
/***/ "e538":
|
@@ -6766,6 +6890,8 @@ __webpack_require__.d(components_namespaceObject, "AdaptiveCanvas", function() {
|
|
6766
6890
|
__webpack_require__.d(components_namespaceObject, "AdaptiveRenderableCanvas", function() { return components_AdaptiveRenderableCanvas; });
|
6767
6891
|
__webpack_require__.d(components_namespaceObject, "BlockSwitcher", function() { return components_BlockSwitcher; });
|
6768
6892
|
__webpack_require__.d(components_namespaceObject, "DenyBlockSwitcher", function() { return DenyBlockSwithcer; });
|
6893
|
+
__webpack_require__.d(components_namespaceObject, "Combobox", function() { return components_Combobox; });
|
6894
|
+
__webpack_require__.d(components_namespaceObject, "ActivityBar", function() { return components_ActivityBar; });
|
6769
6895
|
|
6770
6896
|
// CONCATENATED MODULE: ./node_modules/@vue/cli-service/lib/commands/build/setPublicPath.js
|
6771
6897
|
// This file is imported into lib/wc client bundles.
|
@@ -11500,6 +11626,343 @@ const DenyBlockSwitcher_exports_ = /*#__PURE__*/exportHelper_default()(DenyBlock
|
|
11500
11626
|
// CONCATENATED MODULE: ./src/components/DenyBlockSwithcer/index.js
|
11501
11627
|
|
11502
11628
|
/* harmony default export */ var DenyBlockSwithcer = (DenyBlockSwitcher);
|
11629
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/@vue/cli-service/node_modules/vue-loader-v16/dist/templateLoader.js??ref--6!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader-v16/dist??ref--0-1!./src/components/Combobox/Combobox.vue?vue&type=template&id=12fa5074&scoped=true
|
11630
|
+
|
11631
|
+
|
11632
|
+
var Comboboxvue_type_template_id_12fa5074_scoped_true_withScopeId = function _withScopeId(n) {
|
11633
|
+
return Object(external_commonjs_vue_commonjs2_vue_root_Vue_["pushScopeId"])("data-v-12fa5074"), n = n(), Object(external_commonjs_vue_commonjs2_vue_root_Vue_["popScopeId"])(), n;
|
11634
|
+
};
|
11635
|
+
|
11636
|
+
var Comboboxvue_type_template_id_12fa5074_scoped_true_hoisted_1 = {
|
11637
|
+
class: "input"
|
11638
|
+
};
|
11639
|
+
var Comboboxvue_type_template_id_12fa5074_scoped_true_hoisted_2 = ["maxlength", "minlength", "placeholder"];
|
11640
|
+
var Comboboxvue_type_template_id_12fa5074_scoped_true_hoisted_3 = {
|
11641
|
+
key: 0,
|
11642
|
+
class: "buttons"
|
11643
|
+
};
|
11644
|
+
var Comboboxvue_type_template_id_12fa5074_scoped_true_hoisted_4 = {
|
11645
|
+
key: 0,
|
11646
|
+
class: "select-dropDownList__list"
|
11647
|
+
};
|
11648
|
+
var Comboboxvue_type_template_id_12fa5074_scoped_true_hoisted_5 = ["onClick"];
|
11649
|
+
function Comboboxvue_type_template_id_12fa5074_scoped_true_render(_ctx, _cache, $props, $setup, $data, $options) {
|
11650
|
+
var _component_ApplyIcon = Object(external_commonjs_vue_commonjs2_vue_root_Vue_["resolveComponent"])("ApplyIcon");
|
11651
|
+
|
11652
|
+
var _component_CancelIcon = Object(external_commonjs_vue_commonjs2_vue_root_Vue_["resolveComponent"])("CancelIcon");
|
11653
|
+
|
11654
|
+
var _component_ArrowDown = Object(external_commonjs_vue_commonjs2_vue_root_Vue_["resolveComponent"])("ArrowDown");
|
11655
|
+
|
11656
|
+
return Object(external_commonjs_vue_commonjs2_vue_root_Vue_["openBlock"])(), Object(external_commonjs_vue_commonjs2_vue_root_Vue_["createElementBlock"])(external_commonjs_vue_commonjs2_vue_root_Vue_["Fragment"], null, [Object(external_commonjs_vue_commonjs2_vue_root_Vue_["createElementVNode"])("div", Comboboxvue_type_template_id_12fa5074_scoped_true_hoisted_1, [Object(external_commonjs_vue_commonjs2_vue_root_Vue_["withDirectives"])(Object(external_commonjs_vue_commonjs2_vue_root_Vue_["createElementVNode"])("input", {
|
11657
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = function ($event) {
|
11658
|
+
return _ctx.value = $event;
|
11659
|
+
}),
|
11660
|
+
class: Object(external_commonjs_vue_commonjs2_vue_root_Vue_["normalizeClass"])(["input__input", {
|
11661
|
+
input__input_invalid: !$options.validateValue.isValid
|
11662
|
+
}]),
|
11663
|
+
type: "text",
|
11664
|
+
maxlength: $props.maxlength,
|
11665
|
+
minlength: $props.minlength,
|
11666
|
+
placeholder: _ctx.isFocused ? '' : $props.placeholder,
|
11667
|
+
onKeyup: [_cache[1] || (_cache[1] = function () {
|
11668
|
+
return $options.escReset && $options.escReset.apply($options, arguments);
|
11669
|
+
}), _cache[2] || (_cache[2] = Object(external_commonjs_vue_commonjs2_vue_root_Vue_["withKeys"])(function () {
|
11670
|
+
return $options.apply && $options.apply.apply($options, arguments);
|
11671
|
+
}, ["enter"]))]
|
11672
|
+
}, null, 42, Comboboxvue_type_template_id_12fa5074_scoped_true_hoisted_2), [[external_commonjs_vue_commonjs2_vue_root_Vue_["vModelText"], _ctx.value, void 0, {
|
11673
|
+
trim: true
|
11674
|
+
}]]), !$options.isEqual && !_ctx.isSelectItemVisible ? (Object(external_commonjs_vue_commonjs2_vue_root_Vue_["openBlock"])(), Object(external_commonjs_vue_commonjs2_vue_root_Vue_["createElementBlock"])("div", Comboboxvue_type_template_id_12fa5074_scoped_true_hoisted_3, [$options.validateValue.isValid ? (Object(external_commonjs_vue_commonjs2_vue_root_Vue_["openBlock"])(), Object(external_commonjs_vue_commonjs2_vue_root_Vue_["createElementBlock"])("button", {
|
11675
|
+
key: 0,
|
11676
|
+
class: "input__apply",
|
11677
|
+
onClick: _cache[3] || (_cache[3] = function () {
|
11678
|
+
return $options.apply && $options.apply.apply($options, arguments);
|
11679
|
+
})
|
11680
|
+
}, [Object(external_commonjs_vue_commonjs2_vue_root_Vue_["createVNode"])(_component_ApplyIcon)])) : Object(external_commonjs_vue_commonjs2_vue_root_Vue_["createCommentVNode"])("", true), !$options.isEqual ? (Object(external_commonjs_vue_commonjs2_vue_root_Vue_["openBlock"])(), Object(external_commonjs_vue_commonjs2_vue_root_Vue_["createElementBlock"])("button", {
|
11681
|
+
key: 1,
|
11682
|
+
class: "input__cancel",
|
11683
|
+
onClick: _cache[4] || (_cache[4] = function () {
|
11684
|
+
return $options.cancel && $options.cancel.apply($options, arguments);
|
11685
|
+
})
|
11686
|
+
}, [Object(external_commonjs_vue_commonjs2_vue_root_Vue_["createVNode"])(_component_CancelIcon)])) : Object(external_commonjs_vue_commonjs2_vue_root_Vue_["createCommentVNode"])("", true)])) : Object(external_commonjs_vue_commonjs2_vue_root_Vue_["createCommentVNode"])("", true), Object(external_commonjs_vue_commonjs2_vue_root_Vue_["createElementVNode"])("button", {
|
11687
|
+
class: "arrow__down",
|
11688
|
+
onClick: _cache[5] || (_cache[5] = function ($event) {
|
11689
|
+
return _ctx.isSelectItemVisible = !_ctx.isSelectItemVisible;
|
11690
|
+
})
|
11691
|
+
}, [Object(external_commonjs_vue_commonjs2_vue_root_Vue_["createVNode"])(_component_ArrowDown, {
|
11692
|
+
class: "arrow__down__icon"
|
11693
|
+
})])]), _ctx.isSelectItemVisible ? (Object(external_commonjs_vue_commonjs2_vue_root_Vue_["openBlock"])(), Object(external_commonjs_vue_commonjs2_vue_root_Vue_["createElementBlock"])("div", Comboboxvue_type_template_id_12fa5074_scoped_true_hoisted_4, [(Object(external_commonjs_vue_commonjs2_vue_root_Vue_["openBlock"])(true), Object(external_commonjs_vue_commonjs2_vue_root_Vue_["createElementBlock"])(external_commonjs_vue_commonjs2_vue_root_Vue_["Fragment"], null, Object(external_commonjs_vue_commonjs2_vue_root_Vue_["renderList"])($props.dropDownList, function (item, index) {
|
11694
|
+
return Object(external_commonjs_vue_commonjs2_vue_root_Vue_["openBlock"])(), Object(external_commonjs_vue_commonjs2_vue_root_Vue_["createElementBlock"])("div", {
|
11695
|
+
key: index,
|
11696
|
+
class: Object(external_commonjs_vue_commonjs2_vue_root_Vue_["normalizeClass"])(["select-dropDownList__item", {
|
11697
|
+
'select-dropDownList__item_active': item == _ctx.value
|
11698
|
+
}]),
|
11699
|
+
onClick: function onClick($event) {
|
11700
|
+
return $options.chooseValue(item);
|
11701
|
+
}
|
11702
|
+
}, Object(external_commonjs_vue_commonjs2_vue_root_Vue_["toDisplayString"])(item), 11, Comboboxvue_type_template_id_12fa5074_scoped_true_hoisted_5);
|
11703
|
+
}), 128))])) : Object(external_commonjs_vue_commonjs2_vue_root_Vue_["createCommentVNode"])("", true)], 64);
|
11704
|
+
}
|
11705
|
+
// CONCATENATED MODULE: ./src/components/Combobox/Combobox.vue?vue&type=template&id=12fa5074&scoped=true
|
11706
|
+
|
11707
|
+
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.string.trim.js
|
11708
|
+
var es_string_trim = __webpack_require__("498a");
|
11709
|
+
|
11710
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/@vue/cli-service/node_modules/vue-loader-v16/dist/templateLoader.js??ref--6!./node_modules/vue-loader-v16/dist!./node_modules/vue-svg-loader!./src/assets/icons/apply.svg?vue&type=template&id=185858e0
|
11711
|
+
|
11712
|
+
var applyvue_type_template_id_185858e0_hoisted_1 = {
|
11713
|
+
width: "11",
|
11714
|
+
height: "9",
|
11715
|
+
fill: "none",
|
11716
|
+
xmlns: "http://www.w3.org/2000/svg"
|
11717
|
+
};
|
11718
|
+
|
11719
|
+
var applyvue_type_template_id_185858e0_hoisted_2 = /*#__PURE__*/Object(external_commonjs_vue_commonjs2_vue_root_Vue_["createElementVNode"])("path", {
|
11720
|
+
d: "M4.212 8.827A.546.546 0 013.815 9a.546.546 0 01-.397-.173L.247 5.485a.921.921 0 010-1.256l.397-.418a.812.812 0 011.191 0l1.98 2.086L9.165.26a.812.812 0 011.191 0l.397.419c.33.346.33.909 0 1.255l-6.54 6.893z",
|
11721
|
+
fill: "#F9F9F9"
|
11722
|
+
}, null, -1);
|
11723
|
+
|
11724
|
+
var applyvue_type_template_id_185858e0_hoisted_3 = [applyvue_type_template_id_185858e0_hoisted_2];
|
11725
|
+
function applyvue_type_template_id_185858e0_render(_ctx, _cache) {
|
11726
|
+
return Object(external_commonjs_vue_commonjs2_vue_root_Vue_["openBlock"])(), Object(external_commonjs_vue_commonjs2_vue_root_Vue_["createElementBlock"])("svg", applyvue_type_template_id_185858e0_hoisted_1, applyvue_type_template_id_185858e0_hoisted_3);
|
11727
|
+
}
|
11728
|
+
// CONCATENATED MODULE: ./src/assets/icons/apply.svg?vue&type=template&id=185858e0
|
11729
|
+
|
11730
|
+
// CONCATENATED MODULE: ./src/assets/icons/apply.svg
|
11731
|
+
|
11732
|
+
const apply_script = {}
|
11733
|
+
apply_script.render = applyvue_type_template_id_185858e0_render
|
11734
|
+
|
11735
|
+
/* harmony default export */ var icons_apply = (apply_script);
|
11736
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader-v16/dist??ref--0-1!./src/components/Combobox/Combobox.vue?vue&type=script&lang=js
|
11737
|
+
|
11738
|
+
|
11739
|
+
|
11740
|
+
|
11741
|
+
// Icons
|
11742
|
+
|
11743
|
+
|
11744
|
+
|
11745
|
+
/* harmony default export */ var Comboboxvue_type_script_lang_js = ({
|
11746
|
+
name: "Combobox",
|
11747
|
+
components: {
|
11748
|
+
ApplyIcon: icons_apply,
|
11749
|
+
CancelIcon: cancel,
|
11750
|
+
ArrowDown: arrow_down
|
11751
|
+
},
|
11752
|
+
props: {
|
11753
|
+
maxlength: {
|
11754
|
+
type: Number,
|
11755
|
+
default: 100
|
11756
|
+
},
|
11757
|
+
minlength: {
|
11758
|
+
type: Number,
|
11759
|
+
default: 0
|
11760
|
+
},
|
11761
|
+
placeholder: {
|
11762
|
+
type: String,
|
11763
|
+
default: "Enter value"
|
11764
|
+
},
|
11765
|
+
dropDownList: {
|
11766
|
+
type: Array,
|
11767
|
+
default: function _default() {
|
11768
|
+
return [];
|
11769
|
+
}
|
11770
|
+
},
|
11771
|
+
selectItem: {
|
11772
|
+
type: String,
|
11773
|
+
default: ""
|
11774
|
+
},
|
11775
|
+
handler: {
|
11776
|
+
type: Function,
|
11777
|
+
required: true
|
11778
|
+
},
|
11779
|
+
applyOnEnter: {
|
11780
|
+
type: Boolean,
|
11781
|
+
default: false
|
11782
|
+
},
|
11783
|
+
restoreOnEsc: {
|
11784
|
+
type: Boolean,
|
11785
|
+
default: false
|
11786
|
+
}
|
11787
|
+
},
|
11788
|
+
emits: ["event:cancel", "event:apply"],
|
11789
|
+
data: function data() {
|
11790
|
+
return {
|
11791
|
+
value: null,
|
11792
|
+
oldValue: null,
|
11793
|
+
isFocused: false,
|
11794
|
+
isSelectItemVisible: false
|
11795
|
+
};
|
11796
|
+
},
|
11797
|
+
computed: {
|
11798
|
+
isEqual: function isEqual() {
|
11799
|
+
return this.oldValue === this.value;
|
11800
|
+
},
|
11801
|
+
validateValue: function validateValue() {
|
11802
|
+
if (this.value == null) return Object.defineProperty({}, "isValid", {
|
11803
|
+
value: true,
|
11804
|
+
enumerable: false
|
11805
|
+
});
|
11806
|
+
var res = {
|
11807
|
+
minLength: {
|
11808
|
+
isValid: this.value.length > this.minlength && this.value.length > 0,
|
11809
|
+
errorText: "Text must be more than ".concat(this.minlength, " symbols")
|
11810
|
+
},
|
11811
|
+
maxLength: {
|
11812
|
+
isValid: this.value.length < this.maxlength,
|
11813
|
+
errorText: "Text must be less than ".concat(this.maxlength, " symbols")
|
11814
|
+
},
|
11815
|
+
|
11816
|
+
get isValid() {
|
11817
|
+
for (var _prop in this) {
|
11818
|
+
if (this[_prop].isValid === false) return false;
|
11819
|
+
}
|
11820
|
+
|
11821
|
+
return true;
|
11822
|
+
}
|
11823
|
+
|
11824
|
+
};
|
11825
|
+
Object.defineProperty(res, "isValid", {
|
11826
|
+
enumerable: false
|
11827
|
+
});
|
11828
|
+
return res;
|
11829
|
+
}
|
11830
|
+
},
|
11831
|
+
watch: {
|
11832
|
+
selectItem: function selectItem() {
|
11833
|
+
var _this$selectItem;
|
11834
|
+
|
11835
|
+
this.oldValue = this.value = typeof this.selectItem === "number" || typeof this.selectItem === "string" ? (_this$selectItem = this.selectItem) === null || _this$selectItem === void 0 ? void 0 : _this$selectItem.toString().trim() : null;
|
11836
|
+
this.syncValueToDefault();
|
11837
|
+
},
|
11838
|
+
value: function value() {
|
11839
|
+
this.syncValueToDefault();
|
11840
|
+
}
|
11841
|
+
},
|
11842
|
+
mounted: function mounted() {
|
11843
|
+
document.addEventListener("click", this.processUserInput, true);
|
11844
|
+
},
|
11845
|
+
methods: {
|
11846
|
+
processUserInput: function processUserInput(_event) {
|
11847
|
+
if (!this.isSelectItemVisible) return;
|
11848
|
+
var target = _event.target,
|
11849
|
+
keyCode = _event.keyCode;
|
11850
|
+
var isClickOutside = !target.closest("select-dropDownList") && !keyCode;
|
11851
|
+
if (isClickOutside) this.toggleItemVisible(false);
|
11852
|
+
},
|
11853
|
+
syncValueToDefault: function syncValueToDefault() {
|
11854
|
+
if (this.value == null && this.selectItem !== "") {
|
11855
|
+
var _this$selectItem2;
|
11856
|
+
|
11857
|
+
this.value = (_this$selectItem2 = this.selectItem) === null || _this$selectItem2 === void 0 ? void 0 : _this$selectItem2.toString().trim();
|
11858
|
+
this.oldValue = this.value;
|
11859
|
+
}
|
11860
|
+
},
|
11861
|
+
apply: function apply(_ref) {
|
11862
|
+
var code = _ref.code,
|
11863
|
+
target = _ref.target,
|
11864
|
+
type = _ref.type;
|
11865
|
+
|
11866
|
+
if ((code === "Enter" && this.applyOnEnter || type === "click") && !this.isEqual) {
|
11867
|
+
this.handler(this.value);
|
11868
|
+
target.blur();
|
11869
|
+
}
|
11870
|
+
},
|
11871
|
+
escReset: function escReset(_ref2) {
|
11872
|
+
var code = _ref2.code,
|
11873
|
+
target = _ref2.target;
|
11874
|
+
|
11875
|
+
if (code === "Escape" && this.restoreOnEsc) {
|
11876
|
+
this.cancel();
|
11877
|
+
target.blur();
|
11878
|
+
}
|
11879
|
+
},
|
11880
|
+
cancel: function cancel() {
|
11881
|
+
this.value = this.oldValue;
|
11882
|
+
},
|
11883
|
+
toggleItemVisible: function toggleItemVisible(_toggleValue) {
|
11884
|
+
this.isSelectItemVisible = _toggleValue;
|
11885
|
+
},
|
11886
|
+
chooseValue: function chooseValue(_item) {
|
11887
|
+
this.value = _item;
|
11888
|
+
this.toggleItemVisible(false);
|
11889
|
+
}
|
11890
|
+
}
|
11891
|
+
});
|
11892
|
+
// CONCATENATED MODULE: ./src/components/Combobox/Combobox.vue?vue&type=script&lang=js
|
11893
|
+
|
11894
|
+
// EXTERNAL MODULE: ./src/components/Combobox/Combobox.vue?vue&type=style&index=0&id=12fa5074&lang=scss&scoped=true
|
11895
|
+
var Comboboxvue_type_style_index_0_id_12fa5074_lang_scss_scoped_true = __webpack_require__("6a04");
|
11896
|
+
|
11897
|
+
// CONCATENATED MODULE: ./src/components/Combobox/Combobox.vue
|
11898
|
+
|
11899
|
+
|
11900
|
+
|
11901
|
+
|
11902
|
+
|
11903
|
+
|
11904
|
+
|
11905
|
+
const Combobox_exports_ = /*#__PURE__*/exportHelper_default()(Comboboxvue_type_script_lang_js, [['render',Comboboxvue_type_template_id_12fa5074_scoped_true_render],['__scopeId',"data-v-12fa5074"]])
|
11906
|
+
|
11907
|
+
/* harmony default export */ var Combobox = (Combobox_exports_);
|
11908
|
+
// CONCATENATED MODULE: ./src/components/Combobox/index.js
|
11909
|
+
|
11910
|
+
/* harmony default export */ var components_Combobox = (Combobox);
|
11911
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader-v16/dist??ref--0-1!./src/components/ActivityBar/ActivityBar.vue?vue&type=script&setup=true&lang=js
|
11912
|
+
|
11913
|
+
|
11914
|
+
|
11915
|
+
|
11916
|
+
var ActivityBarvue_type_script_setup_true_lang_js_withScopeId = function _withScopeId(n) {
|
11917
|
+
return Object(external_commonjs_vue_commonjs2_vue_root_Vue_["pushScopeId"])("data-v-c558347a"), n = n(), Object(external_commonjs_vue_commonjs2_vue_root_Vue_["popScopeId"])(), n;
|
11918
|
+
};
|
11919
|
+
|
11920
|
+
var ActivityBarvue_type_script_setup_true_lang_js_hoisted_1 = {
|
11921
|
+
class: "bar"
|
11922
|
+
};
|
11923
|
+
var ActivityBarvue_type_script_setup_true_lang_js_default_ = {
|
11924
|
+
name: "ActivityBar"
|
11925
|
+
};
|
11926
|
+
|
11927
|
+
function ActivityBarvue_type_script_setup_true_lang_js_setup(__props) {
|
11928
|
+
var props = __props;
|
11929
|
+
return function (_ctx, _cache) {
|
11930
|
+
return Object(external_commonjs_vue_commonjs2_vue_root_Vue_["openBlock"])(), Object(external_commonjs_vue_commonjs2_vue_root_Vue_["createElementBlock"])("div", ActivityBarvue_type_script_setup_true_lang_js_hoisted_1, [Object(external_commonjs_vue_commonjs2_vue_root_Vue_["createElementVNode"])("div", {
|
11931
|
+
class: "bar__active",
|
11932
|
+
style: Object(external_commonjs_vue_commonjs2_vue_root_Vue_["normalizeStyle"])({
|
11933
|
+
width: props.active + '%'
|
11934
|
+
})
|
11935
|
+
}, null, 4)]);
|
11936
|
+
};
|
11937
|
+
}
|
11938
|
+
|
11939
|
+
/* harmony default export */ var ActivityBarvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(ActivityBarvue_type_script_setup_true_lang_js_default_, {
|
11940
|
+
props: {
|
11941
|
+
active: {
|
11942
|
+
type: Number,
|
11943
|
+
required: false
|
11944
|
+
}
|
11945
|
+
},
|
11946
|
+
setup: ActivityBarvue_type_script_setup_true_lang_js_setup
|
11947
|
+
}));
|
11948
|
+
// CONCATENATED MODULE: ./src/components/ActivityBar/ActivityBar.vue?vue&type=script&setup=true&lang=js
|
11949
|
+
|
11950
|
+
// EXTERNAL MODULE: ./src/components/ActivityBar/ActivityBar.vue?vue&type=style&index=0&id=c558347a&lang=scss&scoped=true
|
11951
|
+
var ActivityBarvue_type_style_index_0_id_c558347a_lang_scss_scoped_true = __webpack_require__("0b68");
|
11952
|
+
|
11953
|
+
// CONCATENATED MODULE: ./src/components/ActivityBar/ActivityBar.vue
|
11954
|
+
|
11955
|
+
|
11956
|
+
|
11957
|
+
|
11958
|
+
|
11959
|
+
|
11960
|
+
const ActivityBar_exports_ = /*#__PURE__*/exportHelper_default()(ActivityBarvue_type_script_setup_true_lang_js, [['__scopeId',"data-v-c558347a"]])
|
11961
|
+
|
11962
|
+
/* harmony default export */ var ActivityBar = (ActivityBar_exports_);
|
11963
|
+
// CONCATENATED MODULE: ./src/components/ActivityBar/index.js
|
11964
|
+
|
11965
|
+
/* harmony default export */ var components_ActivityBar = (ActivityBar);
|
11503
11966
|
// CONCATENATED MODULE: ./src/components/index.js
|
11504
11967
|
|
11505
11968
|
|
@@ -11521,6 +11984,8 @@ const DenyBlockSwitcher_exports_ = /*#__PURE__*/exportHelper_default()(DenyBlock
|
|
11521
11984
|
|
11522
11985
|
|
11523
11986
|
|
11987
|
+
|
11988
|
+
|
11524
11989
|
|
11525
11990
|
|
11526
11991
|
|