@illinois-grad/grad-vue 2.4.1 → 2.4.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/components/GTreeMenu.vue.d.ts +72 -0
- package/dist/components/tree-menu/GTreeMenuList.vue.d.ts +23 -0
- package/dist/grad-vue.css +1 -1
- package/dist/grad-vue.d.ts +3 -1
- package/dist/grad-vue.js +19 -18
- package/dist/{main-Db9KjV-W.js → main-D8BC78tE.js} +1358 -1128
- package/dist/main-D8BC78tE.js.map +1 -0
- package/dist/plugin.d.ts +2 -1
- package/dist/plugin.js +4 -4
- package/dist/plugin.js.map +1 -1
- package/package.json +1 -1
- package/dist/main-Db9KjV-W.js.map +0 -1
package/dist/plugin.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { App } from "vue";
|
|
2
|
-
import { GAlertDialog, GAppHeader, GButton, GClipboard, GDetailList, GDetailListItem, GHamburgerMenu, GHistoryScroller, GModal, GOverlay, GPopover, GProgress, GSearch, GSelect, GSelectButton, GSidebar, GSidebarMenu, GTable, GTableBody, GTablePagination, GTextInput, GThreeWayToggle, GForm, GSubmitButton, VGtooltipDirective } from "./grad-vue.ts";
|
|
2
|
+
import { GAlertDialog, GAppHeader, GButton, GClipboard, GDetailList, GDetailListItem, GHamburgerMenu, GHistoryScroller, GModal, GOverlay, GPopover, GProgress, GSearch, GSelect, GSelectButton, GSidebar, GSidebarMenu, GTable, GTableBody, GTablePagination, GTextInput, GThreeWayToggle, GTreeMenu, GForm, GSubmitButton, VGtooltipDirective } from "./grad-vue.ts";
|
|
3
3
|
declare const _default: {
|
|
4
4
|
install(app: App): void;
|
|
5
5
|
};
|
|
@@ -28,6 +28,7 @@ declare module "vue" {
|
|
|
28
28
|
GHamburgerMenu: typeof GHamburgerMenu;
|
|
29
29
|
GDetailList: typeof GDetailList;
|
|
30
30
|
GDetailListItem: typeof GDetailListItem;
|
|
31
|
+
GTreeMenu: typeof GTreeMenu;
|
|
31
32
|
GForm: typeof GForm;
|
|
32
33
|
GSubmitButton: typeof GSubmitButton;
|
|
33
34
|
}
|
package/dist/plugin.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { V as o, a as n, _ as t, A as G, n as r, r as m, o as c, G as s, q as a, p as l, s as i, t as u, b as g, k as S, B as
|
|
1
|
+
import { V as o, a as n, _ as t, A as G, n as r, r as m, o as c, G as s, q as a, p as l, s as i, t as u, b as g, k as S, B as T, v as b, w as d, x as I, l as _, m as D, j as M, f as y, g as f, y as B, z as C, C as H, D as P, c as v, h as A, d as h, e as x, i as $, u as L } from "./main-D8BC78tE.js";
|
|
2
2
|
import "vue";
|
|
3
3
|
import "@vueuse/core";
|
|
4
|
-
const
|
|
4
|
+
const U = {
|
|
5
5
|
install(e) {
|
|
6
|
-
e.directive("gtooltip", o), e.component("GAppHeader", n), e.component("GButton", t), e.component("GTextInput", G), e.component("GPopover", r), e.component("GSelectButton", m), e.component("GProgress", c), e.component("GAlertDialog", s), e.component("GSelect", a), e.component("GSearch", l), e.component("GSidebar", i), e.component("GSidebarMenu", u), e.component("GClipboard", g), e.component("GHistoryScroller", S), e.component("GThreeWayToggle",
|
|
6
|
+
e.directive("gtooltip", o), e.component("GAppHeader", n), e.component("GButton", t), e.component("GTextInput", G), e.component("GPopover", r), e.component("GSelectButton", m), e.component("GProgress", c), e.component("GAlertDialog", s), e.component("GSelect", a), e.component("GSearch", l), e.component("GSidebar", i), e.component("GSidebarMenu", u), e.component("GClipboard", g), e.component("GHistoryScroller", S), e.component("GThreeWayToggle", T), e.component("GTable", b), e.component("GTableBody", d), e.component("GTablePagination", I), e.component("GModal", _), e.component("GOverlay", D), e.component("GHamburgerMenu", M), e.component("GDetailList", y), e.component("GDetailListItem", f), e.component("GTermSelector", B), e.component("GTermSelectorControl", C), e.component("GTreeMenu", H), e.component("GUserMenu", P), e.component("GCurrencyInput", v), e.component("GEmailInput", A), e.component("GDateInput", h), e.component("GDateRangeInput", x), e.component("GForm", $), e.component("GSubmitButton", L);
|
|
7
7
|
}
|
|
8
8
|
};
|
|
9
9
|
export {
|
|
10
|
-
|
|
10
|
+
U as default
|
|
11
11
|
};
|
|
12
12
|
//# sourceMappingURL=plugin.js.map
|
package/dist/plugin.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin.js","sources":["../src/plugin.ts"],"sourcesContent":["import type { App } from \"vue\";\nimport {\n GAlertDialog,\n GAppHeader,\n GButton,\n GClipboard,\n GDetailList,\n GDetailListItem,\n GHamburgerMenu,\n GHistoryScroller,\n GModal,\n GOverlay,\n GPopover,\n GProgress,\n GSearch,\n GSelect,\n GSelectButton,\n GSidebar,\n GSidebarMenu,\n GTable,\n GTableBody,\n GTablePagination,\n GTextInput,\n GThreeWayToggle,\n GTermSelector,\n GTermSelectorControl,\n GUserMenu,\n GCurrencyInput,\n GEmailInput,\n GDateInput,\n GDateRangeInput,\n GForm,\n GSubmitButton,\n VGtooltip,\n VGtooltipDirective,\n} from \"./grad-vue.ts\";\n\n// Export a plugin for installing all components\nexport default {\n install(app: App) {\n app.directive(\"gtooltip\", VGtooltip);\n app.component(\"GAppHeader\", GAppHeader);\n app.component(\"GButton\", GButton);\n app.component(\"GTextInput\", GTextInput);\n app.component(\"GPopover\", GPopover);\n app.component(\"GSelectButton\", GSelectButton);\n app.component(\"GProgress\", GProgress);\n app.component(\"GAlertDialog\", GAlertDialog);\n app.component(\"GSelect\", GSelect);\n app.component(\"GSearch\", GSearch);\n app.component(\"GSidebar\", GSidebar);\n app.component(\"GSidebarMenu\", GSidebarMenu);\n app.component(\"GClipboard\", GClipboard);\n app.component(\"GHistoryScroller\", GHistoryScroller);\n app.component(\"GThreeWayToggle\", GThreeWayToggle);\n app.component(\"GTable\", GTable);\n app.component(\"GTableBody\", GTableBody);\n app.component(\"GTablePagination\", GTablePagination);\n app.component(\"GModal\", GModal);\n app.component(\"GOverlay\", GOverlay);\n app.component(\"GHamburgerMenu\", GHamburgerMenu);\n app.component(\"GDetailList\", GDetailList);\n app.component(\"GDetailListItem\", GDetailListItem);\n app.component(\"GTermSelector\", GTermSelector);\n app.component(\"GTermSelectorControl\", GTermSelectorControl);\n app.component(\"GUserMenu\", GUserMenu);\n app.component(\"GCurrencyInput\", GCurrencyInput);\n app.component(\"GEmailInput\", GEmailInput);\n app.component(\"GDateInput\", GDateInput);\n app.component(\"GDateRangeInput\", GDateRangeInput);\n app.component(\"GForm\", GForm);\n app.component(\"GSubmitButton\", GSubmitButton);\n },\n};\n\ndeclare module \"vue\" {\n export interface GlobalComponents {\n GAppHeader: typeof GAppHeader;\n GButton: typeof GButton;\n GTextInput: typeof GTextInput;\n GPopover: typeof GPopover;\n GSelectButton: typeof GSelectButton;\n GProgress: typeof GProgress;\n GAlertDialog: typeof GAlertDialog;\n GSelect: typeof GSelect;\n GSearch: typeof GSearch;\n GSidebar: typeof GSidebar;\n GSidebarMenu: typeof GSidebarMenu;\n GClipboard: typeof GClipboard;\n GHistoryScroller: typeof GHistoryScroller;\n GThreeWayToggle: typeof GThreeWayToggle;\n GTable: typeof GTable;\n GTableBody: typeof GTableBody;\n GTablePagination: typeof GTablePagination;\n GModal: typeof GModal;\n GOverlay: typeof GOverlay;\n GHamburgerMenu: typeof GHamburgerMenu;\n GDetailList: typeof GDetailList;\n GDetailListItem: typeof GDetailListItem;\n GForm: typeof GForm;\n GSubmitButton: typeof GSubmitButton;\n }\n\n export interface ComponentCustomProperties {\n vGtooltip: VGtooltipDirective;\n }\n}\n"],"names":["plugin","app","VGtooltip","GAppHeader","GButton","GTextInput","GPopover","GSelectButton","GProgress","GAlertDialog","GSelect","GSearch","GSidebar","GSidebarMenu","GClipboard","GHistoryScroller","GThreeWayToggle","GTable","GTableBody","GTablePagination","GModal","GOverlay","GHamburgerMenu","GDetailList","GDetailListItem","GTermSelector","GTermSelectorControl","GUserMenu","GCurrencyInput","GEmailInput","GDateInput","GDateRangeInput","GForm","GSubmitButton"],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"plugin.js","sources":["../src/plugin.ts"],"sourcesContent":["import type { App } from \"vue\";\nimport {\n GAlertDialog,\n GAppHeader,\n GButton,\n GClipboard,\n GDetailList,\n GDetailListItem,\n GHamburgerMenu,\n GHistoryScroller,\n GModal,\n GOverlay,\n GPopover,\n GProgress,\n GSearch,\n GSelect,\n GSelectButton,\n GSidebar,\n GSidebarMenu,\n GTable,\n GTableBody,\n GTablePagination,\n GTextInput,\n GThreeWayToggle,\n GTermSelector,\n GTermSelectorControl,\n GTreeMenu,\n GUserMenu,\n GCurrencyInput,\n GEmailInput,\n GDateInput,\n GDateRangeInput,\n GForm,\n GSubmitButton,\n VGtooltip,\n VGtooltipDirective,\n} from \"./grad-vue.ts\";\n\n// Export a plugin for installing all components\nexport default {\n install(app: App) {\n app.directive(\"gtooltip\", VGtooltip);\n app.component(\"GAppHeader\", GAppHeader);\n app.component(\"GButton\", GButton);\n app.component(\"GTextInput\", GTextInput);\n app.component(\"GPopover\", GPopover);\n app.component(\"GSelectButton\", GSelectButton);\n app.component(\"GProgress\", GProgress);\n app.component(\"GAlertDialog\", GAlertDialog);\n app.component(\"GSelect\", GSelect);\n app.component(\"GSearch\", GSearch);\n app.component(\"GSidebar\", GSidebar);\n app.component(\"GSidebarMenu\", GSidebarMenu);\n app.component(\"GClipboard\", GClipboard);\n app.component(\"GHistoryScroller\", GHistoryScroller);\n app.component(\"GThreeWayToggle\", GThreeWayToggle);\n app.component(\"GTable\", GTable);\n app.component(\"GTableBody\", GTableBody);\n app.component(\"GTablePagination\", GTablePagination);\n app.component(\"GModal\", GModal);\n app.component(\"GOverlay\", GOverlay);\n app.component(\"GHamburgerMenu\", GHamburgerMenu);\n app.component(\"GDetailList\", GDetailList);\n app.component(\"GDetailListItem\", GDetailListItem);\n app.component(\"GTermSelector\", GTermSelector);\n app.component(\"GTermSelectorControl\", GTermSelectorControl);\n app.component(\"GTreeMenu\", GTreeMenu);\n app.component(\"GUserMenu\", GUserMenu);\n app.component(\"GCurrencyInput\", GCurrencyInput);\n app.component(\"GEmailInput\", GEmailInput);\n app.component(\"GDateInput\", GDateInput);\n app.component(\"GDateRangeInput\", GDateRangeInput);\n app.component(\"GForm\", GForm);\n app.component(\"GSubmitButton\", GSubmitButton);\n },\n};\n\ndeclare module \"vue\" {\n export interface GlobalComponents {\n GAppHeader: typeof GAppHeader;\n GButton: typeof GButton;\n GTextInput: typeof GTextInput;\n GPopover: typeof GPopover;\n GSelectButton: typeof GSelectButton;\n GProgress: typeof GProgress;\n GAlertDialog: typeof GAlertDialog;\n GSelect: typeof GSelect;\n GSearch: typeof GSearch;\n GSidebar: typeof GSidebar;\n GSidebarMenu: typeof GSidebarMenu;\n GClipboard: typeof GClipboard;\n GHistoryScroller: typeof GHistoryScroller;\n GThreeWayToggle: typeof GThreeWayToggle;\n GTable: typeof GTable;\n GTableBody: typeof GTableBody;\n GTablePagination: typeof GTablePagination;\n GModal: typeof GModal;\n GOverlay: typeof GOverlay;\n GHamburgerMenu: typeof GHamburgerMenu;\n GDetailList: typeof GDetailList;\n GDetailListItem: typeof GDetailListItem;\n GTreeMenu: typeof GTreeMenu;\n GForm: typeof GForm;\n GSubmitButton: typeof GSubmitButton;\n }\n\n export interface ComponentCustomProperties {\n vGtooltip: VGtooltipDirective;\n }\n}\n"],"names":["plugin","app","VGtooltip","GAppHeader","GButton","GTextInput","GPopover","GSelectButton","GProgress","GAlertDialog","GSelect","GSearch","GSidebar","GSidebarMenu","GClipboard","GHistoryScroller","GThreeWayToggle","GTable","GTableBody","GTablePagination","GModal","GOverlay","GHamburgerMenu","GDetailList","GDetailListItem","GTermSelector","GTermSelectorControl","GTreeMenu","GUserMenu","GCurrencyInput","GEmailInput","GDateInput","GDateRangeInput","GForm","GSubmitButton"],"mappings":";;;AAuCA,MAAAA,IAAe;AAAA,EACX,QAAQC,GAAU;AACd,IAAAA,EAAI,UAAU,YAAYC,CAAS,GACnCD,EAAI,UAAU,cAAcE,CAAU,GACtCF,EAAI,UAAU,WAAWG,CAAO,GAChCH,EAAI,UAAU,cAAcI,CAAU,GACtCJ,EAAI,UAAU,YAAYK,CAAQ,GAClCL,EAAI,UAAU,iBAAiBM,CAAa,GAC5CN,EAAI,UAAU,aAAaO,CAAS,GACpCP,EAAI,UAAU,gBAAgBQ,CAAY,GAC1CR,EAAI,UAAU,WAAWS,CAAO,GAChCT,EAAI,UAAU,WAAWU,CAAO,GAChCV,EAAI,UAAU,YAAYW,CAAQ,GAClCX,EAAI,UAAU,gBAAgBY,CAAY,GAC1CZ,EAAI,UAAU,cAAca,CAAU,GACtCb,EAAI,UAAU,oBAAoBc,CAAgB,GAClDd,EAAI,UAAU,mBAAmBe,CAAe,GAChDf,EAAI,UAAU,UAAUgB,CAAM,GAC9BhB,EAAI,UAAU,cAAciB,CAAU,GACtCjB,EAAI,UAAU,oBAAoBkB,CAAgB,GAClDlB,EAAI,UAAU,UAAUmB,CAAM,GAC9BnB,EAAI,UAAU,YAAYoB,CAAQ,GAClCpB,EAAI,UAAU,kBAAkBqB,CAAc,GAC9CrB,EAAI,UAAU,eAAesB,CAAW,GACxCtB,EAAI,UAAU,mBAAmBuB,CAAe,GAChDvB,EAAI,UAAU,iBAAiBwB,CAAa,GAC5CxB,EAAI,UAAU,wBAAwByB,CAAoB,GAC1DzB,EAAI,UAAU,aAAa0B,CAAS,GACpC1B,EAAI,UAAU,aAAa2B,CAAS,GACpC3B,EAAI,UAAU,kBAAkB4B,CAAc,GAC9C5B,EAAI,UAAU,eAAe6B,CAAW,GACxC7B,EAAI,UAAU,cAAc8B,CAAU,GACtC9B,EAAI,UAAU,mBAAmB+B,CAAe,GAChD/B,EAAI,UAAU,SAASgC,CAAK,GAC5BhC,EAAI,UAAU,iBAAiBiC,CAAa;AAAA,EAChD;AACJ;"}
|