@progress/kendo-themes-html 7.2.1-dev.0 → 7.2.1-dev.1
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/autocomplete/tests/autocomplete-prefix-suffix.js +1096 -888
- package/dist/cjs/column-menu/column-menu-expander.spec.js +5933 -0
- package/dist/cjs/column-menu/column-menu-item-content.js +47 -0
- package/dist/cjs/column-menu/column-menu-item-wrapper.js +46 -0
- package/dist/cjs/column-menu/column-menu-item.spec.js +4396 -0
- package/dist/cjs/column-menu/column-menu-multicheck-item.js +261 -0
- package/dist/cjs/column-menu/column-menu-multicheck-wrap.js +46 -0
- package/dist/cjs/column-menu/column-menu.spec.js +67 -0
- package/dist/cjs/column-menu/filter-menu.spec.js +61 -0
- package/dist/cjs/column-menu/templates/column-menu-normal.js +5957 -0
- package/dist/cjs/column-menu/templates/column-menu-tabbed.js +5947 -0
- package/dist/cjs/column-menu/templates/filter-menu-multi-check.js +5984 -0
- package/dist/cjs/column-menu/templates/filter-menu-normal.js +5947 -0
- package/dist/cjs/column-menu/tests/column-menu-rtl.js +6038 -0
- package/dist/cjs/column-menu/tests/column-menu-tabbed.js +6026 -0
- package/dist/cjs/column-menu/tests/column-menu.js +6038 -0
- package/dist/cjs/combobox/tests/combobox-prefix-suffix.js +1096 -888
- package/dist/cjs/filemanager/tests/filemanager-gridview-preview.js +957 -749
- package/dist/cjs/filemanager/tests/filemanager-listview-preview.js +911 -703
- package/dist/cjs/form/tests/form-field-dropdowns.js +1095 -887
- package/dist/cjs/grid/tests/grid-column-menu-rtl.js +707 -603
- package/dist/cjs/grid/tests/grid-column-menu-tabbed.js +841 -655
- package/dist/cjs/grid/tests/grid-column-menu.js +706 -602
- package/dist/cjs/grid/tests/grid-column-reordering-actions.js +302 -122
- package/dist/cjs/grid/tests/grid-column-reordering.js +308 -128
- package/dist/cjs/grid/tests/grid-column-resizing-actions.js +290 -107
- package/dist/cjs/grid/tests/grid-editing-custom-editor.js +1168 -960
- package/dist/cjs/grid/tests/grid-grouping-actions.js +272 -59
- package/dist/cjs/index.js +2539 -2199
- package/dist/cjs/multiselect/templates/multiselect-prefix.js +1071 -863
- package/dist/cjs/multiselect/templates/multiselect-suffix.js +1071 -863
- package/dist/cjs/multiselect/tests/multiselect-adaptive.js +1077 -869
- package/dist/cjs/multiselect/tests/multiselect-flat.js +1101 -893
- package/dist/cjs/multiselect/tests/multiselect-grouping.js +1077 -869
- package/dist/cjs/multiselect/tests/multiselect-opened.js +1079 -871
- package/dist/cjs/multiselect/tests/multiselect-outline.js +1101 -893
- package/dist/cjs/multiselect/tests/multiselect-prefix-suffix.js +1108 -900
- package/dist/cjs/multiselect/tests/multiselect-size-rounded.js +1080 -872
- package/dist/cjs/multiselect/tests/multiselect-solid.js +1101 -893
- package/dist/cjs/pivotgrid/tests/pivotgrid-column-menus.js +886 -739
- package/dist/cjs/pivotgrid/tests/pivotgrid-settings-panel-reordering.js +1172 -308
- package/dist/cjs/scheduler/tests/scheduler-edit-dialog.js +1110 -902
- package/dist/cjs/scheduler/tests/scheduler-editing-weekly.js +1124 -916
- package/dist/cjs/taskboard/taskboard-pane.js +1078 -870
- package/dist/cjs/taskboard/taskboard.spec.js +993 -785
- package/dist/cjs/taskboard/templates/taskboard-normal.js +1027 -819
- package/dist/cjs/taskboard/tests/taskboard-card-column-menu.js +1620 -64
- package/dist/cjs/taskboard/tests/taskboard-card.js +1099 -891
- package/dist/cjs/taskboard/tests/taskboard-column.js +1114 -906
- package/dist/cjs/taskboard/tests/taskboard-pane.js +1035 -827
- package/dist/cjs/taskboard/tests/taskboard-resources.js +1081 -873
- package/dist/cjs/taskboard/tests/taskboard-rtl.js +1033 -825
- package/dist/cjs/taskboard/tests/taskboard.js +1033 -825
- package/dist/cjs/treelist/tests/treelist-aggregate-react.js +4277 -73
- package/dist/cjs/treelist/tests/treelist-aggregates.js +4519 -216
- package/dist/cjs/treelist/tests/treelist-react.js +2518 -98
- package/dist/cjs/treelist/tests/treelist-row-reordering.js +4371 -59
- package/dist/cjs/treelist/tests/treelist.js +4409 -112
- package/dist/cjs/treelist/treelist.spec.js +8415 -0
- package/dist/esm/autocomplete/tests/autocomplete-prefix-suffix.js +1011 -803
- package/dist/esm/column-menu/column-menu-expander.spec.js +5917 -0
- package/dist/esm/column-menu/column-menu-item-content.js +25 -0
- package/dist/esm/column-menu/column-menu-item-wrapper.js +24 -0
- package/dist/esm/column-menu/column-menu-item.spec.js +4380 -0
- package/dist/esm/column-menu/column-menu-multicheck-item.js +239 -0
- package/dist/esm/column-menu/column-menu-multicheck-wrap.js +24 -0
- package/dist/esm/column-menu/column-menu.spec.js +45 -0
- package/dist/esm/column-menu/filter-menu.spec.js +39 -0
- package/dist/esm/column-menu/templates/column-menu-normal.js +5941 -0
- package/dist/esm/column-menu/templates/column-menu-tabbed.js +5931 -0
- package/dist/esm/column-menu/templates/filter-menu-multi-check.js +5968 -0
- package/dist/esm/column-menu/templates/filter-menu-normal.js +5931 -0
- package/dist/esm/column-menu/tests/column-menu-rtl.js +6022 -0
- package/dist/esm/column-menu/tests/column-menu-tabbed.js +6010 -0
- package/dist/esm/column-menu/tests/column-menu.js +6022 -0
- package/dist/esm/combobox/tests/combobox-prefix-suffix.js +1011 -803
- package/dist/esm/filemanager/tests/filemanager-gridview-preview.js +949 -741
- package/dist/esm/filemanager/tests/filemanager-listview-preview.js +903 -695
- package/dist/esm/form/tests/form-field-dropdowns.js +1010 -802
- package/dist/esm/grid/tests/grid-column-menu-rtl.js +707 -603
- package/dist/esm/grid/tests/grid-column-menu-tabbed.js +852 -666
- package/dist/esm/grid/tests/grid-column-menu.js +706 -602
- package/dist/esm/grid/tests/grid-column-reordering-actions.js +302 -122
- package/dist/esm/grid/tests/grid-column-reordering.js +308 -128
- package/dist/esm/grid/tests/grid-column-resizing-actions.js +290 -107
- package/dist/esm/grid/tests/grid-editing-custom-editor.js +1083 -875
- package/dist/esm/grid/tests/grid-grouping-actions.js +272 -59
- package/dist/esm/index.js +2495 -2155
- package/dist/esm/multiselect/templates/multiselect-prefix.js +986 -778
- package/dist/esm/multiselect/templates/multiselect-suffix.js +986 -778
- package/dist/esm/multiselect/tests/multiselect-adaptive.js +992 -784
- package/dist/esm/multiselect/tests/multiselect-flat.js +1016 -808
- package/dist/esm/multiselect/tests/multiselect-grouping.js +992 -784
- package/dist/esm/multiselect/tests/multiselect-opened.js +994 -786
- package/dist/esm/multiselect/tests/multiselect-outline.js +1016 -808
- package/dist/esm/multiselect/tests/multiselect-prefix-suffix.js +1023 -815
- package/dist/esm/multiselect/tests/multiselect-size-rounded.js +995 -787
- package/dist/esm/multiselect/tests/multiselect-solid.js +1016 -808
- package/dist/esm/pivotgrid/tests/pivotgrid-column-menus.js +886 -739
- package/dist/esm/pivotgrid/tests/pivotgrid-settings-panel-reordering.js +1172 -308
- package/dist/esm/scheduler/tests/scheduler-edit-dialog.js +1025 -817
- package/dist/esm/scheduler/tests/scheduler-editing-weekly.js +1039 -831
- package/dist/esm/taskboard/taskboard-pane.js +985 -777
- package/dist/esm/taskboard/taskboard.spec.js +981 -773
- package/dist/esm/taskboard/templates/taskboard-normal.js +1015 -807
- package/dist/esm/taskboard/tests/taskboard-card-column-menu.js +1620 -64
- package/dist/esm/taskboard/tests/taskboard-card.js +1014 -806
- package/dist/esm/taskboard/tests/taskboard-column.js +1029 -821
- package/dist/esm/taskboard/tests/taskboard-pane.js +1023 -815
- package/dist/esm/taskboard/tests/taskboard-resources.js +996 -788
- package/dist/esm/taskboard/tests/taskboard-rtl.js +1021 -813
- package/dist/esm/taskboard/tests/taskboard.js +1021 -813
- package/dist/esm/treelist/tests/treelist-aggregate-react.js +4277 -73
- package/dist/esm/treelist/tests/treelist-aggregates.js +4520 -217
- package/dist/esm/treelist/tests/treelist-react.js +2518 -98
- package/dist/esm/treelist/tests/treelist-row-reordering.js +4371 -59
- package/dist/esm/treelist/tests/treelist.js +4410 -113
- package/dist/esm/treelist/treelist.spec.js +8399 -0
- package/dist/types/column-menu/column-menu-expander.spec.d.ts +17 -0
- package/dist/types/column-menu/column-menu-item-content.d.ts +1 -0
- package/dist/types/column-menu/column-menu-item-wrapper.d.ts +1 -0
- package/dist/types/column-menu/column-menu-item.spec.d.ts +17 -0
- package/dist/types/column-menu/column-menu-multicheck-item.d.ts +4 -0
- package/dist/types/column-menu/column-menu-multicheck-wrap.d.ts +1 -0
- package/dist/types/column-menu/column-menu.spec.d.ts +14 -0
- package/dist/types/column-menu/filter-menu.spec.d.ts +9 -0
- package/dist/types/column-menu/index.d.ts +12 -0
- package/dist/types/column-menu/templates/column-menu-normal.d.ts +1 -0
- package/dist/types/column-menu/templates/column-menu-tabbed.d.ts +1 -0
- package/dist/types/column-menu/templates/filter-menu-multi-check.d.ts +1 -0
- package/dist/types/column-menu/templates/filter-menu-normal.d.ts +1 -0
- package/dist/types/column-menu/tests/column-menu-rtl.d.ts +2 -0
- package/dist/types/column-menu/tests/column-menu-tabbed.d.ts +2 -0
- package/dist/types/column-menu/tests/column-menu.d.ts +2 -0
- package/dist/types/index.d.ts +2 -0
- package/dist/types/treelist/index.d.ts +1 -0
- package/dist/types/treelist/treelist.spec.d.ts +9 -0
- package/package.json +2 -2
- package/src/column-menu/column-menu-expander.spec.tsx +66 -0
- package/src/column-menu/column-menu-item-content.tsx +18 -0
- package/src/column-menu/column-menu-item-wrapper.tsx +17 -0
- package/src/column-menu/column-menu-item.spec.tsx +56 -0
- package/src/column-menu/column-menu-multicheck-item.tsx +32 -0
- package/src/column-menu/column-menu-multicheck-wrap.tsx +17 -0
- package/src/column-menu/column-menu.spec.tsx +46 -0
- package/src/column-menu/filter-menu.spec.tsx +38 -0
- package/src/column-menu/index.ts +12 -0
- package/src/column-menu/templates/column-menu-normal.tsx +23 -0
- package/src/column-menu/templates/column-menu-tabbed.tsx +36 -0
- package/src/column-menu/templates/filter-menu-multi-check.tsx +26 -0
- package/src/column-menu/templates/filter-menu-normal.tsx +23 -0
- package/src/column-menu/tests/column-menu-rtl.tsx +119 -0
- package/src/column-menu/tests/column-menu-tabbed.tsx +113 -0
- package/src/column-menu/tests/column-menu.tsx +119 -0
- package/src/grid/tests/grid-column-menu-rtl.tsx +194 -367
- package/src/grid/tests/grid-column-menu-tabbed.tsx +147 -260
- package/src/grid/tests/grid-column-menu.tsx +194 -366
- package/src/grid/tests/grid-column-reordering-actions.tsx +48 -77
- package/src/grid/tests/grid-column-reordering.tsx +60 -86
- package/src/grid/tests/grid-column-resizing-actions.tsx +25 -64
- package/src/grid/tests/grid-grouping-actions.tsx +15 -11
- package/src/index.ts +2 -1
- package/src/pivotgrid/tests/pivotgrid-column-menus.tsx +141 -232
- package/src/pivotgrid/tests/pivotgrid-settings-panel-reordering.tsx +17 -34
- package/src/taskboard/tests/taskboard-card-column-menu.tsx +12 -22
- package/src/treelist/index.ts +1 -0
- package/src/treelist/tests/treelist-aggregate-react.tsx +73 -71
- package/src/treelist/tests/treelist-aggregates.tsx +219 -242
- package/src/treelist/tests/treelist-react.tsx +98 -95
- package/src/treelist/tests/treelist-row-reordering.tsx +95 -74
- package/src/treelist/tests/treelist.tsx +110 -139
- package/src/treelist/treelist.spec.tsx +32 -0
|
@@ -5973,7 +5973,7 @@ var Form = (props) => {
|
|
|
5973
5973
|
tag = defaultProps28.tag,
|
|
5974
5974
|
children
|
|
5975
5975
|
} = props;
|
|
5976
|
-
const Parent = ({ tag: tag2, className:
|
|
5976
|
+
const Parent = ({ tag: tag2, className: className32, children: children2 }) => tag2 === "form" ? /* @__PURE__ */ jsx70("form", { className: className32, children: children2 }) : /* @__PURE__ */ jsx70("div", { className: className32, children: children2 });
|
|
5977
5977
|
const formChildren = [];
|
|
5978
5978
|
if (children) {
|
|
5979
5979
|
if (Array.isArray(children)) {
|
|
@@ -14601,121 +14601,143 @@ ListViewItem.defaultProps = defaultProps119;
|
|
|
14601
14601
|
// src/listview/templates/listview-normal.tsx
|
|
14602
14602
|
import { Fragment as Fragment111, jsx as jsx394, jsxs as jsxs155 } from "react/jsx-runtime";
|
|
14603
14603
|
|
|
14604
|
-
// src/
|
|
14604
|
+
// src/treelist/treelist.spec.tsx
|
|
14605
14605
|
import { jsx as jsx395 } from "react/jsx-runtime";
|
|
14606
|
-
var
|
|
14606
|
+
var TREELIST_CLASSNAME = "k-treelist";
|
|
14607
14607
|
var states131 = [];
|
|
14608
14608
|
var options121 = {};
|
|
14609
14609
|
var defaultProps120 = {};
|
|
14610
|
+
var TreeList = (props) => /* @__PURE__ */ jsx395(
|
|
14611
|
+
Grid,
|
|
14612
|
+
{
|
|
14613
|
+
...props,
|
|
14614
|
+
className: classNames(
|
|
14615
|
+
TREELIST_CLASSNAME,
|
|
14616
|
+
props.className
|
|
14617
|
+
),
|
|
14618
|
+
children: props.children
|
|
14619
|
+
}
|
|
14620
|
+
);
|
|
14621
|
+
TreeList.states = states131;
|
|
14622
|
+
TreeList.options = options121;
|
|
14623
|
+
TreeList.className = TREELIST_CLASSNAME;
|
|
14624
|
+
TreeList.defaultProps = defaultProps120;
|
|
14625
|
+
|
|
14626
|
+
// src/filter/filter-preview.tsx
|
|
14627
|
+
import { jsx as jsx396 } from "react/jsx-runtime";
|
|
14628
|
+
var FILTER_PREVIEW_CLASSNAME = "k-filter-preview";
|
|
14629
|
+
var states132 = [];
|
|
14630
|
+
var options122 = {};
|
|
14631
|
+
var defaultProps121 = {};
|
|
14610
14632
|
var FilterPreview = (props) => {
|
|
14611
14633
|
const { fields } = props;
|
|
14612
14634
|
const expressionPreview = [];
|
|
14613
14635
|
if (fields) {
|
|
14614
14636
|
fields.map(({ name, value }) => {
|
|
14615
14637
|
expressionPreview.push(
|
|
14616
|
-
/* @__PURE__ */
|
|
14638
|
+
/* @__PURE__ */ jsx396("span", { className: `k-filter-preview-${name}`, children: `${value} ` })
|
|
14617
14639
|
);
|
|
14618
14640
|
});
|
|
14619
14641
|
}
|
|
14620
|
-
return /* @__PURE__ */
|
|
14642
|
+
return /* @__PURE__ */ jsx396("div", { className: classNames(FILTER_PREVIEW_CLASSNAME), children: expressionPreview });
|
|
14621
14643
|
};
|
|
14622
|
-
FilterPreview.states =
|
|
14623
|
-
FilterPreview.options =
|
|
14624
|
-
FilterPreview.defaultProps =
|
|
14644
|
+
FilterPreview.states = states132;
|
|
14645
|
+
FilterPreview.options = options122;
|
|
14646
|
+
FilterPreview.defaultProps = defaultProps121;
|
|
14625
14647
|
FilterPreview.className = FILTER_PREVIEW_CLASSNAME;
|
|
14626
14648
|
|
|
14627
14649
|
// src/filter/filter.spec.tsx
|
|
14628
|
-
import { Fragment as Fragment112, jsx as
|
|
14650
|
+
import { Fragment as Fragment112, jsx as jsx397, jsxs as jsxs156 } from "react/jsx-runtime";
|
|
14629
14651
|
var FILTER_CLASSNAME = "k-filter";
|
|
14630
|
-
var
|
|
14631
|
-
var
|
|
14632
|
-
var
|
|
14652
|
+
var states133 = [];
|
|
14653
|
+
var options123 = {};
|
|
14654
|
+
var defaultProps122 = {};
|
|
14633
14655
|
var Filter = (props) => {
|
|
14634
14656
|
const {
|
|
14635
14657
|
children,
|
|
14636
14658
|
showApplyButton
|
|
14637
14659
|
} = props;
|
|
14638
14660
|
const filterChildren = [];
|
|
14639
|
-
let expressionPreview = /* @__PURE__ */
|
|
14661
|
+
let expressionPreview = /* @__PURE__ */ jsx397(Fragment112, {});
|
|
14640
14662
|
if (children) {
|
|
14641
14663
|
if (Array.isArray(children)) {
|
|
14642
14664
|
children.map((child) => {
|
|
14643
14665
|
if (child.type !== FilterPreview) {
|
|
14644
14666
|
filterChildren.push(child);
|
|
14645
14667
|
} else {
|
|
14646
|
-
expressionPreview = /* @__PURE__ */
|
|
14668
|
+
expressionPreview = /* @__PURE__ */ jsx397(FilterPreview, { ...child.props });
|
|
14647
14669
|
}
|
|
14648
14670
|
});
|
|
14649
14671
|
}
|
|
14650
14672
|
}
|
|
14651
14673
|
return /* @__PURE__ */ jsxs156("div", { className: classNames(props.className, FILTER_CLASSNAME), children: [
|
|
14652
|
-
/* @__PURE__ */
|
|
14674
|
+
/* @__PURE__ */ jsx397("ul", { className: "k-filter-container", children: /* @__PURE__ */ jsx397("li", { className: "k-filter-group-main", children: filterChildren }) }),
|
|
14653
14675
|
expressionPreview,
|
|
14654
|
-
showApplyButton && /* @__PURE__ */
|
|
14676
|
+
showApplyButton && /* @__PURE__ */ jsx397(Button, { className: "k-filter-apply", children: "Apply" })
|
|
14655
14677
|
] });
|
|
14656
14678
|
};
|
|
14657
|
-
Filter.states =
|
|
14658
|
-
Filter.options =
|
|
14659
|
-
Filter.defaultProps =
|
|
14679
|
+
Filter.states = states133;
|
|
14680
|
+
Filter.options = options123;
|
|
14681
|
+
Filter.defaultProps = defaultProps122;
|
|
14660
14682
|
Filter.className = FILTER_CLASSNAME;
|
|
14661
14683
|
|
|
14662
14684
|
// src/filter/filter-toolbar.tsx
|
|
14663
|
-
import { jsx as
|
|
14685
|
+
import { jsx as jsx398 } from "react/jsx-runtime";
|
|
14664
14686
|
var FILTER_TOOLBAR_CLASSNAME = "k-filter-toolbar";
|
|
14665
|
-
var
|
|
14666
|
-
var
|
|
14667
|
-
var
|
|
14687
|
+
var states134 = [];
|
|
14688
|
+
var options124 = {};
|
|
14689
|
+
var defaultProps123 = {};
|
|
14668
14690
|
var FilterToolbar = (props) => {
|
|
14669
14691
|
const { children } = props;
|
|
14670
|
-
return /* @__PURE__ */
|
|
14692
|
+
return /* @__PURE__ */ jsx398("div", { className: classNames(FILTER_TOOLBAR_CLASSNAME), children });
|
|
14671
14693
|
};
|
|
14672
|
-
FilterToolbar.states =
|
|
14673
|
-
FilterToolbar.options =
|
|
14674
|
-
FilterToolbar.defaultProps =
|
|
14694
|
+
FilterToolbar.states = states134;
|
|
14695
|
+
FilterToolbar.options = options124;
|
|
14696
|
+
FilterToolbar.defaultProps = defaultProps123;
|
|
14675
14697
|
|
|
14676
14698
|
// src/filter/filter-lines.tsx
|
|
14677
|
-
import { jsx as
|
|
14699
|
+
import { jsx as jsx399 } from "react/jsx-runtime";
|
|
14678
14700
|
var FILTER_LINES_CLASSNAME = "k-filter-lines";
|
|
14679
|
-
var
|
|
14680
|
-
var
|
|
14681
|
-
var
|
|
14701
|
+
var states135 = [];
|
|
14702
|
+
var options125 = {};
|
|
14703
|
+
var defaultProps124 = {};
|
|
14682
14704
|
var FilterLines = (props) => {
|
|
14683
14705
|
const { children } = props;
|
|
14684
|
-
return /* @__PURE__ */
|
|
14706
|
+
return /* @__PURE__ */ jsx399("ul", { className: classNames(FILTER_LINES_CLASSNAME), children });
|
|
14685
14707
|
};
|
|
14686
|
-
FilterLines.states =
|
|
14687
|
-
FilterLines.options =
|
|
14688
|
-
FilterLines.defaultProps =
|
|
14708
|
+
FilterLines.states = states135;
|
|
14709
|
+
FilterLines.options = options125;
|
|
14710
|
+
FilterLines.defaultProps = defaultProps124;
|
|
14689
14711
|
|
|
14690
14712
|
// src/filter/filter-item.tsx
|
|
14691
|
-
import { jsx as
|
|
14713
|
+
import { jsx as jsx400 } from "react/jsx-runtime";
|
|
14692
14714
|
var FILTER_ITEM_CLASSNAME = "k-filter-item";
|
|
14693
|
-
var
|
|
14694
|
-
var
|
|
14695
|
-
var
|
|
14715
|
+
var states136 = [];
|
|
14716
|
+
var options126 = {};
|
|
14717
|
+
var defaultProps125 = {};
|
|
14696
14718
|
var FilterItem = (props) => {
|
|
14697
14719
|
const { children } = props;
|
|
14698
|
-
return /* @__PURE__ */
|
|
14720
|
+
return /* @__PURE__ */ jsx400("li", { className: classNames(FILTER_ITEM_CLASSNAME), children });
|
|
14699
14721
|
};
|
|
14700
|
-
FilterItem.states =
|
|
14701
|
-
FilterItem.options =
|
|
14702
|
-
FilterItem.defaultProps =
|
|
14722
|
+
FilterItem.states = states136;
|
|
14723
|
+
FilterItem.options = options126;
|
|
14724
|
+
FilterItem.defaultProps = defaultProps125;
|
|
14703
14725
|
|
|
14704
14726
|
// src/filter/templates/filter-normal.tsx
|
|
14705
|
-
import { jsx as
|
|
14727
|
+
import { jsx as jsx401, jsxs as jsxs157 } from "react/jsx-runtime";
|
|
14706
14728
|
|
|
14707
14729
|
// src/filemanager/filemanager-toolbar.spec.tsx
|
|
14708
|
-
import { jsx as
|
|
14730
|
+
import { jsx as jsx402 } from "react/jsx-runtime";
|
|
14709
14731
|
var FILEMANAGERTOOLBAR_CLASSNAME = `k-filemanager-toolbar`;
|
|
14710
|
-
var
|
|
14711
|
-
var
|
|
14712
|
-
var
|
|
14732
|
+
var states137 = [];
|
|
14733
|
+
var options127 = {};
|
|
14734
|
+
var defaultProps126 = {};
|
|
14713
14735
|
var FileManagerToolbar = (props) => {
|
|
14714
14736
|
const {
|
|
14715
14737
|
children,
|
|
14716
14738
|
...other
|
|
14717
14739
|
} = props;
|
|
14718
|
-
return /* @__PURE__ */
|
|
14740
|
+
return /* @__PURE__ */ jsx402(
|
|
14719
14741
|
Toolbar,
|
|
14720
14742
|
{
|
|
14721
14743
|
...other,
|
|
@@ -14727,44 +14749,44 @@ var FileManagerToolbar = (props) => {
|
|
|
14727
14749
|
}
|
|
14728
14750
|
);
|
|
14729
14751
|
};
|
|
14730
|
-
FileManagerToolbar.states =
|
|
14731
|
-
FileManagerToolbar.options =
|
|
14752
|
+
FileManagerToolbar.states = states137;
|
|
14753
|
+
FileManagerToolbar.options = options127;
|
|
14732
14754
|
FileManagerToolbar.className = FILEMANAGERTOOLBAR_CLASSNAME;
|
|
14733
|
-
FileManagerToolbar.defaultProps =
|
|
14755
|
+
FileManagerToolbar.defaultProps = defaultProps126;
|
|
14734
14756
|
|
|
14735
14757
|
// src/filemanager/filemanager.spec.tsx
|
|
14736
|
-
import { Fragment as Fragment113, jsx as
|
|
14758
|
+
import { Fragment as Fragment113, jsx as jsx403, jsxs as jsxs158 } from "react/jsx-runtime";
|
|
14737
14759
|
var FILEMANAGER_CLASSNAME = "k-filemanager";
|
|
14738
|
-
var
|
|
14760
|
+
var states138 = [
|
|
14739
14761
|
States.disabled
|
|
14740
14762
|
];
|
|
14741
|
-
var
|
|
14742
|
-
var defaultToolbar = /* @__PURE__ */
|
|
14743
|
-
/* @__PURE__ */
|
|
14744
|
-
/* @__PURE__ */
|
|
14763
|
+
var options128 = {};
|
|
14764
|
+
var defaultToolbar = /* @__PURE__ */ jsx403(Fragment113, { children: /* @__PURE__ */ jsxs158(FileManagerToolbar, { children: [
|
|
14765
|
+
/* @__PURE__ */ jsx403(Button, { children: "New Folder" }),
|
|
14766
|
+
/* @__PURE__ */ jsx403(Button, { children: "Upload" }),
|
|
14745
14767
|
/* @__PURE__ */ jsxs158(ButtonGroup, { children: [
|
|
14746
|
-
/* @__PURE__ */
|
|
14747
|
-
/* @__PURE__ */
|
|
14768
|
+
/* @__PURE__ */ jsx403(Button, { icon: "sort-asc-small" }),
|
|
14769
|
+
/* @__PURE__ */ jsx403(Button, { icon: "sort-desc-small" })
|
|
14748
14770
|
] }),
|
|
14749
|
-
/* @__PURE__ */
|
|
14771
|
+
/* @__PURE__ */ jsx403(SplitButton, { text: "Sort By" }),
|
|
14750
14772
|
/* @__PURE__ */ jsxs158(ButtonGroup, { children: [
|
|
14751
|
-
/* @__PURE__ */
|
|
14752
|
-
/* @__PURE__ */
|
|
14773
|
+
/* @__PURE__ */ jsx403(Button, { icon: "grid-layout" }),
|
|
14774
|
+
/* @__PURE__ */ jsx403(Button, { icon: "grid" })
|
|
14753
14775
|
] }),
|
|
14754
|
-
/* @__PURE__ */
|
|
14776
|
+
/* @__PURE__ */ jsx403("div", { className: "k-spacer" }),
|
|
14755
14777
|
/* @__PURE__ */ jsxs158("div", { className: "k-filemanager-details-toggle", children: [
|
|
14756
|
-
/* @__PURE__ */
|
|
14757
|
-
/* @__PURE__ */
|
|
14778
|
+
/* @__PURE__ */ jsx403("label", { children: "View Details" }),
|
|
14779
|
+
/* @__PURE__ */ jsx403(Switch, {})
|
|
14758
14780
|
] }),
|
|
14759
|
-
/* @__PURE__ */
|
|
14781
|
+
/* @__PURE__ */ jsx403(Searchbox, { className: "k-filemanager-search-tool", placeholder: "Search..." })
|
|
14760
14782
|
] }) });
|
|
14761
|
-
var
|
|
14783
|
+
var defaultProps127 = {
|
|
14762
14784
|
toolbar: defaultToolbar
|
|
14763
14785
|
};
|
|
14764
14786
|
var FileManager = (props) => {
|
|
14765
14787
|
const {
|
|
14766
14788
|
disabled,
|
|
14767
|
-
toolbar =
|
|
14789
|
+
toolbar = defaultProps127.toolbar
|
|
14768
14790
|
} = props;
|
|
14769
14791
|
return /* @__PURE__ */ jsxs158("div", { className: classNames(
|
|
14770
14792
|
props.className,
|
|
@@ -14773,27 +14795,27 @@ var FileManager = (props) => {
|
|
|
14773
14795
|
disabled
|
|
14774
14796
|
})
|
|
14775
14797
|
), children: [
|
|
14776
|
-
/* @__PURE__ */
|
|
14777
|
-
/* @__PURE__ */
|
|
14798
|
+
/* @__PURE__ */ jsx403("div", { className: "k-filemanager-header", children: toolbar }),
|
|
14799
|
+
/* @__PURE__ */ jsx403("div", { className: "k-filemanager-content-container", children: props.children })
|
|
14778
14800
|
] });
|
|
14779
14801
|
};
|
|
14780
|
-
FileManager.states =
|
|
14781
|
-
FileManager.options =
|
|
14802
|
+
FileManager.states = states138;
|
|
14803
|
+
FileManager.options = options128;
|
|
14782
14804
|
FileManager.className = FILEMANAGER_CLASSNAME;
|
|
14783
|
-
FileManager.defaultProps =
|
|
14805
|
+
FileManager.defaultProps = defaultProps127;
|
|
14784
14806
|
|
|
14785
14807
|
// src/filemanager/filemanager-breadcrumb.spec.tsx
|
|
14786
|
-
import { jsx as
|
|
14808
|
+
import { jsx as jsx404 } from "react/jsx-runtime";
|
|
14787
14809
|
var FILEMANAGERBREADCRUMB_CLASSNAME = `k-filemanager-breadcrumb`;
|
|
14788
|
-
var
|
|
14789
|
-
var
|
|
14790
|
-
var
|
|
14810
|
+
var states139 = [];
|
|
14811
|
+
var options129 = {};
|
|
14812
|
+
var defaultProps128 = {};
|
|
14791
14813
|
var FileManagerBreadcrumb = (props) => {
|
|
14792
14814
|
const {
|
|
14793
14815
|
children,
|
|
14794
14816
|
...other
|
|
14795
14817
|
} = props;
|
|
14796
|
-
return /* @__PURE__ */
|
|
14818
|
+
return /* @__PURE__ */ jsx404(
|
|
14797
14819
|
Breadcrumb,
|
|
14798
14820
|
{
|
|
14799
14821
|
className: classNames(
|
|
@@ -14805,23 +14827,23 @@ var FileManagerBreadcrumb = (props) => {
|
|
|
14805
14827
|
}
|
|
14806
14828
|
);
|
|
14807
14829
|
};
|
|
14808
|
-
FileManagerBreadcrumb.states =
|
|
14809
|
-
FileManagerBreadcrumb.options =
|
|
14830
|
+
FileManagerBreadcrumb.states = states139;
|
|
14831
|
+
FileManagerBreadcrumb.options = options129;
|
|
14810
14832
|
FileManagerBreadcrumb.className = FILEMANAGERBREADCRUMB_CLASSNAME;
|
|
14811
|
-
FileManagerBreadcrumb.defaultProps =
|
|
14833
|
+
FileManagerBreadcrumb.defaultProps = defaultProps128;
|
|
14812
14834
|
|
|
14813
14835
|
// src/filemanager/filemanager-listview.spec.tsx
|
|
14814
|
-
import { jsx as
|
|
14836
|
+
import { jsx as jsx405 } from "react/jsx-runtime";
|
|
14815
14837
|
var FILEMANAGERLISTVIEW_CLASSNAME = `k-filemanager-listview`;
|
|
14816
|
-
var
|
|
14817
|
-
var
|
|
14818
|
-
var
|
|
14838
|
+
var states140 = [];
|
|
14839
|
+
var options130 = {};
|
|
14840
|
+
var defaultProps129 = {};
|
|
14819
14841
|
var FileManagerListView = (props) => {
|
|
14820
14842
|
const {
|
|
14821
14843
|
children,
|
|
14822
14844
|
...other
|
|
14823
14845
|
} = props;
|
|
14824
|
-
return /* @__PURE__ */
|
|
14846
|
+
return /* @__PURE__ */ jsx405(
|
|
14825
14847
|
ListView,
|
|
14826
14848
|
{
|
|
14827
14849
|
className: classNames(
|
|
@@ -14835,23 +14857,23 @@ var FileManagerListView = (props) => {
|
|
|
14835
14857
|
}
|
|
14836
14858
|
);
|
|
14837
14859
|
};
|
|
14838
|
-
FileManagerListView.states =
|
|
14839
|
-
FileManagerListView.options =
|
|
14860
|
+
FileManagerListView.states = states140;
|
|
14861
|
+
FileManagerListView.options = options130;
|
|
14840
14862
|
FileManagerListView.className = FILEMANAGERLISTVIEW_CLASSNAME;
|
|
14841
|
-
FileManagerListView.defaultProps =
|
|
14863
|
+
FileManagerListView.defaultProps = defaultProps129;
|
|
14842
14864
|
|
|
14843
14865
|
// src/filemanager/filemanager-treeview.spec.tsx
|
|
14844
|
-
import { jsx as
|
|
14866
|
+
import { jsx as jsx406 } from "react/jsx-runtime";
|
|
14845
14867
|
var FILEMANAGERTREEVIEW_CLASSNAME = `k-filemanager-treeview`;
|
|
14846
|
-
var
|
|
14847
|
-
var
|
|
14848
|
-
var
|
|
14868
|
+
var states141 = [];
|
|
14869
|
+
var options131 = {};
|
|
14870
|
+
var defaultProps130 = {};
|
|
14849
14871
|
var FileManagerTreeview = (props) => {
|
|
14850
14872
|
const {
|
|
14851
14873
|
children,
|
|
14852
14874
|
...other
|
|
14853
14875
|
} = props;
|
|
14854
|
-
return /* @__PURE__ */
|
|
14876
|
+
return /* @__PURE__ */ jsx406(
|
|
14855
14877
|
Treeview,
|
|
14856
14878
|
{
|
|
14857
14879
|
className: classNames(
|
|
@@ -14863,23 +14885,23 @@ var FileManagerTreeview = (props) => {
|
|
|
14863
14885
|
}
|
|
14864
14886
|
);
|
|
14865
14887
|
};
|
|
14866
|
-
FileManagerTreeview.states =
|
|
14867
|
-
FileManagerTreeview.options =
|
|
14888
|
+
FileManagerTreeview.states = states141;
|
|
14889
|
+
FileManagerTreeview.options = options131;
|
|
14868
14890
|
FileManagerTreeview.className = FILEMANAGERTREEVIEW_CLASSNAME;
|
|
14869
|
-
FileManagerTreeview.defaultProps =
|
|
14891
|
+
FileManagerTreeview.defaultProps = defaultProps130;
|
|
14870
14892
|
|
|
14871
14893
|
// src/filemanager/filemanager-drag-hint.tsx
|
|
14872
|
-
import { jsx as
|
|
14894
|
+
import { jsx as jsx407, jsxs as jsxs159 } from "react/jsx-runtime";
|
|
14873
14895
|
var FILEMANAGERDRAGHINT_CLASSNAME = "k-filemanager-drag-hint";
|
|
14874
|
-
var
|
|
14875
|
-
var
|
|
14876
|
-
var
|
|
14896
|
+
var states142 = [];
|
|
14897
|
+
var options132 = {};
|
|
14898
|
+
var defaultProps131 = {
|
|
14877
14899
|
icon: "file"
|
|
14878
14900
|
};
|
|
14879
14901
|
var FileManagerDragHint = (props) => {
|
|
14880
14902
|
const {
|
|
14881
14903
|
hint,
|
|
14882
|
-
icon =
|
|
14904
|
+
icon = defaultProps131.icon,
|
|
14883
14905
|
...other
|
|
14884
14906
|
} = props;
|
|
14885
14907
|
return /* @__PURE__ */ jsxs159(
|
|
@@ -14892,31 +14914,31 @@ var FileManagerDragHint = (props) => {
|
|
|
14892
14914
|
),
|
|
14893
14915
|
...other,
|
|
14894
14916
|
children: [
|
|
14895
|
-
/* @__PURE__ */
|
|
14896
|
-
/* @__PURE__ */
|
|
14917
|
+
/* @__PURE__ */ jsx407(Icon, { icon }),
|
|
14918
|
+
/* @__PURE__ */ jsx407("span", { children: hint })
|
|
14897
14919
|
]
|
|
14898
14920
|
}
|
|
14899
14921
|
);
|
|
14900
14922
|
};
|
|
14901
|
-
FileManagerDragHint.states =
|
|
14902
|
-
FileManagerDragHint.options =
|
|
14923
|
+
FileManagerDragHint.states = states142;
|
|
14924
|
+
FileManagerDragHint.options = options132;
|
|
14903
14925
|
FileManagerDragHint.className = FILEMANAGERDRAGHINT_CLASSNAME;
|
|
14904
|
-
FileManagerDragHint.defaultProps =
|
|
14926
|
+
FileManagerDragHint.defaultProps = defaultProps131;
|
|
14905
14927
|
|
|
14906
14928
|
// src/filemanager/file-info.tsx
|
|
14907
|
-
import { Fragment as Fragment114, jsx as
|
|
14929
|
+
import { Fragment as Fragment114, jsx as jsx408, jsxs as jsxs160 } from "react/jsx-runtime";
|
|
14908
14930
|
var FILEINFO_CLASSNAME = "k-file-info";
|
|
14909
|
-
var
|
|
14910
|
-
var
|
|
14911
|
-
var
|
|
14931
|
+
var states143 = [];
|
|
14932
|
+
var options133 = {};
|
|
14933
|
+
var defaultProps132 = {
|
|
14912
14934
|
name: "No File Selected",
|
|
14913
14935
|
icon: "file"
|
|
14914
14936
|
};
|
|
14915
14937
|
var FileInfo = (props) => {
|
|
14916
14938
|
const {
|
|
14917
14939
|
selection,
|
|
14918
|
-
name =
|
|
14919
|
-
icon =
|
|
14940
|
+
name = defaultProps132.name,
|
|
14941
|
+
icon = defaultProps132.icon,
|
|
14920
14942
|
fileType,
|
|
14921
14943
|
fileSize,
|
|
14922
14944
|
fileDateCreated,
|
|
@@ -14926,7 +14948,7 @@ var FileInfo = (props) => {
|
|
|
14926
14948
|
props.className,
|
|
14927
14949
|
FILEINFO_CLASSNAME
|
|
14928
14950
|
), children: [
|
|
14929
|
-
/* @__PURE__ */
|
|
14951
|
+
/* @__PURE__ */ jsx408(
|
|
14930
14952
|
FilePreview,
|
|
14931
14953
|
{
|
|
14932
14954
|
className: classNames(
|
|
@@ -14941,43 +14963,43 @@ var FileInfo = (props) => {
|
|
|
14941
14963
|
size: "xxxlarge"
|
|
14942
14964
|
}
|
|
14943
14965
|
),
|
|
14944
|
-
selection === "single" && /* @__PURE__ */
|
|
14966
|
+
selection === "single" && /* @__PURE__ */ jsx408(Fragment114, { children: /* @__PURE__ */ jsxs160("dl", { className: "k-file-meta", children: [
|
|
14945
14967
|
fileType && /* @__PURE__ */ jsxs160(Fragment114, { children: [
|
|
14946
|
-
/* @__PURE__ */
|
|
14947
|
-
/* @__PURE__ */
|
|
14948
|
-
/* @__PURE__ */
|
|
14968
|
+
/* @__PURE__ */ jsx408("dt", { className: "k-file-meta-label", children: "Type: " }),
|
|
14969
|
+
/* @__PURE__ */ jsx408("dd", { className: "k-file-meta-value k-file-type", children: fileType }),
|
|
14970
|
+
/* @__PURE__ */ jsx408("dd", { className: "k-line-break" })
|
|
14949
14971
|
] }),
|
|
14950
14972
|
fileSize && /* @__PURE__ */ jsxs160(Fragment114, { children: [
|
|
14951
|
-
/* @__PURE__ */
|
|
14952
|
-
/* @__PURE__ */
|
|
14953
|
-
/* @__PURE__ */
|
|
14973
|
+
/* @__PURE__ */ jsx408("dt", { className: "k-file-meta-label", children: "Size: " }),
|
|
14974
|
+
/* @__PURE__ */ jsx408("dd", { className: "k-file-meta-value k-file-size", children: fileSize }),
|
|
14975
|
+
/* @__PURE__ */ jsx408("dd", { className: "k-line-break" })
|
|
14954
14976
|
] }),
|
|
14955
14977
|
fileDateCreated && /* @__PURE__ */ jsxs160(Fragment114, { children: [
|
|
14956
|
-
/* @__PURE__ */
|
|
14957
|
-
/* @__PURE__ */
|
|
14958
|
-
/* @__PURE__ */
|
|
14978
|
+
/* @__PURE__ */ jsx408("dt", { className: "k-file-meta-label", children: "Date Created: " }),
|
|
14979
|
+
/* @__PURE__ */ jsx408("dd", { className: "k-file-meta-value k-file-created", children: fileDateCreated }),
|
|
14980
|
+
/* @__PURE__ */ jsx408("dd", { className: "k-line-break" })
|
|
14959
14981
|
] }),
|
|
14960
14982
|
fileDateModified && /* @__PURE__ */ jsxs160(Fragment114, { children: [
|
|
14961
|
-
/* @__PURE__ */
|
|
14962
|
-
/* @__PURE__ */
|
|
14963
|
-
/* @__PURE__ */
|
|
14983
|
+
/* @__PURE__ */ jsx408("dt", { className: "k-file-meta-label", children: "Date Modified: " }),
|
|
14984
|
+
/* @__PURE__ */ jsx408("dd", { className: "k-file-meta-value k-file-modified", children: fileDateModified }),
|
|
14985
|
+
/* @__PURE__ */ jsx408("dd", { className: "k-line-break" })
|
|
14964
14986
|
] })
|
|
14965
14987
|
] }) })
|
|
14966
14988
|
] });
|
|
14967
14989
|
};
|
|
14968
|
-
FileInfo.states =
|
|
14969
|
-
FileInfo.options =
|
|
14990
|
+
FileInfo.states = states143;
|
|
14991
|
+
FileInfo.options = options133;
|
|
14970
14992
|
FileInfo.className = FILEINFO_CLASSNAME;
|
|
14971
|
-
FileInfo.defaultProps =
|
|
14993
|
+
FileInfo.defaultProps = defaultProps132;
|
|
14972
14994
|
|
|
14973
14995
|
// src/filemanager/file-preview.tsx
|
|
14974
|
-
import { Fragment as Fragment115, jsx as
|
|
14996
|
+
import { Fragment as Fragment115, jsx as jsx409, jsxs as jsxs161 } from "react/jsx-runtime";
|
|
14975
14997
|
var FILEPREVIEW_CLASSNAME = "k-file-preview";
|
|
14976
|
-
var
|
|
14977
|
-
var
|
|
14998
|
+
var states144 = [];
|
|
14999
|
+
var options134 = {
|
|
14978
15000
|
size: [Size.xsmall, Size.small, Size.medium, Size.large, Size.xlarge, Size.xxlarge, Size.xxxlarge]
|
|
14979
15001
|
};
|
|
14980
|
-
var
|
|
15002
|
+
var defaultProps133 = {};
|
|
14981
15003
|
var FilePreview = (props) => {
|
|
14982
15004
|
const {
|
|
14983
15005
|
size,
|
|
@@ -14985,9 +15007,9 @@ var FilePreview = (props) => {
|
|
|
14985
15007
|
name
|
|
14986
15008
|
} = props;
|
|
14987
15009
|
return /* @__PURE__ */ jsxs161(Fragment115, { children: [
|
|
14988
|
-
/* @__PURE__ */
|
|
15010
|
+
/* @__PURE__ */ jsx409("span", { className: classNames(
|
|
14989
15011
|
FILEPREVIEW_CLASSNAME
|
|
14990
|
-
), children: /* @__PURE__ */
|
|
15012
|
+
), children: /* @__PURE__ */ jsx409(
|
|
14991
15013
|
Icon,
|
|
14992
15014
|
{
|
|
14993
15015
|
className: "k-file-icon",
|
|
@@ -14995,41 +15017,41 @@ var FilePreview = (props) => {
|
|
|
14995
15017
|
size
|
|
14996
15018
|
}
|
|
14997
15019
|
) }),
|
|
14998
|
-
/* @__PURE__ */
|
|
15020
|
+
/* @__PURE__ */ jsx409("span", { className: classNames(
|
|
14999
15021
|
props.className,
|
|
15000
15022
|
"k-file-name"
|
|
15001
15023
|
), children: name })
|
|
15002
15024
|
] });
|
|
15003
15025
|
};
|
|
15004
|
-
FilePreview.states =
|
|
15005
|
-
FilePreview.options =
|
|
15026
|
+
FilePreview.states = states144;
|
|
15027
|
+
FilePreview.options = options134;
|
|
15006
15028
|
FilePreview.className = FILEPREVIEW_CLASSNAME;
|
|
15007
|
-
FilePreview.defaultProps =
|
|
15029
|
+
FilePreview.defaultProps = defaultProps133;
|
|
15008
15030
|
|
|
15009
15031
|
// src/filemanager/templates/filemanager-normal.tsx
|
|
15010
|
-
import { Fragment as Fragment116, jsx as
|
|
15032
|
+
import { Fragment as Fragment116, jsx as jsx410, jsxs as jsxs162 } from "react/jsx-runtime";
|
|
15011
15033
|
|
|
15012
15034
|
// src/filemanager/templates/filemanager-preview.tsx
|
|
15013
|
-
import { Fragment as Fragment117, jsx as
|
|
15035
|
+
import { Fragment as Fragment117, jsx as jsx411, jsxs as jsxs163 } from "react/jsx-runtime";
|
|
15014
15036
|
|
|
15015
15037
|
// src/filemanager/templates/filemanager-grid.tsx
|
|
15016
|
-
import { Fragment as Fragment118, jsx as
|
|
15038
|
+
import { Fragment as Fragment118, jsx as jsx412, jsxs as jsxs164 } from "react/jsx-runtime";
|
|
15017
15039
|
|
|
15018
15040
|
// src/filemanager/templates/filemanager-grid-preview.tsx
|
|
15019
|
-
import { Fragment as Fragment119, jsx as
|
|
15041
|
+
import { Fragment as Fragment119, jsx as jsx413, jsxs as jsxs165 } from "react/jsx-runtime";
|
|
15020
15042
|
|
|
15021
15043
|
// src/taskboard/taskboard-toolbar.tsx
|
|
15022
|
-
import { jsx as
|
|
15044
|
+
import { jsx as jsx414 } from "react/jsx-runtime";
|
|
15023
15045
|
var TASKBOARDTOOLBAR_CLASSNAME = `k-taskboard-toolbar`;
|
|
15024
|
-
var
|
|
15025
|
-
var
|
|
15026
|
-
var
|
|
15046
|
+
var states145 = [];
|
|
15047
|
+
var options135 = {};
|
|
15048
|
+
var defaultProps134 = {};
|
|
15027
15049
|
var TaskBoardToolbar = (props) => {
|
|
15028
15050
|
const {
|
|
15029
15051
|
children,
|
|
15030
15052
|
...other
|
|
15031
15053
|
} = props;
|
|
15032
|
-
return /* @__PURE__ */
|
|
15054
|
+
return /* @__PURE__ */ jsx414(
|
|
15033
15055
|
Toolbar,
|
|
15034
15056
|
{
|
|
15035
15057
|
...other,
|
|
@@ -15041,27 +15063,27 @@ var TaskBoardToolbar = (props) => {
|
|
|
15041
15063
|
}
|
|
15042
15064
|
);
|
|
15043
15065
|
};
|
|
15044
|
-
TaskBoardToolbar.states =
|
|
15045
|
-
TaskBoardToolbar.options =
|
|
15066
|
+
TaskBoardToolbar.states = states145;
|
|
15067
|
+
TaskBoardToolbar.options = options135;
|
|
15046
15068
|
TaskBoardToolbar.className = TASKBOARDTOOLBAR_CLASSNAME;
|
|
15047
|
-
TaskBoardToolbar.defaultProps =
|
|
15069
|
+
TaskBoardToolbar.defaultProps = defaultProps134;
|
|
15048
15070
|
|
|
15049
15071
|
// src/taskboard/taskboard-pane.tsx
|
|
15050
|
-
import { Fragment as Fragment120, jsx as
|
|
15072
|
+
import { Fragment as Fragment120, jsx as jsx415, jsxs as jsxs166 } from "react/jsx-runtime";
|
|
15051
15073
|
var TASKBOARDPANE_CLASSNAME = `k-taskboard-pane`;
|
|
15052
|
-
var
|
|
15053
|
-
var
|
|
15074
|
+
var states146 = [];
|
|
15075
|
+
var options136 = {};
|
|
15054
15076
|
var defaultHeader = /* @__PURE__ */ jsxs166(Fragment120, { children: [
|
|
15055
|
-
/* @__PURE__ */
|
|
15056
|
-
/* @__PURE__ */
|
|
15057
|
-
/* @__PURE__ */
|
|
15077
|
+
/* @__PURE__ */ jsx415("div", { className: "k-taskboard-pane-header-text", children: "Card X" }),
|
|
15078
|
+
/* @__PURE__ */ jsx415("span", { className: "k-spacer" }),
|
|
15079
|
+
/* @__PURE__ */ jsx415("div", { className: "k-taskboard-pane-header-actions", children: /* @__PURE__ */ jsx415(Button, { fillMode: "flat", icon: "x" }) })
|
|
15058
15080
|
] });
|
|
15059
|
-
var
|
|
15081
|
+
var defaultProps135 = {
|
|
15060
15082
|
header: defaultHeader
|
|
15061
15083
|
};
|
|
15062
15084
|
var TaskBoardPane = (props) => {
|
|
15063
15085
|
const {
|
|
15064
|
-
header =
|
|
15086
|
+
header = defaultProps135.header,
|
|
15065
15087
|
...other
|
|
15066
15088
|
} = props;
|
|
15067
15089
|
return /* @__PURE__ */ jsxs166(
|
|
@@ -15074,34 +15096,34 @@ var TaskBoardPane = (props) => {
|
|
|
15074
15096
|
"k-taskboard-edit-pane"
|
|
15075
15097
|
),
|
|
15076
15098
|
children: [
|
|
15077
|
-
/* @__PURE__ */
|
|
15078
|
-
/* @__PURE__ */
|
|
15099
|
+
/* @__PURE__ */ jsx415("div", { className: "k-taskboard-pane-header", children: header }),
|
|
15100
|
+
/* @__PURE__ */ jsx415("div", { className: "k-taskboard-pane-content", children: props.children }),
|
|
15079
15101
|
/* @__PURE__ */ jsxs166(ActionButtons, { alignment: "end", className: "k-taskboard-pane-actions", children: [
|
|
15080
|
-
/* @__PURE__ */
|
|
15081
|
-
/* @__PURE__ */
|
|
15102
|
+
/* @__PURE__ */ jsx415(Button, { icon: "trash", children: "Delete" }),
|
|
15103
|
+
/* @__PURE__ */ jsx415(Button, { themeColor: "primary", icon: "pencil", children: "Edit" })
|
|
15082
15104
|
] })
|
|
15083
15105
|
]
|
|
15084
15106
|
}
|
|
15085
15107
|
);
|
|
15086
15108
|
};
|
|
15087
|
-
TaskBoardPane.states =
|
|
15088
|
-
TaskBoardPane.options =
|
|
15109
|
+
TaskBoardPane.states = states146;
|
|
15110
|
+
TaskBoardPane.options = options136;
|
|
15089
15111
|
TaskBoardPane.className = TASKBOARDPANE_CLASSNAME;
|
|
15090
|
-
TaskBoardPane.defaultProps =
|
|
15112
|
+
TaskBoardPane.defaultProps = defaultProps135;
|
|
15091
15113
|
|
|
15092
15114
|
// src/taskboard/taskboard.spec.tsx
|
|
15093
|
-
import { Fragment as Fragment121, jsx as
|
|
15115
|
+
import { Fragment as Fragment121, jsx as jsx416, jsxs as jsxs167 } from "react/jsx-runtime";
|
|
15094
15116
|
var TASKBOARD_CLASSNAME = `k-taskboard`;
|
|
15095
|
-
var
|
|
15117
|
+
var states147 = [
|
|
15096
15118
|
States.disabled
|
|
15097
15119
|
];
|
|
15098
|
-
var
|
|
15099
|
-
var defaultToolbar2 = /* @__PURE__ */
|
|
15100
|
-
/* @__PURE__ */
|
|
15101
|
-
/* @__PURE__ */
|
|
15102
|
-
/* @__PURE__ */
|
|
15120
|
+
var options137 = {};
|
|
15121
|
+
var defaultToolbar2 = /* @__PURE__ */ jsx416(Fragment121, { children: /* @__PURE__ */ jsxs167(TaskBoardToolbar, { children: [
|
|
15122
|
+
/* @__PURE__ */ jsx416(Button, { icon: "plus", children: "Add Column" }),
|
|
15123
|
+
/* @__PURE__ */ jsx416("span", { className: "k-spacer" }),
|
|
15124
|
+
/* @__PURE__ */ jsx416(Searchbox, { placeholder: "Search..." })
|
|
15103
15125
|
] }) });
|
|
15104
|
-
var
|
|
15126
|
+
var defaultProps136 = {
|
|
15105
15127
|
toolbar: defaultToolbar2,
|
|
15106
15128
|
pane: false,
|
|
15107
15129
|
panePosition: "end"
|
|
@@ -15109,8 +15131,8 @@ var defaultProps135 = {
|
|
|
15109
15131
|
var TaskBoard = (props) => {
|
|
15110
15132
|
const {
|
|
15111
15133
|
disabled,
|
|
15112
|
-
toolbar =
|
|
15113
|
-
panePosition =
|
|
15134
|
+
toolbar = defaultProps136.toolbar,
|
|
15135
|
+
panePosition = defaultProps136.panePosition,
|
|
15114
15136
|
pane,
|
|
15115
15137
|
...other
|
|
15116
15138
|
} = props;
|
|
@@ -15126,45 +15148,45 @@ var TaskBoard = (props) => {
|
|
|
15126
15148
|
})
|
|
15127
15149
|
),
|
|
15128
15150
|
children: [
|
|
15129
|
-
/* @__PURE__ */
|
|
15130
|
-
/* @__PURE__ */
|
|
15151
|
+
/* @__PURE__ */ jsx416("div", { className: "k-taskboard-header", children: toolbar }),
|
|
15152
|
+
/* @__PURE__ */ jsx416("div", { className: "k-taskboard-content", style: {
|
|
15131
15153
|
marginRight: pane && panePosition === "end" ? "304px" : void 0,
|
|
15132
15154
|
marginLeft: pane && panePosition === "start" ? "304px" : void 0
|
|
15133
|
-
}, children: /* @__PURE__ */
|
|
15134
|
-
pane && /* @__PURE__ */
|
|
15155
|
+
}, children: /* @__PURE__ */ jsx416("div", { className: "k-taskboard-columns-container", children: props.children }) }),
|
|
15156
|
+
pane && /* @__PURE__ */ jsx416(Fragment121, { children: /* @__PURE__ */ jsx416(TaskBoardPane, { className: classNames(
|
|
15135
15157
|
{
|
|
15136
15158
|
["k-taskboard-pane-start"]: panePosition === "start"
|
|
15137
15159
|
}
|
|
15138
|
-
), children: /* @__PURE__ */
|
|
15160
|
+
), children: /* @__PURE__ */ jsx416(FormNormal, { formButtons: null, children: /* @__PURE__ */ jsx416(FormField, { label: "Textbox:", editor: /* @__PURE__ */ jsx416(Textbox, {}) }) }) }) })
|
|
15139
15161
|
]
|
|
15140
15162
|
}
|
|
15141
15163
|
);
|
|
15142
15164
|
};
|
|
15143
|
-
TaskBoard.states =
|
|
15144
|
-
TaskBoard.options =
|
|
15165
|
+
TaskBoard.states = states147;
|
|
15166
|
+
TaskBoard.options = options137;
|
|
15145
15167
|
TaskBoard.className = TASKBOARD_CLASSNAME;
|
|
15146
|
-
TaskBoard.defaultProps =
|
|
15168
|
+
TaskBoard.defaultProps = defaultProps136;
|
|
15147
15169
|
|
|
15148
15170
|
// src/taskboard/taskboard-column.tsx
|
|
15149
|
-
import { Fragment as Fragment122, jsx as
|
|
15171
|
+
import { Fragment as Fragment122, jsx as jsx417, jsxs as jsxs168 } from "react/jsx-runtime";
|
|
15150
15172
|
var TASKBOARDCOLUMN_CLASSNAME = `k-taskboard-column`;
|
|
15151
|
-
var
|
|
15152
|
-
var
|
|
15173
|
+
var states148 = [];
|
|
15174
|
+
var options138 = {};
|
|
15153
15175
|
var defaultHeader2 = /* @__PURE__ */ jsxs168(Fragment122, { children: [
|
|
15154
|
-
/* @__PURE__ */
|
|
15155
|
-
/* @__PURE__ */
|
|
15176
|
+
/* @__PURE__ */ jsx417("div", { className: "k-taskboard-column-header-text k-text-ellipsis", children: "Column Header" }),
|
|
15177
|
+
/* @__PURE__ */ jsx417("span", { className: "k-spacer" }),
|
|
15156
15178
|
/* @__PURE__ */ jsxs168("div", { className: "k-taskboard-column-header-actions", children: [
|
|
15157
|
-
/* @__PURE__ */
|
|
15158
|
-
/* @__PURE__ */
|
|
15159
|
-
/* @__PURE__ */
|
|
15179
|
+
/* @__PURE__ */ jsx417(Button, { fillMode: "flat", icon: "pencil" }),
|
|
15180
|
+
/* @__PURE__ */ jsx417(Button, { fillMode: "flat", icon: "plus" }),
|
|
15181
|
+
/* @__PURE__ */ jsx417(Button, { fillMode: "flat", icon: "x" })
|
|
15160
15182
|
] })
|
|
15161
15183
|
] });
|
|
15162
|
-
var
|
|
15184
|
+
var defaultProps137 = {
|
|
15163
15185
|
header: defaultHeader2
|
|
15164
15186
|
};
|
|
15165
15187
|
var TaskBoardColumn = (props) => {
|
|
15166
15188
|
const {
|
|
15167
|
-
header =
|
|
15189
|
+
header = defaultProps137.header,
|
|
15168
15190
|
edit,
|
|
15169
15191
|
...other
|
|
15170
15192
|
} = props;
|
|
@@ -15180,30 +15202,30 @@ var TaskBoardColumn = (props) => {
|
|
|
15180
15202
|
}
|
|
15181
15203
|
),
|
|
15182
15204
|
children: [
|
|
15183
|
-
/* @__PURE__ */
|
|
15184
|
-
/* @__PURE__ */
|
|
15205
|
+
/* @__PURE__ */ jsx417("div", { className: "k-taskboard-column-header", children: header }),
|
|
15206
|
+
/* @__PURE__ */ jsx417("div", { className: "k-taskboard-column-cards-container", children: /* @__PURE__ */ jsx417("div", { className: "k-taskboard-column-cards", children: props.children }) })
|
|
15185
15207
|
]
|
|
15186
15208
|
}
|
|
15187
15209
|
);
|
|
15188
15210
|
};
|
|
15189
|
-
TaskBoardColumn.states =
|
|
15190
|
-
TaskBoardColumn.options =
|
|
15211
|
+
TaskBoardColumn.states = states148;
|
|
15212
|
+
TaskBoardColumn.options = options138;
|
|
15191
15213
|
TaskBoardColumn.className = TASKBOARDCOLUMN_CLASSNAME;
|
|
15192
|
-
TaskBoardColumn.defaultProps =
|
|
15214
|
+
TaskBoardColumn.defaultProps = defaultProps137;
|
|
15193
15215
|
|
|
15194
15216
|
// src/taskboard/taskboard-card.tsx
|
|
15195
|
-
import { jsx as
|
|
15217
|
+
import { jsx as jsx418 } from "react/jsx-runtime";
|
|
15196
15218
|
var TASKBOARDCARD_CLASSNAME = `k-taskboard-card`;
|
|
15197
|
-
var
|
|
15198
|
-
var
|
|
15199
|
-
var
|
|
15219
|
+
var states149 = [];
|
|
15220
|
+
var options139 = {};
|
|
15221
|
+
var defaultProps138 = {};
|
|
15200
15222
|
var TaskBoardCard = (props) => {
|
|
15201
15223
|
const {
|
|
15202
15224
|
children,
|
|
15203
15225
|
category,
|
|
15204
15226
|
...other
|
|
15205
15227
|
} = props;
|
|
15206
|
-
return /* @__PURE__ */
|
|
15228
|
+
return /* @__PURE__ */ jsx418(
|
|
15207
15229
|
Card,
|
|
15208
15230
|
{
|
|
15209
15231
|
...other,
|
|
@@ -15218,19 +15240,205 @@ var TaskBoardCard = (props) => {
|
|
|
15218
15240
|
}
|
|
15219
15241
|
);
|
|
15220
15242
|
};
|
|
15221
|
-
TaskBoardCard.states =
|
|
15222
|
-
TaskBoardCard.options =
|
|
15243
|
+
TaskBoardCard.states = states149;
|
|
15244
|
+
TaskBoardCard.options = options139;
|
|
15223
15245
|
TaskBoardCard.className = TASKBOARDCARD_CLASSNAME;
|
|
15224
|
-
TaskBoardCard.defaultProps =
|
|
15246
|
+
TaskBoardCard.defaultProps = defaultProps138;
|
|
15225
15247
|
|
|
15226
15248
|
// src/taskboard/templates/taskboard-normal.tsx
|
|
15227
|
-
import { Fragment as Fragment123, jsx as
|
|
15249
|
+
import { Fragment as Fragment123, jsx as jsx419, jsxs as jsxs169 } from "react/jsx-runtime";
|
|
15250
|
+
|
|
15251
|
+
// src/column-menu/column-menu.spec.tsx
|
|
15252
|
+
import { jsx as jsx420 } from "react/jsx-runtime";
|
|
15253
|
+
var COLUMNMENU_CLASSNAME = `k-column-menu`;
|
|
15254
|
+
var states150 = [];
|
|
15255
|
+
var options140 = {};
|
|
15256
|
+
var defaultProps139 = {
|
|
15257
|
+
view: "list"
|
|
15258
|
+
};
|
|
15259
|
+
var ColumnMenu = (props) => {
|
|
15260
|
+
const {
|
|
15261
|
+
view = defaultProps139.view,
|
|
15262
|
+
...other
|
|
15263
|
+
} = props;
|
|
15264
|
+
return /* @__PURE__ */ jsx420(
|
|
15265
|
+
"div",
|
|
15266
|
+
{
|
|
15267
|
+
...other,
|
|
15268
|
+
className: classNames(
|
|
15269
|
+
props.className,
|
|
15270
|
+
COLUMNMENU_CLASSNAME,
|
|
15271
|
+
{
|
|
15272
|
+
"k-column-menu-tabbed": view === "tabbed"
|
|
15273
|
+
}
|
|
15274
|
+
),
|
|
15275
|
+
children: props.children
|
|
15276
|
+
}
|
|
15277
|
+
);
|
|
15278
|
+
};
|
|
15279
|
+
ColumnMenu.states = states150;
|
|
15280
|
+
ColumnMenu.options = options140;
|
|
15281
|
+
ColumnMenu.className = COLUMNMENU_CLASSNAME;
|
|
15282
|
+
ColumnMenu.defaultProps = defaultProps139;
|
|
15283
|
+
|
|
15284
|
+
// src/column-menu/column-menu-item.spec.tsx
|
|
15285
|
+
import { jsx as jsx421, jsxs as jsxs170 } from "react/jsx-runtime";
|
|
15286
|
+
var COLUMNMENUITEM_CLASSNAME = `k-columnmenu-item`;
|
|
15287
|
+
var states151 = [
|
|
15288
|
+
States.focus,
|
|
15289
|
+
States.selected
|
|
15290
|
+
];
|
|
15291
|
+
var options141 = {};
|
|
15292
|
+
var defaultProps140 = {};
|
|
15293
|
+
var ColumnMenuItem = (props) => {
|
|
15294
|
+
const {
|
|
15295
|
+
focus,
|
|
15296
|
+
selected,
|
|
15297
|
+
text,
|
|
15298
|
+
icon,
|
|
15299
|
+
...other
|
|
15300
|
+
} = props;
|
|
15301
|
+
return /* @__PURE__ */ jsxs170(
|
|
15302
|
+
"div",
|
|
15303
|
+
{
|
|
15304
|
+
...other,
|
|
15305
|
+
className: classNames(
|
|
15306
|
+
props.className,
|
|
15307
|
+
COLUMNMENUITEM_CLASSNAME,
|
|
15308
|
+
stateClassNames(COLUMNMENUITEM_CLASSNAME, {
|
|
15309
|
+
focus,
|
|
15310
|
+
selected
|
|
15311
|
+
})
|
|
15312
|
+
),
|
|
15313
|
+
children: [
|
|
15314
|
+
/* @__PURE__ */ jsx421(Icon, { icon }),
|
|
15315
|
+
text,
|
|
15316
|
+
props.children
|
|
15317
|
+
]
|
|
15318
|
+
}
|
|
15319
|
+
);
|
|
15320
|
+
};
|
|
15321
|
+
ColumnMenuItem.states = states151;
|
|
15322
|
+
ColumnMenuItem.options = options141;
|
|
15323
|
+
ColumnMenuItem.className = COLUMNMENUITEM_CLASSNAME;
|
|
15324
|
+
ColumnMenuItem.defaultProps = defaultProps140;
|
|
15325
|
+
|
|
15326
|
+
// src/column-menu/column-menu-item-wrapper.tsx
|
|
15327
|
+
import { jsx as jsx422 } from "react/jsx-runtime";
|
|
15328
|
+
|
|
15329
|
+
// src/column-menu/column-menu-item-content.tsx
|
|
15330
|
+
import { jsx as jsx423 } from "react/jsx-runtime";
|
|
15331
|
+
var className31 = `k-columnmenu-item-content`;
|
|
15332
|
+
var ColumnMenuItemContent = (props) => /* @__PURE__ */ jsx423(
|
|
15333
|
+
"div",
|
|
15334
|
+
{
|
|
15335
|
+
...props,
|
|
15336
|
+
className: classNames(
|
|
15337
|
+
props.className,
|
|
15338
|
+
className31,
|
|
15339
|
+
"k-columns-item"
|
|
15340
|
+
),
|
|
15341
|
+
children: props.children
|
|
15342
|
+
}
|
|
15343
|
+
);
|
|
15344
|
+
|
|
15345
|
+
// src/column-menu/filter-menu.spec.tsx
|
|
15346
|
+
import { jsx as jsx424 } from "react/jsx-runtime";
|
|
15347
|
+
var FILTERMENU_CLASSNAME = `k-filter-menu`;
|
|
15348
|
+
var states152 = [];
|
|
15349
|
+
var options142 = {};
|
|
15350
|
+
var defaultProps141 = {};
|
|
15351
|
+
var FilterMenu = (props) => {
|
|
15352
|
+
const {
|
|
15353
|
+
...other
|
|
15354
|
+
} = props;
|
|
15355
|
+
return /* @__PURE__ */ jsx424(
|
|
15356
|
+
"form",
|
|
15357
|
+
{
|
|
15358
|
+
...other,
|
|
15359
|
+
className: classNames(
|
|
15360
|
+
props.className,
|
|
15361
|
+
FILTERMENU_CLASSNAME
|
|
15362
|
+
),
|
|
15363
|
+
children: /* @__PURE__ */ jsx424("div", { className: "k-filter-menu-container", children: props.children })
|
|
15364
|
+
}
|
|
15365
|
+
);
|
|
15366
|
+
};
|
|
15367
|
+
FilterMenu.states = states152;
|
|
15368
|
+
FilterMenu.options = options142;
|
|
15369
|
+
FilterMenu.className = FILTERMENU_CLASSNAME;
|
|
15370
|
+
FilterMenu.defaultProps = defaultProps141;
|
|
15371
|
+
|
|
15372
|
+
// src/column-menu/column-menu-multicheck-wrap.tsx
|
|
15373
|
+
import { jsx as jsx425 } from "react/jsx-runtime";
|
|
15374
|
+
|
|
15375
|
+
// src/column-menu/column-menu-multicheck-item.tsx
|
|
15376
|
+
import { jsx as jsx426, jsxs as jsxs171 } from "react/jsx-runtime";
|
|
15377
|
+
|
|
15378
|
+
// src/column-menu/column-menu-expander.spec.tsx
|
|
15379
|
+
import { Fragment as Fragment124, jsx as jsx427, jsxs as jsxs172 } from "react/jsx-runtime";
|
|
15380
|
+
var COLUMNMENUEXPANDER_CLASSNAME = `k-expander`;
|
|
15381
|
+
var states153 = [];
|
|
15382
|
+
var options143 = {};
|
|
15383
|
+
var defaultProps142 = {};
|
|
15384
|
+
var ColumnMenuExpander = (props) => {
|
|
15385
|
+
const {
|
|
15386
|
+
itemText,
|
|
15387
|
+
itemIcon,
|
|
15388
|
+
expanded,
|
|
15389
|
+
itemContent,
|
|
15390
|
+
expanderIcon,
|
|
15391
|
+
...other
|
|
15392
|
+
} = props;
|
|
15393
|
+
let icon = /* @__PURE__ */ jsx427(Fragment124, {});
|
|
15394
|
+
if (!expanded && !expanderIcon) {
|
|
15395
|
+
icon = /* @__PURE__ */ jsx427(Icon, { icon: "chevron-down" });
|
|
15396
|
+
} else if (expanded && !expanderIcon) {
|
|
15397
|
+
icon = /* @__PURE__ */ jsx427(Icon, { icon: "chevron-up" });
|
|
15398
|
+
} else {
|
|
15399
|
+
icon = /* @__PURE__ */ jsx427(Icon, { icon: expanderIcon });
|
|
15400
|
+
}
|
|
15401
|
+
return /* @__PURE__ */ jsxs172(
|
|
15402
|
+
"div",
|
|
15403
|
+
{
|
|
15404
|
+
...other,
|
|
15405
|
+
className: classNames(
|
|
15406
|
+
props.className,
|
|
15407
|
+
COLUMNMENUEXPANDER_CLASSNAME
|
|
15408
|
+
),
|
|
15409
|
+
children: [
|
|
15410
|
+
/* @__PURE__ */ jsxs172(ColumnMenuItem, { text: itemText, icon: itemIcon, children: [
|
|
15411
|
+
/* @__PURE__ */ jsx427("span", { className: "k-spacer" }),
|
|
15412
|
+
/* @__PURE__ */ jsx427("span", { className: "k-expander-indicator", children: icon })
|
|
15413
|
+
] }),
|
|
15414
|
+
expanded && /* @__PURE__ */ jsx427(ColumnMenuItemContent, { children: itemContent }),
|
|
15415
|
+
props.children
|
|
15416
|
+
]
|
|
15417
|
+
}
|
|
15418
|
+
);
|
|
15419
|
+
};
|
|
15420
|
+
ColumnMenuExpander.states = states153;
|
|
15421
|
+
ColumnMenuExpander.options = options143;
|
|
15422
|
+
ColumnMenuExpander.className = COLUMNMENUEXPANDER_CLASSNAME;
|
|
15423
|
+
ColumnMenuExpander.defaultProps = defaultProps142;
|
|
15424
|
+
|
|
15425
|
+
// src/column-menu/templates/column-menu-normal.tsx
|
|
15426
|
+
import { jsx as jsx428, jsxs as jsxs173 } from "react/jsx-runtime";
|
|
15427
|
+
|
|
15428
|
+
// src/column-menu/templates/column-menu-tabbed.tsx
|
|
15429
|
+
import { jsx as jsx429, jsxs as jsxs174 } from "react/jsx-runtime";
|
|
15430
|
+
|
|
15431
|
+
// src/column-menu/templates/filter-menu-normal.tsx
|
|
15432
|
+
import { jsx as jsx430, jsxs as jsxs175 } from "react/jsx-runtime";
|
|
15433
|
+
|
|
15434
|
+
// src/column-menu/templates/filter-menu-multi-check.tsx
|
|
15435
|
+
import { jsx as jsx431, jsxs as jsxs176 } from "react/jsx-runtime";
|
|
15228
15436
|
|
|
15229
15437
|
// src/chat/chat.spec.tsx
|
|
15230
|
-
import { Fragment as
|
|
15438
|
+
import { Fragment as Fragment125, jsx as jsx432, jsxs as jsxs177 } from "react/jsx-runtime";
|
|
15231
15439
|
var CHAT_CLASSNAME = "k-chat";
|
|
15232
|
-
var
|
|
15233
|
-
var
|
|
15440
|
+
var states154 = [];
|
|
15441
|
+
var options144 = {};
|
|
15234
15442
|
var defaultOptions = {
|
|
15235
15443
|
showToolbar: true,
|
|
15236
15444
|
showMessageBox: true,
|
|
@@ -15244,7 +15452,7 @@ var Chat = (props) => {
|
|
|
15244
15452
|
showMoreButton,
|
|
15245
15453
|
...other
|
|
15246
15454
|
} = props;
|
|
15247
|
-
return /* @__PURE__ */
|
|
15455
|
+
return /* @__PURE__ */ jsxs177(
|
|
15248
15456
|
"div",
|
|
15249
15457
|
{
|
|
15250
15458
|
...other,
|
|
@@ -15254,63 +15462,63 @@ var Chat = (props) => {
|
|
|
15254
15462
|
),
|
|
15255
15463
|
dir,
|
|
15256
15464
|
children: [
|
|
15257
|
-
/* @__PURE__ */
|
|
15258
|
-
showMessageBox && /* @__PURE__ */
|
|
15465
|
+
/* @__PURE__ */ jsx432("div", { className: "k-message-list k-avatars", children: /* @__PURE__ */ jsx432("div", { className: "k-message-list-content", children: props.children }) }),
|
|
15466
|
+
showMessageBox && /* @__PURE__ */ jsx432(
|
|
15259
15467
|
Textbox,
|
|
15260
15468
|
{
|
|
15261
15469
|
className: "k-message-box",
|
|
15262
15470
|
placeholder: "Type a message...",
|
|
15263
|
-
suffix: /* @__PURE__ */
|
|
15264
|
-
showMoreButton && /* @__PURE__ */
|
|
15265
|
-
/* @__PURE__ */
|
|
15471
|
+
suffix: /* @__PURE__ */ jsxs177(Fragment125, { children: [
|
|
15472
|
+
showMoreButton && /* @__PURE__ */ jsx432(Button, { fillMode: "flat", icon: "more-horizontal" }),
|
|
15473
|
+
/* @__PURE__ */ jsx432(Button, { fillMode: "flat", icon: "paper-plane", className: "k-chat-send" })
|
|
15266
15474
|
] })
|
|
15267
15475
|
}
|
|
15268
15476
|
),
|
|
15269
|
-
showToolbar && /* @__PURE__ */
|
|
15270
|
-
/* @__PURE__ */
|
|
15271
|
-
/* @__PURE__ */
|
|
15272
|
-
/* @__PURE__ */
|
|
15273
|
-
/* @__PURE__ */
|
|
15274
|
-
/* @__PURE__ */
|
|
15275
|
-
/* @__PURE__ */
|
|
15276
|
-
/* @__PURE__ */
|
|
15277
|
-
/* @__PURE__ */
|
|
15278
|
-
/* @__PURE__ */
|
|
15279
|
-
/* @__PURE__ */
|
|
15280
|
-
/* @__PURE__ */
|
|
15477
|
+
showToolbar && /* @__PURE__ */ jsxs177("div", { className: "k-chat-toolbar k-toolbar", children: [
|
|
15478
|
+
/* @__PURE__ */ jsx432(Button, { className: classNames("k-scroll-button", "k-scroll-button-left", dir === "rtl" ? "" : "k-hidden"), icon: "chevron-left" }),
|
|
15479
|
+
/* @__PURE__ */ jsxs177("div", { className: "k-toolbar-group k-button-list", children: [
|
|
15480
|
+
/* @__PURE__ */ jsx432(Button, { icon: "arrow-rotate-cw" }),
|
|
15481
|
+
/* @__PURE__ */ jsx432(Button, { icon: "gear" }),
|
|
15482
|
+
/* @__PURE__ */ jsx432(Button, { icon: "wrench" }),
|
|
15483
|
+
/* @__PURE__ */ jsx432(Button, { icon: "plus" }),
|
|
15484
|
+
/* @__PURE__ */ jsx432(Button, { icon: "search" }),
|
|
15485
|
+
/* @__PURE__ */ jsx432(Button, { icon: "star" }),
|
|
15486
|
+
/* @__PURE__ */ jsx432(Button, { icon: "bell" }),
|
|
15487
|
+
/* @__PURE__ */ jsx432(Button, { icon: "question-circle" }),
|
|
15488
|
+
/* @__PURE__ */ jsx432(Button, { icon: "trash" })
|
|
15281
15489
|
] }),
|
|
15282
|
-
/* @__PURE__ */
|
|
15490
|
+
/* @__PURE__ */ jsx432(Button, { className: classNames("k-scroll-button", "k-scroll-button-right", dir === "rtl" && "k-hidden"), icon: "chevron-right" })
|
|
15283
15491
|
] })
|
|
15284
15492
|
]
|
|
15285
15493
|
}
|
|
15286
15494
|
);
|
|
15287
15495
|
};
|
|
15288
|
-
Chat.states =
|
|
15289
|
-
Chat.options =
|
|
15496
|
+
Chat.states = states154;
|
|
15497
|
+
Chat.options = options144;
|
|
15290
15498
|
Chat.className = CHAT_CLASSNAME;
|
|
15291
15499
|
Chat.defaultOptions = defaultOptions;
|
|
15292
15500
|
|
|
15293
15501
|
// src/chat/chat-message.tsx
|
|
15294
|
-
import { jsx as
|
|
15502
|
+
import { jsx as jsx433, jsxs as jsxs178 } from "react/jsx-runtime";
|
|
15295
15503
|
var CHATMESSAGE_CLASSNAME = "k-message";
|
|
15296
|
-
var
|
|
15504
|
+
var states155 = [
|
|
15297
15505
|
States.selected
|
|
15298
15506
|
];
|
|
15299
|
-
var
|
|
15300
|
-
var
|
|
15507
|
+
var options145 = {};
|
|
15508
|
+
var defaultProps143 = {
|
|
15301
15509
|
time: "Thu Feb 08 2018",
|
|
15302
15510
|
text: "How can I help you?",
|
|
15303
15511
|
status: "Seen"
|
|
15304
15512
|
};
|
|
15305
15513
|
var ChatMessage = (props) => {
|
|
15306
15514
|
const {
|
|
15307
|
-
time =
|
|
15308
|
-
text =
|
|
15309
|
-
status =
|
|
15515
|
+
time = defaultProps143.time,
|
|
15516
|
+
text = defaultProps143.text,
|
|
15517
|
+
status = defaultProps143.status,
|
|
15310
15518
|
selected,
|
|
15311
15519
|
...other
|
|
15312
15520
|
} = props;
|
|
15313
|
-
return /* @__PURE__ */
|
|
15521
|
+
return /* @__PURE__ */ jsxs178(
|
|
15314
15522
|
"div",
|
|
15315
15523
|
{
|
|
15316
15524
|
...other,
|
|
@@ -15320,39 +15528,39 @@ var ChatMessage = (props) => {
|
|
|
15320
15528
|
stateClassNames(CHATMESSAGE_CLASSNAME, { selected })
|
|
15321
15529
|
),
|
|
15322
15530
|
children: [
|
|
15323
|
-
/* @__PURE__ */
|
|
15324
|
-
/* @__PURE__ */
|
|
15325
|
-
/* @__PURE__ */
|
|
15531
|
+
/* @__PURE__ */ jsx433("time", { className: "k-message-time", children: time }),
|
|
15532
|
+
/* @__PURE__ */ jsx433("div", { className: "k-chat-bubble", children: text }),
|
|
15533
|
+
/* @__PURE__ */ jsx433("span", { className: "k-message-status", children: status })
|
|
15326
15534
|
]
|
|
15327
15535
|
}
|
|
15328
15536
|
);
|
|
15329
15537
|
};
|
|
15330
|
-
ChatMessage.states =
|
|
15331
|
-
ChatMessage.options =
|
|
15538
|
+
ChatMessage.states = states155;
|
|
15539
|
+
ChatMessage.options = options145;
|
|
15332
15540
|
ChatMessage.className = CHATMESSAGE_CLASSNAME;
|
|
15333
|
-
ChatMessage.defaultProps =
|
|
15541
|
+
ChatMessage.defaultProps = defaultProps143;
|
|
15334
15542
|
|
|
15335
15543
|
// src/chat/chat-message-group.tsx
|
|
15336
|
-
import { jsx as
|
|
15544
|
+
import { jsx as jsx434, jsxs as jsxs179 } from "react/jsx-runtime";
|
|
15337
15545
|
var CHATMESSAGEGROUP_CLASSNAME = "k-message-group";
|
|
15338
|
-
var
|
|
15546
|
+
var states156 = [
|
|
15339
15547
|
States.selected
|
|
15340
15548
|
];
|
|
15341
|
-
var
|
|
15342
|
-
var
|
|
15549
|
+
var options146 = {};
|
|
15550
|
+
var defaultProps144 = {
|
|
15343
15551
|
author: "Bruv",
|
|
15344
15552
|
avatar: "/packages/html/assets/avatar.jpg",
|
|
15345
15553
|
alt: false
|
|
15346
15554
|
};
|
|
15347
15555
|
var ChatMessageGroup = (props) => {
|
|
15348
15556
|
const {
|
|
15349
|
-
alt =
|
|
15350
|
-
author =
|
|
15351
|
-
avatar =
|
|
15557
|
+
alt = defaultProps144.alt,
|
|
15558
|
+
author = defaultProps144.author,
|
|
15559
|
+
avatar = defaultProps144.avatar,
|
|
15352
15560
|
selected,
|
|
15353
15561
|
...other
|
|
15354
15562
|
} = props;
|
|
15355
|
-
return /* @__PURE__ */
|
|
15563
|
+
return /* @__PURE__ */ jsxs179(
|
|
15356
15564
|
"div",
|
|
15357
15565
|
{
|
|
15358
15566
|
...other,
|
|
@@ -15366,23 +15574,23 @@ var ChatMessageGroup = (props) => {
|
|
|
15366
15574
|
}
|
|
15367
15575
|
),
|
|
15368
15576
|
children: [
|
|
15369
|
-
author && /* @__PURE__ */
|
|
15370
|
-
avatar && /* @__PURE__ */
|
|
15577
|
+
author && /* @__PURE__ */ jsx434("p", { className: "k-author", children: author }),
|
|
15578
|
+
avatar && /* @__PURE__ */ jsx434(Avatar, { type: "image", children: /* @__PURE__ */ jsx434("img", { src: avatar }) }),
|
|
15371
15579
|
props.children
|
|
15372
15580
|
]
|
|
15373
15581
|
}
|
|
15374
15582
|
);
|
|
15375
15583
|
};
|
|
15376
|
-
ChatMessageGroup.states =
|
|
15377
|
-
ChatMessageGroup.options =
|
|
15584
|
+
ChatMessageGroup.states = states156;
|
|
15585
|
+
ChatMessageGroup.options = options146;
|
|
15378
15586
|
ChatMessageGroup.className = CHATMESSAGEGROUP_CLASSNAME;
|
|
15379
|
-
ChatMessageGroup.defaultProps =
|
|
15587
|
+
ChatMessageGroup.defaultProps = defaultProps144;
|
|
15380
15588
|
|
|
15381
15589
|
// src/chat/chat-quick-replies.tsx
|
|
15382
|
-
import { jsx as
|
|
15590
|
+
import { jsx as jsx435 } from "react/jsx-runtime";
|
|
15383
15591
|
var CHATQUICKREPLY_CLASSNAME = "k-quick-replies";
|
|
15384
|
-
var
|
|
15385
|
-
var
|
|
15592
|
+
var states157 = [];
|
|
15593
|
+
var options147 = {};
|
|
15386
15594
|
var defaultOptions2 = {
|
|
15387
15595
|
actions: ["Quick", "Reply", "Another quick", "Reply with different length"]
|
|
15388
15596
|
};
|
|
@@ -15395,11 +15603,11 @@ var ChatQuickReply = (props) => {
|
|
|
15395
15603
|
if (actions) {
|
|
15396
15604
|
actions.map((action, index) => {
|
|
15397
15605
|
children.push(
|
|
15398
|
-
/* @__PURE__ */
|
|
15606
|
+
/* @__PURE__ */ jsx435("span", { className: "k-quick-reply", children: action }, index)
|
|
15399
15607
|
);
|
|
15400
15608
|
});
|
|
15401
15609
|
}
|
|
15402
|
-
return /* @__PURE__ */
|
|
15610
|
+
return /* @__PURE__ */ jsx435(
|
|
15403
15611
|
"div",
|
|
15404
15612
|
{
|
|
15405
15613
|
...other,
|
|
@@ -15411,26 +15619,26 @@ var ChatQuickReply = (props) => {
|
|
|
15411
15619
|
}
|
|
15412
15620
|
);
|
|
15413
15621
|
};
|
|
15414
|
-
ChatQuickReply.states =
|
|
15415
|
-
ChatQuickReply.options =
|
|
15622
|
+
ChatQuickReply.states = states157;
|
|
15623
|
+
ChatQuickReply.options = options147;
|
|
15416
15624
|
ChatQuickReply.className = CHATQUICKREPLY_CLASSNAME;
|
|
15417
15625
|
ChatQuickReply.defaultOptions = defaultOptions2;
|
|
15418
15626
|
|
|
15419
15627
|
// src/chat/templates/chat-normal.tsx
|
|
15420
|
-
import { Fragment as
|
|
15628
|
+
import { Fragment as Fragment126, jsx as jsx436, jsxs as jsxs180 } from "react/jsx-runtime";
|
|
15421
15629
|
|
|
15422
15630
|
// src/chat/templates/chat-with-toolbar.tsx
|
|
15423
|
-
import { Fragment as
|
|
15631
|
+
import { Fragment as Fragment127, jsx as jsx437, jsxs as jsxs181 } from "react/jsx-runtime";
|
|
15424
15632
|
|
|
15425
15633
|
// src/chat/templates/chat-with-options.tsx
|
|
15426
|
-
import { Fragment as
|
|
15634
|
+
import { Fragment as Fragment128, jsx as jsx438, jsxs as jsxs182 } from "react/jsx-runtime";
|
|
15427
15635
|
|
|
15428
15636
|
// src/timeline/timeline.spec.tsx
|
|
15429
|
-
import { Fragment as
|
|
15637
|
+
import { Fragment as Fragment129, jsx as jsx439 } from "react/jsx-runtime";
|
|
15430
15638
|
var TIMELINE_CLASSNAME = `k-timeline`;
|
|
15431
|
-
var
|
|
15432
|
-
var
|
|
15433
|
-
var
|
|
15639
|
+
var states158 = [];
|
|
15640
|
+
var options148 = {};
|
|
15641
|
+
var defaultProps145 = {
|
|
15434
15642
|
orientation: "vertical"
|
|
15435
15643
|
};
|
|
15436
15644
|
var Timeline = (props) => {
|
|
@@ -15440,7 +15648,7 @@ var Timeline = (props) => {
|
|
|
15440
15648
|
alternatingMode,
|
|
15441
15649
|
...other
|
|
15442
15650
|
} = props;
|
|
15443
|
-
return /* @__PURE__ */
|
|
15651
|
+
return /* @__PURE__ */ jsx439(
|
|
15444
15652
|
"div",
|
|
15445
15653
|
{
|
|
15446
15654
|
...other,
|
|
@@ -15453,21 +15661,21 @@ var Timeline = (props) => {
|
|
|
15453
15661
|
[`${TIMELINE_CLASSNAME}-collapsible`]: collapsibleEvents
|
|
15454
15662
|
}
|
|
15455
15663
|
),
|
|
15456
|
-
children: /* @__PURE__ */
|
|
15664
|
+
children: /* @__PURE__ */ jsx439(Fragment129, { children: props.children })
|
|
15457
15665
|
}
|
|
15458
15666
|
);
|
|
15459
15667
|
};
|
|
15460
|
-
Timeline.states =
|
|
15461
|
-
Timeline.options =
|
|
15668
|
+
Timeline.states = states158;
|
|
15669
|
+
Timeline.options = options148;
|
|
15462
15670
|
Timeline.className = TIMELINE_CLASSNAME;
|
|
15463
|
-
Timeline.defaultProps =
|
|
15671
|
+
Timeline.defaultProps = defaultProps145;
|
|
15464
15672
|
|
|
15465
15673
|
// src/timeline/vertical-timeline-event.spec.tsx
|
|
15466
|
-
import { jsx as
|
|
15674
|
+
import { jsx as jsx440, jsxs as jsxs183 } from "react/jsx-runtime";
|
|
15467
15675
|
var TIMELINEVERTICALEVENT_CLASSNAME = `k-timeline-event`;
|
|
15468
|
-
var
|
|
15469
|
-
var
|
|
15470
|
-
var
|
|
15676
|
+
var states159 = [];
|
|
15677
|
+
var options149 = {};
|
|
15678
|
+
var defaultProps146 = {
|
|
15471
15679
|
collapsed: false,
|
|
15472
15680
|
reverse: false,
|
|
15473
15681
|
title: "Event title",
|
|
@@ -15477,15 +15685,15 @@ var defaultProps141 = {
|
|
|
15477
15685
|
var VerticalTimelineEvent = (props) => {
|
|
15478
15686
|
const {
|
|
15479
15687
|
date,
|
|
15480
|
-
content =
|
|
15481
|
-
collapsed =
|
|
15482
|
-
reverse =
|
|
15483
|
-
title =
|
|
15484
|
-
subtitle =
|
|
15688
|
+
content = defaultProps146.content,
|
|
15689
|
+
collapsed = defaultProps146.collapsed,
|
|
15690
|
+
reverse = defaultProps146.reverse,
|
|
15691
|
+
title = defaultProps146.title,
|
|
15692
|
+
subtitle = defaultProps146.subtitle,
|
|
15485
15693
|
showCollapseButton,
|
|
15486
15694
|
...other
|
|
15487
15695
|
} = props;
|
|
15488
|
-
return /* @__PURE__ */
|
|
15696
|
+
return /* @__PURE__ */ jsxs183(
|
|
15489
15697
|
"li",
|
|
15490
15698
|
{
|
|
15491
15699
|
...other,
|
|
@@ -15495,43 +15703,43 @@ var VerticalTimelineEvent = (props) => {
|
|
|
15495
15703
|
{ "k-reverse": reverse }
|
|
15496
15704
|
),
|
|
15497
15705
|
children: [
|
|
15498
|
-
date && /* @__PURE__ */
|
|
15499
|
-
/* @__PURE__ */
|
|
15500
|
-
content && /* @__PURE__ */
|
|
15501
|
-
/* @__PURE__ */
|
|
15502
|
-
/* @__PURE__ */
|
|
15503
|
-
/* @__PURE__ */
|
|
15706
|
+
date && /* @__PURE__ */ jsx440("div", { className: "k-timeline-date-wrap", children: /* @__PURE__ */ jsx440("span", { className: "k-timeline-date", children: date }) }),
|
|
15707
|
+
/* @__PURE__ */ jsx440(TimelineCircle, {}),
|
|
15708
|
+
content && /* @__PURE__ */ jsx440("div", { className: classNames("k-timeline-card", { "k-collapsed": collapsed }), children: /* @__PURE__ */ jsx440(TimelineCard, { ...reverse ? { callout: "right" } : { callout: "left" }, children: /* @__PURE__ */ jsxs183("div", { className: "k-card-inner", children: [
|
|
15709
|
+
/* @__PURE__ */ jsxs183(CardHeader, { children: [
|
|
15710
|
+
/* @__PURE__ */ jsx440(TimelineCardTitle, { collapsible: showCollapseButton, children: title }),
|
|
15711
|
+
/* @__PURE__ */ jsx440(CardSubtitle, { children: subtitle })
|
|
15504
15712
|
] }),
|
|
15505
|
-
/* @__PURE__ */
|
|
15713
|
+
/* @__PURE__ */ jsx440(CardBody, { children: /* @__PURE__ */ jsx440("div", { className: "k-card-description", children: content }) })
|
|
15506
15714
|
] }) }) }),
|
|
15507
15715
|
props.children
|
|
15508
15716
|
]
|
|
15509
15717
|
}
|
|
15510
15718
|
);
|
|
15511
15719
|
};
|
|
15512
|
-
VerticalTimelineEvent.states =
|
|
15513
|
-
VerticalTimelineEvent.options =
|
|
15720
|
+
VerticalTimelineEvent.states = states159;
|
|
15721
|
+
VerticalTimelineEvent.options = options149;
|
|
15514
15722
|
VerticalTimelineEvent.className = TIMELINEVERTICALEVENT_CLASSNAME;
|
|
15515
|
-
VerticalTimelineEvent.defaultProps =
|
|
15723
|
+
VerticalTimelineEvent.defaultProps = defaultProps146;
|
|
15516
15724
|
|
|
15517
15725
|
// src/timeline/horizontal-timeline-event.spec.tsx
|
|
15518
|
-
import { jsx as
|
|
15726
|
+
import { jsx as jsx441, jsxs as jsxs184 } from "react/jsx-runtime";
|
|
15519
15727
|
var TIMELINEHORIZONTALEVENT_CLASSNAME = `k-timeline-event`;
|
|
15520
|
-
var
|
|
15521
|
-
var
|
|
15522
|
-
var
|
|
15728
|
+
var states160 = [];
|
|
15729
|
+
var options150 = {};
|
|
15730
|
+
var defaultProps147 = {
|
|
15523
15731
|
title: "Event title",
|
|
15524
15732
|
subtitle: "Event subtitle",
|
|
15525
15733
|
content: "Event content"
|
|
15526
15734
|
};
|
|
15527
15735
|
var HorizontalTimelineEvent = (props) => {
|
|
15528
15736
|
const {
|
|
15529
|
-
content =
|
|
15530
|
-
title =
|
|
15531
|
-
subtitle =
|
|
15737
|
+
content = defaultProps147.content,
|
|
15738
|
+
title = defaultProps147.title,
|
|
15739
|
+
subtitle = defaultProps147.subtitle,
|
|
15532
15740
|
...other
|
|
15533
15741
|
} = props;
|
|
15534
|
-
return /* @__PURE__ */
|
|
15742
|
+
return /* @__PURE__ */ jsxs184(
|
|
15535
15743
|
"li",
|
|
15536
15744
|
{
|
|
15537
15745
|
...other,
|
|
@@ -15540,35 +15748,35 @@ var HorizontalTimelineEvent = (props) => {
|
|
|
15540
15748
|
TIMELINEHORIZONTALEVENT_CLASSNAME
|
|
15541
15749
|
),
|
|
15542
15750
|
children: [
|
|
15543
|
-
content && /* @__PURE__ */
|
|
15544
|
-
/* @__PURE__ */
|
|
15545
|
-
/* @__PURE__ */
|
|
15546
|
-
/* @__PURE__ */
|
|
15751
|
+
content && /* @__PURE__ */ jsx441("div", { className: classNames("k-timeline-card"), children: /* @__PURE__ */ jsx441(TimelineCard, { orientation: "vertical", callout: "top", children: /* @__PURE__ */ jsxs184("div", { className: "k-card-inner", children: [
|
|
15752
|
+
/* @__PURE__ */ jsxs184(CardHeader, { children: [
|
|
15753
|
+
/* @__PURE__ */ jsx441(TimelineCardTitle, { children: title }),
|
|
15754
|
+
/* @__PURE__ */ jsx441(CardSubtitle, { children: subtitle })
|
|
15547
15755
|
] }),
|
|
15548
|
-
/* @__PURE__ */
|
|
15756
|
+
/* @__PURE__ */ jsx441(CardBody, { children: /* @__PURE__ */ jsx441("div", { className: "k-card-description", children: content }) })
|
|
15549
15757
|
] }) }) }),
|
|
15550
15758
|
props.children
|
|
15551
15759
|
]
|
|
15552
15760
|
}
|
|
15553
15761
|
);
|
|
15554
15762
|
};
|
|
15555
|
-
HorizontalTimelineEvent.states =
|
|
15556
|
-
HorizontalTimelineEvent.options =
|
|
15763
|
+
HorizontalTimelineEvent.states = states160;
|
|
15764
|
+
HorizontalTimelineEvent.options = options150;
|
|
15557
15765
|
HorizontalTimelineEvent.className = TIMELINEHORIZONTALEVENT_CLASSNAME;
|
|
15558
|
-
HorizontalTimelineEvent.defaultProps =
|
|
15766
|
+
HorizontalTimelineEvent.defaultProps = defaultProps147;
|
|
15559
15767
|
|
|
15560
15768
|
// src/timeline/timeline-event-list.spec.tsx
|
|
15561
|
-
import { jsx as
|
|
15769
|
+
import { jsx as jsx442 } from "react/jsx-runtime";
|
|
15562
15770
|
|
|
15563
15771
|
// src/timeline/timeline-flag-wrap.spec.tsx
|
|
15564
|
-
import { jsx as
|
|
15772
|
+
import { jsx as jsx443, jsxs as jsxs185 } from "react/jsx-runtime";
|
|
15565
15773
|
var TIMELINEFLAGWRAP_CLASSNAME = `k-timeline-flag-wrap`;
|
|
15566
|
-
var
|
|
15774
|
+
var states161 = [
|
|
15567
15775
|
States.focus,
|
|
15568
15776
|
States.selected
|
|
15569
15777
|
];
|
|
15570
|
-
var
|
|
15571
|
-
var
|
|
15778
|
+
var options151 = {};
|
|
15779
|
+
var defaultProps148 = {
|
|
15572
15780
|
year: "2020"
|
|
15573
15781
|
};
|
|
15574
15782
|
var TimelineFlagWrap = (props) => {
|
|
@@ -15576,7 +15784,7 @@ var TimelineFlagWrap = (props) => {
|
|
|
15576
15784
|
year,
|
|
15577
15785
|
...other
|
|
15578
15786
|
} = props;
|
|
15579
|
-
return /* @__PURE__ */
|
|
15787
|
+
return /* @__PURE__ */ jsxs185(
|
|
15580
15788
|
"li",
|
|
15581
15789
|
{
|
|
15582
15790
|
...other,
|
|
@@ -15585,25 +15793,25 @@ var TimelineFlagWrap = (props) => {
|
|
|
15585
15793
|
TIMELINEFLAGWRAP_CLASSNAME
|
|
15586
15794
|
),
|
|
15587
15795
|
children: [
|
|
15588
|
-
/* @__PURE__ */
|
|
15796
|
+
/* @__PURE__ */ jsx443("span", { className: "k-timeline-flag", children: year }),
|
|
15589
15797
|
props.children
|
|
15590
15798
|
]
|
|
15591
15799
|
}
|
|
15592
15800
|
);
|
|
15593
15801
|
};
|
|
15594
|
-
TimelineFlagWrap.states =
|
|
15595
|
-
TimelineFlagWrap.options =
|
|
15802
|
+
TimelineFlagWrap.states = states161;
|
|
15803
|
+
TimelineFlagWrap.options = options151;
|
|
15596
15804
|
TimelineFlagWrap.className = TIMELINEFLAGWRAP_CLASSNAME;
|
|
15597
|
-
TimelineFlagWrap.defaultProps =
|
|
15805
|
+
TimelineFlagWrap.defaultProps = defaultProps148;
|
|
15598
15806
|
|
|
15599
15807
|
// src/timeline/timeline-circle.spec.tsx
|
|
15600
|
-
import { jsx as
|
|
15808
|
+
import { jsx as jsx444 } from "react/jsx-runtime";
|
|
15601
15809
|
var TIMELINECIRCLE_CLASSNAME = `k-timeline-circle`;
|
|
15602
15810
|
var TimelineCircle = (props) => {
|
|
15603
15811
|
const {
|
|
15604
15812
|
...other
|
|
15605
15813
|
} = props;
|
|
15606
|
-
return /* @__PURE__ */
|
|
15814
|
+
return /* @__PURE__ */ jsx444(
|
|
15607
15815
|
"span",
|
|
15608
15816
|
{
|
|
15609
15817
|
...other,
|
|
@@ -15616,19 +15824,19 @@ var TimelineCircle = (props) => {
|
|
|
15616
15824
|
};
|
|
15617
15825
|
|
|
15618
15826
|
// src/timeline/timeline-flag.spec.tsx
|
|
15619
|
-
import { jsx as
|
|
15827
|
+
import { jsx as jsx445 } from "react/jsx-runtime";
|
|
15620
15828
|
|
|
15621
15829
|
// src/timeline/timeline-card.spec.tsx
|
|
15622
|
-
import { jsx as
|
|
15623
|
-
var
|
|
15624
|
-
var
|
|
15830
|
+
import { jsx as jsx446, jsxs as jsxs186 } from "react/jsx-runtime";
|
|
15831
|
+
var states162 = [];
|
|
15832
|
+
var defaultProps149 = {};
|
|
15625
15833
|
var TimelineCard = (props) => {
|
|
15626
15834
|
const {
|
|
15627
15835
|
callout,
|
|
15628
15836
|
children,
|
|
15629
15837
|
...other
|
|
15630
15838
|
} = props;
|
|
15631
|
-
return /* @__PURE__ */
|
|
15839
|
+
return /* @__PURE__ */ jsxs186(
|
|
15632
15840
|
Card,
|
|
15633
15841
|
{
|
|
15634
15842
|
className: classNames(
|
|
@@ -15638,27 +15846,27 @@ var TimelineCard = (props) => {
|
|
|
15638
15846
|
callout: "true",
|
|
15639
15847
|
...other,
|
|
15640
15848
|
children: [
|
|
15641
|
-
callout && /* @__PURE__ */
|
|
15849
|
+
callout && /* @__PURE__ */ jsx446(TimelineCardCallout, { callout }),
|
|
15642
15850
|
children
|
|
15643
15851
|
]
|
|
15644
15852
|
}
|
|
15645
15853
|
);
|
|
15646
15854
|
};
|
|
15647
|
-
TimelineCard.states =
|
|
15648
|
-
TimelineCard.defaultProps =
|
|
15855
|
+
TimelineCard.states = states162;
|
|
15856
|
+
TimelineCard.defaultProps = defaultProps149;
|
|
15649
15857
|
|
|
15650
15858
|
// src/timeline/timeline-card-title.tsx
|
|
15651
|
-
import { jsx as
|
|
15859
|
+
import { jsx as jsx447, jsxs as jsxs187 } from "react/jsx-runtime";
|
|
15652
15860
|
var TIMELINECARDTITLE_CLASSNAME = `k-card-title`;
|
|
15653
|
-
var
|
|
15654
|
-
var
|
|
15861
|
+
var states163 = [];
|
|
15862
|
+
var defaultProps150 = {};
|
|
15655
15863
|
var TimelineCardTitle = (props) => {
|
|
15656
15864
|
const {
|
|
15657
15865
|
collapsible,
|
|
15658
15866
|
children,
|
|
15659
15867
|
...other
|
|
15660
15868
|
} = props;
|
|
15661
|
-
return /* @__PURE__ */
|
|
15869
|
+
return /* @__PURE__ */ jsxs187(
|
|
15662
15870
|
"div",
|
|
15663
15871
|
{
|
|
15664
15872
|
className: classNames(
|
|
@@ -15667,26 +15875,26 @@ var TimelineCardTitle = (props) => {
|
|
|
15667
15875
|
),
|
|
15668
15876
|
...other,
|
|
15669
15877
|
children: [
|
|
15670
|
-
/* @__PURE__ */
|
|
15671
|
-
collapsible && /* @__PURE__ */
|
|
15878
|
+
/* @__PURE__ */ jsx447("span", { className: "k-event-title", children }),
|
|
15879
|
+
collapsible && /* @__PURE__ */ jsx447("span", { className: "k-event-collapse k-button k-button-md k-rounded-md k-button-flat k-button-flat-base k-icon-button", children: /* @__PURE__ */ jsx447(Icon, { icon: "chevron-right", className: "k-button-icon" }) })
|
|
15672
15880
|
]
|
|
15673
15881
|
}
|
|
15674
15882
|
);
|
|
15675
15883
|
};
|
|
15676
|
-
TimelineCardTitle.states =
|
|
15884
|
+
TimelineCardTitle.states = states163;
|
|
15677
15885
|
TimelineCardTitle.className = TIMELINECARDTITLE_CLASSNAME;
|
|
15678
|
-
TimelineCardTitle.defaultProps =
|
|
15886
|
+
TimelineCardTitle.defaultProps = defaultProps150;
|
|
15679
15887
|
|
|
15680
15888
|
// src/timeline/timeline-card-callout.tsx
|
|
15681
|
-
import { jsx as
|
|
15889
|
+
import { jsx as jsx448 } from "react/jsx-runtime";
|
|
15682
15890
|
var TIMELINECARDCALLOUT_CLASSNAME = `k-timeline-card-callout`;
|
|
15683
|
-
var
|
|
15684
|
-
var
|
|
15891
|
+
var states164 = [];
|
|
15892
|
+
var defaultProps151 = {};
|
|
15685
15893
|
var TimelineCardCallout = (props) => {
|
|
15686
15894
|
const {
|
|
15687
15895
|
...other
|
|
15688
15896
|
} = props;
|
|
15689
|
-
return /* @__PURE__ */
|
|
15897
|
+
return /* @__PURE__ */ jsx448(
|
|
15690
15898
|
CardCallout,
|
|
15691
15899
|
{
|
|
15692
15900
|
className: classNames(
|
|
@@ -15697,24 +15905,24 @@ var TimelineCardCallout = (props) => {
|
|
|
15697
15905
|
}
|
|
15698
15906
|
);
|
|
15699
15907
|
};
|
|
15700
|
-
TimelineCardCallout.states =
|
|
15908
|
+
TimelineCardCallout.states = states164;
|
|
15701
15909
|
TimelineCardCallout.className = TIMELINECARDCALLOUT_CLASSNAME;
|
|
15702
|
-
TimelineCardCallout.defaultProps =
|
|
15910
|
+
TimelineCardCallout.defaultProps = defaultProps151;
|
|
15703
15911
|
|
|
15704
15912
|
// src/timeline/timeline-date-wrap.spec.tsx
|
|
15705
|
-
import { jsx as
|
|
15913
|
+
import { jsx as jsx449 } from "react/jsx-runtime";
|
|
15706
15914
|
var TIMELINEDATEWRAP_CLASSNAME = `k-timeline-date-wrap`;
|
|
15707
|
-
var
|
|
15708
|
-
var
|
|
15709
|
-
var
|
|
15915
|
+
var states165 = [];
|
|
15916
|
+
var options152 = {};
|
|
15917
|
+
var defaultProps152 = {
|
|
15710
15918
|
date: "May 25, 2008"
|
|
15711
15919
|
};
|
|
15712
15920
|
var TimelineDateWrap = (props) => {
|
|
15713
15921
|
const {
|
|
15714
|
-
date =
|
|
15922
|
+
date = defaultProps152.date,
|
|
15715
15923
|
...other
|
|
15716
15924
|
} = props;
|
|
15717
|
-
return /* @__PURE__ */
|
|
15925
|
+
return /* @__PURE__ */ jsx449(
|
|
15718
15926
|
"div",
|
|
15719
15927
|
{
|
|
15720
15928
|
...other,
|
|
@@ -15722,52 +15930,52 @@ var TimelineDateWrap = (props) => {
|
|
|
15722
15930
|
props.className,
|
|
15723
15931
|
TIMELINEDATEWRAP_CLASSNAME
|
|
15724
15932
|
),
|
|
15725
|
-
children: /* @__PURE__ */
|
|
15933
|
+
children: /* @__PURE__ */ jsx449("span", { className: "k-timeline-date", children: date })
|
|
15726
15934
|
}
|
|
15727
15935
|
);
|
|
15728
15936
|
};
|
|
15729
|
-
TimelineDateWrap.states =
|
|
15730
|
-
TimelineDateWrap.options =
|
|
15937
|
+
TimelineDateWrap.states = states165;
|
|
15938
|
+
TimelineDateWrap.options = options152;
|
|
15731
15939
|
TimelineDateWrap.className = TIMELINEDATEWRAP_CLASSNAME;
|
|
15732
|
-
TimelineDateWrap.defaultProps =
|
|
15940
|
+
TimelineDateWrap.defaultProps = defaultProps152;
|
|
15733
15941
|
|
|
15734
15942
|
// src/timeline/timeline-track-wrap.spec.tsx
|
|
15735
|
-
import { jsx as
|
|
15943
|
+
import { jsx as jsx450, jsxs as jsxs188 } from "react/jsx-runtime";
|
|
15736
15944
|
|
|
15737
15945
|
// src/timeline/timeline-track.spec.tsx
|
|
15738
|
-
import { jsx as
|
|
15946
|
+
import { jsx as jsx451 } from "react/jsx-runtime";
|
|
15739
15947
|
|
|
15740
15948
|
// src/timeline/timeline-track-item.spec.tsx
|
|
15741
|
-
import { jsxs as
|
|
15949
|
+
import { jsxs as jsxs189 } from "react/jsx-runtime";
|
|
15742
15950
|
|
|
15743
15951
|
// src/timeline/templates/timeline-normal.tsx
|
|
15744
|
-
import { jsx as
|
|
15952
|
+
import { jsx as jsx452, jsxs as jsxs190 } from "react/jsx-runtime";
|
|
15745
15953
|
|
|
15746
15954
|
// src/timeline/templates/timeline-normal-collapsible.tsx
|
|
15747
|
-
import { jsx as
|
|
15955
|
+
import { jsx as jsx453, jsxs as jsxs191 } from "react/jsx-runtime";
|
|
15748
15956
|
|
|
15749
15957
|
// src/timeline/templates/timeline-normal-alternating.tsx
|
|
15750
|
-
import { jsx as
|
|
15958
|
+
import { jsx as jsx454, jsxs as jsxs192 } from "react/jsx-runtime";
|
|
15751
15959
|
|
|
15752
15960
|
// src/timeline/templates/timeline-horizontal.tsx
|
|
15753
|
-
import { Fragment as
|
|
15961
|
+
import { Fragment as Fragment130, jsx as jsx455, jsxs as jsxs193 } from "react/jsx-runtime";
|
|
15754
15962
|
|
|
15755
15963
|
// src/pdf-viewer/pdf-viewer.spec.tsx
|
|
15756
|
-
import { Fragment as
|
|
15964
|
+
import { Fragment as Fragment131, jsx as jsx456, jsxs as jsxs194 } from "react/jsx-runtime";
|
|
15757
15965
|
var PDFVIEWER_CLASSNAME = `k-pdf-viewer`;
|
|
15758
|
-
var
|
|
15966
|
+
var states166 = [
|
|
15759
15967
|
States.disabled
|
|
15760
15968
|
];
|
|
15761
|
-
var
|
|
15762
|
-
var defaultToolbar3 = /* @__PURE__ */
|
|
15763
|
-
/* @__PURE__ */
|
|
15764
|
-
/* @__PURE__ */
|
|
15765
|
-
/* @__PURE__ */
|
|
15766
|
-
/* @__PURE__ */
|
|
15767
|
-
/* @__PURE__ */
|
|
15768
|
-
/* @__PURE__ */
|
|
15969
|
+
var options153 = {};
|
|
15970
|
+
var defaultToolbar3 = /* @__PURE__ */ jsx456(Fragment131, { children: /* @__PURE__ */ jsxs194(Toolbar, { resizable: true, children: [
|
|
15971
|
+
/* @__PURE__ */ jsx456(Pager, { type: "input", pageSizes: false, refresh: false, info: false }),
|
|
15972
|
+
/* @__PURE__ */ jsx456("span", { className: "k-spacer" }),
|
|
15973
|
+
/* @__PURE__ */ jsx456(Button, { fillMode: "flat", icon: "search" }),
|
|
15974
|
+
/* @__PURE__ */ jsx456(Button, { fillMode: "flat", icon: "file-pdf" }),
|
|
15975
|
+
/* @__PURE__ */ jsx456(Button, { fillMode: "flat", icon: "print" }),
|
|
15976
|
+
/* @__PURE__ */ jsx456(Button, { fillMode: "flat", icon: "fullscreen" })
|
|
15769
15977
|
] }) });
|
|
15770
|
-
var
|
|
15978
|
+
var defaultProps153 = {
|
|
15771
15979
|
toolbar: defaultToolbar3,
|
|
15772
15980
|
showSearchPanel: false,
|
|
15773
15981
|
blank: false
|
|
@@ -15780,7 +15988,7 @@ var PDFViewer = (props) => {
|
|
|
15780
15988
|
blank,
|
|
15781
15989
|
...other
|
|
15782
15990
|
} = props;
|
|
15783
|
-
return /* @__PURE__ */
|
|
15991
|
+
return /* @__PURE__ */ jsxs194(
|
|
15784
15992
|
"div",
|
|
15785
15993
|
{
|
|
15786
15994
|
...other,
|
|
@@ -15791,42 +15999,42 @@ var PDFViewer = (props) => {
|
|
|
15791
15999
|
),
|
|
15792
16000
|
children: [
|
|
15793
16001
|
toolbar,
|
|
15794
|
-
/* @__PURE__ */
|
|
15795
|
-
showSearchPanel && /* @__PURE__ */
|
|
15796
|
-
/* @__PURE__ */
|
|
15797
|
-
/* @__PURE__ */
|
|
16002
|
+
/* @__PURE__ */ jsxs194("div", { className: "k-canvas k-pdf-viewer-canvas k-pos-relative k-overflow-auto k-enable-text-select", children: [
|
|
16003
|
+
showSearchPanel && /* @__PURE__ */ jsxs194("div", { className: "k-search-panel k-pos-sticky k-top-center", children: [
|
|
16004
|
+
/* @__PURE__ */ jsx456(Button, { fillMode: "flat", icon: "handle-drag", className: "k-search-dialog-draghandle" }),
|
|
16005
|
+
/* @__PURE__ */ jsx456(
|
|
15798
16006
|
Textbox,
|
|
15799
16007
|
{
|
|
15800
|
-
suffix: /* @__PURE__ */
|
|
16008
|
+
suffix: /* @__PURE__ */ jsx456(Button, { fillMode: "flat", className: "k-match-case-button", icon: "convert-lowercase" })
|
|
15801
16009
|
}
|
|
15802
16010
|
),
|
|
15803
|
-
/* @__PURE__ */
|
|
15804
|
-
/* @__PURE__ */
|
|
16011
|
+
/* @__PURE__ */ jsxs194("span", { className: "k-search-matches", children: [
|
|
16012
|
+
/* @__PURE__ */ jsx456("span", { children: "0" }),
|
|
15805
16013
|
" of ",
|
|
15806
|
-
/* @__PURE__ */
|
|
16014
|
+
/* @__PURE__ */ jsx456("span", { children: "1" })
|
|
15807
16015
|
] }),
|
|
15808
|
-
/* @__PURE__ */
|
|
15809
|
-
/* @__PURE__ */
|
|
15810
|
-
/* @__PURE__ */
|
|
16016
|
+
/* @__PURE__ */ jsx456(Button, { fillMode: "flat", icon: "arrow-up" }),
|
|
16017
|
+
/* @__PURE__ */ jsx456(Button, { fillMode: "flat", icon: "arrow-down" }),
|
|
16018
|
+
/* @__PURE__ */ jsx456(Button, { fillMode: "flat", icon: "x" })
|
|
15811
16019
|
] }),
|
|
15812
|
-
/* @__PURE__ */
|
|
15813
|
-
/* @__PURE__ */
|
|
15814
|
-
/* @__PURE__ */
|
|
16020
|
+
/* @__PURE__ */ jsx456("div", { className: "k-pdf-viewer-pages", children: blank ? /* @__PURE__ */ jsxs194("div", { className: "k-page k-blank-page", children: [
|
|
16021
|
+
/* @__PURE__ */ jsx456(DropzoneNormal, {}),
|
|
16022
|
+
/* @__PURE__ */ jsx456(UploadNormal, { empty: true, status: "upload" })
|
|
15815
16023
|
] }) : props.children })
|
|
15816
16024
|
] })
|
|
15817
16025
|
]
|
|
15818
16026
|
}
|
|
15819
16027
|
);
|
|
15820
16028
|
};
|
|
15821
|
-
PDFViewer.states =
|
|
15822
|
-
PDFViewer.options =
|
|
16029
|
+
PDFViewer.states = states166;
|
|
16030
|
+
PDFViewer.options = options153;
|
|
15823
16031
|
PDFViewer.className = PDFVIEWER_CLASSNAME;
|
|
15824
|
-
PDFViewer.defaultProps =
|
|
16032
|
+
PDFViewer.defaultProps = defaultProps153;
|
|
15825
16033
|
|
|
15826
16034
|
// src/pdf-viewer/pdf-viewer-page.tsx
|
|
15827
|
-
import { jsx as
|
|
16035
|
+
import { jsx as jsx457 } from "react/jsx-runtime";
|
|
15828
16036
|
var PDFVIEWERPAGE_CLASSNAME = `k-page`;
|
|
15829
|
-
var
|
|
16037
|
+
var defaultProps154 = {
|
|
15830
16038
|
width: "720px",
|
|
15831
16039
|
height: "360px"
|
|
15832
16040
|
};
|
|
@@ -15836,7 +16044,7 @@ var PDFViewerPage = (props) => {
|
|
|
15836
16044
|
height,
|
|
15837
16045
|
...other
|
|
15838
16046
|
} = props;
|
|
15839
|
-
return /* @__PURE__ */
|
|
16047
|
+
return /* @__PURE__ */ jsx457(
|
|
15840
16048
|
"div",
|
|
15841
16049
|
{
|
|
15842
16050
|
...other,
|
|
@@ -15849,23 +16057,23 @@ var PDFViewerPage = (props) => {
|
|
|
15849
16057
|
);
|
|
15850
16058
|
};
|
|
15851
16059
|
PDFViewerPage.className = PDFVIEWERPAGE_CLASSNAME;
|
|
15852
|
-
PDFViewerPage.defaultProps =
|
|
16060
|
+
PDFViewerPage.defaultProps = defaultProps154;
|
|
15853
16061
|
|
|
15854
16062
|
// src/pdf-viewer/templates/pdf-viewer-normal.tsx
|
|
15855
|
-
import { Fragment as
|
|
16063
|
+
import { Fragment as Fragment132, jsx as jsx458, jsxs as jsxs195 } from "react/jsx-runtime";
|
|
15856
16064
|
|
|
15857
16065
|
// src/pdf-viewer/templates/pdf-viewer-blank.tsx
|
|
15858
|
-
import { jsx as
|
|
16066
|
+
import { jsx as jsx459 } from "react/jsx-runtime";
|
|
15859
16067
|
|
|
15860
16068
|
// src/pdf-viewer/templates/pdf-viewer-with-search-panel.tsx
|
|
15861
|
-
import { Fragment as
|
|
16069
|
+
import { Fragment as Fragment133, jsx as jsx460, jsxs as jsxs196 } from "react/jsx-runtime";
|
|
15862
16070
|
|
|
15863
16071
|
// src/scrollview/scrollview-spec.tsx
|
|
15864
|
-
import { Fragment as
|
|
16072
|
+
import { Fragment as Fragment134, jsx as jsx461, jsxs as jsxs197 } from "react/jsx-runtime";
|
|
15865
16073
|
var SCROLLVIEW_CLASSNAME = "k-scrollview";
|
|
15866
|
-
var
|
|
15867
|
-
var
|
|
15868
|
-
var
|
|
16074
|
+
var states167 = [];
|
|
16075
|
+
var options154 = {};
|
|
16076
|
+
var defaultProps155 = {
|
|
15869
16077
|
mode: "normal",
|
|
15870
16078
|
views: 9,
|
|
15871
16079
|
animate: true,
|
|
@@ -15875,12 +16083,12 @@ var defaultProps150 = {
|
|
|
15875
16083
|
};
|
|
15876
16084
|
var ScrollView = (props) => {
|
|
15877
16085
|
const {
|
|
15878
|
-
mode =
|
|
15879
|
-
views =
|
|
15880
|
-
animate =
|
|
15881
|
-
arrows =
|
|
15882
|
-
pager =
|
|
15883
|
-
rtl =
|
|
16086
|
+
mode = defaultProps155.mode,
|
|
16087
|
+
views = defaultProps155.views,
|
|
16088
|
+
animate = defaultProps155.animate,
|
|
16089
|
+
arrows = defaultProps155.arrows,
|
|
16090
|
+
pager = defaultProps155.pager,
|
|
16091
|
+
rtl = defaultProps155.rtl,
|
|
15884
16092
|
...other
|
|
15885
16093
|
} = props;
|
|
15886
16094
|
const scrollviewViews = [];
|
|
@@ -15888,10 +16096,10 @@ var ScrollView = (props) => {
|
|
|
15888
16096
|
const iconNext = rtl ? "chevron-left" : "chevron-right";
|
|
15889
16097
|
for (let i = 0; i < views; i++) {
|
|
15890
16098
|
scrollviewViews.push(
|
|
15891
|
-
/* @__PURE__ */
|
|
16099
|
+
/* @__PURE__ */ jsx461("div", { className: "k-scrollview-view" }, i)
|
|
15892
16100
|
);
|
|
15893
16101
|
}
|
|
15894
|
-
return /* @__PURE__ */
|
|
16102
|
+
return /* @__PURE__ */ jsxs197(
|
|
15895
16103
|
"div",
|
|
15896
16104
|
{
|
|
15897
16105
|
...other,
|
|
@@ -15904,44 +16112,44 @@ var ScrollView = (props) => {
|
|
|
15904
16112
|
}
|
|
15905
16113
|
),
|
|
15906
16114
|
children: [
|
|
15907
|
-
/* @__PURE__ */
|
|
16115
|
+
/* @__PURE__ */ jsx461("div", { className: classNames(
|
|
15908
16116
|
"k-scrollview-wrap",
|
|
15909
16117
|
{
|
|
15910
16118
|
["k-scrollview-animate"]: animate
|
|
15911
16119
|
}
|
|
15912
16120
|
), style: { "--kendo-scrollview-views": views, "--kendo-scrollview-current": 5 }, children: scrollviewViews }),
|
|
15913
|
-
/* @__PURE__ */
|
|
15914
|
-
arrows && /* @__PURE__ */
|
|
15915
|
-
/* @__PURE__ */
|
|
15916
|
-
/* @__PURE__ */
|
|
16121
|
+
/* @__PURE__ */ jsxs197("div", { className: "k-scrollview-elements", children: [
|
|
16122
|
+
arrows && /* @__PURE__ */ jsxs197(Fragment134, { children: [
|
|
16123
|
+
/* @__PURE__ */ jsx461("span", { className: "k-scrollview-prev", children: /* @__PURE__ */ jsx461(Icon, { icon: iconPrev, size: "xxxlarge" }) }),
|
|
16124
|
+
/* @__PURE__ */ jsx461("span", { className: "k-scrollview-next", children: /* @__PURE__ */ jsx461(Icon, { icon: iconNext, size: "xxxlarge" }) })
|
|
15917
16125
|
] }),
|
|
15918
|
-
pager && /* @__PURE__ */
|
|
15919
|
-
mode === "light" && /* @__PURE__ */
|
|
15920
|
-
/* @__PURE__ */
|
|
15921
|
-
/* @__PURE__ */
|
|
15922
|
-
/* @__PURE__ */
|
|
15923
|
-
/* @__PURE__ */
|
|
15924
|
-
/* @__PURE__ */
|
|
16126
|
+
pager && /* @__PURE__ */ jsx461("div", { className: "k-scrollview-nav-wrap", children: /* @__PURE__ */ jsxs197("div", { className: "k-scrollview-nav", children: [
|
|
16127
|
+
mode === "light" && /* @__PURE__ */ jsxs197(Fragment134, { children: [
|
|
16128
|
+
/* @__PURE__ */ jsx461("span", { className: "k-link" }),
|
|
16129
|
+
/* @__PURE__ */ jsx461("span", { className: "k-link k-primary" }),
|
|
16130
|
+
/* @__PURE__ */ jsx461("span", { className: "k-link k-primary k-focus" }),
|
|
16131
|
+
/* @__PURE__ */ jsx461("span", { className: "k-link k-focus" }),
|
|
16132
|
+
/* @__PURE__ */ jsx461("span", { className: "k-link" })
|
|
15925
16133
|
] }),
|
|
15926
|
-
mode === "normal" && /* @__PURE__ */
|
|
15927
|
-
/* @__PURE__ */
|
|
15928
|
-
/* @__PURE__ */
|
|
15929
|
-
/* @__PURE__ */
|
|
15930
|
-
/* @__PURE__ */
|
|
15931
|
-
/* @__PURE__ */
|
|
15932
|
-
/* @__PURE__ */
|
|
15933
|
-
/* @__PURE__ */
|
|
15934
|
-
/* @__PURE__ */
|
|
15935
|
-
/* @__PURE__ */
|
|
16134
|
+
mode === "normal" && /* @__PURE__ */ jsxs197(Fragment134, { children: [
|
|
16135
|
+
/* @__PURE__ */ jsx461("span", { className: "k-link", style: { transform: "scale(0.5)" } }),
|
|
16136
|
+
/* @__PURE__ */ jsx461("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
|
|
16137
|
+
/* @__PURE__ */ jsx461("span", { className: "k-link", style: { transform: "scale(0.8)" } }),
|
|
16138
|
+
/* @__PURE__ */ jsx461("span", { className: "k-link" }),
|
|
16139
|
+
/* @__PURE__ */ jsx461("span", { className: "k-link k-primary" }),
|
|
16140
|
+
/* @__PURE__ */ jsx461("span", { className: "k-link" }),
|
|
16141
|
+
/* @__PURE__ */ jsx461("span", { className: "k-link", style: { transform: "scale(0.8)" } }),
|
|
16142
|
+
/* @__PURE__ */ jsx461("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
|
|
16143
|
+
/* @__PURE__ */ jsx461("span", { className: "k-link", style: { transform: "scale(0.5)" } })
|
|
15936
16144
|
] }),
|
|
15937
|
-
mode === "dark" && /* @__PURE__ */
|
|
15938
|
-
/* @__PURE__ */
|
|
15939
|
-
/* @__PURE__ */
|
|
15940
|
-
/* @__PURE__ */
|
|
15941
|
-
/* @__PURE__ */
|
|
15942
|
-
/* @__PURE__ */
|
|
15943
|
-
/* @__PURE__ */
|
|
15944
|
-
/* @__PURE__ */
|
|
16145
|
+
mode === "dark" && /* @__PURE__ */ jsxs197(Fragment134, { children: [
|
|
16146
|
+
/* @__PURE__ */ jsx461("span", { className: "k-link", style: { transform: "scale(0.5)" } }),
|
|
16147
|
+
/* @__PURE__ */ jsx461("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
|
|
16148
|
+
/* @__PURE__ */ jsx461("span", { className: "k-link" }),
|
|
16149
|
+
/* @__PURE__ */ jsx461("span", { className: "k-link k-primary" }),
|
|
16150
|
+
/* @__PURE__ */ jsx461("span", { className: "k-link" }),
|
|
16151
|
+
/* @__PURE__ */ jsx461("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
|
|
16152
|
+
/* @__PURE__ */ jsx461("span", { className: "k-link", style: { transform: "scale(0.5)" } })
|
|
15945
16153
|
] })
|
|
15946
16154
|
] }) })
|
|
15947
16155
|
] })
|
|
@@ -15949,83 +16157,83 @@ var ScrollView = (props) => {
|
|
|
15949
16157
|
}
|
|
15950
16158
|
);
|
|
15951
16159
|
};
|
|
15952
|
-
ScrollView.states =
|
|
15953
|
-
ScrollView.options =
|
|
16160
|
+
ScrollView.states = states167;
|
|
16161
|
+
ScrollView.options = options154;
|
|
15954
16162
|
ScrollView.className = SCROLLVIEW_CLASSNAME;
|
|
15955
|
-
ScrollView.defaultProps =
|
|
16163
|
+
ScrollView.defaultProps = defaultProps155;
|
|
15956
16164
|
|
|
15957
16165
|
// src/scrollview/templates/scrollview-normal.tsx
|
|
15958
|
-
import { jsx as
|
|
16166
|
+
import { jsx as jsx462 } from "react/jsx-runtime";
|
|
15959
16167
|
|
|
15960
16168
|
// src/prompt/prompt.spec.tsx
|
|
15961
|
-
import { Fragment as
|
|
16169
|
+
import { Fragment as Fragment135, jsx as jsx463 } from "react/jsx-runtime";
|
|
15962
16170
|
var PROMPT_CLASSNAME = `k-prompt`;
|
|
15963
|
-
var
|
|
15964
|
-
var
|
|
15965
|
-
var
|
|
16171
|
+
var states168 = [];
|
|
16172
|
+
var options155 = {};
|
|
16173
|
+
var defaultProps156 = {};
|
|
15966
16174
|
var Prompt = (props) => {
|
|
15967
16175
|
const {
|
|
15968
16176
|
...other
|
|
15969
16177
|
} = props;
|
|
15970
|
-
return /* @__PURE__ */
|
|
16178
|
+
return /* @__PURE__ */ jsx463("div", { ...other, className: classNames(props.className, PROMPT_CLASSNAME), children: /* @__PURE__ */ jsx463(Fragment135, { children: props.children }) });
|
|
15971
16179
|
};
|
|
15972
|
-
Prompt.states =
|
|
15973
|
-
Prompt.options =
|
|
16180
|
+
Prompt.states = states168;
|
|
16181
|
+
Prompt.options = options155;
|
|
15974
16182
|
Prompt.className = PROMPT_CLASSNAME;
|
|
15975
|
-
Prompt.defaultProps =
|
|
16183
|
+
Prompt.defaultProps = defaultProps156;
|
|
15976
16184
|
|
|
15977
16185
|
// src/prompt/prompt-header.tsx
|
|
15978
|
-
import { jsx as
|
|
16186
|
+
import { jsx as jsx464 } from "react/jsx-runtime";
|
|
15979
16187
|
|
|
15980
16188
|
// src/prompt/prompt-content.tsx
|
|
15981
|
-
import { Fragment as
|
|
16189
|
+
import { Fragment as Fragment136, jsx as jsx465 } from "react/jsx-runtime";
|
|
15982
16190
|
|
|
15983
16191
|
// src/prompt/prompt-view.tsx
|
|
15984
|
-
import { Fragment as
|
|
16192
|
+
import { Fragment as Fragment137, jsx as jsx466, jsxs as jsxs198 } from "react/jsx-runtime";
|
|
15985
16193
|
|
|
15986
16194
|
// src/prompt/prompt-footer.tsx
|
|
15987
|
-
import { jsx as
|
|
16195
|
+
import { jsx as jsx467 } from "react/jsx-runtime";
|
|
15988
16196
|
|
|
15989
16197
|
// src/prompt/prompt-suggestion.tsx
|
|
15990
|
-
import { jsx as
|
|
16198
|
+
import { jsx as jsx468 } from "react/jsx-runtime";
|
|
15991
16199
|
|
|
15992
16200
|
// src/prompt/prompt-setting.tsx
|
|
15993
|
-
import { jsx as
|
|
16201
|
+
import { jsx as jsx469 } from "react/jsx-runtime";
|
|
15994
16202
|
|
|
15995
16203
|
// src/prompt/templates/prompt-normal.tsx
|
|
15996
|
-
import { jsx as
|
|
16204
|
+
import { jsx as jsx470, jsxs as jsxs199 } from "react/jsx-runtime";
|
|
15997
16205
|
|
|
15998
16206
|
// src/prompt/templates/prompt-suggestions.tsx
|
|
15999
|
-
import { Fragment as
|
|
16207
|
+
import { Fragment as Fragment138, jsx as jsx471, jsxs as jsxs200 } from "react/jsx-runtime";
|
|
16000
16208
|
|
|
16001
16209
|
// src/prompt/templates/prompt-settings.tsx
|
|
16002
|
-
import { Fragment as
|
|
16210
|
+
import { Fragment as Fragment139, jsx as jsx472, jsxs as jsxs201 } from "react/jsx-runtime";
|
|
16003
16211
|
|
|
16004
16212
|
// src/prompt/templates/prompt-output.tsx
|
|
16005
|
-
import { jsx as
|
|
16213
|
+
import { jsx as jsx473, jsxs as jsxs202 } from "react/jsx-runtime";
|
|
16006
16214
|
|
|
16007
16215
|
// src/prompt/templates/prompt-more-actions.tsx
|
|
16008
|
-
import { jsx as
|
|
16216
|
+
import { jsx as jsx474, jsxs as jsxs203 } from "react/jsx-runtime";
|
|
16009
16217
|
|
|
16010
16218
|
// src/prompt/templates/prompt-popup.tsx
|
|
16011
|
-
import { jsx as
|
|
16219
|
+
import { jsx as jsx475, jsxs as jsxs204 } from "react/jsx-runtime";
|
|
16012
16220
|
|
|
16013
16221
|
// src/orgchart/orgchart.spec.tsx
|
|
16014
|
-
import { jsx as
|
|
16222
|
+
import { jsx as jsx476 } from "react/jsx-runtime";
|
|
16015
16223
|
var ORGCHART_CLASSNAME = `k-orgchart`;
|
|
16016
|
-
var
|
|
16017
|
-
var
|
|
16018
|
-
var
|
|
16224
|
+
var states169 = [];
|
|
16225
|
+
var options156 = {};
|
|
16226
|
+
var defaultProps157 = {
|
|
16019
16227
|
width: "100%",
|
|
16020
16228
|
height: "300px"
|
|
16021
16229
|
};
|
|
16022
16230
|
var Orgchart = (props) => {
|
|
16023
16231
|
const {
|
|
16024
|
-
width =
|
|
16025
|
-
height =
|
|
16232
|
+
width = defaultProps157.width,
|
|
16233
|
+
height = defaultProps157.height,
|
|
16026
16234
|
...other
|
|
16027
16235
|
} = props;
|
|
16028
|
-
return /* @__PURE__ */
|
|
16236
|
+
return /* @__PURE__ */ jsx476(
|
|
16029
16237
|
"div",
|
|
16030
16238
|
{
|
|
16031
16239
|
...other,
|
|
@@ -16033,19 +16241,19 @@ var Orgchart = (props) => {
|
|
|
16033
16241
|
props.className,
|
|
16034
16242
|
ORGCHART_CLASSNAME
|
|
16035
16243
|
),
|
|
16036
|
-
children: /* @__PURE__ */
|
|
16244
|
+
children: /* @__PURE__ */ jsx476("div", { className: "k-orgchart-container", style: { width, height }, children: props.children })
|
|
16037
16245
|
}
|
|
16038
16246
|
);
|
|
16039
16247
|
};
|
|
16040
|
-
Orgchart.states =
|
|
16041
|
-
Orgchart.options =
|
|
16248
|
+
Orgchart.states = states169;
|
|
16249
|
+
Orgchart.options = options156;
|
|
16042
16250
|
Orgchart.className = ORGCHART_CLASSNAME;
|
|
16043
|
-
Orgchart.defaultProps =
|
|
16251
|
+
Orgchart.defaultProps = defaultProps157;
|
|
16044
16252
|
|
|
16045
16253
|
// src/orgchart/orgchart-node.tsx
|
|
16046
|
-
import { jsx as
|
|
16254
|
+
import { jsx as jsx477, jsxs as jsxs205 } from "react/jsx-runtime";
|
|
16047
16255
|
var ORGCHARTNODE_CLASSNAME = `k-orgchart-node`;
|
|
16048
|
-
var
|
|
16256
|
+
var defaultProps158 = {
|
|
16049
16257
|
buttonIcon: "plus"
|
|
16050
16258
|
};
|
|
16051
16259
|
var OrgchartNode = (props) => {
|
|
@@ -16057,12 +16265,12 @@ var OrgchartNode = (props) => {
|
|
|
16057
16265
|
lineBottom,
|
|
16058
16266
|
lineTop,
|
|
16059
16267
|
button,
|
|
16060
|
-
buttonIcon: buttonIcon2 =
|
|
16268
|
+
buttonIcon: buttonIcon2 = defaultProps158.buttonIcon,
|
|
16061
16269
|
avatar,
|
|
16062
16270
|
avatarType,
|
|
16063
16271
|
...other
|
|
16064
16272
|
} = props;
|
|
16065
|
-
return /* @__PURE__ */
|
|
16273
|
+
return /* @__PURE__ */ jsxs205(
|
|
16066
16274
|
"div",
|
|
16067
16275
|
{
|
|
16068
16276
|
...other,
|
|
@@ -16073,35 +16281,35 @@ var OrgchartNode = (props) => {
|
|
|
16073
16281
|
"k-align-items-center"
|
|
16074
16282
|
),
|
|
16075
16283
|
children: [
|
|
16076
|
-
lineTop && /* @__PURE__ */
|
|
16077
|
-
/* @__PURE__ */
|
|
16078
|
-
/* @__PURE__ */
|
|
16079
|
-
/* @__PURE__ */
|
|
16080
|
-
/* @__PURE__ */
|
|
16081
|
-
/* @__PURE__ */
|
|
16082
|
-
/* @__PURE__ */
|
|
16284
|
+
lineTop && /* @__PURE__ */ jsx477("div", { className: "k-orgchart-line k-orgchart-line-v" }),
|
|
16285
|
+
/* @__PURE__ */ jsx477(Card, { className: "k-orgchart-card", children: /* @__PURE__ */ jsxs205(CardBody, { className: "k-hstack", details, style: { borderTopColor: color }, children: [
|
|
16286
|
+
/* @__PURE__ */ jsx477(Avatar, { type: avatarType, themeColor: "secondary", children: avatarType === "image" ? /* @__PURE__ */ jsx477("img", { src: avatar }) : avatar }),
|
|
16287
|
+
/* @__PURE__ */ jsxs205("div", { className: "k-card-title-wrap k-vstack", children: [
|
|
16288
|
+
/* @__PURE__ */ jsx477(CardTitle, { className: "k-text-ellipsis", children: title }),
|
|
16289
|
+
/* @__PURE__ */ jsx477("span", { className: "k-spacer" }),
|
|
16290
|
+
/* @__PURE__ */ jsx477(CardSubtitle, { className: "k-text-ellipsis", children: subtitle })
|
|
16083
16291
|
] }),
|
|
16084
|
-
/* @__PURE__ */
|
|
16292
|
+
/* @__PURE__ */ jsx477("span", { className: "k-spacer" })
|
|
16085
16293
|
] }) }),
|
|
16086
|
-
lineBottom && /* @__PURE__ */
|
|
16087
|
-
button && /* @__PURE__ */
|
|
16294
|
+
lineBottom && /* @__PURE__ */ jsx477("div", { className: "k-orgchart-line k-orgchart-line-v" }),
|
|
16295
|
+
button && /* @__PURE__ */ jsx477(Button, { className: "k-orgchart-button", icon: buttonIcon2 })
|
|
16088
16296
|
]
|
|
16089
16297
|
}
|
|
16090
16298
|
);
|
|
16091
16299
|
};
|
|
16092
16300
|
|
|
16093
16301
|
// src/orgchart/orgchart-group.tsx
|
|
16094
|
-
import { Fragment as
|
|
16302
|
+
import { Fragment as Fragment140, jsx as jsx478, jsxs as jsxs206 } from "react/jsx-runtime";
|
|
16095
16303
|
var ORGCHARTGROUP_CLASSNAME = `k-orgchart-group`;
|
|
16096
|
-
var
|
|
16097
|
-
var
|
|
16098
|
-
var
|
|
16304
|
+
var states170 = [];
|
|
16305
|
+
var options157 = {};
|
|
16306
|
+
var defaultProps159 = {
|
|
16099
16307
|
orientation: "horizontal"
|
|
16100
16308
|
};
|
|
16101
16309
|
var OrgchartGroup = (props) => {
|
|
16102
16310
|
const {
|
|
16103
16311
|
children,
|
|
16104
|
-
orientation =
|
|
16312
|
+
orientation = defaultProps159.orientation,
|
|
16105
16313
|
justifyContent,
|
|
16106
16314
|
...other
|
|
16107
16315
|
} = props;
|
|
@@ -16124,7 +16332,7 @@ var OrgchartGroup = (props) => {
|
|
|
16124
16332
|
}
|
|
16125
16333
|
}
|
|
16126
16334
|
}
|
|
16127
|
-
return /* @__PURE__ */
|
|
16335
|
+
return /* @__PURE__ */ jsxs206(
|
|
16128
16336
|
"div",
|
|
16129
16337
|
{
|
|
16130
16338
|
...other,
|
|
@@ -16138,7 +16346,7 @@ var OrgchartGroup = (props) => {
|
|
|
16138
16346
|
),
|
|
16139
16347
|
style: { width: "100%" },
|
|
16140
16348
|
children: [
|
|
16141
|
-
chartNodes.length > 0 && /* @__PURE__ */
|
|
16349
|
+
chartNodes.length > 0 && /* @__PURE__ */ jsx478(
|
|
16142
16350
|
"div",
|
|
16143
16351
|
{
|
|
16144
16352
|
className: classNames(
|
|
@@ -16148,26 +16356,26 @@ var OrgchartGroup = (props) => {
|
|
|
16148
16356
|
[`k-${kendoThemeMaps.orientationMap[orientation] || orientation}`]: orientation
|
|
16149
16357
|
}
|
|
16150
16358
|
),
|
|
16151
|
-
children: /* @__PURE__ */
|
|
16359
|
+
children: /* @__PURE__ */ jsx478(Fragment140, { children: chartNodes })
|
|
16152
16360
|
}
|
|
16153
16361
|
),
|
|
16154
|
-
/* @__PURE__ */
|
|
16362
|
+
/* @__PURE__ */ jsx478(Fragment140, { children: chartGroups })
|
|
16155
16363
|
]
|
|
16156
16364
|
}
|
|
16157
16365
|
);
|
|
16158
16366
|
};
|
|
16159
|
-
OrgchartGroup.states =
|
|
16160
|
-
OrgchartGroup.options =
|
|
16367
|
+
OrgchartGroup.states = states170;
|
|
16368
|
+
OrgchartGroup.options = options157;
|
|
16161
16369
|
OrgchartGroup.className = ORGCHARTGROUP_CLASSNAME;
|
|
16162
|
-
OrgchartGroup.defaultProps =
|
|
16370
|
+
OrgchartGroup.defaultProps = defaultProps159;
|
|
16163
16371
|
|
|
16164
16372
|
// src/orgchart/orgchart-node-group.tsx
|
|
16165
|
-
import { jsx as
|
|
16373
|
+
import { jsx as jsx479, jsxs as jsxs207 } from "react/jsx-runtime";
|
|
16166
16374
|
var ORGCHARTNODEGROUP_CLASSNAME = `k-orgchart-node-group`;
|
|
16167
|
-
var
|
|
16375
|
+
var states171 = [
|
|
16168
16376
|
States.focus
|
|
16169
16377
|
];
|
|
16170
|
-
var
|
|
16378
|
+
var defaultProps160 = {
|
|
16171
16379
|
orientation: "horizontal",
|
|
16172
16380
|
buttonIcon: "plus"
|
|
16173
16381
|
};
|
|
@@ -16178,12 +16386,12 @@ var OrgchartNodeGroup = (props) => {
|
|
|
16178
16386
|
lineBottom,
|
|
16179
16387
|
lineTop,
|
|
16180
16388
|
button,
|
|
16181
|
-
buttonIcon: buttonIcon2 =
|
|
16389
|
+
buttonIcon: buttonIcon2 = defaultProps160.buttonIcon,
|
|
16182
16390
|
focus,
|
|
16183
|
-
orientation =
|
|
16391
|
+
orientation = defaultProps160.orientation,
|
|
16184
16392
|
...other
|
|
16185
16393
|
} = props;
|
|
16186
|
-
return /* @__PURE__ */
|
|
16394
|
+
return /* @__PURE__ */ jsxs207(
|
|
16187
16395
|
"div",
|
|
16188
16396
|
{
|
|
16189
16397
|
...other,
|
|
@@ -16194,8 +16402,8 @@ var OrgchartNodeGroup = (props) => {
|
|
|
16194
16402
|
"k-align-items-center"
|
|
16195
16403
|
),
|
|
16196
16404
|
children: [
|
|
16197
|
-
lineTop && /* @__PURE__ */
|
|
16198
|
-
/* @__PURE__ */
|
|
16405
|
+
lineTop && /* @__PURE__ */ jsx479("div", { className: "k-orgchart-line k-orgchart-line-v" }),
|
|
16406
|
+
/* @__PURE__ */ jsxs207(
|
|
16199
16407
|
"div",
|
|
16200
16408
|
{
|
|
16201
16409
|
className: classNames(
|
|
@@ -16206,9 +16414,9 @@ var OrgchartNodeGroup = (props) => {
|
|
|
16206
16414
|
})
|
|
16207
16415
|
),
|
|
16208
16416
|
children: [
|
|
16209
|
-
title && /* @__PURE__ */
|
|
16210
|
-
subtitle && /* @__PURE__ */
|
|
16211
|
-
/* @__PURE__ */
|
|
16417
|
+
title && /* @__PURE__ */ jsx479("div", { className: "k-orgchart-node-group-title", children: title }),
|
|
16418
|
+
subtitle && /* @__PURE__ */ jsx479("div", { className: "k-orgchart-node-group-subtitle", children: subtitle }),
|
|
16419
|
+
/* @__PURE__ */ jsx479(
|
|
16212
16420
|
"div",
|
|
16213
16421
|
{
|
|
16214
16422
|
className: classNames(
|
|
@@ -16223,51 +16431,51 @@ var OrgchartNodeGroup = (props) => {
|
|
|
16223
16431
|
]
|
|
16224
16432
|
}
|
|
16225
16433
|
),
|
|
16226
|
-
lineBottom && /* @__PURE__ */
|
|
16227
|
-
button && /* @__PURE__ */
|
|
16434
|
+
lineBottom && /* @__PURE__ */ jsx479("div", { className: "k-orgchart-line k-orgchart-line-v" }),
|
|
16435
|
+
button && /* @__PURE__ */ jsx479(Button, { className: "k-orgchart-button", icon: buttonIcon2 })
|
|
16228
16436
|
]
|
|
16229
16437
|
}
|
|
16230
16438
|
);
|
|
16231
16439
|
};
|
|
16232
|
-
OrgchartNodeGroup.states =
|
|
16440
|
+
OrgchartNodeGroup.states = states171;
|
|
16233
16441
|
|
|
16234
16442
|
// src/orgchart/templates/orgchart-normal.tsx
|
|
16235
|
-
import { jsx as
|
|
16443
|
+
import { jsx as jsx480, jsxs as jsxs208 } from "react/jsx-runtime";
|
|
16236
16444
|
|
|
16237
16445
|
// src/orgchart/templates/orgchart-vertical.tsx
|
|
16238
|
-
import { jsx as
|
|
16446
|
+
import { jsx as jsx481, jsxs as jsxs209 } from "react/jsx-runtime";
|
|
16239
16447
|
|
|
16240
16448
|
// src/orgchart/templates/orgchart-group-normal.tsx
|
|
16241
|
-
import { jsx as
|
|
16449
|
+
import { jsx as jsx482, jsxs as jsxs210 } from "react/jsx-runtime";
|
|
16242
16450
|
|
|
16243
16451
|
// src/orgchart/templates/orgchart-group-vertical.tsx
|
|
16244
|
-
import { jsx as
|
|
16452
|
+
import { jsx as jsx483, jsxs as jsxs211 } from "react/jsx-runtime";
|
|
16245
16453
|
|
|
16246
16454
|
// src/signature/signature.spec.tsx
|
|
16247
|
-
import { jsx as
|
|
16455
|
+
import { jsx as jsx484, jsxs as jsxs212 } from "react/jsx-runtime";
|
|
16248
16456
|
var SIGNATURE_CLASSNAME = `k-signature`;
|
|
16249
|
-
var
|
|
16457
|
+
var states172 = [
|
|
16250
16458
|
States.hover,
|
|
16251
16459
|
States.focus,
|
|
16252
16460
|
States.valid,
|
|
16253
16461
|
States.invalid,
|
|
16254
16462
|
States.disabled
|
|
16255
16463
|
];
|
|
16256
|
-
var
|
|
16464
|
+
var options158 = {
|
|
16257
16465
|
size: [Size.small, Size.medium, Size.large],
|
|
16258
16466
|
rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
|
|
16259
16467
|
fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
|
|
16260
16468
|
};
|
|
16261
|
-
var
|
|
16469
|
+
var defaultProps161 = {
|
|
16262
16470
|
size: Size.medium,
|
|
16263
16471
|
rounded: Roundness.medium,
|
|
16264
16472
|
fillMode: FillMode.solid
|
|
16265
16473
|
};
|
|
16266
16474
|
var Signature = (props) => {
|
|
16267
16475
|
const {
|
|
16268
|
-
size =
|
|
16269
|
-
rounded =
|
|
16270
|
-
fillMode =
|
|
16476
|
+
size = defaultProps161.size,
|
|
16477
|
+
rounded = defaultProps161.rounded,
|
|
16478
|
+
fillMode = defaultProps161.fillMode,
|
|
16271
16479
|
hover,
|
|
16272
16480
|
focus,
|
|
16273
16481
|
valid,
|
|
@@ -16276,7 +16484,7 @@ var Signature = (props) => {
|
|
|
16276
16484
|
maximized,
|
|
16277
16485
|
...other
|
|
16278
16486
|
} = props;
|
|
16279
|
-
return /* @__PURE__ */
|
|
16487
|
+
return /* @__PURE__ */ jsxs212(
|
|
16280
16488
|
"div",
|
|
16281
16489
|
{
|
|
16282
16490
|
...other,
|
|
@@ -16304,8 +16512,8 @@ var Signature = (props) => {
|
|
|
16304
16512
|
}
|
|
16305
16513
|
),
|
|
16306
16514
|
children: [
|
|
16307
|
-
/* @__PURE__ */
|
|
16308
|
-
/* @__PURE__ */
|
|
16515
|
+
/* @__PURE__ */ jsx484("canvas", { className: "k-signature-canvas" }),
|
|
16516
|
+
/* @__PURE__ */ jsxs212(
|
|
16309
16517
|
"div",
|
|
16310
16518
|
{
|
|
16311
16519
|
className: classNames(
|
|
@@ -16313,7 +16521,7 @@ var Signature = (props) => {
|
|
|
16313
16521
|
"k-signature-actions-top"
|
|
16314
16522
|
),
|
|
16315
16523
|
children: [
|
|
16316
|
-
/* @__PURE__ */
|
|
16524
|
+
/* @__PURE__ */ jsx484(
|
|
16317
16525
|
Button,
|
|
16318
16526
|
{
|
|
16319
16527
|
className: classNames(
|
|
@@ -16327,7 +16535,7 @@ var Signature = (props) => {
|
|
|
16327
16535
|
fillMode: "flat"
|
|
16328
16536
|
}
|
|
16329
16537
|
),
|
|
16330
|
-
/* @__PURE__ */
|
|
16538
|
+
/* @__PURE__ */ jsx484(
|
|
16331
16539
|
Button,
|
|
16332
16540
|
{
|
|
16333
16541
|
className: classNames(
|
|
@@ -16344,15 +16552,15 @@ var Signature = (props) => {
|
|
|
16344
16552
|
]
|
|
16345
16553
|
}
|
|
16346
16554
|
),
|
|
16347
|
-
/* @__PURE__ */
|
|
16348
|
-
/* @__PURE__ */
|
|
16555
|
+
/* @__PURE__ */ jsx484("div", { className: "k-signature-line" }),
|
|
16556
|
+
/* @__PURE__ */ jsx484(
|
|
16349
16557
|
"div",
|
|
16350
16558
|
{
|
|
16351
16559
|
className: classNames(
|
|
16352
16560
|
"k-signature-actions",
|
|
16353
16561
|
"k-signature-actions-bottom"
|
|
16354
16562
|
),
|
|
16355
|
-
children: /* @__PURE__ */
|
|
16563
|
+
children: /* @__PURE__ */ jsx484(
|
|
16356
16564
|
Button,
|
|
16357
16565
|
{
|
|
16358
16566
|
className: classNames(
|
|
@@ -16371,27 +16579,27 @@ var Signature = (props) => {
|
|
|
16371
16579
|
}
|
|
16372
16580
|
);
|
|
16373
16581
|
};
|
|
16374
|
-
Signature.states =
|
|
16375
|
-
Signature.options =
|
|
16582
|
+
Signature.states = states172;
|
|
16583
|
+
Signature.options = options158;
|
|
16376
16584
|
Signature.className = SIGNATURE_CLASSNAME;
|
|
16377
|
-
Signature.defaultProps =
|
|
16585
|
+
Signature.defaultProps = defaultProps161;
|
|
16378
16586
|
|
|
16379
16587
|
// src/editor/editor.spec.tsx
|
|
16380
|
-
import { jsx as
|
|
16588
|
+
import { jsx as jsx485 } from "react/jsx-runtime";
|
|
16381
16589
|
var EDITOR_CLASSNAME = `k-editor`;
|
|
16382
|
-
var
|
|
16590
|
+
var states173 = [
|
|
16383
16591
|
States.readonly,
|
|
16384
16592
|
States.disabled
|
|
16385
16593
|
];
|
|
16386
|
-
var
|
|
16387
|
-
var
|
|
16594
|
+
var options159 = {};
|
|
16595
|
+
var defaultProps162 = {};
|
|
16388
16596
|
var Editor = (props) => {
|
|
16389
16597
|
const {
|
|
16390
16598
|
readonly,
|
|
16391
16599
|
disabled,
|
|
16392
16600
|
...other
|
|
16393
16601
|
} = props;
|
|
16394
|
-
return /* @__PURE__ */
|
|
16602
|
+
return /* @__PURE__ */ jsx485(
|
|
16395
16603
|
"div",
|
|
16396
16604
|
{
|
|
16397
16605
|
...other,
|
|
@@ -16407,685 +16615,685 @@ var Editor = (props) => {
|
|
|
16407
16615
|
}
|
|
16408
16616
|
);
|
|
16409
16617
|
};
|
|
16410
|
-
Editor.states =
|
|
16411
|
-
Editor.options =
|
|
16618
|
+
Editor.states = states173;
|
|
16619
|
+
Editor.options = options159;
|
|
16412
16620
|
Editor.className = EDITOR_CLASSNAME;
|
|
16413
|
-
Editor.defaultProps =
|
|
16621
|
+
Editor.defaultProps = defaultProps162;
|
|
16414
16622
|
|
|
16415
16623
|
// src/editor/editor-toolbar.tsx
|
|
16416
|
-
import { jsx as
|
|
16624
|
+
import { jsx as jsx486 } from "react/jsx-runtime";
|
|
16417
16625
|
|
|
16418
16626
|
// src/editor/editor-content.tsx
|
|
16419
|
-
import { jsx as
|
|
16420
|
-
var
|
|
16627
|
+
import { jsx as jsx487 } from "react/jsx-runtime";
|
|
16628
|
+
var states174 = [
|
|
16421
16629
|
States.focus
|
|
16422
16630
|
];
|
|
16423
16631
|
|
|
16424
16632
|
// src/editor/templates/editor-normal.tsx
|
|
16425
|
-
import { Fragment as
|
|
16633
|
+
import { Fragment as Fragment141, jsx as jsx488, jsxs as jsxs213 } from "react/jsx-runtime";
|
|
16426
16634
|
|
|
16427
16635
|
// src/utils/templates/background/background-clip/border-clip.tsx
|
|
16428
|
-
import { jsx as
|
|
16636
|
+
import { jsx as jsx489 } from "react/jsx-runtime";
|
|
16429
16637
|
|
|
16430
16638
|
// src/utils/templates/background/background-clip/content-clip.tsx
|
|
16431
|
-
import { jsx as
|
|
16639
|
+
import { jsx as jsx490 } from "react/jsx-runtime";
|
|
16432
16640
|
|
|
16433
16641
|
// src/utils/templates/background/background-clip/padding-clip.tsx
|
|
16434
|
-
import { jsx as
|
|
16642
|
+
import { jsx as jsx491 } from "react/jsx-runtime";
|
|
16435
16643
|
|
|
16436
16644
|
// src/utils/templates/background/background-clip/text-clip.tsx
|
|
16437
|
-
import { jsx as
|
|
16645
|
+
import { jsx as jsx492 } from "react/jsx-runtime";
|
|
16438
16646
|
|
|
16439
16647
|
// src/utils/templates/background/background-color/color.tsx
|
|
16440
|
-
import { jsx as
|
|
16648
|
+
import { jsx as jsx493, jsxs as jsxs214 } from "react/jsx-runtime";
|
|
16441
16649
|
|
|
16442
16650
|
// src/utils/templates/borders/border-color/all-sides.tsx
|
|
16443
|
-
import { jsx as
|
|
16651
|
+
import { jsx as jsx494, jsxs as jsxs215 } from "react/jsx-runtime";
|
|
16444
16652
|
|
|
16445
16653
|
// src/utils/templates/borders/border-color/individual.tsx
|
|
16446
|
-
import { jsx as
|
|
16654
|
+
import { jsx as jsx495, jsxs as jsxs216 } from "react/jsx-runtime";
|
|
16447
16655
|
|
|
16448
16656
|
// src/utils/templates/borders/border-color/left-right.tsx
|
|
16449
|
-
import { jsx as
|
|
16657
|
+
import { jsx as jsx496, jsxs as jsxs217 } from "react/jsx-runtime";
|
|
16450
16658
|
|
|
16451
16659
|
// src/utils/templates/borders/border-color/top-bottom.tsx
|
|
16452
|
-
import { jsx as
|
|
16660
|
+
import { jsx as jsx497, jsxs as jsxs218 } from "react/jsx-runtime";
|
|
16453
16661
|
|
|
16454
16662
|
// src/utils/templates/borders/border-radius/corners.tsx
|
|
16455
|
-
import { jsx as
|
|
16663
|
+
import { jsx as jsx498, jsxs as jsxs219 } from "react/jsx-runtime";
|
|
16456
16664
|
|
|
16457
16665
|
// src/utils/templates/borders/border-radius/no-rounding.tsx
|
|
16458
|
-
import { jsx as
|
|
16666
|
+
import { jsx as jsx499, jsxs as jsxs220 } from "react/jsx-runtime";
|
|
16459
16667
|
|
|
16460
16668
|
// src/utils/templates/borders/border-radius/rounding.tsx
|
|
16461
|
-
import { jsx as
|
|
16669
|
+
import { jsx as jsx500, jsxs as jsxs221 } from "react/jsx-runtime";
|
|
16462
16670
|
|
|
16463
16671
|
// src/utils/templates/borders/border-radius/sides.tsx
|
|
16464
|
-
import { jsx as
|
|
16672
|
+
import { jsx as jsx501, jsxs as jsxs222 } from "react/jsx-runtime";
|
|
16465
16673
|
|
|
16466
16674
|
// src/utils/templates/borders/border-style/all-sides.tsx
|
|
16467
|
-
import { jsx as
|
|
16675
|
+
import { jsx as jsx502, jsxs as jsxs223 } from "react/jsx-runtime";
|
|
16468
16676
|
|
|
16469
16677
|
// src/utils/templates/borders/border-style/individual.tsx
|
|
16470
|
-
import { jsx as
|
|
16678
|
+
import { jsx as jsx503, jsxs as jsxs224 } from "react/jsx-runtime";
|
|
16471
16679
|
|
|
16472
16680
|
// src/utils/templates/borders/border-style/left-right.tsx
|
|
16473
|
-
import { jsx as
|
|
16681
|
+
import { jsx as jsx504, jsxs as jsxs225 } from "react/jsx-runtime";
|
|
16474
16682
|
|
|
16475
16683
|
// src/utils/templates/borders/border-style/no-style.tsx
|
|
16476
|
-
import { jsx as
|
|
16684
|
+
import { jsx as jsx505 } from "react/jsx-runtime";
|
|
16477
16685
|
|
|
16478
16686
|
// src/utils/templates/borders/border-style/top-bottom.tsx
|
|
16479
|
-
import { jsx as
|
|
16687
|
+
import { jsx as jsx506, jsxs as jsxs226 } from "react/jsx-runtime";
|
|
16480
16688
|
|
|
16481
16689
|
// src/utils/templates/borders/border-width/all-sides.tsx
|
|
16482
|
-
import { jsx as
|
|
16690
|
+
import { jsx as jsx507, jsxs as jsxs227 } from "react/jsx-runtime";
|
|
16483
16691
|
|
|
16484
16692
|
// src/utils/templates/borders/border-width/individual.tsx
|
|
16485
|
-
import { jsx as
|
|
16693
|
+
import { jsx as jsx508, jsxs as jsxs228 } from "react/jsx-runtime";
|
|
16486
16694
|
|
|
16487
16695
|
// src/utils/templates/borders/border-width/left-right.tsx
|
|
16488
|
-
import { jsx as
|
|
16696
|
+
import { jsx as jsx509, jsxs as jsxs229 } from "react/jsx-runtime";
|
|
16489
16697
|
|
|
16490
16698
|
// src/utils/templates/borders/border-width/top-bottom.tsx
|
|
16491
|
-
import { jsx as
|
|
16699
|
+
import { jsx as jsx510, jsxs as jsxs230 } from "react/jsx-runtime";
|
|
16492
16700
|
|
|
16493
16701
|
// src/utils/templates/borders/outline-color/all-sides.tsx
|
|
16494
|
-
import { jsx as
|
|
16702
|
+
import { jsx as jsx511 } from "react/jsx-runtime";
|
|
16495
16703
|
|
|
16496
16704
|
// src/utils/templates/borders/outline-offset/all-sides.tsx
|
|
16497
|
-
import { jsx as
|
|
16705
|
+
import { jsx as jsx512, jsxs as jsxs231 } from "react/jsx-runtime";
|
|
16498
16706
|
|
|
16499
16707
|
// src/utils/templates/borders/outline-offset/no-offset.tsx
|
|
16500
|
-
import { jsx as
|
|
16708
|
+
import { jsx as jsx513 } from "react/jsx-runtime";
|
|
16501
16709
|
|
|
16502
16710
|
// src/utils/templates/borders/outline-style/all-sides.tsx
|
|
16503
|
-
import { jsx as
|
|
16711
|
+
import { jsx as jsx514, jsxs as jsxs232 } from "react/jsx-runtime";
|
|
16504
16712
|
|
|
16505
16713
|
// src/utils/templates/borders/outline-style/no-style.tsx
|
|
16506
|
-
import { jsx as
|
|
16714
|
+
import { jsx as jsx515 } from "react/jsx-runtime";
|
|
16507
16715
|
|
|
16508
16716
|
// src/utils/templates/borders/outline-width/all-sides.tsx
|
|
16509
|
-
import { jsx as
|
|
16717
|
+
import { jsx as jsx516, jsxs as jsxs233 } from "react/jsx-runtime";
|
|
16510
16718
|
|
|
16511
16719
|
// src/utils/templates/borders/outline-width/no-width.tsx
|
|
16512
|
-
import { jsx as
|
|
16720
|
+
import { jsx as jsx517 } from "react/jsx-runtime";
|
|
16513
16721
|
|
|
16514
16722
|
// src/utils/templates/effects/opacity/applying.tsx
|
|
16515
|
-
import { jsx as
|
|
16723
|
+
import { jsx as jsx518, jsxs as jsxs234 } from "react/jsx-runtime";
|
|
16516
16724
|
|
|
16517
16725
|
// src/utils/templates/filters/backdrop-blur/applying.tsx
|
|
16518
|
-
import { Fragment as
|
|
16726
|
+
import { Fragment as Fragment142, jsx as jsx519, jsxs as jsxs235 } from "react/jsx-runtime";
|
|
16519
16727
|
|
|
16520
16728
|
// src/utils/templates/flex-grid/align-content/around.tsx
|
|
16521
|
-
import { jsx as
|
|
16729
|
+
import { jsx as jsx520, jsxs as jsxs236 } from "react/jsx-runtime";
|
|
16522
16730
|
|
|
16523
16731
|
// src/utils/templates/flex-grid/align-content/between.tsx
|
|
16524
|
-
import { jsx as
|
|
16732
|
+
import { jsx as jsx521, jsxs as jsxs237 } from "react/jsx-runtime";
|
|
16525
16733
|
|
|
16526
16734
|
// src/utils/templates/flex-grid/align-content/center.tsx
|
|
16527
|
-
import { jsx as
|
|
16735
|
+
import { jsx as jsx522, jsxs as jsxs238 } from "react/jsx-runtime";
|
|
16528
16736
|
|
|
16529
16737
|
// src/utils/templates/flex-grid/align-content/end.tsx
|
|
16530
|
-
import { jsx as
|
|
16738
|
+
import { jsx as jsx523, jsxs as jsxs239 } from "react/jsx-runtime";
|
|
16531
16739
|
|
|
16532
16740
|
// src/utils/templates/flex-grid/align-content/evenly.tsx
|
|
16533
|
-
import { jsx as
|
|
16741
|
+
import { jsx as jsx524, jsxs as jsxs240 } from "react/jsx-runtime";
|
|
16534
16742
|
|
|
16535
16743
|
// src/utils/templates/flex-grid/align-content/normal.tsx
|
|
16536
|
-
import { jsx as
|
|
16744
|
+
import { jsx as jsx525, jsxs as jsxs241 } from "react/jsx-runtime";
|
|
16537
16745
|
|
|
16538
16746
|
// src/utils/templates/flex-grid/align-content/start.tsx
|
|
16539
|
-
import { jsx as
|
|
16747
|
+
import { jsx as jsx526, jsxs as jsxs242 } from "react/jsx-runtime";
|
|
16540
16748
|
|
|
16541
16749
|
// src/utils/templates/flex-grid/align-content/stretch.tsx
|
|
16542
|
-
import { jsx as
|
|
16750
|
+
import { jsx as jsx527, jsxs as jsxs243 } from "react/jsx-runtime";
|
|
16543
16751
|
|
|
16544
16752
|
// src/utils/templates/flex-grid/align-items/baseline.tsx
|
|
16545
|
-
import { jsx as
|
|
16753
|
+
import { jsx as jsx528, jsxs as jsxs244 } from "react/jsx-runtime";
|
|
16546
16754
|
|
|
16547
16755
|
// src/utils/templates/flex-grid/align-items/center.tsx
|
|
16548
|
-
import { jsx as
|
|
16756
|
+
import { jsx as jsx529, jsxs as jsxs245 } from "react/jsx-runtime";
|
|
16549
16757
|
|
|
16550
16758
|
// src/utils/templates/flex-grid/align-items/end.tsx
|
|
16551
|
-
import { jsx as
|
|
16759
|
+
import { jsx as jsx530, jsxs as jsxs246 } from "react/jsx-runtime";
|
|
16552
16760
|
|
|
16553
16761
|
// src/utils/templates/flex-grid/align-items/start.tsx
|
|
16554
|
-
import { jsx as
|
|
16762
|
+
import { jsx as jsx531, jsxs as jsxs247 } from "react/jsx-runtime";
|
|
16555
16763
|
|
|
16556
16764
|
// src/utils/templates/flex-grid/align-items/stretch.tsx
|
|
16557
|
-
import { jsx as
|
|
16765
|
+
import { jsx as jsx532, jsxs as jsxs248 } from "react/jsx-runtime";
|
|
16558
16766
|
|
|
16559
16767
|
// src/utils/templates/flex-grid/align-self/baseline.tsx
|
|
16560
|
-
import { jsx as
|
|
16768
|
+
import { jsx as jsx533, jsxs as jsxs249 } from "react/jsx-runtime";
|
|
16561
16769
|
|
|
16562
16770
|
// src/utils/templates/flex-grid/align-self/center.tsx
|
|
16563
|
-
import { jsx as
|
|
16771
|
+
import { jsx as jsx534, jsxs as jsxs250 } from "react/jsx-runtime";
|
|
16564
16772
|
|
|
16565
16773
|
// src/utils/templates/flex-grid/align-self/end.tsx
|
|
16566
|
-
import { jsx as
|
|
16774
|
+
import { jsx as jsx535, jsxs as jsxs251 } from "react/jsx-runtime";
|
|
16567
16775
|
|
|
16568
16776
|
// src/utils/templates/flex-grid/align-self/start.tsx
|
|
16569
|
-
import { jsx as
|
|
16777
|
+
import { jsx as jsx536, jsxs as jsxs252 } from "react/jsx-runtime";
|
|
16570
16778
|
|
|
16571
16779
|
// src/utils/templates/flex-grid/align-self/stretch.tsx
|
|
16572
|
-
import { jsx as
|
|
16780
|
+
import { jsx as jsx537, jsxs as jsxs253 } from "react/jsx-runtime";
|
|
16573
16781
|
|
|
16574
16782
|
// src/utils/templates/flex-grid/flex/auto.tsx
|
|
16575
|
-
import { jsx as
|
|
16783
|
+
import { jsx as jsx538, jsxs as jsxs254 } from "react/jsx-runtime";
|
|
16576
16784
|
|
|
16577
16785
|
// src/utils/templates/flex-grid/flex/flex-1.tsx
|
|
16578
|
-
import { jsx as
|
|
16786
|
+
import { jsx as jsx539, jsxs as jsxs255 } from "react/jsx-runtime";
|
|
16579
16787
|
|
|
16580
16788
|
// src/utils/templates/flex-grid/flex/initial.tsx
|
|
16581
|
-
import { jsx as
|
|
16789
|
+
import { jsx as jsx540, jsxs as jsxs256 } from "react/jsx-runtime";
|
|
16582
16790
|
|
|
16583
16791
|
// src/utils/templates/flex-grid/flex/none.tsx
|
|
16584
|
-
import { jsx as
|
|
16792
|
+
import { jsx as jsx541, jsxs as jsxs257 } from "react/jsx-runtime";
|
|
16585
16793
|
|
|
16586
16794
|
// src/utils/templates/flex-grid/flex-basis/auto.tsx
|
|
16587
|
-
import { jsx as
|
|
16795
|
+
import { jsx as jsx542, jsxs as jsxs258 } from "react/jsx-runtime";
|
|
16588
16796
|
|
|
16589
16797
|
// src/utils/templates/flex-grid/flex-basis/size.tsx
|
|
16590
|
-
import { jsx as
|
|
16798
|
+
import { jsx as jsx543, jsxs as jsxs259 } from "react/jsx-runtime";
|
|
16591
16799
|
|
|
16592
16800
|
// src/utils/templates/flex-grid/flex-direction/column-reverse.tsx
|
|
16593
|
-
import { jsx as
|
|
16801
|
+
import { jsx as jsx544, jsxs as jsxs260 } from "react/jsx-runtime";
|
|
16594
16802
|
|
|
16595
16803
|
// src/utils/templates/flex-grid/flex-direction/column.tsx
|
|
16596
|
-
import { jsx as
|
|
16804
|
+
import { jsx as jsx545, jsxs as jsxs261 } from "react/jsx-runtime";
|
|
16597
16805
|
|
|
16598
16806
|
// src/utils/templates/flex-grid/flex-direction/row-reverse.tsx
|
|
16599
|
-
import { jsx as
|
|
16807
|
+
import { jsx as jsx546, jsxs as jsxs262 } from "react/jsx-runtime";
|
|
16600
16808
|
|
|
16601
16809
|
// src/utils/templates/flex-grid/flex-direction/row.tsx
|
|
16602
|
-
import { jsx as
|
|
16810
|
+
import { jsx as jsx547, jsxs as jsxs263 } from "react/jsx-runtime";
|
|
16603
16811
|
|
|
16604
16812
|
// src/utils/templates/flex-grid/flex-grow/grow-0.tsx
|
|
16605
|
-
import { jsx as
|
|
16813
|
+
import { jsx as jsx548, jsxs as jsxs264 } from "react/jsx-runtime";
|
|
16606
16814
|
|
|
16607
16815
|
// src/utils/templates/flex-grid/flex-grow/grow-1.tsx
|
|
16608
|
-
import { jsx as
|
|
16816
|
+
import { jsx as jsx549, jsxs as jsxs265 } from "react/jsx-runtime";
|
|
16609
16817
|
|
|
16610
16818
|
// src/utils/templates/flex-grid/flex-srink/shrink-0.tsx
|
|
16611
|
-
import { jsx as
|
|
16819
|
+
import { jsx as jsx550, jsxs as jsxs266 } from "react/jsx-runtime";
|
|
16612
16820
|
|
|
16613
16821
|
// src/utils/templates/flex-grid/flex-srink/shrink-1.tsx
|
|
16614
|
-
import { jsx as
|
|
16822
|
+
import { jsx as jsx551, jsxs as jsxs267 } from "react/jsx-runtime";
|
|
16615
16823
|
|
|
16616
16824
|
// src/utils/templates/flex-grid/flex-wrap/nowrap.tsx
|
|
16617
|
-
import { jsx as
|
|
16825
|
+
import { jsx as jsx552, jsxs as jsxs268 } from "react/jsx-runtime";
|
|
16618
16826
|
|
|
16619
16827
|
// src/utils/templates/flex-grid/flex-wrap/wrap-reverse.tsx
|
|
16620
|
-
import { jsx as
|
|
16828
|
+
import { jsx as jsx553, jsxs as jsxs269 } from "react/jsx-runtime";
|
|
16621
16829
|
|
|
16622
16830
|
// src/utils/templates/flex-grid/flex-wrap/wrap.tsx
|
|
16623
|
-
import { jsx as
|
|
16831
|
+
import { jsx as jsx554, jsxs as jsxs270 } from "react/jsx-runtime";
|
|
16624
16832
|
|
|
16625
16833
|
// src/utils/templates/flex-grid/gap/size-x-y.tsx
|
|
16626
|
-
import { jsx as
|
|
16834
|
+
import { jsx as jsx555, jsxs as jsxs271 } from "react/jsx-runtime";
|
|
16627
16835
|
|
|
16628
16836
|
// src/utils/templates/flex-grid/gap/size.tsx
|
|
16629
|
-
import { jsx as
|
|
16837
|
+
import { jsx as jsx556, jsxs as jsxs272 } from "react/jsx-runtime";
|
|
16630
16838
|
|
|
16631
16839
|
// src/utils/templates/flex-grid/grid-auto-cols/auto.tsx
|
|
16632
|
-
import { jsx as
|
|
16840
|
+
import { jsx as jsx557, jsxs as jsxs273 } from "react/jsx-runtime";
|
|
16633
16841
|
|
|
16634
16842
|
// src/utils/templates/flex-grid/grid-auto-cols/fr.tsx
|
|
16635
|
-
import { jsx as
|
|
16843
|
+
import { jsx as jsx558, jsxs as jsxs274 } from "react/jsx-runtime";
|
|
16636
16844
|
|
|
16637
16845
|
// src/utils/templates/flex-grid/grid-auto-cols/max.tsx
|
|
16638
|
-
import { jsx as
|
|
16846
|
+
import { jsx as jsx559, jsxs as jsxs275 } from "react/jsx-runtime";
|
|
16639
16847
|
|
|
16640
16848
|
// src/utils/templates/flex-grid/grid-auto-cols/min.tsx
|
|
16641
|
-
import { jsx as
|
|
16849
|
+
import { jsx as jsx560, jsxs as jsxs276 } from "react/jsx-runtime";
|
|
16642
16850
|
|
|
16643
16851
|
// src/utils/templates/flex-grid/grid-auto-flow/column.tsx
|
|
16644
|
-
import { jsx as
|
|
16852
|
+
import { jsx as jsx561, jsxs as jsxs277 } from "react/jsx-runtime";
|
|
16645
16853
|
|
|
16646
16854
|
// src/utils/templates/flex-grid/grid-auto-flow/dense.tsx
|
|
16647
|
-
import { jsx as
|
|
16855
|
+
import { jsx as jsx562, jsxs as jsxs278 } from "react/jsx-runtime";
|
|
16648
16856
|
|
|
16649
16857
|
// src/utils/templates/flex-grid/grid-auto-flow/row.tsx
|
|
16650
|
-
import { jsx as
|
|
16858
|
+
import { jsx as jsx563, jsxs as jsxs279 } from "react/jsx-runtime";
|
|
16651
16859
|
|
|
16652
16860
|
// src/utils/templates/flex-grid/grid-auto-rows/auto.tsx
|
|
16653
|
-
import { jsx as
|
|
16861
|
+
import { jsx as jsx564, jsxs as jsxs280 } from "react/jsx-runtime";
|
|
16654
16862
|
|
|
16655
16863
|
// src/utils/templates/flex-grid/grid-auto-rows/fr.tsx
|
|
16656
|
-
import { jsx as
|
|
16864
|
+
import { jsx as jsx565, jsxs as jsxs281 } from "react/jsx-runtime";
|
|
16657
16865
|
|
|
16658
16866
|
// src/utils/templates/flex-grid/grid-auto-rows/min.tsx
|
|
16659
|
-
import { jsx as
|
|
16867
|
+
import { jsx as jsx566, jsxs as jsxs282 } from "react/jsx-runtime";
|
|
16660
16868
|
|
|
16661
16869
|
// src/utils/templates/flex-grid/grid-col-start-end/start-end-n.tsx
|
|
16662
|
-
import { jsx as
|
|
16870
|
+
import { jsx as jsx567, jsxs as jsxs283 } from "react/jsx-runtime";
|
|
16663
16871
|
|
|
16664
16872
|
// src/utils/templates/flex-grid/grid-row-start-end/start-end-n.tsx
|
|
16665
|
-
import { jsx as
|
|
16873
|
+
import { jsx as jsx568, jsxs as jsxs284 } from "react/jsx-runtime";
|
|
16666
16874
|
|
|
16667
16875
|
// src/utils/templates/flex-grid/grid-template-cols/integer.tsx
|
|
16668
|
-
import { jsx as
|
|
16876
|
+
import { jsx as jsx569, jsxs as jsxs285 } from "react/jsx-runtime";
|
|
16669
16877
|
|
|
16670
16878
|
// src/utils/templates/flex-grid/grid-template-rows/integer.tsx
|
|
16671
|
-
import { jsx as
|
|
16879
|
+
import { jsx as jsx570, jsxs as jsxs286 } from "react/jsx-runtime";
|
|
16672
16880
|
|
|
16673
16881
|
// src/utils/templates/flex-grid/justify-content/around.tsx
|
|
16674
|
-
import { jsx as
|
|
16882
|
+
import { jsx as jsx571, jsxs as jsxs287 } from "react/jsx-runtime";
|
|
16675
16883
|
|
|
16676
16884
|
// src/utils/templates/flex-grid/justify-content/between.tsx
|
|
16677
|
-
import { jsx as
|
|
16885
|
+
import { jsx as jsx572, jsxs as jsxs288 } from "react/jsx-runtime";
|
|
16678
16886
|
|
|
16679
16887
|
// src/utils/templates/flex-grid/justify-content/center.tsx
|
|
16680
|
-
import { jsx as
|
|
16888
|
+
import { jsx as jsx573, jsxs as jsxs289 } from "react/jsx-runtime";
|
|
16681
16889
|
|
|
16682
16890
|
// src/utils/templates/flex-grid/justify-content/end.tsx
|
|
16683
|
-
import { jsx as
|
|
16891
|
+
import { jsx as jsx574, jsxs as jsxs290 } from "react/jsx-runtime";
|
|
16684
16892
|
|
|
16685
16893
|
// src/utils/templates/flex-grid/justify-content/evenly.tsx
|
|
16686
|
-
import { jsx as
|
|
16894
|
+
import { jsx as jsx575, jsxs as jsxs291 } from "react/jsx-runtime";
|
|
16687
16895
|
|
|
16688
16896
|
// src/utils/templates/flex-grid/justify-content/normal.tsx
|
|
16689
|
-
import { jsx as
|
|
16897
|
+
import { jsx as jsx576, jsxs as jsxs292 } from "react/jsx-runtime";
|
|
16690
16898
|
|
|
16691
16899
|
// src/utils/templates/flex-grid/justify-content/start.tsx
|
|
16692
|
-
import { jsx as
|
|
16900
|
+
import { jsx as jsx577, jsxs as jsxs293 } from "react/jsx-runtime";
|
|
16693
16901
|
|
|
16694
16902
|
// src/utils/templates/flex-grid/justify-content/stretch.tsx
|
|
16695
|
-
import { jsx as
|
|
16903
|
+
import { jsx as jsx578, jsxs as jsxs294 } from "react/jsx-runtime";
|
|
16696
16904
|
|
|
16697
16905
|
// src/utils/templates/flex-grid/justify-items/center.tsx
|
|
16698
|
-
import { jsx as
|
|
16906
|
+
import { jsx as jsx579, jsxs as jsxs295 } from "react/jsx-runtime";
|
|
16699
16907
|
|
|
16700
16908
|
// src/utils/templates/flex-grid/justify-items/end.tsx
|
|
16701
|
-
import { jsx as
|
|
16909
|
+
import { jsx as jsx580, jsxs as jsxs296 } from "react/jsx-runtime";
|
|
16702
16910
|
|
|
16703
16911
|
// src/utils/templates/flex-grid/justify-items/start.tsx
|
|
16704
|
-
import { jsx as
|
|
16912
|
+
import { jsx as jsx581, jsxs as jsxs297 } from "react/jsx-runtime";
|
|
16705
16913
|
|
|
16706
16914
|
// src/utils/templates/flex-grid/justify-items/stretch.tsx
|
|
16707
|
-
import { jsx as
|
|
16915
|
+
import { jsx as jsx582, jsxs as jsxs298 } from "react/jsx-runtime";
|
|
16708
16916
|
|
|
16709
16917
|
// src/utils/templates/flex-grid/justify-self/center.tsx
|
|
16710
|
-
import { jsx as
|
|
16918
|
+
import { jsx as jsx583, jsxs as jsxs299 } from "react/jsx-runtime";
|
|
16711
16919
|
|
|
16712
16920
|
// src/utils/templates/flex-grid/justify-self/end.tsx
|
|
16713
|
-
import { jsx as
|
|
16921
|
+
import { jsx as jsx584, jsxs as jsxs300 } from "react/jsx-runtime";
|
|
16714
16922
|
|
|
16715
16923
|
// src/utils/templates/flex-grid/justify-self/start.tsx
|
|
16716
|
-
import { jsx as
|
|
16924
|
+
import { jsx as jsx585, jsxs as jsxs301 } from "react/jsx-runtime";
|
|
16717
16925
|
|
|
16718
16926
|
// src/utils/templates/flex-grid/justify-self/stretch.tsx
|
|
16719
|
-
import { jsx as
|
|
16927
|
+
import { jsx as jsx586, jsxs as jsxs302 } from "react/jsx-runtime";
|
|
16720
16928
|
|
|
16721
16929
|
// src/utils/templates/flex-grid/order/first.tsx
|
|
16722
|
-
import { jsx as
|
|
16930
|
+
import { jsx as jsx587, jsxs as jsxs303 } from "react/jsx-runtime";
|
|
16723
16931
|
|
|
16724
16932
|
// src/utils/templates/flex-grid/order/integer.tsx
|
|
16725
|
-
import { jsx as
|
|
16933
|
+
import { jsx as jsx588, jsxs as jsxs304 } from "react/jsx-runtime";
|
|
16726
16934
|
|
|
16727
16935
|
// src/utils/templates/flex-grid/order/last.tsx
|
|
16728
|
-
import { jsx as
|
|
16936
|
+
import { jsx as jsx589, jsxs as jsxs305 } from "react/jsx-runtime";
|
|
16729
16937
|
|
|
16730
16938
|
// src/utils/templates/flex-grid/place-content/around.tsx
|
|
16731
|
-
import { jsx as
|
|
16939
|
+
import { jsx as jsx590, jsxs as jsxs306 } from "react/jsx-runtime";
|
|
16732
16940
|
|
|
16733
16941
|
// src/utils/templates/flex-grid/place-content/between.tsx
|
|
16734
|
-
import { jsx as
|
|
16942
|
+
import { jsx as jsx591, jsxs as jsxs307 } from "react/jsx-runtime";
|
|
16735
16943
|
|
|
16736
16944
|
// src/utils/templates/flex-grid/place-content/center.tsx
|
|
16737
|
-
import { jsx as
|
|
16945
|
+
import { jsx as jsx592, jsxs as jsxs308 } from "react/jsx-runtime";
|
|
16738
16946
|
|
|
16739
16947
|
// src/utils/templates/flex-grid/place-content/end.tsx
|
|
16740
|
-
import { jsx as
|
|
16948
|
+
import { jsx as jsx593, jsxs as jsxs309 } from "react/jsx-runtime";
|
|
16741
16949
|
|
|
16742
16950
|
// src/utils/templates/flex-grid/place-content/evenly.tsx
|
|
16743
|
-
import { jsx as
|
|
16951
|
+
import { jsx as jsx594, jsxs as jsxs310 } from "react/jsx-runtime";
|
|
16744
16952
|
|
|
16745
16953
|
// src/utils/templates/flex-grid/place-content/normal.tsx
|
|
16746
|
-
import { jsx as
|
|
16954
|
+
import { jsx as jsx595, jsxs as jsxs311 } from "react/jsx-runtime";
|
|
16747
16955
|
|
|
16748
16956
|
// src/utils/templates/flex-grid/place-content/start.tsx
|
|
16749
|
-
import { jsx as
|
|
16957
|
+
import { jsx as jsx596, jsxs as jsxs312 } from "react/jsx-runtime";
|
|
16750
16958
|
|
|
16751
16959
|
// src/utils/templates/flex-grid/place-content/stretch.tsx
|
|
16752
|
-
import { jsx as
|
|
16960
|
+
import { jsx as jsx597, jsxs as jsxs313 } from "react/jsx-runtime";
|
|
16753
16961
|
|
|
16754
16962
|
// src/utils/templates/flex-grid/place-items/center.tsx
|
|
16755
|
-
import { jsx as
|
|
16963
|
+
import { jsx as jsx598, jsxs as jsxs314 } from "react/jsx-runtime";
|
|
16756
16964
|
|
|
16757
16965
|
// src/utils/templates/flex-grid/place-items/end.tsx
|
|
16758
|
-
import { jsx as
|
|
16966
|
+
import { jsx as jsx599, jsxs as jsxs315 } from "react/jsx-runtime";
|
|
16759
16967
|
|
|
16760
16968
|
// src/utils/templates/flex-grid/place-items/start.tsx
|
|
16761
|
-
import { jsx as
|
|
16969
|
+
import { jsx as jsx600, jsxs as jsxs316 } from "react/jsx-runtime";
|
|
16762
16970
|
|
|
16763
16971
|
// src/utils/templates/flex-grid/place-items/stretch.tsx
|
|
16764
|
-
import { jsx as
|
|
16972
|
+
import { jsx as jsx601, jsxs as jsxs317 } from "react/jsx-runtime";
|
|
16765
16973
|
|
|
16766
16974
|
// src/utils/templates/flex-grid/place-self/center.tsx
|
|
16767
|
-
import { jsx as
|
|
16975
|
+
import { jsx as jsx602, jsxs as jsxs318 } from "react/jsx-runtime";
|
|
16768
16976
|
|
|
16769
16977
|
// src/utils/templates/flex-grid/place-self/end.tsx
|
|
16770
|
-
import { jsx as
|
|
16978
|
+
import { jsx as jsx603, jsxs as jsxs319 } from "react/jsx-runtime";
|
|
16771
16979
|
|
|
16772
16980
|
// src/utils/templates/flex-grid/place-self/start.tsx
|
|
16773
|
-
import { jsx as
|
|
16981
|
+
import { jsx as jsx604, jsxs as jsxs320 } from "react/jsx-runtime";
|
|
16774
16982
|
|
|
16775
16983
|
// src/utils/templates/flex-grid/place-self/stretch.tsx
|
|
16776
|
-
import { jsx as
|
|
16984
|
+
import { jsx as jsx605, jsxs as jsxs321 } from "react/jsx-runtime";
|
|
16777
16985
|
|
|
16778
16986
|
// src/utils/templates/interactivity/appearance/applying.tsx
|
|
16779
|
-
import { jsx as
|
|
16987
|
+
import { jsx as jsx606, jsxs as jsxs322 } from "react/jsx-runtime";
|
|
16780
16988
|
|
|
16781
16989
|
// src/utils/templates/interactivity/appearance/none.tsx
|
|
16782
|
-
import { jsx as
|
|
16990
|
+
import { jsx as jsx607, jsxs as jsxs323 } from "react/jsx-runtime";
|
|
16783
16991
|
|
|
16784
16992
|
// src/utils/templates/interactivity/cursor/applying.tsx
|
|
16785
|
-
import { jsx as
|
|
16993
|
+
import { jsx as jsx608, jsxs as jsxs324 } from "react/jsx-runtime";
|
|
16786
16994
|
|
|
16787
16995
|
// src/utils/templates/interactivity/pointer-events/applying.tsx
|
|
16788
|
-
import { jsx as
|
|
16996
|
+
import { jsx as jsx609, jsxs as jsxs325 } from "react/jsx-runtime";
|
|
16789
16997
|
|
|
16790
16998
|
// src/utils/templates/interactivity/resize/all-directions.tsx
|
|
16791
|
-
import { jsx as
|
|
16999
|
+
import { jsx as jsx610 } from "react/jsx-runtime";
|
|
16792
17000
|
|
|
16793
17001
|
// src/utils/templates/interactivity/resize/horizontal.tsx
|
|
16794
|
-
import { jsx as
|
|
17002
|
+
import { jsx as jsx611 } from "react/jsx-runtime";
|
|
16795
17003
|
|
|
16796
17004
|
// src/utils/templates/interactivity/resize/no-resizing.tsx
|
|
16797
|
-
import { jsx as
|
|
17005
|
+
import { jsx as jsx612 } from "react/jsx-runtime";
|
|
16798
17006
|
|
|
16799
17007
|
// src/utils/templates/interactivity/resize/vertical.tsx
|
|
16800
|
-
import { jsx as
|
|
17008
|
+
import { jsx as jsx613 } from "react/jsx-runtime";
|
|
16801
17009
|
|
|
16802
17010
|
// src/utils/templates/interactivity/touch-action/auto.tsx
|
|
16803
|
-
import { jsx as
|
|
17011
|
+
import { jsx as jsx614 } from "react/jsx-runtime";
|
|
16804
17012
|
|
|
16805
17013
|
// src/utils/templates/interactivity/touch-action/horizontal.tsx
|
|
16806
|
-
import { jsx as
|
|
17014
|
+
import { jsx as jsx615 } from "react/jsx-runtime";
|
|
16807
17015
|
|
|
16808
17016
|
// src/utils/templates/interactivity/touch-action/none.tsx
|
|
16809
|
-
import { jsx as
|
|
17017
|
+
import { jsx as jsx616 } from "react/jsx-runtime";
|
|
16810
17018
|
|
|
16811
17019
|
// src/utils/templates/interactivity/touch-action/vertical.tsx
|
|
16812
|
-
import { jsx as
|
|
17020
|
+
import { jsx as jsx617 } from "react/jsx-runtime";
|
|
16813
17021
|
|
|
16814
17022
|
// src/utils/templates/interactivity/user-select/all.tsx
|
|
16815
|
-
import { jsx as
|
|
17023
|
+
import { jsx as jsx618 } from "react/jsx-runtime";
|
|
16816
17024
|
|
|
16817
17025
|
// src/utils/templates/interactivity/user-select/none.tsx
|
|
16818
|
-
import { jsx as
|
|
17026
|
+
import { jsx as jsx619 } from "react/jsx-runtime";
|
|
16819
17027
|
|
|
16820
17028
|
// src/utils/templates/interactivity/user-select/text.tsx
|
|
16821
|
-
import { jsx as
|
|
17029
|
+
import { jsx as jsx620 } from "react/jsx-runtime";
|
|
16822
17030
|
|
|
16823
17031
|
// src/utils/templates/layout/aspect-ratio/auto.tsx
|
|
16824
|
-
import { jsx as
|
|
17032
|
+
import { jsx as jsx621 } from "react/jsx-runtime";
|
|
16825
17033
|
|
|
16826
17034
|
// src/utils/templates/layout/aspect-ratio/one.tsx
|
|
16827
|
-
import { jsx as
|
|
17035
|
+
import { jsx as jsx622 } from "react/jsx-runtime";
|
|
16828
17036
|
|
|
16829
17037
|
// src/utils/templates/layout/aspect-ratio/sqaure.tsx
|
|
16830
|
-
import { jsx as
|
|
17038
|
+
import { jsx as jsx623 } from "react/jsx-runtime";
|
|
16831
17039
|
|
|
16832
17040
|
// src/utils/templates/layout/aspect-ratio/video.tsx
|
|
16833
|
-
import { jsx as
|
|
17041
|
+
import { jsx as jsx624 } from "react/jsx-runtime";
|
|
16834
17042
|
|
|
16835
17043
|
// src/utils/templates/layout/box-sizing/border.tsx
|
|
16836
|
-
import { jsx as
|
|
17044
|
+
import { jsx as jsx625 } from "react/jsx-runtime";
|
|
16837
17045
|
|
|
16838
17046
|
// src/utils/templates/layout/box-sizing/content.tsx
|
|
16839
|
-
import { jsx as
|
|
17047
|
+
import { jsx as jsx626 } from "react/jsx-runtime";
|
|
16840
17048
|
|
|
16841
17049
|
// src/utils/templates/layout/clear/both.tsx
|
|
16842
|
-
import { jsx as
|
|
17050
|
+
import { jsx as jsx627, jsxs as jsxs326 } from "react/jsx-runtime";
|
|
16843
17051
|
|
|
16844
17052
|
// src/utils/templates/layout/clear/left.tsx
|
|
16845
|
-
import { jsx as
|
|
17053
|
+
import { jsx as jsx628, jsxs as jsxs327 } from "react/jsx-runtime";
|
|
16846
17054
|
|
|
16847
17055
|
// src/utils/templates/layout/clear/no-clear.tsx
|
|
16848
|
-
import { jsx as
|
|
17056
|
+
import { jsx as jsx629, jsxs as jsxs328 } from "react/jsx-runtime";
|
|
16849
17057
|
|
|
16850
17058
|
// src/utils/templates/layout/clear/right.tsx
|
|
16851
|
-
import { jsx as
|
|
17059
|
+
import { jsx as jsx630, jsxs as jsxs329 } from "react/jsx-runtime";
|
|
16852
17060
|
|
|
16853
17061
|
// src/utils/templates/layout/columns/automatic.tsx
|
|
16854
|
-
import { jsx as
|
|
17062
|
+
import { jsx as jsx631, jsxs as jsxs330 } from "react/jsx-runtime";
|
|
16855
17063
|
|
|
16856
17064
|
// src/utils/templates/layout/columns/count.tsx
|
|
16857
|
-
import { jsx as
|
|
17065
|
+
import { jsx as jsx632, jsxs as jsxs331 } from "react/jsx-runtime";
|
|
16858
17066
|
|
|
16859
17067
|
// src/utils/templates/layout/display/block.tsx
|
|
16860
|
-
import { jsx as
|
|
17068
|
+
import { jsx as jsx633, jsxs as jsxs332 } from "react/jsx-runtime";
|
|
16861
17069
|
|
|
16862
17070
|
// src/utils/templates/layout/display/flex.tsx
|
|
16863
|
-
import { jsx as
|
|
17071
|
+
import { jsx as jsx634, jsxs as jsxs333 } from "react/jsx-runtime";
|
|
16864
17072
|
|
|
16865
17073
|
// src/utils/templates/layout/display/inline.tsx
|
|
16866
|
-
import { jsx as
|
|
17074
|
+
import { jsx as jsx635, jsxs as jsxs334 } from "react/jsx-runtime";
|
|
16867
17075
|
|
|
16868
17076
|
// src/utils/templates/layout/display/none.tsx
|
|
16869
|
-
import { Fragment as
|
|
17077
|
+
import { Fragment as Fragment143, jsx as jsx636, jsxs as jsxs335 } from "react/jsx-runtime";
|
|
16870
17078
|
|
|
16871
17079
|
// src/utils/templates/layout/float/left.tsx
|
|
16872
|
-
import { jsx as
|
|
17080
|
+
import { jsx as jsx637, jsxs as jsxs336 } from "react/jsx-runtime";
|
|
16873
17081
|
|
|
16874
17082
|
// src/utils/templates/layout/float/no-float.tsx
|
|
16875
|
-
import { jsx as
|
|
17083
|
+
import { jsx as jsx638, jsxs as jsxs337 } from "react/jsx-runtime";
|
|
16876
17084
|
|
|
16877
17085
|
// src/utils/templates/layout/float/right.tsx
|
|
16878
|
-
import { jsx as
|
|
17086
|
+
import { jsx as jsx639, jsxs as jsxs338 } from "react/jsx-runtime";
|
|
16879
17087
|
|
|
16880
17088
|
// src/utils/templates/layout/object-fit/contain.tsx
|
|
16881
|
-
import { jsx as
|
|
17089
|
+
import { jsx as jsx640 } from "react/jsx-runtime";
|
|
16882
17090
|
|
|
16883
17091
|
// src/utils/templates/layout/object-fit/cover.tsx
|
|
16884
|
-
import { jsx as
|
|
17092
|
+
import { jsx as jsx641 } from "react/jsx-runtime";
|
|
16885
17093
|
|
|
16886
17094
|
// src/utils/templates/layout/object-fit/fill.tsx
|
|
16887
|
-
import { jsx as
|
|
17095
|
+
import { jsx as jsx642 } from "react/jsx-runtime";
|
|
16888
17096
|
|
|
16889
17097
|
// src/utils/templates/layout/object-fit/scale-down.tsx
|
|
16890
|
-
import { jsx as
|
|
17098
|
+
import { jsx as jsx643 } from "react/jsx-runtime";
|
|
16891
17099
|
|
|
16892
17100
|
// src/utils/templates/layout/object-position/position.tsx
|
|
16893
|
-
import { jsx as
|
|
17101
|
+
import { jsx as jsx644, jsxs as jsxs339 } from "react/jsx-runtime";
|
|
16894
17102
|
|
|
16895
17103
|
// src/utils/templates/layout/overflow/hidden.tsx
|
|
16896
|
-
import { jsx as
|
|
17104
|
+
import { jsx as jsx645 } from "react/jsx-runtime";
|
|
16897
17105
|
|
|
16898
17106
|
// src/utils/templates/layout/overflow/horizontal.tsx
|
|
16899
|
-
import { jsx as
|
|
17107
|
+
import { jsx as jsx646 } from "react/jsx-runtime";
|
|
16900
17108
|
|
|
16901
17109
|
// src/utils/templates/layout/overflow/vertical.tsx
|
|
16902
|
-
import { jsx as
|
|
17110
|
+
import { jsx as jsx647 } from "react/jsx-runtime";
|
|
16903
17111
|
|
|
16904
17112
|
// src/utils/templates/layout/overflow/visible.tsx
|
|
16905
|
-
import { jsx as
|
|
17113
|
+
import { jsx as jsx648 } from "react/jsx-runtime";
|
|
16906
17114
|
|
|
16907
17115
|
// src/utils/templates/layout/placement/multiple.tsx
|
|
16908
|
-
import { jsx as
|
|
17116
|
+
import { jsx as jsx649, jsxs as jsxs340 } from "react/jsx-runtime";
|
|
16909
17117
|
|
|
16910
17118
|
// src/utils/templates/layout/placement/single.tsx
|
|
16911
|
-
import { jsx as
|
|
17119
|
+
import { jsx as jsx650, jsxs as jsxs341 } from "react/jsx-runtime";
|
|
16912
17120
|
|
|
16913
17121
|
// src/utils/templates/layout/position/applying.tsx
|
|
16914
|
-
import { jsx as
|
|
17122
|
+
import { jsx as jsx651, jsxs as jsxs342 } from "react/jsx-runtime";
|
|
16915
17123
|
|
|
16916
17124
|
// src/utils/templates/layout/visibility/invisible.tsx
|
|
16917
|
-
import { jsx as
|
|
17125
|
+
import { jsx as jsx652, jsxs as jsxs343 } from "react/jsx-runtime";
|
|
16918
17126
|
|
|
16919
17127
|
// src/utils/templates/layout/z-index/applying.tsx
|
|
16920
|
-
import { Fragment as
|
|
17128
|
+
import { Fragment as Fragment144, jsx as jsx653, jsxs as jsxs344 } from "react/jsx-runtime";
|
|
16921
17129
|
|
|
16922
17130
|
// src/utils/templates/sizing/height/fixed.tsx
|
|
16923
|
-
import { jsx as
|
|
17131
|
+
import { jsx as jsx654, jsxs as jsxs345 } from "react/jsx-runtime";
|
|
16924
17132
|
|
|
16925
17133
|
// src/utils/templates/sizing/height/full.tsx
|
|
16926
|
-
import { jsx as
|
|
17134
|
+
import { jsx as jsx655 } from "react/jsx-runtime";
|
|
16927
17135
|
|
|
16928
17136
|
// src/utils/templates/sizing/height/maximum.tsx
|
|
16929
|
-
import { jsx as
|
|
17137
|
+
import { jsx as jsx656 } from "react/jsx-runtime";
|
|
16930
17138
|
|
|
16931
17139
|
// src/utils/templates/sizing/height/minimum.tsx
|
|
16932
|
-
import { jsx as
|
|
17140
|
+
import { jsx as jsx657 } from "react/jsx-runtime";
|
|
16933
17141
|
|
|
16934
17142
|
// src/utils/templates/sizing/height/screen.tsx
|
|
16935
|
-
import { jsx as
|
|
17143
|
+
import { jsx as jsx658 } from "react/jsx-runtime";
|
|
16936
17144
|
|
|
16937
17145
|
// src/utils/templates/sizing/width/fixed.tsx
|
|
16938
|
-
import { jsx as
|
|
17146
|
+
import { jsx as jsx659, jsxs as jsxs346 } from "react/jsx-runtime";
|
|
16939
17147
|
|
|
16940
17148
|
// src/utils/templates/sizing/width/full.tsx
|
|
16941
|
-
import { jsx as
|
|
17149
|
+
import { jsx as jsx660 } from "react/jsx-runtime";
|
|
16942
17150
|
|
|
16943
17151
|
// src/utils/templates/sizing/width/maximum.tsx
|
|
16944
|
-
import { jsx as
|
|
17152
|
+
import { jsx as jsx661 } from "react/jsx-runtime";
|
|
16945
17153
|
|
|
16946
17154
|
// src/utils/templates/sizing/width/minimum.tsx
|
|
16947
|
-
import { jsx as
|
|
17155
|
+
import { jsx as jsx662 } from "react/jsx-runtime";
|
|
16948
17156
|
|
|
16949
17157
|
// src/utils/templates/sizing/width/screen.tsx
|
|
16950
|
-
import { jsx as
|
|
17158
|
+
import { jsx as jsx663 } from "react/jsx-runtime";
|
|
16951
17159
|
|
|
16952
17160
|
// src/utils/templates/spacing/margin/all.tsx
|
|
16953
|
-
import { jsx as
|
|
17161
|
+
import { jsx as jsx664 } from "react/jsx-runtime";
|
|
16954
17162
|
|
|
16955
17163
|
// src/utils/templates/spacing/margin/single.tsx
|
|
16956
|
-
import { Fragment as
|
|
17164
|
+
import { Fragment as Fragment145, jsx as jsx665, jsxs as jsxs347 } from "react/jsx-runtime";
|
|
16957
17165
|
|
|
16958
17166
|
// src/utils/templates/spacing/margin/x.tsx
|
|
16959
|
-
import { jsx as
|
|
17167
|
+
import { jsx as jsx666 } from "react/jsx-runtime";
|
|
16960
17168
|
|
|
16961
17169
|
// src/utils/templates/spacing/margin/y.tsx
|
|
16962
|
-
import { jsx as
|
|
17170
|
+
import { jsx as jsx667 } from "react/jsx-runtime";
|
|
16963
17171
|
|
|
16964
17172
|
// src/utils/templates/spacing/padding/all.tsx
|
|
16965
|
-
import { jsx as
|
|
17173
|
+
import { jsx as jsx668 } from "react/jsx-runtime";
|
|
16966
17174
|
|
|
16967
17175
|
// src/utils/templates/spacing/padding/single.tsx
|
|
16968
|
-
import { Fragment as
|
|
17176
|
+
import { Fragment as Fragment146, jsx as jsx669, jsxs as jsxs348 } from "react/jsx-runtime";
|
|
16969
17177
|
|
|
16970
17178
|
// src/utils/templates/spacing/padding/x.tsx
|
|
16971
|
-
import { jsx as
|
|
17179
|
+
import { jsx as jsx670 } from "react/jsx-runtime";
|
|
16972
17180
|
|
|
16973
17181
|
// src/utils/templates/spacing/padding/y.tsx
|
|
16974
|
-
import { jsx as
|
|
17182
|
+
import { jsx as jsx671 } from "react/jsx-runtime";
|
|
16975
17183
|
|
|
16976
17184
|
// src/utils/templates/svg/fill/color.tsx
|
|
16977
|
-
import { Fragment as
|
|
17185
|
+
import { Fragment as Fragment147, jsx as jsx672, jsxs as jsxs349 } from "react/jsx-runtime";
|
|
16978
17186
|
|
|
16979
17187
|
// src/utils/templates/svg/stroke/color.tsx
|
|
16980
|
-
import { Fragment as
|
|
17188
|
+
import { Fragment as Fragment148, jsx as jsx673, jsxs as jsxs350 } from "react/jsx-runtime";
|
|
16981
17189
|
|
|
16982
17190
|
// src/utils/templates/table/border-collapse/collapse.tsx
|
|
16983
|
-
import { jsx as
|
|
17191
|
+
import { jsx as jsx674, jsxs as jsxs351 } from "react/jsx-runtime";
|
|
16984
17192
|
|
|
16985
17193
|
// src/utils/templates/table/border-collapse/separate.tsx
|
|
16986
|
-
import { jsx as
|
|
17194
|
+
import { jsx as jsx675, jsxs as jsxs352 } from "react/jsx-runtime";
|
|
16987
17195
|
|
|
16988
17196
|
// src/utils/templates/table/table-layout/auto.tsx
|
|
16989
|
-
import { jsx as
|
|
17197
|
+
import { jsx as jsx676, jsxs as jsxs353 } from "react/jsx-runtime";
|
|
16990
17198
|
|
|
16991
17199
|
// src/utils/templates/table/table-layout/fixed.tsx
|
|
16992
|
-
import { jsx as
|
|
17200
|
+
import { jsx as jsx677, jsxs as jsxs354 } from "react/jsx-runtime";
|
|
16993
17201
|
|
|
16994
17202
|
// src/utils/templates/transform/flip/horizontal.tsx
|
|
16995
|
-
import { jsx as
|
|
17203
|
+
import { jsx as jsx678, jsxs as jsxs355 } from "react/jsx-runtime";
|
|
16996
17204
|
|
|
16997
17205
|
// src/utils/templates/transform/flip/vertical.tsx
|
|
16998
|
-
import { jsx as
|
|
17206
|
+
import { jsx as jsx679, jsxs as jsxs356 } from "react/jsx-runtime";
|
|
16999
17207
|
|
|
17000
17208
|
// src/utils/templates/transform/origin/applying.tsx
|
|
17001
|
-
import { jsx as
|
|
17209
|
+
import { jsx as jsx680, jsxs as jsxs357 } from "react/jsx-runtime";
|
|
17002
17210
|
|
|
17003
17211
|
// src/utils/templates/transform/rotate/applying.tsx
|
|
17004
|
-
import { jsx as
|
|
17212
|
+
import { jsx as jsx681, jsxs as jsxs358 } from "react/jsx-runtime";
|
|
17005
17213
|
|
|
17006
17214
|
// src/utils/templates/transform/scale/applying.tsx
|
|
17007
|
-
import { jsx as
|
|
17215
|
+
import { jsx as jsx682, jsxs as jsxs359 } from "react/jsx-runtime";
|
|
17008
17216
|
|
|
17009
17217
|
// src/utils/templates/transform/skew/applying.tsx
|
|
17010
|
-
import { jsx as
|
|
17218
|
+
import { jsx as jsx683, jsxs as jsxs360 } from "react/jsx-runtime";
|
|
17011
17219
|
|
|
17012
17220
|
// src/utils/templates/transform/translate/applying.tsx
|
|
17013
|
-
import { jsx as
|
|
17221
|
+
import { jsx as jsx684, jsxs as jsxs361 } from "react/jsx-runtime";
|
|
17014
17222
|
|
|
17015
17223
|
// src/utils/templates/typography/font-style/italic.tsx
|
|
17016
|
-
import { jsx as
|
|
17224
|
+
import { jsx as jsx685 } from "react/jsx-runtime";
|
|
17017
17225
|
|
|
17018
17226
|
// src/utils/templates/typography/font-weight/size.tsx
|
|
17019
|
-
import { Fragment as
|
|
17227
|
+
import { Fragment as Fragment149, jsx as jsx686, jsxs as jsxs362 } from "react/jsx-runtime";
|
|
17020
17228
|
|
|
17021
17229
|
// src/utils/templates/typography/list-style-type/decimal.tsx
|
|
17022
|
-
import { jsx as
|
|
17230
|
+
import { jsx as jsx687, jsxs as jsxs363 } from "react/jsx-runtime";
|
|
17023
17231
|
|
|
17024
17232
|
// src/utils/templates/typography/list-style-type/disc.tsx
|
|
17025
|
-
import { jsx as
|
|
17233
|
+
import { jsx as jsx688, jsxs as jsxs364 } from "react/jsx-runtime";
|
|
17026
17234
|
|
|
17027
17235
|
// src/utils/templates/typography/list-style-type/none.tsx
|
|
17028
|
-
import { jsx as
|
|
17236
|
+
import { jsx as jsx689, jsxs as jsxs365 } from "react/jsx-runtime";
|
|
17029
17237
|
|
|
17030
17238
|
// src/utils/templates/typography/text-align/center.tsx
|
|
17031
|
-
import { jsx as
|
|
17239
|
+
import { jsx as jsx690 } from "react/jsx-runtime";
|
|
17032
17240
|
|
|
17033
17241
|
// src/utils/templates/typography/text-align/justify.tsx
|
|
17034
|
-
import { jsx as
|
|
17242
|
+
import { jsx as jsx691 } from "react/jsx-runtime";
|
|
17035
17243
|
|
|
17036
17244
|
// src/utils/templates/typography/text-align/left.tsx
|
|
17037
|
-
import { jsx as
|
|
17245
|
+
import { jsx as jsx692 } from "react/jsx-runtime";
|
|
17038
17246
|
|
|
17039
17247
|
// src/utils/templates/typography/text-align/right.tsx
|
|
17040
|
-
import { jsx as
|
|
17248
|
+
import { jsx as jsx693 } from "react/jsx-runtime";
|
|
17041
17249
|
|
|
17042
17250
|
// src/utils/templates/typography/text-color/inherit.tsx
|
|
17043
|
-
import { jsx as
|
|
17251
|
+
import { jsx as jsx694 } from "react/jsx-runtime";
|
|
17044
17252
|
|
|
17045
17253
|
// src/utils/templates/typography/text-color/white.tsx
|
|
17046
|
-
import { jsx as
|
|
17254
|
+
import { jsx as jsx695 } from "react/jsx-runtime";
|
|
17047
17255
|
|
|
17048
17256
|
// src/utils/templates/typography/text-decoration/all.tsx
|
|
17049
|
-
import { Fragment as
|
|
17257
|
+
import { Fragment as Fragment150, jsx as jsx696, jsxs as jsxs366 } from "react/jsx-runtime";
|
|
17050
17258
|
|
|
17051
17259
|
// src/utils/templates/typography/text-overflow/clip.tsx
|
|
17052
|
-
import { jsx as
|
|
17260
|
+
import { jsx as jsx697 } from "react/jsx-runtime";
|
|
17053
17261
|
|
|
17054
17262
|
// src/utils/templates/typography/text-overflow/ellipsis.tsx
|
|
17055
|
-
import { jsx as
|
|
17263
|
+
import { jsx as jsx698 } from "react/jsx-runtime";
|
|
17056
17264
|
|
|
17057
17265
|
// src/utils/templates/typography/text-transform/all.tsx
|
|
17058
|
-
import { Fragment as
|
|
17266
|
+
import { Fragment as Fragment151, jsx as jsx699, jsxs as jsxs367 } from "react/jsx-runtime";
|
|
17059
17267
|
|
|
17060
17268
|
// src/utils/templates/typography/vertical-align/baseline.tsx
|
|
17061
|
-
import { jsx as
|
|
17269
|
+
import { jsx as jsx700, jsxs as jsxs368 } from "react/jsx-runtime";
|
|
17062
17270
|
|
|
17063
17271
|
// src/utils/templates/typography/vertical-align/bottom.tsx
|
|
17064
|
-
import { jsx as
|
|
17272
|
+
import { jsx as jsx701, jsxs as jsxs369 } from "react/jsx-runtime";
|
|
17065
17273
|
|
|
17066
17274
|
// src/utils/templates/typography/vertical-align/center.tsx
|
|
17067
|
-
import { jsx as
|
|
17275
|
+
import { jsx as jsx702, jsxs as jsxs370 } from "react/jsx-runtime";
|
|
17068
17276
|
|
|
17069
17277
|
// src/utils/templates/typography/vertical-align/top.tsx
|
|
17070
|
-
import { jsx as
|
|
17278
|
+
import { jsx as jsx703, jsxs as jsxs371 } from "react/jsx-runtime";
|
|
17071
17279
|
|
|
17072
17280
|
// src/utils/templates/typography/white-space/normal.tsx
|
|
17073
|
-
import { jsx as
|
|
17281
|
+
import { jsx as jsx704 } from "react/jsx-runtime";
|
|
17074
17282
|
|
|
17075
17283
|
// src/utils/templates/typography/white-space/nowrap.tsx
|
|
17076
|
-
import { jsx as
|
|
17284
|
+
import { jsx as jsx705 } from "react/jsx-runtime";
|
|
17077
17285
|
|
|
17078
17286
|
// src/utils/templates/typography/white-space/pre-line.tsx
|
|
17079
|
-
import { jsx as
|
|
17287
|
+
import { jsx as jsx706 } from "react/jsx-runtime";
|
|
17080
17288
|
|
|
17081
17289
|
// src/utils/templates/typography/white-space/pre-wrap.tsx
|
|
17082
|
-
import { jsx as
|
|
17290
|
+
import { jsx as jsx707 } from "react/jsx-runtime";
|
|
17083
17291
|
|
|
17084
17292
|
// src/utils/templates/typography/white-space/pre.tsx
|
|
17085
|
-
import { jsx as
|
|
17293
|
+
import { jsx as jsx708 } from "react/jsx-runtime";
|
|
17086
17294
|
|
|
17087
17295
|
// src/taskboard/tests/taskboard-column.tsx
|
|
17088
|
-
import { Fragment as
|
|
17296
|
+
import { Fragment as Fragment152, jsx as jsx709, jsxs as jsxs372 } from "react/jsx-runtime";
|
|
17089
17297
|
var style = `
|
|
17090
17298
|
#test-area {
|
|
17091
17299
|
max-width: 1030px;
|
|
@@ -17096,64 +17304,64 @@ var style = `
|
|
|
17096
17304
|
padding: 20px 20px 0;
|
|
17097
17305
|
}
|
|
17098
17306
|
`;
|
|
17099
|
-
var taskboard_column_default = () => /* @__PURE__ */
|
|
17100
|
-
/* @__PURE__ */
|
|
17101
|
-
/* @__PURE__ */
|
|
17102
|
-
/* @__PURE__ */
|
|
17103
|
-
/* @__PURE__ */
|
|
17104
|
-
/* @__PURE__ */
|
|
17105
|
-
/* @__PURE__ */
|
|
17106
|
-
/* @__PURE__ */
|
|
17307
|
+
var taskboard_column_default = () => /* @__PURE__ */ jsxs372(Fragment152, { children: [
|
|
17308
|
+
/* @__PURE__ */ jsx709("style", { children: style }),
|
|
17309
|
+
/* @__PURE__ */ jsxs372("div", { id: "test-area", className: "k-d-grid k-grid-cols-1", children: [
|
|
17310
|
+
/* @__PURE__ */ jsx709("section", { children: /* @__PURE__ */ jsxs372(TaskBoard, { children: [
|
|
17311
|
+
/* @__PURE__ */ jsx709(TaskBoardColumn, { children: /* @__PURE__ */ jsxs372(TaskBoardCard, { children: [
|
|
17312
|
+
/* @__PURE__ */ jsxs372(CardHeader, { className: "k-hbox", details: true, children: [
|
|
17313
|
+
/* @__PURE__ */ jsx709("a", { className: "k-card-title k-link", href: "#", children: "Card Title" }),
|
|
17314
|
+
/* @__PURE__ */ jsx709("span", { className: "k-spacer" })
|
|
17107
17315
|
] }),
|
|
17108
|
-
/* @__PURE__ */
|
|
17316
|
+
/* @__PURE__ */ jsx709(CardBody, { children: /* @__PURE__ */ jsx709("p", { children: "Card Body" }) })
|
|
17109
17317
|
] }) }),
|
|
17110
|
-
/* @__PURE__ */
|
|
17111
|
-
/* @__PURE__ */
|
|
17112
|
-
/* @__PURE__ */
|
|
17113
|
-
/* @__PURE__ */
|
|
17114
|
-
/* @__PURE__ */
|
|
17115
|
-
/* @__PURE__ */
|
|
17116
|
-
/* @__PURE__ */
|
|
17318
|
+
/* @__PURE__ */ jsx709(TaskBoardColumn, { edit: true, header: /* @__PURE__ */ jsxs372(Fragment152, { children: [
|
|
17319
|
+
/* @__PURE__ */ jsx709("div", { className: "k-taskboard-column-header-text k-text-ellipsis", children: /* @__PURE__ */ jsx709(Textbox, { placeholder: "Edit column name..." }) }),
|
|
17320
|
+
/* @__PURE__ */ jsx709("span", { className: "k-spacer" }),
|
|
17321
|
+
/* @__PURE__ */ jsxs372("div", { className: "k-taskboard-column-header-actions", children: [
|
|
17322
|
+
/* @__PURE__ */ jsx709(Button, { fillMode: "flat", icon: "pencil" }),
|
|
17323
|
+
/* @__PURE__ */ jsx709(Button, { fillMode: "flat", icon: "x" }),
|
|
17324
|
+
/* @__PURE__ */ jsx709(Button, { fillMode: "flat", icon: "plus" })
|
|
17117
17325
|
] })
|
|
17118
|
-
] }), children: /* @__PURE__ */
|
|
17119
|
-
/* @__PURE__ */
|
|
17120
|
-
/* @__PURE__ */
|
|
17121
|
-
/* @__PURE__ */
|
|
17326
|
+
] }), children: /* @__PURE__ */ jsxs372(TaskBoardCard, { children: [
|
|
17327
|
+
/* @__PURE__ */ jsxs372(CardHeader, { className: "k-hbox", details: true, children: [
|
|
17328
|
+
/* @__PURE__ */ jsx709("a", { className: "k-card-title k-link", href: "#", children: "Card Title" }),
|
|
17329
|
+
/* @__PURE__ */ jsx709("span", { className: "k-spacer" })
|
|
17122
17330
|
] }),
|
|
17123
|
-
/* @__PURE__ */
|
|
17331
|
+
/* @__PURE__ */ jsx709(CardBody, { children: /* @__PURE__ */ jsx709("p", { children: "Card Body" }) })
|
|
17124
17332
|
] }) }),
|
|
17125
|
-
/* @__PURE__ */
|
|
17126
|
-
/* @__PURE__ */
|
|
17127
|
-
/* @__PURE__ */
|
|
17128
|
-
/* @__PURE__ */
|
|
17129
|
-
/* @__PURE__ */
|
|
17130
|
-
/* @__PURE__ */
|
|
17131
|
-
/* @__PURE__ */
|
|
17333
|
+
/* @__PURE__ */ jsx709(TaskBoardColumn, { header: /* @__PURE__ */ jsxs372(Fragment152, { children: [
|
|
17334
|
+
/* @__PURE__ */ jsx709("div", { className: "k-taskboard-column-header-text k-text-ellipsis", children: /* @__PURE__ */ jsx709(Textbox, { placeholder: "New column..." }) }),
|
|
17335
|
+
/* @__PURE__ */ jsx709("span", { className: "k-spacer" }),
|
|
17336
|
+
/* @__PURE__ */ jsxs372("div", { className: "k-taskboard-column-header-actions", children: [
|
|
17337
|
+
/* @__PURE__ */ jsx709(Button, { fillMode: "flat", icon: "pencil" }),
|
|
17338
|
+
/* @__PURE__ */ jsx709(Button, { fillMode: "flat", icon: "x" }),
|
|
17339
|
+
/* @__PURE__ */ jsx709(Button, { fillMode: "flat", icon: "plus" })
|
|
17132
17340
|
] })
|
|
17133
17341
|
] }) })
|
|
17134
17342
|
] }) }),
|
|
17135
|
-
/* @__PURE__ */
|
|
17136
|
-
/* @__PURE__ */
|
|
17137
|
-
/* @__PURE__ */
|
|
17138
|
-
/* @__PURE__ */
|
|
17139
|
-
/* @__PURE__ */
|
|
17343
|
+
/* @__PURE__ */ jsx709("section", { children: /* @__PURE__ */ jsxs372(TaskBoard, { children: [
|
|
17344
|
+
/* @__PURE__ */ jsx709(TaskBoardColumn, { className: "k-focus", children: /* @__PURE__ */ jsxs372(TaskBoardCard, { children: [
|
|
17345
|
+
/* @__PURE__ */ jsxs372(CardHeader, { className: "k-hbox", details: true, children: [
|
|
17346
|
+
/* @__PURE__ */ jsx709("a", { className: "k-card-title k-link", href: "#", children: "Card Title" }),
|
|
17347
|
+
/* @__PURE__ */ jsx709("span", { className: "k-spacer" })
|
|
17140
17348
|
] }),
|
|
17141
|
-
/* @__PURE__ */
|
|
17349
|
+
/* @__PURE__ */ jsx709(CardBody, { children: /* @__PURE__ */ jsx709("p", { children: "Card Body" }) })
|
|
17142
17350
|
] }) }),
|
|
17143
|
-
/* @__PURE__ */
|
|
17144
|
-
/* @__PURE__ */
|
|
17145
|
-
/* @__PURE__ */
|
|
17146
|
-
/* @__PURE__ */
|
|
17147
|
-
/* @__PURE__ */
|
|
17148
|
-
/* @__PURE__ */
|
|
17149
|
-
/* @__PURE__ */
|
|
17351
|
+
/* @__PURE__ */ jsx709(TaskBoardColumn, { header: /* @__PURE__ */ jsxs372(Fragment152, { children: [
|
|
17352
|
+
/* @__PURE__ */ jsx709("div", { className: "k-taskboard-column-header-text k-text-ellipsis", children: "Column with a very very very very very very very very long title" }),
|
|
17353
|
+
/* @__PURE__ */ jsx709("span", { className: "k-spacer" }),
|
|
17354
|
+
/* @__PURE__ */ jsxs372("div", { className: "k-taskboard-column-header-actions", children: [
|
|
17355
|
+
/* @__PURE__ */ jsx709(Button, { fillMode: "flat", icon: "pencil" }),
|
|
17356
|
+
/* @__PURE__ */ jsx709(Button, { fillMode: "flat", icon: "plus" }),
|
|
17357
|
+
/* @__PURE__ */ jsx709(Button, { fillMode: "flat", icon: "x" })
|
|
17150
17358
|
] })
|
|
17151
|
-
] }), children: /* @__PURE__ */
|
|
17152
|
-
/* @__PURE__ */
|
|
17153
|
-
/* @__PURE__ */
|
|
17154
|
-
/* @__PURE__ */
|
|
17359
|
+
] }), children: /* @__PURE__ */ jsxs372(TaskBoardCard, { children: [
|
|
17360
|
+
/* @__PURE__ */ jsxs372(CardHeader, { className: "k-hbox", details: true, children: [
|
|
17361
|
+
/* @__PURE__ */ jsx709("a", { className: "k-card-title k-link", href: "#", children: "Card Title" }),
|
|
17362
|
+
/* @__PURE__ */ jsx709("span", { className: "k-spacer" })
|
|
17155
17363
|
] }),
|
|
17156
|
-
/* @__PURE__ */
|
|
17364
|
+
/* @__PURE__ */ jsx709(CardBody, { children: /* @__PURE__ */ jsx709("p", { children: "Card Body" }) })
|
|
17157
17365
|
] }) })
|
|
17158
17366
|
] }) })
|
|
17159
17367
|
] })
|