@xaypay/tui 0.2.32 → 0.2.33
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/CHANGELOG.md +29 -0
- package/dist/index.es.js +342 -91
- package/dist/index.js +342 -91
- package/package.json +1 -1
- package/tui.config.js +18 -0
package/package.json
CHANGED
package/tui.config.js
CHANGED
|
@@ -115,7 +115,11 @@ export default {
|
|
|
115
115
|
font: {...fontObject},
|
|
116
116
|
|
|
117
117
|
label: {
|
|
118
|
+
showMore: false,
|
|
118
119
|
useTooltip: false,
|
|
120
|
+
showLessText: 'Փակել',
|
|
121
|
+
showMoreText: 'Ավելին',
|
|
122
|
+
showMoreTextColor: '#2C46C1',
|
|
119
123
|
color: presetColors.dark,
|
|
120
124
|
display: 'block',
|
|
121
125
|
lineHeight: '22px',
|
|
@@ -323,7 +327,11 @@ export default {
|
|
|
323
327
|
},
|
|
324
328
|
|
|
325
329
|
label: {
|
|
330
|
+
showMore: false,
|
|
326
331
|
useTooltip: false,
|
|
332
|
+
showLessText: 'Փակել',
|
|
333
|
+
showMoreText: 'Ավելին',
|
|
334
|
+
showMoreTextColor: '#2C46C1',
|
|
327
335
|
color: presetColors.dark,
|
|
328
336
|
display: 'block',
|
|
329
337
|
lineHeight: '22px',
|
|
@@ -444,7 +452,11 @@ export default {
|
|
|
444
452
|
},
|
|
445
453
|
|
|
446
454
|
label: {
|
|
455
|
+
showMore: false,
|
|
447
456
|
useTooltip: false,
|
|
457
|
+
showLessText: 'Փակել',
|
|
458
|
+
showMoreText: 'Ավելին',
|
|
459
|
+
showMoreTextColor: '#2C46C1',
|
|
448
460
|
color: presetColors.dark,
|
|
449
461
|
display: 'block',
|
|
450
462
|
marginBottom: '10px',
|
|
@@ -512,7 +524,11 @@ export default {
|
|
|
512
524
|
},
|
|
513
525
|
|
|
514
526
|
label: {
|
|
527
|
+
showMore: false,
|
|
515
528
|
useTooltip: false,
|
|
529
|
+
showLessText: 'Փակել',
|
|
530
|
+
showMoreText: 'Ավելին',
|
|
531
|
+
showMoreTextColor: '#2C46C1',
|
|
516
532
|
color: presetColors.dark,
|
|
517
533
|
display: 'block',
|
|
518
534
|
lineHeight: '22px',
|
|
@@ -649,6 +665,8 @@ export default {
|
|
|
649
665
|
label: {
|
|
650
666
|
showMore: false,
|
|
651
667
|
useTooltip: false,
|
|
668
|
+
showLessText: 'Փակել',
|
|
669
|
+
showMoreText: 'Ավելին',
|
|
652
670
|
showMoreTextColor: '#2C46C1',
|
|
653
671
|
color: '#4A4A4D',
|
|
654
672
|
|