@wcstack/upload 1.22.6 → 1.23.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/README.ja.md +2 -0
- package/README.md +2 -0
- package/package.json +1 -1
package/README.ja.md
CHANGED
|
@@ -407,6 +407,8 @@ const result = await core.upload("/api/upload", files, {
|
|
|
407
407
|
|
|
408
408
|
`UploadCore` は同じ非同期状態をプロパティとして公開し、同じイベントを発火します。
|
|
409
409
|
|
|
410
|
+
Core の構造サーフェスは wcstack I/O ノード横断の規範です([async-io-node-guidelines §3.9](../../docs/async-io-node-guidelines.md))。要素なしで signals に束縛するには [@wcstack/signals — Core を直接束縛する](../signals/README.ja.md#core-を直接束縛する要素なし) を参照。
|
|
411
|
+
|
|
410
412
|
## 手動 bootstrap
|
|
411
413
|
|
|
412
414
|
```ts
|
package/README.md
CHANGED
|
@@ -409,6 +409,8 @@ const result = await core.upload("/api/upload", files, {
|
|
|
409
409
|
|
|
410
410
|
`UploadCore` exposes the same async state as properties and dispatches the same events.
|
|
411
411
|
|
|
412
|
+
The structural Core surface is normative across wcstack IO nodes ([async-io-node-guidelines §3.9](../../docs/async-io-node-guidelines.md)); to bind it into signals with no element at all, see [@wcstack/signals — Binding a Core directly](../signals/README.md#binding-a-core-directly-no-element).
|
|
413
|
+
|
|
412
414
|
## Manual bootstrap
|
|
413
415
|
|
|
414
416
|
```ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wcstack/upload",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.23.0",
|
|
4
4
|
"description": "Declarative file upload component for Web Components. Framework-agnostic upload with progress tracking via wc-bindable-protocol.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.esm.js",
|