@umbraco-ui/uui 1.5.0-rc.2 → 1.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom-elements.json +39 -64
- package/dist/uui.min.js +783 -338
- package/dist/uui.min.js.map +1 -1
- package/package.json +83 -82
- package/vscode-html-custom-data.json +12 -20
package/custom-elements.json
CHANGED
|
@@ -5041,26 +5041,14 @@
|
|
|
5041
5041
|
"name": "uui-range-slider",
|
|
5042
5042
|
"path": "./../uui-range-slider/lib/uui-range-slider.element.ts",
|
|
5043
5043
|
"attributes": [
|
|
5044
|
-
{
|
|
5045
|
-
"name": "disabled",
|
|
5046
|
-
"description": "Disables the input.",
|
|
5047
|
-
"type": "boolean",
|
|
5048
|
-
"default": "\"false\""
|
|
5049
|
-
},
|
|
5050
5044
|
{
|
|
5051
5045
|
"name": "label",
|
|
5052
|
-
"description": "Label to be used for aria-label and eventually as visual label. Adds \"
|
|
5046
|
+
"description": "Label to be used for aria-label and eventually as visual label. Adds \"low-end value\" and \"high-end value\" endings for the two values.",
|
|
5053
5047
|
"type": "string"
|
|
5054
5048
|
},
|
|
5055
5049
|
{
|
|
5056
|
-
"name": "
|
|
5057
|
-
"description": "
|
|
5058
|
-
"type": "number",
|
|
5059
|
-
"default": "\"1\""
|
|
5060
|
-
},
|
|
5061
|
-
{
|
|
5062
|
-
"name": "hide-step-values",
|
|
5063
|
-
"description": "Hides the numbers representing the value of each steps. Dots will still be visible",
|
|
5050
|
+
"name": "disabled",
|
|
5051
|
+
"description": "Disables the input.",
|
|
5064
5052
|
"type": "boolean",
|
|
5065
5053
|
"default": "\"false\""
|
|
5066
5054
|
},
|
|
@@ -5076,6 +5064,18 @@
|
|
|
5076
5064
|
"type": "number",
|
|
5077
5065
|
"default": "\"100\""
|
|
5078
5066
|
},
|
|
5067
|
+
{
|
|
5068
|
+
"name": "hide-step-values",
|
|
5069
|
+
"description": "Hides the numbers representing the value of each steps. Dots will still be visible",
|
|
5070
|
+
"type": "boolean",
|
|
5071
|
+
"default": "\"false\""
|
|
5072
|
+
},
|
|
5073
|
+
{
|
|
5074
|
+
"name": "step",
|
|
5075
|
+
"description": "This reflects the behavior of a native input step attribute.",
|
|
5076
|
+
"type": "number",
|
|
5077
|
+
"default": "\"1\""
|
|
5078
|
+
},
|
|
5079
5079
|
{
|
|
5080
5080
|
"name": "min-gap",
|
|
5081
5081
|
"description": "Minimum value gap between the the two picked values. Cannot be lower than the step value and cannot be higher than the maximum gap",
|
|
@@ -5088,18 +5088,6 @@
|
|
|
5088
5088
|
"type": "number",
|
|
5089
5089
|
"default": "\"undefined\""
|
|
5090
5090
|
},
|
|
5091
|
-
{
|
|
5092
|
-
"name": "value-low",
|
|
5093
|
-
"description": "The lower picked value.",
|
|
5094
|
-
"type": "number",
|
|
5095
|
-
"default": "\"0\""
|
|
5096
|
-
},
|
|
5097
|
-
{
|
|
5098
|
-
"name": "value-high",
|
|
5099
|
-
"description": "The higher picked value.",
|
|
5100
|
-
"type": "number",
|
|
5101
|
-
"default": "\"100\""
|
|
5102
|
-
},
|
|
5103
5091
|
{
|
|
5104
5092
|
"name": "name",
|
|
5105
5093
|
"description": "This is a name property of the component.",
|
|
@@ -5108,9 +5096,9 @@
|
|
|
5108
5096
|
},
|
|
5109
5097
|
{
|
|
5110
5098
|
"name": "value",
|
|
5111
|
-
"description": "This is a value property of the uui-range-slider. Split the two values with comma,
|
|
5099
|
+
"description": "This is a value property of the uui-range-slider. Split the two values with comma, for example 10,50 sets the values to 10 and 50.",
|
|
5112
5100
|
"type": "string",
|
|
5113
|
-
"default": "\"0,
|
|
5101
|
+
"default": "\"0,0\""
|
|
5114
5102
|
},
|
|
5115
5103
|
{
|
|
5116
5104
|
"name": "pristine",
|
|
@@ -5144,30 +5132,16 @@
|
|
|
5144
5132
|
}
|
|
5145
5133
|
],
|
|
5146
5134
|
"properties": [
|
|
5147
|
-
{
|
|
5148
|
-
"name": "disabled",
|
|
5149
|
-
"attribute": "disabled",
|
|
5150
|
-
"description": "Disables the input.",
|
|
5151
|
-
"type": "boolean",
|
|
5152
|
-
"default": "\"false\""
|
|
5153
|
-
},
|
|
5154
5135
|
{
|
|
5155
5136
|
"name": "label",
|
|
5156
5137
|
"attribute": "label",
|
|
5157
|
-
"description": "Label to be used for aria-label and eventually as visual label. Adds \"
|
|
5138
|
+
"description": "Label to be used for aria-label and eventually as visual label. Adds \"low-end value\" and \"high-end value\" endings for the two values.",
|
|
5158
5139
|
"type": "string"
|
|
5159
5140
|
},
|
|
5160
5141
|
{
|
|
5161
|
-
"name": "
|
|
5162
|
-
"attribute": "
|
|
5163
|
-
"description": "
|
|
5164
|
-
"type": "number",
|
|
5165
|
-
"default": "\"1\""
|
|
5166
|
-
},
|
|
5167
|
-
{
|
|
5168
|
-
"name": "hideStepValues",
|
|
5169
|
-
"attribute": "hide-step-values",
|
|
5170
|
-
"description": "Hides the numbers representing the value of each steps. Dots will still be visible",
|
|
5142
|
+
"name": "disabled",
|
|
5143
|
+
"attribute": "disabled",
|
|
5144
|
+
"description": "Disables the input.",
|
|
5171
5145
|
"type": "boolean",
|
|
5172
5146
|
"default": "\"false\""
|
|
5173
5147
|
},
|
|
@@ -5185,6 +5159,20 @@
|
|
|
5185
5159
|
"type": "number",
|
|
5186
5160
|
"default": "\"100\""
|
|
5187
5161
|
},
|
|
5162
|
+
{
|
|
5163
|
+
"name": "hideStepValues",
|
|
5164
|
+
"attribute": "hide-step-values",
|
|
5165
|
+
"description": "Hides the numbers representing the value of each steps. Dots will still be visible",
|
|
5166
|
+
"type": "boolean",
|
|
5167
|
+
"default": "\"false\""
|
|
5168
|
+
},
|
|
5169
|
+
{
|
|
5170
|
+
"name": "step",
|
|
5171
|
+
"attribute": "step",
|
|
5172
|
+
"description": "This reflects the behavior of a native input step attribute.",
|
|
5173
|
+
"type": "number",
|
|
5174
|
+
"default": "\"1\""
|
|
5175
|
+
},
|
|
5188
5176
|
{
|
|
5189
5177
|
"name": "minGap",
|
|
5190
5178
|
"attribute": "min-gap",
|
|
@@ -5199,24 +5187,11 @@
|
|
|
5199
5187
|
"type": "number",
|
|
5200
5188
|
"default": "\"undefined\""
|
|
5201
5189
|
},
|
|
5202
|
-
{
|
|
5203
|
-
"name": "valueLow",
|
|
5204
|
-
"attribute": "value-low",
|
|
5205
|
-
"description": "The lower picked value.",
|
|
5206
|
-
"type": "number",
|
|
5207
|
-
"default": "\"0\""
|
|
5208
|
-
},
|
|
5209
|
-
{
|
|
5210
|
-
"name": "valueHigh",
|
|
5211
|
-
"attribute": "value-high",
|
|
5212
|
-
"description": "The higher picked value.",
|
|
5213
|
-
"type": "number",
|
|
5214
|
-
"default": "\"100\""
|
|
5215
|
-
},
|
|
5216
5190
|
{
|
|
5217
5191
|
"name": "styles",
|
|
5192
|
+
"description": "Style",
|
|
5218
5193
|
"type": "CSSResult[]",
|
|
5219
|
-
"default": "[
|
|
5194
|
+
"default": "[null]"
|
|
5220
5195
|
},
|
|
5221
5196
|
{
|
|
5222
5197
|
"name": "formAssociated",
|
|
@@ -5234,9 +5209,9 @@
|
|
|
5234
5209
|
{
|
|
5235
5210
|
"name": "value",
|
|
5236
5211
|
"attribute": "value",
|
|
5237
|
-
"description": "This is a value property of the uui-range-slider. Split the two values with comma,
|
|
5212
|
+
"description": "This is a value property of the uui-range-slider. Split the two values with comma, for example 10,50 sets the values to 10 and 50.",
|
|
5238
5213
|
"type": "string",
|
|
5239
|
-
"default": "\"0,
|
|
5214
|
+
"default": "\"0,0\""
|
|
5240
5215
|
},
|
|
5241
5216
|
{
|
|
5242
5217
|
"name": "pristine",
|