@pisell/private-materials 6.11.22 → 6.11.23

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 (39) 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/meta.js +1 -1
  5. package/build/lowcode/render/default/view.js +1 -1
  6. package/build/lowcode/view.js +1 -1
  7. package/es/components/booking/addons/model.d.ts +10 -1
  8. package/es/components/booking/forms/model.d.ts +10 -1
  9. package/es/components/booking/info/model.d.ts +10 -1
  10. package/es/components/booking/info/service/addService/utils.d.ts +1 -1
  11. package/es/components/booking/info2/service/addService/utils.d.ts +1 -1
  12. package/es/components/booking/model.d.ts +9 -1
  13. package/es/components/booking/notes/model.d.ts +10 -1
  14. package/es/components/booking/payments/model.d.ts +10 -1
  15. package/es/components/pay/toC/model.d.ts +9 -1
  16. package/es/components/productSelect/components/pisellPriceText/index.js +8 -4
  17. package/es/components/productSelect/locales.d.ts +10 -0
  18. package/es/components/productSelect/locales.js +15 -5
  19. package/es/components/schedules/model.d.ts +9 -1
  20. package/es/plus/productSelect/components/pisellPriceText/index.js +8 -4
  21. package/es/plus/productSelect/locales.d.ts +10 -0
  22. package/es/plus/productSelect/locales.js +15 -5
  23. package/lib/components/booking/addons/model.d.ts +10 -1
  24. package/lib/components/booking/forms/model.d.ts +10 -1
  25. package/lib/components/booking/info/model.d.ts +10 -1
  26. package/lib/components/booking/info/service/addService/utils.d.ts +1 -1
  27. package/lib/components/booking/info2/service/addService/utils.d.ts +1 -1
  28. package/lib/components/booking/model.d.ts +9 -1
  29. package/lib/components/booking/notes/model.d.ts +10 -1
  30. package/lib/components/booking/payments/model.d.ts +10 -1
  31. package/lib/components/pay/toC/model.d.ts +9 -1
  32. package/lib/components/productSelect/components/pisellPriceText/index.js +6 -4
  33. package/lib/components/productSelect/locales.d.ts +10 -0
  34. package/lib/components/productSelect/locales.js +15 -5
  35. package/lib/components/schedules/model.d.ts +9 -1
  36. package/lib/plus/productSelect/components/pisellPriceText/index.js +6 -5
  37. package/lib/plus/productSelect/locales.d.ts +10 -0
  38. package/lib/plus/productSelect/locales.js +15 -5
  39. package/package.json +2 -2
@@ -3,26 +3,36 @@ declare const _default: {
3
3
  'pisell2.product-select.search': string;
4
4
  'pisell2.product-select.stock': string;
5
5
  'pisell2.product-select.empty': string;
6
+ 'pisell2.product-select.price.prefix': string;
7
+ 'pisell2.product-select.price.suffix': string;
6
8
  };
7
9
  'zh-CN': {
8
10
  'pisell2.product-select.search': string;
9
11
  'pisell2.product-select.stock': string;
10
12
  'pisell2.product-select.empty': string;
13
+ 'pisell2.product-select.price.prefix': string;
14
+ 'pisell2.product-select.price.suffix': string;
11
15
  };
12
16
  'zh-HK': {
13
17
  'pisell2.product-select.search': string;
14
18
  'pisell2.product-select.stock': string;
15
19
  'pisell2.product-select.empty': string;
20
+ 'pisell2.product-select.price.prefix': string;
21
+ 'pisell2.product-select.price.suffix': string;
16
22
  };
17
23
  ja: {
18
24
  'pisell2.product-select.search': string;
19
25
  'pisell2.product-select.stock': string;
20
26
  'pisell2.product-select.empty': string;
27
+ 'pisell2.product-select.price.prefix': string;
28
+ 'pisell2.product-select.price.suffix': string;
21
29
  };
22
30
  pt: {
23
31
  'pisell2.product-select.search': string;
24
32
  'pisell2.product-select.stock': string;
25
33
  'pisell2.product-select.empty': string;
34
+ 'pisell2.product-select.price.prefix': string;
35
+ 'pisell2.product-select.price.suffix': string;
26
36
  };
27
37
  };
28
38
  export default _default;
@@ -26,26 +26,36 @@ var locales_default = {
26
26
  en: {
27
27
  "pisell2.product-select.search": "Search",
28
28
  "pisell2.product-select.stock": "Stock",
29
- "pisell2.product-select.empty": "No Data"
29
+ "pisell2.product-select.empty": "No Data",
30
+ "pisell2.product-select.price.prefix": "From",
31
+ "pisell2.product-select.price.suffix": ""
30
32
  },
31
33
  "zh-CN": {
32
34
  "pisell2.product-select.search": "搜索",
33
35
  "pisell2.product-select.stock": "库存",
34
- "pisell2.product-select.empty": "暂无数据"
36
+ "pisell2.product-select.empty": "暂无数据",
37
+ "pisell2.product-select.price.prefix": "",
38
+ "pisell2.product-select.price.suffix": "起"
35
39
  },
36
40
  "zh-HK": {
37
41
  "pisell2.product-select.search": "搜索",
38
42
  "pisell2.product-select.stock": "庫存",
39
- "pisell2.product-select.empty": "暂无数据"
43
+ "pisell2.product-select.empty": "暂无数据",
44
+ "pisell2.product-select.price.prefix": "",
45
+ "pisell2.product-select.price.suffix": "起"
40
46
  },
41
47
  ja: {
42
48
  "pisell2.product-select.search": "検索",
43
49
  "pisell2.product-select.stock": "在庫",
44
- "pisell2.product-select.empty": "データなし"
50
+ "pisell2.product-select.empty": "データなし",
51
+ "pisell2.product-select.price.prefix": "",
52
+ "pisell2.product-select.price.suffix": "から"
45
53
  },
46
54
  pt: {
47
55
  "pisell2.product-select.search": "Pesquisar",
48
56
  "pisell2.product-select.stock": "Estoque",
49
- "pisell2.product-select.empty": "Sem Dados"
57
+ "pisell2.product-select.empty": "Sem Dados",
58
+ "pisell2.product-select.price.prefix": "A partir de",
59
+ "pisell2.product-select.price.suffix": ""
50
60
  }
51
61
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pisell/private-materials",
3
- "version": "6.11.22",
3
+ "version": "6.11.23",
4
4
  "main": "./lib/index.js",
5
5
  "module": "./es/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -68,8 +68,8 @@
68
68
  "react-resizable": "^3.0.5",
69
69
  "styled-components": "^6.0.0-rc.3",
70
70
  "@pisell/utils": "3.0.2",
71
- "@pisell/icon": "0.0.11",
72
71
  "@pisell/materials": "6.11.7",
72
+ "@pisell/icon": "0.0.11",
73
73
  "@pisell/date-picker": "3.0.8"
74
74
  },
75
75
  "peerDependencies": {