@lynx-js/web-core-server-canary 0.18.3 → 0.18.4-canary-20251111-eee83b60

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,5 +1,11 @@
1
1
  # @lynx-js/web-core-server
2
2
 
3
+ ## 0.18.4-canary-20251111085403-eee83b601f4626c0576e376047356906886e5b59
4
+
5
+ ### Patch Changes
6
+
7
+ - feat: builtinTagTransformMap add `'x-input-ng': 'x-input'` ([#1932](https://github.com/lynx-family/lynx-stack/pull/1932))
8
+
3
9
  ## 0.18.3
4
10
 
5
11
  ## 0.18.2
@@ -121,25 +127,25 @@
121
127
  lynxView.initI18nResources = [
122
128
  {
123
129
  options: {
124
- locale: 'en',
125
- channel: '1',
126
- fallback_url: '',
130
+ locale: "en",
131
+ channel: "1",
132
+ fallback_url: "",
127
133
  },
128
134
  resource: {
129
- hello: 'hello',
130
- lynx: 'lynx web platform1',
135
+ hello: "hello",
136
+ lynx: "lynx web platform1",
131
137
  },
132
138
  },
133
139
  ];
134
- lynxView.addEventListener('i18nResourceMissed', (e) => {
140
+ lynxView.addEventListener("i18nResourceMissed", (e) => {
135
141
  console.log(e);
136
142
  });
137
143
 
138
144
  // mts
139
145
  _I18nResourceTranslation({
140
- locale: 'en',
141
- channel: '1',
142
- fallback_url: '',
146
+ locale: "en",
147
+ channel: "1",
148
+ fallback_url: "",
143
149
  });
144
150
  ```
145
151
 
package/dist/index.js CHANGED
@@ -2863,7 +2863,8 @@ const builtinTagTransformMap = {
2863
2863
  image: 'x-image',
2864
2864
  list: 'x-list',
2865
2865
  svg: 'x-svg',
2866
- input: 'x-input'
2866
+ input: 'x-input',
2867
+ 'x-input-ng': 'x-input'
2867
2868
  };
2868
2869
  OffscreenElement.prototype.toJSON = function() {
2869
2870
  return {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/web-core-server-canary",
3
- "version": "0.18.3",
3
+ "version": "0.18.4-canary-20251111-eee83b60",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [],
@@ -27,9 +27,9 @@
27
27
  "rsbuild-plugin-publint": "0.3.3",
28
28
  "@lynx-js/offscreen-document": "npm:@lynx-js/offscreen-document-canary@0.1.4",
29
29
  "@lynx-js/web-elements-template": "npm:@lynx-js/web-elements-template-canary@0.8.10",
30
- "@lynx-js/web-mainthread-apis": "npm:@lynx-js/web-mainthread-apis-canary@0.18.3",
31
- "@lynx-js/web-worker-rpc": "npm:@lynx-js/web-worker-rpc-canary@0.18.3",
32
- "@lynx-js/web-constants": "npm:@lynx-js/web-constants-canary@0.18.3"
30
+ "@lynx-js/web-worker-rpc": "npm:@lynx-js/web-worker-rpc-canary@0.18.4-canary-20251111-eee83b60",
31
+ "@lynx-js/web-constants": "npm:@lynx-js/web-constants-canary@0.18.4-canary-20251111-eee83b60",
32
+ "@lynx-js/web-mainthread-apis": "npm:@lynx-js/web-mainthread-apis-canary@0.18.4-canary-20251111-eee83b60"
33
33
  },
34
34
  "scripts": {
35
35
  "build": "rslib build",