survey-js-ui 1.12.21 → 1.12.23

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 (106) hide show
  1. package/index.html +18 -0
  2. package/package.json +2 -2
  3. package/survey-js-ui.js +6 -4
  4. package/survey-js-ui.js.map +1 -1
  5. package/survey-js-ui.min.js +4 -4
  6. package/survey-js-ui.min.js.LICENSE.txt +493 -0
  7. package/typings/survey-js-ui/entries/index.d.ts +7 -0
  8. package/typings/survey-react-ui/entries/react-ui-model.d.ts +86 -0
  9. package/typings/survey-react-ui/src/boolean-checkbox.d.ts +6 -0
  10. package/typings/survey-react-ui/src/boolean-radio.d.ts +8 -0
  11. package/typings/survey-react-ui/src/boolean.d.ts +17 -0
  12. package/typings/survey-react-ui/src/components/action-bar/action-bar-item-dropdown.d.ts +9 -0
  13. package/typings/survey-react-ui/src/components/action-bar/action-bar-item.d.ts +25 -0
  14. package/typings/survey-react-ui/src/components/action-bar/action-bar-separator.d.ts +5 -0
  15. package/typings/survey-react-ui/src/components/action-bar/action-bar.d.ts +21 -0
  16. package/typings/survey-react-ui/src/components/brand-info.d.ts +4 -0
  17. package/typings/survey-react-ui/src/components/character-counter.d.ts +11 -0
  18. package/typings/survey-react-ui/src/components/components-container.d.ts +4 -0
  19. package/typings/survey-react-ui/src/components/file/file-choose-button.d.ts +8 -0
  20. package/typings/survey-react-ui/src/components/file/file-item.d.ts +13 -0
  21. package/typings/survey-react-ui/src/components/file/file-page.d.ts +11 -0
  22. package/typings/survey-react-ui/src/components/file/file-preview.d.ts +11 -0
  23. package/typings/survey-react-ui/src/components/header.d.ts +22 -0
  24. package/typings/survey-react-ui/src/components/list/list-item-content.d.ts +14 -0
  25. package/typings/survey-react-ui/src/components/list/list-item-group.d.ts +14 -0
  26. package/typings/survey-react-ui/src/components/list/list-item.d.ts +16 -0
  27. package/typings/survey-react-ui/src/components/list/list.d.ts +23 -0
  28. package/typings/survey-react-ui/src/components/loading-indicator.d.ts +4 -0
  29. package/typings/survey-react-ui/src/components/matrix/row.d.ts +20 -0
  30. package/typings/survey-react-ui/src/components/matrix-actions/detail-button/detail-button.d.ts +12 -0
  31. package/typings/survey-react-ui/src/components/matrix-actions/drag-drop-icon/drag-drop-icon.d.ts +7 -0
  32. package/typings/survey-react-ui/src/components/matrix-actions/remove-button/remove-button.d.ts +9 -0
  33. package/typings/survey-react-ui/src/components/notifier.d.ts +11 -0
  34. package/typings/survey-react-ui/src/components/paneldynamic-actions/paneldynamic-add-btn.d.ts +12 -0
  35. package/typings/survey-react-ui/src/components/paneldynamic-actions/paneldynamic-next-btn.d.ts +6 -0
  36. package/typings/survey-react-ui/src/components/paneldynamic-actions/paneldynamic-prev-btn.d.ts +6 -0
  37. package/typings/survey-react-ui/src/components/paneldynamic-actions/paneldynamic-progress-text.d.ts +5 -0
  38. package/typings/survey-react-ui/src/components/paneldynamic-actions/paneldynamic-remove-btn.d.ts +6 -0
  39. package/typings/survey-react-ui/src/components/popup/popup-modal.d.ts +23 -0
  40. package/typings/survey-react-ui/src/components/popup/popup.d.ts +39 -0
  41. package/typings/survey-react-ui/src/components/question-error.d.ts +10 -0
  42. package/typings/survey-react-ui/src/components/rating/rating-dropdown-item.d.ts +12 -0
  43. package/typings/survey-react-ui/src/components/rating/rating-item-smiley.d.ts +5 -0
  44. package/typings/survey-react-ui/src/components/rating/rating-item-star.d.ts +5 -0
  45. package/typings/survey-react-ui/src/components/rating/rating-item.d.ts +22 -0
  46. package/typings/survey-react-ui/src/components/skeleton.d.ts +4 -0
  47. package/typings/survey-react-ui/src/components/survey-actions/survey-nav-button.d.ts +8 -0
  48. package/typings/survey-react-ui/src/components/survey-header/logo-image.d.ts +11 -0
  49. package/typings/survey-react-ui/src/components/survey-header/survey-header.d.ts +17 -0
  50. package/typings/survey-react-ui/src/components/svg-icon/svg-icon.d.ts +9 -0
  51. package/typings/survey-react-ui/src/components/text-area.d.ts +17 -0
  52. package/typings/survey-react-ui/src/components/title/title-actions.d.ts +7 -0
  53. package/typings/survey-react-ui/src/components/title/title-content.d.ts +10 -0
  54. package/typings/survey-react-ui/src/components/title/title-element.d.ts +7 -0
  55. package/typings/survey-react-ui/src/custom-widget.d.ts +12 -0
  56. package/typings/survey-react-ui/src/dropdown-base.d.ts +26 -0
  57. package/typings/survey-react-ui/src/dropdown-item.d.ts +14 -0
  58. package/typings/survey-react-ui/src/dropdown-select.d.ts +6 -0
  59. package/typings/survey-react-ui/src/element-factory.d.ts +9 -0
  60. package/typings/survey-react-ui/src/element-header.d.ts +5 -0
  61. package/typings/survey-react-ui/src/element.d.ts +19 -0
  62. package/typings/survey-react-ui/src/flow-panel.d.ts +22 -0
  63. package/typings/survey-react-ui/src/image.d.ts +10 -0
  64. package/typings/survey-react-ui/src/imagepicker.d.ts +25 -0
  65. package/typings/survey-react-ui/src/page.d.ts +11 -0
  66. package/typings/survey-react-ui/src/panel-base.d.ts +25 -0
  67. package/typings/survey-react-ui/src/panel.d.ts +16 -0
  68. package/typings/survey-react-ui/src/progress.d.ts +9 -0
  69. package/typings/survey-react-ui/src/progressButtons.d.ts +19 -0
  70. package/typings/survey-react-ui/src/progressToc.d.ts +5 -0
  71. package/typings/survey-react-ui/src/rating-dropdown.d.ts +8 -0
  72. package/typings/survey-react-ui/src/react-popup-survey.d.ts +24 -0
  73. package/typings/survey-react-ui/src/reactSurvey.d.ts +39 -0
  74. package/typings/survey-react-ui/src/reactSurveyNavigationBase.d.ts +10 -0
  75. package/typings/survey-react-ui/src/reactquestion.d.ts +82 -0
  76. package/typings/survey-react-ui/src/reactquestion_buttongroup.d.ts +23 -0
  77. package/typings/survey-react-ui/src/reactquestion_checkbox.d.ts +37 -0
  78. package/typings/survey-react-ui/src/reactquestion_comment.d.ts +18 -0
  79. package/typings/survey-react-ui/src/reactquestion_custom.d.ts +13 -0
  80. package/typings/survey-react-ui/src/reactquestion_dropdown.d.ts +7 -0
  81. package/typings/survey-react-ui/src/reactquestion_element.d.ts +67 -0
  82. package/typings/survey-react-ui/src/reactquestion_empty.d.ts +8 -0
  83. package/typings/survey-react-ui/src/reactquestion_expression.d.ts +8 -0
  84. package/typings/survey-react-ui/src/reactquestion_factory.d.ts +8 -0
  85. package/typings/survey-react-ui/src/reactquestion_file.d.ts +14 -0
  86. package/typings/survey-react-ui/src/reactquestion_html.d.ts +13 -0
  87. package/typings/survey-react-ui/src/reactquestion_matrix.d.ts +33 -0
  88. package/typings/survey-react-ui/src/reactquestion_matrixdropdown.d.ts +4 -0
  89. package/typings/survey-react-ui/src/reactquestion_matrixdropdownbase.d.ts +30 -0
  90. package/typings/survey-react-ui/src/reactquestion_matrixdynamic.d.ts +20 -0
  91. package/typings/survey-react-ui/src/reactquestion_multipletext.d.ts +22 -0
  92. package/typings/survey-react-ui/src/reactquestion_paneldynamic.d.ts +28 -0
  93. package/typings/survey-react-ui/src/reactquestion_radiogroup.d.ts +36 -0
  94. package/typings/survey-react-ui/src/reactquestion_ranking.d.ts +30 -0
  95. package/typings/survey-react-ui/src/reactquestion_rating.d.ts +10 -0
  96. package/typings/survey-react-ui/src/reactquestion_tagbox.d.ts +10 -0
  97. package/typings/survey-react-ui/src/reactquestion_text.d.ts +11 -0
  98. package/typings/survey-react-ui/src/reactsurveymodel.d.ts +9 -0
  99. package/typings/survey-react-ui/src/reacttimerpanel.d.ts +11 -0
  100. package/typings/survey-react-ui/src/row.d.ts +21 -0
  101. package/typings/survey-react-ui/src/signaturepad.d.ts +11 -0
  102. package/typings/survey-react-ui/src/string-editor.d.ts +11 -0
  103. package/typings/survey-react-ui/src/string-viewer.d.ts +15 -0
  104. package/typings/survey-react-ui/src/svgbundle.d.ts +9 -0
  105. package/typings/survey-react-ui/src/tagbox-filter.d.ts +23 -0
  106. package/typings/survey-react-ui/src/tagbox-item.d.ts +10 -0
