@tachybase/client 1.3.16 → 1.3.17

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.
@@ -15,12 +15,12 @@ var __copyProps = (to, from, except, desc) => {
15
15
  return to;
16
16
  };
17
17
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
- var locale_exports = {};
19
- __export(locale_exports, {
18
+ var index_exports = {};
19
+ __export(index_exports, {
20
20
  dayjsLocale: () => dayjsLocale,
21
- default: () => locale_default
21
+ default: () => index_default
22
22
  });
23
- module.exports = __toCommonJS(locale_exports);
23
+ module.exports = __toCommonJS(index_exports);
24
24
  const dayjsLocale = {
25
25
  "ar-EG": "ar",
26
26
  "az-AZ": "az",
@@ -90,7 +90,7 @@ const dayjsLocale = {
90
90
  "zh-HK": "zh-hk",
91
91
  "zh-TW": "zh-tw"
92
92
  };
93
- var locale_default = {
93
+ var index_default = {
94
94
  "ar-EG": { label: "\u0627\u0644\u0639\u0631\u0628\u064A\u0629" },
95
95
  "az-AZ": { label: "Az\u0259rbaycan dili" },
96
96
  "bg-BG": { label: "\u0411\u044A\u043B\u0433\u0430\u0440\u0441\u043A\u0438" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tachybase/client",
3
- "version": "1.3.16",
3
+ "version": "1.3.17",
4
4
  "license": "Apache-2.0",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.mjs",
@@ -63,15 +63,15 @@
63
63
  "react-to-print": "^2.15.1",
64
64
  "react-transition-group": "^4.4.5",
65
65
  "react-zoom-pan-pinch": "^3.6.1",
66
- "sanitize-html": "2.14.0",
66
+ "sanitize-html": "2.17.0",
67
67
  "use-deep-compare-effect": "^1.8.1",
68
68
  "xlsx": "0.18.5",
69
- "@tachybase/components": "1.3.16",
70
- "@tachybase/requirejs": "1.3.16",
71
- "@tachybase/schema": "1.3.16",
72
- "@tachybase/evaluators": "1.3.16",
73
- "@tachybase/sdk": "1.3.16",
74
- "@tachybase/utils": "1.3.16"
69
+ "@tachybase/components": "1.3.17",
70
+ "@tachybase/evaluators": "1.3.17",
71
+ "@tachybase/requirejs": "1.3.17",
72
+ "@tachybase/schema": "1.3.17",
73
+ "@tachybase/sdk": "1.3.17",
74
+ "@tachybase/utils": "1.3.17"
75
75
  },
76
76
  "devDependencies": {
77
77
  "@testing-library/react": "^16.2.0",