@ni/nimble-components 18.4.1 → 18.5.0
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 +5 -1
- 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/esm/banner/index.js +5 -1
- package/dist/esm/banner/index.js.map +1 -1
- package/dist/esm/banner/types.d.ts +8 -0
- package/package.json +1 -1
|
@@ -19174,7 +19174,11 @@
|
|
|
19174
19174
|
* @internal
|
|
19175
19175
|
*/
|
|
19176
19176
|
openChanged() {
|
|
19177
|
-
|
|
19177
|
+
const eventDetail = {
|
|
19178
|
+
newState: this.open,
|
|
19179
|
+
oldState: !this.open
|
|
19180
|
+
};
|
|
19181
|
+
this.$emit('toggle', eventDetail);
|
|
19178
19182
|
}
|
|
19179
19183
|
/**
|
|
19180
19184
|
* @internal
|