@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.
Files changed (82) hide show
  1. package/build/lowcode/assets-daily.json +11 -11
  2. package/build/lowcode/assets-dev.json +2 -2
  3. package/build/lowcode/assets-prod.json +11 -11
  4. package/build/lowcode/index.js +1 -1
  5. package/build/lowcode/meta.js +2 -2
  6. package/build/lowcode/preview.js +142 -142
  7. package/build/lowcode/render/default/view.css +1 -1
  8. package/build/lowcode/render/default/view.js +20 -20
  9. package/build/lowcode/view.css +1 -1
  10. package/build/lowcode/view.js +20 -20
  11. package/dist/umd/materials.min.css +1 -0
  12. package/dist/umd/materials.min.js +1 -0
  13. package/dist/umd/static/DotsSix.57d66266.svg +1 -0
  14. package/dist/umd/static/arrow-left.e542294f.svg +1 -0
  15. package/dist/umd/static/arrow-right.763f03e0.svg +1 -0
  16. package/dist/umd/static/filter-lines.04a54ae9.svg +1 -0
  17. package/dist/umd/static/help-circle.31c9be40.svg +1 -0
  18. package/dist/umd/static/switch-vertical-01.7ebe3ba8.svg +1 -0
  19. package/es/components/select-time/RightPanel/index.d.ts +9 -0
  20. package/es/components/select-time/RightPanel/index.js +45 -0
  21. package/es/components/select-time/RightPanel/index.less +22 -0
  22. package/es/components/select-time/index.d.ts +14 -0
  23. package/es/components/select-time/index.js +115 -0
  24. package/es/components/select-time/index.less +16 -0
  25. package/es/components/select-time/utils.d.ts +9 -0
  26. package/es/components/select-time/utils.js +42 -0
  27. package/es/components/virtual-keyboard/Keyboard/index.d.ts +18 -0
  28. package/es/components/virtual-keyboard/Keyboard/index.js +51 -0
  29. package/es/components/virtual-keyboard/Keyboard/index.less +32 -0
  30. package/es/components/virtual-keyboard/Time/index.d.ts +13 -0
  31. package/es/components/virtual-keyboard/Time/index.js +124 -0
  32. package/es/components/virtual-keyboard/Time/index.less +0 -0
  33. package/es/components/virtual-keyboard/Time/utils.d.ts +10 -0
  34. package/es/components/virtual-keyboard/Time/utils.js +153 -0
  35. package/es/components/virtual-keyboard/VirtualKeyInput/index.d.ts +9 -0
  36. package/es/components/virtual-keyboard/VirtualKeyInput/index.js +76 -0
  37. package/es/components/virtual-keyboard/VirtualKeyInput/index.less +52 -0
  38. package/es/components/virtual-keyboard/index.d.ts +14 -0
  39. package/es/components/virtual-keyboard/index.js +85 -0
  40. package/es/components/virtual-keyboard/index.less +17 -0
  41. package/es/index.d.ts +3 -0
  42. package/es/index.js +3 -0
  43. package/es/locales/en-US.d.ts +2 -0
  44. package/es/locales/en-US.js +3 -1
  45. package/es/locales/zh-CN.d.ts +2 -0
  46. package/es/locales/zh-CN.js +3 -1
  47. package/es/locales/zh-TW.d.ts +2 -0
  48. package/es/locales/zh-TW.js +3 -1
  49. package/lib/components/select-time/RightPanel/index.d.ts +9 -0
  50. package/lib/components/select-time/RightPanel/index.js +78 -0
  51. package/lib/components/select-time/RightPanel/index.less +22 -0
  52. package/lib/components/select-time/index.d.ts +14 -0
  53. package/lib/components/select-time/index.js +145 -0
  54. package/lib/components/select-time/index.less +16 -0
  55. package/lib/components/select-time/utils.d.ts +9 -0
  56. package/lib/components/select-time/utils.js +71 -0
  57. package/lib/components/virtual-keyboard/Keyboard/index.d.ts +18 -0
  58. package/lib/components/virtual-keyboard/Keyboard/index.js +81 -0
  59. package/lib/components/virtual-keyboard/Keyboard/index.less +32 -0
  60. package/lib/components/virtual-keyboard/Time/index.d.ts +13 -0
  61. package/lib/components/virtual-keyboard/Time/index.js +166 -0
  62. package/lib/components/virtual-keyboard/Time/index.less +0 -0
  63. package/lib/components/virtual-keyboard/Time/utils.d.ts +10 -0
  64. package/lib/components/virtual-keyboard/Time/utils.js +162 -0
  65. package/lib/components/virtual-keyboard/VirtualKeyInput/index.d.ts +9 -0
  66. package/lib/components/virtual-keyboard/VirtualKeyInput/index.js +90 -0
  67. package/lib/components/virtual-keyboard/VirtualKeyInput/index.less +52 -0
  68. package/lib/components/virtual-keyboard/index.d.ts +14 -0
  69. package/lib/components/virtual-keyboard/index.js +131 -0
  70. package/lib/components/virtual-keyboard/index.less +17 -0
  71. package/lib/index.d.ts +3 -0
  72. package/lib/index.js +9 -0
  73. package/lib/locales/en-US.d.ts +2 -0
  74. package/lib/locales/en-US.js +3 -1
  75. package/lib/locales/zh-CN.d.ts +2 -0
  76. package/lib/locales/zh-CN.js +3 -1
  77. package/lib/locales/zh-TW.d.ts +2 -0
  78. package/lib/locales/zh-TW.js +3 -1
  79. package/lowcode/select-time/meta.ts +75 -0
  80. package/lowcode/virtual-keyboard/meta.ts +55 -0
  81. package/lowcode/virtual-keyboard-time/meta.ts +55 -0
  82. 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
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pisell/materials",
3
- "version": "3.0.10",
3
+ "version": "3.0.11",
4
4
  "main": "./lib/index.js",
5
5
  "module": "./es/index.js",
6
6
  "types": "./lib/index.d.ts",