@breadstone/mosaik-elements-angular 0.0.75 → 0.0.77
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/CHANGELOG.md +275 -0
- package/Cdk/Animations/AnimateDirective.d.ts +50 -0
- package/Cdk/Animations/AnimateDirective.d.ts.map +1 -0
- package/Cdk/Animations/AnimateProvider.d.ts +9 -0
- package/Cdk/Animations/AnimateProvider.d.ts.map +1 -0
- package/Cdk/Animations/AnimationRegistry.d.ts +42 -0
- package/Cdk/Animations/AnimationRegistry.d.ts.map +1 -0
- package/Cdk/Breakpoint/BreakpointDirective.d.ts +45 -0
- package/Cdk/Breakpoint/BreakpointDirective.d.ts.map +1 -0
- package/Cdk/Breakpoint/BreakpointProvider.d.ts +9 -0
- package/Cdk/Breakpoint/BreakpointProvider.d.ts.map +1 -0
- package/Cdk/Breakpoint/BreakpointRegistry.d.ts +69 -0
- package/Cdk/Breakpoint/BreakpointRegistry.d.ts.map +1 -0
- package/Cdk/Cancel.d.ts +33 -0
- package/Cdk/Cancel.d.ts.map +1 -0
- package/Cdk/CancelReason.d.ts +5 -0
- package/Cdk/CancelReason.d.ts.map +1 -0
- package/Cdk/Cdk.d.ts +37 -0
- package/Cdk/Cdk.d.ts.map +1 -0
- package/Cdk/Controls/Effects/PerspectiveDirective.d.ts +43 -0
- package/Cdk/Controls/Effects/PerspectiveDirective.d.ts.map +1 -0
- package/Cdk/Controls/Effects/RippleDirective.d.ts +43 -0
- package/Cdk/Controls/Effects/RippleDirective.d.ts.map +1 -0
- package/Cdk/Controls/Effects/ScaleDirective.d.ts +43 -0
- package/Cdk/Controls/Effects/ScaleDirective.d.ts.map +1 -0
- package/Cdk/Controls/Primitives/Directives/FlipToDirective.d.ts +25 -0
- package/Cdk/Controls/Primitives/Directives/FlipToDirective.d.ts.map +1 -0
- package/Cdk/Dialog/DialogPortalComponent.d.ts +43 -0
- package/Cdk/Dialog/DialogPortalComponent.d.ts.map +1 -0
- package/Cdk/Dialog/DialogRef.d.ts +73 -0
- package/Cdk/Dialog/DialogRef.d.ts.map +1 -0
- package/Cdk/Dialog/DialogService.d.ts +77 -0
- package/Cdk/Dialog/DialogService.d.ts.map +1 -0
- package/Cdk/Dialog/DialogTokens.d.ts +16 -0
- package/Cdk/Dialog/DialogTokens.d.ts.map +1 -0
- package/Cdk/Dialog/IDialogBehavior.d.ts +17 -0
- package/Cdk/Dialog/IDialogBehavior.d.ts.map +1 -0
- package/Cdk/Dialog/IDialogConfig.d.ts +38 -0
- package/Cdk/Dialog/IDialogConfig.d.ts.map +1 -0
- package/Cdk/Dialog/IDialogRef.d.ts +31 -0
- package/Cdk/Dialog/IDialogRef.d.ts.map +1 -0
- package/Cdk/Forms/FormStatusDirective.d.ts +43 -0
- package/Cdk/Forms/FormStatusDirective.d.ts.map +1 -0
- package/Cdk/Forms/FormValidator.d.ts +37 -0
- package/Cdk/Forms/FormValidator.d.ts.map +1 -0
- package/Cdk/Forms/Validators/Validators.d.ts +59 -0
- package/Cdk/Forms/Validators/Validators.d.ts.map +1 -0
- package/Cdk/ICancel.d.ts +9 -0
- package/Cdk/ICancel.d.ts.map +1 -0
- package/Cdk/Icon/IconDirective.d.ts +33 -0
- package/Cdk/Icon/IconDirective.d.ts.map +1 -0
- package/Cdk/Icon/IconNameDirective.d.ts +33 -0
- package/Cdk/Icon/IconNameDirective.d.ts.map +1 -0
- package/Cdk/Icon/IconProvider.d.ts +8 -0
- package/Cdk/Icon/IconProvider.d.ts.map +1 -0
- package/Cdk/Icon/IconRegistry.d.ts +42 -0
- package/Cdk/Icon/IconRegistry.d.ts.map +1 -0
- package/Cdk/Injection/StatelessInjector.d.ts +2 -0
- package/Cdk/Injection/StatelessInjector.d.ts.map +1 -0
- package/Cdk/Layout/FlexDirective.d.ts +31 -0
- package/Cdk/Layout/FlexDirective.d.ts.map +1 -0
- package/Cdk/Pipes/OfPipe.d.ts +14 -0
- package/Cdk/Pipes/OfPipe.d.ts.map +1 -0
- package/Cdk/Portal/IPortalRef.d.ts +15 -0
- package/Cdk/Portal/IPortalRef.d.ts.map +1 -0
- package/Cdk/Portal/PortalComponent.d.ts +64 -0
- package/Cdk/Portal/PortalComponent.d.ts.map +1 -0
- package/Cdk/Portal/PortalProvider.d.ts +106 -0
- package/Cdk/Portal/PortalProvider.d.ts.map +1 -0
- package/Cdk/Portal/PortalRef.d.ts +50 -0
- package/Cdk/Portal/PortalRef.d.ts.map +1 -0
- package/Cdk/Theme/ThemeProvider.d.ts +20 -0
- package/Cdk/Theme/ThemeProvider.d.ts.map +1 -0
- package/Cdk/Theme/ThemeTokens.d.ts +11 -0
- package/Cdk/Theme/ThemeTokens.d.ts.map +1 -0
- package/Cdk/Theming/TypographyDirective.d.ts +22 -0
- package/Cdk/Theming/TypographyDirective.d.ts.map +1 -0
- package/Cdk/Toast/ToastService.d.ts +25 -0
- package/Cdk/Toast/ToastService.d.ts.map +1 -0
- package/Cdk/Translate/TranslateDirective.d.ts +52 -0
- package/Cdk/Translate/TranslateDirective.d.ts.map +1 -0
- package/Cdk/Translate/TranslatePipe.d.ts +39 -0
- package/Cdk/Translate/TranslatePipe.d.ts.map +1 -0
- package/Cdk/Translate/TranslationProvider.d.ts +10 -0
- package/Cdk/Translate/TranslationProvider.d.ts.map +1 -0
- package/Cdk/Utils/Merge.d.ts +4 -0
- package/Cdk/Utils/Merge.d.ts.map +1 -0
- package/Controls/Components/Buttons/Anchor/AnchorComponent.d.ts +68 -0
- package/Controls/Components/Buttons/Anchor/AnchorComponent.d.ts.map +1 -0
- package/Controls/Components/Buttons/Button/ButtonComponent.d.ts +96 -0
- package/Controls/Components/Buttons/Button/ButtonComponent.d.ts.map +1 -0
- package/Controls/Components/Buttons/Button/ButtonGroupComponent.d.ts +60 -0
- package/Controls/Components/Buttons/Button/ButtonGroupComponent.d.ts.map +1 -0
- package/Controls/Components/Buttons/CompoundButton/CompoundButtonComponent.d.ts +96 -0
- package/Controls/Components/Buttons/CompoundButton/CompoundButtonComponent.d.ts.map +1 -0
- package/Controls/Components/Buttons/DropDownButton/DropDownButtonComponent.d.ts +105 -0
- package/Controls/Components/Buttons/DropDownButton/DropDownButtonComponent.d.ts.map +1 -0
- package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonComponent.d.ts +78 -0
- package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonComponent.d.ts.map +1 -0
- package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonGroupComponent.d.ts +78 -0
- package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonGroupComponent.d.ts.map +1 -0
- package/Controls/Components/Buttons/RepeatButton/RepeatButtonComponent.d.ts +96 -0
- package/Controls/Components/Buttons/RepeatButton/RepeatButtonComponent.d.ts.map +1 -0
- package/Controls/Components/Buttons/SplitButton/SplitButtonComponent.d.ts +103 -0
- package/Controls/Components/Buttons/SplitButton/SplitButtonComponent.d.ts.map +1 -0
- package/Controls/Components/Buttons/ToggleButton/ToggleButtonComponent.d.ts +94 -0
- package/Controls/Components/Buttons/ToggleButton/ToggleButtonComponent.d.ts.map +1 -0
- package/Controls/Components/Cells/CellComponent.d.ts +63 -0
- package/Controls/Components/Cells/CellComponent.d.ts.map +1 -0
- package/Controls/Components/Cells/CellGroupComponent.d.ts +55 -0
- package/Controls/Components/Cells/CellGroupComponent.d.ts.map +1 -0
- package/Controls/Components/Charts/ChartComponent.d.ts +116 -0
- package/Controls/Components/Charts/ChartComponent.d.ts.map +1 -0
- package/Controls/Components/Effects/Pattern/PatternComponent.d.ts +64 -0
- package/Controls/Components/Effects/Pattern/PatternComponent.d.ts.map +1 -0
- package/Controls/Components/Effects/Perspective/PerspectiveComponent.d.ts +60 -0
- package/Controls/Components/Effects/Perspective/PerspectiveComponent.d.ts.map +1 -0
- package/Controls/Components/Effects/Ripple/RippleComponent.d.ts +64 -0
- package/Controls/Components/Effects/Ripple/RippleComponent.d.ts.map +1 -0
- package/Controls/Components/Effects/Scale/ScaleComponent.d.ts +62 -0
- package/Controls/Components/Effects/Scale/ScaleComponent.d.ts.map +1 -0
- package/Controls/Components/Forms/FormComponent.d.ts +62 -0
- package/Controls/Components/Forms/FormComponent.d.ts.map +1 -0
- package/Controls/Components/Forms/FormFieldComponent.d.ts +89 -0
- package/Controls/Components/Forms/FormFieldComponent.d.ts.map +1 -0
- package/Controls/Components/Grouping/Banner/BannerComponent.d.ts +89 -0
- package/Controls/Components/Grouping/Banner/BannerComponent.d.ts.map +1 -0
- package/Controls/Components/Grouping/Banner/BannerHeaderComponent.d.ts +60 -0
- package/Controls/Components/Grouping/Banner/BannerHeaderComponent.d.ts.map +1 -0
- package/Controls/Components/Grouping/Banner/BannerSubHeaderComponent.d.ts +60 -0
- package/Controls/Components/Grouping/Banner/BannerSubHeaderComponent.d.ts.map +1 -0
- package/Controls/Components/Grouping/Breadcrumb/BreadcrumbComponent.d.ts +54 -0
- package/Controls/Components/Grouping/Breadcrumb/BreadcrumbComponent.d.ts.map +1 -0
- package/Controls/Components/Grouping/Breadcrumb/BreadcrumbItemComponent.d.ts +54 -0
- package/Controls/Components/Grouping/Breadcrumb/BreadcrumbItemComponent.d.ts.map +1 -0
- package/Controls/Components/Grouping/Card/CardActionsComponent.d.ts +54 -0
- package/Controls/Components/Grouping/Card/CardActionsComponent.d.ts.map +1 -0
- package/Controls/Components/Grouping/Card/CardComponent.d.ts +79 -0
- package/Controls/Components/Grouping/Card/CardComponent.d.ts.map +1 -0
- package/Controls/Components/Grouping/Card/CardContentComponent.d.ts +60 -0
- package/Controls/Components/Grouping/Card/CardContentComponent.d.ts.map +1 -0
- package/Controls/Components/Grouping/Card/CardFooterComponent.d.ts +52 -0
- package/Controls/Components/Grouping/Card/CardFooterComponent.d.ts.map +1 -0
- package/Controls/Components/Grouping/Card/CardHeaderComponent.d.ts +62 -0
- package/Controls/Components/Grouping/Card/CardHeaderComponent.d.ts.map +1 -0
- package/Controls/Components/Grouping/Card/CardSubTitleComponent.d.ts +60 -0
- package/Controls/Components/Grouping/Card/CardSubTitleComponent.d.ts.map +1 -0
- package/Controls/Components/Grouping/Card/CardTitleComponent.d.ts +60 -0
- package/Controls/Components/Grouping/Card/CardTitleComponent.d.ts.map +1 -0
- package/Controls/Components/Grouping/Disclosure/DisclosureComponent.d.ts +59 -0
- package/Controls/Components/Grouping/Disclosure/DisclosureComponent.d.ts.map +1 -0
- package/Controls/Components/Grouping/Expander/ExpanderComponent.d.ts +83 -0
- package/Controls/Components/Grouping/Expander/ExpanderComponent.d.ts.map +1 -0
- package/Controls/Components/Grouping/Expander/ExpanderGroupComponent.d.ts +62 -0
- package/Controls/Components/Grouping/Expander/ExpanderGroupComponent.d.ts.map +1 -0
- package/Controls/Components/Grouping/Expander/ExpanderHeaderComponent.d.ts +54 -0
- package/Controls/Components/Grouping/Expander/ExpanderHeaderComponent.d.ts.map +1 -0
- package/Controls/Components/Grouping/Expander/ExpanderSubHeaderComponent.d.ts +54 -0
- package/Controls/Components/Grouping/Expander/ExpanderSubHeaderComponent.d.ts.map +1 -0
- package/Controls/Components/Grouping/Toolbar/ToolbarComponent.d.ts +68 -0
- package/Controls/Components/Grouping/Toolbar/ToolbarComponent.d.ts.map +1 -0
- package/Controls/Components/Inputs/AutoCompleteBox/AutoCompleteBoxComponent.d.ts +72 -0
- package/Controls/Components/Inputs/AutoCompleteBox/AutoCompleteBoxComponent.d.ts.map +1 -0
- package/Controls/Components/Inputs/Calendar/CalendarComponent.d.ts +113 -0
- package/Controls/Components/Inputs/Calendar/CalendarComponent.d.ts.map +1 -0
- package/Controls/Components/Inputs/Calendar/CalendarHeaderComponent.d.ts +56 -0
- package/Controls/Components/Inputs/Calendar/CalendarHeaderComponent.d.ts.map +1 -0
- package/Controls/Components/Inputs/Calendar/CalendarItemComponent.d.ts +78 -0
- package/Controls/Components/Inputs/Calendar/CalendarItemComponent.d.ts.map +1 -0
- package/Controls/Components/Inputs/Calendar/CalendarSubHeaderComponent.d.ts +56 -0
- package/Controls/Components/Inputs/Calendar/CalendarSubHeaderComponent.d.ts.map +1 -0
- package/Controls/Components/Inputs/CheckBox/CheckBoxComponent.d.ts +89 -0
- package/Controls/Components/Inputs/CheckBox/CheckBoxComponent.d.ts.map +1 -0
- package/Controls/Components/Inputs/CheckBox/CheckBoxGroupComponent.d.ts +77 -0
- package/Controls/Components/Inputs/CheckBox/CheckBoxGroupComponent.d.ts.map +1 -0
- package/Controls/Components/Inputs/ChipBox/ChipBoxComponent.d.ts +111 -0
- package/Controls/Components/Inputs/ChipBox/ChipBoxComponent.d.ts.map +1 -0
- package/Controls/Components/Inputs/Choice/ChoiceComponent.d.ts +93 -0
- package/Controls/Components/Inputs/Choice/ChoiceComponent.d.ts.map +1 -0
- package/Controls/Components/Inputs/Choice/ChoiceGroupComponent.d.ts +77 -0
- package/Controls/Components/Inputs/Choice/ChoiceGroupComponent.d.ts.map +1 -0
- package/Controls/Components/Inputs/Choice/ChoiceGroupHeaderComponent.d.ts +52 -0
- package/Controls/Components/Inputs/Choice/ChoiceGroupHeaderComponent.d.ts.map +1 -0
- package/Controls/Components/Inputs/ColorBox/ColorBoxComponent.d.ts +115 -0
- package/Controls/Components/Inputs/ColorBox/ColorBoxComponent.d.ts.map +1 -0
- package/Controls/Components/Inputs/DateBox/DateBoxComponent.d.ts +149 -0
- package/Controls/Components/Inputs/DateBox/DateBoxComponent.d.ts.map +1 -0
- package/Controls/Components/Inputs/DateTimeBox/DateTimeBoxComponent.d.ts +147 -0
- package/Controls/Components/Inputs/DateTimeBox/DateTimeBoxComponent.d.ts.map +1 -0
- package/Controls/Components/Inputs/FileUpload/FilePickerComponent.d.ts +62 -0
- package/Controls/Components/Inputs/FileUpload/FilePickerComponent.d.ts.map +1 -0
- package/Controls/Components/Inputs/FileUpload/FileUploadComponent.d.ts +97 -0
- package/Controls/Components/Inputs/FileUpload/FileUploadComponent.d.ts.map +1 -0
- package/Controls/Components/Inputs/FileUpload/FileUploadItemComponent.d.ts +58 -0
- package/Controls/Components/Inputs/FileUpload/FileUploadItemComponent.d.ts.map +1 -0
- package/Controls/Components/Inputs/NumberBox/NumberBoxComponent.d.ts +124 -0
- package/Controls/Components/Inputs/NumberBox/NumberBoxComponent.d.ts.map +1 -0
- package/Controls/Components/Inputs/PasswordBox/PasswordBoxComponent.d.ts +107 -0
- package/Controls/Components/Inputs/PasswordBox/PasswordBoxComponent.d.ts.map +1 -0
- package/Controls/Components/Inputs/PinBox/PinBoxComponent.d.ts +95 -0
- package/Controls/Components/Inputs/PinBox/PinBoxComponent.d.ts.map +1 -0
- package/Controls/Components/Inputs/Radio/RadioComponent.d.ts +89 -0
- package/Controls/Components/Inputs/Radio/RadioComponent.d.ts.map +1 -0
- package/Controls/Components/Inputs/Radio/RadioGroupComponent.d.ts +77 -0
- package/Controls/Components/Inputs/Radio/RadioGroupComponent.d.ts.map +1 -0
- package/Controls/Components/Inputs/Rating/RatingComponent.d.ts +78 -0
- package/Controls/Components/Inputs/Rating/RatingComponent.d.ts.map +1 -0
- package/Controls/Components/Inputs/RichTextBox/RichTextBoxComponent.d.ts +110 -0
- package/Controls/Components/Inputs/RichTextBox/RichTextBoxComponent.d.ts.map +1 -0
- package/Controls/Components/Inputs/SearchBox/SearchBoxComponent.d.ts +106 -0
- package/Controls/Components/Inputs/SearchBox/SearchBoxComponent.d.ts.map +1 -0
- package/Controls/Components/Inputs/Select/SelectComponent.d.ts +109 -0
- package/Controls/Components/Inputs/Select/SelectComponent.d.ts.map +1 -0
- package/Controls/Components/Inputs/Select/SelectItemComponent.d.ts +79 -0
- package/Controls/Components/Inputs/Select/SelectItemComponent.d.ts.map +1 -0
- package/Controls/Components/Inputs/Select/SelectItemGroupComponent.d.ts +57 -0
- package/Controls/Components/Inputs/Select/SelectItemGroupComponent.d.ts.map +1 -0
- package/Controls/Components/Inputs/SignaturePad/SignaturePadComponent.d.ts +111 -0
- package/Controls/Components/Inputs/SignaturePad/SignaturePadComponent.d.ts.map +1 -0
- package/Controls/Components/Inputs/TextBox/TextBoxComponent.d.ts +118 -0
- package/Controls/Components/Inputs/TextBox/TextBoxComponent.d.ts.map +1 -0
- package/Controls/Components/Inputs/TimeBox/TimeBoxComponent.d.ts +127 -0
- package/Controls/Components/Inputs/TimeBox/TimeBoxComponent.d.ts.map +1 -0
- package/Controls/Components/Inputs/ToggleSwitch/ToggleSwitchComponent.d.ts +90 -0
- package/Controls/Components/Inputs/ToggleSwitch/ToggleSwitchComponent.d.ts.map +1 -0
- package/Controls/Components/Layouts/Absolute/AbsoluteComponent.d.ts +56 -0
- package/Controls/Components/Layouts/Absolute/AbsoluteComponent.d.ts.map +1 -0
- package/Controls/Components/Layouts/Absolute/AbsoluteItemComponent.d.ts +60 -0
- package/Controls/Components/Layouts/Absolute/AbsoluteItemComponent.d.ts.map +1 -0
- package/Controls/Components/Layouts/Grid/GridComponent.d.ts +64 -0
- package/Controls/Components/Layouts/Grid/GridComponent.d.ts.map +1 -0
- package/Controls/Components/Layouts/Grid/GridItemComponent.d.ts +60 -0
- package/Controls/Components/Layouts/Grid/GridItemComponent.d.ts.map +1 -0
- package/Controls/Components/Layouts/Masonry/MasonryComponent.d.ts +58 -0
- package/Controls/Components/Layouts/Masonry/MasonryComponent.d.ts.map +1 -0
- package/Controls/Components/Layouts/Page/PageComponent.d.ts +58 -0
- package/Controls/Components/Layouts/Page/PageComponent.d.ts.map +1 -0
- package/Controls/Components/Layouts/Page/PageContentComponent.d.ts +60 -0
- package/Controls/Components/Layouts/Page/PageContentComponent.d.ts.map +1 -0
- package/Controls/Components/Layouts/Page/PageHeaderComponent.d.ts +56 -0
- package/Controls/Components/Layouts/Page/PageHeaderComponent.d.ts.map +1 -0
- package/Controls/Components/Layouts/Page/PageMenuComponent.d.ts +56 -0
- package/Controls/Components/Layouts/Page/PageMenuComponent.d.ts.map +1 -0
- package/Controls/Components/Layouts/Page/PagePreContentComponent.d.ts +54 -0
- package/Controls/Components/Layouts/Page/PagePreContentComponent.d.ts.map +1 -0
- package/Controls/Components/Layouts/Page/PagePreHeaderComponent.d.ts +54 -0
- package/Controls/Components/Layouts/Page/PagePreHeaderComponent.d.ts.map +1 -0
- package/Controls/Components/Layouts/Split/SplitComponent.d.ts +78 -0
- package/Controls/Components/Layouts/Split/SplitComponent.d.ts.map +1 -0
- package/Controls/Components/Layouts/Stack/StackComponent.d.ts +66 -0
- package/Controls/Components/Layouts/Stack/StackComponent.d.ts.map +1 -0
- package/Controls/Components/Layouts/TileList/TileListComponent.d.ts +60 -0
- package/Controls/Components/Layouts/TileList/TileListComponent.d.ts.map +1 -0
- package/Controls/Components/Layouts/TileList/TileListItemComponent.d.ts +68 -0
- package/Controls/Components/Layouts/TileList/TileListItemComponent.d.ts.map +1 -0
- package/Controls/Components/Layouts/Virtualize/VirtualizeComponent.d.ts +62 -0
- package/Controls/Components/Layouts/Virtualize/VirtualizeComponent.d.ts.map +1 -0
- package/Controls/Components/Layouts/Wrap/WrapComponent.d.ts +64 -0
- package/Controls/Components/Layouts/Wrap/WrapComponent.d.ts.map +1 -0
- package/Controls/Components/Media/Avatar/AvatarComponent.d.ts +80 -0
- package/Controls/Components/Media/Avatar/AvatarComponent.d.ts.map +1 -0
- package/Controls/Components/Media/Avatar/AvatarGroupComponent.d.ts +63 -0
- package/Controls/Components/Media/Avatar/AvatarGroupComponent.d.ts.map +1 -0
- package/Controls/Components/Media/Badge/BadgeComponent.d.ts +70 -0
- package/Controls/Components/Media/Badge/BadgeComponent.d.ts.map +1 -0
- package/Controls/Components/Media/Camera/CameraComponent.d.ts +85 -0
- package/Controls/Components/Media/Camera/CameraComponent.d.ts.map +1 -0
- package/Controls/Components/Media/Chat/ChatComponent.d.ts +72 -0
- package/Controls/Components/Media/Chat/ChatComponent.d.ts.map +1 -0
- package/Controls/Components/Media/Chat/ChatHeaderComponent.d.ts +59 -0
- package/Controls/Components/Media/Chat/ChatHeaderComponent.d.ts.map +1 -0
- package/Controls/Components/Media/Chat/ChatMarkerComponent.d.ts +68 -0
- package/Controls/Components/Media/Chat/ChatMarkerComponent.d.ts.map +1 -0
- package/Controls/Components/Media/Chat/ChatMessageAvatarComponent.d.ts +64 -0
- package/Controls/Components/Media/Chat/ChatMessageAvatarComponent.d.ts.map +1 -0
- package/Controls/Components/Media/Chat/ChatMessageComponent.d.ts +70 -0
- package/Controls/Components/Media/Chat/ChatMessageComponent.d.ts.map +1 -0
- package/Controls/Components/Media/Chat/ChatMessageDividerComponent.d.ts +58 -0
- package/Controls/Components/Media/Chat/ChatMessageDividerComponent.d.ts.map +1 -0
- package/Controls/Components/Media/Chip/ChipComponent.d.ts +82 -0
- package/Controls/Components/Media/Chip/ChipComponent.d.ts.map +1 -0
- package/Controls/Components/Media/ColorArea/ColorAreaComponent.d.ts +62 -0
- package/Controls/Components/Media/ColorArea/ColorAreaComponent.d.ts.map +1 -0
- package/Controls/Components/Media/ColorPicker/ColorPickerComponent.d.ts +54 -0
- package/Controls/Components/Media/ColorPicker/ColorPickerComponent.d.ts.map +1 -0
- package/Controls/Components/Media/ColorSlider/ColorSliderComponent.d.ts +64 -0
- package/Controls/Components/Media/ColorSlider/ColorSliderComponent.d.ts.map +1 -0
- package/Controls/Components/Media/ColorSwatch/ColorSwatchComponent.d.ts +60 -0
- package/Controls/Components/Media/ColorSwatch/ColorSwatchComponent.d.ts.map +1 -0
- package/Controls/Components/Media/ColorSwatch/ColorSwatchGroupComponent.d.ts +60 -0
- package/Controls/Components/Media/ColorSwatch/ColorSwatchGroupComponent.d.ts.map +1 -0
- package/Controls/Components/Media/ColorThumb/ColorThumbComponent.d.ts +58 -0
- package/Controls/Components/Media/ColorThumb/ColorThumbComponent.d.ts.map +1 -0
- package/Controls/Components/Media/Comment/CommentComponent.d.ts +65 -0
- package/Controls/Components/Media/Comment/CommentComponent.d.ts.map +1 -0
- package/Controls/Components/Media/Emoji/EmojiComponent.d.ts +56 -0
- package/Controls/Components/Media/Emoji/EmojiComponent.d.ts.map +1 -0
- package/Controls/Components/Media/Icon/IconComponent.d.ts +68 -0
- package/Controls/Components/Media/Icon/IconComponent.d.ts.map +1 -0
- package/Controls/Components/Media/Image/ImageComponent.d.ts +90 -0
- package/Controls/Components/Media/Image/ImageComponent.d.ts.map +1 -0
- package/Controls/Components/Media/Persona/PersonaComponent.d.ts +89 -0
- package/Controls/Components/Media/Persona/PersonaComponent.d.ts.map +1 -0
- package/Controls/Components/Media/QRCode/QRCodeComponent.d.ts +64 -0
- package/Controls/Components/Media/QRCode/QRCodeComponent.d.ts.map +1 -0
- package/Controls/Components/Media/Video/VideoComponent.d.ts +78 -0
- package/Controls/Components/Media/Video/VideoComponent.d.ts.map +1 -0
- package/Controls/Components/Misc/CookieConsent/CookiesConsentComponent.d.ts +74 -0
- package/Controls/Components/Misc/CookieConsent/CookiesConsentComponent.d.ts.map +1 -0
- package/Controls/Components/Misc/LightChain/LightChainComponent.d.ts +58 -0
- package/Controls/Components/Misc/LightChain/LightChainComponent.d.ts.map +1 -0
- package/Controls/Components/Overlays/BottomSheet/BottomSheetComponent.d.ts +74 -0
- package/Controls/Components/Overlays/BottomSheet/BottomSheetComponent.d.ts.map +1 -0
- package/Controls/Components/Overlays/Dialog/DialogActionsComponent.d.ts +54 -0
- package/Controls/Components/Overlays/Dialog/DialogActionsComponent.d.ts.map +1 -0
- package/Controls/Components/Overlays/Dialog/DialogComponent.d.ts +92 -0
- package/Controls/Components/Overlays/Dialog/DialogComponent.d.ts.map +1 -0
- package/Controls/Components/Overlays/Dialog/DialogContentComponent.d.ts +60 -0
- package/Controls/Components/Overlays/Dialog/DialogContentComponent.d.ts.map +1 -0
- package/Controls/Components/Overlays/Dialog/DialogFooterComponent.d.ts +54 -0
- package/Controls/Components/Overlays/Dialog/DialogFooterComponent.d.ts.map +1 -0
- package/Controls/Components/Overlays/Dialog/DialogHeaderComponent.d.ts +62 -0
- package/Controls/Components/Overlays/Dialog/DialogHeaderComponent.d.ts.map +1 -0
- package/Controls/Components/Overlays/Dialog/DialogHeaderSubTextComponent.d.ts +56 -0
- package/Controls/Components/Overlays/Dialog/DialogHeaderSubTextComponent.d.ts.map +1 -0
- package/Controls/Components/Overlays/Dialog/DialogHeaderTextComponent.d.ts +56 -0
- package/Controls/Components/Overlays/Dialog/DialogHeaderTextComponent.d.ts.map +1 -0
- package/Controls/Components/Overlays/Dialog/DialogHostComponent.d.ts +52 -0
- package/Controls/Components/Overlays/Dialog/DialogHostComponent.d.ts.map +1 -0
- package/Controls/Components/Overlays/Drawer/DrawerComponent.d.ts +89 -0
- package/Controls/Components/Overlays/Drawer/DrawerComponent.d.ts.map +1 -0
- package/Controls/Components/Overlays/Drawer/DrawerContainerComponent.d.ts +65 -0
- package/Controls/Components/Overlays/Drawer/DrawerContainerComponent.d.ts.map +1 -0
- package/Controls/Components/Overlays/Drawer/DrawerContentComponent.d.ts +54 -0
- package/Controls/Components/Overlays/Drawer/DrawerContentComponent.d.ts.map +1 -0
- package/Controls/Components/Overlays/MessageBox/MessageBoxComponent.d.ts +84 -0
- package/Controls/Components/Overlays/MessageBox/MessageBoxComponent.d.ts.map +1 -0
- package/Controls/Components/Overlays/Toast/ToastComponent.d.ts +88 -0
- package/Controls/Components/Overlays/Toast/ToastComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Adorners/ResizeAdorner/ResizeAdornerComponent.d.ts +58 -0
- package/Controls/Components/Primitives/Adorners/ResizeAdorner/ResizeAdornerComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Backdrop/BackdropComponent.d.ts +58 -0
- package/Controls/Components/Primitives/Backdrop/BackdropComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Box/BoxComponent.d.ts +64 -0
- package/Controls/Components/Primitives/Box/BoxComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Checkmark/CheckmarkComponent.d.ts +64 -0
- package/Controls/Components/Primitives/Checkmark/CheckmarkComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Code/CodeComponent.d.ts +54 -0
- package/Controls/Components/Primitives/Code/CodeComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Divider/DividerComponent.d.ts +56 -0
- package/Controls/Components/Primitives/Divider/DividerComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Dot/DotComponent.d.ts +58 -0
- package/Controls/Components/Primitives/Dot/DotComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/DropZone/DropZoneComponent.d.ts +62 -0
- package/Controls/Components/Primitives/DropZone/DropZoneComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Elevation/ElevationComponent.d.ts +60 -0
- package/Controls/Components/Primitives/Elevation/ElevationComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Error/ErrorComponent.d.ts +58 -0
- package/Controls/Components/Primitives/Error/ErrorComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Expandable/ExpandableComponent.d.ts +68 -0
- package/Controls/Components/Primitives/Expandable/ExpandableComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Flip/FlipComponent.d.ts +57 -0
- package/Controls/Components/Primitives/Flip/FlipComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Floating/FloatingComponent.d.ts +110 -0
- package/Controls/Components/Primitives/Floating/FloatingComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Floating/FloatingTriggerComponent.d.ts +53 -0
- package/Controls/Components/Primitives/Floating/FloatingTriggerComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/FocusRing/FocusRingComponent.d.ts +64 -0
- package/Controls/Components/Primitives/FocusRing/FocusRingComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Footer/FooterComponent.d.ts +63 -0
- package/Controls/Components/Primitives/Footer/FooterComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Footer/FooterItemComponent.d.ts +52 -0
- package/Controls/Components/Primitives/Footer/FooterItemComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Footer/FooterItemGroupComponent.d.ts +56 -0
- package/Controls/Components/Primitives/Footer/FooterItemGroupComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Helmet/HelmetComponent.d.ts +50 -0
- package/Controls/Components/Primitives/Helmet/HelmetComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Hint/HintComponent.d.ts +60 -0
- package/Controls/Components/Primitives/Hint/HintComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Indicator/IndicatorComponent.d.ts +64 -0
- package/Controls/Components/Primitives/Indicator/IndicatorComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Jumbotron/JumbotronComponent.d.ts +67 -0
- package/Controls/Components/Primitives/Jumbotron/JumbotronComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Jumbotron/JumbotronHeaderComponent.d.ts +58 -0
- package/Controls/Components/Primitives/Jumbotron/JumbotronHeaderComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Jumbotron/JumbotronSubHeaderComponent.d.ts +58 -0
- package/Controls/Components/Primitives/Jumbotron/JumbotronSubHeaderComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Kbd/KbdComponent.d.ts +56 -0
- package/Controls/Components/Primitives/Kbd/KbdComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Kbd/KbdShortcutComponent.d.ts +54 -0
- package/Controls/Components/Primitives/Kbd/KbdShortcutComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Marquee/MarqueeComponent.d.ts +58 -0
- package/Controls/Components/Primitives/Marquee/MarqueeComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Number/NumberComponent.d.ts +62 -0
- package/Controls/Components/Primitives/Number/NumberComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Number/NumberCounterComponent.d.ts +66 -0
- package/Controls/Components/Primitives/Number/NumberCounterComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Paginator/PaginatorComponent.d.ts +72 -0
- package/Controls/Components/Primitives/Paginator/PaginatorComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Popup/PopupComponent.d.ts +76 -0
- package/Controls/Components/Primitives/Popup/PopupComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Portal/PortalComponent.d.ts +66 -0
- package/Controls/Components/Primitives/Portal/PortalComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Portal/PortalProjectionComponent.d.ts +66 -0
- package/Controls/Components/Primitives/Portal/PortalProjectionComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Ribbon/RibbonComponent.d.ts +64 -0
- package/Controls/Components/Primitives/Ribbon/RibbonComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Scroll/ScrollComponent.d.ts +56 -0
- package/Controls/Components/Primitives/Scroll/ScrollComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Skeleton/SkeletonComponent.d.ts +62 -0
- package/Controls/Components/Primitives/Skeleton/SkeletonComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Spacer/SpacerComponent.d.ts +62 -0
- package/Controls/Components/Primitives/Spacer/SpacerComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Sticky/StickyComponent.d.ts +56 -0
- package/Controls/Components/Primitives/Sticky/StickyComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Summary/SummaryComponent.d.ts +59 -0
- package/Controls/Components/Primitives/Summary/SummaryComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Swipe/SwipeComponent.d.ts +64 -0
- package/Controls/Components/Primitives/Swipe/SwipeComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Text/TextComponent.d.ts +74 -0
- package/Controls/Components/Primitives/Text/TextComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/TextFormat/TextFormatComponent.d.ts +54 -0
- package/Controls/Components/Primitives/TextFormat/TextFormatComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/TickBar/TickBarComponent.d.ts +70 -0
- package/Controls/Components/Primitives/TickBar/TickBarComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Toggletip/ToggleTipComponent.d.ts +76 -0
- package/Controls/Components/Primitives/Toggletip/ToggleTipComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Tooltip/TooltipComponent.d.ts +84 -0
- package/Controls/Components/Primitives/Tooltip/TooltipComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/UpDownSpinner/UpDownSpinnerComponent.d.ts +82 -0
- package/Controls/Components/Primitives/UpDownSpinner/UpDownSpinnerComponent.d.ts.map +1 -0
- package/Controls/Components/Ranges/MeterBar/MeterBarComponent.d.ts +78 -0
- package/Controls/Components/Ranges/MeterBar/MeterBarComponent.d.ts.map +1 -0
- package/Controls/Components/Ranges/MeterRing/MeterRingComponent.d.ts +80 -0
- package/Controls/Components/Ranges/MeterRing/MeterRingComponent.d.ts.map +1 -0
- package/Controls/Components/Ranges/ProgressBar/ProgressBarComponent.d.ts +74 -0
- package/Controls/Components/Ranges/ProgressBar/ProgressBarComponent.d.ts.map +1 -0
- package/Controls/Components/Ranges/ProgressRing/ProgressRingComponent.d.ts +75 -0
- package/Controls/Components/Ranges/ProgressRing/ProgressRingComponent.d.ts.map +1 -0
- package/Controls/Components/Ranges/Slider/SliderComponent.d.ts +96 -0
- package/Controls/Components/Ranges/Slider/SliderComponent.d.ts.map +1 -0
- package/Controls/Components/Ranges/Slider2/Slider2Component.d.ts +76 -0
- package/Controls/Components/Ranges/Slider2/Slider2Component.d.ts.map +1 -0
- package/Controls/Components/Ranges/Slider2/Slider2ThumbComponent.d.ts +68 -0
- package/Controls/Components/Ranges/Slider2/Slider2ThumbComponent.d.ts.map +1 -0
- package/Controls/Components/Selectors/Carousel/CarouselComponent.d.ts +74 -0
- package/Controls/Components/Selectors/Carousel/CarouselComponent.d.ts.map +1 -0
- package/Controls/Components/Selectors/Carousel/CarouselItemComponent.d.ts +64 -0
- package/Controls/Components/Selectors/Carousel/CarouselItemComponent.d.ts.map +1 -0
- package/Controls/Components/Selectors/Carousel2/Carousel2Component.d.ts +72 -0
- package/Controls/Components/Selectors/Carousel2/Carousel2Component.d.ts.map +1 -0
- package/Controls/Components/Selectors/Carousel2/CarouselItem2Component.d.ts +64 -0
- package/Controls/Components/Selectors/Carousel2/CarouselItem2Component.d.ts.map +1 -0
- package/Controls/Components/Selectors/Combo/ComboComponent.d.ts +107 -0
- package/Controls/Components/Selectors/Combo/ComboComponent.d.ts.map +1 -0
- package/Controls/Components/Selectors/Combo/ComboItemComponent.d.ts +78 -0
- package/Controls/Components/Selectors/Combo/ComboItemComponent.d.ts.map +1 -0
- package/Controls/Components/Selectors/DataList/DataListComponent.d.ts +60 -0
- package/Controls/Components/Selectors/DataList/DataListComponent.d.ts.map +1 -0
- package/Controls/Components/Selectors/DataTable/DataTableComponent.d.ts +66 -0
- package/Controls/Components/Selectors/DataTable/DataTableComponent.d.ts.map +1 -0
- package/Controls/Components/Selectors/ElectronicProgramGuide/EpgChannelComponent.d.ts +64 -0
- package/Controls/Components/Selectors/ElectronicProgramGuide/EpgChannelComponent.d.ts.map +1 -0
- package/Controls/Components/Selectors/ElectronicProgramGuide/EpgComponent.d.ts +88 -0
- package/Controls/Components/Selectors/ElectronicProgramGuide/EpgComponent.d.ts.map +1 -0
- package/Controls/Components/Selectors/ElectronicProgramGuide/EpgProgramComponent.d.ts +78 -0
- package/Controls/Components/Selectors/ElectronicProgramGuide/EpgProgramComponent.d.ts.map +1 -0
- package/Controls/Components/Selectors/List/ListComponent.d.ts +76 -0
- package/Controls/Components/Selectors/List/ListComponent.d.ts.map +1 -0
- package/Controls/Components/Selectors/List/ListItemComponent.d.ts +74 -0
- package/Controls/Components/Selectors/List/ListItemComponent.d.ts.map +1 -0
- package/Controls/Components/Selectors/List/ListItemGroupComponent.d.ts +59 -0
- package/Controls/Components/Selectors/List/ListItemGroupComponent.d.ts.map +1 -0
- package/Controls/Components/Selectors/Menu/MenuComponent.d.ts +58 -0
- package/Controls/Components/Selectors/Menu/MenuComponent.d.ts.map +1 -0
- package/Controls/Components/Selectors/Menu/MenuItemComponent.d.ts +83 -0
- package/Controls/Components/Selectors/Menu/MenuItemComponent.d.ts.map +1 -0
- package/Controls/Components/Selectors/Menu/MenuItemGroupComponent.d.ts +57 -0
- package/Controls/Components/Selectors/Menu/MenuItemGroupComponent.d.ts.map +1 -0
- package/Controls/Components/Selectors/Segment/SegmentComponent.d.ts +58 -0
- package/Controls/Components/Selectors/Segment/SegmentComponent.d.ts.map +1 -0
- package/Controls/Components/Selectors/Segment/SegmentItemComponent.d.ts +82 -0
- package/Controls/Components/Selectors/Segment/SegmentItemComponent.d.ts.map +1 -0
- package/Controls/Components/Selectors/Tab/TabComponent.d.ts +72 -0
- package/Controls/Components/Selectors/Tab/TabComponent.d.ts.map +1 -0
- package/Controls/Components/Selectors/Tab/TabItemComponent.d.ts +78 -0
- package/Controls/Components/Selectors/Tab/TabItemComponent.d.ts.map +1 -0
- package/Controls/Components/Selectors/Tab/TabPanelComponent.d.ts +68 -0
- package/Controls/Components/Selectors/Tab/TabPanelComponent.d.ts.map +1 -0
- package/Controls/Components/Selectors/TabStrip/TabStripComponent.d.ts +68 -0
- package/Controls/Components/Selectors/TabStrip/TabStripComponent.d.ts.map +1 -0
- package/Controls/Components/Selectors/TabStrip/TabStripItemComponent.d.ts +78 -0
- package/Controls/Components/Selectors/TabStrip/TabStripItemComponent.d.ts.map +1 -0
- package/Controls/Components/Selectors/Table/TableBodyComponent.d.ts +52 -0
- package/Controls/Components/Selectors/Table/TableBodyComponent.d.ts.map +1 -0
- package/Controls/Components/Selectors/Table/TableCellComponent.d.ts +68 -0
- package/Controls/Components/Selectors/Table/TableCellComponent.d.ts.map +1 -0
- package/Controls/Components/Selectors/Table/TableComponent.d.ts +60 -0
- package/Controls/Components/Selectors/Table/TableComponent.d.ts.map +1 -0
- package/Controls/Components/Selectors/Table/TableFooterComponent.d.ts +52 -0
- package/Controls/Components/Selectors/Table/TableFooterComponent.d.ts.map +1 -0
- package/Controls/Components/Selectors/Table/TableHeaderComponent.d.ts +52 -0
- package/Controls/Components/Selectors/Table/TableHeaderComponent.d.ts.map +1 -0
- package/Controls/Components/Selectors/Table/TableRowComponent.d.ts +52 -0
- package/Controls/Components/Selectors/Table/TableRowComponent.d.ts.map +1 -0
- package/Controls/Components/Selectors/Tree/TreeComponent.d.ts +62 -0
- package/Controls/Components/Selectors/Tree/TreeComponent.d.ts.map +1 -0
- package/Controls/Components/Selectors/Tree/TreeItemComponent.d.ts +82 -0
- package/Controls/Components/Selectors/Tree/TreeItemComponent.d.ts.map +1 -0
- package/Controls/Components/Selectors/Wizard/WizardComponent.d.ts +73 -0
- package/Controls/Components/Selectors/Wizard/WizardComponent.d.ts.map +1 -0
- package/Controls/Components/Selectors/Wizard/WizardStepComponent.d.ts +77 -0
- package/Controls/Components/Selectors/Wizard/WizardStepComponent.d.ts.map +1 -0
- package/Controls/Components/Shell/AppComponent.d.ts +67 -0
- package/Controls/Components/Shell/AppComponent.d.ts.map +1 -0
- package/Controls/Components/Shell/AppHeaderComponent.d.ts +54 -0
- package/Controls/Components/Shell/AppHeaderComponent.d.ts.map +1 -0
- package/Controls/Components/States/Empty/EmptyStateComponent.d.ts +61 -0
- package/Controls/Components/States/Empty/EmptyStateComponent.d.ts.map +1 -0
- package/Controls/Components/States/Error/ErrorStateComponent.d.ts +63 -0
- package/Controls/Components/States/Error/ErrorStateComponent.d.ts.map +1 -0
- package/Controls/Components/States/Success/SuccessStateComponent.d.ts +61 -0
- package/Controls/Components/States/Success/SuccessStateComponent.d.ts.map +1 -0
- package/Theming/Theme2Component.d.ts +54 -0
- package/Theming/Theme2Component.d.ts.map +1 -0
- package/Utils/Proxy.d.ts +47 -0
- package/Utils/Proxy.d.ts.map +1 -0
- package/esm2022/Cdk/Animations/AnimateDirective.mjs +118 -0
- package/esm2022/Cdk/Animations/AnimateProvider.mjs +32 -0
- package/esm2022/Cdk/Animations/AnimationRegistry.mjs +68 -0
- package/esm2022/Cdk/Breakpoint/BreakpointDirective.mjs +97 -0
- package/esm2022/Cdk/Breakpoint/BreakpointProvider.mjs +26 -0
- package/esm2022/Cdk/Breakpoint/BreakpointRegistry.mjs +128 -0
- package/esm2022/Cdk/Cancel.mjs +53 -0
- package/esm2022/Cdk/CancelReason.mjs +2 -0
- package/esm2022/Cdk/Cdk.mjs +31 -0
- package/esm2022/Cdk/Controls/Effects/PerspectiveDirective.mjs +82 -0
- package/esm2022/Cdk/Controls/Effects/RippleDirective.mjs +83 -0
- package/esm2022/Cdk/Controls/Effects/ScaleDirective.mjs +83 -0
- package/esm2022/Cdk/Controls/Primitives/Directives/FlipToDirective.mjs +66 -0
- package/esm2022/Cdk/Dialog/DialogPortalComponent.mjs +117 -0
- package/esm2022/Cdk/Dialog/DialogRef.mjs +120 -0
- package/esm2022/Cdk/Dialog/DialogService.mjs +204 -0
- package/esm2022/Cdk/Dialog/DialogTokens.mjs +16 -0
- package/esm2022/Cdk/Dialog/IDialogBehavior.mjs +3 -0
- package/esm2022/Cdk/Dialog/IDialogConfig.mjs +3 -0
- package/esm2022/Cdk/Dialog/IDialogRef.mjs +3 -0
- package/esm2022/Cdk/Forms/FormStatusDirective.mjs +80 -0
- package/esm2022/Cdk/Forms/FormValidator.mjs +124 -0
- package/esm2022/Cdk/Forms/Validators/Validators.mjs +129 -0
- package/esm2022/Cdk/ICancel.mjs +3 -0
- package/esm2022/Cdk/Icon/IconDirective.mjs +64 -0
- package/esm2022/Cdk/Icon/IconNameDirective.mjs +95 -0
- package/esm2022/Cdk/Icon/IconProvider.mjs +22 -0
- package/esm2022/Cdk/Icon/IconRegistry.mjs +74 -0
- package/esm2022/Cdk/Injection/StatelessInjector.mjs +44 -0
- package/esm2022/Cdk/Layout/FlexDirective.mjs +94 -0
- package/esm2022/Cdk/Pipes/OfPipe.mjs +28 -0
- package/esm2022/Cdk/Portal/IPortalRef.mjs +3 -0
- package/esm2022/Cdk/Portal/PortalComponent.mjs +106 -0
- package/esm2022/Cdk/Portal/PortalProvider.mjs +132 -0
- package/esm2022/Cdk/Portal/PortalRef.mjs +75 -0
- package/esm2022/Cdk/Theme/ThemeProvider.mjs +93 -0
- package/esm2022/Cdk/Theme/ThemeTokens.mjs +12 -0
- package/esm2022/Cdk/Theming/TypographyDirective.mjs +73 -0
- package/esm2022/Cdk/Toast/ToastService.mjs +37 -0
- package/esm2022/Cdk/Translate/TranslateDirective.mjs +109 -0
- package/esm2022/Cdk/Translate/TranslatePipe.mjs +79 -0
- package/esm2022/Cdk/Translate/TranslationProvider.mjs +34 -0
- package/esm2022/Cdk/Utils/Merge.mjs +22 -0
- package/esm2022/Controls/Components/Buttons/Anchor/AnchorComponent.mjs +244 -0
- package/esm2022/Controls/Components/Buttons/Button/ButtonComponent.mjs +402 -0
- package/esm2022/Controls/Components/Buttons/Button/ButtonGroupComponent.mjs +196 -0
- package/esm2022/Controls/Components/Buttons/CompoundButton/CompoundButtonComponent.mjs +382 -0
- package/esm2022/Controls/Components/Buttons/DropDownButton/DropDownButtonComponent.mjs +451 -0
- package/esm2022/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonComponent.mjs +294 -0
- package/esm2022/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonGroupComponent.mjs +286 -0
- package/esm2022/Controls/Components/Buttons/RepeatButton/RepeatButtonComponent.mjs +398 -0
- package/esm2022/Controls/Components/Buttons/SplitButton/SplitButtonComponent.mjs +439 -0
- package/esm2022/Controls/Components/Buttons/ToggleButton/ToggleButtonComponent.mjs +382 -0
- package/esm2022/Controls/Components/Cells/CellComponent.mjs +199 -0
- package/esm2022/Controls/Components/Cells/CellGroupComponent.mjs +161 -0
- package/esm2022/Controls/Components/Charts/ChartComponent.mjs +532 -0
- package/esm2022/Controls/Components/Effects/Pattern/PatternComponent.mjs +220 -0
- package/esm2022/Controls/Components/Effects/Perspective/PerspectiveComponent.mjs +196 -0
- package/esm2022/Controls/Components/Effects/Ripple/RippleComponent.mjs +220 -0
- package/esm2022/Controls/Components/Effects/Scale/ScaleComponent.mjs +208 -0
- package/esm2022/Controls/Components/Forms/FormComponent.mjs +200 -0
- package/esm2022/Controls/Components/Forms/FormFieldComponent.mjs +365 -0
- package/esm2022/Controls/Components/Grouping/Banner/BannerComponent.mjs +347 -0
- package/esm2022/Controls/Components/Grouping/Banner/BannerHeaderComponent.mjs +196 -0
- package/esm2022/Controls/Components/Grouping/Banner/BannerSubHeaderComponent.mjs +196 -0
- package/esm2022/Controls/Components/Grouping/Breadcrumb/BreadcrumbComponent.mjs +160 -0
- package/esm2022/Controls/Components/Grouping/Breadcrumb/BreadcrumbItemComponent.mjs +160 -0
- package/esm2022/Controls/Components/Grouping/Card/CardActionsComponent.mjs +150 -0
- package/esm2022/Controls/Components/Grouping/Card/CardComponent.mjs +285 -0
- package/esm2022/Controls/Components/Grouping/Card/CardContentComponent.mjs +192 -0
- package/esm2022/Controls/Components/Grouping/Card/CardFooterComponent.mjs +148 -0
- package/esm2022/Controls/Components/Grouping/Card/CardHeaderComponent.mjs +188 -0
- package/esm2022/Controls/Components/Grouping/Card/CardSubTitleComponent.mjs +192 -0
- package/esm2022/Controls/Components/Grouping/Card/CardTitleComponent.mjs +192 -0
- package/esm2022/Controls/Components/Grouping/Disclosure/DisclosureComponent.mjs +175 -0
- package/esm2022/Controls/Components/Grouping/Expander/ExpanderComponent.mjs +307 -0
- package/esm2022/Controls/Components/Grouping/Expander/ExpanderGroupComponent.mjs +204 -0
- package/esm2022/Controls/Components/Grouping/Expander/ExpanderHeaderComponent.mjs +160 -0
- package/esm2022/Controls/Components/Grouping/Expander/ExpanderSubHeaderComponent.mjs +160 -0
- package/esm2022/Controls/Components/Grouping/Toolbar/ToolbarComponent.mjs +224 -0
- package/esm2022/Controls/Components/Inputs/AutoCompleteBox/AutoCompleteBoxComponent.mjs +268 -0
- package/esm2022/Controls/Components/Inputs/Calendar/CalendarComponent.mjs +508 -0
- package/esm2022/Controls/Components/Inputs/Calendar/CalendarHeaderComponent.mjs +172 -0
- package/esm2022/Controls/Components/Inputs/Calendar/CalendarItemComponent.mjs +304 -0
- package/esm2022/Controls/Components/Inputs/Calendar/CalendarSubHeaderComponent.mjs +172 -0
- package/esm2022/Controls/Components/Inputs/CheckBox/CheckBoxComponent.mjs +356 -0
- package/esm2022/Controls/Components/Inputs/CheckBox/CheckBoxGroupComponent.mjs +292 -0
- package/esm2022/Controls/Components/Inputs/ChipBox/ChipBoxComponent.mjs +488 -0
- package/esm2022/Controls/Components/Inputs/Choice/ChoiceComponent.mjs +380 -0
- package/esm2022/Controls/Components/Inputs/Choice/ChoiceGroupComponent.mjs +292 -0
- package/esm2022/Controls/Components/Inputs/Choice/ChoiceGroupHeaderComponent.mjs +148 -0
- package/esm2022/Controls/Components/Inputs/ColorBox/ColorBoxComponent.mjs +520 -0
- package/esm2022/Controls/Components/Inputs/DateBox/DateBoxComponent.mjs +728 -0
- package/esm2022/Controls/Components/Inputs/DateTimeBox/DateTimeBoxComponent.mjs +716 -0
- package/esm2022/Controls/Components/Inputs/FileUpload/FilePickerComponent.mjs +208 -0
- package/esm2022/Controls/Components/Inputs/FileUpload/FileUploadComponent.mjs +400 -0
- package/esm2022/Controls/Components/Inputs/FileUpload/FileUploadItemComponent.mjs +184 -0
- package/esm2022/Controls/Components/Inputs/NumberBox/NumberBoxComponent.mjs +557 -0
- package/esm2022/Controls/Components/Inputs/PasswordBox/PasswordBoxComponent.mjs +468 -0
- package/esm2022/Controls/Components/Inputs/PinBox/PinBoxComponent.mjs +404 -0
- package/esm2022/Controls/Components/Inputs/Radio/RadioComponent.mjs +356 -0
- package/esm2022/Controls/Components/Inputs/Radio/RadioGroupComponent.mjs +292 -0
- package/esm2022/Controls/Components/Inputs/Rating/RatingComponent.mjs +304 -0
- package/esm2022/Controls/Components/Inputs/RichTextBox/RichTextBoxComponent.mjs +485 -0
- package/esm2022/Controls/Components/Inputs/SearchBox/SearchBoxComponent.mjs +457 -0
- package/esm2022/Controls/Components/Inputs/Select/SelectComponent.mjs +466 -0
- package/esm2022/Controls/Components/Inputs/Select/SelectItemComponent.mjs +287 -0
- package/esm2022/Controls/Components/Inputs/Select/SelectItemGroupComponent.mjs +173 -0
- package/esm2022/Controls/Components/Inputs/SignaturePad/SignaturePadComponent.mjs +480 -0
- package/esm2022/Controls/Components/Inputs/TextBox/TextBoxComponent.mjs +533 -0
- package/esm2022/Controls/Components/Inputs/TimeBox/TimeBoxComponent.mjs +592 -0
- package/esm2022/Controls/Components/Inputs/ToggleSwitch/ToggleSwitchComponent.mjs +357 -0
- package/esm2022/Controls/Components/Layouts/Absolute/AbsoluteComponent.mjs +172 -0
- package/esm2022/Controls/Components/Layouts/Absolute/AbsoluteItemComponent.mjs +196 -0
- package/esm2022/Controls/Components/Layouts/Grid/GridComponent.mjs +220 -0
- package/esm2022/Controls/Components/Layouts/Grid/GridItemComponent.mjs +196 -0
- package/esm2022/Controls/Components/Layouts/Masonry/MasonryComponent.mjs +184 -0
- package/esm2022/Controls/Components/Layouts/Page/PageComponent.mjs +164 -0
- package/esm2022/Controls/Components/Layouts/Page/PageContentComponent.mjs +196 -0
- package/esm2022/Controls/Components/Layouts/Page/PageHeaderComponent.mjs +172 -0
- package/esm2022/Controls/Components/Layouts/Page/PageMenuComponent.mjs +162 -0
- package/esm2022/Controls/Components/Layouts/Page/PagePreContentComponent.mjs +160 -0
- package/esm2022/Controls/Components/Layouts/Page/PagePreHeaderComponent.mjs +160 -0
- package/esm2022/Controls/Components/Layouts/Split/SplitComponent.mjs +290 -0
- package/esm2022/Controls/Components/Layouts/Stack/StackComponent.mjs +232 -0
- package/esm2022/Controls/Components/Layouts/TileList/TileListComponent.mjs +196 -0
- package/esm2022/Controls/Components/Layouts/TileList/TileListItemComponent.mjs +244 -0
- package/esm2022/Controls/Components/Layouts/Virtualize/VirtualizeComponent.mjs +208 -0
- package/esm2022/Controls/Components/Layouts/Wrap/WrapComponent.mjs +220 -0
- package/esm2022/Controls/Components/Media/Avatar/AvatarComponent.mjs +309 -0
- package/esm2022/Controls/Components/Media/Avatar/AvatarGroupComponent.mjs +209 -0
- package/esm2022/Controls/Components/Media/Badge/BadgeComponent.mjs +256 -0
- package/esm2022/Controls/Components/Media/Camera/CameraComponent.mjs +329 -0
- package/esm2022/Controls/Components/Media/Chat/ChatComponent.mjs +264 -0
- package/esm2022/Controls/Components/Media/Chat/ChatHeaderComponent.mjs +185 -0
- package/esm2022/Controls/Components/Media/Chat/ChatMarkerComponent.mjs +244 -0
- package/esm2022/Controls/Components/Media/Chat/ChatMessageAvatarComponent.mjs +220 -0
- package/esm2022/Controls/Components/Media/Chat/ChatMessageComponent.mjs +256 -0
- package/esm2022/Controls/Components/Media/Chat/ChatMessageDividerComponent.mjs +184 -0
- package/esm2022/Controls/Components/Media/Chip/ChipComponent.mjs +306 -0
- package/esm2022/Controls/Components/Media/ColorArea/ColorAreaComponent.mjs +200 -0
- package/esm2022/Controls/Components/Media/ColorPicker/ColorPickerComponent.mjs +160 -0
- package/esm2022/Controls/Components/Media/ColorSlider/ColorSliderComponent.mjs +212 -0
- package/esm2022/Controls/Components/Media/ColorSwatch/ColorSwatchComponent.mjs +196 -0
- package/esm2022/Controls/Components/Media/ColorSwatch/ColorSwatchGroupComponent.mjs +196 -0
- package/esm2022/Controls/Components/Media/ColorThumb/ColorThumbComponent.mjs +184 -0
- package/esm2022/Controls/Components/Media/Comment/CommentComponent.mjs +201 -0
- package/esm2022/Controls/Components/Media/Emoji/EmojiComponent.mjs +172 -0
- package/esm2022/Controls/Components/Media/Icon/IconComponent.mjs +244 -0
- package/esm2022/Controls/Components/Media/Image/ImageComponent.mjs +348 -0
- package/esm2022/Controls/Components/Media/Persona/PersonaComponent.mjs +365 -0
- package/esm2022/Controls/Components/Media/QRCode/QRCodeComponent.mjs +220 -0
- package/esm2022/Controls/Components/Media/Video/VideoComponent.mjs +304 -0
- package/esm2022/Controls/Components/Misc/CookieConsent/CookiesConsentComponent.mjs +268 -0
- package/esm2022/Controls/Components/Misc/LightChain/LightChainComponent.mjs +184 -0
- package/esm2022/Controls/Components/Overlays/BottomSheet/BottomSheetComponent.mjs +272 -0
- package/esm2022/Controls/Components/Overlays/Dialog/DialogActionsComponent.mjs +150 -0
- package/esm2022/Controls/Components/Overlays/Dialog/DialogComponent.mjs +360 -0
- package/esm2022/Controls/Components/Overlays/Dialog/DialogContentComponent.mjs +196 -0
- package/esm2022/Controls/Components/Overlays/Dialog/DialogFooterComponent.mjs +150 -0
- package/esm2022/Controls/Components/Overlays/Dialog/DialogHeaderComponent.mjs +188 -0
- package/esm2022/Controls/Components/Overlays/Dialog/DialogHeaderSubTextComponent.mjs +172 -0
- package/esm2022/Controls/Components/Overlays/Dialog/DialogHeaderTextComponent.mjs +172 -0
- package/esm2022/Controls/Components/Overlays/Dialog/DialogHostComponent.mjs +148 -0
- package/esm2022/Controls/Components/Overlays/Drawer/DrawerComponent.mjs +357 -0
- package/esm2022/Controls/Components/Overlays/Drawer/DrawerContainerComponent.mjs +217 -0
- package/esm2022/Controls/Components/Overlays/Drawer/DrawerContentComponent.mjs +160 -0
- package/esm2022/Controls/Components/Overlays/MessageBox/MessageBoxComponent.mjs +328 -0
- package/esm2022/Controls/Components/Overlays/Toast/ToastComponent.mjs +356 -0
- package/esm2022/Controls/Components/Primitives/Adorners/ResizeAdorner/ResizeAdornerComponent.mjs +184 -0
- package/esm2022/Controls/Components/Primitives/Backdrop/BackdropComponent.mjs +184 -0
- package/esm2022/Controls/Components/Primitives/Box/BoxComponent.mjs +220 -0
- package/esm2022/Controls/Components/Primitives/Checkmark/CheckmarkComponent.mjs +220 -0
- package/esm2022/Controls/Components/Primitives/Code/CodeComponent.mjs +160 -0
- package/esm2022/Controls/Components/Primitives/Divider/DividerComponent.mjs +172 -0
- package/esm2022/Controls/Components/Primitives/Dot/DotComponent.mjs +184 -0
- package/esm2022/Controls/Components/Primitives/DropZone/DropZoneComponent.mjs +204 -0
- package/esm2022/Controls/Components/Primitives/Elevation/ElevationComponent.mjs +196 -0
- package/esm2022/Controls/Components/Primitives/Error/ErrorComponent.mjs +184 -0
- package/esm2022/Controls/Components/Primitives/Expandable/ExpandableComponent.mjs +232 -0
- package/esm2022/Controls/Components/Primitives/Flip/FlipComponent.mjs +173 -0
- package/esm2022/Controls/Components/Primitives/Floating/FloatingComponent.mjs +488 -0
- package/esm2022/Controls/Components/Primitives/Floating/FloatingTriggerComponent.mjs +149 -0
- package/esm2022/Controls/Components/Primitives/FocusRing/FocusRingComponent.mjs +220 -0
- package/esm2022/Controls/Components/Primitives/Footer/FooterComponent.mjs +189 -0
- package/esm2022/Controls/Components/Primitives/Footer/FooterItemComponent.mjs +148 -0
- package/esm2022/Controls/Components/Primitives/Footer/FooterItemGroupComponent.mjs +172 -0
- package/esm2022/Controls/Components/Primitives/Helmet/HelmetComponent.mjs +136 -0
- package/esm2022/Controls/Components/Primitives/Hint/HintComponent.mjs +196 -0
- package/esm2022/Controls/Components/Primitives/Indicator/IndicatorComponent.mjs +216 -0
- package/esm2022/Controls/Components/Primitives/Jumbotron/JumbotronComponent.mjs +223 -0
- package/esm2022/Controls/Components/Primitives/Jumbotron/JumbotronHeaderComponent.mjs +184 -0
- package/esm2022/Controls/Components/Primitives/Jumbotron/JumbotronSubHeaderComponent.mjs +184 -0
- package/esm2022/Controls/Components/Primitives/Kbd/KbdComponent.mjs +172 -0
- package/esm2022/Controls/Components/Primitives/Kbd/KbdShortcutComponent.mjs +160 -0
- package/esm2022/Controls/Components/Primitives/Marquee/MarqueeComponent.mjs +184 -0
- package/esm2022/Controls/Components/Primitives/Number/NumberComponent.mjs +208 -0
- package/esm2022/Controls/Components/Primitives/Number/NumberCounterComponent.mjs +232 -0
- package/esm2022/Controls/Components/Primitives/Paginator/PaginatorComponent.mjs +254 -0
- package/esm2022/Controls/Components/Primitives/Popup/PopupComponent.mjs +292 -0
- package/esm2022/Controls/Components/Primitives/Portal/PortalComponent.mjs +224 -0
- package/esm2022/Controls/Components/Primitives/Portal/PortalProjectionComponent.mjs +224 -0
- package/esm2022/Controls/Components/Primitives/Ribbon/RibbonComponent.mjs +220 -0
- package/esm2022/Controls/Components/Primitives/Scroll/ScrollComponent.mjs +172 -0
- package/esm2022/Controls/Components/Primitives/Skeleton/SkeletonComponent.mjs +208 -0
- package/esm2022/Controls/Components/Primitives/Spacer/SpacerComponent.mjs +208 -0
- package/esm2022/Controls/Components/Primitives/Sticky/StickyComponent.mjs +172 -0
- package/esm2022/Controls/Components/Primitives/Summary/SummaryComponent.mjs +175 -0
- package/esm2022/Controls/Components/Primitives/Swipe/SwipeComponent.mjs +210 -0
- package/esm2022/Controls/Components/Primitives/Text/TextComponent.mjs +280 -0
- package/esm2022/Controls/Components/Primitives/TextFormat/TextFormatComponent.mjs +160 -0
- package/esm2022/Controls/Components/Primitives/TickBar/TickBarComponent.mjs +256 -0
- package/esm2022/Controls/Components/Primitives/Toggletip/ToggleTipComponent.mjs +292 -0
- package/esm2022/Controls/Components/Primitives/Tooltip/TooltipComponent.mjs +332 -0
- package/esm2022/Controls/Components/Primitives/UpDownSpinner/UpDownSpinnerComponent.mjs +314 -0
- package/esm2022/Controls/Components/Ranges/MeterBar/MeterBarComponent.mjs +300 -0
- package/esm2022/Controls/Components/Ranges/MeterRing/MeterRingComponent.mjs +312 -0
- package/esm2022/Controls/Components/Ranges/ProgressBar/ProgressBarComponent.mjs +276 -0
- package/esm2022/Controls/Components/Ranges/ProgressRing/ProgressRingComponent.mjs +277 -0
- package/esm2022/Controls/Components/Ranges/Slider/SliderComponent.mjs +401 -0
- package/esm2022/Controls/Components/Ranges/Slider2/Slider2Component.mjs +288 -0
- package/esm2022/Controls/Components/Ranges/Slider2/Slider2ThumbComponent.mjs +240 -0
- package/esm2022/Controls/Components/Selectors/Carousel/CarouselComponent.mjs +272 -0
- package/esm2022/Controls/Components/Selectors/Carousel/CarouselItemComponent.mjs +212 -0
- package/esm2022/Controls/Components/Selectors/Carousel2/Carousel2Component.mjs +260 -0
- package/esm2022/Controls/Components/Selectors/Carousel2/CarouselItem2Component.mjs +212 -0
- package/esm2022/Controls/Components/Selectors/Combo/ComboComponent.mjs +464 -0
- package/esm2022/Controls/Components/Selectors/Combo/ComboItemComponent.mjs +296 -0
- package/esm2022/Controls/Components/Selectors/DataList/DataListComponent.mjs +196 -0
- package/esm2022/Controls/Components/Selectors/DataTable/DataTableComponent.mjs +232 -0
- package/esm2022/Controls/Components/Selectors/ElectronicProgramGuide/EpgChannelComponent.mjs +220 -0
- package/esm2022/Controls/Components/Selectors/ElectronicProgramGuide/EpgComponent.mjs +364 -0
- package/esm2022/Controls/Components/Selectors/ElectronicProgramGuide/EpgProgramComponent.mjs +300 -0
- package/esm2022/Controls/Components/Selectors/List/ListComponent.mjs +274 -0
- package/esm2022/Controls/Components/Selectors/List/ListItemComponent.mjs +262 -0
- package/esm2022/Controls/Components/Selectors/List/ListItemGroupComponent.mjs +185 -0
- package/esm2022/Controls/Components/Selectors/Menu/MenuComponent.mjs +180 -0
- package/esm2022/Controls/Components/Selectors/Menu/MenuItemComponent.mjs +305 -0
- package/esm2022/Controls/Components/Selectors/Menu/MenuItemGroupComponent.mjs +173 -0
- package/esm2022/Controls/Components/Selectors/Segment/SegmentComponent.mjs +184 -0
- package/esm2022/Controls/Components/Selectors/Segment/SegmentItemComponent.mjs +328 -0
- package/esm2022/Controls/Components/Selectors/Tab/TabComponent.mjs +268 -0
- package/esm2022/Controls/Components/Selectors/Tab/TabItemComponent.mjs +296 -0
- package/esm2022/Controls/Components/Selectors/Tab/TabPanelComponent.mjs +244 -0
- package/esm2022/Controls/Components/Selectors/TabStrip/TabStripComponent.mjs +244 -0
- package/esm2022/Controls/Components/Selectors/TabStrip/TabStripItemComponent.mjs +290 -0
- package/esm2022/Controls/Components/Selectors/Table/TableBodyComponent.mjs +148 -0
- package/esm2022/Controls/Components/Selectors/Table/TableCellComponent.mjs +240 -0
- package/esm2022/Controls/Components/Selectors/Table/TableComponent.mjs +192 -0
- package/esm2022/Controls/Components/Selectors/Table/TableFooterComponent.mjs +148 -0
- package/esm2022/Controls/Components/Selectors/Table/TableHeaderComponent.mjs +148 -0
- package/esm2022/Controls/Components/Selectors/Table/TableRowComponent.mjs +148 -0
- package/esm2022/Controls/Components/Selectors/Tree/TreeComponent.mjs +200 -0
- package/esm2022/Controls/Components/Selectors/Tree/TreeItemComponent.mjs +320 -0
- package/esm2022/Controls/Components/Selectors/Wizard/WizardComponent.mjs +247 -0
- package/esm2022/Controls/Components/Selectors/Wizard/WizardStepComponent.mjs +285 -0
- package/esm2022/Controls/Components/Shell/AppComponent.mjs +213 -0
- package/esm2022/Controls/Components/Shell/AppHeaderComponent.mjs +160 -0
- package/esm2022/Controls/Components/States/Empty/EmptyStateComponent.mjs +197 -0
- package/esm2022/Controls/Components/States/Error/ErrorStateComponent.mjs +209 -0
- package/esm2022/Controls/Components/States/Success/SuccessStateComponent.mjs +197 -0
- package/esm2022/Theming/Theme2Component.mjs +160 -0
- package/esm2022/Utils/Proxy.mjs +103 -0
- package/esm2022/index.mjs +221 -0
- package/esm2022/mosaik-elements-angular.mjs +5 -0
- package/fesm2022/mosaik-elements-angular.mjs +14 -8
- package/fesm2022/mosaik-elements-angular.mjs.map +1 -1
- package/index.d.ts +221 -16159
- package/index.d.ts.map +1 -1
- package/mosaik-elements-angular.d.ts.map +1 -0
- package/package.json +3 -3
|
@@ -0,0 +1,287 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
8
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
|
+
};
|
|
10
|
+
// ------------------------------------------------------------------------------
|
|
11
|
+
// <auto-generated>
|
|
12
|
+
// This code was generated by a tool.
|
|
13
|
+
// Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
14
|
+
// </auto-generated>
|
|
15
|
+
// ------------------------------------------------------------------------------
|
|
16
|
+
import { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, EventEmitter, inject, InjectionToken, Input, makeEnvironmentProviders, NgZone, Output } from '@angular/core';
|
|
17
|
+
import { SelectItemElement } from '@breadstone/mosaik-elements-foundation';
|
|
18
|
+
import { applyDefaults, ProxyCmp } from '../../../../Utils/Proxy';
|
|
19
|
+
import * as i0 from "@angular/core";
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
*
|
|
23
|
+
* Injection token for the default properties of the SelectItemComponent.
|
|
24
|
+
* Use this token to provide default properties for the SelectItemComponent.
|
|
25
|
+
* The properties will be applied to the component when it is created.
|
|
26
|
+
* This is useful for setting default values for properties that are not set by the user.
|
|
27
|
+
*/
|
|
28
|
+
export const SELECT_ITEM_DEFAULT_PROPS = new InjectionToken('MOSAIK_SELECT_ITEM_DEFAULT_PROPS');
|
|
29
|
+
/**
|
|
30
|
+
* @public
|
|
31
|
+
*
|
|
32
|
+
* @slot start - Slot for placing content before the icon.
|
|
33
|
+
* @slot icon - Slot for placing an icon.
|
|
34
|
+
* @slot label - Slot for placing the label text.
|
|
35
|
+
* @slot end - Slot for placing content after the label.
|
|
36
|
+
*/
|
|
37
|
+
let SelectItemComponent = class SelectItemComponent {
|
|
38
|
+
_element;
|
|
39
|
+
_zone;
|
|
40
|
+
_selected;
|
|
41
|
+
_unselected;
|
|
42
|
+
_connected;
|
|
43
|
+
_disconnected;
|
|
44
|
+
_changed;
|
|
45
|
+
constructor() {
|
|
46
|
+
inject(ChangeDetectorRef).detach();
|
|
47
|
+
this._element = inject(ElementRef).nativeElement;
|
|
48
|
+
this._zone = inject(NgZone);
|
|
49
|
+
this._selected = new EventEmitter();
|
|
50
|
+
this._element.on('selected', (e) => this.onEmit(this._selected, e));
|
|
51
|
+
this._unselected = new EventEmitter();
|
|
52
|
+
this._element.on('unselected', (e) => this.onEmit(this._unselected, e));
|
|
53
|
+
this._connected = new EventEmitter();
|
|
54
|
+
this._element.on('connected', (e) => this.onEmit(this._connected, e));
|
|
55
|
+
this._disconnected = new EventEmitter();
|
|
56
|
+
this._element.on('disconnected', (e) => this.onEmit(this._disconnected, e));
|
|
57
|
+
this._changed = new EventEmitter();
|
|
58
|
+
this._element.on('changed', (e) => this.onEmit(this._changed, e));
|
|
59
|
+
applyDefaults(this._element, inject(SELECT_ITEM_DEFAULT_PROPS, { optional: true }) ?? {});
|
|
60
|
+
}
|
|
61
|
+
get icon() {
|
|
62
|
+
// @ts-ignore - temporary fix for the type error
|
|
63
|
+
return this._element.icon;
|
|
64
|
+
}
|
|
65
|
+
set icon(value) {
|
|
66
|
+
this._zone.runOutsideAngular(() => {
|
|
67
|
+
// @ts-ignore - temporary fix for the type error
|
|
68
|
+
this._element.icon = value;
|
|
69
|
+
});
|
|
70
|
+
}
|
|
71
|
+
get isActive() {
|
|
72
|
+
// @ts-ignore - temporary fix for the type error
|
|
73
|
+
return this._element.isActive;
|
|
74
|
+
}
|
|
75
|
+
set isActive(value) {
|
|
76
|
+
this._zone.runOutsideAngular(() => {
|
|
77
|
+
// @ts-ignore - temporary fix for the type error
|
|
78
|
+
this._element.isActive = value;
|
|
79
|
+
});
|
|
80
|
+
}
|
|
81
|
+
get themeName() {
|
|
82
|
+
// @ts-ignore - temporary fix for the type error
|
|
83
|
+
return this._element.themeName;
|
|
84
|
+
}
|
|
85
|
+
set themeName(value) {
|
|
86
|
+
this._zone.runOutsideAngular(() => {
|
|
87
|
+
// @ts-ignore - temporary fix for the type error
|
|
88
|
+
this._element.themeName = value;
|
|
89
|
+
});
|
|
90
|
+
}
|
|
91
|
+
get disabled() {
|
|
92
|
+
// @ts-ignore - temporary fix for the type error
|
|
93
|
+
return this._element.disabled;
|
|
94
|
+
}
|
|
95
|
+
set disabled(value) {
|
|
96
|
+
this._zone.runOutsideAngular(() => {
|
|
97
|
+
// @ts-ignore - temporary fix for the type error
|
|
98
|
+
this._element.disabled = value;
|
|
99
|
+
});
|
|
100
|
+
}
|
|
101
|
+
get variant() {
|
|
102
|
+
// @ts-ignore - temporary fix for the type error
|
|
103
|
+
return this._element.variant;
|
|
104
|
+
}
|
|
105
|
+
set variant(value) {
|
|
106
|
+
this._zone.runOutsideAngular(() => {
|
|
107
|
+
// @ts-ignore - temporary fix for the type error
|
|
108
|
+
this._element.variant = value;
|
|
109
|
+
});
|
|
110
|
+
}
|
|
111
|
+
get isFocused() {
|
|
112
|
+
// @ts-ignore - temporary fix for the type error
|
|
113
|
+
return this._element.isFocused;
|
|
114
|
+
}
|
|
115
|
+
set isFocused(value) {
|
|
116
|
+
this._zone.runOutsideAngular(() => {
|
|
117
|
+
// @ts-ignore - temporary fix for the type error
|
|
118
|
+
this._element.isFocused = value;
|
|
119
|
+
});
|
|
120
|
+
}
|
|
121
|
+
get label() {
|
|
122
|
+
// @ts-ignore - temporary fix for the type error
|
|
123
|
+
return this._element.label;
|
|
124
|
+
}
|
|
125
|
+
set label(value) {
|
|
126
|
+
this._zone.runOutsideAngular(() => {
|
|
127
|
+
// @ts-ignore - temporary fix for the type error
|
|
128
|
+
this._element.label = value;
|
|
129
|
+
});
|
|
130
|
+
}
|
|
131
|
+
get isSelected() {
|
|
132
|
+
// @ts-ignore - temporary fix for the type error
|
|
133
|
+
return this._element.isSelected;
|
|
134
|
+
}
|
|
135
|
+
set isSelected(value) {
|
|
136
|
+
this._zone.runOutsideAngular(() => {
|
|
137
|
+
// @ts-ignore - temporary fix for the type error
|
|
138
|
+
this._element.isSelected = value;
|
|
139
|
+
});
|
|
140
|
+
}
|
|
141
|
+
get index() {
|
|
142
|
+
// @ts-ignore - temporary fix for the type error
|
|
143
|
+
return this._element.index;
|
|
144
|
+
}
|
|
145
|
+
set index(value) {
|
|
146
|
+
this._zone.runOutsideAngular(() => {
|
|
147
|
+
// @ts-ignore - temporary fix for the type error
|
|
148
|
+
this._element.index = value;
|
|
149
|
+
});
|
|
150
|
+
}
|
|
151
|
+
get displayText() {
|
|
152
|
+
// @ts-ignore - temporary fix for the type error
|
|
153
|
+
return this._element.displayText;
|
|
154
|
+
}
|
|
155
|
+
set displayText(value) {
|
|
156
|
+
this._zone.runOutsideAngular(() => {
|
|
157
|
+
// @ts-ignore - temporary fix for the type error
|
|
158
|
+
this._element.displayText = value;
|
|
159
|
+
});
|
|
160
|
+
}
|
|
161
|
+
get value() {
|
|
162
|
+
// @ts-ignore - temporary fix for the type error
|
|
163
|
+
return this._element.value;
|
|
164
|
+
}
|
|
165
|
+
set value(value) {
|
|
166
|
+
this._zone.runOutsideAngular(() => {
|
|
167
|
+
// @ts-ignore - temporary fix for the type error
|
|
168
|
+
this._element.value = value;
|
|
169
|
+
});
|
|
170
|
+
}
|
|
171
|
+
get dir() {
|
|
172
|
+
// @ts-ignore - temporary fix for the type error
|
|
173
|
+
return this._element.dir;
|
|
174
|
+
}
|
|
175
|
+
set dir(value) {
|
|
176
|
+
this._zone.runOutsideAngular(() => {
|
|
177
|
+
// @ts-ignore - temporary fix for the type error
|
|
178
|
+
this._element.dir = value;
|
|
179
|
+
});
|
|
180
|
+
}
|
|
181
|
+
get lang() {
|
|
182
|
+
// @ts-ignore - temporary fix for the type error
|
|
183
|
+
return this._element.lang;
|
|
184
|
+
}
|
|
185
|
+
set lang(value) {
|
|
186
|
+
this._zone.runOutsideAngular(() => {
|
|
187
|
+
// @ts-ignore - temporary fix for the type error
|
|
188
|
+
this._element.lang = value;
|
|
189
|
+
});
|
|
190
|
+
}
|
|
191
|
+
get selected() {
|
|
192
|
+
return this._selected;
|
|
193
|
+
}
|
|
194
|
+
get unselected() {
|
|
195
|
+
return this._unselected;
|
|
196
|
+
}
|
|
197
|
+
get connected() {
|
|
198
|
+
return this._connected;
|
|
199
|
+
}
|
|
200
|
+
get disconnected() {
|
|
201
|
+
return this._disconnected;
|
|
202
|
+
}
|
|
203
|
+
get changed() {
|
|
204
|
+
return this._changed;
|
|
205
|
+
}
|
|
206
|
+
invoke(method, ...args) {
|
|
207
|
+
return this._element[method](...args);
|
|
208
|
+
}
|
|
209
|
+
onEmit(emitter, event) {
|
|
210
|
+
if (event instanceof CustomEvent) {
|
|
211
|
+
emitter.emit(event.detail);
|
|
212
|
+
}
|
|
213
|
+
else {
|
|
214
|
+
emitter.emit();
|
|
215
|
+
}
|
|
216
|
+
}
|
|
217
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.6", ngImport: i0, type: SelectItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
218
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.6", type: SelectItemComponent, isStandalone: true, selector: "mosaik-select-item", inputs: { icon: "icon", isActive: "isActive", themeName: "themeName", disabled: "disabled", variant: "variant", isFocused: "isFocused", label: "label", isSelected: "isSelected", index: "index", displayText: "displayText", value: "value", dir: "dir", lang: "lang" }, outputs: { selected: "selected", unselected: "unselected", connected: "connected", disconnected: "disconnected", changed: "changed" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
219
|
+
};
|
|
220
|
+
SelectItemComponent = __decorate([
|
|
221
|
+
ProxyCmp({
|
|
222
|
+
defineCustomElementFn: () => customElements.define('mosaik-select-item', SelectItemElement),
|
|
223
|
+
inputs: ['icon', 'isActive', 'themeName', 'disabled', 'variant', 'isFocused', 'label', 'isSelected', 'index', 'displayText', 'value', 'dir', 'lang'],
|
|
224
|
+
methods: ['hasVisibleFocusInTree', 'select', 'unselect', 'adoptStyle', 'on', 'off', 'emit', 'requestUpdate']
|
|
225
|
+
}),
|
|
226
|
+
__metadata("design:paramtypes", [])
|
|
227
|
+
], SelectItemComponent);
|
|
228
|
+
export { SelectItemComponent };
|
|
229
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.6", ngImport: i0, type: SelectItemComponent, decorators: [{
|
|
230
|
+
type: Component,
|
|
231
|
+
args: [{
|
|
232
|
+
selector: 'mosaik-select-item',
|
|
233
|
+
standalone: true,
|
|
234
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
235
|
+
template: '<ng-content></ng-content>',
|
|
236
|
+
inputs: ['icon', 'isActive', 'themeName', 'disabled', 'variant', 'isFocused', 'label', 'isSelected', 'index', 'displayText', 'value', 'dir', 'lang'],
|
|
237
|
+
outputs: ['selected', 'unselected', 'connected', 'disconnected', 'changed']
|
|
238
|
+
}]
|
|
239
|
+
}], ctorParameters: () => [], propDecorators: { icon: [{
|
|
240
|
+
type: Input
|
|
241
|
+
}], isActive: [{
|
|
242
|
+
type: Input
|
|
243
|
+
}], themeName: [{
|
|
244
|
+
type: Input
|
|
245
|
+
}], disabled: [{
|
|
246
|
+
type: Input
|
|
247
|
+
}], variant: [{
|
|
248
|
+
type: Input
|
|
249
|
+
}], isFocused: [{
|
|
250
|
+
type: Input
|
|
251
|
+
}], label: [{
|
|
252
|
+
type: Input
|
|
253
|
+
}], isSelected: [{
|
|
254
|
+
type: Input
|
|
255
|
+
}], index: [{
|
|
256
|
+
type: Input
|
|
257
|
+
}], displayText: [{
|
|
258
|
+
type: Input
|
|
259
|
+
}], value: [{
|
|
260
|
+
type: Input
|
|
261
|
+
}], dir: [{
|
|
262
|
+
type: Input
|
|
263
|
+
}], lang: [{
|
|
264
|
+
type: Input
|
|
265
|
+
}], selected: [{
|
|
266
|
+
type: Output
|
|
267
|
+
}], unselected: [{
|
|
268
|
+
type: Output
|
|
269
|
+
}], connected: [{
|
|
270
|
+
type: Output
|
|
271
|
+
}], disconnected: [{
|
|
272
|
+
type: Output
|
|
273
|
+
}], changed: [{
|
|
274
|
+
type: Output
|
|
275
|
+
}] } });
|
|
276
|
+
/**
|
|
277
|
+
* @public
|
|
278
|
+
*/
|
|
279
|
+
export function provideSelectItem(config) {
|
|
280
|
+
return makeEnvironmentProviders([
|
|
281
|
+
{
|
|
282
|
+
provide: SELECT_ITEM_DEFAULT_PROPS,
|
|
283
|
+
useValue: config
|
|
284
|
+
}
|
|
285
|
+
]);
|
|
286
|
+
}
|
|
287
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiU2VsZWN0SXRlbUNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9Db250cm9scy9Db21wb25lbnRzL0lucHV0cy9TZWxlY3QvU2VsZWN0SXRlbUNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7QUFBQSxpRkFBaUY7QUFDakYsbUJBQW1CO0FBQ25CLHlDQUF5QztBQUN6QyxxR0FBcUc7QUFDckcsb0JBQW9CO0FBQ3BCLGlGQUFpRjtBQUVqRixPQUFPLEVBQUUsdUJBQXVCLEVBQUUsaUJBQWlCLEVBQUUsU0FBUyxFQUFFLFVBQVUsRUFBd0IsWUFBWSxFQUFFLE1BQU0sRUFBRSxjQUFjLEVBQUUsS0FBSyxFQUFFLHdCQUF3QixFQUFFLE1BQU0sRUFBRSxNQUFNLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDL00sT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sd0NBQXdDLENBQUM7QUFDM0UsT0FBTyxFQUFFLGFBQWEsRUFBRSxRQUFRLEVBQWEsTUFBTSx5QkFBeUIsQ0FBQzs7QUFFN0U7Ozs7Ozs7R0FPRztBQUNILE1BQU0sQ0FBQyxNQUFNLHlCQUF5QixHQUFHLElBQUksY0FBYyxDQUFtQyxrQ0FBa0MsQ0FBQyxDQUFDO0FBRWxJOzs7Ozs7O0dBT0c7QUFlSSxJQUFNLG1CQUFtQixHQUF6QixNQUFNLG1CQUFtQjtJQUNYLFFBQVEsQ0FBb0I7SUFDNUIsS0FBSyxDQUFTO0lBRWQsU0FBUyxDQUF3QjtJQUNqQyxXQUFXLENBQXdCO0lBQ25DLFVBQVUsQ0FBd0I7SUFDbEMsYUFBYSxDQUF3QjtJQUNyQyxRQUFRLENBQXdCO0lBRWpEO1FBQ0ksTUFBTSxDQUFDLGlCQUFpQixDQUFDLENBQUMsTUFBTSxFQUFFLENBQUM7UUFFbkMsSUFBSSxDQUFDLFFBQVEsR0FBRyxNQUFNLENBQUMsVUFBVSxDQUFDLENBQUMsYUFBYSxDQUFDO1FBQ2pELElBQUksQ0FBQyxLQUFLLEdBQUcsTUFBTSxDQUFDLE1BQU0sQ0FBQyxDQUFDO1FBRTVCLElBQUksQ0FBQyxTQUFTLEdBQUcsSUFBSSxZQUFZLEVBQVcsQ0FBQztRQUM3QyxJQUFJLENBQUMsUUFBUSxDQUFDLEVBQUUsQ0FBQyxVQUFVLEVBQUUsQ0FBQyxDQUFDLEVBQUUsRUFBRSxDQUFDLElBQUksQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLFNBQVMsRUFBRSxDQUFDLENBQUMsQ0FBQyxDQUFDO1FBQ3BFLElBQUksQ0FBQyxXQUFXLEdBQUcsSUFBSSxZQUFZLEVBQVcsQ0FBQztRQUMvQyxJQUFJLENBQUMsUUFBUSxDQUFDLEVBQUUsQ0FBQyxZQUFZLEVBQUUsQ0FBQyxDQUFDLEVBQUUsRUFBRSxDQUFDLElBQUksQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLFdBQVcsRUFBRSxDQUFDLENBQUMsQ0FBQyxDQUFDO1FBQ3hFLElBQUksQ0FBQyxVQUFVLEdBQUcsSUFBSSxZQUFZLEVBQVcsQ0FBQztRQUM5QyxJQUFJLENBQUMsUUFBUSxDQUFDLEVBQUUsQ0FBQyxXQUFXLEVBQUUsQ0FBQyxDQUFDLEVBQUUsRUFBRSxDQUFDLElBQUksQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLFVBQVUsRUFBRSxDQUFDLENBQUMsQ0FBQyxDQUFDO1FBQ3RFLElBQUksQ0FBQyxhQUFhLEdBQUcsSUFBSSxZQUFZLEVBQVcsQ0FBQztRQUNqRCxJQUFJLENBQUMsUUFBUSxDQUFDLEVBQUUsQ0FBQyxjQUFjLEVBQUUsQ0FBQyxDQUFDLEVBQUUsRUFBRSxDQUFDLElBQUksQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLGFBQWEsRUFBRSxDQUFDLENBQUMsQ0FBQyxDQUFDO1FBQzVFLElBQUksQ0FBQyxRQUFRLEdBQUcsSUFBSSxZQUFZLEVBQVcsQ0FBQztRQUM1QyxJQUFJLENBQUMsUUFBUSxDQUFDLEVBQUUsQ0FBQyxTQUFTLEVBQUUsQ0FBQyxDQUFDLEVBQUUsRUFBRSxDQUFDLElBQUksQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLFFBQVEsRUFBRSxDQUFDLENBQUMs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LFVBQVUsRUFBRSxTQUFTLEVBQUUsV0FBVyxFQUFFLE9BQU8sRUFBRSxZQUFZLEVBQUUsT0FBTyxFQUFFLGFBQWEsRUFBRSxPQUFPLEVBQUUsS0FBSyxFQUFFLE1BQU0sQ0FBQztvQkFDcEosT0FBTyxFQUFFLENBQUMsVUFBVSxFQUFFLFlBQVksRUFBRSxXQUFXLEVBQUUsY0FBYyxFQUFFLFNBQVMsQ0FBQztpQkFDOUU7d0RBZ0NjLElBQUk7c0JBRGQsS0FBSztnQkFhSyxRQUFRO3NCQURsQixLQUFLO2dCQWFLLFNBQVM7c0JBRG5CLEtBQUs7Z0JBYUssUUFBUTtzQkFEbEIsS0FBSztnQkFhSyxPQUFPO3NCQURqQixLQUFLO2dCQWFLLFNBQVM7c0JBRG5CLEtBQUs7Z0JBYUssS0FBSztzQkFEZixLQUFLO2dCQWFLLFVBQVU7c0JBRHBCLEtBQUs7Z0JBYUssS0FBSztzQkFEZixLQUFLO2dCQWFLLFdBQVc7c0JBRHJCLEtBQUs7Z0JBYUssS0FBSztzQkFEZixLQUFLO2dCQWFLLEdBQUc7c0JBRGIsS0FBSztnQkFhSyxJQUFJO3NCQURkLEtBQUs7Z0JBYUssUUFBUTtzQkFEbEIsTUFBTTtnQkFNSSxVQUFVO3NCQURwQixNQUFNO2dCQU1JLFNBQVM7c0JBRG5CLE1BQU07Z0JBTUksWUFBWTtzQkFEdEIsTUFBTTtnQkFNSSxPQUFPO3NCQURqQixNQUFNOztBQTRCWDs7R0FFRztBQUNILE1BQU0sVUFBVSxpQkFBaUIsQ0FBQyxNQUF3QztJQUN0RSxPQUFPLHdCQUF3QixDQUFDO1FBQzVCO1lBQ0ksT0FBTyxFQUFFLHlCQUF5QjtZQUNsQyxRQUFRLEVBQUUsTUFBTTtTQUNuQjtLQUNKLENBQUMsQ0FBQztBQUNQLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvLyAtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS1cbi8vIDxhdXRvLWdlbmVyYXRlZD5cbi8vICAgICBUaGlzIGNvZGUgd2FzIGdlbmVyYXRlZCBieSBhIHRvb2wuXG4vLyAgICAgQ2hhbmdlcyB0byB0aGlzIGZpbGUgbWF5IGNhdXNlIGluY29ycmVjdCBiZWhhdmlvciBhbmQgd2lsbCBiZSBsb3N0IGlmIHRoZSBjb2RlIGlzIHJlZ2VuZXJhdGVkLlxuLy8gPC9hdXRvLWdlbmVyYXRlZD5cbi8vIC0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLVxuXG5pbXBvcnQgeyBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ2hhbmdlRGV0ZWN0b3JSZWYsIENvbXBvbmVudCwgRWxlbWVudFJlZiwgRW52aXJvbm1lbnRQcm92aWRlcnMsIEV2ZW50RW1pdHRlciwgaW5qZWN0LCBJbmplY3Rpb25Ub2tlbiwgSW5wdXQsIG1ha2VFbnZpcm9ubWVudFByb3ZpZGVycywgTmdab25lLCBPdXRwdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IFNlbGVjdEl0ZW1FbGVtZW50IH0gZnJvbSAnQGJyZWFkc3RvbmUvbW9zYWlrLWVsZW1lbnRzLWZvdW5kYXRpb24nO1xuaW1wb3J0IHsgYXBwbHlEZWZhdWx0cywgUHJveHlDbXAsIE1ldGhvZE1hcCB9IGZyb20gJy4uLy4uLy4uLy4uL1V0aWxzL1Byb3h5JztcblxuLyoqXG4gKiBAcHVibGljXG4gKlxuICogSW5qZWN0aW9uIHRva2VuIGZvciB0aGUgZGVmYXVsdCBwcm9wZXJ0aWVzIG9mIHRoZSBTZWxlY3RJdGVtQ29tcG9uZW50LlxuICogVXNlIHRoaXMgdG9rZW4gdG8gcHJvdmlkZSBkZWZhdWx0IHByb3BlcnRpZXMgZm9yIHRoZSBTZWxlY3RJdGVtQ29tcG9uZW50LlxuICogVGhlIHByb3BlcnRpZXMgd2lsbCBiZSBhcHBsaWVkIHRvIHRoZSBjb21wb25lbnQgd2hlbiBpdCBpcyBjcmVhdGVkLlxuICogVGhpcyBpcyB1c2VmdWwgZm9yIHNldHRpbmcgZGVmYXVsdCB2YWx1ZXMgZm9yIHByb3BlcnRpZXMgdGhhdCBhcmUgbm90IHNldCBieSB0aGUgdXNlci5cbiAqL1xuZXhwb3J0IGNvbnN0IFNFTEVDVF9JVEVNX0RFRkFVTFRfUFJPUFMgPSBuZXcgSW5qZWN0aW9uVG9rZW48UGFydGlhbDxTZWxlY3RJdGVtRWxlbWVudC5Qcm9wcz4+KCdNT1NBSUtfU0VMRUNUX0lURU1fREVGQVVMVF9QUk9QUycpO1xuXG4vKipcbiAqIEBwdWJsaWNcbiAqXG4gKiBAc2xvdCBzdGFydCAtIFNsb3QgZm9yIHBsYWNpbmcgY29udGVudCBiZWZvcmUgdGhlIGljb24uXG4gKiBAc2xvdCBpY29uIC0gU2xvdCBmb3IgcGxhY2luZyBhbiBpY29uLlxuICogQHNsb3QgbGFiZWwgLSBTbG90IGZvciBwbGFjaW5nIHRoZSBsYWJlbCB0ZXh0LlxuICogQHNsb3QgZW5kIC0gU2xvdCBmb3IgcGxhY2luZyBjb250ZW50IGFmdGVyIHRoZSBsYWJlbC5cbiAqL1xuXG5AUHJveHlDbXAoe1xuICAgIGRlZmluZUN1c3RvbUVsZW1lbnRGbjogKCkgPT4gY3VzdG9tRWxlbWVudHMuZGVmaW5lKCdtb3NhaWstc2VsZWN0LWl0ZW0nLCBTZWxlY3RJdGVtRWxlbWVudCksXG4gICAgaW5wdXRzOiBbJ2ljb24nLCAnaXNBY3RpdmUnLCAndGhlbWVOYW1lJywgJ2Rpc2FibGVkJywgJ3ZhcmlhbnQnLCAnaXNGb2N1c2VkJywgJ2xhYmVsJywgJ2lzU2VsZWN0ZWQnLCAnaW5kZXgnLCAnZGlzcGxheVRleHQnLCAndmFsdWUnLCAnZGlyJywgJ2xhbmcnXSxcbiAgICBtZXRob2RzOiBbJ2hhc1Zpc2libGVGb2N1c0luVHJlZScsICdzZWxlY3QnLCAndW5zZWxlY3QnLCAnYWRvcHRTdHlsZScsICdvbicsICdvZmYnLCAnZW1pdCcsICdyZXF1ZXN0VXBkYXRlJ11cbn0pXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ21vc2Fpay1zZWxlY3QtaXRlbScsXG4gICAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgICB0ZW1wbGF0ZTogJzxuZy1jb250ZW50PjwvbmctY29udGVudD4nLFxuICAgIGlucHV0czogWydpY29uJywgJ2lzQWN0aXZlJywgJ3RoZW1lTmFtZScsICdkaXNhYmxlZCcsICd2YXJpYW50JywgJ2lzRm9jdXNlZCcsICdsYWJlbCcsICdpc1NlbGVjdGVkJywgJ2luZGV4JywgJ2Rpc3BsYXlUZXh0JywgJ3ZhbHVlJywgJ2RpcicsICdsYW5nJ10sXG4gICAgb3V0cHV0czogWydzZWxlY3RlZCcsICd1bnNlbGVjdGVkJywgJ2Nvbm5lY3RlZCcsICdkaXNjb25uZWN0ZWQnLCAnY2hhbmdlZCddXG59KVxuZXhwb3J0IGNsYXNzIFNlbGVjdEl0ZW1Db21wb25lbnQge1xuICAgIHByaXZhdGUgcmVhZG9ubHkgX2VsZW1lbnQ6IFNlbGVjdEl0ZW1FbGVtZW50O1xuICAgIHByaXZhdGUgcmVhZG9ubHkgX3pvbmU6IE5nWm9uZTtcblxuICAgIHByaXZhdGUgcmVhZG9ubHkgX3NlbGVjdGVkOiBFdmVudEVtaXR0ZXI8dW5rbm93bj47XG4gICAgcHJpdmF0ZSByZWFkb25seSBfdW5zZWxlY3RlZDogRXZlbnRFbWl0dGVyPHVua25vd24+O1xuICAgIHByaXZhdGUgcmVhZG9ubHkgX2Nvbm5lY3RlZDogRXZlbnRFbWl0dGVyPHVua25vd24+O1xuICAgIHByaXZhdGUgcmVhZG9ubHkgX2Rpc2Nvbm5lY3RlZDogRXZlbnRFbWl0dGVyPHVua25vd24+O1xuICAgIHByaXZhdGUgcmVhZG9ubHkgX2NoYW5nZWQ6IEV2ZW50RW1pdHRlcjx1bmtub3duPjtcblxuICAgIHB1YmxpYyBjb25zdHJ1Y3RvcigpIHtcbiAgICAgICAgaW5qZWN0KENoYW5nZURldGVjdG9yUmVmKS5kZXRhY2goKTtcblxuICAgICAgICB0aGlzLl9lbGVtZW50ID0gaW5qZWN0KEVsZW1lbnRSZWYpLm5hdGl2ZUVsZW1lbnQ7XG4gICAgICAgIHRoaXMuX3pvbmUgPSBpbmplY3QoTmdab25lKTtcblxuICAgICAgICB0aGlzLl9zZWxlY3RlZCA9IG5ldyBFdmVudEVtaXR0ZXI8dW5rbm93bj4oKTtcbiAgICAgICAgdGhpcy5fZWxlbWVudC5vbignc2VsZWN0ZWQnLCAoZSkgPT4gdGhpcy5vbkVtaXQodGhpcy5fc2VsZWN0ZWQsIGUpKTtcbiAgICAgICAgdGhpcy5fdW5zZWxlY3RlZCA9IG5ldyBFdmVudEVtaXR0ZXI8dW5rbm93bj4oKTtcbiAgICAgICAgdGhpcy5fZWxlbWVudC5vbigndW5zZWxlY3RlZCcsIChlKSA9PiB0aGlzLm9uRW1pdCh0aGlzLl91bnNlbGVjdGVkLCBlKSk7XG4gICAgICAgIHRoaXMuX2Nvbm5lY3RlZCA9IG5ldyBFdmVudEVtaXR0ZXI8dW5rbm93bj4oKTtcbiAgICAgICAgdGhpcy5fZWxlbWVudC5vbignY29ubmVjdGVkJywgKGUpID0+IHRoaXMub25FbWl0KHRoaXMuX2Nvbm5lY3RlZCwgZSkpO1xuICAgICAgICB0aGlzLl9kaXNjb25uZWN0ZWQgPSBuZXcgRXZlbnRFbWl0dGVyPHVua25vd24+KCk7XG4gICAgICAgIHRoaXMuX2VsZW1lbnQub24oJ2Rpc2Nvbm5lY3RlZCcsIChlKSA9PiB0aGlzLm9uRW1pdCh0aGlzLl9kaXNjb25uZWN0ZWQsIGUpKTtcbiAgICAgICAgdGhpcy5fY2hhbmdlZCA9IG5ldyBFdmVudEVtaXR0ZXI8dW5rbm93bj4oKTtcbiAgICAgICAgdGhpcy5fZWxlbWVudC5vbignY2hhbmdlZCcsIChlKSA9PiB0aGlzLm9uRW1pdCh0aGlzLl9jaGFuZ2VkLCBlKSk7XG5cbiAgICAgICAgYXBwbHlEZWZhdWx0cyh0aGlzLl9lbGVtZW50LCBpbmplY3QoU0VMRUNUX0lURU1fREVGQVVMVF9QUk9QUywgeyBvcHRpb25hbDogdHJ1ZSB9KSA/PyB7fSk7XG4gICAgfVxuXG4gICAgQElucHV0KClcbiAgICBwdWJsaWMgZ2V0IGljb24oKTogU2VsZWN0SXRlbUVsZW1lbnRbJ2ljb24nXSB7XG4gICAgICAgIC8vIEB0cy1pZ25vcmUgLSB0ZW1wb3JhcnkgZml4IGZvciB0aGUgdHlwZSBlcnJvclxuICAgICAgICByZXR1cm4gdGhpcy5fZWxlbWVudC5pY29uO1xuICAgIH1cbiAgICBwdWJsaWMgc2V0IGljb24odmFsdWU6IFNlbGVjdEl0ZW1FbGVtZW50WydpY29uJ10pIHtcbiAgICAgICAgdGhpcy5fem9uZS5ydW5PdXRzaWRlQW5ndWxhcigoKSA9PiB7XG4gICAgICAgICAgICAvLyBAdHMtaWdub3JlIC0gdGVtcG9yYXJ5IGZpeCBmb3IgdGhlIHR5cGUgZXJyb3JcbiAgICAgICAgICAgIHRoaXMuX2VsZW1lbnQuaWNvbiA9IHZhbHVlO1xuICAgICAgICB9KTtcbiAgICB9XG5cbiAgICBASW5wdXQoKVxuICAgIHB1YmxpYyBnZXQgaXNBY3RpdmUoKTogU2VsZWN0SXRlbUVsZW1lbnRbJ2lzQWN0aXZlJ10ge1xuICAgICAgICAvLyBAdHMtaWdub3JlIC0gdGVtcG9yYXJ5IGZpeCBmb3IgdGhlIHR5cGUgZXJyb3JcbiAgICAgICAgcmV0dXJuIHRoaXMuX2VsZW1lbnQuaXNBY3RpdmU7XG4gICAgfVxuICAgIHB1YmxpYyBzZXQgaXNBY3RpdmUodmFsdWU6IFNlbGVjdEl0ZW1FbGVtZW50Wydpc0FjdGl2ZSddKSB7XG4gICAgICAgIHRoaXMuX3pvbmUucnVuT3V0c2lkZUFuZ3VsYXIoKCkgPT4ge1xuICAgICAgICAgICAgLy8gQHRzLWlnbm9yZSAtIHRlbXBvcmFyeSBmaXggZm9yIHRoZSB0eXBlIGVycm9yXG4gICAgICAgICAgICB0aGlzLl9lbGVtZW50LmlzQWN0aXZlID0gdmFsdWU7XG4gICAgICAgIH0pO1xuICAgIH1cblxuICAgIEBJbnB1dCgpXG4gICAgcHVibGljIGdldCB0aGVtZU5hbWUoKTogU2VsZWN0SXRlbUVsZW1lbnRbJ3RoZW1lTmFtZSddIHtcbiAgICAgICAgLy8gQHRzLWlnbm9yZSAtIHRlbXBvcmFyeSBmaXggZm9yIHRoZSB0eXBlIGVycm9yXG4gICAgICAgIHJldHVybiB0aGlzLl9lbGVtZW50LnRoZW1lTmFtZTtcbiAgICB9XG4gICAgcHVibGljIHNldCB0aGVtZU5hbWUodmFsdWU6IFNlbGVjdEl0ZW1FbGVtZW50Wyd0aGVtZU5hbWUnXSkge1xuICAgICAgICB0aGlzLl96b25lLnJ1bk91dHNpZGVBbmd1bGFyKCgpID0+IHtcbiAgICAgICAgICAgIC8vIEB0cy1pZ25vcmUgLSB0ZW1wb3JhcnkgZml4IGZvciB0aGUgdHlwZSBlcnJvclxuICAgICAgICAgICAgdGhpcy5fZWxlbWVudC50aGVtZU5hbWUgPSB2YWx1ZTtcbiAgICAgICAgfSk7XG4gICAgfVxuXG4gICAgQElucHV0KClcbiAgICBwdWJsaWMgZ2V0IGRpc2FibGVkKCk6IFNlbGVjdEl0ZW1FbGVtZW50WydkaXNhYmxlZCddIHtcbiAgICAgICAgLy8gQHRzLWlnbm9yZSAtIHRlbXBvcmFyeSBmaXggZm9yIHRoZSB0eXBlIGVycm9yXG4gICAgICAgIHJldHVybiB0aGlzLl9lbGVtZW50LmRpc2FibGVkO1xuICAgIH1cbiAgICBwdWJsaWMgc2V0IGRpc2FibGVkKHZhbHVlOiBTZWxlY3RJdGVtRWxlbWVudFsnZGlzYWJsZWQnXSkge1xuICAgICAgICB0aGlzLl96b25lLnJ1bk91dHNpZGVBbmd1bGFyKCgpID0+IHtcbiAgICAgICAgICAgIC8vIEB0cy1pZ25vcmUgLSB0ZW1wb3JhcnkgZml4IGZvciB0aGUgdHlwZSBlcnJvclxuICAgICAgICAgICAgdGhpcy5fZWxlbWVudC5kaXNhYmxlZCA9IHZhbHVlO1xuICAgICAgICB9KTtcbiAgICB9XG5cbiAgICBASW5wdXQoKVxuICAgIHB1YmxpYyBnZXQgdmFyaWFudCgpOiBTZWxlY3RJdGVtRWxlbWVudFsndmFyaWFudCddIHtcbiAgICAgICAgLy8gQHRzLWlnbm9yZSAtIHRlbXBvcmFyeSBmaXggZm9yIHRoZSB0eXBlIGVycm9yXG4gICAgICAgIHJldHVybiB0aGlzLl9lbGVtZW50LnZhcmlhbnQ7XG4gICAgfVxuICAgIHB1YmxpYyBzZXQgdmFyaWFudCh2YWx1ZTogU2VsZWN0SXRlbUVsZW1lbnRbJ3ZhcmlhbnQnXSkge1xuICAgICAgICB0aGlzLl96b25lLnJ1bk91dHNpZGVBbmd1bGFyKCgpID0+IHtcbiAgICAgICAgICAgIC8vIEB0cy1pZ25vcmUgLSB0ZW1wb3JhcnkgZml4IGZvciB0aGUgdHlwZSBlcnJvclxuICAgICAgICAgICAgdGhpcy5fZWxlbWVudC52YXJpYW50ID0gdmFsdWU7XG4gICAgICAgIH0pO1xuICAgIH1cblxuICAgIEBJbnB1dCgpXG4gICAgcHVibGljIGdldCBpc0ZvY3VzZWQoKTogU2VsZWN0SXRlbUVsZW1lbnRbJ2lzRm9jdXNlZCddIHtcbiAgICAgICAgLy8gQHRzLWlnbm9yZSAtIHRlbXBvcmFyeSBmaXggZm9yIHRoZSB0eXBlIGVycm9yXG4gICAgICAgIHJldHVybiB0aGlzLl9lbGVtZW50LmlzRm9jdXNlZDtcbiAgICB9XG4gICAgcHVibGljIHNldCBpc0ZvY3VzZWQodmFsdWU6IFNlbGVjdEl0ZW1FbGVtZW50Wydpc0ZvY3VzZWQnXSkge1xuICAgICAgICB0aGlzLl96b25lLnJ1bk91dHNpZGVBbmd1bGFyKCgpID0+IHtcbiAgICAgICAgICAgIC8vIEB0cy1pZ25vcmUgLSB0ZW1wb3JhcnkgZml4IGZvciB0aGUgdHlwZSBlcnJvclxuICAgICAgICAgICAgdGhpcy5fZWxlbWVudC5pc0ZvY3VzZWQgPSB2YWx1ZTtcbiAgICAgICAgfSk7XG4gICAgfVxuXG4gICAgQElucHV0KClcbiAgICBwdWJsaWMgZ2V0IGxhYmVsKCk6IFNlbGVjdEl0ZW1FbGVtZW50WydsYWJlbCddIHtcbiAgICAgICAgLy8gQHRzLWlnbm9yZSAtIHRlbXBvcmFyeSBmaXggZm9yIHRoZSB0eXBlIGVycm9yXG4gICAgICAgIHJldHVybiB0aGlzLl9lbGVtZW50LmxhYmVsO1xuICAgIH1cbiAgICBwdWJsaWMgc2V0IGxhYmVsKHZhbHVlOiBTZWxlY3RJdGVtRWxlbWVudFsnbGFiZWwnXSkge1xuICAgICAgICB0aGlzLl96b25lLnJ1bk91dHNpZGVBbmd1bGFyKCgpID0+IHtcbiAgICAgICAgICAgIC8vIEB0cy1pZ25vcmUgLSB0ZW1wb3JhcnkgZml4IGZvciB0aGUgdHlwZSBlcnJvclxuICAgICAgICAgICAgdGhpcy5fZWxlbWVudC5sYWJlbCA9IHZhbHVlO1xuICAgICAgICB9KTtcbiAgICB9XG5cbiAgICBASW5wdXQoKVxuICAgIHB1YmxpYyBnZXQgaXNTZWxlY3RlZCgpOiBTZWxlY3RJdGVtRWxlbWVudFsnaXNTZWxlY3RlZCddIHtcbiAgICAgICAgLy8gQHRzLWlnbm9yZSAtIHRlbXBvcmFyeSBmaXggZm9yIHRoZSB0eXBlIGVycm9yXG4gICAgICAgIHJldHVybiB0aGlzLl9lbGVtZW50LmlzU2VsZWN0ZWQ7XG4gICAgfVxuICAgIHB1YmxpYyBzZXQgaXNTZWxlY3RlZCh2YWx1ZTogU2VsZWN0SXRlbUVsZW1lbnRbJ2lzU2VsZWN0ZWQnXSkge1xuICAgICAgICB0aGlzLl96b25lLnJ1bk91dHNpZGVBbmd1bGFyKCgpID0+IHtcbiAgICAgICAgICAgIC8vIEB0cy1pZ25vcmUgLSB0ZW1wb3JhcnkgZml4IGZvciB0aGUgdHlwZSBlcnJvclxuICAgICAgICAgICAgdGhpcy5fZWxlbWVudC5pc1NlbGVjdGVkID0gdmFsdWU7XG4gICAgICAgIH0pO1xuICAgIH1cblxuICAgIEBJbnB1dCgpXG4gICAgcHVibGljIGdldCBpbmRleCgpOiBTZWxlY3RJdGVtRWxlbWVudFsnaW5kZXgnXSB7XG4gICAgICAgIC8vIEB0cy1pZ25vcmUgLSB0ZW1wb3JhcnkgZml4IGZvciB0aGUgdHlwZSBlcnJvclxuICAgICAgICByZXR1cm4gdGhpcy5fZWxlbWVudC5pbmRleDtcbiAgICB9XG4gICAgcHVibGljIHNldCBpbmRleCh2YWx1ZTogU2VsZWN0SXRlbUVsZW1lbnRbJ2luZGV4J10pIHtcbiAgICAgICAgdGhpcy5fem9uZS5ydW5PdXRzaWRlQW5ndWxhcigoKSA9PiB7XG4gICAgICAgICAgICAvLyBAdHMtaWdub3JlIC0gdGVtcG9yYXJ5IGZpeCBmb3IgdGhlIHR5cGUgZXJyb3JcbiAgICAgICAgICAgIHRoaXMuX2VsZW1lbnQuaW5kZXggPSB2YWx1ZTtcbiAgICAgICAgfSk7XG4gICAgfVxuXG4gICAgQElucHV0KClcbiAgICBwdWJsaWMgZ2V0IGRpc3BsYXlUZXh0KCk6IFNlbGVjdEl0ZW1FbGVtZW50WydkaXNwbGF5VGV4dCddIHtcbiAgICAgICAgLy8gQHRzLWlnbm9yZSAtIHRlbXBvcmFyeSBmaXggZm9yIHRoZSB0eXBlIGVycm9yXG4gICAgICAgIHJldHVybiB0aGlzLl9lbGVtZW50LmRpc3BsYXlUZXh0O1xuICAgIH1cbiAgICBwdWJsaWMgc2V0IGRpc3BsYXlUZXh0KHZhbHVlOiBTZWxlY3RJdGVtRWxlbWVudFsnZGlzcGxheVRleHQnXSkge1xuICAgICAgICB0aGlzLl96b25lLnJ1bk91dHNpZGVBbmd1bGFyKCgpID0+IHtcbiAgICAgICAgICAgIC8vIEB0cy1pZ25vcmUgLSB0ZW1wb3JhcnkgZml4IGZvciB0aGUgdHlwZSBlcnJvclxuICAgICAgICAgICAgdGhpcy5fZWxlbWVudC5kaXNwbGF5VGV4dCA9IHZhbHVlO1xuICAgICAgICB9KTtcbiAgICB9XG5cbiAgICBASW5wdXQoKVxuICAgIHB1YmxpYyBnZXQgdmFsdWUoKTogU2VsZWN0SXRlbUVsZW1lbnRbJ3ZhbHVlJ10ge1xuICAgICAgICAvLyBAdHMtaWdub3JlIC0gdGVtcG9yYXJ5IGZpeCBmb3IgdGhlIHR5cGUgZXJyb3JcbiAgICAgICAgcmV0dXJuIHRoaXMuX2VsZW1lbnQudmFsdWU7XG4gICAgfVxuICAgIHB1YmxpYyBzZXQgdmFsdWUodmFsdWU6IFNlbGVjdEl0ZW1FbGVtZW50Wyd2YWx1ZSddKSB7XG4gICAgICAgIHRoaXMuX3pvbmUucnVuT3V0c2lkZUFuZ3VsYXIoKCkgPT4ge1xuICAgICAgICAgICAgLy8gQHRzLWlnbm9yZSAtIHRlbXBvcmFyeSBmaXggZm9yIHRoZSB0eXBlIGVycm9yXG4gICAgICAgICAgICB0aGlzLl9lbGVtZW50LnZhbHVlID0gdmFsdWU7XG4gICAgICAgIH0pO1xuICAgIH1cblxuICAgIEBJbnB1dCgpXG4gICAgcHVibGljIGdldCBkaXIoKTogU2VsZWN0SXRlbUVsZW1lbnRbJ2RpciddIHtcbiAgICAgICAgLy8gQHRzLWlnbm9yZSAtIHRlbXBvcmFyeSBmaXggZm9yIHRoZSB0eXBlIGVycm9yXG4gICAgICAgIHJldHVybiB0aGlzLl9lbGVtZW50LmRpcjtcbiAgICB9XG4gICAgcHVibGljIHNldCBkaXIodmFsdWU6IFNlbGVjdEl0ZW1FbGVtZW50WydkaXInXSkge1xuICAgICAgICB0aGlzLl96b25lLnJ1bk91dHNpZGVBbmd1bGFyKCgpID0+IHtcbiAgICAgICAgICAgIC8vIEB0cy1pZ25vcmUgLSB0ZW1wb3JhcnkgZml4IGZvciB0aGUgdHlwZSBlcnJvclxuICAgICAgICAgICAgdGhpcy5fZWxlbWVudC5kaXIgPSB2YWx1ZTtcbiAgICAgICAgfSk7XG4gICAgfVxuXG4gICAgQElucHV0KClcbiAgICBwdWJsaWMgZ2V0IGxhbmcoKTogU2VsZWN0SXRlbUVsZW1lbnRbJ2xhbmcnXSB7XG4gICAgICAgIC8vIEB0cy1pZ25vcmUgLSB0ZW1wb3JhcnkgZml4IGZvciB0aGUgdHlwZSBlcnJvclxuICAgICAgICByZXR1cm4gdGhpcy5fZWxlbWVudC5sYW5nO1xuICAgIH1cbiAgICBwdWJsaWMgc2V0IGxhbmcodmFsdWU6IFNlbGVjdEl0ZW1FbGVtZW50WydsYW5nJ10pIHtcbiAgICAgICAgdGhpcy5fem9uZS5ydW5PdXRzaWRlQW5ndWxhcigoKSA9PiB7XG4gICAgICAgICAgICAvLyBAdHMtaWdub3JlIC0gdGVtcG9yYXJ5IGZpeCBmb3IgdGhlIHR5cGUgZXJyb3JcbiAgICAgICAgICAgIHRoaXMuX2VsZW1lbnQubGFuZyA9IHZhbHVlO1xuICAgICAgICB9KTtcbiAgICB9XG5cbiAgICBAT3V0cHV0KClcbiAgICBwdWJsaWMgZ2V0IHNlbGVjdGVkKCk6IEV2ZW50RW1pdHRlcjx1bmtub3duPiB7XG4gICAgICAgIHJldHVybiB0aGlzLl9zZWxlY3RlZDtcbiAgICB9XG5cbiAgICBAT3V0cHV0KClcbiAgICBwdWJsaWMgZ2V0IHVuc2VsZWN0ZWQoKTogRXZlbnRFbWl0dGVyPHVua25vd24+IHtcbiAgICAgICAgcmV0dXJuIHRoaXMuX3Vuc2VsZWN0ZWQ7XG4gICAgfVxuXG4gICAgQE91dHB1dCgpXG4gICAgcHVibGljIGdldCBjb25uZWN0ZWQoKTogRXZlbnRFbWl0dGVyPHVua25vd24+IHtcbiAgICAgICAgcmV0dXJuIHRoaXMuX2Nvbm5lY3RlZDtcbiAgICB9XG5cbiAgICBAT3V0cHV0KClcbiAgICBwdWJsaWMgZ2V0IGRpc2Nvbm5lY3RlZCgpOiBFdmVudEVtaXR0ZXI8dW5rbm93bj4ge1xuICAgICAgICByZXR1cm4gdGhpcy5fZGlzY29ubmVjdGVkO1xuICAgIH1cblxuICAgIEBPdXRwdXQoKVxuICAgIHB1YmxpYyBnZXQgY2hhbmdlZCgpOiBFdmVudEVtaXR0ZXI8dW5rbm93bj4ge1xuICAgICAgICByZXR1cm4gdGhpcy5fY2hhbmdlZDtcbiAgICB9XG5cbiAgICBwdWJsaWMgaW52b2tlPFRNZXRob2QgZXh0ZW5kcyBTZWxlY3RJdGVtTWV0aG9kTmFtZXM+KG1ldGhvZDogVE1ldGhvZCwgLi4uYXJnczogUGFyYW1ldGVyczxTZWxlY3RJdGVtQ29tcG9uZW50TWV0aG9kc1tUTWV0aG9kXT4pOiBSZXR1cm5UeXBlPFNlbGVjdEl0ZW1Db21wb25lbnRNZXRob2RzW1RNZXRob2RdPiB7XG4gICAgICAgIHJldHVybiAodGhpcy5fZWxlbWVudCBhcyBhbnkpW21ldGhvZF0oLi4uYXJncyk7XG4gICAgfVxuXG4gICAgcHJpdmF0ZSBvbkVtaXQ8VD4oZW1pdHRlcjogRXZlbnRFbWl0dGVyPFQ+LCBldmVudDogRXZlbnQpOiB2b2lkIHtcbiAgICAgICAgaWYgKGV2ZW50IGluc3RhbmNlb2YgQ3VzdG9tRXZlbnQpIHtcbiAgICAgICAgICAgIGVtaXR0ZXIuZW1pdChldmVudC5kZXRhaWwpO1xuICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgZW1pdHRlci5lbWl0KCk7XG4gICAgICAgIH1cbiAgICB9XG59XG5cbi8qKlxuICogRGVjbGFyZXMgdGhlIG1ldGhvZHMgYXZhaWxhYmxlIG9uIFNlbGVjdEl0ZW1Db21wb25lbnQuXG4gKi9cbmV4cG9ydCB0eXBlIFNlbGVjdEl0ZW1NZXRob2ROYW1lcyA9ICdoYXNWaXNpYmxlRm9jdXNJblRyZWUnIHwgJ3NlbGVjdCcgfCAndW5zZWxlY3QnIHwgJ2Fkb3B0U3R5bGUnIHwgJ29uJyB8ICdvZmYnIHwgJ2VtaXQnIHwgJ3JlcXVlc3RVcGRhdGUnO1xuXG4vKipcbiAqIERlY2xhcmVzIHRoZSBtZXRob2RzIGludGVyZmFjZSBmb3IgU2VsZWN0SXRlbUNvbXBvbmVudC5cbiAqL1xuZXhwb3J0IHR5cGUgU2VsZWN0SXRlbUNvbXBvbmVudE1ldGhvZHMgPSBNZXRob2RNYXA8U2VsZWN0SXRlbU1ldGhvZE5hbWVzPjtcblxuLyoqXG4gKiBAcHVibGljXG4gKi9cbmV4cG9ydCBmdW5jdGlvbiBwcm92aWRlU2VsZWN0SXRlbShjb25maWc6IFBhcnRpYWw8U2VsZWN0SXRlbUVsZW1lbnQuUHJvcHM+KTogRW52aXJvbm1lbnRQcm92aWRlcnMge1xuICAgIHJldHVybiBtYWtlRW52aXJvbm1lbnRQcm92aWRlcnMoW1xuICAgICAgICB7XG4gICAgICAgICAgICBwcm92aWRlOiBTRUxFQ1RfSVRFTV9ERUZBVUxUX1BST1BTLFxuICAgICAgICAgICAgdXNlVmFsdWU6IGNvbmZpZ1xuICAgICAgICB9XG4gICAgXSk7XG59XG4iXX0=
|
|
@@ -0,0 +1,173 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
8
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
|
+
};
|
|
10
|
+
// ------------------------------------------------------------------------------
|
|
11
|
+
// <auto-generated>
|
|
12
|
+
// This code was generated by a tool.
|
|
13
|
+
// Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
14
|
+
// </auto-generated>
|
|
15
|
+
// ------------------------------------------------------------------------------
|
|
16
|
+
import { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, EventEmitter, inject, InjectionToken, Input, makeEnvironmentProviders, NgZone, Output } from '@angular/core';
|
|
17
|
+
import { SelectItemGroupElement } from '@breadstone/mosaik-elements-foundation';
|
|
18
|
+
import { applyDefaults, ProxyCmp } from '../../../../Utils/Proxy';
|
|
19
|
+
import * as i0 from "@angular/core";
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
*
|
|
23
|
+
* Injection token for the default properties of the SelectItemGroupComponent.
|
|
24
|
+
* Use this token to provide default properties for the SelectItemGroupComponent.
|
|
25
|
+
* The properties will be applied to the component when it is created.
|
|
26
|
+
* This is useful for setting default values for properties that are not set by the user.
|
|
27
|
+
*/
|
|
28
|
+
export const SELECT_ITEM_GROUP_DEFAULT_PROPS = new InjectionToken('MOSAIK_SELECT_ITEM_GROUP_DEFAULT_PROPS');
|
|
29
|
+
/**
|
|
30
|
+
* @public
|
|
31
|
+
*
|
|
32
|
+
* @slot - The default slot
|
|
33
|
+
* @slot header - The header slot.
|
|
34
|
+
*/
|
|
35
|
+
let SelectItemGroupComponent = class SelectItemGroupComponent {
|
|
36
|
+
_element;
|
|
37
|
+
_zone;
|
|
38
|
+
_connected;
|
|
39
|
+
_disconnected;
|
|
40
|
+
_changed;
|
|
41
|
+
constructor() {
|
|
42
|
+
inject(ChangeDetectorRef).detach();
|
|
43
|
+
this._element = inject(ElementRef).nativeElement;
|
|
44
|
+
this._zone = inject(NgZone);
|
|
45
|
+
this._connected = new EventEmitter();
|
|
46
|
+
this._element.on('connected', (e) => this.onEmit(this._connected, e));
|
|
47
|
+
this._disconnected = new EventEmitter();
|
|
48
|
+
this._element.on('disconnected', (e) => this.onEmit(this._disconnected, e));
|
|
49
|
+
this._changed = new EventEmitter();
|
|
50
|
+
this._element.on('changed', (e) => this.onEmit(this._changed, e));
|
|
51
|
+
applyDefaults(this._element, inject(SELECT_ITEM_GROUP_DEFAULT_PROPS, { optional: true }) ?? {});
|
|
52
|
+
}
|
|
53
|
+
get items() {
|
|
54
|
+
// @ts-ignore - temporary fix for the type error
|
|
55
|
+
return this._element.items;
|
|
56
|
+
}
|
|
57
|
+
set items(value) {
|
|
58
|
+
this._zone.runOutsideAngular(() => {
|
|
59
|
+
// @ts-ignore - temporary fix for the type error
|
|
60
|
+
this._element.items = value;
|
|
61
|
+
});
|
|
62
|
+
}
|
|
63
|
+
get header() {
|
|
64
|
+
// @ts-ignore - temporary fix for the type error
|
|
65
|
+
return this._element.header;
|
|
66
|
+
}
|
|
67
|
+
set header(value) {
|
|
68
|
+
this._zone.runOutsideAngular(() => {
|
|
69
|
+
// @ts-ignore - temporary fix for the type error
|
|
70
|
+
this._element.header = value;
|
|
71
|
+
});
|
|
72
|
+
}
|
|
73
|
+
get themeName() {
|
|
74
|
+
// @ts-ignore - temporary fix for the type error
|
|
75
|
+
return this._element.themeName;
|
|
76
|
+
}
|
|
77
|
+
set themeName(value) {
|
|
78
|
+
this._zone.runOutsideAngular(() => {
|
|
79
|
+
// @ts-ignore - temporary fix for the type error
|
|
80
|
+
this._element.themeName = value;
|
|
81
|
+
});
|
|
82
|
+
}
|
|
83
|
+
get dir() {
|
|
84
|
+
// @ts-ignore - temporary fix for the type error
|
|
85
|
+
return this._element.dir;
|
|
86
|
+
}
|
|
87
|
+
set dir(value) {
|
|
88
|
+
this._zone.runOutsideAngular(() => {
|
|
89
|
+
// @ts-ignore - temporary fix for the type error
|
|
90
|
+
this._element.dir = value;
|
|
91
|
+
});
|
|
92
|
+
}
|
|
93
|
+
get lang() {
|
|
94
|
+
// @ts-ignore - temporary fix for the type error
|
|
95
|
+
return this._element.lang;
|
|
96
|
+
}
|
|
97
|
+
set lang(value) {
|
|
98
|
+
this._zone.runOutsideAngular(() => {
|
|
99
|
+
// @ts-ignore - temporary fix for the type error
|
|
100
|
+
this._element.lang = value;
|
|
101
|
+
});
|
|
102
|
+
}
|
|
103
|
+
get connected() {
|
|
104
|
+
return this._connected;
|
|
105
|
+
}
|
|
106
|
+
get disconnected() {
|
|
107
|
+
return this._disconnected;
|
|
108
|
+
}
|
|
109
|
+
get changed() {
|
|
110
|
+
return this._changed;
|
|
111
|
+
}
|
|
112
|
+
invoke(method, ...args) {
|
|
113
|
+
return this._element[method](...args);
|
|
114
|
+
}
|
|
115
|
+
onEmit(emitter, event) {
|
|
116
|
+
if (event instanceof CustomEvent) {
|
|
117
|
+
emitter.emit(event.detail);
|
|
118
|
+
}
|
|
119
|
+
else {
|
|
120
|
+
emitter.emit();
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.6", ngImport: i0, type: SelectItemGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
124
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.6", type: SelectItemGroupComponent, isStandalone: true, selector: "mosaik-select-item-group", inputs: { items: "items", header: "header", themeName: "themeName", dir: "dir", lang: "lang" }, outputs: { connected: "connected", disconnected: "disconnected", changed: "changed" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
125
|
+
};
|
|
126
|
+
SelectItemGroupComponent = __decorate([
|
|
127
|
+
ProxyCmp({
|
|
128
|
+
defineCustomElementFn: () => customElements.define('mosaik-select-item-group', SelectItemGroupElement),
|
|
129
|
+
inputs: ['items', 'header', 'themeName', 'dir', 'lang'],
|
|
130
|
+
methods: ['adoptStyle', 'on', 'off', 'emit', 'requestUpdate']
|
|
131
|
+
}),
|
|
132
|
+
__metadata("design:paramtypes", [])
|
|
133
|
+
], SelectItemGroupComponent);
|
|
134
|
+
export { SelectItemGroupComponent };
|
|
135
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.6", ngImport: i0, type: SelectItemGroupComponent, decorators: [{
|
|
136
|
+
type: Component,
|
|
137
|
+
args: [{
|
|
138
|
+
selector: 'mosaik-select-item-group',
|
|
139
|
+
standalone: true,
|
|
140
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
141
|
+
template: '<ng-content></ng-content>',
|
|
142
|
+
inputs: ['items', 'header', 'themeName', 'dir', 'lang'],
|
|
143
|
+
outputs: ['connected', 'disconnected', 'changed']
|
|
144
|
+
}]
|
|
145
|
+
}], ctorParameters: () => [], propDecorators: { items: [{
|
|
146
|
+
type: Input
|
|
147
|
+
}], header: [{
|
|
148
|
+
type: Input
|
|
149
|
+
}], themeName: [{
|
|
150
|
+
type: Input
|
|
151
|
+
}], dir: [{
|
|
152
|
+
type: Input
|
|
153
|
+
}], lang: [{
|
|
154
|
+
type: Input
|
|
155
|
+
}], connected: [{
|
|
156
|
+
type: Output
|
|
157
|
+
}], disconnected: [{
|
|
158
|
+
type: Output
|
|
159
|
+
}], changed: [{
|
|
160
|
+
type: Output
|
|
161
|
+
}] } });
|
|
162
|
+
/**
|
|
163
|
+
* @public
|
|
164
|
+
*/
|
|
165
|
+
export function provideSelectItemGroup(config) {
|
|
166
|
+
return makeEnvironmentProviders([
|
|
167
|
+
{
|
|
168
|
+
provide: SELECT_ITEM_GROUP_DEFAULT_PROPS,
|
|
169
|
+
useValue: config
|
|
170
|
+
}
|
|
171
|
+
]);
|
|
172
|
+
}
|
|
173
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiU2VsZWN0SXRlbUdyb3VwQ29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL0NvbnRyb2xzL0NvbXBvbmVudHMvSW5wdXRzL1NlbGVjdC9TZWxlY3RJdGVtR3JvdXBDb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7O0FBQUEsaUZBQWlGO0FBQ2pGLG1CQUFtQjtBQUNuQix5Q0FBeUM7QUFDekMscUdBQXFHO0FBQ3JHLG9CQUFvQjtBQUNwQixpRkFBaUY7QUFFakYsT0FBTyxFQUFFLHVCQUF1QixFQUFFLGlCQUFpQixFQUFFLFNBQVMsRUFBRSxVQUFVLEVBQXdCLFlBQVksRUFBRSxNQUFNLEVBQUUsY0FBYyxFQUFFLEtBQUssRUFBRSx3QkFBd0IsRUFBRSxNQUFNLEVBQUUsTUFBTSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQy9NLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLHdDQUF3QyxDQUFDO0FBQ2hGLE9BQU8sRUFBRSxhQUFhLEVBQUUsUUFBUSxFQUFhLE1BQU0seUJBQXlCLENBQUM7O0FBRTdFOzs7Ozs7O0dBT0c7QUFDSCxNQUFNLENBQUMsTUFBTSwrQkFBK0IsR0FBRyxJQUFJLGNBQWMsQ0FBd0Msd0NBQXdDLENBQUMsQ0FBQztBQUVuSjs7Ozs7R0FLRztBQWVJLElBQU0sd0JBQXdCLEdBQTlCLE1BQU0sd0JBQXdCO0lBQ2hCLFFBQVEsQ0FBeUI7SUFDakMsS0FBSyxDQUFTO0lBRWQsVUFBVSxDQUF3QjtJQUNsQyxhQUFhLENBQXdCO0lBQ3JDLFFBQVEsQ0FBd0I7SUFFakQ7UUFDSSxNQUFNLENBQUMsaUJBQWlCLENBQUMsQ0FBQyxNQUFNLEVBQUUsQ0FBQztRQUVuQyxJQUFJLENBQUMsUUFBUSxHQUFHLE1BQU0sQ0FBQyxVQUFVLENBQUMsQ0FBQyxhQUFhLENBQUM7UUFDakQsSUFBSSxDQUFDLEtBQUssR0FBRyxNQUFNLENBQUMsTUFBTSxDQUFDLENBQUM7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LFFBQVEsRUFBRSwwQkFBMEI7b0JBQ3BDLFVBQVUsRUFBRSxJQUFJO29CQUNoQixlQUFlLEVBQUUsdUJBQXVCLENBQUMsTUFBTTtvQkFDL0MsUUFBUSxFQUFFLDJCQUEyQjtvQkFDckMsTUFBTSxFQUFFLENBQUMsT0FBTyxFQUFFLFFBQVEsRUFBRSxXQUFXLEVBQUUsS0FBSyxFQUFFLE1BQU0sQ0FBQztvQkFDdkQsT0FBTyxFQUFFLENBQUMsV0FBVyxFQUFFLGNBQWMsRUFBRSxTQUFTLENBQUM7aUJBQ3BEO3dEQTBCYyxLQUFLO3NCQURmLEtBQUs7Z0JBYUssTUFBTTtzQkFEaEIsS0FBSztnQkFhSyxTQUFTO3NCQURuQixLQUFLO2dCQWFLLEdBQUc7c0JBRGIsS0FBSztnQkFhSyxJQUFJO3NCQURkLEtBQUs7Z0JBYUssU0FBUztzQkFEbkIsTUFBTTtnQkFNSSxZQUFZO3NCQUR0QixNQUFNO2dCQU1JLE9BQU87c0JBRGpCLE1BQU07O0FBNEJYOztHQUVHO0FBQ0gsTUFBTSxVQUFVLHNCQUFzQixDQUFDLE1BQTZDO0lBQ2hGLE9BQU8sd0JBQXdCLENBQUM7UUFDNUI7WUFDSSxPQUFPLEVBQUUsK0JBQStCO1lBQ3hDLFFBQVEsRUFBRSxNQUFNO1NBQ25CO0tBQ0osQ0FBQyxDQUFDO0FBQ1AsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8vIC0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLVxuLy8gPGF1dG8tZ2VuZXJhdGVkPlxuLy8gICAgIFRoaXMgY29kZSB3YXMgZ2VuZXJhdGVkIGJ5IGEgdG9vbC5cbi8vICAgICBDaGFuZ2VzIHRvIHRoaXMgZmlsZSBtYXkgY2F1c2UgaW5jb3JyZWN0IGJlaGF2aW9yIGFuZCB3aWxsIGJlIGxvc3QgaWYgdGhlIGNvZGUgaXMgcmVnZW5lcmF0ZWQuXG4vLyA8L2F1dG8tZ2VuZXJhdGVkPlxuLy8gLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tXG5cbmltcG9ydCB7IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDaGFuZ2VEZXRlY3RvclJlZiwgQ29tcG9uZW50LCBFbGVtZW50UmVmLCBFbnZpcm9ubWVudFByb3ZpZGVycywgRXZlbnRFbWl0dGVyLCBpbmplY3QsIEluamVjdGlvblRva2VuLCBJbnB1dCwgbWFrZUVudmlyb25tZW50UHJvdmlkZXJzLCBOZ1pvbmUsIE91dHB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgU2VsZWN0SXRlbUdyb3VwRWxlbWVudCB9IGZyb20gJ0BicmVhZHN0b25lL21vc2Fpay1lbGVtZW50cy1mb3VuZGF0aW9uJztcbmltcG9ydCB7IGFwcGx5RGVmYXVsdHMsIFByb3h5Q21wLCBNZXRob2RNYXAgfSBmcm9tICcuLi8uLi8uLi8uLi9VdGlscy9Qcm94eSc7XG5cbi8qKlxuICogQHB1YmxpY1xuICpcbiAqIEluamVjdGlvbiB0b2tlbiBmb3IgdGhlIGRlZmF1bHQgcHJvcGVydGllcyBvZiB0aGUgU2VsZWN0SXRlbUdyb3VwQ29tcG9uZW50LlxuICogVXNlIHRoaXMgdG9rZW4gdG8gcHJvdmlkZSBkZWZhdWx0IHByb3BlcnRpZXMgZm9yIHRoZSBTZWxlY3RJdGVtR3JvdXBDb21wb25lbnQuXG4gKiBUaGUgcHJvcGVydGllcyB3aWxsIGJlIGFwcGxpZWQgdG8gdGhlIGNvbXBvbmVudCB3aGVuIGl0IGlzIGNyZWF0ZWQuXG4gKiBUaGlzIGlzIHVzZWZ1bCBmb3Igc2V0dGluZyBkZWZhdWx0IHZhbHVlcyBmb3IgcHJvcGVydGllcyB0aGF0IGFyZSBub3Qgc2V0IGJ5IHRoZSB1c2VyLlxuICovXG5leHBvcnQgY29uc3QgU0VMRUNUX0lURU1fR1JPVVBfREVGQVVMVF9QUk9QUyA9IG5ldyBJbmplY3Rpb25Ub2tlbjxQYXJ0aWFsPFNlbGVjdEl0ZW1Hcm91cEVsZW1lbnQuUHJvcHM+PignTU9TQUlLX1NFTEVDVF9JVEVNX0dST1VQX0RFRkFVTFRfUFJPUFMnKTtcblxuLyoqXG4gKiBAcHVibGljXG4gKlxuICogQHNsb3QgIC0gVGhlIGRlZmF1bHQgc2xvdFxuICogQHNsb3QgaGVhZGVyIC0gVGhlIGhlYWRlciBzbG90LlxuICovXG5cbkBQcm94eUNtcCh7XG4gICAgZGVmaW5lQ3VzdG9tRWxlbWVudEZuOiAoKSA9PiBjdXN0b21FbGVtZW50cy5kZWZpbmUoJ21vc2Fpay1zZWxlY3QtaXRlbS1ncm91cCcsIFNlbGVjdEl0ZW1Hcm91cEVsZW1lbnQpLFxuICAgIGlucHV0czogWydpdGVtcycsICdoZWFkZXInLCAndGhlbWVOYW1lJywgJ2RpcicsICdsYW5nJ10sXG4gICAgbWV0aG9kczogWydhZG9wdFN0eWxlJywgJ29uJywgJ29mZicsICdlbWl0JywgJ3JlcXVlc3RVcGRhdGUnXVxufSlcbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnbW9zYWlrLXNlbGVjdC1pdGVtLWdyb3VwJyxcbiAgICBzdGFuZGFsb25lOiB0cnVlLFxuICAgIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICAgIHRlbXBsYXRlOiAnPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PicsXG4gICAgaW5wdXRzOiBbJ2l0ZW1zJywgJ2hlYWRlcicsICd0aGVtZU5hbWUnLCAnZGlyJywgJ2xhbmcnXSxcbiAgICBvdXRwdXRzOiBbJ2Nvbm5lY3RlZCcsICdkaXNjb25uZWN0ZWQnLCAnY2hhbmdlZCddXG59KVxuZXhwb3J0IGNsYXNzIFNlbGVjdEl0ZW1Hcm91cENvbXBvbmVudCB7XG4gICAgcHJpdmF0ZSByZWFkb25seSBfZWxlbWVudDogU2VsZWN0SXRlbUdyb3VwRWxlbWVudDtcbiAgICBwcml2YXRlIHJlYWRvbmx5IF96b25lOiBOZ1pvbmU7XG5cbiAgICBwcml2YXRlIHJlYWRvbmx5IF9jb25uZWN0ZWQ6IEV2ZW50RW1pdHRlcjx1bmtub3duPjtcbiAgICBwcml2YXRlIHJlYWRvbmx5IF9kaXNjb25uZWN0ZWQ6IEV2ZW50RW1pdHRlcjx1bmtub3duPjtcbiAgICBwcml2YXRlIHJlYWRvbmx5IF9jaGFuZ2VkOiBFdmVudEVtaXR0ZXI8dW5rbm93bj47XG5cbiAgICBwdWJsaWMgY29uc3RydWN0b3IoKSB7XG4gICAgICAgIGluamVjdChDaGFuZ2VEZXRlY3RvclJlZikuZGV0YWNoKCk7XG5cbiAgICAgICAgdGhpcy5fZWxlbWVudCA9IGluamVjdChFbGVtZW50UmVmKS5uYXRpdmVFbGVtZW50O1xuICAgICAgICB0aGlzLl96b25lID0gaW5qZWN0KE5nWm9uZSk7XG5cbiAgICAgICAgdGhpcy5fY29ubmVjdGVkID0gbmV3IEV2ZW50RW1pdHRlcjx1bmtub3duPigpO1xuICAgICAgICB0aGlzLl9lbGVtZW50Lm9uKCdjb25uZWN0ZWQnLCAoZSkgPT4gdGhpcy5vbkVtaXQodGhpcy5fY29ubmVjdGVkLCBlKSk7XG4gICAgICAgIHRoaXMuX2Rpc2Nvbm5lY3RlZCA9IG5ldyBFdmVudEVtaXR0ZXI8dW5rbm93bj4oKTtcbiAgICAgICAgdGhpcy5fZWxlbWVudC5vbignZGlzY29ubmVjdGVkJywgKGUpID0+IHRoaXMub25FbWl0KHRoaXMuX2Rpc2Nvbm5lY3RlZCwgZSkpO1xuICAgICAgICB0aGlzLl9jaGFuZ2VkID0gbmV3IEV2ZW50RW1pdHRlcjx1bmtub3duPigpO1xuICAgICAgICB0aGlzLl9lbGVtZW50Lm9uKCdjaGFuZ2VkJywgKGUpID0+IHRoaXMub25FbWl0KHRoaXMuX2NoYW5nZWQsIGUpKTtcblxuICAgICAgICBhcHBseURlZmF1bHRzKHRoaXMuX2VsZW1lbnQsIGluamVjdChTRUxFQ1RfSVRFTV9HUk9VUF9ERUZBVUxUX1BST1BTLCB7IG9wdGlvbmFsOiB0cnVlIH0pID8/IHt9KTtcbiAgICB9XG5cbiAgICBASW5wdXQoKVxuICAgIHB1YmxpYyBnZXQgaXRlbXMoKTogU2VsZWN0SXRlbUdyb3VwRWxlbWVudFsnaXRlbXMnXSB7XG4gICAgICAgIC8vIEB0cy1pZ25vcmUgLSB0ZW1wb3JhcnkgZml4IGZvciB0aGUgdHlwZSBlcnJvclxuICAgICAgICByZXR1cm4gdGhpcy5fZWxlbWVudC5pdGVtcztcbiAgICB9XG4gICAgcHVibGljIHNldCBpdGVtcyh2YWx1ZTogU2VsZWN0SXRlbUdyb3VwRWxlbWVudFsnaXRlbXMnXSkge1xuICAgICAgICB0aGlzLl96b25lLnJ1bk91dHNpZGVBbmd1bGFyKCgpID0+IHtcbiAgICAgICAgICAgIC8vIEB0cy1pZ25vcmUgLSB0ZW1wb3JhcnkgZml4IGZvciB0aGUgdHlwZSBlcnJvclxuICAgICAgICAgICAgdGhpcy5fZWxlbWVudC5pdGVtcyA9IHZhbHVlO1xuICAgICAgICB9KTtcbiAgICB9XG5cbiAgICBASW5wdXQoKVxuICAgIHB1YmxpYyBnZXQgaGVhZGVyKCk6IFNlbGVjdEl0ZW1Hcm91cEVsZW1lbnRbJ2hlYWRlciddIHtcbiAgICAgICAgLy8gQHRzLWlnbm9yZSAtIHRlbXBvcmFyeSBmaXggZm9yIHRoZSB0eXBlIGVycm9yXG4gICAgICAgIHJldHVybiB0aGlzLl9lbGVtZW50LmhlYWRlcjtcbiAgICB9XG4gICAgcHVibGljIHNldCBoZWFkZXIodmFsdWU6IFNlbGVjdEl0ZW1Hcm91cEVsZW1lbnRbJ2hlYWRlciddKSB7XG4gICAgICAgIHRoaXMuX3pvbmUucnVuT3V0c2lkZUFuZ3VsYXIoKCkgPT4ge1xuICAgICAgICAgICAgLy8gQHRzLWlnbm9yZSAtIHRlbXBvcmFyeSBmaXggZm9yIHRoZSB0eXBlIGVycm9yXG4gICAgICAgICAgICB0aGlzLl9lbGVtZW50LmhlYWRlciA9IHZhbHVlO1xuICAgICAgICB9KTtcbiAgICB9XG5cbiAgICBASW5wdXQoKVxuICAgIHB1YmxpYyBnZXQgdGhlbWVOYW1lKCk6IFNlbGVjdEl0ZW1Hcm91cEVsZW1lbnRbJ3RoZW1lTmFtZSddIHtcbiAgICAgICAgLy8gQHRzLWlnbm9yZSAtIHRlbXBvcmFyeSBmaXggZm9yIHRoZSB0eXBlIGVycm9yXG4gICAgICAgIHJldHVybiB0aGlzLl9lbGVtZW50LnRoZW1lTmFtZTtcbiAgICB9XG4gICAgcHVibGljIHNldCB0aGVtZU5hbWUodmFsdWU6IFNlbGVjdEl0ZW1Hcm91cEVsZW1lbnRbJ3RoZW1lTmFtZSddKSB7XG4gICAgICAgIHRoaXMuX3pvbmUucnVuT3V0c2lkZUFuZ3VsYXIoKCkgPT4ge1xuICAgICAgICAgICAgLy8gQHRzLWlnbm9yZSAtIHRlbXBvcmFyeSBmaXggZm9yIHRoZSB0eXBlIGVycm9yXG4gICAgICAgICAgICB0aGlzLl9lbGVtZW50LnRoZW1lTmFtZSA9IHZhbHVlO1xuICAgICAgICB9KTtcbiAgICB9XG5cbiAgICBASW5wdXQoKVxuICAgIHB1YmxpYyBnZXQgZGlyKCk6IFNlbGVjdEl0ZW1Hcm91cEVsZW1lbnRbJ2RpciddIHtcbiAgICAgICAgLy8gQHRzLWlnbm9yZSAtIHRlbXBvcmFyeSBmaXggZm9yIHRoZSB0eXBlIGVycm9yXG4gICAgICAgIHJldHVybiB0aGlzLl9lbGVtZW50LmRpcjtcbiAgICB9XG4gICAgcHVibGljIHNldCBkaXIodmFsdWU6IFNlbGVjdEl0ZW1Hcm91cEVsZW1lbnRbJ2RpciddKSB7XG4gICAgICAgIHRoaXMuX3pvbmUucnVuT3V0c2lkZUFuZ3VsYXIoKCkgPT4ge1xuICAgICAgICAgICAgLy8gQHRzLWlnbm9yZSAtIHRlbXBvcmFyeSBmaXggZm9yIHRoZSB0eXBlIGVycm9yXG4gICAgICAgICAgICB0aGlzLl9lbGVtZW50LmRpciA9IHZhbHVlO1xuICAgICAgICB9KTtcbiAgICB9XG5cbiAgICBASW5wdXQoKVxuICAgIHB1YmxpYyBnZXQgbGFuZygpOiBTZWxlY3RJdGVtR3JvdXBFbGVtZW50WydsYW5nJ10ge1xuICAgICAgICAvLyBAdHMtaWdub3JlIC0gdGVtcG9yYXJ5IGZpeCBmb3IgdGhlIHR5cGUgZXJyb3JcbiAgICAgICAgcmV0dXJuIHRoaXMuX2VsZW1lbnQubGFuZztcbiAgICB9XG4gICAgcHVibGljIHNldCBsYW5nKHZhbHVlOiBTZWxlY3RJdGVtR3JvdXBFbGVtZW50WydsYW5nJ10pIHtcbiAgICAgICAgdGhpcy5fem9uZS5ydW5PdXRzaWRlQW5ndWxhcigoKSA9PiB7XG4gICAgICAgICAgICAvLyBAdHMtaWdub3JlIC0gdGVtcG9yYXJ5IGZpeCBmb3IgdGhlIHR5cGUgZXJyb3JcbiAgICAgICAgICAgIHRoaXMuX2VsZW1lbnQubGFuZyA9IHZhbHVlO1xuICAgICAgICB9KTtcbiAgICB9XG5cbiAgICBAT3V0cHV0KClcbiAgICBwdWJsaWMgZ2V0IGNvbm5lY3RlZCgpOiBFdmVudEVtaXR0ZXI8dW5rbm93bj4ge1xuICAgICAgICByZXR1cm4gdGhpcy5fY29ubmVjdGVkO1xuICAgIH1cblxuICAgIEBPdXRwdXQoKVxuICAgIHB1YmxpYyBnZXQgZGlzY29ubmVjdGVkKCk6IEV2ZW50RW1pdHRlcjx1bmtub3duPiB7XG4gICAgICAgIHJldHVybiB0aGlzLl9kaXNjb25uZWN0ZWQ7XG4gICAgfVxuXG4gICAgQE91dHB1dCgpXG4gICAgcHVibGljIGdldCBjaGFuZ2VkKCk6IEV2ZW50RW1pdHRlcjx1bmtub3duPiB7XG4gICAgICAgIHJldHVybiB0aGlzLl9jaGFuZ2VkO1xuICAgIH1cblxuICAgIHB1YmxpYyBpbnZva2U8VE1ldGhvZCBleHRlbmRzIFNlbGVjdEl0ZW1Hcm91cE1ldGhvZE5hbWVzPihtZXRob2Q6IFRNZXRob2QsIC4uLmFyZ3M6IFBhcmFtZXRlcnM8U2VsZWN0SXRlbUdyb3VwQ29tcG9uZW50TWV0aG9kc1tUTWV0aG9kXT4pOiBSZXR1cm5UeXBlPFNlbGVjdEl0ZW1Hcm91cENvbXBvbmVudE1ldGhvZHNbVE1ldGhvZF0+IHtcbiAgICAgICAgcmV0dXJuICh0aGlzLl9lbGVtZW50IGFzIGFueSlbbWV0aG9kXSguLi5hcmdzKTtcbiAgICB9XG5cbiAgICBwcml2YXRlIG9uRW1pdDxUPihlbWl0dGVyOiBFdmVudEVtaXR0ZXI8VD4sIGV2ZW50OiBFdmVudCk6IHZvaWQge1xuICAgICAgICBpZiAoZXZlbnQgaW5zdGFuY2VvZiBDdXN0b21FdmVudCkge1xuICAgICAgICAgICAgZW1pdHRlci5lbWl0KGV2ZW50LmRldGFpbCk7XG4gICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICBlbWl0dGVyLmVtaXQoKTtcbiAgICAgICAgfVxuICAgIH1cbn1cblxuLyoqXG4gKiBEZWNsYXJlcyB0aGUgbWV0aG9kcyBhdmFpbGFibGUgb24gU2VsZWN0SXRlbUdyb3VwQ29tcG9uZW50LlxuICovXG5leHBvcnQgdHlwZSBTZWxlY3RJdGVtR3JvdXBNZXRob2ROYW1lcyA9ICdhZG9wdFN0eWxlJyB8ICdvbicgfCAnb2ZmJyB8ICdlbWl0JyB8ICdyZXF1ZXN0VXBkYXRlJztcblxuLyoqXG4gKiBEZWNsYXJlcyB0aGUgbWV0aG9kcyBpbnRlcmZhY2UgZm9yIFNlbGVjdEl0ZW1Hcm91cENvbXBvbmVudC5cbiAqL1xuZXhwb3J0IHR5cGUgU2VsZWN0SXRlbUdyb3VwQ29tcG9uZW50TWV0aG9kcyA9IE1ldGhvZE1hcDxTZWxlY3RJdGVtR3JvdXBNZXRob2ROYW1lcz47XG5cbi8qKlxuICogQHB1YmxpY1xuICovXG5leHBvcnQgZnVuY3Rpb24gcHJvdmlkZVNlbGVjdEl0ZW1Hcm91cChjb25maWc6IFBhcnRpYWw8U2VsZWN0SXRlbUdyb3VwRWxlbWVudC5Qcm9wcz4pOiBFbnZpcm9ubWVudFByb3ZpZGVycyB7XG4gICAgcmV0dXJuIG1ha2VFbnZpcm9ubWVudFByb3ZpZGVycyhbXG4gICAgICAgIHtcbiAgICAgICAgICAgIHByb3ZpZGU6IFNFTEVDVF9JVEVNX0dST1VQX0RFRkFVTFRfUFJPUFMsXG4gICAgICAgICAgICB1c2VWYWx1ZTogY29uZmlnXG4gICAgICAgIH1cbiAgICBdKTtcbn1cbiJdfQ==
|