nuudel-core 0.4.4 → 0.4.8
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 +1 -1
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;
|