render-core 1.3.11 → 1.3.12

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.
@@ -3,7 +3,7 @@ import { AppTip } from "../tips/appTip";
3
3
  * This class is associated with localStorage.
4
4
  */
5
5
  export declare class AppController implements AppTip {
6
- private fileds;
6
+ private readonly fileds;
7
7
  constructor();
8
8
  /**
9
9
  * This method is used to add customed data.
@@ -1,6 +1,5 @@
1
1
  import { locate, redirect } from "../../http/redirect/redirect";
2
- // @ts-ignore
3
- import { status_read, status_write } from "../../status";
2
+ import { status_read, status_write } from "../../index";
4
3
  /**
5
4
  * This class is associated with localStorage.
6
5
  */
@@ -1,5 +1,5 @@
1
1
  export declare class ContextController {
2
- private fileds;
2
+ private readonly fileds;
3
3
  private meta;
4
4
  constructor();
5
5
  saveFileds(fileds: {}): void;
@@ -1,7 +1,6 @@
1
1
  import { reloadStyle } from "../../core/utility/styleUtility";
2
2
  import meta from "../../meta/meta";
3
- // @ts-ignore
4
- import { status_read, status_write } from "../../status";
3
+ import { status_read, status_write } from "../../index";
5
4
  var ContextController = /** @class */ (function () {
6
5
  function ContextController() {
7
6
  this.fileds = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "render-core",
3
- "version": "1.3.11",
3
+ "version": "1.3.12",
4
4
  "description": "The core of render-js",
5
5
  "keywords": [
6
6
  "render",