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