aril 1.1.62 → 1.1.64

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.
@@ -29,6 +29,7 @@ class MultiSelectComponent extends BaseInputComponent {
29
29
  this.groupName = input('');
30
30
  this.parentSelectionKey = input(null);
31
31
  this.selectionItems = signal(null);
32
+ this.showClear = input(false);
32
33
  effect(() => {
33
34
  if (this.groupName() || this.parentSelectionKey())
34
35
  this.getSelectionItems();
@@ -48,11 +49,11 @@ class MultiSelectComponent extends BaseInputComponent {
48
49
  })));
49
50
  }
50
51
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: MultiSelectComponent, deps: [{ token: i1.HttpClient }, { token: i2.TranslocoService }], target: i0.ɵɵFactoryTarget.Component }); }
51
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "17.1.2", type: MultiSelectComponent, isStandalone: true, selector: "aril-multi-select[ngModel], aril-multi-select[formControl], aril-multi-select[formControlName]", inputs: { options: { classPropertyName: "options", publicName: "options", isSignal: true, isRequired: false, transformFunction: null }, optionLabel: { classPropertyName: "optionLabel", publicName: "optionLabel", isSignal: true, isRequired: false, transformFunction: null }, optionValue: { classPropertyName: "optionValue", publicName: "optionValue", isSignal: true, isRequired: false, transformFunction: null }, defaultLabel: { classPropertyName: "defaultLabel", publicName: "defaultLabel", isSignal: true, isRequired: false, transformFunction: null }, selectedItemsLabel: { classPropertyName: "selectedItemsLabel", publicName: "selectedItemsLabel", isSignal: true, isRequired: false, transformFunction: null }, appendTo: { classPropertyName: "appendTo", publicName: "appendTo", isSignal: true, isRequired: false, transformFunction: null }, style: { classPropertyName: "style", publicName: "style", isSignal: true, isRequired: false, transformFunction: null }, styleClass: { classPropertyName: "styleClass", publicName: "styleClass", isSignal: true, isRequired: false, transformFunction: null }, tooltip: { classPropertyName: "tooltip", publicName: "tooltip", isSignal: true, isRequired: false, transformFunction: null }, tooltipPosition: { classPropertyName: "tooltipPosition", publicName: "tooltipPosition", isSignal: true, isRequired: false, transformFunction: null }, groupName: { classPropertyName: "groupName", publicName: "groupName", isSignal: true, isRequired: false, transformFunction: null }, parentSelectionKey: { classPropertyName: "parentSelectionKey", publicName: "parentSelectionKey", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, hostDirectives: [{ directive: i3.ValueAccessorDirective }], ngImport: i0, template: "<p-multiSelect\r\n\t[options]=\"selectionItems() || options()\"\r\n\t[optionLabel]=\"optionLabel()\"\r\n\t[optionValue]=\"optionValue()\"\r\n\t[defaultLabel]=\"defaultLabel()\"\r\n\t[selectedItemsLabel]=\"selectedItemsLabel()\"\r\n\t[style]=\"style()\"\r\n\t[styleClass]=\"styleClass()\"\r\n\t[tooltip]=\"tooltip()\"\r\n\t[tooltipPosition]=\"tooltipPosition()\"\r\n\t[formControl]=\"ngControl.control\"\r\n\t(ngModelChange)=\"ngControl.viewToModelUpdate($event)\"\r\n\t[appendTo]=\"appendTo()\">\r\n</p-multiSelect>\r\n", dependencies: [{ kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i4.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "ngmodule", type: MultiSelectModule }, { kind: "component", type: i5.MultiSelect, selector: "p-multiSelect", inputs: ["id", "ariaLabel", "style", "styleClass", "panelStyle", "panelStyleClass", "inputId", "disabled", "readonly", "group", "filter", "filterPlaceHolder", "filterLocale", "overlayVisible", "tabindex", "variant", "appendTo", "dataKey", "name", "ariaLabelledBy", "displaySelectedLabel", "maxSelectedLabels", "selectionLimit", "selectedItemsLabel", "showToggleAll", "emptyFilterMessage", "emptyMessage", "resetFilterOnHide", "dropdownIcon", "optionLabel", "optionValue", "optionDisabled", "optionGroupLabel", "optionGroupChildren", "showHeader", "filterBy", "scrollHeight", "lazy", "virtualScroll", "loading", "virtualScrollItemSize", "loadingIcon", "virtualScrollOptions", "overlayOptions", "ariaFilterLabel", "filterMatchMode", "tooltip", "tooltipPosition", "tooltipPositionStyle", "tooltipStyleClass", "autofocusFilter", "display", "autocomplete", "showClear", "autofocus", "autoZIndex", "baseZIndex", "showTransitionOptions", "hideTransitionOptions", "defaultLabel", "placeholder", "options", "filterValue", "itemSize", "selectAll", "focusOnHover", "filterFields", "selectOnFocus", "autoOptionFocus"], outputs: ["onChange", "onFilter", "onFocus", "onBlur", "onClick", "onClear", "onPanelShow", "onPanelHide", "onLazyLoad", "onRemove", "onSelectAllChange"] }] }); }
52
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "17.1.2", type: MultiSelectComponent, isStandalone: true, selector: "aril-multi-select[ngModel], aril-multi-select[formControl], aril-multi-select[formControlName]", inputs: { options: { classPropertyName: "options", publicName: "options", isSignal: true, isRequired: false, transformFunction: null }, optionLabel: { classPropertyName: "optionLabel", publicName: "optionLabel", isSignal: true, isRequired: false, transformFunction: null }, optionValue: { classPropertyName: "optionValue", publicName: "optionValue", isSignal: true, isRequired: false, transformFunction: null }, defaultLabel: { classPropertyName: "defaultLabel", publicName: "defaultLabel", isSignal: true, isRequired: false, transformFunction: null }, selectedItemsLabel: { classPropertyName: "selectedItemsLabel", publicName: "selectedItemsLabel", isSignal: true, isRequired: false, transformFunction: null }, appendTo: { classPropertyName: "appendTo", publicName: "appendTo", isSignal: true, isRequired: false, transformFunction: null }, style: { classPropertyName: "style", publicName: "style", isSignal: true, isRequired: false, transformFunction: null }, styleClass: { classPropertyName: "styleClass", publicName: "styleClass", isSignal: true, isRequired: false, transformFunction: null }, tooltip: { classPropertyName: "tooltip", publicName: "tooltip", isSignal: true, isRequired: false, transformFunction: null }, tooltipPosition: { classPropertyName: "tooltipPosition", publicName: "tooltipPosition", isSignal: true, isRequired: false, transformFunction: null }, groupName: { classPropertyName: "groupName", publicName: "groupName", isSignal: true, isRequired: false, transformFunction: null }, parentSelectionKey: { classPropertyName: "parentSelectionKey", publicName: "parentSelectionKey", isSignal: true, isRequired: false, transformFunction: null }, showClear: { classPropertyName: "showClear", publicName: "showClear", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, hostDirectives: [{ directive: i3.ValueAccessorDirective }], ngImport: i0, template: "<p-multiSelect\r\n\t[options]=\"selectionItems() || options()\"\r\n\t[optionLabel]=\"optionLabel()\"\r\n\t[optionValue]=\"optionValue()\"\r\n\t[defaultLabel]=\"defaultLabel()\"\r\n\t[selectedItemsLabel]=\"selectedItemsLabel()\"\r\n\t[style]=\"style()\"\r\n\t[styleClass]=\"styleClass()\"\r\n\t[tooltip]=\"tooltip()\"\r\n\t[tooltipPosition]=\"tooltipPosition()\"\r\n\t[formControl]=\"ngControl.control\"\r\n\t(ngModelChange)=\"ngControl.viewToModelUpdate($event)\"\r\n\t[appendTo]=\"appendTo()\"\r\n\t[showClear]=\"showClear()\" />\r\n", dependencies: [{ kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i4.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "ngmodule", type: MultiSelectModule }, { kind: "component", type: i5.MultiSelect, selector: "p-multiSelect", inputs: ["id", "ariaLabel", "style", "styleClass", "panelStyle", "panelStyleClass", "inputId", "disabled", "readonly", "group", "filter", "filterPlaceHolder", "filterLocale", "overlayVisible", "tabindex", "variant", "appendTo", "dataKey", "name", "ariaLabelledBy", "displaySelectedLabel", "maxSelectedLabels", "selectionLimit", "selectedItemsLabel", "showToggleAll", "emptyFilterMessage", "emptyMessage", "resetFilterOnHide", "dropdownIcon", "optionLabel", "optionValue", "optionDisabled", "optionGroupLabel", "optionGroupChildren", "showHeader", "filterBy", "scrollHeight", "lazy", "virtualScroll", "loading", "virtualScrollItemSize", "loadingIcon", "virtualScrollOptions", "overlayOptions", "ariaFilterLabel", "filterMatchMode", "tooltip", "tooltipPosition", "tooltipPositionStyle", "tooltipStyleClass", "autofocusFilter", "display", "autocomplete", "showClear", "autofocus", "autoZIndex", "baseZIndex", "showTransitionOptions", "hideTransitionOptions", "defaultLabel", "placeholder", "options", "filterValue", "itemSize", "selectAll", "focusOnHover", "filterFields", "selectOnFocus", "autoOptionFocus"], outputs: ["onChange", "onFilter", "onFocus", "onBlur", "onClick", "onClear", "onPanelShow", "onPanelHide", "onLazyLoad", "onRemove", "onSelectAllChange"] }] }); }
52
53
  }
