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.modern.js
CHANGED
@@ -7,7 +7,6 @@ import ResumableJS from 'resumablejs';
|
|
7
7
|
import { ReactNotifications, Store } from 'react-notifications-component';
|
8
8
|
import 'react-notifications-component/dist/theme.css';
|
9
9
|
import equal from 'deep-equal';
|
10
|
-
import { TYPES as TYPES$1 } from 'ywana-core8';
|
11
10
|
|
12
11
|
function _catch$2(body, recover) {
|
13
12
|
try {
|
@@ -2204,7 +2203,7 @@ var ResetPasswordBox = function ResetPasswordBox(_ref) {
|
|
2204
2203
|
id: "user",
|
2205
2204
|
outlined: true,
|
2206
2205
|
icon: "person",
|
2207
|
-
label:
|
2206
|
+
label: "User",
|
2208
2207
|
lapse: 100,
|
2209
2208
|
onChange: changeField,
|
2210
2209
|
onEnter: ok
|
@@ -5033,12 +5032,12 @@ var EntityViewer = function EntityViewer(props) {
|
|
5033
5032
|
var QUERY = {
|
5034
5033
|
id: {
|
5035
5034
|
id: "id",
|
5036
|
-
type: TYPES
|
5035
|
+
type: TYPES.STRING,
|
5037
5036
|
editable: false
|
5038
5037
|
},
|
5039
5038
|
name: {
|
5040
5039
|
id: "name",
|
5041
|
-
type: TYPES
|
5040
|
+
type: TYPES.STRING,
|
5042
5041
|
required: true,
|
5043
5042
|
label: "Name"
|
5044
5043
|
}
|