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