ywana-core8 0.0.332 → 0.0.335
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/dist/index.cjs +3 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.modern.js +3 -4
- package/dist/index.modern.js.map +1 -1
- package/dist/index.umd.js +7 -7
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/domain/TablePage.js +0 -1
- package/src/domain/squema.js +1 -1
- package/src/widgets/login/ResetPasswordBox.js +1 -1
package/dist/index.cjs
CHANGED
@@ -7,7 +7,6 @@ var ResumableJS = require('resumablejs');
|
|
7
7
|
var reactNotificationsComponent = require('react-notifications-component');
|
8
8
|
require('react-notifications-component/dist/theme.css');
|
9
9
|
var equal = require('deep-equal');
|
10
|
-
var ywanaCore8 = require('ywana-core8');
|
11
10
|
|
12
11
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
13
12
|
|
@@ -2212,7 +2211,7 @@ var ResetPasswordBox = function ResetPasswordBox(_ref) {
|
|
2212
2211
|
id: "user",
|
2213
2212
|
outlined: true,
|
2214
2213
|
icon: "person",
|
2215
|
-
label:
|
2214
|
+
label: "User",
|
2216
2215
|
lapse: 100,
|
2217
2216
|
onChange: changeField,
|
2218
2217
|
onEnter: ok
|
@@ -5041,12 +5040,12 @@ var EntityViewer = function EntityViewer(props) {
|
|
5041
5040
|
var QUERY = {
|
5042
5041
|
id: {
|
5043
5042
|
id: "id",
|
5044
|
-
type:
|
5043
|
+
type: TYPES.STRING,
|
5045
5044
|
editable: false
|
5046
5045
|
},
|
5047
5046
|
name: {
|
5048
5047
|
id: "name",
|
5049
|
-
type:
|
5048
|
+
type: TYPES.STRING,
|
5050
5049
|
required: true,
|
5051
5050
|
label: "Name"
|
5052
5051
|
}
|