@lingk/sync 1.0.49 → 1.0.51
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.map +1 -1
- package/build/lightning.js +34 -34
- 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 +37 -49
- package/build/loadData.js.map +1 -1
- package/build/main.js +279 -275
- package/build/main.js.map +1 -1
- package/build/metadataFunctions.js.map +1 -1
- package/build/reducer.js.map +1 -1
- package/build/saveData.js +34 -24
- package/build/saveData.js.map +1 -1
- package/package.json +1 -1
package/build/lightning.js
CHANGED
|
@@ -108,7 +108,7 @@ module.exports =
|
|
|
108
108
|
/***/ function(module, exports, __webpack_require__) {
|
|
109
109
|
|
|
110
110
|
var dP = __webpack_require__(18)
|
|
111
|
-
, createDesc = __webpack_require__(
|
|
111
|
+
, createDesc = __webpack_require__(34);
|
|
112
112
|
module.exports = __webpack_require__(10) ? function(object, key, value){
|
|
113
113
|
return dP.f(object, key, createDesc(1, value));
|
|
114
114
|
} : function(object, key, value){
|
|
@@ -190,7 +190,7 @@ module.exports =
|
|
|
190
190
|
/***/ function(module, exports, __webpack_require__) {
|
|
191
191
|
|
|
192
192
|
// to indexed object, toObject with fallback for non-array-like ES3 strings
|
|
193
|
-
var IObject = __webpack_require__(
|
|
193
|
+
var IObject = __webpack_require__(31)
|
|
194
194
|
, defined = __webpack_require__(16);
|
|
195
195
|
module.exports = function(it){
|
|
196
196
|
return IObject(defined(it));
|
|
@@ -200,8 +200,8 @@ module.exports =
|
|
|
200
200
|
/* 21 */
|
|
201
201
|
/***/ function(module, exports, __webpack_require__) {
|
|
202
202
|
|
|
203
|
-
var store = __webpack_require__(
|
|
204
|
-
, uid = __webpack_require__(
|
|
203
|
+
var store = __webpack_require__(35)('wks')
|
|
204
|
+
, uid = __webpack_require__(37)
|
|
205
205
|
, Symbol = __webpack_require__(7).Symbol
|
|
206
206
|
, USE_SYMBOL = typeof Symbol == 'function';
|
|
207
207
|
|
|
@@ -284,8 +284,8 @@ module.exports =
|
|
|
284
284
|
/* 25 */
|
|
285
285
|
/***/ function(module, exports, __webpack_require__) {
|
|
286
286
|
|
|
287
|
-
var shared = __webpack_require__(
|
|
288
|
-
, uid = __webpack_require__(
|
|
287
|
+
var shared = __webpack_require__(35)('keys')
|
|
288
|
+
, uid = __webpack_require__(37);
|
|
289
289
|
module.exports = function(key){
|
|
290
290
|
return shared[key] || (shared[key] = uid(key));
|
|
291
291
|
};
|
|
@@ -293,8 +293,7 @@ module.exports =
|
|
|
293
293
|
/***/ },
|
|
294
294
|
/* 26 */,
|
|
295
295
|
/* 27 */,
|
|
296
|
-
/* 28
|
|
297
|
-
/* 29 */
|
|
296
|
+
/* 28 */
|
|
298
297
|
/***/ function(module, exports) {
|
|
299
298
|
|
|
300
299
|
var toString = {}.toString;
|
|
@@ -304,7 +303,7 @@ module.exports =
|
|
|
304
303
|
};
|
|
305
304
|
|
|
306
305
|
/***/ },
|
|
307
|
-
/*
|
|
306
|
+
/* 29 */
|
|
308
307
|
/***/ function(module, exports, __webpack_require__) {
|
|
309
308
|
|
|
310
309
|
var isObject = __webpack_require__(14)
|
|
@@ -316,7 +315,7 @@ module.exports =
|
|
|
316
315
|
};
|
|
317
316
|
|
|
318
317
|
/***/ },
|
|
319
|
-
/*
|
|
318
|
+
/* 30 */
|
|
320
319
|
/***/ function(module, exports) {
|
|
321
320
|
|
|
322
321
|
// IE 8- don't enum bug keys
|
|
@@ -325,35 +324,35 @@ module.exports =
|
|
|
325
324
|
).split(',');
|
|
326
325
|
|
|
327
326
|
/***/ },
|
|
328
|
-
/*
|
|
327
|
+
/* 31 */
|
|
329
328
|
/***/ function(module, exports, __webpack_require__) {
|
|
330
329
|
|
|
331
330
|
// fallback for non-array-like ES3 and non-enumerable old V8 strings
|
|
332
|
-
var cof = __webpack_require__(
|
|
331
|
+
var cof = __webpack_require__(28);
|
|
333
332
|
module.exports = Object('z').propertyIsEnumerable(0) ? Object : function(it){
|
|
334
333
|
return cof(it) == 'String' ? it.split('') : Object(it);
|
|
335
334
|
};
|
|
336
335
|
|
|
337
336
|
/***/ },
|
|
338
|
-
/*
|
|
337
|
+
/* 32 */
|
|
339
338
|
/***/ function(module, exports) {
|
|
340
339
|
|
|
341
340
|
module.exports = {};
|
|
342
341
|
|
|
343
342
|
/***/ },
|
|
344
|
-
/*
|
|
343
|
+
/* 33 */
|
|
345
344
|
/***/ function(module, exports, __webpack_require__) {
|
|
346
345
|
|
|
347
346
|
// 19.1.2.14 / 15.2.3.14 Object.keys(O)
|
|
348
347
|
var $keys = __webpack_require__(56)
|
|
349
|
-
, enumBugKeys = __webpack_require__(
|
|
348
|
+
, enumBugKeys = __webpack_require__(30);
|
|
350
349
|
|
|
351
350
|
module.exports = Object.keys || function keys(O){
|
|
352
351
|
return $keys(O, enumBugKeys);
|
|
353
352
|
};
|
|
354
353
|
|
|
355
354
|
/***/ },
|
|
356
|
-
/*
|
|
355
|
+
/* 34 */
|
|
357
356
|
/***/ function(module, exports) {
|
|
358
357
|
|
|
359
358
|
module.exports = function(bitmap, value){
|
|
@@ -366,7 +365,7 @@ module.exports =
|
|
|
366
365
|
};
|
|
367
366
|
|
|
368
367
|
/***/ },
|
|
369
|
-
/*
|
|
368
|
+
/* 35 */
|
|
370
369
|
/***/ function(module, exports, __webpack_require__) {
|
|
371
370
|
|
|
372
371
|
var global = __webpack_require__(7)
|
|
@@ -377,7 +376,7 @@ module.exports =
|
|
|
377
376
|
};
|
|
378
377
|
|
|
379
378
|
/***/ },
|
|
380
|
-
/*
|
|
379
|
+
/* 36 */
|
|
381
380
|
/***/ function(module, exports, __webpack_require__) {
|
|
382
381
|
|
|
383
382
|
// 7.1.13 ToObject(argument)
|
|
@@ -387,7 +386,7 @@ module.exports =
|
|
|
387
386
|
};
|
|
388
387
|
|
|
389
388
|
/***/ },
|
|
390
|
-
/*
|
|
389
|
+
/* 37 */
|
|
391
390
|
/***/ function(module, exports) {
|
|
392
391
|
|
|
393
392
|
var id = 0
|
|
@@ -397,7 +396,7 @@ module.exports =
|
|
|
397
396
|
};
|
|
398
397
|
|
|
399
398
|
/***/ },
|
|
400
|
-
/*
|
|
399
|
+
/* 38 */
|
|
401
400
|
/***/ function(module, exports, __webpack_require__) {
|
|
402
401
|
|
|
403
402
|
var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
|
|
@@ -451,6 +450,7 @@ module.exports =
|
|
|
451
450
|
|
|
452
451
|
|
|
453
452
|
/***/ },
|
|
453
|
+
/* 39 */,
|
|
454
454
|
/* 40 */,
|
|
455
455
|
/* 41 */,
|
|
456
456
|
/* 42 */,
|
|
@@ -527,7 +527,7 @@ module.exports =
|
|
|
527
527
|
/***/ function(module, exports, __webpack_require__) {
|
|
528
528
|
|
|
529
529
|
module.exports = !__webpack_require__(10) && !__webpack_require__(12)(function(){
|
|
530
|
-
return Object.defineProperty(__webpack_require__(
|
|
530
|
+
return Object.defineProperty(__webpack_require__(29)('div'), 'a', {get: function(){ return 7; }}).a != 7;
|
|
531
531
|
});
|
|
532
532
|
|
|
533
533
|
/***/ },
|
|
@@ -611,7 +611,7 @@ module.exports =
|
|
|
611
611
|
, redefine = __webpack_require__(165)
|
|
612
612
|
, hide = __webpack_require__(13)
|
|
613
613
|
, has = __webpack_require__(17)
|
|
614
|
-
, Iterators = __webpack_require__(
|
|
614
|
+
, Iterators = __webpack_require__(32)
|
|
615
615
|
, $iterCreate = __webpack_require__(155)
|
|
616
616
|
, setToStringTag = __webpack_require__(70)
|
|
617
617
|
, getPrototypeOf = __webpack_require__(162)
|
|
@@ -1081,7 +1081,7 @@ module.exports =
|
|
|
1081
1081
|
|
|
1082
1082
|
var _react2 = _interopRequireDefault(_react);
|
|
1083
1083
|
|
|
1084
|
-
var _classnames = __webpack_require__(
|
|
1084
|
+
var _classnames = __webpack_require__(38);
|
|
1085
1085
|
|
|
1086
1086
|
var _classnames2 = _interopRequireDefault(_classnames);
|
|
1087
1087
|
|
|
@@ -2069,7 +2069,7 @@ module.exports =
|
|
|
2069
2069
|
/***/ function(module, exports, __webpack_require__) {
|
|
2070
2070
|
|
|
2071
2071
|
// getting tag from 19.1.3.6 Object.prototype.toString()
|
|
2072
|
-
var cof = __webpack_require__(
|
|
2072
|
+
var cof = __webpack_require__(28)
|
|
2073
2073
|
, TAG = __webpack_require__(21)('toStringTag')
|
|
2074
2074
|
// ES3 wrong here
|
|
2075
2075
|
, ARG = cof(function(){ return arguments; }()) == 'Arguments';
|
|
@@ -2104,7 +2104,7 @@ module.exports =
|
|
|
2104
2104
|
|
|
2105
2105
|
'use strict';
|
|
2106
2106
|
var create = __webpack_require__(159)
|
|
2107
|
-
, descriptor = __webpack_require__(
|
|
2107
|
+
, descriptor = __webpack_require__(34)
|
|
2108
2108
|
, setToStringTag = __webpack_require__(70)
|
|
2109
2109
|
, IteratorPrototype = {};
|
|
2110
2110
|
|
|
@@ -2138,7 +2138,7 @@ module.exports =
|
|
|
2138
2138
|
// 19.1.2.2 / 15.2.3.5 Object.create(O [, Properties])
|
|
2139
2139
|
var anObject = __webpack_require__(15)
|
|
2140
2140
|
, dPs = __webpack_require__(160)
|
|
2141
|
-
, enumBugKeys = __webpack_require__(
|
|
2141
|
+
, enumBugKeys = __webpack_require__(30)
|
|
2142
2142
|
, IE_PROTO = __webpack_require__(25)('IE_PROTO')
|
|
2143
2143
|
, Empty = function(){ /* empty */ }
|
|
2144
2144
|
, PROTOTYPE = 'prototype';
|
|
@@ -2146,7 +2146,7 @@ module.exports =
|
|
|
2146
2146
|
// Create object with fake `null` prototype: use iframe Object with cleared prototype
|
|
2147
2147
|
var createDict = function(){
|
|
2148
2148
|
// Thrash, waste and sodomy: IE GC bug
|
|
2149
|
-
var iframe = __webpack_require__(
|
|
2149
|
+
var iframe = __webpack_require__(29)('iframe')
|
|
2150
2150
|
, i = enumBugKeys.length
|
|
2151
2151
|
, lt = '<'
|
|
2152
2152
|
, gt = '>'
|
|
@@ -2184,7 +2184,7 @@ module.exports =
|
|
|
2184
2184
|
|
|
2185
2185
|
var dP = __webpack_require__(18)
|
|
2186
2186
|
, anObject = __webpack_require__(15)
|
|
2187
|
-
, getKeys = __webpack_require__(
|
|
2187
|
+
, getKeys = __webpack_require__(33);
|
|
2188
2188
|
|
|
2189
2189
|
module.exports = __webpack_require__(10) ? Object.defineProperties : function defineProperties(O, Properties){
|
|
2190
2190
|
anObject(O);
|
|
@@ -2203,7 +2203,7 @@ module.exports =
|
|
|
2203
2203
|
|
|
2204
2204
|
// 19.1.2.9 / 15.2.3.2 Object.getPrototypeOf(O)
|
|
2205
2205
|
var has = __webpack_require__(17)
|
|
2206
|
-
, toObject = __webpack_require__(
|
|
2206
|
+
, toObject = __webpack_require__(36)
|
|
2207
2207
|
, IE_PROTO = __webpack_require__(25)('IE_PROTO')
|
|
2208
2208
|
, ObjectProto = Object.prototype;
|
|
2209
2209
|
|
|
@@ -2265,7 +2265,7 @@ module.exports =
|
|
|
2265
2265
|
|
|
2266
2266
|
var classof = __webpack_require__(153)
|
|
2267
2267
|
, ITERATOR = __webpack_require__(21)('iterator')
|
|
2268
|
-
, Iterators = __webpack_require__(
|
|
2268
|
+
, Iterators = __webpack_require__(32);
|
|
2269
2269
|
module.exports = __webpack_require__(9).getIteratorMethod = function(it){
|
|
2270
2270
|
if(it != undefined)return it[ITERATOR]
|
|
2271
2271
|
|| it['@@iterator']
|
|
@@ -2291,7 +2291,7 @@ module.exports =
|
|
|
2291
2291
|
'use strict';
|
|
2292
2292
|
var addToUnscopables = __webpack_require__(152)
|
|
2293
2293
|
, step = __webpack_require__(156)
|
|
2294
|
-
, Iterators = __webpack_require__(
|
|
2294
|
+
, Iterators = __webpack_require__(32)
|
|
2295
2295
|
, toIObject = __webpack_require__(20);
|
|
2296
2296
|
|
|
2297
2297
|
// 22.1.3.4 Array.prototype.entries()
|
|
@@ -2330,8 +2330,8 @@ module.exports =
|
|
|
2330
2330
|
/***/ function(module, exports, __webpack_require__) {
|
|
2331
2331
|
|
|
2332
2332
|
// 19.1.2.14 Object.keys(O)
|
|
2333
|
-
var toObject = __webpack_require__(
|
|
2334
|
-
, $keys = __webpack_require__(
|
|
2333
|
+
var toObject = __webpack_require__(36)
|
|
2334
|
+
, $keys = __webpack_require__(33);
|
|
2335
2335
|
|
|
2336
2336
|
__webpack_require__(164)('keys', function(){
|
|
2337
2337
|
return function keys(it){
|
|
@@ -2368,7 +2368,7 @@ module.exports =
|
|
|
2368
2368
|
__webpack_require__(169);
|
|
2369
2369
|
var global = __webpack_require__(7)
|
|
2370
2370
|
, hide = __webpack_require__(13)
|
|
2371
|
-
, Iterators = __webpack_require__(
|
|
2371
|
+
, Iterators = __webpack_require__(32)
|
|
2372
2372
|
, TO_STRING_TAG = __webpack_require__(21)('toStringTag');
|
|
2373
2373
|
|
|
2374
2374
|
for(var collections = ['NodeList', 'DOMTokenList', 'MediaList', 'StyleSheetList', 'CSSRuleList'], i = 0; i < 5; i++){
|