@bizy/core 19.0.0 → 19.0.2
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 +1 -122
- package/fesm2022/bizy-core.mjs.map +1 -1
- package/lib/components/accordion/index.d.ts +1 -2
- package/lib/components/bar-line-chart/index.d.ts +1 -2
- package/lib/components/breadcrumb/index.d.ts +1 -2
- package/lib/components/button/index.d.ts +1 -2
- package/lib/components/calendar/index.d.ts +1 -2
- package/lib/components/card/index.d.ts +1 -2
- package/lib/components/checkbox/index.d.ts +1 -2
- package/lib/components/date-picker/index.d.ts +1 -2
- package/lib/components/file-uploader/index.d.ts +2 -4
- package/lib/components/filter/index.d.ts +8 -10
- package/lib/components/form/index.d.ts +1 -2
- package/lib/components/grid/index.d.ts +3 -5
- package/lib/components/input/index.d.ts +2 -3
- package/lib/components/list/index.d.ts +1 -2
- package/lib/components/menu/index.d.ts +3 -4
- package/lib/components/pie-chart/index.d.ts +1 -2
- package/lib/components/radio/index.d.ts +1 -2
- package/lib/components/select/index.d.ts +2 -3
- package/lib/components/sidebar/index.d.ts +4 -5
- package/lib/components/skeleton/index.d.ts +1 -2
- package/lib/components/slider/index.d.ts +1 -2
- package/lib/components/table/index.d.ts +10 -12
- package/lib/components/tabs/index.d.ts +2 -3
- package/lib/components/tag/index.d.ts +1 -2
- package/lib/components/toggle/index.d.ts +1 -2
- package/lib/components/toolbar/index.d.ts +1 -2
- package/lib/directives/index.d.ts +9 -11
- package/lib/pipes/index.d.ts +11 -13
- package/lib/services/index.d.ts +15 -17
- package/package.json +2 -1
package/fesm2022/bizy-core.mjs
CHANGED
|
@@ -83,8 +83,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
83
83
|
type: Output
|
|
84
84
|
}] } });
|
|
85
85
|
|
|
86
|
-
const BizyAccordionComponents = [BizyAccordionComponent];
|
|
87
|
-
|
|
88
86
|
const MIN_CHART_SIZE$1 = 350; // px;
|
|
89
87
|
const Y_AXIS_OFFSET = 80;
|
|
90
88
|
const GRID_BOTTOM = 30;
|
|
@@ -454,8 +452,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
454
452
|
type: Input
|
|
455
453
|
}] } });
|
|
456
454
|
|
|
457
|
-
const BizyBarLineChartComponents = [BizyBarLineChartComponent];
|
|
458
|
-
|
|
459
455
|
class BizyBreadcrumbComponent {
|
|
460
456
|
ref;
|
|
461
457
|
onSelect = new EventEmitter();
|
|
@@ -513,8 +509,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
513
509
|
type: Input
|
|
514
510
|
}] } });
|
|
515
511
|
|
|
516
|
-
const BizyBreadcrumbComponents = [BizyBreadcrumbComponent];
|
|
517
|
-
|
|
518
512
|
class BizyButtonComponent {
|
|
519
513
|
id = `bizy-button-${Math.random()}`;
|
|
520
514
|
disabled = false;
|
|
@@ -546,8 +540,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
546
540
|
type: Output
|
|
547
541
|
}] } });
|
|
548
542
|
|
|
549
|
-
const BizyButtonComponents = [BizyButtonComponent];
|
|
550
|
-
|
|
551
543
|
var BIZY_CALENDAR_MODE;
|
|
552
544
|
(function (BIZY_CALENDAR_MODE) {
|
|
553
545
|
BIZY_CALENDAR_MODE["MONTH"] = "month";
|
|
@@ -792,8 +784,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
792
784
|
type: Input
|
|
793
785
|
}] } });
|
|
794
786
|
|
|
795
|
-
const BizyCalendarComponents = [BizyCalendarComponent];
|
|
796
|
-
|
|
797
787
|
class BizyCardComponent {
|
|
798
788
|
id = `bizy-card-${Math.random()}`;
|
|
799
789
|
disabled = false;
|
|
@@ -824,8 +814,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
824
814
|
type: Output
|
|
825
815
|
}] } });
|
|
826
816
|
|
|
827
|
-
const BizyCardComponents = [BizyCardComponent];
|
|
828
|
-
|
|
829
817
|
class BizyCheckboxComponent {
|
|
830
818
|
id = `bizy-checkbox-${Math.random()}`;
|
|
831
819
|
selected = false;
|
|
@@ -858,8 +846,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
858
846
|
type: Output
|
|
859
847
|
}] } });
|
|
860
848
|
|
|
861
|
-
const BizyCheckboxComponents = [BizyCheckboxComponent];
|
|
862
|
-
|
|
863
849
|
class BizyInputOptionComponent {
|
|
864
850
|
ref;
|
|
865
851
|
id = `bizy-input-${Math.random()}`;
|
|
@@ -1370,8 +1356,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
1370
1356
|
type: Input
|
|
1371
1357
|
}] } });
|
|
1372
1358
|
|
|
1373
|
-
const BizyDatePickerComponents = [BizyDatePickerComponent];
|
|
1374
|
-
|
|
1375
1359
|
const ES = {
|
|
1376
1360
|
...es_ES,
|
|
1377
1361
|
strings: {
|
|
@@ -1705,9 +1689,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
1705
1689
|
type: Output
|
|
1706
1690
|
}] } });
|
|
1707
1691
|
|
|
1708
|
-
const BizyUploaderComponents = [BizyFileUploaderComponent];
|
|
1709
|
-
const BizyUploaderServices = [BizyFileUploaderService];
|
|
1710
|
-
|
|
1711
1692
|
class BizyFilterContentComponent {
|
|
1712
1693
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyFilterContentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1713
1694
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: BizyFilterContentComponent, isStandalone: true, selector: "bizy-filter-content", ngImport: i0, template: "<ng-content></ng-content>", styles: [":host{font-size:1rem}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
@@ -2297,17 +2278,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
2297
2278
|
type: Output
|
|
2298
2279
|
}] } });
|
|
2299
2280
|
|
|
2300
|
-
const BizyFilterComponents = [
|
|
2301
|
-
BizyFilterContentComponent,
|
|
2302
|
-
BizyFilterSectionSearchOptionComponent,
|
|
2303
|
-
BizyFilterSectionCheckboxOptionComponent,
|
|
2304
|
-
BizyFilterSectionRangeOptionComponent,
|
|
2305
|
-
BizyFilterSectionComponent,
|
|
2306
|
-
BizyFilterSectionsComponent,
|
|
2307
|
-
BizyFilterComponent
|
|
2308
|
-
];
|
|
2309
|
-
const BizyFilterPipes = [BizyFilterPipe, BizyRangeFilterPipe];
|
|
2310
|
-
|
|
2311
2281
|
class BizySelectOptionComponent {
|
|
2312
2282
|
elementRef;
|
|
2313
2283
|
ref;
|
|
@@ -2563,8 +2533,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
2563
2533
|
type: Input
|
|
2564
2534
|
}] } });
|
|
2565
2535
|
|
|
2566
|
-
const BizyFormComponents = [BizyFormComponent];
|
|
2567
|
-
|
|
2568
2536
|
class BizyGridRowComponent {
|
|
2569
2537
|
elementRef;
|
|
2570
2538
|
ref;
|
|
@@ -2774,11 +2742,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
2774
2742
|
type: Input
|
|
2775
2743
|
}] } });
|
|
2776
2744
|
|
|
2777
|
-
const BizyGridComponents = [BizyGridRowComponent, BizyGridComponent];
|
|
2778
|
-
const BizyGridDirectives = [BizyGridForDirective];
|
|
2779
|
-
|
|
2780
|
-
const BizyInputComponents = [BizyInputOptionComponent, BizyInputComponent];
|
|
2781
|
-
|
|
2782
2745
|
class BizyListComponent {
|
|
2783
2746
|
id = `bizy-list-${Math.random()}`;
|
|
2784
2747
|
customClass = '';
|
|
@@ -2794,8 +2757,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
2794
2757
|
type: Input
|
|
2795
2758
|
}] } });
|
|
2796
2759
|
|
|
2797
|
-
const BizyListComponents = [BizyListComponent];
|
|
2798
|
-
|
|
2799
2760
|
class BizyMenuTitleComponent {
|
|
2800
2761
|
customClass = '';
|
|
2801
2762
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyMenuTitleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -2922,8 +2883,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
2922
2883
|
type: Output
|
|
2923
2884
|
}] } });
|
|
2924
2885
|
|
|
2925
|
-
const BizyMenuComponents = [BizyMenuTitleComponent, BizyMenuOptionComponent, BizyMenuComponent];
|
|
2926
|
-
|
|
2927
2886
|
const EMPTY_CHART = [0];
|
|
2928
2887
|
const MIN_CHART_SIZE = 350; // px;
|
|
2929
2888
|
class BizyPieChartComponent {
|
|
@@ -3188,8 +3147,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
3188
3147
|
type: Input
|
|
3189
3148
|
}] } });
|
|
3190
3149
|
|
|
3191
|
-
const BizyPieChartComponents = [BizyPieChartComponent];
|
|
3192
|
-
|
|
3193
3150
|
class BizyRadioComponent {
|
|
3194
3151
|
id = `bizy-radio-${Math.random()}`;
|
|
3195
3152
|
name;
|
|
@@ -3224,10 +3181,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
3224
3181
|
type: Output
|
|
3225
3182
|
}] } });
|
|
3226
3183
|
|
|
3227
|
-
const BizyRadioComponents = [BizyRadioComponent];
|
|
3228
|
-
|
|
3229
|
-
const BizySelectComponents = [BizySelectOptionComponent, BizySelectComponent];
|
|
3230
|
-
|
|
3231
3184
|
class BizySidebarFloatingOptionTitleComponent {
|
|
3232
3185
|
id = `bizy-sidebar-floating-option-title-${Math.random()}`;
|
|
3233
3186
|
customClass = '';
|
|
@@ -3581,13 +3534,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
3581
3534
|
type: Input
|
|
3582
3535
|
}] } });
|
|
3583
3536
|
|
|
3584
|
-
const BizySidebarComponents = [
|
|
3585
|
-
BizySidebarFloatingOptionTitleComponent,
|
|
3586
|
-
BizySidebarFloatingOptionComponent,
|
|
3587
|
-
BizySidebarOptionComponent,
|
|
3588
|
-
BizySidebarComponent
|
|
3589
|
-
];
|
|
3590
|
-
|
|
3591
3537
|
var BIZY_SKELETON_SHAPE;
|
|
3592
3538
|
(function (BIZY_SKELETON_SHAPE) {
|
|
3593
3539
|
BIZY_SKELETON_SHAPE["CIRCLE"] = "circle";
|
|
@@ -3619,8 +3565,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
3619
3565
|
type: Input
|
|
3620
3566
|
}] } });
|
|
3621
3567
|
|
|
3622
|
-
const BizySkeletonComponents = [BizySkeletonComponent];
|
|
3623
|
-
|
|
3624
3568
|
class BizySliderComponent {
|
|
3625
3569
|
fromSlider;
|
|
3626
3570
|
toSlider;
|
|
@@ -3687,8 +3631,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
3687
3631
|
type: Input
|
|
3688
3632
|
}] } });
|
|
3689
3633
|
|
|
3690
|
-
const BizySliderComponents = [BizySliderComponent];
|
|
3691
|
-
|
|
3692
3634
|
class BizyTableColumnFixedDirective {
|
|
3693
3635
|
#elementRef = inject(ElementRef);
|
|
3694
3636
|
#renderer = inject(Renderer2);
|
|
@@ -4326,18 +4268,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
4326
4268
|
type: Input
|
|
4327
4269
|
}] } });
|
|
4328
4270
|
|
|
4329
|
-
const BizyTableComponents = [
|
|
4330
|
-
BizyTableRowExpandContentComponent,
|
|
4331
|
-
BizyTableScrollingComponent,
|
|
4332
|
-
BizyTableColumnArrowsComponent,
|
|
4333
|
-
BizyTableColumnComponent,
|
|
4334
|
-
BizyTableRowComponent,
|
|
4335
|
-
BizyTableFooterComponent,
|
|
4336
|
-
BizyTableHeaderComponent,
|
|
4337
|
-
BizyTableComponent
|
|
4338
|
-
];
|
|
4339
|
-
const BizyTableDirectives = [BizyTableColumnFixedDirective, BizyTableScrollingDirective, BizyTableScrollingDirective];
|
|
4340
|
-
|
|
4341
4271
|
class BizyTabComponent {
|
|
4342
4272
|
elementRef;
|
|
4343
4273
|
id = `bizy-tab-${Math.random()}`;
|
|
@@ -4453,8 +4383,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
4453
4383
|
type: Input
|
|
4454
4384
|
}] } });
|
|
4455
4385
|
|
|
4456
|
-
const BizyTabsComponents = [BizyTabsComponent, BizyTabComponent];
|
|
4457
|
-
|
|
4458
4386
|
var BIZY_TAG_TYPE;
|
|
4459
4387
|
(function (BIZY_TAG_TYPE) {
|
|
4460
4388
|
BIZY_TAG_TYPE["DEFAULT"] = "default";
|
|
@@ -4486,8 +4414,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
4486
4414
|
type: Output
|
|
4487
4415
|
}] } });
|
|
4488
4416
|
|
|
4489
|
-
const BizyTagComponents = [BizyTagComponent];
|
|
4490
|
-
|
|
4491
4417
|
class BizyToggleComponent {
|
|
4492
4418
|
id = `bizy-toggle-${Math.random()}`;
|
|
4493
4419
|
disabled = false;
|
|
@@ -4519,8 +4445,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
4519
4445
|
type: Output
|
|
4520
4446
|
}] } });
|
|
4521
4447
|
|
|
4522
|
-
const BizyToggleComponents = [BizyToggleComponent];
|
|
4523
|
-
|
|
4524
4448
|
class BizyToolbarComponent {
|
|
4525
4449
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: BizyToolbarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
4526
4450
|
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 });
|
|
@@ -4530,8 +4454,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
4530
4454
|
args: [{ selector: 'bizy-toolbar', imports: [CommonModule], changeDetection: ChangeDetectionStrategy.OnPush, 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"] }]
|
|
4531
4455
|
}] });
|
|
4532
4456
|
|
|
4533
|
-
const BizyToolbarComponents = [BizyToolbarComponent];
|
|
4534
|
-
|
|
4535
4457
|
var BIZY_ANIMATION;
|
|
4536
4458
|
(function (BIZY_ANIMATION) {
|
|
4537
4459
|
BIZY_ANIMATION["FADE_IN"] = "fade-in";
|
|
@@ -5680,23 +5602,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
5680
5602
|
args: [Dialog]
|
|
5681
5603
|
}] }] });
|
|
5682
5604
|
|
|
5683
|
-
const BizyServices = [
|
|
5684
|
-
BizyPopupService,
|
|
5685
|
-
BizyToastService,
|
|
5686
|
-
BizyAnimationService,
|
|
5687
|
-
BizyViewportService,
|
|
5688
|
-
BizyKeyboardService,
|
|
5689
|
-
BizyExportToCSVService,
|
|
5690
|
-
BizyCacheService,
|
|
5691
|
-
BizyUserAgentService,
|
|
5692
|
-
BizyValidatorService,
|
|
5693
|
-
BizyStorageService,
|
|
5694
|
-
BizyLogService,
|
|
5695
|
-
BizyRouterService,
|
|
5696
|
-
BizyCopyToClipboardService,
|
|
5697
|
-
BizyTranslateService
|
|
5698
|
-
];
|
|
5699
|
-
|
|
5700
5605
|
class BizyRepeatPipe {
|
|
5701
5606
|
transform(value) {
|
|
5702
5607
|
return Array.from({ length: value }, (_, i) => i);
|
|
@@ -6179,20 +6084,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
6179
6084
|
args: [BizyTranslateService]
|
|
6180
6085
|
}] }] });
|
|
6181
6086
|
|
|
6182
|
-
const BizyPipes = [
|
|
6183
|
-
BizySearchPipe,
|
|
6184
|
-
BizyAveragePipe,
|
|
6185
|
-
BizyEnumToArrayPipe,
|
|
6186
|
-
BizyFormatSecondsPipe,
|
|
6187
|
-
BizyOrderByPipe,
|
|
6188
|
-
BizyReducePipe,
|
|
6189
|
-
BizyRepeatPipe,
|
|
6190
|
-
BizySafePipe,
|
|
6191
|
-
BizySelectedPipe,
|
|
6192
|
-
BizySetToArrayPipe,
|
|
6193
|
-
BizyTranslatePipe
|
|
6194
|
-
];
|
|
6195
|
-
|
|
6196
6087
|
class BizyCopyToClipboardDirective {
|
|
6197
6088
|
elementRef;
|
|
6198
6089
|
renderer;
|
|
@@ -6816,21 +6707,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
6816
6707
|
type: Host
|
|
6817
6708
|
}] }] });
|
|
6818
6709
|
|
|
6819
|
-
const BizyDirectives = [
|
|
6820
|
-
BizyCopyToClipboardDirective,
|
|
6821
|
-
BizyCurrencyFormatDirective,
|
|
6822
|
-
BizyLoadingDirective,
|
|
6823
|
-
BizyLongPressDirective,
|
|
6824
|
-
BizyOnlyNumbersDirective,
|
|
6825
|
-
BizyOnlyPhoneDigitsDirective,
|
|
6826
|
-
BizyTextEllipsisDirective,
|
|
6827
|
-
BizyTooltipDirective,
|
|
6828
|
-
BizyTrackByIdDirective
|
|
6829
|
-
];
|
|
6830
|
-
|
|
6831
6710
|
/**
|
|
6832
6711
|
* Generated bundle index. Do not edit.
|
|
6833
6712
|
*/
|
|
6834
6713
|
|
|
6835
|
-
export { BIZY_CALENDAR_DAY, BIZY_CALENDAR_EVENT_ACTION, BIZY_CALENDAR_LANGUAGE, BIZY_CALENDAR_MODE, BIZY_SKELETON_SHAPE, BIZY_TAG_TYPE,
|
|
6714
|
+
export { BIZY_CALENDAR_DAY, BIZY_CALENDAR_EVENT_ACTION, BIZY_CALENDAR_LANGUAGE, BIZY_CALENDAR_MODE, BIZY_SKELETON_SHAPE, BIZY_TAG_TYPE, BizyAccordionComponent, BizyAnimationService, BizyAveragePipe, BizyBarLineChartComponent, BizyBreadcrumbComponent, BizyButtonComponent, BizyCacheService, BizyCalendarComponent, BizyCardComponent, BizyCheckboxComponent, BizyCopyToClipboardDirective, BizyCopyToClipboardService, BizyCurrencyFormatDirective, BizyDatePickerComponent, BizyEnumToArrayPipe, BizyExportToCSVService, BizyFileUploaderComponent, BizyFileUploaderService, BizyFilterComponent, BizyFilterContentComponent, BizyFilterPipe, BizyFilterSectionCheckboxOptionComponent, BizyFilterSectionComponent, BizyFilterSectionRangeOptionComponent, BizyFilterSectionSearchOptionComponent, BizyFilterSectionsComponent, BizyFormComponent, BizyFormatSecondsPipe, BizyGridComponent, BizyGridForDirective, BizyGridRowComponent, BizyInputComponent, BizyInputOptionComponent, BizyKeyboardService, BizyListComponent, BizyLoadingDirective, BizyLogService, BizyLongPressDirective, BizyMenuComponent, BizyMenuOptionComponent, BizyMenuTitleComponent, BizyOnlyNumbersDirective, BizyOnlyPhoneDigitsDirective, BizyOrderByPipe, BizyPieChartComponent, BizyPopupService, BizyRadioComponent, BizyRangeFilterPipe, BizyReducePipe, BizyRepeatPipe, BizyRouterService, BizySafePipe, BizySearchPipe, BizySelectComponent, BizySelectOptionComponent, BizySelectedPipe, BizySetToArrayPipe, BizySidebarComponent, BizySidebarFloatingOptionComponent, BizySidebarFloatingOptionTitleComponent, BizySidebarOptionComponent, BizySkeletonComponent, BizySliderComponent, BizyStorageService, BizyTabComponent, BizyTableColumnArrowsComponent, BizyTableColumnComponent, BizyTableColumnFixedDirective, BizyTableComponent, BizyTableFooterComponent, BizyTableHeaderComponent, BizyTableRowComponent, BizyTableRowExpandContentComponent, BizyTableScrollingComponent, BizyTableScrollingDirective, BizyTabsComponent, BizyTagComponent, BizyTextEllipsisDirective, BizyToastService, BizyToggleComponent, BizyToolbarComponent, BizyTooltipDirective, BizyTrackByIdDirective, BizyTranslateModule, BizyTranslatePipe, BizyTranslateService, BizyUserAgentService, BizyValidatorService, BizyViewportService, LANGUAGE, LOADING_TYPE };
|
|
6836
6715
|
//# sourceMappingURL=bizy-core.mjs.map
|