@bizy/core 19.0.28 → 19.0.30
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,8 +2567,9 @@ 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
|
+
BizyFilterSectionComponent,
|
|
2572
2573
|
BizyFilterContentComponent,
|
|
2573
2574
|
BizyFilterSectionCheckboxOptionComponent,
|
|
2574
2575
|
BizyFilterSectionRangeOptionComponent,
|
|
@@ -2582,12 +2583,14 @@ const PIPES$1 = [
|
|
|
2582
2583
|
class BizyFilterModule {
|
|
2583
2584
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyFilterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2584
2585
|
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.1", ngImport: i0, type: BizyFilterModule, imports: [BizyFilterComponent,
|
|
2586
|
+
BizyFilterSectionComponent,
|
|
2585
2587
|
BizyFilterContentComponent,
|
|
2586
2588
|
BizyFilterSectionCheckboxOptionComponent,
|
|
2587
2589
|
BizyFilterSectionRangeOptionComponent,
|
|
2588
2590
|
BizyFilterSectionSearchOptionComponent,
|
|
2589
2591
|
BizyFilterSectionsComponent, BizyFilterPipe,
|
|
2590
2592
|
BizyRangeFilterPipe], exports: [BizyFilterComponent,
|
|
2593
|
+
BizyFilterSectionComponent,
|
|
2591
2594
|
BizyFilterContentComponent,
|
|
2592
2595
|
BizyFilterSectionCheckboxOptionComponent,
|
|
2593
2596
|
BizyFilterSectionRangeOptionComponent,
|
|
@@ -2595,6 +2598,7 @@ class BizyFilterModule {
|
|
|
2595
2598
|
BizyFilterSectionsComponent, BizyFilterPipe,
|
|
2596
2599
|
BizyRangeFilterPipe] });
|
|
2597
2600
|
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyFilterModule, providers: PIPES$1, imports: [BizyFilterComponent,
|
|
2601
|
+
BizyFilterSectionComponent,
|
|
2598
2602
|
BizyFilterSectionCheckboxOptionComponent,
|
|
2599
2603
|
BizyFilterSectionRangeOptionComponent,
|
|
2600
2604
|
BizyFilterSectionSearchOptionComponent] });
|
|
@@ -2602,8 +2606,8 @@ class BizyFilterModule {
|
|
|
2602
2606
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyFilterModule, decorators: [{
|
|
2603
2607
|
type: NgModule,
|
|
2604
2608
|
args: [{
|
|
2605
|
-
imports: COMPONENTS$
|
|
2606
|
-
exports: COMPONENTS$
|
|
2609
|
+
imports: COMPONENTS$g.concat(PIPES$1),
|
|
2610
|
+
exports: COMPONENTS$g.concat(PIPES$1),
|
|
2607
2611
|
providers: PIPES$1
|
|
2608
2612
|
}]
|
|
2609
2613
|
}] });
|
|
@@ -2863,19 +2867,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
2863
2867
|
type: Input
|
|
2864
2868
|
}] } });
|
|
2865
2869
|
|
|
2866
|
-
const COMPONENTS$
|
|
2870
|
+
const COMPONENTS$f = [
|
|
2867
2871
|
BizyFormComponent,
|
|
2868
2872
|
];
|
|
2869
2873
|
class BizyFormModule {
|
|
2870
2874
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyFormModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2871
2875
|
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$
|
|
2876
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyFormModule, imports: [COMPONENTS$f] });
|
|
2873
2877
|
}
|
|
2874
2878
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyFormModule, decorators: [{
|
|
2875
2879
|
type: NgModule,
|
|
2876
2880
|
args: [{
|
|
2877
|
-
imports: COMPONENTS$
|
|
2878
|
-
exports: COMPONENTS$
|
|
2881
|
+
imports: COMPONENTS$f,
|
|
2882
|
+
exports: COMPONENTS$f,
|
|
2879
2883
|
}]
|
|
2880
2884
|
}] });
|
|
2881
2885
|
|
|
@@ -3072,7 +3076,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
3072
3076
|
type: Input
|
|
3073
3077
|
}] } });
|
|
3074
3078
|
|
|
3075
|
-
const COMPONENTS$
|
|
3079
|
+
const COMPONENTS$e = [
|
|
3076
3080
|
BizyGridComponent,
|
|
3077
3081
|
BizyGridRowComponent
|
|
3078
3082
|
];
|
|
@@ -3090,12 +3094,12 @@ class BizyGridModule {
|
|
|
3090
3094
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyGridModule, decorators: [{
|
|
3091
3095
|
type: NgModule,
|
|
3092
3096
|
args: [{
|
|
3093
|
-
imports: COMPONENTS$
|
|
3094
|
-
exports: COMPONENTS$
|
|
3097
|
+
imports: COMPONENTS$e.concat(DIRECTIVES$2),
|
|
3098
|
+
exports: COMPONENTS$e.concat(DIRECTIVES$2),
|
|
3095
3099
|
}]
|
|
3096
3100
|
}] });
|
|
3097
3101
|
|
|
3098
|
-
const COMPONENTS$
|
|
3102
|
+
const COMPONENTS$d = [
|
|
3099
3103
|
BizyInputComponent,
|
|
3100
3104
|
BizyInputOptionComponent
|
|
3101
3105
|
];
|
|
@@ -3104,13 +3108,13 @@ class BizyInputModule {
|
|
|
3104
3108
|
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.1", ngImport: i0, type: BizyInputModule, imports: [BizyInputComponent,
|
|
3105
3109
|
BizyInputOptionComponent], exports: [BizyInputComponent,
|
|
3106
3110
|
BizyInputOptionComponent] });
|
|
3107
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyInputModule, imports: [COMPONENTS$
|
|
3111
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyInputModule, imports: [COMPONENTS$d] });
|
|
3108
3112
|
}
|
|
3109
3113
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyInputModule, decorators: [{
|
|
3110
3114
|
type: NgModule,
|
|
3111
3115
|
args: [{
|
|
3112
|
-
imports: COMPONENTS$
|
|
3113
|
-
exports: COMPONENTS$
|
|
3116
|
+
imports: COMPONENTS$d,
|
|
3117
|
+
exports: COMPONENTS$d,
|
|
3114
3118
|
}]
|
|
3115
3119
|
}] });
|
|
3116
3120
|
|
|
@@ -3129,19 +3133,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
3129
3133
|
type: Input
|
|
3130
3134
|
}] } });
|
|
3131
3135
|
|
|
3132
|
-
const COMPONENTS$
|
|
3136
|
+
const COMPONENTS$c = [
|
|
3133
3137
|
BizyListComponent,
|
|
3134
3138
|
];
|
|
3135
3139
|
class BizyListModule {
|
|
3136
3140
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3137
3141
|
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$
|
|
3142
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyListModule, imports: [COMPONENTS$c] });
|
|
3139
3143
|
}
|
|
3140
3144
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyListModule, decorators: [{
|
|
3141
3145
|
type: NgModule,
|
|
3142
3146
|
args: [{
|
|
3143
|
-
imports: COMPONENTS$
|
|
3144
|
-
exports: COMPONENTS$
|
|
3147
|
+
imports: COMPONENTS$c,
|
|
3148
|
+
exports: COMPONENTS$c,
|
|
3145
3149
|
}]
|
|
3146
3150
|
}] });
|
|
3147
3151
|
|
|
@@ -3271,7 +3275,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
3271
3275
|
type: Input
|
|
3272
3276
|
}] } });
|
|
3273
3277
|
|
|
3274
|
-
const COMPONENTS$
|
|
3278
|
+
const COMPONENTS$b = [
|
|
3275
3279
|
BizyMenuComponent,
|
|
3276
3280
|
BizyMenuOptionComponent,
|
|
3277
3281
|
BizyMenuTitleComponent
|
|
@@ -3289,8 +3293,8 @@ class BizyMenuModule {
|
|
|
3289
3293
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyMenuModule, decorators: [{
|
|
3290
3294
|
type: NgModule,
|
|
3291
3295
|
args: [{
|
|
3292
|
-
imports: COMPONENTS$
|
|
3293
|
-
exports: COMPONENTS$
|
|
3296
|
+
imports: COMPONENTS$b,
|
|
3297
|
+
exports: COMPONENTS$b,
|
|
3294
3298
|
}]
|
|
3295
3299
|
}] });
|
|
3296
3300
|
|
|
@@ -3558,19 +3562,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
3558
3562
|
type: Input
|
|
3559
3563
|
}] } });
|
|
3560
3564
|
|
|
3561
|
-
const COMPONENTS$
|
|
3565
|
+
const COMPONENTS$a = [
|
|
3562
3566
|
BizyPieChartComponent,
|
|
3563
3567
|
];
|
|
3564
3568
|
class BizyPieChartModule {
|
|
3565
3569
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyPieChartModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3566
3570
|
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$
|
|
3571
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyPieChartModule, imports: [COMPONENTS$a] });
|
|
3568
3572
|
}
|
|
3569
3573
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyPieChartModule, decorators: [{
|
|
3570
3574
|
type: NgModule,
|
|
3571
3575
|
args: [{
|
|
3572
|
-
imports: COMPONENTS$
|
|
3573
|
-
exports: COMPONENTS$
|
|
3576
|
+
imports: COMPONENTS$a,
|
|
3577
|
+
exports: COMPONENTS$a,
|
|
3574
3578
|
}]
|
|
3575
3579
|
}] });
|
|
3576
3580
|
|
|
@@ -3708,23 +3712,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
3708
3712
|
type: Output
|
|
3709
3713
|
}] } });
|
|
3710
3714
|
|
|
3711
|
-
const COMPONENTS$
|
|
3715
|
+
const COMPONENTS$9 = [
|
|
3712
3716
|
BizyRadioComponent,
|
|
3713
3717
|
];
|
|
3714
3718
|
class BizyRadioModule {
|
|
3715
3719
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyRadioModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3716
3720
|
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$
|
|
3721
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyRadioModule, imports: [COMPONENTS$9] });
|
|
3718
3722
|
}
|
|
3719
3723
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyRadioModule, decorators: [{
|
|
3720
3724
|
type: NgModule,
|
|
3721
3725
|
args: [{
|
|
3722
|
-
imports: COMPONENTS$
|
|
3723
|
-
exports: COMPONENTS$
|
|
3726
|
+
imports: COMPONENTS$9,
|
|
3727
|
+
exports: COMPONENTS$9,
|
|
3724
3728
|
}]
|
|
3725
3729
|
}] });
|
|
3726
3730
|
|
|
3727
|
-
const COMPONENTS$
|
|
3731
|
+
const COMPONENTS$8 = [
|
|
3728
3732
|
BizySelectComponent,
|
|
3729
3733
|
BizySelectOptionComponent
|
|
3730
3734
|
];
|
|
@@ -3733,13 +3737,13 @@ class BizySelectModule {
|
|
|
3733
3737
|
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.1", ngImport: i0, type: BizySelectModule, imports: [BizySelectComponent,
|
|
3734
3738
|
BizySelectOptionComponent], exports: [BizySelectComponent,
|
|
3735
3739
|
BizySelectOptionComponent] });
|
|
3736
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizySelectModule, imports: [COMPONENTS$
|
|
3740
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizySelectModule, imports: [COMPONENTS$8] });
|
|
3737
3741
|
}
|
|
3738
3742
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizySelectModule, decorators: [{
|
|
3739
3743
|
type: NgModule,
|
|
3740
3744
|
args: [{
|
|
3741
|
-
imports: COMPONENTS$
|
|
3742
|
-
exports: COMPONENTS$
|
|
3745
|
+
imports: COMPONENTS$8,
|
|
3746
|
+
exports: COMPONENTS$8,
|
|
3743
3747
|
}]
|
|
3744
3748
|
}] });
|
|
3745
3749
|
|
|
@@ -4096,7 +4100,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
4096
4100
|
type: Input
|
|
4097
4101
|
}] } });
|
|
4098
4102
|
|
|
4099
|
-
const COMPONENTS$
|
|
4103
|
+
const COMPONENTS$7 = [
|
|
4100
4104
|
BizySidebarComponent,
|
|
4101
4105
|
BizySidebarFloatingOptionComponent,
|
|
4102
4106
|
BizySidebarFloatingOptionTitleComponent,
|
|
@@ -4118,8 +4122,8 @@ class BizySidebarModule {
|
|
|
4118
4122
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizySidebarModule, decorators: [{
|
|
4119
4123
|
type: NgModule,
|
|
4120
4124
|
args: [{
|
|
4121
|
-
imports: COMPONENTS$
|
|
4122
|
-
exports: COMPONENTS$
|
|
4125
|
+
imports: COMPONENTS$7,
|
|
4126
|
+
exports: COMPONENTS$7,
|
|
4123
4127
|
}]
|
|
4124
4128
|
}] });
|
|
4125
4129
|
|
|
@@ -4154,19 +4158,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
4154
4158
|
type: Input
|
|
4155
4159
|
}] } });
|
|
4156
4160
|
|
|
4157
|
-
const COMPONENTS$
|
|
4161
|
+
const COMPONENTS$6 = [
|
|
4158
4162
|
BizySkeletonComponent,
|
|
4159
4163
|
];
|
|
4160
4164
|
class BizySkeletonModule {
|
|
4161
4165
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizySkeletonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
4162
4166
|
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$
|
|
4167
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizySkeletonModule, imports: [COMPONENTS$6] });
|
|
4164
4168
|
}
|
|
4165
4169
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizySkeletonModule, decorators: [{
|
|
4166
4170
|
type: NgModule,
|
|
4167
4171
|
args: [{
|
|
4168
|
-
imports: COMPONENTS$
|
|
4169
|
-
exports: COMPONENTS$
|
|
4172
|
+
imports: COMPONENTS$6,
|
|
4173
|
+
exports: COMPONENTS$6,
|
|
4170
4174
|
}]
|
|
4171
4175
|
}] });
|
|
4172
4176
|
|
|
@@ -4236,19 +4240,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
4236
4240
|
type: Input
|
|
4237
4241
|
}] } });
|
|
4238
4242
|
|
|
4239
|
-
const COMPONENTS$
|
|
4243
|
+
const COMPONENTS$5 = [
|
|
4240
4244
|
BizySliderComponent,
|
|
4241
4245
|
];
|
|
4242
4246
|
class BizySliderModule {
|
|
4243
4247
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizySliderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
4244
4248
|
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$
|
|
4249
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizySliderModule, imports: [COMPONENTS$5] });
|
|
4246
4250
|
}
|
|
4247
4251
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizySliderModule, decorators: [{
|
|
4248
4252
|
type: NgModule,
|
|
4249
4253
|
args: [{
|
|
4250
|
-
imports: COMPONENTS$
|
|
4251
|
-
exports: COMPONENTS$
|
|
4254
|
+
imports: COMPONENTS$5,
|
|
4255
|
+
exports: COMPONENTS$5,
|
|
4252
4256
|
}]
|
|
4253
4257
|
}] });
|
|
4254
4258
|
|
|
@@ -4889,7 +4893,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
4889
4893
|
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
4894
|
}] });
|
|
4891
4895
|
|
|
4892
|
-
const COMPONENTS$
|
|
4896
|
+
const COMPONENTS$4 = [
|
|
4893
4897
|
BizyTableComponent,
|
|
4894
4898
|
BizyTableColumnComponent,
|
|
4895
4899
|
BizyTableColumnArrowsComponent,
|
|
@@ -4930,8 +4934,8 @@ class BizyTableModule {
|
|
|
4930
4934
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyTableModule, decorators: [{
|
|
4931
4935
|
type: NgModule,
|
|
4932
4936
|
args: [{
|
|
4933
|
-
imports: COMPONENTS$
|
|
4934
|
-
exports: COMPONENTS$
|
|
4937
|
+
imports: COMPONENTS$4.concat(DIRECTIVES$1),
|
|
4938
|
+
exports: COMPONENTS$4.concat(DIRECTIVES$1),
|
|
4935
4939
|
}]
|
|
4936
4940
|
}] });
|
|
4937
4941
|
|
|
@@ -5050,7 +5054,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
5050
5054
|
type: Input
|
|
5051
5055
|
}] } });
|
|
5052
5056
|
|
|
5053
|
-
const COMPONENTS$
|
|
5057
|
+
const COMPONENTS$3 = [
|
|
5054
5058
|
BizyTabsComponent,
|
|
5055
5059
|
BizyTabComponent
|
|
5056
5060
|
];
|
|
@@ -5059,13 +5063,13 @@ class BizyTabsModule {
|
|
|
5059
5063
|
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.1", ngImport: i0, type: BizyTabsModule, imports: [BizyTabsComponent,
|
|
5060
5064
|
BizyTabComponent], exports: [BizyTabsComponent,
|
|
5061
5065
|
BizyTabComponent] });
|
|
5062
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyTabsModule, imports: [COMPONENTS$
|
|
5066
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyTabsModule, imports: [COMPONENTS$3] });
|
|
5063
5067
|
}
|
|
5064
5068
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyTabsModule, decorators: [{
|
|
5065
5069
|
type: NgModule,
|
|
5066
5070
|
args: [{
|
|
5067
|
-
imports: COMPONENTS$
|
|
5068
|
-
exports: COMPONENTS$
|
|
5071
|
+
imports: COMPONENTS$3,
|
|
5072
|
+
exports: COMPONENTS$3,
|
|
5069
5073
|
}]
|
|
5070
5074
|
}] });
|
|
5071
5075
|
|
|
@@ -5100,19 +5104,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
5100
5104
|
type: Output
|
|
5101
5105
|
}] } });
|
|
5102
5106
|
|
|
5103
|
-
const COMPONENTS$
|
|
5107
|
+
const COMPONENTS$2 = [
|
|
5104
5108
|
BizyTagComponent,
|
|
5105
5109
|
];
|
|
5106
5110
|
class BizyTagModule {
|
|
5107
5111
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyTagModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
5108
5112
|
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$
|
|
5113
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyTagModule, imports: [COMPONENTS$2] });
|
|
5110
5114
|
}
|
|
5111
5115
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyTagModule, decorators: [{
|
|
5112
5116
|
type: NgModule,
|
|
5113
5117
|
args: [{
|
|
5114
|
-
imports: COMPONENTS$
|
|
5115
|
-
exports: COMPONENTS$
|
|
5118
|
+
imports: COMPONENTS$2,
|
|
5119
|
+
exports: COMPONENTS$2,
|
|
5116
5120
|
}]
|
|
5117
5121
|
}] });
|
|
5118
5122
|
|
|
@@ -5287,6 +5291,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
5287
5291
|
type: Output
|
|
5288
5292
|
}] } });
|
|
5289
5293
|
|
|
5294
|
+
const COMPONENTS$1 = [
|
|
5295
|
+
BizyToggleComponent,
|
|
5296
|
+
];
|
|
5297
|
+
class BizyToggleModule {
|
|
5298
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyToggleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
5299
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.1", ngImport: i0, type: BizyToggleModule, imports: [BizyToggleComponent], exports: [BizyToggleComponent] });
|
|
5300
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyToggleModule, imports: [COMPONENTS$1] });
|
|
5301
|
+
}
|
|
5302
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyToggleModule, decorators: [{
|
|
5303
|
+
type: NgModule,
|
|
5304
|
+
args: [{
|
|
5305
|
+
imports: COMPONENTS$1,
|
|
5306
|
+
exports: COMPONENTS$1,
|
|
5307
|
+
}]
|
|
5308
|
+
}] });
|
|
5309
|
+
|
|
5290
5310
|
class BizyToolbarComponent {
|
|
5291
5311
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyToolbarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
5292
5312
|
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 +7488,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
7468
7488
|
* Generated bundle index. Do not edit.
|
|
7469
7489
|
*/
|
|
7470
7490
|
|
|
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 };
|
|
7491
|
+
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
7492
|
//# sourceMappingURL=bizy-core.mjs.map
|