@seniorsistemas/angular-components 17.26.13 → 17.26.14
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 +114 -116
- 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 +5 -6
- package/esm2015/seniorsistemas-angular-components.js +112 -113
- package/esm5/components/bignumber-input/bignumber-input.directive.js +5 -6
- package/esm5/seniorsistemas-angular-components.js +112 -113
- package/fesm2015/seniorsistemas-angular-components.js +4 -5
- package/fesm2015/seniorsistemas-angular-components.js.map +1 -1
- package/fesm5/seniorsistemas-angular-components.js +4 -5
- 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
|
@@ -1991,14 +1991,14 @@
|
|
|
1991
1991
|
|
|
1992
1992
|
var BignumberInputDirective = /** @class */ (function (_super) {
|
|
1993
1993
|
__extends(BignumberInputDirective, _super);
|
|
1994
|
-
function BignumberInputDirective(injector
|
|
1994
|
+
function BignumberInputDirective(injector) {
|
|
1995
1995
|
var _this = _super.call(this, injector) || this;
|
|
1996
|
-
_this._angularComponentsLocaleService = _angularComponentsLocaleService;
|
|
1997
1996
|
_this.precision = 15;
|
|
1998
1997
|
_this.scale = 0;
|
|
1999
1998
|
_this.alignTo = ng2CurrencyMask.AlignmentOptions.LEFT;
|
|
2000
1999
|
_this.allowNegative = true;
|
|
2001
2000
|
_this.pasteRejected = new core.EventEmitter();
|
|
2001
|
+
_this._angularComponentsLocaleService = injector.get(LocaleService);
|
|
2002
2002
|
_this.onLocaleService();
|
|
2003
2003
|
return _this;
|
|
2004
2004
|
}
|
|
@@ -2084,8 +2084,7 @@
|
|
|
2084
2084
|
};
|
|
2085
2085
|
var BignumberInputDirective_1;
|
|
2086
2086
|
BignumberInputDirective.ctorParameters = function () { return [
|
|
2087
|
-
{ type: core.Injector }
|
|
2088
|
-
{ type: LocaleService }
|
|
2087
|
+
{ type: core.Injector }
|
|
2089
2088
|
]; };
|
|
2090
2089
|
__decorate([
|
|
2091
2090
|
core.Input()
|
|
@@ -23625,119 +23624,118 @@
|
|
|
23625
23624
|
exports.ɵ4 = ɵ4;
|
|
23626
23625
|
exports.ɵa = TooltipComponent;
|
|
23627
23626
|
exports.ɵb = TooltipDirective;
|
|
23628
|
-
exports.ɵba =
|
|
23629
|
-
exports.ɵbb =
|
|
23630
|
-
exports.ɵbc =
|
|
23631
|
-
exports.ɵbd =
|
|
23632
|
-
exports.ɵbe =
|
|
23633
|
-
exports.ɵbf =
|
|
23634
|
-
exports.ɵbg =
|
|
23635
|
-
exports.ɵbh =
|
|
23636
|
-
exports.ɵbi =
|
|
23637
|
-
exports.ɵbj =
|
|
23638
|
-
exports.ɵbk =
|
|
23639
|
-
exports.ɵbl =
|
|
23640
|
-
exports.ɵbm =
|
|
23641
|
-
exports.ɵbn =
|
|
23642
|
-
exports.ɵbo =
|
|
23643
|
-
exports.ɵbp =
|
|
23644
|
-
exports.ɵbq =
|
|
23645
|
-
exports.ɵbr =
|
|
23646
|
-
exports.ɵbs =
|
|
23647
|
-
exports.ɵbt =
|
|
23648
|
-
exports.ɵbu =
|
|
23649
|
-
exports.ɵbv =
|
|
23650
|
-
exports.ɵbw =
|
|
23651
|
-
exports.ɵbx =
|
|
23652
|
-
exports.ɵby =
|
|
23653
|
-
exports.ɵbz =
|
|
23627
|
+
exports.ɵba = TableColumnsComponent;
|
|
23628
|
+
exports.ɵbb = TablePagingComponent;
|
|
23629
|
+
exports.ɵbc = PasswordFieldModule;
|
|
23630
|
+
exports.ɵbd = FieldLabelModule;
|
|
23631
|
+
exports.ɵbe = FieldLabelComponent;
|
|
23632
|
+
exports.ɵbf = PasswordFieldComponent;
|
|
23633
|
+
exports.ɵbg = TextFieldModule;
|
|
23634
|
+
exports.ɵbh = TextFieldComponent;
|
|
23635
|
+
exports.ɵbi = NumberFieldModule;
|
|
23636
|
+
exports.ɵbj = NumberFieldComponent;
|
|
23637
|
+
exports.ɵbk = CurrencyFieldModule;
|
|
23638
|
+
exports.ɵbl = CurrencyFieldComponent;
|
|
23639
|
+
exports.ɵbm = BignumberFieldModule;
|
|
23640
|
+
exports.ɵbn = BignumberFieldComponent;
|
|
23641
|
+
exports.ɵbo = CheckboxFieldModule;
|
|
23642
|
+
exports.ɵbp = CheckboxFieldComponent;
|
|
23643
|
+
exports.ɵbq = ProfilePictureModule;
|
|
23644
|
+
exports.ɵbr = ThumbnailService;
|
|
23645
|
+
exports.ɵbs = StructureModule;
|
|
23646
|
+
exports.ɵbt = HeaderComponent;
|
|
23647
|
+
exports.ɵbu = FooterComponent;
|
|
23648
|
+
exports.ɵbv = ProfilePictureFieldComponent;
|
|
23649
|
+
exports.ɵbw = EditorFieldModule;
|
|
23650
|
+
exports.ɵbx = EditorFieldComponent;
|
|
23651
|
+
exports.ɵby = SpeechRecognitionModule;
|
|
23652
|
+
exports.ɵbz = SpeechRecognitionComponent;
|
|
23654
23653
|
exports.ɵc = InfoSignComponent;
|
|
23655
|
-
exports.ɵca =
|
|
23656
|
-
exports.ɵcb =
|
|
23657
|
-
exports.ɵcc =
|
|
23658
|
-
exports.ɵcd =
|
|
23659
|
-
exports.ɵce =
|
|
23660
|
-
exports.ɵcf =
|
|
23661
|
-
exports.ɵcg =
|
|
23662
|
-
exports.ɵch =
|
|
23663
|
-
exports.ɵci =
|
|
23664
|
-
exports.ɵcj =
|
|
23665
|
-
exports.ɵck =
|
|
23666
|
-
exports.ɵcl =
|
|
23667
|
-
exports.ɵcm =
|
|
23668
|
-
exports.ɵcn =
|
|
23669
|
-
exports.ɵco =
|
|
23670
|
-
exports.ɵcp =
|
|
23671
|
-
exports.ɵcq =
|
|
23672
|
-
exports.ɵcr =
|
|
23673
|
-
exports.ɵcs =
|
|
23674
|
-
exports.ɵct =
|
|
23675
|
-
exports.ɵcu =
|
|
23676
|
-
exports.ɵcv =
|
|
23677
|
-
exports.ɵ
|
|
23678
|
-
exports.ɵcy =
|
|
23679
|
-
exports.ɵcz =
|
|
23680
|
-
exports.ɵd =
|
|
23681
|
-
exports.ɵda =
|
|
23682
|
-
exports.ɵdb =
|
|
23683
|
-
exports.ɵdc =
|
|
23684
|
-
exports.ɵdd =
|
|
23685
|
-
exports.ɵde =
|
|
23686
|
-
exports.ɵdf =
|
|
23687
|
-
exports.ɵdg =
|
|
23688
|
-
exports.ɵdh =
|
|
23689
|
-
exports.ɵdi =
|
|
23690
|
-
exports.ɵdj =
|
|
23691
|
-
exports.ɵdk =
|
|
23692
|
-
exports.ɵdl =
|
|
23693
|
-
exports.ɵdm =
|
|
23694
|
-
exports.ɵdn =
|
|
23695
|
-
exports.ɵdo =
|
|
23696
|
-
exports.ɵdp =
|
|
23697
|
-
exports.ɵdq =
|
|
23698
|
-
exports.ɵdr =
|
|
23699
|
-
exports.ɵds =
|
|
23700
|
-
exports.ɵdt =
|
|
23701
|
-
exports.ɵdu =
|
|
23702
|
-
exports.ɵdv =
|
|
23703
|
-
exports.ɵdw =
|
|
23704
|
-
exports.ɵdx =
|
|
23705
|
-
exports.ɵdy =
|
|
23706
|
-
exports.ɵdz =
|
|
23707
|
-
exports.ɵe =
|
|
23708
|
-
exports.ɵea =
|
|
23709
|
-
exports.ɵeb =
|
|
23710
|
-
exports.ɵec =
|
|
23711
|
-
exports.ɵed =
|
|
23712
|
-
exports.ɵee =
|
|
23713
|
-
exports.ɵef =
|
|
23714
|
-
exports.ɵeg =
|
|
23715
|
-
exports.ɵeh =
|
|
23716
|
-
exports.ɵei =
|
|
23717
|
-
exports.ɵej =
|
|
23718
|
-
exports.ɵek =
|
|
23719
|
-
exports.ɵ
|
|
23720
|
-
exports.ɵ
|
|
23721
|
-
exports.ɵ
|
|
23722
|
-
exports.ɵ
|
|
23723
|
-
exports.ɵ
|
|
23724
|
-
exports.ɵ
|
|
23725
|
-
exports.ɵ
|
|
23726
|
-
exports.ɵ
|
|
23727
|
-
exports.ɵ
|
|
23728
|
-
exports.ɵ
|
|
23729
|
-
exports.ɵ
|
|
23730
|
-
exports.ɵ
|
|
23731
|
-
exports.ɵ
|
|
23732
|
-
exports.ɵ
|
|
23733
|
-
exports.ɵ
|
|
23734
|
-
exports.ɵ
|
|
23735
|
-
exports.ɵ
|
|
23736
|
-
exports.ɵ
|
|
23737
|
-
exports.ɵ
|
|
23738
|
-
exports.ɵ
|
|
23739
|
-
exports.ɵ
|
|
23740
|
-
exports.ɵz = LoadingIndicatorComponent;
|
|
23654
|
+
exports.ɵca = SpeechRecognitionService;
|
|
23655
|
+
exports.ɵcb = TextToSpeechService;
|
|
23656
|
+
exports.ɵcc = AutocompleteFieldComponent;
|
|
23657
|
+
exports.ɵcd = BooleanFieldComponent;
|
|
23658
|
+
exports.ɵce = BooleanSwitchFieldComponent;
|
|
23659
|
+
exports.ɵcf = CalendarFieldComponent;
|
|
23660
|
+
exports.ɵcg = ChipsFieldComponent;
|
|
23661
|
+
exports.ɵch = CountryPhonePickerFieldComponent;
|
|
23662
|
+
exports.ɵci = DynamicFieldComponent;
|
|
23663
|
+
exports.ɵcj = DynamicFormDirective;
|
|
23664
|
+
exports.ɵck = FieldsetComponent;
|
|
23665
|
+
exports.ɵcl = FileUploadComponent$1;
|
|
23666
|
+
exports.ɵcm = LookupFieldComponent;
|
|
23667
|
+
exports.ɵcn = RadioButtonComponent;
|
|
23668
|
+
exports.ɵco = RowComponent;
|
|
23669
|
+
exports.ɵcp = SectionComponent;
|
|
23670
|
+
exports.ɵcq = SelectFieldComponent;
|
|
23671
|
+
exports.ɵcr = SliderFieldComponent;
|
|
23672
|
+
exports.ɵcs = TextAreaFieldComponent;
|
|
23673
|
+
exports.ɵct = TextAreaIAFieldComponent;
|
|
23674
|
+
exports.ɵcu = IAssistService;
|
|
23675
|
+
exports.ɵcv = ButtonFieldComponent;
|
|
23676
|
+
exports.ɵcx = DecimalField;
|
|
23677
|
+
exports.ɵcy = SideTableComponent;
|
|
23678
|
+
exports.ɵcz = InfiniteScrollModule;
|
|
23679
|
+
exports.ɵd = TieredMenuEventService;
|
|
23680
|
+
exports.ɵda = InfiniteScrollDirective;
|
|
23681
|
+
exports.ɵdb = IAInsightSidebarComponent;
|
|
23682
|
+
exports.ɵdc = IAInsightCardComponent;
|
|
23683
|
+
exports.ɵdd = IAInsightCardLoaderComponent;
|
|
23684
|
+
exports.ɵde = GridMenuItemComponent;
|
|
23685
|
+
exports.ɵdf = InlineEditItemComponent;
|
|
23686
|
+
exports.ɵdg = InlineEditCalendarComponent;
|
|
23687
|
+
exports.ɵdh = InlineEditLookupComponent;
|
|
23688
|
+
exports.ɵdi = InlineEditNumberComponent;
|
|
23689
|
+
exports.ɵdj = InlineEditTextComponent;
|
|
23690
|
+
exports.ɵdk = InlineEditTextAreaComponent;
|
|
23691
|
+
exports.ɵdl = InlineEditTextAreaIAComponent;
|
|
23692
|
+
exports.ɵdm = KanbanEventService;
|
|
23693
|
+
exports.ɵdn = KanbanItemComponent;
|
|
23694
|
+
exports.ɵdo = KanbanColumnComponent;
|
|
23695
|
+
exports.ɵdp = KanbanItemDraggingComponent;
|
|
23696
|
+
exports.ɵdq = NumberLocaleOptions;
|
|
23697
|
+
exports.ɵdr = BorderButtonModule;
|
|
23698
|
+
exports.ɵds = BorderButtonComponent;
|
|
23699
|
+
exports.ɵdt = ProgressBarDeterminateComponent;
|
|
23700
|
+
exports.ɵdu = ProgressBarIndeterminateComponent;
|
|
23701
|
+
exports.ɵdv = SelectButtonItemComponent;
|
|
23702
|
+
exports.ɵdw = SlidePanelService;
|
|
23703
|
+
exports.ɵdx = ThumbnailItemComponent;
|
|
23704
|
+
exports.ɵdy = ThumbnailItemVideoComponent;
|
|
23705
|
+
exports.ɵdz = ThumbnailItemImageComponent;
|
|
23706
|
+
exports.ɵe = TieredMenuService;
|
|
23707
|
+
exports.ɵea = TimelineItemModule;
|
|
23708
|
+
exports.ɵeb = TimelineIconItemComponent;
|
|
23709
|
+
exports.ɵec = HorizontalTimelineModule;
|
|
23710
|
+
exports.ɵed = HorizontalTimelineComponent;
|
|
23711
|
+
exports.ɵee = VerticalTimelineModule;
|
|
23712
|
+
exports.ɵef = VerticalTimelineComponent;
|
|
23713
|
+
exports.ɵeg = RangeLineComponent;
|
|
23714
|
+
exports.ɵeh = CollapseOptionComponent;
|
|
23715
|
+
exports.ɵei = CollapsedItemsComponent;
|
|
23716
|
+
exports.ɵej = VerticalItemsComponent;
|
|
23717
|
+
exports.ɵek = ChipItemComponent;
|
|
23718
|
+
exports.ɵf = TieredMenuGlobalService;
|
|
23719
|
+
exports.ɵg = TieredMenuComponent;
|
|
23720
|
+
exports.ɵh = TieredMenuNestedComponent;
|
|
23721
|
+
exports.ɵi = TieredMenuItemComponent;
|
|
23722
|
+
exports.ɵj = TieredMenuDividerComponent;
|
|
23723
|
+
exports.ɵk = LocalizedCurrencyImpurePipe;
|
|
23724
|
+
exports.ɵl = LocalizedBignumberPipe;
|
|
23725
|
+
exports.ɵm = LocalizedBignumberImpurePipe;
|
|
23726
|
+
exports.ɵn = NumericPipe;
|
|
23727
|
+
exports.ɵo = ChatMessageComponent;
|
|
23728
|
+
exports.ɵp = CustomTranslationsModule;
|
|
23729
|
+
exports.ɵq = CodeEditorComponent;
|
|
23730
|
+
exports.ɵr = CoreFacade;
|
|
23731
|
+
exports.ɵs = CodeMirror6Core;
|
|
23732
|
+
exports.ɵt = CountryPhonePickerService;
|
|
23733
|
+
exports.ɵu = EmptyStateGoBackComponent;
|
|
23734
|
+
exports.ɵv = IAssistIconComponent;
|
|
23735
|
+
exports.ɵw = SeniorIconComponent;
|
|
23736
|
+
exports.ɵx = DotsIndicatorComponent;
|
|
23737
|
+
exports.ɵy = LoadingIndicatorComponent;
|
|
23738
|
+
exports.ɵz = FileUploadService;
|
|
23741
23739
|
|
|
23742
23740
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
23743
23741
|
|