@cniot/android-pda-components 0.2.26 → 0.2.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.
|
@@ -464,7 +464,7 @@ const dataSource = [{
|
|
|
464
464
|
}
|
|
465
465
|
];
|
|
466
466
|
<AppList dataSource={dataSource} onClickItem={console.log} />
|
|
467
|
-
`),e.createElement("h2",null,"\u53C2\u6570"),e.createElement("table",{className:"pure-table pure-table-bordered"},e.createElement("thead",null,e.createElement("tr",null,e.createElement("th",null,"\u5C5E\u6027"),e.createElement("th",null,"\u8BF4\u660E"),e.createElement("th",null,"\u7C7B\u578B"),e.createElement("th",null,"\u9ED8\u8BA4\u503C"))),e.createElement("tbody",null,e.createElement("tr",null,e.createElement("td",null,"dataSource"),e.createElement("td",null,"\u6570\u636E"),e.createElement("td",null,"Array(group<groupName, list<name,subname>)"),e.createElement("td",null)),e.createElement("tr",null,e.createElement("td",null,"onClickItem"),e.createElement("td",null,"\u70B9\u51FBItem"),e.createElement("td",null,"Function(item)"),e.createElement("td",null,"-")))))}const Lt="@cniot/android-pda-components",_t="0.2.
|
|
467
|
+
`),e.createElement("h2",null,"\u53C2\u6570"),e.createElement("table",{className:"pure-table pure-table-bordered"},e.createElement("thead",null,e.createElement("tr",null,e.createElement("th",null,"\u5C5E\u6027"),e.createElement("th",null,"\u8BF4\u660E"),e.createElement("th",null,"\u7C7B\u578B"),e.createElement("th",null,"\u9ED8\u8BA4\u503C"))),e.createElement("tbody",null,e.createElement("tr",null,e.createElement("td",null,"dataSource"),e.createElement("td",null,"\u6570\u636E"),e.createElement("td",null,"Array(group<groupName, list<name,subname>)"),e.createElement("td",null)),e.createElement("tr",null,e.createElement("td",null,"onClickItem"),e.createElement("td",null,"\u70B9\u51FBItem"),e.createElement("td",null,"Function(item)"),e.createElement("td",null,"-")))))}const Lt="@cniot/android-pda-components",_t="0.2.26",Mt="",Wt="./es/index.cjs.js",Pt="./es/index.es.js",Rt={dev:"vite",build:"vite build --config vite.config.doc.js && vite build --config vite.config.js",doc:"vite -config vite.doc.js"},$t="module",Ot="",Kt="ISC",Ht={ahooks:"^2.10.11",classnames:"^2.3.1",history:"^5.0.1",keycode:"^2.2.1",less:"^4.1.1"},Vt={"@originjs/vite-plugin-require-context":"^1.0.5","markdown-it":"^12.1.0","markdown-to-jsx":"^7.1.3",vite:"^2.4.2","vite-plugin-plain-text":"^1.1.4",react:"^17.0.2","react-dom":"^17.0.2"};var Gt={name:Lt,version:_t,description:Mt,main:Wt,module:Pt,scripts:Rt,type:$t,author:Ot,license:Kt,dependencies:Ht,devDependencies:Vt},P={onNext(n){console.log("onnext",n)}};function Xt(){return e.createElement("div",null,e.createElement("h1",null,"/system/alert"),e.createElement("p",null,"\u5F39\u51FA\u4E00\u4E2A\u8B66\u544A\u7A97\uFF0C\u7528\u6237\u5FC5\u987B\u70B9\u51FB\u786E\u8BA4\u624D\u80FD\u7EE7\u7EED"),e.createElement("h2",null,"\u793A\u4F8B"),e.createElement("code",{className:"code"},`
|
|
468
468
|
// gs \u4EE3\u7801\u5982\u4E0B
|
|
469
469
|
pageFlow.alert({
|
|
470
470
|
title: '111',
|
package/build/index.html
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<script src="https://g.alicdn.com/code/lib/react/17.0.2/umd/react.production.min.js"></script>
|
|
11
11
|
<script src="https://g.alicdn.com/code/lib/react-dom/17.0.2/umd/react-dom.production.min.js"></script>
|
|
12
|
-
<script type="module" crossorigin src="./assets/index.
|
|
12
|
+
<script type="module" crossorigin src="./assets/index.57eb17de.js"></script>
|
|
13
13
|
<link rel="modulepreload" href="./assets/vendor.999402d8.js">
|
|
14
14
|
<link rel="stylesheet" href="./assets/index.51a8714a.css">
|
|
15
15
|
</head>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cniot/android-pda-components",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.27",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./es/index.cjs.js",
|
|
6
6
|
"module": "./es/index.es.js",
|
|
@@ -17,15 +17,15 @@
|
|
|
17
17
|
"classnames": "^2.3.1",
|
|
18
18
|
"history": "^5.0.1",
|
|
19
19
|
"keycode": "^2.2.1",
|
|
20
|
-
"less": "^4.1.1"
|
|
21
|
-
"react": "^17.0.2",
|
|
22
|
-
"react-dom": "^17.0.2"
|
|
20
|
+
"less": "^4.1.1"
|
|
23
21
|
},
|
|
24
22
|
"devDependencies": {
|
|
25
23
|
"@originjs/vite-plugin-require-context": "^1.0.5",
|
|
26
24
|
"markdown-it": "^12.1.0",
|
|
27
25
|
"markdown-to-jsx": "^7.1.3",
|
|
28
26
|
"vite": "^2.4.2",
|
|
29
|
-
"vite-plugin-plain-text": "^1.1.4"
|
|
27
|
+
"vite-plugin-plain-text": "^1.1.4",
|
|
28
|
+
"react": "^17.0.2",
|
|
29
|
+
"react-dom": "^17.0.2"
|
|
30
30
|
}
|
|
31
31
|
}
|