@umbraco-ui/uui 1.0.1 → 1.0.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/custom-elements.json +13 -43
- package/dist/uui.min.js +15 -15
- package/dist/uui.min.js.map +1 -1
- package/package.json +5 -5
package/custom-elements.json
CHANGED
|
@@ -317,49 +317,6 @@
|
|
|
317
317
|
}
|
|
318
318
|
]
|
|
319
319
|
},
|
|
320
|
-
{
|
|
321
|
-
"name": "uui-inline-create-button",
|
|
322
|
-
"path": "./../uui-button-inline-create/lib/uui-button-inline-create.element.ts",
|
|
323
|
-
"attributes": [
|
|
324
|
-
{
|
|
325
|
-
"name": "label",
|
|
326
|
-
"description": "Label to be used for aria-label and eventually as visual label",
|
|
327
|
-
"type": "string"
|
|
328
|
-
},
|
|
329
|
-
{
|
|
330
|
-
"name": "vertical",
|
|
331
|
-
"description": "Place the button vertically",
|
|
332
|
-
"type": "Boolean",
|
|
333
|
-
"default": "false"
|
|
334
|
-
}
|
|
335
|
-
],
|
|
336
|
-
"properties": [
|
|
337
|
-
{
|
|
338
|
-
"name": "styles",
|
|
339
|
-
"type": "CSSResult[]",
|
|
340
|
-
"default": "[\"UUIBlinkKeyframes\",null]"
|
|
341
|
-
},
|
|
342
|
-
{
|
|
343
|
-
"name": "label",
|
|
344
|
-
"attribute": "label",
|
|
345
|
-
"description": "Label to be used for aria-label and eventually as visual label",
|
|
346
|
-
"type": "string"
|
|
347
|
-
},
|
|
348
|
-
{
|
|
349
|
-
"name": "vertical",
|
|
350
|
-
"attribute": "vertical",
|
|
351
|
-
"description": "Place the button vertically",
|
|
352
|
-
"type": "Boolean",
|
|
353
|
-
"default": "false"
|
|
354
|
-
}
|
|
355
|
-
],
|
|
356
|
-
"events": [
|
|
357
|
-
{
|
|
358
|
-
"name": "click",
|
|
359
|
-
"description": "on user click"
|
|
360
|
-
}
|
|
361
|
-
]
|
|
362
|
-
},
|
|
363
320
|
{
|
|
364
321
|
"name": "uui-button-inline-create",
|
|
365
322
|
"path": "./../uui-button-inline-create/lib/uui-button-inline-create.element.ts",
|
|
@@ -1561,6 +1518,12 @@
|
|
|
1561
1518
|
"type": " boolean ",
|
|
1562
1519
|
"default": "\"false\""
|
|
1563
1520
|
},
|
|
1521
|
+
{
|
|
1522
|
+
"name": "closeLabel",
|
|
1523
|
+
"description": "Specifies the button label for the close button in mobile mode",
|
|
1524
|
+
"type": " string ",
|
|
1525
|
+
"default": "\"\\\"Close\\\"\""
|
|
1526
|
+
},
|
|
1564
1527
|
{
|
|
1565
1528
|
"name": "name",
|
|
1566
1529
|
"description": "This is a name property of the component.",
|
|
@@ -1624,6 +1587,13 @@
|
|
|
1624
1587
|
"type": " boolean ",
|
|
1625
1588
|
"default": "\"false\""
|
|
1626
1589
|
},
|
|
1590
|
+
{
|
|
1591
|
+
"name": "closeLabel",
|
|
1592
|
+
"attribute": "closeLabel",
|
|
1593
|
+
"description": "Specifies the button label for the close button in mobile mode",
|
|
1594
|
+
"type": " string ",
|
|
1595
|
+
"default": "\"\\\"Close\\\"\""
|
|
1596
|
+
},
|
|
1627
1597
|
{
|
|
1628
1598
|
"name": "formAssociated",
|
|
1629
1599
|
"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/",
|