quasar-ui-danx 0.2.14 → 0.2.15
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +0 -0
- package/dist/danx.es.js +380 -366
- package/dist/danx.es.js.map +1 -1
- package/dist/danx.umd.js +5 -5
- package/dist/danx.umd.js.map +1 -1
- package/index.js +0 -0
- package/package.json +2 -2
- package/postcss.config.js +0 -0
- package/src/components/ActionTable/ActionMenu.vue +0 -0
- package/src/components/ActionTable/ActionTable.vue +0 -0
- package/src/components/ActionTable/ActionTableColumn.vue +3 -1
- package/src/components/ActionTable/Columns/ColumnListItem.vue +0 -0
- package/src/components/ActionTable/Columns/ColumnSettingsDialog.vue +0 -0
- package/src/components/ActionTable/Columns/TitleColumnFormat.vue +0 -0
- package/src/components/ActionTable/Columns/VisibleColumnsToggleButtons.vue +0 -0
- package/src/components/ActionTable/Columns/index.ts +0 -0
- package/src/components/ActionTable/EmptyTableState.vue +0 -0
- package/src/components/ActionTable/Filters/CollapsableFiltersSidebar.vue +0 -0
- package/src/components/ActionTable/Filters/FilterFieldItem.vue +0 -0
- package/src/components/ActionTable/Filters/FilterFieldList.vue +0 -0
- package/src/components/ActionTable/Filters/FilterListToggle.vue +0 -0
- package/src/components/ActionTable/Filters/FilterToolbarLayout.vue +0 -0
- package/src/components/ActionTable/Filters/FilterableField.vue +0 -0
- package/src/components/ActionTable/Filters/index.ts +0 -0
- package/src/components/ActionTable/Form/Fields/BooleanField.vue +0 -0
- package/src/components/ActionTable/Form/Fields/ConfirmPasswordField.vue +0 -0
- package/src/components/ActionTable/Form/Fields/DateField.vue +0 -0
- package/src/components/ActionTable/Form/Fields/DateRangeField.vue +0 -0
- package/src/components/ActionTable/Form/Fields/DateTimeField.vue +0 -0
- package/src/components/ActionTable/Form/Fields/DateTimePicker.vue +0 -0
- package/src/components/ActionTable/Form/Fields/EditableDiv.vue +0 -0
- package/src/components/ActionTable/Form/Fields/FieldLabel.vue +0 -0
- package/src/components/ActionTable/Form/Fields/FileUploadButton.vue +0 -0
- package/src/components/ActionTable/Form/Fields/InlineDateTimeField.vue +0 -0
- package/src/components/ActionTable/Form/Fields/IntegerField.vue +0 -0
- package/src/components/ActionTable/Form/Fields/LabelValueBlock.vue +0 -0
- package/src/components/ActionTable/Form/Fields/LabeledInput.vue +0 -0
- package/src/components/ActionTable/Form/Fields/MultiFileField.vue +0 -0
- package/src/components/ActionTable/Form/Fields/MultiKeywordField.vue +0 -0
- package/src/components/ActionTable/Form/Fields/NewPasswordField.vue +0 -0
- package/src/components/ActionTable/Form/Fields/NumberField.vue +0 -0
- package/src/components/ActionTable/Form/Fields/NumberRangeField.vue +0 -0
- package/src/components/ActionTable/Form/Fields/SelectDrawer.vue +0 -0
- package/src/components/ActionTable/Form/Fields/SelectField.vue +0 -0
- package/src/components/ActionTable/Form/Fields/SelectWithChildrenField.vue +0 -0
- package/src/components/ActionTable/Form/Fields/SingleFileField.vue +0 -0
- package/src/components/ActionTable/Form/Fields/TextField.vue +0 -0
- package/src/components/ActionTable/Form/Fields/WysiwygField.vue +0 -0
- package/src/components/ActionTable/Form/Fields/index.ts +0 -0
- package/src/components/ActionTable/Form/RenderedForm.vue +0 -0
- package/src/components/ActionTable/Form/index.ts +0 -0
- package/src/components/ActionTable/Layouts/ActionTableLayout.vue +0 -0
- package/src/components/ActionTable/Layouts/index.ts +0 -0
- package/src/components/ActionTable/TableSummaryRow.vue +0 -0
- package/src/components/ActionTable/index.ts +0 -0
- package/src/components/ActionTable/listControls.ts +1 -1
- package/src/components/ActionTable/listHelpers.ts +0 -0
- package/src/components/ActionTable/tableColumns.ts +0 -0
- package/src/components/AuditHistory/AuditHistoryItem.vue +0 -0
- package/src/components/AuditHistory/AuditHistoryItemValue.vue +0 -0
- package/src/components/AuditHistory/index.ts +0 -0
- package/src/components/DragAndDrop/HandleDraggable.vue +0 -0
- package/src/components/DragAndDrop/ListItemDraggable.vue +0 -0
- package/src/components/DragAndDrop/dragAndDrop.ts +0 -0
- package/src/components/DragAndDrop/index.ts +0 -0
- package/src/components/DragAndDrop/listDragAndDrop.ts +0 -0
- package/src/components/PanelsDrawer/PanelsDrawer.vue +0 -0
- package/src/components/PanelsDrawer/PanelsDrawerPanels.vue +0 -0
- package/src/components/PanelsDrawer/PanelsDrawerTabs.vue +0 -0
- package/src/components/PanelsDrawer/index.ts +0 -0
- package/src/components/Utility/Buttons/ExportButton.vue +0 -0
- package/src/components/Utility/Buttons/RefreshButton.vue +0 -0
- package/src/components/Utility/Buttons/index.ts +0 -0
- package/src/components/Utility/Controls/PreviousNextControls.vue +0 -0
- package/src/components/Utility/Controls/index.ts +0 -0
- package/src/components/Utility/Dialogs/ConfirmDialog.vue +0 -0
- package/src/components/Utility/Dialogs/FullScreenDialog.vue +0 -0
- package/src/components/Utility/Dialogs/FullscreenCarouselDialog.vue +0 -0
- package/src/components/Utility/Dialogs/InfoDialog.vue +0 -0
- package/src/components/Utility/Dialogs/InputDialog.vue +0 -0
- package/src/components/Utility/Dialogs/index.ts +0 -0
- package/src/components/Utility/Files/FilePreview.vue +0 -0
- package/src/components/Utility/Files/SvgImg.vue +0 -0
- package/src/components/Utility/Files/index.ts +0 -0
- package/src/components/Utility/Formats/AddressFormat.vue +0 -0
- package/src/components/Utility/Formats/FlatListFormat.vue +0 -0
- package/src/components/Utility/Formats/GpsCoordinatesFormat.vue +0 -0
- package/src/components/Utility/Formats/IconWithTextFormat.vue +0 -0
- package/src/components/Utility/Formats/LabelValueFormat.vue +0 -0
- package/src/components/Utility/Formats/index.ts +0 -0
- package/src/components/Utility/Layouts/CollapsableSidebar.vue +0 -0
- package/src/components/Utility/Layouts/ContentDrawer.vue +0 -0
- package/src/components/Utility/Layouts/index.ts +0 -0
- package/src/components/Utility/Popovers/InteractiveTooltip.vue +0 -0
- package/src/components/Utility/Popovers/PopoverMenu.vue +0 -0
- package/src/components/Utility/Popovers/index.ts +0 -0
- package/src/components/Utility/Tabs/BadgeTab.vue +0 -0
- package/src/components/Utility/Tabs/IndicatorTab.vue +0 -0
- package/src/components/Utility/Tabs/index.ts +0 -0
- package/src/components/Utility/Tools/ActionVnode.vue +0 -0
- package/src/components/Utility/Tools/RenderComponent.vue +0 -0
- package/src/components/Utility/Tools/RenderVnode.vue +0 -0
- package/src/components/Utility/Tools/index.ts +0 -0
- package/src/components/Utility/Transitions/ListTransition.vue +0 -0
- package/src/components/Utility/Transitions/SlideTransition.vue +0 -0
- package/src/components/Utility/Transitions/StaggeredListTransition.vue +0 -0
- package/src/components/Utility/Transitions/index.ts +0 -0
- package/src/components/Utility/index.ts +0 -0
- package/src/components/index.ts +0 -0
- package/src/config/index.ts +0 -0
- package/src/helpers/FileUpload.ts +0 -0
- package/src/helpers/FlashMessages.ts +0 -0
- package/src/helpers/actions.ts +0 -0
- package/src/helpers/array.ts +0 -0
- package/src/helpers/compatibility.ts +0 -0
- package/src/helpers/date.ts +0 -0
- package/src/helpers/download.ts +0 -0
- package/src/helpers/downloadPdf.ts +0 -0
- package/src/helpers/files.ts +0 -0
- package/src/helpers/formats.ts +0 -0
- package/src/helpers/http.ts +0 -0
- package/src/helpers/index.ts +0 -0
- package/src/helpers/multiFileUpload.ts +0 -0
- package/src/helpers/singleFileUpload.ts +0 -0
- package/src/helpers/storage.ts +0 -0
- package/src/helpers/utils.ts +0 -0
- package/src/index.common.js +0 -0
- package/src/index.esm.js +0 -0
- package/src/index.js +0 -0
- package/src/index.sass +0 -0
- package/src/index.umd.js +0 -0
- package/src/styles/actions.scss +0 -0
- package/src/styles/index.scss +0 -0
- package/src/svg/CaretDownIcon.svg +0 -0
- package/src/svg/DragHandleDotsIcon.svg +0 -0
- package/src/svg/DragHandleIcon.svg +0 -0
- package/src/svg/FilterIcon.svg +0 -0
- package/src/svg/ImageIcon.svg +0 -0
- package/src/svg/PdfIcon.svg +0 -0
- package/src/svg/PercentIcon.svg +0 -0
- package/src/svg/SkipNextIcon.svg +0 -0
- package/src/svg/SkipPreviousIcon.svg +0 -0
- package/src/svg/TrashIcon.svg +0 -0
- package/src/svg/WarningIcon.svg +0 -0
- package/src/svg/XIcon.svg +0 -0
- package/src/svg/index.ts +0 -0
- package/src/vendor/tinymce-config.ts +0 -0
- package/src/vue-plugin.js +0 -0
- package/tailwind.config.js +0 -0
- package/tsconfig.json +0 -1
- package/types/svg.d.ts +0 -0
- package/types/vue-shims.d.ts +0 -0
- package/vite.config.js +0 -0
package/index.js
CHANGED
File without changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "quasar-ui-danx",
|
3
|
-
"version": "0.2.
|
3
|
+
"version": "0.2.15",
|
4
4
|
"author": "Dan <dan@flytedesk.com>",
|
5
5
|
"description": "DanX Vue / Quasar component library",
|
6
6
|
"license": "MIT",
|
@@ -26,7 +26,7 @@
|
|
26
26
|
"chalk": "^4.1.0",
|
27
27
|
"core-js": "^3.0.0",
|
28
28
|
"cssnano": "^4.1.10",
|
29
|
-
"eslint": "^
|
29
|
+
"eslint": "^8.5.0",
|
30
30
|
"eslint-plugin-vue": "^9.24.1",
|
31
31
|
"fs-extra": "^8.1.0",
|
32
32
|
"postcss": "^8.4.38",
|
package/postcss.config.js
CHANGED
File without changes
|
File without changes
|
File without changes
|
@@ -9,11 +9,12 @@
|
|
9
9
|
<a
|
10
10
|
v-if="column.onClick"
|
11
11
|
@click="column.onClick(row)"
|
12
|
+
:class="column.innerClass"
|
12
13
|
>
|
13
14
|
<RenderVnode v-if="column.vnode" :vnode="column.vnode(row)" />
|
14
15
|
<slot v-else>{{ value }}</slot>
|
15
16
|
</a>
|
16
|
-
<div v-else>
|
17
|
+
<div v-else :class="column.innerClass">
|
17
18
|
<RenderVnode v-if="column.vnode" :vnode="column.vnode(row)" />
|
18
19
|
<slot v-else>{{ value }}</slot>
|
19
20
|
</div>
|
@@ -59,6 +60,7 @@ const columnStyle = computed(() => {
|
|
59
60
|
});
|
60
61
|
|
61
62
|
const columnClass = computed(() => ({
|
63
|
+
[column.value.class || '']: true,
|
62
64
|
'is-saving': isSaving.value,
|
63
65
|
'justify-end': column.value.align === 'right',
|
64
66
|
'justify-center': column.value.align === 'center',
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -106,7 +106,7 @@ export function useListControls(name: string, {
|
|
106
106
|
/**
|
107
107
|
* Watches for a filter URL parameter and applies the filter if it is set.
|
108
108
|
*/
|
109
|
-
function applyFilterFromUrl(url, filterFields = null) {
|
109
|
+
function applyFilterFromUrl(url: string, filterFields = null) {
|
110
110
|
if (url.match(urlPattern)) {
|
111
111
|
// A flat list of valid filterable field names
|
112
112
|
const validFilterKeys = filterFields?.value?.map(group => group.fields.map(field => field.name)).flat();
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
package/src/components/index.ts
CHANGED
File without changes
|
package/src/config/index.ts
CHANGED
File without changes
|
File without changes
|
File without changes
|
package/src/helpers/actions.ts
CHANGED
File without changes
|
package/src/helpers/array.ts
CHANGED
File without changes
|
File without changes
|
package/src/helpers/date.ts
CHANGED
File without changes
|
package/src/helpers/download.ts
CHANGED
File without changes
|
File without changes
|
package/src/helpers/files.ts
CHANGED
File without changes
|
package/src/helpers/formats.ts
CHANGED
File without changes
|
package/src/helpers/http.ts
CHANGED
File without changes
|
package/src/helpers/index.ts
CHANGED
File without changes
|
File without changes
|
File without changes
|
package/src/helpers/storage.ts
CHANGED
File without changes
|
package/src/helpers/utils.ts
CHANGED
File without changes
|
package/src/index.common.js
CHANGED
File without changes
|
package/src/index.esm.js
CHANGED
File without changes
|
package/src/index.js
CHANGED
File without changes
|
package/src/index.sass
CHANGED
File without changes
|
package/src/index.umd.js
CHANGED
File without changes
|
package/src/styles/actions.scss
CHANGED
File without changes
|
package/src/styles/index.scss
CHANGED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
package/src/svg/FilterIcon.svg
CHANGED
File without changes
|
package/src/svg/ImageIcon.svg
CHANGED
File without changes
|
package/src/svg/PdfIcon.svg
CHANGED
File without changes
|
package/src/svg/PercentIcon.svg
CHANGED
File without changes
|
package/src/svg/SkipNextIcon.svg
CHANGED
File without changes
|
File without changes
|
package/src/svg/TrashIcon.svg
CHANGED
File without changes
|
package/src/svg/WarningIcon.svg
CHANGED
File without changes
|
package/src/svg/XIcon.svg
CHANGED
File without changes
|
package/src/svg/index.ts
CHANGED
File without changes
|
File without changes
|
package/src/vue-plugin.js
CHANGED
File without changes
|
package/tailwind.config.js
CHANGED
File without changes
|
package/tsconfig.json
CHANGED
package/types/svg.d.ts
CHANGED
File without changes
|
package/types/vue-shims.d.ts
CHANGED
File without changes
|
package/vite.config.js
CHANGED
File without changes
|