@agilemotion/oui-react-js 1.8.56 → 1.8.57
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/dist/ApplicationManager.js +446 -472
- package/dist/BasicApp.js +30 -0
- package/dist/BasicAppHome.js +2 -3
- package/dist/DateUtils.js +2 -2
- package/dist/DynamicJS.js +93 -101
- package/dist/InteractionPortalAppHome.js +1 -1
- package/dist/InteractionPortalApp_old.js +1 -2
- package/dist/MouseTracker.js +23 -0
- package/dist/RestService.js +13 -11
- package/dist/RestUtils.js +1 -1
- package/dist/TypedValue.js +15 -14
- package/dist/Utils.js +121 -114
- package/dist/ViewContext.js +152 -159
- package/dist/assets/jss/components/authNavbarStyle.js +34 -37
- package/dist/assets/jss/components/cardHeaderStyle.js +11 -18
- package/dist/assets/jss/components/customDropdownStyle.js +25 -27
- package/dist/assets/jss/components/customInputStyle.js +7 -3
- package/dist/assets/jss/components/dropdownStyle.js +14 -11
- package/dist/assets/jss/components/footerStyle.js +17 -12
- package/dist/assets/jss/components/headerLinksStyle.js +12 -9
- package/dist/assets/jss/components/headerStyle.js +24 -26
- package/dist/assets/jss/components/navbarLinksStyle.js +12 -9
- package/dist/assets/jss/components/navbarStyle.js +24 -26
- package/dist/assets/jss/components/sidebarStyle.js +42 -42
- package/dist/assets/jss/components/typographyStyle.js +7 -3
- package/dist/assets/jss/rootStyle.js +30 -34
- package/dist/assets/jss/views/layoutStyle.js +12 -9
- package/dist/assets/jss/views/loginStyle.js +9 -6
- package/dist/components/AlertBar.js +1 -1
- package/dist/components/Button.js +18 -11
- package/dist/components/Calendar.js +9 -6
- package/dist/components/Chart.js +1 -1
- package/dist/components/DataGrid.css +10 -1
- package/dist/components/DataGrid.js +115 -56
- package/dist/components/DataGridColumn.js +2 -1
- package/dist/components/DocumentTemplateDesignerComponent.js +7 -7
- package/dist/components/DocumentTemplateDesignerComponent2.js +3 -4
- package/dist/components/DocumentTemplatePlaceholderDialog.js +3 -4
- package/dist/components/DocumentViewer.js +15 -5
- package/dist/components/ElementResizeHandler.js +177 -174
- package/dist/components/FaceApi.js +2 -2
- package/dist/components/FileThumb.js +5 -5
- package/dist/components/Graph.js +77 -74
- package/dist/components/GraphNode.js +39 -36
- package/dist/components/HtmlPanel.js +2 -1
- package/dist/components/Icon.js +1 -2
- package/dist/components/PDFViewer.js +2 -3
- package/dist/components/PopupView.js +1 -1
- package/dist/components/Portlet.js +3 -2
- package/dist/components/RegularButton.js +17 -14
- package/dist/components/SocketManager.js +97 -94
- package/dist/components/StepperTitleBar.js +7 -6
- package/dist/components/TabPage.js +10 -7
- package/dist/components/TabPanel.js +11 -6
- package/dist/components/TableCellContent.js +13 -9
- package/dist/components/TemplateDesigner.js +2 -2
- package/dist/components/TemplateItemEventHandler.js +232 -228
- package/dist/components/TemplateTable.js +32 -29
- package/dist/components/TitleBar.js +2 -2
- package/dist/components/Toolbar.js +17 -10
- package/dist/components/Tree.js +3 -3
- package/dist/components/WordDocumentViewer.css +1 -0
- package/dist/components/WordDocumentViewer.js +205 -14
- package/dist/components/card/Card.js +18 -15
- package/dist/components/card/CardAvatar.js +11 -8
- package/dist/components/card/CardBody.js +16 -13
- package/dist/components/card/CardFooter.js +15 -12
- package/dist/components/card/CardHeader.js +16 -13
- package/dist/components/card/CardIcon.js +9 -6
- package/dist/components/card/CardText.js +9 -6
- package/dist/components/customInput/File.js +4 -5
- package/dist/components/dashboard/FoldingSideTabDashboard.bck.js +1 -1
- package/dist/components/dashboard/FoldingSideTabDashboard.js +2 -3
- package/dist/components/dashboard/components/Header.js +6 -4
- package/dist/components/dashboard/components/LeftDrawer.js +2 -2
- package/dist/components/dashboard/components/blackDashboard/fixedPlugin/FixedPlugin.js +26 -28
- package/dist/components/dashboard/components/blackDashboard/sidebar/FoldingTabSidebar.bck.js +182 -188
- package/dist/components/dashboard/components/blackDashboard/sidebar/FoldingTabSidebar.js +27 -30
- package/dist/components/dashboard/components/blackDashboard/sidebar/ModuleMenuSidebar.js +12 -14
- package/dist/components/drag-spec-design.json +15 -0
- package/dist/components/facialRecognition/FaceRecognitionComponent.js +10 -11
- package/dist/components/facialRecognition/service/faceApi.js +3 -3
- package/dist/components/form/AddressSearch.js +8 -5
- package/dist/components/form/AutoComplete.js +4 -4
- package/dist/components/form/BaseField.js +3 -2
- package/dist/components/form/CurrencyField.js +8 -8
- package/dist/components/form/DatePicker.js +3 -2
- package/dist/components/form/FieldSet.js +2 -1
- package/dist/components/form/Form.css +1 -1
- package/dist/components/form/Form.js +10 -7
- package/dist/components/form/GridField.js +4 -3
- package/dist/components/form/IconField.js +2 -1
- package/dist/components/form/ImageEditor.js +13 -8
- package/dist/components/form/LookupField.js +8 -7
- package/dist/components/form/MultiFileUploadField.js +14 -8
- package/dist/components/form/SelectItem.js +7 -6
- package/dist/components/form/TextField.js +6 -6
- package/dist/components/form/TimePicker.js +3 -2
- package/dist/components/form/TransferList.js +2 -2
- package/dist/components/form/UploadField.js +5 -5
- package/dist/components/grid/GridContainer.js +7 -4
- package/dist/components/grid/GridItem.js +7 -4
- package/dist/components/layout/CollapsiblePanel.js +7 -5
- package/dist/components/layout/Layout.js +5 -5
- package/dist/components/layout/View.js +6 -5
- package/dist/components/layout/ViewContainer.js +1 -2
- package/dist/components/layout/ViewPort.js +1 -1
- package/dist/components/layout/Window.js +2 -3
- package/dist/components/layout/WindowDialog.js +9 -7
- package/dist/components/layout/WindowViewPort.js +3 -3
- package/dist/components/media/Chat.js +2 -1
- package/dist/components/media/MediaSoupHelper.js +57 -53
- package/dist/components/media/SocketRequest.js +9 -7
- package/dist/components/media/SocketResponse.js +7 -5
- package/dist/components/media/Timer.js +1 -2
- package/dist/components/media/Toolbar.js +3 -3
- package/dist/components/media/ToolbarButton.js +3 -3
- package/dist/components/media/Toolbar_bck.js +3 -3
- package/dist/components/media/Tracks.js +24 -19
- package/dist/components/media/TrainingRoom.js +3 -4
- package/dist/components/media/Transports.js +21 -17
- package/dist/components/media/VCEventManager.js +25 -24
- package/dist/components/media/VCEventType.js +81 -79
- package/dist/components/media/VCParticipantList.js +1 -2
- package/dist/components/media/VCParticipantListItem.js +2 -3
- package/dist/components/media/VCRoomParticipant.js +4 -5
- package/dist/components/media/VCRoomRecorder.js +163 -160
- package/dist/components/media/VCRoomWorkspace.js +3 -4
- package/dist/components/media/Video.js +1 -2
- package/dist/components/media/VideoPlayer.js +1 -2
- package/dist/components/media/chat/ChatPoll.js +15 -15
- package/dist/components/media/chat/ChatRoom.js +15 -15
- package/dist/components/media/chat/ChatRoomItem.js +2 -3
- package/dist/components/media/chat/ChatRoomList.js +1 -2
- package/dist/components/media/chat/ChatRoomWrapper.js +1 -1
- package/dist/components/media/chat/PollContainer.js +14 -8
- package/dist/components/media/chat/PollResult.js +1 -2
- package/dist/components/menu/MenuBars.js +8 -5
- package/dist/components/menu/MenuButton.js +11 -5
- package/dist/components/menu/MenuItem.js +13 -6
- package/dist/components/menu/MenuLink.js +2 -1
- package/dist/components/navbars/HomeNavbar.js +43 -41
- package/dist/components/navbars/PortalNavbar.js +1 -2
- package/dist/components/signatures/AgilitySignaturePanel.js +39 -15
- package/dist/components/signatures/{DocumentContainer.js → HtmlSignatureDocumentContainer.js} +4 -4
- package/dist/components/signatures/ImageSignatureInput.js +27 -16
- package/dist/components/signatures/ResponsiveTable.js +1 -1
- package/dist/components/signatures/SearchView.js +1 -1
- package/dist/components/signatures/SignatureInput.js +42 -98
- package/dist/components/signatures/SignatureInputProps.js +1 -1
- package/dist/components/signatures/SignatureTemplateDesigner.js +13 -10
- package/dist/components/signatures/Toolbar.js +7 -3
- package/dist/components/signatures/ViewUtils.js +21 -16
- package/dist/event/ActionHandlers.js +10 -7
- package/dist/event/Event.js +15 -13
- package/dist/event/EventListener.js +39 -41
- package/dist/event/EventType.js +24 -19
- package/dist/event/Observable.js +120 -125
- package/dist/event/RouteActionHandler.js +4 -4
- package/dist/event/ScriptActionHandler.js +1 -1
- package/dist/event/ServiceCallActionHandler.js +1 -1
- package/dist/interaction/CursorOverlay.js +48 -0
- package/dist/interaction/DragContext.js +39 -0
- package/dist/interaction/GrabContext.js +40 -0
- package/dist/js/Addresses.js +9 -8
- package/dist/js/Calendar.js +152 -149
- package/dist/js/Docs.js +92 -87
- package/dist/js/DynamicLib.js +9 -6
- package/dist/js/Media.js +134 -131
- package/dist/js/ProcurementMeetings.js +81 -78
- package/dist/js/Validators.js +53 -50
- package/dist/js/Windows.js +35 -32
- package/dist/redux/store/ConfigureStore.js +8 -5
- package/dist/redux/store/DashboardStore.js +13 -12
- package/dist/redux/store/SecurityStore.js +9 -6
- package/dist/security/TokenManager.js +1 -1
- package/dist/view/Dashboard.js +11 -12
- package/dist/view/security/ForgotPassword.js +3 -3
- package/dist/view/security/ForgotPasswordBasic.js +1 -1
- package/dist/view/security/Login.js +4 -4
- package/dist/view/security/LoginBasic.js +2 -2
- package/dist/view/security/LoginInteractionPortal.js +2 -2
- package/dist/view/security/ResetPassword.js +1 -1
- package/dist/view/security/ResetPasswordBasic.js +1 -1
- package/dist/view/security/Security.js +4 -4
- package/package.json +1 -1
|
@@ -84,154 +84,98 @@ const SignatureInput = /*#__PURE__*/_react.default.memo(/*#__PURE__*/_react.defa
|
|
|
84
84
|
};
|
|
85
85
|
return /*#__PURE__*/_react.default.createElement("div", {
|
|
86
86
|
style: {
|
|
87
|
-
width: '
|
|
87
|
+
width: '100%',
|
|
88
|
+
height: '100%',
|
|
89
|
+
position: 'relative',
|
|
90
|
+
overflow: 'hidden'
|
|
88
91
|
}
|
|
89
92
|
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
90
93
|
style: {
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
+
height: '100%',
|
|
95
|
+
overflowY: 'auto',
|
|
96
|
+
paddingBottom: '64px'
|
|
94
97
|
}
|
|
95
98
|
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
96
|
-
className:
|
|
99
|
+
className: "row",
|
|
97
100
|
style: {
|
|
98
|
-
padding:
|
|
101
|
+
padding: '4px 32px'
|
|
99
102
|
}
|
|
100
|
-
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
101
|
-
className: 'col-*-*'
|
|
102
103
|
}, /*#__PURE__*/_react.default.createElement(_FormControl.default, {
|
|
103
104
|
component: "fieldset"
|
|
104
105
|
}, /*#__PURE__*/_react.default.createElement(_RadioGroup.default, {
|
|
105
|
-
|
|
106
|
-
|
|
106
|
+
row: true,
|
|
107
|
+
"aria-label": "signatureMethod",
|
|
108
|
+
name: "signatureMethod",
|
|
107
109
|
value: method,
|
|
108
110
|
onChange: handleChange,
|
|
109
111
|
disabled: signing
|
|
110
|
-
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
111
|
-
className: 'row',
|
|
112
|
-
style: {
|
|
113
|
-
padding: "4px 32px"
|
|
114
|
-
}
|
|
115
|
-
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
116
|
-
className: 'col-*-*'
|
|
117
112
|
}, /*#__PURE__*/_react.default.createElement(_FormControlLabel.default, {
|
|
118
113
|
value: "type",
|
|
119
114
|
control: /*#__PURE__*/_react.default.createElement(_Radio.default, null),
|
|
120
115
|
label: "Type"
|
|
121
|
-
})
|
|
122
|
-
className: 'col-*-*'
|
|
123
|
-
}, /*#__PURE__*/_react.default.createElement(_FormControlLabel.default, {
|
|
116
|
+
}), /*#__PURE__*/_react.default.createElement(_FormControlLabel.default, {
|
|
124
117
|
value: "image",
|
|
125
118
|
control: /*#__PURE__*/_react.default.createElement(_Radio.default, null),
|
|
126
119
|
label: "Image"
|
|
127
|
-
}))))
|
|
128
|
-
className: 'row',
|
|
129
|
-
style: {
|
|
130
|
-
padding: "4px 16px"
|
|
131
|
-
}
|
|
132
|
-
}, method === 'type' ? /*#__PURE__*/_react.default.createElement("div", {
|
|
133
|
-
className: 'col-*-*',
|
|
120
|
+
})))), /*#__PURE__*/_react.default.createElement("div", {
|
|
134
121
|
style: {
|
|
135
|
-
padding:
|
|
136
|
-
width: '100%'
|
|
122
|
+
padding: '4px 16px'
|
|
137
123
|
}
|
|
138
|
-
}, /*#__PURE__*/_react.default.createElement(_TextField.default, {
|
|
139
|
-
|
|
140
|
-
required: true,
|
|
124
|
+
}, method === 'type' ? /*#__PURE__*/_react.default.createElement(_TextField.default, {
|
|
125
|
+
fullWidth: true,
|
|
141
126
|
disabled: signing,
|
|
142
|
-
onChange: e =>
|
|
143
|
-
setValue(e.target.value);
|
|
144
|
-
},
|
|
145
|
-
margin: "dense",
|
|
127
|
+
onChange: e => setValue(e.target.value),
|
|
146
128
|
inputProps: {
|
|
147
|
-
maxLength: props.mode === 'INITIAL' ? 3 :
|
|
129
|
+
maxLength: props.mode === 'INITIAL' ? 3 : undefined,
|
|
148
130
|
style: {
|
|
149
131
|
height: '96px',
|
|
150
|
-
|
|
151
|
-
font: 'italic 64px Brush Script MT, Brush Script Std, cursive'
|
|
132
|
+
font: 'italic 64px Brush Script MT, cursive'
|
|
152
133
|
}
|
|
153
|
-
},
|
|
154
|
-
size: "small",
|
|
155
|
-
style: {
|
|
156
|
-
minWidth: '200px',
|
|
157
|
-
width: '100%',
|
|
158
|
-
height: '96px'
|
|
159
|
-
},
|
|
160
|
-
variant: "outlined"
|
|
161
|
-
})) : /*#__PURE__*/_react.default.createElement("div", {
|
|
162
|
-
className: 'col-*-*',
|
|
163
|
-
style: {
|
|
164
|
-
padding: "4px 32px"
|
|
165
134
|
}
|
|
166
|
-
}
|
|
135
|
+
}) : /*#__PURE__*/_react.default.createElement(_ImageSignatureInput.default, {
|
|
167
136
|
value: systemImage ? props.mode === 'SIGN' ? systemImage.signature : systemImage.initial : null,
|
|
168
137
|
mode: props.mode,
|
|
169
138
|
imageProcessingUrl: props.imageProcessingUrl,
|
|
170
|
-
valueChangeHandler: (value,
|
|
139
|
+
valueChangeHandler: (value, save) => {
|
|
171
140
|
setValue(value);
|
|
172
|
-
setSaveAsSystemImage(
|
|
141
|
+
setSaveAsSystemImage(save);
|
|
173
142
|
}
|
|
174
|
-
}))
|
|
175
|
-
className: 'row',
|
|
143
|
+
})), /*#__PURE__*/_react.default.createElement("div", {
|
|
176
144
|
style: {
|
|
177
|
-
padding:
|
|
145
|
+
padding: '4px 32px'
|
|
178
146
|
}
|
|
179
147
|
}, /*#__PURE__*/_react.default.createElement(_FormControlLabel.default, {
|
|
180
148
|
control: /*#__PURE__*/_react.default.createElement(_Checkbox.default, {
|
|
181
149
|
checked: declarationChecked,
|
|
182
|
-
key: props.key,
|
|
183
150
|
disabled: signing,
|
|
184
|
-
|
|
185
|
-
onChange: e => {
|
|
186
|
-
setDeclarationChecked(e.target.checked);
|
|
187
|
-
},
|
|
188
|
-
size: "small"
|
|
151
|
+
onChange: e => setDeclarationChecked(e.target.checked)
|
|
189
152
|
}),
|
|
190
|
-
label:
|
|
153
|
+
label: "I have read and understood all the content of this document"
|
|
191
154
|
}))), /*#__PURE__*/_react.default.createElement("div", {
|
|
192
155
|
style: {
|
|
193
|
-
|
|
156
|
+
position: 'absolute',
|
|
157
|
+
bottom: 0,
|
|
158
|
+
left: 0,
|
|
159
|
+
right: 0,
|
|
194
160
|
height: '64px',
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
style: {
|
|
201
|
-
padding: "4px 32px"
|
|
161
|
+
borderTop: '1px solid #f1f1f1',
|
|
162
|
+
backgroundColor: '#fff',
|
|
163
|
+
display: 'flex',
|
|
164
|
+
alignItems: 'center',
|
|
165
|
+
padding: '0 32px'
|
|
202
166
|
}
|
|
203
|
-
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
204
|
-
className: 'col-*-*'
|
|
205
167
|
}, /*#__PURE__*/_react.default.createElement(_Button.default, {
|
|
206
|
-
variant:
|
|
168
|
+
variant: "text",
|
|
207
169
|
size: "large",
|
|
208
|
-
|
|
209
|
-
style: {
|
|
210
|
-
width: '100px',
|
|
211
|
-
height: '48px'
|
|
212
|
-
},
|
|
213
|
-
onClick: () => {
|
|
214
|
-
props.callback('CLOSE');
|
|
215
|
-
}
|
|
170
|
+
onClick: () => props.callback('CLOSE')
|
|
216
171
|
}, "CLOSE"), /*#__PURE__*/_react.default.createElement(_Button.default, {
|
|
217
|
-
variant:
|
|
172
|
+
variant: "text",
|
|
218
173
|
size: "large",
|
|
219
|
-
disabled:
|
|
220
|
-
style: {
|
|
221
|
-
width: '100px',
|
|
222
|
-
height: '48px'
|
|
223
|
-
},
|
|
174
|
+
disabled: !value || !declarationChecked || signing,
|
|
224
175
|
onClick: () => {
|
|
225
|
-
if (saveAsSystemImage)
|
|
226
|
-
saveImage();
|
|
227
|
-
}
|
|
176
|
+
if (saveAsSystemImage) saveImage();
|
|
228
177
|
props.callback('SIGN', method, value);
|
|
229
178
|
}
|
|
230
|
-
},
|
|
231
|
-
className: "fa fa-refresh fa-spin",
|
|
232
|
-
style: {
|
|
233
|
-
marginRight: "8px"
|
|
234
|
-
}
|
|
235
|
-
}), props.mode)))));
|
|
179
|
+
}, props.mode)));
|
|
236
180
|
}));
|
|
237
181
|
var _default = exports.default = SignatureInput;
|
|
@@ -72,7 +72,7 @@ const SigPropsLookupField = props => {
|
|
|
72
72
|
config: props.signatorySearchForm,
|
|
73
73
|
handle: formHandle.current,
|
|
74
74
|
valueChangeHandler: _react.default.useCallback(val => {
|
|
75
|
-
setCurrentSelection(val
|
|
75
|
+
setCurrentSelection(val === null || val === void 0 ? void 0 : val.signatory);
|
|
76
76
|
}, []),
|
|
77
77
|
viewId: props.viewId,
|
|
78
78
|
className: 'defaultForm'
|
|
@@ -22,9 +22,13 @@ var _TemplateItemEventHandler = _interopRequireDefault(require("../TemplateItemE
|
|
|
22
22
|
require("../TemplateDesigner.css");
|
|
23
23
|
var _DynamicJS = _interopRequireDefault(require("../../DynamicJS"));
|
|
24
24
|
var _Docs = _interopRequireDefault(require("../../js/Docs"));
|
|
25
|
-
function
|
|
26
|
-
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
25
|
+
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
|
|
27
26
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
27
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
28
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
29
|
+
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
30
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
|
|
31
|
+
function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
28
32
|
const INITIAL_ITEM = {
|
|
29
33
|
defaultWidthOnPageDrop: 80,
|
|
30
34
|
defaultHeightOnPageDrop: 80
|
|
@@ -126,12 +130,12 @@ const SignatureTemplateDesigner = /*#__PURE__*/_react.default.memo(/*#__PURE__*/
|
|
|
126
130
|
_Observable.default.addSubscriptions(parsedConfig.eventHandlingConfig, props.handle, props.viewId);
|
|
127
131
|
_Observable.default.addSystemSubscriptions(props.viewId, parsedConfig);
|
|
128
132
|
setup();
|
|
129
|
-
setSignatoryUrl(_DynamicJS.default.executeScript(
|
|
130
|
-
setSignatorySearchForm(_DynamicJS.default.executeScript(
|
|
133
|
+
setSignatoryUrl(_DynamicJS.default.executeScript("signatoryUrl", parsedConfig.signatoryUrl));
|
|
134
|
+
setSignatorySearchForm(_DynamicJS.default.executeScript("signatorySearchForm", parsedConfig.signatorySearchForm));
|
|
131
135
|
}, []);
|
|
132
136
|
_react.default.useEffect(() => {
|
|
133
137
|
if (props.config.templateDocument) {
|
|
134
|
-
setTemplateDoc(_DynamicJS.default.executeScript(
|
|
138
|
+
setTemplateDoc(_DynamicJS.default.executeScript("templateDocument", props.config.templateDocument));
|
|
135
139
|
}
|
|
136
140
|
}, [props.config.templateDocument]);
|
|
137
141
|
const setup = () => {
|
|
@@ -334,11 +338,10 @@ const SignatureTemplateDesigner = /*#__PURE__*/_react.default.memo(/*#__PURE__*/
|
|
|
334
338
|
type: elementData.type,
|
|
335
339
|
props: getProps(elementData.type)
|
|
336
340
|
};
|
|
337
|
-
inputBoxValues.push({
|
|
338
|
-
...elementData,
|
|
341
|
+
inputBoxValues.push(_objectSpread(_objectSpread({}, elementData), {}, {
|
|
339
342
|
id: newId,
|
|
340
343
|
index: newId
|
|
341
|
-
});
|
|
344
|
+
}));
|
|
342
345
|
grabPalleteItem(item);
|
|
343
346
|
let event = {
|
|
344
347
|
target: pageElement
|
|
@@ -457,7 +460,7 @@ const SignatureTemplateDesigner = /*#__PURE__*/_react.default.memo(/*#__PURE__*/
|
|
|
457
460
|
}, !_Utils.default.isNull(memorizedHtmlString) ? /*#__PURE__*/_react.default.createElement("div", {
|
|
458
461
|
className: 'row'
|
|
459
462
|
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
460
|
-
className:
|
|
463
|
+
className: "".concat(classes.palette, " col-*-*"),
|
|
461
464
|
style: {
|
|
462
465
|
maxHeight: 'calc(70vh - 80px)',
|
|
463
466
|
overflowX: 'hidden',
|
|
@@ -518,7 +521,7 @@ const SignatureTemplateDesigner = /*#__PURE__*/_react.default.memo(/*#__PURE__*/
|
|
|
518
521
|
'label': 'paletteButtonLabel'
|
|
519
522
|
}
|
|
520
523
|
}, "Clear all"), /*#__PURE__*/_react.default.createElement("div", {
|
|
521
|
-
className:
|
|
524
|
+
className: "".concat(classes.propertyWindow)
|
|
522
525
|
}, /*#__PURE__*/_react.default.createElement(_SignatureInputProps.default, {
|
|
523
526
|
value: selectedInputBoxValue,
|
|
524
527
|
dragWidth: selectedInputBoxDragWidth,
|
|
@@ -21,6 +21,11 @@ var _MenuItem = _interopRequireDefault(require("@mui/material/MenuItem"));
|
|
|
21
21
|
var _MenuList = _interopRequireDefault(require("@mui/material/MenuList"));
|
|
22
22
|
var _ViewUtils = _interopRequireDefault(require("./ViewUtils"));
|
|
23
23
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
24
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
25
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
26
|
+
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
27
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
|
|
28
|
+
function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
24
29
|
const useStyles = (0, _styles.makeStyles)(theme => ({
|
|
25
30
|
paper: {
|
|
26
31
|
display: 'flex',
|
|
@@ -73,10 +78,9 @@ const EnhancedToolbar = props => {
|
|
|
73
78
|
buttonDisability[name] = disabled;
|
|
74
79
|
// Force a refresh
|
|
75
80
|
//setButtonDisability(JSON.parse(JSON.stringify(buttonDisability)));
|
|
76
|
-
setButtonDisability({
|
|
77
|
-
...buttonDisability,
|
|
81
|
+
setButtonDisability(_objectSpread(_objectSpread({}, buttonDisability), {}, {
|
|
78
82
|
["key"]: Math.random()
|
|
79
|
-
});
|
|
83
|
+
}));
|
|
80
84
|
};
|
|
81
85
|
_react.default.useImperativeHandle(ref, () => ({
|
|
82
86
|
setButtonDisabled: (name, disabled) => {
|
|
@@ -5,9 +5,25 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
var _reactPromiseTracker = require("react-promise-tracker");
|
|
8
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
9
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
10
|
+
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
11
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
|
|
12
|
+
function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
8
13
|
class ViewUtils {
|
|
9
|
-
constructor() {
|
|
10
|
-
|
|
14
|
+
constructor() {
|
|
15
|
+
_defineProperty(this, "SYSTEM_ERROR_MESSAGE", "A system error has occurred. Please contact your system administrator");
|
|
16
|
+
_defineProperty(this, "showMessage", (viewRef, message, type) => {
|
|
17
|
+
if (this.isNull(message)) {
|
|
18
|
+
message = "";
|
|
19
|
+
}
|
|
20
|
+
let messageType = type === "ERROR" ? "danger" : this.isNull(type) ? "message" : type;
|
|
21
|
+
viewRef.setState({
|
|
22
|
+
message: message,
|
|
23
|
+
messageStyle: messageType
|
|
24
|
+
});
|
|
25
|
+
});
|
|
26
|
+
}
|
|
11
27
|
isNull(value) {
|
|
12
28
|
return value === null || typeof value === 'undefined';
|
|
13
29
|
}
|
|
@@ -143,16 +159,6 @@ class ViewUtils {
|
|
|
143
159
|
}
|
|
144
160
|
setLegendColor(color) {}
|
|
145
161
|
setLegend(text) {}
|
|
146
|
-
showMessage = (viewRef, message, type) => {
|
|
147
|
-
if (this.isNull(message)) {
|
|
148
|
-
message = "";
|
|
149
|
-
}
|
|
150
|
-
let messageType = type === "ERROR" ? "danger" : this.isNull(type) ? "message" : type;
|
|
151
|
-
viewRef.setState({
|
|
152
|
-
message: message,
|
|
153
|
-
messageStyle: messageType
|
|
154
|
-
});
|
|
155
|
-
};
|
|
156
162
|
saveForm(viewRef, formRef, url) {
|
|
157
163
|
this.saveForm(viewRef, formRef, url, null, null, null);
|
|
158
164
|
}
|
|
@@ -169,10 +175,9 @@ class ViewUtils {
|
|
|
169
175
|
let stateDate = viewRef.state[refDateName];
|
|
170
176
|
let tempDate = stateDate;
|
|
171
177
|
if (this.isNull(stateDate) || stateDate.getTime() !== newDate.getTime()) {
|
|
172
|
-
viewRef.setState({
|
|
173
|
-
...viewRef.state,
|
|
178
|
+
viewRef.setState(_objectSpread(_objectSpread({}, viewRef.state), {}, {
|
|
174
179
|
[refDateName]: newDate
|
|
175
|
-
}, () => {
|
|
180
|
+
}), () => {
|
|
176
181
|
if (!this.isNull(tempDate) && !this.isNull(viewRef.state.id)) {
|
|
177
182
|
let autoFillDate = this.offsetDate(newDate, yearOffset, monthOffset, dayOffset);
|
|
178
183
|
formRef.current.setValue(autoFillDateName, autoFillDate);
|
|
@@ -218,7 +223,7 @@ class ViewUtils {
|
|
|
218
223
|
formValue.id = viewRef.props.location.state.selection;
|
|
219
224
|
}
|
|
220
225
|
let data = JSON.stringify(formValue);
|
|
221
|
-
const fullUrl = url +
|
|
226
|
+
const fullUrl = url + "?data=".concat(data);
|
|
222
227
|
this.invokeUrl(fullUrl, response => {
|
|
223
228
|
this.showMessage(viewRef, response.Message, response.MessageType);
|
|
224
229
|
if (successCallback !== null) {
|
|
@@ -14,20 +14,23 @@ var _Utils = _interopRequireDefault(require("../Utils"));
|
|
|
14
14
|
var _ApplicationManager = _interopRequireDefault(require("../ApplicationManager"));
|
|
15
15
|
var _DynamicJS = _interopRequireDefault(require("../DynamicJS"));
|
|
16
16
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
17
|
+
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
18
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
|
|
19
|
+
function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
17
20
|
class ActionHandlers {
|
|
18
21
|
constructor() {
|
|
22
|
+
_defineProperty(this, "confirmAction", message => {
|
|
23
|
+
if (!_Utils.default.isNull(message)) {
|
|
24
|
+
_ApplicationManager.default.openConfirmDialog(message);
|
|
25
|
+
return false;
|
|
26
|
+
}
|
|
27
|
+
return true;
|
|
28
|
+
});
|
|
19
29
|
if (!ActionHandlers.instance) {
|
|
20
30
|
ActionHandlers.instance = this;
|
|
21
31
|
}
|
|
22
32
|
return ActionHandlers.instance;
|
|
23
33
|
}
|
|
24
|
-
confirmAction = message => {
|
|
25
|
-
if (!_Utils.default.isNull(message)) {
|
|
26
|
-
_ApplicationManager.default.openConfirmDialog(message);
|
|
27
|
-
return false;
|
|
28
|
-
}
|
|
29
|
-
return true;
|
|
30
|
-
};
|
|
31
34
|
getActionHandler(id) {
|
|
32
35
|
if (id === 'script') {
|
|
33
36
|
return _ScriptActionHandler.default;
|
package/dist/event/Event.js
CHANGED
|
@@ -4,24 +4,26 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
+
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
8
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
|
|
9
|
+
function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
7
10
|
class Event {
|
|
8
11
|
constructor(source, viewId, data) {
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*/
|
|
15
|
+
_defineProperty(this, "getSource", () => {
|
|
16
|
+
return this.source;
|
|
17
|
+
});
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
*/
|
|
21
|
+
_defineProperty(this, "getData", () => {
|
|
22
|
+
return this.data;
|
|
23
|
+
});
|
|
9
24
|
this.source = source;
|
|
10
25
|
this.viewId = viewId;
|
|
11
26
|
this.data = data;
|
|
12
27
|
}
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
*/
|
|
16
|
-
getSource = () => {
|
|
17
|
-
return this.source;
|
|
18
|
-
};
|
|
19
|
-
|
|
20
|
-
/**
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
getData = () => {
|
|
24
|
-
return this.data;
|
|
25
|
-
};
|
|
26
28
|
}
|
|
27
29
|
var _default = exports.default = Event;
|
|
@@ -6,8 +6,47 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
var _Utils = _interopRequireDefault(require("../Utils"));
|
|
8
8
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
9
|
+
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
10
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
|
|
11
|
+
function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
9
12
|
class EventSubscription {
|
|
10
13
|
constructor(subscriberRef, viewId, publisher, eventType, actions, callback) {
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
*/
|
|
17
|
+
_defineProperty(this, "getSubscriberRef", () => {
|
|
18
|
+
return this.subscriberRef;
|
|
19
|
+
});
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
_defineProperty(this, "getEventType", () => {
|
|
24
|
+
return this.eventType;
|
|
25
|
+
});
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
_defineProperty(this, "getViewId", () => {
|
|
30
|
+
return this.viewId;
|
|
31
|
+
});
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
_defineProperty(this, "getPublisher", () => {
|
|
36
|
+
return this.publisher;
|
|
37
|
+
});
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
*/
|
|
41
|
+
_defineProperty(this, "getActions", () => {
|
|
42
|
+
return this.actions;
|
|
43
|
+
});
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
*/
|
|
47
|
+
_defineProperty(this, "getCallback", () => {
|
|
48
|
+
return this.callback;
|
|
49
|
+
});
|
|
11
50
|
this.subscriberRef = subscriberRef;
|
|
12
51
|
this.subscriber = !_Utils.default.isNull(subscriberRef) && !_Utils.default.isNull(subscriberRef.api.id) ? subscriberRef.api.id : null;
|
|
13
52
|
this.eventType = eventType;
|
|
@@ -16,46 +55,5 @@ class EventSubscription {
|
|
|
16
55
|
this.actions = actions;
|
|
17
56
|
this.callback = callback;
|
|
18
57
|
}
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
*/
|
|
22
|
-
getSubscriberRef = () => {
|
|
23
|
-
return this.subscriberRef;
|
|
24
|
-
};
|
|
25
|
-
|
|
26
|
-
/**
|
|
27
|
-
*
|
|
28
|
-
*/
|
|
29
|
-
getEventType = () => {
|
|
30
|
-
return this.eventType;
|
|
31
|
-
};
|
|
32
|
-
|
|
33
|
-
/**
|
|
34
|
-
*
|
|
35
|
-
*/
|
|
36
|
-
getViewId = () => {
|
|
37
|
-
return this.viewId;
|
|
38
|
-
};
|
|
39
|
-
|
|
40
|
-
/**
|
|
41
|
-
*
|
|
42
|
-
*/
|
|
43
|
-
getPublisher = () => {
|
|
44
|
-
return this.publisher;
|
|
45
|
-
};
|
|
46
|
-
|
|
47
|
-
/**
|
|
48
|
-
*
|
|
49
|
-
*/
|
|
50
|
-
getActions = () => {
|
|
51
|
-
return this.actions;
|
|
52
|
-
};
|
|
53
|
-
|
|
54
|
-
/**
|
|
55
|
-
*
|
|
56
|
-
*/
|
|
57
|
-
getCallback = () => {
|
|
58
|
-
return this.callback;
|
|
59
|
-
};
|
|
60
58
|
}
|
|
61
59
|
var _default = exports.default = EventSubscription;
|
package/dist/event/EventType.js
CHANGED
|
@@ -4,22 +4,27 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
7
|
+
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
8
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
|
|
9
|
+
function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
10
|
+
class EventType {}
|
|
11
|
+
exports.default = EventType;
|
|
12
|
+
_defineProperty(EventType, "CLICK", "CLICK");
|
|
13
|
+
_defineProperty(EventType, "SELECTION_CHANGE", "SELECTION_CHANGE");
|
|
14
|
+
_defineProperty(EventType, "SERVICE_CALL_SUCCESS", "SERVICE_CALL_SUCCESS");
|
|
15
|
+
_defineProperty(EventType, "SERVICE_CALL_FAILURE", "SERVICE_CALL_FAILURE");
|
|
16
|
+
_defineProperty(EventType, "COMPONENT_LOAD", "COMPONENT_LOAD");
|
|
17
|
+
_defineProperty(EventType, "VALUE_CHANGE", "VALUE_CHANGE");
|
|
18
|
+
_defineProperty(EventType, "ROW_DELETED", "ROW_DELETED");
|
|
19
|
+
_defineProperty(EventType, "VIEW_CLOSED", "VIEW_CLOSED");
|
|
20
|
+
_defineProperty(EventType, "BARCODE_SCANNED", "BARCODE_SCANNED");
|
|
21
|
+
_defineProperty(EventType, "APPLICATION_CONTEXT_CHANGE", "APPLICATION_CONTEXT_CHANGE");
|
|
22
|
+
_defineProperty(EventType, "MESSAGE_ARRIVED", "MESSAGE_ARRIVED");
|
|
23
|
+
_defineProperty(EventType, "DATA_ARRIVED", "DATA_ARRIVED");
|
|
24
|
+
_defineProperty(EventType, "CALENDAR_DATE_CLICK", "CALENDAR_DATE_CLICK");
|
|
25
|
+
_defineProperty(EventType, "CALENDAR_EVENT_START", "CALENDAR_EVENT_START");
|
|
26
|
+
_defineProperty(EventType, "SOCKET_CONNECT", "SOCKET_CONNECT");
|
|
27
|
+
_defineProperty(EventType, "MEETING_ENDED", "MEETING_ENDED");
|
|
28
|
+
_defineProperty(EventType, "CUSTOM_EVENT", "CUSTOM_EVENT");
|
|
29
|
+
_defineProperty(EventType, "ROW_GRAB_START", "ROW_GRAB_START");
|
|
30
|
+
_defineProperty(EventType, "ROW_GRAB_END", "ROW_GRAB_END");
|