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.
@@ -286,6 +286,17 @@ module.exports = function (originalArray) {
|
|
286
286
|
};
|
287
287
|
|
288
288
|
|
289
|
+
/***/ }),
|
290
|
+
|
291
|
+
/***/ "0b68":
|
292
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
293
|
+
|
294
|
+
"use strict";
|
295
|
+
/* 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");
|
296
|
+
/* 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__);
|
297
|
+
/* unused harmony reexport * */
|
298
|
+
|
299
|
+
|
289
300
|
/***/ }),
|
290
301
|
|
291
302
|
/***/ "0cb2":
|
@@ -694,6 +705,22 @@ module.exports = function (R, S) {
|
|
694
705
|
};
|
695
706
|
|
696
707
|
|
708
|
+
/***/ }),
|
709
|
+
|
710
|
+
/***/ "14c3f":
|
711
|
+
/***/ (function(module, exports, __webpack_require__) {
|
712
|
+
|
713
|
+
// style-loader: Adds some css to the DOM by adding a <style> tag
|
714
|
+
|
715
|
+
// load the styles
|
716
|
+
var content = __webpack_require__("e460");
|
717
|
+
if(content.__esModule) content = content.default;
|
718
|
+
if(typeof content === 'string') content = [[module.i, content, '']];
|
719
|
+
if(content.locals) module.exports = content.locals;
|
720
|
+
// add the styles to the DOM
|
721
|
+
var add = __webpack_require__("499e").default
|
722
|
+
var update = add("1a9b9314", content, true, {"sourceMap":false,"shadowMode":false});
|
723
|
+
|
697
724
|
/***/ }),
|
698
725
|
|
699
726
|
/***/ "159b":
|
@@ -1785,6 +1812,26 @@ module.exports = !!Object.getOwnPropertySymbols && !fails(function () {
|
|
1785
1812
|
});
|
1786
1813
|
|
1787
1814
|
|
1815
|
+
/***/ }),
|
1816
|
+
|
1817
|
+
/***/ "498a":
|
1818
|
+
/***/ (function(module, exports, __webpack_require__) {
|
1819
|
+
|
1820
|
+
"use strict";
|
1821
|
+
|
1822
|
+
var $ = __webpack_require__("23e7");
|
1823
|
+
var $trim = __webpack_require__("58a8").trim;
|
1824
|
+
var forcedStringTrimMethod = __webpack_require__("c8d2");
|
1825
|
+
|
1826
|
+
// `String.prototype.trim` method
|
1827
|
+
// https://tc39.es/ecma262/#sec-string.prototype.trim
|
1828
|
+
$({ target: 'String', proto: true, forced: forcedStringTrimMethod('trim') }, {
|
1829
|
+
trim: function trim() {
|
1830
|
+
return $trim(this);
|
1831
|
+
}
|
1832
|
+
});
|
1833
|
+
|
1834
|
+
|
1788
1835
|
/***/ }),
|
1789
1836
|
|
1790
1837
|
/***/ "499e":
|
@@ -3095,6 +3142,17 @@ module.exports = {
|
|
3095
3142
|
};
|
3096
3143
|
|
3097
3144
|
|
3145
|
+
/***/ }),
|
3146
|
+
|
3147
|
+
/***/ "6a04":
|
3148
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
3149
|
+
|
3150
|
+
"use strict";
|
3151
|
+
/* 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");
|
3152
|
+
/* 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__);
|
3153
|
+
/* unused harmony reexport * */
|
3154
|
+
|
3155
|
+
|
3098
3156
|
/***/ }),
|
3099
3157
|
|
3100
3158
|
/***/ "6d61":
|
@@ -4174,6 +4232,22 @@ module.exports = function (argument, usingIterator) {
|
|
4174
4232
|
};
|
4175
4233
|
|
4176
4234
|
|
4235
|
+
/***/ }),
|
4236
|
+
|
4237
|
+
/***/ "9b26":
|
4238
|
+
/***/ (function(module, exports, __webpack_require__) {
|
4239
|
+
|
4240
|
+
// style-loader: Adds some css to the DOM by adding a <style> tag
|
4241
|
+
|
4242
|
+
// load the styles
|
4243
|
+
var content = __webpack_require__("e25f");
|
4244
|
+
if(content.__esModule) content = content.default;
|
4245
|
+
if(typeof content === 'string') content = [[module.i, content, '']];
|
4246
|
+
if(content.locals) module.exports = content.locals;
|
4247
|
+
// add the styles to the DOM
|
4248
|
+
var add = __webpack_require__("499e").default
|
4249
|
+
var update = add("7b22fd0a", content, true, {"sourceMap":false,"shadowMode":false});
|
4250
|
+
|
4177
4251
|
/***/ }),
|
4178
4252
|
|
4179
4253
|
/***/ "9bdd":
|
@@ -5669,6 +5743,28 @@ try {
|
|
5669
5743
|
module.exports = g;
|
5670
5744
|
|
5671
5745
|
|
5746
|
+
/***/ }),
|
5747
|
+
|
5748
|
+
/***/ "c8d2":
|
5749
|
+
/***/ (function(module, exports, __webpack_require__) {
|
5750
|
+
|
5751
|
+
var PROPER_FUNCTION_NAME = __webpack_require__("5e77").PROPER;
|
5752
|
+
var fails = __webpack_require__("d039");
|
5753
|
+
var whitespaces = __webpack_require__("5899");
|
5754
|
+
|
5755
|
+
var non = '\u200B\u0085\u180E';
|
5756
|
+
|
5757
|
+
// check that a method works with the correct list
|
5758
|
+
// of whitespaces and has a correct name
|
5759
|
+
module.exports = function (METHOD_NAME) {
|
5760
|
+
return fails(function () {
|
5761
|
+
return !!whitespaces[METHOD_NAME]()
|
5762
|
+
|| non[METHOD_NAME]() !== non
|
5763
|
+
|| (PROPER_FUNCTION_NAME && whitespaces[METHOD_NAME].name !== METHOD_NAME);
|
5764
|
+
});
|
5765
|
+
};
|
5766
|
+
|
5767
|
+
|
5672
5768
|
/***/ }),
|
5673
5769
|
|
5674
5770
|
/***/ "ca84":
|
@@ -6361,6 +6457,20 @@ module.exports = !fails(function () {
|
|
6361
6457
|
});
|
6362
6458
|
|
6363
6459
|
|
6460
|
+
/***/ }),
|
6461
|
+
|
6462
|
+
/***/ "e25f":
|
6463
|
+
/***/ (function(module, exports, __webpack_require__) {
|
6464
|
+
|
6465
|
+
// Imports
|
6466
|
+
var ___CSS_LOADER_API_IMPORT___ = __webpack_require__("24fb");
|
6467
|
+
exports = ___CSS_LOADER_API_IMPORT___(false);
|
6468
|
+
// Module
|
6469
|
+
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)}", ""]);
|
6470
|
+
// Exports
|
6471
|
+
module.exports = exports;
|
6472
|
+
|
6473
|
+
|
6364
6474
|
/***/ }),
|
6365
6475
|
|
6366
6476
|
/***/ "e260":
|
@@ -6472,6 +6582,20 @@ $({ target: 'Object', stat: true, forced: FORCED, sham: !DESCRIPTORS }, {
|
|
6472
6582
|
});
|
6473
6583
|
|
6474
6584
|
|
6585
|
+
/***/ }),
|
6586
|
+
|
6587
|
+
/***/ "e460":
|
6588
|
+
/***/ (function(module, exports, __webpack_require__) {
|
6589
|
+
|
6590
|
+
// Imports
|
6591
|
+
var ___CSS_LOADER_API_IMPORT___ = __webpack_require__("24fb");
|
6592
|
+
exports = ___CSS_LOADER_API_IMPORT___(false);
|
6593
|
+
// Module
|
6594
|
+
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}", ""]);
|
6595
|
+
// Exports
|
6596
|
+
module.exports = exports;
|
6597
|
+
|
6598
|
+
|
6475
6599
|
/***/ }),
|
6476
6600
|
|
6477
6601
|
/***/ "e538":
|
@@ -6757,6 +6881,8 @@ __webpack_require__.d(components_namespaceObject, "AdaptiveCanvas", function() {
|
|
6757
6881
|
__webpack_require__.d(components_namespaceObject, "AdaptiveRenderableCanvas", function() { return components_AdaptiveRenderableCanvas; });
|
6758
6882
|
__webpack_require__.d(components_namespaceObject, "BlockSwitcher", function() { return components_BlockSwitcher; });
|
6759
6883
|
__webpack_require__.d(components_namespaceObject, "DenyBlockSwitcher", function() { return DenyBlockSwithcer; });
|
6884
|
+
__webpack_require__.d(components_namespaceObject, "Combobox", function() { return components_Combobox; });
|
6885
|
+
__webpack_require__.d(components_namespaceObject, "ActivityBar", function() { return components_ActivityBar; });
|
6760
6886
|
|
6761
6887
|
// CONCATENATED MODULE: ./node_modules/@vue/cli-service/lib/commands/build/setPublicPath.js
|
6762
6888
|
// This file is imported into lib/wc client bundles.
|
@@ -11491,6 +11617,343 @@ const DenyBlockSwitcher_exports_ = /*#__PURE__*/exportHelper_default()(DenyBlock
|
|
11491
11617
|
// CONCATENATED MODULE: ./src/components/DenyBlockSwithcer/index.js
|
11492
11618
|
|
11493
11619
|
/* harmony default export */ var DenyBlockSwithcer = (DenyBlockSwitcher);
|
11620
|
+
// 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
|
11621
|
+
|
11622
|
+
|
11623
|
+
var Comboboxvue_type_template_id_12fa5074_scoped_true_withScopeId = function _withScopeId(n) {
|
11624
|
+
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;
|
11625
|
+
};
|
11626
|
+
|
11627
|
+
var Comboboxvue_type_template_id_12fa5074_scoped_true_hoisted_1 = {
|
11628
|
+
class: "input"
|
11629
|
+
};
|
11630
|
+
var Comboboxvue_type_template_id_12fa5074_scoped_true_hoisted_2 = ["maxlength", "minlength", "placeholder"];
|
11631
|
+
var Comboboxvue_type_template_id_12fa5074_scoped_true_hoisted_3 = {
|
11632
|
+
key: 0,
|
11633
|
+
class: "buttons"
|
11634
|
+
};
|
11635
|
+
var Comboboxvue_type_template_id_12fa5074_scoped_true_hoisted_4 = {
|
11636
|
+
key: 0,
|
11637
|
+
class: "select-dropDownList__list"
|
11638
|
+
};
|
11639
|
+
var Comboboxvue_type_template_id_12fa5074_scoped_true_hoisted_5 = ["onClick"];
|
11640
|
+
function Comboboxvue_type_template_id_12fa5074_scoped_true_render(_ctx, _cache, $props, $setup, $data, $options) {
|
11641
|
+
var _component_ApplyIcon = Object(external_commonjs_vue_commonjs2_vue_root_Vue_["resolveComponent"])("ApplyIcon");
|
11642
|
+
|
11643
|
+
var _component_CancelIcon = Object(external_commonjs_vue_commonjs2_vue_root_Vue_["resolveComponent"])("CancelIcon");
|
11644
|
+
|
11645
|
+
var _component_ArrowDown = Object(external_commonjs_vue_commonjs2_vue_root_Vue_["resolveComponent"])("ArrowDown");
|
11646
|
+
|
11647
|
+
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", {
|
11648
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = function ($event) {
|
11649
|
+
return _ctx.value = $event;
|
11650
|
+
}),
|
11651
|
+
class: Object(external_commonjs_vue_commonjs2_vue_root_Vue_["normalizeClass"])(["input__input", {
|
11652
|
+
input__input_invalid: !$options.validateValue.isValid
|
11653
|
+
}]),
|
11654
|
+
type: "text",
|
11655
|
+
maxlength: $props.maxlength,
|
11656
|
+
minlength: $props.minlength,
|
11657
|
+
placeholder: _ctx.isFocused ? '' : $props.placeholder,
|
11658
|
+
onKeyup: [_cache[1] || (_cache[1] = function () {
|
11659
|
+
return $options.escReset && $options.escReset.apply($options, arguments);
|
11660
|
+
}), _cache[2] || (_cache[2] = Object(external_commonjs_vue_commonjs2_vue_root_Vue_["withKeys"])(function () {
|
11661
|
+
return $options.apply && $options.apply.apply($options, arguments);
|
11662
|
+
}, ["enter"]))]
|
11663
|
+
}, null, 42, Comboboxvue_type_template_id_12fa5074_scoped_true_hoisted_2), [[external_commonjs_vue_commonjs2_vue_root_Vue_["vModelText"], _ctx.value, void 0, {
|
11664
|
+
trim: true
|
11665
|
+
}]]), !$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", {
|
11666
|
+
key: 0,
|
11667
|
+
class: "input__apply",
|
11668
|
+
onClick: _cache[3] || (_cache[3] = function () {
|
11669
|
+
return $options.apply && $options.apply.apply($options, arguments);
|
11670
|
+
})
|
11671
|
+
}, [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", {
|
11672
|
+
key: 1,
|
11673
|
+
class: "input__cancel",
|
11674
|
+
onClick: _cache[4] || (_cache[4] = function () {
|
11675
|
+
return $options.cancel && $options.cancel.apply($options, arguments);
|
11676
|
+
})
|
11677
|
+
}, [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", {
|
11678
|
+
class: "arrow__down",
|
11679
|
+
onClick: _cache[5] || (_cache[5] = function ($event) {
|
11680
|
+
return _ctx.isSelectItemVisible = !_ctx.isSelectItemVisible;
|
11681
|
+
})
|
11682
|
+
}, [Object(external_commonjs_vue_commonjs2_vue_root_Vue_["createVNode"])(_component_ArrowDown, {
|
11683
|
+
class: "arrow__down__icon"
|
11684
|
+
})])]), _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) {
|
11685
|
+
return Object(external_commonjs_vue_commonjs2_vue_root_Vue_["openBlock"])(), Object(external_commonjs_vue_commonjs2_vue_root_Vue_["createElementBlock"])("div", {
|
11686
|
+
key: index,
|
11687
|
+
class: Object(external_commonjs_vue_commonjs2_vue_root_Vue_["normalizeClass"])(["select-dropDownList__item", {
|
11688
|
+
'select-dropDownList__item_active': item == _ctx.value
|
11689
|
+
}]),
|
11690
|
+
onClick: function onClick($event) {
|
11691
|
+
return $options.chooseValue(item);
|
11692
|
+
}
|
11693
|
+
}, Object(external_commonjs_vue_commonjs2_vue_root_Vue_["toDisplayString"])(item), 11, Comboboxvue_type_template_id_12fa5074_scoped_true_hoisted_5);
|
11694
|
+
}), 128))])) : Object(external_commonjs_vue_commonjs2_vue_root_Vue_["createCommentVNode"])("", true)], 64);
|
11695
|
+
}
|
11696
|
+
// CONCATENATED MODULE: ./src/components/Combobox/Combobox.vue?vue&type=template&id=12fa5074&scoped=true
|
11697
|
+
|
11698
|
+
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.string.trim.js
|
11699
|
+
var es_string_trim = __webpack_require__("498a");
|
11700
|
+
|
11701
|
+
// 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
|
11702
|
+
|
11703
|
+
var applyvue_type_template_id_185858e0_hoisted_1 = {
|
11704
|
+
width: "11",
|
11705
|
+
height: "9",
|
11706
|
+
fill: "none",
|
11707
|
+
xmlns: "http://www.w3.org/2000/svg"
|
11708
|
+
};
|
11709
|
+
|
11710
|
+
var applyvue_type_template_id_185858e0_hoisted_2 = /*#__PURE__*/Object(external_commonjs_vue_commonjs2_vue_root_Vue_["createElementVNode"])("path", {
|
11711
|
+
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",
|
11712
|
+
fill: "#F9F9F9"
|
11713
|
+
}, null, -1);
|
11714
|
+
|
11715
|
+
var applyvue_type_template_id_185858e0_hoisted_3 = [applyvue_type_template_id_185858e0_hoisted_2];
|
11716
|
+
function applyvue_type_template_id_185858e0_render(_ctx, _cache) {
|
11717
|
+
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);
|
11718
|
+
}
|
11719
|
+
// CONCATENATED MODULE: ./src/assets/icons/apply.svg?vue&type=template&id=185858e0
|
11720
|
+
|
11721
|
+
// CONCATENATED MODULE: ./src/assets/icons/apply.svg
|
11722
|
+
|
11723
|
+
const apply_script = {}
|
11724
|
+
apply_script.render = applyvue_type_template_id_185858e0_render
|
11725
|
+
|
11726
|
+
/* harmony default export */ var icons_apply = (apply_script);
|
11727
|
+
// 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
|
11728
|
+
|
11729
|
+
|
11730
|
+
|
11731
|
+
|
11732
|
+
// Icons
|
11733
|
+
|
11734
|
+
|
11735
|
+
|
11736
|
+
/* harmony default export */ var Comboboxvue_type_script_lang_js = ({
|
11737
|
+
name: "Combobox",
|
11738
|
+
components: {
|
11739
|
+
ApplyIcon: icons_apply,
|
11740
|
+
CancelIcon: cancel,
|
11741
|
+
ArrowDown: arrow_down
|
11742
|
+
},
|
11743
|
+
props: {
|
11744
|
+
maxlength: {
|
11745
|
+
type: Number,
|
11746
|
+
default: 100
|
11747
|
+
},
|
11748
|
+
minlength: {
|
11749
|
+
type: Number,
|
11750
|
+
default: 0
|
11751
|
+
},
|
11752
|
+
placeholder: {
|
11753
|
+
type: String,
|
11754
|
+
default: "Enter value"
|
11755
|
+
},
|
11756
|
+
dropDownList: {
|
11757
|
+
type: Array,
|
11758
|
+
default: function _default() {
|
11759
|
+
return [];
|
11760
|
+
}
|
11761
|
+
},
|
11762
|
+
selectItem: {
|
11763
|
+
type: String,
|
11764
|
+
default: ""
|
11765
|
+
},
|
11766
|
+
handler: {
|
11767
|
+
type: Function,
|
11768
|
+
required: true
|
11769
|
+
},
|
11770
|
+
applyOnEnter: {
|
11771
|
+
type: Boolean,
|
11772
|
+
default: false
|
11773
|
+
},
|
11774
|
+
restoreOnEsc: {
|
11775
|
+
type: Boolean,
|
11776
|
+
default: false
|
11777
|
+
}
|
11778
|
+
},
|
11779
|
+
emits: ["event:cancel", "event:apply"],
|
11780
|
+
data: function data() {
|
11781
|
+
return {
|
11782
|
+
value: null,
|
11783
|
+
oldValue: null,
|
11784
|
+
isFocused: false,
|
11785
|
+
isSelectItemVisible: false
|
11786
|
+
};
|
11787
|
+
},
|
11788
|
+
computed: {
|
11789
|
+
isEqual: function isEqual() {
|
11790
|
+
return this.oldValue === this.value;
|
11791
|
+
},
|
11792
|
+
validateValue: function validateValue() {
|
11793
|
+
if (this.value == null) return Object.defineProperty({}, "isValid", {
|
11794
|
+
value: true,
|
11795
|
+
enumerable: false
|
11796
|
+
});
|
11797
|
+
var res = {
|
11798
|
+
minLength: {
|
11799
|
+
isValid: this.value.length > this.minlength && this.value.length > 0,
|
11800
|
+
errorText: "Text must be more than ".concat(this.minlength, " symbols")
|
11801
|
+
},
|
11802
|
+
maxLength: {
|
11803
|
+
isValid: this.value.length < this.maxlength,
|
11804
|
+
errorText: "Text must be less than ".concat(this.maxlength, " symbols")
|
11805
|
+
},
|
11806
|
+
|
11807
|
+
get isValid() {
|
11808
|
+
for (var _prop in this) {
|
11809
|
+
if (this[_prop].isValid === false) return false;
|
11810
|
+
}
|
11811
|
+
|
11812
|
+
return true;
|
11813
|
+
}
|
11814
|
+
|
11815
|
+
};
|
11816
|
+
Object.defineProperty(res, "isValid", {
|
11817
|
+
enumerable: false
|
11818
|
+
});
|
11819
|
+
return res;
|
11820
|
+
}
|
11821
|
+
},
|
11822
|
+
watch: {
|
11823
|
+
selectItem: function selectItem() {
|
11824
|
+
var _this$selectItem;
|
11825
|
+
|
11826
|
+
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;
|
11827
|
+
this.syncValueToDefault();
|
11828
|
+
},
|
11829
|
+
value: function value() {
|
11830
|
+
this.syncValueToDefault();
|
11831
|
+
}
|
11832
|
+
},
|
11833
|
+
mounted: function mounted() {
|
11834
|
+
document.addEventListener("click", this.processUserInput, true);
|
11835
|
+
},
|
11836
|
+
methods: {
|
11837
|
+
processUserInput: function processUserInput(_event) {
|
11838
|
+
if (!this.isSelectItemVisible) return;
|
11839
|
+
var target = _event.target,
|
11840
|
+
keyCode = _event.keyCode;
|
11841
|
+
var isClickOutside = !target.closest("select-dropDownList") && !keyCode;
|
11842
|
+
if (isClickOutside) this.toggleItemVisible(false);
|
11843
|
+
},
|
11844
|
+
syncValueToDefault: function syncValueToDefault() {
|
11845
|
+
if (this.value == null && this.selectItem !== "") {
|
11846
|
+
var _this$selectItem2;
|
11847
|
+
|
11848
|
+
this.value = (_this$selectItem2 = this.selectItem) === null || _this$selectItem2 === void 0 ? void 0 : _this$selectItem2.toString().trim();
|
11849
|
+
this.oldValue = this.value;
|
11850
|
+
}
|
11851
|
+
},
|
11852
|
+
apply: function apply(_ref) {
|
11853
|
+
var code = _ref.code,
|
11854
|
+
target = _ref.target,
|
11855
|
+
type = _ref.type;
|
11856
|
+
|
11857
|
+
if ((code === "Enter" && this.applyOnEnter || type === "click") && !this.isEqual) {
|
11858
|
+
this.handler(this.value);
|
11859
|
+
target.blur();
|
11860
|
+
}
|
11861
|
+
},
|
11862
|
+
escReset: function escReset(_ref2) {
|
11863
|
+
var code = _ref2.code,
|
11864
|
+
target = _ref2.target;
|
11865
|
+
|
11866
|
+
if (code === "Escape" && this.restoreOnEsc) {
|
11867
|
+
this.cancel();
|
11868
|
+
target.blur();
|
11869
|
+
}
|
11870
|
+
},
|
11871
|
+
cancel: function cancel() {
|
11872
|
+
this.value = this.oldValue;
|
11873
|
+
},
|
11874
|
+
toggleItemVisible: function toggleItemVisible(_toggleValue) {
|
11875
|
+
this.isSelectItemVisible = _toggleValue;
|
11876
|
+
},
|
11877
|
+
chooseValue: function chooseValue(_item) {
|
11878
|
+
this.value = _item;
|
11879
|
+
this.toggleItemVisible(false);
|
11880
|
+
}
|
11881
|
+
}
|
11882
|
+
});
|
11883
|
+
// CONCATENATED MODULE: ./src/components/Combobox/Combobox.vue?vue&type=script&lang=js
|
11884
|
+
|
11885
|
+
// EXTERNAL MODULE: ./src/components/Combobox/Combobox.vue?vue&type=style&index=0&id=12fa5074&lang=scss&scoped=true
|
11886
|
+
var Comboboxvue_type_style_index_0_id_12fa5074_lang_scss_scoped_true = __webpack_require__("6a04");
|
11887
|
+
|
11888
|
+
// CONCATENATED MODULE: ./src/components/Combobox/Combobox.vue
|
11889
|
+
|
11890
|
+
|
11891
|
+
|
11892
|
+
|
11893
|
+
|
11894
|
+
|
11895
|
+
|
11896
|
+
const Combobox_exports_ = /*#__PURE__*/exportHelper_default()(Comboboxvue_type_script_lang_js, [['render',Comboboxvue_type_template_id_12fa5074_scoped_true_render],['__scopeId',"data-v-12fa5074"]])
|
11897
|
+
|
11898
|
+
/* harmony default export */ var Combobox = (Combobox_exports_);
|
11899
|
+
// CONCATENATED MODULE: ./src/components/Combobox/index.js
|
11900
|
+
|
11901
|
+
/* harmony default export */ var components_Combobox = (Combobox);
|
11902
|
+
// 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
|
11903
|
+
|
11904
|
+
|
11905
|
+
|
11906
|
+
|
11907
|
+
var ActivityBarvue_type_script_setup_true_lang_js_withScopeId = function _withScopeId(n) {
|
11908
|
+
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;
|
11909
|
+
};
|
11910
|
+
|
11911
|
+
var ActivityBarvue_type_script_setup_true_lang_js_hoisted_1 = {
|
11912
|
+
class: "bar"
|
11913
|
+
};
|
11914
|
+
var ActivityBarvue_type_script_setup_true_lang_js_default_ = {
|
11915
|
+
name: "ActivityBar"
|
11916
|
+
};
|
11917
|
+
|
11918
|
+
function ActivityBarvue_type_script_setup_true_lang_js_setup(__props) {
|
11919
|
+
var props = __props;
|
11920
|
+
return function (_ctx, _cache) {
|
11921
|
+
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", {
|
11922
|
+
class: "bar__active",
|
11923
|
+
style: Object(external_commonjs_vue_commonjs2_vue_root_Vue_["normalizeStyle"])({
|
11924
|
+
width: props.active + '%'
|
11925
|
+
})
|
11926
|
+
}, null, 4)]);
|
11927
|
+
};
|
11928
|
+
}
|
11929
|
+
|
11930
|
+
/* harmony default export */ var ActivityBarvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(ActivityBarvue_type_script_setup_true_lang_js_default_, {
|
11931
|
+
props: {
|
11932
|
+
active: {
|
11933
|
+
type: Number,
|
11934
|
+
required: false
|
11935
|
+
}
|
11936
|
+
},
|
11937
|
+
setup: ActivityBarvue_type_script_setup_true_lang_js_setup
|
11938
|
+
}));
|
11939
|
+
// CONCATENATED MODULE: ./src/components/ActivityBar/ActivityBar.vue?vue&type=script&setup=true&lang=js
|
11940
|
+
|
11941
|
+
// EXTERNAL MODULE: ./src/components/ActivityBar/ActivityBar.vue?vue&type=style&index=0&id=c558347a&lang=scss&scoped=true
|
11942
|
+
var ActivityBarvue_type_style_index_0_id_c558347a_lang_scss_scoped_true = __webpack_require__("0b68");
|
11943
|
+
|
11944
|
+
// CONCATENATED MODULE: ./src/components/ActivityBar/ActivityBar.vue
|
11945
|
+
|
11946
|
+
|
11947
|
+
|
11948
|
+
|
11949
|
+
|
11950
|
+
|
11951
|
+
const ActivityBar_exports_ = /*#__PURE__*/exportHelper_default()(ActivityBarvue_type_script_setup_true_lang_js, [['__scopeId',"data-v-c558347a"]])
|
11952
|
+
|
11953
|
+
/* harmony default export */ var ActivityBar = (ActivityBar_exports_);
|
11954
|
+
// CONCATENATED MODULE: ./src/components/ActivityBar/index.js
|
11955
|
+
|
11956
|
+
/* harmony default export */ var components_ActivityBar = (ActivityBar);
|
11494
11957
|
// CONCATENATED MODULE: ./src/components/index.js
|
11495
11958
|
|
11496
11959
|
|
@@ -11512,6 +11975,8 @@ const DenyBlockSwitcher_exports_ = /*#__PURE__*/exportHelper_default()(DenyBlock
|
|
11512
11975
|
|
11513
11976
|
|
11514
11977
|
|
11978
|
+
|
11979
|
+
|
11515
11980
|
|
11516
11981
|
|
11517
11982
|
|