@aurodesignsystem-dev/auro-formkit 0.0.0-pr1017.1 → 0.0.0-pr1019.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/components/checkbox/demo/api.min.js +3 -1
- package/components/checkbox/demo/index.min.js +3 -1
- package/components/checkbox/dist/auro-checkbox.d.ts +3 -1
- package/components/checkbox/dist/index.js +3 -1
- package/components/checkbox/dist/registered.js +3 -1
- package/components/combobox/demo/api.min.js +1 -1
- package/components/combobox/demo/index.min.js +1 -1
- package/components/combobox/dist/index.js +1 -1
- package/components/combobox/dist/registered.js +1 -1
- package/package.json +1 -1
|
@@ -382,8 +382,10 @@ class AuroCheckbox extends i$2 {
|
|
|
382
382
|
}
|
|
383
383
|
|
|
384
384
|
/**
|
|
385
|
+
* Handles keydown event to toggle the checkbox with Space key.
|
|
385
386
|
* @private
|
|
386
|
-
* @param {
|
|
387
|
+
* @param {KeyboardEvent} event - The keydown event from the checkbox input.
|
|
388
|
+
* @returns {void}
|
|
387
389
|
*/
|
|
388
390
|
handleKeyDown(event) {
|
|
389
391
|
if (event.key === ' ' && !this.disabled) {
|
|
@@ -374,8 +374,10 @@ class AuroCheckbox extends i$2 {
|
|
|
374
374
|
}
|
|
375
375
|
|
|
376
376
|
/**
|
|
377
|
+
* Handles keydown event to toggle the checkbox with Space key.
|
|
377
378
|
* @private
|
|
378
|
-
* @param {
|
|
379
|
+
* @param {KeyboardEvent} event - The keydown event from the checkbox input.
|
|
380
|
+
* @returns {void}
|
|
379
381
|
*/
|
|
380
382
|
handleKeyDown(event) {
|
|
381
383
|
if (event.key === ' ' && !this.disabled) {
|
|
@@ -128,8 +128,10 @@ export class AuroCheckbox extends LitElement {
|
|
|
128
128
|
firstUpdated(): void;
|
|
129
129
|
inputId: string;
|
|
130
130
|
/**
|
|
131
|
+
* Handles keydown event to toggle the checkbox with Space key.
|
|
131
132
|
* @private
|
|
132
|
-
* @param {
|
|
133
|
+
* @param {KeyboardEvent} event - The keydown event from the checkbox input.
|
|
134
|
+
* @returns {void}
|
|
133
135
|
*/
|
|
134
136
|
private handleKeyDown;
|
|
135
137
|
/**
|
|
@@ -334,8 +334,10 @@ class AuroCheckbox extends LitElement {
|
|
|
334
334
|
}
|
|
335
335
|
|
|
336
336
|
/**
|
|
337
|
+
* Handles keydown event to toggle the checkbox with Space key.
|
|
337
338
|
* @private
|
|
338
|
-
* @param {
|
|
339
|
+
* @param {KeyboardEvent} event - The keydown event from the checkbox input.
|
|
340
|
+
* @returns {void}
|
|
339
341
|
*/
|
|
340
342
|
handleKeyDown(event) {
|
|
341
343
|
if (event.key === ' ' && !this.disabled) {
|
|
@@ -334,8 +334,10 @@ class AuroCheckbox extends LitElement {
|
|
|
334
334
|
}
|
|
335
335
|
|
|
336
336
|
/**
|
|
337
|
+
* Handles keydown event to toggle the checkbox with Space key.
|
|
337
338
|
* @private
|
|
338
|
-
* @param {
|
|
339
|
+
* @param {KeyboardEvent} event - The keydown event from the checkbox input.
|
|
340
|
+
* @returns {void}
|
|
339
341
|
*/
|
|
340
342
|
handleKeyDown(event) {
|
|
341
343
|
if (event.key === ' ' && !this.disabled) {
|
|
@@ -15785,7 +15785,7 @@ class AuroBibtemplate extends i$2 {
|
|
|
15785
15785
|
|
|
15786
15786
|
var bibTemplateVersion = '1.0.0';
|
|
15787
15787
|
|
|
15788
|
-
var styleCss$4 = i$5`.util_displayInline{display:inline}.util_displayInlineBlock{display:inline-block}.util_displayBlock{display:block}.util_displayFlex{display:flex}.util_displayHidden{display:none}.util_displayHiddenVisually{position:absolute;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);width:1px;height:1px;padding:0;border:0}:host{display:block;text-align:left}:host [auro-input]{--ds-auro-input-
|
|
15788
|
+
var styleCss$4 = i$5`.util_displayInline{display:inline}.util_displayInlineBlock{display:inline-block}.util_displayBlock{display:block}.util_displayFlex{display:flex}.util_displayHidden{display:none}.util_displayHiddenVisually{position:absolute;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);width:1px;height:1px;padding:0;border:0}:host{display:block;text-align:left}:host [auro-input]{--ds-auro-input-background-color: transparent}:host #inputInBib::part(wrapper){box-shadow:none}:host #inputInBib::part(accent-left){display:none}:host #inputInBib::part(accent-right){display:none}:host([layout*=classic]) [auro-input]{width:100%}:host([layout*=classic]) [auro-input]::part(helpText){display:none}:host([layout*=classic]) #slotHolder{display:none}`;
|
|
15789
15789
|
|
|
15790
15790
|
var styleEmphasizedCss = i$5`:host([layout*=emphasized][shape*=pill]) [auro-input]{width:100%}:host([layout*=emphasized][shape*=pill]) [auro-input]::part(inputHelpText){display:none}`;
|
|
15791
15791
|
|
|
@@ -15643,7 +15643,7 @@ class AuroBibtemplate extends i$2 {
|
|
|
15643
15643
|
|
|
15644
15644
|
var bibTemplateVersion = '1.0.0';
|
|
15645
15645
|
|
|
15646
|
-
var styleCss$4 = i$5`.util_displayInline{display:inline}.util_displayInlineBlock{display:inline-block}.util_displayBlock{display:block}.util_displayFlex{display:flex}.util_displayHidden{display:none}.util_displayHiddenVisually{position:absolute;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);width:1px;height:1px;padding:0;border:0}:host{display:block;text-align:left}:host [auro-input]{--ds-auro-input-
|
|
15646
|
+
var styleCss$4 = i$5`.util_displayInline{display:inline}.util_displayInlineBlock{display:inline-block}.util_displayBlock{display:block}.util_displayFlex{display:flex}.util_displayHidden{display:none}.util_displayHiddenVisually{position:absolute;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);width:1px;height:1px;padding:0;border:0}:host{display:block;text-align:left}:host [auro-input]{--ds-auro-input-background-color: transparent}:host #inputInBib::part(wrapper){box-shadow:none}:host #inputInBib::part(accent-left){display:none}:host #inputInBib::part(accent-right){display:none}:host([layout*=classic]) [auro-input]{width:100%}:host([layout*=classic]) [auro-input]::part(helpText){display:none}:host([layout*=classic]) #slotHolder{display:none}`;
|
|
15647
15647
|
|
|
15648
15648
|
var styleEmphasizedCss = i$5`:host([layout*=emphasized][shape*=pill]) [auro-input]{width:100%}:host([layout*=emphasized][shape*=pill]) [auro-input]::part(inputHelpText){display:none}`;
|
|
15649
15649
|
|
|
@@ -15561,7 +15561,7 @@ class AuroBibtemplate extends LitElement {
|
|
|
15561
15561
|
|
|
15562
15562
|
var bibTemplateVersion = '1.0.0';
|
|
15563
15563
|
|
|
15564
|
-
var styleCss$1 = css`.util_displayInline{display:inline}.util_displayInlineBlock{display:inline-block}.util_displayBlock{display:block}.util_displayFlex{display:flex}.util_displayHidden{display:none}.util_displayHiddenVisually{position:absolute;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);width:1px;height:1px;padding:0;border:0}:host{display:block;text-align:left}:host [auro-input]{--ds-auro-input-
|
|
15564
|
+
var styleCss$1 = css`.util_displayInline{display:inline}.util_displayInlineBlock{display:inline-block}.util_displayBlock{display:block}.util_displayFlex{display:flex}.util_displayHidden{display:none}.util_displayHiddenVisually{position:absolute;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);width:1px;height:1px;padding:0;border:0}:host{display:block;text-align:left}:host [auro-input]{--ds-auro-input-background-color: transparent}:host #inputInBib::part(wrapper){box-shadow:none}:host #inputInBib::part(accent-left){display:none}:host #inputInBib::part(accent-right){display:none}:host([layout*=classic]) [auro-input]{width:100%}:host([layout*=classic]) [auro-input]::part(helpText){display:none}:host([layout*=classic]) #slotHolder{display:none}`;
|
|
15565
15565
|
|
|
15566
15566
|
var styleEmphasizedCss = css`:host([layout*=emphasized][shape*=pill]) [auro-input]{width:100%}:host([layout*=emphasized][shape*=pill]) [auro-input]::part(inputHelpText){display:none}`;
|
|
15567
15567
|
|
|
@@ -15561,7 +15561,7 @@ class AuroBibtemplate extends LitElement {
|
|
|
15561
15561
|
|
|
15562
15562
|
var bibTemplateVersion = '1.0.0';
|
|
15563
15563
|
|
|
15564
|
-
var styleCss$1 = css`.util_displayInline{display:inline}.util_displayInlineBlock{display:inline-block}.util_displayBlock{display:block}.util_displayFlex{display:flex}.util_displayHidden{display:none}.util_displayHiddenVisually{position:absolute;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);width:1px;height:1px;padding:0;border:0}:host{display:block;text-align:left}:host [auro-input]{--ds-auro-input-
|
|
15564
|
+
var styleCss$1 = css`.util_displayInline{display:inline}.util_displayInlineBlock{display:inline-block}.util_displayBlock{display:block}.util_displayFlex{display:flex}.util_displayHidden{display:none}.util_displayHiddenVisually{position:absolute;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);width:1px;height:1px;padding:0;border:0}:host{display:block;text-align:left}:host [auro-input]{--ds-auro-input-background-color: transparent}:host #inputInBib::part(wrapper){box-shadow:none}:host #inputInBib::part(accent-left){display:none}:host #inputInBib::part(accent-right){display:none}:host([layout*=classic]) [auro-input]{width:100%}:host([layout*=classic]) [auro-input]::part(helpText){display:none}:host([layout*=classic]) #slotHolder{display:none}`;
|
|
15565
15565
|
|
|
15566
15566
|
var styleEmphasizedCss = css`:host([layout*=emphasized][shape*=pill]) [auro-input]{width:100%}:host([layout*=emphasized][shape*=pill]) [auro-input]::part(inputHelpText){display:none}`;
|
|
15567
15567
|
|
package/package.json
CHANGED