@umbraco-ui/uui 1.2.1 → 1.3.0-rc.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.
@@ -2374,7 +2374,7 @@
2374
2374
  "attributes": [
2375
2375
  {
2376
2376
  "name": "accept",
2377
- "description": "Accepted filetypes. Will allow all types if empty.",
2377
+ "description": "Comma-separated list of accepted filetypes. Will allow all types if empty.",
2378
2378
  "type": "string",
2379
2379
  "default": "\"false\""
2380
2380
  },
@@ -2399,7 +2399,7 @@
2399
2399
  {
2400
2400
  "name": "accept",
2401
2401
  "attribute": "accept",
2402
- "description": "Accepted filetypes. Will allow all types if empty.",
2402
+ "description": "Comma-separated list of accepted filetypes. Will allow all types if empty.",
2403
2403
  "type": "string",
2404
2404
  "default": "\"false\""
2405
2405
  },
@@ -2419,7 +2419,7 @@
2419
2419
  ],
2420
2420
  "events": [
2421
2421
  {
2422
- "name": "file-change",
2422
+ "name": "change",
2423
2423
  "description": "fires when the a file has been selected."
2424
2424
  }
2425
2425
  ],
@@ -2845,6 +2845,18 @@
2845
2845
  "type": "'text' | 'tel'| 'url'| 'email'| 'password'| 'date'| 'month'| 'week'| 'time'| 'datetime-local'| 'number'| 'color'",
2846
2846
  "default": "\"text\""
2847
2847
  },
2848
+ {
2849
+ "name": "pattern",
2850
+ "description": "Validates the input based on the Regex pattern",
2851
+ "type": "string",
2852
+ "default": "\"undefined\""
2853
+ },
2854
+ {
2855
+ "name": "inputmode",
2856
+ "description": "The inputmode global attribute is an enumerated attribute that hints at the type of data that might be entered by the user while editing the element or its contents. This allows a browser to display an appropriate virtual keyboard.",
2857
+ "type": "string",
2858
+ "default": "\"undefined\""
2859
+ },
2848
2860
  {
2849
2861
  "name": "name",
2850
2862
  "description": "This is a name property of the component.",
@@ -2988,6 +3000,20 @@
2988
3000
  "type": "'text' | 'tel'| 'url'| 'email'| 'password'| 'date'| 'month'| 'week'| 'time'| 'datetime-local'| 'number'| 'color'",
2989
3001
  "default": "\"text\""
2990
3002
  },
3003
+ {
3004
+ "name": "pattern",
3005
+ "attribute": "pattern",
3006
+ "description": "Validates the input based on the Regex pattern",
3007
+ "type": "string",
3008
+ "default": "\"undefined\""
3009
+ },
3010
+ {
3011
+ "name": "inputmode",
3012
+ "attribute": "inputmode",
3013
+ "description": "The inputmode global attribute is an enumerated attribute that hints at the type of data that might be entered by the user while editing the element or its contents. This allows a browser to display an appropriate virtual keyboard.",
3014
+ "type": "string",
3015
+ "default": "\"undefined\""
3016
+ },
2991
3017
  {
2992
3018
  "name": "formAssociated",
2993
3019
  "description": "This is a static class field indicating that the element is can be used inside a native form and participate in its events. It may require a polyfill, check support here https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/attachInternals. Read more about form controls here https://web.dev/more-capable-form-controls/",
@@ -3156,6 +3182,18 @@
3156
3182
  "type": "'text' | 'tel'| 'url'| 'email'| 'password'| 'date'| 'month'| 'week'| 'time'| 'datetime-local'| 'number'| 'color'",
3157
3183
  "default": "\"text\""
3158
3184
  },
3185
+ {
3186
+ "name": "pattern",
3187
+ "description": "Validates the input based on the Regex pattern",
3188
+ "type": "string",
3189
+ "default": "\"undefined\""
3190
+ },
3191
+ {
3192
+ "name": "inputmode",
3193
+ "description": "The inputmode global attribute is an enumerated attribute that hints at the type of data that might be entered by the user while editing the element or its contents. This allows a browser to display an appropriate virtual keyboard.",
3194
+ "type": "string",
3195
+ "default": "\"undefined\""
3196
+ },
3159
3197
  {
3160
3198
  "name": "name",
3161
3199
  "description": "This is a name property of the component.",
@@ -3292,6 +3330,20 @@
3292
3330
  "type": "'text' | 'tel'| 'url'| 'email'| 'password'| 'date'| 'month'| 'week'| 'time'| 'datetime-local'| 'number'| 'color'",
3293
3331
  "default": "\"text\""
3294
3332
  },
