@progress/kendo-themes-html 7.1.0-dev.0 → 7.1.0-dev.2
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/gantt/tests/gantt.js +1 -1
- package/dist/cjs/index.js +1930 -1409
- package/dist/cjs/multiselecttree/multiselecttree.spec.js +4 -2
- package/dist/cjs/multiselecttree/templates/multiselecttree-adaptive.js +4 -2
- package/dist/cjs/multiselecttree/templates/multiselecttree-arrow-button.js +4 -2
- package/dist/cjs/multiselecttree/templates/multiselecttree-filtering.js +4 -2
- package/dist/cjs/multiselecttree/templates/multiselecttree-normal.js +4 -2
- package/dist/cjs/multiselecttree/templates/multiselecttree-popup.js +4 -2
- package/dist/cjs/multiselecttree/templates/multiselecttree-value.js +4 -2
- package/dist/cjs/multiselecttree/tests/multiselecttree-adaptive.js +4 -2
- package/dist/cjs/multiselecttree/tests/multiselecttree-flat.js +4 -2
- package/dist/cjs/multiselecttree/tests/multiselecttree-opened.js +4 -2
- package/dist/cjs/multiselecttree/tests/multiselecttree-outline.js +4 -2
- package/dist/cjs/multiselecttree/tests/multiselecttree-size-rounded.js +4 -2
- package/dist/cjs/multiselecttree/tests/multiselecttree-solid.js +4 -2
- package/dist/cjs/notification/tests/{notification-jquery-colors.js → notification-colors.js} +7 -7
- package/dist/cjs/notification/tests/{notification-angular.js → notification-group.js} +60 -24
- package/dist/cjs/notification/tests/{notification-jquery.js → notification.js} +7 -7
- package/dist/cjs/timeline/horizontal-timeline-event.spec.js +5044 -0
- package/dist/cjs/timeline/templates/timeline-horizontal.js +5163 -0
- package/dist/cjs/timeline/templates/timeline-normal-alternating.js +5056 -0
- package/dist/cjs/timeline/templates/timeline-normal-collapsible.js +5054 -0
- package/dist/cjs/timeline/templates/timeline-normal.js +5053 -0
- package/dist/cjs/timeline/tests/timeline-horizontal.js +653 -264
- package/dist/cjs/timeline/tests/timeline-vertical-alternating.js +550 -290
- package/dist/cjs/timeline/tests/timeline-vertical.js +563 -287
- package/dist/cjs/{notification/tests/notification-custom-angular.js → timeline/timeline-card-callout.js} +341 -152
- package/dist/cjs/{notification/tests/notification-angular-colors.js → timeline/timeline-card-title.js} +145 -76
- package/dist/cjs/timeline/timeline-card.spec.js +5043 -0
- package/dist/cjs/timeline/timeline-circle.spec.js +53 -0
- package/dist/cjs/timeline/timeline-date-wrap.spec.js +64 -0
- package/dist/cjs/timeline/timeline-event-list.spec.js +54 -0
- package/dist/cjs/timeline/timeline-flag-wrap.spec.js +88 -0
- package/dist/cjs/timeline/timeline-flag.spec.js +55 -0
- package/dist/cjs/timeline/timeline-track-item.spec.js +58 -0
- package/dist/cjs/timeline/timeline-track-wrap.spec.js +5082 -0
- package/dist/cjs/timeline/timeline-track.spec.js +54 -0
- package/dist/cjs/timeline/timeline.spec.js +71 -0
- package/dist/cjs/timeline/vertical-timeline-event.spec.js +5044 -0
- package/dist/esm/gantt/tests/gantt.js +1 -1
- package/dist/esm/index.js +1832 -1311
- package/dist/esm/multiselecttree/multiselecttree.spec.js +4 -2
- package/dist/esm/multiselecttree/templates/multiselecttree-adaptive.js +4 -2
- package/dist/esm/multiselecttree/templates/multiselecttree-arrow-button.js +4 -2
- package/dist/esm/multiselecttree/templates/multiselecttree-filtering.js +4 -2
- package/dist/esm/multiselecttree/templates/multiselecttree-normal.js +4 -2
- package/dist/esm/multiselecttree/templates/multiselecttree-popup.js +4 -2
- package/dist/esm/multiselecttree/templates/multiselecttree-value.js +4 -2
- package/dist/esm/multiselecttree/tests/multiselecttree-adaptive.js +4 -2
- package/dist/esm/multiselecttree/tests/multiselecttree-flat.js +4 -2
- package/dist/esm/multiselecttree/tests/multiselecttree-opened.js +4 -2
- package/dist/esm/multiselecttree/tests/multiselecttree-outline.js +4 -2
- package/dist/esm/multiselecttree/tests/multiselecttree-size-rounded.js +4 -2
- package/dist/esm/multiselecttree/tests/multiselecttree-solid.js +4 -2
- package/dist/esm/notification/tests/{notification-jquery-colors.js → notification-colors.js} +3 -3
- package/dist/esm/notification/tests/{notification-angular.js → notification-group.js} +57 -21
- package/dist/esm/notification/tests/{notification-jquery.js → notification.js} +3 -3
- package/dist/esm/timeline/horizontal-timeline-event.spec.js +5028 -0
- package/dist/esm/timeline/templates/timeline-horizontal.js +5147 -0
- package/dist/esm/timeline/templates/timeline-normal-alternating.js +5040 -0
- package/dist/esm/timeline/templates/timeline-normal-collapsible.js +5038 -0
- package/dist/esm/timeline/templates/timeline-normal.js +5037 -0
- package/dist/esm/timeline/tests/timeline-horizontal.js +654 -265
- package/dist/esm/timeline/tests/timeline-vertical-alternating.js +551 -291
- package/dist/esm/timeline/tests/timeline-vertical.js +564 -288
- package/dist/esm/{notification/tests/notification-custom-angular.js → timeline/timeline-card-callout.js} +337 -148
- package/dist/esm/{notification/tests/notification-angular-colors.js → timeline/timeline-card-title.js} +142 -73
- package/dist/esm/timeline/timeline-card.spec.js +5027 -0
- package/dist/esm/timeline/timeline-circle.spec.js +31 -0
- package/dist/esm/timeline/timeline-date-wrap.spec.js +42 -0
- package/dist/esm/timeline/timeline-event-list.spec.js +32 -0
- package/dist/esm/timeline/timeline-flag-wrap.spec.js +66 -0
- package/dist/esm/timeline/timeline-flag.spec.js +33 -0
- package/dist/esm/timeline/timeline-track-item.spec.js +36 -0
- package/dist/esm/timeline/timeline-track-wrap.spec.js +5066 -0
- package/dist/esm/timeline/timeline-track.spec.js +32 -0
- package/dist/esm/timeline/timeline.spec.js +49 -0
- package/dist/esm/timeline/vertical-timeline-event.spec.js +5028 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/timeline/horizontal-timeline-event.spec.d.ts +19 -0
- package/dist/types/timeline/index.d.ts +18 -0
- package/dist/types/timeline/templates/timeline-horizontal.d.ts +1 -0
- package/dist/types/timeline/templates/timeline-normal-alternating.d.ts +1 -0
- package/dist/types/timeline/templates/timeline-normal-collapsible.d.ts +1 -0
- package/dist/types/timeline/templates/timeline-normal.d.ts +1 -0
- package/dist/types/timeline/timeline-card-callout.d.ts +9 -0
- package/dist/types/timeline/timeline-card-title.d.ts +11 -0
- package/dist/types/timeline/timeline-card.spec.d.ts +7 -0
- package/dist/types/timeline/timeline-circle.spec.d.ts +3 -0
- package/dist/types/timeline/timeline-date-wrap.spec.d.ts +14 -0
- package/dist/types/timeline/timeline-event-list.spec.d.ts +3 -0
- package/dist/types/timeline/timeline-flag-wrap.spec.d.ts +14 -0
- package/dist/types/timeline/timeline-flag.spec.d.ts +6 -0
- package/dist/types/timeline/timeline-track-item.spec.d.ts +8 -0
- package/dist/types/timeline/timeline-track-wrap.spec.d.ts +3 -0
- package/dist/types/timeline/timeline-track.spec.d.ts +3 -0
- package/dist/types/timeline/timeline.spec.d.ts +18 -0
- package/dist/types/timeline/vertical-timeline-event.spec.d.ts +25 -0
- package/package.json +2 -2
- package/src/card/card-title.tsx +1 -1
- package/src/gantt/tests/gantt.tsx +1 -1
- package/src/index.ts +1 -1
- package/src/multiselecttree/multiselecttree.spec.tsx +9 -8
- package/src/notification/tests/{notification-jquery-colors.tsx → notification-colors.tsx} +1 -1
- package/src/notification/tests/notification-group.tsx +49 -0
- package/src/notification/tests/{notification-jquery.tsx → notification.tsx} +1 -1
- package/src/timeline/horizontal-timeline-event.spec.tsx +66 -0
- package/src/timeline/index.ts +18 -0
- package/src/timeline/templates/timeline-horizontal.tsx +35 -0
- package/src/timeline/templates/timeline-normal-alternating.tsx +18 -0
- package/src/timeline/templates/timeline-normal-collapsible.tsx +16 -0
- package/src/timeline/templates/timeline-normal.tsx +15 -0
- package/src/timeline/tests/timeline-horizontal.tsx +3 -62
- package/src/timeline/tests/timeline-vertical-alternating.tsx +4 -82
- package/src/timeline/tests/timeline-vertical.tsx +9 -80
- package/src/timeline/timeline-card-callout.tsx +35 -0
- package/src/timeline/timeline-card-title.tsx +42 -0
- package/src/timeline/timeline-card.spec.tsx +37 -0
- package/src/timeline/timeline-circle.spec.tsx +24 -0
- package/src/timeline/timeline-date-wrap.spec.tsx +44 -0
- package/src/timeline/timeline-event-list.spec.tsx +27 -0
- package/src/timeline/timeline-flag-wrap.spec.tsx +47 -0
- package/src/timeline/timeline-flag.spec.tsx +31 -0
- package/src/timeline/timeline-track-item.spec.tsx +33 -0
- package/src/timeline/timeline-track-wrap.spec.tsx +31 -0
- package/src/timeline/timeline-track.spec.tsx +27 -0
- package/src/timeline/timeline.spec.tsx +53 -0
- package/src/timeline/vertical-timeline-event.spec.tsx +79 -0
- package/dist/types/notification/tests/notification-jquery-colors.d.ts +0 -2
- package/dist/types/notification/tests/notification-jquery.d.ts +0 -2
- package/src/notification/tests/notification-angular-colors.tsx +0 -28
- package/src/notification/tests/notification-angular.tsx +0 -65
- package/src/notification/tests/notification-custom-angular.tsx +0 -77
- /package/dist/types/notification/tests/{notification-angular-colors.d.ts → notification-colors.d.ts} +0 -0
- /package/dist/types/notification/tests/{notification-angular.d.ts → notification-group.d.ts} +0 -0
- /package/dist/types/notification/tests/{notification-custom-angular.d.ts → notification.d.ts} +0 -0
|
@@ -123,19 +123,19 @@ var kendoThemeMaps = {
|
|
|
123
123
|
}
|
|
124
124
|
};
|
|
125
125
|
|
|
126
|
-
// src/
|
|
127
|
-
import { jsx } from "react/jsx-runtime";
|
|
128
|
-
var
|
|
126
|
+
// src/timeline/timeline.spec.tsx
|
|
127
|
+
import { Fragment, jsx } from "react/jsx-runtime";
|
|
128
|
+
var TIMELINE_CLASSNAME = `k-timeline`;
|
|
129
129
|
var states = [];
|
|
130
130
|
var options = {};
|
|
131
131
|
var defaultProps = {
|
|
132
|
-
|
|
133
|
-
orientation: "horizontal"
|
|
132
|
+
orientation: "vertical"
|
|
134
133
|
};
|
|
135
|
-
var
|
|
134
|
+
var Timeline = (props) => {
|
|
136
135
|
const {
|
|
137
|
-
|
|
138
|
-
|
|
136
|
+
orientation,
|
|
137
|
+
collapsibleEvents,
|
|
138
|
+
alternatingMode,
|
|
139
139
|
...other
|
|
140
140
|
} = props;
|
|
141
141
|
return /* @__PURE__ */ jsx(
|
|
@@ -143,27 +143,167 @@ var ActionButtons = (props) => {
|
|
|
143
143
|
{
|
|
144
144
|
...other,
|
|
145
145
|
className: classNames(
|
|
146
|
-
|
|
146
|
+
props.className,
|
|
147
|
+
TIMELINE_CLASSNAME,
|
|
147
148
|
{
|
|
148
|
-
[`${
|
|
149
|
-
[`${
|
|
150
|
-
|
|
151
|
-
|
|
149
|
+
[`${TIMELINE_CLASSNAME}-${orientation}`]: orientation,
|
|
150
|
+
[`${TIMELINE_CLASSNAME}-alternating`]: alternatingMode,
|
|
151
|
+
[`${TIMELINE_CLASSNAME}-collapsible`]: collapsibleEvents
|
|
152
|
+
}
|
|
153
|
+
),
|
|
154
|
+
children: /* @__PURE__ */ jsx(Fragment, { children: props.children })
|
|
155
|
+
}
|
|
156
|
+
);
|
|
157
|
+
};
|
|
158
|
+
Timeline.states = states;
|
|
159
|
+
Timeline.options = options;
|
|
160
|
+
Timeline.className = TIMELINE_CLASSNAME;
|
|
161
|
+
Timeline.defaultProps = defaultProps;
|
|
162
|
+
|
|
163
|
+
// src/card/card-callout.tsx
|
|
164
|
+
import { jsx as jsx2 } from "react/jsx-runtime";
|
|
165
|
+
var CARDCALLOUT_CLASSNAME = `k-card-callout`;
|
|
166
|
+
var CardCallout = (props) => {
|
|
167
|
+
const {
|
|
168
|
+
callout,
|
|
169
|
+
...other
|
|
170
|
+
} = props;
|
|
171
|
+
return /* @__PURE__ */ jsx2(
|
|
172
|
+
"span",
|
|
173
|
+
{
|
|
174
|
+
...other,
|
|
175
|
+
className: classNames(
|
|
176
|
+
props.className,
|
|
177
|
+
CARDCALLOUT_CLASSNAME,
|
|
178
|
+
{
|
|
179
|
+
[`k-callout-${kendoThemeMaps.calloutMap[callout] || callout}`]: callout
|
|
180
|
+
}
|
|
181
|
+
)
|
|
182
|
+
}
|
|
183
|
+
);
|
|
184
|
+
};
|
|
185
|
+
|
|
186
|
+
// src/card/card.spec.tsx
|
|
187
|
+
import { Fragment as Fragment2, jsx as jsx3, jsxs } from "react/jsx-runtime";
|
|
188
|
+
var CARD_CLASSNAME = `k-card`;
|
|
189
|
+
var states2 = [
|
|
190
|
+
States.hover,
|
|
191
|
+
States.focus,
|
|
192
|
+
States.selected,
|
|
193
|
+
States.disabled
|
|
194
|
+
];
|
|
195
|
+
var options2 = {
|
|
196
|
+
themeColor: [
|
|
197
|
+
ThemeColor.primary,
|
|
198
|
+
ThemeColor.success,
|
|
199
|
+
ThemeColor.warning,
|
|
200
|
+
ThemeColor.error,
|
|
201
|
+
ThemeColor.info
|
|
202
|
+
]
|
|
203
|
+
};
|
|
204
|
+
var defaultProps2 = {};
|
|
205
|
+
var Card = (props) => {
|
|
206
|
+
const {
|
|
207
|
+
orientation,
|
|
208
|
+
themeColor,
|
|
209
|
+
callout,
|
|
210
|
+
hover,
|
|
211
|
+
focus,
|
|
212
|
+
selected,
|
|
213
|
+
disabled,
|
|
214
|
+
...other
|
|
215
|
+
} = props;
|
|
216
|
+
return /* @__PURE__ */ jsxs(
|
|
217
|
+
"div",
|
|
218
|
+
{
|
|
219
|
+
...other,
|
|
220
|
+
className: classNames(
|
|
221
|
+
props.className,
|
|
222
|
+
CARD_CLASSNAME,
|
|
223
|
+
optionClassNames(CARD_CLASSNAME, {
|
|
224
|
+
themeColor
|
|
225
|
+
}),
|
|
226
|
+
stateClassNames(CARD_CLASSNAME, {
|
|
227
|
+
hover,
|
|
228
|
+
focus,
|
|
229
|
+
disabled,
|
|
230
|
+
selected
|
|
231
|
+
}),
|
|
232
|
+
{
|
|
233
|
+
[`k-card-${orientation}`]: orientation,
|
|
234
|
+
"k-card-with-callout": callout
|
|
235
|
+
}
|
|
236
|
+
),
|
|
237
|
+
children: [
|
|
238
|
+
callout && callout !== "true" && /* @__PURE__ */ jsx3(CardCallout, { callout }),
|
|
239
|
+
/* @__PURE__ */ jsx3(Fragment2, { children: props.children })
|
|
240
|
+
]
|
|
241
|
+
}
|
|
242
|
+
);
|
|
243
|
+
};
|
|
244
|
+
Card.states = states2;
|
|
245
|
+
Card.options = options2;
|
|
246
|
+
Card.className = CARD_CLASSNAME;
|
|
247
|
+
Card.defaultProps = defaultProps2;
|
|
248
|
+
|
|
249
|
+
// src/card/card-title.tsx
|
|
250
|
+
import { jsx as jsx4 } from "react/jsx-runtime";
|
|
251
|
+
var CARDTITLE_CLASSNAME = `k-card-title`;
|
|
252
|
+
var states3 = [
|
|
253
|
+
States.hover,
|
|
254
|
+
States.focus
|
|
255
|
+
];
|
|
256
|
+
var CardTitle = (props) => {
|
|
257
|
+
const {
|
|
258
|
+
hover,
|
|
259
|
+
focus,
|
|
260
|
+
...other
|
|
261
|
+
} = props;
|
|
262
|
+
return /* @__PURE__ */ jsx4(
|
|
263
|
+
"div",
|
|
264
|
+
{
|
|
265
|
+
...other,
|
|
266
|
+
className: classNames(
|
|
267
|
+
props.className,
|
|
268
|
+
CARDTITLE_CLASSNAME,
|
|
269
|
+
stateClassNames(CARDTITLE_CLASSNAME, {
|
|
270
|
+
hover,
|
|
271
|
+
focus
|
|
272
|
+
})
|
|
152
273
|
),
|
|
153
274
|
children: props.children
|
|
154
275
|
}
|
|
155
276
|
);
|
|
156
277
|
};
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
278
|
+
|
|
279
|
+
// src/card/card-subtitle.tsx
|
|
280
|
+
import { jsx as jsx5 } from "react/jsx-runtime";
|
|
281
|
+
var CARDSUBTITLE_CLASSNAME = `k-card-subtitle`;
|
|
282
|
+
var CardSubtitle = (props) => {
|
|
283
|
+
const {
|
|
284
|
+
...other
|
|
285
|
+
} = props;
|
|
286
|
+
return /* @__PURE__ */ jsx5(
|
|
287
|
+
"div",
|
|
288
|
+
{
|
|
289
|
+
...other,
|
|
290
|
+
className: classNames(
|
|
291
|
+
props.className,
|
|
292
|
+
CARDSUBTITLE_CLASSNAME
|
|
293
|
+
),
|
|
294
|
+
children: props.children
|
|
295
|
+
}
|
|
296
|
+
);
|
|
297
|
+
};
|
|
298
|
+
|
|
299
|
+
// src/card/card-media.tsx
|
|
300
|
+
import { Fragment as Fragment3, jsx as jsx6 } from "react/jsx-runtime";
|
|
161
301
|
|
|
162
302
|
// src/icon/font-icon.spec.tsx
|
|
163
|
-
import { Fragment, jsx as
|
|
303
|
+
import { Fragment as Fragment4, jsx as jsx7 } from "react/jsx-runtime";
|
|
164
304
|
var FONTICON_CLASSNAME = `k-icon k-font-icon`;
|
|
165
|
-
var
|
|
166
|
-
var
|
|
305
|
+
var states4 = [];
|
|
306
|
+
var options3 = {
|
|
167
307
|
size: [Size.xsmall, Size.small, Size.medium, Size.large, Size.xlarge, Size.xxlarge, Size.xxxlarge],
|
|
168
308
|
themeColor: [
|
|
169
309
|
ThemeColor.base,
|
|
@@ -178,7 +318,7 @@ var options2 = {
|
|
|
178
318
|
ThemeColor.dark
|
|
179
319
|
]
|
|
180
320
|
};
|
|
181
|
-
var
|
|
321
|
+
var defaultProps3 = {};
|
|
182
322
|
var FontIcon = (props) => {
|
|
183
323
|
const {
|
|
184
324
|
size,
|
|
@@ -189,9 +329,9 @@ var FontIcon = (props) => {
|
|
|
189
329
|
...other
|
|
190
330
|
} = props;
|
|
191
331
|
if (!icon) {
|
|
192
|
-
return /* @__PURE__ */
|
|
332
|
+
return /* @__PURE__ */ jsx7(Fragment4, {});
|
|
193
333
|
}
|
|
194
|
-
return /* @__PURE__ */
|
|
334
|
+
return /* @__PURE__ */ jsx7(
|
|
195
335
|
"span",
|
|
196
336
|
{
|
|
197
337
|
...other,
|
|
@@ -212,17 +352,17 @@ var FontIcon = (props) => {
|
|
|
212
352
|
}
|
|
213
353
|
);
|
|
214
354
|
};
|
|
215
|
-
FontIcon.states =
|
|
216
|
-
FontIcon.options =
|
|
355
|
+
FontIcon.states = states4;
|
|
356
|
+
FontIcon.options = options3;
|
|
217
357
|
FontIcon.className = FONTICON_CLASSNAME;
|
|
218
|
-
FontIcon.defaultProps =
|
|
358
|
+
FontIcon.defaultProps = defaultProps3;
|
|
219
359
|
var font_icon_spec_default = FontIcon;
|
|
220
360
|
|
|
221
361
|
// src/icon/svg-icon.spec.tsx
|
|
222
|
-
import { Fragment as
|
|
362
|
+
import { Fragment as Fragment5, jsx as jsx8 } from "react/jsx-runtime";
|
|
223
363
|
var SVGICON_CLASSNAME = `k-icon k-svg-icon`;
|
|
224
|
-
var
|
|
225
|
-
var
|
|
364
|
+
var states5 = [];
|
|
365
|
+
var options4 = {
|
|
226
366
|
size: [Size.xsmall, Size.small, Size.medium, Size.large, Size.xlarge, Size.xxlarge, Size.xxxlarge],
|
|
227
367
|
themeColor: [
|
|
228
368
|
ThemeColor.base,
|
|
@@ -237,7 +377,7 @@ var options3 = {
|
|
|
237
377
|
ThemeColor.dark
|
|
238
378
|
]
|
|
239
379
|
};
|
|
240
|
-
var
|
|
380
|
+
var defaultProps4 = {
|
|
241
381
|
viewBox: "0 0 24 24"
|
|
242
382
|
};
|
|
243
383
|
var SvgIcon = (props) => {
|
|
@@ -246,15 +386,15 @@ var SvgIcon = (props) => {
|
|
|
246
386
|
themeColor,
|
|
247
387
|
rotate,
|
|
248
388
|
flip,
|
|
249
|
-
viewBox =
|
|
389
|
+
viewBox = defaultProps4.viewBox,
|
|
250
390
|
icon,
|
|
251
391
|
...other
|
|
252
392
|
} = props;
|
|
253
393
|
if (!icon) {
|
|
254
|
-
return /* @__PURE__ */
|
|
394
|
+
return /* @__PURE__ */ jsx8(Fragment5, {});
|
|
255
395
|
}
|
|
256
396
|
if (icon === "none") {
|
|
257
|
-
/* @__PURE__ */
|
|
397
|
+
/* @__PURE__ */ jsx8(
|
|
258
398
|
"span",
|
|
259
399
|
{
|
|
260
400
|
...other,
|
|
@@ -267,7 +407,7 @@ var SvgIcon = (props) => {
|
|
|
267
407
|
);
|
|
268
408
|
}
|
|
269
409
|
const name = typeof icon === "object" && icon.name && icon.name;
|
|
270
|
-
return /* @__PURE__ */
|
|
410
|
+
return /* @__PURE__ */ jsx8(
|
|
271
411
|
"span",
|
|
272
412
|
{
|
|
273
413
|
...other,
|
|
@@ -285,7 +425,7 @@ var SvgIcon = (props) => {
|
|
|
285
425
|
"k-flip-v": flip === "v" || flip === "both"
|
|
286
426
|
}
|
|
287
427
|
),
|
|
288
|
-
children: /* @__PURE__ */
|
|
428
|
+
children: /* @__PURE__ */ jsx8(
|
|
289
429
|
"svg",
|
|
290
430
|
{
|
|
291
431
|
"aria-hidden": true,
|
|
@@ -299,10 +439,10 @@ var SvgIcon = (props) => {
|
|
|
299
439
|
}
|
|
300
440
|
);
|
|
301
441
|
};
|
|
302
|
-
SvgIcon.states =
|
|
303
|
-
SvgIcon.options =
|
|
442
|
+
SvgIcon.states = states5;
|
|
443
|
+
SvgIcon.options = options4;
|
|
304
444
|
SvgIcon.className = SVGICON_CLASSNAME;
|
|
305
|
-
SvgIcon.defaultProps =
|
|
445
|
+
SvgIcon.defaultProps = defaultProps4;
|
|
306
446
|
var svg_icon_spec_default = SvgIcon;
|
|
307
447
|
|
|
308
448
|
// ../../node_modules/@progress/kendo-svg-icons/dist/index.es.js
|
|
@@ -4301,13 +4441,13 @@ var chartChoroplethIcon = {
|
|
|
4301
4441
|
};
|
|
4302
4442
|
|
|
4303
4443
|
// src/icon/icon.spec.tsx
|
|
4304
|
-
import { Fragment as
|
|
4444
|
+
import { Fragment as Fragment6, jsx as jsx9 } from "react/jsx-runtime";
|
|
4305
4445
|
var snakeToCamel = (str) => str.toLowerCase().replace(
|
|
4306
4446
|
/([-_][a-z])/g,
|
|
4307
4447
|
(group) => group.toUpperCase().replace("-", "").replace("_", "")
|
|
4308
4448
|
);
|
|
4309
|
-
var
|
|
4310
|
-
var
|
|
4449
|
+
var states6 = [];
|
|
4450
|
+
var options5 = {
|
|
4311
4451
|
size: [Size.xsmall, Size.small, Size.medium, Size.large, Size.xlarge, Size.xxlarge, Size.xxxlarge],
|
|
4312
4452
|
themeColor: [
|
|
4313
4453
|
ThemeColor.base,
|
|
@@ -4322,7 +4462,7 @@ var options4 = {
|
|
|
4322
4462
|
ThemeColor.dark
|
|
4323
4463
|
]
|
|
4324
4464
|
};
|
|
4325
|
-
var
|
|
4465
|
+
var defaultProps5 = {
|
|
4326
4466
|
viewBox: "0 0 24 24",
|
|
4327
4467
|
type: "svg"
|
|
4328
4468
|
};
|
|
@@ -4331,42 +4471,42 @@ var Icon = (props) => {
|
|
|
4331
4471
|
size,
|
|
4332
4472
|
themeColor,
|
|
4333
4473
|
icon,
|
|
4334
|
-
type =
|
|
4474
|
+
type = defaultProps5.type,
|
|
4335
4475
|
rotate,
|
|
4336
4476
|
flip,
|
|
4337
|
-
viewBox =
|
|
4477
|
+
viewBox = defaultProps5.viewBox,
|
|
4338
4478
|
...other
|
|
4339
4479
|
} = props;
|
|
4340
4480
|
if (!icon) {
|
|
4341
|
-
return /* @__PURE__ */
|
|
4481
|
+
return /* @__PURE__ */ jsx9(Fragment6, {});
|
|
4342
4482
|
}
|
|
4343
4483
|
if (type === "svg") {
|
|
4344
4484
|
if (icon === "none") {
|
|
4345
|
-
return /* @__PURE__ */
|
|
4485
|
+
return /* @__PURE__ */ jsx9(svg_icon_spec_default, { ...other, icon, size });
|
|
4346
4486
|
}
|
|
4347
4487
|
const iconSVG = snakeToCamel(`${icon}-icon`);
|
|
4348
4488
|
if (!index_es_exports[iconSVG]) {
|
|
4349
|
-
return /* @__PURE__ */
|
|
4489
|
+
return /* @__PURE__ */ jsx9(Fragment6, {});
|
|
4350
4490
|
}
|
|
4351
|
-
return /* @__PURE__ */
|
|
4491
|
+
return /* @__PURE__ */ jsx9(svg_icon_spec_default, { ...other, icon: index_es_exports[iconSVG], size, themeColor, rotate, flip, viewBox });
|
|
4352
4492
|
}
|
|
4353
|
-
return /* @__PURE__ */
|
|
4493
|
+
return /* @__PURE__ */ jsx9(font_icon_spec_default, { ...other, icon, size, themeColor, rotate, flip });
|
|
4354
4494
|
};
|
|
4355
|
-
Icon.states =
|
|
4356
|
-
Icon.options =
|
|
4357
|
-
Icon.defaultProps =
|
|
4495
|
+
Icon.states = states6;
|
|
4496
|
+
Icon.options = options5;
|
|
4497
|
+
Icon.defaultProps = defaultProps5;
|
|
4358
4498
|
|
|
4359
4499
|
// src/button/button.spec.tsx
|
|
4360
|
-
import { Fragment as
|
|
4500
|
+
import { Fragment as Fragment7, jsx as jsx10, jsxs as jsxs2 } from "react/jsx-runtime";
|
|
4361
4501
|
var BUTTON_CLASSNAME = `k-button`;
|
|
4362
|
-
var
|
|
4502
|
+
var states7 = [
|
|
4363
4503
|
States.hover,
|
|
4364
4504
|
States.focus,
|
|
4365
4505
|
States.active,
|
|
4366
4506
|
States.selected,
|
|
4367
4507
|
States.disabled
|
|
4368
4508
|
];
|
|
4369
|
-
var
|
|
4509
|
+
var options6 = {
|
|
4370
4510
|
size: [Size.small, Size.medium, Size.large],
|
|
4371
4511
|
rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
|
|
4372
4512
|
fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
|
|
@@ -4384,7 +4524,7 @@ var options5 = {
|
|
|
4384
4524
|
ThemeColor.inverse
|
|
4385
4525
|
]
|
|
4386
4526
|
};
|
|
4387
|
-
var
|
|
4527
|
+
var defaultProps6 = {
|
|
4388
4528
|
size: Size.medium,
|
|
4389
4529
|
rounded: Roundness.medium,
|
|
4390
4530
|
fillMode: FillMode.solid,
|
|
@@ -4394,10 +4534,10 @@ var defaultProps5 = {
|
|
|
4394
4534
|
};
|
|
4395
4535
|
var Button = (props) => {
|
|
4396
4536
|
const {
|
|
4397
|
-
size =
|
|
4398
|
-
rounded =
|
|
4399
|
-
fillMode =
|
|
4400
|
-
themeColor =
|
|
4537
|
+
size = defaultProps6.size,
|
|
4538
|
+
rounded = defaultProps6.rounded,
|
|
4539
|
+
fillMode = defaultProps6.fillMode,
|
|
4540
|
+
themeColor = defaultProps6.themeColor,
|
|
4401
4541
|
hover,
|
|
4402
4542
|
focus,
|
|
4403
4543
|
active,
|
|
@@ -4406,13 +4546,13 @@ var Button = (props) => {
|
|
|
4406
4546
|
icon,
|
|
4407
4547
|
text,
|
|
4408
4548
|
iconClassName,
|
|
4409
|
-
showArrow =
|
|
4410
|
-
arrowIconName =
|
|
4549
|
+
showArrow = defaultProps6.showArrow,
|
|
4550
|
+
arrowIconName = defaultProps6.arrowIconName,
|
|
4411
4551
|
...other
|
|
4412
4552
|
} = props;
|
|
4413
4553
|
const hasIcon = icon !== void 0;
|
|
4414
4554
|
const hasChildren = props.children !== void 0;
|
|
4415
|
-
return /* @__PURE__ */
|
|
4555
|
+
return /* @__PURE__ */ jsxs2(
|
|
4416
4556
|
"button",
|
|
4417
4557
|
{
|
|
4418
4558
|
...other,
|
|
@@ -4437,293 +4577,574 @@ var Button = (props) => {
|
|
|
4437
4577
|
}
|
|
4438
4578
|
),
|
|
4439
4579
|
children: [
|
|
4440
|
-
icon && /* @__PURE__ */
|
|
4580
|
+
icon && /* @__PURE__ */ jsx10(
|
|
4441
4581
|
Icon,
|
|
4442
4582
|
{
|
|
4443
4583
|
className: classNames(iconClassName, "k-button-icon"),
|
|
4444
4584
|
icon
|
|
4445
4585
|
}
|
|
4446
4586
|
),
|
|
4447
|
-
text ? /* @__PURE__ */
|
|
4448
|
-
text && /* @__PURE__ */
|
|
4587
|
+
text ? /* @__PURE__ */ jsxs2(Fragment7, { children: [
|
|
4588
|
+
text && /* @__PURE__ */ jsx10("span", { className: "k-button-text", children: text }),
|
|
4449
4589
|
props.children
|
|
4450
|
-
] }) : props.children && /* @__PURE__ */
|
|
4451
|
-
showArrow && /* @__PURE__ */
|
|
4590
|
+
] }) : props.children && /* @__PURE__ */ jsx10("span", { className: "k-button-text", children: props.children }),
|
|
4591
|
+
showArrow && /* @__PURE__ */ jsx10("span", { className: "k-menu-button-arrow k-button-arrow", children: /* @__PURE__ */ jsx10(Icon, { icon: arrowIconName }) })
|
|
4452
4592
|
]
|
|
4453
4593
|
}
|
|
4454
4594
|
);
|
|
4455
4595
|
};
|
|
4456
|
-
Button.states =
|
|
4457
|
-
Button.options =
|
|
4596
|
+
Button.states = states7;
|
|
4597
|
+
Button.options = options6;
|
|
4458
4598
|
Button.className = BUTTON_CLASSNAME;
|
|
4459
|
-
Button.defaultProps =
|
|
4599
|
+
Button.defaultProps = defaultProps6;
|
|
4460
4600
|
|
|
4461
4601
|
// src/button/templates/icon-button.tsx
|
|
4462
|
-
import { jsx as
|
|
4602
|
+
import { jsx as jsx11 } from "react/jsx-runtime";
|
|
4603
|
+
var IconButton = (props) => /* @__PURE__ */ jsx11(Button, { icon: "folder", ...props, children: void 0 });
|
|
4463
4604
|
|
|
4464
4605
|
// src/button/templates/icon-text-button.tsx
|
|
4465
|
-
import { jsx as
|
|
4606
|
+
import { jsx as jsx12 } from "react/jsx-runtime";
|
|
4466
4607
|
|
|
4467
4608
|
// src/button/templates/text-button.tsx
|
|
4468
|
-
import { jsx as
|
|
4609
|
+
import { jsx as jsx13 } from "react/jsx-runtime";
|
|
4469
4610
|
|
|
4470
|
-
// src/card/card-
|
|
4471
|
-
import { jsx as
|
|
4472
|
-
var
|
|
4473
|
-
var
|
|
4611
|
+
// src/card/card-header.tsx
|
|
4612
|
+
import { Fragment as Fragment8, jsx as jsx14, jsxs as jsxs3 } from "react/jsx-runtime";
|
|
4613
|
+
var CARDHEADER_CLASSNAME = `k-card-header`;
|
|
4614
|
+
var CardHeader = (props) => {
|
|
4474
4615
|
const {
|
|
4475
|
-
|
|
4616
|
+
title,
|
|
4617
|
+
subtitle,
|
|
4618
|
+
details,
|
|
4476
4619
|
...other
|
|
4477
4620
|
} = props;
|
|
4478
|
-
return /* @__PURE__ */
|
|
4479
|
-
"
|
|
4621
|
+
return /* @__PURE__ */ jsxs3(
|
|
4622
|
+
"div",
|
|
4480
4623
|
{
|
|
4481
4624
|
...other,
|
|
4482
4625
|
className: classNames(
|
|
4483
4626
|
props.className,
|
|
4484
|
-
|
|
4485
|
-
|
|
4486
|
-
|
|
4487
|
-
}
|
|
4488
|
-
|
|
4627
|
+
CARDHEADER_CLASSNAME
|
|
4628
|
+
),
|
|
4629
|
+
children: [
|
|
4630
|
+
title && /* @__PURE__ */ jsx14(CardTitle, { children: title }),
|
|
4631
|
+
subtitle && /* @__PURE__ */ jsx14(CardSubtitle, { children: subtitle }),
|
|
4632
|
+
/* @__PURE__ */ jsx14(Fragment8, { children: props.children }),
|
|
4633
|
+
details && /* @__PURE__ */ jsx14("span", { className: "k-card-header-actions", children: /* @__PURE__ */ jsx14(
|
|
4634
|
+
Button,
|
|
4635
|
+
{
|
|
4636
|
+
className: "k-card-details",
|
|
4637
|
+
icon: "more-vertical",
|
|
4638
|
+
rounded: "medium",
|
|
4639
|
+
size: "medium",
|
|
4640
|
+
fillMode: "flat",
|
|
4641
|
+
themeColor: "base"
|
|
4642
|
+
}
|
|
4643
|
+
) })
|
|
4644
|
+
]
|
|
4489
4645
|
}
|
|
4490
4646
|
);
|
|
4491
4647
|
};
|
|
4492
4648
|
|
|
4493
|
-
// src/card/card.
|
|
4494
|
-
import {
|
|
4495
|
-
|
|
4496
|
-
|
|
4497
|
-
|
|
4498
|
-
|
|
4499
|
-
|
|
4500
|
-
States.disabled
|
|
4501
|
-
];
|
|
4502
|
-
var options6 = {
|
|
4503
|
-
themeColor: [
|
|
4504
|
-
ThemeColor.primary,
|
|
4505
|
-
ThemeColor.success,
|
|
4506
|
-
ThemeColor.warning,
|
|
4507
|
-
ThemeColor.error,
|
|
4508
|
-
ThemeColor.info
|
|
4509
|
-
]
|
|
4510
|
-
};
|
|
4511
|
-
var defaultProps6 = {};
|
|
4512
|
-
var Card = (props) => {
|
|
4649
|
+
// src/card/card-footer.tsx
|
|
4650
|
+
import { jsx as jsx15 } from "react/jsx-runtime";
|
|
4651
|
+
|
|
4652
|
+
// src/card/card-body.tsx
|
|
4653
|
+
import { Fragment as Fragment9, jsx as jsx16, jsxs as jsxs4 } from "react/jsx-runtime";
|
|
4654
|
+
var CARDBODY_CLASSNAME = `k-card-body`;
|
|
4655
|
+
var CardBody = (props) => {
|
|
4513
4656
|
const {
|
|
4514
|
-
|
|
4515
|
-
|
|
4516
|
-
|
|
4517
|
-
hover,
|
|
4518
|
-
focus,
|
|
4519
|
-
selected,
|
|
4520
|
-
disabled,
|
|
4657
|
+
title,
|
|
4658
|
+
subtitle,
|
|
4659
|
+
details,
|
|
4521
4660
|
...other
|
|
4522
4661
|
} = props;
|
|
4523
|
-
return /* @__PURE__ */
|
|
4662
|
+
return /* @__PURE__ */ jsxs4(
|
|
4524
4663
|
"div",
|
|
4525
4664
|
{
|
|
4526
4665
|
...other,
|
|
4527
4666
|
className: classNames(
|
|
4528
4667
|
props.className,
|
|
4529
|
-
|
|
4530
|
-
optionClassNames(CARD_CLASSNAME, {
|
|
4531
|
-
themeColor
|
|
4532
|
-
}),
|
|
4533
|
-
stateClassNames(CARD_CLASSNAME, {
|
|
4534
|
-
hover,
|
|
4535
|
-
focus,
|
|
4536
|
-
disabled,
|
|
4537
|
-
selected
|
|
4538
|
-
}),
|
|
4539
|
-
{
|
|
4540
|
-
[`k-card-${orientation}`]: orientation,
|
|
4541
|
-
"k-card-with-callout": callout
|
|
4542
|
-
}
|
|
4668
|
+
CARDBODY_CLASSNAME
|
|
4543
4669
|
),
|
|
4544
4670
|
children: [
|
|
4545
|
-
|
|
4546
|
-
/* @__PURE__ */
|
|
4671
|
+
title && /* @__PURE__ */ jsx16(CardTitle, { children: title }),
|
|
4672
|
+
subtitle && /* @__PURE__ */ jsx16(CardSubtitle, { children: subtitle }),
|
|
4673
|
+
/* @__PURE__ */ jsx16(Fragment9, { children: props.children }),
|
|
4674
|
+
details && /* @__PURE__ */ jsx16("span", { className: "k-card-header-actions", children: /* @__PURE__ */ jsx16(
|
|
4675
|
+
Button,
|
|
4676
|
+
{
|
|
4677
|
+
className: "k-card-details",
|
|
4678
|
+
icon: "more-vertical",
|
|
4679
|
+
rounded: "medium",
|
|
4680
|
+
size: "medium",
|
|
4681
|
+
fillMode: "flat",
|
|
4682
|
+
themeColor: "base"
|
|
4683
|
+
}
|
|
4684
|
+
) })
|
|
4547
4685
|
]
|
|
4548
4686
|
}
|
|
4549
4687
|
);
|
|
4550
4688
|
};
|
|
4551
|
-
Card.states = states6;
|
|
4552
|
-
Card.options = options6;
|
|
4553
|
-
Card.className = CARD_CLASSNAME;
|
|
4554
|
-
Card.defaultProps = defaultProps6;
|
|
4555
4689
|
|
|
4556
|
-
// src/card/card-
|
|
4557
|
-
import { jsx as
|
|
4558
|
-
|
|
4559
|
-
|
|
4560
|
-
|
|
4561
|
-
|
|
4562
|
-
];
|
|
4563
|
-
var
|
|
4690
|
+
// src/card/card-deck.tsx
|
|
4691
|
+
import { jsx as jsx17 } from "react/jsx-runtime";
|
|
4692
|
+
|
|
4693
|
+
// src/action-buttons/action-buttons.spec.tsx
|
|
4694
|
+
import { jsx as jsx18 } from "react/jsx-runtime";
|
|
4695
|
+
var ACTIONBUTTONS_CLASSNAME = `k-actions`;
|
|
4696
|
+
var states8 = [];
|
|
4697
|
+
var options7 = {};
|
|
4698
|
+
var defaultProps7 = {
|
|
4699
|
+
alignment: "start",
|
|
4700
|
+
orientation: "horizontal"
|
|
4701
|
+
};
|
|
4702
|
+
var ActionButtons = (props) => {
|
|
4564
4703
|
const {
|
|
4565
|
-
|
|
4566
|
-
|
|
4704
|
+
alignment = defaultProps7.alignment,
|
|
4705
|
+
orientation = defaultProps7.orientation,
|
|
4567
4706
|
...other
|
|
4568
4707
|
} = props;
|
|
4569
|
-
return /* @__PURE__ */
|
|
4708
|
+
return /* @__PURE__ */ jsx18(
|
|
4570
4709
|
"div",
|
|
4571
4710
|
{
|
|
4572
4711
|
...other,
|
|
4573
4712
|
className: classNames(
|
|
4574
|
-
|
|
4575
|
-
|
|
4576
|
-
|
|
4577
|
-
|
|
4578
|
-
|
|
4579
|
-
|
|
4713
|
+
ACTIONBUTTONS_CLASSNAME,
|
|
4714
|
+
{
|
|
4715
|
+
[`${ACTIONBUTTONS_CLASSNAME}-${alignment}`]: alignment,
|
|
4716
|
+
[`${ACTIONBUTTONS_CLASSNAME}-${orientation}`]: orientation
|
|
4717
|
+
},
|
|
4718
|
+
props.className
|
|
4580
4719
|
),
|
|
4581
4720
|
children: props.children
|
|
4582
4721
|
}
|
|
4583
4722
|
);
|
|
4584
4723
|
};
|
|
4724
|
+
ActionButtons.states = states8;
|
|
4725
|
+
ActionButtons.options = options7;
|
|
4726
|
+
ActionButtons.className = ACTIONBUTTONS_CLASSNAME;
|
|
4727
|
+
ActionButtons.defaultProps = defaultProps7;
|
|
4585
4728
|
|
|
4586
|
-
// src/card/card-
|
|
4587
|
-
import { jsx as
|
|
4588
|
-
|
|
4589
|
-
|
|
4729
|
+
// src/card/templates/card-normal.tsx
|
|
4730
|
+
import { Fragment as Fragment10, jsx as jsx19, jsxs as jsxs5 } from "react/jsx-runtime";
|
|
4731
|
+
|
|
4732
|
+
// src/card/templates/card-horizontal.tsx
|
|
4733
|
+
import { Fragment as Fragment11, jsx as jsx20, jsxs as jsxs6 } from "react/jsx-runtime";
|
|
4734
|
+
|
|
4735
|
+
// src/timeline/vertical-timeline-event.spec.tsx
|
|
4736
|
+
import { jsx as jsx21, jsxs as jsxs7 } from "react/jsx-runtime";
|
|
4737
|
+
var TIMELINEVERTICALEVENT_CLASSNAME = `k-timeline-event`;
|
|
4738
|
+
var states9 = [];
|
|
4739
|
+
var options8 = {};
|
|
4740
|
+
var defaultProps8 = {
|
|
4741
|
+
collapsed: false,
|
|
4742
|
+
reverse: false,
|
|
4743
|
+
title: "Event title",
|
|
4744
|
+
subtitle: "Event subtitle",
|
|
4745
|
+
content: "Event content"
|
|
4746
|
+
};
|
|
4747
|
+
var VerticalTimelineEvent = (props) => {
|
|
4590
4748
|
const {
|
|
4749
|
+
date,
|
|
4750
|
+
content = defaultProps8.content,
|
|
4751
|
+
collapsed = defaultProps8.collapsed,
|
|
4752
|
+
reverse = defaultProps8.reverse,
|
|
4753
|
+
title = defaultProps8.title,
|
|
4754
|
+
subtitle = defaultProps8.subtitle,
|
|
4755
|
+
showCollapseButton,
|
|
4591
4756
|
...other
|
|
4592
4757
|
} = props;
|
|
4593
|
-
return /* @__PURE__ */
|
|
4758
|
+
return /* @__PURE__ */ jsxs7(
|
|
4759
|
+
"li",
|
|
4760
|
+
{
|
|
4761
|
+
...other,
|
|
4762
|
+
className: classNames(
|
|
4763
|
+
props.className,
|
|
4764
|
+
TIMELINEVERTICALEVENT_CLASSNAME,
|
|
4765
|
+
{ "k-reverse": reverse }
|
|
4766
|
+
),
|
|
4767
|
+
children: [
|
|
4768
|
+
date && /* @__PURE__ */ jsx21("div", { className: "k-timeline-date-wrap", children: /* @__PURE__ */ jsx21("span", { className: "k-timeline-date", children: date }) }),
|
|
4769
|
+
/* @__PURE__ */ jsx21(TimelineCircle, {}),
|
|
4770
|
+
content && /* @__PURE__ */ jsx21("div", { className: classNames("k-timeline-card", { "k-collapsed": collapsed }), children: /* @__PURE__ */ jsx21(TimelineCard, { ...reverse ? { callout: "right" } : { callout: "left" }, children: /* @__PURE__ */ jsxs7("div", { className: "k-card-inner", children: [
|
|
4771
|
+
/* @__PURE__ */ jsxs7(CardHeader, { children: [
|
|
4772
|
+
/* @__PURE__ */ jsx21(TimelineCardTitle, { collapsible: showCollapseButton, children: title }),
|
|
4773
|
+
/* @__PURE__ */ jsx21(CardSubtitle, { children: subtitle })
|
|
4774
|
+
] }),
|
|
4775
|
+
/* @__PURE__ */ jsx21(CardBody, { children: /* @__PURE__ */ jsx21("div", { className: "k-card-description", children: content }) })
|
|
4776
|
+
] }) }) }),
|
|
4777
|
+
props.children
|
|
4778
|
+
]
|
|
4779
|
+
}
|
|
4780
|
+
);
|
|
4781
|
+
};
|
|
4782
|
+
VerticalTimelineEvent.states = states9;
|
|
4783
|
+
VerticalTimelineEvent.options = options8;
|
|
4784
|
+
VerticalTimelineEvent.className = TIMELINEVERTICALEVENT_CLASSNAME;
|
|
4785
|
+
VerticalTimelineEvent.defaultProps = defaultProps8;
|
|
4786
|
+
|
|
4787
|
+
// src/timeline/horizontal-timeline-event.spec.tsx
|
|
4788
|
+
import { jsx as jsx22, jsxs as jsxs8 } from "react/jsx-runtime";
|
|
4789
|
+
var TIMELINEHORIZONTALEVENT_CLASSNAME = `k-timeline-event`;
|
|
4790
|
+
var states10 = [];
|
|
4791
|
+
var options9 = {};
|
|
4792
|
+
var defaultProps9 = {
|
|
4793
|
+
title: "Event title",
|
|
4794
|
+
subtitle: "Event subtitle",
|
|
4795
|
+
content: "Event content"
|
|
4796
|
+
};
|
|
4797
|
+
var HorizontalTimelineEvent = (props) => {
|
|
4798
|
+
const {
|
|
4799
|
+
content = defaultProps9.content,
|
|
4800
|
+
title = defaultProps9.title,
|
|
4801
|
+
subtitle = defaultProps9.subtitle,
|
|
4802
|
+
...other
|
|
4803
|
+
} = props;
|
|
4804
|
+
return /* @__PURE__ */ jsxs8(
|
|
4805
|
+
"li",
|
|
4806
|
+
{
|
|
4807
|
+
...other,
|
|
4808
|
+
className: classNames(
|
|
4809
|
+
props.className,
|
|
4810
|
+
TIMELINEHORIZONTALEVENT_CLASSNAME
|
|
4811
|
+
),
|
|
4812
|
+
children: [
|
|
4813
|
+
content && /* @__PURE__ */ jsx22("div", { className: classNames("k-timeline-card"), children: /* @__PURE__ */ jsx22(TimelineCard, { orientation: "vertical", callout: "top", children: /* @__PURE__ */ jsxs8("div", { className: "k-card-inner", children: [
|
|
4814
|
+
/* @__PURE__ */ jsxs8(CardHeader, { children: [
|
|
4815
|
+
/* @__PURE__ */ jsx22(TimelineCardTitle, { children: title }),
|
|
4816
|
+
/* @__PURE__ */ jsx22(CardSubtitle, { children: subtitle })
|
|
4817
|
+
] }),
|
|
4818
|
+
/* @__PURE__ */ jsx22(CardBody, { children: /* @__PURE__ */ jsx22("div", { className: "k-card-description", children: content }) })
|
|
4819
|
+
] }) }) }),
|
|
4820
|
+
props.children
|
|
4821
|
+
]
|
|
4822
|
+
}
|
|
4823
|
+
);
|
|
4824
|
+
};
|
|
4825
|
+
HorizontalTimelineEvent.states = states10;
|
|
4826
|
+
HorizontalTimelineEvent.options = options9;
|
|
4827
|
+
HorizontalTimelineEvent.className = TIMELINEHORIZONTALEVENT_CLASSNAME;
|
|
4828
|
+
HorizontalTimelineEvent.defaultProps = defaultProps9;
|
|
4829
|
+
|
|
4830
|
+
// src/timeline/timeline-event-list.spec.tsx
|
|
4831
|
+
import { jsx as jsx23 } from "react/jsx-runtime";
|
|
4832
|
+
var TIMELINEEVENTLIST_CLASSNAME = `k-timeline-events-list`;
|
|
4833
|
+
var TimelineEventList = (props) => {
|
|
4834
|
+
const {
|
|
4835
|
+
...other
|
|
4836
|
+
} = props;
|
|
4837
|
+
return /* @__PURE__ */ jsx23(
|
|
4594
4838
|
"div",
|
|
4595
4839
|
{
|
|
4596
4840
|
...other,
|
|
4597
4841
|
className: classNames(
|
|
4598
4842
|
props.className,
|
|
4599
|
-
|
|
4843
|
+
TIMELINEEVENTLIST_CLASSNAME
|
|
4600
4844
|
),
|
|
4601
|
-
children: props.children
|
|
4845
|
+
children: /* @__PURE__ */ jsx23("ul", { className: "k-timeline-scrollable-wrap", children: props.children })
|
|
4602
4846
|
}
|
|
4603
4847
|
);
|
|
4604
4848
|
};
|
|
4605
4849
|
|
|
4606
|
-
// src/
|
|
4607
|
-
import {
|
|
4608
|
-
var
|
|
4609
|
-
var
|
|
4850
|
+
// src/timeline/timeline-flag-wrap.spec.tsx
|
|
4851
|
+
import { jsx as jsx24, jsxs as jsxs9 } from "react/jsx-runtime";
|
|
4852
|
+
var TIMELINEFLAGWRAP_CLASSNAME = `k-timeline-flag-wrap`;
|
|
4853
|
+
var states11 = [
|
|
4854
|
+
States.focus,
|
|
4855
|
+
States.selected
|
|
4856
|
+
];
|
|
4857
|
+
var options10 = {};
|
|
4858
|
+
var defaultProps10 = {
|
|
4859
|
+
year: "2020"
|
|
4860
|
+
};
|
|
4861
|
+
var TimelineFlagWrap = (props) => {
|
|
4610
4862
|
const {
|
|
4611
|
-
|
|
4863
|
+
year,
|
|
4612
4864
|
...other
|
|
4613
4865
|
} = props;
|
|
4614
|
-
return /* @__PURE__ */
|
|
4615
|
-
"
|
|
4866
|
+
return /* @__PURE__ */ jsxs9(
|
|
4867
|
+
"li",
|
|
4616
4868
|
{
|
|
4617
4869
|
...other,
|
|
4618
4870
|
className: classNames(
|
|
4619
4871
|
props.className,
|
|
4620
|
-
|
|
4872
|
+
TIMELINEFLAGWRAP_CLASSNAME
|
|
4621
4873
|
),
|
|
4622
|
-
|
|
4874
|
+
children: [
|
|
4875
|
+
/* @__PURE__ */ jsx24("span", { className: "k-timeline-flag", children: year }),
|
|
4876
|
+
props.children
|
|
4877
|
+
]
|
|
4878
|
+
}
|
|
4879
|
+
);
|
|
4880
|
+
};
|
|
4881
|
+
TimelineFlagWrap.states = states11;
|
|
4882
|
+
TimelineFlagWrap.options = options10;
|
|
4883
|
+
TimelineFlagWrap.className = TIMELINEFLAGWRAP_CLASSNAME;
|
|
4884
|
+
TimelineFlagWrap.defaultProps = defaultProps10;
|
|
4885
|
+
|
|
4886
|
+
// src/timeline/timeline-circle.spec.tsx
|
|
4887
|
+
import { jsx as jsx25 } from "react/jsx-runtime";
|
|
4888
|
+
var TIMELINECIRCLE_CLASSNAME = `k-timeline-circle`;
|
|
4889
|
+
var TimelineCircle = (props) => {
|
|
4890
|
+
const {
|
|
4891
|
+
...other
|
|
4892
|
+
} = props;
|
|
4893
|
+
return /* @__PURE__ */ jsx25(
|
|
4894
|
+
"span",
|
|
4895
|
+
{
|
|
4896
|
+
...other,
|
|
4897
|
+
className: classNames(
|
|
4898
|
+
props.className,
|
|
4899
|
+
TIMELINECIRCLE_CLASSNAME
|
|
4900
|
+
)
|
|
4623
4901
|
}
|
|
4624
|
-
)
|
|
4902
|
+
);
|
|
4903
|
+
};
|
|
4904
|
+
|
|
4905
|
+
// src/timeline/timeline-flag.spec.tsx
|
|
4906
|
+
import { jsx as jsx26 } from "react/jsx-runtime";
|
|
4907
|
+
var TIMELINEFLAG_CLASSNAME = `k-timeline-flag`;
|
|
4908
|
+
var TimelineFlag = (props) => {
|
|
4909
|
+
const {
|
|
4910
|
+
content,
|
|
4911
|
+
...other
|
|
4912
|
+
} = props;
|
|
4913
|
+
return /* @__PURE__ */ jsx26(
|
|
4625
4914
|
"span",
|
|
4626
4915
|
{
|
|
4627
4916
|
...other,
|
|
4628
4917
|
className: classNames(
|
|
4629
4918
|
props.className,
|
|
4630
|
-
|
|
4919
|
+
TIMELINEFLAG_CLASSNAME
|
|
4631
4920
|
),
|
|
4632
|
-
children:
|
|
4921
|
+
children: content
|
|
4633
4922
|
}
|
|
4634
|
-
)
|
|
4923
|
+
);
|
|
4635
4924
|
};
|
|
4636
4925
|
|
|
4637
|
-
// src/
|
|
4638
|
-
import {
|
|
4639
|
-
var
|
|
4640
|
-
var
|
|
4926
|
+
// src/timeline/timeline-card.spec.tsx
|
|
4927
|
+
import { jsx as jsx27, jsxs as jsxs10 } from "react/jsx-runtime";
|
|
4928
|
+
var states12 = [];
|
|
4929
|
+
var defaultProps11 = {};
|
|
4930
|
+
var TimelineCard = (props) => {
|
|
4641
4931
|
const {
|
|
4642
|
-
|
|
4643
|
-
|
|
4644
|
-
details,
|
|
4932
|
+
callout,
|
|
4933
|
+
children,
|
|
4645
4934
|
...other
|
|
4646
4935
|
} = props;
|
|
4647
|
-
return /* @__PURE__ */
|
|
4648
|
-
|
|
4936
|
+
return /* @__PURE__ */ jsxs10(
|
|
4937
|
+
Card,
|
|
4649
4938
|
{
|
|
4939
|
+
className: classNames(
|
|
4940
|
+
props.className
|
|
4941
|
+
),
|
|
4942
|
+
orientation: "vertical",
|
|
4650
4943
|
...other,
|
|
4944
|
+
children: [
|
|
4945
|
+
callout && /* @__PURE__ */ jsx27(TimelineCardCallout, { callout }),
|
|
4946
|
+
children
|
|
4947
|
+
]
|
|
4948
|
+
}
|
|
4949
|
+
);
|
|
4950
|
+
};
|
|
4951
|
+
TimelineCard.states = states12;
|
|
4952
|
+
TimelineCard.defaultProps = defaultProps11;
|
|
4953
|
+
|
|
4954
|
+
// src/timeline/timeline-card-title.tsx
|
|
4955
|
+
import { jsx as jsx28, jsxs as jsxs11 } from "react/jsx-runtime";
|
|
4956
|
+
var TIMELINECARDTITLE_CLASSNAME = `k-card-title`;
|
|
4957
|
+
var states13 = [];
|
|
4958
|
+
var defaultProps12 = {};
|
|
4959
|
+
var TimelineCardTitle = (props) => {
|
|
4960
|
+
const {
|
|
4961
|
+
collapsible,
|
|
4962
|
+
children,
|
|
4963
|
+
...other
|
|
4964
|
+
} = props;
|
|
4965
|
+
return /* @__PURE__ */ jsxs11(
|
|
4966
|
+
"div",
|
|
4967
|
+
{
|
|
4651
4968
|
className: classNames(
|
|
4652
4969
|
props.className,
|
|
4653
|
-
|
|
4970
|
+
TIMELINECARDTITLE_CLASSNAME
|
|
4654
4971
|
),
|
|
4972
|
+
...other,
|
|
4655
4973
|
children: [
|
|
4656
|
-
|
|
4657
|
-
|
|
4658
|
-
/* @__PURE__ */ jsx14(Fragment7, { children: props.children }),
|
|
4659
|
-
details && /* @__PURE__ */ jsx14("span", { className: "k-card-header-actions", children: /* @__PURE__ */ jsx14(
|
|
4660
|
-
Button,
|
|
4661
|
-
{
|
|
4662
|
-
className: "k-card-details",
|
|
4663
|
-
icon: "more-vertical",
|
|
4664
|
-
rounded: "medium",
|
|
4665
|
-
size: "medium",
|
|
4666
|
-
fillMode: "flat",
|
|
4667
|
-
themeColor: "base"
|
|
4668
|
-
}
|
|
4669
|
-
) })
|
|
4974
|
+
/* @__PURE__ */ jsx28("span", { className: "k-event-title", children }),
|
|
4975
|
+
collapsible && /* @__PURE__ */ jsx28(IconButton, { fillMode: "flat", icon: "chevron-right", className: "k-event-collapse" })
|
|
4670
4976
|
]
|
|
4671
4977
|
}
|
|
4672
4978
|
);
|
|
4673
4979
|
};
|
|
4980
|
+
TimelineCardTitle.states = states13;
|
|
4981
|
+
TimelineCardTitle.className = TIMELINECARDTITLE_CLASSNAME;
|
|
4982
|
+
TimelineCardTitle.defaultProps = defaultProps12;
|
|
4674
4983
|
|
|
4675
|
-
// src/
|
|
4676
|
-
import { jsx as
|
|
4984
|
+
// src/timeline/timeline-card-callout.tsx
|
|
4985
|
+
import { jsx as jsx29 } from "react/jsx-runtime";
|
|
4986
|
+
var TIMELINECARDCALLOUT_CLASSNAME = `k-timeline-card-callout`;
|
|
4987
|
+
var states14 = [];
|
|
4988
|
+
var defaultProps13 = {};
|
|
4989
|
+
var TimelineCardCallout = (props) => {
|
|
4990
|
+
const {
|
|
4991
|
+
...other
|
|
4992
|
+
} = props;
|
|
4993
|
+
return /* @__PURE__ */ jsx29(
|
|
4994
|
+
CardCallout,
|
|
4995
|
+
{
|
|
4996
|
+
className: classNames(
|
|
4997
|
+
props.className,
|
|
4998
|
+
TIMELINECARDCALLOUT_CLASSNAME
|
|
4999
|
+
),
|
|
5000
|
+
...other
|
|
5001
|
+
}
|
|
5002
|
+
);
|
|
5003
|
+
};
|
|
5004
|
+
TimelineCardCallout.states = states14;
|
|
5005
|
+
TimelineCardCallout.className = TIMELINECARDCALLOUT_CLASSNAME;
|
|
5006
|
+
TimelineCardCallout.defaultProps = defaultProps13;
|
|
4677
5007
|
|
|
4678
|
-
// src/
|
|
4679
|
-
import {
|
|
4680
|
-
var
|
|
4681
|
-
var
|
|
5008
|
+
// src/timeline/timeline-date-wrap.spec.tsx
|
|
5009
|
+
import { jsx as jsx30 } from "react/jsx-runtime";
|
|
5010
|
+
var TIMELINEDATEWRAP_CLASSNAME = `k-timeline-date-wrap`;
|
|
5011
|
+
var states15 = [];
|
|
5012
|
+
var options11 = {};
|
|
5013
|
+
var defaultProps14 = {
|
|
5014
|
+
date: "May 25, 2008"
|
|
5015
|
+
};
|
|
5016
|
+
var TimelineDateWrap = (props) => {
|
|
4682
5017
|
const {
|
|
4683
|
-
|
|
4684
|
-
subtitle,
|
|
4685
|
-
details,
|
|
5018
|
+
date = defaultProps14.date,
|
|
4686
5019
|
...other
|
|
4687
5020
|
} = props;
|
|
4688
|
-
return /* @__PURE__ */
|
|
5021
|
+
return /* @__PURE__ */ jsx30(
|
|
4689
5022
|
"div",
|
|
4690
5023
|
{
|
|
4691
5024
|
...other,
|
|
4692
5025
|
className: classNames(
|
|
4693
5026
|
props.className,
|
|
4694
|
-
|
|
5027
|
+
TIMELINEDATEWRAP_CLASSNAME
|
|
5028
|
+
),
|
|
5029
|
+
children: /* @__PURE__ */ jsx30("span", { className: "k-timeline-date", children: date })
|
|
5030
|
+
}
|
|
5031
|
+
);
|
|
5032
|
+
};
|
|
5033
|
+
TimelineDateWrap.states = states15;
|
|
5034
|
+
TimelineDateWrap.options = options11;
|
|
5035
|
+
TimelineDateWrap.className = TIMELINEDATEWRAP_CLASSNAME;
|
|
5036
|
+
TimelineDateWrap.defaultProps = defaultProps14;
|
|
5037
|
+
|
|
5038
|
+
// src/timeline/timeline-track-wrap.spec.tsx
|
|
5039
|
+
import { jsx as jsx31, jsxs as jsxs12 } from "react/jsx-runtime";
|
|
5040
|
+
var TIMELINETRACKWRAP_CLASSNAME = `k-timeline-track-wrap`;
|
|
5041
|
+
var TimelineTrackWrap = (props) => {
|
|
5042
|
+
const {
|
|
5043
|
+
...other
|
|
5044
|
+
} = props;
|
|
5045
|
+
return /* @__PURE__ */ jsxs12(
|
|
5046
|
+
"div",
|
|
5047
|
+
{
|
|
5048
|
+
...other,
|
|
5049
|
+
className: classNames(
|
|
5050
|
+
props.className,
|
|
5051
|
+
TIMELINETRACKWRAP_CLASSNAME
|
|
4695
5052
|
),
|
|
4696
5053
|
children: [
|
|
4697
|
-
|
|
4698
|
-
|
|
4699
|
-
/* @__PURE__ */
|
|
4700
|
-
details && /* @__PURE__ */ jsx16("span", { className: "k-card-header-actions", children: /* @__PURE__ */ jsx16(
|
|
4701
|
-
Button,
|
|
4702
|
-
{
|
|
4703
|
-
className: "k-card-details",
|
|
4704
|
-
icon: "more-vertical",
|
|
4705
|
-
rounded: "medium",
|
|
4706
|
-
size: "medium",
|
|
4707
|
-
fillMode: "flat",
|
|
4708
|
-
themeColor: "base"
|
|
4709
|
-
}
|
|
4710
|
-
) })
|
|
5054
|
+
/* @__PURE__ */ jsx31(Button, { className: "k-timeline-arrow k-timeline-arrow-left", rounded: "full", icon: "caret-alt-left" }),
|
|
5055
|
+
/* @__PURE__ */ jsx31(Button, { className: "k-timeline-arrow k-timeline-arrow-right", rounded: "full", icon: "caret-alt-right" }),
|
|
5056
|
+
/* @__PURE__ */ jsx31(TimelineTrack, { children: props.children })
|
|
4711
5057
|
]
|
|
4712
5058
|
}
|
|
4713
5059
|
);
|
|
4714
5060
|
};
|
|
4715
5061
|
|
|
4716
|
-
// src/
|
|
4717
|
-
import { jsx as
|
|
5062
|
+
// src/timeline/timeline-track.spec.tsx
|
|
5063
|
+
import { jsx as jsx32 } from "react/jsx-runtime";
|
|
5064
|
+
var TIMELINETRACK_CLASSNAME = `k-timeline-track`;
|
|
5065
|
+
var TimelineTrack = (props) => {
|
|
5066
|
+
const {
|
|
5067
|
+
...other
|
|
5068
|
+
} = props;
|
|
5069
|
+
return /* @__PURE__ */ jsx32(
|
|
5070
|
+
"div",
|
|
5071
|
+
{
|
|
5072
|
+
...other,
|
|
5073
|
+
className: classNames(
|
|
5074
|
+
props.className,
|
|
5075
|
+
TIMELINETRACK_CLASSNAME
|
|
5076
|
+
),
|
|
5077
|
+
children: /* @__PURE__ */ jsx32("ul", { className: "k-timeline-scrollable-wrap", children: props.children })
|
|
5078
|
+
}
|
|
5079
|
+
);
|
|
5080
|
+
};
|
|
4718
5081
|
|
|
4719
|
-
// src/
|
|
4720
|
-
import {
|
|
5082
|
+
// src/timeline/timeline-track-item.spec.tsx
|
|
5083
|
+
import { jsxs as jsxs13 } from "react/jsx-runtime";
|
|
5084
|
+
var TIMELINETRACKITEM_CLASSNAME = `k-timeline-track-item`;
|
|
5085
|
+
var TimelineTrackItem = (props) => {
|
|
5086
|
+
const {
|
|
5087
|
+
content,
|
|
5088
|
+
...other
|
|
5089
|
+
} = props;
|
|
5090
|
+
return /* @__PURE__ */ jsxs13(
|
|
5091
|
+
"li",
|
|
5092
|
+
{
|
|
5093
|
+
...other,
|
|
5094
|
+
className: classNames(
|
|
5095
|
+
props.className,
|
|
5096
|
+
TIMELINETRACKITEM_CLASSNAME
|
|
5097
|
+
),
|
|
5098
|
+
children: [
|
|
5099
|
+
content,
|
|
5100
|
+
props.children
|
|
5101
|
+
]
|
|
5102
|
+
}
|
|
5103
|
+
);
|
|
5104
|
+
};
|
|
4721
5105
|
|
|
4722
|
-
// src/
|
|
4723
|
-
import {
|
|
5106
|
+
// src/timeline/templates/timeline-normal.tsx
|
|
5107
|
+
import { jsx as jsx33, jsxs as jsxs14 } from "react/jsx-runtime";
|
|
5108
|
+
|
|
5109
|
+
// src/timeline/templates/timeline-normal-collapsible.tsx
|
|
5110
|
+
import { jsx as jsx34, jsxs as jsxs15 } from "react/jsx-runtime";
|
|
5111
|
+
|
|
5112
|
+
// src/timeline/templates/timeline-normal-alternating.tsx
|
|
5113
|
+
import { jsx as jsx35, jsxs as jsxs16 } from "react/jsx-runtime";
|
|
5114
|
+
|
|
5115
|
+
// src/timeline/templates/timeline-horizontal.tsx
|
|
5116
|
+
import { Fragment as Fragment12, jsx as jsx36, jsxs as jsxs17 } from "react/jsx-runtime";
|
|
5117
|
+
var TimelineHorizontal = (props) => /* @__PURE__ */ jsx36(
|
|
5118
|
+
Timeline,
|
|
5119
|
+
{
|
|
5120
|
+
orientation: "horizontal",
|
|
5121
|
+
children: [
|
|
5122
|
+
/* @__PURE__ */ jsxs17(Fragment12, { children: [
|
|
5123
|
+
/* @__PURE__ */ jsxs17(TimelineTrackWrap, { children: [
|
|
5124
|
+
/* @__PURE__ */ jsx36(TimelineTrackItem, { className: "k-timeline-flag-wrap", children: /* @__PURE__ */ jsx36(TimelineFlag, { content: "2015" }) }),
|
|
5125
|
+
/* @__PURE__ */ jsxs17(TimelineTrackItem, { children: [
|
|
5126
|
+
/* @__PURE__ */ jsx36(TimelineDateWrap, { date: "Jan 14, 2015" }),
|
|
5127
|
+
/* @__PURE__ */ jsx36(TimelineCircle, {})
|
|
5128
|
+
] }),
|
|
5129
|
+
/* @__PURE__ */ jsxs17(TimelineTrackItem, { children: [
|
|
5130
|
+
/* @__PURE__ */ jsx36(TimelineDateWrap, { date: "Jun 1, 2015" }),
|
|
5131
|
+
/* @__PURE__ */ jsx36(TimelineCircle, {})
|
|
5132
|
+
] }),
|
|
5133
|
+
/* @__PURE__ */ jsxs17(TimelineTrackItem, { children: [
|
|
5134
|
+
/* @__PURE__ */ jsx36(TimelineDateWrap, { date: "Sep 29, 2015" }),
|
|
5135
|
+
/* @__PURE__ */ jsx36(TimelineCircle, {})
|
|
5136
|
+
] }),
|
|
5137
|
+
/* @__PURE__ */ jsx36(TimelineTrackItem, { className: "k-timeline-flag-wrap", children: /* @__PURE__ */ jsx36(TimelineFlag, { content: "2016" }) })
|
|
5138
|
+
] }),
|
|
5139
|
+
/* @__PURE__ */ jsx36(TimelineEventList, { children: /* @__PURE__ */ jsx36(HorizontalTimelineEvent, {}) })
|
|
5140
|
+
] })
|
|
5141
|
+
],
|
|
5142
|
+
...props
|
|
5143
|
+
}
|
|
5144
|
+
);
|
|
4724
5145
|
|
|
4725
5146
|
// src/timeline/tests/timeline-horizontal.tsx
|
|
4726
|
-
import { Fragment as
|
|
5147
|
+
import { Fragment as Fragment13, jsx as jsx37, jsxs as jsxs18 } from "react/jsx-runtime";
|
|
4727
5148
|
var style = `
|
|
4728
5149
|
.k-card-media {
|
|
4729
5150
|
display: block;
|
|
@@ -4732,44 +5153,12 @@ var style = `
|
|
|
4732
5153
|
background: #cccccc;
|
|
4733
5154
|
}
|
|
4734
5155
|
`;
|
|
4735
|
-
var timeline_horizontal_default = () => /* @__PURE__ */
|
|
4736
|
-
/* @__PURE__ */
|
|
4737
|
-
/* @__PURE__ */
|
|
4738
|
-
/* @__PURE__ */
|
|
4739
|
-
|
|
4740
|
-
|
|
4741
|
-
/* @__PURE__ */ jsx20("div", { className: "k-timeline-track", children: /* @__PURE__ */ jsxs7("ul", { className: "k-timeline-scrollable-wrap", children: [
|
|
4742
|
-
/* @__PURE__ */ jsx20("li", { className: "k-timeline-track-item", children: /* @__PURE__ */ jsx20("span", { className: "k-timeline-flag", children: "2015" }) }),
|
|
4743
|
-
/* @__PURE__ */ jsxs7("li", { className: "k-timeline-track-item", children: [
|
|
4744
|
-
/* @__PURE__ */ jsx20("div", { className: "k-timeline-date-wrap", children: /* @__PURE__ */ jsx20("span", { className: "k-timeline-date", children: "Jan 14, 2015" }) }),
|
|
4745
|
-
/* @__PURE__ */ jsx20("a", { className: "k-timeline-circle", href: "#" })
|
|
4746
|
-
] }),
|
|
4747
|
-
/* @__PURE__ */ jsxs7("li", { className: "k-timeline-track-item k-focus", children: [
|
|
4748
|
-
/* @__PURE__ */ jsx20("div", { className: "k-timeline-date-wrap", children: /* @__PURE__ */ jsx20("span", { className: "k-timeline-date", children: "Jun 1, 2015" }) }),
|
|
4749
|
-
/* @__PURE__ */ jsx20("a", { className: "k-timeline-circle", href: "#" })
|
|
4750
|
-
] }),
|
|
4751
|
-
/* @__PURE__ */ jsxs7("li", { className: "k-timeline-track-item", children: [
|
|
4752
|
-
/* @__PURE__ */ jsx20("div", { className: "k-timeline-date-wrap", children: /* @__PURE__ */ jsx20("span", { className: "k-timeline-date", children: "Sep 29, 2015" }) }),
|
|
4753
|
-
/* @__PURE__ */ jsx20("a", { className: "k-timeline-circle", href: "#" })
|
|
4754
|
-
] }),
|
|
4755
|
-
/* @__PURE__ */ jsx20("li", { className: "k-timeline-track-item", children: /* @__PURE__ */ jsx20("span", { className: "k-timeline-flag", children: "2016" }) })
|
|
4756
|
-
] }) })
|
|
4757
|
-
] }),
|
|
4758
|
-
/* @__PURE__ */ jsx20("div", { className: "k-timeline-events-list", children: /* @__PURE__ */ jsx20("ul", { className: "k-timeline-scrollable-wrap", children: /* @__PURE__ */ jsx20("li", { className: "k-timeline-event", children: /* @__PURE__ */ jsx20("div", { className: "k-timeline-card", children: /* @__PURE__ */ jsxs7(Card, { orientation: "vertical", callout: "true", children: [
|
|
4759
|
-
/* @__PURE__ */ jsx20(CardCallout, { className: "k-timeline-card-callout", callout: "top" }),
|
|
4760
|
-
/* @__PURE__ */ jsxs7("div", { className: "k-card-inner", children: [
|
|
4761
|
-
/* @__PURE__ */ jsx20(CardHeader, { title: "Title", subtitle: "Subtitle" }),
|
|
4762
|
-
/* @__PURE__ */ jsx20(CardBody, { children: /* @__PURE__ */ jsxs7("div", { className: "k-card-description", children: [
|
|
4763
|
-
/* @__PURE__ */ jsx20("p", { children: "Card Description Here" }),
|
|
4764
|
-
/* @__PURE__ */ jsx20(CardMedia, {})
|
|
4765
|
-
] }) }),
|
|
4766
|
-
/* @__PURE__ */ jsxs7(ActionButtons, { alignment: "start", className: "k-card-actions", children: [
|
|
4767
|
-
/* @__PURE__ */ jsx20(Button, { fillMode: "flat", themeColor: "primary", children: "Action 1" }),
|
|
4768
|
-
/* @__PURE__ */ jsx20(Button, { fillMode: "flat", themeColor: "primary", children: "Action 2" })
|
|
4769
|
-
] })
|
|
4770
|
-
] })
|
|
4771
|
-
] }) }) }) }) })
|
|
4772
|
-
] }) })
|
|
5156
|
+
var timeline_horizontal_default = () => /* @__PURE__ */ jsxs18(Fragment13, { children: [
|
|
5157
|
+
/* @__PURE__ */ jsx37("style", { children: style }),
|
|
5158
|
+
/* @__PURE__ */ jsxs18("div", { id: "test-area", children: [
|
|
5159
|
+
/* @__PURE__ */ jsx37("span", { children: "Horizontal Timeline" }),
|
|
5160
|
+
/* @__PURE__ */ jsx37(TimelineHorizontal, {})
|
|
5161
|
+
] })
|
|
4773
5162
|
] });
|
|
4774
5163
|
export {
|
|
4775
5164
|
timeline_horizontal_default as default
|