@praxisui/metadata-editor 3.0.0-beta.0 → 3.0.0-beta.2

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.
@@ -5283,6 +5283,9 @@ const INLINE_FILTER_EDITOR_PROPERTIES_BY_CONTROL_TYPE = Object.freeze({
5283
5283
  [INLINE_FILTER_CONTROL_TYPES.INPUT]: inputProperties,
5284
5284
  [INLINE_FILTER_CONTROL_TYPES.TOGGLE]: toggleProperties,
5285
5285
  [INLINE_FILTER_CONTROL_TYPES.RANGE]: rangeSliderProperties,
5286
+ [INLINE_FILTER_CONTROL_TYPES.PERIOD_RANGE]: rangeSliderProperties,
5287
+ [INLINE_FILTER_CONTROL_TYPES.YEAR_RANGE]: rangeSliderProperties,
5288
+ [INLINE_FILTER_CONTROL_TYPES.MONTH_RANGE]: rangeSliderProperties,
5286
5289
  [INLINE_FILTER_CONTROL_TYPES.DATE]: dateProperties,
5287
5290
  [INLINE_FILTER_CONTROL_TYPES.DATE_RANGE]: dateRangeProperties,
5288
5291
  [INLINE_FILTER_CONTROL_TYPES.TIME]: timePickerProperties,