@zohodesk/dot 1.0.0-temp-89 → 1.0.0-temp.888

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.
Files changed (163) hide show
  1. package/README.md +13 -0
  2. package/es/ActionButton/ActionButton.js +7 -4
  3. package/es/ActionButton/ActionButton.module.css +9 -25
  4. package/es/AlphabeticList/AlphabeticList.module.css +4 -7
  5. package/es/Attachment/Attachment.module.css +9 -20
  6. package/es/AttachmentViewer/AttachmentViewer.module.css +27 -89
  7. package/es/ChannelIcon/ChannelIcon.module.css +21 -30
  8. package/es/Drawer/Drawer.module.css +11 -59
  9. package/es/FlipCard/FlipCard.module.css +5 -14
  10. package/es/FormAction/FormAction.module.css +9 -34
  11. package/es/FreezeLayer/FreezeLayer.module.css +2 -6
  12. package/es/IconButton/IconButton.module.css +1 -1
  13. package/es/ImportantNotes/ImportantNotes.module.css +2 -7
  14. package/es/Loader/Loader.module.css +4 -25
  15. package/es/Message/Message.module.css +9 -42
  16. package/es/MessageBanner/MessageBanner.module.css +4 -12
  17. package/es/NewStar/NewStar.module.css +5 -42
  18. package/es/Provider.js +5 -105
  19. package/es/ToastMessage/ToastMessage.module.css +25 -96
  20. package/es/Upload/Upload.module.css +8 -27
  21. package/es/alert/AlertHeader/AlertHeader.module.css +3 -21
  22. package/es/alert/AlertLookup/AlertLookup.module.css +2 -6
  23. package/es/avatar/AvatarClose/AvatarClose.module.css +3 -9
  24. package/es/avatar/AvatarCollision/AvatarCollision.module.css +4 -18
  25. package/es/avatar/AvatarIcon/AvatarIcon.module.css +4 -3
  26. package/es/avatar/AvatarStatus/AvatarStatus.module.css +9 -59
  27. package/es/avatar/AvatarThread/AvatarThread.module.css +5 -55
  28. package/es/avatar/AvatarUser/AvatarUser.module.css +10 -81
  29. package/es/avatar/AvatarWithTeam/AvatarWithTeam.module.css +3 -10
  30. package/es/common/dot_animation.module.css +3 -16
  31. package/es/deprecated/SelectDropdown/SelectDropdown.module.css +3 -11
  32. package/es/docs/formDocs.js +5 -1
  33. package/es/docs/generalDocs.js +5 -2
  34. package/es/dropdown/ToggleDropDown/ToggleDropDown.module.css +9 -21
  35. package/es/emptystate/CommonEmptyState/CommonEmptyState.module.css +4 -12
  36. package/es/emptystate/EditionPage/EditionPage.css +3 -9
  37. package/es/errorstate/EmptyStates.module.css +10 -13
  38. package/es/errorstate/Inconvenience/Inconvenience.module.css +0 -3
  39. package/es/errorstate/LinkText/LinkText.module.css +1 -1
  40. package/es/errorstate/PermissionPlay/PermissionPlay.module.css +2 -2
  41. package/es/errorstate/WillBack/WillBack.module.css +3 -1
  42. package/es/form/fields/CheckBoxField/CheckBoxField.js +16 -28
  43. package/es/form/fields/CheckBoxField/docs/CheckBoxField__default.docs.js +8 -1
  44. package/es/form/fields/CurrencyField/CurrencyField.js +16 -29
  45. package/es/form/fields/CurrencyField/docs/CurrencyField__default.docs.js +36 -0
  46. package/es/form/fields/DateField/DateField.js +16 -28
  47. package/es/form/fields/DateField/docs/DateField__default.docs.js +8 -1
  48. package/es/form/fields/FieldContainer/FieldContainer.js +82 -0
  49. package/es/form/fields/FieldContainer/docs/FieldContainer__default.docs.js +49 -0
  50. package/es/form/fields/Fields.module.css +14 -49
  51. package/es/form/fields/MultiSelectField/MultiSelectField.js +16 -28
  52. package/es/form/fields/MultiSelectField/docs/MultiSelectField__default.docs.js +8 -1
  53. package/es/form/fields/SelectField/SelectField.js +16 -28
  54. package/es/form/fields/SelectField/docs/SelectField__default.docs.js +8 -1
  55. package/es/form/fields/TagsMultiSelect/TagsMultiSelect.js +7 -4
  56. package/es/form/fields/TagsMultiSelect/TagsMultiSelect.module.css +7 -19
  57. package/es/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +32 -28
  58. package/es/form/fields/TagsMultiSelectField/TagsMultiSelectField.module.css +1 -4
  59. package/es/form/fields/TextBoxField/TextBoxField.js +18 -43
  60. package/es/form/fields/TextBoxField/docs/TextBoxField__default.docs.js +28 -1
  61. package/es/form/fields/TextEditor/TextEditor.module.css +72 -149
  62. package/es/form/fields/TextEditorField/TextEditorField.js +27 -44
  63. package/es/form/fields/TextEditorField/docs/TextEditorField__default.docs.js +9 -2
  64. package/es/form/fields/TextEditorWrapper/TextEditorWrapper.module.css +2 -13
  65. package/es/form/fields/TextareaField/TextareaField.js +16 -28
  66. package/es/form/fields/TextareaField/docs/TextareaField__default.docs.js +8 -1
  67. package/es/form/fields/ValidationMessage/ValidationMessage.module.css +4 -9
  68. package/es/form/fields/props/FieldCommonDefaultProps.js +10 -0
  69. package/es/form/fields/props/FieldCommonPropTypes.js +22 -0
  70. package/es/layout/SetupDetailLayout/SetupDetailLayout.module.css +16 -52
  71. package/es/layout/SubtabLayout/SubtabLayout.module.css +29 -55
  72. package/es/list/BluePrintStatus/BluePrintStatus.module.css +1 -4
  73. package/es/list/Comment/Comment.module.css +0 -5
  74. package/es/list/DotNew/DotNew.module.css +3 -3
  75. package/es/list/GridStencils/GridStencils.module.css +21 -82
  76. package/es/list/Icons/Icons.module.css +1 -1
  77. package/es/list/ListLayout/ListLayout.module.css +14 -22
  78. package/es/list/ListStencils/ListStencils.module.css +6 -11
  79. package/es/list/SecondaryText/AccountName.js +34 -38
  80. package/es/list/SecondaryText/ContactName.js +18 -13
  81. package/es/list/SecondaryText/SecondaryText.module.css +14 -39
  82. package/es/list/SecondaryText/docs/SecondaryText__default.docs.js +114 -0
  83. package/es/list/SecondryPanel/docs/SecondryPanelDocs.module.css +2 -2
  84. package/es/list/SentimentStatus/SentimentStatus.module.css +1 -4
  85. package/es/list/TagNew/TagNew.module.css +7 -14
  86. package/es/list/Thread/Thread.module.css +1 -13
  87. package/es/list/UserTime/UserTime.module.css +0 -6
  88. package/es/list/listCommon.module.css +1 -9
  89. package/es/list/status/StatusDropdown/StatusDropdown.module.css +6 -19
  90. package/es/list/status/StatusListItem/StatusListItem.module.css +15 -38
  91. package/es/lookup/Lookup/Lookup.module.css +2 -2
  92. package/es/lookup/Section/LookupSection.module.css +2 -2
  93. package/es/lookup/header/Close/LookupClose.module.css +4 -4
  94. package/es/lookup/header/Search/LookupSearch.module.css +12 -21
  95. package/es/lookup/header/TicketHeader/TicketHeader.module.css +2 -5
  96. package/es/lookup/header/ViewDropDown/ViewDropDown.module.css +3 -8
  97. package/es/lookup/header/lookupHeaderCommon.module.css +5 -15
  98. package/es/lookup/header/lookupHeaderCommonResponsive.module.css +3 -12
  99. package/es/setup/header/Button/HeaderButton.module.css +1 -3
  100. package/es/setup/header/Link/HeaderLink.module.css +1 -7
  101. package/es/setup/header/Search/Search.module.css +8 -19
  102. package/es/setup/header/Views/Views.module.css +5 -15
  103. package/es/setup/helptips/Link/HelpTipsLink.module.css +0 -1
  104. package/es/setup/helptips/ListGroup/ListGroup.module.css +1 -6
  105. package/es/setup/table/TableData/SetupTableData.module.css +3 -11
  106. package/es/setup/table/TableHead/SetupTableHead.module.css +0 -4
  107. package/es/setup/table/TableRow/SetupTableRow.module.css +2 -6
  108. package/es/utils/KeyboardApi.js +294 -0
  109. package/es/version2/AlertClose/AlertClose.module.css +1 -1
  110. package/es/version2/GlobalNotification/GlobalNotification.module.css +9 -44
  111. package/es/version2/lookup/AlertHeader/AlertHeaderNew.module.css +2 -25
  112. package/es/version2/lookup/AlertLookup/AlertLookupNew.module.css +3 -7
  113. package/es/version2/lookup/alertLookupCommonNew.module.css +1 -8
  114. package/es/version2/notification/DesktopNotification/DesktopNotification.module.css +10 -26
  115. package/es/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +10 -47
  116. package/lib/ActionButton/ActionButton.js +3 -7
  117. package/lib/ActionButton/ActionButton.module.css +1 -0
  118. package/lib/FreezeLayer/FreezeLayer.js +4 -29
  119. package/lib/ImportantNotes/ImportantNotes.js +3 -5
  120. package/lib/Provider.js +38 -115
  121. package/lib/deprecated/SelectDropdown/SelectDropdown.js +38 -60
  122. package/lib/deprecated/SelectDropdown/SelectDropdown.module.css +0 -1
  123. package/lib/docs/generalDocs.js +0 -16
  124. package/lib/dropdown/ToggleDropDown/ToggleDropDown.js +161 -182
  125. package/lib/dropdown/ToggleDropDown/ToggleDropDown.module.css +0 -3
  126. package/lib/form/fields/CheckBoxField/CheckBoxField.js +1 -1
  127. package/lib/form/fields/CurrencyField/CurrencyField.js +8 -9
  128. package/lib/form/fields/DateField/DateField.js +1 -1
  129. package/lib/form/fields/MultiSelectField/MultiSelectField.js +1 -1
  130. package/lib/form/fields/PhoneField/PhoneField.js +1 -1
  131. package/lib/form/fields/RadioField/RadioField.js +1 -1
  132. package/lib/form/fields/SelectField/SelectField.js +1 -1
  133. package/lib/form/fields/TagsMultiSelect/TagsMultiSelect.js +73 -110
  134. package/lib/form/fields/TextBoxField/TextBoxField.js +1 -1
  135. package/lib/form/fields/TextEditor/TextEditor.js +1 -4
  136. package/lib/form/fields/TextEditor/TextEditor.module.css +2 -13
  137. package/lib/form/fields/TextareaField/TextareaField.js +1 -1
  138. package/lib/list/DepartmentDropDown/DepartmentDropDown.js +1 -1
  139. package/lib/list/GridStencils/GridStencils.module.css +1 -3
  140. package/lib/list/SecondaryText/AccountName.js +34 -38
  141. package/lib/list/SecondaryText/ContactName.js +18 -13
  142. package/lib/list/SecondaryText/SecondaryText.module.css +14 -29
  143. package/lib/list/status/StatusDropdown/StatusDropdown.js +118 -146
  144. package/lib/list/status/StatusDropdown/StatusDropdown.module.css +0 -3
  145. package/lib/lookup/header/ModuleHeader/ModuleHeader.js +3 -8
  146. package/lib/lookup/header/ModuleHeader/docs/ModuleHeader__default.docs.js +3 -13
  147. package/lib/lookup/header/TicketHeader/TicketHeader.js +4 -7
  148. package/lib/lookup/header/ViewDropDown/ViewDropDown.js +52 -75
  149. package/lib/lookup/header/lookupHeaderCommon.module.css +2 -8
  150. package/lib/setup/header/Views/Views.js +2 -2
  151. package/lib/utils/General.js +24 -0
  152. package/lib/{deprecated/utils → utils}/KeyboardApi.js +0 -0
  153. package/package.json +5 -5
  154. package/lib/AttachmentViewer/Attachment.js +0 -28
  155. package/lib/AttachmentViewer/AttachmentImage.js +0 -133
  156. package/lib/AttachmentViewer/AttachmentViewer.js +0 -646
  157. package/lib/AttachmentViewer/AttachmentViewer.module.css +0 -354
  158. package/lib/AttachmentViewer/docs/AttachmentViewer__default.docs.js +0 -123
  159. package/lib/AttachmentViewer/utils.js +0 -134
  160. package/lib/Provider/Config.js +0 -21
  161. package/lib/common/dot_animation.module.css +0 -27
  162. package/lib/common/dot_common.module.css +0 -4
  163. package/lib/deprecated/utils/General.js +0 -29
