@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
|
@@ -10249,7 +10249,7 @@ var Form = (props) => {
|
|
|
10249
10249
|
tag = defaultProps76.tag,
|
|
10250
10250
|
children
|
|
10251
10251
|
} = props;
|
|
10252
|
-
const Parent = ({ tag: tag2, className:
|
|
10252
|
+
const Parent = ({ tag: tag2, className: className32, children: children2 }) => tag2 === "form" ? /* @__PURE__ */ jsx227("form", { className: className32, children: children2 }) : /* @__PURE__ */ jsx227("div", { className: className32, children: children2 });
|
|
10253
10253
|
const formChildren = [];
|
|
10254
10254
|
if (children) {
|
|
10255
10255
|
if (Array.isArray(children)) {
|
|
@@ -14999,121 +14999,143 @@ import { jsx as jsx405 } from "react/jsx-runtime";
|
|
|
14999
14999
|
// src/grid/grid-toolbar.spec.tsx
|
|
15000
15000
|
import { jsx as jsx406 } from "react/jsx-runtime";
|
|
15001
15001
|
|
|
15002
|
-
// src/
|
|
15002
|
+
// src/treelist/treelist.spec.tsx
|
|
15003
15003
|
import { jsx as jsx407 } from "react/jsx-runtime";
|
|
15004
|
-
var
|
|
15004
|
+
var TREELIST_CLASSNAME = "k-treelist";
|
|
15005
15005
|
var states139 = [];
|
|
15006
15006
|
var options129 = {};
|
|
15007
15007
|
var defaultProps129 = {};
|
|
15008
|
+
var TreeList = (props) => /* @__PURE__ */ jsx407(
|
|
15009
|
+
Grid,
|
|
15010
|
+
{
|
|
15011
|
+
...props,
|
|
15012
|
+
className: classNames(
|
|
15013
|
+
TREELIST_CLASSNAME,
|
|
15014
|
+
props.className
|
|
15015
|
+
),
|
|
15016
|
+
children: props.children
|
|
15017
|
+
}
|
|
15018
|
+
);
|
|
15019
|
+
TreeList.states = states139;
|
|
15020
|
+
TreeList.options = options129;
|
|
15021
|
+
TreeList.className = TREELIST_CLASSNAME;
|
|
15022
|
+
TreeList.defaultProps = defaultProps129;
|
|
15023
|
+
|
|
15024
|
+
// src/filter/filter-preview.tsx
|
|
15025
|
+
import { jsx as jsx408 } from "react/jsx-runtime";
|
|
15026
|
+
var FILTER_PREVIEW_CLASSNAME = "k-filter-preview";
|
|
15027
|
+
var states140 = [];
|
|
15028
|
+
var options130 = {};
|
|
15029
|
+
var defaultProps130 = {};
|
|
15008
15030
|
var FilterPreview = (props) => {
|
|
15009
15031
|
const { fields } = props;
|
|
15010
15032
|
const expressionPreview = [];
|
|
15011
15033
|
if (fields) {
|
|
15012
15034
|
fields.map(({ name, value }) => {
|
|
15013
15035
|
expressionPreview.push(
|
|
15014
|
-
/* @__PURE__ */
|
|
15036
|
+
/* @__PURE__ */ jsx408("span", { className: `k-filter-preview-${name}`, children: `${value} ` })
|
|
15015
15037
|
);
|
|
15016
15038
|
});
|
|
15017
15039
|
}
|
|
15018
|
-
return /* @__PURE__ */
|
|
15040
|
+
return /* @__PURE__ */ jsx408("div", { className: classNames(FILTER_PREVIEW_CLASSNAME), children: expressionPreview });
|
|
15019
15041
|
};
|
|
15020
|
-
FilterPreview.states =
|
|
15021
|
-
FilterPreview.options =
|
|
15022
|
-
FilterPreview.defaultProps =
|
|
15042
|
+
FilterPreview.states = states140;
|
|
15043
|
+
FilterPreview.options = options130;
|
|
15044
|
+
FilterPreview.defaultProps = defaultProps130;
|
|
15023
15045
|
FilterPreview.className = FILTER_PREVIEW_CLASSNAME;
|
|
15024
15046
|
|
|
15025
15047
|
// src/filter/filter.spec.tsx
|
|
15026
|
-
import { Fragment as Fragment119, jsx as
|
|
15048
|
+
import { Fragment as Fragment119, jsx as jsx409, jsxs as jsxs164 } from "react/jsx-runtime";
|
|
15027
15049
|
var FILTER_CLASSNAME = "k-filter";
|
|
15028
|
-
var
|
|
15029
|
-
var
|
|
15030
|
-
var
|
|
15050
|
+
var states141 = [];
|
|
15051
|
+
var options131 = {};
|
|
15052
|
+
var defaultProps131 = {};
|
|
15031
15053
|
var Filter = (props) => {
|
|
15032
15054
|
const {
|
|
15033
15055
|
children,
|
|
15034
15056
|
showApplyButton
|
|
15035
15057
|
} = props;
|
|
15036
15058
|
const filterChildren = [];
|
|
15037
|
-
let expressionPreview = /* @__PURE__ */
|
|
15059
|
+
let expressionPreview = /* @__PURE__ */ jsx409(Fragment119, {});
|
|
15038
15060
|
if (children) {
|
|
15039
15061
|
if (Array.isArray(children)) {
|
|
15040
15062
|
children.map((child) => {
|
|
15041
15063
|
if (child.type !== FilterPreview) {
|
|
15042
15064
|
filterChildren.push(child);
|
|
15043
15065
|
} else {
|
|
15044
|
-
expressionPreview = /* @__PURE__ */
|
|
15066
|
+
expressionPreview = /* @__PURE__ */ jsx409(FilterPreview, { ...child.props });
|
|
15045
15067
|
}
|
|
15046
15068
|
});
|
|
15047
15069
|
}
|
|
15048
15070
|
}
|
|
15049
15071
|
return /* @__PURE__ */ jsxs164("div", { className: classNames(props.className, FILTER_CLASSNAME), children: [
|
|
15050
|
-
/* @__PURE__ */
|
|
15072
|
+
/* @__PURE__ */ jsx409("ul", { className: "k-filter-container", children: /* @__PURE__ */ jsx409("li", { className: "k-filter-group-main", children: filterChildren }) }),
|
|
15051
15073
|
expressionPreview,
|
|
15052
|
-
showApplyButton && /* @__PURE__ */
|
|
15074
|
+
showApplyButton && /* @__PURE__ */ jsx409(Button, { className: "k-filter-apply", children: "Apply" })
|
|
15053
15075
|
] });
|
|
15054
15076
|
};
|
|
15055
|
-
Filter.states =
|
|
15056
|
-
Filter.options =
|
|
15057
|
-
Filter.defaultProps =
|
|
15077
|
+
Filter.states = states141;
|
|
15078
|
+
Filter.options = options131;
|
|
15079
|
+
Filter.defaultProps = defaultProps131;
|
|
15058
15080
|
Filter.className = FILTER_CLASSNAME;
|
|
15059
15081
|
|
|
15060
15082
|
// src/filter/filter-toolbar.tsx
|
|
15061
|
-
import { jsx as
|
|
15083
|
+
import { jsx as jsx410 } from "react/jsx-runtime";
|
|
15062
15084
|
var FILTER_TOOLBAR_CLASSNAME = "k-filter-toolbar";
|
|
15063
|
-
var
|
|
15064
|
-
var
|
|
15065
|
-
var
|
|
15085
|
+
var states142 = [];
|
|
15086
|
+
var options132 = {};
|
|
15087
|
+
var defaultProps132 = {};
|
|
15066
15088
|
var FilterToolbar = (props) => {
|
|
15067
15089
|
const { children } = props;
|
|
15068
|
-
return /* @__PURE__ */
|
|
15090
|
+
return /* @__PURE__ */ jsx410("div", { className: classNames(FILTER_TOOLBAR_CLASSNAME), children });
|
|
15069
15091
|
};
|
|
15070
|
-
FilterToolbar.states =
|
|
15071
|
-
FilterToolbar.options =
|
|
15072
|
-
FilterToolbar.defaultProps =
|
|
15092
|
+
FilterToolbar.states = states142;
|
|
15093
|
+
FilterToolbar.options = options132;
|
|
15094
|
+
FilterToolbar.defaultProps = defaultProps132;
|
|
15073
15095
|
|
|
15074
15096
|
// src/filter/filter-lines.tsx
|
|
15075
|
-
import { jsx as
|
|
15097
|
+
import { jsx as jsx411 } from "react/jsx-runtime";
|
|
15076
15098
|
var FILTER_LINES_CLASSNAME = "k-filter-lines";
|
|
15077
|
-
var
|
|
15078
|
-
var
|
|
15079
|
-
var
|
|
15099
|
+
var states143 = [];
|
|
15100
|
+
var options133 = {};
|
|
15101
|
+
var defaultProps133 = {};
|
|
15080
15102
|
var FilterLines = (props) => {
|
|
15081
15103
|
const { children } = props;
|
|
15082
|
-
return /* @__PURE__ */
|
|
15104
|
+
return /* @__PURE__ */ jsx411("ul", { className: classNames(FILTER_LINES_CLASSNAME), children });
|
|
15083
15105
|
};
|
|
15084
|
-
FilterLines.states =
|
|
15085
|
-
FilterLines.options =
|
|
15086
|
-
FilterLines.defaultProps =
|
|
15106
|
+
FilterLines.states = states143;
|
|
15107
|
+
FilterLines.options = options133;
|
|
15108
|
+
FilterLines.defaultProps = defaultProps133;
|
|
15087
15109
|
|
|
15088
15110
|
// src/filter/filter-item.tsx
|
|
15089
|
-
import { jsx as
|
|
15111
|
+
import { jsx as jsx412 } from "react/jsx-runtime";
|
|
15090
15112
|
var FILTER_ITEM_CLASSNAME = "k-filter-item";
|
|
15091
|
-
var
|
|
15092
|
-
var
|
|
15093
|
-
var
|
|
15113
|
+
var states144 = [];
|
|
15114
|
+
var options134 = {};
|
|
15115
|
+
var defaultProps134 = {};
|
|
15094
15116
|
var FilterItem = (props) => {
|
|
15095
15117
|
const { children } = props;
|
|
15096
|
-
return /* @__PURE__ */
|
|
15118
|
+
return /* @__PURE__ */ jsx412("li", { className: classNames(FILTER_ITEM_CLASSNAME), children });
|
|
15097
15119
|
};
|
|
15098
|
-
FilterItem.states =
|
|
15099
|
-
FilterItem.options =
|
|
15100
|
-
FilterItem.defaultProps =
|
|
15120
|
+
FilterItem.states = states144;
|
|
15121
|
+
FilterItem.options = options134;
|
|
15122
|
+
FilterItem.defaultProps = defaultProps134;
|
|
15101
15123
|
|
|
15102
15124
|
// src/filter/templates/filter-normal.tsx
|
|
15103
|
-
import { jsx as
|
|
15125
|
+
import { jsx as jsx413, jsxs as jsxs165 } from "react/jsx-runtime";
|
|
15104
15126
|
|
|
15105
15127
|
// src/taskboard/taskboard-toolbar.tsx
|
|
15106
|
-
import { jsx as
|
|
15128
|
+
import { jsx as jsx414 } from "react/jsx-runtime";
|
|
15107
15129
|
var TASKBOARDTOOLBAR_CLASSNAME = `k-taskboard-toolbar`;
|
|
15108
|
-
var
|
|
15109
|
-
var
|
|
15110
|
-
var
|
|
15130
|
+
var states145 = [];
|
|
15131
|
+
var options135 = {};
|
|
15132
|
+
var defaultProps135 = {};
|
|
15111
15133
|
var TaskBoardToolbar = (props) => {
|
|
15112
15134
|
const {
|
|
15113
15135
|
children,
|
|
15114
15136
|
...other
|
|
15115
15137
|
} = props;
|
|
15116
|
-
return /* @__PURE__ */
|
|
15138
|
+
return /* @__PURE__ */ jsx414(
|
|
15117
15139
|
Toolbar,
|
|
15118
15140
|
{
|
|
15119
15141
|
...other,
|
|
@@ -15125,27 +15147,27 @@ var TaskBoardToolbar = (props) => {
|
|
|
15125
15147
|
}
|
|
15126
15148
|
);
|
|
15127
15149
|
};
|
|
15128
|
-
TaskBoardToolbar.states =
|
|
15129
|
-
TaskBoardToolbar.options =
|
|
15150
|
+
TaskBoardToolbar.states = states145;
|
|
15151
|
+
TaskBoardToolbar.options = options135;
|
|
15130
15152
|
TaskBoardToolbar.className = TASKBOARDTOOLBAR_CLASSNAME;
|
|
15131
|
-
TaskBoardToolbar.defaultProps =
|
|
15153
|
+
TaskBoardToolbar.defaultProps = defaultProps135;
|
|
15132
15154
|
|
|
15133
15155
|
// src/taskboard/taskboard-pane.tsx
|
|
15134
|
-
import { Fragment as Fragment120, jsx as
|
|
15156
|
+
import { Fragment as Fragment120, jsx as jsx415, jsxs as jsxs166 } from "react/jsx-runtime";
|
|
15135
15157
|
var TASKBOARDPANE_CLASSNAME = `k-taskboard-pane`;
|
|
15136
|
-
var
|
|
15137
|
-
var
|
|
15158
|
+
var states146 = [];
|
|
15159
|
+
var options136 = {};
|
|
15138
15160
|
var defaultHeader = /* @__PURE__ */ jsxs166(Fragment120, { children: [
|
|
15139
|
-
/* @__PURE__ */
|
|
15140
|
-
/* @__PURE__ */
|
|
15141
|
-
/* @__PURE__ */
|
|
15161
|
+
/* @__PURE__ */ jsx415("div", { className: "k-taskboard-pane-header-text", children: "Card X" }),
|
|
15162
|
+
/* @__PURE__ */ jsx415("span", { className: "k-spacer" }),
|
|
15163
|
+
/* @__PURE__ */ jsx415("div", { className: "k-taskboard-pane-header-actions", children: /* @__PURE__ */ jsx415(Button, { fillMode: "flat", icon: "x" }) })
|
|
15142
15164
|
] });
|
|
15143
|
-
var
|
|
15165
|
+
var defaultProps136 = {
|
|
15144
15166
|
header: defaultHeader
|
|
15145
15167
|
};
|
|
15146
15168
|
var TaskBoardPane = (props) => {
|
|
15147
15169
|
const {
|
|
15148
|
-
header =
|
|
15170
|
+
header = defaultProps136.header,
|
|
15149
15171
|
...other
|
|
15150
15172
|
} = props;
|
|
15151
15173
|
return /* @__PURE__ */ jsxs166(
|
|
@@ -15158,34 +15180,34 @@ var TaskBoardPane = (props) => {
|
|
|
15158
15180
|
"k-taskboard-edit-pane"
|
|
15159
15181
|
),
|
|
15160
15182
|
children: [
|
|
15161
|
-
/* @__PURE__ */
|
|
15162
|
-
/* @__PURE__ */
|
|
15183
|
+
/* @__PURE__ */ jsx415("div", { className: "k-taskboard-pane-header", children: header }),
|
|
15184
|
+
/* @__PURE__ */ jsx415("div", { className: "k-taskboard-pane-content", children: props.children }),
|
|
15163
15185
|
/* @__PURE__ */ jsxs166(ActionButtons, { alignment: "end", className: "k-taskboard-pane-actions", children: [
|
|
15164
|
-
/* @__PURE__ */
|
|
15165
|
-
/* @__PURE__ */
|
|
15186
|
+
/* @__PURE__ */ jsx415(Button, { icon: "trash", children: "Delete" }),
|
|
15187
|
+
/* @__PURE__ */ jsx415(Button, { themeColor: "primary", icon: "pencil", children: "Edit" })
|
|
15166
15188
|
] })
|
|
15167
15189
|
]
|
|
15168
15190
|
}
|
|
15169
15191
|
);
|
|
15170
15192
|
};
|
|
15171
|
-
TaskBoardPane.states =
|
|
15172
|
-
TaskBoardPane.options =
|
|
15193
|
+
TaskBoardPane.states = states146;
|
|
15194
|
+
TaskBoardPane.options = options136;
|
|
15173
15195
|
TaskBoardPane.className = TASKBOARDPANE_CLASSNAME;
|
|
15174
|
-
TaskBoardPane.defaultProps =
|
|
15196
|
+
TaskBoardPane.defaultProps = defaultProps136;
|
|
15175
15197
|
|
|
15176
15198
|
// src/taskboard/taskboard.spec.tsx
|
|
15177
|
-
import { Fragment as Fragment121, jsx as
|
|
15199
|
+
import { Fragment as Fragment121, jsx as jsx416, jsxs as jsxs167 } from "react/jsx-runtime";
|
|
15178
15200
|
var TASKBOARD_CLASSNAME = `k-taskboard`;
|
|
15179
|
-
var
|
|
15201
|
+
var states147 = [
|
|
15180
15202
|
States.disabled
|
|
15181
15203
|
];
|
|
15182
|
-
var
|
|
15183
|
-
var defaultToolbar2 = /* @__PURE__ */
|
|
15184
|
-
/* @__PURE__ */
|
|
15185
|
-
/* @__PURE__ */
|
|
15186
|
-
/* @__PURE__ */
|
|
15204
|
+
var options137 = {};
|
|
15205
|
+
var defaultToolbar2 = /* @__PURE__ */ jsx416(Fragment121, { children: /* @__PURE__ */ jsxs167(TaskBoardToolbar, { children: [
|
|
15206
|
+
/* @__PURE__ */ jsx416(Button, { icon: "plus", children: "Add Column" }),
|
|
15207
|
+
/* @__PURE__ */ jsx416("span", { className: "k-spacer" }),
|
|
15208
|
+
/* @__PURE__ */ jsx416(Searchbox, { placeholder: "Search..." })
|
|
15187
15209
|
] }) });
|
|
15188
|
-
var
|
|
15210
|
+
var defaultProps137 = {
|
|
15189
15211
|
toolbar: defaultToolbar2,
|
|
15190
15212
|
pane: false,
|
|
15191
15213
|
panePosition: "end"
|
|
@@ -15193,8 +15215,8 @@ var defaultProps136 = {
|
|
|
15193
15215
|
var TaskBoard = (props) => {
|
|
15194
15216
|
const {
|
|
15195
15217
|
disabled,
|
|
15196
|
-
toolbar =
|
|
15197
|
-
panePosition =
|
|
15218
|
+
toolbar = defaultProps137.toolbar,
|
|
15219
|
+
panePosition = defaultProps137.panePosition,
|
|
15198
15220
|
pane,
|
|
15199
15221
|
...other
|
|
15200
15222
|
} = props;
|
|
@@ -15210,45 +15232,45 @@ var TaskBoard = (props) => {
|
|
|
15210
15232
|
})
|
|
15211
15233
|
),
|
|
15212
15234
|
children: [
|
|
15213
|
-
/* @__PURE__ */
|
|
15214
|
-
/* @__PURE__ */
|
|
15235
|
+
/* @__PURE__ */ jsx416("div", { className: "k-taskboard-header", children: toolbar }),
|
|
15236
|
+
/* @__PURE__ */ jsx416("div", { className: "k-taskboard-content", style: {
|
|
15215
15237
|
marginRight: pane && panePosition === "end" ? "304px" : void 0,
|
|
15216
15238
|
marginLeft: pane && panePosition === "start" ? "304px" : void 0
|
|
15217
|
-
}, children: /* @__PURE__ */
|
|
15218
|
-
pane && /* @__PURE__ */
|
|
15239
|
+
}, children: /* @__PURE__ */ jsx416("div", { className: "k-taskboard-columns-container", children: props.children }) }),
|
|
15240
|
+
pane && /* @__PURE__ */ jsx416(Fragment121, { children: /* @__PURE__ */ jsx416(TaskBoardPane, { className: classNames(
|
|
15219
15241
|
{
|
|
15220
15242
|
["k-taskboard-pane-start"]: panePosition === "start"
|
|
15221
15243
|
}
|
|
15222
|
-
), children: /* @__PURE__ */
|
|
15244
|
+
), children: /* @__PURE__ */ jsx416(FormNormal, { formButtons: null, children: /* @__PURE__ */ jsx416(FormField, { label: "Textbox:", editor: /* @__PURE__ */ jsx416(Textbox, {}) }) }) }) })
|
|
15223
15245
|
]
|
|
15224
15246
|
}
|
|
15225
15247
|
);
|
|
15226
15248
|
};
|
|
15227
|
-
TaskBoard.states =
|
|
15228
|
-
TaskBoard.options =
|
|
15249
|
+
TaskBoard.states = states147;
|
|
15250
|
+
TaskBoard.options = options137;
|
|
15229
15251
|
TaskBoard.className = TASKBOARD_CLASSNAME;
|
|
15230
|
-
TaskBoard.defaultProps =
|
|
15252
|
+
TaskBoard.defaultProps = defaultProps137;
|
|
15231
15253
|
|
|
15232
15254
|
// src/taskboard/taskboard-column.tsx
|
|
15233
|
-
import { Fragment as Fragment122, jsx as
|
|
15255
|
+
import { Fragment as Fragment122, jsx as jsx417, jsxs as jsxs168 } from "react/jsx-runtime";
|
|
15234
15256
|
var TASKBOARDCOLUMN_CLASSNAME = `k-taskboard-column`;
|
|
15235
|
-
var
|
|
15236
|
-
var
|
|
15257
|
+
var states148 = [];
|
|
15258
|
+
var options138 = {};
|
|
15237
15259
|
var defaultHeader2 = /* @__PURE__ */ jsxs168(Fragment122, { children: [
|
|
15238
|
-
/* @__PURE__ */
|
|
15239
|
-
/* @__PURE__ */
|
|
15260
|
+
/* @__PURE__ */ jsx417("div", { className: "k-taskboard-column-header-text k-text-ellipsis", children: "Column Header" }),
|
|
15261
|
+
/* @__PURE__ */ jsx417("span", { className: "k-spacer" }),
|
|
15240
15262
|
/* @__PURE__ */ jsxs168("div", { className: "k-taskboard-column-header-actions", children: [
|
|
15241
|
-
/* @__PURE__ */
|
|
15242
|
-
/* @__PURE__ */
|
|
15243
|
-
/* @__PURE__ */
|
|
15263
|
+
/* @__PURE__ */ jsx417(Button, { fillMode: "flat", icon: "pencil" }),
|
|
15264
|
+
/* @__PURE__ */ jsx417(Button, { fillMode: "flat", icon: "plus" }),
|
|
15265
|
+
/* @__PURE__ */ jsx417(Button, { fillMode: "flat", icon: "x" })
|
|
15244
15266
|
] })
|
|
15245
15267
|
] });
|
|
15246
|
-
var
|
|
15268
|
+
var defaultProps138 = {
|
|
15247
15269
|
header: defaultHeader2
|
|
15248
15270
|
};
|
|
15249
15271
|
var TaskBoardColumn = (props) => {
|
|
15250
15272
|
const {
|
|
15251
|
-
header =
|
|
15273
|
+
header = defaultProps138.header,
|
|
15252
15274
|
edit,
|
|
15253
15275
|
...other
|
|
15254
15276
|
} = props;
|
|
@@ -15264,30 +15286,30 @@ var TaskBoardColumn = (props) => {
|
|
|
15264
15286
|
}
|
|
15265
15287
|
),
|
|
15266
15288
|
children: [
|
|
15267
|
-
/* @__PURE__ */
|
|
15268
|
-
/* @__PURE__ */
|
|
15289
|
+
/* @__PURE__ */ jsx417("div", { className: "k-taskboard-column-header", children: header }),
|
|
15290
|
+
/* @__PURE__ */ jsx417("div", { className: "k-taskboard-column-cards-container", children: /* @__PURE__ */ jsx417("div", { className: "k-taskboard-column-cards", children: props.children }) })
|
|
15269
15291
|
]
|
|
15270
15292
|
}
|
|
15271
15293
|
);
|
|
15272
15294
|
};
|
|
15273
|
-
TaskBoardColumn.states =
|
|
15274
|
-
TaskBoardColumn.options =
|
|
15295
|
+
TaskBoardColumn.states = states148;
|
|
15296
|
+
TaskBoardColumn.options = options138;
|
|
15275
15297
|
TaskBoardColumn.className = TASKBOARDCOLUMN_CLASSNAME;
|
|
15276
|
-
TaskBoardColumn.defaultProps =
|
|
15298
|
+
TaskBoardColumn.defaultProps = defaultProps138;
|
|
15277
15299
|
|
|
15278
15300
|
// src/taskboard/taskboard-card.tsx
|
|
15279
|
-
import { jsx as
|
|
15301
|
+
import { jsx as jsx418 } from "react/jsx-runtime";
|
|
15280
15302
|
var TASKBOARDCARD_CLASSNAME = `k-taskboard-card`;
|
|
15281
|
-
var
|
|
15282
|
-
var
|
|
15283
|
-
var
|
|
15303
|
+
var states149 = [];
|
|
15304
|
+
var options139 = {};
|
|
15305
|
+
var defaultProps139 = {};
|
|
15284
15306
|
var TaskBoardCard = (props) => {
|
|
15285
15307
|
const {
|
|
15286
15308
|
children,
|
|
15287
15309
|
category,
|
|
15288
15310
|
...other
|
|
15289
15311
|
} = props;
|
|
15290
|
-
return /* @__PURE__ */
|
|
15312
|
+
return /* @__PURE__ */ jsx418(
|
|
15291
15313
|
Card,
|
|
15292
15314
|
{
|
|
15293
15315
|
...other,
|
|
@@ -15302,19 +15324,205 @@ var TaskBoardCard = (props) => {
|
|
|
15302
15324
|
}
|
|
15303
15325
|
);
|
|
15304
15326
|
};
|
|
15305
|
-
TaskBoardCard.states =
|
|
15306
|
-
TaskBoardCard.options =
|
|
15327
|
+
TaskBoardCard.states = states149;
|
|
15328
|
+
TaskBoardCard.options = options139;
|
|
15307
15329
|
TaskBoardCard.className = TASKBOARDCARD_CLASSNAME;
|
|
15308
|
-
TaskBoardCard.defaultProps =
|
|
15330
|
+
TaskBoardCard.defaultProps = defaultProps139;
|
|
15309
15331
|
|
|
15310
15332
|
// src/taskboard/templates/taskboard-normal.tsx
|
|
15311
|
-
import { Fragment as Fragment123, jsx as
|
|
15333
|
+
import { Fragment as Fragment123, jsx as jsx419, jsxs as jsxs169 } from "react/jsx-runtime";
|
|
15334
|
+
|
|
15335
|
+
// src/column-menu/column-menu.spec.tsx
|
|
15336
|
+
import { jsx as jsx420 } from "react/jsx-runtime";
|
|
15337
|
+
var COLUMNMENU_CLASSNAME = `k-column-menu`;
|
|
15338
|
+
var states150 = [];
|
|
15339
|
+
var options140 = {};
|
|
15340
|
+
var defaultProps140 = {
|
|
15341
|
+
view: "list"
|
|
15342
|
+
};
|
|
15343
|
+
var ColumnMenu = (props) => {
|
|
15344
|
+
const {
|
|
15345
|
+
view = defaultProps140.view,
|
|
15346
|
+
...other
|
|
15347
|
+
} = props;
|
|
15348
|
+
return /* @__PURE__ */ jsx420(
|
|
15349
|
+
"div",
|
|
15350
|
+
{
|
|
15351
|
+
...other,
|
|
15352
|
+
className: classNames(
|
|
15353
|
+
props.className,
|
|
15354
|
+
COLUMNMENU_CLASSNAME,
|
|
15355
|
+
{
|
|
15356
|
+
"k-column-menu-tabbed": view === "tabbed"
|
|
15357
|
+
}
|
|
15358
|
+
),
|
|
15359
|
+
children: props.children
|
|
15360
|
+
}
|
|
15361
|
+
);
|
|
15362
|
+
};
|
|
15363
|
+
ColumnMenu.states = states150;
|
|
15364
|
+
ColumnMenu.options = options140;
|
|
15365
|
+
ColumnMenu.className = COLUMNMENU_CLASSNAME;
|
|
15366
|
+
ColumnMenu.defaultProps = defaultProps140;
|
|
15367
|
+
|
|
15368
|
+
// src/column-menu/column-menu-item.spec.tsx
|
|
15369
|
+
import { jsx as jsx421, jsxs as jsxs170 } from "react/jsx-runtime";
|
|
15370
|
+
var COLUMNMENUITEM_CLASSNAME = `k-columnmenu-item`;
|
|
15371
|
+
var states151 = [
|
|
15372
|
+
States.focus,
|
|
15373
|
+
States.selected
|
|
15374
|
+
];
|
|
15375
|
+
var options141 = {};
|
|
15376
|
+
var defaultProps141 = {};
|
|
15377
|
+
var ColumnMenuItem = (props) => {
|
|
15378
|
+
const {
|
|
15379
|
+
focus,
|
|
15380
|
+
selected,
|
|
15381
|
+
text,
|
|
15382
|
+
icon,
|
|
15383
|
+
...other
|
|
15384
|
+
} = props;
|
|
15385
|
+
return /* @__PURE__ */ jsxs170(
|
|
15386
|
+
"div",
|
|
15387
|
+
{
|
|
15388
|
+
...other,
|
|
15389
|
+
className: classNames(
|
|
15390
|
+
props.className,
|
|
15391
|
+
COLUMNMENUITEM_CLASSNAME,
|
|
15392
|
+
stateClassNames(COLUMNMENUITEM_CLASSNAME, {
|
|
15393
|
+
focus,
|
|
15394
|
+
selected
|
|
15395
|
+
})
|
|
15396
|
+
),
|
|
15397
|
+
children: [
|
|
15398
|
+
/* @__PURE__ */ jsx421(Icon, { icon }),
|
|
15399
|
+
text,
|
|
15400
|
+
props.children
|
|
15401
|
+
]
|
|
15402
|
+
}
|
|
15403
|
+
);
|
|
15404
|
+
};
|
|
15405
|
+
ColumnMenuItem.states = states151;
|
|
15406
|
+
ColumnMenuItem.options = options141;
|
|
15407
|
+
ColumnMenuItem.className = COLUMNMENUITEM_CLASSNAME;
|
|
15408
|
+
ColumnMenuItem.defaultProps = defaultProps141;
|
|
15409
|
+
|
|
15410
|
+
// src/column-menu/column-menu-item-wrapper.tsx
|
|
15411
|
+
import { jsx as jsx422 } from "react/jsx-runtime";
|
|
15412
|
+
|
|
15413
|
+
// src/column-menu/column-menu-item-content.tsx
|
|
15414
|
+
import { jsx as jsx423 } from "react/jsx-runtime";
|
|
15415
|
+
var className31 = `k-columnmenu-item-content`;
|
|
15416
|
+
var ColumnMenuItemContent = (props) => /* @__PURE__ */ jsx423(
|
|
15417
|
+
"div",
|
|
15418
|
+
{
|
|
15419
|
+
...props,
|
|
15420
|
+
className: classNames(
|
|
15421
|
+
props.className,
|
|
15422
|
+
className31,
|
|
15423
|
+
"k-columns-item"
|
|
15424
|
+
),
|
|
15425
|
+
children: props.children
|
|
15426
|
+
}
|
|
15427
|
+
);
|
|
15428
|
+
|
|
15429
|
+
// src/column-menu/filter-menu.spec.tsx
|
|
15430
|
+
import { jsx as jsx424 } from "react/jsx-runtime";
|
|
15431
|
+
var FILTERMENU_CLASSNAME = `k-filter-menu`;
|
|
15432
|
+
var states152 = [];
|
|
15433
|
+
var options142 = {};
|
|
15434
|
+
var defaultProps142 = {};
|
|
15435
|
+
var FilterMenu = (props) => {
|
|
15436
|
+
const {
|
|
15437
|
+
...other
|
|
15438
|
+
} = props;
|
|
15439
|
+
return /* @__PURE__ */ jsx424(
|
|
15440
|
+
"form",
|
|
15441
|
+
{
|
|
15442
|
+
...other,
|
|
15443
|
+
className: classNames(
|
|
15444
|
+
props.className,
|
|
15445
|
+
FILTERMENU_CLASSNAME
|
|
15446
|
+
),
|
|
15447
|
+
children: /* @__PURE__ */ jsx424("div", { className: "k-filter-menu-container", children: props.children })
|
|
15448
|
+
}
|
|
15449
|
+
);
|
|
15450
|
+
};
|
|
15451
|
+
FilterMenu.states = states152;
|
|
15452
|
+
FilterMenu.options = options142;
|
|
15453
|
+
FilterMenu.className = FILTERMENU_CLASSNAME;
|
|
15454
|
+
FilterMenu.defaultProps = defaultProps142;
|
|
15455
|
+
|
|
15456
|
+
// src/column-menu/column-menu-multicheck-wrap.tsx
|
|
15457
|
+
import { jsx as jsx425 } from "react/jsx-runtime";
|
|
15458
|
+
|
|
15459
|
+
// src/column-menu/column-menu-multicheck-item.tsx
|
|
15460
|
+
import { jsx as jsx426, jsxs as jsxs171 } from "react/jsx-runtime";
|
|
15461
|
+
|
|
15462
|
+
// src/column-menu/column-menu-expander.spec.tsx
|
|
15463
|
+
import { Fragment as Fragment124, jsx as jsx427, jsxs as jsxs172 } from "react/jsx-runtime";
|
|
15464
|
+
var COLUMNMENUEXPANDER_CLASSNAME = `k-expander`;
|
|
15465
|
+
var states153 = [];
|
|
15466
|
+
var options143 = {};
|
|
15467
|
+
var defaultProps143 = {};
|
|
15468
|
+
var ColumnMenuExpander = (props) => {
|
|
15469
|
+
const {
|
|
15470
|
+
itemText,
|
|
15471
|
+
itemIcon,
|
|
15472
|
+
expanded,
|
|
15473
|
+
itemContent,
|
|
15474
|
+
expanderIcon,
|
|
15475
|
+
...other
|
|
15476
|
+
} = props;
|
|
15477
|
+
let icon = /* @__PURE__ */ jsx427(Fragment124, {});
|
|
15478
|
+
if (!expanded && !expanderIcon) {
|
|
15479
|
+
icon = /* @__PURE__ */ jsx427(Icon, { icon: "chevron-down" });
|
|
15480
|
+
} else if (expanded && !expanderIcon) {
|
|
15481
|
+
icon = /* @__PURE__ */ jsx427(Icon, { icon: "chevron-up" });
|
|
15482
|
+
} else {
|
|
15483
|
+
icon = /* @__PURE__ */ jsx427(Icon, { icon: expanderIcon });
|
|
15484
|
+
}
|
|
15485
|
+
return /* @__PURE__ */ jsxs172(
|
|
15486
|
+
"div",
|
|
15487
|
+
{
|
|
15488
|
+
...other,
|
|
15489
|
+
className: classNames(
|
|
15490
|
+
props.className,
|
|
15491
|
+
COLUMNMENUEXPANDER_CLASSNAME
|
|
15492
|
+
),
|
|
15493
|
+
children: [
|
|
15494
|
+
/* @__PURE__ */ jsxs172(ColumnMenuItem, { text: itemText, icon: itemIcon, children: [
|
|
15495
|
+
/* @__PURE__ */ jsx427("span", { className: "k-spacer" }),
|
|
15496
|
+
/* @__PURE__ */ jsx427("span", { className: "k-expander-indicator", children: icon })
|
|
15497
|
+
] }),
|
|
15498
|
+
expanded && /* @__PURE__ */ jsx427(ColumnMenuItemContent, { children: itemContent }),
|
|
15499
|
+
props.children
|
|
15500
|
+
]
|
|
15501
|
+
}
|
|
15502
|
+
);
|
|
15503
|
+
};
|
|
15504
|
+
ColumnMenuExpander.states = states153;
|
|
15505
|
+
ColumnMenuExpander.options = options143;
|
|
15506
|
+
ColumnMenuExpander.className = COLUMNMENUEXPANDER_CLASSNAME;
|
|
15507
|
+
ColumnMenuExpander.defaultProps = defaultProps143;
|
|
15508
|
+
|
|
15509
|
+
// src/column-menu/templates/column-menu-normal.tsx
|
|
15510
|
+
import { jsx as jsx428, jsxs as jsxs173 } from "react/jsx-runtime";
|
|
15511
|
+
|
|
15512
|
+
// src/column-menu/templates/column-menu-tabbed.tsx
|
|
15513
|
+
import { jsx as jsx429, jsxs as jsxs174 } from "react/jsx-runtime";
|
|
15514
|
+
|
|
15515
|
+
// src/column-menu/templates/filter-menu-normal.tsx
|
|
15516
|
+
import { jsx as jsx430, jsxs as jsxs175 } from "react/jsx-runtime";
|
|
15517
|
+
|
|
15518
|
+
// src/column-menu/templates/filter-menu-multi-check.tsx
|
|
15519
|
+
import { jsx as jsx431, jsxs as jsxs176 } from "react/jsx-runtime";
|
|
15312
15520
|
|
|
15313
15521
|
// src/chat/chat.spec.tsx
|
|
15314
|
-
import { Fragment as
|
|
15522
|
+
import { Fragment as Fragment125, jsx as jsx432, jsxs as jsxs177 } from "react/jsx-runtime";
|
|
15315
15523
|
var CHAT_CLASSNAME = "k-chat";
|
|
15316
|
-
var
|
|
15317
|
-
var
|
|
15524
|
+
var states154 = [];
|
|
15525
|
+
var options144 = {};
|
|
15318
15526
|
var defaultOptions = {
|
|
15319
15527
|
showToolbar: true,
|
|
15320
15528
|
showMessageBox: true,
|
|
@@ -15328,7 +15536,7 @@ var Chat = (props) => {
|
|
|
15328
15536
|
showMoreButton,
|
|
15329
15537
|
...other
|
|
15330
15538
|
} = props;
|
|
15331
|
-
return /* @__PURE__ */
|
|
15539
|
+
return /* @__PURE__ */ jsxs177(
|
|
15332
15540
|
"div",
|
|
15333
15541
|
{
|
|
15334
15542
|
...other,
|
|
@@ -15338,63 +15546,63 @@ var Chat = (props) => {
|
|
|
15338
15546
|
),
|
|
15339
15547
|
dir,
|
|
15340
15548
|
children: [
|
|
15341
|
-
/* @__PURE__ */
|
|
15342
|
-
showMessageBox && /* @__PURE__ */
|
|
15549
|
+
/* @__PURE__ */ jsx432("div", { className: "k-message-list k-avatars", children: /* @__PURE__ */ jsx432("div", { className: "k-message-list-content", children: props.children }) }),
|
|
15550
|
+
showMessageBox && /* @__PURE__ */ jsx432(
|
|
15343
15551
|
Textbox,
|
|
15344
15552
|
{
|
|
15345
15553
|
className: "k-message-box",
|
|
15346
15554
|
placeholder: "Type a message...",
|
|
15347
|
-
suffix: /* @__PURE__ */
|
|
15348
|
-
showMoreButton && /* @__PURE__ */
|
|
15349
|
-
/* @__PURE__ */
|
|
15555
|
+
suffix: /* @__PURE__ */ jsxs177(Fragment125, { children: [
|
|
15556
|
+
showMoreButton && /* @__PURE__ */ jsx432(Button, { fillMode: "flat", icon: "more-horizontal" }),
|
|
15557
|
+
/* @__PURE__ */ jsx432(Button, { fillMode: "flat", icon: "paper-plane", className: "k-chat-send" })
|
|
15350
15558
|
] })
|
|
15351
15559
|
}
|
|
15352
15560
|
),
|
|
15353
|
-
showToolbar && /* @__PURE__ */
|
|
15354
|
-
/* @__PURE__ */
|
|
15355
|
-
/* @__PURE__ */
|
|
15356
|
-
/* @__PURE__ */
|
|
15357
|
-
/* @__PURE__ */
|
|
15358
|
-
/* @__PURE__ */
|
|
15359
|
-
/* @__PURE__ */
|
|
15360
|
-
/* @__PURE__ */
|
|
15361
|
-
/* @__PURE__ */
|
|
15362
|
-
/* @__PURE__ */
|
|
15363
|
-
/* @__PURE__ */
|
|
15364
|
-
/* @__PURE__ */
|
|
15561
|
+
showToolbar && /* @__PURE__ */ jsxs177("div", { className: "k-chat-toolbar k-toolbar", children: [
|
|
15562
|
+
/* @__PURE__ */ jsx432(Button, { className: classNames("k-scroll-button", "k-scroll-button-left", dir === "rtl" ? "" : "k-hidden"), icon: "chevron-left" }),
|
|
15563
|
+
/* @__PURE__ */ jsxs177("div", { className: "k-toolbar-group k-button-list", children: [
|
|
15564
|
+
/* @__PURE__ */ jsx432(Button, { icon: "arrow-rotate-cw" }),
|
|
15565
|
+
/* @__PURE__ */ jsx432(Button, { icon: "gear" }),
|
|
15566
|
+
/* @__PURE__ */ jsx432(Button, { icon: "wrench" }),
|
|
15567
|
+
/* @__PURE__ */ jsx432(Button, { icon: "plus" }),
|
|
15568
|
+
/* @__PURE__ */ jsx432(Button, { icon: "search" }),
|
|
15569
|
+
/* @__PURE__ */ jsx432(Button, { icon: "star" }),
|
|
15570
|
+
/* @__PURE__ */ jsx432(Button, { icon: "bell" }),
|
|
15571
|
+
/* @__PURE__ */ jsx432(Button, { icon: "question-circle" }),
|
|
15572
|
+
/* @__PURE__ */ jsx432(Button, { icon: "trash" })
|
|
15365
15573
|
] }),
|
|
15366
|
-
/* @__PURE__ */
|
|
15574
|
+
/* @__PURE__ */ jsx432(Button, { className: classNames("k-scroll-button", "k-scroll-button-right", dir === "rtl" && "k-hidden"), icon: "chevron-right" })
|
|
15367
15575
|
] })
|
|
15368
15576
|
]
|
|
15369
15577
|
}
|
|
15370
15578
|
);
|
|
15371
15579
|
};
|
|
15372
|
-
Chat.states =
|
|
15373
|
-
Chat.options =
|
|
15580
|
+
Chat.states = states154;
|
|
15581
|
+
Chat.options = options144;
|
|
15374
15582
|
Chat.className = CHAT_CLASSNAME;
|
|
15375
15583
|
Chat.defaultOptions = defaultOptions;
|
|
15376
15584
|
|
|
15377
15585
|
// src/chat/chat-message.tsx
|
|
15378
|
-
import { jsx as
|
|
15586
|
+
import { jsx as jsx433, jsxs as jsxs178 } from "react/jsx-runtime";
|
|
15379
15587
|
var CHATMESSAGE_CLASSNAME = "k-message";
|
|
15380
|
-
var
|
|
15588
|
+
var states155 = [
|
|
15381
15589
|
States.selected
|
|
15382
15590
|
];
|
|
15383
|
-
var
|
|
15384
|
-
var
|
|
15591
|
+
var options145 = {};
|
|
15592
|
+
var defaultProps144 = {
|
|
15385
15593
|
time: "Thu Feb 08 2018",
|
|
15386
15594
|
text: "How can I help you?",
|
|
15387
15595
|
status: "Seen"
|
|
15388
15596
|
};
|
|
15389
15597
|
var ChatMessage = (props) => {
|
|
15390
15598
|
const {
|
|
15391
|
-
time =
|
|
15392
|
-
text =
|
|
15393
|
-
status =
|
|
15599
|
+
time = defaultProps144.time,
|
|
15600
|
+
text = defaultProps144.text,
|
|
15601
|
+
status = defaultProps144.status,
|
|
15394
15602
|
selected,
|
|
15395
15603
|
...other
|
|
15396
15604
|
} = props;
|
|
15397
|
-
return /* @__PURE__ */
|
|
15605
|
+
return /* @__PURE__ */ jsxs178(
|
|
15398
15606
|
"div",
|
|
15399
15607
|
{
|
|
15400
15608
|
...other,
|
|
@@ -15404,39 +15612,39 @@ var ChatMessage = (props) => {
|
|
|
15404
15612
|
stateClassNames(CHATMESSAGE_CLASSNAME, { selected })
|
|
15405
15613
|
),
|
|
15406
15614
|
children: [
|
|
15407
|
-
/* @__PURE__ */
|
|
15408
|
-
/* @__PURE__ */
|
|
15409
|
-
/* @__PURE__ */
|
|
15615
|
+
/* @__PURE__ */ jsx433("time", { className: "k-message-time", children: time }),
|
|
15616
|
+
/* @__PURE__ */ jsx433("div", { className: "k-chat-bubble", children: text }),
|
|
15617
|
+
/* @__PURE__ */ jsx433("span", { className: "k-message-status", children: status })
|
|
15410
15618
|
]
|
|
15411
15619
|
}
|
|
15412
15620
|
);
|
|
15413
15621
|
};
|
|
15414
|
-
ChatMessage.states =
|
|
15415
|
-
ChatMessage.options =
|
|
15622
|
+
ChatMessage.states = states155;
|
|
15623
|
+
ChatMessage.options = options145;
|
|
15416
15624
|
ChatMessage.className = CHATMESSAGE_CLASSNAME;
|
|
15417
|
-
ChatMessage.defaultProps =
|
|
15625
|
+
ChatMessage.defaultProps = defaultProps144;
|
|
15418
15626
|
|
|
15419
15627
|
// src/chat/chat-message-group.tsx
|
|
15420
|
-
import { jsx as
|
|
15628
|
+
import { jsx as jsx434, jsxs as jsxs179 } from "react/jsx-runtime";
|
|
15421
15629
|
var CHATMESSAGEGROUP_CLASSNAME = "k-message-group";
|
|
15422
|
-
var
|
|
15630
|
+
var states156 = [
|
|
15423
15631
|
States.selected
|
|
15424
15632
|
];
|
|
15425
|
-
var
|
|
15426
|
-
var
|
|
15633
|
+
var options146 = {};
|
|
15634
|
+
var defaultProps145 = {
|
|
15427
15635
|
author: "Bruv",
|
|
15428
15636
|
avatar: "/packages/html/assets/avatar.jpg",
|
|
15429
15637
|
alt: false
|
|
15430
15638
|
};
|
|
15431
15639
|
var ChatMessageGroup = (props) => {
|
|
15432
15640
|
const {
|
|
15433
|
-
alt =
|
|
15434
|
-
author =
|
|
15435
|
-
avatar =
|
|
15641
|
+
alt = defaultProps145.alt,
|
|
15642
|
+
author = defaultProps145.author,
|
|
15643
|
+
avatar = defaultProps145.avatar,
|
|
15436
15644
|
selected,
|
|
15437
15645
|
...other
|
|
15438
15646
|
} = props;
|
|
15439
|
-
return /* @__PURE__ */
|
|
15647
|
+
return /* @__PURE__ */ jsxs179(
|
|
15440
15648
|
"div",
|
|
15441
15649
|
{
|
|
15442
15650
|
...other,
|
|
@@ -15450,23 +15658,23 @@ var ChatMessageGroup = (props) => {
|
|
|
15450
15658
|
}
|
|
15451
15659
|
),
|
|
15452
15660
|
children: [
|
|
15453
|
-
author && /* @__PURE__ */
|
|
15454
|
-
avatar && /* @__PURE__ */
|
|
15661
|
+
author && /* @__PURE__ */ jsx434("p", { className: "k-author", children: author }),
|
|
15662
|
+
avatar && /* @__PURE__ */ jsx434(Avatar, { type: "image", children: /* @__PURE__ */ jsx434("img", { src: avatar }) }),
|
|
15455
15663
|
props.children
|
|
15456
15664
|
]
|
|
15457
15665
|
}
|
|
15458
15666
|
);
|
|
15459
15667
|
};
|
|
15460
|
-
ChatMessageGroup.states =
|
|
15461
|
-
ChatMessageGroup.options =
|
|
15668
|
+
ChatMessageGroup.states = states156;
|
|
15669
|
+
ChatMessageGroup.options = options146;
|
|
15462
15670
|
ChatMessageGroup.className = CHATMESSAGEGROUP_CLASSNAME;
|
|
15463
|
-
ChatMessageGroup.defaultProps =
|
|
15671
|
+
ChatMessageGroup.defaultProps = defaultProps145;
|
|
15464
15672
|
|
|
15465
15673
|
// src/chat/chat-quick-replies.tsx
|
|
15466
|
-
import { jsx as
|
|
15674
|
+
import { jsx as jsx435 } from "react/jsx-runtime";
|
|
15467
15675
|
var CHATQUICKREPLY_CLASSNAME = "k-quick-replies";
|
|
15468
|
-
var
|
|
15469
|
-
var
|
|
15676
|
+
var states157 = [];
|
|
15677
|
+
var options147 = {};
|
|
15470
15678
|
var defaultOptions2 = {
|
|
15471
15679
|
actions: ["Quick", "Reply", "Another quick", "Reply with different length"]
|
|
15472
15680
|
};
|
|
@@ -15479,11 +15687,11 @@ var ChatQuickReply = (props) => {
|
|
|
15479
15687
|
if (actions) {
|
|
15480
15688
|
actions.map((action, index) => {
|
|
15481
15689
|
children.push(
|
|
15482
|
-
/* @__PURE__ */
|
|
15690
|
+
/* @__PURE__ */ jsx435("span", { className: "k-quick-reply", children: action }, index)
|
|
15483
15691
|
);
|
|
15484
15692
|
});
|
|
15485
15693
|
}
|
|
15486
|
-
return /* @__PURE__ */
|
|
15694
|
+
return /* @__PURE__ */ jsx435(
|
|
15487
15695
|
"div",
|
|
15488
15696
|
{
|
|
15489
15697
|
...other,
|
|
@@ -15495,26 +15703,26 @@ var ChatQuickReply = (props) => {
|
|
|
15495
15703
|
}
|
|
15496
15704
|
);
|
|
15497
15705
|
};
|
|
15498
|
-
ChatQuickReply.states =
|
|
15499
|
-
ChatQuickReply.options =
|
|
15706
|
+
ChatQuickReply.states = states157;
|
|
15707
|
+
ChatQuickReply.options = options147;
|
|
15500
15708
|
ChatQuickReply.className = CHATQUICKREPLY_CLASSNAME;
|
|
15501
15709
|
ChatQuickReply.defaultOptions = defaultOptions2;
|
|
15502
15710
|
|
|
15503
15711
|
// src/chat/templates/chat-normal.tsx
|
|
15504
|
-
import { Fragment as
|
|
15712
|
+
import { Fragment as Fragment126, jsx as jsx436, jsxs as jsxs180 } from "react/jsx-runtime";
|
|
15505
15713
|
|
|
15506
15714
|
// src/chat/templates/chat-with-toolbar.tsx
|
|
15507
|
-
import { Fragment as
|
|
15715
|
+
import { Fragment as Fragment127, jsx as jsx437, jsxs as jsxs181 } from "react/jsx-runtime";
|
|
15508
15716
|
|
|
15509
15717
|
// src/chat/templates/chat-with-options.tsx
|
|
15510
|
-
import { Fragment as
|
|
15718
|
+
import { Fragment as Fragment128, jsx as jsx438, jsxs as jsxs182 } from "react/jsx-runtime";
|
|
15511
15719
|
|
|
15512
15720
|
// src/timeline/timeline.spec.tsx
|
|
15513
|
-
import { Fragment as
|
|
15721
|
+
import { Fragment as Fragment129, jsx as jsx439 } from "react/jsx-runtime";
|
|
15514
15722
|
var TIMELINE_CLASSNAME = `k-timeline`;
|
|
15515
|
-
var
|
|
15516
|
-
var
|
|
15517
|
-
var
|
|
15723
|
+
var states158 = [];
|
|
15724
|
+
var options148 = {};
|
|
15725
|
+
var defaultProps146 = {
|
|
15518
15726
|
orientation: "vertical"
|
|
15519
15727
|
};
|
|
15520
15728
|
var Timeline = (props) => {
|
|
@@ -15524,7 +15732,7 @@ var Timeline = (props) => {
|
|
|
15524
15732
|
alternatingMode,
|
|
15525
15733
|
...other
|
|
15526
15734
|
} = props;
|
|
15527
|
-
return /* @__PURE__ */
|
|
15735
|
+
return /* @__PURE__ */ jsx439(
|
|
15528
15736
|
"div",
|
|
15529
15737
|
{
|
|
15530
15738
|
...other,
|
|
@@ -15537,21 +15745,21 @@ var Timeline = (props) => {
|
|
|
15537
15745
|
[`${TIMELINE_CLASSNAME}-collapsible`]: collapsibleEvents
|
|
15538
15746
|
}
|
|
15539
15747
|
),
|
|
15540
|
-
children: /* @__PURE__ */
|
|
15748
|
+
children: /* @__PURE__ */ jsx439(Fragment129, { children: props.children })
|
|
15541
15749
|
}
|
|
15542
15750
|
);
|
|
15543
15751
|
};
|
|
15544
|
-
Timeline.states =
|
|
15545
|
-
Timeline.options =
|
|
15752
|
+
Timeline.states = states158;
|
|
15753
|
+
Timeline.options = options148;
|
|
15546
15754
|
Timeline.className = TIMELINE_CLASSNAME;
|
|
15547
|
-
Timeline.defaultProps =
|
|
15755
|
+
Timeline.defaultProps = defaultProps146;
|
|
15548
15756
|
|
|
15549
15757
|
// src/timeline/vertical-timeline-event.spec.tsx
|
|
15550
|
-
import { jsx as
|
|
15758
|
+
import { jsx as jsx440, jsxs as jsxs183 } from "react/jsx-runtime";
|
|
15551
15759
|
var TIMELINEVERTICALEVENT_CLASSNAME = `k-timeline-event`;
|
|
15552
|
-
var
|
|
15553
|
-
var
|
|
15554
|
-
var
|
|
15760
|
+
var states159 = [];
|
|
15761
|
+
var options149 = {};
|
|
15762
|
+
var defaultProps147 = {
|
|
15555
15763
|
collapsed: false,
|
|
15556
15764
|
reverse: false,
|
|
15557
15765
|
title: "Event title",
|
|
@@ -15561,15 +15769,15 @@ var defaultProps142 = {
|
|
|
15561
15769
|
var VerticalTimelineEvent = (props) => {
|
|
15562
15770
|
const {
|
|
15563
15771
|
date,
|
|
15564
|
-
content =
|
|
15565
|
-
collapsed =
|
|
15566
|
-
reverse =
|
|
15567
|
-
title =
|
|
15568
|
-
subtitle =
|
|
15772
|
+
content = defaultProps147.content,
|
|
15773
|
+
collapsed = defaultProps147.collapsed,
|
|
15774
|
+
reverse = defaultProps147.reverse,
|
|
15775
|
+
title = defaultProps147.title,
|
|
15776
|
+
subtitle = defaultProps147.subtitle,
|
|
15569
15777
|
showCollapseButton,
|
|
15570
15778
|
...other
|
|
15571
15779
|
} = props;
|
|
15572
|
-
return /* @__PURE__ */
|
|
15780
|
+
return /* @__PURE__ */ jsxs183(
|
|
15573
15781
|
"li",
|
|
15574
15782
|
{
|
|
15575
15783
|
...other,
|
|
@@ -15579,43 +15787,43 @@ var VerticalTimelineEvent = (props) => {
|
|
|
15579
15787
|
{ "k-reverse": reverse }
|
|
15580
15788
|
),
|
|
15581
15789
|
children: [
|
|
15582
|
-
date && /* @__PURE__ */
|
|
15583
|
-
/* @__PURE__ */
|
|
15584
|
-
content && /* @__PURE__ */
|
|
15585
|
-
/* @__PURE__ */
|
|
15586
|
-
/* @__PURE__ */
|
|
15587
|
-
/* @__PURE__ */
|
|
15790
|
+
date && /* @__PURE__ */ jsx440("div", { className: "k-timeline-date-wrap", children: /* @__PURE__ */ jsx440("span", { className: "k-timeline-date", children: date }) }),
|
|
15791
|
+
/* @__PURE__ */ jsx440(TimelineCircle, {}),
|
|
15792
|
+
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: [
|
|
15793
|
+
/* @__PURE__ */ jsxs183(CardHeader, { children: [
|
|
15794
|
+
/* @__PURE__ */ jsx440(TimelineCardTitle, { collapsible: showCollapseButton, children: title }),
|
|
15795
|
+
/* @__PURE__ */ jsx440(CardSubtitle, { children: subtitle })
|
|
15588
15796
|
] }),
|
|
15589
|
-
/* @__PURE__ */
|
|
15797
|
+
/* @__PURE__ */ jsx440(CardBody, { children: /* @__PURE__ */ jsx440("div", { className: "k-card-description", children: content }) })
|
|
15590
15798
|
] }) }) }),
|
|
15591
15799
|
props.children
|
|
15592
15800
|
]
|
|
15593
15801
|
}
|
|
15594
15802
|
);
|
|
15595
15803
|
};
|
|
15596
|
-
VerticalTimelineEvent.states =
|
|
15597
|
-
VerticalTimelineEvent.options =
|
|
15804
|
+
VerticalTimelineEvent.states = states159;
|
|
15805
|
+
VerticalTimelineEvent.options = options149;
|
|
15598
15806
|
VerticalTimelineEvent.className = TIMELINEVERTICALEVENT_CLASSNAME;
|
|
15599
|
-
VerticalTimelineEvent.defaultProps =
|
|
15807
|
+
VerticalTimelineEvent.defaultProps = defaultProps147;
|
|
15600
15808
|
|
|
15601
15809
|
// src/timeline/horizontal-timeline-event.spec.tsx
|
|
15602
|
-
import { jsx as
|
|
15810
|
+
import { jsx as jsx441, jsxs as jsxs184 } from "react/jsx-runtime";
|
|
15603
15811
|
var TIMELINEHORIZONTALEVENT_CLASSNAME = `k-timeline-event`;
|
|
15604
|
-
var
|
|
15605
|
-
var
|
|
15606
|
-
var
|
|
15812
|
+
var states160 = [];
|
|
15813
|
+
var options150 = {};
|
|
15814
|
+
var defaultProps148 = {
|
|
15607
15815
|
title: "Event title",
|
|
15608
15816
|
subtitle: "Event subtitle",
|
|
15609
15817
|
content: "Event content"
|
|
15610
15818
|
};
|
|
15611
15819
|
var HorizontalTimelineEvent = (props) => {
|
|
15612
15820
|
const {
|
|
15613
|
-
content =
|
|
15614
|
-
title =
|
|
15615
|
-
subtitle =
|
|
15821
|
+
content = defaultProps148.content,
|
|
15822
|
+
title = defaultProps148.title,
|
|
15823
|
+
subtitle = defaultProps148.subtitle,
|
|
15616
15824
|
...other
|
|
15617
15825
|
} = props;
|
|
15618
|
-
return /* @__PURE__ */
|
|
15826
|
+
return /* @__PURE__ */ jsxs184(
|
|
15619
15827
|
"li",
|
|
15620
15828
|
{
|
|
15621
15829
|
...other,
|
|
@@ -15624,35 +15832,35 @@ var HorizontalTimelineEvent = (props) => {
|
|
|
15624
15832
|
TIMELINEHORIZONTALEVENT_CLASSNAME
|
|
15625
15833
|
),
|
|
15626
15834
|
children: [
|
|
15627
|
-
content && /* @__PURE__ */
|
|
15628
|
-
/* @__PURE__ */
|
|
15629
|
-
/* @__PURE__ */
|
|
15630
|
-
/* @__PURE__ */
|
|
15835
|
+
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: [
|
|
15836
|
+
/* @__PURE__ */ jsxs184(CardHeader, { children: [
|
|
15837
|
+
/* @__PURE__ */ jsx441(TimelineCardTitle, { children: title }),
|
|
15838
|
+
/* @__PURE__ */ jsx441(CardSubtitle, { children: subtitle })
|
|
15631
15839
|
] }),
|
|
15632
|
-
/* @__PURE__ */
|
|
15840
|
+
/* @__PURE__ */ jsx441(CardBody, { children: /* @__PURE__ */ jsx441("div", { className: "k-card-description", children: content }) })
|
|
15633
15841
|
] }) }) }),
|
|
15634
15842
|
props.children
|
|
15635
15843
|
]
|
|
15636
15844
|
}
|
|
15637
15845
|
);
|
|
15638
15846
|
};
|
|
15639
|
-
HorizontalTimelineEvent.states =
|
|
15640
|
-
HorizontalTimelineEvent.options =
|
|
15847
|
+
HorizontalTimelineEvent.states = states160;
|
|
15848
|
+
HorizontalTimelineEvent.options = options150;
|
|
15641
15849
|
HorizontalTimelineEvent.className = TIMELINEHORIZONTALEVENT_CLASSNAME;
|
|
15642
|
-
HorizontalTimelineEvent.defaultProps =
|
|
15850
|
+
HorizontalTimelineEvent.defaultProps = defaultProps148;
|
|
15643
15851
|
|
|
15644
15852
|
// src/timeline/timeline-event-list.spec.tsx
|
|
15645
|
-
import { jsx as
|
|
15853
|
+
import { jsx as jsx442 } from "react/jsx-runtime";
|
|
15646
15854
|
|
|
15647
15855
|
// src/timeline/timeline-flag-wrap.spec.tsx
|
|
15648
|
-
import { jsx as
|
|
15856
|
+
import { jsx as jsx443, jsxs as jsxs185 } from "react/jsx-runtime";
|
|
15649
15857
|
var TIMELINEFLAGWRAP_CLASSNAME = `k-timeline-flag-wrap`;
|
|
15650
|
-
var
|
|
15858
|
+
var states161 = [
|
|
15651
15859
|
States.focus,
|
|
15652
15860
|
States.selected
|
|
15653
15861
|
];
|
|
15654
|
-
var
|
|
15655
|
-
var
|
|
15862
|
+
var options151 = {};
|
|
15863
|
+
var defaultProps149 = {
|
|
15656
15864
|
year: "2020"
|
|
15657
15865
|
};
|
|
15658
15866
|
var TimelineFlagWrap = (props) => {
|
|
@@ -15660,7 +15868,7 @@ var TimelineFlagWrap = (props) => {
|
|
|
15660
15868
|
year,
|
|
15661
15869
|
...other
|
|
15662
15870
|
} = props;
|
|
15663
|
-
return /* @__PURE__ */
|
|
15871
|
+
return /* @__PURE__ */ jsxs185(
|
|
15664
15872
|
"li",
|
|
15665
15873
|
{
|
|
15666
15874
|
...other,
|
|
@@ -15669,25 +15877,25 @@ var TimelineFlagWrap = (props) => {
|
|
|
15669
15877
|
TIMELINEFLAGWRAP_CLASSNAME
|
|
15670
15878
|
),
|
|
15671
15879
|
children: [
|
|
15672
|
-
/* @__PURE__ */
|
|
15880
|
+
/* @__PURE__ */ jsx443("span", { className: "k-timeline-flag", children: year }),
|
|
15673
15881
|
props.children
|
|
15674
15882
|
]
|
|
15675
15883
|
}
|
|
15676
15884
|
);
|
|
15677
15885
|
};
|
|
15678
|
-
TimelineFlagWrap.states =
|
|
15679
|
-
TimelineFlagWrap.options =
|
|
15886
|
+
TimelineFlagWrap.states = states161;
|
|
15887
|
+
TimelineFlagWrap.options = options151;
|
|
15680
15888
|
TimelineFlagWrap.className = TIMELINEFLAGWRAP_CLASSNAME;
|
|
15681
|
-
TimelineFlagWrap.defaultProps =
|
|
15889
|
+
TimelineFlagWrap.defaultProps = defaultProps149;
|
|
15682
15890
|
|
|
15683
15891
|
// src/timeline/timeline-circle.spec.tsx
|
|
15684
|
-
import { jsx as
|
|
15892
|
+
import { jsx as jsx444 } from "react/jsx-runtime";
|
|
15685
15893
|
var TIMELINECIRCLE_CLASSNAME = `k-timeline-circle`;
|
|
15686
15894
|
var TimelineCircle = (props) => {
|
|
15687
15895
|
const {
|
|
15688
15896
|
...other
|
|
15689
15897
|
} = props;
|
|
15690
|
-
return /* @__PURE__ */
|
|
15898
|
+
return /* @__PURE__ */ jsx444(
|
|
15691
15899
|
"span",
|
|
15692
15900
|
{
|
|
15693
15901
|
...other,
|
|
@@ -15700,19 +15908,19 @@ var TimelineCircle = (props) => {
|
|
|
15700
15908
|
};
|
|
15701
15909
|
|
|
15702
15910
|
// src/timeline/timeline-flag.spec.tsx
|
|
15703
|
-
import { jsx as
|
|
15911
|
+
import { jsx as jsx445 } from "react/jsx-runtime";
|
|
15704
15912
|
|
|
15705
15913
|
// src/timeline/timeline-card.spec.tsx
|
|
15706
|
-
import { jsx as
|
|
15707
|
-
var
|
|
15708
|
-
var
|
|
15914
|
+
import { jsx as jsx446, jsxs as jsxs186 } from "react/jsx-runtime";
|
|
15915
|
+
var states162 = [];
|
|
15916
|
+
var defaultProps150 = {};
|
|
15709
15917
|
var TimelineCard = (props) => {
|
|
15710
15918
|
const {
|
|
15711
15919
|
callout,
|
|
15712
15920
|
children,
|
|
15713
15921
|
...other
|
|
15714
15922
|
} = props;
|
|
15715
|
-
return /* @__PURE__ */
|
|
15923
|
+
return /* @__PURE__ */ jsxs186(
|
|
15716
15924
|
Card,
|
|
15717
15925
|
{
|
|
15718
15926
|
className: classNames(
|
|
@@ -15722,27 +15930,27 @@ var TimelineCard = (props) => {
|
|
|
15722
15930
|
callout: "true",
|
|
15723
15931
|
...other,
|
|
15724
15932
|
children: [
|
|
15725
|
-
callout && /* @__PURE__ */
|
|
15933
|
+
callout && /* @__PURE__ */ jsx446(TimelineCardCallout, { callout }),
|
|
15726
15934
|
children
|
|
15727
15935
|
]
|
|
15728
15936
|
}
|
|
15729
15937
|
);
|
|
15730
15938
|
};
|
|
15731
|
-
TimelineCard.states =
|
|
15732
|
-
TimelineCard.defaultProps =
|
|
15939
|
+
TimelineCard.states = states162;
|
|
15940
|
+
TimelineCard.defaultProps = defaultProps150;
|
|
15733
15941
|
|
|
15734
15942
|
// src/timeline/timeline-card-title.tsx
|
|
15735
|
-
import { jsx as
|
|
15943
|
+
import { jsx as jsx447, jsxs as jsxs187 } from "react/jsx-runtime";
|
|
15736
15944
|
var TIMELINECARDTITLE_CLASSNAME = `k-card-title`;
|
|
15737
|
-
var
|
|
15738
|
-
var
|
|
15945
|
+
var states163 = [];
|
|
15946
|
+
var defaultProps151 = {};
|
|
15739
15947
|
var TimelineCardTitle = (props) => {
|
|
15740
15948
|
const {
|
|
15741
15949
|
collapsible,
|
|
15742
15950
|
children,
|
|
15743
15951
|
...other
|
|
15744
15952
|
} = props;
|
|
15745
|
-
return /* @__PURE__ */
|
|
15953
|
+
return /* @__PURE__ */ jsxs187(
|
|
15746
15954
|
"div",
|
|
15747
15955
|
{
|
|
15748
15956
|
className: classNames(
|
|
@@ -15751,26 +15959,26 @@ var TimelineCardTitle = (props) => {
|
|
|
15751
15959
|
),
|
|
15752
15960
|
...other,
|
|
15753
15961
|
children: [
|
|
15754
|
-
/* @__PURE__ */
|
|
15755
|
-
collapsible && /* @__PURE__ */
|
|
15962
|
+
/* @__PURE__ */ jsx447("span", { className: "k-event-title", children }),
|
|
15963
|
+
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" }) })
|
|
15756
15964
|
]
|
|
15757
15965
|
}
|
|
15758
15966
|
);
|
|
15759
15967
|
};
|
|
15760
|
-
TimelineCardTitle.states =
|
|
15968
|
+
TimelineCardTitle.states = states163;
|
|
15761
15969
|
TimelineCardTitle.className = TIMELINECARDTITLE_CLASSNAME;
|
|
15762
|
-
TimelineCardTitle.defaultProps =
|
|
15970
|
+
TimelineCardTitle.defaultProps = defaultProps151;
|
|
15763
15971
|
|
|
15764
15972
|
// src/timeline/timeline-card-callout.tsx
|
|
15765
|
-
import { jsx as
|
|
15973
|
+
import { jsx as jsx448 } from "react/jsx-runtime";
|
|
15766
15974
|
var TIMELINECARDCALLOUT_CLASSNAME = `k-timeline-card-callout`;
|
|
15767
|
-
var
|
|
15768
|
-
var
|
|
15975
|
+
var states164 = [];
|
|
15976
|
+
var defaultProps152 = {};
|
|
15769
15977
|
var TimelineCardCallout = (props) => {
|
|
15770
15978
|
const {
|
|
15771
15979
|
...other
|
|
15772
15980
|
} = props;
|
|
15773
|
-
return /* @__PURE__ */
|
|
15981
|
+
return /* @__PURE__ */ jsx448(
|
|
15774
15982
|
CardCallout,
|
|
15775
15983
|
{
|
|
15776
15984
|
className: classNames(
|
|
@@ -15781,24 +15989,24 @@ var TimelineCardCallout = (props) => {
|
|
|
15781
15989
|
}
|
|
15782
15990
|
);
|
|
15783
15991
|
};
|
|
15784
|
-
TimelineCardCallout.states =
|
|
15992
|
+
TimelineCardCallout.states = states164;
|
|
15785
15993
|
TimelineCardCallout.className = TIMELINECARDCALLOUT_CLASSNAME;
|
|
15786
|
-
TimelineCardCallout.defaultProps =
|
|
15994
|
+
TimelineCardCallout.defaultProps = defaultProps152;
|
|
15787
15995
|
|
|
15788
15996
|
// src/timeline/timeline-date-wrap.spec.tsx
|
|
15789
|
-
import { jsx as
|
|
15997
|
+
import { jsx as jsx449 } from "react/jsx-runtime";
|
|
15790
15998
|
var TIMELINEDATEWRAP_CLASSNAME = `k-timeline-date-wrap`;
|
|
15791
|
-
var
|
|
15792
|
-
var
|
|
15793
|
-
var
|
|
15999
|
+
var states165 = [];
|
|
16000
|
+
var options152 = {};
|
|
16001
|
+
var defaultProps153 = {
|
|
15794
16002
|
date: "May 25, 2008"
|
|
15795
16003
|
};
|
|
15796
16004
|
var TimelineDateWrap = (props) => {
|
|
15797
16005
|
const {
|
|
15798
|
-
date =
|
|
16006
|
+
date = defaultProps153.date,
|
|
15799
16007
|
...other
|
|
15800
16008
|
} = props;
|
|
15801
|
-
return /* @__PURE__ */
|
|
16009
|
+
return /* @__PURE__ */ jsx449(
|
|
15802
16010
|
"div",
|
|
15803
16011
|
{
|
|
15804
16012
|
...other,
|
|
@@ -15806,52 +16014,52 @@ var TimelineDateWrap = (props) => {
|
|
|
15806
16014
|
props.className,
|
|
15807
16015
|
TIMELINEDATEWRAP_CLASSNAME
|
|
15808
16016
|
),
|
|
15809
|
-
children: /* @__PURE__ */
|
|
16017
|
+
children: /* @__PURE__ */ jsx449("span", { className: "k-timeline-date", children: date })
|
|
15810
16018
|
}
|
|
15811
16019
|
);
|
|
15812
16020
|
};
|
|
15813
|
-
TimelineDateWrap.states =
|
|
15814
|
-
TimelineDateWrap.options =
|
|
16021
|
+
TimelineDateWrap.states = states165;
|
|
16022
|
+
TimelineDateWrap.options = options152;
|
|
15815
16023
|
TimelineDateWrap.className = TIMELINEDATEWRAP_CLASSNAME;
|
|
15816
|
-
TimelineDateWrap.defaultProps =
|
|
16024
|
+
TimelineDateWrap.defaultProps = defaultProps153;
|
|
15817
16025
|
|
|
15818
16026
|
// src/timeline/timeline-track-wrap.spec.tsx
|
|
15819
|
-
import { jsx as
|
|
16027
|
+
import { jsx as jsx450, jsxs as jsxs188 } from "react/jsx-runtime";
|
|
15820
16028
|
|
|
15821
16029
|
// src/timeline/timeline-track.spec.tsx
|
|
15822
|
-
import { jsx as
|
|
16030
|
+
import { jsx as jsx451 } from "react/jsx-runtime";
|
|
15823
16031
|
|
|
15824
16032
|
// src/timeline/timeline-track-item.spec.tsx
|
|
15825
|
-
import { jsxs as
|
|
16033
|
+
import { jsxs as jsxs189 } from "react/jsx-runtime";
|
|
15826
16034
|
|
|
15827
16035
|
// src/timeline/templates/timeline-normal.tsx
|
|
15828
|
-
import { jsx as
|
|
16036
|
+
import { jsx as jsx452, jsxs as jsxs190 } from "react/jsx-runtime";
|
|
15829
16037
|
|
|
15830
16038
|
// src/timeline/templates/timeline-normal-collapsible.tsx
|
|
15831
|
-
import { jsx as
|
|
16039
|
+
import { jsx as jsx453, jsxs as jsxs191 } from "react/jsx-runtime";
|
|
15832
16040
|
|
|
15833
16041
|
// src/timeline/templates/timeline-normal-alternating.tsx
|
|
15834
|
-
import { jsx as
|
|
16042
|
+
import { jsx as jsx454, jsxs as jsxs192 } from "react/jsx-runtime";
|
|
15835
16043
|
|
|
15836
16044
|
// src/timeline/templates/timeline-horizontal.tsx
|
|
15837
|
-
import { Fragment as
|
|
16045
|
+
import { Fragment as Fragment130, jsx as jsx455, jsxs as jsxs193 } from "react/jsx-runtime";
|
|
15838
16046
|
|
|
15839
16047
|
// src/pdf-viewer/pdf-viewer.spec.tsx
|
|
15840
|
-
import { Fragment as
|
|
16048
|
+
import { Fragment as Fragment131, jsx as jsx456, jsxs as jsxs194 } from "react/jsx-runtime";
|
|
15841
16049
|
var PDFVIEWER_CLASSNAME = `k-pdf-viewer`;
|
|
15842
|
-
var
|
|
16050
|
+
var states166 = [
|
|
15843
16051
|
States.disabled
|
|
15844
16052
|
];
|
|
15845
|
-
var
|
|
15846
|
-
var defaultToolbar3 = /* @__PURE__ */
|
|
15847
|
-
/* @__PURE__ */
|
|
15848
|
-
/* @__PURE__ */
|
|
15849
|
-
/* @__PURE__ */
|
|
15850
|
-
/* @__PURE__ */
|
|
15851
|
-
/* @__PURE__ */
|
|
15852
|
-
/* @__PURE__ */
|
|
16053
|
+
var options153 = {};
|
|
16054
|
+
var defaultToolbar3 = /* @__PURE__ */ jsx456(Fragment131, { children: /* @__PURE__ */ jsxs194(Toolbar, { resizable: true, children: [
|
|
16055
|
+
/* @__PURE__ */ jsx456(Pager, { type: "input", pageSizes: false, refresh: false, info: false }),
|
|
16056
|
+
/* @__PURE__ */ jsx456("span", { className: "k-spacer" }),
|
|
16057
|
+
/* @__PURE__ */ jsx456(Button, { fillMode: "flat", icon: "search" }),
|
|
16058
|
+
/* @__PURE__ */ jsx456(Button, { fillMode: "flat", icon: "file-pdf" }),
|
|
16059
|
+
/* @__PURE__ */ jsx456(Button, { fillMode: "flat", icon: "print" }),
|
|
16060
|
+
/* @__PURE__ */ jsx456(Button, { fillMode: "flat", icon: "fullscreen" })
|
|
15853
16061
|
] }) });
|
|
15854
|
-
var
|
|
16062
|
+
var defaultProps154 = {
|
|
15855
16063
|
toolbar: defaultToolbar3,
|
|
15856
16064
|
showSearchPanel: false,
|
|
15857
16065
|
blank: false
|
|
@@ -15864,7 +16072,7 @@ var PDFViewer = (props) => {
|
|
|
15864
16072
|
blank,
|
|
15865
16073
|
...other
|
|
15866
16074
|
} = props;
|
|
15867
|
-
return /* @__PURE__ */
|
|
16075
|
+
return /* @__PURE__ */ jsxs194(
|
|
15868
16076
|
"div",
|
|
15869
16077
|
{
|
|
15870
16078
|
...other,
|
|
@@ -15875,42 +16083,42 @@ var PDFViewer = (props) => {
|
|
|
15875
16083
|
),
|
|
15876
16084
|
children: [
|
|
15877
16085
|
toolbar,
|
|
15878
|
-
/* @__PURE__ */
|
|
15879
|
-
showSearchPanel && /* @__PURE__ */
|
|
15880
|
-
/* @__PURE__ */
|
|
15881
|
-
/* @__PURE__ */
|
|
16086
|
+
/* @__PURE__ */ jsxs194("div", { className: "k-canvas k-pdf-viewer-canvas k-pos-relative k-overflow-auto k-enable-text-select", children: [
|
|
16087
|
+
showSearchPanel && /* @__PURE__ */ jsxs194("div", { className: "k-search-panel k-pos-sticky k-top-center", children: [
|
|
16088
|
+
/* @__PURE__ */ jsx456(Button, { fillMode: "flat", icon: "handle-drag", className: "k-search-dialog-draghandle" }),
|
|
16089
|
+
/* @__PURE__ */ jsx456(
|
|
15882
16090
|
Textbox,
|
|
15883
16091
|
{
|
|
15884
|
-
suffix: /* @__PURE__ */
|
|
16092
|
+
suffix: /* @__PURE__ */ jsx456(Button, { fillMode: "flat", className: "k-match-case-button", icon: "convert-lowercase" })
|
|
15885
16093
|
}
|
|
15886
16094
|
),
|
|
15887
|
-
/* @__PURE__ */
|
|
15888
|
-
/* @__PURE__ */
|
|
16095
|
+
/* @__PURE__ */ jsxs194("span", { className: "k-search-matches", children: [
|
|
16096
|
+
/* @__PURE__ */ jsx456("span", { children: "0" }),
|
|
15889
16097
|
" of ",
|
|
15890
|
-
/* @__PURE__ */
|
|
16098
|
+
/* @__PURE__ */ jsx456("span", { children: "1" })
|
|
15891
16099
|
] }),
|
|
15892
|
-
/* @__PURE__ */
|
|
15893
|
-
/* @__PURE__ */
|
|
15894
|
-
/* @__PURE__ */
|
|
16100
|
+
/* @__PURE__ */ jsx456(Button, { fillMode: "flat", icon: "arrow-up" }),
|
|
16101
|
+
/* @__PURE__ */ jsx456(Button, { fillMode: "flat", icon: "arrow-down" }),
|
|
16102
|
+
/* @__PURE__ */ jsx456(Button, { fillMode: "flat", icon: "x" })
|
|
15895
16103
|
] }),
|
|
15896
|
-
/* @__PURE__ */
|
|
15897
|
-
/* @__PURE__ */
|
|
15898
|
-
/* @__PURE__ */
|
|
16104
|
+
/* @__PURE__ */ jsx456("div", { className: "k-pdf-viewer-pages", children: blank ? /* @__PURE__ */ jsxs194("div", { className: "k-page k-blank-page", children: [
|
|
16105
|
+
/* @__PURE__ */ jsx456(DropzoneNormal, {}),
|
|
16106
|
+
/* @__PURE__ */ jsx456(UploadNormal, { empty: true, status: "upload" })
|
|
15899
16107
|
] }) : props.children })
|
|
15900
16108
|
] })
|
|
15901
16109
|
]
|
|
15902
16110
|
}
|
|
15903
16111
|
);
|
|
15904
16112
|
};
|
|
15905
|
-
PDFViewer.states =
|
|
15906
|
-
PDFViewer.options =
|
|
16113
|
+
PDFViewer.states = states166;
|
|
16114
|
+
PDFViewer.options = options153;
|
|
15907
16115
|
PDFViewer.className = PDFVIEWER_CLASSNAME;
|
|
15908
|
-
PDFViewer.defaultProps =
|
|
16116
|
+
PDFViewer.defaultProps = defaultProps154;
|
|
15909
16117
|
|
|
15910
16118
|
// src/pdf-viewer/pdf-viewer-page.tsx
|
|
15911
|
-
import { jsx as
|
|
16119
|
+
import { jsx as jsx457 } from "react/jsx-runtime";
|
|
15912
16120
|
var PDFVIEWERPAGE_CLASSNAME = `k-page`;
|
|
15913
|
-
var
|
|
16121
|
+
var defaultProps155 = {
|
|
15914
16122
|
width: "720px",
|
|
15915
16123
|
height: "360px"
|
|
15916
16124
|
};
|
|
@@ -15920,7 +16128,7 @@ var PDFViewerPage = (props) => {
|
|
|
15920
16128
|
height,
|
|
15921
16129
|
...other
|
|
15922
16130
|
} = props;
|
|
15923
|
-
return /* @__PURE__ */
|
|
16131
|
+
return /* @__PURE__ */ jsx457(
|
|
15924
16132
|
"div",
|
|
15925
16133
|
{
|
|
15926
16134
|
...other,
|
|
@@ -15933,23 +16141,23 @@ var PDFViewerPage = (props) => {
|
|
|
15933
16141
|
);
|
|
15934
16142
|
};
|
|
15935
16143
|
PDFViewerPage.className = PDFVIEWERPAGE_CLASSNAME;
|
|
15936
|
-
PDFViewerPage.defaultProps =
|
|
16144
|
+
PDFViewerPage.defaultProps = defaultProps155;
|
|
15937
16145
|
|
|
15938
16146
|
// src/pdf-viewer/templates/pdf-viewer-normal.tsx
|
|
15939
|
-
import { Fragment as
|
|
16147
|
+
import { Fragment as Fragment132, jsx as jsx458, jsxs as jsxs195 } from "react/jsx-runtime";
|
|
15940
16148
|
|
|
15941
16149
|
// src/pdf-viewer/templates/pdf-viewer-blank.tsx
|
|
15942
|
-
import { jsx as
|
|
16150
|
+
import { jsx as jsx459 } from "react/jsx-runtime";
|
|
15943
16151
|
|
|
15944
16152
|
// src/pdf-viewer/templates/pdf-viewer-with-search-panel.tsx
|
|
15945
|
-
import { Fragment as
|
|
16153
|
+
import { Fragment as Fragment133, jsx as jsx460, jsxs as jsxs196 } from "react/jsx-runtime";
|
|
15946
16154
|
|
|
15947
16155
|
// src/scrollview/scrollview-spec.tsx
|
|
15948
|
-
import { Fragment as
|
|
16156
|
+
import { Fragment as Fragment134, jsx as jsx461, jsxs as jsxs197 } from "react/jsx-runtime";
|
|
15949
16157
|
var SCROLLVIEW_CLASSNAME = "k-scrollview";
|
|
15950
|
-
var
|
|
15951
|
-
var
|
|
15952
|
-
var
|
|
16158
|
+
var states167 = [];
|
|
16159
|
+
var options154 = {};
|
|
16160
|
+
var defaultProps156 = {
|
|
15953
16161
|
mode: "normal",
|
|
15954
16162
|
views: 9,
|
|
15955
16163
|
animate: true,
|
|
@@ -15959,12 +16167,12 @@ var defaultProps151 = {
|
|
|
15959
16167
|
};
|
|
15960
16168
|
var ScrollView = (props) => {
|
|
15961
16169
|
const {
|
|
15962
|
-
mode =
|
|
15963
|
-
views =
|
|
15964
|
-
animate =
|
|
15965
|
-
arrows =
|
|
15966
|
-
pager =
|
|
15967
|
-
rtl =
|
|
16170
|
+
mode = defaultProps156.mode,
|
|
16171
|
+
views = defaultProps156.views,
|
|
16172
|
+
animate = defaultProps156.animate,
|
|
16173
|
+
arrows = defaultProps156.arrows,
|
|
16174
|
+
pager = defaultProps156.pager,
|
|
16175
|
+
rtl = defaultProps156.rtl,
|
|
15968
16176
|
...other
|
|
15969
16177
|
} = props;
|
|
15970
16178
|
const scrollviewViews = [];
|
|
@@ -15972,10 +16180,10 @@ var ScrollView = (props) => {
|
|
|
15972
16180
|
const iconNext = rtl ? "chevron-left" : "chevron-right";
|
|
15973
16181
|
for (let i = 0; i < views; i++) {
|
|
15974
16182
|
scrollviewViews.push(
|
|
15975
|
-
/* @__PURE__ */
|
|
16183
|
+
/* @__PURE__ */ jsx461("div", { className: "k-scrollview-view" }, i)
|
|
15976
16184
|
);
|
|
15977
16185
|
}
|
|
15978
|
-
return /* @__PURE__ */
|
|
16186
|
+
return /* @__PURE__ */ jsxs197(
|
|
15979
16187
|
"div",
|
|
15980
16188
|
{
|
|
15981
16189
|
...other,
|
|
@@ -15988,44 +16196,44 @@ var ScrollView = (props) => {
|
|
|
15988
16196
|
}
|
|
15989
16197
|
),
|
|
15990
16198
|
children: [
|
|
15991
|
-
/* @__PURE__ */
|
|
16199
|
+
/* @__PURE__ */ jsx461("div", { className: classNames(
|
|
15992
16200
|
"k-scrollview-wrap",
|
|
15993
16201
|
{
|
|
15994
16202
|
["k-scrollview-animate"]: animate
|
|
15995
16203
|
}
|
|
15996
16204
|
), style: { "--kendo-scrollview-views": views, "--kendo-scrollview-current": 5 }, children: scrollviewViews }),
|
|
15997
|
-
/* @__PURE__ */
|
|
15998
|
-
arrows && /* @__PURE__ */
|
|
15999
|
-
/* @__PURE__ */
|
|
16000
|
-
/* @__PURE__ */
|
|
16205
|
+
/* @__PURE__ */ jsxs197("div", { className: "k-scrollview-elements", children: [
|
|
16206
|
+
arrows && /* @__PURE__ */ jsxs197(Fragment134, { children: [
|
|
16207
|
+
/* @__PURE__ */ jsx461("span", { className: "k-scrollview-prev", children: /* @__PURE__ */ jsx461(Icon, { icon: iconPrev, size: "xxxlarge" }) }),
|
|
16208
|
+
/* @__PURE__ */ jsx461("span", { className: "k-scrollview-next", children: /* @__PURE__ */ jsx461(Icon, { icon: iconNext, size: "xxxlarge" }) })
|
|
16001
16209
|
] }),
|
|
16002
|
-
pager && /* @__PURE__ */
|
|
16003
|
-
mode === "light" && /* @__PURE__ */
|
|
16004
|
-
/* @__PURE__ */
|
|
16005
|
-
/* @__PURE__ */
|
|
16006
|
-
/* @__PURE__ */
|
|
16007
|
-
/* @__PURE__ */
|
|
16008
|
-
/* @__PURE__ */
|
|
16210
|
+
pager && /* @__PURE__ */ jsx461("div", { className: "k-scrollview-nav-wrap", children: /* @__PURE__ */ jsxs197("div", { className: "k-scrollview-nav", children: [
|
|
16211
|
+
mode === "light" && /* @__PURE__ */ jsxs197(Fragment134, { children: [
|
|
16212
|
+
/* @__PURE__ */ jsx461("span", { className: "k-link" }),
|
|
16213
|
+
/* @__PURE__ */ jsx461("span", { className: "k-link k-primary" }),
|
|
16214
|
+
/* @__PURE__ */ jsx461("span", { className: "k-link k-primary k-focus" }),
|
|
16215
|
+
/* @__PURE__ */ jsx461("span", { className: "k-link k-focus" }),
|
|
16216
|
+
/* @__PURE__ */ jsx461("span", { className: "k-link" })
|
|
16009
16217
|
] }),
|
|
16010
|
-
mode === "normal" && /* @__PURE__ */
|
|
16011
|
-
/* @__PURE__ */
|
|
16012
|
-
/* @__PURE__ */
|
|
16013
|
-
/* @__PURE__ */
|
|
16014
|
-
/* @__PURE__ */
|
|
16015
|
-
/* @__PURE__ */
|
|
16016
|
-
/* @__PURE__ */
|
|
16017
|
-
/* @__PURE__ */
|
|
16018
|
-
/* @__PURE__ */
|
|
16019
|
-
/* @__PURE__ */
|
|
16218
|
+
mode === "normal" && /* @__PURE__ */ jsxs197(Fragment134, { children: [
|
|
16219
|
+
/* @__PURE__ */ jsx461("span", { className: "k-link", style: { transform: "scale(0.5)" } }),
|
|
16220
|
+
/* @__PURE__ */ jsx461("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
|
|
16221
|
+
/* @__PURE__ */ jsx461("span", { className: "k-link", style: { transform: "scale(0.8)" } }),
|
|
16222
|
+
/* @__PURE__ */ jsx461("span", { className: "k-link" }),
|
|
16223
|
+
/* @__PURE__ */ jsx461("span", { className: "k-link k-primary" }),
|
|
16224
|
+
/* @__PURE__ */ jsx461("span", { className: "k-link" }),
|
|
16225
|
+
/* @__PURE__ */ jsx461("span", { className: "k-link", style: { transform: "scale(0.8)" } }),
|
|
16226
|
+
/* @__PURE__ */ jsx461("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
|
|
16227
|
+
/* @__PURE__ */ jsx461("span", { className: "k-link", style: { transform: "scale(0.5)" } })
|
|
16020
16228
|
] }),
|
|
16021
|
-
mode === "dark" && /* @__PURE__ */
|
|
16022
|
-
/* @__PURE__ */
|
|
16023
|
-
/* @__PURE__ */
|
|
16024
|
-
/* @__PURE__ */
|
|
16025
|
-
/* @__PURE__ */
|
|
16026
|
-
/* @__PURE__ */
|
|
16027
|
-
/* @__PURE__ */
|
|
16028
|
-
/* @__PURE__ */
|
|
16229
|
+
mode === "dark" && /* @__PURE__ */ jsxs197(Fragment134, { children: [
|
|
16230
|
+
/* @__PURE__ */ jsx461("span", { className: "k-link", style: { transform: "scale(0.5)" } }),
|
|
16231
|
+
/* @__PURE__ */ jsx461("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
|
|
16232
|
+
/* @__PURE__ */ jsx461("span", { className: "k-link" }),
|
|
16233
|
+
/* @__PURE__ */ jsx461("span", { className: "k-link k-primary" }),
|
|
16234
|
+
/* @__PURE__ */ jsx461("span", { className: "k-link" }),
|
|
16235
|
+
/* @__PURE__ */ jsx461("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
|
|
16236
|
+
/* @__PURE__ */ jsx461("span", { className: "k-link", style: { transform: "scale(0.5)" } })
|
|
16029
16237
|
] })
|
|
16030
16238
|
] }) })
|
|
16031
16239
|
] })
|
|
@@ -16033,83 +16241,83 @@ var ScrollView = (props) => {
|
|
|
16033
16241
|
}
|
|
16034
16242
|
);
|
|
16035
16243
|
};
|
|
16036
|
-
ScrollView.states =
|
|
16037
|
-
ScrollView.options =
|
|
16244
|
+
ScrollView.states = states167;
|
|
16245
|
+
ScrollView.options = options154;
|
|
16038
16246
|
ScrollView.className = SCROLLVIEW_CLASSNAME;
|
|
16039
|
-
ScrollView.defaultProps =
|
|
16247
|
+
ScrollView.defaultProps = defaultProps156;
|
|
16040
16248
|
|
|
16041
16249
|
// src/scrollview/templates/scrollview-normal.tsx
|
|
16042
|
-
import { jsx as
|
|
16250
|
+
import { jsx as jsx462 } from "react/jsx-runtime";
|
|
16043
16251
|
|
|
16044
16252
|
// src/prompt/prompt.spec.tsx
|
|
16045
|
-
import { Fragment as
|
|
16253
|
+
import { Fragment as Fragment135, jsx as jsx463 } from "react/jsx-runtime";
|
|
16046
16254
|
var PROMPT_CLASSNAME = `k-prompt`;
|
|
16047
|
-
var
|
|
16048
|
-
var
|
|
16049
|
-
var
|
|
16255
|
+
var states168 = [];
|
|
16256
|
+
var options155 = {};
|
|
16257
|
+
var defaultProps157 = {};
|
|
16050
16258
|
var Prompt = (props) => {
|
|
16051
16259
|
const {
|
|
16052
16260
|
...other
|
|
16053
16261
|
} = props;
|
|
16054
|
-
return /* @__PURE__ */
|
|
16262
|
+
return /* @__PURE__ */ jsx463("div", { ...other, className: classNames(props.className, PROMPT_CLASSNAME), children: /* @__PURE__ */ jsx463(Fragment135, { children: props.children }) });
|
|
16055
16263
|
};
|
|
16056
|
-
Prompt.states =
|
|
16057
|
-
Prompt.options =
|
|
16264
|
+
Prompt.states = states168;
|
|
16265
|
+
Prompt.options = options155;
|
|
16058
16266
|
Prompt.className = PROMPT_CLASSNAME;
|
|
16059
|
-
Prompt.defaultProps =
|
|
16267
|
+
Prompt.defaultProps = defaultProps157;
|
|
16060
16268
|
|
|
16061
16269
|
// src/prompt/prompt-header.tsx
|
|
16062
|
-
import { jsx as
|
|
16270
|
+
import { jsx as jsx464 } from "react/jsx-runtime";
|
|
16063
16271
|
|
|
16064
16272
|
// src/prompt/prompt-content.tsx
|
|
16065
|
-
import { Fragment as
|
|
16273
|
+
import { Fragment as Fragment136, jsx as jsx465 } from "react/jsx-runtime";
|
|
16066
16274
|
|
|
16067
16275
|
// src/prompt/prompt-view.tsx
|
|
16068
|
-
import { Fragment as
|
|
16276
|
+
import { Fragment as Fragment137, jsx as jsx466, jsxs as jsxs198 } from "react/jsx-runtime";
|
|
16069
16277
|
|
|
16070
16278
|
// src/prompt/prompt-footer.tsx
|
|
16071
|
-
import { jsx as
|
|
16279
|
+
import { jsx as jsx467 } from "react/jsx-runtime";
|
|
16072
16280
|
|
|
16073
16281
|
// src/prompt/prompt-suggestion.tsx
|
|
16074
|
-
import { jsx as
|
|
16282
|
+
import { jsx as jsx468 } from "react/jsx-runtime";
|
|
16075
16283
|
|
|
16076
16284
|
// src/prompt/prompt-setting.tsx
|
|
16077
|
-
import { jsx as
|
|
16285
|
+
import { jsx as jsx469 } from "react/jsx-runtime";
|
|
16078
16286
|
|
|
16079
16287
|
// src/prompt/templates/prompt-normal.tsx
|
|
16080
|
-
import { jsx as
|
|
16288
|
+
import { jsx as jsx470, jsxs as jsxs199 } from "react/jsx-runtime";
|
|
16081
16289
|
|
|
16082
16290
|
// src/prompt/templates/prompt-suggestions.tsx
|
|
16083
|
-
import { Fragment as
|
|
16291
|
+
import { Fragment as Fragment138, jsx as jsx471, jsxs as jsxs200 } from "react/jsx-runtime";
|
|
16084
16292
|
|
|
16085
16293
|
// src/prompt/templates/prompt-settings.tsx
|
|
16086
|
-
import { Fragment as
|
|
16294
|
+
import { Fragment as Fragment139, jsx as jsx472, jsxs as jsxs201 } from "react/jsx-runtime";
|
|
16087
16295
|
|
|
16088
16296
|
// src/prompt/templates/prompt-output.tsx
|
|
16089
|
-
import { jsx as
|
|
16297
|
+
import { jsx as jsx473, jsxs as jsxs202 } from "react/jsx-runtime";
|
|
16090
16298
|
|
|
16091
16299
|
// src/prompt/templates/prompt-more-actions.tsx
|
|
16092
|
-
import { jsx as
|
|
16300
|
+
import { jsx as jsx474, jsxs as jsxs203 } from "react/jsx-runtime";
|
|
16093
16301
|
|
|
16094
16302
|
// src/prompt/templates/prompt-popup.tsx
|
|
16095
|
-
import { jsx as
|
|
16303
|
+
import { jsx as jsx475, jsxs as jsxs204 } from "react/jsx-runtime";
|
|
16096
16304
|
|
|
16097
16305
|
// src/orgchart/orgchart.spec.tsx
|
|
16098
|
-
import { jsx as
|
|
16306
|
+
import { jsx as jsx476 } from "react/jsx-runtime";
|
|
16099
16307
|
var ORGCHART_CLASSNAME = `k-orgchart`;
|
|
16100
|
-
var
|
|
16101
|
-
var
|
|
16102
|
-
var
|
|
16308
|
+
var states169 = [];
|
|
16309
|
+
var options156 = {};
|
|
16310
|
+
var defaultProps158 = {
|
|
16103
16311
|
width: "100%",
|
|
16104
16312
|
height: "300px"
|
|
16105
16313
|
};
|
|
16106
16314
|
var Orgchart = (props) => {
|
|
16107
16315
|
const {
|
|
16108
|
-
width =
|
|
16109
|
-
height =
|
|
16316
|
+
width = defaultProps158.width,
|
|
16317
|
+
height = defaultProps158.height,
|
|
16110
16318
|
...other
|
|
16111
16319
|
} = props;
|
|
16112
|
-
return /* @__PURE__ */
|
|
16320
|
+
return /* @__PURE__ */ jsx476(
|
|
16113
16321
|
"div",
|
|
16114
16322
|
{
|
|
16115
16323
|
...other,
|
|
@@ -16117,19 +16325,19 @@ var Orgchart = (props) => {
|
|
|
16117
16325
|
props.className,
|
|
16118
16326
|
ORGCHART_CLASSNAME
|
|
16119
16327
|
),
|
|
16120
|
-
children: /* @__PURE__ */
|
|
16328
|
+
children: /* @__PURE__ */ jsx476("div", { className: "k-orgchart-container", style: { width, height }, children: props.children })
|
|
16121
16329
|
}
|
|
16122
16330
|
);
|
|
16123
16331
|
};
|
|
16124
|
-
Orgchart.states =
|
|
16125
|
-
Orgchart.options =
|
|
16332
|
+
Orgchart.states = states169;
|
|
16333
|
+
Orgchart.options = options156;
|
|
16126
16334
|
Orgchart.className = ORGCHART_CLASSNAME;
|
|
16127
|
-
Orgchart.defaultProps =
|
|
16335
|
+
Orgchart.defaultProps = defaultProps158;
|
|
16128
16336
|
|
|
16129
16337
|
// src/orgchart/orgchart-node.tsx
|
|
16130
|
-
import { jsx as
|
|
16338
|
+
import { jsx as jsx477, jsxs as jsxs205 } from "react/jsx-runtime";
|
|
16131
16339
|
var ORGCHARTNODE_CLASSNAME = `k-orgchart-node`;
|
|
16132
|
-
var
|
|
16340
|
+
var defaultProps159 = {
|
|
16133
16341
|
buttonIcon: "plus"
|
|
16134
16342
|
};
|
|
16135
16343
|
var OrgchartNode = (props) => {
|
|
@@ -16141,12 +16349,12 @@ var OrgchartNode = (props) => {
|
|
|
16141
16349
|
lineBottom,
|
|
16142
16350
|
lineTop,
|
|
16143
16351
|
button,
|
|
16144
|
-
buttonIcon: buttonIcon2 =
|
|
16352
|
+
buttonIcon: buttonIcon2 = defaultProps159.buttonIcon,
|
|
16145
16353
|
avatar,
|
|
16146
16354
|
avatarType,
|
|
16147
16355
|
...other
|
|
16148
16356
|
} = props;
|
|
16149
|
-
return /* @__PURE__ */
|
|
16357
|
+
return /* @__PURE__ */ jsxs205(
|
|
16150
16358
|
"div",
|
|
16151
16359
|
{
|
|
16152
16360
|
...other,
|
|
@@ -16157,35 +16365,35 @@ var OrgchartNode = (props) => {
|
|
|
16157
16365
|
"k-align-items-center"
|
|
16158
16366
|
),
|
|
16159
16367
|
children: [
|
|
16160
|
-
lineTop && /* @__PURE__ */
|
|
16161
|
-
/* @__PURE__ */
|
|
16162
|
-
/* @__PURE__ */
|
|
16163
|
-
/* @__PURE__ */
|
|
16164
|
-
/* @__PURE__ */
|
|
16165
|
-
/* @__PURE__ */
|
|
16166
|
-
/* @__PURE__ */
|
|
16368
|
+
lineTop && /* @__PURE__ */ jsx477("div", { className: "k-orgchart-line k-orgchart-line-v" }),
|
|
16369
|
+
/* @__PURE__ */ jsx477(Card, { className: "k-orgchart-card", children: /* @__PURE__ */ jsxs205(CardBody, { className: "k-hstack", details, style: { borderTopColor: color }, children: [
|
|
16370
|
+
/* @__PURE__ */ jsx477(Avatar, { type: avatarType, themeColor: "secondary", children: avatarType === "image" ? /* @__PURE__ */ jsx477("img", { src: avatar }) : avatar }),
|
|
16371
|
+
/* @__PURE__ */ jsxs205("div", { className: "k-card-title-wrap k-vstack", children: [
|
|
16372
|
+
/* @__PURE__ */ jsx477(CardTitle, { className: "k-text-ellipsis", children: title }),
|
|
16373
|
+
/* @__PURE__ */ jsx477("span", { className: "k-spacer" }),
|
|
16374
|
+
/* @__PURE__ */ jsx477(CardSubtitle, { className: "k-text-ellipsis", children: subtitle })
|
|
16167
16375
|
] }),
|
|
16168
|
-
/* @__PURE__ */
|
|
16376
|
+
/* @__PURE__ */ jsx477("span", { className: "k-spacer" })
|
|
16169
16377
|
] }) }),
|
|
16170
|
-
lineBottom && /* @__PURE__ */
|
|
16171
|
-
button && /* @__PURE__ */
|
|
16378
|
+
lineBottom && /* @__PURE__ */ jsx477("div", { className: "k-orgchart-line k-orgchart-line-v" }),
|
|
16379
|
+
button && /* @__PURE__ */ jsx477(Button, { className: "k-orgchart-button", icon: buttonIcon2 })
|
|
16172
16380
|
]
|
|
16173
16381
|
}
|
|
16174
16382
|
);
|
|
16175
16383
|
};
|
|
16176
16384
|
|
|
16177
16385
|
// src/orgchart/orgchart-group.tsx
|
|
16178
|
-
import { Fragment as
|
|
16386
|
+
import { Fragment as Fragment140, jsx as jsx478, jsxs as jsxs206 } from "react/jsx-runtime";
|
|
16179
16387
|
var ORGCHARTGROUP_CLASSNAME = `k-orgchart-group`;
|
|
16180
|
-
var
|
|
16181
|
-
var
|
|
16182
|
-
var
|
|
16388
|
+
var states170 = [];
|
|
16389
|
+
var options157 = {};
|
|
16390
|
+
var defaultProps160 = {
|
|
16183
16391
|
orientation: "horizontal"
|
|
16184
16392
|
};
|
|
16185
16393
|
var OrgchartGroup = (props) => {
|
|
16186
16394
|
const {
|
|
16187
16395
|
children,
|
|
16188
|
-
orientation =
|
|
16396
|
+
orientation = defaultProps160.orientation,
|
|
16189
16397
|
justifyContent,
|
|
16190
16398
|
...other
|
|
16191
16399
|
} = props;
|
|
@@ -16208,7 +16416,7 @@ var OrgchartGroup = (props) => {
|
|
|
16208
16416
|
}
|
|
16209
16417
|
}
|
|
16210
16418
|
}
|
|
16211
|
-
return /* @__PURE__ */
|
|
16419
|
+
return /* @__PURE__ */ jsxs206(
|
|
16212
16420
|
"div",
|
|
16213
16421
|
{
|
|
16214
16422
|
...other,
|
|
@@ -16222,7 +16430,7 @@ var OrgchartGroup = (props) => {
|
|
|
16222
16430
|
),
|
|
16223
16431
|
style: { width: "100%" },
|
|
16224
16432
|
children: [
|
|
16225
|
-
chartNodes.length > 0 && /* @__PURE__ */
|
|
16433
|
+
chartNodes.length > 0 && /* @__PURE__ */ jsx478(
|
|
16226
16434
|
"div",
|
|
16227
16435
|
{
|
|
16228
16436
|
className: classNames(
|
|
@@ -16232,26 +16440,26 @@ var OrgchartGroup = (props) => {
|
|
|
16232
16440
|
[`k-${kendoThemeMaps.orientationMap[orientation] || orientation}`]: orientation
|
|
16233
16441
|
}
|
|
16234
16442
|
),
|
|
16235
|
-
children: /* @__PURE__ */
|
|
16443
|
+
children: /* @__PURE__ */ jsx478(Fragment140, { children: chartNodes })
|
|
16236
16444
|
}
|
|
16237
16445
|
),
|
|
16238
|
-
/* @__PURE__ */
|
|
16446
|
+
/* @__PURE__ */ jsx478(Fragment140, { children: chartGroups })
|
|
16239
16447
|
]
|
|
16240
16448
|
}
|
|
16241
16449
|
);
|
|
16242
16450
|
};
|
|
16243
|
-
OrgchartGroup.states =
|
|
16244
|
-
OrgchartGroup.options =
|
|
16451
|
+
OrgchartGroup.states = states170;
|
|
16452
|
+
OrgchartGroup.options = options157;
|
|
16245
16453
|
OrgchartGroup.className = ORGCHARTGROUP_CLASSNAME;
|
|
16246
|
-
OrgchartGroup.defaultProps =
|
|
16454
|
+
OrgchartGroup.defaultProps = defaultProps160;
|
|
16247
16455
|
|
|
16248
16456
|
// src/orgchart/orgchart-node-group.tsx
|
|
16249
|
-
import { jsx as
|
|
16457
|
+
import { jsx as jsx479, jsxs as jsxs207 } from "react/jsx-runtime";
|
|
16250
16458
|
var ORGCHARTNODEGROUP_CLASSNAME = `k-orgchart-node-group`;
|
|
16251
|
-
var
|
|
16459
|
+
var states171 = [
|
|
16252
16460
|
States.focus
|
|
16253
16461
|
];
|
|
16254
|
-
var
|
|
16462
|
+
var defaultProps161 = {
|
|
16255
16463
|
orientation: "horizontal",
|
|
16256
16464
|
buttonIcon: "plus"
|
|
16257
16465
|
};
|
|
@@ -16262,12 +16470,12 @@ var OrgchartNodeGroup = (props) => {
|
|
|
16262
16470
|
lineBottom,
|
|
16263
16471
|
lineTop,
|
|
16264
16472
|
button,
|
|
16265
|
-
buttonIcon: buttonIcon2 =
|
|
16473
|
+
buttonIcon: buttonIcon2 = defaultProps161.buttonIcon,
|
|
16266
16474
|
focus,
|
|
16267
|
-
orientation =
|
|
16475
|
+
orientation = defaultProps161.orientation,
|
|
16268
16476
|
...other
|
|
16269
16477
|
} = props;
|
|
16270
|
-
return /* @__PURE__ */
|
|
16478
|
+
return /* @__PURE__ */ jsxs207(
|
|
16271
16479
|
"div",
|
|
16272
16480
|
{
|
|
16273
16481
|
...other,
|
|
@@ -16278,8 +16486,8 @@ var OrgchartNodeGroup = (props) => {
|
|
|
16278
16486
|
"k-align-items-center"
|
|
16279
16487
|
),
|
|
16280
16488
|
children: [
|
|
16281
|
-
lineTop && /* @__PURE__ */
|
|
16282
|
-
/* @__PURE__ */
|
|
16489
|
+
lineTop && /* @__PURE__ */ jsx479("div", { className: "k-orgchart-line k-orgchart-line-v" }),
|
|
16490
|
+
/* @__PURE__ */ jsxs207(
|
|
16283
16491
|
"div",
|
|
16284
16492
|
{
|
|
16285
16493
|
className: classNames(
|
|
@@ -16290,9 +16498,9 @@ var OrgchartNodeGroup = (props) => {
|
|
|
16290
16498
|
})
|
|
16291
16499
|
),
|
|
16292
16500
|
children: [
|
|
16293
|
-
title && /* @__PURE__ */
|
|
16294
|
-
subtitle && /* @__PURE__ */
|
|
16295
|
-
/* @__PURE__ */
|
|
16501
|
+
title && /* @__PURE__ */ jsx479("div", { className: "k-orgchart-node-group-title", children: title }),
|
|
16502
|
+
subtitle && /* @__PURE__ */ jsx479("div", { className: "k-orgchart-node-group-subtitle", children: subtitle }),
|
|
16503
|
+
/* @__PURE__ */ jsx479(
|
|
16296
16504
|
"div",
|
|
16297
16505
|
{
|
|
16298
16506
|
className: classNames(
|
|
@@ -16307,51 +16515,51 @@ var OrgchartNodeGroup = (props) => {
|
|
|
16307
16515
|
]
|
|
16308
16516
|
}
|
|
16309
16517
|
),
|
|
16310
|
-
lineBottom && /* @__PURE__ */
|
|
16311
|
-
button && /* @__PURE__ */
|
|
16518
|
+
lineBottom && /* @__PURE__ */ jsx479("div", { className: "k-orgchart-line k-orgchart-line-v" }),
|
|
16519
|
+
button && /* @__PURE__ */ jsx479(Button, { className: "k-orgchart-button", icon: buttonIcon2 })
|
|
16312
16520
|
]
|
|
16313
16521
|
}
|
|
16314
16522
|
);
|
|
16315
16523
|
};
|
|
16316
|
-
OrgchartNodeGroup.states =
|
|
16524
|
+
OrgchartNodeGroup.states = states171;
|
|
16317
16525
|
|
|
16318
16526
|
// src/orgchart/templates/orgchart-normal.tsx
|
|
16319
|
-
import { jsx as
|
|
16527
|
+
import { jsx as jsx480, jsxs as jsxs208 } from "react/jsx-runtime";
|
|
16320
16528
|
|
|
16321
16529
|
// src/orgchart/templates/orgchart-vertical.tsx
|
|
16322
|
-
import { jsx as
|
|
16530
|
+
import { jsx as jsx481, jsxs as jsxs209 } from "react/jsx-runtime";
|
|
16323
16531
|
|
|
16324
16532
|
// src/orgchart/templates/orgchart-group-normal.tsx
|
|
16325
|
-
import { jsx as
|
|
16533
|
+
import { jsx as jsx482, jsxs as jsxs210 } from "react/jsx-runtime";
|
|
16326
16534
|
|
|
16327
16535
|
// src/orgchart/templates/orgchart-group-vertical.tsx
|
|
16328
|
-
import { jsx as
|
|
16536
|
+
import { jsx as jsx483, jsxs as jsxs211 } from "react/jsx-runtime";
|
|
16329
16537
|
|
|
16330
16538
|
// src/signature/signature.spec.tsx
|
|
16331
|
-
import { jsx as
|
|
16539
|
+
import { jsx as jsx484, jsxs as jsxs212 } from "react/jsx-runtime";
|
|
16332
16540
|
var SIGNATURE_CLASSNAME = `k-signature`;
|
|
16333
|
-
var
|
|
16541
|
+
var states172 = [
|
|
16334
16542
|
States.hover,
|
|
16335
16543
|
States.focus,
|
|
16336
16544
|
States.valid,
|
|
16337
16545
|
States.invalid,
|
|
16338
16546
|
States.disabled
|
|
16339
16547
|
];
|
|
16340
|
-
var
|
|
16548
|
+
var options158 = {
|
|
16341
16549
|
size: [Size.small, Size.medium, Size.large],
|
|
16342
16550
|
rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
|
|
16343
16551
|
fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
|
|
16344
16552
|
};
|
|
16345
|
-
var
|
|
16553
|
+
var defaultProps162 = {
|
|
16346
16554
|
size: Size.medium,
|
|
16347
16555
|
rounded: Roundness.medium,
|
|
16348
16556
|
fillMode: FillMode.solid
|
|
16349
16557
|
};
|
|
16350
16558
|
var Signature = (props) => {
|
|
16351
16559
|
const {
|
|
16352
|
-
size =
|
|
16353
|
-
rounded =
|
|
16354
|
-
fillMode =
|
|
16560
|
+
size = defaultProps162.size,
|
|
16561
|
+
rounded = defaultProps162.rounded,
|
|
16562
|
+
fillMode = defaultProps162.fillMode,
|
|
16355
16563
|
hover,
|
|
16356
16564
|
focus,
|
|
16357
16565
|
valid,
|
|
@@ -16360,7 +16568,7 @@ var Signature = (props) => {
|
|
|
16360
16568
|
maximized,
|
|
16361
16569
|
...other
|
|
16362
16570
|
} = props;
|
|
16363
|
-
return /* @__PURE__ */
|
|
16571
|
+
return /* @__PURE__ */ jsxs212(
|
|
16364
16572
|
"div",
|
|
16365
16573
|
{
|
|
16366
16574
|
...other,
|
|
@@ -16388,8 +16596,8 @@ var Signature = (props) => {
|
|
|
16388
16596
|
}
|
|
16389
16597
|
),
|
|
16390
16598
|
children: [
|
|
16391
|
-
/* @__PURE__ */
|
|
16392
|
-
/* @__PURE__ */
|
|
16599
|
+
/* @__PURE__ */ jsx484("canvas", { className: "k-signature-canvas" }),
|
|
16600
|
+
/* @__PURE__ */ jsxs212(
|
|
16393
16601
|
"div",
|
|
16394
16602
|
{
|
|
16395
16603
|
className: classNames(
|
|
@@ -16397,7 +16605,7 @@ var Signature = (props) => {
|
|
|
16397
16605
|
"k-signature-actions-top"
|
|
16398
16606
|
),
|
|
16399
16607
|
children: [
|
|
16400
|
-
/* @__PURE__ */
|
|
16608
|
+
/* @__PURE__ */ jsx484(
|
|
16401
16609
|
Button,
|
|
16402
16610
|
{
|
|
16403
16611
|
className: classNames(
|
|
@@ -16411,7 +16619,7 @@ var Signature = (props) => {
|
|
|
16411
16619
|
fillMode: "flat"
|
|
16412
16620
|
}
|
|
16413
16621
|
),
|
|
16414
|
-
/* @__PURE__ */
|
|
16622
|
+
/* @__PURE__ */ jsx484(
|
|
16415
16623
|
Button,
|
|
16416
16624
|
{
|
|
16417
16625
|
className: classNames(
|
|
@@ -16428,15 +16636,15 @@ var Signature = (props) => {
|
|
|
16428
16636
|
]
|
|
16429
16637
|
}
|
|
16430
16638
|
),
|
|
16431
|
-
/* @__PURE__ */
|
|
16432
|
-
/* @__PURE__ */
|
|
16639
|
+
/* @__PURE__ */ jsx484("div", { className: "k-signature-line" }),
|
|
16640
|
+
/* @__PURE__ */ jsx484(
|
|
16433
16641
|
"div",
|
|
16434
16642
|
{
|
|
16435
16643
|
className: classNames(
|
|
16436
16644
|
"k-signature-actions",
|
|
16437
16645
|
"k-signature-actions-bottom"
|
|
16438
16646
|
),
|
|
16439
|
-
children: /* @__PURE__ */
|
|
16647
|
+
children: /* @__PURE__ */ jsx484(
|
|
16440
16648
|
Button,
|
|
16441
16649
|
{
|
|
16442
16650
|
className: classNames(
|
|
@@ -16455,27 +16663,27 @@ var Signature = (props) => {
|
|
|
16455
16663
|
}
|
|
16456
16664
|
);
|
|
16457
16665
|
};
|
|
16458
|
-
Signature.states =
|
|
16459
|
-
Signature.options =
|
|
16666
|
+
Signature.states = states172;
|
|
16667
|
+
Signature.options = options158;
|
|
16460
16668
|
Signature.className = SIGNATURE_CLASSNAME;
|
|
16461
|
-
Signature.defaultProps =
|
|
16669
|
+
Signature.defaultProps = defaultProps162;
|
|
16462
16670
|
|
|
16463
16671
|
// src/editor/editor.spec.tsx
|
|
16464
|
-
import { jsx as
|
|
16672
|
+
import { jsx as jsx485 } from "react/jsx-runtime";
|
|
16465
16673
|
var EDITOR_CLASSNAME = `k-editor`;
|
|
16466
|
-
var
|
|
16674
|
+
var states173 = [
|
|
16467
16675
|
States.readonly,
|
|
16468
16676
|
States.disabled
|
|
16469
16677
|
];
|
|
16470
|
-
var
|
|
16471
|
-
var
|
|
16678
|
+
var options159 = {};
|
|
16679
|
+
var defaultProps163 = {};
|
|
16472
16680
|
var Editor = (props) => {
|
|
16473
16681
|
const {
|
|
16474
16682
|
readonly,
|
|
16475
16683
|
disabled,
|
|
16476
16684
|
...other
|
|
16477
16685
|
} = props;
|
|
16478
|
-
return /* @__PURE__ */
|
|
16686
|
+
return /* @__PURE__ */ jsx485(
|
|
16479
16687
|
"div",
|
|
16480
16688
|
{
|
|
16481
16689
|
...other,
|
|
@@ -16491,711 +16699,711 @@ var Editor = (props) => {
|
|
|
16491
16699
|
}
|
|
16492
16700
|
);
|
|
16493
16701
|
};
|
|
16494
|
-
Editor.states =
|
|
16495
|
-
Editor.options =
|
|
16702
|
+
Editor.states = states173;
|
|
16703
|
+
Editor.options = options159;
|
|
16496
16704
|
Editor.className = EDITOR_CLASSNAME;
|
|
16497
|
-
Editor.defaultProps =
|
|
16705
|
+
Editor.defaultProps = defaultProps163;
|
|
16498
16706
|
|
|
16499
16707
|
// src/editor/editor-toolbar.tsx
|
|
16500
|
-
import { jsx as
|
|
16708
|
+
import { jsx as jsx486 } from "react/jsx-runtime";
|
|
16501
16709
|
|
|
16502
16710
|
// src/editor/editor-content.tsx
|
|
16503
|
-
import { jsx as
|
|
16504
|
-
var
|
|
16711
|
+
import { jsx as jsx487 } from "react/jsx-runtime";
|
|
16712
|
+
var states174 = [
|
|
16505
16713
|
States.focus
|
|
16506
16714
|
];
|
|
16507
16715
|
|
|
16508
16716
|
// src/editor/templates/editor-normal.tsx
|
|
16509
|
-
import { Fragment as
|
|
16717
|
+
import { Fragment as Fragment141, jsx as jsx488, jsxs as jsxs213 } from "react/jsx-runtime";
|
|
16510
16718
|
|
|
16511
16719
|
// src/utils/templates/background/background-clip/border-clip.tsx
|
|
16512
|
-
import { jsx as
|
|
16720
|
+
import { jsx as jsx489 } from "react/jsx-runtime";
|
|
16513
16721
|
|
|
16514
16722
|
// src/utils/templates/background/background-clip/content-clip.tsx
|
|
16515
|
-
import { jsx as
|
|
16723
|
+
import { jsx as jsx490 } from "react/jsx-runtime";
|
|
16516
16724
|
|
|
16517
16725
|
// src/utils/templates/background/background-clip/padding-clip.tsx
|
|
16518
|
-
import { jsx as
|
|
16726
|
+
import { jsx as jsx491 } from "react/jsx-runtime";
|
|
16519
16727
|
|
|
16520
16728
|
// src/utils/templates/background/background-clip/text-clip.tsx
|
|
16521
|
-
import { jsx as
|
|
16729
|
+
import { jsx as jsx492 } from "react/jsx-runtime";
|
|
16522
16730
|
|
|
16523
16731
|
// src/utils/templates/background/background-color/color.tsx
|
|
16524
|
-
import { jsx as
|
|
16732
|
+
import { jsx as jsx493, jsxs as jsxs214 } from "react/jsx-runtime";
|
|
16525
16733
|
|
|
16526
16734
|
// src/utils/templates/borders/border-color/all-sides.tsx
|
|
16527
|
-
import { jsx as
|
|
16735
|
+
import { jsx as jsx494, jsxs as jsxs215 } from "react/jsx-runtime";
|
|
16528
16736
|
|
|
16529
16737
|
// src/utils/templates/borders/border-color/individual.tsx
|
|
16530
|
-
import { jsx as
|
|
16738
|
+
import { jsx as jsx495, jsxs as jsxs216 } from "react/jsx-runtime";
|
|
16531
16739
|
|
|
16532
16740
|
// src/utils/templates/borders/border-color/left-right.tsx
|
|
16533
|
-
import { jsx as
|
|
16741
|
+
import { jsx as jsx496, jsxs as jsxs217 } from "react/jsx-runtime";
|
|
16534
16742
|
|
|
16535
16743
|
// src/utils/templates/borders/border-color/top-bottom.tsx
|
|
16536
|
-
import { jsx as
|
|
16744
|
+
import { jsx as jsx497, jsxs as jsxs218 } from "react/jsx-runtime";
|
|
16537
16745
|
|
|
16538
16746
|
// src/utils/templates/borders/border-radius/corners.tsx
|
|
16539
|
-
import { jsx as
|
|
16747
|
+
import { jsx as jsx498, jsxs as jsxs219 } from "react/jsx-runtime";
|
|
16540
16748
|
|
|
16541
16749
|
// src/utils/templates/borders/border-radius/no-rounding.tsx
|
|
16542
|
-
import { jsx as
|
|
16750
|
+
import { jsx as jsx499, jsxs as jsxs220 } from "react/jsx-runtime";
|
|
16543
16751
|
|
|
16544
16752
|
// src/utils/templates/borders/border-radius/rounding.tsx
|
|
16545
|
-
import { jsx as
|
|
16753
|
+
import { jsx as jsx500, jsxs as jsxs221 } from "react/jsx-runtime";
|
|
16546
16754
|
|
|
16547
16755
|
// src/utils/templates/borders/border-radius/sides.tsx
|
|
16548
|
-
import { jsx as
|
|
16756
|
+
import { jsx as jsx501, jsxs as jsxs222 } from "react/jsx-runtime";
|
|
16549
16757
|
|
|
16550
16758
|
// src/utils/templates/borders/border-style/all-sides.tsx
|
|
16551
|
-
import { jsx as
|
|
16759
|
+
import { jsx as jsx502, jsxs as jsxs223 } from "react/jsx-runtime";
|
|
16552
16760
|
|
|
16553
16761
|
// src/utils/templates/borders/border-style/individual.tsx
|
|
16554
|
-
import { jsx as
|
|
16762
|
+
import { jsx as jsx503, jsxs as jsxs224 } from "react/jsx-runtime";
|
|
16555
16763
|
|
|
16556
16764
|
// src/utils/templates/borders/border-style/left-right.tsx
|
|
16557
|
-
import { jsx as
|
|
16765
|
+
import { jsx as jsx504, jsxs as jsxs225 } from "react/jsx-runtime";
|
|
16558
16766
|
|
|
16559
16767
|
// src/utils/templates/borders/border-style/no-style.tsx
|
|
16560
|
-
import { jsx as
|
|
16768
|
+
import { jsx as jsx505 } from "react/jsx-runtime";
|
|
16561
16769
|
|
|
16562
16770
|
// src/utils/templates/borders/border-style/top-bottom.tsx
|
|
16563
|
-
import { jsx as
|
|
16771
|
+
import { jsx as jsx506, jsxs as jsxs226 } from "react/jsx-runtime";
|
|
16564
16772
|
|
|
16565
16773
|
// src/utils/templates/borders/border-width/all-sides.tsx
|
|
16566
|
-
import { jsx as
|
|
16774
|
+
import { jsx as jsx507, jsxs as jsxs227 } from "react/jsx-runtime";
|
|
16567
16775
|
|
|
16568
16776
|
// src/utils/templates/borders/border-width/individual.tsx
|
|
16569
|
-
import { jsx as
|
|
16777
|
+
import { jsx as jsx508, jsxs as jsxs228 } from "react/jsx-runtime";
|
|
16570
16778
|
|
|
16571
16779
|
// src/utils/templates/borders/border-width/left-right.tsx
|
|
16572
|
-
import { jsx as
|
|
16780
|
+
import { jsx as jsx509, jsxs as jsxs229 } from "react/jsx-runtime";
|
|
16573
16781
|
|
|
16574
16782
|
// src/utils/templates/borders/border-width/top-bottom.tsx
|
|
16575
|
-
import { jsx as
|
|
16783
|
+
import { jsx as jsx510, jsxs as jsxs230 } from "react/jsx-runtime";
|
|
16576
16784
|
|
|
16577
16785
|
// src/utils/templates/borders/outline-color/all-sides.tsx
|
|
16578
|
-
import { jsx as
|
|
16786
|
+
import { jsx as jsx511 } from "react/jsx-runtime";
|
|
16579
16787
|
|
|
16580
16788
|
// src/utils/templates/borders/outline-offset/all-sides.tsx
|
|
16581
|
-
import { jsx as
|
|
16789
|
+
import { jsx as jsx512, jsxs as jsxs231 } from "react/jsx-runtime";
|
|
16582
16790
|
|
|
16583
16791
|
// src/utils/templates/borders/outline-offset/no-offset.tsx
|
|
16584
|
-
import { jsx as
|
|
16792
|
+
import { jsx as jsx513 } from "react/jsx-runtime";
|
|
16585
16793
|
|
|
16586
16794
|
// src/utils/templates/borders/outline-style/all-sides.tsx
|
|
16587
|
-
import { jsx as
|
|
16795
|
+
import { jsx as jsx514, jsxs as jsxs232 } from "react/jsx-runtime";
|
|
16588
16796
|
|
|
16589
16797
|
// src/utils/templates/borders/outline-style/no-style.tsx
|
|
16590
|
-
import { jsx as
|
|
16798
|
+
import { jsx as jsx515 } from "react/jsx-runtime";
|
|
16591
16799
|
|
|
16592
16800
|
// src/utils/templates/borders/outline-width/all-sides.tsx
|
|
16593
|
-
import { jsx as
|
|
16801
|
+
import { jsx as jsx516, jsxs as jsxs233 } from "react/jsx-runtime";
|
|
16594
16802
|
|
|
16595
16803
|
// src/utils/templates/borders/outline-width/no-width.tsx
|
|
16596
|
-
import { jsx as
|
|
16804
|
+
import { jsx as jsx517 } from "react/jsx-runtime";
|
|
16597
16805
|
|
|
16598
16806
|
// src/utils/templates/effects/opacity/applying.tsx
|
|
16599
|
-
import { jsx as
|
|
16807
|
+
import { jsx as jsx518, jsxs as jsxs234 } from "react/jsx-runtime";
|
|
16600
16808
|
|
|
16601
16809
|
// src/utils/templates/filters/backdrop-blur/applying.tsx
|
|
16602
|
-
import { Fragment as
|
|
16810
|
+
import { Fragment as Fragment142, jsx as jsx519, jsxs as jsxs235 } from "react/jsx-runtime";
|
|
16603
16811
|
|
|
16604
16812
|
// src/utils/templates/flex-grid/align-content/around.tsx
|
|
16605
|
-
import { jsx as
|
|
16813
|
+
import { jsx as jsx520, jsxs as jsxs236 } from "react/jsx-runtime";
|
|
16606
16814
|
|
|
16607
16815
|
// src/utils/templates/flex-grid/align-content/between.tsx
|
|
16608
|
-
import { jsx as
|
|
16816
|
+
import { jsx as jsx521, jsxs as jsxs237 } from "react/jsx-runtime";
|
|
16609
16817
|
|
|
16610
16818
|
// src/utils/templates/flex-grid/align-content/center.tsx
|
|
16611
|
-
import { jsx as
|
|
16819
|
+
import { jsx as jsx522, jsxs as jsxs238 } from "react/jsx-runtime";
|
|
16612
16820
|
|
|
16613
16821
|
// src/utils/templates/flex-grid/align-content/end.tsx
|
|
16614
|
-
import { jsx as
|
|
16822
|
+
import { jsx as jsx523, jsxs as jsxs239 } from "react/jsx-runtime";
|
|
16615
16823
|
|
|
16616
16824
|
// src/utils/templates/flex-grid/align-content/evenly.tsx
|
|
16617
|
-
import { jsx as
|
|
16825
|
+
import { jsx as jsx524, jsxs as jsxs240 } from "react/jsx-runtime";
|
|
16618
16826
|
|
|
16619
16827
|
// src/utils/templates/flex-grid/align-content/normal.tsx
|
|
16620
|
-
import { jsx as
|
|
16828
|
+
import { jsx as jsx525, jsxs as jsxs241 } from "react/jsx-runtime";
|
|
16621
16829
|
|
|
16622
16830
|
// src/utils/templates/flex-grid/align-content/start.tsx
|
|
16623
|
-
import { jsx as
|
|
16831
|
+
import { jsx as jsx526, jsxs as jsxs242 } from "react/jsx-runtime";
|
|
16624
16832
|
|
|
16625
16833
|
// src/utils/templates/flex-grid/align-content/stretch.tsx
|
|
16626
|
-
import { jsx as
|
|
16834
|
+
import { jsx as jsx527, jsxs as jsxs243 } from "react/jsx-runtime";
|
|
16627
16835
|
|
|
16628
16836
|
// src/utils/templates/flex-grid/align-items/baseline.tsx
|
|
16629
|
-
import { jsx as
|
|
16837
|
+
import { jsx as jsx528, jsxs as jsxs244 } from "react/jsx-runtime";
|
|
16630
16838
|
|
|
16631
16839
|
// src/utils/templates/flex-grid/align-items/center.tsx
|
|
16632
|
-
import { jsx as
|
|
16840
|
+
import { jsx as jsx529, jsxs as jsxs245 } from "react/jsx-runtime";
|
|
16633
16841
|
|
|
16634
16842
|
// src/utils/templates/flex-grid/align-items/end.tsx
|
|
16635
|
-
import { jsx as
|
|
16843
|
+
import { jsx as jsx530, jsxs as jsxs246 } from "react/jsx-runtime";
|
|
16636
16844
|
|
|
16637
16845
|
// src/utils/templates/flex-grid/align-items/start.tsx
|
|
16638
|
-
import { jsx as
|
|
16846
|
+
import { jsx as jsx531, jsxs as jsxs247 } from "react/jsx-runtime";
|
|
16639
16847
|
|
|
16640
16848
|
// src/utils/templates/flex-grid/align-items/stretch.tsx
|
|
16641
|
-
import { jsx as
|
|
16849
|
+
import { jsx as jsx532, jsxs as jsxs248 } from "react/jsx-runtime";
|
|
16642
16850
|
|
|
16643
16851
|
// src/utils/templates/flex-grid/align-self/baseline.tsx
|
|
16644
|
-
import { jsx as
|
|
16852
|
+
import { jsx as jsx533, jsxs as jsxs249 } from "react/jsx-runtime";
|
|
16645
16853
|
|
|
16646
16854
|
// src/utils/templates/flex-grid/align-self/center.tsx
|
|
16647
|
-
import { jsx as
|
|
16855
|
+
import { jsx as jsx534, jsxs as jsxs250 } from "react/jsx-runtime";
|
|
16648
16856
|
|
|
16649
16857
|
// src/utils/templates/flex-grid/align-self/end.tsx
|
|
16650
|
-
import { jsx as
|
|
16858
|
+
import { jsx as jsx535, jsxs as jsxs251 } from "react/jsx-runtime";
|
|
16651
16859
|
|
|
16652
16860
|
// src/utils/templates/flex-grid/align-self/start.tsx
|
|
16653
|
-
import { jsx as
|
|
16861
|
+
import { jsx as jsx536, jsxs as jsxs252 } from "react/jsx-runtime";
|
|
16654
16862
|
|
|
16655
16863
|
// src/utils/templates/flex-grid/align-self/stretch.tsx
|
|
16656
|
-
import { jsx as
|
|
16864
|
+
import { jsx as jsx537, jsxs as jsxs253 } from "react/jsx-runtime";
|
|
16657
16865
|
|
|
16658
16866
|
// src/utils/templates/flex-grid/flex/auto.tsx
|
|
16659
|
-
import { jsx as
|
|
16867
|
+
import { jsx as jsx538, jsxs as jsxs254 } from "react/jsx-runtime";
|
|
16660
16868
|
|
|
16661
16869
|
// src/utils/templates/flex-grid/flex/flex-1.tsx
|
|
16662
|
-
import { jsx as
|
|
16870
|
+
import { jsx as jsx539, jsxs as jsxs255 } from "react/jsx-runtime";
|
|
16663
16871
|
|
|
16664
16872
|
// src/utils/templates/flex-grid/flex/initial.tsx
|
|
16665
|
-
import { jsx as
|
|
16873
|
+
import { jsx as jsx540, jsxs as jsxs256 } from "react/jsx-runtime";
|
|
16666
16874
|
|
|
16667
16875
|
// src/utils/templates/flex-grid/flex/none.tsx
|
|
16668
|
-
import { jsx as
|
|
16876
|
+
import { jsx as jsx541, jsxs as jsxs257 } from "react/jsx-runtime";
|
|
16669
16877
|
|
|
16670
16878
|
// src/utils/templates/flex-grid/flex-basis/auto.tsx
|
|
16671
|
-
import { jsx as
|
|
16879
|
+
import { jsx as jsx542, jsxs as jsxs258 } from "react/jsx-runtime";
|
|
16672
16880
|
|
|
16673
16881
|
// src/utils/templates/flex-grid/flex-basis/size.tsx
|
|
16674
|
-
import { jsx as
|
|
16882
|
+
import { jsx as jsx543, jsxs as jsxs259 } from "react/jsx-runtime";
|
|
16675
16883
|
|
|
16676
16884
|
// src/utils/templates/flex-grid/flex-direction/column-reverse.tsx
|
|
16677
|
-
import { jsx as
|
|
16885
|
+
import { jsx as jsx544, jsxs as jsxs260 } from "react/jsx-runtime";
|
|
16678
16886
|
|
|
16679
16887
|
// src/utils/templates/flex-grid/flex-direction/column.tsx
|
|
16680
|
-
import { jsx as
|
|
16888
|
+
import { jsx as jsx545, jsxs as jsxs261 } from "react/jsx-runtime";
|
|
16681
16889
|
|
|
16682
16890
|
// src/utils/templates/flex-grid/flex-direction/row-reverse.tsx
|
|
16683
|
-
import { jsx as
|
|
16891
|
+
import { jsx as jsx546, jsxs as jsxs262 } from "react/jsx-runtime";
|
|
16684
16892
|
|
|
16685
16893
|
// src/utils/templates/flex-grid/flex-direction/row.tsx
|
|
16686
|
-
import { jsx as
|
|
16894
|
+
import { jsx as jsx547, jsxs as jsxs263 } from "react/jsx-runtime";
|
|
16687
16895
|
|
|
16688
16896
|
// src/utils/templates/flex-grid/flex-grow/grow-0.tsx
|
|
16689
|
-
import { jsx as
|
|
16897
|
+
import { jsx as jsx548, jsxs as jsxs264 } from "react/jsx-runtime";
|
|
16690
16898
|
|
|
16691
16899
|
// src/utils/templates/flex-grid/flex-grow/grow-1.tsx
|
|
16692
|
-
import { jsx as
|
|
16900
|
+
import { jsx as jsx549, jsxs as jsxs265 } from "react/jsx-runtime";
|
|
16693
16901
|
|
|
16694
16902
|
// src/utils/templates/flex-grid/flex-srink/shrink-0.tsx
|
|
16695
|
-
import { jsx as
|
|
16903
|
+
import { jsx as jsx550, jsxs as jsxs266 } from "react/jsx-runtime";
|
|
16696
16904
|
|
|
16697
16905
|
// src/utils/templates/flex-grid/flex-srink/shrink-1.tsx
|
|
16698
|
-
import { jsx as
|
|
16906
|
+
import { jsx as jsx551, jsxs as jsxs267 } from "react/jsx-runtime";
|
|
16699
16907
|
|
|
16700
16908
|
// src/utils/templates/flex-grid/flex-wrap/nowrap.tsx
|
|
16701
|
-
import { jsx as
|
|
16909
|
+
import { jsx as jsx552, jsxs as jsxs268 } from "react/jsx-runtime";
|
|
16702
16910
|
|
|
16703
16911
|
// src/utils/templates/flex-grid/flex-wrap/wrap-reverse.tsx
|
|
16704
|
-
import { jsx as
|
|
16912
|
+
import { jsx as jsx553, jsxs as jsxs269 } from "react/jsx-runtime";
|
|
16705
16913
|
|
|
16706
16914
|
// src/utils/templates/flex-grid/flex-wrap/wrap.tsx
|
|
16707
|
-
import { jsx as
|
|
16915
|
+
import { jsx as jsx554, jsxs as jsxs270 } from "react/jsx-runtime";
|
|
16708
16916
|
|
|
16709
16917
|
// src/utils/templates/flex-grid/gap/size-x-y.tsx
|
|
16710
|
-
import { jsx as
|
|
16918
|
+
import { jsx as jsx555, jsxs as jsxs271 } from "react/jsx-runtime";
|
|
16711
16919
|
|
|
16712
16920
|
// src/utils/templates/flex-grid/gap/size.tsx
|
|
16713
|
-
import { jsx as
|
|
16921
|
+
import { jsx as jsx556, jsxs as jsxs272 } from "react/jsx-runtime";
|
|
16714
16922
|
|
|
16715
16923
|
// src/utils/templates/flex-grid/grid-auto-cols/auto.tsx
|
|
16716
|
-
import { jsx as
|
|
16924
|
+
import { jsx as jsx557, jsxs as jsxs273 } from "react/jsx-runtime";
|
|
16717
16925
|
|
|
16718
16926
|
// src/utils/templates/flex-grid/grid-auto-cols/fr.tsx
|
|
16719
|
-
import { jsx as
|
|
16927
|
+
import { jsx as jsx558, jsxs as jsxs274 } from "react/jsx-runtime";
|
|
16720
16928
|
|
|
16721
16929
|
// src/utils/templates/flex-grid/grid-auto-cols/max.tsx
|
|
16722
|
-
import { jsx as
|
|
16930
|
+
import { jsx as jsx559, jsxs as jsxs275 } from "react/jsx-runtime";
|
|
16723
16931
|
|
|
16724
16932
|
// src/utils/templates/flex-grid/grid-auto-cols/min.tsx
|
|
16725
|
-
import { jsx as
|
|
16933
|
+
import { jsx as jsx560, jsxs as jsxs276 } from "react/jsx-runtime";
|
|
16726
16934
|
|
|
16727
16935
|
// src/utils/templates/flex-grid/grid-auto-flow/column.tsx
|
|
16728
|
-
import { jsx as
|
|
16936
|
+
import { jsx as jsx561, jsxs as jsxs277 } from "react/jsx-runtime";
|
|
16729
16937
|
|
|
16730
16938
|
// src/utils/templates/flex-grid/grid-auto-flow/dense.tsx
|
|
16731
|
-
import { jsx as
|
|
16939
|
+
import { jsx as jsx562, jsxs as jsxs278 } from "react/jsx-runtime";
|
|
16732
16940
|
|
|
16733
16941
|
// src/utils/templates/flex-grid/grid-auto-flow/row.tsx
|
|
16734
|
-
import { jsx as
|
|
16942
|
+
import { jsx as jsx563, jsxs as jsxs279 } from "react/jsx-runtime";
|
|
16735
16943
|
|
|
16736
16944
|
// src/utils/templates/flex-grid/grid-auto-rows/auto.tsx
|
|
16737
|
-
import { jsx as
|
|
16945
|
+
import { jsx as jsx564, jsxs as jsxs280 } from "react/jsx-runtime";
|
|
16738
16946
|
|
|
16739
16947
|
// src/utils/templates/flex-grid/grid-auto-rows/fr.tsx
|
|
16740
|
-
import { jsx as
|
|
16948
|
+
import { jsx as jsx565, jsxs as jsxs281 } from "react/jsx-runtime";
|
|
16741
16949
|
|
|
16742
16950
|
// src/utils/templates/flex-grid/grid-auto-rows/min.tsx
|
|
16743
|
-
import { jsx as
|
|
16951
|
+
import { jsx as jsx566, jsxs as jsxs282 } from "react/jsx-runtime";
|
|
16744
16952
|
|
|
16745
16953
|
// src/utils/templates/flex-grid/grid-col-start-end/start-end-n.tsx
|
|
16746
|
-
import { jsx as
|
|
16954
|
+
import { jsx as jsx567, jsxs as jsxs283 } from "react/jsx-runtime";
|
|
16747
16955
|
|
|
16748
16956
|
// src/utils/templates/flex-grid/grid-row-start-end/start-end-n.tsx
|
|
16749
|
-
import { jsx as
|
|
16957
|
+
import { jsx as jsx568, jsxs as jsxs284 } from "react/jsx-runtime";
|
|
16750
16958
|
|
|
16751
16959
|
// src/utils/templates/flex-grid/grid-template-cols/integer.tsx
|
|
16752
|
-
import { jsx as
|
|
16960
|
+
import { jsx as jsx569, jsxs as jsxs285 } from "react/jsx-runtime";
|
|
16753
16961
|
|
|
16754
16962
|
// src/utils/templates/flex-grid/grid-template-rows/integer.tsx
|
|
16755
|
-
import { jsx as
|
|
16963
|
+
import { jsx as jsx570, jsxs as jsxs286 } from "react/jsx-runtime";
|
|
16756
16964
|
|
|
16757
16965
|
// src/utils/templates/flex-grid/justify-content/around.tsx
|
|
16758
|
-
import { jsx as
|
|
16966
|
+
import { jsx as jsx571, jsxs as jsxs287 } from "react/jsx-runtime";
|
|
16759
16967
|
|
|
16760
16968
|
// src/utils/templates/flex-grid/justify-content/between.tsx
|
|
16761
|
-
import { jsx as
|
|
16969
|
+
import { jsx as jsx572, jsxs as jsxs288 } from "react/jsx-runtime";
|
|
16762
16970
|
|
|
16763
16971
|
// src/utils/templates/flex-grid/justify-content/center.tsx
|
|
16764
|
-
import { jsx as
|
|
16972
|
+
import { jsx as jsx573, jsxs as jsxs289 } from "react/jsx-runtime";
|
|
16765
16973
|
|
|
16766
16974
|
// src/utils/templates/flex-grid/justify-content/end.tsx
|
|
16767
|
-
import { jsx as
|
|
16975
|
+
import { jsx as jsx574, jsxs as jsxs290 } from "react/jsx-runtime";
|
|
16768
16976
|
|
|
16769
16977
|
// src/utils/templates/flex-grid/justify-content/evenly.tsx
|
|
16770
|
-
import { jsx as
|
|
16978
|
+
import { jsx as jsx575, jsxs as jsxs291 } from "react/jsx-runtime";
|
|
16771
16979
|
|
|
16772
16980
|
// src/utils/templates/flex-grid/justify-content/normal.tsx
|
|
16773
|
-
import { jsx as
|
|
16981
|
+
import { jsx as jsx576, jsxs as jsxs292 } from "react/jsx-runtime";
|
|
16774
16982
|
|
|
16775
16983
|
// src/utils/templates/flex-grid/justify-content/start.tsx
|
|
16776
|
-
import { jsx as
|
|
16984
|
+
import { jsx as jsx577, jsxs as jsxs293 } from "react/jsx-runtime";
|
|
16777
16985
|
|
|
16778
16986
|
// src/utils/templates/flex-grid/justify-content/stretch.tsx
|
|
16779
|
-
import { jsx as
|
|
16987
|
+
import { jsx as jsx578, jsxs as jsxs294 } from "react/jsx-runtime";
|
|
16780
16988
|
|
|
16781
16989
|
// src/utils/templates/flex-grid/justify-items/center.tsx
|
|
16782
|
-
import { jsx as
|
|
16990
|
+
import { jsx as jsx579, jsxs as jsxs295 } from "react/jsx-runtime";
|
|
16783
16991
|
|
|
16784
16992
|
// src/utils/templates/flex-grid/justify-items/end.tsx
|
|
16785
|
-
import { jsx as
|
|
16993
|
+
import { jsx as jsx580, jsxs as jsxs296 } from "react/jsx-runtime";
|
|
16786
16994
|
|
|
16787
16995
|
// src/utils/templates/flex-grid/justify-items/start.tsx
|
|
16788
|
-
import { jsx as
|
|
16996
|
+
import { jsx as jsx581, jsxs as jsxs297 } from "react/jsx-runtime";
|
|
16789
16997
|
|
|
16790
16998
|
// src/utils/templates/flex-grid/justify-items/stretch.tsx
|
|
16791
|
-
import { jsx as
|
|
16999
|
+
import { jsx as jsx582, jsxs as jsxs298 } from "react/jsx-runtime";
|
|
16792
17000
|
|
|
16793
17001
|
// src/utils/templates/flex-grid/justify-self/center.tsx
|
|
16794
|
-
import { jsx as
|
|
17002
|
+
import { jsx as jsx583, jsxs as jsxs299 } from "react/jsx-runtime";
|
|
16795
17003
|
|
|
16796
17004
|
// src/utils/templates/flex-grid/justify-self/end.tsx
|
|
16797
|
-
import { jsx as
|
|
17005
|
+
import { jsx as jsx584, jsxs as jsxs300 } from "react/jsx-runtime";
|
|
16798
17006
|
|
|
16799
17007
|
// src/utils/templates/flex-grid/justify-self/start.tsx
|
|
16800
|
-
import { jsx as
|
|
17008
|
+
import { jsx as jsx585, jsxs as jsxs301 } from "react/jsx-runtime";
|
|
16801
17009
|
|
|
16802
17010
|
// src/utils/templates/flex-grid/justify-self/stretch.tsx
|
|
16803
|
-
import { jsx as
|
|
17011
|
+
import { jsx as jsx586, jsxs as jsxs302 } from "react/jsx-runtime";
|
|
16804
17012
|
|
|
16805
17013
|
// src/utils/templates/flex-grid/order/first.tsx
|
|
16806
|
-
import { jsx as
|
|
17014
|
+
import { jsx as jsx587, jsxs as jsxs303 } from "react/jsx-runtime";
|
|
16807
17015
|
|
|
16808
17016
|
// src/utils/templates/flex-grid/order/integer.tsx
|
|
16809
|
-
import { jsx as
|
|
17017
|
+
import { jsx as jsx588, jsxs as jsxs304 } from "react/jsx-runtime";
|
|
16810
17018
|
|
|
16811
17019
|
// src/utils/templates/flex-grid/order/last.tsx
|
|
16812
|
-
import { jsx as
|
|
17020
|
+
import { jsx as jsx589, jsxs as jsxs305 } from "react/jsx-runtime";
|
|
16813
17021
|
|
|
16814
17022
|
// src/utils/templates/flex-grid/place-content/around.tsx
|
|
16815
|
-
import { jsx as
|
|
17023
|
+
import { jsx as jsx590, jsxs as jsxs306 } from "react/jsx-runtime";
|
|
16816
17024
|
|
|
16817
17025
|
// src/utils/templates/flex-grid/place-content/between.tsx
|
|
16818
|
-
import { jsx as
|
|
17026
|
+
import { jsx as jsx591, jsxs as jsxs307 } from "react/jsx-runtime";
|
|
16819
17027
|
|
|
16820
17028
|
// src/utils/templates/flex-grid/place-content/center.tsx
|
|
16821
|
-
import { jsx as
|
|
17029
|
+
import { jsx as jsx592, jsxs as jsxs308 } from "react/jsx-runtime";
|
|
16822
17030
|
|
|
16823
17031
|
// src/utils/templates/flex-grid/place-content/end.tsx
|
|
16824
|
-
import { jsx as
|
|
17032
|
+
import { jsx as jsx593, jsxs as jsxs309 } from "react/jsx-runtime";
|
|
16825
17033
|
|
|
16826
17034
|
// src/utils/templates/flex-grid/place-content/evenly.tsx
|
|
16827
|
-
import { jsx as
|
|
17035
|
+
import { jsx as jsx594, jsxs as jsxs310 } from "react/jsx-runtime";
|
|
16828
17036
|
|
|
16829
17037
|
// src/utils/templates/flex-grid/place-content/normal.tsx
|
|
16830
|
-
import { jsx as
|
|
17038
|
+
import { jsx as jsx595, jsxs as jsxs311 } from "react/jsx-runtime";
|
|
16831
17039
|
|
|
16832
17040
|
// src/utils/templates/flex-grid/place-content/start.tsx
|
|
16833
|
-
import { jsx as
|
|
17041
|
+
import { jsx as jsx596, jsxs as jsxs312 } from "react/jsx-runtime";
|
|
16834
17042
|
|
|
16835
17043
|
// src/utils/templates/flex-grid/place-content/stretch.tsx
|
|
16836
|
-
import { jsx as
|
|
17044
|
+
import { jsx as jsx597, jsxs as jsxs313 } from "react/jsx-runtime";
|
|
16837
17045
|
|
|
16838
17046
|
// src/utils/templates/flex-grid/place-items/center.tsx
|
|
16839
|
-
import { jsx as
|
|
17047
|
+
import { jsx as jsx598, jsxs as jsxs314 } from "react/jsx-runtime";
|
|
16840
17048
|
|
|
16841
17049
|
// src/utils/templates/flex-grid/place-items/end.tsx
|
|
16842
|
-
import { jsx as
|
|
17050
|
+
import { jsx as jsx599, jsxs as jsxs315 } from "react/jsx-runtime";
|
|
16843
17051
|
|
|
16844
17052
|
// src/utils/templates/flex-grid/place-items/start.tsx
|
|
16845
|
-
import { jsx as
|
|
17053
|
+
import { jsx as jsx600, jsxs as jsxs316 } from "react/jsx-runtime";
|
|
16846
17054
|
|
|
16847
17055
|
// src/utils/templates/flex-grid/place-items/stretch.tsx
|
|
16848
|
-
import { jsx as
|
|
17056
|
+
import { jsx as jsx601, jsxs as jsxs317 } from "react/jsx-runtime";
|
|
16849
17057
|
|
|
16850
17058
|
// src/utils/templates/flex-grid/place-self/center.tsx
|
|
16851
|
-
import { jsx as
|
|
17059
|
+
import { jsx as jsx602, jsxs as jsxs318 } from "react/jsx-runtime";
|
|
16852
17060
|
|
|
16853
17061
|
// src/utils/templates/flex-grid/place-self/end.tsx
|
|
16854
|
-
import { jsx as
|
|
17062
|
+
import { jsx as jsx603, jsxs as jsxs319 } from "react/jsx-runtime";
|
|
16855
17063
|
|
|
16856
17064
|
// src/utils/templates/flex-grid/place-self/start.tsx
|
|
16857
|
-
import { jsx as
|
|
17065
|
+
import { jsx as jsx604, jsxs as jsxs320 } from "react/jsx-runtime";
|
|
16858
17066
|
|
|
16859
17067
|
// src/utils/templates/flex-grid/place-self/stretch.tsx
|
|
16860
|
-
import { jsx as
|
|
17068
|
+
import { jsx as jsx605, jsxs as jsxs321 } from "react/jsx-runtime";
|
|
16861
17069
|
|
|
16862
17070
|
// src/utils/templates/interactivity/appearance/applying.tsx
|
|
16863
|
-
import { jsx as
|
|
17071
|
+
import { jsx as jsx606, jsxs as jsxs322 } from "react/jsx-runtime";
|
|
16864
17072
|
|
|
16865
17073
|
// src/utils/templates/interactivity/appearance/none.tsx
|
|
16866
|
-
import { jsx as
|
|
17074
|
+
import { jsx as jsx607, jsxs as jsxs323 } from "react/jsx-runtime";
|
|
16867
17075
|
|
|
16868
17076
|
// src/utils/templates/interactivity/cursor/applying.tsx
|
|
16869
|
-
import { jsx as
|
|
17077
|
+
import { jsx as jsx608, jsxs as jsxs324 } from "react/jsx-runtime";
|
|
16870
17078
|
|
|
16871
17079
|
// src/utils/templates/interactivity/pointer-events/applying.tsx
|
|
16872
|
-
import { jsx as
|
|
17080
|
+
import { jsx as jsx609, jsxs as jsxs325 } from "react/jsx-runtime";
|
|
16873
17081
|
|
|
16874
17082
|
// src/utils/templates/interactivity/resize/all-directions.tsx
|
|
16875
|
-
import { jsx as
|
|
17083
|
+
import { jsx as jsx610 } from "react/jsx-runtime";
|
|
16876
17084
|
|
|
16877
17085
|
// src/utils/templates/interactivity/resize/horizontal.tsx
|
|
16878
|
-
import { jsx as
|
|
17086
|
+
import { jsx as jsx611 } from "react/jsx-runtime";
|
|
16879
17087
|
|
|
16880
17088
|
// src/utils/templates/interactivity/resize/no-resizing.tsx
|
|
16881
|
-
import { jsx as
|
|
17089
|
+
import { jsx as jsx612 } from "react/jsx-runtime";
|
|
16882
17090
|
|
|
16883
17091
|
// src/utils/templates/interactivity/resize/vertical.tsx
|
|
16884
|
-
import { jsx as
|
|
17092
|
+
import { jsx as jsx613 } from "react/jsx-runtime";
|
|
16885
17093
|
|
|
16886
17094
|
// src/utils/templates/interactivity/touch-action/auto.tsx
|
|
16887
|
-
import { jsx as
|
|
17095
|
+
import { jsx as jsx614 } from "react/jsx-runtime";
|
|
16888
17096
|
|
|
16889
17097
|
// src/utils/templates/interactivity/touch-action/horizontal.tsx
|
|
16890
|
-
import { jsx as
|
|
17098
|
+
import { jsx as jsx615 } from "react/jsx-runtime";
|
|
16891
17099
|
|
|
16892
17100
|
// src/utils/templates/interactivity/touch-action/none.tsx
|
|
16893
|
-
import { jsx as
|
|
17101
|
+
import { jsx as jsx616 } from "react/jsx-runtime";
|
|
16894
17102
|
|
|
16895
17103
|
// src/utils/templates/interactivity/touch-action/vertical.tsx
|
|
16896
|
-
import { jsx as
|
|
17104
|
+
import { jsx as jsx617 } from "react/jsx-runtime";
|
|
16897
17105
|
|
|
16898
17106
|
// src/utils/templates/interactivity/user-select/all.tsx
|
|
16899
|
-
import { jsx as
|
|
17107
|
+
import { jsx as jsx618 } from "react/jsx-runtime";
|
|
16900
17108
|
|
|
16901
17109
|
// src/utils/templates/interactivity/user-select/none.tsx
|
|
16902
|
-
import { jsx as
|
|
17110
|
+
import { jsx as jsx619 } from "react/jsx-runtime";
|
|
16903
17111
|
|
|
16904
17112
|
// src/utils/templates/interactivity/user-select/text.tsx
|
|
16905
|
-
import { jsx as
|
|
17113
|
+
import { jsx as jsx620 } from "react/jsx-runtime";
|
|
16906
17114
|
|
|
16907
17115
|
// src/utils/templates/layout/aspect-ratio/auto.tsx
|
|
16908
|
-
import { jsx as
|
|
17116
|
+
import { jsx as jsx621 } from "react/jsx-runtime";
|
|
16909
17117
|
|
|
16910
17118
|
// src/utils/templates/layout/aspect-ratio/one.tsx
|
|
16911
|
-
import { jsx as
|
|
17119
|
+
import { jsx as jsx622 } from "react/jsx-runtime";
|
|
16912
17120
|
|
|
16913
17121
|
// src/utils/templates/layout/aspect-ratio/sqaure.tsx
|
|
16914
|
-
import { jsx as
|
|
17122
|
+
import { jsx as jsx623 } from "react/jsx-runtime";
|
|
16915
17123
|
|
|
16916
17124
|
// src/utils/templates/layout/aspect-ratio/video.tsx
|
|
16917
|
-
import { jsx as
|
|
17125
|
+
import { jsx as jsx624 } from "react/jsx-runtime";
|
|
16918
17126
|
|
|
16919
17127
|
// src/utils/templates/layout/box-sizing/border.tsx
|
|
16920
|
-
import { jsx as
|
|
17128
|
+
import { jsx as jsx625 } from "react/jsx-runtime";
|
|
16921
17129
|
|
|
16922
17130
|
// src/utils/templates/layout/box-sizing/content.tsx
|
|
16923
|
-
import { jsx as
|
|
17131
|
+
import { jsx as jsx626 } from "react/jsx-runtime";
|
|
16924
17132
|
|
|
16925
17133
|
// src/utils/templates/layout/clear/both.tsx
|
|
16926
|
-
import { jsx as
|
|
17134
|
+
import { jsx as jsx627, jsxs as jsxs326 } from "react/jsx-runtime";
|
|
16927
17135
|
|
|
16928
17136
|
// src/utils/templates/layout/clear/left.tsx
|
|
16929
|
-
import { jsx as
|
|
17137
|
+
import { jsx as jsx628, jsxs as jsxs327 } from "react/jsx-runtime";
|
|
16930
17138
|
|
|
16931
17139
|
// src/utils/templates/layout/clear/no-clear.tsx
|
|
16932
|
-
import { jsx as
|
|
17140
|
+
import { jsx as jsx629, jsxs as jsxs328 } from "react/jsx-runtime";
|
|
16933
17141
|
|
|
16934
17142
|
// src/utils/templates/layout/clear/right.tsx
|
|
16935
|
-
import { jsx as
|
|
17143
|
+
import { jsx as jsx630, jsxs as jsxs329 } from "react/jsx-runtime";
|
|
16936
17144
|
|
|
16937
17145
|
// src/utils/templates/layout/columns/automatic.tsx
|
|
16938
|
-
import { jsx as
|
|
17146
|
+
import { jsx as jsx631, jsxs as jsxs330 } from "react/jsx-runtime";
|
|
16939
17147
|
|
|
16940
17148
|
// src/utils/templates/layout/columns/count.tsx
|
|
16941
|
-
import { jsx as
|
|
17149
|
+
import { jsx as jsx632, jsxs as jsxs331 } from "react/jsx-runtime";
|
|
16942
17150
|
|
|
16943
17151
|
// src/utils/templates/layout/display/block.tsx
|
|
16944
|
-
import { jsx as
|
|
17152
|
+
import { jsx as jsx633, jsxs as jsxs332 } from "react/jsx-runtime";
|
|
16945
17153
|
|
|
16946
17154
|
// src/utils/templates/layout/display/flex.tsx
|
|
16947
|
-
import { jsx as
|
|
17155
|
+
import { jsx as jsx634, jsxs as jsxs333 } from "react/jsx-runtime";
|
|
16948
17156
|
|
|
16949
17157
|
// src/utils/templates/layout/display/inline.tsx
|
|
16950
|
-
import { jsx as
|
|
17158
|
+
import { jsx as jsx635, jsxs as jsxs334 } from "react/jsx-runtime";
|
|
16951
17159
|
|
|
16952
17160
|
// src/utils/templates/layout/display/none.tsx
|
|
16953
|
-
import { Fragment as
|
|
17161
|
+
import { Fragment as Fragment143, jsx as jsx636, jsxs as jsxs335 } from "react/jsx-runtime";
|
|
16954
17162
|
|
|
16955
17163
|
// src/utils/templates/layout/float/left.tsx
|
|
16956
|
-
import { jsx as
|
|
17164
|
+
import { jsx as jsx637, jsxs as jsxs336 } from "react/jsx-runtime";
|
|
16957
17165
|
|
|
16958
17166
|
// src/utils/templates/layout/float/no-float.tsx
|
|
16959
|
-
import { jsx as
|
|
17167
|
+
import { jsx as jsx638, jsxs as jsxs337 } from "react/jsx-runtime";
|
|
16960
17168
|
|
|
16961
17169
|
// src/utils/templates/layout/float/right.tsx
|
|
16962
|
-
import { jsx as
|
|
17170
|
+
import { jsx as jsx639, jsxs as jsxs338 } from "react/jsx-runtime";
|
|
16963
17171
|
|
|
16964
17172
|
// src/utils/templates/layout/object-fit/contain.tsx
|
|
16965
|
-
import { jsx as
|
|
17173
|
+
import { jsx as jsx640 } from "react/jsx-runtime";
|
|
16966
17174
|
|
|
16967
17175
|
// src/utils/templates/layout/object-fit/cover.tsx
|
|
16968
|
-
import { jsx as
|
|
17176
|
+
import { jsx as jsx641 } from "react/jsx-runtime";
|
|
16969
17177
|
|
|
16970
17178
|
// src/utils/templates/layout/object-fit/fill.tsx
|
|
16971
|
-
import { jsx as
|
|
17179
|
+
import { jsx as jsx642 } from "react/jsx-runtime";
|
|
16972
17180
|
|
|
16973
17181
|
// src/utils/templates/layout/object-fit/scale-down.tsx
|
|
16974
|
-
import { jsx as
|
|
17182
|
+
import { jsx as jsx643 } from "react/jsx-runtime";
|
|
16975
17183
|
|
|
16976
17184
|
// src/utils/templates/layout/object-position/position.tsx
|
|
16977
|
-
import { jsx as
|
|
17185
|
+
import { jsx as jsx644, jsxs as jsxs339 } from "react/jsx-runtime";
|
|
16978
17186
|
|
|
16979
17187
|
// src/utils/templates/layout/overflow/hidden.tsx
|
|
16980
|
-
import { jsx as
|
|
17188
|
+
import { jsx as jsx645 } from "react/jsx-runtime";
|
|
16981
17189
|
|
|
16982
17190
|
// src/utils/templates/layout/overflow/horizontal.tsx
|
|
16983
|
-
import { jsx as
|
|
17191
|
+
import { jsx as jsx646 } from "react/jsx-runtime";
|
|
16984
17192
|
|
|
16985
17193
|
// src/utils/templates/layout/overflow/vertical.tsx
|
|
16986
|
-
import { jsx as
|
|
17194
|
+
import { jsx as jsx647 } from "react/jsx-runtime";
|
|
16987
17195
|
|
|
16988
17196
|
// src/utils/templates/layout/overflow/visible.tsx
|
|
16989
|
-
import { jsx as
|
|
17197
|
+
import { jsx as jsx648 } from "react/jsx-runtime";
|
|
16990
17198
|
|
|
16991
17199
|
// src/utils/templates/layout/placement/multiple.tsx
|
|
16992
|
-
import { jsx as
|
|
17200
|
+
import { jsx as jsx649, jsxs as jsxs340 } from "react/jsx-runtime";
|
|
16993
17201
|
|
|
16994
17202
|
// src/utils/templates/layout/placement/single.tsx
|
|
16995
|
-
import { jsx as
|
|
17203
|
+
import { jsx as jsx650, jsxs as jsxs341 } from "react/jsx-runtime";
|
|
16996
17204
|
|
|
16997
17205
|
// src/utils/templates/layout/position/applying.tsx
|
|
16998
|
-
import { jsx as
|
|
17206
|
+
import { jsx as jsx651, jsxs as jsxs342 } from "react/jsx-runtime";
|
|
16999
17207
|
|
|
17000
17208
|
// src/utils/templates/layout/visibility/invisible.tsx
|
|
17001
|
-
import { jsx as
|
|
17209
|
+
import { jsx as jsx652, jsxs as jsxs343 } from "react/jsx-runtime";
|
|
17002
17210
|
|
|
17003
17211
|
// src/utils/templates/layout/z-index/applying.tsx
|
|
17004
|
-
import { Fragment as
|
|
17212
|
+
import { Fragment as Fragment144, jsx as jsx653, jsxs as jsxs344 } from "react/jsx-runtime";
|
|
17005
17213
|
|
|
17006
17214
|
// src/utils/templates/sizing/height/fixed.tsx
|
|
17007
|
-
import { jsx as
|
|
17215
|
+
import { jsx as jsx654, jsxs as jsxs345 } from "react/jsx-runtime";
|
|
17008
17216
|
|
|
17009
17217
|
// src/utils/templates/sizing/height/full.tsx
|
|
17010
|
-
import { jsx as
|
|
17218
|
+
import { jsx as jsx655 } from "react/jsx-runtime";
|
|
17011
17219
|
|
|
17012
17220
|
// src/utils/templates/sizing/height/maximum.tsx
|
|
17013
|
-
import { jsx as
|
|
17221
|
+
import { jsx as jsx656 } from "react/jsx-runtime";
|
|
17014
17222
|
|
|
17015
17223
|
// src/utils/templates/sizing/height/minimum.tsx
|
|
17016
|
-
import { jsx as
|
|
17224
|
+
import { jsx as jsx657 } from "react/jsx-runtime";
|
|
17017
17225
|
|
|
17018
17226
|
// src/utils/templates/sizing/height/screen.tsx
|
|
17019
|
-
import { jsx as
|
|
17227
|
+
import { jsx as jsx658 } from "react/jsx-runtime";
|
|
17020
17228
|
|
|
17021
17229
|
// src/utils/templates/sizing/width/fixed.tsx
|
|
17022
|
-
import { jsx as
|
|
17230
|
+
import { jsx as jsx659, jsxs as jsxs346 } from "react/jsx-runtime";
|
|
17023
17231
|
|
|
17024
17232
|
// src/utils/templates/sizing/width/full.tsx
|
|
17025
|
-
import { jsx as
|
|
17233
|
+
import { jsx as jsx660 } from "react/jsx-runtime";
|
|
17026
17234
|
|
|
17027
17235
|
// src/utils/templates/sizing/width/maximum.tsx
|
|
17028
|
-
import { jsx as
|
|
17236
|
+
import { jsx as jsx661 } from "react/jsx-runtime";
|
|
17029
17237
|
|
|
17030
17238
|
// src/utils/templates/sizing/width/minimum.tsx
|
|
17031
|
-
import { jsx as
|
|
17239
|
+
import { jsx as jsx662 } from "react/jsx-runtime";
|
|
17032
17240
|
|
|
17033
17241
|
// src/utils/templates/sizing/width/screen.tsx
|
|
17034
|
-
import { jsx as
|
|
17242
|
+
import { jsx as jsx663 } from "react/jsx-runtime";
|
|
17035
17243
|
|
|
17036
17244
|
// src/utils/templates/spacing/margin/all.tsx
|
|
17037
|
-
import { jsx as
|
|
17245
|
+
import { jsx as jsx664 } from "react/jsx-runtime";
|
|
17038
17246
|
|
|
17039
17247
|
// src/utils/templates/spacing/margin/single.tsx
|
|
17040
|
-
import { Fragment as
|
|
17248
|
+
import { Fragment as Fragment145, jsx as jsx665, jsxs as jsxs347 } from "react/jsx-runtime";
|
|
17041
17249
|
|
|
17042
17250
|
// src/utils/templates/spacing/margin/x.tsx
|
|
17043
|
-
import { jsx as
|
|
17251
|
+
import { jsx as jsx666 } from "react/jsx-runtime";
|
|
17044
17252
|
|
|
17045
17253
|
// src/utils/templates/spacing/margin/y.tsx
|
|
17046
|
-
import { jsx as
|
|
17254
|
+
import { jsx as jsx667 } from "react/jsx-runtime";
|
|
17047
17255
|
|
|
17048
17256
|
// src/utils/templates/spacing/padding/all.tsx
|
|
17049
|
-
import { jsx as
|
|
17257
|
+
import { jsx as jsx668 } from "react/jsx-runtime";
|
|
17050
17258
|
|
|
17051
17259
|
// src/utils/templates/spacing/padding/single.tsx
|
|
17052
|
-
import { Fragment as
|
|
17260
|
+
import { Fragment as Fragment146, jsx as jsx669, jsxs as jsxs348 } from "react/jsx-runtime";
|
|
17053
17261
|
|
|
17054
17262
|
// src/utils/templates/spacing/padding/x.tsx
|
|
17055
|
-
import { jsx as
|
|
17263
|
+
import { jsx as jsx670 } from "react/jsx-runtime";
|
|
17056
17264
|
|
|
17057
17265
|
// src/utils/templates/spacing/padding/y.tsx
|
|
17058
|
-
import { jsx as
|
|
17266
|
+
import { jsx as jsx671 } from "react/jsx-runtime";
|
|
17059
17267
|
|
|
17060
17268
|
// src/utils/templates/svg/fill/color.tsx
|
|
17061
|
-
import { Fragment as
|
|
17269
|
+
import { Fragment as Fragment147, jsx as jsx672, jsxs as jsxs349 } from "react/jsx-runtime";
|
|
17062
17270
|
|
|
17063
17271
|
// src/utils/templates/svg/stroke/color.tsx
|
|
17064
|
-
import { Fragment as
|
|
17272
|
+
import { Fragment as Fragment148, jsx as jsx673, jsxs as jsxs350 } from "react/jsx-runtime";
|
|
17065
17273
|
|
|
17066
17274
|
// src/utils/templates/table/border-collapse/collapse.tsx
|
|
17067
|
-
import { jsx as
|
|
17275
|
+
import { jsx as jsx674, jsxs as jsxs351 } from "react/jsx-runtime";
|
|
17068
17276
|
|
|
17069
17277
|
// src/utils/templates/table/border-collapse/separate.tsx
|
|
17070
|
-
import { jsx as
|
|
17278
|
+
import { jsx as jsx675, jsxs as jsxs352 } from "react/jsx-runtime";
|
|
17071
17279
|
|
|
17072
17280
|
// src/utils/templates/table/table-layout/auto.tsx
|
|
17073
|
-
import { jsx as
|
|
17281
|
+
import { jsx as jsx676, jsxs as jsxs353 } from "react/jsx-runtime";
|
|
17074
17282
|
|
|
17075
17283
|
// src/utils/templates/table/table-layout/fixed.tsx
|
|
17076
|
-
import { jsx as
|
|
17284
|
+
import { jsx as jsx677, jsxs as jsxs354 } from "react/jsx-runtime";
|
|
17077
17285
|
|
|
17078
17286
|
// src/utils/templates/transform/flip/horizontal.tsx
|
|
17079
|
-
import { jsx as
|
|
17287
|
+
import { jsx as jsx678, jsxs as jsxs355 } from "react/jsx-runtime";
|
|
17080
17288
|
|
|
17081
17289
|
// src/utils/templates/transform/flip/vertical.tsx
|
|
17082
|
-
import { jsx as
|
|
17290
|
+
import { jsx as jsx679, jsxs as jsxs356 } from "react/jsx-runtime";
|
|
17083
17291
|
|
|
17084
17292
|
// src/utils/templates/transform/origin/applying.tsx
|
|
17085
|
-
import { jsx as
|
|
17293
|
+
import { jsx as jsx680, jsxs as jsxs357 } from "react/jsx-runtime";
|
|
17086
17294
|
|
|
17087
17295
|
// src/utils/templates/transform/rotate/applying.tsx
|
|
17088
|
-
import { jsx as
|
|
17296
|
+
import { jsx as jsx681, jsxs as jsxs358 } from "react/jsx-runtime";
|
|
17089
17297
|
|
|
17090
17298
|
// src/utils/templates/transform/scale/applying.tsx
|
|
17091
|
-
import { jsx as
|
|
17299
|
+
import { jsx as jsx682, jsxs as jsxs359 } from "react/jsx-runtime";
|
|
17092
17300
|
|
|
17093
17301
|
// src/utils/templates/transform/skew/applying.tsx
|
|
17094
|
-
import { jsx as
|
|
17302
|
+
import { jsx as jsx683, jsxs as jsxs360 } from "react/jsx-runtime";
|
|
17095
17303
|
|
|
17096
17304
|
// src/utils/templates/transform/translate/applying.tsx
|
|
17097
|
-
import { jsx as
|
|
17305
|
+
import { jsx as jsx684, jsxs as jsxs361 } from "react/jsx-runtime";
|
|
17098
17306
|
|
|
17099
17307
|
// src/utils/templates/typography/font-style/italic.tsx
|
|
17100
|
-
import { jsx as
|
|
17308
|
+
import { jsx as jsx685 } from "react/jsx-runtime";
|
|
17101
17309
|
|
|
17102
17310
|
// src/utils/templates/typography/font-weight/size.tsx
|
|
17103
|
-
import { Fragment as
|
|
17311
|
+
import { Fragment as Fragment149, jsx as jsx686, jsxs as jsxs362 } from "react/jsx-runtime";
|
|
17104
17312
|
|
|
17105
17313
|
// src/utils/templates/typography/list-style-type/decimal.tsx
|
|
17106
|
-
import { jsx as
|
|
17314
|
+
import { jsx as jsx687, jsxs as jsxs363 } from "react/jsx-runtime";
|
|
17107
17315
|
|
|
17108
17316
|
// src/utils/templates/typography/list-style-type/disc.tsx
|
|
17109
|
-
import { jsx as
|
|
17317
|
+
import { jsx as jsx688, jsxs as jsxs364 } from "react/jsx-runtime";
|
|
17110
17318
|
|
|
17111
17319
|
// src/utils/templates/typography/list-style-type/none.tsx
|
|
17112
|
-
import { jsx as
|
|
17320
|
+
import { jsx as jsx689, jsxs as jsxs365 } from "react/jsx-runtime";
|
|
17113
17321
|
|
|
17114
17322
|
// src/utils/templates/typography/text-align/center.tsx
|
|
17115
|
-
import { jsx as
|
|
17323
|
+
import { jsx as jsx690 } from "react/jsx-runtime";
|
|
17116
17324
|
|
|
17117
17325
|
// src/utils/templates/typography/text-align/justify.tsx
|
|
17118
|
-
import { jsx as
|
|
17326
|
+
import { jsx as jsx691 } from "react/jsx-runtime";
|
|
17119
17327
|
|
|
17120
17328
|
// src/utils/templates/typography/text-align/left.tsx
|
|
17121
|
-
import { jsx as
|
|
17329
|
+
import { jsx as jsx692 } from "react/jsx-runtime";
|
|
17122
17330
|
|
|
17123
17331
|
// src/utils/templates/typography/text-align/right.tsx
|
|
17124
|
-
import { jsx as
|
|
17332
|
+
import { jsx as jsx693 } from "react/jsx-runtime";
|
|
17125
17333
|
|
|
17126
17334
|
// src/utils/templates/typography/text-color/inherit.tsx
|
|
17127
|
-
import { jsx as
|
|
17335
|
+
import { jsx as jsx694 } from "react/jsx-runtime";
|
|
17128
17336
|
|
|
17129
17337
|
// src/utils/templates/typography/text-color/white.tsx
|
|
17130
|
-
import { jsx as
|
|
17338
|
+
import { jsx as jsx695 } from "react/jsx-runtime";
|
|
17131
17339
|
|
|
17132
17340
|
// src/utils/templates/typography/text-decoration/all.tsx
|
|
17133
|
-
import { Fragment as
|
|
17341
|
+
import { Fragment as Fragment150, jsx as jsx696, jsxs as jsxs366 } from "react/jsx-runtime";
|
|
17134
17342
|
|
|
17135
17343
|
// src/utils/templates/typography/text-overflow/clip.tsx
|
|
17136
|
-
import { jsx as
|
|
17344
|
+
import { jsx as jsx697 } from "react/jsx-runtime";
|
|
17137
17345
|
|
|
17138
17346
|
// src/utils/templates/typography/text-overflow/ellipsis.tsx
|
|
17139
|
-
import { jsx as
|
|
17347
|
+
import { jsx as jsx698 } from "react/jsx-runtime";
|
|
17140
17348
|
|
|
17141
17349
|
// src/utils/templates/typography/text-transform/all.tsx
|
|
17142
|
-
import { Fragment as
|
|
17350
|
+
import { Fragment as Fragment151, jsx as jsx699, jsxs as jsxs367 } from "react/jsx-runtime";
|
|
17143
17351
|
|
|
17144
17352
|
// src/utils/templates/typography/vertical-align/baseline.tsx
|
|
17145
|
-
import { jsx as
|
|
17353
|
+
import { jsx as jsx700, jsxs as jsxs368 } from "react/jsx-runtime";
|
|
17146
17354
|
|
|
17147
17355
|
// src/utils/templates/typography/vertical-align/bottom.tsx
|
|
17148
|
-
import { jsx as
|
|
17356
|
+
import { jsx as jsx701, jsxs as jsxs369 } from "react/jsx-runtime";
|
|
17149
17357
|
|
|
17150
17358
|
// src/utils/templates/typography/vertical-align/center.tsx
|
|
17151
|
-
import { jsx as
|
|
17359
|
+
import { jsx as jsx702, jsxs as jsxs370 } from "react/jsx-runtime";
|
|
17152
17360
|
|
|
17153
17361
|
// src/utils/templates/typography/vertical-align/top.tsx
|
|
17154
|
-
import { jsx as
|
|
17362
|
+
import { jsx as jsx703, jsxs as jsxs371 } from "react/jsx-runtime";
|
|
17155
17363
|
|
|
17156
17364
|
// src/utils/templates/typography/white-space/normal.tsx
|
|
17157
|
-
import { jsx as
|
|
17365
|
+
import { jsx as jsx704 } from "react/jsx-runtime";
|
|
17158
17366
|
|
|
17159
17367
|
// src/utils/templates/typography/white-space/nowrap.tsx
|
|
17160
|
-
import { jsx as
|
|
17368
|
+
import { jsx as jsx705 } from "react/jsx-runtime";
|
|
17161
17369
|
|
|
17162
17370
|
// src/utils/templates/typography/white-space/pre-line.tsx
|
|
17163
|
-
import { jsx as
|
|
17371
|
+
import { jsx as jsx706 } from "react/jsx-runtime";
|
|
17164
17372
|
|
|
17165
17373
|
// src/utils/templates/typography/white-space/pre-wrap.tsx
|
|
17166
|
-
import { jsx as
|
|
17374
|
+
import { jsx as jsx707 } from "react/jsx-runtime";
|
|
17167
17375
|
|
|
17168
17376
|
// src/utils/templates/typography/white-space/pre.tsx
|
|
17169
|
-
import { jsx as
|
|
17377
|
+
import { jsx as jsx708 } from "react/jsx-runtime";
|
|
17170
17378
|
|
|
17171
17379
|
// src/filemanager/tests/filemanager-listview-preview.tsx
|
|
17172
|
-
import { Fragment as
|
|
17173
|
-
var filemanager_listview_preview_default = () => /* @__PURE__ */
|
|
17174
|
-
/* @__PURE__ */
|
|
17175
|
-
/* @__PURE__ */
|
|
17176
|
-
/* @__PURE__ */
|
|
17177
|
-
/* @__PURE__ */
|
|
17178
|
-
/* @__PURE__ */
|
|
17179
|
-
/* @__PURE__ */
|
|
17180
|
-
/* @__PURE__ */
|
|
17181
|
-
/* @__PURE__ */
|
|
17380
|
+
import { Fragment as Fragment152, jsx as jsx709, jsxs as jsxs372 } from "react/jsx-runtime";
|
|
17381
|
+
var filemanager_listview_preview_default = () => /* @__PURE__ */ jsx709(Fragment152, { children: /* @__PURE__ */ jsxs372("div", { id: "test-area", className: "k-d-grid k-grid-cols-1", children: [
|
|
17382
|
+
/* @__PURE__ */ jsx709("span", { children: "Preview - File info" }),
|
|
17383
|
+
/* @__PURE__ */ jsx709(FileManagerPreview, { children: /* @__PURE__ */ jsxs372(Splitter, { className: "k-filemanager-splitter", children: [
|
|
17384
|
+
/* @__PURE__ */ jsx709(SplitterPane, { className: "k-filemanager-navigation", collapsible: true, scrollable: true, flexBasis: "25%", children: /* @__PURE__ */ jsx709(FileManagerTreeview, { children: /* @__PURE__ */ jsx709(TreeviewItem, { text: "Folder" }) }) }),
|
|
17385
|
+
/* @__PURE__ */ jsxs372(SplitterPane, { className: "k-filemanager-content", scrollable: true, children: [
|
|
17386
|
+
/* @__PURE__ */ jsx709(FileManagerBreadcrumb, { children: /* @__PURE__ */ jsx709(BreadcrumbContainer, { children: /* @__PURE__ */ jsx709(BreadcrumbItem, { root: true, children: /* @__PURE__ */ jsx709(BreadcrumbLink, { root: true, icon: true, children: /* @__PURE__ */ jsx709(Icon, { icon: "home" }) }) }) }) }),
|
|
17387
|
+
/* @__PURE__ */ jsxs372(FileManagerListView, { children: [
|
|
17388
|
+
/* @__PURE__ */ jsx709(ListViewItem, { children: /* @__PURE__ */ jsx709(FilePreview, { name: "Folder", icon: "folder", size: "xxxlarge" }) }),
|
|
17389
|
+
/* @__PURE__ */ jsx709(ListViewItem, { selected: true, children: /* @__PURE__ */ jsx709(FilePreview, { name: "file.png", icon: "file-image", size: "xxxlarge" }) })
|
|
17182
17390
|
] })
|
|
17183
17391
|
] }),
|
|
17184
|
-
/* @__PURE__ */
|
|
17392
|
+
/* @__PURE__ */ jsx709(SplitterPane, { className: "k-filemanager-preview", collapsible: true, scrollable: true, flexBasis: "25%", children: /* @__PURE__ */ jsx709(FileInfo, { selection: "single", icon: "file-image", name: "file.png", fileType: "Image", fileSize: "72 KB", fileDateCreated: "13/12/2019 12:22:04 PM", fileDateModified: "13/12/2019 12:36:04 PM" }) })
|
|
17185
17393
|
] }) }),
|
|
17186
|
-
/* @__PURE__ */
|
|
17187
|
-
/* @__PURE__ */
|
|
17188
|
-
/* @__PURE__ */
|
|
17189
|
-
/* @__PURE__ */
|
|
17190
|
-
/* @__PURE__ */
|
|
17191
|
-
/* @__PURE__ */
|
|
17192
|
-
/* @__PURE__ */
|
|
17193
|
-
/* @__PURE__ */
|
|
17194
|
-
/* @__PURE__ */
|
|
17195
|
-
/* @__PURE__ */
|
|
17394
|
+
/* @__PURE__ */ jsx709("span", { children: "Preview - No file selected" }),
|
|
17395
|
+
/* @__PURE__ */ jsx709(FileManagerPreview, {}),
|
|
17396
|
+
/* @__PURE__ */ jsx709("span", { children: "Preview - Multiple files selected" }),
|
|
17397
|
+
/* @__PURE__ */ jsx709(FileManagerPreview, { children: /* @__PURE__ */ jsxs372(Splitter, { className: "k-filemanager-splitter", children: [
|
|
17398
|
+
/* @__PURE__ */ jsx709(SplitterPane, { className: "k-filemanager-navigation", collapsible: true, scrollable: true, flexBasis: "25%", children: /* @__PURE__ */ jsx709(FileManagerTreeview, { children: /* @__PURE__ */ jsx709(TreeviewItem, { text: "Folder" }) }) }),
|
|
17399
|
+
/* @__PURE__ */ jsxs372(SplitterPane, { className: "k-filemanager-content", scrollable: true, children: [
|
|
17400
|
+
/* @__PURE__ */ jsx709(FileManagerBreadcrumb, { children: /* @__PURE__ */ jsx709(BreadcrumbContainer, { children: /* @__PURE__ */ jsx709(BreadcrumbItem, { root: true, children: /* @__PURE__ */ jsx709(BreadcrumbLink, { root: true, icon: true, children: /* @__PURE__ */ jsx709(Icon, { icon: "home" }) }) }) }) }),
|
|
17401
|
+
/* @__PURE__ */ jsxs372(FileManagerListView, { children: [
|
|
17402
|
+
/* @__PURE__ */ jsx709(ListViewItem, { selected: true, children: /* @__PURE__ */ jsx709(FilePreview, { name: "Folder", icon: "folder", size: "xxxlarge" }) }),
|
|
17403
|
+
/* @__PURE__ */ jsx709(ListViewItem, { selected: true, children: /* @__PURE__ */ jsx709(FilePreview, { name: "file.png", icon: "file-image", size: "xxxlarge" }) })
|
|
17196
17404
|
] })
|
|
17197
17405
|
] }),
|
|
17198
|
-
/* @__PURE__ */
|
|
17406
|
+
/* @__PURE__ */ jsx709(SplitterPane, { className: "k-filemanager-preview", collapsible: true, scrollable: true, flexBasis: "25%", children: /* @__PURE__ */ jsx709(FileInfo, { selection: "multiple", name: "2 items" }) })
|
|
17199
17407
|
] }) })
|
|
17200
17408
|
] }) });
|
|
17201
17409
|
export {
|