primereact 9.0.0 → 9.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (207) hide show
  1. package/button/button.cjs.js +15 -2
  2. package/button/button.cjs.min.js +1 -1
  3. package/button/button.d.ts +33 -0
  4. package/button/button.esm.js +15 -2
  5. package/button/button.esm.min.js +1 -1
  6. package/button/button.js +15 -2
  7. package/button/button.min.js +1 -1
  8. package/cascadeselect/cascadeselect.cjs.js +28 -0
  9. package/cascadeselect/cascadeselect.cjs.min.js +1 -1
  10. package/cascadeselect/cascadeselect.d.ts +9 -0
  11. package/cascadeselect/cascadeselect.esm.js +29 -1
  12. package/cascadeselect/cascadeselect.esm.min.js +1 -1
  13. package/cascadeselect/cascadeselect.js +28 -0
  14. package/cascadeselect/cascadeselect.min.js +1 -1
  15. package/core/core.js +30 -2
  16. package/core/core.min.js +2 -2
  17. package/fileupload/fileupload.cjs.js +156 -23
  18. package/fileupload/fileupload.cjs.min.js +1 -1
  19. package/fileupload/fileupload.esm.js +156 -23
  20. package/fileupload/fileupload.esm.min.js +1 -1
  21. package/fileupload/fileupload.js +156 -23
  22. package/fileupload/fileupload.min.css +1 -1
  23. package/fileupload/fileupload.min.js +1 -1
  24. package/hooks/hooks.cjs.js +15 -0
  25. package/hooks/hooks.cjs.min.js +1 -1
  26. package/hooks/hooks.esm.js +15 -0
  27. package/hooks/hooks.esm.min.js +1 -1
  28. package/hooks/hooks.js +15 -0
  29. package/hooks/hooks.min.js +1 -1
  30. package/menubar/menubar.min.css +1 -1
  31. package/orderlist/orderlist.cjs.js +33 -2
  32. package/orderlist/orderlist.cjs.min.js +1 -1
  33. package/orderlist/orderlist.d.ts +5 -0
  34. package/orderlist/orderlist.esm.js +31 -3
  35. package/orderlist/orderlist.esm.min.js +1 -1
  36. package/orderlist/orderlist.js +33 -2
  37. package/orderlist/orderlist.min.js +1 -1
  38. package/organizationchart/organizationchart.d.ts +4 -0
  39. package/package.json +2 -2
  40. package/picklist/picklist.cjs.js +34 -2
  41. package/picklist/picklist.cjs.min.js +1 -1
  42. package/picklist/picklist.d.ts +10 -0
  43. package/picklist/picklist.esm.js +32 -3
  44. package/picklist/picklist.esm.min.js +1 -1
  45. package/picklist/picklist.js +34 -2
  46. package/picklist/picklist.min.js +1 -1
  47. package/primereact.all.cjs.js +186 -25
  48. package/primereact.all.cjs.min.js +1 -1
  49. package/primereact.all.esm.js +186 -25
  50. package/primereact.all.esm.min.js +1 -1
  51. package/primereact.all.js +186 -25
  52. package/primereact.all.min.js +1 -1
  53. package/resources/primereact.css +685 -671
  54. package/resources/primereact.min.css +1 -1
  55. package/resources/themes/arya-blue/theme.css +1 -44
  56. package/resources/themes/arya-green/theme.css +1 -44
  57. package/resources/themes/arya-orange/theme.css +1 -44
  58. package/resources/themes/arya-purple/theme.css +1 -44
  59. package/resources/themes/bootstrap4-dark-blue/theme.css +0 -44
  60. package/resources/themes/bootstrap4-dark-purple/theme.css +0 -44
  61. package/resources/themes/bootstrap4-light-blue/theme.css +0 -44
  62. package/resources/themes/bootstrap4-light-purple/theme.css +0 -44
  63. package/resources/themes/fluent-light/theme.css +0 -44
  64. package/resources/themes/lara-dark-blue/theme.css +0 -44
  65. package/resources/themes/lara-dark-indigo/theme.css +0 -44
  66. package/resources/themes/lara-dark-purple/theme.css +0 -44
  67. package/resources/themes/lara-dark-teal/theme.css +0 -44
  68. package/resources/themes/lara-light-blue/theme.css +0 -44
  69. package/resources/themes/lara-light-indigo/theme.css +0 -44
  70. package/resources/themes/lara-light-purple/theme.css +0 -44
  71. package/resources/themes/lara-light-teal/theme.css +0 -44
  72. package/resources/themes/luna-amber/theme.css +0 -44
  73. package/resources/themes/luna-blue/theme.css +0 -44
  74. package/resources/themes/luna-green/theme.css +0 -44
  75. package/resources/themes/luna-pink/theme.css +0 -44
  76. package/resources/themes/md-dark-deeppurple/theme.css +0 -44
  77. package/resources/themes/md-dark-indigo/theme.css +0 -44
  78. package/resources/themes/md-light-deeppurple/theme.css +0 -44
  79. package/resources/themes/md-light-indigo/theme.css +0 -44
  80. package/resources/themes/mdc-dark-deeppurple/theme.css +0 -44
  81. package/resources/themes/mdc-dark-indigo/theme.css +0 -44
  82. package/resources/themes/mdc-light-deeppurple/theme.css +0 -44
  83. package/resources/themes/mdc-light-indigo/theme.css +0 -44
  84. package/resources/themes/mira/theme.css +0 -44
  85. package/resources/themes/nano/theme.css +0 -44
  86. package/resources/themes/nova/theme.css +0 -44
  87. package/resources/themes/nova-accent/theme.css +0 -44
  88. package/resources/themes/nova-alt/theme.css +0 -44
  89. package/resources/themes/rhea/theme.css +0 -44
  90. package/resources/themes/saga-blue/theme.css +0 -44
  91. package/resources/themes/saga-green/theme.css +0 -44
  92. package/resources/themes/saga-orange/theme.css +0 -44
  93. package/resources/themes/saga-purple/theme.css +0 -44
  94. package/resources/themes/soho-dark/theme.css +0 -44
  95. package/resources/themes/soho-light/theme.css +0 -44
  96. package/resources/themes/tailwind-light/theme.css +7 -54
  97. package/resources/themes/vela-blue/theme.css +0 -44
  98. package/resources/themes/vela-green/theme.css +0 -44
  99. package/resources/themes/vela-orange/theme.css +0 -44
  100. package/resources/themes/vela-purple/theme.css +0 -44
  101. package/resources/themes/viva-dark/theme.css +0 -44
  102. package/resources/themes/viva-light/theme.css +0 -44
  103. package/tooltip/tooltipoptions.d.ts +49 -12
  104. package/web-types.json +1 -1
  105. package/accordion/package.json +0 -7
  106. package/api/package.json +0 -7
  107. package/autocomplete/package.json +0 -7
  108. package/avatar/package.json +0 -7
  109. package/avatargroup/package.json +0 -7
  110. package/badge/package.json +0 -7
  111. package/blockui/package.json +0 -7
  112. package/breadcrumb/package.json +0 -7
  113. package/button/package.json +0 -7
  114. package/calendar/package.json +0 -7
  115. package/card/package.json +0 -7
  116. package/carousel/package.json +0 -7
  117. package/cascadeselect/package.json +0 -7
  118. package/chart/package.json +0 -7
  119. package/checkbox/package.json +0 -7
  120. package/chip/package.json +0 -7
  121. package/chips/package.json +0 -7
  122. package/colorpicker/package.json +0 -7
  123. package/column/package.json +0 -7
  124. package/columngroup/package.json +0 -7
  125. package/confirmdialog/package.json +0 -7
  126. package/confirmpopup/package.json +0 -7
  127. package/contextmenu/package.json +0 -7
  128. package/csstransition/package.json +0 -7
  129. package/datascroller/package.json +0 -7
  130. package/datatable/package.json +0 -7
  131. package/dataview/package.json +0 -7
  132. package/deferredcontent/package.json +0 -7
  133. package/dialog/package.json +0 -7
  134. package/divider/package.json +0 -7
  135. package/dock/package.json +0 -7
  136. package/dropdown/package.json +0 -7
  137. package/editor/package.json +0 -7
  138. package/fieldset/package.json +0 -7
  139. package/fileupload/package.json +0 -7
  140. package/galleria/package.json +0 -7
  141. package/hooks/package.json +0 -7
  142. package/image/package.json +0 -7
  143. package/inplace/package.json +0 -7
  144. package/inputmask/package.json +0 -7
  145. package/inputnumber/package.json +0 -7
  146. package/inputswitch/package.json +0 -7
  147. package/inputtext/package.json +0 -7
  148. package/inputtextarea/package.json +0 -7
  149. package/keyfilter/package.json +0 -7
  150. package/knob/package.json +0 -7
  151. package/listbox/package.json +0 -7
  152. package/megamenu/package.json +0 -7
  153. package/mention/package.json +0 -7
  154. package/menu/package.json +0 -7
  155. package/menubar/package.json +0 -7
  156. package/menuitem/package.json +0 -4
  157. package/message/package.json +0 -7
  158. package/messages/package.json +0 -7
  159. package/multiselect/package.json +0 -7
  160. package/multistatecheckbox/package.json +0 -7
  161. package/orderlist/package.json +0 -7
  162. package/organizationchart/package.json +0 -7
  163. package/overlaypanel/package.json +0 -7
  164. package/overlayservice/package.json +0 -7
  165. package/paginator/package.json +0 -7
  166. package/panel/package.json +0 -7
  167. package/panelmenu/package.json +0 -7
  168. package/password/package.json +0 -7
  169. package/picklist/package.json +0 -7
  170. package/portal/package.json +0 -6
  171. package/progressbar/package.json +0 -7
  172. package/progressspinner/package.json +0 -7
  173. package/radiobutton/package.json +0 -7
  174. package/rating/package.json +0 -7
  175. package/ripple/package.json +0 -7
  176. package/row/package.json +0 -7
  177. package/scrollpanel/package.json +0 -7
  178. package/scrolltop/package.json +0 -7
  179. package/selectbutton/package.json +0 -7
  180. package/selectitem/package.json +0 -4
  181. package/sidebar/package.json +0 -7
  182. package/skeleton/package.json +0 -7
  183. package/slidemenu/package.json +0 -7
  184. package/slider/package.json +0 -7
  185. package/speeddial/package.json +0 -7
  186. package/splitbutton/package.json +0 -7
  187. package/splitter/package.json +0 -7
  188. package/steps/package.json +0 -7
  189. package/styleclass/package.json +0 -7
  190. package/tabmenu/package.json +0 -7
  191. package/tabview/package.json +0 -7
  192. package/tag/package.json +0 -7
  193. package/terminal/package.json +0 -7
  194. package/terminalservice/package.json +0 -7
  195. package/tieredmenu/package.json +0 -7
  196. package/timeline/package.json +0 -7
  197. package/toast/package.json +0 -7
  198. package/togglebutton/package.json +0 -7
  199. package/toolbar/package.json +0 -7
  200. package/tooltip/package.json +0 -7
  201. package/tree/package.json +0 -7
  202. package/treenode/package.json +0 -4
  203. package/treeselect/package.json +0 -7
  204. package/treetable/package.json +0 -7
  205. package/tristatecheckbox/package.json +0 -7
  206. package/utils/package.json +0 -7
  207. package/virtualscroller/package.json +0 -7