@@ -1,354 +0,0 @@
1
- .header {
2
- height: var(--zd_size40);
3
- position: relative;
4
- z-index: 1;
5
- composes: alignVertical from '~@zohodesk/components/lib/common/common.module.css';
6
- background-color: var(--zdt_attachmentviewer_header_bg);
7
- padding: 0 var(--zd_size15);
8
- border-bottom: 1px solid var(--zdt_attachmentviewer_header_border);
9
- }
10
-
11
- .title {
12
- max-width: 50%;
13
- composes: dotted from '~@zohodesk/components/lib/common/common.module.css';
14
- }
15
-
16
- [dir=ltr] .title {
17
- padding-right: var(--zd_size15);
18
- }
19
-
20
- [dir=rtl] .title {
21
- padding-left: var(--zd_size15);
22
- }
23
-
24
- .count {
25
- position: absolute;
26
- composes: xMiddle from '~@zohodesk/components/lib/common/common.module.css';
27
- padding: 0 var(--zd_size10);
28
- }
29
-
30
- .title,
31
- .count {
32
- color: var(--zdt_attachmentviewer_title_text);
33
- font-size: var(--zd_font_size15);
34
- }
35
-
36
- [dir=ltr] .menuBar {
37
- padding-left: var(--zd_size5);
38
- }
39
-
40
- [dir=rtl] .menuBar {
41
- padding-right: var(--zd_size5);
42
- }
43
-
44
- .mbleMenuBar {
45
- align-self: baseline;
46
- margin-top: var(--zd_size8);
47
- }
48
-
49
- [dir=ltr] .menu+.menu {
50
- margin-left: var(--zd_size22);
51
- }
52
-
53
- [dir=rtl] .menu+.menu {
54
- margin-right: var(--zd_size22);
55
- }
56
-
57
- .mobileMenu+.mobileMenu {
58
- margin-bottom: var(--zd_size22);
59
- }
60
-
61
- .menuIcon {
62
- --iconColor: var(--zdt_attachmentviewer_title_text);
63
- }
64
-
65
- .nrmlArrowBox {
66
- width: var(--zd_size80);
67
- }
68
-
69
- .mbleArrowBox {
70
- width: var(--zd_size50);
71
- }
72
-
73
- .arrowBox:hover {
74
- background-color: var(--zdt_attachmentviewer_arrow_bg_hover);
75
- }
76
-
77
- .arrow {
78
- color: var(--zdt_attachmentviewer_title_text);
79
- font-size: var(--zd_font_size22);
80
- height: var(--zd_size38);
81
- width: var(--zd_size38);
82
- line-height: var(--zd_size36);
83
- border-radius: 50%;
84
- cursor: pointer;
85
- }
86
-
87
- .preview {
88
- composes: posrel from '~@zohodesk/components/lib/common/common.module.css';
89
- text-align: center;
90
- margin: var(--zd_size20) 0;
91
- }
92
-
93
- .zoomIn {
94
- max-height: 100%;
95
- max-width: 90%;
96
- position: absolute;
97
- composes: middleBoth from '~@zohodesk/components/lib/common/common.module.css';
98
- }
99
-
100
- .zoomOut {
101
- cursor: zoom-out;
102
- }
103
-
104
- .button {
105
- position: absolute;
106
- bottom: var(--zd_size23);
107
- z-index: 3;
108
- border: 1px solid var(--zdt_attachmentviewer_button_border);
109
- }
110
-
111
- [dir=ltr] .button {
112
- right: var(--zd_size20);
113
- }
114
-
115
- [dir=rtl] .button {
116
- left: var(--zd_size20);
117
- }
118
-
119
- .visible {
120
- visibility: visible;
121
- }
122
-
123
- .hidden {
124
- visibility: hidden;
125
- }
126
-
127
- .footer {
128
- width: 100%;
129
- overflow: hidden;
130
- transition: height var(--zd_transition3);
131
- background-color: var(--zdt_attachmentviewer_footer_bg)
132
- }
133
-
134
- [dir=ltr] .footer {
135
- padding-right:var(--zd_size68)
136
- }
137
-
138
- [dir=rtl] .footer {
139
- padding-left:var(--zd_size68)
140
- }
141
-
142
- .footerHeight {
143
- height: var(--zd_size75);
144
- }
145
-
146
- .footerHide {
147
- height: 0;
148
- }
149
-
150
- .listContainer {
151
- padding: 0 var(--zd_size18);
152
- }
153
-
154
- .imgItem {
155
- height: var(--zd_size60);
156
- min-width: var(--zd_size40);
157
- position: relative;
158
- transition: border var(--zd_transition3);
159
- border-width: 2px;
160
- border-style: solid;
161
- border-color: var(--dot_mirror);
162
- border-radius: 3px;
163
- padding: var(--zd_size2);
164
- }
165
-
166
- .imgItem:hover {
167
- border-color: var(--zdt_attachmentviewer_hover_border);
168
- }
169
-
170
- [dir=ltr] .imgItem+.imgItem {
171
- margin-left: var(--zd_size12);
172
- }
173
-
174
- [dir=rtl] .imgItem+.imgItem {
175
- margin-right: var(--zd_size12);
176
- }
177
-
178
- .image {
179
- cursor: pointer;
180
- }
181
-
182
- .selected, .selected:hover {
183
- border-color: var(--zdt_attachmentviewer_selected_border);
184
- }
185
-
186
- .selected::after {
187
- content: '';
188
- position: absolute;
189
- top: 0;
190
- width: 100%;
191
- height: 100%;
192
- opacity: 0.3;
193
- background-color: var(--zdt_attachmentviewer_selected_after_bg);
194
- box-shadow: 0 0 4px 2px var(--zdt_attachmentviewer_selected_box_shadow) inset;
195
- }
196
-
197
- [dir=ltr] .selected::after {
198
- left: 0;
199
- }
200
-
201
- [dir=rtl] .selected::after {
202
- right: 0;
203
- }
204
-
205
- .zoomIcon {
206
- font-size: var(--zd_font_size15);
207
- }
208
-
209
- .newTabIcon {
210
- font-size: var(--zd_font_size12);
211
- }
212
-
213
- .appIcon {
214
- font-size: var(--zd_font_size9);
215
- }
216
-
217
- .thumpIcon {
218
- color: var(--zdt_attachmentviewer_title_text);
219
- transition: transform var(--zd_transition3);
220
- transform: rotateX(180deg);
221
- }
222
-
223
- .thumpIconActive {
224
- transform: rotateX(0deg);
225
- }
226
-
227
- .isAudio {
228
- composes: audioImage from '../common/dot_common.module.css';
229
- width: var(--zd_size100);
230
- background-size: 100% 100%;
231
- }
232
-
233
- .isAudio .image {
234
- opacity: 0;
235
- }
236
-
237
- .video {
238
- position: absolute;
239
- top: 0;
240
- bottom: 0;
241
- margin: auto;
242
- }
243
-
244
- [dir=ltr] .video {
245
- left: 0;
246
- right: 0;
247
- }
248
-
249
- [dir=rtl] .video {
250
- right: 0;
251
- left: 0;
252
- }
253
-
254
- .imgBox {
255
- position: absolute;
256
- transition: var(--zd_transition3) ease-in-out;
257
- opacity: 0;
258
- overflow: auto;
259
- }
260
-
261
- .imgBox>img {
262
- object-fit: contain;
263
- }
264
-
265
- .imgRef {
266
- width: 100%;
267
- height: 100%;
268
- max-width: 100%;
269
- max-height: 100%;
270
- composes: dflex from '~@zohodesk/components/lib/common/common.module.css';
271
- }
272
-
273
- .img {
274
- transition: var(--zd_transition3) ease-in-out;
275
- margin: auto;
276
- cursor: zoom-in;
277
- }
278
-
279
- .imgRef .normalImg {
280
- max-width: inherit;
281
- max-height: inherit;
282
- cursor: zoom-in;
283
- }
284
-
285
- .imgRef .zoomedImg {
286
- max-width: initial;
287
- max-height: initial;
288
- cursor: zoom-out;
289
- }
290
-
291
- .previewBox {
292
- position: relative;
293
- overflow: hidden;
294
- }
295
-
296
- .spinLoad {
297
- position: absolute;
298
- composes: middleBoth from '~@zohodesk/components/lib/common/common.module.css';
299
- height: var(--zd_font_size18);
300
- width: var(--zd_font_size18);
301
- }
302
-
303
- .loader {
304
- height: 100%;
305
- width: 100%;
306
- composes: rotate from '../common/dot_animation.module.css';
307
- composes: infinite from '~@zohodesk/components/lib/common/animation.module.css';
308
- border: 2px solid var(--zdt_attachmentviewer_loader_border);
309
- border-top-color: var(--zdt_attachmentviewer_loader_border_top);
310
- border-radius: 50%;
311
- }
312
-
313
- [dir=ltr] .loader {
314
- animation-duration: var(--zd_transition8);
315
- animation-timing-function: linear;
316
- }
317
-
318
- [dir=rtl] .loader {
319
- animation-duration: var(--zd_transition8);
320
- animation-timing-function: linear;
321
- }
322
-
323
- .hide {
324
- opacity: 0;
325
- visibility: hidden;
326
- }
327
-
328
- .author {
329
- max-width: var(--zd_size200);
330
- }
331
-
332
- [dir=ltr] .author {
333
- padding-left: var(--zd_size15);
334
- }
335
-
336
- [dir=rtl] .author {
337
- padding-right: var(--zd_size15);
338
- }
339
-
340
- .authorName {
341
- font-size: var(--zd_font_size15);
342
- color: var(--zdt_attachmentviewer_title_text);
343
- composes: dotted from '~@zohodesk/components/lib/common/common.module.css';
344
- margin: 0 var(--zd_size10);
345
- }
346
-
347
- .btn {
348
- height: 100%;
349
- width: 100%;
350
- background-color: var(--dot_mirror);
351
- border: 0;
352
- cursor: pointer;
353
- }
354
-
@@ -1,123 +0,0 @@
1
- "use strict";
2
-
3
- function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
4
-
5
- Object.defineProperty(exports, "__esModule", {
6
- value: true
7
- });
8
- exports["default"] = void 0;
9
-
10
- var _react = _interopRequireWildcard(require("react"));
11
-
12
- var _AttachmentViewer = _interopRequireDefault(require("../AttachmentViewer"));
13
-
14
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
15
-
16
- function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
17
-
18
- function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
19
-
20
- function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
21
-
22
- function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
23
-
24
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
25
-
26
- function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
27
-
28
- function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
29
-
30
- function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
31
-
32
- function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
33
-
34
- function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
35
-
36
- function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
37
-
38
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
39
-
40
- var AttachmentViewer__default = /*#__PURE__*/function (_Component) {
41
- _inherits(AttachmentViewer__default, _Component);
42
-
43
- var _super = _createSuper(AttachmentViewer__default);
44
-
45
- function AttachmentViewer__default() {
46
- _classCallCheck(this, AttachmentViewer__default);
47
-
48
- return _super.apply(this, arguments);
49
- }
50
-
51
- _createClass(AttachmentViewer__default, [{
52
- key: "render",
53
- value: function render() {
54
- return /*#__PURE__*/_react["default"].createElement(_AttachmentViewer["default"], {
55
- isActive: true,
56
- hideAttachmentViewer: function hideAttachmentViewer() {},
57
- previewObj: {
58
- previewData: [{
59
- id: "1",
60
- name: "slack0.jpg",
61
- size: "100412",
62
- href: "https://2.bp.blogspot.com/_H-PCzW2K720/SlXXLLMOzsI/AAAAAAAAAFE/efv7GBth9cQ/s280/Elva+Hill+04.JPG",
63
- viewUrl: "https://2.bp.blogspot.com/_H-PCzW2K720/SlXXLLMOzsI/AAAAAAAAAFE/efv7GBth9cQ/s280/Elva+Hill+04.JPG",
64
- downloadUrl: "https://2.bp.blogspot.com/_H-PCzW2K720/SlXXLLMOzsI/AAAAAAAAAFE/efv7GBth9cQ/s280/Elva+Hill+04.JPG"
65
- }, {
66
- id: "2",
67
- name: "slack1.jpg",
68
- size: "100412",
69
- href: "https://p.bigstockphoto.com/GeFvQkBbSLaMdpKXF1Zv_bigstock-Aerial-View-Of-Blue-Lakes-And--227291596.jpg",
70
- viewUrl: "https://p.bigstockphoto.com/GeFvQkBbSLaMdpKXF1Zv_bigstock-Aerial-View-Of-Blue-Lakes-And--227291596.jpg",
71
- downloadUrl: "https://p.bigstockphoto.com/GeFvQkBbSLaMdpKXF1Zv_bigstock-Aerial-View-Of-Blue-Lakes-And--227291596.jpg"
72
- }, {
73
- id: "3",
74
- name: "slack2.jpg",
75
- size: "100412",
76
- href: "https://wallpapercave.com/wp/wp3913900.jpg",
77
- viewUrl: "https://wallpapercave.com/wp/wp3913900.jpg",
78
- downloadUrl: "https://wallpapercave.com/wp/wp3913900.jpg"
79
- }, {
80
- id: "4",
81
- name: "slack3.jpg",
82
- size: "100412",
83
- href: "https://upload.wikimedia.org/wikipedia/commons/thumb/0/09/Giraffe_2019-07-28.jpg/682px-Giraffe_2019-07-28.jpg",
84
- viewUrl: "https://upload.wikimedia.org/wikipedia/commons/thumb/0/09/Giraffe_2019-07-28.jpg/682px-Giraffe_2019-07-28.jpg",
85
- downloadUrl: "https://upload.wikimedia.org/wikipedia/commons/thumb/0/09/Giraffe_2019-07-28.jpg/682px-Giraffe_2019-07-28.jpg"
86
- }, {
87
- id: "5",
88
- name: "slack4.jpg",
89
- size: "100412",
90
- href: "https://wallpapercave.com/wp/wp3913900.jpg",
91
- viewUrl: "https://wallpapercave.com/wp/wp3913900.jpg",
92
- downloadUrl: "https://wallpapercave.com/wp/wp3913900.jpg"
93
- }, {
94
- id: "6",
95
- name: "slack5.jpg",
96
- size: "100412",
97
- href: "https://upload.wikimedia.org/wikipedia/commons/thumb/0/09/Giraffe_2019-07-28.jpg/682px-Giraffe_2019-07-28.jpg",
98
- viewUrl: "https://upload.wikimedia.org/wikipedia/commons/thumb/0/09/Giraffe_2019-07-28.jpg/682px-Giraffe_2019-07-28.jpg",
99
- downloadUrl: "https://upload.wikimedia.org/wikipedia/commons/thumb/0/09/Giraffe_2019-07-28.jpg/682px-Giraffe_2019-07-28.jpg"
100
- }, {
101
- id: "6",
102
- name: "slack5.mp3",
103
- size: "100412",
104
- href: "https://www.w3schools.com/html/horse.mp3",
105
- viewUrl: "https://www.w3schools.com/html/horse.mp3",
106
- downloadUrl: "https://www.w3schools.com/html/horse.mp3"
107
- }],
108
- selectedIndex: 0
109
- }
110
- });
111
- }
112
- }]);
113
-
114
- return AttachmentViewer__default;
115
- }(_react.Component);
116
-
117
- exports["default"] = AttachmentViewer__default;
118
-
119
- if (false) {
120
- AttachmentViewer__default.docs = {
121
- componentGroup: "Molecule"
122
- };
123
- }
@@ -1,134 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.ZoomEvent = exports.Zoom = void 0;
7
-
8
- function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
9
-
10
- function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
11
-
12
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
13
-
14
- var Zoom = /*#__PURE__*/function () {
15
- function Zoom() {
16
- _classCallCheck(this, Zoom);
17
-
18
- var matrix = [1, 0, 0, 1, 0, 0]; // current view transform
19
-
20
- this.m = matrix; // alias
21
-
22
- this.scale = 1; // current scale
23
-
24
- this.pos = {
25
- x: 0,
26
- y: 0
27
- }; // current position of origin
28
-
29
- this.dirty = true;
30
- }
31
-
32
- _createClass(Zoom, [{
33
- key: "applyTo",
34
- value: function applyTo(el) {
35
- var dirty = this.dirty,
36
- m = this.m;
37
-
38
- if (dirty) {
39
- this.update();
40
- }
41
-
42
- el.style.transform = "matrix(".concat(m[0], ",").concat(m[1], ",").concat(m[2], ",").concat(m[3], ",").concat(m[4], ",").concat(m[5], ")");
43
- el.style.transformOrigin = '0 0';
44
- }
45
- }, {
46
- key: "update",
47
- value: function update() {
48
- // m[4], m[5] - need to set transforms based on positions. Currently set to 0 to zoom based on center
49
- var m = this.m,
50
- scale = this.scale,
51
- pos = this.pos;
52
- this.dirty = false;
53
- m[3] = m[0] = scale;
54
- m[2] = m[1] = 0;
55
- m[4] = pos.x;
56
- m[5] = pos.y;
57
- }
58
- }, {
59
- key: "pan",
60
- value: function pan(amount) {
61
- if (this.dirty) {
62
- this.update();
63
- }
64
-
65
- this.pos.x += amount.x;
66
- this.pos.y += amount.y;
67
- this.dirty = true;
68
- }
69
- }, {
70
- key: "scaleAt",
71
- value: function scaleAt(at, amount) {
72
- // at in screen coords
73
- var dirty = this.dirty,
74
- pos = this.pos;
75
-
76
- if (dirty) {
77
- this.update();
78
- }
79
-
80
- this.scale *= amount;
81
- this.pos.x = at.x - (at.x - pos.x) * amount;
82
- this.pos.y = at.y - (at.y - pos.y) * amount;
83
- this.dirty = true;
84
- }
85
- }]);
86
-
87
- return Zoom;
88
- }();
89
-
90
- exports.Zoom = Zoom;
91
- ;
92
-
93
- var ZoomEvent = /*#__PURE__*/function () {
94
- function ZoomEvent() {
95
- _classCallCheck(this, ZoomEvent);
96
-
97
- this.pos = [];
98
- }
99
-
100
- _createClass(ZoomEvent, [{
101
- key: "on",
102
- value: function on(dir, ele, zoom, event) {
103
- if (dir === 'in') {
104
- var x = event.pageX - ele.width / 2;
105
- var y = event.pageY - ele.height / 2;
106
- this.pos.push({
107
- x: x,
108
- y: y
109
- });
110
- zoom.scaleAt({
111
- x: x,
112
- y: y
113
- }, 1.6);
114
- zoom.applyTo(ele);
115
- } else if (this.pos.length) {
116
- var _this$pos$pop = this.pos.pop(),
117
- _x = _this$pos$pop.x,
118
- _y = _this$pos$pop.y;
119
-
120
- zoom.scaleAt({
121
- x: _x,
122
- y: _y
123
- }, 1 / 1.6);
124
- zoom.applyTo(ele);
125
- }
126
-
127
- event.preventDefault();
128
- }
129
- }]);
130
-
131
- return ZoomEvent;
132
- }();
133
-
134
- exports.ZoomEvent = ZoomEvent;
@@ -1,21 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.getDotLibraryConfig = getDotLibraryConfig;
7
- exports.setDotLibraryConfig = setDotLibraryConfig;
8
- var config = {
9
- freezeLayer: {
10
- enable: function enable() {},
11
- disable: function disable() {}
12
- }
13
- };
14
-
15
- function getDotLibraryConfig(key) {
16
- return config[key];
17
- }
18
-
19
- function setDotLibraryConfig(configObj) {
20
- config = Object.assign({}, config, configObj);
21
- }
@@ -1,27 +0,0 @@
1
-
2
- [dir=ltr] .rotate{
3
- animation-name: rotate-ltr ;
4
- }
5
- [dir=rtl] .rotate{
6
- animation-name: rotate-rtl ;
7
- }
8
-
9
- @keyframes rotate-ltr {
10
- from {
11
- transform: rotate(0);
12
- }
13
-
14
- to {
15
- transform: rotate(360deg);
16
- }
17
- }
18
-
19
- @keyframes rotate-rtl {
20
- from {
21
- transform: rotate(0);
22
- }
23
-
24
- to {
25
- transform: rotate(-360deg);
26
- }
27
- }
@@ -1,4 +0,0 @@
1
- .audioImage {
2
- background-image: url('../../images/audio_thumbnail.png');
3
- background-repeat: no-repeat;
4
- }
@@ -1,29 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.formatCurrency = formatCurrency;
7
-
8
- function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
9
-
10
- function formatCurrency(number, symbol) {
11
- // format number 1000000 to 1,234,567
12
- if (number && number != 0) {
13
- var typeOfData = _typeof(number);
14
-
15
- var isDecimal = typeOfData == 'string' ? number.indexOf('.') != -1 : !Number.isInteger(number);
16
-
17
- if (isDecimal) {
18
- var val = number.toString().split('.');
19
- var arr1 = "".concat(val[0].replace(/\D/g, '').replace(/\B(?=(\d{3})+(?!\d))/g, ','));
20
- var finalVal = "".concat(symbol).concat(arr1, ".").concat(val[1]);
21
- return finalVal;
22
- } else {
23
- var value = "".concat(symbol).concat(number.toString().replace(/\D/g, '').replace(/\B(?=(\d{3})+(?!\d))/g, ','));
24
- return value;
25
- }
26
- }
27
-
28
- return number;
29
- }