@dataloop-ai/components 0.19.0 → 0.19.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dataloop-ai/components",
3
- "version": "0.19.0",
3
+ "version": "0.19.1",
4
4
  "exports": {
5
5
  ".": "./index.ts",
6
6
  "./models": "./models.ts",
@@ -142,7 +142,7 @@
142
142
  key="visibleColsBtn"
143
143
  >
144
144
  <slot
145
- name="visible-columns-button"
145
+ name="header-cell-visible-columns-button"
146
146
  :computed-visible-cols="computedVisibleCols"
147
147
  :group-options="groupOptions"
148
148
  :handle-visible-columns-update="
@@ -156,7 +156,7 @@
156
156
  tooltip="Manage columns"
157
157
  >
158
158
  <slot
159
- name="visible-columns-menu"
159
+ name="header-cell-visible-columns-menu"
160
160
  :computed-visible-cols="
161
161
  computedVisibleCols
162
162
  "
@@ -167,7 +167,7 @@
167
167
  >
168
168
  <dl-menu>
169
169
  <slot
170
- name="visible-columns-menu-content"
170
+ name="header-cell-visible-columns-menu-content"
171
171
  :computed-visible-cols="
172
172
  computedVisibleCols
173
173
  "