adminforth 1.6.2-next.2 → 1.6.2-next.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/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/spa/.eslintrc.cjs +0 -14
- package/dist/spa/README.md +0 -39
- package/dist/spa/env.d.ts +0 -1
- package/dist/spa/index.html +0 -23
- package/dist/spa/package-lock.json +0 -5062
- package/dist/spa/package.json +0 -58
- package/dist/spa/postcss.config.js +0 -6
- package/dist/spa/public/assets/favicon.png +0 -0
- package/dist/spa/src/App.vue +0 -432
- package/dist/spa/src/adminforth.ts +0 -160
- package/dist/spa/src/afcl/AreaChart.vue +0 -160
- package/dist/spa/src/afcl/BarChart.vue +0 -170
- package/dist/spa/src/afcl/Button.vue +0 -27
- package/dist/spa/src/afcl/Checkbox.vue +0 -24
- package/dist/spa/src/afcl/Dropzone.vue +0 -128
- package/dist/spa/src/afcl/Input.vue +0 -41
- package/dist/spa/src/afcl/Link.vue +0 -17
- package/dist/spa/src/afcl/LinkButton.vue +0 -25
- package/dist/spa/src/afcl/PieChart.vue +0 -175
- package/dist/spa/src/afcl/ProgressBar.vue +0 -57
- package/dist/spa/src/afcl/Select.vue +0 -246
- package/dist/spa/src/afcl/Skeleton.vue +0 -26
- package/dist/spa/src/afcl/Spinner.vue +0 -9
- package/dist/spa/src/afcl/Table.vue +0 -116
- package/dist/spa/src/afcl/Tooltip.vue +0 -43
- package/dist/spa/src/afcl/VerticalTabs.vue +0 -49
- package/dist/spa/src/afcl/index.ts +0 -20
- package/dist/spa/src/assets/base.css +0 -2
- package/dist/spa/src/assets/logo.svg +0 -19
- package/dist/spa/src/components/AcceptModal.vue +0 -44
- package/dist/spa/src/components/Breadcrumbs.vue +0 -41
- package/dist/spa/src/components/BreadcrumbsWithButtons.vue +0 -25
- package/dist/spa/src/components/CustomDatePicker.vue +0 -180
- package/dist/spa/src/components/CustomDateRangePicker.vue +0 -218
- package/dist/spa/src/components/CustomRangePicker.vue +0 -156
- package/dist/spa/src/components/Filters.vue +0 -232
- package/dist/spa/src/components/GroupsTable.vue +0 -218
- package/dist/spa/src/components/HelloWorld.vue +0 -17
- package/dist/spa/src/components/MenuLink.vue +0 -41
- package/dist/spa/src/components/ResourceForm.vue +0 -260
- package/dist/spa/src/components/ResourceListTable.vue +0 -486
- package/dist/spa/src/components/ShowTable.vue +0 -81
- package/dist/spa/src/components/SingleSkeletLoader.vue +0 -13
- package/dist/spa/src/components/SkeleteLoader.vue +0 -18
- package/dist/spa/src/components/ThreeDotsMenu.vue +0 -43
- package/dist/spa/src/components/Toast.vue +0 -78
- package/dist/spa/src/components/ValueRenderer.vue +0 -141
- package/dist/spa/src/components/icons/IconCalendar.vue +0 -5
- package/dist/spa/src/components/icons/IconCommunity.vue +0 -7
- package/dist/spa/src/components/icons/IconDocumentation.vue +0 -7
- package/dist/spa/src/components/icons/IconEcosystem.vue +0 -7
- package/dist/spa/src/components/icons/IconSupport.vue +0 -7
- package/dist/spa/src/components/icons/IconTime.vue +0 -5
- package/dist/spa/src/components/icons/IconTooling.vue +0 -19
- package/dist/spa/src/composables/useFrontendApi.ts +0 -28
- package/dist/spa/src/i18n.ts +0 -54
- package/dist/spa/src/index.scss +0 -34
- package/dist/spa/src/main.ts +0 -22
- package/dist/spa/src/renderers/CompactField.vue +0 -46
- package/dist/spa/src/renderers/CompactUUID.vue +0 -46
- package/dist/spa/src/renderers/CountryFlag.vue +0 -65
- package/dist/spa/src/renderers/HumanNumber.vue +0 -58
- package/dist/spa/src/renderers/RelativeTime.vue +0 -42
- package/dist/spa/src/renderers/URL.vue +0 -18
- package/dist/spa/src/router/index.ts +0 -70
- package/dist/spa/src/spa_types/core.ts +0 -51
- package/dist/spa/src/stores/core.ts +0 -228
- package/dist/spa/src/stores/filters.ts +0 -27
- package/dist/spa/src/stores/modal.ts +0 -48
- package/dist/spa/src/stores/toast.ts +0 -30
- package/dist/spa/src/stores/user.ts +0 -79
- package/dist/spa/src/types/Adapters.ts +0 -26
- package/dist/spa/src/types/Back.ts +0 -1344
- package/dist/spa/src/types/Common.ts +0 -940
- package/dist/spa/src/types/FrontendAPI.ts +0 -189
- package/dist/spa/src/utils.ts +0 -184
- package/dist/spa/src/views/CreateView.vue +0 -167
- package/dist/spa/src/views/EditView.vue +0 -171
- package/dist/spa/src/views/ListView.vue +0 -442
- package/dist/spa/src/views/LoginView.vue +0 -199
- package/dist/spa/src/views/PageNotFound.vue +0 -20
- package/dist/spa/src/views/ResourceParent.vue +0 -50
- package/dist/spa/src/views/ShowView.vue +0 -209
- package/dist/spa/src/websocket.ts +0 -129
- package/dist/spa/tailwind.config.js +0 -19
- package/dist/spa/tsconfig.app.json +0 -14
- package/dist/spa/tsconfig.json +0 -11
- package/dist/spa/tsconfig.node.json +0 -19
- package/dist/spa/vite.config.ts +0 -52
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.