@ni/nimble-components 20.1.15 → 20.1.16
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/all-components-bundle.js +1 -7
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +1 -1
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/esm/docs/types.d.ts +6 -0
- package/dist/esm/src/table-column/base/models/column-validator.d.ts +0 -4
- package/dist/esm/src/table-column/number-text/index.d.ts +7 -0
- package/dist/esm/src/table-column/number-text/models/decimal-formatter.d.ts +9 -0
- package/dist/esm/src/table-column/number-text/models/table-column-number-text-validitor.d.ts +13 -0
- package/dist/esm/src/table-column/number-text/types.d.ts +1 -0
- package/dist/esm/table-column/base/models/column-validator.d.ts +0 -4
- package/dist/esm/table-column/base/models/column-validator.js +0 -6
- package/dist/esm/table-column/base/models/column-validator.js.map +1 -1
- package/dist/esm/table-column/number-text/index.d.ts +7 -0
- package/dist/esm/table-column/number-text/index.js +33 -7
- package/dist/esm/table-column/number-text/index.js.map +1 -1
- package/dist/esm/table-column/number-text/models/decimal-formatter.d.ts +9 -0
- package/dist/esm/table-column/number-text/models/decimal-formatter.js +21 -0
- package/dist/esm/table-column/number-text/models/decimal-formatter.js.map +1 -0
- package/dist/esm/table-column/number-text/models/table-column-number-text-validitor.d.ts +13 -0
- package/dist/esm/table-column/number-text/models/table-column-number-text-validitor.js +28 -0
- package/dist/esm/table-column/number-text/models/table-column-number-text-validitor.js.map +1 -0
- package/dist/esm/table-column/number-text/types.d.ts +1 -0
- package/dist/esm/table-column/number-text/types.js +2 -1
- package/dist/esm/table-column/number-text/types.js.map +1 -1
- package/package.json +1 -1
|
@@ -16288,7 +16288,7 @@
|
|
|
16288
16288
|
|
|
16289
16289
|
/**
|
|
16290
16290
|
* Do not edit directly
|
|
16291
|
-
* Generated on
|
|
16291
|
+
* Generated on Mon, 28 Aug 2023 20:50:10 GMT
|
|
16292
16292
|
*/
|
|
16293
16293
|
|
|
16294
16294
|
const Information100DarkUi = "#a46eff";
|
|
@@ -64690,12 +64690,6 @@ img.ProseMirror-separator {
|
|
|
64690
64690
|
super(configValidityKeys);
|
|
64691
64691
|
this.columnInternals = columnInternals;
|
|
64692
64692
|
}
|
|
64693
|
-
/**
|
|
64694
|
-
* @returns whether the entire column configuration is valid
|
|
64695
|
-
*/
|
|
64696
|
-
isValidColumn() {
|
|
64697
|
-
return this.isValid();
|
|
64698
|
-
}
|
|
64699
64693
|
/**
|
|
64700
64694
|
* @returns an object containing flags for various ways the configuation can be invalid
|
|
64701
64695
|
*/
|