3333
+ {
3334
+ "name": "pattern",
3335
+ "attribute": "pattern",
3336
+ "description": "Validates the input based on the Regex pattern",
3337
+ "type": "string",
3338
+ "default": "\"undefined\""
3339
+ },
3340
+ {
3341
+ "name": "inputmode",
3342
+ "attribute": "inputmode",
3343
+ "description": "The inputmode global attribute is an enumerated attribute that hints at the type of data that might be entered by the user while editing the element or its contents. This allows a browser to display an appropriate virtual keyboard.",
3344
+ "type": "string",
3345
+ "default": "\"undefined\""
3346
+ },
3295
3347
  {
3296
3348
  "name": "formAssociated",
3297
3349
  "description": "This is a static class field indicating that the element is can be used inside a native form and participate in its events. It may require a polyfill, check support here https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/attachInternals. Read more about form controls here https://web.dev/more-capable-form-controls/",
@@ -3461,6 +3513,18 @@
3461
3513
  "type": "'text' | 'tel'| 'url'| 'email'| 'password'| 'date'| 'month'| 'week'| 'time'| 'datetime-local'| 'number'| 'color'",
3462
3514
  "default": "\"text\""
3463
3515
  },
3516
+ {
3517
+ "name": "pattern",
3518
+ "description": "Validates the input based on the Regex pattern",
3519
+ "type": "string",
3520
+ "default": "\"undefined\""
3521
+ },
3522
+ {
3523
+ "name": "inputmode",
3524
+ "description": "The inputmode global attribute is an enumerated attribute that hints at the type of data that might be entered by the user while editing the element or its contents. This allows a browser to display an appropriate virtual keyboard.",
3525
+ "type": "string",
3526
+ "default": "\"undefined\""
3527
+ },
3464
3528
  {
3465
3529
  "name": "name",
3466
3530
  "description": "This is a name property of the component.",
@@ -3597,6 +3661,20 @@
3597
3661
  "type": "'text' | 'tel'| 'url'| 'email'| 'password'| 'date'| 'month'| 'week'| 'time'| 'datetime-local'| 'number'| 'color'",
3598
3662
  "default": "\"text\""
3599
3663
  },
3664
+ {
3665
+ "name": "pattern",
3666
+ "attribute": "pattern",
3667
+ "description": "Validates the input based on the Regex pattern",
3668
+ "type": "string",
3669
+ "default": "\"undefined\""
3670
+ },
3671
+ {
3672
+ "name": "inputmode",
3673
+ "attribute": "inputmode",
3674
+ "description": "The inputmode global attribute is an enumerated attribute that hints at the type of data that might be entered by the user while editing the element or its contents. This allows a browser to display an appropriate virtual keyboard.",
3675
+ "type": "string",
3676
+ "default": "\"undefined\""
3677
+ },
3600
3678
  {
3601
3679
  "name": "formAssociated",
3602
3680
  "description": "This is a static class field indicating that the element is can be used inside a native form and participate in its events. It may require a polyfill, check support here https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/attachInternals. Read more about form controls here https://web.dev/more-capable-form-controls/",
@@ -7270,6 +7348,22 @@
7270
7348
  "description": "Label to be used for aria-label and eventually as visual label",
7271
7349
  "type": "string"
7272
7350
  },
7351
+ {
7352
+ "name": "rows",
7353
+ "description": "Sets the number of rows of the textarea",
7354
+ "type": "number"
7355
+ },
7356
+ {
7357
+ "name": "cols",
7358
+ "description": "Sets the number of cols of the textarea",
7359
+ "type": "number"
7360
+ },
7361
+ {
7362
+ "name": "wrap",
7363
+ "description": "Indicates how the control should wrap the value for form submission. If this attribute is not specified, soft is its default value.",
7364
+ "type": "'soft' | 'hard' | 'off'",
7365
+ "default": "\"undefined\""
7366
+ },
7273
7367
  {
7274
7368
  "name": "name",
7275
7369
  "description": "This is a name property of the `<uui-textarea>` component. It reflects the behaviour of the native `<textarea>` element and its name attribute.",
@@ -7379,6 +7473,25 @@
7379
7473
  "description": "Label to be used for aria-label and eventually as visual label",
7380
7474
  "type": "string"
7381
7475
  },
7476
+ {
7477
+ "name": "rows",
7478
+ "attribute": "rows",
7479
+ "description": "Sets the number of rows of the textarea",
7480
+ "type": "number"
7481
+ },
7482
+ {
7483
+ "name": "cols",
7484
+ "attribute": "cols",
7485
+ "description": "Sets the number of cols of the textarea",
7486
+ "type": "number"
7487
+ },
7488
+ {
7489
+ "name": "wrap",
7490
+ "attribute": "wrap",
7491
+ "description": "Indicates how the control should wrap the value for form submission. If this attribute is not specified, soft is its default value.",
7492
+ "type": "'soft' | 'hard' | 'off'",
7493
+ "default": "\"undefined\""
7494
+ },
7382
7495
  {
7383
7496
  "name": "formAssociated",
7384
7497
  "description": "This is a static class field indicating that the element is can be used inside a native form and participate in its events. It may require a polyfill, check support here https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/attachInternals. Read more about form controls here https://web.dev/more-capable-form-controls/",