@ebscn/ui 1.0.3-beta.2 → 1.0.3-beta.3

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/cjs/index.d.ts CHANGED
@@ -35,8 +35,4 @@ export { default as Switch } from './components/switch';
35
35
  export { default as Tabs } from './components/tabs';
36
36
  export { default as Tip } from './components/tip';
37
37
  export { default as ToastLoading } from './components/toastLoading';
38
- export { default as PayInput } from './components/pay-input';
39
- export { default as MoneyInput } from './components/money-input';
40
- export { default as FeneInput } from './components/fene-input';
41
38
  export { default as Input } from './components/input';
42
- export { default as CommonInput } from './components/common-input';
package/cjs/index.js CHANGED
@@ -41,11 +41,7 @@ var _exportNames = {
41
41
  Tabs: true,
42
42
  Tip: true,
43
43
  ToastLoading: true,
44
- PayInput: true,
45
- MoneyInput: true,
46
- FeneInput: true,
47
- Input: true,
48
- CommonInput: true
44
+ Input: true
49
45
  };
50
46
  Object.defineProperty(exports, "AlphabetKeyboard", {
51
47
  enumerable: true,
@@ -77,12 +73,6 @@ Object.defineProperty(exports, "Checkbox", {
77
73
  return _checkbox.default;
78
74
  }
79
75
  });
80
- Object.defineProperty(exports, "CommonInput", {
81
- enumerable: true,
82
- get: function () {
83
- return _commonInput.default;
84
- }
85
- });
86
76
  Object.defineProperty(exports, "DateRangePicker", {
87
77
  enumerable: true,
88
78
  get: function () {
@@ -95,12 +85,6 @@ Object.defineProperty(exports, "Divider", {
95
85
  return _divider.default;
96
86
  }
97
87
  });
98
- Object.defineProperty(exports, "FeneInput", {
99
- enumerable: true,
100
- get: function () {
101
- return _feneInput.default;
102
- }
103
- });
104
88
  Object.defineProperty(exports, "Grid", {
105
89
  enumerable: true,
106
90
  get: function () {
@@ -137,12 +121,6 @@ Object.defineProperty(exports, "Mask", {
137
121
  return _mask.default;
138
122
  }
139
123
  });
140
- Object.defineProperty(exports, "MoneyInput", {
141
- enumerable: true,
142
- get: function () {
143
- return _moneyInput.default;
144
- }
145
- });
146
124
  Object.defineProperty(exports, "NoticeBar", {
147
125
  enumerable: true,
148
126
  get: function () {
@@ -167,12 +145,6 @@ Object.defineProperty(exports, "PageIndicator", {
167
145
  return _pageIndicator.default;
168
146
  }
169
147
  });
170
- Object.defineProperty(exports, "PayInput", {
171
- enumerable: true,
172
- get: function () {
173
- return _payInput.default;
174
- }
175
- });
176
148
  Object.defineProperty(exports, "Picker", {
177
149
  enumerable: true,
178
150
  get: function () {
@@ -347,9 +319,5 @@ var _switch = _interopRequireDefault(require("./components/switch"));
347
319
  var _tabs = _interopRequireDefault(require("./components/tabs"));
348
320
  var _tip = _interopRequireDefault(require("./components/tip"));
349
321
  var _toastLoading = _interopRequireDefault(require("./components/toastLoading"));
350
- var _payInput = _interopRequireDefault(require("./components/pay-input"));
351
- var _moneyInput = _interopRequireDefault(require("./components/money-input"));
352
- var _feneInput = _interopRequireDefault(require("./components/fene-input"));
353
322
  var _input = _interopRequireDefault(require("./components/input"));
354
- var _commonInput = _interopRequireDefault(require("./components/common-input"));
355
323
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
package/es/index.d.ts CHANGED
@@ -35,8 +35,4 @@ export { default as Switch } from './components/switch';
35
35
  export { default as Tabs } from './components/tabs';
36
36
  export { default as Tip } from './components/tip';
37
37
  export { default as ToastLoading } from './components/toastLoading';
38
- export { default as PayInput } from './components/pay-input';
39
- export { default as MoneyInput } from './components/money-input';
40
- export { default as FeneInput } from './components/fene-input';
41
38
  export { default as Input } from './components/input';
42
- export { default as CommonInput } from './components/common-input';
package/es/index.js CHANGED
@@ -37,8 +37,8 @@ export { default as Switch } from './components/switch';
37
37
  export { default as Tabs } from './components/tabs';
38
38
  export { default as Tip } from './components/tip';
39
39
  export { default as ToastLoading } from './components/toastLoading';
40
- export { default as PayInput } from './components/pay-input';
41
- export { default as MoneyInput } from './components/money-input';
42
- export { default as FeneInput } from './components/fene-input';
40
+ //export { default as PayInput} from './components/pay-input';
41
+ //export { default as MoneyInput } from './components/money-input';
42
+ //export { default as FeneInput } from './components/fene-input';
43
43
  export { default as Input } from './components/input';
44
- export { default as CommonInput } from './components/common-input';
44
+ //export { default as CommonInput } from './components/common-input';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ebscn/ui",
3
- "version": "1.0.3-beta.2",
3
+ "version": "1.0.3-beta.3",
4
4
  "description": "ebscn react library",
5
5
  "module": "./es/index.js",
6
6
  "types": "./es/index.d.ts",