@progress/kendo-charts 1.23.3 → 1.23.4-dev.202203220848
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/dist/npm/barcode.d.ts +1 -4
- package/dist/npm/qrcode.d.ts +2 -4
- package/package.json +1 -1
package/dist/npm/barcode.d.ts
CHANGED
|
@@ -8,10 +8,7 @@ import { ValidationResult } from './validation';
|
|
|
8
8
|
export type BarcodeType =
|
|
9
9
|
'EAN8' | 'EAN13' | 'UPCE' | 'UPCA' | 'Code11' | 'Code39' | 'Code39Extended' |
|
|
10
10
|
'Code93' | 'Code93Extended' | 'Code128' | 'Code128A' | 'Code128B' | 'Code128C' |
|
|
11
|
-
'GS1-128' | 'MSImod10' | 'MSImod11' | 'MSImod1010' | 'MSImod1110' | 'POSTNET'
|
|
12
|
-
'ean8' | 'ean13' | 'upce' | 'upca' | 'code11' | 'code39' | 'code39extended' |
|
|
13
|
-
'code93' | 'code93extended' | 'code128' | 'code128a' | 'code128b' | 'code128c' |
|
|
14
|
-
'gs1-128' | 'msimod10' | 'msimod11' | 'msimod1010' | 'msimod1110' | 'postnet';
|
|
11
|
+
'GS1-128' | 'MSImod10' | 'MSImod11' | 'MSImod1010' | 'MSImod1110' | 'POSTNET';
|
|
15
12
|
|
|
16
13
|
/**
|
|
17
14
|
* The Barcode text label configuration.
|
package/dist/npm/qrcode.d.ts
CHANGED
|
@@ -6,8 +6,7 @@ import { ValidationResult } from './validation';
|
|
|
6
6
|
* The QR Code encoding modes.
|
|
7
7
|
*/
|
|
8
8
|
export type QRCodeEncoding =
|
|
9
|
-
'ISO_8859_1' | 'UTF_8'
|
|
10
|
-
'iso_8859_1' | 'utf_8';
|
|
9
|
+
'ISO_8859_1' | 'UTF_8';
|
|
11
10
|
|
|
12
11
|
/**
|
|
13
12
|
* The QR Code error correction levels.
|
|
@@ -18,8 +17,7 @@ export type QRCodeEncoding =
|
|
|
18
17
|
* * "H" - approximately 30% of the codewords can be restored.
|
|
19
18
|
*/
|
|
20
19
|
export type QRCodeErrorCorrection =
|
|
21
|
-
'L' | 'M' | 'Q' | 'H'
|
|
22
|
-
'l' | 'm' | 'q' | 'h';
|
|
20
|
+
'L' | 'M' | 'Q' | 'H';
|
|
23
21
|
|
|
24
22
|
/**
|
|
25
23
|
* The QR Code image overlay configuration.
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Kendo UI platform-independent Charts library",
|
|
4
4
|
"author": "Progress",
|
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
|
6
|
-
"version": "1.23.
|
|
6
|
+
"version": "1.23.4-dev.202203220848",
|
|
7
7
|
"main": "dist/npm/main.js",
|
|
8
8
|
"module": "dist/es/main.js",
|
|
9
9
|
"jsnext:main": "dist/es/main.js",
|