@pie-element/number-line 11.0.2-esm.0 → 11.0.5-esm.0
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/configure/package.json +4 -4
- package/controller/package.json +3 -3
- package/esm/configure.js +347 -10
- package/esm/configure.js.map +1 -1
- package/package.json +7 -7
package/configure/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-element/number-line-configure",
|
|
3
3
|
"private": true,
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "11.0.5-esm.0",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "src/index.js",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@material-ui/core": "^3.9.2",
|
|
9
9
|
"@pie-framework/pie-configure-events": "^1.3.0",
|
|
10
|
-
"@pie-lib/config-ui": "^11.26.
|
|
11
|
-
"@pie-lib/editable-html": "^11.18.
|
|
12
|
-
"@pie-lib/render-ui": "^4.32.
|
|
10
|
+
"@pie-lib/config-ui": "^11.26.3",
|
|
11
|
+
"@pie-lib/editable-html": "^11.18.3",
|
|
12
|
+
"@pie-lib/render-ui": "^4.32.3",
|
|
13
13
|
"lodash": "^4.17.15",
|
|
14
14
|
"react": "^16.8.1",
|
|
15
15
|
"react-dom": "^16.8.1"
|
package/controller/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-element/number-line-controller",
|
|
3
3
|
"private": true,
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "11.0.5-esm.0",
|
|
5
5
|
"description": "Controller logic for @pie-ui/number-line",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"pie",
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"access": "public"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@pie-lib/controller-utils": "^0.19.
|
|
18
|
-
"@pie-lib/feedback": "^0.21.
|
|
17
|
+
"@pie-lib/controller-utils": "^0.19.2",
|
|
18
|
+
"@pie-lib/feedback": "^0.21.2",
|
|
19
19
|
"lodash": "^4.17.15",
|
|
20
20
|
"mathjs": "^7.5.1"
|
|
21
21
|
},
|
package/esm/configure.js
CHANGED
|
@@ -6,12 +6,11 @@ import PropTypes from 'prop-types';
|
|
|
6
6
|
import { withStyles } from '@material-ui/core/styles';
|
|
7
7
|
import cn from 'classnames';
|
|
8
8
|
import Tooltip from '@material-ui/core/Tooltip';
|
|
9
|
-
import
|
|
9
|
+
import require$$3 from '@material-ui/core/SvgIcon';
|
|
10
10
|
import IconButton from '@material-ui/core/IconButton';
|
|
11
11
|
import Typography from '@material-ui/core/Typography';
|
|
12
12
|
import Button from '@material-ui/core/Button';
|
|
13
13
|
import cloneDeep from 'lodash/cloneDeep';
|
|
14
|
-
import Info from '@material-ui/icons/Info';
|
|
15
14
|
import FormControlLabel from '@material-ui/core/FormControlLabel';
|
|
16
15
|
import RadioGroup from '@material-ui/core/RadioGroup';
|
|
17
16
|
import Radio from '@material-ui/core/Radio';
|
|
@@ -73,6 +72,328 @@ const miniStyles = () => ({
|
|
|
73
72
|
const MiniField = withStyles(miniStyles)(NumberTextField);
|
|
74
73
|
var NumberTextField$1 = withStyles(styles$7)(NumberTextField);
|
|
75
74
|
|
|
75
|
+
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
|
76
|
+
|
|
77
|
+
function getDefaultExportFromCjs (x) {
|
|
78
|
+
return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
var HelpOutline = {};
|
|
82
|
+
|
|
83
|
+
var interopRequireDefault = {exports: {}};
|
|
84
|
+
|
|
85
|
+
(function (module) {
|
|
86
|
+
function _interopRequireDefault(obj) {
|
|
87
|
+
return obj && obj.__esModule ? obj : {
|
|
88
|
+
"default": obj
|
|
89
|
+
};
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
module.exports = _interopRequireDefault, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
93
|
+
}(interopRequireDefault));
|
|
94
|
+
|
|
95
|
+
var createSvgIcon$1 = {};
|
|
96
|
+
|
|
97
|
+
var pure$1 = {};
|
|
98
|
+
|
|
99
|
+
var shouldUpdate$1 = {};
|
|
100
|
+
|
|
101
|
+
var inheritsLoose = {exports: {}};
|
|
102
|
+
|
|
103
|
+
var setPrototypeOf = {exports: {}};
|
|
104
|
+
|
|
105
|
+
(function (module) {
|
|
106
|
+
function _setPrototypeOf(o, p) {
|
|
107
|
+
module.exports = _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {
|
|
108
|
+
o.__proto__ = p;
|
|
109
|
+
return o;
|
|
110
|
+
}, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
111
|
+
return _setPrototypeOf(o, p);
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
module.exports = _setPrototypeOf, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
115
|
+
}(setPrototypeOf));
|
|
116
|
+
|
|
117
|
+
(function (module) {
|
|
118
|
+
var setPrototypeOf$1 = setPrototypeOf.exports;
|
|
119
|
+
|
|
120
|
+
function _inheritsLoose(subClass, superClass) {
|
|
121
|
+
subClass.prototype = Object.create(superClass.prototype);
|
|
122
|
+
subClass.prototype.constructor = subClass;
|
|
123
|
+
setPrototypeOf$1(subClass, superClass);
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
module.exports = _inheritsLoose, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
127
|
+
}(inheritsLoose));
|
|
128
|
+
|
|
129
|
+
var setDisplayName$1 = {};
|
|
130
|
+
|
|
131
|
+
var setStatic$1 = {};
|
|
132
|
+
|
|
133
|
+
setStatic$1.__esModule = true;
|
|
134
|
+
setStatic$1.default = void 0;
|
|
135
|
+
|
|
136
|
+
var setStatic = function setStatic(key, value) {
|
|
137
|
+
return function (BaseComponent) {
|
|
138
|
+
/* eslint-disable no-param-reassign */
|
|
139
|
+
BaseComponent[key] = value;
|
|
140
|
+
/* eslint-enable no-param-reassign */
|
|
141
|
+
|
|
142
|
+
return BaseComponent;
|
|
143
|
+
};
|
|
144
|
+
};
|
|
145
|
+
|
|
146
|
+
var _default$9 = setStatic;
|
|
147
|
+
setStatic$1.default = _default$9;
|
|
148
|
+
|
|
149
|
+
var _interopRequireDefault$7 = interopRequireDefault.exports;
|
|
150
|
+
|
|
151
|
+
setDisplayName$1.__esModule = true;
|
|
152
|
+
setDisplayName$1.default = void 0;
|
|
153
|
+
|
|
154
|
+
var _setStatic = _interopRequireDefault$7(setStatic$1);
|
|
155
|
+
|
|
156
|
+
var setDisplayName = function setDisplayName(displayName) {
|
|
157
|
+
return (0, _setStatic.default)('displayName', displayName);
|
|
158
|
+
};
|
|
159
|
+
|
|
160
|
+
var _default$8 = setDisplayName;
|
|
161
|
+
setDisplayName$1.default = _default$8;
|
|
162
|
+
|
|
163
|
+
var wrapDisplayName$1 = {};
|
|
164
|
+
|
|
165
|
+
var getDisplayName$1 = {};
|
|
166
|
+
|
|
167
|
+
getDisplayName$1.__esModule = true;
|
|
168
|
+
getDisplayName$1.default = void 0;
|
|
169
|
+
|
|
170
|
+
var getDisplayName = function getDisplayName(Component) {
|
|
171
|
+
if (typeof Component === 'string') {
|
|
172
|
+
return Component;
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
if (!Component) {
|
|
176
|
+
return undefined;
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
return Component.displayName || Component.name || 'Component';
|
|
180
|
+
};
|
|
181
|
+
|
|
182
|
+
var _default$7 = getDisplayName;
|
|
183
|
+
getDisplayName$1.default = _default$7;
|
|
184
|
+
|
|
185
|
+
var _interopRequireDefault$6 = interopRequireDefault.exports;
|
|
186
|
+
|
|
187
|
+
wrapDisplayName$1.__esModule = true;
|
|
188
|
+
wrapDisplayName$1.default = void 0;
|
|
189
|
+
|
|
190
|
+
var _getDisplayName = _interopRequireDefault$6(getDisplayName$1);
|
|
191
|
+
|
|
192
|
+
var wrapDisplayName = function wrapDisplayName(BaseComponent, hocName) {
|
|
193
|
+
return hocName + "(" + (0, _getDisplayName.default)(BaseComponent) + ")";
|
|
194
|
+
};
|
|
195
|
+
|
|
196
|
+
var _default$6 = wrapDisplayName;
|
|
197
|
+
wrapDisplayName$1.default = _default$6;
|
|
198
|
+
|
|
199
|
+
var _interopRequireDefault$5 = interopRequireDefault.exports;
|
|
200
|
+
|
|
201
|
+
shouldUpdate$1.__esModule = true;
|
|
202
|
+
shouldUpdate$1.default = void 0;
|
|
203
|
+
|
|
204
|
+
var _inheritsLoose2 = _interopRequireDefault$5(inheritsLoose.exports);
|
|
205
|
+
|
|
206
|
+
var _react$3 = React;
|
|
207
|
+
|
|
208
|
+
var _setDisplayName$1 = _interopRequireDefault$5(setDisplayName$1);
|
|
209
|
+
|
|
210
|
+
var _wrapDisplayName$1 = _interopRequireDefault$5(wrapDisplayName$1);
|
|
211
|
+
|
|
212
|
+
var shouldUpdate = function shouldUpdate(test) {
|
|
213
|
+
return function (BaseComponent) {
|
|
214
|
+
var factory = (0, _react$3.createFactory)(BaseComponent);
|
|
215
|
+
|
|
216
|
+
var ShouldUpdate =
|
|
217
|
+
/*#__PURE__*/
|
|
218
|
+
function (_Component) {
|
|
219
|
+
(0, _inheritsLoose2.default)(ShouldUpdate, _Component);
|
|
220
|
+
|
|
221
|
+
function ShouldUpdate() {
|
|
222
|
+
return _Component.apply(this, arguments) || this;
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
var _proto = ShouldUpdate.prototype;
|
|
226
|
+
|
|
227
|
+
_proto.shouldComponentUpdate = function shouldComponentUpdate(nextProps) {
|
|
228
|
+
return test(this.props, nextProps);
|
|
229
|
+
};
|
|
230
|
+
|
|
231
|
+
_proto.render = function render() {
|
|
232
|
+
return factory(this.props);
|
|
233
|
+
};
|
|
234
|
+
|
|
235
|
+
return ShouldUpdate;
|
|
236
|
+
}(_react$3.Component);
|
|
237
|
+
|
|
238
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
239
|
+
return (0, _setDisplayName$1.default)((0, _wrapDisplayName$1.default)(BaseComponent, 'shouldUpdate'))(ShouldUpdate);
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
return ShouldUpdate;
|
|
243
|
+
};
|
|
244
|
+
};
|
|
245
|
+
|
|
246
|
+
var _default$5 = shouldUpdate;
|
|
247
|
+
shouldUpdate$1.default = _default$5;
|
|
248
|
+
|
|
249
|
+
var shallowEqual$1 = {};
|
|
250
|
+
|
|
251
|
+
/**
|
|
252
|
+
* Copyright (c) 2013-present, Facebook, Inc.
|
|
253
|
+
*
|
|
254
|
+
* This source code is licensed under the MIT license found in the
|
|
255
|
+
* LICENSE file in the root directory of this source tree.
|
|
256
|
+
*
|
|
257
|
+
* @typechecks
|
|
258
|
+
*
|
|
259
|
+
*/
|
|
260
|
+
|
|
261
|
+
var hasOwnProperty$1 = Object.prototype.hasOwnProperty;
|
|
262
|
+
|
|
263
|
+
/**
|
|
264
|
+
* inlined Object.is polyfill to avoid requiring consumers ship their own
|
|
265
|
+
* https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is
|
|
266
|
+
*/
|
|
267
|
+
function is(x, y) {
|
|
268
|
+
// SameValue algorithm
|
|
269
|
+
if (x === y) {
|
|
270
|
+
// Steps 1-5, 7-10
|
|
271
|
+
// Steps 6.b-6.e: +0 != -0
|
|
272
|
+
// Added the nonzero y check to make Flow happy, but it is redundant
|
|
273
|
+
return x !== 0 || y !== 0 || 1 / x === 1 / y;
|
|
274
|
+
} else {
|
|
275
|
+
// Step 6.a: NaN == NaN
|
|
276
|
+
return x !== x && y !== y;
|
|
277
|
+
}
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
/**
|
|
281
|
+
* Performs equality by iterating through keys on an object and returning false
|
|
282
|
+
* when any key has values which are not strictly equal between the arguments.
|
|
283
|
+
* Returns true when the values of all keys are strictly equal.
|
|
284
|
+
*/
|
|
285
|
+
function shallowEqual(objA, objB) {
|
|
286
|
+
if (is(objA, objB)) {
|
|
287
|
+
return true;
|
|
288
|
+
}
|
|
289
|
+
|
|
290
|
+
if (typeof objA !== 'object' || objA === null || typeof objB !== 'object' || objB === null) {
|
|
291
|
+
return false;
|
|
292
|
+
}
|
|
293
|
+
|
|
294
|
+
var keysA = Object.keys(objA);
|
|
295
|
+
var keysB = Object.keys(objB);
|
|
296
|
+
|
|
297
|
+
if (keysA.length !== keysB.length) {
|
|
298
|
+
return false;
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
// Test for A's keys different from B.
|
|
302
|
+
for (var i = 0; i < keysA.length; i++) {
|
|
303
|
+
if (!hasOwnProperty$1.call(objB, keysA[i]) || !is(objA[keysA[i]], objB[keysA[i]])) {
|
|
304
|
+
return false;
|
|
305
|
+
}
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
return true;
|
|
309
|
+
}
|
|
310
|
+
|
|
311
|
+
var shallowEqual_1 = shallowEqual;
|
|
312
|
+
|
|
313
|
+
var _interopRequireDefault$4 = interopRequireDefault.exports;
|
|
314
|
+
|
|
315
|
+
shallowEqual$1.__esModule = true;
|
|
316
|
+
shallowEqual$1.default = void 0;
|
|
317
|
+
|
|
318
|
+
var _shallowEqual$1 = _interopRequireDefault$4(shallowEqual_1);
|
|
319
|
+
|
|
320
|
+
var _default$4 = _shallowEqual$1.default;
|
|
321
|
+
shallowEqual$1.default = _default$4;
|
|
322
|
+
|
|
323
|
+
var _interopRequireDefault$3 = interopRequireDefault.exports;
|
|
324
|
+
|
|
325
|
+
pure$1.__esModule = true;
|
|
326
|
+
pure$1.default = void 0;
|
|
327
|
+
|
|
328
|
+
var _shouldUpdate = _interopRequireDefault$3(shouldUpdate$1);
|
|
329
|
+
|
|
330
|
+
var _shallowEqual = _interopRequireDefault$3(shallowEqual$1);
|
|
331
|
+
|
|
332
|
+
var _setDisplayName = _interopRequireDefault$3(setDisplayName$1);
|
|
333
|
+
|
|
334
|
+
var _wrapDisplayName = _interopRequireDefault$3(wrapDisplayName$1);
|
|
335
|
+
|
|
336
|
+
var pure = function pure(BaseComponent) {
|
|
337
|
+
var hoc = (0, _shouldUpdate.default)(function (props, nextProps) {
|
|
338
|
+
return !(0, _shallowEqual.default)(props, nextProps);
|
|
339
|
+
});
|
|
340
|
+
|
|
341
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
342
|
+
return (0, _setDisplayName.default)((0, _wrapDisplayName.default)(BaseComponent, 'pure'))(hoc(BaseComponent));
|
|
343
|
+
}
|
|
344
|
+
|
|
345
|
+
return hoc(BaseComponent);
|
|
346
|
+
};
|
|
347
|
+
|
|
348
|
+
var _default$3 = pure;
|
|
349
|
+
pure$1.default = _default$3;
|
|
350
|
+
|
|
351
|
+
var _interopRequireDefault$2 = interopRequireDefault.exports;
|
|
352
|
+
|
|
353
|
+
Object.defineProperty(createSvgIcon$1, "__esModule", {
|
|
354
|
+
value: true
|
|
355
|
+
});
|
|
356
|
+
createSvgIcon$1.default = void 0;
|
|
357
|
+
|
|
358
|
+
var _react$2 = _interopRequireDefault$2(React);
|
|
359
|
+
|
|
360
|
+
var _pure = _interopRequireDefault$2(pure$1);
|
|
361
|
+
|
|
362
|
+
var _SvgIcon = _interopRequireDefault$2(require$$3);
|
|
363
|
+
|
|
364
|
+
function createSvgIcon(path, displayName) {
|
|
365
|
+
var Icon = function Icon(props) {
|
|
366
|
+
return _react$2.default.createElement(_SvgIcon.default, props, path);
|
|
367
|
+
};
|
|
368
|
+
|
|
369
|
+
Icon.displayName = "".concat(displayName, "Icon");
|
|
370
|
+
Icon = (0, _pure.default)(Icon);
|
|
371
|
+
Icon.muiName = 'SvgIcon';
|
|
372
|
+
return Icon;
|
|
373
|
+
}
|
|
374
|
+
var _default$2 = createSvgIcon;
|
|
375
|
+
createSvgIcon$1.default = _default$2;
|
|
376
|
+
|
|
377
|
+
var _interopRequireDefault$1 = interopRequireDefault.exports;
|
|
378
|
+
|
|
379
|
+
Object.defineProperty(HelpOutline, "__esModule", {
|
|
380
|
+
value: true
|
|
381
|
+
});
|
|
382
|
+
var default_1$1 = HelpOutline.default = void 0;
|
|
383
|
+
|
|
384
|
+
var _react$1 = _interopRequireDefault$1(React);
|
|
385
|
+
|
|
386
|
+
var _createSvgIcon$1 = _interopRequireDefault$1(createSvgIcon$1);
|
|
387
|
+
|
|
388
|
+
var _default$1 = (0, _createSvgIcon$1.default)(_react$1.default.createElement(_react$1.default.Fragment, null, _react$1.default.createElement("path", {
|
|
389
|
+
fill: "none",
|
|
390
|
+
d: "M0 0h24v24H0z"
|
|
391
|
+
}), _react$1.default.createElement("path", {
|
|
392
|
+
d: "M11 18h2v-2h-2v2zm1-16C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm0-14c-2.21 0-4 1.79-4 4h2c0-1.1.9-2 2-2s2 .9 2 2c0 2-3 1.75-3 5h2c0-2.25 3-2.5 3-5 0-2.21-1.79-4-4-4z"
|
|
393
|
+
})), 'HelpOutline');
|
|
394
|
+
|
|
395
|
+
default_1$1 = HelpOutline.default = _default$1;
|
|
396
|
+
|
|
76
397
|
const CardBar = props => {
|
|
77
398
|
const {
|
|
78
399
|
classes,
|
|
@@ -95,7 +416,7 @@ const CardBar = props => {
|
|
|
95
416
|
}, /*#__PURE__*/React.createElement(IconButton, {
|
|
96
417
|
"aria-label": "Delete",
|
|
97
418
|
className: classes.button
|
|
98
|
-
}, /*#__PURE__*/React.createElement(
|
|
419
|
+
}, /*#__PURE__*/React.createElement(default_1$1, null))));
|
|
99
420
|
};
|
|
100
421
|
|
|
101
422
|
CardBar.propTypes = {
|
|
@@ -438,6 +759,28 @@ var PointConfig$1 = withStyles(styles$2, {
|
|
|
438
759
|
name: 'PointConfig'
|
|
439
760
|
})(PointConfig);
|
|
440
761
|
|
|
762
|
+
var Info = {};
|
|
763
|
+
|
|
764
|
+
var _interopRequireDefault = interopRequireDefault.exports;
|
|
765
|
+
|
|
766
|
+
Object.defineProperty(Info, "__esModule", {
|
|
767
|
+
value: true
|
|
768
|
+
});
|
|
769
|
+
var default_1 = Info.default = void 0;
|
|
770
|
+
|
|
771
|
+
var _react = _interopRequireDefault(React);
|
|
772
|
+
|
|
773
|
+
var _createSvgIcon = _interopRequireDefault(createSvgIcon$1);
|
|
774
|
+
|
|
775
|
+
var _default = (0, _createSvgIcon.default)(_react.default.createElement(_react.default.Fragment, null, _react.default.createElement("path", {
|
|
776
|
+
fill: "none",
|
|
777
|
+
d: "M0 0h24v24H0z"
|
|
778
|
+
}), _react.default.createElement("path", {
|
|
779
|
+
d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"
|
|
780
|
+
})), 'Info');
|
|
781
|
+
|
|
782
|
+
default_1 = Info.default = _default;
|
|
783
|
+
|
|
441
784
|
var DEFAULT_CONFIG = {
|
|
442
785
|
// minimum relative difference between two compared values,
|
|
443
786
|
// used by all comparison functions
|
|
@@ -830,12 +1173,6 @@ _extends$6(config, DEFAULT_CONFIG, {
|
|
|
830
1173
|
NUMBER_OPTIONS: NUMBER_OPTIONS
|
|
831
1174
|
});
|
|
832
1175
|
|
|
833
|
-
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
|
834
|
-
|
|
835
|
-
function getDefaultExportFromCjs (x) {
|
|
836
|
-
return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
|
|
837
|
-
}
|
|
838
|
-
|
|
839
1176
|
var typedFunction$1 = {exports: {}};
|
|
840
1177
|
|
|
841
1178
|
/**
|
|
@@ -63037,7 +63374,7 @@ class Main extends React.Component {
|
|
|
63037
63374
|
disableTouchListener: true,
|
|
63038
63375
|
placement: 'right',
|
|
63039
63376
|
title: validationMessage
|
|
63040
|
-
}, /*#__PURE__*/React.createElement(
|
|
63377
|
+
}, /*#__PURE__*/React.createElement(default_1, {
|
|
63041
63378
|
fontSize: 'small',
|
|
63042
63379
|
color: 'primary',
|
|
63043
63380
|
style: {
|