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