nuudel-core 0.4.0 → 0.4.1

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 CHANGED
@@ -24,7 +24,7 @@ git config --global push.default current
24
24
 
25
25
  # npm
26
26
 
27
- export NODE_AUTH_TOKEN=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
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
@@ -4,18 +4,18 @@ 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
- active?: boolean;
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
- value: any;
16
15
  required?: boolean;
17
- valueChanged: (newValue: any) => void;
16
+ value: any;
18
17
  description?: string;
18
+ valueChanged: (newValue: any) => void;
19
19
  errorMessage?: string;
20
20
  fieldSchema: import("../../services/datatypes/RenderListData").IFieldSchema;
21
21
  controlMode: ControlMode;
@@ -4,18 +4,18 @@ 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
- active?: boolean;
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
- value: any;
16
15
  required?: boolean;
17
- valueChanged: (newValue: any) => void;
16
+ value: any;
18
17
  description?: string;
18
+ valueChanged: (newValue: any) => void;
19
19
  errorMessage?: string;
20
20
  fieldSchema: import("../../services/datatypes/RenderListData").IFieldSchema;
21
21
  controlMode: ControlMode;
@@ -5,18 +5,18 @@ 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
- active?: boolean;
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
- value: any;
17
16
  required?: boolean;
18
- valueChanged: (newValue: any) => void;
17
+ value: any;
19
18
  description?: string;
19
+ valueChanged: (newValue: any) => void;
20
20
  errorMessage?: string;
21
21
  fieldSchema: import("../../services/datatypes/RenderListData").IFieldSchema;
22
22
  controlMode: ControlMode;
@@ -3,18 +3,18 @@ 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
- active?: boolean;
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
- value: any;
15
14
  required?: boolean;
16
- valueChanged: (newValue: any) => void;
15
+ value: any;
17
16
  description?: string;
17
+ valueChanged: (newValue: any) => void;
18
18
  errorMessage?: string;
19
19
  fieldSchema: import("../../services/datatypes/RenderListData").IFieldSchema;
20
20
  controlMode: import("nuudel-utils").ControlMode;
@@ -3,18 +3,18 @@ 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
- active?: boolean;
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
- value: any;
15
14
  required?: boolean;
16
- valueChanged: (newValue: any) => void;
15
+ value: any;
17
16
  description?: string;
17
+ valueChanged: (newValue: any) => void;
18
18
  errorMessage?: string;
19
19
  fieldSchema: import("../../services/datatypes/RenderListData").IFieldSchema;
20
20
  controlMode: import("nuudel-utils").ControlMode;
@@ -4,18 +4,18 @@ 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
- active?: boolean;
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
- value: any;
16
15
  required?: boolean;
17
- valueChanged: (newValue: any) => void;
16
+ value: any;
18
17
  description?: string;
18
+ valueChanged: (newValue: any) => void;
19
19
  errorMessage?: string;
20
20
  fieldSchema: import("../../services/datatypes/RenderListData").IFieldSchema;
21
21
  controlMode: ControlMode;
@@ -4,18 +4,18 @@ 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
- active?: boolean;
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
- value: any;
16
15
  required?: boolean;
17
- valueChanged: (newValue: any) => void;
16
+ value: any;
18
17
  description?: string;
18
+ valueChanged: (newValue: any) => void;
19
19
  errorMessage?: string;
20
20
  fieldSchema: import("../../services/datatypes/RenderListData").IFieldSchema;
21
21
  controlMode: ControlMode;
@@ -4,18 +4,18 @@ 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
- active?: boolean;
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
- value: any;
16
15
  required?: boolean;
17
- valueChanged: (newValue: any) => void;
16
+ value: any;
18
17
  description?: string;
18
+ valueChanged: (newValue: any) => void;
19
19
  errorMessage?: string;
20
20
  fieldSchema: import("../../services/datatypes/RenderListData").IFieldSchema;
21
21
  controlMode: ControlMode;
@@ -4,18 +4,18 @@ 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
- active?: boolean;
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
- value: any;
16
15
  required?: boolean;
17
- valueChanged: (newValue: any) => void;
16
+ value: any;
18
17
  description?: string;
18
+ valueChanged: (newValue: any) => void;
19
19
  errorMessage?: string;
20
20
  fieldSchema: import("../../services/datatypes/RenderListData").IFieldSchema;
