Skip to content

Commit 594ccb3

Browse files
committed
Add spellcheck exceptions
1 parent a0dc406 commit 594ccb3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+6272
-7847
lines changed

cspell.json

Lines changed: 32 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,32 @@
1-
{
2-
"dictionaries": ["custom-words"],
3-
"dictionaryDefinitions": [
4-
{
5-
"name": "custom-words",
6-
"path": "./cspell-wordlist.txt",
7-
"addWords": true
8-
}
9-
],
10-
"ignoreRegExpList": [
11-
"/(```+)[\\s\\S]+?\\1/g",
12-
"`([^`]*)`",
13-
"/:[a-zA-Z0-9-_\\+]+:/g"
14-
],
15-
"ignorePaths": [
16-
"docs/cli",
17-
"docs/native",
18-
"versioned_docs/**/api",
19-
"versioned_docs/**/cli",
20-
"versioned_docs/**/native",
21-
"node_modules"
22-
],
23-
"flagWords": [
24-
"hte"
25-
]
26-
}
1+
{
2+
"dictionaries": ["custom-words"],
3+
"dictionaryDefinitions": [
4+
{
5+
"name": "custom-words",
6+
"path": "./cspell-wordlist.txt",
7+
"addWords": true
8+
}
9+
],
10+
"ignoreRegExpList": [
11+
"/(```+)[\\s\\S]+?\\1/g",
12+
"`([^`]*)`",
13+
"/:[a-zA-Z0-9-_\\+]+:/g"
14+
],
15+
"ignorePaths": [
16+
"docs/cli",
17+
"docs/native",
18+
"versioned_docs/**/api",
19+
"versioned_docs/**/cli",
20+
"versioned_docs/**/native",
21+
"node_modules"
22+
],
23+
"flagWords": [
24+
"hte"
25+
],
26+
"words": [
27+
"tappable",
28+
"Overscroll",
29+
"expressjs",
30+
"browserslistrc"
31+
]
32+
}
Lines changed: 41 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -1,100 +1,81 @@
11
---
2-
title: "ion-accordion-group"
2+
title: 'ion-accordion-group'
33
---
4+
45
import Tabs from '@theme/Tabs';
56
import TabItem from '@theme/TabItem';
67

7-
8-
98
import EncapsulationPill from '@components/page/api/EncapsulationPill';
109

1110
<EncapsulationPill type="shadow" />
1211

13-
14-
1512
## Properties
1613

17-
1814
### animated
1915

20-
| | |
21-
| --- | --- |
16+
| | |
17+
| --------------- | -------------------------------------------------------------------------------------------------------- |
2218
| **Description** | `true`の場合、アコーディオングループ内のすべてのアコーディオンが拡大・縮小時にアニメーションを行います。 |
23-
| **Attribute** | `animated` |
24-
| **Type** | `boolean` |
25-
| **Default** | `true` |
26-
27-
19+
| **Attribute** | `animated` |
20+
| **Type** | `boolean` |
21+
| **Default** | `true` |
2822

2923
### disabled
3024

31-
| | |
32-
| --- | --- |
25+
| | |
26+
| --------------- | ---------------------------------------------------------------- |
3327
| **Description** | `true`の場合、アコーディオングループと対話することができません。 |
34-
| **Attribute** | `disabled` |
35-
| **Type** | `boolean` |
36-
| **Default** | `false` |
37-
38-
28+
| **Attribute** | `disabled` |
29+
| **Type** | `boolean` |
30+
| **Default** | `false` |
3931

4032
### expand
4133

42-
| | |
43-
| --- | --- |
34+
| | |
35+
| --------------- | --------------------------------------------------------------------------------------------------------------------- |
4436
| **Description** | 各アコーディオンの拡張動作を記述します。指定可能な値は `"compact"``"inset"` です。デフォルトは `"compact"` です。 |
45-
| **Attribute** | `expand` |
46-
| **Type** | `"compact" \| "inset"` |
47-
| **Default** | `'compact'` |
48-
49-
37+
| **Attribute** | `expand` |
38+
| **Type** | `"compact" \| "inset"` |
39+
| **Default** | `'compact'` |
5040

5141
### mode
5242

