@slickgrid-universal/composite-editor-component 9.12.0 → 9.13.0

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.
Files changed (2) hide show
  1. package/README.md +0 -10
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -5,11 +5,6 @@
5
5
  [![npm](https://img.shields.io/npm/dy/@slickgrid-universal/composite-editor-component)](https://www.npmjs.com/package/@slickgrid-universal/composite-editor-component)
6
6
  [![npm bundle size](https://img.shields.io/bundlephobia/minzip/@slickgrid-universal/composite-editor-component?color=success&label=gzip)](https://bundlephobia.com/result?p=@slickgrid-universal/composite-editor-component)
7
7
 
8
- [![Actions Status](https://github.com/ghiscoding/slickgrid-universal/workflows/CI%20Build/badge.svg)](https://github.com/ghiscoding/slickgrid-universal/actions)
9
- [![Cypress.io](https://img.shields.io/badge/tested%20with-Cypress-04C38E.svg)](https://www.cypress.io/)
10
- [![Vitest](https://img.shields.io/badge/tested%20with-vitest-fcc72b.svg?logo=vitest)](https://vitest.dev/)
11
- [![codecov](https://codecov.io/gh/ghiscoding/slickgrid-universal/branch/master/graph/badge.svg)](https://codecov.io/gh/ghiscoding/slickgrid-universal)
12
-
13
8
  ## Composite Editor Component
14
9
  #### @slickgrid-universal/composite-editor-component
15
10
 
@@ -20,10 +15,5 @@ Vanilla Bundle implementation of a Composite Editor Modal Window which can do th
20
15
  - Mass Update Changes
21
16
  - Mass Selection Changes (similar to Mass Update but only for the selected items/rows)
22
17
 
23
- ### Internal Dependencies
24
- - [@slickgrid-universal/binding](https://github.com/ghiscoding/slickgrid-universal/tree/master/packages/binding)
25
- - [@slickgrid-universal/common](https://github.com/ghiscoding/slickgrid-universal/tree/master/packages/common)
26
- - [@slickgrid-universal/utils](https://github.com/ghiscoding/slickgrid-universal/tree/master/packages/utils)
27
-
28
18
  ### Installation
29
19
  Follow the instruction provided in the main [README](https://github.com/ghiscoding/slickgrid-universal#installation).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slickgrid-universal/composite-editor-component",
3
- "version": "9.12.0",
3
+ "version": "9.13.0",
4
4
  "description": "Slick Composite Editor Component - Vanilla Implementation of a Composite Editor Modal Window Component",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -31,9 +31,9 @@
31
31
  "url": "https://github.com/ghiscoding/slickgrid-universal/issues"
32
32
  },
33
33
  "dependencies": {
34
- "@slickgrid-universal/binding": "9.12.0",
35
- "@slickgrid-universal/common": "9.12.0",
36
- "@slickgrid-universal/utils": "9.12.0"
34
+ "@slickgrid-universal/binding": "9.13.0",
35
+ "@slickgrid-universal/common": "9.13.0",
36
+ "@slickgrid-universal/utils": "9.13.0"
37
37
  },
38
- "gitHead": "02bb1252e7069954d0ee0c5d187edc7c209d2245"
38
+ "gitHead": "2f8344e34f8c8409895ab1827036f8c5701acd63"
39
39
  }