nuudel-core 0.4.0 → 0.4.2
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/README.md +1 -1
- package/build/main/lib/controls/formFields/RNFieldBooleanEdit.d.ts +4 -4
- package/build/main/lib/controls/formFields/RNFieldChoiceEdit.d.ts +4 -4
- package/build/main/lib/controls/formFields/RNFieldDateEdit.d.ts +4 -4
- package/build/main/lib/controls/formFields/RNFieldImageEdit.d.ts +4 -4
- package/build/main/lib/controls/formFields/RNFieldLookupEdit.d.ts +4 -4
- package/build/main/lib/controls/formFields/RNFieldNumberEdit.d.ts +4 -4
- package/build/main/lib/controls/formFields/RNFieldObjectEdit.d.ts +4 -4
- package/build/main/lib/controls/formFields/RNFieldTextEdit.d.ts +4 -4
- package/build/main/lib/controls/formFields/RNFieldUrlEdit.d.ts +4 -4
- package/build/module/lib/controls/formFields/RNFieldBooleanEdit.d.ts +4 -4
- package/build/module/lib/controls/formFields/RNFieldChoiceEdit.d.ts +4 -4
- package/build/module/lib/controls/formFields/RNFieldDateEdit.d.ts +4 -4
- package/build/module/lib/controls/formFields/RNFieldImageEdit.d.ts +4 -4
- package/build/module/lib/controls/formFields/RNFieldLookupEdit.d.ts +4 -4
- package/build/module/lib/controls/formFields/RNFieldNumberEdit.d.ts +4 -4
- package/build/module/lib/controls/formFields/RNFieldObjectEdit.d.ts +4 -4
- package/build/module/lib/controls/formFields/RNFieldTextEdit.d.ts +4 -4
- package/build/module/lib/controls/formFields/RNFieldUrlEdit.d.ts +4 -4
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ git config --global push.default current
|
|
|
24
24
|
|
|
25
25
|
# npm
|
|
26
26
|
|
|
27
|
-
export NODE_AUTH_TOKEN=
|
|
27
|
+
export NODE_AUTH_TOKEN=
|
|
28
28
|
npm login --registry=https://npm.pkg.github.com --scope=c0des1gn
|
|
29
29
|
npm login --registry=registry.npmjs.org
|
|
30
30
|
yarn
|
|
@@ -4,14 +4,14 @@ import { ControlMode } from 'nuudel-utils';
|
|
|
4
4
|
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<IRNFormFieldProps>, {
|
|
5
5
|
children?: React.ReactNode;
|
|
6
6
|
label?: string;
|
|
7
|
-
|
|
7
|
+
className?: string;
|
|
8
|
+
key: number | string | undefined;
|
|
9
|
+
hidden?: boolean;
|
|
8
10
|
id: number | string;
|
|
11
|
+
active?: boolean;
|
|
9
12
|
client: any;
|
|
10
13
|
listname: string;
|
|
11
|
-
hidden?: boolean;
|
|
12
14
|
disabled?: boolean;
|
|
13
|
-
className?: string;
|
|
14
|
-
key: number | string | undefined;
|
|
15
15
|
value: any;
|
|
16
16
|
required?: boolean;
|
|
17
17
|
valueChanged: (newValue: any) => void;
|
|
@@ -4,14 +4,14 @@ import { ControlMode } from 'nuudel-utils';
|
|
|
4
4
|
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<IRNFormFieldProps>, {
|
|
5
5
|
children?: React.ReactNode;
|
|
6
6
|
label?: string;
|
|
7
|
-
|
|
7
|
+
className?: string;
|
|
8
|
+
key: number | string | undefined;
|
|
9
|
+
hidden?: boolean;
|
|
8
10
|
id: number | string;
|
|
11
|
+
active?: boolean;
|
|
9
12
|
client: any;
|
|
10
13
|
listname: string;
|
|
11
|
-
hidden?: boolean;
|
|
12
14
|
disabled?: boolean;
|
|
13
|
-
className?: string;
|
|
14
|
-
key: number | string | undefined;
|
|
15
15
|
value: any;
|
|
16
16
|
required?: boolean;
|
|
17
17
|
valueChanged: (newValue: any) => void;
|
|
@@ -5,14 +5,14 @@ export declare const getLocale: (attr?: string) => string;
|
|
|
5
5
|
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<IRNFormFieldProps>, {
|
|
6
6
|
children?: React.ReactNode;
|
|
7
7
|
label?: string;
|
|
8
|
-
|
|
8
|
+
className?: string;
|
|
9
|
+
key: number | string | undefined;
|
|
10
|
+
hidden?: boolean;
|
|
9
11
|
id: number | string;
|
|
12
|
+
active?: boolean;
|
|
10
13
|
client: any;
|
|
11
14
|
listname: string;
|
|
12
|
-
hidden?: boolean;
|
|
13
15
|
disabled?: boolean;
|
|
14
|
-
className?: string;
|
|
15
|
-
key: number | string | undefined;
|
|
16
16
|
value: any;
|
|
17
17
|
required?: boolean;
|
|
18
18
|
valueChanged: (newValue: any) => void;
|
|
@@ -3,14 +3,14 @@ import { IRNFormFieldProps } from './RNFormField';
|
|
|
3
3
|
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<IRNFormFieldProps>, {
|
|
4
4
|
children?: React.ReactNode;
|
|
5
5
|
label?: string;
|
|
6
|
-
|
|
6
|
+
className?: string;
|
|
7
|
+
key: number | string | undefined;
|
|
8
|
+
hidden?: boolean;
|
|
7
9
|
id: number | string;
|
|
10
|
+
active?: boolean;
|
|
8
11
|
client: any;
|
|
9
12
|
listname: string;
|
|
10
|
-
hidden?: boolean;
|
|
11
13
|
disabled?: boolean;
|
|
12
|
-
className?: string;
|
|
13
|
-
key: number | string | undefined;
|
|
14
14
|
value: any;
|
|
15
15
|
required?: boolean;
|
|
16
16
|
valueChanged: (newValue: any) => void;
|
|
@@ -3,14 +3,14 @@ import { IRNFormFieldProps } from './RNFormField';
|
|
|
3
3
|
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<IRNFormFieldProps>, {
|
|
4
4
|
children?: React.ReactNode;
|
|
5
5
|
label?: string;
|
|
6
|
-
|
|
6
|
+
className?: string;
|
|
7
|
+
key: number | string | undefined;
|
|
8
|
+
hidden?: boolean;
|
|
7
9
|
id: number | string;
|
|
10
|
+
active?: boolean;
|
|
8
11
|
client: any;
|
|
9
12
|
listname: string;
|
|
10
|
-
hidden?: boolean;
|
|
11
13
|
disabled?: boolean;
|
|
12
|
-
className?: string;
|
|
13
|
-
key: number | string | undefined;
|
|
14
14
|
value: any;
|
|
15
15
|
required?: boolean;
|
|
16
16
|
valueChanged: (newValue: any) => void;
|
|
@@ -4,14 +4,14 @@ import { ControlMode } from 'nuudel-utils';
|
|
|
4
4
|
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<IRNFormFieldProps>, {
|
|
5
5
|
children?: React.ReactNode;
|
|
6
6
|
label?: string;
|
|
7
|
-
|
|
7
|
+
className?: string;
|
|
8
|
+
key: number | string | undefined;
|
|
9
|
+
hidden?: boolean;
|
|
8
10
|
id: number | string;
|
|
11
|
+
active?: boolean;
|
|
9
12
|
client: any;
|
|
10
13
|
listname: string;
|
|
11
|
-
hidden?: boolean;
|
|
12
14
|
disabled?: boolean;
|
|
13
|
-
className?: string;
|
|
14
|
-
key: number | string | undefined;
|
|
15
15
|
value: any;
|
|
16
16
|
required?: boolean;
|
|
17
17
|
valueChanged: (newValue: any) => void;
|
|
@@ -4,14 +4,14 @@ import { ControlMode } from 'nuudel-utils';
|
|
|
4
4
|
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<IRNFormFieldProps>, {
|
|
5
5
|
children?: React.ReactNode;
|
|
6
6
|
label?: string;
|
|
7
|
-
|
|
7
|
+
className?: string;
|
|
8
|
+
key: number | string | undefined;
|
|
9
|
+
hidden?: boolean;
|
|
8
10
|
id: number | string;
|
|
11
|
+
active?: boolean;
|
|
9
12
|
client: any;
|
|
10
13
|
listname: string;
|
|
11
|
-
hidden?: boolean;
|
|
12
14
|
disabled?: boolean;
|
|
13
|
-
className?: string;
|
|
14
|
-
key: number | string | undefined;
|
|
15
15
|
value: any;
|
|
16
16
|
required?: boolean;
|
|
17
17
|
valueChanged: (newValue: any) => void;
|
|
@@ -4,14 +4,14 @@ import { ControlMode } from 'nuudel-utils';
|
|
|
4
4
|
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<IRNFormFieldProps>, {
|
|
5
5
|
children?: React.ReactNode;
|
|
6
6
|
label?: string;
|
|
7
|
-
|
|
7
|
+
className?: string;
|
|
8
|
+
key: number | string | undefined;
|
|
9
|
+
hidden?: boolean;
|
|
8
10
|
id: number | string;
|
|
11
|
+
active?: boolean;
|
|
9
12
|
client: any;
|
|
10
13
|
listname: string;
|
|
11
|
-
hidden?: boolean;
|
|
12
14
|
disabled?: boolean;
|
|
13
|
-
className?: string;
|
|
14
|
-
key: number | string | undefined;
|
|
15
15
|
value: any;
|
|
16
16
|
required?: boolean;
|
|
17
17
|
valueChanged: (newValue: any) => void;
|
|
@@ -4,14 +4,14 @@ import { ControlMode } from 'nuudel-utils';
|
|
|
4
4
|
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<IRNFormFieldProps>, {
|
|
5
5
|
children?: React.ReactNode;
|
|
6
6
|
label?: string;
|
|
7
|
-
|
|
7
|
+
className?: string;
|
|
8
|
+
key: number | string | undefined;
|
|
9
|
+
hidden?: boolean;
|
|
8
10
|
id: number | string;
|
|
11
|
+
active?: boolean;
|
|
9
12
|
client: any;
|
|
10
13
|
listname: string;
|
|
11
|
-
hidden?: boolean;
|
|
12
14
|
disabled?: boolean;
|
|
13
|
-
className?: string;
|
|
14
|
-
key: number | string | undefined;
|
|
15
15
|
value: any;
|
|
16
16
|
required?: boolean;
|
|
17
17
|
valueChanged: (newValue: any) => void;
|
|
@@ -4,14 +4,14 @@ import { ControlMode } from 'nuudel-utils';
|
|
|
4
4
|
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<IRNFormFieldProps>, {
|
|
5
5
|
children?: React.ReactNode;
|
|
6
6
|
label?: string;
|
|
7
|
-
|
|
7
|
+
className?: string;
|
|
8
|
+
key: number | string | undefined;
|
|
9
|
+
hidden?: boolean;
|
|
8
10
|
id: number | string;
|
|
11
|
+
active?: boolean;
|
|
9
12
|
client: any;
|
|
10
13
|
listname: string;
|
|
11
|
-
hidden?: boolean;
|
|
12
14
|
disabled?: boolean;
|
|
13
|
-
className?: string;
|
|
14
|
-
key: number | string | undefined;
|
|
15
15
|
value: any;
|
|
16
16
|
required?: boolean;
|
|
17
17
|
valueChanged: (newValue: any) => void;
|
|
@@ -4,14 +4,14 @@ import { ControlMode } from 'nuudel-utils';
|
|
|
4
4
|
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<IRNFormFieldProps>, {
|
|
5
5
|
children?: React.ReactNode;
|
|
6
6
|
label?: string;
|
|
7
|
-
|
|
7
|
+
className?: string;
|
|
8
|
+
key: number | string | undefined;
|
|
9
|
+
hidden?: boolean;
|
|
8
10
|
id: number | string;
|
|
11
|
+
active?: boolean;
|
|
9
12
|
client: any;
|
|
10
13
|
listname: string;
|
|
11
|
-
hidden?: boolean;
|
|
12
14
|
disabled?: boolean;
|
|
13
|
-
className?: string;
|
|
14
|
-
key: number | string | undefined;
|
|
15
15
|
value: any;
|
|
16
16
|
required?: boolean;
|
|
17
17
|
valueChanged: (newValue: any) => void;
|
|
@@ -5,14 +5,14 @@ export declare const getLocale: (attr?: string) => string;
|
|
|
5
5
|
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<IRNFormFieldProps>, {
|
|
6
6
|
children?: React.ReactNode;
|
|
7
7
|
label?: string;
|
|
8
|
-
|
|
8
|
+
className?: string;
|
|
9
|
+
key: number | string | undefined;
|
|
10
|
+
hidden?: boolean;
|
|
9
11
|
id: number | string;
|
|
12
|
+
active?: boolean;
|
|
10
13
|
client: any;
|
|
11
14
|
listname: string;
|
|
12
|
-
hidden?: boolean;
|
|
13
15
|
disabled?: boolean;
|
|
14
|
-
className?: string;
|
|
15
|
-
key: number | string | undefined;
|
|
16
16
|
value: any;
|
|
17
17
|
required?: boolean;
|
|
18
18
|
valueChanged: (newValue: any) => void;
|
|
@@ -3,14 +3,14 @@ import { IRNFormFieldProps } from './RNFormField';
|
|
|
3
3
|
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<IRNFormFieldProps>, {
|
|
4
4
|
children?: React.ReactNode;
|
|
5
5
|
label?: string;
|
|
6
|
-
|
|
6
|
+
className?: string;
|
|
7
|
+
key: number | string | undefined;
|
|
8
|
+
hidden?: boolean;
|
|
7
9
|
id: number | string;
|
|
10
|
+
active?: boolean;
|
|
8
11
|
client: any;
|
|
9
12
|
listname: string;
|
|
10
|
-
hidden?: boolean;
|
|
11
13
|
disabled?: boolean;
|
|
12
|
-
className?: string;
|
|
13
|
-
key: number | string | undefined;
|
|
14
14
|
value: any;
|
|
15
15
|
required?: boolean;
|
|
16
16
|
valueChanged: (newValue: any) => void;
|
|
@@ -3,14 +3,14 @@ import { IRNFormFieldProps } from './RNFormField';
|
|
|
3
3
|
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<IRNFormFieldProps>, {
|
|
4
4
|
children?: React.ReactNode;
|
|
5
5
|
label?: string;
|
|
6
|
-
|
|
6
|
+
className?: string;
|
|
7
|
+
key: number | string | undefined;
|
|
8
|
+
hidden?: boolean;
|
|
7
9
|
id: number | string;
|
|
10
|
+
active?: boolean;
|
|
8
11
|
client: any;
|
|
9
12
|
listname: string;
|
|
10
|
-
hidden?: boolean;
|
|
11
13
|
disabled?: boolean;
|
|
12
|
-
className?: string;
|
|
13
|
-
key: number | string | undefined;
|
|
14
14
|
value: any;
|
|
15
15
|
required?: boolean;
|
|
16
16
|
valueChanged: (newValue: any) => void;
|
|
@@ -4,14 +4,14 @@ import { ControlMode } from 'nuudel-utils';
|
|
|
4
4
|
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<IRNFormFieldProps>, {
|
|
5
5
|
children?: React.ReactNode;
|
|
6
6
|
label?: string;
|
|
7
|
-
|
|
7
|
+
className?: string;
|
|
8
|
+
key: number | string | undefined;
|
|
9
|
+
hidden?: boolean;
|
|
8
10
|
id: number | string;
|
|
11
|
+
active?: boolean;
|
|
9
12
|
client: any;
|
|
10
13
|
listname: string;
|
|
11
|
-
hidden?: boolean;
|
|
12
14
|
disabled?: boolean;
|
|
13
|
-
className?: string;
|
|
14
|
-
key: number | string | undefined;
|
|
15
15
|
value: any;
|
|
16
16
|
required?: boolean;
|
|
17
17
|
valueChanged: (newValue: any) => void;
|
|
@@ -4,14 +4,14 @@ import { ControlMode } from 'nuudel-utils';
|
|
|
4
4
|
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<IRNFormFieldProps>, {
|
|
5
5
|
children?: React.ReactNode;
|
|
6
6
|
label?: string;
|
|
7
|
-
|
|
7
|
+
className?: string;
|
|
8
|
+
key: number | string | undefined;
|
|
9
|
+
hidden?: boolean;
|
|
8
10
|
id: number | string;
|
|
11
|
+
active?: boolean;
|
|
9
12
|
client: any;
|
|
10
13
|
listname: string;
|
|
11
|
-
hidden?: boolean;
|
|
12
14
|
disabled?: boolean;
|
|
13
|
-
className?: string;
|
|
14
|
-
key: number | string | undefined;
|
|
15
15
|
value: any;
|
|
16
16
|
required?: boolean;
|
|
17
17
|
valueChanged: (newValue: any) => void;
|
|
@@ -4,14 +4,14 @@ import { ControlMode } from 'nuudel-utils';
|
|
|
4
4
|
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<IRNFormFieldProps>, {
|
|
5
5
|
children?: React.ReactNode;
|
|
6
6
|
label?: string;
|
|
7
|
-
|
|
7
|
+
className?: string;
|
|
8
|
+
key: number | string | undefined;
|
|
9
|
+
hidden?: boolean;
|
|
8
10
|
id: number | string;
|
|
11
|
+
active?: boolean;
|
|
9
12
|
client: any;
|
|
10
13
|
listname: string;
|
|
11
|
-
hidden?: boolean;
|
|
12
14
|
disabled?: boolean;
|
|
13
|
-
className?: string;
|
|
14
|
-
key: number | string | undefined;
|
|
15
15
|
value: any;
|
|
16
16
|
required?: boolean;
|
|
17
17
|
valueChanged: (newValue: any) => void;
|
|
@@ -4,14 +4,14 @@ import { ControlMode } from 'nuudel-utils';
|
|
|
4
4
|
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<IRNFormFieldProps>, {
|
|
5
5
|
children?: React.ReactNode;
|
|
6
6
|
label?: string;
|
|
7
|
-
|
|
7
|
+
className?: string;
|
|
8
|
+
key: number | string | undefined;
|
|
9
|
+
hidden?: boolean;
|
|
8
10
|
id: number | string;
|
|
11
|
+
active?: boolean;
|
|
9
12
|
client: any;
|
|
10
13
|
listname: string;
|
|
11
|
-
hidden?: boolean;
|
|
12
14
|
disabled?: boolean;
|
|
13
|
-
className?: string;
|
|
14
|
-
key: number | string | undefined;
|
|
15
15
|
value: any;
|
|
16
16
|
required?: boolean;
|
|
17
17
|
valueChanged: (newValue: any) => void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nuudel-core",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.2",
|
|
4
4
|
"description": "Web components for react with material UI",
|
|
5
5
|
"main": "build/main/index.js",
|
|
6
6
|
"typings": "build/main/index.d.ts",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"@ckeditor/ckeditor5-source-editing": "38.1.1",
|
|
65
65
|
"@dnd-kit/core": "^6.0.8",
|
|
66
66
|
"@dnd-kit/sortable": "^7.0.2",
|
|
67
|
-
"graphql": "^16.
|
|
67
|
+
"graphql": "^16.13.1",
|
|
68
68
|
"graphql-2-json-schema": "^0.10.0",
|
|
69
69
|
"graphql-tag": "^2.12.6",
|
|
70
70
|
"i18next": "^21.5.6",
|
|
@@ -83,8 +83,8 @@
|
|
|
83
83
|
"devDependencies": {
|
|
84
84
|
"@ava/typescript": "^4.1.0",
|
|
85
85
|
"@istanbuljs/nyc-config-typescript": "^1.0.2",
|
|
86
|
-
"@mui/icons-material": "^5.
|
|
87
|
-
"@mui/material": "^5.
|
|
86
|
+
"@mui/icons-material": "^5.18.0",
|
|
87
|
+
"@mui/material": "^5.18.0",
|
|
88
88
|
"@types/i18next": "^13.0.0",
|
|
89
89
|
"@types/node-sass": "^4.11.3",
|
|
90
90
|
"@types/pica": "^5.1.3",
|
|
@@ -119,8 +119,8 @@
|
|
|
119
119
|
"typescript": "5.5.4"
|
|
120
120
|
},
|
|
121
121
|
"peerDependencies": {
|
|
122
|
-
"@mui/icons-material": "^5.
|
|
123
|
-
"@mui/material": "^5.
|
|
122
|
+
"@mui/icons-material": "^5.18.0",
|
|
123
|
+
"@mui/material": "^5.18.0",
|
|
124
124
|
"next": "^16.1.6",
|
|
125
125
|
"react": "*",
|
|
126
126
|
"swr": "^2.1.5"
|