cax-design-system 3.0.0 → 3.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/accordion/index.d.ts +286 -3
- package/animate/index.d.ts +41 -3
- package/animateonscroll/index.d.ts +75 -3
- package/api/index.d.ts +1849 -3
- package/autocomplete/index.d.ts +817 -3
- package/autofocus/index.d.ts +29 -3
- package/avatar/index.d.ts +102 -3
- package/avatargroup/index.d.ts +30 -3
- package/badge/index.d.ts +71 -5
- package/baseicon/index.d.ts +18 -5
- package/blockui/index.d.ts +77 -3
- package/breadcrumb/index.d.ts +105 -3
- package/button/index.d.ts +179 -3
- package/buttongroup/index.d.ts +14 -5
- package/calendar/index.d.ts +957 -3
- package/card/index.d.ts +88 -3
- package/carousel/index.d.ts +290 -3
- package/cascadeselect/index.d.ts +594 -3
- package/categorycard/index.d.ts +20 -5
- package/chart/index.d.ts +88 -3
- package/checkbox/index.d.ts +204 -3
- package/chip/index.d.ts +63 -3
- package/colorpicker/index.d.ts +265 -3
- package/commentbox/index.d.ts +138 -5
- package/comments/index.d.ts +91 -5
- package/comparecard/index.d.ts +57 -5
- package/confirmdialog/index.d.ts +327 -3
- package/confirmpopup/index.d.ts +148 -3
- package/contextmenu/index.d.ts +261 -3
- package/dataview/index.d.ts +457 -3
- package/defer/index.d.ts +40 -3
- package/dialog/index.d.ts +411 -3
- package/divider/index.d.ts +64 -3
- package/dock/index.d.ts +136 -3
- package/dom/index.d.ts +105 -3
- package/dragdrop/index.d.ts +120 -3
- package/dropdown/index.d.ts +841 -3
- package/dynamicdialog/index.d.ts +490 -3
- package/editor/index.d.ts +182 -3
- package/fesm2022/cax-design-system-accordion.mjs +10 -10
- package/fesm2022/cax-design-system-accordion.mjs.map +1 -1
- package/fesm2022/cax-design-system-animate.mjs +7 -7
- package/fesm2022/cax-design-system-animate.mjs.map +1 -1
- package/fesm2022/cax-design-system-animateonscroll.mjs +7 -7
- package/fesm2022/cax-design-system-animateonscroll.mjs.map +1 -1
- package/fesm2022/cax-design-system-api.mjs +39 -39
- package/fesm2022/cax-design-system-api.mjs.map +1 -1
- package/fesm2022/cax-design-system-autocomplete.mjs +17 -17
- package/fesm2022/cax-design-system-autocomplete.mjs.map +1 -1
- package/fesm2022/cax-design-system-autofocus.mjs +7 -7
- package/fesm2022/cax-design-system-autofocus.mjs.map +1 -1
- package/fesm2022/cax-design-system-avatar.mjs +7 -7
- package/fesm2022/cax-design-system-avatar.mjs.map +1 -1
- package/fesm2022/cax-design-system-avatargroup.mjs +7 -7
- package/fesm2022/cax-design-system-avatargroup.mjs.map +1 -1
- package/fesm2022/cax-design-system-badge.mjs +10 -10
- package/fesm2022/cax-design-system-badge.mjs.map +1 -1
- package/fesm2022/cax-design-system-baseicon.mjs +3 -3
- package/fesm2022/cax-design-system-baseicon.mjs.map +1 -1
- package/fesm2022/cax-design-system-blockui.mjs +7 -7
- package/fesm2022/cax-design-system-blockui.mjs.map +1 -1
- package/fesm2022/cax-design-system-breadcrumb.mjs +7 -7
- package/fesm2022/cax-design-system-breadcrumb.mjs.map +1 -1
- package/fesm2022/cax-design-system-button.mjs +10 -10
- package/fesm2022/cax-design-system-button.mjs.map +1 -1
- package/fesm2022/cax-design-system-buttongroup.mjs +7 -7
- package/fesm2022/cax-design-system-calendar.mjs +7 -7
- package/fesm2022/cax-design-system-calendar.mjs.map +1 -1
- package/fesm2022/cax-design-system-card.mjs +8 -8
- package/fesm2022/cax-design-system-card.mjs.map +1 -1
- package/fesm2022/cax-design-system-carousel.mjs +7 -7
- package/fesm2022/cax-design-system-carousel.mjs.map +1 -1
- package/fesm2022/cax-design-system-cascadeselect.mjs +16 -16
- package/fesm2022/cax-design-system-cascadeselect.mjs.map +1 -1
- package/fesm2022/cax-design-system-categorycard.mjs +7 -7
- package/fesm2022/cax-design-system-categorycard.mjs.map +1 -1
- package/fesm2022/cax-design-system-chart.mjs +7 -7
- package/fesm2022/cax-design-system-chart.mjs.map +1 -1
- package/fesm2022/cax-design-system-checkbox.mjs +7 -7
- package/fesm2022/cax-design-system-checkbox.mjs.map +1 -1
- package/fesm2022/cax-design-system-chip.mjs +7 -7
- package/fesm2022/cax-design-system-chip.mjs.map +1 -1
- package/fesm2022/cax-design-system-colorpicker.mjs +7 -7
- package/fesm2022/cax-design-system-colorpicker.mjs.map +1 -1
- package/fesm2022/cax-design-system-commentbox.mjs +8 -8
- package/fesm2022/cax-design-system-commentbox.mjs.map +1 -1
- package/fesm2022/cax-design-system-comments.mjs +11 -11
- package/fesm2022/cax-design-system-comments.mjs.map +1 -1
- package/fesm2022/cax-design-system-comparecard.mjs +8 -8
- package/fesm2022/cax-design-system-comparecard.mjs.map +1 -1
- package/fesm2022/cax-design-system-confirmdialog.mjs +7 -7
- package/fesm2022/cax-design-system-confirmdialog.mjs.map +1 -1
- package/fesm2022/cax-design-system-confirmpopup.mjs +7 -7
- package/fesm2022/cax-design-system-confirmpopup.mjs.map +1 -1
- package/fesm2022/cax-design-system-contextmenu.mjs +14 -14
- package/fesm2022/cax-design-system-contextmenu.mjs.map +1 -1
- package/fesm2022/cax-design-system-dataview.mjs +10 -10
- package/fesm2022/cax-design-system-dataview.mjs.map +1 -1
- package/fesm2022/cax-design-system-defer.mjs +7 -7
- package/fesm2022/cax-design-system-defer.mjs.map +1 -1
- package/fesm2022/cax-design-system-dialog.mjs +7 -7
- package/fesm2022/cax-design-system-dialog.mjs.map +1 -1
- package/fesm2022/cax-design-system-divider.mjs +7 -7
- package/fesm2022/cax-design-system-divider.mjs.map +1 -1
- package/fesm2022/cax-design-system-dock.mjs +7 -7
- package/fesm2022/cax-design-system-dock.mjs.map +1 -1
- package/fesm2022/cax-design-system-dragdrop.mjs +10 -10
- package/fesm2022/cax-design-system-dragdrop.mjs.map +1 -1
- package/fesm2022/cax-design-system-dropdown.mjs +20 -20
- package/fesm2022/cax-design-system-dropdown.mjs.map +1 -1
- package/fesm2022/cax-design-system-dynamicdialog.mjs +14 -14
- package/fesm2022/cax-design-system-dynamicdialog.mjs.map +1 -1
- package/fesm2022/cax-design-system-editor.mjs +7 -7
- package/fesm2022/cax-design-system-editor.mjs.map +1 -1
- package/fesm2022/cax-design-system-fieldset.mjs +7 -7
- package/fesm2022/cax-design-system-fieldset.mjs.map +1 -1
- package/fesm2022/cax-design-system-fileupload.mjs +7 -7
- package/fesm2022/cax-design-system-fileupload.mjs.map +1 -1
- package/fesm2022/cax-design-system-floatlabel.mjs +7 -7
- package/fesm2022/cax-design-system-focustrap.mjs +7 -7
- package/fesm2022/cax-design-system-focustrap.mjs.map +1 -1
- package/fesm2022/cax-design-system-galleria.mjs +19 -19
- package/fesm2022/cax-design-system-galleria.mjs.map +1 -1
- package/fesm2022/cax-design-system-iconfield.mjs +7 -7
- package/fesm2022/cax-design-system-iconfield.mjs.map +1 -1
- package/fesm2022/cax-design-system-icons-angledoubledown.mjs +3 -3
- package/fesm2022/cax-design-system-icons-angledoubleleft.mjs +3 -3
- package/fesm2022/cax-design-system-icons-angledoubleright.mjs +3 -3
- package/fesm2022/cax-design-system-icons-angledoubleup.mjs +3 -3
- package/fesm2022/cax-design-system-icons-angledown.mjs +3 -3
- package/fesm2022/cax-design-system-icons-angleleft.mjs +3 -3
- package/fesm2022/cax-design-system-icons-angleright.mjs +3 -3
- package/fesm2022/cax-design-system-icons-angleup.mjs +3 -3
- package/fesm2022/cax-design-system-icons-arrowdown.mjs +3 -3
- package/fesm2022/cax-design-system-icons-arrowdownleft.mjs +3 -3
- package/fesm2022/cax-design-system-icons-arrowdownright.mjs +3 -3
- package/fesm2022/cax-design-system-icons-arrowleft.mjs +3 -3
- package/fesm2022/cax-design-system-icons-arrowright.mjs +3 -3
- package/fesm2022/cax-design-system-icons-arrowup.mjs +3 -3
- package/fesm2022/cax-design-system-icons-ban.mjs +3 -3
- package/fesm2022/cax-design-system-icons-bars.mjs +3 -3
- package/fesm2022/cax-design-system-icons-blank.mjs +3 -3
- package/fesm2022/cax-design-system-icons-calendar.mjs +3 -3
- package/fesm2022/cax-design-system-icons-caretleft.mjs +3 -3
- package/fesm2022/cax-design-system-icons-caretright.mjs +3 -3
- package/fesm2022/cax-design-system-icons-check.mjs +3 -3
- package/fesm2022/cax-design-system-icons-chevrondown.mjs +3 -3
- package/fesm2022/cax-design-system-icons-chevronleft.mjs +3 -3
- package/fesm2022/cax-design-system-icons-chevronright.mjs +3 -3
- package/fesm2022/cax-design-system-icons-chevronup.mjs +3 -3
- package/fesm2022/cax-design-system-icons-exclamationtriangle.mjs +3 -3
- package/fesm2022/cax-design-system-icons-eye.mjs +3 -3
- package/fesm2022/cax-design-system-icons-eyeslash.mjs +3 -3
- package/fesm2022/cax-design-system-icons-filter.mjs +3 -3
- package/fesm2022/cax-design-system-icons-filterslash.mjs +3 -3
- package/fesm2022/cax-design-system-icons-home.mjs +3 -3
- package/fesm2022/cax-design-system-icons-infocircle.mjs +3 -3
- package/fesm2022/cax-design-system-icons-minus.mjs +3 -3
- package/fesm2022/cax-design-system-icons-pencil.mjs +3 -3
- package/fesm2022/cax-design-system-icons-plus.mjs +3 -3
- package/fesm2022/cax-design-system-icons-refresh.mjs +3 -3
- package/fesm2022/cax-design-system-icons-search.mjs +3 -3
- package/fesm2022/cax-design-system-icons-searchminus.mjs +3 -3
- package/fesm2022/cax-design-system-icons-searchplus.mjs +3 -3
- package/fesm2022/cax-design-system-icons-sortalt.mjs +3 -3
- package/fesm2022/cax-design-system-icons-sortamountdown.mjs +3 -3
- package/fesm2022/cax-design-system-icons-sortamountupalt.mjs +3 -3
- package/fesm2022/cax-design-system-icons-spinner.mjs +3 -3
- package/fesm2022/cax-design-system-icons-star.mjs +3 -3
- package/fesm2022/cax-design-system-icons-starfill.mjs +3 -3
- package/fesm2022/cax-design-system-icons-thlarge.mjs +3 -3
- package/fesm2022/cax-design-system-icons-times.mjs +3 -3
- package/fesm2022/cax-design-system-icons-timescircle.mjs +3 -3
- package/fesm2022/cax-design-system-icons-trash.mjs +3 -3
- package/fesm2022/cax-design-system-icons-undo.mjs +3 -3
- package/fesm2022/cax-design-system-icons-upload.mjs +3 -3
- package/fesm2022/cax-design-system-icons-windowmaximize.mjs +3 -3
- package/fesm2022/cax-design-system-icons-windowminimize.mjs +3 -3
- package/fesm2022/cax-design-system-image.mjs +7 -7
- package/fesm2022/cax-design-system-image.mjs.map +1 -1
- package/fesm2022/cax-design-system-inplace.mjs +13 -13
- package/fesm2022/cax-design-system-inplace.mjs.map +1 -1
- package/fesm2022/cax-design-system-inputchips.mjs +7 -7
- package/fesm2022/cax-design-system-inputchips.mjs.map +1 -1
- package/fesm2022/cax-design-system-inputgroup.mjs +7 -7
- package/fesm2022/cax-design-system-inputgroup.mjs.map +1 -1
- package/fesm2022/cax-design-system-inputgroupaddon.mjs +7 -7
- package/fesm2022/cax-design-system-inputgroupaddon.mjs.map +1 -1
- package/fesm2022/cax-design-system-inputicon.mjs +7 -7
- package/fesm2022/cax-design-system-inputicon.mjs.map +1 -1
- package/fesm2022/cax-design-system-inputmask.mjs +7 -7
- package/fesm2022/cax-design-system-inputmask.mjs.map +1 -1
- package/fesm2022/cax-design-system-inputnumber.mjs +7 -7
- package/fesm2022/cax-design-system-inputnumber.mjs.map +1 -1
- package/fesm2022/cax-design-system-inputotp.mjs +7 -7
- package/fesm2022/cax-design-system-inputotp.mjs.map +1 -1
- package/fesm2022/cax-design-system-inputswitch.mjs +7 -7
- package/fesm2022/cax-design-system-inputswitch.mjs.map +1 -1
- package/fesm2022/cax-design-system-inputtext.mjs +10 -10
- package/fesm2022/cax-design-system-inputtext.mjs.map +1 -1
- package/fesm2022/cax-design-system-inputtextarea.mjs +10 -10
- package/fesm2022/cax-design-system-inputtextarea.mjs.map +1 -1
- package/fesm2022/cax-design-system-keyfilter.mjs +7 -7
- package/fesm2022/cax-design-system-keyfilter.mjs.map +1 -1
- package/fesm2022/cax-design-system-knob.mjs +7 -7
- package/fesm2022/cax-design-system-knob.mjs.map +1 -1
- package/fesm2022/cax-design-system-listbox.mjs +13 -13
- package/fesm2022/cax-design-system-listbox.mjs.map +1 -1
- package/fesm2022/cax-design-system-logo.mjs +7 -7
- package/fesm2022/cax-design-system-logo.mjs.map +1 -1
- package/fesm2022/cax-design-system-logocard.mjs +7 -7
- package/fesm2022/cax-design-system-logocard.mjs.map +1 -1
- package/fesm2022/cax-design-system-megamenu.mjs +12 -12
- package/fesm2022/cax-design-system-megamenu.mjs.map +1 -1
- package/fesm2022/cax-design-system-menu.mjs +16 -16
- package/fesm2022/cax-design-system-menu.mjs.map +1 -1
- package/fesm2022/cax-design-system-menubar.mjs +16 -16
- package/fesm2022/cax-design-system-menubar.mjs.map +1 -1
- package/fesm2022/cax-design-system-message.mjs +7 -7
- package/fesm2022/cax-design-system-message.mjs.map +1 -1
- package/fesm2022/cax-design-system-messages.mjs +7 -7
- package/fesm2022/cax-design-system-messages.mjs.map +1 -1
- package/fesm2022/cax-design-system-metergroup.mjs +10 -10
- package/fesm2022/cax-design-system-metergroup.mjs.map +1 -1
- package/fesm2022/cax-design-system-multiselect.mjs +19 -19
- package/fesm2022/cax-design-system-multiselect.mjs.map +1 -1
- package/fesm2022/cax-design-system-navigation.mjs +21 -9
- package/fesm2022/cax-design-system-navigation.mjs.map +1 -1
- package/fesm2022/cax-design-system-orderlist.mjs +8 -8
- package/fesm2022/cax-design-system-orderlist.mjs.map +1 -1
- package/fesm2022/cax-design-system-organizationchart.mjs +10 -10
- package/fesm2022/cax-design-system-organizationchart.mjs.map +1 -1
- package/fesm2022/cax-design-system-overlay.mjs +7 -7
- package/fesm2022/cax-design-system-overlay.mjs.map +1 -1
- package/fesm2022/cax-design-system-overlaypanel.mjs +7 -7
- package/fesm2022/cax-design-system-overlaypanel.mjs.map +1 -1
- package/fesm2022/cax-design-system-paginator.mjs +7 -7
- package/fesm2022/cax-design-system-paginator.mjs.map +1 -1
- package/fesm2022/cax-design-system-panel.mjs +7 -7
- package/fesm2022/cax-design-system-panel.mjs.map +1 -1
- package/fesm2022/cax-design-system-panelmenu.mjs +18 -18
- package/fesm2022/cax-design-system-panelmenu.mjs.map +1 -1
- package/fesm2022/cax-design-system-password.mjs +13 -13
- package/fesm2022/cax-design-system-password.mjs.map +1 -1
- package/fesm2022/cax-design-system-picklist.mjs +8 -8
- package/fesm2022/cax-design-system-picklist.mjs.map +1 -1
- package/fesm2022/cax-design-system-productcard.mjs +7 -7
- package/fesm2022/cax-design-system-productcard.mjs.map +1 -1
- package/fesm2022/cax-design-system-progressbar.mjs +7 -7
- package/fesm2022/cax-design-system-progressbar.mjs.map +1 -1
- package/fesm2022/cax-design-system-progressspinner.mjs +7 -7
- package/fesm2022/cax-design-system-progressspinner.mjs.map +1 -1
- package/fesm2022/cax-design-system-radiobutton.mjs +10 -10
- package/fesm2022/cax-design-system-radiobutton.mjs.map +1 -1
- package/fesm2022/cax-design-system-rating.mjs +8 -8
- package/fesm2022/cax-design-system-rating.mjs.map +1 -1
- package/fesm2022/cax-design-system-ripple.mjs +7 -7
- package/fesm2022/cax-design-system-scroller.mjs +7 -7
- package/fesm2022/cax-design-system-scroller.mjs.map +1 -1
- package/fesm2022/cax-design-system-scrollpanel.mjs +7 -7
- package/fesm2022/cax-design-system-scrollpanel.mjs.map +1 -1
- package/fesm2022/cax-design-system-scrolltop.mjs +7 -7
- package/fesm2022/cax-design-system-scrolltop.mjs.map +1 -1
- package/fesm2022/cax-design-system-selectbutton.mjs +7 -7
- package/fesm2022/cax-design-system-selectbutton.mjs.map +1 -1
- package/fesm2022/cax-design-system-sidebar.mjs +8 -8
- package/fesm2022/cax-design-system-sidebar.mjs.map +1 -1
- package/fesm2022/cax-design-system-skeleton.mjs +7 -7
- package/fesm2022/cax-design-system-skeleton.mjs.map +1 -1
- package/fesm2022/cax-design-system-slidemenu.mjs +13 -13
- package/fesm2022/cax-design-system-slidemenu.mjs.map +1 -1
- package/fesm2022/cax-design-system-slider.mjs +88 -8
- package/fesm2022/cax-design-system-slider.mjs.map +1 -1
- package/fesm2022/cax-design-system-speeddial.mjs +8 -8
- package/fesm2022/cax-design-system-speeddial.mjs.map +1 -1
- package/fesm2022/cax-design-system-spinner.mjs +7 -7
- package/fesm2022/cax-design-system-spinner.mjs.map +1 -1
- package/fesm2022/cax-design-system-splitbutton.mjs +8 -8
- package/fesm2022/cax-design-system-splitbutton.mjs.map +1 -1
- package/fesm2022/cax-design-system-splitter.mjs +7 -7
- package/fesm2022/cax-design-system-splitter.mjs.map +1 -1
- package/fesm2022/cax-design-system-stepper.mjs +19 -19
- package/fesm2022/cax-design-system-stepper.mjs.map +1 -1
- package/fesm2022/cax-design-system-steps.mjs +7 -7
- package/fesm2022/cax-design-system-steps.mjs.map +1 -1
- package/fesm2022/cax-design-system-styleclass.mjs +7 -7
- package/fesm2022/cax-design-system-styleclass.mjs.map +1 -1
- package/fesm2022/cax-design-system-subscriptioncard.mjs +7 -7
- package/fesm2022/cax-design-system-subscriptioncard.mjs.map +1 -1
- package/fesm2022/cax-design-system-table-paginator.mjs +7 -8
- package/fesm2022/cax-design-system-table-paginator.mjs.map +1 -1
- package/fesm2022/cax-design-system-table.mjs +92 -92
- package/fesm2022/cax-design-system-table.mjs.map +1 -1
- package/fesm2022/cax-design-system-tableconfiguration.mjs +7 -7
- package/fesm2022/cax-design-system-tableconfiguration.mjs.map +1 -1
- package/fesm2022/cax-design-system-tabmenu.mjs +8 -8
- package/fesm2022/cax-design-system-tabmenu.mjs.map +1 -1
- package/fesm2022/cax-design-system-tabview.mjs +10 -10
- package/fesm2022/cax-design-system-tabview.mjs.map +1 -1
- package/fesm2022/cax-design-system-tag.mjs +7 -7
- package/fesm2022/cax-design-system-tag.mjs.map +1 -1
- package/fesm2022/cax-design-system-terminal.mjs +10 -10
- package/fesm2022/cax-design-system-terminal.mjs.map +1 -1
- package/fesm2022/cax-design-system-tieredmenu.mjs +15 -15
- package/fesm2022/cax-design-system-tieredmenu.mjs.map +1 -1
- package/fesm2022/cax-design-system-timeline.mjs +7 -7
- package/fesm2022/cax-design-system-timeline.mjs.map +1 -1
- package/fesm2022/cax-design-system-toast.mjs +10 -10
- package/fesm2022/cax-design-system-toast.mjs.map +1 -1
- package/fesm2022/cax-design-system-togglebutton.mjs +7 -7
- package/fesm2022/cax-design-system-togglebutton.mjs.map +1 -1
- package/fesm2022/cax-design-system-toggleswitch.mjs +7 -7
- package/fesm2022/cax-design-system-toggleswitch.mjs.map +1 -1
- package/fesm2022/cax-design-system-toolbar.mjs +7 -7
- package/fesm2022/cax-design-system-toolbar.mjs.map +1 -1
- package/fesm2022/cax-design-system-tooltip.mjs +7 -7
- package/fesm2022/cax-design-system-tooltip.mjs.map +1 -1
- package/fesm2022/cax-design-system-tree.mjs +10 -10
- package/fesm2022/cax-design-system-tree.mjs.map +1 -1
- package/fesm2022/cax-design-system-treeselect.mjs +7 -7
- package/fesm2022/cax-design-system-treeselect.mjs.map +1 -1
- package/fesm2022/cax-design-system-treetable.mjs +55 -55
- package/fesm2022/cax-design-system-treetable.mjs.map +1 -1
- package/fesm2022/cax-design-system-tristatecheckbox.mjs +7 -7
- package/fesm2022/cax-design-system-tristatecheckbox.mjs.map +1 -1
- package/fesm2022/cax-design-system-upload.mjs +7 -7
- package/fesm2022/cax-design-system-upload.mjs.map +1 -1
- package/fesm2022/cax-design-system-virtualscroller.mjs +7 -7
- package/fesm2022/cax-design-system-virtualscroller.mjs.map +1 -1
- package/fieldset/index.d.ts +140 -3
- package/fileupload/index.d.ts +606 -3
- package/floatlabel/index.d.ts +19 -3
- package/focustrap/index.d.ts +35 -3
- package/galleria/index.d.ts +502 -3
- package/iconfield/index.d.ts +26 -3
- package/icons/angledoubledown/index.d.ts +9 -5
- package/icons/angledoubleleft/index.d.ts +9 -5
- package/icons/angledoubleright/index.d.ts +9 -5
- package/icons/angledoubleup/index.d.ts +9 -5
- package/icons/angledown/index.d.ts +9 -5
- package/icons/angleleft/index.d.ts +9 -5
- package/icons/angleright/index.d.ts +9 -5
- package/icons/angleup/index.d.ts +9 -5
- package/icons/arrowdown/index.d.ts +12 -5
- package/icons/arrowdownleft/index.d.ts +9 -5
- package/icons/arrowdownright/index.d.ts +9 -5
- package/icons/arrowleft/index.d.ts +11 -5
- package/icons/arrowright/index.d.ts +9 -5
- package/icons/arrowup/index.d.ts +11 -5
- package/icons/ban/index.d.ts +11 -5
- package/icons/bars/index.d.ts +9 -5
- package/icons/blank/index.d.ts +9 -5
- package/icons/calendar/index.d.ts +9 -5
- package/icons/caretleft/index.d.ts +9 -5
- package/icons/caretright/index.d.ts +9 -5
- package/icons/check/index.d.ts +9 -5
- package/icons/chevrondown/index.d.ts +9 -5
- package/icons/chevronleft/index.d.ts +9 -5
- package/icons/chevronright/index.d.ts +9 -5
- package/icons/chevronup/index.d.ts +9 -5
- package/icons/exclamationtriangle/index.d.ts +12 -5
- package/icons/eye/index.d.ts +9 -5
- package/icons/eyeslash/index.d.ts +11 -5
- package/icons/filter/index.d.ts +11 -5
- package/icons/filterslash/index.d.ts +11 -5
- package/icons/home/index.d.ts +11 -5
- package/icons/infocircle/index.d.ts +11 -5
- package/icons/minus/index.d.ts +9 -5
- package/icons/pencil/index.d.ts +11 -5
- package/icons/plus/index.d.ts +11 -5
- package/icons/refresh/index.d.ts +11 -5
- package/icons/search/index.d.ts +11 -5
- package/icons/searchminus/index.d.ts +11 -5
- package/icons/searchplus/index.d.ts +11 -5
- package/icons/sortalt/index.d.ts +11 -5
- package/icons/sortamountdown/index.d.ts +11 -5
- package/icons/sortamountupalt/index.d.ts +11 -5
- package/icons/spinner/index.d.ts +11 -5
- package/icons/star/index.d.ts +11 -5
- package/icons/starfill/index.d.ts +11 -5
- package/icons/thlarge/index.d.ts +11 -5
- package/icons/times/index.d.ts +9 -5
- package/icons/timescircle/index.d.ts +11 -5
- package/icons/trash/index.d.ts +11 -5
- package/icons/undo/index.d.ts +11 -5
- package/icons/upload/index.d.ts +11 -5
- package/icons/windowmaximize/index.d.ts +11 -5
- package/icons/windowminimize/index.d.ts +11 -5
- package/image/index.d.ts +228 -3
- package/index.d.ts +2 -5
- package/inplace/index.d.ts +130 -3
- package/inputchips/index.d.ts +323 -3
- package/inputgroup/index.d.ts +79 -3
- package/inputgroupaddon/index.d.ts +35 -3
- package/inputicon/index.d.ts +22 -3
- package/inputmask/index.d.ts +310 -3
- package/inputnumber/index.d.ts +469 -3
- package/inputotp/index.d.ts +189 -3
- package/inputswitch/index.d.ts +123 -3
- package/inputtext/index.d.ts +79 -5
- package/inputtextarea/index.d.ts +130 -3
- package/keyfilter/index.d.ts +65 -3
- package/knob/index.d.ts +179 -3
- package/listbox/index.d.ts +631 -3
- package/logo/index.d.ts +20 -5
- package/logocard/index.d.ts +15 -5
- package/megamenu/index.d.ts +230 -3
- package/menu/index.d.ts +222 -3
- package/menubar/index.d.ts +290 -3
- package/message/index.d.ts +53 -3
- package/messages/index.d.ts +129 -3
- package/metergroup/index.d.ts +224 -3
- package/multiselect/index.d.ts +1000 -3
- package/navigation/index.d.ts +110 -5
- package/orderlist/index.d.ts +381 -3
- package/organizationchart/index.d.ts +192 -3
- package/overlay/index.d.ts +246 -3
- package/overlaypanel/index.d.ts +175 -3
- package/package.json +387 -387
- package/paginator/index.d.ts +249 -3
- package/panel/index.d.ts +185 -3
- package/panelmenu/index.d.ts +249 -3
- package/password/index.d.ts +342 -3
- package/picklist/index.d.ts +696 -3
- package/productcard/index.d.ts +28 -5
- package/progressbar/index.d.ts +76 -3
- package/progressspinner/index.d.ts +58 -3
- package/radiobutton/index.d.ts +174 -3
- package/rating/index.d.ts +181 -3
- package/resources/cax.min.scss +26 -4
- package/resources/cax.scss +25 -4
- package/resources/components/navigation/navigation.scss +2 -1
- package/resources/components/slider/slider.scss +41 -0
- package/resources/components/table/table.scss +3 -3
- package/ripple/index.d.ts +37 -3
- package/scroller/index.d.ts +528 -3
- package/scrollpanel/index.d.ts +116 -3
- package/scrolltop/index.d.ts +117 -3
- package/selectbutton/index.d.ts +233 -3
- package/sidebar/index.d.ts +213 -3
- package/skeleton/index.d.ts +69 -3
- package/slidemenu/index.d.ts +339 -3
- package/slider/index.d.ts +224 -3
- package/speeddial/index.d.ts +324 -3
- package/spinner/index.d.ts +93 -5
- package/splitbutton/index.d.ts +264 -3
- package/splitter/index.d.ts +201 -3
- package/stepper/index.d.ts +145 -3
- package/steps/index.d.ts +95 -3
- package/styleclass/index.d.ts +109 -3
- package/subscriptioncard/index.d.ts +46 -5
- package/table/index.d.ts +2530 -3
- package/table-paginator/index.d.ts +59 -3
- package/tableconfiguration/index.d.ts +27 -5
- package/tabmenu/index.d.ts +160 -3
- package/tabview/index.d.ts +360 -3
- package/tag/index.d.ts +120 -3
- package/terminal/index.d.ts +68 -3
- package/tieredmenu/index.d.ts +312 -3
- package/timeline/index.d.ts +100 -3
- package/toast/index.d.ts +194 -3
- package/togglebutton/index.d.ts +150 -3
- package/toggleswitch/index.d.ts +30 -5
- package/toolbar/index.d.ts +64 -3
- package/tooltip/index.d.ts +218 -3
- package/tree/index.d.ts +673 -3
- package/treeselect/index.d.ts +517 -3
- package/treetable/index.d.ts +1461 -3
- package/tristatecheckbox/index.d.ts +155 -3
- package/ts-helpers/index.d.ts +6 -5
- package/upload/index.d.ts +113 -5
- package/utils/index.d.ts +35 -5
- package/virtualscroller/index.d.ts +161 -3
- package/accordion/accordion.d.ts +0 -224
- package/accordion/accordion.interface.d.ts +0 -49
- package/accordion/accordion.module.d.ts +0 -13
- package/accordion/public_api.d.ts +0 -3
- package/animate/animate.d.ts +0 -40
- package/animate/public_api.d.ts +0 -1
- package/animateonscroll/animateonscroll.d.ts +0 -75
- package/animateonscroll/public_api.d.ts +0 -1
- package/api/blockableui.d.ts +0 -10
- package/api/caxconfig.d.ts +0 -24
- package/api/confirmaeventtype.d.ts +0 -8
- package/api/confirmation.d.ts +0 -90
- package/api/confirmationservice.d.ts +0 -30
- package/api/contextmenuservice.d.ts +0 -11
- package/api/filtermatchmode.d.ts +0 -22
- package/api/filtermetadata.d.ts +0 -18
- package/api/filteroperator.d.ts +0 -4
- package/api/filterservice.d.ts +0 -10
- package/api/lazyloadevent.d.ts +0 -47
- package/api/lazyloadmeta.d.ts +0 -19
- package/api/megamenuitem.d.ts +0 -130
- package/api/menuitem.d.ts +0 -176
- package/api/message.d.ts +0 -29
- package/api/messageservice.d.ts +0 -32
- package/api/overlayoptions.d.ts +0 -188
- package/api/overlayservice.d.ts +0 -9
- package/api/primeicons.d.ts +0 -313
- package/api/public_api.d.ts +0 -34
- package/api/scrolleroptions.d.ts +0 -116
- package/api/selectitem.d.ts +0 -12
- package/api/selectitemgroup.d.ts +0 -10
- package/api/shared.d.ts +0 -24
- package/api/sortevent.d.ts +0 -12
- package/api/sortmeta.d.ts +0 -8
- package/api/tablestate.d.ts +0 -60
- package/api/themegeneratorservice.d.ts +0 -12
- package/api/tooltipoptions.d.ts +0 -69
- package/api/translation.d.ts +0 -135
- package/api/translationkeys.d.ts +0 -50
- package/api/treedragdropservice.d.ts +0 -12
- package/api/treenode.d.ts +0 -91
- package/api/treenodedragevent.d.ts +0 -27
- package/api/treetablenode.d.ts +0 -36
- package/autocomplete/autocomplete.d.ts +0 -633
- package/autocomplete/autocomplete.interface.d.ts +0 -164
- package/autocomplete/autocomplete.module.d.ts +0 -21
- package/autocomplete/public_api.d.ts +0 -3
- package/autofocus/autofocus.d.ts +0 -28
- package/autofocus/public_api.d.ts +0 -1
- package/avatar/avatar.d.ts +0 -95
- package/avatar/avatar.module.d.ts +0 -7
- package/avatar/public_api.d.ts +0 -2
- package/avatargroup/avatargroup.d.ts +0 -21
- package/avatargroup/avatargroup.module.d.ts +0 -9
- package/avatargroup/public_api.d.ts +0 -2
- package/badge/badge.d.ts +0 -25
- package/badge/badge.directive.d.ts +0 -35
- package/badge/badge.module.d.ts +0 -10
- package/badge/public_api.d.ts +0 -3
- package/baseicon/baseicon.d.ts +0 -15
- package/baseicon/public_api.d.ts +0 -1
- package/blockui/blockui.d.ts +0 -64
- package/blockui/blockui.interface.d.ts +0 -11
- package/blockui/public_api.d.ts +0 -2
- package/breadcrumb/breadcrumb.d.ts +0 -55
- package/breadcrumb/breadcrumb.interface.d.ts +0 -38
- package/breadcrumb/breadcrumb.module.d.ts +0 -13
- package/breadcrumb/public_api.d.ts +0 -3
- package/button/button.d.ts +0 -92
- package/button/button.directive.d.ts +0 -51
- package/button/button.interface.d.ts +0 -30
- package/button/button.module.d.ts +0 -9
- package/button/public_api.d.ts +0 -4
- package/buttongroup/buttongroup.d.ts +0 -11
- package/buttongroup/public_api.d.ts +0 -1
- package/calendar/calendar.d.ts +0 -744
- package/calendar/calendar.interface.d.ts +0 -204
- package/calendar/calendar.module.d.ts +0 -9
- package/calendar/public_api.d.ts +0 -3
- package/card/card.d.ts +0 -49
- package/card/card.interface.d.ts +0 -27
- package/card/card.module.d.ts +0 -11
- package/card/public_api.d.ts +0 -3
- package/carousel/carousel.d.ts +0 -227
- package/carousel/carousel.interface.d.ts +0 -63
- package/carousel/public_api.d.ts +0 -2
- package/cascadeselect/cascadeselect.d.ts +0 -465
- package/cascadeselect/cascadeselect.interface.d.ts +0 -115
- package/cascadeselect/cascadeselect.module.d.ts +0 -15
- package/cascadeselect/public_api.d.ts +0 -3
- package/categorycard/categorycard.d.ts +0 -11
- package/categorycard/categorycard.module.d.ts +0 -7
- package/categorycard/public_api.d.ts +0 -2
- package/chart/chart.d.ts +0 -87
- package/chart/public_api.d.ts +0 -1
- package/checkbox/checkbox.d.ts +0 -168
- package/checkbox/checkbox.interface.d.ts +0 -26
- package/checkbox/checkbox.module.d.ts +0 -10
- package/checkbox/public_api.d.ts +0 -3
- package/chip/chip.d.ts +0 -37
- package/chip/chip.interface.d.ts +0 -15
- package/chip/chip.module.d.ts +0 -10
- package/chip/public_api.d.ts +0 -3
- package/colorpicker/colorpicker.d.ts +0 -240
- package/colorpicker/colorpicker.interface.d.ts +0 -15
- package/colorpicker/colorpicker.module.d.ts +0 -9
- package/colorpicker/public_api.d.ts +0 -3
- package/commentbox/commentbox.d.ts +0 -120
- package/commentbox/commentbox.module.d.ts +0 -17
- package/commentbox/public_api.d.ts +0 -2
- package/comments/comments.d.ts +0 -83
- package/comments/comments.module.d.ts +0 -7
- package/comments/public_api.d.ts +0 -2
- package/comparecard/comaparecard.module.d.ts +0 -11
- package/comparecard/comparecard.component.d.ts +0 -44
- package/comparecard/public_api.d.ts +0 -2
- package/confirmdialog/confirmdialog.d.ts +0 -272
- package/confirmdialog/confirmdialog.interface.d.ts +0 -39
- package/confirmdialog/confirmdialog.module.d.ts +0 -15
- package/confirmdialog/public_api.d.ts +0 -3
- package/confirmpopup/confirmpopup.d.ts +0 -119
- package/confirmpopup/confirmpopup.interface.d.ts +0 -27
- package/confirmpopup/public_api.d.ts +0 -2
- package/contextmenu/contextmenu.d.ts +0 -260
- package/contextmenu/public_api.d.ts +0 -1
- package/dataview/dataview.d.ts +0 -274
- package/dataview/dataview.interface.d.ts +0 -183
- package/dataview/public_api.d.ts +0 -2
- package/defer/defer.d.ts +0 -39
- package/defer/public_api.d.ts +0 -1
- package/dialog/dialog.d.ts +0 -364
- package/dialog/dialog.interface.d.ts +0 -31
- package/dialog/dialog.module.d.ts +0 -15
- package/dialog/public_api.d.ts +0 -3
- package/divider/divider.d.ts +0 -57
- package/divider/divider.module.d.ts +0 -7
- package/divider/public_api.d.ts +0 -2
- package/dock/dock.d.ts +0 -115
- package/dock/dock.interface.d.ts +0 -19
- package/dock/public_api.d.ts +0 -2
- package/dom/connectedoverlayscrollhandler.d.ts +0 -9
- package/dom/domhandler.d.ts +0 -95
- package/dom/public_api.d.ts +0 -2
- package/dragdrop/dragdrop.d.ts +0 -112
- package/dragdrop/dragdrop.module.d.ts +0 -8
- package/dragdrop/public_api.d.ts +0 -2
- package/dropdown/dropdown-item.d.ts +0 -31
- package/dropdown/dropdown.d.ts +0 -650
- package/dropdown/dropdown.interface.d.ts +0 -154
- package/dropdown/dropdown.module.d.ts +0 -11
- package/dropdown/public_api.d.ts +0 -4
- package/dynamicdialog/dialogservice.d.ts +0 -35
- package/dynamicdialog/dynamicdialog-config.d.ts +0 -221
- package/dynamicdialog/dynamicdialog-injector.d.ts +0 -7
- package/dynamicdialog/dynamicdialog-ref.d.ts +0 -101
- package/dynamicdialog/dynamicdialog.d.ts +0 -124
- package/dynamicdialog/dynamicdialogcontent.d.ts +0 -8
- package/dynamicdialog/public_api.d.ts +0 -6
- package/editor/editor.d.ts +0 -109
- package/editor/editor.interface.d.ts +0 -64
- package/editor/editor.module.d.ts +0 -9
- package/editor/public_api.d.ts +0 -3
- package/fieldset/fieldset.d.ts +0 -93
- package/fieldset/fieldset.interface.d.ts +0 -46
- package/fieldset/public_api.d.ts +0 -2
- package/fileupload/fileupload.d.ts +0 -380
- package/fileupload/fileupload.interface.d.ts +0 -226
- package/fileupload/public_api.d.ts +0 -2
- package/floatlabel/floatlabel.d.ts +0 -9
- package/floatlabel/floatlabel.module.d.ts +0 -10
- package/floatlabel/public_api.d.ts +0 -2
- package/focustrap/focustrap.d.ts +0 -34
- package/focustrap/public_api.d.ts +0 -1
- package/galleria/galleria.d.ts +0 -404
- package/galleria/galleria.interface.d.ts +0 -97
- package/galleria/public_api.d.ts +0 -2
- package/iconfield/iconfield.d.ts +0 -25
- package/iconfield/public_api.d.ts +0 -1
- package/icons/angledoubledown/angledoubledown.d.ts +0 -6
- package/icons/angledoubledown/public_api.d.ts +0 -1
- package/icons/angledoubleleft/angledoubleleft.d.ts +0 -6
- package/icons/angledoubleleft/public_api.d.ts +0 -1
- package/icons/angledoubleright/angledoubleright.d.ts +0 -6
- package/icons/angledoubleright/public_api.d.ts +0 -1
- package/icons/angledoubleup/angledoubleup.d.ts +0 -6
- package/icons/angledoubleup/public_api.d.ts +0 -1
- package/icons/angledown/angledown.d.ts +0 -6
- package/icons/angledown/public_api.d.ts +0 -1
- package/icons/angleleft/angleleft.d.ts +0 -6
- package/icons/angleleft/public_api.d.ts +0 -1
- package/icons/angleright/angleright.d.ts +0 -6
- package/icons/angleright/public_api.d.ts +0 -1
- package/icons/angleup/angleup.d.ts +0 -6
- package/icons/angleup/public_api.d.ts +0 -1
- package/icons/arrowdown/arrowdown.d.ts +0 -9
- package/icons/arrowdown/public_api.d.ts +0 -1
- package/icons/arrowdownleft/arrowdownleft.d.ts +0 -6
- package/icons/arrowdownleft/public_api.d.ts +0 -1
- package/icons/arrowdownright/arrowdownright.d.ts +0 -6
- package/icons/arrowdownright/public_api.d.ts +0 -1
- package/icons/arrowleft/arrowleft.d.ts +0 -8
- package/icons/arrowleft/public_api.d.ts +0 -1
- package/icons/arrowright/arrowright.d.ts +0 -6
- package/icons/arrowright/public_api.d.ts +0 -1
- package/icons/arrowup/arrowup.d.ts +0 -8
- package/icons/arrowup/public_api.d.ts +0 -1
- package/icons/ban/ban.d.ts +0 -8
- package/icons/ban/public_api.d.ts +0 -1
- package/icons/bars/bars.d.ts +0 -6
- package/icons/bars/public_api.d.ts +0 -1
- package/icons/blank/blank.d.ts +0 -6
- package/icons/blank/public_api.d.ts +0 -1
- package/icons/calendar/calendar.d.ts +0 -6
- package/icons/calendar/public_api.d.ts +0 -1
- package/icons/caretleft/caretleft.d.ts +0 -6
- package/icons/caretleft/public_api.d.ts +0 -1
- package/icons/caretright/caretright.d.ts +0 -6
- package/icons/caretright/public_api.d.ts +0 -1
- package/icons/check/check.d.ts +0 -6
- package/icons/check/public_api.d.ts +0 -1
- package/icons/chevrondown/chevrondown.d.ts +0 -6
- package/icons/chevrondown/public_api.d.ts +0 -1
- package/icons/chevronleft/chevronleft.d.ts +0 -6
- package/icons/chevronleft/public_api.d.ts +0 -1
- package/icons/chevronright/chevronright.d.ts +0 -6
- package/icons/chevronright/public_api.d.ts +0 -1
- package/icons/chevronup/chevronup.d.ts +0 -6
- package/icons/chevronup/public_api.d.ts +0 -1
- package/icons/exclamationtriangle/exclamationtriangle.d.ts +0 -9
- package/icons/exclamationtriangle/public_api.d.ts +0 -1
- package/icons/eye/eye.d.ts +0 -6
- package/icons/eye/public_api.d.ts +0 -1
- package/icons/eyeslash/eyeslash.d.ts +0 -8
- package/icons/eyeslash/public_api.d.ts +0 -1
- package/icons/filter/filter.d.ts +0 -8
- package/icons/filter/public_api.d.ts +0 -1
- package/icons/filterslash/filterslash.d.ts +0 -8
- package/icons/filterslash/public_api.d.ts +0 -1
- package/icons/home/home.d.ts +0 -8
- package/icons/home/public_api.d.ts +0 -1
- package/icons/infocircle/infocircle.d.ts +0 -8
- package/icons/infocircle/public_api.d.ts +0 -1
- package/icons/minus/minus.d.ts +0 -6
- package/icons/minus/public_api.d.ts +0 -1
- package/icons/pencil/pencil.d.ts +0 -8
- package/icons/pencil/public_api.d.ts +0 -1
- package/icons/plus/plus.d.ts +0 -8
- package/icons/plus/public_api.d.ts +0 -1
- package/icons/refresh/public_api.d.ts +0 -1
- package/icons/refresh/refresh.d.ts +0 -8
- package/icons/search/public_api.d.ts +0 -1
- package/icons/search/search.d.ts +0 -8
- package/icons/searchminus/public_api.d.ts +0 -1
- package/icons/searchminus/searchminus.d.ts +0 -8
- package/icons/searchplus/public_api.d.ts +0 -1
- package/icons/searchplus/searchplus.d.ts +0 -8
- package/icons/sortalt/public_api.d.ts +0 -1
- package/icons/sortalt/sortalt.d.ts +0 -8
- package/icons/sortamountdown/public_api.d.ts +0 -1
- package/icons/sortamountdown/sortamountdown.d.ts +0 -8
- package/icons/sortamountupalt/public_api.d.ts +0 -1
- package/icons/sortamountupalt/sortamountupalt.d.ts +0 -8
- package/icons/spinner/public_api.d.ts +0 -1
- package/icons/spinner/spinner.d.ts +0 -8
- package/icons/star/public_api.d.ts +0 -1
- package/icons/star/star.d.ts +0 -8
- package/icons/starfill/public_api.d.ts +0 -1
- package/icons/starfill/starfill.d.ts +0 -8
- package/icons/thlarge/public_api.d.ts +0 -1
- package/icons/thlarge/thlarge.d.ts +0 -8
- package/icons/times/public_api.d.ts +0 -1
- package/icons/times/times.d.ts +0 -6
- package/icons/timescircle/public_api.d.ts +0 -1
- package/icons/timescircle/timescircle.d.ts +0 -8
- package/icons/trash/public_api.d.ts +0 -1
- package/icons/trash/trash.d.ts +0 -8
- package/icons/undo/public_api.d.ts +0 -1
- package/icons/undo/undo.d.ts +0 -8
- package/icons/upload/public_api.d.ts +0 -1
- package/icons/upload/upload.d.ts +0 -8
- package/icons/windowmaximize/public_api.d.ts +0 -1
- package/icons/windowmaximize/windowmaximize.d.ts +0 -8
- package/icons/windowminimize/public_api.d.ts +0 -1
- package/icons/windowminimize/windowminimize.d.ts +0 -8
- package/image/image.d.ts +0 -188
- package/image/image.interface.d.ts +0 -31
- package/image/image.module.d.ts +0 -8
- package/image/public_api.d.ts +0 -3
- package/inplace/inplace.d.ts +0 -109
- package/inplace/inplace.interface.d.ts +0 -19
- package/inplace/public_api.d.ts +0 -2
- package/inputchips/inputchips.d.ts +0 -251
- package/inputchips/inputchips.interface.d.ts +0 -58
- package/inputchips/inputchips.module.d.ts +0 -14
- package/inputchips/public_api.d.ts +0 -3
- package/inputgroup/inputgroup.d.ts +0 -64
- package/inputgroup/inputgroup.module.d.ts +0 -15
- package/inputgroup/public_api.d.ts +0 -2
- package/inputgroupaddon/inputgroupaddon.d.ts +0 -21
- package/inputgroupaddon/inputgroupaddon.module.d.ts +0 -14
- package/inputgroupaddon/public_api.d.ts +0 -2
- package/inputicon/inputicon.d.ts +0 -21
- package/inputicon/public_api.d.ts +0 -1
- package/inputmask/inputmask.d.ts +0 -279
- package/inputmask/inputmask.interface.d.ts +0 -19
- package/inputmask/inputmask.module.d.ts +0 -12
- package/inputmask/public_api.d.ts +0 -3
- package/inputnumber/inputnumber.d.ts +0 -423
- package/inputnumber/inputnumber.interface.d.ts +0 -38
- package/inputnumber/inputnumber.module.d.ts +0 -8
- package/inputnumber/public_api.d.ts +0 -3
- package/inputotp/inputotp.d.ts +0 -123
- package/inputotp/inputotp.interface.d.ts +0 -65
- package/inputotp/public_api.d.ts +0 -2
- package/inputswitch/inputswitch.d.ts +0 -106
- package/inputswitch/inputswitch.interface.d.ts +0 -15
- package/inputswitch/public_api.d.ts +0 -2
- package/inputtext/inputtext.component.d.ts +0 -44
- package/inputtext/inputtext.directive.d.ts +0 -27
- package/inputtext/inputtext.module.d.ts +0 -10
- package/inputtext/public_api.d.ts +0 -3
- package/inputtextarea/inputtextarea.component.d.ts +0 -64
- package/inputtextarea/inputtextarea.directive.d.ts +0 -58
- package/inputtextarea/inputtextarea.module.d.ts +0 -10
- package/inputtextarea/public_api.d.ts +0 -3
- package/keyfilter/keyfilter.d.ts +0 -58
- package/keyfilter/keyfilter.interface.d.ts +0 -5
- package/keyfilter/public_api.d.ts +0 -2
- package/knob/knob.d.ts +0 -178
- package/knob/public_api.d.ts +0 -1
- package/listbox/listbox.d.ts +0 -461
- package/listbox/listbox.interface.d.ts +0 -156
- package/listbox/listbox.module.d.ts +0 -14
- package/listbox/public_api.d.ts +0 -3
- package/logo/logo.d.ts +0 -11
- package/logo/logo.module.d.ts +0 -7
- package/logo/public_api.d.ts +0 -2
- package/logocard/logocard.d.ts +0 -6
- package/logocard/logocard.module.d.ts +0 -7
- package/logocard/public_api.d.ts +0 -2
- package/megamenu/megamenu.d.ts +0 -198
- package/megamenu/megamenu.interface.d.ts +0 -31
- package/megamenu/public_api.d.ts +0 -2
- package/menu/menu.d.ts +0 -210
- package/menu/menu.module.d.ts +0 -12
- package/menu/public_api.d.ts +0 -2
- package/menubar/menubar.d.ts +0 -248
- package/menubar/menubar.interface.d.ts +0 -40
- package/menubar/public_api.d.ts +0 -2
- package/message/message.d.ts +0 -52
- package/message/public_api.d.ts +0 -1
- package/messages/messages.d.ts +0 -106
- package/messages/messages.interface.d.ts +0 -16
- package/messages/messages.module.d.ts +0 -8
- package/messages/public_api.d.ts +0 -3
- package/metergroup/metergroup.d.ts +0 -101
- package/metergroup/metergroup.interface.d.ts +0 -122
- package/metergroup/public_api.d.ts +0 -2
- package/multiselect/multiselect.d.ts +0 -736
- package/multiselect/multiselect.interface.d.ts +0 -247
- package/multiselect/multiselect.module.d.ts +0 -20
- package/multiselect/public_api.d.ts +0 -3
- package/navigation/navigation.d.ts +0 -75
- package/navigation/navigation.interface.d.ts +0 -26
- package/navigation/navigation.module.d.ts +0 -7
- package/navigation/public_api.d.ts +0 -2
- package/orderlist/orderlist.d.ts +0 -270
- package/orderlist/orderlist.interface.d.ts +0 -110
- package/orderlist/public_api.d.ts +0 -2
- package/organizationchart/organizationchart.d.ts +0 -132
- package/organizationchart/organizationchart.interface.d.ts +0 -59
- package/organizationchart/public_api.d.ts +0 -2
- package/overlay/overlay.d.ts +0 -238
- package/overlay/overlay.module.d.ts +0 -8
- package/overlay/public_api.d.ts +0 -2
- package/overlaypanel/overlaypanel.d.ts +0 -167
- package/overlaypanel/overlaypanel.module.d.ts +0 -8
- package/overlaypanel/public_api.d.ts +0 -2
- package/paginator/paginator.d.ts +0 -195
- package/paginator/paginator.interface.d.ts +0 -37
- package/paginator/paginator.module.d.ts +0 -17
- package/paginator/public_api.d.ts +0 -3
- package/panel/panel.d.ts +0 -126
- package/panel/panel.interface.d.ts +0 -58
- package/panel/public_api.d.ts +0 -2
- package/panelmenu/panelmenu.d.ts +0 -225
- package/panelmenu/panelmenu.interface.d.ts +0 -23
- package/panelmenu/public_api.d.ts +0 -2
- package/password/password.d.ts +0 -342
- package/password/public_api.d.ts +0 -1
- package/picklist/picklist.d.ts +0 -453
- package/picklist/picklist.interface.d.ts +0 -242
- package/picklist/public_api.d.ts +0 -2
- package/productcard/productcard.d.ts +0 -19
- package/productcard/productcard.module.d.ts +0 -7
- package/productcard/public_api.d.ts +0 -2
- package/progressbar/progressbar.d.ts +0 -69
- package/progressbar/progressbar.module.d.ts +0 -8
- package/progressbar/public_api.d.ts +0 -2
- package/progressspinner/progressspinner.d.ts +0 -50
- package/progressspinner/progressspinner.module.d.ts +0 -8
- package/progressspinner/public_api.d.ts +0 -2
- package/public_api.d.ts +0 -2
- package/radiobutton/public_api.d.ts +0 -3
- package/radiobutton/radiobutton.d.ts +0 -151
- package/radiobutton/radiobutton.interface.d.ts +0 -15
- package/radiobutton/radiobutton.module.d.ts +0 -7
- package/rating/public_api.d.ts +0 -2
- package/rating/rating.d.ts +0 -146
- package/rating/rating.interface.d.ts +0 -34
- package/ripple/public_api.d.ts +0 -2
- package/ripple/ripple.d.ts +0 -30
- package/ripple/ripple.module.d.ts +0 -7
- package/scroller/public_api.d.ts +0 -3
- package/scroller/scroller.d.ts +0 -343
- package/scroller/scroller.interface.d.ts +0 -177
- package/scroller/scroller.module.d.ts +0 -8
- package/scrollpanel/public_api.d.ts +0 -2
- package/scrollpanel/scrollpanel.d.ts +0 -103
- package/scrollpanel/scrollpanel.interface.d.ts +0 -11
- package/scrolltop/public_api.d.ts +0 -2
- package/scrolltop/scrolltop.d.ts +0 -97
- package/scrolltop/scrolltop.interface.d.ts +0 -18
- package/selectbutton/public_api.d.ts +0 -3
- package/selectbutton/selectbutton.d.ts +0 -177
- package/selectbutton/selectbutton.interface.d.ts +0 -45
- package/selectbutton/selectbutton.module.d.ts +0 -11
- package/sidebar/public_api.d.ts +0 -3
- package/sidebar/sidebar.d.ts +0 -173
- package/sidebar/sidebar.interface.d.ts +0 -27
- package/sidebar/sidebar.module.d.ts +0 -12
- package/skeleton/public_api.d.ts +0 -2
- package/skeleton/skeleton.d.ts +0 -61
- package/skeleton/skeleton.module.d.ts +0 -8
- package/slidemenu/public_api.d.ts +0 -2
- package/slidemenu/slidemenu.d.ts +0 -322
- package/slidemenu/slidemenu.interface.d.ts +0 -15
- package/slider/public_api.d.ts +0 -3
- package/slider/slider.d.ts +0 -167
- package/slider/slider.interface.d.ts +0 -38
- package/slider/slider.module.d.ts +0 -9
- package/speeddial/public_api.d.ts +0 -3
- package/speeddial/speeddial.d.ts +0 -282
- package/speeddial/speeddial.interface.d.ts +0 -28
- package/speeddial/speeddial.module.d.ts +0 -14
- package/spinner/public_api.d.ts +0 -1
- package/spinner/spinner.d.ts +0 -90
- package/splitbutton/public_api.d.ts +0 -3
- package/splitbutton/splitbutton.d.ts +0 -222
- package/splitbutton/splitbutton.interface.d.ts +0 -30
- package/splitbutton/splitbutton.module.d.ts +0 -13
- package/splitter/public_api.d.ts +0 -3
- package/splitter/splitter.d.ts +0 -158
- package/splitter/splitter.interface.d.ts +0 -34
- package/splitter/splitter.module.d.ts +0 -9
- package/stepper/public_api.d.ts +0 -2
- package/stepper/stepper.d.ts +0 -117
- package/stepper/stepper.interface.d.ts +0 -26
- package/steps/public_api.d.ts +0 -2
- package/steps/steps.d.ts +0 -84
- package/steps/steps.module.d.ts +0 -11
- package/styleclass/public_api.d.ts +0 -1
- package/styleclass/styleclass.d.ts +0 -108
- package/subscriptioncard/public_api.d.ts +0 -2
- package/subscriptioncard/subscriptioncard.component.d.ts +0 -33
- package/subscriptioncard/subscriptioncard.module.d.ts +0 -11
- package/table/columnfilter.interface.d.ts +0 -247
- package/table/components/cell-editor/cell-editor.d.ts +0 -20
- package/table/components/column-filter/column-filter.d.ts +0 -257
- package/table/components/column-filter-form-element/column-filter-form-element.d.ts +0 -37
- package/table/components/sort-icon/sort-icon.d.ts +0 -22
- package/table/components/table-body/table-body.d.ts +0 -36
- package/table/components/table-checkbox/table-checkbox.d.ts +0 -32
- package/table/components/table-header-checkbox/table-header-checkbox.d.ts +0 -31
- package/table/components/table-radio-button/table-radio-button.d.ts +0 -29
- package/table/directives/cancel-editable-row.directive.d.ts +0 -11
- package/table/directives/cell-extend.directive.d.ts +0 -14
- package/table/directives/cell-highlight.directive.d.ts +0 -12
- package/table/directives/content-menu-row.directive.d.ts +0 -22
- package/table/directives/dynamic-column-width.directive.d.ts +0 -12
- package/table/directives/editable-column.directive.d.ts +0 -40
- package/table/directives/editable-row.directive.d.ts +0 -12
- package/table/directives/frozen-column.directive.d.ts +0 -16
- package/table/directives/init-editable-row.directive.d.ts +0 -11
- package/table/directives/reorderable-column.directive.d.ts +0 -32
- package/table/directives/reorderable-row-handle.directive.d.ts +0 -9
- package/table/directives/reorderable-row.directive.d.ts +0 -34
- package/table/directives/resizable-column.directive.d.ts +0 -35
- package/table/directives/row-group-header.directive.d.ts +0 -9
- package/table/directives/row-toggler.directive.d.ts +0 -13
- package/table/directives/save-editable-row.directive.d.ts +0 -11
- package/table/directives/selectable-row-double-click.directive.d.ts +0 -22
- package/table/directives/selectable-row.directive.d.ts +0 -37
- package/table/directives/sortable-column.directive.d.ts +0 -24
- package/table/public_api.d.ts +0 -31
- package/table/table.d.ts +0 -845
- package/table/table.interface.d.ts +0 -644
- package/table/table.module.d.ts +0 -35
- package/table/table.service.d.ts +0 -24
- package/table-paginator/public_api.d.ts +0 -3
- package/table-paginator/table-paginator.component.d.ts +0 -28
- package/table-paginator/table-paginator.interface.d.ts +0 -21
- package/table-paginator/table-paginator.module.d.ts +0 -9
- package/tableconfiguration/public_api.d.ts +0 -2
- package/tableconfiguration/tableconfiguration.d.ts +0 -18
- package/tableconfiguration/tableconfiguration.module.d.ts +0 -7
- package/tabmenu/public_api.d.ts +0 -2
- package/tabmenu/tabmenu.d.ts +0 -126
- package/tabmenu/tabmenu.interface.d.ts +0 -32
- package/tabview/public_api.d.ts +0 -3
- package/tabview/tabview.d.ts +0 -295
- package/tabview/tabview.interface.d.ts +0 -49
- package/tabview/tabview.module.d.ts +0 -16
- package/tag/public_api.d.ts +0 -3
- package/tag/tag.d.ts +0 -99
- package/tag/tag.interface.d.ts +0 -11
- package/tag/tag.module.d.ts +0 -9
- package/terminal/public_api.d.ts +0 -2
- package/terminal/terminal.d.ts +0 -56
- package/terminal/terminalservice.d.ts +0 -11
- package/tieredmenu/public_api.d.ts +0 -3
- package/tieredmenu/tieredmenu.d.ts +0 -271
- package/tieredmenu/tieredmenu.interface.d.ts +0 -27
- package/tieredmenu/tiredmenu.module.d.ts +0 -13
- package/timeline/public_api.d.ts +0 -3
- package/timeline/timeline.d.ts +0 -47
- package/timeline/timeline.interface.d.ts +0 -43
- package/timeline/timeline.module.d.ts +0 -9
- package/toast/public_api.d.ts +0 -3
- package/toast/toast.d.ts +0 -134
- package/toast/toast.interface.d.ts +0 -52
- package/toast/toast.module.d.ts +0 -9
- package/toast/toastitem.d.ts +0 -37
- package/togglebutton/public_api.d.ts +0 -2
- package/togglebutton/togglebutton.d.ts +0 -115
- package/togglebutton/togglebutton.interface.d.ts +0 -34
- package/toggleswitch/public_api.d.ts +0 -2
- package/toggleswitch/toggleswitch.d.ts +0 -19
- package/toggleswitch/toggleswitch.module.d.ts +0 -9
- package/toolbar/public_api.d.ts +0 -2
- package/toolbar/toolbar.d.ts +0 -43
- package/toolbar/toolbar.interface.d.ts +0 -19
- package/tooltip/public_api.d.ts +0 -2
- package/tooltip/tooltip.d.ts +0 -208
- package/tooltip/tooltip.module.d.ts +0 -10
- package/tree/public_api.d.ts +0 -3
- package/tree/tree.d.ts +0 -461
- package/tree/tree.interface.d.ts +0 -193
- package/tree/tree.module.d.ts +0 -21
- package/treeselect/public_api.d.ts +0 -3
- package/treeselect/treeselect.d.ts +0 -394
- package/treeselect/treeselect.interface.d.ts +0 -108
- package/treeselect/treeselect.module.d.ts +0 -16
- package/treetable/public_api.d.ts +0 -2
- package/treetable/treetable.d.ts +0 -988
- package/treetable/treetable.interface.d.ts +0 -472
- package/tristatecheckbox/public_api.d.ts +0 -3
- package/tristatecheckbox/tristatecheckbox.d.ts +0 -117
- package/tristatecheckbox/tristatecheckbox.interface.d.ts +0 -30
- package/tristatecheckbox/tristatecheckbox.module.d.ts +0 -8
- package/ts-helpers/public_api.d.ts +0 -1
- package/ts-helpers/ts-helpers.d.ts +0 -4
- package/upload/public_api.d.ts +0 -2
- package/upload/upload.component.d.ts +0 -99
- package/upload/upload.component.module.d.ts +0 -11
- package/utils/objectutils.d.ts +0 -24
- package/utils/public_api.d.ts +0 -4
- package/utils/uniquecomponentid.d.ts +0 -2
- package/utils/zindexutils.d.ts +0 -7
- package/virtualscroller/public_api.d.ts +0 -2
- package/virtualscroller/virtualscroller.d.ts +0 -89
- package/virtualscroller/virtualscroller.interface.d.ts +0 -72
|
@@ -8,8 +8,8 @@ class FilterSlashIcon extends BaseIcon {
|
|
|
8
8
|
ngOnInit() {
|
|
9
9
|
this.pathId = 'url(#' + UniqueComponentId() + ')';
|
|
10
10
|
}
|
|
11
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
11
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: FilterSlashIcon, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
12
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.25", type: FilterSlashIcon, isStandalone: true, selector: "FilterSlashIcon", usesInheritance: true, ngImport: i0, template: `
|
|
13
13
|
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.aria-label]="ariaLabel" [attr.aria-hidden]="ariaHidden" [attr.role]="role" [class]="getClassNames()">
|
|
14
14
|
<g [attr.clip-path]="pathId">
|
|
15
15
|
<path
|
|
@@ -27,7 +27,7 @@ class FilterSlashIcon extends BaseIcon {
|
|
|
27
27
|
</svg>
|
|
28
28
|
`, isInline: true });
|
|
29
29
|
}
|
|
30
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
30
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: FilterSlashIcon, decorators: [{
|
|
31
31
|
type: Component,
|
|
32
32
|
args: [{
|
|
33
33
|
selector: 'FilterSlashIcon',
|
|
@@ -8,8 +8,8 @@ class HomeIcon extends BaseIcon {
|
|
|
8
8
|
ngOnInit() {
|
|
9
9
|
this.pathId = 'url(#' + UniqueComponentId() + ')';
|
|
10
10
|
}
|
|
11
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
11
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: HomeIcon, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
12
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.25", type: HomeIcon, isStandalone: true, selector: "HomeIcon", usesInheritance: true, ngImport: i0, template: `
|
|
13
13
|
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.aria-label]="ariaLabel" [attr.aria-hidden]="ariaHidden" [attr.role]="role" [class]="getClassNames()">
|
|
14
14
|
<g [attr.clip-path]="pathId">
|
|
15
15
|
<path
|
|
@@ -27,7 +27,7 @@ class HomeIcon extends BaseIcon {
|
|
|
27
27
|
</svg>
|
|
28
28
|
`, isInline: true });
|
|
29
29
|
}
|
|
30
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
30
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: HomeIcon, decorators: [{
|
|
31
31
|
type: Component,
|
|
32
32
|
args: [{
|
|
33
33
|
selector: 'HomeIcon',
|
|
@@ -8,8 +8,8 @@ class InfoCircleIcon extends BaseIcon {
|
|
|
8
8
|
ngOnInit() {
|
|
9
9
|
this.pathId = 'url(#' + UniqueComponentId() + ')';
|
|
10
10
|
}
|
|
11
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
11
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: InfoCircleIcon, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
12
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.25", type: InfoCircleIcon, isStandalone: true, selector: "InfoCircleIcon", usesInheritance: true, ngImport: i0, template: `
|
|
13
13
|
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.aria-label]="ariaLabel" [attr.aria-hidden]="ariaHidden" [attr.role]="role" [class]="getClassNames()">
|
|
14
14
|
<g [attr.clip-path]="pathId">
|
|
15
15
|
<path
|
|
@@ -27,7 +27,7 @@ class InfoCircleIcon extends BaseIcon {
|
|
|
27
27
|
</svg>
|
|
28
28
|
`, isInline: true });
|
|
29
29
|
}
|
|
30
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
30
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: InfoCircleIcon, decorators: [{
|
|
31
31
|
type: Component,
|
|
32
32
|
args: [{
|
|
33
33
|
selector: 'InfoCircleIcon',
|
|
@@ -4,8 +4,8 @@ import { Component } from '@angular/core';
|
|
|
4
4
|
import { BaseIcon } from 'cax-design-system/baseicon';
|
|
5
5
|
|
|
6
6
|
class MinusIcon extends BaseIcon {
|
|
7
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
7
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: MinusIcon, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
8
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.25", type: MinusIcon, isStandalone: true, selector: "MinusIcon", usesInheritance: true, ngImport: i0, template: `
|
|
9
9
|
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.aria-label]="ariaLabel" [attr.aria-hidden]="ariaHidden" [attr.role]="role" [class]="getClassNames()">
|
|
10
10
|
<path
|
|
11
11
|
d="M13.2222 7.77778H0.777778C0.571498 7.77778 0.373667 7.69584 0.227806 7.54998C0.0819442 7.40412 0 7.20629 0 7.00001C0 6.79373 0.0819442 6.5959 0.227806 6.45003C0.373667 6.30417 0.571498 6.22223 0.777778 6.22223H13.2222C13.4285 6.22223 13.6263 6.30417 13.7722 6.45003C13.9181 6.5959 14 6.79373 14 7.00001C14 7.20629 13.9181 7.40412 13.7722 7.54998C13.6263 7.69584 13.4285 7.77778 13.2222 7.77778Z"
|
|
@@ -14,7 +14,7 @@ class MinusIcon extends BaseIcon {
|
|
|
14
14
|
</svg>
|
|
15
15
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }] });
|
|
16
16
|
}
|
|
17
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: MinusIcon, decorators: [{
|
|
18
18
|
type: Component,
|
|
19
19
|
args: [{
|
|
20
20
|
selector: 'MinusIcon',
|
|
@@ -8,8 +8,8 @@ class PencilIcon extends BaseIcon {
|
|
|
8
8
|
ngOnInit() {
|
|
9
9
|
this.pathId = 'url(#' + UniqueComponentId() + ')';
|
|
10
10
|
}
|
|
11
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
11
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: PencilIcon, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
12
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.25", type: PencilIcon, isStandalone: true, selector: "PencilIcon", usesInheritance: true, ngImport: i0, template: `
|
|
13
13
|
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.aria-label]="ariaLabel" [attr.aria-hidden]="ariaHidden" [attr.role]="role" [class]="getClassNames()">
|
|
14
14
|
<g [attr.clip-path]="pathId">
|
|
15
15
|
<path
|
|
@@ -25,7 +25,7 @@ class PencilIcon extends BaseIcon {
|
|
|
25
25
|
</svg>
|
|
26
26
|
`, isInline: true });
|
|
27
27
|
}
|
|
28
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
28
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: PencilIcon, decorators: [{
|
|
29
29
|
type: Component,
|
|
30
30
|
args: [{
|
|
31
31
|
selector: 'PencilIcon',
|
|
@@ -8,8 +8,8 @@ class PlusIcon extends BaseIcon {
|
|
|
8
8
|
ngOnInit() {
|
|
9
9
|
this.pathId = 'url(#' + UniqueComponentId() + ')';
|
|
10
10
|
}
|
|
11
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
11
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: PlusIcon, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
12
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.25", type: PlusIcon, isStandalone: true, selector: "PlusIcon", usesInheritance: true, ngImport: i0, template: `
|
|
13
13
|
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.aria-label]="ariaLabel" [attr.aria-hidden]="ariaHidden" [attr.role]="role" [class]="getClassNames()">
|
|
14
14
|
<g [attr.clip-path]="pathId">
|
|
15
15
|
<path
|
|
@@ -25,7 +25,7 @@ class PlusIcon extends BaseIcon {
|
|
|
25
25
|
</svg>
|
|
26
26
|
`, isInline: true });
|
|
27
27
|
}
|
|
28
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
28
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: PlusIcon, decorators: [{
|
|
29
29
|
type: Component,
|
|
30
30
|
args: [{
|
|
31
31
|
selector: 'PlusIcon',
|
|
@@ -8,8 +8,8 @@ class RefreshIcon extends BaseIcon {
|
|
|
8
8
|
ngOnInit() {
|
|
9
9
|
this.pathId = 'url(#' + UniqueComponentId() + ')';
|
|
10
10
|
}
|
|
11
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
11
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: RefreshIcon, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
12
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.25", type: RefreshIcon, isStandalone: true, selector: "RefreshIcon", usesInheritance: true, ngImport: i0, template: `
|
|
13
13
|
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.aria-label]="ariaLabel" [attr.aria-hidden]="ariaHidden" [attr.role]="role" [class]="getClassNames()">
|
|
14
14
|
<g [attr.clip-path]="pathId">
|
|
15
15
|
<path
|
|
@@ -27,7 +27,7 @@ class RefreshIcon extends BaseIcon {
|
|
|
27
27
|
</svg>
|
|
28
28
|
`, isInline: true });
|
|
29
29
|
}
|
|
30
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
30
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: RefreshIcon, decorators: [{
|
|
31
31
|
type: Component,
|
|
32
32
|
args: [{
|
|
33
33
|
selector: 'RefreshIcon',
|
|
@@ -8,8 +8,8 @@ class SearchIcon extends BaseIcon {
|
|
|
8
8
|
ngOnInit() {
|
|
9
9
|
this.pathId = 'url(#' + UniqueComponentId() + ')';
|
|
10
10
|
}
|
|
11
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
11
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SearchIcon, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
12
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.25", type: SearchIcon, isStandalone: true, selector: "SearchIcon", usesInheritance: true, ngImport: i0, template: `
|
|
13
13
|
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.aria-label]="ariaLabel" [attr.aria-hidden]="ariaHidden" [attr.role]="role" [class]="getClassNames()">
|
|
14
14
|
<g [attr.clip-path]="pathId">
|
|
15
15
|
<path
|
|
@@ -27,7 +27,7 @@ class SearchIcon extends BaseIcon {
|
|
|
27
27
|
</svg>
|
|
28
28
|
`, isInline: true });
|
|
29
29
|
}
|
|
30
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
30
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SearchIcon, decorators: [{
|
|
31
31
|
type: Component,
|
|
32
32
|
args: [{
|
|
33
33
|
selector: 'SearchIcon',
|
|
@@ -8,8 +8,8 @@ class SearchMinusIcon extends BaseIcon {
|
|
|
8
8
|
ngOnInit() {
|
|
9
9
|
this.pathId = 'url(#' + UniqueComponentId() + ')';
|
|
10
10
|
}
|
|
11
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
11
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SearchMinusIcon, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
12
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.25", type: SearchMinusIcon, isStandalone: true, selector: "SearchMinusIcon", usesInheritance: true, ngImport: i0, template: `
|
|
13
13
|
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.aria-label]="ariaLabel" [attr.aria-hidden]="ariaHidden" [attr.role]="role" [class]="getClassNames()">
|
|
14
14
|
<g [attr.clip-path]="pathId">
|
|
15
15
|
<path
|
|
@@ -27,7 +27,7 @@ class SearchMinusIcon extends BaseIcon {
|
|
|
27
27
|
</svg>
|
|
28
28
|
`, isInline: true });
|
|
29
29
|
}
|
|
30
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
30
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SearchMinusIcon, decorators: [{
|
|
31
31
|
type: Component,
|
|
32
32
|
args: [{
|
|
33
33
|
selector: 'SearchMinusIcon',
|
|
@@ -8,8 +8,8 @@ class SearchPlusIcon extends BaseIcon {
|
|
|
8
8
|
ngOnInit() {
|
|
9
9
|
this.pathId = 'url(#' + UniqueComponentId() + ')';
|
|
10
10
|
}
|
|
11
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
11
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SearchPlusIcon, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
12
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.25", type: SearchPlusIcon, isStandalone: true, selector: "SearchPlusIcon", usesInheritance: true, ngImport: i0, template: `
|
|
13
13
|
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.aria-label]="ariaLabel" [attr.aria-hidden]="ariaHidden" [attr.role]="role" [class]="getClassNames()">
|
|
14
14
|
<g [attr.clip-path]="pathId">
|
|
15
15
|
<path
|
|
@@ -27,7 +27,7 @@ class SearchPlusIcon extends BaseIcon {
|
|
|
27
27
|
</svg>
|
|
28
28
|
`, isInline: true });
|
|
29
29
|
}
|
|
30
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
30
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SearchPlusIcon, decorators: [{
|
|
31
31
|
type: Component,
|
|
32
32
|
args: [{
|
|
33
33
|
selector: 'SearchPlusIcon',
|
|
@@ -8,8 +8,8 @@ class SortAltIcon extends BaseIcon {
|
|
|
8
8
|
ngOnInit() {
|
|
9
9
|
this.pathId = 'url(#' + UniqueComponentId() + ')';
|
|
10
10
|
}
|
|
11
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
11
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SortAltIcon, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
12
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.25", type: SortAltIcon, isStandalone: true, selector: "SortAltIcon", usesInheritance: true, ngImport: i0, template: `
|
|
13
13
|
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.aria-label]="ariaLabel" [attr.aria-hidden]="ariaHidden" [attr.role]="role" [class]="getClassNames()">
|
|
14
14
|
<g [attr.clip-path]="pathId">
|
|
15
15
|
<path
|
|
@@ -31,7 +31,7 @@ class SortAltIcon extends BaseIcon {
|
|
|
31
31
|
</svg>
|
|
32
32
|
`, isInline: true });
|
|
33
33
|
}
|
|
34
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
34
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SortAltIcon, decorators: [{
|
|
35
35
|
type: Component,
|
|
36
36
|
args: [{
|
|
37
37
|
selector: 'SortAltIcon',
|
|
@@ -8,8 +8,8 @@ class SortAmountDownIcon extends BaseIcon {
|
|
|
8
8
|
ngOnInit() {
|
|
9
9
|
this.pathId = 'url(#' + UniqueComponentId() + ')';
|
|
10
10
|
}
|
|
11
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
11
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SortAmountDownIcon, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
12
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.25", type: SortAmountDownIcon, isStandalone: true, selector: "SortAmountDownIcon", usesInheritance: true, ngImport: i0, template: `
|
|
13
13
|
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.aria-label]="ariaLabel" [attr.aria-hidden]="ariaHidden" [attr.role]="role" [class]="getClassNames()">
|
|
14
14
|
<g [attr.clip-path]="pathId">
|
|
15
15
|
<path
|
|
@@ -25,7 +25,7 @@ class SortAmountDownIcon extends BaseIcon {
|
|
|
25
25
|
</svg>
|
|
26
26
|
`, isInline: true });
|
|
27
27
|
}
|
|
28
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
28
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SortAmountDownIcon, decorators: [{
|
|
29
29
|
type: Component,
|
|
30
30
|
args: [{
|
|
31
31
|
selector: 'SortAmountDownIcon',
|
|
@@ -8,8 +8,8 @@ class SortAmountUpAltIcon extends BaseIcon {
|
|
|
8
8
|
ngOnInit() {
|
|
9
9
|
this.pathId = 'url(#' + UniqueComponentId() + ')';
|
|
10
10
|
}
|
|
11
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
11
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SortAmountUpAltIcon, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
12
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.25", type: SortAmountUpAltIcon, isStandalone: true, selector: "SortAmountUpAltIcon", usesInheritance: true, ngImport: i0, template: `
|
|
13
13
|
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.aria-label]="ariaLabel" [attr.aria-hidden]="ariaHidden" [attr.role]="role" [class]="getClassNames()">
|
|
14
14
|
<g [attr.clip-path]="pathId">
|
|
15
15
|
<path
|
|
@@ -25,7 +25,7 @@ class SortAmountUpAltIcon extends BaseIcon {
|
|
|
25
25
|
</svg>
|
|
26
26
|
`, isInline: true });
|
|
27
27
|
}
|
|
28
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
28
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SortAmountUpAltIcon, decorators: [{
|
|
29
29
|
type: Component,
|
|
30
30
|
args: [{
|
|
31
31
|
selector: 'SortAmountUpAltIcon',
|
|
@@ -8,8 +8,8 @@ class SpinnerIcon extends BaseIcon {
|
|
|
8
8
|
ngOnInit() {
|
|
9
9
|
this.pathId = 'url(#' + UniqueComponentId() + ')';
|
|
10
10
|
}
|
|
11
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
11
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SpinnerIcon, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
12
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.25", type: SpinnerIcon, isStandalone: true, selector: "SpinnerIcon", usesInheritance: true, ngImport: i0, template: `
|
|
13
13
|
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.aria-label]="ariaLabel" [attr.aria-hidden]="ariaHidden" [attr.role]="role" [class]="getClassNames()">
|
|
14
14
|
<g [attr.clip-path]="pathId">
|
|
15
15
|
<path
|
|
@@ -25,7 +25,7 @@ class SpinnerIcon extends BaseIcon {
|
|
|
25
25
|
</svg>
|
|
26
26
|
`, isInline: true });
|
|
27
27
|
}
|
|
28
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
28
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SpinnerIcon, decorators: [{
|
|
29
29
|
type: Component,
|
|
30
30
|
args: [{
|
|
31
31
|
selector: 'SpinnerIcon',
|
|
@@ -8,8 +8,8 @@ class StarIcon extends BaseIcon {
|
|
|
8
8
|
ngOnInit() {
|
|
9
9
|
this.pathId = 'url(#' + UniqueComponentId() + ')';
|
|
10
10
|
}
|
|
11
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
11
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: StarIcon, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
12
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.25", type: StarIcon, isStandalone: true, selector: "StarIcon", usesInheritance: true, ngImport: i0, template: `
|
|
13
13
|
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.aria-label]="ariaLabel" [attr.aria-hidden]="ariaHidden" [attr.role]="role" [class]="getClassNames()">
|
|
14
14
|
<g [attr.clip-path]="pathId">
|
|
15
15
|
<path
|
|
@@ -25,7 +25,7 @@ class StarIcon extends BaseIcon {
|
|
|
25
25
|
</svg>
|
|
26
26
|
`, isInline: true });
|
|
27
27
|
}
|
|
28
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
28
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: StarIcon, decorators: [{
|
|
29
29
|
type: Component,
|
|
30
30
|
args: [{
|
|
31
31
|
selector: 'StarIcon',
|
|
@@ -8,8 +8,8 @@ class StarFillIcon extends BaseIcon {
|
|
|
8
8
|
ngOnInit() {
|
|
9
9
|
this.pathId = 'url(#' + UniqueComponentId() + ')';
|
|
10
10
|
}
|
|
11
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
11
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: StarFillIcon, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
12
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.25", type: StarFillIcon, isStandalone: true, selector: "StarFillIcon", usesInheritance: true, ngImport: i0, template: `
|
|
13
13
|
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.aria-label]="ariaLabel" [attr.aria-hidden]="ariaHidden" [attr.role]="role" [class]="getClassNames()">
|
|
14
14
|
<g [attr.clip-path]="pathId">
|
|
15
15
|
<path
|
|
@@ -25,7 +25,7 @@ class StarFillIcon extends BaseIcon {
|
|
|
25
25
|
</svg>
|
|
26
26
|
`, isInline: true });
|
|
27
27
|
}
|
|
28
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
28
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: StarFillIcon, decorators: [{
|
|
29
29
|
type: Component,
|
|
30
30
|
args: [{
|
|
31
31
|
selector: 'StarFillIcon',
|
|
@@ -8,8 +8,8 @@ class ThLargeIcon extends BaseIcon {
|
|
|
8
8
|
ngOnInit() {
|
|
9
9
|
this.pathId = 'url(#' + UniqueComponentId() + ')';
|
|
10
10
|
}
|
|
11
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
11
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: ThLargeIcon, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
12
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.25", type: ThLargeIcon, isStandalone: true, selector: "ThLargeIcon", usesInheritance: true, ngImport: i0, template: `
|
|
13
13
|
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.aria-label]="ariaLabel" [attr.aria-hidden]="ariaHidden" [attr.role]="role" [class]="getClassNames()">
|
|
14
14
|
<g [attr.clip-path]="pathId">
|
|
15
15
|
<path
|
|
@@ -27,7 +27,7 @@ class ThLargeIcon extends BaseIcon {
|
|
|
27
27
|
</svg>
|
|
28
28
|
`, isInline: true });
|
|
29
29
|
}
|
|
30
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
30
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: ThLargeIcon, decorators: [{
|
|
31
31
|
type: Component,
|
|
32
32
|
args: [{
|
|
33
33
|
selector: 'ThLargeIcon',
|
|
@@ -3,8 +3,8 @@ import { Component } from '@angular/core';
|
|
|
3
3
|
import { BaseIcon } from 'cax-design-system/baseicon';
|
|
4
4
|
|
|
5
5
|
class TimesIcon extends BaseIcon {
|
|
6
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
7
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
6
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TimesIcon, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
7
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.25", type: TimesIcon, isStandalone: true, selector: "TimesIcon", usesInheritance: true, ngImport: i0, template: `
|
|
8
8
|
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.aria-label]="ariaLabel" [attr.aria-hidden]="ariaHidden" [attr.role]="role" [class]="getClassNames()">
|
|
9
9
|
<path
|
|
10
10
|
d="M8.01186 7.00933L12.27 2.75116C12.341 2.68501 12.398 2.60524 12.4375 2.51661C12.4769 2.42798 12.4982 2.3323 12.4999 2.23529C12.5016 2.13827 12.4838 2.0419 12.4474 1.95194C12.4111 1.86197 12.357 1.78024 12.2884 1.71163C12.2198 1.64302 12.138 1.58893 12.0481 1.55259C11.9581 1.51625 11.8617 1.4984 11.7647 1.50011C11.6677 1.50182 11.572 1.52306 11.4834 1.56255C11.3948 1.60204 11.315 1.65898 11.2488 1.72997L6.99067 5.98814L2.7325 1.72997C2.59553 1.60234 2.41437 1.53286 2.22718 1.53616C2.03999 1.53946 1.8614 1.61529 1.72901 1.74767C1.59663 1.88006 1.5208 2.05865 1.5175 2.24584C1.5142 2.43303 1.58368 2.61419 1.71131 2.75116L5.96948 7.00933L1.71131 11.2675C1.576 11.403 1.5 11.5866 1.5 11.7781C1.5 11.9696 1.576 12.1532 1.71131 12.2887C1.84679 12.424 2.03043 12.5 2.2219 12.5C2.41338 12.5 2.59702 12.424 2.7325 12.2887L6.99067 8.03052L11.2488 12.2887C11.3843 12.424 11.568 12.5 11.7594 12.5C11.9509 12.5 12.1346 12.424 12.27 12.2887C12.4053 12.1532 12.4813 11.9696 12.4813 11.7781C12.4813 11.5866 12.4053 11.403 12.27 11.2675L8.01186 7.00933Z"
|
|
@@ -13,7 +13,7 @@ class TimesIcon extends BaseIcon {
|
|
|
13
13
|
</svg>
|
|
14
14
|
`, isInline: true });
|
|
15
15
|
}
|
|
16
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
16
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TimesIcon, decorators: [{
|
|
17
17
|
type: Component,
|
|
18
18
|
args: [{
|
|
19
19
|
selector: 'TimesIcon',
|
|
@@ -8,8 +8,8 @@ class TimesCircleIcon extends BaseIcon {
|
|
|
8
8
|
ngOnInit() {
|
|
9
9
|
this.pathId = 'url(#' + UniqueComponentId() + ')';
|
|
10
10
|
}
|
|
11
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
11
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TimesCircleIcon, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
12
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.25", type: TimesCircleIcon, isStandalone: true, selector: "TimesCircleIcon", usesInheritance: true, ngImport: i0, template: `
|
|
13
13
|
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.aria-label]="ariaLabel" [attr.aria-hidden]="ariaHidden" [attr.role]="role" [class]="getClassNames()">
|
|
14
14
|
<g [attr.clip-path]="pathId">
|
|
15
15
|
<path
|
|
@@ -27,7 +27,7 @@ class TimesCircleIcon extends BaseIcon {
|
|
|
27
27
|
</svg>
|
|
28
28
|
`, isInline: true });
|
|
29
29
|
}
|
|
30
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
30
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TimesCircleIcon, decorators: [{
|
|
31
31
|
type: Component,
|
|
32
32
|
args: [{
|
|
33
33
|
selector: 'TimesCircleIcon',
|
|
@@ -8,8 +8,8 @@ class TrashIcon extends BaseIcon {
|
|
|
8
8
|
ngOnInit() {
|
|
9
9
|
this.pathId = 'url(#' + UniqueComponentId() + ')';
|
|
10
10
|
}
|
|
11
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
11
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TrashIcon, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
12
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.25", type: TrashIcon, isStandalone: true, selector: "TrashIcon", usesInheritance: true, ngImport: i0, template: `
|
|
13
13
|
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.aria-label]="ariaLabel" [attr.aria-hidden]="ariaHidden" [attr.role]="role" [class]="getClassNames()">
|
|
14
14
|
<g [attr.clip-path]="pathId">
|
|
15
15
|
<path
|
|
@@ -27,7 +27,7 @@ class TrashIcon extends BaseIcon {
|
|
|
27
27
|
</svg>
|
|
28
28
|
`, isInline: true });
|
|
29
29
|
}
|
|
30
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
30
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TrashIcon, decorators: [{
|
|
31
31
|
type: Component,
|
|
32
32
|
args: [{
|
|
33
33
|
selector: 'TrashIcon',
|
|
@@ -8,8 +8,8 @@ class UndoIcon extends BaseIcon {
|
|
|
8
8
|
ngOnInit() {
|
|
9
9
|
this.pathId = 'url(#' + UniqueComponentId() + ')';
|
|
10
10
|
}
|
|
11
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
11
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: UndoIcon, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
12
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.25", type: UndoIcon, isStandalone: true, selector: "UndoIcon", usesInheritance: true, ngImport: i0, template: `
|
|
13
13
|
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.aria-label]="ariaLabel" [attr.aria-hidden]="ariaHidden" [attr.role]="role" [class]="getClassNames()">
|
|
14
14
|
<g [attr.clip-path]="pathId">
|
|
15
15
|
<path
|
|
@@ -27,7 +27,7 @@ class UndoIcon extends BaseIcon {
|
|
|
27
27
|
</svg>
|
|
28
28
|
`, isInline: true });
|
|
29
29
|
}
|
|
30
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
30
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: UndoIcon, decorators: [{
|
|
31
31
|
type: Component,
|
|
32
32
|
args: [{
|
|
33
33
|
selector: 'UndoIcon',
|
|
@@ -8,8 +8,8 @@ class UploadIcon extends BaseIcon {
|
|
|
8
8
|
ngOnInit() {
|
|
9
9
|
this.pathId = 'url(#' + UniqueComponentId() + ')';
|
|
10
10
|
}
|
|
11
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
11
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: UploadIcon, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
12
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.25", type: UploadIcon, isStandalone: true, selector: "UploadIcon", usesInheritance: true, ngImport: i0, template: `
|
|
13
13
|
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.aria-label]="ariaLabel" [attr.aria-hidden]="ariaHidden" [attr.role]="role" [class]="getClassNames()">
|
|
14
14
|
<g [attr.clip-path]="pathId">
|
|
15
15
|
<path
|
|
@@ -27,7 +27,7 @@ class UploadIcon extends BaseIcon {
|
|
|
27
27
|
</svg>
|
|
28
28
|
`, isInline: true });
|
|
29
29
|
}
|
|
30
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
30
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: UploadIcon, decorators: [{
|
|
31
31
|
type: Component,
|
|
32
32
|
args: [{
|
|
33
33
|
selector: 'UploadIcon',
|
|
@@ -8,8 +8,8 @@ class WindowMaximizeIcon extends BaseIcon {
|
|
|
8
8
|
ngOnInit() {
|
|
9
9
|
this.pathId = 'url(#' + UniqueComponentId() + ')';
|
|
10
10
|
}
|
|
11
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
11
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: WindowMaximizeIcon, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
12
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.25", type: WindowMaximizeIcon, isStandalone: true, selector: "WindowMaximizeIcon", usesInheritance: true, ngImport: i0, template: `
|
|
13
13
|
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.aria-label]="ariaLabel" [attr.aria-hidden]="ariaHidden" [attr.role]="role" [class]="getClassNames()">
|
|
14
14
|
<g [attr.clip-path]="pathId">
|
|
15
15
|
<path
|
|
@@ -27,7 +27,7 @@ class WindowMaximizeIcon extends BaseIcon {
|
|
|
27
27
|
</svg>
|
|
28
28
|
`, isInline: true });
|
|
29
29
|
}
|
|
30
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
30
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: WindowMaximizeIcon, decorators: [{
|
|
31
31
|
type: Component,
|
|
32
32
|
args: [{
|
|
33
33
|
selector: 'WindowMaximizeIcon',
|
|
@@ -8,8 +8,8 @@ class WindowMinimizeIcon extends BaseIcon {
|
|
|
8
8
|
ngOnInit() {
|
|
9
9
|
this.pathId = 'url(#' + UniqueComponentId() + ')';
|
|
10
10
|
}
|
|
11
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
11
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: WindowMinimizeIcon, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
12
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.25", type: WindowMinimizeIcon, isStandalone: true, selector: "WindowMinimizeIcon", usesInheritance: true, ngImport: i0, template: `
|
|
13
13
|
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.aria-label]="ariaLabel" [attr.aria-hidden]="ariaHidden" [attr.role]="role" [class]="getClassNames()">
|
|
14
14
|
<g [attr.clip-path]="pathId">
|
|
15
15
|
<path
|
|
@@ -27,7 +27,7 @@ class WindowMinimizeIcon extends BaseIcon {
|
|
|
27
27
|
</svg>
|
|
28
28
|
`, isInline: true });
|
|
29
29
|
}
|
|
30
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
30
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: WindowMinimizeIcon, decorators: [{
|
|
31
31
|
type: Component,
|
|
32
32
|
args: [{
|
|
33
33
|
selector: 'WindowMinimizeIcon',
|