@fewangsit/wangsvue-presets 1.0.99-rc.1 → 1.0.100-alpha.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/fixedasset/buttonradio/index.d.ts +6 -4
- package/fixedasset/buttonradio/index.js +8 -12
- package/fixedasset/checkbox/index.js +1 -3
- package/fixedasset/fieldwrapper/index.d.ts +5 -2
- package/fixedasset/fieldwrapper/index.js +4 -1
- package/fixedasset/index.d.ts +2 -2
- package/fixedasset/index.es.js +664 -326
- package/fixedasset/index.js +94 -94
- package/fixedasset/index.system.js +2 -2
- package/fixedasset/inputotp/index.d.ts +1 -136
- package/fixedasset/inputotp/index.js +50 -53
- package/fixedasset/password/index.js +1 -0
- package/fixedasset/style.css +137 -49
- package/fixedasset/tabmenu/index.d.ts +1 -104
- package/fixedasset/tabmenu/index.js +48 -27
- package/fixedasset/timeline/index.d.ts +24 -2
- package/fixedasset/timeline/index.js +24 -5
- package/fixedasset/tree/index.d.ts +14 -5
- package/fixedasset/tree/index.js +7 -4
- package/fixedasset/username/index.js +1 -1
- package/globalsettings/buttonradio/index.d.ts +6 -4
- package/globalsettings/buttonradio/index.js +8 -12
- package/globalsettings/checkbox/index.js +1 -3
- package/globalsettings/fieldwrapper/index.d.ts +5 -2
- package/globalsettings/fieldwrapper/index.js +4 -1
- package/globalsettings/index.d.ts +1 -1
- package/globalsettings/index.es.js +520 -178
- package/globalsettings/index.js +26 -26
- package/globalsettings/index.system.js +2 -2
- package/globalsettings/style.css +120 -51
- package/globalsettings/tabmenu/index.d.ts +1 -104
- package/globalsettings/tabmenu/index.js +48 -27
- package/globalsettings/timeline/index.d.ts +22 -0
- package/globalsettings/timeline/index.js +19 -0
- package/package.json +1 -1
- package/supplyasset/buttonradio/index.d.ts +6 -4
- package/supplyasset/buttonradio/index.js +8 -12
- package/supplyasset/checkbox/index.js +1 -3
- package/supplyasset/fieldwrapper/index.d.ts +5 -2
- package/supplyasset/fieldwrapper/index.js +4 -1
- package/supplyasset/index.d.ts +1 -1
- package/supplyasset/index.es.js +543 -200
- package/supplyasset/index.js +24 -24
- package/supplyasset/index.system.js +2 -2
- package/supplyasset/style.css +120 -51
- package/supplyasset/tabmenu/index.d.ts +1 -104
- package/supplyasset/tabmenu/index.js +50 -28
- package/supplyasset/timeline/index.d.ts +22 -0
- package/supplyasset/timeline/index.js +19 -0
- package/wangsvue/buttonbulkaction/index.d.ts +2 -2
- package/wangsvue/buttonbulkaction/index.js +2 -1
- package/wangsvue/buttonradio/index.d.ts +2 -1
- package/wangsvue/buttonradio/index.js +3 -7
- package/wangsvue/checkbox/index.js +1 -3
- package/wangsvue/fieldwrapper/index.d.ts +5 -2
- package/wangsvue/fieldwrapper/index.js +4 -1
- package/wangsvue/index.d.ts +1 -1
- package/wangsvue/index.es.js +591 -260
- package/wangsvue/index.js +44 -44
- package/wangsvue/index.system.js +2 -2
- package/wangsvue/style.css +104 -51
- package/wangsvue/tabmenu/index.d.ts +1 -56
- package/wangsvue/tabmenu/index.js +20 -13
- package/wangsvue/timeline/index.d.ts +20 -0
- package/wangsvue/timeline/index.js +16 -0
package/fixedasset/index.es.js
CHANGED
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
var j = Object.defineProperty;
|
|
2
|
+
var A = (e, t, r) => t in e ? j(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r;
|
|
3
|
+
var b = (e, t, r) => A(e, typeof t != "symbol" ? t + "" : t, r);
|
|
4
|
+
const T = {
|
|
2
5
|
accordiontab: {
|
|
3
6
|
header: ({ props: e }) => ({
|
|
4
7
|
class: [
|
|
@@ -60,7 +63,7 @@ const h = {
|
|
|
60
63
|
leaveToClass: "max-h-0"
|
|
61
64
|
}
|
|
62
65
|
}
|
|
63
|
-
},
|
|
66
|
+
}, _ = {
|
|
64
67
|
root: ({ props: e }) => ({
|
|
65
68
|
class: [
|
|
66
69
|
"relative",
|
|
@@ -289,7 +292,7 @@ const h = {
|
|
|
289
292
|
leaveActiveClass: "transition-opacity duration-100 ease-linear",
|
|
290
293
|
leaveToClass: "opacity-0"
|
|
291
294
|
}
|
|
292
|
-
},
|
|
295
|
+
}, N = {
|
|
293
296
|
root: ({ props: e, parent: t }) => {
|
|
294
297
|
var r, i, n;
|
|
295
298
|
return {
|
|
@@ -329,13 +332,13 @@ const h = {
|
|
|
329
332
|
image: {
|
|
330
333
|
class: "h-full w-full rounded-full"
|
|
331
334
|
}
|
|
332
|
-
},
|
|
335
|
+
}, I = {
|
|
333
336
|
root: {
|
|
334
337
|
class: "flex items-center ml-4",
|
|
335
338
|
"data-wv-name": "usergroup",
|
|
336
339
|
"data-wv-section": "root"
|
|
337
340
|
}
|
|
338
|
-
},
|
|
341
|
+
}, c = {
|
|
339
342
|
root: ({ props: e }) => ({
|
|
340
343
|
class: [
|
|
341
344
|
// Alignment
|
|
@@ -381,7 +384,7 @@ const h = {
|
|
|
381
384
|
"icon-class": "w-[10px] h-[10px] !text-[10px]",
|
|
382
385
|
"data-wv-section": "removebutton"
|
|
383
386
|
})
|
|
384
|
-
},
|
|
387
|
+
}, F = {
|
|
385
388
|
root: ({ context: e }) => ({
|
|
386
389
|
class: [
|
|
387
390
|
// Font
|
|
@@ -419,7 +422,7 @@ const h = {
|
|
|
419
422
|
}
|
|
420
423
|
]
|
|
421
424
|
})
|
|
422
|
-
},
|
|
425
|
+
}, P = {
|
|
423
426
|
root: ({ props: e, context: t }) => ({
|
|
424
427
|
class: [
|
|
425
428
|
"relative",
|
|
@@ -714,7 +717,7 @@ const h = {
|
|
|
714
717
|
}
|
|
715
718
|
]
|
|
716
719
|
})
|
|
717
|
-
},
|
|
720
|
+
}, S = {
|
|
718
721
|
root: ({ props: e }) => ({
|
|
719
722
|
class: [
|
|
720
723
|
"rounded ring-1 ring-success-500 p-[5px] ring-inset",
|
|
@@ -731,7 +734,7 @@ const h = {
|
|
|
731
734
|
"data-wv-section": "icon",
|
|
732
735
|
severity: "success"
|
|
733
736
|
}
|
|
734
|
-
},
|
|
737
|
+
}, V = {
|
|
735
738
|
root: ({ context: e }) => ({
|
|
736
739
|
class: [
|
|
737
740
|
"rounded ring-1 ring-general-500 p-[5px] ring-inset",
|
|
@@ -748,7 +751,7 @@ const h = {
|
|
|
748
751
|
],
|
|
749
752
|
"data-wv-section": "icon"
|
|
750
753
|
})
|
|
751
|
-
},
|
|
754
|
+
}, U = {
|
|
752
755
|
buttontrigger: {
|
|
753
756
|
root: ({ context: e }) => ({
|
|
754
757
|
class: [
|
|
@@ -797,7 +800,7 @@ const h = {
|
|
|
797
800
|
inputtext: {
|
|
798
801
|
class: "!h-max !py-0 !px-0"
|
|
799
802
|
}
|
|
800
|
-
},
|
|
803
|
+
}, E = {
|
|
801
804
|
root: ["w-max"],
|
|
802
805
|
button: {
|
|
803
806
|
class: [
|
|
@@ -806,7 +809,7 @@ const h = {
|
|
|
806
809
|
"data-ts-section": "button-split"
|
|
807
810
|
},
|
|
808
811
|
menuButton: "!rounded-ss-none !rounded-es-none"
|
|
809
|
-
},
|
|
812
|
+
}, x = navigator.userAgent.includes("Firefox"), B = {
|
|
810
813
|
root: ({ props: e }) => ({
|
|
811
814
|
class: [
|
|
812
815
|
// Display and Position
|
|
@@ -1263,8 +1266,8 @@ const h = {
|
|
|
1263
1266
|
class: [
|
|
1264
1267
|
"w-[39px] h-[26px] flex justify-center items-center ring-general-200 rounded",
|
|
1265
1268
|
{
|
|
1266
|
-
"ring-1":
|
|
1267
|
-
"ring-[0.5px]": !
|
|
1269
|
+
"ring-1": x,
|
|
1270
|
+
"ring-[0.5px]": !x
|
|
1268
1271
|
}
|
|
1269
1272
|
]
|
|
1270
1273
|
},
|
|
@@ -1389,7 +1392,7 @@ const h = {
|
|
|
1389
1392
|
leaveActiveClass: "transition-opacity duration-100 ease-linear",
|
|
1390
1393
|
leaveToClass: "opacity-0"
|
|
1391
1394
|
}
|
|
1392
|
-
},
|
|
1395
|
+
}, G = {
|
|
1393
1396
|
root: {
|
|
1394
1397
|
class: [
|
|
1395
1398
|
//Shape
|
|
@@ -1418,7 +1421,7 @@ const h = {
|
|
|
1418
1421
|
footer: {
|
|
1419
1422
|
class: ["inline-flex gap-1 text-xs items-center"]
|
|
1420
1423
|
}
|
|
1421
|
-
},
|
|
1424
|
+
}, $ = {
|
|
1422
1425
|
root: {
|
|
1423
1426
|
class: [
|
|
1424
1427
|
// Flexbox
|
|
@@ -1532,7 +1535,7 @@ const h = {
|
|
|
1532
1535
|
}
|
|
1533
1536
|
]
|
|
1534
1537
|
})
|
|
1535
|
-
},
|
|
1538
|
+
}, O = {
|
|
1536
1539
|
root: ({ props: e, state: t }) => ({
|
|
1537
1540
|
class: [
|
|
1538
1541
|
// Display and Position
|
|
@@ -1711,7 +1714,7 @@ const h = {
|
|
|
1711
1714
|
leaveActiveClass: "transition-opacity duration-100 ease-linear",
|
|
1712
1715
|
leaveToClass: "opacity-0"
|
|
1713
1716
|
}
|
|
1714
|
-
},
|
|
1717
|
+
}, L = {
|
|
1715
1718
|
button: ({ props: e, buttonClass: t }) => ({
|
|
1716
1719
|
class: [
|
|
1717
1720
|
t,
|
|
@@ -1750,12 +1753,11 @@ const h = {
|
|
|
1750
1753
|
buttondownload: {
|
|
1751
1754
|
"data-wv-section": "changelog-dialog-button-download"
|
|
1752
1755
|
}
|
|
1753
|
-
},
|
|
1756
|
+
}, d = {
|
|
1754
1757
|
root: {
|
|
1755
1758
|
class: [
|
|
1756
1759
|
"relative",
|
|
1757
1760
|
"w-max items-center cursor-pointer",
|
|
1758
|
-
"w-4 h-4",
|
|
1759
1761
|
"shrink-0",
|
|
1760
1762
|
// Alignment
|
|
1761
1763
|
"inline-flex",
|
|
@@ -1772,8 +1774,7 @@ const h = {
|
|
|
1772
1774
|
"items-center",
|
|
1773
1775
|
"justify-center",
|
|
1774
1776
|
// Size
|
|
1775
|
-
"w-4",
|
|
1776
|
-
"h-full",
|
|
1777
|
+
"w-4 h-4",
|
|
1777
1778
|
// Shape
|
|
1778
1779
|
"rounded",
|
|
1779
1780
|
"border-2",
|
|
@@ -1862,7 +1863,7 @@ const h = {
|
|
|
1862
1863
|
tooltipicon: {
|
|
1863
1864
|
class: "text-primary-500 w-[10px] h-[10px]"
|
|
1864
1865
|
}
|
|
1865
|
-
},
|
|
1866
|
+
}, R = {
|
|
1866
1867
|
root: {
|
|
1867
1868
|
class: [
|
|
1868
1869
|
// Flexbox
|
|
@@ -1899,7 +1900,7 @@ const h = {
|
|
|
1899
1900
|
"cursor-pointer"
|
|
1900
1901
|
]
|
|
1901
1902
|
}
|
|
1902
|
-
},
|
|
1903
|
+
}, W = {
|
|
1903
1904
|
root: ({ props: e }) => ({
|
|
1904
1905
|
class: [
|
|
1905
1906
|
"flex",
|
|
@@ -1988,7 +1989,7 @@ const h = {
|
|
|
1988
1989
|
"cursor-pointer"
|
|
1989
1990
|
]
|
|
1990
1991
|
}
|
|
1991
|
-
},
|
|
1992
|
+
}, M = {
|
|
1992
1993
|
copybutton: {
|
|
1993
1994
|
class: "peer-hover:visible scale-125 !absolute top-2 right-2 z-50"
|
|
1994
1995
|
},
|
|
@@ -2008,7 +2009,7 @@ const h = {
|
|
|
2008
2009
|
"px-2 bg-primary-100 sticky left-0 text-right select-none"
|
|
2009
2010
|
]
|
|
2010
2011
|
}
|
|
2011
|
-
},
|
|
2012
|
+
}, D = {
|
|
2012
2013
|
root: ({ props: e }) => ({
|
|
2013
2014
|
class: [
|
|
2014
2015
|
// Display
|
|
@@ -2117,7 +2118,7 @@ const h = {
|
|
|
2117
2118
|
leaveActiveClass: "transition-opacity duration-100 ease-linear",
|
|
2118
2119
|
leaveToClass: "opacity-0"
|
|
2119
2120
|
}
|
|
2120
|
-
},
|
|
2121
|
+
}, Y = {
|
|
2121
2122
|
root: {
|
|
2122
2123
|
class: [
|
|
2123
2124
|
// Shape
|
|
@@ -2218,7 +2219,7 @@ const h = {
|
|
|
2218
2219
|
leaveActiveClass: "transition-opacity duration-100 ease-linear",
|
|
2219
2220
|
leaveToClass: "opacity-0"
|
|
2220
2221
|
}
|
|
2221
|
-
},
|
|
2222
|
+
}, H = {
|
|
2222
2223
|
root: {
|
|
2223
2224
|
class: [
|
|
2224
2225
|
// Sizing and Shape
|
|
@@ -2322,7 +2323,7 @@ const h = {
|
|
|
2322
2323
|
enterFromClass: "opacity-0",
|
|
2323
2324
|
enterActiveClass: "transition-opacity duration-250"
|
|
2324
2325
|
}
|
|
2325
|
-
},
|
|
2326
|
+
}, K = {
|
|
2326
2327
|
menustart: {
|
|
2327
2328
|
class: ""
|
|
2328
2329
|
},
|
|
@@ -2346,7 +2347,7 @@ const h = {
|
|
|
2346
2347
|
{ invisible: e.dragable === !1 }
|
|
2347
2348
|
]
|
|
2348
2349
|
})
|
|
2349
|
-
},
|
|
2350
|
+
}, q = {
|
|
2350
2351
|
root: {
|
|
2351
2352
|
"data-wv-name": "datatable",
|
|
2352
2353
|
"data-wv-section": "root",
|
|
@@ -2562,7 +2563,7 @@ const h = {
|
|
|
2562
2563
|
class: "",
|
|
2563
2564
|
template: "FirstPageLink PrevPageLink PageLinks JumpToPageInput NextPageLink LastPageLink CurrentPageReport RowsPerPageDropdown"
|
|
2564
2565
|
})
|
|
2565
|
-
},
|
|
2566
|
+
}, J = {
|
|
2566
2567
|
content: {
|
|
2567
2568
|
class: [
|
|
2568
2569
|
// Spacing
|
|
@@ -2595,7 +2596,7 @@ const h = {
|
|
|
2595
2596
|
"border-surface-200 border-b"
|
|
2596
2597
|
]
|
|
2597
2598
|
}
|
|
2598
|
-
},
|
|
2599
|
+
}, X = {
|
|
2599
2600
|
listbutton: ({ props: e }) => ({
|
|
2600
2601
|
class: [
|
|
2601
2602
|
// Font
|
|
@@ -2640,7 +2641,7 @@ const h = {
|
|
|
2640
2641
|
"cursor-pointer select-none overflow-hidden"
|
|
2641
2642
|
]
|
|
2642
2643
|
})
|
|
2643
|
-
},
|
|
2644
|
+
}, C = {
|
|
2644
2645
|
root: ({ state: e }) => ({
|
|
2645
2646
|
class: [
|
|
2646
2647
|
// Shape
|
|
@@ -2835,7 +2836,7 @@ const h = {
|
|
|
2835
2836
|
leaveActiveClass: "transition-all duration-200 ease-out",
|
|
2836
2837
|
leaveToClass: "opacity-0 scale-75 mask-active"
|
|
2837
2838
|
}
|
|
2838
|
-
},
|
|
2839
|
+
}, Z = {
|
|
2839
2840
|
root: {
|
|
2840
2841
|
class: ["!w-[clamp(360px,75vw,400px)]"],
|
|
2841
2842
|
"data-wv-name": (e) => e ?? "root",
|
|
@@ -2876,7 +2877,7 @@ const h = {
|
|
|
2876
2877
|
class: "flex items-end justify-end gap-1 !mt-0",
|
|
2877
2878
|
"data-wv-section": "dialog-confirm-footer"
|
|
2878
2879
|
}
|
|
2879
|
-
},
|
|
2880
|
+
}, Q = {
|
|
2880
2881
|
root: {
|
|
2881
2882
|
class: ["max-w-[90vw]"],
|
|
2882
2883
|
style: (e) => `width: ${e}`,
|
|
@@ -2941,7 +2942,7 @@ const h = {
|
|
|
2941
2942
|
savesubmitbutton: {
|
|
2942
2943
|
"data-wv-section": "save-submit-button"
|
|
2943
2944
|
}
|
|
2944
|
-
},
|
|
2945
|
+
}, ee = {
|
|
2945
2946
|
root: ({ props: e }) => ({
|
|
2946
2947
|
class: [
|
|
2947
2948
|
// Flex and Position
|
|
@@ -2999,7 +3000,7 @@ const h = {
|
|
|
2999
3000
|
"bg-surface-0"
|
|
3000
3001
|
]
|
|
3001
3002
|
}
|
|
3002
|
-
},
|
|
3003
|
+
}, te = {
|
|
3003
3004
|
root: ({ props: e }) => ({
|
|
3004
3005
|
class: [
|
|
3005
3006
|
// Positioning
|
|
@@ -3116,9 +3117,9 @@ const h = {
|
|
|
3116
3117
|
]
|
|
3117
3118
|
};
|
|
3118
3119
|
},
|
|
3119
|
-
token:
|
|
3120
|
-
tokenLabel:
|
|
3121
|
-
removeTokenIcon:
|
|
3120
|
+
token: c.root({ props: { severity: "dark" } }),
|
|
3121
|
+
tokenLabel: c.input({ props: {}, context: {} }),
|
|
3122
|
+
removeTokenIcon: c.removebutton({
|
|
3122
3123
|
props: { badgeSeverity: "dark" }
|
|
3123
3124
|
}),
|
|
3124
3125
|
loadingplaceholder: {
|
|
@@ -3195,12 +3196,12 @@ const h = {
|
|
|
3195
3196
|
]
|
|
3196
3197
|
},
|
|
3197
3198
|
headerCheckbox: {
|
|
3198
|
-
...
|
|
3199
|
+
...d,
|
|
3199
3200
|
root: {
|
|
3200
|
-
class: ["!mx-auto", ...
|
|
3201
|
+
class: ["!mx-auto", ...d.root.class]
|
|
3201
3202
|
}
|
|
3202
3203
|
},
|
|
3203
|
-
itemCheckbox:
|
|
3204
|
+
itemCheckbox: d,
|
|
3204
3205
|
closeButton: {
|
|
3205
3206
|
class: ["hidden"]
|
|
3206
3207
|
},
|
|
@@ -3348,7 +3349,7 @@ const h = {
|
|
|
3348
3349
|
leaveActiveClass: "transition-opacity duration-100 ease-linear",
|
|
3349
3350
|
leaveToClass: "opacity-0"
|
|
3350
3351
|
}
|
|
3351
|
-
},
|
|
3352
|
+
}, re = {
|
|
3352
3353
|
root: ({ props: e, state: t }) => ({
|
|
3353
3354
|
class: [
|
|
3354
3355
|
// Display and Position
|
|
@@ -3540,7 +3541,7 @@ const h = {
|
|
|
3540
3541
|
loadingplaceholder: {
|
|
3541
3542
|
class: "text-general-200 font-light"
|
|
3542
3543
|
}
|
|
3543
|
-
},
|
|
3544
|
+
}, ie = {
|
|
3544
3545
|
root: {
|
|
3545
3546
|
class: [
|
|
3546
3547
|
"block",
|
|
@@ -3618,7 +3619,7 @@ const h = {
|
|
|
3618
3619
|
leaveActiveClass: "overflow-hidden transition-[max-height] duration-[450ms] ease-[cubic-bezier(0,1,0,1)]",
|
|
3619
3620
|
leaveToClass: "max-h-0"
|
|
3620
3621
|
}
|
|
3621
|
-
},
|
|
3622
|
+
}, se = {
|
|
3622
3623
|
// :class="['ts-form', { 'sticky-buttons': props.stickyButtons }]"
|
|
3623
3624
|
root: () => ({
|
|
3624
3625
|
class: [
|
|
@@ -3662,14 +3663,14 @@ const h = {
|
|
|
3662
3663
|
"validator-message": {
|
|
3663
3664
|
class: ["static w-max transform-none"]
|
|
3664
3665
|
}
|
|
3665
|
-
},
|
|
3666
|
+
}, ne = [
|
|
3666
3667
|
{
|
|
3667
3668
|
"ring-1 p-[1px]": navigator.userAgent.includes("Firefox"),
|
|
3668
3669
|
"ring-[0.5px] p-[0.5px]": !navigator.userAgent.includes("Firefox")
|
|
3669
3670
|
},
|
|
3670
3671
|
"ring-inset",
|
|
3671
3672
|
"ring-general-200"
|
|
3672
|
-
],
|
|
3673
|
+
], ae = {
|
|
3673
3674
|
css: `
|
|
3674
3675
|
*[data-pd-ripple="true"]{
|
|
3675
3676
|
overflow: hidden;
|
|
@@ -3746,7 +3747,7 @@ const h = {
|
|
|
3746
3747
|
}
|
|
3747
3748
|
}
|
|
3748
3749
|
`
|
|
3749
|
-
},
|
|
3750
|
+
}, oe = {
|
|
3750
3751
|
root: ({ props: e }) => ({
|
|
3751
3752
|
class: [
|
|
3752
3753
|
"relative inline-block",
|
|
@@ -3884,7 +3885,7 @@ const h = {
|
|
|
3884
3885
|
leaveActiveClass: "transition-all duration-150 ease-in",
|
|
3885
3886
|
leaveToClass: "opacity-0 scale-75"
|
|
3886
3887
|
}
|
|
3887
|
-
},
|
|
3888
|
+
}, le = {
|
|
3888
3889
|
root: ({ props: e }) => ({
|
|
3889
3890
|
class: [
|
|
3890
3891
|
"rounded-md p-3",
|
|
@@ -3914,7 +3915,7 @@ const h = {
|
|
|
3914
3915
|
"font-medium"
|
|
3915
3916
|
]
|
|
3916
3917
|
}
|
|
3917
|
-
},
|
|
3918
|
+
}, z = {
|
|
3918
3919
|
root: ({ props: e, context: t, parent: r }) => {
|
|
3919
3920
|
var i, n;
|
|
3920
3921
|
return {
|
|
@@ -3938,15 +3939,15 @@ const h = {
|
|
|
3938
3939
|
]
|
|
3939
3940
|
};
|
|
3940
3941
|
}
|
|
3941
|
-
},
|
|
3942
|
+
}, v = navigator.userAgent.includes("Firefox"), ce = {
|
|
3942
3943
|
root: ({ context: e }) => ({
|
|
3943
3944
|
class: [
|
|
3944
3945
|
"flex flex-wrap gap-x-0.5 gap-y-[5px] items-center",
|
|
3945
3946
|
"min-h-[26px] h-fit w-full",
|
|
3946
3947
|
"ring-inset rounded px-[12px] py-[3px]",
|
|
3947
3948
|
{
|
|
3948
|
-
"ring-[1px]":
|
|
3949
|
-
"ring-[0.5px]": !
|
|
3949
|
+
"ring-[1px]": v,
|
|
3950
|
+
"ring-[0.5px]": !v
|
|
3950
3951
|
},
|
|
3951
3952
|
{ "!ring-danger-500 !dark:ring-danger-500": e.invalidInput },
|
|
3952
3953
|
{ "!ring-general-200 !dark:ring-general-200": !e.invalidInput },
|
|
@@ -3955,7 +3956,7 @@ const h = {
|
|
|
3955
3956
|
}),
|
|
3956
3957
|
input: ({ context: e, parent: t, props: r }) => ({
|
|
3957
3958
|
class: [
|
|
3958
|
-
...
|
|
3959
|
+
...z.root({
|
|
3959
3960
|
props: r,
|
|
3960
3961
|
context: e,
|
|
3961
3962
|
parent: t
|
|
@@ -3971,7 +3972,7 @@ const h = {
|
|
|
3971
3972
|
erroroverlaypanel: {
|
|
3972
3973
|
class: ["px-3 py-1 text-[12px] text-general-800"]
|
|
3973
3974
|
}
|
|
3974
|
-
},
|
|
3975
|
+
}, h = navigator.userAgent.includes("Firefox"), de = {
|
|
3975
3976
|
root: ({ props: e }) => ({
|
|
3976
3977
|
class: [
|
|
3977
3978
|
{
|
|
@@ -3983,8 +3984,8 @@ const h = {
|
|
|
3983
3984
|
"[&:has(:focus)]:!ring-primary-500 [&:has(:focus)_.inputgroupaddon]:!ring-primary-500": e.ring !== "none"
|
|
3984
3985
|
},
|
|
3985
3986
|
{
|
|
3986
|
-
"ring-[1px] [&_.inputgroupaddon]:ring-[1px]":
|
|
3987
|
-
"ring-[0.5px] [&_.inputgroupaddon]:ring-[0.5px]": !
|
|
3987
|
+
"ring-[1px] [&_.inputgroupaddon]:ring-[1px]": h && e.ring !== "none",
|
|
3988
|
+
"ring-[0.5px] [&_.inputgroupaddon]:ring-[0.5px]": !h && e.ring !== "none"
|
|
3988
3989
|
},
|
|
3989
3990
|
"[&_.inputgroupaddon[data-addon-variant=plain]]:!ring-[0px]",
|
|
3990
3991
|
"[&:has(input)]:cursor-text",
|
|
@@ -3996,7 +3997,7 @@ const h = {
|
|
|
3996
3997
|
],
|
|
3997
3998
|
"data-wv-section": "inputgroup"
|
|
3998
3999
|
})
|
|
3999
|
-
},
|
|
4000
|
+
}, ue = {
|
|
4000
4001
|
root: ({ props: e }) => ({
|
|
4001
4002
|
class: [
|
|
4002
4003
|
"inputgroupaddon",
|
|
@@ -4026,7 +4027,7 @@ const h = {
|
|
|
4026
4027
|
"data-addon-variant": e.addonVariant
|
|
4027
4028
|
// Used in inputgroup to set styling
|
|
4028
4029
|
})
|
|
4029
|
-
},
|
|
4030
|
+
}, fe = {
|
|
4030
4031
|
root: ({ context: e }) => ({
|
|
4031
4032
|
class: [
|
|
4032
4033
|
// Font
|
|
@@ -4049,13 +4050,13 @@ const h = {
|
|
|
4049
4050
|
}
|
|
4050
4051
|
]
|
|
4051
4052
|
})
|
|
4052
|
-
},
|
|
4053
|
+
}, y = "text-xs font-medium tracking-[0.02em] leading-[18px]", w = "h-[26px]", ge = {
|
|
4053
4054
|
root: ({ props: e, parent: t }) => ({
|
|
4054
4055
|
class: [
|
|
4055
4056
|
// Layout
|
|
4056
4057
|
"flex items-center self-stretch shrink-0 grow",
|
|
4057
4058
|
//Size
|
|
4058
|
-
|
|
4059
|
+
w,
|
|
4059
4060
|
// Spacing
|
|
4060
4061
|
"py-1 px-3",
|
|
4061
4062
|
// Border
|
|
@@ -4068,7 +4069,7 @@ const h = {
|
|
|
4068
4069
|
class: [
|
|
4069
4070
|
"border-0 h-full w-full outline-none",
|
|
4070
4071
|
"bg-inherit",
|
|
4071
|
-
|
|
4072
|
+
y,
|
|
4072
4073
|
"placeholder:text-general-200 placeholder:font-light",
|
|
4073
4074
|
t.disabled ? "text-general-200" : "text-general-800"
|
|
4074
4075
|
]
|
|
@@ -4076,8 +4077,8 @@ const h = {
|
|
|
4076
4077
|
},
|
|
4077
4078
|
inputresizer: {
|
|
4078
4079
|
class: [
|
|
4079
|
-
|
|
4080
|
-
|
|
4080
|
+
y,
|
|
4081
|
+
w,
|
|
4081
4082
|
"user-select-none py-1 px-3 block min-w-4 text-transparent"
|
|
4082
4083
|
]
|
|
4083
4084
|
},
|
|
@@ -4116,66 +4117,367 @@ const h = {
|
|
|
4116
4117
|
}
|
|
4117
4118
|
]
|
|
4118
4119
|
})
|
|
4119
|
-
}
|
|
4120
|
+
};
|
|
4121
|
+
function m(e, t) {
|
|
4122
|
+
return { [e]: t }[e];
|
|
4123
|
+
}
|
|
4124
|
+
m("WANGS-TAB-MENU", {
|
|
4125
|
+
root: {
|
|
4126
|
+
class: "overflow-x-visible"
|
|
4127
|
+
},
|
|
4128
|
+
menu: ({ props: e }) => ({
|
|
4129
|
+
class: [
|
|
4130
|
+
// Flexbox
|
|
4131
|
+
"flex flex-1",
|
|
4132
|
+
// Spacing
|
|
4133
|
+
"list-none",
|
|
4134
|
+
"p-0 m-0",
|
|
4135
|
+
// Colors
|
|
4136
|
+
"text-general-100",
|
|
4137
|
+
{ "w-max ring-1 ring-inset ring-general-100 rounded": e.type === "segmented" }
|
|
4138
|
+
]
|
|
4139
|
+
}),
|
|
4140
|
+
menuitem: {
|
|
4141
|
+
class: "mr-0"
|
|
4142
|
+
},
|
|
4143
|
+
action: ({ props: e, context: t }) => {
|
|
4144
|
+
var r, i;
|
|
4145
|
+
return {
|
|
4146
|
+
class: [
|
|
4147
|
+
"relative",
|
|
4148
|
+
// Font
|
|
4149
|
+
"font-medium",
|
|
4150
|
+
"text-xs leading-4 tracking-[0.02em]",
|
|
4151
|
+
// Flexbox and Alignment
|
|
4152
|
+
"flex items-center",
|
|
4153
|
+
// Spacing
|
|
4154
|
+
{
|
|
4155
|
+
"rounded-xl py-1 px-3": e.type === "pill",
|
|
4156
|
+
rounded: e.type === "segmented",
|
|
4157
|
+
"p-2 pb-1.5 pt-0.5 !h-6": e.type === "tab",
|
|
4158
|
+
"py-[5px] px-3 !h-6": e.type === "segmented",
|
|
4159
|
+
"ml-1": e.type === "pill" && t.index !== 0,
|
|
4160
|
+
"gap-1": t.item.icon
|
|
4161
|
+
},
|
|
4162
|
+
// Shape
|
|
4163
|
+
{
|
|
4164
|
+
"border-b-2": e.type === "tab",
|
|
4165
|
+
"shadow-[-2px_2px_2px_rgba(0,0,0,0.25)] overflow-visible": e.type === "segmented" && t.active
|
|
4166
|
+
},
|
|
4167
|
+
// Colors and Conditions
|
|
4168
|
+
{
|
|
4169
|
+
"border-primary-700": t.active,
|
|
4170
|
+
"border-grayscale-400": !t.active,
|
|
4171
|
+
"text-grayscale-600": !t.active && e.type === "tab",
|
|
4172
|
+
"text-primary-700": t.active && e.type === "tab",
|
|
4173
|
+
"bg-primary-700 text-white": e.type === "pill" && t.active,
|
|
4174
|
+
"bg-grayscale-100 text-grayscale-800": e.type === "pill" && !t.active,
|
|
4175
|
+
"bg-primary-500 text-white": e.type === "segmented" && t.active,
|
|
4176
|
+
"!text-general-800": e.type === "segmented" && !t.active,
|
|
4177
|
+
"bg-transparent ": e.type !== "pill" && !t.active
|
|
4178
|
+
},
|
|
4179
|
+
// States
|
|
4180
|
+
{ "hover:bg-primary-50": e.type === "tab" },
|
|
4181
|
+
"focus-visible:outline-none focus-visible:outline-offset-0",
|
|
4182
|
+
{
|
|
4183
|
+
"focus-visible:border-primary-200 focus-visible:text-primary-400": !t.active
|
|
4184
|
+
},
|
|
4185
|
+
// Disabled States
|
|
4186
|
+
{
|
|
4187
|
+
"pointer-events-none": (r = t.item) == null ? void 0 : r.disabled,
|
|
4188
|
+
"opacity-60": (i = t.item) == null ? void 0 : i.disabled
|
|
4189
|
+
},
|
|
4190
|
+
// Transitions
|
|
4191
|
+
"transition-all duration-200",
|
|
4192
|
+
// Misc
|
|
4193
|
+
"cursor-pointer select-none text-decoration-none",
|
|
4194
|
+
"overflow-hidden",
|
|
4195
|
+
"user-select-none",
|
|
4196
|
+
"!no-underline",
|
|
4197
|
+
"whitespace-nowrap"
|
|
4198
|
+
]
|
|
4199
|
+
};
|
|
4200
|
+
},
|
|
4201
|
+
icon: {
|
|
4202
|
+
class: "mr-2"
|
|
4203
|
+
},
|
|
4204
|
+
inkbar: ({ props: e }) => ({
|
|
4205
|
+
class: ["grow border-b-2 border-grayscale-400", { hidden: e.type === "pill" || e.useTrailingLine === !1 || e.type === "segmented" }]
|
|
4206
|
+
})
|
|
4207
|
+
});
|
|
4208
|
+
m("WANGS-INPUT-OTP", {
|
|
4120
4209
|
root: {
|
|
4121
4210
|
class: [
|
|
4122
4211
|
// Alignment
|
|
4123
4212
|
"flex items-center",
|
|
4124
|
-
"gap-[6px]"
|
|
4213
|
+
"gap-[6px]",
|
|
4214
|
+
"w-max"
|
|
4125
4215
|
]
|
|
4126
4216
|
},
|
|
4127
|
-
input: {
|
|
4128
|
-
|
|
4129
|
-
|
|
4130
|
-
|
|
4131
|
-
|
|
4132
|
-
|
|
4133
|
-
|
|
4134
|
-
|
|
4135
|
-
|
|
4136
|
-
|
|
4137
|
-
|
|
4138
|
-
|
|
4139
|
-
|
|
4140
|
-
|
|
4141
|
-
|
|
4142
|
-
|
|
4143
|
-
|
|
4144
|
-
|
|
4145
|
-
|
|
4146
|
-
|
|
4147
|
-
|
|
4148
|
-
|
|
4149
|
-
|
|
4150
|
-
|
|
4151
|
-
|
|
4152
|
-
|
|
4153
|
-
|
|
4154
|
-
|
|
4155
|
-
|
|
4156
|
-
|
|
4157
|
-
|
|
4158
|
-
|
|
4159
|
-
|
|
4160
|
-
|
|
4161
|
-
|
|
4162
|
-
|
|
4163
|
-
|
|
4164
|
-
|
|
4165
|
-
|
|
4166
|
-
|
|
4167
|
-
|
|
4168
|
-
|
|
4169
|
-
|
|
4170
|
-
|
|
4171
|
-
|
|
4172
|
-
|
|
4173
|
-
|
|
4174
|
-
|
|
4175
|
-
|
|
4176
|
-
|
|
4217
|
+
input: ({ props: e, context: t, parent: r }) => ({
|
|
4218
|
+
class: [
|
|
4219
|
+
// Font
|
|
4220
|
+
"text-[14px] leading-none font-medium",
|
|
4221
|
+
// Flex & Alignment
|
|
4222
|
+
{ "flex-1 w-[1%]": r.tagName == "WANGS-INPUT-GROUP" },
|
|
4223
|
+
"text-center",
|
|
4224
|
+
// Spacing
|
|
4225
|
+
"m-0",
|
|
4226
|
+
// Size
|
|
4227
|
+
"w-[42px] h-[42px]",
|
|
4228
|
+
// Shape
|
|
4229
|
+
{ "rounded-md": r.tagName !== "WANGS-INPUT-GROUP" },
|
|
4230
|
+
{
|
|
4231
|
+
"first:rounded-l-md rounded-none last:rounded-r-md": r.tagName == "WANGS-INPUT-GROUP"
|
|
4232
|
+
},
|
|
4233
|
+
{
|
|
4234
|
+
"border-0 border-y border-l last:border-r": r.tagName == "WANGS-INPUT-GROUP"
|
|
4235
|
+
},
|
|
4236
|
+
// Colors
|
|
4237
|
+
"text-general-800 dark:text-general-800",
|
|
4238
|
+
"placeholder:text-surface-400 dark:placeholder:text-surface-500",
|
|
4239
|
+
"bg-white dark:bg-white",
|
|
4240
|
+
{
|
|
4241
|
+
"ring-1": navigator.userAgent.includes("Firefox"),
|
|
4242
|
+
"ring-[0.5px]": !navigator.userAgent.includes("Firefox")
|
|
4243
|
+
},
|
|
4244
|
+
{ "ring-general-200 dark:ring-general-200": !e.invalid },
|
|
4245
|
+
// Invalid State
|
|
4246
|
+
{ "ring-danger-500 dark:ring-danger-500": e.invalid },
|
|
4247
|
+
// States
|
|
4248
|
+
{
|
|
4249
|
+
"hover:bg-primary-50/50 hover:ring-primary-500 dark:hover:ring-primary-400": !t.disabled && !e.invalid,
|
|
4250
|
+
"focus:bg-primary-50/50 focus:ring-primary-500 dark:focus:ring-primary-400": !t.disabled && !e.invalid,
|
|
4251
|
+
"focus:outline-none focus:outline-offset-0": !t.disabled,
|
|
4252
|
+
"opacity-60 select-none pointer-events-none cursor-default": t.disabled
|
|
4253
|
+
},
|
|
4254
|
+
// Filled State *for FloatLabel
|
|
4255
|
+
{ filled: r.tagName == "WANGS-FLOAT-LABEL" && t.filled },
|
|
4256
|
+
// Misc
|
|
4257
|
+
"appearance-none",
|
|
4258
|
+
"transition-colors duration-200"
|
|
4259
|
+
]
|
|
4260
|
+
})
|
|
4261
|
+
});
|
|
4262
|
+
const a = class a {
|
|
4263
|
+
constructor() {
|
|
4264
|
+
/**
|
|
4265
|
+
* Stores base URLs associated with different app identifiers.
|
|
4266
|
+
*/
|
|
4267
|
+
b(this, "_baseUrl", "");
|
|
4268
|
+
if (globalThis[a.SINGLETON_KEY])
|
|
4269
|
+
return globalThis[a.SINGLETON_KEY];
|
|
4270
|
+
globalThis[a.SINGLETON_KEY] = this;
|
|
4271
|
+
}
|
|
4272
|
+
/**
|
|
4273
|
+
* Registers a base URL for a specific app.
|
|
4274
|
+
*
|
|
4275
|
+
* @param base - The base URL to be used as a prefix for all routes in that app.
|
|
4276
|
+
*/
|
|
4277
|
+
setNavigationBaseUrl(t) {
|
|
4278
|
+
this._baseUrl = this.normalizeBase(t);
|
|
4279
|
+
}
|
|
4280
|
+
/**
|
|
4281
|
+
* Retrieves the base URL for a specific app.
|
|
4282
|
+
*
|
|
4283
|
+
* @returns The base URL registered for the app or an empty string if not set.
|
|
4284
|
+
*/
|
|
4285
|
+
getNavigationBaseUrl() {
|
|
4286
|
+
return this._baseUrl;
|
|
4287
|
+
}
|
|
4288
|
+
/**
|
|
4289
|
+
* Ensures the base URL ends with a single slash and removes trailing slashes.
|
|
4290
|
+
*
|
|
4291
|
+
* @param base - The base URL to normalize.
|
|
4292
|
+
* @returns A clean base URL ending with a single `/`.
|
|
4293
|
+
*/
|
|
4294
|
+
normalizeBase(t) {
|
|
4295
|
+
return t.replace(/\/+$/, "").concat("/");
|
|
4296
|
+
}
|
|
4297
|
+
/**
|
|
4298
|
+
* Prepends the base URL (if any) to the given path.
|
|
4299
|
+
*
|
|
4300
|
+
* @param path - The relative path to normalize.
|
|
4301
|
+
* @returns A fully normalized path prefixed with the base URL if applicable.
|
|
4302
|
+
*/
|
|
4303
|
+
normalizePath(t) {
|
|
4304
|
+
const r = this.getNavigationBaseUrl();
|
|
4305
|
+
if (!r)
|
|
4306
|
+
return t;
|
|
4307
|
+
const i = t.startsWith("/") ? t.slice(1) : t;
|
|
4308
|
+
return `${r}${i}`;
|
|
4309
|
+
}
|
|
4310
|
+
/**
|
|
4311
|
+
* Removes the specified base path from the beginning of a given route path.
|
|
4312
|
+
*
|
|
4313
|
+
* This is useful when your app is deployed under a subdirectory (e.g., `/base`)
|
|
4314
|
+
* and you want to normalize the route path to match menu or route definitions
|
|
4315
|
+
* that don't include the base.
|
|
4316
|
+
*
|
|
4317
|
+
* @param path - The full route path (e.g., `/base/about`).
|
|
4318
|
+
* @param base - The optional base URL to remove (e.g., `/base`).
|
|
4319
|
+
* @returns The normalized path without the base prefix (e.g., `/about`).
|
|
4320
|
+
*
|
|
4321
|
+
* @example
|
|
4322
|
+
* stripBase('/base/home', '/base'); // returns '/home'
|
|
4323
|
+
* stripBase('/about', '/base'); // returns '/about' (base not present)
|
|
4324
|
+
* stripBase('/base', '/base'); // returns '/'
|
|
4325
|
+
*/
|
|
4326
|
+
stripBase(t, r) {
|
|
4327
|
+
return r || (r = this.getNavigationBaseUrl()), r !== "/" && t.startsWith(r) ? "/" + t.slice(r.length).replace(/^\/+/, "") : t;
|
|
4328
|
+
}
|
|
4329
|
+
/**
|
|
4330
|
+
* Pushes a new entry to the browser's history stack.
|
|
4331
|
+
*
|
|
4332
|
+
* @param route - The target URL or path to push. Can be a string, URL object, or null.
|
|
4333
|
+
* @param data - Optional state object associated with the history entry. Accessible via `history.state`.
|
|
4334
|
+
* @param unused - Optional title parameter (currently unused due to limited browser support).
|
|
4335
|
+
*
|
|
4336
|
+
* @example
|
|
4337
|
+
* Router.push('/about', { from: 'home' });
|
|
4338
|
+
*/
|
|
4339
|
+
push(t, r = {}, i = "") {
|
|
4340
|
+
var l;
|
|
4341
|
+
const n = {
|
|
4342
|
+
...r,
|
|
4343
|
+
...history.state ?? {},
|
|
4344
|
+
current: t,
|
|
4345
|
+
back: (l = history.state) == null ? void 0 : l.current,
|
|
4346
|
+
forward: void 0,
|
|
4347
|
+
replaced: !1,
|
|
4348
|
+
position: history.length + 1
|
|
4349
|
+
};
|
|
4350
|
+
window.history.pushState(n, i, t);
|
|
4351
|
+
}
|
|
4352
|
+
/**
|
|
4353
|
+
* Replaces the current entry in the browser's history stack.
|
|
4354
|
+
*
|
|
4355
|
+
* @param route - The target URL or path to replace with. Can be a string, URL object, or null.
|
|
4356
|
+
* @param data - Optional state object associated with the history entry. Accessible via `history.state`.
|
|
4357
|
+
* @param unused - Optional title parameter (currently unused due to limited browser support).
|
|
4358
|
+
*
|
|
4359
|
+
* @example
|
|
4360
|
+
* Router.replace('/login', { reason: 'session expired' });
|
|
4361
|
+
*/
|
|
4362
|
+
replace(t, r = {}, i = "") {
|
|
4363
|
+
const n = {
|
|
4364
|
+
...r,
|
|
4365
|
+
...history.state ?? {},
|
|
4366
|
+
forward: void 0,
|
|
4367
|
+
current: t,
|
|
4368
|
+
replaced: !0
|
|
4369
|
+
};
|
|
4370
|
+
window.history.replaceState(n, i, t);
|
|
4371
|
+
}
|
|
4372
|
+
/**
|
|
4373
|
+
* Dispatches a custom event before navigation occurs.
|
|
4374
|
+
* Used to notify subscribers of an upcoming route change.
|
|
4375
|
+
*
|
|
4376
|
+
* @param route - The route that will be navigated to.
|
|
4377
|
+
* @param mode - The navigation mode ('push' or 'replace').
|
|
4378
|
+
* @param data - Optional state object for the navigation.
|
|
4379
|
+
*/
|
|
4380
|
+
dispatchBeforeNavigationEvent(t, r, i) {
|
|
4381
|
+
window.dispatchEvent(new CustomEvent("wangs-ui-core:before-navigation-event", {
|
|
4382
|
+
detail: { route: t, mode: r, state: i }
|
|
4383
|
+
}));
|
|
4384
|
+
}
|
|
4385
|
+
/**
|
|
4386
|
+
* Dispatches a custom event after navigation occurs.
|
|
4387
|
+
* Used to notify subscribers that the route has changed.
|
|
4388
|
+
*
|
|
4389
|
+
* @param route - The route that was navigated to.
|
|
4390
|
+
* @param mode - The navigation mode ('push' or 'replace').
|
|
4391
|
+
* @param data - Optional state object for the navigation.
|
|
4392
|
+
*/
|
|
4393
|
+
dispatchNavigationEvent(t, r, i) {
|
|
4394
|
+
window.dispatchEvent(new CustomEvent("wangs-ui-core:navigation-event", {
|
|
4395
|
+
detail: { route: t, mode: r, state: i }
|
|
4396
|
+
}));
|
|
4177
4397
|
}
|
|
4178
|
-
|
|
4398
|
+
/**
|
|
4399
|
+
* Navigates to a specified route using the browser's History API.
|
|
4400
|
+
*
|
|
4401
|
+
* This updates the URL in the browser without reloading the page.
|
|
4402
|
+
* It can either push a new entry to the history stack or replace the current one.
|
|
4403
|
+
* Also dispatches custom events before and after the navigation.
|
|
4404
|
+
*
|
|
4405
|
+
* @param route - The target route to navigate to. Can be a string or URL object.
|
|
4406
|
+
* @param navigationMode - Determines how navigation is handled.
|
|
4407
|
+
* - `'push'` (default): Adds a new entry to the browser history.
|
|
4408
|
+
* - `'replace'`: Replaces the current history entry.
|
|
4409
|
+
* @param data - Optional state object associated with the history entry. Can be accessed via `history.state`.
|
|
4410
|
+
* @param unused - Optional title parameter (currently unused due to browser support limitations).
|
|
4411
|
+
*
|
|
4412
|
+
* @example
|
|
4413
|
+
* router.navigateToRoute('/about', 'push', { some: 'state' }, '',);
|
|
4414
|
+
*/
|
|
4415
|
+
navigateToRoute(t, r = "push", i = {}, n = "") {
|
|
4416
|
+
if (!t)
|
|
4417
|
+
return;
|
|
4418
|
+
const l = typeof t == "string" ? t : t.toString(), o = this.normalizePath(l);
|
|
4419
|
+
if (o === location.pathname)
|
|
4420
|
+
return console.warn("[WangsUIRouter] Navigation aborted: target route is the same as the current route.");
|
|
4421
|
+
this.dispatchBeforeNavigationEvent(o, r, i), r === "push" ? this.push(o, i, n) : this.replace(o, i, n), this.dispatchNavigationEvent(o, r, i);
|
|
4422
|
+
}
|
|
4423
|
+
};
|
|
4424
|
+
b(a, "SINGLETON_KEY", "__WANGS_UI_ROUTER_INSTANCE__");
|
|
4425
|
+
let p = a;
|
|
4426
|
+
new p();
|
|
4427
|
+
const me = m("WANGS-INPUT-OTP", {
|
|
4428
|
+
root: {
|
|
4429
|
+
class: [
|
|
4430
|
+
// Alignment
|
|
4431
|
+
"flex items-center",
|
|
4432
|
+
"gap-[6px]",
|
|
4433
|
+
"w-max"
|
|
4434
|
+
]
|
|
4435
|
+
},
|
|
4436
|
+
input: ({ props: e, context: t, parent: r }) => ({
|
|
4437
|
+
class: [
|
|
4438
|
+
// Font
|
|
4439
|
+
"text-[14px] leading-none font-medium",
|
|
4440
|
+
// Flex & Alignment
|
|
4441
|
+
{ "flex-1 w-[1%]": r.tagName == "WANGS-INPUT-GROUP" },
|
|
4442
|
+
"text-center",
|
|
4443
|
+
// Spacing
|
|
4444
|
+
"m-0",
|
|
4445
|
+
// Size
|
|
4446
|
+
"w-[42px] h-[42px]",
|
|
4447
|
+
// Shape
|
|
4448
|
+
{ "rounded-md": r.tagName !== "WANGS-INPUT-GROUP" },
|
|
4449
|
+
{
|
|
4450
|
+
"first:rounded-l-md rounded-none last:rounded-r-md": r.tagName == "WANGS-INPUT-GROUP"
|
|
4451
|
+
},
|
|
4452
|
+
{
|
|
4453
|
+
"border-0 border-y border-l last:border-r": r.tagName == "WANGS-INPUT-GROUP"
|
|
4454
|
+
},
|
|
4455
|
+
// Colors
|
|
4456
|
+
"text-general-800 dark:text-general-800",
|
|
4457
|
+
"placeholder:text-surface-400 dark:placeholder:text-surface-500",
|
|
4458
|
+
"bg-white dark:bg-white",
|
|
4459
|
+
{
|
|
4460
|
+
"ring-1": navigator.userAgent.includes("Firefox"),
|
|
4461
|
+
"ring-[0.5px]": !navigator.userAgent.includes("Firefox")
|
|
4462
|
+
},
|
|
4463
|
+
{ "ring-general-200 dark:ring-general-200": !e.invalid },
|
|
4464
|
+
// Invalid State
|
|
4465
|
+
{ "ring-danger-500 dark:ring-danger-500": e.invalid },
|
|
4466
|
+
// States
|
|
4467
|
+
{
|
|
4468
|
+
"hover:bg-primary-50/30 hover:ring-primary-500 dark:hover:ring-primary-400": !t.disabled && !e.invalid,
|
|
4469
|
+
"focus:bg-primary-50/30 focus:ring-primary-500 dark:focus:ring-primary-400": !t.disabled && !e.invalid,
|
|
4470
|
+
"focus:outline-none focus:outline-offset-0": !t.disabled,
|
|
4471
|
+
"opacity-60 select-none pointer-events-none cursor-default": t.disabled
|
|
4472
|
+
},
|
|
4473
|
+
// Filled State *for FloatLabel
|
|
4474
|
+
{ filled: r.tagName == "WANGS-FLOAT-LABEL" && t.filled },
|
|
4475
|
+
// Misc
|
|
4476
|
+
"appearance-none",
|
|
4477
|
+
"transition-colors duration-200"
|
|
4478
|
+
]
|
|
4479
|
+
})
|
|
4480
|
+
}), f = ({ isFirefoxBased: e, invalidInput: t }) => [
|
|
4179
4481
|
{ "ring-[1px]": e, "ring-[0.5px]": !e },
|
|
4180
4482
|
{ "!ring-danger-500": t },
|
|
4181
4483
|
"ring-inset",
|
|
@@ -4185,23 +4487,23 @@ const h = {
|
|
|
4185
4487
|
"[&:has(:focus)]:ring-1",
|
|
4186
4488
|
"bg-white",
|
|
4187
4489
|
"z-[0] [&:has(:focus)]:z-[12]"
|
|
4188
|
-
],
|
|
4490
|
+
], be = {
|
|
4189
4491
|
dialcode: {
|
|
4190
4492
|
root: (e) => ({
|
|
4191
|
-
class: [...
|
|
4493
|
+
class: [...f(e), "rounded-l rounded-r-none"]
|
|
4192
4494
|
}),
|
|
4193
4495
|
dropdownicon: ({ state: e }) => s.dropdownicon({ state: e })
|
|
4194
4496
|
},
|
|
4195
4497
|
input: (e) => ({
|
|
4196
4498
|
class: [
|
|
4197
|
-
...
|
|
4499
|
+
...f(e),
|
|
4198
4500
|
"rounded-r rounded-l-none -ml-[1px]",
|
|
4199
4501
|
"focus:bg-none",
|
|
4200
4502
|
"focus:ring-primary-500",
|
|
4201
4503
|
"focus:ring-1"
|
|
4202
4504
|
]
|
|
4203
4505
|
})
|
|
4204
|
-
},
|
|
4506
|
+
}, pe = {
|
|
4205
4507
|
root: ({ props: e }) => ({
|
|
4206
4508
|
class: [
|
|
4207
4509
|
// Misc
|
|
@@ -4240,7 +4542,7 @@ const h = {
|
|
|
4240
4542
|
"fill-surface-600"
|
|
4241
4543
|
]
|
|
4242
4544
|
}
|
|
4243
|
-
},
|
|
4545
|
+
}, xe = {
|
|
4244
4546
|
root: {
|
|
4245
4547
|
class: [
|
|
4246
4548
|
// Sizing and Shape
|
|
@@ -4372,7 +4674,7 @@ const h = {
|
|
|
4372
4674
|
"bg-transparent"
|
|
4373
4675
|
]
|
|
4374
4676
|
}
|
|
4375
|
-
},
|
|
4677
|
+
}, ve = {
|
|
4376
4678
|
root: ({ props: e }) => ({
|
|
4377
4679
|
class: [
|
|
4378
4680
|
"relative",
|
|
@@ -4553,7 +4855,7 @@ const h = {
|
|
|
4553
4855
|
end: {
|
|
4554
4856
|
class: "ml-auto self-center"
|
|
4555
4857
|
}
|
|
4556
|
-
},
|
|
4858
|
+
}, he = {
|
|
4557
4859
|
root: {
|
|
4558
4860
|
class: [
|
|
4559
4861
|
// Position
|
|
@@ -4653,7 +4955,7 @@ const h = {
|
|
|
4653
4955
|
leaveActiveClass: "transition-opacity duration-100 ease-linear",
|
|
4654
4956
|
leaveToClass: "opacity-0"
|
|
4655
4957
|
}
|
|
4656
|
-
},
|
|
4958
|
+
}, ye = {
|
|
4657
4959
|
root: {
|
|
4658
4960
|
class: [
|
|
4659
4961
|
"relative",
|
|
@@ -4807,7 +5109,7 @@ const h = {
|
|
|
4807
5109
|
end: {
|
|
4808
5110
|
class: "ml-auto self-center"
|
|
4809
5111
|
}
|
|
4810
|
-
},
|
|
5112
|
+
}, we = {
|
|
4811
5113
|
root: ({ props: e }) => ({
|
|
4812
5114
|
class: [
|
|
4813
5115
|
// Spacing and Shape
|
|
@@ -4883,7 +5185,7 @@ const h = {
|
|
|
4883
5185
|
leaveActiveClass: "overflow-hidden transition-all duration-300 ease-in",
|
|
4884
5186
|
leaveToClass: "max-h-0 opacity-0 !m-0"
|
|
4885
5187
|
}
|
|
4886
|
-
},
|
|
5188
|
+
}, ke = {
|
|
4887
5189
|
root: {
|
|
4888
5190
|
class: [
|
|
4889
5191
|
// Flexbox
|
|
@@ -5110,7 +5412,7 @@ const h = {
|
|
|
5110
5412
|
"cursor-pointer overflow-hidden"
|
|
5111
5413
|
]
|
|
5112
5414
|
})
|
|
5113
|
-
},
|
|
5415
|
+
}, Ce = {
|
|
5114
5416
|
table: {
|
|
5115
5417
|
class: [
|
|
5116
5418
|
// Spacing & Position
|
|
@@ -5227,7 +5529,7 @@ const h = {
|
|
|
5227
5529
|
"w-4 h-4"
|
|
5228
5530
|
]
|
|
5229
5531
|
}
|
|
5230
|
-
},
|
|
5532
|
+
}, ze = {
|
|
5231
5533
|
root: {
|
|
5232
5534
|
class: [
|
|
5233
5535
|
"h-max",
|
|
@@ -5258,7 +5560,7 @@ const h = {
|
|
|
5258
5560
|
leaveActiveClass: "transition-opacity duration-100 ease-linear",
|
|
5259
5561
|
leaveToClass: "opacity-0"
|
|
5260
5562
|
}
|
|
5261
|
-
},
|
|
5563
|
+
}, je = {
|
|
5262
5564
|
root: {
|
|
5263
5565
|
class: [
|
|
5264
5566
|
// Flex & Alignment
|
|
@@ -5702,7 +6004,7 @@ const h = {
|
|
|
5702
6004
|
current: {
|
|
5703
6005
|
class: ["text-xs font-normal leading-6 px-3"]
|
|
5704
6006
|
}
|
|
5705
|
-
},
|
|
6007
|
+
}, Ae = {
|
|
5706
6008
|
root: {
|
|
5707
6009
|
class: "shadow-md rounded-lg"
|
|
5708
6010
|
},
|
|
@@ -5781,7 +6083,7 @@ const h = {
|
|
|
5781
6083
|
leaveActiveClass: "overflow-hidden transition-[max-height] duration-[450ms] ease-[cubic-bezier(0,1,0,1)]",
|
|
5782
6084
|
leaveToClass: "max-h-0"
|
|
5783
6085
|
}
|
|
5784
|
-
},
|
|
6086
|
+
}, Te = {
|
|
5785
6087
|
panel: {
|
|
5786
6088
|
class: "mb-1"
|
|
5787
6089
|
},
|
|
@@ -5898,7 +6200,7 @@ const h = {
|
|
|
5898
6200
|
leaveActiveClass: "overflow-hidden transition-[max-height] duration-[450ms] ease-[cubic-bezier(0,1,0,1)]",
|
|
5899
6201
|
leaveToClass: "max-h-0"
|
|
5900
6202
|
}
|
|
5901
|
-
},
|
|
6203
|
+
}, _e = {
|
|
5902
6204
|
root: ({ props: e }) => ({
|
|
5903
6205
|
class: [
|
|
5904
6206
|
"w-full",
|
|
@@ -5972,7 +6274,8 @@ const h = {
|
|
|
5972
6274
|
class: [
|
|
5973
6275
|
"absolute top-[54%] right-3 -mt-2",
|
|
5974
6276
|
"text-general-200",
|
|
5975
|
-
"focus-visible:text-general-500 hover:text-general-500"
|
|
6277
|
+
"focus-visible:text-general-500 hover:text-general-500",
|
|
6278
|
+
"[&>.icon]:!w-4 [&>.icon]:!h-4"
|
|
5976
6279
|
]
|
|
5977
6280
|
},
|
|
5978
6281
|
hideicon: {
|
|
@@ -5987,7 +6290,7 @@ const h = {
|
|
|
5987
6290
|
leaveActiveClass: "transition-opacity duration-100 ease-linear",
|
|
5988
6291
|
leaveToClass: "opacity-0"
|
|
5989
6292
|
}
|
|
5990
|
-
},
|
|
6293
|
+
}, Ne = {
|
|
5991
6294
|
root: {
|
|
5992
6295
|
class: [
|
|
5993
6296
|
// Flexbox
|
|
@@ -6558,7 +6861,7 @@ const h = {
|
|
|
6558
6861
|
leaveActiveClass: "!transition-none",
|
|
6559
6862
|
leaveToClass: "!transition-none"
|
|
6560
6863
|
}
|
|
6561
|
-
},
|
|
6864
|
+
}, Ie = {
|
|
6562
6865
|
root: ({ props: e }) => ({
|
|
6563
6866
|
class: [
|
|
6564
6867
|
{
|
|
@@ -6642,7 +6945,7 @@ const h = {
|
|
|
6642
6945
|
}
|
|
6643
6946
|
]
|
|
6644
6947
|
})
|
|
6645
|
-
},
|
|
6948
|
+
}, k = navigator.userAgent.includes("Firefox"), u = {
|
|
6646
6949
|
root: ({ props: e }) => ({
|
|
6647
6950
|
class: [
|
|
6648
6951
|
// Alignments
|
|
@@ -6682,7 +6985,7 @@ const h = {
|
|
|
6682
6985
|
},
|
|
6683
6986
|
// Colors
|
|
6684
6987
|
"ring-1",
|
|
6685
|
-
{ "ring-1":
|
|
6988
|
+
{ "ring-1": k, "ring-[0.5px]": !k },
|
|
6686
6989
|
{
|
|
6687
6990
|
"before:bg-white": e.modelValue == e.trueValue,
|
|
6688
6991
|
"before:bg-general-100": e.modelValue !== e.trueValue,
|
|
@@ -6756,8 +7059,8 @@ const h = {
|
|
|
6756
7059
|
tooltipicon: {
|
|
6757
7060
|
class: "text-primary-500 w-[10px] h-[10px]"
|
|
6758
7061
|
}
|
|
6759
|
-
},
|
|
6760
|
-
root: ({ props: e }) => ({
|
|
7062
|
+
}, Fe = {
|
|
7063
|
+
root: ({ props: e, state: t }) => ({
|
|
6761
7064
|
class: [
|
|
6762
7065
|
"relative",
|
|
6763
7066
|
// Flexbox & Alignment
|
|
@@ -6770,10 +7073,10 @@ const h = {
|
|
|
6770
7073
|
"rounded-full",
|
|
6771
7074
|
// Colors
|
|
6772
7075
|
{
|
|
6773
|
-
"bg-white": !e.disabled ||
|
|
6774
|
-
"bg-general-50": e.disabled &&
|
|
6775
|
-
"ring-general-100": !e.disabled &&
|
|
6776
|
-
"ring-primary-500": !e.disabled &&
|
|
7076
|
+
"bg-white": !e.disabled || t.checked,
|
|
7077
|
+
"bg-general-50": e.disabled && !t.checked,
|
|
7078
|
+
"ring-general-100": !e.disabled && !t.checked,
|
|
7079
|
+
"ring-primary-500": !e.disabled && t.checked,
|
|
6777
7080
|
"ring-general-200": e.disabled
|
|
6778
7081
|
},
|
|
6779
7082
|
{
|
|
@@ -6785,7 +7088,7 @@ const h = {
|
|
|
6785
7088
|
"data-wv-name": "buttonradio",
|
|
6786
7089
|
"data-wv-section": "root"
|
|
6787
7090
|
}),
|
|
6788
|
-
box: ({ props: e }) => ({
|
|
7091
|
+
box: ({ props: e, state: t }) => ({
|
|
6789
7092
|
class: [
|
|
6790
7093
|
// Size
|
|
6791
7094
|
"w-2 h-2",
|
|
@@ -6800,8 +7103,8 @@ const h = {
|
|
|
6800
7103
|
"transition duration-200 ease-in-out",
|
|
6801
7104
|
// Colors
|
|
6802
7105
|
{
|
|
6803
|
-
"bg-primary-500":
|
|
6804
|
-
"bg-general-200":
|
|
7106
|
+
"bg-primary-500": t.checked && e.value !== void 0 && !e.disabled,
|
|
7107
|
+
"bg-general-200": t.checked && e.value !== void 0 && e.disabled
|
|
6805
7108
|
},
|
|
6806
7109
|
// States
|
|
6807
7110
|
{
|
|
@@ -6835,10 +7138,10 @@ const h = {
|
|
|
6835
7138
|
icon: {
|
|
6836
7139
|
class: "hidden"
|
|
6837
7140
|
},
|
|
6838
|
-
label:
|
|
6839
|
-
labeltext:
|
|
6840
|
-
tooltipicon:
|
|
6841
|
-
},
|
|
7141
|
+
label: u.label,
|
|
7142
|
+
labeltext: u.labeltext,
|
|
7143
|
+
tooltipicon: u.tooltipicon
|
|
7144
|
+
}, Pe = {
|
|
6842
7145
|
root: ({ props: e }) => ({
|
|
6843
7146
|
class: [
|
|
6844
7147
|
"relative",
|
|
@@ -6908,12 +7211,12 @@ const h = {
|
|
|
6908
7211
|
"transition duration-200 ease-in"
|
|
6909
7212
|
]
|
|
6910
7213
|
})
|
|
6911
|
-
},
|
|
7214
|
+
}, Se = {
|
|
6912
7215
|
root: {
|
|
6913
7216
|
class: ["block absolute bg-surface-0/50 rounded-full pointer-events-none"],
|
|
6914
7217
|
style: "transform: scale(0)"
|
|
6915
7218
|
}
|
|
6916
|
-
},
|
|
7219
|
+
}, Ve = {
|
|
6917
7220
|
wrapper: {
|
|
6918
7221
|
class: [
|
|
6919
7222
|
// Size & Position
|
|
@@ -6972,7 +7275,7 @@ const h = {
|
|
|
6972
7275
|
"relative"
|
|
6973
7276
|
]
|
|
6974
7277
|
}
|
|
6975
|
-
},
|
|
7278
|
+
}, Ue = {
|
|
6976
7279
|
root: ({ props: e }) => ({
|
|
6977
7280
|
class: [
|
|
6978
7281
|
// Flex & Alignment
|
|
@@ -7008,7 +7311,7 @@ const h = {
|
|
|
7008
7311
|
leaveActiveClass: "transition-opacity duration-150",
|
|
7009
7312
|
leaveToClass: "opacity-0"
|
|
7010
7313
|
}
|
|
7011
|
-
},
|
|
7314
|
+
}, Ee = {
|
|
7012
7315
|
root: ({ props: e }) => ({
|
|
7013
7316
|
class: [
|
|
7014
7317
|
"shadow-sm flex flex-col min-w-[43px] w-max"
|
|
@@ -7055,7 +7358,7 @@ const h = {
|
|
|
7055
7358
|
label: {
|
|
7056
7359
|
class: "font-normal"
|
|
7057
7360
|
}
|
|
7058
|
-
},
|
|
7361
|
+
}, Be = {
|
|
7059
7362
|
root: ({ props: e }) => ({
|
|
7060
7363
|
class: [
|
|
7061
7364
|
// Flexbox
|
|
@@ -7180,7 +7483,7 @@ const h = {
|
|
|
7180
7483
|
leaveActiveClass: "transition-opacity duration-400 ease-in",
|
|
7181
7484
|
leaveToClass: "opacity-0 mask-active"
|
|
7182
7485
|
}
|
|
7183
|
-
},
|
|
7486
|
+
}, Ge = {
|
|
7184
7487
|
root: ({ props: e }) => ({
|
|
7185
7488
|
class: [
|
|
7186
7489
|
"overflow-hidden",
|
|
@@ -7196,7 +7499,7 @@ const h = {
|
|
|
7196
7499
|
"bg-general-50"
|
|
7197
7500
|
]
|
|
7198
7501
|
})
|
|
7199
|
-
},
|
|
7502
|
+
}, $e = {
|
|
7200
7503
|
root: ({ props: e }) => ({
|
|
7201
7504
|
class: [
|
|
7202
7505
|
"relative",
|
|
@@ -7304,7 +7607,7 @@ const h = {
|
|
|
7304
7607
|
"touch-action-none"
|
|
7305
7608
|
]
|
|
7306
7609
|
})
|
|
7307
|
-
},
|
|
7610
|
+
}, Oe = {
|
|
7308
7611
|
root: ({ props: e }) => ({
|
|
7309
7612
|
class: [
|
|
7310
7613
|
// Flexbox and Position
|
|
@@ -7812,7 +8115,7 @@ const h = {
|
|
|
7812
8115
|
class: ["hidden"]
|
|
7813
8116
|
}
|
|
7814
8117
|
}
|
|
7815
|
-
},
|
|
8118
|
+
}, Le = {
|
|
7816
8119
|
root: {
|
|
7817
8120
|
class: "relative"
|
|
7818
8121
|
},
|
|
@@ -7919,12 +8222,12 @@ const h = {
|
|
|
7919
8222
|
"max-w-full"
|
|
7920
8223
|
]
|
|
7921
8224
|
})
|
|
7922
|
-
},
|
|
8225
|
+
}, Re = m("WANGS-TAB-MENU", {
|
|
7923
8226
|
root: {
|
|
7924
8227
|
class: "overflow-x-auto",
|
|
7925
8228
|
style: "scrollbar-width: none"
|
|
7926
8229
|
},
|
|
7927
|
-
menu: {
|
|
8230
|
+
menu: ({ props: e }) => ({
|
|
7928
8231
|
class: [
|
|
7929
8232
|
// Flexbox
|
|
7930
8233
|
"flex flex-1",
|
|
@@ -7932,13 +8235,16 @@ const h = {
|
|
|
7932
8235
|
"list-none",
|
|
7933
8236
|
"p-0 m-0",
|
|
7934
8237
|
// Colors
|
|
7935
|
-
"text-general-100"
|
|
8238
|
+
"text-general-100",
|
|
8239
|
+
{
|
|
8240
|
+
"w-max ring-1 ring-inset ring-general-100 rounded !m-[2px]": e.type === "segmented"
|
|
8241
|
+
}
|
|
7936
8242
|
]
|
|
7937
|
-
},
|
|
8243
|
+
}),
|
|
7938
8244
|
menuitem: {
|
|
7939
8245
|
class: "mr-0"
|
|
7940
8246
|
},
|
|
7941
|
-
action: ({ context: e,
|
|
8247
|
+
action: ({ context: e, props: t }) => {
|
|
7942
8248
|
var r, i;
|
|
7943
8249
|
return {
|
|
7944
8250
|
class: [
|
|
@@ -7950,28 +8256,32 @@ const h = {
|
|
|
7950
8256
|
"flex items-center",
|
|
7951
8257
|
// Spacing
|
|
7952
8258
|
{
|
|
7953
|
-
"rounded-xl py-1 px-3":
|
|
7954
|
-
|
|
7955
|
-
"
|
|
8259
|
+
"rounded-xl py-1 px-3": t.type === "pill",
|
|
8260
|
+
rounded: t.type === "segmented",
|
|
8261
|
+
"p-2 pb-1.5 pt-0.5 !h-6": t.type === "tab",
|
|
8262
|
+
"py-[5px] px-3 !h-[26px]": t.type === "segmented",
|
|
8263
|
+
"ml-1": t.type === "pill" && e.index !== 0
|
|
7956
8264
|
},
|
|
7957
8265
|
// Shape
|
|
7958
8266
|
{
|
|
7959
|
-
"border-b-2":
|
|
8267
|
+
"border-b-2": t.type === "tab"
|
|
7960
8268
|
},
|
|
7961
8269
|
// Colors and Conditions
|
|
7962
8270
|
{
|
|
7963
|
-
"border-primary-500":
|
|
7964
|
-
"border-grayscale-400": !
|
|
7965
|
-
"text-grayscale-600": !
|
|
7966
|
-
"text-primary-500":
|
|
7967
|
-
"bg-primary-50 text-primary-500":
|
|
7968
|
-
"bg-grayscale-200 text-grayscale-800":
|
|
7969
|
-
"bg-
|
|
8271
|
+
"border-primary-500": e.active,
|
|
8272
|
+
"border-grayscale-400": !e.active,
|
|
8273
|
+
"text-grayscale-600": !e.active,
|
|
8274
|
+
"text-primary-500": e.active,
|
|
8275
|
+
"bg-primary-50 text-primary-500": t.type === "pill" && e.active,
|
|
8276
|
+
"bg-grayscale-200 text-grayscale-800": t.type === "pill" && !e.active,
|
|
8277
|
+
"bg-primary-500 text-white shadow-[-2px_2px_2px_rgba(0,0,0,0.25)]": t.type === "segmented" && e.active,
|
|
8278
|
+
"!text-general-800": t.type === "segmented" && !e.active,
|
|
8279
|
+
"bg-transparent ": t.type !== "pill" && !e.active
|
|
7970
8280
|
},
|
|
7971
8281
|
// States
|
|
7972
8282
|
"focus-visible:outline-none focus-visible:outline-offset-0",
|
|
7973
8283
|
{
|
|
7974
|
-
"focus-visible:border-primary-200 focus-visible:text-primary-400": !
|
|
8284
|
+
"focus-visible:border-primary-200 focus-visible:text-primary-400": !e.active
|
|
7975
8285
|
},
|
|
7976
8286
|
// Disabled States
|
|
7977
8287
|
{
|
|
@@ -7992,10 +8302,15 @@ const h = {
|
|
|
7992
8302
|
icon: {
|
|
7993
8303
|
class: "mr-2"
|
|
7994
8304
|
},
|
|
7995
|
-
inkbar: {
|
|
7996
|
-
class:
|
|
7997
|
-
|
|
7998
|
-
|
|
8305
|
+
inkbar: ({ props: e }) => ({
|
|
8306
|
+
class: [
|
|
8307
|
+
"grow border-b-2 border-primary-100",
|
|
8308
|
+
{
|
|
8309
|
+
hidden: e.type === "pill" || e.useTrailingLine === !1 || e.type === "segmented"
|
|
8310
|
+
}
|
|
8311
|
+
]
|
|
8312
|
+
})
|
|
8313
|
+
}), We = {
|
|
7999
8314
|
navContainer: ({ props: e }) => ({
|
|
8000
8315
|
class: [
|
|
8001
8316
|
// Position
|
|
@@ -8131,7 +8446,7 @@ const h = {
|
|
|
8131
8446
|
]
|
|
8132
8447
|
}
|
|
8133
8448
|
}
|
|
8134
|
-
},
|
|
8449
|
+
}, Me = {
|
|
8135
8450
|
root: ({ props: e }) => ({
|
|
8136
8451
|
class: [
|
|
8137
8452
|
//Font
|
|
@@ -8162,7 +8477,7 @@ const h = {
|
|
|
8162
8477
|
icon: {
|
|
8163
8478
|
class: "mr-1 text-sm"
|
|
8164
8479
|
}
|
|
8165
|
-
},
|
|
8480
|
+
}, De = {
|
|
8166
8481
|
root: {
|
|
8167
8482
|
class: [
|
|
8168
8483
|
// Spacing
|
|
@@ -8214,7 +8529,7 @@ const h = {
|
|
|
8214
8529
|
"outline-none"
|
|
8215
8530
|
]
|
|
8216
8531
|
}
|
|
8217
|
-
},
|
|
8532
|
+
}, Ye = {
|
|
8218
8533
|
root: ({ context: e, props: t }) => ({
|
|
8219
8534
|
class: [
|
|
8220
8535
|
// Font
|
|
@@ -8232,7 +8547,7 @@ const h = {
|
|
|
8232
8547
|
// Shape
|
|
8233
8548
|
"rounded",
|
|
8234
8549
|
"appearance-none",
|
|
8235
|
-
...
|
|
8550
|
+
...ne,
|
|
8236
8551
|
{
|
|
8237
8552
|
"!ring-danger-500": e.invalidInput
|
|
8238
8553
|
},
|
|
@@ -8250,7 +8565,7 @@ const h = {
|
|
|
8250
8565
|
"data-wv-name": "textarea",
|
|
8251
8566
|
"data-wv-section": "root"
|
|
8252
8567
|
})
|
|
8253
|
-
},
|
|
8568
|
+
}, He = {
|
|
8254
8569
|
root: {
|
|
8255
8570
|
class: [
|
|
8256
8571
|
// Shape
|
|
@@ -8352,16 +8667,16 @@ const h = {
|
|
|
8352
8667
|
separator: {
|
|
8353
8668
|
class: "border-t border-surface-200 my-1"
|
|
8354
8669
|
}
|
|
8355
|
-
},
|
|
8670
|
+
}, g = (e) => {
|
|
8356
8671
|
if (!e) return !0;
|
|
8357
8672
|
const t = Object.keys(e);
|
|
8358
8673
|
return t.length ? t.every((r) => {
|
|
8359
8674
|
const i = e[r];
|
|
8360
8675
|
return typeof i == "object" ? Array.isArray(i) ? !i.length || i.every(
|
|
8361
|
-
(n) => typeof n == "object" ?
|
|
8362
|
-
) :
|
|
8676
|
+
(n) => typeof n == "object" ? g(n) : n == null
|
|
8677
|
+
) : g(i) : i == null;
|
|
8363
8678
|
}) : !0;
|
|
8364
|
-
},
|
|
8679
|
+
}, Ke = {
|
|
8365
8680
|
root: ({ props: e }) => ({
|
|
8366
8681
|
class: ["flex flex-col grow", "text-xs font-normal text-grayscale-900"]
|
|
8367
8682
|
}),
|
|
@@ -8382,28 +8697,47 @@ const h = {
|
|
|
8382
8697
|
}),
|
|
8383
8698
|
marker: {
|
|
8384
8699
|
class: [
|
|
8385
|
-
"w-
|
|
8700
|
+
"w-[22px] h-[22px]",
|
|
8386
8701
|
"rounded-full",
|
|
8387
8702
|
"bg-transparent",
|
|
8388
|
-
"ring-
|
|
8703
|
+
"ring-1 ring-inset ring-general-100 p-0.5",
|
|
8389
8704
|
"flex items-center justify-center"
|
|
8390
8705
|
]
|
|
8391
8706
|
},
|
|
8392
8707
|
markerArrow: (e) => ({
|
|
8393
8708
|
class: [
|
|
8394
|
-
"w-
|
|
8395
|
-
{ "!
|
|
8709
|
+
"!w-3 !h-3 hidden transition-transform duration-200 ease-in-out text-grayscale-900",
|
|
8710
|
+
{ "!flex": e.detail && !g(e.detail) },
|
|
8396
8711
|
{ "rotate-180": e.showDetail }
|
|
8397
8712
|
],
|
|
8398
8713
|
"data-wv-section": "markerArrow"
|
|
8399
8714
|
}),
|
|
8715
|
+
markerDot: (e) => ({
|
|
8716
|
+
class: [
|
|
8717
|
+
"hidden w-[6px] h-[6px] m-[3px] rounded-full bg-black",
|
|
8718
|
+
{ "!flex": !e.detail || g(e.detail) }
|
|
8719
|
+
],
|
|
8720
|
+
"data-wv-section": "markerDot"
|
|
8721
|
+
}),
|
|
8722
|
+
contentHeader: {
|
|
8723
|
+
class: ["leading-5 cursor-pointer truncate !text-xs !font-bold"]
|
|
8724
|
+
},
|
|
8725
|
+
contentDetailKey: {
|
|
8726
|
+
class: ["text-general-400 whitespace-nowrap"]
|
|
8727
|
+
},
|
|
8728
|
+
contentDetailValue: {
|
|
8729
|
+
class: ["text-xs text-general-800"]
|
|
8730
|
+
},
|
|
8731
|
+
contentDate: {
|
|
8732
|
+
class: ["text-xs font-medium"]
|
|
8733
|
+
},
|
|
8400
8734
|
connector: ({ props: e }) => ({
|
|
8401
|
-
class: ["w-[
|
|
8735
|
+
class: ["w-[1px] grow bg-general-100"]
|
|
8402
8736
|
}),
|
|
8403
8737
|
content: ({ props: e, context: t }) => ({
|
|
8404
8738
|
class: ["grid grid-rows-[max-content,auto] pb-2.5 gap-1"]
|
|
8405
8739
|
})
|
|
8406
|
-
},
|
|
8740
|
+
}, qe = {
|
|
8407
8741
|
root: ({ props: e }) => ({
|
|
8408
8742
|
class: [
|
|
8409
8743
|
//Size and Shape
|
|
@@ -8486,7 +8820,7 @@ const h = {
|
|
|
8486
8820
|
leaveActiveClass: "!transition-[max-height_.45s_cubic-bezier(0,1,0,1),opacity_.3s,margin-bottom_.3s] overflow-hidden",
|
|
8487
8821
|
leaveToClass: "max-h-0 opacity-0 mb-0"
|
|
8488
8822
|
}
|
|
8489
|
-
},
|
|
8823
|
+
}, Je = {
|
|
8490
8824
|
root: {
|
|
8491
8825
|
class: [
|
|
8492
8826
|
"relative",
|
|
@@ -8557,7 +8891,7 @@ const h = {
|
|
|
8557
8891
|
icon: {
|
|
8558
8892
|
class: [" mr-2", "text-surface-700/80"]
|
|
8559
8893
|
}
|
|
8560
|
-
},
|
|
8894
|
+
}, Xe = {
|
|
8561
8895
|
root: {
|
|
8562
8896
|
class: [
|
|
8563
8897
|
// Flex & Alignment
|
|
@@ -8583,7 +8917,7 @@ const h = {
|
|
|
8583
8917
|
end: {
|
|
8584
8918
|
class: "flex items-center"
|
|
8585
8919
|
}
|
|
8586
|
-
},
|
|
8920
|
+
}, Ze = {
|
|
8587
8921
|
root: ({ context: e, props: t }) => ({
|
|
8588
8922
|
class: [
|
|
8589
8923
|
// Position
|
|
@@ -8618,7 +8952,7 @@ const h = {
|
|
|
8618
8952
|
"break-words"
|
|
8619
8953
|
]
|
|
8620
8954
|
}
|
|
8621
|
-
},
|
|
8955
|
+
}, Qe = {
|
|
8622
8956
|
root: {
|
|
8623
8957
|
class: [
|
|
8624
8958
|
"relative",
|
|
@@ -8649,8 +8983,7 @@ const h = {
|
|
|
8649
8983
|
"p-0",
|
|
8650
8984
|
"pl-1",
|
|
8651
8985
|
"rounded-md",
|
|
8652
|
-
"focus:outline-none focus:outline-offset-0"
|
|
8653
|
-
"focus:bg-primary-50"
|
|
8986
|
+
"focus:outline-none focus:outline-offset-0"
|
|
8654
8987
|
]
|
|
8655
8988
|
},
|
|
8656
8989
|
content: ({ context: e, props: t }) => ({
|
|
@@ -8668,10 +9001,11 @@ const h = {
|
|
|
8668
9001
|
},
|
|
8669
9002
|
// States
|
|
8670
9003
|
{
|
|
8671
|
-
"hover:bg-primary-50": t.selectionMode == "single" || t.selectionMode == "multiple"
|
|
9004
|
+
"hover:bg-primary-50": (t.selectionMode == "single" || t.selectionMode == "multiple") && !e.disabled && !e.exactDisabled
|
|
8672
9005
|
},
|
|
8673
9006
|
{
|
|
8674
|
-
"!
|
|
9007
|
+
"!text-general-200": e.disabled && !e.exactDisabled,
|
|
9008
|
+
"!cursor-default": e.disabled || e.exactDisabled
|
|
8675
9009
|
},
|
|
8676
9010
|
// Transition
|
|
8677
9011
|
"transition-shadow duration-200",
|
|
@@ -8866,10 +9200,11 @@ const h = {
|
|
|
8866
9200
|
{
|
|
8867
9201
|
"!text-general-200 !cursor-default": t.exactDisabled && e.node.key != -1
|
|
8868
9202
|
},
|
|
9203
|
+
{ "!opacity-60": t.disabled },
|
|
8869
9204
|
"text-xs font-medium text-general-800"
|
|
8870
9205
|
]
|
|
8871
9206
|
})
|
|
8872
|
-
},
|
|
9207
|
+
}, et = {
|
|
8873
9208
|
root: ({ props: e, state: t }) => ({
|
|
8874
9209
|
class: [
|
|
8875
9210
|
// Display and Position
|
|
@@ -9190,7 +9525,7 @@ const h = {
|
|
|
9190
9525
|
leaveActiveClass: "transition-opacity duration-100 ease-linear",
|
|
9191
9526
|
leaveToClass: "opacity-0"
|
|
9192
9527
|
}
|
|
9193
|
-
},
|
|
9528
|
+
}, tt = {
|
|
9194
9529
|
root: {
|
|
9195
9530
|
class: [
|
|
9196
9531
|
"relative",
|
|
@@ -9290,13 +9625,13 @@ const h = {
|
|
|
9290
9625
|
"duration-200"
|
|
9291
9626
|
]
|
|
9292
9627
|
}
|
|
9293
|
-
},
|
|
9628
|
+
}, rt = {
|
|
9294
9629
|
root: {
|
|
9295
9630
|
class: ["!mt-0 text-danger-500 text-xs font-light tracking-[0.02em]"],
|
|
9296
9631
|
"data-wv-name": "validatormessage",
|
|
9297
9632
|
"data-wv-section": "root"
|
|
9298
9633
|
}
|
|
9299
|
-
},
|
|
9634
|
+
}, it = {
|
|
9300
9635
|
root: {
|
|
9301
9636
|
class: "flex gap-2 items-center shrink-0",
|
|
9302
9637
|
"data-wv-name": "buttonbulkaction",
|
|
@@ -9351,7 +9686,7 @@ const h = {
|
|
|
9351
9686
|
class: "!p-0 !w-6 !h-6 [&_.icon]:!w-5 [&_.icon]:!h-5",
|
|
9352
9687
|
"data-wv-section": "buttonclearselection"
|
|
9353
9688
|
}
|
|
9354
|
-
},
|
|
9689
|
+
}, st = {
|
|
9355
9690
|
root: {
|
|
9356
9691
|
class: "flex flex-nowrap items-center gap-1",
|
|
9357
9692
|
"data-wv-name": "badgegroup",
|
|
@@ -9363,7 +9698,7 @@ const h = {
|
|
|
9363
9698
|
},
|
|
9364
9699
|
showmoredialog: {
|
|
9365
9700
|
root: {
|
|
9366
|
-
class: [
|
|
9701
|
+
class: [C.root({ state: {} }).class, "w-[400px] !px-6 !py-3"],
|
|
9367
9702
|
"data-wv-section": "showmoredialog"
|
|
9368
9703
|
},
|
|
9369
9704
|
title: {
|
|
@@ -9376,7 +9711,7 @@ const h = {
|
|
|
9376
9711
|
}
|
|
9377
9712
|
// All section in Dialog Preset can be added here
|
|
9378
9713
|
}
|
|
9379
|
-
},
|
|
9714
|
+
}, nt = {
|
|
9380
9715
|
root: {
|
|
9381
9716
|
class: [
|
|
9382
9717
|
"flex gap-[5px] items-center text-left h-[21px]",
|
|
@@ -9401,16 +9736,16 @@ const h = {
|
|
|
9401
9736
|
content: ">",
|
|
9402
9737
|
"data-wv-section": "separator"
|
|
9403
9738
|
}
|
|
9404
|
-
},
|
|
9739
|
+
}, at = {
|
|
9405
9740
|
currency: (e) => ({
|
|
9406
|
-
class: [...
|
|
9741
|
+
class: [...f(e), "rounded-l rounded-r-none"],
|
|
9407
9742
|
"data-wv-section": "currency"
|
|
9408
9743
|
}),
|
|
9409
9744
|
value: (e) => ({
|
|
9410
|
-
class: [...
|
|
9745
|
+
class: [...f(e), "rounded-r rounded-l-none -ml-[1px]"],
|
|
9411
9746
|
"data-wv-section": "value"
|
|
9412
9747
|
})
|
|
9413
|
-
},
|
|
9748
|
+
}, ot = {
|
|
9414
9749
|
root: {
|
|
9415
9750
|
"data-wv-name": "fileupload",
|
|
9416
9751
|
"data-wv-section": "root"
|
|
@@ -9432,7 +9767,7 @@ const h = {
|
|
|
9432
9767
|
requirements: {
|
|
9433
9768
|
class: "flex justify-start"
|
|
9434
9769
|
}
|
|
9435
|
-
},
|
|
9770
|
+
}, lt = {
|
|
9436
9771
|
root: {
|
|
9437
9772
|
class: [
|
|
9438
9773
|
"flex flex-col items-start justify-start relative gap-1 w-full shrink-0 overflow-hidden"
|
|
@@ -9440,12 +9775,15 @@ const h = {
|
|
|
9440
9775
|
"data-wv-name": "fieldwrapper",
|
|
9441
9776
|
"data-wv-section": "root"
|
|
9442
9777
|
},
|
|
9443
|
-
label: ({ props: e }) => ({
|
|
9778
|
+
label: ({ props: e, slots: t }) => ({
|
|
9444
9779
|
class: [
|
|
9445
9780
|
[
|
|
9446
9781
|
"text-general-900 text-xs flex gap-[2px] font-medium tracking-[0.02em]",
|
|
9447
9782
|
e.labelClass
|
|
9448
|
-
]
|
|
9783
|
+
],
|
|
9784
|
+
{
|
|
9785
|
+
"w-full": t["label-addon"]
|
|
9786
|
+
}
|
|
9449
9787
|
],
|
|
9450
9788
|
"data-wv-section": "fieldlabel"
|
|
9451
9789
|
}),
|
|
@@ -9458,7 +9796,7 @@ const h = {
|
|
|
9458
9796
|
arterisksign: {
|
|
9459
9797
|
class: "text-danger-500"
|
|
9460
9798
|
}
|
|
9461
|
-
},
|
|
9799
|
+
}, ct = {
|
|
9462
9800
|
next: ({ context: e }) => ({
|
|
9463
9801
|
class: [
|
|
9464
9802
|
"text-2xl text-general-900",
|
|
@@ -9482,14 +9820,14 @@ const h = {
|
|
|
9482
9820
|
}
|
|
9483
9821
|
]
|
|
9484
9822
|
})
|
|
9485
|
-
},
|
|
9823
|
+
}, dt = {
|
|
9486
9824
|
root: {
|
|
9487
9825
|
class: [
|
|
9488
9826
|
"bg-general-50 rounded-lg [&>*]:w-full [&>*]min-w-0",
|
|
9489
9827
|
"grid items-end p-3 gap-x-3 gap-y-4"
|
|
9490
9828
|
]
|
|
9491
9829
|
}
|
|
9492
|
-
},
|
|
9830
|
+
}, ut = {
|
|
9493
9831
|
root: {
|
|
9494
9832
|
class: [
|
|
9495
9833
|
"w-screen h-screen fixed top-0 left-0 z-[9999999]",
|
|
@@ -9501,14 +9839,14 @@ const h = {
|
|
|
9501
9839
|
animation: {
|
|
9502
9840
|
class: ["w-[700px] h-auto"]
|
|
9503
9841
|
}
|
|
9504
|
-
},
|
|
9842
|
+
}, ft = {
|
|
9505
9843
|
root: {
|
|
9506
9844
|
class: "flex items-center gap-1"
|
|
9507
9845
|
},
|
|
9508
9846
|
displayname: ({ props: e }) => ({
|
|
9509
9847
|
class: [
|
|
9510
9848
|
"text-xs font-medium cursor-pointer",
|
|
9511
|
-
{ "text-primary-
|
|
9849
|
+
{ "text-primary-500 cursor-pointer": e.type === "icon" },
|
|
9512
9850
|
{ "text-general-800": e.type !== "icon" }
|
|
9513
9851
|
]
|
|
9514
9852
|
}),
|
|
@@ -9535,118 +9873,118 @@ const h = {
|
|
|
9535
9873
|
class: "flex flex-col gap-0.5 items-center justify-center"
|
|
9536
9874
|
}
|
|
9537
9875
|
}
|
|
9538
|
-
},
|
|
9539
|
-
badge:
|
|
9540
|
-
ripple:
|
|
9541
|
-
tooltip:
|
|
9542
|
-
},
|
|
9543
|
-
global:
|
|
9544
|
-
directives:
|
|
9876
|
+
}, gt = {
|
|
9877
|
+
badge: F,
|
|
9878
|
+
ripple: Se,
|
|
9879
|
+
tooltip: Ze
|
|
9880
|
+
}, bt = {
|
|
9881
|
+
global: ae,
|
|
9882
|
+
directives: gt,
|
|
9545
9883
|
// Forms
|
|
9546
|
-
form:
|
|
9547
|
-
filtercontainer:
|
|
9548
|
-
autocomplete:
|
|
9549
|
-
dropdown:
|
|
9550
|
-
inputnumber:
|
|
9551
|
-
inputphonenumber:
|
|
9552
|
-
inputcurrency:
|
|
9553
|
-
inputotp:
|
|
9554
|
-
inputtext:
|
|
9555
|
-
inputbadge:
|
|
9556
|
-
calendar:
|
|
9557
|
-
checkbox:
|
|
9558
|
-
buttonradio:
|
|
9559
|
-
selectbutton:
|
|
9560
|
-
slider:
|
|
9561
|
-
chips:
|
|
9562
|
-
rating:
|
|
9884
|
+
form: se,
|
|
9885
|
+
filtercontainer: dt,
|
|
9886
|
+
autocomplete: _,
|
|
9887
|
+
dropdown: re,
|
|
9888
|
+
inputnumber: ge,
|
|
9889
|
+
inputphonenumber: be,
|
|
9890
|
+
inputcurrency: at,
|
|
9891
|
+
inputotp: me,
|
|
9892
|
+
inputtext: z,
|
|
9893
|
+
inputbadge: ce,
|
|
9894
|
+
calendar: B,
|
|
9895
|
+
checkbox: d,
|
|
9896
|
+
buttonradio: Fe,
|
|
9897
|
+
selectbutton: Ee,
|
|
9898
|
+
slider: $e,
|
|
9899
|
+
chips: W,
|
|
9900
|
+
rating: Pe,
|
|
9563
9901
|
multiselect: s,
|
|
9564
|
-
togglebutton:
|
|
9565
|
-
toggleswitch:
|
|
9566
|
-
cascadeselect:
|
|
9567
|
-
listbox:
|
|
9568
|
-
colorpicker:
|
|
9569
|
-
inputgroup:
|
|
9570
|
-
inputgroupaddon:
|
|
9571
|
-
inputmask:
|
|
9572
|
-
knob:
|
|
9573
|
-
treeselect:
|
|
9574
|
-
tristatecheckbox:
|
|
9575
|
-
textarea:
|
|
9576
|
-
password:
|
|
9577
|
-
validatormessage:
|
|
9578
|
-
fileupload:
|
|
9579
|
-
fieldwrapper:
|
|
9902
|
+
togglebutton: Je,
|
|
9903
|
+
toggleswitch: u,
|
|
9904
|
+
cascadeselect: O,
|
|
9905
|
+
listbox: xe,
|
|
9906
|
+
colorpicker: D,
|
|
9907
|
+
inputgroup: de,
|
|
9908
|
+
inputgroupaddon: ue,
|
|
9909
|
+
inputmask: fe,
|
|
9910
|
+
knob: pe,
|
|
9911
|
+
treeselect: et,
|
|
9912
|
+
tristatecheckbox: tt,
|
|
9913
|
+
textarea: Ye,
|
|
9914
|
+
password: _e,
|
|
9915
|
+
validatormessage: rt,
|
|
9916
|
+
fileupload: ot,
|
|
9917
|
+
fieldwrapper: lt,
|
|
9580
9918
|
// Buttons
|
|
9581
|
-
button:
|
|
9582
|
-
buttondownload:
|
|
9583
|
-
buttonbulkaction:
|
|
9584
|
-
buttonsearch:
|
|
9585
|
-
buttonsplit:
|
|
9586
|
-
buttonfilter:
|
|
9587
|
-
splitbutton:
|
|
9919
|
+
button: P,
|
|
9920
|
+
buttondownload: S,
|
|
9921
|
+
buttonbulkaction: it,
|
|
9922
|
+
buttonsearch: U,
|
|
9923
|
+
buttonsplit: E,
|
|
9924
|
+
buttonfilter: V,
|
|
9925
|
+
splitbutton: Oe,
|
|
9588
9926
|
// Data
|
|
9589
|
-
paginator:
|
|
9590
|
-
datatable:
|
|
9591
|
-
customcolumn:
|
|
9592
|
-
tree:
|
|
9593
|
-
dataview:
|
|
9594
|
-
dataviewlayoutoptions:
|
|
9595
|
-
organizationchart:
|
|
9596
|
-
orderlist:
|
|
9597
|
-
picklist:
|
|
9598
|
-
timeline:
|
|
9599
|
-
changelog:
|
|
9927
|
+
paginator: je,
|
|
9928
|
+
datatable: q,
|
|
9929
|
+
customcolumn: K,
|
|
9930
|
+
tree: Qe,
|
|
9931
|
+
dataview: J,
|
|
9932
|
+
dataviewlayoutoptions: X,
|
|
9933
|
+
organizationchart: Ce,
|
|
9934
|
+
orderlist: ke,
|
|
9935
|
+
picklist: Ne,
|
|
9936
|
+
timeline: Ke,
|
|
9937
|
+
changelog: L,
|
|
9600
9938
|
// Panels
|
|
9601
|
-
accordion:
|
|
9602
|
-
panel:
|
|
9603
|
-
fieldset:
|
|
9604
|
-
card:
|
|
9605
|
-
tabview:
|
|
9606
|
-
divider:
|
|
9607
|
-
toolbar:
|
|
9608
|
-
scrollpanel:
|
|
9939
|
+
accordion: T,
|
|
9940
|
+
panel: Ae,
|
|
9941
|
+
fieldset: ie,
|
|
9942
|
+
card: G,
|
|
9943
|
+
tabview: We,
|
|
9944
|
+
divider: ee,
|
|
9945
|
+
toolbar: Xe,
|
|
9946
|
+
scrollpanel: Ve,
|
|
9609
9947
|
// Menu
|
|
9610
|
-
contextmenu:
|
|
9611
|
-
menu:
|
|
9612
|
-
menubar:
|
|
9613
|
-
steps:
|
|
9614
|
-
breadcrumb:
|
|
9615
|
-
tieredmenu:
|
|
9616
|
-
panelmenu:
|
|
9617
|
-
megamenu:
|
|
9618
|
-
dock:
|
|
9619
|
-
tabmenu:
|
|
9948
|
+
contextmenu: H,
|
|
9949
|
+
menu: he,
|
|
9950
|
+
menubar: ye,
|
|
9951
|
+
steps: Le,
|
|
9952
|
+
breadcrumb: nt,
|
|
9953
|
+
tieredmenu: He,
|
|
9954
|
+
panelmenu: Te,
|
|
9955
|
+
megamenu: ve,
|
|
9956
|
+
dock: te,
|
|
9957
|
+
tabmenu: Re,
|
|
9620
9958
|
// Overlays
|
|
9621
|
-
dialog:
|
|
9622
|
-
dialogconfirm:
|
|
9623
|
-
dialogform:
|
|
9624
|
-
overlaypanel:
|
|
9625
|
-
sidebar:
|
|
9626
|
-
confirmpopup:
|
|
9959
|
+
dialog: C,
|
|
9960
|
+
dialogconfirm: Z,
|
|
9961
|
+
dialogform: Q,
|
|
9962
|
+
overlaypanel: ze,
|
|
9963
|
+
sidebar: Be,
|
|
9964
|
+
confirmpopup: Y,
|
|
9627
9965
|
// Messages
|
|
9628
|
-
message:
|
|
9629
|
-
inlinemessage:
|
|
9630
|
-
toast:
|
|
9966
|
+
message: we,
|
|
9967
|
+
inlinemessage: le,
|
|
9968
|
+
toast: qe,
|
|
9631
9969
|
// Media
|
|
9632
|
-
carousel:
|
|
9970
|
+
carousel: $,
|
|
9633
9971
|
// Misc
|
|
9634
|
-
badge:
|
|
9635
|
-
badgegroup:
|
|
9636
|
-
avatar:
|
|
9637
|
-
avatargroup:
|
|
9638
|
-
tag:
|
|
9639
|
-
chip:
|
|
9640
|
-
progressbar:
|
|
9641
|
-
skeleton:
|
|
9642
|
-
scrolltop:
|
|
9643
|
-
terminal:
|
|
9644
|
-
image:
|
|
9645
|
-
workcalendar:
|
|
9646
|
-
loading:
|
|
9647
|
-
codesnippet:
|
|
9648
|
-
username:
|
|
9972
|
+
badge: c,
|
|
9973
|
+
badgegroup: st,
|
|
9974
|
+
avatar: N,
|
|
9975
|
+
avatargroup: I,
|
|
9976
|
+
tag: Me,
|
|
9977
|
+
chip: R,
|
|
9978
|
+
progressbar: Ie,
|
|
9979
|
+
skeleton: Ge,
|
|
9980
|
+
scrolltop: Ue,
|
|
9981
|
+
terminal: De,
|
|
9982
|
+
image: oe,
|
|
9983
|
+
workcalendar: ct,
|
|
9984
|
+
loading: ut,
|
|
9985
|
+
codesnippet: M,
|
|
9986
|
+
username: ft
|
|
9649
9987
|
};
|
|
9650
9988
|
export {
|
|
9651
|
-
|
|
9989
|
+
bt as default
|
|
9652
9990
|
};
|