@firedesktop/react-base 1.62.0 → 1.63.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.
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- declare type PropType = {
2
+ type PropType = {
3
3
  name: 'add' | 'edit' | 'delete' | 'list' | 'link' | 'unlink' | 'shrink' | 'arrow-first' | 'arrow-prev' | 'arrow-next' | 'arrow-last' | 'user' | 'password' | 'tickTrue' | 'document' | 'company' | 'tickFalse' | 'plantMonitor' | 'plantMissing' | 'circle' | 'tickStep' | 'unPin' | 'Pin' | 'contact' | 'userManagement' | 'configurations' | 'documentTemplate' | 'eye' | 'share' | 'download' | 'search' | 'logo-main' | 'backicon' | 'expand' | 'upload' | 'table' | 'pin-tilted' | 'home' | 'registry' | 'material' | 'supply' | 'delivery';
4
4
  className: string;
5
5
  iconClassName: string;
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
- declare type AppInputType_Type = 'button' | 'checkbox' | 'color' | 'date' | 'datetime-local' | 'email' | 'file' | 'hidden' | 'image' | 'month' | 'number' | 'password' | 'radio' | 'range' | 'reset' | 'search' | 'submit' | 'tel' | 'text' | 'url' | 'week';
3
- declare type Proptype = {
2
+ type AppInputType_Type = 'button' | 'checkbox' | 'color' | 'date' | 'datetime-local' | 'email' | 'file' | 'hidden' | 'image' | 'month' | 'number' | 'password' | 'radio' | 'range' | 'reset' | 'search' | 'submit' | 'tel' | 'text' | 'url' | 'week';
3
+ type Proptype = {
4
4
  appIcon: any;
5
5
  ariadescribedby?: string;
6
6
  autoComplete?: boolean;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- declare type PropType = {
2
+ type PropType = {
3
3
  activePage: number;
4
4
  className?: string;
5
5
  itemsPerPage: number;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- declare type Spin_TYPE = {
2
+ type Spin_TYPE = {
3
3
  spinning: boolean;
4
4
  targetId?: string;
5
5
  };
@@ -1,7 +1,7 @@
1
1
  /// <reference types="react" />
2
2
  import '../../styles/toaster.css';
3
3
  import * as Types from './Types';
4
- declare type Toaster_Props = {
4
+ type Toaster_Props = {
5
5
  propertiesObject: Types.Toaster_Prop_Type;
6
6
  };
7
7
  declare const Toaster: ({ propertiesObject }: Toaster_Props) => JSX.Element;
@@ -1,5 +1,5 @@
1
- export declare type Toaster_Type = 'Error' | 'Information' | 'Success' | 'Warning';
2
- export declare type Toaster_Prop_Type = {
1
+ export type Toaster_Type = 'Error' | 'Information' | 'Success' | 'Warning';
2
+ export type Toaster_Prop_Type = {
3
3
  content?: string;
4
4
  title: string;
5
5
  type: Toaster_Type;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- export declare type configurationLoaderParamsType = {
2
+ export type configurationLoaderParamsType = {
3
3
  updateAppState: (name: string, value: object) => any;
4
4
  path?: string;
5
5
  };
@@ -13,7 +13,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
13
13
  function verb(n) { return function (v) { return step([n, v]); }; }
14
14
  function step(op) {
15
15
  if (f) throw new TypeError("Generator is already executing.");
16
- while (_) try {
16
+ while (g && (g = 0, op[0] && (_ = 0)), _) try {
17
17
  if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
18
18
  if (y = 0, t) op = [op[0] & 2, t.value];
19
19
  switch (op[0]) {
@@ -13,7 +13,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
13
13
  function verb(n) { return function (v) { return step([n, v]); }; }
14
14
  function step(op) {
15
15
  if (f) throw new TypeError("Generator is already executing.");
16
- while (_) try {
16
+ while (g && (g = 0, op[0] && (_ = 0)), _) try {
17
17
  if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
18
18
  if (y = 0, t) op = [op[0] & 2, t.value];
19
19
  switch (op[0]) {
@@ -1,8 +1,8 @@
1
1
  /// <reference types="react" />
2
- export declare type Configuration_Type = {
2
+ export type Configuration_Type = {
3
3
  loaded: boolean;
4
4
  };
5
- export declare type configurationLoaderParamsType = {
5
+ export type configurationLoaderParamsType = {
6
6
  configuration?: Configuration_Type;
7
7
  onConfigurationLoad: (condifiguration?: Configuration_Type) => void;
8
8
  path: string;
@@ -13,7 +13,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
13
13
  function verb(n) { return function (v) { return step([n, v]); }; }
14
14
  function step(op) {
15
15
  if (f) throw new TypeError("Generator is already executing.");
16
- while (_) try {
16
+ while (g && (g = 0, op[0] && (_ = 0)), _) try {
17
17
  if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
18
18
  if (y = 0, t) op = [op[0] & 2, t.value];
19
19
  switch (op[0]) {
@@ -4,7 +4,7 @@ export interface ILabels {
4
4
  errorServerNotAvailable: string;
5
5
  errorSessionExpired: string;
6
6
  }
7
- export declare type AdditionalParamsType = {
7
+ export type AdditionalParamsType = {
8
8
  name: string;
9
9
  value: string | number;
10
10
  };
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- export declare type languageLoaderParamsType = {
2
+ export type languageLoaderParamsType = {
3
3
  updateAppState: (name: string, value: object) => any;
4
4
  language: string;
5
5
  path?: string;
@@ -13,7 +13,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
13
13
  function verb(n) { return function (v) { return step([n, v]); }; }
14
14
  function step(op) {
15
15
  if (f) throw new TypeError("Generator is already executing.");
16
- while (_) try {
16
+ while (g && (g = 0, op[0] && (_ = 0)), _) try {
17
17
  if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
18
18
  if (y = 0, t) op = [op[0] & 2, t.value];
19
19
  switch (op[0]) {
@@ -13,7 +13,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
13
13
  function verb(n) { return function (v) { return step([n, v]); }; }
14
14
  function step(op) {
15
15
  if (f) throw new TypeError("Generator is already executing.");
16
- while (_) try {
16
+ while (g && (g = 0, op[0] && (_ = 0)), _) try {
17
17
  if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
18
18
  if (y = 0, t) op = [op[0] & 2, t.value];
19
19
  switch (op[0]) {
@@ -1,8 +1,8 @@
1
1
  /// <reference types="react" />
2
- export declare type Labels_Type = {
2
+ export type Labels_Type = {
3
3
  language: string;
4
4
  };
5
- export declare type languageLoaderParamsType = {
5
+ export type languageLoaderParamsType = {
6
6
  labels?: Labels_Type;
7
7
  language: string;
8
8
  onLanguageLoad: (language?: Labels_Type) => void;
@@ -13,7 +13,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
13
13
  function verb(n) { return function (v) { return step([n, v]); }; }
14
14
  function step(op) {
15
15
  if (f) throw new TypeError("Generator is already executing.");
16
- while (_) try {
16
+ while (g && (g = 0, op[0] && (_ = 0)), _) try {
17
17
  if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
18
18
  if (y = 0, t) op = [op[0] & 2, t.value];
19
19
  switch (op[0]) {
package/package.json CHANGED
@@ -1,28 +1,28 @@
1
1
  {
2
2
  "name": "@firedesktop/react-base",
3
- "version": "1.62.0",
3
+ "version": "1.63.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": "20.3.47",
11
- "@syncfusion/ej2-react-notifications": "20.3.47"
10
+ "@syncfusion/ej2-popups": "20.3.59",
11
+ "@syncfusion/ej2-react-notifications": "20.3.56"
12
12
  },
13
13
  "devDependencies": {
14
14
  "@babel/cli": "7.19.3",
15
- "@babel/core": "7.19.3",
15
+ "@babel/core": "7.20.5",
16
16
  "@babel/plugin-proposal-class-properties": "7.18.6",
17
17
  "@babel/plugin-transform-arrow-functions": "7.18.6",
18
18
  "@babel/preset-typescript": "7.18.6",
19
19
  "@testing-library/jest-dom": "5.16.5",
20
20
  "@testing-library/react": "13.4.0",
21
21
  "@testing-library/user-event": "14.4.3",
22
- "@types/jest": "29.1.1",
23
- "@types/node": "18.7.23",
24
- "@types/react": "18.0.21",
25
- "@types/react-dom": "18.0.6",
22
+ "@types/jest": "29.2.3",
23
+ "@types/node": "18.11.9",
24
+ "@types/react": "18.0.25",
25
+ "@types/react-dom": "18.0.9",
26
26
  "@types/react-redux": "7.1.24",
27
27
  "babel-plugin-minify-builtins": "0.5.0",
28
28
  "babel-preset-minify": "0.5.2",
@@ -31,10 +31,10 @@
31
31
  "lodash": "4.17.21",
32
32
  "react": "18.2.0",
33
33
  "react-dom": "18.2.0",
34
- "react-redux": "8.0.4",
34
+ "react-redux": "8.0.5",
35
35
  "react-scripts": "5.0.1",
36
- "typescript": "4.8.4",
37
- "web-vitals": "3.0.2"
36
+ "typescript": "4.9.3",
37
+ "web-vitals": "3.1.0"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "bootstrap": ">=4.5.3",