@pisell/materials 3.0.10 → 3.0.11
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.
- package/build/lowcode/assets-daily.json +11 -11
- package/build/lowcode/assets-dev.json +2 -2
- package/build/lowcode/assets-prod.json +11 -11
- package/build/lowcode/index.js +1 -1
- package/build/lowcode/meta.js +2 -2
- package/build/lowcode/preview.js +142 -142
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +20 -20
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +20 -20
- package/dist/umd/materials.min.css +1 -0
- package/dist/umd/materials.min.js +1 -0
- package/dist/umd/static/DotsSix.57d66266.svg +1 -0
- package/dist/umd/static/arrow-left.e542294f.svg +1 -0
- package/dist/umd/static/arrow-right.763f03e0.svg +1 -0
- package/dist/umd/static/filter-lines.04a54ae9.svg +1 -0
- package/dist/umd/static/help-circle.31c9be40.svg +1 -0
- package/dist/umd/static/switch-vertical-01.7ebe3ba8.svg +1 -0
- package/es/components/select-time/RightPanel/index.d.ts +9 -0
- package/es/components/select-time/RightPanel/index.js +45 -0
- package/es/components/select-time/RightPanel/index.less +22 -0
- package/es/components/select-time/index.d.ts +14 -0
- package/es/components/select-time/index.js +115 -0
- package/es/components/select-time/index.less +16 -0
- package/es/components/select-time/utils.d.ts +9 -0
- package/es/components/select-time/utils.js +42 -0
- package/es/components/virtual-keyboard/Keyboard/index.d.ts +18 -0
- package/es/components/virtual-keyboard/Keyboard/index.js +51 -0
- package/es/components/virtual-keyboard/Keyboard/index.less +32 -0
- package/es/components/virtual-keyboard/Time/index.d.ts +13 -0
- package/es/components/virtual-keyboard/Time/index.js +124 -0
- package/es/components/virtual-keyboard/Time/index.less +0 -0
- package/es/components/virtual-keyboard/Time/utils.d.ts +10 -0
- package/es/components/virtual-keyboard/Time/utils.js +153 -0
- package/es/components/virtual-keyboard/VirtualKeyInput/index.d.ts +9 -0
- package/es/components/virtual-keyboard/VirtualKeyInput/index.js +76 -0
- package/es/components/virtual-keyboard/VirtualKeyInput/index.less +52 -0
- package/es/components/virtual-keyboard/index.d.ts +14 -0
- package/es/components/virtual-keyboard/index.js +85 -0
- package/es/components/virtual-keyboard/index.less +17 -0
- package/es/index.d.ts +3 -0
- package/es/index.js +3 -0
- package/es/locales/en-US.d.ts +2 -0
- package/es/locales/en-US.js +3 -1
- package/es/locales/zh-CN.d.ts +2 -0
- package/es/locales/zh-CN.js +3 -1
- package/es/locales/zh-TW.d.ts +2 -0
- package/es/locales/zh-TW.js +3 -1
- package/lib/components/select-time/RightPanel/index.d.ts +9 -0
- package/lib/components/select-time/RightPanel/index.js +78 -0
- package/lib/components/select-time/RightPanel/index.less +22 -0
- package/lib/components/select-time/index.d.ts +14 -0
- package/lib/components/select-time/index.js +145 -0
- package/lib/components/select-time/index.less +16 -0
- package/lib/components/select-time/utils.d.ts +9 -0
- package/lib/components/select-time/utils.js +71 -0
- package/lib/components/virtual-keyboard/Keyboard/index.d.ts +18 -0
- package/lib/components/virtual-keyboard/Keyboard/index.js +81 -0
- package/lib/components/virtual-keyboard/Keyboard/index.less +32 -0
- package/lib/components/virtual-keyboard/Time/index.d.ts +13 -0
- package/lib/components/virtual-keyboard/Time/index.js +166 -0
- package/lib/components/virtual-keyboard/Time/index.less +0 -0
- package/lib/components/virtual-keyboard/Time/utils.d.ts +10 -0
- package/lib/components/virtual-keyboard/Time/utils.js +162 -0
- package/lib/components/virtual-keyboard/VirtualKeyInput/index.d.ts +9 -0
- package/lib/components/virtual-keyboard/VirtualKeyInput/index.js +90 -0
- package/lib/components/virtual-keyboard/VirtualKeyInput/index.less +52 -0
- package/lib/components/virtual-keyboard/index.d.ts +14 -0
- package/lib/components/virtual-keyboard/index.js +131 -0
- package/lib/components/virtual-keyboard/index.less +17 -0
- package/lib/index.d.ts +3 -0
- package/lib/index.js +9 -0
- package/lib/locales/en-US.d.ts +2 -0
- package/lib/locales/en-US.js +3 -1
- package/lib/locales/zh-CN.d.ts +2 -0
- package/lib/locales/zh-CN.js +3 -1
- package/lib/locales/zh-TW.d.ts +2 -0
- package/lib/locales/zh-TW.js +3 -1
- package/lowcode/select-time/meta.ts +75 -0
- package/lowcode/virtual-keyboard/meta.ts +55 -0
- package/lowcode/virtual-keyboard-time/meta.ts +55 -0
- package/package.json +1 -1
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { ComponentMetadata, Snippet } from "@alilc/lowcode-types";
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
const VirtualKeyboardMeta: ComponentMetadata = {
|
|
5
|
+
componentName: "VirtualKeyboard",
|
|
6
|
+
title: "VirtualKeyboard",
|
|
7
|
+
docUrl: "",
|
|
8
|
+
screenshot: "",
|
|
9
|
+
devMode: "proCode",
|
|
10
|
+
npm: {
|
|
11
|
+
package: "@pisell/materials",
|
|
12
|
+
version: "1.0.3",
|
|
13
|
+
exportName: "VirtualKeyboard",
|
|
14
|
+
main: "src/index.tsx",
|
|
15
|
+
destructuring: true,
|
|
16
|
+
subName: "",
|
|
17
|
+
},
|
|
18
|
+
props: [
|
|
19
|
+
{
|
|
20
|
+
title: "others",
|
|
21
|
+
name: "others",
|
|
22
|
+
setter: ["JsonSetter", "VariableSetter"],
|
|
23
|
+
},
|
|
24
|
+
],
|
|
25
|
+
configure: {
|
|
26
|
+
supports: {
|
|
27
|
+
style: true,
|
|
28
|
+
events: [
|
|
29
|
+
{
|
|
30
|
+
name: "onClick",
|
|
31
|
+
template:
|
|
32
|
+
"onClick(event,${extParams}){\n// 点击时的回调\nconsole.log('onClick', event);}",
|
|
33
|
+
},
|
|
34
|
+
],
|
|
35
|
+
},
|
|
36
|
+
component: {
|
|
37
|
+
isContainer: true,
|
|
38
|
+
},
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const snippets: Snippet[] = [
|
|
42
|
+
{
|
|
43
|
+
title: "VirtualKeyboard",
|
|
44
|
+
screenshot: "",
|
|
45
|
+
schema: {
|
|
46
|
+
componentName: "VirtualKeyboard",
|
|
47
|
+
props: {},
|
|
48
|
+
},
|
|
49
|
+
},
|
|
50
|
+
];
|
|
51
|
+
|
|
52
|
+
export default {
|
|
53
|
+
...VirtualKeyboardMeta,
|
|
54
|
+
snippets,
|
|
55
|
+
};
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { ComponentMetadata, Snippet } from "@alilc/lowcode-types";
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
const VirtualKeyboardTimeMeta: ComponentMetadata = {
|
|
5
|
+
componentName: "VirtualKeyboardTime",
|
|
6
|
+
title: "VirtualKeyboardTime",
|
|
7
|
+
docUrl: "",
|
|
8
|
+
screenshot: "",
|
|
9
|
+
devMode: "proCode",
|
|
10
|
+
npm: {
|
|
11
|
+
package: "@pisell/materials",
|
|
12
|
+
version: "1.0.3",
|
|
13
|
+
exportName: "VirtualKeyboardTime",
|
|
14
|
+
main: "src/index.tsx",
|
|
15
|
+
destructuring: true,
|
|
16
|
+
subName: "",
|
|
17
|
+
},
|
|
18
|
+
props: [
|
|
19
|
+
{
|
|
20
|
+
title: "others",
|
|
21
|
+
name: "others",
|
|
22
|
+
setter: ["JsonSetter", "VariableSetter"],
|
|
23
|
+
},
|
|
24
|
+
],
|
|
25
|
+
configure: {
|
|
26
|
+
supports: {
|
|
27
|
+
style: true,
|
|
28
|
+
events: [
|
|
29
|
+
{
|
|
30
|
+
name: "onClick",
|
|
31
|
+
template:
|
|
32
|
+
"onClick(event,${extParams}){\n// 点击时的回调\nconsole.log('onClick', event);}",
|
|
33
|
+
},
|
|
34
|
+
],
|
|
35
|
+
},
|
|
36
|
+
component: {
|
|
37
|
+
isContainer: true,
|
|
38
|
+
},
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const snippets: Snippet[] = [
|
|
42
|
+
{
|
|
43
|
+
title: "VirtualKeyboardTime",
|
|
44
|
+
screenshot: "",
|
|
45
|
+
schema: {
|
|
46
|
+
componentName: "VirtualKeyboardTime",
|
|
47
|
+
props: {},
|
|
48
|
+
},
|
|
49
|
+
},
|
|
50
|
+
];
|
|
51
|
+
|
|
52
|
+
export default {
|
|
53
|
+
...VirtualKeyboardTimeMeta,
|
|
54
|
+
snippets,
|
|
55
|
+
};
|