@neovici/cosmoz-omnitable 9.1.1-beta.1 → 10.0.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/cosmoz-omnitable-header-row.js +1 -1
- package/cosmoz-omnitable-item-row.js +1 -1
- package/lib/cosmoz-omnitable-amount-range-input.js +1 -1
- package/lib/cosmoz-omnitable-date-range-input.js +1 -1
- package/lib/cosmoz-omnitable-datetime-range-input.js +1 -1
- package/lib/cosmoz-omnitable-number-range-input.js +1 -1
- package/lib/cosmoz-omnitable-time-range-input.js +1 -1
- package/lib/settings/cosmoz-omnitable-group.js +1 -1
- package/lib/use-hash-state.js +2 -2
- package/package.json +18 -11
|
@@ -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 }) =>
|
package/lib/use-hash-state.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { useCallback, useState } from 'haunted';
|
|
2
|
-
import { navigate } from '@neovici/cosmoz-page-router
|
|
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": "
|
|
3
|
+
"version": "10.0.0",
|
|
4
4
|
"description": "[](https://travis-ci.org/Neovici/cosmoz-omnitable)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"web-components"
|
|
@@ -49,18 +49,25 @@
|
|
|
49
49
|
"commitlint": {
|
|
50
50
|
"extends": [
|
|
51
51
|
"@commitlint/config-conventional"
|
|
52
|
-
]
|
|
52
|
+
],
|
|
53
|
+
"rules": {
|
|
54
|
+
"body-max-line-length": [
|
|
55
|
+
1,
|
|
56
|
+
"always",
|
|
57
|
+
100
|
|
58
|
+
]
|
|
59
|
+
}
|
|
53
60
|
},
|
|
54
61
|
"dependencies": {
|
|
55
|
-
"@neovici/cosmoz-autocomplete": "^
|
|
56
|
-
"@neovici/cosmoz-bottom-bar": "^
|
|
62
|
+
"@neovici/cosmoz-autocomplete": "^4.0.0",
|
|
63
|
+
"@neovici/cosmoz-bottom-bar": "^6.0.0",
|
|
57
64
|
"@neovici/cosmoz-collapse": "^1.1.0",
|
|
58
65
|
"@neovici/cosmoz-datetime-input": "^3.0.3",
|
|
59
|
-
"@neovici/cosmoz-dropdown": "^
|
|
60
|
-
"@neovici/cosmoz-grouped-list": "^
|
|
66
|
+
"@neovici/cosmoz-dropdown": "^2.0.0",
|
|
67
|
+
"@neovici/cosmoz-grouped-list": "^5.0.0",
|
|
61
68
|
"@neovici/cosmoz-i18next": "^3.1.1",
|
|
62
|
-
"@neovici/cosmoz-page-router": "^
|
|
63
|
-
"@neovici/cosmoz-utils": "^
|
|
69
|
+
"@neovici/cosmoz-page-router": "^9.0.0",
|
|
70
|
+
"@neovici/cosmoz-utils": "^4.0.0",
|
|
64
71
|
"@neovici/nullxlsx": "^3.0.0",
|
|
65
72
|
"@polymer/iron-icon": "^3.0.0",
|
|
66
73
|
"@polymer/iron-icons": "^3.0.0",
|
|
@@ -71,15 +78,15 @@
|
|
|
71
78
|
"@polymer/polymer": "^3.3.0",
|
|
72
79
|
"@webcomponents/shadycss": "^1.10.0",
|
|
73
80
|
"file-saver-es": "^2.0.0",
|
|
74
|
-
"haunted": "^
|
|
75
|
-
"lit-html": "^
|
|
81
|
+
"haunted": "^5.0.0",
|
|
82
|
+
"lit-html": "^2.0.0"
|
|
76
83
|
},
|
|
77
84
|
"devDependencies": {
|
|
78
85
|
"@commitlint/cli": "^17.0.0",
|
|
79
86
|
"@commitlint/config-conventional": "^17.0.0",
|
|
80
87
|
"@neovici/cfg": "^1.13.0",
|
|
81
88
|
"@neovici/cosmoz-viewinfo": "^3.1.0",
|
|
82
|
-
"@open-wc/testing": "^
|
|
89
|
+
"@open-wc/testing": "^3.0.0",
|
|
83
90
|
"@polymer/iron-test-helpers": "^3.0.0",
|
|
84
91
|
"@polymer/paper-button": "^3.0.0",
|
|
85
92
|
"@polymer/paper-item": "^3.0.0",
|