@univerjs/sheets-data-validation 0.2.2 → 0.2.3

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
@@ -1,9 +1,10 @@
1
1
  # @univerjs/sheets-data-validation
2
2
 
3
- [![npm version](https://img.shields.io/npm/v/@univerjs/sheets-data-validation)](https://npmjs.org/packages/@univerjs/sheets-data-validation)
4
- [![license](https://img.shields.io/npm/l/@univerjs/sheets-data-validation)](https://img.shields.io/npm/l/@univerjs/sheets-data-validation)
5
- ![CSS Included](https://img.shields.io/badge/CSS_Included-blue?logo=CSS3)
6
- ![i18n](https://img.shields.io/badge/zh--CN%20%7C%20en--US-cornflowerblue?label=i18n)
3
+ ## Package Overview
4
+
5
+ | Package Name | UMD Namespace | Version | License | Downloads | Contains CSS | Contains i18n locales |
6
+ | --- | --- | --- | --- | --- | :---: | :---: |
7
+ | `@univerjs/sheets-data-validation` | `UniverSheetsDataValidation` | [![][npm-version-shield]][npm-version-link] | ![][npm-license-shield] | ![][npm-downloads-shield] | ⭕️ | ⭕️ |
7
8
 
8
9
  ## Introduction
9
10
 
@@ -19,6 +20,7 @@ npm i @univerjs/sheets-data-validation
19
20
 
20
21
  # Using pnpm
21
22
  pnpm add
23
+ ```
22
24
 
23
25
  ### Register the plugin
24
26
 
@@ -60,3 +62,9 @@ export const DEFAULT_WORKBOOK_DATA_DEMO: IWorkbookData = {
60
62
  // load initial snapshot
61
63
  univer.createUnit(UniverInstanceType.UNIVER_SHEET, DEFAULT_WORKBOOK_DATA_DEMO);
62
64
  ```
65
+
66
+ <!-- Links -->
67
+ [npm-version-shield]: https://img.shields.io/npm/v/@univerjs/sheets-data-validation?style=flat-square
68
+ [npm-version-link]: https://npmjs.com/package/@univerjs/sheets-data-validation
69
+ [npm-license-shield]: https://img.shields.io/npm/l/@univerjs/sheets-data-validation?style=flat-square
70
+ [npm-downloads-shield]: https://img.shields.io/npm/dm/@univerjs/sheets-data-validation?style=flat-square