53-
| | |
54-
| --- | --- |
55-
| **Description** | modeは、どのプラットフォームのスタイルを使用するかを決定します。 |
56-
| **Attribute** | `mode` |
57-
| **Type** | `"ios" \| "md"` |
58-
| **Default** | `undefined` |
59-
60-
43+
| | |
44+
| --------------- | ----------------------------------------------------------------- |
45+
| **Description** | mode は、どのプラットフォームのスタイルを使用するかを決定します。 |
46+
| **Attribute** | `mode` |
47+
| **Type** | `"ios" \| "md"` |
48+
| **Default** | `undefined` |
6149

6250
### multiple
6351

64-
| | |
65-
| --- | --- |
52+
| | |
53+
| --------------- | -------------------------------------------------------------------------------------------------------- |
6654
| **Description** | `true`の場合、アコーディオングループは複数のアコーディオンコンポーネントを同時に展開することができます。 |
67-
| **Attribute** | `multiple` |
68-
| **Type** | `boolean \| undefined` |
69-
| **Default** | `undefined` |
70-
71-
55+
| **Attribute** | `multiple` |
56+
| **Type** | `boolean \| undefined` |
57+
| **Default** | `undefined` |
7258

7359
### readonly
7460

75-
| | |
76-
| --- | --- |
61+
| | |
62+
| --------------- | ------------------------------------------------------------------------------------------------ |
7763
| **Description** | `true`の場合、アコーディオングループはインタラクティブに操作できないが、不透明度は変更されない。 |
78-
| **Attribute** | `readonly` |
79-
| **Type** | `boolean` |
80-
| **Default** | `false` |
81-
82-
64+
| **Attribute** | `readonly` |
65+
| **Type** | `boolean` |
66+
| **Default** | `false` |
8367

8468
### value
8569

86-
| | |
87-
| --- | --- |
70+
| | |
71+
| --------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
8872
| **Description** | アコーディオングループの値です。これは、どのアコーディオンを展開するかを制御します。これは、`multiple="true"`のときだけ、文字列の配列でなければなりません。 |
89-
| **Attribute** | `value` |
90-
| **Type** | `null \| string \| string[] \| undefined` |
91-
| **Default** | `undefined` |
92-
93-
73+
| **Attribute** | `value` |
74+
| **Type** | `null \| string \| string[] \| undefined` |
75+
| **Default** | `undefined` |
9476

9577
## Events
9678

97-
| Name | Description |
98-
| --- | --- |
99-
| `ionChange` | valueプロパティがクリックなどのユーザーアクションによって変更されたときに発行される。 プログラムで `value` プロパティを設定した場合には、このイベントは発生しない。 |
100-
79+
| Name | Description |
80+
| ----------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
81+
| `ionChange` | value プロパティがクリックなどのユーザーアクションによって変更されたときに発行される。 プログラムで `value` プロパティを設定した場合には、このイベントは発生しない。 |
Lines changed: 44 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1,102 +1,89 @@
11
---
2-
title: "ion-accordion"
2+
title: 'ion-accordion'
33
---
4+
45
import Tabs from '@theme/Tabs';
56
import TabItem from '@theme/TabItem';
67

78
<head>
89
<title>Ion-Accordion Components: How to Build & Examples | Ionic</title>
9-
<meta name="description" content="Ion-accordion components provide collapsible sections in content to reduce vertical space and organize information. Learn how to build one and see examples." />
10+
<meta
11+
name="description"
12+
content="Ion-accordion components provide collapsible sections in content to reduce vertical space and organize information. Learn how to build one and see examples."
13+
/>
1014
</head>
1115

1216
import EncapsulationPill from '@components/page/api/EncapsulationPill';
1317

1418
<EncapsulationPill type="shadow" />
1519

16-
17-
1820
## Properties
1921

20-
2122
### disabled
2223

23-
| | |
24-
| --- | --- |
24+
| | |
25+
| --------------- | -------------------------------------------------------- |
2526
| **Description** | `true`の場合、アコーディオンは対話することができません。 |
26-
| **Attribute** | `disabled` |
27-
| **Type** | `boolean` |
28-
| **Default** | `false` |
29-
30-
27+
| **Attribute** | `disabled` |
28+
| **Type** | `boolean` |
29+
| **Default** | `false` |
3130

