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