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.
@@ -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
- this.show = false;
1597
- }
1598
- else {
1599
- this.show = true;
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
- setTimeout(() => {
1611
- this.show = false;
1612
- }, 100);
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
- this.show = false;
94
- }
95
- else {
96
- this.show = true;
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
- setTimeout(() => {
108
- this.show = false;
109
- }, 100);
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
- this.show = false;
7380
- }
7381
- else {
7382
- this.show = true;
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
- setTimeout(() => {
7394
- this.show = false;
7395
- }, 100);
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
- this.show = false;
1593
- }
1594
- else {
1595
- this.show = true;
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
- setTimeout(() => {
1607
- this.show = false;
1608
- }, 100);
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");