@illinois-grad/grad-vue 2.5.2 → 2.5.3
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/custom-elements.json +117 -6
- package/dist/components/GMultiSelect.vue.d.ts +125 -0
- package/dist/components/GSelect.vue.d.ts +4 -14
- package/dist/components/GTreeMenu.vue.d.ts +13 -13
- package/dist/compose/useSelectDropdown.d.ts +56 -0
- package/dist/{grad-vue-_KJazv6D.js → grad-vue-D4cwVtpD.js} +716 -458
- package/dist/grad-vue-D4cwVtpD.js.map +1 -0
- package/dist/grad-vue-elements.d.ts +3 -0
- package/dist/grad-vue-elements.js +1078 -822
- package/dist/grad-vue-elements.js.map +1 -1
- package/dist/grad-vue.css +1 -1
- package/dist/grad-vue.d.ts +2 -1
- package/dist/grad-vue.js +2 -2
- package/dist/plugin.js +4 -4
- package/dist/plugin.js.map +1 -1
- package/package.json +1 -1
- package/dist/grad-vue-_KJazv6D.js.map +0 -1
package/dist/plugin.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin.js","names":[],"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 GTooltip,\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 GFileInput,\n GDateInput,\n GDateRangeInput,\n GForm,\n GSubmitButton,\n GCheckboxGroup,\n GTextarea,\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(\"GTooltip\", GTooltip);\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(\"GFileInput\", GFileInput);\n app.component(\"GDateInput\", GDateInput);\n app.component(\"GDateRangeInput\", GDateRangeInput);\n app.component(\"GForm\", GForm);\n app.component(\"GSubmitButton\", GSubmitButton);\n app.component(\"GCheckboxGroup\", GCheckboxGroup);\n app.component(\"GTextarea\", GTextarea);\n },\n};\n\ndeclare module \"vue\" {\n export interface GlobalComponents {\n GAppHeader: typeof GAppHeader;\n GButton: typeof GButton;\n GCheckboxGroup: typeof GCheckboxGroup;\n GTextInput: typeof GTextInput;\n GPopover: typeof GPopover;\n GTooltip: typeof GTooltip;\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 GFileInput: typeof GFileInput;\n }\n\n export interface ComponentCustomProperties {\n vGtooltip: VGtooltipDirective;\n }\n}\n"],"mappings":";;
|
|
1
|
+
{"version":3,"file":"plugin.js","names":[],"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 GTooltip,\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 GFileInput,\n GDateInput,\n GDateRangeInput,\n GForm,\n GSubmitButton,\n GCheckboxGroup,\n GTextarea,\n GMultiSelect,\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(\"GTooltip\", GTooltip);\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(\"GFileInput\", GFileInput);\n app.component(\"GDateInput\", GDateInput);\n app.component(\"GDateRangeInput\", GDateRangeInput);\n app.component(\"GForm\", GForm);\n app.component(\"GSubmitButton\", GSubmitButton);\n app.component(\"GCheckboxGroup\", GCheckboxGroup);\n app.component(\"GTextarea\", GTextarea);\n app.component(\"GMultiSelect\", GMultiSelect);\n },\n};\n\ndeclare module \"vue\" {\n export interface GlobalComponents {\n GAppHeader: typeof GAppHeader;\n GButton: typeof GButton;\n GCheckboxGroup: typeof GCheckboxGroup;\n GTextInput: typeof GTextInput;\n GPopover: typeof GPopover;\n GTooltip: typeof GTooltip;\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 GFileInput: typeof GFileInput;\n }\n\n export interface ComponentCustomProperties {\n vGtooltip: VGtooltipDirective;\n }\n}\n"],"mappings":";;AA4CA,IAAA,IAAe,EACX,QAAQ,GAAU;AAsCd,CArCA,EAAI,UAAU,YAAY,EAAU,EACpC,EAAI,UAAU,cAAc,EAAW,EACvC,EAAI,UAAU,WAAW,EAAQ,EACjC,EAAI,UAAU,cAAc,EAAW,EACvC,EAAI,UAAU,YAAY,EAAS,EACnC,EAAI,UAAU,YAAY,EAAS,EACnC,EAAI,UAAU,iBAAiB,EAAc,EAC7C,EAAI,UAAU,aAAa,EAAU,EACrC,EAAI,UAAU,gBAAgB,EAAa,EAC3C,EAAI,UAAU,WAAW,EAAQ,EACjC,EAAI,UAAU,WAAW,EAAQ,EACjC,EAAI,UAAU,YAAY,EAAS,EACnC,EAAI,UAAU,gBAAgB,EAAa,EAC3C,EAAI,UAAU,cAAc,EAAW,EACvC,EAAI,UAAU,oBAAoB,EAAiB,EACnD,EAAI,UAAU,mBAAmB,EAAgB,EACjD,EAAI,UAAU,UAAU,EAAO,EAC/B,EAAI,UAAU,cAAc,EAAW,EACvC,EAAI,UAAU,oBAAoB,EAAiB,EACnD,EAAI,UAAU,UAAU,EAAO,EAC/B,EAAI,UAAU,YAAY,EAAS,EACnC,EAAI,UAAU,kBAAkB,EAAe,EAC/C,EAAI,UAAU,eAAe,EAAY,EACzC,EAAI,UAAU,mBAAmB,EAAgB,EACjD,EAAI,UAAU,iBAAiB,EAAc,EAC7C,EAAI,UAAU,wBAAwB,EAAqB,EAC3D,EAAI,UAAU,aAAa,EAAU,EACrC,EAAI,UAAU,aAAa,EAAU,EACrC,EAAI,UAAU,kBAAkB,EAAe,EAC/C,EAAI,UAAU,eAAe,EAAY,EACzC,EAAI,UAAU,cAAc,EAAW,EACvC,EAAI,UAAU,cAAc,EAAW,EACvC,EAAI,UAAU,mBAAmB,EAAgB,EACjD,EAAI,UAAU,SAAS,EAAM,EAC7B,EAAI,UAAU,iBAAiB,EAAc,EAC7C,EAAI,UAAU,kBAAkB,EAAe,EAC/C,EAAI,UAAU,aAAa,EAAU,EACrC,EAAI,UAAU,gBAAgB,EAAa;GAElD"}
|