@pisell/materials 1.0.365 → 1.0.366

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 (134) 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 +22 -22
  9. package/build/lowcode/view.css +1 -1
  10. package/build/lowcode/view.js +22 -22
  11. package/es/components/iconfont/index.js +1 -1
  12. package/es/components/page/index.js +11 -6
  13. package/es/components/pisell-config-provider/context.d.ts +2 -3
  14. package/es/components/pisell-config-provider/index.d.ts +1 -0
  15. package/es/components/pisell-config-provider/index.js +5 -3
  16. package/es/components/pisellAlert/index.d.ts +12 -0
  17. package/es/components/pisellAlert/index.js +67 -0
  18. package/es/components/pisellAlert/index.less +149 -0
  19. package/es/components/pisellCard/index.d.ts +2 -42
  20. package/es/components/pisellCard/index.js +5 -78
  21. package/es/components/pisellCard/index.less +5 -85
  22. package/es/components/pisellCardList/index.d.ts +7 -4
  23. package/es/components/pisellCardList/index.js +22 -59
  24. package/es/components/pisellCheckboxGroup/index.d.ts +1 -1
  25. package/es/components/pisellCheckboxGroup/index.js +7 -7
  26. package/es/components/pisellInformationEntry/Input/index.d.ts +8 -0
  27. package/es/components/pisellInformationEntry/Input/index.js +47 -0
  28. package/es/components/pisellInformationEntry/Input/index.less +14 -0
  29. package/es/components/pisellInformationEntry/Scan/index.d.ts +8 -0
  30. package/es/components/pisellInformationEntry/Scan/index.js +24 -0
  31. package/es/components/pisellInformationEntry/Scan/index.less +8 -0
  32. package/es/components/pisellInformationEntry/constants.d.ts +3 -0
  33. package/es/components/pisellInformationEntry/constants.js +21 -0
  34. package/es/components/pisellInformationEntry/index.d.ts +31 -0
  35. package/es/components/pisellInformationEntry/index.js +188 -0
  36. package/es/components/pisellInformationEntry/index.less +40 -0
  37. package/es/components/pisellInformationEntry/utils.d.ts +4 -0
  38. package/es/components/pisellInformationEntry/utils.js +38 -0
  39. package/es/components/pisellModal/components/Information/index.js +4 -3
  40. package/es/components/pisellModal/components/Information/index.less +3 -2
  41. package/es/components/pisellModal/components/MobileModal/index.less +1 -0
  42. package/es/components/pisellModal/components/PcModal/index.d.ts +1 -1
  43. package/es/components/pisellModal/components/PcModal/index.less +8 -0
  44. package/es/components/pisellModal/constants.js +1 -1
  45. package/es/components/pisellScan/index.d.ts +14 -0
  46. package/es/components/pisellScan/index.js +73 -0
  47. package/es/components/pisellScan/index.less +12 -0
  48. package/es/components/pisellWalletPassCard/bg.jpeg +0 -0
  49. package/es/components/pisellWalletPassCard/index.d.ts +50 -0
  50. package/es/components/pisellWalletPassCard/index.js +91 -0
  51. package/es/components/pisellWalletPassCard/index.less +100 -0
  52. package/es/index.d.ts +6 -1
  53. package/es/index.js +9 -2
  54. package/es/locales/en-US.d.ts +6 -0
  55. package/es/locales/en-US.js +9 -1
  56. package/es/locales/zh-CN.d.ts +6 -0
  57. package/es/locales/zh-CN.js +9 -1
  58. package/es/locales/zh-TW.d.ts +6 -0
  59. package/es/locales/zh-TW.js +9 -1
  60. package/lib/components/iconfont/index.js +1 -1
  61. package/lib/components/page/index.js +13 -6
  62. package/lib/components/pisell-config-provider/context.d.ts +2 -3
  63. package/lib/components/pisell-config-provider/index.d.ts +1 -0
  64. package/lib/components/pisell-config-provider/index.js +8 -2
  65. package/lib/components/pisellAlert/index.d.ts +12 -0
  66. package/lib/components/pisellAlert/index.js +95 -0
  67. package/lib/components/pisellAlert/index.less +149 -0
  68. package/lib/components/pisellCard/index.d.ts +2 -42
  69. package/lib/components/pisellCard/index.js +5 -54
  70. package/lib/components/pisellCard/index.less +5 -85
  71. package/lib/components/pisellCardList/index.d.ts +7 -4
  72. package/lib/components/pisellCardList/index.js +21 -59
  73. package/lib/components/pisellCheckboxGroup/index.d.ts +1 -1
  74. package/lib/components/pisellCheckboxGroup/index.js +7 -7
  75. package/lib/components/pisellInformationEntry/Input/index.d.ts +8 -0
  76. package/lib/components/pisellInformationEntry/Input/index.js +54 -0
  77. package/lib/components/pisellInformationEntry/Input/index.less +14 -0
  78. package/lib/components/pisellInformationEntry/Scan/index.d.ts +8 -0
  79. package/lib/components/pisellInformationEntry/Scan/index.js +63 -0
  80. package/lib/components/pisellInformationEntry/Scan/index.less +8 -0
  81. package/lib/components/pisellInformationEntry/constants.d.ts +3 -0
  82. package/lib/components/pisellInformationEntry/constants.js +49 -0
  83. package/lib/components/pisellInformationEntry/index.d.ts +31 -0
  84. package/lib/components/pisellInformationEntry/index.js +162 -0
  85. package/lib/components/pisellInformationEntry/index.less +40 -0
  86. package/lib/components/pisellInformationEntry/utils.d.ts +4 -0
  87. package/lib/components/pisellInformationEntry/utils.js +40 -0
  88. package/lib/components/pisellModal/components/Information/index.js +3 -3
  89. package/lib/components/pisellModal/components/Information/index.less +3 -2
  90. package/lib/components/pisellModal/components/MobileModal/index.less +1 -0
  91. package/lib/components/pisellModal/components/PcModal/index.d.ts +1 -1
  92. package/lib/components/pisellModal/components/PcModal/index.less +8 -0
  93. package/lib/components/pisellModal/constants.js +1 -1
  94. package/lib/components/pisellScan/index.d.ts +14 -0
  95. package/lib/components/pisellScan/index.js +103 -0
  96. package/lib/components/pisellScan/index.less +12 -0
  97. package/lib/components/pisellWalletPassCard/bg.jpeg +0 -0
  98. package/lib/components/pisellWalletPassCard/index.d.ts +50 -0
  99. package/lib/components/pisellWalletPassCard/index.js +99 -0
  100. package/lib/components/pisellWalletPassCard/index.less +100 -0
  101. package/lib/index.d.ts +6 -1
  102. package/lib/index.js +20 -3
  103. package/lib/locales/en-US.d.ts +6 -0
  104. package/lib/locales/en-US.js +9 -1
  105. package/lib/locales/zh-CN.d.ts +6 -0
  106. package/lib/locales/zh-CN.js +9 -1
  107. package/lib/locales/zh-TW.d.ts +6 -0
  108. package/lib/locales/zh-TW.js +9 -1
  109. package/lowcode/pisell-alert/meta.ts +117 -0
  110. package/lowcode/pisell-alert/snippets.ts +50 -0
  111. package/lowcode/pisell-card/__screenshots__/card-1.png +0 -0
  112. package/lowcode/pisell-card/meta.ts +76 -165
  113. package/lowcode/pisell-card/snippets.ts +1 -11
  114. package/lowcode/pisell-information-entry/meta.ts +131 -0
  115. package/lowcode/pisell-information-entry/snippets.ts +17 -0
  116. package/lowcode/pisell-modal/meta.ts +31 -31
  117. package/lowcode/pisell-modal.information/meta.ts +7 -0
  118. package/lowcode/pisell-scan/meta.ts +53 -0
  119. package/lowcode/pisell-scan/snippets.ts +13 -0
  120. package/lowcode/pisell-wallet-pass-card/meta.ts +189 -0
  121. package/lowcode/pisell-wallet-pass-card/snippets.ts +20 -0
  122. package/package.json +4 -3
  123. package/build/lowcode/assets/7b1c7af5ce9e37e4b40ea53fea6ccfd9.jpeg +0 -0
  124. package/build/lowcode/render/default/assets/7b1c7af5ce9e37e4b40ea53fea6ccfd9.jpeg +0 -0
  125. package/dist/umd/materials.min.css +0 -1
  126. package/dist/umd/materials.min.js +0 -1
  127. package/dist/umd/static/DotsSix.57d66266.svg +0 -1
  128. package/dist/umd/static/arrow-left.e542294f.svg +0 -1
  129. package/dist/umd/static/arrow-right.763f03e0.svg +0 -1
  130. package/dist/umd/static/filter-lines.04a54ae9.svg +0 -1
  131. package/dist/umd/static/help-circle.31c9be40.svg +0 -1
  132. package/dist/umd/static/switch-vertical-01.7ebe3ba8.svg +0 -1
  133. package/es/components/pisellCard/bg.jpeg +0 -0
  134. package/lib/components/pisellCard/bg.jpeg +0 -0
