generator-reshow 0.17.43 → 0.17.45

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.
@@ -13,6 +13,10 @@ const themes = {
13
13
  Page2: lazy(() => import("../pages/Page2")),
14
14
  };
15
15
 
16
+ /**
17
+ * @param {object} props
18
+ * @returns {React.ReactElement}
19
+ */
16
20
  const Index = (props) => (
17
21
  <>
18
22
  <Return initStates={["tplProps", "pageName"]}>
@@ -22,7 +26,7 @@ const Index = (props) => (
22
26
  </Doc>
23
27
  )}
24
28
  </Return>
25
- <PageLoadProgressHandler ajax={true} />
29
+ <PageLoadProgressHandler ajax />
26
30
  <ReshowMessage />
27
31
  <PopupPool />
28
32
  </>
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.17.43",
2
+ "version": "0.17.45",
3
3
  "name": "generator-reshow",
4
4
  "repository": {
5
5
  "type": "git",