xianniu-ui 0.5.2-beta.0 → 0.5.2-beta.1

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.
Files changed (37) hide show
  1. package/lib/static/css/chunk-elementUI.0b417c2d.css +1 -0
  2. package/lib/static/fonts/element-icons.535877f5.woff +0 -0
  3. package/lib/static/fonts/element-icons.732389de.ttf +0 -0
  4. package/lib/xianniu-ui.common.chunk-elementUI.js +77 -67837
  5. package/lib/xianniu-ui.common.chunk-libs~253ae210.js +0 -1222
  6. package/lib/xianniu-ui.common.chunk-libs~31ecd969.js +1055 -1072
  7. package/lib/xianniu-ui.common.chunk-libs~93acefaf.js +1 -1
  8. package/lib/xianniu-ui.common.chunk-libs~af0f4b76.js +1 -1
  9. package/lib/xianniu-ui.common.chunk-libs~d939e436.js +42 -106
  10. package/lib/xianniu-ui.common.chunk-libs~dfe5688e.js +1 -1
  11. package/lib/xianniu-ui.common.js +1 -1
  12. package/lib/xianniu-ui.common.xianniu-ui.common.js +36 -27
  13. package/lib/xianniu-ui.umd.chunk-elementUI.js +77 -67837
  14. package/lib/xianniu-ui.umd.chunk-libs~253ae210.js +0 -1222
  15. package/lib/xianniu-ui.umd.chunk-libs~31ecd969.js +1055 -1072
  16. package/lib/xianniu-ui.umd.chunk-libs~93acefaf.js +1 -1
  17. package/lib/xianniu-ui.umd.chunk-libs~af0f4b76.js +1 -1
  18. package/lib/xianniu-ui.umd.chunk-libs~d939e436.js +42 -106
  19. package/lib/xianniu-ui.umd.chunk-libs~dfe5688e.js +1 -1
  20. package/lib/xianniu-ui.umd.js +1 -1
  21. package/lib/xianniu-ui.umd.min.chunk-elementUI.js +1 -9
  22. package/lib/xianniu-ui.umd.min.chunk-libs~253ae210.js +1 -1
  23. package/lib/xianniu-ui.umd.min.chunk-libs~31ecd969.js +1 -1
  24. package/lib/xianniu-ui.umd.min.chunk-libs~93acefaf.js +1 -1
  25. package/lib/xianniu-ui.umd.min.chunk-libs~af0f4b76.js +1 -1
  26. package/lib/xianniu-ui.umd.min.chunk-libs~d939e436.js +1 -1
  27. package/lib/xianniu-ui.umd.min.chunk-libs~dfe5688e.js +1 -1
  28. package/lib/xianniu-ui.umd.min.js +1 -1
  29. package/lib/xianniu-ui.umd.min.xianniu-ui.umd.min.js +1 -1
  30. package/lib/xianniu-ui.umd.xianniu-ui.umd.js +36 -27
  31. package/package.json +1 -1
  32. package/lib/xianniu-ui.common.chunk-libs~6cb95173.js +0 -1594
  33. package/lib/xianniu-ui.common.chunk-libs~b58f7129.js +0 -1723
  34. package/lib/xianniu-ui.umd.chunk-libs~6cb95173.js +0 -1594
  35. package/lib/xianniu-ui.umd.chunk-libs~b58f7129.js +0 -1723
  36. package/lib/xianniu-ui.umd.min.chunk-libs~6cb95173.js +0 -1
  37. package/lib/xianniu-ui.umd.min.chunk-libs~b58f7129.js +0 -16
