@firedesktop/react-base 1.74.0 → 1.76.0

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.
@@ -3,6 +3,7 @@ import * as Configuration from './configuration';
3
3
  import CurrencyUtiles from './CurrencyUtiles';
4
4
  import DateUtils from './DateUtils';
5
5
  import FileUtils from './FileUtils';
6
+ import RegExValidation from './RegExValidation';
6
7
  import UrlUtils from './UrlUtils';
7
8
  import * as Labels from './labels';
8
- export { Configuration, CurrencyUtiles, DateUtils, Fetch, FileUtils, Labels, UrlUtils };
9
+ export { Configuration, CurrencyUtiles, DateUtils, Fetch, FileUtils, Labels, RegExValidation, UrlUtils };
@@ -3,7 +3,8 @@ import * as Configuration from './configuration';
3
3
  import CurrencyUtiles from './CurrencyUtiles';
4
4
  import DateUtils from './DateUtils';
5
5
  import FileUtils from './FileUtils';
6
+ import RegExValidation from './RegExValidation';
6
7
  import UrlUtils from './UrlUtils';
7
8
  import * as Labels from './labels';
8
- export { Configuration, CurrencyUtiles, DateUtils, Fetch, FileUtils, Labels, UrlUtils };
9
+ export { Configuration, CurrencyUtiles, DateUtils, Fetch, FileUtils, Labels, RegExValidation, UrlUtils };
9
10
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/lib/utils/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,SAAS,CAAC;AACjC,OAAO,KAAK,aAAa,MAAM,iBAAiB,CAAC;AACjD,OAAO,cAAc,MAAM,kBAAkB,CAAC;AAC9C,OAAO,SAAS,MAAM,aAAa,CAAC;AACpC,OAAO,SAAS,MAAM,aAAa,CAAC;AACpC,OAAO,QAAQ,MAAM,YAAY,CAAC;AAElC,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AAEnC,OAAO,EAAE,aAAa,EAAE,cAAc,EAAE,SAAS,EAAE,KAAK,EAAE,SAAS,EAAE,MAAM,EAAE,QAAQ,EAAE,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/lib/utils/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,SAAS,CAAC;AACjC,OAAO,KAAK,aAAa,MAAM,iBAAiB,CAAC;AACjD,OAAO,cAAc,MAAM,kBAAkB,CAAC;AAC9C,OAAO,SAAS,MAAM,aAAa,CAAC;AACpC,OAAO,SAAS,MAAM,aAAa,CAAC;AACpC,OAAO,eAAe,MAAM,mBAAmB,CAAC;AAChD,OAAO,QAAQ,MAAM,YAAY,CAAC;AAElC,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AAEnC,OAAO,EAAE,aAAa,EAAE,cAAc,EAAE,SAAS,EAAE,KAAK,EAAE,SAAS,EAAE,MAAM,EAAE,eAAe,EAAE,QAAQ,EAAE,CAAC"}
package/package.json CHANGED
@@ -1,29 +1,29 @@
1
1
  {
2
2
  "name": "@firedesktop/react-base",
3
- "version": "1.74.0",
3
+ "version": "1.76.0",
4
4
  "license": "ISC",
5
5
  "main": "dist/index.js",
6
6
  "description": "This is the FireDesktop base package used to support every React Project in this Company.",
7
7
  "author": "alessandro.gambaro",
8
8
  "repository": "https://firedesktopDevOps@dev.azure.com/firedesktopDevOps/baseFEComponents/_git/baseFEComponents",
9
9
  "dependencies": {
10
- "@syncfusion/ej2-popups": "^22.2.5",
11
- "@syncfusion/ej2-react-notifications": "^22.2.5"
10
+ "@syncfusion/ej2-popups": "^23.1.36",
11
+ "@syncfusion/ej2-react-notifications": "^23.1.36"
12
12
  },
13
13
  "devDependencies": {
14
- "@babel/cli": "7.22.9",
15
- "@babel/core": "7.22.9",
14
+ "@babel/cli": "7.22.15",
15
+ "@babel/core": "7.22.20",
16
16
  "@babel/plugin-proposal-class-properties": "7.18.6",
17
17
  "@babel/plugin-transform-arrow-functions": "7.22.5",
18
- "@babel/preset-typescript": "7.22.5",
19
- "@testing-library/jest-dom": "5.17.0",
18
+ "@babel/preset-typescript": "7.22.15",
19
+ "@testing-library/jest-dom": "6.1.3",
20
20
  "@testing-library/react": "14.0.0",
21
- "@testing-library/user-event": "14.4.3",
22
- "@types/jest": "29.5.3",
23
- "@types/node": "20.4.5",
24
- "@types/react": "18.2.17",
21
+ "@testing-library/user-event": "14.5.1",
22
+ "@types/jest": "29.5.5",
23
+ "@types/node": "20.6.2",
24
+ "@types/react": "18.2.21",
25
25
  "@types/react-dom": "18.2.7",
26
- "@types/react-redux": "7.1.25",
26
+ "@types/react-redux": "7.1.26",
27
27
  "babel-plugin-minify-builtins": "0.5.0",
28
28
  "babel-preset-minify": "0.5.2",
29
29
  "bootstrap": "4.6.0",
@@ -31,7 +31,7 @@
31
31
  "lodash": "4.17.21",
32
32
  "react": "18.2.0",
33
33
  "react-dom": "18.2.0",
34
- "react-redux": "8.1.1",
34
+ "react-redux": "8.1.2",
35
35
  "react-scripts": "5.0.1",
36
36
  "typescript": "4.9.4",
37
37
  "web-vitals": "3.4.0"
@@ -3,8 +3,9 @@ import * as Configuration from './configuration';
3
3
  import CurrencyUtiles from './CurrencyUtiles';
4
4
  import DateUtils from './DateUtils';
5
5
  import FileUtils from './FileUtils';
6
+ import RegExValidation from './RegExValidation';
6
7
  import UrlUtils from './UrlUtils';
7
8
 
8
9
  import * as Labels from './labels';
9
10
 
10
- export { Configuration, CurrencyUtiles, DateUtils, Fetch, FileUtils, Labels, UrlUtils };
11
+ export { Configuration, CurrencyUtiles, DateUtils, Fetch, FileUtils, Labels, RegExValidation, UrlUtils };