@trackunit/custom-field-components 0.0.772 → 0.0.777

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/index.cjs.js CHANGED
@@ -164,7 +164,12 @@ function __rest(s, e) {
164
164
  t[p[i]] = s[p[i]];
165
165
  }
166
166
  return t;
167
- }
167
+ }
168
+
169
+ typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) {
170
+ var e = new Error(message);
171
+ return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
172
+ };
168
173
 
169
174
  /**
170
175
  * A component that can be used to render a boolean field
package/index.esm.d.ts ADDED
@@ -0,0 +1 @@
1
+ export * from "./src/index";
package/index.esm.js CHANGED
@@ -141,7 +141,12 @@ function __rest(s, e) {
141
141
  t[p[i]] = s[p[i]];
142
142
  }
143
143
  return t;
144
- }
144
+ }
145
+
146
+ typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) {
147
+ var e = new Error(message);
148
+ return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
149
+ };
145
150
 
146
151
  /**
147
152
  * A component that can be used to render a boolean field
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/custom-field-components",
3
- "version": "0.0.772",
3
+ "version": "0.0.777",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -61,9 +61,9 @@ var translation = {
61
61
  "customfield.unit.VOLT": "V",
62
62
  "customfield.unit.VOLT_AMPERE": "VA",
63
63
  "customfield.unit.WATT": "W",
64
- "customfield.unit.WEEK": "wk",
64
+ "customfield.unit.WEEK": "sem",
65
65
  "customfield.unit.YARD": "yd",
66
- "customfield.unit.YEAR": "years"
66
+ "customfield.unit.YEAR": "anos"
67
67
  };
68
68
 
69
69
  exports["default"] = translation;
@@ -61,9 +61,9 @@ var translation = {
61
61
  "customfield.unit.VOLT": "V",
62
62
  "customfield.unit.VOLT_AMPERE": "VA",
63
63
  "customfield.unit.WATT": "W",
64
- "customfield.unit.WEEK": "wk",
64
+ "customfield.unit.WEEK": "sem",
65
65
  "customfield.unit.YARD": "yd",
66
- "customfield.unit.YEAR": "years"
66
+ "customfield.unit.YEAR": "años"
67
67
  };
68
68
 
69
69
  exports["default"] = translation;
@@ -14,7 +14,7 @@ var translation = {
14
14
  "customfield.unit.DEGREE_ANGLE": "°",
15
15
  "customfield.unit.FAHRENHEIT": "°F",
16
16
  "customfield.unit.FOOT": "ft",
17
- "customfield.unit.G_FORCE": "G",
17
+ "customfield.unit.G_FORCE": "g",
18
18
  "customfield.unit.GALLON_LIQUID": "gal",
19
19
  "customfield.unit.GALLONS_PER_HOUR": "gal/h",
20
20
  "customfield.unit.GRAM": "g",
@@ -61,9 +61,9 @@ var translation = {
61
61
  "customfield.unit.VOLT": "V",
62
62
  "customfield.unit.VOLT_AMPERE": "VA",
63
63
  "customfield.unit.WATT": "W",
64
- "customfield.unit.WEEK": "wk",
64
+ "customfield.unit.WEEK": "v.",
65
65
  "customfield.unit.YARD": "yd",
66
- "customfield.unit.YEAR": "years"
66
+ "customfield.unit.YEAR": "år"
67
67
  };
68
68
 
69
69
  exports["default"] = translation;
@@ -61,9 +61,9 @@ var translation = {
61
61
  "customfield.unit.VOLT": "V",
62
62
  "customfield.unit.VOLT_AMPERE": "VA",
63
63
  "customfield.unit.WATT": "W",
64
- "customfield.unit.WEEK": "wk",
64
+ "customfield.unit.WEEK": "týden",
65
65
  "customfield.unit.YARD": "yard",
66
- "customfield.unit.YEAR": "years"
66
+ "customfield.unit.YEAR": "roky/let"
67
67
  };
68
68
 
69
69
  exports["default"] = translation;
@@ -59,9 +59,9 @@ var translation = {
59
59
  "customfield.unit.VOLT": "V",
60
60
  "customfield.unit.VOLT_AMPERE": "VA",
61
61
  "customfield.unit.WATT": "W",
62
- "customfield.unit.WEEK": "wk",
62
+ "customfield.unit.WEEK": "sem",
63
63
  "customfield.unit.YARD": "yd",
64
- "customfield.unit.YEAR": "years"
64
+ "customfield.unit.YEAR": "anos"
65
65
  };
66
66
 
67
67
  export { translation as default };
@@ -59,9 +59,9 @@ var translation = {
59
59
  "customfield.unit.VOLT": "V",
60
60
  "customfield.unit.VOLT_AMPERE": "VA",
61
61
  "customfield.unit.WATT": "W",
62
- "customfield.unit.WEEK": "wk",
62
+ "customfield.unit.WEEK": "sem",
63
63
  "customfield.unit.YARD": "yd",
64
- "customfield.unit.YEAR": "years"
64
+ "customfield.unit.YEAR": "años"
65
65
  };
66
66
 
67
67
  export { translation as default };
@@ -12,7 +12,7 @@ var translation = {
12
12
  "customfield.unit.DEGREE_ANGLE": "°",
13
13
  "customfield.unit.FAHRENHEIT": "°F",
14
14
  "customfield.unit.FOOT": "ft",
15
- "customfield.unit.G_FORCE": "G",
15
+ "customfield.unit.G_FORCE": "g",
16
16
  "customfield.unit.GALLON_LIQUID": "gal",
17
17
  "customfield.unit.GALLONS_PER_HOUR": "gal/h",
18
18
  "customfield.unit.GRAM": "g",
@@ -59,9 +59,9 @@ var translation = {
59
59
  "customfield.unit.VOLT": "V",
60
60
  "customfield.unit.VOLT_AMPERE": "VA",
61
61
  "customfield.unit.WATT": "W",
62
- "customfield.unit.WEEK": "wk",
62
+ "customfield.unit.WEEK": "v.",
63
63
  "customfield.unit.YARD": "yd",
64
- "customfield.unit.YEAR": "years"
64
+ "customfield.unit.YEAR": "år"
65
65
  };
66
66
 
67
67
  export { translation as default };
@@ -59,9 +59,9 @@ var translation = {
59
59
  "customfield.unit.VOLT": "V",
60
60
  "customfield.unit.VOLT_AMPERE": "VA",
61
61
  "customfield.unit.WATT": "W",
62
- "customfield.unit.WEEK": "wk",
62
+ "customfield.unit.WEEK": "týden",
63
63
  "customfield.unit.YARD": "yard",
64
- "customfield.unit.YEAR": "years"
64
+ "customfield.unit.YEAR": "roky/let"
65
65
  };
66
66
 
67
67
  export { translation as default };