@neovici/cosmoz-omnitable 18.11.0-beta.3 → 19.0.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.
@@ -1 +1 @@
1
- {"version":3,"file":"cosmoz-omnitable-styles.d.ts","sourceRoot":"","sources":["../src/cosmoz-omnitable-styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,QAAQ,QAoEpB,CAAC;;AAEF,wBAogBE"}
1
+ {"version":3,"file":"cosmoz-omnitable-styles.d.ts","sourceRoot":"","sources":["../src/cosmoz-omnitable-styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,QAAQ,QAoEpB,CAAC;;AAEF,wBAygBE"}
@@ -474,6 +474,7 @@ export default css `
474
474
  color: inherit;
475
475
  padding: 0;
476
476
  transition: transform 0.3s ease;
477
+ opacity: 0;
477
478
  }
478
479
  .sg span {
479
480
  display: none;
@@ -487,6 +488,10 @@ export default css `
487
488
  .sg:not([data-on="desc"]) {
488
489
  transform: scaleY(-1);
489
490
  }
491
+ .cell:hover .sg,
492
+ .sg[data-on] {
493
+ opacity: 1;
494
+ }
490
495
 
491
496
  .header-cell {
492
497
  display: inline-flex;
@@ -1 +1 @@
1
- {"version":3,"file":"cosmoz-omnitable-styles.js","sourceRoot":"","sources":["../src/cosmoz-omnitable-styles.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,OAAO,EAAE,MAAM,IAAI,GAAG,EAAE,MAAM,uBAAuB,CAAC;AAEtD,MAAM,CAAC,MAAM,QAAQ,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoE1B,CAAC;AAEF,eAAe,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6Vf,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuKV,CAAC"}
1
+ {"version":3,"file":"cosmoz-omnitable-styles.js","sourceRoot":"","sources":["../src/cosmoz-omnitable-styles.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,OAAO,EAAE,MAAM,IAAI,GAAG,EAAE,MAAM,uBAAuB,CAAC;AAEtD,MAAM,CAAC,MAAM,QAAQ,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoE1B,CAAC;AAEF,eAAe,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6Vf,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4KV,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neovici/cosmoz-omnitable",
3
- "version": "18.11.0-beta.3",
3
+ "version": "19.0.1",
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"
@@ -97,18 +97,18 @@
97
97
  },
98
98
  "dependencies": {
99
99
  "@lit-labs/virtualizer": "^2.1.0",
100
- "@neovici/cosmoz-autocomplete": "^13.7.0-beta.6",
101
- "@neovici/cosmoz-bottom-bar": "^9.0.5 || ^10.0.0 || ^11.0.0",
102
- "@neovici/cosmoz-button": "^1.0.2",
103
- "@neovici/cosmoz-collapse": "^1.1.0",
104
- "@neovici/cosmoz-datetime-input": "^5.0.0-beta.2",
105
- "@neovici/cosmoz-dropdown": "^7.7.0",
106
- "@neovici/cosmoz-icons": "^1.1.0",
107
- "@neovici/cosmoz-input": "^6.0.0-beta.2",
108
- "@neovici/cosmoz-router": "^11.0.0",
109
- "@neovici/cosmoz-spinner": "^1.0.1",
110
- "@neovici/cosmoz-tokens": "^3.4.0",
111
- "@neovici/cosmoz-utils": "^6.21.0",
100
+ "@neovici/cosmoz-autocomplete": "^14.0.1",
101
+ "@neovici/cosmoz-bottom-bar": "^12.0.0",
102
+ "@neovici/cosmoz-button": "^1.1.1",
103
+ "@neovici/cosmoz-collapse": "^1.6.0",
104
+ "@neovici/cosmoz-datetime-input": "^5.0.0",
105
+ "@neovici/cosmoz-dropdown": "^8.0.0",
106
+ "@neovici/cosmoz-icons": "^1.6.0",
107
+ "@neovici/cosmoz-input": "^6.0.0",
108
+ "@neovici/cosmoz-router": "^11.3.0",
109
+ "@neovici/cosmoz-spinner": "^1.0.3",
110
+ "@neovici/cosmoz-tokens": "^3.5.1",
111
+ "@neovici/cosmoz-utils": "^6.22.2",
112
112
  "@neovici/nullxlsx": "^3.0.0",
113
113
  "@pionjs/pion": "^2.16.0",
114
114
  "@polymer/polymer": "^3.3.0",
@@ -134,16 +134,11 @@
134
134
  "@storybook/web-components-vite": "^10.0.4",
135
135
  "@types/file-saver": "^2.0.0",
136
136
  "@types/file-saver-es": "^2.0.3",
137
- "@web/dev-server-esbuild": "^1.0.4",
137
+ "@web/dev-server-esbuild": "^2.0.0",
138
138
  "husky": "^9.0.0",
139
139
  "lint-staged": "^17.0.5",
140
140
  "sinon": "^22.0.0",
141
141
  "storybook": "^10.0.4",
142
142
  "typescript": "^6.0.2"
143
- },
144
- "overrides": {
145
- "@neovici/cosmoz-input": "^6.0.0-beta.2",
146
- "vite": "7.3.6",
147
- "comment": "latest vite misidentifies @polymer/polymer's static import and throw SyntaxError: Unexpected token '('"
148
143
  }
149
144
  }