@idmwx/idmui-gl4 1.8.9 → 1.9.0

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/index.js CHANGED
@@ -4597,6 +4597,14 @@ const el = {
4597
4597
  type: Number,
4598
4598
  default: 60
4599
4599
  },
4600
+ paddingTop: {
4601
+ type: Number,
4602
+ default: 48
4603
+ },
4604
+ menuHeight: {
4605
+ type: Number,
4606
+ default: 248
4607
+ },
4600
4608
  menuToggle: {
4601
4609
  type: Object,
4602
4610
  default: {}
@@ -4761,7 +4769,7 @@ function dl(t, e, o, i, a, r) {
4761
4769
  return y(), M("div", tl, [
4762
4770
  s("div", {
4763
4771
  class: "menu-bar-box transition px-1 rounded",
4764
- style: ae({ top: o.top + 10 + "px", right: a.right + "px" })
4772
+ style: ae({ top: o.top + 10 + "px", right: a.right + "px", paddingTop: o.paddingTop + "px", height: o.menuHeight + "px" })
4765
4773
  }, [
4766
4774
  p(c, {
4767
4775
  text: t.$t("layer.mapLayers"),
@@ -7695,6 +7703,10 @@ const wn = {
7695
7703
  type: Number,
7696
7704
  default: 60
7697
7705
  },
7706
+ paddingTop: {
7707
+ type: Number,
7708
+ default: 48
7709
+ },
7698
7710
  menuToggle: {
7699
7711
  type: Object,
7700
7712
  default: {}
@@ -8327,7 +8339,7 @@ function ic(t, e, o, i, a, r) {
8327
8339
  return y(), M("div", xn, [
8328
8340
  s("div", {
8329
8341
  class: "menu-bar-box transition pa-1",
8330
- style: ae({ top: o.top + 94 + "px", right: a.right + "px" })
8342
+ style: ae({ top: o.top + o.paddingTop + 46 + "px", right: a.right + "px" })
8331
8343
  }, [
8332
8344
  p(c, {
8333
8345
  text: t.$t("weather.weatherLayers"),
@@ -9834,6 +9846,10 @@ const sc = {
9834
9846
  type: Number,
9835
9847
  default: 60
9836
9848
  },
9849
+ paddingTop: {
9850
+ type: Number,
9851
+ default: 48
9852
+ },
9837
9853
  menuToggle: {
9838
9854
  type: Object,
9839
9855
  default: {}
@@ -10530,7 +10546,7 @@ function tm(t, e, o, i, a, r) {
10530
10546
  return y(), M("div", lc, [
10531
10547
  s("div", {
10532
10548
  class: "menu-bar-box transition pa-1",
10533
- style: ae({ top: o.top + 134 + "px", right: a.right + "px" })
10549
+ style: ae({ top: o.top + o.paddingTop + 86 + "px", right: a.right + "px" })
10534
10550
  }, [
10535
10551
  p(c, {
10536
10552
  text: t.$t("tropical.tropicals"),
@@ -11106,11 +11122,10 @@ function lm(t, e, o, i, a, r) {
11106
11122
  class: "text-none text-body-2",
11107
11123
  onClick: r.handleCancelDate
11108
11124
  }, {
11109
- default: f(() => e[1] || (e[1] = [
11110
- $("Cancel", -1)
11111
- ])),
11112
- _: 1,
11113
- __: [1]
11125
+ default: f(() => [
11126
+ $(m(t.$t("actions.cancel")), 1)
11127
+ ]),
11128
+ _: 1
11114
11129
  }, 8, ["onClick"]),
11115
11130
  p(l, {
11116
11131
  size: "small",
@@ -11119,11 +11134,10 @@ function lm(t, e, o, i, a, r) {
11119
11134
  class: "text-none text-body-2",
11120
11135
  onClick: r.handleConfirmDate
11121
11136
  }, {
11122
- default: f(() => e[2] || (e[2] = [
11123
- $("Confirm", -1)
11124
- ])),
11125
- _: 1,
11126
- __: [2]
11137
+ default: f(() => [
11138
+ $(m(t.$t("actions.confirm")), 1)
11139
+ ]),
11140
+ _: 1
11127
11141
  }, 8, ["onClick"])
11128
11142
  ]),
11129
11143
  _: 1
@@ -11162,6 +11176,10 @@ const nm = {
11162
11176
  type: Number,
11163
11177
  default: 60
11164
11178
  },
11179
+ paddingTop: {
11180
+ type: Number,
11181
+ default: 48
11182
+ },
11165
11183
  menuToggle: {
11166
11184
  type: Object,
11167
11185
  default: {}
@@ -11492,7 +11510,7 @@ function Xm(t, e, o, i, a, r) {
11492
11510
  return y(), M("div", cm, [
11493
11511
  s("div", {
11494
11512
  class: "menu-bar-box transition pa-1",
11495
- style: ae({ top: o.top + 174 + "px", right: a.right + "px" })
11513
+ style: ae({ top: o.top + o.paddingTop + 126 + "px", right: a.right + "px" })
11496
11514
  }, [
11497
11515
  p(c, {
11498
11516
  text: t.$t("spot.spotsMeteo"),
@@ -11519,7 +11537,7 @@ function Xm(t, e, o, i, a, r) {
11519
11537
  a.showForm ? (y(), O(I, {
11520
11538
  key: 0,
11521
11539
  class: "spot-form-card",
11522
- style: ae({ top: o.top + 174 + "px", right: a.right + 50 + "px" })
11540
+ style: ae({ top: o.top + o.paddingTop + 126 + "px", right: a.right + 50 + "px" })
11523
11541
  }, {
11524
11542
  default: f(() => [
11525
11543
  p(n, { class: "d-flex justify-space-between align-center" }, {
@@ -11994,6 +12012,10 @@ const Km = {
11994
12012
  type: Number,
11995
12013
  default: 60
11996
12014
  },
12015
+ paddingTop: {
12016
+ type: Number,
12017
+ default: 48
12018
+ },
11997
12019
  menuToggle: {
11998
12020
  type: Object,
11999
12021
  default: {}
@@ -12340,7 +12362,7 @@ function Qm(t, e, o, i, a, r) {
12340
12362
  return y(), M("div", Jm, [
12341
12363
  s("div", {
12342
12364
  class: "menu-bar-box transition pa-1",
12343
- style: ae({ top: o.top + 214 + "px", right: a.right + "px" })
12365
+ style: ae({ top: o.top + o.paddingTop + 166 + "px", right: a.right + "px" })
12344
12366
  }, [
12345
12367
  p(c, {
12346
12368
  text: t.$t("measure.measure"),
@@ -32190,11 +32212,10 @@ function Th(t, e, o, i, a, r) {
32190
32212
  class: "text-none text-body-2",
32191
32213
  onClick: r.handleCancelDate
32192
32214
  }, {
32193
- default: f(() => e[1] || (e[1] = [
32194
- $("Cancel", -1)
32195
- ])),
32196
- _: 1,
32197
- __: [1]
32215
+ default: f(() => [
32216
+ $(m(t.$t("actions.cancel")), 1)
32217
+ ]),
32218
+ _: 1
32198
32219
  }, 8, ["onClick"]),
32199
32220
  p(l, {
32200
32221
  size: "small",
@@ -32203,11 +32224,10 @@ function Th(t, e, o, i, a, r) {
32203
32224
  class: "text-none text-body-2",
32204
32225
  onClick: r.handleConfirmDate
32205
32226
  }, {
32206
- default: f(() => e[2] || (e[2] = [
32207
- $("Confirm", -1)
32208
- ])),
32209
- _: 1,
32210
- __: [2]
32227
+ default: f(() => [
32228
+ $(m(t.$t("actions.confirm")), 1)
32229
+ ]),
32230
+ _: 1
32211
32231
  }, 8, ["onClick"])
32212
32232
  ]),
32213
32233
  _: 1