@lingk/sync 0.1.83 → 0.1.85
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/lightning.js +36 -38
- 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/main.js +2683 -5287
- package/build/main.js.map +1 -1
- package/build/reducer.js +5 -0
- package/build/reducer.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__(9) ? 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__(6).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__(46)
|
|
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__(6)
|
|
@@ -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 */
|
|
@@ -517,7 +517,7 @@ module.exports =
|
|
|
517
517
|
/***/ function(module, exports, __webpack_require__) {
|
|
518
518
|
|
|
519
519
|
module.exports = !__webpack_require__(9) && !__webpack_require__(12)(function(){
|
|
520
|
-
return Object.defineProperty(__webpack_require__(
|
|
520
|
+
return Object.defineProperty(__webpack_require__(29)('div'), 'a', {get: function(){ return 7; }}).a != 7;
|
|
521
521
|
});
|
|
522
522
|
|
|
523
523
|
/***/ },
|
|
@@ -597,7 +597,7 @@ module.exports =
|
|
|
597
597
|
, redefine = __webpack_require__(151)
|
|
598
598
|
, hide = __webpack_require__(13)
|
|
599
599
|
, has = __webpack_require__(17)
|
|
600
|
-
, Iterators = __webpack_require__(
|
|
600
|
+
, Iterators = __webpack_require__(32)
|
|
601
601
|
, $iterCreate = __webpack_require__(141)
|
|
602
602
|
, setToStringTag = __webpack_require__(56)
|
|
603
603
|
, getPrototypeOf = __webpack_require__(148)
|
|
@@ -974,13 +974,13 @@ module.exports =
|
|
|
974
974
|
|
|
975
975
|
var _react2 = _interopRequireDefault(_react);
|
|
976
976
|
|
|
977
|
-
var _classnames = __webpack_require__(
|
|
977
|
+
var _classnames = __webpack_require__(38);
|
|
978
978
|
|
|
979
979
|
var _classnames2 = _interopRequireDefault(_classnames);
|
|
980
980
|
|
|
981
981
|
var _reactLightningDesignSystem = __webpack_require__(3);
|
|
982
982
|
|
|
983
|
-
var _util = __webpack_require__(
|
|
983
|
+
var _util = __webpack_require__(202);
|
|
984
984
|
|
|
985
985
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
986
986
|
|
|
@@ -1953,7 +1953,7 @@ module.exports =
|
|
|
1953
1953
|
/***/ function(module, exports, __webpack_require__) {
|
|
1954
1954
|
|
|
1955
1955
|
// getting tag from 19.1.3.6 Object.prototype.toString()
|
|
1956
|
-
var cof = __webpack_require__(
|
|
1956
|
+
var cof = __webpack_require__(28)
|
|
1957
1957
|
, TAG = __webpack_require__(21)('toStringTag')
|
|
1958
1958
|
// ES3 wrong here
|
|
1959
1959
|
, ARG = cof(function(){ return arguments; }()) == 'Arguments';
|
|
@@ -1988,7 +1988,7 @@ module.exports =
|
|
|
1988
1988
|
|
|
1989
1989
|
'use strict';
|
|
1990
1990
|
var create = __webpack_require__(145)
|
|
1991
|
-
, descriptor = __webpack_require__(
|
|
1991
|
+
, descriptor = __webpack_require__(34)
|
|
1992
1992
|
, setToStringTag = __webpack_require__(56)
|
|
1993
1993
|
, IteratorPrototype = {};
|
|
1994
1994
|
|
|
@@ -2022,7 +2022,7 @@ module.exports =
|
|
|
2022
2022
|
// 19.1.2.2 / 15.2.3.5 Object.create(O [, Properties])
|
|
2023
2023
|
var anObject = __webpack_require__(15)
|
|
2024
2024
|
, dPs = __webpack_require__(146)
|
|
2025
|
-
, enumBugKeys = __webpack_require__(
|
|
2025
|
+
, enumBugKeys = __webpack_require__(30)
|
|
2026
2026
|
, IE_PROTO = __webpack_require__(25)('IE_PROTO')
|
|
2027
2027
|
, Empty = function(){ /* empty */ }
|
|
2028
2028
|
, PROTOTYPE = 'prototype';
|
|
@@ -2030,7 +2030,7 @@ module.exports =
|
|
|
2030
2030
|
// Create object with fake `null` prototype: use iframe Object with cleared prototype
|
|
2031
2031
|
var createDict = function(){
|
|
2032
2032
|
// Thrash, waste and sodomy: IE GC bug
|
|
2033
|
-
var iframe = __webpack_require__(
|
|
2033
|
+
var iframe = __webpack_require__(29)('iframe')
|
|
2034
2034
|
, i = enumBugKeys.length
|
|
2035
2035
|
, lt = '<'
|
|
2036
2036
|
, gt = '>'
|
|
@@ -2068,7 +2068,7 @@ module.exports =
|
|
|
2068
2068
|
|
|
2069
2069
|
var dP = __webpack_require__(18)
|
|
2070
2070
|
, anObject = __webpack_require__(15)
|
|
2071
|
-
, getKeys = __webpack_require__(
|
|
2071
|
+
, getKeys = __webpack_require__(33);
|
|
2072
2072
|
|
|
2073
2073
|
module.exports = __webpack_require__(9) ? Object.defineProperties : function defineProperties(O, Properties){
|
|
2074
2074
|
anObject(O);
|
|
@@ -2087,7 +2087,7 @@ module.exports =
|
|
|
2087
2087
|
|
|
2088
2088
|
// 19.1.2.9 / 15.2.3.2 Object.getPrototypeOf(O)
|
|
2089
2089
|
var has = __webpack_require__(17)
|
|
2090
|
-
, toObject = __webpack_require__(
|
|
2090
|
+
, toObject = __webpack_require__(36)
|
|
2091
2091
|
, IE_PROTO = __webpack_require__(25)('IE_PROTO')
|
|
2092
2092
|
, ObjectProto = Object.prototype;
|
|
2093
2093
|
|
|
@@ -2149,7 +2149,7 @@ module.exports =
|
|
|
2149
2149
|
|
|
2150
2150
|
var classof = __webpack_require__(139)
|
|
2151
2151
|
, ITERATOR = __webpack_require__(21)('iterator')
|
|
2152
|
-
, Iterators = __webpack_require__(
|
|
2152
|
+
, Iterators = __webpack_require__(32);
|
|
2153
2153
|
module.exports = __webpack_require__(8).getIteratorMethod = function(it){
|
|
2154
2154
|
if(it != undefined)return it[ITERATOR]
|
|
2155
2155
|
|| it['@@iterator']
|
|
@@ -2175,7 +2175,7 @@ module.exports =
|
|
|
2175
2175
|
'use strict';
|
|
2176
2176
|
var addToUnscopables = __webpack_require__(138)
|
|
2177
2177
|
, step = __webpack_require__(142)
|
|
2178
|
-
, Iterators = __webpack_require__(
|
|
2178
|
+
, Iterators = __webpack_require__(32)
|
|
2179
2179
|
, toIObject = __webpack_require__(20);
|
|
2180
2180
|
|
|
2181
2181
|
// 22.1.3.4 Array.prototype.entries()
|
|
@@ -2214,8 +2214,8 @@ module.exports =
|
|
|
2214
2214
|
/***/ function(module, exports, __webpack_require__) {
|
|
2215
2215
|
|
|
2216
2216
|
// 19.1.2.14 Object.keys(O)
|
|
2217
|
-
var toObject = __webpack_require__(
|
|
2218
|
-
, $keys = __webpack_require__(
|
|
2217
|
+
var toObject = __webpack_require__(36)
|
|
2218
|
+
, $keys = __webpack_require__(33);
|
|
2219
2219
|
|
|
2220
2220
|
__webpack_require__(150)('keys', function(){
|
|
2221
2221
|
return function keys(it){
|
|
@@ -2252,7 +2252,7 @@ module.exports =
|
|
|
2252
2252
|
__webpack_require__(155);
|
|
2253
2253
|
var global = __webpack_require__(6)
|
|
2254
2254
|
, hide = __webpack_require__(13)
|
|
2255
|
-
, Iterators = __webpack_require__(
|
|
2255
|
+
, Iterators = __webpack_require__(32)
|
|
2256
2256
|
, TO_STRING_TAG = __webpack_require__(21)('toStringTag');
|
|
2257
2257
|
|
|
2258
2258
|
for(var collections = ['NodeList', 'DOMTokenList', 'MediaList', 'StyleSheetList', 'CSSRuleList'], i = 0; i < 5; i++){
|
|
@@ -2305,9 +2305,7 @@ module.exports =
|
|
|
2305
2305
|
/* 199 */,
|
|
2306
2306
|
/* 200 */,
|
|
2307
2307
|
/* 201 */,
|
|
2308
|
-
/* 202
|
|
2309
|
-
/* 203 */,
|
|
2310
|
-
/* 204 */
|
|
2308
|
+
/* 202 */
|
|
2311
2309
|
/***/ function(module, exports, __webpack_require__) {
|
|
2312
2310
|
|
|
2313
2311
|
'use strict';
|