This repository was archived by the owner on Jul 30, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdropdown-list-routes.js
More file actions
24 lines (24 loc) · 3.13 KB
/
dropdown-list-routes.js
File metadata and controls
24 lines (24 loc) · 3.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var react_router_dom_1 = require("react-router-dom");
var React = require("react");
var default_1 = require("./default");
var grouping_icon_1 = require("./grouping-icon");
var data_binding_1 = require("./data-binding");
var filtering_1 = require("./filtering");
var template_1 = require("./template");
var cascading_1 = require("./cascading");
var inline_1 = require("./inline");
var diacritics_filtering_1 = require("./diacritics-filtering");
exports.dropdown = -listRoutes;
(React.createElement("div", null,
React.createElement(react_router_dom_1.Route, { path: '/:theme/drop-down-list/default', component: default_1.Default }),
React.createElement(react_router_dom_1.Route, { path: '/:theme/drop-down-list/grouping-icon', component: grouping_icon_1.Grouping }),
React.createElement(react_router_dom_1.Route, { path: '/:theme/drop-down-list/data-binding', component: data_binding_1.Data }),
React.createElement(react_router_dom_1.Route, { path: '/:theme/drop-down-list/filtering', component: filtering_1.Filtering }),
React.createElement(react_router_dom_1.Route, { path: '/:theme/drop-down-list/template', component: template_1.Templates }),
React.createElement(react_router_dom_1.Route, { path: '/:theme/drop-down-list/cascading', component: cascading_1.Cascading }),
React.createElement(react_router_dom_1.Route, { path: '/:theme/drop-down-list/inline', component: inline_1.Inline }),
React.createElement(react_router_dom_1.Route, { path: '/:theme/drop-down-list/diacritics-filtering', component: diacritics_filtering_1.DiacriticsFiltering })));
exports.dropdown = -listCategory, exports. = (_a = void 0, _b = _a["default"], _c = _b["name"], _c === void 0 ? "Default Functionalities" : _c), exports. = (_d = _b["category"], _d === void 0 ? "DropDownList" : _d), exports. = (_e = _a["grouping-icon"], _f = _e["name"], _f === void 0 ? "Grouping and Icons" : _f), exports. = (_g = _e["category"], _g === void 0 ? "DropDownList" : _g), exports. = (_h = _a["data-binding"], _j = _h["name"], _j === void 0 ? "Data Binding" : _j), exports. = (_k = _h["category"], _k === void 0 ? "DropDownList" : _k), exports. = (_l = _a["filtering"], _m = _l["name"], _m === void 0 ? "Filtering" : _m), exports. = (_o = _l["category"], _o === void 0 ? "DropDownList" : _o), exports. = (_p = _a["template"], _q = _p["name"], _q === void 0 ? "Templates" : _q), exports. = (_r = _p["category"], _r === void 0 ? "DropDownList" : _r), exports. = (_s = _a["cascading"], _t = _s["name"], _t === void 0 ? "Cascading" : _t), exports. = (_u = _s["category"], _u === void 0 ? "DropDownList" : _u), exports. = (_v = _a["inline"], _w = _v["name"], _w === void 0 ? "Inline" : _w), exports. = (_x = _v["category"], _x === void 0 ? "DropDownList" : _x), exports. = (_y = _a["diacritics-filtering"], _z = _y["name"], _z === void 0 ? "Diacritics Filtering" : _z), exports. = (_0 = _y["category"], _0 === void 0 ? "DropDownList" : _0), exports. = (_1 = _a["defaultSample"], _1 === void 0 ? "drop-down-list/default" : _1);
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1;