@dvrd/dvr-controls 1.0.6 → 1.0.7
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/package.json +1 -1
- package/src/js/button/button.tsx +0 -102
- package/src/js/button/buttonController.tsx +0 -179
- package/src/js/button/closeButton.tsx +0 -29
- package/src/js/button/dvrdButton.tsx +0 -128
- package/src/js/button/outlinedButton.tsx +0 -105
- package/src/js/button/simpleButton.tsx +0 -163
- package/src/js/button/style/button.scss +0 -95
- package/src/js/button/style/closeButton.scss +0 -15
- package/src/js/button/style/dvrdButton.scss +0 -30
- package/src/js/button/style/outlinedButton.scss +0 -84
- package/src/js/button/style/simpleButton.scss +0 -80
- package/src/js/carousel/DVRCarousel.tsx +0 -163
- package/src/js/carousel/DVRCarouselController.tsx +0 -95
- package/src/js/carousel/style/DVRCarousel.scss +0 -38
- package/src/js/checkbox/checkbox.tsx +0 -147
- package/src/js/checkbox/checkboxController.tsx +0 -131
- package/src/js/checkbox/style/checkbox.scss +0 -109
- package/src/js/colorPicker/colorPicker.tsx +0 -118
- package/src/js/colorPicker/style/colorPicker.scss +0 -20
- package/src/js/date/dvrdDatePicker.tsx +0 -357
- package/src/js/date/style/dvrdDatePicker.scss +0 -307
- package/src/js/dialog/dialog.tsx +0 -207
- package/src/js/dialog/dialogController.tsx +0 -70
- package/src/js/dialog/inlineDialog.tsx +0 -127
- package/src/js/dialog/style/dialog.scss +0 -61
- package/src/js/events/withEvents.tsx +0 -40
- package/src/js/head/DVRHead.tsx +0 -49
- package/src/js/header/DVRHeader.tsx +0 -413
- package/src/js/header/style/header.scss +0 -206
- package/src/js/icon/awesomeIcon.tsx +0 -46
- package/src/js/image/imageUpload.tsx +0 -69
- package/src/js/image/style/imageUpload.scss +0 -11
- package/src/js/info/info.tsx +0 -136
- package/src/js/info/style/info.scss +0 -39
- package/src/js/input/animated/animatedTextField.tsx +0 -159
- package/src/js/input/date/dateField.tsx +0 -360
- package/src/js/input/date/dateFieldController.tsx +0 -245
- package/src/js/input/date/datePicker/datePicker.tsx +0 -186
- package/src/js/input/date/datePicker/style/datePicker.scss +0 -102
- package/src/js/input/date/input/dateInput.tsx +0 -213
- package/src/js/input/date/style/dateField.scss +0 -40
- package/src/js/input/date/timePicker/style/timePicker.scss +0 -95
- package/src/js/input/date/timePicker/timePicker.tsx +0 -143
- package/src/js/input/editor/DVREditor.tsx +0 -21
- package/src/js/input/number/numberInput.tsx +0 -157
- package/src/js/input/password/passwordInput.tsx +0 -140
- package/src/js/input/password/passwordRules.tsx +0 -48
- package/src/js/input/password/style/passwordInput.scss +0 -39
- package/src/js/input/password/style/passwordRules.scss +0 -41
- package/src/js/input/simple/style/simpleInput.scss +0 -98
- package/src/js/input/simple/v2/simpleInputV2.tsx +0 -178
- package/src/js/input/style/input.scss +0 -138
- package/src/js/input/v2/inputController_v2.tsx +0 -250
- package/src/js/input/v2/input_v2.tsx +0 -7
- package/src/js/label/label.tsx +0 -196
- package/src/js/label/style/label.scss +0 -4
- package/src/js/link/link.tsx +0 -38
- package/src/js/link/style/link.scss +0 -30
- package/src/js/loader/loader.tsx +0 -79
- package/src/js/loader/loaderController.tsx +0 -61
- package/src/js/loader/style/loader.scss +0 -53
- package/src/js/media/media.tsx +0 -72
- package/src/js/navigator/navigator.tsx +0 -51
- package/src/js/optionsList/dvrdOptionsList.tsx +0 -112
- package/src/js/optionsList/style/dvrdOptionsList.scss +0 -84
- package/src/js/optionsMenu/optionsMenu.tsx +0 -187
- package/src/js/optionsMenu/style/optionsMenu.scss +0 -70
- package/src/js/pdf/element/pdfElement.tsx +0 -315
- package/src/js/pdf/element/style/pdfElement.scss +0 -111
- package/src/js/pdf/history/pdfHistory.ts +0 -57
- package/src/js/pdf/image/pdfImage.tsx +0 -175
- package/src/js/pdf/image/style/pdfImage.scss +0 -34
- package/src/js/pdf/invoiceTable/pdfInvoiceTable.tsx +0 -176
- package/src/js/pdf/invoiceTable/style/pdfInvoiceTable.scss +0 -32
- package/src/js/pdf/pdfTemplateCreator.tsx +0 -278
- package/src/js/pdf/settings/buttons/iconButton.tsx +0 -49
- package/src/js/pdf/settings/buttons/style/iconButton.scss +0 -50
- package/src/js/pdf/settings/image/pdfImageSettings.tsx +0 -82
- package/src/js/pdf/settings/image/style/pdfImageSettings.scss +0 -9
- package/src/js/pdf/settings/invoiceTable/pdfInvoiceTableSettings.tsx +0 -141
- package/src/js/pdf/settings/invoiceTable/style/pdfInvoiceTableSettings.scss +0 -38
- package/src/js/pdf/settings/pdfElementSettings.tsx +0 -86
- package/src/js/pdf/settings/style/pdfElementSettings.scss +0 -56
- package/src/js/pdf/settings/text/pdfTextSettings.tsx +0 -202
- package/src/js/pdf/settings/text/style/pdfTextSettings.scss +0 -94
- package/src/js/pdf/style/pdfTemplateCreator.scss +0 -118
- package/src/js/pdf/text/pdfText.tsx +0 -267
- package/src/js/pdf/text/style/pdfText.scss +0 -22
- package/src/js/popup/style/withBackground.scss +0 -29
- package/src/js/popup/withBackground.tsx +0 -102
- package/src/js/select/async/asyncSelect.tsx +0 -46
- package/src/js/select/async/style/asyncSelect.scss +0 -23
- package/src/js/select/dvrdSelect.tsx +0 -185
- package/src/js/select/dvrdSelectController.tsx +0 -81
- package/src/js/select/select.tsx +0 -310
- package/src/js/select/selectController.tsx +0 -341
- package/src/js/select/style/dvrdSelect.scss +0 -140
- package/src/js/select/style/select.scss +0 -199
- package/src/js/sidebarMenu/sidebarMenu.tsx +0 -165
- package/src/js/sidebarMenu/style/sidebarMenu.scss +0 -161
- package/src/js/slider/DVRSlider.tsx +0 -107
- package/src/js/slider/style/DVRSlider.scss +0 -88
- package/src/js/snackbar/snackbar.tsx +0 -72
- package/src/js/snackbar/snackbarController.tsx +0 -104
- package/src/js/snackbar/style/snackbar.scss +0 -46
- package/src/js/switch/dvrdSwitch.tsx +0 -53
- package/src/js/switch/style/dvrdSwitch.scss +0 -47
- package/src/js/switch/style/switch.scss +0 -84
- package/src/js/switch/switch.tsx +0 -115
- package/src/js/switch/switchController.tsx +0 -97
- package/src/js/textField/dvrdInput.tsx +0 -217
- package/src/js/textField/dvrdInputController.tsx +0 -97
- package/src/js/textField/dvrdNumberInput.tsx +0 -141
- package/src/js/textField/dvrdPasswordInput.tsx +0 -40
- package/src/js/textField/style/dvrdInput.scss +0 -114
- package/src/js/textField/style/dvrdPassword.scss +0 -15
- package/src/js/topButton/style/topButton.scss +0 -54
- package/src/js/topButton/topButton.tsx +0 -135
- package/src/js/util/analyticsUtil.ts +0 -41
- package/src/js/util/colorUtil.ts +0 -230
- package/src/js/util/componentUtil.tsx +0 -59
- package/src/js/util/constants.ts +0 -12
- package/src/js/util/controlContext.tsx +0 -46
- package/src/js/util/controlUtil.ts +0 -107
- package/src/js/util/cookieUtil.ts +0 -17
- package/src/js/util/eventUtil.ts +0 -65
- package/src/js/util/googleUtil.ts +0 -88
- package/src/js/util/interfaces.ts +0 -179
- package/src/js/util/jwtUtil.ts +0 -72
- package/src/js/util/miscUtil.ts +0 -170
- package/src/js/util/momentUtil.ts +0 -45
- package/src/js/util/pdfUtil.ts +0 -124
- package/src/js/util/requestUtil.ts +0 -145
- package/src/js/util/responsiveUtil.ts +0 -37
- package/src/js/util/validationUtil.ts +0 -13
- package/src/res/img/lock-handle.png +0 -0
- package/src/res/img/lock-handle.webp +0 -0
- package/src/res/img/lock.png +0 -0
- package/src/res/img/lock.webp +0 -0
- package/src/style/common-icons-variables.scss +0 -140
- package/src/style/common-icons.scss +0 -714
- package/src/style/common-variables.scss +0 -243
- package/src/style/display-breakpoints.scss +0 -141
- package/src/style/fonts/common-icons.eot +0 -0
- package/src/style/fonts/common-icons.svg +0 -150
- package/src/style/fonts/common-icons.ttf +0 -0
- package/src/style/fonts/common-icons.woff +0 -0
- package/src/style/fonts/common-icons.woff2 +0 -0
- package/src/style/fonts/fontAwesome/css/all.css +0 -7003
- package/src/style/fonts/fontAwesome/css/all.min.css +0 -6
- package/src/style/fonts/fontAwesome/css/brands.css +0 -1423
- package/src/style/fonts/fontAwesome/css/brands.min.css +0 -6
- package/src/style/fonts/fontAwesome/css/fontawesome.css +0 -5519
- package/src/style/fonts/fontAwesome/css/fontawesome.min.css +0 -6
- package/src/style/fonts/fontAwesome/css/regular.css +0 -19
- package/src/style/fonts/fontAwesome/css/regular.min.css +0 -6
- package/src/style/fonts/fontAwesome/css/solid.css +0 -19
- package/src/style/fonts/fontAwesome/css/solid.min.css +0 -6
- package/src/style/fonts/fontAwesome/css/svg-with-js.css +0 -634
- package/src/style/fonts/fontAwesome/css/svg-with-js.min.css +0 -6
- package/src/style/fonts/fontAwesome/css/v4-font-face.css +0 -26
- package/src/style/fonts/fontAwesome/css/v4-font-face.min.css +0 -6
- package/src/style/fonts/fontAwesome/css/v4-shims.css +0 -2146
- package/src/style/fonts/fontAwesome/css/v4-shims.min.css +0 -6
- package/src/style/fonts/fontAwesome/css/v5-font-face.css +0 -22
- package/src/style/fonts/fontAwesome/css/v5-font-face.min.css +0 -6
- package/src/style/fonts/fontAwesome/webfonts/fa-brands-400.ttf +0 -0
- package/src/style/fonts/fontAwesome/webfonts/fa-brands-400.woff2 +0 -0
- package/src/style/fonts/fontAwesome/webfonts/fa-regular-400.ttf +0 -0
- package/src/style/fonts/fontAwesome/webfonts/fa-regular-400.woff2 +0 -0
- package/src/style/fonts/fontAwesome/webfonts/fa-solid-900.ttf +0 -0
- package/src/style/fonts/fontAwesome/webfonts/fa-solid-900.woff2 +0 -0
- package/src/style/fonts/fontAwesome/webfonts/fa-v4compatibility.ttf +0 -0
- package/src/style/fonts/fontAwesome/webfonts/fa-v4compatibility.woff2 +0 -0
- package/src/style/variables.scss +0 -11
- package/tsconfig.json +0 -15
package/src/js/dialog/dialog.tsx
DELETED
|
@@ -1,207 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) 2021. Dave van Rijn Development
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
import './style/dialog.scss';
|
|
6
|
-
|
|
7
|
-
import React, {MouseEventHandler} from 'react';
|
|
8
|
-
import classNames from 'classnames';
|
|
9
|
-
import ButtonController from "../button/buttonController";
|
|
10
|
-
import {ControlContext} from "../util/controlContext";
|
|
11
|
-
import {enterPressed, generateUUID, hasHover} from "../util/controlUtil";
|
|
12
|
-
import {colorIsWhite, convertColor} from "../util/colorUtil";
|
|
13
|
-
import {ControlVariant} from "../util/interfaces";
|
|
14
|
-
import {DialogActions, DialogActionShape} from "./dialogController";
|
|
15
|
-
|
|
16
|
-
interface Props {
|
|
17
|
-
onClose?: (id?: string) => void;
|
|
18
|
-
className: string;
|
|
19
|
-
open?: boolean;
|
|
20
|
-
data?: DataShape;
|
|
21
|
-
id?: string;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
interface State {
|
|
25
|
-
open: boolean;
|
|
26
|
-
message: string | React.ReactElement;
|
|
27
|
-
title: string;
|
|
28
|
-
actions?: DialogActions;
|
|
29
|
-
transparent: boolean;
|
|
30
|
-
content: React.ReactElement | null;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
interface DataShape {
|
|
34
|
-
message: string | React.ReactElement;
|
|
35
|
-
title?: string;
|
|
36
|
-
actions?: DialogActions;
|
|
37
|
-
transparent?: boolean;
|
|
38
|
-
persistent?: boolean;
|
|
39
|
-
buttonVariant?: ControlVariant;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
export default class Dialog extends React.Component<Props, State> {
|
|
43
|
-
declare context: React.ContextType<typeof ControlContext>;
|
|
44
|
-
static contextType = ControlContext;
|
|
45
|
-
static defaultProps = {
|
|
46
|
-
className: '',
|
|
47
|
-
};
|
|
48
|
-
private buttonVariant: ControlVariant = ControlVariant.OUTLINED;
|
|
49
|
-
|
|
50
|
-
onClose = () => {
|
|
51
|
-
const {onClose, id} = this.props;
|
|
52
|
-
this.removeKeyListener();
|
|
53
|
-
this.setState({open: false}, () => {
|
|
54
|
-
if (onClose) onClose(id);
|
|
55
|
-
});
|
|
56
|
-
};
|
|
57
|
-
|
|
58
|
-
getDefaultAction = (): DialogActions => ['Oke'];
|
|
59
|
-
|
|
60
|
-
state: State = {
|
|
61
|
-
open: false,
|
|
62
|
-
message: '',
|
|
63
|
-
content: null,
|
|
64
|
-
title: 'Bericht van het systeem',
|
|
65
|
-
actions: this.getDefaultAction(),
|
|
66
|
-
transparent: false,
|
|
67
|
-
};
|
|
68
|
-
|
|
69
|
-
dialog: HTMLElement | null = null;
|
|
70
|
-
id = generateUUID();
|
|
71
|
-
persistent = false;
|
|
72
|
-
|
|
73
|
-
onClickBackground = () => {
|
|
74
|
-
if (!this.persistent && this.dialog !== null && !hasHover(this.dialog))
|
|
75
|
-
this.onClose();
|
|
76
|
-
};
|
|
77
|
-
|
|
78
|
-
// =============== NOTE Use function below to open the dialog
|
|
79
|
-
onOpen = (data: DataShape) => {
|
|
80
|
-
const message = data.message, title = data.title === undefined ? 'Bericht van het systeem' : data.title,
|
|
81
|
-
actions = data.actions === undefined ? this.getDefaultAction() : data.actions,
|
|
82
|
-
transparent = data.transparent === undefined ? false : data.transparent;
|
|
83
|
-
this.persistent = data.persistent === undefined ? true : data.persistent;
|
|
84
|
-
if (data.buttonVariant) this.buttonVariant = data.buttonVariant;
|
|
85
|
-
this.setState({message, title, actions, transparent}, () => {
|
|
86
|
-
this.setState({open: true});
|
|
87
|
-
});
|
|
88
|
-
this.addKeyListener();
|
|
89
|
-
};
|
|
90
|
-
|
|
91
|
-
onEnterPressed = (evt: KeyboardEvent) => {
|
|
92
|
-
evt.stopPropagation();
|
|
93
|
-
const {actions} = this.state;
|
|
94
|
-
if (actions)
|
|
95
|
-
for (const action of actions) {
|
|
96
|
-
if (typeof (action) === 'string' || action.primary) {
|
|
97
|
-
if (typeof action === 'string') this.onClose();
|
|
98
|
-
else if (action.onClick) action.onClick(evt as any as React.MouseEvent);
|
|
99
|
-
break;
|
|
100
|
-
}
|
|
101
|
-
}
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
keyListener = (evt: KeyboardEvent) => {
|
|
105
|
-
if (enterPressed(evt)) {
|
|
106
|
-
this.onEnterPressed(evt);
|
|
107
|
-
}
|
|
108
|
-
};
|
|
109
|
-
|
|
110
|
-
addKeyListener = () => {
|
|
111
|
-
document.addEventListener('keydown', this.keyListener);
|
|
112
|
-
};
|
|
113
|
-
|
|
114
|
-
removeKeyListener = () => {
|
|
115
|
-
document.removeEventListener('keydown', this.keyListener);
|
|
116
|
-
};
|
|
117
|
-
|
|
118
|
-
getColorStyle = (): object => {
|
|
119
|
-
const {baseColor, contrastColor} = this.context,
|
|
120
|
-
color = colorIsWhite(baseColor) ? contrastColor : baseColor;
|
|
121
|
-
return {color: convertColor(color)};
|
|
122
|
-
};
|
|
123
|
-
|
|
124
|
-
extendOnClick = (onClick?: Function): MouseEventHandler => (evt: any) => {
|
|
125
|
-
this.onClose();
|
|
126
|
-
if (onClick !== undefined && onClick !== null)
|
|
127
|
-
onClick(evt);
|
|
128
|
-
};
|
|
129
|
-
|
|
130
|
-
getActions = () => {
|
|
131
|
-
const {actions} = this.state;
|
|
132
|
-
if (actions === undefined || actions === null) return this.generateDefaultAction();
|
|
133
|
-
if (Array.isArray(actions))
|
|
134
|
-
return actions.map(this.renderAction);
|
|
135
|
-
return this.renderAction(actions);
|
|
136
|
-
};
|
|
137
|
-
|
|
138
|
-
generateDefaultAction = (): React.ReactNode => (
|
|
139
|
-
<ButtonController label={'Oke'} onClick={this.onClose} type='outlined' containerClass='dialogButton'/>
|
|
140
|
-
);
|
|
141
|
-
|
|
142
|
-
renderAction = (action: DialogActionShape | string, index?: number) => {
|
|
143
|
-
const keyProp = index === undefined ? {} : {key: index};
|
|
144
|
-
if (typeof action === 'string') return (
|
|
145
|
-
<ButtonController {...keyProp} label={action} onClick={this.onClose}
|
|
146
|
-
type={this.buttonVariant} containerClass='dialogButton'/>
|
|
147
|
-
);
|
|
148
|
-
return (
|
|
149
|
-
<ButtonController {...keyProp} label={action.label} onClick={this.extendOnClick(action.onClick)}
|
|
150
|
-
type={this.buttonVariant} containerClass='dialogButton' primary={action.primary}/>
|
|
151
|
-
);
|
|
152
|
-
};
|
|
153
|
-
|
|
154
|
-
renderTitle = (): React.ReactNode => {
|
|
155
|
-
const {title} = this.state;
|
|
156
|
-
return (
|
|
157
|
-
<div className='dialogTitleContainer'>
|
|
158
|
-
<label className='dialogTitle' style={this.getColorStyle()}>{title}</label>
|
|
159
|
-
</div>
|
|
160
|
-
)
|
|
161
|
-
};
|
|
162
|
-
|
|
163
|
-
renderMessage = (): React.ReactNode => {
|
|
164
|
-
const {message} = this.state;
|
|
165
|
-
return (
|
|
166
|
-
<div className='dialogMessageContainer'>
|
|
167
|
-
{typeof message === 'string' ? <p className='dialogMessage'>{message}</p> : message}
|
|
168
|
-
</div>
|
|
169
|
-
)
|
|
170
|
-
};
|
|
171
|
-
|
|
172
|
-
renderActions = (): React.ReactNode => {
|
|
173
|
-
const actions = this.getActions();
|
|
174
|
-
return (
|
|
175
|
-
<div className='dialogActionsContainer'>
|
|
176
|
-
{actions}
|
|
177
|
-
</div>
|
|
178
|
-
)
|
|
179
|
-
};
|
|
180
|
-
|
|
181
|
-
componentDidMount = () => {
|
|
182
|
-
const {open, data} = this.props;
|
|
183
|
-
if (open && data) this.onOpen(data);
|
|
184
|
-
};
|
|
185
|
-
|
|
186
|
-
componentWillUnmount = () => {
|
|
187
|
-
this.removeKeyListener();
|
|
188
|
-
};
|
|
189
|
-
|
|
190
|
-
render = () => {
|
|
191
|
-
const {open, transparent} = this.state, {className} = this.props;
|
|
192
|
-
if (!open && !this.props.open) return null;
|
|
193
|
-
return (
|
|
194
|
-
<div className={classNames('dialogContainer', transparent && 'transparent')}
|
|
195
|
-
onClick={this.onClickBackground}>
|
|
196
|
-
<div className={classNames('dvr-dialog', className)} ref={ref => {
|
|
197
|
-
this.dialog = ref
|
|
198
|
-
}}>
|
|
199
|
-
{this.renderTitle()}
|
|
200
|
-
{this.renderMessage()}
|
|
201
|
-
{this.renderActions()}
|
|
202
|
-
</div>
|
|
203
|
-
</div>
|
|
204
|
-
// </WithEvents>
|
|
205
|
-
)
|
|
206
|
-
}
|
|
207
|
-
}
|
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) 2021. Dave van Rijn Development
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
import * as React from 'react';
|
|
6
|
-
import {Fragment, MouseEventHandler, PureComponent, ReactElement} from 'react';
|
|
7
|
-
import {ControlVariant, CustomAppEvent, IndexedObject} from '../util/interfaces';
|
|
8
|
-
import Dialog from './dialog';
|
|
9
|
-
import {generateComponentId} from "../util/componentUtil";
|
|
10
|
-
import {WithEvents} from "../../../index";
|
|
11
|
-
|
|
12
|
-
export interface DialogActionShape {
|
|
13
|
-
label: string;
|
|
14
|
-
onClick?: MouseEventHandler;
|
|
15
|
-
primary?: boolean;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
export type DialogActions = (DialogActionShape | string)[];
|
|
19
|
-
|
|
20
|
-
interface Props {
|
|
21
|
-
className?: string;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
interface State {
|
|
25
|
-
dialogs: IndexedObject<ReactElement>
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
interface DataShape {
|
|
29
|
-
message: string | React.ReactElement;
|
|
30
|
-
title?: string;
|
|
31
|
-
actions?: DialogActions;
|
|
32
|
-
transparent?: boolean;
|
|
33
|
-
persistent?: boolean;
|
|
34
|
-
buttonVariant?: ControlVariant;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
export default class DialogController extends PureComponent<Props, State> {
|
|
38
|
-
state: State = {
|
|
39
|
-
dialogs: {},
|
|
40
|
-
};
|
|
41
|
-
|
|
42
|
-
onClose = (id?: string) => {
|
|
43
|
-
if (id) {
|
|
44
|
-
const dialogs = Object.assign({}, this.state.dialogs);
|
|
45
|
-
delete dialogs[id];
|
|
46
|
-
this.setState({dialogs});
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
onOpen = (data: DataShape) => {
|
|
51
|
-
const dialogs = Object.assign({}, this.state.dialogs), id = generateComponentId();
|
|
52
|
-
dialogs[id] = <Dialog open data={data} id={id} onClose={this.onClose}/>;
|
|
53
|
-
this.setState({dialogs});
|
|
54
|
-
};
|
|
55
|
-
|
|
56
|
-
getEvents = (): CustomAppEvent[] => [
|
|
57
|
-
{eventName: 'onOpenDialog', handler: this.onOpen},
|
|
58
|
-
];
|
|
59
|
-
|
|
60
|
-
render = () => {
|
|
61
|
-
const {className} = this.props;
|
|
62
|
-
return <WithEvents events={this.getEvents()}>
|
|
63
|
-
{Object.values(this.state.dialogs).map((element: ReactElement, key: number) => (
|
|
64
|
-
<Fragment key={key}>
|
|
65
|
-
{React.cloneElement(element, {className})}
|
|
66
|
-
</Fragment>
|
|
67
|
-
))}
|
|
68
|
-
</WithEvents>
|
|
69
|
-
}
|
|
70
|
-
}
|
|
@@ -1,127 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) 2021. Dave van Rijn Development
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
import './style/dialog.scss';
|
|
6
|
-
|
|
7
|
-
import React from 'react';
|
|
8
|
-
import classNames from 'classnames';
|
|
9
|
-
import ButtonController from "../button/buttonController";
|
|
10
|
-
import {ControlContext} from "../util/controlContext";
|
|
11
|
-
import {generateUUID, hasHover} from "../util/controlUtil";
|
|
12
|
-
import {colorIsWhite, convertColor} from "../util/colorUtil";
|
|
13
|
-
import {DialogActionShape} from "./dialogController";
|
|
14
|
-
|
|
15
|
-
interface DialogProps {
|
|
16
|
-
onClose: Function,
|
|
17
|
-
message: string,
|
|
18
|
-
open: boolean,
|
|
19
|
-
title?: string,
|
|
20
|
-
actions?: DialogActionShape[] | DialogActionShape | null,
|
|
21
|
-
transparent?: boolean,
|
|
22
|
-
persistent?: boolean,
|
|
23
|
-
content?: React.ReactElement | null,
|
|
24
|
-
containerClass: string,
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
export default class InlineDialog extends React.Component<DialogProps> {
|
|
28
|
-
declare context: React.ContextType<typeof ControlContext>;
|
|
29
|
-
static contextType = ControlContext;
|
|
30
|
-
|
|
31
|
-
static defaultProps = {
|
|
32
|
-
title: 'Bericht van Klaverjassen',
|
|
33
|
-
actions: null,
|
|
34
|
-
transparent: false,
|
|
35
|
-
persistent: true,
|
|
36
|
-
content: null,
|
|
37
|
-
containerClass: '',
|
|
38
|
-
};
|
|
39
|
-
|
|
40
|
-
constructor(props: any) {
|
|
41
|
-
super(props);
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
dialog: HTMLElement | null = null;
|
|
45
|
-
id = generateUUID();
|
|
46
|
-
|
|
47
|
-
onClickBackground = () => {
|
|
48
|
-
const {persistent, onClose} = this.props;
|
|
49
|
-
if (!persistent && this.dialog !== null && !hasHover(this.dialog))
|
|
50
|
-
onClose();
|
|
51
|
-
};
|
|
52
|
-
|
|
53
|
-
onClickAction = (onClick: Function | undefined) => (evt: React.MouseEvent) => {
|
|
54
|
-
if (onClick !== undefined) onClick(evt);
|
|
55
|
-
this.props.onClose();
|
|
56
|
-
};
|
|
57
|
-
|
|
58
|
-
onClickDefault = () => {
|
|
59
|
-
this.props.onClose();
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
getColorStyle = (): object => {
|
|
63
|
-
// noinspection JSDeprecatedSymbols
|
|
64
|
-
const {baseColor, contrastColor} = this.context,
|
|
65
|
-
color = colorIsWhite(contrastColor) ? baseColor : contrastColor;
|
|
66
|
-
return {color: convertColor(color)};
|
|
67
|
-
};
|
|
68
|
-
|
|
69
|
-
getActions = () => {
|
|
70
|
-
const {actions} = this.props;
|
|
71
|
-
if (actions === undefined || actions === null) return this.generateDefaultAction();
|
|
72
|
-
if (Array.isArray(actions))
|
|
73
|
-
return actions.map((action: DialogActionShape, key: any) => (
|
|
74
|
-
<ButtonController key={key} label={action.label} onClick={this.onClickAction(action.onClick)}
|
|
75
|
-
type='outlined' containerClass='dialogButton'/>
|
|
76
|
-
));
|
|
77
|
-
return <ButtonController label={actions.label} onClick={this.onClickAction(actions.onClick)} type='outlined'/>
|
|
78
|
-
};
|
|
79
|
-
|
|
80
|
-
generateDefaultAction = (): React.ReactNode => <ButtonController label={'Oke'} onClick={this.onClickDefault}
|
|
81
|
-
type='outlined' containerClass='dialogButton'/>;
|
|
82
|
-
|
|
83
|
-
renderTitle = (): React.ReactNode => {
|
|
84
|
-
const {title} = this.props;
|
|
85
|
-
return (
|
|
86
|
-
<div className='dialogTitleContainer'>
|
|
87
|
-
<label className='dialogTitle' style={this.getColorStyle()}>{title}</label>
|
|
88
|
-
</div>
|
|
89
|
-
)
|
|
90
|
-
};
|
|
91
|
-
|
|
92
|
-
renderMessage = (): React.ReactNode => {
|
|
93
|
-
const {message, content} = this.props;
|
|
94
|
-
return (
|
|
95
|
-
<div className='dialogMessageContainer'>
|
|
96
|
-
<p className='dialogMessage'>{message}</p>
|
|
97
|
-
{content !== undefined && content}
|
|
98
|
-
</div>
|
|
99
|
-
)
|
|
100
|
-
};
|
|
101
|
-
|
|
102
|
-
renderActions = (): React.ReactNode => {
|
|
103
|
-
const actions = this.getActions();
|
|
104
|
-
return (
|
|
105
|
-
<div className='dialogActionsContainer'>
|
|
106
|
-
{actions}
|
|
107
|
-
</div>
|
|
108
|
-
)
|
|
109
|
-
};
|
|
110
|
-
|
|
111
|
-
render = () => {
|
|
112
|
-
const {open, transparent, containerClass} = this.props;
|
|
113
|
-
if (!open) return null;
|
|
114
|
-
return (
|
|
115
|
-
<div className={classNames('dialogContainer', transparent && 'transparent', containerClass)}
|
|
116
|
-
onClick={this.onClickBackground}>
|
|
117
|
-
<div className='dialog' ref={ref => {
|
|
118
|
-
this.dialog = ref
|
|
119
|
-
}}>
|
|
120
|
-
{this.renderTitle()}
|
|
121
|
-
{this.renderMessage()}
|
|
122
|
-
{this.renderActions()}
|
|
123
|
-
</div>
|
|
124
|
-
</div>
|
|
125
|
-
)
|
|
126
|
-
}
|
|
127
|
-
}
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* Copyright (c) 2021. Dave van Rijn Development
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
@import '../../../style/variables';
|
|
6
|
-
|
|
7
|
-
.dialogContainer {
|
|
8
|
-
@include popupContainer;
|
|
9
|
-
z-index: $z-index-dialog;
|
|
10
|
-
|
|
11
|
-
&.transparent {
|
|
12
|
-
background-color: transparent;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
.dvr-dialog {
|
|
16
|
-
@include popupDialog;
|
|
17
|
-
background-color: white;
|
|
18
|
-
display: flex;
|
|
19
|
-
flex-direction: column;
|
|
20
|
-
max-width: 40rem;
|
|
21
|
-
max-height: 100%;
|
|
22
|
-
padding: 1.5rem 2rem;
|
|
23
|
-
|
|
24
|
-
.dialogTitleContainer {
|
|
25
|
-
|
|
26
|
-
.dialogTitle {
|
|
27
|
-
font-size: 1.2rem;
|
|
28
|
-
user-select: none;
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
.dialogMessageContainer {
|
|
33
|
-
padding: 1.5rem 0;
|
|
34
|
-
|
|
35
|
-
.dialogMessage {
|
|
36
|
-
margin: 0;
|
|
37
|
-
color: $color-gray-5;
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
.dialogActionsContainer {
|
|
42
|
-
display: flex;
|
|
43
|
-
justify-content: flex-end;
|
|
44
|
-
align-items: center;
|
|
45
|
-
flex-wrap: wrap;
|
|
46
|
-
|
|
47
|
-
.dialogButton {
|
|
48
|
-
margin-right: .5rem;
|
|
49
|
-
|
|
50
|
-
&:last-child {
|
|
51
|
-
margin-right: 0;
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
@include break-sm-down {
|
|
57
|
-
width: 90vw;
|
|
58
|
-
box-sizing: border-box;
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) 2021. Dave van Rijn Development
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
import React, { PropsWithChildren } from 'react';
|
|
6
|
-
import {addCustomEventListener, removeCustomEventListener} from '../util/eventUtil';
|
|
7
|
-
import {CustomAppEvent} from '../util/interfaces';
|
|
8
|
-
import {generateComponentId} from "../util/componentUtil";
|
|
9
|
-
|
|
10
|
-
interface Props {
|
|
11
|
-
events: CustomAppEvent | CustomAppEvent[],
|
|
12
|
-
componentName?: string;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
export default class WithEvents extends React.PureComponent<PropsWithChildren<Props>> {
|
|
16
|
-
private readonly componentName: string;
|
|
17
|
-
|
|
18
|
-
constructor(props: Props) {
|
|
19
|
-
super(props);
|
|
20
|
-
this.componentName = generateComponentId(props.componentName);
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
componentDidMount = () => {
|
|
24
|
-
const {events} = this.props;
|
|
25
|
-
if (Array.isArray(events))
|
|
26
|
-
for (const event of events)
|
|
27
|
-
addCustomEventListener(this.componentName, event.eventName, event.handler);
|
|
28
|
-
else addCustomEventListener(this.componentName, events.eventName, events.handler);
|
|
29
|
-
};
|
|
30
|
-
|
|
31
|
-
componentWillUnmount = () => {
|
|
32
|
-
const {events} = this.props;
|
|
33
|
-
if (Array.isArray(events))
|
|
34
|
-
for (const event of events)
|
|
35
|
-
removeCustomEventListener(this.componentName, event.eventName);
|
|
36
|
-
else removeCustomEventListener(this.componentName, events.eventName);
|
|
37
|
-
};
|
|
38
|
-
|
|
39
|
-
render = () => this.props.children;
|
|
40
|
-
}
|
package/src/js/head/DVRHead.tsx
DELETED
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) 2021. Dave van Rijn Development
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
import React, {PureComponent, ReactElement} from 'react';
|
|
6
|
-
|
|
7
|
-
interface Props {
|
|
8
|
-
children?: any;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
export default class DVRHead extends PureComponent<Props> {
|
|
12
|
-
|
|
13
|
-
private includeTags = () => {
|
|
14
|
-
const {children} = this.props;
|
|
15
|
-
this.removeAll();
|
|
16
|
-
if (children) {
|
|
17
|
-
if (Array.isArray(children)) for (const child of children) this.includeChild(child);
|
|
18
|
-
else this.includeChild(children);
|
|
19
|
-
}
|
|
20
|
-
};
|
|
21
|
-
|
|
22
|
-
private includeChild = (child: ReactElement) => {
|
|
23
|
-
const {type, props} = child,
|
|
24
|
-
elem = document.createElement(type as keyof HTMLElementTagNameMap);
|
|
25
|
-
for (const key of Object.keys(props)) {
|
|
26
|
-
if (key === 'children') elem.innerHTML = props[key];
|
|
27
|
-
else (elem as any)[key] = props[key];
|
|
28
|
-
}
|
|
29
|
-
elem.dataset.gen = 'dvr';
|
|
30
|
-
document.head.appendChild(elem);
|
|
31
|
-
};
|
|
32
|
-
|
|
33
|
-
private removeAll = () => {
|
|
34
|
-
const elems = document.querySelectorAll("[data-gen='dvr']");
|
|
35
|
-
for (const elem of elems) elem.parentElement?.removeChild(elem);
|
|
36
|
-
};
|
|
37
|
-
|
|
38
|
-
componentDidMount = () => {
|
|
39
|
-
this.includeTags();
|
|
40
|
-
};
|
|
41
|
-
|
|
42
|
-
componentDidUpdate = () => {
|
|
43
|
-
this.includeTags();
|
|
44
|
-
};
|
|
45
|
-
|
|
46
|
-
render = () => {
|
|
47
|
-
return null;
|
|
48
|
-
}
|
|
49
|
-
}
|