@eui/mobile-core 16.8.0-snapshot-1710761952573 → 16.8.0-snapshot-1711025983354

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.
@@ -67,6 +67,7 @@
67
67
  <code>AfterViewInit</code>
68
68
  <code>AfterContentInit</code>
69
69
  <code>OnChanges</code>
70
+ <code>OnDestroy</code>
70
71
  </p>
71
72
 
72
73
 
@@ -136,10 +137,16 @@
136
137
  <tr>
137
138
  <td class="col-md-4">
138
139
  <ul class="index-list">
140
+ <li>
141
+ <a href="#clickEventHandled" >clickEventHandled</a>
142
+ </li>
139
143
  <li>
140
144
  <span class="modifier"></span>
141
145
  <a href="#euimChipSelectorItemComponent" >euimChipSelectorItemComponent</a>
142
146
  </li>
147
+ <li>
148
+ <a href="#euimChipSelectorItemSubscription" >euimChipSelectorItemSubscription</a>
149
+ </li>
143
150
  <li>
144
151
  <a href="#filterConditions" >filterConditions</a>
145
152
  </li>
@@ -170,6 +177,9 @@
170
177
  <li>
171
178
  <a href="#clearFiltersAndSelectAll" >clearFiltersAndSelectAll</a>
172
179
  </li>
180
+ <li>
181
+ <a href="#clickEventHandler" >clickEventHandler</a>
182
+ </li>
173
183
  <li>
174
184
  <a href="#getCssClasses" >getCssClasses</a>
175
185
  </li>
@@ -188,6 +198,9 @@
188
198
  <li>
189
199
  <a href="#setCssItemClasses" >setCssItemClasses</a>
190
200
  </li>
201
+ <li>
202
+ <a href="#subscribeToChanges" >subscribeToChanges</a>
203
+ </li>
191
204
  <li>
192
205
  <a href="#updateChipsAndFilterDataAfterInit" >updateChipsAndFilterDataAfterInit</a>
193
206
  </li>
@@ -744,6 +757,63 @@
744
757
  </tr>
745
758
  </tbody>
746
759
  </table>
760
+ <table class="table table-sm table-bordered">
761
+ <tbody>
762
+ <tr>
763
+ <td class="col-md-4">
764
+ <a name="clickEventHandler"></a>
765
+ <span class="name">
766
+ <span ><b>clickEventHandler</b></span>
767
+ <a href="#clickEventHandler"><span class="icon ion-ios-link"></span></a>
768
+ </span>
769
+ </td>
770
+ </tr>
771
+ <tr>
772
+ <td class="col-md-4">
773
+ <code>clickEventHandler(chip)</code>
774
+ </td>
775
+ </tr>
776
+
777
+
778
+
779
+
780
+ <tr>
781
+ <td class="col-md-4">
782
+
783
+ <div class="io-description">
784
+ <b>Parameters :</b>
785
+
786
+ <table class="params">
787
+ <thead>
788
+ <tr>
789
+ <td>Name</td>
790
+ <td>Optional</td>
791
+ </tr>
792
+ </thead>
793
+ <tbody>
794
+ <tr>
795
+ <td>chip</td>
796
+
797
+ <td>
798
+ No
799
+ </td>
800
+
801
+
802
+ </tr>
803
+ </tbody>
804
+ </table>
805
+ </div>
806
+ <div class="io-description">
807
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
808
+
809
+ </div>
810
+ <div class="io-description">
811
+
812
+ </div>
813
+ </td>
814
+ </tr>
815
+ </tbody>
816
+ </table>
747
817
  <table class="table table-sm table-bordered">
748
818
  <tbody>
749
819
  <tr>
@@ -1028,6 +1098,37 @@
1028
1098
 
1029
1099
 
1030
1100
 
1101
+ <tr>
1102
+ <td class="col-md-4">
1103
+
1104
+ <div class="io-description">
1105
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1106
+
1107
+ </div>
1108
+ </td>
1109
+ </tr>
1110
+ </tbody>
1111
+ </table>
1112
+ <table class="table table-sm table-bordered">
1113
+ <tbody>
1114
+ <tr>
1115
+ <td class="col-md-4">
1116
+ <a name="subscribeToChanges"></a>
1117
+ <span class="name">
1118
+ <span ><b>subscribeToChanges</b></span>
1119
+ <a href="#subscribeToChanges"><span class="icon ion-ios-link"></span></a>
1120
+ </span>
1121
+ </td>
1122
+ </tr>
1123
+ <tr>
1124
+ <td class="col-md-4">
1125
+ <code>subscribeToChanges()</code>
1126
+ </td>
1127
+ </tr>
1128
+
1129
+
1130
+
1131
+
1031
1132
  <tr>
1032
1133
  <td class="col-md-4">
1033
1134
 
@@ -1107,6 +1208,26 @@
1107
1208
  <h3 id="inputs">
1108
1209
  Properties
1109
1210
  </h3>
