@vaadin/bundles 23.0.4 → 23.0.7
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/node_modules_vaadin_vaadin-context-menu_vaadin-context-menu_js.js +23 -0
- package/node_modules_vaadin_vaadin-context-menu_vaadin-context-menu_js.js.map +1 -0
- package/node_modules_vaadin_vaadin-overlay_vaadin-overlay_js.js +22 -0
- package/node_modules_vaadin_vaadin-overlay_vaadin-overlay_js.js.map +1 -0
- package/node_modules_webcomponents_shadycss_src_interface_js.js +105 -0
- package/node_modules_webcomponents_shadycss_src_interface_js.js.map +1 -0
- package/package.json +119 -116
- package/vaadin-bundle.json +4967 -0
- package/vaadin.js +199730 -0
- package/vaadin.js.map +1 -0
- package/build.config.ts +0 -24
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
(self["webpackChunk_vaadin_bundles"] = self["webpackChunk_vaadin_bundles"] || []).push([["node_modules_vaadin_vaadin-context-menu_vaadin-context-menu_js"],{
|
|
2
|
+
|
|
3
|
+
/***/ "./node_modules/@vaadin/vaadin-context-menu/vaadin-context-menu.js":
|
|
4
|
+
/*!*************************************************************************!*\
|
|
5
|
+
!*** ./node_modules/@vaadin/vaadin-context-menu/vaadin-context-menu.js ***!
|
|
6
|
+
\*************************************************************************/
|
|
7
|
+
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
8
|
+
|
|
9
|
+
__webpack_require__.r(__webpack_exports__);
|
|
10
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
11
|
+
/* harmony export */ "ContextMenu": () => (/* reexport safe */ _src_vaadin_context_menu_js__WEBPACK_IMPORTED_MODULE_1__.ContextMenu),
|
|
12
|
+
/* harmony export */ "ContextMenuElement": () => (/* reexport safe */ _src_vaadin_context_menu_js__WEBPACK_IMPORTED_MODULE_1__.ContextMenuElement)
|
|
13
|
+
/* harmony export */ });
|
|
14
|
+
/* harmony import */ var _theme_lumo_vaadin_context_menu_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./theme/lumo/vaadin-context-menu.js */ "./node_modules/@vaadin/vaadin-context-menu/theme/lumo/vaadin-context-menu.js");
|
|
15
|
+
/* harmony import */ var _src_vaadin_context_menu_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./src/vaadin-context-menu.js */ "./node_modules/@vaadin/vaadin-context-menu/src/vaadin-context-menu.js");
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
/***/ })
|
|
21
|
+
|
|
22
|
+
}])
|
|
23
|
+
//# sourceMappingURL=node_modules_vaadin_vaadin-context-menu_vaadin-context-menu_js.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"node_modules_vaadin_vaadin-context-menu_vaadin-context-menu_js.js","mappings":";;;;;;;;;;;;;;;AAA6C;AACA","sources":["webpack://@vaadin/bundles/./node_modules/@vaadin/vaadin-context-menu/vaadin-context-menu.js"],"sourcesContent":["import './theme/lumo/vaadin-context-menu.js';\nexport * from './src/vaadin-context-menu.js';\n"],"names":[],"sourceRoot":""}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
(self["webpackChunk_vaadin_bundles"] = self["webpackChunk_vaadin_bundles"] || []).push([["node_modules_vaadin_vaadin-overlay_vaadin-overlay_js"],{
|
|
2
|
+
|
|
3
|
+
/***/ "./node_modules/@vaadin/vaadin-overlay/vaadin-overlay.js":
|
|
4
|
+
/*!***************************************************************!*\
|
|
5
|
+
!*** ./node_modules/@vaadin/vaadin-overlay/vaadin-overlay.js ***!
|
|
6
|
+
\***************************************************************/
|
|
7
|
+
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
8
|
+
|
|
9
|
+
__webpack_require__.r(__webpack_exports__);
|
|
10
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
11
|
+
/* harmony export */ "OverlayElement": () => (/* reexport safe */ _src_vaadin_overlay_js__WEBPACK_IMPORTED_MODULE_1__.OverlayElement)
|
|
12
|
+
/* harmony export */ });
|
|
13
|
+
/* harmony import */ var _theme_lumo_vaadin_overlay_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./theme/lumo/vaadin-overlay.js */ "./node_modules/@vaadin/vaadin-overlay/theme/lumo/vaadin-overlay.js");
|
|
14
|
+
/* harmony import */ var _src_vaadin_overlay_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./src/vaadin-overlay.js */ "./node_modules/@vaadin/vaadin-overlay/src/vaadin-overlay.js");
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
/***/ })
|
|
20
|
+
|
|
21
|
+
}])
|
|
22
|
+
//# sourceMappingURL=node_modules_vaadin_vaadin-overlay_vaadin-overlay_js.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"node_modules_vaadin_vaadin-overlay_vaadin-overlay_js.js","mappings":";;;;;;;;;;;;;;AAAwC;AACA","sources":["webpack://@vaadin/bundles/./node_modules/@vaadin/vaadin-overlay/vaadin-overlay.js"],"sourcesContent":["import './theme/lumo/vaadin-overlay.js';\nexport * from './src/vaadin-overlay.js';\n"],"names":[],"sourceRoot":""}
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
(self["webpackChunk_vaadin_bundles"] = self["webpackChunk_vaadin_bundles"] || []).push([["node_modules_webcomponents_shadycss_src_interface_js"],{
|
|
2
|
+
|
|
3
|
+
/***/ "./node_modules/@webcomponents/shadycss/src/interface.js":
|
|
4
|
+
/*!***************************************************************!*\
|
|
5
|
+
!*** ./node_modules/@webcomponents/shadycss/src/interface.js ***!
|
|
6
|
+
\***************************************************************/
|
|
7
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8
|
+
|
|
9
|
+
__webpack_require__.r(__webpack_exports__);
|
|
10
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
11
|
+
/* harmony export */ "prepareTemplate": () => (/* binding */ prepareTemplate),
|
|
12
|
+
/* harmony export */ "styleElement": () => (/* binding */ styleElement),
|
|
13
|
+
/* harmony export */ "styleSubtree": () => (/* binding */ styleSubtree)
|
|
14
|
+
/* harmony export */ });
|
|
15
|
+
/**
|
|
16
|
+
* @license
|
|
17
|
+
* Copyright (c) 2020 The Polymer Project Authors. All rights reserved.
|
|
18
|
+
* This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
|
|
19
|
+
* The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
|
|
20
|
+
* The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
|
|
21
|
+
* Code distributed by Google as part of the polymer project is also
|
|
22
|
+
* subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
|
23
|
+
*/
|
|
24
|
+
function setProperties(element, properties) {
|
|
25
|
+
const style = element.style;
|
|
26
|
+
for (const [propertyName, value] of Object.entries(properties)) {
|
|
27
|
+
style.setProperty(propertyName, value);
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* True if the ShadyCSS scoped style polyfill is loaded and active.
|
|
32
|
+
*
|
|
33
|
+
* Note that the other functions in this module are safe to call even if the
|
|
34
|
+
* polyfills are not loaded.
|
|
35
|
+
*/
|
|
36
|
+
function scopedStylesArePolyfilled() {
|
|
37
|
+
return (window.ShadyCSS !== undefined && window.ShadyCSS.nativeShadow === false);
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* True if the ShadyCSS custom properties polyfill is loaded and active.
|
|
41
|
+
*
|
|
42
|
+
* Note that the other functions in this module are safe to call even if the
|
|
43
|
+
* polyfills are not loaded.
|
|
44
|
+
*/
|
|
45
|
+
function customPropertiesArePolyfilled() {
|
|
46
|
+
return window.ShadyCSS !== undefined && window.ShadyCSS.nativeCss === false;
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* Prepare the given custom element template for use with the ShadyCSS style
|
|
50
|
+
* scoping polyfill. You only need to do this once per template.
|
|
51
|
+
*
|
|
52
|
+
* If ShadyCSS is not active, then this function does nothing.
|
|
53
|
+
*
|
|
54
|
+
* If ShadyCSS is active, then after styleElement is called on the first
|
|
55
|
+
* instance of this element, <style> tags within this template will be moved to
|
|
56
|
+
* the <head> and re-written to use globally scoped rules that emulate scoped
|
|
57
|
+
* behavior.
|
|
58
|
+
*
|
|
59
|
+
* Note that LitElement and Polymer Library users do not typically need to call
|
|
60
|
+
* this function, because it is called automatically.
|
|
61
|
+
*/
|
|
62
|
+
function prepareTemplate(template, customElementName) {
|
|
63
|
+
if (scopedStylesArePolyfilled()) {
|
|
64
|
+
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
65
|
+
window.ShadyCSS.prepareTemplate(template, customElementName);
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
/**
|
|
69
|
+
* Activate scoped styles for the given element instance. This function should
|
|
70
|
+
* typically be called inside connectedCallback. The template of this element
|
|
71
|
+
* class must already have been registered with prepareTemplate.
|
|
72
|
+
*
|
|
73
|
+
* If ShadyCSS is not active, then this function does nothing.
|
|
74
|
+
*
|
|
75
|
+
* Note that LitElement and Polymer Library users do not typically need to call
|
|
76
|
+
* this function, because it is called automatically.
|
|
77
|
+
*/
|
|
78
|
+
function styleElement(element) {
|
|
79
|
+
if (scopedStylesArePolyfilled()) {
|
|
80
|
+
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
81
|
+
window.ShadyCSS.styleElement(element);
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
/**
|
|
85
|
+
* Propagate CSS custom properties on this element to all descendant shadow
|
|
86
|
+
* roots, and optionally set new ones.
|
|
87
|
+
*
|
|
88
|
+
* Uses ShadyCSS custom property emulation if the polyfill is active, otherwise
|
|
89
|
+
* calls native style.setProperty.
|
|
90
|
+
*/
|
|
91
|
+
function styleSubtree(element, properties) {
|
|
92
|
+
if (customPropertiesArePolyfilled()) {
|
|
93
|
+
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
94
|
+
window.ShadyCSS.styleSubtree(element, properties);
|
|
95
|
+
}
|
|
96
|
+
else if (properties != null) {
|
|
97
|
+
setProperties(element, properties);
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
//# sourceMappingURL=interface.js.map
|
|
101
|
+
|
|
102
|
+
/***/ })
|
|
103
|
+
|
|
104
|
+
}])
|
|
105
|
+
//# sourceMappingURL=node_modules_webcomponents_shadycss_src_interface_js.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"node_modules_webcomponents_shadycss_src_interface_js.js","mappings":";;;;;;;;;;;;;;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACO;AACP;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACO;AACP;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACO;AACP;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","sources":["webpack://@vaadin/bundles/./node_modules/@webcomponents/shadycss/src/interface.js"],"sourcesContent":["/**\n * @license\n * Copyright (c) 2020 The Polymer Project Authors. All rights reserved.\n * This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt\n * The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt\n * The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt\n * Code distributed by Google as part of the polymer project is also\n * subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt\n */\nfunction setProperties(element, properties) {\n const style = element.style;\n for (const [propertyName, value] of Object.entries(properties)) {\n style.setProperty(propertyName, value);\n }\n}\n/**\n * True if the ShadyCSS scoped style polyfill is loaded and active.\n *\n * Note that the other functions in this module are safe to call even if the\n * polyfills are not loaded.\n */\nfunction scopedStylesArePolyfilled() {\n return (window.ShadyCSS !== undefined && window.ShadyCSS.nativeShadow === false);\n}\n/**\n * True if the ShadyCSS custom properties polyfill is loaded and active.\n *\n * Note that the other functions in this module are safe to call even if the\n * polyfills are not loaded.\n */\nfunction customPropertiesArePolyfilled() {\n return window.ShadyCSS !== undefined && window.ShadyCSS.nativeCss === false;\n}\n/**\n * Prepare the given custom element template for use with the ShadyCSS style\n * scoping polyfill. You only need to do this once per template.\n *\n * If ShadyCSS is not active, then this function does nothing.\n *\n * If ShadyCSS is active, then after styleElement is called on the first\n * instance of this element, <style> tags within this template will be moved to\n * the <head> and re-written to use globally scoped rules that emulate scoped\n * behavior.\n *\n * Note that LitElement and Polymer Library users do not typically need to call\n * this function, because it is called automatically.\n */\nexport function prepareTemplate(template, customElementName) {\n if (scopedStylesArePolyfilled()) {\n // eslint-disable-next-line @typescript-eslint/no-non-null-assertion\n window.ShadyCSS.prepareTemplate(template, customElementName);\n }\n}\n/**\n * Activate scoped styles for the given element instance. This function should\n * typically be called inside connectedCallback. The template of this element\n * class must already have been registered with prepareTemplate.\n *\n * If ShadyCSS is not active, then this function does nothing.\n *\n * Note that LitElement and Polymer Library users do not typically need to call\n * this function, because it is called automatically.\n */\nexport function styleElement(element) {\n if (scopedStylesArePolyfilled()) {\n // eslint-disable-next-line @typescript-eslint/no-non-null-assertion\n window.ShadyCSS.styleElement(element);\n }\n}\n/**\n * Propagate CSS custom properties on this element to all descendant shadow\n * roots, and optionally set new ones.\n *\n * Uses ShadyCSS custom property emulation if the polyfill is active, otherwise\n * calls native style.setProperty.\n */\nexport function styleSubtree(element, properties) {\n if (customPropertiesArePolyfilled()) {\n // eslint-disable-next-line @typescript-eslint/no-non-null-assertion\n window.ShadyCSS.styleSubtree(element, properties);\n }\n else if (properties != null) {\n setProperties(element, properties);\n }\n}\n//# sourceMappingURL=interface.js.map"],"names":[],"sourceRoot":""}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vaadin/bundles",
|
|
3
|
-
"version": "23.0.
|
|
3
|
+
"version": "23.0.7",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -36,6 +36,7 @@
|
|
|
36
36
|
},
|
|
37
37
|
"homepage": "https://github.com/vaadin/platform#readme",
|
|
38
38
|
"devDependencies": {
|
|
39
|
+
"@lit/reactive-element": "./src/fake-modules/@lit/reactive-element",
|
|
39
40
|
"@polymer/iron-icon": "3.0.1",
|
|
40
41
|
"@polymer/iron-iconset-svg": "3.0.1",
|
|
41
42
|
"@polymer/iron-media-query": "3.0.1",
|
|
@@ -47,68 +48,70 @@
|
|
|
47
48
|
"@types/chai": "^4.2.11",
|
|
48
49
|
"@types/mocha": "^9.1.0",
|
|
49
50
|
"@types/node": "^17.0.19",
|
|
50
|
-
"@vaadin/accordion": "23.0.
|
|
51
|
-
"@vaadin/app-layout": "23.0.
|
|
52
|
-
"@vaadin/avatar-group": "23.0.
|
|
53
|
-
"@vaadin/avatar": "23.0.
|
|
54
|
-
"@vaadin/board": "23.0.
|
|
55
|
-
"@vaadin/button": "23.0.
|
|
56
|
-
"@vaadin/charts": "23.0.
|
|
57
|
-
"@vaadin/checkbox-group": "23.0.
|
|
58
|
-
"@vaadin/checkbox": "23.0.
|
|
59
|
-
"@vaadin/combo-box": "23.0.
|
|
60
|
-
"@vaadin/component-base": "23.0.
|
|
61
|
-
"@vaadin/confirm-dialog": "23.0.
|
|
62
|
-
"@vaadin/context-menu": "23.0.
|
|
63
|
-
"@vaadin/cookie-consent": "23.0.
|
|
64
|
-
"@vaadin/crud": "23.0.
|
|
65
|
-
"@vaadin/custom-field": "23.0.
|
|
66
|
-
"@vaadin/date-picker": "23.0.
|
|
67
|
-
"@vaadin/date-time-picker": "23.0.
|
|
68
|
-
"@vaadin/details": "23.0.
|
|
69
|
-
"@vaadin/dialog": "23.0.
|
|
70
|
-
"@vaadin/email-field": "23.0.
|
|
71
|
-
"@vaadin/field-base": "23.0.
|
|
72
|
-
"@vaadin/field-highlighter": "23.0.
|
|
73
|
-
"@vaadin/form-layout": "23.0.
|
|
74
|
-
"@vaadin/grid-pro": "23.0.
|
|
75
|
-
"@vaadin/grid": "23.0.
|
|
76
|
-
"@vaadin/horizontal-layout": "23.0.
|
|
77
|
-
"@vaadin/icon": "23.0.
|
|
78
|
-
"@vaadin/icons": "23.0.
|
|
79
|
-
"@vaadin/input-container": "23.0.
|
|
80
|
-
"@vaadin/integer-field": "23.0.
|
|
81
|
-
"@vaadin/item": "23.0.
|
|
82
|
-
"@vaadin/list-box": "23.0.
|
|
83
|
-
"@vaadin/login": "23.0.
|
|
84
|
-
"@vaadin/map": "23.0.
|
|
85
|
-
"@vaadin/menu-bar": "23.0.
|
|
86
|
-
"@vaadin/message-input": "23.0.
|
|
87
|
-
"@vaadin/message-list": "23.0.
|
|
88
|
-
"@vaadin/notification": "23.0.
|
|
89
|
-
"@vaadin/number-field": "23.0.
|
|
90
|
-
"@vaadin/password-field": "23.0.
|
|
91
|
-
"@vaadin/polymer-legacy-adapter": "23.0.
|
|
92
|
-
"@vaadin/progress-bar": "23.0.
|
|
93
|
-
"@vaadin/radio-group": "23.0.
|
|
94
|
-
"@vaadin/rich-text-editor": "23.0.
|
|
95
|
-
"@vaadin/scroller": "23.0.
|
|
96
|
-
"@vaadin/select": "23.0.
|
|
97
|
-
"@vaadin/split-layout": "23.0.
|
|
98
|
-
"@vaadin/tabs": "23.0.
|
|
99
|
-
"@vaadin/text-area": "23.0.
|
|
100
|
-
"@vaadin/text-field": "23.0.
|
|
101
|
-
"@vaadin/time-picker": "23.0.
|
|
102
|
-
"@vaadin/upload": "23.0.
|
|
103
|
-
"@vaadin/vaadin-lumo-styles": "23.0.4",
|
|
104
|
-
"@vaadin/vaadin-list-mixin": "23.0.4",
|
|
105
|
-
"@vaadin/vaadin-themable-mixin": "23.0.4",
|
|
51
|
+
"@vaadin/accordion": "23.0.7",
|
|
52
|
+
"@vaadin/app-layout": "23.0.7",
|
|
53
|
+
"@vaadin/avatar-group": "23.0.7",
|
|
54
|
+
"@vaadin/avatar": "23.0.7",
|
|
55
|
+
"@vaadin/board": "23.0.7",
|
|
56
|
+
"@vaadin/button": "23.0.7",
|
|
57
|
+
"@vaadin/charts": "23.0.7",
|
|
58
|
+
"@vaadin/checkbox-group": "23.0.7",
|
|
59
|
+
"@vaadin/checkbox": "23.0.7",
|
|
60
|
+
"@vaadin/combo-box": "23.0.7",
|
|
61
|
+
"@vaadin/component-base": "23.0.7",
|
|
62
|
+
"@vaadin/confirm-dialog": "23.0.7",
|
|
63
|
+
"@vaadin/context-menu": "23.0.7",
|
|
64
|
+
"@vaadin/cookie-consent": "23.0.7",
|
|
65
|
+
"@vaadin/crud": "23.0.7",
|
|
66
|
+
"@vaadin/custom-field": "23.0.7",
|
|
67
|
+
"@vaadin/date-picker": "23.0.7",
|
|
68
|
+
"@vaadin/date-time-picker": "23.0.7",
|
|
69
|
+
"@vaadin/details": "23.0.7",
|
|
70
|
+
"@vaadin/dialog": "23.0.7",
|
|
71
|
+
"@vaadin/email-field": "23.0.7",
|
|
72
|
+
"@vaadin/field-base": "23.0.7",
|
|
73
|
+
"@vaadin/field-highlighter": "23.0.7",
|
|
74
|
+
"@vaadin/form-layout": "23.0.7",
|
|
75
|
+
"@vaadin/grid-pro": "23.0.7",
|
|
76
|
+
"@vaadin/grid": "23.0.7",
|
|
77
|
+
"@vaadin/horizontal-layout": "23.0.7",
|
|
78
|
+
"@vaadin/icon": "23.0.7",
|
|
79
|
+
"@vaadin/icons": "23.0.7",
|
|
80
|
+
"@vaadin/input-container": "23.0.7",
|
|
81
|
+
"@vaadin/integer-field": "23.0.7",
|
|
82
|
+
"@vaadin/item": "23.0.7",
|
|
83
|
+
"@vaadin/list-box": "23.0.7",
|
|
84
|
+
"@vaadin/login": "23.0.7",
|
|
85
|
+
"@vaadin/map": "23.0.7",
|
|
86
|
+
"@vaadin/menu-bar": "23.0.7",
|
|
87
|
+
"@vaadin/message-input": "23.0.7",
|
|
88
|
+
"@vaadin/message-list": "23.0.7",
|
|
89
|
+
"@vaadin/notification": "23.0.7",
|
|
90
|
+
"@vaadin/number-field": "23.0.7",
|
|
91
|
+
"@vaadin/password-field": "23.0.7",
|
|
92
|
+
"@vaadin/polymer-legacy-adapter": "23.0.7",
|
|
93
|
+
"@vaadin/progress-bar": "23.0.7",
|
|
94
|
+
"@vaadin/radio-group": "23.0.7",
|
|
95
|
+
"@vaadin/rich-text-editor": "23.0.7",
|
|
96
|
+
"@vaadin/scroller": "23.0.7",
|
|
97
|
+
"@vaadin/select": "23.0.7",
|
|
98
|
+
"@vaadin/split-layout": "23.0.7",
|
|
99
|
+
"@vaadin/tabs": "23.0.7",
|
|
100
|
+
"@vaadin/text-area": "23.0.7",
|
|
101
|
+
"@vaadin/text-field": "23.0.7",
|
|
102
|
+
"@vaadin/time-picker": "23.0.7",
|
|
103
|
+
"@vaadin/upload": "23.0.7",
|
|
106
104
|
"@vaadin/vaadin-development-mode-detector": "^2.0.0",
|
|
105
|
+
"@vaadin/vaadin-lumo-styles": "23.0.7",
|
|
106
|
+
"@vaadin/vaadin-list-mixin": "23.0.7",
|
|
107
|
+
"@vaadin/vaadin-themable-mixin": "23.0.7",
|
|
107
108
|
"@vaadin/vaadin-usage-statistics": "^2.1.0",
|
|
108
|
-
"@vaadin/virtual-list": "23.0.
|
|
109
|
-
"@vaadin/vertical-layout": "23.0.
|
|
109
|
+
"@vaadin/virtual-list": "23.0.7",
|
|
110
|
+
"@vaadin/vertical-layout": "23.0.7",
|
|
110
111
|
"chai": "^4.3.4",
|
|
111
112
|
"lit": "2.1.4",
|
|
113
|
+
"lit-html": "./src/fake-modules/lit-html",
|
|
114
|
+
"lit-element": "./src/fake-modules/lit-element",
|
|
112
115
|
"mocha": "^9.2.0",
|
|
113
116
|
"rollup": "^2.66.1",
|
|
114
117
|
"ts-node": "^10.5.0",
|
|
@@ -124,66 +127,66 @@
|
|
|
124
127
|
"@polymer/iron-media-query": "3.0.1",
|
|
125
128
|
"@polymer/iron-meta": "3.0.1",
|
|
126
129
|
"@polymer/polymer": "3.4.1",
|
|
127
|
-
"@vaadin/accordion": "23.0.
|
|
128
|
-
"@vaadin/app-layout": "23.0.
|
|
129
|
-
"@vaadin/avatar": "23.0.
|
|
130
|
-
"@vaadin/avatar-group": "23.0.
|
|
131
|
-
"@vaadin/board": "23.0.
|
|
132
|
-
"@vaadin/button": "23.0.
|
|
133
|
-
"@vaadin/charts": "23.0.
|
|
134
|
-
"@vaadin/checkbox": "23.0.
|
|
135
|
-
"@vaadin/checkbox-group": "23.0.
|
|
136
|
-
"@vaadin/combo-box": "23.0.
|
|
137
|
-
"@vaadin/component-base": "23.0.
|
|
138
|
-
"@vaadin/confirm-dialog": "23.0.
|
|
139
|
-
"@vaadin/context-menu": "23.0.
|
|
140
|
-
"@vaadin/cookie-consent": "23.0.
|
|
141
|
-
"@vaadin/crud": "23.0.
|
|
142
|
-
"@vaadin/custom-field": "23.0.
|
|
143
|
-
"@vaadin/date-picker": "23.0.
|
|
144
|
-
"@vaadin/date-time-picker": "23.0.
|
|
145
|
-
"@vaadin/details": "23.0.
|
|
146
|
-
"@vaadin/dialog": "23.0.
|
|
147
|
-
"@vaadin/email-field": "23.0.
|
|
148
|
-
"@vaadin/field-base": "23.0.
|
|
149
|
-
"@vaadin/form-layout": "23.0.
|
|
150
|
-
"@vaadin/grid": "23.0.
|
|
151
|
-
"@vaadin/grid-pro": "23.0.
|
|
152
|
-
"@vaadin/horizontal-layout": "23.0.
|
|
153
|
-
"@vaadin/icon": "23.0.
|
|
154
|
-
"@vaadin/icons": "23.0.
|
|
155
|
-
"@vaadin/input-container": "23.0.
|
|
156
|
-
"@vaadin/integer-field": "23.0.
|
|
157
|
-
"@vaadin/item": "23.0.
|
|
158
|
-
"@vaadin/list-box": "23.0.
|
|
159
|
-
"@vaadin/login": "23.0.
|
|
160
|
-
"@vaadin/menu-bar": "23.0.
|
|
161
|
-
"@vaadin/message-input": "23.0.
|
|
162
|
-
"@vaadin/message-list": "23.0.
|
|
163
|
-
"@vaadin/notification": "23.0.
|
|
164
|
-
"@vaadin/number-field": "23.0.
|
|
165
|
-
"@vaadin/password-field": "23.0.
|
|
166
|
-
"@vaadin/progress-bar": "23.0.
|
|
167
|
-
"@vaadin/radio-group": "23.0.
|
|
168
|
-
"@vaadin/rich-text-editor": "23.0.
|
|
169
|
-
"@vaadin/scroller": "23.0.
|
|
170
|
-
"@vaadin/select": "23.0.
|
|
171
|
-
"@vaadin/split-layout": "23.0.
|
|
172
|
-
"@vaadin/tabs": "23.0.
|
|
173
|
-
"@vaadin/text-area": "23.0.
|
|
174
|
-
"@vaadin/text-field": "23.0.
|
|
175
|
-
"@vaadin/time-picker": "23.0.
|
|
176
|
-
"@vaadin/upload": "23.0.
|
|
177
|
-
"@vaadin/vaadin-context-menu": "23.0.
|
|
130
|
+
"@vaadin/accordion": "23.0.7",
|
|
131
|
+
"@vaadin/app-layout": "23.0.7",
|
|
132
|
+
"@vaadin/avatar": "23.0.7",
|
|
133
|
+
"@vaadin/avatar-group": "23.0.7",
|
|
134
|
+
"@vaadin/board": "23.0.7",
|
|
135
|
+
"@vaadin/button": "23.0.7",
|
|
136
|
+
"@vaadin/charts": "23.0.7",
|
|
137
|
+
"@vaadin/checkbox": "23.0.7",
|
|
138
|
+
"@vaadin/checkbox-group": "23.0.7",
|
|
139
|
+
"@vaadin/combo-box": "23.0.7",
|
|
140
|
+
"@vaadin/component-base": "23.0.7",
|
|
141
|
+
"@vaadin/confirm-dialog": "23.0.7",
|
|
142
|
+
"@vaadin/context-menu": "23.0.7",
|
|
143
|
+
"@vaadin/cookie-consent": "23.0.7",
|
|
144
|
+
"@vaadin/crud": "23.0.7",
|
|
145
|
+
"@vaadin/custom-field": "23.0.7",
|
|
146
|
+
"@vaadin/date-picker": "23.0.7",
|
|
147
|
+
"@vaadin/date-time-picker": "23.0.7",
|
|
148
|
+
"@vaadin/details": "23.0.7",
|
|
149
|
+
"@vaadin/dialog": "23.0.7",
|
|
150
|
+
"@vaadin/email-field": "23.0.7",
|
|
151
|
+
"@vaadin/field-base": "23.0.7",
|
|
152
|
+
"@vaadin/form-layout": "23.0.7",
|
|
153
|
+
"@vaadin/grid": "23.0.7",
|
|
154
|
+
"@vaadin/grid-pro": "23.0.7",
|
|
155
|
+
"@vaadin/horizontal-layout": "23.0.7",
|
|
156
|
+
"@vaadin/icon": "23.0.7",
|
|
157
|
+
"@vaadin/icons": "23.0.7",
|
|
158
|
+
"@vaadin/input-container": "23.0.7",
|
|
159
|
+
"@vaadin/integer-field": "23.0.7",
|
|
160
|
+
"@vaadin/item": "23.0.7",
|
|
161
|
+
"@vaadin/list-box": "23.0.7",
|
|
162
|
+
"@vaadin/login": "23.0.7",
|
|
163
|
+
"@vaadin/menu-bar": "23.0.7",
|
|
164
|
+
"@vaadin/message-input": "23.0.7",
|
|
165
|
+
"@vaadin/message-list": "23.0.7",
|
|
166
|
+
"@vaadin/notification": "23.0.7",
|
|
167
|
+
"@vaadin/number-field": "23.0.7",
|
|
168
|
+
"@vaadin/password-field": "23.0.7",
|
|
169
|
+
"@vaadin/progress-bar": "23.0.7",
|
|
170
|
+
"@vaadin/radio-group": "23.0.7",
|
|
171
|
+
"@vaadin/rich-text-editor": "23.0.7",
|
|
172
|
+
"@vaadin/scroller": "23.0.7",
|
|
173
|
+
"@vaadin/select": "23.0.7",
|
|
174
|
+
"@vaadin/split-layout": "23.0.7",
|
|
175
|
+
"@vaadin/tabs": "23.0.7",
|
|
176
|
+
"@vaadin/text-area": "23.0.7",
|
|
177
|
+
"@vaadin/text-field": "23.0.7",
|
|
178
|
+
"@vaadin/time-picker": "23.0.7",
|
|
179
|
+
"@vaadin/upload": "23.0.7",
|
|
180
|
+
"@vaadin/vaadin-context-menu": "23.0.7",
|
|
178
181
|
"@vaadin/vaadin-development-mode-detector": "2.0.5",
|
|
179
182
|
"@vaadin/vaadin-license-checker": "2.1.2",
|
|
180
|
-
"@vaadin/vaadin-list-mixin": "23.0.
|
|
181
|
-
"@vaadin/vaadin-lumo-styles": "23.0.
|
|
182
|
-
"@vaadin/vaadin-overlay": "23.0.
|
|
183
|
-
"@vaadin/vaadin-themable-mixin": "23.0.
|
|
183
|
+
"@vaadin/vaadin-list-mixin": "23.0.7",
|
|
184
|
+
"@vaadin/vaadin-lumo-styles": "23.0.7",
|
|
185
|
+
"@vaadin/vaadin-overlay": "23.0.7",
|
|
186
|
+
"@vaadin/vaadin-themable-mixin": "23.0.7",
|
|
184
187
|
"@vaadin/vaadin-usage-statistics": "2.1.2",
|
|
185
|
-
"@vaadin/vertical-layout": "23.0.
|
|
186
|
-
"@vaadin/virtual-list": "23.0.
|
|
188
|
+
"@vaadin/vertical-layout": "23.0.7",
|
|
189
|
+
"@vaadin/virtual-list": "23.0.7",
|
|
187
190
|
"@webcomponents/shadycss": "1.11.0",
|
|
188
191
|
"cookieconsent": "3.1.1",
|
|
189
192
|
"highcharts": "9.2.2",
|