@limetech/lime-elements 37.1.0-next.25 → 37.1.0-next.26

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.
@@ -61,6 +61,7 @@ export declare class Form {
61
61
  private isValid;
62
62
  private modifiedSchema;
63
63
  private validator;
64
+ private root;
64
65
  constructor();
65
66
  connectedCallback(): void;
66
67
  componentWillLoad(): void;
@@ -1 +1,2 @@
1
1
  export declare function isInteger(data: string): boolean;
2
+ export declare function isNumber(data: string): boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@limetech/lime-elements",
3
- "version": "37.1.0-next.25",
3
+ "version": "37.1.0-next.26",
4
4
  "description": "Lime Elements",
5
5
  "author": "Lime Technologies",
6
6
  "license": "Apache-2.0",
@@ -50,14 +50,16 @@
50
50
  "@types/jest": "^27.4.0",
51
51
  "@types/lodash-es": "^4.17.9",
52
52
  "@types/react": "^18.2.22",
53
+ "@types/react-dom": "^18.2.0",
53
54
  "@types/tabulator-tables": "^4.9.4",
54
55
  "@typescript-eslint/eslint-plugin": "^5.61.0",
55
56
  "@typescript-eslint/parser": "^5.62.0",
56
57
  "ajv": "^8.10.0",
58
+ "ajv-formats": "^2.1.1",
57
59
  "awesome-debounce-promise": "^2.1.0",
58
60
  "codemirror": "^5.65.9",
59
61
  "cross-env": "^7.0.3",
60
- "dayjs": "^1.11.9",
62
+ "dayjs": "^1.11.10",
61
63
  "eslint": "^8.49.0",
62
64
  "eslint-config-prettier": "^9.0.0",
63
65
  "eslint-plugin-ban": "^1.6.0",