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