@neovici/cosmoz-omnitable 18.0.0 → 18.1.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.
@@ -1 +1 @@
1
- {"version":3,"file":"render-footer.d.ts","sourceRoot":"","sources":["../../src/lib/render-footer.js"],"names":[],"mappings":"AAMO;;;;;;;yCAkDe"}
1
+ {"version":3,"file":"render-footer.d.ts","sourceRoot":"","sources":["../../src/lib/render-footer.js"],"names":[],"mappings":"AAMO;;;;;;;yCAoDe"}
@@ -13,6 +13,8 @@ export const renderFooter = ({ columns, selectedItems, csvFilename, xlsxFilename
13
13
  ${t('{count} selected item', { count: selectedItems.length })}
14
14
  </slot>
15
15
  <slot name="actions" id="actions"></slot>
16
+ <slot name="bottom-bar-toolbar" slot="bottom-bar-toolbar"></slot>
17
+ <slot name="bottom-bar-menu" slot="bottom-bar-menu"></slot>
16
18
  <cosmoz-dropdown-menu part="extra" slot="extra" .placement=${topPlacement}>
17
19
  <svg
18
20
  slot="button"
@@ -1 +1 @@
1
- {"version":3,"file":"render-footer.js","sourceRoot":"","sources":["../../src/lib/render-footer.js"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,gCAAgC,CAAC;AACzD,OAAO,EAAE,CAAC,EAAE,MAAM,SAAS,CAAC;AAC5B,OAAO,EAAE,IAAI,EAAE,MAAM,UAAU,CAAC;AAChC,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AACvD,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAEzD,MAAM,CAAC,MAAM,YAAY,GAAG,CAAC,EAC5B,OAAO,EACP,aAAa,EACb,WAAW,EACX,YAAY,EACZ,aAAa,EACb,YAAY,GACZ,EAAE,EAAE,CACJ,IAAI,CAAA;;YAEO,CAAC,OAAO,CAAC,aAAa,CAAC,MAAM,CAAC;;;;;KAKrC,CAAC,CAAC,uBAAuB,EAAE,EAAE,KAAK,EAAE,aAAa,CAAC,MAAM,EAAE,CAAC;;;+DAGD,YAAY;;;;;;;;;;;;;;;;;;;;aAoB9D,GAAG,EAAE,CAAC,eAAe,CAAC,OAAO,EAAE,aAAa,EAAE,WAAW,CAAC;;MAEjE,CAAC,CAAC,4BAA4B,CAAC;;;aAGxB,GAAG,EAAE,CACb,gBAAgB,CAAC,OAAO,EAAE,aAAa,EAAE,YAAY,EAAE,aAAa,CAAC;;MAEpE,CAAC,CAAC,6BAA6B,CAAC;;;;sBAIhB,CAAC"}
1
+ {"version":3,"file":"render-footer.js","sourceRoot":"","sources":["../../src/lib/render-footer.js"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,gCAAgC,CAAC;AACzD,OAAO,EAAE,CAAC,EAAE,MAAM,SAAS,CAAC;AAC5B,OAAO,EAAE,IAAI,EAAE,MAAM,UAAU,CAAC;AAChC,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AACvD,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAEzD,MAAM,CAAC,MAAM,YAAY,GAAG,CAAC,EAC5B,OAAO,EACP,aAAa,EACb,WAAW,EACX,YAAY,EACZ,aAAa,EACb,YAAY,GACZ,EAAE,EAAE,CACJ,IAAI,CAAA;;YAEO,CAAC,OAAO,CAAC,aAAa,CAAC,MAAM,CAAC;;;;;KAKrC,CAAC,CAAC,uBAAuB,EAAE,EAAE,KAAK,EAAE,aAAa,CAAC,MAAM,EAAE,CAAC;;;;;+DAKD,YAAY;;;;;;;;;;;;;;;;;;;;aAoB9D,GAAG,EAAE,CAAC,eAAe,CAAC,OAAO,EAAE,aAAa,EAAE,WAAW,CAAC;;MAEjE,CAAC,CAAC,4BAA4B,CAAC;;;aAGxB,GAAG,EAAE,CACb,gBAAgB,CAAC,OAAO,EAAE,aAAa,EAAE,YAAY,EAAE,aAAa,CAAC;;MAEpE,CAAC,CAAC,6BAA6B,CAAC;;;;sBAIhB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neovici/cosmoz-omnitable",
3
- "version": "18.0.0",
3
+ "version": "18.1.0",
4
4
  "description": "[![Build Status](https://travis-ci.org/Neovici/cosmoz-omnitable.svg?branch=master)](https://travis-ci.org/Neovici/cosmoz-omnitable)",
5
5
  "keywords": [
6
6
  "web-components"
@@ -108,7 +108,7 @@
108
108
  "dependencies": {
109
109
  "@lit-labs/virtualizer": "^2.1.0",
110
110
  "@neovici/cosmoz-autocomplete": "^12.0.0 || ^13.0.0",
111
- "@neovici/cosmoz-bottom-bar": "^9.0.5 || ^10.0.0",
111
+ "@neovici/cosmoz-bottom-bar": "^9.0.5 || ^10.0.0 || ^11.0.0",
112
112
  "@neovici/cosmoz-collapse": "^1.1.0",
113
113
  "@neovici/cosmoz-datetime-input": "^4.0.1",
114
114
  "@neovici/cosmoz-dropdown": "^7.0.0",