@lynx-js/web-elements-canary 0.8.10-canary-20251104-fa41cb5c → 0.8.10-canary-20251104-04f2c39c
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/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
# @lynx-js/web-elements
|
|
2
2
|
|
|
3
|
-
## 0.8.10-canary-
|
|
3
|
+
## 0.8.10-canary-20251104093621-04f2c39cc028d88b2bc694c32433747e9a468478
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
+
- fix: define x-foldview-slot-drag-ng typo. ([#1915](https://github.com/lynx-family/lynx-stack/pull/1915))
|
|
8
|
+
|
|
7
9
|
- feat: 1. Added support for the list `estimated-main-axis-size-px` property; the width and height of `list-item` are no longer required. ([#1911](https://github.com/lynx-family/lynx-stack/pull/1911))
|
|
8
10
|
|
|
9
11
|
2. Fixed an issue where the list `lower-threshold-item-count` event would not trigger when using a horizontal layout under a waterfall layout.
|
|
@@ -13,7 +15,7 @@
|
|
|
13
15
|
4. Fixed an issue where the `scrolltolower` event might not be triggered in waterfall, because the lower styles was not updated in `registerEventEnableStatusChangeHandler`.
|
|
14
16
|
|
|
15
17
|
- Updated dependencies []:
|
|
16
|
-
- @lynx-js/web-elements-template@0.8.10-canary-
|
|
18
|
+
- @lynx-js/web-elements-template@0.8.10-canary-20251104093621-04f2c39cc028d88b2bc694c32433747e9a468478
|
|
17
19
|
|
|
18
20
|
## 0.8.9
|
|
19
21
|
|
|
@@ -7,7 +7,7 @@ import { __esDecorate, __runInitializers } from "tslib";
|
|
|
7
7
|
import { Component } from '@lynx-js/web-elements-reactive';
|
|
8
8
|
import { CommonEventsAndMethods } from '../common/CommonEventsAndMethods.js';
|
|
9
9
|
let XFoldviewSlotDragNg = (() => {
|
|
10
|
-
let _classDecorators = [Component('x-
|
|
10
|
+
let _classDecorators = [Component('x-foldview-slot-drag-ng', [
|
|
11
11
|
CommonEventsAndMethods,
|
|
12
12
|
])];
|
|
13
13
|
let _classDescriptor;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lynx-js/web-elements-canary",
|
|
3
|
-
"version": "0.8.10-canary-20251104-
|
|
3
|
+
"version": "0.8.10-canary-20251104-04f2c39c",
|
|
4
4
|
"private": false,
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
],
|
|
102
102
|
"dependencies": {
|
|
103
103
|
"@lynx-js/web-elements-reactive": "npm:@lynx-js/web-elements-reactive-canary@0.2.2",
|
|
104
|
-
"@lynx-js/web-elements-template": "npm:@lynx-js/web-elements-template-canary@0.8.10-canary-20251104-
|
|
104
|
+
"@lynx-js/web-elements-template": "npm:@lynx-js/web-elements-template-canary@0.8.10-canary-20251104-04f2c39c"
|
|
105
105
|
},
|
|
106
106
|
"devDependencies": {
|
|
107
107
|
"tslib": "^2.8.1"
|
|
@@ -138,7 +138,7 @@ x-view,
|
|
|
138
138
|
scroll-view,
|
|
139
139
|
x-foldview-header-ng,
|
|
140
140
|
x-foldview-ng,
|
|
141
|
-
x-
|
|
141
|
+
x-foldview-slot-drag-ng,
|
|
142
142
|
x-foldview-slot-ng,
|
|
143
143
|
x-foldview-toolbar-ng,
|
|
144
144
|
x-refresh-footer,
|
|
@@ -188,7 +188,7 @@ list-item {
|
|
|
188
188
|
x-view,
|
|
189
189
|
x-foldview-header-ng,
|
|
190
190
|
x-foldview-ng,
|
|
191
|
-
x-
|
|
191
|
+
x-foldview-slot-drag-ng,
|
|
192
192
|
x-foldview-slot-ng,
|
|
193
193
|
x-foldview-toolbar-ng,
|
|
194
194
|
x-refresh-footer,
|