@valaxyjs/devtools 0.23.5 → 0.23.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client/assets/{about-rjfU4__7.js → about-CKnJAe7D.js} +1 -1
- package/dist/client/assets/{categories-BBfumNEa.js → categories-c6XTc6fg.js} +1 -1
- package/dist/client/assets/{index-Ch6xFAPn.js → index-B0hInhA7.js} +10 -1118
- package/dist/client/assets/{index-C08qRPwv.js → index-SkBrsFRK.js} +331 -413
- package/dist/client/assets/{migration-Bm3qOgQn.js → migration-BbA8qycI.js} +2 -2
- package/dist/client/assets/{splitpanes.es-Cne9xE0z.js → splitpanes.es-BzR2UKwq.js} +4 -743
- package/dist/client/assets/{tags-CCpP7bH0.js → tags-BqCHcWyi.js} +1 -1
- package/dist/client/index.html +1 -1
- package/package.json +6 -6
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ag as getKeyValue, m as mergeProps, ah as isFunction$1, ai as toCapitalCase, aj as service_default, ak as config_default, B as BaseStyle, al as isString$1, am as toFlatCase, an as resolve, ao as isObject$1, ap as isEmpty, aq as PrimeVueService, ar as isArray$1, M as getAttribute, as as removeClass, at as getHeight, au as getWidth, O as getOuterWidth, av as getOuterHeight, aw as getOffset, ax as addClass, ay as createElement, az as useId, i as isNotEmpty, K as findSingle, aA as isElement, c as createElementBlock, o as openBlock, a as createBaseVNode, b as renderSlot, z as createTextVNode, t as toDisplayString, h as resolveComponent, r as resolveDirective, w as withDirectives, k as createBlock, p as withCtx, d as createCommentVNode, n as normalizeClass, U as resolveDynamicComponent, aB as useSlots, s as ref, a9 as computed, v as watch, a6 as onMounted, aC as onBeforeUnmount, aD as provide, aE as inject, aF as getCurrentInstance, S as normalizeStyle, y as unref, aG as h, aH as nextTick } from './index-SkBrsFRK.js';
|
|
2
2
|
|
|
3
3
|
// src/classnames/index.ts
|
|
4
4
|
function cn(...args) {
|
|
@@ -467,27 +467,7 @@ var BaseDirective = {
|
|
|
467
467
|
|
|
468
468
|
/* Injected with object hook! */
|
|
469
469
|
|
|
470
|
-
var style$2=
|
|
471
|
-
.p-ink {
|
|
472
|
-
display: block;
|
|
473
|
-
position: absolute;
|
|
474
|
-
background: dt('ripple.background');
|
|
475
|
-
border-radius: 100%;
|
|
476
|
-
transform: scale(0);
|
|
477
|
-
pointer-events: none;
|
|
478
|
-
}
|
|
479
|
-
|
|
480
|
-
.p-ink-active {
|
|
481
|
-
animation: ripple 0.4s linear;
|
|
482
|
-
}
|
|
483
|
-
|
|
484
|
-
@keyframes ripple {
|
|
485
|
-
100% {
|
|
486
|
-
opacity: 0;
|
|
487
|
-
transform: scale(2.5);
|
|
488
|
-
}
|
|
489
|
-
}
|
|
490
|
-
`;/* Injected with object hook! */
|
|
470
|
+
var style$2="\n .p-ink {\n display: block;\n position: absolute;\n background: dt('ripple.background');\n border-radius: 100%;\n transform: scale(0);\n pointer-events: none;\n }\n\n .p-ink-active {\n animation: ripple 0.4s linear;\n }\n\n @keyframes ripple {\n 100% {\n opacity: 0;\n transform: scale(2.5);\n }\n }\n";/* Injected with object hook! */
|
|
491
471
|
|
|
492
472
|
var classes$2 = {
|
|
493
473
|
root: 'p-ink'
|
|
@@ -5030,82 +5010,7 @@ script$3.render = render$2;
|
|
|
5030
5010
|
|
|
5031
5011
|
/* Injected with object hook! */
|
|
5032
5012
|
|
|
5033
|
-
var style$1=
|
|
5034
|
-
.p-badge {
|
|
5035
|
-
display: inline-flex;
|
|
5036
|
-
border-radius: dt('badge.border.radius');
|
|
5037
|
-
align-items: center;
|
|
5038
|
-
justify-content: center;
|
|
5039
|
-
padding: dt('badge.padding');
|
|
5040
|
-
background: dt('badge.primary.background');
|
|
5041
|
-
color: dt('badge.primary.color');
|
|
5042
|
-
font-size: dt('badge.font.size');
|
|
5043
|
-
font-weight: dt('badge.font.weight');
|
|
5044
|
-
min-width: dt('badge.min.width');
|
|
5045
|
-
height: dt('badge.height');
|
|
5046
|
-
}
|
|
5047
|
-
|
|
5048
|
-
.p-badge-dot {
|
|
5049
|
-
width: dt('badge.dot.size');
|
|
5050
|
-
min-width: dt('badge.dot.size');
|
|
5051
|
-
height: dt('badge.dot.size');
|
|
5052
|
-
border-radius: 50%;
|
|
5053
|
-
padding: 0;
|
|
5054
|
-
}
|
|
5055
|
-
|
|
5056
|
-
.p-badge-circle {
|
|
5057
|
-
padding: 0;
|
|
5058
|
-
border-radius: 50%;
|
|
5059
|
-
}
|
|
5060
|
-
|
|
5061
|
-
.p-badge-secondary {
|
|
5062
|
-
background: dt('badge.secondary.background');
|
|
5063
|
-
color: dt('badge.secondary.color');
|
|
5064
|
-
}
|
|
5065
|
-
|
|
5066
|
-
.p-badge-success {
|
|
5067
|
-
background: dt('badge.success.background');
|
|
5068
|
-
color: dt('badge.success.color');
|
|
5069
|
-
}
|
|
5070
|
-
|
|
5071
|
-
.p-badge-info {
|
|
5072
|
-
background: dt('badge.info.background');
|
|
5073
|
-
color: dt('badge.info.color');
|
|
5074
|
-
}
|
|
5075
|
-
|
|
5076
|
-
.p-badge-warn {
|
|
5077
|
-
background: dt('badge.warn.background');
|
|
5078
|
-
color: dt('badge.warn.color');
|
|
5079
|
-
}
|
|
5080
|
-
|
|
5081
|
-
.p-badge-danger {
|
|
5082
|
-
background: dt('badge.danger.background');
|
|
5083
|
-
color: dt('badge.danger.color');
|
|
5084
|
-
}
|
|
5085
|
-
|
|
5086
|
-
.p-badge-contrast {
|
|
5087
|
-
background: dt('badge.contrast.background');
|
|
5088
|
-
color: dt('badge.contrast.color');
|
|
5089
|
-
}
|
|
5090
|
-
|
|
5091
|
-
.p-badge-sm {
|
|
5092
|
-
font-size: dt('badge.sm.font.size');
|
|
5093
|
-
min-width: dt('badge.sm.min.width');
|
|
5094
|
-
height: dt('badge.sm.height');
|
|
5095
|
-
}
|
|
5096
|
-
|
|
5097
|
-
.p-badge-lg {
|
|
5098
|
-
font-size: dt('badge.lg.font.size');
|
|
5099
|
-
min-width: dt('badge.lg.min.width');
|
|
5100
|
-
height: dt('badge.lg.height');
|
|
5101
|
-
}
|
|
5102
|
-
|
|
5103
|
-
.p-badge-xl {
|
|
5104
|
-
font-size: dt('badge.xl.font.size');
|
|
5105
|
-
min-width: dt('badge.xl.min.width');
|
|
5106
|
-
height: dt('badge.xl.height');
|
|
5107
|
-
}
|
|
5108
|
-
`;/* Injected with object hook! */
|
|
5013
|
+
var style$1="\n .p-badge {\n display: inline-flex;\n border-radius: dt('badge.border.radius');\n align-items: center;\n justify-content: center;\n padding: dt('badge.padding');\n background: dt('badge.primary.background');\n color: dt('badge.primary.color');\n font-size: dt('badge.font.size');\n font-weight: dt('badge.font.weight');\n min-width: dt('badge.min.width');\n height: dt('badge.height');\n }\n\n .p-badge-dot {\n width: dt('badge.dot.size');\n min-width: dt('badge.dot.size');\n height: dt('badge.dot.size');\n border-radius: 50%;\n padding: 0;\n }\n\n .p-badge-circle {\n padding: 0;\n border-radius: 50%;\n }\n\n .p-badge-secondary {\n background: dt('badge.secondary.background');\n color: dt('badge.secondary.color');\n }\n\n .p-badge-success {\n background: dt('badge.success.background');\n color: dt('badge.success.color');\n }\n\n .p-badge-info {\n background: dt('badge.info.background');\n color: dt('badge.info.color');\n }\n\n .p-badge-warn {\n background: dt('badge.warn.background');\n color: dt('badge.warn.color');\n }\n\n .p-badge-danger {\n background: dt('badge.danger.background');\n color: dt('badge.danger.color');\n }\n\n .p-badge-contrast {\n background: dt('badge.contrast.background');\n color: dt('badge.contrast.color');\n }\n\n .p-badge-sm {\n font-size: dt('badge.sm.font.size');\n min-width: dt('badge.sm.min.width');\n height: dt('badge.sm.height');\n }\n\n .p-badge-lg {\n font-size: dt('badge.lg.font.size');\n min-width: dt('badge.lg.min.width');\n height: dt('badge.lg.height');\n }\n\n .p-badge-xl {\n font-size: dt('badge.xl.font.size');\n min-width: dt('badge.xl.min.width');\n height: dt('badge.xl.height');\n }\n";/* Injected with object hook! */
|
|
5109
5014
|
|
|
5110
5015
|
var classes$1 = {
|
|
5111
5016
|
root: function root(_ref) {
|
|
@@ -5194,651 +5099,7 @@ script$2.render = render$1;
|
|
|
5194
5099
|
|
|
5195
5100
|
/* Injected with object hook! */
|
|
5196
5101
|
|
|
5197
|
-
var style=css$1`
|
|
5198
|
-
.p-button {
|
|
5199
|
-
display: inline-flex;
|
|
5200
|
-
cursor: pointer;
|
|
5201
|
-
user-select: none;
|
|
5202
|
-
align-items: center;
|
|
5203
|
-
justify-content: center;
|
|
5204
|
-
overflow: hidden;
|
|
5205
|
-
position: relative;
|
|
5206
|
-
color: dt('button.primary.color');
|
|
5207
|
-
background: dt('button.primary.background');
|
|
5208
|
-
border: 1px solid dt('button.primary.border.color');
|
|
5209
|
-
padding: dt('button.padding.y') dt('button.padding.x');
|
|
5210
|
-
font-size: 1rem;
|
|
5211
|
-
font-family: inherit;
|
|
5212
|
-
font-feature-settings: inherit;
|
|
5213
|
-
transition:
|
|
5214
|
-
background dt('button.transition.duration'),
|
|
5215
|
-
color dt('button.transition.duration'),
|
|
5216
|
-
border-color dt('button.transition.duration'),
|
|
5217
|
-
outline-color dt('button.transition.duration'),
|
|
5218
|
-
box-shadow dt('button.transition.duration');
|
|
5219
|
-
border-radius: dt('button.border.radius');
|
|
5220
|
-
outline-color: transparent;
|
|
5221
|
-
gap: dt('button.gap');
|
|
5222
|
-
}
|
|
5223
|
-
|
|
5224
|
-
.p-button:disabled {
|
|
5225
|
-
cursor: default;
|
|
5226
|
-
}
|
|
5227
|
-
|
|
5228
|
-
.p-button-icon-right {
|
|
5229
|
-
order: 1;
|
|
5230
|
-
}
|
|
5231
|
-
|
|
5232
|
-
.p-button-icon-right:dir(rtl) {
|
|
5233
|
-
order: -1;
|
|
5234
|
-
}
|
|
5235
|
-
|
|
5236
|
-
.p-button:not(.p-button-vertical) .p-button-icon:not(.p-button-icon-right):dir(rtl) {
|
|
5237
|
-
order: 1;
|
|
5238
|
-
}
|
|
5239
|
-
|
|
5240
|
-
.p-button-icon-bottom {
|
|
5241
|
-
order: 2;
|
|
5242
|
-
}
|
|
5243
|
-
|
|
5244
|
-
.p-button-icon-only {
|
|
5245
|
-
width: dt('button.icon.only.width');
|
|
5246
|
-
padding-inline-start: 0;
|
|
5247
|
-
padding-inline-end: 0;
|
|
5248
|
-
gap: 0;
|
|
5249
|
-
}
|
|
5250
|
-
|
|
5251
|
-
.p-button-icon-only.p-button-rounded {
|
|
5252
|
-
border-radius: 50%;
|
|
5253
|
-
height: dt('button.icon.only.width');
|
|
5254
|
-
}
|
|
5255
|
-
|
|
5256
|
-
.p-button-icon-only .p-button-label {
|
|
5257
|
-
visibility: hidden;
|
|
5258
|
-
width: 0;
|
|
5259
|
-
}
|
|
5260
|
-
|
|
5261
|
-
.p-button-sm {
|
|
5262
|
-
font-size: dt('button.sm.font.size');
|
|
5263
|
-
padding: dt('button.sm.padding.y') dt('button.sm.padding.x');
|
|
5264
|
-
}
|
|
5265
|
-
|
|
5266
|
-
.p-button-sm .p-button-icon {
|
|
5267
|
-
font-size: dt('button.sm.font.size');
|
|
5268
|
-
}
|
|
5269
|
-
|
|
5270
|
-
.p-button-sm.p-button-icon-only {
|
|
5271
|
-
width: dt('button.sm.icon.only.width');
|
|
5272
|
-
}
|
|
5273
|
-
|
|
5274
|
-
.p-button-sm.p-button-icon-only.p-button-rounded {
|
|
5275
|
-
height: dt('button.sm.icon.only.width');
|
|
5276
|
-
}
|
|
5277
|
-
|
|
5278
|
-
.p-button-lg {
|
|
5279
|
-
font-size: dt('button.lg.font.size');
|
|
5280
|
-
padding: dt('button.lg.padding.y') dt('button.lg.padding.x');
|
|
5281
|
-
}
|
|
5282
|
-
|
|
5283
|
-
.p-button-lg .p-button-icon {
|
|
5284
|
-
font-size: dt('button.lg.font.size');
|
|
5285
|
-
}
|
|
5286
|
-
|
|
5287
|
-
.p-button-lg.p-button-icon-only {
|
|
5288
|
-
width: dt('button.lg.icon.only.width');
|
|
5289
|
-
}
|
|
5290
|
-
|
|
5291
|
-
.p-button-lg.p-button-icon-only.p-button-rounded {
|
|
5292
|
-
height: dt('button.lg.icon.only.width');
|
|
5293
|
-
}
|
|
5294
|
-
|
|
5295
|
-
.p-button-vertical {
|
|
5296
|
-
flex-direction: column;
|
|
5297
|
-
}
|
|
5298
|
-
|
|
5299
|
-
.p-button-label {
|
|
5300
|
-
font-weight: dt('button.label.font.weight');
|
|
5301
|
-
}
|
|
5302
|
-
|
|
5303
|
-
.p-button-fluid {
|
|
5304
|
-
width: 100%;
|
|
5305
|
-
}
|
|
5306
|
-
|
|
5307
|
-
.p-button-fluid.p-button-icon-only {
|
|
5308
|
-
width: dt('button.icon.only.width');
|
|
5309
|
-
}
|
|
5310
|
-
|
|
5311
|
-
.p-button:not(:disabled):hover {
|
|
5312
|
-
background: dt('button.primary.hover.background');
|
|
5313
|
-
border: 1px solid dt('button.primary.hover.border.color');
|
|
5314
|
-
color: dt('button.primary.hover.color');
|
|
5315
|
-
}
|
|
5316
|
-
|
|
5317
|
-
.p-button:not(:disabled):active {
|
|
5318
|
-
background: dt('button.primary.active.background');
|
|
5319
|
-
border: 1px solid dt('button.primary.active.border.color');
|
|
5320
|
-
color: dt('button.primary.active.color');
|
|
5321
|
-
}
|
|
5322
|
-
|
|
5323
|
-
.p-button:focus-visible {
|
|
5324
|
-
box-shadow: dt('button.primary.focus.ring.shadow');
|
|
5325
|
-
outline: dt('button.focus.ring.width') dt('button.focus.ring.style') dt('button.primary.focus.ring.color');
|
|
5326
|
-
outline-offset: dt('button.focus.ring.offset');
|
|
5327
|
-
}
|
|
5328
|
-
|
|
5329
|
-
.p-button .p-badge {
|
|
5330
|
-
min-width: dt('button.badge.size');
|
|
5331
|
-
height: dt('button.badge.size');
|
|
5332
|
-
line-height: dt('button.badge.size');
|
|
5333
|
-
}
|
|
5334
|
-
|
|
5335
|
-
.p-button-raised {
|
|
5336
|
-
box-shadow: dt('button.raised.shadow');
|
|
5337
|
-
}
|
|
5338
|
-
|
|
5339
|
-
.p-button-rounded {
|
|
5340
|
-
border-radius: dt('button.rounded.border.radius');
|
|
5341
|
-
}
|
|
5342
|
-
|
|
5343
|
-
.p-button-secondary {
|
|
5344
|
-
background: dt('button.secondary.background');
|
|
5345
|
-
border: 1px solid dt('button.secondary.border.color');
|
|
5346
|
-
color: dt('button.secondary.color');
|
|
5347
|
-
}
|
|
5348
|
-
|
|
5349
|
-
.p-button-secondary:not(:disabled):hover {
|
|
5350
|
-
background: dt('button.secondary.hover.background');
|
|
5351
|
-
border: 1px solid dt('button.secondary.hover.border.color');
|
|
5352
|
-
color: dt('button.secondary.hover.color');
|
|
5353
|
-
}
|
|
5354
|
-
|
|
5355
|
-
.p-button-secondary:not(:disabled):active {
|
|
5356
|
-
background: dt('button.secondary.active.background');
|
|
5357
|
-
border: 1px solid dt('button.secondary.active.border.color');
|
|
5358
|
-
color: dt('button.secondary.active.color');
|
|
5359
|
-
}
|
|
5360
|
-
|
|
5361
|
-
.p-button-secondary:focus-visible {
|
|
5362
|
-
outline-color: dt('button.secondary.focus.ring.color');
|
|
5363
|
-
box-shadow: dt('button.secondary.focus.ring.shadow');
|
|
5364
|
-
}
|
|
5365
|
-
|
|
5366
|
-
.p-button-success {
|
|
5367
|
-
background: dt('button.success.background');
|
|
5368
|
-
border: 1px solid dt('button.success.border.color');
|
|
5369
|
-
color: dt('button.success.color');
|
|
5370
|
-
}
|
|
5371
|
-
|
|
5372
|
-
.p-button-success:not(:disabled):hover {
|
|
5373
|
-
background: dt('button.success.hover.background');
|
|
5374
|
-
border: 1px solid dt('button.success.hover.border.color');
|
|
5375
|
-
color: dt('button.success.hover.color');
|
|
5376
|
-
}
|
|
5377
|
-
|
|
5378
|
-
.p-button-success:not(:disabled):active {
|
|
5379
|
-
background: dt('button.success.active.background');
|
|
5380
|
-
border: 1px solid dt('button.success.active.border.color');
|
|
5381
|
-
color: dt('button.success.active.color');
|
|
5382
|
-
}
|
|
5383
|
-
|
|
5384
|
-
.p-button-success:focus-visible {
|
|
5385
|
-
outline-color: dt('button.success.focus.ring.color');
|
|
5386
|
-
box-shadow: dt('button.success.focus.ring.shadow');
|
|
5387
|
-
}
|
|
5388
|
-
|
|
5389
|
-
.p-button-info {
|
|
5390
|
-
background: dt('button.info.background');
|
|
5391
|
-
border: 1px solid dt('button.info.border.color');
|
|
5392
|
-
color: dt('button.info.color');
|
|
5393
|
-
}
|
|
5394
|
-
|
|
5395
|
-
.p-button-info:not(:disabled):hover {
|
|
5396
|
-
background: dt('button.info.hover.background');
|
|
5397
|
-
border: 1px solid dt('button.info.hover.border.color');
|
|
5398
|
-
color: dt('button.info.hover.color');
|
|
5399
|
-
}
|
|
5400
|
-
|
|
5401
|
-
.p-button-info:not(:disabled):active {
|
|
5402
|
-
background: dt('button.info.active.background');
|
|
5403
|
-
border: 1px solid dt('button.info.active.border.color');
|
|
5404
|
-
color: dt('button.info.active.color');
|
|
5405
|
-
}
|
|
5406
|
-
|
|
5407
|
-
.p-button-info:focus-visible {
|
|
5408
|
-
outline-color: dt('button.info.focus.ring.color');
|
|
5409
|
-
box-shadow: dt('button.info.focus.ring.shadow');
|
|
5410
|
-
}
|
|
5411
|
-
|
|
5412
|
-
.p-button-warn {
|
|
5413
|
-
background: dt('button.warn.background');
|
|
5414
|
-
border: 1px solid dt('button.warn.border.color');
|
|
5415
|
-
color: dt('button.warn.color');
|
|
5416
|
-
}
|
|
5417
|
-
|
|
5418
|
-
.p-button-warn:not(:disabled):hover {
|
|
5419
|
-
background: dt('button.warn.hover.background');
|
|
5420
|
-
border: 1px solid dt('button.warn.hover.border.color');
|
|
5421
|
-
color: dt('button.warn.hover.color');
|
|
5422
|
-
}
|
|
5423
|
-
|
|
5424
|
-
.p-button-warn:not(:disabled):active {
|
|
5425
|
-
background: dt('button.warn.active.background');
|
|
5426
|
-
border: 1px solid dt('button.warn.active.border.color');
|
|
5427
|
-
color: dt('button.warn.active.color');
|
|
5428
|
-
}
|
|
5429
|
-
|
|
5430
|
-
.p-button-warn:focus-visible {
|
|
5431
|
-
outline-color: dt('button.warn.focus.ring.color');
|
|
5432
|
-
box-shadow: dt('button.warn.focus.ring.shadow');
|
|
5433
|
-
}
|
|
5434
|
-
|
|
5435
|
-
.p-button-help {
|
|
5436
|
-
background: dt('button.help.background');
|
|
5437
|
-
border: 1px solid dt('button.help.border.color');
|
|
5438
|
-
color: dt('button.help.color');
|
|
5439
|
-
}
|
|
5440
|
-
|
|
5441
|
-
.p-button-help:not(:disabled):hover {
|
|
5442
|
-
background: dt('button.help.hover.background');
|
|
5443
|
-
border: 1px solid dt('button.help.hover.border.color');
|
|
5444
|
-
color: dt('button.help.hover.color');
|
|
5445
|
-
}
|
|
5446
|
-
|
|
5447
|
-
.p-button-help:not(:disabled):active {
|
|
5448
|
-
background: dt('button.help.active.background');
|
|
5449
|
-
border: 1px solid dt('button.help.active.border.color');
|
|
5450
|
-
color: dt('button.help.active.color');
|
|
5451
|
-
}
|
|
5452
|
-
|
|
5453
|
-
.p-button-help:focus-visible {
|
|
5454
|
-
outline-color: dt('button.help.focus.ring.color');
|
|
5455
|
-
box-shadow: dt('button.help.focus.ring.shadow');
|
|
5456
|
-
}
|
|
5457
|
-
|
|
5458
|
-
.p-button-danger {
|
|
5459
|
-
background: dt('button.danger.background');
|
|
5460
|
-
border: 1px solid dt('button.danger.border.color');
|
|
5461
|
-
color: dt('button.danger.color');
|
|
5462
|
-
}
|
|
5463
|
-
|
|
5464
|
-
.p-button-danger:not(:disabled):hover {
|
|
5465
|
-
background: dt('button.danger.hover.background');
|
|
5466
|
-
border: 1px solid dt('button.danger.hover.border.color');
|
|
5467
|
-
color: dt('button.danger.hover.color');
|
|
5468
|
-
}
|
|
5469
|
-
|
|
5470
|
-
.p-button-danger:not(:disabled):active {
|
|
5471
|
-
background: dt('button.danger.active.background');
|
|
5472
|
-
border: 1px solid dt('button.danger.active.border.color');
|
|
5473
|
-
color: dt('button.danger.active.color');
|
|
5474
|
-
}
|
|
5475
|
-
|
|
5476
|
-
.p-button-danger:focus-visible {
|
|
5477
|
-
outline-color: dt('button.danger.focus.ring.color');
|
|
5478
|
-
box-shadow: dt('button.danger.focus.ring.shadow');
|
|
5479
|
-
}
|
|
5480
|
-
|
|
5481
|
-
.p-button-contrast {
|
|
5482
|
-
background: dt('button.contrast.background');
|
|
5483
|
-
border: 1px solid dt('button.contrast.border.color');
|
|
5484
|
-
color: dt('button.contrast.color');
|
|
5485
|
-
}
|
|
5486
|
-
|
|
5487
|
-
.p-button-contrast:not(:disabled):hover {
|
|
5488
|
-
background: dt('button.contrast.hover.background');
|
|
5489
|
-
border: 1px solid dt('button.contrast.hover.border.color');
|
|
5490
|
-
color: dt('button.contrast.hover.color');
|
|
5491
|
-
}
|
|
5492
|
-
|
|
5493
|
-
.p-button-contrast:not(:disabled):active {
|
|
5494
|
-
background: dt('button.contrast.active.background');
|
|
5495
|
-
border: 1px solid dt('button.contrast.active.border.color');
|
|
5496
|
-
color: dt('button.contrast.active.color');
|
|
5497
|
-
}
|
|
5498
|
-
|
|
5499
|
-
.p-button-contrast:focus-visible {
|
|
5500
|
-
outline-color: dt('button.contrast.focus.ring.color');
|
|
5501
|
-
box-shadow: dt('button.contrast.focus.ring.shadow');
|
|
5502
|
-
}
|
|
5503
|
-
|
|
5504
|
-
.p-button-outlined {
|
|
5505
|
-
background: transparent;
|
|
5506
|
-
border-color: dt('button.outlined.primary.border.color');
|
|
5507
|
-
color: dt('button.outlined.primary.color');
|
|
5508
|
-
}
|
|
5509
|
-
|
|
5510
|
-
.p-button-outlined:not(:disabled):hover {
|
|
5511
|
-
background: dt('button.outlined.primary.hover.background');
|
|
5512
|
-
border-color: dt('button.outlined.primary.border.color');
|
|
5513
|
-
color: dt('button.outlined.primary.color');
|
|
5514
|
-
}
|
|
5515
|
-
|
|
5516
|
-
.p-button-outlined:not(:disabled):active {
|
|
5517
|
-
background: dt('button.outlined.primary.active.background');
|
|
5518
|
-
border-color: dt('button.outlined.primary.border.color');
|
|
5519
|
-
color: dt('button.outlined.primary.color');
|
|
5520
|
-
}
|
|
5521
|
-
|
|
5522
|
-
.p-button-outlined.p-button-secondary {
|
|
5523
|
-
border-color: dt('button.outlined.secondary.border.color');
|
|
5524
|
-
color: dt('button.outlined.secondary.color');
|
|
5525
|
-
}
|
|
5526
|
-
|
|
5527
|
-
.p-button-outlined.p-button-secondary:not(:disabled):hover {
|
|
5528
|
-
background: dt('button.outlined.secondary.hover.background');
|
|
5529
|
-
border-color: dt('button.outlined.secondary.border.color');
|
|
5530
|
-
color: dt('button.outlined.secondary.color');
|
|
5531
|
-
}
|
|
5532
|
-
|
|
5533
|
-
.p-button-outlined.p-button-secondary:not(:disabled):active {
|
|
5534
|
-
background: dt('button.outlined.secondary.active.background');
|
|
5535
|
-
border-color: dt('button.outlined.secondary.border.color');
|
|
5536
|
-
color: dt('button.outlined.secondary.color');
|
|
5537
|
-
}
|
|
5538
|
-
|
|
5539
|
-
.p-button-outlined.p-button-success {
|
|
5540
|
-
border-color: dt('button.outlined.success.border.color');
|
|
5541
|
-
color: dt('button.outlined.success.color');
|
|
5542
|
-
}
|
|
5543
|
-
|
|
5544
|
-
.p-button-outlined.p-button-success:not(:disabled):hover {
|
|
5545
|
-
background: dt('button.outlined.success.hover.background');
|
|
5546
|
-
border-color: dt('button.outlined.success.border.color');
|
|
5547
|
-
color: dt('button.outlined.success.color');
|
|
5548
|
-
}
|
|
5549
|
-
|
|
5550
|
-
.p-button-outlined.p-button-success:not(:disabled):active {
|
|
5551
|
-
background: dt('button.outlined.success.active.background');
|
|
5552
|
-
border-color: dt('button.outlined.success.border.color');
|
|
5553
|
-
color: dt('button.outlined.success.color');
|
|
5554
|
-
}
|
|
5555
|
-
|
|
5556
|
-
.p-button-outlined.p-button-info {
|
|
5557
|
-
border-color: dt('button.outlined.info.border.color');
|
|
5558
|
-
color: dt('button.outlined.info.color');
|
|
5559
|
-
}
|
|
5560
|
-
|
|
5561
|
-
.p-button-outlined.p-button-info:not(:disabled):hover {
|
|
5562
|
-
background: dt('button.outlined.info.hover.background');
|
|
5563
|
-
border-color: dt('button.outlined.info.border.color');
|
|
5564
|
-
color: dt('button.outlined.info.color');
|
|
5565
|
-
}
|
|
5566
|
-
|
|
5567
|
-
.p-button-outlined.p-button-info:not(:disabled):active {
|
|
5568
|
-
background: dt('button.outlined.info.active.background');
|
|
5569
|
-
border-color: dt('button.outlined.info.border.color');
|
|
5570
|
-
color: dt('button.outlined.info.color');
|
|
5571
|
-
}
|
|
5572
|
-
|
|
5573
|
-
.p-button-outlined.p-button-warn {
|
|
5574
|
-
border-color: dt('button.outlined.warn.border.color');
|
|
5575
|
-
color: dt('button.outlined.warn.color');
|
|
5576
|
-
}
|
|
5577
|
-
|
|
5578
|
-
.p-button-outlined.p-button-warn:not(:disabled):hover {
|
|
5579
|
-
background: dt('button.outlined.warn.hover.background');
|
|
5580
|
-
border-color: dt('button.outlined.warn.border.color');
|
|
5581
|
-
color: dt('button.outlined.warn.color');
|
|
5582
|
-
}
|
|
5583
|
-
|
|
5584
|
-
.p-button-outlined.p-button-warn:not(:disabled):active {
|
|
5585
|
-
background: dt('button.outlined.warn.active.background');
|
|
5586
|
-
border-color: dt('button.outlined.warn.border.color');
|
|
5587
|
-
color: dt('button.outlined.warn.color');
|
|
5588
|
-
}
|
|
5589
|
-
|
|
5590
|
-
.p-button-outlined.p-button-help {
|
|
5591
|
-
border-color: dt('button.outlined.help.border.color');
|
|
5592
|
-
color: dt('button.outlined.help.color');
|
|
5593
|
-
}
|
|
5594
|
-
|
|
5595
|
-
.p-button-outlined.p-button-help:not(:disabled):hover {
|
|
5596
|
-
background: dt('button.outlined.help.hover.background');
|
|
5597
|
-
border-color: dt('button.outlined.help.border.color');
|
|
5598
|
-
color: dt('button.outlined.help.color');
|
|
5599
|
-
}
|
|
5600
|
-
|
|
5601
|
-
.p-button-outlined.p-button-help:not(:disabled):active {
|
|
5602
|
-
background: dt('button.outlined.help.active.background');
|
|
5603
|
-
border-color: dt('button.outlined.help.border.color');
|
|
5604
|
-
color: dt('button.outlined.help.color');
|
|
5605
|
-
}
|
|
5606
|
-
|
|
5607
|
-
.p-button-outlined.p-button-danger {
|
|
5608
|
-
border-color: dt('button.outlined.danger.border.color');
|
|
5609
|
-
color: dt('button.outlined.danger.color');
|
|
5610
|
-
}
|
|
5611
|
-
|
|
5612
|
-
.p-button-outlined.p-button-danger:not(:disabled):hover {
|
|
5613
|
-
background: dt('button.outlined.danger.hover.background');
|
|
5614
|
-
border-color: dt('button.outlined.danger.border.color');
|
|
5615
|
-
color: dt('button.outlined.danger.color');
|
|
5616
|
-
}
|
|
5617
|
-
|
|
5618
|
-
.p-button-outlined.p-button-danger:not(:disabled):active {
|
|
5619
|
-
background: dt('button.outlined.danger.active.background');
|
|
5620
|
-
border-color: dt('button.outlined.danger.border.color');
|
|
5621
|
-
color: dt('button.outlined.danger.color');
|
|
5622
|
-
}
|
|
5623
|
-
|
|
5624
|
-
.p-button-outlined.p-button-contrast {
|
|
5625
|
-
border-color: dt('button.outlined.contrast.border.color');
|
|
5626
|
-
color: dt('button.outlined.contrast.color');
|
|
5627
|
-
}
|
|
5628
|
-
|
|
5629
|
-
.p-button-outlined.p-button-contrast:not(:disabled):hover {
|
|
5630
|
-
background: dt('button.outlined.contrast.hover.background');
|
|
5631
|
-
border-color: dt('button.outlined.contrast.border.color');
|
|
5632
|
-
color: dt('button.outlined.contrast.color');
|
|
5633
|
-
}
|
|
5634
|
-
|
|
5635
|
-
.p-button-outlined.p-button-contrast:not(:disabled):active {
|
|
5636
|
-
background: dt('button.outlined.contrast.active.background');
|
|
5637
|
-
border-color: dt('button.outlined.contrast.border.color');
|
|
5638
|
-
color: dt('button.outlined.contrast.color');
|
|
5639
|
-
}
|
|
5640
|
-
|
|
5641
|
-
.p-button-outlined.p-button-plain {
|
|
5642
|
-
border-color: dt('button.outlined.plain.border.color');
|
|
5643
|
-
color: dt('button.outlined.plain.color');
|
|
5644
|
-
}
|
|
5645
|
-
|
|
5646
|
-
.p-button-outlined.p-button-plain:not(:disabled):hover {
|
|
5647
|
-
background: dt('button.outlined.plain.hover.background');
|
|
5648
|
-
border-color: dt('button.outlined.plain.border.color');
|
|
5649
|
-
color: dt('button.outlined.plain.color');
|
|
5650
|
-
}
|
|
5651
|
-
|
|
5652
|
-
.p-button-outlined.p-button-plain:not(:disabled):active {
|
|
5653
|
-
background: dt('button.outlined.plain.active.background');
|
|
5654
|
-
border-color: dt('button.outlined.plain.border.color');
|
|
5655
|
-
color: dt('button.outlined.plain.color');
|
|
5656
|
-
}
|
|
5657
|
-
|
|
5658
|
-
.p-button-text {
|
|
5659
|
-
background: transparent;
|
|
5660
|
-
border-color: transparent;
|
|
5661
|
-
color: dt('button.text.primary.color');
|
|
5662
|
-
}
|
|
5663
|
-
|
|
5664
|
-
.p-button-text:not(:disabled):hover {
|
|
5665
|
-
background: dt('button.text.primary.hover.background');
|
|
5666
|
-
border-color: transparent;
|
|
5667
|
-
color: dt('button.text.primary.color');
|
|
5668
|
-
}
|
|
5669
|
-
|
|
5670
|
-
.p-button-text:not(:disabled):active {
|
|
5671
|
-
background: dt('button.text.primary.active.background');
|
|
5672
|
-
border-color: transparent;
|
|
5673
|
-
color: dt('button.text.primary.color');
|
|
5674
|
-
}
|
|
5675
|
-
|
|
5676
|
-
.p-button-text.p-button-secondary {
|
|
5677
|
-
background: transparent;
|
|
5678
|
-
border-color: transparent;
|
|
5679
|
-
color: dt('button.text.secondary.color');
|
|
5680
|
-
}
|
|
5681
|
-
|
|
5682
|
-
.p-button-text.p-button-secondary:not(:disabled):hover {
|
|
5683
|
-
background: dt('button.text.secondary.hover.background');
|
|
5684
|
-
border-color: transparent;
|
|
5685
|
-
color: dt('button.text.secondary.color');
|
|
5686
|
-
}
|
|
5687
|
-
|
|
5688
|
-
.p-button-text.p-button-secondary:not(:disabled):active {
|
|
5689
|
-
background: dt('button.text.secondary.active.background');
|
|
5690
|
-
border-color: transparent;
|
|
5691
|
-
color: dt('button.text.secondary.color');
|
|
5692
|
-
}
|
|
5693
|
-
|
|
5694
|
-
.p-button-text.p-button-success {
|
|
5695
|
-
background: transparent;
|
|
5696
|
-
border-color: transparent;
|
|
5697
|
-
color: dt('button.text.success.color');
|
|
5698
|
-
}
|
|
5699
|
-
|
|
5700
|
-
.p-button-text.p-button-success:not(:disabled):hover {
|
|
5701
|
-
background: dt('button.text.success.hover.background');
|
|
5702
|
-
border-color: transparent;
|
|
5703
|
-
color: dt('button.text.success.color');
|
|
5704
|
-
}
|
|
5705
|
-
|
|
5706
|
-
.p-button-text.p-button-success:not(:disabled):active {
|
|
5707
|
-
background: dt('button.text.success.active.background');
|
|
5708
|
-
border-color: transparent;
|
|
5709
|
-
color: dt('button.text.success.color');
|
|
5710
|
-
}
|
|
5711
|
-
|
|
5712
|
-
.p-button-text.p-button-info {
|
|
5713
|
-
background: transparent;
|
|
5714
|
-
border-color: transparent;
|
|
5715
|
-
color: dt('button.text.info.color');
|
|
5716
|
-
}
|
|
5717
|
-
|
|
5718
|
-
.p-button-text.p-button-info:not(:disabled):hover {
|
|
5719
|
-
background: dt('button.text.info.hover.background');
|
|
5720
|
-
border-color: transparent;
|
|
5721
|
-
color: dt('button.text.info.color');
|
|
5722
|
-
}
|
|
5723
|
-
|
|
5724
|
-
.p-button-text.p-button-info:not(:disabled):active {
|
|
5725
|
-
background: dt('button.text.info.active.background');
|
|
5726
|
-
border-color: transparent;
|
|
5727
|
-
color: dt('button.text.info.color');
|
|
5728
|
-
}
|
|
5729
|
-
|
|
5730
|
-
.p-button-text.p-button-warn {
|
|
5731
|
-
background: transparent;
|
|
5732
|
-
border-color: transparent;
|
|
5733
|
-
color: dt('button.text.warn.color');
|
|
5734
|
-
}
|
|
5735
|
-
|
|
5736
|
-
.p-button-text.p-button-warn:not(:disabled):hover {
|
|
5737
|
-
background: dt('button.text.warn.hover.background');
|
|
5738
|
-
border-color: transparent;
|
|
5739
|
-
color: dt('button.text.warn.color');
|
|
5740
|
-
}
|
|
5741
|
-
|
|
5742
|
-
.p-button-text.p-button-warn:not(:disabled):active {
|
|
5743
|
-
background: dt('button.text.warn.active.background');
|
|
5744
|
-
border-color: transparent;
|
|
5745
|
-
color: dt('button.text.warn.color');
|
|
5746
|
-
}
|
|
5747
|
-
|
|
5748
|
-
.p-button-text.p-button-help {
|
|
5749
|
-
background: transparent;
|
|
5750
|
-
border-color: transparent;
|
|
5751
|
-
color: dt('button.text.help.color');
|
|
5752
|
-
}
|
|
5753
|
-
|
|
5754
|
-
.p-button-text.p-button-help:not(:disabled):hover {
|
|
5755
|
-
background: dt('button.text.help.hover.background');
|
|
5756
|
-
border-color: transparent;
|
|
5757
|
-
color: dt('button.text.help.color');
|
|
5758
|
-
}
|
|
5759
|
-
|
|
5760
|
-
.p-button-text.p-button-help:not(:disabled):active {
|
|
5761
|
-
background: dt('button.text.help.active.background');
|
|
5762
|
-
border-color: transparent;
|
|
5763
|
-
color: dt('button.text.help.color');
|
|
5764
|
-
}
|
|
5765
|
-
|
|
5766
|
-
.p-button-text.p-button-danger {
|
|
5767
|
-
background: transparent;
|
|
5768
|
-
border-color: transparent;
|
|
5769
|
-
color: dt('button.text.danger.color');
|
|
5770
|
-
}
|
|
5771
|
-
|
|
5772
|
-
.p-button-text.p-button-danger:not(:disabled):hover {
|
|
5773
|
-
background: dt('button.text.danger.hover.background');
|
|
5774
|
-
border-color: transparent;
|
|
5775
|
-
color: dt('button.text.danger.color');
|
|
5776
|
-
}
|
|
5777
|
-
|
|
5778
|
-
.p-button-text.p-button-danger:not(:disabled):active {
|
|
5779
|
-
background: dt('button.text.danger.active.background');
|
|
5780
|
-
border-color: transparent;
|
|
5781
|
-
color: dt('button.text.danger.color');
|
|
5782
|
-
}
|
|
5783
|
-
|
|
5784
|
-
.p-button-text.p-button-contrast {
|
|
5785
|
-
background: transparent;
|
|
5786
|
-
border-color: transparent;
|
|
5787
|
-
color: dt('button.text.contrast.color');
|
|
5788
|
-
}
|
|
5789
|
-
|
|
5790
|
-
.p-button-text.p-button-contrast:not(:disabled):hover {
|
|
5791
|
-
background: dt('button.text.contrast.hover.background');
|
|
5792
|
-
border-color: transparent;
|
|
5793
|
-
color: dt('button.text.contrast.color');
|
|
5794
|
-
}
|
|
5795
|
-
|
|
5796
|
-
.p-button-text.p-button-contrast:not(:disabled):active {
|
|
5797
|
-
background: dt('button.text.contrast.active.background');
|
|
5798
|
-
border-color: transparent;
|
|
5799
|
-
color: dt('button.text.contrast.color');
|
|
5800
|
-
}
|
|
5801
|
-
|
|
5802
|
-
.p-button-text.p-button-plain {
|
|
5803
|
-
background: transparent;
|
|
5804
|
-
border-color: transparent;
|
|
5805
|
-
color: dt('button.text.plain.color');
|
|
5806
|
-
}
|
|
5807
|
-
|
|
5808
|
-
.p-button-text.p-button-plain:not(:disabled):hover {
|
|
5809
|
-
background: dt('button.text.plain.hover.background');
|
|
5810
|
-
border-color: transparent;
|
|
5811
|
-
color: dt('button.text.plain.color');
|
|
5812
|
-
}
|
|
5813
|
-
|
|
5814
|
-
.p-button-text.p-button-plain:not(:disabled):active {
|
|
5815
|
-
background: dt('button.text.plain.active.background');
|
|
5816
|
-
border-color: transparent;
|
|
5817
|
-
color: dt('button.text.plain.color');
|
|
5818
|
-
}
|
|
5819
|
-
|
|
5820
|
-
.p-button-link {
|
|
5821
|
-
background: transparent;
|
|
5822
|
-
border-color: transparent;
|
|
5823
|
-
color: dt('button.link.color');
|
|
5824
|
-
}
|
|
5825
|
-
|
|
5826
|
-
.p-button-link:not(:disabled):hover {
|
|
5827
|
-
background: transparent;
|
|
5828
|
-
border-color: transparent;
|
|
5829
|
-
color: dt('button.link.hover.color');
|
|
5830
|
-
}
|
|
5831
|
-
|
|
5832
|
-
.p-button-link:not(:disabled):hover .p-button-label {
|
|
5833
|
-
text-decoration: underline;
|
|
5834
|
-
}
|
|
5835
|
-
|
|
5836
|
-
.p-button-link:not(:disabled):active {
|
|
5837
|
-
background: transparent;
|
|
5838
|
-
border-color: transparent;
|
|
5839
|
-
color: dt('button.link.active.color');
|
|
5840
|
-
}
|
|
5841
|
-
`;/* Injected with object hook! */
|
|
5102
|
+
var style="\n .p-button {\n display: inline-flex;\n cursor: pointer;\n user-select: none;\n align-items: center;\n justify-content: center;\n overflow: hidden;\n position: relative;\n color: dt('button.primary.color');\n background: dt('button.primary.background');\n border: 1px solid dt('button.primary.border.color');\n padding: dt('button.padding.y') dt('button.padding.x');\n font-size: 1rem;\n font-family: inherit;\n font-feature-settings: inherit;\n transition:\n background dt('button.transition.duration'),\n color dt('button.transition.duration'),\n border-color dt('button.transition.duration'),\n outline-color dt('button.transition.duration'),\n box-shadow dt('button.transition.duration');\n border-radius: dt('button.border.radius');\n outline-color: transparent;\n gap: dt('button.gap');\n }\n\n .p-button:disabled {\n cursor: default;\n }\n\n .p-button-icon-right {\n order: 1;\n }\n\n .p-button-icon-right:dir(rtl) {\n order: -1;\n }\n\n .p-button:not(.p-button-vertical) .p-button-icon:not(.p-button-icon-right):dir(rtl) {\n order: 1;\n }\n\n .p-button-icon-bottom {\n order: 2;\n }\n\n .p-button-icon-only {\n width: dt('button.icon.only.width');\n padding-inline-start: 0;\n padding-inline-end: 0;\n gap: 0;\n }\n\n .p-button-icon-only.p-button-rounded {\n border-radius: 50%;\n height: dt('button.icon.only.width');\n }\n\n .p-button-icon-only .p-button-label {\n visibility: hidden;\n width: 0;\n }\n\n .p-button-sm {\n font-size: dt('button.sm.font.size');\n padding: dt('button.sm.padding.y') dt('button.sm.padding.x');\n }\n\n .p-button-sm .p-button-icon {\n font-size: dt('button.sm.font.size');\n }\n\n .p-button-sm.p-button-icon-only {\n width: dt('button.sm.icon.only.width');\n }\n\n .p-button-sm.p-button-icon-only.p-button-rounded {\n height: dt('button.sm.icon.only.width');\n }\n\n .p-button-lg {\n font-size: dt('button.lg.font.size');\n padding: dt('button.lg.padding.y') dt('button.lg.padding.x');\n }\n\n .p-button-lg .p-button-icon {\n font-size: dt('button.lg.font.size');\n }\n\n .p-button-lg.p-button-icon-only {\n width: dt('button.lg.icon.only.width');\n }\n\n .p-button-lg.p-button-icon-only.p-button-rounded {\n height: dt('button.lg.icon.only.width');\n }\n\n .p-button-vertical {\n flex-direction: column;\n }\n\n .p-button-label {\n font-weight: dt('button.label.font.weight');\n }\n\n .p-button-fluid {\n width: 100%;\n }\n\n .p-button-fluid.p-button-icon-only {\n width: dt('button.icon.only.width');\n }\n\n .p-button:not(:disabled):hover {\n background: dt('button.primary.hover.background');\n border: 1px solid dt('button.primary.hover.border.color');\n color: dt('button.primary.hover.color');\n }\n\n .p-button:not(:disabled):active {\n background: dt('button.primary.active.background');\n border: 1px solid dt('button.primary.active.border.color');\n color: dt('button.primary.active.color');\n }\n\n .p-button:focus-visible {\n box-shadow: dt('button.primary.focus.ring.shadow');\n outline: dt('button.focus.ring.width') dt('button.focus.ring.style') dt('button.primary.focus.ring.color');\n outline-offset: dt('button.focus.ring.offset');\n }\n\n .p-button .p-badge {\n min-width: dt('button.badge.size');\n height: dt('button.badge.size');\n line-height: dt('button.badge.size');\n }\n\n .p-button-raised {\n box-shadow: dt('button.raised.shadow');\n }\n\n .p-button-rounded {\n border-radius: dt('button.rounded.border.radius');\n }\n\n .p-button-secondary {\n background: dt('button.secondary.background');\n border: 1px solid dt('button.secondary.border.color');\n color: dt('button.secondary.color');\n }\n\n .p-button-secondary:not(:disabled):hover {\n background: dt('button.secondary.hover.background');\n border: 1px solid dt('button.secondary.hover.border.color');\n color: dt('button.secondary.hover.color');\n }\n\n .p-button-secondary:not(:disabled):active {\n background: dt('button.secondary.active.background');\n border: 1px solid dt('button.secondary.active.border.color');\n color: dt('button.secondary.active.color');\n }\n\n .p-button-secondary:focus-visible {\n outline-color: dt('button.secondary.focus.ring.color');\n box-shadow: dt('button.secondary.focus.ring.shadow');\n }\n\n .p-button-success {\n background: dt('button.success.background');\n border: 1px solid dt('button.success.border.color');\n color: dt('button.success.color');\n }\n\n .p-button-success:not(:disabled):hover {\n background: dt('button.success.hover.background');\n border: 1px solid dt('button.success.hover.border.color');\n color: dt('button.success.hover.color');\n }\n\n .p-button-success:not(:disabled):active {\n background: dt('button.success.active.background');\n border: 1px solid dt('button.success.active.border.color');\n color: dt('button.success.active.color');\n }\n\n .p-button-success:focus-visible {\n outline-color: dt('button.success.focus.ring.color');\n box-shadow: dt('button.success.focus.ring.shadow');\n }\n\n .p-button-info {\n background: dt('button.info.background');\n border: 1px solid dt('button.info.border.color');\n color: dt('button.info.color');\n }\n\n .p-button-info:not(:disabled):hover {\n background: dt('button.info.hover.background');\n border: 1px solid dt('button.info.hover.border.color');\n color: dt('button.info.hover.color');\n }\n\n .p-button-info:not(:disabled):active {\n background: dt('button.info.active.background');\n border: 1px solid dt('button.info.active.border.color');\n color: dt('button.info.active.color');\n }\n\n .p-button-info:focus-visible {\n outline-color: dt('button.info.focus.ring.color');\n box-shadow: dt('button.info.focus.ring.shadow');\n }\n\n .p-button-warn {\n background: dt('button.warn.background');\n border: 1px solid dt('button.warn.border.color');\n color: dt('button.warn.color');\n }\n\n .p-button-warn:not(:disabled):hover {\n background: dt('button.warn.hover.background');\n border: 1px solid dt('button.warn.hover.border.color');\n color: dt('button.warn.hover.color');\n }\n\n .p-button-warn:not(:disabled):active {\n background: dt('button.warn.active.background');\n border: 1px solid dt('button.warn.active.border.color');\n color: dt('button.warn.active.color');\n }\n\n .p-button-warn:focus-visible {\n outline-color: dt('button.warn.focus.ring.color');\n box-shadow: dt('button.warn.focus.ring.shadow');\n }\n\n .p-button-help {\n background: dt('button.help.background');\n border: 1px solid dt('button.help.border.color');\n color: dt('button.help.color');\n }\n\n .p-button-help:not(:disabled):hover {\n background: dt('button.help.hover.background');\n border: 1px solid dt('button.help.hover.border.color');\n color: dt('button.help.hover.color');\n }\n\n .p-button-help:not(:disabled):active {\n background: dt('button.help.active.background');\n border: 1px solid dt('button.help.active.border.color');\n color: dt('button.help.active.color');\n }\n\n .p-button-help:focus-visible {\n outline-color: dt('button.help.focus.ring.color');\n box-shadow: dt('button.help.focus.ring.shadow');\n }\n\n .p-button-danger {\n background: dt('button.danger.background');\n border: 1px solid dt('button.danger.border.color');\n color: dt('button.danger.color');\n }\n\n .p-button-danger:not(:disabled):hover {\n background: dt('button.danger.hover.background');\n border: 1px solid dt('button.danger.hover.border.color');\n color: dt('button.danger.hover.color');\n }\n\n .p-button-danger:not(:disabled):active {\n background: dt('button.danger.active.background');\n border: 1px solid dt('button.danger.active.border.color');\n color: dt('button.danger.active.color');\n }\n\n .p-button-danger:focus-visible {\n outline-color: dt('button.danger.focus.ring.color');\n box-shadow: dt('button.danger.focus.ring.shadow');\n }\n\n .p-button-contrast {\n background: dt('button.contrast.background');\n border: 1px solid dt('button.contrast.border.color');\n color: dt('button.contrast.color');\n }\n\n .p-button-contrast:not(:disabled):hover {\n background: dt('button.contrast.hover.background');\n border: 1px solid dt('button.contrast.hover.border.color');\n color: dt('button.contrast.hover.color');\n }\n\n .p-button-contrast:not(:disabled):active {\n background: dt('button.contrast.active.background');\n border: 1px solid dt('button.contrast.active.border.color');\n color: dt('button.contrast.active.color');\n }\n\n .p-button-contrast:focus-visible {\n outline-color: dt('button.contrast.focus.ring.color');\n box-shadow: dt('button.contrast.focus.ring.shadow');\n }\n\n .p-button-outlined {\n background: transparent;\n border-color: dt('button.outlined.primary.border.color');\n color: dt('button.outlined.primary.color');\n }\n\n .p-button-outlined:not(:disabled):hover {\n background: dt('button.outlined.primary.hover.background');\n border-color: dt('button.outlined.primary.border.color');\n color: dt('button.outlined.primary.color');\n }\n\n .p-button-outlined:not(:disabled):active {\n background: dt('button.outlined.primary.active.background');\n border-color: dt('button.outlined.primary.border.color');\n color: dt('button.outlined.primary.color');\n }\n\n .p-button-outlined.p-button-secondary {\n border-color: dt('button.outlined.secondary.border.color');\n color: dt('button.outlined.secondary.color');\n }\n\n .p-button-outlined.p-button-secondary:not(:disabled):hover {\n background: dt('button.outlined.secondary.hover.background');\n border-color: dt('button.outlined.secondary.border.color');\n color: dt('button.outlined.secondary.color');\n }\n\n .p-button-outlined.p-button-secondary:not(:disabled):active {\n background: dt('button.outlined.secondary.active.background');\n border-color: dt('button.outlined.secondary.border.color');\n color: dt('button.outlined.secondary.color');\n }\n\n .p-button-outlined.p-button-success {\n border-color: dt('button.outlined.success.border.color');\n color: dt('button.outlined.success.color');\n }\n\n .p-button-outlined.p-button-success:not(:disabled):hover {\n background: dt('button.outlined.success.hover.background');\n border-color: dt('button.outlined.success.border.color');\n color: dt('button.outlined.success.color');\n }\n\n .p-button-outlined.p-button-success:not(:disabled):active {\n background: dt('button.outlined.success.active.background');\n border-color: dt('button.outlined.success.border.color');\n color: dt('button.outlined.success.color');\n }\n\n .p-button-outlined.p-button-info {\n border-color: dt('button.outlined.info.border.color');\n color: dt('button.outlined.info.color');\n }\n\n .p-button-outlined.p-button-info:not(:disabled):hover {\n background: dt('button.outlined.info.hover.background');\n border-color: dt('button.outlined.info.border.color');\n color: dt('button.outlined.info.color');\n }\n\n .p-button-outlined.p-button-info:not(:disabled):active {\n background: dt('button.outlined.info.active.background');\n border-color: dt('button.outlined.info.border.color');\n color: dt('button.outlined.info.color');\n }\n\n .p-button-outlined.p-button-warn {\n border-color: dt('button.outlined.warn.border.color');\n color: dt('button.outlined.warn.color');\n }\n\n .p-button-outlined.p-button-warn:not(:disabled):hover {\n background: dt('button.outlined.warn.hover.background');\n border-color: dt('button.outlined.warn.border.color');\n color: dt('button.outlined.warn.color');\n }\n\n .p-button-outlined.p-button-warn:not(:disabled):active {\n background: dt('button.outlined.warn.active.background');\n border-color: dt('button.outlined.warn.border.color');\n color: dt('button.outlined.warn.color');\n }\n\n .p-button-outlined.p-button-help {\n border-color: dt('button.outlined.help.border.color');\n color: dt('button.outlined.help.color');\n }\n\n .p-button-outlined.p-button-help:not(:disabled):hover {\n background: dt('button.outlined.help.hover.background');\n border-color: dt('button.outlined.help.border.color');\n color: dt('button.outlined.help.color');\n }\n\n .p-button-outlined.p-button-help:not(:disabled):active {\n background: dt('button.outlined.help.active.background');\n border-color: dt('button.outlined.help.border.color');\n color: dt('button.outlined.help.color');\n }\n\n .p-button-outlined.p-button-danger {\n border-color: dt('button.outlined.danger.border.color');\n color: dt('button.outlined.danger.color');\n }\n\n .p-button-outlined.p-button-danger:not(:disabled):hover {\n background: dt('button.outlined.danger.hover.background');\n border-color: dt('button.outlined.danger.border.color');\n color: dt('button.outlined.danger.color');\n }\n\n .p-button-outlined.p-button-danger:not(:disabled):active {\n background: dt('button.outlined.danger.active.background');\n border-color: dt('button.outlined.danger.border.color');\n color: dt('button.outlined.danger.color');\n }\n\n .p-button-outlined.p-button-contrast {\n border-color: dt('button.outlined.contrast.border.color');\n color: dt('button.outlined.contrast.color');\n }\n\n .p-button-outlined.p-button-contrast:not(:disabled):hover {\n background: dt('button.outlined.contrast.hover.background');\n border-color: dt('button.outlined.contrast.border.color');\n color: dt('button.outlined.contrast.color');\n }\n\n .p-button-outlined.p-button-contrast:not(:disabled):active {\n background: dt('button.outlined.contrast.active.background');\n border-color: dt('button.outlined.contrast.border.color');\n color: dt('button.outlined.contrast.color');\n }\n\n .p-button-outlined.p-button-plain {\n border-color: dt('button.outlined.plain.border.color');\n color: dt('button.outlined.plain.color');\n }\n\n .p-button-outlined.p-button-plain:not(:disabled):hover {\n background: dt('button.outlined.plain.hover.background');\n border-color: dt('button.outlined.plain.border.color');\n color: dt('button.outlined.plain.color');\n }\n\n .p-button-outlined.p-button-plain:not(:disabled):active {\n background: dt('button.outlined.plain.active.background');\n border-color: dt('button.outlined.plain.border.color');\n color: dt('button.outlined.plain.color');\n }\n\n .p-button-text {\n background: transparent;\n border-color: transparent;\n color: dt('button.text.primary.color');\n }\n\n .p-button-text:not(:disabled):hover {\n background: dt('button.text.primary.hover.background');\n border-color: transparent;\n color: dt('button.text.primary.color');\n }\n\n .p-button-text:not(:disabled):active {\n background: dt('button.text.primary.active.background');\n border-color: transparent;\n color: dt('button.text.primary.color');\n }\n\n .p-button-text.p-button-secondary {\n background: transparent;\n border-color: transparent;\n color: dt('button.text.secondary.color');\n }\n\n .p-button-text.p-button-secondary:not(:disabled):hover {\n background: dt('button.text.secondary.hover.background');\n border-color: transparent;\n color: dt('button.text.secondary.color');\n }\n\n .p-button-text.p-button-secondary:not(:disabled):active {\n background: dt('button.text.secondary.active.background');\n border-color: transparent;\n color: dt('button.text.secondary.color');\n }\n\n .p-button-text.p-button-success {\n background: transparent;\n border-color: transparent;\n color: dt('button.text.success.color');\n }\n\n .p-button-text.p-button-success:not(:disabled):hover {\n background: dt('button.text.success.hover.background');\n border-color: transparent;\n color: dt('button.text.success.color');\n }\n\n .p-button-text.p-button-success:not(:disabled):active {\n background: dt('button.text.success.active.background');\n border-color: transparent;\n color: dt('button.text.success.color');\n }\n\n .p-button-text.p-button-info {\n background: transparent;\n border-color: transparent;\n color: dt('button.text.info.color');\n }\n\n .p-button-text.p-button-info:not(:disabled):hover {\n background: dt('button.text.info.hover.background');\n border-color: transparent;\n color: dt('button.text.info.color');\n }\n\n .p-button-text.p-button-info:not(:disabled):active {\n background: dt('button.text.info.active.background');\n border-color: transparent;\n color: dt('button.text.info.color');\n }\n\n .p-button-text.p-button-warn {\n background: transparent;\n border-color: transparent;\n color: dt('button.text.warn.color');\n }\n\n .p-button-text.p-button-warn:not(:disabled):hover {\n background: dt('button.text.warn.hover.background');\n border-color: transparent;\n color: dt('button.text.warn.color');\n }\n\n .p-button-text.p-button-warn:not(:disabled):active {\n background: dt('button.text.warn.active.background');\n border-color: transparent;\n color: dt('button.text.warn.color');\n }\n\n .p-button-text.p-button-help {\n background: transparent;\n border-color: transparent;\n color: dt('button.text.help.color');\n }\n\n .p-button-text.p-button-help:not(:disabled):hover {\n background: dt('button.text.help.hover.background');\n border-color: transparent;\n color: dt('button.text.help.color');\n }\n\n .p-button-text.p-button-help:not(:disabled):active {\n background: dt('button.text.help.active.background');\n border-color: transparent;\n color: dt('button.text.help.color');\n }\n\n .p-button-text.p-button-danger {\n background: transparent;\n border-color: transparent;\n color: dt('button.text.danger.color');\n }\n\n .p-button-text.p-button-danger:not(:disabled):hover {\n background: dt('button.text.danger.hover.background');\n border-color: transparent;\n color: dt('button.text.danger.color');\n }\n\n .p-button-text.p-button-danger:not(:disabled):active {\n background: dt('button.text.danger.active.background');\n border-color: transparent;\n color: dt('button.text.danger.color');\n }\n\n .p-button-text.p-button-contrast {\n background: transparent;\n border-color: transparent;\n color: dt('button.text.contrast.color');\n }\n\n .p-button-text.p-button-contrast:not(:disabled):hover {\n background: dt('button.text.contrast.hover.background');\n border-color: transparent;\n color: dt('button.text.contrast.color');\n }\n\n .p-button-text.p-button-contrast:not(:disabled):active {\n background: dt('button.text.contrast.active.background');\n border-color: transparent;\n color: dt('button.text.contrast.color');\n }\n\n .p-button-text.p-button-plain {\n background: transparent;\n border-color: transparent;\n color: dt('button.text.plain.color');\n }\n\n .p-button-text.p-button-plain:not(:disabled):hover {\n background: dt('button.text.plain.hover.background');\n border-color: transparent;\n color: dt('button.text.plain.color');\n }\n\n .p-button-text.p-button-plain:not(:disabled):active {\n background: dt('button.text.plain.active.background');\n border-color: transparent;\n color: dt('button.text.plain.color');\n }\n\n .p-button-link {\n background: transparent;\n border-color: transparent;\n color: dt('button.link.color');\n }\n\n .p-button-link:not(:disabled):hover {\n background: transparent;\n border-color: transparent;\n color: dt('button.link.hover.color');\n }\n\n .p-button-link:not(:disabled):hover .p-button-label {\n text-decoration: underline;\n }\n\n .p-button-link:not(:disabled):active {\n background: transparent;\n border-color: transparent;\n color: dt('button.link.active.color');\n }\n";/* Injected with object hook! */
|
|
5842
5103
|
|
|
5843
5104
|
function _typeof$1(o) { "@babel/helpers - typeof"; return _typeof$1 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof$1(o); }
|
|
5844
5105
|
function _defineProperty$1(e, r, t) { return (r = _toPropertyKey$1(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: true, configurable: true, writable: true }) : e[r] = t, e; }
|