@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.
Files changed (26) hide show
  1. package/dist/all-components-bundle.js +1 -7
  2. package/dist/all-components-bundle.js.map +1 -1
  3. package/dist/all-components-bundle.min.js +1 -1
  4. package/dist/all-components-bundle.min.js.map +1 -1
  5. package/dist/esm/docs/types.d.ts +6 -0
  6. package/dist/esm/src/table-column/base/models/column-validator.d.ts +0 -4
  7. package/dist/esm/src/table-column/number-text/index.d.ts +7 -0
  8. package/dist/esm/src/table-column/number-text/models/decimal-formatter.d.ts +9 -0
  9. package/dist/esm/src/table-column/number-text/models/table-column-number-text-validitor.d.ts +13 -0
  10. package/dist/esm/src/table-column/number-text/types.d.ts +1 -0
  11. package/dist/esm/table-column/base/models/column-validator.d.ts +0 -4
  12. package/dist/esm/table-column/base/models/column-validator.js +0 -6
  13. package/dist/esm/table-column/base/models/column-validator.js.map +1 -1
  14. package/dist/esm/table-column/number-text/index.d.ts +7 -0
  15. package/dist/esm/table-column/number-text/index.js +33 -7
  16. package/dist/esm/table-column/number-text/index.js.map +1 -1
  17. package/dist/esm/table-column/number-text/models/decimal-formatter.d.ts +9 -0
  18. package/dist/esm/table-column/number-text/models/decimal-formatter.js +21 -0
  19. package/dist/esm/table-column/number-text/models/decimal-formatter.js.map +1 -0
  20. package/dist/esm/table-column/number-text/models/table-column-number-text-validitor.d.ts +13 -0
  21. package/dist/esm/table-column/number-text/models/table-column-number-text-validitor.js +28 -0
  22. package/dist/esm/table-column/number-text/models/table-column-number-text-validitor.js.map +1 -0
  23. package/dist/esm/table-column/number-text/types.d.ts +1 -0
  24. package/dist/esm/table-column/number-text/types.js +2 -1
  25. package/dist/esm/table-column/number-text/types.js.map +1 -1
  26. package/package.json +1 -1
@@ -16288,7 +16288,7 @@
16288
16288
 
16289
16289
  /**
16290
16290
  * Do not edit directly
16291
- * Generated on Thu, 24 Aug 2023 20:57:01 GMT
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
  */