@@ -0,0 +1,493 @@
1
+ /*!
2
+ * surveyjs - Survey JavaScript library v2.0.0-rc.2
3
+ * Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
4
+ * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
+ */
6
+
7
+ /*!************************!*\
8
+ !*** ./src/iconsV1.ts ***!
9
+ \************************/
10
+
11
+ /*!************************!*\
12
+ !*** ./src/iconsV2.ts ***!
13
+ \************************/
14
+
15
+ /*!************************************!*\
16
+ !*** ./src/images-v1/ sync \.svg$ ***!
17
+ \************************************/
18
+
19
+ /*!************************************!*\
20
+ !*** ./src/images-v2/ sync \.svg$ ***!
21
+ \************************************/
22
+
23
+ /*!*************************************!*\
24
+ !*** ./src/images-v1/add-24x24.svg ***!
25
+ \*************************************/
26
+
27
+ /*!*************************************!*\
28
+ !*** ./src/images-v2/add-24x24.svg ***!
29
+ \*************************************/
30
+
31
+ /*!**************************************!*\
32
+ !*** ./src/images-v1/RemoveFile.svg ***!
33
+ \**************************************/
34
+
35
+ /*!**************************************!*\
36
+ !*** ./src/images-v1/drag-24x24.svg ***!
37
+ \**************************************/
38
+
39
+ /*!**************************************!*\
40
+ !*** ./src/images-v1/file-72x72.svg ***!
41
+ \**************************************/
42
+
43
+ /*!**************************************!*\
44
+ !*** ./src/images-v1/flip-24x24.svg ***!
45
+ \**************************************/
46
+
47
+ /*!**************************************!*\
48
+ !*** ./src/images-v1/more-24x24.svg ***!
49
+ \**************************************/
50
+
51
+ /*!**************************************!*\
52
+ !*** ./src/images-v2/RemoveFile.svg ***!
53
+ \**************************************/
54
+
55
+ /*!**************************************!*\
56
+ !*** ./src/images-v2/drag-24x24.svg ***!
57
+ \**************************************/
58
+
59
+ /*!**************************************!*\
60
+ !*** ./src/images-v2/file-72x72.svg ***!
61
+ \**************************************/
62
+
63
+ /*!**************************************!*\
64
+ !*** ./src/images-v2/flip-24x24.svg ***!
65
+ \**************************************/
66
+
67
+ /*!**************************************!*\
68
+ !*** ./src/images-v2/more-24x24.svg ***!
69
+ \**************************************/
70
+
71
+ /*!***************************************!*\
72
+ !*** ./src/images-v1/ModernCheck.svg ***!
73
+ \***************************************/
74
+
75
+ /*!***************************************!*\
76
+ !*** ./src/images-v1/ModernRadio.svg ***!
77
+ \***************************************/
78
+
79
+ /*!***************************************!*\
80
+ !*** ./src/images-v1/TimerCircle.svg ***!
81
+ \***************************************/
82
+
83
+ /*!***************************************!*\
84
+ !*** ./src/images-v1/check-16x16.svg ***!
85
+ \***************************************/
86
+
87
+ /*!***************************************!*\
88
+ !*** ./src/images-v1/check-24x24.svg ***!
89
+ \***************************************/
90
+
91
+ /*!***************************************!*\
92
+ !*** ./src/images-v1/clear-16x16.svg ***!
93
+ \***************************************/
94
+
95
+ /*!***************************************!*\
96
+ !*** ./src/images-v1/clear-24x24.svg ***!
97
+ \***************************************/
98
+
99
+ /*!***************************************!*\
100
+ !*** ./src/images-v1/close-16x16.svg ***!
101
+ \***************************************/
102
+
103
+ /*!***************************************!*\
104
+ !*** ./src/images-v1/close-24x24.svg ***!
105
+ \***************************************/
106
+
107
+ /*!***************************************!*\
108
+ !*** ./src/images-v1/image-48x48.svg ***!
109
+ \***************************************/
110
+
111
+ /*!***************************************!*\
112
+ !*** ./src/images-v1/rating-star.svg ***!
113
+ \***************************************/
114
+
115
+ /*!***************************************!*\
116
+ !*** ./src/images-v2/ModernCheck.svg ***!
117
+ \***************************************/
118
+
119
+ /*!***************************************!*\
120
+ !*** ./src/images-v2/ModernRadio.svg ***!
121
+ \***************************************/
122
+
123
+ /*!***************************************!*\
124
+ !*** ./src/images-v2/TimerCircle.svg ***!
125
+ \***************************************/
126
+
127
+ /*!***************************************!*\
128
+ !*** ./src/images-v2/check-16x16.svg ***!
129
+ \***************************************/
130
+
131
+ /*!***************************************!*\
132
+ !*** ./src/images-v2/check-24x24.svg ***!
133
+ \***************************************/
134
+
135
+ /*!***************************************!*\
136
+ !*** ./src/images-v2/clear-16x16.svg ***!
137
+ \***************************************/
138
+
139
+ /*!***************************************!*\
140
+ !*** ./src/images-v2/clear-24x24.svg ***!
141
+ \***************************************/
142
+
143
+ /*!***************************************!*\
144
+ !*** ./src/images-v2/close-16x16.svg ***!
145
+ \***************************************/
146
+
147
+ /*!***************************************!*\
148
+ !*** ./src/images-v2/close-24x24.svg ***!
149
+ \***************************************/
150
+
151
+ /*!***************************************!*\
152
+ !*** ./src/images-v2/image-48x48.svg ***!
153
+ \***************************************/
154
+
155
+ /*!***************************************!*\
156
+ !*** ./src/images-v2/rating-star.svg ***!
157
+ \***************************************/
158
+
159
+ /*!****************************************!*\
160
+ !*** ./src/images-v1/camera-24x24.svg ***!
161
+ \****************************************/
162
+
163
+ /*!****************************************!*\
164
+ !*** ./src/images-v1/camera-32x32.svg ***!
165
+ \****************************************/
166
+
167
+ /*!****************************************!*\
168
+ !*** ./src/images-v1/cancel-24x24.svg ***!
169
+ \****************************************/
170
+
171
+ /*!****************************************!*\
172
+ !*** ./src/images-v1/delete-24x24.svg ***!
173
+ \****************************************/
174
+
175
+ /*!****************************************!*\
176
+ !*** ./src/images-v1/expand-16x16.svg ***!
177
+ \****************************************/
178
+
179
+ /*!****************************************!*\
180
+ !*** ./src/images-v1/folder-24x24.svg ***!
181
+ \****************************************/
182
+
183
+ /*!****************************************!*\
184
+ !*** ./src/images-v1/search-24x24.svg ***!
185
+ \****************************************/
186
+
187
+ /*!****************************************!*\
188
+ !*** ./src/images-v2/camera-24x24.svg ***!
189
+ \****************************************/
190
+
191
+ /*!****************************************!*\
192
+ !*** ./src/images-v2/camera-32x32.svg ***!
193
+ \****************************************/
194
+
195
+ /*!****************************************!*\
196
+ !*** ./src/images-v2/cancel-24x24.svg ***!
197
+ \****************************************/
198
+
199
+ /*!****************************************!*\
200
+ !*** ./src/images-v2/delete-24x24.svg ***!
201
+ \****************************************/
202
+
203
+ /*!****************************************!*\
204
+ !*** ./src/images-v2/expand-16x16.svg ***!
205
+ \****************************************/
206
+
207
+ /*!****************************************!*\
208
+ !*** ./src/images-v2/folder-24x24.svg ***!
209
+ \****************************************/
210
+
211
+ /*!****************************************!*\
212
+ !*** ./src/images-v2/search-24x24.svg ***!
213
+ \****************************************/
214
+
215
+ /*!*****************************************!*\
216
+ !*** ./src/images-v1/loading-48x48.svg ***!
217
+ \*****************************************/
218
+
219
+ /*!*****************************************!*\
220
+ !*** ./src/images-v1/navmenu-24x24.svg ***!
221
+ \*****************************************/
222
+
223
+ /*!*****************************************!*\
224
+ !*** ./src/images-v1/noimage-48x48.svg ***!
225
+ \*****************************************/
226
+
227
+ /*!*****************************************!*\
228
+ !*** ./src/images-v1/rating-star-2.svg ***!
229
+ \*****************************************/
230
+
231
+ /*!*****************************************!*\
232
+ !*** ./src/images-v1/reorder-24x24.svg ***!
233
+ \*****************************************/
234
+
235
+ /*!*****************************************!*\
236
+ !*** ./src/images-v2/loading-48x48.svg ***!
237
+ \*****************************************/
238
+
239
+ /*!*****************************************!*\
240
+ !*** ./src/images-v2/navmenu-24x24.svg ***!
241
+ \*****************************************/
242
+
243
+ /*!*****************************************!*\
244
+ !*** ./src/images-v2/noimage-48x48.svg ***!
245
+ \*****************************************/
246
+
247
+ /*!*****************************************!*\
248
+ !*** ./src/images-v2/rating-star-2.svg ***!
249
+ \*****************************************/
250
+
251
+ /*!*****************************************!*\
252
+ !*** ./src/images-v2/reorder-24x24.svg ***!
253
+ \*****************************************/
254
+
255
+ /*!******************************************!*\
256
+ !*** ./src/images-v1/ProgressButton.svg ***!
257
+ \******************************************/
258
+
259
+ /*!******************************************!*\
260
+ !*** ./src/images-v1/collapse-16x16.svg ***!
261
+ \******************************************/
262
+
263
+ /*!******************************************!*\
264
+ !*** ./src/images-v1/fullsize-16x16.svg ***!
265
+ \******************************************/
266
+
267
+ /*!******************************************!*\
268
+ !*** ./src/images-v1/maximize-16x16.svg ***!
269
+ \******************************************/
270
+
271
+ /*!******************************************!*\
272
+ !*** ./src/images-v1/minimize-16x16.svg ***!
273
+ \******************************************/
274
+
275
+ /*!******************************************!*\
276
+ !*** ./src/images-v1/ranking-arrows.svg ***!
277
+ \******************************************/
278
+
279
+ /*!******************************************!*\
280
+ !*** ./src/images-v2/ProgressButton.svg ***!
281
+ \******************************************/
282
+
283
+ /*!******************************************!*\
284
+ !*** ./src/images-v2/collapse-16x16.svg ***!
285
+ \******************************************/
286
+
287
+ /*!******************************************!*\
288
+ !*** ./src/images-v2/fullsize-16x16.svg ***!
289
+ \******************************************/
290
+
291
+ /*!******************************************!*\
292
+ !*** ./src/images-v2/maximize-16x16.svg ***!
293
+ \******************************************/
294
+
295
+ /*!******************************************!*\
296
+ !*** ./src/images-v2/minimize-16x16.svg ***!
297
+ \******************************************/
298
+
299
+ /*!******************************************!*\
300
+ !*** ./src/images-v2/ranking-arrows.svg ***!
301
+ \******************************************/
302
+
303
+ /*!*******************************************!*\
304
+ !*** ./src/images-v1/arrowleft-16x16.svg ***!
305
+ \*******************************************/
306
+
307
+ /*!*******************************************!*\
308
+ !*** ./src/images-v2/arrowleft-16x16.svg ***!
309
+ \*******************************************/
310
+
311
+ /*!********************************************!*\
312
+ !*** ./src/images-v1/arrowright-16x16.svg ***!
313
+ \********************************************/
314
+
315
+ /*!********************************************!*\
316
+ !*** ./src/images-v2/arrowright-16x16.svg ***!
317
+ \********************************************/
318
+
319
+ /*!*********************************************!*\
320
+ !*** ./src/images-v1/chevrondown-24x24.svg ***!
321
+ \*********************************************/
322
+
323
+ /*!*********************************************!*\
324
+ !*** ./src/images-v1/rating-star-small.svg ***!
325
+ \*********************************************/
326
+
327
+ /*!*********************************************!*\
328
+ !*** ./src/images-v1/restoredown-16x16.svg ***!
329
+ \*********************************************/
330
+
331
+ /*!*********************************************!*\
332
+ !*** ./src/images-v2/chevrondown-24x24.svg ***!
333
+ \*********************************************/
334
+
335
+ /*!*********************************************!*\
336
+ !*** ./src/images-v2/rating-star-small.svg ***!
337
+ \*********************************************/
338
+
339
+ /*!*********************************************!*\
340
+ !*** ./src/images-v2/restoredown-16x16.svg ***!
341
+ \*********************************************/
342
+
343
+ /*!**********************************************!*\
344
+ !*** ./src/images-v1/chevronright-16x16.svg ***!
345
+ \**********************************************/
346
+
347
+ /*!**********************************************!*\
348
+ !*** ./src/images-v1/smiley-rate1-24x24.svg ***!
349
+ \**********************************************/
350
+
351
+ /*!**********************************************!*\
352
+ !*** ./src/images-v1/smiley-rate2-24x24.svg ***!
353
+ \**********************************************/
354
+
355
+ /*!**********************************************!*\
356
+ !*** ./src/images-v1/smiley-rate3-24x24.svg ***!
357
+ \**********************************************/
358
+
359
+ /*!**********************************************!*\
360
+ !*** ./src/images-v1/smiley-rate4-24x24.svg ***!
361
+ \**********************************************/
362
+
363
+ /*!**********************************************!*\
364
+ !*** ./src/images-v1/smiley-rate5-24x24.svg ***!
365
+ \**********************************************/
366
+
367
+ /*!**********************************************!*\
368
+ !*** ./src/images-v1/smiley-rate6-24x24.svg ***!
369
+ \**********************************************/
370
+
371
+ /*!**********************************************!*\
372
+ !*** ./src/images-v1/smiley-rate7-24x24.svg ***!
373
+ \**********************************************/
374
+
375
+ /*!**********************************************!*\
376
+ !*** ./src/images-v1/smiley-rate8-24x24.svg ***!
377
+ \**********************************************/
378
+
379
+ /*!**********************************************!*\
380
+ !*** ./src/images-v1/smiley-rate9-24x24.svg ***!
381
+ \**********************************************/
382
+
383
+ /*!**********************************************!*\
384
+ !*** ./src/images-v2/chevronright-16x16.svg ***!
385
+ \**********************************************/
386
+
387
+ /*!**********************************************!*\
388
+ !*** ./src/images-v2/smiley-rate1-24x24.svg ***!
389
+ \**********************************************/
390
+
391
+ /*!**********************************************!*\
392
+ !*** ./src/images-v2/smiley-rate2-24x24.svg ***!
393
+ \**********************************************/
394
+
395
+ /*!**********************************************!*\
396
+ !*** ./src/images-v2/smiley-rate3-24x24.svg ***!
397
+ \**********************************************/
398
+
399
+ /*!**********************************************!*\
400
+ !*** ./src/images-v2/smiley-rate4-24x24.svg ***!
401
+ \**********************************************/
402
+
403
+ /*!**********************************************!*\
404
+ !*** ./src/images-v2/smiley-rate5-24x24.svg ***!
405
+ \**********************************************/
406
+
407
+ /*!**********************************************!*\
408
+ !*** ./src/images-v2/smiley-rate6-24x24.svg ***!
409
+ \**********************************************/
410
+
411
+ /*!**********************************************!*\
412
+ !*** ./src/images-v2/smiley-rate7-24x24.svg ***!
413
+ \**********************************************/
414
+
415
+ /*!**********************************************!*\
416
+ !*** ./src/images-v2/smiley-rate8-24x24.svg ***!
417
+ \**********************************************/
418
+
419
+ /*!**********************************************!*\
420
+ !*** ./src/images-v2/smiley-rate9-24x24.svg ***!
421
+ \**********************************************/
422
+
423
+ /*!***********************************************!*\
424
+ !*** ./src/images-v1/expanddetails-16x16.svg ***!
425
+ \***********************************************/
426
+
427
+ /*!***********************************************!*\
428
+ !*** ./src/images-v1/rating-star-small-2.svg ***!
429
+ \***********************************************/
430
+
431
+ /*!***********************************************!*\
432
+ !*** ./src/images-v1/smiley-rate10-24x24.svg ***!
433
+ \***********************************************/
434
+
435
+ /*!***********************************************!*\
436
+ !*** ./src/images-v2/expanddetails-16x16.svg ***!
437
+ \***********************************************/
438
+
439
+ /*!***********************************************!*\
440
+ !*** ./src/images-v2/rating-star-small-2.svg ***!
441
+ \***********************************************/
442
+
443
+ /*!***********************************************!*\
444
+ !*** ./src/images-v2/smiley-rate10-24x24.svg ***!
445
+ \***********************************************/
446
+
447
+ /*!************************************************!*\
448
+ !*** ./src/images-v1/draghorizontal-24x16.svg ***!
449
+ \************************************************/
450
+
451
+ /*!************************************************!*\
452
+ !*** ./src/images-v2/draghorizontal-24x16.svg ***!
453
+ \************************************************/
454
+
455
+ /*!*************************************************!*\
456
+ !*** ./src/images-v1/ModernBooleanCheckInd.svg ***!
457
+ \*************************************************/
458
+
459
+ /*!*************************************************!*\
460
+ !*** ./src/images-v1/collapsedetails-16x16.svg ***!
461
+ \*************************************************/
462
+
463
+ /*!*************************************************!*\
464
+ !*** ./src/images-v2/ModernBooleanCheckInd.svg ***!
465
+ \*************************************************/
466
+
467
+ /*!*************************************************!*\
468
+ !*** ./src/images-v2/collapsedetails-16x16.svg ***!
469
+ \*************************************************/
470
+
471
+ /*!**************************************************!*\
472
+ !*** ./src/images-v1/rankingundefined-16x16.svg ***!
473
+ \**************************************************/
474
+
475
+ /*!**************************************************!*\
476
+ !*** ./src/images-v2/rankingundefined-16x16.svg ***!
477
+ \**************************************************/
478
+
479
+ /*!*****************************************************!*\
480
+ !*** ./src/images-v1/ModernBooleanCheckChecked.svg ***!
481
+ \*****************************************************/
482
+
483
+ /*!*****************************************************!*\
484
+ !*** ./src/images-v2/ModernBooleanCheckChecked.svg ***!
485
+ \*****************************************************/
486
+
487
+ /*!*******************************************************!*\
488
+ !*** ./src/images-v1/ModernBooleanCheckUnchecked.svg ***!
489
+ \*******************************************************/
490
+
491
+ /*!*******************************************************!*\
492
+ !*** ./src/images-v2/ModernBooleanCheckUnchecked.svg ***!
493
+ \*******************************************************/
@@ -0,0 +1,7 @@
1
+ export { useState, useId, useReducer, useEffect, useLayoutEffect, useInsertionEffect, useTransition, useDeferredValue, useSyncExternalStore, startTransition, useRef, useImperativeHandle, useMemo, useCallback, useContext, useDebugValue, version, Children, render, hydrate, unmountComponentAtNode, createPortal, createElement, createContext, createFactory, cloneElement, createRef, Fragment, isValidElement, isFragment, isMemo, findDOMNode, Component, PureComponent, memo, forwardRef, flushSync, unstable_batchedUpdates, StrictMode, Suspense, SuspenseList, lazy, } from "preact/compat";
2
+ import { SurveyModel } from "survey-core";
3
+ export declare function renderSurvey(model: SurveyModel, element: HTMLElement, props?: any): void;
4
+ export declare function renderPopupSurvey(model: SurveyModel, element: HTMLElement, props?: any): void;
5
+ export declare const preact: any;
6
+ export * from "../../survey-react-ui/entries/react-ui-model";
7
+ export { SurveyModel, SurveyWindowModel, SurveyModel as Model, settings, ISurveyEnvironment, surveyLocalization, surveyStrings } from "survey-core";
@@ -0,0 +1,86 @@
1
+ export { Survey, attachKey2click } from "../src/reactSurvey";
2
+ export { ReactSurveyElementsWrapper } from "../src/reactsurveymodel";
3
+ export { SurveyNavigationBase } from "../src/reactSurveyNavigationBase";
4
+ export { SurveyTimerPanel } from "../src/reacttimerpanel";
5
+ export { SurveyPage } from "../src/page";
6
+ export { SurveyRow } from "../src/row";
7
+ export { SurveyPanel } from "../src/panel";
8
+ export { SurveyFlowPanel } from "../src/flow-panel";
9
+ export { SurveyQuestion, SurveyElementErrors, SurveyQuestionAndErrorsCell, } from "../src/reactquestion";
10
+ export type { ISurveyCreator } from "../src/reactquestion";
11
+ export { ReactSurveyElement, SurveyElementBase, SurveyQuestionElementBase, } from "../src/reactquestion_element";
12
+ export { SurveyQuestionCommentItem, SurveyQuestionComment, } from "../src/reactquestion_comment";
13
+ export { SurveyQuestionCheckbox, SurveyQuestionCheckboxItem, } from "../src/reactquestion_checkbox";
14
+ export { SurveyQuestionRanking, SurveyQuestionRankingItem, SurveyQuestionRankingItemContent } from "../src/reactquestion_ranking";
15
+ export { RatingItem } from "../src/components/rating/rating-item";
16
+ export { RatingItemStar } from "../src/components/rating/rating-item-star";
17
+ export { RatingItemSmiley } from "../src/components/rating/rating-item-smiley";
18
+ export { RatingDropdownItem } from "../src/components/rating/rating-dropdown-item";
19
+ export { TagboxFilterString } from "../src/tagbox-filter";
20
+ export { SurveyQuestionOptionItem } from "../src/dropdown-item";
21
+ export { SurveyQuestionDropdownBase } from "../src/dropdown-base";
22
+ export { SurveyQuestionDropdown } from "../src/reactquestion_dropdown";
23
+ export { SurveyQuestionTagboxItem } from "../src/tagbox-item";
24
+ export { SurveyQuestionTagbox } from "../src/reactquestion_tagbox";
25
+ export { SurveyQuestionDropdownSelect } from "../src/dropdown-select";
26
+ export { SurveyQuestionMatrix, SurveyQuestionMatrixRow, SurveyQuestionMatrixCell } from "../src/reactquestion_matrix";
27
+ export { SurveyQuestionHtml } from "../src/reactquestion_html";
28
+ export { SurveyQuestionFile } from "../src/reactquestion_file";
29
+ export { SurveyFileChooseButton } from "../src/components/file/file-choose-button";
30
+ export { SurveyFilePreview } from "../src/components/file/file-preview";
31
+ export { SurveyQuestionMultipleText } from "../src/reactquestion_multipletext";
32
+ export { SurveyQuestionRadiogroup, SurveyQuestionRadioItem } from "../src/reactquestion_radiogroup";
33
+ export { SurveyQuestionText } from "../src/reactquestion_text";
34
+ export { SurveyQuestionBoolean } from "../src/boolean";
35
+ export { SurveyQuestionBooleanCheckbox } from "../src/boolean-checkbox";
36
+ export { SurveyQuestionBooleanRadio } from "../src/boolean-radio";
37
+ export { SurveyQuestionEmpty } from "../src/reactquestion_empty";
38
+ export { SurveyQuestionMatrixDropdownCell, SurveyQuestionMatrixDropdownBase } from "../src/reactquestion_matrixdropdownbase";
39
+ export { SurveyQuestionMatrixDropdown } from "../src/reactquestion_matrixdropdown";
40
+ export { SurveyQuestionMatrixDynamic, SurveyQuestionMatrixDynamicAddButton } from "../src/reactquestion_matrixdynamic";
41
+ export { SurveyQuestionPanelDynamic } from "../src/reactquestion_paneldynamic";
42
+ export { SurveyProgress } from "../src/progress";
43
+ export { SurveyProgressButtons } from "../src/progressButtons";
44
+ export { SurveyProgressToc } from "../src/progressToc";
45
+ export { SurveyQuestionRating } from "../src/reactquestion_rating";
46
+ export { SurveyQuestionRatingDropdown } from "../src/rating-dropdown";
47
+ export { SurveyQuestionExpression } from "../src/reactquestion_expression";
48
+ export { PopupSurvey, SurveyWindow } from "../src/react-popup-survey";
49
+ export { ReactQuestionFactory } from "../src/reactquestion_factory";
50
+ export { ReactElementFactory } from "../src/element-factory";
51
+ export { SurveyQuestionImagePicker } from "../src/imagepicker";
52
+ export { SurveyQuestionImage } from "../src/image";
53
+ export { SurveyQuestionSignaturePad } from "../src/signaturepad";
54
+ export { SurveyQuestionButtonGroup } from "../src/reactquestion_buttongroup";
55
+ export { SurveyQuestionCustom, SurveyQuestionComposite } from "../src/reactquestion_custom";
56
+ export { Popup } from "../src/components/popup/popup";
57
+ export { ListItemContent } from "../src/components/list/list-item-content";
58
+ export { ListItemGroup } from "../src/components/list/list-item-group";
59
+ export { List } from "../src/components/list/list";
60
+ export { TitleActions } from "../src/components/title/title-actions";
61
+ export { TitleElement } from "../src/components/title/title-element";
62
+ export { SurveyActionBar } from "../src/components/action-bar/action-bar";
63
+ export { LogoImage } from "../src/components/survey-header/logo-image";
64
+ export { SurveyHeader } from "../src/components/survey-header/survey-header";
65
+ export { SvgIcon } from "../src/components/svg-icon/svg-icon";
66
+ export { SurveyQuestionMatrixDynamicRemoveButton } from "../src/components/matrix-actions/remove-button/remove-button";
67
+ export { SurveyQuestionMatrixDetailButton } from "../src/components/matrix-actions/detail-button/detail-button";
68
+ export { SurveyQuestionMatrixDynamicDragDropIcon } from "../src/components/matrix-actions/drag-drop-icon/drag-drop-icon";
69
+ export { SurveyQuestionPanelDynamicAddButton } from "../src/components/paneldynamic-actions/paneldynamic-add-btn";
70
+ export { SurveyQuestionPanelDynamicRemoveButton } from "../src/components/paneldynamic-actions/paneldynamic-remove-btn";
71
+ export { SurveyQuestionPanelDynamicPrevButton } from "../src/components/paneldynamic-actions/paneldynamic-prev-btn";
72
+ export { SurveyQuestionPanelDynamicNextButton } from "../src/components/paneldynamic-actions/paneldynamic-next-btn";
73
+ export { SurveyQuestionPanelDynamicProgressText } from "../src/components/paneldynamic-actions/paneldynamic-progress-text";
74
+ export { SurveyNavigationButton } from "../src/components/survey-actions/survey-nav-button";
75
+ export { QuestionErrorComponent } from "../src/components/question-error";
76
+ export { MatrixRow } from "../src/components/matrix/row";
77
+ export { Skeleton } from "../src/components/skeleton";
78
+ export { NotifierComponent } from "../src/components/notifier";
79
+ export { ComponentsContainer } from "../src/components/components-container";
80
+ export { CharacterCounterComponent } from "../src/components/character-counter";
81
+ export * from "../src/components/header";
82
+ export { SurveyLocStringViewer } from "../src/string-viewer";
83
+ export { SurveyLocStringEditor } from "../src/string-editor";
84
+ export { LoadingIndicatorComponent } from "../src/components/loading-indicator";
85
+ export { SvgBundleComponent } from "../src/svgbundle";
86
+ export { PopupModal } from "../src/components/popup/popup-modal";
@@ -0,0 +1,6 @@
1
+ import * as React from "react";
2
+ import { SurveyQuestionBoolean } from "./boolean";
3
+ export declare class SurveyQuestionBooleanCheckbox extends SurveyQuestionBoolean {
4
+ constructor(props: any);
5
+ protected renderElement(): React.JSX.Element;
6
+ }
@@ -0,0 +1,8 @@
1
+ import * as React from "react";
2
+ import { SurveyQuestionBoolean } from "./boolean";
3
+ export declare class SurveyQuestionBooleanRadio extends SurveyQuestionBoolean {
4
+ constructor(props: any);
5
+ private renderRadioItem;
6
+ handleOnChange: (event: any) => void;
7
+ protected renderElement(): React.JSX.Element;
8
+ }
@@ -0,0 +1,17 @@
1
+ import * as React from "react";
2
+ import { QuestionBooleanModel, Base } from "survey-core";
3
+ import { SurveyQuestionElementBase } from "./reactquestion_element";
4
+ export declare class SurveyQuestionBoolean extends SurveyQuestionElementBase {
5
+ protected checkRef: React.RefObject<HTMLInputElement>;
6
+ constructor(props: any);
7
+ protected getStateElement(): Base;
8
+ protected get question(): QuestionBooleanModel;
9
+ private doCheck;
10
+ handleOnChange(event: any): void;
11
+ handleOnClick(event: any): void;
12
+ handleOnSwitchClick(event: any): void;
13
+ handleOnLabelClick(event: any, value: boolean): void;
14
+ handleOnKeyDown(event: any): void;
15
+ protected updateDomElement(): void;
16
+ protected renderElement(): React.JSX.Element;
17
+ }
@@ -0,0 +1,9 @@
1
+ import React from "react";
2
+ import { SurveyActionBarItem } from "./action-bar-item";
3
+ export declare class SurveyActionBarItemDropdown extends SurveyActionBarItem {
4
+ private viewModel;
5
+ constructor(props: any);
6
+ renderInnerButton(): React.JSX.Element;
7
+ componentDidMount(): void;
8
+ componentWillUnmount(): void;
9
+ }
@@ -0,0 +1,25 @@
1
+ import React from "react";
2
+ import { Base, Action } from "survey-core";
3
+ import { SurveyElementBase } from "../../reactquestion_element";
4
+ interface IActionBarItemProps {
5
+ item: Action;
6
+ }
7
+ export declare class SurveyAction extends SurveyElementBase<IActionBarItemProps, any> {
8
+ private ref;
9
+ constructor(props: any);
10
+ get item(): Action;
11
+ protected getStateElement(): Base;
12
+ shouldComponentUpdate(nextProps: any, nextState: any): boolean;
13
+ renderElement(): React.JSX.Element;
14
+ componentWillUnmount(): void;
15
+ componentDidMount(): void;
16
+ }
17
+ export declare class SurveyActionBarItem extends SurveyElementBase<IActionBarItemProps, any> {
18
+ get item(): Action;
19
+ protected getStateElement(): Base;
20
+ renderElement(): React.JSX.Element;
21
+ renderText(): React.JSX.Element;
22
+ renderButtonContent(): React.JSX.Element;
23
+ renderInnerButton(): React.JSX.Element;
24
+ }
25
+ export {};
@@ -0,0 +1,5 @@
1
+ import React from "react";
2
+ export declare class SurveyActionBarSeparator extends React.Component<any, any> {
3
+ constructor(props: any);
4
+ render(): React.JSX.Element;
5
+ }