beesoft-components 0.2.24 → 0.2.26-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.
- package/build/index.cjs.js +29750 -23524
- package/build/index.js +29747 -23494
- package/build/index.min.js +20 -23
- package/build/index.min.js.gz +0 -0
- package/{types → build/types}/src/components/common/beesoft-transition/beesoft-transition.component.d.ts +2 -2
- package/{types → build/types}/src/components/common/template-outlet/template-outlet.component.d.ts +1 -1
- package/{types → build/types}/src/components/common-functions.d.ts +4 -0
- package/build/types/src/components/common-interfaces.d.ts +13 -0
- package/build/types/src/components/dom-handler.d.ts +30 -0
- package/{types → build/types}/src/components/form/date-time/date-time-calendar.component.d.ts +1 -1
- package/{types → build/types}/src/components/form/date-time/date-time-functions.d.ts +2 -1
- package/{types → build/types}/src/components/form/date-time/date-time-scroller.component.d.ts +2 -1
- package/{types → build/types}/src/components/form/date-time/date-time.component.d.ts +6 -9
- package/{types → build/types}/src/components/form/date-time/date-time.reducer.d.ts +6 -2
- package/build/types/src/components/form/form-control.interface.d.ts +12 -0
- package/{types/src/components/form → build/types/src/components/form/input}/content-editable-input/content-editable-input.component.d.ts +8 -8
- package/build/types/src/components/form/input/formatted-input/formats/date/day-month-year/format.d.ts +3 -0
- package/build/types/src/components/form/input/formatted-input/formats/date/month-day-year/format.d.ts +3 -0
- package/build/types/src/components/form/input/formatted-input/formats/date/year-month-day/format.d.ts +3 -0
- package/build/types/src/components/form/input/formatted-input/formats/date-range/day-month-year/format.d.ts +3 -0
- package/build/types/src/components/form/input/formatted-input/formats/date-range/month-day-year/format.d.ts +3 -0
- package/build/types/src/components/form/input/formatted-input/formats/date-range/year-month-day/format.d.ts +3 -0
- package/build/types/src/components/form/input/formatted-input/formats/index.d.ts +9 -0
- package/build/types/src/components/form/input/formatted-input/formats/input-format.enums.d.ts +11 -0
- package/build/types/src/components/form/input/formatted-input/formats/input-format.interfaces.d.ts +23 -0
- package/build/types/src/components/form/input/formatted-input/formats/time/12-hour/format.d.ts +3 -0
- package/build/types/src/components/form/input/formatted-input/formats/time/24-hour/format.d.ts +3 -0
- package/build/types/src/components/form/input/formatted-input/formatted-input.component.d.ts +13 -0
- package/build/types/src/components/form/input/formatted-input/parser/format-navigator.d.ts +31 -0
- package/build/types/src/components/form/input/formatted-input/parser/format-parser.d.ts +19 -0
- package/build/types/src/components/form/input/formatted-input/parser/format-renderer.d.ts +9 -0
- package/build/types/src/components/form/input/formatted-input/parser/input-rule-processor.d.ts +19 -0
- package/build/types/src/components/form/input/formatted-input/parser/input-slot-collection.d.ts +15 -0
- package/build/types/src/components/form/input/formatted-input/parser/input-slot-creator.d.ts +4 -0
- package/build/types/src/components/form/input/formatted-input/parser/key-processor.d.ts +13 -0
- package/build/types/src/components/form/input/formatted-input/parser/key-type-checker.d.ts +11 -0
- package/build/types/src/components/form/input/formatted-input/parser/parser.interfaces.d.ts +24 -0
- package/build/types/src/components/form/input/formatted-input/parser/part-entry-creator.d.ts +5 -0
- package/build/types/src/components/form/input/formatted-input/parser/part-entry-iterator.d.ts +14 -0
- package/build/types/src/components/overlay/overlay-panel/overlay-panel.component.d.ts +22 -0
- package/build/types/src/index.d.ts +9 -0
- package/build/types/src/interfaces/iterator.interface.d.ts +7 -0
- package/package.json +67 -55
- package/types/src/components/common-interfaces.d.ts +0 -3
- package/types/src/components/dom-handler.d.ts +0 -12
- package/types/src/components/overlay/overlay-panel/overlay-panel.component.d.ts +0 -18
- package/types/src/index.d.ts +0 -5
- package/types/src/reportWebVitals.d.ts +0 -2
- /package/{types → build/types}/src/components/common-event-handlers.d.ts +0 -0
- /package/{types → build/types}/src/components/common-hooks.d.ts +0 -0
- /package/{types → build/types}/src/components/font-awesome.d.ts +0 -0
- /package/{types → build/types}/src/components/form/date-time/date-time-context.d.ts +0 -0
- /package/{types → build/types}/src/components/form/date-time/date-time-day-selector.component.d.ts +0 -0
- /package/{types → build/types}/src/components/form/date-time/date-time-month-selector.component.d.ts +0 -0
- /package/{types → build/types}/src/components/form/date-time/date-time-range-selector.component.d.ts +0 -0
- /package/{types → build/types}/src/components/form/date-time/date-time-time-selector.component.d.ts +0 -0
- /package/{types → build/types}/src/components/form/date-time/date-time-types.d.ts +0 -0
- /package/{types → build/types}/src/components/form/date-time/date-time-year-selector.component.d.ts +0 -0
- /package/{types → build/types}/src/setupTests.d.ts +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "beesoft-components",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.26-0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "Brandon Trabon",
|
|
6
6
|
"keywords": [
|
|
@@ -21,23 +21,23 @@
|
|
|
21
21
|
"module": "build/index.min.js",
|
|
22
22
|
"types": "types/src/index.d.ts",
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@fortawesome/fontawesome-svg-core": "^
|
|
25
|
-
"@fortawesome/free-regular-svg-icons": "^
|
|
26
|
-
"@fortawesome/free-solid-svg-icons": "^
|
|
27
|
-
"@fortawesome/react-fontawesome": "^0.
|
|
24
|
+
"@fortawesome/fontawesome-svg-core": "^6.4.0",
|
|
25
|
+
"@fortawesome/free-regular-svg-icons": "^6.4.0",
|
|
26
|
+
"@fortawesome/free-solid-svg-icons": "^6.4.0",
|
|
27
|
+
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
28
28
|
"classnames": "^2.3.1",
|
|
29
|
-
"date-fns": "^2.
|
|
29
|
+
"date-fns": "^2.29.3",
|
|
30
30
|
"lodash": "^4.17.21",
|
|
31
|
-
"react-transition-group": "^4.4.
|
|
31
|
+
"react-transition-group": "^4.4.5"
|
|
32
32
|
},
|
|
33
33
|
"scripts": {
|
|
34
|
-
"start": "
|
|
34
|
+
"start": "start-storybook -p 6006 -s public",
|
|
35
35
|
"build": "rimraf build && rimraf types && rollup -c --environment NODE_ENV:production",
|
|
36
36
|
"build:app": "craco build",
|
|
37
37
|
"test": "echo \"craco test\"",
|
|
38
38
|
"eject": "react-scripts eject",
|
|
39
|
-
"storybook": "start-storybook -p 6006 -s public",
|
|
40
|
-
"build-storybook": "build-storybook -s public"
|
|
39
|
+
"storybook": "cross-env NODE_OPTIONS=--openssl-legacy-provider start-storybook -p 6006 -s public",
|
|
40
|
+
"build-storybook": "cross-env NODE_OPTIONS=--openssl-legacy-provider build-storybook -s public"
|
|
41
41
|
},
|
|
42
42
|
"eslintConfig": {
|
|
43
43
|
"extends": [
|
|
@@ -58,59 +58,71 @@
|
|
|
58
58
|
]
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
|
-
"@babel/cli": "^7.
|
|
62
|
-
"@babel/preset-env": "^7.
|
|
63
|
-
"@babel/preset-react": "^7.
|
|
64
|
-
"@babel/preset-typescript": "^7.
|
|
65
|
-
"@craco/craco": "^
|
|
66
|
-
"@
|
|
67
|
-
"@rollup/plugin-
|
|
68
|
-
"@
|
|
69
|
-
"@
|
|
70
|
-
"@
|
|
71
|
-
"@storybook/
|
|
72
|
-
"@storybook/
|
|
73
|
-
"@storybook/
|
|
74
|
-
"@
|
|
75
|
-
"@
|
|
76
|
-
"@
|
|
77
|
-
"@
|
|
61
|
+
"@babel/cli": "^7.21.0",
|
|
62
|
+
"@babel/preset-env": "^7.21.4",
|
|
63
|
+
"@babel/preset-react": "^7.18.6",
|
|
64
|
+
"@babel/preset-typescript": "^7.21.4",
|
|
65
|
+
"@craco/craco": "^7.1.0",
|
|
66
|
+
"@release-it/bumper": "^4.0.2",
|
|
67
|
+
"@rollup/plugin-commonjs": "^24.0.1",
|
|
68
|
+
"@rollup/plugin-node-resolve": "^15.0.1",
|
|
69
|
+
"@rollup/plugin-terser": "^0.4.1",
|
|
70
|
+
"@rollup/plugin-typescript": "^11.1.0",
|
|
71
|
+
"@storybook/addon-actions": "^6.5.16",
|
|
72
|
+
"@storybook/addon-essentials": "^6.5.16",
|
|
73
|
+
"@storybook/addon-links": "^6.5.16",
|
|
74
|
+
"@storybook/builder-webpack5": "^6.5.16",
|
|
75
|
+
"@storybook/manager-webpack5": "^6.5.16",
|
|
76
|
+
"@storybook/node-logger": "^6.5.16",
|
|
77
|
+
"@storybook/preset-create-react-app": "^4.1.2",
|
|
78
|
+
"@storybook/react": "^6.5.16",
|
|
79
|
+
"@testing-library/jest-dom": "^5.16.5",
|
|
80
|
+
"@testing-library/react": "^14.0.0",
|
|
81
|
+
"@testing-library/user-event": "^14.4.3",
|
|
78
82
|
"@types/dot-object": "^2.1.2",
|
|
79
83
|
"@types/jest": "^26.0.15",
|
|
80
84
|
"@types/lodash": "^4.14.168",
|
|
81
|
-
"@types/node": "
|
|
82
|
-
"@types/react": "^
|
|
83
|
-
"@types/react-dom": "^
|
|
84
|
-
"@types/react-transition-group": "^4.4.
|
|
85
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
86
|
-
"@typescript-eslint/parser": "^
|
|
87
|
-
"autoprefixer": "^
|
|
85
|
+
"@types/node": "18.0.0",
|
|
86
|
+
"@types/react": "^18.0.31",
|
|
87
|
+
"@types/react-dom": "^18.0.11",
|
|
88
|
+
"@types/react-transition-group": "^4.4.5",
|
|
89
|
+
"@typescript-eslint/eslint-plugin": "^5.57.0",
|
|
90
|
+
"@typescript-eslint/parser": "^5.57.0",
|
|
91
|
+
"autoprefixer": "^10.4.14",
|
|
88
92
|
"babel-plugin-macros": "^3.1.0",
|
|
89
93
|
"cross-env": "^7.0.3",
|
|
90
|
-
"eslint": "^
|
|
91
|
-
"eslint-config-prettier": "^8.
|
|
92
|
-
"eslint-plugin-prettier": "^
|
|
93
|
-
"eslint-plugin-react": "^7.
|
|
94
|
-
"eslint-plugin-react-hooks": "^4.
|
|
95
|
-
"
|
|
96
|
-
"
|
|
97
|
-
"
|
|
98
|
-
"react
|
|
99
|
-
"react-
|
|
100
|
-
"
|
|
94
|
+
"eslint": "^8.37.0",
|
|
95
|
+
"eslint-config-prettier": "^8.8.0",
|
|
96
|
+
"eslint-plugin-prettier": "^4.2.1",
|
|
97
|
+
"eslint-plugin-react": "^7.32.2",
|
|
98
|
+
"eslint-plugin-react-hooks": "^4.6.0",
|
|
99
|
+
"eslint-plugin-storybook": "^0.6.11",
|
|
100
|
+
"postcss": "^8.4.21",
|
|
101
|
+
"prettier": "^2.8.7",
|
|
102
|
+
"react": "^18.2.0",
|
|
103
|
+
"react-docgen-typescript-loader": "^3.7.2",
|
|
104
|
+
"react-dom": "^18.2.0",
|
|
105
|
+
"react-scripts": "5.0.1",
|
|
106
|
+
"release-it": "^15.10.1",
|
|
107
|
+
"rollup": "^3.20.2",
|
|
101
108
|
"rollup-plugin-copy": "^3.4.0",
|
|
102
|
-
"rollup-plugin-gzip": "^
|
|
109
|
+
"rollup-plugin-gzip": "^3.1.0",
|
|
103
110
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
104
|
-
"rollup-plugin-postcss": "^4.0.
|
|
105
|
-
"
|
|
106
|
-
"
|
|
107
|
-
"
|
|
108
|
-
"
|
|
109
|
-
"
|
|
110
|
-
"
|
|
111
|
+
"rollup-plugin-postcss": "^4.0.2",
|
|
112
|
+
"tailwindcss": "^3.3.1",
|
|
113
|
+
"ts-loader": "^9.4.2",
|
|
114
|
+
"ts-node": "^10.9.1",
|
|
115
|
+
"tslib": "^2.5.0",
|
|
116
|
+
"typescript": "^5.0.3",
|
|
117
|
+
"webpack": "^5"
|
|
111
118
|
},
|
|
112
119
|
"peerDependencies": {
|
|
113
|
-
"react": "^
|
|
114
|
-
"react-dom": "^
|
|
120
|
+
"react": "^18.2.0",
|
|
121
|
+
"react-dom": "^18.2.0"
|
|
122
|
+
},
|
|
123
|
+
"resolutions": {
|
|
124
|
+
"**/@types/react": "^18.0.31",
|
|
125
|
+
"@storybook/react/webpack": "^5",
|
|
126
|
+
"@storybook/react-docgen-typescript-plugin": "1.0.6--canary.9.cd77847.0"
|
|
115
127
|
}
|
|
116
128
|
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
export declare enum AlignmentPosition {
|
|
2
|
-
TopLeft = 0,
|
|
3
|
-
TopRight = 1,
|
|
4
|
-
BottomLeft = 2,
|
|
5
|
-
BottomRight = 3
|
|
6
|
-
}
|
|
7
|
-
export declare class DomHandler {
|
|
8
|
-
static positionToTarget(target: HTMLElement, position?: AlignmentPosition): {
|
|
9
|
-
top: number;
|
|
10
|
-
left: number;
|
|
11
|
-
};
|
|
12
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { MarkupEvents } from '../../common-interfaces';
|
|
3
|
-
export interface OverlayPanelProps {
|
|
4
|
-
visible: boolean;
|
|
5
|
-
target?: React.MouseEvent<Element, MouseEvent> | HTMLElement | Element | null;
|
|
6
|
-
shouldTargetCloseOverlay?: boolean;
|
|
7
|
-
shouldMatchTargetWidth?: boolean;
|
|
8
|
-
shouldScrollCloseOverlay?: boolean;
|
|
9
|
-
shouldCheckZIndex?: boolean;
|
|
10
|
-
unmountWhenHidden?: boolean;
|
|
11
|
-
transitionDuration?: number;
|
|
12
|
-
showTransitionOptions?: string;
|
|
13
|
-
hideTransitionOptions?: string;
|
|
14
|
-
shown?: () => void;
|
|
15
|
-
hidden?: () => void;
|
|
16
|
-
children: React.ReactNode;
|
|
17
|
-
}
|
|
18
|
-
export default function OverlayPanel({ visible, target, shouldTargetCloseOverlay, shouldMatchTargetWidth, shouldScrollCloseOverlay, shouldCheckZIndex, unmountWhenHidden, transitionDuration, showTransitionOptions, hideTransitionOptions, shown, hidden, markupCreated, children, }: OverlayPanelProps & MarkupEvents): JSX.Element;
|
package/types/src/index.d.ts
DELETED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{types → build/types}/src/components/form/date-time/date-time-day-selector.component.d.ts
RENAMED
|
File without changes
|
/package/{types → build/types}/src/components/form/date-time/date-time-month-selector.component.d.ts
RENAMED
|
File without changes
|
/package/{types → build/types}/src/components/form/date-time/date-time-range-selector.component.d.ts
RENAMED
|
File without changes
|
/package/{types → build/types}/src/components/form/date-time/date-time-time-selector.component.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
/package/{types → build/types}/src/components/form/date-time/date-time-year-selector.component.d.ts
RENAMED
|
File without changes
|
|
File without changes
|