@seniorsistemas/angular-components 16.12.2 → 16.12.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/seniorsistemas-angular-components.umd.js +102 -69
- 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/custom-fields/custom-fields.component.d.ts +9 -4
- package/components/slide-panel/index.d.ts +2 -0
- package/components/{slide-bar/slide-bar.component.d.ts → slide-panel/slide-panel.component.d.ts} +3 -3
- package/components/slide-panel/slide-panel.module.d.ts +2 -0
- package/esm2015/components/custom-fields/custom-fields.component.js +54 -32
- package/esm2015/components/slide-panel/index.js +3 -0
- package/esm2015/components/slide-panel/slide-panel.component.js +105 -0
- package/esm2015/components/slide-panel/slide-panel.module.js +19 -0
- package/esm2015/public-api.js +2 -2
- package/esm5/components/custom-fields/custom-fields.component.js +67 -34
- package/esm5/components/slide-panel/index.js +3 -0
- package/esm5/components/slide-panel/slide-panel.component.js +107 -0
- package/esm5/components/slide-panel/slide-panel.module.js +22 -0
- package/esm5/public-api.js +2 -2
- package/fesm2015/seniorsistemas-angular-components.js +77 -55
- package/fesm2015/seniorsistemas-angular-components.js.map +1 -1
- package/fesm5/seniorsistemas-angular-components.js +101 -68
- package/fesm5/seniorsistemas-angular-components.js.map +1 -1
- package/package.json +1 -1
- package/public-api.d.ts +1 -1
- package/seniorsistemas-angular-components.metadata.json +1 -1
- package/components/slide-bar/index.d.ts +0 -2
- package/components/slide-bar/slide-bar.module.d.ts +0 -2
- package/esm2015/components/slide-bar/index.js +0 -3
- package/esm2015/components/slide-bar/slide-bar.component.js +0 -105
- package/esm2015/components/slide-bar/slide-bar.module.js +0 -19
- package/esm5/components/slide-bar/index.js +0 -3
- package/esm5/components/slide-bar/slide-bar.component.js +0 -107
- package/esm5/components/slide-bar/slide-bar.module.js +0 -22
package/esm5/public-api.js
CHANGED
|
@@ -26,7 +26,7 @@ export * from "./components/bignumber-input/index";
|
|
|
26
26
|
export * from "./components/object-card/index";
|
|
27
27
|
export * from "./components/product-header/index";
|
|
28
28
|
export * from "./components/sidebar/index";
|
|
29
|
-
export * from "./components/slide-
|
|
29
|
+
export * from "./components/slide-panel/index";
|
|
30
30
|
export * from "./components/stats-card/index";
|
|
31
31
|
export * from "./components/steps/index";
|
|
32
32
|
export * from "./components/timeline/index";
|
|
@@ -48,4 +48,4 @@ export * from "./components/split-button/index";
|
|
|
48
48
|
export * from "./components/panel/index";
|
|
49
49
|
export * from "./components/shared/index";
|
|
50
50
|
export * from "./locale/fallback";
|
|
51
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
51
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiJuZzovL0BzZW5pb3JzaXN0ZW1hcy9hbmd1bGFyLWNvbXBvbmVudHMvIiwic291cmNlcyI6WyJwdWJsaWMtYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsOEJBQThCLENBQUM7QUFDN0MsY0FBYywwQkFBMEIsQ0FBQztBQUN6QyxjQUFjLCtCQUErQixDQUFDO0FBQzlDLGNBQWMsMkJBQTJCLENBQUM7QUFDMUMsY0FBYyxrQ0FBa0MsQ0FBQztBQUNqRCxjQUFjLGtDQUFrQyxDQUFDO0FBQ2pELGNBQWMsbUNBQW1DLENBQUM7QUFDbEQsY0FBYyx5Q0FBeUMsQ0FBQztBQUN4RCxjQUFjLGtDQUFrQyxDQUFDO0FBQ2pELGNBQWMsaUNBQWlDLENBQUM7QUFDaEQsY0FBYyxxQ0FBcUMsQ0FBQztBQUNwRCxjQUFjLGdDQUFnQyxDQUFDO0FBQy9DLGNBQWMsZ0NBQWdDLENBQUM7QUFDL0MsY0FBYyxrQ0FBa0MsQ0FBQztBQUNqRCxjQUFjLDhCQUE4QixDQUFDO0FBQzdDLGNBQWMsa0NBQWtDLENBQUM7QUFDakQsY0FBYywyQkFBMkIsQ0FBQztBQUMxQyxjQUFjLDJDQUEyQyxDQUFDO0FBQzFELGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYyxpQ0FBaUMsQ0FBQztBQUNoRDs7R0FFRztBQUNILGNBQWMsaUNBQWlDLENBQUM7QUFDaEQsY0FBYyxvQ0FBb0MsQ0FBQztBQUNuRCxjQUFjLGdDQUFnQyxDQUFDO0FBQy9DLGNBQWMsbUNBQW1DLENBQUM7QUFDbEQsY0FBYyw0QkFBNEIsQ0FBQztBQUMzQyxjQUFjLGdDQUFnQyxDQUFDO0FBQy9DLGNBQWMsK0JBQStCLENBQUM7QUFDOUMsY0FBYywwQkFBMEIsQ0FBQztBQUN6QyxjQUFjLDZCQUE2QixDQUFDO0FBQzVDLGNBQWMsaUNBQWlDLENBQUM7QUFDaEQsY0FBYywwQkFBMEIsQ0FBQztBQUN6QyxjQUFjLDhCQUE4QixDQUFDO0FBQzdDLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYywrQkFBK0IsQ0FBQztBQUM5QyxjQUFjLHFDQUFxQyxDQUFDO0FBQ3BELGNBQWMsMEJBQTBCLENBQUM7QUFDekMsY0FBYyxrQ0FBa0MsQ0FBQztBQUNqRCxjQUFjLGdDQUFnQyxDQUFDO0FBQy9DLGNBQWMsNEJBQTRCLENBQUM7QUFDM0MsY0FBYyxxQ0FBcUMsQ0FBQztBQUNwRCxjQUFjLDZCQUE2QixDQUFDO0FBRTVDLGNBQWMsZ0NBQWdDLENBQUM7QUFDL0MsY0FBYyxzQ0FBc0MsQ0FBQztBQUVyRCxjQUFjLGlDQUFpQyxDQUFDO0FBQ2hELGNBQWMsMEJBQTBCLENBQUM7QUFDekMsY0FBYywyQkFBMkIsQ0FBQztBQUUxQyxjQUFjLG1CQUFtQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSBcIi4vY29tcG9uZW50cy9hY2NvcmRpb24vaW5kZXhcIjtcbmV4cG9ydCAqIGZyb20gXCIuL2NvbXBvbmVudHMvYmFkZ2UvaW5kZXhcIjtcbmV4cG9ydCAqIGZyb20gXCIuL2NvbXBvbmVudHMvYnJlYWRjcnVtYi9pbmRleFwiO1xuZXhwb3J0ICogZnJvbSBcIi4vY29tcG9uZW50cy9idXR0b24vaW5kZXhcIjtcbmV4cG9ydCAqIGZyb20gXCIuL2NvbXBvbmVudHMvY2FsZW5kYXItbWFzay9pbmRleFwiO1xuZXhwb3J0ICogZnJvbSBcIi4vY29tcG9uZW50cy9jb2xsYXBzZS1saW5rL2luZGV4XCI7XG5leHBvcnQgKiBmcm9tIFwiLi9jb21wb25lbnRzL2NvbnRyb2wtZXJyb3JzL2luZGV4XCI7XG5leHBvcnQgKiBmcm9tIFwiLi9jb21wb25lbnRzL2NvdW50cnktcGhvbmUtcGlja2VyL2luZGV4XCI7XG5leHBvcnQgKiBmcm9tIFwiLi9jb21wb25lbnRzL2N1c3RvbS1maWVsZHMvaW5kZXhcIjtcbmV4cG9ydCAqIGZyb20gXCIuL2NvbXBvbmVudHMvZHluYW1pYy1mb3JtL2luZGV4XCI7XG5leHBvcnQgKiBmcm9tIFwiLi9jb21wb25lbnRzL2VkaXRhYmxlLW92ZXJsYXkvaW5kZXhcIjtcbmV4cG9ydCAqIGZyb20gXCIuL2NvbXBvbmVudHMvZW1wdHktc3RhdGUvaW5kZXhcIjtcbmV4cG9ydCAqIGZyb20gXCIuL2NvbXBvbmVudHMvZmlsZS11cGxvYWQvaW5kZXhcIjtcbmV4cG9ydCAqIGZyb20gXCIuL2NvbXBvbmVudHMvaW1hZ2UtY3JvcHBlci9pbmRleFwiO1xuZXhwb3J0ICogZnJvbSBcIi4vY29tcG9uZW50cy9pbmZvLXNpZ24vaW5kZXhcIjtcbmV4cG9ydCAqIGZyb20gXCIuL2NvbXBvbmVudHMvbG9hZGluZy1zdGF0ZS9pbmRleFwiO1xuZXhwb3J0ICogZnJvbSBcIi4vY29tcG9uZW50cy9sb2NhbGUvaW5kZXhcIjtcbmV4cG9ydCAqIGZyb20gXCIuL2NvbXBvbmVudHMvbG9jYWxpemVkLW51bWJlci1pbnB1dC9pbmRleFwiO1xuZXhwb3J0ICogZnJvbSBcIi4vY29tcG9uZW50cy9tYXNrL2luZGV4XCI7XG5leHBvcnQgKiBmcm9tIFwiLi9jb21wb25lbnRzL21vdXNlLWV2ZW50cy9pbmRleFwiO1xuLyoqXG4gKiBAZGVwcmVjYXRlZCBXaWxsIGJlIHJlbW92ZWQgb24gYSBtYWpvciB1cGRhdGVcbiAqL1xuZXhwb3J0ICogZnJvbSBcIi4vY29tcG9uZW50cy9udW1iZXItaW5wdXQvaW5kZXhcIjtcbmV4cG9ydCAqIGZyb20gXCIuL2NvbXBvbmVudHMvYmlnbnVtYmVyLWlucHV0L2luZGV4XCI7XG5leHBvcnQgKiBmcm9tIFwiLi9jb21wb25lbnRzL29iamVjdC1jYXJkL2luZGV4XCI7XG5leHBvcnQgKiBmcm9tIFwiLi9jb21wb25lbnRzL3Byb2R1Y3QtaGVhZGVyL2luZGV4XCI7XG5leHBvcnQgKiBmcm9tIFwiLi9jb21wb25lbnRzL3NpZGViYXIvaW5kZXhcIjtcbmV4cG9ydCAqIGZyb20gXCIuL2NvbXBvbmVudHMvc2xpZGUtcGFuZWwvaW5kZXhcIjtcbmV4cG9ydCAqIGZyb20gXCIuL2NvbXBvbmVudHMvc3RhdHMtY2FyZC9pbmRleFwiO1xuZXhwb3J0ICogZnJvbSBcIi4vY29tcG9uZW50cy9zdGVwcy9pbmRleFwiO1xuZXhwb3J0ICogZnJvbSBcIi4vY29tcG9uZW50cy90aW1lbGluZS9pbmRleFwiO1xuZXhwb3J0ICogZnJvbSBcIi4vY29tcG9uZW50cy90YWJsZS1oZWFkZXIvaW5kZXhcIjtcbmV4cG9ydCAqIGZyb20gXCIuL2NvbXBvbmVudHMvdGFibGUvaW5kZXhcIjtcbmV4cG9ydCAqIGZyb20gXCIuL2NvbXBvbmVudHMvdGh1bWJuYWlsL2luZGV4XCI7XG5leHBvcnQgKiBmcm9tIFwiLi9jb21wb25lbnRzL3RpbGUvaW5kZXhcIjtcbmV4cG9ydCAqIGZyb20gXCIuL2NvbXBvbmVudHMvdG9rZW4tbGlzdC9pbmRleFwiO1xuZXhwb3J0ICogZnJvbSBcIi4vY29tcG9uZW50cy9wcm9maWxlLXBpY3R1cmUtcGlja2VyXCI7XG5leHBvcnQgKiBmcm9tIFwiLi9jb21wb25lbnRzL3V0aWxzL2luZGV4XCI7XG5leHBvcnQgKiBmcm9tIFwiLi9jb21wb25lbnRzL2dsb2JhbC1zZWFyY2gvaW5kZXhcIjtcbmV4cG9ydCAqIGZyb20gXCIuL2NvbXBvbmVudHMvY29kZS1lZGl0b3IvaW5kZXhcIjtcbmV4cG9ydCAqIGZyb20gXCIuL2NvbXBvbmVudHMvdG9vbHRpcC9pbmRleFwiO1xuZXhwb3J0ICogZnJvbSBcIi4vY29tcG9uZW50cy93b3Jrc3BhY2Utc3dpdGNoL2luZGV4XCI7XG5leHBvcnQgKiBmcm9tIFwiLi9hbmd1bGFyLWNvbXBvbmVudHMubW9kdWxlXCI7XG5cbmV4cG9ydCAqIGZyb20gXCIuL2NvbXBvbmVudHMvcHJvZ3Jlc3NiYXIvaW5kZXhcIjtcbmV4cG9ydCAqIGZyb20gXCIuL2NvbXBvbmVudHMvcGFzc3dvcmQtc3RyZW5ndGgvaW5kZXhcIjtcblxuZXhwb3J0ICogZnJvbSBcIi4vY29tcG9uZW50cy9zcGxpdC1idXR0b24vaW5kZXhcIjtcbmV4cG9ydCAqIGZyb20gXCIuL2NvbXBvbmVudHMvcGFuZWwvaW5kZXhcIjtcbmV4cG9ydCAqIGZyb20gXCIuL2NvbXBvbmVudHMvc2hhcmVkL2luZGV4XCI7XG5cbmV4cG9ydCAqIGZyb20gXCIuL2xvY2FsZS9mYWxsYmFja1wiOyJdfQ==
|
|
@@ -7369,37 +7369,6 @@ let CustomFieldsComponent = CustomFieldsComponent_1 = class CustomFieldsComponen
|
|
|
7369
7369
|
get parentControl() {
|
|
7370
7370
|
return this.parentForm.get("custom");
|
|
7371
7371
|
}
|
|
7372
|
-
registerOnChange(fn) {
|
|
7373
|
-
this.onChange = fn;
|
|
7374
|
-
this.formGroup.valueChanges.subscribe(() => this.onChange(this.parseFieldsValues()));
|
|
7375
|
-
}
|
|
7376
|
-
registerOnTouched(fn) {
|
|
7377
|
-
this.onTouched = fn;
|
|
7378
|
-
}
|
|
7379
|
-
writeValue(value) {
|
|
7380
|
-
if (this.ready) {
|
|
7381
|
-
const newValue = this.parseValuesForFields(value);
|
|
7382
|
-
this.formGroup.patchValue(newValue);
|
|
7383
|
-
this.value = newValue;
|
|
7384
|
-
this.createFilesIfSetFormValuesAfterInit();
|
|
7385
|
-
}
|
|
7386
|
-
else {
|
|
7387
|
-
this.formGroup.patchValue(value || {});
|
|
7388
|
-
this.value = value;
|
|
7389
|
-
}
|
|
7390
|
-
}
|
|
7391
|
-
setDisabledState(isDisabled) {
|
|
7392
|
-
if (isDisabled)
|
|
7393
|
-
this.formGroup.disable({ emitEvent: false });
|
|
7394
|
-
else
|
|
7395
|
-
this.formGroup.enable({ emitEvent: false });
|
|
7396
|
-
}
|
|
7397
|
-
getCustomFields() {
|
|
7398
|
-
if (this.entityObject && this.entityObject.entity_) {
|
|
7399
|
-
return of(this.entityObject);
|
|
7400
|
-
}
|
|
7401
|
-
return this.customFieldsService.getCustomFields(this.domain, this.service, this.entity, this.customFieldsEndpoint);
|
|
7402
|
-
}
|
|
7403
7372
|
ngOnInit() {
|
|
7404
7373
|
if (!this.domain)
|
|
7405
7374
|
throw new Error("You need to specify the custom-fields domain!");
|
|
@@ -7471,10 +7440,49 @@ let CustomFieldsComponent = CustomFieldsComponent_1 = class CustomFieldsComponen
|
|
|
7471
7440
|
this.ready = true;
|
|
7472
7441
|
});
|
|
7473
7442
|
}
|
|
7443
|
+
ngAfterViewInit() {
|
|
7444
|
+
this.enableOrDisableFields(this.disableFields);
|
|
7445
|
+
}
|
|
7446
|
+
ngOnChanges(changes) {
|
|
7447
|
+
if (changes.disableFields) {
|
|
7448
|
+
this.enableOrDisableFields(changes.disableFields.currentValue);
|
|
7449
|
+
}
|
|
7450
|
+
}
|
|
7474
7451
|
ngOnDestroy() {
|
|
7475
7452
|
this.ngUsubscribe.next();
|
|
7476
7453
|
this.ngUsubscribe.complete();
|
|
7477
7454
|
}
|
|
7455
|
+
registerOnChange(fn) {
|
|
7456
|
+
this.onChange = fn;
|
|
7457
|
+
this.formGroup.valueChanges.subscribe(() => this.onChange(this.parseFieldsValues()));
|
|
7458
|
+
}
|
|
7459
|
+
registerOnTouched(fn) {
|
|
7460
|
+
this.onTouched = fn;
|
|
7461
|
+
}
|
|
7462
|
+
writeValue(value) {
|
|
7463
|
+
if (this.ready) {
|
|
7464
|
+
const newValue = this.parseValuesForFields(value);
|
|
7465
|
+
this.formGroup.patchValue(newValue);
|
|
7466
|
+
this.value = newValue;
|
|
7467
|
+
this.createFilesIfSetFormValuesAfterInit();
|
|
7468
|
+
}
|
|
7469
|
+
else {
|
|
7470
|
+
this.formGroup.patchValue(value || {});
|
|
7471
|
+
this.value = value;
|
|
7472
|
+
}
|
|
7473
|
+
}
|
|
7474
|
+
setDisabledState(isDisabled) {
|
|
7475
|
+
if (isDisabled)
|
|
7476
|
+
this.formGroup.disable({ emitEvent: false });
|
|
7477
|
+
else
|
|
7478
|
+
this.formGroup.enable({ emitEvent: false });
|
|
7479
|
+
}
|
|
7480
|
+
getCustomFields() {
|
|
7481
|
+
if (this.entityObject && this.entityObject.entity_) {
|
|
7482
|
+
return of(this.entityObject);
|
|
7483
|
+
}
|
|
7484
|
+
return this.customFieldsService.getCustomFields(this.domain, this.service, this.entity, this.customFieldsEndpoint);
|
|
7485
|
+
}
|
|
7478
7486
|
validate() {
|
|
7479
7487
|
const errors = {};
|
|
7480
7488
|
Object.keys(this.formGroup.controls).forEach(field => {
|
|
@@ -7484,6 +7492,17 @@ let CustomFieldsComponent = CustomFieldsComponent_1 = class CustomFieldsComponen
|
|
|
7484
7492
|
});
|
|
7485
7493
|
return errors;
|
|
7486
7494
|
}
|
|
7495
|
+
enableOrDisableFields(disabled) {
|
|
7496
|
+
if (!this.formGroup) {
|
|
7497
|
+
return;
|
|
7498
|
+
}
|
|
7499
|
+
for (const controlName of Object.keys(this.formGroup.value)) {
|
|
7500
|
+
disabled ? this.formGroup.get(controlName).disable() : this.formGroup.get(controlName).enable();
|
|
7501
|
+
}
|
|
7502
|
+
}
|
|
7503
|
+
cleanFields() {
|
|
7504
|
+
this.formGroup.reset();
|
|
7505
|
+
}
|
|
7487
7506
|
parseValuesForFields(values) {
|
|
7488
7507
|
const parsedValues = Object.assign({}, values);
|
|
7489
7508
|
this.fields.forEach(field => {
|
|
@@ -7860,6 +7879,9 @@ __decorate([
|
|
|
7860
7879
|
__decorate([
|
|
7861
7880
|
Input()
|
|
7862
7881
|
], CustomFieldsComponent.prototype, "ready$", void 0);
|
|
7882
|
+
__decorate([
|
|
7883
|
+
Input()
|
|
7884
|
+
], CustomFieldsComponent.prototype, "disableFields", void 0);
|
|
7863
7885
|
CustomFieldsComponent = CustomFieldsComponent_1 = __decorate([
|
|
7864
7886
|
Component({
|
|
7865
7887
|
selector: "s-custom-fields",
|
|
@@ -8829,13 +8851,13 @@ SidebarModule = __decorate([
|
|
|
8829
8851
|
], SidebarModule);
|
|
8830
8852
|
|
|
8831
8853
|
const SMALL_DEVICE_BREAKPOINT = 420;
|
|
8832
|
-
let
|
|
8854
|
+
let SlidePanelComponent = class SlidePanelComponent {
|
|
8833
8855
|
constructor() {
|
|
8834
8856
|
this.openIcon = "fas fa-chevron-right";
|
|
8835
8857
|
this.closeIcon = "fas fa-chevron-left";
|
|
8836
8858
|
this.cache = false;
|
|
8837
|
-
this.
|
|
8838
|
-
this.
|
|
8859
|
+
this.panelOpened = new EventEmitter();
|
|
8860
|
+
this.panelClosed = new EventEmitter();
|
|
8839
8861
|
this.slideHeight = 0;
|
|
8840
8862
|
this.isOpen = false;
|
|
8841
8863
|
this.isSlideOver = false;
|
|
@@ -8861,10 +8883,10 @@ let SlideBarComponent = class SlideBarComponent {
|
|
|
8861
8883
|
}
|
|
8862
8884
|
this.isOpen = !this.isOpen;
|
|
8863
8885
|
if (this.isOpen) {
|
|
8864
|
-
this.
|
|
8886
|
+
this.panelOpened.emit();
|
|
8865
8887
|
}
|
|
8866
8888
|
else {
|
|
8867
|
-
this.
|
|
8889
|
+
this.panelClosed.emit();
|
|
8868
8890
|
}
|
|
8869
8891
|
}
|
|
8870
8892
|
onContentAnimationStart() {
|
|
@@ -8882,32 +8904,32 @@ let SlideBarComponent = class SlideBarComponent {
|
|
|
8882
8904
|
};
|
|
8883
8905
|
__decorate([
|
|
8884
8906
|
Input()
|
|
8885
|
-
],
|
|
8907
|
+
], SlidePanelComponent.prototype, "openIcon", void 0);
|
|
8886
8908
|
__decorate([
|
|
8887
8909
|
Input()
|
|
8888
|
-
],
|
|
8910
|
+
], SlidePanelComponent.prototype, "closeIcon", void 0);
|
|
8889
8911
|
__decorate([
|
|
8890
8912
|
Input()
|
|
8891
|
-
],
|
|
8913
|
+
], SlidePanelComponent.prototype, "cache", void 0);
|
|
8892
8914
|
__decorate([
|
|
8893
8915
|
Output()
|
|
8894
|
-
],
|
|
8916
|
+
], SlidePanelComponent.prototype, "panelOpened", void 0);
|
|
8895
8917
|
__decorate([
|
|
8896
8918
|
Output()
|
|
8897
|
-
],
|
|
8919
|
+
], SlidePanelComponent.prototype, "panelClosed", void 0);
|
|
8898
8920
|
__decorate([
|
|
8899
8921
|
ViewChild("mainContainer")
|
|
8900
|
-
],
|
|
8922
|
+
], SlidePanelComponent.prototype, "mainContainer", void 0);
|
|
8901
8923
|
__decorate([
|
|
8902
8924
|
ViewChild("sideContent")
|
|
8903
|
-
],
|
|
8925
|
+
], SlidePanelComponent.prototype, "sideContent", void 0);
|
|
8904
8926
|
__decorate([
|
|
8905
8927
|
HostListener("window:resize")
|
|
8906
|
-
],
|
|
8907
|
-
|
|
8928
|
+
], SlidePanelComponent.prototype, "onResize", null);
|
|
8929
|
+
SlidePanelComponent = __decorate([
|
|
8908
8930
|
Component({
|
|
8909
|
-
selector: "s-slide-
|
|
8910
|
-
template: "<div class=\"slide-
|
|
8931
|
+
selector: "s-slide-panel",
|
|
8932
|
+
template: "<div class=\"slide-panel\">\n <div\n class=\"slide-content\"\n [ngClass]=\"{\n 'slide-content--closed': !isOpen,\n 'slide-content--over': isSlideOver\n }\">\n <div\n #mainContainer\n class=\"main-container\"\n [style.maxHeight]=\"slideHeight + 'px'\">\n <ng-container *ngIf=\"cache; then cacheTemplate else cachelessTemplate\"></ng-container>\n </div>\n <button\n class=\"button\"\n [ngClass]=\"isOpen ? closeIcon : openIcon\"\n (click)=\"onClickButton()\">\n </button>\n </div>\n <div #sideContent class=\"side-content\">\n <ng-content select=\"[side-content]\"></ng-content>\n </div>\n</div>\n\n<ng-template #cacheTemplate>\n <div\n class=\"content-container\"\n [@cacheAnimation]=\"isOpen\"\n [@.disabled]=\"isContentAnimationDisabled\"\n (@cacheAnimation.start)=\"onContentAnimationStart()\"\n (@cacheAnimation.done)=\"onContentAnimationDone()\">\n <ng-container [ngTemplateOutlet]=\"slideContent\"></ng-container>\n </div>\n</ng-template>\n\n<ng-template #cachelessTemplate>\n <div\n *ngIf=\"isOpen\"\n class=\"content-container\"\n @cachelessAnimation\n [@.disabled]=\"isContentAnimationDisabled\"\n (@cachelessAnimation.start)=\"onContentAnimationStart()\"\n (@cachelessAnimation.done)=\"onContentAnimationDone()\">\n <ng-container [ngTemplateOutlet]=\"slideContent\"></ng-container>\n </div>\n</ng-template>\n\n<ng-template #slideContent>\n <ng-content select=\"[slide-content]\"></ng-content>\n</ng-template>",
|
|
8911
8933
|
animations: [
|
|
8912
8934
|
trigger("cachelessAnimation", [
|
|
8913
8935
|
transition(":enter", [
|
|
@@ -8925,22 +8947,22 @@ SlideBarComponent = __decorate([
|
|
|
8925
8947
|
transition("* => *", animate("200ms")),
|
|
8926
8948
|
]),
|
|
8927
8949
|
],
|
|
8928
|
-
styles: [".slide-
|
|
8950
|
+
styles: [".slide-panel{display:-ms-flexbox;display:flex}.slide-panel .slide-content{display:-ms-flexbox;display:flex;position:relative}.slide-panel .slide-content .main-container{background-color:#eeebf2;display:-ms-flexbox;display:flex;border:1px solid #ccc;overflow:hidden;position:relative}.slide-panel .slide-content .main-container .content-container{overflow-y:auto;overflow-x:hidden;padding:16px}.slide-panel .slide-content .button{-ms-flex-align:center;align-items:center;background-color:#eeebf2;border:1px solid #ccc;border-left:none;border-radius:0 4px 4px 0;cursor:pointer;display:-ms-flexbox;display:flex;font-size:16px;height:32px;-ms-flex-pack:center;justify-content:center;position:absolute;right:-32px;top:16px;width:32px}.slide-panel .slide-content--closed .main-container{border:none}.slide-panel .slide-content--over{position:absolute}.slide-panel .side-content{display:-ms-flexbox;display:flex;-ms-flex-positive:1;flex-grow:1;height:-webkit-max-content;height:max-content}"]
|
|
8929
8951
|
})
|
|
8930
|
-
],
|
|
8952
|
+
], SlidePanelComponent);
|
|
8931
8953
|
|
|
8932
|
-
let
|
|
8954
|
+
let SlidePanelModule = class SlidePanelModule {
|
|
8933
8955
|
};
|
|
8934
|
-
|
|
8956
|
+
SlidePanelModule = __decorate([
|
|
8935
8957
|
NgModule({
|
|
8936
8958
|
imports: [
|
|
8937
8959
|
CommonModule,
|
|
8938
8960
|
BrowserAnimationsModule,
|
|
8939
8961
|
],
|
|
8940
|
-
declarations: [
|
|
8941
|
-
exports: [
|
|
8962
|
+
declarations: [SlidePanelComponent],
|
|
8963
|
+
exports: [SlidePanelComponent],
|
|
8942
8964
|
})
|
|
8943
|
-
],
|
|
8965
|
+
], SlidePanelModule);
|
|
8944
8966
|
|
|
8945
8967
|
var StatsCardComponent_1;
|
|
8946
8968
|
let StatsCardComponent = StatsCardComponent_1 = class StatsCardComponent {
|
|
@@ -11907,5 +11929,5 @@ const fallback = {
|
|
|
11907
11929
|
* Generated bundle index. Do not edit.
|
|
11908
11930
|
*/
|
|
11909
11931
|
|
|
11910
|
-
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, 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, RationButtonOption, RowTogllerDirective, Section, SelectField, SelectOption, SidebarComponent, SidebarModule,
|
|
11932
|
+
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, 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, RationButtonOption, RowTogllerDirective, Section, SelectField, SelectOption, SidebarComponent, SidebarModule, SlidePanelComponent, SlidePanelModule, SplitButtonComponent, SplitButtonModule, SplitButtonType, StatsCardComponent, StatsCardModule, StepState, StepsComponent, StepsModule, Structure, TableFrozenPositionDirective, TableHeaderCheckboxComponent, TableHeaderCheckboxModule, TableModule, TaxCalculationLanguageConfigs, TextAreaField, TextField, Themes, ThumbnailComponent, ThumbnailModule, ThumbnailSize, TileComponent, TileModule, TimelineComponent, TimelineItem, TimelineItemSeverity, TimelineItemSize, TimelineModule, TokenListComponent, TokenListModule, TooltipModule, TooltipPosition, ValidateErrors, WorkspaceSwitchComponent, WorkspaceSwitchModule, countries, fallback, TooltipComponent as ɵa, TooltipDirective as ɵb, SelectFieldComponent as ɵba, TextAreaFieldComponent as ɵbb, TextFieldComponent as ɵbc, BooleanSwitchFieldComponent as ɵbd, PasswordFieldComponent as ɵbe, SliderFieldComponent as ɵbf, DecimalField as ɵbh, StructureModule as ɵbi, HeaderComponent as ɵbj, FooterComponent as ɵbk, NumberLocaleOptions as ɵbl, ThumbnailService as ɵbm, BorderButtonModule as ɵbn, BorderButtonComponent as ɵbo, TimelineItemModule as ɵbp, TimelineIconItemComponent as ɵbq, HorizontalTimelineModule as ɵbr, HorizontalTimelineComponent as ɵbs, VerticalTimelineModule as ɵbt, VerticalTimelineComponent as ɵbu, RangeLineComponent as ɵbv, CollapseOptionComponent as ɵbw, CollapsedItemsComponent as ɵbx, VerticalItemsComponent as ɵby, InfiniteScrollModule as ɵbz, CountryPhonePickerService as ɵc, InfiniteScrollDirective as ɵca, CustomTranslationsModule as ɵcb, CodeEditorComponent as ɵcc, CoreFacade as ɵcd, CodeMirror6Core as ɵce, 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, BooleanFieldComponent as ɵm, CalendarFieldComponent as ɵn, ChipsFieldComponent as ɵo, CurrencyFieldComponent as ɵp, DynamicFieldComponent as ɵq, DynamicFormDirective as ɵr, FieldsetComponent as ɵs, FileUploadComponent$1 as ɵt, LookupFieldComponent as ɵu, NumberFieldComponent as ɵv, BignumberFieldComponent as ɵw, RadioButtonComponent as ɵx, RowComponent as ɵy, SectionComponent as ɵz };
|
|
11911
11933
|
//# sourceMappingURL=seniorsistemas-angular-components.js.map
|