@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,338 @@
|
|
|
1
|
+
import { Popup } from "../Popup/Popup.js";
|
|
2
|
+
import { defineComponentElement } from "../../src/runtime/component-element.js";
|
|
3
|
+
import { readDataAttr, readNumberDataAttr, shouldUseDomValue } from "./utils/hydration.js";
|
|
4
|
+
const DEFAULT_POPUP_PROPS = {
|
|
5
|
+
heading: undefined,
|
|
6
|
+
description: undefined,
|
|
7
|
+
content: undefined,
|
|
8
|
+
footer: undefined,
|
|
9
|
+
actions: undefined,
|
|
10
|
+
trigger: "click",
|
|
11
|
+
triggerSelector: undefined,
|
|
12
|
+
placement: "bottom",
|
|
13
|
+
offset: 12,
|
|
14
|
+
theme: "light",
|
|
15
|
+
tone: "neutral",
|
|
16
|
+
width: undefined,
|
|
17
|
+
maxWidth: undefined,
|
|
18
|
+
maxHeight: undefined,
|
|
19
|
+
closeOnEsc: true,
|
|
20
|
+
closeOnOutside: true,
|
|
21
|
+
interactive: true,
|
|
22
|
+
initialOpen: false,
|
|
23
|
+
arrow: false,
|
|
24
|
+
role: "dialog",
|
|
25
|
+
ariaLabel: undefined,
|
|
26
|
+
dismissText: undefined,
|
|
27
|
+
showHeaderDivider: false,
|
|
28
|
+
};
|
|
29
|
+
const POPUP_PROP_DEFINITIONS = [
|
|
30
|
+
{ attribute: "heading", prop: "heading" },
|
|
31
|
+
{ attribute: "description", prop: "description" },
|
|
32
|
+
{ attribute: "content", prop: "content" },
|
|
33
|
+
{ attribute: "footer", prop: "footer" },
|
|
34
|
+
{ attribute: "actions", prop: "actions", type: "json" },
|
|
35
|
+
{ attribute: "trigger", prop: "trigger" },
|
|
36
|
+
{ attribute: "trigger-selector", prop: "triggerSelector" },
|
|
37
|
+
{ attribute: "placement", prop: "placement" },
|
|
38
|
+
{ attribute: "offset", prop: "offset", type: "number" },
|
|
39
|
+
{ attribute: "theme", prop: "theme" },
|
|
40
|
+
{ attribute: "tone", prop: "tone" },
|
|
41
|
+
{ attribute: "width", prop: "width" },
|
|
42
|
+
{ attribute: "max-width", prop: "maxWidth" },
|
|
43
|
+
{ attribute: "max-height", prop: "maxHeight" },
|
|
44
|
+
{ attribute: "close-on-esc", prop: "closeOnEsc", type: "boolean" },
|
|
45
|
+
{ attribute: "close-on-outside", prop: "closeOnOutside", type: "boolean" },
|
|
46
|
+
{ attribute: "interactive", prop: "interactive", type: "boolean" },
|
|
47
|
+
{ attribute: "initial-open", prop: "initialOpen", type: "boolean" },
|
|
48
|
+
{ attribute: "arrow", prop: "arrow", type: "boolean" },
|
|
49
|
+
{ attribute: "role", prop: "role" },
|
|
50
|
+
{ attribute: "aria-label", prop: "ariaLabel" },
|
|
51
|
+
{ attribute: "dismiss-text", prop: "dismissText" },
|
|
52
|
+
{ attribute: "show-header-divider", prop: "showHeaderDivider", type: "boolean" },
|
|
53
|
+
];
|
|
54
|
+
let popupId = 0;
|
|
55
|
+
const applyPopupParts = (wrapper) => {
|
|
56
|
+
wrapper.setAttribute("data-ce-component", "popup");
|
|
57
|
+
wrapper.setAttribute("part", "base");
|
|
58
|
+
wrapper.querySelectorAll(".ce-popup__header").forEach((node) => { node.setAttribute("part", "header"); node.setAttribute("data-ce-slot", "header"); });
|
|
59
|
+
wrapper.querySelectorAll(".ce-popup__title").forEach((node) => node.setAttribute("part", "title"));
|
|
60
|
+
wrapper.querySelectorAll(".ce-popup__description").forEach((node) => node.setAttribute("part", "description"));
|
|
61
|
+
wrapper.querySelectorAll(".ce-popup__dismiss").forEach((node) => node.setAttribute("part", "dismiss"));
|
|
62
|
+
wrapper.querySelectorAll(".ce-popup__body").forEach((node) => node.setAttribute("part", "body"));
|
|
63
|
+
wrapper.querySelectorAll(".ce-popup__footer").forEach((node) => { node.setAttribute("part", "footer"); node.setAttribute("data-ce-slot", "footer"); });
|
|
64
|
+
wrapper.querySelectorAll(".ce-popup__actions").forEach((node) => { node.setAttribute("part", "actions"); node.setAttribute("data-ce-slot", "actions"); });
|
|
65
|
+
wrapper.querySelectorAll(".ce-popup__action-btn").forEach((node) => node.setAttribute("part", "action-button"));
|
|
66
|
+
wrapper.querySelectorAll(".ce-popup__action-icon").forEach((node) => node.setAttribute("part", "action-icon"));
|
|
67
|
+
wrapper.querySelectorAll(".ce-popup__action-label").forEach((node) => node.setAttribute("part", "action-label"));
|
|
68
|
+
wrapper.querySelectorAll(".ce-popup__arrow").forEach((node) => node.setAttribute("part", "arrow"));
|
|
69
|
+
};
|
|
70
|
+
const popupComponent = {
|
|
71
|
+
mount({ target, props, on }) {
|
|
72
|
+
const host = target;
|
|
73
|
+
const existingWrapper = host.querySelector(".ce-popup");
|
|
74
|
+
const elementId = existingWrapper?.id || `ce-popup-${++popupId}`;
|
|
75
|
+
let wrapper = existingWrapper ?? undefined;
|
|
76
|
+
let currentProps = { ...DEFAULT_POPUP_PROPS, ...props };
|
|
77
|
+
if (existingWrapper) {
|
|
78
|
+
const dataHeading = readDataAttr(existingWrapper, "heading");
|
|
79
|
+
if (shouldUseDomValue(host, "heading", dataHeading)) {
|
|
80
|
+
currentProps.heading = dataHeading ?? undefined;
|
|
81
|
+
}
|
|
82
|
+
const dataDescription = readDataAttr(existingWrapper, "description");
|
|
83
|
+
if (shouldUseDomValue(host, "description", dataDescription)) {
|
|
84
|
+
currentProps.description = dataDescription ?? undefined;
|
|
85
|
+
}
|
|
86
|
+
const dataContent = readDataAttr(existingWrapper, "content");
|
|
87
|
+
if (shouldUseDomValue(host, "content", dataContent)) {
|
|
88
|
+
currentProps.content = dataContent ?? undefined;
|
|
89
|
+
}
|
|
90
|
+
const dataFooter = readDataAttr(existingWrapper, "footer");
|
|
91
|
+
if (shouldUseDomValue(host, "footer", dataFooter)) {
|
|
92
|
+
currentProps.footer = dataFooter ?? undefined;
|
|
93
|
+
}
|
|
94
|
+
const dataActions = readDataAttr(existingWrapper, "actions");
|
|
95
|
+
if (shouldUseDomValue(host, "actions", dataActions)) {
|
|
96
|
+
try {
|
|
97
|
+
currentProps.actions = JSON.parse(dataActions ?? "[]");
|
|
98
|
+
}
|
|
99
|
+
catch {
|
|
100
|
+
currentProps.actions = undefined;
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
const dataTrigger = readDataAttr(existingWrapper, "trigger");
|
|
104
|
+
if (shouldUseDomValue(host, "trigger", dataTrigger)) {
|
|
105
|
+
currentProps.trigger = dataTrigger ?? DEFAULT_POPUP_PROPS.trigger;
|
|
106
|
+
}
|
|
107
|
+
const dataTriggerSelector = readDataAttr(existingWrapper, "trigger-selector");
|
|
108
|
+
if (shouldUseDomValue(host, "trigger-selector", dataTriggerSelector)) {
|
|
109
|
+
currentProps.triggerSelector = dataTriggerSelector ?? undefined;
|
|
110
|
+
}
|
|
111
|
+
const dataPlacement = readDataAttr(existingWrapper, "placement");
|
|
112
|
+
if (shouldUseDomValue(host, "placement", dataPlacement)) {
|
|
113
|
+
currentProps.placement = dataPlacement ?? DEFAULT_POPUP_PROPS.placement;
|
|
114
|
+
}
|
|
115
|
+
const dataOffset = readNumberDataAttr(existingWrapper, "offset");
|
|
116
|
+
if (shouldUseDomValue(host, "offset", dataOffset)) {
|
|
117
|
+
currentProps.offset = dataOffset ?? DEFAULT_POPUP_PROPS.offset;
|
|
118
|
+
}
|
|
119
|
+
const dataTheme = readDataAttr(existingWrapper, "theme");
|
|
120
|
+
if (shouldUseDomValue(host, "theme", dataTheme)) {
|
|
121
|
+
currentProps.theme = dataTheme ?? DEFAULT_POPUP_PROPS.theme;
|
|
122
|
+
}
|
|
123
|
+
const dataTone = readDataAttr(existingWrapper, "tone");
|
|
124
|
+
if (shouldUseDomValue(host, "tone", dataTone)) {
|
|
125
|
+
currentProps.tone = dataTone ?? DEFAULT_POPUP_PROPS.tone;
|
|
126
|
+
}
|
|
127
|
+
const dataWidth = readDataAttr(existingWrapper, "width");
|
|
128
|
+
if (shouldUseDomValue(host, "width", dataWidth)) {
|
|
129
|
+
currentProps.width = dataWidth ?? undefined;
|
|
130
|
+
}
|
|
131
|
+
const dataMaxWidth = readDataAttr(existingWrapper, "max-width");
|
|
132
|
+
if (shouldUseDomValue(host, "max-width", dataMaxWidth)) {
|
|
133
|
+
currentProps.maxWidth = dataMaxWidth ?? undefined;
|
|
134
|
+
}
|
|
135
|
+
const dataMaxHeight = readDataAttr(existingWrapper, "max-height");
|
|
136
|
+
if (shouldUseDomValue(host, "max-height", dataMaxHeight)) {
|
|
137
|
+
currentProps.maxHeight = dataMaxHeight ?? undefined;
|
|
138
|
+
}
|
|
139
|
+
const dataCloseOnEsc = readDataAttr(existingWrapper, "close-on-esc");
|
|
140
|
+
if (shouldUseDomValue(host, "close-on-esc", dataCloseOnEsc)) {
|
|
141
|
+
const parsed = parseBoolean(dataCloseOnEsc);
|
|
142
|
+
if (parsed !== undefined) {
|
|
143
|
+
currentProps.closeOnEsc = parsed;
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
const dataCloseOnOutside = readDataAttr(existingWrapper, "close-on-outside");
|
|
147
|
+
if (shouldUseDomValue(host, "close-on-outside", dataCloseOnOutside)) {
|
|
148
|
+
const parsed = parseBoolean(dataCloseOnOutside);
|
|
149
|
+
if (parsed !== undefined) {
|
|
150
|
+
currentProps.closeOnOutside = parsed;
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
const dataInteractive = readDataAttr(existingWrapper, "interactive");
|
|
154
|
+
if (shouldUseDomValue(host, "interactive", dataInteractive)) {
|
|
155
|
+
const parsed = parseBoolean(dataInteractive);
|
|
156
|
+
if (parsed !== undefined) {
|
|
157
|
+
currentProps.interactive = parsed;
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
const dataInitialOpen = readDataAttr(existingWrapper, "initial-open");
|
|
161
|
+
if (shouldUseDomValue(host, "initial-open", dataInitialOpen)) {
|
|
162
|
+
const parsed = parseBoolean(dataInitialOpen);
|
|
163
|
+
if (parsed !== undefined) {
|
|
164
|
+
currentProps.initialOpen = parsed;
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
const dataArrow = readDataAttr(existingWrapper, "arrow");
|
|
168
|
+
if (shouldUseDomValue(host, "arrow", dataArrow)) {
|
|
169
|
+
const parsed = parseBoolean(dataArrow);
|
|
170
|
+
if (parsed !== undefined) {
|
|
171
|
+
currentProps.arrow = parsed;
|
|
172
|
+
}
|
|
173
|
+
}
|
|
174
|
+
const dataRole = readDataAttr(existingWrapper, "role");
|
|
175
|
+
if (shouldUseDomValue(host, "role", dataRole)) {
|
|
176
|
+
currentProps.role = dataRole ?? DEFAULT_POPUP_PROPS.role;
|
|
177
|
+
}
|
|
178
|
+
const dataAria = readDataAttr(existingWrapper, "aria-label");
|
|
179
|
+
if (shouldUseDomValue(host, "aria-label", dataAria)) {
|
|
180
|
+
currentProps.ariaLabel = dataAria ?? undefined;
|
|
181
|
+
}
|
|
182
|
+
const dataDismiss = readDataAttr(existingWrapper, "dismiss-text");
|
|
183
|
+
if (shouldUseDomValue(host, "dismiss-text", dataDismiss)) {
|
|
184
|
+
currentProps.dismissText = dataDismiss ?? undefined;
|
|
185
|
+
}
|
|
186
|
+
const dataHeaderDivider = readDataAttr(existingWrapper, "show-header-divider");
|
|
187
|
+
if (shouldUseDomValue(host, "show-header-divider", dataHeaderDivider)) {
|
|
188
|
+
const parsed = parseBoolean(dataHeaderDivider);
|
|
189
|
+
if (parsed !== undefined) {
|
|
190
|
+
currentProps.showHeaderDivider = parsed;
|
|
191
|
+
}
|
|
192
|
+
}
|
|
193
|
+
const heading = existingWrapper.querySelector(".ce-popup__title")?.textContent?.trim();
|
|
194
|
+
if (shouldUseDomValue(host, "heading", heading)) {
|
|
195
|
+
currentProps.heading = heading ?? undefined;
|
|
196
|
+
}
|
|
197
|
+
const description = existingWrapper.querySelector(".ce-popup__description")?.textContent?.trim();
|
|
198
|
+
if (shouldUseDomValue(host, "description", description)) {
|
|
199
|
+
currentProps.description = description ?? undefined;
|
|
200
|
+
}
|
|
201
|
+
const body = existingWrapper.querySelector(".ce-popup__body");
|
|
202
|
+
if (shouldUseDomValue(host, "content", body?.innerHTML)) {
|
|
203
|
+
currentProps.content = body?.innerHTML ?? undefined;
|
|
204
|
+
}
|
|
205
|
+
const footer = existingWrapper.querySelector(".ce-popup__footer");
|
|
206
|
+
if (shouldUseDomValue(host, "footer", footer?.innerHTML)) {
|
|
207
|
+
currentProps.footer = footer?.innerHTML ?? undefined;
|
|
208
|
+
}
|
|
209
|
+
const actions = readActionsFromDom(existingWrapper);
|
|
210
|
+
if (shouldUseDomValue(host, "actions", actions) && actions.length) {
|
|
211
|
+
currentProps.actions = actions;
|
|
212
|
+
}
|
|
213
|
+
}
|
|
214
|
+
let instance;
|
|
215
|
+
const render = () => {
|
|
216
|
+
if (!wrapper) {
|
|
217
|
+
host.innerHTML = "";
|
|
218
|
+
wrapper = document.createElement("div");
|
|
219
|
+
wrapper.id = elementId;
|
|
220
|
+
host.appendChild(wrapper);
|
|
221
|
+
}
|
|
222
|
+
else if (!wrapper.id) {
|
|
223
|
+
wrapper.id = elementId;
|
|
224
|
+
}
|
|
225
|
+
instance = new Popup({
|
|
226
|
+
...currentProps,
|
|
227
|
+
selector: `#${elementId}`,
|
|
228
|
+
hydrate: Boolean(wrapper && wrapper === existingWrapper),
|
|
229
|
+
onOpen: () => on?.open?.({ placement: currentProps.placement ?? "bottom" }),
|
|
230
|
+
onClose: () => on?.close?.({ placement: currentProps.placement ?? "bottom" }),
|
|
231
|
+
});
|
|
232
|
+
instance.init();
|
|
233
|
+
if (wrapper) {
|
|
234
|
+
applyPopupParts(wrapper);
|
|
235
|
+
}
|
|
236
|
+
};
|
|
237
|
+
render();
|
|
238
|
+
return {
|
|
239
|
+
destroy() {
|
|
240
|
+
instance?.destroy?.();
|
|
241
|
+
if (!existingWrapper) {
|
|
242
|
+
host.innerHTML = "";
|
|
243
|
+
}
|
|
244
|
+
},
|
|
245
|
+
updateProps(partial) {
|
|
246
|
+
currentProps = { ...currentProps, ...(partial ?? {}) };
|
|
247
|
+
render();
|
|
248
|
+
},
|
|
249
|
+
};
|
|
250
|
+
},
|
|
251
|
+
renderToString(props) {
|
|
252
|
+
const merged = { ...DEFAULT_POPUP_PROPS, ...props };
|
|
253
|
+
const classes = [
|
|
254
|
+
"ce-popup",
|
|
255
|
+
merged.placement ? `ce-popup--${merged.placement}` : null,
|
|
256
|
+
merged.tone && merged.tone !== "neutral" ? `ce-popup--${merged.tone}` : null,
|
|
257
|
+
merged.theme === "dark" ? "ce-popup--dark" : null,
|
|
258
|
+
]
|
|
259
|
+
.filter(Boolean)
|
|
260
|
+
.join(" ");
|
|
261
|
+
const heading = merged.heading
|
|
262
|
+
? `<header class="ce-popup__header${merged.showHeaderDivider ? " ce-popup__header--divider" : ""}" part="header" data-ce-slot="header"><h3 class="ce-popup__title" part="title">${escapeHtml(merged.heading)}</h3>${merged.description ? `<p class="ce-popup__description" part="description">${escapeHtml(merged.description)}</p>` : ""}${merged.dismissText ? `<button type="button" class="ce-popup__dismiss" part="dismiss">${escapeHtml(merged.dismissText)}</button>` : ""}</header>`
|
|
263
|
+
: merged.description || merged.dismissText
|
|
264
|
+
? `<header class="ce-popup__header${merged.showHeaderDivider ? " ce-popup__header--divider" : ""}" part="header" data-ce-slot="header">${merged.description ? `<p class="ce-popup__description" part="description">${escapeHtml(merged.description)}</p>` : ""}${merged.dismissText ? `<button type="button" class="ce-popup__dismiss" part="dismiss">${escapeHtml(merged.dismissText)}</button>` : ""}</header>`
|
|
265
|
+
: "";
|
|
266
|
+
const body = `<div class="ce-popup__body" part="body">${merged.content ?? ""}</div>`;
|
|
267
|
+
const footer = merged.footer
|
|
268
|
+
? `<footer class="ce-popup__footer" part="footer" data-ce-slot="footer">${merged.footer}</footer>`
|
|
269
|
+
: merged.actions?.length
|
|
270
|
+
? `<footer class="ce-popup__footer" part="footer" data-ce-slot="footer"><div class="ce-popup__actions" part="actions" data-ce-slot="actions">${merged.actions
|
|
271
|
+
.map((action) => {
|
|
272
|
+
const variant = action.variant ? ` ce-popup__action-btn--${action.variant}` : "";
|
|
273
|
+
const icon = action.icon ? `<span class="ce-popup__action-icon" part="action-icon">${action.icon}</span>` : "";
|
|
274
|
+
const disabled = action.disabled ? " disabled" : "";
|
|
275
|
+
return `<button type="button" class="ce-popup__action-btn${variant}" part="action-button"${disabled}>${icon}<span class="ce-popup__action-label" part="action-label">${escapeHtml(action.label)}</span></button>`;
|
|
276
|
+
})
|
|
277
|
+
.join("")}</div></footer>`
|
|
278
|
+
: "";
|
|
279
|
+
const arrow = merged.arrow ? `<span class="ce-popup__arrow" part="arrow"></span>` : "";
|
|
280
|
+
const dataAttrs = ` data-heading="${escapeHtml(merged.heading ?? "")}" data-description="${escapeHtml(merged.description ?? "")}" data-content="${escapeHtml(typeof merged.content === "string" ? merged.content : "")}" data-footer="${escapeHtml(typeof merged.footer === "string" ? merged.footer : "")}" data-actions="${escapeHtml(JSON.stringify(merged.actions ?? []))}" data-trigger="${escapeHtml(merged.trigger ?? "click")}" data-trigger-selector="${escapeHtml(merged.triggerSelector ?? "")}" data-placement="${escapeHtml(merged.placement ?? "bottom")}" data-offset="${merged.offset ?? 12}" data-theme="${escapeHtml(merged.theme ?? "light")}" data-tone="${escapeHtml(merged.tone ?? "neutral")}" data-width="${escapeHtml(merged.width ?? "")}" data-max-width="${escapeHtml(merged.maxWidth ?? "")}" data-max-height="${escapeHtml(merged.maxHeight ?? "")}" data-close-on-esc="${String(merged.closeOnEsc !== false)}" data-close-on-outside="${String(merged.closeOnOutside !== false)}" data-interactive="${String(merged.interactive !== false)}" data-initial-open="${String(Boolean(merged.initialOpen))}" data-arrow="${String(Boolean(merged.arrow))}" data-role="${escapeHtml(merged.role ?? "dialog")}" data-aria-label="${escapeHtml(merged.ariaLabel ?? "")}" data-dismiss-text="${escapeHtml(merged.dismissText ?? "")}" data-show-header-divider="${String(Boolean(merged.showHeaderDivider))}"`;
|
|
281
|
+
const ariaLabel = merged.ariaLabel ? ` aria-label="${escapeHtml(merged.ariaLabel)}"` : "";
|
|
282
|
+
return `<div class="${classes}" data-ce-component="popup" part="base" role="${escapeHtml(merged.role ?? "dialog")}" aria-hidden="${merged.initialOpen ? "false" : "true"}"${ariaLabel}${dataAttrs}>${heading}${body}${footer}${arrow}</div>`;
|
|
283
|
+
},
|
|
284
|
+
};
|
|
285
|
+
export function registerPopupElement() {
|
|
286
|
+
return defineComponentElement({
|
|
287
|
+
tag: "ce-popup",
|
|
288
|
+
component: popupComponent,
|
|
289
|
+
props: POPUP_PROP_DEFINITIONS,
|
|
290
|
+
defaultProps: DEFAULT_POPUP_PROPS,
|
|
291
|
+
shadow: false,
|
|
292
|
+
events: ["open", "close"],
|
|
293
|
+
preserveLightDom: true,
|
|
294
|
+
});
|
|
295
|
+
}
|
|
296
|
+
const HTML_ESCAPE_LOOKUP = {
|
|
297
|
+
"&": "&",
|
|
298
|
+
"\"": """,
|
|
299
|
+
"'": "'",
|
|
300
|
+
"<": "<",
|
|
301
|
+
">": ">",
|
|
302
|
+
};
|
|
303
|
+
function escapeHtml(value) {
|
|
304
|
+
return value.replace(/[&"'<>]/g, (char) => HTML_ESCAPE_LOOKUP[char] ?? char);
|
|
305
|
+
}
|
|
306
|
+
function parseBoolean(value) {
|
|
307
|
+
if (!value) {
|
|
308
|
+
return undefined;
|
|
309
|
+
}
|
|
310
|
+
if (value === "true") {
|
|
311
|
+
return true;
|
|
312
|
+
}
|
|
313
|
+
if (value === "false") {
|
|
314
|
+
return false;
|
|
315
|
+
}
|
|
316
|
+
return undefined;
|
|
317
|
+
}
|
|
318
|
+
function readActionsFromDom(wrapper) {
|
|
319
|
+
const actions = [];
|
|
320
|
+
wrapper.querySelectorAll(".ce-popup__action-btn").forEach((button) => {
|
|
321
|
+
const label = button.querySelector(".ce-popup__action-label")?.textContent?.trim() ?? button.textContent?.trim();
|
|
322
|
+
if (!label) {
|
|
323
|
+
return;
|
|
324
|
+
}
|
|
325
|
+
const icon = button.querySelector(".ce-popup__action-icon")?.innerHTML;
|
|
326
|
+
const variant = Array.from(button.classList)
|
|
327
|
+
.find((cls) => cls.startsWith("ce-popup__action-btn--"))
|
|
328
|
+
?.replace("ce-popup__action-btn--", "") ?? undefined;
|
|
329
|
+
actions.push({
|
|
330
|
+
label,
|
|
331
|
+
icon: icon || undefined,
|
|
332
|
+
variant,
|
|
333
|
+
disabled: button.disabled,
|
|
334
|
+
});
|
|
335
|
+
});
|
|
336
|
+
return actions;
|
|
337
|
+
}
|
|
338
|
+
//# sourceMappingURL=popup.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"popup.js","sourceRoot":"","sources":["../../../components/web-components/popup.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { ProgressBarOptions } from "../ProgressBar/ProgressBar.types.js";
|
|
2
|
+
export interface ProgressBarProps extends Omit<ProgressBarOptions, "selector">, Record<string, unknown> {
|
|
3
|
+
}
|
|
4
|
+
export declare function registerProgressBarElement(): CustomElementConstructor | undefined;
|
|
5
|
+
//# sourceMappingURL=progress-bar.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"progress-bar.d.ts","sourceRoot":"","sources":["../../../components/web-components/progress-bar.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,qCAAqC,CAAC;AAI9E,MAAM,WAAW,gBAAiB,SAAQ,IAAI,CAAC,kBAAkB,EAAE,UAAU,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC;CAAG;AA+F1G,wBAAgB,0BAA0B,IAAI,wBAAwB,GAAG,SAAS,CASjF"}
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
import { ProgressBar } from "../ProgressBar/ProgressBar.js";
|
|
2
|
+
import { defineComponentElement } from "../../src/runtime/component-element.js";
|
|
3
|
+
import { readNumberDataAttr, shouldUseDomValue } from "./utils/hydration.js";
|
|
4
|
+
const DEFAULT_PROGRESS_BAR_PROPS = {
|
|
5
|
+
initialValue: 0,
|
|
6
|
+
};
|
|
7
|
+
const PROGRESS_BAR_PROP_DEFINITIONS = [
|
|
8
|
+
{ attribute: "initial-value", prop: "initialValue", type: "number" },
|
|
9
|
+
];
|
|
10
|
+
let progressBarId = 0;
|
|
11
|
+
const applyProgressBarParts = (wrapper) => {
|
|
12
|
+
wrapper.setAttribute("data-ce-component", "progress-bar");
|
|
13
|
+
wrapper.setAttribute("part", "base");
|
|
14
|
+
wrapper.querySelectorAll(".ce-progress-bar__fill").forEach((node) => node.setAttribute("part", "fill"));
|
|
15
|
+
};
|
|
16
|
+
const progressBarComponent = {
|
|
17
|
+
mount({ target, props }) {
|
|
18
|
+
const host = target;
|
|
19
|
+
const existingWrapper = host.querySelector(".ce-progress");
|
|
20
|
+
const elementId = existingWrapper?.id || `ce-progress-bar-${++progressBarId}`;
|
|
21
|
+
let wrapper = existingWrapper ?? undefined;
|
|
22
|
+
let currentProps = { ...DEFAULT_PROGRESS_BAR_PROPS, ...props };
|
|
23
|
+
if (existingWrapper) {
|
|
24
|
+
const dataValue = readNumberDataAttr(existingWrapper, "initial-value");
|
|
25
|
+
if (shouldUseDomValue(host, "initial-value", dataValue)) {
|
|
26
|
+
currentProps.initialValue = dataValue ?? DEFAULT_PROGRESS_BAR_PROPS.initialValue;
|
|
27
|
+
}
|
|
28
|
+
const fill = existingWrapper.querySelector(".progress-fill");
|
|
29
|
+
if (shouldUseDomValue(host, "initial-value", fill?.style.width)) {
|
|
30
|
+
const match = fill?.style.width?.match(/(\d+(?:\.\d+)?)%/);
|
|
31
|
+
if (match) {
|
|
32
|
+
currentProps.initialValue = Number(match[1]);
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
let instance;
|
|
37
|
+
const render = () => {
|
|
38
|
+
if (!wrapper) {
|
|
39
|
+
host.innerHTML = "";
|
|
40
|
+
wrapper = document.createElement("div");
|
|
41
|
+
wrapper.id = elementId;
|
|
42
|
+
wrapper.className = "ce-progress ce-progress-bar";
|
|
43
|
+
wrapper.innerHTML = '<div class="progress-fill ce-progress-bar__fill"></div>';
|
|
44
|
+
host.appendChild(wrapper);
|
|
45
|
+
}
|
|
46
|
+
else {
|
|
47
|
+
if (!wrapper.id) {
|
|
48
|
+
wrapper.id = elementId;
|
|
49
|
+
}
|
|
50
|
+
wrapper.classList.add("ce-progress", "ce-progress-bar");
|
|
51
|
+
if (!wrapper.querySelector(".progress-fill")) {
|
|
52
|
+
wrapper.innerHTML = '<div class="progress-fill ce-progress-bar__fill"></div>';
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
applyProgressBarParts(wrapper);
|
|
56
|
+
instance = new ProgressBar({
|
|
57
|
+
...currentProps,
|
|
58
|
+
selector: `#${elementId}`,
|
|
59
|
+
hydrate: Boolean(wrapper && wrapper === existingWrapper),
|
|
60
|
+
});
|
|
61
|
+
if (currentProps.initialValue !== undefined) {
|
|
62
|
+
instance.setValue(currentProps.initialValue ?? 0);
|
|
63
|
+
}
|
|
64
|
+
};
|
|
65
|
+
render();
|
|
66
|
+
return {
|
|
67
|
+
destroy() {
|
|
68
|
+
instance?.destroy?.();
|
|
69
|
+
if (!existingWrapper) {
|
|
70
|
+
host.innerHTML = "";
|
|
71
|
+
}
|
|
72
|
+
},
|
|
73
|
+
updateProps(partial) {
|
|
74
|
+
currentProps = { ...currentProps, ...(partial ?? {}) };
|
|
75
|
+
if (partial?.initialValue !== undefined) {
|
|
76
|
+
instance?.setValue?.(partial.initialValue ?? 0);
|
|
77
|
+
}
|
|
78
|
+
},
|
|
79
|
+
};
|
|
80
|
+
},
|
|
81
|
+
renderToString(props) {
|
|
82
|
+
const merged = { ...DEFAULT_PROGRESS_BAR_PROPS, ...props };
|
|
83
|
+
const value = merged.initialValue ?? 0;
|
|
84
|
+
return `<div class="ce-progress ce-progress-bar" data-ce-component="progress-bar" part="base" data-initial-value="${value}"><div class="progress-fill ce-progress-bar__fill" part="fill" style="width: ${value}%"></div></div>`;
|
|
85
|
+
},
|
|
86
|
+
};
|
|
87
|
+
export function registerProgressBarElement() {
|
|
88
|
+
return defineComponentElement({
|
|
89
|
+
tag: "ce-progress-bar",
|
|
90
|
+
component: progressBarComponent,
|
|
91
|
+
props: PROGRESS_BAR_PROP_DEFINITIONS,
|
|
92
|
+
defaultProps: DEFAULT_PROGRESS_BAR_PROPS,
|
|
93
|
+
shadow: false,
|
|
94
|
+
preserveLightDom: true,
|
|
95
|
+
});
|
|
96
|
+
}
|
|
97
|
+
//# sourceMappingURL=progress-bar.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"progress-bar.js","sourceRoot":"","sources":["../../../components/web-components/progress-bar.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"qrcode.d.ts","sourceRoot":"","sources":["../../../components/web-components/qrcode.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAI/D,MAAM,MAAM,WAAW,GAAG,IAAI,CAAC,aAAa,EAAE,UAAU,CAAC,CAAC;AAmH1D,wBAAgB,qBAAqB,IAAI,wBAAwB,GAAG,SAAS,CAS5E"}
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
import { QrCode } from "../QrCode/QrCode.js";
|
|
2
|
+
import { defineComponentElement } from "../../src/runtime/component-element.js";
|
|
3
|
+
import { readDataAttr, readNumberDataAttr, shouldUseDomValue } from "./utils/hydration.js";
|
|
4
|
+
const DEFAULT_QRCODE_PROPS = {
|
|
5
|
+
value: "",
|
|
6
|
+
size: 180,
|
|
7
|
+
theme: "light",
|
|
8
|
+
label: undefined,
|
|
9
|
+
};
|
|
10
|
+
const QRCODE_PROP_DEFINITIONS = [
|
|
11
|
+
{ attribute: "value", prop: "value" },
|
|
12
|
+
{ attribute: "size", prop: "size", type: "number" },
|
|
13
|
+
{ attribute: "theme", prop: "theme" },
|
|
14
|
+
{ attribute: "label", prop: "label" },
|
|
15
|
+
];
|
|
16
|
+
let qrcodeId = 0;
|
|
17
|
+
const applyQrCodeParts = (wrapper) => {
|
|
18
|
+
wrapper.setAttribute("data-ce-component", "qrcode");
|
|
19
|
+
wrapper.setAttribute("part", "base");
|
|
20
|
+
wrapper.querySelectorAll("canvas").forEach((node) => node.setAttribute("part", "canvas"));
|
|
21
|
+
wrapper.querySelectorAll(".ce-qrcode__label").forEach((node) => node.setAttribute("part", "label"));
|
|
22
|
+
};
|
|
23
|
+
const qrcodeComponent = {
|
|
24
|
+
mount({ target, props }) {
|
|
25
|
+
const host = target;
|
|
26
|
+
const existingWrapper = host.querySelector(".ce-qrcode");
|
|
27
|
+
const elementId = existingWrapper?.id || `ce-qrcode-${++qrcodeId}`;
|
|
28
|
+
let wrapper = existingWrapper ?? undefined;
|
|
29
|
+
let currentProps = { ...DEFAULT_QRCODE_PROPS, ...props };
|
|
30
|
+
if (existingWrapper) {
|
|
31
|
+
const dataValue = readDataAttr(existingWrapper, "value");
|
|
32
|
+
if (shouldUseDomValue(host, "value", dataValue)) {
|
|
33
|
+
currentProps.value = dataValue ?? DEFAULT_QRCODE_PROPS.value;
|
|
34
|
+
}
|
|
35
|
+
const dataSize = readNumberDataAttr(existingWrapper, "size");
|
|
36
|
+
if (shouldUseDomValue(host, "size", dataSize)) {
|
|
37
|
+
currentProps.size = dataSize ?? DEFAULT_QRCODE_PROPS.size;
|
|
38
|
+
}
|
|
39
|
+
const dataTheme = readDataAttr(existingWrapper, "theme");
|
|
40
|
+
if (shouldUseDomValue(host, "theme", dataTheme)) {
|
|
41
|
+
currentProps.theme = dataTheme ?? DEFAULT_QRCODE_PROPS.theme;
|
|
42
|
+
}
|
|
43
|
+
const dataLabel = readDataAttr(existingWrapper, "label");
|
|
44
|
+
if (shouldUseDomValue(host, "label", dataLabel)) {
|
|
45
|
+
currentProps.label = dataLabel ?? DEFAULT_QRCODE_PROPS.label;
|
|
46
|
+
}
|
|
47
|
+
const label = existingWrapper.querySelector(".ce-qrcode__label")?.textContent?.trim();
|
|
48
|
+
if (shouldUseDomValue(host, "label", label)) {
|
|
49
|
+
currentProps.label = label ?? undefined;
|
|
50
|
+
}
|
|
51
|
+
const theme = existingWrapper.classList.contains("ce-qrcode--dark") ? "dark" : "light";
|
|
52
|
+
if (shouldUseDomValue(host, "theme", theme)) {
|
|
53
|
+
currentProps.theme = theme;
|
|
54
|
+
}
|
|
55
|
+
const canvas = existingWrapper.querySelector("canvas");
|
|
56
|
+
if (shouldUseDomValue(host, "size", canvas?.width)) {
|
|
57
|
+
currentProps.size = canvas?.width ?? DEFAULT_QRCODE_PROPS.size;
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
let instance;
|
|
61
|
+
const render = () => {
|
|
62
|
+
if (!wrapper) {
|
|
63
|
+
host.innerHTML = "";
|
|
64
|
+
wrapper = document.createElement("div");
|
|
65
|
+
wrapper.id = elementId;
|
|
66
|
+
host.appendChild(wrapper);
|
|
67
|
+
}
|
|
68
|
+
else if (!wrapper.id) {
|
|
69
|
+
wrapper.id = elementId;
|
|
70
|
+
}
|
|
71
|
+
applyQrCodeParts(wrapper);
|
|
72
|
+
instance?.destroy?.();
|
|
73
|
+
instance = new QrCode({
|
|
74
|
+
...currentProps,
|
|
75
|
+
selector: `#${elementId}`,
|
|
76
|
+
hydrate: Boolean(wrapper && wrapper === existingWrapper),
|
|
77
|
+
});
|
|
78
|
+
instance.init();
|
|
79
|
+
};
|
|
80
|
+
render();
|
|
81
|
+
return {
|
|
82
|
+
destroy() {
|
|
83
|
+
instance?.destroy?.();
|
|
84
|
+
if (!existingWrapper) {
|
|
85
|
+
host.innerHTML = "";
|
|
86
|
+
}
|
|
87
|
+
},
|
|
88
|
+
updateProps(partial) {
|
|
89
|
+
currentProps = { ...currentProps, ...(partial ?? {}) };
|
|
90
|
+
render();
|
|
91
|
+
},
|
|
92
|
+
};
|
|
93
|
+
},
|
|
94
|
+
renderToString(props) {
|
|
95
|
+
const merged = { ...DEFAULT_QRCODE_PROPS, ...(props ?? {}) };
|
|
96
|
+
const size = merged.size ?? DEFAULT_QRCODE_PROPS.size;
|
|
97
|
+
const themeClass = merged.theme === "dark" ? " ce-qrcode--dark" : "";
|
|
98
|
+
const label = merged.label ? `<div class="ce-qrcode__label" part="label">${merged.label}</div>` : "";
|
|
99
|
+
// SSR placeholder; client runtime draws actual QR matrix
|
|
100
|
+
const dataAttrs = ` data-value="${escapeHtml(merged.value ?? "")}" data-size="${size}" data-theme="${escapeHtml(merged.theme ?? "light")}" data-label="${escapeHtml(merged.label ?? "")}"`;
|
|
101
|
+
return `<div class="ce-qrcode${themeClass}" data-ce-component="qrcode" part="base" aria-label="QR code"${dataAttrs}><canvas part="canvas" width="${size}" height="${size}"></canvas>${label}</div>`;
|
|
102
|
+
},
|
|
103
|
+
};
|
|
104
|
+
export function registerQrCodeElement() {
|
|
105
|
+
return defineComponentElement({
|
|
106
|
+
tag: "ce-qrcode",
|
|
107
|
+
component: qrcodeComponent,
|
|
108
|
+
props: QRCODE_PROP_DEFINITIONS,
|
|
109
|
+
defaultProps: DEFAULT_QRCODE_PROPS,
|
|
110
|
+
shadow: false,
|
|
111
|
+
preserveLightDom: true,
|
|
112
|
+
});
|
|
113
|
+
}
|
|
114
|
+
const HTML_ESCAPE_LOOKUP = {
|
|
115
|
+
"&": "&",
|
|
116
|
+
"\"": """,
|
|
117
|
+
"'": "'",
|
|
118
|
+
"<": "<",
|
|
119
|
+
">": ">",
|
|
120
|
+
};
|
|
121
|
+
function escapeHtml(value) {
|
|
122
|
+
return value.replace(/[&"'<>]/g, (char) => HTML_ESCAPE_LOOKUP[char] ?? char);
|
|
123
|
+
}
|
|
124
|
+
//# sourceMappingURL=qrcode.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"qrcode.js","sourceRoot":"","sources":["../../../components/web-components/qrcode.ts"],"names":[],"mappings":"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"}
|