@lingk/sync 1.1.37 → 1.1.38
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/build/credentialSections.js +12587 -12500
- package/build/credentialSections.js.map +1 -1
- package/build/css/main.css +29 -0
- package/build/lightning.js +55 -55
- package/build/lightning.js.map +1 -1
- package/build/lightningStyles.js.map +1 -1
- package/build/lingk.js.map +1 -1
- package/build/lingkStyles.js.map +1 -1
- package/build/loadData.js +2 -2
- package/build/loadData.js.map +1 -1
- package/build/main.js +14135 -14048
- package/build/main.js.map +1 -1
- package/build/metadataDropdown.js +2 -2
- package/build/metadataDropdown.js.map +1 -1
- package/build/metadataFunctions.js +2 -2
- package/build/metadataFunctions.js.map +1 -1
- package/build/reducer.js +4 -4
- package/build/reducer.js.map +1 -1
- package/build/saveData.js +2 -2
- package/build/saveData.js.map +1 -1
- package/package.json +2 -1
package/build/css/main.css
CHANGED
|
@@ -1397,6 +1397,19 @@ aside{
|
|
|
1397
1397
|
.env-creds-json-codemirror .CodeMirror{
|
|
1398
1398
|
height: 236px;
|
|
1399
1399
|
}
|
|
1400
|
+
|
|
1401
|
+
.env-creds-json-codemirror-sftp{
|
|
1402
|
+
border: 1px solid #CACACA;
|
|
1403
|
+
height: 238px;
|
|
1404
|
+
width:330px;
|
|
1405
|
+
overflow-y: scroll;
|
|
1406
|
+
}
|
|
1407
|
+
|
|
1408
|
+
.env-creds-json-codemirror-sftp .CodeMirror{
|
|
1409
|
+
height: 236px;
|
|
1410
|
+
width:330px;
|
|
1411
|
+
}
|
|
1412
|
+
|
|
1400
1413
|
.schema-accordion-overlay{
|
|
1401
1414
|
width: 245px;
|
|
1402
1415
|
min-height: 245px;
|
|
@@ -1446,6 +1459,22 @@ aside{
|
|
|
1446
1459
|
transform:scale(1.3,1.3);
|
|
1447
1460
|
}
|
|
1448
1461
|
|
|
1462
|
+
.pass-ssh-toggle{
|
|
1463
|
+
cursor:pointer;
|
|
1464
|
+
/*display: inline-block;
|
|
1465
|
+
margin-left:10px;
|
|
1466
|
+
margin-top:5px;*/
|
|
1467
|
+
position: absolute;
|
|
1468
|
+
/*top: 328px;
|
|
1469
|
+
left: 388px;*/
|
|
1470
|
+
|
|
1471
|
+
top:59px;
|
|
1472
|
+
right:30px;
|
|
1473
|
+
width:-webkit-fit-content;
|
|
1474
|
+
width:-moz-fit-content;
|
|
1475
|
+
width:fit-content;
|
|
1476
|
+
}
|
|
1477
|
+
|
|
1449
1478
|
.rc-time-picker {
|
|
1450
1479
|
display: inline-block;
|
|
1451
1480
|
box-sizing: border-box;
|
package/build/lightning.js
CHANGED
|
@@ -110,7 +110,7 @@ module.exports =
|
|
|
110
110
|
/***/ function(module, exports, __webpack_require__) {
|
|
111
111
|
|
|
112
112
|
var dP = __webpack_require__(21)
|
|
113
|
-
, createDesc = __webpack_require__(
|
|
113
|
+
, createDesc = __webpack_require__(41);
|
|
114
114
|
module.exports = __webpack_require__(10) ? function(object, key, value){
|
|
115
115
|
return dP.f(object, key, createDesc(1, value));
|
|
116
116
|
} : function(object, key, value){
|
|
@@ -161,8 +161,8 @@ module.exports =
|
|
|
161
161
|
/***/ function(module, exports, __webpack_require__) {
|
|
162
162
|
|
|
163
163
|
var anObject = __webpack_require__(18)
|
|
164
|
-
, IE8_DOM_DEFINE = __webpack_require__(
|
|
165
|
-
, toPrimitive = __webpack_require__(
|
|
164
|
+
, IE8_DOM_DEFINE = __webpack_require__(63)
|
|
165
|
+
, toPrimitive = __webpack_require__(67)
|
|
166
166
|
, dP = Object.defineProperty;
|
|
167
167
|
|
|
168
168
|
exports.f = __webpack_require__(10) ? Object.defineProperty : function defineProperty(O, P, Attributes){
|
|
@@ -193,7 +193,7 @@ module.exports =
|
|
|
193
193
|
/***/ function(module, exports, __webpack_require__) {
|
|
194
194
|
|
|
195
195
|
// to indexed object, toObject with fallback for non-array-like ES3 strings
|
|
196
|
-
var IObject = __webpack_require__(
|
|
196
|
+
var IObject = __webpack_require__(38)
|
|
197
197
|
, defined = __webpack_require__(19);
|
|
198
198
|
module.exports = function(it){
|
|
199
199
|
return IObject(defined(it));
|
|
@@ -203,8 +203,8 @@ module.exports =
|
|
|
203
203
|
/* 24 */
|
|
204
204
|
/***/ function(module, exports, __webpack_require__) {
|
|
205
205
|
|
|
206
|
-
var store = __webpack_require__(
|
|
207
|
-
, uid = __webpack_require__(
|
|
206
|
+
var store = __webpack_require__(42)('wks')
|
|
207
|
+
, uid = __webpack_require__(44)
|
|
208
208
|
, Symbol = __webpack_require__(7).Symbol
|
|
209
209
|
, USE_SYMBOL = typeof Symbol == 'function';
|
|
210
210
|
|
|
@@ -221,7 +221,7 @@ module.exports =
|
|
|
221
221
|
|
|
222
222
|
var global = __webpack_require__(7)
|
|
223
223
|
, core = __webpack_require__(9)
|
|
224
|
-
, ctx = __webpack_require__(
|
|
224
|
+
, ctx = __webpack_require__(62)
|
|
225
225
|
, hide = __webpack_require__(15)
|
|
226
226
|
, PROTOTYPE = 'prototype';
|
|
227
227
|
|
|
@@ -285,8 +285,8 @@ module.exports =
|
|
|
285
285
|
/* 26 */
|
|
286
286
|
/***/ function(module, exports, __webpack_require__) {
|
|
287
287
|
|
|
288
|
-
var shared = __webpack_require__(
|
|
289
|
-
, uid = __webpack_require__(
|
|
288
|
+
var shared = __webpack_require__(42)('keys')
|
|
289
|
+
, uid = __webpack_require__(44);
|
|
290
290
|
module.exports = function(key){
|
|
291
291
|
return shared[key] || (shared[key] = uid(key));
|
|
292
292
|
};
|
|
@@ -297,7 +297,10 @@ module.exports =
|
|
|
297
297
|
/* 29 */,
|
|
298
298
|
/* 30 */,
|
|
299
299
|
/* 31 */,
|
|
300
|
-
/* 32
|
|
300
|
+
/* 32 */,
|
|
301
|
+
/* 33 */,
|
|
302
|
+
/* 34 */,
|
|
303
|
+
/* 35 */
|
|
301
304
|
/***/ function(module, exports) {
|
|
302
305
|
|
|
303
306
|
var toString = {}.toString;
|
|
@@ -307,7 +310,7 @@ module.exports =
|
|
|
307
310
|
};
|
|
308
311
|
|
|
309
312
|
/***/ },
|
|
310
|
-
/*
|
|
313
|
+
/* 36 */
|
|
311
314
|
/***/ function(module, exports, __webpack_require__) {
|
|
312
315
|
|
|
313
316
|
var isObject = __webpack_require__(16)
|
|
@@ -319,7 +322,7 @@ module.exports =
|
|
|
319
322
|
};
|
|
320
323
|
|
|
321
324
|
/***/ },
|
|
322
|
-
/*
|
|
325
|
+
/* 37 */
|
|
323
326
|
/***/ function(module, exports) {
|
|
324
327
|
|
|
325
328
|
// IE 8- don't enum bug keys
|
|
@@ -328,35 +331,35 @@ module.exports =
|
|
|
328
331
|
).split(',');
|
|
329
332
|
|
|
330
333
|
/***/ },
|
|
331
|
-
/*
|
|
334
|
+
/* 38 */
|
|
332
335
|
/***/ function(module, exports, __webpack_require__) {
|
|
333
336
|
|
|
334
337
|
// fallback for non-array-like ES3 and non-enumerable old V8 strings
|
|
335
|
-
var cof = __webpack_require__(
|
|
338
|
+
var cof = __webpack_require__(35);
|
|
336
339
|
module.exports = Object('z').propertyIsEnumerable(0) ? Object : function(it){
|
|
337
340
|
return cof(it) == 'String' ? it.split('') : Object(it);
|
|
338
341
|
};
|
|
339
342
|
|
|
340
343
|
/***/ },
|
|
341
|
-
/*
|
|
344
|
+
/* 39 */
|
|
342
345
|
/***/ function(module, exports) {
|
|
343
346
|
|
|
344
347
|
module.exports = {};
|
|
345
348
|
|
|
346
349
|
/***/ },
|
|
347
|
-
/*
|
|
350
|
+
/* 40 */
|
|
348
351
|
/***/ function(module, exports, __webpack_require__) {
|
|
349
352
|
|
|
350
353
|
// 19.1.2.14 / 15.2.3.14 Object.keys(O)
|
|
351
|
-
var $keys = __webpack_require__(
|
|
352
|
-
, enumBugKeys = __webpack_require__(
|
|
354
|
+
var $keys = __webpack_require__(64)
|
|
355
|
+
, enumBugKeys = __webpack_require__(37);
|
|
353
356
|
|
|
354
357
|
module.exports = Object.keys || function keys(O){
|
|
355
358
|
return $keys(O, enumBugKeys);
|
|
356
359
|
};
|
|
357
360
|
|
|
358
361
|
/***/ },
|
|
359
|
-
/*
|
|
362
|
+
/* 41 */
|
|
360
363
|
/***/ function(module, exports) {
|
|
361
364
|
|
|
362
365
|
module.exports = function(bitmap, value){
|
|
@@ -369,7 +372,7 @@ module.exports =
|
|
|
369
372
|
};
|
|
370
373
|
|
|
371
374
|
/***/ },
|
|
372
|
-
/*
|
|
375
|
+
/* 42 */
|
|
373
376
|
/***/ function(module, exports, __webpack_require__) {
|
|
374
377
|
|
|
375
378
|
var global = __webpack_require__(7)
|
|
@@ -380,7 +383,7 @@ module.exports =
|
|
|
380
383
|
};
|
|
381
384
|
|
|
382
385
|
/***/ },
|
|
383
|
-
/*
|
|
386
|
+
/* 43 */
|
|
384
387
|
/***/ function(module, exports, __webpack_require__) {
|
|
385
388
|
|
|
386
389
|
// 7.1.13 ToObject(argument)
|
|
@@ -390,7 +393,7 @@ module.exports =
|
|
|
390
393
|
};
|
|
391
394
|
|
|
392
395
|
/***/ },
|
|
393
|
-
/*
|
|
396
|
+
/* 44 */
|
|
394
397
|
/***/ function(module, exports) {
|
|
395
398
|
|
|
396
399
|
var id = 0
|
|
@@ -400,7 +403,7 @@ module.exports =
|
|
|
400
403
|
};
|
|
401
404
|
|
|
402
405
|
/***/ },
|
|
403
|
-
/*
|
|
406
|
+
/* 45 */
|
|
404
407
|
/***/ function(module, exports, __webpack_require__) {
|
|
405
408
|
|
|
406
409
|
var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
|
|
@@ -454,9 +457,6 @@ module.exports =
|
|
|
454
457
|
|
|
455
458
|
|
|
456
459
|
/***/ },
|
|
457
|
-
/* 43 */,
|
|
458
|
-
/* 44 */,
|
|
459
|
-
/* 45 */,
|
|
460
460
|
/* 46 */,
|
|
461
461
|
/* 47 */,
|
|
462
462
|
/* 48 */,
|
|
@@ -468,7 +468,10 @@ module.exports =
|
|
|
468
468
|
/* 54 */,
|
|
469
469
|
/* 55 */,
|
|
470
470
|
/* 56 */,
|
|
471
|
-
/* 57
|
|
471
|
+
/* 57 */,
|
|
472
|
+
/* 58 */,
|
|
473
|
+
/* 59 */,
|
|
474
|
+
/* 60 */
|
|
472
475
|
/***/ function(module, exports) {
|
|
473
476
|
|
|
474
477
|
module.exports = function(it){
|
|
@@ -477,14 +480,14 @@ module.exports =
|
|
|
477
480
|
};
|
|
478
481
|
|
|
479
482
|
/***/ },
|
|
480
|
-
/*
|
|
483
|
+
/* 61 */
|
|
481
484
|
/***/ function(module, exports, __webpack_require__) {
|
|
482
485
|
|
|
483
486
|
// false -> Array#indexOf
|
|
484
487
|
// true -> Array#includes
|
|
485
488
|
var toIObject = __webpack_require__(23)
|
|
486
|
-
, toLength = __webpack_require__(
|
|
487
|
-
, toIndex = __webpack_require__(
|
|
489
|
+
, toLength = __webpack_require__(66)
|
|
490
|
+
, toIndex = __webpack_require__(65);
|
|
488
491
|
module.exports = function(IS_INCLUDES){
|
|
489
492
|
return function($this, el, fromIndex){
|
|
490
493
|
var O = toIObject($this)
|
|
@@ -503,11 +506,11 @@ module.exports =
|
|
|
503
506
|
};
|
|
504
507
|
|
|
505
508
|
/***/ },
|
|
506
|
-
/*
|
|
509
|
+
/* 62 */
|
|
507
510
|
/***/ function(module, exports, __webpack_require__) {
|
|
508
511
|
|
|
509
512
|
// optional / simple context binding
|
|
510
|
-
var aFunction = __webpack_require__(
|
|
513
|
+
var aFunction = __webpack_require__(60);
|
|
511
514
|
module.exports = function(fn, that, length){
|
|
512
515
|
aFunction(fn);
|
|
513
516
|
if(that === undefined)return fn;
|
|
@@ -528,20 +531,20 @@ module.exports =
|
|
|
528
531
|
};
|
|
529
532
|
|
|
530
533
|
/***/ },
|
|
531
|
-
/*
|
|
534
|
+
/* 63 */
|
|
532
535
|
/***/ function(module, exports, __webpack_require__) {
|
|
533
536
|
|
|
534
537
|
module.exports = !__webpack_require__(10) && !__webpack_require__(14)(function(){
|
|
535
|
-
return Object.defineProperty(__webpack_require__(
|
|
538
|
+
return Object.defineProperty(__webpack_require__(36)('div'), 'a', {get: function(){ return 7; }}).a != 7;
|
|
536
539
|
});
|
|
537
540
|
|
|
538
541
|
/***/ },
|
|
539
|
-
/*
|
|
542
|
+
/* 64 */
|
|
540
543
|
/***/ function(module, exports, __webpack_require__) {
|
|
541
544
|
|
|
542
545
|
var has = __webpack_require__(20)
|
|
543
546
|
, toIObject = __webpack_require__(23)
|
|
544
|
-
, arrayIndexOf = __webpack_require__(
|
|
547
|
+
, arrayIndexOf = __webpack_require__(61)(false)
|
|
545
548
|
, IE_PROTO = __webpack_require__(26)('IE_PROTO');
|
|
546
549
|
|
|
547
550
|
module.exports = function(object, names){
|
|
@@ -558,7 +561,7 @@ module.exports =
|
|
|
558
561
|
};
|
|
559
562
|
|
|
560
563
|
/***/ },
|
|
561
|
-
/*
|
|
564
|
+
/* 65 */
|
|
562
565
|
/***/ function(module, exports, __webpack_require__) {
|
|
563
566
|
|
|
564
567
|
var toInteger = __webpack_require__(22)
|
|
@@ -570,7 +573,7 @@ module.exports =
|
|
|
570
573
|
};
|
|
571
574
|
|
|
572
575
|
/***/ },
|
|
573
|
-
/*
|
|
576
|
+
/* 66 */
|
|
574
577
|
/***/ function(module, exports, __webpack_require__) {
|
|
575
578
|
|
|
576
579
|
// 7.1.15 ToLength
|
|
@@ -581,7 +584,7 @@ module.exports =
|
|
|
581
584
|
};
|
|
582
585
|
|
|
583
586
|
/***/ },
|
|
584
|
-
/*
|
|
587
|
+
/* 67 */
|
|
585
588
|
/***/ function(module, exports, __webpack_require__) {
|
|
586
589
|
|
|
587
590
|
// 7.1.1 ToPrimitive(input [, PreferredType])
|
|
@@ -598,9 +601,6 @@ module.exports =
|
|
|
598
601
|
};
|
|
599
602
|
|
|
600
603
|
/***/ },
|
|
601
|
-
/* 65 */,
|
|
602
|
-
/* 66 */,
|
|
603
|
-
/* 67 */,
|
|
604
604
|
/* 68 */,
|
|
605
605
|
/* 69 */,
|
|
606
606
|
/* 70 */,
|
|
@@ -624,7 +624,7 @@ module.exports =
|
|
|
624
624
|
, redefine = __webpack_require__(179)
|
|
625
625
|
, hide = __webpack_require__(15)
|
|
626
626
|
, has = __webpack_require__(20)
|
|
627
|
-
, Iterators = __webpack_require__(
|
|
627
|
+
, Iterators = __webpack_require__(39)
|
|
628
628
|
, $iterCreate = __webpack_require__(169)
|
|
629
629
|
, setToStringTag = __webpack_require__(83)
|
|
630
630
|
, getPrototypeOf = __webpack_require__(176)
|
|
@@ -1094,7 +1094,7 @@ module.exports =
|
|
|
1094
1094
|
|
|
1095
1095
|
var _react2 = _interopRequireDefault(_react);
|
|
1096
1096
|
|
|
1097
|
-
var _classnames = __webpack_require__(
|
|
1097
|
+
var _classnames = __webpack_require__(45);
|
|
1098
1098
|
|
|
1099
1099
|
var _classnames2 = _interopRequireDefault(_classnames);
|
|
1100
1100
|
|
|
@@ -2083,7 +2083,7 @@ module.exports =
|
|
|
2083
2083
|
/***/ function(module, exports, __webpack_require__) {
|
|
2084
2084
|
|
|
2085
2085
|
// getting tag from 19.1.3.6 Object.prototype.toString()
|
|
2086
|
-
var cof = __webpack_require__(
|
|
2086
|
+
var cof = __webpack_require__(35)
|
|
2087
2087
|
, TAG = __webpack_require__(24)('toStringTag')
|
|
2088
2088
|
// ES3 wrong here
|
|
2089
2089
|
, ARG = cof(function(){ return arguments; }()) == 'Arguments';
|
|
@@ -2118,7 +2118,7 @@ module.exports =
|
|
|
2118
2118
|
|
|
2119
2119
|
'use strict';
|
|
2120
2120
|
var create = __webpack_require__(173)
|
|
2121
|
-
, descriptor = __webpack_require__(
|
|
2121
|
+
, descriptor = __webpack_require__(41)
|
|
2122
2122
|
, setToStringTag = __webpack_require__(83)
|
|
2123
2123
|
, IteratorPrototype = {};
|
|
2124
2124
|
|
|
@@ -2152,7 +2152,7 @@ module.exports =
|
|
|
2152
2152
|
// 19.1.2.2 / 15.2.3.5 Object.create(O [, Properties])
|
|
2153
2153
|
var anObject = __webpack_require__(18)
|
|
2154
2154
|
, dPs = __webpack_require__(174)
|
|
2155
|
-
, enumBugKeys = __webpack_require__(
|
|
2155
|
+
, enumBugKeys = __webpack_require__(37)
|
|
2156
2156
|
, IE_PROTO = __webpack_require__(26)('IE_PROTO')
|
|
2157
2157
|
, Empty = function(){ /* empty */ }
|
|
2158
2158
|
, PROTOTYPE = 'prototype';
|
|
@@ -2160,7 +2160,7 @@ module.exports =
|
|
|
2160
2160
|
// Create object with fake `null` prototype: use iframe Object with cleared prototype
|
|
2161
2161
|
var createDict = function(){
|
|
2162
2162
|
// Thrash, waste and sodomy: IE GC bug
|
|
2163
|
-
var iframe = __webpack_require__(
|
|
2163
|
+
var iframe = __webpack_require__(36)('iframe')
|
|
2164
2164
|
, i = enumBugKeys.length
|
|
2165
2165
|
, lt = '<'
|
|
2166
2166
|
, gt = '>'
|
|
@@ -2198,7 +2198,7 @@ module.exports =
|
|
|
2198
2198
|
|
|
2199
2199
|
var dP = __webpack_require__(21)
|
|
2200
2200
|
, anObject = __webpack_require__(18)
|
|
2201
|
-
, getKeys = __webpack_require__(
|
|
2201
|
+
, getKeys = __webpack_require__(40);
|
|
2202
2202
|
|
|
2203
2203
|
module.exports = __webpack_require__(10) ? Object.defineProperties : function defineProperties(O, Properties){
|
|
2204
2204
|
anObject(O);
|
|
@@ -2217,7 +2217,7 @@ module.exports =
|
|
|
2217
2217
|
|
|
2218
2218
|
// 19.1.2.9 / 15.2.3.2 Object.getPrototypeOf(O)
|
|
2219
2219
|
var has = __webpack_require__(20)
|
|
2220
|
-
, toObject = __webpack_require__(
|
|
2220
|
+
, toObject = __webpack_require__(43)
|
|
2221
2221
|
, IE_PROTO = __webpack_require__(26)('IE_PROTO')
|
|
2222
2222
|
, ObjectProto = Object.prototype;
|
|
2223
2223
|
|
|
@@ -2279,7 +2279,7 @@ module.exports =
|
|
|
2279
2279
|
|
|
2280
2280
|
var classof = __webpack_require__(167)
|
|
2281
2281
|
, ITERATOR = __webpack_require__(24)('iterator')
|
|
2282
|
-
, Iterators = __webpack_require__(
|
|
2282
|
+
, Iterators = __webpack_require__(39);
|
|
2283
2283
|
module.exports = __webpack_require__(9).getIteratorMethod = function(it){
|
|
2284
2284
|
if(it != undefined)return it[ITERATOR]
|
|
2285
2285
|
|| it['@@iterator']
|
|
@@ -2305,7 +2305,7 @@ module.exports =
|
|
|
2305
2305
|
'use strict';
|
|
2306
2306
|
var addToUnscopables = __webpack_require__(166)
|
|
2307
2307
|
, step = __webpack_require__(170)
|
|
2308
|
-
, Iterators = __webpack_require__(
|
|
2308
|
+
, Iterators = __webpack_require__(39)
|
|
2309
2309
|
, toIObject = __webpack_require__(23);
|
|
2310
2310
|
|
|
2311
2311
|
// 22.1.3.4 Array.prototype.entries()
|
|
@@ -2344,8 +2344,8 @@ module.exports =
|
|
|
2344
2344
|
/***/ function(module, exports, __webpack_require__) {
|
|
2345
2345
|
|
|
2346
2346
|
// 19.1.2.14 Object.keys(O)
|
|
2347
|
-
var toObject = __webpack_require__(
|
|
2348
|
-
, $keys = __webpack_require__(
|
|
2347
|
+
var toObject = __webpack_require__(43)
|
|
2348
|
+
, $keys = __webpack_require__(40);
|
|
2349
2349
|
|
|
2350
2350
|
__webpack_require__(178)('keys', function(){
|
|
2351
2351
|
return function keys(it){
|
|
@@ -2382,7 +2382,7 @@ module.exports =
|
|
|
2382
2382
|
__webpack_require__(183);
|
|
2383
2383
|
var global = __webpack_require__(7)
|
|
2384
2384
|
, hide = __webpack_require__(15)
|
|
2385
|
-
, Iterators = __webpack_require__(
|
|
2385
|
+
, Iterators = __webpack_require__(39)
|
|
2386
2386
|
, TO_STRING_TAG = __webpack_require__(24)('toStringTag');
|
|
2387
2387
|
|
|
2388
2388
|
for(var collections = ['NodeList', 'DOMTokenList', 'MediaList', 'StyleSheetList', 'CSSRuleList'], i = 0; i < 5; i++){
|