53
54
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: MultiSelectComponent, decorators: [{
54
55
  type: Component,
55
- args: [{ standalone: true, selector: 'aril-multi-select[ngModel], aril-multi-select[formControl], aril-multi-select[formControlName]', imports: [ReactiveFormsModule, MultiSelectModule], hostDirectives: [ValueAccessorDirective], template: "<p-multiSelect\r\n\t[options]=\"selectionItems() || options()\"\r\n\t[optionLabel]=\"optionLabel()\"\r\n\t[optionValue]=\"optionValue()\"\r\n\t[defaultLabel]=\"defaultLabel()\"\r\n\t[selectedItemsLabel]=\"selectedItemsLabel()\"\r\n\t[style]=\"style()\"\r\n\t[styleClass]=\"styleClass()\"\r\n\t[tooltip]=\"tooltip()\"\r\n\t[tooltipPosition]=\"tooltipPosition()\"\r\n\t[formControl]=\"ngControl.control\"\r\n\t(ngModelChange)=\"ngControl.viewToModelUpdate($event)\"\r\n\t[appendTo]=\"appendTo()\">\r\n</p-multiSelect>\r\n" }]
56
+ args: [{ standalone: true, selector: 'aril-multi-select[ngModel], aril-multi-select[formControl], aril-multi-select[formControlName]', imports: [ReactiveFormsModule, MultiSelectModule], hostDirectives: [ValueAccessorDirective], template: "<p-multiSelect\r\n\t[options]=\"selectionItems() || options()\"\r\n\t[optionLabel]=\"optionLabel()\"\r\n\t[optionValue]=\"optionValue()\"\r\n\t[defaultLabel]=\"defaultLabel()\"\r\n\t[selectedItemsLabel]=\"selectedItemsLabel()\"\r\n\t[style]=\"style()\"\r\n\t[styleClass]=\"styleClass()\"\r\n\t[tooltip]=\"tooltip()\"\r\n\t[tooltipPosition]=\"tooltipPosition()\"\r\n\t[formControl]=\"ngControl.control\"\r\n\t(ngModelChange)=\"ngControl.viewToModelUpdate($event)\"\r\n\t[appendTo]=\"appendTo()\"\r\n\t[showClear]=\"showClear()\" />\r\n" }]
56
57
  }], ctorParameters: () => [{ type: i1.HttpClient }, { type: i2.TranslocoService }] });
