@uzum-tech/ui 1.1.3 → 1.1.4
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/index.js +396 -255
- package/dist/index.prod.js +2 -2
- package/es/components.d.ts +1 -0
- package/es/components.js +1 -0
- package/es/config-provider/src/internal-interface.d.ts +2 -0
- package/es/flex/index.d.ts +3 -0
- package/es/flex/index.js +1 -0
- package/es/flex/src/Flex.d.ts +116 -0
- package/es/flex/src/Flex.js +80 -0
- package/es/flex/src/styles/rtl.cssr.d.ts +2 -0
- package/es/flex/src/styles/rtl.cssr.js +4 -0
- package/es/flex/src/type.d.ts +3 -0
- package/es/flex/src/type.js +1 -0
- package/es/flex/styles/_common.d.ts +6 -0
- package/es/flex/styles/_common.js +5 -0
- package/es/flex/styles/dark.d.ts +3 -0
- package/es/flex/styles/dark.js +8 -0
- package/es/flex/styles/index.d.ts +4 -0
- package/es/flex/styles/index.js +3 -0
- package/es/flex/styles/light.d.ts +10 -0
- package/es/flex/styles/light.js +9 -0
- package/es/flex/styles/rtl.d.ts +2 -0
- package/es/flex/styles/rtl.js +5 -0
- package/es/themes/dark.js +3 -1
- package/es/themes/light.js +3 -1
- package/es/version.d.ts +1 -1
- package/es/version.js +1 -1
- package/lib/components.d.ts +1 -0
- package/lib/components.js +1 -0
- package/lib/config-provider/src/internal-interface.d.ts +2 -0
- package/lib/flex/index.d.ts +3 -0
- package/lib/flex/index.js +9 -0
- package/lib/flex/src/Flex.d.ts +116 -0
- package/lib/flex/src/Flex.js +83 -0
- package/lib/flex/src/styles/rtl.cssr.d.ts +2 -0
- package/lib/flex/src/styles/rtl.cssr.js +9 -0
- package/lib/flex/src/type.d.ts +3 -0
- package/lib/flex/src/type.js +2 -0
- package/lib/flex/styles/_common.d.ts +6 -0
- package/lib/flex/styles/_common.js +7 -0
- package/lib/flex/styles/dark.d.ts +3 -0
- package/lib/flex/styles/dark.js +13 -0
- package/lib/flex/styles/index.d.ts +4 -0
- package/lib/flex/styles/index.js +12 -0
- package/lib/flex/styles/light.d.ts +10 -0
- package/lib/flex/styles/light.js +14 -0
- package/lib/flex/styles/rtl.d.ts +2 -0
- package/lib/flex/styles/rtl.js +11 -0
- package/lib/themes/dark.js +3 -1
- package/lib/themes/light.js +3 -1
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/package.json +2 -2
- package/volar.d.ts +1 -0
- package/web-types.json +90 -1
package/dist/index.js
CHANGED
|
@@ -35501,7 +35501,7 @@
|
|
|
35501
35501
|
shadowDepth2: "0px 20px 80px 0px rgba(0, 0, 0, 0.07)"
|
|
35502
35502
|
};
|
|
35503
35503
|
|
|
35504
|
-
const self$
|
|
35504
|
+
const self$1j = vars => {
|
|
35505
35505
|
const {
|
|
35506
35506
|
heightSmall,
|
|
35507
35507
|
heightMedium,
|
|
@@ -35522,7 +35522,7 @@
|
|
|
35522
35522
|
const skeletonLight$1 = {
|
|
35523
35523
|
name: "Skeleton",
|
|
35524
35524
|
common: derived,
|
|
35525
|
-
self: self$
|
|
35525
|
+
self: self$1j
|
|
35526
35526
|
};
|
|
35527
35527
|
|
|
35528
35528
|
var style$1A = c$1([cB("skeleton", `
|
|
@@ -36330,7 +36330,7 @@
|
|
|
36330
36330
|
return treemate;
|
|
36331
36331
|
}
|
|
36332
36332
|
|
|
36333
|
-
const self$
|
|
36333
|
+
const self$1i = vars => {
|
|
36334
36334
|
const {
|
|
36335
36335
|
fontBodyMedium,
|
|
36336
36336
|
fontBodyLarge,
|
|
@@ -36356,13 +36356,13 @@
|
|
|
36356
36356
|
const emptyLight = {
|
|
36357
36357
|
name: "Empty",
|
|
36358
36358
|
common: derived,
|
|
36359
|
-
self: self$
|
|
36359
|
+
self: self$1i
|
|
36360
36360
|
};
|
|
36361
36361
|
|
|
36362
36362
|
const emptyDark$1 = {
|
|
36363
36363
|
name: "Empty",
|
|
36364
36364
|
common: derived$1,
|
|
36365
|
-
self: self$
|
|
36365
|
+
self: self$1i
|
|
36366
36366
|
};
|
|
36367
36367
|
|
|
36368
36368
|
var style$1z = cB("empty", `
|
|
@@ -36487,7 +36487,7 @@
|
|
|
36487
36487
|
}
|
|
36488
36488
|
});
|
|
36489
36489
|
|
|
36490
|
-
const self$
|
|
36490
|
+
const self$1h = vars => {
|
|
36491
36491
|
const {
|
|
36492
36492
|
scrollbarColor,
|
|
36493
36493
|
scrollbarColorHover
|
|
@@ -36500,13 +36500,13 @@
|
|
|
36500
36500
|
const scrollbarLight = {
|
|
36501
36501
|
name: "Scrollbar",
|
|
36502
36502
|
common: derived,
|
|
36503
|
-
self: self$
|
|
36503
|
+
self: self$1h
|
|
36504
36504
|
};
|
|
36505
36505
|
|
|
36506
36506
|
const scrollbarDark = {
|
|
36507
36507
|
name: "Scrollbar",
|
|
36508
36508
|
common: derived$1,
|
|
36509
|
-
self: self$
|
|
36509
|
+
self: self$1h
|
|
36510
36510
|
};
|
|
36511
36511
|
|
|
36512
36512
|
var rtlStyle$r = cB("scrollbar", [cM("rtl", `
|
|
@@ -37292,7 +37292,7 @@
|
|
|
37292
37292
|
});
|
|
37293
37293
|
const XScrollbar = Scrollbar$1;
|
|
37294
37294
|
|
|
37295
|
-
const self$
|
|
37295
|
+
const self$1g = vars => {
|
|
37296
37296
|
const {
|
|
37297
37297
|
borderRadius,
|
|
37298
37298
|
iconMedium,
|
|
@@ -37349,7 +37349,7 @@
|
|
|
37349
37349
|
Scrollbar: scrollbarLight,
|
|
37350
37350
|
Empty: emptyLight
|
|
37351
37351
|
},
|
|
37352
|
-
self: self$
|
|
37352
|
+
self: self$1g
|
|
37353
37353
|
});
|
|
37354
37354
|
|
|
37355
37355
|
const internalSelectMenuDark = {
|
|
@@ -37359,7 +37359,7 @@
|
|
|
37359
37359
|
Scrollbar: scrollbarDark,
|
|
37360
37360
|
Empty: emptyDark$1
|
|
37361
37361
|
},
|
|
37362
|
-
self: self$
|
|
37362
|
+
self: self$1g
|
|
37363
37363
|
};
|
|
37364
37364
|
|
|
37365
37365
|
function renderCheckMark(show, clsPrefix) {
|
|
@@ -38348,7 +38348,7 @@
|
|
|
38348
38348
|
}
|
|
38349
38349
|
});
|
|
38350
38350
|
|
|
38351
|
-
const self$
|
|
38351
|
+
const self$1f = vars => {
|
|
38352
38352
|
const {
|
|
38353
38353
|
fontBodyMedium,
|
|
38354
38354
|
containerPrimary,
|
|
@@ -38375,13 +38375,13 @@
|
|
|
38375
38375
|
const popoverLight = {
|
|
38376
38376
|
name: "Popover",
|
|
38377
38377
|
common: derived,
|
|
38378
|
-
self: self$
|
|
38378
|
+
self: self$1f
|
|
38379
38379
|
};
|
|
38380
38380
|
|
|
38381
38381
|
const popoverDark = {
|
|
38382
38382
|
name: "Popover",
|
|
38383
38383
|
common: derived$1,
|
|
38384
|
-
self: self$
|
|
38384
|
+
self: self$1f
|
|
38385
38385
|
};
|
|
38386
38386
|
|
|
38387
38387
|
const oppositePlacement = {
|
|
@@ -39387,7 +39387,7 @@
|
|
|
39387
39387
|
}
|
|
39388
39388
|
});
|
|
39389
39389
|
|
|
39390
|
-
const self$
|
|
39390
|
+
const self$1e = vars => {
|
|
39391
39391
|
const {
|
|
39392
39392
|
opacityDisabled,
|
|
39393
39393
|
borderRadiusSmall: borderRadius,
|
|
@@ -39561,13 +39561,13 @@
|
|
|
39561
39561
|
const tagLight = {
|
|
39562
39562
|
name: "Tag",
|
|
39563
39563
|
common: derived,
|
|
39564
|
-
self: self$
|
|
39564
|
+
self: self$1e
|
|
39565
39565
|
};
|
|
39566
39566
|
|
|
39567
39567
|
const tagDark = {
|
|
39568
39568
|
name: "Tag",
|
|
39569
39569
|
common: derived$1,
|
|
39570
|
-
self: self$
|
|
39570
|
+
self: self$1e
|
|
39571
39571
|
};
|
|
39572
39572
|
|
|
39573
39573
|
var rtlStyle$q = cB("tag", [cM("rtl", `
|
|
@@ -40104,7 +40104,7 @@
|
|
|
40104
40104
|
}
|
|
40105
40105
|
});
|
|
40106
40106
|
|
|
40107
|
-
const self$
|
|
40107
|
+
const self$1d = vars => {
|
|
40108
40108
|
const {
|
|
40109
40109
|
borderRadius,
|
|
40110
40110
|
iconMedium,
|
|
@@ -40265,7 +40265,7 @@
|
|
|
40265
40265
|
peers: {
|
|
40266
40266
|
Popover: popoverLight
|
|
40267
40267
|
},
|
|
40268
|
-
self: self$
|
|
40268
|
+
self: self$1d
|
|
40269
40269
|
});
|
|
40270
40270
|
|
|
40271
40271
|
const internalSelectionDark = {
|
|
@@ -40274,7 +40274,7 @@
|
|
|
40274
40274
|
peers: {
|
|
40275
40275
|
Popover: popoverDark
|
|
40276
40276
|
},
|
|
40277
|
-
self: self$
|
|
40277
|
+
self: self$1d
|
|
40278
40278
|
};
|
|
40279
40279
|
|
|
40280
40280
|
function generateSecondaryStates(state) {
|
|
@@ -42245,7 +42245,7 @@
|
|
|
42245
42245
|
font-size: var(--u-avatar-size);
|
|
42246
42246
|
`)])]);
|
|
42247
42247
|
|
|
42248
|
-
var commonVars$
|
|
42248
|
+
var commonVars$7 = {
|
|
42249
42249
|
iconWidth: "44px",
|
|
42250
42250
|
iconHeight: "44px",
|
|
42251
42251
|
iconMargin: "0 16px 0 0",
|
|
@@ -42257,7 +42257,7 @@
|
|
|
42257
42257
|
avatarSize: "16px"
|
|
42258
42258
|
};
|
|
42259
42259
|
|
|
42260
|
-
const self$
|
|
42260
|
+
const self$1c = vars => {
|
|
42261
42261
|
const {
|
|
42262
42262
|
heightHuge,
|
|
42263
42263
|
fontBodyLarge,
|
|
@@ -42271,7 +42271,7 @@
|
|
|
42271
42271
|
elementsSecondary
|
|
42272
42272
|
} = vars;
|
|
42273
42273
|
return {
|
|
42274
|
-
...commonVars$
|
|
42274
|
+
...commonVars$7,
|
|
42275
42275
|
height: heightHuge,
|
|
42276
42276
|
labelColor: textSecondary,
|
|
42277
42277
|
labelFontSize: fontBodyLarge,
|
|
@@ -42287,13 +42287,13 @@
|
|
|
42287
42287
|
const accountOptionLight = {
|
|
42288
42288
|
name: "AccountOption",
|
|
42289
42289
|
common: derived,
|
|
42290
|
-
self: self$
|
|
42290
|
+
self: self$1c
|
|
42291
42291
|
};
|
|
42292
42292
|
|
|
42293
42293
|
const accountOptionDark = {
|
|
42294
42294
|
name: "AccountOption",
|
|
42295
42295
|
common: derived$1,
|
|
42296
|
-
self: self$
|
|
42296
|
+
self: self$1c
|
|
42297
42297
|
};
|
|
42298
42298
|
|
|
42299
42299
|
var UBaseAccountOption = vue.defineComponent({
|
|
@@ -42387,7 +42387,7 @@
|
|
|
42387
42387
|
}
|
|
42388
42388
|
});
|
|
42389
42389
|
|
|
42390
|
-
var commonVars$
|
|
42390
|
+
var commonVars$6 = {
|
|
42391
42391
|
iconMargin: "16px",
|
|
42392
42392
|
closeMargin: "12px",
|
|
42393
42393
|
actionsMarginTop: "24px",
|
|
@@ -42401,7 +42401,7 @@
|
|
|
42401
42401
|
descriptionSpaceBanner: "24px"
|
|
42402
42402
|
};
|
|
42403
42403
|
|
|
42404
|
-
const self$
|
|
42404
|
+
const self$1b = vars => {
|
|
42405
42405
|
const {
|
|
42406
42406
|
iconMedium,
|
|
42407
42407
|
closeMedium,
|
|
@@ -42427,7 +42427,7 @@
|
|
|
42427
42427
|
brandPrimary500
|
|
42428
42428
|
} = vars;
|
|
42429
42429
|
return {
|
|
42430
|
-
...commonVars$
|
|
42430
|
+
...commonVars$6,
|
|
42431
42431
|
iconSize: iconMedium,
|
|
42432
42432
|
closeIconSize: iconMedium,
|
|
42433
42433
|
closeSize: closeMedium,
|
|
@@ -42509,13 +42509,13 @@
|
|
|
42509
42509
|
const alertLight = {
|
|
42510
42510
|
name: "Alert",
|
|
42511
42511
|
common: derived,
|
|
42512
|
-
self: self$
|
|
42512
|
+
self: self$1b
|
|
42513
42513
|
};
|
|
42514
42514
|
|
|
42515
42515
|
const alertDark = {
|
|
42516
42516
|
name: "Alert",
|
|
42517
42517
|
common: derived$1,
|
|
42518
|
-
self: self$
|
|
42518
|
+
self: self$1b
|
|
42519
42519
|
};
|
|
42520
42520
|
|
|
42521
42521
|
var rtlStyle$p = cB("alert", [cM("rtl", `
|
|
@@ -42890,7 +42890,7 @@
|
|
|
42890
42890
|
}
|
|
42891
42891
|
});
|
|
42892
42892
|
|
|
42893
|
-
const self$
|
|
42893
|
+
const self$1a = vars => {
|
|
42894
42894
|
const {
|
|
42895
42895
|
borderRadius,
|
|
42896
42896
|
fontBodyMedium,
|
|
@@ -42920,13 +42920,13 @@
|
|
|
42920
42920
|
const anchorLight = {
|
|
42921
42921
|
name: "Anchor",
|
|
42922
42922
|
common: derived,
|
|
42923
|
-
self: self$
|
|
42923
|
+
self: self$1a
|
|
42924
42924
|
};
|
|
42925
42925
|
|
|
42926
42926
|
const anchorDark = {
|
|
42927
42927
|
name: "Anchor",
|
|
42928
42928
|
common: derived$1,
|
|
42929
|
-
self: self$
|
|
42929
|
+
self: self$1a
|
|
42930
42930
|
};
|
|
42931
42931
|
|
|
42932
42932
|
var style$1n = cB("anchor", `
|
|
@@ -43489,7 +43489,7 @@
|
|
|
43489
43489
|
isBrowser$2 && navigator.userAgent.includes("Firefox");
|
|
43490
43490
|
const isSafari = isBrowser$2 && navigator.userAgent.includes("Safari") && !isChrome;
|
|
43491
43491
|
|
|
43492
|
-
const self$
|
|
43492
|
+
const self$19 = vars => {
|
|
43493
43493
|
const {
|
|
43494
43494
|
iconMedium,
|
|
43495
43495
|
textSecondary,
|
|
@@ -43589,13 +43589,13 @@
|
|
|
43589
43589
|
const inputLight = {
|
|
43590
43590
|
name: "Input",
|
|
43591
43591
|
common: derived,
|
|
43592
|
-
self: self$
|
|
43592
|
+
self: self$19
|
|
43593
43593
|
};
|
|
43594
43594
|
|
|
43595
43595
|
const inputDark = {
|
|
43596
43596
|
name: "Input",
|
|
43597
43597
|
common: derived$1,
|
|
43598
|
-
self: self$
|
|
43598
|
+
self: self$19
|
|
43599
43599
|
};
|
|
43600
43600
|
|
|
43601
43601
|
var rtlStyle$o = cB("input", [cM("rtl", `
|
|
@@ -45331,7 +45331,7 @@
|
|
|
45331
45331
|
}
|
|
45332
45332
|
});
|
|
45333
45333
|
|
|
45334
|
-
function self$
|
|
45334
|
+
function self$18(vars) {
|
|
45335
45335
|
const {
|
|
45336
45336
|
shadowDepth2
|
|
45337
45337
|
} = vars;
|
|
@@ -45346,7 +45346,7 @@
|
|
|
45346
45346
|
InternalSelectMenu: internalSelectMenuLight,
|
|
45347
45347
|
Input: inputLight
|
|
45348
45348
|
},
|
|
45349
|
-
self: self$
|
|
45349
|
+
self: self$18
|
|
45350
45350
|
});
|
|
45351
45351
|
|
|
45352
45352
|
const autoCompleteDark = {
|
|
@@ -45356,7 +45356,7 @@
|
|
|
45356
45356
|
InternalSelectMenu: internalSelectMenuDark,
|
|
45357
45357
|
Input: inputDark
|
|
45358
45358
|
},
|
|
45359
|
-
self: self$
|
|
45359
|
+
self: self$18
|
|
45360
45360
|
};
|
|
45361
45361
|
|
|
45362
45362
|
function mapAutoCompleteOptionsToSelectOptions(options) {
|
|
@@ -45865,7 +45865,7 @@
|
|
|
45865
45865
|
return unobserve;
|
|
45866
45866
|
};
|
|
45867
45867
|
|
|
45868
|
-
const self$
|
|
45868
|
+
const self$17 = vars => {
|
|
45869
45869
|
const {
|
|
45870
45870
|
borderRadius,
|
|
45871
45871
|
heightTiny,
|
|
@@ -45896,18 +45896,18 @@
|
|
|
45896
45896
|
const avatarLight = {
|
|
45897
45897
|
name: "Avatar",
|
|
45898
45898
|
common: derived,
|
|
45899
|
-
self: self$
|
|
45899
|
+
self: self$17
|
|
45900
45900
|
};
|
|
45901
45901
|
|
|
45902
45902
|
const avatarDark = {
|
|
45903
45903
|
name: "Avatar",
|
|
45904
45904
|
common: derived$1,
|
|
45905
|
-
self: self$
|
|
45905
|
+
self: self$17
|
|
45906
45906
|
};
|
|
45907
45907
|
|
|
45908
45908
|
const avatarGroupInjectionKey = createInjectionKey("u-avatar-group");
|
|
45909
45909
|
|
|
45910
|
-
const self$
|
|
45910
|
+
const self$16 = vars => {
|
|
45911
45911
|
const {
|
|
45912
45912
|
heightSmall,
|
|
45913
45913
|
heightMedium,
|
|
@@ -45928,13 +45928,13 @@
|
|
|
45928
45928
|
const skeletonLight = {
|
|
45929
45929
|
name: "Skeleton",
|
|
45930
45930
|
common: derived,
|
|
45931
|
-
self: self$
|
|
45931
|
+
self: self$16
|
|
45932
45932
|
};
|
|
45933
45933
|
|
|
45934
45934
|
const skeletonDark = {
|
|
45935
45935
|
name: "Skeleton",
|
|
45936
45936
|
common: derived$1,
|
|
45937
|
-
self: self$
|
|
45937
|
+
self: self$16
|
|
45938
45938
|
};
|
|
45939
45939
|
|
|
45940
45940
|
var style$1i = c$1([cB("skeleton", `
|
|
@@ -46382,7 +46382,7 @@
|
|
|
46382
46382
|
margin-top: var(--u-gap);
|
|
46383
46383
|
`)])])]);
|
|
46384
46384
|
|
|
46385
|
-
const self$
|
|
46385
|
+
const self$15 = () => {
|
|
46386
46386
|
return {
|
|
46387
46387
|
gap: "-12px"
|
|
46388
46388
|
};
|
|
@@ -46393,7 +46393,7 @@
|
|
|
46393
46393
|
peers: {
|
|
46394
46394
|
Avatar: avatarLight
|
|
46395
46395
|
},
|
|
46396
|
-
self: self$
|
|
46396
|
+
self: self$15
|
|
46397
46397
|
});
|
|
46398
46398
|
|
|
46399
46399
|
const avatarGroupDark = {
|
|
@@ -46402,7 +46402,7 @@
|
|
|
46402
46402
|
peers: {
|
|
46403
46403
|
Avatar: avatarDark
|
|
46404
46404
|
},
|
|
46405
|
-
self: self$
|
|
46405
|
+
self: self$15
|
|
46406
46406
|
};
|
|
46407
46407
|
|
|
46408
46408
|
var rtlStyle$n = cB("avatar-group", [cM("rtl", `
|
|
@@ -46528,7 +46528,7 @@
|
|
|
46528
46528
|
}
|
|
46529
46529
|
});
|
|
46530
46530
|
|
|
46531
|
-
const self$
|
|
46531
|
+
const self$14 = vars => {
|
|
46532
46532
|
const {
|
|
46533
46533
|
heightLarge,
|
|
46534
46534
|
iconMedium,
|
|
@@ -46553,13 +46553,13 @@
|
|
|
46553
46553
|
const backTopLight = {
|
|
46554
46554
|
name: "BackTop",
|
|
46555
46555
|
common: derived,
|
|
46556
|
-
self: self$
|
|
46556
|
+
self: self$14
|
|
46557
46557
|
};
|
|
46558
46558
|
|
|
46559
46559
|
const backTopDark = {
|
|
46560
46560
|
name: "BackTop",
|
|
46561
46561
|
common: derived$1,
|
|
46562
|
-
self: self$
|
|
46562
|
+
self: self$14
|
|
46563
46563
|
};
|
|
46564
46564
|
|
|
46565
46565
|
var BackTopIcon = /* @__PURE__ */ vue.h(
|
|
@@ -46863,7 +46863,7 @@
|
|
|
46863
46863
|
}
|
|
46864
46864
|
});
|
|
46865
46865
|
|
|
46866
|
-
const self$
|
|
46866
|
+
const self$13 = vars => {
|
|
46867
46867
|
const {
|
|
46868
46868
|
brandQuaternary500,
|
|
46869
46869
|
elementsPrimary,
|
|
@@ -46893,13 +46893,13 @@
|
|
|
46893
46893
|
const badgeLight = {
|
|
46894
46894
|
name: "Badge",
|
|
46895
46895
|
common: derived,
|
|
46896
|
-
self: self$
|
|
46896
|
+
self: self$13
|
|
46897
46897
|
};
|
|
46898
46898
|
|
|
46899
46899
|
const badgeDark = {
|
|
46900
46900
|
name: "Badge",
|
|
46901
46901
|
common: derived$1,
|
|
46902
|
-
self: self$
|
|
46902
|
+
self: self$13
|
|
46903
46903
|
};
|
|
46904
46904
|
|
|
46905
46905
|
var rtlStyle$m = cB("badge", [cM("rtl", `
|
|
@@ -47145,7 +47145,7 @@
|
|
|
47145
47145
|
}
|
|
47146
47146
|
});
|
|
47147
47147
|
|
|
47148
|
-
const self$
|
|
47148
|
+
const self$12 = vars => {
|
|
47149
47149
|
const {
|
|
47150
47150
|
fontWeightStrong,
|
|
47151
47151
|
fontBodyMedium,
|
|
@@ -47168,13 +47168,13 @@
|
|
|
47168
47168
|
const breadcrumbLight = {
|
|
47169
47169
|
name: "Breadcrumb",
|
|
47170
47170
|
common: derived,
|
|
47171
|
-
self: self$
|
|
47171
|
+
self: self$12
|
|
47172
47172
|
};
|
|
47173
47173
|
|
|
47174
47174
|
const breadcrumbDark = {
|
|
47175
47175
|
name: "Breadcrumb",
|
|
47176
47176
|
common: derived$1,
|
|
47177
|
-
self: self$
|
|
47177
|
+
self: self$12
|
|
47178
47178
|
};
|
|
47179
47179
|
|
|
47180
47180
|
var style$1d = cB("breadcrumb", `
|
|
@@ -47444,7 +47444,7 @@
|
|
|
47444
47444
|
rippleDuration: ".6s"
|
|
47445
47445
|
};
|
|
47446
47446
|
|
|
47447
|
-
const self$
|
|
47447
|
+
const self$11 = vars => {
|
|
47448
47448
|
const {
|
|
47449
47449
|
heightMini,
|
|
47450
47450
|
heightTiny,
|
|
@@ -47692,13 +47692,13 @@
|
|
|
47692
47692
|
const buttonLight = {
|
|
47693
47693
|
name: "Button",
|
|
47694
47694
|
common: derived,
|
|
47695
|
-
self: self$
|
|
47695
|
+
self: self$11
|
|
47696
47696
|
};
|
|
47697
47697
|
|
|
47698
47698
|
const buttonDark = {
|
|
47699
47699
|
name: "Button",
|
|
47700
47700
|
common: derived$1,
|
|
47701
|
-
self: self$
|
|
47701
|
+
self: self$11
|
|
47702
47702
|
};
|
|
47703
47703
|
|
|
47704
47704
|
var rtlStyle$l = cB("button", [cM("rtl", `
|
|
@@ -48694,7 +48694,7 @@
|
|
|
48694
48694
|
return Array.isArray(value) ? value[type === "start" ? 0 : 1] : null;
|
|
48695
48695
|
}
|
|
48696
48696
|
|
|
48697
|
-
const self
|
|
48697
|
+
const self$10 = vars => {
|
|
48698
48698
|
const {
|
|
48699
48699
|
borderRadius,
|
|
48700
48700
|
fontWeightStrong,
|
|
@@ -48738,7 +48738,7 @@
|
|
|
48738
48738
|
peers: {
|
|
48739
48739
|
Button: buttonLight
|
|
48740
48740
|
},
|
|
48741
|
-
self: self
|
|
48741
|
+
self: self$10
|
|
48742
48742
|
});
|
|
48743
48743
|
|
|
48744
48744
|
const calendarDark = {
|
|
@@ -48747,7 +48747,7 @@
|
|
|
48747
48747
|
peers: {
|
|
48748
48748
|
Button: buttonDark
|
|
48749
48749
|
},
|
|
48750
|
-
self: self
|
|
48750
|
+
self: self$10
|
|
48751
48751
|
};
|
|
48752
48752
|
|
|
48753
48753
|
var style$1a = c$1([cB("calendar", `
|
|
@@ -49169,7 +49169,7 @@
|
|
|
49169
49169
|
}
|
|
49170
49170
|
});
|
|
49171
49171
|
|
|
49172
|
-
const self
|
|
49172
|
+
const self$$ = vars => {
|
|
49173
49173
|
const {
|
|
49174
49174
|
borderRadius,
|
|
49175
49175
|
borderRadiusSmall,
|
|
@@ -49216,7 +49216,7 @@
|
|
|
49216
49216
|
Input: inputLight,
|
|
49217
49217
|
Button: buttonLight
|
|
49218
49218
|
},
|
|
49219
|
-
self: self
|
|
49219
|
+
self: self$$
|
|
49220
49220
|
});
|
|
49221
49221
|
|
|
49222
49222
|
const colorPickerDark = {
|
|
@@ -49226,7 +49226,7 @@
|
|
|
49226
49226
|
Input: inputDark,
|
|
49227
49227
|
Button: buttonDark
|
|
49228
49228
|
},
|
|
49229
|
-
self: self
|
|
49229
|
+
self: self$$
|
|
49230
49230
|
};
|
|
49231
49231
|
|
|
49232
49232
|
function deriveDefaultValue(modes, showAlpha) {
|
|
@@ -50997,7 +50997,7 @@
|
|
|
50997
50997
|
paddingHuge: "27px 40px 28px"
|
|
50998
50998
|
};
|
|
50999
50999
|
|
|
51000
|
-
const self$
|
|
51000
|
+
const self$_ = vars => {
|
|
51001
51001
|
const {
|
|
51002
51002
|
borderRadius,
|
|
51003
51003
|
fontWeight,
|
|
@@ -51063,13 +51063,13 @@
|
|
|
51063
51063
|
const cardLight = {
|
|
51064
51064
|
name: "Card",
|
|
51065
51065
|
common: derived,
|
|
51066
|
-
self: self$
|
|
51066
|
+
self: self$_
|
|
51067
51067
|
};
|
|
51068
51068
|
|
|
51069
51069
|
const cardDark = {
|
|
51070
51070
|
name: "Card",
|
|
51071
51071
|
common: derived$1,
|
|
51072
|
-
self: self$
|
|
51072
|
+
self: self$_
|
|
51073
51073
|
};
|
|
51074
51074
|
|
|
51075
51075
|
var rtlStyle$k = cB("card", [cM("rtl", `
|
|
@@ -51422,7 +51422,7 @@
|
|
|
51422
51422
|
}
|
|
51423
51423
|
});
|
|
51424
51424
|
|
|
51425
|
-
const self$
|
|
51425
|
+
const self$Z = vars => {
|
|
51426
51426
|
return {
|
|
51427
51427
|
dotSize: "8px",
|
|
51428
51428
|
dotColor: "rgba(255, 255, 255, .3)",
|
|
@@ -51436,13 +51436,13 @@
|
|
|
51436
51436
|
const carouselLight = {
|
|
51437
51437
|
name: "Carousel",
|
|
51438
51438
|
common: derived,
|
|
51439
|
-
self: self$
|
|
51439
|
+
self: self$Z
|
|
51440
51440
|
};
|
|
51441
51441
|
|
|
51442
51442
|
const carouselDark = {
|
|
51443
51443
|
name: "Carousel",
|
|
51444
51444
|
common: derived$1,
|
|
51445
|
-
self: self$
|
|
51445
|
+
self: self$Z
|
|
51446
51446
|
};
|
|
51447
51447
|
|
|
51448
51448
|
function addDuplicateSlides(slides) {
|
|
@@ -52872,7 +52872,7 @@
|
|
|
52872
52872
|
labelPadding: "0 16px"
|
|
52873
52873
|
};
|
|
52874
52874
|
|
|
52875
|
-
const self$
|
|
52875
|
+
const self$Y = vars => {
|
|
52876
52876
|
const {
|
|
52877
52877
|
lineHeightBodyLarge,
|
|
52878
52878
|
fontBodyLarge,
|
|
@@ -52948,13 +52948,13 @@
|
|
|
52948
52948
|
const checkboxLight = {
|
|
52949
52949
|
name: "Checkbox",
|
|
52950
52950
|
common: derived,
|
|
52951
|
-
self: self$
|
|
52951
|
+
self: self$Y
|
|
52952
52952
|
};
|
|
52953
52953
|
|
|
52954
52954
|
const checkboxDark = {
|
|
52955
52955
|
name: "Checkbox",
|
|
52956
52956
|
common: derived$1,
|
|
52957
|
-
self: self$
|
|
52957
|
+
self: self$Y
|
|
52958
52958
|
};
|
|
52959
52959
|
|
|
52960
52960
|
var rtlStyle$j = cB("checkbox", [cM("rtl", `
|
|
@@ -52966,7 +52966,7 @@
|
|
|
52966
52966
|
style: rtlStyle$j
|
|
52967
52967
|
};
|
|
52968
52968
|
|
|
52969
|
-
const self$
|
|
52969
|
+
const self$X = vars => {
|
|
52970
52970
|
const {
|
|
52971
52971
|
borderRadius,
|
|
52972
52972
|
heightMedium,
|
|
@@ -53007,7 +53007,7 @@
|
|
|
53007
53007
|
Checkbox: checkboxLight,
|
|
53008
53008
|
Empty: emptyLight
|
|
53009
53009
|
},
|
|
53010
|
-
self: self$
|
|
53010
|
+
self: self$X
|
|
53011
53011
|
});
|
|
53012
53012
|
|
|
53013
53013
|
const cascaderDark = {
|
|
@@ -53020,7 +53020,7 @@
|
|
|
53020
53020
|
Checkbox: checkboxDark,
|
|
53021
53021
|
Empty: emptyLight
|
|
53022
53022
|
},
|
|
53023
|
-
self: self$
|
|
53023
|
+
self: self$X
|
|
53024
53024
|
};
|
|
53025
53025
|
|
|
53026
53026
|
function getRawNodePath(tmNodes) {
|
|
@@ -55453,7 +55453,7 @@
|
|
|
55453
55453
|
}
|
|
55454
55454
|
});
|
|
55455
55455
|
|
|
55456
|
-
const self$
|
|
55456
|
+
const self$W = vars => {
|
|
55457
55457
|
const {
|
|
55458
55458
|
textPrimary,
|
|
55459
55459
|
fontBodyMedium,
|
|
@@ -55481,12 +55481,12 @@
|
|
|
55481
55481
|
const codeLight = {
|
|
55482
55482
|
name: "Code",
|
|
55483
55483
|
common: derived,
|
|
55484
|
-
self: self$
|
|
55484
|
+
self: self$W
|
|
55485
55485
|
};
|
|
55486
55486
|
|
|
55487
|
-
const self$
|
|
55487
|
+
const self$V = vars => {
|
|
55488
55488
|
return {
|
|
55489
|
-
...self$
|
|
55489
|
+
...self$W(vars),
|
|
55490
55490
|
// extracted from hljs atom-one-dark.scss
|
|
55491
55491
|
"mono-3": "#5c6370",
|
|
55492
55492
|
"hue-1": "#56b6c2",
|
|
@@ -55502,7 +55502,7 @@
|
|
|
55502
55502
|
const codeDark = {
|
|
55503
55503
|
name: "Code",
|
|
55504
55504
|
common: derived$1,
|
|
55505
|
-
self: self$
|
|
55505
|
+
self: self$V
|
|
55506
55506
|
};
|
|
55507
55507
|
|
|
55508
55508
|
var style$14 = c$1([cB("code", `
|
|
@@ -55775,7 +55775,7 @@
|
|
|
55775
55775
|
}
|
|
55776
55776
|
});
|
|
55777
55777
|
|
|
55778
|
-
const self$
|
|
55778
|
+
const self$U = vars => {
|
|
55779
55779
|
const {
|
|
55780
55780
|
fontWeight,
|
|
55781
55781
|
fontBodyLarge,
|
|
@@ -55807,13 +55807,13 @@
|
|
|
55807
55807
|
const collapseLight = {
|
|
55808
55808
|
name: "Collapse",
|
|
55809
55809
|
common: derived,
|
|
55810
|
-
self: self$
|
|
55810
|
+
self: self$U
|
|
55811
55811
|
};
|
|
55812
55812
|
|
|
55813
55813
|
const collapseDark = {
|
|
55814
55814
|
name: "Collapse",
|
|
55815
55815
|
common: derived$1,
|
|
55816
|
-
self: self$
|
|
55816
|
+
self: self$U
|
|
55817
55817
|
};
|
|
55818
55818
|
|
|
55819
55819
|
var rtlStyle$i = cB("collapse", [cM("rtl", `
|
|
@@ -56255,7 +56255,7 @@
|
|
|
56255
56255
|
width: "100%"
|
|
56256
56256
|
}, [fadeInHeightExpandTransition()]);
|
|
56257
56257
|
|
|
56258
|
-
const self$
|
|
56258
|
+
const self$T = vars => {
|
|
56259
56259
|
const {
|
|
56260
56260
|
cubicBezierEaseInOut
|
|
56261
56261
|
} = vars;
|
|
@@ -56266,13 +56266,13 @@
|
|
|
56266
56266
|
const collapseTransitionLight = {
|
|
56267
56267
|
name: "CollapseTransition",
|
|
56268
56268
|
common: derived,
|
|
56269
|
-
self: self$
|
|
56269
|
+
self: self$T
|
|
56270
56270
|
};
|
|
56271
56271
|
|
|
56272
56272
|
const collapseTransitionDark = {
|
|
56273
56273
|
name: "CollapseTransition",
|
|
56274
56274
|
common: derived$1,
|
|
56275
|
-
self: self$
|
|
56275
|
+
self: self$T
|
|
56276
56276
|
};
|
|
56277
56277
|
|
|
56278
56278
|
var rtlStyle$h = cB("collapse-transition", [cM("rtl", `
|
|
@@ -56874,7 +56874,7 @@
|
|
|
56874
56874
|
}
|
|
56875
56875
|
};
|
|
56876
56876
|
|
|
56877
|
-
function self$
|
|
56877
|
+
function self$S(vars) {
|
|
56878
56878
|
const {
|
|
56879
56879
|
shadowDepth2
|
|
56880
56880
|
} = vars;
|
|
@@ -56889,7 +56889,7 @@
|
|
|
56889
56889
|
Popover: popoverLight,
|
|
56890
56890
|
InternalSelectMenu: internalSelectMenuLight
|
|
56891
56891
|
},
|
|
56892
|
-
self: self$
|
|
56892
|
+
self: self$S
|
|
56893
56893
|
});
|
|
56894
56894
|
|
|
56895
56895
|
const popselectInjectionKey = createInjectionKey("u-popselect");
|
|
@@ -57186,7 +57186,7 @@
|
|
|
57186
57186
|
}
|
|
57187
57187
|
});
|
|
57188
57188
|
|
|
57189
|
-
function self$
|
|
57189
|
+
function self$R(vars) {
|
|
57190
57190
|
const {
|
|
57191
57191
|
shadowDepth2
|
|
57192
57192
|
} = vars;
|
|
@@ -57201,7 +57201,7 @@
|
|
|
57201
57201
|
InternalSelection: internalSelectionLight,
|
|
57202
57202
|
InternalSelectMenu: internalSelectMenuLight
|
|
57203
57203
|
},
|
|
57204
|
-
self: self$
|
|
57204
|
+
self: self$R
|
|
57205
57205
|
});
|
|
57206
57206
|
|
|
57207
57207
|
const selectDark = {
|
|
@@ -57211,7 +57211,7 @@
|
|
|
57211
57211
|
InternalSelection: internalSelectionDark,
|
|
57212
57212
|
InternalSelectMenu: internalSelectMenuDark
|
|
57213
57213
|
},
|
|
57214
|
-
self: self$
|
|
57214
|
+
self: self$R
|
|
57215
57215
|
};
|
|
57216
57216
|
|
|
57217
57217
|
var style$10 = c$1([cB("select", `
|
|
@@ -58144,7 +58144,7 @@
|
|
|
58144
58144
|
}
|
|
58145
58145
|
});
|
|
58146
58146
|
|
|
58147
|
-
const self$
|
|
58147
|
+
const self$Q = vars => {
|
|
58148
58148
|
const {
|
|
58149
58149
|
transparencySecondary,
|
|
58150
58150
|
elementsPrimary,
|
|
@@ -58237,7 +58237,7 @@
|
|
|
58237
58237
|
Input: inputLight,
|
|
58238
58238
|
Popselect: popselectLight
|
|
58239
58239
|
},
|
|
58240
|
-
self: self$
|
|
58240
|
+
self: self$Q
|
|
58241
58241
|
});
|
|
58242
58242
|
|
|
58243
58243
|
const paginationDark = {
|
|
@@ -58248,7 +58248,7 @@
|
|
|
58248
58248
|
Input: inputDark,
|
|
58249
58249
|
Popselect: popselect
|
|
58250
58250
|
},
|
|
58251
|
-
self: self$
|
|
58251
|
+
self: self$Q
|
|
58252
58252
|
};
|
|
58253
58253
|
|
|
58254
58254
|
var rtlStyle$g = cB("pagination", [cM("rtl", `
|
|
@@ -59281,7 +59281,7 @@
|
|
|
59281
59281
|
}
|
|
59282
59282
|
});
|
|
59283
59283
|
|
|
59284
|
-
const self$
|
|
59284
|
+
const self$P = vars => {
|
|
59285
59285
|
const {
|
|
59286
59286
|
borderRadius,
|
|
59287
59287
|
fontBodyMedium,
|
|
@@ -59318,7 +59318,7 @@
|
|
|
59318
59318
|
peers: {
|
|
59319
59319
|
Popover: popoverLight
|
|
59320
59320
|
},
|
|
59321
|
-
self: self$
|
|
59321
|
+
self: self$P
|
|
59322
59322
|
});
|
|
59323
59323
|
|
|
59324
59324
|
const tooltipDark = {
|
|
@@ -59327,7 +59327,7 @@
|
|
|
59327
59327
|
peers: {
|
|
59328
59328
|
Popover: popoverDark
|
|
59329
59329
|
},
|
|
59330
|
-
self: self$
|
|
59330
|
+
self: self$P
|
|
59331
59331
|
};
|
|
59332
59332
|
|
|
59333
59333
|
const ellipsisDark = {
|
|
@@ -59346,7 +59346,7 @@
|
|
|
59346
59346
|
}
|
|
59347
59347
|
});
|
|
59348
59348
|
|
|
59349
|
-
const self$
|
|
59349
|
+
const self$O = vars => {
|
|
59350
59350
|
const {
|
|
59351
59351
|
heightTiny,
|
|
59352
59352
|
heightSmall,
|
|
@@ -59438,13 +59438,13 @@
|
|
|
59438
59438
|
const radioLight = {
|
|
59439
59439
|
name: "Radio",
|
|
59440
59440
|
common: derived,
|
|
59441
|
-
self: self$
|
|
59441
|
+
self: self$O
|
|
59442
59442
|
};
|
|
59443
59443
|
|
|
59444
59444
|
const radioDark = {
|
|
59445
59445
|
name: "Radio",
|
|
59446
59446
|
common: derived$1,
|
|
59447
|
-
self: self$
|
|
59447
|
+
self: self$O
|
|
59448
59448
|
};
|
|
59449
59449
|
|
|
59450
59450
|
var rtlStyle$f = c$1([cB("radio", [cM("rtl", `
|
|
@@ -59472,7 +59472,7 @@
|
|
|
59472
59472
|
style: rtlStyle$f
|
|
59473
59473
|
};
|
|
59474
59474
|
|
|
59475
|
-
const self$
|
|
59475
|
+
const self$N = vars => {
|
|
59476
59476
|
const {
|
|
59477
59477
|
borderRadius,
|
|
59478
59478
|
fontBodySmall,
|
|
@@ -59559,7 +59559,7 @@
|
|
|
59559
59559
|
peers: {
|
|
59560
59560
|
Popover: popoverLight
|
|
59561
59561
|
},
|
|
59562
|
-
self: self$
|
|
59562
|
+
self: self$N
|
|
59563
59563
|
});
|
|
59564
59564
|
|
|
59565
59565
|
const dropdownDark = {
|
|
@@ -59568,10 +59568,10 @@
|
|
|
59568
59568
|
peers: {
|
|
59569
59569
|
Popover: popoverDark
|
|
59570
59570
|
},
|
|
59571
|
-
self: self$
|
|
59571
|
+
self: self$N
|
|
59572
59572
|
};
|
|
59573
59573
|
|
|
59574
|
-
const self$
|
|
59574
|
+
const self$M = vars => {
|
|
59575
59575
|
const {
|
|
59576
59576
|
borderRadius,
|
|
59577
59577
|
opacityDisabled,
|
|
@@ -59664,7 +59664,7 @@
|
|
|
59664
59664
|
Ellipsis: ellipsisLight,
|
|
59665
59665
|
Dropdown: dropdownLight
|
|
59666
59666
|
},
|
|
59667
|
-
self: self$
|
|
59667
|
+
self: self$M
|
|
59668
59668
|
});
|
|
59669
59669
|
|
|
59670
59670
|
const dataTableDark = {
|
|
@@ -59681,10 +59681,10 @@
|
|
|
59681
59681
|
Ellipsis: ellipsisDark,
|
|
59682
59682
|
Dropdown: dropdownDark
|
|
59683
59683
|
},
|
|
59684
|
-
self: self$
|
|
59684
|
+
self: self$M
|
|
59685
59685
|
};
|
|
59686
59686
|
|
|
59687
|
-
const self$
|
|
59687
|
+
const self$L = vars => {
|
|
59688
59688
|
const {
|
|
59689
59689
|
elementsPrimary
|
|
59690
59690
|
} = vars;
|
|
@@ -59700,13 +59700,13 @@
|
|
|
59700
59700
|
const iconLight = {
|
|
59701
59701
|
name: "Icon",
|
|
59702
59702
|
common: derived,
|
|
59703
|
-
self: self$
|
|
59703
|
+
self: self$L
|
|
59704
59704
|
};
|
|
59705
59705
|
|
|
59706
59706
|
const iconDark$1 = {
|
|
59707
59707
|
name: "Icon",
|
|
59708
59708
|
common: derived$1,
|
|
59709
|
-
self: self$
|
|
59709
|
+
self: self$L
|
|
59710
59710
|
};
|
|
59711
59711
|
|
|
59712
59712
|
var style$_ = cB("icon", `
|
|
@@ -66074,7 +66074,7 @@
|
|
|
66074
66074
|
}
|
|
66075
66075
|
});
|
|
66076
66076
|
|
|
66077
|
-
const self$
|
|
66077
|
+
const self$K = vars => {
|
|
66078
66078
|
const {
|
|
66079
66079
|
opacityDisabled,
|
|
66080
66080
|
borderRadius,
|
|
@@ -66116,7 +66116,7 @@
|
|
|
66116
66116
|
Button: buttonLight,
|
|
66117
66117
|
Input: inputLight
|
|
66118
66118
|
},
|
|
66119
|
-
self: self$
|
|
66119
|
+
self: self$K
|
|
66120
66120
|
});
|
|
66121
66121
|
|
|
66122
66122
|
const timePickerDark = {
|
|
@@ -66127,11 +66127,11 @@
|
|
|
66127
66127
|
Button: buttonDark,
|
|
66128
66128
|
Input: inputDark
|
|
66129
66129
|
},
|
|
66130
|
-
self: self$
|
|
66130
|
+
self: self$K
|
|
66131
66131
|
};
|
|
66132
66132
|
|
|
66133
66133
|
const itemWidth = "38px";
|
|
66134
|
-
var commonVars$
|
|
66134
|
+
var commonVars$5 = {
|
|
66135
66135
|
itemWidth,
|
|
66136
66136
|
itemHeight: "36px",
|
|
66137
66137
|
itemSelectedWidth: "41.1px",
|
|
@@ -66173,7 +66173,7 @@
|
|
|
66173
66173
|
calendarRightPaddingYearrange: "0"
|
|
66174
66174
|
};
|
|
66175
66175
|
|
|
66176
|
-
const self$
|
|
66176
|
+
const self$J = vars => {
|
|
66177
66177
|
const {
|
|
66178
66178
|
iconMedium,
|
|
66179
66179
|
fontWeightStrong,
|
|
@@ -66196,7 +66196,7 @@
|
|
|
66196
66196
|
borderRadiusLarge
|
|
66197
66197
|
} = vars;
|
|
66198
66198
|
return {
|
|
66199
|
-
...commonVars$
|
|
66199
|
+
...commonVars$5,
|
|
66200
66200
|
// Item
|
|
66201
66201
|
itemColor: "transparent",
|
|
66202
66202
|
itemColorHover: elementsTertiary,
|
|
@@ -66273,7 +66273,7 @@
|
|
|
66273
66273
|
TimePicker: timePickerLight,
|
|
66274
66274
|
Scrollbar: scrollbarLight
|
|
66275
66275
|
},
|
|
66276
|
-
self: self$
|
|
66276
|
+
self: self$J
|
|
66277
66277
|
});
|
|
66278
66278
|
|
|
66279
66279
|
const datePickerDark = {
|
|
@@ -66285,7 +66285,7 @@
|
|
|
66285
66285
|
TimePicker: timePickerDark,
|
|
66286
66286
|
Scrollbar: scrollbarDark
|
|
66287
66287
|
},
|
|
66288
|
-
self: self$
|
|
66288
|
+
self: self$J
|
|
66289
66289
|
};
|
|
66290
66290
|
|
|
66291
66291
|
function uniCalendarValidation(props, mergedValueRef) {
|
|
@@ -75713,7 +75713,7 @@
|
|
|
75713
75713
|
}
|
|
75714
75714
|
});
|
|
75715
75715
|
|
|
75716
|
-
const self$
|
|
75716
|
+
const self$I = vars => {
|
|
75717
75717
|
const {
|
|
75718
75718
|
borderRadius,
|
|
75719
75719
|
lineHeightBodyLarge,
|
|
@@ -75763,13 +75763,13 @@
|
|
|
75763
75763
|
const descriptionsLight = {
|
|
75764
75764
|
name: "Descriptions",
|
|
75765
75765
|
common: derived,
|
|
75766
|
-
self: self$
|
|
75766
|
+
self: self$I
|
|
75767
75767
|
};
|
|
75768
75768
|
|
|
75769
75769
|
const descriptionsDark = {
|
|
75770
75770
|
name: "Descriptions",
|
|
75771
75771
|
common: derived$1,
|
|
75772
|
-
self: self$
|
|
75772
|
+
self: self$I
|
|
75773
75773
|
};
|
|
75774
75774
|
|
|
75775
75775
|
const DESCRIPTION_ITEM_FLAG = "DESCRIPTION_ITEM_FLAG";
|
|
@@ -76172,7 +76172,7 @@
|
|
|
76172
76172
|
}
|
|
76173
76173
|
});
|
|
76174
76174
|
|
|
76175
|
-
var commonVars$
|
|
76175
|
+
var commonVars$4 = {
|
|
76176
76176
|
padding: "40px",
|
|
76177
76177
|
actionSpace: "16px",
|
|
76178
76178
|
contentMargin: "16px 0 40px 0",
|
|
@@ -76183,7 +76183,7 @@
|
|
|
76183
76183
|
closeBorderRadius: "100px"
|
|
76184
76184
|
};
|
|
76185
76185
|
|
|
76186
|
-
const self$
|
|
76186
|
+
const self$H = vars => {
|
|
76187
76187
|
const {
|
|
76188
76188
|
borderRadius,
|
|
76189
76189
|
containerPrimary,
|
|
@@ -76207,7 +76207,7 @@
|
|
|
76207
76207
|
closeMedium
|
|
76208
76208
|
} = vars;
|
|
76209
76209
|
return {
|
|
76210
|
-
...commonVars$
|
|
76210
|
+
...commonVars$4,
|
|
76211
76211
|
border: `1px solid ${elementsQuaternary}`,
|
|
76212
76212
|
titleTextColor: textPrimary,
|
|
76213
76213
|
textColor: textPrimary,
|
|
@@ -76240,7 +76240,7 @@
|
|
|
76240
76240
|
peers: {
|
|
76241
76241
|
Button: buttonLight
|
|
76242
76242
|
},
|
|
76243
|
-
self: self$
|
|
76243
|
+
self: self$H
|
|
76244
76244
|
});
|
|
76245
76245
|
|
|
76246
76246
|
const dialogDark = {
|
|
@@ -76249,7 +76249,7 @@
|
|
|
76249
76249
|
peers: {
|
|
76250
76250
|
Button: buttonDark
|
|
76251
76251
|
},
|
|
76252
|
-
self: self$
|
|
76252
|
+
self: self$H
|
|
76253
76253
|
};
|
|
76254
76254
|
|
|
76255
76255
|
const dialogProps = {
|
|
@@ -76601,7 +76601,7 @@
|
|
|
76601
76601
|
const dialogApiInjectionKey = createInjectionKey("u-dialog-api");
|
|
76602
76602
|
const dialogReactiveListInjectionKey = createInjectionKey("u-dialog-reactive-list");
|
|
76603
76603
|
|
|
76604
|
-
const self$
|
|
76604
|
+
const self$G = vars => {
|
|
76605
76605
|
const {
|
|
76606
76606
|
transparencyModal,
|
|
76607
76607
|
containerPrimary,
|
|
@@ -76624,7 +76624,7 @@
|
|
|
76624
76624
|
Dialog: dialogLight,
|
|
76625
76625
|
Card: cardLight
|
|
76626
76626
|
},
|
|
76627
|
-
self: self$
|
|
76627
|
+
self: self$G
|
|
76628
76628
|
});
|
|
76629
76629
|
|
|
76630
76630
|
const modalDark = {
|
|
@@ -76635,7 +76635,7 @@
|
|
|
76635
76635
|
Dialog: dialogDark,
|
|
76636
76636
|
Card: cardDark
|
|
76637
76637
|
},
|
|
76638
|
-
self: self$
|
|
76638
|
+
self: self$G
|
|
76639
76639
|
};
|
|
76640
76640
|
|
|
76641
76641
|
const presetProps = {
|
|
@@ -77513,7 +77513,7 @@
|
|
|
77513
77513
|
return dialogReactiveList;
|
|
77514
77514
|
}
|
|
77515
77515
|
|
|
77516
|
-
const self$
|
|
77516
|
+
const self$F = vars => {
|
|
77517
77517
|
const {
|
|
77518
77518
|
elementsQuaternary,
|
|
77519
77519
|
textPrimary,
|
|
@@ -77533,13 +77533,13 @@
|
|
|
77533
77533
|
const dividerLight = {
|
|
77534
77534
|
name: "Divider",
|
|
77535
77535
|
common: derived,
|
|
77536
|
-
self: self$
|
|
77536
|
+
self: self$F
|
|
77537
77537
|
};
|
|
77538
77538
|
|
|
77539
77539
|
const dividerDark = {
|
|
77540
77540
|
name: "Divider",
|
|
77541
77541
|
common: derived$1,
|
|
77542
|
-
self: self$
|
|
77542
|
+
self: self$F
|
|
77543
77543
|
};
|
|
77544
77544
|
|
|
77545
77545
|
var style$O = cB("divider", `
|
|
@@ -77683,7 +77683,7 @@
|
|
|
77683
77683
|
}
|
|
77684
77684
|
});
|
|
77685
77685
|
|
|
77686
|
-
var commonVars$
|
|
77686
|
+
var commonVars$3 = {
|
|
77687
77687
|
bodyPadding: "32px",
|
|
77688
77688
|
headerPadding: "32px 32px 24px",
|
|
77689
77689
|
footerPadding: "24px 32px 32px",
|
|
@@ -77694,7 +77694,7 @@
|
|
|
77694
77694
|
actionsSpace: "16px"
|
|
77695
77695
|
};
|
|
77696
77696
|
|
|
77697
|
-
const self$
|
|
77697
|
+
const self$E = vars => {
|
|
77698
77698
|
const {
|
|
77699
77699
|
containerPrimary,
|
|
77700
77700
|
textPrimary,
|
|
@@ -77714,7 +77714,7 @@
|
|
|
77714
77714
|
closeMedium
|
|
77715
77715
|
} = vars;
|
|
77716
77716
|
return {
|
|
77717
|
-
...commonVars$
|
|
77717
|
+
...commonVars$3,
|
|
77718
77718
|
color: containerPrimary,
|
|
77719
77719
|
textColor: textPrimary,
|
|
77720
77720
|
titleTextColor: textPrimary,
|
|
@@ -77743,7 +77743,7 @@
|
|
|
77743
77743
|
peers: {
|
|
77744
77744
|
Scrollbar: scrollbarLight
|
|
77745
77745
|
},
|
|
77746
|
-
self: self$
|
|
77746
|
+
self: self$E
|
|
77747
77747
|
});
|
|
77748
77748
|
|
|
77749
77749
|
const drawerDark = {
|
|
@@ -77752,7 +77752,7 @@
|
|
|
77752
77752
|
peers: {
|
|
77753
77753
|
Scrollbar: scrollbarDark
|
|
77754
77754
|
},
|
|
77755
|
-
self: self$
|
|
77755
|
+
self: self$E
|
|
77756
77756
|
};
|
|
77757
77757
|
|
|
77758
77758
|
var rtlStyle$e = cB("drawer", [cM("rtl", `
|
|
@@ -78879,7 +78879,7 @@
|
|
|
78879
78879
|
}
|
|
78880
78880
|
};
|
|
78881
78881
|
|
|
78882
|
-
const self$
|
|
78882
|
+
const self$D = () => {
|
|
78883
78883
|
return commonVariables$2;
|
|
78884
78884
|
};
|
|
78885
78885
|
const dynamicInputLight = createTheme$1({
|
|
@@ -78889,7 +78889,7 @@
|
|
|
78889
78889
|
Input: inputLight,
|
|
78890
78890
|
Button: buttonLight
|
|
78891
78891
|
},
|
|
78892
|
-
self: self$
|
|
78892
|
+
self: self$D
|
|
78893
78893
|
});
|
|
78894
78894
|
|
|
78895
78895
|
var rtlStyle$d = cB("dynamic-input", [cM("rtl", `
|
|
@@ -79539,7 +79539,7 @@
|
|
|
79539
79539
|
}
|
|
79540
79540
|
});
|
|
79541
79541
|
|
|
79542
|
-
var commonVars$
|
|
79542
|
+
var commonVars$2 = {
|
|
79543
79543
|
gapSmall: "4px 8px",
|
|
79544
79544
|
gapMedium: "8px 12px",
|
|
79545
79545
|
gapLarge: "12px 16px"
|
|
@@ -79548,16 +79548,16 @@
|
|
|
79548
79548
|
const spaceDark = {
|
|
79549
79549
|
name: "Space",
|
|
79550
79550
|
self() {
|
|
79551
|
-
return commonVars$
|
|
79551
|
+
return commonVars$2;
|
|
79552
79552
|
}
|
|
79553
79553
|
};
|
|
79554
79554
|
|
|
79555
|
-
const self$
|
|
79556
|
-
return commonVars$
|
|
79555
|
+
const self$C = () => {
|
|
79556
|
+
return commonVars$2;
|
|
79557
79557
|
};
|
|
79558
79558
|
const spaceLight = {
|
|
79559
79559
|
name: "Space",
|
|
79560
|
-
self: self$
|
|
79560
|
+
self: self$C
|
|
79561
79561
|
};
|
|
79562
79562
|
|
|
79563
79563
|
var rtlStyle$a = cB("space", [cM("rtl", `
|
|
@@ -80094,7 +80094,7 @@
|
|
|
80094
80094
|
}
|
|
80095
80095
|
});
|
|
80096
80096
|
|
|
80097
|
-
const self$
|
|
80097
|
+
const self$B = vars => {
|
|
80098
80098
|
const {
|
|
80099
80099
|
heightSmall,
|
|
80100
80100
|
heightMedium,
|
|
@@ -80149,13 +80149,13 @@
|
|
|
80149
80149
|
const formLight = {
|
|
80150
80150
|
name: "Form",
|
|
80151
80151
|
common: derived,
|
|
80152
|
-
self: self$
|
|
80152
|
+
self: self$B
|
|
80153
80153
|
};
|
|
80154
80154
|
|
|
80155
80155
|
const formItemDark = {
|
|
80156
80156
|
name: "Form",
|
|
80157
80157
|
common: derived$1,
|
|
80158
|
-
self: self$
|
|
80158
|
+
self: self$B
|
|
80159
80159
|
};
|
|
80160
80160
|
|
|
80161
80161
|
var style$K = cB("form", [cM("inline", `
|
|
@@ -82587,7 +82587,7 @@
|
|
|
82587
82587
|
}
|
|
82588
82588
|
});
|
|
82589
82589
|
|
|
82590
|
-
const self$
|
|
82590
|
+
const self$A = vars => {
|
|
82591
82591
|
const {
|
|
82592
82592
|
brandPrimary500,
|
|
82593
82593
|
staticGreen,
|
|
@@ -82624,13 +82624,13 @@
|
|
|
82624
82624
|
const gradientTextLight = {
|
|
82625
82625
|
name: "GradientText",
|
|
82626
82626
|
common: derived,
|
|
82627
|
-
self: self$
|
|
82627
|
+
self: self$A
|
|
82628
82628
|
};
|
|
82629
82629
|
|
|
82630
82630
|
const gradientTextDark = {
|
|
82631
82631
|
name: "GradientText",
|
|
82632
82632
|
common: derived$1,
|
|
82633
|
-
self: self$
|
|
82633
|
+
self: self$A
|
|
82634
82634
|
};
|
|
82635
82635
|
|
|
82636
82636
|
var style$H = cB("gradient-text", `
|
|
@@ -83039,7 +83039,7 @@
|
|
|
83039
83039
|
}
|
|
83040
83040
|
});
|
|
83041
83041
|
|
|
83042
|
-
const self$
|
|
83042
|
+
const self$z = vars => {
|
|
83043
83043
|
const {
|
|
83044
83044
|
brandPrimary500,
|
|
83045
83045
|
elementsSecondary
|
|
@@ -83052,13 +83052,13 @@
|
|
|
83052
83052
|
const iconWrapperLight = {
|
|
83053
83053
|
name: "IconWrapper",
|
|
83054
83054
|
common: derived,
|
|
83055
|
-
self: self$
|
|
83055
|
+
self: self$z
|
|
83056
83056
|
};
|
|
83057
83057
|
|
|
83058
83058
|
const iconDark = {
|
|
83059
83059
|
name: "IconWrapper",
|
|
83060
83060
|
common: derived$1,
|
|
83061
|
-
self: self$
|
|
83061
|
+
self: self$z
|
|
83062
83062
|
};
|
|
83063
83063
|
|
|
83064
83064
|
var style$G = cB("icon-wrapper", `
|
|
@@ -83296,7 +83296,7 @@
|
|
|
83296
83296
|
document.body.removeChild(a);
|
|
83297
83297
|
};
|
|
83298
83298
|
|
|
83299
|
-
const self$
|
|
83299
|
+
const self$y = vars => {
|
|
83300
83300
|
const {
|
|
83301
83301
|
elementsSecondary,
|
|
83302
83302
|
elementsSenary,
|
|
@@ -83316,16 +83316,16 @@
|
|
|
83316
83316
|
peers: {
|
|
83317
83317
|
Tooltip: tooltipLight
|
|
83318
83318
|
},
|
|
83319
|
-
self: self$
|
|
83319
|
+
self: self$y
|
|
83320
83320
|
});
|
|
83321
83321
|
|
|
83322
|
-
var commonVars = {
|
|
83322
|
+
var commonVars$1 = {
|
|
83323
83323
|
width: "480px",
|
|
83324
83324
|
padding: "16px",
|
|
83325
83325
|
closeBorderRadius: "50px"
|
|
83326
83326
|
};
|
|
83327
83327
|
|
|
83328
|
-
const self$
|
|
83328
|
+
const self$x = vars => {
|
|
83329
83329
|
const {
|
|
83330
83330
|
fontWeightStrong,
|
|
83331
83331
|
lineHeightBodyMedium,
|
|
@@ -83349,7 +83349,7 @@
|
|
|
83349
83349
|
transparencyPrimary
|
|
83350
83350
|
} = vars;
|
|
83351
83351
|
return {
|
|
83352
|
-
...commonVars,
|
|
83352
|
+
...commonVars$1,
|
|
83353
83353
|
lineHeight: lineHeightBodyMedium,
|
|
83354
83354
|
fontSize: fontBodyMedium,
|
|
83355
83355
|
fontWeight,
|
|
@@ -83445,7 +83445,7 @@
|
|
|
83445
83445
|
peers: {
|
|
83446
83446
|
Scrollbar: scrollbarLight
|
|
83447
83447
|
},
|
|
83448
|
-
self: self$
|
|
83448
|
+
self: self$x
|
|
83449
83449
|
});
|
|
83450
83450
|
|
|
83451
83451
|
const notificationDark = {
|
|
@@ -83454,7 +83454,7 @@
|
|
|
83454
83454
|
peers: {
|
|
83455
83455
|
Scrollbar: scrollbarDark
|
|
83456
83456
|
},
|
|
83457
|
-
self: self$
|
|
83457
|
+
self: self$x
|
|
83458
83458
|
};
|
|
83459
83459
|
|
|
83460
83460
|
var rtlStyle$9 = cB("notification", [cM("rtl", `
|
|
@@ -83492,7 +83492,7 @@
|
|
|
83492
83492
|
iconMargin: "0 16px 0 0"
|
|
83493
83493
|
};
|
|
83494
83494
|
|
|
83495
|
-
const self$
|
|
83495
|
+
const self$w = vars => {
|
|
83496
83496
|
const {
|
|
83497
83497
|
closeMedium,
|
|
83498
83498
|
iconMedium,
|
|
@@ -83577,13 +83577,13 @@
|
|
|
83577
83577
|
const messageLight = {
|
|
83578
83578
|
name: "Message",
|
|
83579
83579
|
common: derived,
|
|
83580
|
-
self: self$
|
|
83580
|
+
self: self$w
|
|
83581
83581
|
};
|
|
83582
83582
|
|
|
83583
83583
|
const messageDark = {
|
|
83584
83584
|
name: "Message",
|
|
83585
83585
|
common: derived$1,
|
|
83586
|
-
self: self$
|
|
83586
|
+
self: self$w
|
|
83587
83587
|
};
|
|
83588
83588
|
|
|
83589
83589
|
var rtlStyle$8 = cB("message", [cM("rtl", `
|
|
@@ -83609,7 +83609,7 @@
|
|
|
83609
83609
|
common: derived
|
|
83610
83610
|
};
|
|
83611
83611
|
|
|
83612
|
-
const self$
|
|
83612
|
+
const self$v = vars => {
|
|
83613
83613
|
return {};
|
|
83614
83614
|
};
|
|
83615
83615
|
const inputNumberLight = createTheme$1({
|
|
@@ -83619,7 +83619,7 @@
|
|
|
83619
83619
|
Button: buttonLight,
|
|
83620
83620
|
Input: inputLight
|
|
83621
83621
|
},
|
|
83622
|
-
self: self$
|
|
83622
|
+
self: self$v
|
|
83623
83623
|
});
|
|
83624
83624
|
|
|
83625
83625
|
const inputNumberDark = {
|
|
@@ -83629,10 +83629,10 @@
|
|
|
83629
83629
|
Button: buttonDark,
|
|
83630
83630
|
Input: inputDark
|
|
83631
83631
|
},
|
|
83632
|
-
self: self$
|
|
83632
|
+
self: self$v
|
|
83633
83633
|
};
|
|
83634
83634
|
|
|
83635
|
-
const self$
|
|
83635
|
+
const self$u = vars => {
|
|
83636
83636
|
const {
|
|
83637
83637
|
textPrimary,
|
|
83638
83638
|
textQuaternary,
|
|
@@ -83678,7 +83678,7 @@
|
|
|
83678
83678
|
peers: {
|
|
83679
83679
|
Scrollbar: scrollbarLight
|
|
83680
83680
|
},
|
|
83681
|
-
self: self$
|
|
83681
|
+
self: self$u
|
|
83682
83682
|
});
|
|
83683
83683
|
|
|
83684
83684
|
const layoutDark = {
|
|
@@ -83687,10 +83687,10 @@
|
|
|
83687
83687
|
peers: {
|
|
83688
83688
|
Scrollbar: scrollbarDark
|
|
83689
83689
|
},
|
|
83690
|
-
self: self$
|
|
83690
|
+
self: self$u
|
|
83691
83691
|
};
|
|
83692
83692
|
|
|
83693
|
-
const self$
|
|
83693
|
+
const self$t = vars => {
|
|
83694
83694
|
const {
|
|
83695
83695
|
borderRadius,
|
|
83696
83696
|
iconMedium,
|
|
@@ -83739,13 +83739,13 @@
|
|
|
83739
83739
|
const listLight = {
|
|
83740
83740
|
name: "List",
|
|
83741
83741
|
common: derived,
|
|
83742
|
-
self: self$
|
|
83742
|
+
self: self$t
|
|
83743
83743
|
};
|
|
83744
83744
|
|
|
83745
83745
|
const listDark$1 = {
|
|
83746
83746
|
name: "List",
|
|
83747
83747
|
common: derived$1,
|
|
83748
|
-
self: self$
|
|
83748
|
+
self: self$t
|
|
83749
83749
|
};
|
|
83750
83750
|
|
|
83751
83751
|
var rtlStyle$7 = cB("list", [cM("rtl", `
|
|
@@ -83764,7 +83764,7 @@
|
|
|
83764
83764
|
style: rtlStyle$7
|
|
83765
83765
|
};
|
|
83766
83766
|
|
|
83767
|
-
const self$
|
|
83767
|
+
const self$s = vars => {
|
|
83768
83768
|
const {
|
|
83769
83769
|
brandPrimary500,
|
|
83770
83770
|
staticRed
|
|
@@ -83778,16 +83778,16 @@
|
|
|
83778
83778
|
const loadingBarLight = {
|
|
83779
83779
|
name: "LoadingBar",
|
|
83780
83780
|
common: derived,
|
|
83781
|
-
self: self$
|
|
83781
|
+
self: self$s
|
|
83782
83782
|
};
|
|
83783
83783
|
|
|
83784
83784
|
const loadingBarDark = {
|
|
83785
83785
|
name: "LoadingBar",
|
|
83786
83786
|
common: derived$1,
|
|
83787
|
-
self: self$
|
|
83787
|
+
self: self$s
|
|
83788
83788
|
};
|
|
83789
83789
|
|
|
83790
|
-
const self$
|
|
83790
|
+
const self$r = vars => {
|
|
83791
83791
|
const {
|
|
83792
83792
|
fontBodyMedium,
|
|
83793
83793
|
textPrimary,
|
|
@@ -83810,7 +83810,7 @@
|
|
|
83810
83810
|
Scrollbar: scrollbarLight,
|
|
83811
83811
|
Code: codeLight
|
|
83812
83812
|
},
|
|
83813
|
-
self: self$
|
|
83813
|
+
self: self$r
|
|
83814
83814
|
});
|
|
83815
83815
|
|
|
83816
83816
|
const logDark = {
|
|
@@ -83820,10 +83820,10 @@
|
|
|
83820
83820
|
Scrollbar: scrollbarDark,
|
|
83821
83821
|
Code: codeDark
|
|
83822
83822
|
},
|
|
83823
|
-
self: self$
|
|
83823
|
+
self: self$r
|
|
83824
83824
|
};
|
|
83825
83825
|
|
|
83826
|
-
const self$
|
|
83826
|
+
const self$q = vars => {
|
|
83827
83827
|
const {
|
|
83828
83828
|
shadowDepth2
|
|
83829
83829
|
} = vars;
|
|
@@ -83838,7 +83838,7 @@
|
|
|
83838
83838
|
InternalSelectMenu: internalSelectMenuLight,
|
|
83839
83839
|
Input: inputLight
|
|
83840
83840
|
},
|
|
83841
|
-
self: self$
|
|
83841
|
+
self: self$q
|
|
83842
83842
|
});
|
|
83843
83843
|
|
|
83844
83844
|
const listDark = {
|
|
@@ -83848,7 +83848,7 @@
|
|
|
83848
83848
|
InternalSelectMenu: internalSelectMenuDark,
|
|
83849
83849
|
Input: inputDark
|
|
83850
83850
|
},
|
|
83851
|
-
self: self$
|
|
83851
|
+
self: self$q
|
|
83852
83852
|
};
|
|
83853
83853
|
|
|
83854
83854
|
function createPartialInvertedVars(color, activeItemColor, activeTextColor, groupTextColor) {
|
|
@@ -83891,7 +83891,7 @@
|
|
|
83891
83891
|
groupTextColorInverted: groupTextColor
|
|
83892
83892
|
};
|
|
83893
83893
|
}
|
|
83894
|
-
const self$
|
|
83894
|
+
const self$p = vars => {
|
|
83895
83895
|
const {
|
|
83896
83896
|
textSecondary,
|
|
83897
83897
|
borderRadiusSmall,
|
|
@@ -83958,7 +83958,7 @@
|
|
|
83958
83958
|
Tooltip: tooltipLight,
|
|
83959
83959
|
Dropdown: dropdownLight
|
|
83960
83960
|
},
|
|
83961
|
-
self: self$
|
|
83961
|
+
self: self$p
|
|
83962
83962
|
});
|
|
83963
83963
|
|
|
83964
83964
|
const menuDark = {
|
|
@@ -83968,10 +83968,10 @@
|
|
|
83968
83968
|
Tooltip: tooltipDark,
|
|
83969
83969
|
Dropdown: dropdownDark
|
|
83970
83970
|
},
|
|
83971
|
-
self: self$
|
|
83971
|
+
self: self$p
|
|
83972
83972
|
};
|
|
83973
83973
|
|
|
83974
|
-
function self$
|
|
83974
|
+
function self$o(vars) {
|
|
83975
83975
|
const {
|
|
83976
83976
|
fontWeightStrong,
|
|
83977
83977
|
fontTitleSmall,
|
|
@@ -83997,13 +83997,13 @@
|
|
|
83997
83997
|
const pageHeaderLight = createTheme$1({
|
|
83998
83998
|
name: "PageHeader",
|
|
83999
83999
|
common: derived,
|
|
84000
|
-
self: self$
|
|
84000
|
+
self: self$o
|
|
84001
84001
|
});
|
|
84002
84002
|
|
|
84003
84003
|
const pageHeaderDark = {
|
|
84004
84004
|
name: "PageHeader",
|
|
84005
84005
|
common: derived$1,
|
|
84006
|
-
self: self$
|
|
84006
|
+
self: self$o
|
|
84007
84007
|
};
|
|
84008
84008
|
|
|
84009
84009
|
var rtlStyle$6 = cB("page-header-wrapper", [cM("rtl", [cB("page-header-header", `
|
|
@@ -84030,7 +84030,7 @@
|
|
|
84030
84030
|
style: rtlStyle$6
|
|
84031
84031
|
};
|
|
84032
84032
|
|
|
84033
|
-
const self$
|
|
84033
|
+
const self$n = vars => {
|
|
84034
84034
|
const {
|
|
84035
84035
|
fontBodyMedium,
|
|
84036
84036
|
staticOrange
|
|
@@ -84048,7 +84048,7 @@
|
|
|
84048
84048
|
Button: buttonLight,
|
|
84049
84049
|
Popover: popoverLight
|
|
84050
84050
|
},
|
|
84051
|
-
self: self$
|
|
84051
|
+
self: self$n
|
|
84052
84052
|
});
|
|
84053
84053
|
|
|
84054
84054
|
const popconfirmDark = {
|
|
@@ -84058,10 +84058,10 @@
|
|
|
84058
84058
|
Button: buttonDark,
|
|
84059
84059
|
Popover: popoverDark
|
|
84060
84060
|
},
|
|
84061
|
-
self: self$
|
|
84061
|
+
self: self$n
|
|
84062
84062
|
};
|
|
84063
84063
|
|
|
84064
|
-
const self$
|
|
84064
|
+
const self$m = vars => {
|
|
84065
84065
|
const {
|
|
84066
84066
|
fontWeight,
|
|
84067
84067
|
fontBodyMedium,
|
|
@@ -84102,16 +84102,16 @@
|
|
|
84102
84102
|
const progressLight = {
|
|
84103
84103
|
name: "Progress",
|
|
84104
84104
|
common: derived,
|
|
84105
|
-
self: self$
|
|
84105
|
+
self: self$m
|
|
84106
84106
|
};
|
|
84107
84107
|
|
|
84108
84108
|
const progressDark = {
|
|
84109
84109
|
name: "Progress",
|
|
84110
84110
|
common: derived$1,
|
|
84111
|
-
self: self$
|
|
84111
|
+
self: self$m
|
|
84112
84112
|
};
|
|
84113
84113
|
|
|
84114
|
-
const self$
|
|
84114
|
+
const self$l = vars => {
|
|
84115
84115
|
const {
|
|
84116
84116
|
elementsQuinary,
|
|
84117
84117
|
brandSecondary600
|
|
@@ -84127,16 +84127,16 @@
|
|
|
84127
84127
|
const themeLight = {
|
|
84128
84128
|
name: "Rate",
|
|
84129
84129
|
common: derived,
|
|
84130
|
-
self: self$
|
|
84130
|
+
self: self$l
|
|
84131
84131
|
};
|
|
84132
84132
|
|
|
84133
84133
|
const rateDark = {
|
|
84134
84134
|
name: "Rate",
|
|
84135
84135
|
common: derived$1,
|
|
84136
|
-
self: self$
|
|
84136
|
+
self: self$l
|
|
84137
84137
|
};
|
|
84138
84138
|
|
|
84139
|
-
const self$
|
|
84139
|
+
const self$k = vars => {
|
|
84140
84140
|
const {
|
|
84141
84141
|
fontHeadingSmall,
|
|
84142
84142
|
fontHeadingMedium,
|
|
@@ -84185,16 +84185,16 @@
|
|
|
84185
84185
|
const resultLight = {
|
|
84186
84186
|
name: "Result",
|
|
84187
84187
|
common: derived,
|
|
84188
|
-
self: self$
|
|
84188
|
+
self: self$k
|
|
84189
84189
|
};
|
|
84190
84190
|
|
|
84191
84191
|
const resultDark = {
|
|
84192
84192
|
name: "Result",
|
|
84193
84193
|
common: derived$1,
|
|
84194
|
-
self: self$
|
|
84194
|
+
self: self$k
|
|
84195
84195
|
};
|
|
84196
84196
|
|
|
84197
|
-
const self$
|
|
84197
|
+
const self$j = vars => {
|
|
84198
84198
|
const {
|
|
84199
84199
|
borderRadius,
|
|
84200
84200
|
opacityDisabled,
|
|
@@ -84241,16 +84241,16 @@
|
|
|
84241
84241
|
const sliderLight = {
|
|
84242
84242
|
name: "Slider",
|
|
84243
84243
|
common: derived,
|
|
84244
|
-
self: self$
|
|
84244
|
+
self: self$j
|
|
84245
84245
|
};
|
|
84246
84246
|
|
|
84247
84247
|
const sliderDark = {
|
|
84248
84248
|
name: "Slider",
|
|
84249
84249
|
common: derived$1,
|
|
84250
|
-
self: self$
|
|
84250
|
+
self: self$j
|
|
84251
84251
|
};
|
|
84252
84252
|
|
|
84253
|
-
const self$
|
|
84253
|
+
const self$i = vars => {
|
|
84254
84254
|
const {
|
|
84255
84255
|
opacityDisabled,
|
|
84256
84256
|
elementsPrimary,
|
|
@@ -84277,16 +84277,16 @@
|
|
|
84277
84277
|
const spinLight = {
|
|
84278
84278
|
name: "Spin",
|
|
84279
84279
|
common: derived,
|
|
84280
|
-
self: self$
|
|
84280
|
+
self: self$i
|
|
84281
84281
|
};
|
|
84282
84282
|
|
|
84283
84283
|
const spinDark = {
|
|
84284
84284
|
name: "Spin",
|
|
84285
84285
|
common: derived$1,
|
|
84286
|
-
self: self$
|
|
84286
|
+
self: self$i
|
|
84287
84287
|
};
|
|
84288
84288
|
|
|
84289
|
-
const self$
|
|
84289
|
+
const self$h = vars => {
|
|
84290
84290
|
const {
|
|
84291
84291
|
fontBodyMedium,
|
|
84292
84292
|
fontHeadingSmall,
|
|
@@ -84308,13 +84308,13 @@
|
|
|
84308
84308
|
const statisticLight = {
|
|
84309
84309
|
name: "Statistic",
|
|
84310
84310
|
common: derived,
|
|
84311
|
-
self: self$
|
|
84311
|
+
self: self$h
|
|
84312
84312
|
};
|
|
84313
84313
|
|
|
84314
84314
|
const statisticDark = {
|
|
84315
84315
|
name: "Statistic",
|
|
84316
84316
|
common: derived$1,
|
|
84317
|
-
self: self$
|
|
84317
|
+
self: self$h
|
|
84318
84318
|
};
|
|
84319
84319
|
|
|
84320
84320
|
var rtlStyle$5 = cB("statistic", [cM("rtl", `
|
|
@@ -84331,7 +84331,7 @@
|
|
|
84331
84331
|
style: rtlStyle$5
|
|
84332
84332
|
};
|
|
84333
84333
|
|
|
84334
|
-
const self$
|
|
84334
|
+
const self$g = vars => {
|
|
84335
84335
|
const {
|
|
84336
84336
|
fontBodyMedium,
|
|
84337
84337
|
lineHeightBodyMedium,
|
|
@@ -84357,16 +84357,16 @@
|
|
|
84357
84357
|
const statusLight = {
|
|
84358
84358
|
name: "Status",
|
|
84359
84359
|
common: derived,
|
|
84360
|
-
self: self$
|
|
84360
|
+
self: self$g
|
|
84361
84361
|
};
|
|
84362
84362
|
|
|
84363
84363
|
const emptyDark = {
|
|
84364
84364
|
name: "Status",
|
|
84365
84365
|
common: derived$1,
|
|
84366
|
-
self: self$
|
|
84366
|
+
self: self$g
|
|
84367
84367
|
};
|
|
84368
84368
|
|
|
84369
|
-
const self$
|
|
84369
|
+
const self$f = vars => {
|
|
84370
84370
|
const {
|
|
84371
84371
|
fontWeightStrong,
|
|
84372
84372
|
fontBodySmall,
|
|
@@ -84419,13 +84419,13 @@
|
|
|
84419
84419
|
const stepsLight = {
|
|
84420
84420
|
name: "Steps",
|
|
84421
84421
|
common: derived,
|
|
84422
|
-
self: self$
|
|
84422
|
+
self: self$f
|
|
84423
84423
|
};
|
|
84424
84424
|
|
|
84425
84425
|
const stepsDark = {
|
|
84426
84426
|
name: "Steps",
|
|
84427
84427
|
common: derived$1,
|
|
84428
|
-
self: self$
|
|
84428
|
+
self: self$f
|
|
84429
84429
|
};
|
|
84430
84430
|
|
|
84431
84431
|
var rtlStyle$4 = c$1([cB("steps", [cM("rtl", `
|
|
@@ -84447,7 +84447,7 @@
|
|
|
84447
84447
|
style: rtlStyle$4
|
|
84448
84448
|
};
|
|
84449
84449
|
|
|
84450
|
-
const self$
|
|
84450
|
+
const self$e = vars => {
|
|
84451
84451
|
const {
|
|
84452
84452
|
opacityDisabled,
|
|
84453
84453
|
borderRadius,
|
|
@@ -84511,16 +84511,16 @@
|
|
|
84511
84511
|
const switchLight = {
|
|
84512
84512
|
name: "Switch",
|
|
84513
84513
|
common: derived,
|
|
84514
|
-
self: self$
|
|
84514
|
+
self: self$e
|
|
84515
84515
|
};
|
|
84516
84516
|
|
|
84517
84517
|
const switchDark = {
|
|
84518
84518
|
name: "Switch",
|
|
84519
84519
|
common: derived$1,
|
|
84520
|
-
self: self$
|
|
84520
|
+
self: self$e
|
|
84521
84521
|
};
|
|
84522
84522
|
|
|
84523
|
-
const self$
|
|
84523
|
+
const self$d = vars => {
|
|
84524
84524
|
const {
|
|
84525
84525
|
fontBodySmall,
|
|
84526
84526
|
fontBodyMedium,
|
|
@@ -84565,13 +84565,13 @@
|
|
|
84565
84565
|
const tableLight = {
|
|
84566
84566
|
name: "Table",
|
|
84567
84567
|
common: derived,
|
|
84568
|
-
self: self$
|
|
84568
|
+
self: self$d
|
|
84569
84569
|
};
|
|
84570
84570
|
|
|
84571
84571
|
const tableDark = {
|
|
84572
84572
|
name: "Table",
|
|
84573
84573
|
common: derived$1,
|
|
84574
|
-
self: self$
|
|
84574
|
+
self: self$d
|
|
84575
84575
|
};
|
|
84576
84576
|
|
|
84577
84577
|
var rtlStyle$3 = c$1([cB("table", [cM("rtl", `
|
|
@@ -84592,7 +84592,7 @@
|
|
|
84592
84592
|
style: rtlStyle$3
|
|
84593
84593
|
};
|
|
84594
84594
|
|
|
84595
|
-
const self$
|
|
84595
|
+
const self$c = vars => {
|
|
84596
84596
|
const {
|
|
84597
84597
|
borderRadius,
|
|
84598
84598
|
closeSmall,
|
|
@@ -84713,16 +84713,16 @@
|
|
|
84713
84713
|
const tabsLight = {
|
|
84714
84714
|
name: "Tabs",
|
|
84715
84715
|
common: derived,
|
|
84716
|
-
self: self$
|
|
84716
|
+
self: self$c
|
|
84717
84717
|
};
|
|
84718
84718
|
|
|
84719
84719
|
const tabsDark = {
|
|
84720
84720
|
name: "Tabs",
|
|
84721
84721
|
common: derived$1,
|
|
84722
|
-
self: self$
|
|
84722
|
+
self: self$c
|
|
84723
84723
|
};
|
|
84724
84724
|
|
|
84725
|
-
const self$
|
|
84725
|
+
const self$b = vars => {
|
|
84726
84726
|
const {
|
|
84727
84727
|
fontBodyMedium,
|
|
84728
84728
|
textPrimary,
|
|
@@ -84739,13 +84739,13 @@
|
|
|
84739
84739
|
const thingLight = {
|
|
84740
84740
|
name: "Thing",
|
|
84741
84741
|
common: derived,
|
|
84742
|
-
self: self$
|
|
84742
|
+
self: self$b
|
|
84743
84743
|
};
|
|
84744
84744
|
|
|
84745
84745
|
const thingDark = {
|
|
84746
84746
|
name: "Thing",
|
|
84747
84747
|
common: derived$1,
|
|
84748
|
-
self: self$
|
|
84748
|
+
self: self$b
|
|
84749
84749
|
};
|
|
84750
84750
|
|
|
84751
84751
|
var rtlStyle$2 = cB("thing", [cM("rtl", `
|
|
@@ -84762,7 +84762,7 @@
|
|
|
84762
84762
|
peers: [buttonRtl, spaceRtl]
|
|
84763
84763
|
};
|
|
84764
84764
|
|
|
84765
|
-
const self$
|
|
84765
|
+
const self$a = vars => {
|
|
84766
84766
|
const {
|
|
84767
84767
|
fontWeightStrong,
|
|
84768
84768
|
fontBodyLarge,
|
|
@@ -84803,16 +84803,16 @@
|
|
|
84803
84803
|
const timelineLight = {
|
|
84804
84804
|
name: "Timeline",
|
|
84805
84805
|
common: derived,
|
|
84806
|
-
self: self$
|
|
84806
|
+
self: self$a
|
|
84807
84807
|
};
|
|
84808
84808
|
|
|
84809
84809
|
const timelineDark = {
|
|
84810
84810
|
name: "Timeline",
|
|
84811
84811
|
common: derived$1,
|
|
84812
|
-
self: self$
|
|
84812
|
+
self: self$a
|
|
84813
84813
|
};
|
|
84814
84814
|
|
|
84815
|
-
const self$
|
|
84815
|
+
const self$9 = vars => {
|
|
84816
84816
|
const {
|
|
84817
84817
|
iconMedium,
|
|
84818
84818
|
fontWeight,
|
|
@@ -84882,7 +84882,7 @@
|
|
|
84882
84882
|
Empty: emptyLight,
|
|
84883
84883
|
Button: buttonLight
|
|
84884
84884
|
},
|
|
84885
|
-
self: self$
|
|
84885
|
+
self: self$9
|
|
84886
84886
|
});
|
|
84887
84887
|
|
|
84888
84888
|
const transferDark$1 = {
|
|
@@ -84895,10 +84895,10 @@
|
|
|
84895
84895
|
Empty: emptyDark$1,
|
|
84896
84896
|
Button: buttonDark
|
|
84897
84897
|
},
|
|
84898
|
-
self: self$
|
|
84898
|
+
self: self$9
|
|
84899
84899
|
};
|
|
84900
84900
|
|
|
84901
|
-
const self$
|
|
84901
|
+
const self$8 = vars => {
|
|
84902
84902
|
const {
|
|
84903
84903
|
fontBodyMedium,
|
|
84904
84904
|
lineHeightBodyMedium,
|
|
@@ -84934,7 +84934,7 @@
|
|
|
84934
84934
|
Scrollbar: scrollbarLight,
|
|
84935
84935
|
Empty: emptyLight
|
|
84936
84936
|
},
|
|
84937
|
-
self: self$
|
|
84937
|
+
self: self$8
|
|
84938
84938
|
});
|
|
84939
84939
|
|
|
84940
84940
|
const treeDark = {
|
|
@@ -84945,7 +84945,7 @@
|
|
|
84945
84945
|
Scrollbar: scrollbarDark,
|
|
84946
84946
|
Empty: emptyDark$1
|
|
84947
84947
|
},
|
|
84948
|
-
self: self$
|
|
84948
|
+
self: self$8
|
|
84949
84949
|
};
|
|
84950
84950
|
|
|
84951
84951
|
var rtlStyle$1 = cB("tree", [cM("rtl", `
|
|
@@ -84980,7 +84980,7 @@
|
|
|
84980
84980
|
}
|
|
84981
84981
|
};
|
|
84982
84982
|
|
|
84983
|
-
const self$
|
|
84983
|
+
const self$7 = vars => {
|
|
84984
84984
|
const {
|
|
84985
84985
|
containerPrimary,
|
|
84986
84986
|
shadowDepth2,
|
|
@@ -85008,10 +85008,10 @@
|
|
|
85008
85008
|
Empty: emptyLight,
|
|
85009
85009
|
InternalSelection: internalSelectionLight
|
|
85010
85010
|
},
|
|
85011
|
-
self: self$
|
|
85011
|
+
self: self$7
|
|
85012
85012
|
});
|
|
85013
85013
|
|
|
85014
|
-
const self$
|
|
85014
|
+
const self$6 = vars => {
|
|
85015
85015
|
const {
|
|
85016
85016
|
borderRadiusSmall,
|
|
85017
85017
|
fontWeightStrong,
|
|
@@ -85103,16 +85103,16 @@
|
|
|
85103
85103
|
const typographyLight = {
|
|
85104
85104
|
name: "Typography",
|
|
85105
85105
|
common: derived,
|
|
85106
|
-
self: self$
|
|
85106
|
+
self: self$6
|
|
85107
85107
|
};
|
|
85108
85108
|
|
|
85109
85109
|
const typographyDark = {
|
|
85110
85110
|
name: "Typography",
|
|
85111
85111
|
common: derived$1,
|
|
85112
|
-
self: self$
|
|
85112
|
+
self: self$6
|
|
85113
85113
|
};
|
|
85114
85114
|
|
|
85115
|
-
const self$
|
|
85115
|
+
const self$5 = vars => {
|
|
85116
85116
|
const {
|
|
85117
85117
|
staticGreen,
|
|
85118
85118
|
staticRed,
|
|
@@ -85160,7 +85160,7 @@
|
|
|
85160
85160
|
Button: buttonLight,
|
|
85161
85161
|
Progress: progressLight
|
|
85162
85162
|
},
|
|
85163
|
-
self: self$
|
|
85163
|
+
self: self$5
|
|
85164
85164
|
});
|
|
85165
85165
|
|
|
85166
85166
|
const uploadDark = {
|
|
@@ -85170,7 +85170,7 @@
|
|
|
85170
85170
|
Button: buttonDark,
|
|
85171
85171
|
Progress: progressDark
|
|
85172
85172
|
},
|
|
85173
|
-
self: self$
|
|
85173
|
+
self: self$5
|
|
85174
85174
|
};
|
|
85175
85175
|
|
|
85176
85176
|
const watermarkDark = {
|
|
@@ -85242,7 +85242,7 @@
|
|
|
85242
85242
|
iconMargin: "16px"
|
|
85243
85243
|
};
|
|
85244
85244
|
|
|
85245
|
-
const self$
|
|
85245
|
+
const self$4 = vars => {
|
|
85246
85246
|
const {
|
|
85247
85247
|
borderRadiusLarge,
|
|
85248
85248
|
fontBodyLarge,
|
|
@@ -85307,13 +85307,13 @@
|
|
|
85307
85307
|
const toggleButtonLight = {
|
|
85308
85308
|
name: "ToggleButton",
|
|
85309
85309
|
common: derived,
|
|
85310
|
-
self: self$
|
|
85310
|
+
self: self$4
|
|
85311
85311
|
};
|
|
85312
85312
|
|
|
85313
85313
|
const toggleButtonDark = {
|
|
85314
85314
|
name: "ToggleButton",
|
|
85315
85315
|
common: derived$1,
|
|
85316
|
-
self: self$
|
|
85316
|
+
self: self$4
|
|
85317
85317
|
};
|
|
85318
85318
|
|
|
85319
85319
|
const imageDark = {
|
|
@@ -85322,7 +85322,7 @@
|
|
|
85322
85322
|
peers: {
|
|
85323
85323
|
Tooltip: tooltipDark
|
|
85324
85324
|
},
|
|
85325
|
-
self: self$
|
|
85325
|
+
self: self$y
|
|
85326
85326
|
};
|
|
85327
85327
|
|
|
85328
85328
|
const prevIcon = /* @__PURE__ */ vue.h("svg", { viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ vue.h(
|
|
@@ -87783,7 +87783,7 @@
|
|
|
87783
87783
|
}
|
|
87784
87784
|
});
|
|
87785
87785
|
|
|
87786
|
-
const self$
|
|
87786
|
+
const self$3 = vars => {
|
|
87787
87787
|
const {
|
|
87788
87788
|
fontWeight,
|
|
87789
87789
|
heightLarge,
|
|
@@ -87835,7 +87835,7 @@
|
|
|
87835
87835
|
Empty: emptyLight,
|
|
87836
87836
|
Button: buttonLight
|
|
87837
87837
|
},
|
|
87838
|
-
self: self$
|
|
87838
|
+
self: self$3
|
|
87839
87839
|
});
|
|
87840
87840
|
|
|
87841
87841
|
const transferDark = {
|
|
@@ -87848,7 +87848,7 @@
|
|
|
87848
87848
|
Empty: emptyDark$1,
|
|
87849
87849
|
Button: buttonDark
|
|
87850
87850
|
},
|
|
87851
|
-
self: self$
|
|
87851
|
+
self: self$3
|
|
87852
87852
|
};
|
|
87853
87853
|
|
|
87854
87854
|
const transferInjectionKey$1 = createInjectionKey("u-transfer");
|
|
@@ -106379,6 +106379,141 @@
|
|
|
106379
106379
|
}
|
|
106380
106380
|
});
|
|
106381
106381
|
|
|
106382
|
+
var commonVars = {
|
|
106383
|
+
gapSmall: "4px 8px",
|
|
106384
|
+
gapMedium: "8px 12px",
|
|
106385
|
+
gapLarge: "12px 16px"
|
|
106386
|
+
};
|
|
106387
|
+
|
|
106388
|
+
const flexDark = {
|
|
106389
|
+
name: "Flex",
|
|
106390
|
+
self() {
|
|
106391
|
+
return commonVars;
|
|
106392
|
+
}
|
|
106393
|
+
};
|
|
106394
|
+
|
|
106395
|
+
function self$2() {
|
|
106396
|
+
return commonVars;
|
|
106397
|
+
}
|
|
106398
|
+
const flexLight = {
|
|
106399
|
+
name: "Flex",
|
|
106400
|
+
self: self$2
|
|
106401
|
+
};
|
|
106402
|
+
|
|
106403
|
+
cB("space", [cM("rtl", `
|
|
106404
|
+
direction: rtl;
|
|
106405
|
+
`)]);
|
|
106406
|
+
|
|
106407
|
+
const flexProps = {
|
|
106408
|
+
...useTheme.props,
|
|
106409
|
+
align: String,
|
|
106410
|
+
justify: {
|
|
106411
|
+
type: String,
|
|
106412
|
+
default: "start"
|
|
106413
|
+
},
|
|
106414
|
+
inline: Boolean,
|
|
106415
|
+
vertical: Boolean,
|
|
106416
|
+
reverse: Boolean,
|
|
106417
|
+
size: {
|
|
106418
|
+
type: [String, Number, Array],
|
|
106419
|
+
default: "medium"
|
|
106420
|
+
},
|
|
106421
|
+
wrap: {
|
|
106422
|
+
type: Boolean,
|
|
106423
|
+
default: true
|
|
106424
|
+
}
|
|
106425
|
+
};
|
|
106426
|
+
var Flex = vue.defineComponent({
|
|
106427
|
+
name: "Flex",
|
|
106428
|
+
props: flexProps,
|
|
106429
|
+
setup(props) {
|
|
106430
|
+
const { mergedClsPrefixRef, mergedRtlRef } = useConfig(props);
|
|
106431
|
+
const themeRef = useTheme(
|
|
106432
|
+
"Flex",
|
|
106433
|
+
"-flex",
|
|
106434
|
+
void 0,
|
|
106435
|
+
flexLight,
|
|
106436
|
+
props,
|
|
106437
|
+
mergedClsPrefixRef
|
|
106438
|
+
);
|
|
106439
|
+
const rtlEnabledRef = useRtl("Flex", mergedRtlRef, mergedClsPrefixRef);
|
|
106440
|
+
return {
|
|
106441
|
+
rtlEnabled: rtlEnabledRef,
|
|
106442
|
+
mergedClsPrefix: mergedClsPrefixRef,
|
|
106443
|
+
margin: vue.computed(() => {
|
|
106444
|
+
const { size } = props;
|
|
106445
|
+
if (Array.isArray(size)) {
|
|
106446
|
+
return {
|
|
106447
|
+
horizontal: size[0],
|
|
106448
|
+
vertical: size[1]
|
|
106449
|
+
};
|
|
106450
|
+
}
|
|
106451
|
+
if (typeof size === "number") {
|
|
106452
|
+
return {
|
|
106453
|
+
horizontal: size,
|
|
106454
|
+
vertical: size
|
|
106455
|
+
};
|
|
106456
|
+
}
|
|
106457
|
+
const {
|
|
106458
|
+
self: { [createKey("gap", size)]: gap }
|
|
106459
|
+
} = themeRef.value;
|
|
106460
|
+
const { row, col } = getGap(gap);
|
|
106461
|
+
return {
|
|
106462
|
+
horizontal: depx(col),
|
|
106463
|
+
vertical: depx(row)
|
|
106464
|
+
};
|
|
106465
|
+
})
|
|
106466
|
+
};
|
|
106467
|
+
},
|
|
106468
|
+
render() {
|
|
106469
|
+
const {
|
|
106470
|
+
vertical,
|
|
106471
|
+
reverse,
|
|
106472
|
+
align,
|
|
106473
|
+
inline,
|
|
106474
|
+
justify,
|
|
106475
|
+
margin,
|
|
106476
|
+
wrap,
|
|
106477
|
+
mergedClsPrefix,
|
|
106478
|
+
rtlEnabled
|
|
106479
|
+
} = this;
|
|
106480
|
+
const children = flatten$3(getSlot$1(this), false);
|
|
106481
|
+
if (!children.length) {
|
|
106482
|
+
return null;
|
|
106483
|
+
}
|
|
106484
|
+
return /* @__PURE__ */ vue.h(
|
|
106485
|
+
"div",
|
|
106486
|
+
{
|
|
106487
|
+
role: "none",
|
|
106488
|
+
class: [
|
|
106489
|
+
`${mergedClsPrefix}-flex`,
|
|
106490
|
+
rtlEnabled && `${mergedClsPrefix}-flex--rtl`
|
|
106491
|
+
],
|
|
106492
|
+
style: {
|
|
106493
|
+
display: inline ? "inline-flex" : "flex",
|
|
106494
|
+
flexDirection: (() => {
|
|
106495
|
+
if (vertical && !reverse) {
|
|
106496
|
+
return "column";
|
|
106497
|
+
}
|
|
106498
|
+
if (vertical && reverse) {
|
|
106499
|
+
return "column-reverse";
|
|
106500
|
+
}
|
|
106501
|
+
if (!vertical && reverse) {
|
|
106502
|
+
return "row-reverse";
|
|
106503
|
+
} else
|
|
106504
|
+
return "row";
|
|
106505
|
+
})(),
|
|
106506
|
+
justifyContent: justify,
|
|
106507
|
+
flexWrap: !wrap || vertical ? "nowrap" : "wrap",
|
|
106508
|
+
alignItems: align,
|
|
106509
|
+
gap: `${margin.vertical}px ${margin.horizontal}px`
|
|
106510
|
+
}
|
|
106511
|
+
},
|
|
106512
|
+
children
|
|
106513
|
+
);
|
|
106514
|
+
}
|
|
106515
|
+
});
|
|
106516
|
+
|
|
106382
106517
|
var components = /*#__PURE__*/Object.freeze({
|
|
106383
106518
|
__proto__: null,
|
|
106384
106519
|
NA: a,
|
|
@@ -106429,6 +106564,7 @@
|
|
|
106429
106564
|
UEllipsis: UEllipsis,
|
|
106430
106565
|
UEmpty: UEmpty,
|
|
106431
106566
|
UEquation: Equation,
|
|
106567
|
+
UFlex: Flex,
|
|
106432
106568
|
UForm: Form,
|
|
106433
106569
|
UFormItem: UFormItem,
|
|
106434
106570
|
UFormItemCol: UFormItemCol,
|
|
@@ -106571,6 +106707,7 @@
|
|
|
106571
106707
|
ellipsisProps: ellipsisProps,
|
|
106572
106708
|
emptyProps: emptyProps,
|
|
106573
106709
|
equationProps: equationProps,
|
|
106710
|
+
flexProps: flexProps,
|
|
106574
106711
|
formItemGiProps: formItemGiProps,
|
|
106575
106712
|
formItemGridItemProps: formItemGiProps,
|
|
106576
106713
|
formItemProps: formItemProps,
|
|
@@ -106659,7 +106796,7 @@
|
|
|
106659
106796
|
watermarkProps: watermarkProps
|
|
106660
106797
|
});
|
|
106661
106798
|
|
|
106662
|
-
var version = "1.1.
|
|
106799
|
+
var version = "1.1.4";
|
|
106663
106800
|
|
|
106664
106801
|
function create({
|
|
106665
106802
|
componentPrefix = "U",
|
|
@@ -106820,7 +106957,8 @@
|
|
|
106820
106957
|
Typography: typographyDark,
|
|
106821
106958
|
Upload: uploadDark,
|
|
106822
106959
|
Watermark: watermarkDark,
|
|
106823
|
-
ToggleButton: toggleButtonDark
|
|
106960
|
+
ToggleButton: toggleButtonDark,
|
|
106961
|
+
Flex: flexDark
|
|
106824
106962
|
};
|
|
106825
106963
|
|
|
106826
106964
|
const lightTheme = {
|
|
@@ -106909,7 +107047,8 @@
|
|
|
106909
107047
|
Typography: typographyLight,
|
|
106910
107048
|
Upload: uploadLight,
|
|
106911
107049
|
Watermark: watermarkLight,
|
|
106912
|
-
ToggleButton: toggleButtonLight
|
|
107050
|
+
ToggleButton: toggleButtonLight,
|
|
107051
|
+
Flex: flexLight
|
|
106913
107052
|
};
|
|
106914
107053
|
|
|
106915
107054
|
function createTheme(name, componentThemes) {
|
|
@@ -107495,6 +107634,7 @@
|
|
|
107495
107634
|
exports.UEllipsis = UEllipsis;
|
|
107496
107635
|
exports.UEmpty = UEmpty;
|
|
107497
107636
|
exports.UEquation = Equation;
|
|
107637
|
+
exports.UFlex = Flex;
|
|
107498
107638
|
exports.UForm = Form;
|
|
107499
107639
|
exports.UFormItem = UFormItem;
|
|
107500
107640
|
exports.UFormItemCol = UFormItemCol;
|
|
@@ -107707,6 +107847,7 @@
|
|
|
107707
107847
|
exports.equationProps = equationProps;
|
|
107708
107848
|
exports.esAR = esAR$1;
|
|
107709
107849
|
exports.faIR = faIR$1;
|
|
107850
|
+
exports.flexProps = flexProps;
|
|
107710
107851
|
exports.formDark = formItemDark;
|
|
107711
107852
|
exports.formItemGiProps = formItemGiProps;
|
|
107712
107853
|
exports.formItemGridItemProps = formItemGiProps;
|