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