57
58
 
58
59
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"aril-ui-multiSelect.mjs","sources":["../../projects/aril/ui/multiSelect/src/multi-select.component.ts","../../projects/aril/ui/multiSelect/src/multi-select.component.html","../../projects/aril/ui/multiSelect/aril-ui-multiSelect.ts"],"sourcesContent":["import { HttpClient } from '@angular/common/http';\r\nimport { Component, effect, input, signal } from '@angular/core';\r\nimport { ReactiveFormsModule } from '@angular/forms';\r\n\r\nimport { MultiSelectModule } from 'primeng/multiselect';\r\n\r\nimport { TranslocoService } from '@ngneat/transloco';\r\nimport { firstValueFrom } from 'rxjs';\r\n\r\nimport { API_CONFIGS } from 'aril/boot/config/api';\r\nimport { BaseInputComponent, ValueAccessorDirective } from 'aril/ui/lib';\r\n\r\nimport { SelectBoxItem, SelectionGroupDTO, SelectionRequestDTO } from './interfaces';\r\n\r\n@Component({\r\n\tstandalone: true,\r\n\tselector: 'aril-multi-select[ngModel], aril-multi-select[formControl], aril-multi-select[formControlName]',\r\n\ttemplateUrl: './multi-select.component.html',\r\n\timports: [ReactiveFormsModule, MultiSelectModule],\r\n\thostDirectives: [ValueAccessorDirective]\r\n})\r\nexport class MultiSelectComponent extends BaseInputComponent {\r\n\toptions = input<[]>([]);\r\n\toptionLabel = input<string>('text');\r\n\toptionValue = input<string>('key');\r\n\tdefaultLabel = input<string>('Seçiniz');\r\n\tselectedItemsLabel = input<string>(''); // default value -> ({0} items selected\r\n\tappendTo = input<string>('body');\r\n\tstyle = input<object>({});\r\n\tstyleClass = input<string>('');\r\n\ttooltip = input<string>('');\r\n\ttooltipPosition = input<any>('top');\r\n\tgroupName = input('');\r\n\tparentSelectionKey = input(null);\r\n\tselectionItems = signal<SelectBoxItem[] | null>(null);\r\n\r\n\tconstructor(\r\n\t\tprivate http: HttpClient,\r\n\t\tpublic translocoService: TranslocoService\r\n\t) {\r\n\t\tsuper();\r\n\t\teffect(() => {\r\n\t\t\tif (this.groupName() || this.parentSelectionKey()) this.getSelectionItems();\r\n\t\t});\r\n\t}\r\n\r\n\tasync getSelectionItems() {\r\n\t\tconst payload: SelectionRequestDTO = {\r\n\t\t\tgroupName: this.groupName(),\r\n\t\t\tparentSelectionKey: this.parentSelectionKey()\r\n\t\t};\r\n\t\tconst hostApi = API_CONFIGS.api.replace(/\\/[^\\/]+\\/v1$/, `/host/v1`);\r\n\t\tconst selectionGroup = await firstValueFrom(\r\n\t\t\tthis.http.post<SelectionGroupDTO>(hostApi + '/selection-group/load', payload)\r\n\t\t);\r\n\r\n\t\tthis.selectionItems.set(\r\n\t\t\tselectionGroup?.selectionItems.map((item) => ({\r\n\t\t\t\tkey: item.selectionKey,\r\n\t\t\t\ttext: item.selectionDisplay,\r\n\t\t\t\tparentSelectionKey: item.parentSelectionKey\r\n\t\t\t}))\r\n\t\t);\r\n\t}\r\n}\r\n","<p-multiSelect\r\n\t[options]=\"selectionItems() || options()\"\r\n\t[optionLabel]=\"optionLabel()\"\r\n\t[optionValue]=\"optionValue()\"\r\n\t[defaultLabel]=\"defaultLabel()\"\r\n\t[selectedItemsLabel]=\"selectedItemsLabel()\"\r\n\t[style]=\"style()\"\r\n\t[styleClass]=\"styleClass()\"\r\n\t[tooltip]=\"tooltip()\"\r\n\t[tooltipPosition]=\"tooltipPosition()\"\r\n\t[formControl]=\"ngControl.control\"\r\n\t(ngModelChange)=\"ngControl.viewToModelUpdate($event)\"\r\n\t[appendTo]=\"appendTo()\">\r\n</p-multiSelect>\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"aril-ui-multiSelect.mjs","sources":["../../projects/aril/ui/multiSelect/src/multi-select.component.ts","../../projects/aril/ui/multiSelect/src/multi-select.component.html","../../projects/aril/ui/multiSelect/aril-ui-multiSelect.ts"],"sourcesContent":["import { HttpClient } from '@angular/common/http';\r\nimport { Component, effect, input, signal } from '@angular/core';\r\nimport { ReactiveFormsModule } from '@angular/forms';\r\n\r\nimport { MultiSelectModule } from 'primeng/multiselect';\r\n\r\nimport { TranslocoService } from '@ngneat/transloco';\r\nimport { firstValueFrom } from 'rxjs';\r\n\r\nimport { API_CONFIGS } from 'aril/boot/config/api';\r\nimport { BaseInputComponent, ValueAccessorDirective } from 'aril/ui/lib';\r\n\r\nimport { SelectBoxItem, SelectionGroupDTO, SelectionRequestDTO } from './interfaces';\r\n\r\n@Component({\r\n\tstandalone: true,\r\n\tselector: 'aril-multi-select[ngModel], aril-multi-select[formControl], aril-multi-select[formControlName]',\r\n\ttemplateUrl: './multi-select.component.html',\r\n\timports: [ReactiveFormsModule, MultiSelectModule],\r\n\thostDirectives: [ValueAccessorDirective]\r\n})\r\nexport class MultiSelectComponent extends BaseInputComponent {\r\n\toptions = input<[]>([]);\r\n\toptionLabel = input<string>('text');\r\n\toptionValue = input<string>('key');\r\n\tdefaultLabel = input<string>('Seçiniz');\r\n\tselectedItemsLabel = input<string>(''); // default value -> ({0} items selected\r\n\tappendTo = input<string>('body');\r\n\tstyle = input<object>({});\r\n\tstyleClass = input<string>('');\r\n\ttooltip = input<string>('');\r\n\ttooltipPosition = input<any>('top');\r\n\tgroupName = input('');\r\n\tparentSelectionKey = input(null);\r\n\tselectionItems = signal<SelectBoxItem[] | null>(null);\r\n\tshowClear = input<boolean>(false);\r\n\r\n\tconstructor(\r\n\t\tprivate http: HttpClient,\r\n\t\tpublic translocoService: TranslocoService\r\n\t) {\r\n\t\tsuper();\r\n\t\teffect(() => {\r\n\t\t\tif (this.groupName() || this.parentSelectionKey()) this.getSelectionItems();\r\n\t\t});\r\n\t}\r\n\r\n\tasync getSelectionItems() {\r\n\t\tconst payload: SelectionRequestDTO = {\r\n\t\t\tgroupName: this.groupName(),\r\n\t\t\tparentSelectionKey: this.parentSelectionKey()\r\n\t\t};\r\n\t\tconst hostApi = API_CONFIGS.api.replace(/\\/[^\\/]+\\/v1$/, `/host/v1`);\r\n\t\tconst selectionGroup = await firstValueFrom(\r\n\t\t\tthis.http.post<SelectionGroupDTO>(hostApi + '/selection-group/load', payload)\r\n\t\t);\r\n\r\n\t\tthis.selectionItems.set(\r\n\t\t\tselectionGroup?.selectionItems.map((item) => ({\r\n\t\t\t\tkey: item.selectionKey,\r\n\t\t\t\ttext: item.selectionDisplay,\r\n\t\t\t\tparentSelectionKey: item.parentSelectionKey\r\n\t\t\t}))\r\n\t\t);\r\n\t}\r\n}\r\n","<p-multiSelect\r\n\t[options]=\"selectionItems() || options()\"\r\n\t[optionLabel]=\"optionLabel()\"\r\n\t[optionValue]=\"optionValue()\"\r\n\t[defaultLabel]=\"defaultLabel()\"\r\n\t[selectedItemsLabel]=\"selectedItemsLabel()\"\r\n\t[style]=\"style()\"\r\n\t[styleClass]=\"styleClass()\"\r\n\t[tooltip]=\"tooltip()\"\r\n\t[tooltipPosition]=\"tooltipPosition()\"\r\n\t[formControl]=\"ngControl.control\"\r\n\t(ngModelChange)=\"ngControl.viewToModelUpdate($event)\"\r\n\t[appendTo]=\"appendTo()\"\r\n\t[showClear]=\"showClear()\" />\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aril",
3
- "version": "1.1.62",
3
+ "version": "1.1.64",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "~17.1.0",
6
6
  "@angular/common": "^17.1.0",
@@ -51,18 +51,18 @@
51
51
  "esm": "./esm2022/boot/aril-boot.mjs",
52
52
  "default": "./fesm2022/aril-boot.mjs"
53
53
  },
54
- "./http": {
55
- "types": "./http/index.d.ts",
56
- "esm2022": "./esm2022/http/aril-http.mjs",
57
- "esm": "./esm2022/http/aril-http.mjs",
58
- "default": "./fesm2022/aril-http.mjs"
59
- },
60
54
  "./i18n": {
61
55
  "types": "./i18n/index.d.ts",
62
56
  "esm2022": "./esm2022/i18n/aril-i18n.mjs",
63
57
  "esm": "./esm2022/i18n/aril-i18n.mjs",
64
58
  "default": "./fesm2022/aril-i18n.mjs"
65
59
  },
60
+ "./http": {
61
+ "types": "./http/index.d.ts",
62
+ "esm2022": "./esm2022/http/aril-http.mjs",
63
+ "esm": "./esm2022/http/aril-http.mjs",
64
+ "default": "./fesm2022/aril-http.mjs"
65
+ },
66
66
  "./keycloak": {
67
67
  "types": "./keycloak/index.d.ts",
68
68
  "esm2022": "./esm2022/keycloak/aril-keycloak.mjs",
@@ -129,18 +129,18 @@
129
129
  "esm": "./esm2022/ui/badge/aril-ui-badge.mjs",
130
130
  "default": "./fesm2022/aril-ui-badge.mjs"
131
131
  },
132
- "./ui/button": {
133
- "types": "./ui/button/index.d.ts",
134
- "esm2022": "./esm2022/ui/button/aril-ui-button.mjs",
135
- "esm": "./esm2022/ui/button/aril-ui-button.mjs",
136
- "default": "./fesm2022/aril-ui-button.mjs"
137
- },
138
132
  "./ui/calendar": {
139
133
  "types": "./ui/calendar/index.d.ts",
140
134
  "esm2022": "./esm2022/ui/calendar/aril-ui-calendar.mjs",
141
135
  "esm": "./esm2022/ui/calendar/aril-ui-calendar.mjs",
142
136
  "default": "./fesm2022/aril-ui-calendar.mjs"
143
137
  },
138
+ "./ui/button": {
139
+ "types": "./ui/button/index.d.ts",
140
+ "esm2022": "./esm2022/ui/button/aril-ui-button.mjs",
141
+ "esm": "./esm2022/ui/button/aril-ui-button.mjs",
142
+ "default": "./fesm2022/aril-ui-button.mjs"
143
+ },
144
144
  "./ui/charts": {
145
145
  "types": "./ui/charts/index.d.ts",
146
146
  "esm2022": "./esm2022/ui/charts/aril-ui-charts.mjs",
@@ -207,12 +207,6 @@
207
207
  "esm": "./esm2022/ui/img-viewer/aril-ui-img-viewer.mjs",
208
208
  "default": "./fesm2022/aril-ui-img-viewer.mjs"
209
209
  },
210
- "./ui/json-diff-comparison": {
211
- "types": "./ui/json-diff-comparison/index.d.ts",
212
- "esm2022": "./esm2022/ui/json-diff-comparison/aril-ui-json-diff-comparison.mjs",
213
- "esm": "./esm2022/ui/json-diff-comparison/aril-ui-json-diff-comparison.mjs",
214
- "default": "./fesm2022/aril-ui-json-diff-comparison.mjs"
215
- },
216
210
  "./ui/lib": {
217
211
  "types": "./ui/lib/index.d.ts",
218
212
  "esm2022": "./esm2022/ui/lib/aril-ui-lib.mjs",
@@ -225,6 +219,12 @@
225
219
  "esm": "./esm2022/ui/loader/aril-ui-loader.mjs",
226
220
  "default": "./fesm2022/aril-ui-loader.mjs"
227
221
  },
222
+ "./ui/json-diff-comparison": {
223
+ "types": "./ui/json-diff-comparison/index.d.ts",
224
+ "esm2022": "./esm2022/ui/json-diff-comparison/aril-ui-json-diff-comparison.mjs",
225
+ "esm": "./esm2022/ui/json-diff-comparison/aril-ui-json-diff-comparison.mjs",
226
+ "default": "./fesm2022/aril-ui-json-diff-comparison.mjs"
227
+ },
228
228
  "./ui/mask": {
229
229
  "types": "./ui/mask/index.d.ts",
230
230
  "esm2022": "./esm2022/ui/mask/aril-ui-mask.mjs",
@@ -243,6 +243,12 @@
243
243
  "esm": "./esm2022/ui/number/aril-ui-number.mjs",
244
244
  "default": "./fesm2022/aril-ui-number.mjs"
245
245
  },
246
+ "./ui/panel": {
247
+ "types": "./ui/panel/index.d.ts",
248
+ "esm2022": "./esm2022/ui/panel/aril-ui-panel.mjs",
249
+ "esm": "./esm2022/ui/panel/aril-ui-panel.mjs",
250
+ "default": "./fesm2022/aril-ui-panel.mjs"
251
+ },
246
252
  "./ui/operation-types-dialog": {
247
253
  "types": "./ui/operation-types-dialog/index.d.ts",
248
254
  "esm2022": "./esm2022/ui/operation-types-dialog/aril-ui-operation-types-dialog.mjs",
@@ -255,12 +261,6 @@
255
261
  "esm": "./esm2022/ui/overlayPanel/aril-ui-overlayPanel.mjs",
256
262
  "default": "./fesm2022/aril-ui-overlayPanel.mjs"
257
263
  },
258
- "./ui/panel": {
259
- "types": "./ui/panel/index.d.ts",
260
- "esm2022": "./esm2022/ui/panel/aril-ui-panel.mjs",
261
- "esm": "./esm2022/ui/panel/aril-ui-panel.mjs",
262
- "default": "./fesm2022/aril-ui-panel.mjs"
263
- },
264
264
  "./ui/password": {
265
265
  "types": "./ui/password/index.d.ts",
266
266
  "esm2022": "./esm2022/ui/password/aril-ui-password.mjs",
@@ -273,18 +273,18 @@
273
273
  "esm": "./esm2022/ui/pdf-viewer/aril-ui-pdf-viewer.mjs",
274
274
  "default": "./fesm2022/aril-ui-pdf-viewer.mjs"
275
275
  },
276
- "./ui/progressbar": {
277
- "types": "./ui/progressbar/index.d.ts",
278
- "esm2022": "./esm2022/ui/progressbar/aril-ui-progressbar.mjs",
279
- "esm": "./esm2022/ui/progressbar/aril-ui-progressbar.mjs",
280
- "default": "./fesm2022/aril-ui-progressbar.mjs"
281
- },
282
276
  "./ui/radioButton": {
283
277
  "types": "./ui/radioButton/index.d.ts",
284
278
  "esm2022": "./esm2022/ui/radioButton/aril-ui-radioButton.mjs",
285
279
  "esm": "./esm2022/ui/radioButton/aril-ui-radioButton.mjs",
286
280
  "default": "./fesm2022/aril-ui-radioButton.mjs"
287
281
  },
282
+ "./ui/progressbar": {
283
+ "types": "./ui/progressbar/index.d.ts",
284
+ "esm2022": "./esm2022/ui/progressbar/aril-ui-progressbar.mjs",
285
+ "esm": "./esm2022/ui/progressbar/aril-ui-progressbar.mjs",
286
+ "default": "./fesm2022/aril-ui-progressbar.mjs"
287
+ },
288
288
  "./ui/relativeDateSelector": {
289
289
  "types": "./ui/relativeDateSelector/index.d.ts",
290
290
  "esm2022": "./esm2022/ui/relativeDateSelector/aril-ui-relativeDateSelector.mjs",
@@ -339,30 +339,24 @@
339
339
  "esm": "./esm2022/ui/textArea/aril-ui-textArea.mjs",
340
340
  "default": "./fesm2022/aril-ui-textArea.mjs"
341
341
  },
342
- "./ui/tooltip": {
343
- "types": "./ui/tooltip/index.d.ts",
344
- "esm2022": "./esm2022/ui/tooltip/aril-ui-tooltip.mjs",
345
- "esm": "./esm2022/ui/tooltip/aril-ui-tooltip.mjs",
346
- "default": "./fesm2022/aril-ui-tooltip.mjs"
347
- },
348
342
  "./ui/toggle-button": {
349
343
  "types": "./ui/toggle-button/index.d.ts",
350
344
  "esm2022": "./esm2022/ui/toggle-button/aril-ui-toggle-button.mjs",
351
345
  "esm": "./esm2022/ui/toggle-button/aril-ui-toggle-button.mjs",
352
346
  "default": "./fesm2022/aril-ui-toggle-button.mjs"
353
347
  },
348
+ "./ui/tooltip": {
349
+ "types": "./ui/tooltip/index.d.ts",
350
+ "esm2022": "./esm2022/ui/tooltip/aril-ui-tooltip.mjs",
351
+ "esm": "./esm2022/ui/tooltip/aril-ui-tooltip.mjs",
352
+ "default": "./fesm2022/aril-ui-tooltip.mjs"
353
+ },
354
354
  "./ui/translate-input": {
355
355
  "types": "./ui/translate-input/index.d.ts",
356
356
  "esm2022": "./esm2022/ui/translate-input/aril-ui-translate-input.mjs",
357
357
  "esm": "./esm2022/ui/translate-input/aril-ui-translate-input.mjs",
358
358
  "default": "./fesm2022/aril-ui-translate-input.mjs"
359
359
  },
360
- "./ui/treeSelect": {
361
- "types": "./ui/treeSelect/index.d.ts",
362
- "esm2022": "./esm2022/ui/treeSelect/aril-ui-treeSelect.mjs",
363
- "esm": "./esm2022/ui/treeSelect/aril-ui-treeSelect.mjs",
364
- "default": "./fesm2022/aril-ui-treeSelect.mjs"
365
- },
366
360
  "./ui/tree": {
367
361
  "types": "./ui/tree/index.d.ts",
368
362
  "esm2022": "./esm2022/ui/tree/aril-ui-tree.mjs",
@@ -375,24 +369,30 @@
375
369
  "esm": "./esm2022/ui/treeTable/aril-ui-treeTable.mjs",
376
370
  "default": "./fesm2022/aril-ui-treeTable.mjs"
377
371
  },
372
+ "./ui/treeSelect": {
373
+ "types": "./ui/treeSelect/index.d.ts",
374
+ "esm2022": "./esm2022/ui/treeSelect/aril-ui-treeSelect.mjs",
375
+ "esm": "./esm2022/ui/treeSelect/aril-ui-treeSelect.mjs",
376
+ "default": "./fesm2022/aril-ui-treeSelect.mjs"
377
+ },
378
378
  "./ui/value": {
379
379
  "types": "./ui/value/index.d.ts",
380
380
  "esm2022": "./esm2022/ui/value/aril-ui-value.mjs",
381
381
  "esm": "./esm2022/ui/value/aril-ui-value.mjs",
382
382
  "default": "./fesm2022/aril-ui-value.mjs"
383
383
  },
384
- "./ui-business/assetPicker": {
385
- "types": "./ui-business/assetPicker/index.d.ts",
386
- "esm2022": "./esm2022/ui-business/assetPicker/aril-ui-business-assetPicker.mjs",
387
- "esm": "./esm2022/ui-business/assetPicker/aril-ui-business-assetPicker.mjs",
388
- "default": "./fesm2022/aril-ui-business-assetPicker.mjs"
389
- },
390
384
  "./ui-business/detailed-overlay-panel": {
391
385
  "types": "./ui-business/detailed-overlay-panel/index.d.ts",
392
386
  "esm2022": "./esm2022/ui-business/detailed-overlay-panel/aril-ui-business-detailed-overlay-panel.mjs",
393
387
  "esm": "./esm2022/ui-business/detailed-overlay-panel/aril-ui-business-detailed-overlay-panel.mjs",
394
388
  "default": "./fesm2022/aril-ui-business-detailed-overlay-panel.mjs"
395
389
  },
390
+ "./ui-business/assetPicker": {
391
+ "types": "./ui-business/assetPicker/index.d.ts",
392
+ "esm2022": "./esm2022/ui-business/assetPicker/aril-ui-business-assetPicker.mjs",
393
+ "esm": "./esm2022/ui-business/assetPicker/aril-ui-business-assetPicker.mjs",
394
+ "default": "./fesm2022/aril-ui-business-assetPicker.mjs"
395
+ },
396
396
  "./ui-business/enumPicker": {
397
397
  "types": "./ui-business/enumPicker/index.d.ts",
398
398
  "esm2022": "./esm2022/ui-business/enumPicker/aril-ui-business-enumPicker.mjs",
@@ -411,23 +411,17 @@
411
411
  "esm": "./esm2022/ui-business/multiple-ref-value/aril-ui-business-multiple-ref-value.mjs",
412
412
  "default": "./fesm2022/aril-ui-business-multiple-ref-value.mjs"
413
413
  },
414
- "./ui-business/notification-templates-dialog": {
415
- "types": "./ui-business/notification-templates-dialog/index.d.ts",
416
- "esm2022": "./esm2022/ui-business/notification-templates-dialog/aril-ui-business-notification-templates-dialog.mjs",
417
- "esm": "./esm2022/ui-business/notification-templates-dialog/aril-ui-business-notification-templates-dialog.mjs",
418
- "default": "./fesm2022/aril-ui-business-notification-templates-dialog.mjs"
419
- },
420
414
  "./ui-business/operation-types-dialog": {
421
415
  "types": "./ui-business/operation-types-dialog/index.d.ts",
422
416
  "esm2022": "./esm2022/ui-business/operation-types-dialog/aril-ui-business-operation-types-dialog.mjs",
423
417
  "esm": "./esm2022/ui-business/operation-types-dialog/aril-ui-business-operation-types-dialog.mjs",
424
418
  "default": "./fesm2022/aril-ui-business-operation-types-dialog.mjs"
425
419
  },
426
- "./ui-business/ref-value": {
427
- "types": "./ui-business/ref-value/index.d.ts",
428
- "esm2022": "./esm2022/ui-business/ref-value/aril-ui-business-ref-value.mjs",
429
- "esm": "./esm2022/ui-business/ref-value/aril-ui-business-ref-value.mjs",
430
- "default": "./fesm2022/aril-ui-business-ref-value.mjs"
420
+ "./ui-business/notification-templates-dialog": {
421
+ "types": "./ui-business/notification-templates-dialog/index.d.ts",
422
+ "esm2022": "./esm2022/ui-business/notification-templates-dialog/aril-ui-business-notification-templates-dialog.mjs",
423
+ "esm": "./esm2022/ui-business/notification-templates-dialog/aril-ui-business-notification-templates-dialog.mjs",
424
+ "default": "./fesm2022/aril-ui-business-notification-templates-dialog.mjs"
431
425
  },
432
426
  "./ui-business/rolePicker": {
433
427
  "types": "./ui-business/rolePicker/index.d.ts",
@@ -435,6 +429,12 @@
435
429
  "esm": "./esm2022/ui-business/rolePicker/aril-ui-business-rolePicker.mjs",
436
430
  "default": "./fesm2022/aril-ui-business-rolePicker.mjs"
437
431
  },
432
+ "./ui-business/ref-value": {
433
+ "types": "./ui-business/ref-value/index.d.ts",
434
+ "esm2022": "./esm2022/ui-business/ref-value/aril-ui-business-ref-value.mjs",
435
+ "esm": "./esm2022/ui-business/ref-value/aril-ui-business-ref-value.mjs",
436
+ "default": "./fesm2022/aril-ui-business-ref-value.mjs"
437
+ },
438
438
  "./ui-business/userPicker": {
439
439
  "types": "./ui-business/userPicker/index.d.ts",
440
440
  "esm2022": "./esm2022/ui-business/userPicker/aril-ui-business-userPicker.mjs",
@@ -447,12 +447,6 @@
447
447
  "esm": "./esm2022/util/block/aril-util-block.mjs",
448
448
  "default": "./fesm2022/aril-util-block.mjs"
449
449
  },
450
- "./util/custom_pages": {
451
- "types": "./util/custom_pages/index.d.ts",
452
- "esm2022": "./esm2022/util/custom_pages/aril-util-custom_pages.mjs",
453
- "esm": "./esm2022/util/custom_pages/aril-util-custom_pages.mjs",
454
- "default": "./fesm2022/aril-util-custom_pages.mjs"
455
- },
456
450
  "./util/init-event": {
457
451
  "types": "./util/init-event/index.d.ts",
458
452
  "esm2022": "./esm2022/util/init-event/aril-util-init-event.mjs",
@@ -465,6 +459,12 @@
465
459
  "esm": "./esm2022/util/lib/aril-util-lib.mjs",
466
460
  "default": "./fesm2022/aril-util-lib.mjs"
467
461
  },
462
+ "./util/custom_pages": {
463
+ "types": "./util/custom_pages/index.d.ts",
464
+ "esm2022": "./esm2022/util/custom_pages/aril-util-custom_pages.mjs",
465
+ "esm": "./esm2022/util/custom_pages/aril-util-custom_pages.mjs",
466
+ "default": "./fesm2022/aril-util-custom_pages.mjs"
467
+ },
468
468
  "./util/loaders": {
469
469
  "types": "./util/loaders/index.d.ts",
470
470
  "esm2022": "./esm2022/util/loaders/aril-util-loaders.mjs",
@@ -483,11 +483,11 @@
483
483
  "esm": "./esm2022/util/primitive-extensions/aril-util-primitive-extensions.mjs",
484
484
  "default": "./fesm2022/aril-util-primitive-extensions.mjs"
485
485
  },
486
- "./util/pub-sub": {
487
- "types": "./util/pub-sub/index.d.ts",
488
- "esm2022": "./esm2022/util/pub-sub/aril-util-pub-sub.mjs",
489
- "esm": "./esm2022/util/pub-sub/aril-util-pub-sub.mjs",
490
- "default": "./fesm2022/aril-util-pub-sub.mjs"
486
+ "./util/sync-active-tab-route": {
487
+ "types": "./util/sync-active-tab-route/index.d.ts",
488
+ "esm2022": "./esm2022/util/sync-active-tab-route/aril-util-sync-active-tab-route.mjs",
489
+ "esm": "./esm2022/util/sync-active-tab-route/aril-util-sync-active-tab-route.mjs",
490
+ "default": "./fesm2022/aril-util-sync-active-tab-route.mjs"
491
491
  },
492
492
  "./util/unwrap": {
493
493
  "types": "./util/unwrap/index.d.ts",
@@ -495,11 +495,11 @@
495
495
  "esm": "./esm2022/util/unwrap/aril-util-unwrap.mjs",
496
496
  "default": "./fesm2022/aril-util-unwrap.mjs"
497
497
  },
498
- "./util/sync-active-tab-route": {
499
- "types": "./util/sync-active-tab-route/index.d.ts",
500
- "esm2022": "./esm2022/util/sync-active-tab-route/aril-util-sync-active-tab-route.mjs",
501
- "esm": "./esm2022/util/sync-active-tab-route/aril-util-sync-active-tab-route.mjs",
502
- "default": "./fesm2022/aril-util-sync-active-tab-route.mjs"
498
+ "./util/pub-sub": {
499
+ "types": "./util/pub-sub/index.d.ts",
500
+ "esm2022": "./esm2022/util/pub-sub/aril-util-pub-sub.mjs",
501
+ "esm": "./esm2022/util/pub-sub/aril-util-pub-sub.mjs",
502
+ "default": "./fesm2022/aril-util-pub-sub.mjs"
503
503
  },
504
504
  "./boot/config/api": {
505
505
  "types": "./boot/config/api/index.d.ts",
@@ -35,7 +35,6 @@
35
35
  transition: all 0.25s ease !important;
36
36
 
37
37
  &::placeholder {
38
- color: #64748b !important;
39
38
  font-size: 12px !important;
40
39
  }
41
40
 
@@ -75,4 +75,15 @@
75
75
  }
76
76
  }
77
77
 
78
+ input {
79
+ &::placeholder {
80
+ color: $inputPlaceholderTextColor;
81
+ }
82
+ }
78
83
 
84
+ .dx-placeholder {
85
+ font-family: var(--font-family);
86
+ font-feature-settings: var(--font-feature-settings, normal);
87
+ color: $inputPlaceholderTextColor !important;
88
+ font-size: $inputTextFontSize !important;
89
+ }
@@ -84,7 +84,7 @@ $inputBorder: 1px solid $shade400 !default;
84
84
  $inputHoverBorderColor: #d7def9 !default;
85
85
  $inputFocusBorderColor: #d7def9 !default;
86
86
  $inputErrorBorderColor: $errorColor !default;
87
- $inputPlaceholderTextColor: $shade600 !default;
87
+ $inputPlaceholderTextColor: $shade500 !default;
88
88
  $inputFilledBg: $shade200 !default;
89
89
  $inputFilledHoverBg: $inputFilledBg !default;
90
90
  $inputFilledFocusBg: $shade000 !default;
@@ -20,8 +20,9 @@ export declare class MultiSelectComponent extends BaseInputComponent {
20
20
  groupName: import("@angular/core").InputSignal<string, string>;
21
21
  parentSelectionKey: import("@angular/core").InputSignal<null, null>;
22
22
  selectionItems: import("@angular/core").WritableSignal<SelectBoxItem[] | null>;
23
+ showClear: import("@angular/core").InputSignal<boolean, boolean>;
23
24
  constructor(http: HttpClient, translocoService: TranslocoService);
24
25
  getSelectionItems(): Promise<void>;
25
26
  static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectComponent, never>;
26
- static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectComponent, "aril-multi-select[ngModel], aril-multi-select[formControl], aril-multi-select[formControlName]", never, { "options": { "alias": "options"; "required": false; "isSignal": true; }; "optionLabel": { "alias": "optionLabel"; "required": false; "isSignal": true; }; "optionValue": { "alias": "optionValue"; "required": false; "isSignal": true; }; "defaultLabel": { "alias": "defaultLabel"; "required": false; "isSignal": true; }; "selectedItemsLabel": { "alias": "selectedItemsLabel"; "required": false; "isSignal": true; }; "appendTo": { "alias": "appendTo"; "required": false; "isSignal": true; }; "style": { "alias": "style"; "required": false; "isSignal": true; }; "styleClass": { "alias": "styleClass"; "required": false; "isSignal": true; }; "tooltip": { "alias": "tooltip"; "required": false; "isSignal": true; }; "tooltipPosition": { "alias": "tooltipPosition"; "required": false; "isSignal": true; }; "groupName": { "alias": "groupName"; "required": false; "isSignal": true; }; "parentSelectionKey": { "alias": "parentSelectionKey"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.ValueAccessorDirective; inputs: {}; outputs: {}; }]>;
27
+ static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectComponent, "aril-multi-select[ngModel], aril-multi-select[formControl], aril-multi-select[formControlName]", never, { "options": { "alias": "options"; "required": false; "isSignal": true; }; "optionLabel": { "alias": "optionLabel"; "required": false; "isSignal": true; }; "optionValue": { "alias": "optionValue"; "required": false; "isSignal": true; }; "defaultLabel": { "alias": "defaultLabel"; "required": false; "isSignal": true; }; "selectedItemsLabel": { "alias": "selectedItemsLabel"; "required": false; "isSignal": true; }; "appendTo": { "alias": "appendTo"; "required": false; "isSignal": true; }; "style": { "alias": "style"; "required": false; "isSignal": true; }; "styleClass": { "alias": "styleClass"; "required": false; "isSignal": true; }; "tooltip": { "alias": "tooltip"; "required": false; "isSignal": true; }; "tooltipPosition": { "alias": "tooltipPosition"; "required": false; "isSignal": true; }; "groupName": { "alias": "groupName"; "required": false; "isSignal": true; }; "parentSelectionKey": { "alias": "parentSelectionKey"; "required": false; "isSignal": true; }; "showClear": { "alias": "showClear"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.ValueAccessorDirective; inputs: {}; outputs: {}; }]>;
27
28
  }