@next-core/next-docs 1.2.247 → 1.2.250
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 +24 -0
- package/dist/brick-types.runtimemisc.isiniframeofnext.md +21 -0
- package/dist/brick-types.runtimemisc.isiniframeofsamesite.md +21 -0
- package/dist/brick-types.runtimemisc.isiniframeofvisualbuilder.md +21 -0
- package/dist/brick-types.runtimemisc.md +3 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,30 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [1.2.250](https://github.com/easyops-cn/next-core/compare/@next-core/next-docs@1.2.249...@next-core/next-docs@1.2.250) (2022-04-22)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @next-core/next-docs
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [1.2.249](https://github.com/easyops-cn/next-core/compare/@next-core/next-docs@1.2.248...@next-core/next-docs@1.2.249) (2022-04-21)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @next-core/next-docs
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## [1.2.248](https://github.com/easyops-cn/next-core/compare/@next-core/next-docs@1.2.247...@next-core/next-docs@1.2.248) (2022-04-19)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package @next-core/next-docs
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
6
30
|
## [1.2.247](https://github.com/easyops-cn/next-core/compare/@next-core/next-docs@1.2.246...@next-core/next-docs@1.2.247) (2022-04-19)
|
|
7
31
|
|
|
8
32
|
**Note:** Version bump only for package @next-core/next-docs
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: brick-types.runtimemisc.isiniframeofnext
|
|
3
|
+
title: RuntimeMisc.isInIframeOfNext
|
|
4
|
+
hide_title: true
|
|
5
|
+
custom_edit_url: null
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
9
|
+
|
|
10
|
+
[API Reference](./index.md) > [@next-core/brick-types](./brick-types.md) > [RuntimeMisc](./brick-types.runtimemisc.md) > [isInIframeOfNext](./brick-types.runtimemisc.isiniframeofnext.md)
|
|
11
|
+
|
|
12
|
+
## RuntimeMisc.isInIframeOfNext property
|
|
13
|
+
|
|
14
|
+
当前是否处于新框架下的 iframe 模式。
|
|
15
|
+
|
|
16
|
+
**Signature:**
|
|
17
|
+
|
|
18
|
+
```typescript
|
|
19
|
+
isInIframeOfNext: boolean;
|
|
20
|
+
```
|
|
21
|
+
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: brick-types.runtimemisc.isiniframeofsamesite
|
|
3
|
+
title: RuntimeMisc.isInIframeOfSameSite
|
|
4
|
+
hide_title: true
|
|
5
|
+
custom_edit_url: null
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
9
|
+
|
|
10
|
+
[API Reference](./index.md) > [@next-core/brick-types](./brick-types.md) > [RuntimeMisc](./brick-types.runtimemisc.md) > [isInIframeOfSameSite](./brick-types.runtimemisc.isiniframeofsamesite.md)
|
|
11
|
+
|
|
12
|
+
## RuntimeMisc.isInIframeOfSameSite property
|
|
13
|
+
|
|
14
|
+
当前是否处于同域的 iframe 模式。
|
|
15
|
+
|
|
16
|
+
**Signature:**
|
|
17
|
+
|
|
18
|
+
```typescript
|
|
19
|
+
isInIframeOfSameSite: boolean;
|
|
20
|
+
```
|
|
21
|
+
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: brick-types.runtimemisc.isiniframeofvisualbuilder
|
|
3
|
+
title: RuntimeMisc.isInIframeOfVisualBuilder
|
|
4
|
+
hide_title: true
|
|
5
|
+
custom_edit_url: null
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
9
|
+
|
|
10
|
+
[API Reference](./index.md) > [@next-core/brick-types](./brick-types.md) > [RuntimeMisc](./brick-types.runtimemisc.md) > [isInIframeOfVisualBuilder](./brick-types.runtimemisc.isiniframeofvisualbuilder.md)
|
|
11
|
+
|
|
12
|
+
## RuntimeMisc.isInIframeOfVisualBuilder property
|
|
13
|
+
|
|
14
|
+
当前是否处于 Visual Builder 预览的 iframe 模式。
|
|
15
|
+
|
|
16
|
+
**Signature:**
|
|
17
|
+
|
|
18
|
+
```typescript
|
|
19
|
+
isInIframeOfVisualBuilder: boolean;
|
|
20
|
+
```
|
|
21
|
+
|
|
@@ -25,4 +25,7 @@ export interface RuntimeMisc
|
|
|
25
25
|
| --- | --- | --- |
|
|
26
26
|
| [isInIframe](./brick-types.runtimemisc.isiniframe.md) | boolean | 当前是否处于 iframe 模式。 |
|
|
27
27
|
| [isInIframeOfLegacyConsole](./brick-types.runtimemisc.isiniframeoflegacyconsole.md) | boolean | 当前是否处于老 console 下的 iframe 模式。 |
|
|
28
|
+
| [isInIframeOfNext](./brick-types.runtimemisc.isiniframeofnext.md) | boolean | 当前是否处于新框架下的 iframe 模式。 |
|
|
29
|
+
| [isInIframeOfSameSite](./brick-types.runtimemisc.isiniframeofsamesite.md) | boolean | 当前是否处于同域的 iframe 模式。 |
|
|
30
|
+
| [isInIframeOfVisualBuilder](./brick-types.runtimemisc.isiniframeofvisualbuilder.md) | boolean | 当前是否处于 Visual Builder 预览的 iframe 模式。 |
|
|
28
31
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-core/next-docs",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.250",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"homepage": "https://github.com/easyops-cn/next-core/tree/master/packages/next-docs",
|
|
6
6
|
"license": "GPL-3.0",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"sideEffects": false,
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"@easyops-cn/brick-next-pipes": "^0.3.12",
|
|
24
|
-
"@next-core/brick-kit": "^2.117.
|
|
25
|
-
"@next-core/brick-types": "^2.61.
|
|
26
|
-
"fs-extra": "^10.0
|
|
24
|
+
"@next-core/brick-kit": "^2.117.15",
|
|
25
|
+
"@next-core/brick-types": "^2.61.4",
|
|
26
|
+
"fs-extra": "^10.1.0"
|
|
27
27
|
},
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "e6eaf6686bec52b9532febf8721bad76bc786cff"
|
|
29
29
|
}
|