@elliemae/ds-datagrids 3.22.0-next.0 → 3.22.0-next.15
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/types/blockNames.d.ts +2 -2
- package/package.json +24 -22
@@ -1,4 +1,4 @@
|
|
1
1
|
declare const dataGridBlockName = "data-grid";
|
2
|
-
declare const headerBlockName
|
3
|
-
declare const bodyBlockName
|
2
|
+
declare const headerBlockName = "data-grid-header";
|
3
|
+
declare const bodyBlockName = "data-grid-body";
|
4
4
|
export { dataGridBlockName, headerBlockName, bodyBlockName };
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@elliemae/ds-datagrids",
|
3
|
-
"version": "3.22.0-next.
|
3
|
+
"version": "3.22.0-next.15",
|
4
4
|
"license": "MIT",
|
5
5
|
"description": "ICE MT - Dimsum - Data Grids",
|
6
6
|
"files": [
|
@@ -556,31 +556,32 @@
|
|
556
556
|
"sortabular": "~1.6.0",
|
557
557
|
"stylesheet-helpers": "~0.2.2",
|
558
558
|
"uuid": "~8.3.2",
|
559
|
-
"@elliemae/ds-button": "3.22.0-next.
|
560
|
-
"@elliemae/ds-classnames": "3.22.0-next.
|
561
|
-
"@elliemae/ds-
|
562
|
-
"@elliemae/ds-
|
563
|
-
"@elliemae/ds-
|
564
|
-
"@elliemae/ds-
|
565
|
-
"@elliemae/ds-
|
566
|
-
"@elliemae/ds-grid": "3.22.0-next.
|
567
|
-
"@elliemae/ds-
|
568
|
-
"@elliemae/ds-
|
569
|
-
"@elliemae/ds-
|
570
|
-
"@elliemae/ds-
|
571
|
-
"@elliemae/ds-
|
572
|
-
"@elliemae/ds-
|
573
|
-
"@elliemae/ds-spinner": "3.22.0-next.
|
574
|
-
"@elliemae/ds-
|
575
|
-
"@elliemae/ds-
|
576
|
-
"@elliemae/ds-truncated-tooltip-text": "3.22.0-next.
|
577
|
-
"@elliemae/ds-utilities": "3.22.0-next.0"
|
559
|
+
"@elliemae/ds-button": "3.22.0-next.15",
|
560
|
+
"@elliemae/ds-classnames": "3.22.0-next.15",
|
561
|
+
"@elliemae/ds-filterbar": "3.22.0-next.15",
|
562
|
+
"@elliemae/ds-controlled-form": "3.22.0-next.15",
|
563
|
+
"@elliemae/ds-form": "3.22.0-next.15",
|
564
|
+
"@elliemae/ds-icons": "3.22.0-next.15",
|
565
|
+
"@elliemae/ds-menu": "3.22.0-next.15",
|
566
|
+
"@elliemae/ds-grid": "3.22.0-next.15",
|
567
|
+
"@elliemae/ds-popper": "3.22.0-next.15",
|
568
|
+
"@elliemae/ds-dropdownmenu": "3.22.0-next.15",
|
569
|
+
"@elliemae/ds-shared": "3.22.0-next.15",
|
570
|
+
"@elliemae/ds-separator": "3.22.0-next.15",
|
571
|
+
"@elliemae/ds-props-helpers": "3.22.0-next.15",
|
572
|
+
"@elliemae/ds-system": "3.22.0-next.15",
|
573
|
+
"@elliemae/ds-spinner": "3.22.0-next.15",
|
574
|
+
"@elliemae/ds-toolbar": "3.22.0-next.15",
|
575
|
+
"@elliemae/ds-utilities": "3.22.0-next.15",
|
576
|
+
"@elliemae/ds-truncated-tooltip-text": "3.22.0-next.15"
|
578
577
|
},
|
579
578
|
"devDependencies": {
|
579
|
+
"@elliemae/pui-cli": "~9.0.0-next.22",
|
580
580
|
"@testing-library/jest-dom": "~5.16.5",
|
581
581
|
"@testing-library/react": "~12.1.3",
|
582
582
|
"@testing-library/user-event": "~13.5.0",
|
583
|
-
"styled-components": "~5.3.9"
|
583
|
+
"styled-components": "~5.3.9",
|
584
|
+
"@elliemae/ds-monorepo-devops": "3.22.0-next.15"
|
584
585
|
},
|
585
586
|
"peerDependencies": {
|
586
587
|
"lodash": "^4.17.21",
|
@@ -590,11 +591,12 @@
|
|
590
591
|
},
|
591
592
|
"scripts": {
|
592
593
|
"dev": "cross-env NODE_ENV=development node ../../scripts/build/build.mjs --watch",
|
593
|
-
"test": "
|
594
|
+
"test": "pui-cli test --passWithNoTests",
|
594
595
|
"lint": "node ../../scripts/lint.mjs",
|
595
596
|
"eslint:fix": "exit 0 | echo",
|
596
597
|
"dts": "exit 0 | echo",
|
597
598
|
"build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs",
|
599
|
+
"versionx": "node ../../scripts/setup/switch-to-workspace-version.js",
|
598
600
|
"dev:build": "pnpm --filter {.}... build",
|
599
601
|
"dev:install": "pnpm --filter {.}... i --no-lockfile && pnpm run dev:build",
|
600
602
|
"checkDeps": "npm exec ../ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
|