quasar-ui-danx 0.2.14 → 0.2.16

Sign up to get free protection for your applications and to get access to all the features.
Files changed (154) hide show
  1. package/README.md +0 -0
  2. package/dist/danx.es.js +380 -366
  3. package/dist/danx.es.js.map +1 -1
  4. package/dist/danx.umd.js +5 -5
  5. package/dist/danx.umd.js.map +1 -1
  6. package/dist/style.css +1 -1
  7. package/index.js +0 -0
  8. package/package.json +2 -2
  9. package/postcss.config.js +0 -0
  10. package/src/components/ActionTable/ActionMenu.vue +0 -0
  11. package/src/components/ActionTable/ActionTable.vue +0 -0
  12. package/src/components/ActionTable/ActionTableColumn.vue +3 -1
  13. package/src/components/ActionTable/Columns/ColumnListItem.vue +0 -0
  14. package/src/components/ActionTable/Columns/ColumnSettingsDialog.vue +0 -0
  15. package/src/components/ActionTable/Columns/TitleColumnFormat.vue +0 -0
  16. package/src/components/ActionTable/Columns/VisibleColumnsToggleButtons.vue +0 -0
  17. package/src/components/ActionTable/Columns/index.ts +0 -0
  18. package/src/components/ActionTable/EmptyTableState.vue +0 -0
  19. package/src/components/ActionTable/Filters/CollapsableFiltersSidebar.vue +0 -0
  20. package/src/components/ActionTable/Filters/FilterFieldItem.vue +0 -0
  21. package/src/components/ActionTable/Filters/FilterFieldList.vue +0 -0
  22. package/src/components/ActionTable/Filters/FilterListToggle.vue +0 -0
  23. package/src/components/ActionTable/Filters/FilterToolbarLayout.vue +0 -0
  24. package/src/components/ActionTable/Filters/FilterableField.vue +0 -0
  25. package/src/components/ActionTable/Filters/index.ts +0 -0
  26. package/src/components/ActionTable/Form/Fields/BooleanField.vue +0 -0
  27. package/src/components/ActionTable/Form/Fields/ConfirmPasswordField.vue +0 -0
  28. package/src/components/ActionTable/Form/Fields/DateField.vue +0 -0
  29. package/src/components/ActionTable/Form/Fields/DateRangeField.vue +0 -0
  30. package/src/components/ActionTable/Form/Fields/DateTimeField.vue +0 -0
  31. package/src/components/ActionTable/Form/Fields/DateTimePicker.vue +0 -0
  32. package/src/components/ActionTable/Form/Fields/EditableDiv.vue +0 -0
  33. package/src/components/ActionTable/Form/Fields/FieldLabel.vue +0 -0
  34. package/src/components/ActionTable/Form/Fields/FileUploadButton.vue +0 -0
  35. package/src/components/ActionTable/Form/Fields/InlineDateTimeField.vue +0 -0
  36. package/src/components/ActionTable/Form/Fields/IntegerField.vue +0 -0
  37. package/src/components/ActionTable/Form/Fields/LabelValueBlock.vue +0 -0
  38. package/src/components/ActionTable/Form/Fields/LabeledInput.vue +0 -0
  39. package/src/components/ActionTable/Form/Fields/MultiFileField.vue +0 -0
  40. package/src/components/ActionTable/Form/Fields/MultiKeywordField.vue +0 -0
  41. package/src/components/ActionTable/Form/Fields/NewPasswordField.vue +0 -0
  42. package/src/components/ActionTable/Form/Fields/NumberField.vue +0 -0
  43. package/src/components/ActionTable/Form/Fields/NumberRangeField.vue +0 -0
  44. package/src/components/ActionTable/Form/Fields/SelectDrawer.vue +0 -0
  45. package/src/components/ActionTable/Form/Fields/SelectField.vue +0 -0
  46. package/src/components/ActionTable/Form/Fields/SelectWithChildrenField.vue +0 -0
  47. package/src/components/ActionTable/Form/Fields/SingleFileField.vue +0 -0
  48. package/src/components/ActionTable/Form/Fields/TextField.vue +0 -0
  49. package/src/components/ActionTable/Form/Fields/WysiwygField.vue +0 -0
  50. package/src/components/ActionTable/Form/Fields/index.ts +0 -0
  51. package/src/components/ActionTable/Form/RenderedForm.vue +0 -0
  52. package/src/components/ActionTable/Form/index.ts +0 -0
  53. package/src/components/ActionTable/Layouts/ActionTableLayout.vue +0 -0
  54. package/src/components/ActionTable/Layouts/index.ts +0 -0
  55. package/src/components/ActionTable/TableSummaryRow.vue +0 -0
  56. package/src/components/ActionTable/index.ts +0 -0
  57. package/src/components/ActionTable/listControls.ts +1 -1
  58. package/src/components/ActionTable/listHelpers.ts +0 -0
  59. package/src/components/ActionTable/tableColumns.ts +0 -0
  60. package/src/components/AuditHistory/AuditHistoryItem.vue +0 -0
  61. package/src/components/AuditHistory/AuditHistoryItemValue.vue +0 -0
  62. package/src/components/AuditHistory/index.ts +0 -0
  63. package/src/components/DragAndDrop/HandleDraggable.vue +0 -0
  64. package/src/components/DragAndDrop/ListItemDraggable.vue +0 -0
  65. package/src/components/DragAndDrop/dragAndDrop.ts +0 -0
  66. package/src/components/DragAndDrop/index.ts +0 -0
  67. package/src/components/DragAndDrop/listDragAndDrop.ts +0 -0
  68. package/src/components/PanelsDrawer/PanelsDrawer.vue +1 -1
  69. package/src/components/PanelsDrawer/PanelsDrawerPanels.vue +0 -0
  70. package/src/components/PanelsDrawer/PanelsDrawerTabs.vue +0 -0
  71. package/src/components/PanelsDrawer/index.ts +0 -0
  72. package/src/components/Utility/Buttons/ExportButton.vue +0 -0
  73. package/src/components/Utility/Buttons/RefreshButton.vue +0 -0
  74. package/src/components/Utility/Buttons/index.ts +0 -0
  75. package/src/components/Utility/Controls/PreviousNextControls.vue +0 -0
  76. package/src/components/Utility/Controls/index.ts +0 -0
  77. package/src/components/Utility/Dialogs/ConfirmDialog.vue +0 -0
  78. package/src/components/Utility/Dialogs/FullScreenDialog.vue +0 -0
  79. package/src/components/Utility/Dialogs/FullscreenCarouselDialog.vue +0 -0
  80. package/src/components/Utility/Dialogs/InfoDialog.vue +0 -0
  81. package/src/components/Utility/Dialogs/InputDialog.vue +0 -0
  82. package/src/components/Utility/Dialogs/index.ts +0 -0
  83. package/src/components/Utility/Files/FilePreview.vue +0 -0
  84. package/src/components/Utility/Files/SvgImg.vue +0 -0
  85. package/src/components/Utility/Files/index.ts +0 -0
  86. package/src/components/Utility/Formats/AddressFormat.vue +0 -0
  87. package/src/components/Utility/Formats/FlatListFormat.vue +0 -0
  88. package/src/components/Utility/Formats/GpsCoordinatesFormat.vue +0 -0
  89. package/src/components/Utility/Formats/IconWithTextFormat.vue +0 -0
  90. package/src/components/Utility/Formats/LabelValueFormat.vue +0 -0
  91. package/src/components/Utility/Formats/index.ts +0 -0
  92. package/src/components/Utility/Layouts/CollapsableSidebar.vue +0 -0
  93. package/src/components/Utility/Layouts/ContentDrawer.vue +0 -0
  94. package/src/components/Utility/Layouts/index.ts +0 -0
  95. package/src/components/Utility/Popovers/InteractiveTooltip.vue +0 -0
  96. package/src/components/Utility/Popovers/PopoverMenu.vue +0 -0
  97. package/src/components/Utility/Popovers/index.ts +0 -0
  98. package/src/components/Utility/Tabs/BadgeTab.vue +0 -0
  99. package/src/components/Utility/Tabs/IndicatorTab.vue +0 -0
  100. package/src/components/Utility/Tabs/index.ts +0 -0
  101. package/src/components/Utility/Tools/ActionVnode.vue +0 -0
  102. package/src/components/Utility/Tools/RenderComponent.vue +0 -0
  103. package/src/components/Utility/Tools/RenderVnode.vue +0 -0
  104. package/src/components/Utility/Tools/index.ts +0 -0
  105. package/src/components/Utility/Transitions/ListTransition.vue +0 -0
  106. package/src/components/Utility/Transitions/SlideTransition.vue +0 -0
  107. package/src/components/Utility/Transitions/StaggeredListTransition.vue +0 -0
  108. package/src/components/Utility/Transitions/index.ts +0 -0
  109. package/src/components/Utility/index.ts +0 -0
  110. package/src/components/index.ts +0 -0
  111. package/src/config/index.ts +0 -0
  112. package/src/helpers/FileUpload.ts +0 -0
  113. package/src/helpers/FlashMessages.ts +0 -0
  114. package/src/helpers/actions.ts +0 -0
  115. package/src/helpers/array.ts +0 -0
  116. package/src/helpers/compatibility.ts +0 -0
  117. package/src/helpers/date.ts +0 -0
  118. package/src/helpers/download.ts +0 -0
  119. package/src/helpers/downloadPdf.ts +0 -0
  120. package/src/helpers/files.ts +0 -0
  121. package/src/helpers/formats.ts +0 -0
  122. package/src/helpers/http.ts +0 -0
  123. package/src/helpers/index.ts +0 -0
  124. package/src/helpers/multiFileUpload.ts +0 -0
  125. package/src/helpers/singleFileUpload.ts +0 -0
  126. package/src/helpers/storage.ts +0 -0
  127. package/src/helpers/utils.ts +0 -0
  128. package/src/index.common.js +0 -0
  129. package/src/index.esm.js +0 -0
  130. package/src/index.js +0 -0
  131. package/src/index.sass +0 -0
  132. package/src/index.umd.js +0 -0
  133. package/src/styles/actions.scss +0 -0
  134. package/src/styles/index.scss +0 -0
  135. package/src/svg/CaretDownIcon.svg +0 -0
  136. package/src/svg/DragHandleDotsIcon.svg +0 -0
  137. package/src/svg/DragHandleIcon.svg +0 -0
  138. package/src/svg/FilterIcon.svg +0 -0
  139. package/src/svg/ImageIcon.svg +0 -0
  140. package/src/svg/PdfIcon.svg +0 -0
  141. package/src/svg/PercentIcon.svg +0 -0
  142. package/src/svg/SkipNextIcon.svg +0 -0
  143. package/src/svg/SkipPreviousIcon.svg +0 -0
  144. package/src/svg/TrashIcon.svg +0 -0
  145. package/src/svg/WarningIcon.svg +0 -0
  146. package/src/svg/XIcon.svg +0 -0
  147. package/src/svg/index.ts +0 -0
  148. package/src/vendor/tinymce-config.ts +0 -0
  149. package/src/vue-plugin.js +0 -0
  150. package/tailwind.config.js +0 -0
  151. package/tsconfig.json +0 -1
  152. package/types/svg.d.ts +0 -0
  153. package/types/vue-shims.d.ts +0 -0
  154. package/vite.config.js +7 -0
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/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
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/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
File without changes
package/tsconfig.json CHANGED
@@ -48,7 +48,6 @@
48
48
  "exclude": [
49
49
  "node_modules",
50
50
  "dist",
51
- "demo",
52
51
  "**/*.spec.ts"
53
52
  ]
54
53
  }
package/types/svg.d.ts CHANGED
File without changes
File without changes
package/vite.config.js CHANGED
@@ -28,5 +28,12 @@ export default defineConfig({
28
28
  }
29
29
  }
30
30
  }
31
+ },
32
+ css: {
33
+ preprocessorOptions: {
34
+ scss: {
35
+ additionalData: `@import "./src/styles/index.scss";`
36
+ }
37
+ }
31
38
  }
32
39
  });