ire-preview 3.2.10 → 3.2.11

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/dist/lib.es.js +20 -11
  2. package/package.json +1 -1
package/dist/lib.es.js CHANGED
@@ -7110,7 +7110,7 @@ const MagnifyIcon = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["render", _sfc_re
7110
7110
  }, 8, ["data"]))
7111
7111
  ]));
7112
7112
  }
7113
- }), _hoisted_1$2 = { class: "ire-space-y-4 ire-p-8" }, _hoisted_2$1 = { class: "mb-2 ire-text-xl ire-font-semibold ire-capitalize ire-text-black" }, _hoisted_3$1 = { class: "flex ire-flex-col ire-gap-2 ire-text-center md:ire-flex-row" }, _hoisted_4$1 = { class: "mb-2 ire-text-xl ire-font-semibold ire-capitalize ire-text-black" }, _hoisted_5 = { class: "flex ire-flex-col ire-gap-2 ire-text-center md:ire-flex-row" }, _hoisted_6 = { class: "mb-2 ire-text-xl ire-font-semibold ire-capitalize ire-text-black" }, _hoisted_7 = { class: "flex ire-flex-col ire-gap-2 ire-text-center md:ire-flex-row" }, _hoisted_8 = { class: "mb-2 ire-text-xl ire-font-semibold ire-capitalize ire-text-black" }, _hoisted_9 = { class: "flex ire-flex-col ire-gap-2 ire-text-center md:ire-flex-row" }, _hoisted_10 = { class: "ire-mb-2 ire-text-xl ire-font-semibold ire-capitalize ire-text-black" }, _sfc_main$2 = /* @__PURE__ */ defineComponent({
7113
+ }), _hoisted_1$2 = { class: "irep-flats-list-filters ire-space-y-4 ire-p-8" }, _hoisted_2$1 = { class: "irep-flats-list-filters-title mb-2 ire-text-xl ire-font-semibold ire-capitalize ire-text-black" }, _hoisted_3$1 = { class: "flex ire-flex-col ire-gap-2 ire-text-center md:ire-flex-row" }, _hoisted_4$1 = { class: "irep-flats-list-filters-title mb-2 ire-text-xl ire-font-semibold ire-capitalize ire-text-black" }, _hoisted_5 = { class: "flex ire-flex-col ire-gap-2 ire-text-center md:ire-flex-row" }, _hoisted_6 = { class: "irep-flats-list-filters-title mb-2 ire-text-xl ire-font-semibold ire-capitalize ire-text-black" }, _hoisted_7 = { class: "flex ire-flex-col ire-gap-2 ire-text-center md:ire-flex-row" }, _hoisted_8 = { class: "irep-flats-list-filters-title mb-2 ire-text-xl ire-font-semibold ire-capitalize ire-text-black" }, _hoisted_9 = { class: "flex ire-flex-col ire-gap-2 ire-text-center md:ire-flex-row" }, _hoisted_10 = { class: "irep-flats-list-filters-title ire-mb-2 ire-text-xl ire-font-semibold ire-capitalize ire-text-black" }, _sfc_main$2 = /* @__PURE__ */ defineComponent({
7114
7114
  __name: "Filters",
7115
7115
  props: {
7116
7116
  filtersObject: {},
@@ -7132,7 +7132,8 @@ const MagnifyIcon = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["render", _sfc_re
7132
7132
  modelValue: Ne.value.priceMin,
7133
7133
  "onUpdate:modelValue": De[0] || (De[0] = (Le) => Ne.value.priceMin = Le),
7134
7134
  label: unref(tr)("min"),
7135
- type: "number"
7135
+ type: "number",
7136
+ class: "irep-flats-list-filters-input"
7136
7137
  }, {
7137
7138
  "right-icon": withCtx(() => [
7138
7139
  createElementVNode("span", null, toDisplayString(unref(currencySymbol)()), 1)
@@ -7143,7 +7144,8 @@ const MagnifyIcon = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["render", _sfc_re
7143
7144
  modelValue: Ne.value.priceMax,
7144
7145
  "onUpdate:modelValue": De[1] || (De[1] = (Le) => Ne.value.priceMax = Le),
7145
7146
  label: unref(tr)("max"),
7146
- type: "number"
7147
+ type: "number",
7148
+ class: "irep-flats-list-filters-input"
7147
7149
  }, {
7148
7150
  "right-icon": withCtx(() => [
7149
7151
  createElementVNode("span", null, toDisplayString(unref(currencySymbol)()), 1)
@@ -7159,7 +7161,8 @@ const MagnifyIcon = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["render", _sfc_re
7159
7161
  modelValue: Ne.value.areaMin,
7160
7162
  "onUpdate:modelValue": De[2] || (De[2] = (Le) => Ne.value.areaMin = Le),
7161
7163
  label: unref(tr)("min"),
7162
- type: "number"
7164
+ type: "number",
7165
+ class: "irep-flats-list-filters-input"
7163
7166
  }, {
7164
7167
  "right-icon": withCtx(() => [
7165
7168
  createElementVNode("span", null, toDisplayString(unref(getAreaUnitLabel)()) + "² ", 1)
@@ -7170,7 +7173,8 @@ const MagnifyIcon = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["render", _sfc_re
7170
7173
  modelValue: Ne.value.areaMax,
7171
7174
  "onUpdate:modelValue": De[3] || (De[3] = (Le) => Ne.value.areaMax = Le),
7172
7175
  label: unref(tr)("max"),
7173
- type: "number"
7176
+ type: "number",
7177
+ class: "irep-flats-list-filters-input"
7174
7178
  }, {
7175
7179
  "right-icon": withCtx(() => [
7176
7180
  createElementVNode("span", null, toDisplayString(unref(getAreaUnitLabel)()) + "² ", 1)
@@ -7186,13 +7190,15 @@ const MagnifyIcon = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["render", _sfc_re
7186
7190
  modelValue: Ne.value.floorMin,
7187
7191
  "onUpdate:modelValue": De[4] || (De[4] = (Le) => Ne.value.floorMin = Le),
7188
7192
  label: unref(tr)("min"),
7189
- type: "number"
7193
+ type: "number",
7194
+ class: "irep-flats-list-filters-input"
7190
7195
  }, null, 8, ["modelValue", "label"]),
7191
7196
  createVNode(_sfc_main$q, {
7192
7197
  modelValue: Ne.value.floorMax,
7193
7198
  "onUpdate:modelValue": De[5] || (De[5] = (Le) => Ne.value.floorMax = Le),
7194
7199
  label: unref(tr)("max"),
7195
- type: "number"
7200
+ type: "number",
7201
+ class: "irep-flats-list-filters-input"
7196
7202
  }, null, 8, ["modelValue", "label"])
7197
7203
  ])
7198
7204
  ]),
@@ -7203,13 +7209,15 @@ const MagnifyIcon = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["render", _sfc_re
7203
7209
  modelValue: Ne.value.roomMin,
7204
7210
  "onUpdate:modelValue": De[6] || (De[6] = (Le) => Ne.value.roomMin = Le),
7205
7211
  label: unref(tr)("min"),
7206
- type: "number"
7212
+ type: "number",
7213
+ class: "irep-flats-list-filters-input"
7207
7214
  }, null, 8, ["modelValue", "label"]),
7208
7215
  createVNode(_sfc_main$q, {
7209
7216
  modelValue: Ne.value.roomMax,
7210
7217
  "onUpdate:modelValue": De[7] || (De[7] = (Le) => Ne.value.roomMax = Le),
7211
7218
  label: unref(tr)("max"),
7212
- type: "number"
7219
+ type: "number",
7220
+ class: "irep-flats-list-filters-input"
7213
7221
  }, null, 8, ["modelValue", "label"])
7214
7222
  ])
7215
7223
  ]),
@@ -7219,13 +7227,14 @@ const MagnifyIcon = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["render", _sfc_re
7219
7227
  modelValue: Ne.value.config,
7220
7228
  "onUpdate:modelValue": De[8] || (De[8] = (Le) => Ne.value.config = Le),
7221
7229
  data: $e,
7222
- disabled: !1
7230
+ disabled: !1,
7231
+ class: "irep-flats-list-filters-select"
7223
7232
  }, null, 8, ["modelValue"])
7224
7233
  ]),
7225
7234
  createVNode(_sfc_main$y, {
7226
7235
  title: unref(tr)("filter"),
7227
7236
  active: "",
7228
- class: "!ire-w-fit ire-capitalize",
7237
+ class: "irep-flats-list-filters-submit-btn !ire-w-fit ire-capitalize",
7229
7238
  onClick: De[9] || (De[9] = (Le) => ke("filterFlatsList"))
7230
7239
  }, null, 8, ["title"])
7231
7240
  ]));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ire-preview",
3
- "version": "3.2.10",
3
+ "version": "3.2.11",
4
4
  "type": "module",
5
5
  "emitDeclarationOnly": true,
6
6
  "declaration": true,