@lingk/sync 1.0.32 → 1.0.34
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 +30 -30
- package/build/credentialSections.js.map +1 -1
- package/build/lightning.js +17 -17
- 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 +174 -71
- package/build/main.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 +11 -10
- package/build/saveData.js.map +1 -1
- package/package.json +1 -1
package/build/lightning.js
CHANGED
|
@@ -158,8 +158,8 @@ module.exports =
|
|
|
158
158
|
/***/ function(module, exports, __webpack_require__) {
|
|
159
159
|
|
|
160
160
|
var anObject = __webpack_require__(15)
|
|
161
|
-
, IE8_DOM_DEFINE = __webpack_require__(
|
|
162
|
-
, toPrimitive = __webpack_require__(
|
|
161
|
+
, IE8_DOM_DEFINE = __webpack_require__(55)
|
|
162
|
+
, toPrimitive = __webpack_require__(59)
|
|
163
163
|
, dP = Object.defineProperty;
|
|
164
164
|
|
|
165
165
|
exports.f = __webpack_require__(10) ? Object.defineProperty : function defineProperty(O, P, Attributes){
|
|
@@ -220,7 +220,7 @@ module.exports =
|
|
|
220
220
|
|
|
221
221
|
var global = __webpack_require__(7)
|
|
222
222
|
, core = __webpack_require__(9)
|
|
223
|
-
, ctx = __webpack_require__(
|
|
223
|
+
, ctx = __webpack_require__(54)
|
|
224
224
|
, hide = __webpack_require__(13)
|
|
225
225
|
, PROTOTYPE = 'prototype';
|
|
226
226
|
|
|
@@ -345,7 +345,7 @@ module.exports =
|
|
|
345
345
|
/***/ function(module, exports, __webpack_require__) {
|
|
346
346
|
|
|
347
347
|
// 19.1.2.14 / 15.2.3.14 Object.keys(O)
|
|
348
|
-
var $keys = __webpack_require__(
|
|
348
|
+
var $keys = __webpack_require__(56)
|
|
349
349
|
, enumBugKeys = __webpack_require__(31);
|
|
350
350
|
|
|
351
351
|
module.exports = Object.keys || function keys(O){
|
|
@@ -462,7 +462,8 @@ module.exports =
|
|
|
462
462
|
/* 48 */,
|
|
463
463
|
/* 49 */,
|
|
464
464
|
/* 50 */,
|
|
465
|
-
/* 51
|
|
465
|
+
/* 51 */,
|
|
466
|
+
/* 52 */
|
|
466
467
|
/***/ function(module, exports) {
|
|
467
468
|
|
|
468
469
|
module.exports = function(it){
|
|
@@ -471,14 +472,14 @@ module.exports =
|
|
|
471
472
|
};
|
|
472
473
|
|
|
473
474
|
/***/ },
|
|
474
|
-
/*
|
|
475
|
+
/* 53 */
|
|
475
476
|
/***/ function(module, exports, __webpack_require__) {
|
|
476
477
|
|
|
477
478
|
// false -> Array#indexOf
|
|
478
479
|
// true -> Array#includes
|
|
479
480
|
var toIObject = __webpack_require__(20)
|
|
480
|
-
, toLength = __webpack_require__(
|
|
481
|
-
, toIndex = __webpack_require__(
|
|
481
|
+
, toLength = __webpack_require__(58)
|
|
482
|
+
, toIndex = __webpack_require__(57);
|
|
482
483
|
module.exports = function(IS_INCLUDES){
|
|
483
484
|
return function($this, el, fromIndex){
|
|
484
485
|
var O = toIObject($this)
|
|
@@ -497,11 +498,11 @@ module.exports =
|
|
|
497
498
|
};
|
|
498
499
|
|
|
499
500
|
/***/ },
|
|
500
|
-
/*
|
|
501
|
+
/* 54 */
|
|
501
502
|
/***/ function(module, exports, __webpack_require__) {
|
|
502
503
|
|
|
503
504
|
// optional / simple context binding
|
|
504
|
-
var aFunction = __webpack_require__(
|
|
505
|
+
var aFunction = __webpack_require__(52);
|
|
505
506
|
module.exports = function(fn, that, length){
|
|
506
507
|
aFunction(fn);
|
|
507
508
|
if(that === undefined)return fn;
|
|
@@ -522,7 +523,7 @@ module.exports =
|
|
|
522
523
|
};
|
|
523
524
|
|
|
524
525
|
/***/ },
|
|
525
|
-
/*
|
|
526
|
+
/* 55 */
|
|
526
527
|
/***/ function(module, exports, __webpack_require__) {
|
|
527
528
|
|
|
528
529
|
module.exports = !__webpack_require__(10) && !__webpack_require__(12)(function(){
|
|
@@ -530,12 +531,12 @@ module.exports =
|
|
|
530
531
|
});
|
|
531
532
|
|
|
532
533
|
/***/ },
|
|
533
|
-
/*
|
|
534
|
+
/* 56 */
|
|
534
535
|
/***/ function(module, exports, __webpack_require__) {
|
|
535
536
|
|
|
536
537
|
var has = __webpack_require__(17)
|
|
537
538
|
, toIObject = __webpack_require__(20)
|
|
538
|
-
, arrayIndexOf = __webpack_require__(
|
|
539
|
+
, arrayIndexOf = __webpack_require__(53)(false)
|
|
539
540
|
, IE_PROTO = __webpack_require__(25)('IE_PROTO');
|
|
540
541
|
|
|
541
542
|
module.exports = function(object, names){
|
|
@@ -552,7 +553,7 @@ module.exports =
|
|
|
552
553
|
};
|
|
553
554
|
|
|
554
555
|
/***/ },
|
|
555
|
-
/*
|
|
556
|
+
/* 57 */
|
|
556
557
|
/***/ function(module, exports, __webpack_require__) {
|
|
557
558
|
|
|
558
559
|
var toInteger = __webpack_require__(19)
|
|
@@ -564,7 +565,7 @@ module.exports =
|
|
|
564
565
|
};
|
|
565
566
|
|
|
566
567
|
/***/ },
|
|
567
|
-
/*
|
|
568
|
+
/* 58 */
|
|
568
569
|
/***/ function(module, exports, __webpack_require__) {
|
|
569
570
|
|
|
570
571
|
// 7.1.15 ToLength
|
|
@@ -575,7 +576,7 @@ module.exports =
|
|
|
575
576
|
};
|
|
576
577
|
|
|
577
578
|
/***/ },
|
|
578
|
-
/*
|
|
579
|
+
/* 59 */
|
|
579
580
|
/***/ function(module, exports, __webpack_require__) {
|
|
580
581
|
|
|
581
582
|
// 7.1.1 ToPrimitive(input [, PreferredType])
|
|
@@ -592,7 +593,6 @@ module.exports =
|
|
|
592
593
|
};
|
|
593
594
|
|
|
594
595
|
/***/ },
|
|
595
|
-
/* 59 */,
|
|
596
596
|
/* 60 */,
|
|
597
597
|
/* 61 */,
|
|
598
598
|
/* 62 */,
|