@etsoo/appscript 1.3.26 → 1.3.27

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.
@@ -15,7 +15,7 @@ export declare type QueryRQ<T extends DataTypes.IdType = number> = {
15
15
  /**
16
16
  * Current page
17
17
  */
18
- currentPage: number;
18
+ currentPage?: number;
19
19
  /**
20
20
  * Batch size
21
21
  */
@@ -139,6 +139,7 @@
139
139
  "rotateRight": "Rotate right 90°",
140
140
  "save": "Save",
141
141
  "scrollToTop": "Scroll to top",
142
+ "search": "Search",
142
143
  "send": "Send",
143
144
  "setAsDefault": "Set as default",
144
145
  "settings": "Settings",
@@ -139,6 +139,7 @@
139
139
  "rotateRight": "右旋转90°",
140
140
  "save": "保存",
141
141
  "scrollToTop": "回到顶部",
142
+ "search": "搜索",
142
143
  "send": "发送",
143
144
  "setAsDefault": "设为默认",
144
145
  "settings": "系统设置",
@@ -139,6 +139,7 @@
139
139
  "rotateRight": "右旋轉90°",
140
140
  "save": "保存",
141
141
  "scrollToTop": "回到頂部",
142
+ "search": "搜索",
142
143
  "send": "發送",
143
144
  "setAsDefault": "設為默認",
144
145
  "settings": "系統設置",
@@ -15,7 +15,7 @@ export declare type QueryRQ<T extends DataTypes.IdType = number> = {
15
15
  /**
16
16
  * Current page
17
17
  */
18
- currentPage: number;
18
+ currentPage?: number;
19
19
  /**
20
20
  * Batch size
21
21
  */
@@ -139,6 +139,7 @@
139
139
  "rotateRight": "Rotate right 90°",
140
140
  "save": "Save",
141
141
  "scrollToTop": "Scroll to top",
142
+ "search": "Search",
142
143
  "send": "Send",
143
144
  "setAsDefault": "Set as default",
144
145
  "settings": "Settings",
@@ -139,6 +139,7 @@
139
139
  "rotateRight": "右旋转90°",
140
140
  "save": "保存",
141
141
  "scrollToTop": "回到顶部",
142
+ "search": "搜索",
142
143
  "send": "发送",
143
144
  "setAsDefault": "设为默认",
144
145
  "settings": "系统设置",
@@ -139,6 +139,7 @@
139
139
  "rotateRight": "右旋轉90°",
140
140
  "save": "保存",
141
141
  "scrollToTop": "回到頂部",
142
+ "search": "搜索",
142
143
  "send": "發送",
143
144
  "setAsDefault": "設為默認",
144
145
  "settings": "系統設置",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etsoo/appscript",
3
- "version": "1.3.26",
3
+ "version": "1.3.27",
4
4
  "description": "Applications shared TypeScript framework",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/mjs/index.js",
@@ -18,7 +18,7 @@ export type QueryRQ<T extends DataTypes.IdType = number> = {
18
18
  /**
19
19
  * Current page
20
20
  */
21
- currentPage: number;
21
+ currentPage?: number;
22
22
 
23
23
  /**
24
24
  * Batch size
@@ -139,6 +139,7 @@
139
139
  "rotateRight": "Rotate right 90°",
140
140
  "save": "Save",
141
141
  "scrollToTop": "Scroll to top",
142
+ "search": "Search",
142
143
  "send": "Send",
143
144
  "setAsDefault": "Set as default",
144
145
  "settings": "Settings",
@@ -139,6 +139,7 @@
139
139
  "rotateRight": "右旋转90°",
140
140
  "save": "保存",
141
141
  "scrollToTop": "回到顶部",
142
+ "search": "搜索",
142
143
  "send": "发送",
143
144
  "setAsDefault": "设为默认",
144
145
  "settings": "系统设置",
@@ -139,6 +139,7 @@
139
139
  "rotateRight": "右旋轉90°",
140
140
  "save": "保存",
141
141
  "scrollToTop": "回到頂部",
142
+ "search": "搜索",
142
143
  "send": "發送",
143
144
  "setAsDefault": "設為默認",
144
145
  "settings": "系統設置",