@abgov/web-components 1.39.0 → 1.39.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.
Files changed (2) hide show
  1. package/index.js +11 -16
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -5301,7 +5301,7 @@ function Ki(t) {
5301
5301
  e,
5302
5302
  "value",
5303
5303
  /*i*/
5304
- t[40]
5304
+ t[40] + ""
5305
5305
  ), p(
5306
5306
  e,
5307
5307
  "label",
@@ -10598,22 +10598,17 @@ const Lr = "dropdown-item:mounted", xr = "dropdown-item:destroyed";
10598
10598
  function H0(t, e, i) {
10599
10599
  let { filter: n = "" } = e, { label: o = "" } = e, { value: l = "" } = e, { mount: r = "reset" } = e, s, a;
10600
10600
  ze(() => {
10601
- d(), setTimeout(
10602
- () => {
10603
- l && Le(
10604
- s,
10605
- Lr,
10606
- {
10607
- el: s,
10608
- filter: n,
10609
- value: l,
10610
- label: o,
10611
- mountType: r
10612
- },
10613
- { bubbles: !0, timeout: 10 }
10614
- );
10601
+ d(), Le(
10602
+ s,
10603
+ Lr,
10604
+ {
10605
+ el: s,
10606
+ filter: n,
10607
+ value: l,
10608
+ label: o,
10609
+ mountType: r
10615
10610
  },
10616
- 1
10611
+ { bubbles: !0, timeout: 10 }
10617
10612
  );
10618
10613
  });
10619
10614
  function d() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abgov/web-components",
3
- "version": "1.39.0",
3
+ "version": "1.39.1",
4
4
  "license": "Apache-2.0",
5
5
  "description": "Government of Alberta - UI Web components",
6
6
  "bugs": {