@elliemae/ds-data-table 3.56.0-rc.3 → 3.56.0-rc.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/package.json +50 -49
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-data-table",
|
|
3
|
-
"version": "3.56.0-rc.
|
|
3
|
+
"version": "3.56.0-rc.6",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Data Table",
|
|
6
6
|
"files": [
|
|
@@ -35,63 +35,64 @@
|
|
|
35
35
|
"reportFile": "tests.xml",
|
|
36
36
|
"indent": 4
|
|
37
37
|
},
|
|
38
|
+
"scripts": {
|
|
39
|
+
"dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",
|
|
40
|
+
"test": "pui-cli test --passWithNoTests --coverage=\"false\"",
|
|
41
|
+
"lint": "node ../../../scripts/lint.mjs --fix",
|
|
42
|
+
"lint:strict": "node ../../../scripts/lint-strict.mjs",
|
|
43
|
+
"dts": "node ../../../scripts/dts.mjs",
|
|
44
|
+
"build": "cross-env NODE_ENV=production node ../../../scripts/build/build.mjs",
|
|
45
|
+
"checkDeps": "npm exec ../../util/ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
|
|
46
|
+
},
|
|
38
47
|
"dependencies": {
|
|
48
|
+
"@elliemae/ds-button": "3.56.0-rc.6",
|
|
49
|
+
"@elliemae/ds-button-v2": "3.56.0-rc.6",
|
|
50
|
+
"@elliemae/ds-circular-progress-indicator": "3.56.0-rc.6",
|
|
51
|
+
"@elliemae/ds-drag-and-drop": "3.56.0-rc.6",
|
|
52
|
+
"@elliemae/ds-dropdownmenu": "3.56.0-rc.6",
|
|
53
|
+
"@elliemae/ds-dropdownmenu-v2": "3.56.0-rc.6",
|
|
54
|
+
"@elliemae/ds-form-checkbox": "3.56.0-rc.6",
|
|
55
|
+
"@elliemae/ds-form-combobox": "3.56.0-rc.6",
|
|
56
|
+
"@elliemae/ds-form-date-range-picker": "3.56.0-rc.6",
|
|
57
|
+
"@elliemae/ds-form-date-time-picker": "3.56.0-rc.6",
|
|
58
|
+
"@elliemae/ds-form-helpers-mask-hooks": "3.56.0-rc.6",
|
|
59
|
+
"@elliemae/ds-form-input-text": "3.56.0-rc.6",
|
|
60
|
+
"@elliemae/ds-form-layout-blocks": "3.56.0-rc.6",
|
|
61
|
+
"@elliemae/ds-form-radio": "3.56.0-rc.6",
|
|
62
|
+
"@elliemae/ds-grid": "3.56.0-rc.6",
|
|
63
|
+
"@elliemae/ds-icons": "3.56.0-rc.6",
|
|
64
|
+
"@elliemae/ds-pagination": "3.56.0-rc.6",
|
|
65
|
+
"@elliemae/ds-pills-v2": "3.56.0-rc.6",
|
|
66
|
+
"@elliemae/ds-popperjs": "3.56.0-rc.6",
|
|
67
|
+
"@elliemae/ds-props-helpers": "3.56.0-rc.6",
|
|
68
|
+
"@elliemae/ds-skeleton": "3.56.0-rc.6",
|
|
69
|
+
"@elliemae/ds-system": "3.56.0-rc.6",
|
|
70
|
+
"@elliemae/ds-truncated-tooltip-text": "3.56.0-rc.6",
|
|
71
|
+
"@elliemae/ds-typescript-helpers": "3.56.0-rc.6",
|
|
72
|
+
"@elliemae/ds-zustand-helpers": "3.56.0-rc.6",
|
|
39
73
|
"react-virtual": "~2.10.4",
|
|
40
74
|
"uid": "~2.0.1",
|
|
41
|
-
"use-onclickoutside": "0.4.1"
|
|
42
|
-
"@elliemae/ds-button": "3.56.0-rc.3",
|
|
43
|
-
"@elliemae/ds-button-v2": "3.56.0-rc.3",
|
|
44
|
-
"@elliemae/ds-circular-progress-indicator": "3.56.0-rc.3",
|
|
45
|
-
"@elliemae/ds-drag-and-drop": "3.56.0-rc.3",
|
|
46
|
-
"@elliemae/ds-dropdownmenu": "3.56.0-rc.3",
|
|
47
|
-
"@elliemae/ds-form-checkbox": "3.56.0-rc.3",
|
|
48
|
-
"@elliemae/ds-form-combobox": "3.56.0-rc.3",
|
|
49
|
-
"@elliemae/ds-form-date-range-picker": "3.56.0-rc.3",
|
|
50
|
-
"@elliemae/ds-dropdownmenu-v2": "3.56.0-rc.3",
|
|
51
|
-
"@elliemae/ds-form-helpers-mask-hooks": "3.56.0-rc.3",
|
|
52
|
-
"@elliemae/ds-form-input-text": "3.56.0-rc.3",
|
|
53
|
-
"@elliemae/ds-form-layout-blocks": "3.56.0-rc.3",
|
|
54
|
-
"@elliemae/ds-form-radio": "3.56.0-rc.3",
|
|
55
|
-
"@elliemae/ds-grid": "3.56.0-rc.3",
|
|
56
|
-
"@elliemae/ds-pills-v2": "3.56.0-rc.3",
|
|
57
|
-
"@elliemae/ds-icons": "3.56.0-rc.3",
|
|
58
|
-
"@elliemae/ds-form-date-time-picker": "3.56.0-rc.3",
|
|
59
|
-
"@elliemae/ds-pagination": "3.56.0-rc.3",
|
|
60
|
-
"@elliemae/ds-popperjs": "3.56.0-rc.3",
|
|
61
|
-
"@elliemae/ds-props-helpers": "3.56.0-rc.3",
|
|
62
|
-
"@elliemae/ds-skeleton": "3.56.0-rc.3",
|
|
63
|
-
"@elliemae/ds-system": "3.56.0-rc.3",
|
|
64
|
-
"@elliemae/ds-truncated-tooltip-text": "3.56.0-rc.3",
|
|
65
|
-
"@elliemae/ds-typescript-helpers": "3.56.0-rc.3",
|
|
66
|
-
"@elliemae/ds-zustand-helpers": "3.56.0-rc.3"
|
|
75
|
+
"use-onclickoutside": "0.4.1"
|
|
67
76
|
},
|
|
68
77
|
"devDependencies": {
|
|
69
|
-
"@elliemae/
|
|
70
|
-
"
|
|
71
|
-
"
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
"
|
|
75
|
-
"
|
|
78
|
+
"@elliemae/ds-monorepo-devops": "3.56.0-rc.6",
|
|
79
|
+
"@elliemae/ds-test-utils": "3.56.0-rc.6",
|
|
80
|
+
"@elliemae/ds-toolbar-v2": "3.56.0-rc.6",
|
|
81
|
+
"@elliemae/pui-cli": "catalog:",
|
|
82
|
+
"jest": "catalog:",
|
|
83
|
+
"styled-components": "catalog:",
|
|
84
|
+
"styled-system": "catalog:"
|
|
76
85
|
},
|
|
77
86
|
"peerDependencies": {
|
|
78
|
-
"lodash-es": "
|
|
79
|
-
"react": "
|
|
80
|
-
"react-dom": "
|
|
81
|
-
"styled-components": "
|
|
82
|
-
"styled-system": "
|
|
87
|
+
"lodash-es": "catalog:",
|
|
88
|
+
"react": "catalog:",
|
|
89
|
+
"react-dom": "catalog:",
|
|
90
|
+
"styled-components": "catalog:",
|
|
91
|
+
"styled-system": "catalog:"
|
|
83
92
|
},
|
|
84
93
|
"publishConfig": {
|
|
85
94
|
"access": "public",
|
|
86
95
|
"typeSafety": false
|
|
87
96
|
},
|
|
88
|
-
"
|
|
89
|
-
|
|
90
|
-
"test": "pui-cli test --passWithNoTests --coverage=\"false\"",
|
|
91
|
-
"lint": "node ../../../scripts/lint.mjs --fix",
|
|
92
|
-
"lint:strict": "node ../../../scripts/lint-strict.mjs",
|
|
93
|
-
"dts": "node ../../../scripts/dts.mjs",
|
|
94
|
-
"build": "cross-env NODE_ENV=production node ../../../scripts/build/build.mjs",
|
|
95
|
-
"checkDeps": "npm exec ../../util/ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
|
|
96
|
-
}
|
|
97
|
-
}
|
|
97
|
+
"gitHead": "13379fa3baf0f841094e000925a2ed380488eae6"
|
|
98
|
+
}
|