@aurodesignsystem/auro-formkit 5.8.1 → 5.9.1
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/CHANGELOG.md +4 -15
- package/README.md +4 -4
- package/components/bibtemplate/dist/iconVersion.d.ts +1 -1
- package/components/bibtemplate/dist/index.js +2 -2
- package/components/bibtemplate/dist/registered.js +2 -2
- package/components/checkbox/demo/api.min.js +1 -1
- package/components/checkbox/demo/index.min.js +1 -1
- package/components/checkbox/dist/index.js +1 -1
- package/components/checkbox/dist/registered.js +1 -1
- package/components/combobox/demo/api.md +7 -6
- package/components/combobox/demo/api.min.js +1698 -1038
- package/components/combobox/demo/index.min.js +1698 -1038
- package/components/combobox/dist/auro-combobox.d.ts +10 -8
- package/components/combobox/dist/index.js +128 -149
- package/components/combobox/dist/registered.js +128 -149
- package/components/counter/demo/api.min.js +37 -61
- package/components/counter/demo/index.min.js +37 -61
- package/components/counter/dist/index.js +37 -61
- package/components/counter/dist/registered.js +37 -61
- package/components/datepicker/demo/api.min.js +55 -148
- package/components/datepicker/demo/index.min.js +55 -148
- package/components/datepicker/dist/auro-datepicker.d.ts +1 -1
- package/components/datepicker/dist/iconVersion.d.ts +1 -1
- package/components/datepicker/dist/index.js +55 -148
- package/components/datepicker/dist/popoverVersion.d.ts +1 -1
- package/components/datepicker/dist/registered.js +55 -148
- package/components/dropdown/demo/api.min.js +33 -57
- package/components/dropdown/demo/index.min.js +33 -57
- package/components/dropdown/dist/iconVersion.d.ts +1 -1
- package/components/dropdown/dist/index.js +33 -57
- package/components/dropdown/dist/registered.js +33 -57
- package/components/form/demo/working.html +1 -1
- package/components/input/demo/api.min.js +5 -4
- package/components/input/demo/index.min.js +5 -4
- package/components/input/dist/base-input.d.ts +1 -1
- package/components/input/dist/iconVersion.d.ts +1 -1
- package/components/input/dist/index.js +5 -4
- package/components/input/dist/registered.js +5 -4
- package/components/menu/demo/api.js +4 -0
- package/components/menu/demo/api.md +271 -31
- package/components/menu/demo/api.min.js +1609 -863
- package/components/menu/demo/index.html +1 -0
- package/components/menu/demo/index.js +2 -0
- package/components/menu/demo/index.md +95 -1
- package/components/menu/demo/index.min.js +1544 -812
- package/components/menu/dist/auro-menu.context.d.ts +227 -0
- package/components/menu/dist/auro-menu.d.ts +98 -53
- package/components/menu/dist/auro-menuoption.d.ts +116 -14
- package/components/menu/dist/index.js +1457 -796
- package/components/menu/dist/registered.js +1456 -807
- package/components/radio/demo/api.min.js +1 -1
- package/components/radio/demo/index.min.js +1 -1
- package/components/radio/dist/index.js +1 -1
- package/components/radio/dist/registered.js +1 -1
- package/components/select/demo/api.md +8 -7
- package/components/select/demo/api.min.js +1617 -1056
- package/components/select/demo/index.min.js +1617 -1056
- package/components/select/dist/auro-select.d.ts +11 -35
- package/components/select/dist/index.js +98 -218
- package/components/select/dist/registered.js +98 -218
- package/package.json +8 -2
|
@@ -345,7 +345,7 @@ export class AuroCombobox extends AuroElement {
|
|
|
345
345
|
bibtemplateTag: any;
|
|
346
346
|
inputTag: any;
|
|
347
347
|
helpTextTag: any;
|
|
348
|
-
availableOptions: any[];
|
|
348
|
+
availableOptions: any[] | any[];
|
|
349
349
|
dropdownId: any;
|
|
350
350
|
dropdownOpen: any;
|
|
351
351
|
errorMessage: any;
|
|
@@ -381,14 +381,10 @@ export class AuroCombobox extends AuroElement {
|
|
|
381
381
|
private syncValuesAndStates;
|
|
382
382
|
/**
|
|
383
383
|
* Update displayValue or input.value, it's called when making a selection.
|
|
384
|
+
* @param {string} label - The label of the selected option.
|
|
384
385
|
* @private
|
|
385
386
|
*/
|
|
386
387
|
private updateTriggerTextDisplay;
|
|
387
|
-
/**
|
|
388
|
-
* Resets the menu matchWord to true.
|
|
389
|
-
* @private
|
|
390
|
-
*/
|
|
391
|
-
private resetMenuMatchword;
|
|
392
388
|
/**
|
|
393
389
|
* Processes hidden state of all menu options and determines if there are any available options not hidden.
|
|
394
390
|
* @private
|
|
@@ -401,7 +397,7 @@ export class AuroCombobox extends AuroElement {
|
|
|
401
397
|
* @returns {void}
|
|
402
398
|
*/
|
|
403
399
|
private generateOptionsArray;
|
|
404
|
-
options: any
|
|
400
|
+
options: any;
|
|
405
401
|
/**
|
|
406
402
|
* Hides the dropdown bib if its open.
|
|
407
403
|
* @returns {void}
|
|
@@ -484,6 +480,12 @@ export class AuroCombobox extends AuroElement {
|
|
|
484
480
|
* @returns {void}
|
|
485
481
|
*/
|
|
486
482
|
focus(): void;
|
|
483
|
+
/**
|
|
484
|
+
* Sets the menu value if menu is available.
|
|
485
|
+
* @param {string} value - The value to set on the menu.
|
|
486
|
+
* @returns {void}
|
|
487
|
+
*/
|
|
488
|
+
setMenuValue(value: string): void;
|
|
487
489
|
/**
|
|
488
490
|
* Resets component to initial state.
|
|
489
491
|
* @returns {void}
|
|
@@ -525,4 +527,4 @@ export class AuroCombobox extends AuroElement {
|
|
|
525
527
|
render(): import("lit-html").TemplateResult;
|
|
526
528
|
}
|
|
527
529
|
import { AuroElement } from '../../layoutElement/src/auroElement.js';
|
|
528
|
-
import AuroFormValidation from '@
|
|
530
|
+
import AuroFormValidation from '@aurodesignsystem/form-validation';
|