@ni/nimble-components 35.12.4 → 35.12.5
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 +4 -0
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +2 -1
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/custom-elements.json +100 -83
- package/dist/custom-elements.md +35 -33
- package/dist/esm/text-field/index.d.ts +9 -0
- package/dist/esm/text-field/index.js +3 -0
- package/dist/esm/text-field/index.js.map +1 -1
- package/dist/esm/text-field/template.js +1 -0
- package/dist/esm/text-field/template.js.map +1 -1
- package/package.json +1 -1
|
@@ -84292,6 +84292,7 @@ focus outline in that case.
|
|
|
84292
84292
|
?spellcheck="${x => x.spellcheck}"
|
|
84293
84293
|
:value="${x => x.value}"
|
|
84294
84294
|
type="${x => x.type}"
|
|
84295
|
+
autocomplete="${x => x.autocomplete}"
|
|
84295
84296
|
aria-atomic="${x => x.ariaAtomic}"
|
|
84296
84297
|
aria-busy="${x => x.ariaBusy}"
|
|
84297
84298
|
aria-controls="${x => x.ariaControls}"
|
|
@@ -84340,6 +84341,9 @@ focus outline in that case.
|
|
|
84340
84341
|
__decorate([
|
|
84341
84342
|
attr
|
|
84342
84343
|
], TextField.prototype, "appearance", void 0);
|
|
84344
|
+
__decorate([
|
|
84345
|
+
attr
|
|
84346
|
+
], TextField.prototype, "autocomplete", void 0);
|
|
84343
84347
|
__decorate([
|
|
84344
84348
|
attr({ attribute: 'full-bleed', mode: 'boolean' })
|
|
84345
84349
|
], TextField.prototype, "fullBleed", void 0);
|