3231
### mode
3332

34-
| | |
35-
| --- | --- |
36-
| **Description** | modeは、どのプラットフォームのスタイルを使用するかを決定します。 |
37-
| **Attribute** | `mode` |
38-
| **Type** | `"ios" \| "md"` |
39-
| **Default** | `undefined` |
40-
41-
33+
| | |
34+
| --------------- | ----------------------------------------------------------------- |
35+
| **Description** | mode は、どのプラットフォームのスタイルを使用するかを決定します。 |
36+
| **Attribute** | `mode` |
37+
| **Type** | `"ios" \| "md"` |
38+
| **Default** | `undefined` |
4239

4340
### readonly
4441

45-
| | |
46-
| --- | --- |
42+
| | |
43+
| --------------- | ---------------------------------------------------------------------------------------------------- |
4744
| **Description** | `true`の場合、アコーディオンはインタラクティブに操作することはできませんが、不透明度は変化しません。 |
48-
| **Attribute** | `readonly` |
49-
| **Type** | `boolean` |
50-
| **Default** | `false` |
51-
52-
45+
| **Attribute** | `readonly` |
46+
| **Type** | `boolean` |
47+
| **Default** | `false` |
5348

5449
### toggleIcon
5550

56-
| | |
57-
| --- | --- |
51+
| | |
52+
| --------------- | ---------------------------------------------------------------------------------------------- |
5853
| **Description** | 使用するトグルアイコンです。このアイコンは、アコーディオンの展開・折りたたみ時に回転されます。 |
59-
| **Attribute** | `toggle-icon` |
60-
| **Type** | `string` |
61-
| **Default** | `chevronDown` |
62-
63-
54+
| **Attribute** | `toggle-icon` |
55+
| **Type** | `string` |
56+
| **Default** | `chevronDown` |
6457

6558
### toggleIconSlot
6659

67-
| | |
68-
| --- | --- |
60+
| | |
61+
| --------------- | --------------------------------------------------------------------------------- |
6962
| **Description** | トグルアイコンを配置する `ion-item` の内側のスロット。デフォルトは `"end"` です。 |
70-
| **Attribute** | `toggle-icon-slot` |
71-
| **Type** | `"end" \| "start"` |
72-
| **Default** | `'end'` |
73-
74-
63+
| **Attribute** | `toggle-icon-slot` |
64+
| **Type** | `"end" \| "start"` |
65+
| **Default** | `'end'` |
7566

7667
### value
7768

78-
| | |
79-
| --- | --- |
69+
| | |
70+
| --------------- | ---------------------------------------------------------- |
8071
| **Description** | アコーディオンの値です。デフォルトは自動生成された値です。 |
81-
| **Attribute** | `value` |
82-
| **Type** | `string` |
83-
| **Default** | ``ion-accordion-${accordionIds++}`` |
84-
85-
72+
| **Attribute** | `value` |
73+
| **Type** | `string` |
74+
| **Default** | `ion-accordion-${accordionIds++}` |
8675

8776
## CSS Shadow Parts
8877

89-
| Name | Description |
90-
| --- | --- |
91-
| `content` | content slotのラッパー要素。 |
78+
| Name | Description |
79+
| ---------- | --------------------------------------------------------------------------------------------------------------------- |
80+
| `content` | content slot のラッパー要素。 |
9281
| `expanded` | 拡張された要素です。ヘッダ`とコンテンツ`の部分と組み合わせて使用することができます(例:`::part(header expanded)`)。 |
93-
| `header` | header slotのラッパーの要素です。 |
94-
82+
| `header` | header slot のラッパーの要素です。 |
9583

9684
## Slots
9785

98-
| Name | Description |
99-
| --- | --- |
86+
| Name | Description |
87+
| --------- | -------------------------------------------------------------------------------- |
10088
| `content` | コンテンツはヘッダーの下に配置され、展開状態に応じて表示または非表示になります。 |
101-
| `header` | コンテンツは上部に配置され、アコーディオンアイテムの拡大・縮小に使用されます。 |
102-
89+
| `header` | コンテンツは上部に配置され、アコーディオンアイテムの拡大・縮小に使用されます。 |

0 commit comments

Comments
 (0)