diff --git a/api/js/etemplate/Et2Colorpicker/Et2Colorpicker.ts b/api/js/etemplate/Et2Colorpicker/Et2Colorpicker.ts new file mode 100644 index 0000000000..632e2567d1 --- /dev/null +++ b/api/js/etemplate/Et2Colorpicker/Et2Colorpicker.ts @@ -0,0 +1,40 @@ +/** + * EGroupware eTemplate2 - Colorpicker widget (WebComponent) + * + * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License + * @package etemplate + * @subpackage api + * @link https://www.egroupware.org + * @author Hadi Nategh + */ + + + +import {html} from "@lion/core"; +import {LionInput} from "@lion/input"; +import {Et2Widget} from "../Et2Widget/Et2Widget"; +import {Et2InputWidget} from "../Et2InputWidget/Et2InputWidget"; + +export class Et2Colorpicker extends Et2InputWidget(Et2Widget(LionInput)) +{ + + constructor() + { + super(); + } + + connectedCallback() + { + super.connectedCallback(); + } + + render() + { + return html` +