@recursyve/nice-data-filter-kit 14.3.7 → 15.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/esm2020/lib/components/base-list/base-list.component.mjs +4 -4
- package/esm2020/lib/components/base-list/base-list.module.mjs +4 -4
- package/esm2020/lib/components/base-list/directives/base-list-buttons.directive.mjs +3 -3
- package/esm2020/lib/components/base-list/directives/base-list-cards.directive.mjs +3 -3
- package/esm2020/lib/components/base-list/directives/base-list-custom-content.directive.mjs +3 -3
- package/esm2020/lib/components/base-list/directives/base-list-directives.module.mjs +4 -4
- package/esm2020/lib/components/base-list/directives/base-list-empty-search-result-state.directive.mjs +3 -3
- package/esm2020/lib/components/base-list/directives/base-list-empty-state.directive.mjs +3 -3
- package/esm2020/lib/components/base-list/directives/base-list-filters.directive.mjs +3 -3
- package/esm2020/lib/components/base-list/directives/base-list-table.directive.mjs +3 -3
- package/esm2020/lib/components/base-list/directives/base-list-title.directive.mjs +3 -3
- package/esm2020/lib/components/base-list/providers/base-filter.service.mjs +3 -3
- package/esm2020/lib/components/base-list/providers/base-list-saved-report.service.mjs +3 -3
- package/esm2020/lib/components/base-list/store/base-list.query.mjs +3 -3
- package/esm2020/lib/components/base-list/store/base-list.service.mjs +3 -3
- package/esm2020/lib/components/base-list/store/base-list.store.mjs +4 -4
- package/esm2020/lib/components/multi-state-list/multi-state-list.component.mjs +8 -8
- package/esm2020/lib/components/multi-state-list/multi-state-list.module.mjs +4 -4
- package/esm2020/lib/components/multi-state-list/store/multi-state-list.query.mjs +3 -3
- package/esm2020/lib/components/multi-state-list/store/multi-state-list.service.mjs +3 -3
- package/esm2020/lib/components/multi-state-list/store/multi-state-list.store.mjs +4 -4
- package/esm2020/lib/components/nice-filter-view/components/advanced-filters/advanced-filters-trigger.directive.mjs +15 -15
- package/esm2020/lib/components/nice-filter-view/components/advanced-filters/advanced-filters.component.mjs +4 -4
- package/esm2020/lib/components/nice-filter-view/components/advanced-filters/advanced-filters.form.mjs +1 -1
- package/esm2020/lib/components/nice-filter-view/components/advanced-filters/advanced-filters.module.mjs +10 -11
- package/esm2020/lib/components/nice-filter-view/components/advanced-filters/button/advanced-filters-button.component.mjs +3 -3
- package/esm2020/lib/components/nice-filter-view/components/advanced-filters/filter-selection/filter-selection.component.mjs +5 -5
- package/esm2020/lib/components/nice-filter-view/components/advanced-filters/providers/async-typeahead.provider.mjs +3 -3
- package/esm2020/lib/components/nice-filter-view/components/advanced-filters/rule/components/date/date-filter.component.mjs +4 -4
- package/esm2020/lib/components/nice-filter-view/components/advanced-filters/rule/components/filter.component.mjs +3 -3
- package/esm2020/lib/components/nice-filter-view/components/advanced-filters/rule/components/number/number-filter.component.mjs +4 -4
- package/esm2020/lib/components/nice-filter-view/components/advanced-filters/rule/components/radio/radio-filter.component.mjs +3 -3
- package/esm2020/lib/components/nice-filter-view/components/advanced-filters/rule/components/select/select-filter.component.mjs +4 -4
- package/esm2020/lib/components/nice-filter-view/components/advanced-filters/rule/components/text/text-filter.component.mjs +4 -4
- package/esm2020/lib/components/nice-filter-view/components/advanced-filters/rule/rule.component.mjs +8 -8
- package/esm2020/lib/components/nice-filter-view/components/common/data.directive.mjs +3 -3
- package/esm2020/lib/components/nice-filter-view/components/custom-data-view/custom-data-view.component.mjs +3 -3
- package/esm2020/lib/components/nice-filter-view/components/export-buttons/export-buttons.component.mjs +3 -3
- package/esm2020/lib/components/nice-filter-view/components/export-buttons/export.directive.mjs +3 -3
- package/esm2020/lib/components/nice-filter-view/components/infinite-scroll-data-view/infinite-scroll-data-view.component.mjs +3 -3
- package/esm2020/lib/components/nice-filter-view/components/search/search.component.mjs +4 -4
- package/esm2020/lib/components/nice-filter-view/directives/mat-paginator.mjs +3 -3
- package/esm2020/lib/components/nice-filter-view/directives/mat-sort.mjs +3 -3
- package/esm2020/lib/components/nice-filter-view/directives/mat-tables.mjs +3 -3
- package/esm2020/lib/components/nice-filter-view/directives/query-params.directive.mjs +7 -7
- package/esm2020/lib/components/nice-filter-view/nice-base-filter-view.component.mjs +3 -3
- package/esm2020/lib/components/nice-filter-view/nice-filter-view.component.mjs +3 -3
- package/esm2020/lib/components/nice-filter-view/nice-filter-view.module.mjs +4 -4
- package/esm2020/lib/components/nice-filter-view/pipes/filter-group-icon.pipe.mjs +3 -3
- package/esm2020/lib/components/nice-filter-view/store/nice-filter-view.query.mjs +3 -3
- package/esm2020/lib/components/nice-filter-view/store/nice-filter-view.service.mjs +3 -3
- package/esm2020/lib/components/nice-filter-view/store/nice-filter-view.store.mjs +3 -3
- package/esm2020/lib/components/query-builder/filter-selection/filter-selection.component.mjs +3 -3
- package/esm2020/lib/components/query-builder/pipes/filter-group-icon.pipe.mjs +3 -3
- package/esm2020/lib/components/query-builder/query-builder-trigger.directive.mjs +11 -11
- package/esm2020/lib/components/query-builder/query-builder.component.mjs +8 -8
- package/esm2020/lib/components/query-builder/query-builder.form.mjs +1 -1
- package/esm2020/lib/components/query-builder/query-builder.module.mjs +9 -10
- package/esm2020/lib/components/query-builder/rule/components/date/date-filter.component.mjs +4 -4
- package/esm2020/lib/components/query-builder/rule/components/filter.component.mjs +3 -3
- package/esm2020/lib/components/query-builder/rule/components/number/number-filter.component.mjs +4 -4
- package/esm2020/lib/components/query-builder/rule/components/radio/radio-filter.component.mjs +3 -3
- package/esm2020/lib/components/query-builder/rule/components/select/select-filter.component.mjs +4 -4
- package/esm2020/lib/components/query-builder/rule/components/text/text-filter.component.mjs +4 -4
- package/esm2020/lib/components/query-builder/rule/rule.component.mjs +9 -9
- package/esm2020/lib/directive/selectable-list/providers/preload-selected-entities.provider.mjs +3 -3
- package/esm2020/lib/directive/selectable-list/providers/selectable-list-content.service.mjs +3 -3
- package/esm2020/lib/directive/selectable-list/selectable-list-checkbox.directive.mjs +12 -12
- package/esm2020/lib/directive/selectable-list/selectable-list-select-all.directive.mjs +6 -6
- package/esm2020/lib/directive/selectable-list/selectable-list.directive.mjs +6 -6
- package/esm2020/lib/directive/selectable-list/selectable-list.module.mjs +5 -7
- package/esm2020/lib/directive/selectable-list/store/selectable-list-state.query.mjs +2 -2
- package/esm2020/lib/directive/selectable-list/store/selectable-list-state.service.mjs +8 -8
- package/esm2020/lib/directive/selectable-list/store/selectable-list.service.mjs +10 -10
- package/esm2020/lib/directive/selectable-list/store/selectable-list.state.mjs +1 -1
- package/esm2020/lib/utils/date.adapter.mjs +3 -3
- package/fesm2015/recursyve-nice-data-filter-kit.mjs +307 -310
- package/fesm2015/recursyve-nice-data-filter-kit.mjs.map +1 -1
- package/fesm2020/recursyve-nice-data-filter-kit.mjs +305 -308
- package/fesm2020/recursyve-nice-data-filter-kit.mjs.map +1 -1
- package/lib/api/filter.api.d.ts +1 -1
- package/lib/components/base-list/base-list.component.d.ts +1 -1
- package/lib/components/base-list/directives/base-list-buttons.directive.d.ts +1 -1
- package/lib/components/base-list/directives/base-list-cards.directive.d.ts +1 -1
- package/lib/components/base-list/directives/base-list-custom-content.directive.d.ts +1 -1
- package/lib/components/base-list/directives/base-list-empty-search-result-state.directive.d.ts +1 -1
- package/lib/components/base-list/directives/base-list-empty-state.directive.d.ts +1 -1
- package/lib/components/base-list/directives/base-list-filters.directive.d.ts +1 -1
- package/lib/components/base-list/directives/base-list-table.directive.d.ts +1 -1
- package/lib/components/base-list/directives/base-list-title.directive.d.ts +1 -1
- package/lib/components/base-list/models/icons.model.d.ts +1 -1
- package/lib/components/base-list/models/layout.model.d.ts +2 -2
- package/lib/components/multi-state-list/multi-state-list.component.d.ts +1 -1
- package/lib/components/nice-filter-view/components/advanced-filters/advanced-filters-trigger.directive.d.ts +1 -1
- package/lib/components/nice-filter-view/components/advanced-filters/advanced-filters.component.d.ts +1 -1
- package/lib/components/nice-filter-view/components/advanced-filters/advanced-filters.module.d.ts +1 -1
- package/lib/components/nice-filter-view/components/advanced-filters/button/advanced-filters-button.component.d.ts +1 -1
- package/lib/components/nice-filter-view/components/advanced-filters/filter-selection/filter-selection.component.d.ts +1 -1
- package/lib/components/nice-filter-view/components/advanced-filters/rule/components/date/date-filter.component.d.ts +1 -1
- package/lib/components/nice-filter-view/components/advanced-filters/rule/components/filter.component.d.ts +1 -1
- package/lib/components/nice-filter-view/components/advanced-filters/rule/components/number/number-filter.component.d.ts +1 -1
- package/lib/components/nice-filter-view/components/advanced-filters/rule/components/radio/radio-filter.component.d.ts +1 -1
- package/lib/components/nice-filter-view/components/advanced-filters/rule/components/select/select-filter.component.d.ts +1 -1
- package/lib/components/nice-filter-view/components/advanced-filters/rule/components/text/text-filter.component.d.ts +1 -1
- package/lib/components/nice-filter-view/components/advanced-filters/rule/rule.component.d.ts +1 -1
- package/lib/components/nice-filter-view/components/common/data.directive.d.ts +1 -1
- package/lib/components/nice-filter-view/components/custom-data-view/custom-data-view.component.d.ts +1 -1
- package/lib/components/nice-filter-view/components/export-buttons/export-buttons.component.d.ts +1 -1
- package/lib/components/nice-filter-view/components/export-buttons/export.directive.d.ts +1 -1
- package/lib/components/nice-filter-view/components/infinite-scroll-data-view/infinite-scroll-data-view.component.d.ts +1 -1
- package/lib/components/nice-filter-view/components/search/search.component.d.ts +1 -1
- package/lib/components/nice-filter-view/directives/mat-paginator.d.ts +1 -1
- package/lib/components/nice-filter-view/directives/mat-sort.d.ts +1 -1
- package/lib/components/nice-filter-view/directives/mat-tables.d.ts +1 -1
- package/lib/components/nice-filter-view/directives/query-params.directive.d.ts +1 -1
- package/lib/components/nice-filter-view/nice-base-filter-view.component.d.ts +1 -1
- package/lib/components/nice-filter-view/nice-filter-view.component.d.ts +1 -1
- package/lib/components/query-builder/filter-selection/filter-selection.component.d.ts +1 -1
- package/lib/components/query-builder/query-builder-trigger.directive.d.ts +1 -1
- package/lib/components/query-builder/query-builder.component.d.ts +1 -1
- package/lib/components/query-builder/query-builder.module.d.ts +1 -1
- package/lib/components/query-builder/rule/components/date/date-filter.component.d.ts +1 -1
- package/lib/components/query-builder/rule/components/filter.component.d.ts +1 -1
- package/lib/components/query-builder/rule/components/number/number-filter.component.d.ts +1 -1
- package/lib/components/query-builder/rule/components/radio/radio-filter.component.d.ts +1 -1
- package/lib/components/query-builder/rule/components/select/select-filter.component.d.ts +1 -1
- package/lib/components/query-builder/rule/components/text/text-filter.component.d.ts +1 -1
- package/lib/components/query-builder/rule/rule.component.d.ts +1 -1
- package/lib/directive/selectable-list/selectable-list-checkbox.directive.d.ts +3 -3
- package/lib/directive/selectable-list/selectable-list-select-all.directive.d.ts +3 -3
- package/lib/directive/selectable-list/selectable-list.directive.d.ts +3 -3
- package/lib/directive/selectable-list/store/selectable-list-state.query.d.ts +3 -3
- package/lib/directive/selectable-list/store/selectable-list-state.service.d.ts +3 -3
- package/lib/directive/selectable-list/store/selectable-list.service.d.ts +12 -12
- package/lib/directive/selectable-list/store/selectable-list.state.d.ts +2 -2
- package/lib/models/query.model.d.ts +2 -2
- package/package.json +9 -9
- package/src/lib/components/nice-filter-view/components/advanced-filters/advanced-filters.theme.scss +1 -1
- package/src/lib/components/nice-filter-view/components/advanced-filters/rule/rule.theme.scss +23 -23
package/lib/api/filter.api.d.ts
CHANGED
|
@@ -55,5 +55,5 @@ export interface HasNiceFilterApiDefinition {
|
|
|
55
55
|
post<T>(route?: string, body?: any, options?: HttpOptions): Observable<T>;
|
|
56
56
|
put<T>(route?: string, body?: any, options?: HttpOptions): Observable<T>;
|
|
57
57
|
}
|
|
58
|
-
export
|
|
58
|
+
export type NiceFilterApiDefinitionCtor = Constructor<NiceFilterApiDefinition> & AbstractConstructor<NiceFilterApiDefinition>;
|
|
59
59
|
export declare const mixinNiceFilterApi: <T>(model?: Type<T>) => <C extends Constructor<HasNiceFilterApiDefinition>>(base: C) => Constructor<NiceFilterApiDefinition> & AbstractConstructor<NiceFilterApiDefinition> & C;
|
|
@@ -105,5 +105,5 @@ export declare class NiceBaseListComponent<Filter extends NiceFilterService<any>
|
|
|
105
105
|
setColumns(columns: TableColumns[]): void;
|
|
106
106
|
addColumns(columns: TableColumns[], prepend?: boolean): void;
|
|
107
107
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceBaseListComponent<any>, [{ optional: true; }, null, null, null, null, null, null, null, null, null, null]>;
|
|
108
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NiceBaseListComponent<any>, "nice-base-list", never, { "mode": "mode"; "layout": "layout"; "layoutContent": "layoutContent"; "autoChangeLayout": "autoChangeLayout"; "baseRoute": "baseRoute"; "routeFn": "routeFn"; "navigateFn": "navigateFn"; "autoLoad": "autoLoad"; "pageTitle": "pageTitle"; "canExport": "canExport"; "disableRouting": "disableRouting"; "customExport": "customExport"; "queryParams": "queryParams"; "configQueryParams": "configQueryParams"; }, { "newPage": "newPage"; }, ["title", "table", "cards", "customContent", "filters", "emptyState", "emptySearchResultState", "buttons"], never, false>;
|
|
108
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NiceBaseListComponent<any>, "nice-base-list", never, { "mode": "mode"; "layout": "layout"; "layoutContent": "layoutContent"; "autoChangeLayout": "autoChangeLayout"; "baseRoute": "baseRoute"; "routeFn": "routeFn"; "navigateFn": "navigateFn"; "autoLoad": "autoLoad"; "pageTitle": "pageTitle"; "canExport": "canExport"; "disableRouting": "disableRouting"; "customExport": "customExport"; "queryParams": "queryParams"; "configQueryParams": "configQueryParams"; }, { "newPage": "newPage"; }, ["title", "table", "cards", "customContent", "filters", "emptyState", "emptySearchResultState", "buttons"], never, false, never>;
|
|
109
109
|
}
|
|
@@ -5,5 +5,5 @@ export declare class NiceBaseListButtonsDirective {
|
|
|
5
5
|
position: "prefix" | "suffix" | "search";
|
|
6
6
|
constructor(template: TemplateRef<any>);
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceBaseListButtonsDirective, never>;
|
|
8
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NiceBaseListButtonsDirective, "[niceListButton]", never, { "position": "position"; }, {}, never, never, false>;
|
|
8
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NiceBaseListButtonsDirective, "[niceListButton]", never, { "position": "position"; }, {}, never, never, false, never>;
|
|
9
9
|
}
|
|
@@ -4,5 +4,5 @@ export declare class NiceBaseListCardsDirective {
|
|
|
4
4
|
template: TemplateRef<any>;
|
|
5
5
|
constructor(template: TemplateRef<any>);
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceBaseListCardsDirective, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NiceBaseListCardsDirective, "[niceListCards]", never, {}, {}, never, never, false>;
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NiceBaseListCardsDirective, "[niceListCards]", never, {}, {}, never, never, false, never>;
|
|
8
8
|
}
|
|
@@ -4,5 +4,5 @@ export declare class NiceBaseListCustomContentDirective {
|
|
|
4
4
|
template: TemplateRef<any>;
|
|
5
5
|
constructor(template: TemplateRef<any>);
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceBaseListCustomContentDirective, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NiceBaseListCustomContentDirective, "[niceListContent]", never, {}, {}, never, never, false>;
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NiceBaseListCustomContentDirective, "[niceListContent]", never, {}, {}, never, never, false, never>;
|
|
8
8
|
}
|
package/lib/components/base-list/directives/base-list-empty-search-result-state.directive.d.ts
CHANGED
|
@@ -4,5 +4,5 @@ export declare class NiceBaseListEmptySearchResultStateDirective {
|
|
|
4
4
|
template: TemplateRef<any>;
|
|
5
5
|
constructor(template: TemplateRef<any>);
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceBaseListEmptySearchResultStateDirective, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NiceBaseListEmptySearchResultStateDirective, "[niceListEmptySearchResultState]", never, {}, {}, never, never, false>;
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NiceBaseListEmptySearchResultStateDirective, "[niceListEmptySearchResultState]", never, {}, {}, never, never, false, never>;
|
|
8
8
|
}
|
|
@@ -4,5 +4,5 @@ export declare class NiceBaseListEmptyStateDirective {
|
|
|
4
4
|
template: TemplateRef<any>;
|
|
5
5
|
constructor(template: TemplateRef<any>);
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceBaseListEmptyStateDirective, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NiceBaseListEmptyStateDirective, "[niceListEmptyState]", never, {}, {}, never, never, false>;
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NiceBaseListEmptyStateDirective, "[niceListEmptyState]", never, {}, {}, never, never, false, never>;
|
|
8
8
|
}
|
|
@@ -4,5 +4,5 @@ export declare class NiceBaseListFiltersDirective {
|
|
|
4
4
|
template: TemplateRef<any>;
|
|
5
5
|
constructor(template: TemplateRef<any>);
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceBaseListFiltersDirective, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NiceBaseListFiltersDirective, "[niceListFilters]", never, {}, {}, never, never, false>;
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NiceBaseListFiltersDirective, "[niceListFilters]", never, {}, {}, never, never, false, never>;
|
|
8
8
|
}
|
|
@@ -5,5 +5,5 @@ export declare class NiceBaseListTableDirective {
|
|
|
5
5
|
stickyHeader: boolean;
|
|
6
6
|
constructor(template: TemplateRef<any>);
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceBaseListTableDirective, never>;
|
|
8
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NiceBaseListTableDirective, "[niceListTable]", never, { "stickyHeader": "stickyHeader"; }, {}, never, never, false>;
|
|
8
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NiceBaseListTableDirective, "[niceListTable]", never, { "stickyHeader": "stickyHeader"; }, {}, never, never, false, never>;
|
|
9
9
|
}
|
|
@@ -4,5 +4,5 @@ export declare class NiceBaseListTitleDirective {
|
|
|
4
4
|
template: TemplateRef<any>;
|
|
5
5
|
constructor(template: TemplateRef<any>);
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceBaseListTitleDirective, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NiceBaseListTitleDirective, "[niceListTitle]", never, {}, {}, never, never, false>;
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NiceBaseListTitleDirective, "[niceListTitle]", never, {}, {}, never, never, false, never>;
|
|
8
8
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export
|
|
1
|
+
export type AvailableLayoutItem = "title" | "search" | "prefixButtons" | "suffixButtons" | "exportButtons" | "content" | "pagination" | "queryBuilder" | "filters";
|
|
2
2
|
export declare enum LayoutContent {
|
|
3
3
|
Table = "table",
|
|
4
4
|
Cards = "cards",
|
|
@@ -14,7 +14,7 @@ export interface Layout {
|
|
|
14
14
|
classes?: string[];
|
|
15
15
|
items: (LayoutItem | Layout)[];
|
|
16
16
|
}
|
|
17
|
-
export
|
|
17
|
+
export type BaseListPageLayout = (LayoutItem | Layout);
|
|
18
18
|
export interface BaseListLayout {
|
|
19
19
|
default: Layout | BaseListPageLayout[];
|
|
20
20
|
xs?: Layout | BaseListPageLayout[];
|
|
@@ -14,5 +14,5 @@ export declare class NiceMultiStateListComponent extends NiceBaseListComponent {
|
|
|
14
14
|
constructor(enableQueryBuilder: boolean, icons: NiceBaseIconOptions, listLayout: BaseListLayout, exportsSetting: ExportSettings, query: NiceMultiStateListQuery, activatedRoute: ActivatedRoute, bottomSheet: MatBottomSheet, router: Router, mediaWatcher: NiceMediaWatcherService, multiStateListService: NiceMultiStateListService);
|
|
15
15
|
private switchState;
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceMultiStateListComponent, [{ optional: true; }, null, null, null, null, null, null, null, null, null]>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NiceMultiStateListComponent, "nice-multi-state-list", never, { "state": "state"; }, {}, never, never, false>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NiceMultiStateListComponent, "nice-multi-state-list", never, { "state": "state"; }, {}, never, never, false, never>;
|
|
18
18
|
}
|
|
@@ -23,5 +23,5 @@ export declare class AdvancedFiltersTriggerDirective {
|
|
|
23
23
|
private close;
|
|
24
24
|
private updateFilterSelectionComponent;
|
|
25
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdvancedFiltersTriggerDirective, never>;
|
|
26
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AdvancedFiltersTriggerDirective, "[niceAdvancedFiltersTrigger]", ["niceAdvancedFiltersTrigger"], { "position": "position"; }, { "advancedFilterSelected": "advancedFilterSelected"; }, never, never, false>;
|
|
26
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AdvancedFiltersTriggerDirective, "[niceAdvancedFiltersTrigger]", ["niceAdvancedFiltersTrigger"], { "position": "position"; }, { "advancedFilterSelected": "advancedFilterSelected"; }, never, never, false, never>;
|
|
27
27
|
}
|
package/lib/components/nice-filter-view/components/advanced-filters/advanced-filters.component.d.ts
CHANGED
|
@@ -23,5 +23,5 @@ export declare class NiceAdvancedFiltersComponent implements OnInit {
|
|
|
23
23
|
onClose(): void;
|
|
24
24
|
onRefresh(): void;
|
|
25
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceAdvancedFiltersComponent, [{ optional: true; }, null, null, null, null]>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NiceAdvancedFiltersComponent, "nice-advanced-filters", never, {}, {}, never, never, false>;
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NiceAdvancedFiltersComponent, "nice-advanced-filters", never, {}, {}, never, never, false, never>;
|
|
27
27
|
}
|
package/lib/components/nice-filter-view/components/advanced-filters/advanced-filters.module.d.ts
CHANGED
|
@@ -36,6 +36,6 @@ export interface NiceAdvancedFiltersOptions {
|
|
|
36
36
|
export declare class NiceAdvancedFiltersModule {
|
|
37
37
|
static forRoot(options?: NiceAdvancedFiltersOptions): ModuleWithProviders<NiceAdvancedFiltersModule>;
|
|
38
38
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceAdvancedFiltersModule, never>;
|
|
39
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<NiceAdvancedFiltersModule, [typeof i1.NiceAdvancedFiltersComponent, typeof i2.NiceAdvancedFiltersButtonComponent, typeof i3.NiceAdvancedFilterSelectionComponent, typeof i4.NiceAdvancedRuleComponent, typeof i5.NiceAdvancedDateFilterComponent, typeof i6.NiceAdvancedNumberFilterComponent, typeof i7.NiceAdvancedRadioFilterComponent, typeof i8.NiceAdvancedSelectFilterComponent, typeof i9.NiceAdvancedTextFilterComponent, typeof i10.AdvancedFiltersTriggerDirective, typeof i11.NiceFilterGroupIconPipe], [typeof i12.CommonModule, typeof i13.ReactiveFormsModule, typeof i14.MatRadioModule, typeof i15.MatCardModule, typeof i16.MatListModule, typeof i17.NiceLoadingSpinnerModule, typeof i18.MatIconModule, typeof i19.MatRippleModule, typeof i20.MatButtonModule, typeof i21.MatFormFieldModule, typeof i19.MatOptionModule, typeof i22.MatSelectModule, typeof i13.FormsModule, typeof i23.MatInputModule, typeof i24.MatButtonToggleModule, typeof i25.TranslateModule, typeof i26.MatDatepickerModule, typeof i17.NiceTypeaheadModule, typeof
|
|
39
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NiceAdvancedFiltersModule, [typeof i1.NiceAdvancedFiltersComponent, typeof i2.NiceAdvancedFiltersButtonComponent, typeof i3.NiceAdvancedFilterSelectionComponent, typeof i4.NiceAdvancedRuleComponent, typeof i5.NiceAdvancedDateFilterComponent, typeof i6.NiceAdvancedNumberFilterComponent, typeof i7.NiceAdvancedRadioFilterComponent, typeof i8.NiceAdvancedSelectFilterComponent, typeof i9.NiceAdvancedTextFilterComponent, typeof i10.AdvancedFiltersTriggerDirective, typeof i11.NiceFilterGroupIconPipe], [typeof i12.CommonModule, typeof i13.ReactiveFormsModule, typeof i14.MatRadioModule, typeof i15.MatCardModule, typeof i16.MatListModule, typeof i17.NiceLoadingSpinnerModule, typeof i18.MatIconModule, typeof i19.MatRippleModule, typeof i20.MatButtonModule, typeof i21.MatFormFieldModule, typeof i19.MatOptionModule, typeof i22.MatSelectModule, typeof i13.FormsModule, typeof i23.MatInputModule, typeof i24.MatButtonToggleModule, typeof i25.TranslateModule, typeof i26.MatDatepickerModule, typeof i17.NiceTypeaheadModule, typeof i17.NiceAsyncTypeaheadModule, typeof i27.NgxMaskDirective], [typeof i1.NiceAdvancedFiltersComponent, typeof i2.NiceAdvancedFiltersButtonComponent, typeof i10.AdvancedFiltersTriggerDirective]>;
|
|
40
40
|
static ɵinj: i0.ɵɵInjectorDeclaration<NiceAdvancedFiltersModule>;
|
|
41
41
|
}
|
|
@@ -13,5 +13,5 @@ export declare class NiceAdvancedFiltersButtonComponent {
|
|
|
13
13
|
clickToggleShowAdvancedFilters(): void;
|
|
14
14
|
onSelectedFilter(filter: FilterConfigurationModel): void;
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceAdvancedFiltersButtonComponent, [{ optional: true; }, null, null]>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NiceAdvancedFiltersButtonComponent, "nice-advanced-filters-button", never, {}, {}, never, never, false>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NiceAdvancedFiltersButtonComponent, "nice-advanced-filters-button", never, {}, {}, never, never, false, never>;
|
|
17
17
|
}
|
|
@@ -12,5 +12,5 @@ export declare class NiceAdvancedFilterSelectionComponent {
|
|
|
12
12
|
trackGroups(index: number, value: [FilterGroupConfiguration, FilterConfigurationModel[]]): any;
|
|
13
13
|
trackFilter(index: number, value: FilterConfigurationModel): any;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceAdvancedFilterSelectionComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NiceAdvancedFilterSelectionComponent, "nice-advanced-filter-selection", never, {}, { "filterSelected": "filterSelected"; }, never, never, false>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NiceAdvancedFilterSelectionComponent, "nice-advanced-filter-selection", never, {}, { "filterSelected": "filterSelected"; }, never, never, false, never>;
|
|
16
16
|
}
|
|
@@ -5,5 +5,5 @@ export declare class NiceAdvancedDateFilterComponent extends FilterComponent<str
|
|
|
5
5
|
icons: NiceAdvancedFilterIconOptions;
|
|
6
6
|
constructor(icons: NiceAdvancedFilterIconOptions);
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceAdvancedDateFilterComponent, [{ optional: true; }]>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NiceAdvancedDateFilterComponent, "nice-advanced-date-filter", never, {}, {}, never, never, false>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NiceAdvancedDateFilterComponent, "nice-advanced-date-filter", never, {}, {}, never, never, false, never>;
|
|
9
9
|
}
|
|
@@ -9,5 +9,5 @@ export declare class FilterComponent<T> implements ControlValueAccessor {
|
|
|
9
9
|
writeValue(value: T): void;
|
|
10
10
|
onValueChange(value: T): void;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<FilterComponent<any>, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FilterComponent<any>, "ng-component", never, {}, {}, never, never, false>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FilterComponent<any>, "ng-component", never, {}, {}, never, never, false, never>;
|
|
13
13
|
}
|
|
@@ -2,5 +2,5 @@ import { FilterComponent } from "../filter.component";
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class NiceAdvancedNumberFilterComponent extends FilterComponent<number> {
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceAdvancedNumberFilterComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NiceAdvancedNumberFilterComponent, "nice-advanced-number-filter", never, {}, {}, never, never, false>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NiceAdvancedNumberFilterComponent, "nice-advanced-number-filter", never, {}, {}, never, never, false, never>;
|
|
6
6
|
}
|
|
@@ -4,5 +4,5 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class NiceAdvancedRadioFilterComponent extends FilterComponent<string> {
|
|
5
5
|
filterConfig: FilterConfigurationModel;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceAdvancedRadioFilterComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NiceAdvancedRadioFilterComponent, "nice-advanced-radio-filter", never, { "filterConfig": "filterConfig"; }, {}, never, never, false>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NiceAdvancedRadioFilterComponent, "nice-advanced-radio-filter", never, { "filterConfig": "filterConfig"; }, {}, never, never, false, never>;
|
|
8
8
|
}
|
|
@@ -10,5 +10,5 @@ export declare class NiceAdvancedSelectFilterComponent extends FilterComponent<u
|
|
|
10
10
|
onValueChange(value: unknown): void;
|
|
11
11
|
writeValue(value: unknown): void;
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceAdvancedSelectFilterComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NiceAdvancedSelectFilterComponent, "nice-advanced-select-filter", never, { "filterConfig": "filterConfig"; }, {}, never, never, false>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NiceAdvancedSelectFilterComponent, "nice-advanced-select-filter", never, { "filterConfig": "filterConfig"; }, {}, never, never, false, never>;
|
|
14
14
|
}
|
|
@@ -4,5 +4,5 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class NiceAdvancedTextFilterComponent extends FilterComponent<string> {
|
|
5
5
|
filterConfig: FilterConfigurationModel;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceAdvancedTextFilterComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NiceAdvancedTextFilterComponent, "nice-advanced-text-filter", never, { "filterConfig": "filterConfig"; }, {}, never, never, false>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NiceAdvancedTextFilterComponent, "nice-advanced-text-filter", never, { "filterConfig": "filterConfig"; }, {}, never, never, false, never>;
|
|
8
8
|
}
|
package/lib/components/nice-filter-view/components/advanced-filters/rule/rule.component.d.ts
CHANGED
|
@@ -22,5 +22,5 @@ export declare class NiceAdvancedRuleComponent implements OnInit {
|
|
|
22
22
|
addValue(index: number): void;
|
|
23
23
|
removeValue(i: number): void;
|
|
24
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceAdvancedRuleComponent, [{ optional: true; }, null]>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NiceAdvancedRuleComponent, "nice-advanced-rule", never, { "filterConfigs": "filterConfigs"; }, { "remove": "remove"; }, never, never, false>;
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NiceAdvancedRuleComponent, "nice-advanced-rule", never, { "filterConfigs": "filterConfigs"; }, { "remove": "remove"; }, never, never, false, never>;
|
|
26
26
|
}
|
|
@@ -4,5 +4,5 @@ export declare class NiceFilterDataDirective {
|
|
|
4
4
|
template: TemplateRef<any>;
|
|
5
5
|
constructor(template: TemplateRef<any>);
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceFilterDataDirective, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NiceFilterDataDirective, "[niceFilterData]", never, {}, {}, never, never, false>;
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NiceFilterDataDirective, "[niceFilterData]", never, {}, {}, never, never, false, never>;
|
|
8
8
|
}
|
package/lib/components/nice-filter-view/components/custom-data-view/custom-data-view.component.d.ts
CHANGED
|
@@ -7,5 +7,5 @@ export declare class NiceFilterCustomDataViewComponent {
|
|
|
7
7
|
data$: import("rxjs").Observable<any[]>;
|
|
8
8
|
constructor(query: NiceFilterViewQuery);
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceFilterCustomDataViewComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NiceFilterCustomDataViewComponent, "nice-filter-custom-data-view, div[nice-filter-custom-data-view]", never, {}, {}, ["content"], never, false>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NiceFilterCustomDataViewComponent, "nice-filter-custom-data-view, div[nice-filter-custom-data-view]", never, {}, {}, ["content"], never, false, never>;
|
|
11
11
|
}
|
package/lib/components/nice-filter-view/components/export-buttons/export-buttons.component.d.ts
CHANGED
|
@@ -22,5 +22,5 @@ export declare class NiceFilterExportButtonsComponent {
|
|
|
22
22
|
clickPrint(): void;
|
|
23
23
|
clickPdf(): void;
|
|
24
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceFilterExportButtonsComponent, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NiceFilterExportButtonsComponent, "nice-filter-export-buttons, div[nice-filter-export-buttons]", never, { "customExport": "customExport"; "downloadFileName": "downloadFileName"; "canPrint": "canPrint"; }, {}, never, never, false>;
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NiceFilterExportButtonsComponent, "nice-filter-export-buttons, div[nice-filter-export-buttons]", never, { "customExport": "customExport"; "downloadFileName": "downloadFileName"; "canPrint": "canPrint"; }, {}, never, never, false, never>;
|
|
26
26
|
}
|
|
@@ -7,5 +7,5 @@ export declare class NiceFilterExportDirective {
|
|
|
7
7
|
constructor(service: NiceFilterViewService);
|
|
8
8
|
onClick(): void;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceFilterExportDirective, never>;
|
|
10
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NiceFilterExportDirective, "[niceFilterExport]", never, { "type": "type"; "downloadFileName": "downloadFileName"; }, {}, never, never, false>;
|
|
10
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NiceFilterExportDirective, "[niceFilterExport]", never, { "type": "type"; "downloadFileName": "downloadFileName"; }, {}, never, never, false, never>;
|
|
11
11
|
}
|
|
@@ -10,5 +10,5 @@ export declare class NiceFilterInfiniteScrollDataViewComponent {
|
|
|
10
10
|
constructor(query: NiceFilterViewQuery, service: NiceFilterViewService);
|
|
11
11
|
loadNextPage(): Promise<void>;
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceFilterInfiniteScrollDataViewComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NiceFilterInfiniteScrollDataViewComponent, "nice-filter-infinite-scroll-data-view, div[nice-filter-infinite-scroll-data-view]", never, {}, {}, ["content"], never, false>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NiceFilterInfiniteScrollDataViewComponent, "nice-filter-infinite-scroll-data-view, div[nice-filter-infinite-scroll-data-view]", never, {}, {}, ["content"], never, false, never>;
|
|
14
14
|
}
|
|
@@ -16,5 +16,5 @@ export declare class NiceFilterSearchComponent implements OnInit, OnDestroy {
|
|
|
16
16
|
ngOnDestroy(): void;
|
|
17
17
|
onUpdateSearch(search: string): void;
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceFilterSearchComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NiceFilterSearchComponent, "nice-filter-search", never, { "appearance": "appearance"; }, {}, never, ["[niceFilterSearchButtons]"], false>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NiceFilterSearchComponent, "nice-filter-search", never, { "appearance": "appearance"; }, {}, never, ["[niceFilterSearchButtons]"], false, never>;
|
|
20
20
|
}
|
|
@@ -12,5 +12,5 @@ export declare class NiceFilterMatPaginatorPaginationDirective implements OnInit
|
|
|
12
12
|
ngOnInit(): void;
|
|
13
13
|
ngOnDestroy(): void;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceFilterMatPaginatorPaginationDirective, never>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NiceFilterMatPaginatorPaginationDirective, "mat-paginator[niceFilterPagination]", never, {}, {}, never, never, false>;
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NiceFilterMatPaginatorPaginationDirective, "mat-paginator[niceFilterPagination]", never, {}, {}, never, never, false, never>;
|
|
16
16
|
}
|
|
@@ -12,5 +12,5 @@ export declare class NiceFilterMatSortSortingDirective implements OnInit, OnDest
|
|
|
12
12
|
ngOnInit(): void;
|
|
13
13
|
ngOnDestroy(): void;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceFilterMatSortSortingDirective, never>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NiceFilterMatSortSortingDirective, "mat-table[matSort][niceFilterSorting]", never, {}, {}, never, never, false>;
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NiceFilterMatSortSortingDirective, "mat-table[matSort][niceFilterSorting]", never, {}, {}, never, never, false, never>;
|
|
16
16
|
}
|
|
@@ -8,5 +8,5 @@ export declare class NiceFilterMatTableViewDirective implements OnInit {
|
|
|
8
8
|
constructor(query: NiceFilterViewQuery, table: MatTable<any>);
|
|
9
9
|
ngOnInit(): void;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceFilterMatTableViewDirective, never>;
|
|
11
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NiceFilterMatTableViewDirective, "mat-table[niceFilterDataView]", never, {}, {}, never, never, false>;
|
|
11
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NiceFilterMatTableViewDirective, "mat-table[niceFilterDataView]", never, {}, {}, never, never, false, never>;
|
|
12
12
|
}
|
|
@@ -18,5 +18,5 @@ export declare class NiceFilterQueryParamsDirective implements OnInit, OnDestroy
|
|
|
18
18
|
private updateQueryParams;
|
|
19
19
|
private loadQueryParams;
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceFilterQueryParamsDirective, never>;
|
|
21
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NiceFilterQueryParamsDirective, "nice-filter-view[niceFilterQueryParams]", never, {}, { "init": "init"; }, never, never, false>;
|
|
21
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NiceFilterQueryParamsDirective, "nice-filter-view[niceFilterQueryParams]", never, {}, { "init": "init"; }, never, never, false, never>;
|
|
22
22
|
}
|
|
@@ -59,5 +59,5 @@ export declare abstract class NiceBaseFilterViewComponent<Filter extends NiceFil
|
|
|
59
59
|
private autoLoad;
|
|
60
60
|
private loadConfig;
|
|
61
61
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceBaseFilterViewComponent<any>, never>;
|
|
62
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NiceBaseFilterViewComponent<any>, "ng-component", never, {}, {}, never, never, false>;
|
|
62
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NiceBaseFilterViewComponent<any>, "ng-component", never, {}, {}, never, never, false, never>;
|
|
63
63
|
}
|
|
@@ -8,5 +8,5 @@ export declare class NiceFilterViewComponent implements OnChanges {
|
|
|
8
8
|
constructor(service: NiceFilterViewService);
|
|
9
9
|
ngOnChanges(changes: SimpleChanges): void;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceFilterViewComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NiceFilterViewComponent, "nice-filter-view", never, { "queryParams": "queryParams"; }, {}, never, ["*"], false>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NiceFilterViewComponent, "nice-filter-view", never, { "queryParams": "queryParams"; }, {}, never, ["*"], false, never>;
|
|
12
12
|
}
|
|
@@ -8,5 +8,5 @@ export declare class FilterSelectionComponent {
|
|
|
8
8
|
get filterGroups(): [FilterGroupConfiguration, FilterConfigurationModel[]][];
|
|
9
9
|
selectFilter(filterConfigurationModel: FilterConfigurationModel): void;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<FilterSelectionComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FilterSelectionComponent, "nice-filter-selection", never, { "filterConfigs": "filterConfigs"; "loading": "loading"; }, { "filterSelected": "filterSelected"; }, never, never, false>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FilterSelectionComponent, "nice-filter-selection", never, { "filterConfigs": "filterConfigs"; "loading": "loading"; }, { "filterSelected": "filterSelected"; }, never, never, false, never>;
|
|
12
12
|
}
|
|
@@ -21,5 +21,5 @@ export declare class QueryBuilderTriggerDirective {
|
|
|
21
21
|
private updateFilterSelectionComponent;
|
|
22
22
|
private isMobile;
|
|
23
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<QueryBuilderTriggerDirective, never>;
|
|
24
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<QueryBuilderTriggerDirective, "[niceQueryBuilderTrigger]", never, { "queryBuilderFilters": "queryBuilderFilters"; "queryBuilderFiltersLoading": "queryBuilderFiltersLoading"; }, { "queryBuilderFilterSelected": "queryBuilderFilterSelected"; }, never, never, false>;
|
|
24
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<QueryBuilderTriggerDirective, "[niceQueryBuilderTrigger]", never, { "queryBuilderFilters": "queryBuilderFilters"; "queryBuilderFiltersLoading": "queryBuilderFiltersLoading"; }, { "queryBuilderFilterSelected": "queryBuilderFilterSelected"; }, never, never, false, never>;
|
|
25
25
|
}
|
|
@@ -29,5 +29,5 @@ export declare class NiceQueryBuilderComponent implements ControlValueAccessor {
|
|
|
29
29
|
onClickSaveReport(): void;
|
|
30
30
|
onClickUpdateReport(): void;
|
|
31
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceQueryBuilderComponent, [{ optional: true; }, null]>;
|
|
32
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NiceQueryBuilderComponent, "nice-query-builder", never, { "filterConfigs": "filterConfigs"; "currentSavedReport": "currentSavedReport"; "loading": "loading"; }, { "close": "close"; "createReport": "createReport"; "updateReport": "updateReport"; }, never, never, false>;
|
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NiceQueryBuilderComponent, "nice-query-builder", never, { "filterConfigs": "filterConfigs"; "currentSavedReport": "currentSavedReport"; "loading": "loading"; }, { "close": "close"; "createReport": "createReport"; "updateReport": "updateReport"; }, never, never, false, never>;
|
|
33
33
|
}
|
|
@@ -32,6 +32,6 @@ export interface QueryBuilderGlobalOptions {
|
|
|
32
32
|
export declare class NiceQueryBuilderModule {
|
|
33
33
|
static forRoot(options?: QueryBuilderGlobalOptions): ModuleWithProviders<NiceQueryBuilderModule>;
|
|
34
34
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceQueryBuilderModule, never>;
|
|
35
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<NiceQueryBuilderModule, [typeof i1.NiceQueryBuilderComponent, typeof i2.QueryBuilderTriggerDirective, typeof i3.FilterSelectionComponent, typeof i4.RuleComponent, typeof i5.SelectFilterComponent, typeof i6.TextFilterComponent, typeof i7.NumberFilterComponent, typeof i8.RadioFilterComponent, typeof i9.DateFilterComponent, typeof i10.FilterGroupIconPipe], [typeof i11.CommonModule, typeof i12.FormsModule, typeof i13.TranslateModule, typeof i14.OverlayModule, typeof i15.MatCardModule, typeof i16.MatListModule, typeof i17.MatButtonModule, typeof i18.MatRippleModule, typeof i19.MatIconModule, typeof i20.MatSelectModule, typeof i21.MatInputModule, typeof i22.MatDatepickerModule, typeof i23.MatRadioModule, typeof i24.NiceLoadingSpinnerModule, typeof i24.NiceTypeaheadModule, typeof i12.ReactiveFormsModule, typeof i25.
|
|
35
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NiceQueryBuilderModule, [typeof i1.NiceQueryBuilderComponent, typeof i2.QueryBuilderTriggerDirective, typeof i3.FilterSelectionComponent, typeof i4.RuleComponent, typeof i5.SelectFilterComponent, typeof i6.TextFilterComponent, typeof i7.NumberFilterComponent, typeof i8.RadioFilterComponent, typeof i9.DateFilterComponent, typeof i10.FilterGroupIconPipe], [typeof i11.CommonModule, typeof i12.FormsModule, typeof i13.TranslateModule, typeof i14.OverlayModule, typeof i15.MatCardModule, typeof i16.MatListModule, typeof i17.MatButtonModule, typeof i18.MatRippleModule, typeof i19.MatIconModule, typeof i20.MatSelectModule, typeof i21.MatInputModule, typeof i22.MatDatepickerModule, typeof i23.MatRadioModule, typeof i24.NiceLoadingSpinnerModule, typeof i24.NiceTypeaheadModule, typeof i12.ReactiveFormsModule, typeof i25.NgxMaskDirective], [typeof i1.NiceQueryBuilderComponent, typeof i2.QueryBuilderTriggerDirective]>;
|
|
36
36
|
static ɵinj: i0.ɵɵInjectorDeclaration<NiceQueryBuilderModule>;
|
|
37
37
|
}
|
|
@@ -5,5 +5,5 @@ export declare class DateFilterComponent extends FilterComponent<string> {
|
|
|
5
5
|
icons: NiceQueryBuilderIconOptions;
|
|
6
6
|
constructor(icons: NiceQueryBuilderIconOptions);
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<DateFilterComponent, [{ optional: true; }]>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DateFilterComponent, "nice-date-filter", never, {}, {}, never, never, false>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DateFilterComponent, "nice-date-filter", never, {}, {}, never, never, false, never>;
|
|
9
9
|
}
|
|
@@ -9,5 +9,5 @@ export declare class FilterComponent<T> implements ControlValueAccessor {
|
|
|
9
9
|
writeValue(value: T): void;
|
|
10
10
|
onValueChange(value: T): void;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<FilterComponent<any>, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FilterComponent<any>, "ng-component", never, {}, {}, never, never, false>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FilterComponent<any>, "ng-component", never, {}, {}, never, never, false, never>;
|
|
13
13
|
}
|
|
@@ -2,5 +2,5 @@ import { FilterComponent } from "../filter.component";
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class NumberFilterComponent extends FilterComponent<number> {
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<NumberFilterComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NumberFilterComponent, "nice-number-filter", never, {}, {}, never, never, false>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NumberFilterComponent, "nice-number-filter", never, {}, {}, never, never, false, never>;
|
|
6
6
|
}
|
|
@@ -4,5 +4,5 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class RadioFilterComponent extends FilterComponent<string> {
|
|
5
5
|
filterConfig: FilterConfigurationModel;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<RadioFilterComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RadioFilterComponent, "nice-radio-filter", never, { "filterConfig": "filterConfig"; }, {}, never, never, false>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RadioFilterComponent, "nice-radio-filter", never, { "filterConfig": "filterConfig"; }, {}, never, never, false, never>;
|
|
8
8
|
}
|
|
@@ -18,5 +18,5 @@ export declare class SelectFilterComponent extends FilterComponent<unknown> impl
|
|
|
18
18
|
ngOnDestroy(): void;
|
|
19
19
|
writeValue(value: unknown): void;
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<SelectFilterComponent, [{ optional: true; }]>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SelectFilterComponent, "nice-select-filter", never, { "filterConfig": "filterConfig"; }, {}, never, never, false>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SelectFilterComponent, "nice-select-filter", never, { "filterConfig": "filterConfig"; }, {}, never, never, false, never>;
|
|
22
22
|
}
|
|
@@ -4,5 +4,5 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class TextFilterComponent extends FilterComponent<string> {
|
|
5
5
|
filterConfig: FilterConfigurationModel;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<TextFilterComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TextFilterComponent, "nice-text-filter", never, { "filterConfig": "filterConfig"; }, {}, never, never, false>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TextFilterComponent, "nice-text-filter", never, { "filterConfig": "filterConfig"; }, {}, never, never, false, never>;
|
|
8
8
|
}
|
|
@@ -25,5 +25,5 @@ export declare class RuleComponent implements OnInit {
|
|
|
25
25
|
onUpdateFilterOperator(operator: string): void;
|
|
26
26
|
onClickDelete(index: number): void;
|
|
27
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<RuleComponent, [{ optional: true; }, null]>;
|
|
28
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RuleComponent, "nice-rule", never, { "filterConfigs": "filterConfigs"; }, { "remove": "remove"; }, never, never, false>;
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RuleComponent, "nice-rule", never, { "filterConfigs": "filterConfigs"; }, { "remove": "remove"; }, never, never, false, never>;
|
|
29
29
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { DoCheck, OnDestroy, OnInit } from "@angular/core";
|
|
2
2
|
import { MatCheckbox } from "@angular/material/checkbox";
|
|
3
3
|
import { SelectableListContentService } from "./providers/selectable-list-content.service";
|
|
4
|
-
import {
|
|
4
|
+
import { NiceSelectableListService } from "./store/selectable-list.service";
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class NiceSelectableListCheckboxDirective implements OnInit, OnDestroy, DoCheck {
|
|
7
7
|
readonly checkbox: MatCheckbox;
|
|
@@ -14,7 +14,7 @@ export declare class NiceSelectableListCheckboxDirective implements OnInit, OnDe
|
|
|
14
14
|
private unsubscribeAll$;
|
|
15
15
|
private initialized;
|
|
16
16
|
private get currentId();
|
|
17
|
-
constructor(checkbox: MatCheckbox, service: SelectableListContentService, selectableListService:
|
|
17
|
+
constructor(checkbox: MatCheckbox, service: SelectableListContentService, selectableListService: NiceSelectableListService);
|
|
18
18
|
ngOnInit(): void;
|
|
19
19
|
ngOnDestroy(): void;
|
|
20
20
|
ngDoCheck(): void;
|
|
@@ -22,5 +22,5 @@ export declare class NiceSelectableListCheckboxDirective implements OnInit, OnDe
|
|
|
22
22
|
private handleSelectPage;
|
|
23
23
|
private updateCheckboxState;
|
|
24
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceSelectableListCheckboxDirective, never>;
|
|
25
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NiceSelectableListCheckboxDirective, "mat-checkbox[niceSelectableListCheckbox]", never, { "selectableEntity": "selectableEntity"; "selectPage": "selectPage"; }, {}, never, never, false>;
|
|
25
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NiceSelectableListCheckboxDirective, "mat-checkbox[niceSelectableListCheckbox]", never, { "selectableEntity": "selectableEntity"; "selectPage": "selectPage"; }, {}, never, never, false, never>;
|
|
26
26
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { OnInit } from "@angular/core";
|
|
2
2
|
import { NiceFilterViewQuery } from "../../components/nice-filter-view/store/nice-filter-view.query";
|
|
3
3
|
import { SelectableListContentService } from "./providers/selectable-list-content.service";
|
|
4
|
-
import {
|
|
4
|
+
import { NiceSelectableListService } from "./store/selectable-list.service";
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class NiceSelectableListSelectAllDirective implements OnInit {
|
|
7
7
|
private niceFilterViewQuery;
|
|
@@ -10,9 +10,9 @@ export declare class NiceSelectableListSelectAllDirective implements OnInit {
|
|
|
10
10
|
action: "select" | "unselect";
|
|
11
11
|
private selectableListStateService;
|
|
12
12
|
private selectableListStateQuery;
|
|
13
|
-
constructor(niceFilterViewQuery: NiceFilterViewQuery | null, service: SelectableListContentService, selectableListService:
|
|
13
|
+
constructor(niceFilterViewQuery: NiceFilterViewQuery | null, service: SelectableListContentService, selectableListService: NiceSelectableListService);
|
|
14
14
|
ngOnInit(): void;
|
|
15
15
|
onClick(): void;
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceSelectableListSelectAllDirective, [{ optional: true; }, null, null]>;
|
|
17
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NiceSelectableListSelectAllDirective, "button[niceSelectableListSelectAll]", never, { "action": "action"; }, {}, never, never, false>;
|
|
17
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NiceSelectableListSelectAllDirective, "button[niceSelectableListSelectAll]", never, { "action": "action"; }, {}, never, never, false, never>;
|
|
18
18
|
}
|
|
@@ -3,7 +3,7 @@ import { ActivatedRoute } from "@angular/router";
|
|
|
3
3
|
import { NiceSelectableListOptions } from "./model/selectable-list-options.model";
|
|
4
4
|
import { SelectableListContentService } from "./providers/selectable-list-content.service";
|
|
5
5
|
import { NiceSelectableListCheckboxDirective } from "./selectable-list-checkbox.directive";
|
|
6
|
-
import {
|
|
6
|
+
import { NiceSelectableListService } from "./store/selectable-list.service";
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare class NiceSelectableListDirective implements OnInit, OnDestroy, OnChanges, AfterContentInit {
|
|
9
9
|
private service;
|
|
@@ -16,12 +16,12 @@ export declare class NiceSelectableListDirective implements OnInit, OnDestroy, O
|
|
|
16
16
|
private unsubscribeQuerySub$;
|
|
17
17
|
private stateService;
|
|
18
18
|
private stateQuery;
|
|
19
|
-
constructor(service: SelectableListContentService, selectableListService:
|
|
19
|
+
constructor(service: SelectableListContentService, selectableListService: NiceSelectableListService, route: ActivatedRoute);
|
|
20
20
|
ngOnInit(): void;
|
|
21
21
|
ngOnDestroy(): void;
|
|
22
22
|
ngOnChanges(changes: SimpleChanges): void;
|
|
23
23
|
ngAfterContentInit(): void;
|
|
24
24
|
private listenOnStateChanges;
|
|
25
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceSelectableListDirective, never>;
|
|
26
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NiceSelectableListDirective, "[niceSelectableList]", never, { "state": "state"; "options": "options"; }, {}, ["checkboxes"], never, false>;
|
|
26
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NiceSelectableListDirective, "[niceSelectableList]", never, { "state": "state"; "options": "options"; }, {}, ["checkboxes"], never, false, never>;
|
|
27
27
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { EntityStore, QueryEntity } from "@datorama/akita";
|
|
2
2
|
import { Observable } from "rxjs";
|
|
3
|
-
import {
|
|
4
|
-
export declare class
|
|
5
|
-
constructor(store: EntityStore<
|
|
3
|
+
import { NiceSelectableListState } from "./selectable-list.state";
|
|
4
|
+
export declare class NiceSelectableListStateQuery<T> extends QueryEntity<NiceSelectableListState<T>> {
|
|
5
|
+
constructor(store: EntityStore<NiceSelectableListState<T>>);
|
|
6
6
|
selectActiveViewIndex(): Observable<number>;
|
|
7
7
|
selectFirstActive(): Observable<boolean>;
|
|
8
8
|
selectLastActive(): Observable<boolean>;
|
|
@@ -3,8 +3,8 @@ import { EntityStore } from "@datorama/akita";
|
|
|
3
3
|
import { NiceSelectableListLoadAllEntitiesOptions } from "../model/load-all-entities-options.model";
|
|
4
4
|
import { NiceSelectableListOptions } from "../model/selectable-list-options.model";
|
|
5
5
|
import { NicePreloadSelectedEntitiesProvider } from "../providers/preload-selected-entities.provider";
|
|
6
|
-
import {
|
|
7
|
-
export declare class
|
|
6
|
+
import { NiceSelectableListState } from "./selectable-list.state";
|
|
7
|
+
export declare class NiceSelectableListStateService<T, ID = any> {
|
|
8
8
|
private store;
|
|
9
9
|
private route;
|
|
10
10
|
private router;
|
|
@@ -12,7 +12,7 @@ export declare class SelectableListStateService<T, ID = any> {
|
|
|
12
12
|
private options?;
|
|
13
13
|
get idKey(): string;
|
|
14
14
|
get preloadedWindow(): number;
|
|
15
|
-
constructor(store: EntityStore<
|
|
15
|
+
constructor(store: EntityStore<NiceSelectableListState<any>>, route: ActivatedRoute, router: Router, preloadService?: NicePreloadSelectedEntitiesProvider<T>, options?: NiceSelectableListOptions);
|
|
16
16
|
setActive(entity: T): void;
|
|
17
17
|
getIndex(identifier: number): number;
|
|
18
18
|
selectAll(options?: NiceSelectableListLoadAllEntitiesOptions): Promise<void>;
|
|
@@ -2,26 +2,26 @@ import { ActivatedRoute, Router } from "@angular/router";
|
|
|
2
2
|
import { EntityStore } from "@datorama/akita";
|
|
3
3
|
import { NiceSelectableListOptions } from "../model/selectable-list-options.model";
|
|
4
4
|
import { NicePreloadSelectedEntitiesProvider } from "../providers/preload-selected-entities.provider";
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
5
|
+
import { NiceSelectableListStateQuery } from "./selectable-list-state.query";
|
|
6
|
+
import { NiceSelectableListStateService } from "./selectable-list-state.service";
|
|
7
|
+
import { NiceSelectableListState } from "./selectable-list.state";
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
|
-
export declare class
|
|
9
|
+
export declare class NiceSelectableListService {
|
|
10
10
|
private providers;
|
|
11
11
|
private route;
|
|
12
12
|
private router;
|
|
13
13
|
private stores;
|
|
14
14
|
constructor(providers: NicePreloadSelectedEntitiesProvider<any>[], route: ActivatedRoute, router: Router);
|
|
15
15
|
createState(name: string, options?: NiceSelectableListOptions): {
|
|
16
|
-
store: EntityStore<
|
|
17
|
-
query:
|
|
16
|
+
store: EntityStore<NiceSelectableListState<any, number>, any, number>;
|
|
17
|
+
query: NiceSelectableListStateQuery<any>;
|
|
18
18
|
};
|
|
19
19
|
getState(name: string): {
|
|
20
|
-
store: EntityStore<
|
|
21
|
-
query:
|
|
20
|
+
store: EntityStore<NiceSelectableListState<any, number>, any, number>;
|
|
21
|
+
query: NiceSelectableListStateQuery<any>;
|
|
22
22
|
};
|
|
23
|
-
withState<T, ID = any>(stateName: string, options?: NiceSelectableListOptions):
|
|
24
|
-
query<T>(stateName: string):
|
|
25
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
26
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
23
|
+
withState<T, ID = any>(stateName: string, options?: NiceSelectableListOptions): NiceSelectableListStateService<T, ID>;
|
|
24
|
+
query<T>(stateName: string): NiceSelectableListStateQuery<T>;
|
|
25
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NiceSelectableListService, [{ optional: true; }, null, null]>;
|
|
26
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<NiceSelectableListService>;
|
|
27
27
|
}
|