@ldmjs/ui 1.0.0-dev-8 → 1.0.0-dev-10
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/README.md +22 -6
- package/dist/calendar.js +16057 -0
- package/dist/css/calendar.css +29 -0
- package/dist/css/main.css +10 -0
- package/dist/index.d.ts +8 -0
- package/dist/index.js +2368 -643
- package/dist/scss/_calendar.scss +25 -0
- package/dist/scss/_fonts.scss +13 -0
- package/dist/scss/_inputs.scss +162 -0
- package/dist/scss/_variables.scss +1 -0
- package/dist/scss/index.scss +3 -0
- package/dist/types/options.d.ts +8 -5
- package/package.json +95 -65
package/dist/index.js
CHANGED
|
@@ -1,451 +1,82 @@
|
|
|
1
1
|
(function webpackUniversalModuleDefinition(root, factory) {
|
|
2
2
|
if(typeof exports === 'object' && typeof module === 'object')
|
|
3
|
-
module.exports = factory(require("vue"), require("vue-class-component"), require("vue-property-decorator"));
|
|
3
|
+
module.exports = factory(require("./calendar.js"), require("@vuelidate/validators"), require("imask"), require("vue"), require("vue-class-component"), require("vue-imask"), require("vue-property-decorator"));
|
|
4
4
|
else if(typeof define === 'function' && define.amd)
|
|
5
|
-
define("
|
|
5
|
+
define(["./calendar.js", "@vuelidate/validators", "imask", "vue", "vue-class-component", "vue-imask", "vue-property-decorator"], factory);
|
|
6
6
|
else if(typeof exports === 'object')
|
|
7
|
-
exports["
|
|
7
|
+
exports["ldmui"] = factory(require("./calendar.js"), require("@vuelidate/validators"), require("imask"), require("vue"), require("vue-class-component"), require("vue-imask"), require("vue-property-decorator"));
|
|
8
8
|
else
|
|
9
|
-
root["
|
|
10
|
-
})(self, (
|
|
9
|
+
root["ldmui"] = factory(root["./calendar.js"], root["@vuelidate/validators"], root["imask"], root["vue"], root["vue-class-component"], root["vue-imask"], root["vue-property-decorator"]);
|
|
10
|
+
})(self, (__WEBPACK_EXTERNAL_MODULE__4634__, __WEBPACK_EXTERNAL_MODULE__887__, __WEBPACK_EXTERNAL_MODULE__5467__, __WEBPACK_EXTERNAL_MODULE__2380__, __WEBPACK_EXTERNAL_MODULE__9299__, __WEBPACK_EXTERNAL_MODULE__3434__, __WEBPACK_EXTERNAL_MODULE__5070__) => {
|
|
11
11
|
return /******/ (() => { // webpackBootstrap
|
|
12
12
|
/******/ "use strict";
|
|
13
13
|
/******/ var __webpack_modules__ = ({
|
|
14
14
|
|
|
15
|
-
/***/
|
|
16
|
-
/***/ ((
|
|
17
|
-
|
|
18
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
19
|
-
/* harmony export */ A: () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
20
|
-
/* harmony export */ });
|
|
21
|
-
/* harmony import */ var _node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(601);
|
|
22
|
-
/* harmony import */ var _node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
23
|
-
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(314);
|
|
24
|
-
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__);
|
|
25
|
-
// Imports
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
|
|
29
|
-
// Module
|
|
30
|
-
___CSS_LOADER_EXPORT___.push([module.id, `.loader[data-v-a5beedac]{width:100%;height:100%;top:0px;left:0px;display:flex;justify-content:center;align-items:center;overflow:hidden;transition:opacity 0.15s linear}.loader__icon[data-v-a5beedac]{vertical-align:middle;height:48px}.loader__icon-gray[data-v-a5beedac]{color:var(--grey-l-5)}.loader .circle.small[data-v-a5beedac]{width:calc(var(--font-size) + 4px);height:calc(var(--font-size) + 4px);border-width:3px}.loader .circle.big[data-v-a5beedac]{width:calc(var(--font-size) * 3);height:calc(var(--font-size) * 3);border-width:3px}.loader .circle[data-v-a5beedac]{animation:rotating-a5beedac 0.7s linear infinite;width:calc(var(--font-size) * 2);height:calc(var(--font-size) * 2);border-radius:50%;border:2px solid transparent}.loader.loader__color-primary[data-v-a5beedac]:not(.loader__transparent){background:rgba(255,255,255,0.5)}.loader.loader__color-primary .circle[data-v-a5beedac]{border-right-color:var(--primary);border-bottom-color:var(--primary)}.loader.loader__color-white[data-v-a5beedac]{background:none}.loader.loader__color-white .circle[data-v-a5beedac]{border-right-color:var(--white);border-bottom-color:var(--white)}.loader.loader__white-bg[data-v-a5beedac]:not(.loader__transparent){background:#fff}.loading-mask-global[data-v-a5beedac]{position:fixed !important;width:100vw !important;height:100vh !important}.loading-mask[data-v-a5beedac]{position:absolute;-webkit-backface-visibility:hidden;backface-visibility:hidden}.loader__relative[data-v-a5beedac]{position:relative}@-moz-keyframes rotating-a5beedac{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@-webkit-keyframes rotating-a5beedac{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@-o-keyframes rotating-a5beedac{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes rotating-a5beedac{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}
|
|
31
|
-
`, ""]);
|
|
32
|
-
// Exports
|
|
33
|
-
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___);
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
/***/ }),
|
|
37
|
-
|
|
38
|
-
/***/ 523:
|
|
39
|
-
/***/ ((module, __webpack_exports__, __webpack_require__) => {
|
|
40
|
-
|
|
41
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
42
|
-
/* harmony export */ A: () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
43
|
-
/* harmony export */ });
|
|
44
|
-
/* harmony import */ var _node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(601);
|
|
45
|
-
/* harmony import */ var _node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
46
|
-
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(314);
|
|
47
|
-
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__);
|
|
48
|
-
// Imports
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
|
|
52
|
-
// Module
|
|
53
|
-
___CSS_LOADER_EXPORT___.push([module.id, `.ld-splitter[data-v-c282e58e]{height:inherit;display:flex}.ld-splitter .splitter-pane[data-v-c282e58e]{height:inherit;overflow-y:auto;background:var(--white)}.ld-splitter .splitter[data-v-c282e58e]{display:flex;align-items:center;width:7px;background-color:var(--white) !important;border-width:0 1px;border-color:var(--grey-l-5);border-style:solid}.ld-splitter.splitter[data-v-c282e58e]{width:100%;border-left:none;border-right:none}
|
|
54
|
-
`, ""]);
|
|
55
|
-
// Exports
|
|
56
|
-
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___);
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
/***/ }),
|
|
60
|
-
|
|
61
|
-
/***/ 314:
|
|
62
|
-
/***/ ((module) => {
|
|
63
|
-
|
|
64
|
-
|
|
15
|
+
/***/ 6262:
|
|
16
|
+
/***/ ((__unused_webpack_module, exports) => {
|
|
65
17
|
|
|
66
|
-
|
|
67
|
-
MIT License http://www.opensource.org/licenses/mit-license.php
|
|
68
|
-
Author Tobias Koppers @sokra
|
|
69
|
-
*/
|
|
70
|
-
module.exports = function (cssWithMappingToString) {
|
|
71
|
-
var list = [];
|
|
18
|
+
var __webpack_unused_export__;
|
|
72
19
|
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
}
|
|
81
|
-
if (item[2]) {
|
|
82
|
-
content += "@media ".concat(item[2], " {");
|
|
83
|
-
}
|
|
84
|
-
if (needLayer) {
|
|
85
|
-
content += "@layer".concat(item[5].length > 0 ? " ".concat(item[5]) : "", " {");
|
|
86
|
-
}
|
|
87
|
-
content += cssWithMappingToString(item);
|
|
88
|
-
if (needLayer) {
|
|
89
|
-
content += "}";
|
|
90
|
-
}
|
|
91
|
-
if (item[2]) {
|
|
92
|
-
content += "}";
|
|
93
|
-
}
|
|
94
|
-
if (item[4]) {
|
|
95
|
-
content += "}";
|
|
96
|
-
}
|
|
97
|
-
return content;
|
|
98
|
-
}).join("");
|
|
99
|
-
};
|
|
100
|
-
|
|
101
|
-
// import a list of modules into the list
|
|
102
|
-
list.i = function i(modules, media, dedupe, supports, layer) {
|
|
103
|
-
if (typeof modules === "string") {
|
|
104
|
-
modules = [[null, modules, undefined]];
|
|
105
|
-
}
|
|
106
|
-
var alreadyImportedModules = {};
|
|
107
|
-
if (dedupe) {
|
|
108
|
-
for (var k = 0; k < this.length; k++) {
|
|
109
|
-
var id = this[k][0];
|
|
110
|
-
if (id != null) {
|
|
111
|
-
alreadyImportedModules[id] = true;
|
|
112
|
-
}
|
|
113
|
-
}
|
|
114
|
-
}
|
|
115
|
-
for (var _k = 0; _k < modules.length; _k++) {
|
|
116
|
-
var item = [].concat(modules[_k]);
|
|
117
|
-
if (dedupe && alreadyImportedModules[item[0]]) {
|
|
118
|
-
continue;
|
|
119
|
-
}
|
|
120
|
-
if (typeof layer !== "undefined") {
|
|
121
|
-
if (typeof item[5] === "undefined") {
|
|
122
|
-
item[5] = layer;
|
|
123
|
-
} else {
|
|
124
|
-
item[1] = "@layer".concat(item[5].length > 0 ? " ".concat(item[5]) : "", " {").concat(item[1], "}");
|
|
125
|
-
item[5] = layer;
|
|
126
|
-
}
|
|
127
|
-
}
|
|
128
|
-
if (media) {
|
|
129
|
-
if (!item[2]) {
|
|
130
|
-
item[2] = media;
|
|
131
|
-
} else {
|
|
132
|
-
item[1] = "@media ".concat(item[2], " {").concat(item[1], "}");
|
|
133
|
-
item[2] = media;
|
|
134
|
-
}
|
|
135
|
-
}
|
|
136
|
-
if (supports) {
|
|
137
|
-
if (!item[4]) {
|
|
138
|
-
item[4] = "".concat(supports);
|
|
139
|
-
} else {
|
|
140
|
-
item[1] = "@supports (".concat(item[4], ") {").concat(item[1], "}");
|
|
141
|
-
item[4] = supports;
|
|
142
|
-
}
|
|
143
|
-
}
|
|
144
|
-
list.push(item);
|
|
20
|
+
__webpack_unused_export__ = ({ value: true });
|
|
21
|
+
// runtime helper for setting properties on components
|
|
22
|
+
// in a tree-shakable way
|
|
23
|
+
exports.A = (sfc, props) => {
|
|
24
|
+
const target = sfc.__vccOpts || sfc;
|
|
25
|
+
for (const [key, val] of props) {
|
|
26
|
+
target[key] = val;
|
|
145
27
|
}
|
|
146
|
-
|
|
147
|
-
return list;
|
|
148
|
-
};
|
|
149
|
-
|
|
150
|
-
/***/ }),
|
|
151
|
-
|
|
152
|
-
/***/ 601:
|
|
153
|
-
/***/ ((module) => {
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
module.exports = function (i) {
|
|
158
|
-
return i[1];
|
|
28
|
+
return target;
|
|
159
29
|
};
|
|
160
30
|
|
|
161
|
-
/***/ }),
|
|
162
|
-
|
|
163
|
-
/***/ 72:
|
|
164
|
-
/***/ ((module) => {
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
var stylesInDOM = [];
|
|
169
|
-
function getIndexByIdentifier(identifier) {
|
|
170
|
-
var result = -1;
|
|
171
|
-
for (var i = 0; i < stylesInDOM.length; i++) {
|
|
172
|
-
if (stylesInDOM[i].identifier === identifier) {
|
|
173
|
-
result = i;
|
|
174
|
-
break;
|
|
175
|
-
}
|
|
176
|
-
}
|
|
177
|
-
return result;
|
|
178
|
-
}
|
|
179
|
-
function modulesToDom(list, options) {
|
|
180
|
-
var idCountMap = {};
|
|
181
|
-
var identifiers = [];
|
|
182
|
-
for (var i = 0; i < list.length; i++) {
|
|
183
|
-
var item = list[i];
|
|
184
|
-
var id = options.base ? item[0] + options.base : item[0];
|
|
185
|
-
var count = idCountMap[id] || 0;
|
|
186
|
-
var identifier = "".concat(id, " ").concat(count);
|
|
187
|
-
idCountMap[id] = count + 1;
|
|
188
|
-
var indexByIdentifier = getIndexByIdentifier(identifier);
|
|
189
|
-
var obj = {
|
|
190
|
-
css: item[1],
|
|
191
|
-
media: item[2],
|
|
192
|
-
sourceMap: item[3],
|
|
193
|
-
supports: item[4],
|
|
194
|
-
layer: item[5]
|
|
195
|
-
};
|
|
196
|
-
if (indexByIdentifier !== -1) {
|
|
197
|
-
stylesInDOM[indexByIdentifier].references++;
|
|
198
|
-
stylesInDOM[indexByIdentifier].updater(obj);
|
|
199
|
-
} else {
|
|
200
|
-
var updater = addElementStyle(obj, options);
|
|
201
|
-
options.byIndex = i;
|
|
202
|
-
stylesInDOM.splice(i, 0, {
|
|
203
|
-
identifier: identifier,
|
|
204
|
-
updater: updater,
|
|
205
|
-
references: 1
|
|
206
|
-
});
|
|
207
|
-
}
|
|
208
|
-
identifiers.push(identifier);
|
|
209
|
-
}
|
|
210
|
-
return identifiers;
|
|
211
|
-
}
|
|
212
|
-
function addElementStyle(obj, options) {
|
|
213
|
-
var api = options.domAPI(options);
|
|
214
|
-
api.update(obj);
|
|
215
|
-
var updater = function updater(newObj) {
|
|
216
|
-
if (newObj) {
|
|
217
|
-
if (newObj.css === obj.css && newObj.media === obj.media && newObj.sourceMap === obj.sourceMap && newObj.supports === obj.supports && newObj.layer === obj.layer) {
|
|
218
|
-
return;
|
|
219
|
-
}
|
|
220
|
-
api.update(obj = newObj);
|
|
221
|
-
} else {
|
|
222
|
-
api.remove();
|
|
223
|
-
}
|
|
224
|
-
};
|
|
225
|
-
return updater;
|
|
226
|
-
}
|
|
227
|
-
module.exports = function (list, options) {
|
|
228
|
-
options = options || {};
|
|
229
|
-
list = list || [];
|
|
230
|
-
var lastIdentifiers = modulesToDom(list, options);
|
|
231
|
-
return function update(newList) {
|
|
232
|
-
newList = newList || [];
|
|
233
|
-
for (var i = 0; i < lastIdentifiers.length; i++) {
|
|
234
|
-
var identifier = lastIdentifiers[i];
|
|
235
|
-
var index = getIndexByIdentifier(identifier);
|
|
236
|
-
stylesInDOM[index].references--;
|
|
237
|
-
}
|
|
238
|
-
var newLastIdentifiers = modulesToDom(newList, options);
|
|
239
|
-
for (var _i = 0; _i < lastIdentifiers.length; _i++) {
|
|
240
|
-
var _identifier = lastIdentifiers[_i];
|
|
241
|
-
var _index = getIndexByIdentifier(_identifier);
|
|
242
|
-
if (stylesInDOM[_index].references === 0) {
|
|
243
|
-
stylesInDOM[_index].updater();
|
|
244
|
-
stylesInDOM.splice(_index, 1);
|
|
245
|
-
}
|
|
246
|
-
}
|
|
247
|
-
lastIdentifiers = newLastIdentifiers;
|
|
248
|
-
};
|
|
249
|
-
};
|
|
250
31
|
|
|
251
32
|
/***/ }),
|
|
252
33
|
|
|
253
|
-
/***/
|
|
34
|
+
/***/ 4634:
|
|
254
35
|
/***/ ((module) => {
|
|
255
36
|
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
var memo = {};
|
|
259
|
-
|
|
260
|
-
/* istanbul ignore next */
|
|
261
|
-
function getTarget(target) {
|
|
262
|
-
if (typeof memo[target] === "undefined") {
|
|
263
|
-
var styleTarget = document.querySelector(target);
|
|
264
|
-
|
|
265
|
-
// Special case to return head of iframe instead of iframe itself
|
|
266
|
-
if (window.HTMLIFrameElement && styleTarget instanceof window.HTMLIFrameElement) {
|
|
267
|
-
try {
|
|
268
|
-
// This will throw an exception if access to iframe is blocked
|
|
269
|
-
// due to cross-origin restrictions
|
|
270
|
-
styleTarget = styleTarget.contentDocument.head;
|
|
271
|
-
} catch (e) {
|
|
272
|
-
// istanbul ignore next
|
|
273
|
-
styleTarget = null;
|
|
274
|
-
}
|
|
275
|
-
}
|
|
276
|
-
memo[target] = styleTarget;
|
|
277
|
-
}
|
|
278
|
-
return memo[target];
|
|
279
|
-
}
|
|
280
|
-
|
|
281
|
-
/* istanbul ignore next */
|
|
282
|
-
function insertBySelector(insert, style) {
|
|
283
|
-
var target = getTarget(insert);
|
|
284
|
-
if (!target) {
|
|
285
|
-
throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");
|
|
286
|
-
}
|
|
287
|
-
target.appendChild(style);
|
|
288
|
-
}
|
|
289
|
-
module.exports = insertBySelector;
|
|
37
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__4634__;
|
|
290
38
|
|
|
291
39
|
/***/ }),
|
|
292
40
|
|
|
293
|
-
/***/
|
|
41
|
+
/***/ 887:
|
|
294
42
|
/***/ ((module) => {
|
|
295
43
|
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
/* istanbul ignore next */
|
|
299
|
-
function insertStyleElement(options) {
|
|
300
|
-
var element = document.createElement("style");
|
|
301
|
-
options.setAttributes(element, options.attributes);
|
|
302
|
-
options.insert(element, options.options);
|
|
303
|
-
return element;
|
|
304
|
-
}
|
|
305
|
-
module.exports = insertStyleElement;
|
|
306
|
-
|
|
307
|
-
/***/ }),
|
|
308
|
-
|
|
309
|
-
/***/ 56:
|
|
310
|
-
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
/* istanbul ignore next */
|
|
315
|
-
function setAttributesWithoutAttributes(styleElement) {
|
|
316
|
-
var nonce = true ? __webpack_require__.nc : 0;
|
|
317
|
-
if (nonce) {
|
|
318
|
-
styleElement.setAttribute("nonce", nonce);
|
|
319
|
-
}
|
|
320
|
-
}
|
|
321
|
-
module.exports = setAttributesWithoutAttributes;
|
|
44
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__887__;
|
|
322
45
|
|
|
323
46
|
/***/ }),
|
|
324
47
|
|
|
325
|
-
/***/
|
|
48
|
+
/***/ 5467:
|
|
326
49
|
/***/ ((module) => {
|
|
327
50
|
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
/* istanbul ignore next */
|
|
331
|
-
function apply(styleElement, options, obj) {
|
|
332
|
-
var css = "";
|
|
333
|
-
if (obj.supports) {
|
|
334
|
-
css += "@supports (".concat(obj.supports, ") {");
|
|
335
|
-
}
|
|
336
|
-
if (obj.media) {
|
|
337
|
-
css += "@media ".concat(obj.media, " {");
|
|
338
|
-
}
|
|
339
|
-
var needLayer = typeof obj.layer !== "undefined";
|
|
340
|
-
if (needLayer) {
|
|
341
|
-
css += "@layer".concat(obj.layer.length > 0 ? " ".concat(obj.layer) : "", " {");
|
|
342
|
-
}
|
|
343
|
-
css += obj.css;
|
|
344
|
-
if (needLayer) {
|
|
345
|
-
css += "}";
|
|
346
|
-
}
|
|
347
|
-
if (obj.media) {
|
|
348
|
-
css += "}";
|
|
349
|
-
}
|
|
350
|
-
if (obj.supports) {
|
|
351
|
-
css += "}";
|
|
352
|
-
}
|
|
353
|
-
var sourceMap = obj.sourceMap;
|
|
354
|
-
if (sourceMap && typeof btoa !== "undefined") {
|
|
355
|
-
css += "\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(sourceMap)))), " */");
|
|
356
|
-
}
|
|
357
|
-
|
|
358
|
-
// For old IE
|
|
359
|
-
/* istanbul ignore if */
|
|
360
|
-
options.styleTagTransform(css, styleElement, options.options);
|
|
361
|
-
}
|
|
362
|
-
function removeStyleElement(styleElement) {
|
|
363
|
-
// istanbul ignore if
|
|
364
|
-
if (styleElement.parentNode === null) {
|
|
365
|
-
return false;
|
|
366
|
-
}
|
|
367
|
-
styleElement.parentNode.removeChild(styleElement);
|
|
368
|
-
}
|
|
369
|
-
|
|
370
|
-
/* istanbul ignore next */
|
|
371
|
-
function domAPI(options) {
|
|
372
|
-
if (typeof document === "undefined") {
|
|
373
|
-
return {
|
|
374
|
-
update: function update() {},
|
|
375
|
-
remove: function remove() {}
|
|
376
|
-
};
|
|
377
|
-
}
|
|
378
|
-
var styleElement = options.insertStyleElement(options);
|
|
379
|
-
return {
|
|
380
|
-
update: function update(obj) {
|
|
381
|
-
apply(styleElement, options, obj);
|
|
382
|
-
},
|
|
383
|
-
remove: function remove() {
|
|
384
|
-
removeStyleElement(styleElement);
|
|
385
|
-
}
|
|
386
|
-
};
|
|
387
|
-
}
|
|
388
|
-
module.exports = domAPI;
|
|
51
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__5467__;
|
|
389
52
|
|
|
390
53
|
/***/ }),
|
|
391
54
|
|
|
392
|
-
/***/
|
|
55
|
+
/***/ 2380:
|
|
393
56
|
/***/ ((module) => {
|
|
394
57
|
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
/* istanbul ignore next */
|
|
398
|
-
function styleTagTransform(css, styleElement) {
|
|
399
|
-
if (styleElement.styleSheet) {
|
|
400
|
-
styleElement.styleSheet.cssText = css;
|
|
401
|
-
} else {
|
|
402
|
-
while (styleElement.firstChild) {
|
|
403
|
-
styleElement.removeChild(styleElement.firstChild);
|
|
404
|
-
}
|
|
405
|
-
styleElement.appendChild(document.createTextNode(css));
|
|
406
|
-
}
|
|
407
|
-
}
|
|
408
|
-
module.exports = styleTagTransform;
|
|
409
|
-
|
|
410
|
-
/***/ }),
|
|
411
|
-
|
|
412
|
-
/***/ 262:
|
|
413
|
-
/***/ ((__unused_webpack_module, exports) => {
|
|
414
|
-
|
|
415
|
-
var __webpack_unused_export__;
|
|
416
|
-
|
|
417
|
-
__webpack_unused_export__ = ({ value: true });
|
|
418
|
-
// runtime helper for setting properties on components
|
|
419
|
-
// in a tree-shakable way
|
|
420
|
-
exports.A = (sfc, props) => {
|
|
421
|
-
const target = sfc.__vccOpts || sfc;
|
|
422
|
-
for (const [key, val] of props) {
|
|
423
|
-
target[key] = val;
|
|
424
|
-
}
|
|
425
|
-
return target;
|
|
426
|
-
};
|
|
427
|
-
|
|
58
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__2380__;
|
|
428
59
|
|
|
429
60
|
/***/ }),
|
|
430
61
|
|
|
431
|
-
/***/
|
|
62
|
+
/***/ 9299:
|
|
432
63
|
/***/ ((module) => {
|
|
433
64
|
|
|
434
|
-
module.exports =
|
|
65
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__9299__;
|
|
435
66
|
|
|
436
67
|
/***/ }),
|
|
437
68
|
|
|
438
|
-
/***/
|
|
69
|
+
/***/ 3434:
|
|
439
70
|
/***/ ((module) => {
|
|
440
71
|
|
|
441
|
-
module.exports =
|
|
72
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__3434__;
|
|
442
73
|
|
|
443
74
|
/***/ }),
|
|
444
75
|
|
|
445
|
-
/***/
|
|
76
|
+
/***/ 5070:
|
|
446
77
|
/***/ ((module) => {
|
|
447
78
|
|
|
448
|
-
module.exports =
|
|
79
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__5070__;
|
|
449
80
|
|
|
450
81
|
/***/ })
|
|
451
82
|
|
|
@@ -463,7 +94,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__70__;
|
|
|
463
94
|
/******/ }
|
|
464
95
|
/******/ // Create a new module (and put it into the cache)
|
|
465
96
|
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
466
|
-
/******/ id
|
|
97
|
+
/******/ // no module.id needed
|
|
467
98
|
/******/ // no module.loaded needed
|
|
468
99
|
/******/ exports: {}
|
|
469
100
|
/******/ };
|
|
@@ -516,11 +147,6 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__70__;
|
|
|
516
147
|
/******/ };
|
|
517
148
|
/******/ })();
|
|
518
149
|
/******/
|
|
519
|
-
/******/ /* webpack/runtime/nonce */
|
|
520
|
-
/******/ (() => {
|
|
521
|
-
/******/ __webpack_require__.nc = undefined;
|
|
522
|
-
/******/ })();
|
|
523
|
-
/******/
|
|
524
150
|
/************************************************************************/
|
|
525
151
|
var __webpack_exports__ = {};
|
|
526
152
|
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
|
@@ -530,15 +156,17 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
530
156
|
|
|
531
157
|
// EXPORTS
|
|
532
158
|
__webpack_require__.d(__webpack_exports__, {
|
|
159
|
+
datetime: () => (/* reexport */ datetime),
|
|
533
160
|
"default": () => (/* binding */ src),
|
|
534
161
|
defaults: () => (/* reexport */ defaults),
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
isDefined: () => (/* reexport */ isDefined)
|
|
162
|
+
delay: () => (/* reexport */ delay),
|
|
163
|
+
getAliases: () => (/* reexport */ getAliases),
|
|
164
|
+
isDefined: () => (/* reexport */ isDefined),
|
|
165
|
+
uidGen: () => (/* reexport */ uidGen)
|
|
538
166
|
});
|
|
539
167
|
|
|
540
168
|
// EXTERNAL MODULE: external "vue"
|
|
541
|
-
var external_vue_ = __webpack_require__(
|
|
169
|
+
var external_vue_ = __webpack_require__(2380);
|
|
542
170
|
;// CONCATENATED MODULE: ./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/ld-icon/ld-icon.vue?vue&type=template&id=0a1862ae
|
|
543
171
|
|
|
544
172
|
|
|
@@ -553,15 +181,15 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
553
181
|
icon: _ctx.array[1],
|
|
554
182
|
class: _ctx.className,
|
|
555
183
|
path: _ctx.path
|
|
556
|
-
}, _ctx.props), null, 16
|
|
557
|
-
: ((0,external_vue_.openBlock)(), (0,external_vue_.createElementBlock)("span", _hoisted_1, " icon is not found: " + (0,external_vue_.toDisplayString)(_ctx.current), 1
|
|
184
|
+
}, _ctx.props), null, 16, ["icon", "class", "path"]))
|
|
185
|
+
: ((0,external_vue_.openBlock)(), (0,external_vue_.createElementBlock)("span", _hoisted_1, " icon is not found: " + (0,external_vue_.toDisplayString)(_ctx.current), 1))
|
|
558
186
|
}
|
|
559
187
|
;// CONCATENATED MODULE: ./src/ld-icon/ld-icon.vue?vue&type=template&id=0a1862ae
|
|
560
188
|
|
|
561
189
|
// EXTERNAL MODULE: external "vue-class-component"
|
|
562
|
-
var external_vue_class_component_ = __webpack_require__(
|
|
190
|
+
var external_vue_class_component_ = __webpack_require__(9299);
|
|
563
191
|
// EXTERNAL MODULE: external "vue-property-decorator"
|
|
564
|
-
var external_vue_property_decorator_ = __webpack_require__(
|
|
192
|
+
var external_vue_property_decorator_ = __webpack_require__(5070);
|
|
565
193
|
;// CONCATENATED MODULE: ./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/ld-icon/svg-icon.vue?vue&type=template&id=65e09608
|
|
566
194
|
|
|
567
195
|
|
|
@@ -570,7 +198,7 @@ const _hoisted_2 = ["href"]
|
|
|
570
198
|
|
|
571
199
|
function svg_iconvue_type_template_id_65e09608_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
572
200
|
return ((0,external_vue_.openBlock)(), (0,external_vue_.createElementBlock)("svg", svg_iconvue_type_template_id_65e09608_hoisted_1, [
|
|
573
|
-
(0,external_vue_.createElementVNode)("use", { href: _ctx.href }, null, 8
|
|
201
|
+
(0,external_vue_.createElementVNode)("use", { href: _ctx.href }, null, 8, _hoisted_2)
|
|
574
202
|
]))
|
|
575
203
|
}
|
|
576
204
|
;// CONCATENATED MODULE: ./src/ld-icon/svg-icon.vue?vue&type=template&id=65e09608
|
|
@@ -603,7 +231,7 @@ __decorate([
|
|
|
603
231
|
;// CONCATENATED MODULE: ./src/ld-icon/svg-icon.ts?vue&type=script&lang=js&external
|
|
604
232
|
|
|
605
233
|
// EXTERNAL MODULE: ./node_modules/vue-loader/dist/exportHelper.js
|
|
606
|
-
var exportHelper = __webpack_require__(
|
|
234
|
+
var exportHelper = __webpack_require__(6262);
|
|
607
235
|
;// CONCATENATED MODULE: ./src/ld-icon/svg-icon.vue
|
|
608
236
|
|
|
609
237
|
|
|
@@ -719,13 +347,13 @@ function reg(vue, options) {
|
|
|
719
347
|
ld_icon.props = {
|
|
720
348
|
...ld_icon.props,
|
|
721
349
|
path: {
|
|
722
|
-
default: options
|
|
350
|
+
default: options.LdIcon?.path ?? 'icons',
|
|
723
351
|
},
|
|
724
352
|
map: {
|
|
725
|
-
default: options
|
|
353
|
+
default: options.LdIcon?.map ?? { icons: [] }
|
|
726
354
|
}
|
|
727
355
|
};
|
|
728
|
-
vue.component(options
|
|
356
|
+
vue.component(options.aliases['ld-icon'], ld_icon);
|
|
729
357
|
}
|
|
730
358
|
/* harmony default export */ const src_ld_icon = (reg);
|
|
731
359
|
|
|
@@ -751,14 +379,14 @@ function ld_loadervue_type_template_id_a5beedac_scoped_true_ts_true_render(_ctx,
|
|
|
751
379
|
? ((0,external_vue_.openBlock)(), (0,external_vue_.createElementBlock)("div", {
|
|
752
380
|
key: 1,
|
|
753
381
|
class: (0,external_vue_.normalizeClass)(["circle", _ctx.size])
|
|
754
|
-
}, null, 2
|
|
382
|
+
}, null, 2))
|
|
755
383
|
: (_ctx.isCssClass)
|
|
756
384
|
? ((0,external_vue_.openBlock)(), (0,external_vue_.createElementBlock)("div", {
|
|
757
385
|
key: 2,
|
|
758
386
|
class: (0,external_vue_.normalizeClass)(_ctx.imgClass)
|
|
759
|
-
}, null, 2
|
|
387
|
+
}, null, 2))
|
|
760
388
|
: ((0,external_vue_.openBlock)(), (0,external_vue_.createElementBlock)("i", ld_loadervue_type_template_id_a5beedac_scoped_true_ts_true_hoisted_2))
|
|
761
|
-
], 6
|
|
389
|
+
], 6)), [
|
|
762
390
|
[external_vue_.vShow, _ctx.visible]
|
|
763
391
|
]);
|
|
764
392
|
}
|
|
@@ -804,7 +432,7 @@ var LoaderType;
|
|
|
804
432
|
LoaderType[LoaderType["Circle"] = 2] = "Circle";
|
|
805
433
|
LoaderType[LoaderType["Css"] = 3] = "Css";
|
|
806
434
|
})(LoaderType || (LoaderType = {}));
|
|
807
|
-
class
|
|
435
|
+
class LoaderComponent extends external_vue_property_decorator_.Vue {
|
|
808
436
|
created() {
|
|
809
437
|
if (!this.options.size) {
|
|
810
438
|
this.options.size = 'big';
|
|
@@ -888,11 +516,11 @@ class Loader extends external_vue_property_decorator_.Vue {
|
|
|
888
516
|
ld_loadervue_type_script_lang_ts_external_decorate([
|
|
889
517
|
(0,external_vue_property_decorator_.Prop)({ type: Object, default: { size: 'big', bg: true } }),
|
|
890
518
|
ld_loadervue_type_script_lang_ts_external_metadata("design:type", Object)
|
|
891
|
-
],
|
|
519
|
+
], LoaderComponent.prototype, "options", void 0);
|
|
892
520
|
ld_loadervue_type_script_lang_ts_external_decorate([
|
|
893
521
|
(0,external_vue_property_decorator_.Prop)({ type: Boolean, default: 'false' }),
|
|
894
522
|
ld_loadervue_type_script_lang_ts_external_metadata("design:type", Boolean)
|
|
895
|
-
],
|
|
523
|
+
], LoaderComponent.prototype, "visible", void 0);
|
|
896
524
|
ld_loadervue_type_script_lang_ts_external_decorate([
|
|
897
525
|
(0,external_vue_property_decorator_.Prop)({
|
|
898
526
|
type: String,
|
|
@@ -900,65 +528,14 @@ ld_loadervue_type_script_lang_ts_external_decorate([
|
|
|
900
528
|
validator: value => ['sand', 'circle', 'clock', 'css'].includes(value),
|
|
901
529
|
}),
|
|
902
530
|
ld_loadervue_type_script_lang_ts_external_metadata("design:type", String)
|
|
903
|
-
],
|
|
531
|
+
], LoaderComponent.prototype, "indicator", void 0);
|
|
904
532
|
ld_loadervue_type_script_lang_ts_external_decorate([
|
|
905
533
|
(0,external_vue_property_decorator_.Prop)({ type: String, default: '' }),
|
|
906
534
|
ld_loadervue_type_script_lang_ts_external_metadata("design:type", String)
|
|
907
|
-
],
|
|
535
|
+
], LoaderComponent.prototype, "css", void 0);
|
|
908
536
|
|
|
909
537
|
;// CONCATENATED MODULE: ./src/ld-loader/ld-loader.ts?vue&type=script&lang=ts&external
|
|
910
538
|
|
|
911
|
-
// EXTERNAL MODULE: ./node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js
|
|
912
|
-
var injectStylesIntoStyleTag = __webpack_require__(72);
|
|
913
|
-
var injectStylesIntoStyleTag_default = /*#__PURE__*/__webpack_require__.n(injectStylesIntoStyleTag);
|
|
914
|
-
// EXTERNAL MODULE: ./node_modules/style-loader/dist/runtime/styleDomAPI.js
|
|
915
|
-
var styleDomAPI = __webpack_require__(825);
|
|
916
|
-
var styleDomAPI_default = /*#__PURE__*/__webpack_require__.n(styleDomAPI);
|
|
917
|
-
// EXTERNAL MODULE: ./node_modules/style-loader/dist/runtime/insertBySelector.js
|
|
918
|
-
var insertBySelector = __webpack_require__(659);
|
|
919
|
-
var insertBySelector_default = /*#__PURE__*/__webpack_require__.n(insertBySelector);
|
|
920
|
-
// EXTERNAL MODULE: ./node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js
|
|
921
|
-
var setAttributesWithoutAttributes = __webpack_require__(56);
|
|
922
|
-
var setAttributesWithoutAttributes_default = /*#__PURE__*/__webpack_require__.n(setAttributesWithoutAttributes);
|
|
923
|
-
// EXTERNAL MODULE: ./node_modules/style-loader/dist/runtime/insertStyleElement.js
|
|
924
|
-
var insertStyleElement = __webpack_require__(540);
|
|
925
|
-
var insertStyleElement_default = /*#__PURE__*/__webpack_require__.n(insertStyleElement);
|
|
926
|
-
// EXTERNAL MODULE: ./node_modules/style-loader/dist/runtime/styleTagTransform.js
|
|
927
|
-
var styleTagTransform = __webpack_require__(113);
|
|
928
|
-
var styleTagTransform_default = /*#__PURE__*/__webpack_require__.n(styleTagTransform);
|
|
929
|
-
// EXTERNAL MODULE: ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/ld-loader/ld-loader.vue?vue&type=style&index=0&id=a5beedac&lang=scss&scoped=true
|
|
930
|
-
var ld_loadervue_type_style_index_0_id_a5beedac_lang_scss_scoped_true = __webpack_require__(63);
|
|
931
|
-
;// CONCATENATED MODULE: ./node_modules/style-loader/dist/cjs.js!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/ld-loader/ld-loader.vue?vue&type=style&index=0&id=a5beedac&lang=scss&scoped=true
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
var options = {};
|
|
944
|
-
|
|
945
|
-
options.styleTagTransform = (styleTagTransform_default());
|
|
946
|
-
options.setAttributes = (setAttributesWithoutAttributes_default());
|
|
947
|
-
|
|
948
|
-
options.insert = insertBySelector_default().bind(null, "head");
|
|
949
|
-
|
|
950
|
-
options.domAPI = (styleDomAPI_default());
|
|
951
|
-
options.insertStyleElement = (insertStyleElement_default());
|
|
952
|
-
|
|
953
|
-
var update = injectStylesIntoStyleTag_default()(ld_loadervue_type_style_index_0_id_a5beedac_lang_scss_scoped_true/* default */.A, options);
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
/* harmony default export */ const ld_loader_ld_loadervue_type_style_index_0_id_a5beedac_lang_scss_scoped_true = (ld_loadervue_type_style_index_0_id_a5beedac_lang_scss_scoped_true/* default */.A && ld_loadervue_type_style_index_0_id_a5beedac_lang_scss_scoped_true/* default */.A.locals ? ld_loadervue_type_style_index_0_id_a5beedac_lang_scss_scoped_true/* default */.A.locals : undefined);
|
|
959
|
-
|
|
960
|
-
;// CONCATENATED MODULE: ./src/ld-loader/ld-loader.vue?vue&type=style&index=0&id=a5beedac&lang=scss&scoped=true
|
|
961
|
-
|
|
962
539
|
;// CONCATENATED MODULE: ./src/ld-loader/ld-loader.vue
|
|
963
540
|
|
|
964
541
|
|
|
@@ -967,13 +544,13 @@ var update = injectStylesIntoStyleTag_default()(ld_loadervue_type_style_index_0_
|
|
|
967
544
|
;
|
|
968
545
|
|
|
969
546
|
|
|
970
|
-
const ld_loader_exports_ = /*#__PURE__*/(0,exportHelper/* default */.A)(
|
|
547
|
+
const ld_loader_exports_ = /*#__PURE__*/(0,exportHelper/* default */.A)(LoaderComponent, [['render',ld_loadervue_type_template_id_a5beedac_scoped_true_ts_true_render],['__scopeId',"data-v-a5beedac"]])
|
|
971
548
|
|
|
972
549
|
/* harmony default export */ const ld_loader = (ld_loader_exports_);
|
|
973
550
|
;// CONCATENATED MODULE: ./src/ld-loader/index.ts
|
|
974
551
|
|
|
975
552
|
function ld_loader_reg(vue, options) {
|
|
976
|
-
vue.component(options
|
|
553
|
+
vue.component(options.aliases['ld-loader'], ld_loader);
|
|
977
554
|
}
|
|
978
555
|
/* harmony default export */ const src_ld_loader = (ld_loader_reg);
|
|
979
556
|
|
|
@@ -1008,8 +585,8 @@ function ld_buttonvue_type_template_id_2f14fde1_render(_ctx, _cache, $props, $se
|
|
|
1008
585
|
(0,external_vue_.createTextVNode)(),
|
|
1009
586
|
(0,external_vue_.renderSlot)(_ctx.$slots, "hidden")
|
|
1010
587
|
]),
|
|
1011
|
-
_: 2
|
|
1012
|
-
}, 1040
|
|
588
|
+
_: 2
|
|
589
|
+
}, 1040, ["data-testid", "variant", "color", "disabled", "loading", "onClick"])), [
|
|
1013
590
|
[_directive_active, _ctx.active]
|
|
1014
591
|
])
|
|
1015
592
|
]),
|
|
@@ -1017,8 +594,8 @@ function ld_buttonvue_type_template_id_2f14fde1_render(_ctx, _cache, $props, $se
|
|
|
1017
594
|
(0,external_vue_.createTextVNode)(),
|
|
1018
595
|
(0,external_vue_.renderSlot)(_ctx.$slots, "text")
|
|
1019
596
|
]),
|
|
1020
|
-
_: 3
|
|
1021
|
-
}, 8
|
|
597
|
+
_: 3
|
|
598
|
+
}, 8, ["disabled"]))
|
|
1022
599
|
: (_ctx.isDesktopView || _ctx.isDesktopGlobal)
|
|
1023
600
|
? (0,external_vue_.withDirectives)(((0,external_vue_.openBlock)(), (0,external_vue_.createBlock)(_component_small_button, {
|
|
1024
601
|
key: 1,
|
|
@@ -1036,8 +613,8 @@ function ld_buttonvue_type_template_id_2f14fde1_render(_ctx, _cache, $props, $se
|
|
|
1036
613
|
(0,external_vue_.createTextVNode)(),
|
|
1037
614
|
(0,external_vue_.renderSlot)(_ctx.$slots, "hidden")
|
|
1038
615
|
]),
|
|
1039
|
-
_: 3
|
|
1040
|
-
}, 8
|
|
616
|
+
_: 3
|
|
617
|
+
}, 8, ["data-testid", "variant", "color", "disabled", "loading", "onClick"])), [
|
|
1041
618
|
[_directive_active, _ctx.active]
|
|
1042
619
|
])
|
|
1043
620
|
: (_ctx.isMobileView || _ctx.isMobileGlobal)
|
|
@@ -1055,15 +632,38 @@ function ld_buttonvue_type_template_id_2f14fde1_render(_ctx, _cache, $props, $se
|
|
|
1055
632
|
(0,external_vue_.createTextVNode)(),
|
|
1056
633
|
(0,external_vue_.renderSlot)(_ctx.$slots, "hidden")
|
|
1057
634
|
]),
|
|
1058
|
-
_: 3
|
|
1059
|
-
}, 8
|
|
635
|
+
_: 3
|
|
636
|
+
}, 8, ["data-testid", "color", "disabled", "loading", "variant", "onClick"])), [
|
|
1060
637
|
[_directive_active, _ctx.active]
|
|
1061
638
|
])
|
|
1062
|
-
: (0,external_vue_.createCommentVNode)("
|
|
639
|
+
: (0,external_vue_.createCommentVNode)("", true)
|
|
1063
640
|
]))
|
|
1064
641
|
}
|
|
1065
642
|
;// CONCATENATED MODULE: ./src/ld-button/ld-button.vue?vue&type=template&id=2f14fde1
|
|
1066
643
|
|
|
644
|
+
;// CONCATENATED MODULE: ./src/mixins/viewport.mixins.ts
|
|
645
|
+
|
|
646
|
+
class ViewportMixin extends external_vue_property_decorator_.Vue {
|
|
647
|
+
get globalMobileKey() {
|
|
648
|
+
return this.$ldmui?.options?.viewport?.isMobile;
|
|
649
|
+
}
|
|
650
|
+
get globalTabletKey() {
|
|
651
|
+
return this.$ldmui?.options?.viewport?.isTablet;
|
|
652
|
+
}
|
|
653
|
+
get globalDesktopKey() {
|
|
654
|
+
return this.$ldmui?.options?.viewport?.isDesktop;
|
|
655
|
+
}
|
|
656
|
+
get isMobileGlobal() {
|
|
657
|
+
return this.globalMobileKey ? this[this.globalMobileKey] : false;
|
|
658
|
+
}
|
|
659
|
+
get isTabletGlobal() {
|
|
660
|
+
return this.globalTabletKey ? this[this.globalTabletKey] : false;
|
|
661
|
+
}
|
|
662
|
+
get isDesktopGlobal() {
|
|
663
|
+
return this.globalDesktopKey ? this[this.globalDesktopKey] : false;
|
|
664
|
+
}
|
|
665
|
+
}
|
|
666
|
+
|
|
1067
667
|
;// CONCATENATED MODULE: ./node_modules/ts-loader/index.js??clonedRuleSet-1.use[0]!./src/ld-button/ld-button.ts?vue&type=script&lang=js&external
|
|
1068
668
|
var ld_buttonvue_type_script_lang_js_external_decorate = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
1069
669
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
@@ -1075,6 +675,7 @@ var ld_buttonvue_type_script_lang_js_external_metadata = (undefined && undefined
|
|
|
1075
675
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
1076
676
|
};
|
|
1077
677
|
|
|
678
|
+
|
|
1078
679
|
/**
|
|
1079
680
|
* isDesktop - кнопка отображатеся как стандартная кнопка с иконкой и надписью
|
|
1080
681
|
* isTablet - на кнопке остается одна иконка, надпись уходит в tooltip
|
|
@@ -1084,7 +685,7 @@ var ld_buttonvue_type_script_lang_js_external_metadata = (undefined && undefined
|
|
|
1084
685
|
* slot name=text - надпись на кнопке или tooltip
|
|
1085
686
|
* slot name=hidden - для вспомогательных скрытых элементов
|
|
1086
687
|
*/
|
|
1087
|
-
let ResponsiveButtonComponent = class ResponsiveButtonComponent extends external_vue_property_decorator_.
|
|
688
|
+
let ResponsiveButtonComponent = class ResponsiveButtonComponent extends (0,external_vue_property_decorator_.mixins)(ViewportMixin) {
|
|
1088
689
|
onClick(value) {
|
|
1089
690
|
this.$emit('click', value);
|
|
1090
691
|
}
|
|
@@ -1160,18 +761,6 @@ ld_buttonvue_type_script_lang_js_external_decorate([
|
|
|
1160
761
|
(0,external_vue_property_decorator_.Prop)({ type: Boolean, default: null }),
|
|
1161
762
|
ld_buttonvue_type_script_lang_js_external_metadata("design:type", Boolean)
|
|
1162
763
|
], ResponsiveButtonComponent.prototype, "isMobileView", void 0);
|
|
1163
|
-
ld_buttonvue_type_script_lang_js_external_decorate([
|
|
1164
|
-
(0,external_vue_property_decorator_.Prop)(),
|
|
1165
|
-
ld_buttonvue_type_script_lang_js_external_metadata("design:type", String)
|
|
1166
|
-
], ResponsiveButtonComponent.prototype, "globalMobileKey", void 0);
|
|
1167
|
-
ld_buttonvue_type_script_lang_js_external_decorate([
|
|
1168
|
-
(0,external_vue_property_decorator_.Prop)(),
|
|
1169
|
-
ld_buttonvue_type_script_lang_js_external_metadata("design:type", String)
|
|
1170
|
-
], ResponsiveButtonComponent.prototype, "globalTabletKey", void 0);
|
|
1171
|
-
ld_buttonvue_type_script_lang_js_external_decorate([
|
|
1172
|
-
(0,external_vue_property_decorator_.Prop)(),
|
|
1173
|
-
ld_buttonvue_type_script_lang_js_external_metadata("design:type", String)
|
|
1174
|
-
], ResponsiveButtonComponent.prototype, "globalDesktopKey", void 0);
|
|
1175
764
|
ResponsiveButtonComponent = ld_buttonvue_type_script_lang_js_external_decorate([
|
|
1176
765
|
(0,external_vue_property_decorator_.Options)({
|
|
1177
766
|
emits: ['click'],
|
|
@@ -1193,19 +782,7 @@ const ld_button_exports_ = /*#__PURE__*/(0,exportHelper/* default */.A)(ld_butto
|
|
|
1193
782
|
;// CONCATENATED MODULE: ./src/ld-button/index.ts
|
|
1194
783
|
|
|
1195
784
|
function ld_button_reg(vue, options) {
|
|
1196
|
-
|
|
1197
|
-
...ld_button.props,
|
|
1198
|
-
globalMobileKey: {
|
|
1199
|
-
default: options?.LdBtn?.isMobile
|
|
1200
|
-
},
|
|
1201
|
-
globalTabletKey: {
|
|
1202
|
-
default: options?.LdBtn?.isTablet
|
|
1203
|
-
},
|
|
1204
|
-
globalDesktopKey: {
|
|
1205
|
-
default: options?.LdBtn?.isDesktop
|
|
1206
|
-
}
|
|
1207
|
-
};
|
|
1208
|
-
vue.component(options?.aliases?.['ld-button'] ? options.aliases['ld-button'] : 'ld-button', ld_button);
|
|
785
|
+
vue.component(options.aliases['ld-button'], ld_button);
|
|
1209
786
|
}
|
|
1210
787
|
/* harmony default export */ const src_ld_button = (ld_button_reg);
|
|
1211
788
|
|
|
@@ -1227,7 +804,7 @@ const ld_splittervue_type_template_id_c282e58e_scoped_true_hoisted_1 = /*#__PURE
|
|
|
1227
804
|
style: {"fill":"#cccccc","stroke-width":"0.831496"}
|
|
1228
805
|
})
|
|
1229
806
|
])
|
|
1230
|
-
], -1
|
|
807
|
+
], -1))
|
|
1231
808
|
const ld_splittervue_type_template_id_c282e58e_scoped_true_hoisted_2 = [
|
|
1232
809
|
ld_splittervue_type_template_id_c282e58e_scoped_true_hoisted_1
|
|
1233
810
|
]
|
|
@@ -1250,7 +827,7 @@ function ld_splittervue_type_template_id_c282e58e_scoped_true_render(_ctx, _cach
|
|
|
1250
827
|
class: "left-pane splitter-pane"
|
|
1251
828
|
}, [
|
|
1252
829
|
(0,external_vue_.renderSlot)(_ctx.$slots, "left-pane", {}, undefined, true)
|
|
1253
|
-
], 4
|
|
830
|
+
], 4), [
|
|
1254
831
|
[external_vue_.vShow, _ctx.leftVisibled]
|
|
1255
832
|
]),
|
|
1256
833
|
(0,external_vue_.createTextVNode)(),
|
|
@@ -1260,7 +837,7 @@ function ld_splittervue_type_template_id_c282e58e_scoped_true_render(_ctx, _cach
|
|
|
1260
837
|
onClick: _cache[0] || (_cache[0] = (...args) => (_ctx.onClick && _ctx.onClick(...args))),
|
|
1261
838
|
onTouchstart: _cache[1] || (_cache[1] = (0,external_vue_.withModifiers)((...args) => (_ctx.onDown && _ctx.onDown(...args)), ["prevent"])),
|
|
1262
839
|
onMousedown: _cache[2] || (_cache[2] = (...args) => (_ctx.onDown && _ctx.onDown(...args)))
|
|
1263
|
-
}, ld_splittervue_type_template_id_c282e58e_scoped_true_hoisted_2, 38
|
|
840
|
+
}, ld_splittervue_type_template_id_c282e58e_scoped_true_hoisted_2, 38), [
|
|
1264
841
|
[external_vue_.vShow, _ctx.leftVisibled && _ctx.rightVisibled]
|
|
1265
842
|
]),
|
|
1266
843
|
(0,external_vue_.createTextVNode)(),
|
|
@@ -1269,10 +846,10 @@ function ld_splittervue_type_template_id_c282e58e_scoped_true_render(_ctx, _cach
|
|
|
1269
846
|
class: "right-pane splitter-pane"
|
|
1270
847
|
}, [
|
|
1271
848
|
(0,external_vue_.renderSlot)(_ctx.$slots, "right-pane", {}, undefined, true)
|
|
1272
|
-
], 4
|
|
849
|
+
], 4), [
|
|
1273
850
|
[external_vue_.vShow, _ctx.rightVisibled]
|
|
1274
851
|
])
|
|
1275
|
-
], 38
|
|
852
|
+
], 38))
|
|
1276
853
|
}
|
|
1277
854
|
;// CONCATENATED MODULE: ./src/ld-splitter/ld-splitter.vue?vue&type=template&id=c282e58e&scoped=true
|
|
1278
855
|
|
|
@@ -1836,7 +1413,7 @@ var ld_splittervue_type_script_lang_js_external_metadata = (undefined && undefin
|
|
|
1836
1413
|
};
|
|
1837
1414
|
|
|
1838
1415
|
|
|
1839
|
-
let
|
|
1416
|
+
let SplitterComponent = class SplitterComponent extends external_vue_property_decorator_.Vue {
|
|
1840
1417
|
constructor() {
|
|
1841
1418
|
super(...arguments);
|
|
1842
1419
|
this.active = false;
|
|
@@ -1948,83 +1525,50 @@ let Splitter = class Splitter extends external_vue_property_decorator_.Vue {
|
|
|
1948
1525
|
ld_splittervue_type_script_lang_js_external_decorate([
|
|
1949
1526
|
(0,external_vue_property_decorator_.Prop)({ type: Number, default: 10 }),
|
|
1950
1527
|
ld_splittervue_type_script_lang_js_external_metadata("design:type", Number)
|
|
1951
|
-
],
|
|
1528
|
+
], SplitterComponent.prototype, "margin", void 0);
|
|
1952
1529
|
ld_splittervue_type_script_lang_js_external_decorate([
|
|
1953
1530
|
(0,external_vue_property_decorator_.Prop)({ type: Boolean, default: false }),
|
|
1954
1531
|
ld_splittervue_type_script_lang_js_external_metadata("design:type", Boolean)
|
|
1955
|
-
],
|
|
1532
|
+
], SplitterComponent.prototype, "horizontal", void 0);
|
|
1956
1533
|
ld_splittervue_type_script_lang_js_external_decorate([
|
|
1957
1534
|
(0,external_vue_property_decorator_.Prop)({ type: Boolean, default: true }),
|
|
1958
1535
|
ld_splittervue_type_script_lang_js_external_metadata("design:type", Boolean)
|
|
1959
|
-
],
|
|
1536
|
+
], SplitterComponent.prototype, "leftVisibled", void 0);
|
|
1960
1537
|
ld_splittervue_type_script_lang_js_external_decorate([
|
|
1961
1538
|
(0,external_vue_property_decorator_.Prop)({ type: Boolean, default: true }),
|
|
1962
1539
|
ld_splittervue_type_script_lang_js_external_metadata("design:type", Boolean)
|
|
1963
|
-
],
|
|
1540
|
+
], SplitterComponent.prototype, "rightVisibled", void 0);
|
|
1964
1541
|
ld_splittervue_type_script_lang_js_external_decorate([
|
|
1965
1542
|
(0,external_vue_property_decorator_.Prop)({ type: Number, default: 50 }),
|
|
1966
1543
|
ld_splittervue_type_script_lang_js_external_metadata("design:type", Number)
|
|
1967
|
-
],
|
|
1544
|
+
], SplitterComponent.prototype, "leftSizePercent", void 0);
|
|
1968
1545
|
ld_splittervue_type_script_lang_js_external_decorate([
|
|
1969
1546
|
(0,external_vue_property_decorator_.Prop)({ type: String, default: '25' }),
|
|
1970
1547
|
ld_splittervue_type_script_lang_js_external_metadata("design:type", String)
|
|
1971
|
-
],
|
|
1548
|
+
], SplitterComponent.prototype, "leftSizeMin", void 0);
|
|
1972
1549
|
ld_splittervue_type_script_lang_js_external_decorate([
|
|
1973
1550
|
(0,external_vue_property_decorator_.Prop)({ type: String, default: '0' }),
|
|
1974
1551
|
ld_splittervue_type_script_lang_js_external_metadata("design:type", String)
|
|
1975
|
-
],
|
|
1552
|
+
], SplitterComponent.prototype, "rightSizeMin", void 0);
|
|
1976
1553
|
ld_splittervue_type_script_lang_js_external_decorate([
|
|
1977
1554
|
(0,external_vue_property_decorator_.Prop)({ type: Boolean, default: false }),
|
|
1978
1555
|
ld_splittervue_type_script_lang_js_external_metadata("design:type", Boolean)
|
|
1979
|
-
],
|
|
1556
|
+
], SplitterComponent.prototype, "resizeDisabled", void 0);
|
|
1980
1557
|
ld_splittervue_type_script_lang_js_external_decorate([
|
|
1981
1558
|
(0,external_vue_property_decorator_.Watch)('leftSizePercent', { immediate: true }),
|
|
1982
1559
|
ld_splittervue_type_script_lang_js_external_metadata("design:type", Function),
|
|
1983
1560
|
ld_splittervue_type_script_lang_js_external_metadata("design:paramtypes", []),
|
|
1984
1561
|
ld_splittervue_type_script_lang_js_external_metadata("design:returntype", void 0)
|
|
1985
|
-
],
|
|
1986
|
-
|
|
1562
|
+
], SplitterComponent.prototype, "leftSizePercentChanged", null);
|
|
1563
|
+
SplitterComponent = ld_splittervue_type_script_lang_js_external_decorate([
|
|
1987
1564
|
(0,external_vue_property_decorator_.Options)({
|
|
1988
1565
|
emits: ['resize'],
|
|
1989
1566
|
})
|
|
1990
|
-
],
|
|
1991
|
-
/* harmony default export */ const ld_splittervue_type_script_lang_js_external = (
|
|
1567
|
+
], SplitterComponent);
|
|
1568
|
+
/* harmony default export */ const ld_splittervue_type_script_lang_js_external = (SplitterComponent);
|
|
1992
1569
|
|
|
1993
1570
|
;// CONCATENATED MODULE: ./src/ld-splitter/ld-splitter.ts?vue&type=script&lang=js&external
|
|
1994
1571
|
|
|
1995
|
-
// EXTERNAL MODULE: ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/ld-splitter/ld-splitter.vue?vue&type=style&index=0&id=c282e58e&lang=scss&scoped=true
|
|
1996
|
-
var ld_splittervue_type_style_index_0_id_c282e58e_lang_scss_scoped_true = __webpack_require__(523);
|
|
1997
|
-
;// CONCATENATED MODULE: ./node_modules/style-loader/dist/cjs.js!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/ld-splitter/ld-splitter.vue?vue&type=style&index=0&id=c282e58e&lang=scss&scoped=true
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
var ld_splittervue_type_style_index_0_id_c282e58e_lang_scss_scoped_true_options = {};
|
|
2010
|
-
|
|
2011
|
-
ld_splittervue_type_style_index_0_id_c282e58e_lang_scss_scoped_true_options.styleTagTransform = (styleTagTransform_default());
|
|
2012
|
-
ld_splittervue_type_style_index_0_id_c282e58e_lang_scss_scoped_true_options.setAttributes = (setAttributesWithoutAttributes_default());
|
|
2013
|
-
|
|
2014
|
-
ld_splittervue_type_style_index_0_id_c282e58e_lang_scss_scoped_true_options.insert = insertBySelector_default().bind(null, "head");
|
|
2015
|
-
|
|
2016
|
-
ld_splittervue_type_style_index_0_id_c282e58e_lang_scss_scoped_true_options.domAPI = (styleDomAPI_default());
|
|
2017
|
-
ld_splittervue_type_style_index_0_id_c282e58e_lang_scss_scoped_true_options.insertStyleElement = (insertStyleElement_default());
|
|
2018
|
-
|
|
2019
|
-
var ld_splittervue_type_style_index_0_id_c282e58e_lang_scss_scoped_true_update = injectStylesIntoStyleTag_default()(ld_splittervue_type_style_index_0_id_c282e58e_lang_scss_scoped_true/* default */.A, ld_splittervue_type_style_index_0_id_c282e58e_lang_scss_scoped_true_options);
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
/* harmony default export */ const ld_splitter_ld_splittervue_type_style_index_0_id_c282e58e_lang_scss_scoped_true = (ld_splittervue_type_style_index_0_id_c282e58e_lang_scss_scoped_true/* default */.A && ld_splittervue_type_style_index_0_id_c282e58e_lang_scss_scoped_true/* default */.A.locals ? ld_splittervue_type_style_index_0_id_c282e58e_lang_scss_scoped_true/* default */.A.locals : undefined);
|
|
2025
|
-
|
|
2026
|
-
;// CONCATENATED MODULE: ./src/ld-splitter/ld-splitter.vue?vue&type=style&index=0&id=c282e58e&lang=scss&scoped=true
|
|
2027
|
-
|
|
2028
1572
|
;// CONCATENATED MODULE: ./src/ld-splitter/ld-splitter.vue
|
|
2029
1573
|
|
|
2030
1574
|
|
|
@@ -2039,7 +1583,7 @@ const ld_splitter_exports_ = /*#__PURE__*/(0,exportHelper/* default */.A)(ld_spl
|
|
|
2039
1583
|
;// CONCATENATED MODULE: ./src/ld-splitter/index.ts
|
|
2040
1584
|
|
|
2041
1585
|
function ld_splitter_reg(vue, options) {
|
|
2042
|
-
vue.component(options
|
|
1586
|
+
vue.component(options.aliases['ld-splitter'], ld_splitter);
|
|
2043
1587
|
}
|
|
2044
1588
|
/* harmony default export */ const src_ld_splitter = (ld_splitter_reg);
|
|
2045
1589
|
|
|
@@ -2066,20 +1610,20 @@ function ld_toggle_buttonsvue_type_template_id_09fbefbf_ts_true_render(_ctx, _ca
|
|
|
2066
1610
|
(0,external_vue_.createVNode)(_component_ld_icon, {
|
|
2067
1611
|
icon: item.icon,
|
|
2068
1612
|
color: _ctx.modelValue === index ? 'primary' : 'grey'
|
|
2069
|
-
}, null, 8
|
|
1613
|
+
}, null, 8, ["icon", "color"])
|
|
2070
1614
|
]),
|
|
2071
|
-
_: 2
|
|
2072
|
-
}, 1040
|
|
1615
|
+
_: 2
|
|
1616
|
+
}, 1040, ["id", "color", "variant", "class", "onClick"])), [
|
|
2073
1617
|
[_directive_active, _ctx.modelValue === index]
|
|
2074
1618
|
])
|
|
2075
1619
|
]),
|
|
2076
1620
|
default: (0,external_vue_.withCtx)(() => [
|
|
2077
1621
|
(0,external_vue_.createTextVNode)(),
|
|
2078
|
-
(0,external_vue_.createElementVNode)("span", null, (0,external_vue_.toDisplayString)(item.tooltip), 1
|
|
1622
|
+
(0,external_vue_.createElementVNode)("span", null, (0,external_vue_.toDisplayString)(item.tooltip), 1)
|
|
2079
1623
|
]),
|
|
2080
|
-
_: 2
|
|
2081
|
-
}, 1024
|
|
2082
|
-
}), 256
|
|
1624
|
+
_: 2
|
|
1625
|
+
}, 1024));
|
|
1626
|
+
}), 256))
|
|
2083
1627
|
]));
|
|
2084
1628
|
}
|
|
2085
1629
|
|
|
@@ -2131,7 +1675,7 @@ const ld_toggle_buttons_exports_ = /*#__PURE__*/(0,exportHelper/* default */.A)(
|
|
|
2131
1675
|
;// CONCATENATED MODULE: ./src/ld-toggle-buttons/index.ts
|
|
2132
1676
|
|
|
2133
1677
|
function ld_toggle_buttons_reg(vue, options) {
|
|
2134
|
-
vue.component(options
|
|
1678
|
+
vue.component(options.aliases['ld-toggle-buttons'], ld_toggle_buttons);
|
|
2135
1679
|
}
|
|
2136
1680
|
/* harmony default export */ const src_ld_toggle_buttons = (ld_toggle_buttons_reg);
|
|
2137
1681
|
|
|
@@ -2162,24 +1706,24 @@ function ld_breadcrumbsvue_type_template_id_c811912a_render(_ctx, _cache, $props
|
|
|
2162
1706
|
default: (0,external_vue_.withCtx)(() => [
|
|
2163
1707
|
(0,external_vue_.createTextVNode)("home")
|
|
2164
1708
|
]),
|
|
2165
|
-
_: 1
|
|
1709
|
+
_: 1
|
|
2166
1710
|
})
|
|
2167
1711
|
]),
|
|
2168
|
-
_: 1
|
|
2169
|
-
}, 8
|
|
1712
|
+
_: 1
|
|
1713
|
+
}, 8, ["onClick"]))
|
|
2170
1714
|
: ((0,external_vue_.openBlock)(), (0,external_vue_.createElementBlock)("div", {
|
|
2171
1715
|
key: 1,
|
|
2172
1716
|
onClick: $event => (_ctx.go(item))
|
|
2173
1717
|
}, [
|
|
2174
|
-
(0,external_vue_.createElementVNode)("span", null, (0,external_vue_.toDisplayString)(item.text), 1
|
|
1718
|
+
(0,external_vue_.createElementVNode)("span", null, (0,external_vue_.toDisplayString)(item.text), 1),
|
|
2175
1719
|
(0,external_vue_.createTextVNode)(),
|
|
2176
1720
|
(item.remark)
|
|
2177
|
-
? ((0,external_vue_.openBlock)(), (0,external_vue_.createElementBlock)("span", ld_breadcrumbsvue_type_template_id_c811912a_hoisted_2, "(" + (0,external_vue_.toDisplayString)(item.remark) + ")", 1
|
|
2178
|
-
: (0,external_vue_.createCommentVNode)("
|
|
2179
|
-
], 8
|
|
1721
|
+
? ((0,external_vue_.openBlock)(), (0,external_vue_.createElementBlock)("span", ld_breadcrumbsvue_type_template_id_c811912a_hoisted_2, "(" + (0,external_vue_.toDisplayString)(item.remark) + ")", 1))
|
|
1722
|
+
: (0,external_vue_.createCommentVNode)("", true)
|
|
1723
|
+
], 8, ld_breadcrumbsvue_type_template_id_c811912a_hoisted_1))
|
|
2180
1724
|
]),
|
|
2181
|
-
_: 1
|
|
2182
|
-
}, 8
|
|
1725
|
+
_: 1
|
|
1726
|
+
}, 8, ["items"]))
|
|
2183
1727
|
}
|
|
2184
1728
|
;// CONCATENATED MODULE: ./src/ld-breadcrumbs/ld-breadcrumbs.vue?vue&type=template&id=c811912a
|
|
2185
1729
|
|
|
@@ -2264,72 +1808,2234 @@ function ld_breadcrumbs_reg(vue, options) {
|
|
|
2264
1808
|
ld_breadcrumbs.props = {
|
|
2265
1809
|
...ld_breadcrumbs.props,
|
|
2266
1810
|
home: {
|
|
2267
|
-
default: options
|
|
1811
|
+
default: options.LdBreadcrumbs?.home ? options.LdBreadcrumbs?.home : null
|
|
2268
1812
|
}
|
|
2269
1813
|
};
|
|
2270
|
-
vue.component(options
|
|
1814
|
+
vue.component(options.aliases['ld-breadcrumbs'], ld_breadcrumbs);
|
|
2271
1815
|
}
|
|
2272
1816
|
/* harmony default export */ const src_ld_breadcrumbs = (ld_breadcrumbs_reg);
|
|
2273
1817
|
|
|
2274
|
-
;// CONCATENATED MODULE: ./src/
|
|
2275
|
-
|
|
2276
|
-
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
|
|
1818
|
+
;// CONCATENATED MODULE: ./node_modules/ts-loader/index.js??clonedRuleSet-1.use[0]!./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/ld-edit-text/ld-edit-text.vue?vue&type=template&id=7ded9864&scoped=true&ts=true
|
|
1819
|
+
|
|
1820
|
+
const ld_edit_textvue_type_template_id_7ded9864_scoped_true_ts_true_withScopeId = n => ((0,external_vue_.pushScopeId)("data-v-7ded9864"), n = n(), (0,external_vue_.popScopeId)(), n);
|
|
1821
|
+
const ld_edit_textvue_type_template_id_7ded9864_scoped_true_ts_true_hoisted_1 = { class: "min-w-full" };
|
|
1822
|
+
const ld_edit_textvue_type_template_id_7ded9864_scoped_true_ts_true_hoisted_2 = { key: 0 };
|
|
1823
|
+
const _hoisted_3 = /*#__PURE__*/ ld_edit_textvue_type_template_id_7ded9864_scoped_true_ts_true_withScopeId(() => /*#__PURE__*/ (0,external_vue_.createElementVNode)("span", null, "Показать пароль", -1));
|
|
1824
|
+
const _hoisted_4 = {
|
|
1825
|
+
key: 1,
|
|
1826
|
+
class: "d-flex w-100 flex-column",
|
|
1827
|
+
style: { "position": "relative", "flex-wrap": "wrap" }
|
|
2280
1828
|
};
|
|
2281
|
-
const
|
|
2282
|
-
|
|
2283
|
-
|
|
2284
|
-
density: 'compact',
|
|
2285
|
-
},
|
|
2286
|
-
SmallButton: {
|
|
2287
|
-
variant: 'flat',
|
|
2288
|
-
color: 'primary',
|
|
2289
|
-
class: 'small-button',
|
|
2290
|
-
},
|
|
2291
|
-
SquareButton: {
|
|
2292
|
-
variant: 'text',
|
|
2293
|
-
color: 'grey',
|
|
2294
|
-
class: 'square-sm-button',
|
|
2295
|
-
},
|
|
2296
|
-
SmallChip: {
|
|
2297
|
-
variant: 'outlined',
|
|
2298
|
-
color: 'primary',
|
|
2299
|
-
closable: true,
|
|
2300
|
-
closeIcon: 'close',
|
|
2301
|
-
class: 'small-chip',
|
|
2302
|
-
},
|
|
2303
|
-
SmallBadge: {
|
|
2304
|
-
class: 'v-chip--badge',
|
|
2305
|
-
variant: 'outlined',
|
|
2306
|
-
},
|
|
1829
|
+
const _hoisted_5 = {
|
|
1830
|
+
key: 0,
|
|
1831
|
+
class: "input-class__suffix"
|
|
2307
1832
|
};
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
|
-
|
|
2311
|
-
|
|
1833
|
+
const _hoisted_6 = {
|
|
1834
|
+
key: 1,
|
|
1835
|
+
class: "v-input__details textbox-validate"
|
|
1836
|
+
};
|
|
1837
|
+
function ld_edit_textvue_type_template_id_7ded9864_scoped_true_ts_true_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1838
|
+
const _component_ld_label = (0,external_vue_.resolveComponent)("ld-label");
|
|
1839
|
+
const _component_ld_icon = (0,external_vue_.resolveComponent)("ld-icon");
|
|
1840
|
+
const _component_square_button = (0,external_vue_.resolveComponent)("square-button");
|
|
1841
|
+
const _component_v_tooltip = (0,external_vue_.resolveComponent)("v-tooltip");
|
|
1842
|
+
const _component_v_text_field = (0,external_vue_.resolveComponent)("v-text-field");
|
|
1843
|
+
const _component_imask_input = (0,external_vue_.resolveComponent)("imask-input");
|
|
1844
|
+
const _component_v_col = (0,external_vue_.resolveComponent)("v-col");
|
|
1845
|
+
const _component_v_row = (0,external_vue_.resolveComponent)("v-row");
|
|
1846
|
+
return ((0,external_vue_.openBlock)(), (0,external_vue_.createElementBlock)("div", ld_edit_textvue_type_template_id_7ded9864_scoped_true_ts_true_hoisted_1, [
|
|
1847
|
+
(0,external_vue_.createVNode)(_component_v_row, { "no-gutters": "" }, {
|
|
1848
|
+
default: (0,external_vue_.withCtx)(() => [
|
|
1849
|
+
(_ctx.label)
|
|
1850
|
+
? ((0,external_vue_.openBlock)(), (0,external_vue_.createBlock)(_component_ld_label, {
|
|
1851
|
+
key: 0,
|
|
1852
|
+
class: (0,external_vue_.normalizeClass)([_ctx.labelSizeClasses]),
|
|
1853
|
+
label: _ctx.label,
|
|
1854
|
+
required: _ctx.required,
|
|
1855
|
+
"align-label-to-right": _ctx.alignLabelToRight
|
|
1856
|
+
}, null, 8, ["class", "label", "required", "align-label-to-right"]))
|
|
1857
|
+
: (0,external_vue_.createCommentVNode)("", true),
|
|
1858
|
+
(0,external_vue_.createTextVNode)(),
|
|
1859
|
+
(0,external_vue_.createVNode)(_component_v_col, {
|
|
1860
|
+
class: (0,external_vue_.normalizeClass)(_ctx.inputSizeClasses)
|
|
1861
|
+
}, {
|
|
1862
|
+
default: (0,external_vue_.withCtx)(() => [
|
|
1863
|
+
(!_ctx.onlyNumbers)
|
|
1864
|
+
? ((0,external_vue_.openBlock)(), (0,external_vue_.createBlock)(_component_v_text_field, {
|
|
1865
|
+
key: 0,
|
|
1866
|
+
ref: "vInput",
|
|
1867
|
+
"model-value": _ctx.modelValue,
|
|
1868
|
+
type: _ctx.type === 'password' ? 'text' : _ctx.type,
|
|
1869
|
+
class: (0,external_vue_.normalizeClass)(["small-input text-body-1 my-0", { disabled: _ctx.disabled, password: _ctx.type === 'password' && !_ctx.passwordVisible }]),
|
|
1870
|
+
"single-line": "",
|
|
1871
|
+
variant: "outlined",
|
|
1872
|
+
"persistent-hint": _ctx.persistentHint,
|
|
1873
|
+
rules: _ctx.validRules,
|
|
1874
|
+
"validate-on": _ctx.validateOnBlur ? 'blur' : 'input lazy',
|
|
1875
|
+
"validation-value": _ctx.type === 'password' ? _ctx.savedModelValue : _ctx.modelValue,
|
|
1876
|
+
placeholder: _ctx.placeholder,
|
|
1877
|
+
disabled: _ctx.disabled,
|
|
1878
|
+
readonly: _ctx.readonly,
|
|
1879
|
+
hint: _ctx.inputHint,
|
|
1880
|
+
mask: _ctx.mask,
|
|
1881
|
+
tabindex: _ctx.tabIndex,
|
|
1882
|
+
maxlength: _ctx.maxlength,
|
|
1883
|
+
autofocus: _ctx.autofocus,
|
|
1884
|
+
"hide-details": _ctx.hideDetails,
|
|
1885
|
+
prefix: _ctx.prefix,
|
|
1886
|
+
suffix: _ctx.suffix,
|
|
1887
|
+
clearable: _ctx.clearable,
|
|
1888
|
+
error: _ctx.showError,
|
|
1889
|
+
"error-messages": _ctx.validationMessage,
|
|
1890
|
+
"prepend-inner-icon": _ctx.prependInnerIcon,
|
|
1891
|
+
autocomplete: _ctx.autocomplete,
|
|
1892
|
+
onChange: _ctx.emitChange,
|
|
1893
|
+
"onUpdate:modelValue": _ctx.onUpdateModelValue,
|
|
1894
|
+
onBlur: _ctx.onBlur,
|
|
1895
|
+
onFocus: _ctx.onFocus,
|
|
1896
|
+
onClick: _ctx.emitClick,
|
|
1897
|
+
onKeydown: _ctx.onKeydown,
|
|
1898
|
+
onCopy: _ctx.emitCopy
|
|
1899
|
+
}, (0,external_vue_.createSlots)({ _: 2 }, [
|
|
1900
|
+
(_ctx.modelValue && (_ctx.clearIcon || _ctx.type === 'password'))
|
|
1901
|
+
? {
|
|
1902
|
+
name: "append-inner",
|
|
1903
|
+
fn: (0,external_vue_.withCtx)(() => [
|
|
1904
|
+
(_ctx.clearIcon)
|
|
1905
|
+
? ((0,external_vue_.openBlock)(), (0,external_vue_.createBlock)(_component_square_button, {
|
|
1906
|
+
key: 0,
|
|
1907
|
+
color: "error",
|
|
1908
|
+
icon: "",
|
|
1909
|
+
onClick: _cache[0] || (_cache[0] = ($event) => (_ctx.emitUpdateModelValue('')))
|
|
1910
|
+
}, {
|
|
1911
|
+
default: (0,external_vue_.withCtx)(() => [
|
|
1912
|
+
(0,external_vue_.createVNode)(_component_ld_icon, null, {
|
|
1913
|
+
default: (0,external_vue_.withCtx)(() => [
|
|
1914
|
+
(0,external_vue_.createTextVNode)("close")
|
|
1915
|
+
]),
|
|
1916
|
+
_: 1
|
|
1917
|
+
})
|
|
1918
|
+
]),
|
|
1919
|
+
_: 1
|
|
1920
|
+
}))
|
|
1921
|
+
: (0,external_vue_.createCommentVNode)("", true),
|
|
1922
|
+
(0,external_vue_.createTextVNode)(),
|
|
1923
|
+
(_ctx.type === 'password')
|
|
1924
|
+
? ((0,external_vue_.openBlock)(), (0,external_vue_.createBlock)(_component_v_tooltip, { key: 1 }, {
|
|
1925
|
+
activator: (0,external_vue_.withCtx)(({ props }) => [
|
|
1926
|
+
(0,external_vue_.createVNode)(_component_square_button, (0,external_vue_.mergeProps)({ tabindex: "1" }, props, {
|
|
1927
|
+
icon: "",
|
|
1928
|
+
color: "grey",
|
|
1929
|
+
onClick: _ctx.passwordVisibilityToggle
|
|
1930
|
+
}), {
|
|
1931
|
+
default: (0,external_vue_.withCtx)(() => [
|
|
1932
|
+
(_ctx.passwordVisible)
|
|
1933
|
+
? ((0,external_vue_.openBlock)(), (0,external_vue_.createBlock)(_component_ld_icon, { key: 0 }, {
|
|
1934
|
+
default: (0,external_vue_.withCtx)(() => [
|
|
1935
|
+
(0,external_vue_.createTextVNode)("visibility_off")
|
|
1936
|
+
]),
|
|
1937
|
+
_: 1
|
|
1938
|
+
}))
|
|
1939
|
+
: ((0,external_vue_.openBlock)(), (0,external_vue_.createBlock)(_component_ld_icon, { key: 1 }, {
|
|
1940
|
+
default: (0,external_vue_.withCtx)(() => [
|
|
1941
|
+
(0,external_vue_.createTextVNode)("visibility")
|
|
1942
|
+
]),
|
|
1943
|
+
_: 1
|
|
1944
|
+
}))
|
|
1945
|
+
]),
|
|
1946
|
+
_: 2
|
|
1947
|
+
}, 1040, ["onClick"])
|
|
1948
|
+
]),
|
|
1949
|
+
default: (0,external_vue_.withCtx)(() => [
|
|
1950
|
+
(0,external_vue_.createTextVNode)(),
|
|
1951
|
+
(_ctx.passwordVisible)
|
|
1952
|
+
? ((0,external_vue_.openBlock)(), (0,external_vue_.createElementBlock)("span", ld_edit_textvue_type_template_id_7ded9864_scoped_true_ts_true_hoisted_2, "Скрыть пароль"))
|
|
1953
|
+
: (0,external_vue_.createCommentVNode)("", true),
|
|
1954
|
+
(0,external_vue_.createTextVNode)(),
|
|
1955
|
+
_hoisted_3
|
|
1956
|
+
]),
|
|
1957
|
+
_: 1
|
|
1958
|
+
}))
|
|
1959
|
+
: (0,external_vue_.createCommentVNode)("", true)
|
|
1960
|
+
]),
|
|
1961
|
+
key: "0"
|
|
1962
|
+
}
|
|
1963
|
+
: undefined,
|
|
1964
|
+
(_ctx.showError || (_ctx.inputHint && _ctx.persistentHint))
|
|
1965
|
+
? {
|
|
1966
|
+
name: "message",
|
|
1967
|
+
fn: (0,external_vue_.withCtx)(({ message }) => [
|
|
1968
|
+
(0,external_vue_.createElementVNode)("span", {
|
|
1969
|
+
class: (0,external_vue_.normalizeClass)({ 'error--text': _ctx.validationMessage, 'label-color': !_ctx.validationMessage })
|
|
1970
|
+
}, (0,external_vue_.toDisplayString)(message), 3)
|
|
1971
|
+
]),
|
|
1972
|
+
key: "1"
|
|
1973
|
+
}
|
|
1974
|
+
: undefined
|
|
1975
|
+
]), 1032, ["model-value", "type", "class", "persistent-hint", "rules", "validate-on", "validation-value", "placeholder", "disabled", "readonly", "hint", "mask", "tabindex", "maxlength", "autofocus", "hide-details", "prefix", "suffix", "clearable", "error", "error-messages", "prepend-inner-icon", "autocomplete", "onChange", "onUpdate:modelValue", "onBlur", "onFocus", "onClick", "onKeydown", "onCopy"]))
|
|
1976
|
+
: ((0,external_vue_.openBlock)(), (0,external_vue_.createElementBlock)("div", _hoisted_4, [
|
|
1977
|
+
(0,external_vue_.createVNode)(_component_imask_input, {
|
|
1978
|
+
ref: "maskInput",
|
|
1979
|
+
modelValue: _ctx.value,
|
|
1980
|
+
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => ((_ctx.value) = $event)),
|
|
1981
|
+
mask: Number,
|
|
1982
|
+
maxlength: _ctx.maxlength,
|
|
1983
|
+
scale: _ctx.scale,
|
|
1984
|
+
signed: _ctx.signed,
|
|
1985
|
+
type: "text",
|
|
1986
|
+
min: _ctx.minValue,
|
|
1987
|
+
max: _ctx.maxValue,
|
|
1988
|
+
disabled: _ctx.disabled,
|
|
1989
|
+
tabindex: _ctx.tabIndex,
|
|
1990
|
+
class: (0,external_vue_.normalizeClass)([{ disabled: _ctx.disabled }, "input-class"]),
|
|
1991
|
+
placeholder: _ctx.placeholder,
|
|
1992
|
+
outlined: "",
|
|
1993
|
+
onBlur: _ctx.onBlur,
|
|
1994
|
+
onClick: _ctx.emitClick,
|
|
1995
|
+
onFocus: _ctx.onFocus
|
|
1996
|
+
}, null, 8, ["modelValue", "maxlength", "scale", "signed", "min", "max", "disabled", "tabindex", "class", "placeholder", "onBlur", "onClick", "onFocus"]),
|
|
1997
|
+
(0,external_vue_.createTextVNode)(),
|
|
1998
|
+
(_ctx.suffix)
|
|
1999
|
+
? ((0,external_vue_.openBlock)(), (0,external_vue_.createElementBlock)("div", _hoisted_5, (0,external_vue_.toDisplayString)(_ctx.suffix), 1))
|
|
2000
|
+
: (0,external_vue_.createCommentVNode)("", true),
|
|
2001
|
+
(0,external_vue_.createTextVNode)(),
|
|
2002
|
+
(!_ctx.hideDetails)
|
|
2003
|
+
? ((0,external_vue_.openBlock)(), (0,external_vue_.createElementBlock)("div", _hoisted_6, [
|
|
2004
|
+
(0,external_vue_.createVNode)(external_vue_.Transition, { name: "squash" }, {
|
|
2005
|
+
default: (0,external_vue_.withCtx)(() => [
|
|
2006
|
+
(0,external_vue_.withDirectives)((0,external_vue_.createElementVNode)("span", { class: "v-message error--text" }, (0,external_vue_.toDisplayString)(_ctx.validationMessage), 513), [
|
|
2007
|
+
[external_vue_.vShow, _ctx.showError]
|
|
2008
|
+
])
|
|
2009
|
+
]),
|
|
2010
|
+
_: 1
|
|
2011
|
+
})
|
|
2012
|
+
]))
|
|
2013
|
+
: (0,external_vue_.createCommentVNode)("", true)
|
|
2014
|
+
]))
|
|
2015
|
+
]),
|
|
2016
|
+
_: 1
|
|
2017
|
+
}, 8, ["class"])
|
|
2018
|
+
]),
|
|
2019
|
+
_: 1
|
|
2020
|
+
})
|
|
2021
|
+
]));
|
|
2022
|
+
}
|
|
2023
|
+
|
|
2024
|
+
;// CONCATENATED MODULE: ./src/ld-edit-text/ld-edit-text.vue?vue&type=template&id=7ded9864&scoped=true&ts=true
|
|
2025
|
+
|
|
2026
|
+
;// CONCATENATED MODULE: ./src/decorators/emit.decorator.ts
|
|
2027
|
+
|
|
2028
|
+
function makeDecoratorEmit(event) {
|
|
2029
|
+
function helper(proto, key) {
|
|
2030
|
+
return (0,external_vue_class_component_.createDecorator)((componentOptions, propertyKey) => {
|
|
2031
|
+
const emitName = event.toLowerCase();
|
|
2032
|
+
if (!componentOptions.emits) {
|
|
2033
|
+
componentOptions.emits = [];
|
|
2034
|
+
}
|
|
2035
|
+
componentOptions.emits.push(emitName);
|
|
2036
|
+
const original = componentOptions.methods[propertyKey];
|
|
2037
|
+
componentOptions.methods[propertyKey] = function emitter(...args) {
|
|
2038
|
+
const emit = (returnValue) => {
|
|
2039
|
+
/* eslint-disable no-undefined */
|
|
2040
|
+
if (returnValue === undefined) {
|
|
2041
|
+
if (args.length === 0) {
|
|
2042
|
+
this.$emit(emitName);
|
|
2043
|
+
}
|
|
2044
|
+
else if (args.length === 1) {
|
|
2045
|
+
this.$emit(emitName, args[0]);
|
|
2046
|
+
}
|
|
2047
|
+
else {
|
|
2048
|
+
this.$emit(emitName, ...args);
|
|
2049
|
+
}
|
|
2050
|
+
}
|
|
2051
|
+
else {
|
|
2052
|
+
args.unshift(returnValue);
|
|
2053
|
+
this.$emit(emitName, ...args);
|
|
2054
|
+
}
|
|
2055
|
+
};
|
|
2056
|
+
const returnValue = original.apply(this, args);
|
|
2057
|
+
emit(returnValue);
|
|
2058
|
+
};
|
|
2059
|
+
})(proto, key);
|
|
2312
2060
|
}
|
|
2313
|
-
return
|
|
2061
|
+
return helper;
|
|
2314
2062
|
}
|
|
2315
|
-
|
|
2063
|
+
const Emit = makeDecoratorEmit;
|
|
2316
2064
|
|
|
2317
2065
|
|
|
2318
|
-
;// CONCATENATED MODULE: ./src/
|
|
2319
|
-
|
|
2320
|
-
|
|
2321
|
-
|
|
2322
|
-
|
|
2323
|
-
|
|
2324
|
-
|
|
2325
|
-
|
|
2326
|
-
|
|
2327
|
-
|
|
2328
|
-
|
|
2329
|
-
},
|
|
2066
|
+
;// CONCATENATED MODULE: ./node_modules/ts-loader/index.js??clonedRuleSet-1.use[0]!./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/ld-label/ld-label.vue?vue&type=template&id=12071c41&scoped=true&ts=true
|
|
2067
|
+
|
|
2068
|
+
const ld_labelvue_type_template_id_12071c41_scoped_true_ts_true_withScopeId = n => (_pushScopeId("data-v-12071c41"), n = n(), _popScopeId(), n);
|
|
2069
|
+
const ld_labelvue_type_template_id_12071c41_scoped_true_ts_true_hoisted_1 = {
|
|
2070
|
+
key: 0,
|
|
2071
|
+
class: "require mx-1"
|
|
2072
|
+
};
|
|
2073
|
+
const ld_labelvue_type_template_id_12071c41_scoped_true_ts_true_hoisted_2 = { class: "text-body-1" };
|
|
2074
|
+
const ld_labelvue_type_template_id_12071c41_scoped_true_ts_true_hoisted_3 = {
|
|
2075
|
+
key: 1,
|
|
2076
|
+
class: "label font-weight-bold pr-1"
|
|
2330
2077
|
};
|
|
2078
|
+
const ld_labelvue_type_template_id_12071c41_scoped_true_ts_true_hoisted_4 = {
|
|
2079
|
+
key: 0,
|
|
2080
|
+
class: "require mx-1"
|
|
2081
|
+
};
|
|
2082
|
+
function ld_labelvue_type_template_id_12071c41_scoped_true_ts_true_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2083
|
+
const _component_v_tooltip = (0,external_vue_.resolveComponent)("v-tooltip");
|
|
2084
|
+
const _component_v_col = (0,external_vue_.resolveComponent)("v-col");
|
|
2085
|
+
return ((0,external_vue_.openBlock)(), (0,external_vue_.createBlock)(_component_v_col, null, {
|
|
2086
|
+
default: (0,external_vue_.withCtx)(() => [
|
|
2087
|
+
(0,external_vue_.createElementVNode)("div", {
|
|
2088
|
+
class: (0,external_vue_.normalizeClass)(["label-wrapper", { 'justify-end': _ctx.alignLabelToRight }])
|
|
2089
|
+
}, [
|
|
2090
|
+
(_ctx.labelHint)
|
|
2091
|
+
? ((0,external_vue_.openBlock)(), (0,external_vue_.createBlock)(_component_v_tooltip, {
|
|
2092
|
+
key: 0,
|
|
2093
|
+
location: "top"
|
|
2094
|
+
}, {
|
|
2095
|
+
activator: (0,external_vue_.withCtx)(({ props }) => [
|
|
2096
|
+
(0,external_vue_.createElementVNode)("span", (0,external_vue_.mergeProps)({
|
|
2097
|
+
class: ["label font-weight-bold pr-1", { 'cursor-help': _ctx.labelHint }]
|
|
2098
|
+
}, props), [
|
|
2099
|
+
(0,external_vue_.createTextVNode)((0,external_vue_.toDisplayString)(_ctx.label) + " ", 1),
|
|
2100
|
+
(_ctx.required)
|
|
2101
|
+
? ((0,external_vue_.openBlock)(), (0,external_vue_.createElementBlock)("span", ld_labelvue_type_template_id_12071c41_scoped_true_ts_true_hoisted_1))
|
|
2102
|
+
: (0,external_vue_.createCommentVNode)("", true)
|
|
2103
|
+
], 16)
|
|
2104
|
+
]),
|
|
2105
|
+
default: (0,external_vue_.withCtx)(() => [
|
|
2106
|
+
(0,external_vue_.createTextVNode)(),
|
|
2107
|
+
(0,external_vue_.createElementVNode)("span", ld_labelvue_type_template_id_12071c41_scoped_true_ts_true_hoisted_2, (0,external_vue_.toDisplayString)(_ctx.labelHint), 1)
|
|
2108
|
+
]),
|
|
2109
|
+
_: 1
|
|
2110
|
+
}))
|
|
2111
|
+
: ((0,external_vue_.openBlock)(), (0,external_vue_.createElementBlock)("span", ld_labelvue_type_template_id_12071c41_scoped_true_ts_true_hoisted_3, [
|
|
2112
|
+
(0,external_vue_.createTextVNode)((0,external_vue_.toDisplayString)(_ctx.label) + " ", 1),
|
|
2113
|
+
(_ctx.required)
|
|
2114
|
+
? ((0,external_vue_.openBlock)(), (0,external_vue_.createElementBlock)("span", ld_labelvue_type_template_id_12071c41_scoped_true_ts_true_hoisted_4))
|
|
2115
|
+
: (0,external_vue_.createCommentVNode)("", true)
|
|
2116
|
+
]))
|
|
2117
|
+
], 2)
|
|
2118
|
+
]),
|
|
2119
|
+
_: 1
|
|
2120
|
+
}));
|
|
2121
|
+
}
|
|
2331
2122
|
|
|
2332
|
-
;// CONCATENATED MODULE: ./src/
|
|
2123
|
+
;// CONCATENATED MODULE: ./src/ld-label/ld-label.vue?vue&type=template&id=12071c41&scoped=true&ts=true
|
|
2124
|
+
|
|
2125
|
+
;// CONCATENATED MODULE: ./src/mixins/input.mixin.ts
|
|
2126
|
+
var input_mixin_decorate = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
2127
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
2128
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
2129
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
2130
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
2131
|
+
};
|
|
2132
|
+
var input_mixin_metadata = (undefined && undefined.__metadata) || function (k, v) {
|
|
2133
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
2134
|
+
};
|
|
2135
|
+
|
|
2136
|
+
class InputMixin extends external_vue_property_decorator_.Vue {
|
|
2137
|
+
get noDataPlaceholder() {
|
|
2138
|
+
return 'Нет данных';
|
|
2139
|
+
}
|
|
2140
|
+
}
|
|
2141
|
+
input_mixin_decorate([
|
|
2142
|
+
(0,external_vue_property_decorator_.Prop)({ default: false, type: Boolean }),
|
|
2143
|
+
input_mixin_metadata("design:type", Boolean)
|
|
2144
|
+
], InputMixin.prototype, "disabled", void 0);
|
|
2145
|
+
input_mixin_decorate([
|
|
2146
|
+
(0,external_vue_property_decorator_.Prop)({ default: false, type: Boolean }),
|
|
2147
|
+
input_mixin_metadata("design:type", Boolean)
|
|
2148
|
+
], InputMixin.prototype, "required", void 0);
|
|
2149
|
+
input_mixin_decorate([
|
|
2150
|
+
(0,external_vue_property_decorator_.Prop)({ default: false, type: Boolean }),
|
|
2151
|
+
input_mixin_metadata("design:type", Boolean)
|
|
2152
|
+
], InputMixin.prototype, "readonly", void 0);
|
|
2153
|
+
input_mixin_decorate([
|
|
2154
|
+
(0,external_vue_property_decorator_.Prop)(),
|
|
2155
|
+
input_mixin_metadata("design:type", String)
|
|
2156
|
+
], InputMixin.prototype, "label", void 0);
|
|
2157
|
+
input_mixin_decorate([
|
|
2158
|
+
(0,external_vue_property_decorator_.Prop)(),
|
|
2159
|
+
input_mixin_metadata("design:type", String)
|
|
2160
|
+
], InputMixin.prototype, "labelHint", void 0);
|
|
2161
|
+
input_mixin_decorate([
|
|
2162
|
+
(0,external_vue_property_decorator_.Prop)({ type: Boolean, default: false }),
|
|
2163
|
+
input_mixin_metadata("design:type", Boolean)
|
|
2164
|
+
], InputMixin.prototype, "alignLabelToRight", void 0);
|
|
2165
|
+
input_mixin_decorate([
|
|
2166
|
+
(0,external_vue_property_decorator_.Prop)(),
|
|
2167
|
+
input_mixin_metadata("design:type", Object)
|
|
2168
|
+
], InputMixin.prototype, "tabIndex", void 0);
|
|
2169
|
+
input_mixin_decorate([
|
|
2170
|
+
(0,external_vue_property_decorator_.Prop)({ type: Boolean, default: false }),
|
|
2171
|
+
input_mixin_metadata("design:type", Boolean)
|
|
2172
|
+
], InputMixin.prototype, "autofocus", void 0);
|
|
2173
|
+
input_mixin_decorate([
|
|
2174
|
+
(0,external_vue_property_decorator_.Prop)({ type: Boolean, default: false }),
|
|
2175
|
+
input_mixin_metadata("design:type", Boolean)
|
|
2176
|
+
], InputMixin.prototype, "hideDetails", void 0);
|
|
2177
|
+
input_mixin_decorate([
|
|
2178
|
+
(0,external_vue_property_decorator_.Prop)({ type: Boolean, default: true }),
|
|
2179
|
+
input_mixin_metadata("design:type", Boolean)
|
|
2180
|
+
], InputMixin.prototype, "solo", void 0);
|
|
2181
|
+
input_mixin_decorate([
|
|
2182
|
+
(0,external_vue_property_decorator_.Prop)({ type: String, default: '' }),
|
|
2183
|
+
input_mixin_metadata("design:type", String)
|
|
2184
|
+
], InputMixin.prototype, "placeholder", void 0);
|
|
2185
|
+
input_mixin_decorate([
|
|
2186
|
+
(0,external_vue_property_decorator_.Prop)(),
|
|
2187
|
+
input_mixin_metadata("design:type", String)
|
|
2188
|
+
], InputMixin.prototype, "prependInnerIcon", void 0);
|
|
2189
|
+
input_mixin_decorate([
|
|
2190
|
+
(0,external_vue_property_decorator_.Prop)({ default: '' }),
|
|
2191
|
+
input_mixin_metadata("design:type", String)
|
|
2192
|
+
], InputMixin.prototype, "autocomplete", void 0);
|
|
2193
|
+
|
|
2194
|
+
;// CONCATENATED MODULE: ./node_modules/ts-loader/index.js??clonedRuleSet-1.use[0]!./src/ld-label/ld-label.ts?vue&type=script&lang=ts&external
|
|
2195
|
+
|
|
2196
|
+
|
|
2197
|
+
/**
|
|
2198
|
+
* Простой компонент лейбла для полей карточки
|
|
2199
|
+
* @displayName card-label
|
|
2200
|
+
*/
|
|
2201
|
+
class LabelComponent extends (0,external_vue_class_component_.mixins)(InputMixin) {
|
|
2202
|
+
}
|
|
2203
|
+
|
|
2204
|
+
;// CONCATENATED MODULE: ./src/ld-label/ld-label.ts?vue&type=script&lang=ts&external
|
|
2205
|
+
|
|
2206
|
+
;// CONCATENATED MODULE: ./src/ld-label/ld-label.vue
|
|
2207
|
+
|
|
2208
|
+
|
|
2209
|
+
|
|
2210
|
+
|
|
2211
|
+
;
|
|
2212
|
+
|
|
2213
|
+
|
|
2214
|
+
const ld_label_exports_ = /*#__PURE__*/(0,exportHelper/* default */.A)(LabelComponent, [['render',ld_labelvue_type_template_id_12071c41_scoped_true_ts_true_render],['__scopeId',"data-v-12071c41"]])
|
|
2215
|
+
|
|
2216
|
+
/* harmony default export */ const ld_label = (ld_label_exports_);
|
|
2217
|
+
;// CONCATENATED MODULE: ./src/mixins/grid.mixin.ts
|
|
2218
|
+
var grid_mixin_decorate = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
2219
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
2220
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
2221
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
2222
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
2223
|
+
};
|
|
2224
|
+
var grid_mixin_metadata = (undefined && undefined.__metadata) || function (k, v) {
|
|
2225
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
2226
|
+
};
|
|
2227
|
+
/* eslint-disable eqeqeq */
|
|
2228
|
+
|
|
2229
|
+
|
|
2230
|
+
class GridMixin extends (0,external_vue_property_decorator_.mixins)(ViewportMixin) {
|
|
2231
|
+
constructor() {
|
|
2232
|
+
super(...arguments);
|
|
2233
|
+
this.labelSizeClasses = null;
|
|
2234
|
+
this.inputSizeClasses = null;
|
|
2235
|
+
this.myInputSize = 0;
|
|
2236
|
+
this.myLabelSize = 0;
|
|
2237
|
+
}
|
|
2238
|
+
onMobileViewChanged() {
|
|
2239
|
+
this.gridMixinSetClasses();
|
|
2240
|
+
}
|
|
2241
|
+
created() {
|
|
2242
|
+
this.gridMixinSetClasses();
|
|
2243
|
+
}
|
|
2244
|
+
gridMixinSetClasses() {
|
|
2245
|
+
this.myInputSize = Number(this.inputSize);
|
|
2246
|
+
this.myLabelSize = Number(this.labelSize);
|
|
2247
|
+
if (this.myLabelSize !== 3 || this.myInputSize !== 9) {
|
|
2248
|
+
if (this.myLabelSize) {
|
|
2249
|
+
this.myInputSize = 12 - this.myLabelSize;
|
|
2250
|
+
}
|
|
2251
|
+
if (this.myInputSize) {
|
|
2252
|
+
this.myLabelSize = 12 - this.myInputSize;
|
|
2253
|
+
}
|
|
2254
|
+
}
|
|
2255
|
+
if (this.mobile || this.labelOnTop || this.isMobileGlobal || !this.$utils.isDefined(this.label)) {
|
|
2256
|
+
this.myInputSize = 12;
|
|
2257
|
+
this.myLabelSize = 12;
|
|
2258
|
+
}
|
|
2259
|
+
this.labelSizeClasses = {
|
|
2260
|
+
'v-col-1': this.myLabelSize === 1,
|
|
2261
|
+
'v-col-2': this.myLabelSize === 2,
|
|
2262
|
+
'v-col-3': this.myLabelSize === 3,
|
|
2263
|
+
'v-col-4': this.myLabelSize === 4,
|
|
2264
|
+
'v-col-5': this.myLabelSize === 5,
|
|
2265
|
+
'v-col-6': this.myLabelSize === 6,
|
|
2266
|
+
'v-col-7': this.myLabelSize === 7,
|
|
2267
|
+
'v-col-8': this.myLabelSize === 8,
|
|
2268
|
+
'v-col-9': this.myLabelSize === 9,
|
|
2269
|
+
'v-col-10': this.myLabelSize === 10,
|
|
2270
|
+
'v-col-11': this.myLabelSize === 11,
|
|
2271
|
+
'v-col-12': this.myLabelSize === 12,
|
|
2272
|
+
};
|
|
2273
|
+
this.inputSizeClasses = {
|
|
2274
|
+
'v-col-1': this.myInputSize === 1,
|
|
2275
|
+
'v-col-2': this.myInputSize === 2,
|
|
2276
|
+
'v-col-3': this.myInputSize === 3,
|
|
2277
|
+
'v-col-4': this.myInputSize === 4,
|
|
2278
|
+
'v-col-5': this.myInputSize === 5,
|
|
2279
|
+
'v-col-6': this.myInputSize === 6,
|
|
2280
|
+
'v-col-7': this.myInputSize === 7,
|
|
2281
|
+
'v-col-8': this.myInputSize === 8,
|
|
2282
|
+
'v-col-9': this.myInputSize === 9,
|
|
2283
|
+
'v-col-10': this.myInputSize === 10,
|
|
2284
|
+
'v-col-11': this.myInputSize === 11,
|
|
2285
|
+
'v-col-12': this.myInputSize === 12,
|
|
2286
|
+
};
|
|
2287
|
+
}
|
|
2288
|
+
}
|
|
2289
|
+
grid_mixin_decorate([
|
|
2290
|
+
(0,external_vue_property_decorator_.Prop)({ default: 9 }),
|
|
2291
|
+
grid_mixin_metadata("design:type", Object)
|
|
2292
|
+
], GridMixin.prototype, "inputSize", void 0);
|
|
2293
|
+
grid_mixin_decorate([
|
|
2294
|
+
(0,external_vue_property_decorator_.Prop)({ default: 3 }),
|
|
2295
|
+
grid_mixin_metadata("design:type", Object)
|
|
2296
|
+
], GridMixin.prototype, "labelSize", void 0);
|
|
2297
|
+
grid_mixin_decorate([
|
|
2298
|
+
(0,external_vue_property_decorator_.Prop)(),
|
|
2299
|
+
grid_mixin_metadata("design:type", String)
|
|
2300
|
+
], GridMixin.prototype, "label", void 0);
|
|
2301
|
+
grid_mixin_decorate([
|
|
2302
|
+
(0,external_vue_property_decorator_.Prop)({ default: false, type: Boolean }),
|
|
2303
|
+
grid_mixin_metadata("design:type", Boolean)
|
|
2304
|
+
], GridMixin.prototype, "labelOnTop", void 0);
|
|
2305
|
+
grid_mixin_decorate([
|
|
2306
|
+
(0,external_vue_property_decorator_.Prop)(),
|
|
2307
|
+
grid_mixin_metadata("design:type", Boolean)
|
|
2308
|
+
], GridMixin.prototype, "mobile", void 0);
|
|
2309
|
+
grid_mixin_decorate([
|
|
2310
|
+
(0,external_vue_property_decorator_.Watch)('isMobileGlobal'),
|
|
2311
|
+
(0,external_vue_property_decorator_.Watch)('mobile'),
|
|
2312
|
+
(0,external_vue_property_decorator_.Watch)('labelOnTop'),
|
|
2313
|
+
grid_mixin_metadata("design:type", Function),
|
|
2314
|
+
grid_mixin_metadata("design:paramtypes", []),
|
|
2315
|
+
grid_mixin_metadata("design:returntype", void 0)
|
|
2316
|
+
], GridMixin.prototype, "onMobileViewChanged", null);
|
|
2317
|
+
|
|
2318
|
+
// EXTERNAL MODULE: external "@vuelidate/validators"
|
|
2319
|
+
var validators_ = __webpack_require__(887);
|
|
2320
|
+
;// CONCATENATED MODULE: ./src/mixins/validators.ts
|
|
2321
|
+
/* eslint-disable no-nested-ternary */
|
|
2322
|
+
|
|
2323
|
+
/** requiredRule(name?: string) - Обязательность заполнения поля */
|
|
2324
|
+
const requiredRule = (name) => value => {
|
|
2325
|
+
// eslint-disable-next-line eqeqeq
|
|
2326
|
+
if (value == null || (typeof value === 'string' && value === '')) {
|
|
2327
|
+
return name ? `Поле ${name} обязательно` : 'Это поле обязательно';
|
|
2328
|
+
}
|
|
2329
|
+
const valid = validators_.required.$validator(value, null, null);
|
|
2330
|
+
if (typeof valid === 'boolean' && valid) {
|
|
2331
|
+
return true;
|
|
2332
|
+
}
|
|
2333
|
+
return name ? `Поле ${name} обязательно` : 'Это поле обязательно';
|
|
2334
|
+
};
|
|
2335
|
+
/** maxLengthRule(max: number) - Значение должно быть меньше ${max} символов */
|
|
2336
|
+
const maxLengthRule = (max) => value => {
|
|
2337
|
+
const valid = (0,validators_.maxLength)(max).$validator(value, null, null);
|
|
2338
|
+
if (typeof valid === 'boolean' && valid) {
|
|
2339
|
+
return true;
|
|
2340
|
+
}
|
|
2341
|
+
return `Значение должно быть меньше ${max} символов`;
|
|
2342
|
+
};
|
|
2343
|
+
/** alphaRule() - Разрешены только буквы */
|
|
2344
|
+
const alphaRule = () => value => {
|
|
2345
|
+
const valid = validators_.alpha.$validator(value, null, null);
|
|
2346
|
+
if (typeof valid === 'boolean' && valid) {
|
|
2347
|
+
return true;
|
|
2348
|
+
}
|
|
2349
|
+
return 'Разрешены только латинские буквы';
|
|
2350
|
+
};
|
|
2351
|
+
/** alphaNumRule() - Разрешены только буквы и цифры */
|
|
2352
|
+
const alphaNumRule = () => value => {
|
|
2353
|
+
const valid = validators_.alphaNum.$validator(value, null, null);
|
|
2354
|
+
if (typeof valid === 'boolean' && valid) {
|
|
2355
|
+
return true;
|
|
2356
|
+
}
|
|
2357
|
+
return 'Разрешены только латинские буквы и цифры';
|
|
2358
|
+
};
|
|
2359
|
+
/** andRule(..._validators: Array<() => {}>) - Добавление дополнительных валидаторов */
|
|
2360
|
+
// export const andRule =
|
|
2361
|
+
// (..._validators: Array<ValidationRule>): ValidateFunction =>
|
|
2362
|
+
// value =>
|
|
2363
|
+
// and(_validators) ? 'Ошибка' : true;
|
|
2364
|
+
/** betweenRule(min: number, max: number) - допустимы значения в диапазоне от ${min} до ${max} */
|
|
2365
|
+
const betweenRule = (min, max) => value => {
|
|
2366
|
+
const valid = (0,validators_.between)(min, max).$validator(value, null, null);
|
|
2367
|
+
if (typeof valid === 'boolean' && valid) {
|
|
2368
|
+
return true;
|
|
2369
|
+
}
|
|
2370
|
+
return `Значение должно быть в диапазоне от ${min} до ${max}`;
|
|
2371
|
+
};
|
|
2372
|
+
/** decimalRule() - Значение должно быть целым или дробным числом */
|
|
2373
|
+
const decimalRule = () => value => {
|
|
2374
|
+
const valid = validators_.decimal.$validator(value, null, null);
|
|
2375
|
+
if (typeof valid === 'boolean' && valid) {
|
|
2376
|
+
return true;
|
|
2377
|
+
}
|
|
2378
|
+
return 'Значение должно быть целым или дробным числом';
|
|
2379
|
+
};
|
|
2380
|
+
/** emailRule() - только эл. почта */
|
|
2381
|
+
const emailRule = () => value => {
|
|
2382
|
+
const valid = validators_.email.$validator(value, null, null);
|
|
2383
|
+
if (typeof valid === 'boolean' && valid) {
|
|
2384
|
+
return true;
|
|
2385
|
+
}
|
|
2386
|
+
return 'Неверный формат адреса эл.почты';
|
|
2387
|
+
};
|
|
2388
|
+
/** integerRule() - Значение должно быть целым числом */
|
|
2389
|
+
const integerRule = () => value => {
|
|
2390
|
+
const valid = validators_.integer.$validator(value, null, null);
|
|
2391
|
+
if (typeof valid === 'boolean' && valid) {
|
|
2392
|
+
return true;
|
|
2393
|
+
}
|
|
2394
|
+
return 'Значение должно быть целым числом';
|
|
2395
|
+
};
|
|
2396
|
+
/** ipAddressRule() - Неправильный формат IP-адреса */
|
|
2397
|
+
const ipAddressRule = () => value => {
|
|
2398
|
+
const valid = validators_.ipAddress.$validator(value, null, null);
|
|
2399
|
+
if (typeof valid === 'boolean' && valid) {
|
|
2400
|
+
return true;
|
|
2401
|
+
}
|
|
2402
|
+
return 'Неправильный формат IP-адреса';
|
|
2403
|
+
};
|
|
2404
|
+
/** macAddressRule() - Неправильный формат mac-адреса */
|
|
2405
|
+
const macAddressRule = () => value => {
|
|
2406
|
+
const valid = (0,validators_.macAddress)(':').$validator(value, null, null);
|
|
2407
|
+
if (typeof valid === 'boolean' && valid) {
|
|
2408
|
+
return true;
|
|
2409
|
+
}
|
|
2410
|
+
return 'Неправильный формат mac-адреса';
|
|
2411
|
+
};
|
|
2412
|
+
/** maxValueRule(max: number) - Значение должно быть меньше ${max} */
|
|
2413
|
+
const maxValueRule = (max) => value => {
|
|
2414
|
+
const valid = (0,validators_.maxValue)(max).$validator(value, null, null);
|
|
2415
|
+
if (typeof valid === 'boolean' && valid) {
|
|
2416
|
+
return true;
|
|
2417
|
+
}
|
|
2418
|
+
return `Значение должно быть меньше ${max}`;
|
|
2419
|
+
};
|
|
2420
|
+
/** minValueRule(min: number) - Значение должно быть больше ${min} */
|
|
2421
|
+
const minValueRule = (min) => value => {
|
|
2422
|
+
const valid = (0,validators_.minValue)(min).$validator(value, null, null);
|
|
2423
|
+
if (typeof valid === 'boolean' && valid) {
|
|
2424
|
+
return true;
|
|
2425
|
+
}
|
|
2426
|
+
return `Значение должно быть больше ${min}`;
|
|
2427
|
+
};
|
|
2428
|
+
/** numericRule() - Разрешены только цифры */
|
|
2429
|
+
const numericRule = () => value => {
|
|
2430
|
+
const valid = validators_.numeric.$validator(value, null, null);
|
|
2431
|
+
if (typeof valid === 'boolean' && valid) {
|
|
2432
|
+
return true;
|
|
2433
|
+
}
|
|
2434
|
+
return 'Разрешены только цифры';
|
|
2435
|
+
};
|
|
2436
|
+
/** urlRule() - Неправильный формат URI */
|
|
2437
|
+
const urlRule = () => value => {
|
|
2438
|
+
const valid = validators_.url.$validator(value, null, null);
|
|
2439
|
+
if (typeof valid === 'boolean' && valid) {
|
|
2440
|
+
return true;
|
|
2441
|
+
}
|
|
2442
|
+
return 'Неправильный формат URI';
|
|
2443
|
+
};
|
|
2444
|
+
/** phoneRule() - Неправильный формат телефона */
|
|
2445
|
+
const phoneRule = () => value => {
|
|
2446
|
+
const pattern = /^[\d()+-]+$/;
|
|
2447
|
+
return pattern.test(value) || 'Неправильный формат телефона';
|
|
2448
|
+
};
|
|
2449
|
+
const validators = {
|
|
2450
|
+
requiredRule,
|
|
2451
|
+
maxLengthRule,
|
|
2452
|
+
alphaRule,
|
|
2453
|
+
alphaNumRule,
|
|
2454
|
+
betweenRule,
|
|
2455
|
+
decimalRule,
|
|
2456
|
+
emailRule,
|
|
2457
|
+
integerRule,
|
|
2458
|
+
ipAddressRule,
|
|
2459
|
+
macAddressRule,
|
|
2460
|
+
maxValueRule,
|
|
2461
|
+
minValueRule,
|
|
2462
|
+
numericRule,
|
|
2463
|
+
urlRule,
|
|
2464
|
+
phoneRule,
|
|
2465
|
+
};
|
|
2466
|
+
/* harmony default export */ const mixins_validators = ({});
|
|
2467
|
+
|
|
2468
|
+
;// CONCATENATED MODULE: ./src/utils/UIDGenerator.ts
|
|
2469
|
+
function uidGen(len = 6, format) {
|
|
2470
|
+
let result = '';
|
|
2471
|
+
let dic = '';
|
|
2472
|
+
switch (format) {
|
|
2473
|
+
case 'a-z':
|
|
2474
|
+
dic = 'abcdefghijklmnopqrstuvwxyz';
|
|
2475
|
+
break;
|
|
2476
|
+
case 'A-Z':
|
|
2477
|
+
dic = 'ABCDEFGHIJKLMNOPQRSTUWVXYZ';
|
|
2478
|
+
break;
|
|
2479
|
+
case '0-9':
|
|
2480
|
+
dic = '1234567890';
|
|
2481
|
+
break;
|
|
2482
|
+
case 'a-zA-Z':
|
|
2483
|
+
dic = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUWVXYZ';
|
|
2484
|
+
break;
|
|
2485
|
+
case 'a-z0-9':
|
|
2486
|
+
dic = 'abcdefghijklmnopqrstuvwxyz1234567890';
|
|
2487
|
+
break;
|
|
2488
|
+
case 'A-Z0-9':
|
|
2489
|
+
dic = 'ABCDEFGHIJKLMNOPQRSTUWVXYZ1234567890';
|
|
2490
|
+
break;
|
|
2491
|
+
default:
|
|
2492
|
+
dic = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUWVXYZ1234567890';
|
|
2493
|
+
}
|
|
2494
|
+
for (let i = 0; i < len; i++) {
|
|
2495
|
+
result += dic.charAt(Math.floor(Math.random() * dic.length));
|
|
2496
|
+
}
|
|
2497
|
+
if (format === '0-9') {
|
|
2498
|
+
return Number(result);
|
|
2499
|
+
}
|
|
2500
|
+
return result;
|
|
2501
|
+
}
|
|
2502
|
+
|
|
2503
|
+
;// CONCATENATED MODULE: ./src/mixins/validatable.mixin.ts
|
|
2504
|
+
var validatable_mixin_decorate = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
2505
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
2506
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
2507
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
2508
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
2509
|
+
};
|
|
2510
|
+
var validatable_mixin_metadata = (undefined && undefined.__metadata) || function (k, v) {
|
|
2511
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
2512
|
+
};
|
|
2513
|
+
var validatable_mixin_a, _b, _c;
|
|
2514
|
+
|
|
2515
|
+
|
|
2516
|
+
|
|
2517
|
+
class ValidatableMixin extends external_vue_property_decorator_.Vue {
|
|
2518
|
+
constructor() {
|
|
2519
|
+
super(...arguments);
|
|
2520
|
+
this.myRules = [];
|
|
2521
|
+
this.validationMessage = '';
|
|
2522
|
+
this.errorBucket = [];
|
|
2523
|
+
this.uid = uidGen(6, '0-9');
|
|
2524
|
+
}
|
|
2525
|
+
onRulesChanged(newVal) {
|
|
2526
|
+
if (Array.isArray(newVal) && newVal.length) {
|
|
2527
|
+
this.myRules = [...newVal, ...this.customRules];
|
|
2528
|
+
}
|
|
2529
|
+
else {
|
|
2530
|
+
this.myRules = [...this.customRules];
|
|
2531
|
+
}
|
|
2532
|
+
}
|
|
2533
|
+
get validRules() {
|
|
2534
|
+
return this.required ? [requiredRule()].concat(this.myRules) : this.myRules;
|
|
2535
|
+
}
|
|
2536
|
+
get showError() {
|
|
2537
|
+
return this.validRules.length ? Boolean(this.validationMessage) : false;
|
|
2538
|
+
}
|
|
2539
|
+
}
|
|
2540
|
+
validatable_mixin_decorate([
|
|
2541
|
+
(0,external_vue_property_decorator_.Prop)({ type: Array, default: () => [] }),
|
|
2542
|
+
validatable_mixin_metadata("design:type", typeof (validatable_mixin_a = typeof Array !== "undefined" && Array) === "function" ? validatable_mixin_a : Object)
|
|
2543
|
+
], ValidatableMixin.prototype, "rules", void 0);
|
|
2544
|
+
validatable_mixin_decorate([
|
|
2545
|
+
(0,external_vue_property_decorator_.Prop)({ type: Array, default: () => [] }),
|
|
2546
|
+
validatable_mixin_metadata("design:type", typeof (_b = typeof Array !== "undefined" && Array) === "function" ? _b : Object)
|
|
2547
|
+
], ValidatableMixin.prototype, "customRules", void 0);
|
|
2548
|
+
validatable_mixin_decorate([
|
|
2549
|
+
(0,external_vue_property_decorator_.Prop)({ type: Boolean, default: true }),
|
|
2550
|
+
validatable_mixin_metadata("design:type", Boolean)
|
|
2551
|
+
], ValidatableMixin.prototype, "validateOnBlur", void 0);
|
|
2552
|
+
validatable_mixin_decorate([
|
|
2553
|
+
(0,external_vue_property_decorator_.Watch)('rules', { immediate: true }),
|
|
2554
|
+
validatable_mixin_metadata("design:type", Function),
|
|
2555
|
+
validatable_mixin_metadata("design:paramtypes", [typeof (_c = typeof Array !== "undefined" && Array) === "function" ? _c : Object]),
|
|
2556
|
+
validatable_mixin_metadata("design:returntype", void 0)
|
|
2557
|
+
], ValidatableMixin.prototype, "onRulesChanged", null);
|
|
2558
|
+
|
|
2559
|
+
// EXTERNAL MODULE: external "vue-imask"
|
|
2560
|
+
var external_vue_imask_ = __webpack_require__(3434);
|
|
2561
|
+
;// CONCATENATED MODULE: ./node_modules/ts-loader/index.js??clonedRuleSet-1.use[0]!./src/ld-edit-text/ld-edit-text.ts?vue&type=script&lang=ts&external
|
|
2562
|
+
var ld_edit_textvue_type_script_lang_ts_external_decorate = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
2563
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
2564
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
2565
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
2566
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
2567
|
+
};
|
|
2568
|
+
var ld_edit_textvue_type_script_lang_ts_external_metadata = (undefined && undefined.__metadata) || function (k, v) {
|
|
2569
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
2570
|
+
};
|
|
2571
|
+
var ld_edit_textvue_type_script_lang_ts_external_a, ld_edit_textvue_type_script_lang_ts_external_b;
|
|
2572
|
+
|
|
2573
|
+
|
|
2574
|
+
|
|
2575
|
+
|
|
2576
|
+
|
|
2577
|
+
|
|
2578
|
+
|
|
2579
|
+
|
|
2580
|
+
|
|
2581
|
+
/**
|
|
2582
|
+
* Простой компонент ввода текстовой информации
|
|
2583
|
+
* @displayName card-edit-text
|
|
2584
|
+
* @property validateOnBlur: booolean (default: false)
|
|
2585
|
+
* @property rules: Array<string> - набор названий предопределённых правил валидации. Правила описаны в файле ;
|
|
2586
|
+
* @property customRules: Array<() => boolean> - набор кастомных правил валидации. (пример на https://vuetifyjs.com/ru/components/text-fields);
|
|
2587
|
+
*/
|
|
2588
|
+
let EditTextComponent = class EditTextComponent extends (0,external_vue_class_component_.mixins)(ValidatableMixin, GridMixin, InputMixin) {
|
|
2589
|
+
constructor() {
|
|
2590
|
+
super(...arguments);
|
|
2591
|
+
this.value = '-1'; // используется для числового ввода (onlyNumbers = true), string из-за требований imask-input (он ждёт строку)
|
|
2592
|
+
this.deboucedFunc = null;
|
|
2593
|
+
this.savedModelValue = '';
|
|
2594
|
+
this.passwordVisible = false;
|
|
2595
|
+
}
|
|
2596
|
+
emitEnter(e) {
|
|
2597
|
+
return e;
|
|
2598
|
+
}
|
|
2599
|
+
emitKeydown(e) {
|
|
2600
|
+
return e;
|
|
2601
|
+
}
|
|
2602
|
+
emitChange(e) {
|
|
2603
|
+
return e;
|
|
2604
|
+
}
|
|
2605
|
+
emitUpdateModelValue(value) {
|
|
2606
|
+
return value;
|
|
2607
|
+
}
|
|
2608
|
+
emitUpdateValue(value) {
|
|
2609
|
+
return value;
|
|
2610
|
+
}
|
|
2611
|
+
emitClick(e) {
|
|
2612
|
+
return e;
|
|
2613
|
+
}
|
|
2614
|
+
emitCopy(e) {
|
|
2615
|
+
return e;
|
|
2616
|
+
}
|
|
2617
|
+
emitBlur(e) {
|
|
2618
|
+
return e;
|
|
2619
|
+
}
|
|
2620
|
+
emitFocus(e) {
|
|
2621
|
+
return e;
|
|
2622
|
+
}
|
|
2623
|
+
onTextChanged() {
|
|
2624
|
+
if (!this.onlyNumbers && this.$refs.vInput) {
|
|
2625
|
+
this.validate();
|
|
2626
|
+
}
|
|
2627
|
+
else {
|
|
2628
|
+
if (this.value && String(this.value) === String(this.modelValue)) {
|
|
2629
|
+
return;
|
|
2630
|
+
}
|
|
2631
|
+
this.value = Number.isNaN(Number(this.modelValue)) ? '' : (this.modelValue || '').toString();
|
|
2632
|
+
this.validate();
|
|
2633
|
+
}
|
|
2634
|
+
}
|
|
2635
|
+
onlyNumbersChange(newVal) {
|
|
2636
|
+
if (newVal) {
|
|
2637
|
+
if (!this.modelValue) {
|
|
2638
|
+
this.value = '0';
|
|
2639
|
+
}
|
|
2640
|
+
else {
|
|
2641
|
+
this.value = Number.isNaN(Number(this.modelValue)) ? '' : this.modelValue.toString();
|
|
2642
|
+
}
|
|
2643
|
+
this.form?.register(this, null);
|
|
2644
|
+
}
|
|
2645
|
+
else {
|
|
2646
|
+
this.form?.unregister(this, null);
|
|
2647
|
+
}
|
|
2648
|
+
}
|
|
2649
|
+
onValueChanged(newVal, oldVal) {
|
|
2650
|
+
if (!newVal && !oldVal) {
|
|
2651
|
+
return;
|
|
2652
|
+
}
|
|
2653
|
+
const emitData = this.$utils.isDefined(newVal) ? Number(newVal) : null;
|
|
2654
|
+
if (this.nonZero && emitData === 0) {
|
|
2655
|
+
this.value = null;
|
|
2656
|
+
}
|
|
2657
|
+
this.emitUpdateModelValue(emitData);
|
|
2658
|
+
}
|
|
2659
|
+
created() {
|
|
2660
|
+
if (this.form) {
|
|
2661
|
+
this.form.register(this, null);
|
|
2662
|
+
}
|
|
2663
|
+
if (this.debounced) {
|
|
2664
|
+
this.deboucedFunc = lodash_es_debounce((value) => this.emitUpdateModelValue(value), this.debounced);
|
|
2665
|
+
}
|
|
2666
|
+
}
|
|
2667
|
+
unmounted() {
|
|
2668
|
+
if (this.form) {
|
|
2669
|
+
this.form.unregister(this, null);
|
|
2670
|
+
}
|
|
2671
|
+
}
|
|
2672
|
+
onBlur(e) {
|
|
2673
|
+
this.emitBlur(e);
|
|
2674
|
+
this.validate();
|
|
2675
|
+
}
|
|
2676
|
+
onFocus(e) {
|
|
2677
|
+
this.emitFocus(e);
|
|
2678
|
+
this.validationMessage = '';
|
|
2679
|
+
}
|
|
2680
|
+
onKeydown(e) {
|
|
2681
|
+
if (e.key === 'Enter') {
|
|
2682
|
+
this.emitEnter(e);
|
|
2683
|
+
}
|
|
2684
|
+
else {
|
|
2685
|
+
this.emitKeydown(e);
|
|
2686
|
+
}
|
|
2687
|
+
}
|
|
2688
|
+
onUpdateModelValue(value) {
|
|
2689
|
+
if (this.type === 'password' && !this.passwordVisible) {
|
|
2690
|
+
const val = value.replace(/•/g, '');
|
|
2691
|
+
if (val.length === 0) {
|
|
2692
|
+
this.savedModelValue = this.savedModelValue.slice(0, value.length);
|
|
2693
|
+
}
|
|
2694
|
+
else if (value.length === 1) {
|
|
2695
|
+
this.savedModelValue = val;
|
|
2696
|
+
}
|
|
2697
|
+
else if (value.length > 1) {
|
|
2698
|
+
this.savedModelValue += val;
|
|
2699
|
+
}
|
|
2700
|
+
value = value
|
|
2701
|
+
.split('')
|
|
2702
|
+
.map(i => '•')
|
|
2703
|
+
.join('');
|
|
2704
|
+
}
|
|
2705
|
+
if (this.debounced) {
|
|
2706
|
+
this.deboucedFunc(value);
|
|
2707
|
+
}
|
|
2708
|
+
else {
|
|
2709
|
+
this.emitUpdateModelValue(value);
|
|
2710
|
+
this.emitUpdateValue(this.savedModelValue);
|
|
2711
|
+
}
|
|
2712
|
+
}
|
|
2713
|
+
passwordVisibilityToggle() {
|
|
2714
|
+
this.passwordVisible = !this.passwordVisible;
|
|
2715
|
+
if (this.passwordVisible) {
|
|
2716
|
+
this.onUpdateModelValue(this.savedModelValue);
|
|
2717
|
+
}
|
|
2718
|
+
else {
|
|
2719
|
+
this.savedModelValue = '';
|
|
2720
|
+
this.onUpdateModelValue(this.modelValue);
|
|
2721
|
+
}
|
|
2722
|
+
}
|
|
2723
|
+
validate() {
|
|
2724
|
+
let funcResult = null;
|
|
2725
|
+
this.validationMessage = '';
|
|
2726
|
+
for (const func of this.validRules) {
|
|
2727
|
+
if (this.validationMessage) {
|
|
2728
|
+
break;
|
|
2729
|
+
}
|
|
2730
|
+
const value = this.type === 'password' ? this.savedModelValue : this.modelValue;
|
|
2731
|
+
funcResult = func(value);
|
|
2732
|
+
if (typeof funcResult === 'string') {
|
|
2733
|
+
this.validationMessage = funcResult;
|
|
2734
|
+
}
|
|
2735
|
+
}
|
|
2736
|
+
return !this.validationMessage;
|
|
2737
|
+
}
|
|
2738
|
+
get appendIcon() {
|
|
2739
|
+
if (this.clearIcon && this.modelValue) {
|
|
2740
|
+
return 'close';
|
|
2741
|
+
}
|
|
2742
|
+
return '';
|
|
2743
|
+
}
|
|
2744
|
+
get labelStyle() {
|
|
2745
|
+
return {
|
|
2746
|
+
'text-align': this.alignLabelToRight ? 'end' : 'start',
|
|
2747
|
+
};
|
|
2748
|
+
}
|
|
2749
|
+
};
|
|
2750
|
+
ld_edit_textvue_type_script_lang_ts_external_decorate([
|
|
2751
|
+
(0,external_vue_property_decorator_.Prop)(),
|
|
2752
|
+
ld_edit_textvue_type_script_lang_ts_external_metadata("design:type", Object)
|
|
2753
|
+
], EditTextComponent.prototype, "modelValue", void 0);
|
|
2754
|
+
ld_edit_textvue_type_script_lang_ts_external_decorate([
|
|
2755
|
+
(0,external_vue_property_decorator_.Prop)({ default: 'text' }),
|
|
2756
|
+
ld_edit_textvue_type_script_lang_ts_external_metadata("design:type", String)
|
|
2757
|
+
], EditTextComponent.prototype, "type", void 0);
|
|
2758
|
+
ld_edit_textvue_type_script_lang_ts_external_decorate([
|
|
2759
|
+
(0,external_vue_property_decorator_.Prop)({ default: false, type: Boolean }),
|
|
2760
|
+
ld_edit_textvue_type_script_lang_ts_external_metadata("design:type", Boolean)
|
|
2761
|
+
], EditTextComponent.prototype, "clearIcon", void 0);
|
|
2762
|
+
ld_edit_textvue_type_script_lang_ts_external_decorate([
|
|
2763
|
+
(0,external_vue_property_decorator_.Prop)({ type: Boolean, default: false }),
|
|
2764
|
+
ld_edit_textvue_type_script_lang_ts_external_metadata("design:type", Boolean)
|
|
2765
|
+
], EditTextComponent.prototype, "persistentHint", void 0);
|
|
2766
|
+
ld_edit_textvue_type_script_lang_ts_external_decorate([
|
|
2767
|
+
(0,external_vue_property_decorator_.Prop)(),
|
|
2768
|
+
ld_edit_textvue_type_script_lang_ts_external_metadata("design:type", String)
|
|
2769
|
+
], EditTextComponent.prototype, "inputHint", void 0);
|
|
2770
|
+
ld_edit_textvue_type_script_lang_ts_external_decorate([
|
|
2771
|
+
(0,external_vue_property_decorator_.Prop)(),
|
|
2772
|
+
ld_edit_textvue_type_script_lang_ts_external_metadata("design:type", String)
|
|
2773
|
+
], EditTextComponent.prototype, "mask", void 0);
|
|
2774
|
+
ld_edit_textvue_type_script_lang_ts_external_decorate([
|
|
2775
|
+
(0,external_vue_property_decorator_.Prop)(),
|
|
2776
|
+
ld_edit_textvue_type_script_lang_ts_external_metadata("design:type", Object)
|
|
2777
|
+
], EditTextComponent.prototype, "maxlength", void 0);
|
|
2778
|
+
ld_edit_textvue_type_script_lang_ts_external_decorate([
|
|
2779
|
+
(0,external_vue_property_decorator_.Prop)({ type: String, default: '' }),
|
|
2780
|
+
ld_edit_textvue_type_script_lang_ts_external_metadata("design:type", String)
|
|
2781
|
+
], EditTextComponent.prototype, "placeholder", void 0);
|
|
2782
|
+
ld_edit_textvue_type_script_lang_ts_external_decorate([
|
|
2783
|
+
(0,external_vue_property_decorator_.Prop)(),
|
|
2784
|
+
ld_edit_textvue_type_script_lang_ts_external_metadata("design:type", String)
|
|
2785
|
+
], EditTextComponent.prototype, "prefix", void 0);
|
|
2786
|
+
ld_edit_textvue_type_script_lang_ts_external_decorate([
|
|
2787
|
+
(0,external_vue_property_decorator_.Prop)(),
|
|
2788
|
+
ld_edit_textvue_type_script_lang_ts_external_metadata("design:type", String)
|
|
2789
|
+
], EditTextComponent.prototype, "suffix", void 0);
|
|
2790
|
+
ld_edit_textvue_type_script_lang_ts_external_decorate([
|
|
2791
|
+
(0,external_vue_property_decorator_.Prop)({ type: Boolean, default: false }),
|
|
2792
|
+
ld_edit_textvue_type_script_lang_ts_external_metadata("design:type", Boolean)
|
|
2793
|
+
], EditTextComponent.prototype, "clearable", void 0);
|
|
2794
|
+
ld_edit_textvue_type_script_lang_ts_external_decorate([
|
|
2795
|
+
(0,external_vue_property_decorator_.Prop)({ type: Boolean, default: false }),
|
|
2796
|
+
ld_edit_textvue_type_script_lang_ts_external_metadata("design:type", Boolean)
|
|
2797
|
+
], EditTextComponent.prototype, "onlyNumbers", void 0);
|
|
2798
|
+
ld_edit_textvue_type_script_lang_ts_external_decorate([
|
|
2799
|
+
(0,external_vue_property_decorator_.Prop)({ type: Boolean, default: false }),
|
|
2800
|
+
ld_edit_textvue_type_script_lang_ts_external_metadata("design:type", Boolean)
|
|
2801
|
+
], EditTextComponent.prototype, "nonZero", void 0);
|
|
2802
|
+
ld_edit_textvue_type_script_lang_ts_external_decorate([
|
|
2803
|
+
(0,external_vue_property_decorator_.Prop)(),
|
|
2804
|
+
ld_edit_textvue_type_script_lang_ts_external_metadata("design:type", Number)
|
|
2805
|
+
], EditTextComponent.prototype, "scale", void 0);
|
|
2806
|
+
ld_edit_textvue_type_script_lang_ts_external_decorate([
|
|
2807
|
+
(0,external_vue_property_decorator_.Prop)(),
|
|
2808
|
+
ld_edit_textvue_type_script_lang_ts_external_metadata("design:type", Number)
|
|
2809
|
+
], EditTextComponent.prototype, "minValue", void 0);
|
|
2810
|
+
ld_edit_textvue_type_script_lang_ts_external_decorate([
|
|
2811
|
+
(0,external_vue_property_decorator_.Prop)(),
|
|
2812
|
+
ld_edit_textvue_type_script_lang_ts_external_metadata("design:type", Number)
|
|
2813
|
+
], EditTextComponent.prototype, "maxValue", void 0);
|
|
2814
|
+
ld_edit_textvue_type_script_lang_ts_external_decorate([
|
|
2815
|
+
(0,external_vue_property_decorator_.Prop)({ type: Boolean, default: false }),
|
|
2816
|
+
ld_edit_textvue_type_script_lang_ts_external_metadata("design:type", Boolean)
|
|
2817
|
+
], EditTextComponent.prototype, "signed", void 0);
|
|
2818
|
+
ld_edit_textvue_type_script_lang_ts_external_decorate([
|
|
2819
|
+
(0,external_vue_property_decorator_.Prop)(),
|
|
2820
|
+
ld_edit_textvue_type_script_lang_ts_external_metadata("design:type", Number)
|
|
2821
|
+
], EditTextComponent.prototype, "debounced", void 0);
|
|
2822
|
+
ld_edit_textvue_type_script_lang_ts_external_decorate([
|
|
2823
|
+
(0,external_vue_property_decorator_.Inject)({ from: 'form', default: null }),
|
|
2824
|
+
ld_edit_textvue_type_script_lang_ts_external_metadata("design:type", Object)
|
|
2825
|
+
], EditTextComponent.prototype, "form", void 0);
|
|
2826
|
+
ld_edit_textvue_type_script_lang_ts_external_decorate([
|
|
2827
|
+
Emit('enter'),
|
|
2828
|
+
ld_edit_textvue_type_script_lang_ts_external_metadata("design:type", Function),
|
|
2829
|
+
ld_edit_textvue_type_script_lang_ts_external_metadata("design:paramtypes", [typeof (ld_edit_textvue_type_script_lang_ts_external_a = typeof KeyboardEvent !== "undefined" && KeyboardEvent) === "function" ? ld_edit_textvue_type_script_lang_ts_external_a : Object]),
|
|
2830
|
+
ld_edit_textvue_type_script_lang_ts_external_metadata("design:returntype", void 0)
|
|
2831
|
+
], EditTextComponent.prototype, "emitEnter", null);
|
|
2832
|
+
ld_edit_textvue_type_script_lang_ts_external_decorate([
|
|
2833
|
+
Emit('keydown'),
|
|
2834
|
+
ld_edit_textvue_type_script_lang_ts_external_metadata("design:type", Function),
|
|
2835
|
+
ld_edit_textvue_type_script_lang_ts_external_metadata("design:paramtypes", [typeof (ld_edit_textvue_type_script_lang_ts_external_b = typeof KeyboardEvent !== "undefined" && KeyboardEvent) === "function" ? ld_edit_textvue_type_script_lang_ts_external_b : Object]),
|
|
2836
|
+
ld_edit_textvue_type_script_lang_ts_external_metadata("design:returntype", void 0)
|
|
2837
|
+
], EditTextComponent.prototype, "emitKeydown", null);
|
|
2838
|
+
ld_edit_textvue_type_script_lang_ts_external_decorate([
|
|
2839
|
+
Emit('change'),
|
|
2840
|
+
ld_edit_textvue_type_script_lang_ts_external_metadata("design:type", Function),
|
|
2841
|
+
ld_edit_textvue_type_script_lang_ts_external_metadata("design:paramtypes", [Object]),
|
|
2842
|
+
ld_edit_textvue_type_script_lang_ts_external_metadata("design:returntype", void 0)
|
|
2843
|
+
], EditTextComponent.prototype, "emitChange", null);
|
|
2844
|
+
ld_edit_textvue_type_script_lang_ts_external_decorate([
|
|
2845
|
+
Emit('update:model-value'),
|
|
2846
|
+
ld_edit_textvue_type_script_lang_ts_external_metadata("design:type", Function),
|
|
2847
|
+
ld_edit_textvue_type_script_lang_ts_external_metadata("design:paramtypes", [Object]),
|
|
2848
|
+
ld_edit_textvue_type_script_lang_ts_external_metadata("design:returntype", void 0)
|
|
2849
|
+
], EditTextComponent.prototype, "emitUpdateModelValue", null);
|
|
2850
|
+
ld_edit_textvue_type_script_lang_ts_external_decorate([
|
|
2851
|
+
Emit('update:value'),
|
|
2852
|
+
ld_edit_textvue_type_script_lang_ts_external_metadata("design:type", Function),
|
|
2853
|
+
ld_edit_textvue_type_script_lang_ts_external_metadata("design:paramtypes", [Object]),
|
|
2854
|
+
ld_edit_textvue_type_script_lang_ts_external_metadata("design:returntype", void 0)
|
|
2855
|
+
], EditTextComponent.prototype, "emitUpdateValue", null);
|
|
2856
|
+
ld_edit_textvue_type_script_lang_ts_external_decorate([
|
|
2857
|
+
Emit('click'),
|
|
2858
|
+
ld_edit_textvue_type_script_lang_ts_external_metadata("design:type", Function),
|
|
2859
|
+
ld_edit_textvue_type_script_lang_ts_external_metadata("design:paramtypes", [Object]),
|
|
2860
|
+
ld_edit_textvue_type_script_lang_ts_external_metadata("design:returntype", void 0)
|
|
2861
|
+
], EditTextComponent.prototype, "emitClick", null);
|
|
2862
|
+
ld_edit_textvue_type_script_lang_ts_external_decorate([
|
|
2863
|
+
Emit('copy'),
|
|
2864
|
+
ld_edit_textvue_type_script_lang_ts_external_metadata("design:type", Function),
|
|
2865
|
+
ld_edit_textvue_type_script_lang_ts_external_metadata("design:paramtypes", [Object]),
|
|
2866
|
+
ld_edit_textvue_type_script_lang_ts_external_metadata("design:returntype", void 0)
|
|
2867
|
+
], EditTextComponent.prototype, "emitCopy", null);
|
|
2868
|
+
ld_edit_textvue_type_script_lang_ts_external_decorate([
|
|
2869
|
+
Emit('blur'),
|
|
2870
|
+
ld_edit_textvue_type_script_lang_ts_external_metadata("design:type", Function),
|
|
2871
|
+
ld_edit_textvue_type_script_lang_ts_external_metadata("design:paramtypes", [Object]),
|
|
2872
|
+
ld_edit_textvue_type_script_lang_ts_external_metadata("design:returntype", void 0)
|
|
2873
|
+
], EditTextComponent.prototype, "emitBlur", null);
|
|
2874
|
+
ld_edit_textvue_type_script_lang_ts_external_decorate([
|
|
2875
|
+
Emit('focus'),
|
|
2876
|
+
ld_edit_textvue_type_script_lang_ts_external_metadata("design:type", Function),
|
|
2877
|
+
ld_edit_textvue_type_script_lang_ts_external_metadata("design:paramtypes", [Object]),
|
|
2878
|
+
ld_edit_textvue_type_script_lang_ts_external_metadata("design:returntype", void 0)
|
|
2879
|
+
], EditTextComponent.prototype, "emitFocus", null);
|
|
2880
|
+
ld_edit_textvue_type_script_lang_ts_external_decorate([
|
|
2881
|
+
(0,external_vue_property_decorator_.Watch)('modelValue'),
|
|
2882
|
+
ld_edit_textvue_type_script_lang_ts_external_metadata("design:type", Function),
|
|
2883
|
+
ld_edit_textvue_type_script_lang_ts_external_metadata("design:paramtypes", []),
|
|
2884
|
+
ld_edit_textvue_type_script_lang_ts_external_metadata("design:returntype", void 0)
|
|
2885
|
+
], EditTextComponent.prototype, "onTextChanged", null);
|
|
2886
|
+
ld_edit_textvue_type_script_lang_ts_external_decorate([
|
|
2887
|
+
(0,external_vue_property_decorator_.Watch)('onlyNumbers', { immediate: true }),
|
|
2888
|
+
ld_edit_textvue_type_script_lang_ts_external_metadata("design:type", Function),
|
|
2889
|
+
ld_edit_textvue_type_script_lang_ts_external_metadata("design:paramtypes", [Boolean]),
|
|
2890
|
+
ld_edit_textvue_type_script_lang_ts_external_metadata("design:returntype", void 0)
|
|
2891
|
+
], EditTextComponent.prototype, "onlyNumbersChange", null);
|
|
2892
|
+
ld_edit_textvue_type_script_lang_ts_external_decorate([
|
|
2893
|
+
(0,external_vue_property_decorator_.Watch)('value'),
|
|
2894
|
+
ld_edit_textvue_type_script_lang_ts_external_metadata("design:type", Function),
|
|
2895
|
+
ld_edit_textvue_type_script_lang_ts_external_metadata("design:paramtypes", [String, String]),
|
|
2896
|
+
ld_edit_textvue_type_script_lang_ts_external_metadata("design:returntype", void 0)
|
|
2897
|
+
], EditTextComponent.prototype, "onValueChanged", null);
|
|
2898
|
+
EditTextComponent = ld_edit_textvue_type_script_lang_ts_external_decorate([
|
|
2899
|
+
(0,external_vue_property_decorator_.Options)({
|
|
2900
|
+
components: {
|
|
2901
|
+
'imask-input': external_vue_imask_.IMaskComponent,
|
|
2902
|
+
'ld-label': ld_label
|
|
2903
|
+
},
|
|
2904
|
+
})
|
|
2905
|
+
], EditTextComponent);
|
|
2906
|
+
/* harmony default export */ const ld_edit_textvue_type_script_lang_ts_external = (EditTextComponent);
|
|
2907
|
+
|
|
2908
|
+
;// CONCATENATED MODULE: ./src/ld-edit-text/ld-edit-text.ts?vue&type=script&lang=ts&external
|
|
2909
|
+
|
|
2910
|
+
;// CONCATENATED MODULE: ./src/ld-edit-text/ld-edit-text.vue
|
|
2911
|
+
|
|
2912
|
+
|
|
2913
|
+
|
|
2914
|
+
|
|
2915
|
+
;
|
|
2916
|
+
|
|
2917
|
+
|
|
2918
|
+
const ld_edit_text_exports_ = /*#__PURE__*/(0,exportHelper/* default */.A)(ld_edit_textvue_type_script_lang_ts_external, [['render',ld_edit_textvue_type_template_id_7ded9864_scoped_true_ts_true_render],['__scopeId',"data-v-7ded9864"]])
|
|
2919
|
+
|
|
2920
|
+
/* harmony default export */ const ld_edit_text = (ld_edit_text_exports_);
|
|
2921
|
+
;// CONCATENATED MODULE: ./src/ld-edit-text/index.ts
|
|
2922
|
+
|
|
2923
|
+
function ld_edit_text_reg(vue, options) {
|
|
2924
|
+
vue.component(options.aliases['ld-edit-text'], ld_edit_text);
|
|
2925
|
+
}
|
|
2926
|
+
/* harmony default export */ const src_ld_edit_text = (ld_edit_text_reg);
|
|
2927
|
+
|
|
2928
|
+
;// CONCATENATED MODULE: ./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/ld-datepicker/ld-datepicker.vue?vue&type=template&id=2278e290&scoped=true
|
|
2929
|
+
|
|
2930
|
+
|
|
2931
|
+
const ld_datepickervue_type_template_id_2278e290_scoped_true_withScopeId = n => (_pushScopeId("data-v-2278e290"),n=n(),_popScopeId(),n)
|
|
2932
|
+
const ld_datepickervue_type_template_id_2278e290_scoped_true_hoisted_1 = { class: "time-selector" }
|
|
2933
|
+
const ld_datepickervue_type_template_id_2278e290_scoped_true_hoisted_2 = { key: 0 }
|
|
2934
|
+
const ld_datepickervue_type_template_id_2278e290_scoped_true_hoisted_3 = { key: 1 }
|
|
2935
|
+
|
|
2936
|
+
function ld_datepickervue_type_template_id_2278e290_scoped_true_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2937
|
+
const _component_ld_label = (0,external_vue_.resolveComponent)("ld-label")
|
|
2938
|
+
const _component_ld_icon = (0,external_vue_.resolveComponent)("ld-icon")
|
|
2939
|
+
const _component_square_button = (0,external_vue_.resolveComponent)("square-button")
|
|
2940
|
+
const _component_datepicker = (0,external_vue_.resolveComponent)("datepicker")
|
|
2941
|
+
const _component_v_menu = (0,external_vue_.resolveComponent)("v-menu")
|
|
2942
|
+
const _component_v_col = (0,external_vue_.resolveComponent)("v-col")
|
|
2943
|
+
const _component_v_card = (0,external_vue_.resolveComponent)("v-card")
|
|
2944
|
+
const _component_v_row = (0,external_vue_.resolveComponent)("v-row")
|
|
2945
|
+
const _component_v_container = (0,external_vue_.resolveComponent)("v-container")
|
|
2946
|
+
|
|
2947
|
+
return ((0,external_vue_.openBlock)(), (0,external_vue_.createBlock)(_component_v_container, { class: "pa-0 ld-datepicker flex-column" }, {
|
|
2948
|
+
default: (0,external_vue_.withCtx)(() => [
|
|
2949
|
+
(0,external_vue_.createVNode)(_component_v_row, { "no-gutters": "" }, {
|
|
2950
|
+
default: (0,external_vue_.withCtx)(() => [
|
|
2951
|
+
(_ctx.label)
|
|
2952
|
+
? ((0,external_vue_.openBlock)(), (0,external_vue_.createBlock)(_component_ld_label, {
|
|
2953
|
+
key: 0,
|
|
2954
|
+
class: (0,external_vue_.normalizeClass)(_ctx.labelSizeClasses),
|
|
2955
|
+
label: _ctx.label,
|
|
2956
|
+
required: _ctx.required,
|
|
2957
|
+
"align-label-to-right": _ctx.alignLabelToRight
|
|
2958
|
+
}, null, 8, ["class", "label", "required", "align-label-to-right"]))
|
|
2959
|
+
: (0,external_vue_.createCommentVNode)("", true),
|
|
2960
|
+
(0,external_vue_.createTextVNode)(),
|
|
2961
|
+
(0,external_vue_.createVNode)(_component_v_col, {
|
|
2962
|
+
class: (0,external_vue_.normalizeClass)(_ctx.inputSizeClasses)
|
|
2963
|
+
}, {
|
|
2964
|
+
default: (0,external_vue_.withCtx)(() => [
|
|
2965
|
+
(0,external_vue_.createVNode)(_component_v_row, { "no-gutters": "" }, {
|
|
2966
|
+
default: (0,external_vue_.withCtx)(() => [
|
|
2967
|
+
(0,external_vue_.createVNode)(_component_v_col, null, {
|
|
2968
|
+
default: (0,external_vue_.withCtx)(() => [
|
|
2969
|
+
(0,external_vue_.createVNode)(_component_v_menu, {
|
|
2970
|
+
transition: "toggle-slide-y-transition",
|
|
2971
|
+
location: "bottom",
|
|
2972
|
+
modelValue: _ctx.dateMenu,
|
|
2973
|
+
"onUpdate:modelValue": _cache[1] || (_cache[1] = $event => ((_ctx.dateMenu) = $event)),
|
|
2974
|
+
"max-width": "250",
|
|
2975
|
+
"max-height": "270",
|
|
2976
|
+
"min-width": "250",
|
|
2977
|
+
"min-height": "270",
|
|
2978
|
+
"close-on-content-click": false,
|
|
2979
|
+
"scroll-strategy": "close"
|
|
2980
|
+
}, {
|
|
2981
|
+
activator: (0,external_vue_.withCtx)(({ props }) => [
|
|
2982
|
+
(0,external_vue_.createElementVNode)("div", (0,external_vue_.mergeProps)({ class: "d-flex align-center" }, props, { style: {"position":"relative"} }), [
|
|
2983
|
+
((0,external_vue_.openBlock)(), (0,external_vue_.createBlock)((0,external_vue_.resolveDynamicComponent)(_ctx.$ldmui.options.aliases['ld-edit-text']), {
|
|
2984
|
+
"model-value": _ctx.formattedDate,
|
|
2985
|
+
ref: "inputDate",
|
|
2986
|
+
id: _ctx.inputDateId,
|
|
2987
|
+
placeholder: _ctx.placeholder,
|
|
2988
|
+
disabled: _ctx.disabled || _ctx.readonly,
|
|
2989
|
+
tabindex: _ctx.tabIndex,
|
|
2990
|
+
autofocus: _ctx.autofocus,
|
|
2991
|
+
"hide-details": "",
|
|
2992
|
+
class: "w-100",
|
|
2993
|
+
onFocus: _ctx.onInputDateFocus,
|
|
2994
|
+
onEnter: _ctx.onInputDateEnter
|
|
2995
|
+
}, null, 40, ["model-value", "id", "placeholder", "disabled", "tabindex", "autofocus", "onFocus", "onEnter"])),
|
|
2996
|
+
(0,external_vue_.createTextVNode)(),
|
|
2997
|
+
(0,external_vue_.createVNode)(_component_square_button, {
|
|
2998
|
+
icon: "",
|
|
2999
|
+
style: {"position":"absolute","top":"0","right":"var(--input-height)"},
|
|
3000
|
+
onClick: (0,external_vue_.withModifiers)(_ctx.clear, ["stop"])
|
|
3001
|
+
}, {
|
|
3002
|
+
default: (0,external_vue_.withCtx)(() => [
|
|
3003
|
+
(0,external_vue_.createVNode)(_component_ld_icon, null, {
|
|
3004
|
+
default: (0,external_vue_.withCtx)(() => [
|
|
3005
|
+
(0,external_vue_.createTextVNode)("close")
|
|
3006
|
+
]),
|
|
3007
|
+
_: 1
|
|
3008
|
+
})
|
|
3009
|
+
]),
|
|
3010
|
+
_: 1
|
|
3011
|
+
}, 8, ["onClick"]),
|
|
3012
|
+
(0,external_vue_.createTextVNode)(),
|
|
3013
|
+
(_ctx.showDatePicker && !_ctx.disabled && !_ctx.readonly)
|
|
3014
|
+
? ((0,external_vue_.openBlock)(), (0,external_vue_.createBlock)(_component_square_button, {
|
|
3015
|
+
key: 0,
|
|
3016
|
+
icon: "",
|
|
3017
|
+
style: {"position":"absolute","top":"0","right":"0"},
|
|
3018
|
+
onClick: _cache[0] || (_cache[0] = (0,external_vue_.withModifiers)($event => (_ctx.dateMenu = !_ctx.dateMenu), ["stop"]))
|
|
3019
|
+
}, {
|
|
3020
|
+
default: (0,external_vue_.withCtx)(() => [
|
|
3021
|
+
(0,external_vue_.createVNode)(_component_ld_icon, null, {
|
|
3022
|
+
default: (0,external_vue_.withCtx)(() => [
|
|
3023
|
+
(0,external_vue_.createTextVNode)("event")
|
|
3024
|
+
]),
|
|
3025
|
+
_: 1
|
|
3026
|
+
})
|
|
3027
|
+
]),
|
|
3028
|
+
_: 1
|
|
3029
|
+
}))
|
|
3030
|
+
: (0,external_vue_.createCommentVNode)("", true)
|
|
3031
|
+
], 16)
|
|
3032
|
+
]),
|
|
3033
|
+
default: (0,external_vue_.withCtx)(() => [
|
|
3034
|
+
(0,external_vue_.createTextVNode)(),
|
|
3035
|
+
(0,external_vue_.createVNode)(_component_datepicker, {
|
|
3036
|
+
mode: "date",
|
|
3037
|
+
is24hr: "",
|
|
3038
|
+
ref: "datepickerRef",
|
|
3039
|
+
"model-value": _ctx.date,
|
|
3040
|
+
attributes: [
|
|
3041
|
+
{
|
|
3042
|
+
highlight: !Boolean(_ctx.date),
|
|
3043
|
+
dates: _ctx.date || new Date(),
|
|
3044
|
+
}
|
|
3045
|
+
],
|
|
3046
|
+
"min-date": _ctx.minDateString,
|
|
3047
|
+
"max-date": _ctx.maxDateString,
|
|
3048
|
+
"disabled-dates": _ctx.disabledDates,
|
|
3049
|
+
disabled: _ctx.disabled || _ctx.readonly,
|
|
3050
|
+
"first-day-of-week": _ctx.firstDayOfWeek,
|
|
3051
|
+
"initial-page": { month: _ctx.currentMonth, year: _ctx.currentYear },
|
|
3052
|
+
locale: _ctx.locale,
|
|
3053
|
+
"onUpdate:modelValue": _ctx.onSelectDate
|
|
3054
|
+
}, null, 8, ["model-value", "attributes", "min-date", "max-date", "disabled-dates", "disabled", "first-day-of-week", "initial-page", "locale", "onUpdate:modelValue"])
|
|
3055
|
+
]),
|
|
3056
|
+
_: 1
|
|
3057
|
+
}, 8, ["modelValue"])
|
|
3058
|
+
]),
|
|
3059
|
+
_: 1
|
|
3060
|
+
}),
|
|
3061
|
+
(0,external_vue_.createTextVNode)(),
|
|
3062
|
+
(!_ctx.dateonly)
|
|
3063
|
+
? ((0,external_vue_.openBlock)(), (0,external_vue_.createBlock)(_component_v_col, {
|
|
3064
|
+
key: 0,
|
|
3065
|
+
class: (0,external_vue_.normalizeClass)({ 'ml-2': !_ctx.mobile && !_ctx.labelOnTop, 'mt-2': _ctx.mobile || _ctx.labelOnTop }),
|
|
3066
|
+
style: {"max-width":"110px"}
|
|
3067
|
+
}, {
|
|
3068
|
+
default: (0,external_vue_.withCtx)(() => [
|
|
3069
|
+
(!_ctx.readonly && !_ctx.disabled)
|
|
3070
|
+
? ((0,external_vue_.openBlock)(), (0,external_vue_.createBlock)(_component_v_menu, {
|
|
3071
|
+
key: 0,
|
|
3072
|
+
modelValue: _ctx.timeMenu,
|
|
3073
|
+
"onUpdate:modelValue": _cache[3] || (_cache[3] = $event => ((_ctx.timeMenu) = $event)),
|
|
3074
|
+
"close-on-content-click": false,
|
|
3075
|
+
transition: "toggle-slide-y-transition",
|
|
3076
|
+
location: "bottom",
|
|
3077
|
+
disabled: _ctx.isMobileGlobal || _ctx.isDateEmpty
|
|
3078
|
+
}, {
|
|
3079
|
+
activator: (0,external_vue_.withCtx)(({ props }) => [
|
|
3080
|
+
(0,external_vue_.createElementVNode)("div", (0,external_vue_.mergeProps)({ class: "d-flex align-center w-100" }, props, { style: {"position":"relative"} }), [
|
|
3081
|
+
((0,external_vue_.openBlock)(), (0,external_vue_.createBlock)((0,external_vue_.resolveDynamicComponent)(_ctx.$ldmui.options.aliases['ld-edit-text']), {
|
|
3082
|
+
ref: "inputTime",
|
|
3083
|
+
id: _ctx.inputTimeId,
|
|
3084
|
+
"model-value": _ctx.timeString,
|
|
3085
|
+
style: (0,external_vue_.normalizeStyle)({
|
|
3086
|
+
color: _ctx.timeString ? 'var(--text)' : 'var(--grey-l-2)',
|
|
3087
|
+
}),
|
|
3088
|
+
class: "w-100",
|
|
3089
|
+
tabindex: _ctx.timeTabIndex,
|
|
3090
|
+
disabled: _ctx.isDateEmpty,
|
|
3091
|
+
placeholder: "ЧЧ:ММ",
|
|
3092
|
+
"hide-details": "",
|
|
3093
|
+
readonly: _ctx.isMobileGlobal,
|
|
3094
|
+
onFocus: _ctx.onInputTimeFocus
|
|
3095
|
+
}, null, 40, ["id", "model-value", "style", "tabindex", "disabled", "readonly", "onFocus"])),
|
|
3096
|
+
(0,external_vue_.createTextVNode)(),
|
|
3097
|
+
(_ctx.canClear && !_ctx.disabled && !_ctx.readonly)
|
|
3098
|
+
? ((0,external_vue_.openBlock)(), (0,external_vue_.createBlock)(_component_square_button, {
|
|
3099
|
+
key: 0,
|
|
3100
|
+
icon: "",
|
|
3101
|
+
style: {"position":"absolute","top":"0","right":"var(--input-height)"},
|
|
3102
|
+
disabled: _ctx.isDateEmpty,
|
|
3103
|
+
onClick: (0,external_vue_.withModifiers)(_ctx.clearTimeValue, ["stop"])
|
|
3104
|
+
}, {
|
|
3105
|
+
default: (0,external_vue_.withCtx)(() => [
|
|
3106
|
+
(0,external_vue_.createVNode)(_component_ld_icon, null, {
|
|
3107
|
+
default: (0,external_vue_.withCtx)(() => [
|
|
3108
|
+
(0,external_vue_.createTextVNode)("close")
|
|
3109
|
+
]),
|
|
3110
|
+
_: 1
|
|
3111
|
+
})
|
|
3112
|
+
]),
|
|
3113
|
+
_: 1
|
|
3114
|
+
}, 8, ["disabled", "onClick"]))
|
|
3115
|
+
: (0,external_vue_.createCommentVNode)("", true),
|
|
3116
|
+
(0,external_vue_.createTextVNode)(),
|
|
3117
|
+
(0,external_vue_.createVNode)(_component_square_button, {
|
|
3118
|
+
icon: "",
|
|
3119
|
+
style: {"position":"absolute","top":"0","right":"0"},
|
|
3120
|
+
disabled: _ctx.isDateEmpty,
|
|
3121
|
+
onClick: _cache[2] || (_cache[2] = (0,external_vue_.withModifiers)($event => (_ctx.timeMenu = !_ctx.timeMenu), ["stop"]))
|
|
3122
|
+
}, {
|
|
3123
|
+
default: (0,external_vue_.withCtx)(() => [
|
|
3124
|
+
(0,external_vue_.createVNode)(_component_ld_icon, null, {
|
|
3125
|
+
default: (0,external_vue_.withCtx)(() => [
|
|
3126
|
+
(0,external_vue_.createTextVNode)("access_time")
|
|
3127
|
+
]),
|
|
3128
|
+
_: 1
|
|
3129
|
+
})
|
|
3130
|
+
]),
|
|
3131
|
+
_: 1
|
|
3132
|
+
}, 8, ["disabled"])
|
|
3133
|
+
], 16)
|
|
3134
|
+
]),
|
|
3135
|
+
default: (0,external_vue_.withCtx)(() => [
|
|
3136
|
+
(0,external_vue_.createTextVNode)(),
|
|
3137
|
+
(0,external_vue_.createVNode)(_component_v_card, {
|
|
3138
|
+
elevation: "0",
|
|
3139
|
+
style: {"border":"1px solid var(--grey-l-5)"}
|
|
3140
|
+
}, {
|
|
3141
|
+
default: (0,external_vue_.withCtx)(() => [
|
|
3142
|
+
(0,external_vue_.createElementVNode)("div", ld_datepickervue_type_template_id_2278e290_scoped_true_hoisted_1, [
|
|
3143
|
+
(_ctx.isHours)
|
|
3144
|
+
? ((0,external_vue_.openBlock)(), (0,external_vue_.createElementBlock)("span", ld_datepickervue_type_template_id_2278e290_scoped_true_hoisted_2, "Часы"))
|
|
3145
|
+
: (0,external_vue_.createCommentVNode)("", true),
|
|
3146
|
+
(0,external_vue_.createTextVNode)(),
|
|
3147
|
+
(_ctx.isMinutes)
|
|
3148
|
+
? ((0,external_vue_.openBlock)(), (0,external_vue_.createElementBlock)("span", ld_datepickervue_type_template_id_2278e290_scoped_true_hoisted_3, "Минуты"))
|
|
3149
|
+
: (0,external_vue_.createCommentVNode)("", true),
|
|
3150
|
+
(0,external_vue_.createTextVNode)(),
|
|
3151
|
+
(0,external_vue_.createElementVNode)("div", null, [
|
|
3152
|
+
(_ctx.isHours)
|
|
3153
|
+
? ((0,external_vue_.openBlock)(true), (0,external_vue_.createElementBlock)(external_vue_.Fragment, { key: 0 }, (0,external_vue_.renderList)(Array.apply(null, { length: 24 }), (_, i) => {
|
|
3154
|
+
return ((0,external_vue_.openBlock)(), (0,external_vue_.createBlock)(_component_square_button, {
|
|
3155
|
+
key: i,
|
|
3156
|
+
variant: "outlined",
|
|
3157
|
+
color: i === _ctx.hours ? 'primary' : 'grey',
|
|
3158
|
+
onClick: $event => (_ctx.changeHours(i))
|
|
3159
|
+
}, {
|
|
3160
|
+
default: (0,external_vue_.withCtx)(() => [
|
|
3161
|
+
(0,external_vue_.createElementVNode)("span", {
|
|
3162
|
+
class: (0,external_vue_.normalizeClass)({ 'text-color': i !== _ctx.hours })
|
|
3163
|
+
}, (0,external_vue_.toDisplayString)(('0' + i).slice(-2)), 3)
|
|
3164
|
+
]),
|
|
3165
|
+
_: 2
|
|
3166
|
+
}, 1032, ["color", "onClick"]))
|
|
3167
|
+
}), 128))
|
|
3168
|
+
: (0,external_vue_.createCommentVNode)("", true),
|
|
3169
|
+
(0,external_vue_.createTextVNode)(),
|
|
3170
|
+
(_ctx.isMinutes)
|
|
3171
|
+
? ((0,external_vue_.openBlock)(true), (0,external_vue_.createElementBlock)(external_vue_.Fragment, { key: 1 }, (0,external_vue_.renderList)(Array.apply(null, { length: 12 }), (_, i) => {
|
|
3172
|
+
return ((0,external_vue_.openBlock)(), (0,external_vue_.createBlock)(_component_square_button, {
|
|
3173
|
+
key: i,
|
|
3174
|
+
variant: "outlined",
|
|
3175
|
+
color: i === _ctx.minuts ? 'primary' : 'grey',
|
|
3176
|
+
onClick: $event => (_ctx.changeMinutes(i))
|
|
3177
|
+
}, {
|
|
3178
|
+
default: (0,external_vue_.withCtx)(() => [
|
|
3179
|
+
(0,external_vue_.createElementVNode)("span", {
|
|
3180
|
+
class: (0,external_vue_.normalizeClass)({ 'text-color': i !== _ctx.minuts })
|
|
3181
|
+
}, (0,external_vue_.toDisplayString)(('0' + 5 * i).slice(-2)), 3)
|
|
3182
|
+
]),
|
|
3183
|
+
_: 2
|
|
3184
|
+
}, 1032, ["color", "onClick"]))
|
|
3185
|
+
}), 128))
|
|
3186
|
+
: (0,external_vue_.createCommentVNode)("", true)
|
|
3187
|
+
])
|
|
3188
|
+
])
|
|
3189
|
+
]),
|
|
3190
|
+
_: 1
|
|
3191
|
+
})
|
|
3192
|
+
]),
|
|
3193
|
+
_: 1
|
|
3194
|
+
}, 8, ["modelValue", "disabled"]))
|
|
3195
|
+
: ((0,external_vue_.openBlock)(), (0,external_vue_.createBlock)((0,external_vue_.resolveDynamicComponent)(_ctx.$ldmui.options.aliases['ld-edit-text']), {
|
|
3196
|
+
key: 1,
|
|
3197
|
+
modelValue: _ctx.timeString,
|
|
3198
|
+
"onUpdate:modelValue": _cache[4] || (_cache[4] = $event => ((_ctx.timeString) = $event)),
|
|
3199
|
+
placeholder: "ЧЧ:ММ",
|
|
3200
|
+
"prepend-inner-icon": "access_time",
|
|
3201
|
+
"hide-details": "",
|
|
3202
|
+
readonly: "",
|
|
3203
|
+
disabled: ""
|
|
3204
|
+
}, null, 8, ["modelValue"]))
|
|
3205
|
+
]),
|
|
3206
|
+
_: 1
|
|
3207
|
+
}, 8, ["class"]))
|
|
3208
|
+
: (0,external_vue_.createCommentVNode)("", true)
|
|
3209
|
+
]),
|
|
3210
|
+
_: 1
|
|
3211
|
+
})
|
|
3212
|
+
]),
|
|
3213
|
+
_: 1
|
|
3214
|
+
}, 8, ["class"])
|
|
3215
|
+
]),
|
|
3216
|
+
_: 1
|
|
3217
|
+
}),
|
|
3218
|
+
(0,external_vue_.createTextVNode)(),
|
|
3219
|
+
(!_ctx.hideDetails)
|
|
3220
|
+
? ((0,external_vue_.openBlock)(), (0,external_vue_.createBlock)(_component_v_row, {
|
|
3221
|
+
key: 0,
|
|
3222
|
+
"no-gutters": "",
|
|
3223
|
+
class: "ld-datepicker-validate"
|
|
3224
|
+
}, {
|
|
3225
|
+
default: (0,external_vue_.withCtx)(() => [
|
|
3226
|
+
(_ctx.label)
|
|
3227
|
+
? ((0,external_vue_.openBlock)(), (0,external_vue_.createBlock)(_component_v_col, {
|
|
3228
|
+
key: 0,
|
|
3229
|
+
class: (0,external_vue_.normalizeClass)(["pr-2", _ctx.labelSizeClasses])
|
|
3230
|
+
}, null, 8, ["class"]))
|
|
3231
|
+
: (0,external_vue_.createCommentVNode)("", true),
|
|
3232
|
+
(0,external_vue_.createTextVNode)(),
|
|
3233
|
+
(0,external_vue_.createVNode)(_component_v_col, null, {
|
|
3234
|
+
default: (0,external_vue_.withCtx)(() => [
|
|
3235
|
+
(0,external_vue_.createVNode)(external_vue_.Transition, { name: "squash" }, {
|
|
3236
|
+
default: (0,external_vue_.withCtx)(() => [
|
|
3237
|
+
(0,external_vue_.createElementVNode)("span", {
|
|
3238
|
+
style: {"line-height":"12px"},
|
|
3239
|
+
class: (0,external_vue_.normalizeClass)(["text-body-1", { 'error--text': _ctx.warningHint }])
|
|
3240
|
+
}, (0,external_vue_.toDisplayString)(_ctx.validationMesssage || _ctx.inputHint), 3)
|
|
3241
|
+
]),
|
|
3242
|
+
_: 1
|
|
3243
|
+
})
|
|
3244
|
+
]),
|
|
3245
|
+
_: 1
|
|
3246
|
+
})
|
|
3247
|
+
]),
|
|
3248
|
+
_: 1
|
|
3249
|
+
}))
|
|
3250
|
+
: (0,external_vue_.createCommentVNode)("", true)
|
|
3251
|
+
]),
|
|
3252
|
+
_: 1
|
|
3253
|
+
}))
|
|
3254
|
+
}
|
|
3255
|
+
;// CONCATENATED MODULE: ./src/ld-datepicker/ld-datepicker.vue?vue&type=template&id=2278e290&scoped=true
|
|
3256
|
+
|
|
3257
|
+
// EXTERNAL MODULE: external "imask"
|
|
3258
|
+
var external_imask_ = __webpack_require__(5467);
|
|
3259
|
+
var external_imask_default = /*#__PURE__*/__webpack_require__.n(external_imask_);
|
|
3260
|
+
// EXTERNAL MODULE: external "./calendar.js"
|
|
3261
|
+
var external_calendar_js_ = __webpack_require__(4634);
|
|
3262
|
+
;// CONCATENATED MODULE: ./node_modules/ts-loader/index.js??clonedRuleSet-1.use[0]!./src/ld-datepicker/ld-datepicker.ts?vue&type=script&lang=js&external
|
|
3263
|
+
var ld_datepickervue_type_script_lang_js_external_decorate = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
3264
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3265
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
3266
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
3267
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
3268
|
+
};
|
|
3269
|
+
var ld_datepickervue_type_script_lang_js_external_metadata = (undefined && undefined.__metadata) || function (k, v) {
|
|
3270
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
3271
|
+
};
|
|
3272
|
+
var ld_datepickervue_type_script_lang_js_external_a, ld_datepickervue_type_script_lang_js_external_b, ld_datepickervue_type_script_lang_js_external_c, _d, _e, _f, _g, _h, _j;
|
|
3273
|
+
|
|
3274
|
+
|
|
3275
|
+
|
|
3276
|
+
|
|
3277
|
+
|
|
3278
|
+
|
|
3279
|
+
|
|
3280
|
+
|
|
3281
|
+
|
|
3282
|
+
/**
|
|
3283
|
+
* @displayName ld-datepicker
|
|
3284
|
+
*/
|
|
3285
|
+
let DatepickerComponent = class DatepickerComponent extends (0,external_vue_class_component_.mixins)(InputMixin, GridMixin, ValidatableMixin) {
|
|
3286
|
+
constructor() {
|
|
3287
|
+
super(...arguments);
|
|
3288
|
+
this.date = null;
|
|
3289
|
+
this.hours = null;
|
|
3290
|
+
this.minuts = null;
|
|
3291
|
+
this.currentYear = new Date().getUTCFullYear();
|
|
3292
|
+
this.currentMonth = new Date().getUTCMonth() + 1;
|
|
3293
|
+
this.dateString = null;
|
|
3294
|
+
this.timeString = null;
|
|
3295
|
+
this.defaultHour = '09';
|
|
3296
|
+
this.defaultMinuts = '00';
|
|
3297
|
+
this.dateMask = null;
|
|
3298
|
+
this.timeMask = null;
|
|
3299
|
+
this.dateMenu = false;
|
|
3300
|
+
this.timeMenu = false;
|
|
3301
|
+
this.event = null;
|
|
3302
|
+
this.validationMesssage = '';
|
|
3303
|
+
this.errorBucket = [];
|
|
3304
|
+
this.errorsHandler = [];
|
|
3305
|
+
this.isHours = true;
|
|
3306
|
+
this.isMinutes = false;
|
|
3307
|
+
this.imaskOnChange = null;
|
|
3308
|
+
this.imaskTimeOnChange = null;
|
|
3309
|
+
this.datepickerScrollHandler = null;
|
|
3310
|
+
}
|
|
3311
|
+
emitUpdateModelValue(value) {
|
|
3312
|
+
return value;
|
|
3313
|
+
}
|
|
3314
|
+
onValueChanged(newVal, oldVal) {
|
|
3315
|
+
if (
|
|
3316
|
+
// eslint-disable-next-line eqeqeq
|
|
3317
|
+
newVal == oldVal ||
|
|
3318
|
+
// при изменении объекта newVal всегда == oldVal
|
|
3319
|
+
(newVal instanceof Date && oldVal instanceof Date && newVal.getTime() === oldVal.getTime()) ||
|
|
3320
|
+
(newVal instanceof Date && this.date && newVal.getTime() === this.date.getTime())) {
|
|
3321
|
+
return;
|
|
3322
|
+
}
|
|
3323
|
+
if (!newVal) {
|
|
3324
|
+
this.dateString = '';
|
|
3325
|
+
this.date = null;
|
|
3326
|
+
}
|
|
3327
|
+
else {
|
|
3328
|
+
this.date = new Date(newVal);
|
|
3329
|
+
this.dateString = this.$utils.datetime.dateLocalToISO(this.date.toLocaleDateString(this.locale));
|
|
3330
|
+
}
|
|
3331
|
+
if (this.date) {
|
|
3332
|
+
const inputEl = this.$refs.inputDate;
|
|
3333
|
+
if (inputEl) {
|
|
3334
|
+
inputEl.value = this.formattedDate;
|
|
3335
|
+
}
|
|
3336
|
+
this.hours = this.date.getHours();
|
|
3337
|
+
this.minuts = this.date.getMinutes();
|
|
3338
|
+
const hours = ('0' + this.hours).slice(-2);
|
|
3339
|
+
const minuts = ('0' + this.minuts).slice(-2);
|
|
3340
|
+
this.timeString = `${hours}:${minuts}`;
|
|
3341
|
+
}
|
|
3342
|
+
else {
|
|
3343
|
+
this.timeString = '';
|
|
3344
|
+
this.clear();
|
|
3345
|
+
}
|
|
3346
|
+
setTimeout(() => {
|
|
3347
|
+
this.dateMask.updateValue();
|
|
3348
|
+
if (this.timeMask) {
|
|
3349
|
+
this.timeMask.updateValue();
|
|
3350
|
+
}
|
|
3351
|
+
if (!this.isMobileGlobal) {
|
|
3352
|
+
const inputTimeEl = this.$refs.inputTime;
|
|
3353
|
+
if (inputTimeEl && inputTimeEl.value !== this.timeString) {
|
|
3354
|
+
inputTimeEl.value = this.timeString;
|
|
3355
|
+
}
|
|
3356
|
+
}
|
|
3357
|
+
}, 100);
|
|
3358
|
+
}
|
|
3359
|
+
onDateonlyChanged() {
|
|
3360
|
+
if (!this.dateonly) {
|
|
3361
|
+
this.setTimeMask();
|
|
3362
|
+
}
|
|
3363
|
+
}
|
|
3364
|
+
onMinDateChanged(newVal) {
|
|
3365
|
+
this.dateMask.updateOptions({ min: newVal });
|
|
3366
|
+
}
|
|
3367
|
+
onMaxDateChanged(newVal) {
|
|
3368
|
+
this.dateMask.updateOptions({ max: newVal });
|
|
3369
|
+
}
|
|
3370
|
+
onTimeMenuChanged() {
|
|
3371
|
+
if (!this.timeMenu) {
|
|
3372
|
+
this.isHours = true;
|
|
3373
|
+
this.isMinutes = false;
|
|
3374
|
+
}
|
|
3375
|
+
}
|
|
3376
|
+
created() {
|
|
3377
|
+
if (this.form) {
|
|
3378
|
+
this.form.register(this, null);
|
|
3379
|
+
}
|
|
3380
|
+
this.fullErrorBucket();
|
|
3381
|
+
}
|
|
3382
|
+
unmounted() {
|
|
3383
|
+
window.removeEventListener('wheel', this.datepickerScrollHandler);
|
|
3384
|
+
if (this.form) {
|
|
3385
|
+
this.form.unregister(this, null);
|
|
3386
|
+
}
|
|
3387
|
+
}
|
|
3388
|
+
mounted() {
|
|
3389
|
+
const input = this.$refs.inputDate;
|
|
3390
|
+
const inputEl = input.$el.querySelector('input');
|
|
3391
|
+
this.datepickerScrollHandler = this.datepickerScroll.bind(this);
|
|
3392
|
+
window.addEventListener('wheel', this.datepickerScrollHandler);
|
|
3393
|
+
if (inputEl) {
|
|
3394
|
+
inputEl.value = this.formattedDate;
|
|
3395
|
+
}
|
|
3396
|
+
else {
|
|
3397
|
+
throw new Error('Не найден элемент input для ввода даты');
|
|
3398
|
+
}
|
|
3399
|
+
const options = {
|
|
3400
|
+
mask: Date,
|
|
3401
|
+
lazy: true,
|
|
3402
|
+
overwrite: true,
|
|
3403
|
+
autofix: true,
|
|
3404
|
+
blocks: {
|
|
3405
|
+
d: {
|
|
3406
|
+
mask: (external_imask_default()).MaskedRange,
|
|
3407
|
+
placeholderChar: '_',
|
|
3408
|
+
from: 1,
|
|
3409
|
+
to: 31,
|
|
3410
|
+
maxLength: 2,
|
|
3411
|
+
},
|
|
3412
|
+
m: {
|
|
3413
|
+
mask: (external_imask_default()).MaskedRange,
|
|
3414
|
+
placeholderChar: '_',
|
|
3415
|
+
from: 1,
|
|
3416
|
+
to: 12,
|
|
3417
|
+
maxLength: 2,
|
|
3418
|
+
},
|
|
3419
|
+
Y: {
|
|
3420
|
+
mask: (external_imask_default()).MaskedRange,
|
|
3421
|
+
placeholderChar: '_',
|
|
3422
|
+
from: 1900,
|
|
3423
|
+
to: 2999,
|
|
3424
|
+
maxLength: 4,
|
|
3425
|
+
},
|
|
3426
|
+
},
|
|
3427
|
+
min: null,
|
|
3428
|
+
max: null,
|
|
3429
|
+
};
|
|
3430
|
+
if (this.minDate) {
|
|
3431
|
+
options.min = this.minDate;
|
|
3432
|
+
}
|
|
3433
|
+
if (this.maxDate) {
|
|
3434
|
+
options.max = this.maxDate;
|
|
3435
|
+
}
|
|
3436
|
+
this.dateMask = external_imask_default()(inputEl, options);
|
|
3437
|
+
this.dateMask._onChange = this.onDateMaskChange.bind(this);
|
|
3438
|
+
this.imaskOnChange = this.dateMask._onChange;
|
|
3439
|
+
this.dateMask._unbindEvents();
|
|
3440
|
+
this.dateMask._bindEvents();
|
|
3441
|
+
this.dateMask.on('complete', () => this.onMaskedValueChanged(this.dateMask.value));
|
|
3442
|
+
this.setTimeMask();
|
|
3443
|
+
}
|
|
3444
|
+
beforeUnmount() {
|
|
3445
|
+
if (this.dateMask) {
|
|
3446
|
+
this.dateMask.off('complete', null);
|
|
3447
|
+
}
|
|
3448
|
+
if (this.timeMask) {
|
|
3449
|
+
this.timeMask.off('complete', null);
|
|
3450
|
+
}
|
|
3451
|
+
}
|
|
3452
|
+
// Позволяет менять месяцы в дейтпикере скроллом
|
|
3453
|
+
datepickerScroll(event) {
|
|
3454
|
+
const calendarRef = this.$refs.datepickerRef?.calendarRef;
|
|
3455
|
+
if (!calendarRef) {
|
|
3456
|
+
return;
|
|
3457
|
+
}
|
|
3458
|
+
const rect = calendarRef.$refs.containerRef.getBoundingClientRect();
|
|
3459
|
+
// Сработает только когда курсор над дейтпикером
|
|
3460
|
+
if (event.clientX >= rect.left &&
|
|
3461
|
+
event.clientX <= rect.right &&
|
|
3462
|
+
event.clientY >= rect.top &&
|
|
3463
|
+
event.clientY <= rect.bottom) {
|
|
3464
|
+
if (event.deltaY < 0) {
|
|
3465
|
+
calendarRef.movePrev();
|
|
3466
|
+
}
|
|
3467
|
+
else if (event.deltaY > 0) {
|
|
3468
|
+
calendarRef.moveNext();
|
|
3469
|
+
}
|
|
3470
|
+
}
|
|
3471
|
+
}
|
|
3472
|
+
/**
|
|
3473
|
+
* обработчик события blur на input для ввода даты
|
|
3474
|
+
* @param e объект события
|
|
3475
|
+
*/
|
|
3476
|
+
onDateMaskChange(e) {
|
|
3477
|
+
try {
|
|
3478
|
+
// проверим валидность ввода даты
|
|
3479
|
+
let value;
|
|
3480
|
+
if (e) {
|
|
3481
|
+
value = e.target.value;
|
|
3482
|
+
}
|
|
3483
|
+
else if (this.$refs.inputDate) {
|
|
3484
|
+
const input = this.$refs.inputDate;
|
|
3485
|
+
const inputEl = input.$el.querySelector('input');
|
|
3486
|
+
value = inputEl.value;
|
|
3487
|
+
}
|
|
3488
|
+
if (value) {
|
|
3489
|
+
// проверяем, только если что-то было введено
|
|
3490
|
+
const dt = this.parseDate(value);
|
|
3491
|
+
if (!dt || (dt instanceof Date && isNaN(dt.getDate()))) {
|
|
3492
|
+
this.clear();
|
|
3493
|
+
this.dateMask.el.value = '';
|
|
3494
|
+
this.dateMask.updateValue();
|
|
3495
|
+
}
|
|
3496
|
+
}
|
|
3497
|
+
else {
|
|
3498
|
+
this.clear();
|
|
3499
|
+
}
|
|
3500
|
+
this.onMaskedValueChanged(value);
|
|
3501
|
+
}
|
|
3502
|
+
finally {
|
|
3503
|
+
if (this.validateOnBlur) {
|
|
3504
|
+
this.$nextTick(() => this.validate());
|
|
3505
|
+
}
|
|
3506
|
+
}
|
|
3507
|
+
}
|
|
3508
|
+
/**
|
|
3509
|
+
* обработчик события blur на input для ввода времени
|
|
3510
|
+
* @param e объект события
|
|
3511
|
+
*/
|
|
3512
|
+
onTimeMaskChange(e) {
|
|
3513
|
+
// проверим валидность ввода времени
|
|
3514
|
+
const value = e.target.value;
|
|
3515
|
+
const time = this.parseTime(value);
|
|
3516
|
+
if (time !== value) {
|
|
3517
|
+
this.timeString = time;
|
|
3518
|
+
e.target.value = time;
|
|
3519
|
+
}
|
|
3520
|
+
this.imaskTimeOnChange(e);
|
|
3521
|
+
}
|
|
3522
|
+
onMaskedValueChanged(value) {
|
|
3523
|
+
if (!value) {
|
|
3524
|
+
return;
|
|
3525
|
+
}
|
|
3526
|
+
let dt = this.parseDate(value);
|
|
3527
|
+
if (this.dateonly) {
|
|
3528
|
+
dt.setHours(0, 0, 0, 0);
|
|
3529
|
+
}
|
|
3530
|
+
else {
|
|
3531
|
+
dt = this.addTimeToDate(dt);
|
|
3532
|
+
}
|
|
3533
|
+
this.emitInput(dt);
|
|
3534
|
+
setTimeout(() => {
|
|
3535
|
+
this.validate();
|
|
3536
|
+
this.dateMenu = false;
|
|
3537
|
+
}, 100);
|
|
3538
|
+
}
|
|
3539
|
+
onTimeMaskedValueChanged(value) {
|
|
3540
|
+
if (!this.dateString) {
|
|
3541
|
+
return;
|
|
3542
|
+
}
|
|
3543
|
+
const [hours = this.defaultHour, minutes = this.defaultMinuts] = value ? value.split(':') : [];
|
|
3544
|
+
const dt = new Date(this.dateString);
|
|
3545
|
+
dt.setHours(Number(hours));
|
|
3546
|
+
dt.setMinutes(Number(minutes));
|
|
3547
|
+
this.emitInput(dt);
|
|
3548
|
+
this.$nextTick(() => this.validate());
|
|
3549
|
+
}
|
|
3550
|
+
async onSelectDate(date) {
|
|
3551
|
+
await this.$nextTick(); // подождем пока компонент замаунтится
|
|
3552
|
+
if (!date) {
|
|
3553
|
+
return;
|
|
3554
|
+
}
|
|
3555
|
+
if (this.allowedDates && this.allowedDates(date) === false) {
|
|
3556
|
+
this.date = null;
|
|
3557
|
+
return;
|
|
3558
|
+
}
|
|
3559
|
+
this.dateMask.el.value = new Date(date).toLocaleDateString(this.locale);
|
|
3560
|
+
const d = this.minDate;
|
|
3561
|
+
// 1 Хак для https://github.com/uNmAnNeR/imaskjs/issues/100
|
|
3562
|
+
d?.setDate(d.getDate() - 1);
|
|
3563
|
+
// после этого вызова сработает onMaskedValueChanged
|
|
3564
|
+
this.imaskOnChange(this.event);
|
|
3565
|
+
this.event = null;
|
|
3566
|
+
// 2 Хак для https://github.com/uNmAnNeR/imaskjs/issues/100
|
|
3567
|
+
d?.setDate(d.getDate() + 1);
|
|
3568
|
+
}
|
|
3569
|
+
onInputDateFocus(e) {
|
|
3570
|
+
this.event = e;
|
|
3571
|
+
}
|
|
3572
|
+
changeHours(value) {
|
|
3573
|
+
const h = ('0' + value).slice(-2);
|
|
3574
|
+
this.isHours = false;
|
|
3575
|
+
this.isMinutes = true;
|
|
3576
|
+
if (!this.date) {
|
|
3577
|
+
this.date = new Date();
|
|
3578
|
+
}
|
|
3579
|
+
const dt = new Date(this.date);
|
|
3580
|
+
const minutes = this.timeString ? this.timeString.split(':')[1] : this.defaultMinuts;
|
|
3581
|
+
dt.setHours(Number(h));
|
|
3582
|
+
dt.setMinutes(Number(minutes));
|
|
3583
|
+
dt.setSeconds(0);
|
|
3584
|
+
this.emitInput(dt);
|
|
3585
|
+
}
|
|
3586
|
+
changeMinutes(value) {
|
|
3587
|
+
const m = ('0' + 5 * value).slice(-2);
|
|
3588
|
+
this.timeMenu = false;
|
|
3589
|
+
this.isHours = true;
|
|
3590
|
+
this.isMinutes = false;
|
|
3591
|
+
if (!this.date) {
|
|
3592
|
+
this.date = new Date();
|
|
3593
|
+
}
|
|
3594
|
+
const hours = this.timeString ? this.timeString.split(':')[0] : this.defaultHour;
|
|
3595
|
+
const dt = new Date(this.date);
|
|
3596
|
+
dt.setHours(Number(hours));
|
|
3597
|
+
dt.setMinutes(Number(m));
|
|
3598
|
+
dt.setSeconds(0);
|
|
3599
|
+
this.emitInput(dt);
|
|
3600
|
+
}
|
|
3601
|
+
onInputTimeFocus() {
|
|
3602
|
+
if (this.isMobileGlobal) {
|
|
3603
|
+
return;
|
|
3604
|
+
}
|
|
3605
|
+
if (!this.$refs.timeInput) {
|
|
3606
|
+
return;
|
|
3607
|
+
}
|
|
3608
|
+
}
|
|
3609
|
+
onPickerClick(cb) {
|
|
3610
|
+
if ((!this.disabled && !this.readonly) || !this.canClear) {
|
|
3611
|
+
cb();
|
|
3612
|
+
}
|
|
3613
|
+
}
|
|
3614
|
+
includedHtmls() {
|
|
3615
|
+
return [document.querySelector('.vc-popover-content')];
|
|
3616
|
+
}
|
|
3617
|
+
onInputDateEnter(e) {
|
|
3618
|
+
const value = e.target.value;
|
|
3619
|
+
let d = this.parseDate(value);
|
|
3620
|
+
if (d) {
|
|
3621
|
+
if (this.timeString) {
|
|
3622
|
+
d = this.addTimeToDate(d);
|
|
3623
|
+
}
|
|
3624
|
+
const dt = this.$utils.datetime.dateLocalToISO(d.toLocaleDateString(this.locale));
|
|
3625
|
+
this.onSelectDate(dt);
|
|
3626
|
+
}
|
|
3627
|
+
}
|
|
3628
|
+
clear() {
|
|
3629
|
+
if (this.dateMask) {
|
|
3630
|
+
this.dateMask.el.value = '';
|
|
3631
|
+
}
|
|
3632
|
+
if (this.timeMask) {
|
|
3633
|
+
this.clearTimeValue();
|
|
3634
|
+
}
|
|
3635
|
+
if (this.imaskOnChange) {
|
|
3636
|
+
// this.imaskOnChange(this.event);
|
|
3637
|
+
}
|
|
3638
|
+
/**
|
|
3639
|
+
* dateString сбросим к текущей дате, чтобы календарь переключился на нее
|
|
3640
|
+
* date ставим null, чтобы обнулить модель
|
|
3641
|
+
*/
|
|
3642
|
+
this.dateString = this.$utils.datetime.dateLocalToISO(new Date().toLocaleDateString(this.locale));
|
|
3643
|
+
this.date = null;
|
|
3644
|
+
this.emitUpdateModelValue(null);
|
|
3645
|
+
this.validate();
|
|
3646
|
+
}
|
|
3647
|
+
clearTimeValue() {
|
|
3648
|
+
if (this.isMobileGlobal) {
|
|
3649
|
+
this.timeMask.el.value = '';
|
|
3650
|
+
this.imaskTimeOnChange(this.event);
|
|
3651
|
+
}
|
|
3652
|
+
if (!this.date) {
|
|
3653
|
+
this.date = new Date();
|
|
3654
|
+
}
|
|
3655
|
+
const dt = new Date(this.date);
|
|
3656
|
+
dt.setHours(0);
|
|
3657
|
+
dt.setMinutes(0);
|
|
3658
|
+
dt.setSeconds(0);
|
|
3659
|
+
this.emitInput(dt);
|
|
3660
|
+
}
|
|
3661
|
+
/** Функции, отвечающие за работу валидации */
|
|
3662
|
+
validate() {
|
|
3663
|
+
this.errorBucket = [];
|
|
3664
|
+
let funcResult = null;
|
|
3665
|
+
this.validationMesssage = '';
|
|
3666
|
+
this.validRules.forEach(func => {
|
|
3667
|
+
funcResult = func(this.date);
|
|
3668
|
+
if (funcResult !== true) {
|
|
3669
|
+
this.validationMesssage = funcResult;
|
|
3670
|
+
this.errorBucket.push(funcResult);
|
|
3671
|
+
}
|
|
3672
|
+
});
|
|
3673
|
+
return !this.validationMesssage;
|
|
3674
|
+
}
|
|
3675
|
+
fullErrorBucket() {
|
|
3676
|
+
this.errorBucket = [];
|
|
3677
|
+
let funcResult = null;
|
|
3678
|
+
this.validRules.forEach(func => {
|
|
3679
|
+
funcResult = func(this.date);
|
|
3680
|
+
if (funcResult !== true) {
|
|
3681
|
+
this.errorBucket.push(funcResult);
|
|
3682
|
+
}
|
|
3683
|
+
});
|
|
3684
|
+
}
|
|
3685
|
+
async setTimeMask() {
|
|
3686
|
+
if (this.isMobileGlobal) {
|
|
3687
|
+
return;
|
|
3688
|
+
}
|
|
3689
|
+
await this.$nextTick();
|
|
3690
|
+
const input = this.$refs.inputTime;
|
|
3691
|
+
const inputEl = input.$el.querySelector('input');
|
|
3692
|
+
if (inputEl) {
|
|
3693
|
+
const timeOptions = {
|
|
3694
|
+
mask: 'HH:mm',
|
|
3695
|
+
lazy: false,
|
|
3696
|
+
overwrite: true,
|
|
3697
|
+
autofix: true,
|
|
3698
|
+
blocks: {
|
|
3699
|
+
HH: {
|
|
3700
|
+
mask: (external_imask_default()).MaskedRange,
|
|
3701
|
+
placeholderChar: 'Ч',
|
|
3702
|
+
from: 0,
|
|
3703
|
+
to: 23,
|
|
3704
|
+
maxLength: 2,
|
|
3705
|
+
},
|
|
3706
|
+
mm: {
|
|
3707
|
+
mask: (external_imask_default()).MaskedRange,
|
|
3708
|
+
placeholderChar: 'М',
|
|
3709
|
+
from: 0,
|
|
3710
|
+
to: 59,
|
|
3711
|
+
maxLength: 2,
|
|
3712
|
+
},
|
|
3713
|
+
},
|
|
3714
|
+
};
|
|
3715
|
+
this.timeMask = external_imask_default()(inputEl, timeOptions);
|
|
3716
|
+
this.imaskTimeOnChange = this.timeMask._onChange;
|
|
3717
|
+
// eslint-disable-next-line @typescript-eslint/unbound-method
|
|
3718
|
+
this.timeMask._onChange = this.onTimeMaskChange;
|
|
3719
|
+
this.timeMask._unbindEvents();
|
|
3720
|
+
this.timeMask._bindEvents();
|
|
3721
|
+
this.timeMask.on('complete', () => this.onTimeMaskedValueChanged(this.timeMask.value));
|
|
3722
|
+
}
|
|
3723
|
+
}
|
|
3724
|
+
parseDate(value) {
|
|
3725
|
+
if (!value || value.length < 10) {
|
|
3726
|
+
return null;
|
|
3727
|
+
}
|
|
3728
|
+
try {
|
|
3729
|
+
const ddMMyyyy = value.split('.');
|
|
3730
|
+
let dt;
|
|
3731
|
+
if (this.locale.includes('ru')) {
|
|
3732
|
+
dt = new Date(Number(ddMMyyyy[2]), Number(ddMMyyyy[1]) - 1, Number(ddMMyyyy[0]));
|
|
3733
|
+
}
|
|
3734
|
+
else {
|
|
3735
|
+
dt = new Date(Number(ddMMyyyy[2]), Number(ddMMyyyy[0]) - 1, Number(ddMMyyyy[1]));
|
|
3736
|
+
}
|
|
3737
|
+
return dt;
|
|
3738
|
+
}
|
|
3739
|
+
catch (e) {
|
|
3740
|
+
/* eslint-disable no-console */
|
|
3741
|
+
console.error(e);
|
|
3742
|
+
return null;
|
|
3743
|
+
}
|
|
3744
|
+
}
|
|
3745
|
+
emitInput(value) {
|
|
3746
|
+
if (!this.modelValue) {
|
|
3747
|
+
this.emitUpdateModelValue(value);
|
|
3748
|
+
}
|
|
3749
|
+
else {
|
|
3750
|
+
if (this.modelValue instanceof Date) {
|
|
3751
|
+
this.emitUpdateModelValue(value instanceof Date ? value : new Date(value));
|
|
3752
|
+
}
|
|
3753
|
+
if (typeof this.modelValue === 'string') {
|
|
3754
|
+
this.emitUpdateModelValue(typeof value === 'string' ? value : value.toISOString());
|
|
3755
|
+
}
|
|
3756
|
+
}
|
|
3757
|
+
}
|
|
3758
|
+
parseTime(value) {
|
|
3759
|
+
let [hours = this.defaultHour, minuts = this.defaultMinuts] = value ? value.split(':') : [];
|
|
3760
|
+
if (!/^\d+$/.test(hours) || Number(hours) < 0 || Number(hours) > 23) {
|
|
3761
|
+
hours = this.defaultHour;
|
|
3762
|
+
}
|
|
3763
|
+
if (!/^\d+$/.test(minuts) || Number(minuts) < 0 || Number(minuts) > 59) {
|
|
3764
|
+
minuts = this.defaultMinuts;
|
|
3765
|
+
}
|
|
3766
|
+
return `${hours}:${minuts}`;
|
|
3767
|
+
}
|
|
3768
|
+
/**
|
|
3769
|
+
* Добавляет к текущей дате время (часы, минуты)
|
|
3770
|
+
* @param date текущая дата
|
|
3771
|
+
*/
|
|
3772
|
+
addTimeToDate(date) {
|
|
3773
|
+
if (!date) {
|
|
3774
|
+
return;
|
|
3775
|
+
}
|
|
3776
|
+
const [hours = this.defaultHour, minutes = this.defaultMinuts] = this.timeString ? this.timeString.split(':') : [];
|
|
3777
|
+
this.hours = Number(hours);
|
|
3778
|
+
this.minuts = Number(minutes);
|
|
3779
|
+
date = new Date(date.getFullYear(), date.getMonth(), date.getDate(), this.hours, this.minuts, 0, 0);
|
|
3780
|
+
return date;
|
|
3781
|
+
}
|
|
3782
|
+
get isDateEmpty() {
|
|
3783
|
+
return !this.date;
|
|
3784
|
+
}
|
|
3785
|
+
get formattedDate() {
|
|
3786
|
+
if (!this.date) {
|
|
3787
|
+
return '';
|
|
3788
|
+
}
|
|
3789
|
+
return this.date.toLocaleDateString(this.locale);
|
|
3790
|
+
}
|
|
3791
|
+
get minDateString() {
|
|
3792
|
+
if (!this.minDate) {
|
|
3793
|
+
return null;
|
|
3794
|
+
}
|
|
3795
|
+
const userTimezoneOffset = this.minDate.getTimezoneOffset() * 60000;
|
|
3796
|
+
return new Date(this.minDate.getTime() - userTimezoneOffset).toISOString();
|
|
3797
|
+
}
|
|
3798
|
+
get maxDateString() {
|
|
3799
|
+
if (!this.maxDate) {
|
|
3800
|
+
return null;
|
|
3801
|
+
}
|
|
3802
|
+
const userTimezoneOffset = this.maxDate.getTimezoneOffset() * 60000;
|
|
3803
|
+
return new Date(this.maxDate.getTime() + userTimezoneOffset).toISOString();
|
|
3804
|
+
}
|
|
3805
|
+
get locale() {
|
|
3806
|
+
return this.$ldmui.options.language;
|
|
3807
|
+
}
|
|
3808
|
+
get firstDayOfWeek() {
|
|
3809
|
+
if (this.locale.includes('en')) {
|
|
3810
|
+
return 1;
|
|
3811
|
+
}
|
|
3812
|
+
return 2;
|
|
3813
|
+
}
|
|
3814
|
+
get timeTabIndex() {
|
|
3815
|
+
if (!this.tabIndex) {
|
|
3816
|
+
return -1;
|
|
3817
|
+
}
|
|
3818
|
+
return Number(this.tabIndex) + 1;
|
|
3819
|
+
}
|
|
3820
|
+
get warningHint() {
|
|
3821
|
+
return Boolean(this.validationMesssage) || this.errorsHandler.length > 0;
|
|
3822
|
+
}
|
|
3823
|
+
get inputClasses() {
|
|
3824
|
+
return this.dateonly ? this.inputSizeClasses : null;
|
|
3825
|
+
}
|
|
3826
|
+
get inputDateId() {
|
|
3827
|
+
return `inputDate${this.$utils.uidGen()}`;
|
|
3828
|
+
}
|
|
3829
|
+
get inputTimeId() {
|
|
3830
|
+
return `inputTime${this.$utils.uidGen()}`;
|
|
3831
|
+
}
|
|
3832
|
+
};
|
|
3833
|
+
ld_datepickervue_type_script_lang_js_external_decorate([
|
|
3834
|
+
(0,external_vue_property_decorator_.Prop)(),
|
|
3835
|
+
ld_datepickervue_type_script_lang_js_external_metadata("design:type", Object)
|
|
3836
|
+
], DatepickerComponent.prototype, "modelValue", void 0);
|
|
3837
|
+
ld_datepickervue_type_script_lang_js_external_decorate([
|
|
3838
|
+
(0,external_vue_property_decorator_.Prop)({ type: Boolean, default: false }),
|
|
3839
|
+
ld_datepickervue_type_script_lang_js_external_metadata("design:type", Boolean)
|
|
3840
|
+
], DatepickerComponent.prototype, "persistentHint", void 0);
|
|
3841
|
+
ld_datepickervue_type_script_lang_js_external_decorate([
|
|
3842
|
+
(0,external_vue_property_decorator_.Prop)(),
|
|
3843
|
+
ld_datepickervue_type_script_lang_js_external_metadata("design:type", String)
|
|
3844
|
+
], DatepickerComponent.prototype, "inputHint", void 0);
|
|
3845
|
+
ld_datepickervue_type_script_lang_js_external_decorate([
|
|
3846
|
+
(0,external_vue_property_decorator_.Prop)({ type: String, default: 'ДД.ММ.ГГГГ' }),
|
|
3847
|
+
ld_datepickervue_type_script_lang_js_external_metadata("design:type", String)
|
|
3848
|
+
], DatepickerComponent.prototype, "placeholder", void 0);
|
|
3849
|
+
ld_datepickervue_type_script_lang_js_external_decorate([
|
|
3850
|
+
(0,external_vue_property_decorator_.Prop)(),
|
|
3851
|
+
ld_datepickervue_type_script_lang_js_external_metadata("design:type", typeof (ld_datepickervue_type_script_lang_js_external_b = typeof Date !== "undefined" && Date) === "function" ? ld_datepickervue_type_script_lang_js_external_b : Object)
|
|
3852
|
+
], DatepickerComponent.prototype, "minDate", void 0);
|
|
3853
|
+
ld_datepickervue_type_script_lang_js_external_decorate([
|
|
3854
|
+
(0,external_vue_property_decorator_.Prop)(),
|
|
3855
|
+
ld_datepickervue_type_script_lang_js_external_metadata("design:type", typeof (ld_datepickervue_type_script_lang_js_external_c = typeof Date !== "undefined" && Date) === "function" ? ld_datepickervue_type_script_lang_js_external_c : Object)
|
|
3856
|
+
], DatepickerComponent.prototype, "maxDate", void 0);
|
|
3857
|
+
ld_datepickervue_type_script_lang_js_external_decorate([
|
|
3858
|
+
(0,external_vue_property_decorator_.Prop)({ type: Boolean, default: true }),
|
|
3859
|
+
ld_datepickervue_type_script_lang_js_external_metadata("design:type", Boolean)
|
|
3860
|
+
], DatepickerComponent.prototype, "canClear", void 0);
|
|
3861
|
+
ld_datepickervue_type_script_lang_js_external_decorate([
|
|
3862
|
+
(0,external_vue_property_decorator_.Prop)({ type: Boolean, default: true }),
|
|
3863
|
+
ld_datepickervue_type_script_lang_js_external_metadata("design:type", Boolean)
|
|
3864
|
+
], DatepickerComponent.prototype, "showDatePicker", void 0);
|
|
3865
|
+
ld_datepickervue_type_script_lang_js_external_decorate([
|
|
3866
|
+
(0,external_vue_property_decorator_.Prop)({ type: Boolean, default: true }),
|
|
3867
|
+
ld_datepickervue_type_script_lang_js_external_metadata("design:type", Boolean)
|
|
3868
|
+
], DatepickerComponent.prototype, "dateonly", void 0);
|
|
3869
|
+
ld_datepickervue_type_script_lang_js_external_decorate([
|
|
3870
|
+
(0,external_vue_property_decorator_.Prop)(),
|
|
3871
|
+
ld_datepickervue_type_script_lang_js_external_metadata("design:type", Function)
|
|
3872
|
+
], DatepickerComponent.prototype, "allowedDates", void 0);
|
|
3873
|
+
ld_datepickervue_type_script_lang_js_external_decorate([
|
|
3874
|
+
(0,external_vue_property_decorator_.Prop)(),
|
|
3875
|
+
ld_datepickervue_type_script_lang_js_external_metadata("design:type", typeof (_d = typeof Array !== "undefined" && Array) === "function" ? _d : Object)
|
|
3876
|
+
], DatepickerComponent.prototype, "disabledDates", void 0);
|
|
3877
|
+
ld_datepickervue_type_script_lang_js_external_decorate([
|
|
3878
|
+
(0,external_vue_property_decorator_.Inject)({ from: 'form', default: null }),
|
|
3879
|
+
ld_datepickervue_type_script_lang_js_external_metadata("design:type", Object)
|
|
3880
|
+
], DatepickerComponent.prototype, "form", void 0);
|
|
3881
|
+
ld_datepickervue_type_script_lang_js_external_decorate([
|
|
3882
|
+
Emit('update:model-value'),
|
|
3883
|
+
ld_datepickervue_type_script_lang_js_external_metadata("design:type", Function),
|
|
3884
|
+
ld_datepickervue_type_script_lang_js_external_metadata("design:paramtypes", [Object]),
|
|
3885
|
+
ld_datepickervue_type_script_lang_js_external_metadata("design:returntype", void 0)
|
|
3886
|
+
], DatepickerComponent.prototype, "emitUpdateModelValue", null);
|
|
3887
|
+
ld_datepickervue_type_script_lang_js_external_decorate([
|
|
3888
|
+
(0,external_vue_property_decorator_.Watch)('modelValue', { immediate: true }),
|
|
3889
|
+
ld_datepickervue_type_script_lang_js_external_metadata("design:type", Function),
|
|
3890
|
+
ld_datepickervue_type_script_lang_js_external_metadata("design:paramtypes", [Object, Object]),
|
|
3891
|
+
ld_datepickervue_type_script_lang_js_external_metadata("design:returntype", void 0)
|
|
3892
|
+
], DatepickerComponent.prototype, "onValueChanged", null);
|
|
3893
|
+
ld_datepickervue_type_script_lang_js_external_decorate([
|
|
3894
|
+
(0,external_vue_property_decorator_.Watch)('dateonly'),
|
|
3895
|
+
ld_datepickervue_type_script_lang_js_external_metadata("design:type", Function),
|
|
3896
|
+
ld_datepickervue_type_script_lang_js_external_metadata("design:paramtypes", []),
|
|
3897
|
+
ld_datepickervue_type_script_lang_js_external_metadata("design:returntype", void 0)
|
|
3898
|
+
], DatepickerComponent.prototype, "onDateonlyChanged", null);
|
|
3899
|
+
ld_datepickervue_type_script_lang_js_external_decorate([
|
|
3900
|
+
(0,external_vue_property_decorator_.Watch)('minDate'),
|
|
3901
|
+
ld_datepickervue_type_script_lang_js_external_metadata("design:type", Function),
|
|
3902
|
+
ld_datepickervue_type_script_lang_js_external_metadata("design:paramtypes", [typeof (_h = typeof Date !== "undefined" && Date) === "function" ? _h : Object]),
|
|
3903
|
+
ld_datepickervue_type_script_lang_js_external_metadata("design:returntype", void 0)
|
|
3904
|
+
], DatepickerComponent.prototype, "onMinDateChanged", null);
|
|
3905
|
+
ld_datepickervue_type_script_lang_js_external_decorate([
|
|
3906
|
+
(0,external_vue_property_decorator_.Watch)('maxDate'),
|
|
3907
|
+
ld_datepickervue_type_script_lang_js_external_metadata("design:type", Function),
|
|
3908
|
+
ld_datepickervue_type_script_lang_js_external_metadata("design:paramtypes", [typeof (_j = typeof Date !== "undefined" && Date) === "function" ? _j : Object]),
|
|
3909
|
+
ld_datepickervue_type_script_lang_js_external_metadata("design:returntype", void 0)
|
|
3910
|
+
], DatepickerComponent.prototype, "onMaxDateChanged", null);
|
|
3911
|
+
ld_datepickervue_type_script_lang_js_external_decorate([
|
|
3912
|
+
(0,external_vue_property_decorator_.Watch)('timeMenu'),
|
|
3913
|
+
ld_datepickervue_type_script_lang_js_external_metadata("design:type", Function),
|
|
3914
|
+
ld_datepickervue_type_script_lang_js_external_metadata("design:paramtypes", []),
|
|
3915
|
+
ld_datepickervue_type_script_lang_js_external_metadata("design:returntype", void 0)
|
|
3916
|
+
], DatepickerComponent.prototype, "onTimeMenuChanged", null);
|
|
3917
|
+
DatepickerComponent = ld_datepickervue_type_script_lang_js_external_decorate([
|
|
3918
|
+
(0,external_vue_class_component_.Options)({
|
|
3919
|
+
components: {
|
|
3920
|
+
'ld-label': ld_label,
|
|
3921
|
+
'datepicker': external_calendar_js_.DatePicker
|
|
3922
|
+
},
|
|
3923
|
+
})
|
|
3924
|
+
], DatepickerComponent);
|
|
3925
|
+
/* harmony default export */ const ld_datepickervue_type_script_lang_js_external = (DatepickerComponent);
|
|
3926
|
+
|
|
3927
|
+
;// CONCATENATED MODULE: ./src/ld-datepicker/ld-datepicker.ts?vue&type=script&lang=js&external
|
|
3928
|
+
|
|
3929
|
+
;// CONCATENATED MODULE: ./src/ld-datepicker/ld-datepicker.vue
|
|
3930
|
+
|
|
3931
|
+
|
|
3932
|
+
|
|
3933
|
+
|
|
3934
|
+
;
|
|
3935
|
+
|
|
3936
|
+
|
|
3937
|
+
const ld_datepicker_exports_ = /*#__PURE__*/(0,exportHelper/* default */.A)(ld_datepickervue_type_script_lang_js_external, [['render',ld_datepickervue_type_template_id_2278e290_scoped_true_render],['__scopeId',"data-v-2278e290"]])
|
|
3938
|
+
|
|
3939
|
+
/* harmony default export */ const ld_datepicker = (ld_datepicker_exports_);
|
|
3940
|
+
;// CONCATENATED MODULE: ./src/ld-datepicker/index.ts
|
|
3941
|
+
|
|
3942
|
+
function ld_datepicker_reg(vue, options) {
|
|
3943
|
+
vue.component(options.aliases['ld-datepicker'], ld_datepicker);
|
|
3944
|
+
}
|
|
3945
|
+
/* harmony default export */ const src_ld_datepicker = (ld_datepicker_reg);
|
|
3946
|
+
|
|
3947
|
+
;// CONCATENATED MODULE: ./src/utils/delay.ts
|
|
3948
|
+
async function delay(timeout) {
|
|
3949
|
+
return new Promise(resolve => setTimeout(() => resolve(), timeout));
|
|
3950
|
+
}
|
|
3951
|
+
|
|
3952
|
+
;// CONCATENATED MODULE: ./src/utils/datetime.ts
|
|
3953
|
+
function dateLocalToISO(value) {
|
|
3954
|
+
const parsed = /^(\d\d?).(\d\d?).(\d\d\d?\d?)$/.exec(value);
|
|
3955
|
+
let year = '';
|
|
3956
|
+
let month = '';
|
|
3957
|
+
let day = '';
|
|
3958
|
+
if (parsed[1]) {
|
|
3959
|
+
day = parsed[1].length === 1 ? '0' + parsed[1] : parsed[1];
|
|
3960
|
+
}
|
|
3961
|
+
if (parsed[2]) {
|
|
3962
|
+
month = parsed[2].length === 1 ? '0' + parsed[2] : parsed[2];
|
|
3963
|
+
}
|
|
3964
|
+
if (parsed[3]) {
|
|
3965
|
+
year = parsed[3];
|
|
3966
|
+
}
|
|
3967
|
+
if (day && month && year) {
|
|
3968
|
+
return `${year}-${month}-${day}`;
|
|
3969
|
+
}
|
|
3970
|
+
return '';
|
|
3971
|
+
}
|
|
3972
|
+
const datetime = {
|
|
3973
|
+
dateLocalToISO
|
|
3974
|
+
};
|
|
3975
|
+
|
|
3976
|
+
|
|
3977
|
+
;// CONCATENATED MODULE: ./src/vuetify.ts
|
|
3978
|
+
const aliases = {
|
|
3979
|
+
SmallButton: 'VBtn',
|
|
3980
|
+
SquareButton: 'VBtn',
|
|
3981
|
+
SmallChip: 'VChip',
|
|
3982
|
+
SmallBadge: 'VChip',
|
|
3983
|
+
};
|
|
3984
|
+
const defaults = {
|
|
3985
|
+
global: {
|
|
3986
|
+
ripple: false,
|
|
3987
|
+
density: 'compact',
|
|
3988
|
+
},
|
|
3989
|
+
SmallButton: {
|
|
3990
|
+
variant: 'flat',
|
|
3991
|
+
color: 'primary',
|
|
3992
|
+
class: 'small-button',
|
|
3993
|
+
},
|
|
3994
|
+
SquareButton: {
|
|
3995
|
+
variant: 'text',
|
|
3996
|
+
color: 'grey',
|
|
3997
|
+
class: 'square-sm-button',
|
|
3998
|
+
},
|
|
3999
|
+
SmallChip: {
|
|
4000
|
+
variant: 'outlined',
|
|
4001
|
+
color: 'primary',
|
|
4002
|
+
closable: true,
|
|
4003
|
+
closeIcon: 'close',
|
|
4004
|
+
class: 'small-chip',
|
|
4005
|
+
},
|
|
4006
|
+
SmallBadge: {
|
|
4007
|
+
class: 'v-chip--badge',
|
|
4008
|
+
variant: 'outlined',
|
|
4009
|
+
},
|
|
4010
|
+
};
|
|
4011
|
+
function getAliases(components) {
|
|
4012
|
+
const result = {};
|
|
4013
|
+
for (const key in aliases) {
|
|
4014
|
+
result[key] = components[aliases[key]];
|
|
4015
|
+
}
|
|
4016
|
+
return result;
|
|
4017
|
+
}
|
|
4018
|
+
|
|
4019
|
+
|
|
4020
|
+
;// CONCATENATED MODULE: ./src/directives/active.directive.ts
|
|
4021
|
+
const ActiveDirectiveOptions = {
|
|
4022
|
+
beforeMount(el, binding) {
|
|
4023
|
+
const className = '--active';
|
|
4024
|
+
const value = binding.value;
|
|
4025
|
+
el.classList[value ? 'add' : 'remove'](className);
|
|
4026
|
+
},
|
|
4027
|
+
updated(el, binding) {
|
|
4028
|
+
const className = '--active';
|
|
4029
|
+
const value = binding.value;
|
|
4030
|
+
el.classList[value ? 'add' : 'remove'](className);
|
|
4031
|
+
},
|
|
4032
|
+
};
|
|
4033
|
+
|
|
4034
|
+
;// CONCATENATED MODULE: ./src/index.ts
|
|
4035
|
+
|
|
4036
|
+
|
|
4037
|
+
|
|
4038
|
+
|
|
2333
4039
|
|
|
2334
4040
|
|
|
2335
4041
|
|
|
@@ -2342,19 +4048,38 @@ const ActiveDirectiveOptions = {
|
|
|
2342
4048
|
|
|
2343
4049
|
const ldmuiPlugin = {
|
|
2344
4050
|
install(vue, options) {
|
|
4051
|
+
if (!options) {
|
|
4052
|
+
options = {};
|
|
4053
|
+
}
|
|
4054
|
+
options.language = options.language ?? 'ru';
|
|
4055
|
+
options.aliases = {
|
|
4056
|
+
'ld-button': options.aliases?.['ld-button'] ?? 'ld-button',
|
|
4057
|
+
'ld-icon': options.aliases?.['ld-icon'] ?? 'ld-icon',
|
|
4058
|
+
'ld-splitter': options.aliases?.['ld-splitter'] ?? 'ld-splitter',
|
|
4059
|
+
'ld-loader': options.aliases?.['ld-loader'] ?? 'ld-loader',
|
|
4060
|
+
'ld-toggle-buttons': options.aliases?.['ld-toggle-buttons'] ?? 'ld-toggle-buttons',
|
|
4061
|
+
'ld-breadcrumbs': options.aliases?.['ld-breadcrumbs'] ?? 'ld-breadcrumbs',
|
|
4062
|
+
'ld-edit-text': options.aliases?.['ld-edit-text'] ?? 'ld-edit-text',
|
|
4063
|
+
'ld-datepicker': options.aliases?.['ld-datepicker'] ?? 'ld-datepicker',
|
|
4064
|
+
};
|
|
4065
|
+
vue.config.globalProperties.$utils = {
|
|
4066
|
+
isDefined: isDefined,
|
|
4067
|
+
uidGen: uidGen,
|
|
4068
|
+
delay: delay,
|
|
4069
|
+
datetime: datetime
|
|
4070
|
+
};
|
|
4071
|
+
vue.config.globalProperties.$ldmui = {
|
|
4072
|
+
options,
|
|
4073
|
+
};
|
|
4074
|
+
vue.directive('active', ActiveDirectiveOptions);
|
|
2345
4075
|
src_ld_icon(vue, options);
|
|
2346
4076
|
src_ld_loader(vue, options);
|
|
2347
4077
|
src_ld_button(vue, options);
|
|
2348
4078
|
src_ld_splitter(vue, options);
|
|
2349
4079
|
src_ld_toggle_buttons(vue, options);
|
|
2350
4080
|
src_ld_breadcrumbs(vue, options);
|
|
2351
|
-
vue
|
|
2352
|
-
|
|
2353
|
-
};
|
|
2354
|
-
vue.config.globalProperties.$ldmui = {
|
|
2355
|
-
options
|
|
2356
|
-
};
|
|
2357
|
-
vue.directive('active', ActiveDirectiveOptions);
|
|
4081
|
+
src_ld_edit_text(vue, options);
|
|
4082
|
+
src_ld_datepicker(vue, options);
|
|
2358
4083
|
},
|
|
2359
4084
|
};
|
|
2360
4085
|
/* harmony default export */ const src = (ldmuiPlugin);
|