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.
- package/button/button.cjs.js +15 -2
- package/button/button.cjs.min.js +1 -1
- package/button/button.d.ts +33 -0
- package/button/button.esm.js +15 -2
- package/button/button.esm.min.js +1 -1
- package/button/button.js +15 -2
- package/button/button.min.js +1 -1
- package/cascadeselect/cascadeselect.cjs.js +28 -0
- package/cascadeselect/cascadeselect.cjs.min.js +1 -1
- package/cascadeselect/cascadeselect.d.ts +9 -0
- package/cascadeselect/cascadeselect.esm.js +29 -1
- package/cascadeselect/cascadeselect.esm.min.js +1 -1
- package/cascadeselect/cascadeselect.js +28 -0
- package/cascadeselect/cascadeselect.min.js +1 -1
- package/core/core.js +30 -2
- package/core/core.min.js +2 -2
- package/fileupload/fileupload.cjs.js +156 -23
- package/fileupload/fileupload.cjs.min.js +1 -1
- package/fileupload/fileupload.esm.js +156 -23
- package/fileupload/fileupload.esm.min.js +1 -1
- package/fileupload/fileupload.js +156 -23
- package/fileupload/fileupload.min.css +1 -1
- package/fileupload/fileupload.min.js +1 -1
- package/hooks/hooks.cjs.js +15 -0
- package/hooks/hooks.cjs.min.js +1 -1
- package/hooks/hooks.esm.js +15 -0
- package/hooks/hooks.esm.min.js +1 -1
- package/hooks/hooks.js +15 -0
- package/hooks/hooks.min.js +1 -1
- package/menubar/menubar.min.css +1 -1
- package/orderlist/orderlist.cjs.js +33 -2
- package/orderlist/orderlist.cjs.min.js +1 -1
- package/orderlist/orderlist.d.ts +5 -0
- package/orderlist/orderlist.esm.js +31 -3
- package/orderlist/orderlist.esm.min.js +1 -1
- package/orderlist/orderlist.js +33 -2
- package/orderlist/orderlist.min.js +1 -1
- package/organizationchart/organizationchart.d.ts +4 -0
- package/package.json +2 -2
- package/picklist/picklist.cjs.js +34 -2
- package/picklist/picklist.cjs.min.js +1 -1
- package/picklist/picklist.d.ts +10 -0
- package/picklist/picklist.esm.js +32 -3
- package/picklist/picklist.esm.min.js +1 -1
- package/picklist/picklist.js +34 -2
- package/picklist/picklist.min.js +1 -1
- package/primereact.all.cjs.js +186 -25
- package/primereact.all.cjs.min.js +1 -1
- package/primereact.all.esm.js +186 -25
- package/primereact.all.esm.min.js +1 -1
- package/primereact.all.js +186 -25
- package/primereact.all.min.js +1 -1
- package/resources/primereact.css +685 -671
- package/resources/primereact.min.css +1 -1
- package/resources/themes/arya-blue/theme.css +1 -44
- package/resources/themes/arya-green/theme.css +1 -44
- package/resources/themes/arya-orange/theme.css +1 -44
- package/resources/themes/arya-purple/theme.css +1 -44
- package/resources/themes/bootstrap4-dark-blue/theme.css +0 -44
- package/resources/themes/bootstrap4-dark-purple/theme.css +0 -44
- package/resources/themes/bootstrap4-light-blue/theme.css +0 -44
- package/resources/themes/bootstrap4-light-purple/theme.css +0 -44
- package/resources/themes/fluent-light/theme.css +0 -44
- package/resources/themes/lara-dark-blue/theme.css +0 -44
- package/resources/themes/lara-dark-indigo/theme.css +0 -44
- package/resources/themes/lara-dark-purple/theme.css +0 -44
- package/resources/themes/lara-dark-teal/theme.css +0 -44
- package/resources/themes/lara-light-blue/theme.css +0 -44
- package/resources/themes/lara-light-indigo/theme.css +0 -44
- package/resources/themes/lara-light-purple/theme.css +0 -44
- package/resources/themes/lara-light-teal/theme.css +0 -44
- package/resources/themes/luna-amber/theme.css +0 -44
- package/resources/themes/luna-blue/theme.css +0 -44
- package/resources/themes/luna-green/theme.css +0 -44
- package/resources/themes/luna-pink/theme.css +0 -44
- package/resources/themes/md-dark-deeppurple/theme.css +0 -44
- package/resources/themes/md-dark-indigo/theme.css +0 -44
- package/resources/themes/md-light-deeppurple/theme.css +0 -44
- package/resources/themes/md-light-indigo/theme.css +0 -44
- package/resources/themes/mdc-dark-deeppurple/theme.css +0 -44
- package/resources/themes/mdc-dark-indigo/theme.css +0 -44
- package/resources/themes/mdc-light-deeppurple/theme.css +0 -44
- package/resources/themes/mdc-light-indigo/theme.css +0 -44
- package/resources/themes/mira/theme.css +0 -44
- package/resources/themes/nano/theme.css +0 -44
- package/resources/themes/nova/theme.css +0 -44
- package/resources/themes/nova-accent/theme.css +0 -44
- package/resources/themes/nova-alt/theme.css +0 -44
- package/resources/themes/rhea/theme.css +0 -44
- package/resources/themes/saga-blue/theme.css +0 -44
- package/resources/themes/saga-green/theme.css +0 -44
- package/resources/themes/saga-orange/theme.css +0 -44
- package/resources/themes/saga-purple/theme.css +0 -44
- package/resources/themes/soho-dark/theme.css +0 -44
- package/resources/themes/soho-light/theme.css +0 -44
- package/resources/themes/tailwind-light/theme.css +7 -54
- package/resources/themes/vela-blue/theme.css +0 -44
- package/resources/themes/vela-green/theme.css +0 -44
- package/resources/themes/vela-orange/theme.css +0 -44
- package/resources/themes/vela-purple/theme.css +0 -44
- package/resources/themes/viva-dark/theme.css +0 -44
- package/resources/themes/viva-light/theme.css +0 -44
- package/tooltip/tooltipoptions.d.ts +49 -12
- package/web-types.json +1 -1
- package/accordion/package.json +0 -7
- package/api/package.json +0 -7
- package/autocomplete/package.json +0 -7
- package/avatar/package.json +0 -7
- package/avatargroup/package.json +0 -7
- package/badge/package.json +0 -7
- package/blockui/package.json +0 -7
- package/breadcrumb/package.json +0 -7
- package/button/package.json +0 -7
- package/calendar/package.json +0 -7
- package/card/package.json +0 -7
- package/carousel/package.json +0 -7
- package/cascadeselect/package.json +0 -7
- package/chart/package.json +0 -7
- package/checkbox/package.json +0 -7
- package/chip/package.json +0 -7
- package/chips/package.json +0 -7
- package/colorpicker/package.json +0 -7
- package/column/package.json +0 -7
- package/columngroup/package.json +0 -7
- package/confirmdialog/package.json +0 -7
- package/confirmpopup/package.json +0 -7
- package/contextmenu/package.json +0 -7
- package/csstransition/package.json +0 -7
- package/datascroller/package.json +0 -7
- package/datatable/package.json +0 -7
- package/dataview/package.json +0 -7
- package/deferredcontent/package.json +0 -7
- package/dialog/package.json +0 -7
- package/divider/package.json +0 -7
- package/dock/package.json +0 -7
- package/dropdown/package.json +0 -7
- package/editor/package.json +0 -7
- package/fieldset/package.json +0 -7
- package/fileupload/package.json +0 -7
- package/galleria/package.json +0 -7
- package/hooks/package.json +0 -7
- package/image/package.json +0 -7
- package/inplace/package.json +0 -7
- package/inputmask/package.json +0 -7
- package/inputnumber/package.json +0 -7
- package/inputswitch/package.json +0 -7
- package/inputtext/package.json +0 -7
- package/inputtextarea/package.json +0 -7
- package/keyfilter/package.json +0 -7
- package/knob/package.json +0 -7
- package/listbox/package.json +0 -7
- package/megamenu/package.json +0 -7
- package/mention/package.json +0 -7
- package/menu/package.json +0 -7
- package/menubar/package.json +0 -7
- package/menuitem/package.json +0 -4
- package/message/package.json +0 -7
- package/messages/package.json +0 -7
- package/multiselect/package.json +0 -7
- package/multistatecheckbox/package.json +0 -7
- package/orderlist/package.json +0 -7
- package/organizationchart/package.json +0 -7
- package/overlaypanel/package.json +0 -7
- package/overlayservice/package.json +0 -7
- package/paginator/package.json +0 -7
- package/panel/package.json +0 -7
- package/panelmenu/package.json +0 -7
- package/password/package.json +0 -7
- package/picklist/package.json +0 -7
- package/portal/package.json +0 -6
- package/progressbar/package.json +0 -7
- package/progressspinner/package.json +0 -7
- package/radiobutton/package.json +0 -7
- package/rating/package.json +0 -7
- package/ripple/package.json +0 -7
- package/row/package.json +0 -7
- package/scrollpanel/package.json +0 -7
- package/scrolltop/package.json +0 -7
- package/selectbutton/package.json +0 -7
- package/selectitem/package.json +0 -4
- package/sidebar/package.json +0 -7
- package/skeleton/package.json +0 -7
- package/slidemenu/package.json +0 -7
- package/slider/package.json +0 -7
- package/speeddial/package.json +0 -7
- package/splitbutton/package.json +0 -7
- package/splitter/package.json +0 -7
- package/steps/package.json +0 -7
- package/styleclass/package.json +0 -7
- package/tabmenu/package.json +0 -7
- package/tabview/package.json +0 -7
- package/tag/package.json +0 -7
- package/terminal/package.json +0 -7
- package/terminalservice/package.json +0 -7
- package/tieredmenu/package.json +0 -7
- package/timeline/package.json +0 -7
- package/toast/package.json +0 -7
- package/togglebutton/package.json +0 -7
- package/toolbar/package.json +0 -7
- package/tooltip/package.json +0 -7
- package/tree/package.json +0 -7
- package/treenode/package.json +0 -4
- package/treeselect/package.json +0 -7
- package/treetable/package.json +0 -7
- package/tristatecheckbox/package.json +0 -7
- package/utils/package.json +0 -7
- 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
|
* 
|
|
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
|
* 
|
|
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
|
* 
|
|
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
|
* 
|
|
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
|
* 
|
|
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
|
* 
|
|
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
|
* 
|
|
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
|
* 
|
|
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
|
* 
|
|
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
|
* 
|
|
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
|
* 
|
|
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
|
* 
|
|
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
package/accordion/package.json
DELETED
package/api/package.json
DELETED
package/avatar/package.json
DELETED
package/avatargroup/package.json
DELETED
package/badge/package.json
DELETED
package/blockui/package.json
DELETED
package/breadcrumb/package.json
DELETED
package/button/package.json
DELETED
package/calendar/package.json
DELETED
package/card/package.json
DELETED
package/carousel/package.json
DELETED
package/chart/package.json
DELETED
package/checkbox/package.json
DELETED
package/chip/package.json
DELETED
package/chips/package.json
DELETED
package/colorpicker/package.json
DELETED
package/column/package.json
DELETED
package/columngroup/package.json
DELETED
package/contextmenu/package.json
DELETED
package/datatable/package.json
DELETED
package/dataview/package.json
DELETED
package/dialog/package.json
DELETED
package/divider/package.json
DELETED
package/dock/package.json
DELETED
package/dropdown/package.json
DELETED
package/editor/package.json
DELETED
package/fieldset/package.json
DELETED
package/fileupload/package.json
DELETED
package/galleria/package.json
DELETED
package/hooks/package.json
DELETED
package/image/package.json
DELETED