@neovici/cosmoz-omnitable 9.1.1-beta.1 → 10.0.0-beta.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,5 +1,5 @@
1
1
  import { html, component } from 'haunted';
2
- import { repeat } from 'lit-html/directives/repeat';
2
+ import { repeat } from 'lit-html/directives/repeat.js';
3
3
  import './lib/cosmoz-omnitable-resize-nub';
4
4
 
5
5
  const /* eslint-disable-next-line max-lines-per-function */
@@ -1,5 +1,5 @@
1
1
  import { component, html } from 'haunted';
2
- import { repeat } from 'lit-html/directives/repeat';
2
+ import { repeat } from 'lit-html/directives/repeat.js';
3
3
 
4
4
  const
5
5
  renderCell = (column, data, onItemChange) => column.editable
@@ -1,7 +1,7 @@
1
1
  import { _ } from '@neovici/cosmoz-i18next';
2
2
  import { PolymerElement } from '@polymer/polymer';
3
3
  import { html } from 'lit-html';
4
- import { ifDefined } from 'lit-html/directives/if-defined';
4
+ import { ifDefined } from 'lit-html/directives/if-defined.js';
5
5
  import { rangeInputMixin } from './cosmoz-omnitable-range-input-mixin';
6
6
  import { polymerHauntedRender } from './polymer-haunted-render-mixin';
7
7
 
@@ -1,7 +1,7 @@
1
1
  import { _ } from '@neovici/cosmoz-i18next';
2
2
  import { PolymerElement } from '@polymer/polymer';
3
3
  import { html } from 'lit-html';
4
- import { ifDefined } from 'lit-html/directives/if-defined';
4
+ import { ifDefined } from 'lit-html/directives/if-defined.js';
5
5
  import { dateInputMixin } from './cosmoz-omnitable-date-input-mixin';
6
6
  import { polymerHauntedRender } from './polymer-haunted-render-mixin';
7
7
 
@@ -1,7 +1,7 @@
1
1
  import { _ } from '@neovici/cosmoz-i18next';
2
2
  import { PolymerElement } from '@polymer/polymer';
3
3
  import { html } from 'lit-html';
4
- import { ifDefined } from 'lit-html/directives/if-defined';
4
+ import { ifDefined } from 'lit-html/directives/if-defined.js';
5
5
  import { dateInputMixin } from './cosmoz-omnitable-date-input-mixin';
6
6
  import { polymerHauntedRender } from './polymer-haunted-render-mixin';
7
7
 
@@ -1,7 +1,7 @@
1
1
  import { _ } from '@neovici/cosmoz-i18next';
2
2
  import { PolymerElement } from '@polymer/polymer';
3
3
  import { html } from 'lit-html';
4
- import { ifDefined } from 'lit-html/directives/if-defined';
4
+ import { ifDefined } from 'lit-html/directives/if-defined.js';
5
5
  import { rangeInputMixin } from './cosmoz-omnitable-range-input-mixin';
6
6
  import { polymerHauntedRender } from './polymer-haunted-render-mixin';
7
7
 
@@ -1,7 +1,7 @@
1
1
  import { _ } from '@neovici/cosmoz-i18next';
2
2
  import { PolymerElement } from '@polymer/polymer';
3
3
  import { html } from 'lit-html';
4
- import { ifDefined } from 'lit-html/directives/if-defined';
4
+ import { ifDefined } from 'lit-html/directives/if-defined.js';
5
5
  import { dateInputMixin } from './cosmoz-omnitable-date-input-mixin';
6
6
  import { polymerHauntedRender } from './polymer-haunted-render-mixin';
7
7
 
@@ -1,5 +1,5 @@
1
1
  import { html } from 'haunted';
2
- import { ifDefined } from 'lit-html/directives/if-defined';
2
+ import { ifDefined } from 'lit-html/directives/if-defined.js';
3
3
  import { triangle } from '../icons';
4
4
 
5
5
  export const render = ({ columns, on, descending, setOn, setDescending }) =>
@@ -1,7 +1,7 @@
1
1
  import { useCallback, useState } from 'haunted';
2
- import { navigate } from '@neovici/cosmoz-page-router/lib/use-routes';
3
- import { invoke } from './invoke';
2
+ import { navigate } from '@neovici/cosmoz-page-router';
4
3
  import { identity } from '@neovici/cosmoz-utils/lib/function';
4
+ import { invoke } from './invoke';
5
5
 
6
6
  const
7
7
  hashUrl = () => new URL(location.hash.replace(/^#!?/iu, '').replace('%23', '#'), location.origin),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neovici/cosmoz-omnitable",
3
- "version": "9.1.1-beta.1",
3
+ "version": "10.0.0-beta.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"
@@ -52,15 +52,15 @@
52
52
  ]
53
53
  },
54
54
  "dependencies": {
55
- "@neovici/cosmoz-autocomplete": "^3.1.0",
56
- "@neovici/cosmoz-bottom-bar": "^5.0.0",
55
+ "@neovici/cosmoz-autocomplete": "^4.0.0-beta.1",
56
+ "@neovici/cosmoz-bottom-bar": "^6.0.0-beta.1",
57
57
  "@neovici/cosmoz-collapse": "^1.1.0",
58
58
  "@neovici/cosmoz-datetime-input": "^3.0.3",
59
- "@neovici/cosmoz-dropdown": "^1.5.0",
60
- "@neovici/cosmoz-grouped-list": "^4.0.7",
59
+ "@neovici/cosmoz-dropdown": "^2.0.0-beta.1",
60
+ "@neovici/cosmoz-grouped-list": "^5.0.0-beta.1",
61
61
  "@neovici/cosmoz-i18next": "^3.1.1",
62
- "@neovici/cosmoz-page-router": "^7.0.0 || ^8.0.0",
63
- "@neovici/cosmoz-utils": "^3.19.0",
62
+ "@neovici/cosmoz-page-router": "^9.0.0-beta.3",
63
+ "@neovici/cosmoz-utils": "^4.0.0-beta.2",
64
64
  "@neovici/nullxlsx": "^3.0.0",
65
65
  "@polymer/iron-icon": "^3.0.0",
66
66
  "@polymer/iron-icons": "^3.0.0",
@@ -71,15 +71,15 @@
71
71
  "@polymer/polymer": "^3.3.0",
72
72
  "@webcomponents/shadycss": "^1.10.0",
73
73
  "file-saver-es": "^2.0.0",
74
- "haunted": "^4.8.0",
75
- "lit-html": "^1.3.0"
74
+ "haunted": "^5.0.0",
75
+ "lit-html": "^2.0.0"
76
76
  },
77
77
  "devDependencies": {
78
78
  "@commitlint/cli": "^17.0.0",
79
79
  "@commitlint/config-conventional": "^17.0.0",
80
80
  "@neovici/cfg": "^1.13.0",
81
81
  "@neovici/cosmoz-viewinfo": "^3.1.0",
82
- "@open-wc/testing": "^2.5.28",
82
+ "@open-wc/testing": "^3.0.0",
83
83
  "@polymer/iron-test-helpers": "^3.0.0",
84
84
  "@polymer/paper-button": "^3.0.0",
85
85
  "@polymer/paper-item": "^3.0.0",