pdm-ui-kit 0.1.4 → 0.1.6
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/esm2020/lib/components/accordion/accordion.component.mjs +42 -0
- package/esm2020/lib/components/alert/alert.component.mjs +35 -0
- package/esm2020/lib/components/alert-dialog/alert-dialog.component.mjs +69 -0
- package/{dist/corelusa-pdm-ui-kit/esm2020 → esm2020}/lib/components/aspect-ratio/aspect-ratio.component.mjs +4 -4
- package/{dist/pdm-ui-kit/esm2020 → esm2020}/lib/components/avatar/avatar.component.mjs +5 -5
- package/esm2020/lib/components/badge/badge.component.mjs +23 -0
- package/esm2020/lib/components/breadcrumb/breadcrumb.component.mjs +29 -0
- package/{dist/pdm-ui-kit/esm2020 → esm2020}/lib/components/button/button.component.mjs +4 -4
- package/esm2020/lib/components/button-group/button-group.component.mjs +23 -0
- package/esm2020/lib/components/calendar/calendar.component.mjs +71 -0
- package/esm2020/lib/components/card/card.component.mjs +65 -0
- package/esm2020/lib/components/carousel/carousel.component.mjs +97 -0
- package/esm2020/lib/components/chart/chart.component.mjs +174 -0
- package/{dist/pdm-ui-kit/esm2020 → esm2020}/lib/components/checkbox/checkbox.component.mjs +5 -5
- package/{dist/corelusa-pdm-ui-kit/esm2020 → esm2020}/lib/components/collapsible/collapsible.component.mjs +5 -5
- package/esm2020/lib/components/combobox/combobox.component.mjs +51 -0
- package/esm2020/lib/components/command/command.component.mjs +75 -0
- package/{dist/corelusa-pdm-ui-kit/esm2020 → esm2020}/lib/components/context-menu/context-menu.component.mjs +5 -5
- package/esm2020/lib/components/data-table/data-table.component.mjs +89 -0
- package/esm2020/lib/components/date-picker/date-picker.component.mjs +63 -0
- package/esm2020/lib/components/dialog/dialog.component.mjs +90 -0
- package/esm2020/lib/components/drawer/drawer.component.mjs +72 -0
- package/{dist/corelusa-pdm-ui-kit/esm2020 → esm2020}/lib/components/dropdown-menu/dropdown-menu.component.mjs +5 -5
- package/{dist/pdm-ui-kit/esm2020 → esm2020}/lib/components/empty/empty.component.mjs +4 -4
- package/{dist/pdm-ui-kit/esm2020 → esm2020}/lib/components/field/field.component.mjs +4 -4
- package/{dist/corelusa-pdm-ui-kit/esm2020 → esm2020}/lib/components/hover-card/hover-card.component.mjs +5 -5
- package/{dist/corelusa-pdm-ui-kit/esm2020 → esm2020}/lib/components/icon/icon.component.mjs +4 -4
- package/esm2020/lib/components/input/input.component.mjs +71 -0
- package/esm2020/lib/components/input-group/input-group.component.mjs +63 -0
- package/esm2020/lib/components/input-otp/input-otp.component.mjs +140 -0
- package/esm2020/lib/components/input-password/input-password.component.mjs +78 -0
- package/{dist/pdm-ui-kit/esm2020 → esm2020}/lib/components/item/item.component.mjs +4 -4
- package/{dist/corelusa-pdm-ui-kit/esm2020 → esm2020}/lib/components/kbd/kbd.component.mjs +4 -4
- package/{dist/pdm-ui-kit/esm2020 → esm2020}/lib/components/label/label.component.mjs +4 -4
- package/esm2020/lib/components/menubar/menubar.component.mjs +37 -0
- package/{dist/pdm-ui-kit/esm2020 → esm2020}/lib/components/native-select/native-select.component.mjs +5 -5
- package/{dist/pdm-ui-kit/esm2020 → esm2020}/lib/components/navigation-menu/navigation-menu.component.mjs +4 -4
- package/{dist/pdm-ui-kit/esm2020 → esm2020}/lib/components/pagination/pagination.component.mjs +5 -5
- package/{dist/pdm-ui-kit/esm2020 → esm2020}/lib/components/popover/popover.component.mjs +5 -5
- package/{dist/pdm-ui-kit/esm2020 → esm2020}/lib/components/progress/progress.component.mjs +4 -4
- package/{dist/pdm-ui-kit/esm2020 → esm2020}/lib/components/radio-group/radio-group.component.mjs +4 -4
- package/{dist/corelusa-pdm-ui-kit/esm2020 → esm2020}/lib/components/scroll-area/scroll-area.component.mjs +4 -4
- package/{dist/pdm-ui-kit/esm2020 → esm2020}/lib/components/select/select.component.mjs +5 -5
- package/{dist/pdm-ui-kit/esm2020 → esm2020}/lib/components/separator/separator.component.mjs +4 -4
- package/{dist/corelusa-pdm-ui-kit/esm2020 → esm2020}/lib/components/sheet/sheet.component.mjs +5 -5
- package/{dist/pdm-ui-kit/esm2020 → esm2020}/lib/components/sidebar/sidebar.component.mjs +4 -4
- package/{dist/corelusa-pdm-ui-kit/esm2020 → esm2020}/lib/components/skeleton/skeleton.component.mjs +4 -4
- package/{dist/pdm-ui-kit/esm2020 → esm2020}/lib/components/slider/slider.component.mjs +5 -5
- package/{dist/corelusa-pdm-ui-kit/esm2020 → esm2020}/lib/components/sonner/sonner.component.mjs +4 -4
- package/{dist/corelusa-pdm-ui-kit/esm2020 → esm2020}/lib/components/spinner/spinner.component.mjs +4 -4
- package/{dist/corelusa-pdm-ui-kit/esm2020 → esm2020}/lib/components/switch/switch.component.mjs +5 -5
- package/{dist/pdm-ui-kit/esm2020 → esm2020}/lib/components/table/table.component.mjs +4 -4
- package/{dist/pdm-ui-kit/esm2020 → esm2020}/lib/components/tabs/tabs.component.mjs +5 -5
- package/{dist/corelusa-pdm-ui-kit/esm2020 → esm2020}/lib/components/textarea/textarea.component.mjs +5 -5
- package/{dist/pdm-ui-kit/esm2020 → esm2020}/lib/components/toggle/toggle.component.mjs +4 -4
- package/{dist/corelusa-pdm-ui-kit/esm2020 → esm2020}/lib/components/toggle-group/toggle-group.component.mjs +4 -4
- package/{dist/pdm-ui-kit/esm2020 → esm2020}/lib/components/tooltip/tooltip.component.mjs +4 -4
- package/{dist/pdm-ui-kit/esm2020 → esm2020}/lib/pdm-ui-kit.module.mjs +5 -5
- package/fesm2015/pdm-ui-kit.mjs +2998 -0
- package/fesm2015/pdm-ui-kit.mjs.map +1 -0
- package/fesm2020/pdm-ui-kit.mjs +2993 -0
- package/fesm2020/pdm-ui-kit.mjs.map +1 -0
- package/{dist/corelusa-pdm-ui-kit/lib → lib}/components/accordion/accordion.component.d.ts +1 -1
- package/{dist/corelusa-pdm-ui-kit/lib → lib}/components/alert/alert.component.d.ts +2 -2
- package/{dist/pdm-ui-kit/lib → lib}/components/alert-dialog/alert-dialog.component.d.ts +1 -1
- package/{dist/pdm-ui-kit/lib → lib}/components/aspect-ratio/aspect-ratio.component.d.ts +1 -1
- package/{dist/pdm-ui-kit/lib → lib}/components/avatar/avatar.component.d.ts +2 -2
- package/{dist/corelusa-pdm-ui-kit/lib → lib}/components/badge/badge.component.d.ts +2 -2
- package/{dist/pdm-ui-kit/lib → lib}/components/breadcrumb/breadcrumb.component.d.ts +2 -2
- package/{dist/pdm-ui-kit/lib → lib}/components/button/button.component.d.ts +4 -4
- package/{dist/pdm-ui-kit/lib → lib}/components/button-group/button-group.component.d.ts +2 -2
- package/{dist/pdm-ui-kit/lib → lib}/components/calendar/calendar.component.d.ts +2 -2
- package/{dist/pdm-ui-kit/lib → lib}/components/card/card.component.d.ts +2 -2
- package/{dist/pdm-ui-kit/lib → lib}/components/carousel/carousel.component.d.ts +2 -2
- package/{dist/corelusa-pdm-ui-kit/lib → lib}/components/chart/chart.component.d.ts +2 -2
- package/{dist/pdm-ui-kit/lib → lib}/components/checkbox/checkbox.component.d.ts +2 -2
- package/{dist/pdm-ui-kit/lib → lib}/components/collapsible/collapsible.component.d.ts +1 -1
- package/{dist/corelusa-pdm-ui-kit/lib → lib}/components/combobox/combobox.component.d.ts +1 -1
- package/{dist/corelusa-pdm-ui-kit/lib → lib}/components/command/command.component.d.ts +1 -1
- package/{dist/pdm-ui-kit/lib → lib}/components/context-menu/context-menu.component.d.ts +1 -1
- package/{dist/corelusa-pdm-ui-kit/lib → lib}/components/data-table/data-table.component.d.ts +1 -1
- package/{dist/corelusa-pdm-ui-kit/lib → lib}/components/date-picker/date-picker.component.d.ts +2 -2
- package/{dist/pdm-ui-kit/lib → lib}/components/dialog/dialog.component.d.ts +2 -2
- package/{dist/corelusa-pdm-ui-kit/lib → lib}/components/drawer/drawer.component.d.ts +2 -2
- package/{dist/pdm-ui-kit/lib → lib}/components/dropdown-menu/dropdown-menu.component.d.ts +2 -2
- package/{dist/corelusa-pdm-ui-kit/lib → lib}/components/empty/empty.component.d.ts +2 -2
- package/{dist/pdm-ui-kit/lib → lib}/components/field/field.component.d.ts +3 -3
- package/{dist/corelusa-pdm-ui-kit/lib → lib}/components/hover-card/hover-card.component.d.ts +3 -3
- package/lib/components/icon/icon.component.d.ts +18 -0
- package/{dist/corelusa-pdm-ui-kit/lib → lib}/components/input/input.component.d.ts +5 -1
- package/{dist/pdm-ui-kit/lib → lib}/components/input-group/input-group.component.d.ts +1 -1
- package/{dist/corelusa-pdm-ui-kit/lib → lib}/components/input-otp/input-otp.component.d.ts +1 -1
- package/{dist/corelusa-pdm-ui-kit/lib → lib}/components/input-password/input-password.component.d.ts +4 -1
- package/{dist/pdm-ui-kit/lib → lib}/components/item/item.component.d.ts +1 -1
- package/{dist/pdm-ui-kit/lib → lib}/components/kbd/kbd.component.d.ts +1 -1
- package/{dist/corelusa-pdm-ui-kit/lib → lib}/components/label/label.component.d.ts +1 -1
- package/{dist/pdm-ui-kit/lib → lib}/components/menubar/menubar.component.d.ts +2 -1
- package/{dist/corelusa-pdm-ui-kit/lib → lib}/components/native-select/native-select.component.d.ts +1 -1
- package/{dist/corelusa-pdm-ui-kit/lib → lib}/components/navigation-menu/navigation-menu.component.d.ts +1 -1
- package/{dist/pdm-ui-kit/lib → lib}/components/pagination/pagination.component.d.ts +1 -1
- package/{dist/corelusa-pdm-ui-kit/lib → lib}/components/popover/popover.component.d.ts +1 -1
- package/{dist/corelusa-pdm-ui-kit/lib → lib}/components/progress/progress.component.d.ts +1 -1
- package/{dist/corelusa-pdm-ui-kit/lib → lib}/components/radio-group/radio-group.component.d.ts +1 -1
- package/{dist/pdm-ui-kit/lib → lib}/components/scroll-area/scroll-area.component.d.ts +1 -1
- package/{dist/pdm-ui-kit/lib → lib}/components/select/select.component.d.ts +1 -1
- package/{dist/corelusa-pdm-ui-kit/lib → lib}/components/separator/separator.component.d.ts +1 -1
- package/{dist/pdm-ui-kit/lib → lib}/components/sheet/sheet.component.d.ts +2 -2
- package/{dist/pdm-ui-kit/lib → lib}/components/sidebar/sidebar.component.d.ts +1 -1
- package/{dist/pdm-ui-kit/lib → lib}/components/skeleton/skeleton.component.d.ts +1 -1
- package/{dist/pdm-ui-kit/lib → lib}/components/slider/slider.component.d.ts +1 -1
- package/{dist/corelusa-pdm-ui-kit/lib → lib}/components/sonner/sonner.component.d.ts +2 -2
- package/{dist/corelusa-pdm-ui-kit/lib → lib}/components/spinner/spinner.component.d.ts +1 -1
- package/{dist/corelusa-pdm-ui-kit/lib → lib}/components/switch/switch.component.d.ts +1 -1
- package/{dist/corelusa-pdm-ui-kit/lib → lib}/components/table/table.component.d.ts +1 -1
- package/{dist/corelusa-pdm-ui-kit/lib → lib}/components/tabs/tabs.component.d.ts +1 -1
- package/{dist/corelusa-pdm-ui-kit/lib → lib}/components/textarea/textarea.component.d.ts +1 -1
- package/{dist/pdm-ui-kit/lib → lib}/components/toggle/toggle.component.d.ts +2 -2
- package/{dist/corelusa-pdm-ui-kit/lib → lib}/components/toggle-group/toggle-group.component.d.ts +1 -1
- package/{dist/corelusa-pdm-ui-kit/lib → lib}/components/tooltip/tooltip.component.d.ts +1 -1
- package/package.json +22 -15
- package/dist/corelusa-pdm-ui-kit/README.md +0 -79
- package/dist/corelusa-pdm-ui-kit/esm2020/corelusa-pdm-ui-kit.mjs +0 -5
- package/dist/corelusa-pdm-ui-kit/esm2020/lib/components/accordion/accordion.component.mjs +0 -42
- package/dist/corelusa-pdm-ui-kit/esm2020/lib/components/alert/alert.component.mjs +0 -35
- package/dist/corelusa-pdm-ui-kit/esm2020/lib/components/alert-dialog/alert-dialog.component.mjs +0 -69
- package/dist/corelusa-pdm-ui-kit/esm2020/lib/components/avatar/avatar.component.mjs +0 -46
- package/dist/corelusa-pdm-ui-kit/esm2020/lib/components/badge/badge.component.mjs +0 -23
- package/dist/corelusa-pdm-ui-kit/esm2020/lib/components/breadcrumb/breadcrumb.component.mjs +0 -29
- package/dist/corelusa-pdm-ui-kit/esm2020/lib/components/button/button.component.mjs +0 -82
- package/dist/corelusa-pdm-ui-kit/esm2020/lib/components/button-group/button-group.component.mjs +0 -23
- package/dist/corelusa-pdm-ui-kit/esm2020/lib/components/calendar/calendar.component.mjs +0 -71
- package/dist/corelusa-pdm-ui-kit/esm2020/lib/components/card/card.component.mjs +0 -65
- package/dist/corelusa-pdm-ui-kit/esm2020/lib/components/carousel/carousel.component.mjs +0 -97
- package/dist/corelusa-pdm-ui-kit/esm2020/lib/components/chart/chart.component.mjs +0 -174
- package/dist/corelusa-pdm-ui-kit/esm2020/lib/components/checkbox/checkbox.component.mjs +0 -47
- package/dist/corelusa-pdm-ui-kit/esm2020/lib/components/combobox/combobox.component.mjs +0 -51
- package/dist/corelusa-pdm-ui-kit/esm2020/lib/components/command/command.component.mjs +0 -75
- package/dist/corelusa-pdm-ui-kit/esm2020/lib/components/data-table/data-table.component.mjs +0 -89
- package/dist/corelusa-pdm-ui-kit/esm2020/lib/components/date-picker/date-picker.component.mjs +0 -63
- package/dist/corelusa-pdm-ui-kit/esm2020/lib/components/dialog/dialog.component.mjs +0 -90
- package/dist/corelusa-pdm-ui-kit/esm2020/lib/components/drawer/drawer.component.mjs +0 -72
- package/dist/corelusa-pdm-ui-kit/esm2020/lib/components/empty/empty.component.mjs +0 -58
- package/dist/corelusa-pdm-ui-kit/esm2020/lib/components/field/field.component.mjs +0 -52
- package/dist/corelusa-pdm-ui-kit/esm2020/lib/components/input/input.component.mjs +0 -65
- package/dist/corelusa-pdm-ui-kit/esm2020/lib/components/input-group/input-group.component.mjs +0 -54
- package/dist/corelusa-pdm-ui-kit/esm2020/lib/components/input-otp/input-otp.component.mjs +0 -140
- package/dist/corelusa-pdm-ui-kit/esm2020/lib/components/input-password/input-password.component.mjs +0 -72
- package/dist/corelusa-pdm-ui-kit/esm2020/lib/components/item/item.component.mjs +0 -23
- package/dist/corelusa-pdm-ui-kit/esm2020/lib/components/label/label.component.mjs +0 -23
- package/dist/corelusa-pdm-ui-kit/esm2020/lib/components/menubar/menubar.component.mjs +0 -31
- package/dist/corelusa-pdm-ui-kit/esm2020/lib/components/native-select/native-select.component.mjs +0 -42
- package/dist/corelusa-pdm-ui-kit/esm2020/lib/components/navigation-menu/navigation-menu.component.mjs +0 -20
- package/dist/corelusa-pdm-ui-kit/esm2020/lib/components/pagination/pagination.component.mjs +0 -47
- package/dist/corelusa-pdm-ui-kit/esm2020/lib/components/popover/popover.component.mjs +0 -58
- package/dist/corelusa-pdm-ui-kit/esm2020/lib/components/progress/progress.component.mjs +0 -33
- package/dist/corelusa-pdm-ui-kit/esm2020/lib/components/radio-group/radio-group.component.mjs +0 -38
- package/dist/corelusa-pdm-ui-kit/esm2020/lib/components/select/select.component.mjs +0 -38
- package/dist/corelusa-pdm-ui-kit/esm2020/lib/components/separator/separator.component.mjs +0 -26
- package/dist/corelusa-pdm-ui-kit/esm2020/lib/components/sidebar/sidebar.component.mjs +0 -20
- package/dist/corelusa-pdm-ui-kit/esm2020/lib/components/slider/slider.component.mjs +0 -46
- package/dist/corelusa-pdm-ui-kit/esm2020/lib/components/table/table.component.mjs +0 -17
- package/dist/corelusa-pdm-ui-kit/esm2020/lib/components/tabs/tabs.component.mjs +0 -31
- package/dist/corelusa-pdm-ui-kit/esm2020/lib/components/toggle/toggle.component.mjs +0 -41
- package/dist/corelusa-pdm-ui-kit/esm2020/lib/components/tooltip/tooltip.component.mjs +0 -33
- package/dist/corelusa-pdm-ui-kit/esm2020/lib/pdm-ui-kit.module.mjs +0 -245
- package/dist/corelusa-pdm-ui-kit/fesm2015/corelusa-pdm-ui-kit.mjs +0 -2959
- package/dist/corelusa-pdm-ui-kit/fesm2015/corelusa-pdm-ui-kit.mjs.map +0 -1
- package/dist/corelusa-pdm-ui-kit/fesm2020/corelusa-pdm-ui-kit.mjs +0 -2954
- package/dist/corelusa-pdm-ui-kit/fesm2020/corelusa-pdm-ui-kit.mjs.map +0 -1
- package/dist/corelusa-pdm-ui-kit/index.d.ts +0 -5
- package/dist/corelusa-pdm-ui-kit/lib/components/alert-dialog/alert-dialog.component.d.ts +0 -21
- package/dist/corelusa-pdm-ui-kit/lib/components/aspect-ratio/aspect-ratio.component.d.ts +0 -10
- package/dist/corelusa-pdm-ui-kit/lib/components/avatar/avatar.component.d.ts +0 -20
- package/dist/corelusa-pdm-ui-kit/lib/components/breadcrumb/breadcrumb.component.d.ts +0 -10
- package/dist/corelusa-pdm-ui-kit/lib/components/button/button.component.d.ts +0 -24
- package/dist/corelusa-pdm-ui-kit/lib/components/button-group/button-group.component.d.ts +0 -9
- package/dist/corelusa-pdm-ui-kit/lib/components/calendar/calendar.component.d.ts +0 -28
- package/dist/corelusa-pdm-ui-kit/lib/components/card/card.component.d.ts +0 -24
- package/dist/corelusa-pdm-ui-kit/lib/components/carousel/carousel.component.d.ts +0 -25
- package/dist/corelusa-pdm-ui-kit/lib/components/checkbox/checkbox.component.d.ts +0 -17
- package/dist/corelusa-pdm-ui-kit/lib/components/collapsible/collapsible.component.d.ts +0 -14
- package/dist/corelusa-pdm-ui-kit/lib/components/context-menu/context-menu.component.d.ts +0 -26
- package/dist/corelusa-pdm-ui-kit/lib/components/dialog/dialog.component.d.ts +0 -30
- package/dist/corelusa-pdm-ui-kit/lib/components/dropdown-menu/dropdown-menu.component.d.ts +0 -34
- package/dist/corelusa-pdm-ui-kit/lib/components/field/field.component.d.ts +0 -18
- package/dist/corelusa-pdm-ui-kit/lib/components/icon/icon.component.d.ts +0 -18
- package/dist/corelusa-pdm-ui-kit/lib/components/input-group/input-group.component.d.ts +0 -19
- package/dist/corelusa-pdm-ui-kit/lib/components/item/item.component.d.ts +0 -8
- package/dist/corelusa-pdm-ui-kit/lib/components/kbd/kbd.component.d.ts +0 -6
- package/dist/corelusa-pdm-ui-kit/lib/components/menubar/menubar.component.d.ts +0 -17
- package/dist/corelusa-pdm-ui-kit/lib/components/pagination/pagination.component.d.ts +0 -13
- package/dist/corelusa-pdm-ui-kit/lib/components/scroll-area/scroll-area.component.d.ts +0 -7
- package/dist/corelusa-pdm-ui-kit/lib/components/select/select.component.d.ts +0 -19
- package/dist/corelusa-pdm-ui-kit/lib/components/sheet/sheet.component.d.ts +0 -13
- package/dist/corelusa-pdm-ui-kit/lib/components/sidebar/sidebar.component.d.ts +0 -7
- package/dist/corelusa-pdm-ui-kit/lib/components/skeleton/skeleton.component.d.ts +0 -6
- package/dist/corelusa-pdm-ui-kit/lib/components/slider/slider.component.d.ts +0 -15
- package/dist/corelusa-pdm-ui-kit/lib/components/toggle/toggle.component.d.ts +0 -14
- package/dist/corelusa-pdm-ui-kit/package.json +0 -47
- package/dist/pdm-ui-kit/README.md +0 -128
- package/dist/pdm-ui-kit/esm2020/lib/components/accordion/accordion.component.mjs +0 -42
- package/dist/pdm-ui-kit/esm2020/lib/components/alert/alert.component.mjs +0 -35
- package/dist/pdm-ui-kit/esm2020/lib/components/alert-dialog/alert-dialog.component.mjs +0 -69
- package/dist/pdm-ui-kit/esm2020/lib/components/aspect-ratio/aspect-ratio.component.mjs +0 -31
- package/dist/pdm-ui-kit/esm2020/lib/components/badge/badge.component.mjs +0 -23
- package/dist/pdm-ui-kit/esm2020/lib/components/breadcrumb/breadcrumb.component.mjs +0 -29
- package/dist/pdm-ui-kit/esm2020/lib/components/button-group/button-group.component.mjs +0 -23
- package/dist/pdm-ui-kit/esm2020/lib/components/calendar/calendar.component.mjs +0 -71
- package/dist/pdm-ui-kit/esm2020/lib/components/card/card.component.mjs +0 -65
- package/dist/pdm-ui-kit/esm2020/lib/components/carousel/carousel.component.mjs +0 -97
- package/dist/pdm-ui-kit/esm2020/lib/components/chart/chart.component.mjs +0 -174
- package/dist/pdm-ui-kit/esm2020/lib/components/collapsible/collapsible.component.mjs +0 -43
- package/dist/pdm-ui-kit/esm2020/lib/components/combobox/combobox.component.mjs +0 -51
- package/dist/pdm-ui-kit/esm2020/lib/components/command/command.component.mjs +0 -75
- package/dist/pdm-ui-kit/esm2020/lib/components/context-menu/context-menu.component.mjs +0 -78
- package/dist/pdm-ui-kit/esm2020/lib/components/data-table/data-table.component.mjs +0 -89
- package/dist/pdm-ui-kit/esm2020/lib/components/date-picker/date-picker.component.mjs +0 -63
- package/dist/pdm-ui-kit/esm2020/lib/components/dialog/dialog.component.mjs +0 -90
- package/dist/pdm-ui-kit/esm2020/lib/components/drawer/drawer.component.mjs +0 -72
- package/dist/pdm-ui-kit/esm2020/lib/components/dropdown-menu/dropdown-menu.component.mjs +0 -120
- package/dist/pdm-ui-kit/esm2020/lib/components/hover-card/hover-card.component.mjs +0 -44
- package/dist/pdm-ui-kit/esm2020/lib/components/icon/icon.component.mjs +0 -94
- package/dist/pdm-ui-kit/esm2020/lib/components/input/input.component.mjs +0 -65
- package/dist/pdm-ui-kit/esm2020/lib/components/input-group/input-group.component.mjs +0 -63
- package/dist/pdm-ui-kit/esm2020/lib/components/input-otp/input-otp.component.mjs +0 -140
- package/dist/pdm-ui-kit/esm2020/lib/components/input-password/input-password.component.mjs +0 -72
- package/dist/pdm-ui-kit/esm2020/lib/components/kbd/kbd.component.mjs +0 -17
- package/dist/pdm-ui-kit/esm2020/lib/components/menubar/menubar.component.mjs +0 -31
- package/dist/pdm-ui-kit/esm2020/lib/components/scroll-area/scroll-area.component.mjs +0 -20
- package/dist/pdm-ui-kit/esm2020/lib/components/sheet/sheet.component.mjs +0 -39
- package/dist/pdm-ui-kit/esm2020/lib/components/skeleton/skeleton.component.mjs +0 -17
- package/dist/pdm-ui-kit/esm2020/lib/components/sonner/sonner.component.mjs +0 -39
- package/dist/pdm-ui-kit/esm2020/lib/components/spinner/spinner.component.mjs +0 -20
- package/dist/pdm-ui-kit/esm2020/lib/components/switch/switch.component.mjs +0 -35
- package/dist/pdm-ui-kit/esm2020/lib/components/textarea/textarea.component.mjs +0 -59
- package/dist/pdm-ui-kit/esm2020/lib/components/toggle-group/toggle-group.component.mjs +0 -31
- package/dist/pdm-ui-kit/esm2020/public-api.mjs +0 -59
- package/dist/pdm-ui-kit/fesm2015/pdm-ui-kit.mjs +0 -2980
- package/dist/pdm-ui-kit/fesm2015/pdm-ui-kit.mjs.map +0 -1
- package/dist/pdm-ui-kit/fesm2020/pdm-ui-kit.mjs +0 -2975
- package/dist/pdm-ui-kit/fesm2020/pdm-ui-kit.mjs.map +0 -1
- package/dist/pdm-ui-kit/lib/components/accordion/accordion.component.d.ts +0 -19
- package/dist/pdm-ui-kit/lib/components/alert/alert.component.d.ts +0 -13
- package/dist/pdm-ui-kit/lib/components/badge/badge.component.d.ts +0 -9
- package/dist/pdm-ui-kit/lib/components/chart/chart.component.d.ts +0 -41
- package/dist/pdm-ui-kit/lib/components/combobox/combobox.component.d.ts +0 -18
- package/dist/pdm-ui-kit/lib/components/command/command.component.d.ts +0 -33
- package/dist/pdm-ui-kit/lib/components/data-table/data-table.component.d.ts +0 -36
- package/dist/pdm-ui-kit/lib/components/date-picker/date-picker.component.d.ts +0 -23
- package/dist/pdm-ui-kit/lib/components/drawer/drawer.component.d.ts +0 -27
- package/dist/pdm-ui-kit/lib/components/empty/empty.component.d.ts +0 -19
- package/dist/pdm-ui-kit/lib/components/hover-card/hover-card.component.d.ts +0 -14
- package/dist/pdm-ui-kit/lib/components/icon/icon.component.d.ts +0 -18
- package/dist/pdm-ui-kit/lib/components/input/input.component.d.ts +0 -23
- package/dist/pdm-ui-kit/lib/components/input-otp/input-otp.component.d.ts +0 -26
- package/dist/pdm-ui-kit/lib/components/input-password/input-password.component.d.ts +0 -25
- package/dist/pdm-ui-kit/lib/components/label/label.component.d.ts +0 -8
- package/dist/pdm-ui-kit/lib/components/native-select/native-select.component.d.ts +0 -20
- package/dist/pdm-ui-kit/lib/components/navigation-menu/navigation-menu.component.d.ts +0 -12
- package/dist/pdm-ui-kit/lib/components/popover/popover.component.d.ts +0 -17
- package/dist/pdm-ui-kit/lib/components/progress/progress.component.d.ts +0 -10
- package/dist/pdm-ui-kit/lib/components/radio-group/radio-group.component.d.ts +0 -19
- package/dist/pdm-ui-kit/lib/components/separator/separator.component.d.ts +0 -9
- package/dist/pdm-ui-kit/lib/components/sonner/sonner.component.d.ts +0 -13
- package/dist/pdm-ui-kit/lib/components/spinner/spinner.component.d.ts +0 -7
- package/dist/pdm-ui-kit/lib/components/switch/switch.component.d.ts +0 -13
- package/dist/pdm-ui-kit/lib/components/table/table.component.d.ts +0 -6
- package/dist/pdm-ui-kit/lib/components/tabs/tabs.component.d.ts +0 -16
- package/dist/pdm-ui-kit/lib/components/textarea/textarea.component.d.ts +0 -21
- package/dist/pdm-ui-kit/lib/components/toggle-group/toggle-group.component.d.ts +0 -16
- package/dist/pdm-ui-kit/lib/components/tooltip/tooltip.component.d.ts +0 -10
- package/dist/pdm-ui-kit/lib/pdm-ui-kit.module.d.ts +0 -64
- package/dist/pdm-ui-kit/package.json +0 -44
- package/dist/pdm-ui-kit/public-api.d.ts +0 -58
- package/ng-package.json +0 -8
- package/pdm-ui-kit-0.1.1.tgz +0 -0
- package/pdm-ui-kit-0.1.2.tgz +0 -0
- package/pdm-ui-kit-0.1.3.tgz +0 -0
- package/pdm-ui-kit-0.1.4.tgz +0 -0
- package/src/lib/components/accordion/accordion.component.html +0 -34
- package/src/lib/components/accordion/accordion.component.ts +0 -38
- package/src/lib/components/alert/alert.component.html +0 -52
- package/src/lib/components/alert/alert.component.ts +0 -25
- package/src/lib/components/alert-dialog/alert-dialog.component.html +0 -41
- package/src/lib/components/alert-dialog/alert-dialog.component.ts +0 -45
- package/src/lib/components/aspect-ratio/aspect-ratio.component.html +0 -11
- package/src/lib/components/aspect-ratio/aspect-ratio.component.ts +0 -18
- package/src/lib/components/avatar/avatar.component.html +0 -21
- package/src/lib/components/avatar/avatar.component.ts +0 -32
- package/src/lib/components/badge/badge.component.html +0 -28
- package/src/lib/components/badge/badge.component.ts +0 -23
- package/src/lib/components/breadcrumb/breadcrumb.component.html +0 -39
- package/src/lib/components/breadcrumb/breadcrumb.component.ts +0 -26
- package/src/lib/components/button/button.component.html +0 -15
- package/src/lib/components/button/button.component.ts +0 -84
- package/src/lib/components/button-group/button-group.component.html +0 -39
- package/src/lib/components/button-group/button-group.component.ts +0 -15
- package/src/lib/components/calendar/calendar.component.html +0 -73
- package/src/lib/components/calendar/calendar.component.ts +0 -78
- package/src/lib/components/card/card.component.html +0 -77
- package/src/lib/components/card/card.component.ts +0 -39
- package/src/lib/components/carousel/carousel.component.html +0 -86
- package/src/lib/components/carousel/carousel.component.ts +0 -100
- package/src/lib/components/chart/chart.component.html +0 -143
- package/src/lib/components/chart/chart.component.ts +0 -147
- package/src/lib/components/checkbox/checkbox.component.html +0 -38
- package/src/lib/components/checkbox/checkbox.component.ts +0 -32
- package/src/lib/components/collapsible/collapsible.component.html +0 -26
- package/src/lib/components/collapsible/collapsible.component.ts +0 -29
- package/src/lib/components/combobox/combobox.component.html +0 -42
- package/src/lib/components/combobox/combobox.component.ts +0 -32
- package/src/lib/components/command/command.component.html +0 -55
- package/src/lib/components/command/command.component.ts +0 -67
- package/src/lib/components/context-menu/context-menu.component.html +0 -47
- package/src/lib/components/context-menu/context-menu.component.ts +0 -67
- package/src/lib/components/data-table/data-table.component.html +0 -63
- package/src/lib/components/data-table/data-table.component.ts +0 -78
- package/src/lib/components/date-picker/date-picker.component.html +0 -38
- package/src/lib/components/date-picker/date-picker.component.ts +0 -38
- package/src/lib/components/dialog/dialog.component.html +0 -78
- package/src/lib/components/dialog/dialog.component.ts +0 -55
- package/src/lib/components/drawer/drawer.component.html +0 -56
- package/src/lib/components/drawer/drawer.component.ts +0 -43
- package/src/lib/components/dropdown-menu/dropdown-menu.component.html +0 -56
- package/src/lib/components/dropdown-menu/dropdown-menu.component.ts +0 -126
- package/src/lib/components/empty/empty.component.html +0 -29
- package/src/lib/components/empty/empty.component.ts +0 -35
- package/src/lib/components/field/field.component.html +0 -26
- package/src/lib/components/field/field.component.ts +0 -42
- package/src/lib/components/hover-card/hover-card.component.html +0 -24
- package/src/lib/components/hover-card/hover-card.component.ts +0 -36
- package/src/lib/components/icon/icon.component.html +0 -286
- package/src/lib/components/icon/icon.component.ts +0 -133
- package/src/lib/components/input/input.component.html +0 -25
- package/src/lib/components/input/input.component.ts +0 -33
- package/src/lib/components/input-group/input-group.component.html +0 -59
- package/src/lib/components/input-group/input-group.component.ts +0 -32
- package/src/lib/components/input-otp/input-otp.component.html +0 -25
- package/src/lib/components/input-otp/input-otp.component.ts +0 -146
- package/src/lib/components/input-password/input-password.component.html +0 -66
- package/src/lib/components/input-password/input-password.component.ts +0 -46
- package/src/lib/components/item/item.component.html +0 -10
- package/src/lib/components/item/item.component.ts +0 -12
- package/src/lib/components/kbd/kbd.component.html +0 -3
- package/src/lib/components/kbd/kbd.component.ts +0 -10
- package/src/lib/components/label/label.component.html +0 -7
- package/src/lib/components/label/label.component.ts +0 -12
- package/src/lib/components/menubar/menubar.component.html +0 -16
- package/src/lib/components/menubar/menubar.component.ts +0 -29
- package/src/lib/components/native-select/native-select.component.html +0 -17
- package/src/lib/components/native-select/native-select.component.ts +0 -28
- package/src/lib/components/navigation-menu/navigation-menu.component.html +0 -15
- package/src/lib/components/navigation-menu/navigation-menu.component.ts +0 -17
- package/src/lib/components/pagination/pagination.component.html +0 -30
- package/src/lib/components/pagination/pagination.component.ts +0 -37
- package/src/lib/components/popover/popover.component.html +0 -6
- package/src/lib/components/popover/popover.component.ts +0 -40
- package/src/lib/components/progress/progress.component.html +0 -9
- package/src/lib/components/progress/progress.component.ts +0 -20
- package/src/lib/components/radio-group/radio-group.component.html +0 -25
- package/src/lib/components/radio-group/radio-group.component.ts +0 -30
- package/src/lib/components/scroll-area/scroll-area.component.html +0 -5
- package/src/lib/components/scroll-area/scroll-area.component.ts +0 -11
- package/src/lib/components/select/select.component.html +0 -14
- package/src/lib/components/select/select.component.ts +0 -27
- package/src/lib/components/separator/separator.component.html +0 -5
- package/src/lib/components/separator/separator.component.ts +0 -16
- package/src/lib/components/sheet/sheet.component.html +0 -10
- package/src/lib/components/sheet/sheet.component.ts +0 -28
- package/src/lib/components/sidebar/sidebar.component.html +0 -3
- package/src/lib/components/sidebar/sidebar.component.ts +0 -11
- package/src/lib/components/skeleton/skeleton.component.html +0 -1
- package/src/lib/components/skeleton/skeleton.component.ts +0 -10
- package/src/lib/components/slider/slider.component.html +0 -15
- package/src/lib/components/slider/slider.component.ts +0 -31
- package/src/lib/components/sonner/sonner.component.html +0 -10
- package/src/lib/components/sonner/sonner.component.ts +0 -25
- package/src/lib/components/spinner/spinner.component.html +0 -6
- package/src/lib/components/spinner/spinner.component.ts +0 -11
- package/src/lib/components/switch/switch.component.html +0 -14
- package/src/lib/components/switch/switch.component.ts +0 -20
- package/src/lib/components/table/table.component.html +0 -5
- package/src/lib/components/table/table.component.ts +0 -10
- package/src/lib/components/tabs/tabs.component.html +0 -21
- package/src/lib/components/tabs/tabs.component.ts +0 -26
- package/src/lib/components/textarea/textarea.component.html +0 -21
- package/src/lib/components/textarea/textarea.component.ts +0 -28
- package/src/lib/components/toggle/toggle.component.html +0 -16
- package/src/lib/components/toggle/toggle.component.ts +0 -29
- package/src/lib/components/toggle-group/toggle-group.component.html +0 -17
- package/src/lib/components/toggle-group/toggle-group.component.ts +0 -26
- package/src/lib/components/tooltip/tooltip.component.html +0 -6
- package/src/lib/components/tooltip/tooltip.component.ts +0 -20
- package/src/lib/pdm-ui-kit.module.ts +0 -126
- package/src/public-api.ts +0 -58
- package/tsconfig.json +0 -30
- package/tsconfig.lib.json +0 -17
- /package/{dist/pdm-ui-kit/esm2020 → esm2020}/pdm-ui-kit.mjs +0 -0
- /package/{dist/corelusa-pdm-ui-kit/esm2020 → esm2020}/public-api.mjs +0 -0
- /package/{dist/pdm-ui-kit/index.d.ts → index.d.ts} +0 -0
- /package/{dist/corelusa-pdm-ui-kit/lib → lib}/pdm-ui-kit.module.d.ts +0 -0
- /package/{dist/corelusa-pdm-ui-kit/public-api.d.ts → public-api.d.ts} +0 -0
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export interface PdmAccordionItem {
|
|
4
|
-
id: string;
|
|
5
|
-
title: string;
|
|
6
|
-
content: string | string[];
|
|
7
|
-
disabled?: boolean;
|
|
8
|
-
}
|
|
9
|
-
export declare class PdmAccordionComponent {
|
|
10
|
-
items: PdmAccordionItem[];
|
|
11
|
-
expandedIndex: number;
|
|
12
|
-
className: string;
|
|
13
|
-
expandedIndexChange: EventEmitter<number>;
|
|
14
|
-
isExpanded(index: number): boolean;
|
|
15
|
-
contentLines(content: string | string[]): string[];
|
|
16
|
-
toggle(index: number): void;
|
|
17
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PdmAccordionComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PdmAccordionComponent, "pdm-accordion", never, { "items": "items"; "expandedIndex": "expandedIndex"; "className": "className"; }, { "expandedIndexChange": "expandedIndexChange"; }, never, never, false, never>;
|
|
19
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export type PdmAlertVariant = 'default' | 'title-only' | 'destructive';
|
|
3
|
-
export declare class PdmAlertComponent {
|
|
4
|
-
variant: PdmAlertVariant;
|
|
5
|
-
title: string;
|
|
6
|
-
description: string;
|
|
7
|
-
details: string[];
|
|
8
|
-
className: string;
|
|
9
|
-
get isDestructive(): boolean;
|
|
10
|
-
get isTitleOnly(): boolean;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PdmAlertComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PdmAlertComponent, "pdm-alert", never, { "variant": "variant"; "title": "title"; "description": "description"; "details": "details"; "className": "className"; }, {}, never, never, false, never>;
|
|
13
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export type PdmBadgeVariant = 'default' | 'secondary' | 'destructive' | 'outline' | 'icon' | 'number' | 'destructive-number' | 'secondary-number';
|
|
3
|
-
export declare class PdmBadgeComponent {
|
|
4
|
-
variant: PdmBadgeVariant;
|
|
5
|
-
text: string;
|
|
6
|
-
className: string;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PdmBadgeComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PdmBadgeComponent, "pdm-badge", never, { "variant": "variant"; "text": "text"; "className": "className"; }, {}, never, never, false, never>;
|
|
9
|
-
}
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export type PdmChartType = 'area' | 'bar' | 'line' | 'pie' | 'radar' | 'radial' | 'tooltips';
|
|
3
|
-
export declare class PdmChartComponent {
|
|
4
|
-
type: PdmChartType;
|
|
5
|
-
className: string;
|
|
6
|
-
title: string;
|
|
7
|
-
description: string;
|
|
8
|
-
desktopLabel: string;
|
|
9
|
-
desktopValue: string;
|
|
10
|
-
mobileLabel: string;
|
|
11
|
-
mobileValue: string;
|
|
12
|
-
labels: string[];
|
|
13
|
-
bars: number[];
|
|
14
|
-
line: number[];
|
|
15
|
-
pie: number[];
|
|
16
|
-
radar: number[];
|
|
17
|
-
radialValue: number;
|
|
18
|
-
radialLabel: string;
|
|
19
|
-
radialDescription: string;
|
|
20
|
-
tooltipTitle: string;
|
|
21
|
-
tooltipPrimaryLabel: string;
|
|
22
|
-
tooltipPrimaryValue: string;
|
|
23
|
-
tooltipSecondaryLabel: string;
|
|
24
|
-
tooltipSecondaryValue: string;
|
|
25
|
-
pieLabels: string[];
|
|
26
|
-
get normalizedBars(): number[];
|
|
27
|
-
get normalizedLine(): number[];
|
|
28
|
-
get linePath(): string;
|
|
29
|
-
get areaPath(): string;
|
|
30
|
-
get pieSegments(): {
|
|
31
|
-
color: string;
|
|
32
|
-
size: number;
|
|
33
|
-
offset: number;
|
|
34
|
-
label: string;
|
|
35
|
-
}[];
|
|
36
|
-
get pieGradient(): string;
|
|
37
|
-
get radarPoints(): string;
|
|
38
|
-
get radialStrokeOffset(): number;
|
|
39
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PdmChartComponent, never>;
|
|
40
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PdmChartComponent, "pdm-chart", never, { "type": "type"; "className": "className"; "title": "title"; "description": "description"; "desktopLabel": "desktopLabel"; "desktopValue": "desktopValue"; "mobileLabel": "mobileLabel"; "mobileValue": "mobileValue"; "labels": "labels"; "bars": "bars"; "line": "line"; "pie": "pie"; "radar": "radar"; "radialValue": "radialValue"; "radialLabel": "radialLabel"; "radialDescription": "radialDescription"; "tooltipTitle": "tooltipTitle"; "tooltipPrimaryLabel": "tooltipPrimaryLabel"; "tooltipPrimaryValue": "tooltipPrimaryValue"; "tooltipSecondaryLabel": "tooltipSecondaryLabel"; "tooltipSecondaryValue": "tooltipSecondaryValue"; "pieLabels": "pieLabels"; }, {}, never, never, false, never>;
|
|
41
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class PdmComboboxComponent {
|
|
4
|
-
open: boolean;
|
|
5
|
-
placeholder: string;
|
|
6
|
-
searchPlaceholder: string;
|
|
7
|
-
className: string;
|
|
8
|
-
options: string[];
|
|
9
|
-
value: string;
|
|
10
|
-
width: number;
|
|
11
|
-
openChange: EventEmitter<boolean>;
|
|
12
|
-
valueChange: EventEmitter<string>;
|
|
13
|
-
get selectedLabel(): string;
|
|
14
|
-
toggle(): void;
|
|
15
|
-
select(option: string): void;
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PdmComboboxComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PdmComboboxComponent, "pdm-combobox", never, { "open": "open"; "placeholder": "placeholder"; "searchPlaceholder": "searchPlaceholder"; "className": "className"; "options": "options"; "value": "value"; "width": "width"; }, { "openChange": "openChange"; "valueChange": "valueChange"; }, never, never, false, never>;
|
|
18
|
-
}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import type { PdmIconName } from '../icon/icon.component';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export interface PdmCommandItem {
|
|
5
|
-
label: string;
|
|
6
|
-
value: string;
|
|
7
|
-
group?: string;
|
|
8
|
-
icon?: PdmIconName;
|
|
9
|
-
shortcut?: string;
|
|
10
|
-
disabled?: boolean;
|
|
11
|
-
}
|
|
12
|
-
export declare class PdmCommandComponent {
|
|
13
|
-
open: boolean;
|
|
14
|
-
hintLabel: string;
|
|
15
|
-
hintKey: string;
|
|
16
|
-
placeholder: string;
|
|
17
|
-
emptyMessage: string;
|
|
18
|
-
items: PdmCommandItem[];
|
|
19
|
-
className: string;
|
|
20
|
-
itemSelect: EventEmitter<string>;
|
|
21
|
-
openChange: EventEmitter<boolean>;
|
|
22
|
-
query: string;
|
|
23
|
-
get filteredItems(): PdmCommandItem[];
|
|
24
|
-
get groupedItems(): {
|
|
25
|
-
name: string;
|
|
26
|
-
items: PdmCommandItem[];
|
|
27
|
-
}[];
|
|
28
|
-
onQueryChange(event: Event): void;
|
|
29
|
-
toggleOpen(): void;
|
|
30
|
-
select(value: string): void;
|
|
31
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PdmCommandComponent, never>;
|
|
32
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PdmCommandComponent, "pdm-command", never, { "open": "open"; "hintLabel": "hintLabel"; "hintKey": "hintKey"; "placeholder": "placeholder"; "emptyMessage": "emptyMessage"; "items": "items"; "className": "className"; }, { "itemSelect": "itemSelect"; "openChange": "openChange"; }, never, never, false, never>;
|
|
33
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export interface PdmDataTableRow {
|
|
4
|
-
id: string;
|
|
5
|
-
status: string;
|
|
6
|
-
email: string;
|
|
7
|
-
amount: string;
|
|
8
|
-
selected?: boolean;
|
|
9
|
-
}
|
|
10
|
-
export declare class PdmDataTableComponent {
|
|
11
|
-
className: string;
|
|
12
|
-
filterPlaceholder: string;
|
|
13
|
-
columnsLabel: string;
|
|
14
|
-
rows: PdmDataTableRow[];
|
|
15
|
-
page: number;
|
|
16
|
-
pageSize: number;
|
|
17
|
-
query: string;
|
|
18
|
-
queryChange: EventEmitter<string>;
|
|
19
|
-
rowAction: EventEmitter<string>;
|
|
20
|
-
pageChange: EventEmitter<number>;
|
|
21
|
-
selectionChange: EventEmitter<{
|
|
22
|
-
id: string;
|
|
23
|
-
selected: boolean;
|
|
24
|
-
}>;
|
|
25
|
-
get filteredRows(): PdmDataTableRow[];
|
|
26
|
-
get pagedRows(): PdmDataTableRow[];
|
|
27
|
-
get totalPages(): number;
|
|
28
|
-
get selectedCount(): number;
|
|
29
|
-
onQueryInput(event: Event): void;
|
|
30
|
-
onToggleRow(row: PdmDataTableRow, event: Event): void;
|
|
31
|
-
previous(): void;
|
|
32
|
-
next(): void;
|
|
33
|
-
onAction(row: PdmDataTableRow): void;
|
|
34
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PdmDataTableComponent, never>;
|
|
35
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PdmDataTableComponent, "pdm-data-table", never, { "className": "className"; "filterPlaceholder": "filterPlaceholder"; "columnsLabel": "columnsLabel"; "rows": "rows"; "page": "page"; "pageSize": "pageSize"; "query": "query"; }, { "queryChange": "queryChange"; "rowAction": "rowAction"; "pageChange": "pageChange"; "selectionChange": "selectionChange"; }, never, never, false, never>;
|
|
36
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export type PdmDatePickerVariant = 'default' | 'with-input' | 'date-time' | 'natural-language';
|
|
4
|
-
export declare class PdmDatePickerComponent {
|
|
5
|
-
variant: PdmDatePickerVariant;
|
|
6
|
-
className: string;
|
|
7
|
-
open: boolean;
|
|
8
|
-
label: string;
|
|
9
|
-
value: string;
|
|
10
|
-
month: number;
|
|
11
|
-
year: number;
|
|
12
|
-
selectedDay: number;
|
|
13
|
-
time: string;
|
|
14
|
-
naturalLanguageValue: string;
|
|
15
|
-
naturalLanguageHint: string;
|
|
16
|
-
openChange: EventEmitter<boolean>;
|
|
17
|
-
valueChange: EventEmitter<string>;
|
|
18
|
-
toggle(): void;
|
|
19
|
-
selectPreset(value: string): void;
|
|
20
|
-
get monthLabel(): string;
|
|
21
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PdmDatePickerComponent, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PdmDatePickerComponent, "pdm-date-picker", never, { "variant": "variant"; "className": "className"; "open": "open"; "label": "label"; "value": "value"; "month": "month"; "year": "year"; "selectedDay": "selectedDay"; "time": "time"; "naturalLanguageValue": "naturalLanguageValue"; "naturalLanguageHint": "naturalLanguageHint"; }, { "openChange": "openChange"; "valueChange": "valueChange"; }, never, never, false, never>;
|
|
23
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export type PdmDrawerVariant = 'drawer' | 'responsive-dialog';
|
|
4
|
-
export declare class PdmDrawerComponent {
|
|
5
|
-
open: boolean;
|
|
6
|
-
variant: PdmDrawerVariant;
|
|
7
|
-
className: string;
|
|
8
|
-
title: string;
|
|
9
|
-
description: string;
|
|
10
|
-
value: number;
|
|
11
|
-
unit: string;
|
|
12
|
-
profileTitle: string;
|
|
13
|
-
profileDescription: string;
|
|
14
|
-
nameLabel: string;
|
|
15
|
-
nameValue: string;
|
|
16
|
-
usernameLabel: string;
|
|
17
|
-
usernameValue: string;
|
|
18
|
-
openChange: EventEmitter<boolean>;
|
|
19
|
-
primaryAction: EventEmitter<void>;
|
|
20
|
-
secondaryAction: EventEmitter<void>;
|
|
21
|
-
readonly bars: number[];
|
|
22
|
-
close(): void;
|
|
23
|
-
onPrimaryAction(): void;
|
|
24
|
-
onSecondaryAction(): void;
|
|
25
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PdmDrawerComponent, never>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PdmDrawerComponent, "pdm-drawer", never, { "open": "open"; "variant": "variant"; "className": "className"; "title": "title"; "description": "description"; "value": "value"; "unit": "unit"; "profileTitle": "profileTitle"; "profileDescription": "profileDescription"; "nameLabel": "nameLabel"; "nameValue": "nameValue"; "usernameLabel": "usernameLabel"; "usernameValue": "usernameValue"; }, { "openChange": "openChange"; "primaryAction": "primaryAction"; "secondaryAction": "secondaryAction"; }, never, never, false, never>;
|
|
27
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export type PdmEmptyVariant = 'default' | 'outline' | 'background';
|
|
4
|
-
export declare class PdmEmptyComponent {
|
|
5
|
-
variant: PdmEmptyVariant;
|
|
6
|
-
title: string;
|
|
7
|
-
description: string;
|
|
8
|
-
iconName: string;
|
|
9
|
-
primaryActionLabel: string;
|
|
10
|
-
secondaryActionLabel: string;
|
|
11
|
-
linkLabel: string;
|
|
12
|
-
className: string;
|
|
13
|
-
primaryAction: EventEmitter<void>;
|
|
14
|
-
secondaryAction: EventEmitter<void>;
|
|
15
|
-
linkAction: EventEmitter<void>;
|
|
16
|
-
get containerClass(): string;
|
|
17
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PdmEmptyComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PdmEmptyComponent, "pdm-empty", never, { "variant": "variant"; "title": "title"; "description": "description"; "iconName": "iconName"; "primaryActionLabel": "primaryActionLabel"; "secondaryActionLabel": "secondaryActionLabel"; "linkLabel": "linkLabel"; "className": "className"; }, { "primaryAction": "primaryAction"; "secondaryAction": "secondaryAction"; "linkAction": "linkAction"; }, never, ["*"], false, never>;
|
|
19
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export type PdmHoverCardSide = 'top' | 'right' | 'bottom' | 'left';
|
|
3
|
-
export type PdmHoverCardAlign = 'start' | 'center' | 'end';
|
|
4
|
-
export declare class PdmHoverCardComponent {
|
|
5
|
-
className: string;
|
|
6
|
-
panelClassName: string;
|
|
7
|
-
side: PdmHoverCardSide;
|
|
8
|
-
align: PdmHoverCardAlign;
|
|
9
|
-
panelWidth: number;
|
|
10
|
-
open: boolean;
|
|
11
|
-
get positionClass(): string;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PdmHoverCardComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PdmHoverCardComponent, "pdm-hover-card", never, { "className": "className"; "panelClassName": "panelClassName"; "side": "side"; "align": "align"; "panelWidth": "panelWidth"; }, {}, never, ["[pdmHoverTrigger]", "[pdmHoverContent]"], false, never>;
|
|
14
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export type PdmIconLibrary = 'lucide' | 'tabler' | 'hugeicons' | 'phosphor' | 'remix';
|
|
3
|
-
export type PdmIconName = 'command' | 'check' | 'check-circle' | 'circle' | 'dot' | 'x' | 'alert-circle' | 'info' | 'loader-2' | 'menu' | 'search' | 'calendar' | 'panel-left' | 'monitor' | 'laptop' | 'sun' | 'moon' | 'chevron-down' | 'chevron-up' | 'chevron-left' | 'chevron-right' | 'chevrons-left' | 'chevrons-right' | 'chevrons-up-down' | 'arrow-up-down' | 'ellipsis' | 'filter' | 'sort-asc' | 'sort-desc' | 'plus' | 'minus' | 'copy' | 'pencil' | 'trash-2' | 'download' | 'upload' | 'home' | 'mail' | 'phone' | 'log-in' | 'log-out' | 'user' | 'settings' | 'credit-card' | 'smile' | 'calculator' | 'external-link' | 'folder' | 'arrow-up-right';
|
|
4
|
-
export declare class PdmIconComponent {
|
|
5
|
-
name: PdmIconName | string;
|
|
6
|
-
library: PdmIconLibrary;
|
|
7
|
-
assetUrl: string | null;
|
|
8
|
-
size: number;
|
|
9
|
-
strokeWidth: number;
|
|
10
|
-
className: string;
|
|
11
|
-
ariaLabel: string | null;
|
|
12
|
-
decorative: boolean;
|
|
13
|
-
get resolvedStrokeWidth(): number;
|
|
14
|
-
get iconKey(): string;
|
|
15
|
-
private readonly aliasMapByLibrary;
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PdmIconComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PdmIconComponent, "pdm-icon", never, { "name": "name"; "library": "library"; "assetUrl": "assetUrl"; "size": "size"; "strokeWidth": "strokeWidth"; "className": "className"; "ariaLabel": "ariaLabel"; "decorative": "decorative"; }, {}, never, never, false, never>;
|
|
18
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class PdmInputComponent {
|
|
4
|
-
id: string;
|
|
5
|
-
type: string;
|
|
6
|
-
value: string;
|
|
7
|
-
placeholder: string;
|
|
8
|
-
disabled: boolean;
|
|
9
|
-
readonly: boolean;
|
|
10
|
-
required: boolean;
|
|
11
|
-
invalid: boolean;
|
|
12
|
-
className: string;
|
|
13
|
-
inputClassName: string;
|
|
14
|
-
label: string;
|
|
15
|
-
helperText: string;
|
|
16
|
-
errorText: string;
|
|
17
|
-
valueChange: EventEmitter<string>;
|
|
18
|
-
blurred: EventEmitter<FocusEvent>;
|
|
19
|
-
onInput(event: Event): void;
|
|
20
|
-
onBlur(event: FocusEvent): void;
|
|
21
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PdmInputComponent, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PdmInputComponent, "pdm-input", never, { "id": "id"; "type": "type"; "value": "value"; "placeholder": "placeholder"; "disabled": "disabled"; "readonly": "readonly"; "required": "required"; "invalid": "invalid"; "className": "className"; "inputClassName": "inputClassName"; "label": "label"; "helperText": "helperText"; "errorText": "errorText"; }, { "valueChange": "valueChange"; "blurred": "blurred"; }, never, never, false, never>;
|
|
23
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class PdmInputOtpComponent {
|
|
4
|
-
length: number;
|
|
5
|
-
groupSize: number;
|
|
6
|
-
disabled: boolean;
|
|
7
|
-
invalid: boolean;
|
|
8
|
-
className: string;
|
|
9
|
-
valueChange: EventEmitter<string>;
|
|
10
|
-
completed: EventEmitter<string>;
|
|
11
|
-
private readonly inputs?;
|
|
12
|
-
values: string[];
|
|
13
|
-
ngOnChanges(): void;
|
|
14
|
-
trackByIndex(index: number): number;
|
|
15
|
-
onInput(index: number, event: Event): void;
|
|
16
|
-
onKeyDown(index: number, event: KeyboardEvent): void;
|
|
17
|
-
onPaste(event: ClipboardEvent): void;
|
|
18
|
-
getInputClasses(index: number): string;
|
|
19
|
-
shouldShowSeparator(index: number): boolean;
|
|
20
|
-
private isGroupStart;
|
|
21
|
-
private isGroupEnd;
|
|
22
|
-
private emit;
|
|
23
|
-
private focusInput;
|
|
24
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PdmInputOtpComponent, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PdmInputOtpComponent, "pdm-input-otp", never, { "length": "length"; "groupSize": "groupSize"; "disabled": "disabled"; "invalid": "invalid"; "className": "className"; }, { "valueChange": "valueChange"; "completed": "completed"; }, never, never, false, never>;
|
|
26
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class PdmInputPasswordComponent {
|
|
4
|
-
id: string;
|
|
5
|
-
value: string;
|
|
6
|
-
placeholder: string;
|
|
7
|
-
disabled: boolean;
|
|
8
|
-
readonly: boolean;
|
|
9
|
-
required: boolean;
|
|
10
|
-
invalid: boolean;
|
|
11
|
-
className: string;
|
|
12
|
-
inputClassName: string;
|
|
13
|
-
label: string;
|
|
14
|
-
helperText: string;
|
|
15
|
-
errorText: string;
|
|
16
|
-
valueChange: EventEmitter<string>;
|
|
17
|
-
blurred: EventEmitter<FocusEvent>;
|
|
18
|
-
showPassword: boolean;
|
|
19
|
-
get inputType(): 'text' | 'password';
|
|
20
|
-
onInput(event: Event): void;
|
|
21
|
-
onBlur(event: FocusEvent): void;
|
|
22
|
-
toggleVisibility(): void;
|
|
23
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PdmInputPasswordComponent, never>;
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PdmInputPasswordComponent, "pdm-input-password", never, { "id": "id"; "value": "value"; "placeholder": "placeholder"; "disabled": "disabled"; "readonly": "readonly"; "required": "required"; "invalid": "invalid"; "className": "className"; "inputClassName": "inputClassName"; "label": "label"; "helperText": "helperText"; "errorText": "errorText"; }, { "valueChange": "valueChange"; "blurred": "blurred"; }, never, never, false, never>;
|
|
25
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class PdmLabelComponent {
|
|
3
|
-
forId: string;
|
|
4
|
-
required: boolean;
|
|
5
|
-
className: string;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PdmLabelComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PdmLabelComponent, "pdm-label", never, { "forId": "forId"; "required": "required"; "className": "className"; }, {}, never, ["*"], false, never>;
|
|
8
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export interface PdmNativeSelectOption {
|
|
4
|
-
label: string;
|
|
5
|
-
value: string;
|
|
6
|
-
disabled?: boolean;
|
|
7
|
-
}
|
|
8
|
-
export declare class PdmNativeSelectComponent {
|
|
9
|
-
id: string;
|
|
10
|
-
value: string;
|
|
11
|
-
disabled: boolean;
|
|
12
|
-
invalid: boolean;
|
|
13
|
-
options: PdmNativeSelectOption[];
|
|
14
|
-
placeholder: string;
|
|
15
|
-
className: string;
|
|
16
|
-
valueChange: EventEmitter<string>;
|
|
17
|
-
onChange(event: Event): void;
|
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PdmNativeSelectComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PdmNativeSelectComponent, "pdm-native-select", never, { "id": "id"; "value": "value"; "disabled": "disabled"; "invalid": "invalid"; "options": "options"; "placeholder": "placeholder"; "className": "className"; }, { "valueChange": "valueChange"; }, never, never, false, never>;
|
|
20
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export interface PdmNavigationItem {
|
|
3
|
-
label: string;
|
|
4
|
-
href?: string;
|
|
5
|
-
active?: boolean;
|
|
6
|
-
}
|
|
7
|
-
export declare class PdmNavigationMenuComponent {
|
|
8
|
-
items: PdmNavigationItem[];
|
|
9
|
-
className: string;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PdmNavigationMenuComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PdmNavigationMenuComponent, "pdm-navigation-menu", never, { "items": "items"; "className": "className"; }, {}, never, never, false, never>;
|
|
12
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { ElementRef, EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class PdmPopoverComponent {
|
|
4
|
-
private readonly elementRef;
|
|
5
|
-
open: boolean;
|
|
6
|
-
triggerText: string;
|
|
7
|
-
className: string;
|
|
8
|
-
panelClassName: string;
|
|
9
|
-
showTrigger: boolean;
|
|
10
|
-
openChange: EventEmitter<boolean>;
|
|
11
|
-
constructor(elementRef: ElementRef<HTMLElement>);
|
|
12
|
-
toggle(): void;
|
|
13
|
-
onEsc(): void;
|
|
14
|
-
onDocumentClick(event: MouseEvent): void;
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PdmPopoverComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PdmPopoverComponent, "pdm-popover", never, { "open": "open"; "triggerText": "triggerText"; "className": "className"; "panelClassName": "panelClassName"; "showTrigger": "showTrigger"; }, { "openChange": "openChange"; }, never, ["*"], false, never>;
|
|
17
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class PdmProgressComponent {
|
|
3
|
-
value: number;
|
|
4
|
-
max: number;
|
|
5
|
-
indeterminate: boolean;
|
|
6
|
-
className: string;
|
|
7
|
-
get width(): string;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PdmProgressComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PdmProgressComponent, "pdm-progress", never, { "value": "value"; "max": "max"; "indeterminate": "indeterminate"; "className": "className"; }, {}, never, never, false, never>;
|
|
10
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export interface PdmRadioOption {
|
|
4
|
-
label: string;
|
|
5
|
-
value: string;
|
|
6
|
-
disabled?: boolean;
|
|
7
|
-
}
|
|
8
|
-
export declare class PdmRadioGroupComponent {
|
|
9
|
-
name: string;
|
|
10
|
-
value: string;
|
|
11
|
-
options: PdmRadioOption[];
|
|
12
|
-
direction: 'vertical' | 'horizontal';
|
|
13
|
-
className: string;
|
|
14
|
-
valueChange: EventEmitter<string>;
|
|
15
|
-
optionId(option: PdmRadioOption): string;
|
|
16
|
-
onChange(event: Event): void;
|
|
17
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PdmRadioGroupComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PdmRadioGroupComponent, "pdm-radio-group", never, { "name": "name"; "value": "value"; "options": "options"; "direction": "direction"; "className": "className"; }, { "valueChange": "valueChange"; }, never, never, false, never>;
|
|
19
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class PdmSeparatorComponent {
|
|
3
|
-
orientation: 'horizontal' | 'vertical';
|
|
4
|
-
decorative: boolean;
|
|
5
|
-
className: string;
|
|
6
|
-
get orientationClass(): string;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PdmSeparatorComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PdmSeparatorComponent, "pdm-separator", never, { "orientation": "orientation"; "decorative": "decorative"; "className": "className"; }, {}, never, never, false, never>;
|
|
9
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export type PdmToastTone = 'default' | 'success' | 'error' | 'warning';
|
|
4
|
-
export declare class PdmSonnerComponent {
|
|
5
|
-
title: string;
|
|
6
|
-
description: string;
|
|
7
|
-
tone: PdmToastTone;
|
|
8
|
-
className: string;
|
|
9
|
-
dismissed: EventEmitter<void>;
|
|
10
|
-
get toneClass(): string;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PdmSonnerComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PdmSonnerComponent, "pdm-sonner", never, { "title": "title"; "description": "description"; "tone": "tone"; "className": "className"; }, { "dismissed": "dismissed"; }, never, ["*"], false, never>;
|
|
13
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class PdmSpinnerComponent {
|
|
3
|
-
size: number;
|
|
4
|
-
className: string;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PdmSpinnerComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PdmSpinnerComponent, "pdm-spinner", never, { "size": "size"; "className": "className"; }, {}, never, never, false, never>;
|
|
7
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class PdmSwitchComponent {
|
|
4
|
-
id: string;
|
|
5
|
-
checked: boolean;
|
|
6
|
-
disabled: boolean;
|
|
7
|
-
label: string;
|
|
8
|
-
className: string;
|
|
9
|
-
checkedChange: EventEmitter<boolean>;
|
|
10
|
-
onToggle(event: Event): void;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PdmSwitchComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PdmSwitchComponent, "pdm-switch", never, { "id": "id"; "checked": "checked"; "disabled": "disabled"; "label": "label"; "className": "className"; }, { "checkedChange": "checkedChange"; }, never, never, false, never>;
|
|
13
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class PdmTableComponent {
|
|
3
|
-
className: string;
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PdmTableComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PdmTableComponent, "pdm-table", never, { "className": "className"; }, {}, never, ["*"], false, never>;
|
|
6
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export interface PdmTabItem {
|
|
4
|
-
label: string;
|
|
5
|
-
value: string;
|
|
6
|
-
disabled?: boolean;
|
|
7
|
-
}
|
|
8
|
-
export declare class PdmTabsComponent {
|
|
9
|
-
items: PdmTabItem[];
|
|
10
|
-
value: string;
|
|
11
|
-
className: string;
|
|
12
|
-
valueChange: EventEmitter<string>;
|
|
13
|
-
select(item: PdmTabItem): void;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PdmTabsComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PdmTabsComponent, "pdm-tabs", never, { "items": "items"; "value": "value"; "className": "className"; }, { "valueChange": "valueChange"; }, never, ["*"], false, never>;
|
|
16
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class PdmTextareaComponent {
|
|
4
|
-
id: string;
|
|
5
|
-
value: string;
|
|
6
|
-
placeholder: string;
|
|
7
|
-
rows: number;
|
|
8
|
-
disabled: boolean;
|
|
9
|
-
readonly: boolean;
|
|
10
|
-
required: boolean;
|
|
11
|
-
invalid: boolean;
|
|
12
|
-
className: string;
|
|
13
|
-
textareaClassName: string;
|
|
14
|
-
label: string;
|
|
15
|
-
helperText: string;
|
|
16
|
-
errorText: string;
|
|
17
|
-
valueChange: EventEmitter<string>;
|
|
18
|
-
onInput(event: Event): void;
|
|
19
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PdmTextareaComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PdmTextareaComponent, "pdm-textarea", never, { "id": "id"; "value": "value"; "placeholder": "placeholder"; "rows": "rows"; "disabled": "disabled"; "readonly": "readonly"; "required": "required"; "invalid": "invalid"; "className": "className"; "textareaClassName": "textareaClassName"; "label": "label"; "helperText": "helperText"; "errorText": "errorText"; }, { "valueChange": "valueChange"; }, never, never, false, never>;
|
|
21
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export interface PdmToggleGroupItem {
|
|
4
|
-
label: string;
|
|
5
|
-
value: string;
|
|
6
|
-
disabled?: boolean;
|
|
7
|
-
}
|
|
8
|
-
export declare class PdmToggleGroupComponent {
|
|
9
|
-
items: PdmToggleGroupItem[];
|
|
10
|
-
value: string;
|
|
11
|
-
className: string;
|
|
12
|
-
valueChange: EventEmitter<string>;
|
|
13
|
-
onSelect(next: string, disabled?: boolean): void;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PdmToggleGroupComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PdmToggleGroupComponent, "pdm-toggle-group", never, { "items": "items"; "value": "value"; "className": "className"; }, { "valueChange": "valueChange"; }, never, never, false, never>;
|
|
16
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class PdmTooltipComponent {
|
|
3
|
-
text: string;
|
|
4
|
-
side: 'top' | 'right' | 'bottom' | 'left';
|
|
5
|
-
className: string;
|
|
6
|
-
open: boolean;
|
|
7
|
-
get positionClass(): string;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PdmTooltipComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PdmTooltipComponent, "pdm-tooltip", never, { "text": "text"; "side": "side"; "className": "className"; }, {}, never, ["*"], false, never>;
|
|
10
|
-
}
|