@sankhyalabs/core-docs 0.0.0-hotfix-rc-KB-77661.0 → 0.0.0-hotfix-rc-KB-78381.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.
@@ -306,16 +306,6 @@ src/dataunit/DataUnit.ts:39
306
306
 
307
307
  ***
308
308
 
309
- ### CHANGING\_PAGE\_LOADING\_SOURCE
310
-
311
- > `static` **CHANGING\_PAGE\_LOADING\_SOURCE**: `string` = `"CHANGING_PAGE_LOADING_SOURCE"`
312
-
313
- #### Source
314
-
315
- src/dataunit/DataUnit.ts:38
316
-
317
- ***
318
-
319
309
  ### DEFAULT\_DATAUNIT\_NAME
320
310
 
321
311
  > `static` **DEFAULT\_DATAUNIT\_NAME**: `string` = `"dataunit"`
package/globals.md CHANGED
@@ -96,6 +96,7 @@
96
96
 
97
97
  ## Variables
98
98
 
99
+ - [CHANGING\_PAGE\_LOADING\_SOURCE](variables/CHANGING_PAGE_LOADING_SOURCE.md)
99
100
  - [OVERFLOWED\_CLASS\_NAME](variables/OVERFLOWED_CLASS_NAME.md)
100
101
 
101
102
  ## Functions
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sankhyalabs/core-docs",
3
- "version": "0.0.0-hotfix-rc-KB-77661.0",
3
+ "version": "0.0.0-hotfix-rc-KB-78381.0",
4
4
  "description": "Documentação da biblioteca de componentes Sankhya.",
5
5
  "main": "",
6
6
  "files": [
@@ -0,0 +1,13 @@
1
+ [**@sankhyalabs/core**](../README.md) • **Docs**
2
+
3
+ ***
4
+
5
+ [@sankhyalabs/core](../globals.md) / CHANGING\_PAGE\_LOADING\_SOURCE
6
+
7
+ # Variable: CHANGING\_PAGE\_LOADING\_SOURCE
8
+
9
+ > `const` **CHANGING\_PAGE\_LOADING\_SOURCE**: `"CHANGING_PAGE_LOADING_SOURCE"` = `"CHANGING_PAGE_LOADING_SOURCE"`
10
+
11
+ ## Source
12
+
13
+ src/dataunit/DataUnit.ts:33