sas-ui 0.8.190 → 0.8.191
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/dist/cjs/sas-alert_26.cjs.entry.js +11 -11
- package/dist/collection/components/sas-form-input-template/sas-form-input-template.js +11 -11
- package/dist/custom-elements/index.js +11 -11
- package/dist/esm/sas-alert_26.entry.js +11 -11
- package/dist/sas-ui/p-c9b4afdd.entry.js +1 -0
- package/dist/sas-ui/sas-ui.esm.js +1 -1
- package/package.json +1 -1
- package/dist/sas-ui/p-683ad5b4.entry.js +0 -1
|
@@ -1592,12 +1592,12 @@ let SasFormInputTemplate = class {
|
|
|
1592
1592
|
console.log(`handleInputClick: container`);
|
|
1593
1593
|
console.log(container);
|
|
1594
1594
|
console.log(`handleInputClick: height: ${height}`);
|
|
1595
|
-
if (height > 0) {
|
|
1596
|
-
|
|
1597
|
-
}
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1595
|
+
// if (height > 0) {
|
|
1596
|
+
// this.show = false;
|
|
1597
|
+
// } else {
|
|
1598
|
+
// this.show = true;
|
|
1599
|
+
// }
|
|
1600
|
+
this.show = true;
|
|
1601
1601
|
console.log(`handleInputClick: show: ${this.show}`);
|
|
1602
1602
|
this.inputContainerClick.emit();
|
|
1603
1603
|
}
|
|
@@ -1606,11 +1606,11 @@ let SasFormInputTemplate = class {
|
|
|
1606
1606
|
console.log("handleContainerClick");
|
|
1607
1607
|
event.stopPropagation();
|
|
1608
1608
|
console.log(`handleContainerClick: clickClose: ${this.clickClose}`);
|
|
1609
|
-
if (this.clickClose) {
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
}
|
|
1609
|
+
// if (this.clickClose) {
|
|
1610
|
+
// setTimeout(() => {
|
|
1611
|
+
// this.show = false;
|
|
1612
|
+
// }, 100);
|
|
1613
|
+
// }
|
|
1614
1614
|
};
|
|
1615
1615
|
this.updateContainerPosition = () => {
|
|
1616
1616
|
console.log("updateContainerPosition");
|
|
@@ -89,12 +89,12 @@ export class SasFormInputTemplate {
|
|
|
89
89
|
console.log(`handleInputClick: container`);
|
|
90
90
|
console.log(container);
|
|
91
91
|
console.log(`handleInputClick: height: ${height}`);
|
|
92
|
-
if (height > 0) {
|
|
93
|
-
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
92
|
+
// if (height > 0) {
|
|
93
|
+
// this.show = false;
|
|
94
|
+
// } else {
|
|
95
|
+
// this.show = true;
|
|
96
|
+
// }
|
|
97
|
+
this.show = true;
|
|
98
98
|
console.log(`handleInputClick: show: ${this.show}`);
|
|
99
99
|
this.inputContainerClick.emit();
|
|
100
100
|
}
|
|
@@ -103,11 +103,11 @@ export class SasFormInputTemplate {
|
|
|
103
103
|
console.log("handleContainerClick");
|
|
104
104
|
event.stopPropagation();
|
|
105
105
|
console.log(`handleContainerClick: clickClose: ${this.clickClose}`);
|
|
106
|
-
if (this.clickClose) {
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
}
|
|
106
|
+
// if (this.clickClose) {
|
|
107
|
+
// setTimeout(() => {
|
|
108
|
+
// this.show = false;
|
|
109
|
+
// }, 100);
|
|
110
|
+
// }
|
|
111
111
|
};
|
|
112
112
|
this.updateContainerPosition = () => {
|
|
113
113
|
console.log("updateContainerPosition");
|
|
@@ -7375,12 +7375,12 @@ let SasFormInputTemplate$1 = class extends H {
|
|
|
7375
7375
|
console.log(`handleInputClick: container`);
|
|
7376
7376
|
console.log(container);
|
|
7377
7377
|
console.log(`handleInputClick: height: ${height}`);
|
|
7378
|
-
if (height > 0) {
|
|
7379
|
-
|
|
7380
|
-
}
|
|
7381
|
-
|
|
7382
|
-
|
|
7383
|
-
|
|
7378
|
+
// if (height > 0) {
|
|
7379
|
+
// this.show = false;
|
|
7380
|
+
// } else {
|
|
7381
|
+
// this.show = true;
|
|
7382
|
+
// }
|
|
7383
|
+
this.show = true;
|
|
7384
7384
|
console.log(`handleInputClick: show: ${this.show}`);
|
|
7385
7385
|
this.inputContainerClick.emit();
|
|
7386
7386
|
}
|
|
@@ -7389,11 +7389,11 @@ let SasFormInputTemplate$1 = class extends H {
|
|
|
7389
7389
|
console.log("handleContainerClick");
|
|
7390
7390
|
event.stopPropagation();
|
|
7391
7391
|
console.log(`handleContainerClick: clickClose: ${this.clickClose}`);
|
|
7392
|
-
if (this.clickClose) {
|
|
7393
|
-
|
|
7394
|
-
|
|
7395
|
-
|
|
7396
|
-
}
|
|
7392
|
+
// if (this.clickClose) {
|
|
7393
|
+
// setTimeout(() => {
|
|
7394
|
+
// this.show = false;
|
|
7395
|
+
// }, 100);
|
|
7396
|
+
// }
|
|
7397
7397
|
};
|
|
7398
7398
|
this.updateContainerPosition = () => {
|
|
7399
7399
|
console.log("updateContainerPosition");
|
|
@@ -1588,12 +1588,12 @@ let SasFormInputTemplate = class {
|
|
|
1588
1588
|
console.log(`handleInputClick: container`);
|
|
1589
1589
|
console.log(container);
|
|
1590
1590
|
console.log(`handleInputClick: height: ${height}`);
|
|
1591
|
-
if (height > 0) {
|
|
1592
|
-
|
|
1593
|
-
}
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1591
|
+
// if (height > 0) {
|
|
1592
|
+
// this.show = false;
|
|
1593
|
+
// } else {
|
|
1594
|
+
// this.show = true;
|
|
1595
|
+
// }
|
|
1596
|
+
this.show = true;
|
|
1597
1597
|
console.log(`handleInputClick: show: ${this.show}`);
|
|
1598
1598
|
this.inputContainerClick.emit();
|
|
1599
1599
|
}
|
|
@@ -1602,11 +1602,11 @@ let SasFormInputTemplate = class {
|
|
|
1602
1602
|
console.log("handleContainerClick");
|
|
1603
1603
|
event.stopPropagation();
|
|
1604
1604
|
console.log(`handleContainerClick: clickClose: ${this.clickClose}`);
|
|
1605
|
-
if (this.clickClose) {
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
}
|
|
1605
|
+
// if (this.clickClose) {
|
|
1606
|
+
// setTimeout(() => {
|
|
1607
|
+
// this.show = false;
|
|
1608
|
+
// }, 100);
|
|
1609
|
+
// }
|
|
1610
1610
|
};
|
|
1611
1611
|
this.updateContainerPosition = () => {
|
|
1612
1612
|
console.log("updateContainerPosition");
|