@@ -3429,22 +3429,6 @@
3429
3429
  background: #edf0fA;
3430
3430
  }
3431
3431
 
3432
- @media screen and (max-width: 769px) {
3433
- .p-orderlist {
3434
- flex-direction: column;
3435
- }
3436
- .p-orderlist .p-orderlist-controls {
3437
- padding: 1rem;
3438
- flex-direction: row;
3439
- }
3440
- .p-orderlist .p-orderlist-controls .p-button {
3441
- margin-right: 0.5rem;
3442
- margin-bottom: 0;
3443
- }
3444
- .p-orderlist .p-orderlist-controls .p-button:last-child {
3445
- margin-right: 0;
3446
- }
3447
- }
3448
3432
  .p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
3449
3433
  background: #edf0fA;
3450
3434
  color: #6c6c6c;
@@ -3624,34 +3608,6 @@
3624
3608
  background: #ced6f1;
3625
3609
  }
3626
3610
 
3627
- @media screen and (max-width: 769px) {
3628
- .p-picklist {
3629
- flex-direction: column;
3630
- }
3631
- .p-picklist .p-picklist-buttons {
3632
- padding: 1rem;
3633
- flex-direction: row;
3634
- }
3635
- .p-picklist .p-picklist-buttons .p-button {
3636
- margin-right: 0.5rem;
3637
- margin-bottom: 0;
3638
- }
3639
- .p-picklist .p-picklist-buttons .p-button:last-child {
3640
- margin-right: 0;
3641
- }
3642
- .p-picklist .p-picklist-transfer-buttons .pi-angle-right:before {
3643
- content: "\e930";
3644
- }
3645
- .p-picklist .p-picklist-transfer-buttons .pi-angle-double-right:before {
3646
- content: "\e92c";
3647
- }
3648
- .p-picklist .p-picklist-transfer-buttons .pi-angle-left:before {
3649
- content: "\e933";
3650
- }
3651
- .p-picklist .p-picklist-transfer-buttons .pi-angle-double-left:before {
3652
- content: "\e92f";
3653
- }
3654
- }
3655
3611
  .p-tree {
3656
3612
  border: 2px solid #ebebeb;
3657
3613
  background: #ffffff;
@@ -25,6 +25,7 @@ interface TooltipEvent {
25
25
 
26
26
  /**
27
27
  * Defines valid properties of TooltipOptions.
28
+ * @group Model
28
29
  */
29
30
  export interface TooltipOptions {
30
31
  /**
@@ -147,6 +148,7 @@ export interface TooltipOptions {
147
148
 
148
149
  /**
149
150
  * In addition to React.HTMLAttributes, the following attributes can be used on any HTMLElement if the page has a PrimeReact {@link tooltip} component.
151
+ * @group Model
150
152
  */
151
153
 
152
154
  interface TooltipHTMLAttributes {
@@ -159,6 +161,8 @@ interface TooltipHTMLAttributes {
159
161
  * ___
160
162
  *
161
163
  * _*This feature will be active when there is a PrimeReact {@link tooltip} component on the page._
164
+ *
165
+ * {@inheritDoc tooltip.TooltipProps.content}
162
166
  */
163
167
  'data-pr-tooltip'?: string | undefined;
164
168
  /**
@@ -170,6 +174,9 @@ interface TooltipHTMLAttributes {
170
174
  * ___
171
175
  *
172
176
  * _*This feature will be active when there is a PrimeReact {@link tooltip} component on the page._
177
+ *
178
+ * {@inheritDoc tooltipoptions.TooltipOptions.disabled}
179
+ * @defaultValue false
173
180
  */
174
181
  'data-pr-disabled'?: boolean | undefined;
175
182
  /**
@@ -181,18 +188,22 @@ interface TooltipHTMLAttributes {
181
188
  * ___
182
189
  *
183
190
  * _*This feature will be active when there is a PrimeReact {@link tooltip} component on the page._
191
+ *
192
+ * {@inheritDoc tooltipoptions.TooltipOptions.className}
184
193
  */
185
194
  'data-pr-classname'?: string | undefined;
186
195
  /**
187
196
  * **PrimeReact - TooltipHTMLAttributes**
188
197
  *
189
198
  * Position of the tooltip.*
190
- * @defaultValue right
191
199
  *
192
200
  * ![PrimeReact](https://primefaces.org/cdn/primereact/images/logo-100.png)
193
201
  * ___
194
202
  *
195
203
  * _*This feature will be active when there is a PrimeReact {@link tooltip} component on the page._
204
+ *
205
+ * {@inheritDoc tooltipoptions.TooltipOptions.position}
206
+ * @defaultValue right
196
207
  */
197
208
  'data-pr-position'?: 'top' | 'bottom' | 'left' | 'right' | 'mouse' | undefined;
198
209
  /**
@@ -204,6 +215,8 @@ interface TooltipHTMLAttributes {
204
215
  * ___
205
216
  *
206
217
  * _*This feature will be active when there is a PrimeReact {@link tooltip} component on the page._
218
+ *
219
+ * {@inheritDoc tooltipoptions.TooltipOptions.my}
207
220
  */
208
221
  'data-pr-my'?: string | undefined;
209
222
  /**
@@ -215,138 +228,162 @@ interface TooltipHTMLAttributes {
215
228
  * ___
216
229
  *
217
230
  * _*This feature will be active when there is a PrimeReact {@link tooltip} component on the page._
231
+ *
232
+ * {@inheritDoc tooltipoptions.TooltipOptions.at}
218
233
  */
219
234
  'data-pr-at'?: string | undefined;
220
235
  /**
221
236
  * **PrimeReact - TooltipHTMLAttributes**
222
237
  *
223
238
  * Event to show the tooltip.*
224
- * @defaultValue hover
225
239
  *
226
240
  * ![PrimeReact](https://primefaces.org/cdn/primereact/images/logo-100.png)
227
241
  * ___
228
242
  *
229
243
  * _*This feature will be active when there is a PrimeReact {@link tooltip} component on the page._
244
+ *
245
+ * {@inheritDoc tooltipoptions.TooltipOptions.event}
246
+ * @defaultValue hover
230
247
  */
231
248
  'data-pr-event'?: 'hover' | 'focus' | 'both' | undefined;
232
249
  /**
233
250
  * **PrimeReact - TooltipHTMLAttributes**
234
251
  *
235
252
  * Event to show the tooltip if the event property is empty.*
236
- * @defaultValue mouseenter
237
253
  *
238
254
  * ![PrimeReact](https://primefaces.org/cdn/primereact/images/logo-100.png)
239
255
  * ___
240
256
  *
241
257
  * _*This feature will be active when there is a PrimeReact {@link tooltip} component on the page._
258
+ *
259
+ * {@inheritDoc tooltipoptions.TooltipOptions.showEvent}
260
+ * @defaultValue mouseenter
242
261
  */
243
262
  'data-pr-showevent'?: string | undefined;
244
263
  /**
245
264
  * **PrimeReact - TooltipHTMLAttributes**
246
265
  *
247
266
  * Event to hide the tooltip if the event property is empty.*
248
- * @defaultValue mouseleave
249
267
  *
250
268
  * ![PrimeReact](https://primefaces.org/cdn/primereact/images/logo-100.png)
251
269
  * ___
252
270
  *
253
271
  * _*This feature will be active when there is a PrimeReact {@link tooltip} component on the page._
272
+ *
273
+ * {@inheritDoc tooltipoptions.TooltipOptions.hideEvent}
274
+ * @defaultValue mouseleave
254
275
  */
255
276
  'data-pr-hideevent'?: string | undefined;
256
277
  /**
257
278
  * **PrimeReact - TooltipHTMLAttributes**
258
279
  *
259
280
  * Whether the tooltip will follow the mouse.*
260
- * @defaultValue false
261
281
  *
262
282
  * ![PrimeReact](https://primefaces.org/cdn/primereact/images/logo-100.png)
263
283
  * ___
264
284
  *
265
285
  * _*This feature will be active when there is a PrimeReact {@link tooltip} component on the page._
286
+ *
287
+ * {@inheritDoc tooltipoptions.TooltipOptions.mouseTrack}
288
+ * @defaultValue false
266
289
  */
267
290
  'data-pr-mousetrack'?: boolean | undefined;
268
291
  /**
269
292
  * **PrimeReact - TooltipHTMLAttributes**
270
293
  *
271
294
  * Defines top position of the tooltip in relation to the mouse when the mouseTrack is enabled.*
272
- * @defaultValue 5
273
295
  *
274
296
  * ![PrimeReact](https://primefaces.org/cdn/primereact/images/logo-100.png)
275
297
  * ___
276
298
  *
277
299
  * _*This feature will be active when there is a PrimeReact {@link tooltip} component on the page._
300
+ *
301
+ * {@inheritDoc tooltipoptions.TooltipOptions.mouseTrackTop}
302
+ * @defaultValue 5
278
303
  */
279
304
  'data-pr-mousetracktop'?: number | undefined;
280
305
  /**
281
306
  * **PrimeReact - TooltipHTMLAttributes**
282
307
  *
283
308
  * Defines left position of the tooltip in relation to the mouse when the mouseTrack is enabled.*
284
- * @defaultValue 5
285
309
  *
286
310
  * ![PrimeReact](https://primefaces.org/cdn/primereact/images/logo-100.png)
287
311
  * ___
288
312
  *
289
313
  * _*This feature will be active when there is a PrimeReact {@link tooltip} component on the page._
314
+ *
315
+ * {@inheritDoc tooltipoptions.TooltipOptions.mouseTrackLeft}
316
+ * @defaultValue 5
290
317
  */
291
318
  'data-pr-mousetrackleft'?: number | undefined;
292
319
  /**
293
320
  * **PrimeReact - TooltipHTMLAttributes**
294
321
  *
295
322
  * Delay to show the tooltip in milliseconds.*
296
- * @defaultValue 0
297
323
  *
298
324
  * ![PrimeReact](https://primefaces.org/cdn/primereact/images/logo-100.png)
299
325
  * ___
300
326
  *
301
327
  * _*This feature will be active when there is a PrimeReact {@link tooltip} component on the page._
328
+ *
329
+ * {@inheritDoc tooltipoptions.TooltipOptions.showDelay}
330
+ * @defaultValue 0
302
331
  */
303
332
  'data-pr-showdelay'?: number | undefined;
304
333
  /**
305
334
  * **PrimeReact - TooltipHTMLAttributes**
306
335
  *
307
336
  * Delay to update the tooltip in milliseconds.*
308
- * @defaultValue 0
309
337
  *
310
338
  * ![PrimeReact](https://primefaces.org/cdn/primereact/images/logo-100.png)
311
339
  * ___
312
340
  *
313
341
  * _*This feature will be active when there is a PrimeReact {@link tooltip} component on the page._
342
+ *
343
+ * {@inheritDoc tooltipoptions.TooltipOptions.updateDelay}
344
+ * @defaultValue 0
314
345
  */
315
346
  'data-pr-updatedelay'?: number | undefined;
316
347
  /**
317
348
  * **PrimeReact - TooltipHTMLAttributes**
318
349
  *
319
350
  * Delay to hide the tooltip in milliseconds.*
320
- * @defaultValue 0
321
351
  *
322
352
  * ![PrimeReact](https://primefaces.org/cdn/primereact/images/logo-100.png)
323
353
  * ___
324
354
  *
325
355
  * _*This feature will be active when there is a PrimeReact {@link tooltip} component on the page._
356
+ *
357
+ * {@inheritDoc tooltipoptions.TooltipOptions.hideDelay}
358
+ * @defaultValue 0
326
359
  */
327
360
  'data-pr-hidedelay'?: number | undefined;
328
361
  /**
329
362
  * **PrimeReact - TooltipHTMLAttributes**
330
363
  *
331
364
  * Whether to hide tooltip when hovering over tooltip content.*
332
- * @defaultValue true
333
365
  *
334
366
  * ![PrimeReact](https://primefaces.org/cdn/primereact/images/logo-100.png)
335
367
  * ___
336
368
  *
337
369
  * _*This feature will be active when there is a PrimeReact {@link tooltip} component on the page._
370
+ *
371
+ * {@inheritDoc tooltipoptions.TooltipOptions.autoHide}
372
+ * @defaultValue true
338
373
  */
339
374
  'data-pr-autohide'?: boolean | undefined;
340
375
  /**
341
376
  * **PrimeReact - TooltipHTMLAttributes**
342
377
  *
343
378
  * Whether to show tooltip for disabled elements.*
344
- * @defaultValue false
345
379
  *
346
380
  * ![PrimeReact](https://primefaces.org/cdn/primereact/images/logo-100.png)
347
381
  * ___
348
382
  *
349
383
  * _*This feature will be active when there is a PrimeReact {@link tooltip} component on the page._
384
+ *
385
+ * {@inheritDoc tooltipoptions.TooltipOptions.showOnDisabled}
386
+ * @defaultValue false
350
387
  */
351
388
  'data-pr-showondisabled'?: boolean | undefined;
352
389
  }
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "framework": "React",
3
3
  "name": "PrimeReact",
4
- "version": "9.0.0",
4
+ "version": "9.1.0",
5
5
  "tags": [
6
6
  {
7
7
  "name": "Accordion",
@@ -1,7 +0,0 @@
1
- {
2
- "main": "./accordion.cjs.js",
3
- "module": "./accordion.esm.js",
4
- "unpkg": "./accordion.min.js",
5
- "types": "./accordion.d.ts",
6
- "sideEffects": false
7
- }
package/api/package.json DELETED
@@ -1,7 +0,0 @@
1
- {
2
- "main": "./api.cjs.js",
3
- "module": "./api.esm.js",
4
- "unpkg": "./api.min.js",
5
- "types": "./api.d.ts",
6
- "sideEffects": false
7
- }
@@ -1,7 +0,0 @@
1
- {
2
- "main": "./autocomplete.cjs.js",
3
- "module": "./autocomplete.esm.js",
4
- "unpkg": "./autocomplete.min.js",
5
- "types": "./autocomplete.d.ts",
6
- "sideEffects": false
7
- }
@@ -1,7 +0,0 @@
1
- {
2
- "main": "./avatar.cjs.js",
3
- "module": "./avatar.esm.js",
4
- "unpkg": "./avatar.min.js",
5
- "types": "./avatar.d.ts",
6
- "sideEffects": false
7
- }
@@ -1,7 +0,0 @@
1
- {
2
- "main": "./avatargroup.cjs.js",
3
- "module": "./avatargroup.esm.js",
4
- "unpkg": "./avatargroup.min.js",
5
- "types": "./avatargroup.d.ts",
6
- "sideEffects": false
7
- }
@@ -1,7 +0,0 @@
1
- {
2
- "main": "./badge.cjs.js",
3
- "module": "./badge.esm.js",
4
- "unpkg": "./badge.min.js",
5
- "types": "./badge.d.ts",
6
- "sideEffects": false
7
- }
@@ -1,7 +0,0 @@
1
- {
2
- "main": "./blockui.cjs.js",
3
- "module": "./blockui.esm.js",
4
- "unpkg": "./blockui.min.js",
5
- "types": "./blockui.d.ts",
6
- "sideEffects": false
7
- }
@@ -1,7 +0,0 @@
1
- {
2
- "main": "./breadcrumb.cjs.js",
3
- "module": "./breadcrumb.esm.js",
4
- "unpkg": "./breadcrumb.min.js",
5
- "types": "./breadcrumb.d.ts",
6
- "sideEffects": false
7
- }
@@ -1,7 +0,0 @@
1
- {
2
- "main": "./button.cjs.js",
3
- "module": "./button.esm.js",
4
- "unpkg": "./button.min.js",
5
- "types": "./button.d.ts",
6
- "sideEffects": false
7
- }
@@ -1,7 +0,0 @@
1
- {
2
- "main": "./calendar.cjs.js",
3
- "module": "./calendar.esm.js",
4
- "unpkg": "./calendar.min.js",
5
- "types": "./calendar.d.ts",
6
- "sideEffects": false
7
- }
package/card/package.json DELETED
@@ -1,7 +0,0 @@
1
- {
2
- "main": "./card.cjs.js",
3
- "module": "./card.esm.js",
4
- "unpkg": "./card.min.js",
5
- "types": "./card.d.ts",
6
- "sideEffects": false
7
- }
@@ -1,7 +0,0 @@
1
- {
2
- "main": "./carousel.cjs.js",
3
- "module": "./carousel.esm.js",
4
- "unpkg": "./carousel.min.js",
5
- "types": "./carousel.d.ts",
6
- "sideEffects": false
7
- }
@@ -1,7 +0,0 @@
1
- {
2
- "main": "./cascadeselect.cjs.js",
3
- "module": "./cascadeselect.esm.js",
4
- "unpkg": "./cascadeselect.min.js",
5
- "types": "./cascadeselect.d.ts",
6
- "sideEffects": false
7
- }
@@ -1,7 +0,0 @@
1
- {
2
- "main": "./chart.cjs.js",
3
- "module": "./chart.esm.js",
4
- "unpkg": "./chart.min.js",
5
- "types": "./chart.d.ts",
6
- "sideEffects": false
7
- }
@@ -1,7 +0,0 @@
1
- {
2
- "main": "./checkbox.cjs.js",
3
- "module": "./checkbox.esm.js",
4
- "unpkg": "./checkbox.min.js",
5
- "types": "./checkbox.d.ts",
6
- "sideEffects": false
7
- }
package/chip/package.json DELETED
@@ -1,7 +0,0 @@
1
- {
2
- "main": "./chip.cjs.js",
3
- "module": "./chip.esm.js",
4
- "unpkg": "./chip.min.js",
5
- "types": "./chip.d.ts",
6
- "sideEffects": false
7
- }
@@ -1,7 +0,0 @@
1
- {
2
- "main": "./chips.cjs.js",
3
- "module": "./chips.esm.js",
4
- "unpkg": "./chips.min.js",
5
- "types": "./chips.d.ts",
6
- "sideEffects": false
7
- }
@@ -1,7 +0,0 @@
1
- {
2
- "main": "./colorpicker.cjs.js",
3
- "module": "./colorpicker.esm.js",
4
- "unpkg": "./colorpicker.min.js",
5
- "types": "./colorpicker.d.ts",
6
- "sideEffects": false
7
- }
@@ -1,7 +0,0 @@
1
- {
2
- "main": "./column.cjs.js",
3
- "module": "./column.esm.js",
4
- "unpkg": "./column.min.js",
5
- "types": "./column.d.ts",
6
- "sideEffects": false
7
- }
@@ -1,7 +0,0 @@
1
- {
2
- "main": "./columngroup.cjs.js",
3
- "module": "./columngroup.esm.js",
4
- "unpkg": "./columngroup.min.js",
5
- "types": "./columngroup.d.ts",
6
- "sideEffects": false
7
- }
@@ -1,7 +0,0 @@
1
- {
2
- "main": "./confirmdialog.cjs.js",
3
- "module": "./confirmdialog.esm.js",
4
- "unpkg": "./confirmdialog.min.js",
5
- "types": "./confirmdialog.d.ts",
6
- "sideEffects": false
7
- }
@@ -1,7 +0,0 @@
1
- {
2
- "main": "./confirmpopup.cjs.js",
3
- "module": "./confirmpopup.esm.js",
4
- "unpkg": "./confirmpopup.min.js",
5
- "types": "./confirmpopup.d.ts",
6
- "sideEffects": false
7
- }
@@ -1,7 +0,0 @@
1
- {
2
- "main": "./contextmenu.cjs.js",
3
- "module": "./contextmenu.esm.js",
4
- "unpkg": "./contextmenu.min.js",
5
- "types": "./contextmenu.d.ts",
6
- "sideEffects": false
7
- }
@@ -1,7 +0,0 @@
1
- {
2
- "main": "./csstransition.cjs.js",
3
- "module": "./csstransition.esm.js",
4
- "unpkg": "./csstransition.min.js",
5
- "types": "./csstransition.d.ts",
6
- "sideEffects": false
7
- }
@@ -1,7 +0,0 @@
1
- {
2
- "main": "./datascroller.cjs.js",
3
- "module": "./datascroller.esm.js",
4
- "unpkg": "./datascroller.min.js",
5
- "types": "./datascroller.d.ts",
6
- "sideEffects": false
7
- }
@@ -1,7 +0,0 @@
1
- {
2
- "main": "./datatable.cjs.js",
3
- "module": "./datatable.esm.js",
4
- "unpkg": "./datatable.min.js",
5
- "types": "./datatable.d.ts",
6
- "sideEffects": false
7
- }
@@ -1,7 +0,0 @@
1
- {
2
- "main": "./dataview.cjs.js",
3
- "module": "./dataview.esm.js",
4
- "unpkg": "./dataview.min.js",
5
- "types": "./dataview.d.ts",
6
- "sideEffects": false
7
- }
@@ -1,7 +0,0 @@
1
- {
2
- "main": "./deferredcontent.cjs.js",
3
- "module": "./deferredcontent.esm.js",
4
- "unpkg": "./deferredcontent.min.js",
5
- "types": "./deferredcontent.d.ts",
6
- "sideEffects": false
7
- }
@@ -1,7 +0,0 @@
1
- {
2
- "main": "./dialog.cjs.js",
3
- "module": "./dialog.esm.js",
4
- "unpkg": "./dialog.min.js",
5
- "types": "./dialog.d.ts",
6
- "sideEffects": false
7
- }
@@ -1,7 +0,0 @@
1
- {
2
- "main": "./divider.cjs.js",
3
- "module": "./divider.esm.js",
4
- "unpkg": "./divider.min.js",
5
- "types": "./divider.d.ts",
6
- "sideEffects": false
7
- }
package/dock/package.json DELETED
@@ -1,7 +0,0 @@
1
- {
2
- "main": "./dock.cjs.js",
3
- "module": "./dock.esm.js",
4
- "unpkg": "./dock.min.js",
5
- "types": "./dock.d.ts",
6
- "sideEffects": false
7
- }
@@ -1,7 +0,0 @@
1
- {
2
- "main": "./dropdown.cjs.js",
3
- "module": "./dropdown.esm.js",
4
- "unpkg": "./dropdown.min.js",
5
- "types": "./dropdown.d.ts",
6
- "sideEffects": false
7
- }
@@ -1,7 +0,0 @@
1
- {
2
- "main": "./editor.cjs.js",
3
- "module": "./editor.esm.js",
4
- "unpkg": "./editor.min.js",
5
- "types": "./editor.d.ts",
6
- "sideEffects": false
7
- }
@@ -1,7 +0,0 @@
1
- {
2
- "main": "./fieldset.cjs.js",
3
- "module": "./fieldset.esm.js",
4
- "unpkg": "./fieldset.min.js",
5
- "types": "./fieldset.d.ts",
6
- "sideEffects": false
7
- }
@@ -1,7 +0,0 @@
1
- {
2
- "main": "./fileupload.cjs.js",
3
- "module": "./fileupload.esm.js",
4
- "unpkg": "./fileupload.min.js",
5
- "types": "./fileupload.d.ts",
6
- "sideEffects": false
7
- }
@@ -1,7 +0,0 @@
1
- {
2
- "main": "./galleria.cjs.js",
3
- "module": "./galleria.esm.js",
4
- "unpkg": "./galleria.min.js",
5
- "types": "./galleria.d.ts",
6
- "sideEffects": false
7
- }
@@ -1,7 +0,0 @@
1
- {
2
- "main": "./hooks.cjs.js",
3
- "module": "./hooks.esm.js",
4
- "unpkg": "./hooks.min.js",
5
- "types": "./hooks.d.ts",
6
- "sideEffects": false
7
- }
@@ -1,7 +0,0 @@
1
- {
2
- "main": "./image.cjs.js",
3
- "module": "./image.esm.js",
4
- "unpkg": "./image.min.js",
5
- "types": "./image.d.ts",
6
- "sideEffects": false
7
- }
@@ -1,7 +0,0 @@
1
- {
2
- "main": "./inplace.cjs.js",
3
- "module": "./inplace.esm.js",
4
- "unpkg": "./inplace.min.js",
5
- "types": "./inplace.d.ts",
6
- "sideEffects": false
7
- }