@bizy/core 19.0.28 → 19.0.29
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
CHANGED
|
@@ -82,19 +82,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
82
82
|
type: Output
|
|
83
83
|
}] } });
|
|
84
84
|
|
|
85
|
-
const COMPONENTS$
|
|
85
|
+
const COMPONENTS$q = [
|
|
86
86
|
BizyAccordionComponent,
|
|
87
87
|
];
|
|
88
88
|
class BizyAccordionModule {
|
|
89
89
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyAccordionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
90
90
|
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.1", ngImport: i0, type: BizyAccordionModule, imports: [BizyAccordionComponent], exports: [BizyAccordionComponent] });
|
|
91
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyAccordionModule, imports: [COMPONENTS$
|
|
91
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyAccordionModule, imports: [COMPONENTS$q] });
|
|
92
92
|
}
|
|
93
93
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyAccordionModule, decorators: [{
|
|
94
94
|
type: NgModule,
|
|
95
95
|
args: [{
|
|
96
|
-
imports: COMPONENTS$
|
|
97
|
-
exports: COMPONENTS$
|
|
96
|
+
imports: COMPONENTS$q,
|
|
97
|
+
exports: COMPONENTS$q
|
|
98
98
|
}]
|
|
99
99
|
}] });
|
|
100
100
|
|
|
@@ -136,19 +136,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
136
136
|
type: Output
|
|
137
137
|
}] } });
|
|
138
138
|
|
|
139
|
-
const COMPONENTS$
|
|
139
|
+
const COMPONENTS$p = [
|
|
140
140
|
BizyButtonComponent,
|
|
141
141
|
];
|
|
142
142
|
class BizyButtonModule {
|
|
143
143
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
144
144
|
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.1", ngImport: i0, type: BizyButtonModule, imports: [BizyButtonComponent], exports: [BizyButtonComponent] });
|
|
145
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyButtonModule, imports: [COMPONENTS$
|
|
145
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyButtonModule, imports: [COMPONENTS$p] });
|
|
146
146
|
}
|
|
147
147
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyButtonModule, decorators: [{
|
|
148
148
|
type: NgModule,
|
|
149
149
|
args: [{
|
|
150
|
-
imports: COMPONENTS$
|
|
151
|
-
exports: COMPONENTS$
|
|
150
|
+
imports: COMPONENTS$p,
|
|
151
|
+
exports: COMPONENTS$p
|
|
152
152
|
}]
|
|
153
153
|
}] });
|
|
154
154
|
|
|
@@ -258,19 +258,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
258
258
|
type: Input
|
|
259
259
|
}] } });
|
|
260
260
|
|
|
261
|
-
const COMPONENTS$
|
|
261
|
+
const COMPONENTS$o = [
|
|
262
262
|
BizyAudioPlayerComponent,
|
|
263
263
|
];
|
|
264
264
|
class BizyAudioPlayerModule {
|
|
265
265
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyAudioPlayerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
266
266
|
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.1", ngImport: i0, type: BizyAudioPlayerModule, imports: [BizyAudioPlayerComponent], exports: [BizyAudioPlayerComponent] });
|
|
267
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyAudioPlayerModule, imports: [COMPONENTS$
|
|
267
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyAudioPlayerModule, imports: [COMPONENTS$o] });
|
|
268
268
|
}
|
|
269
269
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyAudioPlayerModule, decorators: [{
|
|
270
270
|
type: NgModule,
|
|
271
271
|
args: [{
|
|
272
|
-
imports: COMPONENTS$
|
|
273
|
-
exports: COMPONENTS$
|
|
272
|
+
imports: COMPONENTS$o,
|
|
273
|
+
exports: COMPONENTS$o
|
|
274
274
|
}]
|
|
275
275
|
}] });
|
|
276
276
|
|
|
@@ -643,19 +643,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
643
643
|
type: Input
|
|
644
644
|
}] } });
|
|
645
645
|
|
|
646
|
-
const COMPONENTS$
|
|
646
|
+
const COMPONENTS$n = [
|
|
647
647
|
BizyBarLineChartComponent,
|
|
648
648
|
];
|
|
649
649
|
class BizyBarLineChartModule {
|
|
650
650
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyBarLineChartModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
651
651
|
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.1", ngImport: i0, type: BizyBarLineChartModule, imports: [BizyBarLineChartComponent], exports: [BizyBarLineChartComponent] });
|
|
652
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyBarLineChartModule, imports: [COMPONENTS$
|
|
652
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyBarLineChartModule, imports: [COMPONENTS$n] });
|
|
653
653
|
}
|
|
654
654
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyBarLineChartModule, decorators: [{
|
|
655
655
|
type: NgModule,
|
|
656
656
|
args: [{
|
|
657
|
-
imports: COMPONENTS$
|
|
658
|
-
exports: COMPONENTS$
|
|
657
|
+
imports: COMPONENTS$n,
|
|
658
|
+
exports: COMPONENTS$n
|
|
659
659
|
}]
|
|
660
660
|
}] });
|
|
661
661
|
|
|
@@ -716,19 +716,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
716
716
|
type: Input
|
|
717
717
|
}] } });
|
|
718
718
|
|
|
719
|
-
const COMPONENTS$
|
|
719
|
+
const COMPONENTS$m = [
|
|
720
720
|
BizyBreadcrumbComponent,
|
|
721
721
|
];
|
|
722
722
|
class BizyBreadcrumbModule {
|
|
723
723
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyBreadcrumbModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
724
724
|
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.1", ngImport: i0, type: BizyBreadcrumbModule, imports: [BizyBreadcrumbComponent], exports: [BizyBreadcrumbComponent] });
|
|
725
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyBreadcrumbModule, imports: [COMPONENTS$
|
|
725
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyBreadcrumbModule, imports: [COMPONENTS$m] });
|
|
726
726
|
}
|
|
727
727
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyBreadcrumbModule, decorators: [{
|
|
728
728
|
type: NgModule,
|
|
729
729
|
args: [{
|
|
730
|
-
imports: COMPONENTS$
|
|
731
|
-
exports: COMPONENTS$
|
|
730
|
+
imports: COMPONENTS$m,
|
|
731
|
+
exports: COMPONENTS$m
|
|
732
732
|
}]
|
|
733
733
|
}] });
|
|
734
734
|
|
|
@@ -989,19 +989,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
989
989
|
type: Input
|
|
990
990
|
}] } });
|
|
991
991
|
|
|
992
|
-
const COMPONENTS$
|
|
992
|
+
const COMPONENTS$l = [
|
|
993
993
|
BizyCalendarComponent,
|
|
994
994
|
];
|
|
995
995
|
class BizyCalendarModule {
|
|
996
996
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyCalendarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
997
997
|
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.1", ngImport: i0, type: BizyCalendarModule, imports: [BizyCalendarComponent], exports: [BizyCalendarComponent] });
|
|
998
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyCalendarModule, imports: [COMPONENTS$
|
|
998
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyCalendarModule, imports: [COMPONENTS$l] });
|
|
999
999
|
}
|
|
1000
1000
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyCalendarModule, decorators: [{
|
|
1001
1001
|
type: NgModule,
|
|
1002
1002
|
args: [{
|
|
1003
|
-
imports: COMPONENTS$
|
|
1004
|
-
exports: COMPONENTS$
|
|
1003
|
+
imports: COMPONENTS$l,
|
|
1004
|
+
exports: COMPONENTS$l
|
|
1005
1005
|
}]
|
|
1006
1006
|
}] });
|
|
1007
1007
|
|
|
@@ -1035,19 +1035,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
1035
1035
|
type: Output
|
|
1036
1036
|
}] } });
|
|
1037
1037
|
|
|
1038
|
-
const COMPONENTS$
|
|
1038
|
+
const COMPONENTS$k = [
|
|
1039
1039
|
BizyCardComponent,
|
|
1040
1040
|
];
|
|
1041
1041
|
class BizyCardModule {
|
|
1042
1042
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyCardModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1043
1043
|
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.1", ngImport: i0, type: BizyCardModule, imports: [BizyCardComponent], exports: [BizyCardComponent] });
|
|
1044
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyCardModule, imports: [COMPONENTS$
|
|
1044
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyCardModule, imports: [COMPONENTS$k] });
|
|
1045
1045
|
}
|
|
1046
1046
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyCardModule, decorators: [{
|
|
1047
1047
|
type: NgModule,
|
|
1048
1048
|
args: [{
|
|
1049
|
-
imports: COMPONENTS$
|
|
1050
|
-
exports: COMPONENTS$
|
|
1049
|
+
imports: COMPONENTS$k,
|
|
1050
|
+
exports: COMPONENTS$k
|
|
1051
1051
|
}]
|
|
1052
1052
|
}] });
|
|
1053
1053
|
|
|
@@ -1083,19 +1083,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
1083
1083
|
type: Output
|
|
1084
1084
|
}] } });
|
|
1085
1085
|
|
|
1086
|
-
const COMPONENTS$
|
|
1086
|
+
const COMPONENTS$j = [
|
|
1087
1087
|
BizyCheckboxComponent,
|
|
1088
1088
|
];
|
|
1089
1089
|
class BizyCheckboxModule {
|
|
1090
1090
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyCheckboxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1091
1091
|
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.1", ngImport: i0, type: BizyCheckboxModule, imports: [BizyCheckboxComponent], exports: [BizyCheckboxComponent] });
|
|
1092
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyCheckboxModule, imports: [COMPONENTS$
|
|
1092
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyCheckboxModule, imports: [COMPONENTS$j] });
|
|
1093
1093
|
}
|
|
1094
1094
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyCheckboxModule, decorators: [{
|
|
1095
1095
|
type: NgModule,
|
|
1096
1096
|
args: [{
|
|
1097
|
-
imports: COMPONENTS$
|
|
1098
|
-
exports: COMPONENTS$
|
|
1097
|
+
imports: COMPONENTS$j,
|
|
1098
|
+
exports: COMPONENTS$j
|
|
1099
1099
|
}]
|
|
1100
1100
|
}] });
|
|
1101
1101
|
|
|
@@ -1609,19 +1609,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
1609
1609
|
type: Input
|
|
1610
1610
|
}] } });
|
|
1611
1611
|
|
|
1612
|
-
const COMPONENTS$
|
|
1612
|
+
const COMPONENTS$i = [
|
|
1613
1613
|
BizyDatePickerComponent,
|
|
1614
1614
|
];
|
|
1615
1615
|
class BizyDatePickerModule {
|
|
1616
1616
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyDatePickerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1617
1617
|
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.1", ngImport: i0, type: BizyDatePickerModule, imports: [BizyDatePickerComponent], exports: [BizyDatePickerComponent] });
|
|
1618
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyDatePickerModule, imports: [COMPONENTS$
|
|
1618
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyDatePickerModule, imports: [COMPONENTS$i] });
|
|
1619
1619
|
}
|
|
1620
1620
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyDatePickerModule, decorators: [{
|
|
1621
1621
|
type: NgModule,
|
|
1622
1622
|
args: [{
|
|
1623
|
-
imports: COMPONENTS$
|
|
1624
|
-
exports: COMPONENTS$
|
|
1623
|
+
imports: COMPONENTS$i,
|
|
1624
|
+
exports: COMPONENTS$i
|
|
1625
1625
|
}]
|
|
1626
1626
|
}] });
|
|
1627
1627
|
|
|
@@ -1961,7 +1961,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
1961
1961
|
type: Output
|
|
1962
1962
|
}] } });
|
|
1963
1963
|
|
|
1964
|
-
const COMPONENTS$
|
|
1964
|
+
const COMPONENTS$h = [
|
|
1965
1965
|
BizyFileUploaderComponent,
|
|
1966
1966
|
];
|
|
1967
1967
|
class BizyFileUploaderModule {
|
|
@@ -1972,8 +1972,8 @@ class BizyFileUploaderModule {
|
|
|
1972
1972
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyFileUploaderModule, decorators: [{
|
|
1973
1973
|
type: NgModule,
|
|
1974
1974
|
args: [{
|
|
1975
|
-
imports: COMPONENTS$
|
|
1976
|
-
exports: COMPONENTS$
|
|
1975
|
+
imports: COMPONENTS$h,
|
|
1976
|
+
exports: COMPONENTS$h,
|
|
1977
1977
|
providers: [BizyFileUploaderService]
|
|
1978
1978
|
}]
|
|
1979
1979
|
}] });
|
|
@@ -2567,7 +2567,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
2567
2567
|
}]
|
|
2568
2568
|
}] });
|
|
2569
2569
|
|
|
2570
|
-
const COMPONENTS$
|
|
2570
|
+
const COMPONENTS$g = [
|
|
2571
2571
|
BizyFilterComponent,
|
|
2572
2572
|
BizyFilterContentComponent,
|
|
2573
2573
|
BizyFilterSectionCheckboxOptionComponent,
|
|
@@ -2602,8 +2602,8 @@ class BizyFilterModule {
|
|
|
2602
2602
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyFilterModule, decorators: [{
|
|
2603
2603
|
type: NgModule,
|
|
2604
2604
|
args: [{
|
|
2605
|
-
imports: COMPONENTS$
|
|
2606
|
-
exports: COMPONENTS$
|
|
2605
|
+
imports: COMPONENTS$g.concat(PIPES$1),
|
|
2606
|
+
exports: COMPONENTS$g.concat(PIPES$1),
|
|
2607
2607
|
providers: PIPES$1
|
|
2608
2608
|
}]
|
|
2609
2609
|
}] });
|
|
@@ -2863,19 +2863,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
2863
2863
|
type: Input
|
|
2864
2864
|
}] } });
|
|
2865
2865
|
|
|
2866
|
-
const COMPONENTS$
|
|
2866
|
+
const COMPONENTS$f = [
|
|
2867
2867
|
BizyFormComponent,
|
|
2868
2868
|
];
|
|
2869
2869
|
class BizyFormModule {
|
|
2870
2870
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyFormModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2871
2871
|
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.1", ngImport: i0, type: BizyFormModule, imports: [BizyFormComponent], exports: [BizyFormComponent] });
|
|
2872
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyFormModule, imports: [COMPONENTS$
|
|
2872
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyFormModule, imports: [COMPONENTS$f] });
|
|
2873
2873
|
}
|
|
2874
2874
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyFormModule, decorators: [{
|
|
2875
2875
|
type: NgModule,
|
|
2876
2876
|
args: [{
|
|
2877
|
-
imports: COMPONENTS$
|
|
2878
|
-
exports: COMPONENTS$
|
|
2877
|
+
imports: COMPONENTS$f,
|
|
2878
|
+
exports: COMPONENTS$f,
|
|
2879
2879
|
}]
|
|
2880
2880
|
}] });
|
|
2881
2881
|
|
|
@@ -3072,7 +3072,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
3072
3072
|
type: Input
|
|
3073
3073
|
}] } });
|
|
3074
3074
|
|
|
3075
|
-
const COMPONENTS$
|
|
3075
|
+
const COMPONENTS$e = [
|
|
3076
3076
|
BizyGridComponent,
|
|
3077
3077
|
BizyGridRowComponent
|
|
3078
3078
|
];
|
|
@@ -3090,12 +3090,12 @@ class BizyGridModule {
|
|
|
3090
3090
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyGridModule, decorators: [{
|
|
3091
3091
|
type: NgModule,
|
|
3092
3092
|
args: [{
|
|
3093
|
-
imports: COMPONENTS$
|
|
3094
|
-
exports: COMPONENTS$
|
|
3093
|
+
imports: COMPONENTS$e.concat(DIRECTIVES$2),
|
|
3094
|
+
exports: COMPONENTS$e.concat(DIRECTIVES$2),
|
|
3095
3095
|
}]
|
|
3096
3096
|
}] });
|
|
3097
3097
|
|
|
3098
|
-
const COMPONENTS$
|
|
3098
|
+
const COMPONENTS$d = [
|
|
3099
3099
|
BizyInputComponent,
|
|
3100
3100
|
BizyInputOptionComponent
|
|
3101
3101
|
];
|
|
@@ -3104,13 +3104,13 @@ class BizyInputModule {
|
|
|
3104
3104
|
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.1", ngImport: i0, type: BizyInputModule, imports: [BizyInputComponent,
|
|
3105
3105
|
BizyInputOptionComponent], exports: [BizyInputComponent,
|
|
3106
3106
|
BizyInputOptionComponent] });
|
|
3107
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyInputModule, imports: [COMPONENTS$
|
|
3107
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyInputModule, imports: [COMPONENTS$d] });
|
|
3108
3108
|
}
|
|
3109
3109
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyInputModule, decorators: [{
|
|
3110
3110
|
type: NgModule,
|
|
3111
3111
|
args: [{
|
|
3112
|
-
imports: COMPONENTS$
|
|
3113
|
-
exports: COMPONENTS$
|
|
3112
|
+
imports: COMPONENTS$d,
|
|
3113
|
+
exports: COMPONENTS$d,
|
|
3114
3114
|
}]
|
|
3115
3115
|
}] });
|
|
3116
3116
|
|
|
@@ -3129,19 +3129,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
3129
3129
|
type: Input
|
|
3130
3130
|
}] } });
|
|
3131
3131
|
|
|
3132
|
-
const COMPONENTS$
|
|
3132
|
+
const COMPONENTS$c = [
|
|
3133
3133
|
BizyListComponent,
|
|
3134
3134
|
];
|
|
3135
3135
|
class BizyListModule {
|
|
3136
3136
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3137
3137
|
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.1", ngImport: i0, type: BizyListModule, imports: [BizyListComponent], exports: [BizyListComponent] });
|
|
3138
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyListModule, imports: [COMPONENTS$
|
|
3138
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyListModule, imports: [COMPONENTS$c] });
|
|
3139
3139
|
}
|
|
3140
3140
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyListModule, decorators: [{
|
|
3141
3141
|
type: NgModule,
|
|
3142
3142
|
args: [{
|
|
3143
|
-
imports: COMPONENTS$
|
|
3144
|
-
exports: COMPONENTS$
|
|
3143
|
+
imports: COMPONENTS$c,
|
|
3144
|
+
exports: COMPONENTS$c,
|
|
3145
3145
|
}]
|
|
3146
3146
|
}] });
|
|
3147
3147
|
|
|
@@ -3271,7 +3271,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
3271
3271
|
type: Input
|
|
3272
3272
|
}] } });
|
|
3273
3273
|
|
|
3274
|
-
const COMPONENTS$
|
|
3274
|
+
const COMPONENTS$b = [
|
|
3275
3275
|
BizyMenuComponent,
|
|
3276
3276
|
BizyMenuOptionComponent,
|
|
3277
3277
|
BizyMenuTitleComponent
|
|
@@ -3289,8 +3289,8 @@ class BizyMenuModule {
|
|
|
3289
3289
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyMenuModule, decorators: [{
|
|
3290
3290
|
type: NgModule,
|
|
3291
3291
|
args: [{
|
|
3292
|
-
imports: COMPONENTS$
|
|
3293
|
-
exports: COMPONENTS$
|
|
3292
|
+
imports: COMPONENTS$b,
|
|
3293
|
+
exports: COMPONENTS$b,
|
|
3294
3294
|
}]
|
|
3295
3295
|
}] });
|
|
3296
3296
|
|
|
@@ -3558,19 +3558,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
3558
3558
|
type: Input
|
|
3559
3559
|
}] } });
|
|
3560
3560
|
|
|
3561
|
-
const COMPONENTS$
|
|
3561
|
+
const COMPONENTS$a = [
|
|
3562
3562
|
BizyPieChartComponent,
|
|
3563
3563
|
];
|
|
3564
3564
|
class BizyPieChartModule {
|
|
3565
3565
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyPieChartModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3566
3566
|
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.1", ngImport: i0, type: BizyPieChartModule, imports: [BizyPieChartComponent], exports: [BizyPieChartComponent] });
|
|
3567
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyPieChartModule, imports: [COMPONENTS$
|
|
3567
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyPieChartModule, imports: [COMPONENTS$a] });
|
|
3568
3568
|
}
|
|
3569
3569
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyPieChartModule, decorators: [{
|
|
3570
3570
|
type: NgModule,
|
|
3571
3571
|
args: [{
|
|
3572
|
-
imports: COMPONENTS$
|
|
3573
|
-
exports: COMPONENTS$
|
|
3572
|
+
imports: COMPONENTS$a,
|
|
3573
|
+
exports: COMPONENTS$a,
|
|
3574
3574
|
}]
|
|
3575
3575
|
}] });
|
|
3576
3576
|
|
|
@@ -3708,23 +3708,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
3708
3708
|
type: Output
|
|
3709
3709
|
}] } });
|
|
3710
3710
|
|
|
3711
|
-
const COMPONENTS$
|
|
3711
|
+
const COMPONENTS$9 = [
|
|
3712
3712
|
BizyRadioComponent,
|
|
3713
3713
|
];
|
|
3714
3714
|
class BizyRadioModule {
|
|
3715
3715
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyRadioModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3716
3716
|
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.1", ngImport: i0, type: BizyRadioModule, imports: [BizyRadioComponent], exports: [BizyRadioComponent] });
|
|
3717
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyRadioModule, imports: [COMPONENTS$
|
|
3717
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyRadioModule, imports: [COMPONENTS$9] });
|
|
3718
3718
|
}
|
|
3719
3719
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyRadioModule, decorators: [{
|
|
3720
3720
|
type: NgModule,
|
|
3721
3721
|
args: [{
|
|
3722
|
-
imports: COMPONENTS$
|
|
3723
|
-
exports: COMPONENTS$
|
|
3722
|
+
imports: COMPONENTS$9,
|
|
3723
|
+
exports: COMPONENTS$9,
|
|
3724
3724
|
}]
|
|
3725
3725
|
}] });
|
|
3726
3726
|
|
|
3727
|
-
const COMPONENTS$
|
|
3727
|
+
const COMPONENTS$8 = [
|
|
3728
3728
|
BizySelectComponent,
|
|
3729
3729
|
BizySelectOptionComponent
|
|
3730
3730
|
];
|
|
@@ -3733,13 +3733,13 @@ class BizySelectModule {
|
|
|
3733
3733
|
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.1", ngImport: i0, type: BizySelectModule, imports: [BizySelectComponent,
|
|
3734
3734
|
BizySelectOptionComponent], exports: [BizySelectComponent,
|
|
3735
3735
|
BizySelectOptionComponent] });
|
|
3736
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizySelectModule, imports: [COMPONENTS$
|
|
3736
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizySelectModule, imports: [COMPONENTS$8] });
|
|
3737
3737
|
}
|
|
3738
3738
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizySelectModule, decorators: [{
|
|
3739
3739
|
type: NgModule,
|
|
3740
3740
|
args: [{
|
|
3741
|
-
imports: COMPONENTS$
|
|
3742
|
-
exports: COMPONENTS$
|
|
3741
|
+
imports: COMPONENTS$8,
|
|
3742
|
+
exports: COMPONENTS$8,
|
|
3743
3743
|
}]
|
|
3744
3744
|
}] });
|
|
3745
3745
|
|
|
@@ -4096,7 +4096,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
4096
4096
|
type: Input
|
|
4097
4097
|
}] } });
|
|
4098
4098
|
|
|
4099
|
-
const COMPONENTS$
|
|
4099
|
+
const COMPONENTS$7 = [
|
|
4100
4100
|
BizySidebarComponent,
|
|
4101
4101
|
BizySidebarFloatingOptionComponent,
|
|
4102
4102
|
BizySidebarFloatingOptionTitleComponent,
|
|
@@ -4118,8 +4118,8 @@ class BizySidebarModule {
|
|
|
4118
4118
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizySidebarModule, decorators: [{
|
|
4119
4119
|
type: NgModule,
|
|
4120
4120
|
args: [{
|
|
4121
|
-
imports: COMPONENTS$
|
|
4122
|
-
exports: COMPONENTS$
|
|
4121
|
+
imports: COMPONENTS$7,
|
|
4122
|
+
exports: COMPONENTS$7,
|
|
4123
4123
|
}]
|
|
4124
4124
|
}] });
|
|
4125
4125
|
|
|
@@ -4154,19 +4154,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
4154
4154
|
type: Input
|
|
4155
4155
|
}] } });
|
|
4156
4156
|
|
|
4157
|
-
const COMPONENTS$
|
|
4157
|
+
const COMPONENTS$6 = [
|
|
4158
4158
|
BizySkeletonComponent,
|
|
4159
4159
|
];
|
|
4160
4160
|
class BizySkeletonModule {
|
|
4161
4161
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizySkeletonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
4162
4162
|
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.1", ngImport: i0, type: BizySkeletonModule, imports: [BizySkeletonComponent], exports: [BizySkeletonComponent] });
|
|
4163
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizySkeletonModule, imports: [COMPONENTS$
|
|
4163
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizySkeletonModule, imports: [COMPONENTS$6] });
|
|
4164
4164
|
}
|
|
4165
4165
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizySkeletonModule, decorators: [{
|
|
4166
4166
|
type: NgModule,
|
|
4167
4167
|
args: [{
|
|
4168
|
-
imports: COMPONENTS$
|
|
4169
|
-
exports: COMPONENTS$
|
|
4168
|
+
imports: COMPONENTS$6,
|
|
4169
|
+
exports: COMPONENTS$6,
|
|
4170
4170
|
}]
|
|
4171
4171
|
}] });
|
|
4172
4172
|
|
|
@@ -4236,19 +4236,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
4236
4236
|
type: Input
|
|
4237
4237
|
}] } });
|
|
4238
4238
|
|
|
4239
|
-
const COMPONENTS$
|
|
4239
|
+
const COMPONENTS$5 = [
|
|
4240
4240
|
BizySliderComponent,
|
|
4241
4241
|
];
|
|
4242
4242
|
class BizySliderModule {
|
|
4243
4243
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizySliderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
4244
4244
|
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.1", ngImport: i0, type: BizySliderModule, imports: [BizySliderComponent], exports: [BizySliderComponent] });
|
|
4245
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizySliderModule, imports: [COMPONENTS$
|
|
4245
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizySliderModule, imports: [COMPONENTS$5] });
|
|
4246
4246
|
}
|
|
4247
4247
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizySliderModule, decorators: [{
|
|
4248
4248
|
type: NgModule,
|
|
4249
4249
|
args: [{
|
|
4250
|
-
imports: COMPONENTS$
|
|
4251
|
-
exports: COMPONENTS$
|
|
4250
|
+
imports: COMPONENTS$5,
|
|
4251
|
+
exports: COMPONENTS$5,
|
|
4252
4252
|
}]
|
|
4253
4253
|
}] });
|
|
4254
4254
|
|
|
@@ -4889,7 +4889,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
4889
4889
|
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"] }]
|
|
4890
4890
|
}] });
|
|
4891
4891
|
|
|
4892
|
-
const COMPONENTS$
|
|
4892
|
+
const COMPONENTS$4 = [
|
|
4893
4893
|
BizyTableComponent,
|
|
4894
4894
|
BizyTableColumnComponent,
|
|
4895
4895
|
BizyTableColumnArrowsComponent,
|
|
@@ -4930,8 +4930,8 @@ class BizyTableModule {
|
|
|
4930
4930
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyTableModule, decorators: [{
|
|
4931
4931
|
type: NgModule,
|
|
4932
4932
|
args: [{
|
|
4933
|
-
imports: COMPONENTS$
|
|
4934
|
-
exports: COMPONENTS$
|
|
4933
|
+
imports: COMPONENTS$4.concat(DIRECTIVES$1),
|
|
4934
|
+
exports: COMPONENTS$4.concat(DIRECTIVES$1),
|
|
4935
4935
|
}]
|
|
4936
4936
|
}] });
|
|
4937
4937
|
|
|
@@ -5050,7 +5050,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
5050
5050
|
type: Input
|
|
5051
5051
|
}] } });
|
|
5052
5052
|
|
|
5053
|
-
const COMPONENTS$
|
|
5053
|
+
const COMPONENTS$3 = [
|
|
5054
5054
|
BizyTabsComponent,
|
|
5055
5055
|
BizyTabComponent
|
|
5056
5056
|
];
|
|
@@ -5059,13 +5059,13 @@ class BizyTabsModule {
|
|
|
5059
5059
|
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.1", ngImport: i0, type: BizyTabsModule, imports: [BizyTabsComponent,
|
|
5060
5060
|
BizyTabComponent], exports: [BizyTabsComponent,
|
|
5061
5061
|
BizyTabComponent] });
|
|
5062
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyTabsModule, imports: [COMPONENTS$
|
|
5062
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyTabsModule, imports: [COMPONENTS$3] });
|
|
5063
5063
|
}
|
|
5064
5064
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyTabsModule, decorators: [{
|
|
5065
5065
|
type: NgModule,
|
|
5066
5066
|
args: [{
|
|
5067
|
-
imports: COMPONENTS$
|
|
5068
|
-
exports: COMPONENTS$
|
|
5067
|
+
imports: COMPONENTS$3,
|
|
5068
|
+
exports: COMPONENTS$3,
|
|
5069
5069
|
}]
|
|
5070
5070
|
}] });
|
|
5071
5071
|
|
|
@@ -5100,19 +5100,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
5100
5100
|
type: Output
|
|
5101
5101
|
}] } });
|
|
5102
5102
|
|
|
5103
|
-
const COMPONENTS$
|
|
5103
|
+
const COMPONENTS$2 = [
|
|
5104
5104
|
BizyTagComponent,
|
|
5105
5105
|
];
|
|
5106
5106
|
class BizyTagModule {
|
|
5107
5107
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyTagModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
5108
5108
|
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.1", ngImport: i0, type: BizyTagModule, imports: [BizyTagComponent], exports: [BizyTagComponent] });
|
|
5109
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyTagModule, imports: [COMPONENTS$
|
|
5109
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyTagModule, imports: [COMPONENTS$2] });
|
|
5110
5110
|
}
|
|
5111
5111
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyTagModule, decorators: [{
|
|
5112
5112
|
type: NgModule,
|
|
5113
5113
|
args: [{
|
|
5114
|
-
imports: COMPONENTS$
|
|
5115
|
-
exports: COMPONENTS$
|
|
5114
|
+
imports: COMPONENTS$2,
|
|
5115
|
+
exports: COMPONENTS$2,
|
|
5116
5116
|
}]
|
|
5117
5117
|
}] });
|
|
5118
5118
|
|
|
@@ -5287,6 +5287,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
5287
5287
|
type: Output
|
|
5288
5288
|
}] } });
|
|
5289
5289
|
|
|
5290
|
+
const COMPONENTS$1 = [
|
|
5291
|
+
BizyToggleComponent,
|
|
5292
|
+
];
|
|
5293
|
+
class BizyToggleModule {
|
|
5294
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyToggleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
5295
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.1", ngImport: i0, type: BizyToggleModule, imports: [BizyToggleComponent], exports: [BizyToggleComponent] });
|
|
5296
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyToggleModule, imports: [COMPONENTS$1] });
|
|
5297
|
+
}
|
|
5298
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyToggleModule, decorators: [{
|
|
5299
|
+
type: NgModule,
|
|
5300
|
+
args: [{
|
|
5301
|
+
imports: COMPONENTS$1,
|
|
5302
|
+
exports: COMPONENTS$1,
|
|
5303
|
+
}]
|
|
5304
|
+
}] });
|
|
5305
|
+
|
|
5290
5306
|
class BizyToolbarComponent {
|
|
5291
5307
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyToolbarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
5292
5308
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: BizyToolbarComponent, isStandalone: true, selector: "bizy-toolbar", ngImport: i0, template: "<div class=\"bizy-toolbar\">\n\n <span class=\"bizy-toolbar__start\">\n \n <ng-content select=\"[slot=start]\"></ng-content>\n\n </span>\n\n <span class=\"bizy-toolbar__end\">\n\n <ng-content select=\"[slot=end]\"></ng-content>\n\n </span>\n\n</div>\n", styles: [":host{font-size:1rem}.bizy-toolbar{height:var(--bizy-toolbar-height);width:100%;background-color:var(--bizy-toolbar-background-color);display:flex;align-items:center;justify-content:space-between;column-gap:var(--bizy-toolbar-column-gap);padding:var(--bizy-toolbar-padding)}.bizy-toolbar__start{height:100%;display:flex;align-items:center;column-gap:var(--bizy-toolbar-column-gap)}.bizy-toolbar__end{height:100%;display:flex;align-items:center;justify-content:flex-end;column-gap:var(--bizy-toolbar-column-gap)}::ng-deep .bizy-toolbar *[toolbar-option]{height:100%}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
@@ -7468,5 +7484,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
7468
7484
|
* Generated bundle index. Do not edit.
|
|
7469
7485
|
*/
|
|
7470
7486
|
|
|
7471
|
-
export { BIZY_CALENDAR_DAY, BIZY_CALENDAR_EVENT_ACTION, BIZY_CALENDAR_LANGUAGE, BIZY_CALENDAR_MODE, BIZY_SKELETON_SHAPE, BIZY_TAG_TYPE, BizyAccordionComponent, BizyAccordionModule, BizyAnimationService, BizyAudioPlayerComponent, BizyAudioPlayerModule, BizyAveragePipe, BizyBarLineChartComponent, BizyBarLineChartModule, BizyBreadcrumbComponent, BizyBreadcrumbModule, BizyButtonComponent, BizyButtonModule, BizyCacheService, BizyCalendarComponent, BizyCalendarModule, BizyCardComponent, BizyCardModule, BizyCheckboxComponent, BizyCheckboxModule, BizyCopyToClipboardDirective, BizyCopyToClipboardService, BizyCurrencyFormatDirective, BizyDatePickerComponent, BizyDatePickerModule, BizyDirectivesModule, BizyEnumToArrayPipe, BizyExportToCSVService, BizyFileUploaderComponent, BizyFileUploaderModule, BizyFileUploaderService, BizyFilterComponent, BizyFilterContentComponent, BizyFilterModule, BizyFilterPipe, BizyFilterSectionCheckboxOptionComponent, BizyFilterSectionComponent, BizyFilterSectionRangeOptionComponent, BizyFilterSectionSearchOptionComponent, BizyFilterSectionsComponent, BizyFormComponent, BizyFormModule, BizyFormatSecondsPipe, 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, BizySelectComponent, BizySelectModule, BizySelectOptionComponent, BizySelectedPipe, 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, BizyToolbarComponent, BizyToolbarModule, BizyTooltipDirective, BizyTrackByIdDirective, BizyTranslateModule, BizyTranslatePipe, BizyTranslateService, BizyUserAgentService, BizyValidatorService, BizyViewportService, LANGUAGE, LOADING_TYPE, MIME_TYPE };
|
|
7487
|
+
export { BIZY_CALENDAR_DAY, BIZY_CALENDAR_EVENT_ACTION, BIZY_CALENDAR_LANGUAGE, BIZY_CALENDAR_MODE, BIZY_SKELETON_SHAPE, BIZY_TAG_TYPE, BizyAccordionComponent, BizyAccordionModule, BizyAnimationService, BizyAudioPlayerComponent, BizyAudioPlayerModule, BizyAveragePipe, BizyBarLineChartComponent, BizyBarLineChartModule, BizyBreadcrumbComponent, BizyBreadcrumbModule, BizyButtonComponent, BizyButtonModule, BizyCacheService, BizyCalendarComponent, BizyCalendarModule, BizyCardComponent, BizyCardModule, BizyCheckboxComponent, BizyCheckboxModule, BizyCopyToClipboardDirective, BizyCopyToClipboardService, BizyCurrencyFormatDirective, BizyDatePickerComponent, BizyDatePickerModule, BizyDirectivesModule, BizyEnumToArrayPipe, BizyExportToCSVService, BizyFileUploaderComponent, BizyFileUploaderModule, BizyFileUploaderService, BizyFilterComponent, BizyFilterContentComponent, BizyFilterModule, BizyFilterPipe, BizyFilterSectionCheckboxOptionComponent, BizyFilterSectionComponent, BizyFilterSectionRangeOptionComponent, BizyFilterSectionSearchOptionComponent, BizyFilterSectionsComponent, BizyFormComponent, BizyFormModule, BizyFormatSecondsPipe, 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, BizySelectComponent, BizySelectModule, BizySelectOptionComponent, BizySelectedPipe, 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, BizyUserAgentService, BizyValidatorService, BizyViewportService, LANGUAGE, LOADING_TYPE, MIME_TYPE };
|
|
7472
7488
|
//# sourceMappingURL=bizy-core.mjs.map
|