@wcstack/clipboard 1.26.0 → 1.28.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 -2
- package/package.json +1 -1
package/README.ja.md
CHANGED
|
@@ -199,7 +199,7 @@ DOM の autoTrigger は書き込み(`writeText`)のみを起動します。
|
|
|
199
199
|
|
|
200
200
|
> `readPermission` / `writePermission` は v1 では反映**しません** — 単一のステート名に
|
|
201
201
|
> マップできる boolean 派生 getter が無いためです(
|
|
202
|
-
> [async-io-node-guidelines.md](../../docs/async-io-node-guidelines.md) §4.2 参照)。
|
|
202
|
+
> [async-io-node-guidelines.ja.md](../../docs/async-io-node-guidelines.ja.md) §4.2 参照)。
|
|
203
203
|
> これらは従来どおり `data-wcs` でバインドしてください。
|
|
204
204
|
|
|
205
205
|
```css
|
|
@@ -272,7 +272,7 @@ clip.startMonitor();
|
|
|
272
272
|
clip.stopMonitor();
|
|
273
273
|
```
|
|
274
274
|
|
|
275
|
-
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-を直接束縛する要素なし) を参照。
|
|
275
|
+
Core の構造サーフェスは wcstack I/O ノード横断の規範です([async-io-node-guidelines §3.9](../../docs/async-io-node-guidelines.ja.md))。要素なしで signals に束縛するには [@wcstack/signals — Core を直接束縛する](../signals/README.ja.md#core-を直接束縛する要素なし) を参照。
|
|
276
276
|
|
|
277
277
|
## ライセンス
|
|
278
278
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wcstack/clipboard",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.28.0",
|
|
4
4
|
"description": "Declarative clipboard component for Web Components. Framework-agnostic Clipboard API primitive via wc-bindable-protocol.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.esm.js",
|