@recursyve/nice-data-filter-kit 18.0.3 → 21.0.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/_index.scss +1 -1
- package/fesm2022/recursyve-nice-data-filter-kit.mjs +408 -346
- package/fesm2022/recursyve-nice-data-filter-kit.mjs.map +1 -1
- package/package.json +11 -13
- package/src/lib/components/base-list/base-list.theme.scss +10 -9
- package/src/lib/components/nice-filter-view/components/advanced-filters/advanced-filters.theme.scss +4 -4
- package/src/lib/components/nice-filter-view/components/advanced-filters/rule/rule.theme.scss +6 -5
- package/src/lib/components/query-builder/query-builder.theme.scss +9 -8
- package/src/lib/components/query-builder/rule/rule.theme.scss +8 -7
- package/src/lib/nice-data-filter.theme.scss +6 -6
- package/types/recursyve-nice-data-filter-kit.d.ts +1681 -0
- package/esm2022/lib/api/dto/saved-reports.dto.mjs +0 -2
- package/esm2022/lib/api/filter.api.mjs +0 -113
- package/esm2022/lib/api/models/saved-reports.model.mjs +0 -2
- package/esm2022/lib/api/public-api.mjs +0 -2
- package/esm2022/lib/api/saved-report.api.mjs +0 -48
- package/esm2022/lib/components/base-list/base-list.component.mjs +0 -338
- package/esm2022/lib/components/base-list/base-list.constant.mjs +0 -11
- package/esm2022/lib/components/base-list/base-list.module.mjs +0 -185
- package/esm2022/lib/components/base-list/directives/base-list-buttons.directive.mjs +0 -17
- package/esm2022/lib/components/base-list/directives/base-list-cards.directive.mjs +0 -14
- package/esm2022/lib/components/base-list/directives/base-list-custom-content.directive.mjs +0 -14
- package/esm2022/lib/components/base-list/directives/base-list-directives.module.mjs +0 -55
- package/esm2022/lib/components/base-list/directives/base-list-empty-search-result-state.directive.mjs +0 -14
- package/esm2022/lib/components/base-list/directives/base-list-empty-state.directive.mjs +0 -14
- package/esm2022/lib/components/base-list/directives/base-list-filters.directive.mjs +0 -14
- package/esm2022/lib/components/base-list/directives/base-list-table.directive.mjs +0 -17
- package/esm2022/lib/components/base-list/directives/base-list-title.directive.mjs +0 -14
- package/esm2022/lib/components/base-list/models/columns.model.mjs +0 -8
- package/esm2022/lib/components/base-list/models/export.model.mjs +0 -2
- package/esm2022/lib/components/base-list/models/icons.model.mjs +0 -18
- package/esm2022/lib/components/base-list/models/layout.model.mjs +0 -149
- package/esm2022/lib/components/base-list/providers/base-filter.service.mjs +0 -36
- package/esm2022/lib/components/base-list/providers/base-list-saved-report.service.mjs +0 -33
- package/esm2022/lib/components/base-list/public-api.mjs +0 -19
- package/esm2022/lib/components/base-list/store/base-list.query.mjs +0 -51
- package/esm2022/lib/components/base-list/store/base-list.service.mjs +0 -375
- package/esm2022/lib/components/base-list/store/base-list.store.mjs +0 -88
- package/esm2022/lib/components/multi-state-list/models/list-states.model.mjs +0 -3
- package/esm2022/lib/components/multi-state-list/multi-state-list.component.mjs +0 -73
- package/esm2022/lib/components/multi-state-list/multi-state-list.constant.mjs +0 -3
- package/esm2022/lib/components/multi-state-list/multi-state-list.module.mjs +0 -140
- package/esm2022/lib/components/multi-state-list/providers/multi-state-filter.service.mjs +0 -11
- package/esm2022/lib/components/multi-state-list/public-api.mjs +0 -8
- package/esm2022/lib/components/multi-state-list/store/multi-state-list.query.mjs +0 -17
- package/esm2022/lib/components/multi-state-list/store/multi-state-list.service.mjs +0 -48
- package/esm2022/lib/components/multi-state-list/store/multi-state-list.store.mjs +0 -24
- package/esm2022/lib/components/nice-filter-view/components/advanced-filters/advanced-filters-trigger.directive.mjs +0 -83
- package/esm2022/lib/components/nice-filter-view/components/advanced-filters/advanced-filters.component.mjs +0 -120
- package/esm2022/lib/components/nice-filter-view/components/advanced-filters/advanced-filters.constant.mjs +0 -4
- package/esm2022/lib/components/nice-filter-view/components/advanced-filters/advanced-filters.form.mjs +0 -121
- package/esm2022/lib/components/nice-filter-view/components/advanced-filters/advanced-filters.module.mjs +0 -152
- package/esm2022/lib/components/nice-filter-view/components/advanced-filters/button/advanced-filters-button.component.mjs +0 -43
- package/esm2022/lib/components/nice-filter-view/components/advanced-filters/filter-selection/filter-selection.component.mjs +0 -49
- package/esm2022/lib/components/nice-filter-view/components/advanced-filters/models/advanced-date-filter-options.model.mjs +0 -2
- package/esm2022/lib/components/nice-filter-view/components/advanced-filters/models/icons.model.mjs +0 -24
- package/esm2022/lib/components/nice-filter-view/components/advanced-filters/providers/async-typeahead.provider.mjs +0 -41
- package/esm2022/lib/components/nice-filter-view/components/advanced-filters/public-api.mjs +0 -10
- package/esm2022/lib/components/nice-filter-view/components/advanced-filters/rule/components/date/date-filter.component.mjs +0 -52
- package/esm2022/lib/components/nice-filter-view/components/advanced-filters/rule/components/filter.component.mjs +0 -29
- package/esm2022/lib/components/nice-filter-view/components/advanced-filters/rule/components/number/number-filter.component.mjs +0 -28
- package/esm2022/lib/components/nice-filter-view/components/advanced-filters/rule/components/options/options-filter.component.mjs +0 -33
- package/esm2022/lib/components/nice-filter-view/components/advanced-filters/rule/components/radio/radio-filter.component.mjs +0 -30
- package/esm2022/lib/components/nice-filter-view/components/advanced-filters/rule/components/select/select-filter.component.mjs +0 -60
- package/esm2022/lib/components/nice-filter-view/components/advanced-filters/rule/components/text/text-filter.component.mjs +0 -31
- package/esm2022/lib/components/nice-filter-view/components/advanced-filters/rule/rule.component.mjs +0 -72
- package/esm2022/lib/components/nice-filter-view/components/advanced-filters/utils/advanced-filters.utils.mjs +0 -80
- package/esm2022/lib/components/nice-filter-view/components/common/data.directive.mjs +0 -14
- package/esm2022/lib/components/nice-filter-view/components/custom-data-view/custom-data-view.component.mjs +0 -22
- package/esm2022/lib/components/nice-filter-view/components/export-buttons/export-buttons.component.mjs +0 -115
- package/esm2022/lib/components/nice-filter-view/components/export-buttons/export.directive.mjs +0 -27
- package/esm2022/lib/components/nice-filter-view/components/infinite-scroll-data-view/infinite-scroll-data-view.component.mjs +0 -39
- package/esm2022/lib/components/nice-filter-view/components/search/search.component.mjs +0 -60
- package/esm2022/lib/components/nice-filter-view/directives/mat-paginator.mjs +0 -42
- package/esm2022/lib/components/nice-filter-view/directives/mat-sort.mjs +0 -52
- package/esm2022/lib/components/nice-filter-view/directives/mat-tables.mjs +0 -22
- package/esm2022/lib/components/nice-filter-view/directives/query-params.directive.mjs +0 -94
- package/esm2022/lib/components/nice-filter-view/models/order-options.model.mjs +0 -2
- package/esm2022/lib/components/nice-filter-view/nice-base-filter-view.component.mjs +0 -181
- package/esm2022/lib/components/nice-filter-view/nice-filter-view.component.mjs +0 -34
- package/esm2022/lib/components/nice-filter-view/nice-filter-view.constant.mjs +0 -6
- package/esm2022/lib/components/nice-filter-view/nice-filter-view.module.mjs +0 -147
- package/esm2022/lib/components/nice-filter-view/nice-nested-filter-view.mjs +0 -46
- package/esm2022/lib/components/nice-filter-view/pipes/filter-group-icon.pipe.mjs +0 -32
- package/esm2022/lib/components/nice-filter-view/public-api.mjs +0 -18
- package/esm2022/lib/components/nice-filter-view/store/nice-filter-view.query.mjs +0 -41
- package/esm2022/lib/components/nice-filter-view/store/nice-filter-view.service.mjs +0 -290
- package/esm2022/lib/components/nice-filter-view/store/nice-filter-view.store.mjs +0 -236
- package/esm2022/lib/components/public-api.mjs +0 -5
- package/esm2022/lib/components/query-builder/filter-selection/filter-selection.component.mjs +0 -42
- package/esm2022/lib/components/query-builder/models/icons.model.mjs +0 -18
- package/esm2022/lib/components/query-builder/pipes/filter-group-icon.pipe.mjs +0 -32
- package/esm2022/lib/components/query-builder/providers/filter-group.service.mjs +0 -3
- package/esm2022/lib/components/query-builder/public-api.mjs +0 -15
- package/esm2022/lib/components/query-builder/query-builder-trigger.directive.mjs +0 -79
- package/esm2022/lib/components/query-builder/query-builder.component.mjs +0 -100
- package/esm2022/lib/components/query-builder/query-builder.constant.mjs +0 -3
- package/esm2022/lib/components/query-builder/query-builder.form.mjs +0 -79
- package/esm2022/lib/components/query-builder/query-builder.module.mjs +0 -128
- package/esm2022/lib/components/query-builder/rule/components/date/date-filter.component.mjs +0 -40
- package/esm2022/lib/components/query-builder/rule/components/filter.component.mjs +0 -29
- package/esm2022/lib/components/query-builder/rule/components/number/number-filter.component.mjs +0 -28
- package/esm2022/lib/components/query-builder/rule/components/radio/radio-filter.component.mjs +0 -30
- package/esm2022/lib/components/query-builder/rule/components/select/select-filter.component.mjs +0 -87
- package/esm2022/lib/components/query-builder/rule/components/text/text-filter.component.mjs +0 -31
- package/esm2022/lib/components/query-builder/rule/rule.component.mjs +0 -85
- package/esm2022/lib/components/query-builder/utils/qb-filter.utils.mjs +0 -90
- package/esm2022/lib/directive/public-api.mjs +0 -2
- package/esm2022/lib/directive/selectable-list/model/load-all-entities-options.model.mjs +0 -2
- package/esm2022/lib/directive/selectable-list/model/selectable-list-options.model.mjs +0 -2
- package/esm2022/lib/directive/selectable-list/providers/preload-selected-entities.provider.mjs +0 -10
- package/esm2022/lib/directive/selectable-list/providers/selectable-list-content.service.mjs +0 -37
- package/esm2022/lib/directive/selectable-list/public-api.mjs +0 -12
- package/esm2022/lib/directive/selectable-list/selectable-list-checkbox.directive.mjs +0 -164
- package/esm2022/lib/directive/selectable-list/selectable-list-select-all.directive.mjs +0 -48
- package/esm2022/lib/directive/selectable-list/selectable-list-state.directive.mjs +0 -50
- package/esm2022/lib/directive/selectable-list/selectable-list.constant.mjs +0 -3
- package/esm2022/lib/directive/selectable-list/selectable-list.directive.mjs +0 -95
- package/esm2022/lib/directive/selectable-list/selectable-list.module.mjs +0 -31
- package/esm2022/lib/directive/selectable-list/store/selectable-list-state.query.mjs +0 -32
- package/esm2022/lib/directive/selectable-list/store/selectable-list-state.service.mjs +0 -220
- package/esm2022/lib/directive/selectable-list/store/selectable-list.service.mjs +0 -59
- package/esm2022/lib/directive/selectable-list/store/selectable-list.state.mjs +0 -2
- package/esm2022/lib/models/filter.model.mjs +0 -10
- package/esm2022/lib/models/public-api.mjs +0 -3
- package/esm2022/lib/models/query.model.mjs +0 -25
- package/esm2022/lib/utils/date.adapter.mjs +0 -34
- package/esm2022/lib/utils/filter.utils.mjs +0 -42
- package/esm2022/lib/utils/order.utils.mjs +0 -28
- package/esm2022/lib/utils/public-api.mjs +0 -5
- package/esm2022/lib/utils/query-params.utils.mjs +0 -70
- package/esm2022/lib/utils/string.utils.mjs +0 -9
- package/esm2022/public-api.mjs +0 -9
- package/esm2022/recursyve-nice-data-filter-kit.mjs +0 -5
- package/index.d.ts +0 -5
- package/lib/api/dto/saved-reports.dto.d.ts +0 -6
- package/lib/api/filter.api.d.ts +0 -59
- package/lib/api/models/saved-reports.model.d.ts +0 -5
- package/lib/api/public-api.d.ts +0 -1
- package/lib/api/saved-report.api.d.ts +0 -20
- package/lib/components/base-list/base-list.component.d.ts +0 -109
- package/lib/components/base-list/base-list.constant.d.ts +0 -10
- package/lib/components/base-list/base-list.module.d.ts +0 -59
- package/lib/components/base-list/directives/base-list-buttons.directive.d.ts +0 -9
- package/lib/components/base-list/directives/base-list-cards.directive.d.ts +0 -8
- package/lib/components/base-list/directives/base-list-custom-content.directive.d.ts +0 -8
- package/lib/components/base-list/directives/base-list-directives.module.d.ts +0 -14
- package/lib/components/base-list/directives/base-list-empty-search-result-state.directive.d.ts +0 -8
- package/lib/components/base-list/directives/base-list-empty-state.directive.d.ts +0 -8
- package/lib/components/base-list/directives/base-list-filters.directive.d.ts +0 -8
- package/lib/components/base-list/directives/base-list-table.directive.d.ts +0 -9
- package/lib/components/base-list/directives/base-list-title.directive.d.ts +0 -8
- package/lib/components/base-list/models/columns.model.d.ts +0 -10
- package/lib/components/base-list/models/export.model.d.ts +0 -5
- package/lib/components/base-list/models/icons.model.d.ts +0 -19
- package/lib/components/base-list/models/layout.model.d.ts +0 -26
- package/lib/components/base-list/providers/base-filter.service.d.ts +0 -23
- package/lib/components/base-list/providers/base-list-saved-report.service.d.ts +0 -17
- package/lib/components/base-list/public-api.d.ts +0 -18
- package/lib/components/base-list/store/base-list.query.d.ts +0 -19
- package/lib/components/base-list/store/base-list.service.d.ts +0 -57
- package/lib/components/base-list/store/base-list.store.d.ts +0 -26
- package/lib/components/multi-state-list/models/list-states.model.d.ts +0 -10
- package/lib/components/multi-state-list/multi-state-list.component.d.ts +0 -18
- package/lib/components/multi-state-list/multi-state-list.constant.d.ts +0 -2
- package/lib/components/multi-state-list/multi-state-list.module.d.ts +0 -44
- package/lib/components/multi-state-list/providers/multi-state-filter.service.d.ts +0 -11
- package/lib/components/multi-state-list/public-api.d.ts +0 -7
- package/lib/components/multi-state-list/store/multi-state-list.query.d.ts +0 -9
- package/lib/components/multi-state-list/store/multi-state-list.service.d.ts +0 -19
- package/lib/components/multi-state-list/store/multi-state-list.store.d.ts +0 -10
- package/lib/components/nice-filter-view/components/advanced-filters/advanced-filters-trigger.directive.d.ts +0 -27
- package/lib/components/nice-filter-view/components/advanced-filters/advanced-filters.component.d.ts +0 -31
- package/lib/components/nice-filter-view/components/advanced-filters/advanced-filters.constant.d.ts +0 -3
- package/lib/components/nice-filter-view/components/advanced-filters/advanced-filters.form.d.ts +0 -19
- package/lib/components/nice-filter-view/components/advanced-filters/advanced-filters.module.d.ts +0 -44
- package/lib/components/nice-filter-view/components/advanced-filters/button/advanced-filters-button.component.d.ts +0 -17
- package/lib/components/nice-filter-view/components/advanced-filters/filter-selection/filter-selection.component.d.ts +0 -16
- package/lib/components/nice-filter-view/components/advanced-filters/models/advanced-date-filter-options.model.d.ts +0 -3
- package/lib/components/nice-filter-view/components/advanced-filters/models/icons.model.d.ts +0 -11
- package/lib/components/nice-filter-view/components/advanced-filters/providers/async-typeahead.provider.d.ts +0 -20
- package/lib/components/nice-filter-view/components/advanced-filters/public-api.d.ts +0 -9
- package/lib/components/nice-filter-view/components/advanced-filters/rule/components/date/date-filter.component.d.ts +0 -13
- package/lib/components/nice-filter-view/components/advanced-filters/rule/components/filter.component.d.ts +0 -13
- package/lib/components/nice-filter-view/components/advanced-filters/rule/components/number/number-filter.component.d.ts +0 -6
- package/lib/components/nice-filter-view/components/advanced-filters/rule/components/options/options-filter.component.d.ts +0 -8
- package/lib/components/nice-filter-view/components/advanced-filters/rule/components/radio/radio-filter.component.d.ts +0 -8
- package/lib/components/nice-filter-view/components/advanced-filters/rule/components/select/select-filter.component.d.ts +0 -18
- package/lib/components/nice-filter-view/components/advanced-filters/rule/components/text/text-filter.component.d.ts +0 -8
- package/lib/components/nice-filter-view/components/advanced-filters/rule/rule.component.d.ts +0 -26
- package/lib/components/nice-filter-view/components/advanced-filters/utils/advanced-filters.utils.d.ts +0 -11
- package/lib/components/nice-filter-view/components/common/data.directive.d.ts +0 -8
- package/lib/components/nice-filter-view/components/custom-data-view/custom-data-view.component.d.ts +0 -11
- package/lib/components/nice-filter-view/components/export-buttons/export-buttons.component.d.ts +0 -29
- package/lib/components/nice-filter-view/components/export-buttons/export.directive.d.ts +0 -11
- package/lib/components/nice-filter-view/components/infinite-scroll-data-view/infinite-scroll-data-view.component.d.ts +0 -15
- package/lib/components/nice-filter-view/components/search/search.component.d.ts +0 -20
- package/lib/components/nice-filter-view/directives/mat-paginator.d.ts +0 -12
- package/lib/components/nice-filter-view/directives/mat-sort.d.ts +0 -11
- package/lib/components/nice-filter-view/directives/mat-tables.d.ts +0 -12
- package/lib/components/nice-filter-view/directives/query-params.directive.d.ts +0 -23
- package/lib/components/nice-filter-view/models/order-options.model.d.ts +0 -7
- package/lib/components/nice-filter-view/nice-base-filter-view.component.d.ts +0 -84
- package/lib/components/nice-filter-view/nice-filter-view.component.d.ts +0 -12
- package/lib/components/nice-filter-view/nice-filter-view.constant.d.ts +0 -5
- package/lib/components/nice-filter-view/nice-filter-view.module.d.ts +0 -42
- package/lib/components/nice-filter-view/nice-nested-filter-view.d.ts +0 -23
- package/lib/components/nice-filter-view/pipes/filter-group-icon.pipe.d.ts +0 -11
- package/lib/components/nice-filter-view/public-api.d.ts +0 -17
- package/lib/components/nice-filter-view/store/nice-filter-view.query.d.ts +0 -20
- package/lib/components/nice-filter-view/store/nice-filter-view.service.d.ts +0 -47
- package/lib/components/nice-filter-view/store/nice-filter-view.store.d.ts +0 -41
- package/lib/components/public-api.d.ts +0 -4
- package/lib/components/query-builder/filter-selection/filter-selection.component.d.ts +0 -12
- package/lib/components/query-builder/models/icons.model.d.ts +0 -9
- package/lib/components/query-builder/pipes/filter-group-icon.pipe.d.ts +0 -11
- package/lib/components/query-builder/providers/filter-group.service.d.ts +0 -4
- package/lib/components/query-builder/public-api.d.ts +0 -14
- package/lib/components/query-builder/query-builder-trigger.directive.d.ts +0 -25
- package/lib/components/query-builder/query-builder.component.d.ts +0 -33
- package/lib/components/query-builder/query-builder.constant.d.ts +0 -2
- package/lib/components/query-builder/query-builder.form.d.ts +0 -18
- package/lib/components/query-builder/query-builder.module.d.ts +0 -37
- package/lib/components/query-builder/rule/components/date/date-filter.component.d.ts +0 -9
- package/lib/components/query-builder/rule/components/filter.component.d.ts +0 -13
- package/lib/components/query-builder/rule/components/number/number-filter.component.d.ts +0 -6
- package/lib/components/query-builder/rule/components/radio/radio-filter.component.d.ts +0 -8
- package/lib/components/query-builder/rule/components/select/select-filter.component.d.ts +0 -22
- package/lib/components/query-builder/rule/components/text/text-filter.component.d.ts +0 -8
- package/lib/components/query-builder/rule/rule.component.d.ts +0 -29
- package/lib/components/query-builder/utils/qb-filter.utils.d.ts +0 -12
- package/lib/directive/public-api.d.ts +0 -1
- package/lib/directive/selectable-list/model/load-all-entities-options.model.d.ts +0 -4
- package/lib/directive/selectable-list/model/selectable-list-options.model.d.ts +0 -7
- package/lib/directive/selectable-list/providers/preload-selected-entities.provider.d.ts +0 -12
- package/lib/directive/selectable-list/providers/selectable-list-content.service.d.ts +0 -18
- package/lib/directive/selectable-list/public-api.d.ts +0 -11
- package/lib/directive/selectable-list/selectable-list-checkbox.directive.d.ts +0 -27
- package/lib/directive/selectable-list/selectable-list-select-all.directive.d.ts +0 -18
- package/lib/directive/selectable-list/selectable-list-state.directive.d.ts +0 -24
- package/lib/directive/selectable-list/selectable-list.constant.d.ts +0 -2
- package/lib/directive/selectable-list/selectable-list.directive.d.ts +0 -27
- package/lib/directive/selectable-list/selectable-list.module.d.ts +0 -13
- package/lib/directive/selectable-list/store/selectable-list-state.query.d.ts +0 -10
- package/lib/directive/selectable-list/store/selectable-list-state.service.d.ts +0 -44
- package/lib/directive/selectable-list/store/selectable-list.service.d.ts +0 -27
- package/lib/directive/selectable-list/store/selectable-list.state.d.ts +0 -10
- package/lib/models/filter.model.d.ts +0 -79
- package/lib/models/public-api.d.ts +0 -2
- package/lib/models/query.model.d.ts +0 -41
- package/lib/utils/date.adapter.d.ts +0 -13
- package/lib/utils/filter.utils.d.ts +0 -5
- package/lib/utils/order.utils.d.ts +0 -7
- package/lib/utils/public-api.d.ts +0 -4
- package/lib/utils/query-params.utils.d.ts +0 -13
- package/lib/utils/string.utils.d.ts +0 -12
- package/public-api.d.ts +0 -5
package/package.json
CHANGED
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@recursyve/nice-data-filter-kit",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "21.0.0",
|
|
4
4
|
"exports": {
|
|
5
5
|
".": {
|
|
6
6
|
"sass": "./_index.scss",
|
|
7
|
-
"types": "./
|
|
8
|
-
"esm2022": "./esm2022/recursyve-nice-data-filter-kit.mjs",
|
|
9
|
-
"esm": "./esm2022/recursyve-nice-data-filter-kit.mjs",
|
|
7
|
+
"types": "./types/recursyve-nice-data-filter-kit.d.ts",
|
|
10
8
|
"default": "./fesm2022/recursyve-nice-data-filter-kit.mjs"
|
|
11
9
|
},
|
|
12
10
|
"./package.json": {
|
|
@@ -14,20 +12,20 @@
|
|
|
14
12
|
}
|
|
15
13
|
},
|
|
16
14
|
"peerDependencies": {
|
|
17
|
-
"@angular/cdk": "^
|
|
18
|
-
"@angular/common": "^
|
|
19
|
-
"@angular/core": "^
|
|
20
|
-
"@angular/forms": "^
|
|
21
|
-
"@angular/material": "^
|
|
15
|
+
"@angular/cdk": "^21.0.0",
|
|
16
|
+
"@angular/common": "^21.0.0",
|
|
17
|
+
"@angular/core": "^21.0.0",
|
|
18
|
+
"@angular/forms": "^21.0.0",
|
|
19
|
+
"@angular/material": "^21.0.0",
|
|
22
20
|
"@datorama/akita": "^8.0.1",
|
|
23
|
-
"@ngx-translate/core": "^
|
|
24
|
-
"@recursyve/nice-ui-kit.v2": ">=
|
|
25
|
-
"@recursyve/ngx-form-generator": ">=
|
|
21
|
+
"@ngx-translate/core": "^17.0.0",
|
|
22
|
+
"@recursyve/nice-ui-kit.v2": ">= 21.0.0-beta.145",
|
|
23
|
+
"@recursyve/ngx-form-generator": ">= 21.0.0-beta.51"
|
|
26
24
|
},
|
|
27
25
|
"dependencies": {
|
|
28
26
|
"tslib": "^2.0.0"
|
|
29
27
|
},
|
|
30
28
|
"module": "fesm2022/recursyve-nice-data-filter-kit.mjs",
|
|
31
|
-
"typings": "
|
|
29
|
+
"typings": "types/recursyve-nice-data-filter-kit.d.ts",
|
|
32
30
|
"sideEffects": false
|
|
33
31
|
}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
@use
|
|
1
|
+
@use "sass:map";
|
|
2
|
+
@use "@angular/material" as mat;
|
|
2
3
|
@use "@recursyve/nice-ui-kit.v2" as nice;
|
|
3
4
|
|
|
4
5
|
@mixin nice-base-list-theme($theme) {
|
|
5
|
-
$background: map
|
|
6
|
-
$foreground: map
|
|
6
|
+
$background: map.get($theme, background);
|
|
7
|
+
$foreground: map.get($theme, foreground);
|
|
7
8
|
|
|
8
9
|
nice-export-bottom-sheet {
|
|
9
10
|
.mat-list-icon:before {
|
|
@@ -26,7 +27,7 @@
|
|
|
26
27
|
width: 100%;
|
|
27
28
|
}
|
|
28
29
|
|
|
29
|
-
background: map
|
|
30
|
+
background: map.get($background, card);
|
|
30
31
|
|
|
31
32
|
.search {
|
|
32
33
|
width: 100%;
|
|
@@ -35,7 +36,7 @@
|
|
|
35
36
|
padding: 0 18px;
|
|
36
37
|
|
|
37
38
|
.mat-icon {
|
|
38
|
-
color: map
|
|
39
|
+
color: map.get($foreground, icon);
|
|
39
40
|
}
|
|
40
41
|
|
|
41
42
|
input {
|
|
@@ -46,15 +47,15 @@
|
|
|
46
47
|
padding: 0 16px;
|
|
47
48
|
border: none;
|
|
48
49
|
outline: none;
|
|
49
|
-
background: map
|
|
50
|
-
color: map
|
|
50
|
+
background: map.get($background, card);
|
|
51
|
+
color: map.get($foreground, text);
|
|
51
52
|
}
|
|
52
53
|
}
|
|
53
54
|
}
|
|
54
55
|
|
|
55
56
|
.list-button {
|
|
56
|
-
background: map
|
|
57
|
-
color: map
|
|
57
|
+
background: map.get($background, card);
|
|
58
|
+
color: map.get($foreground, text);
|
|
58
59
|
}
|
|
59
60
|
|
|
60
61
|
.custom-button-list {
|
package/src/lib/components/nice-filter-view/components/advanced-filters/advanced-filters.theme.scss
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
1
|
+
@use "./filter-selection/filter-selection.theme" as filter-selection;
|
|
2
|
+
@use "./rule/rule.theme" as rule;
|
|
3
3
|
|
|
4
4
|
@mixin nice-advanced-filters-theme($theme) {
|
|
5
|
-
@include advanced-filter-selection-theme();
|
|
6
|
-
@include advanced-rule-theme($theme);
|
|
5
|
+
@include filter-selection.advanced-filter-selection-theme();
|
|
6
|
+
@include rule.advanced-rule-theme($theme);
|
|
7
7
|
|
|
8
8
|
nice-advanced-filters {
|
|
9
9
|
.advanced-filter-title {
|
package/src/lib/components/nice-filter-view/components/advanced-filters/rule/rule.theme.scss
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
@use
|
|
1
|
+
@use "sass:map";
|
|
2
|
+
@use "@angular/material" as mat;
|
|
2
3
|
|
|
3
4
|
@mixin advanced-rule-theme($theme) {
|
|
4
5
|
--nice-advanced-filter-rule-border-color: #8E9297;
|
|
5
6
|
|
|
6
|
-
$isDark: map
|
|
7
|
-
$primary: map
|
|
8
|
-
$background: map
|
|
9
|
-
$foreground: map
|
|
7
|
+
$isDark: map.get($theme, is-dark);
|
|
8
|
+
$primary: map.get($theme, primary);
|
|
9
|
+
$background: map.get($theme, background);
|
|
10
|
+
$foreground: map.get($theme, foreground);
|
|
10
11
|
|
|
11
12
|
nice-advanced-rule {
|
|
12
13
|
background: transparent;
|
|
@@ -1,15 +1,16 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
1
|
+
@use "sass:map";
|
|
2
|
+
@use "./filter-selection/filter-selection.theme" as filter-selection;
|
|
3
|
+
@use "./rule/rule.theme" as rule;
|
|
3
4
|
|
|
4
5
|
@mixin nice-query-builder-theme($theme) {
|
|
5
|
-
@include filter-selection-theme();
|
|
6
|
-
@include rule-theme($theme);
|
|
6
|
+
@include filter-selection.filter-selection-theme();
|
|
7
|
+
@include rule.rule-theme($theme);
|
|
7
8
|
|
|
8
|
-
$background: map
|
|
9
|
-
$foreground: map
|
|
9
|
+
$background: map.get($theme, background);
|
|
10
|
+
$foreground: map.get($theme, foreground);
|
|
10
11
|
|
|
11
12
|
.add-button {
|
|
12
|
-
background: map
|
|
13
|
-
color: map
|
|
13
|
+
background: map.get($background, card) !important;
|
|
14
|
+
color: map.get($foreground, text) !important;
|
|
14
15
|
}
|
|
15
16
|
}
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
@use
|
|
1
|
+
@use "sass:map";
|
|
2
|
+
@use "@angular/material" as mat;
|
|
2
3
|
|
|
3
4
|
@mixin rule-theme($theme) {
|
|
4
|
-
$isDark: map
|
|
5
|
-
$primary: map
|
|
6
|
-
$background: map
|
|
7
|
-
$foreground: map
|
|
5
|
+
$isDark: map.get($theme, is-dark);
|
|
6
|
+
$primary: map.get($theme, primary);
|
|
7
|
+
$background: map.get($theme, background);
|
|
8
|
+
$foreground: map.get($theme, foreground);
|
|
8
9
|
|
|
9
10
|
nice-rule {
|
|
10
11
|
background: transparent;
|
|
@@ -89,8 +90,8 @@
|
|
|
89
90
|
}
|
|
90
91
|
|
|
91
92
|
.or-button {
|
|
92
|
-
background: map
|
|
93
|
-
color: map
|
|
93
|
+
background: map.get($background, card) !important;
|
|
94
|
+
color: map.get($foreground, text) !important;
|
|
94
95
|
}
|
|
95
96
|
|
|
96
97
|
.select-filter {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
3
|
-
@
|
|
1
|
+
@use "./components/base-list/base-list.theme" as base-list;
|
|
2
|
+
@use "./components/nice-filter-view/components/advanced-filters/advanced-filters.theme" as advanced-filters;
|
|
3
|
+
@use "./components/query-builder/query-builder.theme" as query-builder;
|
|
4
4
|
|
|
5
5
|
@mixin nice-data-filter-kit-theme($theme) {
|
|
6
|
-
@include nice-base-list-theme($theme);
|
|
7
|
-
@include nice-query-builder-theme($theme);
|
|
8
|
-
@include nice-advanced-filters-theme($theme);
|
|
6
|
+
@include base-list.nice-base-list-theme($theme);
|
|
7
|
+
@include query-builder.nice-query-builder-theme($theme);
|
|
8
|
+
@include advanced-filters.nice-advanced-filters-theme($theme);
|
|
9
9
|
|
|
10
10
|
// TODO: Figure out a better way ot use tailwind
|
|
11
11
|
nice-filter-search {
|