UNPKG

@smart-webcomponents-angular/cardview

Version:

[![Price](https://img.shields.io/badge/price-COMMERCIAL-0098f7.svg)](https://jqwidgets.com/license/)

42 lines (37 loc) 1.16 kB
/* Smart UI v22.0.2 (2025-01-31) Copyright (c) 2011-2025 jQWidgets. License: https://htmlelements.com/license/ */ // import '../../common/runtime.js'; import "../smart.element.js"; import "../smart.button.js"; import "../smart.card.js"; import "../smart.carousel.js"; import "../smart.checkbox.js"; import "../smart.sortable.js"; import "../smart.date.js"; import "../smart.draw.js"; import "../smart.math.js"; import "../smart.numeric.js"; import "../smart.dropdownlist.js"; import "../smart.listbox.js"; import "../smart.tooltip.js"; import "../smart.calendar.js"; import "../smart.timepicker.js"; import "../smart.datetimepicker.js"; import "../smart.filter.js"; import "../smart.input.js"; import "../smart.complex.js"; import "../smart.numerictextbox.js"; import "../smart.data.js"; import "../smart.scrollbar.js"; import "../smart.switchbutton.js"; import "../smart.window.js"; import "../smart.gridpanel.js"; import "../smart.cardview.js"; export class smartCardView extends Smart.Component { get name() { return 'smartCardView'; } } export class smartDataAdapter extends Smart.DataAdapter { }