@progress/kendo-themes-html 6.3.1-dev.0 → 6.4.0-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/bottom-nav/bottom-nav-item.js +234 -0
- package/dist/bottom-nav/bottom-nav-item.js.map +7 -0
- package/dist/bottom-nav/bottom-nav.spec.js +122 -0
- package/dist/bottom-nav/bottom-nav.spec.js.map +7 -0
- package/dist/bottom-nav/tests/bottom-nav-colors.js +269 -358
- package/dist/bottom-nav/tests/bottom-nav-colors.js.map +4 -4
- package/dist/bottom-nav/tests/bottom-nav-items.js +168 -53
- package/dist/bottom-nav/tests/bottom-nav-items.js.map +4 -4
- package/dist/bottom-nav/tests/bottom-nav-rtl.js +153 -50
- package/dist/bottom-nav/tests/bottom-nav-rtl.js.map +4 -4
- package/dist/bottom-nav/tests/bottom-nav.js +167 -76
- package/dist/bottom-nav/tests/bottom-nav.js.map +4 -4
- package/dist/breadcrumb/breadcrumb-container.js +76 -0
- package/dist/breadcrumb/breadcrumb-container.js.map +7 -0
- package/dist/breadcrumb/breadcrumb-input-container.js +65 -0
- package/dist/breadcrumb/breadcrumb-input-container.js.map +7 -0
- package/dist/breadcrumb/breadcrumb-item-text.js +70 -0
- package/dist/breadcrumb/breadcrumb-item-text.js.map +7 -0
- package/dist/breadcrumb/breadcrumb-item.js +75 -0
- package/dist/breadcrumb/breadcrumb-item.js.map +7 -0
- package/dist/breadcrumb/breadcrumb-link.js +132 -0
- package/dist/breadcrumb/breadcrumb-link.js.map +7 -0
- package/dist/breadcrumb/breadcrumb-root-item-container.js +65 -0
- package/dist/breadcrumb/breadcrumb-root-item-container.js.map +7 -0
- package/dist/breadcrumb/breadcrumb.spec.js +125 -0
- package/dist/breadcrumb/breadcrumb.spec.js.map +7 -0
- package/dist/breadcrumb/tests/breadcrumb-rtl.js +349 -153
- package/dist/breadcrumb/tests/breadcrumb-rtl.js.map +4 -4
- package/dist/breadcrumb/tests/breadcrumb.js +349 -153
- package/dist/breadcrumb/tests/breadcrumb.js.map +4 -4
- package/dist/coloreditor/color-editor.spec.js +1586 -0
- package/dist/coloreditor/color-editor.spec.js.map +7 -0
- package/dist/coloreditor/tests/coloreditor-focused-colorgradient.js +821 -176
- package/dist/coloreditor/tests/coloreditor-focused-colorgradient.js.map +4 -4
- package/dist/coloreditor/tests/coloreditor-rtl.js +727 -265
- package/dist/coloreditor/tests/coloreditor-rtl.js.map +4 -4
- package/dist/coloreditor/tests/coloreditor-states.js +821 -176
- package/dist/coloreditor/tests/coloreditor-states.js.map +4 -4
- package/dist/coloreditor/tests/coloreditor-views.js +727 -265
- package/dist/coloreditor/tests/coloreditor-views.js.map +4 -4
- package/dist/coloreditor/tests/coloreditor.js +821 -176
- package/dist/coloreditor/tests/coloreditor.js.map +4 -4
- package/dist/colorgradient/color-contrast.js +199 -0
- package/dist/colorgradient/color-contrast.js.map +7 -0
- package/dist/colorgradient/color-gradient.spec.js +1246 -0
- package/dist/colorgradient/color-gradient.spec.js.map +7 -0
- package/dist/colorgradient/color-input.js +1029 -0
- package/dist/colorgradient/color-input.js.map +7 -0
- package/dist/colorgradient/tests/colorgradient-contrast.js +532 -155
- package/dist/colorgradient/tests/colorgradient-contrast.js.map +4 -4
- package/dist/colorgradient/tests/colorgradient-draghandle.js +536 -202
- package/dist/colorgradient/tests/colorgradient-draghandle.js.map +4 -4
- package/dist/colorgradient/tests/colorgradient-modes.js +433 -260
- package/dist/colorgradient/tests/colorgradient-modes.js.map +4 -4
- package/dist/colorgradient/tests/colorgradient-rtl.js +532 -155
- package/dist/colorgradient/tests/colorgradient-rtl.js.map +4 -4
- package/dist/colorgradient/tests/colorgradient-states.js +536 -132
- package/dist/colorgradient/tests/colorgradient-states.js.map +4 -4
- package/dist/colorgradient/tests/colorgradient.js +532 -132
- package/dist/colorgradient/tests/colorgradient.js.map +4 -4
- package/dist/colorpalette/colorpalette.spec.js +1 -1
- package/dist/colorpalette/colorpalette.spec.js.map +2 -2
- package/dist/colorpalette/tests/colorpalette-states.js +1 -1
- package/dist/colorpalette/tests/colorpalette-states.js.map +2 -2
- package/dist/colorpalette/tests/colorpalette-variants.js +1 -1
- package/dist/colorpalette/tests/colorpalette-variants.js.map +2 -2
- package/dist/colorpalette/tests/colorpalette.js +1 -1
- package/dist/colorpalette/tests/colorpalette.js.map +2 -2
- package/dist/colorpicker/tests/colorpicker-dropdown.js +757 -185
- package/dist/colorpicker/tests/colorpicker-dropdown.js.map +4 -4
- package/dist/editor/tests/editor-table-wizard.js +1984 -0
- package/dist/editor/tests/editor-table-wizard.js.map +7 -0
- package/dist/expansion-panel/expansion-panel.spec.js +253 -0
- package/dist/expansion-panel/expansion-panel.spec.js.map +7 -0
- package/dist/expansion-panel/tests/expansion-panel-rtl.js +100 -83
- package/dist/expansion-panel/tests/expansion-panel-rtl.js.map +4 -4
- package/dist/expansion-panel/tests/expansion-panel.js +100 -83
- package/dist/expansion-panel/tests/expansion-panel.js.map +4 -4
- package/dist/filemanager/tests/filemanager-contextmenu.js +492 -340
- package/dist/filemanager/tests/filemanager-contextmenu.js.map +4 -4
- package/dist/filemanager/tests/filemanager-drag-hint.js +468 -316
- package/dist/filemanager/tests/filemanager-drag-hint.js.map +4 -4
- package/dist/filemanager/tests/filemanager-gridview.js +533 -381
- package/dist/filemanager/tests/filemanager-gridview.js.map +4 -4
- package/dist/filemanager/tests/filemanager-listview.js +487 -335
- package/dist/filemanager/tests/filemanager-listview.js.map +4 -4
- package/dist/filemanager/tests/filemanager-preview.js +586 -434
- package/dist/filemanager/tests/filemanager-preview.js.map +4 -4
- package/dist/grid/tests/grid-column-menu-rtl.js +15 -15
- package/dist/grid/tests/grid-column-menu-rtl.js.map +2 -2
- package/dist/grid/tests/grid-column-menu.js +15 -15
- package/dist/grid/tests/grid-column-menu.js.map +2 -2
- package/dist/index.js +2131 -1244
- package/dist/index.js.map +4 -4
- package/dist/multiselecttree/multiselecttree.spec.js +1003 -0
- package/dist/multiselecttree/multiselecttree.spec.js.map +7 -0
- package/dist/multiselecttree/tests/multiselecttree-flat.js +1208 -0
- package/dist/multiselecttree/tests/multiselecttree-flat.js.map +7 -0
- package/dist/{editor/tests/editor-table-wizard-accessibility.js → multiselecttree/tests/multiselecttree-opened.js} +646 -645
- package/dist/multiselecttree/tests/multiselecttree-opened.js.map +7 -0
- package/dist/multiselecttree/tests/multiselecttree-outline.js +1208 -0
- package/dist/multiselecttree/tests/multiselecttree-outline.js.map +7 -0
- package/dist/multiselecttree/tests/multiselecttree-size.js +1107 -0
- package/dist/multiselecttree/tests/multiselecttree-size.js.map +7 -0
- package/dist/multiselecttree/tests/multiselecttree.js +1194 -0
- package/dist/multiselecttree/tests/multiselecttree.js.map +7 -0
- package/dist/pivotgrid/tests/pivotgrid-column-menus.js +8 -8
- package/dist/pivotgrid/tests/pivotgrid-column-menus.js.map +2 -2
- package/dist/scheduler/tests/scheduler-adaptive-agenda.js +6 -4
- package/dist/scheduler/tests/scheduler-adaptive-agenda.js.map +2 -2
- package/dist/scheduler/tests/scheduler-adaptive-day-resource-group.js +6 -4
- package/dist/scheduler/tests/scheduler-adaptive-day-resource-group.js.map +2 -2
- package/dist/scheduler/tests/scheduler-adaptive-day.js +6 -4
- package/dist/scheduler/tests/scheduler-adaptive-day.js.map +2 -2
- package/dist/scheduler/tests/scheduler-adaptive-month.js +6 -4
- package/dist/scheduler/tests/scheduler-adaptive-month.js.map +2 -2
- package/dist/scheduler/tests/scheduler-angular-agenda-rtl.js +8 -11
- package/dist/scheduler/tests/scheduler-angular-agenda-rtl.js.map +2 -2
- package/dist/scheduler/tests/scheduler-angular-agenda.js +8 -11
- package/dist/scheduler/tests/scheduler-angular-agenda.js.map +2 -2
- package/dist/scheduler/tests/scheduler-angular-day-rtl.js +8 -11
- package/dist/scheduler/tests/scheduler-angular-day-rtl.js.map +2 -2
- package/dist/scheduler/tests/scheduler-angular-month-rtl.js +8 -11
- package/dist/scheduler/tests/scheduler-angular-month-rtl.js.map +2 -2
- package/dist/scheduler/tests/scheduler-angular-month.js +8 -11
- package/dist/scheduler/tests/scheduler-angular-month.js.map +2 -2
- package/dist/scheduler/tests/scheduler-angular-rtl.js +8 -11
- package/dist/scheduler/tests/scheduler-angular-rtl.js.map +2 -2
- package/dist/scheduler/tests/scheduler-angular.js +8 -11
- package/dist/scheduler/tests/scheduler-angular.js.map +2 -2
- package/dist/scheduler/tests/scheduler-flex-layout.js +7 -10
- package/dist/scheduler/tests/scheduler-flex-layout.js.map +2 -2
- package/dist/scheduler/tests/scheduler-jquery-agenda.js +7 -10
- package/dist/scheduler/tests/scheduler-jquery-agenda.js.map +2 -2
- package/dist/scheduler/tests/scheduler-jquery-month.js +7 -10
- package/dist/scheduler/tests/scheduler-jquery-month.js.map +2 -2
- package/dist/scheduler/tests/scheduler-react-agenda.js +7 -10
- package/dist/scheduler/tests/scheduler-react-agenda.js.map +2 -2
- package/dist/scheduler/tests/scheduler-react-day.js +7 -10
- package/dist/scheduler/tests/scheduler-react-day.js.map +2 -2
- package/dist/scheduler/tests/scheduler-react-month.js +7 -10
- package/dist/scheduler/tests/scheduler-react-month.js.map +2 -2
- package/dist/scheduler/tests/scheduler-react-timeline-multi.js +7 -10
- package/dist/scheduler/tests/scheduler-react-timeline-multi.js.map +2 -2
- package/dist/scheduler/tests/scheduler-react-timeline.js +14 -20
- package/dist/scheduler/tests/scheduler-react-timeline.js.map +2 -2
- package/dist/scheduler/tests/scheduler-react-week.js +7 -10
- package/dist/scheduler/tests/scheduler-react-week.js.map +2 -2
- package/dist/scheduler/tests/scheduler-year.js +6 -9
- package/dist/scheduler/tests/scheduler-year.js.map +2 -2
- package/dist/scheduler/tests/scheduler.js +13 -19
- package/dist/scheduler/tests/scheduler.js.map +2 -2
- package/dist/slider/slider-tick.js +48 -0
- package/dist/slider/slider-tick.js.map +7 -0
- package/dist/slider/slider.spec.js +411 -0
- package/dist/slider/slider.spec.js.map +7 -0
- package/dist/slider/tests/slider-css-vars.js +300 -268
- package/dist/slider/tests/slider-css-vars.js.map +4 -4
- package/dist/slider/tests/slider-tick-absolute-position.js +155 -36
- package/dist/slider/tests/slider-tick-absolute-position.js.map +4 -4
- package/dist/slider/tests/slider.js +235 -209
- package/dist/slider/tests/slider.js.map +4 -4
- package/dist/spreadsheet/tests/spreadsheet-filter-menu.js +2 -2
- package/dist/spreadsheet/tests/spreadsheet-filter-menu.js.map +2 -2
- package/package.json +2 -2
- package/src/bottom-nav/bottom-nav-item.tsx +62 -0
- package/src/bottom-nav/bottom-nav.spec.tsx +76 -0
- package/src/bottom-nav/index.ts +2 -0
- package/src/bottom-nav/tests/bottom-nav-colors.tsx +109 -325
- package/src/bottom-nav/tests/bottom-nav-items.tsx +12 -22
- package/src/bottom-nav/tests/bottom-nav-rtl.tsx +13 -37
- package/src/bottom-nav/tests/bottom-nav.tsx +29 -77
- package/src/breadcrumb/breadcrumb-container.tsx +36 -0
- package/src/breadcrumb/breadcrumb-input-container.tsx +22 -0
- package/src/breadcrumb/breadcrumb-item-text.tsx +32 -0
- package/src/breadcrumb/breadcrumb-item.tsx +34 -0
- package/src/breadcrumb/breadcrumb-link.tsx +55 -0
- package/src/breadcrumb/breadcrumb-root-item-container.tsx +22 -0
- package/src/breadcrumb/breadcrumb.spec.tsx +55 -0
- package/src/breadcrumb/index.ts +7 -0
- package/src/breadcrumb/tests/breadcrumb-rtl.tsx +275 -231
- package/src/breadcrumb/tests/breadcrumb.tsx +274 -231
- package/src/coloreditor/color-editor.spec.tsx +93 -0
- package/src/coloreditor/index.ts +1 -0
- package/src/coloreditor/tests/coloreditor-focused-colorgradient.tsx +2 -76
- package/src/coloreditor/tests/coloreditor-rtl.tsx +3 -107
- package/src/coloreditor/tests/coloreditor-states.tsx +2 -77
- package/src/coloreditor/tests/coloreditor-views.tsx +3 -107
- package/src/coloreditor/tests/coloreditor.tsx +2 -77
- package/src/colorgradient/color-contrast.tsx +44 -0
- package/src/colorgradient/color-gradient.spec.tsx +102 -0
- package/src/colorgradient/color-input.tsx +123 -0
- package/src/colorgradient/index.ts +4 -0
- package/src/colorgradient/tests/colorgradient-contrast.tsx +2 -83
- package/src/colorgradient/tests/colorgradient-draghandle.tsx +4 -146
- package/src/colorgradient/tests/colorgradient-modes.tsx +6 -214
- package/src/colorgradient/tests/colorgradient-rtl.tsx +2 -74
- package/src/colorgradient/tests/colorgradient-states.tsx +14 -51
- package/src/colorgradient/tests/colorgradient.tsx +2 -55
- package/src/colorpalette/colorpalette.spec.tsx +5 -5
- package/src/colorpicker/tests/colorpicker-dropdown.tsx +7 -184
- package/src/editor/tests/editor-table-wizard.tsx +280 -0
- package/src/expansion-panel/expansion-panel.spec.tsx +86 -0
- package/src/expansion-panel/index.ts +1 -0
- package/src/expansion-panel/tests/expansion-panel-rtl.tsx +48 -111
- package/src/expansion-panel/tests/expansion-panel.tsx +49 -111
- package/src/filemanager/tests/filemanager-contextmenu.tsx +9 -8
- package/src/filemanager/tests/filemanager-drag-hint.tsx +9 -8
- package/src/filemanager/tests/filemanager-gridview.tsx +17 -16
- package/src/filemanager/tests/filemanager-listview.tsx +17 -16
- package/src/filemanager/tests/filemanager-preview.tsx +25 -24
- package/src/grid/tests/grid-column-menu-rtl.tsx +45 -15
- package/src/grid/tests/grid-column-menu.tsx +45 -15
- package/src/index.ts +7 -4
- package/src/multiselecttree/index.ts +1 -0
- package/src/multiselecttree/multiselecttree.spec.tsx +150 -0
- package/src/multiselecttree/tests/multiselecttree-flat.tsx +179 -0
- package/src/multiselecttree/tests/multiselecttree-opened.tsx +119 -0
- package/src/multiselecttree/tests/multiselecttree-outline.tsx +179 -0
- package/src/multiselecttree/tests/multiselecttree-size.tsx +54 -0
- package/src/multiselecttree/tests/multiselecttree.tsx +179 -0
- package/src/pivotgrid/tests/pivotgrid-column-menus.tsx +24 -8
- package/src/scheduler/tests/scheduler-adaptive-agenda.tsx +13 -14
- package/src/scheduler/tests/scheduler-adaptive-day-resource-group.tsx +13 -14
- package/src/scheduler/tests/scheduler-adaptive-day.tsx +13 -14
- package/src/scheduler/tests/scheduler-adaptive-month.tsx +13 -14
- package/src/scheduler/tests/scheduler-angular-agenda-rtl.tsx +13 -17
- package/src/scheduler/tests/scheduler-angular-agenda.tsx +13 -17
- package/src/scheduler/tests/scheduler-angular-day-rtl.tsx +13 -17
- package/src/scheduler/tests/scheduler-angular-month-rtl.tsx +13 -17
- package/src/scheduler/tests/scheduler-angular-month.tsx +13 -17
- package/src/scheduler/tests/scheduler-angular-rtl.tsx +13 -17
- package/src/scheduler/tests/scheduler-angular.tsx +13 -17
- package/src/scheduler/tests/scheduler-flex-layout.tsx +10 -14
- package/src/scheduler/tests/scheduler-jquery-agenda.tsx +10 -14
- package/src/scheduler/tests/scheduler-jquery-month.tsx +10 -14
- package/src/scheduler/tests/scheduler-react-agenda.tsx +10 -14
- package/src/scheduler/tests/scheduler-react-day.tsx +10 -14
- package/src/scheduler/tests/scheduler-react-month.tsx +10 -14
- package/src/scheduler/tests/scheduler-react-timeline-multi.tsx +10 -14
- package/src/scheduler/tests/scheduler-react-timeline.tsx +19 -28
- package/src/scheduler/tests/scheduler-react-week.tsx +10 -14
- package/src/scheduler/tests/scheduler-year.tsx +9 -13
- package/src/scheduler/tests/scheduler.tsx +20 -27
- package/src/slider/index.ts +2 -0
- package/src/slider/slider-tick.tsx +52 -0
- package/src/slider/slider.spec.tsx +120 -0
- package/src/slider/tests/slider-css-vars.tsx +185 -349
- package/src/slider/tests/slider-tick-absolute-position.tsx +40 -64
- package/src/slider/tests/slider.tsx +118 -262
- package/src/spreadsheet/tests/spreadsheet-filter-menu.tsx +6 -2
- package/dist/editor/tests/editor-table-wizard-accessibility.js.map +0 -7
- package/src/editor/tests/editor-table-wizard-accessibility.tsx +0 -69
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import ReactDOM from 'react-dom/client';
|
|
2
|
-
import {
|
|
2
|
+
import { ExpansionPanel } from '../../expansion-panel';
|
|
3
3
|
|
|
4
4
|
const root = ReactDOM.createRoot(
|
|
5
5
|
document.getElementById('app') as HTMLElement
|
|
@@ -8,118 +8,55 @@ const root = ReactDOM.createRoot(
|
|
|
8
8
|
root.render(
|
|
9
9
|
<>
|
|
10
10
|
<div id="test-area">
|
|
11
|
+
<ExpansionPanel title="Collapsed panel" subtitle="South America" dir="rtl"></ExpansionPanel>
|
|
11
12
|
|
|
12
|
-
<
|
|
13
|
-
<
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
<
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
<
|
|
25
|
-
<
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
<
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
<
|
|
37
|
-
<
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
<
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
<
|
|
49
|
-
<
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
<div
|
|
56
|
-
|
|
57
|
-
</div>
|
|
58
|
-
</div>
|
|
59
|
-
</div>
|
|
60
|
-
<div className="k-expander k-focus" dir="rtl">
|
|
61
|
-
<div className="k-expander-header">
|
|
62
|
-
<div className="k-expander-title">Focus state</div>
|
|
63
|
-
<span className="k-spacer"></span>
|
|
64
|
-
<div className="k-expander-sub-title">South America</div>
|
|
65
|
-
<Icon className="k-expander-indicator" name="arrow-chevron-down" />
|
|
66
|
-
</div>
|
|
67
|
-
<div className="k-expander-content-wrapper k-d-none">
|
|
68
|
-
<div className="k-expander-content">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
|
|
69
|
-
</div>
|
|
70
|
-
</div>
|
|
71
|
-
</div>
|
|
72
|
-
<div className="k-expander" dir="rtl">
|
|
73
|
-
<div className="k-expander-header k-hover">
|
|
74
|
-
<div className="k-expander-title">Hover state</div>
|
|
75
|
-
<span className="k-spacer"></span>
|
|
76
|
-
<div className="k-expander-sub-title">South America</div>
|
|
77
|
-
<Icon className="k-expander-indicator" name="arrow-chevron-down" />
|
|
78
|
-
</div>
|
|
79
|
-
<div className="k-expander-content-wrapper k-d-none">
|
|
80
|
-
<div className="k-expander-content">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
|
|
81
|
-
</div>
|
|
82
|
-
</div>
|
|
83
|
-
</div>
|
|
84
|
-
<div className="k-expander k-focus" dir="rtl">
|
|
85
|
-
<div className="k-expander-header k-hover">
|
|
86
|
-
<div className="k-expander-title">Hover & Focus state</div>
|
|
87
|
-
<span className="k-spacer"></span>
|
|
88
|
-
<div className="k-expander-sub-title">South America</div>
|
|
89
|
-
<Icon className="k-expander-indicator" name="arrow-chevron-down" />
|
|
90
|
-
</div>
|
|
91
|
-
<div className="k-expander-content-wrapper k-d-none">
|
|
92
|
-
<div className="k-expander-content">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
|
|
93
|
-
</div>
|
|
94
|
-
</div>
|
|
95
|
-
</div>
|
|
96
|
-
<div className="k-expander k-disabled" dir="rtl">
|
|
97
|
-
<div className="k-expander-header">
|
|
98
|
-
<div className="k-expander-title">Disabled panel</div>
|
|
99
|
-
<span className="k-spacer"></span>
|
|
100
|
-
<div className="k-expander-sub-title">South America</div>
|
|
101
|
-
<Icon className="k-expander-indicator" name="arrow-chevron-down" />
|
|
102
|
-
</div>
|
|
103
|
-
<div className="k-expander-content-wrapper k-d-none">
|
|
104
|
-
<div className="k-expander-content">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
|
|
105
|
-
</div>
|
|
106
|
-
</div>
|
|
107
|
-
</div>
|
|
108
|
-
<div className="k-expander k-expanded" dir="rtl">
|
|
109
|
-
<div className="k-expander-header">
|
|
110
|
-
<div className="k-expander-title">Content with fixed height</div>
|
|
111
|
-
<span className="k-spacer"></span>
|
|
112
|
-
<div className="k-expander-sub-title">South America</div>
|
|
113
|
-
<Icon className="k-expander-indicator" name="arrow-chevron-up" />
|
|
114
|
-
</div>
|
|
115
|
-
<div className="k-expander-content-wrapper">
|
|
116
|
-
<div className="k-expander-content" style={{ height: "100px" }}>
|
|
117
|
-
<div style={{ height: "100%", overflow: "auto" }}>
|
|
118
|
-
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.
|
|
119
|
-
</div>
|
|
120
|
-
</div>
|
|
13
|
+
<ExpansionPanel title="Expanded panel" subtitle="South America" expanded dir="rtl" >
|
|
14
|
+
<span>
|
|
15
|
+
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
|
|
16
|
+
</span>
|
|
17
|
+
</ExpansionPanel>
|
|
18
|
+
|
|
19
|
+
<ExpansionPanel title="Expanded Focused panel" subtitle="South America" expanded focus dir="rtl" >
|
|
20
|
+
<span>
|
|
21
|
+
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
|
|
22
|
+
</span>
|
|
23
|
+
</ExpansionPanel>
|
|
24
|
+
|
|
25
|
+
<ExpansionPanel title="Collapsed panel" subtitle="South America" dir="rtl" >
|
|
26
|
+
<span>
|
|
27
|
+
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
|
|
28
|
+
</span>
|
|
29
|
+
</ExpansionPanel>
|
|
30
|
+
|
|
31
|
+
<ExpansionPanel title="Focus state" subtitle="South America" focus dir="rtl" >
|
|
32
|
+
<span>
|
|
33
|
+
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
|
|
34
|
+
</span>
|
|
35
|
+
</ExpansionPanel>
|
|
36
|
+
|
|
37
|
+
<ExpansionPanel title="Hover state" subtitle="South America" hover dir="rtl" >
|
|
38
|
+
<span>
|
|
39
|
+
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
|
|
40
|
+
</span>
|
|
41
|
+
</ExpansionPanel>
|
|
42
|
+
|
|
43
|
+
<ExpansionPanel title="Hover & Focus state" subtitle="South America" hover focus dir="rtl" >
|
|
44
|
+
<span>
|
|
45
|
+
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
|
|
46
|
+
</span>
|
|
47
|
+
</ExpansionPanel>
|
|
48
|
+
|
|
49
|
+
<ExpansionPanel title="Disabled panel" subtitle="South America" disabled dir="rtl" >
|
|
50
|
+
<span>
|
|
51
|
+
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
|
|
52
|
+
</span>
|
|
53
|
+
</ExpansionPanel>
|
|
54
|
+
|
|
55
|
+
<ExpansionPanel title="Content with fixed height" subtitle="South America" expanded dir="rtl" contentStyle={ { height: "100px" } } >
|
|
56
|
+
<div style={ { height: "100%", overflow: "auto" } }>
|
|
57
|
+
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
|
|
121
58
|
</div>
|
|
122
|
-
</
|
|
59
|
+
</ExpansionPanel>
|
|
123
60
|
|
|
124
61
|
</div>
|
|
125
62
|
</>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import ReactDOM from 'react-dom/client';
|
|
2
|
-
import {
|
|
2
|
+
import { ExpansionPanel } from '../../expansion-panel';
|
|
3
3
|
|
|
4
4
|
const root = ReactDOM.createRoot(
|
|
5
5
|
document.getElementById('app') as HTMLElement
|
|
@@ -8,117 +8,55 @@ const root = ReactDOM.createRoot(
|
|
|
8
8
|
root.render(
|
|
9
9
|
<>
|
|
10
10
|
<div id="test-area">
|
|
11
|
-
<
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
</div>
|
|
59
|
-
<div className="k-expander k-focus">
|
|
60
|
-
<div className="k-expander-header">
|
|
61
|
-
<div className="k-expander-title">Focus state</div>
|
|
62
|
-
<span className="k-spacer"></span>
|
|
63
|
-
<div className="k-expander-sub-title">South America</div>
|
|
64
|
-
<Icon className="k-expander-indicator" name="arrow-chevron-down" />
|
|
65
|
-
</div>
|
|
66
|
-
<div className="k-expander-content-wrapper k-d-none">
|
|
67
|
-
<div className="k-expander-content">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
|
|
68
|
-
</div>
|
|
69
|
-
</div>
|
|
70
|
-
</div>
|
|
71
|
-
<div className="k-expander">
|
|
72
|
-
<div className="k-expander-header k-hover">
|
|
73
|
-
<div className="k-expander-title">Hover state</div>
|
|
74
|
-
<span className="k-spacer"></span>
|
|
75
|
-
<div className="k-expander-sub-title">South America</div>
|
|
76
|
-
<Icon className="k-expander-indicator" name="arrow-chevron-down" />
|
|
77
|
-
</div>
|
|
78
|
-
<div className="k-expander-content-wrapper k-d-none">
|
|
79
|
-
<div className="k-expander-content">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
|
|
80
|
-
</div>
|
|
81
|
-
</div>
|
|
82
|
-
</div>
|
|
83
|
-
<div className="k-expander k-focus">
|
|
84
|
-
<div className="k-expander-header k-hover">
|
|
85
|
-
<div className="k-expander-title">Hover & Focus state</div>
|
|
86
|
-
<span className="k-spacer"></span>
|
|
87
|
-
<div className="k-expander-sub-title">South America</div>
|
|
88
|
-
<Icon className="k-expander-indicator" name="arrow-chevron-down" />
|
|
89
|
-
</div>
|
|
90
|
-
<div className="k-expander-content-wrapper k-d-none">
|
|
91
|
-
<div className="k-expander-content">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
|
|
92
|
-
</div>
|
|
93
|
-
</div>
|
|
94
|
-
</div>
|
|
95
|
-
<div className="k-expander k-disabled">
|
|
96
|
-
<div className="k-expander-header">
|
|
97
|
-
<div className="k-expander-title">Disabled panel</div>
|
|
98
|
-
<span className="k-spacer"></span>
|
|
99
|
-
<div className="k-expander-sub-title">South America</div>
|
|
100
|
-
<Icon className="k-expander-indicator" name="arrow-chevron-down" />
|
|
101
|
-
</div>
|
|
102
|
-
<div className="k-expander-content-wrapper k-d-none">
|
|
103
|
-
<div className="k-expander-content">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
|
|
104
|
-
</div>
|
|
105
|
-
</div>
|
|
106
|
-
</div>
|
|
107
|
-
<div className="k-expander k-expanded">
|
|
108
|
-
<div className="k-expander-header">
|
|
109
|
-
<div className="k-expander-title">Content with fixed height</div>
|
|
110
|
-
<span className="k-spacer"></span>
|
|
111
|
-
<div className="k-expander-sub-title">South America</div>
|
|
112
|
-
<Icon className="k-expander-indicator" name="arrow-chevron-up" />
|
|
113
|
-
</div>
|
|
114
|
-
<div className="k-expander-content-wrapper">
|
|
115
|
-
<div className="k-expander-content" style={{ height: "100px" }}>
|
|
116
|
-
<div style={{ height: "100%", overflow: "auto" }}>
|
|
117
|
-
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.
|
|
118
|
-
</div>
|
|
119
|
-
</div>
|
|
11
|
+
<ExpansionPanel title="Collapsed panel" subtitle="South America"></ExpansionPanel>
|
|
12
|
+
|
|
13
|
+
<ExpansionPanel title="Expanded panel" subtitle="South America" expanded >
|
|
14
|
+
<span>
|
|
15
|
+
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
|
|
16
|
+
</span>
|
|
17
|
+
</ExpansionPanel>
|
|
18
|
+
|
|
19
|
+
<ExpansionPanel title="Expanded Focused panel" subtitle="South America" expanded focus >
|
|
20
|
+
<span>
|
|
21
|
+
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
|
|
22
|
+
</span>
|
|
23
|
+
</ExpansionPanel>
|
|
24
|
+
|
|
25
|
+
<ExpansionPanel title="Collapsed panel" subtitle="South America" >
|
|
26
|
+
<span>
|
|
27
|
+
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
|
|
28
|
+
</span>
|
|
29
|
+
</ExpansionPanel>
|
|
30
|
+
|
|
31
|
+
<ExpansionPanel title="Focus state" subtitle="South America" focus >
|
|
32
|
+
<span>
|
|
33
|
+
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
|
|
34
|
+
</span>
|
|
35
|
+
</ExpansionPanel>
|
|
36
|
+
|
|
37
|
+
<ExpansionPanel title="Hover state" subtitle="South America" hover >
|
|
38
|
+
<span>
|
|
39
|
+
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
|
|
40
|
+
</span>
|
|
41
|
+
</ExpansionPanel>
|
|
42
|
+
|
|
43
|
+
<ExpansionPanel title="Hover & Focus state" subtitle="South America" hover focus >
|
|
44
|
+
<span>
|
|
45
|
+
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
|
|
46
|
+
</span>
|
|
47
|
+
</ExpansionPanel>
|
|
48
|
+
|
|
49
|
+
<ExpansionPanel title="Disabled panel" subtitle="South America" disabled >
|
|
50
|
+
<span>
|
|
51
|
+
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
|
|
52
|
+
</span>
|
|
53
|
+
</ExpansionPanel>
|
|
54
|
+
|
|
55
|
+
<ExpansionPanel title="Content with fixed height" subtitle="South America" expanded contentStyle={ { height: "100px" } } >
|
|
56
|
+
<div style={ { height: "100%", overflow: "auto" } }>
|
|
57
|
+
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
|
|
120
58
|
</div>
|
|
121
|
-
</
|
|
59
|
+
</ExpansionPanel>
|
|
122
60
|
</div>
|
|
123
61
|
</>
|
|
124
62
|
);
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import ReactDOM from 'react-dom/client';
|
|
2
|
+
import { Breadcrumb, BreadcrumbContainer, BreadcrumbItem, BreadcrumbLink } from '../../breadcrumb';
|
|
2
3
|
import { Button } from '../../button';
|
|
3
4
|
import { Icon } from '../../icon';
|
|
4
5
|
import { MenuItem, MenuList } from '../../menu';
|
|
@@ -45,15 +46,15 @@ root.render(
|
|
|
45
46
|
|
|
46
47
|
{/* Content */}
|
|
47
48
|
<div className="k-filemanager-content">
|
|
48
|
-
<
|
|
49
|
-
<
|
|
50
|
-
<
|
|
51
|
-
<
|
|
49
|
+
<Breadcrumb className="k-filemanager-breadcrumb">
|
|
50
|
+
<BreadcrumbContainer>
|
|
51
|
+
<BreadcrumbItem root>
|
|
52
|
+
<BreadcrumbLink root icon>
|
|
52
53
|
<Icon name="home" />
|
|
53
|
-
</
|
|
54
|
-
</
|
|
55
|
-
</
|
|
56
|
-
</
|
|
54
|
+
</BreadcrumbLink>
|
|
55
|
+
</BreadcrumbItem>
|
|
56
|
+
</BreadcrumbContainer>
|
|
57
|
+
</Breadcrumb>
|
|
57
58
|
|
|
58
59
|
{/* View */}
|
|
59
60
|
<div className="k-widget k-listview k-selectable k-filemanager-listview">
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import ReactDOM from 'react-dom/client';
|
|
2
|
+
import { Breadcrumb, BreadcrumbContainer, BreadcrumbItem, BreadcrumbLink } from '../../breadcrumb';
|
|
2
3
|
import { Button } from '../../button';
|
|
3
4
|
import { Icon } from '../../icon';
|
|
4
5
|
import { Toolbar } from '../../toolbar';
|
|
@@ -42,15 +43,15 @@ root.render(
|
|
|
42
43
|
|
|
43
44
|
{/* Content */}
|
|
44
45
|
<div className="k-filemanager-content">
|
|
45
|
-
<
|
|
46
|
-
<
|
|
47
|
-
<
|
|
48
|
-
<
|
|
46
|
+
<Breadcrumb className="k-filemanager-breadcrumb">
|
|
47
|
+
<BreadcrumbContainer>
|
|
48
|
+
<BreadcrumbItem root>
|
|
49
|
+
<BreadcrumbLink root icon>
|
|
49
50
|
<Icon name="home" />
|
|
50
|
-
</
|
|
51
|
-
</
|
|
52
|
-
</
|
|
53
|
-
</
|
|
51
|
+
</BreadcrumbLink>
|
|
52
|
+
</BreadcrumbItem>
|
|
53
|
+
</BreadcrumbContainer>
|
|
54
|
+
</Breadcrumb>
|
|
54
55
|
|
|
55
56
|
{/* View */}
|
|
56
57
|
<div className="k-widget k-listview k-selectable k-filemanager-listview">
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import ReactDOM from 'react-dom/client';
|
|
2
|
+
import { Breadcrumb, BreadcrumbContainer, BreadcrumbItem, BreadcrumbLink } from '../../breadcrumb';
|
|
2
3
|
import { Button } from '../../button';
|
|
3
4
|
import { ButtonGroup } from '../../button-group';
|
|
4
5
|
import { Icon } from '../../icon';
|
|
@@ -37,15 +38,15 @@ root.render(
|
|
|
37
38
|
|
|
38
39
|
{/* Content */}
|
|
39
40
|
<div className="k-filemanager-content">
|
|
40
|
-
<
|
|
41
|
-
<
|
|
42
|
-
<
|
|
43
|
-
<
|
|
41
|
+
<Breadcrumb className="k-filemanager-breadcrumb">
|
|
42
|
+
<BreadcrumbContainer>
|
|
43
|
+
<BreadcrumbItem root>
|
|
44
|
+
<BreadcrumbLink root icon>
|
|
44
45
|
<Icon name="home" />
|
|
45
|
-
</
|
|
46
|
-
</
|
|
47
|
-
</
|
|
48
|
-
</
|
|
46
|
+
</BreadcrumbLink>
|
|
47
|
+
</BreadcrumbItem>
|
|
48
|
+
</BreadcrumbContainer>
|
|
49
|
+
</Breadcrumb>
|
|
49
50
|
|
|
50
51
|
{/* View */}
|
|
51
52
|
<div className="k-filemanager-grid k-grid k-grid-md k-grid-display-block k-editable">
|
|
@@ -155,15 +156,15 @@ root.render(
|
|
|
155
156
|
|
|
156
157
|
{/* Content */}
|
|
157
158
|
<div className="k-filemanager-content">
|
|
158
|
-
<
|
|
159
|
-
<
|
|
160
|
-
<
|
|
161
|
-
<
|
|
159
|
+
<Breadcrumb className="k-filemanager-breadcrumb">
|
|
160
|
+
<BreadcrumbContainer>
|
|
161
|
+
<BreadcrumbItem root>
|
|
162
|
+
<BreadcrumbLink root icon>
|
|
162
163
|
<Icon name="home" />
|
|
163
|
-
</
|
|
164
|
-
</
|
|
165
|
-
</
|
|
166
|
-
</
|
|
164
|
+
</BreadcrumbLink>
|
|
165
|
+
</BreadcrumbItem>
|
|
166
|
+
</BreadcrumbContainer>
|
|
167
|
+
</Breadcrumb>
|
|
167
168
|
|
|
168
169
|
{/* View */}
|
|
169
170
|
<div className="k-filemanager-view k-filemanager-view-grid">
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import ReactDOM from 'react-dom/client';
|
|
2
|
+
import { Breadcrumb, BreadcrumbContainer, BreadcrumbItem, BreadcrumbLink } from '../../breadcrumb';
|
|
2
3
|
import { Button } from '../../button';
|
|
3
4
|
import { ButtonGroup } from '../../button-group';
|
|
4
5
|
import { Icon } from '../../icon';
|
|
@@ -37,15 +38,15 @@ root.render(
|
|
|
37
38
|
|
|
38
39
|
{/* Content */}
|
|
39
40
|
<div className="k-filemanager-content">
|
|
40
|
-
<
|
|
41
|
-
<
|
|
42
|
-
<
|
|
43
|
-
<
|
|
41
|
+
<Breadcrumb className="k-filemanager-breadcrumb">
|
|
42
|
+
<BreadcrumbContainer>
|
|
43
|
+
<BreadcrumbItem root>
|
|
44
|
+
<BreadcrumbLink root icon>
|
|
44
45
|
<Icon name="home" />
|
|
45
|
-
</
|
|
46
|
-
</
|
|
47
|
-
</
|
|
48
|
-
</
|
|
46
|
+
</BreadcrumbLink>
|
|
47
|
+
</BreadcrumbItem>
|
|
48
|
+
</BreadcrumbContainer>
|
|
49
|
+
</Breadcrumb>
|
|
49
50
|
|
|
50
51
|
{/* View */}
|
|
51
52
|
<div className="k-widget k-listview k-selectable k-filemanager-listview">
|
|
@@ -97,15 +98,15 @@ root.render(
|
|
|
97
98
|
|
|
98
99
|
{/* Content */}
|
|
99
100
|
<div className="k-filemanager-content">
|
|
100
|
-
<
|
|
101
|
-
<
|
|
102
|
-
<
|
|
103
|
-
<
|
|
101
|
+
<Breadcrumb className="k-filemanager-breadcrumb">
|
|
102
|
+
<BreadcrumbContainer>
|
|
103
|
+
<BreadcrumbItem root>
|
|
104
|
+
<BreadcrumbLink root icon>
|
|
104
105
|
<Icon name="home" />
|
|
105
|
-
</
|
|
106
|
-
</
|
|
107
|
-
</
|
|
108
|
-
</
|
|
106
|
+
</BreadcrumbLink>
|
|
107
|
+
</BreadcrumbItem>
|
|
108
|
+
</BreadcrumbContainer>
|
|
109
|
+
</Breadcrumb>
|
|
109
110
|
|
|
110
111
|
{/* View */}
|
|
111
112
|
<div className="k-widget k-listview k-selectable k-filemanager-listview">
|