1211
+ <table class="table table-sm table-bordered">
1212
+ <tbody>
1213
+ <tr>
1214
+ <td class="col-md-4">
1215
+ <a name="clickEventHandled"></a>
1216
+ <span class="name">
1217
+ <span ><b>clickEventHandled</b></span>
1218
+ <a href="#clickEventHandled"><span class="icon ion-ios-link"></span></a>
1219
+ </span>
1220
+ </td>
1221
+ </tr>
1222
+ <tr>
1223
+ <td class="col-md-4">
1224
+ <i>Default value : </i><code>false</code>
1225
+ </td>
1226
+ </tr>
1227
+
1228
+
1229
+ </tbody>
1230
+ </table>
1110
1231
  <table class="table table-sm table-bordered">
1111
1232
  <tbody>
1112
1233
  <tr>
@@ -1136,6 +1257,27 @@
1136
1257
  </tr>
1137
1258
 
1138
1259
 
1260
+ </tbody>
1261
+ </table>
1262
+ <table class="table table-sm table-bordered">
1263
+ <tbody>
1264
+ <tr>
1265
+ <td class="col-md-4">
1266
+ <a name="euimChipSelectorItemSubscription"></a>
1267
+ <span class="name">
1268
+ <span ><b>euimChipSelectorItemSubscription</b></span>
1269
+ <a href="#euimChipSelectorItemSubscription"><span class="icon ion-ios-link"></span></a>
1270
+ </span>
1271
+ </td>
1272
+ </tr>
1273
+ <tr>
1274
+ <td class="col-md-4">
1275
+ <i>Type : </i> <code>Subscription</code>
1276
+
1277
+ </td>
1278
+ </tr>
1279
+
1280
+
1139
1281
  </tbody>
1140
1282
  </table>
1141
1283
  <table class="table table-sm table-bordered">
@@ -51,9 +51,9 @@
51
51
  </ol>
52
52
  <ul class="dependencies-list">
53
53
  <li>
54
- <b>@eui/deps-base</b> : 16.2.15-snapshot-1710731447501</li>
54
+ <b>@eui/deps-base</b> : 16.2.15-snapshot-1711014662905</li>
55
55
  <li>
56
- <b>@eui/styles-base</b> : 16.2.15-snapshot-1710731447501</li>
56
+ <b>@eui/styles-base</b> : 16.2.15-snapshot-1711014662905</li>
57
57
  <li>
58
58
  <b>@ionic/angular-toolkit</b> : 7.0.0</li>
59
59
  <li>
@@ -99,6 +99,9 @@
99
99
  <span class="modifier"></span>
100
100
  <a href="#className" >className</a>
101
101
  </li>
102
+ <li>
103
+ <a href="#clickEventAdded" >clickEventAdded</a>
104
+ </li>
102
105
  <li>
103
106
  <span class="modifier">Public</span>
104
107
  <a href="#el" >el</a>
@@ -318,6 +321,26 @@
318
321
  </tr>
319
322
 
320
323
 
324
+ </tbody>
325
+ </table>
326
+ <table class="table table-sm table-bordered">
327
+ <tbody>
328
+ <tr>
329
+ <td class="col-md-4">
330
+ <a name="clickEventAdded"></a>
331
+ <span class="name">
332
+ <span ><b>clickEventAdded</b></span>
333
+ <a href="#clickEventAdded"><span class="icon ion-ios-link"></span></a>
334
+ </span>
335
+ </td>
336
+ </tr>
337
+ <tr>
338
+ <td class="col-md-4">
339
+ <i>Default value : </i><code>false</code>
340
+ </td>
341
+ </tr>
342
+
343
+
321
344
  </tbody>
322
345
  </table>
323
346
  <table class="table table-sm table-bordered">
@@ -4,7 +4,7 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
4
4
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
5
5
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
6
6
  function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
7
- function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
7
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
8
8
  function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
9
9
  function _callSuper(t, o, e) { return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e)); }
10
10
  function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
@@ -17,7 +17,6 @@ function _isNativeFunction(fn) { try { return Function.toString.call(fn).indexOf
17
17
  function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
18
18
  function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
19
19
  customElements.define('compodoc-menu', /*#__PURE__*/function (_HTMLElement) {
20
- _inherits(_class, _HTMLElement);
21
20
  function _class() {
22
21
  var _this;
23
22
  _classCallCheck(this, _class);
@@ -25,7 +24,8 @@ customElements.define('compodoc-menu', /*#__PURE__*/function (_HTMLElement) {
25
24
  _this.isNormalMode = _this.getAttribute('mode') === 'normal';
26
25
  return _this;
27
26
  }
28
- _createClass(_class, [{
27
+ _inherits(_class, _HTMLElement);
28
+ return _createClass(_class, [{
29
29
  key: "connectedCallback",
30
30
  value: function connectedCallback() {
31
31
  this.render(this.isNormalMode);
@@ -37,5 +37,4 @@ customElements.define('compodoc-menu', /*#__PURE__*/function (_HTMLElement) {
37
37
  this.innerHTML = tp.strings;
38
38
  }
39
39
  }]);
40
- return _class;
41
40
  }( /*#__PURE__*/_wrapNativeSuper(HTMLElement)));