nuudel-core 0.4.4 → 0.4.6
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/common/helper.d.ts +1 -1
- package/build/main/lib/controls/formFields/RNFieldBooleanEdit.d.ts +1 -1
- package/build/main/lib/controls/formFields/RNFieldChoiceEdit.d.ts +1 -1
- package/build/main/lib/controls/formFields/RNFieldDateEdit.d.ts +1 -1
- package/build/main/lib/controls/formFields/RNFieldImageEdit.d.ts +1 -1
- package/build/main/lib/controls/formFields/RNFieldLookupEdit.d.ts +1 -1
- package/build/main/lib/controls/formFields/RNFieldNumberEdit.d.ts +1 -1
- package/build/main/lib/controls/formFields/RNFieldObjectEdit.d.ts +1 -1
- package/build/main/lib/controls/formFields/RNFieldTextEdit.d.ts +1 -1
- package/build/main/lib/controls/formFields/RNFieldUrlEdit.d.ts +1 -1
- package/build/module/lib/common/helper.d.ts +1 -1
- package/build/module/lib/controls/formFields/RNFieldBooleanEdit.d.ts +1 -1
- package/build/module/lib/controls/formFields/RNFieldChoiceEdit.d.ts +1 -1
- package/build/module/lib/controls/formFields/RNFieldDateEdit.d.ts +1 -1
- package/build/module/lib/controls/formFields/RNFieldImageEdit.d.ts +1 -1
- package/build/module/lib/controls/formFields/RNFieldLookupEdit.d.ts +1 -1
- package/build/module/lib/controls/formFields/RNFieldNumberEdit.d.ts +1 -1
- package/build/module/lib/controls/formFields/RNFieldObjectEdit.d.ts +1 -1
- package/build/module/lib/controls/formFields/RNFieldTextEdit.d.ts +1 -1
- package/build/module/lib/controls/formFields/RNFieldUrlEdit.d.ts +1 -1
- package/package.json +3 -3
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=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
|
|
28
28
|
npm login --registry=https://npm.pkg.github.com --scope=c0des1gn
|
|
29
29
|
npm login --registry=registry.npmjs.org
|
|
30
30
|
yarn
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare const signOut: (router?: any, option?: any) => boolean;
|
|
2
|
-
export declare const getNewToken: () => Promise<import("@apollo/client").
|
|
2
|
+
export declare const getNewToken: () => Promise<import("@apollo/client").InteropApolloQueryResult<any>>;
|
|
3
3
|
export declare const onErrors: ({ graphQLErrors, networkError, operation, forward, }: {
|
|
4
4
|
graphQLErrors: any;
|
|
5
5
|
networkError: any;
|
|
@@ -11,9 +11,9 @@ declare const _default: import("react-redux").ConnectedComponent<React.FunctionC
|
|
|
11
11
|
active?: boolean;
|
|
12
12
|
client: any;
|
|
13
13
|
listname: string;
|
|
14
|
-
value: any;
|
|
15
14
|
disabled?: boolean;
|
|
16
15
|
required?: boolean;
|
|
16
|
+
value: any;
|
|
17
17
|
description?: string;
|
|
18
18
|
valueChanged: (newValue: any) => void;
|
|
19
19
|
errorMessage?: string;
|
|
@@ -11,9 +11,9 @@ declare const _default: import("react-redux").ConnectedComponent<React.FunctionC
|
|
|
11
11
|
active?: boolean;
|
|
12
12
|
client: any;
|
|
13
13
|
listname: string;
|
|
14
|
-
value: any;
|
|
15
14
|
disabled?: boolean;
|
|
16
15
|
required?: boolean;
|
|
16
|
+
value: any;
|
|
17
17
|
description?: string;
|
|
18
18
|
valueChanged: (newValue: any) => void;
|
|
19
19
|
errorMessage?: string;
|
|
@@ -12,9 +12,9 @@ declare const _default: import("react-redux").ConnectedComponent<React.FunctionC
|
|
|
12
12
|
active?: boolean;
|
|
13
13
|
client: any;
|
|
14
14
|
listname: string;
|
|
15
|
-
value: any;
|
|
16
15
|
disabled?: boolean;
|
|
17
16
|
required?: boolean;
|
|
17
|
+
value: any;
|
|
18
18
|
description?: string;
|
|
19
19
|
valueChanged: (newValue: any) => void;
|
|
20
20
|
errorMessage?: string;
|
|
@@ -10,9 +10,9 @@ declare const _default: import("react-redux").ConnectedComponent<React.FunctionC
|
|
|
10
10
|
active?: boolean;
|
|
11
11
|
client: any;
|
|
12
12
|
listname: string;
|
|
13
|
-
value: any;
|
|
14
13
|
disabled?: boolean;
|
|
15
14
|
required?: boolean;
|
|
15
|
+
value: any;
|
|
16
16
|
description?: string;
|
|
17
17
|
valueChanged: (newValue: any) => void;
|
|
18
18
|
errorMessage?: string;
|
|
@@ -10,9 +10,9 @@ declare const _default: import("react-redux").ConnectedComponent<React.FunctionC
|
|
|
10
10
|
active?: boolean;
|
|
11
11
|
client: any;
|
|
12
12
|
listname: string;
|
|
13
|
-
value: any;
|
|
14
13
|
disabled?: boolean;
|
|
15
14
|
required?: boolean;
|
|
15
|
+
value: any;
|
|
16
16
|
description?: string;
|
|
17
17
|
valueChanged: (newValue: any) => void;
|
|
18
18
|
errorMessage?: string;
|
|
@@ -11,9 +11,9 @@ declare const _default: import("react-redux").ConnectedComponent<React.FunctionC
|
|
|
11
11
|
active?: boolean;
|
|
12
12
|
client: any;
|
|
13
13
|
listname: string;
|
|
14
|
-
value: any;
|
|
15
14
|
disabled?: boolean;
|
|
16
15
|
required?: boolean;
|
|
16
|
+
value: any;
|
|
17
17
|
description?: string;
|
|
18
18
|
valueChanged: (newValue: any) => void;
|
|
19
19
|
errorMessage?: string;
|
|
@@ -11,9 +11,9 @@ declare const _default: import("react-redux").ConnectedComponent<React.FunctionC
|
|
|
11
11
|
active?: boolean;
|
|
12
12
|
client: any;
|
|
13
13
|
listname: string;
|
|
14
|
-
value: any;
|
|
15
14
|
disabled?: boolean;
|
|
16
15
|
required?: boolean;
|
|
16
|
+
value: any;
|
|
17
17
|
description?: string;
|
|
18
18
|
valueChanged: (newValue: any) => void;
|
|
19
19
|
errorMessage?: string;
|
|
@@ -11,9 +11,9 @@ declare const _default: import("react-redux").ConnectedComponent<React.FunctionC
|
|
|
11
11
|
active?: boolean;
|
|
12
12
|
client: any;
|
|
13
13
|
listname: string;
|
|
14
|
-
value: any;
|
|
15
14
|
disabled?: boolean;
|
|
16
15
|
required?: boolean;
|
|
16
|
+
value: any;
|
|
17
17
|
description?: string;
|
|
18
18
|
valueChanged: (newValue: any) => void;
|
|
19
19
|
errorMessage?: string;
|
|
@@ -11,9 +11,9 @@ declare const _default: import("react-redux").ConnectedComponent<React.FunctionC
|
|
|
11
11
|
active?: boolean;
|
|
12
12
|
client: any;
|
|
13
13
|
listname: string;
|
|
14
|
-
value: any;
|
|
15
14
|
disabled?: boolean;
|
|
16
15
|
required?: boolean;
|
|
16
|
+
value: any;
|
|
17
17
|
description?: string;
|
|
18
18
|
valueChanged: (newValue: any) => void;
|
|
19
19
|
errorMessage?: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare const signOut: (router?: any, option?: any) => boolean;
|
|
2
|
-
export declare const getNewToken: () => Promise<import("@apollo/client").
|
|
2
|
+
export declare const getNewToken: () => Promise<import("@apollo/client").InteropApolloQueryResult<any>>;
|
|
3
3
|
export declare const onErrors: ({ graphQLErrors, networkError, operation, forward, }: {
|
|
4
4
|
graphQLErrors: any;
|
|
5
5
|
networkError: any;
|
|
@@ -11,9 +11,9 @@ declare const _default: import("react-redux").ConnectedComponent<React.FunctionC
|
|
|
11
11
|
active?: boolean;
|
|
12
12
|
client: any;
|
|
13
13
|
listname: string;
|
|
14
|
-
value: any;
|
|
15
14
|
disabled?: boolean;
|
|
16
15
|
required?: boolean;
|
|
16
|
+
value: any;
|
|
17
17
|
description?: string;
|
|
18
18
|
valueChanged: (newValue: any) => void;
|
|
19
19
|
errorMessage?: string;
|
|
@@ -11,9 +11,9 @@ declare const _default: import("react-redux").ConnectedComponent<React.FunctionC
|
|
|
11
11
|
active?: boolean;
|
|
12
12
|
client: any;
|
|
13
13
|
listname: string;
|
|
14
|
-
value: any;
|
|
15
14
|
disabled?: boolean;
|
|
16
15
|
required?: boolean;
|
|
16
|
+
value: any;
|
|
17
17
|
description?: string;
|
|
18
18
|
valueChanged: (newValue: any) => void;
|
|
19
19
|
errorMessage?: string;
|
|
@@ -12,9 +12,9 @@ declare const _default: import("react-redux").ConnectedComponent<React.FunctionC
|
|
|
12
12
|
active?: boolean;
|
|
13
13
|
client: any;
|
|
14
14
|
listname: string;
|
|
15
|
-
value: any;
|
|
16
15
|
disabled?: boolean;
|
|
17
16
|
required?: boolean;
|
|
17
|
+
value: any;
|
|
18
18
|
description?: string;
|
|
19
19
|
valueChanged: (newValue: any) => void;
|
|
20
20
|
errorMessage?: string;
|
|
@@ -10,9 +10,9 @@ declare const _default: import("react-redux").ConnectedComponent<React.FunctionC
|
|
|
10
10
|
active?: boolean;
|
|
11
11
|
client: any;
|
|
12
12
|
listname: string;
|
|
13
|
-
value: any;
|
|
14
13
|
disabled?: boolean;
|
|
15
14
|
required?: boolean;
|
|
15
|
+
value: any;
|
|
16
16
|
description?: string;
|
|
17
17
|
valueChanged: (newValue: any) => void;
|
|
18
18
|
errorMessage?: string;
|
|
@@ -10,9 +10,9 @@ declare const _default: import("react-redux").ConnectedComponent<React.FunctionC
|
|
|
10
10
|
active?: boolean;
|
|
11
11
|
client: any;
|
|
12
12
|
listname: string;
|
|
13
|
-
value: any;
|
|
14
13
|
disabled?: boolean;
|
|
15
14
|
required?: boolean;
|
|
15
|
+
value: any;
|
|
16
16
|
description?: string;
|
|
17
17
|
valueChanged: (newValue: any) => void;
|
|
18
18
|
errorMessage?: string;
|
|
@@ -11,9 +11,9 @@ declare const _default: import("react-redux").ConnectedComponent<React.FunctionC
|
|
|
11
11
|
active?: boolean;
|
|
12
12
|
client: any;
|
|
13
13
|
listname: string;
|
|
14
|
-
value: any;
|
|
15
14
|
disabled?: boolean;
|
|
16
15
|
required?: boolean;
|
|
16
|
+
value: any;
|
|
17
17
|
description?: string;
|
|
18
18
|
valueChanged: (newValue: any) => void;
|
|
19
19
|
errorMessage?: string;
|
|
@@ -11,9 +11,9 @@ declare const _default: import("react-redux").ConnectedComponent<React.FunctionC
|
|
|
11
11
|
active?: boolean;
|
|
12
12
|
client: any;
|
|
13
13
|
listname: string;
|
|
14
|
-
value: any;
|
|
15
14
|
disabled?: boolean;
|
|
16
15
|
required?: boolean;
|
|
16
|
+
value: any;
|
|
17
17
|
description?: string;
|
|
18
18
|
valueChanged: (newValue: any) => void;
|
|
19
19
|
errorMessage?: string;
|
|
@@ -11,9 +11,9 @@ declare const _default: import("react-redux").ConnectedComponent<React.FunctionC
|
|
|
11
11
|
active?: boolean;
|
|
12
12
|
client: any;
|
|
13
13
|
listname: string;
|
|
14
|
-
value: any;
|
|
15
14
|
disabled?: boolean;
|
|
16
15
|
required?: boolean;
|
|
16
|
+
value: any;
|
|
17
17
|
description?: string;
|
|
18
18
|
valueChanged: (newValue: any) => void;
|
|
19
19
|
errorMessage?: string;
|
|
@@ -11,9 +11,9 @@ declare const _default: import("react-redux").ConnectedComponent<React.FunctionC
|
|
|
11
11
|
active?: boolean;
|
|
12
12
|
client: any;
|
|
13
13
|
listname: string;
|
|
14
|
-
value: any;
|
|
15
14
|
disabled?: boolean;
|
|
16
15
|
required?: boolean;
|
|
16
|
+
value: any;
|
|
17
17
|
description?: string;
|
|
18
18
|
valueChanged: (newValue: any) => void;
|
|
19
19
|
errorMessage?: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nuudel-core",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.6",
|
|
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",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"postversion": "git push && git push --tags"
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@apollo/client": "^3.8.
|
|
60
|
+
"@apollo/client": "^3.8.10",
|
|
61
61
|
"@apollo/react-hooks": "^4.0.0",
|
|
62
62
|
"@ckeditor/ckeditor5-build-classic": "38.1.1",
|
|
63
63
|
"@ckeditor/ckeditor5-react": "6.1.0",
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
"swr": "^2.1.5"
|
|
127
127
|
},
|
|
128
128
|
"resolutions": {
|
|
129
|
-
"@apollo/react-hooks/@apollo/client": "^3.8.
|
|
129
|
+
"@apollo/react-hooks/@apollo/client": "^3.8.10"
|
|
130
130
|
},
|
|
131
131
|
"files": [
|
|
132
132
|
"build/main",
|