@@ -1,4 +1,4 @@
1
- ((typeof self !== 'undefined' ? self : this)["webpackJsonpxianniu_ui"] = (typeof self !== 'undefined' ? self : this)["webpackJsonpxianniu_ui"] || []).push([[4],{
1
+ ((typeof self !== 'undefined' ? self : this)["webpackJsonpxianniu_ui"] = (typeof self !== 'undefined' ? self : this)["webpackJsonpxianniu_ui"] || []).push([[3],{
2
2
 
3
3
  /***/ "00ee":
4
4
  /***/ (function(module, exports, __webpack_require__) {
@@ -1,4 +1,4 @@
1
- ((typeof self !== 'undefined' ? self : this)["webpackJsonpxianniu_ui"] = (typeof self !== 'undefined' ? self : this)["webpackJsonpxianniu_ui"] || []).push([[5],{
1
+ ((typeof self !== 'undefined' ? self : this)["webpackJsonpxianniu_ui"] = (typeof self !== 'undefined' ? self : this)["webpackJsonpxianniu_ui"] || []).push([[4],{
2
2
 
3
3
  /***/ "1fab":
4
4
  /***/ (function(module, exports, __webpack_require__) {
@@ -1,4 +1,4 @@
1
- ((typeof self !== 'undefined' ? self : this)["webpackJsonpxianniu_ui"] = (typeof self !== 'undefined' ? self : this)["webpackJsonpxianniu_ui"] || []).push([[7],{
1
+ ((typeof self !== 'undefined' ? self : this)["webpackJsonpxianniu_ui"] = (typeof self !== 'undefined' ? self : this)["webpackJsonpxianniu_ui"] || []).push([[5],{
2
2
 
3
3
  /***/ "159b":
4
4
  /***/ (function(module, exports, __webpack_require__) {
@@ -1107,111 +1107,6 @@ $({ global: true, forced: !USE_NATIVE_URL, sham: !DESCRIPTORS }, {
1107
1107
  });
1108
1108
 
1109
1109
 
1110
- /***/ }),
1111
-
1112
- /***/ "3c4e":
1113
- /***/ (function(module, exports, __webpack_require__) {
1114
-
1115
- "use strict";
1116
-
1117
-
1118
- var isMergeableObject = function isMergeableObject(value) {
1119
- return isNonNullObject(value)
1120
- && !isSpecial(value)
1121
- };
1122
-
1123
- function isNonNullObject(value) {
1124
- return !!value && typeof value === 'object'
1125
- }
1126
-
1127
- function isSpecial(value) {
1128
- var stringValue = Object.prototype.toString.call(value);
1129
-
1130
- return stringValue === '[object RegExp]'
1131
- || stringValue === '[object Date]'
1132
- || isReactElement(value)
1133
- }
1134
-
1135
- // see https://github.com/facebook/react/blob/b5ac963fb791d1298e7f396236383bc955f916c1/src/isomorphic/classic/element/ReactElement.js#L21-L25
1136
- var canUseSymbol = typeof Symbol === 'function' && Symbol.for;
1137
- var REACT_ELEMENT_TYPE = canUseSymbol ? Symbol.for('react.element') : 0xeac7;
1138
-
1139
- function isReactElement(value) {
1140
- return value.$$typeof === REACT_ELEMENT_TYPE
1141
- }
1142
-
1143
- function emptyTarget(val) {
1144
- return Array.isArray(val) ? [] : {}
1145
- }
1146
-
1147
- function cloneIfNecessary(value, optionsArgument) {
1148
- var clone = optionsArgument && optionsArgument.clone === true;
1149
- return (clone && isMergeableObject(value)) ? deepmerge(emptyTarget(value), value, optionsArgument) : value
1150
- }
1151
-
1152
- function defaultArrayMerge(target, source, optionsArgument) {
1153
- var destination = target.slice();
1154
- source.forEach(function(e, i) {
1155
- if (typeof destination[i] === 'undefined') {
1156
- destination[i] = cloneIfNecessary(e, optionsArgument);
1157
- } else if (isMergeableObject(e)) {
1158
- destination[i] = deepmerge(target[i], e, optionsArgument);
1159
- } else if (target.indexOf(e) === -1) {
1160
- destination.push(cloneIfNecessary(e, optionsArgument));
1161
- }
1162
- });
1163
- return destination
1164
- }
1165
-
1166
- function mergeObject(target, source, optionsArgument) {
1167
- var destination = {};
1168
- if (isMergeableObject(target)) {
1169
- Object.keys(target).forEach(function(key) {
1170
- destination[key] = cloneIfNecessary(target[key], optionsArgument);
1171
- });
1172
- }
1173
- Object.keys(source).forEach(function(key) {
1174
- if (!isMergeableObject(source[key]) || !target[key]) {
1175
- destination[key] = cloneIfNecessary(source[key], optionsArgument);
1176
- } else {
1177
- destination[key] = deepmerge(target[key], source[key], optionsArgument);
1178
- }
1179
- });
1180
- return destination
1181
- }
1182
-
1183
- function deepmerge(target, source, optionsArgument) {
1184
- var sourceIsArray = Array.isArray(source);
1185
- var targetIsArray = Array.isArray(target);
1186
- var options = optionsArgument || { arrayMerge: defaultArrayMerge };
1187
- var sourceAndTargetTypesMatch = sourceIsArray === targetIsArray;
1188
-
1189
- if (!sourceAndTargetTypesMatch) {
1190
- return cloneIfNecessary(source, optionsArgument)
1191
- } else if (sourceIsArray) {
1192
- var arrayMerge = options.arrayMerge || defaultArrayMerge;
1193
- return arrayMerge(target, source, optionsArgument)
1194
- } else {
1195
- return mergeObject(target, source, optionsArgument)
1196
- }
1197
- }
1198
-
1199
- deepmerge.all = function deepmergeAll(array, optionsArgument) {
1200
- if (!Array.isArray(array) || array.length < 2) {
1201
- throw new Error('first argument should be an array with at least two elements')
1202
- }
1203
-
1204
- // we are sure there are at least 2 values, so it is safe to have no initial value
1205
- return array.reduce(function(prev, next) {
1206
- return deepmerge(prev, next, optionsArgument)
1207
- })
1208
- };
1209
-
1210
- var deepmerge_1 = deepmerge;
1211
-
1212
- module.exports = deepmerge_1;
1213
-
1214
-
1215
1110
  /***/ }),
1216
1111
 
1217
1112
  /***/ "3ca3":
@@ -1250,6 +1145,47 @@ defineIterator(String, 'String', function (iterated) {
1250
1145
  });
1251
1146
 
1252
1147
 
1148
+ /***/ }),
1149
+
1150
+ /***/ "4362":
1151
+ /***/ (function(module, exports, __webpack_require__) {
1152
+
1153
+ exports.nextTick = function nextTick(fn) {
1154
+ var args = Array.prototype.slice.call(arguments);
1155
+ args.shift();
1156
+ setTimeout(function () {
1157
+ fn.apply(null, args);
1158
+ }, 0);
1159
+ };
1160
+
1161
+ exports.platform = exports.arch =
1162
+ exports.execPath = exports.title = 'browser';
1163
+ exports.pid = 1;
1164
+ exports.browser = true;
1165
+ exports.env = {};
1166
+ exports.argv = [];
1167
+
1168
+ exports.binding = function (name) {
1169
+ throw new Error('No such module. (Possibly not yet loaded)')
1170
+ };
1171
+
1172
+ (function () {
1173
+ var cwd = '/';
1174
+ var path;
1175
+ exports.cwd = function () { return cwd };
1176
+ exports.chdir = function (dir) {
1177
+ if (!path) path = __webpack_require__("df7c");
1178
+ cwd = path.resolve(dir, cwd);
1179
+ };
1180
+ })();
1181
+
1182
+ exports.exit = exports.kill =
1183
+ exports.umask = exports.dlopen =
1184
+ exports.uptime = exports.memoryUsage =
1185
+ exports.uvCounters = function() {};
1186
+ exports.features = {};
1187
+
1188
+
1253
1189
  /***/ }),
1254
1190
 
1255
1191
  /***/ "466d":
@@ -1,4 +1,4 @@
1
- ((typeof self !== 'undefined' ? self : this)["webpackJsonpxianniu_ui"] = (typeof self !== 'undefined' ? self : this)["webpackJsonpxianniu_ui"] || []).push([[8],{
1
+ ((typeof self !== 'undefined' ? self : this)["webpackJsonpxianniu_ui"] = (typeof self !== 'undefined' ? self : this)["webpackJsonpxianniu_ui"] || []).push([[6],{
2
2
 
3
3
  /***/ "f417":
4
4
  /***/ (function(module, exports, __webpack_require__) {
@@ -57,7 +57,7 @@
57
57
  /******/ // undefined = chunk not loaded, null = chunk preloaded/prefetched
58
58
  /******/ // Promise = chunk loading, 0 = chunk loaded
59
59
  /******/ var installedChunks = {
60
- /******/ 9: 0
60
+ /******/ 7: 0
61
61
  /******/ };
62
62
  /******/
63
63
  /******/ var deferredModules = [];