@inspark/inspark-components 19.0.2 → 19.0.4
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/full/components/dropdown/dropdown.component.d.ts +7 -5
- package/full/components/dropdown/dropdown.component.d.ts.map +1 -1
- package/full/components/dropdown/dropdown.module.d.ts +2 -2
- package/full/components/table/table.component.d.ts.map +1 -1
- package/full/fesm2022/inspark-inspark-components.mjs +18 -11
- package/full/fesm2022/inspark-inspark-components.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
-
import {
|
|
3
|
+
import { Select, SelectChangeEvent, SelectFilterEvent } from 'primeng/select';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class DropdownComponent implements ControlValueAccessor {
|
|
6
|
-
dropdown:
|
|
6
|
+
dropdown: Select;
|
|
7
7
|
itemTemplate: any;
|
|
8
8
|
options: any[];
|
|
9
9
|
placeholder: string;
|
|
@@ -18,6 +18,8 @@ export declare class DropdownComponent implements ControlValueAccessor {
|
|
|
18
18
|
virtualScrollItemSize: number;
|
|
19
19
|
loading: boolean;
|
|
20
20
|
autoDisplayFirst: boolean;
|
|
21
|
+
filterBy: string | undefined;
|
|
22
|
+
filterMatchMode: 'equals' | 'endsWith' | 'startsWith' | 'contains' | 'in' | 'notEquals' | 'lt' | 'lte' | 'gt' | 'gte' | undefined;
|
|
21
23
|
emptyMessage: string;
|
|
22
24
|
onChange: EventEmitter<any>;
|
|
23
25
|
onFilter: EventEmitter<any>;
|
|
@@ -32,14 +34,14 @@ export declare class DropdownComponent implements ControlValueAccessor {
|
|
|
32
34
|
registerOnChange(fn: any): void;
|
|
33
35
|
registerOnTouched(fn: any): void;
|
|
34
36
|
setDisabledState(disabled: boolean): void;
|
|
35
|
-
handleChange(event:
|
|
36
|
-
handleFilter(event:
|
|
37
|
+
handleChange(event: SelectChangeEvent): void;
|
|
38
|
+
handleFilter(event: SelectFilterEvent): void;
|
|
37
39
|
handleBlur(event: any): void;
|
|
38
40
|
focus(): void;
|
|
39
41
|
show(): void;
|
|
40
42
|
hide(): void;
|
|
41
43
|
clear(): void;
|
|
42
44
|
static ɵfac: i0.ɵɵFactoryDeclaration<DropdownComponent, never>;
|
|
43
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DropdownComponent, "in-dropdown", never, { "options": { "alias": "options"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "optionLabel": { "alias": "optionLabel"; "required": false; }; "optionValue": { "alias": "optionValue"; "required": false; }; "filter": { "alias": "filter"; "required": false; }; "showClear": { "alias": "showClear"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "appendTo": { "alias": "appendTo"; "required": false; }; "editable": { "alias": "editable"; "required": false; }; "virtualScroll": { "alias": "virtualScroll"; "required": false; }; "virtualScrollItemSize": { "alias": "virtualScrollItemSize"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "autoDisplayFirst": { "alias": "autoDisplayFirst"; "required": false; }; "emptyMessage": { "alias": "emptyMessage"; "required": false; }; }, { "onChange": "onChange"; "onFilter": "onFilter"; "onShow": "onShow"; "onHide": "onHide"; "onFocus": "onFocus"; "onBlur": "onBlur"; }, never, ["[selectedItemTemplate]", "[itemTemplate]"], false, never>;
|
|
45
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DropdownComponent, "in-dropdown", never, { "options": { "alias": "options"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "optionLabel": { "alias": "optionLabel"; "required": false; }; "optionValue": { "alias": "optionValue"; "required": false; }; "filter": { "alias": "filter"; "required": false; }; "showClear": { "alias": "showClear"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "appendTo": { "alias": "appendTo"; "required": false; }; "editable": { "alias": "editable"; "required": false; }; "virtualScroll": { "alias": "virtualScroll"; "required": false; }; "virtualScrollItemSize": { "alias": "virtualScrollItemSize"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "autoDisplayFirst": { "alias": "autoDisplayFirst"; "required": false; }; "filterBy": { "alias": "filterBy"; "required": false; }; "filterMatchMode": { "alias": "filterMatchMode"; "required": false; }; "emptyMessage": { "alias": "emptyMessage"; "required": false; }; }, { "onChange": "onChange"; "onFilter": "onFilter"; "onShow": "onShow"; "onHide": "onHide"; "onFocus": "onFocus"; "onBlur": "onBlur"; }, never, ["[selectedItemTemplate]", "[itemTemplate]"], false, never>;
|
|
44
46
|
}
|
|
45
47
|
//# sourceMappingURL=dropdown.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dropdown.component.d.ts","sourceRoot":"","sources":["../../../../../projects/inspark-components/src/components/dropdown/dropdown.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,YAAY,EAKb,MAAM,eAAe,CAAC;AAEvB,OAAO,EACL,oBAAoB,EAErB,MAAM,gBAAgB,CAAC;AAExB,OAAO,EACL,
|
|
1
|
+
{"version":3,"file":"dropdown.component.d.ts","sourceRoot":"","sources":["../../../../../projects/inspark-components/src/components/dropdown/dropdown.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,YAAY,EAKb,MAAM,eAAe,CAAC;AAEvB,OAAO,EACL,oBAAoB,EAErB,MAAM,gBAAgB,CAAC;AAExB,OAAO,EACL,MAAM,EACN,iBAAiB,EACjB,iBAAiB,EAClB,MAAM,gBAAgB,CAAC;;AAExB,qBAaa,iBAAkB,YAAW,oBAAoB;IAG5D,QAAQ,EAAG,MAAM,CAAC;IAClB,YAAY,EAAE,GAAG,CAAQ;IAGzB,OAAO,EAAE,GAAG,EAAE,CAAM;IAGpB,WAAW,SAAM;IAGjB,WAAW,SAAW;IAGtB,WAAW,SAAW;IAGtB,MAAM,UAAS;IAGf,SAAS,UAAS;IAGlB,QAAQ,UAAS;IAGjB,QAAQ,EAAE,GAAG,CAAU;IAGvB,QAAQ,UAAS;IAGjB,aAAa,UAAS;IAGtB,qBAAqB,SAAM;IAG3B,OAAO,UAAS;IAGhB,gBAAgB,UAAS;IAGzB,QAAQ,EAAE,MAAM,GAAG,SAAS,CAAC;IAG7B,eAAe,EAAE,QAAQ,GAAG,UAAU,GAAG,YAAY,GAAG,UAAU,GAAG,IAAI,GAAG,WAAW,GAAG,IAAI,GAAG,KAAK,GAAG,IAAI,GAAG,KAAK,GAAG,SAAS,CAAC;IAGlI,YAAY,SAAsB;IAGlC,QAAQ,oBAA2B;IAGnC,QAAQ,oBAA2B;IAGnC,MAAM,qBAA4B;IAGlC,MAAM,qBAA4B;IAGlC,OAAO,oBAA2B;IAGlC,MAAM,oBAA2B;IAEjC,KAAK,EAAE,GAAG,CAAQ;IAElB,OAAO,CAAC,aAAa,CAAuB;IAE5C,OAAO,CAAC,cAAc,CAAY;IAElC,UAAU,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IAI5B,gBAAgB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAI/B,iBAAiB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAIhC,gBAAgB,CAAC,QAAQ,EAAE,OAAO,GAAG,IAAI;IAIzC,YAAY,CAAC,KAAK,EAAE,iBAAiB,GAAG,IAAI;IAQ5C,YAAY,CAAC,KAAK,EAAE,iBAAiB,GAAG,IAAI;IAI5C,UAAU,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IAM5B,KAAK,IAAI,IAAI;IAIb,IAAI,IAAI,IAAI;IAIZ,IAAI,IAAI,IAAI;IAIZ,KAAK,IAAI,IAAI;yCA5HF,iBAAiB;2CAAjB,iBAAiB;CAiI7B"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./dropdown.component";
|
|
3
3
|
import * as i2 from "../shared/shared-ui.module";
|
|
4
|
-
import * as i3 from "primeng/
|
|
4
|
+
import * as i3 from "primeng/select";
|
|
5
5
|
export declare class DropdownComponentModule {
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<DropdownComponentModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DropdownComponentModule, [typeof i1.DropdownComponent], [typeof i2.SharedUiModule, typeof i3.
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DropdownComponentModule, [typeof i1.DropdownComponent], [typeof i2.SharedUiModule, typeof i3.SelectModule], [typeof i1.DropdownComponent]>;
|
|
8
8
|
static ɵinj: i0.ɵɵInjectorDeclaration<DropdownComponentModule>;
|
|
9
9
|
}
|
|
10
10
|
//# sourceMappingURL=dropdown.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"table.component.d.ts","sourceRoot":"","sources":["../../../../../projects/inspark-components/src/components/table/table.component.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"table.component.d.ts","sourceRoot":"","sources":["../../../../../projects/inspark-components/src/components/table/table.component.ts"],"names":[],"mappings":"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"}
|
|
@@ -45,6 +45,8 @@ import { BreadcrumbModule } from 'primeng/breadcrumb';
|
|
|
45
45
|
export { BreadcrumbModule } from 'primeng/breadcrumb';
|
|
46
46
|
import { TreeModule } from 'primeng/tree';
|
|
47
47
|
export { TreeModule } from 'primeng/tree';
|
|
48
|
+
import * as i3$2 from 'primeng/select';
|
|
49
|
+
import { SelectModule } from 'primeng/select';
|
|
48
50
|
|
|
49
51
|
class PropertyValuePipe {
|
|
50
52
|
transform(value, name) {
|
|
@@ -1333,6 +1335,7 @@ class TableComponent {
|
|
|
1333
1335
|
updateData() {
|
|
1334
1336
|
this.primaryColumns = this.columns.filter(column => !column.isSecondary);
|
|
1335
1337
|
this.globalFilteredColumns = this.columns.filter(column => column.isFiltering !== false).map(val => val.field);
|
|
1338
|
+
this.visibleColumns();
|
|
1336
1339
|
}
|
|
1337
1340
|
visibleColumns() {
|
|
1338
1341
|
this.restoreHiddenColumns();
|
|
@@ -5969,24 +5972,24 @@ class DropdownComponent {
|
|
|
5969
5972
|
} if (rf & 2) {
|
|
5970
5973
|
let _t;
|
|
5971
5974
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.dropdown = _t.first);
|
|
5972
|
-
} }, inputs: { options: "options", placeholder: "placeholder", optionLabel: "optionLabel", optionValue: "optionValue", filter: "filter", showClear: "showClear", disabled: "disabled", appendTo: "appendTo", editable: "editable", virtualScroll: "virtualScroll", virtualScrollItemSize: "virtualScrollItemSize", loading: "loading", autoDisplayFirst: "autoDisplayFirst", emptyMessage: "emptyMessage" }, outputs: { onChange: "onChange", onFilter: "onFilter", onShow: "onShow", onHide: "onHide", onFocus: "onFocus", onBlur: "onBlur" }, standalone: false, features: [i0.ɵɵProvidersFeature([
|
|
5975
|
+
} }, inputs: { options: "options", placeholder: "placeholder", optionLabel: "optionLabel", optionValue: "optionValue", filter: "filter", showClear: "showClear", disabled: "disabled", appendTo: "appendTo", editable: "editable", virtualScroll: "virtualScroll", virtualScrollItemSize: "virtualScrollItemSize", loading: "loading", autoDisplayFirst: "autoDisplayFirst", filterBy: "filterBy", filterMatchMode: "filterMatchMode", emptyMessage: "emptyMessage" }, outputs: { onChange: "onChange", onFilter: "onFilter", onShow: "onShow", onHide: "onHide", onFocus: "onFocus", onBlur: "onBlur" }, standalone: false, features: [i0.ɵɵProvidersFeature([
|
|
5973
5976
|
{
|
|
5974
5977
|
provide: NG_VALUE_ACCESSOR,
|
|
5975
5978
|
useExisting: forwardRef(() => DropdownComponent),
|
|
5976
5979
|
multi: true
|
|
5977
5980
|
}
|
|
5978
|
-
])], ngContentSelectors: _c2, decls: 4, vars:
|
|
5981
|
+
])], ngContentSelectors: _c2, decls: 4, vars: 17, consts: [["dropdown", ""], [3, "ngModelChange", "onChange", "onFilter", "onShow", "onHide", "onFocus", "onBlur", "options", "placeholder", "optionLabel", "optionValue", "filter", "filterBy", "filterMatchMode", "showClear", "disabled", "appendTo", "editable", "virtualScroll", "virtualScrollItemSize", "loading", "autoDisplayFirst", "emptyMessage", "ngModel"], ["pTemplate", "selectedItem"], ["pTemplate", "item"], [4, "ngIf"]], template: function DropdownComponent_Template(rf, ctx) { if (rf & 1) {
|
|
5979
5982
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
5980
5983
|
i0.ɵɵprojectionDef(_c1);
|
|
5981
|
-
i0.ɵɵelementStart(0, "p-
|
|
5982
|
-
i0.ɵɵtwoWayListener("ngModelChange", function
|
|
5983
|
-
i0.ɵɵlistener("onChange", function
|
|
5984
|
+
i0.ɵɵelementStart(0, "p-select", 1, 0);
|
|
5985
|
+
i0.ɵɵtwoWayListener("ngModelChange", function DropdownComponent_Template_p_select_ngModelChange_0_listener($event) { i0.ɵɵrestoreView(_r1); i0.ɵɵtwoWayBindingSet(ctx.value, $event) || (ctx.value = $event); return i0.ɵɵresetView($event); });
|
|
5986
|
+
i0.ɵɵlistener("onChange", function DropdownComponent_Template_p_select_onChange_0_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.handleChange($event)); })("onFilter", function DropdownComponent_Template_p_select_onFilter_0_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.handleFilter($event)); })("onShow", function DropdownComponent_Template_p_select_onShow_0_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onShow.emit()); })("onHide", function DropdownComponent_Template_p_select_onHide_0_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onHide.emit()); })("onFocus", function DropdownComponent_Template_p_select_onFocus_0_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onFocus.emit($event)); })("onBlur", function DropdownComponent_Template_p_select_onBlur_0_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.handleBlur($event)); });
|
|
5984
5987
|
i0.ɵɵtemplate(2, DropdownComponent_ng_template_2_Template, 2, 1, "ng-template", 2)(3, DropdownComponent_ng_template_3_Template, 2, 1, "ng-template", 3);
|
|
5985
5988
|
i0.ɵɵelementEnd();
|
|
5986
5989
|
} if (rf & 2) {
|
|
5987
|
-
i0.ɵɵproperty("options", ctx.options)("placeholder", ctx.placeholder)("optionLabel", ctx.optionLabel)("optionValue", ctx.optionValue)("filter", ctx.filter)("showClear", ctx.showClear)("disabled", ctx.disabled)("appendTo", ctx.appendTo)("editable", ctx.editable)("virtualScroll", ctx.virtualScroll)("virtualScrollItemSize", ctx.virtualScrollItemSize)("loading", ctx.loading)("autoDisplayFirst", ctx.autoDisplayFirst)("emptyMessage", ctx.emptyMessage);
|
|
5990
|
+
i0.ɵɵproperty("options", ctx.options)("placeholder", ctx.placeholder)("optionLabel", ctx.optionLabel)("optionValue", ctx.optionValue)("filter", ctx.filter)("filterBy", ctx.filterBy)("filterMatchMode", ctx.filterMatchMode)("showClear", ctx.showClear)("disabled", ctx.disabled)("appendTo", ctx.appendTo)("editable", ctx.editable)("virtualScroll", ctx.virtualScroll)("virtualScrollItemSize", ctx.virtualScrollItemSize)("loading", ctx.loading)("autoDisplayFirst", ctx.autoDisplayFirst)("emptyMessage", ctx.emptyMessage);
|
|
5988
5991
|
i0.ɵɵtwoWayProperty("ngModel", ctx.value);
|
|
5989
|
-
} }, dependencies: [i1$2.NgIf, i2$1.NgControlStatus, i2$1.NgModel,
|
|
5992
|
+
} }, dependencies: [i1$2.NgIf, i2$1.NgControlStatus, i2$1.NgModel, i3$2.Select, i2.PrimeTemplate], styles: [".in-dropdown[_ngcontent-%COMP%]{width:100%;margin-bottom:0}"] }); }
|
|
5990
5993
|
}
|
|
5991
5994
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DropdownComponent, [{
|
|
5992
5995
|
type: Component,
|
|
@@ -5996,7 +5999,7 @@ class DropdownComponent {
|
|
|
5996
5999
|
useExisting: forwardRef(() => DropdownComponent),
|
|
5997
6000
|
multi: true
|
|
5998
6001
|
}
|
|
5999
|
-
], template: "<p-
|
|
6002
|
+
], template: "<p-select\n #dropdown\n\n [options]=\"options\"\n [placeholder]=\"placeholder\"\n [optionLabel]=\"optionLabel\"\n [optionValue]=\"optionValue\"\n [filter]=\"filter\"\n [filterBy]=\"filterBy\"\n [filterMatchMode]=\"filterMatchMode\"\n [showClear]=\"showClear\"\n [disabled]=\"disabled\"\n [appendTo]=\"appendTo\"\n [editable]=\"editable\"\n [virtualScroll]=\"virtualScroll\"\n [virtualScrollItemSize]=\"virtualScrollItemSize\"\n [loading]=\"loading\"\n [autoDisplayFirst]=\"autoDisplayFirst\"\n [emptyMessage]=\"emptyMessage\"\n\n [(ngModel)]=\"value\"\n\n (onChange)=\"handleChange($event)\"\n (onFilter)=\"handleFilter($event)\"\n (onShow)=\"onShow.emit()\"\n (onHide)=\"onHide.emit()\"\n (onFocus)=\"onFocus.emit($event)\"\n (onBlur)=\"handleBlur($event)\"\n>\n\n <ng-template\n pTemplate=\"selectedItem\"\n let-selected\n >\n\n <ng-content\n select=\"[selectedItemTemplate]\"\n ></ng-content>\n\n <span *ngIf=\"!selected\">\n {{ placeholder }}\n </span>\n\n </ng-template>\n\n <ng-template\n pTemplate=\"item\"\n let-item\n >\n\n <ng-content\n select=\"[itemTemplate]\"\n ></ng-content>\n\n <span *ngIf=\"!itemTemplate\">\n {{ item?.[optionLabel] }}\n </span>\n\n </ng-template>\n\n</p-select>\n", styles: [".in-dropdown{width:100%;margin-bottom:0}\n"] }]
|
|
6000
6003
|
}], null, { dropdown: [{
|
|
6001
6004
|
type: ViewChild,
|
|
6002
6005
|
args: ['dropdown']
|
|
@@ -6026,6 +6029,10 @@ class DropdownComponent {
|
|
|
6026
6029
|
type: Input
|
|
6027
6030
|
}], autoDisplayFirst: [{
|
|
6028
6031
|
type: Input
|
|
6032
|
+
}], filterBy: [{
|
|
6033
|
+
type: Input
|
|
6034
|
+
}], filterMatchMode: [{
|
|
6035
|
+
type: Input
|
|
6029
6036
|
}], emptyMessage: [{
|
|
6030
6037
|
type: Input
|
|
6031
6038
|
}], onChange: [{
|
|
@@ -6047,7 +6054,7 @@ class DropdownComponentModule {
|
|
|
6047
6054
|
static { this.ɵfac = function DropdownComponentModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || DropdownComponentModule)(); }; }
|
|
6048
6055
|
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: DropdownComponentModule }); }
|
|
6049
6056
|
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [SharedUiModule,
|
|
6050
|
-
|
|
6057
|
+
SelectModule] }); }
|
|
6051
6058
|
}
|
|
6052
6059
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DropdownComponentModule, [{
|
|
6053
6060
|
type: NgModule,
|
|
@@ -6057,7 +6064,7 @@ class DropdownComponentModule {
|
|
|
6057
6064
|
],
|
|
6058
6065
|
imports: [
|
|
6059
6066
|
SharedUiModule,
|
|
6060
|
-
|
|
6067
|
+
SelectModule
|
|
6061
6068
|
],
|
|
6062
6069
|
exports: [
|
|
6063
6070
|
DropdownComponent
|
|
@@ -6065,7 +6072,7 @@ class DropdownComponentModule {
|
|
|
6065
6072
|
}]
|
|
6066
6073
|
}], null, null); })();
|
|
6067
6074
|
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(DropdownComponentModule, { declarations: [DropdownComponent], imports: [SharedUiModule,
|
|
6068
|
-
|
|
6075
|
+
SelectModule], exports: [DropdownComponent] }); })();
|
|
6069
6076
|
|
|
6070
6077
|
class InsparkComponentsModule {
|
|
6071
6078
|
static { this.ɵfac = function InsparkComponentsModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || InsparkComponentsModule)(); }; }
|