@elliemae/ds-zipcode-search 2.3.0-alpha.1 → 2.3.0-alpha.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/{cjs → dist/cjs}/DSZipCodeSearch.js +0 -0
- package/{cjs → dist/cjs}/DSZipCodeSearch.js.map +0 -0
- package/{cjs → dist/cjs}/components/blocks.js +0 -0
- package/{cjs → dist/cjs}/components/blocks.js.map +0 -0
- package/{cjs → dist/cjs}/components/helper.js +0 -0
- package/{cjs → dist/cjs}/components/helper.js.map +0 -0
- package/{cjs → dist/cjs}/index.js +0 -0
- package/{cjs → dist/cjs}/index.js.map +0 -0
- package/{cjs → dist/cjs}/props.js +0 -0
- package/{cjs → dist/cjs}/props.js.map +0 -0
- package/{esm → dist/esm}/DSZipCodeSearch.js +0 -0
- package/{esm → dist/esm}/DSZipCodeSearch.js.map +0 -0
- package/{esm → dist/esm}/components/blocks.js +0 -0
- package/{esm → dist/esm}/components/blocks.js.map +0 -0
- package/{esm → dist/esm}/components/helper.js +0 -0
- package/{esm → dist/esm}/components/helper.js.map +0 -0
- package/{esm → dist/esm}/index.js +0 -0
- package/{esm → dist/esm}/index.js.map +0 -0
- package/{esm → dist/esm}/props.js +0 -0
- package/{esm → dist/esm}/props.js.map +0 -0
- package/package.json +30 -28
- package/types/DSZipCodeSearch.d.ts +0 -113
- package/types/components/blocks.d.ts +0 -2
- package/types/components/helper.d.ts +0 -10
- package/types/index.d.ts +0 -2
- package/types/props.d.ts +0 -102
- package/types/tests/DSZipCodeSearch.test.d.ts +0 -1
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,31 +1,34 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-zipcode-search",
|
|
3
|
-
"version": "2.3.0-alpha.
|
|
3
|
+
"version": "2.3.0-alpha.6",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Zipcode Search",
|
|
6
|
-
"
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
"files": [
|
|
7
|
+
"dist"
|
|
8
|
+
],
|
|
9
|
+
"module": "./dist/esm/index.js",
|
|
10
|
+
"main": "./dist/cjs/index.js",
|
|
11
|
+
"types": "./dist/types/index.d.ts",
|
|
9
12
|
"exports": {
|
|
10
13
|
".": {
|
|
11
|
-
"import": "./esm/index.js",
|
|
12
|
-
"require": "./cjs/index.js"
|
|
14
|
+
"import": "./dist/esm/index.js",
|
|
15
|
+
"require": "./dist/cjs/index.js"
|
|
13
16
|
},
|
|
14
17
|
"./props": {
|
|
15
|
-
"import": "./esm/props.js",
|
|
16
|
-
"require": "./cjs/props.js"
|
|
18
|
+
"import": "./dist/esm/props.js",
|
|
19
|
+
"require": "./dist/cjs/props.js"
|
|
17
20
|
},
|
|
18
21
|
"./DSZipCodeSearch": {
|
|
19
|
-
"import": "./esm/DSZipCodeSearch.js",
|
|
20
|
-
"require": "./cjs/DSZipCodeSearch.js"
|
|
22
|
+
"import": "./dist/esm/DSZipCodeSearch.js",
|
|
23
|
+
"require": "./dist/cjs/DSZipCodeSearch.js"
|
|
21
24
|
},
|
|
22
25
|
"./components/helper": {
|
|
23
|
-
"import": "./esm/components/helper.js",
|
|
24
|
-
"require": "./cjs/components/helper.js"
|
|
26
|
+
"import": "./dist/esm/components/helper.js",
|
|
27
|
+
"require": "./dist/cjs/components/helper.js"
|
|
25
28
|
},
|
|
26
29
|
"./components/blocks": {
|
|
27
|
-
"import": "./esm/components/blocks.js",
|
|
28
|
-
"require": "./cjs/components/blocks.js"
|
|
30
|
+
"import": "./dist/esm/components/blocks.js",
|
|
31
|
+
"require": "./dist/cjs/components/blocks.js"
|
|
29
32
|
}
|
|
30
33
|
},
|
|
31
34
|
"sideEffects": [
|
|
@@ -37,24 +40,18 @@
|
|
|
37
40
|
"url": "https://git.elliemae.io/platform-ui/dimsum.git"
|
|
38
41
|
},
|
|
39
42
|
"engines": {
|
|
40
|
-
"
|
|
41
|
-
"node": ">=
|
|
43
|
+
"pnpm": ">=6",
|
|
44
|
+
"node": ">=16"
|
|
42
45
|
},
|
|
43
46
|
"author": "ICE MT",
|
|
44
|
-
"scripts": {
|
|
45
|
-
"dev": "cross-env NODE_ENV=development && node ../../scripts/build/build.js -w",
|
|
46
|
-
"prebuild": "exit 0",
|
|
47
|
-
"predev": "exit 0",
|
|
48
|
-
"build": "node ../../scripts/build/build.js"
|
|
49
|
-
},
|
|
50
47
|
"dependencies": {
|
|
51
|
-
"@elliemae/ds-classnames": "2.3.0-alpha.
|
|
52
|
-
"@elliemae/ds-dropdownmenu": "2.3.0-alpha.
|
|
53
|
-
"@elliemae/ds-form": "2.3.0-alpha.
|
|
48
|
+
"@elliemae/ds-classnames": "2.3.0-alpha.6",
|
|
49
|
+
"@elliemae/ds-dropdownmenu": "2.3.0-alpha.6",
|
|
50
|
+
"@elliemae/ds-form": "2.3.0-alpha.6",
|
|
54
51
|
"react-desc": "~4.1.3"
|
|
55
52
|
},
|
|
56
53
|
"devDependencies": {
|
|
57
|
-
"@testing-library/jest-dom": "~5.15.
|
|
54
|
+
"@testing-library/jest-dom": "~5.15.1",
|
|
58
55
|
"@testing-library/react": "~12.1.2",
|
|
59
56
|
"@testing-library/user-event": "~13.5.0"
|
|
60
57
|
},
|
|
@@ -64,7 +61,12 @@
|
|
|
64
61
|
},
|
|
65
62
|
"publishConfig": {
|
|
66
63
|
"access": "public",
|
|
67
|
-
"
|
|
68
|
-
|
|
64
|
+
"typeSafety": false
|
|
65
|
+
},
|
|
66
|
+
"scripts": {
|
|
67
|
+
"dev": "cross-env NODE_ENV=development && node ../../scripts/build/build.js -w",
|
|
68
|
+
"prebuild": "exit 0",
|
|
69
|
+
"predev": "exit 0",
|
|
70
|
+
"build": "node ../../scripts/build/build.js"
|
|
69
71
|
}
|
|
70
72
|
}
|
|
@@ -1,113 +0,0 @@
|
|
|
1
|
-
/// <reference path="../../../../shared/typings/react-desc.d.ts" />
|
|
2
|
-
/// <reference types="react" />
|
|
3
|
-
declare const DSZipCodeSearch: {
|
|
4
|
-
({ disabled, value, placeholder, mask, onBlur, onChange, onSearch, containerProps, selectRightOptions, activeCount, options, tabIndex, }: {
|
|
5
|
-
disabled: any;
|
|
6
|
-
value: any;
|
|
7
|
-
placeholder: any;
|
|
8
|
-
mask: any;
|
|
9
|
-
onBlur: any;
|
|
10
|
-
onChange: any;
|
|
11
|
-
onSearch: any;
|
|
12
|
-
containerProps: any;
|
|
13
|
-
selectRightOptions: any;
|
|
14
|
-
activeCount: any;
|
|
15
|
-
options: any;
|
|
16
|
-
tabIndex: any;
|
|
17
|
-
}): JSX.Element;
|
|
18
|
-
propTypes: {
|
|
19
|
-
className: {
|
|
20
|
-
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
21
|
-
deprecated: import("react-desc").PropTypesDescValidator;
|
|
22
|
-
};
|
|
23
|
-
isRequired: import("react-desc").PropTypesDescValue;
|
|
24
|
-
};
|
|
25
|
-
containerProps: {
|
|
26
|
-
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
27
|
-
deprecated: import("react-desc").PropTypesDescValidator;
|
|
28
|
-
};
|
|
29
|
-
isRequired: import("react-desc").PropTypesDescValue;
|
|
30
|
-
};
|
|
31
|
-
tabIndex: {
|
|
32
|
-
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
33
|
-
deprecated: import("react-desc").PropTypesDescValidator;
|
|
34
|
-
};
|
|
35
|
-
isRequired: import("react-desc").PropTypesDescValue;
|
|
36
|
-
};
|
|
37
|
-
disabled: {
|
|
38
|
-
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
39
|
-
deprecated: import("react-desc").PropTypesDescValidator;
|
|
40
|
-
};
|
|
41
|
-
isRequired: import("react-desc").PropTypesDescValue;
|
|
42
|
-
};
|
|
43
|
-
value: import("react-desc").PropTypesDescValue;
|
|
44
|
-
onBlur: {
|
|
45
|
-
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
46
|
-
deprecated: import("react-desc").PropTypesDescValidator;
|
|
47
|
-
};
|
|
48
|
-
isRequired: import("react-desc").PropTypesDescValue;
|
|
49
|
-
};
|
|
50
|
-
onChange: {
|
|
51
|
-
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
52
|
-
deprecated: import("react-desc").PropTypesDescValidator;
|
|
53
|
-
};
|
|
54
|
-
isRequired: import("react-desc").PropTypesDescValue;
|
|
55
|
-
};
|
|
56
|
-
options: {
|
|
57
|
-
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
58
|
-
deprecated: import("react-desc").PropTypesDescValidator;
|
|
59
|
-
};
|
|
60
|
-
isRequired: import("react-desc").PropTypesDescValue;
|
|
61
|
-
};
|
|
62
|
-
placeholder: {
|
|
63
|
-
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
64
|
-
deprecated: import("react-desc").PropTypesDescValidator;
|
|
65
|
-
};
|
|
66
|
-
isRequired: import("react-desc").PropTypesDescValue;
|
|
67
|
-
};
|
|
68
|
-
mask: {
|
|
69
|
-
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
70
|
-
deprecated: import("react-desc").PropTypesDescValidator;
|
|
71
|
-
};
|
|
72
|
-
isRequired: import("react-desc").PropTypesDescValue;
|
|
73
|
-
};
|
|
74
|
-
onSearch: {
|
|
75
|
-
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
76
|
-
deprecated: import("react-desc").PropTypesDescValidator;
|
|
77
|
-
};
|
|
78
|
-
isRequired: import("react-desc").PropTypesDescValue;
|
|
79
|
-
};
|
|
80
|
-
selectRightOptions: {
|
|
81
|
-
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
82
|
-
deprecated: import("react-desc").PropTypesDescValidator;
|
|
83
|
-
};
|
|
84
|
-
isRequired: import("react-desc").PropTypesDescValue;
|
|
85
|
-
};
|
|
86
|
-
activeCount: {
|
|
87
|
-
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
88
|
-
deprecated: import("react-desc").PropTypesDescValidator;
|
|
89
|
-
};
|
|
90
|
-
isRequired: import("react-desc").PropTypesDescValue;
|
|
91
|
-
};
|
|
92
|
-
};
|
|
93
|
-
defaultProps: {
|
|
94
|
-
disabled: boolean;
|
|
95
|
-
value: string;
|
|
96
|
-
placeholder: string;
|
|
97
|
-
mask: string;
|
|
98
|
-
onBlur: () => null;
|
|
99
|
-
onChange: () => null;
|
|
100
|
-
onSearch: () => null;
|
|
101
|
-
containerProps: {};
|
|
102
|
-
selectRightOptions: string;
|
|
103
|
-
activeCount: number;
|
|
104
|
-
options: never[];
|
|
105
|
-
};
|
|
106
|
-
};
|
|
107
|
-
declare const ZipCodeSearchWithSchema: {
|
|
108
|
-
(props?: unknown): JSX.Element;
|
|
109
|
-
propTypes: unknown;
|
|
110
|
-
toTypescript: () => import("react-desc").TypescriptSchema;
|
|
111
|
-
};
|
|
112
|
-
export { DSZipCodeSearch, ZipCodeSearchWithSchema };
|
|
113
|
-
export default DSZipCodeSearch;
|
package/types/index.d.ts
DELETED
package/types/props.d.ts
DELETED
|
@@ -1,102 +0,0 @@
|
|
|
1
|
-
/// <reference path="../../../../shared/typings/react-desc.d.ts" />
|
|
2
|
-
export declare const zipcodeSearchProps: {
|
|
3
|
-
/** html class attribute */
|
|
4
|
-
className: {
|
|
5
|
-
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
6
|
-
deprecated: import("react-desc").PropTypesDescValidator;
|
|
7
|
-
};
|
|
8
|
-
isRequired: import("react-desc").PropTypesDescValue;
|
|
9
|
-
};
|
|
10
|
-
/** Set of Properties attached to the main container */
|
|
11
|
-
containerProps: {
|
|
12
|
-
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
13
|
-
deprecated: import("react-desc").PropTypesDescValidator;
|
|
14
|
-
};
|
|
15
|
-
isRequired: import("react-desc").PropTypesDescValue;
|
|
16
|
-
};
|
|
17
|
-
/** native tabindex property to handle focus order */
|
|
18
|
-
tabIndex: {
|
|
19
|
-
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
20
|
-
deprecated: import("react-desc").PropTypesDescValidator;
|
|
21
|
-
};
|
|
22
|
-
isRequired: import("react-desc").PropTypesDescValue;
|
|
23
|
-
};
|
|
24
|
-
/** disable component */
|
|
25
|
-
disabled: {
|
|
26
|
-
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
27
|
-
deprecated: import("react-desc").PropTypesDescValidator;
|
|
28
|
-
};
|
|
29
|
-
isRequired: import("react-desc").PropTypesDescValue;
|
|
30
|
-
};
|
|
31
|
-
/** input value */
|
|
32
|
-
value: import("react-desc").PropTypesDescValue;
|
|
33
|
-
/** function called on blur */
|
|
34
|
-
onBlur: {
|
|
35
|
-
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
36
|
-
deprecated: import("react-desc").PropTypesDescValidator;
|
|
37
|
-
};
|
|
38
|
-
isRequired: import("react-desc").PropTypesDescValue;
|
|
39
|
-
};
|
|
40
|
-
/** function called on change */
|
|
41
|
-
onChange: {
|
|
42
|
-
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
43
|
-
deprecated: import("react-desc").PropTypesDescValidator;
|
|
44
|
-
};
|
|
45
|
-
isRequired: import("react-desc").PropTypesDescValue;
|
|
46
|
-
};
|
|
47
|
-
/** options to display */
|
|
48
|
-
options: {
|
|
49
|
-
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
50
|
-
deprecated: import("react-desc").PropTypesDescValidator;
|
|
51
|
-
};
|
|
52
|
-
isRequired: import("react-desc").PropTypesDescValue;
|
|
53
|
-
};
|
|
54
|
-
/** placeholder value */
|
|
55
|
-
placeholder: {
|
|
56
|
-
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
57
|
-
deprecated: import("react-desc").PropTypesDescValidator;
|
|
58
|
-
};
|
|
59
|
-
isRequired: import("react-desc").PropTypesDescValue;
|
|
60
|
-
};
|
|
61
|
-
/** format mask to apply */
|
|
62
|
-
mask: {
|
|
63
|
-
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
64
|
-
deprecated: import("react-desc").PropTypesDescValidator;
|
|
65
|
-
};
|
|
66
|
-
isRequired: import("react-desc").PropTypesDescValue;
|
|
67
|
-
};
|
|
68
|
-
/** function called onsearch */
|
|
69
|
-
onSearch: {
|
|
70
|
-
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
71
|
-
deprecated: import("react-desc").PropTypesDescValidator;
|
|
72
|
-
};
|
|
73
|
-
isRequired: import("react-desc").PropTypesDescValue;
|
|
74
|
-
};
|
|
75
|
-
/** Correction messange */
|
|
76
|
-
selectRightOptions: {
|
|
77
|
-
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
78
|
-
deprecated: import("react-desc").PropTypesDescValidator;
|
|
79
|
-
};
|
|
80
|
-
isRequired: import("react-desc").PropTypesDescValue;
|
|
81
|
-
};
|
|
82
|
-
/** current amount */
|
|
83
|
-
activeCount: {
|
|
84
|
-
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
85
|
-
deprecated: import("react-desc").PropTypesDescValidator;
|
|
86
|
-
};
|
|
87
|
-
isRequired: import("react-desc").PropTypesDescValue;
|
|
88
|
-
};
|
|
89
|
-
};
|
|
90
|
-
export declare const defaultProps: {
|
|
91
|
-
disabled: boolean;
|
|
92
|
-
value: string;
|
|
93
|
-
placeholder: string;
|
|
94
|
-
mask: string;
|
|
95
|
-
onBlur: () => null;
|
|
96
|
-
onChange: () => null;
|
|
97
|
-
onSearch: () => null;
|
|
98
|
-
containerProps: {};
|
|
99
|
-
selectRightOptions: string;
|
|
100
|
-
activeCount: number;
|
|
101
|
-
options: never[];
|
|
102
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|