@codeenvision/ui-webcomponents 1.0.0
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/LICENSE +21 -0
- package/README.md +244 -0
- package/dist/components/AccessControlMatrix/AccessControlMatrix.d.ts +20 -0
- package/dist/components/AccessControlMatrix/AccessControlMatrix.d.ts.map +1 -0
- package/dist/components/AccessControlMatrix/AccessControlMatrix.js +239 -0
- package/dist/components/AccessControlMatrix/AccessControlMatrix.js.map +1 -0
- package/dist/components/AccessControlMatrix/AccessControlMatrix.types.d.ts +23 -0
- package/dist/components/AccessControlMatrix/AccessControlMatrix.types.d.ts.map +1 -0
- package/dist/components/AccessControlMatrix/AccessControlMatrix.types.js +2 -0
- package/dist/components/AccessControlMatrix/AccessControlMatrix.types.js.map +1 -0
- package/dist/components/Accordion/Accordion.d.ts +17 -0
- package/dist/components/Accordion/Accordion.d.ts.map +1 -0
- package/dist/components/Accordion/Accordion.js +89 -0
- package/dist/components/Accordion/Accordion.js.map +1 -0
- package/dist/components/Accordion/Accordion.types.d.ts +8 -0
- package/dist/components/Accordion/Accordion.types.d.ts.map +1 -0
- package/dist/components/Accordion/Accordion.types.js +2 -0
- package/dist/components/Accordion/Accordion.types.js.map +1 -0
- package/dist/components/AtmCard/AtmCard.d.ts +13 -0
- package/dist/components/AtmCard/AtmCard.d.ts.map +1 -0
- package/dist/components/AtmCard/AtmCard.js +72 -0
- package/dist/components/AtmCard/AtmCard.js.map +1 -0
- package/dist/components/AtmCard/AtmCard.types.d.ts +11 -0
- package/dist/components/AtmCard/AtmCard.types.d.ts.map +1 -0
- package/dist/components/AtmCard/AtmCard.types.js +2 -0
- package/dist/components/AtmCard/AtmCard.types.js.map +1 -0
- package/dist/components/AuditLogViewer/AuditLogViewer.d.ts +28 -0
- package/dist/components/AuditLogViewer/AuditLogViewer.d.ts.map +1 -0
- package/dist/components/AuditLogViewer/AuditLogViewer.js +276 -0
- package/dist/components/AuditLogViewer/AuditLogViewer.js.map +1 -0
- package/dist/components/AuditLogViewer/AuditLogViewer.types.d.ts +34 -0
- package/dist/components/AuditLogViewer/AuditLogViewer.types.d.ts.map +1 -0
- package/dist/components/AuditLogViewer/AuditLogViewer.types.js +2 -0
- package/dist/components/AuditLogViewer/AuditLogViewer.types.js.map +1 -0
- package/dist/components/Avatar/Avatar.d.ts +10 -0
- package/dist/components/Avatar/Avatar.d.ts.map +1 -0
- package/dist/components/Avatar/Avatar.js +63 -0
- package/dist/components/Avatar/Avatar.js.map +1 -0
- package/dist/components/Avatar/Avatar.types.d.ts +10 -0
- package/dist/components/Avatar/Avatar.types.d.ts.map +1 -0
- package/dist/components/Avatar/Avatar.types.js +2 -0
- package/dist/components/Avatar/Avatar.types.js.map +1 -0
- package/dist/components/BacklogBoard/BacklogBoard.d.ts +31 -0
- package/dist/components/BacklogBoard/BacklogBoard.d.ts.map +1 -0
- package/dist/components/BacklogBoard/BacklogBoard.js +524 -0
- package/dist/components/BacklogBoard/BacklogBoard.js.map +1 -0
- package/dist/components/BacklogBoard/BacklogBoard.types.d.ts +34 -0
- package/dist/components/BacklogBoard/BacklogBoard.types.d.ts.map +1 -0
- package/dist/components/BacklogBoard/BacklogBoard.types.js +2 -0
- package/dist/components/BacklogBoard/BacklogBoard.types.js.map +1 -0
- package/dist/components/Badge/Badge.d.ts +11 -0
- package/dist/components/Badge/Badge.d.ts.map +1 -0
- package/dist/components/Badge/Badge.js +64 -0
- package/dist/components/Badge/Badge.js.map +1 -0
- package/dist/components/Badge/Badge.types.d.ts +11 -0
- package/dist/components/Badge/Badge.types.d.ts.map +1 -0
- package/dist/components/Badge/Badge.types.js +2 -0
- package/dist/components/Badge/Badge.types.js.map +1 -0
- package/dist/components/Barcode/Barcode.d.ts +16 -0
- package/dist/components/Barcode/Barcode.d.ts.map +1 -0
- package/dist/components/Barcode/Barcode.js +142 -0
- package/dist/components/Barcode/Barcode.js.map +1 -0
- package/dist/components/Barcode/Barcode.types.d.ts +10 -0
- package/dist/components/Barcode/Barcode.types.d.ts.map +1 -0
- package/dist/components/Barcode/Barcode.types.js +2 -0
- package/dist/components/Barcode/Barcode.types.js.map +1 -0
- package/dist/components/BottomNav/BottomNav.d.ts +17 -0
- package/dist/components/BottomNav/BottomNav.d.ts.map +1 -0
- package/dist/components/BottomNav/BottomNav.js +140 -0
- package/dist/components/BottomNav/BottomNav.js.map +1 -0
- package/dist/components/BottomNav/BottomNav.types.d.ts +20 -0
- package/dist/components/BottomNav/BottomNav.types.d.ts.map +1 -0
- package/dist/components/BottomNav/BottomNav.types.js +2 -0
- package/dist/components/BottomNav/BottomNav.types.js.map +1 -0
- package/dist/components/Button/Button.d.ts +16 -0
- package/dist/components/Button/Button.d.ts.map +1 -0
- package/dist/components/Button/Button.js +168 -0
- package/dist/components/Button/Button.js.map +1 -0
- package/dist/components/Button/Button.types.d.ts +19 -0
- package/dist/components/Button/Button.types.d.ts.map +1 -0
- package/dist/components/Button/Button.types.js +2 -0
- package/dist/components/Button/Button.types.js.map +1 -0
- package/dist/components/Calendar/Calendar.d.ts +17 -0
- package/dist/components/Calendar/Calendar.d.ts.map +1 -0
- package/dist/components/Calendar/Calendar.js +244 -0
- package/dist/components/Calendar/Calendar.js.map +1 -0
- package/dist/components/Calendar/Calendar.types.d.ts +13 -0
- package/dist/components/Calendar/Calendar.types.d.ts.map +1 -0
- package/dist/components/Calendar/Calendar.types.js +2 -0
- package/dist/components/Calendar/Calendar.types.js.map +1 -0
- package/dist/components/Card/Card.d.ts +10 -0
- package/dist/components/Card/Card.d.ts.map +1 -0
- package/dist/components/Card/Card.js +66 -0
- package/dist/components/Card/Card.js.map +1 -0
- package/dist/components/Card/Card.types.d.ts +10 -0
- package/dist/components/Card/Card.types.d.ts.map +1 -0
- package/dist/components/Card/Card.types.js +2 -0
- package/dist/components/Card/Card.types.js.map +1 -0
- package/dist/components/Carousel/Carousel.d.ts +25 -0
- package/dist/components/Carousel/Carousel.d.ts.map +1 -0
- package/dist/components/Carousel/Carousel.js +269 -0
- package/dist/components/Carousel/Carousel.js.map +1 -0
- package/dist/components/Carousel/Carousel.types.d.ts +21 -0
- package/dist/components/Carousel/Carousel.types.d.ts.map +1 -0
- package/dist/components/Carousel/Carousel.types.js +2 -0
- package/dist/components/Carousel/Carousel.types.js.map +1 -0
- package/dist/components/Cart/Cart.d.ts +22 -0
- package/dist/components/Cart/Cart.d.ts.map +1 -0
- package/dist/components/Cart/Cart.js +185 -0
- package/dist/components/Cart/Cart.js.map +1 -0
- package/dist/components/Cart/Cart.types.d.ts +17 -0
- package/dist/components/Cart/Cart.types.d.ts.map +1 -0
- package/dist/components/Cart/Cart.types.js +2 -0
- package/dist/components/Cart/Cart.types.js.map +1 -0
- package/dist/components/Chart/Chart.d.ts +30 -0
- package/dist/components/Chart/Chart.d.ts.map +1 -0
- package/dist/components/Chart/Chart.js +575 -0
- package/dist/components/Chart/Chart.js.map +1 -0
- package/dist/components/Chart/Chart.types.d.ts +46 -0
- package/dist/components/Chart/Chart.types.d.ts.map +1 -0
- package/dist/components/Chart/Chart.types.js +2 -0
- package/dist/components/Chart/Chart.types.js.map +1 -0
- package/dist/components/Chat/Chat.d.ts +23 -0
- package/dist/components/Chat/Chat.d.ts.map +1 -0
- package/dist/components/Chat/Chat.js +243 -0
- package/dist/components/Chat/Chat.js.map +1 -0
- package/dist/components/Chat/Chat.types.d.ts +26 -0
- package/dist/components/Chat/Chat.types.d.ts.map +1 -0
- package/dist/components/Chat/Chat.types.js +2 -0
- package/dist/components/Chat/Chat.types.js.map +1 -0
- package/dist/components/Checkbox/Checkbox.d.ts +13 -0
- package/dist/components/Checkbox/Checkbox.d.ts.map +1 -0
- package/dist/components/Checkbox/Checkbox.js +27 -0
- package/dist/components/Checkbox/Checkbox.js.map +1 -0
- package/dist/components/Checkbox/Checkbox.types.d.ts +5 -0
- package/dist/components/Checkbox/Checkbox.types.d.ts.map +1 -0
- package/dist/components/Checkbox/Checkbox.types.js +2 -0
- package/dist/components/Checkbox/Checkbox.types.js.map +1 -0
- package/dist/components/Chip/Chip.d.ts +14 -0
- package/dist/components/Chip/Chip.d.ts.map +1 -0
- package/dist/components/Chip/Chip.js +129 -0
- package/dist/components/Chip/Chip.js.map +1 -0
- package/dist/components/Chip/Chip.types.d.ts +14 -0
- package/dist/components/Chip/Chip.types.d.ts.map +1 -0
- package/dist/components/Chip/Chip.types.js +2 -0
- package/dist/components/Chip/Chip.types.js.map +1 -0
- package/dist/components/ColorGradient/ColorGradient.d.ts +26 -0
- package/dist/components/ColorGradient/ColorGradient.d.ts.map +1 -0
- package/dist/components/ColorGradient/ColorGradient.js +251 -0
- package/dist/components/ColorGradient/ColorGradient.js.map +1 -0
- package/dist/components/ColorGradient/ColorGradient.types.d.ts +29 -0
- package/dist/components/ColorGradient/ColorGradient.types.d.ts.map +1 -0
- package/dist/components/ColorGradient/ColorGradient.types.js +2 -0
- package/dist/components/ColorGradient/ColorGradient.types.js.map +1 -0
- package/dist/components/ColorPalette/ColorPalette.d.ts +19 -0
- package/dist/components/ColorPalette/ColorPalette.d.ts.map +1 -0
- package/dist/components/ColorPalette/ColorPalette.js +174 -0
- package/dist/components/ColorPalette/ColorPalette.js.map +1 -0
- package/dist/components/ColorPalette/ColorPalette.types.d.ts +24 -0
- package/dist/components/ColorPalette/ColorPalette.types.d.ts.map +1 -0
- package/dist/components/ColorPalette/ColorPalette.types.js +2 -0
- package/dist/components/ColorPalette/ColorPalette.types.js.map +1 -0
- package/dist/components/ColorPicker/ColorPicker.d.ts +19 -0
- package/dist/components/ColorPicker/ColorPicker.d.ts.map +1 -0
- package/dist/components/ColorPicker/ColorPicker.js +176 -0
- package/dist/components/ColorPicker/ColorPicker.js.map +1 -0
- package/dist/components/ColorPicker/ColorPicker.types.d.ts +12 -0
- package/dist/components/ColorPicker/ColorPicker.types.d.ts.map +1 -0
- package/dist/components/ColorPicker/ColorPicker.types.js +2 -0
- package/dist/components/ColorPicker/ColorPicker.types.js.map +1 -0
- package/dist/components/ComboBox/ComboBox.d.ts +17 -0
- package/dist/components/ComboBox/ComboBox.d.ts.map +1 -0
- package/dist/components/ComboBox/ComboBox.js +136 -0
- package/dist/components/ComboBox/ComboBox.js.map +1 -0
- package/dist/components/ComboBox/ComboBox.types.d.ts +13 -0
- package/dist/components/ComboBox/ComboBox.types.d.ts.map +1 -0
- package/dist/components/ComboBox/ComboBox.types.js +2 -0
- package/dist/components/ComboBox/ComboBox.types.js.map +1 -0
- package/dist/components/ContextMenu/ContextMenu.d.ts +47 -0
- package/dist/components/ContextMenu/ContextMenu.d.ts.map +1 -0
- package/dist/components/ContextMenu/ContextMenu.js +464 -0
- package/dist/components/ContextMenu/ContextMenu.js.map +1 -0
- package/dist/components/ContextMenu/ContextMenu.types.d.ts +57 -0
- package/dist/components/ContextMenu/ContextMenu.types.d.ts.map +1 -0
- package/dist/components/ContextMenu/ContextMenu.types.js +2 -0
- package/dist/components/ContextMenu/ContextMenu.types.js.map +1 -0
- package/dist/components/DataTablePro/DataTablePro.d.ts +30 -0
- package/dist/components/DataTablePro/DataTablePro.d.ts.map +1 -0
- package/dist/components/DataTablePro/DataTablePro.js +330 -0
- package/dist/components/DataTablePro/DataTablePro.js.map +1 -0
- package/dist/components/DataTablePro/DataTablePro.types.d.ts +25 -0
- package/dist/components/DataTablePro/DataTablePro.types.d.ts.map +1 -0
- package/dist/components/DataTablePro/DataTablePro.types.js +2 -0
- package/dist/components/DataTablePro/DataTablePro.types.js.map +1 -0
- package/dist/components/DatePicker/DatePicker.d.ts +40 -0
- package/dist/components/DatePicker/DatePicker.d.ts.map +1 -0
- package/dist/components/DatePicker/DatePicker.js +461 -0
- package/dist/components/DatePicker/DatePicker.js.map +1 -0
- package/dist/components/DatePicker/DatePicker.types.d.ts +21 -0
- package/dist/components/DatePicker/DatePicker.types.d.ts.map +1 -0
- package/dist/components/DatePicker/DatePicker.types.js +2 -0
- package/dist/components/DatePicker/DatePicker.types.js.map +1 -0
- package/dist/components/DateRangePicker/DateRangePicker.d.ts +44 -0
- package/dist/components/DateRangePicker/DateRangePicker.d.ts.map +1 -0
- package/dist/components/DateRangePicker/DateRangePicker.js +517 -0
- package/dist/components/DateRangePicker/DateRangePicker.js.map +1 -0
- package/dist/components/DateRangePicker/DateRangePicker.types.d.ts +25 -0
- package/dist/components/DateRangePicker/DateRangePicker.types.d.ts.map +1 -0
- package/dist/components/DateRangePicker/DateRangePicker.types.js +2 -0
- package/dist/components/DateRangePicker/DateRangePicker.types.js.map +1 -0
- package/dist/components/Diagram/Diagram.d.ts +137 -0
- package/dist/components/Diagram/Diagram.d.ts.map +1 -0
- package/dist/components/Diagram/Diagram.js +2471 -0
- package/dist/components/Diagram/Diagram.js.map +1 -0
- package/dist/components/Diagram/Diagram.types.d.ts +47 -0
- package/dist/components/Diagram/Diagram.types.d.ts.map +1 -0
- package/dist/components/Diagram/Diagram.types.js +2 -0
- package/dist/components/Diagram/Diagram.types.js.map +1 -0
- package/dist/components/Dialog/Dialog.d.ts +12 -0
- package/dist/components/Dialog/Dialog.d.ts.map +1 -0
- package/dist/components/Dialog/Dialog.js +41 -0
- package/dist/components/Dialog/Dialog.js.map +1 -0
- package/dist/components/Dialog/Dialog.types.d.ts +8 -0
- package/dist/components/Dialog/Dialog.types.d.ts.map +1 -0
- package/dist/components/Dialog/Dialog.types.js +2 -0
- package/dist/components/Dialog/Dialog.types.js.map +1 -0
- package/dist/components/DialogWindow/DialogWindow.d.ts +33 -0
- package/dist/components/DialogWindow/DialogWindow.d.ts.map +1 -0
- package/dist/components/DialogWindow/DialogWindow.js +307 -0
- package/dist/components/DialogWindow/DialogWindow.js.map +1 -0
- package/dist/components/DialogWindow/DialogWindow.types.d.ts +23 -0
- package/dist/components/DialogWindow/DialogWindow.types.d.ts.map +1 -0
- package/dist/components/DialogWindow/DialogWindow.types.js +2 -0
- package/dist/components/DialogWindow/DialogWindow.types.js.map +1 -0
- package/dist/components/Drawer/Drawer.d.ts +34 -0
- package/dist/components/Drawer/Drawer.d.ts.map +1 -0
- package/dist/components/Drawer/Drawer.js +480 -0
- package/dist/components/Drawer/Drawer.js.map +1 -0
- package/dist/components/Drawer/Drawer.types.d.ts +33 -0
- package/dist/components/Drawer/Drawer.types.d.ts.map +1 -0
- package/dist/components/Drawer/Drawer.types.js +2 -0
- package/dist/components/Drawer/Drawer.types.js.map +1 -0
- package/dist/components/Dropdown/Dropdown.d.ts +40 -0
- package/dist/components/Dropdown/Dropdown.d.ts.map +1 -0
- package/dist/components/Dropdown/Dropdown.js +428 -0
- package/dist/components/Dropdown/Dropdown.js.map +1 -0
- package/dist/components/Dropdown/Dropdown.types.d.ts +24 -0
- package/dist/components/Dropdown/Dropdown.types.d.ts.map +1 -0
- package/dist/components/Dropdown/Dropdown.types.js +2 -0
- package/dist/components/Dropdown/Dropdown.types.js.map +1 -0
- package/dist/components/Editor/Editor.d.ts +36 -0
- package/dist/components/Editor/Editor.d.ts.map +1 -0
- package/dist/components/Editor/Editor.js +685 -0
- package/dist/components/Editor/Editor.js.map +1 -0
- package/dist/components/Editor/Editor.types.d.ts +30 -0
- package/dist/components/Editor/Editor.types.d.ts.map +1 -0
- package/dist/components/Editor/Editor.types.js +2 -0
- package/dist/components/Editor/Editor.types.js.map +1 -0
- package/dist/components/FeatureFlagsManager/FeatureFlagsManager.d.ts +18 -0
- package/dist/components/FeatureFlagsManager/FeatureFlagsManager.d.ts.map +1 -0
- package/dist/components/FeatureFlagsManager/FeatureFlagsManager.js +221 -0
- package/dist/components/FeatureFlagsManager/FeatureFlagsManager.js.map +1 -0
- package/dist/components/FeatureFlagsManager/FeatureFlagsManager.types.d.ts +22 -0
- package/dist/components/FeatureFlagsManager/FeatureFlagsManager.types.d.ts.map +1 -0
- package/dist/components/FeatureFlagsManager/FeatureFlagsManager.types.js +2 -0
- package/dist/components/FeatureFlagsManager/FeatureFlagsManager.types.js.map +1 -0
- package/dist/components/FileManager/FileManager.d.ts +66 -0
- package/dist/components/FileManager/FileManager.d.ts.map +1 -0
- package/dist/components/FileManager/FileManager.js +740 -0
- package/dist/components/FileManager/FileManager.js.map +1 -0
- package/dist/components/FileManager/FileManager.types.d.ts +56 -0
- package/dist/components/FileManager/FileManager.types.d.ts.map +1 -0
- package/dist/components/FileManager/FileManager.types.js +2 -0
- package/dist/components/FileManager/FileManager.types.js.map +1 -0
- package/dist/components/Form/Form.d.ts +20 -0
- package/dist/components/Form/Form.d.ts.map +1 -0
- package/dist/components/Form/Form.js +352 -0
- package/dist/components/Form/Form.js.map +1 -0
- package/dist/components/Form/Form.types.d.ts +41 -0
- package/dist/components/Form/Form.types.d.ts.map +1 -0
- package/dist/components/Form/Form.types.js +2 -0
- package/dist/components/Form/Form.types.js.map +1 -0
- package/dist/components/FormBuilder/FormBuilder.d.ts +23 -0
- package/dist/components/FormBuilder/FormBuilder.d.ts.map +1 -0
- package/dist/components/FormBuilder/FormBuilder.js +352 -0
- package/dist/components/FormBuilder/FormBuilder.js.map +1 -0
- package/dist/components/FormBuilder/FormBuilder.types.d.ts +37 -0
- package/dist/components/FormBuilder/FormBuilder.types.d.ts.map +1 -0
- package/dist/components/FormBuilder/FormBuilder.types.js +2 -0
- package/dist/components/FormBuilder/FormBuilder.types.js.map +1 -0
- package/dist/components/Gantt/Gantt.d.ts +11 -0
- package/dist/components/Gantt/Gantt.d.ts.map +1 -0
- package/dist/components/Gantt/Gantt.js +50 -0
- package/dist/components/Gantt/Gantt.js.map +1 -0
- package/dist/components/Gantt/Gantt.types.d.ts +10 -0
- package/dist/components/Gantt/Gantt.types.d.ts.map +1 -0
- package/dist/components/Gantt/Gantt.types.js +2 -0
- package/dist/components/Gantt/Gantt.types.js.map +1 -0
- package/dist/components/Grid/Grid.d.ts +9 -0
- package/dist/components/Grid/Grid.d.ts.map +1 -0
- package/dist/components/Grid/Grid.js +48 -0
- package/dist/components/Grid/Grid.js.map +1 -0
- package/dist/components/Grid/Grid.types.d.ts +12 -0
- package/dist/components/Grid/Grid.types.d.ts.map +1 -0
- package/dist/components/Grid/Grid.types.js +2 -0
- package/dist/components/Grid/Grid.types.js.map +1 -0
- package/dist/components/Guage/Gauge.types.d.ts +14 -0
- package/dist/components/Guage/Gauge.types.d.ts.map +1 -0
- package/dist/components/Guage/Gauge.types.js +2 -0
- package/dist/components/Guage/Gauge.types.js.map +1 -0
- package/dist/components/Guage/Guage.d.ts +17 -0
- package/dist/components/Guage/Guage.d.ts.map +1 -0
- package/dist/components/Guage/Guage.js +146 -0
- package/dist/components/Guage/Guage.js.map +1 -0
- package/dist/components/Icon/CeIcon.d.ts +10 -0
- package/dist/components/Icon/CeIcon.d.ts.map +1 -0
- package/dist/components/Icon/CeIcon.js +141 -0
- package/dist/components/Icon/CeIcon.js.map +1 -0
- package/dist/components/IdentitySsoSettings/IdentitySsoSettings.d.ts +20 -0
- package/dist/components/IdentitySsoSettings/IdentitySsoSettings.d.ts.map +1 -0
- package/dist/components/IdentitySsoSettings/IdentitySsoSettings.js +218 -0
- package/dist/components/IdentitySsoSettings/IdentitySsoSettings.js.map +1 -0
- package/dist/components/IdentitySsoSettings/IdentitySsoSettings.types.d.ts +30 -0
- package/dist/components/IdentitySsoSettings/IdentitySsoSettings.types.d.ts.map +1 -0
- package/dist/components/IdentitySsoSettings/IdentitySsoSettings.types.js +2 -0
- package/dist/components/IdentitySsoSettings/IdentitySsoSettings.types.js.map +1 -0
- package/dist/components/Input/Input.d.ts +10 -0
- package/dist/components/Input/Input.d.ts.map +1 -0
- package/dist/components/Input/Input.js +27 -0
- package/dist/components/Input/Input.js.map +1 -0
- package/dist/components/Input/Input.types.d.ts +8 -0
- package/dist/components/Input/Input.types.d.ts.map +1 -0
- package/dist/components/Input/Input.types.js +2 -0
- package/dist/components/Input/Input.types.js.map +1 -0
- package/dist/components/InputMask/InputMask.d.ts +10 -0
- package/dist/components/InputMask/InputMask.d.ts.map +1 -0
- package/dist/components/InputMask/InputMask.js +39 -0
- package/dist/components/InputMask/InputMask.js.map +1 -0
- package/dist/components/InputMask/InputMask.types.d.ts +6 -0
- package/dist/components/InputMask/InputMask.types.d.ts.map +1 -0
- package/dist/components/InputMask/InputMask.types.js +2 -0
- package/dist/components/InputMask/InputMask.types.js.map +1 -0
- package/dist/components/Kanban/Kanban.d.ts +30 -0
- package/dist/components/Kanban/Kanban.d.ts.map +1 -0
- package/dist/components/Kanban/Kanban.js +348 -0
- package/dist/components/Kanban/Kanban.js.map +1 -0
- package/dist/components/Kanban/Kanban.types.d.ts +27 -0
- package/dist/components/Kanban/Kanban.types.d.ts.map +1 -0
- package/dist/components/Kanban/Kanban.types.js +2 -0
- package/dist/components/Kanban/Kanban.types.js.map +1 -0
- package/dist/components/ListBox/ListBox.d.ts +28 -0
- package/dist/components/ListBox/ListBox.d.ts.map +1 -0
- package/dist/components/ListBox/ListBox.js +290 -0
- package/dist/components/ListBox/ListBox.js.map +1 -0
- package/dist/components/ListBox/ListBox.types.d.ts +24 -0
- package/dist/components/ListBox/ListBox.types.d.ts.map +1 -0
- package/dist/components/ListBox/ListBox.types.js +2 -0
- package/dist/components/ListBox/ListBox.types.js.map +1 -0
- package/dist/components/ListView/ListView.d.ts +26 -0
- package/dist/components/ListView/ListView.d.ts.map +1 -0
- package/dist/components/ListView/ListView.js +284 -0
- package/dist/components/ListView/ListView.js.map +1 -0
- package/dist/components/ListView/ListView.types.d.ts +30 -0
- package/dist/components/ListView/ListView.types.d.ts.map +1 -0
- package/dist/components/ListView/ListView.types.js +2 -0
- package/dist/components/ListView/ListView.types.js.map +1 -0
- package/dist/components/Loader/Loader.d.ts +10 -0
- package/dist/components/Loader/Loader.d.ts.map +1 -0
- package/dist/components/Loader/Loader.js +60 -0
- package/dist/components/Loader/Loader.js.map +1 -0
- package/dist/components/Loader/Loader.types.d.ts +7 -0
- package/dist/components/Loader/Loader.types.d.ts.map +1 -0
- package/dist/components/Loader/Loader.types.js +2 -0
- package/dist/components/Loader/Loader.types.js.map +1 -0
- package/dist/components/Map/Map.d.ts +10 -0
- package/dist/components/Map/Map.d.ts.map +1 -0
- package/dist/components/Map/Map.js +85 -0
- package/dist/components/Map/Map.js.map +1 -0
- package/dist/components/Map/Map.types.d.ts +13 -0
- package/dist/components/Map/Map.types.d.ts.map +1 -0
- package/dist/components/Map/Map.types.js +2 -0
- package/dist/components/Map/Map.types.js.map +1 -0
- package/dist/components/Memo/Memo.d.ts +12 -0
- package/dist/components/Memo/Memo.d.ts.map +1 -0
- package/dist/components/Memo/Memo.js +105 -0
- package/dist/components/Memo/Memo.js.map +1 -0
- package/dist/components/Memo/Memo.types.d.ts +9 -0
- package/dist/components/Memo/Memo.types.d.ts.map +1 -0
- package/dist/components/Memo/Memo.types.js +2 -0
- package/dist/components/Memo/Memo.types.js.map +1 -0
- package/dist/components/Menu/Menu.d.ts +42 -0
- package/dist/components/Menu/Menu.d.ts.map +1 -0
- package/dist/components/Menu/Menu.js +582 -0
- package/dist/components/Menu/Menu.js.map +1 -0
- package/dist/components/Menu/Menu.types.d.ts +47 -0
- package/dist/components/Menu/Menu.types.d.ts.map +1 -0
- package/dist/components/Menu/Menu.types.js +2 -0
- package/dist/components/Menu/Menu.types.js.map +1 -0
- package/dist/components/MultiSelect/MultiSelect.d.ts +39 -0
- package/dist/components/MultiSelect/MultiSelect.d.ts.map +1 -0
- package/dist/components/MultiSelect/MultiSelect.js +483 -0
- package/dist/components/MultiSelect/MultiSelect.js.map +1 -0
- package/dist/components/MultiSelect/MultiSelect.types.d.ts +21 -0
- package/dist/components/MultiSelect/MultiSelect.types.d.ts.map +1 -0
- package/dist/components/MultiSelect/MultiSelect.types.js +2 -0
- package/dist/components/MultiSelect/MultiSelect.types.js.map +1 -0
- package/dist/components/Navbar/Navbar.d.ts +31 -0
- package/dist/components/Navbar/Navbar.d.ts.map +1 -0
- package/dist/components/Navbar/Navbar.js +482 -0
- package/dist/components/Navbar/Navbar.js.map +1 -0
- package/dist/components/Navbar/Navbar.types.d.ts +39 -0
- package/dist/components/Navbar/Navbar.types.d.ts.map +1 -0
- package/dist/components/Navbar/Navbar.types.js +2 -0
- package/dist/components/Navbar/Navbar.types.js.map +1 -0
- package/dist/components/Notification/Notification.d.ts +14 -0
- package/dist/components/Notification/Notification.d.ts.map +1 -0
- package/dist/components/Notification/Notification.js +198 -0
- package/dist/components/Notification/Notification.js.map +1 -0
- package/dist/components/Notification/Notification.types.d.ts +18 -0
- package/dist/components/Notification/Notification.types.d.ts.map +1 -0
- package/dist/components/Notification/Notification.types.js +2 -0
- package/dist/components/Notification/Notification.types.js.map +1 -0
- package/dist/components/NumericText/NumericText.d.ts +36 -0
- package/dist/components/NumericText/NumericText.d.ts.map +1 -0
- package/dist/components/NumericText/NumericText.js +316 -0
- package/dist/components/NumericText/NumericText.js.map +1 -0
- package/dist/components/NumericText/NumericText.types.d.ts +25 -0
- package/dist/components/NumericText/NumericText.types.d.ts.map +1 -0
- package/dist/components/NumericText/NumericText.types.js +2 -0
- package/dist/components/NumericText/NumericText.types.js.map +1 -0
- package/dist/components/OpsConsole/OpsConsole.d.ts +17 -0
- package/dist/components/OpsConsole/OpsConsole.d.ts.map +1 -0
- package/dist/components/OpsConsole/OpsConsole.js +251 -0
- package/dist/components/OpsConsole/OpsConsole.js.map +1 -0
- package/dist/components/OpsConsole/OpsConsole.types.d.ts +36 -0
- package/dist/components/OpsConsole/OpsConsole.types.d.ts.map +1 -0
- package/dist/components/OpsConsole/OpsConsole.types.js +2 -0
- package/dist/components/OpsConsole/OpsConsole.types.js.map +1 -0
- package/dist/components/OtpInput/OtpInput.d.ts +20 -0
- package/dist/components/OtpInput/OtpInput.d.ts.map +1 -0
- package/dist/components/OtpInput/OtpInput.js +231 -0
- package/dist/components/OtpInput/OtpInput.js.map +1 -0
- package/dist/components/OtpInput/OtpInput.types.d.ts +18 -0
- package/dist/components/OtpInput/OtpInput.types.d.ts.map +1 -0
- package/dist/components/OtpInput/OtpInput.types.js +2 -0
- package/dist/components/OtpInput/OtpInput.types.js.map +1 -0
- package/dist/components/Pagination/Pagination.d.ts +26 -0
- package/dist/components/Pagination/Pagination.d.ts.map +1 -0
- package/dist/components/Pagination/Pagination.js +202 -0
- package/dist/components/Pagination/Pagination.js.map +1 -0
- package/dist/components/Pagination/Pagination.types.d.ts +12 -0
- package/dist/components/Pagination/Pagination.types.d.ts.map +1 -0
- package/dist/components/Pagination/Pagination.types.js +2 -0
- package/dist/components/Pagination/Pagination.types.js.map +1 -0
- package/dist/components/PdfViewer/PdfViewer.d.ts +24 -0
- package/dist/components/PdfViewer/PdfViewer.d.ts.map +1 -0
- package/dist/components/PdfViewer/PdfViewer.js +179 -0
- package/dist/components/PdfViewer/PdfViewer.js.map +1 -0
- package/dist/components/PdfViewer/PdfViewer.types.d.ts +12 -0
- package/dist/components/PdfViewer/PdfViewer.types.d.ts.map +1 -0
- package/dist/components/PdfViewer/PdfViewer.types.js +2 -0
- package/dist/components/PdfViewer/PdfViewer.types.js.map +1 -0
- package/dist/components/PivotGrid/PivotGrid.d.ts +10 -0
- package/dist/components/PivotGrid/PivotGrid.d.ts.map +1 -0
- package/dist/components/PivotGrid/PivotGrid.js +42 -0
- package/dist/components/PivotGrid/PivotGrid.js.map +1 -0
- package/dist/components/PivotGrid/PivotGrid.types.d.ts +8 -0
- package/dist/components/PivotGrid/PivotGrid.types.d.ts.map +1 -0
- package/dist/components/PivotGrid/PivotGrid.types.js +2 -0
- package/dist/components/PivotGrid/PivotGrid.types.js.map +1 -0
- package/dist/components/PolicyEditor/PolicyEditor.d.ts +25 -0
- package/dist/components/PolicyEditor/PolicyEditor.d.ts.map +1 -0
- package/dist/components/PolicyEditor/PolicyEditor.js +226 -0
- package/dist/components/PolicyEditor/PolicyEditor.js.map +1 -0
- package/dist/components/PolicyEditor/PolicyEditor.types.d.ts +24 -0
- package/dist/components/PolicyEditor/PolicyEditor.types.d.ts.map +1 -0
- package/dist/components/PolicyEditor/PolicyEditor.types.js +2 -0
- package/dist/components/PolicyEditor/PolicyEditor.types.js.map +1 -0
- package/dist/components/Popup/Popup.d.ts +32 -0
- package/dist/components/Popup/Popup.d.ts.map +1 -0
- package/dist/components/Popup/Popup.js +570 -0
- package/dist/components/Popup/Popup.js.map +1 -0
- package/dist/components/Popup/Popup.types.d.ts +43 -0
- package/dist/components/Popup/Popup.types.d.ts.map +1 -0
- package/dist/components/Popup/Popup.types.js +2 -0
- package/dist/components/Popup/Popup.types.js.map +1 -0
- package/dist/components/ProgressBar/ProgressBar.d.ts +12 -0
- package/dist/components/ProgressBar/ProgressBar.d.ts.map +1 -0
- package/dist/components/ProgressBar/ProgressBar.js +74 -0
- package/dist/components/ProgressBar/ProgressBar.js.map +1 -0
- package/dist/components/ProgressBar/ProgressBar.types.d.ts +6 -0
- package/dist/components/ProgressBar/ProgressBar.types.d.ts.map +1 -0
- package/dist/components/ProgressBar/ProgressBar.types.js +2 -0
- package/dist/components/ProgressBar/ProgressBar.types.js.map +1 -0
- package/dist/components/QrCode/QrCode.d.ts +14 -0
- package/dist/components/QrCode/QrCode.d.ts.map +1 -0
- package/dist/components/QrCode/QrCode.js +114 -0
- package/dist/components/QrCode/QrCode.js.map +1 -0
- package/dist/components/QrCode/QrCode.types.d.ts +9 -0
- package/dist/components/QrCode/QrCode.types.d.ts.map +1 -0
- package/dist/components/QrCode/QrCode.types.js +2 -0
- package/dist/components/QrCode/QrCode.types.js.map +1 -0
- package/dist/components/Radio/Radio.d.ts +10 -0
- package/dist/components/Radio/Radio.d.ts.map +1 -0
- package/dist/components/Radio/Radio.js +85 -0
- package/dist/components/Radio/Radio.js.map +1 -0
- package/dist/components/Radio/Radio.types.d.ts +15 -0
- package/dist/components/Radio/Radio.types.d.ts.map +1 -0
- package/dist/components/Radio/Radio.types.js +2 -0
- package/dist/components/Radio/Radio.types.js.map +1 -0
- package/dist/components/RadioRange/RadioRange.d.ts +11 -0
- package/dist/components/RadioRange/RadioRange.d.ts.map +1 -0
- package/dist/components/RadioRange/RadioRange.js +94 -0
- package/dist/components/RadioRange/RadioRange.js.map +1 -0
- package/dist/components/RadioRange/RadioRange.types.d.ts +11 -0
- package/dist/components/RadioRange/RadioRange.types.d.ts.map +1 -0
- package/dist/components/RadioRange/RadioRange.types.js +2 -0
- package/dist/components/RadioRange/RadioRange.types.js.map +1 -0
- package/dist/components/RangeSlider/RangeSlider.d.ts +11 -0
- package/dist/components/RangeSlider/RangeSlider.d.ts.map +1 -0
- package/dist/components/RangeSlider/RangeSlider.js +31 -0
- package/dist/components/RangeSlider/RangeSlider.js.map +1 -0
- package/dist/components/RangeSlider/RangeSlider.types.d.ts +8 -0
- package/dist/components/RangeSlider/RangeSlider.types.d.ts.map +1 -0
- package/dist/components/RangeSlider/RangeSlider.types.js +2 -0
- package/dist/components/RangeSlider/RangeSlider.types.js.map +1 -0
- package/dist/components/Rating/Rating.d.ts +14 -0
- package/dist/components/Rating/Rating.d.ts.map +1 -0
- package/dist/components/Rating/Rating.js +40 -0
- package/dist/components/Rating/Rating.js.map +1 -0
- package/dist/components/Rating/Rating.types.d.ts +7 -0
- package/dist/components/Rating/Rating.types.d.ts.map +1 -0
- package/dist/components/Rating/Rating.types.js +2 -0
- package/dist/components/Rating/Rating.types.js.map +1 -0
- package/dist/components/RichTextEditor/RichTextEditor.d.ts +11 -0
- package/dist/components/RichTextEditor/RichTextEditor.d.ts.map +1 -0
- package/dist/components/RichTextEditor/RichTextEditor.js +38 -0
- package/dist/components/RichTextEditor/RichTextEditor.js.map +1 -0
- package/dist/components/RichTextEditor/RichTextEditor.types.d.ts +6 -0
- package/dist/components/RichTextEditor/RichTextEditor.types.d.ts.map +1 -0
- package/dist/components/RichTextEditor/RichTextEditor.types.js +2 -0
- package/dist/components/RichTextEditor/RichTextEditor.types.js.map +1 -0
- package/dist/components/SLADashboard/SLADashboard.d.ts +18 -0
- package/dist/components/SLADashboard/SLADashboard.d.ts.map +1 -0
- package/dist/components/SLADashboard/SLADashboard.js +237 -0
- package/dist/components/SLADashboard/SLADashboard.js.map +1 -0
- package/dist/components/SLADashboard/SLADashboard.types.d.ts +32 -0
- package/dist/components/SLADashboard/SLADashboard.types.d.ts.map +1 -0
- package/dist/components/SLADashboard/SLADashboard.types.js +2 -0
- package/dist/components/SLADashboard/SLADashboard.types.js.map +1 -0
- package/dist/components/Scheduler/Scheduler.d.ts +43 -0
- package/dist/components/Scheduler/Scheduler.d.ts.map +1 -0
- package/dist/components/Scheduler/Scheduler.js +548 -0
- package/dist/components/Scheduler/Scheduler.js.map +1 -0
- package/dist/components/Scheduler/Scheduler.types.d.ts +23 -0
- package/dist/components/Scheduler/Scheduler.types.d.ts.map +1 -0
- package/dist/components/Scheduler/Scheduler.types.js +2 -0
- package/dist/components/Scheduler/Scheduler.types.js.map +1 -0
- package/dist/components/ScrollView/ScrollView.d.ts +14 -0
- package/dist/components/ScrollView/ScrollView.d.ts.map +1 -0
- package/dist/components/ScrollView/ScrollView.js +80 -0
- package/dist/components/ScrollView/ScrollView.js.map +1 -0
- package/dist/components/ScrollView/ScrollView.types.d.ts +10 -0
- package/dist/components/ScrollView/ScrollView.types.d.ts.map +1 -0
- package/dist/components/ScrollView/ScrollView.types.js +2 -0
- package/dist/components/ScrollView/ScrollView.types.js.map +1 -0
- package/dist/components/SignaturePad/SignaturePad.d.ts +27 -0
- package/dist/components/SignaturePad/SignaturePad.d.ts.map +1 -0
- package/dist/components/SignaturePad/SignaturePad.js +187 -0
- package/dist/components/SignaturePad/SignaturePad.js.map +1 -0
- package/dist/components/SignaturePad/SignaturePad.types.d.ts +12 -0
- package/dist/components/SignaturePad/SignaturePad.types.d.ts.map +1 -0
- package/dist/components/SignaturePad/SignaturePad.types.js +2 -0
- package/dist/components/SignaturePad/SignaturePad.types.js.map +1 -0
- package/dist/components/Slider/Slider.d.ts +16 -0
- package/dist/components/Slider/Slider.d.ts.map +1 -0
- package/dist/components/Slider/Slider.js +112 -0
- package/dist/components/Slider/Slider.js.map +1 -0
- package/dist/components/Slider/Slider.types.d.ts +12 -0
- package/dist/components/Slider/Slider.types.d.ts.map +1 -0
- package/dist/components/Slider/Slider.types.js +2 -0
- package/dist/components/Slider/Slider.types.js.map +1 -0
- package/dist/components/SmartEditor/SmartEditor.d.ts +32 -0
- package/dist/components/SmartEditor/SmartEditor.d.ts.map +1 -0
- package/dist/components/SmartEditor/SmartEditor.js +478 -0
- package/dist/components/SmartEditor/SmartEditor.js.map +1 -0
- package/dist/components/SmartEditor/SmartEditor.types.d.ts +17 -0
- package/dist/components/SmartEditor/SmartEditor.types.d.ts.map +1 -0
- package/dist/components/SmartEditor/SmartEditor.types.js +2 -0
- package/dist/components/SmartEditor/SmartEditor.types.js.map +1 -0
- package/dist/components/SpeechToText/SpeechToText.d.ts +27 -0
- package/dist/components/SpeechToText/SpeechToText.d.ts.map +1 -0
- package/dist/components/SpeechToText/SpeechToText.js +161 -0
- package/dist/components/SpeechToText/SpeechToText.js.map +1 -0
- package/dist/components/SpeechToText/SpeechToText.types.d.ts +17 -0
- package/dist/components/SpeechToText/SpeechToText.types.d.ts.map +1 -0
- package/dist/components/SpeechToText/SpeechToText.types.js +2 -0
- package/dist/components/SpeechToText/SpeechToText.types.js.map +1 -0
- package/dist/components/Splitter/Splitter.d.ts +34 -0
- package/dist/components/Splitter/Splitter.d.ts.map +1 -0
- package/dist/components/Splitter/Splitter.js +237 -0
- package/dist/components/Splitter/Splitter.js.map +1 -0
- package/dist/components/Splitter/Splitter.types.d.ts +19 -0
- package/dist/components/Splitter/Splitter.types.d.ts.map +1 -0
- package/dist/components/Splitter/Splitter.types.js +2 -0
- package/dist/components/Splitter/Splitter.types.js.map +1 -0
- package/dist/components/Spreadsheet/Spreadsheet.d.ts +47 -0
- package/dist/components/Spreadsheet/Spreadsheet.d.ts.map +1 -0
- package/dist/components/Spreadsheet/Spreadsheet.js +597 -0
- package/dist/components/Spreadsheet/Spreadsheet.js.map +1 -0
- package/dist/components/Spreadsheet/Spreadsheet.types.d.ts +16 -0
- package/dist/components/Spreadsheet/Spreadsheet.types.d.ts.map +1 -0
- package/dist/components/Spreadsheet/Spreadsheet.types.js +2 -0
- package/dist/components/Spreadsheet/Spreadsheet.types.js.map +1 -0
- package/dist/components/Stepper/Stepper.d.ts +30 -0
- package/dist/components/Stepper/Stepper.d.ts.map +1 -0
- package/dist/components/Stepper/Stepper.js +258 -0
- package/dist/components/Stepper/Stepper.js.map +1 -0
- package/dist/components/Stepper/Stepper.types.d.ts +32 -0
- package/dist/components/Stepper/Stepper.types.d.ts.map +1 -0
- package/dist/components/Stepper/Stepper.types.js +2 -0
- package/dist/components/Stepper/Stepper.types.js.map +1 -0
- package/dist/components/Switch/Switch.d.ts +11 -0
- package/dist/components/Switch/Switch.d.ts.map +1 -0
- package/dist/components/Switch/Switch.js +21 -0
- package/dist/components/Switch/Switch.js.map +1 -0
- package/dist/components/Switch/Switch.types.d.ts +5 -0
- package/dist/components/Switch/Switch.types.d.ts.map +1 -0
- package/dist/components/Switch/Switch.types.js +2 -0
- package/dist/components/Switch/Switch.types.js.map +1 -0
- package/dist/components/TabLayout/TabLayout.d.ts +27 -0
- package/dist/components/TabLayout/TabLayout.d.ts.map +1 -0
- package/dist/components/TabLayout/TabLayout.js +269 -0
- package/dist/components/TabLayout/TabLayout.js.map +1 -0
- package/dist/components/TabLayout/TabLayout.types.d.ts +26 -0
- package/dist/components/TabLayout/TabLayout.types.d.ts.map +1 -0
- package/dist/components/TabLayout/TabLayout.types.js +2 -0
- package/dist/components/TabLayout/TabLayout.types.js.map +1 -0
- package/dist/components/Table/Table.d.ts +10 -0
- package/dist/components/Table/Table.d.ts.map +1 -0
- package/dist/components/Table/Table.js +120 -0
- package/dist/components/Table/Table.js.map +1 -0
- package/dist/components/Table/Table.types.d.ts +19 -0
- package/dist/components/Table/Table.types.d.ts.map +1 -0
- package/dist/components/Table/Table.types.js +2 -0
- package/dist/components/Table/Table.types.js.map +1 -0
- package/dist/components/Tabs/Tabs.d.ts +33 -0
- package/dist/components/Tabs/Tabs.d.ts.map +1 -0
- package/dist/components/Tabs/Tabs.js +403 -0
- package/dist/components/Tabs/Tabs.js.map +1 -0
- package/dist/components/Tabs/Tabs.types.d.ts +39 -0
- package/dist/components/Tabs/Tabs.types.d.ts.map +1 -0
- package/dist/components/Tabs/Tabs.types.js +2 -0
- package/dist/components/Tabs/Tabs.types.js.map +1 -0
- package/dist/components/TextArea/TextArea.d.ts +12 -0
- package/dist/components/TextArea/TextArea.d.ts.map +1 -0
- package/dist/components/TextArea/TextArea.js +53 -0
- package/dist/components/TextArea/TextArea.js.map +1 -0
- package/dist/components/TextArea/TextArea.types.d.ts +13 -0
- package/dist/components/TextArea/TextArea.types.d.ts.map +1 -0
- package/dist/components/TextArea/TextArea.types.js +2 -0
- package/dist/components/TextArea/TextArea.types.js.map +1 -0
- package/dist/components/Timeline/Timeline.d.ts +10 -0
- package/dist/components/Timeline/Timeline.d.ts.map +1 -0
- package/dist/components/Timeline/Timeline.js +118 -0
- package/dist/components/Timeline/Timeline.js.map +1 -0
- package/dist/components/Timeline/Timeline.types.d.ts +21 -0
- package/dist/components/Timeline/Timeline.types.d.ts.map +1 -0
- package/dist/components/Timeline/Timeline.types.js +2 -0
- package/dist/components/Timeline/Timeline.types.js.map +1 -0
- package/dist/components/Toast/Toast.d.ts +16 -0
- package/dist/components/Toast/Toast.d.ts.map +1 -0
- package/dist/components/Toast/Toast.js +85 -0
- package/dist/components/Toast/Toast.js.map +1 -0
- package/dist/components/Toast/Toast.types.d.ts +15 -0
- package/dist/components/Toast/Toast.types.d.ts.map +1 -0
- package/dist/components/Toast/Toast.types.js +2 -0
- package/dist/components/Toast/Toast.types.js.map +1 -0
- package/dist/components/TokenVault/TokenVault.d.ts +19 -0
- package/dist/components/TokenVault/TokenVault.d.ts.map +1 -0
- package/dist/components/TokenVault/TokenVault.js +206 -0
- package/dist/components/TokenVault/TokenVault.js.map +1 -0
- package/dist/components/TokenVault/TokenVault.types.d.ts +23 -0
- package/dist/components/TokenVault/TokenVault.types.d.ts.map +1 -0
- package/dist/components/TokenVault/TokenVault.types.js +2 -0
- package/dist/components/TokenVault/TokenVault.types.js.map +1 -0
- package/dist/components/Tooltip/Tooltip.d.ts +15 -0
- package/dist/components/Tooltip/Tooltip.d.ts.map +1 -0
- package/dist/components/Tooltip/Tooltip.js +64 -0
- package/dist/components/Tooltip/Tooltip.js.map +1 -0
- package/dist/components/Tooltip/Tooltip.types.d.ts +7 -0
- package/dist/components/Tooltip/Tooltip.types.d.ts.map +1 -0
- package/dist/components/Tooltip/Tooltip.types.js +2 -0
- package/dist/components/Tooltip/Tooltip.types.js.map +1 -0
- package/dist/components/TooltipManager/TooltipManager.d.ts +10 -0
- package/dist/components/TooltipManager/TooltipManager.d.ts.map +1 -0
- package/dist/components/TooltipManager/TooltipManager.js +116 -0
- package/dist/components/TooltipManager/TooltipManager.js.map +1 -0
- package/dist/components/TooltipManager/TooltipManager.types.d.ts +11 -0
- package/dist/components/TooltipManager/TooltipManager.types.d.ts.map +1 -0
- package/dist/components/TooltipManager/TooltipManager.types.js +2 -0
- package/dist/components/TooltipManager/TooltipManager.types.js.map +1 -0
- package/dist/components/TreeList/TreeList.d.ts +30 -0
- package/dist/components/TreeList/TreeList.d.ts.map +1 -0
- package/dist/components/TreeList/TreeList.js +375 -0
- package/dist/components/TreeList/TreeList.js.map +1 -0
- package/dist/components/TreeList/TreeList.types.d.ts +22 -0
- package/dist/components/TreeList/TreeList.types.d.ts.map +1 -0
- package/dist/components/TreeList/TreeList.types.js +2 -0
- package/dist/components/TreeList/TreeList.types.js.map +1 -0
- package/dist/components/TreeView/TreeView.d.ts +33 -0
- package/dist/components/TreeView/TreeView.d.ts.map +1 -0
- package/dist/components/TreeView/TreeView.js +405 -0
- package/dist/components/TreeView/TreeView.js.map +1 -0
- package/dist/components/TreeView/TreeView.types.d.ts +20 -0
- package/dist/components/TreeView/TreeView.types.d.ts.map +1 -0
- package/dist/components/TreeView/TreeView.types.js +2 -0
- package/dist/components/TreeView/TreeView.types.js.map +1 -0
- package/dist/components/Upload/Upload.d.ts +10 -0
- package/dist/components/Upload/Upload.d.ts.map +1 -0
- package/dist/components/Upload/Upload.js +19 -0
- package/dist/components/Upload/Upload.js.map +1 -0
- package/dist/components/Upload/Upload.types.d.ts +5 -0
- package/dist/components/Upload/Upload.types.d.ts.map +1 -0
- package/dist/components/Upload/Upload.types.js +2 -0
- package/dist/components/Upload/Upload.types.js.map +1 -0
- package/dist/components/Video/Video.d.ts +31 -0
- package/dist/components/Video/Video.d.ts.map +1 -0
- package/dist/components/Video/Video.js +337 -0
- package/dist/components/Video/Video.js.map +1 -0
- package/dist/components/Video/Video.types.d.ts +49 -0
- package/dist/components/Video/Video.types.d.ts.map +1 -0
- package/dist/components/Video/Video.types.js +2 -0
- package/dist/components/Video/Video.types.js.map +1 -0
- package/dist/components/VisitingCard/VisitingCard.d.ts +16 -0
- package/dist/components/VisitingCard/VisitingCard.d.ts.map +1 -0
- package/dist/components/VisitingCard/VisitingCard.js +105 -0
- package/dist/components/VisitingCard/VisitingCard.js.map +1 -0
- package/dist/components/VisitingCard/VisitingCard.types.d.ts +12 -0
- package/dist/components/VisitingCard/VisitingCard.types.d.ts.map +1 -0
- package/dist/components/VisitingCard/VisitingCard.types.js +2 -0
- package/dist/components/VisitingCard/VisitingCard.types.js.map +1 -0
- package/dist/components/Window/Window.d.ts +39 -0
- package/dist/components/Window/Window.d.ts.map +1 -0
- package/dist/components/Window/Window.js +264 -0
- package/dist/components/Window/Window.js.map +1 -0
- package/dist/components/Window/Window.types.d.ts +28 -0
- package/dist/components/Window/Window.types.d.ts.map +1 -0
- package/dist/components/Window/Window.types.js +2 -0
- package/dist/components/Window/Window.types.js.map +1 -0
- package/dist/components/Wizard/Wizard.d.ts +38 -0
- package/dist/components/Wizard/Wizard.d.ts.map +1 -0
- package/dist/components/Wizard/Wizard.js +547 -0
- package/dist/components/Wizard/Wizard.js.map +1 -0
- package/dist/components/Wizard/Wizard.types.d.ts +46 -0
- package/dist/components/Wizard/Wizard.types.d.ts.map +1 -0
- package/dist/components/Wizard/Wizard.types.js +2 -0
- package/dist/components/Wizard/Wizard.types.js.map +1 -0
- package/dist/components/WorkflowBuilder/WorkflowBuilder.d.ts +21 -0
- package/dist/components/WorkflowBuilder/WorkflowBuilder.d.ts.map +1 -0
- package/dist/components/WorkflowBuilder/WorkflowBuilder.js +256 -0
- package/dist/components/WorkflowBuilder/WorkflowBuilder.js.map +1 -0
- package/dist/components/WorkflowBuilder/WorkflowBuilder.types.d.ts +28 -0
- package/dist/components/WorkflowBuilder/WorkflowBuilder.types.d.ts.map +1 -0
- package/dist/components/WorkflowBuilder/WorkflowBuilder.types.js +2 -0
- package/dist/components/WorkflowBuilder/WorkflowBuilder.types.js.map +1 -0
- package/dist/components/web-components/access-control-matrix.d.ts +11 -0
- package/dist/components/web-components/access-control-matrix.d.ts.map +1 -0
- package/dist/components/web-components/access-control-matrix.js +262 -0
- package/dist/components/web-components/access-control-matrix.js.map +1 -0
- package/dist/components/web-components/accordion.d.ts +5 -0
- package/dist/components/web-components/accordion.d.ts.map +1 -0
- package/dist/components/web-components/accordion.js +110 -0
- package/dist/components/web-components/accordion.js.map +1 -0
- package/dist/components/web-components/atm-card.d.ts +4 -0
- package/dist/components/web-components/atm-card.d.ts.map +1 -0
- package/dist/components/web-components/atm-card.js +142 -0
- package/dist/components/web-components/atm-card.js.map +1 -0
- package/dist/components/web-components/audit-log-viewer.d.ts +11 -0
- package/dist/components/web-components/audit-log-viewer.d.ts.map +1 -0
- package/dist/components/web-components/audit-log-viewer.js +275 -0
- package/dist/components/web-components/audit-log-viewer.js.map +1 -0
- package/dist/components/web-components/avatar.d.ts +5 -0
- package/dist/components/web-components/avatar.d.ts.map +1 -0
- package/dist/components/web-components/avatar.js +140 -0
- package/dist/components/web-components/avatar.js.map +1 -0
- package/dist/components/web-components/backlog-board.d.ts +16 -0
- package/dist/components/web-components/backlog-board.d.ts.map +1 -0
- package/dist/components/web-components/backlog-board.js +188 -0
- package/dist/components/web-components/backlog-board.js.map +1 -0
- package/dist/components/web-components/badge.d.ts +5 -0
- package/dist/components/web-components/badge.d.ts.map +1 -0
- package/dist/components/web-components/badge.js +134 -0
- package/dist/components/web-components/badge.js.map +1 -0
- package/dist/components/web-components/barcode.d.ts +4 -0
- package/dist/components/web-components/barcode.d.ts.map +1 -0
- package/dist/components/web-components/barcode.js +152 -0
- package/dist/components/web-components/barcode.js.map +1 -0
- package/dist/components/web-components/bottom-nav.d.ts +8 -0
- package/dist/components/web-components/bottom-nav.d.ts.map +1 -0
- package/dist/components/web-components/bottom-nav.js +153 -0
- package/dist/components/web-components/bottom-nav.js.map +1 -0
- package/dist/components/web-components/button.d.ts +22 -0
- package/dist/components/web-components/button.d.ts.map +1 -0
- package/dist/components/web-components/button.js +194 -0
- package/dist/components/web-components/button.js.map +1 -0
- package/dist/components/web-components/calendar.d.ts +10 -0
- package/dist/components/web-components/calendar.d.ts.map +1 -0
- package/dist/components/web-components/calendar.js +112 -0
- package/dist/components/web-components/calendar.js.map +1 -0
- package/dist/components/web-components/card.d.ts +5 -0
- package/dist/components/web-components/card.d.ts.map +1 -0
- package/dist/components/web-components/card.js +145 -0
- package/dist/components/web-components/card.js.map +1 -0
- package/dist/components/web-components/carousel.d.ts +10 -0
- package/dist/components/web-components/carousel.d.ts.map +1 -0
- package/dist/components/web-components/carousel.js +119 -0
- package/dist/components/web-components/carousel.js.map +1 -0
- package/dist/components/web-components/cart.d.ts +15 -0
- package/dist/components/web-components/cart.d.ts.map +1 -0
- package/dist/components/web-components/cart.js +149 -0
- package/dist/components/web-components/cart.js.map +1 -0
- package/dist/components/web-components/chart.d.ts +6 -0
- package/dist/components/web-components/chart.d.ts.map +1 -0
- package/dist/components/web-components/chart.js +108 -0
- package/dist/components/web-components/chart.js.map +1 -0
- package/dist/components/web-components/chat.d.ts +7 -0
- package/dist/components/web-components/chat.d.ts.map +1 -0
- package/dist/components/web-components/chat.js +162 -0
- package/dist/components/web-components/chat.js.map +1 -0
- package/dist/components/web-components/checkbox.d.ts +9 -0
- package/dist/components/web-components/checkbox.d.ts.map +1 -0
- package/dist/components/web-components/checkbox.js +83 -0
- package/dist/components/web-components/checkbox.js.map +1 -0
- package/dist/components/web-components/chip.d.ts +8 -0
- package/dist/components/web-components/chip.d.ts.map +1 -0
- package/dist/components/web-components/chip.js +160 -0
- package/dist/components/web-components/chip.js.map +1 -0
- package/dist/components/web-components/color-gradient.d.ts +19 -0
- package/dist/components/web-components/color-gradient.d.ts.map +1 -0
- package/dist/components/web-components/color-gradient.js +168 -0
- package/dist/components/web-components/color-gradient.js.map +1 -0
- package/dist/components/web-components/color-palette.d.ts +13 -0
- package/dist/components/web-components/color-palette.d.ts.map +1 -0
- package/dist/components/web-components/color-palette.js +150 -0
- package/dist/components/web-components/color-palette.js.map +1 -0
- package/dist/components/web-components/color-picker.d.ts +8 -0
- package/dist/components/web-components/color-picker.d.ts.map +1 -0
- package/dist/components/web-components/color-picker.js +130 -0
- package/dist/components/web-components/color-picker.js.map +1 -0
- package/dist/components/web-components/combobox.d.ts +9 -0
- package/dist/components/web-components/combobox.d.ts.map +1 -0
- package/dist/components/web-components/combobox.js +123 -0
- package/dist/components/web-components/combobox.js.map +1 -0
- package/dist/components/web-components/context-menu.d.ts +9 -0
- package/dist/components/web-components/context-menu.d.ts.map +1 -0
- package/dist/components/web-components/context-menu.js +172 -0
- package/dist/components/web-components/context-menu.js.map +1 -0
- package/dist/components/web-components/datatable-pro.d.ts +13 -0
- package/dist/components/web-components/datatable-pro.d.ts.map +1 -0
- package/dist/components/web-components/datatable-pro.js +308 -0
- package/dist/components/web-components/datatable-pro.js.map +1 -0
- package/dist/components/web-components/date-picker.d.ts +10 -0
- package/dist/components/web-components/date-picker.d.ts.map +1 -0
- package/dist/components/web-components/date-picker.js +153 -0
- package/dist/components/web-components/date-picker.js.map +1 -0
- package/dist/components/web-components/date-range-picker.d.ts +11 -0
- package/dist/components/web-components/date-range-picker.d.ts.map +1 -0
- package/dist/components/web-components/date-range-picker.js +163 -0
- package/dist/components/web-components/date-range-picker.js.map +1 -0
- package/dist/components/web-components/diagram.d.ts +10 -0
- package/dist/components/web-components/diagram.d.ts.map +1 -0
- package/dist/components/web-components/diagram.js +380 -0
- package/dist/components/web-components/diagram.js.map +1 -0
- package/dist/components/web-components/dialog-window.d.ts +5 -0
- package/dist/components/web-components/dialog-window.d.ts.map +1 -0
- package/dist/components/web-components/dialog-window.js +167 -0
- package/dist/components/web-components/dialog-window.js.map +1 -0
- package/dist/components/web-components/dialog.d.ts +5 -0
- package/dist/components/web-components/dialog.d.ts.map +1 -0
- package/dist/components/web-components/dialog.js +77 -0
- package/dist/components/web-components/dialog.js.map +1 -0
- package/dist/components/web-components/drawer.d.ts +5 -0
- package/dist/components/web-components/drawer.d.ts.map +1 -0
- package/dist/components/web-components/drawer.js +231 -0
- package/dist/components/web-components/drawer.js.map +1 -0
- package/dist/components/web-components/dropdown.d.ts +10 -0
- package/dist/components/web-components/dropdown.d.ts.map +1 -0
- package/dist/components/web-components/dropdown.js +188 -0
- package/dist/components/web-components/dropdown.js.map +1 -0
- package/dist/components/web-components/editor.d.ts +8 -0
- package/dist/components/web-components/editor.d.ts.map +1 -0
- package/dist/components/web-components/editor.js +265 -0
- package/dist/components/web-components/editor.js.map +1 -0
- package/dist/components/web-components/feature-flags-manager.d.ts +13 -0
- package/dist/components/web-components/feature-flags-manager.d.ts.map +1 -0
- package/dist/components/web-components/feature-flags-manager.js +190 -0
- package/dist/components/web-components/feature-flags-manager.js.map +1 -0
- package/dist/components/web-components/file-manager.d.ts +29 -0
- package/dist/components/web-components/file-manager.d.ts.map +1 -0
- package/dist/components/web-components/file-manager.js +466 -0
- package/dist/components/web-components/file-manager.js.map +1 -0
- package/dist/components/web-components/form-builder.d.ts +15 -0
- package/dist/components/web-components/form-builder.d.ts.map +1 -0
- package/dist/components/web-components/form-builder.js +263 -0
- package/dist/components/web-components/form-builder.js.map +1 -0
- package/dist/components/web-components/form.d.ts +10 -0
- package/dist/components/web-components/form.d.ts.map +1 -0
- package/dist/components/web-components/form.js +187 -0
- package/dist/components/web-components/form.js.map +1 -0
- package/dist/components/web-components/gantt.d.ts +5 -0
- package/dist/components/web-components/gantt.d.ts.map +1 -0
- package/dist/components/web-components/gantt.js +105 -0
- package/dist/components/web-components/gantt.js.map +1 -0
- package/dist/components/web-components/gauge.d.ts +4 -0
- package/dist/components/web-components/gauge.d.ts.map +1 -0
- package/dist/components/web-components/gauge.js +156 -0
- package/dist/components/web-components/gauge.js.map +1 -0
- package/dist/components/web-components/grid.d.ts +63 -0
- package/dist/components/web-components/grid.d.ts.map +1 -0
- package/dist/components/web-components/grid.js +1332 -0
- package/dist/components/web-components/grid.js.map +1 -0
- package/dist/components/web-components/icon.d.ts +2 -0
- package/dist/components/web-components/icon.d.ts.map +1 -0
- package/dist/components/web-components/icon.js +3 -0
- package/dist/components/web-components/icon.js.map +1 -0
- package/dist/components/web-components/identity-sso-settings.d.ts +20 -0
- package/dist/components/web-components/identity-sso-settings.d.ts.map +1 -0
- package/dist/components/web-components/identity-sso-settings.js +247 -0
- package/dist/components/web-components/identity-sso-settings.js.map +1 -0
- package/dist/components/web-components/index.d.ts +95 -0
- package/dist/components/web-components/index.d.ts.map +1 -0
- package/dist/components/web-components/index.js +95 -0
- package/dist/components/web-components/index.js.map +1 -0
- package/dist/components/web-components/input-mask.d.ts +9 -0
- package/dist/components/web-components/input-mask.d.ts.map +1 -0
- package/dist/components/web-components/input-mask.js +146 -0
- package/dist/components/web-components/input-mask.js.map +1 -0
- package/dist/components/web-components/input.d.ts +11 -0
- package/dist/components/web-components/input.d.ts.map +1 -0
- package/dist/components/web-components/input.js +119 -0
- package/dist/components/web-components/input.js.map +1 -0
- package/dist/components/web-components/kanban.d.ts +17 -0
- package/dist/components/web-components/kanban.d.ts.map +1 -0
- package/dist/components/web-components/kanban.js +182 -0
- package/dist/components/web-components/kanban.js.map +1 -0
- package/dist/components/web-components/listbox.d.ts +7 -0
- package/dist/components/web-components/listbox.d.ts.map +1 -0
- package/dist/components/web-components/listbox.js +194 -0
- package/dist/components/web-components/listbox.js.map +1 -0
- package/dist/components/web-components/listview.d.ts +8 -0
- package/dist/components/web-components/listview.d.ts.map +1 -0
- package/dist/components/web-components/listview.js +220 -0
- package/dist/components/web-components/listview.js.map +1 -0
- package/dist/components/web-components/loader.d.ts +5 -0
- package/dist/components/web-components/loader.d.ts.map +1 -0
- package/dist/components/web-components/loader.js +99 -0
- package/dist/components/web-components/loader.js.map +1 -0
- package/dist/components/web-components/map.d.ts +4 -0
- package/dist/components/web-components/map.d.ts.map +1 -0
- package/dist/components/web-components/map.js +135 -0
- package/dist/components/web-components/map.js.map +1 -0
- package/dist/components/web-components/memo.d.ts +7 -0
- package/dist/components/web-components/memo.d.ts.map +1 -0
- package/dist/components/web-components/memo.js +95 -0
- package/dist/components/web-components/memo.js.map +1 -0
- package/dist/components/web-components/menu.d.ts +7 -0
- package/dist/components/web-components/menu.d.ts.map +1 -0
- package/dist/components/web-components/menu.js +209 -0
- package/dist/components/web-components/menu.js.map +1 -0
- package/dist/components/web-components/multiselect.d.ts +12 -0
- package/dist/components/web-components/multiselect.d.ts.map +1 -0
- package/dist/components/web-components/multiselect.js +289 -0
- package/dist/components/web-components/multiselect.js.map +1 -0
- package/dist/components/web-components/navbar.d.ts +8 -0
- package/dist/components/web-components/navbar.d.ts.map +1 -0
- package/dist/components/web-components/navbar.js +404 -0
- package/dist/components/web-components/navbar.js.map +1 -0
- package/dist/components/web-components/notification.d.ts +7 -0
- package/dist/components/web-components/notification.d.ts.map +1 -0
- package/dist/components/web-components/notification.js +234 -0
- package/dist/components/web-components/notification.js.map +1 -0
- package/dist/components/web-components/numeric-text.d.ts +11 -0
- package/dist/components/web-components/numeric-text.d.ts.map +1 -0
- package/dist/components/web-components/numeric-text.js +167 -0
- package/dist/components/web-components/numeric-text.js.map +1 -0
- package/dist/components/web-components/ops-console.d.ts +11 -0
- package/dist/components/web-components/ops-console.d.ts.map +1 -0
- package/dist/components/web-components/ops-console.js +318 -0
- package/dist/components/web-components/ops-console.js.map +1 -0
- package/dist/components/web-components/otp-input.d.ts +11 -0
- package/dist/components/web-components/otp-input.d.ts.map +1 -0
- package/dist/components/web-components/otp-input.js +227 -0
- package/dist/components/web-components/otp-input.js.map +1 -0
- package/dist/components/web-components/pagination.d.ts +11 -0
- package/dist/components/web-components/pagination.d.ts.map +1 -0
- package/dist/components/web-components/pagination.js +229 -0
- package/dist/components/web-components/pagination.js.map +1 -0
- package/dist/components/web-components/pdf-viewer.d.ts +4 -0
- package/dist/components/web-components/pdf-viewer.d.ts.map +1 -0
- package/dist/components/web-components/pdf-viewer.js +158 -0
- package/dist/components/web-components/pdf-viewer.js.map +1 -0
- package/dist/components/web-components/pivot-grid.d.ts +68 -0
- package/dist/components/web-components/pivot-grid.d.ts.map +1 -0
- package/dist/components/web-components/pivot-grid.js +1233 -0
- package/dist/components/web-components/pivot-grid.js.map +1 -0
- package/dist/components/web-components/policy-editor.d.ts +15 -0
- package/dist/components/web-components/policy-editor.d.ts.map +1 -0
- package/dist/components/web-components/policy-editor.js +266 -0
- package/dist/components/web-components/policy-editor.js.map +1 -0
- package/dist/components/web-components/popup.d.ts +11 -0
- package/dist/components/web-components/popup.d.ts.map +1 -0
- package/dist/components/web-components/popup.js +338 -0
- package/dist/components/web-components/popup.js.map +1 -0
- package/dist/components/web-components/progress-bar.d.ts +5 -0
- package/dist/components/web-components/progress-bar.d.ts.map +1 -0
- package/dist/components/web-components/progress-bar.js +97 -0
- package/dist/components/web-components/progress-bar.js.map +1 -0
- package/dist/components/web-components/qrcode.d.ts +4 -0
- package/dist/components/web-components/qrcode.d.ts.map +1 -0
- package/dist/components/web-components/qrcode.js +124 -0
- package/dist/components/web-components/qrcode.js.map +1 -0
- package/dist/components/web-components/radio-range.d.ts +8 -0
- package/dist/components/web-components/radio-range.d.ts.map +1 -0
- package/dist/components/web-components/radio-range.js +134 -0
- package/dist/components/web-components/radio-range.js.map +1 -0
- package/dist/components/web-components/radio.d.ts +10 -0
- package/dist/components/web-components/radio.d.ts.map +1 -0
- package/dist/components/web-components/radio.js +126 -0
- package/dist/components/web-components/radio.js.map +1 -0
- package/dist/components/web-components/range-slider.d.ts +9 -0
- package/dist/components/web-components/range-slider.d.ts.map +1 -0
- package/dist/components/web-components/range-slider.js +112 -0
- package/dist/components/web-components/range-slider.js.map +1 -0
- package/dist/components/web-components/rating.d.ts +22 -0
- package/dist/components/web-components/rating.d.ts.map +1 -0
- package/dist/components/web-components/rating.js +451 -0
- package/dist/components/web-components/rating.js.map +1 -0
- package/dist/components/web-components/rich-text-editor.d.ts +4 -0
- package/dist/components/web-components/rich-text-editor.d.ts.map +1 -0
- package/dist/components/web-components/rich-text-editor.js +82 -0
- package/dist/components/web-components/rich-text-editor.js.map +1 -0
- package/dist/components/web-components/scheduler.d.ts +20 -0
- package/dist/components/web-components/scheduler.d.ts.map +1 -0
- package/dist/components/web-components/scheduler.js +386 -0
- package/dist/components/web-components/scheduler.js.map +1 -0
- package/dist/components/web-components/scrollview.d.ts +5 -0
- package/dist/components/web-components/scrollview.d.ts.map +1 -0
- package/dist/components/web-components/scrollview.js +125 -0
- package/dist/components/web-components/scrollview.js.map +1 -0
- package/dist/components/web-components/signature-pad.d.ts +7 -0
- package/dist/components/web-components/signature-pad.d.ts.map +1 -0
- package/dist/components/web-components/signature-pad.js +123 -0
- package/dist/components/web-components/signature-pad.js.map +1 -0
- package/dist/components/web-components/sla-dashboard.d.ts +8 -0
- package/dist/components/web-components/sla-dashboard.d.ts.map +1 -0
- package/dist/components/web-components/sla-dashboard.js +320 -0
- package/dist/components/web-components/sla-dashboard.js.map +1 -0
- package/dist/components/web-components/slider.d.ts +9 -0
- package/dist/components/web-components/slider.d.ts.map +1 -0
- package/dist/components/web-components/slider.js +164 -0
- package/dist/components/web-components/slider.js.map +1 -0
- package/dist/components/web-components/smart-editor.d.ts +10 -0
- package/dist/components/web-components/smart-editor.d.ts.map +1 -0
- package/dist/components/web-components/smart-editor.js +207 -0
- package/dist/components/web-components/smart-editor.js.map +1 -0
- package/dist/components/web-components/speech-to-text.d.ts +10 -0
- package/dist/components/web-components/speech-to-text.d.ts.map +1 -0
- package/dist/components/web-components/speech-to-text.js +166 -0
- package/dist/components/web-components/speech-to-text.js.map +1 -0
- package/dist/components/web-components/splitter.d.ts +7 -0
- package/dist/components/web-components/splitter.d.ts.map +1 -0
- package/dist/components/web-components/splitter.js +148 -0
- package/dist/components/web-components/splitter.js.map +1 -0
- package/dist/components/web-components/spreadsheet.d.ts +5 -0
- package/dist/components/web-components/spreadsheet.d.ts.map +1 -0
- package/dist/components/web-components/spreadsheet.js +178 -0
- package/dist/components/web-components/spreadsheet.js.map +1 -0
- package/dist/components/web-components/stepper.d.ts +12 -0
- package/dist/components/web-components/stepper.d.ts.map +1 -0
- package/dist/components/web-components/stepper.js +177 -0
- package/dist/components/web-components/stepper.js.map +1 -0
- package/dist/components/web-components/switch.d.ts +39 -0
- package/dist/components/web-components/switch.d.ts.map +1 -0
- package/dist/components/web-components/switch.js +321 -0
- package/dist/components/web-components/switch.js.map +1 -0
- package/dist/components/web-components/tab-layout.d.ts +11 -0
- package/dist/components/web-components/tab-layout.d.ts.map +1 -0
- package/dist/components/web-components/tab-layout.js +157 -0
- package/dist/components/web-components/tab-layout.js.map +1 -0
- package/dist/components/web-components/table.d.ts +8 -0
- package/dist/components/web-components/table.d.ts.map +1 -0
- package/dist/components/web-components/table.js +181 -0
- package/dist/components/web-components/table.js.map +1 -0
- package/dist/components/web-components/tabs.d.ts +13 -0
- package/dist/components/web-components/tabs.d.ts.map +1 -0
- package/dist/components/web-components/tabs.js +197 -0
- package/dist/components/web-components/tabs.js.map +1 -0
- package/dist/components/web-components/textarea.d.ts +8 -0
- package/dist/components/web-components/textarea.d.ts.map +1 -0
- package/dist/components/web-components/textarea.js +174 -0
- package/dist/components/web-components/textarea.js.map +1 -0
- package/dist/components/web-components/timeline.d.ts +4 -0
- package/dist/components/web-components/timeline.d.ts.map +1 -0
- package/dist/components/web-components/timeline.js +167 -0
- package/dist/components/web-components/timeline.js.map +1 -0
- package/dist/components/web-components/toast.d.ts +6 -0
- package/dist/components/web-components/toast.d.ts.map +1 -0
- package/dist/components/web-components/toast.js +129 -0
- package/dist/components/web-components/toast.js.map +1 -0
- package/dist/components/web-components/token-vault.d.ts +11 -0
- package/dist/components/web-components/token-vault.d.ts.map +1 -0
- package/dist/components/web-components/token-vault.js +217 -0
- package/dist/components/web-components/token-vault.js.map +1 -0
- package/dist/components/web-components/tooltip-manager.d.ts +5 -0
- package/dist/components/web-components/tooltip-manager.d.ts.map +1 -0
- package/dist/components/web-components/tooltip-manager.js +114 -0
- package/dist/components/web-components/tooltip-manager.js.map +1 -0
- package/dist/components/web-components/tooltip.d.ts +5 -0
- package/dist/components/web-components/tooltip.d.ts.map +1 -0
- package/dist/components/web-components/tooltip.js +115 -0
- package/dist/components/web-components/tooltip.js.map +1 -0
- package/dist/components/web-components/treelist.d.ts +21 -0
- package/dist/components/web-components/treelist.d.ts.map +1 -0
- package/dist/components/web-components/treelist.js +242 -0
- package/dist/components/web-components/treelist.js.map +1 -0
- package/dist/components/web-components/treeview.d.ts +21 -0
- package/dist/components/web-components/treeview.d.ts.map +1 -0
- package/dist/components/web-components/treeview.js +212 -0
- package/dist/components/web-components/treeview.js.map +1 -0
- package/dist/components/web-components/upload.d.ts +53 -0
- package/dist/components/web-components/upload.d.ts.map +1 -0
- package/dist/components/web-components/upload.js +702 -0
- package/dist/components/web-components/upload.js.map +1 -0
- package/dist/components/web-components/utils/hydration.d.ts +5 -0
- package/dist/components/web-components/utils/hydration.d.ts.map +1 -0
- package/dist/components/web-components/utils/hydration.js +19 -0
- package/dist/components/web-components/utils/hydration.js.map +1 -0
- package/dist/components/web-components/video.d.ts +8 -0
- package/dist/components/web-components/video.d.ts.map +1 -0
- package/dist/components/web-components/video.js +279 -0
- package/dist/components/web-components/video.js.map +1 -0
- package/dist/components/web-components/visiting-card.d.ts +4 -0
- package/dist/components/web-components/visiting-card.d.ts.map +1 -0
- package/dist/components/web-components/visiting-card.js +163 -0
- package/dist/components/web-components/visiting-card.js.map +1 -0
- package/dist/components/web-components/workflow-builder.d.ts +13 -0
- package/dist/components/web-components/workflow-builder.d.ts.map +1 -0
- package/dist/components/web-components/workflow-builder.js +255 -0
- package/dist/components/web-components/workflow-builder.js.map +1 -0
- package/dist/core/BaseComponent.d.ts +9 -0
- package/dist/core/BaseComponent.d.ts.map +1 -0
- package/dist/core/BaseComponent.js +15 -0
- package/dist/core/BaseComponent.js.map +1 -0
- package/dist/core/interfaces/IComponent.d.ts +6 -0
- package/dist/core/interfaces/IComponent.d.ts.map +1 -0
- package/dist/core/interfaces/IComponent.js +2 -0
- package/dist/core/interfaces/IComponent.js.map +1 -0
- package/dist/core/motion.d.ts +3 -0
- package/dist/core/motion.d.ts.map +1 -0
- package/dist/core/motion.js +34 -0
- package/dist/core/motion.js.map +1 -0
- package/dist/core/utils/DomHelper.d.ts +8 -0
- package/dist/core/utils/DomHelper.d.ts.map +1 -0
- package/dist/core/utils/DomHelper.js +22 -0
- package/dist/core/utils/DomHelper.js.map +1 -0
- package/dist/core/utils/virtualization.d.ts +15 -0
- package/dist/core/utils/virtualization.d.ts.map +1 -0
- package/dist/core/utils/virtualization.js +24 -0
- package/dist/core/utils/virtualization.js.map +1 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -0
- package/dist/src/contracts/types.d.ts +20 -0
- package/dist/src/contracts/types.d.ts.map +1 -0
- package/dist/src/contracts/types.js +2 -0
- package/dist/src/contracts/types.js.map +1 -0
- package/dist/src/generated/registrations.d.ts +289 -0
- package/dist/src/generated/registrations.d.ts.map +1 -0
- package/dist/src/generated/registrations.js +292 -0
- package/dist/src/generated/registrations.js.map +1 -0
- package/dist/src/i18n/index.d.ts +20 -0
- package/dist/src/i18n/index.d.ts.map +1 -0
- package/dist/src/i18n/index.js +86 -0
- package/dist/src/i18n/index.js.map +1 -0
- package/dist/src/i18n/packs.d.ts +4 -0
- package/dist/src/i18n/packs.d.ts.map +1 -0
- package/dist/src/i18n/packs.js +53 -0
- package/dist/src/i18n/packs.js.map +1 -0
- package/dist/src/icons/cache.d.ts +4 -0
- package/dist/src/icons/cache.d.ts.map +1 -0
- package/dist/src/icons/cache.js +43 -0
- package/dist/src/icons/cache.js.map +1 -0
- package/dist/src/icons/config.d.ts +12 -0
- package/dist/src/icons/config.d.ts.map +1 -0
- package/dist/src/icons/config.js +22 -0
- package/dist/src/icons/config.js.map +1 -0
- package/dist/src/icons/registry.d.ts +27 -0
- package/dist/src/icons/registry.d.ts.map +1 -0
- package/dist/src/icons/registry.data.d.ts +6 -0
- package/dist/src/icons/registry.data.d.ts.map +1 -0
- package/dist/src/icons/registry.data.js +9174 -0
- package/dist/src/icons/registry.data.js.map +1 -0
- package/dist/src/icons/registry.js +58 -0
- package/dist/src/icons/registry.js.map +1 -0
- package/dist/src/index.d.ts +288 -0
- package/dist/src/index.d.ts.map +1 -0
- package/dist/src/index.js +164 -0
- package/dist/src/index.js.map +1 -0
- package/dist/src/runtime/analytics.d.ts +12 -0
- package/dist/src/runtime/analytics.d.ts.map +1 -0
- package/dist/src/runtime/analytics.js +21 -0
- package/dist/src/runtime/analytics.js.map +1 -0
- package/dist/src/runtime/component-element.d.ts +20 -0
- package/dist/src/runtime/component-element.d.ts.map +1 -0
- package/dist/src/runtime/component-element.js +439 -0
- package/dist/src/runtime/component-element.js.map +1 -0
- package/dist/src/styles/ensureGlobalStyles.d.ts +7 -0
- package/dist/src/styles/ensureGlobalStyles.d.ts.map +1 -0
- package/dist/src/styles/ensureGlobalStyles.js +77 -0
- package/dist/src/styles/ensureGlobalStyles.js.map +1 -0
- package/dist/src/styles/ensureShadowStyles.d.ts +5 -0
- package/dist/src/styles/ensureShadowStyles.d.ts.map +1 -0
- package/dist/src/styles/ensureShadowStyles.js +73 -0
- package/dist/src/styles/ensureShadowStyles.js.map +1 -0
- package/dist/src/styles/ensureThemeTokens.d.ts +2 -0
- package/dist/src/styles/ensureThemeTokens.d.ts.map +1 -0
- package/dist/src/styles/ensureThemeTokens.js +55 -0
- package/dist/src/styles/ensureThemeTokens.js.map +1 -0
- package/package.json +119 -0
|
@@ -0,0 +1,321 @@
|
|
|
1
|
+
import { defineComponentElement, } from "../../src/runtime/component-element.js";
|
|
2
|
+
const DEFAULT_SWITCH_PROPS = {
|
|
3
|
+
checked: false,
|
|
4
|
+
disabled: false,
|
|
5
|
+
readonly: false,
|
|
6
|
+
required: false,
|
|
7
|
+
loading: false,
|
|
8
|
+
size: "md",
|
|
9
|
+
theme: "light",
|
|
10
|
+
onLabel: "On",
|
|
11
|
+
offLabel: "Off",
|
|
12
|
+
uncheckedValue: "off",
|
|
13
|
+
};
|
|
14
|
+
const SWITCH_PROP_DEFINITIONS = [
|
|
15
|
+
{ attribute: "label", prop: "label" },
|
|
16
|
+
{ attribute: "hint", prop: "hint" },
|
|
17
|
+
{ attribute: "checked", prop: "checked", type: "boolean" },
|
|
18
|
+
{ attribute: "disabled", prop: "disabled", type: "boolean" },
|
|
19
|
+
{ attribute: "readonly", prop: "readonly", type: "boolean" },
|
|
20
|
+
{ attribute: "required", prop: "required", type: "boolean" },
|
|
21
|
+
{ attribute: "loading", prop: "loading", type: "boolean" },
|
|
22
|
+
{ attribute: "size", prop: "size" },
|
|
23
|
+
{ attribute: "theme", prop: "theme" },
|
|
24
|
+
{ attribute: "name", prop: "name" },
|
|
25
|
+
{ attribute: "value", prop: "value" },
|
|
26
|
+
{ attribute: "unchecked-value", prop: "uncheckedValue" },
|
|
27
|
+
{ attribute: "on-label", prop: "onLabel" },
|
|
28
|
+
{ attribute: "off-label", prop: "offLabel" },
|
|
29
|
+
{ attribute: "aria-label", prop: "ariaLabel" },
|
|
30
|
+
{ attribute: "aria-describedby", prop: "ariaDescribedBy" },
|
|
31
|
+
{ attribute: "input-id", prop: "inputId" },
|
|
32
|
+
];
|
|
33
|
+
let switchInstanceCounter = 0;
|
|
34
|
+
const applySwitchParts = (dom) => {
|
|
35
|
+
dom.container.setAttribute("data-ce-component", "switch");
|
|
36
|
+
dom.container.setAttribute("part", "base");
|
|
37
|
+
dom.control.setAttribute("part", "control");
|
|
38
|
+
dom.slider.setAttribute("part", "slider");
|
|
39
|
+
const text = dom.container.querySelector(".ce-switch__text");
|
|
40
|
+
if (text) {
|
|
41
|
+
text.setAttribute("part", "text");
|
|
42
|
+
}
|
|
43
|
+
dom.label.setAttribute("part", "label");
|
|
44
|
+
dom.state.setAttribute("part", "state");
|
|
45
|
+
dom.hint.setAttribute("part", "hint");
|
|
46
|
+
dom.hiddenInput.setAttribute("part", "input");
|
|
47
|
+
};
|
|
48
|
+
const switchComponent = {
|
|
49
|
+
mount({ target, props, on }) {
|
|
50
|
+
const host = target;
|
|
51
|
+
const dom = createDom(host);
|
|
52
|
+
applySwitchParts(dom);
|
|
53
|
+
let currentProps = { ...DEFAULT_SWITCH_PROPS, ...props };
|
|
54
|
+
let instanceId = currentProps.inputId ?? `ce-switch-${++switchInstanceCounter}`;
|
|
55
|
+
const notifyChange = () => {
|
|
56
|
+
const checkedValue = currentProps.value ?? "on";
|
|
57
|
+
const uncheckedValue = currentProps.uncheckedValue ?? "off";
|
|
58
|
+
on?.change?.({
|
|
59
|
+
checked: Boolean(currentProps.checked),
|
|
60
|
+
value: currentProps.checked ? checkedValue : undefined,
|
|
61
|
+
uncheckedValue,
|
|
62
|
+
});
|
|
63
|
+
};
|
|
64
|
+
const toggleFromUser = () => {
|
|
65
|
+
if (currentProps.disabled || currentProps.readonly || currentProps.loading) {
|
|
66
|
+
return;
|
|
67
|
+
}
|
|
68
|
+
currentProps = { ...currentProps, checked: !currentProps.checked };
|
|
69
|
+
applyProps(dom, currentProps, instanceId);
|
|
70
|
+
notifyChange();
|
|
71
|
+
};
|
|
72
|
+
const handleKeydown = (event) => {
|
|
73
|
+
if (event.key === " " || event.key === "Enter") {
|
|
74
|
+
event.preventDefault();
|
|
75
|
+
toggleFromUser();
|
|
76
|
+
}
|
|
77
|
+
if (event.key === "ArrowLeft" || event.key === "ArrowRight") {
|
|
78
|
+
event.preventDefault();
|
|
79
|
+
const nextChecked = event.key === "ArrowRight";
|
|
80
|
+
if (currentProps.checked !== nextChecked) {
|
|
81
|
+
currentProps = { ...currentProps, checked: nextChecked };
|
|
82
|
+
applyProps(dom, currentProps, instanceId);
|
|
83
|
+
notifyChange();
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
};
|
|
87
|
+
const handleClick = (event) => {
|
|
88
|
+
event.preventDefault();
|
|
89
|
+
toggleFromUser();
|
|
90
|
+
};
|
|
91
|
+
dom.control.addEventListener("click", handleClick);
|
|
92
|
+
dom.control.addEventListener("keydown", handleKeydown);
|
|
93
|
+
dom.label.addEventListener("click", handleClick);
|
|
94
|
+
applyProps(dom, currentProps, instanceId);
|
|
95
|
+
return {
|
|
96
|
+
destroy() {
|
|
97
|
+
dom.control.removeEventListener("click", handleClick);
|
|
98
|
+
dom.control.removeEventListener("keydown", handleKeydown);
|
|
99
|
+
dom.label.removeEventListener("click", handleClick);
|
|
100
|
+
host.innerHTML = "";
|
|
101
|
+
},
|
|
102
|
+
updateProps(partial) {
|
|
103
|
+
currentProps = { ...currentProps, ...partial };
|
|
104
|
+
if (partial?.inputId) {
|
|
105
|
+
instanceId = partial.inputId;
|
|
106
|
+
}
|
|
107
|
+
applyProps(dom, currentProps, instanceId);
|
|
108
|
+
},
|
|
109
|
+
};
|
|
110
|
+
},
|
|
111
|
+
renderToString(props) {
|
|
112
|
+
const merged = { ...DEFAULT_SWITCH_PROPS, ...props };
|
|
113
|
+
const classes = buildClassNames(merged);
|
|
114
|
+
const stateLabel = (merged.checked ? merged.onLabel : merged.offLabel) ?? "";
|
|
115
|
+
const showState = Boolean(merged.onLabel || merged.offLabel);
|
|
116
|
+
const labelMarkup = merged.label
|
|
117
|
+
? `<span class="ce-switch__label" part="label" id="ssr-label">${escapeHtml(merged.label)}</span>`
|
|
118
|
+
: "";
|
|
119
|
+
const stateMarkup = showState
|
|
120
|
+
? `<span class="ce-switch__state-label" part="state">${escapeHtml(stateLabel)}</span>`
|
|
121
|
+
: "";
|
|
122
|
+
const hintMarkup = merged.hint
|
|
123
|
+
? `<span class="ce-switch__hint" part="hint">${escapeHtml(merged.hint)}</span>`
|
|
124
|
+
: "";
|
|
125
|
+
const ariaLabel = merged.ariaLabel ?? (merged.label ? undefined : "Toggle switch");
|
|
126
|
+
const ariaLabelAttr = ariaLabel ? ` aria-label="${escapeHtml(ariaLabel)}"` : " aria-labelledby=\"ssr-label\"";
|
|
127
|
+
return `<div class="${classes}" data-ce-component="switch" part="base" role="presentation">
|
|
128
|
+
<button type="button" class="ce-switch__control" part="control" role="switch" aria-checked="${merged.checked ? "true" : "false"}"${ariaLabelAttr}>
|
|
129
|
+
<span class="ce-switch__slider" part="slider" aria-hidden="true"></span>
|
|
130
|
+
</button>
|
|
131
|
+
<div class="ce-switch__text" part="text">
|
|
132
|
+
${labelMarkup}
|
|
133
|
+
${stateMarkup}
|
|
134
|
+
${hintMarkup}
|
|
135
|
+
</div>
|
|
136
|
+
<input class="ce-switch__input" part="input" type="checkbox" ${merged.checked ? "checked" : ""} ${merged.disabled ? "disabled" : ""} value="${escapeHtml(merged.value ?? "on")}" hidden />
|
|
137
|
+
</div>`;
|
|
138
|
+
},
|
|
139
|
+
};
|
|
140
|
+
export function registerSwitchElement() {
|
|
141
|
+
const ctor = defineComponentElement({
|
|
142
|
+
tag: "ce-switch",
|
|
143
|
+
component: switchComponent,
|
|
144
|
+
props: SWITCH_PROP_DEFINITIONS,
|
|
145
|
+
defaultProps: DEFAULT_SWITCH_PROPS,
|
|
146
|
+
events: ["change"],
|
|
147
|
+
shadow: false,
|
|
148
|
+
preserveLightDom: true,
|
|
149
|
+
});
|
|
150
|
+
attachSwitchHelpers(ctor);
|
|
151
|
+
return ctor;
|
|
152
|
+
}
|
|
153
|
+
function createDom(host) {
|
|
154
|
+
const existing = findExistingDom(host);
|
|
155
|
+
if (existing) {
|
|
156
|
+
return existing;
|
|
157
|
+
}
|
|
158
|
+
const container = document.createElement("div");
|
|
159
|
+
container.className = "ce-switch";
|
|
160
|
+
const control = document.createElement("button");
|
|
161
|
+
control.type = "button";
|
|
162
|
+
control.className = "ce-switch__control";
|
|
163
|
+
control.setAttribute("role", "switch");
|
|
164
|
+
control.setAttribute("aria-live", "polite");
|
|
165
|
+
const slider = document.createElement("span");
|
|
166
|
+
slider.className = "ce-switch__slider";
|
|
167
|
+
slider.setAttribute("aria-hidden", "true");
|
|
168
|
+
control.appendChild(slider);
|
|
169
|
+
const text = document.createElement("div");
|
|
170
|
+
text.className = "ce-switch__text";
|
|
171
|
+
const label = document.createElement("span");
|
|
172
|
+
label.className = "ce-switch__label";
|
|
173
|
+
const state = document.createElement("span");
|
|
174
|
+
state.className = "ce-switch__state-label";
|
|
175
|
+
const hint = document.createElement("span");
|
|
176
|
+
hint.className = "ce-switch__hint";
|
|
177
|
+
text.append(label, state, hint);
|
|
178
|
+
const hiddenInput = document.createElement("input");
|
|
179
|
+
hiddenInput.type = "checkbox";
|
|
180
|
+
hiddenInput.className = "ce-switch__input";
|
|
181
|
+
hiddenInput.hidden = true;
|
|
182
|
+
container.append(control, text, hiddenInput);
|
|
183
|
+
host.append(container);
|
|
184
|
+
return { container, control, slider, label, state, hint, hiddenInput };
|
|
185
|
+
}
|
|
186
|
+
function findExistingDom(host) {
|
|
187
|
+
const container = host.querySelector(".ce-switch");
|
|
188
|
+
if (!container) {
|
|
189
|
+
return null;
|
|
190
|
+
}
|
|
191
|
+
const control = container.querySelector(".ce-switch__control");
|
|
192
|
+
const slider = container.querySelector(".ce-switch__slider");
|
|
193
|
+
const label = container.querySelector(".ce-switch__label");
|
|
194
|
+
const state = container.querySelector(".ce-switch__state-label");
|
|
195
|
+
const hint = container.querySelector(".ce-switch__hint");
|
|
196
|
+
const hiddenInput = container.querySelector(".ce-switch__input");
|
|
197
|
+
if (!control || !slider || !label || !state || !hint || !hiddenInput) {
|
|
198
|
+
return null;
|
|
199
|
+
}
|
|
200
|
+
return { container, control, slider, label, state, hint, hiddenInput };
|
|
201
|
+
}
|
|
202
|
+
function applyProps(dom, props, id) {
|
|
203
|
+
const merged = { ...DEFAULT_SWITCH_PROPS, ...props };
|
|
204
|
+
const checked = Boolean(merged.checked);
|
|
205
|
+
const disabled = Boolean(merged.disabled || merged.loading);
|
|
206
|
+
const readonly = Boolean(merged.readonly);
|
|
207
|
+
dom.container.className = buildClassNames(merged);
|
|
208
|
+
dom.container.dataset.state = checked ? "on" : "off";
|
|
209
|
+
dom.container.dataset.size = merged.size ?? "md";
|
|
210
|
+
dom.container.toggleAttribute("data-disabled", disabled);
|
|
211
|
+
dom.control.setAttribute("aria-checked", checked ? "true" : "false");
|
|
212
|
+
dom.control.setAttribute("aria-disabled", disabled ? "true" : "false");
|
|
213
|
+
dom.control.setAttribute("aria-readonly", readonly ? "true" : "false");
|
|
214
|
+
if (merged.ariaDescribedBy) {
|
|
215
|
+
dom.control.setAttribute("aria-describedby", merged.ariaDescribedBy);
|
|
216
|
+
}
|
|
217
|
+
else {
|
|
218
|
+
dom.control.removeAttribute("aria-describedby");
|
|
219
|
+
}
|
|
220
|
+
if (merged.ariaLabel) {
|
|
221
|
+
dom.control.setAttribute("aria-label", merged.ariaLabel);
|
|
222
|
+
dom.control.removeAttribute("aria-labelledby");
|
|
223
|
+
}
|
|
224
|
+
else if (merged.label) {
|
|
225
|
+
dom.control.setAttribute("aria-labelledby", `${id}-label`);
|
|
226
|
+
dom.control.removeAttribute("aria-label");
|
|
227
|
+
}
|
|
228
|
+
else {
|
|
229
|
+
dom.control.setAttribute("aria-label", "Toggle switch");
|
|
230
|
+
dom.control.removeAttribute("aria-labelledby");
|
|
231
|
+
}
|
|
232
|
+
dom.control.tabIndex = disabled ? -1 : 0;
|
|
233
|
+
dom.control.disabled = disabled;
|
|
234
|
+
dom.hiddenInput.checked = checked;
|
|
235
|
+
dom.hiddenInput.disabled = disabled;
|
|
236
|
+
dom.hiddenInput.required = Boolean(merged.required);
|
|
237
|
+
dom.hiddenInput.id = `${id}-input`;
|
|
238
|
+
dom.hiddenInput.value = merged.value ?? "on";
|
|
239
|
+
if (merged.name) {
|
|
240
|
+
dom.hiddenInput.name = merged.name;
|
|
241
|
+
}
|
|
242
|
+
else {
|
|
243
|
+
dom.hiddenInput.removeAttribute("name");
|
|
244
|
+
}
|
|
245
|
+
dom.label.textContent = merged.label ?? "";
|
|
246
|
+
dom.label.id = `${id}-label`;
|
|
247
|
+
dom.label.toggleAttribute("hidden", !merged.label);
|
|
248
|
+
const showState = Boolean(merged.onLabel || merged.offLabel);
|
|
249
|
+
if (showState) {
|
|
250
|
+
dom.state.textContent = checked ? merged.onLabel ?? "On" : merged.offLabel ?? "Off";
|
|
251
|
+
}
|
|
252
|
+
else {
|
|
253
|
+
dom.state.textContent = "";
|
|
254
|
+
}
|
|
255
|
+
dom.state.toggleAttribute("hidden", !showState);
|
|
256
|
+
dom.hint.textContent = merged.hint ?? "";
|
|
257
|
+
dom.hint.toggleAttribute("hidden", !merged.hint);
|
|
258
|
+
}
|
|
259
|
+
function buildClassNames(props) {
|
|
260
|
+
const classes = ["ce-switch"];
|
|
261
|
+
const size = props.size ?? "md";
|
|
262
|
+
if (size && size !== "md") {
|
|
263
|
+
classes.push(`ce-switch--${size}`);
|
|
264
|
+
}
|
|
265
|
+
if (props.theme === "dark") {
|
|
266
|
+
classes.push("ce-switch--dark");
|
|
267
|
+
}
|
|
268
|
+
if (props.checked) {
|
|
269
|
+
classes.push("is-checked");
|
|
270
|
+
}
|
|
271
|
+
if (props.disabled || props.loading) {
|
|
272
|
+
classes.push("is-disabled");
|
|
273
|
+
}
|
|
274
|
+
if (props.loading) {
|
|
275
|
+
classes.push("is-loading");
|
|
276
|
+
}
|
|
277
|
+
return classes.join(" ");
|
|
278
|
+
}
|
|
279
|
+
const HTML_ESCAPE_LOOKUP = {
|
|
280
|
+
"&": "&",
|
|
281
|
+
"\"": """,
|
|
282
|
+
"'": "'",
|
|
283
|
+
"<": "<",
|
|
284
|
+
">": ">",
|
|
285
|
+
};
|
|
286
|
+
function escapeHtml(value) {
|
|
287
|
+
return value.replace(/[&"'<>]/g, (char) => HTML_ESCAPE_LOOKUP[char] ?? char);
|
|
288
|
+
}
|
|
289
|
+
const SWITCH_HELPERS_FLAG = Symbol.for("ce-ui.switch.helpers");
|
|
290
|
+
function attachSwitchHelpers(ctor) {
|
|
291
|
+
if (!ctor) {
|
|
292
|
+
return;
|
|
293
|
+
}
|
|
294
|
+
const proto = ctor.prototype;
|
|
295
|
+
if (proto[SWITCH_HELPERS_FLAG]) {
|
|
296
|
+
return;
|
|
297
|
+
}
|
|
298
|
+
Object.defineProperty(proto, "checked", {
|
|
299
|
+
get() {
|
|
300
|
+
const container = this.querySelector(".ce-switch");
|
|
301
|
+
if (container) {
|
|
302
|
+
return container.classList.contains("is-checked");
|
|
303
|
+
}
|
|
304
|
+
return Boolean(this.props?.checked);
|
|
305
|
+
},
|
|
306
|
+
set(value) {
|
|
307
|
+
this.props = { checked: Boolean(value) };
|
|
308
|
+
},
|
|
309
|
+
configurable: true,
|
|
310
|
+
});
|
|
311
|
+
Object.defineProperty(proto, "toggle", {
|
|
312
|
+
value() {
|
|
313
|
+
this.props = { checked: !Boolean(this.props?.checked) };
|
|
314
|
+
},
|
|
315
|
+
configurable: true,
|
|
316
|
+
});
|
|
317
|
+
Object.defineProperty(proto, SWITCH_HELPERS_FLAG, {
|
|
318
|
+
value: true,
|
|
319
|
+
});
|
|
320
|
+
}
|
|
321
|
+
//# sourceMappingURL=switch.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"switch.js","sourceRoot":"","sources":["../../../components/web-components/switch.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { TabLayoutChangePayload, TabLayoutClosePayload, TabLayoutOptions, TabLayoutTab } from "../TabLayout/TabLayout.types.js";
|
|
2
|
+
export interface TabLayoutProps extends Omit<TabLayoutOptions, "selector" | "onChange" | "onClose" | "onAdd">, Record<string, unknown> {
|
|
3
|
+
tabs: TabLayoutTab[];
|
|
4
|
+
onAdd?: TabLayoutOptions["onAdd"];
|
|
5
|
+
}
|
|
6
|
+
export interface TabLayoutChangeDetail extends TabLayoutChangePayload {
|
|
7
|
+
}
|
|
8
|
+
export interface TabLayoutCloseDetail extends TabLayoutClosePayload {
|
|
9
|
+
}
|
|
10
|
+
export declare function registerTabLayoutElement(): CustomElementConstructor | undefined;
|
|
11
|
+
//# sourceMappingURL=tab-layout.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tab-layout.d.ts","sourceRoot":"","sources":["../../../components/web-components/tab-layout.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EACV,sBAAsB,EACtB,qBAAqB,EACrB,gBAAgB,EAChB,YAAY,EACb,MAAM,iCAAiC,CAAC;AAIzC,MAAM,WAAW,cACf,SAAQ,IAAI,CAAC,gBAAgB,EAAE,UAAU,GAAG,UAAU,GAAG,SAAS,GAAG,OAAO,CAAC,EAC3E,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC;IACzB,IAAI,EAAE,YAAY,EAAE,CAAC;IACrB,KAAK,CAAC,EAAE,gBAAgB,CAAC,OAAO,CAAC,CAAC;CACnC;AAED,MAAM,WAAW,qBAAsB,SAAQ,sBAAsB;CAAG;AACxE,MAAM,WAAW,oBAAqB,SAAQ,qBAAqB;CAAG;AAuJtE,wBAAgB,wBAAwB,IAAI,wBAAwB,GAAG,SAAS,CAU/E"}
|
|
@@ -0,0 +1,157 @@
|
|
|
1
|
+
import { TabLayout } from "../TabLayout/TabLayout.js";
|
|
2
|
+
import { defineComponentElement } from "../../src/runtime/component-element.js";
|
|
3
|
+
import { readDataAttr, readNumberDataAttr, shouldUseDomValue } from "./utils/hydration.js";
|
|
4
|
+
const DEFAULT_TABLAYOUT_PROPS = {
|
|
5
|
+
tabs: [],
|
|
6
|
+
defaultIndex: 0,
|
|
7
|
+
allowAdd: false,
|
|
8
|
+
};
|
|
9
|
+
const TABLAYOUT_PROP_DEFINITIONS = [
|
|
10
|
+
{ attribute: "tabs", prop: "tabs", type: "json" },
|
|
11
|
+
{ attribute: "default-index", prop: "defaultIndex", type: "number" },
|
|
12
|
+
{ attribute: "allow-add", prop: "allowAdd", type: "boolean" },
|
|
13
|
+
];
|
|
14
|
+
let tabLayoutId = 0;
|
|
15
|
+
const applyTabLayoutParts = (wrapper) => {
|
|
16
|
+
wrapper.setAttribute("data-ce-component", "tab-layout");
|
|
17
|
+
wrapper.setAttribute("part", "base");
|
|
18
|
+
wrapper.querySelectorAll(".ce-tablayout__header").forEach((node) => { node.setAttribute("part", "header"); node.setAttribute("data-ce-slot", "header"); });
|
|
19
|
+
wrapper.querySelectorAll(".ce-tablayout__list").forEach((node) => node.setAttribute("part", "list"));
|
|
20
|
+
wrapper.querySelectorAll(".ce-tablayout__add").forEach((node) => node.setAttribute("part", "add"));
|
|
21
|
+
wrapper.querySelectorAll(".ce-tablayout__item").forEach((node) => node.setAttribute("part", "item"));
|
|
22
|
+
wrapper.querySelectorAll(".ce-tablayout__tab").forEach((node) => node.setAttribute("part", "tab"));
|
|
23
|
+
wrapper.querySelectorAll(".ce-tablayout__label").forEach((node) => node.setAttribute("part", "label"));
|
|
24
|
+
wrapper.querySelectorAll(".ce-tablayout__close").forEach((node) => node.setAttribute("part", "close"));
|
|
25
|
+
wrapper.querySelectorAll(".ce-tablayout__body").forEach((node) => node.setAttribute("part", "body"));
|
|
26
|
+
wrapper.querySelectorAll(".ce-tablayout__panel").forEach((node) => node.setAttribute("part", "panel"));
|
|
27
|
+
};
|
|
28
|
+
const tabLayoutComponent = {
|
|
29
|
+
mount({ target, props, on }) {
|
|
30
|
+
const host = target;
|
|
31
|
+
const existingWrapper = host.querySelector(".ce-tablayout");
|
|
32
|
+
const elementId = existingWrapper?.id || `ce-tablayout-${++tabLayoutId}`;
|
|
33
|
+
let wrapper = existingWrapper ?? undefined;
|
|
34
|
+
let currentProps = { ...DEFAULT_TABLAYOUT_PROPS, ...props };
|
|
35
|
+
if (existingWrapper) {
|
|
36
|
+
const dataTabs = readDataAttr(existingWrapper, "tabs");
|
|
37
|
+
if (shouldUseDomValue(host, "tabs", dataTabs)) {
|
|
38
|
+
try {
|
|
39
|
+
currentProps.tabs = JSON.parse(dataTabs ?? "[]");
|
|
40
|
+
}
|
|
41
|
+
catch {
|
|
42
|
+
currentProps.tabs = DEFAULT_TABLAYOUT_PROPS.tabs;
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
else if (!currentProps.tabs?.length) {
|
|
46
|
+
currentProps.tabs = Array.from(existingWrapper.querySelectorAll(".ce-tablayout__panel")).map((panel, index) => ({
|
|
47
|
+
id: panel.id || `ce-tablayout-${index}`,
|
|
48
|
+
label: existingWrapper.querySelector(`.ce-tablayout__tab[data-index="${index}"] .ce-tablayout__label`)
|
|
49
|
+
?.textContent ?? `Tab ${index + 1}`,
|
|
50
|
+
content: panel.innerHTML,
|
|
51
|
+
}));
|
|
52
|
+
}
|
|
53
|
+
const dataDefault = readNumberDataAttr(existingWrapper, "default-index");
|
|
54
|
+
if (shouldUseDomValue(host, "default-index", dataDefault)) {
|
|
55
|
+
currentProps.defaultIndex = dataDefault ?? DEFAULT_TABLAYOUT_PROPS.defaultIndex;
|
|
56
|
+
}
|
|
57
|
+
const dataAllowAdd = readDataAttr(existingWrapper, "allow-add");
|
|
58
|
+
if (shouldUseDomValue(host, "allow-add", dataAllowAdd)) {
|
|
59
|
+
currentProps.allowAdd = dataAllowAdd === "true";
|
|
60
|
+
}
|
|
61
|
+
else if (shouldUseDomValue(host, "allow-add", existingWrapper.querySelector(".ce-tablayout__add") ? "true" : "false")) {
|
|
62
|
+
currentProps.allowAdd = Boolean(existingWrapper.querySelector(".ce-tablayout__add"));
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
let instance;
|
|
66
|
+
const destroy = () => {
|
|
67
|
+
instance?.destroy?.();
|
|
68
|
+
instance = undefined;
|
|
69
|
+
if (!existingWrapper) {
|
|
70
|
+
host.innerHTML = "";
|
|
71
|
+
}
|
|
72
|
+
};
|
|
73
|
+
const updateProps = (partial) => {
|
|
74
|
+
currentProps = { ...currentProps, ...partial };
|
|
75
|
+
instance?.destroy?.();
|
|
76
|
+
render();
|
|
77
|
+
};
|
|
78
|
+
function createInstance(container, propsToUse) {
|
|
79
|
+
if (!propsToUse.tabs?.length) {
|
|
80
|
+
container.innerHTML = "";
|
|
81
|
+
return undefined;
|
|
82
|
+
}
|
|
83
|
+
const instance = new TabLayout({
|
|
84
|
+
...propsToUse,
|
|
85
|
+
selector: `#${elementId}`,
|
|
86
|
+
hydrate: Boolean(container && container === existingWrapper),
|
|
87
|
+
onChange: (payload) => on?.change?.(payload),
|
|
88
|
+
onClose: (payload) => on?.close?.(payload),
|
|
89
|
+
onAdd: propsToUse.onAdd,
|
|
90
|
+
});
|
|
91
|
+
instance.init();
|
|
92
|
+
return instance;
|
|
93
|
+
}
|
|
94
|
+
const render = () => {
|
|
95
|
+
if (!wrapper) {
|
|
96
|
+
host.innerHTML = "";
|
|
97
|
+
wrapper = document.createElement("div");
|
|
98
|
+
wrapper.id = elementId;
|
|
99
|
+
host.appendChild(wrapper);
|
|
100
|
+
}
|
|
101
|
+
else {
|
|
102
|
+
if (!wrapper.id) {
|
|
103
|
+
wrapper.id = elementId;
|
|
104
|
+
}
|
|
105
|
+
if (!wrapper.classList.contains("ce-tablayout")) {
|
|
106
|
+
wrapper.classList.add("ce-tablayout");
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
applyTabLayoutParts(wrapper);
|
|
110
|
+
instance?.destroy?.();
|
|
111
|
+
instance = createInstance(wrapper, currentProps);
|
|
112
|
+
};
|
|
113
|
+
render();
|
|
114
|
+
return {
|
|
115
|
+
destroy,
|
|
116
|
+
updateProps(partial) {
|
|
117
|
+
updateProps(partial ?? {});
|
|
118
|
+
},
|
|
119
|
+
};
|
|
120
|
+
},
|
|
121
|
+
renderToString(props) {
|
|
122
|
+
const merged = { ...DEFAULT_TABLAYOUT_PROPS, ...props };
|
|
123
|
+
const tabs = merged.tabs?.map((tab, index) => renderTab(tab, index)).join("") ?? "";
|
|
124
|
+
const panels = merged.tabs
|
|
125
|
+
?.map((tab, index) => `<section class="ce-tablayout__panel" part="panel" id="${escapeHtml(tab.id ?? `ce-tablayout-${index}`)}-panel" role="tabpanel" aria-labelledby="${escapeHtml(tab.id ?? `ce-tablayout-${index}`)}-trigger">${tab.content ?? ""}</section>`)
|
|
126
|
+
.join("") ?? "";
|
|
127
|
+
const addButton = merged.allowAdd ? `<button class="ce-tablayout__add" part="add" aria-label="Add tab">+</button>` : "";
|
|
128
|
+
const dataAttrs = ` data-tabs="${escapeHtml(JSON.stringify(merged.tabs ?? []))}" data-default-index="${merged.defaultIndex ?? 0}" data-allow-add="${merged.allowAdd ? "true" : "false"}"`;
|
|
129
|
+
return `<div class="ce-tablayout" data-ce-component="tab-layout" part="base"${dataAttrs}><div class="ce-tablayout__header" part="header" data-ce-slot="header"><div class="ce-tablayout__list" part="list" role="tablist">${tabs}</div>${addButton}</div><div class="ce-tablayout__body" part="body">${panels}</div></div>`;
|
|
130
|
+
},
|
|
131
|
+
};
|
|
132
|
+
export function registerTabLayoutElement() {
|
|
133
|
+
return defineComponentElement({
|
|
134
|
+
tag: "ce-tab-layout",
|
|
135
|
+
component: tabLayoutComponent,
|
|
136
|
+
props: TABLAYOUT_PROP_DEFINITIONS,
|
|
137
|
+
defaultProps: DEFAULT_TABLAYOUT_PROPS,
|
|
138
|
+
shadow: false,
|
|
139
|
+
events: ["change", "close"],
|
|
140
|
+
preserveLightDom: true,
|
|
141
|
+
});
|
|
142
|
+
}
|
|
143
|
+
function renderTab(tab, index) {
|
|
144
|
+
const id = tab.id ?? `ce-tablayout-${index}`;
|
|
145
|
+
const disabled = tab.disabled ? ' aria-disabled="true"' : "";
|
|
146
|
+
const close = tab.closable === false || tab.disabled
|
|
147
|
+
? ""
|
|
148
|
+
: `<button type="button" class="ce-tablayout__close" part="close" aria-label="Close ${escapeHtml(tab.label)}">×</button>`;
|
|
149
|
+
return `<div class="ce-tablayout__item" part="item"><div class="ce-tablayout__tab" part="tab" id="${escapeHtml(id)}-trigger" role="tab" aria-controls="${escapeHtml(id)}-panel" data-index="${index}"${disabled}><span class="ce-tablayout__label" part="label">${escapeHtml(tab.label)}</span></div>${close}</div>`;
|
|
150
|
+
}
|
|
151
|
+
const escapeHtml = (value) => value
|
|
152
|
+
.replace(/&/g, "&")
|
|
153
|
+
.replace(/</g, "<")
|
|
154
|
+
.replace(/>/g, ">")
|
|
155
|
+
.replace(/"/g, """)
|
|
156
|
+
.replace(/'/g, "'");
|
|
157
|
+
//# sourceMappingURL=tab-layout.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tab-layout.js","sourceRoot":"","sources":["../../../components/web-components/tab-layout.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { TableOptions } from "../Table/Table.types.js";
|
|
2
|
+
export interface TableProps extends Omit<TableOptions, "selector">, Record<string, unknown> {
|
|
3
|
+
}
|
|
4
|
+
export interface TableUpdateDetail {
|
|
5
|
+
data: Record<string, unknown>[];
|
|
6
|
+
}
|
|
7
|
+
export declare function registerTableElement(): CustomElementConstructor | undefined;
|
|
8
|
+
//# sourceMappingURL=table.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"table.d.ts","sourceRoot":"","sources":["../../../components/web-components/table.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAI5D,MAAM,WAAW,UAAW,SAAQ,IAAI,CAAC,YAAY,EAAE,UAAU,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC;CAAG;AAE9F,MAAM,WAAW,iBAAiB;IAChC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE,CAAC;CACjC;AAqKD,wBAAgB,oBAAoB,IAAI,wBAAwB,GAAG,SAAS,CAU3E"}
|