@progress/kendo-themes-html 7.2.0 → 7.2.1-dev.0
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 +1416 -910
- package/dist/cjs/combobox/tests/combobox-prefix-suffix.js +1416 -910
- package/dist/cjs/filemanager/file-info.js +1238 -1239
- package/dist/cjs/filemanager/filemanager-toolbar.spec.js +1 -1
- package/dist/cjs/filemanager/filemanager.spec.js +3481 -2163
- package/dist/cjs/filemanager/templates/filemanager-grid-preview.js +1238 -1239
- package/dist/cjs/filemanager/templates/filemanager-grid.js +1238 -1239
- package/dist/cjs/filemanager/templates/filemanager-normal.js +1238 -1239
- package/dist/cjs/filemanager/templates/filemanager-preview.js +1238 -1239
- package/dist/cjs/filemanager/tests/filemanager-contextmenu.js +1238 -1239
- package/dist/cjs/filemanager/tests/filemanager-drag-hint.js +1238 -1239
- package/dist/cjs/filemanager/tests/filemanager-gridview-preview.js +2540 -2034
- package/dist/cjs/filemanager/tests/filemanager-gridview.js +1238 -1239
- package/dist/cjs/filemanager/tests/filemanager-listview-preview.js +2494 -1988
- package/dist/cjs/filemanager/tests/filemanager-listview.js +1238 -1239
- package/dist/cjs/form/tests/form-field-dropdowns.js +1373 -909
- package/dist/cjs/grid/tests/grid-editing-custom-editor.js +1504 -998
- package/dist/cjs/index.js +3002 -2407
- package/dist/cjs/multiselect/templates/multiselect-prefix.js +1391 -885
- package/dist/cjs/multiselect/templates/multiselect-suffix.js +1391 -885
- package/dist/cjs/multiselect/tests/multiselect-adaptive.js +1397 -891
- package/dist/cjs/multiselect/tests/multiselect-flat.js +1421 -915
- package/dist/cjs/multiselect/tests/multiselect-grouping.js +1397 -891
- package/dist/cjs/multiselect/tests/multiselect-opened.js +1399 -893
- package/dist/cjs/multiselect/tests/multiselect-outline.js +1421 -915
- package/dist/cjs/multiselect/tests/multiselect-prefix-suffix.js +1428 -922
- package/dist/cjs/multiselect/tests/multiselect-size-rounded.js +1400 -894
- package/dist/cjs/multiselect/tests/multiselect-solid.js +1421 -915
- package/dist/cjs/scheduler/tests/scheduler-edit-dialog.js +1388 -924
- package/dist/cjs/scheduler/tests/scheduler-editing-weekly.js +1402 -938
- package/dist/cjs/stepper/index.js +4669 -0
- package/dist/cjs/stepper/step-list.js +68 -0
- package/dist/cjs/stepper/step.js +4426 -0
- package/dist/cjs/stepper/stepper.spec.js +62 -0
- package/dist/cjs/stepper/templates/stepper-normal.js +4650 -0
- package/dist/cjs/stepper/templates/stepper-vertical.js +4650 -0
- package/dist/cjs/stepper/tests/stepper-horizontal-rtl.js +262 -150
- package/dist/cjs/stepper/tests/stepper-states.js +247 -228
- package/dist/cjs/stepper/tests/stepper-vertical-rtl.js +255 -122
- package/dist/cjs/stepper/tests/stepper-vertical.js +369 -238
- package/dist/cjs/stepper/tests/stepper.js +275 -187
- package/dist/cjs/taskboard/taskboard-card.js +4675 -0
- package/dist/cjs/taskboard/taskboard-column.js +4524 -0
- package/dist/cjs/taskboard/taskboard-pane.js +17117 -0
- package/dist/cjs/taskboard/taskboard-toolbar.js +7892 -0
- package/dist/cjs/taskboard/taskboard.spec.js +17117 -0
- package/dist/cjs/taskboard/templates/taskboard-normal.js +17168 -0
- package/dist/cjs/taskboard/tests/taskboard-card.js +12075 -3113
- package/dist/cjs/taskboard/tests/taskboard-column.js +12575 -742
- package/dist/cjs/taskboard/tests/taskboard-pane.js +10350 -1770
- package/dist/cjs/taskboard/tests/taskboard-resources.js +12673 -323
- package/dist/cjs/taskboard/tests/taskboard-rtl.js +10165 -1191
- package/dist/cjs/taskboard/tests/taskboard.js +10165 -1182
- package/dist/cjs/wizard/templates/wizard-normal.js +4899 -0
- package/dist/cjs/wizard/templates/wizard-vertical.js +4900 -0
- package/dist/cjs/wizard/tests/wizard-horizontal.js +394 -321
- package/dist/cjs/wizard/tests/wizard-vertical.js +413 -445
- package/dist/cjs/wizard/wizard-step.js +4524 -0
- package/dist/cjs/wizard/wizard-steps.js +56 -0
- package/dist/cjs/wizard/wizard.spec.js +110 -0
- package/dist/esm/autocomplete/tests/autocomplete-prefix-suffix.js +1416 -910
- package/dist/esm/combobox/tests/combobox-prefix-suffix.js +1416 -910
- package/dist/esm/filemanager/file-info.js +1240 -1241
- package/dist/esm/filemanager/filemanager-toolbar.spec.js +1 -1
- package/dist/esm/filemanager/filemanager.spec.js +2923 -1605
- package/dist/esm/filemanager/templates/filemanager-grid-preview.js +1240 -1241
- package/dist/esm/filemanager/templates/filemanager-grid.js +1240 -1241
- package/dist/esm/filemanager/templates/filemanager-normal.js +1240 -1241
- package/dist/esm/filemanager/templates/filemanager-preview.js +1240 -1241
- package/dist/esm/filemanager/tests/filemanager-contextmenu.js +1240 -1241
- package/dist/esm/filemanager/tests/filemanager-drag-hint.js +1240 -1241
- package/dist/esm/filemanager/tests/filemanager-gridview-preview.js +2560 -2054
- package/dist/esm/filemanager/tests/filemanager-gridview.js +1240 -1241
- package/dist/esm/filemanager/tests/filemanager-listview-preview.js +2514 -2008
- package/dist/esm/filemanager/tests/filemanager-listview.js +1240 -1241
- package/dist/esm/form/tests/form-field-dropdowns.js +1373 -909
- package/dist/esm/grid/tests/grid-editing-custom-editor.js +1504 -998
- package/dist/esm/index.js +2988 -2393
- package/dist/esm/multiselect/templates/multiselect-prefix.js +1391 -885
- package/dist/esm/multiselect/templates/multiselect-suffix.js +1391 -885
- package/dist/esm/multiselect/tests/multiselect-adaptive.js +1397 -891
- package/dist/esm/multiselect/tests/multiselect-flat.js +1421 -915
- package/dist/esm/multiselect/tests/multiselect-grouping.js +1397 -891
- package/dist/esm/multiselect/tests/multiselect-opened.js +1399 -893
- package/dist/esm/multiselect/tests/multiselect-outline.js +1421 -915
- package/dist/esm/multiselect/tests/multiselect-prefix-suffix.js +1428 -922
- package/dist/esm/multiselect/tests/multiselect-size-rounded.js +1400 -894
- package/dist/esm/multiselect/tests/multiselect-solid.js +1421 -915
- package/dist/esm/scheduler/tests/scheduler-edit-dialog.js +1388 -924
- package/dist/esm/scheduler/tests/scheduler-editing-weekly.js +1402 -938
- package/dist/esm/stepper/index.js +4653 -0
- package/dist/esm/stepper/step-list.js +46 -0
- package/dist/esm/stepper/step.js +4410 -0
- package/dist/esm/stepper/stepper.spec.js +40 -0
- package/dist/esm/stepper/templates/stepper-normal.js +4634 -0
- package/dist/esm/stepper/templates/stepper-vertical.js +4634 -0
- package/dist/esm/stepper/tests/stepper-horizontal-rtl.js +262 -150
- package/dist/esm/stepper/tests/stepper-states.js +247 -228
- package/dist/esm/stepper/tests/stepper-vertical-rtl.js +255 -122
- package/dist/esm/stepper/tests/stepper-vertical.js +366 -235
- package/dist/esm/stepper/tests/stepper.js +275 -187
- package/dist/esm/taskboard/taskboard-card.js +4659 -0
- package/dist/esm/taskboard/taskboard-column.js +4508 -0
- package/dist/esm/taskboard/taskboard-pane.js +17091 -0
- package/dist/esm/taskboard/taskboard-toolbar.js +7876 -0
- package/dist/esm/taskboard/taskboard.spec.js +17091 -0
- package/dist/esm/taskboard/templates/taskboard-normal.js +17142 -0
- package/dist/esm/taskboard/tests/taskboard-card.js +11799 -2847
- package/dist/esm/taskboard/tests/taskboard-column.js +12548 -725
- package/dist/esm/taskboard/tests/taskboard-pane.js +10334 -1764
- package/dist/esm/taskboard/tests/taskboard-resources.js +12665 -325
- package/dist/esm/taskboard/tests/taskboard-rtl.js +10170 -1206
- package/dist/esm/taskboard/tests/taskboard.js +10170 -1197
- package/dist/esm/wizard/templates/wizard-normal.js +4883 -0
- package/dist/esm/wizard/templates/wizard-vertical.js +4884 -0
- package/dist/esm/wizard/tests/wizard-horizontal.js +392 -319
- package/dist/esm/wizard/tests/wizard-vertical.js +411 -443
- package/dist/esm/wizard/wizard-step.js +4508 -0
- package/dist/esm/wizard/wizard-steps.js +34 -0
- package/dist/esm/wizard/wizard.spec.js +88 -0
- package/dist/types/filemanager/index.d.ts +1 -1
- package/dist/types/index.d.ts +3 -0
- package/dist/types/stepper/index.d.ts +5 -0
- package/dist/types/stepper/step-list.d.ts +15 -0
- package/dist/types/stepper/step.d.ts +25 -0
- package/dist/types/stepper/stepper.spec.d.ts +13 -0
- package/dist/types/stepper/templates/stepper-normal.d.ts +1 -0
- package/dist/types/stepper/templates/stepper-vertical.d.ts +1 -0
- package/dist/types/taskboard/index.d.ts +6 -0
- package/dist/types/taskboard/taskboard-card.d.ts +13 -0
- package/dist/types/taskboard/taskboard-column.d.ts +20 -0
- package/dist/types/taskboard/taskboard-pane.d.ts +19 -0
- package/dist/types/taskboard/taskboard-toolbar.d.ts +10 -0
- package/dist/types/taskboard/taskboard.spec.d.ts +23 -0
- package/dist/types/taskboard/templates/taskboard-normal.d.ts +1 -0
- package/dist/types/wizard/index.d.ts +5 -0
- package/dist/types/wizard/templates/wizard-normal.d.ts +1 -0
- package/dist/types/wizard/templates/wizard-vertical.d.ts +1 -0
- package/dist/types/wizard/wizard-step.d.ts +19 -0
- package/dist/types/wizard/wizard-steps.d.ts +9 -0
- package/dist/types/wizard/wizard.spec.d.ts +20 -0
- package/package.json +2 -2
- package/src/filemanager/filemanager-toolbar.spec.tsx +1 -1
- package/src/filemanager/filemanager.spec.tsx +2 -2
- package/src/filemanager/index.ts +1 -1
- package/src/index.ts +3 -3
- package/src/stepper/index.tsx +5 -0
- package/src/stepper/step-list.tsx +49 -0
- package/src/stepper/step.tsx +129 -0
- package/src/stepper/stepper.spec.tsx +42 -0
- package/src/stepper/templates/stepper-normal.tsx +19 -0
- package/src/stepper/templates/stepper-vertical.tsx +19 -0
- package/src/stepper/tests/stepper-horizontal-rtl.tsx +30 -156
- package/src/stepper/tests/stepper-states.tsx +31 -411
- package/src/stepper/tests/stepper-vertical-rtl.tsx +28 -120
- package/src/stepper/tests/stepper-vertical.tsx +41 -157
- package/src/stepper/tests/stepper.tsx +42 -241
- package/src/taskboard/index.ts +6 -0
- package/src/taskboard/taskboard-card.tsx +48 -0
- package/src/taskboard/taskboard-column.tsx +70 -0
- package/src/taskboard/taskboard-pane.tsx +68 -0
- package/src/taskboard/taskboard-toolbar.tsx +39 -0
- package/src/taskboard/taskboard.spec.tsx +94 -0
- package/src/taskboard/templates/taskboard-normal.tsx +70 -0
- package/src/taskboard/tests/taskboard-card.tsx +55 -130
- package/src/taskboard/tests/taskboard-column.tsx +93 -164
- package/src/taskboard/tests/taskboard-pane.tsx +3 -235
- package/src/taskboard/tests/taskboard-resources.tsx +22 -42
- package/src/taskboard/tests/taskboard-rtl.tsx +3 -126
- package/src/taskboard/tests/taskboard.tsx +2 -116
- package/src/wizard/index.ts +5 -0
- package/src/wizard/templates/wizard-normal.tsx +19 -0
- package/src/wizard/templates/wizard-vertical.tsx +20 -0
- package/src/wizard/tests/wizard-horizontal.tsx +20 -304
- package/src/wizard/tests/wizard-vertical.tsx +38 -472
- package/src/wizard/wizard-step.tsx +69 -0
- package/src/wizard/wizard-steps.tsx +29 -0
- package/src/wizard/wizard.spec.tsx +55 -0
|
@@ -6916,6 +6916,48 @@ import { Fragment as Fragment31, jsx as jsx104 } from "react/jsx-runtime";
|
|
|
6916
6916
|
|
|
6917
6917
|
// src/form/templates/form-normal.tsx
|
|
6918
6918
|
import { Fragment as Fragment32, jsx as jsx105, jsxs as jsxs37 } from "react/jsx-runtime";
|
|
6919
|
+
var FormNormal = ({ size, ...other }) => /* @__PURE__ */ jsx105(
|
|
6920
|
+
Form,
|
|
6921
|
+
{
|
|
6922
|
+
formButtons: /* @__PURE__ */ jsxs37(Fragment32, { children: [
|
|
6923
|
+
/* @__PURE__ */ jsx105(Button, { className: "k-form-submit", themeColor: "primary", size, children: "Submit" }),
|
|
6924
|
+
/* @__PURE__ */ jsx105(Button, { className: "k-form-clear", size, children: "Clear" })
|
|
6925
|
+
] }),
|
|
6926
|
+
children: /* @__PURE__ */ jsxs37(Fieldset, { legend: "Form Legend", children: [
|
|
6927
|
+
/* @__PURE__ */ jsx105(FormField, { label: "Label", editor: /* @__PURE__ */ jsx105(Textbox, { size }) }),
|
|
6928
|
+
/* @__PURE__ */ jsx105(
|
|
6929
|
+
FormField,
|
|
6930
|
+
{
|
|
6931
|
+
label: "Label",
|
|
6932
|
+
hint: "Hint text",
|
|
6933
|
+
editor: /* @__PURE__ */ jsx105(DropdownList, { value: "Dropdown List", size })
|
|
6934
|
+
}
|
|
6935
|
+
),
|
|
6936
|
+
/* @__PURE__ */ jsx105(
|
|
6937
|
+
FormField,
|
|
6938
|
+
{
|
|
6939
|
+
label: "City",
|
|
6940
|
+
editor: /* @__PURE__ */ jsxs37("ul", { className: "k-radio-list k-list-horizontal", children: [
|
|
6941
|
+
/* @__PURE__ */ jsxs37("li", { className: "k-radio-list-item", children: [
|
|
6942
|
+
/* @__PURE__ */ jsx105(RadioButton, { checked: true, size }),
|
|
6943
|
+
/* @__PURE__ */ jsx105("label", { className: "k-radio-label", children: "Label" })
|
|
6944
|
+
] }),
|
|
6945
|
+
/* @__PURE__ */ jsxs37("li", { className: "k-radio-list-item", children: [
|
|
6946
|
+
/* @__PURE__ */ jsx105(RadioButton, { size }),
|
|
6947
|
+
/* @__PURE__ */ jsx105("label", { className: "k-radio-label", children: "Label" })
|
|
6948
|
+
] }),
|
|
6949
|
+
/* @__PURE__ */ jsxs37("li", { className: "k-radio-list-item", children: [
|
|
6950
|
+
/* @__PURE__ */ jsx105(RadioButton, { size }),
|
|
6951
|
+
/* @__PURE__ */ jsx105("label", { className: "k-radio-label", children: "Label" })
|
|
6952
|
+
] })
|
|
6953
|
+
] })
|
|
6954
|
+
}
|
|
6955
|
+
)
|
|
6956
|
+
] }),
|
|
6957
|
+
size,
|
|
6958
|
+
...other
|
|
6959
|
+
}
|
|
6960
|
+
);
|
|
6919
6961
|
|
|
6920
6962
|
// src/form/templates/form-horizontal.tsx
|
|
6921
6963
|
import { Fragment as Fragment33, jsx as jsx106, jsxs as jsxs38 } from "react/jsx-runtime";
|
|
@@ -13575,15 +13617,272 @@ import { jsx as jsx345 } from "react/jsx-runtime";
|
|
|
13575
13617
|
// src/pager/templates/pager-adaptive-input.tsx
|
|
13576
13618
|
import { jsx as jsx346 } from "react/jsx-runtime";
|
|
13577
13619
|
|
|
13578
|
-
// src/
|
|
13620
|
+
// src/stepper/stepper.spec.tsx
|
|
13579
13621
|
import { jsx as jsx347 } from "react/jsx-runtime";
|
|
13622
|
+
var STEPPER_CLASSNAME = "k-stepper";
|
|
13623
|
+
var states113 = [];
|
|
13624
|
+
var options104 = {};
|
|
13625
|
+
var defaultProps103 = {};
|
|
13626
|
+
var Stepper = (props) => {
|
|
13627
|
+
const {
|
|
13628
|
+
style,
|
|
13629
|
+
...other
|
|
13630
|
+
} = props;
|
|
13631
|
+
return /* @__PURE__ */ jsx347(
|
|
13632
|
+
"nav",
|
|
13633
|
+
{
|
|
13634
|
+
...other,
|
|
13635
|
+
style,
|
|
13636
|
+
className: classNames(
|
|
13637
|
+
props.className,
|
|
13638
|
+
STEPPER_CLASSNAME
|
|
13639
|
+
),
|
|
13640
|
+
children: props.children
|
|
13641
|
+
}
|
|
13642
|
+
);
|
|
13643
|
+
};
|
|
13644
|
+
Stepper.options = options104;
|
|
13645
|
+
Stepper.states = states113;
|
|
13646
|
+
Stepper.className = STEPPER_CLASSNAME;
|
|
13647
|
+
Stepper.defaultProps = defaultProps103;
|
|
13648
|
+
|
|
13649
|
+
// src/stepper/step-list.tsx
|
|
13650
|
+
import { jsx as jsx348 } from "react/jsx-runtime";
|
|
13651
|
+
var STEPLIST_CLASSNAME = "k-step-list";
|
|
13652
|
+
var states114 = [];
|
|
13653
|
+
var options105 = {};
|
|
13654
|
+
var defaultProps104 = {
|
|
13655
|
+
orientation: "horizontal"
|
|
13656
|
+
};
|
|
13657
|
+
var StepList = (props) => {
|
|
13658
|
+
const {
|
|
13659
|
+
style,
|
|
13660
|
+
orientation = defaultProps104.orientation,
|
|
13661
|
+
...other
|
|
13662
|
+
} = props;
|
|
13663
|
+
return /* @__PURE__ */ jsx348(
|
|
13664
|
+
"ol",
|
|
13665
|
+
{
|
|
13666
|
+
...other,
|
|
13667
|
+
style,
|
|
13668
|
+
className: classNames(
|
|
13669
|
+
props.className,
|
|
13670
|
+
STEPLIST_CLASSNAME,
|
|
13671
|
+
{
|
|
13672
|
+
[`${STEPLIST_CLASSNAME}-${orientation}`]: orientation
|
|
13673
|
+
}
|
|
13674
|
+
),
|
|
13675
|
+
children: props.children
|
|
13676
|
+
}
|
|
13677
|
+
);
|
|
13678
|
+
};
|
|
13679
|
+
StepList.options = options105;
|
|
13680
|
+
StepList.states = states114;
|
|
13681
|
+
StepList.className = STEPLIST_CLASSNAME;
|
|
13682
|
+
StepList.defaultProps = defaultProps104;
|
|
13683
|
+
|
|
13684
|
+
// src/stepper/step.tsx
|
|
13685
|
+
import { jsx as jsx349, jsxs as jsxs135 } from "react/jsx-runtime";
|
|
13686
|
+
var STEP_CLASSNAME = "k-step";
|
|
13687
|
+
var states115 = [
|
|
13688
|
+
States.disabled,
|
|
13689
|
+
States.hover,
|
|
13690
|
+
States.focus,
|
|
13691
|
+
States.invalid,
|
|
13692
|
+
States.valid
|
|
13693
|
+
];
|
|
13694
|
+
var options106 = {};
|
|
13695
|
+
var defaultProps105 = {};
|
|
13696
|
+
var Step = (props) => {
|
|
13697
|
+
const {
|
|
13698
|
+
style,
|
|
13699
|
+
disabled,
|
|
13700
|
+
hover,
|
|
13701
|
+
focus,
|
|
13702
|
+
invalid,
|
|
13703
|
+
valid,
|
|
13704
|
+
optional,
|
|
13705
|
+
first,
|
|
13706
|
+
done,
|
|
13707
|
+
current,
|
|
13708
|
+
last,
|
|
13709
|
+
label,
|
|
13710
|
+
text,
|
|
13711
|
+
icon,
|
|
13712
|
+
stepContent,
|
|
13713
|
+
...other
|
|
13714
|
+
} = props;
|
|
13715
|
+
const iconName = invalid ? "warning-circle" : "check-circle";
|
|
13716
|
+
const renderValidationIcon = Boolean(valid || invalid);
|
|
13717
|
+
return /* @__PURE__ */ jsxs135(
|
|
13718
|
+
"li",
|
|
13719
|
+
{
|
|
13720
|
+
...other,
|
|
13721
|
+
style,
|
|
13722
|
+
className: classNames(
|
|
13723
|
+
props.className,
|
|
13724
|
+
STEP_CLASSNAME,
|
|
13725
|
+
{
|
|
13726
|
+
[`${STEP_CLASSNAME}-done`]: done,
|
|
13727
|
+
[`${STEP_CLASSNAME}-first`]: first,
|
|
13728
|
+
[`${STEP_CLASSNAME}-current`]: current,
|
|
13729
|
+
[`${STEP_CLASSNAME}-last`]: last,
|
|
13730
|
+
[`${STEP_CLASSNAME}-optional`]: optional,
|
|
13731
|
+
[`${STEP_CLASSNAME}-success`]: valid,
|
|
13732
|
+
[`${STEP_CLASSNAME}-error`]: invalid
|
|
13733
|
+
},
|
|
13734
|
+
stateClassNames(STEP_CLASSNAME, { hover, focus, disabled })
|
|
13735
|
+
),
|
|
13736
|
+
children: [
|
|
13737
|
+
/* @__PURE__ */ jsxs135("a", { href: "#", className: "k-step-link", children: [
|
|
13738
|
+
text && !icon && /* @__PURE__ */ jsx349("span", { className: "k-step-indicator", children: /* @__PURE__ */ jsx349("span", { className: "k-step-indicator-text", children: text }) }),
|
|
13739
|
+
icon && /* @__PURE__ */ jsx349("span", { className: "k-step-indicator", children: /* @__PURE__ */ jsx349(Icon, { className: "k-step-indicator-icon", icon }) }),
|
|
13740
|
+
optional && !label && /* @__PURE__ */ jsx349("span", { className: "k-step-label", children: /* @__PURE__ */ jsx349("span", { className: "k-step-label-optional", children: "(Optional)" }) }),
|
|
13741
|
+
label && /* @__PURE__ */ jsxs135("span", { className: "k-step-label", children: [
|
|
13742
|
+
/* @__PURE__ */ jsx349("span", { className: "k-step-text", children: label }),
|
|
13743
|
+
renderValidationIcon && /* @__PURE__ */ jsx349(Icon, { icon: iconName }),
|
|
13744
|
+
optional && /* @__PURE__ */ jsx349("span", { className: "k-step-label-optional", children: "(Optional)" })
|
|
13745
|
+
] })
|
|
13746
|
+
] }),
|
|
13747
|
+
stepContent && /* @__PURE__ */ jsx349("div", { className: "k-step-content", style: { height: "140px" }, children: stepContent })
|
|
13748
|
+
]
|
|
13749
|
+
}
|
|
13750
|
+
);
|
|
13751
|
+
};
|
|
13752
|
+
Step.options = options106;
|
|
13753
|
+
Step.states = states115;
|
|
13754
|
+
Step.className = STEP_CLASSNAME;
|
|
13755
|
+
Step.defaultProps = defaultProps105;
|
|
13756
|
+
|
|
13757
|
+
// src/stepper/templates/stepper-normal.tsx
|
|
13758
|
+
import { Fragment as Fragment97, jsx as jsx350, jsxs as jsxs136 } from "react/jsx-runtime";
|
|
13759
|
+
|
|
13760
|
+
// src/stepper/templates/stepper-vertical.tsx
|
|
13761
|
+
import { Fragment as Fragment98, jsx as jsx351, jsxs as jsxs137 } from "react/jsx-runtime";
|
|
13762
|
+
|
|
13763
|
+
// src/wizard/wizard.spec.tsx
|
|
13764
|
+
import { jsx as jsx352 } from "react/jsx-runtime";
|
|
13765
|
+
var WIZZARD_CLASSNAME = `k-wizard`;
|
|
13766
|
+
var states116 = [
|
|
13767
|
+
States.disabled
|
|
13768
|
+
];
|
|
13769
|
+
var options107 = {};
|
|
13770
|
+
var defaultProps106 = {
|
|
13771
|
+
orientation: "horizontal",
|
|
13772
|
+
contentPosition: "right"
|
|
13773
|
+
};
|
|
13774
|
+
var Wizard = (props) => {
|
|
13775
|
+
const {
|
|
13776
|
+
disabled,
|
|
13777
|
+
orientation = defaultProps106.orientation,
|
|
13778
|
+
contentPosition = defaultProps106.contentPosition,
|
|
13779
|
+
...other
|
|
13780
|
+
} = props;
|
|
13781
|
+
return /* @__PURE__ */ jsx352(
|
|
13782
|
+
"div",
|
|
13783
|
+
{
|
|
13784
|
+
...other,
|
|
13785
|
+
className: classNames(
|
|
13786
|
+
props.className,
|
|
13787
|
+
WIZZARD_CLASSNAME,
|
|
13788
|
+
stateClassNames(WIZZARD_CLASSNAME, { disabled }),
|
|
13789
|
+
{
|
|
13790
|
+
[`${WIZZARD_CLASSNAME}-${orientation}`]: orientation,
|
|
13791
|
+
[`${WIZZARD_CLASSNAME}-${contentPosition}`]: contentPosition === "left"
|
|
13792
|
+
}
|
|
13793
|
+
),
|
|
13794
|
+
children: props.children
|
|
13795
|
+
}
|
|
13796
|
+
);
|
|
13797
|
+
};
|
|
13798
|
+
Wizard.states = states116;
|
|
13799
|
+
Wizard.options = options107;
|
|
13800
|
+
Wizard.className = WIZZARD_CLASSNAME;
|
|
13801
|
+
Wizard.defaultProps = defaultProps106;
|
|
13802
|
+
|
|
13803
|
+
// src/wizard/wizard-step.tsx
|
|
13804
|
+
import { Fragment as Fragment99, jsx as jsx353, jsxs as jsxs138 } from "react/jsx-runtime";
|
|
13805
|
+
var WIZZARDSTEP_CLASSNAME = `k-wizard-step`;
|
|
13806
|
+
var states117 = [
|
|
13807
|
+
States.focus
|
|
13808
|
+
];
|
|
13809
|
+
var options108 = {};
|
|
13810
|
+
var defaultProps107 = {
|
|
13811
|
+
buttons: /* @__PURE__ */ jsxs138(Fragment99, { children: [
|
|
13812
|
+
/* @__PURE__ */ jsxs138("span", { className: "k-wizard-buttons-left", children: [
|
|
13813
|
+
/* @__PURE__ */ jsx353(Button, { children: "Reset" }),
|
|
13814
|
+
/* @__PURE__ */ jsx353("span", { className: "k-wizard-pager", children: "Step 1 of 2" })
|
|
13815
|
+
] }),
|
|
13816
|
+
/* @__PURE__ */ jsxs138("span", { className: "k-wizard-buttons-right", children: [
|
|
13817
|
+
/* @__PURE__ */ jsx353(Button, { children: "Previous" }),
|
|
13818
|
+
/* @__PURE__ */ jsx353(Button, { themeColor: "primary", children: "Next" })
|
|
13819
|
+
] })
|
|
13820
|
+
] })
|
|
13821
|
+
};
|
|
13822
|
+
var WizardStep = (props) => {
|
|
13823
|
+
const {
|
|
13824
|
+
focus,
|
|
13825
|
+
buttons,
|
|
13826
|
+
...other
|
|
13827
|
+
} = props;
|
|
13828
|
+
return /* @__PURE__ */ jsxs138(
|
|
13829
|
+
"div",
|
|
13830
|
+
{
|
|
13831
|
+
...other,
|
|
13832
|
+
className: classNames(
|
|
13833
|
+
props.className,
|
|
13834
|
+
WIZZARDSTEP_CLASSNAME,
|
|
13835
|
+
stateClassNames(WIZZARDSTEP_CLASSNAME, { focus })
|
|
13836
|
+
),
|
|
13837
|
+
children: [
|
|
13838
|
+
/* @__PURE__ */ jsx353("div", { className: "k-wizard-content", children: props.children }),
|
|
13839
|
+
buttons && /* @__PURE__ */ jsx353("div", { className: "k-wizard-buttons", children: buttons })
|
|
13840
|
+
]
|
|
13841
|
+
}
|
|
13842
|
+
);
|
|
13843
|
+
};
|
|
13844
|
+
WizardStep.states = states117;
|
|
13845
|
+
WizardStep.options = options108;
|
|
13846
|
+
WizardStep.className = WIZZARDSTEP_CLASSNAME;
|
|
13847
|
+
WizardStep.defaultProps = defaultProps107;
|
|
13848
|
+
|
|
13849
|
+
// src/wizard/wizard-steps.tsx
|
|
13850
|
+
import { jsx as jsx354 } from "react/jsx-runtime";
|
|
13851
|
+
var WIZZARDSTEPS_CLASSNAME = `k-wizard-steps`;
|
|
13852
|
+
var states118 = [];
|
|
13853
|
+
var options109 = {};
|
|
13854
|
+
var defaultProps108 = {};
|
|
13855
|
+
var WizardSteps = (props) => /* @__PURE__ */ jsx354(
|
|
13856
|
+
"div",
|
|
13857
|
+
{
|
|
13858
|
+
...props,
|
|
13859
|
+
className: classNames(
|
|
13860
|
+
props.className,
|
|
13861
|
+
WIZZARDSTEPS_CLASSNAME
|
|
13862
|
+
),
|
|
13863
|
+
children: props.children
|
|
13864
|
+
}
|
|
13865
|
+
);
|
|
13866
|
+
WizardSteps.states = states118;
|
|
13867
|
+
WizardSteps.options = options109;
|
|
13868
|
+
WizardSteps.className = WIZZARDSTEPS_CLASSNAME;
|
|
13869
|
+
WizardSteps.defaultProps = defaultProps108;
|
|
13870
|
+
|
|
13871
|
+
// src/wizard/templates/wizard-normal.tsx
|
|
13872
|
+
import { Fragment as Fragment100, jsx as jsx355, jsxs as jsxs139 } from "react/jsx-runtime";
|
|
13873
|
+
|
|
13874
|
+
// src/wizard/templates/wizard-vertical.tsx
|
|
13875
|
+
import { Fragment as Fragment101, jsx as jsx356, jsxs as jsxs140 } from "react/jsx-runtime";
|
|
13876
|
+
|
|
13877
|
+
// src/card/card-callout.tsx
|
|
13878
|
+
import { jsx as jsx357 } from "react/jsx-runtime";
|
|
13580
13879
|
var CARDCALLOUT_CLASSNAME = `k-card-callout`;
|
|
13581
13880
|
var CardCallout = (props) => {
|
|
13582
13881
|
const {
|
|
13583
13882
|
callout,
|
|
13584
13883
|
...other
|
|
13585
13884
|
} = props;
|
|
13586
|
-
return /* @__PURE__ */
|
|
13885
|
+
return /* @__PURE__ */ jsx357(
|
|
13587
13886
|
"span",
|
|
13588
13887
|
{
|
|
13589
13888
|
...other,
|
|
@@ -13599,15 +13898,15 @@ var CardCallout = (props) => {
|
|
|
13599
13898
|
};
|
|
13600
13899
|
|
|
13601
13900
|
// src/card/card.spec.tsx
|
|
13602
|
-
import { Fragment as
|
|
13901
|
+
import { Fragment as Fragment102, jsx as jsx358, jsxs as jsxs141 } from "react/jsx-runtime";
|
|
13603
13902
|
var CARD_CLASSNAME = `k-card`;
|
|
13604
|
-
var
|
|
13903
|
+
var states119 = [
|
|
13605
13904
|
States.hover,
|
|
13606
13905
|
States.focus,
|
|
13607
13906
|
States.selected,
|
|
13608
13907
|
States.disabled
|
|
13609
13908
|
];
|
|
13610
|
-
var
|
|
13909
|
+
var options110 = {
|
|
13611
13910
|
themeColor: [
|
|
13612
13911
|
ThemeColor.primary,
|
|
13613
13912
|
ThemeColor.success,
|
|
@@ -13616,7 +13915,7 @@ var options104 = {
|
|
|
13616
13915
|
ThemeColor.info
|
|
13617
13916
|
]
|
|
13618
13917
|
};
|
|
13619
|
-
var
|
|
13918
|
+
var defaultProps109 = {};
|
|
13620
13919
|
var Card = (props) => {
|
|
13621
13920
|
const {
|
|
13622
13921
|
orientation,
|
|
@@ -13628,7 +13927,7 @@ var Card = (props) => {
|
|
|
13628
13927
|
disabled,
|
|
13629
13928
|
...other
|
|
13630
13929
|
} = props;
|
|
13631
|
-
return /* @__PURE__ */
|
|
13930
|
+
return /* @__PURE__ */ jsxs141(
|
|
13632
13931
|
"div",
|
|
13633
13932
|
{
|
|
13634
13933
|
...other,
|
|
@@ -13650,21 +13949,21 @@ var Card = (props) => {
|
|
|
13650
13949
|
}
|
|
13651
13950
|
),
|
|
13652
13951
|
children: [
|
|
13653
|
-
callout && callout !== "true" && /* @__PURE__ */
|
|
13654
|
-
/* @__PURE__ */
|
|
13952
|
+
callout && callout !== "true" && /* @__PURE__ */ jsx358(CardCallout, { callout }),
|
|
13953
|
+
/* @__PURE__ */ jsx358(Fragment102, { children: props.children })
|
|
13655
13954
|
]
|
|
13656
13955
|
}
|
|
13657
13956
|
);
|
|
13658
13957
|
};
|
|
13659
|
-
Card.states =
|
|
13660
|
-
Card.options =
|
|
13958
|
+
Card.states = states119;
|
|
13959
|
+
Card.options = options110;
|
|
13661
13960
|
Card.className = CARD_CLASSNAME;
|
|
13662
|
-
Card.defaultProps =
|
|
13961
|
+
Card.defaultProps = defaultProps109;
|
|
13663
13962
|
|
|
13664
13963
|
// src/card/card-title.tsx
|
|
13665
|
-
import { jsx as
|
|
13964
|
+
import { jsx as jsx359 } from "react/jsx-runtime";
|
|
13666
13965
|
var CARDTITLE_CLASSNAME = `k-card-title`;
|
|
13667
|
-
var
|
|
13966
|
+
var states120 = [
|
|
13668
13967
|
States.hover,
|
|
13669
13968
|
States.focus
|
|
13670
13969
|
];
|
|
@@ -13674,7 +13973,7 @@ var CardTitle = (props) => {
|
|
|
13674
13973
|
focus,
|
|
13675
13974
|
...other
|
|
13676
13975
|
} = props;
|
|
13677
|
-
return /* @__PURE__ */
|
|
13976
|
+
return /* @__PURE__ */ jsx359(
|
|
13678
13977
|
"div",
|
|
13679
13978
|
{
|
|
13680
13979
|
...other,
|
|
@@ -13692,13 +13991,13 @@ var CardTitle = (props) => {
|
|
|
13692
13991
|
};
|
|
13693
13992
|
|
|
13694
13993
|
// src/card/card-subtitle.tsx
|
|
13695
|
-
import { jsx as
|
|
13994
|
+
import { jsx as jsx360 } from "react/jsx-runtime";
|
|
13696
13995
|
var CARDSUBTITLE_CLASSNAME = `k-card-subtitle`;
|
|
13697
13996
|
var CardSubtitle = (props) => {
|
|
13698
13997
|
const {
|
|
13699
13998
|
...other
|
|
13700
13999
|
} = props;
|
|
13701
|
-
return /* @__PURE__ */
|
|
14000
|
+
return /* @__PURE__ */ jsx360(
|
|
13702
14001
|
"div",
|
|
13703
14002
|
{
|
|
13704
14003
|
...other,
|
|
@@ -13712,10 +14011,10 @@ var CardSubtitle = (props) => {
|
|
|
13712
14011
|
};
|
|
13713
14012
|
|
|
13714
14013
|
// src/card/card-media.tsx
|
|
13715
|
-
import { Fragment as
|
|
14014
|
+
import { Fragment as Fragment103, jsx as jsx361 } from "react/jsx-runtime";
|
|
13716
14015
|
|
|
13717
14016
|
// src/card/card-header.tsx
|
|
13718
|
-
import { Fragment as
|
|
14017
|
+
import { Fragment as Fragment104, jsx as jsx362, jsxs as jsxs142 } from "react/jsx-runtime";
|
|
13719
14018
|
var CARDHEADER_CLASSNAME = `k-card-header`;
|
|
13720
14019
|
var CardHeader = (props) => {
|
|
13721
14020
|
const {
|
|
@@ -13724,7 +14023,7 @@ var CardHeader = (props) => {
|
|
|
13724
14023
|
details,
|
|
13725
14024
|
...other
|
|
13726
14025
|
} = props;
|
|
13727
|
-
return /* @__PURE__ */
|
|
14026
|
+
return /* @__PURE__ */ jsxs142(
|
|
13728
14027
|
"div",
|
|
13729
14028
|
{
|
|
13730
14029
|
...other,
|
|
@@ -13733,10 +14032,10 @@ var CardHeader = (props) => {
|
|
|
13733
14032
|
CARDHEADER_CLASSNAME
|
|
13734
14033
|
),
|
|
13735
14034
|
children: [
|
|
13736
|
-
title && /* @__PURE__ */
|
|
13737
|
-
subtitle && /* @__PURE__ */
|
|
13738
|
-
/* @__PURE__ */
|
|
13739
|
-
details && /* @__PURE__ */
|
|
14035
|
+
title && /* @__PURE__ */ jsx362(CardTitle, { children: title }),
|
|
14036
|
+
subtitle && /* @__PURE__ */ jsx362(CardSubtitle, { children: subtitle }),
|
|
14037
|
+
/* @__PURE__ */ jsx362(Fragment104, { children: props.children }),
|
|
14038
|
+
details && /* @__PURE__ */ jsx362("span", { className: "k-card-header-actions", children: /* @__PURE__ */ jsx362(
|
|
13740
14039
|
Button,
|
|
13741
14040
|
{
|
|
13742
14041
|
className: "k-card-details",
|
|
@@ -13753,10 +14052,10 @@ var CardHeader = (props) => {
|
|
|
13753
14052
|
};
|
|
13754
14053
|
|
|
13755
14054
|
// src/card/card-footer.tsx
|
|
13756
|
-
import { jsx as
|
|
14055
|
+
import { jsx as jsx363 } from "react/jsx-runtime";
|
|
13757
14056
|
|
|
13758
14057
|
// src/card/card-body.tsx
|
|
13759
|
-
import { Fragment as
|
|
14058
|
+
import { Fragment as Fragment105, jsx as jsx364, jsxs as jsxs143 } from "react/jsx-runtime";
|
|
13760
14059
|
var CARDBODY_CLASSNAME = `k-card-body`;
|
|
13761
14060
|
var CardBody = (props) => {
|
|
13762
14061
|
const {
|
|
@@ -13765,7 +14064,7 @@ var CardBody = (props) => {
|
|
|
13765
14064
|
details,
|
|
13766
14065
|
...other
|
|
13767
14066
|
} = props;
|
|
13768
|
-
return /* @__PURE__ */
|
|
14067
|
+
return /* @__PURE__ */ jsxs143(
|
|
13769
14068
|
"div",
|
|
13770
14069
|
{
|
|
13771
14070
|
...other,
|
|
@@ -13774,10 +14073,10 @@ var CardBody = (props) => {
|
|
|
13774
14073
|
CARDBODY_CLASSNAME
|
|
13775
14074
|
),
|
|
13776
14075
|
children: [
|
|
13777
|
-
title && /* @__PURE__ */
|
|
13778
|
-
subtitle && /* @__PURE__ */
|
|
13779
|
-
/* @__PURE__ */
|
|
13780
|
-
details && /* @__PURE__ */
|
|
14076
|
+
title && /* @__PURE__ */ jsx364(CardTitle, { children: title }),
|
|
14077
|
+
subtitle && /* @__PURE__ */ jsx364(CardSubtitle, { children: subtitle }),
|
|
14078
|
+
/* @__PURE__ */ jsx364(Fragment105, { children: props.children }),
|
|
14079
|
+
details && /* @__PURE__ */ jsx364("span", { className: "k-card-header-actions", children: /* @__PURE__ */ jsx364(
|
|
13781
14080
|
Button,
|
|
13782
14081
|
{
|
|
13783
14082
|
className: "k-card-details",
|
|
@@ -13794,24 +14093,24 @@ var CardBody = (props) => {
|
|
|
13794
14093
|
};
|
|
13795
14094
|
|
|
13796
14095
|
// src/card/card-deck.tsx
|
|
13797
|
-
import { jsx as
|
|
14096
|
+
import { jsx as jsx365 } from "react/jsx-runtime";
|
|
13798
14097
|
|
|
13799
14098
|
// src/card/templates/card-normal.tsx
|
|
13800
|
-
import { Fragment as
|
|
14099
|
+
import { Fragment as Fragment106, jsx as jsx366, jsxs as jsxs144 } from "react/jsx-runtime";
|
|
13801
14100
|
|
|
13802
14101
|
// src/card/templates/card-horizontal.tsx
|
|
13803
|
-
import { Fragment as
|
|
14102
|
+
import { Fragment as Fragment107, jsx as jsx367, jsxs as jsxs145 } from "react/jsx-runtime";
|
|
13804
14103
|
|
|
13805
14104
|
// src/expansion-panel/expansion-panel.spec.tsx
|
|
13806
|
-
import { jsx as
|
|
14105
|
+
import { jsx as jsx368, jsxs as jsxs146 } from "react/jsx-runtime";
|
|
13807
14106
|
var EXPANSION_PANEL_CLASSNAME = "k-expander";
|
|
13808
|
-
var
|
|
14107
|
+
var states121 = [
|
|
13809
14108
|
States.hover,
|
|
13810
14109
|
States.focus,
|
|
13811
14110
|
States.disabled
|
|
13812
14111
|
];
|
|
13813
|
-
var
|
|
13814
|
-
var
|
|
14112
|
+
var options111 = {};
|
|
14113
|
+
var defaultProps110 = {};
|
|
13815
14114
|
var ExpansionPanel = (props) => {
|
|
13816
14115
|
const {
|
|
13817
14116
|
title,
|
|
@@ -13823,7 +14122,7 @@ var ExpansionPanel = (props) => {
|
|
|
13823
14122
|
dir,
|
|
13824
14123
|
contentStyle
|
|
13825
14124
|
} = props;
|
|
13826
|
-
return /* @__PURE__ */
|
|
14125
|
+
return /* @__PURE__ */ jsxs146("div", { className: classNames(
|
|
13827
14126
|
props.className,
|
|
13828
14127
|
EXPANSION_PANEL_CLASSNAME,
|
|
13829
14128
|
stateClassNames(EXPANSION_PANEL_CLASSNAME, {
|
|
@@ -13835,42 +14134,42 @@ var ExpansionPanel = (props) => {
|
|
|
13835
14134
|
"k-expanded": expanded
|
|
13836
14135
|
}
|
|
13837
14136
|
), dir, children: [
|
|
13838
|
-
/* @__PURE__ */
|
|
14137
|
+
/* @__PURE__ */ jsxs146("div", { className: classNames(
|
|
13839
14138
|
"k-expander-header",
|
|
13840
14139
|
stateClassNames(EXPANSION_PANEL_CLASSNAME, {
|
|
13841
14140
|
hover
|
|
13842
14141
|
})
|
|
13843
14142
|
), children: [
|
|
13844
|
-
/* @__PURE__ */
|
|
13845
|
-
/* @__PURE__ */
|
|
13846
|
-
/* @__PURE__ */
|
|
13847
|
-
/* @__PURE__ */
|
|
14143
|
+
/* @__PURE__ */ jsx368("div", { className: "k-expander-title", children: title }),
|
|
14144
|
+
/* @__PURE__ */ jsx368("span", { className: "k-spacer" }),
|
|
14145
|
+
/* @__PURE__ */ jsx368("div", { className: "k-expander-sub-title", children: subtitle }),
|
|
14146
|
+
/* @__PURE__ */ jsx368("span", { className: "k-expander-indicator", children: !expanded ? /* @__PURE__ */ jsx368(Icon, { icon: "chevron-down" }) : /* @__PURE__ */ jsx368(Icon, { icon: "chevron-up" }) })
|
|
13848
14147
|
] }),
|
|
13849
|
-
/* @__PURE__ */
|
|
14148
|
+
/* @__PURE__ */ jsx368("div", { className: classNames(
|
|
13850
14149
|
"k-expander-content-wrapper",
|
|
13851
14150
|
{
|
|
13852
14151
|
"k-d-none": !expanded
|
|
13853
14152
|
}
|
|
13854
|
-
), children: /* @__PURE__ */
|
|
14153
|
+
), children: /* @__PURE__ */ jsx368("div", { className: "k-expander-content", style: contentStyle, children: props.children }) })
|
|
13855
14154
|
] });
|
|
13856
14155
|
};
|
|
13857
|
-
ExpansionPanel.states =
|
|
13858
|
-
ExpansionPanel.options =
|
|
14156
|
+
ExpansionPanel.states = states121;
|
|
14157
|
+
ExpansionPanel.options = options111;
|
|
13859
14158
|
ExpansionPanel.className = EXPANSION_PANEL_CLASSNAME;
|
|
13860
|
-
ExpansionPanel.defaultProps =
|
|
14159
|
+
ExpansionPanel.defaultProps = defaultProps110;
|
|
13861
14160
|
|
|
13862
14161
|
// src/expansion-panel/templates/expansion-panel-normal.tsx
|
|
13863
|
-
import { jsx as
|
|
14162
|
+
import { jsx as jsx369 } from "react/jsx-runtime";
|
|
13864
14163
|
|
|
13865
14164
|
// src/expansion-panel/templates/expansion-panel-expanded.tsx
|
|
13866
|
-
import { jsx as
|
|
14165
|
+
import { jsx as jsx370 } from "react/jsx-runtime";
|
|
13867
14166
|
|
|
13868
14167
|
// src/splitter/splitter-pane.tsx
|
|
13869
|
-
import { jsx as
|
|
14168
|
+
import { jsx as jsx371 } from "react/jsx-runtime";
|
|
13870
14169
|
var SPLITTERPANE_CLASSNAME = "k-pane";
|
|
13871
|
-
var
|
|
13872
|
-
var
|
|
13873
|
-
var
|
|
14170
|
+
var states122 = [];
|
|
14171
|
+
var options112 = {};
|
|
14172
|
+
var defaultProps111 = {
|
|
13874
14173
|
resizable: true,
|
|
13875
14174
|
flex: false
|
|
13876
14175
|
};
|
|
@@ -13881,7 +14180,7 @@ var SplitterPane = (props) => {
|
|
|
13881
14180
|
flex,
|
|
13882
14181
|
...other
|
|
13883
14182
|
} = props;
|
|
13884
|
-
return /* @__PURE__ */
|
|
14183
|
+
return /* @__PURE__ */ jsx371(
|
|
13885
14184
|
"div",
|
|
13886
14185
|
{
|
|
13887
14186
|
...other,
|
|
@@ -13899,21 +14198,21 @@ var SplitterPane = (props) => {
|
|
|
13899
14198
|
}
|
|
13900
14199
|
);
|
|
13901
14200
|
};
|
|
13902
|
-
SplitterPane.states =
|
|
13903
|
-
SplitterPane.options =
|
|
14201
|
+
SplitterPane.states = states122;
|
|
14202
|
+
SplitterPane.options = options112;
|
|
13904
14203
|
SplitterPane.className = SPLITTERPANE_CLASSNAME;
|
|
13905
|
-
SplitterPane.defaultProps =
|
|
14204
|
+
SplitterPane.defaultProps = defaultProps111;
|
|
13906
14205
|
var splitter_pane_default = SplitterPane;
|
|
13907
14206
|
|
|
13908
14207
|
// src/splitter/splitter-splitbar.tsx
|
|
13909
|
-
import { Fragment as
|
|
14208
|
+
import { Fragment as Fragment108, jsx as jsx372, jsxs as jsxs147 } from "react/jsx-runtime";
|
|
13910
14209
|
var SPLITTERSPLITBAR_CLASSNAME = "k-splitbar";
|
|
13911
|
-
var
|
|
14210
|
+
var states123 = [
|
|
13912
14211
|
States.hover,
|
|
13913
14212
|
States.focus
|
|
13914
14213
|
];
|
|
13915
|
-
var
|
|
13916
|
-
var
|
|
14214
|
+
var options113 = {};
|
|
14215
|
+
var defaultProps112 = {
|
|
13917
14216
|
orientation: "horizontal",
|
|
13918
14217
|
draggable: true
|
|
13919
14218
|
};
|
|
@@ -13927,7 +14226,7 @@ var SplitterSplitbar = (props) => {
|
|
|
13927
14226
|
collapseNext,
|
|
13928
14227
|
...other
|
|
13929
14228
|
} = props;
|
|
13930
|
-
return /* @__PURE__ */
|
|
14229
|
+
return /* @__PURE__ */ jsxs147(
|
|
13931
14230
|
"div",
|
|
13932
14231
|
{
|
|
13933
14232
|
...other,
|
|
@@ -13945,25 +14244,25 @@ var SplitterSplitbar = (props) => {
|
|
|
13945
14244
|
}
|
|
13946
14245
|
),
|
|
13947
14246
|
children: [
|
|
13948
|
-
collapsePrev && /* @__PURE__ */
|
|
13949
|
-
/* @__PURE__ */
|
|
13950
|
-
collapseNext && /* @__PURE__ */
|
|
14247
|
+
collapsePrev && /* @__PURE__ */ jsx372(Fragment108, { children: /* @__PURE__ */ jsx372("div", { className: "k-collapse-prev", children: /* @__PURE__ */ jsx372(Icon, { icon: `caret-alt-${orientation === "horizontal" ? "left" : "up"}`, size: "xsmall" }) }) }),
|
|
14248
|
+
/* @__PURE__ */ jsx372("div", { className: "k-resize-handle" }),
|
|
14249
|
+
collapseNext && /* @__PURE__ */ jsx372(Fragment108, { children: /* @__PURE__ */ jsx372("div", { className: "k-collapse-next", children: /* @__PURE__ */ jsx372(Icon, { icon: `caret-alt-${orientation === "horizontal" ? "right" : "down"}`, size: "xsmall" }) }) })
|
|
13951
14250
|
]
|
|
13952
14251
|
}
|
|
13953
14252
|
);
|
|
13954
14253
|
};
|
|
13955
|
-
SplitterSplitbar.states =
|
|
13956
|
-
SplitterSplitbar.options =
|
|
14254
|
+
SplitterSplitbar.states = states123;
|
|
14255
|
+
SplitterSplitbar.options = options113;
|
|
13957
14256
|
SplitterSplitbar.className = SPLITTERSPLITBAR_CLASSNAME;
|
|
13958
|
-
SplitterSplitbar.defaultProps =
|
|
14257
|
+
SplitterSplitbar.defaultProps = defaultProps112;
|
|
13959
14258
|
var splitter_splitbar_default = SplitterSplitbar;
|
|
13960
14259
|
|
|
13961
14260
|
// src/splitter/splitter.spec.tsx
|
|
13962
|
-
import { Fragment as
|
|
14261
|
+
import { Fragment as Fragment109, jsx as jsx373 } from "react/jsx-runtime";
|
|
13963
14262
|
import { createElement as createElement6 } from "react";
|
|
13964
14263
|
var SPLITTER_CLASSNAME = "k-splitter";
|
|
13965
|
-
var
|
|
13966
|
-
var
|
|
14264
|
+
var options114 = {};
|
|
14265
|
+
var defaultProps113 = {
|
|
13967
14266
|
orientation: "horizontal"
|
|
13968
14267
|
};
|
|
13969
14268
|
var Splitter = (props) => {
|
|
@@ -13979,7 +14278,7 @@ var Splitter = (props) => {
|
|
|
13979
14278
|
if (child.type === splitter_pane_default) {
|
|
13980
14279
|
listChildren.push(
|
|
13981
14280
|
/* @__PURE__ */ createElement6(splitter_pane_default, { ...child.props, key: index }),
|
|
13982
|
-
children[index + 1] && /* @__PURE__ */
|
|
14281
|
+
children[index + 1] && /* @__PURE__ */ jsx373(Fragment109, { children: /* @__PURE__ */ jsx373(
|
|
13983
14282
|
splitter_splitbar_default,
|
|
13984
14283
|
{
|
|
13985
14284
|
draggable: child.props.resizable !== false && children[index + 1].props.resizable !== false,
|
|
@@ -13995,7 +14294,7 @@ var Splitter = (props) => {
|
|
|
13995
14294
|
});
|
|
13996
14295
|
}
|
|
13997
14296
|
}
|
|
13998
|
-
return /* @__PURE__ */
|
|
14297
|
+
return /* @__PURE__ */ jsx373(
|
|
13999
14298
|
"div",
|
|
14000
14299
|
{
|
|
14001
14300
|
...other,
|
|
@@ -14011,22 +14310,22 @@ var Splitter = (props) => {
|
|
|
14011
14310
|
}
|
|
14012
14311
|
);
|
|
14013
14312
|
};
|
|
14014
|
-
Splitter.options =
|
|
14313
|
+
Splitter.options = options114;
|
|
14015
14314
|
Splitter.className = SPLITTER_CLASSNAME;
|
|
14016
|
-
Splitter.defaultProps =
|
|
14315
|
+
Splitter.defaultProps = defaultProps113;
|
|
14017
14316
|
|
|
14018
14317
|
// src/splitter/templates/splitter-normal.tsx
|
|
14019
|
-
import { jsx as
|
|
14318
|
+
import { jsx as jsx374, jsxs as jsxs148 } from "react/jsx-runtime";
|
|
14020
14319
|
|
|
14021
14320
|
// src/splitter/templates/splitter-vertical.tsx
|
|
14022
|
-
import { jsx as
|
|
14321
|
+
import { jsx as jsx375, jsxs as jsxs149 } from "react/jsx-runtime";
|
|
14023
14322
|
|
|
14024
14323
|
// src/tilelayout/tilelayout.spec.tsx
|
|
14025
|
-
import { jsx as
|
|
14324
|
+
import { jsx as jsx376 } from "react/jsx-runtime";
|
|
14026
14325
|
var TILELAYOUT_CLASSNAME = `k-tilelayout`;
|
|
14027
|
-
var
|
|
14028
|
-
var
|
|
14029
|
-
var
|
|
14326
|
+
var states124 = [];
|
|
14327
|
+
var options115 = {};
|
|
14328
|
+
var defaultProps114 = {};
|
|
14030
14329
|
var TileLayout = (props) => {
|
|
14031
14330
|
const {
|
|
14032
14331
|
gap,
|
|
@@ -14042,7 +14341,7 @@ var TileLayout = (props) => {
|
|
|
14042
14341
|
gap,
|
|
14043
14342
|
...style
|
|
14044
14343
|
};
|
|
14045
|
-
return /* @__PURE__ */
|
|
14344
|
+
return /* @__PURE__ */ jsx376(
|
|
14046
14345
|
"div",
|
|
14047
14346
|
{
|
|
14048
14347
|
className: classNames(
|
|
@@ -14054,20 +14353,20 @@ var TileLayout = (props) => {
|
|
|
14054
14353
|
}
|
|
14055
14354
|
);
|
|
14056
14355
|
};
|
|
14057
|
-
TileLayout.states =
|
|
14058
|
-
TileLayout.options =
|
|
14356
|
+
TileLayout.states = states124;
|
|
14357
|
+
TileLayout.options = options115;
|
|
14059
14358
|
TileLayout.className = TILELAYOUT_CLASSNAME;
|
|
14060
|
-
TileLayout.defaultProps =
|
|
14359
|
+
TileLayout.defaultProps = defaultProps114;
|
|
14061
14360
|
|
|
14062
14361
|
// src/tilelayout/tilelayout-item.spec.tsx
|
|
14063
14362
|
import React from "react";
|
|
14064
|
-
import { jsx as
|
|
14363
|
+
import { jsx as jsx377, jsxs as jsxs150 } from "react/jsx-runtime";
|
|
14065
14364
|
var TILELAYOUTITEM_CLASSNAME = `k-tilelayout-item`;
|
|
14066
|
-
var
|
|
14365
|
+
var states125 = [
|
|
14067
14366
|
States.focus
|
|
14068
14367
|
];
|
|
14069
|
-
var
|
|
14070
|
-
var
|
|
14368
|
+
var options116 = {};
|
|
14369
|
+
var defaultProps115 = {};
|
|
14071
14370
|
var TileLayoutItem = (props) => {
|
|
14072
14371
|
const {
|
|
14073
14372
|
header,
|
|
@@ -14076,7 +14375,7 @@ var TileLayoutItem = (props) => {
|
|
|
14076
14375
|
resize,
|
|
14077
14376
|
style
|
|
14078
14377
|
} = props;
|
|
14079
|
-
return /* @__PURE__ */
|
|
14378
|
+
return /* @__PURE__ */ jsxs150(
|
|
14080
14379
|
Card,
|
|
14081
14380
|
{
|
|
14082
14381
|
className: classNames(
|
|
@@ -14093,49 +14392,49 @@ var TileLayoutItem = (props) => {
|
|
|
14093
14392
|
),
|
|
14094
14393
|
style,
|
|
14095
14394
|
children: [
|
|
14096
|
-
header && React.isValidElement(header) ? /* @__PURE__ */
|
|
14097
|
-
body && /* @__PURE__ */
|
|
14395
|
+
header && React.isValidElement(header) ? /* @__PURE__ */ jsx377(CardHeader, { className: "k-tilelayout-item-header k-cursor-move", children: header }) : /* @__PURE__ */ jsx377(CardHeader, { className: "k-tilelayout-item-header k-cursor-move", title: header }),
|
|
14396
|
+
body && /* @__PURE__ */ jsx377(CardBody, { className: "k-tilelayout-item-body", children: body })
|
|
14098
14397
|
]
|
|
14099
14398
|
}
|
|
14100
14399
|
);
|
|
14101
14400
|
};
|
|
14102
|
-
TileLayoutItem.states =
|
|
14103
|
-
TileLayoutItem.options =
|
|
14401
|
+
TileLayoutItem.states = states125;
|
|
14402
|
+
TileLayoutItem.options = options116;
|
|
14104
14403
|
TileLayoutItem.className = TILELAYOUTITEM_CLASSNAME;
|
|
14105
|
-
TileLayoutItem.defaultProps =
|
|
14404
|
+
TileLayoutItem.defaultProps = defaultProps115;
|
|
14106
14405
|
|
|
14107
14406
|
// src/tilelayout/tilelayout-item-hint.spec.tsx
|
|
14108
|
-
import { jsx as
|
|
14407
|
+
import { jsx as jsx378 } from "react/jsx-runtime";
|
|
14109
14408
|
var TILELAYOUTITEMHINT_CLASSNAME = `k-layout-item-hint`;
|
|
14110
|
-
var
|
|
14111
|
-
var
|
|
14112
|
-
var
|
|
14409
|
+
var states126 = [];
|
|
14410
|
+
var options117 = {};
|
|
14411
|
+
var defaultProps116 = {};
|
|
14113
14412
|
var TileLayoutItemHint = (props) => {
|
|
14114
14413
|
const { style } = props;
|
|
14115
|
-
return /* @__PURE__ */
|
|
14414
|
+
return /* @__PURE__ */ jsx378("div", { className: TILELAYOUTITEMHINT_CLASSNAME, style });
|
|
14116
14415
|
};
|
|
14117
|
-
TileLayoutItemHint.states =
|
|
14118
|
-
TileLayoutItemHint.options =
|
|
14416
|
+
TileLayoutItemHint.states = states126;
|
|
14417
|
+
TileLayoutItemHint.options = options117;
|
|
14119
14418
|
TileLayoutItemHint.className = TILELAYOUTITEMHINT_CLASSNAME;
|
|
14120
|
-
TileLayoutItemHint.defaultProps =
|
|
14419
|
+
TileLayoutItemHint.defaultProps = defaultProps116;
|
|
14121
14420
|
|
|
14122
14421
|
// src/tilelayout/templates/tilelayout-normal.tsx
|
|
14123
|
-
import { jsx as
|
|
14422
|
+
import { jsx as jsx379 } from "react/jsx-runtime";
|
|
14124
14423
|
|
|
14125
14424
|
// src/grid/grid.spec.tsx
|
|
14126
|
-
import { jsx as
|
|
14425
|
+
import { jsx as jsx380, jsxs as jsxs151 } from "react/jsx-runtime";
|
|
14127
14426
|
var GRID_CLASSNAME = "k-grid";
|
|
14128
|
-
var
|
|
14129
|
-
var
|
|
14427
|
+
var states127 = [];
|
|
14428
|
+
var options118 = {
|
|
14130
14429
|
size: [Size.small, Size.medium, Size.large]
|
|
14131
14430
|
};
|
|
14132
|
-
var
|
|
14431
|
+
var defaultProps117 = {
|
|
14133
14432
|
size: Size.medium,
|
|
14134
14433
|
pagerPosition: "bottom"
|
|
14135
14434
|
};
|
|
14136
14435
|
var Grid = (props) => {
|
|
14137
14436
|
const {
|
|
14138
|
-
size =
|
|
14437
|
+
size = defaultProps117.size,
|
|
14139
14438
|
toolbar,
|
|
14140
14439
|
pager,
|
|
14141
14440
|
pagerPosition,
|
|
@@ -14143,7 +14442,7 @@ var Grid = (props) => {
|
|
|
14143
14442
|
_renderAriaRoot,
|
|
14144
14443
|
...other
|
|
14145
14444
|
} = props;
|
|
14146
|
-
return /* @__PURE__ */
|
|
14445
|
+
return /* @__PURE__ */ jsxs151(
|
|
14147
14446
|
"div",
|
|
14148
14447
|
{
|
|
14149
14448
|
...other,
|
|
@@ -14156,64 +14455,64 @@ var Grid = (props) => {
|
|
|
14156
14455
|
toolbar,
|
|
14157
14456
|
pagerPosition === "top" && pager,
|
|
14158
14457
|
groupingHeader,
|
|
14159
|
-
props.children && _renderAriaRoot ? /* @__PURE__ */
|
|
14458
|
+
props.children && _renderAriaRoot ? /* @__PURE__ */ jsx380("div", { className: "k-grid-aria-root", children: props.children }) : props.children,
|
|
14160
14459
|
pagerPosition === "bottom" && pager
|
|
14161
14460
|
]
|
|
14162
14461
|
}
|
|
14163
14462
|
);
|
|
14164
14463
|
};
|
|
14165
|
-
Grid.states =
|
|
14166
|
-
Grid.options =
|
|
14464
|
+
Grid.states = states127;
|
|
14465
|
+
Grid.options = options118;
|
|
14167
14466
|
Grid.className = GRID_CLASSNAME;
|
|
14168
|
-
Grid.defaultProps =
|
|
14467
|
+
Grid.defaultProps = defaultProps117;
|
|
14169
14468
|
|
|
14170
14469
|
// src/grid/grid-header.spec.tsx
|
|
14171
|
-
import { jsx as
|
|
14470
|
+
import { jsx as jsx381 } from "react/jsx-runtime";
|
|
14172
14471
|
|
|
14173
14472
|
// src/grid/grid-grouping-header.spec.tsx
|
|
14174
|
-
import { jsx as
|
|
14473
|
+
import { jsx as jsx382, jsxs as jsxs152 } from "react/jsx-runtime";
|
|
14175
14474
|
|
|
14176
14475
|
// src/grid/grid-header-table.spec.tsx
|
|
14177
|
-
import { jsx as
|
|
14476
|
+
import { jsx as jsx383 } from "react/jsx-runtime";
|
|
14178
14477
|
|
|
14179
14478
|
// src/grid/grid-header-cell.spec.tsx
|
|
14180
|
-
import { jsx as
|
|
14181
|
-
var
|
|
14479
|
+
import { jsx as jsx384, jsxs as jsxs153 } from "react/jsx-runtime";
|
|
14480
|
+
var states128 = [
|
|
14182
14481
|
States.hover,
|
|
14183
14482
|
States.focus,
|
|
14184
14483
|
States.active
|
|
14185
14484
|
];
|
|
14186
14485
|
|
|
14187
14486
|
// src/grid/grid-container.spec.tsx
|
|
14188
|
-
import { jsx as
|
|
14487
|
+
import { jsx as jsx385 } from "react/jsx-runtime";
|
|
14189
14488
|
|
|
14190
14489
|
// src/grid/grid-content.spec.tsx
|
|
14191
|
-
import { jsx as
|
|
14490
|
+
import { jsx as jsx386 } from "react/jsx-runtime";
|
|
14192
14491
|
|
|
14193
14492
|
// src/grid/grid-table.spec.tsx
|
|
14194
|
-
import { jsx as
|
|
14493
|
+
import { jsx as jsx387 } from "react/jsx-runtime";
|
|
14195
14494
|
|
|
14196
14495
|
// src/grid/grid-footer.spec.tsx
|
|
14197
|
-
import { jsx as
|
|
14496
|
+
import { jsx as jsx388 } from "react/jsx-runtime";
|
|
14198
14497
|
|
|
14199
14498
|
// src/grid/grid-footer-table.spec.tsx
|
|
14200
|
-
import { jsx as
|
|
14499
|
+
import { jsx as jsx389 } from "react/jsx-runtime";
|
|
14201
14500
|
|
|
14202
14501
|
// src/grid/grid-pager.spec.tsx
|
|
14203
|
-
import { jsx as
|
|
14502
|
+
import { jsx as jsx390 } from "react/jsx-runtime";
|
|
14204
14503
|
|
|
14205
14504
|
// src/grid/grid-toolbar.spec.tsx
|
|
14206
|
-
import { jsx as
|
|
14505
|
+
import { jsx as jsx391 } from "react/jsx-runtime";
|
|
14207
14506
|
|
|
14208
14507
|
// src/listview/listview.spec.tsx
|
|
14209
|
-
import { Fragment as
|
|
14508
|
+
import { Fragment as Fragment110, jsx as jsx392, jsxs as jsxs154 } from "react/jsx-runtime";
|
|
14210
14509
|
var LISTVIEW_CLASSNAME = `k-listview`;
|
|
14211
|
-
var
|
|
14510
|
+
var states129 = [
|
|
14212
14511
|
States.loading,
|
|
14213
14512
|
States.disabled
|
|
14214
14513
|
];
|
|
14215
|
-
var
|
|
14216
|
-
var
|
|
14514
|
+
var options119 = {};
|
|
14515
|
+
var defaultProps118 = {
|
|
14217
14516
|
pagerPosition: "bottom",
|
|
14218
14517
|
layout: "flex",
|
|
14219
14518
|
flexDirection: "row"
|
|
@@ -14223,23 +14522,23 @@ var ListView = (props) => {
|
|
|
14223
14522
|
header,
|
|
14224
14523
|
footer,
|
|
14225
14524
|
pageable,
|
|
14226
|
-
pagerPosition =
|
|
14525
|
+
pagerPosition = defaultProps118.pagerPosition,
|
|
14227
14526
|
bordered,
|
|
14228
|
-
layout =
|
|
14229
|
-
flexDirection =
|
|
14527
|
+
layout = defaultProps118.layout,
|
|
14528
|
+
flexDirection = defaultProps118.flexDirection,
|
|
14230
14529
|
flexWrap,
|
|
14231
14530
|
gridColumns,
|
|
14232
14531
|
loading,
|
|
14233
14532
|
disabled,
|
|
14234
14533
|
...other
|
|
14235
14534
|
} = props;
|
|
14236
|
-
const pager = /* @__PURE__ */
|
|
14237
|
-
const loader = /* @__PURE__ */
|
|
14238
|
-
/* @__PURE__ */
|
|
14239
|
-
/* @__PURE__ */
|
|
14240
|
-
/* @__PURE__ */
|
|
14535
|
+
const pager = /* @__PURE__ */ jsx392(Pager, { className: `k-listview-pager k-listview-pager-${pagerPosition}` });
|
|
14536
|
+
const loader = /* @__PURE__ */ jsx392(Fragment110, { children: /* @__PURE__ */ jsxs154("div", { className: "k-loading-mask k-opaque", style: { height: "100%", width: "100%" }, children: [
|
|
14537
|
+
/* @__PURE__ */ jsx392("span", { className: "k-loading-text", children: "Loading..." }),
|
|
14538
|
+
/* @__PURE__ */ jsx392("div", { className: "k-loading-image" }),
|
|
14539
|
+
/* @__PURE__ */ jsx392("div", { className: "k-loading-color" })
|
|
14241
14540
|
] }) });
|
|
14242
|
-
return /* @__PURE__ */
|
|
14541
|
+
return /* @__PURE__ */ jsxs154(
|
|
14243
14542
|
"div",
|
|
14244
14543
|
{
|
|
14245
14544
|
...other,
|
|
@@ -14256,8 +14555,8 @@ var ListView = (props) => {
|
|
|
14256
14555
|
),
|
|
14257
14556
|
children: [
|
|
14258
14557
|
pageable && pagerPosition === "top" && pager,
|
|
14259
|
-
header && /* @__PURE__ */
|
|
14260
|
-
/* @__PURE__ */
|
|
14558
|
+
header && /* @__PURE__ */ jsx392("div", { className: "k-listview-header", children: "Header" }),
|
|
14559
|
+
/* @__PURE__ */ jsxs154("div", { className: classNames(
|
|
14261
14560
|
"k-listview-content",
|
|
14262
14561
|
{
|
|
14263
14562
|
[`k-d-${layout}`]: layout,
|
|
@@ -14269,33 +14568,33 @@ var ListView = (props) => {
|
|
|
14269
14568
|
loading && loader,
|
|
14270
14569
|
props.children
|
|
14271
14570
|
] }),
|
|
14272
|
-
footer && /* @__PURE__ */
|
|
14571
|
+
footer && /* @__PURE__ */ jsx392("div", { className: "k-listview-footer", children: "Footer" }),
|
|
14273
14572
|
pageable && pagerPosition === "bottom" && pager
|
|
14274
14573
|
]
|
|
14275
14574
|
}
|
|
14276
14575
|
);
|
|
14277
14576
|
};
|
|
14278
|
-
ListView.states =
|
|
14279
|
-
ListView.options =
|
|
14577
|
+
ListView.states = states129;
|
|
14578
|
+
ListView.options = options119;
|
|
14280
14579
|
ListView.className = LISTVIEW_CLASSNAME;
|
|
14281
|
-
ListView.defaultProps =
|
|
14580
|
+
ListView.defaultProps = defaultProps118;
|
|
14282
14581
|
|
|
14283
14582
|
// src/listview/listview-item.spec.tsx
|
|
14284
|
-
import { jsx as
|
|
14583
|
+
import { jsx as jsx393 } from "react/jsx-runtime";
|
|
14285
14584
|
var LISTVIEWITEM_CLASSNAME = `k-listview-item`;
|
|
14286
|
-
var
|
|
14585
|
+
var states130 = [
|
|
14287
14586
|
States.focus,
|
|
14288
14587
|
States.selected
|
|
14289
14588
|
];
|
|
14290
|
-
var
|
|
14291
|
-
var
|
|
14589
|
+
var options120 = {};
|
|
14590
|
+
var defaultProps119 = {};
|
|
14292
14591
|
var ListViewItem = (props) => {
|
|
14293
14592
|
const {
|
|
14294
14593
|
focus,
|
|
14295
14594
|
selected,
|
|
14296
14595
|
...other
|
|
14297
14596
|
} = props;
|
|
14298
|
-
return /* @__PURE__ */
|
|
14597
|
+
return /* @__PURE__ */ jsx393(
|
|
14299
14598
|
"div",
|
|
14300
14599
|
{
|
|
14301
14600
|
...other,
|
|
@@ -14311,208 +14610,207 @@ var ListViewItem = (props) => {
|
|
|
14311
14610
|
}
|
|
14312
14611
|
);
|
|
14313
14612
|
};
|
|
14314
|
-
ListViewItem.states =
|
|
14315
|
-
ListViewItem.options =
|
|
14613
|
+
ListViewItem.states = states130;
|
|
14614
|
+
ListViewItem.options = options120;
|
|
14316
14615
|
ListViewItem.className = LISTVIEWITEM_CLASSNAME;
|
|
14317
|
-
ListViewItem.defaultProps =
|
|
14616
|
+
ListViewItem.defaultProps = defaultProps119;
|
|
14318
14617
|
|
|
14319
14618
|
// src/listview/templates/listview-normal.tsx
|
|
14320
|
-
import { Fragment as
|
|
14619
|
+
import { Fragment as Fragment111, jsx as jsx394, jsxs as jsxs155 } from "react/jsx-runtime";
|
|
14321
14620
|
|
|
14322
14621
|
// src/filter/filter-preview.tsx
|
|
14323
|
-
import { jsx as
|
|
14622
|
+
import { jsx as jsx395 } from "react/jsx-runtime";
|
|
14324
14623
|
var FILTER_PREVIEW_CLASSNAME = "k-filter-preview";
|
|
14325
|
-
var
|
|
14326
|
-
var
|
|
14327
|
-
var
|
|
14624
|
+
var states131 = [];
|
|
14625
|
+
var options121 = {};
|
|
14626
|
+
var defaultProps120 = {};
|
|
14328
14627
|
var FilterPreview = (props) => {
|
|
14329
14628
|
const { fields } = props;
|
|
14330
14629
|
const expressionPreview = [];
|
|
14331
14630
|
if (fields) {
|
|
14332
14631
|
fields.map(({ name, value }) => {
|
|
14333
14632
|
expressionPreview.push(
|
|
14334
|
-
/* @__PURE__ */
|
|
14633
|
+
/* @__PURE__ */ jsx395("span", { className: `k-filter-preview-${name}`, children: `${value} ` })
|
|
14335
14634
|
);
|
|
14336
14635
|
});
|
|
14337
14636
|
}
|
|
14338
|
-
return /* @__PURE__ */
|
|
14637
|
+
return /* @__PURE__ */ jsx395("div", { className: classNames(FILTER_PREVIEW_CLASSNAME), children: expressionPreview });
|
|
14339
14638
|
};
|
|
14340
|
-
FilterPreview.states =
|
|
14341
|
-
FilterPreview.options =
|
|
14342
|
-
FilterPreview.defaultProps =
|
|
14639
|
+
FilterPreview.states = states131;
|
|
14640
|
+
FilterPreview.options = options121;
|
|
14641
|
+
FilterPreview.defaultProps = defaultProps120;
|
|
14343
14642
|
FilterPreview.className = FILTER_PREVIEW_CLASSNAME;
|
|
14344
14643
|
|
|
14345
14644
|
// src/filter/filter.spec.tsx
|
|
14346
|
-
import { Fragment as
|
|
14645
|
+
import { Fragment as Fragment112, jsx as jsx396, jsxs as jsxs156 } from "react/jsx-runtime";
|
|
14347
14646
|
var FILTER_CLASSNAME = "k-filter";
|
|
14348
|
-
var
|
|
14349
|
-
var
|
|
14350
|
-
var
|
|
14647
|
+
var states132 = [];
|
|
14648
|
+
var options122 = {};
|
|
14649
|
+
var defaultProps121 = {};
|
|
14351
14650
|
var Filter = (props) => {
|
|
14352
14651
|
const {
|
|
14353
14652
|
children,
|
|
14354
14653
|
showApplyButton
|
|
14355
14654
|
} = props;
|
|
14356
14655
|
const filterChildren = [];
|
|
14357
|
-
let expressionPreview = /* @__PURE__ */
|
|
14656
|
+
let expressionPreview = /* @__PURE__ */ jsx396(Fragment112, {});
|
|
14358
14657
|
if (children) {
|
|
14359
14658
|
if (Array.isArray(children)) {
|
|
14360
14659
|
children.map((child) => {
|
|
14361
14660
|
if (child.type !== FilterPreview) {
|
|
14362
14661
|
filterChildren.push(child);
|
|
14363
14662
|
} else {
|
|
14364
|
-
expressionPreview = /* @__PURE__ */
|
|
14663
|
+
expressionPreview = /* @__PURE__ */ jsx396(FilterPreview, { ...child.props });
|
|
14365
14664
|
}
|
|
14366
14665
|
});
|
|
14367
14666
|
}
|
|
14368
14667
|
}
|
|
14369
|
-
return /* @__PURE__ */
|
|
14370
|
-
/* @__PURE__ */
|
|
14668
|
+
return /* @__PURE__ */ jsxs156("div", { className: classNames(props.className, FILTER_CLASSNAME), children: [
|
|
14669
|
+
/* @__PURE__ */ jsx396("ul", { className: "k-filter-container", children: /* @__PURE__ */ jsx396("li", { className: "k-filter-group-main", children: filterChildren }) }),
|
|
14371
14670
|
expressionPreview,
|
|
14372
|
-
showApplyButton && /* @__PURE__ */
|
|
14671
|
+
showApplyButton && /* @__PURE__ */ jsx396(Button, { className: "k-filter-apply", children: "Apply" })
|
|
14373
14672
|
] });
|
|
14374
14673
|
};
|
|
14375
|
-
Filter.states =
|
|
14376
|
-
Filter.options =
|
|
14377
|
-
Filter.defaultProps =
|
|
14674
|
+
Filter.states = states132;
|
|
14675
|
+
Filter.options = options122;
|
|
14676
|
+
Filter.defaultProps = defaultProps121;
|
|
14378
14677
|
Filter.className = FILTER_CLASSNAME;
|
|
14379
14678
|
|
|
14380
14679
|
// src/filter/filter-toolbar.tsx
|
|
14381
|
-
import { jsx as
|
|
14680
|
+
import { jsx as jsx397 } from "react/jsx-runtime";
|
|
14382
14681
|
var FILTER_TOOLBAR_CLASSNAME = "k-filter-toolbar";
|
|
14383
|
-
var
|
|
14384
|
-
var
|
|
14385
|
-
var
|
|
14682
|
+
var states133 = [];
|
|
14683
|
+
var options123 = {};
|
|
14684
|
+
var defaultProps122 = {};
|
|
14386
14685
|
var FilterToolbar = (props) => {
|
|
14387
14686
|
const { children } = props;
|
|
14388
|
-
return /* @__PURE__ */
|
|
14687
|
+
return /* @__PURE__ */ jsx397("div", { className: classNames(FILTER_TOOLBAR_CLASSNAME), children });
|
|
14389
14688
|
};
|
|
14390
|
-
FilterToolbar.states =
|
|
14391
|
-
FilterToolbar.options =
|
|
14392
|
-
FilterToolbar.defaultProps =
|
|
14689
|
+
FilterToolbar.states = states133;
|
|
14690
|
+
FilterToolbar.options = options123;
|
|
14691
|
+
FilterToolbar.defaultProps = defaultProps122;
|
|
14393
14692
|
|
|
14394
14693
|
// src/filter/filter-lines.tsx
|
|
14395
|
-
import { jsx as
|
|
14694
|
+
import { jsx as jsx398 } from "react/jsx-runtime";
|
|
14396
14695
|
var FILTER_LINES_CLASSNAME = "k-filter-lines";
|
|
14397
|
-
var
|
|
14398
|
-
var
|
|
14399
|
-
var
|
|
14696
|
+
var states134 = [];
|
|
14697
|
+
var options124 = {};
|
|
14698
|
+
var defaultProps123 = {};
|
|
14400
14699
|
var FilterLines = (props) => {
|
|
14401
14700
|
const { children } = props;
|
|
14402
|
-
return /* @__PURE__ */
|
|
14701
|
+
return /* @__PURE__ */ jsx398("ul", { className: classNames(FILTER_LINES_CLASSNAME), children });
|
|
14403
14702
|
};
|
|
14404
|
-
FilterLines.states =
|
|
14405
|
-
FilterLines.options =
|
|
14406
|
-
FilterLines.defaultProps =
|
|
14703
|
+
FilterLines.states = states134;
|
|
14704
|
+
FilterLines.options = options124;
|
|
14705
|
+
FilterLines.defaultProps = defaultProps123;
|
|
14407
14706
|
|
|
14408
14707
|
// src/filter/filter-item.tsx
|
|
14409
|
-
import { jsx as
|
|
14708
|
+
import { jsx as jsx399 } from "react/jsx-runtime";
|
|
14410
14709
|
var FILTER_ITEM_CLASSNAME = "k-filter-item";
|
|
14411
|
-
var
|
|
14412
|
-
var
|
|
14413
|
-
var
|
|
14710
|
+
var states135 = [];
|
|
14711
|
+
var options125 = {};
|
|
14712
|
+
var defaultProps124 = {};
|
|
14414
14713
|
var FilterItem = (props) => {
|
|
14415
14714
|
const { children } = props;
|
|
14416
|
-
return /* @__PURE__ */
|
|
14715
|
+
return /* @__PURE__ */ jsx399("li", { className: classNames(FILTER_ITEM_CLASSNAME), children });
|
|
14417
14716
|
};
|
|
14418
|
-
FilterItem.states =
|
|
14419
|
-
FilterItem.options =
|
|
14420
|
-
FilterItem.defaultProps =
|
|
14717
|
+
FilterItem.states = states135;
|
|
14718
|
+
FilterItem.options = options125;
|
|
14719
|
+
FilterItem.defaultProps = defaultProps124;
|
|
14421
14720
|
|
|
14422
14721
|
// src/filter/templates/filter-normal.tsx
|
|
14423
|
-
import { jsx as
|
|
14722
|
+
import { jsx as jsx400, jsxs as jsxs157 } from "react/jsx-runtime";
|
|
14424
14723
|
|
|
14425
14724
|
// src/filemanager/filemanager-toolbar.spec.tsx
|
|
14426
|
-
import { jsx as
|
|
14725
|
+
import { jsx as jsx401 } from "react/jsx-runtime";
|
|
14427
14726
|
var FILEMANAGERTOOLBAR_CLASSNAME = `k-filemanager-toolbar`;
|
|
14428
|
-
var
|
|
14429
|
-
var
|
|
14430
|
-
var
|
|
14727
|
+
var states136 = [];
|
|
14728
|
+
var options126 = {};
|
|
14729
|
+
var defaultProps125 = {};
|
|
14431
14730
|
var FileManagerToolbar = (props) => {
|
|
14432
14731
|
const {
|
|
14433
14732
|
children,
|
|
14434
14733
|
...other
|
|
14435
14734
|
} = props;
|
|
14436
|
-
return /* @__PURE__ */
|
|
14735
|
+
return /* @__PURE__ */ jsx401(
|
|
14437
14736
|
Toolbar,
|
|
14438
14737
|
{
|
|
14738
|
+
...other,
|
|
14439
14739
|
className: classNames(
|
|
14440
14740
|
props.className,
|
|
14441
14741
|
FILEMANAGERTOOLBAR_CLASSNAME
|
|
14442
14742
|
),
|
|
14443
|
-
...other,
|
|
14444
14743
|
children
|
|
14445
14744
|
}
|
|
14446
14745
|
);
|
|
14447
14746
|
};
|
|
14448
|
-
FileManagerToolbar.states =
|
|
14449
|
-
FileManagerToolbar.options =
|
|
14747
|
+
FileManagerToolbar.states = states136;
|
|
14748
|
+
FileManagerToolbar.options = options126;
|
|
14450
14749
|
FileManagerToolbar.className = FILEMANAGERTOOLBAR_CLASSNAME;
|
|
14451
|
-
FileManagerToolbar.defaultProps =
|
|
14452
|
-
var filemanager_toolbar_spec_default = FileManagerToolbar;
|
|
14750
|
+
FileManagerToolbar.defaultProps = defaultProps125;
|
|
14453
14751
|
|
|
14454
14752
|
// src/filemanager/filemanager.spec.tsx
|
|
14455
|
-
import { Fragment as
|
|
14753
|
+
import { Fragment as Fragment113, jsx as jsx402, jsxs as jsxs158 } from "react/jsx-runtime";
|
|
14456
14754
|
var FILEMANAGER_CLASSNAME = "k-filemanager";
|
|
14457
|
-
var
|
|
14755
|
+
var states137 = [
|
|
14458
14756
|
States.disabled
|
|
14459
14757
|
];
|
|
14460
|
-
var
|
|
14461
|
-
var defaultToolbar = /* @__PURE__ */
|
|
14462
|
-
/* @__PURE__ */
|
|
14463
|
-
/* @__PURE__ */
|
|
14464
|
-
/* @__PURE__ */
|
|
14465
|
-
/* @__PURE__ */
|
|
14466
|
-
/* @__PURE__ */
|
|
14758
|
+
var options127 = {};
|
|
14759
|
+
var defaultToolbar = /* @__PURE__ */ jsx402(Fragment113, { children: /* @__PURE__ */ jsxs158(FileManagerToolbar, { children: [
|
|
14760
|
+
/* @__PURE__ */ jsx402(Button, { children: "New Folder" }),
|
|
14761
|
+
/* @__PURE__ */ jsx402(Button, { children: "Upload" }),
|
|
14762
|
+
/* @__PURE__ */ jsxs158(ButtonGroup, { children: [
|
|
14763
|
+
/* @__PURE__ */ jsx402(Button, { icon: "sort-asc-small" }),
|
|
14764
|
+
/* @__PURE__ */ jsx402(Button, { icon: "sort-desc-small" })
|
|
14467
14765
|
] }),
|
|
14468
|
-
/* @__PURE__ */
|
|
14469
|
-
/* @__PURE__ */
|
|
14470
|
-
/* @__PURE__ */
|
|
14471
|
-
/* @__PURE__ */
|
|
14766
|
+
/* @__PURE__ */ jsx402(SplitButton, { text: "Sort By" }),
|
|
14767
|
+
/* @__PURE__ */ jsxs158(ButtonGroup, { children: [
|
|
14768
|
+
/* @__PURE__ */ jsx402(Button, { icon: "grid-layout" }),
|
|
14769
|
+
/* @__PURE__ */ jsx402(Button, { icon: "grid" })
|
|
14472
14770
|
] }),
|
|
14473
|
-
/* @__PURE__ */
|
|
14474
|
-
/* @__PURE__ */
|
|
14475
|
-
/* @__PURE__ */
|
|
14476
|
-
/* @__PURE__ */
|
|
14771
|
+
/* @__PURE__ */ jsx402("div", { className: "k-spacer" }),
|
|
14772
|
+
/* @__PURE__ */ jsxs158("div", { className: "k-filemanager-details-toggle", children: [
|
|
14773
|
+
/* @__PURE__ */ jsx402("label", { children: "View Details" }),
|
|
14774
|
+
/* @__PURE__ */ jsx402(Switch, {})
|
|
14477
14775
|
] }),
|
|
14478
|
-
/* @__PURE__ */
|
|
14776
|
+
/* @__PURE__ */ jsx402(Searchbox, { className: "k-filemanager-search-tool", placeholder: "Search..." })
|
|
14479
14777
|
] }) });
|
|
14480
|
-
var
|
|
14778
|
+
var defaultProps126 = {
|
|
14481
14779
|
toolbar: defaultToolbar
|
|
14482
14780
|
};
|
|
14483
14781
|
var FileManager = (props) => {
|
|
14484
14782
|
const {
|
|
14485
14783
|
disabled,
|
|
14486
|
-
toolbar
|
|
14784
|
+
toolbar = defaultProps126.toolbar
|
|
14487
14785
|
} = props;
|
|
14488
|
-
return /* @__PURE__ */
|
|
14786
|
+
return /* @__PURE__ */ jsxs158("div", { className: classNames(
|
|
14489
14787
|
props.className,
|
|
14490
14788
|
FILEMANAGER_CLASSNAME,
|
|
14491
14789
|
stateClassNames(FILEMANAGER_CLASSNAME, {
|
|
14492
14790
|
disabled
|
|
14493
14791
|
})
|
|
14494
14792
|
), children: [
|
|
14495
|
-
/* @__PURE__ */
|
|
14496
|
-
/* @__PURE__ */
|
|
14793
|
+
/* @__PURE__ */ jsx402("div", { className: "k-filemanager-header", children: toolbar }),
|
|
14794
|
+
/* @__PURE__ */ jsx402("div", { className: "k-filemanager-content-container", children: props.children })
|
|
14497
14795
|
] });
|
|
14498
14796
|
};
|
|
14499
|
-
FileManager.states =
|
|
14500
|
-
FileManager.options =
|
|
14797
|
+
FileManager.states = states137;
|
|
14798
|
+
FileManager.options = options127;
|
|
14501
14799
|
FileManager.className = FILEMANAGER_CLASSNAME;
|
|
14502
|
-
FileManager.defaultProps =
|
|
14800
|
+
FileManager.defaultProps = defaultProps126;
|
|
14503
14801
|
|
|
14504
14802
|
// src/filemanager/filemanager-breadcrumb.spec.tsx
|
|
14505
|
-
import { jsx as
|
|
14803
|
+
import { jsx as jsx403 } from "react/jsx-runtime";
|
|
14506
14804
|
var FILEMANAGERBREADCRUMB_CLASSNAME = `k-filemanager-breadcrumb`;
|
|
14507
|
-
var
|
|
14508
|
-
var
|
|
14509
|
-
var
|
|
14805
|
+
var states138 = [];
|
|
14806
|
+
var options128 = {};
|
|
14807
|
+
var defaultProps127 = {};
|
|
14510
14808
|
var FileManagerBreadcrumb = (props) => {
|
|
14511
14809
|
const {
|
|
14512
14810
|
children,
|
|
14513
14811
|
...other
|
|
14514
14812
|
} = props;
|
|
14515
|
-
return /* @__PURE__ */
|
|
14813
|
+
return /* @__PURE__ */ jsx403(
|
|
14516
14814
|
Breadcrumb,
|
|
14517
14815
|
{
|
|
14518
14816
|
className: classNames(
|
|
@@ -14524,23 +14822,23 @@ var FileManagerBreadcrumb = (props) => {
|
|
|
14524
14822
|
}
|
|
14525
14823
|
);
|
|
14526
14824
|
};
|
|
14527
|
-
FileManagerBreadcrumb.states =
|
|
14528
|
-
FileManagerBreadcrumb.options =
|
|
14825
|
+
FileManagerBreadcrumb.states = states138;
|
|
14826
|
+
FileManagerBreadcrumb.options = options128;
|
|
14529
14827
|
FileManagerBreadcrumb.className = FILEMANAGERBREADCRUMB_CLASSNAME;
|
|
14530
|
-
FileManagerBreadcrumb.defaultProps =
|
|
14828
|
+
FileManagerBreadcrumb.defaultProps = defaultProps127;
|
|
14531
14829
|
|
|
14532
14830
|
// src/filemanager/filemanager-listview.spec.tsx
|
|
14533
|
-
import { jsx as
|
|
14831
|
+
import { jsx as jsx404 } from "react/jsx-runtime";
|
|
14534
14832
|
var FILEMANAGERLISTVIEW_CLASSNAME = `k-filemanager-listview`;
|
|
14535
|
-
var
|
|
14536
|
-
var
|
|
14537
|
-
var
|
|
14833
|
+
var states139 = [];
|
|
14834
|
+
var options129 = {};
|
|
14835
|
+
var defaultProps128 = {};
|
|
14538
14836
|
var FileManagerListView = (props) => {
|
|
14539
14837
|
const {
|
|
14540
14838
|
children,
|
|
14541
14839
|
...other
|
|
14542
14840
|
} = props;
|
|
14543
|
-
return /* @__PURE__ */
|
|
14841
|
+
return /* @__PURE__ */ jsx404(
|
|
14544
14842
|
ListView,
|
|
14545
14843
|
{
|
|
14546
14844
|
className: classNames(
|
|
@@ -14554,23 +14852,23 @@ var FileManagerListView = (props) => {
|
|
|
14554
14852
|
}
|
|
14555
14853
|
);
|
|
14556
14854
|
};
|
|
14557
|
-
FileManagerListView.states =
|
|
14558
|
-
FileManagerListView.options =
|
|
14855
|
+
FileManagerListView.states = states139;
|
|
14856
|
+
FileManagerListView.options = options129;
|
|
14559
14857
|
FileManagerListView.className = FILEMANAGERLISTVIEW_CLASSNAME;
|
|
14560
|
-
FileManagerListView.defaultProps =
|
|
14858
|
+
FileManagerListView.defaultProps = defaultProps128;
|
|
14561
14859
|
|
|
14562
14860
|
// src/filemanager/filemanager-treeview.spec.tsx
|
|
14563
|
-
import { jsx as
|
|
14861
|
+
import { jsx as jsx405 } from "react/jsx-runtime";
|
|
14564
14862
|
var FILEMANAGERTREEVIEW_CLASSNAME = `k-filemanager-treeview`;
|
|
14565
|
-
var
|
|
14566
|
-
var
|
|
14567
|
-
var
|
|
14863
|
+
var states140 = [];
|
|
14864
|
+
var options130 = {};
|
|
14865
|
+
var defaultProps129 = {};
|
|
14568
14866
|
var FileManagerTreeview = (props) => {
|
|
14569
14867
|
const {
|
|
14570
14868
|
children,
|
|
14571
14869
|
...other
|
|
14572
14870
|
} = props;
|
|
14573
|
-
return /* @__PURE__ */
|
|
14871
|
+
return /* @__PURE__ */ jsx405(
|
|
14574
14872
|
Treeview,
|
|
14575
14873
|
{
|
|
14576
14874
|
className: classNames(
|
|
@@ -14582,26 +14880,26 @@ var FileManagerTreeview = (props) => {
|
|
|
14582
14880
|
}
|
|
14583
14881
|
);
|
|
14584
14882
|
};
|
|
14585
|
-
FileManagerTreeview.states =
|
|
14586
|
-
FileManagerTreeview.options =
|
|
14883
|
+
FileManagerTreeview.states = states140;
|
|
14884
|
+
FileManagerTreeview.options = options130;
|
|
14587
14885
|
FileManagerTreeview.className = FILEMANAGERTREEVIEW_CLASSNAME;
|
|
14588
|
-
FileManagerTreeview.defaultProps =
|
|
14886
|
+
FileManagerTreeview.defaultProps = defaultProps129;
|
|
14589
14887
|
|
|
14590
14888
|
// src/filemanager/filemanager-drag-hint.tsx
|
|
14591
|
-
import { jsx as
|
|
14889
|
+
import { jsx as jsx406, jsxs as jsxs159 } from "react/jsx-runtime";
|
|
14592
14890
|
var FILEMANAGERDRAGHINT_CLASSNAME = "k-filemanager-drag-hint";
|
|
14593
|
-
var
|
|
14594
|
-
var
|
|
14595
|
-
var
|
|
14891
|
+
var states141 = [];
|
|
14892
|
+
var options131 = {};
|
|
14893
|
+
var defaultProps130 = {
|
|
14596
14894
|
icon: "file"
|
|
14597
14895
|
};
|
|
14598
14896
|
var FileManagerDragHint = (props) => {
|
|
14599
14897
|
const {
|
|
14600
14898
|
hint,
|
|
14601
|
-
icon =
|
|
14899
|
+
icon = defaultProps130.icon,
|
|
14602
14900
|
...other
|
|
14603
14901
|
} = props;
|
|
14604
|
-
return /* @__PURE__ */
|
|
14902
|
+
return /* @__PURE__ */ jsxs159(
|
|
14605
14903
|
"div",
|
|
14606
14904
|
{
|
|
14607
14905
|
className: classNames(
|
|
@@ -14611,41 +14909,41 @@ var FileManagerDragHint = (props) => {
|
|
|
14611
14909
|
),
|
|
14612
14910
|
...other,
|
|
14613
14911
|
children: [
|
|
14614
|
-
/* @__PURE__ */
|
|
14615
|
-
/* @__PURE__ */
|
|
14912
|
+
/* @__PURE__ */ jsx406(Icon, { icon }),
|
|
14913
|
+
/* @__PURE__ */ jsx406("span", { children: hint })
|
|
14616
14914
|
]
|
|
14617
14915
|
}
|
|
14618
14916
|
);
|
|
14619
14917
|
};
|
|
14620
|
-
FileManagerDragHint.states =
|
|
14621
|
-
FileManagerDragHint.options =
|
|
14918
|
+
FileManagerDragHint.states = states141;
|
|
14919
|
+
FileManagerDragHint.options = options131;
|
|
14622
14920
|
FileManagerDragHint.className = FILEMANAGERDRAGHINT_CLASSNAME;
|
|
14623
|
-
FileManagerDragHint.defaultProps =
|
|
14921
|
+
FileManagerDragHint.defaultProps = defaultProps130;
|
|
14624
14922
|
|
|
14625
14923
|
// src/filemanager/file-info.tsx
|
|
14626
|
-
import { Fragment as
|
|
14924
|
+
import { Fragment as Fragment114, jsx as jsx407, jsxs as jsxs160 } from "react/jsx-runtime";
|
|
14627
14925
|
var FILEINFO_CLASSNAME = "k-file-info";
|
|
14628
|
-
var
|
|
14629
|
-
var
|
|
14630
|
-
var
|
|
14926
|
+
var states142 = [];
|
|
14927
|
+
var options132 = {};
|
|
14928
|
+
var defaultProps131 = {
|
|
14631
14929
|
name: "No File Selected",
|
|
14632
14930
|
icon: "file"
|
|
14633
14931
|
};
|
|
14634
14932
|
var FileInfo = (props) => {
|
|
14635
14933
|
const {
|
|
14636
14934
|
selection,
|
|
14637
|
-
name =
|
|
14638
|
-
icon =
|
|
14935
|
+
name = defaultProps131.name,
|
|
14936
|
+
icon = defaultProps131.icon,
|
|
14639
14937
|
fileType,
|
|
14640
14938
|
fileSize,
|
|
14641
14939
|
fileDateCreated,
|
|
14642
14940
|
fileDateModified
|
|
14643
14941
|
} = props;
|
|
14644
|
-
return /* @__PURE__ */
|
|
14942
|
+
return /* @__PURE__ */ jsxs160("div", { className: classNames(
|
|
14645
14943
|
props.className,
|
|
14646
14944
|
FILEINFO_CLASSNAME
|
|
14647
14945
|
), children: [
|
|
14648
|
-
/* @__PURE__ */
|
|
14946
|
+
/* @__PURE__ */ jsx407(
|
|
14649
14947
|
FilePreview,
|
|
14650
14948
|
{
|
|
14651
14949
|
className: classNames(
|
|
@@ -14660,53 +14958,53 @@ var FileInfo = (props) => {
|
|
|
14660
14958
|
size: "xxxlarge"
|
|
14661
14959
|
}
|
|
14662
14960
|
),
|
|
14663
|
-
selection === "single" && /* @__PURE__ */
|
|
14664
|
-
fileType && /* @__PURE__ */
|
|
14665
|
-
/* @__PURE__ */
|
|
14666
|
-
/* @__PURE__ */
|
|
14667
|
-
/* @__PURE__ */
|
|
14961
|
+
selection === "single" && /* @__PURE__ */ jsx407(Fragment114, { children: /* @__PURE__ */ jsxs160("dl", { className: "k-file-meta", children: [
|
|
14962
|
+
fileType && /* @__PURE__ */ jsxs160(Fragment114, { children: [
|
|
14963
|
+
/* @__PURE__ */ jsx407("dt", { className: "k-file-meta-label", children: "Type: " }),
|
|
14964
|
+
/* @__PURE__ */ jsx407("dd", { className: "k-file-meta-value k-file-type", children: fileType }),
|
|
14965
|
+
/* @__PURE__ */ jsx407("dd", { className: "k-line-break" })
|
|
14668
14966
|
] }),
|
|
14669
|
-
fileSize && /* @__PURE__ */
|
|
14670
|
-
/* @__PURE__ */
|
|
14671
|
-
/* @__PURE__ */
|
|
14672
|
-
/* @__PURE__ */
|
|
14967
|
+
fileSize && /* @__PURE__ */ jsxs160(Fragment114, { children: [
|
|
14968
|
+
/* @__PURE__ */ jsx407("dt", { className: "k-file-meta-label", children: "Size: " }),
|
|
14969
|
+
/* @__PURE__ */ jsx407("dd", { className: "k-file-meta-value k-file-size", children: fileSize }),
|
|
14970
|
+
/* @__PURE__ */ jsx407("dd", { className: "k-line-break" })
|
|
14673
14971
|
] }),
|
|
14674
|
-
fileDateCreated && /* @__PURE__ */
|
|
14675
|
-
/* @__PURE__ */
|
|
14676
|
-
/* @__PURE__ */
|
|
14677
|
-
/* @__PURE__ */
|
|
14972
|
+
fileDateCreated && /* @__PURE__ */ jsxs160(Fragment114, { children: [
|
|
14973
|
+
/* @__PURE__ */ jsx407("dt", { className: "k-file-meta-label", children: "Date Created: " }),
|
|
14974
|
+
/* @__PURE__ */ jsx407("dd", { className: "k-file-meta-value k-file-created", children: fileDateCreated }),
|
|
14975
|
+
/* @__PURE__ */ jsx407("dd", { className: "k-line-break" })
|
|
14678
14976
|
] }),
|
|
14679
|
-
fileDateModified && /* @__PURE__ */
|
|
14680
|
-
/* @__PURE__ */
|
|
14681
|
-
/* @__PURE__ */
|
|
14682
|
-
/* @__PURE__ */
|
|
14977
|
+
fileDateModified && /* @__PURE__ */ jsxs160(Fragment114, { children: [
|
|
14978
|
+
/* @__PURE__ */ jsx407("dt", { className: "k-file-meta-label", children: "Date Modified: " }),
|
|
14979
|
+
/* @__PURE__ */ jsx407("dd", { className: "k-file-meta-value k-file-modified", children: fileDateModified }),
|
|
14980
|
+
/* @__PURE__ */ jsx407("dd", { className: "k-line-break" })
|
|
14683
14981
|
] })
|
|
14684
14982
|
] }) })
|
|
14685
14983
|
] });
|
|
14686
14984
|
};
|
|
14687
|
-
FileInfo.states =
|
|
14688
|
-
FileInfo.options =
|
|
14985
|
+
FileInfo.states = states142;
|
|
14986
|
+
FileInfo.options = options132;
|
|
14689
14987
|
FileInfo.className = FILEINFO_CLASSNAME;
|
|
14690
|
-
FileInfo.defaultProps =
|
|
14988
|
+
FileInfo.defaultProps = defaultProps131;
|
|
14691
14989
|
|
|
14692
14990
|
// src/filemanager/file-preview.tsx
|
|
14693
|
-
import { Fragment as
|
|
14991
|
+
import { Fragment as Fragment115, jsx as jsx408, jsxs as jsxs161 } from "react/jsx-runtime";
|
|
14694
14992
|
var FILEPREVIEW_CLASSNAME = "k-file-preview";
|
|
14695
|
-
var
|
|
14696
|
-
var
|
|
14993
|
+
var states143 = [];
|
|
14994
|
+
var options133 = {
|
|
14697
14995
|
size: [Size.xsmall, Size.small, Size.medium, Size.large, Size.xlarge, Size.xxlarge, Size.xxxlarge]
|
|
14698
14996
|
};
|
|
14699
|
-
var
|
|
14997
|
+
var defaultProps132 = {};
|
|
14700
14998
|
var FilePreview = (props) => {
|
|
14701
14999
|
const {
|
|
14702
15000
|
size,
|
|
14703
15001
|
icon,
|
|
14704
15002
|
name
|
|
14705
15003
|
} = props;
|
|
14706
|
-
return /* @__PURE__ */
|
|
14707
|
-
/* @__PURE__ */
|
|
15004
|
+
return /* @__PURE__ */ jsxs161(Fragment115, { children: [
|
|
15005
|
+
/* @__PURE__ */ jsx408("span", { className: classNames(
|
|
14708
15006
|
FILEPREVIEW_CLASSNAME
|
|
14709
|
-
), children: /* @__PURE__ */
|
|
15007
|
+
), children: /* @__PURE__ */ jsx408(
|
|
14710
15008
|
Icon,
|
|
14711
15009
|
{
|
|
14712
15010
|
className: "k-file-icon",
|
|
@@ -14714,34 +15012,242 @@ var FilePreview = (props) => {
|
|
|
14714
15012
|
size
|
|
14715
15013
|
}
|
|
14716
15014
|
) }),
|
|
14717
|
-
/* @__PURE__ */
|
|
15015
|
+
/* @__PURE__ */ jsx408("span", { className: classNames(
|
|
14718
15016
|
props.className,
|
|
14719
15017
|
"k-file-name"
|
|
14720
15018
|
), children: name })
|
|
14721
15019
|
] });
|
|
14722
15020
|
};
|
|
14723
|
-
FilePreview.states =
|
|
14724
|
-
FilePreview.options =
|
|
15021
|
+
FilePreview.states = states143;
|
|
15022
|
+
FilePreview.options = options133;
|
|
14725
15023
|
FilePreview.className = FILEPREVIEW_CLASSNAME;
|
|
14726
|
-
FilePreview.defaultProps =
|
|
15024
|
+
FilePreview.defaultProps = defaultProps132;
|
|
14727
15025
|
|
|
14728
15026
|
// src/filemanager/templates/filemanager-normal.tsx
|
|
14729
|
-
import { Fragment as
|
|
15027
|
+
import { Fragment as Fragment116, jsx as jsx409, jsxs as jsxs162 } from "react/jsx-runtime";
|
|
14730
15028
|
|
|
14731
15029
|
// src/filemanager/templates/filemanager-preview.tsx
|
|
14732
|
-
import { Fragment as
|
|
15030
|
+
import { Fragment as Fragment117, jsx as jsx410, jsxs as jsxs163 } from "react/jsx-runtime";
|
|
14733
15031
|
|
|
14734
15032
|
// src/filemanager/templates/filemanager-grid.tsx
|
|
14735
|
-
import { Fragment as
|
|
15033
|
+
import { Fragment as Fragment118, jsx as jsx411, jsxs as jsxs164 } from "react/jsx-runtime";
|
|
14736
15034
|
|
|
14737
15035
|
// src/filemanager/templates/filemanager-grid-preview.tsx
|
|
14738
|
-
import { Fragment as
|
|
15036
|
+
import { Fragment as Fragment119, jsx as jsx412, jsxs as jsxs165 } from "react/jsx-runtime";
|
|
15037
|
+
|
|
15038
|
+
// src/taskboard/taskboard-toolbar.tsx
|
|
15039
|
+
import { jsx as jsx413 } from "react/jsx-runtime";
|
|
15040
|
+
var TASKBOARDTOOLBAR_CLASSNAME = `k-taskboard-toolbar`;
|
|
15041
|
+
var states144 = [];
|
|
15042
|
+
var options134 = {};
|
|
15043
|
+
var defaultProps133 = {};
|
|
15044
|
+
var TaskBoardToolbar = (props) => {
|
|
15045
|
+
const {
|
|
15046
|
+
children,
|
|
15047
|
+
...other
|
|
15048
|
+
} = props;
|
|
15049
|
+
return /* @__PURE__ */ jsx413(
|
|
15050
|
+
Toolbar,
|
|
15051
|
+
{
|
|
15052
|
+
...other,
|
|
15053
|
+
className: classNames(
|
|
15054
|
+
props.className,
|
|
15055
|
+
TASKBOARDTOOLBAR_CLASSNAME
|
|
15056
|
+
),
|
|
15057
|
+
children
|
|
15058
|
+
}
|
|
15059
|
+
);
|
|
15060
|
+
};
|
|
15061
|
+
TaskBoardToolbar.states = states144;
|
|
15062
|
+
TaskBoardToolbar.options = options134;
|
|
15063
|
+
TaskBoardToolbar.className = TASKBOARDTOOLBAR_CLASSNAME;
|
|
15064
|
+
TaskBoardToolbar.defaultProps = defaultProps133;
|
|
15065
|
+
|
|
15066
|
+
// src/taskboard/taskboard-pane.tsx
|
|
15067
|
+
import { Fragment as Fragment120, jsx as jsx414, jsxs as jsxs166 } from "react/jsx-runtime";
|
|
15068
|
+
var TASKBOARDPANE_CLASSNAME = `k-taskboard-pane`;
|
|
15069
|
+
var states145 = [];
|
|
15070
|
+
var options135 = {};
|
|
15071
|
+
var defaultHeader = /* @__PURE__ */ jsxs166(Fragment120, { children: [
|
|
15072
|
+
/* @__PURE__ */ jsx414("div", { className: "k-taskboard-pane-header-text", children: "Card X" }),
|
|
15073
|
+
/* @__PURE__ */ jsx414("span", { className: "k-spacer" }),
|
|
15074
|
+
/* @__PURE__ */ jsx414("div", { className: "k-taskboard-pane-header-actions", children: /* @__PURE__ */ jsx414(Button, { fillMode: "flat", icon: "x" }) })
|
|
15075
|
+
] });
|
|
15076
|
+
var defaultProps134 = {
|
|
15077
|
+
header: defaultHeader
|
|
15078
|
+
};
|
|
15079
|
+
var TaskBoardPane = (props) => {
|
|
15080
|
+
const {
|
|
15081
|
+
header = defaultProps134.header,
|
|
15082
|
+
...other
|
|
15083
|
+
} = props;
|
|
15084
|
+
return /* @__PURE__ */ jsxs166(
|
|
15085
|
+
"div",
|
|
15086
|
+
{
|
|
15087
|
+
...other,
|
|
15088
|
+
className: classNames(
|
|
15089
|
+
props.className,
|
|
15090
|
+
TASKBOARDPANE_CLASSNAME,
|
|
15091
|
+
"k-taskboard-edit-pane"
|
|
15092
|
+
),
|
|
15093
|
+
children: [
|
|
15094
|
+
/* @__PURE__ */ jsx414("div", { className: "k-taskboard-pane-header", children: header }),
|
|
15095
|
+
/* @__PURE__ */ jsx414("div", { className: "k-taskboard-pane-content", children: props.children }),
|
|
15096
|
+
/* @__PURE__ */ jsxs166(ActionButtons, { alignment: "end", className: "k-taskboard-pane-actions", children: [
|
|
15097
|
+
/* @__PURE__ */ jsx414(Button, { icon: "trash", children: "Delete" }),
|
|
15098
|
+
/* @__PURE__ */ jsx414(Button, { themeColor: "primary", icon: "pencil", children: "Edit" })
|
|
15099
|
+
] })
|
|
15100
|
+
]
|
|
15101
|
+
}
|
|
15102
|
+
);
|
|
15103
|
+
};
|
|
15104
|
+
TaskBoardPane.states = states145;
|
|
15105
|
+
TaskBoardPane.options = options135;
|
|
15106
|
+
TaskBoardPane.className = TASKBOARDPANE_CLASSNAME;
|
|
15107
|
+
TaskBoardPane.defaultProps = defaultProps134;
|
|
15108
|
+
|
|
15109
|
+
// src/taskboard/taskboard.spec.tsx
|
|
15110
|
+
import { Fragment as Fragment121, jsx as jsx415, jsxs as jsxs167 } from "react/jsx-runtime";
|
|
15111
|
+
var TASKBOARD_CLASSNAME = `k-taskboard`;
|
|
15112
|
+
var states146 = [
|
|
15113
|
+
States.disabled
|
|
15114
|
+
];
|
|
15115
|
+
var options136 = {};
|
|
15116
|
+
var defaultToolbar2 = /* @__PURE__ */ jsx415(Fragment121, { children: /* @__PURE__ */ jsxs167(TaskBoardToolbar, { children: [
|
|
15117
|
+
/* @__PURE__ */ jsx415(Button, { icon: "plus", children: "Add Column" }),
|
|
15118
|
+
/* @__PURE__ */ jsx415("span", { className: "k-spacer" }),
|
|
15119
|
+
/* @__PURE__ */ jsx415(Searchbox, { placeholder: "Search..." })
|
|
15120
|
+
] }) });
|
|
15121
|
+
var defaultProps135 = {
|
|
15122
|
+
toolbar: defaultToolbar2,
|
|
15123
|
+
pane: false,
|
|
15124
|
+
panePosition: "end"
|
|
15125
|
+
};
|
|
15126
|
+
var TaskBoard = (props) => {
|
|
15127
|
+
const {
|
|
15128
|
+
disabled,
|
|
15129
|
+
toolbar = defaultProps135.toolbar,
|
|
15130
|
+
panePosition = defaultProps135.panePosition,
|
|
15131
|
+
pane,
|
|
15132
|
+
...other
|
|
15133
|
+
} = props;
|
|
15134
|
+
return /* @__PURE__ */ jsxs167(
|
|
15135
|
+
"div",
|
|
15136
|
+
{
|
|
15137
|
+
...other,
|
|
15138
|
+
className: classNames(
|
|
15139
|
+
props.className,
|
|
15140
|
+
TASKBOARD_CLASSNAME,
|
|
15141
|
+
stateClassNames(TASKBOARD_CLASSNAME, {
|
|
15142
|
+
disabled
|
|
15143
|
+
})
|
|
15144
|
+
),
|
|
15145
|
+
children: [
|
|
15146
|
+
/* @__PURE__ */ jsx415("div", { className: "k-taskboard-header", children: toolbar }),
|
|
15147
|
+
/* @__PURE__ */ jsx415("div", { className: "k-taskboard-content", style: {
|
|
15148
|
+
marginRight: pane && panePosition === "end" ? "304px" : void 0,
|
|
15149
|
+
marginLeft: pane && panePosition === "start" ? "304px" : void 0
|
|
15150
|
+
}, children: /* @__PURE__ */ jsx415("div", { className: "k-taskboard-columns-container", children: props.children }) }),
|
|
15151
|
+
pane && /* @__PURE__ */ jsx415(Fragment121, { children: /* @__PURE__ */ jsx415(TaskBoardPane, { className: classNames(
|
|
15152
|
+
{
|
|
15153
|
+
["k-taskboard-pane-start"]: panePosition === "start"
|
|
15154
|
+
}
|
|
15155
|
+
), children: /* @__PURE__ */ jsx415(FormNormal, { formButtons: null, children: /* @__PURE__ */ jsx415(FormField, { label: "Textbox:", editor: /* @__PURE__ */ jsx415(Textbox, {}) }) }) }) })
|
|
15156
|
+
]
|
|
15157
|
+
}
|
|
15158
|
+
);
|
|
15159
|
+
};
|
|
15160
|
+
TaskBoard.states = states146;
|
|
15161
|
+
TaskBoard.options = options136;
|
|
15162
|
+
TaskBoard.className = TASKBOARD_CLASSNAME;
|
|
15163
|
+
TaskBoard.defaultProps = defaultProps135;
|
|
15164
|
+
|
|
15165
|
+
// src/taskboard/taskboard-column.tsx
|
|
15166
|
+
import { Fragment as Fragment122, jsx as jsx416, jsxs as jsxs168 } from "react/jsx-runtime";
|
|
15167
|
+
var TASKBOARDCOLUMN_CLASSNAME = `k-taskboard-column`;
|
|
15168
|
+
var states147 = [];
|
|
15169
|
+
var options137 = {};
|
|
15170
|
+
var defaultHeader2 = /* @__PURE__ */ jsxs168(Fragment122, { children: [
|
|
15171
|
+
/* @__PURE__ */ jsx416("div", { className: "k-taskboard-column-header-text k-text-ellipsis", children: "Column Header" }),
|
|
15172
|
+
/* @__PURE__ */ jsx416("span", { className: "k-spacer" }),
|
|
15173
|
+
/* @__PURE__ */ jsxs168("div", { className: "k-taskboard-column-header-actions", children: [
|
|
15174
|
+
/* @__PURE__ */ jsx416(Button, { fillMode: "flat", icon: "pencil" }),
|
|
15175
|
+
/* @__PURE__ */ jsx416(Button, { fillMode: "flat", icon: "plus" }),
|
|
15176
|
+
/* @__PURE__ */ jsx416(Button, { fillMode: "flat", icon: "x" })
|
|
15177
|
+
] })
|
|
15178
|
+
] });
|
|
15179
|
+
var defaultProps136 = {
|
|
15180
|
+
header: defaultHeader2
|
|
15181
|
+
};
|
|
15182
|
+
var TaskBoardColumn = (props) => {
|
|
15183
|
+
const {
|
|
15184
|
+
header = defaultProps136.header,
|
|
15185
|
+
edit,
|
|
15186
|
+
...other
|
|
15187
|
+
} = props;
|
|
15188
|
+
return /* @__PURE__ */ jsxs168(
|
|
15189
|
+
"div",
|
|
15190
|
+
{
|
|
15191
|
+
...other,
|
|
15192
|
+
className: classNames(
|
|
15193
|
+
props.className,
|
|
15194
|
+
TASKBOARDCOLUMN_CLASSNAME,
|
|
15195
|
+
{
|
|
15196
|
+
[`${TASKBOARDCOLUMN_CLASSNAME}-edit`]: edit
|
|
15197
|
+
}
|
|
15198
|
+
),
|
|
15199
|
+
children: [
|
|
15200
|
+
/* @__PURE__ */ jsx416("div", { className: "k-taskboard-column-header", children: header }),
|
|
15201
|
+
/* @__PURE__ */ jsx416("div", { className: "k-taskboard-column-cards-container", children: /* @__PURE__ */ jsx416("div", { className: "k-taskboard-column-cards", children: props.children }) })
|
|
15202
|
+
]
|
|
15203
|
+
}
|
|
15204
|
+
);
|
|
15205
|
+
};
|
|
15206
|
+
TaskBoardColumn.states = states147;
|
|
15207
|
+
TaskBoardColumn.options = options137;
|
|
15208
|
+
TaskBoardColumn.className = TASKBOARDCOLUMN_CLASSNAME;
|
|
15209
|
+
TaskBoardColumn.defaultProps = defaultProps136;
|
|
15210
|
+
|
|
15211
|
+
// src/taskboard/taskboard-card.tsx
|
|
15212
|
+
import { jsx as jsx417 } from "react/jsx-runtime";
|
|
15213
|
+
var TASKBOARDCARD_CLASSNAME = `k-taskboard-card`;
|
|
15214
|
+
var states148 = [];
|
|
15215
|
+
var options138 = {};
|
|
15216
|
+
var defaultProps137 = {};
|
|
15217
|
+
var TaskBoardCard = (props) => {
|
|
15218
|
+
const {
|
|
15219
|
+
children,
|
|
15220
|
+
category,
|
|
15221
|
+
...other
|
|
15222
|
+
} = props;
|
|
15223
|
+
return /* @__PURE__ */ jsx417(
|
|
15224
|
+
Card,
|
|
15225
|
+
{
|
|
15226
|
+
...other,
|
|
15227
|
+
className: classNames(
|
|
15228
|
+
props.className,
|
|
15229
|
+
TASKBOARDCARD_CLASSNAME,
|
|
15230
|
+
{
|
|
15231
|
+
[`${TASKBOARDCARD_CLASSNAME}-category`]: category
|
|
15232
|
+
}
|
|
15233
|
+
),
|
|
15234
|
+
children
|
|
15235
|
+
}
|
|
15236
|
+
);
|
|
15237
|
+
};
|
|
15238
|
+
TaskBoardCard.states = states148;
|
|
15239
|
+
TaskBoardCard.options = options138;
|
|
15240
|
+
TaskBoardCard.className = TASKBOARDCARD_CLASSNAME;
|
|
15241
|
+
TaskBoardCard.defaultProps = defaultProps137;
|
|
15242
|
+
|
|
15243
|
+
// src/taskboard/templates/taskboard-normal.tsx
|
|
15244
|
+
import { Fragment as Fragment123, jsx as jsx418, jsxs as jsxs169 } from "react/jsx-runtime";
|
|
14739
15245
|
|
|
14740
15246
|
// src/chat/chat.spec.tsx
|
|
14741
|
-
import { Fragment as
|
|
15247
|
+
import { Fragment as Fragment124, jsx as jsx419, jsxs as jsxs170 } from "react/jsx-runtime";
|
|
14742
15248
|
var CHAT_CLASSNAME = "k-chat";
|
|
14743
|
-
var
|
|
14744
|
-
var
|
|
15249
|
+
var states149 = [];
|
|
15250
|
+
var options139 = {};
|
|
14745
15251
|
var defaultOptions = {
|
|
14746
15252
|
showToolbar: true,
|
|
14747
15253
|
showMessageBox: true,
|
|
@@ -14755,7 +15261,7 @@ var Chat = (props) => {
|
|
|
14755
15261
|
showMoreButton,
|
|
14756
15262
|
...other
|
|
14757
15263
|
} = props;
|
|
14758
|
-
return /* @__PURE__ */
|
|
15264
|
+
return /* @__PURE__ */ jsxs170(
|
|
14759
15265
|
"div",
|
|
14760
15266
|
{
|
|
14761
15267
|
...other,
|
|
@@ -14765,63 +15271,63 @@ var Chat = (props) => {
|
|
|
14765
15271
|
),
|
|
14766
15272
|
dir,
|
|
14767
15273
|
children: [
|
|
14768
|
-
/* @__PURE__ */
|
|
14769
|
-
showMessageBox && /* @__PURE__ */
|
|
15274
|
+
/* @__PURE__ */ jsx419("div", { className: "k-message-list k-avatars", children: /* @__PURE__ */ jsx419("div", { className: "k-message-list-content", children: props.children }) }),
|
|
15275
|
+
showMessageBox && /* @__PURE__ */ jsx419(
|
|
14770
15276
|
Textbox,
|
|
14771
15277
|
{
|
|
14772
15278
|
className: "k-message-box",
|
|
14773
15279
|
placeholder: "Type a message...",
|
|
14774
|
-
suffix: /* @__PURE__ */
|
|
14775
|
-
showMoreButton && /* @__PURE__ */
|
|
14776
|
-
/* @__PURE__ */
|
|
15280
|
+
suffix: /* @__PURE__ */ jsxs170(Fragment124, { children: [
|
|
15281
|
+
showMoreButton && /* @__PURE__ */ jsx419(Button, { fillMode: "flat", icon: "more-horizontal" }),
|
|
15282
|
+
/* @__PURE__ */ jsx419(Button, { fillMode: "flat", icon: "paper-plane", className: "k-chat-send" })
|
|
14777
15283
|
] })
|
|
14778
15284
|
}
|
|
14779
15285
|
),
|
|
14780
|
-
showToolbar && /* @__PURE__ */
|
|
14781
|
-
/* @__PURE__ */
|
|
14782
|
-
/* @__PURE__ */
|
|
14783
|
-
/* @__PURE__ */
|
|
14784
|
-
/* @__PURE__ */
|
|
14785
|
-
/* @__PURE__ */
|
|
14786
|
-
/* @__PURE__ */
|
|
14787
|
-
/* @__PURE__ */
|
|
14788
|
-
/* @__PURE__ */
|
|
14789
|
-
/* @__PURE__ */
|
|
14790
|
-
/* @__PURE__ */
|
|
14791
|
-
/* @__PURE__ */
|
|
15286
|
+
showToolbar && /* @__PURE__ */ jsxs170("div", { className: "k-chat-toolbar k-toolbar", children: [
|
|
15287
|
+
/* @__PURE__ */ jsx419(Button, { className: classNames("k-scroll-button", "k-scroll-button-left", dir === "rtl" ? "" : "k-hidden"), icon: "chevron-left" }),
|
|
15288
|
+
/* @__PURE__ */ jsxs170("div", { className: "k-toolbar-group k-button-list", children: [
|
|
15289
|
+
/* @__PURE__ */ jsx419(Button, { icon: "arrow-rotate-cw" }),
|
|
15290
|
+
/* @__PURE__ */ jsx419(Button, { icon: "gear" }),
|
|
15291
|
+
/* @__PURE__ */ jsx419(Button, { icon: "wrench" }),
|
|
15292
|
+
/* @__PURE__ */ jsx419(Button, { icon: "plus" }),
|
|
15293
|
+
/* @__PURE__ */ jsx419(Button, { icon: "search" }),
|
|
15294
|
+
/* @__PURE__ */ jsx419(Button, { icon: "star" }),
|
|
15295
|
+
/* @__PURE__ */ jsx419(Button, { icon: "bell" }),
|
|
15296
|
+
/* @__PURE__ */ jsx419(Button, { icon: "question-circle" }),
|
|
15297
|
+
/* @__PURE__ */ jsx419(Button, { icon: "trash" })
|
|
14792
15298
|
] }),
|
|
14793
|
-
/* @__PURE__ */
|
|
15299
|
+
/* @__PURE__ */ jsx419(Button, { className: classNames("k-scroll-button", "k-scroll-button-right", dir === "rtl" && "k-hidden"), icon: "chevron-right" })
|
|
14794
15300
|
] })
|
|
14795
15301
|
]
|
|
14796
15302
|
}
|
|
14797
15303
|
);
|
|
14798
15304
|
};
|
|
14799
|
-
Chat.states =
|
|
14800
|
-
Chat.options =
|
|
15305
|
+
Chat.states = states149;
|
|
15306
|
+
Chat.options = options139;
|
|
14801
15307
|
Chat.className = CHAT_CLASSNAME;
|
|
14802
15308
|
Chat.defaultOptions = defaultOptions;
|
|
14803
15309
|
|
|
14804
15310
|
// src/chat/chat-message.tsx
|
|
14805
|
-
import { jsx as
|
|
15311
|
+
import { jsx as jsx420, jsxs as jsxs171 } from "react/jsx-runtime";
|
|
14806
15312
|
var CHATMESSAGE_CLASSNAME = "k-message";
|
|
14807
|
-
var
|
|
15313
|
+
var states150 = [
|
|
14808
15314
|
States.selected
|
|
14809
15315
|
];
|
|
14810
|
-
var
|
|
14811
|
-
var
|
|
15316
|
+
var options140 = {};
|
|
15317
|
+
var defaultProps138 = {
|
|
14812
15318
|
time: "Thu Feb 08 2018",
|
|
14813
15319
|
text: "How can I help you?",
|
|
14814
15320
|
status: "Seen"
|
|
14815
15321
|
};
|
|
14816
15322
|
var ChatMessage = (props) => {
|
|
14817
15323
|
const {
|
|
14818
|
-
time =
|
|
14819
|
-
text =
|
|
14820
|
-
status =
|
|
15324
|
+
time = defaultProps138.time,
|
|
15325
|
+
text = defaultProps138.text,
|
|
15326
|
+
status = defaultProps138.status,
|
|
14821
15327
|
selected,
|
|
14822
15328
|
...other
|
|
14823
15329
|
} = props;
|
|
14824
|
-
return /* @__PURE__ */
|
|
15330
|
+
return /* @__PURE__ */ jsxs171(
|
|
14825
15331
|
"div",
|
|
14826
15332
|
{
|
|
14827
15333
|
...other,
|
|
@@ -14831,39 +15337,39 @@ var ChatMessage = (props) => {
|
|
|
14831
15337
|
stateClassNames(CHATMESSAGE_CLASSNAME, { selected })
|
|
14832
15338
|
),
|
|
14833
15339
|
children: [
|
|
14834
|
-
/* @__PURE__ */
|
|
14835
|
-
/* @__PURE__ */
|
|
14836
|
-
/* @__PURE__ */
|
|
15340
|
+
/* @__PURE__ */ jsx420("time", { className: "k-message-time", children: time }),
|
|
15341
|
+
/* @__PURE__ */ jsx420("div", { className: "k-chat-bubble", children: text }),
|
|
15342
|
+
/* @__PURE__ */ jsx420("span", { className: "k-message-status", children: status })
|
|
14837
15343
|
]
|
|
14838
15344
|
}
|
|
14839
15345
|
);
|
|
14840
15346
|
};
|
|
14841
|
-
ChatMessage.states =
|
|
14842
|
-
ChatMessage.options =
|
|
15347
|
+
ChatMessage.states = states150;
|
|
15348
|
+
ChatMessage.options = options140;
|
|
14843
15349
|
ChatMessage.className = CHATMESSAGE_CLASSNAME;
|
|
14844
|
-
ChatMessage.defaultProps =
|
|
15350
|
+
ChatMessage.defaultProps = defaultProps138;
|
|
14845
15351
|
|
|
14846
15352
|
// src/chat/chat-message-group.tsx
|
|
14847
|
-
import { jsx as
|
|
15353
|
+
import { jsx as jsx421, jsxs as jsxs172 } from "react/jsx-runtime";
|
|
14848
15354
|
var CHATMESSAGEGROUP_CLASSNAME = "k-message-group";
|
|
14849
|
-
var
|
|
15355
|
+
var states151 = [
|
|
14850
15356
|
States.selected
|
|
14851
15357
|
];
|
|
14852
|
-
var
|
|
14853
|
-
var
|
|
15358
|
+
var options141 = {};
|
|
15359
|
+
var defaultProps139 = {
|
|
14854
15360
|
author: "Bruv",
|
|
14855
15361
|
avatar: "/packages/html/assets/avatar.jpg",
|
|
14856
15362
|
alt: false
|
|
14857
15363
|
};
|
|
14858
15364
|
var ChatMessageGroup = (props) => {
|
|
14859
15365
|
const {
|
|
14860
|
-
alt =
|
|
14861
|
-
author =
|
|
14862
|
-
avatar =
|
|
15366
|
+
alt = defaultProps139.alt,
|
|
15367
|
+
author = defaultProps139.author,
|
|
15368
|
+
avatar = defaultProps139.avatar,
|
|
14863
15369
|
selected,
|
|
14864
15370
|
...other
|
|
14865
15371
|
} = props;
|
|
14866
|
-
return /* @__PURE__ */
|
|
15372
|
+
return /* @__PURE__ */ jsxs172(
|
|
14867
15373
|
"div",
|
|
14868
15374
|
{
|
|
14869
15375
|
...other,
|
|
@@ -14877,23 +15383,23 @@ var ChatMessageGroup = (props) => {
|
|
|
14877
15383
|
}
|
|
14878
15384
|
),
|
|
14879
15385
|
children: [
|
|
14880
|
-
author && /* @__PURE__ */
|
|
14881
|
-
avatar && /* @__PURE__ */
|
|
15386
|
+
author && /* @__PURE__ */ jsx421("p", { className: "k-author", children: author }),
|
|
15387
|
+
avatar && /* @__PURE__ */ jsx421(Avatar, { type: "image", children: /* @__PURE__ */ jsx421("img", { src: avatar }) }),
|
|
14882
15388
|
props.children
|
|
14883
15389
|
]
|
|
14884
15390
|
}
|
|
14885
15391
|
);
|
|
14886
15392
|
};
|
|
14887
|
-
ChatMessageGroup.states =
|
|
14888
|
-
ChatMessageGroup.options =
|
|
15393
|
+
ChatMessageGroup.states = states151;
|
|
15394
|
+
ChatMessageGroup.options = options141;
|
|
14889
15395
|
ChatMessageGroup.className = CHATMESSAGEGROUP_CLASSNAME;
|
|
14890
|
-
ChatMessageGroup.defaultProps =
|
|
15396
|
+
ChatMessageGroup.defaultProps = defaultProps139;
|
|
14891
15397
|
|
|
14892
15398
|
// src/chat/chat-quick-replies.tsx
|
|
14893
|
-
import { jsx as
|
|
15399
|
+
import { jsx as jsx422 } from "react/jsx-runtime";
|
|
14894
15400
|
var CHATQUICKREPLY_CLASSNAME = "k-quick-replies";
|
|
14895
|
-
var
|
|
14896
|
-
var
|
|
15401
|
+
var states152 = [];
|
|
15402
|
+
var options142 = {};
|
|
14897
15403
|
var defaultOptions2 = {
|
|
14898
15404
|
actions: ["Quick", "Reply", "Another quick", "Reply with different length"]
|
|
14899
15405
|
};
|
|
@@ -14906,11 +15412,11 @@ var ChatQuickReply = (props) => {
|
|
|
14906
15412
|
if (actions) {
|
|
14907
15413
|
actions.map((action, index) => {
|
|
14908
15414
|
children.push(
|
|
14909
|
-
/* @__PURE__ */
|
|
15415
|
+
/* @__PURE__ */ jsx422("span", { className: "k-quick-reply", children: action }, index)
|
|
14910
15416
|
);
|
|
14911
15417
|
});
|
|
14912
15418
|
}
|
|
14913
|
-
return /* @__PURE__ */
|
|
15419
|
+
return /* @__PURE__ */ jsx422(
|
|
14914
15420
|
"div",
|
|
14915
15421
|
{
|
|
14916
15422
|
...other,
|
|
@@ -14922,26 +15428,26 @@ var ChatQuickReply = (props) => {
|
|
|
14922
15428
|
}
|
|
14923
15429
|
);
|
|
14924
15430
|
};
|
|
14925
|
-
ChatQuickReply.states =
|
|
14926
|
-
ChatQuickReply.options =
|
|
15431
|
+
ChatQuickReply.states = states152;
|
|
15432
|
+
ChatQuickReply.options = options142;
|
|
14927
15433
|
ChatQuickReply.className = CHATQUICKREPLY_CLASSNAME;
|
|
14928
15434
|
ChatQuickReply.defaultOptions = defaultOptions2;
|
|
14929
15435
|
|
|
14930
15436
|
// src/chat/templates/chat-normal.tsx
|
|
14931
|
-
import { Fragment as
|
|
15437
|
+
import { Fragment as Fragment125, jsx as jsx423, jsxs as jsxs173 } from "react/jsx-runtime";
|
|
14932
15438
|
|
|
14933
15439
|
// src/chat/templates/chat-with-toolbar.tsx
|
|
14934
|
-
import { Fragment as
|
|
15440
|
+
import { Fragment as Fragment126, jsx as jsx424, jsxs as jsxs174 } from "react/jsx-runtime";
|
|
14935
15441
|
|
|
14936
15442
|
// src/chat/templates/chat-with-options.tsx
|
|
14937
|
-
import { Fragment as
|
|
15443
|
+
import { Fragment as Fragment127, jsx as jsx425, jsxs as jsxs175 } from "react/jsx-runtime";
|
|
14938
15444
|
|
|
14939
15445
|
// src/timeline/timeline.spec.tsx
|
|
14940
|
-
import { Fragment as
|
|
15446
|
+
import { Fragment as Fragment128, jsx as jsx426 } from "react/jsx-runtime";
|
|
14941
15447
|
var TIMELINE_CLASSNAME = `k-timeline`;
|
|
14942
|
-
var
|
|
14943
|
-
var
|
|
14944
|
-
var
|
|
15448
|
+
var states153 = [];
|
|
15449
|
+
var options143 = {};
|
|
15450
|
+
var defaultProps140 = {
|
|
14945
15451
|
orientation: "vertical"
|
|
14946
15452
|
};
|
|
14947
15453
|
var Timeline = (props) => {
|
|
@@ -14951,7 +15457,7 @@ var Timeline = (props) => {
|
|
|
14951
15457
|
alternatingMode,
|
|
14952
15458
|
...other
|
|
14953
15459
|
} = props;
|
|
14954
|
-
return /* @__PURE__ */
|
|
15460
|
+
return /* @__PURE__ */ jsx426(
|
|
14955
15461
|
"div",
|
|
14956
15462
|
{
|
|
14957
15463
|
...other,
|
|
@@ -14964,21 +15470,21 @@ var Timeline = (props) => {
|
|
|
14964
15470
|
[`${TIMELINE_CLASSNAME}-collapsible`]: collapsibleEvents
|
|
14965
15471
|
}
|
|
14966
15472
|
),
|
|
14967
|
-
children: /* @__PURE__ */
|
|
15473
|
+
children: /* @__PURE__ */ jsx426(Fragment128, { children: props.children })
|
|
14968
15474
|
}
|
|
14969
15475
|
);
|
|
14970
15476
|
};
|
|
14971
|
-
Timeline.states =
|
|
14972
|
-
Timeline.options =
|
|
15477
|
+
Timeline.states = states153;
|
|
15478
|
+
Timeline.options = options143;
|
|
14973
15479
|
Timeline.className = TIMELINE_CLASSNAME;
|
|
14974
|
-
Timeline.defaultProps =
|
|
15480
|
+
Timeline.defaultProps = defaultProps140;
|
|
14975
15481
|
|
|
14976
15482
|
// src/timeline/vertical-timeline-event.spec.tsx
|
|
14977
|
-
import { jsx as
|
|
15483
|
+
import { jsx as jsx427, jsxs as jsxs176 } from "react/jsx-runtime";
|
|
14978
15484
|
var TIMELINEVERTICALEVENT_CLASSNAME = `k-timeline-event`;
|
|
14979
|
-
var
|
|
14980
|
-
var
|
|
14981
|
-
var
|
|
15485
|
+
var states154 = [];
|
|
15486
|
+
var options144 = {};
|
|
15487
|
+
var defaultProps141 = {
|
|
14982
15488
|
collapsed: false,
|
|
14983
15489
|
reverse: false,
|
|
14984
15490
|
title: "Event title",
|
|
@@ -14988,15 +15494,15 @@ var defaultProps130 = {
|
|
|
14988
15494
|
var VerticalTimelineEvent = (props) => {
|
|
14989
15495
|
const {
|
|
14990
15496
|
date,
|
|
14991
|
-
content =
|
|
14992
|
-
collapsed =
|
|
14993
|
-
reverse =
|
|
14994
|
-
title =
|
|
14995
|
-
subtitle =
|
|
15497
|
+
content = defaultProps141.content,
|
|
15498
|
+
collapsed = defaultProps141.collapsed,
|
|
15499
|
+
reverse = defaultProps141.reverse,
|
|
15500
|
+
title = defaultProps141.title,
|
|
15501
|
+
subtitle = defaultProps141.subtitle,
|
|
14996
15502
|
showCollapseButton,
|
|
14997
15503
|
...other
|
|
14998
15504
|
} = props;
|
|
14999
|
-
return /* @__PURE__ */
|
|
15505
|
+
return /* @__PURE__ */ jsxs176(
|
|
15000
15506
|
"li",
|
|
15001
15507
|
{
|
|
15002
15508
|
...other,
|
|
@@ -15006,43 +15512,43 @@ var VerticalTimelineEvent = (props) => {
|
|
|
15006
15512
|
{ "k-reverse": reverse }
|
|
15007
15513
|
),
|
|
15008
15514
|
children: [
|
|
15009
|
-
date && /* @__PURE__ */
|
|
15010
|
-
/* @__PURE__ */
|
|
15011
|
-
content && /* @__PURE__ */
|
|
15012
|
-
/* @__PURE__ */
|
|
15013
|
-
/* @__PURE__ */
|
|
15014
|
-
/* @__PURE__ */
|
|
15515
|
+
date && /* @__PURE__ */ jsx427("div", { className: "k-timeline-date-wrap", children: /* @__PURE__ */ jsx427("span", { className: "k-timeline-date", children: date }) }),
|
|
15516
|
+
/* @__PURE__ */ jsx427(TimelineCircle, {}),
|
|
15517
|
+
content && /* @__PURE__ */ jsx427("div", { className: classNames("k-timeline-card", { "k-collapsed": collapsed }), children: /* @__PURE__ */ jsx427(TimelineCard, { ...reverse ? { callout: "right" } : { callout: "left" }, children: /* @__PURE__ */ jsxs176("div", { className: "k-card-inner", children: [
|
|
15518
|
+
/* @__PURE__ */ jsxs176(CardHeader, { children: [
|
|
15519
|
+
/* @__PURE__ */ jsx427(TimelineCardTitle, { collapsible: showCollapseButton, children: title }),
|
|
15520
|
+
/* @__PURE__ */ jsx427(CardSubtitle, { children: subtitle })
|
|
15015
15521
|
] }),
|
|
15016
|
-
/* @__PURE__ */
|
|
15522
|
+
/* @__PURE__ */ jsx427(CardBody, { children: /* @__PURE__ */ jsx427("div", { className: "k-card-description", children: content }) })
|
|
15017
15523
|
] }) }) }),
|
|
15018
15524
|
props.children
|
|
15019
15525
|
]
|
|
15020
15526
|
}
|
|
15021
15527
|
);
|
|
15022
15528
|
};
|
|
15023
|
-
VerticalTimelineEvent.states =
|
|
15024
|
-
VerticalTimelineEvent.options =
|
|
15529
|
+
VerticalTimelineEvent.states = states154;
|
|
15530
|
+
VerticalTimelineEvent.options = options144;
|
|
15025
15531
|
VerticalTimelineEvent.className = TIMELINEVERTICALEVENT_CLASSNAME;
|
|
15026
|
-
VerticalTimelineEvent.defaultProps =
|
|
15532
|
+
VerticalTimelineEvent.defaultProps = defaultProps141;
|
|
15027
15533
|
|
|
15028
15534
|
// src/timeline/horizontal-timeline-event.spec.tsx
|
|
15029
|
-
import { jsx as
|
|
15535
|
+
import { jsx as jsx428, jsxs as jsxs177 } from "react/jsx-runtime";
|
|
15030
15536
|
var TIMELINEHORIZONTALEVENT_CLASSNAME = `k-timeline-event`;
|
|
15031
|
-
var
|
|
15032
|
-
var
|
|
15033
|
-
var
|
|
15537
|
+
var states155 = [];
|
|
15538
|
+
var options145 = {};
|
|
15539
|
+
var defaultProps142 = {
|
|
15034
15540
|
title: "Event title",
|
|
15035
15541
|
subtitle: "Event subtitle",
|
|
15036
15542
|
content: "Event content"
|
|
15037
15543
|
};
|
|
15038
15544
|
var HorizontalTimelineEvent = (props) => {
|
|
15039
15545
|
const {
|
|
15040
|
-
content =
|
|
15041
|
-
title =
|
|
15042
|
-
subtitle =
|
|
15546
|
+
content = defaultProps142.content,
|
|
15547
|
+
title = defaultProps142.title,
|
|
15548
|
+
subtitle = defaultProps142.subtitle,
|
|
15043
15549
|
...other
|
|
15044
15550
|
} = props;
|
|
15045
|
-
return /* @__PURE__ */
|
|
15551
|
+
return /* @__PURE__ */ jsxs177(
|
|
15046
15552
|
"li",
|
|
15047
15553
|
{
|
|
15048
15554
|
...other,
|
|
@@ -15051,35 +15557,35 @@ var HorizontalTimelineEvent = (props) => {
|
|
|
15051
15557
|
TIMELINEHORIZONTALEVENT_CLASSNAME
|
|
15052
15558
|
),
|
|
15053
15559
|
children: [
|
|
15054
|
-
content && /* @__PURE__ */
|
|
15055
|
-
/* @__PURE__ */
|
|
15056
|
-
/* @__PURE__ */
|
|
15057
|
-
/* @__PURE__ */
|
|
15560
|
+
content && /* @__PURE__ */ jsx428("div", { className: classNames("k-timeline-card"), children: /* @__PURE__ */ jsx428(TimelineCard, { orientation: "vertical", callout: "top", children: /* @__PURE__ */ jsxs177("div", { className: "k-card-inner", children: [
|
|
15561
|
+
/* @__PURE__ */ jsxs177(CardHeader, { children: [
|
|
15562
|
+
/* @__PURE__ */ jsx428(TimelineCardTitle, { children: title }),
|
|
15563
|
+
/* @__PURE__ */ jsx428(CardSubtitle, { children: subtitle })
|
|
15058
15564
|
] }),
|
|
15059
|
-
/* @__PURE__ */
|
|
15565
|
+
/* @__PURE__ */ jsx428(CardBody, { children: /* @__PURE__ */ jsx428("div", { className: "k-card-description", children: content }) })
|
|
15060
15566
|
] }) }) }),
|
|
15061
15567
|
props.children
|
|
15062
15568
|
]
|
|
15063
15569
|
}
|
|
15064
15570
|
);
|
|
15065
15571
|
};
|
|
15066
|
-
HorizontalTimelineEvent.states =
|
|
15067
|
-
HorizontalTimelineEvent.options =
|
|
15572
|
+
HorizontalTimelineEvent.states = states155;
|
|
15573
|
+
HorizontalTimelineEvent.options = options145;
|
|
15068
15574
|
HorizontalTimelineEvent.className = TIMELINEHORIZONTALEVENT_CLASSNAME;
|
|
15069
|
-
HorizontalTimelineEvent.defaultProps =
|
|
15575
|
+
HorizontalTimelineEvent.defaultProps = defaultProps142;
|
|
15070
15576
|
|
|
15071
15577
|
// src/timeline/timeline-event-list.spec.tsx
|
|
15072
|
-
import { jsx as
|
|
15578
|
+
import { jsx as jsx429 } from "react/jsx-runtime";
|
|
15073
15579
|
|
|
15074
15580
|
// src/timeline/timeline-flag-wrap.spec.tsx
|
|
15075
|
-
import { jsx as
|
|
15581
|
+
import { jsx as jsx430, jsxs as jsxs178 } from "react/jsx-runtime";
|
|
15076
15582
|
var TIMELINEFLAGWRAP_CLASSNAME = `k-timeline-flag-wrap`;
|
|
15077
|
-
var
|
|
15583
|
+
var states156 = [
|
|
15078
15584
|
States.focus,
|
|
15079
15585
|
States.selected
|
|
15080
15586
|
];
|
|
15081
|
-
var
|
|
15082
|
-
var
|
|
15587
|
+
var options146 = {};
|
|
15588
|
+
var defaultProps143 = {
|
|
15083
15589
|
year: "2020"
|
|
15084
15590
|
};
|
|
15085
15591
|
var TimelineFlagWrap = (props) => {
|
|
@@ -15087,7 +15593,7 @@ var TimelineFlagWrap = (props) => {
|
|
|
15087
15593
|
year,
|
|
15088
15594
|
...other
|
|
15089
15595
|
} = props;
|
|
15090
|
-
return /* @__PURE__ */
|
|
15596
|
+
return /* @__PURE__ */ jsxs178(
|
|
15091
15597
|
"li",
|
|
15092
15598
|
{
|
|
15093
15599
|
...other,
|
|
@@ -15096,25 +15602,25 @@ var TimelineFlagWrap = (props) => {
|
|
|
15096
15602
|
TIMELINEFLAGWRAP_CLASSNAME
|
|
15097
15603
|
),
|
|
15098
15604
|
children: [
|
|
15099
|
-
/* @__PURE__ */
|
|
15605
|
+
/* @__PURE__ */ jsx430("span", { className: "k-timeline-flag", children: year }),
|
|
15100
15606
|
props.children
|
|
15101
15607
|
]
|
|
15102
15608
|
}
|
|
15103
15609
|
);
|
|
15104
15610
|
};
|
|
15105
|
-
TimelineFlagWrap.states =
|
|
15106
|
-
TimelineFlagWrap.options =
|
|
15611
|
+
TimelineFlagWrap.states = states156;
|
|
15612
|
+
TimelineFlagWrap.options = options146;
|
|
15107
15613
|
TimelineFlagWrap.className = TIMELINEFLAGWRAP_CLASSNAME;
|
|
15108
|
-
TimelineFlagWrap.defaultProps =
|
|
15614
|
+
TimelineFlagWrap.defaultProps = defaultProps143;
|
|
15109
15615
|
|
|
15110
15616
|
// src/timeline/timeline-circle.spec.tsx
|
|
15111
|
-
import { jsx as
|
|
15617
|
+
import { jsx as jsx431 } from "react/jsx-runtime";
|
|
15112
15618
|
var TIMELINECIRCLE_CLASSNAME = `k-timeline-circle`;
|
|
15113
15619
|
var TimelineCircle = (props) => {
|
|
15114
15620
|
const {
|
|
15115
15621
|
...other
|
|
15116
15622
|
} = props;
|
|
15117
|
-
return /* @__PURE__ */
|
|
15623
|
+
return /* @__PURE__ */ jsx431(
|
|
15118
15624
|
"span",
|
|
15119
15625
|
{
|
|
15120
15626
|
...other,
|
|
@@ -15127,19 +15633,19 @@ var TimelineCircle = (props) => {
|
|
|
15127
15633
|
};
|
|
15128
15634
|
|
|
15129
15635
|
// src/timeline/timeline-flag.spec.tsx
|
|
15130
|
-
import { jsx as
|
|
15636
|
+
import { jsx as jsx432 } from "react/jsx-runtime";
|
|
15131
15637
|
|
|
15132
15638
|
// src/timeline/timeline-card.spec.tsx
|
|
15133
|
-
import { jsx as
|
|
15134
|
-
var
|
|
15135
|
-
var
|
|
15639
|
+
import { jsx as jsx433, jsxs as jsxs179 } from "react/jsx-runtime";
|
|
15640
|
+
var states157 = [];
|
|
15641
|
+
var defaultProps144 = {};
|
|
15136
15642
|
var TimelineCard = (props) => {
|
|
15137
15643
|
const {
|
|
15138
15644
|
callout,
|
|
15139
15645
|
children,
|
|
15140
15646
|
...other
|
|
15141
15647
|
} = props;
|
|
15142
|
-
return /* @__PURE__ */
|
|
15648
|
+
return /* @__PURE__ */ jsxs179(
|
|
15143
15649
|
Card,
|
|
15144
15650
|
{
|
|
15145
15651
|
className: classNames(
|
|
@@ -15149,27 +15655,27 @@ var TimelineCard = (props) => {
|
|
|
15149
15655
|
callout: "true",
|
|
15150
15656
|
...other,
|
|
15151
15657
|
children: [
|
|
15152
|
-
callout && /* @__PURE__ */
|
|
15658
|
+
callout && /* @__PURE__ */ jsx433(TimelineCardCallout, { callout }),
|
|
15153
15659
|
children
|
|
15154
15660
|
]
|
|
15155
15661
|
}
|
|
15156
15662
|
);
|
|
15157
15663
|
};
|
|
15158
|
-
TimelineCard.states =
|
|
15159
|
-
TimelineCard.defaultProps =
|
|
15664
|
+
TimelineCard.states = states157;
|
|
15665
|
+
TimelineCard.defaultProps = defaultProps144;
|
|
15160
15666
|
|
|
15161
15667
|
// src/timeline/timeline-card-title.tsx
|
|
15162
|
-
import { jsx as
|
|
15668
|
+
import { jsx as jsx434, jsxs as jsxs180 } from "react/jsx-runtime";
|
|
15163
15669
|
var TIMELINECARDTITLE_CLASSNAME = `k-card-title`;
|
|
15164
|
-
var
|
|
15165
|
-
var
|
|
15670
|
+
var states158 = [];
|
|
15671
|
+
var defaultProps145 = {};
|
|
15166
15672
|
var TimelineCardTitle = (props) => {
|
|
15167
15673
|
const {
|
|
15168
15674
|
collapsible,
|
|
15169
15675
|
children,
|
|
15170
15676
|
...other
|
|
15171
15677
|
} = props;
|
|
15172
|
-
return /* @__PURE__ */
|
|
15678
|
+
return /* @__PURE__ */ jsxs180(
|
|
15173
15679
|
"div",
|
|
15174
15680
|
{
|
|
15175
15681
|
className: classNames(
|
|
@@ -15178,26 +15684,26 @@ var TimelineCardTitle = (props) => {
|
|
|
15178
15684
|
),
|
|
15179
15685
|
...other,
|
|
15180
15686
|
children: [
|
|
15181
|
-
/* @__PURE__ */
|
|
15182
|
-
collapsible && /* @__PURE__ */
|
|
15687
|
+
/* @__PURE__ */ jsx434("span", { className: "k-event-title", children }),
|
|
15688
|
+
collapsible && /* @__PURE__ */ jsx434("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__ */ jsx434(Icon, { icon: "chevron-right", className: "k-button-icon" }) })
|
|
15183
15689
|
]
|
|
15184
15690
|
}
|
|
15185
15691
|
);
|
|
15186
15692
|
};
|
|
15187
|
-
TimelineCardTitle.states =
|
|
15693
|
+
TimelineCardTitle.states = states158;
|
|
15188
15694
|
TimelineCardTitle.className = TIMELINECARDTITLE_CLASSNAME;
|
|
15189
|
-
TimelineCardTitle.defaultProps =
|
|
15695
|
+
TimelineCardTitle.defaultProps = defaultProps145;
|
|
15190
15696
|
|
|
15191
15697
|
// src/timeline/timeline-card-callout.tsx
|
|
15192
|
-
import { jsx as
|
|
15698
|
+
import { jsx as jsx435 } from "react/jsx-runtime";
|
|
15193
15699
|
var TIMELINECARDCALLOUT_CLASSNAME = `k-timeline-card-callout`;
|
|
15194
|
-
var
|
|
15195
|
-
var
|
|
15700
|
+
var states159 = [];
|
|
15701
|
+
var defaultProps146 = {};
|
|
15196
15702
|
var TimelineCardCallout = (props) => {
|
|
15197
15703
|
const {
|
|
15198
15704
|
...other
|
|
15199
15705
|
} = props;
|
|
15200
|
-
return /* @__PURE__ */
|
|
15706
|
+
return /* @__PURE__ */ jsx435(
|
|
15201
15707
|
CardCallout,
|
|
15202
15708
|
{
|
|
15203
15709
|
className: classNames(
|
|
@@ -15208,24 +15714,24 @@ var TimelineCardCallout = (props) => {
|
|
|
15208
15714
|
}
|
|
15209
15715
|
);
|
|
15210
15716
|
};
|
|
15211
|
-
TimelineCardCallout.states =
|
|
15717
|
+
TimelineCardCallout.states = states159;
|
|
15212
15718
|
TimelineCardCallout.className = TIMELINECARDCALLOUT_CLASSNAME;
|
|
15213
|
-
TimelineCardCallout.defaultProps =
|
|
15719
|
+
TimelineCardCallout.defaultProps = defaultProps146;
|
|
15214
15720
|
|
|
15215
15721
|
// src/timeline/timeline-date-wrap.spec.tsx
|
|
15216
|
-
import { jsx as
|
|
15722
|
+
import { jsx as jsx436 } from "react/jsx-runtime";
|
|
15217
15723
|
var TIMELINEDATEWRAP_CLASSNAME = `k-timeline-date-wrap`;
|
|
15218
|
-
var
|
|
15219
|
-
var
|
|
15220
|
-
var
|
|
15724
|
+
var states160 = [];
|
|
15725
|
+
var options147 = {};
|
|
15726
|
+
var defaultProps147 = {
|
|
15221
15727
|
date: "May 25, 2008"
|
|
15222
15728
|
};
|
|
15223
15729
|
var TimelineDateWrap = (props) => {
|
|
15224
15730
|
const {
|
|
15225
|
-
date =
|
|
15731
|
+
date = defaultProps147.date,
|
|
15226
15732
|
...other
|
|
15227
15733
|
} = props;
|
|
15228
|
-
return /* @__PURE__ */
|
|
15734
|
+
return /* @__PURE__ */ jsx436(
|
|
15229
15735
|
"div",
|
|
15230
15736
|
{
|
|
15231
15737
|
...other,
|
|
@@ -15233,53 +15739,53 @@ var TimelineDateWrap = (props) => {
|
|
|
15233
15739
|
props.className,
|
|
15234
15740
|
TIMELINEDATEWRAP_CLASSNAME
|
|
15235
15741
|
),
|
|
15236
|
-
children: /* @__PURE__ */
|
|
15742
|
+
children: /* @__PURE__ */ jsx436("span", { className: "k-timeline-date", children: date })
|
|
15237
15743
|
}
|
|
15238
15744
|
);
|
|
15239
15745
|
};
|
|
15240
|
-
TimelineDateWrap.states =
|
|
15241
|
-
TimelineDateWrap.options =
|
|
15746
|
+
TimelineDateWrap.states = states160;
|
|
15747
|
+
TimelineDateWrap.options = options147;
|
|
15242
15748
|
TimelineDateWrap.className = TIMELINEDATEWRAP_CLASSNAME;
|
|
15243
|
-
TimelineDateWrap.defaultProps =
|
|
15749
|
+
TimelineDateWrap.defaultProps = defaultProps147;
|
|
15244
15750
|
|
|
15245
15751
|
// src/timeline/timeline-track-wrap.spec.tsx
|
|
15246
|
-
import { jsx as
|
|
15752
|
+
import { jsx as jsx437, jsxs as jsxs181 } from "react/jsx-runtime";
|
|
15247
15753
|
|
|
15248
15754
|
// src/timeline/timeline-track.spec.tsx
|
|
15249
|
-
import { jsx as
|
|
15755
|
+
import { jsx as jsx438 } from "react/jsx-runtime";
|
|
15250
15756
|
|
|
15251
15757
|
// src/timeline/timeline-track-item.spec.tsx
|
|
15252
|
-
import { jsxs as
|
|
15758
|
+
import { jsxs as jsxs182 } from "react/jsx-runtime";
|
|
15253
15759
|
|
|
15254
15760
|
// src/timeline/templates/timeline-normal.tsx
|
|
15255
|
-
import { jsx as
|
|
15761
|
+
import { jsx as jsx439, jsxs as jsxs183 } from "react/jsx-runtime";
|
|
15256
15762
|
|
|
15257
15763
|
// src/timeline/templates/timeline-normal-collapsible.tsx
|
|
15258
|
-
import { jsx as
|
|
15764
|
+
import { jsx as jsx440, jsxs as jsxs184 } from "react/jsx-runtime";
|
|
15259
15765
|
|
|
15260
15766
|
// src/timeline/templates/timeline-normal-alternating.tsx
|
|
15261
|
-
import { jsx as
|
|
15767
|
+
import { jsx as jsx441, jsxs as jsxs185 } from "react/jsx-runtime";
|
|
15262
15768
|
|
|
15263
15769
|
// src/timeline/templates/timeline-horizontal.tsx
|
|
15264
|
-
import { Fragment as
|
|
15770
|
+
import { Fragment as Fragment129, jsx as jsx442, jsxs as jsxs186 } from "react/jsx-runtime";
|
|
15265
15771
|
|
|
15266
15772
|
// src/pdf-viewer/pdf-viewer.spec.tsx
|
|
15267
|
-
import { Fragment as
|
|
15773
|
+
import { Fragment as Fragment130, jsx as jsx443, jsxs as jsxs187 } from "react/jsx-runtime";
|
|
15268
15774
|
var PDFVIEWER_CLASSNAME = `k-pdf-viewer`;
|
|
15269
|
-
var
|
|
15775
|
+
var states161 = [
|
|
15270
15776
|
States.disabled
|
|
15271
15777
|
];
|
|
15272
|
-
var
|
|
15273
|
-
var
|
|
15274
|
-
/* @__PURE__ */
|
|
15275
|
-
/* @__PURE__ */
|
|
15276
|
-
/* @__PURE__ */
|
|
15277
|
-
/* @__PURE__ */
|
|
15278
|
-
/* @__PURE__ */
|
|
15279
|
-
/* @__PURE__ */
|
|
15778
|
+
var options148 = {};
|
|
15779
|
+
var defaultToolbar3 = /* @__PURE__ */ jsx443(Fragment130, { children: /* @__PURE__ */ jsxs187(Toolbar, { resizable: true, children: [
|
|
15780
|
+
/* @__PURE__ */ jsx443(Pager, { type: "input", pageSizes: false, refresh: false, info: false }),
|
|
15781
|
+
/* @__PURE__ */ jsx443("span", { className: "k-spacer" }),
|
|
15782
|
+
/* @__PURE__ */ jsx443(Button, { fillMode: "flat", icon: "search" }),
|
|
15783
|
+
/* @__PURE__ */ jsx443(Button, { fillMode: "flat", icon: "file-pdf" }),
|
|
15784
|
+
/* @__PURE__ */ jsx443(Button, { fillMode: "flat", icon: "print" }),
|
|
15785
|
+
/* @__PURE__ */ jsx443(Button, { fillMode: "flat", icon: "fullscreen" })
|
|
15280
15786
|
] }) });
|
|
15281
|
-
var
|
|
15282
|
-
toolbar:
|
|
15787
|
+
var defaultProps148 = {
|
|
15788
|
+
toolbar: defaultToolbar3,
|
|
15283
15789
|
showSearchPanel: false,
|
|
15284
15790
|
blank: false
|
|
15285
15791
|
};
|
|
@@ -15291,7 +15797,7 @@ var PDFViewer = (props) => {
|
|
|
15291
15797
|
blank,
|
|
15292
15798
|
...other
|
|
15293
15799
|
} = props;
|
|
15294
|
-
return /* @__PURE__ */
|
|
15800
|
+
return /* @__PURE__ */ jsxs187(
|
|
15295
15801
|
"div",
|
|
15296
15802
|
{
|
|
15297
15803
|
...other,
|
|
@@ -15302,42 +15808,42 @@ var PDFViewer = (props) => {
|
|
|
15302
15808
|
),
|
|
15303
15809
|
children: [
|
|
15304
15810
|
toolbar,
|
|
15305
|
-
/* @__PURE__ */
|
|
15306
|
-
showSearchPanel && /* @__PURE__ */
|
|
15307
|
-
/* @__PURE__ */
|
|
15308
|
-
/* @__PURE__ */
|
|
15811
|
+
/* @__PURE__ */ jsxs187("div", { className: "k-canvas k-pdf-viewer-canvas k-pos-relative k-overflow-auto k-enable-text-select", children: [
|
|
15812
|
+
showSearchPanel && /* @__PURE__ */ jsxs187("div", { className: "k-search-panel k-pos-sticky k-top-center", children: [
|
|
15813
|
+
/* @__PURE__ */ jsx443(Button, { fillMode: "flat", icon: "handle-drag", className: "k-search-dialog-draghandle" }),
|
|
15814
|
+
/* @__PURE__ */ jsx443(
|
|
15309
15815
|
Textbox,
|
|
15310
15816
|
{
|
|
15311
|
-
suffix: /* @__PURE__ */
|
|
15817
|
+
suffix: /* @__PURE__ */ jsx443(Button, { fillMode: "flat", className: "k-match-case-button", icon: "convert-lowercase" })
|
|
15312
15818
|
}
|
|
15313
15819
|
),
|
|
15314
|
-
/* @__PURE__ */
|
|
15315
|
-
/* @__PURE__ */
|
|
15820
|
+
/* @__PURE__ */ jsxs187("span", { className: "k-search-matches", children: [
|
|
15821
|
+
/* @__PURE__ */ jsx443("span", { children: "0" }),
|
|
15316
15822
|
" of ",
|
|
15317
|
-
/* @__PURE__ */
|
|
15823
|
+
/* @__PURE__ */ jsx443("span", { children: "1" })
|
|
15318
15824
|
] }),
|
|
15319
|
-
/* @__PURE__ */
|
|
15320
|
-
/* @__PURE__ */
|
|
15321
|
-
/* @__PURE__ */
|
|
15825
|
+
/* @__PURE__ */ jsx443(Button, { fillMode: "flat", icon: "arrow-up" }),
|
|
15826
|
+
/* @__PURE__ */ jsx443(Button, { fillMode: "flat", icon: "arrow-down" }),
|
|
15827
|
+
/* @__PURE__ */ jsx443(Button, { fillMode: "flat", icon: "x" })
|
|
15322
15828
|
] }),
|
|
15323
|
-
/* @__PURE__ */
|
|
15324
|
-
/* @__PURE__ */
|
|
15325
|
-
/* @__PURE__ */
|
|
15829
|
+
/* @__PURE__ */ jsx443("div", { className: "k-pdf-viewer-pages", children: blank ? /* @__PURE__ */ jsxs187("div", { className: "k-page k-blank-page", children: [
|
|
15830
|
+
/* @__PURE__ */ jsx443(DropzoneNormal, {}),
|
|
15831
|
+
/* @__PURE__ */ jsx443(UploadNormal, { empty: true, status: "upload" })
|
|
15326
15832
|
] }) : props.children })
|
|
15327
15833
|
] })
|
|
15328
15834
|
]
|
|
15329
15835
|
}
|
|
15330
15836
|
);
|
|
15331
15837
|
};
|
|
15332
|
-
PDFViewer.states =
|
|
15333
|
-
PDFViewer.options =
|
|
15838
|
+
PDFViewer.states = states161;
|
|
15839
|
+
PDFViewer.options = options148;
|
|
15334
15840
|
PDFViewer.className = PDFVIEWER_CLASSNAME;
|
|
15335
|
-
PDFViewer.defaultProps =
|
|
15841
|
+
PDFViewer.defaultProps = defaultProps148;
|
|
15336
15842
|
|
|
15337
15843
|
// src/pdf-viewer/pdf-viewer-page.tsx
|
|
15338
|
-
import { jsx as
|
|
15844
|
+
import { jsx as jsx444 } from "react/jsx-runtime";
|
|
15339
15845
|
var PDFVIEWERPAGE_CLASSNAME = `k-page`;
|
|
15340
|
-
var
|
|
15846
|
+
var defaultProps149 = {
|
|
15341
15847
|
width: "720px",
|
|
15342
15848
|
height: "360px"
|
|
15343
15849
|
};
|
|
@@ -15347,7 +15853,7 @@ var PDFViewerPage = (props) => {
|
|
|
15347
15853
|
height,
|
|
15348
15854
|
...other
|
|
15349
15855
|
} = props;
|
|
15350
|
-
return /* @__PURE__ */
|
|
15856
|
+
return /* @__PURE__ */ jsx444(
|
|
15351
15857
|
"div",
|
|
15352
15858
|
{
|
|
15353
15859
|
...other,
|
|
@@ -15360,23 +15866,23 @@ var PDFViewerPage = (props) => {
|
|
|
15360
15866
|
);
|
|
15361
15867
|
};
|
|
15362
15868
|
PDFViewerPage.className = PDFVIEWERPAGE_CLASSNAME;
|
|
15363
|
-
PDFViewerPage.defaultProps =
|
|
15869
|
+
PDFViewerPage.defaultProps = defaultProps149;
|
|
15364
15870
|
|
|
15365
15871
|
// src/pdf-viewer/templates/pdf-viewer-normal.tsx
|
|
15366
|
-
import { Fragment as
|
|
15872
|
+
import { Fragment as Fragment131, jsx as jsx445, jsxs as jsxs188 } from "react/jsx-runtime";
|
|
15367
15873
|
|
|
15368
15874
|
// src/pdf-viewer/templates/pdf-viewer-blank.tsx
|
|
15369
|
-
import { jsx as
|
|
15875
|
+
import { jsx as jsx446 } from "react/jsx-runtime";
|
|
15370
15876
|
|
|
15371
15877
|
// src/pdf-viewer/templates/pdf-viewer-with-search-panel.tsx
|
|
15372
|
-
import { Fragment as
|
|
15878
|
+
import { Fragment as Fragment132, jsx as jsx447, jsxs as jsxs189 } from "react/jsx-runtime";
|
|
15373
15879
|
|
|
15374
15880
|
// src/scrollview/scrollview-spec.tsx
|
|
15375
|
-
import { Fragment as
|
|
15881
|
+
import { Fragment as Fragment133, jsx as jsx448, jsxs as jsxs190 } from "react/jsx-runtime";
|
|
15376
15882
|
var SCROLLVIEW_CLASSNAME = "k-scrollview";
|
|
15377
|
-
var
|
|
15378
|
-
var
|
|
15379
|
-
var
|
|
15883
|
+
var states162 = [];
|
|
15884
|
+
var options149 = {};
|
|
15885
|
+
var defaultProps150 = {
|
|
15380
15886
|
mode: "normal",
|
|
15381
15887
|
views: 9,
|
|
15382
15888
|
animate: true,
|
|
@@ -15386,12 +15892,12 @@ var defaultProps139 = {
|
|
|
15386
15892
|
};
|
|
15387
15893
|
var ScrollView = (props) => {
|
|
15388
15894
|
const {
|
|
15389
|
-
mode =
|
|
15390
|
-
views =
|
|
15391
|
-
animate =
|
|
15392
|
-
arrows =
|
|
15393
|
-
pager =
|
|
15394
|
-
rtl =
|
|
15895
|
+
mode = defaultProps150.mode,
|
|
15896
|
+
views = defaultProps150.views,
|
|
15897
|
+
animate = defaultProps150.animate,
|
|
15898
|
+
arrows = defaultProps150.arrows,
|
|
15899
|
+
pager = defaultProps150.pager,
|
|
15900
|
+
rtl = defaultProps150.rtl,
|
|
15395
15901
|
...other
|
|
15396
15902
|
} = props;
|
|
15397
15903
|
const scrollviewViews = [];
|
|
@@ -15399,10 +15905,10 @@ var ScrollView = (props) => {
|
|
|
15399
15905
|
const iconNext = rtl ? "chevron-left" : "chevron-right";
|
|
15400
15906
|
for (let i = 0; i < views; i++) {
|
|
15401
15907
|
scrollviewViews.push(
|
|
15402
|
-
/* @__PURE__ */
|
|
15908
|
+
/* @__PURE__ */ jsx448("div", { className: "k-scrollview-view" }, i)
|
|
15403
15909
|
);
|
|
15404
15910
|
}
|
|
15405
|
-
return /* @__PURE__ */
|
|
15911
|
+
return /* @__PURE__ */ jsxs190(
|
|
15406
15912
|
"div",
|
|
15407
15913
|
{
|
|
15408
15914
|
...other,
|
|
@@ -15415,44 +15921,44 @@ var ScrollView = (props) => {
|
|
|
15415
15921
|
}
|
|
15416
15922
|
),
|
|
15417
15923
|
children: [
|
|
15418
|
-
/* @__PURE__ */
|
|
15924
|
+
/* @__PURE__ */ jsx448("div", { className: classNames(
|
|
15419
15925
|
"k-scrollview-wrap",
|
|
15420
15926
|
{
|
|
15421
15927
|
["k-scrollview-animate"]: animate
|
|
15422
15928
|
}
|
|
15423
15929
|
), style: { "--kendo-scrollview-views": views, "--kendo-scrollview-current": 5 }, children: scrollviewViews }),
|
|
15424
|
-
/* @__PURE__ */
|
|
15425
|
-
arrows && /* @__PURE__ */
|
|
15426
|
-
/* @__PURE__ */
|
|
15427
|
-
/* @__PURE__ */
|
|
15930
|
+
/* @__PURE__ */ jsxs190("div", { className: "k-scrollview-elements", children: [
|
|
15931
|
+
arrows && /* @__PURE__ */ jsxs190(Fragment133, { children: [
|
|
15932
|
+
/* @__PURE__ */ jsx448("span", { className: "k-scrollview-prev", children: /* @__PURE__ */ jsx448(Icon, { icon: iconPrev, size: "xxxlarge" }) }),
|
|
15933
|
+
/* @__PURE__ */ jsx448("span", { className: "k-scrollview-next", children: /* @__PURE__ */ jsx448(Icon, { icon: iconNext, size: "xxxlarge" }) })
|
|
15428
15934
|
] }),
|
|
15429
|
-
pager && /* @__PURE__ */
|
|
15430
|
-
mode === "light" && /* @__PURE__ */
|
|
15431
|
-
/* @__PURE__ */
|
|
15432
|
-
/* @__PURE__ */
|
|
15433
|
-
/* @__PURE__ */
|
|
15434
|
-
/* @__PURE__ */
|
|
15435
|
-
/* @__PURE__ */
|
|
15935
|
+
pager && /* @__PURE__ */ jsx448("div", { className: "k-scrollview-nav-wrap", children: /* @__PURE__ */ jsxs190("div", { className: "k-scrollview-nav", children: [
|
|
15936
|
+
mode === "light" && /* @__PURE__ */ jsxs190(Fragment133, { children: [
|
|
15937
|
+
/* @__PURE__ */ jsx448("span", { className: "k-link" }),
|
|
15938
|
+
/* @__PURE__ */ jsx448("span", { className: "k-link k-primary" }),
|
|
15939
|
+
/* @__PURE__ */ jsx448("span", { className: "k-link k-primary k-focus" }),
|
|
15940
|
+
/* @__PURE__ */ jsx448("span", { className: "k-link k-focus" }),
|
|
15941
|
+
/* @__PURE__ */ jsx448("span", { className: "k-link" })
|
|
15436
15942
|
] }),
|
|
15437
|
-
mode === "normal" && /* @__PURE__ */
|
|
15438
|
-
/* @__PURE__ */
|
|
15439
|
-
/* @__PURE__ */
|
|
15440
|
-
/* @__PURE__ */
|
|
15441
|
-
/* @__PURE__ */
|
|
15442
|
-
/* @__PURE__ */
|
|
15443
|
-
/* @__PURE__ */
|
|
15444
|
-
/* @__PURE__ */
|
|
15445
|
-
/* @__PURE__ */
|
|
15446
|
-
/* @__PURE__ */
|
|
15943
|
+
mode === "normal" && /* @__PURE__ */ jsxs190(Fragment133, { children: [
|
|
15944
|
+
/* @__PURE__ */ jsx448("span", { className: "k-link", style: { transform: "scale(0.5)" } }),
|
|
15945
|
+
/* @__PURE__ */ jsx448("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
|
|
15946
|
+
/* @__PURE__ */ jsx448("span", { className: "k-link", style: { transform: "scale(0.8)" } }),
|
|
15947
|
+
/* @__PURE__ */ jsx448("span", { className: "k-link" }),
|
|
15948
|
+
/* @__PURE__ */ jsx448("span", { className: "k-link k-primary" }),
|
|
15949
|
+
/* @__PURE__ */ jsx448("span", { className: "k-link" }),
|
|
15950
|
+
/* @__PURE__ */ jsx448("span", { className: "k-link", style: { transform: "scale(0.8)" } }),
|
|
15951
|
+
/* @__PURE__ */ jsx448("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
|
|
15952
|
+
/* @__PURE__ */ jsx448("span", { className: "k-link", style: { transform: "scale(0.5)" } })
|
|
15447
15953
|
] }),
|
|
15448
|
-
mode === "dark" && /* @__PURE__ */
|
|
15449
|
-
/* @__PURE__ */
|
|
15450
|
-
/* @__PURE__ */
|
|
15451
|
-
/* @__PURE__ */
|
|
15452
|
-
/* @__PURE__ */
|
|
15453
|
-
/* @__PURE__ */
|
|
15454
|
-
/* @__PURE__ */
|
|
15455
|
-
/* @__PURE__ */
|
|
15954
|
+
mode === "dark" && /* @__PURE__ */ jsxs190(Fragment133, { children: [
|
|
15955
|
+
/* @__PURE__ */ jsx448("span", { className: "k-link", style: { transform: "scale(0.5)" } }),
|
|
15956
|
+
/* @__PURE__ */ jsx448("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
|
|
15957
|
+
/* @__PURE__ */ jsx448("span", { className: "k-link" }),
|
|
15958
|
+
/* @__PURE__ */ jsx448("span", { className: "k-link k-primary" }),
|
|
15959
|
+
/* @__PURE__ */ jsx448("span", { className: "k-link" }),
|
|
15960
|
+
/* @__PURE__ */ jsx448("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
|
|
15961
|
+
/* @__PURE__ */ jsx448("span", { className: "k-link", style: { transform: "scale(0.5)" } })
|
|
15456
15962
|
] })
|
|
15457
15963
|
] }) })
|
|
15458
15964
|
] })
|
|
@@ -15460,83 +15966,83 @@ var ScrollView = (props) => {
|
|
|
15460
15966
|
}
|
|
15461
15967
|
);
|
|
15462
15968
|
};
|
|
15463
|
-
ScrollView.states =
|
|
15464
|
-
ScrollView.options =
|
|
15969
|
+
ScrollView.states = states162;
|
|
15970
|
+
ScrollView.options = options149;
|
|
15465
15971
|
ScrollView.className = SCROLLVIEW_CLASSNAME;
|
|
15466
|
-
ScrollView.defaultProps =
|
|
15972
|
+
ScrollView.defaultProps = defaultProps150;
|
|
15467
15973
|
|
|
15468
15974
|
// src/scrollview/templates/scrollview-normal.tsx
|
|
15469
|
-
import { jsx as
|
|
15975
|
+
import { jsx as jsx449 } from "react/jsx-runtime";
|
|
15470
15976
|
|
|
15471
15977
|
// src/prompt/prompt.spec.tsx
|
|
15472
|
-
import { Fragment as
|
|
15978
|
+
import { Fragment as Fragment134, jsx as jsx450 } from "react/jsx-runtime";
|
|
15473
15979
|
var PROMPT_CLASSNAME = `k-prompt`;
|
|
15474
|
-
var
|
|
15475
|
-
var
|
|
15476
|
-
var
|
|
15980
|
+
var states163 = [];
|
|
15981
|
+
var options150 = {};
|
|
15982
|
+
var defaultProps151 = {};
|
|
15477
15983
|
var Prompt = (props) => {
|
|
15478
15984
|
const {
|
|
15479
15985
|
...other
|
|
15480
15986
|
} = props;
|
|
15481
|
-
return /* @__PURE__ */
|
|
15987
|
+
return /* @__PURE__ */ jsx450("div", { ...other, className: classNames(props.className, PROMPT_CLASSNAME), children: /* @__PURE__ */ jsx450(Fragment134, { children: props.children }) });
|
|
15482
15988
|
};
|
|
15483
|
-
Prompt.states =
|
|
15484
|
-
Prompt.options =
|
|
15989
|
+
Prompt.states = states163;
|
|
15990
|
+
Prompt.options = options150;
|
|
15485
15991
|
Prompt.className = PROMPT_CLASSNAME;
|
|
15486
|
-
Prompt.defaultProps =
|
|
15992
|
+
Prompt.defaultProps = defaultProps151;
|
|
15487
15993
|
|
|
15488
15994
|
// src/prompt/prompt-header.tsx
|
|
15489
|
-
import { jsx as
|
|
15995
|
+
import { jsx as jsx451 } from "react/jsx-runtime";
|
|
15490
15996
|
|
|
15491
15997
|
// src/prompt/prompt-content.tsx
|
|
15492
|
-
import { Fragment as
|
|
15998
|
+
import { Fragment as Fragment135, jsx as jsx452 } from "react/jsx-runtime";
|
|
15493
15999
|
|
|
15494
16000
|
// src/prompt/prompt-view.tsx
|
|
15495
|
-
import { Fragment as
|
|
16001
|
+
import { Fragment as Fragment136, jsx as jsx453, jsxs as jsxs191 } from "react/jsx-runtime";
|
|
15496
16002
|
|
|
15497
16003
|
// src/prompt/prompt-footer.tsx
|
|
15498
|
-
import { jsx as
|
|
16004
|
+
import { jsx as jsx454 } from "react/jsx-runtime";
|
|
15499
16005
|
|
|
15500
16006
|
// src/prompt/prompt-suggestion.tsx
|
|
15501
|
-
import { jsx as
|
|
16007
|
+
import { jsx as jsx455 } from "react/jsx-runtime";
|
|
15502
16008
|
|
|
15503
16009
|
// src/prompt/prompt-setting.tsx
|
|
15504
|
-
import { jsx as
|
|
16010
|
+
import { jsx as jsx456 } from "react/jsx-runtime";
|
|
15505
16011
|
|
|
15506
16012
|
// src/prompt/templates/prompt-normal.tsx
|
|
15507
|
-
import { jsx as
|
|
16013
|
+
import { jsx as jsx457, jsxs as jsxs192 } from "react/jsx-runtime";
|
|
15508
16014
|
|
|
15509
16015
|
// src/prompt/templates/prompt-suggestions.tsx
|
|
15510
|
-
import { Fragment as
|
|
16016
|
+
import { Fragment as Fragment137, jsx as jsx458, jsxs as jsxs193 } from "react/jsx-runtime";
|
|
15511
16017
|
|
|
15512
16018
|
// src/prompt/templates/prompt-settings.tsx
|
|
15513
|
-
import { Fragment as
|
|
16019
|
+
import { Fragment as Fragment138, jsx as jsx459, jsxs as jsxs194 } from "react/jsx-runtime";
|
|
15514
16020
|
|
|
15515
16021
|
// src/prompt/templates/prompt-output.tsx
|
|
15516
|
-
import { jsx as
|
|
16022
|
+
import { jsx as jsx460, jsxs as jsxs195 } from "react/jsx-runtime";
|
|
15517
16023
|
|
|
15518
16024
|
// src/prompt/templates/prompt-more-actions.tsx
|
|
15519
|
-
import { jsx as
|
|
16025
|
+
import { jsx as jsx461, jsxs as jsxs196 } from "react/jsx-runtime";
|
|
15520
16026
|
|
|
15521
16027
|
// src/prompt/templates/prompt-popup.tsx
|
|
15522
|
-
import { jsx as
|
|
16028
|
+
import { jsx as jsx462, jsxs as jsxs197 } from "react/jsx-runtime";
|
|
15523
16029
|
|
|
15524
16030
|
// src/orgchart/orgchart.spec.tsx
|
|
15525
|
-
import { jsx as
|
|
16031
|
+
import { jsx as jsx463 } from "react/jsx-runtime";
|
|
15526
16032
|
var ORGCHART_CLASSNAME = `k-orgchart`;
|
|
15527
|
-
var
|
|
15528
|
-
var
|
|
15529
|
-
var
|
|
16033
|
+
var states164 = [];
|
|
16034
|
+
var options151 = {};
|
|
16035
|
+
var defaultProps152 = {
|
|
15530
16036
|
width: "100%",
|
|
15531
16037
|
height: "300px"
|
|
15532
16038
|
};
|
|
15533
16039
|
var Orgchart = (props) => {
|
|
15534
16040
|
const {
|
|
15535
|
-
width =
|
|
15536
|
-
height =
|
|
16041
|
+
width = defaultProps152.width,
|
|
16042
|
+
height = defaultProps152.height,
|
|
15537
16043
|
...other
|
|
15538
16044
|
} = props;
|
|
15539
|
-
return /* @__PURE__ */
|
|
16045
|
+
return /* @__PURE__ */ jsx463(
|
|
15540
16046
|
"div",
|
|
15541
16047
|
{
|
|
15542
16048
|
...other,
|
|
@@ -15544,19 +16050,19 @@ var Orgchart = (props) => {
|
|
|
15544
16050
|
props.className,
|
|
15545
16051
|
ORGCHART_CLASSNAME
|
|
15546
16052
|
),
|
|
15547
|
-
children: /* @__PURE__ */
|
|
16053
|
+
children: /* @__PURE__ */ jsx463("div", { className: "k-orgchart-container", style: { width, height }, children: props.children })
|
|
15548
16054
|
}
|
|
15549
16055
|
);
|
|
15550
16056
|
};
|
|
15551
|
-
Orgchart.states =
|
|
15552
|
-
Orgchart.options =
|
|
16057
|
+
Orgchart.states = states164;
|
|
16058
|
+
Orgchart.options = options151;
|
|
15553
16059
|
Orgchart.className = ORGCHART_CLASSNAME;
|
|
15554
|
-
Orgchart.defaultProps =
|
|
16060
|
+
Orgchart.defaultProps = defaultProps152;
|
|
15555
16061
|
|
|
15556
16062
|
// src/orgchart/orgchart-node.tsx
|
|
15557
|
-
import { jsx as
|
|
16063
|
+
import { jsx as jsx464, jsxs as jsxs198 } from "react/jsx-runtime";
|
|
15558
16064
|
var ORGCHARTNODE_CLASSNAME = `k-orgchart-node`;
|
|
15559
|
-
var
|
|
16065
|
+
var defaultProps153 = {
|
|
15560
16066
|
buttonIcon: "plus"
|
|
15561
16067
|
};
|
|
15562
16068
|
var OrgchartNode = (props) => {
|
|
@@ -15568,12 +16074,12 @@ var OrgchartNode = (props) => {
|
|
|
15568
16074
|
lineBottom,
|
|
15569
16075
|
lineTop,
|
|
15570
16076
|
button,
|
|
15571
|
-
buttonIcon: buttonIcon2 =
|
|
16077
|
+
buttonIcon: buttonIcon2 = defaultProps153.buttonIcon,
|
|
15572
16078
|
avatar,
|
|
15573
16079
|
avatarType,
|
|
15574
16080
|
...other
|
|
15575
16081
|
} = props;
|
|
15576
|
-
return /* @__PURE__ */
|
|
16082
|
+
return /* @__PURE__ */ jsxs198(
|
|
15577
16083
|
"div",
|
|
15578
16084
|
{
|
|
15579
16085
|
...other,
|
|
@@ -15584,35 +16090,35 @@ var OrgchartNode = (props) => {
|
|
|
15584
16090
|
"k-align-items-center"
|
|
15585
16091
|
),
|
|
15586
16092
|
children: [
|
|
15587
|
-
lineTop && /* @__PURE__ */
|
|
15588
|
-
/* @__PURE__ */
|
|
15589
|
-
/* @__PURE__ */
|
|
15590
|
-
/* @__PURE__ */
|
|
15591
|
-
/* @__PURE__ */
|
|
15592
|
-
/* @__PURE__ */
|
|
15593
|
-
/* @__PURE__ */
|
|
16093
|
+
lineTop && /* @__PURE__ */ jsx464("div", { className: "k-orgchart-line k-orgchart-line-v" }),
|
|
16094
|
+
/* @__PURE__ */ jsx464(Card, { className: "k-orgchart-card", children: /* @__PURE__ */ jsxs198(CardBody, { className: "k-hstack", details, style: { borderTopColor: color }, children: [
|
|
16095
|
+
/* @__PURE__ */ jsx464(Avatar, { type: avatarType, themeColor: "secondary", children: avatarType === "image" ? /* @__PURE__ */ jsx464("img", { src: avatar }) : avatar }),
|
|
16096
|
+
/* @__PURE__ */ jsxs198("div", { className: "k-card-title-wrap k-vstack", children: [
|
|
16097
|
+
/* @__PURE__ */ jsx464(CardTitle, { className: "k-text-ellipsis", children: title }),
|
|
16098
|
+
/* @__PURE__ */ jsx464("span", { className: "k-spacer" }),
|
|
16099
|
+
/* @__PURE__ */ jsx464(CardSubtitle, { className: "k-text-ellipsis", children: subtitle })
|
|
15594
16100
|
] }),
|
|
15595
|
-
/* @__PURE__ */
|
|
16101
|
+
/* @__PURE__ */ jsx464("span", { className: "k-spacer" })
|
|
15596
16102
|
] }) }),
|
|
15597
|
-
lineBottom && /* @__PURE__ */
|
|
15598
|
-
button && /* @__PURE__ */
|
|
16103
|
+
lineBottom && /* @__PURE__ */ jsx464("div", { className: "k-orgchart-line k-orgchart-line-v" }),
|
|
16104
|
+
button && /* @__PURE__ */ jsx464(Button, { className: "k-orgchart-button", icon: buttonIcon2 })
|
|
15599
16105
|
]
|
|
15600
16106
|
}
|
|
15601
16107
|
);
|
|
15602
16108
|
};
|
|
15603
16109
|
|
|
15604
16110
|
// src/orgchart/orgchart-group.tsx
|
|
15605
|
-
import { Fragment as
|
|
16111
|
+
import { Fragment as Fragment139, jsx as jsx465, jsxs as jsxs199 } from "react/jsx-runtime";
|
|
15606
16112
|
var ORGCHARTGROUP_CLASSNAME = `k-orgchart-group`;
|
|
15607
|
-
var
|
|
15608
|
-
var
|
|
15609
|
-
var
|
|
16113
|
+
var states165 = [];
|
|
16114
|
+
var options152 = {};
|
|
16115
|
+
var defaultProps154 = {
|
|
15610
16116
|
orientation: "horizontal"
|
|
15611
16117
|
};
|
|
15612
16118
|
var OrgchartGroup = (props) => {
|
|
15613
16119
|
const {
|
|
15614
16120
|
children,
|
|
15615
|
-
orientation =
|
|
16121
|
+
orientation = defaultProps154.orientation,
|
|
15616
16122
|
justifyContent,
|
|
15617
16123
|
...other
|
|
15618
16124
|
} = props;
|
|
@@ -15635,7 +16141,7 @@ var OrgchartGroup = (props) => {
|
|
|
15635
16141
|
}
|
|
15636
16142
|
}
|
|
15637
16143
|
}
|
|
15638
|
-
return /* @__PURE__ */
|
|
16144
|
+
return /* @__PURE__ */ jsxs199(
|
|
15639
16145
|
"div",
|
|
15640
16146
|
{
|
|
15641
16147
|
...other,
|
|
@@ -15649,7 +16155,7 @@ var OrgchartGroup = (props) => {
|
|
|
15649
16155
|
),
|
|
15650
16156
|
style: { width: "100%" },
|
|
15651
16157
|
children: [
|
|
15652
|
-
chartNodes.length > 0 && /* @__PURE__ */
|
|
16158
|
+
chartNodes.length > 0 && /* @__PURE__ */ jsx465(
|
|
15653
16159
|
"div",
|
|
15654
16160
|
{
|
|
15655
16161
|
className: classNames(
|
|
@@ -15659,26 +16165,26 @@ var OrgchartGroup = (props) => {
|
|
|
15659
16165
|
[`k-${kendoThemeMaps.orientationMap[orientation] || orientation}`]: orientation
|
|
15660
16166
|
}
|
|
15661
16167
|
),
|
|
15662
|
-
children: /* @__PURE__ */
|
|
16168
|
+
children: /* @__PURE__ */ jsx465(Fragment139, { children: chartNodes })
|
|
15663
16169
|
}
|
|
15664
16170
|
),
|
|
15665
|
-
/* @__PURE__ */
|
|
16171
|
+
/* @__PURE__ */ jsx465(Fragment139, { children: chartGroups })
|
|
15666
16172
|
]
|
|
15667
16173
|
}
|
|
15668
16174
|
);
|
|
15669
16175
|
};
|
|
15670
|
-
OrgchartGroup.states =
|
|
15671
|
-
OrgchartGroup.options =
|
|
16176
|
+
OrgchartGroup.states = states165;
|
|
16177
|
+
OrgchartGroup.options = options152;
|
|
15672
16178
|
OrgchartGroup.className = ORGCHARTGROUP_CLASSNAME;
|
|
15673
|
-
OrgchartGroup.defaultProps =
|
|
16179
|
+
OrgchartGroup.defaultProps = defaultProps154;
|
|
15674
16180
|
|
|
15675
16181
|
// src/orgchart/orgchart-node-group.tsx
|
|
15676
|
-
import { jsx as
|
|
16182
|
+
import { jsx as jsx466, jsxs as jsxs200 } from "react/jsx-runtime";
|
|
15677
16183
|
var ORGCHARTNODEGROUP_CLASSNAME = `k-orgchart-node-group`;
|
|
15678
|
-
var
|
|
16184
|
+
var states166 = [
|
|
15679
16185
|
States.focus
|
|
15680
16186
|
];
|
|
15681
|
-
var
|
|
16187
|
+
var defaultProps155 = {
|
|
15682
16188
|
orientation: "horizontal",
|
|
15683
16189
|
buttonIcon: "plus"
|
|
15684
16190
|
};
|
|
@@ -15689,12 +16195,12 @@ var OrgchartNodeGroup = (props) => {
|
|
|
15689
16195
|
lineBottom,
|
|
15690
16196
|
lineTop,
|
|
15691
16197
|
button,
|
|
15692
|
-
buttonIcon: buttonIcon2 =
|
|
16198
|
+
buttonIcon: buttonIcon2 = defaultProps155.buttonIcon,
|
|
15693
16199
|
focus,
|
|
15694
|
-
orientation =
|
|
16200
|
+
orientation = defaultProps155.orientation,
|
|
15695
16201
|
...other
|
|
15696
16202
|
} = props;
|
|
15697
|
-
return /* @__PURE__ */
|
|
16203
|
+
return /* @__PURE__ */ jsxs200(
|
|
15698
16204
|
"div",
|
|
15699
16205
|
{
|
|
15700
16206
|
...other,
|
|
@@ -15705,8 +16211,8 @@ var OrgchartNodeGroup = (props) => {
|
|
|
15705
16211
|
"k-align-items-center"
|
|
15706
16212
|
),
|
|
15707
16213
|
children: [
|
|
15708
|
-
lineTop && /* @__PURE__ */
|
|
15709
|
-
/* @__PURE__ */
|
|
16214
|
+
lineTop && /* @__PURE__ */ jsx466("div", { className: "k-orgchart-line k-orgchart-line-v" }),
|
|
16215
|
+
/* @__PURE__ */ jsxs200(
|
|
15710
16216
|
"div",
|
|
15711
16217
|
{
|
|
15712
16218
|
className: classNames(
|
|
@@ -15717,9 +16223,9 @@ var OrgchartNodeGroup = (props) => {
|
|
|
15717
16223
|
})
|
|
15718
16224
|
),
|
|
15719
16225
|
children: [
|
|
15720
|
-
title && /* @__PURE__ */
|
|
15721
|
-
subtitle && /* @__PURE__ */
|
|
15722
|
-
/* @__PURE__ */
|
|
16226
|
+
title && /* @__PURE__ */ jsx466("div", { className: "k-orgchart-node-group-title", children: title }),
|
|
16227
|
+
subtitle && /* @__PURE__ */ jsx466("div", { className: "k-orgchart-node-group-subtitle", children: subtitle }),
|
|
16228
|
+
/* @__PURE__ */ jsx466(
|
|
15723
16229
|
"div",
|
|
15724
16230
|
{
|
|
15725
16231
|
className: classNames(
|
|
@@ -15734,51 +16240,51 @@ var OrgchartNodeGroup = (props) => {
|
|
|
15734
16240
|
]
|
|
15735
16241
|
}
|
|
15736
16242
|
),
|
|
15737
|
-
lineBottom && /* @__PURE__ */
|
|
15738
|
-
button && /* @__PURE__ */
|
|
16243
|
+
lineBottom && /* @__PURE__ */ jsx466("div", { className: "k-orgchart-line k-orgchart-line-v" }),
|
|
16244
|
+
button && /* @__PURE__ */ jsx466(Button, { className: "k-orgchart-button", icon: buttonIcon2 })
|
|
15739
16245
|
]
|
|
15740
16246
|
}
|
|
15741
16247
|
);
|
|
15742
16248
|
};
|
|
15743
|
-
OrgchartNodeGroup.states =
|
|
16249
|
+
OrgchartNodeGroup.states = states166;
|
|
15744
16250
|
|
|
15745
16251
|
// src/orgchart/templates/orgchart-normal.tsx
|
|
15746
|
-
import { jsx as
|
|
16252
|
+
import { jsx as jsx467, jsxs as jsxs201 } from "react/jsx-runtime";
|
|
15747
16253
|
|
|
15748
16254
|
// src/orgchart/templates/orgchart-vertical.tsx
|
|
15749
|
-
import { jsx as
|
|
16255
|
+
import { jsx as jsx468, jsxs as jsxs202 } from "react/jsx-runtime";
|
|
15750
16256
|
|
|
15751
16257
|
// src/orgchart/templates/orgchart-group-normal.tsx
|
|
15752
|
-
import { jsx as
|
|
16258
|
+
import { jsx as jsx469, jsxs as jsxs203 } from "react/jsx-runtime";
|
|
15753
16259
|
|
|
15754
16260
|
// src/orgchart/templates/orgchart-group-vertical.tsx
|
|
15755
|
-
import { jsx as
|
|
16261
|
+
import { jsx as jsx470, jsxs as jsxs204 } from "react/jsx-runtime";
|
|
15756
16262
|
|
|
15757
16263
|
// src/signature/signature.spec.tsx
|
|
15758
|
-
import { jsx as
|
|
16264
|
+
import { jsx as jsx471, jsxs as jsxs205 } from "react/jsx-runtime";
|
|
15759
16265
|
var SIGNATURE_CLASSNAME = `k-signature`;
|
|
15760
|
-
var
|
|
16266
|
+
var states167 = [
|
|
15761
16267
|
States.hover,
|
|
15762
16268
|
States.focus,
|
|
15763
16269
|
States.valid,
|
|
15764
16270
|
States.invalid,
|
|
15765
16271
|
States.disabled
|
|
15766
16272
|
];
|
|
15767
|
-
var
|
|
16273
|
+
var options153 = {
|
|
15768
16274
|
size: [Size.small, Size.medium, Size.large],
|
|
15769
16275
|
rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
|
|
15770
16276
|
fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
|
|
15771
16277
|
};
|
|
15772
|
-
var
|
|
16278
|
+
var defaultProps156 = {
|
|
15773
16279
|
size: Size.medium,
|
|
15774
16280
|
rounded: Roundness.medium,
|
|
15775
16281
|
fillMode: FillMode.solid
|
|
15776
16282
|
};
|
|
15777
16283
|
var Signature = (props) => {
|
|
15778
16284
|
const {
|
|
15779
|
-
size =
|
|
15780
|
-
rounded =
|
|
15781
|
-
fillMode =
|
|
16285
|
+
size = defaultProps156.size,
|
|
16286
|
+
rounded = defaultProps156.rounded,
|
|
16287
|
+
fillMode = defaultProps156.fillMode,
|
|
15782
16288
|
hover,
|
|
15783
16289
|
focus,
|
|
15784
16290
|
valid,
|
|
@@ -15787,7 +16293,7 @@ var Signature = (props) => {
|
|
|
15787
16293
|
maximized,
|
|
15788
16294
|
...other
|
|
15789
16295
|
} = props;
|
|
15790
|
-
return /* @__PURE__ */
|
|
16296
|
+
return /* @__PURE__ */ jsxs205(
|
|
15791
16297
|
"div",
|
|
15792
16298
|
{
|
|
15793
16299
|
...other,
|
|
@@ -15815,8 +16321,8 @@ var Signature = (props) => {
|
|
|
15815
16321
|
}
|
|
15816
16322
|
),
|
|
15817
16323
|
children: [
|
|
15818
|
-
/* @__PURE__ */
|
|
15819
|
-
/* @__PURE__ */
|
|
16324
|
+
/* @__PURE__ */ jsx471("canvas", { className: "k-signature-canvas" }),
|
|
16325
|
+
/* @__PURE__ */ jsxs205(
|
|
15820
16326
|
"div",
|
|
15821
16327
|
{
|
|
15822
16328
|
className: classNames(
|
|
@@ -15824,7 +16330,7 @@ var Signature = (props) => {
|
|
|
15824
16330
|
"k-signature-actions-top"
|
|
15825
16331
|
),
|
|
15826
16332
|
children: [
|
|
15827
|
-
/* @__PURE__ */
|
|
16333
|
+
/* @__PURE__ */ jsx471(
|
|
15828
16334
|
Button,
|
|
15829
16335
|
{
|
|
15830
16336
|
className: classNames(
|
|
@@ -15838,7 +16344,7 @@ var Signature = (props) => {
|
|
|
15838
16344
|
fillMode: "flat"
|
|
15839
16345
|
}
|
|
15840
16346
|
),
|
|
15841
|
-
/* @__PURE__ */
|
|
16347
|
+
/* @__PURE__ */ jsx471(
|
|
15842
16348
|
Button,
|
|
15843
16349
|
{
|
|
15844
16350
|
className: classNames(
|
|
@@ -15855,15 +16361,15 @@ var Signature = (props) => {
|
|
|
15855
16361
|
]
|
|
15856
16362
|
}
|
|
15857
16363
|
),
|
|
15858
|
-
/* @__PURE__ */
|
|
15859
|
-
/* @__PURE__ */
|
|
16364
|
+
/* @__PURE__ */ jsx471("div", { className: "k-signature-line" }),
|
|
16365
|
+
/* @__PURE__ */ jsx471(
|
|
15860
16366
|
"div",
|
|
15861
16367
|
{
|
|
15862
16368
|
className: classNames(
|
|
15863
16369
|
"k-signature-actions",
|
|
15864
16370
|
"k-signature-actions-bottom"
|
|
15865
16371
|
),
|
|
15866
|
-
children: /* @__PURE__ */
|
|
16372
|
+
children: /* @__PURE__ */ jsx471(
|
|
15867
16373
|
Button,
|
|
15868
16374
|
{
|
|
15869
16375
|
className: classNames(
|
|
@@ -15882,27 +16388,27 @@ var Signature = (props) => {
|
|
|
15882
16388
|
}
|
|
15883
16389
|
);
|
|
15884
16390
|
};
|
|
15885
|
-
Signature.states =
|
|
15886
|
-
Signature.options =
|
|
16391
|
+
Signature.states = states167;
|
|
16392
|
+
Signature.options = options153;
|
|
15887
16393
|
Signature.className = SIGNATURE_CLASSNAME;
|
|
15888
|
-
Signature.defaultProps =
|
|
16394
|
+
Signature.defaultProps = defaultProps156;
|
|
15889
16395
|
|
|
15890
16396
|
// src/editor/editor.spec.tsx
|
|
15891
|
-
import { jsx as
|
|
16397
|
+
import { jsx as jsx472 } from "react/jsx-runtime";
|
|
15892
16398
|
var EDITOR_CLASSNAME = `k-editor`;
|
|
15893
|
-
var
|
|
16399
|
+
var states168 = [
|
|
15894
16400
|
States.readonly,
|
|
15895
16401
|
States.disabled
|
|
15896
16402
|
];
|
|
15897
|
-
var
|
|
15898
|
-
var
|
|
16403
|
+
var options154 = {};
|
|
16404
|
+
var defaultProps157 = {};
|
|
15899
16405
|
var Editor = (props) => {
|
|
15900
16406
|
const {
|
|
15901
16407
|
readonly,
|
|
15902
16408
|
disabled,
|
|
15903
16409
|
...other
|
|
15904
16410
|
} = props;
|
|
15905
|
-
return /* @__PURE__ */
|
|
16411
|
+
return /* @__PURE__ */ jsx472(
|
|
15906
16412
|
"div",
|
|
15907
16413
|
{
|
|
15908
16414
|
...other,
|
|
@@ -15918,742 +16424,742 @@ var Editor = (props) => {
|
|
|
15918
16424
|
}
|
|
15919
16425
|
);
|
|
15920
16426
|
};
|
|
15921
|
-
Editor.states =
|
|
15922
|
-
Editor.options =
|
|
16427
|
+
Editor.states = states168;
|
|
16428
|
+
Editor.options = options154;
|
|
15923
16429
|
Editor.className = EDITOR_CLASSNAME;
|
|
15924
|
-
Editor.defaultProps =
|
|
16430
|
+
Editor.defaultProps = defaultProps157;
|
|
15925
16431
|
|
|
15926
16432
|
// src/editor/editor-toolbar.tsx
|
|
15927
|
-
import { jsx as
|
|
16433
|
+
import { jsx as jsx473 } from "react/jsx-runtime";
|
|
15928
16434
|
|
|
15929
16435
|
// src/editor/editor-content.tsx
|
|
15930
|
-
import { jsx as
|
|
15931
|
-
var
|
|
16436
|
+
import { jsx as jsx474 } from "react/jsx-runtime";
|
|
16437
|
+
var states169 = [
|
|
15932
16438
|
States.focus
|
|
15933
16439
|
];
|
|
15934
16440
|
|
|
15935
16441
|
// src/editor/templates/editor-normal.tsx
|
|
15936
|
-
import { Fragment as
|
|
16442
|
+
import { Fragment as Fragment140, jsx as jsx475, jsxs as jsxs206 } from "react/jsx-runtime";
|
|
15937
16443
|
|
|
15938
16444
|
// src/utils/templates/background/background-clip/border-clip.tsx
|
|
15939
|
-
import { jsx as
|
|
16445
|
+
import { jsx as jsx476 } from "react/jsx-runtime";
|
|
15940
16446
|
|
|
15941
16447
|
// src/utils/templates/background/background-clip/content-clip.tsx
|
|
15942
|
-
import { jsx as
|
|
16448
|
+
import { jsx as jsx477 } from "react/jsx-runtime";
|
|
15943
16449
|
|
|
15944
16450
|
// src/utils/templates/background/background-clip/padding-clip.tsx
|
|
15945
|
-
import { jsx as
|
|
16451
|
+
import { jsx as jsx478 } from "react/jsx-runtime";
|
|
15946
16452
|
|
|
15947
16453
|
// src/utils/templates/background/background-clip/text-clip.tsx
|
|
15948
|
-
import { jsx as
|
|
16454
|
+
import { jsx as jsx479 } from "react/jsx-runtime";
|
|
15949
16455
|
|
|
15950
16456
|
// src/utils/templates/background/background-color/color.tsx
|
|
15951
|
-
import { jsx as
|
|
16457
|
+
import { jsx as jsx480, jsxs as jsxs207 } from "react/jsx-runtime";
|
|
15952
16458
|
|
|
15953
16459
|
// src/utils/templates/borders/border-color/all-sides.tsx
|
|
15954
|
-
import { jsx as
|
|
16460
|
+
import { jsx as jsx481, jsxs as jsxs208 } from "react/jsx-runtime";
|
|
15955
16461
|
|
|
15956
16462
|
// src/utils/templates/borders/border-color/individual.tsx
|
|
15957
|
-
import { jsx as
|
|
16463
|
+
import { jsx as jsx482, jsxs as jsxs209 } from "react/jsx-runtime";
|
|
15958
16464
|
|
|
15959
16465
|
// src/utils/templates/borders/border-color/left-right.tsx
|
|
15960
|
-
import { jsx as
|
|
16466
|
+
import { jsx as jsx483, jsxs as jsxs210 } from "react/jsx-runtime";
|
|
15961
16467
|
|
|
15962
16468
|
// src/utils/templates/borders/border-color/top-bottom.tsx
|
|
15963
|
-
import { jsx as
|
|
16469
|
+
import { jsx as jsx484, jsxs as jsxs211 } from "react/jsx-runtime";
|
|
15964
16470
|
|
|
15965
16471
|
// src/utils/templates/borders/border-radius/corners.tsx
|
|
15966
|
-
import { jsx as
|
|
16472
|
+
import { jsx as jsx485, jsxs as jsxs212 } from "react/jsx-runtime";
|
|
15967
16473
|
|
|
15968
16474
|
// src/utils/templates/borders/border-radius/no-rounding.tsx
|
|
15969
|
-
import { jsx as
|
|
16475
|
+
import { jsx as jsx486, jsxs as jsxs213 } from "react/jsx-runtime";
|
|
15970
16476
|
|
|
15971
16477
|
// src/utils/templates/borders/border-radius/rounding.tsx
|
|
15972
|
-
import { jsx as
|
|
16478
|
+
import { jsx as jsx487, jsxs as jsxs214 } from "react/jsx-runtime";
|
|
15973
16479
|
|
|
15974
16480
|
// src/utils/templates/borders/border-radius/sides.tsx
|
|
15975
|
-
import { jsx as
|
|
16481
|
+
import { jsx as jsx488, jsxs as jsxs215 } from "react/jsx-runtime";
|
|
15976
16482
|
|
|
15977
16483
|
// src/utils/templates/borders/border-style/all-sides.tsx
|
|
15978
|
-
import { jsx as
|
|
16484
|
+
import { jsx as jsx489, jsxs as jsxs216 } from "react/jsx-runtime";
|
|
15979
16485
|
|
|
15980
16486
|
// src/utils/templates/borders/border-style/individual.tsx
|
|
15981
|
-
import { jsx as
|
|
16487
|
+
import { jsx as jsx490, jsxs as jsxs217 } from "react/jsx-runtime";
|
|
15982
16488
|
|
|
15983
16489
|
// src/utils/templates/borders/border-style/left-right.tsx
|
|
15984
|
-
import { jsx as
|
|
16490
|
+
import { jsx as jsx491, jsxs as jsxs218 } from "react/jsx-runtime";
|
|
15985
16491
|
|
|
15986
16492
|
// src/utils/templates/borders/border-style/no-style.tsx
|
|
15987
|
-
import { jsx as
|
|
16493
|
+
import { jsx as jsx492 } from "react/jsx-runtime";
|
|
15988
16494
|
|
|
15989
16495
|
// src/utils/templates/borders/border-style/top-bottom.tsx
|
|
15990
|
-
import { jsx as
|
|
16496
|
+
import { jsx as jsx493, jsxs as jsxs219 } from "react/jsx-runtime";
|
|
15991
16497
|
|
|
15992
16498
|
// src/utils/templates/borders/border-width/all-sides.tsx
|
|
15993
|
-
import { jsx as
|
|
16499
|
+
import { jsx as jsx494, jsxs as jsxs220 } from "react/jsx-runtime";
|
|
15994
16500
|
|
|
15995
16501
|
// src/utils/templates/borders/border-width/individual.tsx
|
|
15996
|
-
import { jsx as
|
|
16502
|
+
import { jsx as jsx495, jsxs as jsxs221 } from "react/jsx-runtime";
|
|
15997
16503
|
|
|
15998
16504
|
// src/utils/templates/borders/border-width/left-right.tsx
|
|
15999
|
-
import { jsx as
|
|
16505
|
+
import { jsx as jsx496, jsxs as jsxs222 } from "react/jsx-runtime";
|
|
16000
16506
|
|
|
16001
16507
|
// src/utils/templates/borders/border-width/top-bottom.tsx
|
|
16002
|
-
import { jsx as
|
|
16508
|
+
import { jsx as jsx497, jsxs as jsxs223 } from "react/jsx-runtime";
|
|
16003
16509
|
|
|
16004
16510
|
// src/utils/templates/borders/outline-color/all-sides.tsx
|
|
16005
|
-
import { jsx as
|
|
16511
|
+
import { jsx as jsx498 } from "react/jsx-runtime";
|
|
16006
16512
|
|
|
16007
16513
|
// src/utils/templates/borders/outline-offset/all-sides.tsx
|
|
16008
|
-
import { jsx as
|
|
16514
|
+
import { jsx as jsx499, jsxs as jsxs224 } from "react/jsx-runtime";
|
|
16009
16515
|
|
|
16010
16516
|
// src/utils/templates/borders/outline-offset/no-offset.tsx
|
|
16011
|
-
import { jsx as
|
|
16517
|
+
import { jsx as jsx500 } from "react/jsx-runtime";
|
|
16012
16518
|
|
|
16013
16519
|
// src/utils/templates/borders/outline-style/all-sides.tsx
|
|
16014
|
-
import { jsx as
|
|
16520
|
+
import { jsx as jsx501, jsxs as jsxs225 } from "react/jsx-runtime";
|
|
16015
16521
|
|
|
16016
16522
|
// src/utils/templates/borders/outline-style/no-style.tsx
|
|
16017
|
-
import { jsx as
|
|
16523
|
+
import { jsx as jsx502 } from "react/jsx-runtime";
|
|
16018
16524
|
|
|
16019
16525
|
// src/utils/templates/borders/outline-width/all-sides.tsx
|
|
16020
|
-
import { jsx as
|
|
16526
|
+
import { jsx as jsx503, jsxs as jsxs226 } from "react/jsx-runtime";
|
|
16021
16527
|
|
|
16022
16528
|
// src/utils/templates/borders/outline-width/no-width.tsx
|
|
16023
|
-
import { jsx as
|
|
16529
|
+
import { jsx as jsx504 } from "react/jsx-runtime";
|
|
16024
16530
|
|
|
16025
16531
|
// src/utils/templates/effects/opacity/applying.tsx
|
|
16026
|
-
import { jsx as
|
|
16532
|
+
import { jsx as jsx505, jsxs as jsxs227 } from "react/jsx-runtime";
|
|
16027
16533
|
|
|
16028
16534
|
// src/utils/templates/filters/backdrop-blur/applying.tsx
|
|
16029
|
-
import { Fragment as
|
|
16535
|
+
import { Fragment as Fragment141, jsx as jsx506, jsxs as jsxs228 } from "react/jsx-runtime";
|
|
16030
16536
|
|
|
16031
16537
|
// src/utils/templates/flex-grid/align-content/around.tsx
|
|
16032
|
-
import { jsx as
|
|
16538
|
+
import { jsx as jsx507, jsxs as jsxs229 } from "react/jsx-runtime";
|
|
16033
16539
|
|
|
16034
16540
|
// src/utils/templates/flex-grid/align-content/between.tsx
|
|
16035
|
-
import { jsx as
|
|
16541
|
+
import { jsx as jsx508, jsxs as jsxs230 } from "react/jsx-runtime";
|
|
16036
16542
|
|
|
16037
16543
|
// src/utils/templates/flex-grid/align-content/center.tsx
|
|
16038
|
-
import { jsx as
|
|
16544
|
+
import { jsx as jsx509, jsxs as jsxs231 } from "react/jsx-runtime";
|
|
16039
16545
|
|
|
16040
16546
|
// src/utils/templates/flex-grid/align-content/end.tsx
|
|
16041
|
-
import { jsx as
|
|
16547
|
+
import { jsx as jsx510, jsxs as jsxs232 } from "react/jsx-runtime";
|
|
16042
16548
|
|
|
16043
16549
|
// src/utils/templates/flex-grid/align-content/evenly.tsx
|
|
16044
|
-
import { jsx as
|
|
16550
|
+
import { jsx as jsx511, jsxs as jsxs233 } from "react/jsx-runtime";
|
|
16045
16551
|
|
|
16046
16552
|
// src/utils/templates/flex-grid/align-content/normal.tsx
|
|
16047
|
-
import { jsx as
|
|
16553
|
+
import { jsx as jsx512, jsxs as jsxs234 } from "react/jsx-runtime";
|
|
16048
16554
|
|
|
16049
16555
|
// src/utils/templates/flex-grid/align-content/start.tsx
|
|
16050
|
-
import { jsx as
|
|
16556
|
+
import { jsx as jsx513, jsxs as jsxs235 } from "react/jsx-runtime";
|
|
16051
16557
|
|
|
16052
16558
|
// src/utils/templates/flex-grid/align-content/stretch.tsx
|
|
16053
|
-
import { jsx as
|
|
16559
|
+
import { jsx as jsx514, jsxs as jsxs236 } from "react/jsx-runtime";
|
|
16054
16560
|
|
|
16055
16561
|
// src/utils/templates/flex-grid/align-items/baseline.tsx
|
|
16056
|
-
import { jsx as
|
|
16562
|
+
import { jsx as jsx515, jsxs as jsxs237 } from "react/jsx-runtime";
|
|
16057
16563
|
|
|
16058
16564
|
// src/utils/templates/flex-grid/align-items/center.tsx
|
|
16059
|
-
import { jsx as
|
|
16565
|
+
import { jsx as jsx516, jsxs as jsxs238 } from "react/jsx-runtime";
|
|
16060
16566
|
|
|
16061
16567
|
// src/utils/templates/flex-grid/align-items/end.tsx
|
|
16062
|
-
import { jsx as
|
|
16568
|
+
import { jsx as jsx517, jsxs as jsxs239 } from "react/jsx-runtime";
|
|
16063
16569
|
|
|
16064
16570
|
// src/utils/templates/flex-grid/align-items/start.tsx
|
|
16065
|
-
import { jsx as
|
|
16571
|
+
import { jsx as jsx518, jsxs as jsxs240 } from "react/jsx-runtime";
|
|
16066
16572
|
|
|
16067
16573
|
// src/utils/templates/flex-grid/align-items/stretch.tsx
|
|
16068
|
-
import { jsx as
|
|
16574
|
+
import { jsx as jsx519, jsxs as jsxs241 } from "react/jsx-runtime";
|
|
16069
16575
|
|
|
16070
16576
|
// src/utils/templates/flex-grid/align-self/baseline.tsx
|
|
16071
|
-
import { jsx as
|
|
16577
|
+
import { jsx as jsx520, jsxs as jsxs242 } from "react/jsx-runtime";
|
|
16072
16578
|
|
|
16073
16579
|
// src/utils/templates/flex-grid/align-self/center.tsx
|
|
16074
|
-
import { jsx as
|
|
16580
|
+
import { jsx as jsx521, jsxs as jsxs243 } from "react/jsx-runtime";
|
|
16075
16581
|
|
|
16076
16582
|
// src/utils/templates/flex-grid/align-self/end.tsx
|
|
16077
|
-
import { jsx as
|
|
16583
|
+
import { jsx as jsx522, jsxs as jsxs244 } from "react/jsx-runtime";
|
|
16078
16584
|
|
|
16079
16585
|
// src/utils/templates/flex-grid/align-self/start.tsx
|
|
16080
|
-
import { jsx as
|
|
16586
|
+
import { jsx as jsx523, jsxs as jsxs245 } from "react/jsx-runtime";
|
|
16081
16587
|
|
|
16082
16588
|
// src/utils/templates/flex-grid/align-self/stretch.tsx
|
|
16083
|
-
import { jsx as
|
|
16589
|
+
import { jsx as jsx524, jsxs as jsxs246 } from "react/jsx-runtime";
|
|
16084
16590
|
|
|
16085
16591
|
// src/utils/templates/flex-grid/flex/auto.tsx
|
|
16086
|
-
import { jsx as
|
|
16592
|
+
import { jsx as jsx525, jsxs as jsxs247 } from "react/jsx-runtime";
|
|
16087
16593
|
|
|
16088
16594
|
// src/utils/templates/flex-grid/flex/flex-1.tsx
|
|
16089
|
-
import { jsx as
|
|
16595
|
+
import { jsx as jsx526, jsxs as jsxs248 } from "react/jsx-runtime";
|
|
16090
16596
|
|
|
16091
16597
|
// src/utils/templates/flex-grid/flex/initial.tsx
|
|
16092
|
-
import { jsx as
|
|
16598
|
+
import { jsx as jsx527, jsxs as jsxs249 } from "react/jsx-runtime";
|
|
16093
16599
|
|
|
16094
16600
|
// src/utils/templates/flex-grid/flex/none.tsx
|
|
16095
|
-
import { jsx as
|
|
16601
|
+
import { jsx as jsx528, jsxs as jsxs250 } from "react/jsx-runtime";
|
|
16096
16602
|
|
|
16097
16603
|
// src/utils/templates/flex-grid/flex-basis/auto.tsx
|
|
16098
|
-
import { jsx as
|
|
16604
|
+
import { jsx as jsx529, jsxs as jsxs251 } from "react/jsx-runtime";
|
|
16099
16605
|
|
|
16100
16606
|
// src/utils/templates/flex-grid/flex-basis/size.tsx
|
|
16101
|
-
import { jsx as
|
|
16607
|
+
import { jsx as jsx530, jsxs as jsxs252 } from "react/jsx-runtime";
|
|
16102
16608
|
|
|
16103
16609
|
// src/utils/templates/flex-grid/flex-direction/column-reverse.tsx
|
|
16104
|
-
import { jsx as
|
|
16610
|
+
import { jsx as jsx531, jsxs as jsxs253 } from "react/jsx-runtime";
|
|
16105
16611
|
|
|
16106
16612
|
// src/utils/templates/flex-grid/flex-direction/column.tsx
|
|
16107
|
-
import { jsx as
|
|
16613
|
+
import { jsx as jsx532, jsxs as jsxs254 } from "react/jsx-runtime";
|
|
16108
16614
|
|
|
16109
16615
|
// src/utils/templates/flex-grid/flex-direction/row-reverse.tsx
|
|
16110
|
-
import { jsx as
|
|
16616
|
+
import { jsx as jsx533, jsxs as jsxs255 } from "react/jsx-runtime";
|
|
16111
16617
|
|
|
16112
16618
|
// src/utils/templates/flex-grid/flex-direction/row.tsx
|
|
16113
|
-
import { jsx as
|
|
16619
|
+
import { jsx as jsx534, jsxs as jsxs256 } from "react/jsx-runtime";
|
|
16114
16620
|
|
|
16115
16621
|
// src/utils/templates/flex-grid/flex-grow/grow-0.tsx
|
|
16116
|
-
import { jsx as
|
|
16622
|
+
import { jsx as jsx535, jsxs as jsxs257 } from "react/jsx-runtime";
|
|
16117
16623
|
|
|
16118
16624
|
// src/utils/templates/flex-grid/flex-grow/grow-1.tsx
|
|
16119
|
-
import { jsx as
|
|
16625
|
+
import { jsx as jsx536, jsxs as jsxs258 } from "react/jsx-runtime";
|
|
16120
16626
|
|
|
16121
16627
|
// src/utils/templates/flex-grid/flex-srink/shrink-0.tsx
|
|
16122
|
-
import { jsx as
|
|
16628
|
+
import { jsx as jsx537, jsxs as jsxs259 } from "react/jsx-runtime";
|
|
16123
16629
|
|
|
16124
16630
|
// src/utils/templates/flex-grid/flex-srink/shrink-1.tsx
|
|
16125
|
-
import { jsx as
|
|
16631
|
+
import { jsx as jsx538, jsxs as jsxs260 } from "react/jsx-runtime";
|
|
16126
16632
|
|
|
16127
16633
|
// src/utils/templates/flex-grid/flex-wrap/nowrap.tsx
|
|
16128
|
-
import { jsx as
|
|
16634
|
+
import { jsx as jsx539, jsxs as jsxs261 } from "react/jsx-runtime";
|
|
16129
16635
|
|
|
16130
16636
|
// src/utils/templates/flex-grid/flex-wrap/wrap-reverse.tsx
|
|
16131
|
-
import { jsx as
|
|
16637
|
+
import { jsx as jsx540, jsxs as jsxs262 } from "react/jsx-runtime";
|
|
16132
16638
|
|
|
16133
16639
|
// src/utils/templates/flex-grid/flex-wrap/wrap.tsx
|
|
16134
|
-
import { jsx as
|
|
16640
|
+
import { jsx as jsx541, jsxs as jsxs263 } from "react/jsx-runtime";
|
|
16135
16641
|
|
|
16136
16642
|
// src/utils/templates/flex-grid/gap/size-x-y.tsx
|
|
16137
|
-
import { jsx as
|
|
16643
|
+
import { jsx as jsx542, jsxs as jsxs264 } from "react/jsx-runtime";
|
|
16138
16644
|
|
|
16139
16645
|
// src/utils/templates/flex-grid/gap/size.tsx
|
|
16140
|
-
import { jsx as
|
|
16646
|
+
import { jsx as jsx543, jsxs as jsxs265 } from "react/jsx-runtime";
|
|
16141
16647
|
|
|
16142
16648
|
// src/utils/templates/flex-grid/grid-auto-cols/auto.tsx
|
|
16143
|
-
import { jsx as
|
|
16649
|
+
import { jsx as jsx544, jsxs as jsxs266 } from "react/jsx-runtime";
|
|
16144
16650
|
|
|
16145
16651
|
// src/utils/templates/flex-grid/grid-auto-cols/fr.tsx
|
|
16146
|
-
import { jsx as
|
|
16652
|
+
import { jsx as jsx545, jsxs as jsxs267 } from "react/jsx-runtime";
|
|
16147
16653
|
|
|
16148
16654
|
// src/utils/templates/flex-grid/grid-auto-cols/max.tsx
|
|
16149
|
-
import { jsx as
|
|
16655
|
+
import { jsx as jsx546, jsxs as jsxs268 } from "react/jsx-runtime";
|
|
16150
16656
|
|
|
16151
16657
|
// src/utils/templates/flex-grid/grid-auto-cols/min.tsx
|
|
16152
|
-
import { jsx as
|
|
16658
|
+
import { jsx as jsx547, jsxs as jsxs269 } from "react/jsx-runtime";
|
|
16153
16659
|
|
|
16154
16660
|
// src/utils/templates/flex-grid/grid-auto-flow/column.tsx
|
|
16155
|
-
import { jsx as
|
|
16661
|
+
import { jsx as jsx548, jsxs as jsxs270 } from "react/jsx-runtime";
|
|
16156
16662
|
|
|
16157
16663
|
// src/utils/templates/flex-grid/grid-auto-flow/dense.tsx
|
|
16158
|
-
import { jsx as
|
|
16664
|
+
import { jsx as jsx549, jsxs as jsxs271 } from "react/jsx-runtime";
|
|
16159
16665
|
|
|
16160
16666
|
// src/utils/templates/flex-grid/grid-auto-flow/row.tsx
|
|
16161
|
-
import { jsx as
|
|
16667
|
+
import { jsx as jsx550, jsxs as jsxs272 } from "react/jsx-runtime";
|
|
16162
16668
|
|
|
16163
16669
|
// src/utils/templates/flex-grid/grid-auto-rows/auto.tsx
|
|
16164
|
-
import { jsx as
|
|
16670
|
+
import { jsx as jsx551, jsxs as jsxs273 } from "react/jsx-runtime";
|
|
16165
16671
|
|
|
16166
16672
|
// src/utils/templates/flex-grid/grid-auto-rows/fr.tsx
|
|
16167
|
-
import { jsx as
|
|
16673
|
+
import { jsx as jsx552, jsxs as jsxs274 } from "react/jsx-runtime";
|
|
16168
16674
|
|
|
16169
16675
|
// src/utils/templates/flex-grid/grid-auto-rows/min.tsx
|
|
16170
|
-
import { jsx as
|
|
16676
|
+
import { jsx as jsx553, jsxs as jsxs275 } from "react/jsx-runtime";
|
|
16171
16677
|
|
|
16172
16678
|
// src/utils/templates/flex-grid/grid-col-start-end/start-end-n.tsx
|
|
16173
|
-
import { jsx as
|
|
16679
|
+
import { jsx as jsx554, jsxs as jsxs276 } from "react/jsx-runtime";
|
|
16174
16680
|
|
|
16175
16681
|
// src/utils/templates/flex-grid/grid-row-start-end/start-end-n.tsx
|
|
16176
|
-
import { jsx as
|
|
16682
|
+
import { jsx as jsx555, jsxs as jsxs277 } from "react/jsx-runtime";
|
|
16177
16683
|
|
|
16178
16684
|
// src/utils/templates/flex-grid/grid-template-cols/integer.tsx
|
|
16179
|
-
import { jsx as
|
|
16685
|
+
import { jsx as jsx556, jsxs as jsxs278 } from "react/jsx-runtime";
|
|
16180
16686
|
|
|
16181
16687
|
// src/utils/templates/flex-grid/grid-template-rows/integer.tsx
|
|
16182
|
-
import { jsx as
|
|
16688
|
+
import { jsx as jsx557, jsxs as jsxs279 } from "react/jsx-runtime";
|
|
16183
16689
|
|
|
16184
16690
|
// src/utils/templates/flex-grid/justify-content/around.tsx
|
|
16185
|
-
import { jsx as
|
|
16691
|
+
import { jsx as jsx558, jsxs as jsxs280 } from "react/jsx-runtime";
|
|
16186
16692
|
|
|
16187
16693
|
// src/utils/templates/flex-grid/justify-content/between.tsx
|
|
16188
|
-
import { jsx as
|
|
16694
|
+
import { jsx as jsx559, jsxs as jsxs281 } from "react/jsx-runtime";
|
|
16189
16695
|
|
|
16190
16696
|
// src/utils/templates/flex-grid/justify-content/center.tsx
|
|
16191
|
-
import { jsx as
|
|
16697
|
+
import { jsx as jsx560, jsxs as jsxs282 } from "react/jsx-runtime";
|
|
16192
16698
|
|
|
16193
16699
|
// src/utils/templates/flex-grid/justify-content/end.tsx
|
|
16194
|
-
import { jsx as
|
|
16700
|
+
import { jsx as jsx561, jsxs as jsxs283 } from "react/jsx-runtime";
|
|
16195
16701
|
|
|
16196
16702
|
// src/utils/templates/flex-grid/justify-content/evenly.tsx
|
|
16197
|
-
import { jsx as
|
|
16703
|
+
import { jsx as jsx562, jsxs as jsxs284 } from "react/jsx-runtime";
|
|
16198
16704
|
|
|
16199
16705
|
// src/utils/templates/flex-grid/justify-content/normal.tsx
|
|
16200
|
-
import { jsx as
|
|
16706
|
+
import { jsx as jsx563, jsxs as jsxs285 } from "react/jsx-runtime";
|
|
16201
16707
|
|
|
16202
16708
|
// src/utils/templates/flex-grid/justify-content/start.tsx
|
|
16203
|
-
import { jsx as
|
|
16709
|
+
import { jsx as jsx564, jsxs as jsxs286 } from "react/jsx-runtime";
|
|
16204
16710
|
|
|
16205
16711
|
// src/utils/templates/flex-grid/justify-content/stretch.tsx
|
|
16206
|
-
import { jsx as
|
|
16712
|
+
import { jsx as jsx565, jsxs as jsxs287 } from "react/jsx-runtime";
|
|
16207
16713
|
|
|
16208
16714
|
// src/utils/templates/flex-grid/justify-items/center.tsx
|
|
16209
|
-
import { jsx as
|
|
16715
|
+
import { jsx as jsx566, jsxs as jsxs288 } from "react/jsx-runtime";
|
|
16210
16716
|
|
|
16211
16717
|
// src/utils/templates/flex-grid/justify-items/end.tsx
|
|
16212
|
-
import { jsx as
|
|
16718
|
+
import { jsx as jsx567, jsxs as jsxs289 } from "react/jsx-runtime";
|
|
16213
16719
|
|
|
16214
16720
|
// src/utils/templates/flex-grid/justify-items/start.tsx
|
|
16215
|
-
import { jsx as
|
|
16721
|
+
import { jsx as jsx568, jsxs as jsxs290 } from "react/jsx-runtime";
|
|
16216
16722
|
|
|
16217
16723
|
// src/utils/templates/flex-grid/justify-items/stretch.tsx
|
|
16218
|
-
import { jsx as
|
|
16724
|
+
import { jsx as jsx569, jsxs as jsxs291 } from "react/jsx-runtime";
|
|
16219
16725
|
|
|
16220
16726
|
// src/utils/templates/flex-grid/justify-self/center.tsx
|
|
16221
|
-
import { jsx as
|
|
16727
|
+
import { jsx as jsx570, jsxs as jsxs292 } from "react/jsx-runtime";
|
|
16222
16728
|
|
|
16223
16729
|
// src/utils/templates/flex-grid/justify-self/end.tsx
|
|
16224
|
-
import { jsx as
|
|
16730
|
+
import { jsx as jsx571, jsxs as jsxs293 } from "react/jsx-runtime";
|
|
16225
16731
|
|
|
16226
16732
|
// src/utils/templates/flex-grid/justify-self/start.tsx
|
|
16227
|
-
import { jsx as
|
|
16733
|
+
import { jsx as jsx572, jsxs as jsxs294 } from "react/jsx-runtime";
|
|
16228
16734
|
|
|
16229
16735
|
// src/utils/templates/flex-grid/justify-self/stretch.tsx
|
|
16230
|
-
import { jsx as
|
|
16736
|
+
import { jsx as jsx573, jsxs as jsxs295 } from "react/jsx-runtime";
|
|
16231
16737
|
|
|
16232
16738
|
// src/utils/templates/flex-grid/order/first.tsx
|
|
16233
|
-
import { jsx as
|
|
16739
|
+
import { jsx as jsx574, jsxs as jsxs296 } from "react/jsx-runtime";
|
|
16234
16740
|
|
|
16235
16741
|
// src/utils/templates/flex-grid/order/integer.tsx
|
|
16236
|
-
import { jsx as
|
|
16742
|
+
import { jsx as jsx575, jsxs as jsxs297 } from "react/jsx-runtime";
|
|
16237
16743
|
|
|
16238
16744
|
// src/utils/templates/flex-grid/order/last.tsx
|
|
16239
|
-
import { jsx as
|
|
16745
|
+
import { jsx as jsx576, jsxs as jsxs298 } from "react/jsx-runtime";
|
|
16240
16746
|
|
|
16241
16747
|
// src/utils/templates/flex-grid/place-content/around.tsx
|
|
16242
|
-
import { jsx as
|
|
16748
|
+
import { jsx as jsx577, jsxs as jsxs299 } from "react/jsx-runtime";
|
|
16243
16749
|
|
|
16244
16750
|
// src/utils/templates/flex-grid/place-content/between.tsx
|
|
16245
|
-
import { jsx as
|
|
16751
|
+
import { jsx as jsx578, jsxs as jsxs300 } from "react/jsx-runtime";
|
|
16246
16752
|
|
|
16247
16753
|
// src/utils/templates/flex-grid/place-content/center.tsx
|
|
16248
|
-
import { jsx as
|
|
16754
|
+
import { jsx as jsx579, jsxs as jsxs301 } from "react/jsx-runtime";
|
|
16249
16755
|
|
|
16250
16756
|
// src/utils/templates/flex-grid/place-content/end.tsx
|
|
16251
|
-
import { jsx as
|
|
16757
|
+
import { jsx as jsx580, jsxs as jsxs302 } from "react/jsx-runtime";
|
|
16252
16758
|
|
|
16253
16759
|
// src/utils/templates/flex-grid/place-content/evenly.tsx
|
|
16254
|
-
import { jsx as
|
|
16760
|
+
import { jsx as jsx581, jsxs as jsxs303 } from "react/jsx-runtime";
|
|
16255
16761
|
|
|
16256
16762
|
// src/utils/templates/flex-grid/place-content/normal.tsx
|
|
16257
|
-
import { jsx as
|
|
16763
|
+
import { jsx as jsx582, jsxs as jsxs304 } from "react/jsx-runtime";
|
|
16258
16764
|
|
|
16259
16765
|
// src/utils/templates/flex-grid/place-content/start.tsx
|
|
16260
|
-
import { jsx as
|
|
16766
|
+
import { jsx as jsx583, jsxs as jsxs305 } from "react/jsx-runtime";
|
|
16261
16767
|
|
|
16262
16768
|
// src/utils/templates/flex-grid/place-content/stretch.tsx
|
|
16263
|
-
import { jsx as
|
|
16769
|
+
import { jsx as jsx584, jsxs as jsxs306 } from "react/jsx-runtime";
|
|
16264
16770
|
|
|
16265
16771
|
// src/utils/templates/flex-grid/place-items/center.tsx
|
|
16266
|
-
import { jsx as
|
|
16772
|
+
import { jsx as jsx585, jsxs as jsxs307 } from "react/jsx-runtime";
|
|
16267
16773
|
|
|
16268
16774
|
// src/utils/templates/flex-grid/place-items/end.tsx
|
|
16269
|
-
import { jsx as
|
|
16775
|
+
import { jsx as jsx586, jsxs as jsxs308 } from "react/jsx-runtime";
|
|
16270
16776
|
|
|
16271
16777
|
// src/utils/templates/flex-grid/place-items/start.tsx
|
|
16272
|
-
import { jsx as
|
|
16778
|
+
import { jsx as jsx587, jsxs as jsxs309 } from "react/jsx-runtime";
|
|
16273
16779
|
|
|
16274
16780
|
// src/utils/templates/flex-grid/place-items/stretch.tsx
|
|
16275
|
-
import { jsx as
|
|
16781
|
+
import { jsx as jsx588, jsxs as jsxs310 } from "react/jsx-runtime";
|
|
16276
16782
|
|
|
16277
16783
|
// src/utils/templates/flex-grid/place-self/center.tsx
|
|
16278
|
-
import { jsx as
|
|
16784
|
+
import { jsx as jsx589, jsxs as jsxs311 } from "react/jsx-runtime";
|
|
16279
16785
|
|
|
16280
16786
|
// src/utils/templates/flex-grid/place-self/end.tsx
|
|
16281
|
-
import { jsx as
|
|
16787
|
+
import { jsx as jsx590, jsxs as jsxs312 } from "react/jsx-runtime";
|
|
16282
16788
|
|
|
16283
16789
|
// src/utils/templates/flex-grid/place-self/start.tsx
|
|
16284
|
-
import { jsx as
|
|
16790
|
+
import { jsx as jsx591, jsxs as jsxs313 } from "react/jsx-runtime";
|
|
16285
16791
|
|
|
16286
16792
|
// src/utils/templates/flex-grid/place-self/stretch.tsx
|
|
16287
|
-
import { jsx as
|
|
16793
|
+
import { jsx as jsx592, jsxs as jsxs314 } from "react/jsx-runtime";
|
|
16288
16794
|
|
|
16289
16795
|
// src/utils/templates/interactivity/appearance/applying.tsx
|
|
16290
|
-
import { jsx as
|
|
16796
|
+
import { jsx as jsx593, jsxs as jsxs315 } from "react/jsx-runtime";
|
|
16291
16797
|
|
|
16292
16798
|
// src/utils/templates/interactivity/appearance/none.tsx
|
|
16293
|
-
import { jsx as
|
|
16799
|
+
import { jsx as jsx594, jsxs as jsxs316 } from "react/jsx-runtime";
|
|
16294
16800
|
|
|
16295
16801
|
// src/utils/templates/interactivity/cursor/applying.tsx
|
|
16296
|
-
import { jsx as
|
|
16802
|
+
import { jsx as jsx595, jsxs as jsxs317 } from "react/jsx-runtime";
|
|
16297
16803
|
|
|
16298
16804
|
// src/utils/templates/interactivity/pointer-events/applying.tsx
|
|
16299
|
-
import { jsx as
|
|
16805
|
+
import { jsx as jsx596, jsxs as jsxs318 } from "react/jsx-runtime";
|
|
16300
16806
|
|
|
16301
16807
|
// src/utils/templates/interactivity/resize/all-directions.tsx
|
|
16302
|
-
import { jsx as
|
|
16808
|
+
import { jsx as jsx597 } from "react/jsx-runtime";
|
|
16303
16809
|
|
|
16304
16810
|
// src/utils/templates/interactivity/resize/horizontal.tsx
|
|
16305
|
-
import { jsx as
|
|
16811
|
+
import { jsx as jsx598 } from "react/jsx-runtime";
|
|
16306
16812
|
|
|
16307
16813
|
// src/utils/templates/interactivity/resize/no-resizing.tsx
|
|
16308
|
-
import { jsx as
|
|
16814
|
+
import { jsx as jsx599 } from "react/jsx-runtime";
|
|
16309
16815
|
|
|
16310
16816
|
// src/utils/templates/interactivity/resize/vertical.tsx
|
|
16311
|
-
import { jsx as
|
|
16817
|
+
import { jsx as jsx600 } from "react/jsx-runtime";
|
|
16312
16818
|
|
|
16313
16819
|
// src/utils/templates/interactivity/touch-action/auto.tsx
|
|
16314
|
-
import { jsx as
|
|
16820
|
+
import { jsx as jsx601 } from "react/jsx-runtime";
|
|
16315
16821
|
|
|
16316
16822
|
// src/utils/templates/interactivity/touch-action/horizontal.tsx
|
|
16317
|
-
import { jsx as
|
|
16823
|
+
import { jsx as jsx602 } from "react/jsx-runtime";
|
|
16318
16824
|
|
|
16319
16825
|
// src/utils/templates/interactivity/touch-action/none.tsx
|
|
16320
|
-
import { jsx as
|
|
16826
|
+
import { jsx as jsx603 } from "react/jsx-runtime";
|
|
16321
16827
|
|
|
16322
16828
|
// src/utils/templates/interactivity/touch-action/vertical.tsx
|
|
16323
|
-
import { jsx as
|
|
16829
|
+
import { jsx as jsx604 } from "react/jsx-runtime";
|
|
16324
16830
|
|
|
16325
16831
|
// src/utils/templates/interactivity/user-select/all.tsx
|
|
16326
|
-
import { jsx as
|
|
16832
|
+
import { jsx as jsx605 } from "react/jsx-runtime";
|
|
16327
16833
|
|
|
16328
16834
|
// src/utils/templates/interactivity/user-select/none.tsx
|
|
16329
|
-
import { jsx as
|
|
16835
|
+
import { jsx as jsx606 } from "react/jsx-runtime";
|
|
16330
16836
|
|
|
16331
16837
|
// src/utils/templates/interactivity/user-select/text.tsx
|
|
16332
|
-
import { jsx as
|
|
16838
|
+
import { jsx as jsx607 } from "react/jsx-runtime";
|
|
16333
16839
|
|
|
16334
16840
|
// src/utils/templates/layout/aspect-ratio/auto.tsx
|
|
16335
|
-
import { jsx as
|
|
16841
|
+
import { jsx as jsx608 } from "react/jsx-runtime";
|
|
16336
16842
|
|
|
16337
16843
|
// src/utils/templates/layout/aspect-ratio/one.tsx
|
|
16338
|
-
import { jsx as
|
|
16844
|
+
import { jsx as jsx609 } from "react/jsx-runtime";
|
|
16339
16845
|
|
|
16340
16846
|
// src/utils/templates/layout/aspect-ratio/sqaure.tsx
|
|
16341
|
-
import { jsx as
|
|
16847
|
+
import { jsx as jsx610 } from "react/jsx-runtime";
|
|
16342
16848
|
|
|
16343
16849
|
// src/utils/templates/layout/aspect-ratio/video.tsx
|
|
16344
|
-
import { jsx as
|
|
16850
|
+
import { jsx as jsx611 } from "react/jsx-runtime";
|
|
16345
16851
|
|
|
16346
16852
|
// src/utils/templates/layout/box-sizing/border.tsx
|
|
16347
|
-
import { jsx as
|
|
16853
|
+
import { jsx as jsx612 } from "react/jsx-runtime";
|
|
16348
16854
|
|
|
16349
16855
|
// src/utils/templates/layout/box-sizing/content.tsx
|
|
16350
|
-
import { jsx as
|
|
16856
|
+
import { jsx as jsx613 } from "react/jsx-runtime";
|
|
16351
16857
|
|
|
16352
16858
|
// src/utils/templates/layout/clear/both.tsx
|
|
16353
|
-
import { jsx as
|
|
16859
|
+
import { jsx as jsx614, jsxs as jsxs319 } from "react/jsx-runtime";
|
|
16354
16860
|
|
|
16355
16861
|
// src/utils/templates/layout/clear/left.tsx
|
|
16356
|
-
import { jsx as
|
|
16862
|
+
import { jsx as jsx615, jsxs as jsxs320 } from "react/jsx-runtime";
|
|
16357
16863
|
|
|
16358
16864
|
// src/utils/templates/layout/clear/no-clear.tsx
|
|
16359
|
-
import { jsx as
|
|
16865
|
+
import { jsx as jsx616, jsxs as jsxs321 } from "react/jsx-runtime";
|
|
16360
16866
|
|
|
16361
16867
|
// src/utils/templates/layout/clear/right.tsx
|
|
16362
|
-
import { jsx as
|
|
16868
|
+
import { jsx as jsx617, jsxs as jsxs322 } from "react/jsx-runtime";
|
|
16363
16869
|
|
|
16364
16870
|
// src/utils/templates/layout/columns/automatic.tsx
|
|
16365
|
-
import { jsx as
|
|
16871
|
+
import { jsx as jsx618, jsxs as jsxs323 } from "react/jsx-runtime";
|
|
16366
16872
|
|
|
16367
16873
|
// src/utils/templates/layout/columns/count.tsx
|
|
16368
|
-
import { jsx as
|
|
16874
|
+
import { jsx as jsx619, jsxs as jsxs324 } from "react/jsx-runtime";
|
|
16369
16875
|
|
|
16370
16876
|
// src/utils/templates/layout/display/block.tsx
|
|
16371
|
-
import { jsx as
|
|
16877
|
+
import { jsx as jsx620, jsxs as jsxs325 } from "react/jsx-runtime";
|
|
16372
16878
|
|
|
16373
16879
|
// src/utils/templates/layout/display/flex.tsx
|
|
16374
|
-
import { jsx as
|
|
16880
|
+
import { jsx as jsx621, jsxs as jsxs326 } from "react/jsx-runtime";
|
|
16375
16881
|
|
|
16376
16882
|
// src/utils/templates/layout/display/inline.tsx
|
|
16377
|
-
import { jsx as
|
|
16883
|
+
import { jsx as jsx622, jsxs as jsxs327 } from "react/jsx-runtime";
|
|
16378
16884
|
|
|
16379
16885
|
// src/utils/templates/layout/display/none.tsx
|
|
16380
|
-
import { Fragment as
|
|
16886
|
+
import { Fragment as Fragment142, jsx as jsx623, jsxs as jsxs328 } from "react/jsx-runtime";
|
|
16381
16887
|
|
|
16382
16888
|
// src/utils/templates/layout/float/left.tsx
|
|
16383
|
-
import { jsx as
|
|
16889
|
+
import { jsx as jsx624, jsxs as jsxs329 } from "react/jsx-runtime";
|
|
16384
16890
|
|
|
16385
16891
|
// src/utils/templates/layout/float/no-float.tsx
|
|
16386
|
-
import { jsx as
|
|
16892
|
+
import { jsx as jsx625, jsxs as jsxs330 } from "react/jsx-runtime";
|
|
16387
16893
|
|
|
16388
16894
|
// src/utils/templates/layout/float/right.tsx
|
|
16389
|
-
import { jsx as
|
|
16895
|
+
import { jsx as jsx626, jsxs as jsxs331 } from "react/jsx-runtime";
|
|
16390
16896
|
|
|
16391
16897
|
// src/utils/templates/layout/object-fit/contain.tsx
|
|
16392
|
-
import { jsx as
|
|
16898
|
+
import { jsx as jsx627 } from "react/jsx-runtime";
|
|
16393
16899
|
|
|
16394
16900
|
// src/utils/templates/layout/object-fit/cover.tsx
|
|
16395
|
-
import { jsx as
|
|
16901
|
+
import { jsx as jsx628 } from "react/jsx-runtime";
|
|
16396
16902
|
|
|
16397
16903
|
// src/utils/templates/layout/object-fit/fill.tsx
|
|
16398
|
-
import { jsx as
|
|
16904
|
+
import { jsx as jsx629 } from "react/jsx-runtime";
|
|
16399
16905
|
|
|
16400
16906
|
// src/utils/templates/layout/object-fit/scale-down.tsx
|
|
16401
|
-
import { jsx as
|
|
16907
|
+
import { jsx as jsx630 } from "react/jsx-runtime";
|
|
16402
16908
|
|
|
16403
16909
|
// src/utils/templates/layout/object-position/position.tsx
|
|
16404
|
-
import { jsx as
|
|
16910
|
+
import { jsx as jsx631, jsxs as jsxs332 } from "react/jsx-runtime";
|
|
16405
16911
|
|
|
16406
16912
|
// src/utils/templates/layout/overflow/hidden.tsx
|
|
16407
|
-
import { jsx as
|
|
16913
|
+
import { jsx as jsx632 } from "react/jsx-runtime";
|
|
16408
16914
|
|
|
16409
16915
|
// src/utils/templates/layout/overflow/horizontal.tsx
|
|
16410
|
-
import { jsx as
|
|
16916
|
+
import { jsx as jsx633 } from "react/jsx-runtime";
|
|
16411
16917
|
|
|
16412
16918
|
// src/utils/templates/layout/overflow/vertical.tsx
|
|
16413
|
-
import { jsx as
|
|
16919
|
+
import { jsx as jsx634 } from "react/jsx-runtime";
|
|
16414
16920
|
|
|
16415
16921
|
// src/utils/templates/layout/overflow/visible.tsx
|
|
16416
|
-
import { jsx as
|
|
16922
|
+
import { jsx as jsx635 } from "react/jsx-runtime";
|
|
16417
16923
|
|
|
16418
16924
|
// src/utils/templates/layout/placement/multiple.tsx
|
|
16419
|
-
import { jsx as
|
|
16925
|
+
import { jsx as jsx636, jsxs as jsxs333 } from "react/jsx-runtime";
|
|
16420
16926
|
|
|
16421
16927
|
// src/utils/templates/layout/placement/single.tsx
|
|
16422
|
-
import { jsx as
|
|
16928
|
+
import { jsx as jsx637, jsxs as jsxs334 } from "react/jsx-runtime";
|
|
16423
16929
|
|
|
16424
16930
|
// src/utils/templates/layout/position/applying.tsx
|
|
16425
|
-
import { jsx as
|
|
16931
|
+
import { jsx as jsx638, jsxs as jsxs335 } from "react/jsx-runtime";
|
|
16426
16932
|
|
|
16427
16933
|
// src/utils/templates/layout/visibility/invisible.tsx
|
|
16428
|
-
import { jsx as
|
|
16934
|
+
import { jsx as jsx639, jsxs as jsxs336 } from "react/jsx-runtime";
|
|
16429
16935
|
|
|
16430
16936
|
// src/utils/templates/layout/z-index/applying.tsx
|
|
16431
|
-
import { Fragment as
|
|
16937
|
+
import { Fragment as Fragment143, jsx as jsx640, jsxs as jsxs337 } from "react/jsx-runtime";
|
|
16432
16938
|
|
|
16433
16939
|
// src/utils/templates/sizing/height/fixed.tsx
|
|
16434
|
-
import { jsx as
|
|
16940
|
+
import { jsx as jsx641, jsxs as jsxs338 } from "react/jsx-runtime";
|
|
16435
16941
|
|
|
16436
16942
|
// src/utils/templates/sizing/height/full.tsx
|
|
16437
|
-
import { jsx as
|
|
16943
|
+
import { jsx as jsx642 } from "react/jsx-runtime";
|
|
16438
16944
|
|
|
16439
16945
|
// src/utils/templates/sizing/height/maximum.tsx
|
|
16440
|
-
import { jsx as
|
|
16946
|
+
import { jsx as jsx643 } from "react/jsx-runtime";
|
|
16441
16947
|
|
|
16442
16948
|
// src/utils/templates/sizing/height/minimum.tsx
|
|
16443
|
-
import { jsx as
|
|
16949
|
+
import { jsx as jsx644 } from "react/jsx-runtime";
|
|
16444
16950
|
|
|
16445
16951
|
// src/utils/templates/sizing/height/screen.tsx
|
|
16446
|
-
import { jsx as
|
|
16952
|
+
import { jsx as jsx645 } from "react/jsx-runtime";
|
|
16447
16953
|
|
|
16448
16954
|
// src/utils/templates/sizing/width/fixed.tsx
|
|
16449
|
-
import { jsx as
|
|
16955
|
+
import { jsx as jsx646, jsxs as jsxs339 } from "react/jsx-runtime";
|
|
16450
16956
|
|
|
16451
16957
|
// src/utils/templates/sizing/width/full.tsx
|
|
16452
|
-
import { jsx as
|
|
16958
|
+
import { jsx as jsx647 } from "react/jsx-runtime";
|
|
16453
16959
|
|
|
16454
16960
|
// src/utils/templates/sizing/width/maximum.tsx
|
|
16455
|
-
import { jsx as
|
|
16961
|
+
import { jsx as jsx648 } from "react/jsx-runtime";
|
|
16456
16962
|
|
|
16457
16963
|
// src/utils/templates/sizing/width/minimum.tsx
|
|
16458
|
-
import { jsx as
|
|
16964
|
+
import { jsx as jsx649 } from "react/jsx-runtime";
|
|
16459
16965
|
|
|
16460
16966
|
// src/utils/templates/sizing/width/screen.tsx
|
|
16461
|
-
import { jsx as
|
|
16967
|
+
import { jsx as jsx650 } from "react/jsx-runtime";
|
|
16462
16968
|
|
|
16463
16969
|
// src/utils/templates/spacing/margin/all.tsx
|
|
16464
|
-
import { jsx as
|
|
16970
|
+
import { jsx as jsx651 } from "react/jsx-runtime";
|
|
16465
16971
|
|
|
16466
16972
|
// src/utils/templates/spacing/margin/single.tsx
|
|
16467
|
-
import { Fragment as
|
|
16973
|
+
import { Fragment as Fragment144, jsx as jsx652, jsxs as jsxs340 } from "react/jsx-runtime";
|
|
16468
16974
|
|
|
16469
16975
|
// src/utils/templates/spacing/margin/x.tsx
|
|
16470
|
-
import { jsx as
|
|
16976
|
+
import { jsx as jsx653 } from "react/jsx-runtime";
|
|
16471
16977
|
|
|
16472
16978
|
// src/utils/templates/spacing/margin/y.tsx
|
|
16473
|
-
import { jsx as
|
|
16979
|
+
import { jsx as jsx654 } from "react/jsx-runtime";
|
|
16474
16980
|
|
|
16475
16981
|
// src/utils/templates/spacing/padding/all.tsx
|
|
16476
|
-
import { jsx as
|
|
16982
|
+
import { jsx as jsx655 } from "react/jsx-runtime";
|
|
16477
16983
|
|
|
16478
16984
|
// src/utils/templates/spacing/padding/single.tsx
|
|
16479
|
-
import { Fragment as
|
|
16985
|
+
import { Fragment as Fragment145, jsx as jsx656, jsxs as jsxs341 } from "react/jsx-runtime";
|
|
16480
16986
|
|
|
16481
16987
|
// src/utils/templates/spacing/padding/x.tsx
|
|
16482
|
-
import { jsx as
|
|
16988
|
+
import { jsx as jsx657 } from "react/jsx-runtime";
|
|
16483
16989
|
|
|
16484
16990
|
// src/utils/templates/spacing/padding/y.tsx
|
|
16485
|
-
import { jsx as
|
|
16991
|
+
import { jsx as jsx658 } from "react/jsx-runtime";
|
|
16486
16992
|
|
|
16487
16993
|
// src/utils/templates/svg/fill/color.tsx
|
|
16488
|
-
import { Fragment as
|
|
16994
|
+
import { Fragment as Fragment146, jsx as jsx659, jsxs as jsxs342 } from "react/jsx-runtime";
|
|
16489
16995
|
|
|
16490
16996
|
// src/utils/templates/svg/stroke/color.tsx
|
|
16491
|
-
import { Fragment as
|
|
16997
|
+
import { Fragment as Fragment147, jsx as jsx660, jsxs as jsxs343 } from "react/jsx-runtime";
|
|
16492
16998
|
|
|
16493
16999
|
// src/utils/templates/table/border-collapse/collapse.tsx
|
|
16494
|
-
import { jsx as
|
|
17000
|
+
import { jsx as jsx661, jsxs as jsxs344 } from "react/jsx-runtime";
|
|
16495
17001
|
|
|
16496
17002
|
// src/utils/templates/table/border-collapse/separate.tsx
|
|
16497
|
-
import { jsx as
|
|
17003
|
+
import { jsx as jsx662, jsxs as jsxs345 } from "react/jsx-runtime";
|
|
16498
17004
|
|
|
16499
17005
|
// src/utils/templates/table/table-layout/auto.tsx
|
|
16500
|
-
import { jsx as
|
|
17006
|
+
import { jsx as jsx663, jsxs as jsxs346 } from "react/jsx-runtime";
|
|
16501
17007
|
|
|
16502
17008
|
// src/utils/templates/table/table-layout/fixed.tsx
|
|
16503
|
-
import { jsx as
|
|
17009
|
+
import { jsx as jsx664, jsxs as jsxs347 } from "react/jsx-runtime";
|
|
16504
17010
|
|
|
16505
17011
|
// src/utils/templates/transform/flip/horizontal.tsx
|
|
16506
|
-
import { jsx as
|
|
17012
|
+
import { jsx as jsx665, jsxs as jsxs348 } from "react/jsx-runtime";
|
|
16507
17013
|
|
|
16508
17014
|
// src/utils/templates/transform/flip/vertical.tsx
|
|
16509
|
-
import { jsx as
|
|
17015
|
+
import { jsx as jsx666, jsxs as jsxs349 } from "react/jsx-runtime";
|
|
16510
17016
|
|
|
16511
17017
|
// src/utils/templates/transform/origin/applying.tsx
|
|
16512
|
-
import { jsx as
|
|
17018
|
+
import { jsx as jsx667, jsxs as jsxs350 } from "react/jsx-runtime";
|
|
16513
17019
|
|
|
16514
17020
|
// src/utils/templates/transform/rotate/applying.tsx
|
|
16515
|
-
import { jsx as
|
|
17021
|
+
import { jsx as jsx668, jsxs as jsxs351 } from "react/jsx-runtime";
|
|
16516
17022
|
|
|
16517
17023
|
// src/utils/templates/transform/scale/applying.tsx
|
|
16518
|
-
import { jsx as
|
|
17024
|
+
import { jsx as jsx669, jsxs as jsxs352 } from "react/jsx-runtime";
|
|
16519
17025
|
|
|
16520
17026
|
// src/utils/templates/transform/skew/applying.tsx
|
|
16521
|
-
import { jsx as
|
|
17027
|
+
import { jsx as jsx670, jsxs as jsxs353 } from "react/jsx-runtime";
|
|
16522
17028
|
|
|
16523
17029
|
// src/utils/templates/transform/translate/applying.tsx
|
|
16524
|
-
import { jsx as
|
|
17030
|
+
import { jsx as jsx671, jsxs as jsxs354 } from "react/jsx-runtime";
|
|
16525
17031
|
|
|
16526
17032
|
// src/utils/templates/typography/font-style/italic.tsx
|
|
16527
|
-
import { jsx as
|
|
17033
|
+
import { jsx as jsx672 } from "react/jsx-runtime";
|
|
16528
17034
|
|
|
16529
17035
|
// src/utils/templates/typography/font-weight/size.tsx
|
|
16530
|
-
import { Fragment as
|
|
17036
|
+
import { Fragment as Fragment148, jsx as jsx673, jsxs as jsxs355 } from "react/jsx-runtime";
|
|
16531
17037
|
|
|
16532
17038
|
// src/utils/templates/typography/list-style-type/decimal.tsx
|
|
16533
|
-
import { jsx as
|
|
17039
|
+
import { jsx as jsx674, jsxs as jsxs356 } from "react/jsx-runtime";
|
|
16534
17040
|
|
|
16535
17041
|
// src/utils/templates/typography/list-style-type/disc.tsx
|
|
16536
|
-
import { jsx as
|
|
17042
|
+
import { jsx as jsx675, jsxs as jsxs357 } from "react/jsx-runtime";
|
|
16537
17043
|
|
|
16538
17044
|
// src/utils/templates/typography/list-style-type/none.tsx
|
|
16539
|
-
import { jsx as
|
|
17045
|
+
import { jsx as jsx676, jsxs as jsxs358 } from "react/jsx-runtime";
|
|
16540
17046
|
|
|
16541
17047
|
// src/utils/templates/typography/text-align/center.tsx
|
|
16542
|
-
import { jsx as
|
|
17048
|
+
import { jsx as jsx677 } from "react/jsx-runtime";
|
|
16543
17049
|
|
|
16544
17050
|
// src/utils/templates/typography/text-align/justify.tsx
|
|
16545
|
-
import { jsx as
|
|
17051
|
+
import { jsx as jsx678 } from "react/jsx-runtime";
|
|
16546
17052
|
|
|
16547
17053
|
// src/utils/templates/typography/text-align/left.tsx
|
|
16548
|
-
import { jsx as
|
|
17054
|
+
import { jsx as jsx679 } from "react/jsx-runtime";
|
|
16549
17055
|
|
|
16550
17056
|
// src/utils/templates/typography/text-align/right.tsx
|
|
16551
|
-
import { jsx as
|
|
17057
|
+
import { jsx as jsx680 } from "react/jsx-runtime";
|
|
16552
17058
|
|
|
16553
17059
|
// src/utils/templates/typography/text-color/inherit.tsx
|
|
16554
|
-
import { jsx as
|
|
17060
|
+
import { jsx as jsx681 } from "react/jsx-runtime";
|
|
16555
17061
|
|
|
16556
17062
|
// src/utils/templates/typography/text-color/white.tsx
|
|
16557
|
-
import { jsx as
|
|
17063
|
+
import { jsx as jsx682 } from "react/jsx-runtime";
|
|
16558
17064
|
|
|
16559
17065
|
// src/utils/templates/typography/text-decoration/all.tsx
|
|
16560
|
-
import { Fragment as
|
|
17066
|
+
import { Fragment as Fragment149, jsx as jsx683, jsxs as jsxs359 } from "react/jsx-runtime";
|
|
16561
17067
|
|
|
16562
17068
|
// src/utils/templates/typography/text-overflow/clip.tsx
|
|
16563
|
-
import { jsx as
|
|
17069
|
+
import { jsx as jsx684 } from "react/jsx-runtime";
|
|
16564
17070
|
|
|
16565
17071
|
// src/utils/templates/typography/text-overflow/ellipsis.tsx
|
|
16566
|
-
import { jsx as
|
|
17072
|
+
import { jsx as jsx685 } from "react/jsx-runtime";
|
|
16567
17073
|
|
|
16568
17074
|
// src/utils/templates/typography/text-transform/all.tsx
|
|
16569
|
-
import { Fragment as
|
|
17075
|
+
import { Fragment as Fragment150, jsx as jsx686, jsxs as jsxs360 } from "react/jsx-runtime";
|
|
16570
17076
|
|
|
16571
17077
|
// src/utils/templates/typography/vertical-align/baseline.tsx
|
|
16572
|
-
import { jsx as
|
|
17078
|
+
import { jsx as jsx687, jsxs as jsxs361 } from "react/jsx-runtime";
|
|
16573
17079
|
|
|
16574
17080
|
// src/utils/templates/typography/vertical-align/bottom.tsx
|
|
16575
|
-
import { jsx as
|
|
17081
|
+
import { jsx as jsx688, jsxs as jsxs362 } from "react/jsx-runtime";
|
|
16576
17082
|
|
|
16577
17083
|
// src/utils/templates/typography/vertical-align/center.tsx
|
|
16578
|
-
import { jsx as
|
|
17084
|
+
import { jsx as jsx689, jsxs as jsxs363 } from "react/jsx-runtime";
|
|
16579
17085
|
|
|
16580
17086
|
// src/utils/templates/typography/vertical-align/top.tsx
|
|
16581
|
-
import { jsx as
|
|
17087
|
+
import { jsx as jsx690, jsxs as jsxs364 } from "react/jsx-runtime";
|
|
16582
17088
|
|
|
16583
17089
|
// src/utils/templates/typography/white-space/normal.tsx
|
|
16584
|
-
import { jsx as
|
|
17090
|
+
import { jsx as jsx691 } from "react/jsx-runtime";
|
|
16585
17091
|
|
|
16586
17092
|
// src/utils/templates/typography/white-space/nowrap.tsx
|
|
16587
|
-
import { jsx as
|
|
17093
|
+
import { jsx as jsx692 } from "react/jsx-runtime";
|
|
16588
17094
|
|
|
16589
17095
|
// src/utils/templates/typography/white-space/pre-line.tsx
|
|
16590
|
-
import { jsx as
|
|
17096
|
+
import { jsx as jsx693 } from "react/jsx-runtime";
|
|
16591
17097
|
|
|
16592
17098
|
// src/utils/templates/typography/white-space/pre-wrap.tsx
|
|
16593
|
-
import { jsx as
|
|
17099
|
+
import { jsx as jsx694 } from "react/jsx-runtime";
|
|
16594
17100
|
|
|
16595
17101
|
// src/utils/templates/typography/white-space/pre.tsx
|
|
16596
|
-
import { jsx as
|
|
17102
|
+
import { jsx as jsx695 } from "react/jsx-runtime";
|
|
16597
17103
|
|
|
16598
17104
|
// src/autocomplete/tests/autocomplete-prefix-suffix.tsx
|
|
16599
|
-
import { Fragment as
|
|
17105
|
+
import { Fragment as Fragment151, jsx as jsx696, jsxs as jsxs365 } from "react/jsx-runtime";
|
|
16600
17106
|
var styles = `
|
|
16601
17107
|
#test-area {
|
|
16602
17108
|
grid-template-columns: 80px repeat(3, 1fr);
|
|
16603
17109
|
}
|
|
16604
17110
|
`;
|
|
16605
|
-
var autocomplete_prefix_suffix_default = () => /* @__PURE__ */
|
|
16606
|
-
/* @__PURE__ */
|
|
16607
|
-
/* @__PURE__ */
|
|
16608
|
-
/* @__PURE__ */
|
|
16609
|
-
/* @__PURE__ */
|
|
16610
|
-
/* @__PURE__ */
|
|
16611
|
-
/* @__PURE__ */
|
|
16612
|
-
/* @__PURE__ */
|
|
17111
|
+
var autocomplete_prefix_suffix_default = () => /* @__PURE__ */ jsxs365(Fragment151, { children: [
|
|
17112
|
+
/* @__PURE__ */ jsx696("style", { children: styles }),
|
|
17113
|
+
/* @__PURE__ */ jsx696("div", { id: "test-area", className: "k-d-grid k-grid-cols-3", children: Autocomplete.options.fillMode.map((fillMode) => /* @__PURE__ */ jsxs365(Fragment151, { children: [
|
|
17114
|
+
/* @__PURE__ */ jsx696("span", { className: "k-col-span-full k-text-center", children: fillMode }),
|
|
17115
|
+
/* @__PURE__ */ jsx696("span", { children: "normal" }),
|
|
17116
|
+
/* @__PURE__ */ jsx696("div", { children: /* @__PURE__ */ jsx696(AutocompletePrefix, { fillMode, value: "Prefix" }) }),
|
|
17117
|
+
/* @__PURE__ */ jsx696("div", { children: /* @__PURE__ */ jsx696(AutocompleteSuffix, { fillMode, value: "Suffix" }) }),
|
|
17118
|
+
/* @__PURE__ */ jsx696("div", { children: /* @__PURE__ */ jsx696(
|
|
16613
17119
|
AutocompleteNormal,
|
|
16614
17120
|
{
|
|
16615
17121
|
fillMode,
|
|
16616
17122
|
value: "Prefix & Suffix",
|
|
16617
|
-
prefix: /* @__PURE__ */
|
|
16618
|
-
suffix: /* @__PURE__ */
|
|
17123
|
+
prefix: /* @__PURE__ */ jsx696(Fragment151, { children: /* @__PURE__ */ jsx696(Icon, { icon: "search" }) }),
|
|
17124
|
+
suffix: /* @__PURE__ */ jsx696(Fragment151, { children: /* @__PURE__ */ jsx696(TextButton, { fillMode: "clear", children: "Search" }) })
|
|
16619
17125
|
}
|
|
16620
17126
|
) }),
|
|
16621
|
-
/* @__PURE__ */
|
|
16622
|
-
/* @__PURE__ */
|
|
16623
|
-
/* @__PURE__ */
|
|
16624
|
-
/* @__PURE__ */
|
|
17127
|
+
/* @__PURE__ */ jsx696("span", { children: "disabled" }),
|
|
17128
|
+
/* @__PURE__ */ jsx696("div", { children: /* @__PURE__ */ jsx696(AutocompletePrefix, { fillMode, value: "Prefix", disabled: true }) }),
|
|
17129
|
+
/* @__PURE__ */ jsx696("div", { children: /* @__PURE__ */ jsx696(AutocompleteSuffix, { fillMode, value: "Suffix", disabled: true }) }),
|
|
17130
|
+
/* @__PURE__ */ jsx696("div", { children: /* @__PURE__ */ jsx696(
|
|
16625
17131
|
AutocompleteNormal,
|
|
16626
17132
|
{
|
|
16627
17133
|
fillMode,
|
|
16628
17134
|
value: "Prefix & Suffix",
|
|
16629
17135
|
disabled: true,
|
|
16630
|
-
prefix: /* @__PURE__ */
|
|
16631
|
-
suffix: /* @__PURE__ */
|
|
17136
|
+
prefix: /* @__PURE__ */ jsx696(Fragment151, { children: /* @__PURE__ */ jsx696(Icon, { icon: "search" }) }),
|
|
17137
|
+
suffix: /* @__PURE__ */ jsx696(Fragment151, { children: /* @__PURE__ */ jsx696(TextButton, { fillMode: "clear", children: "Search" }) })
|
|
16632
17138
|
}
|
|
16633
17139
|
) }),
|
|
16634
|
-
/* @__PURE__ */
|
|
16635
|
-
/* @__PURE__ */
|
|
16636
|
-
/* @__PURE__ */
|
|
16637
|
-
/* @__PURE__ */
|
|
17140
|
+
/* @__PURE__ */ jsx696("span", { children: "validation" }),
|
|
17141
|
+
/* @__PURE__ */ jsx696("div", { children: /* @__PURE__ */ jsx696(AutocompletePrefix, { fillMode, value: "Prefix", invalid: true }) }),
|
|
17142
|
+
/* @__PURE__ */ jsx696("div", { children: /* @__PURE__ */ jsx696(AutocompleteSuffix, { fillMode, value: "Suffix", invalid: true }) }),
|
|
17143
|
+
/* @__PURE__ */ jsx696("div", { children: /* @__PURE__ */ jsx696(
|
|
16638
17144
|
AutocompleteNormal,
|
|
16639
17145
|
{
|
|
16640
17146
|
fillMode,
|
|
16641
17147
|
value: "Prefix & Suffix",
|
|
16642
17148
|
invalid: true,
|
|
16643
|
-
prefix: /* @__PURE__ */
|
|
16644
|
-
suffix: /* @__PURE__ */
|
|
17149
|
+
prefix: /* @__PURE__ */ jsx696(Fragment151, { children: /* @__PURE__ */ jsx696(Icon, { icon: "search" }) }),
|
|
17150
|
+
suffix: /* @__PURE__ */ jsx696(Fragment151, { children: /* @__PURE__ */ jsx696(TextButton, { fillMode: "clear", children: "Search" }) })
|
|
16645
17151
|
}
|
|
16646
17152
|
) }),
|
|
16647
|
-
/* @__PURE__ */
|
|
16648
|
-
/* @__PURE__ */
|
|
16649
|
-
/* @__PURE__ */
|
|
16650
|
-
/* @__PURE__ */
|
|
17153
|
+
/* @__PURE__ */ jsx696("span", { children: "RTL" }),
|
|
17154
|
+
/* @__PURE__ */ jsx696("div", { dir: "rtl", children: /* @__PURE__ */ jsx696(AutocompletePrefix, { fillMode, value: "Prefix" }) }),
|
|
17155
|
+
/* @__PURE__ */ jsx696("div", { dir: "rtl", children: /* @__PURE__ */ jsx696(AutocompleteSuffix, { fillMode, value: "Suffix" }) }),
|
|
17156
|
+
/* @__PURE__ */ jsx696("div", { dir: "rtl", children: /* @__PURE__ */ jsx696(
|
|
16651
17157
|
AutocompleteNormal,
|
|
16652
17158
|
{
|
|
16653
17159
|
fillMode,
|
|
16654
17160
|
value: "Prefix & Suffix",
|
|
16655
|
-
prefix: /* @__PURE__ */
|
|
16656
|
-
suffix: /* @__PURE__ */
|
|
17161
|
+
prefix: /* @__PURE__ */ jsx696(Fragment151, { children: /* @__PURE__ */ jsx696(Icon, { icon: "search" }) }),
|
|
17162
|
+
suffix: /* @__PURE__ */ jsx696(Fragment151, { children: /* @__PURE__ */ jsx696(TextButton, { fillMode: "clear", children: "Search" }) })
|
|
16657
17163
|
}
|
|
16658
17164
|
) })
|
|
16659
17165
|
] })) })
|