@@ -1 +0,0 @@
1
- <svg width="24" height="24" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M8 13a1 1 0 1 0 0-2 1 1 0 0 0 0 2ZM8 6a1 1 0 1 0 0-2 1 1 0 0 0 0 2ZM8 20a1 1 0 1 0 0-2 1 1 0 0 0 0 2ZM16 13a1 1 0 1 0 0-2 1 1 0 0 0 0 2ZM16 6a1 1 0 1 0 0-2 1 1 0 0 0 0 2ZM16 20a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -1 +0,0 @@
1
- <svg width="24" height="24" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.707 4.293a1 1 0 0 1 0 1.414L7.414 11H19a1 1 0 1 1 0 2H7.414l5.293 5.293a1 1 0 0 1-1.414 1.414l-7-7a1 1 0 0 1 0-1.414l7-7a1 1 0 0 1 1.414 0Z"/></svg>
@@ -1 +0,0 @@
1
- <svg width="24" height="24" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.293 4.293a1 1 0 0 1 1.414 0l7 7a1 1 0 0 1 0 1.414l-7 7a1 1 0 0 1-1.414-1.414L16.586 13H5a1 1 0 1 1 0-2h11.586l-5.293-5.293a1 1 0 0 1 0-1.414Z"/></svg>
@@ -1 +0,0 @@
1
- <svg width="24" height="24" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M2 6a1 1 0 0 1 1-1h18a1 1 0 1 1 0 2H3a1 1 0 0 1-1-1Zm3 6a1 1 0 0 1 1-1h12a1 1 0 1 1 0 2H6a1 1 0 0 1-1-1Zm3 6a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2H9a1 1 0 0 1-1-1Z"/></svg>
@@ -1 +0,0 @@
1
- <svg width="24" height="24" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12 3a9 9 0 1 0 0 18 9 9 0 0 0 0-18ZM1 12C1 5.925 5.925 1 12 1s11 4.925 11 11-4.925 11-11 11S1 18.075 1 12Zm11.258-3.976a2 2 0 0 0-2.225 1.308 1 1 0 1 1-1.886-.664 4 4 0 0 1 7.773 1.333c0 1.53-1.135 2.54-1.945 3.081a8.044 8.044 0 0 1-1.686.848l-.035.013-.011.003-.004.002h-.002L11.92 13l.316.949a1 1 0 0 1-.633-1.897l.016-.006.074-.027a6.051 6.051 0 0 0 1.172-.6c.69-.46 1.055-.95 1.055-1.419v-.001a2 2 0 0 0-1.662-1.975ZM11 17a1 1 0 0 1 1-1h.01a1 1 0 1 1 0 2H12a1 1 0 0 1-1-1Z"/></svg>
@@ -1 +0,0 @@
1
- <svg width="24" height="24" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M6.293 3.293a1 1 0 0 1 1.414 0l4 4a1 1 0 0 1-1.414 1.414L8 6.414V20a1 1 0 1 1-2 0V6.414L3.707 8.707a1 1 0 0 1-1.414-1.414l4-4ZM16 17.586V4a1 1 0 1 1 2 0v13.586l2.293-2.293a1 1 0 0 1 1.414 1.414l-4 4a1 1 0 0 1-1.414 0l-4-4a1 1 0 0 1 1.414-1.414L16 17.586Z"/></svg>
Binary file
Binary file