@seniorsistemas/angular-components 17.26.9-bugfix-sds-305-deb2a383 → 17.26.9-bugfix-sds-305-65d50df5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/seniorsistemas-angular-components.umd.js +119 -119
- package/bundles/seniorsistemas-angular-components.umd.js.map +1 -1
- package/bundles/seniorsistemas-angular-components.umd.min.js +1 -1
- package/bundles/seniorsistemas-angular-components.umd.min.js.map +1 -1
- package/components/bignumber-input/bignumber-input.directive.d.ts +2 -3
- package/esm2015/components/bignumber-input/bignumber-input.directive.js +6 -8
- package/esm2015/components/locale/locale.service.js +8 -2
- package/esm2015/seniorsistemas-angular-components.js +112 -113
- package/esm5/components/bignumber-input/bignumber-input.directive.js +6 -8
- package/esm5/components/locale/locale.service.js +8 -2
- package/esm5/seniorsistemas-angular-components.js +112 -113
- package/fesm2015/seniorsistemas-angular-components.js +11 -10
- package/fesm2015/seniorsistemas-angular-components.js.map +1 -1
- package/fesm5/seniorsistemas-angular-components.js +11 -10
- package/fesm5/seniorsistemas-angular-components.js.map +1 -1
- package/package.json +1 -1
- package/seniorsistemas-angular-components.d.ts +111 -112
- package/seniorsistemas-angular-components.metadata.json +1 -1
|
@@ -1420,8 +1420,11 @@
|
|
|
1420
1420
|
{ type: http.HttpClient },
|
|
1421
1421
|
{ type: ngxCookieService.CookieService }
|
|
1422
1422
|
]; };
|
|
1423
|
+
LocaleService.ɵprov = core["ɵɵdefineInjectable"]({ factory: function LocaleService_Factory() { return new LocaleService(core["ɵɵinject"](http.HttpClient), core["ɵɵinject"](ngxCookieService.CookieService)); }, token: LocaleService, providedIn: "root" });
|
|
1423
1424
|
LocaleService = __decorate([
|
|
1424
|
-
core.Injectable(
|
|
1425
|
+
core.Injectable({
|
|
1426
|
+
providedIn: "root"
|
|
1427
|
+
})
|
|
1425
1428
|
], LocaleService);
|
|
1426
1429
|
return LocaleService;
|
|
1427
1430
|
}());
|
|
@@ -1991,14 +1994,14 @@
|
|
|
1991
1994
|
|
|
1992
1995
|
var BignumberInputDirective = /** @class */ (function (_super) {
|
|
1993
1996
|
__extends(BignumberInputDirective, _super);
|
|
1994
|
-
function BignumberInputDirective(injector
|
|
1997
|
+
function BignumberInputDirective(injector) {
|
|
1995
1998
|
var _this = _super.call(this, injector) || this;
|
|
1996
|
-
_this._angularComponentsLocaleService = _angularComponentsLocaleService;
|
|
1997
1999
|
_this.precision = 15;
|
|
1998
2000
|
_this.scale = 0;
|
|
1999
2001
|
_this.alignTo = ng2CurrencyMask.AlignmentOptions.LEFT;
|
|
2000
2002
|
_this.allowNegative = true;
|
|
2001
2003
|
_this.pasteRejected = new core.EventEmitter();
|
|
2004
|
+
_this._angularComponentsLocaleService = injector.get(LocaleService);
|
|
2002
2005
|
_this.onLocaleService();
|
|
2003
2006
|
return _this;
|
|
2004
2007
|
}
|
|
@@ -2084,8 +2087,7 @@
|
|
|
2084
2087
|
};
|
|
2085
2088
|
var BignumberInputDirective_1;
|
|
2086
2089
|
BignumberInputDirective.ctorParameters = function () { return [
|
|
2087
|
-
{ type: core.Injector }
|
|
2088
|
-
{ type: LocaleService, decorators: [{ type: core.Inject, args: [LocaleService,] }] }
|
|
2090
|
+
{ type: core.Injector }
|
|
2089
2091
|
]; };
|
|
2090
2092
|
__decorate([
|
|
2091
2093
|
core.Input()
|
|
@@ -2131,8 +2133,7 @@
|
|
|
2131
2133
|
multi: true,
|
|
2132
2134
|
},
|
|
2133
2135
|
],
|
|
2134
|
-
})
|
|
2135
|
-
__param(1, core.Inject(LocaleService))
|
|
2136
|
+
})
|
|
2136
2137
|
], BignumberInputDirective);
|
|
2137
2138
|
return BignumberInputDirective;
|
|
2138
2139
|
}(ng2CurrencyMask.CurrencyMaskDirective));
|
|
@@ -23563,119 +23564,118 @@
|
|
|
23563
23564
|
exports.ɵ4 = ɵ4;
|
|
23564
23565
|
exports.ɵa = TooltipComponent;
|
|
23565
23566
|
exports.ɵb = TooltipDirective;
|
|
23566
|
-
exports.ɵba =
|
|
23567
|
-
exports.ɵbb =
|
|
23568
|
-
exports.ɵbc =
|
|
23569
|
-
exports.ɵbd =
|
|
23570
|
-
exports.ɵbe =
|
|
23571
|
-
exports.ɵbf =
|
|
23572
|
-
exports.ɵbg =
|
|
23573
|
-
exports.ɵbh =
|
|
23574
|
-
exports.ɵbi =
|
|
23575
|
-
exports.ɵbj =
|
|
23576
|
-
exports.ɵbk =
|
|
23577
|
-
exports.ɵbl =
|
|
23578
|
-
exports.ɵbm =
|
|
23579
|
-
exports.ɵbn =
|
|
23580
|
-
exports.ɵbo =
|
|
23581
|
-
exports.ɵbp =
|
|
23582
|
-
exports.ɵbq =
|
|
23583
|
-
exports.ɵbr =
|
|
23584
|
-
exports.ɵbs =
|
|
23585
|
-
exports.ɵbt =
|
|
23586
|
-
exports.ɵbu =
|
|
23587
|
-
exports.ɵbv =
|
|
23588
|
-
exports.ɵbw =
|
|
23589
|
-
exports.ɵbx =
|
|
23590
|
-
exports.ɵby =
|
|
23591
|
-
exports.ɵbz =
|
|
23567
|
+
exports.ɵba = TableColumnsComponent;
|
|
23568
|
+
exports.ɵbb = TablePagingComponent;
|
|
23569
|
+
exports.ɵbc = PasswordFieldModule;
|
|
23570
|
+
exports.ɵbd = FieldLabelModule;
|
|
23571
|
+
exports.ɵbe = FieldLabelComponent;
|
|
23572
|
+
exports.ɵbf = PasswordFieldComponent;
|
|
23573
|
+
exports.ɵbg = TextFieldModule;
|
|
23574
|
+
exports.ɵbh = TextFieldComponent;
|
|
23575
|
+
exports.ɵbi = NumberFieldModule;
|
|
23576
|
+
exports.ɵbj = NumberFieldComponent;
|
|
23577
|
+
exports.ɵbk = CurrencyFieldModule;
|
|
23578
|
+
exports.ɵbl = CurrencyFieldComponent;
|
|
23579
|
+
exports.ɵbm = BignumberFieldModule;
|
|
23580
|
+
exports.ɵbn = BignumberFieldComponent;
|
|
23581
|
+
exports.ɵbo = CheckboxFieldModule;
|
|
23582
|
+
exports.ɵbp = CheckboxFieldComponent;
|
|
23583
|
+
exports.ɵbq = ProfilePictureModule;
|
|
23584
|
+
exports.ɵbr = ThumbnailService;
|
|
23585
|
+
exports.ɵbs = StructureModule;
|
|
23586
|
+
exports.ɵbt = HeaderComponent;
|
|
23587
|
+
exports.ɵbu = FooterComponent;
|
|
23588
|
+
exports.ɵbv = ProfilePictureFieldComponent;
|
|
23589
|
+
exports.ɵbw = EditorFieldModule;
|
|
23590
|
+
exports.ɵbx = EditorFieldComponent;
|
|
23591
|
+
exports.ɵby = SpeechRecognitionModule;
|
|
23592
|
+
exports.ɵbz = SpeechRecognitionComponent;
|
|
23592
23593
|
exports.ɵc = InfoSignComponent;
|
|
23593
|
-
exports.ɵca =
|
|
23594
|
-
exports.ɵcb =
|
|
23595
|
-
exports.ɵcc =
|
|
23596
|
-
exports.ɵcd =
|
|
23597
|
-
exports.ɵce =
|
|
23598
|
-
exports.ɵcf =
|
|
23599
|
-
exports.ɵcg =
|
|
23600
|
-
exports.ɵch =
|
|
23601
|
-
exports.ɵci =
|
|
23602
|
-
exports.ɵcj =
|
|
23603
|
-
exports.ɵck =
|
|
23604
|
-
exports.ɵcl =
|
|
23605
|
-
exports.ɵcm =
|
|
23606
|
-
exports.ɵcn =
|
|
23607
|
-
exports.ɵco =
|
|
23608
|
-
exports.ɵcp =
|
|
23609
|
-
exports.ɵcq =
|
|
23610
|
-
exports.ɵcr =
|
|
23611
|
-
exports.ɵcs =
|
|
23612
|
-
exports.ɵct =
|
|
23613
|
-
exports.ɵcu =
|
|
23614
|
-
exports.ɵcv =
|
|
23615
|
-
exports.ɵ
|
|
23616
|
-
exports.ɵcy =
|
|
23617
|
-
exports.ɵcz =
|
|
23618
|
-
exports.ɵd =
|
|
23619
|
-
exports.ɵda =
|
|
23620
|
-
exports.ɵdb =
|
|
23621
|
-
exports.ɵdc =
|
|
23622
|
-
exports.ɵdd =
|
|
23623
|
-
exports.ɵde =
|
|
23624
|
-
exports.ɵdf =
|
|
23625
|
-
exports.ɵdg =
|
|
23626
|
-
exports.ɵdh =
|
|
23627
|
-
exports.ɵdi =
|
|
23628
|
-
exports.ɵdj =
|
|
23629
|
-
exports.ɵdk =
|
|
23630
|
-
exports.ɵdl =
|
|
23631
|
-
exports.ɵdm =
|
|
23632
|
-
exports.ɵdn =
|
|
23633
|
-
exports.ɵdo =
|
|
23634
|
-
exports.ɵdp =
|
|
23635
|
-
exports.ɵdq =
|
|
23636
|
-
exports.ɵdr =
|
|
23637
|
-
exports.ɵds =
|
|
23638
|
-
exports.ɵdt =
|
|
23639
|
-
exports.ɵdu =
|
|
23640
|
-
exports.ɵdv =
|
|
23641
|
-
exports.ɵdw =
|
|
23642
|
-
exports.ɵdx =
|
|
23643
|
-
exports.ɵdy =
|
|
23644
|
-
exports.ɵdz =
|
|
23645
|
-
exports.ɵe =
|
|
23646
|
-
exports.ɵea =
|
|
23647
|
-
exports.ɵeb =
|
|
23648
|
-
exports.ɵec =
|
|
23649
|
-
exports.ɵed =
|
|
23650
|
-
exports.ɵee =
|
|
23651
|
-
exports.ɵef =
|
|
23652
|
-
exports.ɵeg =
|
|
23653
|
-
exports.ɵeh =
|
|
23654
|
-
exports.ɵei =
|
|
23655
|
-
exports.ɵej =
|
|
23656
|
-
exports.ɵek =
|
|
23657
|
-
exports.ɵ
|
|
23658
|
-
exports.ɵ
|
|
23659
|
-
exports.ɵ
|
|
23660
|
-
exports.ɵ
|
|
23661
|
-
exports.ɵ
|
|
23662
|
-
exports.ɵ
|
|
23663
|
-
exports.ɵ
|
|
23664
|
-
exports.ɵ
|
|
23665
|
-
exports.ɵ
|
|
23666
|
-
exports.ɵ
|
|
23667
|
-
exports.ɵ
|
|
23668
|
-
exports.ɵ
|
|
23669
|
-
exports.ɵ
|
|
23670
|
-
exports.ɵ
|
|
23671
|
-
exports.ɵ
|
|
23672
|
-
exports.ɵ
|
|
23673
|
-
exports.ɵ
|
|
23674
|
-
exports.ɵ
|
|
23675
|
-
exports.ɵ
|
|
23676
|
-
exports.ɵ
|
|
23677
|
-
exports.ɵ
|
|
23678
|
-
exports.ɵz = LoadingIndicatorComponent;
|
|
23594
|
+
exports.ɵca = SpeechRecognitionService;
|
|
23595
|
+
exports.ɵcb = TextToSpeechService;
|
|
23596
|
+
exports.ɵcc = AutocompleteFieldComponent;
|
|
23597
|
+
exports.ɵcd = BooleanFieldComponent;
|
|
23598
|
+
exports.ɵce = BooleanSwitchFieldComponent;
|
|
23599
|
+
exports.ɵcf = CalendarFieldComponent;
|
|
23600
|
+
exports.ɵcg = ChipsFieldComponent;
|
|
23601
|
+
exports.ɵch = CountryPhonePickerFieldComponent;
|
|
23602
|
+
exports.ɵci = DynamicFieldComponent;
|
|
23603
|
+
exports.ɵcj = DynamicFormDirective;
|
|
23604
|
+
exports.ɵck = FieldsetComponent;
|
|
23605
|
+
exports.ɵcl = FileUploadComponent$1;
|
|
23606
|
+
exports.ɵcm = LookupFieldComponent;
|
|
23607
|
+
exports.ɵcn = RadioButtonComponent;
|
|
23608
|
+
exports.ɵco = RowComponent;
|
|
23609
|
+
exports.ɵcp = SectionComponent;
|
|
23610
|
+
exports.ɵcq = SelectFieldComponent;
|
|
23611
|
+
exports.ɵcr = SliderFieldComponent;
|
|
23612
|
+
exports.ɵcs = TextAreaFieldComponent;
|
|
23613
|
+
exports.ɵct = TextAreaIAFieldComponent;
|
|
23614
|
+
exports.ɵcu = IAssistService;
|
|
23615
|
+
exports.ɵcv = ButtonFieldComponent;
|
|
23616
|
+
exports.ɵcx = DecimalField;
|
|
23617
|
+
exports.ɵcy = SideTableComponent;
|
|
23618
|
+
exports.ɵcz = InfiniteScrollModule;
|
|
23619
|
+
exports.ɵd = TieredMenuEventService;
|
|
23620
|
+
exports.ɵda = InfiniteScrollDirective;
|
|
23621
|
+
exports.ɵdb = IAInsightSidebarComponent;
|
|
23622
|
+
exports.ɵdc = IAInsightCardComponent;
|
|
23623
|
+
exports.ɵdd = IAInsightCardLoaderComponent;
|
|
23624
|
+
exports.ɵde = GridMenuItemComponent;
|
|
23625
|
+
exports.ɵdf = InlineEditItemComponent;
|
|
23626
|
+
exports.ɵdg = InlineEditCalendarComponent;
|
|
23627
|
+
exports.ɵdh = InlineEditLookupComponent;
|
|
23628
|
+
exports.ɵdi = InlineEditNumberComponent;
|
|
23629
|
+
exports.ɵdj = InlineEditTextComponent;
|
|
23630
|
+
exports.ɵdk = InlineEditTextAreaComponent;
|
|
23631
|
+
exports.ɵdl = InlineEditTextAreaIAComponent;
|
|
23632
|
+
exports.ɵdm = KanbanEventService;
|
|
23633
|
+
exports.ɵdn = KanbanItemComponent;
|
|
23634
|
+
exports.ɵdo = KanbanColumnComponent;
|
|
23635
|
+
exports.ɵdp = KanbanItemDraggingComponent;
|
|
23636
|
+
exports.ɵdq = NumberLocaleOptions;
|
|
23637
|
+
exports.ɵdr = BorderButtonModule;
|
|
23638
|
+
exports.ɵds = BorderButtonComponent;
|
|
23639
|
+
exports.ɵdt = ProgressBarDeterminateComponent;
|
|
23640
|
+
exports.ɵdu = ProgressBarIndeterminateComponent;
|
|
23641
|
+
exports.ɵdv = SelectButtonItemComponent;
|
|
23642
|
+
exports.ɵdw = SlidePanelService;
|
|
23643
|
+
exports.ɵdx = ThumbnailItemComponent;
|
|
23644
|
+
exports.ɵdy = ThumbnailItemVideoComponent;
|
|
23645
|
+
exports.ɵdz = ThumbnailItemImageComponent;
|
|
23646
|
+
exports.ɵe = TieredMenuService;
|
|
23647
|
+
exports.ɵea = TimelineItemModule;
|
|
23648
|
+
exports.ɵeb = TimelineIconItemComponent;
|
|
23649
|
+
exports.ɵec = HorizontalTimelineModule;
|
|
23650
|
+
exports.ɵed = HorizontalTimelineComponent;
|
|
23651
|
+
exports.ɵee = VerticalTimelineModule;
|
|
23652
|
+
exports.ɵef = VerticalTimelineComponent;
|
|
23653
|
+
exports.ɵeg = RangeLineComponent;
|
|
23654
|
+
exports.ɵeh = CollapseOptionComponent;
|
|
23655
|
+
exports.ɵei = CollapsedItemsComponent;
|
|
23656
|
+
exports.ɵej = VerticalItemsComponent;
|
|
23657
|
+
exports.ɵek = ChipItemComponent;
|
|
23658
|
+
exports.ɵf = TieredMenuGlobalService;
|
|
23659
|
+
exports.ɵg = TieredMenuComponent;
|
|
23660
|
+
exports.ɵh = TieredMenuNestedComponent;
|
|
23661
|
+
exports.ɵi = TieredMenuItemComponent;
|
|
23662
|
+
exports.ɵj = TieredMenuDividerComponent;
|
|
23663
|
+
exports.ɵk = LocalizedCurrencyImpurePipe;
|
|
23664
|
+
exports.ɵl = LocalizedBignumberPipe;
|
|
23665
|
+
exports.ɵm = LocalizedBignumberImpurePipe;
|
|
23666
|
+
exports.ɵn = NumericPipe;
|
|
23667
|
+
exports.ɵo = ChatMessageComponent;
|
|
23668
|
+
exports.ɵp = CustomTranslationsModule;
|
|
23669
|
+
exports.ɵq = CodeEditorComponent;
|
|
23670
|
+
exports.ɵr = CoreFacade;
|
|
23671
|
+
exports.ɵs = CodeMirror6Core;
|
|
23672
|
+
exports.ɵt = CountryPhonePickerService;
|
|
23673
|
+
exports.ɵu = EmptyStateGoBackComponent;
|
|
23674
|
+
exports.ɵv = IAssistIconComponent;
|
|
23675
|
+
exports.ɵw = SeniorIconComponent;
|
|
23676
|
+
exports.ɵx = DotsIndicatorComponent;
|
|
23677
|
+
exports.ɵy = LoadingIndicatorComponent;
|
|
23678
|
+
exports.ɵz = FileUploadService;
|
|
23679
23679
|
|
|
23680
23680
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
23681
23681
|
|