@ni/nimble-components 18.1.0 → 18.1.1
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 -1
- 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/table/index.d.ts +1 -1
- package/dist/esm/table/index.js.map +1 -1
- package/dist/esm/table/models/table-validator.d.ts +1 -1
- package/dist/esm/table/models/table-validator.js +1 -1
- package/dist/esm/table/models/table-validator.js.map +1 -1
- package/dist/esm/table/models/table-validator.spec.js +0 -14
- package/dist/esm/table/models/table-validator.spec.js.map +1 -1
- package/package.json +1 -1
|
@@ -26540,7 +26540,7 @@
|
|
|
26540
26540
|
this.duplicateRecordId = false;
|
|
26541
26541
|
this.missingRecordId = false;
|
|
26542
26542
|
this.invalidRecordId = false;
|
|
26543
|
-
if (
|
|
26543
|
+
if (typeof idFieldName !== 'string') {
|
|
26544
26544
|
return true;
|
|
26545
26545
|
}
|
|
26546
26546
|
const ids = new Set();
|