@dev-tcloud/tcloud-ui 0.0.42 → 0.0.44
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/_modules/tcloud-ui-accordion/components/tcloud-ui-accordion-body/tcloud-ui-accordion-body.component.mjs +1 -1
- package/esm2020/lib/_modules/tcloud-ui-accordion/components/tcloud-ui-accordion-title/tcloud-ui-accordion-title.component.mjs +20 -7
- package/esm2020/lib/_modules/tcloud-ui-accordion/tcloud-ui-accordion.component.mjs +11 -3
- package/esm2020/lib/_modules/tcloud-ui-filters/tcloud-ui-filters.component.mjs +104 -9
- package/esm2020/lib/_modules/tcloud-ui-filters/tcloud-ui-filters.mjs +10 -1
- package/esm2020/lib/_modules/tcloud-ui-tab-menu/components/tcloud-ui-tab-head/tcloud-ui-tab-head.component.mjs +2 -2
- package/fesm2015/dev-tcloud-tcloud-ui.mjs +152 -27
- package/fesm2015/dev-tcloud-tcloud-ui.mjs.map +1 -1
- package/fesm2020/dev-tcloud-tcloud-ui.mjs +151 -27
- package/fesm2020/dev-tcloud-tcloud-ui.mjs.map +1 -1
- package/lib/_modules/tcloud-ui-accordion/components/tcloud-ui-accordion-title/tcloud-ui-accordion-title.component.d.ts +8 -2
- package/lib/_modules/tcloud-ui-accordion/tcloud-ui-accordion.component.d.ts +6 -2
- package/lib/_modules/tcloud-ui-filters/tcloud-ui-filters.component.d.ts +7 -2
- package/lib/_modules/tcloud-ui-filters/tcloud-ui-filters.d.ts +10 -1
- package/package.json +1 -1
|
@@ -407,10 +407,10 @@ class TCloudUiTabHeadComponent {
|
|
|
407
407
|
}
|
|
408
408
|
}
|
|
409
409
|
TCloudUiTabHeadComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TCloudUiTabHeadComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
410
|
-
TCloudUiTabHeadComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: TCloudUiTabHeadComponent, selector: "tcloud-ui-tab-head", inputs: { background: "background" }, ngImport: i0, template: "\r\n\r\n<table class=\"area-navigation\">\r\n <tr>\r\n <td>\r\n <button (click)=\"to_scroll('prev')\"> <i class=\"fas fa-chevron-left\"></i> </button>\r\n </td>\r\n\r\n <td>\r\n \r\n </td>\r\n\r\n <td>\r\n <button (click)=\"to_scroll('next')\"> <i class=\"fas fa-chevron-right\"></i> </button>\r\n </td>\r\n </tr>\r\n</table>\r\n\r\n<div class=\"tc-menu {{ ID }}\" [attr.style]=\"'background: ' + background_color + ';'\" >\r\n <ng-content></ng-content>\r\n</div>\r\n\r\n\r\n\r\n", styles: [".area-navigation{display:none;width:100%;line-height:0}.area-navigation button{padding:0!important}.area-navigation td{width:100%;height:0;line-height:0}.area-navigation td:first-child{width:10px!important;text-align:left}.area-navigation td:first-child button{color:var(--verde);cursor:pointer;position:relative;top:15px;right:
|
|
410
|
+
TCloudUiTabHeadComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: TCloudUiTabHeadComponent, selector: "tcloud-ui-tab-head", inputs: { background: "background" }, ngImport: i0, template: "\r\n\r\n<table class=\"area-navigation\">\r\n <tr>\r\n <td>\r\n <button (click)=\"to_scroll('prev')\"> <i class=\"fas fa-chevron-left\"></i> </button>\r\n </td>\r\n\r\n <td>\r\n \r\n </td>\r\n\r\n <td>\r\n <button (click)=\"to_scroll('next')\"> <i class=\"fas fa-chevron-right\"></i> </button>\r\n </td>\r\n </tr>\r\n</table>\r\n\r\n<div class=\"tc-menu {{ ID }}\" [attr.style]=\"'background: ' + background_color + ';'\" >\r\n <ng-content></ng-content>\r\n</div>\r\n\r\n\r\n\r\n", styles: [".area-navigation{display:none;width:100%;line-height:0}.area-navigation button{padding:0!important}.area-navigation td{width:100%;height:0;line-height:0}.area-navigation td:first-child{width:10px!important;text-align:left}.area-navigation td:first-child button{color:var(--verde);cursor:pointer;position:relative;top:15px;right:0;border:none;background-color:transparent;font-size:15px;height:30px}.area-navigation td:last-child{width:10px!important;text-align:right}.area-navigation td:last-child button{color:var(--verde);cursor:pointer;position:relative;top:15px;left:0;border:none;background-color:transparent;font-size:15px;height:30px}.tc-menu{display:flex;align-items:center;border-radius:10px;overflow:hidden;margin-bottom:5px;z-index:1;position:relative}@media (max-width: 1440px){.area-navigation{display:block!important;position:relative;top:0;height:2px}.tc-menu{margin-left:15px;margin-right:15px}}\n"] });
|
|
411
411
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TCloudUiTabHeadComponent, decorators: [{
|
|
412
412
|
type: Component,
|
|
413
|
-
args: [{ selector: 'tcloud-ui-tab-head', template: "\r\n\r\n<table class=\"area-navigation\">\r\n <tr>\r\n <td>\r\n <button (click)=\"to_scroll('prev')\"> <i class=\"fas fa-chevron-left\"></i> </button>\r\n </td>\r\n\r\n <td>\r\n \r\n </td>\r\n\r\n <td>\r\n <button (click)=\"to_scroll('next')\"> <i class=\"fas fa-chevron-right\"></i> </button>\r\n </td>\r\n </tr>\r\n</table>\r\n\r\n<div class=\"tc-menu {{ ID }}\" [attr.style]=\"'background: ' + background_color + ';'\" >\r\n <ng-content></ng-content>\r\n</div>\r\n\r\n\r\n\r\n", styles: [".area-navigation{display:none;width:100%;line-height:0}.area-navigation button{padding:0!important}.area-navigation td{width:100%;height:0;line-height:0}.area-navigation td:first-child{width:10px!important;text-align:left}.area-navigation td:first-child button{color:var(--verde);cursor:pointer;position:relative;top:15px;right:
|
|
413
|
+
args: [{ selector: 'tcloud-ui-tab-head', template: "\r\n\r\n<table class=\"area-navigation\">\r\n <tr>\r\n <td>\r\n <button (click)=\"to_scroll('prev')\"> <i class=\"fas fa-chevron-left\"></i> </button>\r\n </td>\r\n\r\n <td>\r\n \r\n </td>\r\n\r\n <td>\r\n <button (click)=\"to_scroll('next')\"> <i class=\"fas fa-chevron-right\"></i> </button>\r\n </td>\r\n </tr>\r\n</table>\r\n\r\n<div class=\"tc-menu {{ ID }}\" [attr.style]=\"'background: ' + background_color + ';'\" >\r\n <ng-content></ng-content>\r\n</div>\r\n\r\n\r\n\r\n", styles: [".area-navigation{display:none;width:100%;line-height:0}.area-navigation button{padding:0!important}.area-navigation td{width:100%;height:0;line-height:0}.area-navigation td:first-child{width:10px!important;text-align:left}.area-navigation td:first-child button{color:var(--verde);cursor:pointer;position:relative;top:15px;right:0;border:none;background-color:transparent;font-size:15px;height:30px}.area-navigation td:last-child{width:10px!important;text-align:right}.area-navigation td:last-child button{color:var(--verde);cursor:pointer;position:relative;top:15px;left:0;border:none;background-color:transparent;font-size:15px;height:30px}.tc-menu{display:flex;align-items:center;border-radius:10px;overflow:hidden;margin-bottom:5px;z-index:1;position:relative}@media (max-width: 1440px){.area-navigation{display:block!important;position:relative;top:0;height:2px}.tc-menu{margin-left:15px;margin-right:15px}}\n"] }]
|
|
414
414
|
}], ctorParameters: function () { return []; }, propDecorators: { background: [{
|
|
415
415
|
type: Input
|
|
416
416
|
}] } });
|
|
@@ -2764,11 +2764,31 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
|
|
|
2764
2764
|
}]
|
|
2765
2765
|
}], ctorParameters: function () { return []; } });
|
|
2766
2766
|
|
|
2767
|
+
var TCFiltersType;
|
|
2768
|
+
(function (TCFiltersType) {
|
|
2769
|
+
TCFiltersType["text"] = "text";
|
|
2770
|
+
TCFiltersType["number"] = "number";
|
|
2771
|
+
TCFiltersType["select"] = "select";
|
|
2772
|
+
TCFiltersType["boolean"] = "boolean";
|
|
2773
|
+
TCFiltersType["datetime"] = "datetime-local";
|
|
2774
|
+
})(TCFiltersType || (TCFiltersType = {}));
|
|
2775
|
+
var TCCondition;
|
|
2776
|
+
(function (TCCondition) {
|
|
2777
|
+
TCCondition["equal"] = "equal";
|
|
2778
|
+
TCCondition["gte"] = "gte";
|
|
2779
|
+
TCCondition["lte"] = "lte";
|
|
2780
|
+
TCCondition["lt"] = "lt";
|
|
2781
|
+
TCCondition["gt"] = "gt";
|
|
2782
|
+
})(TCCondition || (TCCondition = {}));
|
|
2783
|
+
|
|
2767
2784
|
class TCloudUiFiltersComponent {
|
|
2768
|
-
constructor() {
|
|
2785
|
+
constructor(datepipe) {
|
|
2786
|
+
this.datepipe = datepipe;
|
|
2769
2787
|
this.inputs = [];
|
|
2770
2788
|
this.show_filters = false;
|
|
2771
2789
|
this.result = new EventEmitter();
|
|
2790
|
+
this.onFilter = new EventEmitter();
|
|
2791
|
+
this.onChange = new EventEmitter();
|
|
2772
2792
|
}
|
|
2773
2793
|
set data(data) {
|
|
2774
2794
|
// this._data = JSON.parse(JSON.stringify(data));
|
|
@@ -2855,17 +2875,30 @@ class TCloudUiFiltersComponent {
|
|
|
2855
2875
|
}
|
|
2856
2876
|
return current;
|
|
2857
2877
|
}
|
|
2878
|
+
addHours(date, h) {
|
|
2879
|
+
date.setTime(date.getTime() + (h * 60 * 60 * 1000));
|
|
2880
|
+
return date;
|
|
2881
|
+
}
|
|
2858
2882
|
searchIn(item, event) {
|
|
2883
|
+
var _a, _b, _c;
|
|
2884
|
+
console.log('searchIn event', (_a = event === null || event === void 0 ? void 0 : event.target) === null || _a === void 0 ? void 0 : _a.valueAsDate);
|
|
2859
2885
|
if (event !== undefined) {
|
|
2860
2886
|
if (typeof event === 'boolean') {
|
|
2861
2887
|
item.searchText = event;
|
|
2888
|
+
this.onChange.emit(true);
|
|
2862
2889
|
}
|
|
2863
2890
|
else {
|
|
2864
2891
|
if (event === null) {
|
|
2865
2892
|
item.searchText = '';
|
|
2866
2893
|
}
|
|
2867
2894
|
else {
|
|
2868
|
-
|
|
2895
|
+
if ((_b = event === null || event === void 0 ? void 0 : event.target) === null || _b === void 0 ? void 0 : _b.valueAsDate) {
|
|
2896
|
+
item.searchText = (_c = event === null || event === void 0 ? void 0 : event.target) === null || _c === void 0 ? void 0 : _c.valueAsDate;
|
|
2897
|
+
}
|
|
2898
|
+
else {
|
|
2899
|
+
item.searchText = (event.target.value).toUpperCase();
|
|
2900
|
+
}
|
|
2901
|
+
this.onChange.emit(true);
|
|
2869
2902
|
}
|
|
2870
2903
|
}
|
|
2871
2904
|
}
|
|
@@ -2874,7 +2907,7 @@ class TCloudUiFiltersComponent {
|
|
|
2874
2907
|
this.setDataIndex(i, true);
|
|
2875
2908
|
for (let j = 0; j < (this.filters).length; j++) {
|
|
2876
2909
|
const filter_item = this.filters[j];
|
|
2877
|
-
if (filter_item.searchText && typeof (filter_item.searchText) === 'string' && filter_item.searchText !== '') {
|
|
2910
|
+
if (filter_item.searchText && typeof (filter_item.searchText) === 'string' && filter_item.searchText !== '' && filter_item.type !== TCFiltersType.number) {
|
|
2878
2911
|
filter_item.searchText = this.normalize(filter_item.searchText);
|
|
2879
2912
|
let item_value = this.collectionFind(this.data[i], filter_item.searchIn);
|
|
2880
2913
|
if (item_value) {
|
|
@@ -2887,6 +2920,79 @@ class TCloudUiFiltersComponent {
|
|
|
2887
2920
|
this.setDataIndex(i, false);
|
|
2888
2921
|
}
|
|
2889
2922
|
}
|
|
2923
|
+
if (filter_item.searchText && filter_item.searchText instanceof Date && !isNaN(filter_item.searchText.valueOf()) && filter_item.type === TCFiltersType.datetime) {
|
|
2924
|
+
let item_value = this.collectionFind(this.data[i], filter_item.searchIn);
|
|
2925
|
+
try {
|
|
2926
|
+
item_value = new Date(item_value);
|
|
2927
|
+
}
|
|
2928
|
+
catch (error) { }
|
|
2929
|
+
if (item_value && item_value instanceof Date && !isNaN(item_value.valueOf())) {
|
|
2930
|
+
let is_accept = false;
|
|
2931
|
+
const dt_target = (filter_item.searchText).getTime() + (3 * 60 * 60 * 1000);
|
|
2932
|
+
const dt_current = (item_value).getTime();
|
|
2933
|
+
if (filter_item.condition) {
|
|
2934
|
+
switch (filter_item.condition) {
|
|
2935
|
+
case TCCondition.gt:
|
|
2936
|
+
is_accept = !(+(dt_target) > +(dt_current));
|
|
2937
|
+
break;
|
|
2938
|
+
case TCCondition.lt:
|
|
2939
|
+
is_accept = !(+(dt_target) < +(dt_current));
|
|
2940
|
+
break;
|
|
2941
|
+
case TCCondition.gte:
|
|
2942
|
+
is_accept = !(+(dt_target) >= +(dt_current));
|
|
2943
|
+
break;
|
|
2944
|
+
case TCCondition.lte:
|
|
2945
|
+
is_accept = !(+(dt_target) <= +(dt_current));
|
|
2946
|
+
break;
|
|
2947
|
+
case TCCondition.equal:
|
|
2948
|
+
is_accept = !(+(dt_target) === +(dt_current));
|
|
2949
|
+
break;
|
|
2950
|
+
default: is_accept = !(+(dt_target) == +(dt_current));
|
|
2951
|
+
}
|
|
2952
|
+
}
|
|
2953
|
+
else {
|
|
2954
|
+
is_accept = !(+(filter_item.searchText) === +(item_value));
|
|
2955
|
+
}
|
|
2956
|
+
if (!is_accept) {
|
|
2957
|
+
this.setDataIndex(i, false);
|
|
2958
|
+
}
|
|
2959
|
+
}
|
|
2960
|
+
}
|
|
2961
|
+
if (filter_item.searchText && typeof +(filter_item.searchText) === 'number' && filter_item.type === TCFiltersType.number) {
|
|
2962
|
+
let item_value = this.collectionFind(this.data[i], filter_item.searchIn);
|
|
2963
|
+
if (typeof +(item_value) === 'number') {
|
|
2964
|
+
let is_accept = false;
|
|
2965
|
+
if (filter_item.condition) {
|
|
2966
|
+
console.log('filter_item.condition', filter_item.condition);
|
|
2967
|
+
console.log('filter_item.searchText', +(filter_item.searchText));
|
|
2968
|
+
console.log('item_value', +(item_value));
|
|
2969
|
+
switch (filter_item.condition) {
|
|
2970
|
+
case TCCondition.gt:
|
|
2971
|
+
is_accept = !(+(filter_item.searchText) > +(item_value));
|
|
2972
|
+
break;
|
|
2973
|
+
case TCCondition.lt:
|
|
2974
|
+
is_accept = !(+(filter_item.searchText) < +(item_value));
|
|
2975
|
+
break;
|
|
2976
|
+
case TCCondition.gte:
|
|
2977
|
+
is_accept = !(+(filter_item.searchText) - 0.1 >= +(item_value));
|
|
2978
|
+
break;
|
|
2979
|
+
case TCCondition.lte:
|
|
2980
|
+
is_accept = !(+(filter_item.searchText) + 0.1 <= +(item_value));
|
|
2981
|
+
break;
|
|
2982
|
+
case TCCondition.equal:
|
|
2983
|
+
is_accept = !(+(filter_item.searchText) === +(item_value));
|
|
2984
|
+
break;
|
|
2985
|
+
default: is_accept = !(+(filter_item.searchText) == +(item_value));
|
|
2986
|
+
}
|
|
2987
|
+
}
|
|
2988
|
+
else {
|
|
2989
|
+
is_accept = !(+(filter_item.searchText) === +(item_value));
|
|
2990
|
+
}
|
|
2991
|
+
if (!is_accept) {
|
|
2992
|
+
this.setDataIndex(i, false);
|
|
2993
|
+
}
|
|
2994
|
+
}
|
|
2995
|
+
}
|
|
2890
2996
|
if (typeof (filter_item.searchText) === 'boolean' && filter_item.searchText) {
|
|
2891
2997
|
let item_value = this.collectionFind(this.data[i], filter_item.searchIn);
|
|
2892
2998
|
if (item_value && (item_value).length > 0) {
|
|
@@ -2908,7 +3014,7 @@ class TCloudUiFiltersComponent {
|
|
|
2908
3014
|
}
|
|
2909
3015
|
}
|
|
2910
3016
|
}
|
|
2911
|
-
}
|
|
3017
|
+
} // end for
|
|
2912
3018
|
this.toResult();
|
|
2913
3019
|
}
|
|
2914
3020
|
toResult() {
|
|
@@ -2926,9 +3032,11 @@ class TCloudUiFiltersComponent {
|
|
|
2926
3032
|
}
|
|
2927
3033
|
}
|
|
2928
3034
|
this.result.emit(search_data);
|
|
3035
|
+
this.onFilter.emit(Object.assign({}, this.filters));
|
|
2929
3036
|
return;
|
|
2930
3037
|
}
|
|
2931
3038
|
this.result.emit(this.data);
|
|
3039
|
+
this.onFilter.emit(Object.assign({}, this.filters));
|
|
2932
3040
|
}
|
|
2933
3041
|
setDataIndex(index, value) {
|
|
2934
3042
|
if (this.data && this.data[index]) {
|
|
@@ -2936,17 +3044,21 @@ class TCloudUiFiltersComponent {
|
|
|
2936
3044
|
}
|
|
2937
3045
|
}
|
|
2938
3046
|
}
|
|
2939
|
-
TCloudUiFiltersComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TCloudUiFiltersComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2940
|
-
TCloudUiFiltersComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: TCloudUiFiltersComponent, selector: "tcloud-ui-filters", inputs: { data: "data", filters: "filters" }, outputs: { result: "result" }, usesOnChanges: true, ngImport: i0, template: "<div *ngIf=\"show_filters\" class=\"area-filter\">\n <ng-container *ngFor=\"let item of filters; let i = index\">\n\n <ng-container *ngIf=\"!item.type || (item.type && item.type !== 'boolean')\">\n \n <div class=\"box-filter-input\" [style]=\"(item.width !== '') ? 'width:'+item.width : ''\">\n \n <ng-container *ngIf=\"item.type !== 'select'\">\n <div class=\"m-description\"><i [class.to-active]=\"_input.value !== ''\" class=\"fas fa-filter icon-filter\"></i> {{ item.description }}</div>\n <div>\n <input \n #_input\n placeholder=\"{{ (item.placeholder !== '') ? item.placeholder : '' }}\"\n name=\"input_{{i+1}}\" \n type=\"{{ item.type }}\" \n class=\"form-control tc-form-control\" \n (keyup)=\"searchIn(item, $event)\">\n <button class=\"btn-clear-filter-text\" [class.to-hide]=\"_input.value === ''\" (click)=\"searchIn(item, null); _input.value = ''\">\n <i class=\"fas fa-times\"></i>\n </button>\n </div>\n </ng-container>\n\n <ng-container *ngIf=\"item.type === 'select' && item.data && (item.data).length > 0\" >\n <div class=\"m-description\"><i [class.to-active]=\"_input.value !== ''\" class=\"fas fa-filter icon-filter\"></i> {{ item.description }}</div>\n <div>\n <select \n #_input\n name=\"input_{{i+1}}\" \n class=\"form-control tc-form-control\" \n (change)=\"searchIn(item, $event)\">\n <option [ngValue]=\"\"></option>\n <ng-container *ngFor=\"let v of item.data\">\n <option [ngValue]=\"v.value\">{{ v.description }}</option>\n </ng-container>\n </select>\n <!-- <button class=\"btn-clear-filter-text\" [class.to-hide]=\"_input.value === ''\" (click)=\"searchIn(item, null); _input.value = ''\">\n <i class=\"fas fa-times\"></i>\n </button> -->\n </div>\n </ng-container>\n\n </div>\n\n\n \n </ng-container>\n\n <ng-container *ngIf=\"item.type && item.type === 'boolean'\">\n \n <div class=\"box-filter-input\" [style]=\"(item.width !== '') ? 'width:'+item.width : ''\">\n <div class=\"m-description\"><i [class.to-active]=\"_input.checked === true\" class=\"fas fa-filter icon-filter\"></i> {{ item.description }}</div>\n <div class=\"area-input-checkbox\">\n <div class=\"form-control tc-form-control\">\n <label>\n {{ item.placeholder }}\n <input \n #_input\n placeholder=\"{{ (item.placeholder !== '') ? item.placeholder : '' }}\"\n name=\"input_{{i+1}}\" \n type=\"checkbox\" \n (change)=\"searchIn(item, _input.checked)\"> \n </label>\n </div> \n </div>\n </div>\n\n </ng-container>\n\n\n </ng-container>\n</div>\n\n<!-- <pre>{{ inputs | json }}</pre> -->\n <!-- <pre> {{ data | json }} </pre> -->\n\n
|
|
3047
|
+
TCloudUiFiltersComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TCloudUiFiltersComponent, deps: [{ token: i1.DatePipe }], target: i0.ɵɵFactoryTarget.Component });
|
|
3048
|
+
TCloudUiFiltersComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: TCloudUiFiltersComponent, selector: "tcloud-ui-filters", inputs: { data: "data", filters: "filters" }, outputs: { result: "result", onFilter: "onFilter", onChange: "onChange" }, usesOnChanges: true, ngImport: i0, template: "<div *ngIf=\"show_filters\" class=\"area-filter\">\n <ng-container *ngFor=\"let item of filters; let i = index\">\n\n <ng-container *ngIf=\"!item.type || (item.type && item.type !== 'boolean')\">\n \n <div class=\"box-filter-input\" [style]=\"(item.width !== '') ? 'width:'+item.width : ''\">\n \n <ng-container *ngIf=\"item.type !== 'select'\">\n <div class=\"m-description\"><i [class.to-active]=\"_input.value !== ''\" class=\"fas fa-filter icon-filter\"></i> {{ item.description }}</div>\n <div>\n <input \n [attr.data-date-format]=\"( item.type === 'datetime-local' ) ? 'MM-DD-YYYY HH:mm' : null \"\n #_input\n placeholder=\"{{ (item.placeholder !== '') ? item.placeholder : '' }}\"\n name=\"input_{{i+1}}\" \n type=\"{{ (item.type === 'number') ? 'text' : item.type }}\" \n class=\"form-control tc-form-control\" \n (keyup)=\"searchIn(item, $event)\">\n <button class=\"btn-clear-filter-text\" [class.to-hide]=\"_input.value === ''\" (click)=\"searchIn(item, null); _input.value = ''\">\n <i class=\"fas fa-times\"></i>\n </button>\n </div>\n </ng-container>\n\n <ng-container *ngIf=\"item.type === 'select' && item.data && (item.data).length > 0\" >\n <div class=\"m-description\"><i [class.to-active]=\"_input.value !== ''\" class=\"fas fa-filter icon-filter\"></i> {{ item.description }}</div>\n <div>\n <select \n #_input\n name=\"input_{{i+1}}\" \n class=\"form-control tc-form-control\" \n (change)=\"searchIn(item, $event)\">\n <option [ngValue]=\"\"></option>\n <ng-container *ngFor=\"let v of item.data\">\n <option [ngValue]=\"v.value\">{{ v.description }}</option>\n </ng-container>\n </select>\n <!-- <button class=\"btn-clear-filter-text\" [class.to-hide]=\"_input.value === ''\" (click)=\"searchIn(item, null); _input.value = ''\">\n <i class=\"fas fa-times\"></i>\n </button> -->\n </div>\n </ng-container>\n\n </div>\n\n\n \n </ng-container>\n\n <ng-container *ngIf=\"item.type && item.type === 'boolean'\">\n \n <div class=\"box-filter-input\" [style]=\"(item.width !== '') ? 'width:'+item.width : ''\">\n <div class=\"m-description\"><i [class.to-active]=\"_input.checked === true\" class=\"fas fa-filter icon-filter\"></i> {{ item.description }}</div>\n <div class=\"area-input-checkbox\">\n <div class=\"form-control tc-form-control\">\n <label>\n {{ item.placeholder }}\n <input \n #_input\n placeholder=\"{{ (item.placeholder !== '') ? item.placeholder : '' }}\"\n name=\"input_{{i+1}}\" \n type=\"checkbox\" \n (change)=\"searchIn(item, _input.checked)\"> \n </label>\n </div> \n </div>\n </div>\n\n </ng-container>\n\n\n </ng-container>\n</div>\n\n<!-- <pre>{{ inputs | json }}</pre> -->\n <!-- <pre> {{ data | json }} </pre> -->\n<!-- \n<p>FILTERS</p>\n<pre> {{ filters | json }}</pre> -->", styles: [".box-filter-input{display:inline-block;padding:10px 5px;position:relative}.area-filter{border:1px solid #eeeeee;border-radius:5px;margin-bottom:5px}.btn-clear-filter-text{position:absolute;right:8px;top:38px;background-color:#fff;border:none;cursor:pointer;color:#aaa}.to-hide{display:none}.icon-filter{color:#ccc}.to-active{color:var(--verde)}.area-input-checkbox label{cursor:pointer;margin-bottom:0;color:#9f9f9f}.m-description{margin-bottom:3px}input{color:#535353}\n"], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgSelectOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i2.ɵNgSelectMultipleOption, selector: "option", inputs: ["ngValue", "value"] }] });
|
|
2941
3049
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TCloudUiFiltersComponent, decorators: [{
|
|
2942
3050
|
type: Component,
|
|
2943
|
-
args: [{ selector: 'tcloud-ui-filters', template: "<div *ngIf=\"show_filters\" class=\"area-filter\">\n <ng-container *ngFor=\"let item of filters; let i = index\">\n\n <ng-container *ngIf=\"!item.type || (item.type && item.type !== 'boolean')\">\n \n <div class=\"box-filter-input\" [style]=\"(item.width !== '') ? 'width:'+item.width : ''\">\n \n <ng-container *ngIf=\"item.type !== 'select'\">\n <div class=\"m-description\"><i [class.to-active]=\"_input.value !== ''\" class=\"fas fa-filter icon-filter\"></i> {{ item.description }}</div>\n <div>\n <input \n #_input\n placeholder=\"{{ (item.placeholder !== '') ? item.placeholder : '' }}\"\n name=\"input_{{i+1}}\" \n type=\"{{ item.type }}\" \n class=\"form-control tc-form-control\" \n (keyup)=\"searchIn(item, $event)\">\n <button class=\"btn-clear-filter-text\" [class.to-hide]=\"_input.value === ''\" (click)=\"searchIn(item, null); _input.value = ''\">\n <i class=\"fas fa-times\"></i>\n </button>\n </div>\n </ng-container>\n\n <ng-container *ngIf=\"item.type === 'select' && item.data && (item.data).length > 0\" >\n <div class=\"m-description\"><i [class.to-active]=\"_input.value !== ''\" class=\"fas fa-filter icon-filter\"></i> {{ item.description }}</div>\n <div>\n <select \n #_input\n name=\"input_{{i+1}}\" \n class=\"form-control tc-form-control\" \n (change)=\"searchIn(item, $event)\">\n <option [ngValue]=\"\"></option>\n <ng-container *ngFor=\"let v of item.data\">\n <option [ngValue]=\"v.value\">{{ v.description }}</option>\n </ng-container>\n </select>\n <!-- <button class=\"btn-clear-filter-text\" [class.to-hide]=\"_input.value === ''\" (click)=\"searchIn(item, null); _input.value = ''\">\n <i class=\"fas fa-times\"></i>\n </button> -->\n </div>\n </ng-container>\n\n </div>\n\n\n \n </ng-container>\n\n <ng-container *ngIf=\"item.type && item.type === 'boolean'\">\n \n <div class=\"box-filter-input\" [style]=\"(item.width !== '') ? 'width:'+item.width : ''\">\n <div class=\"m-description\"><i [class.to-active]=\"_input.checked === true\" class=\"fas fa-filter icon-filter\"></i> {{ item.description }}</div>\n <div class=\"area-input-checkbox\">\n <div class=\"form-control tc-form-control\">\n <label>\n {{ item.placeholder }}\n <input \n #_input\n placeholder=\"{{ (item.placeholder !== '') ? item.placeholder : '' }}\"\n name=\"input_{{i+1}}\" \n type=\"checkbox\" \n (change)=\"searchIn(item, _input.checked)\"> \n </label>\n </div> \n </div>\n </div>\n\n </ng-container>\n\n\n </ng-container>\n</div>\n\n<!-- <pre>{{ inputs | json }}</pre> -->\n <!-- <pre> {{ data | json }} </pre> -->\n\n
|
|
2944
|
-
}], ctorParameters: function () { return []; }, propDecorators: { data: [{
|
|
3051
|
+
args: [{ selector: 'tcloud-ui-filters', template: "<div *ngIf=\"show_filters\" class=\"area-filter\">\n <ng-container *ngFor=\"let item of filters; let i = index\">\n\n <ng-container *ngIf=\"!item.type || (item.type && item.type !== 'boolean')\">\n \n <div class=\"box-filter-input\" [style]=\"(item.width !== '') ? 'width:'+item.width : ''\">\n \n <ng-container *ngIf=\"item.type !== 'select'\">\n <div class=\"m-description\"><i [class.to-active]=\"_input.value !== ''\" class=\"fas fa-filter icon-filter\"></i> {{ item.description }}</div>\n <div>\n <input \n [attr.data-date-format]=\"( item.type === 'datetime-local' ) ? 'MM-DD-YYYY HH:mm' : null \"\n #_input\n placeholder=\"{{ (item.placeholder !== '') ? item.placeholder : '' }}\"\n name=\"input_{{i+1}}\" \n type=\"{{ (item.type === 'number') ? 'text' : item.type }}\" \n class=\"form-control tc-form-control\" \n (keyup)=\"searchIn(item, $event)\">\n <button class=\"btn-clear-filter-text\" [class.to-hide]=\"_input.value === ''\" (click)=\"searchIn(item, null); _input.value = ''\">\n <i class=\"fas fa-times\"></i>\n </button>\n </div>\n </ng-container>\n\n <ng-container *ngIf=\"item.type === 'select' && item.data && (item.data).length > 0\" >\n <div class=\"m-description\"><i [class.to-active]=\"_input.value !== ''\" class=\"fas fa-filter icon-filter\"></i> {{ item.description }}</div>\n <div>\n <select \n #_input\n name=\"input_{{i+1}}\" \n class=\"form-control tc-form-control\" \n (change)=\"searchIn(item, $event)\">\n <option [ngValue]=\"\"></option>\n <ng-container *ngFor=\"let v of item.data\">\n <option [ngValue]=\"v.value\">{{ v.description }}</option>\n </ng-container>\n </select>\n <!-- <button class=\"btn-clear-filter-text\" [class.to-hide]=\"_input.value === ''\" (click)=\"searchIn(item, null); _input.value = ''\">\n <i class=\"fas fa-times\"></i>\n </button> -->\n </div>\n </ng-container>\n\n </div>\n\n\n \n </ng-container>\n\n <ng-container *ngIf=\"item.type && item.type === 'boolean'\">\n \n <div class=\"box-filter-input\" [style]=\"(item.width !== '') ? 'width:'+item.width : ''\">\n <div class=\"m-description\"><i [class.to-active]=\"_input.checked === true\" class=\"fas fa-filter icon-filter\"></i> {{ item.description }}</div>\n <div class=\"area-input-checkbox\">\n <div class=\"form-control tc-form-control\">\n <label>\n {{ item.placeholder }}\n <input \n #_input\n placeholder=\"{{ (item.placeholder !== '') ? item.placeholder : '' }}\"\n name=\"input_{{i+1}}\" \n type=\"checkbox\" \n (change)=\"searchIn(item, _input.checked)\"> \n </label>\n </div> \n </div>\n </div>\n\n </ng-container>\n\n\n </ng-container>\n</div>\n\n<!-- <pre>{{ inputs | json }}</pre> -->\n <!-- <pre> {{ data | json }} </pre> -->\n<!-- \n<p>FILTERS</p>\n<pre> {{ filters | json }}</pre> -->", styles: [".box-filter-input{display:inline-block;padding:10px 5px;position:relative}.area-filter{border:1px solid #eeeeee;border-radius:5px;margin-bottom:5px}.btn-clear-filter-text{position:absolute;right:8px;top:38px;background-color:#fff;border:none;cursor:pointer;color:#aaa}.to-hide{display:none}.icon-filter{color:#ccc}.to-active{color:var(--verde)}.area-input-checkbox label{cursor:pointer;margin-bottom:0;color:#9f9f9f}.m-description{margin-bottom:3px}input{color:#535353}\n"] }]
|
|
3052
|
+
}], ctorParameters: function () { return [{ type: i1.DatePipe }]; }, propDecorators: { data: [{
|
|
2945
3053
|
type: Input
|
|
2946
3054
|
}], filters: [{
|
|
2947
3055
|
type: Input
|
|
2948
3056
|
}], result: [{
|
|
2949
3057
|
type: Output
|
|
3058
|
+
}], onFilter: [{
|
|
3059
|
+
type: Output
|
|
3060
|
+
}], onChange: [{
|
|
3061
|
+
type: Output
|
|
2950
3062
|
}] } });
|
|
2951
3063
|
|
|
2952
3064
|
class TCloudUiFiltersModule {
|
|
@@ -3043,13 +3155,21 @@ class TCloudUiAccordionComponent {
|
|
|
3043
3155
|
}
|
|
3044
3156
|
get loading() { return this._loading; }
|
|
3045
3157
|
ngOnInit() {
|
|
3046
|
-
this._tCloudUiAccordionService.stateLoading$.subscribe((loading) => {
|
|
3158
|
+
this.subscription_01 = this._tCloudUiAccordionService.stateLoading$.subscribe((loading) => {
|
|
3047
3159
|
this.loading = loading;
|
|
3048
3160
|
});
|
|
3049
|
-
this._tCloudUiAccordionService.stateToggle$.subscribe((show) => {
|
|
3161
|
+
this.subscription_02 = this._tCloudUiAccordionService.stateToggle$.subscribe((show) => {
|
|
3050
3162
|
this.onAction.emit((show === true) ? 'open' : 'close');
|
|
3051
3163
|
});
|
|
3052
3164
|
}
|
|
3165
|
+
ngOnDestroy() {
|
|
3166
|
+
if (this.subscription_01) {
|
|
3167
|
+
this.subscription_01.unsubscribe();
|
|
3168
|
+
}
|
|
3169
|
+
if (this.subscription_02) {
|
|
3170
|
+
this.subscription_02.unsubscribe();
|
|
3171
|
+
}
|
|
3172
|
+
}
|
|
3053
3173
|
}
|
|
3054
3174
|
TCloudUiAccordionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TCloudUiAccordionComponent, deps: [{ token: TCloudUiAccordionService }], target: i0.ɵɵFactoryTarget.Component });
|
|
3055
3175
|
TCloudUiAccordionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: TCloudUiAccordionComponent, selector: "tcloud-ui-accordion", inputs: { disabled: "disabled", show: "show", loading: "loading" }, outputs: { onAction: "onAction" }, providers: [
|
|
@@ -3079,32 +3199,45 @@ class TCloudUiAccordionTitleComponent {
|
|
|
3079
3199
|
}
|
|
3080
3200
|
ngOnInit() {
|
|
3081
3201
|
this.loading = this._tCloudUiAccordionService.getLoading() || false;
|
|
3082
|
-
this._tCloudUiAccordionService.stateLoading$.subscribe((loading) => {
|
|
3202
|
+
this.subscription_01 = this._tCloudUiAccordionService.stateLoading$.subscribe((loading) => {
|
|
3083
3203
|
this.loading = loading;
|
|
3084
3204
|
});
|
|
3085
3205
|
this.show = this._tCloudUiAccordionService.getShow() || false;
|
|
3086
|
-
this._tCloudUiAccordionService.stateToggle$.subscribe((show) => {
|
|
3206
|
+
this.subscription_02 = this._tCloudUiAccordionService.stateToggle$.subscribe((show) => {
|
|
3087
3207
|
this.show = show;
|
|
3088
3208
|
});
|
|
3089
3209
|
this.disabled = this._tCloudUiAccordionService.getDisabled() || false;
|
|
3090
|
-
this._tCloudUiAccordionService.stateDisabled$.subscribe((disabled) => {
|
|
3210
|
+
this.subscription_03 = this._tCloudUiAccordionService.stateDisabled$.subscribe((disabled) => {
|
|
3091
3211
|
this.disabled = disabled;
|
|
3092
3212
|
});
|
|
3093
3213
|
}
|
|
3094
3214
|
toggle() {
|
|
3095
|
-
console.log('this.disabled', this.disabled);
|
|
3096
3215
|
if (this.disabled) {
|
|
3097
3216
|
return;
|
|
3098
3217
|
}
|
|
3099
3218
|
this.show = !this.show;
|
|
3100
3219
|
this._tCloudUiAccordionService.toggle(this.show);
|
|
3101
3220
|
}
|
|
3221
|
+
toggle_title() {
|
|
3222
|
+
this.toggle();
|
|
3223
|
+
}
|
|
3224
|
+
ngOnDestroy() {
|
|
3225
|
+
if (this.subscription_01) {
|
|
3226
|
+
this.subscription_01.unsubscribe();
|
|
3227
|
+
}
|
|
3228
|
+
if (this.subscription_02) {
|
|
3229
|
+
this.subscription_02.unsubscribe();
|
|
3230
|
+
}
|
|
3231
|
+
if (this.subscription_03) {
|
|
3232
|
+
this.subscription_03.unsubscribe();
|
|
3233
|
+
}
|
|
3234
|
+
}
|
|
3102
3235
|
}
|
|
3103
3236
|
TCloudUiAccordionTitleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TCloudUiAccordionTitleComponent, deps: [{ token: TCloudUiAccordionService }], target: i0.ɵɵFactoryTarget.Component });
|
|
3104
|
-
TCloudUiAccordionTitleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: TCloudUiAccordionTitleComponent, selector: "tcloud-ui-accordion-title", ngImport: i0, template: "<div class=\"tc-accordion-title\">\n <table class=\"tc-accordion-table\">\n <tr>\n <td
|
|
3237
|
+
TCloudUiAccordionTitleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: TCloudUiAccordionTitleComponent, selector: "tcloud-ui-accordion-title", ngImport: i0, template: "<div class=\"tc-accordion-title\">\n <table class=\"tc-accordion-table\">\n <tr>\n <td class=\"area-title\" (click)=\"toggle_title()\" >\n <ng-content></ng-content>\n </td>\n <td class=\"tc-accordion-actions\">\n <button type=\"button\" class=\"tc-btn-accordion-toggle\" [disabled]=\"disabled\" (click)=\"toggle()\" >\n\n <i class=\"fas fa-chevron-right icon-toggle\" *ngIf=\"!show\"></i>\n <i class=\"fas fa-chevron-down icon-toggle\" *ngIf=\"show\"></i>\n\n </button>\n </td>\n </tr>\n </table>\n</div>", styles: [".tc-accordion-table{width:100%}.tc-accordion-actions{width:15px}.tc-btn-accordion-toggle{font-size:20px;border:none;background-color:transparent;background:none;cursor:pointer;margin:auto}.tc-btn-accordion-toggle:disabled{cursor:not-allowed!important;opacity:.6}.icon-toggle{color:var(--verde)}.area-title{width:100;cursor:pointer;color:var(--verde)}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
3105
3238
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TCloudUiAccordionTitleComponent, decorators: [{
|
|
3106
3239
|
type: Component,
|
|
3107
|
-
args: [{ selector: 'tcloud-ui-accordion-title', template: "<div class=\"tc-accordion-title\">\n <table class=\"tc-accordion-table\">\n <tr>\n <td
|
|
3240
|
+
args: [{ selector: 'tcloud-ui-accordion-title', template: "<div class=\"tc-accordion-title\">\n <table class=\"tc-accordion-table\">\n <tr>\n <td class=\"area-title\" (click)=\"toggle_title()\" >\n <ng-content></ng-content>\n </td>\n <td class=\"tc-accordion-actions\">\n <button type=\"button\" class=\"tc-btn-accordion-toggle\" [disabled]=\"disabled\" (click)=\"toggle()\" >\n\n <i class=\"fas fa-chevron-right icon-toggle\" *ngIf=\"!show\"></i>\n <i class=\"fas fa-chevron-down icon-toggle\" *ngIf=\"show\"></i>\n\n </button>\n </td>\n </tr>\n </table>\n</div>", styles: [".tc-accordion-table{width:100%}.tc-accordion-actions{width:15px}.tc-btn-accordion-toggle{font-size:20px;border:none;background-color:transparent;background:none;cursor:pointer;margin:auto}.tc-btn-accordion-toggle:disabled{cursor:not-allowed!important;opacity:.6}.icon-toggle{color:var(--verde)}.area-title{width:100;cursor:pointer;color:var(--verde)}\n"] }]
|
|
3108
3241
|
}], ctorParameters: function () { return [{ type: TCloudUiAccordionService }]; } });
|
|
3109
3242
|
|
|
3110
3243
|
class TCloudUiAccordionBodyComponent {
|
|
@@ -3286,14 +3419,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
|
|
|
3286
3419
|
}]
|
|
3287
3420
|
}] });
|
|
3288
3421
|
|
|
3289
|
-
var TCFiltersType;
|
|
3290
|
-
(function (TCFiltersType) {
|
|
3291
|
-
TCFiltersType["text"] = "text";
|
|
3292
|
-
TCFiltersType["number"] = "number";
|
|
3293
|
-
TCFiltersType["select"] = "select";
|
|
3294
|
-
TCFiltersType["boolean"] = "boolean";
|
|
3295
|
-
})(TCFiltersType || (TCFiltersType = {}));
|
|
3296
|
-
|
|
3297
3422
|
/*
|
|
3298
3423
|
* Public API Surface of tcloud-ui
|
|
3299
3424
|
*/
|
|
@@ -3302,5 +3427,5 @@ var TCFiltersType;
|
|
|
3302
3427
|
* Generated bundle index. Do not edit.
|
|
3303
3428
|
*/
|
|
3304
3429
|
|
|
3305
|
-
export { BytesPipe, CNPJPipe, CPFPipe, CUSTOM_INPUT_CONTROL_VALUE_ACCESSOR$2 as CUSTOM_INPUT_CONTROL_VALUE_ACCESSOR, MonthNamePipe, RespectivePipe, StatusInfoPipe, TCFiltersType, TCloudUiAccordionBodyComponent, TCloudUiAccordionComponent, TCloudUiAccordionModule, TCloudUiAccordionTitleComponent, TCloudUiAlignDirective, TCloudUiChoiceIssuesComponent, TCloudUiChoiceIssuesModule, TCloudUiDataListComponent, TCloudUiDataListModule, TCloudUiDataListOptionComponent, TCloudUiDirectiveModule, TCloudUiFiltersComponent, TCloudUiFiltersModule, TCloudUiInputSearchComponent, TCloudUiInputSearchModule, TCloudUiLineStepCircleComponent, TCloudUiLineStepCircleModule, TCloudUiLinhaLogoComponent, TCloudUiLinhaLogoModule, TCloudUiLoadingTransitionsService, TCloudUiModalBodyComponent, TCloudUiModalComponent, TCloudUiModalFooterComponent, TCloudUiModalHeaderComponent, TCloudUiModalModule, TCloudUiModule, TCloudUiMultiInputComponent, TCloudUiMultiInputModule, TCloudUiMultiSelectComponent, TCloudUiMultiSelectModule, TCloudUiNotFoundComponent, TCloudUiNotFoundModule, TCloudUiNumberStepComponent, TCloudUiNumberStepModule, TCloudUiPipesModule, TCloudUiScrollBoxComponent, TCloudUiScrollBoxModule, TCloudUiSearchInObjectService, TCloudUiTabContentComponent, TCloudUiTabHeadComponent, TCloudUiTabMenuComponent, TCloudUiTabMenuModule, TCloudUiTabSubtitleComponent, TCloudUiTabTitleComponent, TCloudUiTableComponent, TCloudUiTableModule, TCloudUiTooltipDirective };
|
|
3430
|
+
export { BytesPipe, CNPJPipe, CPFPipe, CUSTOM_INPUT_CONTROL_VALUE_ACCESSOR$2 as CUSTOM_INPUT_CONTROL_VALUE_ACCESSOR, MonthNamePipe, RespectivePipe, StatusInfoPipe, TCCondition, TCFiltersType, TCloudUiAccordionBodyComponent, TCloudUiAccordionComponent, TCloudUiAccordionModule, TCloudUiAccordionTitleComponent, TCloudUiAlignDirective, TCloudUiChoiceIssuesComponent, TCloudUiChoiceIssuesModule, TCloudUiDataListComponent, TCloudUiDataListModule, TCloudUiDataListOptionComponent, TCloudUiDirectiveModule, TCloudUiFiltersComponent, TCloudUiFiltersModule, TCloudUiInputSearchComponent, TCloudUiInputSearchModule, TCloudUiLineStepCircleComponent, TCloudUiLineStepCircleModule, TCloudUiLinhaLogoComponent, TCloudUiLinhaLogoModule, TCloudUiLoadingTransitionsService, TCloudUiModalBodyComponent, TCloudUiModalComponent, TCloudUiModalFooterComponent, TCloudUiModalHeaderComponent, TCloudUiModalModule, TCloudUiModule, TCloudUiMultiInputComponent, TCloudUiMultiInputModule, TCloudUiMultiSelectComponent, TCloudUiMultiSelectModule, TCloudUiNotFoundComponent, TCloudUiNotFoundModule, TCloudUiNumberStepComponent, TCloudUiNumberStepModule, TCloudUiPipesModule, TCloudUiScrollBoxComponent, TCloudUiScrollBoxModule, TCloudUiSearchInObjectService, TCloudUiTabContentComponent, TCloudUiTabHeadComponent, TCloudUiTabMenuComponent, TCloudUiTabMenuModule, TCloudUiTabSubtitleComponent, TCloudUiTabTitleComponent, TCloudUiTableComponent, TCloudUiTableModule, TCloudUiTooltipDirective };
|
|
3306
3431
|
//# sourceMappingURL=dev-tcloud-tcloud-ui.mjs.map
|