@activewidgets/jquery
Version:
Datagrid component for jQuery
27 lines (25 loc) • 981 B
JavaScript
/**
* @activewidgets/jquery 3.5.0
* Copyright (C) 2023 ActiveWidgets SARL. All Rights Reserved.
* This code is licensed under the MIT license found in the
* LICENSE file in the root directory of this package.
*/
import t from "@activewidgets/frameworks/jquery";
import e from "jquery";
import { Component as r, cloneElement as m, createElement as n, isValidElement as p, createContext as i, render as l } from "preact";
import { Suspense as c, lazy as s } from "preact/compat";
import a from "htm";
import { Datagrid as f, Row as u, Cells as d } from "@activewidgets/datagrid/style-inject";
import { Button as C } from "@activewidgets/ui/style-inject";
const { h: B, component: o } = t({ Component: r, cloneElement: m, createElement: n, isValidElement: p, createContext: i, Suspense: c, lazy: s, render: l }, e), j = a.bind(B);
o(f);
o(u);
o(d);
const v = o(C);
export {
v as Button,
B as h,
o as jQueryComponent,
j as tpl
};
//# sourceMappingURL=style-inject.js.map