21
21
  controlMode: ControlMode;
@@ -4,18 +4,18 @@ 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
- active?: boolean;
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
- value: any;
16
15
  required?: boolean;
17
- valueChanged: (newValue: any) => void;
16
+ value: any;
18
17
  description?: string;
18
+ valueChanged: (newValue: any) => void;
19
19
  errorMessage?: string;
20
20
  fieldSchema: import("../../services/datatypes/RenderListData").IFieldSchema;
21
21
  controlMode: ControlMode;
@@ -4,18 +4,18 @@ 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
- active?: boolean;
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
- value: any;
16
15
  required?: boolean;
17
- valueChanged: (newValue: any) => void;
16
+ value: any;
18
17
  description?: string;
18
+ valueChanged: (newValue: any) => void;
19
19
  errorMessage?: string;
20
20
  fieldSchema: import("../../services/datatypes/RenderListData").IFieldSchema;
21
21
  controlMode: ControlMode;
@@ -5,18 +5,18 @@ 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
- active?: boolean;
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
- value: any;
17
16
  required?: boolean;
18
- valueChanged: (newValue: any) => void;
17
+ value: any;
19
18
  description?: string;
19
+ valueChanged: (newValue: any) => void;
20
20
  errorMessage?: string;
21
21
  fieldSchema: import("../../services/datatypes/RenderListData").IFieldSchema;
22
22
  controlMode: ControlMode;
@@ -3,18 +3,18 @@ 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
- active?: boolean;
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
- value: any;
15
14
  required?: boolean;
16
- valueChanged: (newValue: any) => void;
15
+ value: any;
17
16
  description?: string;
17
+ valueChanged: (newValue: any) => void;
18
18
  errorMessage?: string;
19
19
  fieldSchema: import("../../services/datatypes/RenderListData").IFieldSchema;
20
20
  controlMode: import("nuudel-utils").ControlMode;
@@ -3,18 +3,18 @@ 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
- active?: boolean;
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
- value: any;
15
14
  required?: boolean;
16
- valueChanged: (newValue: any) => void;
15
+ value: any;
17
16
  description?: string;
17
+ valueChanged: (newValue: any) => void;
18
18
  errorMessage?: string;
19
19
  fieldSchema: import("../../services/datatypes/RenderListData").IFieldSchema;
20
20
  controlMode: import("nuudel-utils").ControlMode;
@@ -4,18 +4,18 @@ 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
- active?: boolean;
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
- value: any;
16
15
  required?: boolean;
17
- valueChanged: (newValue: any) => void;
16
+ value: any;
18
17
  description?: string;
18
+ valueChanged: (newValue: any) => void;
19
19
  errorMessage?: string;
20
20
  fieldSchema: import("../../services/datatypes/RenderListData").IFieldSchema;
21
21
  controlMode: ControlMode;
@@ -4,18 +4,18 @@ 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
- active?: boolean;
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
- value: any;
16
15
  required?: boolean;
17
- valueChanged: (newValue: any) => void;
16
+ value: any;
18
17
  description?: string;
18
+ valueChanged: (newValue: any) => void;
19
19
  errorMessage?: string;
20
20
  fieldSchema: import("../../services/datatypes/RenderListData").IFieldSchema;
21
21
  controlMode: ControlMode;
@@ -4,18 +4,18 @@ 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
- active?: boolean;
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
- value: any;
16
15
  required?: boolean;
17
- valueChanged: (newValue: any) => void;
16
+ value: any;
18
17
  description?: string;
18
+ valueChanged: (newValue: any) => void;
19
19
  errorMessage?: string;
20
20
  fieldSchema: import("../../services/datatypes/RenderListData").IFieldSchema;
21
21
  controlMode: ControlMode;
@@ -4,18 +4,18 @@ 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
- active?: boolean;
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
- value: any;
16
15
  required?: boolean;
17
- valueChanged: (newValue: any) => void;
16
+ value: any;
18
17
  description?: string;
18
+ valueChanged: (newValue: any) => void;
19
19
  errorMessage?: string;
20
20
  fieldSchema: import("../../services/datatypes/RenderListData").IFieldSchema;
21
21
  controlMode: ControlMode;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nuudel-core",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
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",
@@ -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.15.13",
87
- "@mui/material": "^5.15.13",
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.15.13",
123
- "@mui/material": "^5.15.13",
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"