@pisell/materials 1.8.31 → 1.8.33
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/meta.js +1 -1
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +6 -6
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +5 -5
- package/es/components/Pagination/index.d.ts +2 -1
- package/es/components/Pagination/index.js +58 -24
- package/es/components/dataSourceComponents/dataSourceForm/serve.d.ts +201 -0
- package/es/components/dataSourceComponents/dataSourceForm/serve.js +4 -2
- package/es/components/dataSourceComponents/fields/index.d.ts +13 -12
- package/es/components/dataSourceComponents/hooks/useActions.d.ts +18 -0
- package/es/components/pisellFloorMapLayout/PisellFloorMapLayout.js +3 -1
- package/es/components/pisellFloorMapLayout/components/ItemLayer.d.ts +4 -0
- package/es/components/pisellFloorMapLayout/components/ItemLayer.js +9 -4
- package/es/components/pisellFloorMapLayout/components/ItemLayer.less +9 -2
- package/es/components/pisellFloorMapLayout/hooks/useFloorMapTransformMetrics.js +74 -23
- package/es/components/pisellFloorMapLayout/types.d.ts +5 -0
- package/es/components/pisellRecordBoard/PisellRecordBoard.js +14 -6
- package/es/components/pisellRecordBoard/layouts/GridLayout/Grid.js +193 -9
- package/es/components/pisellRecordBoard/layouts/GridLayout/Grid.less +31 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarMonthView.js +6 -3
- package/es/components/pisellRecordBoard/shellFrame/index.js +4 -1
- package/es/components/pisellRecordBoard/types.d.ts +9 -0
- package/es/components/pisellTimeNavigator/PisellTimeNavigator.js +13 -1
- package/es/locales/en-US.d.ts +4 -1
- package/es/locales/en-US.js +5 -2
- package/es/locales/ja.d.ts +3 -0
- package/es/locales/ja.js +3 -0
- package/es/locales/pt.d.ts +3 -0
- package/es/locales/pt.js +3 -0
- package/es/locales/zh-CN.d.ts +4 -1
- package/es/locales/zh-CN.js +5 -2
- package/es/locales/zh-TW.d.ts +4 -1
- package/es/locales/zh-TW.js +5 -2
- package/es/pisell-materials.tw.css +1 -1
- package/lib/components/Pagination/index.d.ts +2 -1
- package/lib/components/Pagination/index.js +50 -7
- package/lib/components/dataSourceComponents/dataSourceForm/serve.d.ts +201 -0
- package/lib/components/dataSourceComponents/dataSourceForm/serve.js +4 -2
- package/lib/components/dataSourceComponents/fields/index.d.ts +13 -12
- package/lib/components/dataSourceComponents/hooks/useActions.d.ts +18 -0
- package/lib/components/pisellFloorMapLayout/PisellFloorMapLayout.js +3 -1
- package/lib/components/pisellFloorMapLayout/components/ItemLayer.d.ts +4 -0
- package/lib/components/pisellFloorMapLayout/components/ItemLayer.js +8 -3
- package/lib/components/pisellFloorMapLayout/components/ItemLayer.less +9 -2
- package/lib/components/pisellFloorMapLayout/hooks/useFloorMapTransformMetrics.js +53 -18
- package/lib/components/pisellFloorMapLayout/types.d.ts +5 -0
- package/lib/components/pisellRecordBoard/PisellRecordBoard.js +16 -6
- package/lib/components/pisellRecordBoard/layouts/GridLayout/Grid.js +189 -32
- package/lib/components/pisellRecordBoard/layouts/GridLayout/Grid.less +31 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarMonthView.js +99 -96
- package/lib/components/pisellRecordBoard/shellFrame/index.js +2 -1
- package/lib/components/pisellRecordBoard/types.d.ts +9 -0
- package/lib/components/pisellTimeNavigator/PisellTimeNavigator.js +9 -1
- package/lib/locales/en-US.d.ts +4 -1
- package/lib/locales/en-US.js +4 -1
- package/lib/locales/ja.d.ts +3 -0
- package/lib/locales/ja.js +3 -0
- package/lib/locales/pt.d.ts +3 -0
- package/lib/locales/pt.js +3 -0
- package/lib/locales/zh-CN.d.ts +4 -1
- package/lib/locales/zh-CN.js +4 -1
- package/lib/locales/zh-TW.d.ts +4 -1
- package/lib/locales/zh-TW.js +4 -1
- package/lib/pisell-materials.tw.css +1 -1
- package/lowcode/pisell-record-board-calendar-view/meta.ts +1 -1
- package/package.json +1 -1
|
@@ -24,20 +24,20 @@
|
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
26
|
"package": "@pisell/materials",
|
|
27
|
-
"version": "1.8.
|
|
27
|
+
"version": "1.8.32",
|
|
28
28
|
"library": "BaseMaterials",
|
|
29
29
|
"urls": [
|
|
30
|
-
"https://unpkg.com/@pisell/materials@1.8.
|
|
31
|
-
"https://unpkg.com/@pisell/materials@1.8.
|
|
30
|
+
"https://unpkg.com/@pisell/materials@1.8.32/build/lowcode/render/default/view.js",
|
|
31
|
+
"https://unpkg.com/@pisell/materials@1.8.32/build/lowcode/render/default/view.css"
|
|
32
32
|
],
|
|
33
33
|
"editUrls": [
|
|
34
|
-
"https://unpkg.com/@pisell/materials@1.8.
|
|
35
|
-
"https://unpkg.com/@pisell/materials@1.8.
|
|
34
|
+
"https://unpkg.com/@pisell/materials@1.8.32/build/lowcode/view.js",
|
|
35
|
+
"https://unpkg.com/@pisell/materials@1.8.32/build/lowcode/view.css"
|
|
36
36
|
],
|
|
37
37
|
"advancedUrls": {
|
|
38
38
|
"default": [
|
|
39
|
-
"https://unpkg.com/@pisell/materials@1.8.
|
|
40
|
-
"https://unpkg.com/@pisell/materials@1.8.
|
|
39
|
+
"https://unpkg.com/@pisell/materials@1.8.32/build/lowcode/render/default/view.js",
|
|
40
|
+
"https://unpkg.com/@pisell/materials@1.8.32/build/lowcode/render/default/view.css"
|
|
41
41
|
]
|
|
42
42
|
},
|
|
43
43
|
"advancedEditUrls": {}
|
|
@@ -48,15 +48,15 @@
|
|
|
48
48
|
"exportName": "PisellMaterialsMeta",
|
|
49
49
|
"npm": {
|
|
50
50
|
"package": "@pisell/materials",
|
|
51
|
-
"version": "1.8.
|
|
51
|
+
"version": "1.8.32"
|
|
52
52
|
},
|
|
53
|
-
"url": "https://unpkg.com/@pisell/materials@1.8.
|
|
53
|
+
"url": "https://unpkg.com/@pisell/materials@1.8.32/build/lowcode/meta.js",
|
|
54
54
|
"urls": {
|
|
55
|
-
"default": "https://unpkg.com/@pisell/materials@1.8.
|
|
55
|
+
"default": "https://unpkg.com/@pisell/materials@1.8.32/build/lowcode/meta.js"
|
|
56
56
|
},
|
|
57
57
|
"advancedUrls": {
|
|
58
58
|
"default": [
|
|
59
|
-
"https://unpkg.com/@pisell/materials@1.8.
|
|
59
|
+
"https://unpkg.com/@pisell/materials@1.8.32/build/lowcode/meta.js"
|
|
60
60
|
]
|
|
61
61
|
}
|
|
62
62
|
}
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
26
|
"package": "@pisell/materials",
|
|
27
|
-
"version": "1.8.
|
|
27
|
+
"version": "1.8.32",
|
|
28
28
|
"library": "BaseMaterials",
|
|
29
29
|
"urls": [
|
|
30
30
|
"./render/default/view.js",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"exportName": "PisellMaterialsMeta",
|
|
49
49
|
"npm": {
|
|
50
50
|
"package": "@pisell/materials",
|
|
51
|
-
"version": "1.8.
|
|
51
|
+
"version": "1.8.32"
|
|
52
52
|
},
|
|
53
53
|
"url": "./meta.js",
|
|
54
54
|
"urls": {
|
|
@@ -24,20 +24,20 @@
|
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
26
|
"package": "@pisell/materials",
|
|
27
|
-
"version": "1.8.
|
|
27
|
+
"version": "1.8.32",
|
|
28
28
|
"library": "BaseMaterials",
|
|
29
29
|
"urls": [
|
|
30
|
-
"https://unpkg.com/@pisell/materials@1.8.
|
|
31
|
-
"https://unpkg.com/@pisell/materials@1.8.
|
|
30
|
+
"https://unpkg.com/@pisell/materials@1.8.32/build/lowcode/render/default/view.js",
|
|
31
|
+
"https://unpkg.com/@pisell/materials@1.8.32/build/lowcode/render/default/view.css"
|
|
32
32
|
],
|
|
33
33
|
"editUrls": [
|
|
34
|
-
"https://unpkg.com/@pisell/materials@1.8.
|
|
35
|
-
"https://unpkg.com/@pisell/materials@1.8.
|
|
34
|
+
"https://unpkg.com/@pisell/materials@1.8.32/build/lowcode/view.js",
|
|
35
|
+
"https://unpkg.com/@pisell/materials@1.8.32/build/lowcode/view.css"
|
|
36
36
|
],
|
|
37
37
|
"advancedUrls": {
|
|
38
38
|
"default": [
|
|
39
|
-
"https://unpkg.com/@pisell/materials@1.8.
|
|
40
|
-
"https://unpkg.com/@pisell/materials@1.8.
|
|
39
|
+
"https://unpkg.com/@pisell/materials@1.8.32/build/lowcode/render/default/view.js",
|
|
40
|
+
"https://unpkg.com/@pisell/materials@1.8.32/build/lowcode/render/default/view.css"
|
|
41
41
|
]
|
|
42
42
|
},
|
|
43
43
|
"advancedEditUrls": {}
|
|
@@ -48,15 +48,15 @@
|
|
|
48
48
|
"exportName": "PisellMaterialsMeta",
|
|
49
49
|
"npm": {
|
|
50
50
|
"package": "@pisell/materials",
|
|
51
|
-
"version": "1.8.
|
|
51
|
+
"version": "1.8.32"
|
|
52
52
|
},
|
|
53
|
-
"url": "https://unpkg.com/@pisell/materials@1.8.
|
|
53
|
+
"url": "https://unpkg.com/@pisell/materials@1.8.32/build/lowcode/meta.js",
|
|
54
54
|
"urls": {
|
|
55
|
-
"default": "https://unpkg.com/@pisell/materials@1.8.
|
|
55
|
+
"default": "https://unpkg.com/@pisell/materials@1.8.32/build/lowcode/meta.js"
|
|
56
56
|
},
|
|
57
57
|
"advancedUrls": {
|
|
58
58
|
"default": [
|
|
59
|
-
"https://unpkg.com/@pisell/materials@1.8.
|
|
59
|
+
"https://unpkg.com/@pisell/materials@1.8.32/build/lowcode/meta.js"
|
|
60
60
|
]
|
|
61
61
|
}
|
|
62
62
|
}
|