cilog-lib 1.13.25 → 1.13.26
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/fesm2022/cilog-lib.mjs
CHANGED
|
@@ -1497,14 +1497,14 @@ class GridSetFilterComponent {
|
|
|
1497
1497
|
this.params.filterChangedCallback();
|
|
1498
1498
|
}
|
|
1499
1499
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: GridSetFilterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1500
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: GridSetFilterComponent, isStandalone: true, selector: "cilog-grid-set-filter", ngImport: i0, template: "<ng-select [items]=\"options\"\r\n [bindLabel]=\"optionLabel\"\r\n [multiple]=\"true\"\r\n [virtualScroll]=\"true\"\r\n [searchable]=\"true\"\r\n placeholder=\"S\u00E9lectionner...\"\r\n [(ngModel)]=\"selectedValues\"\r\n appendTo=\"body\"\r\n (change)=\"onSelectionChange()\">\r\n</ng-select>\r\n", styles: [""], dependencies: [{ kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i4.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "ngmodule", type: NgSelectModule }, { kind: "component", type: i2$1.NgSelectComponent, selector: "ng-select", inputs: ["ariaLabelDropdown", "ariaLabel", "markFirst", "placeholder", "fixedPlaceholder", "notFoundText", "typeToSearchText", "preventToggleOnRightClick", "addTagText", "loadingText", "clearAllText", "dropdownPosition", "appendTo", "outsideClickEvent", "loading", "closeOnSelect", "hideSelected", "selectOnTab", "openOnEnter", "maxSelectedItems", "groupBy", "groupValue", "bufferAmount", "virtualScroll", "selectableGroup", "tabFocusOnClearButton", "selectableGroupAsModel", "searchFn", "trackByFn", "clearOnBackspace", "labelForId", "inputAttrs", "tabIndex", "readonly", "searchWhileComposing", "minTermLength", "editableSearchTerm", "ngClass", "typeahead", "multiple", "addTag", "searchable", "clearable", "clearKeepsDisabledOptions", "deselectOnClick", "clearSearchOnAdd", "compareWith", "keyDownFn", "popover", "bindLabel", "bindValue", "appearance", "isOpen", "items"], outputs: ["bindLabelChange", "bindValueChange", "appearanceChange", "isOpenChange", "itemsChange", "blur", "focus", "change", "open", "close", "search", "clear", "add", "remove", "scroll", "scrollToEnd"], exportAs: ["ngSelect"] }] });
|
|
1500
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: GridSetFilterComponent, isStandalone: true, selector: "cilog-grid-set-filter", ngImport: i0, template: "<ng-select [items]=\"options\"\r\n [bindLabel]=\"optionLabel\"\r\n [multiple]=\"true\"\r\n [virtualScroll]=\"true\"\r\n [searchable]=\"true\"\r\n placeholder=\"S\u00E9lectionner...\"\r\n [closeOnSelect]=\"false\"\r\n [(ngModel)]=\"selectedValues\"\r\n appendTo=\"body\"\r\n (change)=\"onSelectionChange()\">\r\n</ng-select>\r\n", styles: [""], dependencies: [{ kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i4.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "ngmodule", type: NgSelectModule }, { kind: "component", type: i2$1.NgSelectComponent, selector: "ng-select", inputs: ["ariaLabelDropdown", "ariaLabel", "markFirst", "placeholder", "fixedPlaceholder", "notFoundText", "typeToSearchText", "preventToggleOnRightClick", "addTagText", "loadingText", "clearAllText", "dropdownPosition", "appendTo", "outsideClickEvent", "loading", "closeOnSelect", "hideSelected", "selectOnTab", "openOnEnter", "maxSelectedItems", "groupBy", "groupValue", "bufferAmount", "virtualScroll", "selectableGroup", "tabFocusOnClearButton", "selectableGroupAsModel", "searchFn", "trackByFn", "clearOnBackspace", "labelForId", "inputAttrs", "tabIndex", "readonly", "searchWhileComposing", "minTermLength", "editableSearchTerm", "ngClass", "typeahead", "multiple", "addTag", "searchable", "clearable", "clearKeepsDisabledOptions", "deselectOnClick", "clearSearchOnAdd", "compareWith", "keyDownFn", "popover", "bindLabel", "bindValue", "appearance", "isOpen", "items"], outputs: ["bindLabelChange", "bindValueChange", "appearanceChange", "isOpenChange", "itemsChange", "blur", "focus", "change", "open", "close", "search", "clear", "add", "remove", "scroll", "scrollToEnd"], exportAs: ["ngSelect"] }] });
|
|
1501
1501
|
}
|
|
1502
1502
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: GridSetFilterComponent, decorators: [{
|
|
1503
1503
|
type: Component,
|
|
1504
1504
|
args: [{ selector: 'cilog-grid-set-filter', imports: [
|
|
1505
1505
|
FormsModule,
|
|
1506
1506
|
NgSelectModule
|
|
1507
|
-
], template: "<ng-select [items]=\"options\"\r\n [bindLabel]=\"optionLabel\"\r\n [multiple]=\"true\"\r\n [virtualScroll]=\"true\"\r\n [searchable]=\"true\"\r\n placeholder=\"S\u00E9lectionner...\"\r\n [(ngModel)]=\"selectedValues\"\r\n appendTo=\"body\"\r\n (change)=\"onSelectionChange()\">\r\n</ng-select>\r\n" }]
|
|
1507
|
+
], template: "<ng-select [items]=\"options\"\r\n [bindLabel]=\"optionLabel\"\r\n [multiple]=\"true\"\r\n [virtualScroll]=\"true\"\r\n [searchable]=\"true\"\r\n placeholder=\"S\u00E9lectionner...\"\r\n [closeOnSelect]=\"false\"\r\n [(ngModel)]=\"selectedValues\"\r\n appendTo=\"body\"\r\n (change)=\"onSelectionChange()\">\r\n</ng-select>\r\n" }]
|
|
1508
1508
|
}] });
|
|
1509
1509
|
|
|
1510
1510
|
const myTheme = themeQuartz
|