@seniorsistemas/angular-components 14.14.4 → 14.16.0
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 +182 -23
- 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/dynamic-form/components/fields/boolean/boolean-switch-field.component.d.ts +7 -0
- package/components/dynamic-form/configurations/fields/boolean-switch-field.d.ts +8 -0
- package/components/dynamic-form/configurations/fields/field.d.ts +2 -0
- package/components/dynamic-form/configurations/form-field.d.ts +1 -0
- package/components/table/frozen-position/frozen-position.directive.d.ts +4 -1
- package/components/timeline/index.d.ts +2 -0
- package/components/timeline/timeline.component.d.ts +18 -0
- package/components/timeline/timeline.module.d.ts +2 -0
- package/esm2015/components/dynamic-form/components/fields/boolean/boolean-switch-field.component.js +17 -0
- package/esm2015/components/dynamic-form/configurations/dynamic-config.js +6 -2
- package/esm2015/components/dynamic-form/configurations/fields/boolean-field.js +2 -1
- package/esm2015/components/dynamic-form/configurations/fields/boolean-switch-field.js +9 -0
- package/esm2015/components/dynamic-form/configurations/fields/field.js +2 -1
- package/esm2015/components/dynamic-form/configurations/form-field.js +5 -1
- package/esm2015/components/dynamic-form/dynamic-form.js +5 -1
- package/esm2015/components/dynamic-form/dynamic-form.module.js +9 -4
- package/esm2015/components/table/frozen-position/frozen-position.directive.js +24 -5
- package/esm2015/components/timeline/index.js +3 -0
- package/esm2015/components/timeline/timeline.component.js +79 -0
- package/esm2015/components/timeline/timeline.module.js +16 -0
- package/esm2015/public-api.js +2 -1
- package/esm2015/seniorsistemas-angular-components.js +14 -13
- package/esm5/components/dynamic-form/components/fields/boolean/boolean-switch-field.component.js +20 -0
- package/esm5/components/dynamic-form/configurations/dynamic-config.js +6 -2
- package/esm5/components/dynamic-form/configurations/fields/boolean-field.js +2 -1
- package/esm5/components/dynamic-form/configurations/fields/boolean-switch-field.js +14 -0
- package/esm5/components/dynamic-form/configurations/fields/field.js +2 -1
- package/esm5/components/dynamic-form/configurations/form-field.js +5 -1
- package/esm5/components/dynamic-form/dynamic-form.js +5 -1
- package/esm5/components/dynamic-form/dynamic-form.module.js +9 -4
- package/esm5/components/table/frozen-position/frozen-position.directive.js +25 -5
- package/esm5/components/timeline/index.js +3 -0
- package/esm5/components/timeline/timeline.component.js +85 -0
- package/esm5/components/timeline/timeline.module.js +19 -0
- package/esm5/public-api.js +2 -1
- package/esm5/seniorsistemas-angular-components.js +14 -13
- package/fesm2015/seniorsistemas-angular-components.js +149 -8
- package/fesm2015/seniorsistemas-angular-components.js.map +1 -1
- package/fesm5/seniorsistemas-angular-components.js +165 -8
- 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 +13 -12
- package/seniorsistemas-angular-components.metadata.json +1 -1
|
@@ -2,13 +2,14 @@
|
|
|
2
2
|
* Generated bundle index. Do not edit.
|
|
3
3
|
*/
|
|
4
4
|
export * from './public-api';
|
|
5
|
-
export { CoreFacade as
|
|
6
|
-
export { CodeMirror6Core as
|
|
7
|
-
export { CustomTranslationsModule as
|
|
8
|
-
export { CodeEditorComponent as
|
|
5
|
+
export { CoreFacade as ɵbl } from './components/code-editor/core/facades/core-facade';
|
|
6
|
+
export { CodeMirror6Core as ɵbm } from './components/code-editor/infra/cores/codemirror-6/codemirror-6-core';
|
|
7
|
+
export { CustomTranslationsModule as ɵbj } from './components/code-editor/infra/utils/custom-translations/custom-translations.module';
|
|
8
|
+
export { CodeEditorComponent as ɵbk } from './components/code-editor/presentation/code-editor-component';
|
|
9
9
|
export { AutocompleteFieldComponent as ɵh } from './components/dynamic-form/components/fields/autocomplete/autocomplete-field.component';
|
|
10
10
|
export { BignumberFieldComponent as ɵs } from './components/dynamic-form/components/fields/bignumber/number-field.component';
|
|
11
11
|
export { BooleanFieldComponent as ɵi } from './components/dynamic-form/components/fields/boolean/boolean-field.component';
|
|
12
|
+
export { BooleanSwitchFieldComponent as ɵz } from './components/dynamic-form/components/fields/boolean/boolean-switch-field.component';
|
|
12
13
|
export { CalendarFieldComponent as ɵj } from './components/dynamic-form/components/fields/calendar/calendar-field.component';
|
|
13
14
|
export { ChipsFieldComponent as ɵk } from './components/dynamic-form/components/fields/chips/chips-field.component';
|
|
14
15
|
export { CurrencyFieldComponent as ɵl } from './components/dynamic-form/components/fields/currency/currency-field.component';
|
|
@@ -22,21 +23,21 @@ export { TextFieldComponent as ɵy } from './components/dynamic-form/components/
|
|
|
22
23
|
export { RowComponent as ɵu } from './components/dynamic-form/components/grid/row/row.component';
|
|
23
24
|
export { FieldsetComponent as ɵo } from './components/dynamic-form/components/structure/fieldset/fieldset.component';
|
|
24
25
|
export { SectionComponent as ɵv } from './components/dynamic-form/components/structure/section/section.component';
|
|
25
|
-
export { DecimalField as
|
|
26
|
+
export { DecimalField as ɵbb } from './components/dynamic-form/configurations/fields/decimal-field';
|
|
26
27
|
export { DynamicFieldComponent as ɵm } from './components/dynamic-form/dynamic-field.component';
|
|
27
28
|
export { DynamicFormDirective as ɵn } from './components/dynamic-form/dynamic-form.directive';
|
|
28
29
|
export { EmptyStateGoBackComponent as ɵd } from './components/empty-state/go-back/go-back.component';
|
|
29
|
-
export { InfiniteScrollDirective as
|
|
30
|
-
export { InfiniteScrollModule as
|
|
30
|
+
export { InfiniteScrollDirective as ɵbi } from './components/infinite-scroll/infinite-scroll.directive';
|
|
31
|
+
export { InfiniteScrollModule as ɵbh } from './components/infinite-scroll/infinite-scroll.module';
|
|
31
32
|
export { InfoSignComponent as ɵg } from './components/info-sign/info-sign.component';
|
|
32
|
-
export { NumberLocaleOptions as
|
|
33
|
+
export { NumberLocaleOptions as ɵbf } from './components/locale/options';
|
|
33
34
|
export { LocalizedBignumberImpurePipe as ɵc } from './components/locale/pipes/localized-bignumber-impure.pipe';
|
|
34
35
|
export { LocalizedBignumberPipe as ɵb } from './components/locale/pipes/localized-bignumber.pipe';
|
|
35
36
|
export { LocalizedCurrencyImpurePipe as ɵa } from './components/locale/pipes/localized-currency-impure.pipe';
|
|
36
|
-
export { FooterComponent as
|
|
37
|
-
export { HeaderComponent as
|
|
38
|
-
export { StructureModule as
|
|
37
|
+
export { FooterComponent as ɵbe } from './components/structure/footer.component';
|
|
38
|
+
export { HeaderComponent as ɵbd } from './components/structure/header.component';
|
|
39
|
+
export { StructureModule as ɵbc } from './components/structure/structure.module';
|
|
39
40
|
export { TableColumnsComponent as ɵe } from './components/table/table-column/table-columns.component';
|
|
40
41
|
export { TablePagingComponent as ɵf } from './components/table/table-paging/table-paging.component';
|
|
41
|
-
export { ThumbnailService as
|
|
42
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
42
|
+
export { ThumbnailService as ɵbg } from './components/thumbnail/thumbnail.service';
|
|
43
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VuaW9yc2lzdGVtYXMtYW5ndWxhci1jb21wb25lbnRzLmpzIiwic291cmNlUm9vdCI6Im5nOi8vQHNlbmlvcnNpc3RlbWFzL2FuZ3VsYXItY29tcG9uZW50cy8iLCJzb3VyY2VzIjpbInNlbmlvcnNpc3RlbWFzLWFuZ3VsYXItY29tcG9uZW50cy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsY0FBYyxDQUFDO0FBRTdCLE9BQU8sRUFBQyxVQUFVLElBQUksR0FBRyxFQUFDLE1BQU0sbURBQW1ELENBQUM7QUFDcEYsT0FBTyxFQUFDLGVBQWUsSUFBSSxHQUFHLEVBQUMsTUFBTSxxRUFBcUUsQ0FBQztBQUMzRyxPQUFPLEVBQUMsd0JBQXdCLElBQUksR0FBRyxFQUFDLE1BQU0scUZBQXFGLENBQUM7QUFDcEksT0FBTyxFQUFDLG1CQUFtQixJQUFJLEdBQUcsRUFBQyxNQUFNLDZEQUE2RCxDQUFDO0FBQ3ZHLE9BQU8sRUFBQywwQkFBMEIsSUFBSSxFQUFFLEVBQUMsTUFBTSx1RkFBdUYsQ0FBQztBQUN2SSxPQUFPLEVBQUMsdUJBQXVCLElBQUksRUFBRSxFQUFDLE1BQU0sOEVBQThFLENBQUM7QUFDM0gsT0FBTyxFQUFDLHFCQUFxQixJQUFJLEVBQUUsRUFBQyxNQUFNLDZFQUE2RSxDQUFDO0FBQ3hILE9BQU8sRUFBQywyQkFBMkIsSUFBSSxFQUFFLEVBQUMsTUFBTSxvRkFBb0YsQ0FBQztBQUNySSxPQUFPLEVBQUMsc0JBQXNCLElBQUksRUFBRSxFQUFDLE1BQU0sK0VBQStFLENBQUM7QUFDM0gsT0FBTyxFQUFDLG1CQUFtQixJQUFJLEVBQUUsRUFBQyxNQUFNLHlFQUF5RSxDQUFDO0FBQ2xILE9BQU8sRUFBQyxzQkFBc0IsSUFBSSxFQUFFLEVBQUMsTUFBTSwrRUFBK0UsQ0FBQztBQUMzSCxPQUFPLEVBQUMsbUJBQW1CLElBQUksRUFBRSxFQUFDLE1BQU0sK0VBQStFLENBQUM7QUFDeEgsT0FBTyxFQUFDLG9CQUFvQixJQUFJLEVBQUUsRUFBQyxNQUFNLDJFQUEyRSxDQUFDO0FBQ3JILE9BQU8sRUFBQyxvQkFBb0IsSUFBSSxFQUFFLEVBQUMsTUFBTSwyRUFBMkUsQ0FBQztBQUNySCxPQUFPLEVBQUMsb0JBQW9CLElBQUksRUFBRSxFQUFDLE1BQU0sdUZBQXVGLENBQUM7QUFDakksT0FBTyxFQUFDLG9CQUFvQixJQUFJLEVBQUUsRUFBQyxNQUFNLDJFQUEyRSxDQUFDO0FBQ3JILE9BQU8sRUFBQyxzQkFBc0IsSUFBSSxFQUFFLEVBQUMsTUFBTSxpRkFBaUYsQ0FBQztBQUM3SCxPQUFPLEVBQUMsa0JBQWtCLElBQUksRUFBRSxFQUFDLE1BQU0sdUVBQXVFLENBQUM7QUFDL0csT0FBTyxFQUFDLFlBQVksSUFBSSxFQUFFLEVBQUMsTUFBTSw2REFBNkQsQ0FBQztBQUMvRixPQUFPLEVBQUMsaUJBQWlCLElBQUksRUFBRSxFQUFDLE1BQU0sNEVBQTRFLENBQUM7QUFDbkgsT0FBTyxFQUFDLGdCQUFnQixJQUFJLEVBQUUsRUFBQyxNQUFNLDBFQUEwRSxDQUFDO0FBQ2hILE9BQU8sRUFBQyxZQUFZLElBQUksR0FBRyxFQUEyQixNQUFNLCtEQUErRCxDQUFDO0FBQzVILE9BQU8sRUFBQyxxQkFBcUIsSUFBSSxFQUFFLEVBQUMsTUFBTSxtREFBbUQsQ0FBQztBQUM5RixPQUFPLEVBQUMsb0JBQW9CLElBQUksRUFBRSxFQUFDLE1BQU0sa0RBQWtELENBQUM7QUFDNUYsT0FBTyxFQUFDLHlCQUF5QixJQUFJLEVBQUUsRUFBQyxNQUFNLG9EQUFvRCxDQUFDO0FBQ25HLE9BQU8sRUFBQyx1QkFBdUIsSUFBSSxHQUFHLEVBQUMsTUFBTSx3REFBd0QsQ0FBQztBQUN0RyxPQUFPLEVBQUMsb0JBQW9CLElBQUksR0FBRyxFQUFDLE1BQU0scURBQXFELENBQUM7QUFDaEcsT0FBTyxFQUFDLGlCQUFpQixJQUFJLEVBQUUsRUFBQyxNQUFNLDRDQUE0QyxDQUFDO0FBQ25GLE9BQU8sRUFBQyxtQkFBbUIsSUFBSSxHQUFHLEVBQUMsTUFBTSw2QkFBNkIsQ0FBQztBQUN2RSxPQUFPLEVBQUMsNEJBQTRCLElBQUksRUFBRSxFQUFDLE1BQU0sMkRBQTJELENBQUM7QUFDN0csT0FBTyxFQUFDLHNCQUFzQixJQUFJLEVBQUUsRUFBQyxNQUFNLG9EQUFvRCxDQUFDO0FBQ2hHLE9BQU8sRUFBQywyQkFBMkIsSUFBSSxFQUFFLEVBQUMsTUFBTSwwREFBMEQsQ0FBQztBQUMzRyxPQUFPLEVBQUMsZUFBZSxJQUFJLEdBQUcsRUFBQyxNQUFNLHlDQUF5QyxDQUFDO0FBQy9FLE9BQU8sRUFBQyxlQUFlLElBQUksR0FBRyxFQUFDLE1BQU0seUNBQXlDLENBQUM7QUFDL0UsT0FBTyxFQUFDLGVBQWUsSUFBSSxHQUFHLEVBQUMsTUFBTSx5Q0FBeUMsQ0FBQztBQUMvRSxPQUFPLEVBQUMscUJBQXFCLElBQUksRUFBRSxFQUFDLE1BQU0seURBQXlELENBQUM7QUFDcEcsT0FBTyxFQUFDLG9CQUFvQixJQUFJLEVBQUUsRUFBQyxNQUFNLHdEQUF3RCxDQUFDO0FBQ2xHLE9BQU8sRUFBQyxnQkFBZ0IsSUFBSSxHQUFHLEVBQUMsTUFBTSwwQ0FBMEMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9wdWJsaWMtYXBpJztcblxuZXhwb3J0IHtDb3JlRmFjYWRlIGFzIMm1Ymx9IGZyb20gJy4vY29tcG9uZW50cy9jb2RlLWVkaXRvci9jb3JlL2ZhY2FkZXMvY29yZS1mYWNhZGUnO1xuZXhwb3J0IHtDb2RlTWlycm9yNkNvcmUgYXMgybVibX0gZnJvbSAnLi9jb21wb25lbnRzL2NvZGUtZWRpdG9yL2luZnJhL2NvcmVzL2NvZGVtaXJyb3ItNi9jb2RlbWlycm9yLTYtY29yZSc7XG5leHBvcnQge0N1c3RvbVRyYW5zbGF0aW9uc01vZHVsZSBhcyDJtWJqfSBmcm9tICcuL2NvbXBvbmVudHMvY29kZS1lZGl0b3IvaW5mcmEvdXRpbHMvY3VzdG9tLXRyYW5zbGF0aW9ucy9jdXN0b20tdHJhbnNsYXRpb25zLm1vZHVsZSc7XG5leHBvcnQge0NvZGVFZGl0b3JDb21wb25lbnQgYXMgybVia30gZnJvbSAnLi9jb21wb25lbnRzL2NvZGUtZWRpdG9yL3ByZXNlbnRhdGlvbi9jb2RlLWVkaXRvci1jb21wb25lbnQnO1xuZXhwb3J0IHtBdXRvY29tcGxldGVGaWVsZENvbXBvbmVudCBhcyDJtWh9IGZyb20gJy4vY29tcG9uZW50cy9keW5hbWljLWZvcm0vY29tcG9uZW50cy9maWVsZHMvYXV0b2NvbXBsZXRlL2F1dG9jb21wbGV0ZS1maWVsZC5jb21wb25lbnQnO1xuZXhwb3J0IHtCaWdudW1iZXJGaWVsZENvbXBvbmVudCBhcyDJtXN9IGZyb20gJy4vY29tcG9uZW50cy9keW5hbWljLWZvcm0vY29tcG9uZW50cy9maWVsZHMvYmlnbnVtYmVyL251bWJlci1maWVsZC5jb21wb25lbnQnO1xuZXhwb3J0IHtCb29sZWFuRmllbGRDb21wb25lbnQgYXMgybVpfSBmcm9tICcuL2NvbXBvbmVudHMvZHluYW1pYy1mb3JtL2NvbXBvbmVudHMvZmllbGRzL2Jvb2xlYW4vYm9vbGVhbi1maWVsZC5jb21wb25lbnQnO1xuZXhwb3J0IHtCb29sZWFuU3dpdGNoRmllbGRDb21wb25lbnQgYXMgybV6fSBmcm9tICcuL2NvbXBvbmVudHMvZHluYW1pYy1mb3JtL2NvbXBvbmVudHMvZmllbGRzL2Jvb2xlYW4vYm9vbGVhbi1zd2l0Y2gtZmllbGQuY29tcG9uZW50JztcbmV4cG9ydCB7Q2FsZW5kYXJGaWVsZENvbXBvbmVudCBhcyDJtWp9IGZyb20gJy4vY29tcG9uZW50cy9keW5hbWljLWZvcm0vY29tcG9uZW50cy9maWVsZHMvY2FsZW5kYXIvY2FsZW5kYXItZmllbGQuY29tcG9uZW50JztcbmV4cG9ydCB7Q2hpcHNGaWVsZENvbXBvbmVudCBhcyDJtWt9IGZyb20gJy4vY29tcG9uZW50cy9keW5hbWljLWZvcm0vY29tcG9uZW50cy9maWVsZHMvY2hpcHMvY2hpcHMtZmllbGQuY29tcG9uZW50JztcbmV4cG9ydCB7Q3VycmVuY3lGaWVsZENvbXBvbmVudCBhcyDJtWx9IGZyb20gJy4vY29tcG9uZW50cy9keW5hbWljLWZvcm0vY29tcG9uZW50cy9maWVsZHMvY3VycmVuY3kvY3VycmVuY3ktZmllbGQuY29tcG9uZW50JztcbmV4cG9ydCB7RmlsZVVwbG9hZENvbXBvbmVudCBhcyDJtXB9IGZyb20gJy4vY29tcG9uZW50cy9keW5hbWljLWZvcm0vY29tcG9uZW50cy9maWVsZHMvZmlsZS11cGxvYWQvZmlsZS11cGxvYWQuY29tcG9uZW50JztcbmV4cG9ydCB7TG9va3VwRmllbGRDb21wb25lbnQgYXMgybVxfSBmcm9tICcuL2NvbXBvbmVudHMvZHluYW1pYy1mb3JtL2NvbXBvbmVudHMvZmllbGRzL2xvb2t1cC9sb29rdXAtZmllbGQuY29tcG9uZW50JztcbmV4cG9ydCB7TnVtYmVyRmllbGRDb21wb25lbnQgYXMgybVyfSBmcm9tICcuL2NvbXBvbmVudHMvZHluYW1pYy1mb3JtL2NvbXBvbmVudHMvZmllbGRzL251bWJlci9udW1iZXItZmllbGQuY29tcG9uZW50JztcbmV4cG9ydCB7UmFkaW9CdXR0b25Db21wb25lbnQgYXMgybV0fSBmcm9tICcuL2NvbXBvbmVudHMvZHluYW1pYy1mb3JtL2NvbXBvbmVudHMvZmllbGRzL3JhZGlvLWJ1dHRvbi9yYWRpby1idXR0b24tZmllbGQuY29tcG9uZW50JztcbmV4cG9ydCB7U2VsZWN0RmllbGRDb21wb25lbnQgYXMgybV3fSBmcm9tICcuL2NvbXBvbmVudHMvZHluYW1pYy1mb3JtL2NvbXBvbmVudHMvZmllbGRzL3NlbGVjdC9zZWxlY3QtZmllbGQuY29tcG9uZW50JztcbmV4cG9ydCB7VGV4dEFyZWFGaWVsZENvbXBvbmVudCBhcyDJtXh9IGZyb20gJy4vY29tcG9uZW50cy9keW5hbWljLWZvcm0vY29tcG9uZW50cy9maWVsZHMvdGV4dC1hcmVhL3RleHQtYXJlYS1maWVsZC5jb21wb25lbnQnO1xuZXhwb3J0IHtUZXh0RmllbGRDb21wb25lbnQgYXMgybV5fSBmcm9tICcuL2NvbXBvbmVudHMvZHluYW1pYy1mb3JtL2NvbXBvbmVudHMvZmllbGRzL3RleHQvdGV4dC1maWVsZC5jb21wb25lbnQnO1xuZXhwb3J0IHtSb3dDb21wb25lbnQgYXMgybV1fSBmcm9tICcuL2NvbXBvbmVudHMvZHluYW1pYy1mb3JtL2NvbXBvbmVudHMvZ3JpZC9yb3cvcm93LmNvbXBvbmVudCc7XG5leHBvcnQge0ZpZWxkc2V0Q29tcG9uZW50IGFzIMm1b30gZnJvbSAnLi9jb21wb25lbnRzL2R5bmFtaWMtZm9ybS9jb21wb25lbnRzL3N0cnVjdHVyZS9maWVsZHNldC9maWVsZHNldC5jb21wb25lbnQnO1xuZXhwb3J0IHtTZWN0aW9uQ29tcG9uZW50IGFzIMm1dn0gZnJvbSAnLi9jb21wb25lbnRzL2R5bmFtaWMtZm9ybS9jb21wb25lbnRzL3N0cnVjdHVyZS9zZWN0aW9uL3NlY3Rpb24uY29tcG9uZW50JztcbmV4cG9ydCB7RGVjaW1hbEZpZWxkIGFzIMm1YmIsRGVjaW1hbEZpZWxkQ29uZmlnIGFzIMm1YmF9IGZyb20gJy4vY29tcG9uZW50cy9keW5hbWljLWZvcm0vY29uZmlndXJhdGlvbnMvZmllbGRzL2RlY2ltYWwtZmllbGQnO1xuZXhwb3J0IHtEeW5hbWljRmllbGRDb21wb25lbnQgYXMgybVtfSBmcm9tICcuL2NvbXBvbmVudHMvZHluYW1pYy1mb3JtL2R5bmFtaWMtZmllbGQuY29tcG9uZW50JztcbmV4cG9ydCB7RHluYW1pY0Zvcm1EaXJlY3RpdmUgYXMgybVufSBmcm9tICcuL2NvbXBvbmVudHMvZHluYW1pYy1mb3JtL2R5bmFtaWMtZm9ybS5kaXJlY3RpdmUnO1xuZXhwb3J0IHtFbXB0eVN0YXRlR29CYWNrQ29tcG9uZW50IGFzIMm1ZH0gZnJvbSAnLi9jb21wb25lbnRzL2VtcHR5LXN0YXRlL2dvLWJhY2svZ28tYmFjay5jb21wb25lbnQnO1xuZXhwb3J0IHtJbmZpbml0ZVNjcm9sbERpcmVjdGl2ZSBhcyDJtWJpfSBmcm9tICcuL2NvbXBvbmVudHMvaW5maW5pdGUtc2Nyb2xsL2luZmluaXRlLXNjcm9sbC5kaXJlY3RpdmUnO1xuZXhwb3J0IHtJbmZpbml0ZVNjcm9sbE1vZHVsZSBhcyDJtWJofSBmcm9tICcuL2NvbXBvbmVudHMvaW5maW5pdGUtc2Nyb2xsL2luZmluaXRlLXNjcm9sbC5tb2R1bGUnO1xuZXhwb3J0IHtJbmZvU2lnbkNvbXBvbmVudCBhcyDJtWd9IGZyb20gJy4vY29tcG9uZW50cy9pbmZvLXNpZ24vaW5mby1zaWduLmNvbXBvbmVudCc7XG5leHBvcnQge051bWJlckxvY2FsZU9wdGlvbnMgYXMgybViZn0gZnJvbSAnLi9jb21wb25lbnRzL2xvY2FsZS9vcHRpb25zJztcbmV4cG9ydCB7TG9jYWxpemVkQmlnbnVtYmVySW1wdXJlUGlwZSBhcyDJtWN9IGZyb20gJy4vY29tcG9uZW50cy9sb2NhbGUvcGlwZXMvbG9jYWxpemVkLWJpZ251bWJlci1pbXB1cmUucGlwZSc7XG5leHBvcnQge0xvY2FsaXplZEJpZ251bWJlclBpcGUgYXMgybVifSBmcm9tICcuL2NvbXBvbmVudHMvbG9jYWxlL3BpcGVzL2xvY2FsaXplZC1iaWdudW1iZXIucGlwZSc7XG5leHBvcnQge0xvY2FsaXplZEN1cnJlbmN5SW1wdXJlUGlwZSBhcyDJtWF9IGZyb20gJy4vY29tcG9uZW50cy9sb2NhbGUvcGlwZXMvbG9jYWxpemVkLWN1cnJlbmN5LWltcHVyZS5waXBlJztcbmV4cG9ydCB7Rm9vdGVyQ29tcG9uZW50IGFzIMm1YmV9IGZyb20gJy4vY29tcG9uZW50cy9zdHJ1Y3R1cmUvZm9vdGVyLmNvbXBvbmVudCc7XG5leHBvcnQge0hlYWRlckNvbXBvbmVudCBhcyDJtWJkfSBmcm9tICcuL2NvbXBvbmVudHMvc3RydWN0dXJlL2hlYWRlci5jb21wb25lbnQnO1xuZXhwb3J0IHtTdHJ1Y3R1cmVNb2R1bGUgYXMgybViY30gZnJvbSAnLi9jb21wb25lbnRzL3N0cnVjdHVyZS9zdHJ1Y3R1cmUubW9kdWxlJztcbmV4cG9ydCB7VGFibGVDb2x1bW5zQ29tcG9uZW50IGFzIMm1ZX0gZnJvbSAnLi9jb21wb25lbnRzL3RhYmxlL3RhYmxlLWNvbHVtbi90YWJsZS1jb2x1bW5zLmNvbXBvbmVudCc7XG5leHBvcnQge1RhYmxlUGFnaW5nQ29tcG9uZW50IGFzIMm1Zn0gZnJvbSAnLi9jb21wb25lbnRzL3RhYmxlL3RhYmxlLXBhZ2luZy90YWJsZS1wYWdpbmcuY29tcG9uZW50JztcbmV4cG9ydCB7VGh1bWJuYWlsU2VydmljZSBhcyDJtWJnfSBmcm9tICcuL2NvbXBvbmVudHMvdGh1bWJuYWlsL3RodW1ibmFpbC5zZXJ2aWNlJzsiXX0=
|
|
@@ -32,6 +32,7 @@ import { InputTextModule } from 'primeng/inputtext';
|
|
|
32
32
|
import { InputTextareaModule } from 'primeng/inputtextarea';
|
|
33
33
|
import { KeyFilterModule } from 'primeng/keyfilter';
|
|
34
34
|
import { MultiSelectModule } from 'primeng/multiselect';
|
|
35
|
+
import { InputSwitchModule } from 'primeng/inputswitch';
|
|
35
36
|
import { PanelModule } from 'primeng/panel';
|
|
36
37
|
import { RadioButtonModule } from 'primeng/radiobutton';
|
|
37
38
|
import { ProgressBarModule } from 'primeng/progressbar';
|
|
@@ -1012,6 +1013,7 @@ class Field {
|
|
|
1012
1013
|
this.errorMessages = config.errorMessages;
|
|
1013
1014
|
this.gridClass = Object.keys(this.size).map(key => `ui-${key}-${this.size[key]}`);
|
|
1014
1015
|
this.defaultValue = config.defaultValue;
|
|
1016
|
+
this.representedBy = config.representedBy;
|
|
1015
1017
|
}
|
|
1016
1018
|
}
|
|
1017
1019
|
|
|
@@ -1416,12 +1418,21 @@ class BooleanField extends Field {
|
|
|
1416
1418
|
super(config);
|
|
1417
1419
|
this.verticalAlignment = config.verticalAlignment;
|
|
1418
1420
|
this.optionsLabel = new BooleanOptionsLabel(config.optionsLabel);
|
|
1421
|
+
this.representedBy = "radio";
|
|
1419
1422
|
this.onBlur = config.onBlur;
|
|
1420
1423
|
this.onFocus = config.onFocus;
|
|
1421
1424
|
this.onClick = config.onClick;
|
|
1422
1425
|
}
|
|
1423
1426
|
}
|
|
1424
1427
|
|
|
1428
|
+
class BooleanSwitchField extends Field {
|
|
1429
|
+
constructor(config) {
|
|
1430
|
+
super(config);
|
|
1431
|
+
this.onChange = config.onChange;
|
|
1432
|
+
this.representedBy = "switch";
|
|
1433
|
+
}
|
|
1434
|
+
}
|
|
1435
|
+
|
|
1425
1436
|
class CalendarField extends Field {
|
|
1426
1437
|
constructor(config) {
|
|
1427
1438
|
super(config);
|
|
@@ -1753,6 +1764,9 @@ class FormField {
|
|
|
1753
1764
|
case FieldType.Text:
|
|
1754
1765
|
return new TextAreaField(config);
|
|
1755
1766
|
case FieldType.Boolean:
|
|
1767
|
+
if (config.representedBy === "switch") {
|
|
1768
|
+
return new BooleanSwitchField(config);
|
|
1769
|
+
}
|
|
1756
1770
|
return new BooleanField(config);
|
|
1757
1771
|
case FieldType.Date:
|
|
1758
1772
|
case FieldType.DateTime:
|
|
@@ -2304,7 +2318,7 @@ class Section extends Structure {
|
|
|
2304
2318
|
|
|
2305
2319
|
class DynamicConfig {
|
|
2306
2320
|
constructor(config) {
|
|
2307
|
-
const { type } = config;
|
|
2321
|
+
const { type, representedBy } = config;
|
|
2308
2322
|
switch (type) {
|
|
2309
2323
|
case DynamicType.Autocomplete:
|
|
2310
2324
|
return new AutocompleteField(config);
|
|
@@ -2312,6 +2326,9 @@ class DynamicConfig {
|
|
|
2312
2326
|
case DynamicType.String:
|
|
2313
2327
|
return new TextField(config);
|
|
2314
2328
|
case DynamicType.Boolean:
|
|
2329
|
+
if (representedBy === "switch") {
|
|
2330
|
+
return new BooleanSwitchField(config);
|
|
2331
|
+
}
|
|
2315
2332
|
return new BooleanField(config);
|
|
2316
2333
|
case DynamicType.Chips:
|
|
2317
2334
|
return new ChipsField(config);
|
|
@@ -3510,23 +3527,25 @@ let TableFrozenPositionDirective = class TableFrozenPositionDirective {
|
|
|
3510
3527
|
this.el = el;
|
|
3511
3528
|
this.host = host;
|
|
3512
3529
|
this.sTableFrozenPosition = "left";
|
|
3530
|
+
this.onColumnsChanged = new EventEmitter();
|
|
3513
3531
|
this.host.onColResize.subscribe(() => {
|
|
3514
3532
|
this.handleColResize();
|
|
3515
3533
|
});
|
|
3516
3534
|
window.addEventListener("resize", this.handleWindowResize.bind(this));
|
|
3517
3535
|
const componentId = new Date().getTime();
|
|
3536
|
+
const htmlHead = document.getElementsByTagName("head")[0];
|
|
3518
3537
|
this.resetRowHeightClassName = `resetTableRowsHeight_${componentId}`;
|
|
3519
3538
|
const styleReset = document.createElement("style");
|
|
3520
3539
|
styleReset.innerHTML = `.${this.resetRowHeightClassName} tbody > tr, .${this.resetRowHeightClassName} thead > tr { height: auto; }`;
|
|
3521
|
-
|
|
3540
|
+
htmlHead.appendChild(styleReset);
|
|
3522
3541
|
this.fixBodyRowClassName = `fixTableBodyRowsHeight_${componentId}`;
|
|
3523
3542
|
this.styleFixBodyRowHeight = document.createElement("style");
|
|
3524
3543
|
this.styleFixBodyRowHeight.innerHTML = `.${this.fixBodyRowClassName} tbody > tr { height: auto; }`;
|
|
3525
|
-
|
|
3544
|
+
htmlHead.appendChild(this.styleFixBodyRowHeight);
|
|
3526
3545
|
this.fixHeadRowClassName = `fixTableHeadRowsHeight_${componentId}`;
|
|
3527
3546
|
this.styleFixHeadRowHeight = document.createElement("style");
|
|
3528
3547
|
this.styleFixHeadRowHeight.innerHTML = `.${this.fixHeadRowClassName} thead > tr { height: auto; }`;
|
|
3529
|
-
|
|
3548
|
+
htmlHead.appendChild(this.styleFixHeadRowHeight);
|
|
3530
3549
|
}
|
|
3531
3550
|
set sTableFrozenValue(_) {
|
|
3532
3551
|
setTimeout(() => {
|
|
@@ -3537,9 +3556,26 @@ let TableFrozenPositionDirective = class TableFrozenPositionDirective {
|
|
|
3537
3556
|
if (this.sTableFrozenPosition === "left")
|
|
3538
3557
|
return;
|
|
3539
3558
|
this.applyStylesForTable();
|
|
3559
|
+
this.setUpColumnMonitoring();
|
|
3540
3560
|
}
|
|
3541
3561
|
ngOnDestroy() {
|
|
3542
3562
|
window.removeEventListener("resize", this.handleWindowResize.bind(this));
|
|
3563
|
+
if (this.tableHeadObservable) {
|
|
3564
|
+
this.tableHeadObservable.disconnect();
|
|
3565
|
+
}
|
|
3566
|
+
}
|
|
3567
|
+
setUpColumnMonitoring() {
|
|
3568
|
+
this.tableHeadObservable = new MutationObserver(() => {
|
|
3569
|
+
this.synchronizeRowHeight();
|
|
3570
|
+
this.onColumnsChanged.emit(null);
|
|
3571
|
+
});
|
|
3572
|
+
const tableHeads = [...this.el.nativeElement.getElementsByTagName("thead")];
|
|
3573
|
+
tableHeads.forEach((tableHead) => {
|
|
3574
|
+
this.tableHeadObservable.observe(tableHead, {
|
|
3575
|
+
subtree: true,
|
|
3576
|
+
childList: true
|
|
3577
|
+
});
|
|
3578
|
+
});
|
|
3543
3579
|
}
|
|
3544
3580
|
applyStylesForTable() {
|
|
3545
3581
|
const scrollWrapper = this.el.nativeElement.querySelector(".ui-table-scrollable-wrapper");
|
|
@@ -4590,6 +4626,20 @@ BignumberFieldComponent = __decorate([
|
|
|
4590
4626
|
})
|
|
4591
4627
|
], BignumberFieldComponent);
|
|
4592
4628
|
|
|
4629
|
+
let BooleanSwitchFieldComponent = class BooleanSwitchFieldComponent {
|
|
4630
|
+
};
|
|
4631
|
+
__decorate([
|
|
4632
|
+
Input()
|
|
4633
|
+
], BooleanSwitchFieldComponent.prototype, "field", void 0);
|
|
4634
|
+
__decorate([
|
|
4635
|
+
Input()
|
|
4636
|
+
], BooleanSwitchFieldComponent.prototype, "formControl", void 0);
|
|
4637
|
+
BooleanSwitchFieldComponent = __decorate([
|
|
4638
|
+
Component({
|
|
4639
|
+
template: "<p-inputSwitch [id]=\"(field.id || field.name)\" [name]=\"field.name\" [formControl]=\"formControl\"\n [pTooltip]=\"field.tooltip\" tooltipPosition=\"top\"\n (onChange)=\"field.onChange ? field.onChange($event) : null\">\n</p-inputSwitch>"
|
|
4640
|
+
})
|
|
4641
|
+
], BooleanSwitchFieldComponent);
|
|
4642
|
+
|
|
4593
4643
|
class DynamicForm {
|
|
4594
4644
|
constructor({ group, errorMessages }) {
|
|
4595
4645
|
this.group = group;
|
|
@@ -4643,6 +4693,9 @@ class DynamicField extends DynamicForm {
|
|
|
4643
4693
|
case FieldType.String:
|
|
4644
4694
|
return TextFieldComponent;
|
|
4645
4695
|
case FieldType.Boolean:
|
|
4696
|
+
if (this.field.representedBy === "switch") {
|
|
4697
|
+
return BooleanSwitchFieldComponent;
|
|
4698
|
+
}
|
|
4646
4699
|
return BooleanFieldComponent;
|
|
4647
4700
|
case FieldType.Chips:
|
|
4648
4701
|
return ChipsFieldComponent;
|
|
@@ -4939,7 +4992,8 @@ DynamicFormModule = __decorate([
|
|
|
4939
4992
|
InfoSignModule,
|
|
4940
4993
|
MaskFormatterModule,
|
|
4941
4994
|
HotkeyModule.forRoot(),
|
|
4942
|
-
MouseEventsModule
|
|
4995
|
+
MouseEventsModule,
|
|
4996
|
+
InputSwitchModule
|
|
4943
4997
|
],
|
|
4944
4998
|
declarations: [
|
|
4945
4999
|
AutocompleteFieldComponent,
|
|
@@ -4961,7 +5015,8 @@ DynamicFormModule = __decorate([
|
|
|
4961
5015
|
SectionComponent,
|
|
4962
5016
|
SelectFieldComponent,
|
|
4963
5017
|
TextAreaFieldComponent,
|
|
4964
|
-
TextFieldComponent
|
|
5018
|
+
TextFieldComponent,
|
|
5019
|
+
BooleanSwitchFieldComponent
|
|
4965
5020
|
],
|
|
4966
5021
|
exports: [DynamicFormComponent, LookupComponent],
|
|
4967
5022
|
entryComponents: [
|
|
@@ -4980,7 +5035,8 @@ DynamicFormModule = __decorate([
|
|
|
4980
5035
|
SectionComponent,
|
|
4981
5036
|
SelectFieldComponent,
|
|
4982
5037
|
TextAreaFieldComponent,
|
|
4983
|
-
TextFieldComponent
|
|
5038
|
+
TextFieldComponent,
|
|
5039
|
+
BooleanSwitchFieldComponent
|
|
4984
5040
|
],
|
|
4985
5041
|
providers: [HotkeysService]
|
|
4986
5042
|
})
|
|
@@ -6651,6 +6707,91 @@ StepsModule = __decorate([
|
|
|
6651
6707
|
})
|
|
6652
6708
|
], StepsModule);
|
|
6653
6709
|
|
|
6710
|
+
var TimelineComponent_1;
|
|
6711
|
+
let TimelineComponent = TimelineComponent_1 = class TimelineComponent {
|
|
6712
|
+
constructor() {
|
|
6713
|
+
this.id = `s-timeline-${TimelineComponent_1.nextId++}`;
|
|
6714
|
+
this.activeIndex = 0;
|
|
6715
|
+
}
|
|
6716
|
+
barAnimation(index, activeIndex) {
|
|
6717
|
+
const visited = index < activeIndex;
|
|
6718
|
+
const activated = index === activeIndex;
|
|
6719
|
+
return visited || activated;
|
|
6720
|
+
}
|
|
6721
|
+
afterBarAnimation(index, activeIndex) {
|
|
6722
|
+
const visited = index < activeIndex;
|
|
6723
|
+
const activated = index === activeIndex - 1;
|
|
6724
|
+
return visited || activated;
|
|
6725
|
+
}
|
|
6726
|
+
get visibledStep() {
|
|
6727
|
+
return this.steps.filter((step) => !step.hidden);
|
|
6728
|
+
}
|
|
6729
|
+
};
|
|
6730
|
+
TimelineComponent.nextId = 0;
|
|
6731
|
+
__decorate([
|
|
6732
|
+
Input()
|
|
6733
|
+
], TimelineComponent.prototype, "id", void 0);
|
|
6734
|
+
__decorate([
|
|
6735
|
+
Input()
|
|
6736
|
+
], TimelineComponent.prototype, "steps", void 0);
|
|
6737
|
+
__decorate([
|
|
6738
|
+
Input()
|
|
6739
|
+
], TimelineComponent.prototype, "activeIndex", void 0);
|
|
6740
|
+
TimelineComponent = TimelineComponent_1 = __decorate([
|
|
6741
|
+
Component({
|
|
6742
|
+
selector: "s-timeline",
|
|
6743
|
+
template: "<div [id]=\"id\" class=\"s-timeline-container\">\n <ng-container *ngFor=\"let step of visibledStep; let i = index; let isFirst = first; let isLast = last\">\n <div *ngIf=\"!isFirst\" class=\"s-timeline-progress-bar\"\n [@activeDesative]=\"barAnimation(i, activeIndex) ? 'active': 'desactive'\" [ngClass]=\"{\n 's-timeline-step-completed': (i < activeIndex),\n 's-timeline-step-active': (i === activeIndex)\n }\"></div>\n <div [id]=\"id + '-step-' + (step.id || i)\" class=\"s-timeline-step-header\" role=\"tab\"\n tabindex=\"0\" [attr.aria-label]=\"step.ariaLabel || null\" [attr.aria-controls]=\"step.ariaControls\"\n [attr.aria-labelledby]=\"!step.ariaLabel ? 'step-label-' + i : null\" [attr.aria-posinset]=\"i + 1\"\n [attr.aria-setsize]=\"visibledStep.length\" [attr.aria-selected]=\"activeIndex == i\" [ngClass]=\"{\n 's-timeline-step-completed': (i < activeIndex),\n 's-timeline-step-active': (i === activeIndex)\n }\">\n <div *ngIf=\"!isFirst\"\n [@beforeActiveDesative]=\"barAnimation(i, activeIndex) ? 'active': 'desactive'\"\n class=\"s-timeline-progress-bar-before\" [ngClass]=\"{\n 's-timeline-step-completed': (i < activeIndex),\n 's-timeline-step-active': (i === activeIndex)\n }\"></div>\n <div *ngIf=\"!isLast\"\n [@afterActiveDesative]=\"afterBarAnimation(i, activeIndex) ? 'active': 'desactive'\"\n class=\"s-timeline-progress-bar-after\" [ngClass]=\"{\n 's-timeline-step-completed': ((i + 1) < activeIndex),\n 's-timeline-step-active': (i === (activeIndex - 1))\n }\"></div>\n <div class=\"s-timeline-index\">\n <div class=\"s-timeline-index-content\">\n <span class=\"fas\" [ngClass]=\"step.stepIcon\" aria-hidden=\"true\" [attr.aria-label]=\"i + 1\"></span>\n </div>\n </div>\n <div [id]=\"'step-label-' + i\" class=\"s-timeline-label\">\n <span>{{step.label}}</span>\n </div>\n <div [id]=\"'step-help-label-' + i\" class=\"s-timeline-help-label\">\n <span>{{step.helpLabel}}</span>\n </div>\n </div>\n </ng-container>\n</div>\n",
|
|
6744
|
+
host: {
|
|
6745
|
+
"aria-orientation": "horizontal",
|
|
6746
|
+
role: "tablist",
|
|
6747
|
+
"tab-index": "0",
|
|
6748
|
+
},
|
|
6749
|
+
animations: [
|
|
6750
|
+
trigger("beforeActiveDesative", [
|
|
6751
|
+
state("active", style$7({
|
|
6752
|
+
"background-position": "left bottom",
|
|
6753
|
+
})),
|
|
6754
|
+
state("desactive", style$7({
|
|
6755
|
+
"background-position": "right bottom",
|
|
6756
|
+
})),
|
|
6757
|
+
transition("active => desactive", [animate("50ms 100ms linear")]),
|
|
6758
|
+
transition("desactive => active", [animate("50ms 250ms linear")]),
|
|
6759
|
+
]),
|
|
6760
|
+
trigger("activeDesative", [
|
|
6761
|
+
state("active", style$7({
|
|
6762
|
+
"background-position": "left bottom",
|
|
6763
|
+
})),
|
|
6764
|
+
state("desactive", style$7({
|
|
6765
|
+
"background-position": "right bottom",
|
|
6766
|
+
})),
|
|
6767
|
+
transition("active => desactive", [animate("100ms 150ms linear")]),
|
|
6768
|
+
transition("desactive => active", [animate("100ms 150ms linear")]),
|
|
6769
|
+
]),
|
|
6770
|
+
trigger("afterActiveDesative", [
|
|
6771
|
+
state("active", style$7({
|
|
6772
|
+
"background-position": "left bottom",
|
|
6773
|
+
})),
|
|
6774
|
+
state("desactive", style$7({
|
|
6775
|
+
"background-position": "right bottom",
|
|
6776
|
+
})),
|
|
6777
|
+
transition("active => desactive", [animate("50ms 250ms linear")]),
|
|
6778
|
+
transition("desactive => active", [animate("50ms 100ms linear")]),
|
|
6779
|
+
]),
|
|
6780
|
+
],
|
|
6781
|
+
styles: ["@keyframes scale-up-center{0%{transform:scale(.5)}100%{transform:scale(1)}}.s-timeline-container{display:-ms-flexbox;display:flex;white-space:nowrap;-ms-flex-align:start;align-items:flex-start;overflow:hidden;padding:15px 10px}.s-timeline-step-header{box-sizing:border-box;-ms-flex-direction:column;flex-direction:column;height:auto;position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:72px;max-height:98px;min-width:60px;width:100%}.s-timeline-step-header .s-timeline-help-label,.s-timeline-step-header .s-timeline-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:break-all;color:#999;font-size:14px;font-weight:400;padding-top:5px}.s-timeline-step-header .s-timeline-progress-bar-before{margin:0;position:absolute;top:20px;-ms-flex:auto;flex:auto;height:3px;overflow:hidden;width:calc(50% - 20px);background-color:#697882;background-image:linear-gradient(to right,#0c9348 50%,#697882 50%);background-position:right bottom;background-size:300% 100%;left:-10px}.s-timeline-step-header .s-timeline-progress-bar-before.s-timeline-step-active,.s-timeline-step-header .s-timeline-progress-bar-before.s-timeline-step-completed{background-position:left bottom}.s-timeline-step-header .s-timeline-progress-bar-after{margin:0;position:absolute;top:20px;-ms-flex:auto;flex:auto;height:3px;overflow:hidden;width:calc(50% - 20px);background-color:#697882;background-image:linear-gradient(to right,#0c9348 50%,#697882 50%);background-position:right bottom;background-size:300% 100%;right:-10px}.s-timeline-step-header .s-timeline-progress-bar-after.s-timeline-step-active,.s-timeline-step-header .s-timeline-progress-bar-after.s-timeline-step-completed{background-position:left bottom}.s-timeline-progress-bar{margin:0;position:relative;top:20px;-ms-flex:auto;flex:auto;height:3px;overflow:hidden;width:100%;background-color:#697882;background-image:linear-gradient(to right,#0c9348 50%,#697882 50%);background-position:right bottom;background-size:300% 100%}.s-timeline-index{background-color:#697882;border:3px solid #697882;border-radius:50%;color:#fff;display:inline-block;font-weight:700;position:relative;transition:background-color .2s ease-out;height:46px;width:46px;-ms-flex:none;flex:none}.s-timeline-index .s-timeline-index-content{line-height:18px;font-size:18px;padding-top:8.5px;text-align:center;position:relative}.s-timeline-step-active .s-timeline-index,.s-timeline-step-completed .s-timeline-index{border-color:#0c9348;animation:.1s ease-out alternate scale-up-center;background-color:#0c9348}.s-timeline-step-active.s-timeline-progress-bar,.s-timeline-step-completed.s-timeline-progress-bar{background-position:left bottom}.s-timeline-step-active .s-timeline-label,.s-timeline-step-completed .s-timeline-label{color:#333;font-weight:700}@media (max-width:767px){.s-timeline-help-label,.s-timeline-label{display:none}}"]
|
|
6782
|
+
})
|
|
6783
|
+
], TimelineComponent);
|
|
6784
|
+
|
|
6785
|
+
let TimelineModule = class TimelineModule {
|
|
6786
|
+
};
|
|
6787
|
+
TimelineModule = __decorate([
|
|
6788
|
+
NgModule({
|
|
6789
|
+
imports: [CommonModule, TooltipModule],
|
|
6790
|
+
declarations: [TimelineComponent],
|
|
6791
|
+
exports: [TimelineComponent],
|
|
6792
|
+
})
|
|
6793
|
+
], TimelineModule);
|
|
6794
|
+
|
|
6654
6795
|
var TileComponent_1;
|
|
6655
6796
|
let TileComponent = TileComponent_1 = class TileComponent {
|
|
6656
6797
|
constructor() {
|
|
@@ -8401,5 +8542,5 @@ CodeEditorModule = __decorate([
|
|
|
8401
8542
|
* Generated bundle index. Do not edit.
|
|
8402
8543
|
*/
|
|
8403
8544
|
|
|
8404
|
-
export { AngularComponentsModule, AutocompleteField, BaseFieldComponent, BignumberField, BignumberInputDirective, BignumberInputModule, BooleanField, BooleanOptionsLabel, BreadcrumbComponent, BreadcrumbModule, Breakpoints, ButtonComponent, ButtonModule, ButtonPriority, ButtonSize, CalendarField, CalendarLocaleOptions, CalendarMaskDirective, CalendarMaskModule, ChipsField, CodeEditorModule, CollapseLinkComponent, CollapseLinkModule, ControlErrorsComponent, ControlErrorsModule, CurrencyField, CustomFieldsComponent, CustomFieldsModule, CustomFieldsService, DEFAULT_CALENDAR_LOCALE_OPTIONS, DEFAULT_LOCALE_OPTIONS, DEFAULT_NUMBER_LOCALE_OPTIONS, DoubleClickDirective, DynamicConfig, DynamicFormComponent, DynamicFormModule, DynamicType, EditableOverlayDirective, EditableOverlayModule, EmptyStateComponent, EmptyStateModule, EnumBadgeColors, EnumColumnFieldType, ExportUtils, Field, FieldType, Fieldset, FileUploadComponent, FileUploadModule, 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, ProductHeaderComponent, ProductHeaderModule, RadioButtonField, RationButtonOption, RowTogllerDirective, Section, SelectField, SelectOption, SidebarComponent, SidebarModule, StatsCardComponent, StatsCardModule, StepState, StepsComponent, StepsModule, Structure, TableFrozenPositionDirective, TableHeaderCheckboxComponent, TableHeaderCheckboxModule, TableModule, TaxCalculationLanguageConfigs, TextAreaField, TextField, Themes, ThumbnailComponent, ThumbnailModule, ThumbnailSize, TileComponent, TileModule, TokenListComponent, TokenListModule, ValidateErrors, LocalizedCurrencyImpurePipe as ɵa, LocalizedBignumberPipe as ɵb, DecimalField as
|
|
8545
|
+
export { AngularComponentsModule, AutocompleteField, BaseFieldComponent, BignumberField, BignumberInputDirective, BignumberInputModule, BooleanField, BooleanOptionsLabel, BreadcrumbComponent, BreadcrumbModule, Breakpoints, ButtonComponent, ButtonModule, ButtonPriority, ButtonSize, CalendarField, CalendarLocaleOptions, CalendarMaskDirective, CalendarMaskModule, ChipsField, CodeEditorModule, CollapseLinkComponent, CollapseLinkModule, ControlErrorsComponent, ControlErrorsModule, CurrencyField, CustomFieldsComponent, CustomFieldsModule, CustomFieldsService, DEFAULT_CALENDAR_LOCALE_OPTIONS, DEFAULT_LOCALE_OPTIONS, DEFAULT_NUMBER_LOCALE_OPTIONS, DoubleClickDirective, DynamicConfig, DynamicFormComponent, DynamicFormModule, DynamicType, EditableOverlayDirective, EditableOverlayModule, EmptyStateComponent, EmptyStateModule, EnumBadgeColors, EnumColumnFieldType, ExportUtils, Field, FieldType, Fieldset, FileUploadComponent, FileUploadModule, 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, ProductHeaderComponent, ProductHeaderModule, RadioButtonField, RationButtonOption, RowTogllerDirective, Section, SelectField, SelectOption, SidebarComponent, SidebarModule, StatsCardComponent, StatsCardModule, StepState, StepsComponent, StepsModule, Structure, TableFrozenPositionDirective, TableHeaderCheckboxComponent, TableHeaderCheckboxModule, TableModule, TaxCalculationLanguageConfigs, TextAreaField, TextField, Themes, ThumbnailComponent, ThumbnailModule, ThumbnailSize, TileComponent, TileModule, TimelineComponent, TimelineModule, TokenListComponent, TokenListModule, ValidateErrors, LocalizedCurrencyImpurePipe as ɵa, LocalizedBignumberPipe as ɵb, DecimalField as ɵbb, StructureModule as ɵbc, HeaderComponent as ɵbd, FooterComponent as ɵbe, NumberLocaleOptions as ɵbf, ThumbnailService as ɵbg, InfiniteScrollModule as ɵbh, InfiniteScrollDirective as ɵbi, CustomTranslationsModule as ɵbj, CodeEditorComponent as ɵbk, CoreFacade as ɵbl, CodeMirror6Core as ɵbm, LocalizedBignumberImpurePipe as ɵc, EmptyStateGoBackComponent as ɵd, TableColumnsComponent as ɵe, TablePagingComponent as ɵf, InfoSignComponent as ɵg, AutocompleteFieldComponent as ɵh, BooleanFieldComponent as ɵi, CalendarFieldComponent as ɵj, ChipsFieldComponent as ɵk, CurrencyFieldComponent as ɵl, DynamicFieldComponent as ɵm, DynamicFormDirective as ɵn, FieldsetComponent as ɵo, FileUploadComponent$1 as ɵp, LookupFieldComponent as ɵq, NumberFieldComponent as ɵr, BignumberFieldComponent as ɵs, RadioButtonComponent as ɵt, RowComponent as ɵu, SectionComponent as ɵv, SelectFieldComponent as ɵw, TextAreaFieldComponent as ɵx, TextFieldComponent as ɵy, BooleanSwitchFieldComponent as ɵz };
|
|
8405
8546
|
//# sourceMappingURL=seniorsistemas-angular-components.js.map
|