@umbraco-ui/uui 1.6.0-rc.0 → 1.6.0-rc.1
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/custom-elements.json +172 -0
- package/dist/uui.min.js +47 -45
- package/dist/uui.min.js.map +1 -1
- package/package.json +83 -83
- package/vscode-html-custom-data.json +1 -1
package/custom-elements.json
CHANGED
|
@@ -3293,6 +3293,48 @@
|
|
|
3293
3293
|
"name": "append",
|
|
3294
3294
|
"description": "for components to render to the right of the input."
|
|
3295
3295
|
}
|
|
3296
|
+
],
|
|
3297
|
+
"cssProperties": [
|
|
3298
|
+
{
|
|
3299
|
+
"name": "--uui-input-height",
|
|
3300
|
+
"description": "Height of the element"
|
|
3301
|
+
},
|
|
3302
|
+
{
|
|
3303
|
+
"name": "--uui-input-background-color",
|
|
3304
|
+
"description": "Background color of the element"
|
|
3305
|
+
},
|
|
3306
|
+
{
|
|
3307
|
+
"name": "--uui-input-background-color-disabled",
|
|
3308
|
+
"description": "Background color when disabled"
|
|
3309
|
+
},
|
|
3310
|
+
{
|
|
3311
|
+
"name": "--uui-input-background-color-readonly",
|
|
3312
|
+
"description": "Background color when readonly"
|
|
3313
|
+
},
|
|
3314
|
+
{
|
|
3315
|
+
"name": "--uui-input-border-width",
|
|
3316
|
+
"description": "Border width"
|
|
3317
|
+
},
|
|
3318
|
+
{
|
|
3319
|
+
"name": "--uui-input-border-color",
|
|
3320
|
+
"description": "Border color"
|
|
3321
|
+
},
|
|
3322
|
+
{
|
|
3323
|
+
"name": "--uui-input-border-color-hover",
|
|
3324
|
+
"description": "Border color on hover"
|
|
3325
|
+
},
|
|
3326
|
+
{
|
|
3327
|
+
"name": "--uui-input-border-color-focus",
|
|
3328
|
+
"description": "Border color on focus"
|
|
3329
|
+
},
|
|
3330
|
+
{
|
|
3331
|
+
"name": "--uui-input-border-color-disabled",
|
|
3332
|
+
"description": "Border color when disabled"
|
|
3333
|
+
},
|
|
3334
|
+
{
|
|
3335
|
+
"name": "--uui-input-border-color-readonly",
|
|
3336
|
+
"description": "Border color when readonly"
|
|
3337
|
+
}
|
|
3296
3338
|
]
|
|
3297
3339
|
},
|
|
3298
3340
|
{
|
|
@@ -3645,6 +3687,48 @@
|
|
|
3645
3687
|
"name": "append",
|
|
3646
3688
|
"description": "for components to render to the right of the input."
|
|
3647
3689
|
}
|
|
3690
|
+
],
|
|
3691
|
+
"cssProperties": [
|
|
3692
|
+
{
|
|
3693
|
+
"name": "--uui-input-height",
|
|
3694
|
+
"description": "Height of the element"
|
|
3695
|
+
},
|
|
3696
|
+
{
|
|
3697
|
+
"name": "--uui-input-background-color",
|
|
3698
|
+
"description": "Background color of the element"
|
|
3699
|
+
},
|
|
3700
|
+
{
|
|
3701
|
+
"name": "--uui-input-background-color-disabled",
|
|
3702
|
+
"description": "Background color when disabled"
|
|
3703
|
+
},
|
|
3704
|
+
{
|
|
3705
|
+
"name": "--uui-input-background-color-readonly",
|
|
3706
|
+
"description": "Background color when readonly"
|
|
3707
|
+
},
|
|
3708
|
+
{
|
|
3709
|
+
"name": "--uui-input-border-width",
|
|
3710
|
+
"description": "Border width"
|
|
3711
|
+
},
|
|
3712
|
+
{
|
|
3713
|
+
"name": "--uui-input-border-color",
|
|
3714
|
+
"description": "Border color"
|
|
3715
|
+
},
|
|
3716
|
+
{
|
|
3717
|
+
"name": "--uui-input-border-color-hover",
|
|
3718
|
+
"description": "Border color on hover"
|
|
3719
|
+
},
|
|
3720
|
+
{
|
|
3721
|
+
"name": "--uui-input-border-color-focus",
|
|
3722
|
+
"description": "Border color on focus"
|
|
3723
|
+
},
|
|
3724
|
+
{
|
|
3725
|
+
"name": "--uui-input-border-color-disabled",
|
|
3726
|
+
"description": "Border color when disabled"
|
|
3727
|
+
},
|
|
3728
|
+
{
|
|
3729
|
+
"name": "--uui-input-border-color-readonly",
|
|
3730
|
+
"description": "Border color when readonly"
|
|
3731
|
+
}
|
|
3648
3732
|
]
|
|
3649
3733
|
},
|
|
3650
3734
|
{
|
|
@@ -3998,6 +4082,48 @@
|
|
|
3998
4082
|
"name": "append",
|
|
3999
4083
|
"description": "for components to render to the right of the input."
|
|
4000
4084
|
}
|
|
4085
|
+
],
|
|
4086
|
+
"cssProperties": [
|
|
4087
|
+
{
|
|
4088
|
+
"name": "--uui-input-height",
|
|
4089
|
+
"description": "Height of the element"
|
|
4090
|
+
},
|
|
4091
|
+
{
|
|
4092
|
+
"name": "--uui-input-background-color",
|
|
4093
|
+
"description": "Background color of the element"
|
|
4094
|
+
},
|
|
4095
|
+
{
|
|
4096
|
+
"name": "--uui-input-background-color-disabled",
|
|
4097
|
+
"description": "Background color when disabled"
|
|
4098
|
+
},
|
|
4099
|
+
{
|
|
4100
|
+
"name": "--uui-input-background-color-readonly",
|
|
4101
|
+
"description": "Background color when readonly"
|
|
4102
|
+
},
|
|
4103
|
+
{
|
|
4104
|
+
"name": "--uui-input-border-width",
|
|
4105
|
+
"description": "Border width"
|
|
4106
|
+
},
|
|
4107
|
+
{
|
|
4108
|
+
"name": "--uui-input-border-color",
|
|
4109
|
+
"description": "Border color"
|
|
4110
|
+
},
|
|
4111
|
+
{
|
|
4112
|
+
"name": "--uui-input-border-color-hover",
|
|
4113
|
+
"description": "Border color on hover"
|
|
4114
|
+
},
|
|
4115
|
+
{
|
|
4116
|
+
"name": "--uui-input-border-color-focus",
|
|
4117
|
+
"description": "Border color on focus"
|
|
4118
|
+
},
|
|
4119
|
+
{
|
|
4120
|
+
"name": "--uui-input-border-color-disabled",
|
|
4121
|
+
"description": "Border color when disabled"
|
|
4122
|
+
},
|
|
4123
|
+
{
|
|
4124
|
+
"name": "--uui-input-border-color-readonly",
|
|
4125
|
+
"description": "Border color when readonly"
|
|
4126
|
+
}
|
|
4001
4127
|
]
|
|
4002
4128
|
},
|
|
4003
4129
|
{
|
|
@@ -4391,6 +4517,10 @@
|
|
|
4391
4517
|
{
|
|
4392
4518
|
"name": "--uui-menu-item-indent",
|
|
4393
4519
|
"description": "set indentation of the menu items"
|
|
4520
|
+
},
|
|
4521
|
+
{
|
|
4522
|
+
"name": "--uui-menu-item-flat-structure",
|
|
4523
|
+
"description": "set to 1 to remove the indentation of the chevron. Use this when you have a flat menu structure"
|
|
4394
4524
|
}
|
|
4395
4525
|
]
|
|
4396
4526
|
},
|
|
@@ -6585,6 +6715,48 @@
|
|
|
6585
6715
|
"name": "change",
|
|
6586
6716
|
"description": "when the user changes value"
|
|
6587
6717
|
}
|
|
6718
|
+
],
|
|
6719
|
+
"cssProperties": [
|
|
6720
|
+
{
|
|
6721
|
+
"name": "--uui-select-height",
|
|
6722
|
+
"description": "Height of the element"
|
|
6723
|
+
},
|
|
6724
|
+
{
|
|
6725
|
+
"name": "--uui-select-font-size",
|
|
6726
|
+
"description": "Font size of the element"
|
|
6727
|
+
},
|
|
6728
|
+
{
|
|
6729
|
+
"name": "--uui-select-padding-y",
|
|
6730
|
+
"description": "Padding on the y axis"
|
|
6731
|
+
},
|
|
6732
|
+
{
|
|
6733
|
+
"name": "--uui-select-padding-x",
|
|
6734
|
+
"description": "Padding on the x axis"
|
|
6735
|
+
},
|
|
6736
|
+
{
|
|
6737
|
+
"name": "--uui-select-border-color",
|
|
6738
|
+
"description": "Border color"
|
|
6739
|
+
},
|
|
6740
|
+
{
|
|
6741
|
+
"name": "--uui-select-border-color-hover",
|
|
6742
|
+
"description": "Border color on hover"
|
|
6743
|
+
},
|
|
6744
|
+
{
|
|
6745
|
+
"name": "--uui-select-selected-option-background-color",
|
|
6746
|
+
"description": "Background color of the selected option"
|
|
6747
|
+
},
|
|
6748
|
+
{
|
|
6749
|
+
"name": "--uui-select-selected-option-color",
|
|
6750
|
+
"description": "Color of the selected option"
|
|
6751
|
+
},
|
|
6752
|
+
{
|
|
6753
|
+
"name": "--uui-select-outline-color",
|
|
6754
|
+
"description": "Outline color"
|
|
6755
|
+
},
|
|
6756
|
+
{
|
|
6757
|
+
"name": "--uui-select-disabled-background-color",
|
|
6758
|
+
"description": "Background color when disabled"
|
|
6759
|
+
}
|
|
6588
6760
|
]
|
|
6589
6761
|
},
|
|
6590
6762
|
{
|