@maplat/ui 0.11.11 → 0.12.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 CHANGED
@@ -20,6 +20,7 @@ Maplatは古地図/絵地図を歪める事なくGPSや正確な地図と連携
20
20
  - [ブラウザでのCDN利用](#ブラウザでのcdn利用)
21
21
  - [利用方法](#利用方法)
22
22
  - [ESM (EcmaScript Modules)](#esm-ecmascript-modules)
23
+ - [ライフサイクル](#ライフサイクル)
23
24
  - [APIドキュメント](#apiドキュメント)
24
25
  - [MaplatUi](#maplatui)
25
26
  - [静的メソッド](#静的メソッド)
@@ -97,6 +98,9 @@ pnpm add ol
97
98
 
98
99
  ## 利用方法
99
100
 
101
+ ## ライフサイクル
102
+ - フェーズや uiHooks については `docs/ui-core-lifecycle.ja.md` を参照してください。
103
+
100
104
  ### ESM (EcmaScript Modules)
101
105
  ```javascript
102
106
  import { MaplatUi } from '@maplat/ui';
package/README.md CHANGED
@@ -22,6 +22,7 @@ This project won Grand Prize / Educational Effectiveness Prize / Visitors Select
22
22
  - [Using CDN in Browser](#using-cdn-in-browser)
23
23
  - [Usage](#usage)
24
24
  - [ESM (EcmaScript Modules)](#esm-ecmascript-modules)
25
+ - [Lifecycle](#lifecycle)
25
26
  - [API Documentation](#api-documentation)
26
27
  - [MaplatUi](#maplatui)
27
28
  - [Static Methods](#static-methods)
@@ -99,6 +100,9 @@ For usage directly in the browser without a bundler, you must load OpenLayers be
99
100
 
100
101
  ## Usage
101
102
 
103
+ ## Lifecycle
104
+ - See `docs/ui-core-lifecycle.md` for lifecycle phases and uiHooks.
105
+
102
106
  ### ESM (EcmaScript Modules)
103
107
  ```javascript
104
108
  import { MaplatUi } from '@maplat/ui';
@@ -1,4 +1,4 @@
1
- import { c as U, g as z } from "./index-dwjwxaby.js";
1
+ import { c as U, g as z } from "./index-CqW0y3m3.js";
2
2
  function X(m, d) {
3
3
  for (var b = 0; b < d.length; b++) {
4
4
  const y = d[b];
@@ -0,0 +1,2 @@
1
+ declare const browserLanguage: () => string;
2
+ export default browserLanguage;