@umbraco-ui/uui-range-slider 1.2.0-rc.2 → 1.2.0-rc.3

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.
@@ -41,28 +41,28 @@
41
41
  "default": "\"100\""
42
42
  },
43
43
  {
44
- "name": "value-low",
45
- "description": "The lower picked value.",
44
+ "name": "min-gap",
45
+ "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",
46
46
  "type": "number",
47
- "default": "\"0\""
47
+ "default": "\"undefined\""
48
48
  },
49
49
  {
50
- "name": "value-high",
51
- "description": "The higher picked value.",
50
+ "name": "max-gap",
51
+ "description": "Maximum value gap between the the two picked values. Cannot be lower than the minimum gap.",
52
52
  "type": "number",
53
- "default": "\"100\""
53
+ "default": "\"undefined\""
54
54
  },
55
55
  {
56
- "name": "min-gap",
57
- "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",
56
+ "name": "value-low",
57
+ "description": "The lower picked value.",
58
58
  "type": "number",
59
- "default": "\"1\""
59
+ "default": "\"0\""
60
60
  },
61
61
  {
62
- "name": "max-gap",
63
- "description": "Maximum value gap between the the two picked values. Cannot be lower than the minimum gap.",
62
+ "name": "value-high",
63
+ "description": "The higher picked value.",
64
64
  "type": "number",
65
- "default": "\"undefined\""
65
+ "default": "\"100\""
66
66
  },
67
67
  {
68
68
  "name": "name",
@@ -154,6 +154,20 @@
154
154
  "type": "number",
155
155
  "default": "\"100\""
156
156
  },
157
+ {
158
+ "name": "minGap",
159
+ "attribute": "min-gap",
160
+ "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",
161
+ "type": "number",
162
+ "default": "\"undefined\""
163
+ },
164
+ {
165
+ "name": "maxGap",
166
+ "attribute": "max-gap",
167
+ "description": "Maximum value gap between the the two picked values. Cannot be lower than the minimum gap.",
168
+ "type": "number",
169
+ "default": "\"undefined\""
170
+ },
157
171
  {
158
172
  "name": "valueLow",
159
173
  "attribute": "value-low",
@@ -168,20 +182,6 @@
168
182
  "type": "number",
169
183
  "default": "\"100\""
170
184
  },
171
- {
172
- "name": "minGap",
173
- "attribute": "min-gap",
174
- "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",
175
- "type": "number",
176
- "default": "\"1\""
177
- },
178
- {
179
- "name": "maxGap",
180
- "attribute": "max-gap",
181
- "description": "Maximum value gap between the the two picked values. Cannot be lower than the minimum gap.",
182
- "type": "number",
183
- "default": "\"undefined\""
184
- },
185
185
  {
186
186
  "name": "formAssociated",
187
187
  "description": "This is a static class field indicating that the element is can be used inside a native form and participate in its events.\nIt may require a polyfill, check support here https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/attachInternals.\nRead more about form controls here https://web.dev/more-capable-form-controls/",
@@ -244,6 +244,16 @@
244
244
  {
245
245
  "name": "validationMessage"
246
246
  }
247
+ ],
248
+ "events": [
249
+ {
250
+ "name": "input",
251
+ "description": "on input"
252
+ },
253
+ {
254
+ "name": "change",
255
+ "description": "on change"
256
+ }
247
257
  ]
248
258
  }
249
259
  ]