@empathyco/x-components 5.0.0-alpha.61 → 5.0.0-alpha.63
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/CHANGELOG.md +18 -0
- package/design-system/deprecated-full-theme.css +177 -177
- package/docs/API-reference/api/x-components.editablenumberrangefilter.md +44 -20
- package/docs/API-reference/api/x-components.hierarchicalfilter.md +194 -18
- package/docs/API-reference/api/x-components.md +4 -4
- package/docs/API-reference/api/x-components.numberrangefilter.md +27 -11
- package/docs/API-reference/api/x-components.renderlessextraparams.md +15 -11
- package/docs/API-reference/components/extra-params/x-components.renderless-extra-param.md +3 -3
- package/docs/API-reference/components/facets/x-components.filters/editable-number-range-filter.md +7 -5
- package/docs/API-reference/components/facets/x-components.filters/hierarchical-filter.md +8 -5
- package/docs/API-reference/components/facets/x-components.filters/number-range-filter.md +5 -4
- package/js/x-modules/extra-params/components/renderless-extra-param.vue.js.map +1 -1
- package/js/x-modules/extra-params/components/renderless-extra-param.vue2.js +50 -183
- package/js/x-modules/extra-params/components/renderless-extra-param.vue2.js.map +1 -1
- package/js/x-modules/facets/components/filters/editable-number-range-filter.vue.js.map +1 -1
- package/js/x-modules/facets/components/filters/editable-number-range-filter.vue2.js +199 -329
- package/js/x-modules/facets/components/filters/editable-number-range-filter.vue2.js.map +1 -1
- package/js/x-modules/facets/components/filters/hierarchical-filter.vue.js +5 -3
- package/js/x-modules/facets/components/filters/hierarchical-filter.vue.js.map +1 -1
- package/js/x-modules/facets/components/filters/hierarchical-filter.vue2.js +102 -96
- package/js/x-modules/facets/components/filters/hierarchical-filter.vue2.js.map +1 -1
- package/js/x-modules/facets/components/filters/number-range-filter.vue.js +5 -3
- package/js/x-modules/facets/components/filters/number-range-filter.vue.js.map +1 -1
- package/js/x-modules/facets/components/filters/number-range-filter.vue2.js +48 -187
- package/js/x-modules/facets/components/filters/number-range-filter.vue2.js.map +1 -1
- package/package.json +2 -2
- package/report/x-components.api.json +1775 -663
- package/report/x-components.api.md +283 -81
- package/types/x-modules/extra-params/components/renderless-extra-param.vue.d.ts +15 -32
- package/types/x-modules/extra-params/components/renderless-extra-param.vue.d.ts.map +1 -1
- package/types/x-modules/facets/components/filters/editable-number-range-filter.vue.d.ts +57 -125
- package/types/x-modules/facets/components/filters/editable-number-range-filter.vue.d.ts.map +1 -1
- package/types/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts +206 -44
- package/types/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts.map +1 -1
- package/types/x-modules/facets/components/filters/number-range-filter.vue.d.ts +34 -17
- package/types/x-modules/facets/components/filters/number-range-filter.vue.d.ts.map +1 -1
- package/docs/API-reference/api/x-components.editablenumberrangefilter.filter.md +0 -13
- package/docs/API-reference/api/x-components.editablenumberrangefilter.hasclearbutton.md +0 -13
- package/docs/API-reference/api/x-components.editablenumberrangefilter.isinstant.md +0 -13
- package/docs/API-reference/api/x-components.editablenumberrangefilter.rangefiltermax.md +0 -11
- package/docs/API-reference/api/x-components.editablenumberrangefilter.rangefiltermin.md +0 -11
- package/docs/API-reference/api/x-components.editablenumberrangefilter.resetranges.md +0 -17
- package/docs/API-reference/api/x-components.hierarchicalfilter.childrenanimation.md +0 -13
- package/docs/API-reference/api/x-components.hierarchicalfilter.clickevents.md +0 -13
- package/docs/API-reference/api/x-components.hierarchicalfilter.filter.md +0 -13
- package/docs/API-reference/api/x-components.hierarchicalfilter.isfilterpartiallyselected.md +0 -22
- package/docs/API-reference/api/x-components.numberrangefilter.clickevents.md +0 -13
- package/docs/API-reference/api/x-components.numberrangefilter.filter.md +0 -13
- package/docs/API-reference/api/x-components.renderlessextraparams.name.md +0 -13
- package/docs/API-reference/api/x-components.renderlessextraparams.stateparams.md +0 -13
- package/js/components/dynamic-props.mixin.js +0 -29
- package/js/components/dynamic-props.mixin.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,24 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [5.0.0-alpha.63](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.62...@empathyco/x-components@5.0.0-alpha.63) (2024-07-08)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* migrate filters components to Composition API (#1550) ([dd6a2d7](https://github.com/empathyco/x/commit/dd6a2d728632e81c25cc918c1cac1aa10daab590))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
## [5.0.0-alpha.62](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.61...@empathyco/x-components@5.0.0-alpha.62) (2024-07-08)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Features
|
|
19
|
+
|
|
20
|
+
* **renderless-extra-param:** migrate to composition API (#1546) ([3f111f9](https://github.com/empathyco/x/commit/3f111f98fdf0a4175dce0a5d8711bb8d4e4729df))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
6
24
|
## [5.0.0-alpha.61](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.60...@empathyco/x-components@5.0.0-alpha.61) (2024-07-03)
|
|
7
25
|
|
|
8
26
|
|
|
@@ -3971,6 +3971,96 @@
|
|
|
3971
3971
|
--x-size-line-height-suggestion-group-default: var(--x-size-line-height-suggestion-default);
|
|
3972
3972
|
--x-number-font-weight-suggestion-group-default: var(--x-number-font-weight-suggestion-default);
|
|
3973
3973
|
}
|
|
3974
|
+
:root {
|
|
3975
|
+
--x-string-align-items-suggestion-default: center;
|
|
3976
|
+
--x-color-text-suggestion-default: var(--x-color-text-default);
|
|
3977
|
+
--x-color-text-suggestion-matching-part-default: var(--x-color-base-neutral-35);
|
|
3978
|
+
--x-color-text-suggestion-default-matching: var(--x-color-text-suggestion-default);
|
|
3979
|
+
--x-color-text-suggestion-filter-default: var(--x-color-base-neutral-35);
|
|
3980
|
+
--x-color-background-suggestion-default: transparent;
|
|
3981
|
+
--x-color-border-suggestion-default: var(--x-color-text-suggestion-default);
|
|
3982
|
+
--x-color-text-suggestion-default-curated: var(--x-color-text-suggestion-default);
|
|
3983
|
+
--x-color-text-suggestion-matching-part-default-curated: var(
|
|
3984
|
+
--x-color-text-suggestion-matching-part-default
|
|
3985
|
+
);
|
|
3986
|
+
--x-color-text-suggestion-default-matching-curated: var(
|
|
3987
|
+
--x-color-text-suggestion-default-matching
|
|
3988
|
+
);
|
|
3989
|
+
--x-color-background-suggestion-default-curated: var(--x-color-background-suggestion-default);
|
|
3990
|
+
--x-color-border-suggestion-default-curated: var(--x-color-border-suggestion-default);
|
|
3991
|
+
--x-size-padding-top-suggestion-default: var(--x-size-base-01);
|
|
3992
|
+
--x-size-padding-right-suggestion-default: 0;
|
|
3993
|
+
--x-size-padding-bottom-suggestion-default: var(--x-size-base-02);
|
|
3994
|
+
--x-size-padding-left-suggestion-default: 0;
|
|
3995
|
+
--x-size-gap-suggestion-default: var(--x-size-base-03);
|
|
3996
|
+
--x-size-border-width-suggestion-default: 0;
|
|
3997
|
+
--x-size-border-width-top-suggestion-default: var(--x-size-border-width-suggestion-default);
|
|
3998
|
+
--x-size-border-width-right-suggestion-default: var(--x-size-border-width-suggestion-default);
|
|
3999
|
+
--x-size-border-width-bottom-suggestion-default: var(--x-size-border-width-suggestion-default);
|
|
4000
|
+
--x-size-border-width-left-suggestion-default: var(--x-size-border-width-suggestion-default);
|
|
4001
|
+
--x-size-border-radius-suggestion-default: var(--x-size-border-radius-base-none);
|
|
4002
|
+
--x-size-border-radius-top-left-suggestion-default: var(
|
|
4003
|
+
--x-size-border-radius-suggestion-default
|
|
4004
|
+
);
|
|
4005
|
+
--x-size-border-radius-top-right-suggestion-default: var(
|
|
4006
|
+
--x-size-border-radius-suggestion-default
|
|
4007
|
+
);
|
|
4008
|
+
--x-size-border-radius-bottom-right-suggestion-default: var(
|
|
4009
|
+
--x-size-border-radius-suggestion-default
|
|
4010
|
+
);
|
|
4011
|
+
--x-size-border-radius-bottom-left-suggestion-default: var(
|
|
4012
|
+
--x-size-border-radius-suggestion-default
|
|
4013
|
+
);
|
|
4014
|
+
--x-font-family-suggestion-default: var(--x-font-family-text);
|
|
4015
|
+
--x-size-font-suggestion-default: var(--x-size-font-text);
|
|
4016
|
+
--x-size-line-height-suggestion-default: var(--x-size-line-height-text);
|
|
4017
|
+
--x-number-font-weight-suggestion-default: var(--x-number-font-weight-text);
|
|
4018
|
+
--x-font-family-suggestion-matching-part-default: var(--x-font-family-suggestion-default);
|
|
4019
|
+
--x-size-font-suggestion-matching-part-default: var(--x-size-font-suggestion-default);
|
|
4020
|
+
--x-size-line-height-suggestion-matching-part-default: var(
|
|
4021
|
+
--x-size-line-height-suggestion-default
|
|
4022
|
+
);
|
|
4023
|
+
--x-number-font-weight-suggestion-matching-part-default: var(
|
|
4024
|
+
--x-number-font-weight-suggestion-default
|
|
4025
|
+
);
|
|
4026
|
+
--x-font-family-suggestion-default-matching: var(--x-font-family-suggestion-default);
|
|
4027
|
+
--x-size-font-suggestion-default-matching: var(--x-size-font-suggestion-default);
|
|
4028
|
+
--x-size-line-height-suggestion-default-matching: var(--x-size-line-height-suggestion-default);
|
|
4029
|
+
--x-number-font-weight-suggestion-default-matching: var(
|
|
4030
|
+
--x-number-font-weight-suggestion-default
|
|
4031
|
+
);
|
|
4032
|
+
--x-font-family-suggestion-filter-default: var(--x-font-family-suggestion-default);
|
|
4033
|
+
--x-size-font-suggestion-filter-default: var(--x-size-font-suggestion-default);
|
|
4034
|
+
--x-size-line-height-suggestion-filter-default: var(--x-size-line-height-suggestion-default);
|
|
4035
|
+
--x-number-font-weight-suggestion-filter-default: var(--x-number-font-weight-suggestion-default);
|
|
4036
|
+
--x-text-transform-suggestion-filter-default: none;
|
|
4037
|
+
--x-font-family-suggestion-default-curated: var(--x-font-family-suggestion-default);
|
|
4038
|
+
--x-size-font-suggestion-default-curated: var(--x-size-font-suggestion-default);
|
|
4039
|
+
--x-size-line-height-suggestion-default-curated: var(--x-size-line-height-suggestion-default);
|
|
4040
|
+
--x-number-font-weight-suggestion-default-curated: var(--x-number-font-weight-suggestion-default);
|
|
4041
|
+
--x-font-family-suggestion-matching-part-default-curated: var(
|
|
4042
|
+
--x-font-family-suggestion-matching-part-default
|
|
4043
|
+
);
|
|
4044
|
+
--x-size-font-suggestion-matching-part-default-curated: var(
|
|
4045
|
+
--x-size-font-suggestion-matching-part-default
|
|
4046
|
+
);
|
|
4047
|
+
--x-size-line-height-suggestion-matching-part-default-curated: var(
|
|
4048
|
+
--x-size-line-height-suggestion-matching-part-default
|
|
4049
|
+
);
|
|
4050
|
+
--x-number-font-weight-suggestion-matching-part-default-curated: var(
|
|
4051
|
+
--x-number-font-weight-suggestion-matching-part-default
|
|
4052
|
+
);
|
|
4053
|
+
--x-font-family-suggestion-default-matching-curated: var(
|
|
4054
|
+
--x-font-family-suggestion-default-matching
|
|
4055
|
+
);
|
|
4056
|
+
--x-size-font-suggestion-default-matching-curated: var(--x-size-font-suggestion-default-matching);
|
|
4057
|
+
--x-size-line-height-suggestion-default-matching-curated: var(
|
|
4058
|
+
--x-size-line-height-suggestion-default-matching
|
|
4059
|
+
);
|
|
4060
|
+
--x-number-font-weight-suggestion-default-matching-curated: var(
|
|
4061
|
+
--x-number-font-weight-suggestion-default-matching
|
|
4062
|
+
);
|
|
4063
|
+
}
|
|
3974
4064
|
:root {
|
|
3975
4065
|
--x-color-text-suggestion-group-default: var(--x-color-text-suggestion-default);
|
|
3976
4066
|
--x-color-text-suggestion-group-matching-part-default: var(
|
|
@@ -4177,96 +4267,6 @@
|
|
|
4177
4267
|
--x-number-font-weight-suggestion-default-matching
|
|
4178
4268
|
);
|
|
4179
4269
|
}
|
|
4180
|
-
:root {
|
|
4181
|
-
--x-string-align-items-suggestion-default: center;
|
|
4182
|
-
--x-color-text-suggestion-default: var(--x-color-text-default);
|
|
4183
|
-
--x-color-text-suggestion-matching-part-default: var(--x-color-base-neutral-35);
|
|
4184
|
-
--x-color-text-suggestion-default-matching: var(--x-color-text-suggestion-default);
|
|
4185
|
-
--x-color-text-suggestion-filter-default: var(--x-color-base-neutral-35);
|
|
4186
|
-
--x-color-background-suggestion-default: transparent;
|
|
4187
|
-
--x-color-border-suggestion-default: var(--x-color-text-suggestion-default);
|
|
4188
|
-
--x-color-text-suggestion-default-curated: var(--x-color-text-suggestion-default);
|
|
4189
|
-
--x-color-text-suggestion-matching-part-default-curated: var(
|
|
4190
|
-
--x-color-text-suggestion-matching-part-default
|
|
4191
|
-
);
|
|
4192
|
-
--x-color-text-suggestion-default-matching-curated: var(
|
|
4193
|
-
--x-color-text-suggestion-default-matching
|
|
4194
|
-
);
|
|
4195
|
-
--x-color-background-suggestion-default-curated: var(--x-color-background-suggestion-default);
|
|
4196
|
-
--x-color-border-suggestion-default-curated: var(--x-color-border-suggestion-default);
|
|
4197
|
-
--x-size-padding-top-suggestion-default: var(--x-size-base-01);
|
|
4198
|
-
--x-size-padding-right-suggestion-default: 0;
|
|
4199
|
-
--x-size-padding-bottom-suggestion-default: var(--x-size-base-02);
|
|
4200
|
-
--x-size-padding-left-suggestion-default: 0;
|
|
4201
|
-
--x-size-gap-suggestion-default: var(--x-size-base-03);
|
|
4202
|
-
--x-size-border-width-suggestion-default: 0;
|
|
4203
|
-
--x-size-border-width-top-suggestion-default: var(--x-size-border-width-suggestion-default);
|
|
4204
|
-
--x-size-border-width-right-suggestion-default: var(--x-size-border-width-suggestion-default);
|
|
4205
|
-
--x-size-border-width-bottom-suggestion-default: var(--x-size-border-width-suggestion-default);
|
|
4206
|
-
--x-size-border-width-left-suggestion-default: var(--x-size-border-width-suggestion-default);
|
|
4207
|
-
--x-size-border-radius-suggestion-default: var(--x-size-border-radius-base-none);
|
|
4208
|
-
--x-size-border-radius-top-left-suggestion-default: var(
|
|
4209
|
-
--x-size-border-radius-suggestion-default
|
|
4210
|
-
);
|
|
4211
|
-
--x-size-border-radius-top-right-suggestion-default: var(
|
|
4212
|
-
--x-size-border-radius-suggestion-default
|
|
4213
|
-
);
|
|
4214
|
-
--x-size-border-radius-bottom-right-suggestion-default: var(
|
|
4215
|
-
--x-size-border-radius-suggestion-default
|
|
4216
|
-
);
|
|
4217
|
-
--x-size-border-radius-bottom-left-suggestion-default: var(
|
|
4218
|
-
--x-size-border-radius-suggestion-default
|
|
4219
|
-
);
|
|
4220
|
-
--x-font-family-suggestion-default: var(--x-font-family-text);
|
|
4221
|
-
--x-size-font-suggestion-default: var(--x-size-font-text);
|
|
4222
|
-
--x-size-line-height-suggestion-default: var(--x-size-line-height-text);
|
|
4223
|
-
--x-number-font-weight-suggestion-default: var(--x-number-font-weight-text);
|
|
4224
|
-
--x-font-family-suggestion-matching-part-default: var(--x-font-family-suggestion-default);
|
|
4225
|
-
--x-size-font-suggestion-matching-part-default: var(--x-size-font-suggestion-default);
|
|
4226
|
-
--x-size-line-height-suggestion-matching-part-default: var(
|
|
4227
|
-
--x-size-line-height-suggestion-default
|
|
4228
|
-
);
|
|
4229
|
-
--x-number-font-weight-suggestion-matching-part-default: var(
|
|
4230
|
-
--x-number-font-weight-suggestion-default
|
|
4231
|
-
);
|
|
4232
|
-
--x-font-family-suggestion-default-matching: var(--x-font-family-suggestion-default);
|
|
4233
|
-
--x-size-font-suggestion-default-matching: var(--x-size-font-suggestion-default);
|
|
4234
|
-
--x-size-line-height-suggestion-default-matching: var(--x-size-line-height-suggestion-default);
|
|
4235
|
-
--x-number-font-weight-suggestion-default-matching: var(
|
|
4236
|
-
--x-number-font-weight-suggestion-default
|
|
4237
|
-
);
|
|
4238
|
-
--x-font-family-suggestion-filter-default: var(--x-font-family-suggestion-default);
|
|
4239
|
-
--x-size-font-suggestion-filter-default: var(--x-size-font-suggestion-default);
|
|
4240
|
-
--x-size-line-height-suggestion-filter-default: var(--x-size-line-height-suggestion-default);
|
|
4241
|
-
--x-number-font-weight-suggestion-filter-default: var(--x-number-font-weight-suggestion-default);
|
|
4242
|
-
--x-text-transform-suggestion-filter-default: none;
|
|
4243
|
-
--x-font-family-suggestion-default-curated: var(--x-font-family-suggestion-default);
|
|
4244
|
-
--x-size-font-suggestion-default-curated: var(--x-size-font-suggestion-default);
|
|
4245
|
-
--x-size-line-height-suggestion-default-curated: var(--x-size-line-height-suggestion-default);
|
|
4246
|
-
--x-number-font-weight-suggestion-default-curated: var(--x-number-font-weight-suggestion-default);
|
|
4247
|
-
--x-font-family-suggestion-matching-part-default-curated: var(
|
|
4248
|
-
--x-font-family-suggestion-matching-part-default
|
|
4249
|
-
);
|
|
4250
|
-
--x-size-font-suggestion-matching-part-default-curated: var(
|
|
4251
|
-
--x-size-font-suggestion-matching-part-default
|
|
4252
|
-
);
|
|
4253
|
-
--x-size-line-height-suggestion-matching-part-default-curated: var(
|
|
4254
|
-
--x-size-line-height-suggestion-matching-part-default
|
|
4255
|
-
);
|
|
4256
|
-
--x-number-font-weight-suggestion-matching-part-default-curated: var(
|
|
4257
|
-
--x-number-font-weight-suggestion-matching-part-default
|
|
4258
|
-
);
|
|
4259
|
-
--x-font-family-suggestion-default-matching-curated: var(
|
|
4260
|
-
--x-font-family-suggestion-default-matching
|
|
4261
|
-
);
|
|
4262
|
-
--x-size-font-suggestion-default-matching-curated: var(--x-size-font-suggestion-default-matching);
|
|
4263
|
-
--x-size-line-height-suggestion-default-matching-curated: var(
|
|
4264
|
-
--x-size-line-height-suggestion-default-matching
|
|
4265
|
-
);
|
|
4266
|
-
--x-number-font-weight-suggestion-default-matching-curated: var(
|
|
4267
|
-
--x-number-font-weight-suggestion-default-matching
|
|
4268
|
-
);
|
|
4269
|
-
}
|
|
4270
4270
|
|
|
4271
4271
|
[dir="ltr"] .x-suggestion {
|
|
4272
4272
|
text-align: left;
|
|
@@ -4941,10 +4941,6 @@
|
|
|
4941
4941
|
--x-number-zoom-scale-picture: 1.1;
|
|
4942
4942
|
--x-number-zoom-duration-picture: 0.3s;
|
|
4943
4943
|
}
|
|
4944
|
-
:root {
|
|
4945
|
-
--x-number-zoom-scale-picture: 1.1;
|
|
4946
|
-
--x-number-zoom-duration-picture: 0.3s;
|
|
4947
|
-
}
|
|
4948
4944
|
|
|
4949
4945
|
.x-picture--zoom .x-picture-image {
|
|
4950
4946
|
transition: transform var(--x-number-zoom-duration-picture) ease-out;
|
|
@@ -4953,7 +4949,8 @@
|
|
|
4953
4949
|
transform: scale(var(--x-number-zoom-scale-picture));
|
|
4954
4950
|
}
|
|
4955
4951
|
:root {
|
|
4956
|
-
--x-number-
|
|
4952
|
+
--x-number-zoom-scale-picture: 1.1;
|
|
4953
|
+
--x-number-zoom-duration-picture: 0.3s;
|
|
4957
4954
|
}
|
|
4958
4955
|
:root {
|
|
4959
4956
|
--x-number-aspect-ratio-picture: 1;
|
|
@@ -4963,6 +4960,9 @@
|
|
|
4963
4960
|
aspect-ratio: var(--x-number-aspect-ratio-picture);
|
|
4964
4961
|
width: 100%;
|
|
4965
4962
|
}
|
|
4963
|
+
:root {
|
|
4964
|
+
--x-number-aspect-ratio-picture: 1;
|
|
4965
|
+
}
|
|
4966
4966
|
:root {
|
|
4967
4967
|
--x-size-border-radius-picture-default: 0;
|
|
4968
4968
|
--x-size-border-radius-top-picture-default: var(--x-size-border-radius-picture-default);
|
|
@@ -5041,10 +5041,6 @@
|
|
|
5041
5041
|
--x-color-background-picture-cover-hover-from: rgba(0, 0, 0, 0);
|
|
5042
5042
|
--x-color-background-picture-cover-hover-to: rgba(0, 0, 0, 0.5);
|
|
5043
5043
|
}
|
|
5044
|
-
:root {
|
|
5045
|
-
--x-color-background-picture-cover-hover-from: rgba(0, 0, 0, 0);
|
|
5046
|
-
--x-color-background-picture-cover-hover-to: rgba(0, 0, 0, 0.5);
|
|
5047
|
-
}
|
|
5048
5044
|
|
|
5049
5045
|
.x-picture--cover.x-picture {
|
|
5050
5046
|
position: relative;
|
|
@@ -5061,6 +5057,10 @@
|
|
|
5061
5057
|
width: 100%;
|
|
5062
5058
|
height: 100%;
|
|
5063
5059
|
}
|
|
5060
|
+
:root {
|
|
5061
|
+
--x-color-background-picture-cover-hover-from: rgba(0, 0, 0, 0);
|
|
5062
|
+
--x-color-background-picture-cover-hover-to: rgba(0, 0, 0, 0.5);
|
|
5063
|
+
}
|
|
5064
5064
|
:root {
|
|
5065
5065
|
--x-color-background-picture-colored: var(--x-color-base-neutral-95);
|
|
5066
5066
|
--x-mix-blend-mode-picture-colored: multiply;
|
|
@@ -5093,13 +5093,6 @@
|
|
|
5093
5093
|
--x-size-border-radius-bottom-picture-card: var(--x-size-border-radius-picture-card);
|
|
5094
5094
|
--x-size-border-radius-left-picture-card: var(--x-size-border-radius-picture-card);
|
|
5095
5095
|
}
|
|
5096
|
-
:root {
|
|
5097
|
-
--x-size-border-radius-picture-card: var(--x-size-border-radius-base-s);
|
|
5098
|
-
--x-size-border-radius-top-picture-card: var(--x-size-border-radius-picture-card);
|
|
5099
|
-
--x-size-border-radius-right-picture-card: var(--x-size-border-radius-picture-card);
|
|
5100
|
-
--x-size-border-radius-bottom-picture-card: var(--x-size-border-radius-picture-card);
|
|
5101
|
-
--x-size-border-radius-left-picture-card: var(--x-size-border-radius-picture-card);
|
|
5102
|
-
}
|
|
5103
5096
|
|
|
5104
5097
|
.x-picture--card.x-picture {
|
|
5105
5098
|
--x-size-border-radius-picture-default: var(--x-size-border-radius-picture-card);
|
|
@@ -5108,6 +5101,13 @@
|
|
|
5108
5101
|
--x-size-border-radius-bottom-picture-default: var(--x-size-border-radius-bottom-picture-card);
|
|
5109
5102
|
--x-size-border-radius-left-picture-default: var(--x-size-border-radius-left-picture-card);
|
|
5110
5103
|
}
|
|
5104
|
+
:root {
|
|
5105
|
+
--x-size-border-radius-picture-card: var(--x-size-border-radius-base-s);
|
|
5106
|
+
--x-size-border-radius-top-picture-card: var(--x-size-border-radius-picture-card);
|
|
5107
|
+
--x-size-border-radius-right-picture-card: var(--x-size-border-radius-picture-card);
|
|
5108
|
+
--x-size-border-radius-bottom-picture-card: var(--x-size-border-radius-picture-card);
|
|
5109
|
+
--x-size-border-radius-left-picture-card: var(--x-size-border-radius-picture-card);
|
|
5110
|
+
}
|
|
5111
5111
|
:root {
|
|
5112
5112
|
--x-color-background-option-list-button-default: transparent;
|
|
5113
5113
|
--x-color-border-option-list-button-default: transparent;
|
|
@@ -6039,28 +6039,6 @@
|
|
|
6039
6039
|
--x-size-gap-list-19: var(--x-size-base-19);
|
|
6040
6040
|
--x-size-gap-list-20: var(--x-size-base-20);
|
|
6041
6041
|
}
|
|
6042
|
-
:root {
|
|
6043
|
-
--x-size-gap-list-01: var(--x-size-base-01);
|
|
6044
|
-
--x-size-gap-list-02: var(--x-size-base-02);
|
|
6045
|
-
--x-size-gap-list-03: var(--x-size-base-03);
|
|
6046
|
-
--x-size-gap-list-04: var(--x-size-base-04);
|
|
6047
|
-
--x-size-gap-list-05: var(--x-size-base-05);
|
|
6048
|
-
--x-size-gap-list-06: var(--x-size-base-06);
|
|
6049
|
-
--x-size-gap-list-07: var(--x-size-base-07);
|
|
6050
|
-
--x-size-gap-list-08: var(--x-size-base-08);
|
|
6051
|
-
--x-size-gap-list-09: var(--x-size-base-09);
|
|
6052
|
-
--x-size-gap-list-10: var(--x-size-base-10);
|
|
6053
|
-
--x-size-gap-list-11: var(--x-size-base-11);
|
|
6054
|
-
--x-size-gap-list-12: var(--x-size-base-12);
|
|
6055
|
-
--x-size-gap-list-13: var(--x-size-base-13);
|
|
6056
|
-
--x-size-gap-list-14: var(--x-size-base-14);
|
|
6057
|
-
--x-size-gap-list-15: var(--x-size-base-15);
|
|
6058
|
-
--x-size-gap-list-16: var(--x-size-base-16);
|
|
6059
|
-
--x-size-gap-list-17: var(--x-size-base-17);
|
|
6060
|
-
--x-size-gap-list-18: var(--x-size-base-18);
|
|
6061
|
-
--x-size-gap-list-19: var(--x-size-base-19);
|
|
6062
|
-
--x-size-gap-list-20: var(--x-size-base-20);
|
|
6063
|
-
}
|
|
6064
6042
|
|
|
6065
6043
|
.x-list--gap-01.x-list {
|
|
6066
6044
|
gap: var(--x-size-gap-list-01);
|
|
@@ -6561,6 +6539,28 @@
|
|
|
6561
6539
|
margin-bottom: var(--x-size-gap-list-20);
|
|
6562
6540
|
}
|
|
6563
6541
|
}
|
|
6542
|
+
:root {
|
|
6543
|
+
--x-size-gap-list-01: var(--x-size-base-01);
|
|
6544
|
+
--x-size-gap-list-02: var(--x-size-base-02);
|
|
6545
|
+
--x-size-gap-list-03: var(--x-size-base-03);
|
|
6546
|
+
--x-size-gap-list-04: var(--x-size-base-04);
|
|
6547
|
+
--x-size-gap-list-05: var(--x-size-base-05);
|
|
6548
|
+
--x-size-gap-list-06: var(--x-size-base-06);
|
|
6549
|
+
--x-size-gap-list-07: var(--x-size-base-07);
|
|
6550
|
+
--x-size-gap-list-08: var(--x-size-base-08);
|
|
6551
|
+
--x-size-gap-list-09: var(--x-size-base-09);
|
|
6552
|
+
--x-size-gap-list-10: var(--x-size-base-10);
|
|
6553
|
+
--x-size-gap-list-11: var(--x-size-base-11);
|
|
6554
|
+
--x-size-gap-list-12: var(--x-size-base-12);
|
|
6555
|
+
--x-size-gap-list-13: var(--x-size-base-13);
|
|
6556
|
+
--x-size-gap-list-14: var(--x-size-base-14);
|
|
6557
|
+
--x-size-gap-list-15: var(--x-size-base-15);
|
|
6558
|
+
--x-size-gap-list-16: var(--x-size-base-16);
|
|
6559
|
+
--x-size-gap-list-17: var(--x-size-base-17);
|
|
6560
|
+
--x-size-gap-list-18: var(--x-size-base-18);
|
|
6561
|
+
--x-size-gap-list-19: var(--x-size-base-19);
|
|
6562
|
+
--x-size-gap-list-20: var(--x-size-base-20);
|
|
6563
|
+
}
|
|
6564
6564
|
:root {
|
|
6565
6565
|
--x-string-flow-list: column nowrap;
|
|
6566
6566
|
--x-size-padding-list: 0;
|
|
@@ -6761,15 +6761,6 @@
|
|
|
6761
6761
|
--x-size-border-width-bottom-input-group-line: var(--x-size-border-width-input-group-line);
|
|
6762
6762
|
--x-size-border-width-left-input-group-line: 0;
|
|
6763
6763
|
}
|
|
6764
|
-
:root {
|
|
6765
|
-
--x-size-padding-left-input-group-line: 0;
|
|
6766
|
-
--x-size-padding-right-input-group-line: 0;
|
|
6767
|
-
--x-size-border-width-input-group-line: var(--x-size-border-width-input-group-default);
|
|
6768
|
-
--x-size-border-width-top-input-group-line: 0;
|
|
6769
|
-
--x-size-border-width-right-input-group-line: 0;
|
|
6770
|
-
--x-size-border-width-bottom-input-group-line: var(--x-size-border-width-input-group-line);
|
|
6771
|
-
--x-size-border-width-left-input-group-line: 0;
|
|
6772
|
-
}
|
|
6773
6764
|
|
|
6774
6765
|
.x-input-group--line .x-input-group,
|
|
6775
6766
|
.x-input-group--line.x-input-group {
|
|
@@ -6808,6 +6799,15 @@
|
|
|
6808
6799
|
margin-top: calc(var(--x-size-border-width-top-input-group-line) * -1) !important;
|
|
6809
6800
|
margin-bottom: calc(var(--x-size-border-width-bottom-input-group-line) * -1) !important;
|
|
6810
6801
|
}
|
|
6802
|
+
:root {
|
|
6803
|
+
--x-size-padding-left-input-group-line: 0;
|
|
6804
|
+
--x-size-padding-right-input-group-line: 0;
|
|
6805
|
+
--x-size-border-width-input-group-line: var(--x-size-border-width-input-group-default);
|
|
6806
|
+
--x-size-border-width-top-input-group-line: 0;
|
|
6807
|
+
--x-size-border-width-right-input-group-line: 0;
|
|
6808
|
+
--x-size-border-width-bottom-input-group-line: var(--x-size-border-width-input-group-line);
|
|
6809
|
+
--x-size-border-width-left-input-group-line: 0;
|
|
6810
|
+
}
|
|
6811
6811
|
:root {
|
|
6812
6812
|
--x-color-background-input-group-default: var(--x-color-background-input-default);
|
|
6813
6813
|
--x-color-border-input-group-default: var(--x-color-border-input-default);
|
|
@@ -7106,16 +7106,6 @@
|
|
|
7106
7106
|
--x-size-border-width-bottom-input-line: var(--x-size-border-width-base);
|
|
7107
7107
|
--x-size-border-width-left-input-line: 0;
|
|
7108
7108
|
}
|
|
7109
|
-
:root {
|
|
7110
|
-
--x-size-padding-top-input-line: var(--x-size-base-03);
|
|
7111
|
-
--x-size-padding-right-input-line: 0;
|
|
7112
|
-
--x-size-padding-bottom-input-line: var(--x-size-base-03);
|
|
7113
|
-
--x-size-padding-left-input-line: 0;
|
|
7114
|
-
--x-size-border-width-top-input-line: 0;
|
|
7115
|
-
--x-size-border-width-right-input-line: 0;
|
|
7116
|
-
--x-size-border-width-bottom-input-line: var(--x-size-border-width-base);
|
|
7117
|
-
--x-size-border-width-left-input-line: 0;
|
|
7118
|
-
}
|
|
7119
7109
|
|
|
7120
7110
|
.x-input--line .x-input,
|
|
7121
7111
|
.x-input--line.x-input {
|
|
@@ -7128,6 +7118,16 @@
|
|
|
7128
7118
|
--x-size-border-width-bottom-input-default: var(--x-size-border-width-bottom-input-line);
|
|
7129
7119
|
--x-size-border-width-left-input-default: var(--x-size-border-width-left-input-line);
|
|
7130
7120
|
}
|
|
7121
|
+
:root {
|
|
7122
|
+
--x-size-padding-top-input-line: var(--x-size-base-03);
|
|
7123
|
+
--x-size-padding-right-input-line: 0;
|
|
7124
|
+
--x-size-padding-bottom-input-line: var(--x-size-base-03);
|
|
7125
|
+
--x-size-padding-left-input-line: 0;
|
|
7126
|
+
--x-size-border-width-top-input-line: 0;
|
|
7127
|
+
--x-size-border-width-right-input-line: 0;
|
|
7128
|
+
--x-size-border-width-bottom-input-line: var(--x-size-border-width-base);
|
|
7129
|
+
--x-size-border-width-left-input-line: 0;
|
|
7130
|
+
}
|
|
7131
7131
|
:root {
|
|
7132
7132
|
--x-color-background-input-default: var(--x-color-base-neutral-100);
|
|
7133
7133
|
--x-color-border-input-default: var(--x-color-base-neutral-70);
|
|
@@ -7271,13 +7271,6 @@
|
|
|
7271
7271
|
--x-size-border-radius-bottom-right-input-card: var(--x-size-border-radius-input-card);
|
|
7272
7272
|
--x-size-border-radius-bottom-left-input-card: var(--x-size-border-radius-input-card);
|
|
7273
7273
|
}
|
|
7274
|
-
:root {
|
|
7275
|
-
--x-size-border-radius-input-card: var(--x-size-border-radius-base-s);
|
|
7276
|
-
--x-size-border-radius-top-left-input-card: var(--x-size-border-radius-input-card);
|
|
7277
|
-
--x-size-border-radius-top-right-input-card: var(--x-size-border-radius-input-card);
|
|
7278
|
-
--x-size-border-radius-bottom-right-input-card: var(--x-size-border-radius-input-card);
|
|
7279
|
-
--x-size-border-radius-bottom-left-input-card: var(--x-size-border-radius-input-card);
|
|
7280
|
-
}
|
|
7281
7274
|
|
|
7282
7275
|
.x-input--card.x-input,
|
|
7283
7276
|
.x-input--card .x-input {
|
|
@@ -7292,8 +7285,11 @@
|
|
|
7292
7285
|
);
|
|
7293
7286
|
}
|
|
7294
7287
|
:root {
|
|
7295
|
-
--x-size-
|
|
7296
|
-
--x-size-
|
|
7288
|
+
--x-size-border-radius-input-card: var(--x-size-border-radius-base-s);
|
|
7289
|
+
--x-size-border-radius-top-left-input-card: var(--x-size-border-radius-input-card);
|
|
7290
|
+
--x-size-border-radius-top-right-input-card: var(--x-size-border-radius-input-card);
|
|
7291
|
+
--x-size-border-radius-bottom-right-input-card: var(--x-size-border-radius-input-card);
|
|
7292
|
+
--x-size-border-radius-bottom-left-input-card: var(--x-size-border-radius-input-card);
|
|
7297
7293
|
}
|
|
7298
7294
|
:root {
|
|
7299
7295
|
--x-size-width-icon-xl: var(--x-size-base-07);
|
|
@@ -7305,8 +7301,8 @@
|
|
|
7305
7301
|
--x-size-height-icon-default: var(--x-size-height-icon-xl);
|
|
7306
7302
|
}
|
|
7307
7303
|
:root {
|
|
7308
|
-
--x-size-width-icon-
|
|
7309
|
-
--x-size-height-icon-
|
|
7304
|
+
--x-size-width-icon-xl: var(--x-size-base-07);
|
|
7305
|
+
--x-size-height-icon-xl: var(--x-size-base-07);
|
|
7310
7306
|
}
|
|
7311
7307
|
:root {
|
|
7312
7308
|
--x-size-width-icon-s: var(--x-size-base-03);
|
|
@@ -7318,8 +7314,8 @@
|
|
|
7318
7314
|
--x-size-height-icon-default: var(--x-size-height-icon-s);
|
|
7319
7315
|
}
|
|
7320
7316
|
:root {
|
|
7321
|
-
--x-size-width-icon-
|
|
7322
|
-
--x-size-height-icon-
|
|
7317
|
+
--x-size-width-icon-s: var(--x-size-base-03);
|
|
7318
|
+
--x-size-height-icon-s: var(--x-size-base-03);
|
|
7323
7319
|
}
|
|
7324
7320
|
:root {
|
|
7325
7321
|
--x-size-width-icon-m: var(--x-size-base-05);
|
|
@@ -7331,8 +7327,8 @@
|
|
|
7331
7327
|
--x-size-height-icon-default: var(--x-size-height-icon-m);
|
|
7332
7328
|
}
|
|
7333
7329
|
:root {
|
|
7334
|
-
--x-size-width-icon-
|
|
7335
|
-
--x-size-height-icon-
|
|
7330
|
+
--x-size-width-icon-m: var(--x-size-base-05);
|
|
7331
|
+
--x-size-height-icon-m: var(--x-size-base-05);
|
|
7336
7332
|
}
|
|
7337
7333
|
:root {
|
|
7338
7334
|
--x-size-width-icon-l: var(--x-size-base-06);
|
|
@@ -7343,6 +7339,10 @@
|
|
|
7343
7339
|
--x-size-width-icon-default: var(--x-size-width-icon-l);
|
|
7344
7340
|
--x-size-height-icon-default: var(--x-size-height-icon-l);
|
|
7345
7341
|
}
|
|
7342
|
+
:root {
|
|
7343
|
+
--x-size-width-icon-l: var(--x-size-base-06);
|
|
7344
|
+
--x-size-height-icon-l: var(--x-size-base-06);
|
|
7345
|
+
}
|
|
7346
7346
|
:root {
|
|
7347
7347
|
--x-color-stroke-icon-default: currentColor;
|
|
7348
7348
|
--x-color-fill-icon-default: none;
|
|
@@ -7387,11 +7387,6 @@
|
|
|
7387
7387
|
--x-size-gap-grid: var(--x-size-base-03);
|
|
7388
7388
|
--x-size-min-width-grid-item: 150px;
|
|
7389
7389
|
}
|
|
7390
|
-
:root {
|
|
7391
|
-
--x-size-padding-grid: 0;
|
|
7392
|
-
--x-size-gap-grid: var(--x-size-base-03);
|
|
7393
|
-
--x-size-min-width-grid-item: 150px;
|
|
7394
|
-
}
|
|
7395
7390
|
|
|
7396
7391
|
.x-grid-list {
|
|
7397
7392
|
margin: 0;
|
|
@@ -7413,6 +7408,11 @@
|
|
|
7413
7408
|
.x-grid-list--cols-auto .x-grid-list__item {
|
|
7414
7409
|
min-width: var(--x-size-min-width-grid-item);
|
|
7415
7410
|
}
|
|
7411
|
+
:root {
|
|
7412
|
+
--x-size-padding-grid: 0;
|
|
7413
|
+
--x-size-gap-grid: var(--x-size-base-03);
|
|
7414
|
+
--x-size-min-width-grid-item: 150px;
|
|
7415
|
+
}
|
|
7416
7416
|
.x-filter--justified.x-filter > *:last-child:not(.x-filter__label),
|
|
7417
7417
|
.x-filter--justified.x-facet-filter > *:last-child:not(.x-filter__label),
|
|
7418
7418
|
.x-filter--justified .x-filter > *:last-child:not(.x-filter__label),
|
|
@@ -8719,6 +8719,16 @@
|
|
|
8719
8719
|
--x-size-border-radius-bottom-right-button-card: var(--x-size-border-radius-button-card);
|
|
8720
8720
|
--x-size-border-radius-bottom-left-button-card: var(--x-size-border-radius-button-card);
|
|
8721
8721
|
}
|
|
8722
|
+
:root {
|
|
8723
|
+
--x-color-background-badge-default: var(--x-color-base-neutral-10);
|
|
8724
|
+
--x-color-text-badge-default: var(--x-color-base-neutral-100);
|
|
8725
|
+
--x-color-border-badge-default: var(--x-color-base-neutral-10);
|
|
8726
|
+
--x-size-border-radius-badge-default: var(--x-size-border-radius-base-pill);
|
|
8727
|
+
--x-size-border-width-badge-default: 0;
|
|
8728
|
+
--x-size-width-badge-default: 1.5em;
|
|
8729
|
+
--x-number-font-weight-badge-default: var(--x-number-font-weight-base-regular);
|
|
8730
|
+
--x-size-font-badge-default: var(--x-size-font-base-xs);
|
|
8731
|
+
}
|
|
8722
8732
|
:root {
|
|
8723
8733
|
--x-size-border-radius-button-card: var(--x-size-border-radius-base-s);
|
|
8724
8734
|
--x-size-border-radius-top-left-button-card: var(--x-size-border-radius-button-card);
|
|
@@ -8751,16 +8761,6 @@
|
|
|
8751
8761
|
--x-number-font-weight-badge-default: var(--x-number-font-weight-base-regular);
|
|
8752
8762
|
--x-size-font-badge-default: var(--x-size-font-base-xs);
|
|
8753
8763
|
}
|
|
8754
|
-
:root {
|
|
8755
|
-
--x-color-background-badge-default: var(--x-color-base-neutral-10);
|
|
8756
|
-
--x-color-text-badge-default: var(--x-color-base-neutral-100);
|
|
8757
|
-
--x-color-border-badge-default: var(--x-color-base-neutral-10);
|
|
8758
|
-
--x-size-border-radius-badge-default: var(--x-size-border-radius-base-pill);
|
|
8759
|
-
--x-size-border-width-badge-default: 0;
|
|
8760
|
-
--x-size-width-badge-default: 1.5em;
|
|
8761
|
-
--x-number-font-weight-badge-default: var(--x-number-font-weight-base-regular);
|
|
8762
|
-
--x-size-font-badge-default: var(--x-size-font-base-xs);
|
|
8763
|
-
}
|
|
8764
8764
|
|
|
8765
8765
|
[dir="ltr"] .x-badge {
|
|
8766
8766
|
right: calc(var(--x-size-width-badge-default) / 4);
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [EditableNumberRangeFilter](./x-components.editablenumberrangefilter.md)
|
|
4
4
|
|
|
5
|
-
## EditableNumberRangeFilter
|
|
5
|
+
## EditableNumberRangeFilter variable
|
|
6
6
|
|
|
7
7
|
Renders an editable number range filter. It has two input fields to handle min and max values, emitting the needed events when clicked.
|
|
8
8
|
|
|
@@ -15,23 +15,47 @@ If `clear` prop is true, clear button, which sets to null component min and max
|
|
|
15
15
|
**Signature:**
|
|
16
16
|
|
|
17
17
|
```typescript
|
|
18
|
-
|
|
18
|
+
_default: import("vue").DefineComponent<{
|
|
19
|
+
filter: {
|
|
20
|
+
type: PropType<EditableNumberRangeFilterModel>;
|
|
21
|
+
required: true;
|
|
22
|
+
};
|
|
23
|
+
isInstant: BooleanConstructor;
|
|
24
|
+
hasClearButton: {
|
|
25
|
+
type: BooleanConstructor;
|
|
26
|
+
default: boolean;
|
|
27
|
+
};
|
|
28
|
+
inputsClass: StringConstructor;
|
|
29
|
+
buttonsClass: StringConstructor;
|
|
30
|
+
}, {
|
|
31
|
+
rangeFilterMin: string;
|
|
32
|
+
rangeFilterMax: string;
|
|
33
|
+
cssClasses: import("vue").ComputedRef<{
|
|
34
|
+
'x-editable-number-range-filter--error': boolean;
|
|
35
|
+
}>;
|
|
36
|
+
min: Ref<number | null>;
|
|
37
|
+
max: Ref<number | null>;
|
|
38
|
+
setMin: (value: number) => void;
|
|
39
|
+
setMax: (value: number) => void;
|
|
40
|
+
emitUserModifiedFilter: () => void;
|
|
41
|
+
clearValues: () => void;
|
|
42
|
+
hasError: import("vue").ComputedRef<boolean>;
|
|
43
|
+
isAnyRange: import("vue").ComputedRef<boolean>;
|
|
44
|
+
renderClearButton: import("vue").ComputedRef<boolean>;
|
|
45
|
+
}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
46
|
+
filter: {
|
|
47
|
+
type: PropType<EditableNumberRangeFilterModel>;
|
|
48
|
+
required: true;
|
|
49
|
+
};
|
|
50
|
+
isInstant: BooleanConstructor;
|
|
51
|
+
hasClearButton: {
|
|
52
|
+
type: BooleanConstructor;
|
|
53
|
+
default: boolean;
|
|
54
|
+
};
|
|
55
|
+
inputsClass: StringConstructor;
|
|
56
|
+
buttonsClass: StringConstructor;
|
|
57
|
+
}>>, {
|
|
58
|
+
isInstant: boolean;
|
|
59
|
+
hasClearButton: boolean;
|
|
60
|
+
}>
|
|
19
61
|
```
|
|
20
|
-
**Extends:** Vue
|
|
21
|
-
|
|
22
|
-
## Properties
|
|
23
|
-
|
|
24
|
-
| Property | Modifiers | Type | Description |
|
|
25
|
-
| --- | --- | --- | --- |
|
|
26
|
-
| [filter](./x-components.editablenumberrangefilter.filter.md) | | EditableNumberRangeFilterModel | The filter data to render and edit. |
|
|
27
|
-
| [hasClearButton](./x-components.editablenumberrangefilter.hasclearbutton.md) | | boolean | If <code>clear</code> prop is true, clear button, which sets to null component min and max values, is rendered. True by default. |
|
|
28
|
-
| [isInstant](./x-components.editablenumberrangefilter.isinstant.md) | | boolean | If <code>instant</code> prop is true, the needed events are emitted immediately; else, apply button is rendered to confirm to do it. False by default. |
|
|
29
|
-
| [rangeFilterMax](./x-components.editablenumberrangefilter.rangefiltermax.md) | <code>protected</code> | string | |
|
|
30
|
-
| [rangeFilterMin](./x-components.editablenumberrangefilter.rangefiltermin.md) | <code>protected</code> | string | |
|
|
31
|
-
|
|
32
|
-
## Methods
|
|
33
|
-
|
|
34
|
-
| Method | Modifiers | Description |
|
|
35
|
-
| --- | --- | --- |
|
|
36
|
-
| [resetRanges()](./x-components.editablenumberrangefilter.resetranges.md) | | It resets the min/max range values to null if the [FacetsXEvents.UserClickedClearAllFilters](./x-components.facetsxevents.userclickedclearallfilters.md) event is fired. |
|
|
37
|
-
|