@cds/core 6.0.4 → 6.1.2
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/alert/alert.element.scss.js +1 -1
- package/button/button.element.d.ts +4 -2
- package/button/button.element.js +1 -1
- package/button/button.element.js.map +1 -1
- package/custom-elements.json +239 -87
- package/global.css +4 -0
- package/global.min.css +1 -1
- package/internal/base/base.element.scss.js +1 -1
- package/internal/base/button.base.d.ts +3 -1
- package/internal/base/button.base.js +1 -1
- package/internal/base/button.base.js.map +1 -1
- package/internal/utils/global.js +1 -1
- package/internal-components/overlay/overlay.element.scss.js +1 -1
- package/navigation/navigation.element.d.ts +11 -10
- package/navigation/navigation.element.js +1 -1
- package/navigation/navigation.element.js.map +1 -1
- package/package.json +2 -2
- package/range/range.element.js +1 -1
- package/range/range.element.js.map +1 -1
- package/styles/module.typography.css +4 -0
- package/styles/module.typography.min.css +1 -1
- package/tag/tag.element.scss.js +1 -1
package/custom-elements.json
CHANGED
|
@@ -1326,7 +1326,6 @@
|
|
|
1326
1326
|
"type": {
|
|
1327
1327
|
"text": "boolean"
|
|
1328
1328
|
},
|
|
1329
|
-
"default": "false",
|
|
1330
1329
|
"attribute": "disabled",
|
|
1331
1330
|
"inheritedFrom": {
|
|
1332
1331
|
"name": "CdsBaseButton",
|
|
@@ -1344,6 +1343,19 @@
|
|
|
1344
1343
|
"name": "CdsBaseButton",
|
|
1345
1344
|
"module": "internal/base/button.base.js"
|
|
1346
1345
|
}
|
|
1346
|
+
},
|
|
1347
|
+
{
|
|
1348
|
+
"kind": "field",
|
|
1349
|
+
"name": "_disabled",
|
|
1350
|
+
"type": {
|
|
1351
|
+
"text": "boolean"
|
|
1352
|
+
},
|
|
1353
|
+
"privacy": "private",
|
|
1354
|
+
"default": "false",
|
|
1355
|
+
"inheritedFrom": {
|
|
1356
|
+
"name": "CdsBaseButton",
|
|
1357
|
+
"module": "internal/base/button.base.js"
|
|
1358
|
+
}
|
|
1347
1359
|
}
|
|
1348
1360
|
],
|
|
1349
1361
|
"attributes": [
|
|
@@ -1439,7 +1451,6 @@
|
|
|
1439
1451
|
"type": {
|
|
1440
1452
|
"text": "boolean"
|
|
1441
1453
|
},
|
|
1442
|
-
"default": "false",
|
|
1443
1454
|
"fieldName": "disabled",
|
|
1444
1455
|
"inheritedFrom": {
|
|
1445
1456
|
"name": "CdsBaseButton",
|
|
@@ -1665,7 +1676,6 @@
|
|
|
1665
1676
|
"type": {
|
|
1666
1677
|
"text": "boolean"
|
|
1667
1678
|
},
|
|
1668
|
-
"default": "false",
|
|
1669
1679
|
"attribute": "disabled",
|
|
1670
1680
|
"inheritedFrom": {
|
|
1671
1681
|
"name": "CdsBaseButton",
|
|
@@ -1683,6 +1693,19 @@
|
|
|
1683
1693
|
"name": "CdsBaseButton",
|
|
1684
1694
|
"module": "internal/base/button.base.js"
|
|
1685
1695
|
}
|
|
1696
|
+
},
|
|
1697
|
+
{
|
|
1698
|
+
"kind": "field",
|
|
1699
|
+
"name": "_disabled",
|
|
1700
|
+
"type": {
|
|
1701
|
+
"text": "boolean"
|
|
1702
|
+
},
|
|
1703
|
+
"privacy": "private",
|
|
1704
|
+
"default": "false",
|
|
1705
|
+
"inheritedFrom": {
|
|
1706
|
+
"name": "CdsBaseButton",
|
|
1707
|
+
"module": "internal/base/button.base.js"
|
|
1708
|
+
}
|
|
1686
1709
|
}
|
|
1687
1710
|
],
|
|
1688
1711
|
"attributes": [
|
|
@@ -1791,7 +1814,6 @@
|
|
|
1791
1814
|
"type": {
|
|
1792
1815
|
"text": "boolean"
|
|
1793
1816
|
},
|
|
1794
|
-
"default": "false",
|
|
1795
1817
|
"fieldName": "disabled",
|
|
1796
1818
|
"inheritedFrom": {
|
|
1797
1819
|
"name": "CdsBaseButton",
|
|
@@ -2003,7 +2025,6 @@
|
|
|
2003
2025
|
"type": {
|
|
2004
2026
|
"text": "boolean"
|
|
2005
2027
|
},
|
|
2006
|
-
"default": "false",
|
|
2007
2028
|
"attribute": "disabled",
|
|
2008
2029
|
"inheritedFrom": {
|
|
2009
2030
|
"name": "CdsBaseButton",
|
|
@@ -2021,6 +2042,19 @@
|
|
|
2021
2042
|
"name": "CdsBaseButton",
|
|
2022
2043
|
"module": "internal/base/button.base.js"
|
|
2023
2044
|
}
|
|
2045
|
+
},
|
|
2046
|
+
{
|
|
2047
|
+
"kind": "field",
|
|
2048
|
+
"name": "_disabled",
|
|
2049
|
+
"type": {
|
|
2050
|
+
"text": "boolean"
|
|
2051
|
+
},
|
|
2052
|
+
"privacy": "private",
|
|
2053
|
+
"default": "false",
|
|
2054
|
+
"inheritedFrom": {
|
|
2055
|
+
"name": "CdsBaseButton",
|
|
2056
|
+
"module": "internal/base/button.base.js"
|
|
2057
|
+
}
|
|
2024
2058
|
}
|
|
2025
2059
|
],
|
|
2026
2060
|
"superclass": {
|
|
@@ -2134,7 +2168,6 @@
|
|
|
2134
2168
|
"type": {
|
|
2135
2169
|
"text": "boolean"
|
|
2136
2170
|
},
|
|
2137
|
-
"default": "false",
|
|
2138
2171
|
"fieldName": "disabled",
|
|
2139
2172
|
"inheritedFrom": {
|
|
2140
2173
|
"name": "CdsBaseButton",
|
|
@@ -2305,7 +2338,6 @@
|
|
|
2305
2338
|
"type": {
|
|
2306
2339
|
"text": "boolean"
|
|
2307
2340
|
},
|
|
2308
|
-
"default": "false",
|
|
2309
2341
|
"attribute": "disabled",
|
|
2310
2342
|
"inheritedFrom": {
|
|
2311
2343
|
"name": "CdsBaseButton",
|
|
@@ -2323,6 +2355,19 @@
|
|
|
2323
2355
|
"name": "CdsBaseButton",
|
|
2324
2356
|
"module": "internal/base/button.base.js"
|
|
2325
2357
|
}
|
|
2358
|
+
},
|
|
2359
|
+
{
|
|
2360
|
+
"kind": "field",
|
|
2361
|
+
"name": "_disabled",
|
|
2362
|
+
"type": {
|
|
2363
|
+
"text": "boolean"
|
|
2364
|
+
},
|
|
2365
|
+
"privacy": "private",
|
|
2366
|
+
"default": "false",
|
|
2367
|
+
"inheritedFrom": {
|
|
2368
|
+
"name": "CdsBaseButton",
|
|
2369
|
+
"module": "internal/base/button.base.js"
|
|
2370
|
+
}
|
|
2326
2371
|
}
|
|
2327
2372
|
],
|
|
2328
2373
|
"superclass": {
|
|
@@ -2403,7 +2448,6 @@
|
|
|
2403
2448
|
"type": {
|
|
2404
2449
|
"text": "boolean"
|
|
2405
2450
|
},
|
|
2406
|
-
"default": "false",
|
|
2407
2451
|
"fieldName": "disabled",
|
|
2408
2452
|
"inheritedFrom": {
|
|
2409
2453
|
"name": "CdsBaseButton",
|
|
@@ -2503,7 +2547,6 @@
|
|
|
2503
2547
|
"type": {
|
|
2504
2548
|
"text": "boolean"
|
|
2505
2549
|
},
|
|
2506
|
-
"default": "false",
|
|
2507
2550
|
"fieldName": "disabled",
|
|
2508
2551
|
"inheritedFrom": {
|
|
2509
2552
|
"name": "CdsBaseButton",
|
|
@@ -2613,7 +2656,6 @@
|
|
|
2613
2656
|
"type": {
|
|
2614
2657
|
"text": "boolean"
|
|
2615
2658
|
},
|
|
2616
|
-
"default": "false",
|
|
2617
2659
|
"attribute": "disabled",
|
|
2618
2660
|
"inheritedFrom": {
|
|
2619
2661
|
"name": "CdsBaseButton",
|
|
@@ -2631,6 +2673,19 @@
|
|
|
2631
2673
|
"name": "CdsBaseButton",
|
|
2632
2674
|
"module": "internal/base/button.base.js"
|
|
2633
2675
|
}
|
|
2676
|
+
},
|
|
2677
|
+
{
|
|
2678
|
+
"kind": "field",
|
|
2679
|
+
"name": "_disabled",
|
|
2680
|
+
"type": {
|
|
2681
|
+
"text": "boolean"
|
|
2682
|
+
},
|
|
2683
|
+
"privacy": "private",
|
|
2684
|
+
"default": "false",
|
|
2685
|
+
"inheritedFrom": {
|
|
2686
|
+
"name": "CdsBaseButton",
|
|
2687
|
+
"module": "internal/base/button.base.js"
|
|
2688
|
+
}
|
|
2634
2689
|
}
|
|
2635
2690
|
]
|
|
2636
2691
|
}
|
|
@@ -2839,7 +2894,6 @@
|
|
|
2839
2894
|
"type": {
|
|
2840
2895
|
"text": "boolean"
|
|
2841
2896
|
},
|
|
2842
|
-
"default": "false",
|
|
2843
2897
|
"attribute": "disabled",
|
|
2844
2898
|
"inheritedFrom": {
|
|
2845
2899
|
"name": "CdsBaseButton",
|
|
@@ -2857,6 +2911,19 @@
|
|
|
2857
2911
|
"name": "CdsBaseButton",
|
|
2858
2912
|
"module": "internal/base/button.base.js"
|
|
2859
2913
|
}
|
|
2914
|
+
},
|
|
2915
|
+
{
|
|
2916
|
+
"kind": "field",
|
|
2917
|
+
"name": "_disabled",
|
|
2918
|
+
"type": {
|
|
2919
|
+
"text": "boolean"
|
|
2920
|
+
},
|
|
2921
|
+
"privacy": "private",
|
|
2922
|
+
"default": "false",
|
|
2923
|
+
"inheritedFrom": {
|
|
2924
|
+
"name": "CdsBaseButton",
|
|
2925
|
+
"module": "internal/base/button.base.js"
|
|
2926
|
+
}
|
|
2860
2927
|
}
|
|
2861
2928
|
],
|
|
2862
2929
|
"attributes": [
|
|
@@ -2972,7 +3039,6 @@
|
|
|
2972
3039
|
"type": {
|
|
2973
3040
|
"text": "boolean"
|
|
2974
3041
|
},
|
|
2975
|
-
"default": "false",
|
|
2976
3042
|
"fieldName": "disabled",
|
|
2977
3043
|
"inheritedFrom": {
|
|
2978
3044
|
"name": "CdsBaseButton",
|
|
@@ -3172,12 +3238,15 @@
|
|
|
3172
3238
|
},
|
|
3173
3239
|
{
|
|
3174
3240
|
"kind": "field",
|
|
3175
|
-
"name": "
|
|
3241
|
+
"name": "disabled",
|
|
3176
3242
|
"type": {
|
|
3177
3243
|
"text": "boolean"
|
|
3178
3244
|
},
|
|
3179
|
-
"
|
|
3180
|
-
"
|
|
3245
|
+
"attribute": "disabled",
|
|
3246
|
+
"inheritedFrom": {
|
|
3247
|
+
"name": "CdsBaseButton",
|
|
3248
|
+
"module": "internal/base/button.base.js"
|
|
3249
|
+
}
|
|
3181
3250
|
},
|
|
3182
3251
|
{
|
|
3183
3252
|
"kind": "method",
|
|
@@ -3198,9 +3267,18 @@
|
|
|
3198
3267
|
},
|
|
3199
3268
|
{
|
|
3200
3269
|
"kind": "method",
|
|
3201
|
-
"name": "
|
|
3270
|
+
"name": "restoreButton",
|
|
3202
3271
|
"privacy": "private"
|
|
3203
3272
|
},
|
|
3273
|
+
{
|
|
3274
|
+
"kind": "field",
|
|
3275
|
+
"name": "_disabledExternally",
|
|
3276
|
+
"type": {
|
|
3277
|
+
"text": "boolean"
|
|
3278
|
+
},
|
|
3279
|
+
"privacy": "private",
|
|
3280
|
+
"default": "false"
|
|
3281
|
+
},
|
|
3204
3282
|
{
|
|
3205
3283
|
"kind": "field",
|
|
3206
3284
|
"name": "pressed",
|
|
@@ -3275,12 +3353,11 @@
|
|
|
3275
3353
|
},
|
|
3276
3354
|
{
|
|
3277
3355
|
"kind": "field",
|
|
3278
|
-
"name": "
|
|
3356
|
+
"name": "popup",
|
|
3279
3357
|
"type": {
|
|
3280
|
-
"text": "
|
|
3358
|
+
"text": "string"
|
|
3281
3359
|
},
|
|
3282
|
-
"
|
|
3283
|
-
"attribute": "disabled",
|
|
3360
|
+
"attribute": "popup",
|
|
3284
3361
|
"inheritedFrom": {
|
|
3285
3362
|
"name": "CdsBaseButton",
|
|
3286
3363
|
"module": "internal/base/button.base.js"
|
|
@@ -3288,11 +3365,12 @@
|
|
|
3288
3365
|
},
|
|
3289
3366
|
{
|
|
3290
3367
|
"kind": "field",
|
|
3291
|
-
"name": "
|
|
3368
|
+
"name": "_disabled",
|
|
3292
3369
|
"type": {
|
|
3293
|
-
"text": "
|
|
3370
|
+
"text": "boolean"
|
|
3294
3371
|
},
|
|
3295
|
-
"
|
|
3372
|
+
"privacy": "private",
|
|
3373
|
+
"default": "false",
|
|
3296
3374
|
"inheritedFrom": {
|
|
3297
3375
|
"name": "CdsBaseButton",
|
|
3298
3376
|
"module": "internal/base/button.base.js"
|
|
@@ -3344,6 +3422,17 @@
|
|
|
3344
3422
|
"description": "`default`: shows the content of the button\n- `loading`: disables the button and shows a spinner inside the button\n- `success`: disables the button and shows a check mark inside the button; auto-triggers to change back to DEFAULT state after 1000 ms\n- `error`: shows the content of the button (in the context of application, this state is usually entered from a LOADING state. the application should show appropriate error message)",
|
|
3345
3423
|
"fieldName": "loadingState"
|
|
3346
3424
|
},
|
|
3425
|
+
{
|
|
3426
|
+
"name": "disabled",
|
|
3427
|
+
"type": {
|
|
3428
|
+
"text": "boolean"
|
|
3429
|
+
},
|
|
3430
|
+
"fieldName": "disabled",
|
|
3431
|
+
"inheritedFrom": {
|
|
3432
|
+
"name": "CdsBaseButton",
|
|
3433
|
+
"module": "internal/base/button.base.js"
|
|
3434
|
+
}
|
|
3435
|
+
},
|
|
3347
3436
|
{
|
|
3348
3437
|
"name": "pressed",
|
|
3349
3438
|
"type": {
|
|
@@ -3410,18 +3499,6 @@
|
|
|
3410
3499
|
"module": "internal/base/button.base.js"
|
|
3411
3500
|
}
|
|
3412
3501
|
},
|
|
3413
|
-
{
|
|
3414
|
-
"name": "disabled",
|
|
3415
|
-
"type": {
|
|
3416
|
-
"text": "boolean"
|
|
3417
|
-
},
|
|
3418
|
-
"default": "false",
|
|
3419
|
-
"fieldName": "disabled",
|
|
3420
|
-
"inheritedFrom": {
|
|
3421
|
-
"name": "CdsBaseButton",
|
|
3422
|
-
"module": "internal/base/button.base.js"
|
|
3423
|
-
}
|
|
3424
|
-
},
|
|
3425
3502
|
{
|
|
3426
3503
|
"name": "popup",
|
|
3427
3504
|
"type": {
|
|
@@ -3568,15 +3645,14 @@
|
|
|
3568
3645
|
},
|
|
3569
3646
|
{
|
|
3570
3647
|
"kind": "field",
|
|
3571
|
-
"name": "
|
|
3648
|
+
"name": "disabled",
|
|
3572
3649
|
"type": {
|
|
3573
3650
|
"text": "boolean"
|
|
3574
3651
|
},
|
|
3575
|
-
"
|
|
3576
|
-
"default": "false",
|
|
3652
|
+
"attribute": "disabled",
|
|
3577
3653
|
"inheritedFrom": {
|
|
3578
|
-
"name": "
|
|
3579
|
-
"module": "
|
|
3654
|
+
"name": "CdsBaseButton",
|
|
3655
|
+
"module": "internal/base/button.base.js"
|
|
3580
3656
|
}
|
|
3581
3657
|
},
|
|
3582
3658
|
{
|
|
@@ -3606,13 +3682,26 @@
|
|
|
3606
3682
|
},
|
|
3607
3683
|
{
|
|
3608
3684
|
"kind": "method",
|
|
3609
|
-
"name": "
|
|
3685
|
+
"name": "restoreButton",
|
|
3610
3686
|
"privacy": "private",
|
|
3611
3687
|
"inheritedFrom": {
|
|
3612
3688
|
"name": "CdsButton",
|
|
3613
3689
|
"module": "button/button.element.js"
|
|
3614
3690
|
}
|
|
3615
3691
|
},
|
|
3692
|
+
{
|
|
3693
|
+
"kind": "field",
|
|
3694
|
+
"name": "_disabledExternally",
|
|
3695
|
+
"type": {
|
|
3696
|
+
"text": "boolean"
|
|
3697
|
+
},
|
|
3698
|
+
"privacy": "private",
|
|
3699
|
+
"default": "false",
|
|
3700
|
+
"inheritedFrom": {
|
|
3701
|
+
"name": "CdsButton",
|
|
3702
|
+
"module": "button/button.element.js"
|
|
3703
|
+
}
|
|
3704
|
+
},
|
|
3616
3705
|
{
|
|
3617
3706
|
"kind": "field",
|
|
3618
3707
|
"name": "pressed",
|
|
@@ -3687,12 +3776,11 @@
|
|
|
3687
3776
|
},
|
|
3688
3777
|
{
|
|
3689
3778
|
"kind": "field",
|
|
3690
|
-
"name": "
|
|
3779
|
+
"name": "popup",
|
|
3691
3780
|
"type": {
|
|
3692
|
-
"text": "
|
|
3781
|
+
"text": "string"
|
|
3693
3782
|
},
|
|
3694
|
-
"
|
|
3695
|
-
"attribute": "disabled",
|
|
3783
|
+
"attribute": "popup",
|
|
3696
3784
|
"inheritedFrom": {
|
|
3697
3785
|
"name": "CdsBaseButton",
|
|
3698
3786
|
"module": "internal/base/button.base.js"
|
|
@@ -3700,11 +3788,12 @@
|
|
|
3700
3788
|
},
|
|
3701
3789
|
{
|
|
3702
3790
|
"kind": "field",
|
|
3703
|
-
"name": "
|
|
3791
|
+
"name": "_disabled",
|
|
3704
3792
|
"type": {
|
|
3705
|
-
"text": "
|
|
3793
|
+
"text": "boolean"
|
|
3706
3794
|
},
|
|
3707
|
-
"
|
|
3795
|
+
"privacy": "private",
|
|
3796
|
+
"default": "false",
|
|
3708
3797
|
"inheritedFrom": {
|
|
3709
3798
|
"name": "CdsBaseButton",
|
|
3710
3799
|
"module": "internal/base/button.base.js"
|
|
@@ -3782,6 +3871,17 @@
|
|
|
3782
3871
|
"module": "button/button.element.js"
|
|
3783
3872
|
}
|
|
3784
3873
|
},
|
|
3874
|
+
{
|
|
3875
|
+
"name": "disabled",
|
|
3876
|
+
"type": {
|
|
3877
|
+
"text": "boolean"
|
|
3878
|
+
},
|
|
3879
|
+
"fieldName": "disabled",
|
|
3880
|
+
"inheritedFrom": {
|
|
3881
|
+
"name": "CdsBaseButton",
|
|
3882
|
+
"module": "internal/base/button.base.js"
|
|
3883
|
+
}
|
|
3884
|
+
},
|
|
3785
3885
|
{
|
|
3786
3886
|
"name": "pressed",
|
|
3787
3887
|
"type": {
|
|
@@ -3848,18 +3948,6 @@
|
|
|
3848
3948
|
"module": "internal/base/button.base.js"
|
|
3849
3949
|
}
|
|
3850
3950
|
},
|
|
3851
|
-
{
|
|
3852
|
-
"name": "disabled",
|
|
3853
|
-
"type": {
|
|
3854
|
-
"text": "boolean"
|
|
3855
|
-
},
|
|
3856
|
-
"default": "false",
|
|
3857
|
-
"fieldName": "disabled",
|
|
3858
|
-
"inheritedFrom": {
|
|
3859
|
-
"name": "CdsBaseButton",
|
|
3860
|
-
"module": "internal/base/button.base.js"
|
|
3861
|
-
}
|
|
3862
|
-
},
|
|
3863
3951
|
{
|
|
3864
3952
|
"name": "popup",
|
|
3865
3953
|
"type": {
|
|
@@ -8033,7 +8121,6 @@
|
|
|
8033
8121
|
"type": {
|
|
8034
8122
|
"text": "boolean"
|
|
8035
8123
|
},
|
|
8036
|
-
"default": "false",
|
|
8037
8124
|
"attribute": "disabled",
|
|
8038
8125
|
"inheritedFrom": {
|
|
8039
8126
|
"name": "CdsBaseButton",
|
|
@@ -8051,6 +8138,19 @@
|
|
|
8051
8138
|
"name": "CdsBaseButton",
|
|
8052
8139
|
"module": "internal/base/button.base.js"
|
|
8053
8140
|
}
|
|
8141
|
+
},
|
|
8142
|
+
{
|
|
8143
|
+
"kind": "field",
|
|
8144
|
+
"name": "_disabled",
|
|
8145
|
+
"type": {
|
|
8146
|
+
"text": "boolean"
|
|
8147
|
+
},
|
|
8148
|
+
"privacy": "private",
|
|
8149
|
+
"default": "false",
|
|
8150
|
+
"inheritedFrom": {
|
|
8151
|
+
"name": "CdsBaseButton",
|
|
8152
|
+
"module": "internal/base/button.base.js"
|
|
8153
|
+
}
|
|
8054
8154
|
}
|
|
8055
8155
|
],
|
|
8056
8156
|
"attributes": [
|
|
@@ -8158,7 +8258,6 @@
|
|
|
8158
8258
|
"type": {
|
|
8159
8259
|
"text": "boolean"
|
|
8160
8260
|
},
|
|
8161
|
-
"default": "false",
|
|
8162
8261
|
"fieldName": "disabled",
|
|
8163
8262
|
"inheritedFrom": {
|
|
8164
8263
|
"name": "CdsBaseButton",
|
|
@@ -36298,7 +36397,6 @@
|
|
|
36298
36397
|
"type": {
|
|
36299
36398
|
"text": "boolean"
|
|
36300
36399
|
},
|
|
36301
|
-
"default": "false",
|
|
36302
36400
|
"attribute": "disabled",
|
|
36303
36401
|
"inheritedFrom": {
|
|
36304
36402
|
"name": "CdsBaseButton",
|
|
@@ -36316,6 +36414,19 @@
|
|
|
36316
36414
|
"name": "CdsBaseButton",
|
|
36317
36415
|
"module": "internal/base/button.base.js"
|
|
36318
36416
|
}
|
|
36417
|
+
},
|
|
36418
|
+
{
|
|
36419
|
+
"kind": "field",
|
|
36420
|
+
"name": "_disabled",
|
|
36421
|
+
"type": {
|
|
36422
|
+
"text": "boolean"
|
|
36423
|
+
},
|
|
36424
|
+
"privacy": "private",
|
|
36425
|
+
"default": "false",
|
|
36426
|
+
"inheritedFrom": {
|
|
36427
|
+
"name": "CdsBaseButton",
|
|
36428
|
+
"module": "internal/base/button.base.js"
|
|
36429
|
+
}
|
|
36319
36430
|
}
|
|
36320
36431
|
],
|
|
36321
36432
|
"attributes": [
|
|
@@ -36424,7 +36535,6 @@
|
|
|
36424
36535
|
"type": {
|
|
36425
36536
|
"text": "boolean"
|
|
36426
36537
|
},
|
|
36427
|
-
"default": "false",
|
|
36428
36538
|
"fieldName": "disabled",
|
|
36429
36539
|
"inheritedFrom": {
|
|
36430
36540
|
"name": "CdsBaseButton",
|
|
@@ -37933,7 +38043,6 @@
|
|
|
37933
38043
|
"type": {
|
|
37934
38044
|
"text": "boolean"
|
|
37935
38045
|
},
|
|
37936
|
-
"default": "false",
|
|
37937
38046
|
"attribute": "disabled"
|
|
37938
38047
|
},
|
|
37939
38048
|
{
|
|
@@ -37943,6 +38052,15 @@
|
|
|
37943
38052
|
"text": "string"
|
|
37944
38053
|
},
|
|
37945
38054
|
"attribute": "popup"
|
|
38055
|
+
},
|
|
38056
|
+
{
|
|
38057
|
+
"kind": "field",
|
|
38058
|
+
"name": "_disabled",
|
|
38059
|
+
"type": {
|
|
38060
|
+
"text": "boolean"
|
|
38061
|
+
},
|
|
38062
|
+
"privacy": "private",
|
|
38063
|
+
"default": "false"
|
|
37946
38064
|
}
|
|
37947
38065
|
],
|
|
37948
38066
|
"attributes": [
|
|
@@ -37993,7 +38111,6 @@
|
|
|
37993
38111
|
"type": {
|
|
37994
38112
|
"text": "boolean"
|
|
37995
38113
|
},
|
|
37996
|
-
"default": "false",
|
|
37997
38114
|
"fieldName": "disabled"
|
|
37998
38115
|
},
|
|
37999
38116
|
{
|
|
@@ -49881,17 +49998,6 @@
|
|
|
49881
49998
|
"privacy": "protected",
|
|
49882
49999
|
"description": "query for all groups (including any nested groups), used ot pass state down"
|
|
49883
50000
|
},
|
|
49884
|
-
{
|
|
49885
|
-
"kind": "method",
|
|
49886
|
-
"name": "toggle",
|
|
49887
|
-
"privacy": "private"
|
|
49888
|
-
},
|
|
49889
|
-
{
|
|
49890
|
-
"kind": "field",
|
|
49891
|
-
"name": "currentActiveItem",
|
|
49892
|
-
"privacy": "private",
|
|
49893
|
-
"readonly": true
|
|
49894
|
-
},
|
|
49895
50001
|
{
|
|
49896
50002
|
"kind": "field",
|
|
49897
50003
|
"name": "endTemplate",
|
|
@@ -49904,6 +50010,18 @@
|
|
|
49904
50010
|
"privacy": "protected",
|
|
49905
50011
|
"readonly": true
|
|
49906
50012
|
},
|
|
50013
|
+
{
|
|
50014
|
+
"kind": "method",
|
|
50015
|
+
"name": "onStartItemSlotChange"
|
|
50016
|
+
},
|
|
50017
|
+
{
|
|
50018
|
+
"kind": "method",
|
|
50019
|
+
"name": "onItemSlotChange"
|
|
50020
|
+
},
|
|
50021
|
+
{
|
|
50022
|
+
"kind": "method",
|
|
50023
|
+
"name": "updateChildrenProps"
|
|
50024
|
+
},
|
|
49907
50025
|
{
|
|
49908
50026
|
"kind": "field",
|
|
49909
50027
|
"name": "visibleChildren",
|
|
@@ -49915,7 +50033,14 @@
|
|
|
49915
50033
|
},
|
|
49916
50034
|
{
|
|
49917
50035
|
"kind": "method",
|
|
49918
|
-
"name": "
|
|
50036
|
+
"name": "toggle",
|
|
50037
|
+
"privacy": "private"
|
|
50038
|
+
},
|
|
50039
|
+
{
|
|
50040
|
+
"kind": "field",
|
|
50041
|
+
"name": "currentActiveItem",
|
|
50042
|
+
"privacy": "private",
|
|
50043
|
+
"readonly": true
|
|
49919
50044
|
},
|
|
49920
50045
|
{
|
|
49921
50046
|
"kind": "method",
|
|
@@ -49968,10 +50093,6 @@
|
|
|
49968
50093
|
}
|
|
49969
50094
|
}
|
|
49970
50095
|
]
|
|
49971
|
-
},
|
|
49972
|
-
{
|
|
49973
|
-
"kind": "method",
|
|
49974
|
-
"name": "updateChildrenProps"
|
|
49975
50096
|
}
|
|
49976
50097
|
],
|
|
49977
50098
|
"events": [
|
|
@@ -50355,7 +50476,6 @@
|
|
|
50355
50476
|
"type": {
|
|
50356
50477
|
"text": "boolean"
|
|
50357
50478
|
},
|
|
50358
|
-
"default": "false",
|
|
50359
50479
|
"attribute": "disabled",
|
|
50360
50480
|
"inheritedFrom": {
|
|
50361
50481
|
"name": "CdsBaseButton",
|
|
@@ -50492,6 +50612,19 @@
|
|
|
50492
50612
|
"name": "CdsBaseButton",
|
|
50493
50613
|
"module": "internal/base/button.base.js"
|
|
50494
50614
|
}
|
|
50615
|
+
},
|
|
50616
|
+
{
|
|
50617
|
+
"kind": "field",
|
|
50618
|
+
"name": "_disabled",
|
|
50619
|
+
"type": {
|
|
50620
|
+
"text": "boolean"
|
|
50621
|
+
},
|
|
50622
|
+
"privacy": "private",
|
|
50623
|
+
"default": "false",
|
|
50624
|
+
"inheritedFrom": {
|
|
50625
|
+
"name": "CdsBaseButton",
|
|
50626
|
+
"module": "internal/base/button.base.js"
|
|
50627
|
+
}
|
|
50495
50628
|
}
|
|
50496
50629
|
],
|
|
50497
50630
|
"attributes": [
|
|
@@ -50600,7 +50733,6 @@
|
|
|
50600
50733
|
"type": {
|
|
50601
50734
|
"text": "boolean"
|
|
50602
50735
|
},
|
|
50603
|
-
"default": "false",
|
|
50604
50736
|
"fieldName": "disabled",
|
|
50605
50737
|
"inheritedFrom": {
|
|
50606
50738
|
"name": "CdsBaseButton",
|
|
@@ -53007,7 +53139,16 @@
|
|
|
53007
53139
|
{
|
|
53008
53140
|
"kind": "method",
|
|
53009
53141
|
"name": "setTrackWidth",
|
|
53010
|
-
"privacy": "private"
|
|
53142
|
+
"privacy": "private",
|
|
53143
|
+
"parameters": [
|
|
53144
|
+
{
|
|
53145
|
+
"name": "val",
|
|
53146
|
+
"optional": true,
|
|
53147
|
+
"type": {
|
|
53148
|
+
"text": "number"
|
|
53149
|
+
}
|
|
53150
|
+
}
|
|
53151
|
+
]
|
|
53011
53152
|
},
|
|
53012
53153
|
{
|
|
53013
53154
|
"kind": "field",
|
|
@@ -57347,7 +57488,6 @@
|
|
|
57347
57488
|
"type": {
|
|
57348
57489
|
"text": "boolean"
|
|
57349
57490
|
},
|
|
57350
|
-
"default": "false",
|
|
57351
57491
|
"attribute": "disabled",
|
|
57352
57492
|
"inheritedFrom": {
|
|
57353
57493
|
"name": "CdsBaseButton",
|
|
@@ -57365,6 +57505,19 @@
|
|
|
57365
57505
|
"name": "CdsBaseButton",
|
|
57366
57506
|
"module": "internal/base/button.base.js"
|
|
57367
57507
|
}
|
|
57508
|
+
},
|
|
57509
|
+
{
|
|
57510
|
+
"kind": "field",
|
|
57511
|
+
"name": "_disabled",
|
|
57512
|
+
"type": {
|
|
57513
|
+
"text": "boolean"
|
|
57514
|
+
},
|
|
57515
|
+
"privacy": "private",
|
|
57516
|
+
"default": "false",
|
|
57517
|
+
"inheritedFrom": {
|
|
57518
|
+
"name": "CdsBaseButton",
|
|
57519
|
+
"module": "internal/base/button.base.js"
|
|
57520
|
+
}
|
|
57368
57521
|
}
|
|
57369
57522
|
],
|
|
57370
57523
|
"attributes": [
|
|
@@ -57465,7 +57618,6 @@
|
|
|
57465
57618
|
"type": {
|
|
57466
57619
|
"text": "boolean"
|
|
57467
57620
|
},
|
|
57468
|
-
"default": "false",
|
|
57469
57621
|
"fieldName": "disabled",
|
|
57470
57622
|
"inheritedFrom": {
|
|
57471
57623
|
"name": "CdsBaseButton",
|
package/global.css
CHANGED
|
@@ -654,6 +654,10 @@ html[cds-focus-trap] {
|
|
|
654
654
|
);
|
|
655
655
|
}
|
|
656
656
|
|
|
657
|
+
body[cds-text*=body]::before, body[cds-text*=body]::after {
|
|
658
|
+
content: none;
|
|
659
|
+
}
|
|
660
|
+
|
|
657
661
|
[cds-text*=message] {
|
|
658
662
|
font-size: var(--cds-global-typography-message-font-size);
|
|
659
663
|
font-weight: var(--cds-global-typography-message-font-weight);
|