@progress/kendo-themes-html 6.7.0-dev.2 → 6.7.0-dev.4
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/dist/cjs/chat/chat.spec.js +146 -2150
- package/dist/cjs/chat/tests/chat-rtl.js +333 -2337
- package/dist/cjs/chat/tests/chat-scrollable-deck.js +332 -2336
- package/dist/cjs/chat/tests/chat.js +346 -2350
- package/dist/cjs/grid/tests/grid-adaptive-pager.js +18 -6
- package/dist/cjs/grid/tests/grid-angular.js +160 -148
- package/dist/cjs/grid/tests/grid-column-reordering-actions.js +275 -263
- package/dist/cjs/grid/tests/grid-column-reordering.js +280 -268
- package/dist/cjs/grid/tests/grid-column-resizing-actions.js +311 -299
- package/dist/cjs/grid/tests/grid-grouping-actions.js +241 -229
- package/dist/cjs/grid/tests/grid-pager.js +104 -92
- package/dist/cjs/grid/tests/grid-row-reordering.js +233 -221
- package/dist/cjs/grid/tests/grid-rtl-angular.js +106 -94
- package/dist/cjs/grid/tests/grid-rtl.js +99 -87
- package/dist/cjs/grid/tests/grid-selection-aggregates.js +108 -96
- package/dist/cjs/grid/tests/grid-size-sm-comp-sm.js +348 -336
- package/dist/cjs/grid/tests/grid-size-sm.js +348 -336
- package/dist/cjs/grid/tests/grid-sticky-columns-rtl.js +135 -123
- package/dist/cjs/grid/tests/grid.js +124 -112
- package/dist/cjs/index.js +3434 -3239
- package/dist/cjs/listview/listview.spec.js +22 -10
- package/dist/cjs/listview/tests/listview-layout.js +63 -51
- package/dist/cjs/listview/tests/listview-loading.js +34 -22
- package/dist/cjs/listview/tests/listview.js +49 -37
- package/dist/cjs/pager/index.js +41 -1
- package/dist/cjs/pager/templates/pager-adaptive-input.js +5806 -0
- package/dist/cjs/pager/templates/pager-adaptive.js +5805 -0
- package/dist/cjs/pager/templates/pager-input.js +5805 -0
- package/dist/cjs/pager/templates/pager-normal.js +5799 -0
- package/dist/cjs/pager/tests/pager-adaptive.js +49 -13
- package/dist/cjs/pager/tests/pager-sizes.js +34 -21
- package/dist/cjs/pager/tests/pager.js +27 -10
- package/dist/cjs/pdf-viewer/tests/pdf-viewer-blank-page-blazor.js +25 -13
- package/dist/cjs/pdf-viewer/tests/pdf-viewer-blank-page.js +31 -19
- package/dist/cjs/pdf-viewer/tests/pdf-viewer-search-panel.js +36 -24
- package/dist/cjs/pdf-viewer/tests/pdf-viewer.js +25 -13
- package/dist/esm/chat/chat.spec.js +161 -2165
- package/dist/esm/chat/tests/chat-rtl.js +283 -2287
- package/dist/esm/chat/tests/chat-scrollable-deck.js +282 -2286
- package/dist/esm/chat/tests/chat.js +296 -2300
- package/dist/esm/grid/tests/grid-adaptive-pager.js +18 -6
- package/dist/esm/grid/tests/grid-angular.js +130 -118
- package/dist/esm/grid/tests/grid-column-reordering-actions.js +232 -220
- package/dist/esm/grid/tests/grid-column-reordering.js +235 -223
- package/dist/esm/grid/tests/grid-column-resizing-actions.js +268 -256
- package/dist/esm/grid/tests/grid-grouping-actions.js +210 -198
- package/dist/esm/grid/tests/grid-pager.js +82 -70
- package/dist/esm/grid/tests/grid-row-reordering.js +206 -194
- package/dist/esm/grid/tests/grid-rtl-angular.js +88 -76
- package/dist/esm/grid/tests/grid-rtl.js +84 -72
- package/dist/esm/grid/tests/grid-selection-aggregates.js +80 -68
- package/dist/esm/grid/tests/grid-size-sm-comp-sm.js +289 -277
- package/dist/esm/grid/tests/grid-size-sm.js +289 -277
- package/dist/esm/grid/tests/grid-sticky-columns-rtl.js +124 -112
- package/dist/esm/grid/tests/grid.js +104 -92
- package/dist/esm/index.js +3434 -3239
- package/dist/esm/listview/listview.spec.js +20 -8
- package/dist/esm/listview/tests/listview-layout.js +49 -37
- package/dist/esm/listview/tests/listview-loading.js +29 -17
- package/dist/esm/listview/tests/listview.js +39 -27
- package/dist/esm/pager/index.js +41 -1
- package/dist/esm/pager/templates/pager-adaptive-input.js +5790 -0
- package/dist/esm/pager/templates/pager-adaptive.js +5789 -0
- package/dist/esm/pager/templates/pager-input.js +5789 -0
- package/dist/esm/pager/templates/pager-normal.js +5783 -0
- package/dist/esm/pager/tests/pager-adaptive.js +47 -11
- package/dist/esm/pager/tests/pager-sizes.js +34 -21
- package/dist/esm/pager/tests/pager.js +27 -10
- package/dist/esm/pdf-viewer/tests/pdf-viewer-blank-page-blazor.js +23 -11
- package/dist/esm/pdf-viewer/tests/pdf-viewer-blank-page.js +27 -15
- package/dist/esm/pdf-viewer/tests/pdf-viewer-search-panel.js +30 -18
- package/dist/esm/pdf-viewer/tests/pdf-viewer.js +23 -11
- package/dist/types/floating-label/floating-label.spec.d.ts +6 -2
- package/dist/types/index.d.ts +1 -0
- package/dist/types/pager/index.d.ts +4 -0
- package/dist/types/pager/templates/pager-adaptive-input.d.ts +1 -0
- package/dist/types/pager/templates/pager-adaptive.d.ts +1 -0
- package/dist/types/pager/templates/pager-input.d.ts +1 -0
- package/dist/types/pager/templates/pager-normal.d.ts +1 -0
- package/package.json +2 -2
- package/src/chat/chat.spec.tsx +13 -14
- package/src/floating-label/floating-label.spec.tsx +7 -2
- package/src/index.ts +1 -0
- package/src/pager/index.tsx +4 -0
- package/src/pager/templates/pager-adaptive-input.tsx +9 -0
- package/src/pager/templates/pager-adaptive.tsx +8 -0
- package/src/pager/templates/pager-input.tsx +8 -0
- package/src/pager/templates/pager-normal.tsx +3 -0
- package/src/pager/tests/pager-adaptive.tsx +7 -7
- package/src/pager/tests/pager-sizes.tsx +9 -22
- package/src/pager/tests/pager.tsx +21 -19
|
@@ -5774,13 +5774,25 @@ Pager.options = options22;
|
|
|
5774
5774
|
Pager.className = PAGER_CLASSNAME;
|
|
5775
5775
|
Pager.defaultProps = defaultProps20;
|
|
5776
5776
|
|
|
5777
|
+
// src/pager/templates/pager-normal.tsx
|
|
5778
|
+
import { jsx as jsx52 } from "react/jsx-runtime";
|
|
5779
|
+
|
|
5780
|
+
// src/pager/templates/pager-input.tsx
|
|
5781
|
+
import { jsx as jsx53 } from "react/jsx-runtime";
|
|
5782
|
+
|
|
5783
|
+
// src/pager/templates/pager-adaptive.tsx
|
|
5784
|
+
import { jsx as jsx54 } from "react/jsx-runtime";
|
|
5785
|
+
|
|
5786
|
+
// src/pager/templates/pager-adaptive-input.tsx
|
|
5787
|
+
import { jsx as jsx55 } from "react/jsx-runtime";
|
|
5788
|
+
|
|
5777
5789
|
// src/grid/tests/grid-adaptive-pager.tsx
|
|
5778
|
-
import { Fragment as Fragment15, jsx as
|
|
5779
|
-
var grid_adaptive_pager_default = () => /* @__PURE__ */
|
|
5780
|
-
/* @__PURE__ */
|
|
5781
|
-
/* @__PURE__ */
|
|
5782
|
-
/* @__PURE__ */
|
|
5783
|
-
/* @__PURE__ */
|
|
5790
|
+
import { Fragment as Fragment15, jsx as jsx56, jsxs as jsxs22 } from "react/jsx-runtime";
|
|
5791
|
+
var grid_adaptive_pager_default = () => /* @__PURE__ */ jsx56(Fragment15, { children: /* @__PURE__ */ jsxs22("div", { id: "test-area", className: "k-d-grid k-grid-cols-1", children: [
|
|
5792
|
+
/* @__PURE__ */ jsx56("span", { children: "LTR" }),
|
|
5793
|
+
/* @__PURE__ */ jsx56("section", { children: /* @__PURE__ */ jsx56("div", { className: "k-pane-wrapper k-widget", children: /* @__PURE__ */ jsx56("div", { className: "k-pane", children: /* @__PURE__ */ jsx56("div", { className: "k-view k-widget", children: /* @__PURE__ */ jsx56("div", { className: "k-stretched-view k-content", children: /* @__PURE__ */ jsx56("div", { className: "k-grid k-grid-md k-grid-display-block k-grid-mobile k-editable", children: /* @__PURE__ */ jsx56(Pager, { className: "k-grid-pager", adaptive: true, info: false, pageSizes: false }) }) }) }) }) }) }),
|
|
5794
|
+
/* @__PURE__ */ jsx56("span", { children: "RTL" }),
|
|
5795
|
+
/* @__PURE__ */ jsx56("section", { className: "k-rtl", children: /* @__PURE__ */ jsx56("div", { className: "k-pane-wrapper k-widget", children: /* @__PURE__ */ jsx56("div", { className: "k-pane", children: /* @__PURE__ */ jsx56("div", { className: "k-view k-widget", children: /* @__PURE__ */ jsx56("div", { className: "k-stretched-view k-content", children: /* @__PURE__ */ jsx56("div", { className: "k-grid k-grid-md k-grid-display-block k-grid-mobile k-editable", children: /* @__PURE__ */ jsx56(Pager, { className: "k-grid-pager", adaptive: true, info: false, pageSizes: false, dir: "rtl" }) }) }) }) }) }) })
|
|
5784
5796
|
] }) });
|
|
5785
5797
|
export {
|
|
5786
5798
|
grid_adaptive_pager_default as default
|
|
@@ -5810,8 +5810,20 @@ Pager.options = options23;
|
|
|
5810
5810
|
Pager.className = PAGER_CLASSNAME;
|
|
5811
5811
|
Pager.defaultProps = defaultProps21;
|
|
5812
5812
|
|
|
5813
|
-
// src/
|
|
5813
|
+
// src/pager/templates/pager-normal.tsx
|
|
5814
5814
|
import { jsx as jsx53 } from "react/jsx-runtime";
|
|
5815
|
+
|
|
5816
|
+
// src/pager/templates/pager-input.tsx
|
|
5817
|
+
import { jsx as jsx54 } from "react/jsx-runtime";
|
|
5818
|
+
|
|
5819
|
+
// src/pager/templates/pager-adaptive.tsx
|
|
5820
|
+
import { jsx as jsx55 } from "react/jsx-runtime";
|
|
5821
|
+
|
|
5822
|
+
// src/pager/templates/pager-adaptive-input.tsx
|
|
5823
|
+
import { jsx as jsx56 } from "react/jsx-runtime";
|
|
5824
|
+
|
|
5825
|
+
// src/skeleton/skeleton.spec.tsx
|
|
5826
|
+
import { jsx as jsx57 } from "react/jsx-runtime";
|
|
5815
5827
|
var SKELETON_CLASSNAME = `k-skeleton`;
|
|
5816
5828
|
var states25 = [];
|
|
5817
5829
|
var options24 = {};
|
|
@@ -5825,7 +5837,7 @@ var Skeleton = (props) => {
|
|
|
5825
5837
|
animation = defaultProps22.animation,
|
|
5826
5838
|
...other
|
|
5827
5839
|
} = props;
|
|
5828
|
-
return /* @__PURE__ */
|
|
5840
|
+
return /* @__PURE__ */ jsx57(
|
|
5829
5841
|
"span",
|
|
5830
5842
|
{
|
|
5831
5843
|
...other,
|
|
@@ -5847,200 +5859,200 @@ Skeleton.className = SKELETON_CLASSNAME;
|
|
|
5847
5859
|
Skeleton.defaultProps = defaultProps22;
|
|
5848
5860
|
|
|
5849
5861
|
// src/grid/tests/grid-angular.tsx
|
|
5850
|
-
import { Fragment as Fragment15, jsx as
|
|
5851
|
-
var grid_angular_default = () => /* @__PURE__ */
|
|
5852
|
-
/* @__PURE__ */
|
|
5853
|
-
/* @__PURE__ */
|
|
5862
|
+
import { Fragment as Fragment15, jsx as jsx58, jsxs as jsxs22 } from "react/jsx-runtime";
|
|
5863
|
+
var grid_angular_default = () => /* @__PURE__ */ jsx58(Fragment15, { children: /* @__PURE__ */ jsxs22("div", { id: "test-area", className: "k-d-grid k-grid-cols-3", children: [
|
|
5864
|
+
/* @__PURE__ */ jsx58("span", { className: "col-3", children: "Angular grid" }),
|
|
5865
|
+
/* @__PURE__ */ jsx58("section", { className: "col-3", children: /* @__PURE__ */ jsxs22("div", { className: "k-grid k-grid-md k-grid-no-scrollbar", children: [
|
|
5854
5866
|
/* @__PURE__ */ jsxs22("div", { className: "k-grid-aria-root", children: [
|
|
5855
|
-
/* @__PURE__ */
|
|
5867
|
+
/* @__PURE__ */ jsx58("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx58("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs22("table", { className: "k-table k-table-md k-grid-header-table", children: [
|
|
5856
5868
|
/* @__PURE__ */ jsxs22("colgroup", { children: [
|
|
5857
|
-
/* @__PURE__ */
|
|
5858
|
-
/* @__PURE__ */
|
|
5869
|
+
/* @__PURE__ */ jsx58("col", { style: { width: "100px" } }),
|
|
5870
|
+
/* @__PURE__ */ jsx58("col", {})
|
|
5859
5871
|
] }),
|
|
5860
|
-
/* @__PURE__ */
|
|
5861
|
-
/* @__PURE__ */
|
|
5862
|
-
/* @__PURE__ */
|
|
5872
|
+
/* @__PURE__ */ jsx58("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsxs22("tr", { className: "k-table-row", children: [
|
|
5873
|
+
/* @__PURE__ */ jsx58("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx58("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx58("span", { className: "k-link", children: /* @__PURE__ */ jsx58("span", { className: "k-column-title", children: "100px" }) }) }) }),
|
|
5874
|
+
/* @__PURE__ */ jsx58("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx58("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx58("span", { className: "k-link", children: /* @__PURE__ */ jsx58("span", { className: "k-column-title", children: "no width" }) }) }) })
|
|
5863
5875
|
] }) })
|
|
5864
5876
|
] }) }) }),
|
|
5865
|
-
/* @__PURE__ */
|
|
5866
|
-
/* @__PURE__ */
|
|
5877
|
+
/* @__PURE__ */ jsx58("div", { className: "k-grid-container", children: /* @__PURE__ */ jsxs22("div", { className: "k-grid-content k-virtual-content", children: [
|
|
5878
|
+
/* @__PURE__ */ jsx58("div", { children: /* @__PURE__ */ jsxs22("table", { className: "k-table k-table-md k-grid-table", children: [
|
|
5867
5879
|
/* @__PURE__ */ jsxs22("colgroup", { children: [
|
|
5868
|
-
/* @__PURE__ */
|
|
5869
|
-
/* @__PURE__ */
|
|
5880
|
+
/* @__PURE__ */ jsx58("col", { style: { width: "100px" } }),
|
|
5881
|
+
/* @__PURE__ */ jsx58("col", {})
|
|
5870
5882
|
] }),
|
|
5871
5883
|
/* @__PURE__ */ jsxs22("tbody", { className: "k-table-tbody", children: [
|
|
5872
5884
|
/* @__PURE__ */ jsxs22("tr", { className: "k-table-row", children: [
|
|
5873
|
-
/* @__PURE__ */
|
|
5874
|
-
/* @__PURE__ */
|
|
5885
|
+
/* @__PURE__ */ jsx58("td", { className: "k-table-td", children: "1" }),
|
|
5886
|
+
/* @__PURE__ */ jsx58("td", { className: "k-table-td", children: "Row" })
|
|
5875
5887
|
] }),
|
|
5876
5888
|
/* @__PURE__ */ jsxs22("tr", { className: "k-table-row k-table-alt-row k-alt", children: [
|
|
5877
|
-
/* @__PURE__ */
|
|
5878
|
-
/* @__PURE__ */
|
|
5889
|
+
/* @__PURE__ */ jsx58("td", { className: "k-table-td", children: "2" }),
|
|
5890
|
+
/* @__PURE__ */ jsx58("td", { className: "k-table-td", children: "Alt row" })
|
|
5879
5891
|
] }),
|
|
5880
5892
|
/* @__PURE__ */ jsxs22("tr", { className: "k-table-row", children: [
|
|
5881
|
-
/* @__PURE__ */
|
|
5882
|
-
/* @__PURE__ */
|
|
5893
|
+
/* @__PURE__ */ jsx58("td", { className: "k-table-td", children: "3" }),
|
|
5894
|
+
/* @__PURE__ */ jsx58("td", { className: "k-table-td", children: "This text continues to the end of the grid to test overflow behavior of row contents, as well as line height and vertical alignment." })
|
|
5883
5895
|
] }),
|
|
5884
5896
|
/* @__PURE__ */ jsxs22("tr", { className: "k-table-row k-table-alt-row k-alt", children: [
|
|
5885
|
-
/* @__PURE__ */
|
|
5886
|
-
/* @__PURE__ */
|
|
5897
|
+
/* @__PURE__ */ jsx58("td", { className: "k-table-td", children: "4" }),
|
|
5898
|
+
/* @__PURE__ */ jsx58("td", { className: "k-table-td", children: /* @__PURE__ */ jsx58(Skeleton, { animation: false }) })
|
|
5887
5899
|
] })
|
|
5888
5900
|
] })
|
|
5889
5901
|
] }) }),
|
|
5890
|
-
/* @__PURE__ */
|
|
5902
|
+
/* @__PURE__ */ jsx58("div", { className: "k-height-container", children: /* @__PURE__ */ jsx58("div", { style: { height: "0px" } }) })
|
|
5891
5903
|
] }) })
|
|
5892
5904
|
] }),
|
|
5893
|
-
/* @__PURE__ */
|
|
5905
|
+
/* @__PURE__ */ jsx58(Pager, { className: "k-grid-pager" })
|
|
5894
5906
|
] }) }),
|
|
5895
|
-
/* @__PURE__ */
|
|
5896
|
-
/* @__PURE__ */
|
|
5897
|
-
/* @__PURE__ */
|
|
5907
|
+
/* @__PURE__ */ jsx58("span", { className: "col-3", children: "Angular -- fixed height, hierarchy, filter menu, sort icon" }),
|
|
5908
|
+
/* @__PURE__ */ jsx58("section", { className: "col-3", children: /* @__PURE__ */ jsx58("div", { className: "k-grid k-grid-md k-grid-no-scrollbar", style: { height: "240px" }, children: /* @__PURE__ */ jsxs22("div", { className: "k-grid-aria-root", children: [
|
|
5909
|
+
/* @__PURE__ */ jsx58("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx58("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs22("table", { className: "k-table k-table-md k-grid-header-table", children: [
|
|
5898
5910
|
/* @__PURE__ */ jsxs22("colgroup", { children: [
|
|
5899
|
-
/* @__PURE__ */
|
|
5900
|
-
/* @__PURE__ */
|
|
5901
|
-
/* @__PURE__ */
|
|
5902
|
-
/* @__PURE__ */
|
|
5903
|
-
/* @__PURE__ */
|
|
5904
|
-
/* @__PURE__ */
|
|
5911
|
+
/* @__PURE__ */ jsx58("col", { className: "k-hierarchy-col" }),
|
|
5912
|
+
/* @__PURE__ */ jsx58("col", { style: { width: "80px" } }),
|
|
5913
|
+
/* @__PURE__ */ jsx58("col", {}),
|
|
5914
|
+
/* @__PURE__ */ jsx58("col", {}),
|
|
5915
|
+
/* @__PURE__ */ jsx58("col", {}),
|
|
5916
|
+
/* @__PURE__ */ jsx58("col", {})
|
|
5905
5917
|
] }),
|
|
5906
|
-
/* @__PURE__ */
|
|
5907
|
-
/* @__PURE__ */
|
|
5908
|
-
/* @__PURE__ */
|
|
5909
|
-
/* @__PURE__ */
|
|
5910
|
-
/* @__PURE__ */
|
|
5911
|
-
/* @__PURE__ */
|
|
5918
|
+
/* @__PURE__ */ jsx58("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsxs22("tr", { className: "k-table-row", children: [
|
|
5919
|
+
/* @__PURE__ */ jsx58("th", { className: "k-table-th k-header k-hierarchy-cell" }),
|
|
5920
|
+
/* @__PURE__ */ jsx58("th", { className: "k-table-th k-header" }),
|
|
5921
|
+
/* @__PURE__ */ jsx58("th", { className: "k-table-th k-header k-filterable", children: /* @__PURE__ */ jsxs22("span", { className: "k-cell-inner", children: [
|
|
5922
|
+
/* @__PURE__ */ jsx58("span", { className: "k-link", children: /* @__PURE__ */ jsx58("span", { className: "k-column-title", children: "Default" }) }),
|
|
5923
|
+
/* @__PURE__ */ jsx58("a", { className: "k-grid-filter-menu k-grid-header-menu", children: /* @__PURE__ */ jsx58(Icon, { icon: "filter" }) })
|
|
5912
5924
|
] }) }),
|
|
5913
|
-
/* @__PURE__ */
|
|
5914
|
-
/* @__PURE__ */
|
|
5915
|
-
/* @__PURE__ */
|
|
5925
|
+
/* @__PURE__ */ jsx58("th", { className: "k-table-th k-header k-filterable", children: /* @__PURE__ */ jsxs22("span", { className: "k-cell-inner", children: [
|
|
5926
|
+
/* @__PURE__ */ jsx58("span", { className: "k-link", children: /* @__PURE__ */ jsx58("span", { className: "k-column-title", children: "Hover" }) }),
|
|
5927
|
+
/* @__PURE__ */ jsx58("a", { className: "k-grid-filter-menu k-grid-header-menu", children: /* @__PURE__ */ jsx58(Icon, { icon: "filter" }) })
|
|
5916
5928
|
] }) }),
|
|
5917
|
-
/* @__PURE__ */
|
|
5918
|
-
/* @__PURE__ */
|
|
5919
|
-
/* @__PURE__ */
|
|
5929
|
+
/* @__PURE__ */ jsx58("th", { className: "k-table-th k-header k-filterable k-focus", children: /* @__PURE__ */ jsxs22("span", { className: "k-cell-inner", children: [
|
|
5930
|
+
/* @__PURE__ */ jsx58("span", { className: "k-link", children: /* @__PURE__ */ jsx58("span", { className: "k-column-title", children: "Focus" }) }),
|
|
5931
|
+
/* @__PURE__ */ jsx58("a", { className: "k-grid-filter-menu k-grid-header-menu", children: /* @__PURE__ */ jsx58(Icon, { icon: "filter" }) })
|
|
5920
5932
|
] }) }),
|
|
5921
|
-
/* @__PURE__ */
|
|
5922
|
-
/* @__PURE__ */
|
|
5923
|
-
/* @__PURE__ */
|
|
5933
|
+
/* @__PURE__ */ jsx58("th", { className: "k-table-th k-header k-filterable", children: /* @__PURE__ */ jsxs22("span", { className: "k-cell-inner", children: [
|
|
5934
|
+
/* @__PURE__ */ jsx58("span", { className: "k-link", children: /* @__PURE__ */ jsx58("span", { className: "k-column-title", children: "Active" }) }),
|
|
5935
|
+
/* @__PURE__ */ jsx58("a", { className: "k-grid-filter-menu k-grid-header-menu k-active", children: /* @__PURE__ */ jsx58(Icon, { icon: "filter" }) })
|
|
5924
5936
|
] }) }),
|
|
5925
|
-
/* @__PURE__ */
|
|
5937
|
+
/* @__PURE__ */ jsx58("th", { className: "k-table-th k-header k-filterable k-sorted", children: /* @__PURE__ */ jsxs22("span", { className: "k-cell-inner", children: [
|
|
5926
5938
|
/* @__PURE__ */ jsxs22("span", { className: "k-link", children: [
|
|
5927
|
-
/* @__PURE__ */
|
|
5928
|
-
/* @__PURE__ */
|
|
5939
|
+
/* @__PURE__ */ jsx58("span", { className: "k-column-title", children: "Sorted" }),
|
|
5940
|
+
/* @__PURE__ */ jsx58("span", { className: "k-sort-icon", children: /* @__PURE__ */ jsx58("span", { className: "k-icon k-i-sort-asc-small" }) })
|
|
5929
5941
|
] }),
|
|
5930
|
-
/* @__PURE__ */
|
|
5942
|
+
/* @__PURE__ */ jsx58("a", { className: "k-grid-filter-menu k-grid-header-menu", children: /* @__PURE__ */ jsx58(Icon, { icon: "filter" }) })
|
|
5931
5943
|
] }) })
|
|
5932
5944
|
] }) })
|
|
5933
5945
|
] }) }) }),
|
|
5934
|
-
/* @__PURE__ */
|
|
5935
|
-
/* @__PURE__ */
|
|
5946
|
+
/* @__PURE__ */ jsx58("div", { className: "k-grid-container", children: /* @__PURE__ */ jsxs22("div", { className: "k-grid-content k-virtual-content", children: [
|
|
5947
|
+
/* @__PURE__ */ jsx58("div", { children: /* @__PURE__ */ jsxs22("table", { className: "k-table k-table-md k-grid-table", children: [
|
|
5936
5948
|
/* @__PURE__ */ jsxs22("colgroup", { children: [
|
|
5937
|
-
/* @__PURE__ */
|
|
5938
|
-
/* @__PURE__ */
|
|
5939
|
-
/* @__PURE__ */
|
|
5940
|
-
/* @__PURE__ */
|
|
5941
|
-
/* @__PURE__ */
|
|
5942
|
-
/* @__PURE__ */
|
|
5949
|
+
/* @__PURE__ */ jsx58("col", { className: "k-hierarchy-col" }),
|
|
5950
|
+
/* @__PURE__ */ jsx58("col", { style: { width: "80px" } }),
|
|
5951
|
+
/* @__PURE__ */ jsx58("col", {}),
|
|
5952
|
+
/* @__PURE__ */ jsx58("col", {}),
|
|
5953
|
+
/* @__PURE__ */ jsx58("col", {}),
|
|
5954
|
+
/* @__PURE__ */ jsx58("col", {})
|
|
5943
5955
|
] }),
|
|
5944
5956
|
/* @__PURE__ */ jsxs22("tbody", { className: "k-table-tbody", children: [
|
|
5945
5957
|
/* @__PURE__ */ jsxs22("tr", { className: "k-table-row k-master-row k-expanded", children: [
|
|
5946
|
-
/* @__PURE__ */
|
|
5958
|
+
/* @__PURE__ */ jsx58("td", { className: "k-table-td k-hierarchy-cell", children: /* @__PURE__ */ jsx58(Icon, { icon: "minus" }) }),
|
|
5947
5959
|
/* @__PURE__ */ jsxs22("td", { className: "k-table-td", children: [
|
|
5948
|
-
/* @__PURE__ */
|
|
5949
|
-
/* @__PURE__ */
|
|
5960
|
+
/* @__PURE__ */ jsx58(Checkbox, {}),
|
|
5961
|
+
/* @__PURE__ */ jsx58("label", { className: "k-checkbox-label" })
|
|
5950
5962
|
] }),
|
|
5951
|
-
/* @__PURE__ */
|
|
5952
|
-
/* @__PURE__ */
|
|
5953
|
-
/* @__PURE__ */
|
|
5954
|
-
/* @__PURE__ */
|
|
5955
|
-
/* @__PURE__ */
|
|
5963
|
+
/* @__PURE__ */ jsx58("td", { className: "k-table-td", children: "1" }),
|
|
5964
|
+
/* @__PURE__ */ jsx58("td", { className: "k-table-td", children: "Text" }),
|
|
5965
|
+
/* @__PURE__ */ jsx58("td", { className: "k-table-td", children: "Text" }),
|
|
5966
|
+
/* @__PURE__ */ jsx58("td", { className: "k-table-td", children: "Text" }),
|
|
5967
|
+
/* @__PURE__ */ jsx58("td", { className: "k-table-td", children: "Text" })
|
|
5956
5968
|
] }),
|
|
5957
5969
|
/* @__PURE__ */ jsxs22("tr", { className: "k-table-row k-detail-row", children: [
|
|
5958
|
-
/* @__PURE__ */
|
|
5959
|
-
/* @__PURE__ */
|
|
5970
|
+
/* @__PURE__ */ jsx58("td", { className: "k-table-td k-hierarchy-cell" }),
|
|
5971
|
+
/* @__PURE__ */ jsx58("td", { className: "k-table-td k-detail-cell", colSpan: 6, children: /* @__PURE__ */ jsx58("div", { style: { padding: "10px" }, children: "Nested content" }) })
|
|
5960
5972
|
] }),
|
|
5961
5973
|
/* @__PURE__ */ jsxs22("tr", { className: "k-table-row k-table-alt-row k-alt k-master-row", children: [
|
|
5962
|
-
/* @__PURE__ */
|
|
5974
|
+
/* @__PURE__ */ jsx58("td", { className: "k-table-td k-hierarchy-cell", children: /* @__PURE__ */ jsx58(Icon, { icon: "plus" }) }),
|
|
5963
5975
|
/* @__PURE__ */ jsxs22("td", { className: "k-table-td", children: [
|
|
5964
|
-
/* @__PURE__ */
|
|
5965
|
-
/* @__PURE__ */
|
|
5976
|
+
/* @__PURE__ */ jsx58(Checkbox, {}),
|
|
5977
|
+
/* @__PURE__ */ jsx58("label", { className: "k-checkbox-label" })
|
|
5966
5978
|
] }),
|
|
5967
|
-
/* @__PURE__ */
|
|
5968
|
-
/* @__PURE__ */
|
|
5969
|
-
/* @__PURE__ */
|
|
5970
|
-
/* @__PURE__ */
|
|
5971
|
-
/* @__PURE__ */
|
|
5979
|
+
/* @__PURE__ */ jsx58("td", { className: "k-table-td", children: "2" }),
|
|
5980
|
+
/* @__PURE__ */ jsx58("td", { className: "k-table-td", children: "Text" }),
|
|
5981
|
+
/* @__PURE__ */ jsx58("td", { className: "k-table-td", children: "Text" }),
|
|
5982
|
+
/* @__PURE__ */ jsx58("td", { className: "k-table-td", children: "Text" }),
|
|
5983
|
+
/* @__PURE__ */ jsx58("td", { className: "k-table-td", children: "Text" })
|
|
5972
5984
|
] })
|
|
5973
5985
|
] })
|
|
5974
5986
|
] }) }),
|
|
5975
|
-
/* @__PURE__ */
|
|
5987
|
+
/* @__PURE__ */ jsx58("div", { className: "k-height-container", children: /* @__PURE__ */ jsx58("div", {}) })
|
|
5976
5988
|
] }) })
|
|
5977
5989
|
] }) }) }),
|
|
5978
|
-
/* @__PURE__ */
|
|
5979
|
-
/* @__PURE__ */
|
|
5990
|
+
/* @__PURE__ */ jsx58("span", { className: "col-3", children: "Angular -- standalone column chooser" }),
|
|
5991
|
+
/* @__PURE__ */ jsx58("section", { className: "col-2", children: /* @__PURE__ */ jsxs22("div", { className: "k-grid k-grid-md", children: [
|
|
5980
5992
|
/* @__PURE__ */ jsxs22("div", { className: "k-toolbar k-grid-toolbar", children: [
|
|
5981
|
-
/* @__PURE__ */
|
|
5982
|
-
/* @__PURE__ */
|
|
5993
|
+
/* @__PURE__ */ jsx58("div", { className: "k-spacer" }),
|
|
5994
|
+
/* @__PURE__ */ jsx58("div", { className: "k-grid-column-chooser", children: /* @__PURE__ */ jsx58(Button, { fillMode: "flat", icon: "columns" }) })
|
|
5983
5995
|
] }),
|
|
5984
|
-
/* @__PURE__ */
|
|
5996
|
+
/* @__PURE__ */ jsx58("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx58("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs22("table", { className: "k-table k-table-md k-grid-header-table", children: [
|
|
5985
5997
|
/* @__PURE__ */ jsxs22("colgroup", { children: [
|
|
5986
|
-
/* @__PURE__ */
|
|
5987
|
-
/* @__PURE__ */
|
|
5988
|
-
/* @__PURE__ */
|
|
5998
|
+
/* @__PURE__ */ jsx58("col", {}),
|
|
5999
|
+
/* @__PURE__ */ jsx58("col", {}),
|
|
6000
|
+
/* @__PURE__ */ jsx58("col", {})
|
|
5989
6001
|
] }),
|
|
5990
|
-
/* @__PURE__ */
|
|
5991
|
-
/* @__PURE__ */
|
|
5992
|
-
/* @__PURE__ */
|
|
5993
|
-
/* @__PURE__ */
|
|
6002
|
+
/* @__PURE__ */ jsx58("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsxs22("tr", { className: "k-table-row", children: [
|
|
6003
|
+
/* @__PURE__ */ jsx58("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx58("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx58("span", { className: "k-link", children: /* @__PURE__ */ jsx58("span", { className: "k-column-title", children: "Product" }) }) }) }),
|
|
6004
|
+
/* @__PURE__ */ jsx58("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx58("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx58("span", { className: "k-link", children: /* @__PURE__ */ jsx58("span", { className: "k-column-title", children: "Unit Price" }) }) }) }),
|
|
6005
|
+
/* @__PURE__ */ jsx58("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx58("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx58("span", { className: "k-link", children: /* @__PURE__ */ jsx58("span", { className: "k-column-title", children: "Qty Per Unit" }) }) }) })
|
|
5994
6006
|
] }) })
|
|
5995
6007
|
] }) }) }),
|
|
5996
|
-
/* @__PURE__ */
|
|
5997
|
-
/* @__PURE__ */
|
|
6008
|
+
/* @__PURE__ */ jsx58("div", { className: "k-grid-container", children: /* @__PURE__ */ jsxs22("div", { className: "k-grid-content k-virtual-content", children: [
|
|
6009
|
+
/* @__PURE__ */ jsx58("div", { className: "k-grid-table-wrap", children: /* @__PURE__ */ jsxs22("table", { className: "k-table k-table-md k-grid-table", children: [
|
|
5998
6010
|
/* @__PURE__ */ jsxs22("colgroup", { children: [
|
|
5999
|
-
/* @__PURE__ */
|
|
6000
|
-
/* @__PURE__ */
|
|
6001
|
-
/* @__PURE__ */
|
|
6011
|
+
/* @__PURE__ */ jsx58("col", {}),
|
|
6012
|
+
/* @__PURE__ */ jsx58("col", {}),
|
|
6013
|
+
/* @__PURE__ */ jsx58("col", {})
|
|
6002
6014
|
] }),
|
|
6003
6015
|
/* @__PURE__ */ jsxs22("tbody", { className: "k-table-tbody", children: [
|
|
6004
6016
|
/* @__PURE__ */ jsxs22("tr", { className: "k-table-row k-master-row k-expanded", children: [
|
|
6005
|
-
/* @__PURE__ */
|
|
6006
|
-
/* @__PURE__ */
|
|
6007
|
-
/* @__PURE__ */
|
|
6017
|
+
/* @__PURE__ */ jsx58("td", { className: "k-table-td", children: "Chai" }),
|
|
6018
|
+
/* @__PURE__ */ jsx58("td", { className: "k-table-td", children: "18" }),
|
|
6019
|
+
/* @__PURE__ */ jsx58("td", { className: "k-table-td", children: "10 boxes x 20 bags" })
|
|
6008
6020
|
] }),
|
|
6009
6021
|
/* @__PURE__ */ jsxs22("tr", { className: "k-table-row k-table-alt-row k-alt k-master-row", children: [
|
|
6010
|
-
/* @__PURE__ */
|
|
6011
|
-
/* @__PURE__ */
|
|
6012
|
-
/* @__PURE__ */
|
|
6022
|
+
/* @__PURE__ */ jsx58("td", { className: "k-table-td", children: "Chang" }),
|
|
6023
|
+
/* @__PURE__ */ jsx58("td", { className: "k-table-td", children: "19" }),
|
|
6024
|
+
/* @__PURE__ */ jsx58("td", { className: "k-table-td", children: "24 - 12 oz bottles" })
|
|
6013
6025
|
] }),
|
|
6014
6026
|
/* @__PURE__ */ jsxs22("tr", { className: "k-table-row k-table-alt-row k-alt k-master-row", children: [
|
|
6015
|
-
/* @__PURE__ */
|
|
6016
|
-
/* @__PURE__ */
|
|
6017
|
-
/* @__PURE__ */
|
|
6027
|
+
/* @__PURE__ */ jsx58("td", { className: "k-table-td", children: "Aniseed Syrup" }),
|
|
6028
|
+
/* @__PURE__ */ jsx58("td", { className: "k-table-td", children: "20" }),
|
|
6029
|
+
/* @__PURE__ */ jsx58("td", { className: "k-table-td", children: "24 - 12 oz bottles" })
|
|
6018
6030
|
] })
|
|
6019
6031
|
] })
|
|
6020
6032
|
] }) }),
|
|
6021
|
-
/* @__PURE__ */
|
|
6033
|
+
/* @__PURE__ */ jsx58("div", { className: "k-height-container", children: /* @__PURE__ */ jsx58("div", {}) })
|
|
6022
6034
|
] }) })
|
|
6023
6035
|
] }) }),
|
|
6024
|
-
/* @__PURE__ */
|
|
6025
|
-
/* @__PURE__ */
|
|
6036
|
+
/* @__PURE__ */ jsx58("section", { className: "col-1", children: /* @__PURE__ */ jsxs22(Popup, { children: [
|
|
6037
|
+
/* @__PURE__ */ jsx58("span", { className: "k-column-chooser-title", children: "Columns" }),
|
|
6026
6038
|
/* @__PURE__ */ jsxs22("div", { className: "k-column-list-wrapper", children: [
|
|
6027
6039
|
/* @__PURE__ */ jsxs22("div", { className: "k-column-list", children: [
|
|
6028
6040
|
/* @__PURE__ */ jsxs22("label", { className: "k-column-list-item", children: [
|
|
6029
|
-
/* @__PURE__ */
|
|
6030
|
-
/* @__PURE__ */
|
|
6041
|
+
/* @__PURE__ */ jsx58(Checkbox, {}),
|
|
6042
|
+
/* @__PURE__ */ jsx58("span", { className: "k-checkbox-label", children: "ID" })
|
|
6031
6043
|
] }),
|
|
6032
6044
|
/* @__PURE__ */ jsxs22("label", { className: "k-column-list-item", children: [
|
|
6033
|
-
/* @__PURE__ */
|
|
6034
|
-
/* @__PURE__ */
|
|
6045
|
+
/* @__PURE__ */ jsx58(Checkbox, {}),
|
|
6046
|
+
/* @__PURE__ */ jsx58("span", { className: "k-checkbox-label", children: "Name" })
|
|
6035
6047
|
] }),
|
|
6036
6048
|
/* @__PURE__ */ jsxs22("label", { className: "k-column-list-item", children: [
|
|
6037
|
-
/* @__PURE__ */
|
|
6038
|
-
/* @__PURE__ */
|
|
6049
|
+
/* @__PURE__ */ jsx58(Checkbox, {}),
|
|
6050
|
+
/* @__PURE__ */ jsx58("span", { className: "k-checkbox-label", children: "Category" })
|
|
6039
6051
|
] })
|
|
6040
6052
|
] }),
|
|
6041
6053
|
/* @__PURE__ */ jsxs22(ActionButtons, { children: [
|
|
6042
|
-
/* @__PURE__ */
|
|
6043
|
-
/* @__PURE__ */
|
|
6054
|
+
/* @__PURE__ */ jsx58(Button, { children: "Reset" }),
|
|
6055
|
+
/* @__PURE__ */ jsx58(Button, { themeColor: "primary", children: "Apply" })
|
|
6044
6056
|
] })
|
|
6045
6057
|
] })
|
|
6046
6058
|
] }) })
|