@bizy/core 19.15.2 → 19.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/fesm2022/bizy-core.mjs +172 -101
- package/fesm2022/bizy-core.mjs.map +1 -1
- package/lib/modules/index.d.ts +1 -0
- package/lib/modules/timeline/index.d.ts +3 -0
- package/lib/modules/timeline/timeline-event/timeline-event.component.d.ts +13 -0
- package/lib/modules/timeline/timeline.component.d.ts +7 -0
- package/lib/modules/timeline/timeline.module.d.ts +8 -0
- package/package.json +1 -1
- package/styles/variables.css +14 -0
package/fesm2022/bizy-core.mjs
CHANGED
|
@@ -82,19 +82,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImpo
|
|
|
82
82
|
type: Output
|
|
83
83
|
}] } });
|
|
84
84
|
|
|
85
|
-
const COMPONENTS$
|
|
85
|
+
const COMPONENTS$t = [
|
|
86
86
|
BizyAccordionComponent,
|
|
87
87
|
];
|
|
88
88
|
class BizyAccordionModule {
|
|
89
89
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizyAccordionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
90
90
|
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.10", ngImport: i0, type: BizyAccordionModule, imports: [BizyAccordionComponent], exports: [BizyAccordionComponent] });
|
|
91
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizyAccordionModule, imports: [COMPONENTS$
|
|
91
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizyAccordionModule, imports: [COMPONENTS$t] });
|
|
92
92
|
}
|
|
93
93
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizyAccordionModule, decorators: [{
|
|
94
94
|
type: NgModule,
|
|
95
95
|
args: [{
|
|
96
|
-
imports: COMPONENTS$
|
|
97
|
-
exports: COMPONENTS$
|
|
96
|
+
imports: COMPONENTS$t,
|
|
97
|
+
exports: COMPONENTS$t
|
|
98
98
|
}]
|
|
99
99
|
}] });
|
|
100
100
|
|
|
@@ -136,19 +136,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImpo
|
|
|
136
136
|
type: Output
|
|
137
137
|
}] } });
|
|
138
138
|
|
|
139
|
-
const COMPONENTS$
|
|
139
|
+
const COMPONENTS$s = [
|
|
140
140
|
BizyButtonComponent,
|
|
141
141
|
];
|
|
142
142
|
class BizyButtonModule {
|
|
143
143
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizyButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
144
144
|
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.10", ngImport: i0, type: BizyButtonModule, imports: [BizyButtonComponent], exports: [BizyButtonComponent] });
|
|
145
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizyButtonModule, imports: [COMPONENTS$
|
|
145
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizyButtonModule, imports: [COMPONENTS$s] });
|
|
146
146
|
}
|
|
147
147
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizyButtonModule, decorators: [{
|
|
148
148
|
type: NgModule,
|
|
149
149
|
args: [{
|
|
150
|
-
imports: COMPONENTS$
|
|
151
|
-
exports: COMPONENTS$
|
|
150
|
+
imports: COMPONENTS$s,
|
|
151
|
+
exports: COMPONENTS$s
|
|
152
152
|
}]
|
|
153
153
|
}] });
|
|
154
154
|
|
|
@@ -298,19 +298,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImpo
|
|
|
298
298
|
type: Input
|
|
299
299
|
}] } });
|
|
300
300
|
|
|
301
|
-
const COMPONENTS$
|
|
301
|
+
const COMPONENTS$r = [
|
|
302
302
|
BizyAudioPlayerComponent,
|
|
303
303
|
];
|
|
304
304
|
class BizyAudioPlayerModule {
|
|
305
305
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizyAudioPlayerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
306
306
|
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.10", ngImport: i0, type: BizyAudioPlayerModule, imports: [BizyAudioPlayerComponent], exports: [BizyAudioPlayerComponent] });
|
|
307
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizyAudioPlayerModule, imports: [COMPONENTS$
|
|
307
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizyAudioPlayerModule, imports: [COMPONENTS$r] });
|
|
308
308
|
}
|
|
309
309
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizyAudioPlayerModule, decorators: [{
|
|
310
310
|
type: NgModule,
|
|
311
311
|
args: [{
|
|
312
|
-
imports: COMPONENTS$
|
|
313
|
-
exports: COMPONENTS$
|
|
312
|
+
imports: COMPONENTS$r,
|
|
313
|
+
exports: COMPONENTS$r
|
|
314
314
|
}]
|
|
315
315
|
}] });
|
|
316
316
|
|
|
@@ -683,19 +683,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImpo
|
|
|
683
683
|
type: Input
|
|
684
684
|
}] } });
|
|
685
685
|
|
|
686
|
-
const COMPONENTS$
|
|
686
|
+
const COMPONENTS$q = [
|
|
687
687
|
BizyBarLineChartComponent,
|
|
688
688
|
];
|
|
689
689
|
class BizyBarLineChartModule {
|
|
690
690
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizyBarLineChartModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
691
691
|
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.10", ngImport: i0, type: BizyBarLineChartModule, imports: [BizyBarLineChartComponent], exports: [BizyBarLineChartComponent] });
|
|
692
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizyBarLineChartModule, imports: [COMPONENTS$
|
|
692
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizyBarLineChartModule, imports: [COMPONENTS$q] });
|
|
693
693
|
}
|
|
694
694
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizyBarLineChartModule, decorators: [{
|
|
695
695
|
type: NgModule,
|
|
696
696
|
args: [{
|
|
697
|
-
imports: COMPONENTS$
|
|
698
|
-
exports: COMPONENTS$
|
|
697
|
+
imports: COMPONENTS$q,
|
|
698
|
+
exports: COMPONENTS$q
|
|
699
699
|
}]
|
|
700
700
|
}] });
|
|
701
701
|
|
|
@@ -756,19 +756,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImpo
|
|
|
756
756
|
type: Input
|
|
757
757
|
}] } });
|
|
758
758
|
|
|
759
|
-
const COMPONENTS$
|
|
759
|
+
const COMPONENTS$p = [
|
|
760
760
|
BizyBreadcrumbComponent,
|
|
761
761
|
];
|
|
762
762
|
class BizyBreadcrumbModule {
|
|
763
763
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizyBreadcrumbModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
764
764
|
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.10", ngImport: i0, type: BizyBreadcrumbModule, imports: [BizyBreadcrumbComponent], exports: [BizyBreadcrumbComponent] });
|
|
765
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizyBreadcrumbModule, imports: [COMPONENTS$
|
|
765
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizyBreadcrumbModule, imports: [COMPONENTS$p] });
|
|
766
766
|
}
|
|
767
767
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizyBreadcrumbModule, decorators: [{
|
|
768
768
|
type: NgModule,
|
|
769
769
|
args: [{
|
|
770
|
-
imports: COMPONENTS$
|
|
771
|
-
exports: COMPONENTS$
|
|
770
|
+
imports: COMPONENTS$p,
|
|
771
|
+
exports: COMPONENTS$p
|
|
772
772
|
}]
|
|
773
773
|
}] });
|
|
774
774
|
|
|
@@ -1037,19 +1037,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImpo
|
|
|
1037
1037
|
type: Input
|
|
1038
1038
|
}] } });
|
|
1039
1039
|
|
|
1040
|
-
const COMPONENTS$
|
|
1040
|
+
const COMPONENTS$o = [
|
|
1041
1041
|
BizyCalendarComponent,
|
|
1042
1042
|
];
|
|
1043
1043
|
class BizyCalendarModule {
|
|
1044
1044
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizyCalendarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1045
1045
|
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.10", ngImport: i0, type: BizyCalendarModule, imports: [BizyCalendarComponent], exports: [BizyCalendarComponent] });
|
|
1046
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizyCalendarModule, imports: [COMPONENTS$
|
|
1046
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizyCalendarModule, imports: [COMPONENTS$o] });
|
|
1047
1047
|
}
|
|
1048
1048
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizyCalendarModule, decorators: [{
|
|
1049
1049
|
type: NgModule,
|
|
1050
1050
|
args: [{
|
|
1051
|
-
imports: COMPONENTS$
|
|
1052
|
-
exports: COMPONENTS$
|
|
1051
|
+
imports: COMPONENTS$o,
|
|
1052
|
+
exports: COMPONENTS$o
|
|
1053
1053
|
}]
|
|
1054
1054
|
}] });
|
|
1055
1055
|
|
|
@@ -1083,19 +1083,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImpo
|
|
|
1083
1083
|
type: Output
|
|
1084
1084
|
}] } });
|
|
1085
1085
|
|
|
1086
|
-
const COMPONENTS$
|
|
1086
|
+
const COMPONENTS$n = [
|
|
1087
1087
|
BizyCardComponent,
|
|
1088
1088
|
];
|
|
1089
1089
|
class BizyCardModule {
|
|
1090
1090
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizyCardModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1091
1091
|
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.10", ngImport: i0, type: BizyCardModule, imports: [BizyCardComponent], exports: [BizyCardComponent] });
|
|
1092
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizyCardModule, imports: [COMPONENTS$
|
|
1092
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizyCardModule, imports: [COMPONENTS$n] });
|
|
1093
1093
|
}
|
|
1094
1094
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizyCardModule, decorators: [{
|
|
1095
1095
|
type: NgModule,
|
|
1096
1096
|
args: [{
|
|
1097
|
-
imports: COMPONENTS$
|
|
1098
|
-
exports: COMPONENTS$
|
|
1097
|
+
imports: COMPONENTS$n,
|
|
1098
|
+
exports: COMPONENTS$n
|
|
1099
1099
|
}]
|
|
1100
1100
|
}] });
|
|
1101
1101
|
|
|
@@ -1131,19 +1131,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImpo
|
|
|
1131
1131
|
type: Output
|
|
1132
1132
|
}] } });
|
|
1133
1133
|
|
|
1134
|
-
const COMPONENTS$
|
|
1134
|
+
const COMPONENTS$m = [
|
|
1135
1135
|
BizyCheckboxComponent,
|
|
1136
1136
|
];
|
|
1137
1137
|
class BizyCheckboxModule {
|
|
1138
1138
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizyCheckboxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1139
1139
|
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.10", ngImport: i0, type: BizyCheckboxModule, imports: [BizyCheckboxComponent], exports: [BizyCheckboxComponent] });
|
|
1140
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizyCheckboxModule, imports: [COMPONENTS$
|
|
1140
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizyCheckboxModule, imports: [COMPONENTS$m] });
|
|
1141
1141
|
}
|
|
1142
1142
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizyCheckboxModule, decorators: [{
|
|
1143
1143
|
type: NgModule,
|
|
1144
1144
|
args: [{
|
|
1145
|
-
imports: COMPONENTS$
|
|
1146
|
-
exports: COMPONENTS$
|
|
1145
|
+
imports: COMPONENTS$m,
|
|
1146
|
+
exports: COMPONENTS$m
|
|
1147
1147
|
}]
|
|
1148
1148
|
}] });
|
|
1149
1149
|
|
|
@@ -1657,19 +1657,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImpo
|
|
|
1657
1657
|
type: Input
|
|
1658
1658
|
}] } });
|
|
1659
1659
|
|
|
1660
|
-
const COMPONENTS$
|
|
1660
|
+
const COMPONENTS$l = [
|
|
1661
1661
|
BizyDatePickerComponent,
|
|
1662
1662
|
];
|
|
1663
1663
|
class BizyDatePickerModule {
|
|
1664
1664
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizyDatePickerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1665
1665
|
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.10", ngImport: i0, type: BizyDatePickerModule, imports: [BizyDatePickerComponent], exports: [BizyDatePickerComponent] });
|
|
1666
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizyDatePickerModule, imports: [COMPONENTS$
|
|
1666
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizyDatePickerModule, imports: [COMPONENTS$l] });
|
|
1667
1667
|
}
|
|
1668
1668
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizyDatePickerModule, decorators: [{
|
|
1669
1669
|
type: NgModule,
|
|
1670
1670
|
args: [{
|
|
1671
|
-
imports: COMPONENTS$
|
|
1672
|
-
exports: COMPONENTS$
|
|
1671
|
+
imports: COMPONENTS$l,
|
|
1672
|
+
exports: COMPONENTS$l
|
|
1673
1673
|
}]
|
|
1674
1674
|
}] });
|
|
1675
1675
|
|
|
@@ -2009,7 +2009,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImpo
|
|
|
2009
2009
|
type: Output
|
|
2010
2010
|
}] } });
|
|
2011
2011
|
|
|
2012
|
-
const COMPONENTS$
|
|
2012
|
+
const COMPONENTS$k = [
|
|
2013
2013
|
BizyFileUploaderComponent,
|
|
2014
2014
|
];
|
|
2015
2015
|
class BizyFileUploaderModule {
|
|
@@ -2020,8 +2020,8 @@ class BizyFileUploaderModule {
|
|
|
2020
2020
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizyFileUploaderModule, decorators: [{
|
|
2021
2021
|
type: NgModule,
|
|
2022
2022
|
args: [{
|
|
2023
|
-
imports: COMPONENTS$
|
|
2024
|
-
exports: COMPONENTS$
|
|
2023
|
+
imports: COMPONENTS$k,
|
|
2024
|
+
exports: COMPONENTS$k,
|
|
2025
2025
|
providers: [BizyFileUploaderService]
|
|
2026
2026
|
}]
|
|
2027
2027
|
}] });
|
|
@@ -2644,7 +2644,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImpo
|
|
|
2644
2644
|
}]
|
|
2645
2645
|
}] });
|
|
2646
2646
|
|
|
2647
|
-
const COMPONENTS$
|
|
2647
|
+
const COMPONENTS$j = [
|
|
2648
2648
|
BizyFilterComponent,
|
|
2649
2649
|
BizyFilterSectionComponent,
|
|
2650
2650
|
BizyFilterContentComponent,
|
|
@@ -2683,8 +2683,8 @@ class BizyFilterModule {
|
|
|
2683
2683
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizyFilterModule, decorators: [{
|
|
2684
2684
|
type: NgModule,
|
|
2685
2685
|
args: [{
|
|
2686
|
-
imports: COMPONENTS$
|
|
2687
|
-
exports: COMPONENTS$
|
|
2686
|
+
imports: COMPONENTS$j.concat(PIPES$1),
|
|
2687
|
+
exports: COMPONENTS$j.concat(PIPES$1),
|
|
2688
2688
|
providers: PIPES$1
|
|
2689
2689
|
}]
|
|
2690
2690
|
}] });
|
|
@@ -2928,19 +2928,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImpo
|
|
|
2928
2928
|
type: Input
|
|
2929
2929
|
}] } });
|
|
2930
2930
|
|
|
2931
|
-
const COMPONENTS$
|
|
2931
|
+
const COMPONENTS$i = [
|
|
2932
2932
|
BizyFormComponent,
|
|
2933
2933
|
];
|
|
2934
2934
|
class BizyFormModule {
|
|
2935
2935
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizyFormModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2936
2936
|
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.10", ngImport: i0, type: BizyFormModule, imports: [BizyFormComponent], exports: [BizyFormComponent] });
|
|
2937
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizyFormModule, imports: [COMPONENTS$
|
|
2937
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizyFormModule, imports: [COMPONENTS$i] });
|
|
2938
2938
|
}
|
|
2939
2939
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizyFormModule, decorators: [{
|
|
2940
2940
|
type: NgModule,
|
|
2941
2941
|
args: [{
|
|
2942
|
-
imports: COMPONENTS$
|
|
2943
|
-
exports: COMPONENTS$
|
|
2942
|
+
imports: COMPONENTS$i,
|
|
2943
|
+
exports: COMPONENTS$i,
|
|
2944
2944
|
}]
|
|
2945
2945
|
}] });
|
|
2946
2946
|
|
|
@@ -3137,7 +3137,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImpo
|
|
|
3137
3137
|
type: Input
|
|
3138
3138
|
}] } });
|
|
3139
3139
|
|
|
3140
|
-
const COMPONENTS$
|
|
3140
|
+
const COMPONENTS$h = [
|
|
3141
3141
|
BizyGridComponent,
|
|
3142
3142
|
BizyGridRowComponent
|
|
3143
3143
|
];
|
|
@@ -3155,12 +3155,12 @@ class BizyGridModule {
|
|
|
3155
3155
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizyGridModule, decorators: [{
|
|
3156
3156
|
type: NgModule,
|
|
3157
3157
|
args: [{
|
|
3158
|
-
imports: COMPONENTS$
|
|
3159
|
-
exports: COMPONENTS$
|
|
3158
|
+
imports: COMPONENTS$h.concat(DIRECTIVES$2),
|
|
3159
|
+
exports: COMPONENTS$h.concat(DIRECTIVES$2),
|
|
3160
3160
|
}]
|
|
3161
3161
|
}] });
|
|
3162
3162
|
|
|
3163
|
-
const COMPONENTS$
|
|
3163
|
+
const COMPONENTS$g = [
|
|
3164
3164
|
BizyInputComponent,
|
|
3165
3165
|
BizyInputOptionComponent
|
|
3166
3166
|
];
|
|
@@ -3169,13 +3169,13 @@ class BizyInputModule {
|
|
|
3169
3169
|
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.10", ngImport: i0, type: BizyInputModule, imports: [BizyInputComponent,
|
|
3170
3170
|
BizyInputOptionComponent], exports: [BizyInputComponent,
|
|
3171
3171
|
BizyInputOptionComponent] });
|
|
3172
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizyInputModule, imports: [COMPONENTS$
|
|
3172
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizyInputModule, imports: [COMPONENTS$g] });
|
|
3173
3173
|
}
|
|
3174
3174
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizyInputModule, decorators: [{
|
|
3175
3175
|
type: NgModule,
|
|
3176
3176
|
args: [{
|
|
3177
|
-
imports: COMPONENTS$
|
|
3178
|
-
exports: COMPONENTS$
|
|
3177
|
+
imports: COMPONENTS$g,
|
|
3178
|
+
exports: COMPONENTS$g,
|
|
3179
3179
|
}]
|
|
3180
3180
|
}] });
|
|
3181
3181
|
|
|
@@ -3193,19 +3193,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImpo
|
|
|
3193
3193
|
type: Input
|
|
3194
3194
|
}] } });
|
|
3195
3195
|
|
|
3196
|
-
const COMPONENTS$
|
|
3196
|
+
const COMPONENTS$f = [
|
|
3197
3197
|
BizyListComponent,
|
|
3198
3198
|
];
|
|
3199
3199
|
class BizyListModule {
|
|
3200
3200
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizyListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3201
3201
|
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.10", ngImport: i0, type: BizyListModule, imports: [BizyListComponent], exports: [BizyListComponent] });
|
|
3202
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizyListModule, imports: [COMPONENTS$
|
|
3202
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizyListModule, imports: [COMPONENTS$f] });
|
|
3203
3203
|
}
|
|
3204
3204
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizyListModule, decorators: [{
|
|
3205
3205
|
type: NgModule,
|
|
3206
3206
|
args: [{
|
|
3207
|
-
imports: COMPONENTS$
|
|
3208
|
-
exports: COMPONENTS$
|
|
3207
|
+
imports: COMPONENTS$f,
|
|
3208
|
+
exports: COMPONENTS$f,
|
|
3209
3209
|
}]
|
|
3210
3210
|
}] });
|
|
3211
3211
|
|
|
@@ -3339,7 +3339,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImpo
|
|
|
3339
3339
|
type: Input
|
|
3340
3340
|
}] } });
|
|
3341
3341
|
|
|
3342
|
-
const COMPONENTS$
|
|
3342
|
+
const COMPONENTS$e = [
|
|
3343
3343
|
BizyMenuComponent,
|
|
3344
3344
|
BizyMenuOptionComponent,
|
|
3345
3345
|
BizyMenuTitleComponent
|
|
@@ -3357,8 +3357,8 @@ class BizyMenuModule {
|
|
|
3357
3357
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizyMenuModule, decorators: [{
|
|
3358
3358
|
type: NgModule,
|
|
3359
3359
|
args: [{
|
|
3360
|
-
imports: COMPONENTS$
|
|
3361
|
-
exports: COMPONENTS$
|
|
3360
|
+
imports: COMPONENTS$e,
|
|
3361
|
+
exports: COMPONENTS$e,
|
|
3362
3362
|
}]
|
|
3363
3363
|
}] });
|
|
3364
3364
|
|
|
@@ -3626,19 +3626,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImpo
|
|
|
3626
3626
|
type: Input
|
|
3627
3627
|
}] } });
|
|
3628
3628
|
|
|
3629
|
-
const COMPONENTS$
|
|
3629
|
+
const COMPONENTS$d = [
|
|
3630
3630
|
BizyPieChartComponent,
|
|
3631
3631
|
];
|
|
3632
3632
|
class BizyPieChartModule {
|
|
3633
3633
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizyPieChartModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3634
3634
|
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.10", ngImport: i0, type: BizyPieChartModule, imports: [BizyPieChartComponent], exports: [BizyPieChartComponent] });
|
|
3635
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizyPieChartModule, imports: [COMPONENTS$
|
|
3635
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizyPieChartModule, imports: [COMPONENTS$d] });
|
|
3636
3636
|
}
|
|
3637
3637
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizyPieChartModule, decorators: [{
|
|
3638
3638
|
type: NgModule,
|
|
3639
3639
|
args: [{
|
|
3640
|
-
imports: COMPONENTS$
|
|
3641
|
-
exports: COMPONENTS$
|
|
3640
|
+
imports: COMPONENTS$d,
|
|
3641
|
+
exports: COMPONENTS$d,
|
|
3642
3642
|
}]
|
|
3643
3643
|
}] });
|
|
3644
3644
|
|
|
@@ -4977,7 +4977,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImpo
|
|
|
4977
4977
|
args: ['dynamicComponentContainer', { read: ViewContainerRef }]
|
|
4978
4978
|
}] } });
|
|
4979
4979
|
|
|
4980
|
-
const COMPONENTS$
|
|
4980
|
+
const COMPONENTS$c = [
|
|
4981
4981
|
BizyPopupWrapperComponent,
|
|
4982
4982
|
BizyFullScreenPopupWrapperComponent
|
|
4983
4983
|
];
|
|
@@ -4986,13 +4986,13 @@ class BizyPopupModule {
|
|
|
4986
4986
|
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.10", ngImport: i0, type: BizyPopupModule, imports: [BizyPopupWrapperComponent,
|
|
4987
4987
|
BizyFullScreenPopupWrapperComponent], exports: [BizyPopupWrapperComponent,
|
|
4988
4988
|
BizyFullScreenPopupWrapperComponent] });
|
|
4989
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizyPopupModule, providers: [BizyPopupService], imports: [COMPONENTS$
|
|
4989
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizyPopupModule, providers: [BizyPopupService], imports: [COMPONENTS$c] });
|
|
4990
4990
|
}
|
|
4991
4991
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizyPopupModule, decorators: [{
|
|
4992
4992
|
type: NgModule,
|
|
4993
4993
|
args: [{
|
|
4994
|
-
imports: COMPONENTS$
|
|
4995
|
-
exports: COMPONENTS$
|
|
4994
|
+
imports: COMPONENTS$c,
|
|
4995
|
+
exports: COMPONENTS$c,
|
|
4996
4996
|
providers: [BizyPopupService]
|
|
4997
4997
|
}]
|
|
4998
4998
|
}] });
|
|
@@ -5031,19 +5031,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImpo
|
|
|
5031
5031
|
type: Output
|
|
5032
5032
|
}] } });
|
|
5033
5033
|
|
|
5034
|
-
const COMPONENTS$
|
|
5034
|
+
const COMPONENTS$b = [
|
|
5035
5035
|
BizyRadioComponent,
|
|
5036
5036
|
];
|
|
5037
5037
|
class BizyRadioModule {
|
|
5038
5038
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizyRadioModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
5039
5039
|
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.10", ngImport: i0, type: BizyRadioModule, imports: [BizyRadioComponent], exports: [BizyRadioComponent] });
|
|
5040
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizyRadioModule, imports: [COMPONENTS$
|
|
5040
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizyRadioModule, imports: [COMPONENTS$b] });
|
|
5041
5041
|
}
|
|
5042
5042
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizyRadioModule, decorators: [{
|
|
5043
5043
|
type: NgModule,
|
|
5044
5044
|
args: [{
|
|
5045
|
-
imports: COMPONENTS$
|
|
5046
|
-
exports: COMPONENTS$
|
|
5045
|
+
imports: COMPONENTS$b,
|
|
5046
|
+
exports: COMPONENTS$b,
|
|
5047
5047
|
}]
|
|
5048
5048
|
}] });
|
|
5049
5049
|
|
|
@@ -5103,7 +5103,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImpo
|
|
|
5103
5103
|
type: Input
|
|
5104
5104
|
}] } });
|
|
5105
5105
|
|
|
5106
|
-
const COMPONENTS$
|
|
5106
|
+
const COMPONENTS$a = [
|
|
5107
5107
|
BizySectionComponent,
|
|
5108
5108
|
BizySectionStartComponent,
|
|
5109
5109
|
BizySectionCenterComponent,
|
|
@@ -5118,17 +5118,17 @@ class BizySectionModule {
|
|
|
5118
5118
|
BizySectionStartComponent,
|
|
5119
5119
|
BizySectionCenterComponent,
|
|
5120
5120
|
BizySectionEndComponent] });
|
|
5121
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizySectionModule, imports: [COMPONENTS$
|
|
5121
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizySectionModule, imports: [COMPONENTS$a] });
|
|
5122
5122
|
}
|
|
5123
5123
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizySectionModule, decorators: [{
|
|
5124
5124
|
type: NgModule,
|
|
5125
5125
|
args: [{
|
|
5126
|
-
imports: COMPONENTS$
|
|
5127
|
-
exports: COMPONENTS$
|
|
5126
|
+
imports: COMPONENTS$a,
|
|
5127
|
+
exports: COMPONENTS$a,
|
|
5128
5128
|
}]
|
|
5129
5129
|
}] });
|
|
5130
5130
|
|
|
5131
|
-
const COMPONENTS$
|
|
5131
|
+
const COMPONENTS$9 = [
|
|
5132
5132
|
BizySelectComponent,
|
|
5133
5133
|
BizySelectOptionComponent
|
|
5134
5134
|
];
|
|
@@ -5137,13 +5137,13 @@ class BizySelectModule {
|
|
|
5137
5137
|
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.10", ngImport: i0, type: BizySelectModule, imports: [BizySelectComponent,
|
|
5138
5138
|
BizySelectOptionComponent], exports: [BizySelectComponent,
|
|
5139
5139
|
BizySelectOptionComponent] });
|
|
5140
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizySelectModule, imports: [COMPONENTS$
|
|
5140
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizySelectModule, imports: [COMPONENTS$9] });
|
|
5141
5141
|
}
|
|
5142
5142
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizySelectModule, decorators: [{
|
|
5143
5143
|
type: NgModule,
|
|
5144
5144
|
args: [{
|
|
5145
|
-
imports: COMPONENTS$
|
|
5146
|
-
exports: COMPONENTS$
|
|
5145
|
+
imports: COMPONENTS$9,
|
|
5146
|
+
exports: COMPONENTS$9,
|
|
5147
5147
|
}]
|
|
5148
5148
|
}] });
|
|
5149
5149
|
|
|
@@ -5500,7 +5500,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImpo
|
|
|
5500
5500
|
type: Input
|
|
5501
5501
|
}] } });
|
|
5502
5502
|
|
|
5503
|
-
const COMPONENTS$
|
|
5503
|
+
const COMPONENTS$8 = [
|
|
5504
5504
|
BizySidebarComponent,
|
|
5505
5505
|
BizySidebarFloatingOptionComponent,
|
|
5506
5506
|
BizySidebarFloatingOptionTitleComponent,
|
|
@@ -5522,8 +5522,8 @@ class BizySidebarModule {
|
|
|
5522
5522
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizySidebarModule, decorators: [{
|
|
5523
5523
|
type: NgModule,
|
|
5524
5524
|
args: [{
|
|
5525
|
-
imports: COMPONENTS$
|
|
5526
|
-
exports: COMPONENTS$
|
|
5525
|
+
imports: COMPONENTS$8,
|
|
5526
|
+
exports: COMPONENTS$8,
|
|
5527
5527
|
}]
|
|
5528
5528
|
}] });
|
|
5529
5529
|
|
|
@@ -5566,19 +5566,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImpo
|
|
|
5566
5566
|
type: Input
|
|
5567
5567
|
}] } });
|
|
5568
5568
|
|
|
5569
|
-
const COMPONENTS$
|
|
5569
|
+
const COMPONENTS$7 = [
|
|
5570
5570
|
BizySkeletonComponent,
|
|
5571
5571
|
];
|
|
5572
5572
|
class BizySkeletonModule {
|
|
5573
5573
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizySkeletonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
5574
5574
|
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.10", ngImport: i0, type: BizySkeletonModule, imports: [BizySkeletonComponent], exports: [BizySkeletonComponent] });
|
|
5575
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizySkeletonModule, imports: [COMPONENTS$
|
|
5575
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizySkeletonModule, imports: [COMPONENTS$7] });
|
|
5576
5576
|
}
|
|
5577
5577
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizySkeletonModule, decorators: [{
|
|
5578
5578
|
type: NgModule,
|
|
5579
5579
|
args: [{
|
|
5580
|
-
imports: COMPONENTS$
|
|
5581
|
-
exports: COMPONENTS$
|
|
5580
|
+
imports: COMPONENTS$7,
|
|
5581
|
+
exports: COMPONENTS$7,
|
|
5582
5582
|
}]
|
|
5583
5583
|
}] });
|
|
5584
5584
|
|
|
@@ -5648,19 +5648,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImpo
|
|
|
5648
5648
|
type: Input
|
|
5649
5649
|
}] } });
|
|
5650
5650
|
|
|
5651
|
-
const COMPONENTS$
|
|
5651
|
+
const COMPONENTS$6 = [
|
|
5652
5652
|
BizySliderComponent,
|
|
5653
5653
|
];
|
|
5654
5654
|
class BizySliderModule {
|
|
5655
5655
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizySliderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
5656
5656
|
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.10", ngImport: i0, type: BizySliderModule, imports: [BizySliderComponent], exports: [BizySliderComponent] });
|
|
5657
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizySliderModule, imports: [COMPONENTS$
|
|
5657
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizySliderModule, imports: [COMPONENTS$6] });
|
|
5658
5658
|
}
|
|
5659
5659
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizySliderModule, decorators: [{
|
|
5660
5660
|
type: NgModule,
|
|
5661
5661
|
args: [{
|
|
5662
|
-
imports: COMPONENTS$
|
|
5663
|
-
exports: COMPONENTS$
|
|
5662
|
+
imports: COMPONENTS$6,
|
|
5663
|
+
exports: COMPONENTS$6,
|
|
5664
5664
|
}]
|
|
5665
5665
|
}] });
|
|
5666
5666
|
|
|
@@ -6310,7 +6310,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImpo
|
|
|
6310
6310
|
args: [{ selector: 'bizy-table-row-expand-content', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content></ng-content>", styles: [":host{font-size:1rem;width:100%;background-color:var(--bizy-table-row-expand-content-background-color);border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem;padding:.5rem}\n"] }]
|
|
6311
6311
|
}] });
|
|
6312
6312
|
|
|
6313
|
-
const COMPONENTS$
|
|
6313
|
+
const COMPONENTS$5 = [
|
|
6314
6314
|
BizyTableComponent,
|
|
6315
6315
|
BizyTableColumnComponent,
|
|
6316
6316
|
BizyTableColumnArrowsComponent,
|
|
@@ -6354,8 +6354,8 @@ class BizyTableModule {
|
|
|
6354
6354
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizyTableModule, decorators: [{
|
|
6355
6355
|
type: NgModule,
|
|
6356
6356
|
args: [{
|
|
6357
|
-
imports: COMPONENTS$
|
|
6358
|
-
exports: COMPONENTS$
|
|
6357
|
+
imports: COMPONENTS$5.concat(DIRECTIVES$1),
|
|
6358
|
+
exports: COMPONENTS$5.concat(DIRECTIVES$1),
|
|
6359
6359
|
}]
|
|
6360
6360
|
}] });
|
|
6361
6361
|
|
|
@@ -6474,7 +6474,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImpo
|
|
|
6474
6474
|
type: Input
|
|
6475
6475
|
}] } });
|
|
6476
6476
|
|
|
6477
|
-
const COMPONENTS$
|
|
6477
|
+
const COMPONENTS$4 = [
|
|
6478
6478
|
BizyTabsComponent,
|
|
6479
6479
|
BizyTabComponent
|
|
6480
6480
|
];
|
|
@@ -6483,13 +6483,13 @@ class BizyTabsModule {
|
|
|
6483
6483
|
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.10", ngImport: i0, type: BizyTabsModule, imports: [BizyTabsComponent,
|
|
6484
6484
|
BizyTabComponent], exports: [BizyTabsComponent,
|
|
6485
6485
|
BizyTabComponent] });
|
|
6486
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizyTabsModule, imports: [COMPONENTS$
|
|
6486
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizyTabsModule, imports: [COMPONENTS$4] });
|
|
6487
6487
|
}
|
|
6488
6488
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizyTabsModule, decorators: [{
|
|
6489
6489
|
type: NgModule,
|
|
6490
6490
|
args: [{
|
|
6491
|
-
imports: COMPONENTS$
|
|
6492
|
-
exports: COMPONENTS$
|
|
6491
|
+
imports: COMPONENTS$4,
|
|
6492
|
+
exports: COMPONENTS$4,
|
|
6493
6493
|
}]
|
|
6494
6494
|
}] });
|
|
6495
6495
|
|
|
@@ -6534,15 +6534,86 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImpo
|
|
|
6534
6534
|
type: Output
|
|
6535
6535
|
}] } });
|
|
6536
6536
|
|
|
6537
|
-
const COMPONENTS$
|
|
6537
|
+
const COMPONENTS$3 = [
|
|
6538
6538
|
BizyTagComponent,
|
|
6539
6539
|
];
|
|
6540
6540
|
class BizyTagModule {
|
|
6541
6541
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizyTagModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
6542
6542
|
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.10", ngImport: i0, type: BizyTagModule, imports: [BizyTagComponent], exports: [BizyTagComponent] });
|
|
6543
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizyTagModule, imports: [COMPONENTS$
|
|
6543
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizyTagModule, imports: [COMPONENTS$3] });
|
|
6544
6544
|
}
|
|
6545
6545
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizyTagModule, decorators: [{
|
|
6546
|
+
type: NgModule,
|
|
6547
|
+
args: [{
|
|
6548
|
+
imports: COMPONENTS$3,
|
|
6549
|
+
exports: COMPONENTS$3,
|
|
6550
|
+
}]
|
|
6551
|
+
}] });
|
|
6552
|
+
|
|
6553
|
+
class BizyTimelineComponent {
|
|
6554
|
+
id = `bizy-timeline-${Math.random()}`;
|
|
6555
|
+
customClass = '';
|
|
6556
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizyTimelineComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
6557
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.10", type: BizyTimelineComponent, isStandalone: true, selector: "bizy-timeline", inputs: { id: "id", customClass: "customClass" }, host: { properties: { "id": "id", "class": "customClass" } }, ngImport: i0, template: "<ng-content select=\"bizy-timeline-event\"></ng-content>\n", styles: [":host{font-size:1rem;display:flex;flex-direction:column;align-items:center;row-gap:var(--bizy-timeline-row-gap);height:100%;width:100%}:host:not(:has(.bizy-timeline-event--start:not(:empty))) ::ng-deep bizy-timeline-event{grid-template-columns:fit-content(100%) 1fr!important}:host:not(:has(.bizy-timeline-event--start:not(:empty))) ::ng-deep .bizy-timeline-event--start{display:none}:host:not(:has(.bizy-timeline-event--end:not(:empty))) ::ng-deep bizy-timeline-event{grid-template-columns:1fr fit-content(100%)!important}:host:not(:has(.bizy-timeline-event--end:not(:empty))) ::ng-deep .bizy-timeline-event--end{display:none}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
6558
|
+
}
|
|
6559
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizyTimelineComponent, decorators: [{
|
|
6560
|
+
type: Component,
|
|
6561
|
+
args: [{ selector: 'bizy-timeline', imports: [CommonModule], changeDetection: ChangeDetectionStrategy.OnPush, host: {
|
|
6562
|
+
'[id]': 'id',
|
|
6563
|
+
'[class]': 'customClass'
|
|
6564
|
+
}, template: "<ng-content select=\"bizy-timeline-event\"></ng-content>\n", styles: [":host{font-size:1rem;display:flex;flex-direction:column;align-items:center;row-gap:var(--bizy-timeline-row-gap);height:100%;width:100%}:host:not(:has(.bizy-timeline-event--start:not(:empty))) ::ng-deep bizy-timeline-event{grid-template-columns:fit-content(100%) 1fr!important}:host:not(:has(.bizy-timeline-event--start:not(:empty))) ::ng-deep .bizy-timeline-event--start{display:none}:host:not(:has(.bizy-timeline-event--end:not(:empty))) ::ng-deep bizy-timeline-event{grid-template-columns:1fr fit-content(100%)!important}:host:not(:has(.bizy-timeline-event--end:not(:empty))) ::ng-deep .bizy-timeline-event--end{display:none}\n"] }]
|
|
6565
|
+
}], propDecorators: { id: [{
|
|
6566
|
+
type: Input
|
|
6567
|
+
}], customClass: [{
|
|
6568
|
+
type: Input
|
|
6569
|
+
}] } });
|
|
6570
|
+
|
|
6571
|
+
class BizyTimelineEventComponent {
|
|
6572
|
+
id = `bizy-timeline-event-${Math.random()}`;
|
|
6573
|
+
customClass = '';
|
|
6574
|
+
showLine = true;
|
|
6575
|
+
disabled = false;
|
|
6576
|
+
onSelect = new EventEmitter();
|
|
6577
|
+
_focused = false;
|
|
6578
|
+
_onSelect(event) {
|
|
6579
|
+
if (this.disabled || !this._focused) {
|
|
6580
|
+
return;
|
|
6581
|
+
}
|
|
6582
|
+
this.onSelect.emit(event);
|
|
6583
|
+
}
|
|
6584
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizyTimelineEventComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
6585
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.10", type: BizyTimelineEventComponent, isStandalone: true, selector: "bizy-timeline-event", inputs: { id: "id", customClass: "customClass", showLine: "showLine", disabled: "disabled" }, outputs: { onSelect: "onSelect" }, host: { properties: { "id": "id", "class": "customClass" } }, ngImport: i0, template: "\n<span class=\"bizy-timeline-event--start\">\n <ng-content select=\"[slot=start]\"></ng-content>\n</span>\n\n<span class=\"bizy-timeline-event-content\" [ngClass]=\"{'bizy-timeline-event--disabled': disabled}\">\n\n <button \n type=\"button\"\n (focus)=\"_focused = true\"\n (blur)=\"_focused = false\"\n class=\"bizy-timeline-event-bullet\"\n (click)=\"_focused = true; _onSelect($event)\"\n (keyup.enter)=\"_onSelect($event)\">\n\n <ng-content select=\"[slot=bullet]\"></ng-content>\n \n </button>\n\n <span class=\"bizy-timeline-event-line\" *ngIf=\"showLine\"></span>\n\n</span>\n\n<span class=\"bizy-timeline-event--end\">\n <ng-content select=\"[slot=end]\"></ng-content>\n</span>", styles: [":host{font-size:1rem;display:grid;grid-template-columns:1fr fit-content(100%) 1fr;column-gap:var(--bizy-timeline-event-column-gap);min-height:fit-content;width:100%}.bizy-timeline-event--start,.bizy-timeline-event--end{width:100%}.bizy-timeline-event-content{justify-self:center;display:flex;flex-direction:column;align-items:center;min-width:var(--bizy-timeline-bullet-section-min-width)}.bizy-timeline-event-bullet{min-width:var(--bizy-timeline-bullet-min-width);min-height:var(--bizy-timeline-bullet-min-height);display:grid;place-items:center;border-radius:50%;border:var(--bizy-timeline-bullet-border);background-color:var(--bizy-timeline-bullet-background-color);cursor:pointer;padding:var(--bizy-timeline-bullet-padding)}.bizy-timeline-event--disabled{opacity:.5;cursor:not-allowed!important;pointer-events:none}.bizy-timeline-event-line{min-height:var(--bizy-timeline-line-min-height);width:var(--bizy-timeline-line-width);background-color:var(--bizy-timeline-line-background-color);display:inline-block;border-radius:.3rem;margin-top:var(--bizy-timeline-row-gap)}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
6586
|
+
}
|
|
6587
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizyTimelineEventComponent, decorators: [{
|
|
6588
|
+
type: Component,
|
|
6589
|
+
args: [{ selector: 'bizy-timeline-event', imports: [CommonModule], changeDetection: ChangeDetectionStrategy.OnPush, host: {
|
|
6590
|
+
'[id]': 'id',
|
|
6591
|
+
'[class]': 'customClass'
|
|
6592
|
+
}, template: "\n<span class=\"bizy-timeline-event--start\">\n <ng-content select=\"[slot=start]\"></ng-content>\n</span>\n\n<span class=\"bizy-timeline-event-content\" [ngClass]=\"{'bizy-timeline-event--disabled': disabled}\">\n\n <button \n type=\"button\"\n (focus)=\"_focused = true\"\n (blur)=\"_focused = false\"\n class=\"bizy-timeline-event-bullet\"\n (click)=\"_focused = true; _onSelect($event)\"\n (keyup.enter)=\"_onSelect($event)\">\n\n <ng-content select=\"[slot=bullet]\"></ng-content>\n \n </button>\n\n <span class=\"bizy-timeline-event-line\" *ngIf=\"showLine\"></span>\n\n</span>\n\n<span class=\"bizy-timeline-event--end\">\n <ng-content select=\"[slot=end]\"></ng-content>\n</span>", styles: [":host{font-size:1rem;display:grid;grid-template-columns:1fr fit-content(100%) 1fr;column-gap:var(--bizy-timeline-event-column-gap);min-height:fit-content;width:100%}.bizy-timeline-event--start,.bizy-timeline-event--end{width:100%}.bizy-timeline-event-content{justify-self:center;display:flex;flex-direction:column;align-items:center;min-width:var(--bizy-timeline-bullet-section-min-width)}.bizy-timeline-event-bullet{min-width:var(--bizy-timeline-bullet-min-width);min-height:var(--bizy-timeline-bullet-min-height);display:grid;place-items:center;border-radius:50%;border:var(--bizy-timeline-bullet-border);background-color:var(--bizy-timeline-bullet-background-color);cursor:pointer;padding:var(--bizy-timeline-bullet-padding)}.bizy-timeline-event--disabled{opacity:.5;cursor:not-allowed!important;pointer-events:none}.bizy-timeline-event-line{min-height:var(--bizy-timeline-line-min-height);width:var(--bizy-timeline-line-width);background-color:var(--bizy-timeline-line-background-color);display:inline-block;border-radius:.3rem;margin-top:var(--bizy-timeline-row-gap)}\n"] }]
|
|
6593
|
+
}], propDecorators: { id: [{
|
|
6594
|
+
type: Input
|
|
6595
|
+
}], customClass: [{
|
|
6596
|
+
type: Input
|
|
6597
|
+
}], showLine: [{
|
|
6598
|
+
type: Input
|
|
6599
|
+
}], disabled: [{
|
|
6600
|
+
type: Input
|
|
6601
|
+
}], onSelect: [{
|
|
6602
|
+
type: Output
|
|
6603
|
+
}] } });
|
|
6604
|
+
|
|
6605
|
+
const COMPONENTS$2 = [
|
|
6606
|
+
BizyTimelineComponent,
|
|
6607
|
+
BizyTimelineEventComponent
|
|
6608
|
+
];
|
|
6609
|
+
class BizyTimelineModule {
|
|
6610
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizyTimelineModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
6611
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.10", ngImport: i0, type: BizyTimelineModule, imports: [BizyTimelineComponent,
|
|
6612
|
+
BizyTimelineEventComponent], exports: [BizyTimelineComponent,
|
|
6613
|
+
BizyTimelineEventComponent] });
|
|
6614
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizyTimelineModule, imports: [COMPONENTS$2] });
|
|
6615
|
+
}
|
|
6616
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BizyTimelineModule, decorators: [{
|
|
6546
6617
|
type: NgModule,
|
|
6547
6618
|
args: [{
|
|
6548
6619
|
imports: COMPONENTS$2,
|
|
@@ -8047,5 +8118,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImpo
|
|
|
8047
8118
|
* Generated bundle index. Do not edit.
|
|
8048
8119
|
*/
|
|
8049
8120
|
|
|
8050
|
-
export { BIZY_ANIMATION, BIZY_CALENDAR_DAY, BIZY_CALENDAR_EVENT_ACTION, BIZY_CALENDAR_LANGUAGE, BIZY_CALENDAR_MODE, BIZY_FORMAT_SECONDS_FORMAT, BIZY_FORMAT_SECONDS_LANGUAGE, BIZY_SKELETON_SHAPE, BIZY_TAG_TYPE, BizyAccordionComponent, BizyAccordionModule, BizyAnimationService, BizyAudioPlayerComponent, BizyAudioPlayerModule, BizyAutoFocusDirective, BizyAveragePipe, BizyBarLineChartComponent, BizyBarLineChartModule, BizyBreadcrumbComponent, BizyBreadcrumbModule, BizyButtonComponent, BizyButtonModule, BizyCacheService, BizyCalendarComponent, BizyCalendarModule, BizyCardComponent, BizyCardModule, BizyCheckboxComponent, BizyCheckboxModule, BizyCopyToClipboardDirective, BizyCopyToClipboardService, BizyCurrencyFormatDirective, BizyDatePickerComponent, BizyDatePickerModule, BizyDeviceService, BizyDirectivesModule, BizyEnumToArrayPipe, BizyExportToCSVService, BizyExtractNumbersPipe, BizyFileUploaderComponent, BizyFileUploaderModule, BizyFileUploaderService, BizyFilterComponent, BizyFilterContentComponent, BizyFilterModule, BizyFilterPipe, BizyFilterSectionCheckboxOptionComponent, BizyFilterSectionComponent, BizyFilterSectionRangeOptionComponent, BizyFilterSectionSearchOptionComponent, BizyFilterSectionsComponent, BizyFormComponent, BizyFormModule, BizyFormatSecondsPipe, BizyFormatSecondsService, BizyFullScreenPopupWrapperComponent, BizyGridComponent, BizyGridForDirective, BizyGridModule, BizyGridRowComponent, BizyInputComponent, BizyInputModule, BizyInputOptionComponent, BizyKeyboardService, BizyListComponent, BizyListModule, BizyLoadingDirective, BizyLogService, BizyLongPressDirective, BizyMenuComponent, BizyMenuModule, BizyMenuOptionComponent, BizyMenuTitleComponent, BizyOnlyNumbersDirective, BizyOnlyPhoneDigitsDirective, BizyOrderByPipe, BizyPieChartComponent, BizyPieChartModule, BizyPipesModule, BizyPopupModule, BizyPopupService, BizyPopupWrapperComponent, BizyRadioComponent, BizyRadioModule, BizyRangeFilterPipe, BizyReducePipe, BizyRepeatPipe, BizyRouterService, BizySafePipe, BizySearchPipe, BizySectionCenterComponent, BizySectionComponent, BizySectionEndComponent, BizySectionModule, BizySectionStartComponent, BizySelectComponent, BizySelectModule, BizySelectOptionComponent, BizyServicesModule, BizySetToArrayPipe, BizySidebarComponent, BizySidebarFloatingOptionComponent, BizySidebarFloatingOptionTitleComponent, BizySidebarModule, BizySidebarOptionComponent, BizySkeletonComponent, BizySkeletonModule, BizySliderComponent, BizySliderModule, BizyStorageService, BizyTabComponent, BizyTableColumnArrowsComponent, BizyTableColumnComponent, BizyTableColumnFixedDirective, BizyTableComponent, BizyTableFooterComponent, BizyTableHeaderComponent, BizyTableModule, BizyTableRowComponent, BizyTableRowExpandContentComponent, BizyTableScrollingComponent, BizyTableScrollingDirective, BizyTabsComponent, BizyTabsModule, BizyTagComponent, BizyTagModule, BizyTextEllipsisDirective, BizyToastModule, BizyToastService, BizyToastWrapperComponent, BizyToggleComponent, BizyToggleModule, BizyToolbarComponent, BizyToolbarModule, BizyTooltipDirective, BizyTrackByIdDirective, BizyTranslateModule, BizyTranslatePipe, BizyTranslateService, BizyValidatorService, BizyViewportService, LANGUAGE, LOADING_TYPE, MIME_TYPE };
|
|
8121
|
+
export { BIZY_ANIMATION, BIZY_CALENDAR_DAY, BIZY_CALENDAR_EVENT_ACTION, BIZY_CALENDAR_LANGUAGE, BIZY_CALENDAR_MODE, BIZY_FORMAT_SECONDS_FORMAT, BIZY_FORMAT_SECONDS_LANGUAGE, BIZY_SKELETON_SHAPE, BIZY_TAG_TYPE, BizyAccordionComponent, BizyAccordionModule, BizyAnimationService, BizyAudioPlayerComponent, BizyAudioPlayerModule, BizyAutoFocusDirective, BizyAveragePipe, BizyBarLineChartComponent, BizyBarLineChartModule, BizyBreadcrumbComponent, BizyBreadcrumbModule, BizyButtonComponent, BizyButtonModule, BizyCacheService, BizyCalendarComponent, BizyCalendarModule, BizyCardComponent, BizyCardModule, BizyCheckboxComponent, BizyCheckboxModule, BizyCopyToClipboardDirective, BizyCopyToClipboardService, BizyCurrencyFormatDirective, BizyDatePickerComponent, BizyDatePickerModule, BizyDeviceService, BizyDirectivesModule, BizyEnumToArrayPipe, BizyExportToCSVService, BizyExtractNumbersPipe, BizyFileUploaderComponent, BizyFileUploaderModule, BizyFileUploaderService, BizyFilterComponent, BizyFilterContentComponent, BizyFilterModule, BizyFilterPipe, BizyFilterSectionCheckboxOptionComponent, BizyFilterSectionComponent, BizyFilterSectionRangeOptionComponent, BizyFilterSectionSearchOptionComponent, BizyFilterSectionsComponent, BizyFormComponent, BizyFormModule, BizyFormatSecondsPipe, BizyFormatSecondsService, BizyFullScreenPopupWrapperComponent, BizyGridComponent, BizyGridForDirective, BizyGridModule, BizyGridRowComponent, BizyInputComponent, BizyInputModule, BizyInputOptionComponent, BizyKeyboardService, BizyListComponent, BizyListModule, BizyLoadingDirective, BizyLogService, BizyLongPressDirective, BizyMenuComponent, BizyMenuModule, BizyMenuOptionComponent, BizyMenuTitleComponent, BizyOnlyNumbersDirective, BizyOnlyPhoneDigitsDirective, BizyOrderByPipe, BizyPieChartComponent, BizyPieChartModule, BizyPipesModule, BizyPopupModule, BizyPopupService, BizyPopupWrapperComponent, BizyRadioComponent, BizyRadioModule, BizyRangeFilterPipe, BizyReducePipe, BizyRepeatPipe, BizyRouterService, BizySafePipe, BizySearchPipe, BizySectionCenterComponent, BizySectionComponent, BizySectionEndComponent, BizySectionModule, BizySectionStartComponent, BizySelectComponent, BizySelectModule, BizySelectOptionComponent, BizyServicesModule, BizySetToArrayPipe, BizySidebarComponent, BizySidebarFloatingOptionComponent, BizySidebarFloatingOptionTitleComponent, BizySidebarModule, BizySidebarOptionComponent, BizySkeletonComponent, BizySkeletonModule, BizySliderComponent, BizySliderModule, BizyStorageService, BizyTabComponent, BizyTableColumnArrowsComponent, BizyTableColumnComponent, BizyTableColumnFixedDirective, BizyTableComponent, BizyTableFooterComponent, BizyTableHeaderComponent, BizyTableModule, BizyTableRowComponent, BizyTableRowExpandContentComponent, BizyTableScrollingComponent, BizyTableScrollingDirective, BizyTabsComponent, BizyTabsModule, BizyTagComponent, BizyTagModule, BizyTextEllipsisDirective, BizyTimelineComponent, BizyTimelineEventComponent, BizyTimelineModule, BizyToastModule, BizyToastService, BizyToastWrapperComponent, BizyToggleComponent, BizyToggleModule, BizyToolbarComponent, BizyToolbarModule, BizyTooltipDirective, BizyTrackByIdDirective, BizyTranslateModule, BizyTranslatePipe, BizyTranslateService, BizyValidatorService, BizyViewportService, LANGUAGE, LOADING_TYPE, MIME_TYPE };
|
|
8051
8122
|
//# sourceMappingURL=bizy-core.mjs.map
|