@aurodesignsystem-dev/auro-formkit 0.0.0-pr1433.1 → 0.0.0-pr1433.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/README.md +1 -1
- package/components/combobox/demo/api.min.js +14 -3
- package/components/combobox/demo/index.min.js +14 -3
- package/components/combobox/dist/index.js +14 -3
- package/components/combobox/dist/registered.js +14 -3
- package/components/counter/demo/api.min.js +3 -0
- package/components/counter/demo/index.min.js +3 -0
- package/components/counter/dist/index.js +3 -0
- package/components/counter/dist/registered.js +3 -0
- package/components/datepicker/demo/api.min.js +3 -0
- package/components/datepicker/demo/index.min.js +3 -0
- package/components/datepicker/dist/index.js +3 -0
- package/components/datepicker/dist/registered.js +3 -0
- package/components/dropdown/demo/api.min.js +3 -0
- package/components/dropdown/demo/index.min.js +3 -0
- package/components/dropdown/dist/index.js +3 -0
- package/components/dropdown/dist/registered.js +3 -0
- package/components/form/demo/api.min.js +23 -3
- package/components/form/demo/index.min.js +23 -3
- package/components/select/demo/api.min.js +3 -0
- package/components/select/demo/index.min.js +3 -0
- package/components/select/dist/index.js +3 -0
- package/components/select/dist/registered.js +3 -0
- package/custom-elements.json +3612 -3612
- package/package.json +1 -1
|
@@ -21288,6 +21288,7 @@ let AuroDropdownBib$3 = class AuroDropdownBib extends i$4 {
|
|
|
21288
21288
|
documentElement.style.overflow = 'hidden';
|
|
21289
21289
|
|
|
21290
21290
|
try {
|
|
21291
|
+
console.log('showing modal dialog');
|
|
21291
21292
|
dialog.showModal();
|
|
21292
21293
|
} finally {
|
|
21293
21294
|
// Restore overflow immediately — the lock was only needed to
|
|
@@ -21301,6 +21302,7 @@ let AuroDropdownBib$3 = class AuroDropdownBib extends i$4 {
|
|
|
21301
21302
|
|
|
21302
21303
|
} else {
|
|
21303
21304
|
// Open the inner dialog so slotted content renders.
|
|
21305
|
+
console.log('showing non-modal dialog');
|
|
21304
21306
|
dialog.setAttribute('open', '');
|
|
21305
21307
|
|
|
21306
21308
|
// Use popover on the host for top-layer placement without focus
|
|
@@ -21868,6 +21870,7 @@ let AuroDropdown$3 = class AuroDropdown extends AuroElement$2$2 {
|
|
|
21868
21870
|
* @returns {void}
|
|
21869
21871
|
*/
|
|
21870
21872
|
show() {
|
|
21873
|
+
console.log('show first line');
|
|
21871
21874
|
this.floater.showBib();
|
|
21872
21875
|
|
|
21873
21876
|
// Open dialog synchronously so callers remain in the user gesture
|
|
@@ -37898,6 +37901,7 @@ let AuroDropdownBib$2 = class AuroDropdownBib extends i$4 {
|
|
|
37898
37901
|
documentElement.style.overflow = 'hidden';
|
|
37899
37902
|
|
|
37900
37903
|
try {
|
|
37904
|
+
console.log('showing modal dialog');
|
|
37901
37905
|
dialog.showModal();
|
|
37902
37906
|
} finally {
|
|
37903
37907
|
// Restore overflow immediately — the lock was only needed to
|
|
@@ -37911,6 +37915,7 @@ let AuroDropdownBib$2 = class AuroDropdownBib extends i$4 {
|
|
|
37911
37915
|
|
|
37912
37916
|
} else {
|
|
37913
37917
|
// Open the inner dialog so slotted content renders.
|
|
37918
|
+
console.log('showing non-modal dialog');
|
|
37914
37919
|
dialog.setAttribute('open', '');
|
|
37915
37920
|
|
|
37916
37921
|
// Use popover on the host for top-layer placement without focus
|
|
@@ -38478,6 +38483,7 @@ let AuroDropdown$2 = class AuroDropdown extends AuroElement$1$2 {
|
|
|
38478
38483
|
* @returns {void}
|
|
38479
38484
|
*/
|
|
38480
38485
|
show() {
|
|
38486
|
+
console.log('show first line');
|
|
38481
38487
|
this.floater.showBib();
|
|
38482
38488
|
|
|
38483
38489
|
// Open dialog synchronously so callers remain in the user gesture
|
|
@@ -49647,6 +49653,7 @@ let AuroDropdownBib$1 = class AuroDropdownBib extends i$4 {
|
|
|
49647
49653
|
documentElement.style.overflow = 'hidden';
|
|
49648
49654
|
|
|
49649
49655
|
try {
|
|
49656
|
+
console.log('showing modal dialog');
|
|
49650
49657
|
dialog.showModal();
|
|
49651
49658
|
} finally {
|
|
49652
49659
|
// Restore overflow immediately — the lock was only needed to
|
|
@@ -49660,6 +49667,7 @@ let AuroDropdownBib$1 = class AuroDropdownBib extends i$4 {
|
|
|
49660
49667
|
|
|
49661
49668
|
} else {
|
|
49662
49669
|
// Open the inner dialog so slotted content renders.
|
|
49670
|
+
console.log('showing non-modal dialog');
|
|
49663
49671
|
dialog.setAttribute('open', '');
|
|
49664
49672
|
|
|
49665
49673
|
// Use popover on the host for top-layer placement without focus
|
|
@@ -50227,6 +50235,7 @@ let AuroDropdown$1 = class AuroDropdown extends AuroElement$2$1 {
|
|
|
50227
50235
|
* @returns {void}
|
|
50228
50236
|
*/
|
|
50229
50237
|
show() {
|
|
50238
|
+
console.log('show first line');
|
|
50230
50239
|
this.floater.showBib();
|
|
50231
50240
|
|
|
50232
50241
|
// Open dialog synchronously so callers remain in the user gesture
|
|
@@ -59829,12 +59838,13 @@ class AuroCombobox extends AuroElement$3 {
|
|
|
59829
59838
|
* @returns {void}
|
|
59830
59839
|
*/
|
|
59831
59840
|
showBib() {
|
|
59841
|
+
console.log('inside showBib first line');
|
|
59832
59842
|
// Do not auto-open from programmatic value/option updates when the
|
|
59833
59843
|
// combobox is not focused. User-driven interactions still open normally
|
|
59834
59844
|
// once focus enters the component.
|
|
59835
|
-
|
|
59836
|
-
|
|
59837
|
-
|
|
59845
|
+
if (!this.componentHasFocus && !this.dropdown.isPopoverVisible) {
|
|
59846
|
+
return;
|
|
59847
|
+
}
|
|
59838
59848
|
|
|
59839
59849
|
if (!this.input.value && !this.dropdown.isBibFullscreen) {
|
|
59840
59850
|
this.dropdown.hide();
|
|
@@ -59845,6 +59855,7 @@ class AuroCombobox extends AuroElement$3 {
|
|
|
59845
59855
|
if (this.menu.hasAttribute('loading') && !this.menu.hasLoadingPlaceholder) {
|
|
59846
59856
|
this.isHiddenWhileLoading = true;
|
|
59847
59857
|
} else {
|
|
59858
|
+
console.log('inside showBib before dropdown show');
|
|
59848
59859
|
this.dropdown.show();
|
|
59849
59860
|
}
|
|
59850
59861
|
}
|
|
@@ -59937,6 +59948,7 @@ class AuroCombobox extends AuroElement$3 {
|
|
|
59937
59948
|
});
|
|
59938
59949
|
|
|
59939
59950
|
this.dropdown.addEventListener('auroDropdown-triggerClick', () => {
|
|
59951
|
+
console.log('inside triggerClick event listener');
|
|
59940
59952
|
this.showBib();
|
|
59941
59953
|
});
|
|
59942
59954
|
|
|
@@ -60278,6 +60290,8 @@ class AuroCombobox extends AuroElement$3 {
|
|
|
60278
60290
|
* @returns {void}
|
|
60279
60291
|
*/
|
|
60280
60292
|
handleInputValueChange(event) {
|
|
60293
|
+
console.log('handleInputValueChange first line');
|
|
60294
|
+
|
|
60281
60295
|
// When the event comes from the fullscreen bib input, sync the value to
|
|
60282
60296
|
// the trigger input. Setting trigger.value triggers Lit's updated()
|
|
60283
60297
|
// (async, microtask) which fires notifyValueChanged() → another 'input'
|
|
@@ -60346,6 +60360,7 @@ class AuroCombobox extends AuroElement$3 {
|
|
|
60346
60360
|
this.hideBib();
|
|
60347
60361
|
} else if (this.menu.loading) {
|
|
60348
60362
|
// if input has value but menu is loading, show bib immediately
|
|
60363
|
+
console.log('handleInputValueChange showBib because loading');
|
|
60349
60364
|
this.showBib();
|
|
60350
60365
|
} else if (this.availableOptions.length === 0 && !this.dropdown.isBibFullscreen) {
|
|
60351
60366
|
// Force dropdown bib to hide if input value has no matching suggestions
|
|
@@ -60361,6 +60376,7 @@ class AuroCombobox extends AuroElement$3 {
|
|
|
60361
60376
|
// typing.
|
|
60362
60377
|
if (this.dropdown.isBibFullscreen && this.input.value && this.input.value.length > 0) {
|
|
60363
60378
|
if (!this.dropdown.isPopoverVisible) {
|
|
60379
|
+
console.log('handleInputValueChange showBib for iOS keyboard retention');
|
|
60364
60380
|
this.showBib();
|
|
60365
60381
|
}
|
|
60366
60382
|
if (this.dropdown.isPopoverVisible) {
|
|
@@ -60627,6 +60643,7 @@ class AuroCombobox extends AuroElement$3 {
|
|
|
60627
60643
|
// :focus-within hasn't propagated through the top-layer dialog's nested
|
|
60628
60644
|
// shadow DOM boundaries.
|
|
60629
60645
|
if ((this.availableOptions.length > 0 && (this.componentHasFocus || this.dropdownOpen)) || this.menu.loading || (this.availableOptions.length === 0 && this.noMatchOption)) {
|
|
60646
|
+
console.log('changedProperties has availableOptions showBib');
|
|
60630
60647
|
this.showBib();
|
|
60631
60648
|
if (!this.availableOptions.includes(this.menu.optionActive)) {
|
|
60632
60649
|
this.activateFirstEnabledAvailableOption();
|
|
@@ -67964,6 +67981,7 @@ class AuroDropdownBib extends i$4 {
|
|
|
67964
67981
|
documentElement.style.overflow = 'hidden';
|
|
67965
67982
|
|
|
67966
67983
|
try {
|
|
67984
|
+
console.log('showing modal dialog');
|
|
67967
67985
|
dialog.showModal();
|
|
67968
67986
|
} finally {
|
|
67969
67987
|
// Restore overflow immediately — the lock was only needed to
|
|
@@ -67977,6 +67995,7 @@ class AuroDropdownBib extends i$4 {
|
|
|
67977
67995
|
|
|
67978
67996
|
} else {
|
|
67979
67997
|
// Open the inner dialog so slotted content renders.
|
|
67998
|
+
console.log('showing non-modal dialog');
|
|
67980
67999
|
dialog.setAttribute('open', '');
|
|
67981
68000
|
|
|
67982
68001
|
// Use popover on the host for top-layer placement without focus
|
|
@@ -68544,6 +68563,7 @@ class AuroDropdown extends AuroElement {
|
|
|
68544
68563
|
* @returns {void}
|
|
68545
68564
|
*/
|
|
68546
68565
|
show() {
|
|
68566
|
+
console.log('show first line');
|
|
68547
68567
|
this.floater.showBib();
|
|
68548
68568
|
|
|
68549
68569
|
// Open dialog synchronously so callers remain in the user gesture
|
|
@@ -21288,6 +21288,7 @@ let AuroDropdownBib$3 = class AuroDropdownBib extends i$4 {
|
|
|
21288
21288
|
documentElement.style.overflow = 'hidden';
|
|
21289
21289
|
|
|
21290
21290
|
try {
|
|
21291
|
+
console.log('showing modal dialog');
|
|
21291
21292
|
dialog.showModal();
|
|
21292
21293
|
} finally {
|
|
21293
21294
|
// Restore overflow immediately — the lock was only needed to
|
|
@@ -21301,6 +21302,7 @@ let AuroDropdownBib$3 = class AuroDropdownBib extends i$4 {
|
|
|
21301
21302
|
|
|
21302
21303
|
} else {
|
|
21303
21304
|
// Open the inner dialog so slotted content renders.
|
|
21305
|
+
console.log('showing non-modal dialog');
|
|
21304
21306
|
dialog.setAttribute('open', '');
|
|
21305
21307
|
|
|
21306
21308
|
// Use popover on the host for top-layer placement without focus
|
|
@@ -21868,6 +21870,7 @@ let AuroDropdown$3 = class AuroDropdown extends AuroElement$2$2 {
|
|
|
21868
21870
|
* @returns {void}
|
|
21869
21871
|
*/
|
|
21870
21872
|
show() {
|
|
21873
|
+
console.log('show first line');
|
|
21871
21874
|
this.floater.showBib();
|
|
21872
21875
|
|
|
21873
21876
|
// Open dialog synchronously so callers remain in the user gesture
|
|
@@ -37898,6 +37901,7 @@ let AuroDropdownBib$2 = class AuroDropdownBib extends i$4 {
|
|
|
37898
37901
|
documentElement.style.overflow = 'hidden';
|
|
37899
37902
|
|
|
37900
37903
|
try {
|
|
37904
|
+
console.log('showing modal dialog');
|
|
37901
37905
|
dialog.showModal();
|
|
37902
37906
|
} finally {
|
|
37903
37907
|
// Restore overflow immediately — the lock was only needed to
|
|
@@ -37911,6 +37915,7 @@ let AuroDropdownBib$2 = class AuroDropdownBib extends i$4 {
|
|
|
37911
37915
|
|
|
37912
37916
|
} else {
|
|
37913
37917
|
// Open the inner dialog so slotted content renders.
|
|
37918
|
+
console.log('showing non-modal dialog');
|
|
37914
37919
|
dialog.setAttribute('open', '');
|
|
37915
37920
|
|
|
37916
37921
|
// Use popover on the host for top-layer placement without focus
|
|
@@ -38478,6 +38483,7 @@ let AuroDropdown$2 = class AuroDropdown extends AuroElement$1$2 {
|
|
|
38478
38483
|
* @returns {void}
|
|
38479
38484
|
*/
|
|
38480
38485
|
show() {
|
|
38486
|
+
console.log('show first line');
|
|
38481
38487
|
this.floater.showBib();
|
|
38482
38488
|
|
|
38483
38489
|
// Open dialog synchronously so callers remain in the user gesture
|
|
@@ -49647,6 +49653,7 @@ let AuroDropdownBib$1 = class AuroDropdownBib extends i$4 {
|
|
|
49647
49653
|
documentElement.style.overflow = 'hidden';
|
|
49648
49654
|
|
|
49649
49655
|
try {
|
|
49656
|
+
console.log('showing modal dialog');
|
|
49650
49657
|
dialog.showModal();
|
|
49651
49658
|
} finally {
|
|
49652
49659
|
// Restore overflow immediately — the lock was only needed to
|
|
@@ -49660,6 +49667,7 @@ let AuroDropdownBib$1 = class AuroDropdownBib extends i$4 {
|
|
|
49660
49667
|
|
|
49661
49668
|
} else {
|
|
49662
49669
|
// Open the inner dialog so slotted content renders.
|
|
49670
|
+
console.log('showing non-modal dialog');
|
|
49663
49671
|
dialog.setAttribute('open', '');
|
|
49664
49672
|
|
|
49665
49673
|
// Use popover on the host for top-layer placement without focus
|
|
@@ -50227,6 +50235,7 @@ let AuroDropdown$1 = class AuroDropdown extends AuroElement$2$1 {
|
|
|
50227
50235
|
* @returns {void}
|
|
50228
50236
|
*/
|
|
50229
50237
|
show() {
|
|
50238
|
+
console.log('show first line');
|
|
50230
50239
|
this.floater.showBib();
|
|
50231
50240
|
|
|
50232
50241
|
// Open dialog synchronously so callers remain in the user gesture
|
|
@@ -59829,12 +59838,13 @@ class AuroCombobox extends AuroElement$3 {
|
|
|
59829
59838
|
* @returns {void}
|
|
59830
59839
|
*/
|
|
59831
59840
|
showBib() {
|
|
59841
|
+
console.log('inside showBib first line');
|
|
59832
59842
|
// Do not auto-open from programmatic value/option updates when the
|
|
59833
59843
|
// combobox is not focused. User-driven interactions still open normally
|
|
59834
59844
|
// once focus enters the component.
|
|
59835
|
-
|
|
59836
|
-
|
|
59837
|
-
|
|
59845
|
+
if (!this.componentHasFocus && !this.dropdown.isPopoverVisible) {
|
|
59846
|
+
return;
|
|
59847
|
+
}
|
|
59838
59848
|
|
|
59839
59849
|
if (!this.input.value && !this.dropdown.isBibFullscreen) {
|
|
59840
59850
|
this.dropdown.hide();
|
|
@@ -59845,6 +59855,7 @@ class AuroCombobox extends AuroElement$3 {
|
|
|
59845
59855
|
if (this.menu.hasAttribute('loading') && !this.menu.hasLoadingPlaceholder) {
|
|
59846
59856
|
this.isHiddenWhileLoading = true;
|
|
59847
59857
|
} else {
|
|
59858
|
+
console.log('inside showBib before dropdown show');
|
|
59848
59859
|
this.dropdown.show();
|
|
59849
59860
|
}
|
|
59850
59861
|
}
|
|
@@ -59937,6 +59948,7 @@ class AuroCombobox extends AuroElement$3 {
|
|
|
59937
59948
|
});
|
|
59938
59949
|
|
|
59939
59950
|
this.dropdown.addEventListener('auroDropdown-triggerClick', () => {
|
|
59951
|
+
console.log('inside triggerClick event listener');
|
|
59940
59952
|
this.showBib();
|
|
59941
59953
|
});
|
|
59942
59954
|
|
|
@@ -60278,6 +60290,8 @@ class AuroCombobox extends AuroElement$3 {
|
|
|
60278
60290
|
* @returns {void}
|
|
60279
60291
|
*/
|
|
60280
60292
|
handleInputValueChange(event) {
|
|
60293
|
+
console.log('handleInputValueChange first line');
|
|
60294
|
+
|
|
60281
60295
|
// When the event comes from the fullscreen bib input, sync the value to
|
|
60282
60296
|
// the trigger input. Setting trigger.value triggers Lit's updated()
|
|
60283
60297
|
// (async, microtask) which fires notifyValueChanged() → another 'input'
|
|
@@ -60346,6 +60360,7 @@ class AuroCombobox extends AuroElement$3 {
|
|
|
60346
60360
|
this.hideBib();
|
|
60347
60361
|
} else if (this.menu.loading) {
|
|
60348
60362
|
// if input has value but menu is loading, show bib immediately
|
|
60363
|
+
console.log('handleInputValueChange showBib because loading');
|
|
60349
60364
|
this.showBib();
|
|
60350
60365
|
} else if (this.availableOptions.length === 0 && !this.dropdown.isBibFullscreen) {
|
|
60351
60366
|
// Force dropdown bib to hide if input value has no matching suggestions
|
|
@@ -60361,6 +60376,7 @@ class AuroCombobox extends AuroElement$3 {
|
|
|
60361
60376
|
// typing.
|
|
60362
60377
|
if (this.dropdown.isBibFullscreen && this.input.value && this.input.value.length > 0) {
|
|
60363
60378
|
if (!this.dropdown.isPopoverVisible) {
|
|
60379
|
+
console.log('handleInputValueChange showBib for iOS keyboard retention');
|
|
60364
60380
|
this.showBib();
|
|
60365
60381
|
}
|
|
60366
60382
|
if (this.dropdown.isPopoverVisible) {
|
|
@@ -60627,6 +60643,7 @@ class AuroCombobox extends AuroElement$3 {
|
|
|
60627
60643
|
// :focus-within hasn't propagated through the top-layer dialog's nested
|
|
60628
60644
|
// shadow DOM boundaries.
|
|
60629
60645
|
if ((this.availableOptions.length > 0 && (this.componentHasFocus || this.dropdownOpen)) || this.menu.loading || (this.availableOptions.length === 0 && this.noMatchOption)) {
|
|
60646
|
+
console.log('changedProperties has availableOptions showBib');
|
|
60630
60647
|
this.showBib();
|
|
60631
60648
|
if (!this.availableOptions.includes(this.menu.optionActive)) {
|
|
60632
60649
|
this.activateFirstEnabledAvailableOption();
|
|
@@ -67964,6 +67981,7 @@ class AuroDropdownBib extends i$4 {
|
|
|
67964
67981
|
documentElement.style.overflow = 'hidden';
|
|
67965
67982
|
|
|
67966
67983
|
try {
|
|
67984
|
+
console.log('showing modal dialog');
|
|
67967
67985
|
dialog.showModal();
|
|
67968
67986
|
} finally {
|
|
67969
67987
|
// Restore overflow immediately — the lock was only needed to
|
|
@@ -67977,6 +67995,7 @@ class AuroDropdownBib extends i$4 {
|
|
|
67977
67995
|
|
|
67978
67996
|
} else {
|
|
67979
67997
|
// Open the inner dialog so slotted content renders.
|
|
67998
|
+
console.log('showing non-modal dialog');
|
|
67980
67999
|
dialog.setAttribute('open', '');
|
|
67981
68000
|
|
|
67982
68001
|
// Use popover on the host for top-layer placement without focus
|
|
@@ -68544,6 +68563,7 @@ class AuroDropdown extends AuroElement {
|
|
|
68544
68563
|
* @returns {void}
|
|
68545
68564
|
*/
|
|
68546
68565
|
show() {
|
|
68566
|
+
console.log('show first line');
|
|
68547
68567
|
this.floater.showBib();
|
|
68548
68568
|
|
|
68549
68569
|
// Open dialog synchronously so callers remain in the user gesture
|
|
@@ -4969,6 +4969,7 @@ class AuroDropdownBib extends i$3 {
|
|
|
4969
4969
|
documentElement.style.overflow = 'hidden';
|
|
4970
4970
|
|
|
4971
4971
|
try {
|
|
4972
|
+
console.log('showing modal dialog');
|
|
4972
4973
|
dialog.showModal();
|
|
4973
4974
|
} finally {
|
|
4974
4975
|
// Restore overflow immediately — the lock was only needed to
|
|
@@ -4982,6 +4983,7 @@ class AuroDropdownBib extends i$3 {
|
|
|
4982
4983
|
|
|
4983
4984
|
} else {
|
|
4984
4985
|
// Open the inner dialog so slotted content renders.
|
|
4986
|
+
console.log('showing non-modal dialog');
|
|
4985
4987
|
dialog.setAttribute('open', '');
|
|
4986
4988
|
|
|
4987
4989
|
// Use popover on the host for top-layer placement without focus
|
|
@@ -5549,6 +5551,7 @@ class AuroDropdown extends AuroElement {
|
|
|
5549
5551
|
* @returns {void}
|
|
5550
5552
|
*/
|
|
5551
5553
|
show() {
|
|
5554
|
+
console.log('show first line');
|
|
5552
5555
|
this.floater.showBib();
|
|
5553
5556
|
|
|
5554
5557
|
// Open dialog synchronously so callers remain in the user gesture
|
|
@@ -4885,6 +4885,7 @@ class AuroDropdownBib extends i$3 {
|
|
|
4885
4885
|
documentElement.style.overflow = 'hidden';
|
|
4886
4886
|
|
|
4887
4887
|
try {
|
|
4888
|
+
console.log('showing modal dialog');
|
|
4888
4889
|
dialog.showModal();
|
|
4889
4890
|
} finally {
|
|
4890
4891
|
// Restore overflow immediately — the lock was only needed to
|
|
@@ -4898,6 +4899,7 @@ class AuroDropdownBib extends i$3 {
|
|
|
4898
4899
|
|
|
4899
4900
|
} else {
|
|
4900
4901
|
// Open the inner dialog so slotted content renders.
|
|
4902
|
+
console.log('showing non-modal dialog');
|
|
4901
4903
|
dialog.setAttribute('open', '');
|
|
4902
4904
|
|
|
4903
4905
|
// Use popover on the host for top-layer placement without focus
|
|
@@ -5465,6 +5467,7 @@ class AuroDropdown extends AuroElement {
|
|
|
5465
5467
|
* @returns {void}
|
|
5466
5468
|
*/
|
|
5467
5469
|
show() {
|
|
5470
|
+
console.log('show first line');
|
|
5468
5471
|
this.floater.showBib();
|
|
5469
5472
|
|
|
5470
5473
|
// Open dialog synchronously so callers remain in the user gesture
|
|
@@ -4818,6 +4818,7 @@ class AuroDropdownBib extends LitElement {
|
|
|
4818
4818
|
documentElement.style.overflow = 'hidden';
|
|
4819
4819
|
|
|
4820
4820
|
try {
|
|
4821
|
+
console.log('showing modal dialog');
|
|
4821
4822
|
dialog.showModal();
|
|
4822
4823
|
} finally {
|
|
4823
4824
|
// Restore overflow immediately — the lock was only needed to
|
|
@@ -4831,6 +4832,7 @@ class AuroDropdownBib extends LitElement {
|
|
|
4831
4832
|
|
|
4832
4833
|
} else {
|
|
4833
4834
|
// Open the inner dialog so slotted content renders.
|
|
4835
|
+
console.log('showing non-modal dialog');
|
|
4834
4836
|
dialog.setAttribute('open', '');
|
|
4835
4837
|
|
|
4836
4838
|
// Use popover on the host for top-layer placement without focus
|
|
@@ -5398,6 +5400,7 @@ class AuroDropdown extends AuroElement {
|
|
|
5398
5400
|
* @returns {void}
|
|
5399
5401
|
*/
|
|
5400
5402
|
show() {
|
|
5403
|
+
console.log('show first line');
|
|
5401
5404
|
this.floater.showBib();
|
|
5402
5405
|
|
|
5403
5406
|
// Open dialog synchronously so callers remain in the user gesture
|
|
@@ -4818,6 +4818,7 @@ class AuroDropdownBib extends LitElement {
|
|
|
4818
4818
|
documentElement.style.overflow = 'hidden';
|
|
4819
4819
|
|
|
4820
4820
|
try {
|
|
4821
|
+
console.log('showing modal dialog');
|
|
4821
4822
|
dialog.showModal();
|
|
4822
4823
|
} finally {
|
|
4823
4824
|
// Restore overflow immediately — the lock was only needed to
|
|
@@ -4831,6 +4832,7 @@ class AuroDropdownBib extends LitElement {
|
|
|
4831
4832
|
|
|
4832
4833
|
} else {
|
|
4833
4834
|
// Open the inner dialog so slotted content renders.
|
|
4835
|
+
console.log('showing non-modal dialog');
|
|
4834
4836
|
dialog.setAttribute('open', '');
|
|
4835
4837
|
|
|
4836
4838
|
// Use popover on the host for top-layer placement without focus
|
|
@@ -5398,6 +5400,7 @@ class AuroDropdown extends AuroElement {
|
|
|
5398
5400
|
* @returns {void}
|
|
5399
5401
|
*/
|
|
5400
5402
|
show() {
|
|
5403
|
+
console.log('show first line');
|
|
5401
5404
|
this.floater.showBib();
|
|
5402
5405
|
|
|
5403
5406
|
// Open dialog synchronously so callers remain in the user gesture
|