@seniorsistemas/angular-components 17.2.20 → 17.3.1
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/bundles/seniorsistemas-angular-components.umd.js +444 -5
- package/bundles/seniorsistemas-angular-components.umd.js.map +1 -1
- package/bundles/seniorsistemas-angular-components.umd.min.js +2 -2
- package/bundles/seniorsistemas-angular-components.umd.min.js.map +1 -1
- package/components/kanban/components/kanban-column/kanban-column.component.d.ts +16 -0
- package/components/kanban/components/kanban-item/kanban-item.component.d.ts +13 -0
- package/components/kanban/components/kanban-item-dragging/kanban-item-dragging.component.d.ts +3 -0
- package/components/kanban/index.d.ts +4 -0
- package/components/kanban/kanban-event.service.d.ts +12 -0
- package/components/kanban/kanban.component.d.ts +41 -0
- package/components/kanban/kanban.module.d.ts +2 -0
- package/components/kanban/models/index.d.ts +2 -0
- package/components/kanban/models/kanban-data.d.ts +20 -0
- package/components/kanban/models/kanban-template-types.d.ts +7 -0
- package/components/kanban/template.directive.d.ts +6 -0
- package/components/slide-panel/slide-panel.component.d.ts +1 -0
- package/esm2015/components/kanban/components/kanban-column/kanban-column.component.js +82 -0
- package/esm2015/components/kanban/components/kanban-item/kanban-item.component.js +44 -0
- package/esm2015/components/kanban/components/kanban-item-dragging/kanban-item-dragging.component.js +19 -0
- package/esm2015/components/kanban/index.js +5 -0
- package/esm2015/components/kanban/kanban-event.service.js +27 -0
- package/esm2015/components/kanban/kanban.component.js +209 -0
- package/esm2015/components/kanban/kanban.module.js +45 -0
- package/esm2015/components/kanban/models/index.js +2 -0
- package/esm2015/components/kanban/models/kanban-data.js +1 -0
- package/esm2015/components/kanban/models/kanban-template-types.js +9 -0
- package/esm2015/components/kanban/template.directive.js +20 -0
- package/esm2015/components/progressbar/components/progressbar-determinate/progressbar-determinate.component.js +1 -1
- package/esm2015/components/slide-panel/slide-panel.component.js +8 -1
- package/esm2015/locale/fallback.js +3 -1
- package/esm2015/public-api.js +2 -1
- package/esm2015/seniorsistemas-angular-components.js +5 -1
- package/esm5/components/kanban/components/kanban-column/kanban-column.component.js +84 -0
- package/esm5/components/kanban/components/kanban-item/kanban-item.component.js +45 -0
- package/esm5/components/kanban/components/kanban-item-dragging/kanban-item-dragging.component.js +20 -0
- package/esm5/components/kanban/index.js +5 -0
- package/esm5/components/kanban/kanban-event.service.js +28 -0
- package/esm5/components/kanban/kanban.component.js +213 -0
- package/esm5/components/kanban/kanban.module.js +48 -0
- package/esm5/components/kanban/models/index.js +2 -0
- package/esm5/components/kanban/models/kanban-data.js +1 -0
- package/esm5/components/kanban/models/kanban-template-types.js +9 -0
- package/esm5/components/kanban/template.directive.js +21 -0
- package/esm5/components/progressbar/components/progressbar-determinate/progressbar-determinate.component.js +1 -1
- package/esm5/components/slide-panel/slide-panel.component.js +8 -1
- package/esm5/locale/fallback.js +3 -1
- package/esm5/public-api.js +2 -1
- package/esm5/seniorsistemas-angular-components.js +5 -1
- package/fesm2015/seniorsistemas-angular-components.js +422 -2
- package/fesm2015/seniorsistemas-angular-components.js.map +1 -1
- package/fesm5/seniorsistemas-angular-components.js +435 -2
- package/fesm5/seniorsistemas-angular-components.js.map +1 -1
- package/package.json +1 -1
- package/public-api.d.ts +1 -0
- package/seniorsistemas-angular-components.d.ts +4 -0
- package/seniorsistemas-angular-components.metadata.json +1 -1
|
@@ -56,6 +56,7 @@ import { styleTags, tags, HighlightStyle } from '@codemirror/highlight';
|
|
|
56
56
|
import { autocompletion, pickedCompletion, startCompletion } from '@codemirror/autocomplete';
|
|
57
57
|
import { showTooltip } from '@codemirror/tooltip';
|
|
58
58
|
import { lineNumbers } from '@codemirror/gutter';
|
|
59
|
+
import { moveItemInArray, transferArrayItem, DragDropModule } from '@angular/cdk/drag-drop';
|
|
59
60
|
|
|
60
61
|
let AccordionPanelComponent = class AccordionPanelComponent {
|
|
61
62
|
constructor() {
|
|
@@ -11010,6 +11011,7 @@ let SlidePanelComponent = SlidePanelComponent_1 = class SlidePanelComponent {
|
|
|
11010
11011
|
this.openIcon = "fas fa-chevron-right";
|
|
11011
11012
|
this.closeIcon = "fas fa-chevron-left";
|
|
11012
11013
|
this.cache = false;
|
|
11014
|
+
this.createOpen = false;
|
|
11013
11015
|
this.panelOpened = new EventEmitter();
|
|
11014
11016
|
this.panelClosed = new EventEmitter();
|
|
11015
11017
|
this.isOpen = false;
|
|
@@ -11037,6 +11039,9 @@ let SlidePanelComponent = SlidePanelComponent_1 = class SlidePanelComponent {
|
|
|
11037
11039
|
this._calculateSlideHeight();
|
|
11038
11040
|
this._calculateSideContentWidth();
|
|
11039
11041
|
this.isContentAnimationDisabled = false;
|
|
11042
|
+
if (this.createOpen) {
|
|
11043
|
+
this.isOpen = true;
|
|
11044
|
+
}
|
|
11040
11045
|
});
|
|
11041
11046
|
}
|
|
11042
11047
|
ngOnDestroy() {
|
|
@@ -11090,6 +11095,9 @@ __decorate([
|
|
|
11090
11095
|
__decorate([
|
|
11091
11096
|
Input()
|
|
11092
11097
|
], SlidePanelComponent.prototype, "cache", void 0);
|
|
11098
|
+
__decorate([
|
|
11099
|
+
Input()
|
|
11100
|
+
], SlidePanelComponent.prototype, "createOpen", void 0);
|
|
11093
11101
|
__decorate([
|
|
11094
11102
|
Output()
|
|
11095
11103
|
], SlidePanelComponent.prototype, "panelOpened", void 0);
|
|
@@ -14491,7 +14499,7 @@ ProgressBarDeterminateComponent = __decorate([
|
|
|
14491
14499
|
Component({
|
|
14492
14500
|
selector: "s-progressbar-determinate",
|
|
14493
14501
|
template: "<div class=\"progressbar-determinate\">\n <div class=\"progressbar-container\">\n <div\n class=\"progressbar-active\"\n [ngClass]=\"{\n 'progressbar-active--blue' : activeColor === 'blue',\n 'progressbar-active--green': activeColor === 'green',\n 'progressbar-active--red': activeColor === 'red',\n 'progressbar-active--yellow': activeColor === 'yellow'\n }\"\n [ngStyle]=\"{ 'width': value + '%' }\">\n {{ showValue && value ? value + '%' : '' }}\n </div>\n </div>\n <div\n *ngIf=\"targetValue\"\n class=\"target\"\n [ngStyle]=\"{\n 'left': targetValue <= 50 ? targetValue + '%' : 'unset',\n 'right': targetValue > 50 ? 100 - targetValue + '%' : 'unset',\n 'align-items': targetValue > 50 ? 'flex-end' : 'flex-start'\n }\">\n <span class=\"target-line\"></span>\n <span class=\"target-label\">\n {{ targetLabel || value + '%' }}\n </span>\n </div>\n </div>\n ",
|
|
14494
|
-
styles: [".progressbar-determinate{position:relative}.progressbar-determinate .progressbar-container{background-color:#d8d8d8;border-radius:4px;height:24px;overflow:hidden;width:100%}.progressbar-determinate .progressbar-container .progressbar-active{-ms-flex-align:center;align-items:center;color:#fff;display:-ms-flexbox;display:flex;font-family:\"Open Sans\",sans-serif;font-size:14px;height:100%;-ms-flex-pack:center;justify-content:center;line-height:150%;-webkit-user-select:none;-ms-user-select:none;user-select:none;width:80%}.progressbar-determinate .progressbar-container .progressbar-active--blue{background-color:#428bca}.progressbar-determinate .progressbar-container .progressbar-active--green{background-color:#0c9348}.progressbar-determinate .progressbar-container .progressbar-active--red{background-color:#c13018}.progressbar-determinate .progressbar-container .progressbar-active--yellow{background-color:#fcbf10}.progressbar-determinate .target{-ms-flex-align:start;align-items:flex-start;bottom:-38px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;position:absolute}.progressbar-determinate .target .target-line{background-color:#333;height:40px;margin:8px 0;width:1px}.progressbar-determinate .target .target-label{background-color:#426e78;border-radius:10px;color:#e5eaea;font-family:\"Open Sans\",sans-serif;font-size:12px;line-height:150%;padding:2px 12px}"]
|
|
14502
|
+
styles: [".progressbar-determinate{position:relative}.progressbar-determinate .progressbar-container{background-color:#d8d8d8;border-radius:4px;height:24px;overflow:hidden;width:100%}.progressbar-determinate .progressbar-container .progressbar-active{-ms-flex-align:center;align-items:center;color:#fff;display:-ms-flexbox;display:flex;font-family:\"Open Sans\",sans-serif;font-size:14px;height:100%;-ms-flex-pack:center;justify-content:center;line-height:150%;-webkit-user-select:none;-ms-user-select:none;user-select:none;width:80%}.progressbar-determinate .progressbar-container .progressbar-active--blue{background-color:#428bca}.progressbar-determinate .progressbar-container .progressbar-active--green{background-color:#0c9348}.progressbar-determinate .progressbar-container .progressbar-active--red{background-color:#c13018}.progressbar-determinate .progressbar-container .progressbar-active--yellow{background-color:#fcbf10;color:#212533}.progressbar-determinate .target{-ms-flex-align:start;align-items:flex-start;bottom:-38px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;position:absolute}.progressbar-determinate .target .target-line{background-color:#333;height:40px;margin:8px 0;width:1px}.progressbar-determinate .target .target-label{background-color:#426e78;border-radius:10px;color:#e5eaea;font-family:\"Open Sans\",sans-serif;font-size:12px;line-height:150%;padding:2px 12px}"]
|
|
14495
14503
|
})
|
|
14496
14504
|
], ProgressBarDeterminateComponent);
|
|
14497
14505
|
|
|
@@ -14729,6 +14737,8 @@ PanelModule = __decorate([
|
|
|
14729
14737
|
], PanelModule);
|
|
14730
14738
|
|
|
14731
14739
|
const fallback = {
|
|
14740
|
+
"platform.angular_components.count_items_in_target": "{{ count }} itens em {{ target }}",
|
|
14741
|
+
"platform.angular_components.count_items_selected": "{{ count }} itens selecionados",
|
|
14732
14742
|
"platform.angular_components.january": "Janeiro",
|
|
14733
14743
|
"platform.angular_components.february": "Fevereiro",
|
|
14734
14744
|
"platform.angular_components.march": "Março",
|
|
@@ -15025,9 +15035,419 @@ const fallback = {
|
|
|
15025
15035
|
"platform.angular_components.date_modified_custom_blob": "Enviado às {{hour}}:{{minutes}} de {{day}}/{{month}}/{{fullYear}}"
|
|
15026
15036
|
};
|
|
15027
15037
|
|
|
15038
|
+
var KanbanTemplateTypes;
|
|
15039
|
+
(function (KanbanTemplateTypes) {
|
|
15040
|
+
KanbanTemplateTypes["ColumnHeader"] = "column-header";
|
|
15041
|
+
KanbanTemplateTypes["ColumnEmptyMessage"] = "column-empty-message";
|
|
15042
|
+
KanbanTemplateTypes["ItemHeader"] = "item-header";
|
|
15043
|
+
KanbanTemplateTypes["ItemBody"] = "item-body";
|
|
15044
|
+
KanbanTemplateTypes["ItemFooter"] = "item-footer";
|
|
15045
|
+
})(KanbanTemplateTypes || (KanbanTemplateTypes = {}));
|
|
15046
|
+
|
|
15047
|
+
let TemplateDirective = class TemplateDirective {
|
|
15048
|
+
constructor(template) {
|
|
15049
|
+
this.template = template;
|
|
15050
|
+
}
|
|
15051
|
+
};
|
|
15052
|
+
TemplateDirective.ctorParameters = () => [
|
|
15053
|
+
{ type: TemplateRef }
|
|
15054
|
+
];
|
|
15055
|
+
__decorate([
|
|
15056
|
+
Input("sTemplate")
|
|
15057
|
+
], TemplateDirective.prototype, "type", void 0);
|
|
15058
|
+
TemplateDirective = __decorate([
|
|
15059
|
+
Directive({
|
|
15060
|
+
selector: "[sTemplate]",
|
|
15061
|
+
})
|
|
15062
|
+
], TemplateDirective);
|
|
15063
|
+
|
|
15064
|
+
let KanbanEventService = class KanbanEventService {
|
|
15065
|
+
constructor() {
|
|
15066
|
+
this.selectAllColumnItemsEvent = new EventEmitter();
|
|
15067
|
+
this.unselectAllColumnItemsEvent = new EventEmitter();
|
|
15068
|
+
this.selectItemEvent = new EventEmitter();
|
|
15069
|
+
this.unselectItemEvent = new EventEmitter();
|
|
15070
|
+
}
|
|
15071
|
+
emitSelectAllColumnItemsEvent(column) {
|
|
15072
|
+
this.selectAllColumnItemsEvent.emit(column);
|
|
15073
|
+
}
|
|
15074
|
+
emitUnselectAllColumnItemsEvent(column) {
|
|
15075
|
+
this.unselectAllColumnItemsEvent.emit(column);
|
|
15076
|
+
}
|
|
15077
|
+
emitSelectItemEvent(item) {
|
|
15078
|
+
this.selectItemEvent.emit(item);
|
|
15079
|
+
}
|
|
15080
|
+
emitUnselectItemEvent(item) {
|
|
15081
|
+
this.unselectItemEvent.emit(item);
|
|
15082
|
+
}
|
|
15083
|
+
};
|
|
15084
|
+
KanbanEventService = __decorate([
|
|
15085
|
+
Injectable()
|
|
15086
|
+
], KanbanEventService);
|
|
15087
|
+
|
|
15088
|
+
let KanbanComponent = class KanbanComponent {
|
|
15089
|
+
constructor(kanbanEventService) {
|
|
15090
|
+
this.kanbanEventService = kanbanEventService;
|
|
15091
|
+
this.itemsMoved = new EventEmitter();
|
|
15092
|
+
this.dataUpdated = new EventEmitter();
|
|
15093
|
+
this.itemsSelected = new EventEmitter();
|
|
15094
|
+
this.selectedItems = new Set();
|
|
15095
|
+
this.draggingItems = new Set();
|
|
15096
|
+
this._unsubscribe$ = new Subject();
|
|
15097
|
+
}
|
|
15098
|
+
ngOnInit() {
|
|
15099
|
+
this._subscribeEvents();
|
|
15100
|
+
this._normalizeData();
|
|
15101
|
+
this._validateInputs();
|
|
15102
|
+
}
|
|
15103
|
+
ngAfterContentInit() {
|
|
15104
|
+
this._getTemplates();
|
|
15105
|
+
}
|
|
15106
|
+
ngOnDestroy() {
|
|
15107
|
+
this._unsubscribe$.next();
|
|
15108
|
+
this._unsubscribe$.complete();
|
|
15109
|
+
}
|
|
15110
|
+
drop(event) {
|
|
15111
|
+
var _a;
|
|
15112
|
+
const previousColumn = this.data.columns.find((column) => column.id === event.previousContainer.id);
|
|
15113
|
+
const targetColumn = this.data.columns.find((column) => column.id === event.container.id);
|
|
15114
|
+
if (!previousColumn || !targetColumn) {
|
|
15115
|
+
throw new Error("Unable to obtain information about columns when performing drag and drop");
|
|
15116
|
+
}
|
|
15117
|
+
if (event.previousContainer === event.container) {
|
|
15118
|
+
moveItemInArray(event.container.data, event.previousIndex, event.currentIndex);
|
|
15119
|
+
}
|
|
15120
|
+
else {
|
|
15121
|
+
transferArrayItem(event.previousContainer.data, event.container.data, event.previousIndex, event.currentIndex);
|
|
15122
|
+
}
|
|
15123
|
+
this.selectedItems.forEach((item) => {
|
|
15124
|
+
const previousIndex = event.previousContainer.data.indexOf(item);
|
|
15125
|
+
if (previousIndex !== -1 && item !== event.item.data) {
|
|
15126
|
+
if (event.previousContainer === event.container) {
|
|
15127
|
+
moveItemInArray(event.container.data, previousIndex, event.currentIndex);
|
|
15128
|
+
}
|
|
15129
|
+
else {
|
|
15130
|
+
transferArrayItem(event.previousContainer.data, event.container.data, previousIndex, event.currentIndex);
|
|
15131
|
+
}
|
|
15132
|
+
}
|
|
15133
|
+
});
|
|
15134
|
+
this.selectedItems.add(event.item.data);
|
|
15135
|
+
this.itemsMoved.emit({
|
|
15136
|
+
items: [...this.selectedItems],
|
|
15137
|
+
previousColumn,
|
|
15138
|
+
targetColumn,
|
|
15139
|
+
});
|
|
15140
|
+
if ((_a = this.dataUpdated.observers) === null || _a === void 0 ? void 0 : _a.length) {
|
|
15141
|
+
this.dataUpdated.emit(Object.assign({}, this.data));
|
|
15142
|
+
}
|
|
15143
|
+
this.data.columns.forEach((column) => {
|
|
15144
|
+
this.kanbanEventService.emitUnselectAllColumnItemsEvent(column);
|
|
15145
|
+
});
|
|
15146
|
+
this.selectedItems.clear();
|
|
15147
|
+
}
|
|
15148
|
+
selectItem(event, item, column) {
|
|
15149
|
+
if (event.ctrlKey) {
|
|
15150
|
+
if (this.selectedItems.delete(item)) {
|
|
15151
|
+
this.kanbanEventService.emitUnselectItemEvent(item);
|
|
15152
|
+
}
|
|
15153
|
+
else {
|
|
15154
|
+
if (this.selectedColumn && !this.selectedColumn.items.includes(item)) {
|
|
15155
|
+
this.selectedItems.clear();
|
|
15156
|
+
}
|
|
15157
|
+
this.selectedItems.add(item);
|
|
15158
|
+
this.selectedColumn = column;
|
|
15159
|
+
this.kanbanEventService.emitSelectItemEvent(item);
|
|
15160
|
+
}
|
|
15161
|
+
}
|
|
15162
|
+
else {
|
|
15163
|
+
this.selectedItems.clear();
|
|
15164
|
+
this.selectedItems.add(item);
|
|
15165
|
+
this.selectedColumn = column;
|
|
15166
|
+
this.kanbanEventService.emitSelectItemEvent(item);
|
|
15167
|
+
}
|
|
15168
|
+
}
|
|
15169
|
+
dragStarted() {
|
|
15170
|
+
this.selectedItems.forEach((item) => {
|
|
15171
|
+
this.draggingItems.add(item);
|
|
15172
|
+
});
|
|
15173
|
+
}
|
|
15174
|
+
dragReleased() {
|
|
15175
|
+
this.draggingItems.clear();
|
|
15176
|
+
}
|
|
15177
|
+
getLinkedColumns(currentColumn) {
|
|
15178
|
+
return this.data.columns
|
|
15179
|
+
.filter((column) => column != currentColumn)
|
|
15180
|
+
.map((column) => column.id);
|
|
15181
|
+
}
|
|
15182
|
+
getColumnHeaderTemplate() {
|
|
15183
|
+
return this._getCustomTemplate(KanbanTemplateTypes.ColumnHeader);
|
|
15184
|
+
}
|
|
15185
|
+
getColumnEmptyMessageTemplate() {
|
|
15186
|
+
return this._getCustomTemplate(KanbanTemplateTypes.ColumnEmptyMessage);
|
|
15187
|
+
}
|
|
15188
|
+
getItemHeaderTemplate() {
|
|
15189
|
+
return this._getCustomTemplate(KanbanTemplateTypes.ItemHeader);
|
|
15190
|
+
}
|
|
15191
|
+
getItemBodyTemplate() {
|
|
15192
|
+
return this._getCustomTemplate(KanbanTemplateTypes.ItemBody);
|
|
15193
|
+
}
|
|
15194
|
+
getItemFooterTemplate() {
|
|
15195
|
+
return this._getCustomTemplate(KanbanTemplateTypes.ItemFooter);
|
|
15196
|
+
}
|
|
15197
|
+
_getCustomTemplate(type) {
|
|
15198
|
+
var _a;
|
|
15199
|
+
return (_a = this.templates.find((template) => template.type === type)) === null || _a === void 0 ? void 0 : _a.template;
|
|
15200
|
+
}
|
|
15201
|
+
_subscribeEvents() {
|
|
15202
|
+
this.kanbanEventService.selectAllColumnItemsEvent
|
|
15203
|
+
.pipe(takeUntil(this._unsubscribe$))
|
|
15204
|
+
.subscribe((column) => {
|
|
15205
|
+
column.items
|
|
15206
|
+
.filter((item) => !item.disabled)
|
|
15207
|
+
.forEach((item) => {
|
|
15208
|
+
this.selectedItems.add(item);
|
|
15209
|
+
});
|
|
15210
|
+
this.selectedColumn = column;
|
|
15211
|
+
this.itemsSelected.emit([...this.selectedItems]);
|
|
15212
|
+
});
|
|
15213
|
+
this.kanbanEventService.unselectAllColumnItemsEvent
|
|
15214
|
+
.pipe(takeUntil(this._unsubscribe$))
|
|
15215
|
+
.subscribe((_) => {
|
|
15216
|
+
this.selectedItems.clear();
|
|
15217
|
+
});
|
|
15218
|
+
this.kanbanEventService.selectItemEvent
|
|
15219
|
+
.pipe(takeUntil(this._unsubscribe$))
|
|
15220
|
+
.subscribe((item) => {
|
|
15221
|
+
if (this.selectedColumn && !this.selectedColumn.items.includes(item)) {
|
|
15222
|
+
this.selectedItems.clear();
|
|
15223
|
+
}
|
|
15224
|
+
this.selectedItems.add(item);
|
|
15225
|
+
this.itemsSelected.emit([...this.selectedItems]);
|
|
15226
|
+
// Finding the item column and setting selectedColumn.
|
|
15227
|
+
this.data.columns.forEach((column) => {
|
|
15228
|
+
column.items.forEach((currentItem) => {
|
|
15229
|
+
if (currentItem === item) {
|
|
15230
|
+
this.selectedColumn = column;
|
|
15231
|
+
return;
|
|
15232
|
+
}
|
|
15233
|
+
});
|
|
15234
|
+
});
|
|
15235
|
+
});
|
|
15236
|
+
this.kanbanEventService.unselectItemEvent
|
|
15237
|
+
.pipe(takeUntil(this._unsubscribe$))
|
|
15238
|
+
.subscribe((item) => {
|
|
15239
|
+
this.selectedItems.delete(item);
|
|
15240
|
+
});
|
|
15241
|
+
}
|
|
15242
|
+
_normalizeData() {
|
|
15243
|
+
this.data.columns.forEach((column) => {
|
|
15244
|
+
column.id = column.id || `id-${Math.random().toString(36).substring(2, 9)}-${Date.now().toString(36)}`;
|
|
15245
|
+
});
|
|
15246
|
+
}
|
|
15247
|
+
_validateInputs() {
|
|
15248
|
+
const columns = this.data.columns;
|
|
15249
|
+
const columnIds = this.data.columns.map((column) => column.id);
|
|
15250
|
+
if (new Set(columnIds).size !== columns.length) {
|
|
15251
|
+
throw new Error("Repeated IDs are not accepted.");
|
|
15252
|
+
}
|
|
15253
|
+
}
|
|
15254
|
+
_getTemplates() {
|
|
15255
|
+
this.columnHeaderTemplate = this.getColumnHeaderTemplate();
|
|
15256
|
+
this.columnEmptyMessageTemplate = this.getColumnEmptyMessageTemplate();
|
|
15257
|
+
this.itemHeaderTemplate = this.getItemHeaderTemplate();
|
|
15258
|
+
this.itemBodyTemplate = this.getItemBodyTemplate();
|
|
15259
|
+
this.itemFooterTemplate = this.getItemFooterTemplate();
|
|
15260
|
+
}
|
|
15261
|
+
};
|
|
15262
|
+
KanbanComponent.ctorParameters = () => [
|
|
15263
|
+
{ type: KanbanEventService }
|
|
15264
|
+
];
|
|
15265
|
+
__decorate([
|
|
15266
|
+
Input()
|
|
15267
|
+
], KanbanComponent.prototype, "data", void 0);
|
|
15268
|
+
__decorate([
|
|
15269
|
+
Output()
|
|
15270
|
+
], KanbanComponent.prototype, "itemsMoved", void 0);
|
|
15271
|
+
__decorate([
|
|
15272
|
+
Output()
|
|
15273
|
+
], KanbanComponent.prototype, "dataUpdated", void 0);
|
|
15274
|
+
__decorate([
|
|
15275
|
+
Output()
|
|
15276
|
+
], KanbanComponent.prototype, "itemsSelected", void 0);
|
|
15277
|
+
__decorate([
|
|
15278
|
+
ContentChildren(TemplateDirective)
|
|
15279
|
+
], KanbanComponent.prototype, "templates", void 0);
|
|
15280
|
+
KanbanComponent = __decorate([
|
|
15281
|
+
Component({
|
|
15282
|
+
selector: 's-kanban',
|
|
15283
|
+
template: "<div class=\"kanban\">\n <s-kanban-column\n *ngFor=\"let column of data.columns\"\n [data]=\"column\"\n [headerTemplate]=\"columnHeaderTemplate\">\n <div\n [id]=\"column.id\"\n style=\"height: 100%; width: 100%;\"\n cdkDropList\n #dynamicList=\"cdkDropList\"\n [cdkDropListData]=\"column.items\"\n [cdkDropListConnectedTo]=\"getLinkedColumns(column)\"\n (cdkDropListDropped)=\"drop($event)\">\n\n <ng-container *ngIf=\"!columnEmptyMessageTemplate; then defaultEmptyMessageTemplate else customEmptyMessageTemplate\"></ng-container>\n\n <ng-template #defaultEmptyMessageTemplate>\n <div *ngIf=\"!column.items.length\" class=\"empty-message\">\n <p class=\"text\">\n <span class=\"fas fa-clock\"></span> \n <span>{{ \"platform.angular_components.count_items_in_target\" | translate:{ count: column.items.length, target: column.title } }}</span>\n </p>\n </div>\n </ng-template>\n\n <ng-template #customEmptyMessageTemplate>\n <ng-container *ngTemplateOutlet=\"columnEmptyMessageTemplate; context: { $implicit: column }\"></ng-container>\n </ng-template>\n\n <div\n *ngFor=\"let item of column.items\"\n cdkDrag\n [cdkDragData]=\"item\"\n [cdkDragDisabled]=\"item.disabled\"\n (cdkDragStarted)=\"dragStarted()\"\n (cdkDragReleased)=\"dragReleased()\"\n (click)=\"selectItem($event, item, column)\">\n \n <ng-container *ngTemplateOutlet=\"itemTemplate\"></ng-container>\n\n <ng-container *cdkDragPreview>\n <ng-container *ngIf=\"selectedItems.size > 1; then itemDraggingTemplate else itemTemplate\"></ng-container>\n </ng-container>\n\n <ng-template #itemTemplate>\n <s-kanban-item\n [item]=\"item\"\n [selected]=\"selectedItems.has(item)\"\n [headerTemplate]=\"itemHeaderTemplate\"\n [bodyTemplate]=\"itemBodyTemplate\"\n [footerTemplate]=\"itemFooterTemplate\">\n </s-kanban-item>\n </ng-template>\n\n <ng-template #itemDraggingTemplate>\n <s-kanban-item-dragging [quantityItems]=\"selectedItems.size\"></s-kanban-item-dragging>\n </ng-template>\n\n <div *cdkDragPlaceholder>\n <div class=\"placeholder\">\n <div class=\"placeholder-line\"></div>\n </div>\n </div>\n </div>\n </div>\n </s-kanban-column>\n</div>\n\n",
|
|
15284
|
+
styles: [".kanban{display:-ms-flexbox;display:flex;gap:16px;width:100%}.kanban .empty-message{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;margin:16px}.kanban .empty-message .text{overflow:hidden;text-align:center;text-overflow:ellipsis;width:100%;white-space:nowrap}@media screen and (max-width:600px){.kanban{-ms-flex-direction:column;flex-direction:column}}s-kanban-column{display:-ms-flexbox;display:flex;-ms-flex-positive:1;flex-grow:1;min-width:292px}.placeholder{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.placeholder .placeholder-line{background-color:#a5a5b2;height:1px;margin:6px 0;width:50%}"]
|
|
15285
|
+
})
|
|
15286
|
+
], KanbanComponent);
|
|
15287
|
+
|
|
15288
|
+
let KanbanItemComponent = class KanbanItemComponent {
|
|
15289
|
+
constructor(_kanbanEventService) {
|
|
15290
|
+
this._kanbanEventService = _kanbanEventService;
|
|
15291
|
+
this.selected = false;
|
|
15292
|
+
}
|
|
15293
|
+
onSelectedChange(value) {
|
|
15294
|
+
if (value) {
|
|
15295
|
+
this._kanbanEventService.emitSelectItemEvent(this.item);
|
|
15296
|
+
}
|
|
15297
|
+
else {
|
|
15298
|
+
this._kanbanEventService.emitUnselectItemEvent(this.item);
|
|
15299
|
+
}
|
|
15300
|
+
}
|
|
15301
|
+
};
|
|
15302
|
+
KanbanItemComponent.ctorParameters = () => [
|
|
15303
|
+
{ type: KanbanEventService }
|
|
15304
|
+
];
|
|
15305
|
+
__decorate([
|
|
15306
|
+
Input()
|
|
15307
|
+
], KanbanItemComponent.prototype, "item", void 0);
|
|
15308
|
+
__decorate([
|
|
15309
|
+
Input()
|
|
15310
|
+
], KanbanItemComponent.prototype, "selected", void 0);
|
|
15311
|
+
__decorate([
|
|
15312
|
+
Input()
|
|
15313
|
+
], KanbanItemComponent.prototype, "headerTemplate", void 0);
|
|
15314
|
+
__decorate([
|
|
15315
|
+
Input()
|
|
15316
|
+
], KanbanItemComponent.prototype, "bodyTemplate", void 0);
|
|
15317
|
+
__decorate([
|
|
15318
|
+
Input()
|
|
15319
|
+
], KanbanItemComponent.prototype, "footerTemplate", void 0);
|
|
15320
|
+
KanbanItemComponent = __decorate([
|
|
15321
|
+
Component({
|
|
15322
|
+
selector: 's-kanban-item',
|
|
15323
|
+
template: "<p-tieredMenu\n #optionsMenu\n [popup]=\"true\"\n appendTo=\"body\"\n [baseZIndex]=\"9999\"\n [model]=\"item.options\">\n</p-tieredMenu>\n\n<div\n class=\"kanban-item\"\n [ngClass]=\"{\n 'kanban-item--selected': selected && !item.disabled,\n 'kanban-item--disabled': item.disabled\n }\">\n <div class=\"kanban-item__header\">\n <div class=\"content\">\n <form>\n <input\n *ngIf=\"!item.disabled\"\n type=\"checkbox\"\n name=\"checkbox\"\n [(ngModel)]=\"selected\"\n (ngModelChange)=\"onSelectedChange($event)\"\n (click)=\"$event.stopPropagation()\">\n </form>\n <ng-container *ngTemplateOutlet=\"headerTemplate; context: { $implicit: item }\"></ng-container>\n </div>\n <button\n *ngIf=\"item.options && !item.disabled\"\n class=\"options-button\"\n (click)=\"optionsMenu.toggle($event); $event.stopPropagation();\">\n <i class=\"fas fa-ellipsis-v\"></i>\n </button>\n </div>\n <div class=\"kanban-item__body\">\n <ng-container *ngTemplateOutlet=\"bodyTemplate; context: { $implicit: item }\"></ng-container>\n </div>\n <div *ngIf=\"footerTemplate\" class=\"kanban-item__footer\">\n <ng-container *ngTemplateOutlet=\"footerTemplate; context: { $implicit: item }\"></ng-container> \n </div>\n</div>",
|
|
15324
|
+
styles: [".kanban-item{background-color:#fff;border-radius:4px;box-shadow:0 1px 5px 0 rgba(0,0,0,.25);cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin:16px;min-width:260px;padding:16px;-webkit-user-select:none;-ms-user-select:none;user-select:none}.kanban-item .kanban-item__header{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.kanban-item .kanban-item__header .content{display:-ms-flexbox;display:flex;gap:16px}.kanban-item .kanban-item__header .options-button{background-color:transparent;border:none;cursor:pointer;margin-right:-8px;padding:0 8px}.kanban-item .kanban-item__body{margin:16px 0}.kanban-item .kanban-item__footer{border-top:1px solid #dedce5;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.kanban-item .kanban-item__footer .date-info{-ms-flex-align:center;align-items:center;color:#6e7280;display:-ms-flexbox;display:flex;font-family:\"Open Sans\" sans-serif;font-size:12px;gap:4px;line-height:150%}.kanban-item--selected{border:1px solid #428bca}.kanban-item--disabled{opacity:50%}"]
|
|
15325
|
+
})
|
|
15326
|
+
], KanbanItemComponent);
|
|
15327
|
+
|
|
15328
|
+
let KanbanColumnComponent = class KanbanColumnComponent {
|
|
15329
|
+
constructor(kanbanEventService) {
|
|
15330
|
+
this.kanbanEventService = kanbanEventService;
|
|
15331
|
+
this.selectionControl = new FormControl(false);
|
|
15332
|
+
this._unsubscribe$ = new Subject();
|
|
15333
|
+
}
|
|
15334
|
+
ngOnInit() {
|
|
15335
|
+
this._validateInputs();
|
|
15336
|
+
this._subscriveEvents();
|
|
15337
|
+
}
|
|
15338
|
+
ngOnDestroy() {
|
|
15339
|
+
this._unsubscribe$.next();
|
|
15340
|
+
this._unsubscribe$.complete();
|
|
15341
|
+
}
|
|
15342
|
+
_subscriveEvents() {
|
|
15343
|
+
this.selectionControl.valueChanges
|
|
15344
|
+
.pipe(takeUntil(this._unsubscribe$))
|
|
15345
|
+
.subscribe((value) => {
|
|
15346
|
+
if (value) {
|
|
15347
|
+
this.kanbanEventService.emitSelectAllColumnItemsEvent(this.data);
|
|
15348
|
+
}
|
|
15349
|
+
else {
|
|
15350
|
+
this.kanbanEventService.emitUnselectAllColumnItemsEvent(this.data);
|
|
15351
|
+
}
|
|
15352
|
+
});
|
|
15353
|
+
this.kanbanEventService.unselectItemEvent
|
|
15354
|
+
.pipe(takeUntil(this._unsubscribe$))
|
|
15355
|
+
.subscribe((_) => {
|
|
15356
|
+
this.selectionControl.setValue(false, { emitEvent: false });
|
|
15357
|
+
});
|
|
15358
|
+
this.kanbanEventService.selectItemEvent
|
|
15359
|
+
.pipe(takeUntil(this._unsubscribe$))
|
|
15360
|
+
.subscribe((item) => {
|
|
15361
|
+
if (!this.data.items.includes(item)) {
|
|
15362
|
+
this.selectionControl.setValue(false, { emitEvent: false });
|
|
15363
|
+
}
|
|
15364
|
+
});
|
|
15365
|
+
this.kanbanEventService.selectAllColumnItemsEvent
|
|
15366
|
+
.pipe(takeUntil(this._unsubscribe$))
|
|
15367
|
+
.subscribe((column) => {
|
|
15368
|
+
if (this.data !== column) {
|
|
15369
|
+
this.selectionControl.setValue(false, { emitEvent: false });
|
|
15370
|
+
}
|
|
15371
|
+
});
|
|
15372
|
+
this.kanbanEventService.unselectAllColumnItemsEvent
|
|
15373
|
+
.pipe(takeUntil(this._unsubscribe$))
|
|
15374
|
+
.subscribe((column) => {
|
|
15375
|
+
if (this.data !== column) {
|
|
15376
|
+
this.selectionControl.setValue(false, { emitEvent: false });
|
|
15377
|
+
}
|
|
15378
|
+
});
|
|
15379
|
+
}
|
|
15380
|
+
_validateInputs() {
|
|
15381
|
+
if (!this.data) {
|
|
15382
|
+
throw new Error("data parameter is required");
|
|
15383
|
+
}
|
|
15384
|
+
}
|
|
15385
|
+
};
|
|
15386
|
+
KanbanColumnComponent.ctorParameters = () => [
|
|
15387
|
+
{ type: KanbanEventService }
|
|
15388
|
+
];
|
|
15389
|
+
__decorate([
|
|
15390
|
+
Input()
|
|
15391
|
+
], KanbanColumnComponent.prototype, "data", void 0);
|
|
15392
|
+
__decorate([
|
|
15393
|
+
Input()
|
|
15394
|
+
], KanbanColumnComponent.prototype, "headerTemplate", void 0);
|
|
15395
|
+
KanbanColumnComponent = __decorate([
|
|
15396
|
+
Component({
|
|
15397
|
+
selector: "s-kanban-column",
|
|
15398
|
+
template: "<div class=\"kanban-column\">\n <div class=\"kanban-column__header\">\n <div class=\"content\">\n <form>\n <input\n type=\"checkbox\"\n name=\"checkbox\"\n [formControl]=\"selectionControl\">\n </form>\n\n <ng-container *ngIf=\"!headerTemplate; then defaultHeaderTemplate else customHeaderTemplate\"></ng-container>\n \n <ng-template #defaultHeaderTemplate>\n <div class=\"header\">\n <span class=\"title\">{{ data.title }} ({{ data.items.length }})</span>\n </div>\n </ng-template>\n \n <ng-template #customHeaderTemplate>\n <ng-container *ngTemplateOutlet=\"headerTemplate; context: { $implicit: data }\"></ng-container>\n </ng-template>\n </div>\n <s-button\n *ngIf=\"data.options\"\n priority=\"default\"\n [disabled]=\"false\"\n [auxiliary]=\"true\"\n size=\"small\"\n [model]=\"data.options\">\n </s-button>\n </div>\n <div class=\"kanban-column__body\">\n <ng-content></ng-content>\n </div>\n</div>",
|
|
15399
|
+
styles: [".kanban-column{-ms-flex-align:center;align-items:center;background-color:#fbfafc;border:1px solid #dedce5;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;min-height:120px;-webkit-user-select:none;-ms-user-select:none;user-select:none;width:100%}.kanban-column .kanban-column__header{-ms-flex-align:center;align-items:center;border-bottom:1px solid #dedce5;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;padding:16px 16px 8px;width:100%}.kanban-column .kanban-column__header .content{display:-ms-flexbox;display:flex;gap:16px}.kanban-column .kanban-column__header .content .teste{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-family:\"Open Sans\" sans-serif}.kanban-column .kanban-column__header .content .teste .title{font-size:14px;font-weight:800}.kanban-column .kanban-column__header .content .teste .description{font-size:12px}.kanban-column .kanban-column__body{display:-ms-flexbox;display:flex;height:100%;-ms-flex-pack:center;justify-content:center;width:100%}"]
|
|
15400
|
+
})
|
|
15401
|
+
], KanbanColumnComponent);
|
|
15402
|
+
|
|
15403
|
+
let KanbanItemDraggingComponent = class KanbanItemDraggingComponent {
|
|
15404
|
+
constructor() {
|
|
15405
|
+
this.quantityItems = 0;
|
|
15406
|
+
}
|
|
15407
|
+
};
|
|
15408
|
+
__decorate([
|
|
15409
|
+
Input()
|
|
15410
|
+
], KanbanItemDraggingComponent.prototype, "quantityItems", void 0);
|
|
15411
|
+
KanbanItemDraggingComponent = __decorate([
|
|
15412
|
+
Component({
|
|
15413
|
+
selector: "s-kanban-item-dragging",
|
|
15414
|
+
template: "<div\n *ngIf=\"quantityItems\"\n class=\"kanban-item-dragging\">\n</div>\n\n<div\n class=\"kanban-item-dragging\"\n [ngClass]=\"{ 'kanban-item-dragging--over': quantityItems }\">\n <div class=\"content\">\n <input type=\"checkbox\" checked />\n <s-badge\n [text]=\"'platform.angular_components.count_items_selected' | translate:{ count: quantityItems }\"\n color=\"blue\">\n </s-badge>\n </div>\n</div>",
|
|
15415
|
+
styles: [".kanban-item-dragging{background-color:#fff;border:1px solid #428bca;border-radius:4px;box-shadow:0 1px 5px 0 rgba(0,0,0,.25);height:52px;padding:16px;width:260px}.kanban-item-dragging .content{display:-ms-flexbox;display:flex;gap:16px}.kanban-item-dragging--over{left:12px;position:relative;top:-64px}"]
|
|
15416
|
+
})
|
|
15417
|
+
], KanbanItemDraggingComponent);
|
|
15418
|
+
|
|
15419
|
+
let KanbanModule = class KanbanModule {
|
|
15420
|
+
};
|
|
15421
|
+
KanbanModule = __decorate([
|
|
15422
|
+
NgModule({
|
|
15423
|
+
imports: [
|
|
15424
|
+
CommonModule,
|
|
15425
|
+
FormsModule,
|
|
15426
|
+
ReactiveFormsModule,
|
|
15427
|
+
TranslateModule,
|
|
15428
|
+
DragDropModule,
|
|
15429
|
+
BadgeModule,
|
|
15430
|
+
ButtonModule,
|
|
15431
|
+
TieredMenuModule$1,
|
|
15432
|
+
],
|
|
15433
|
+
declarations: [
|
|
15434
|
+
KanbanComponent,
|
|
15435
|
+
KanbanItemComponent,
|
|
15436
|
+
KanbanColumnComponent,
|
|
15437
|
+
KanbanItemDraggingComponent,
|
|
15438
|
+
TemplateDirective,
|
|
15439
|
+
],
|
|
15440
|
+
exports: [
|
|
15441
|
+
KanbanComponent,
|
|
15442
|
+
TemplateDirective,
|
|
15443
|
+
],
|
|
15444
|
+
providers: [KanbanEventService],
|
|
15445
|
+
})
|
|
15446
|
+
], KanbanModule);
|
|
15447
|
+
|
|
15028
15448
|
/**
|
|
15029
15449
|
* Generated bundle index. Do not edit.
|
|
15030
15450
|
*/
|
|
15031
15451
|
|
|
15032
|
-
export { AccordionComponent, AccordionModule, AccordionPanelComponent, AngularComponentsModule, AutocompleteField, BadgeColors, BadgeComponent, BadgeModule, BaseFieldComponent, BignumberField, BignumberInputDirective, BignumberInputModule, BooleanField, BooleanOptionsLabel, BreadcrumbComponent, BreadcrumbModule, Breakpoints, ButtonComponent, ButtonModule, ButtonPriority, ButtonSize, CalendarField, CalendarLocaleOptions, CalendarMaskDirective, CalendarMaskModule, ChipsField, CodeEditorModule, CollapseLinkComponent, CollapseLinkModule, ControlErrorsComponent, ControlErrorsModule, CountryPhonePickerComponent, CountryPhonePickerModule, CurrencyField, CustomFieldsComponent, CustomFieldsModule, CustomFieldsService, DEFAULT_CALENDAR_LOCALE_OPTIONS, DEFAULT_LOCALE_OPTIONS, DEFAULT_NUMBER_LOCALE_OPTIONS, DebounceUtils, DoubleClickDirective, DynamicConfig, DynamicFormComponent, DynamicFormModule, DynamicType, EditableOverlayDirective, EditableOverlayModule, EmptyStateComponent, EmptyStateModule, EnumBadgeColors, EnumColumnFieldType, EnumSeverity, ExportUtils, Field, FieldType, Fieldset, FileUploadComponent, FileUploadModule, FileValidation, FormField, GanttComponent, GanttModule, GlobalSearchComponent, GlobalSearchDropdownItemComponent, GlobalSearchModule, GlobalSearchSizeEnum, HostProjectConfigsInjectionToken, ImageCropperComponent, ImageCropperModule, ImageCropperService, InfoSignDirective, InfoSignModule, Languages, LoadingStateComponent, LoadingStateDirective, LoadingStateModule, LocaleModule, LocaleOptions, LocaleService, LocalizedCurrencyPipe, LocalizedCurrencyPipeOptions, LocalizedDateImpurePipe, LocalizedDatePipe, LocalizedNumberInputDirective, LocalizedNumberInputModule, LocalizedNumberPipe, LocalizedTimeImpurePipe, LocalizedTimePipe, LongPressDirective, LookupComponent, LookupField, MaskFormatterModule, MaskFormatterPipe, MouseEventsModule, NavigationDirective, NumberAlignmentOption, NumberField, NumberInputDirective, NumberInputModule, NumberLocaleOptions, ObjectCardComponent, ObjectCardFieldComponent, ObjectCardMainComponent, ObjectCardModule, Option, Ordination, PanelComponent, PanelModule, PasswordField, PasswordStrengthComponent, PasswordStrengthDirective, PasswordStrengthModule, PasswordStrengthPositions, PasswordStrengths, ProductHeaderComponent, ProductHeaderModule, ProfilePicturePickerComponent, ProfilePicturePickerModule, ProgressBarColors, ProgressBarComponent, ProgressBarModule, RadioButtonField, RatingScaleComponent, RatingScaleModule, RationButtonOption, RowTogllerDirective, Section, SelectField, SelectOption, SidebarComponent, SidebarModule, SlidePanelComponent, SlidePanelModule, SplitButtonComponent, SplitButtonModule, SplitButtonType, StatsCardComponent, StatsCardModule, StepState, StepsComponent, StepsModule, Structure, SwitchComponent, SwitchModule, TableFrozenPositionDirective, TableHeaderCheckboxComponent, TableHeaderCheckboxModule, TableModule, TaxCalculationLanguageConfigs, TextAreaField, TextField, Themes, ThumbnailComponent, ThumbnailModule, ThumbnailSize, TieredMenuDirective, TieredMenuModule, TileComponent, TileModule, TimelineComponent, TimelineItem, TimelineItemSeverity, TimelineItemSize, TimelineModule, TokenListComponent, TokenListModule, TooltipModule, TooltipPosition, ValidateErrors, ViewMode, WorkspaceSwitchComponent, WorkspaceSwitchModule, countries, fallback, TooltipComponent as ɵa, TooltipDirective as ɵb, RadioButtonComponent as ɵba, RowComponent as ɵbb, SectionComponent as ɵbc, SelectFieldComponent as ɵbd, SliderFieldComponent as ɵbe, TextAreaFieldComponent as ɵbf, TextAreaIAFieldComponent as ɵbg, IAssistService as ɵbh, TextFieldComponent as ɵbi, DecimalField as ɵbk, SideTableComponent as ɵbl, StructureModule as ɵbm, HeaderComponent as ɵbn, FooterComponent as ɵbo, NumberLocaleOptions as ɵbp, ThumbnailService as ɵbq, BorderButtonModule as ɵbr, BorderButtonComponent as ɵbs, SlidePanelService as ɵbt, TimelineItemModule as ɵbu, TimelineIconItemComponent as ɵbv, HorizontalTimelineModule as ɵbw, HorizontalTimelineComponent as ɵbx, VerticalTimelineModule as ɵby, VerticalTimelineComponent as ɵbz, CountryPhonePickerService as ɵc, RangeLineComponent as ɵca, CollapseOptionComponent as ɵcb, CollapsedItemsComponent as ɵcc, VerticalItemsComponent as ɵcd, InfiniteScrollModule as ɵce, InfiniteScrollDirective as ɵcf, CustomTranslationsModule as ɵcg, CodeEditorComponent as ɵch, CoreFacade as ɵci, CodeMirror6Core as ɵcj, TieredMenuEventService as ɵck, TieredMenuService as ɵcl, TieredMenuComponent as ɵcm, TieredMenuNestedComponent as ɵcn, TieredMenuItemComponent as ɵco, TieredMenuDividerComponent as ɵcp, ProgressBarDeterminateComponent as ɵcq, ProgressBarIndeterminateComponent as ɵcr, LocalizedCurrencyImpurePipe as ɵd, LocalizedBignumberPipe as ɵe, LocalizedBignumberImpurePipe as ɵf, EmptyStateGoBackComponent as ɵg, FileUploadService as ɵh, InfoSignComponent as ɵi, TableColumnsComponent as ɵj, TablePagingComponent as ɵk, AutocompleteFieldComponent as ɵl, BignumberFieldComponent as ɵm, BooleanFieldComponent as ɵn, BooleanSwitchFieldComponent as ɵo, CalendarFieldComponent as ɵp, ChipsFieldComponent as ɵq, CountryPhonePickerFieldComponent as ɵr, CurrencyFieldComponent as ɵs, DynamicFieldComponent as ɵt, DynamicFormDirective as ɵu, FieldsetComponent as ɵv, FileUploadComponent$1 as ɵw, LookupFieldComponent as ɵx, NumberFieldComponent as ɵy, PasswordFieldComponent as ɵz };
|
|
15452
|
+
export { AccordionComponent, AccordionModule, AccordionPanelComponent, AngularComponentsModule, AutocompleteField, BadgeColors, BadgeComponent, BadgeModule, BaseFieldComponent, BignumberField, BignumberInputDirective, BignumberInputModule, BooleanField, BooleanOptionsLabel, BreadcrumbComponent, BreadcrumbModule, Breakpoints, ButtonComponent, ButtonModule, ButtonPriority, ButtonSize, CalendarField, CalendarLocaleOptions, CalendarMaskDirective, CalendarMaskModule, ChipsField, CodeEditorModule, CollapseLinkComponent, CollapseLinkModule, ControlErrorsComponent, ControlErrorsModule, CountryPhonePickerComponent, CountryPhonePickerModule, CurrencyField, CustomFieldsComponent, CustomFieldsModule, CustomFieldsService, DEFAULT_CALENDAR_LOCALE_OPTIONS, DEFAULT_LOCALE_OPTIONS, DEFAULT_NUMBER_LOCALE_OPTIONS, DebounceUtils, DoubleClickDirective, DynamicConfig, DynamicFormComponent, DynamicFormModule, DynamicType, EditableOverlayDirective, EditableOverlayModule, EmptyStateComponent, EmptyStateModule, EnumBadgeColors, EnumColumnFieldType, EnumSeverity, ExportUtils, Field, FieldType, Fieldset, FileUploadComponent, FileUploadModule, FileValidation, FormField, GanttComponent, GanttModule, GlobalSearchComponent, GlobalSearchDropdownItemComponent, GlobalSearchModule, GlobalSearchSizeEnum, HostProjectConfigsInjectionToken, ImageCropperComponent, ImageCropperModule, ImageCropperService, InfoSignDirective, InfoSignModule, KanbanComponent, KanbanModule, KanbanTemplateTypes, Languages, LoadingStateComponent, LoadingStateDirective, LoadingStateModule, LocaleModule, LocaleOptions, LocaleService, LocalizedCurrencyPipe, LocalizedCurrencyPipeOptions, LocalizedDateImpurePipe, LocalizedDatePipe, LocalizedNumberInputDirective, LocalizedNumberInputModule, LocalizedNumberPipe, LocalizedTimeImpurePipe, LocalizedTimePipe, LongPressDirective, LookupComponent, LookupField, MaskFormatterModule, MaskFormatterPipe, MouseEventsModule, NavigationDirective, NumberAlignmentOption, NumberField, NumberInputDirective, NumberInputModule, NumberLocaleOptions, ObjectCardComponent, ObjectCardFieldComponent, ObjectCardMainComponent, ObjectCardModule, Option, Ordination, PanelComponent, PanelModule, PasswordField, PasswordStrengthComponent, PasswordStrengthDirective, PasswordStrengthModule, PasswordStrengthPositions, PasswordStrengths, ProductHeaderComponent, ProductHeaderModule, ProfilePicturePickerComponent, ProfilePicturePickerModule, ProgressBarColors, ProgressBarComponent, ProgressBarModule, RadioButtonField, RatingScaleComponent, RatingScaleModule, RationButtonOption, RowTogllerDirective, Section, SelectField, SelectOption, SidebarComponent, SidebarModule, SlidePanelComponent, SlidePanelModule, SplitButtonComponent, SplitButtonModule, SplitButtonType, StatsCardComponent, StatsCardModule, StepState, StepsComponent, StepsModule, Structure, SwitchComponent, SwitchModule, TableFrozenPositionDirective, TableHeaderCheckboxComponent, TableHeaderCheckboxModule, TableModule, TaxCalculationLanguageConfigs, TemplateDirective, TextAreaField, TextField, Themes, ThumbnailComponent, ThumbnailModule, ThumbnailSize, TieredMenuDirective, TieredMenuModule, TileComponent, TileModule, TimelineComponent, TimelineItem, TimelineItemSeverity, TimelineItemSize, TimelineModule, TokenListComponent, TokenListModule, TooltipModule, TooltipPosition, ValidateErrors, ViewMode, WorkspaceSwitchComponent, WorkspaceSwitchModule, countries, fallback, TooltipComponent as ɵa, TooltipDirective as ɵb, RadioButtonComponent as ɵba, RowComponent as ɵbb, SectionComponent as ɵbc, SelectFieldComponent as ɵbd, SliderFieldComponent as ɵbe, TextAreaFieldComponent as ɵbf, TextAreaIAFieldComponent as ɵbg, IAssistService as ɵbh, TextFieldComponent as ɵbi, DecimalField as ɵbk, SideTableComponent as ɵbl, StructureModule as ɵbm, HeaderComponent as ɵbn, FooterComponent as ɵbo, NumberLocaleOptions as ɵbp, ThumbnailService as ɵbq, BorderButtonModule as ɵbr, BorderButtonComponent as ɵbs, SlidePanelService as ɵbt, TimelineItemModule as ɵbu, TimelineIconItemComponent as ɵbv, HorizontalTimelineModule as ɵbw, HorizontalTimelineComponent as ɵbx, VerticalTimelineModule as ɵby, VerticalTimelineComponent as ɵbz, CountryPhonePickerService as ɵc, RangeLineComponent as ɵca, CollapseOptionComponent as ɵcb, CollapsedItemsComponent as ɵcc, VerticalItemsComponent as ɵcd, InfiniteScrollModule as ɵce, InfiniteScrollDirective as ɵcf, CustomTranslationsModule as ɵcg, CodeEditorComponent as ɵch, CoreFacade as ɵci, CodeMirror6Core as ɵcj, TieredMenuEventService as ɵck, TieredMenuService as ɵcl, TieredMenuComponent as ɵcm, TieredMenuNestedComponent as ɵcn, TieredMenuItemComponent as ɵco, TieredMenuDividerComponent as ɵcp, ProgressBarDeterminateComponent as ɵcq, ProgressBarIndeterminateComponent as ɵcr, KanbanEventService as ɵcs, KanbanItemComponent as ɵct, KanbanColumnComponent as ɵcu, KanbanItemDraggingComponent as ɵcv, LocalizedCurrencyImpurePipe as ɵd, LocalizedBignumberPipe as ɵe, LocalizedBignumberImpurePipe as ɵf, EmptyStateGoBackComponent as ɵg, FileUploadService as ɵh, InfoSignComponent as ɵi, TableColumnsComponent as ɵj, TablePagingComponent as ɵk, AutocompleteFieldComponent as ɵl, BignumberFieldComponent as ɵm, BooleanFieldComponent as ɵn, BooleanSwitchFieldComponent as ɵo, CalendarFieldComponent as ɵp, ChipsFieldComponent as ɵq, CountryPhonePickerFieldComponent as ɵr, CurrencyFieldComponent as ɵs, DynamicFieldComponent as ɵt, DynamicFormDirective as ɵu, FieldsetComponent as ɵv, FileUploadComponent$1 as ɵw, LookupFieldComponent as ɵx, NumberFieldComponent as ɵy, PasswordFieldComponent as ɵz };
|
|
15033
15453
|
//# sourceMappingURL=seniorsistemas-angular-components.js.map
|