yuyeon 0.3.2-rc.8 → 0.3.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.
Files changed (73) hide show
  1. package/dist/style.css +1 -1
  2. package/dist/yuyeon.js +3483 -3270
  3. package/dist/yuyeon.umd.cjs +3 -3
  4. package/lib/components/table/YDataTable.js +25 -14
  5. package/lib/components/table/YDataTable.js.map +1 -1
  6. package/lib/components/table/YDataTableBody.js +14 -18
  7. package/lib/components/table/YDataTableBody.js.map +1 -1
  8. package/lib/components/table/YDataTableControl.js +1 -1
  9. package/lib/components/table/YDataTableControl.js.map +1 -1
  10. package/lib/components/table/YDataTableHead.js +3 -3
  11. package/lib/components/table/YDataTableHead.js.map +1 -1
  12. package/lib/components/table/YDataTableLayer.js +11 -4
  13. package/lib/components/table/YDataTableLayer.js.map +1 -1
  14. package/lib/components/table/YDataTableLayerRow.js +87 -0
  15. package/lib/components/table/YDataTableLayerRow.js.map +1 -0
  16. package/lib/components/table/YDataTableLayerRow.vue +146 -0
  17. package/lib/components/table/YDataTableLayerRows.js +60 -0
  18. package/lib/components/table/YDataTableLayerRows.js.map +1 -0
  19. package/lib/components/table/YDataTableLayerRows.scss +14 -0
  20. package/lib/components/table/YDataTableRow.js +13 -5
  21. package/lib/components/table/YDataTableRow.js.map +1 -1
  22. package/lib/components/table/YDataTableRows.scss +14 -0
  23. package/lib/components/table/YDataTableServer.js +27 -17
  24. package/lib/components/table/YDataTableServer.js.map +1 -1
  25. package/lib/components/table/YTable.js +8 -3
  26. package/lib/components/table/YTable.js.map +1 -1
  27. package/lib/components/table/composables/expand.js +49 -0
  28. package/lib/components/table/composables/expand.js.map +1 -0
  29. package/lib/components/table/composables/header.js +127 -0
  30. package/lib/components/table/composables/header.js.map +1 -0
  31. package/lib/components/table/composables/items.js +58 -0
  32. package/lib/components/table/composables/items.js.map +1 -0
  33. package/lib/components/table/composables/measure.js +55 -0
  34. package/lib/components/table/composables/measure.js.map +1 -0
  35. package/lib/components/table/composables/options.js +33 -0
  36. package/lib/components/table/composables/options.js.map +1 -0
  37. package/lib/components/table/composables/pagination.js +99 -0
  38. package/lib/components/table/composables/pagination.js.map +1 -0
  39. package/lib/components/table/composables/provides.js +3 -0
  40. package/lib/components/table/composables/provides.js.map +1 -0
  41. package/lib/components/table/composables/selection.js +196 -0
  42. package/lib/components/table/composables/selection.js.map +1 -0
  43. package/lib/components/table/composables/sorted-items.js +50 -0
  44. package/lib/components/table/composables/sorted-items.js.map +1 -0
  45. package/lib/components/table/composables/sorting.js +73 -0
  46. package/lib/components/table/composables/sorting.js.map +1 -0
  47. package/lib/components/table/composibles/measure.js +21 -5
  48. package/lib/components/table/composibles/measure.js.map +1 -1
  49. package/lib/components/table/index.js +2 -0
  50. package/lib/components/table/index.js.map +1 -1
  51. package/lib/components/table/types/index.js.map +1 -1
  52. package/lib/components/table/types/item.js.map +1 -1
  53. package/package.json +5 -2
  54. package/types/components/table/YDataTable.d.ts +22 -0
  55. package/types/components/table/YDataTableBody.d.ts +1 -3
  56. package/types/components/table/YDataTableLayer.d.ts +4 -1
  57. package/types/components/table/YDataTableLayerRow.d.ts +22 -0
  58. package/types/components/table/YDataTableLayerRows.d.ts +9 -0
  59. package/types/components/table/YDataTableServer.d.ts +22 -0
  60. package/types/components/table/composables/expand.d.ts +42 -0
  61. package/types/components/table/composables/header.d.ts +207 -0
  62. package/types/components/table/composables/items.d.ts +55 -0
  63. package/types/components/table/composables/measure.d.ts +8 -0
  64. package/types/components/table/composables/options.d.ts +11 -0
  65. package/types/components/table/composables/pagination.d.ts +81 -0
  66. package/types/components/table/composables/provides.d.ts +15 -0
  67. package/types/components/table/composables/selection.d.ts +82 -0
  68. package/types/components/table/composables/sorted-items.d.ts +7 -0
  69. package/types/components/table/composables/sorting.d.ts +62 -0
  70. package/types/components/table/index.d.ts +2 -0
  71. package/types/components/table/types/index.d.ts +1 -1
  72. package/types/components/table/types/item.d.ts +2 -1
  73. package/types/shims.d.ts +58 -56
package/types/shims.d.ts CHANGED
@@ -1,56 +1,58 @@
1
- import { YAlert, YApp, YBadge, YButton, YCard, YCardBody, YCardFooter, YCardHeader, YCheckbox, YChip, YDataTable, YDataTableServer, YDateCalendar, YDatePicker, YDialog, YDividePanel, YDivider, YDropdown, YExpandHTransition, YExpandVTransition, YFieldInput, YForm, YHover, YIcon, YInput, YInputCheckbox, YIpv4Field, YLayer, YList, YListItem, YMenu, YMonthPicker, YPagination, YProgressBar, YSelect, YSnackbar, YSpinnerRing, YSwitch, YTab, YTable, YTabs, YTextHighlighter, YTextarea, YTi, YTooltip, YTreeView, YTreeViewNode, YProgressRing } from 'yuyeon/components';
2
-
3
-
4
- declare module '@vue/runtime-core' {
5
- export interface GlobalComponents {
6
- // @define-components
7
- YApp: typeof YApp;
8
- YButton: typeof YButton;
9
- YChip: typeof YChip;
10
- YInput: typeof YInput;
11
- YFieldInput: typeof YFieldInput;
12
- YTextarea: typeof YTextarea;
13
- YForm: typeof YForm;
14
- YCard: typeof YCard;
15
- YCardBody: typeof YCardBody;
16
- YCardHeader: typeof YCardHeader;
17
- YCardFooter: typeof YCardFooter;
18
- YDialog: typeof YDialog;
19
- YLayer: typeof YLayer;
20
- YSnackbar: typeof YSnackbar;
21
- YProgressBar: typeof YProgressBar;
22
- YSpinnerRing: typeof YSpinnerRing;
23
- YTooltip: typeof YTooltip;
24
- YExpandVTransition: typeof YExpandVTransition;
25
- YExpandHTransition: typeof YExpandHTransition;
26
- YDividePanel: typeof YDividePanel;
27
- YList: typeof YList;
28
- YListItem: typeof YListItem;
29
- YTreeView: typeof YTreeView;
30
- YTreeViewNode: typeof YTreeViewNode;
31
- YDataTable: typeof YDataTable;
32
- YTable: typeof YTable;
33
- YDataTableServer: typeof YDataTableServer;
34
- YMenu: typeof YMenu;
35
- YPagination: typeof YPagination;
36
- YInputCheckbox: typeof YInputCheckbox;
37
- YCheckbox: typeof YCheckbox;
38
- YSwitch: typeof YSwitch;
39
- YDropdown: typeof YDropdown;
40
- YSelect: typeof YSelect;
41
- YAlert: typeof YAlert;
42
- YTabs: typeof YTabs;
43
- YTab: typeof YTab;
44
- YDivider: typeof YDivider;
45
- YDateCalendar: typeof YDateCalendar;
46
- YIcon: typeof YIcon;
47
- YDatePicker: typeof YDatePicker;
48
- YMonthPicker: typeof YMonthPicker;
49
- YBadge: typeof YBadge;
50
- YIpv4Field: typeof YIpv4Field;
51
- YHover: typeof YHover;
52
- YTi: typeof YTi;
53
- YTextHighlighter: typeof YTextHighlighter;
54
- YProgressRing: typeof YProgressRing;
55
- }
56
- }
1
+ import { YAlert, YApp, YBadge, YButton, YCard, YCardBody, YCardFooter, YCardHeader, YCheckbox, YChip, YDataTable, YDataTableLayerRow, YDataTableLayerRows, YDataTableServer, YDateCalendar, YDatePicker, YDialog, YDividePanel, YDivider, YDropdown, YExpandHTransition, YExpandVTransition, YFieldInput, YForm, YHover, YIcon, YInput, YInputCheckbox, YIpv4Field, YLayer, YList, YListItem, YMenu, YMonthPicker, YPagination, YProgressBar, YProgressRing, YSelect, YSnackbar, YSpinnerRing, YSwitch, YTab, YTable, YTabs, YTextHighlighter, YTextarea, YTi, YTooltip, YTreeView, YTreeViewNode } from 'yuyeon/components';
2
+
3
+
4
+ declare module '@vue/runtime-core' {
5
+ export interface GlobalComponents {
6
+ // @define-components
7
+ YApp: typeof YApp;
8
+ YButton: typeof YButton;
9
+ YChip: typeof YChip;
10
+ YInput: typeof YInput;
11
+ YFieldInput: typeof YFieldInput;
12
+ YTextarea: typeof YTextarea;
13
+ YForm: typeof YForm;
14
+ YCard: typeof YCard;
15
+ YCardBody: typeof YCardBody;
16
+ YCardHeader: typeof YCardHeader;
17
+ YCardFooter: typeof YCardFooter;
18
+ YDialog: typeof YDialog;
19
+ YLayer: typeof YLayer;
20
+ YSnackbar: typeof YSnackbar;
21
+ YProgressBar: typeof YProgressBar;
22
+ YSpinnerRing: typeof YSpinnerRing;
23
+ YTooltip: typeof YTooltip;
24
+ YExpandVTransition: typeof YExpandVTransition;
25
+ YExpandHTransition: typeof YExpandHTransition;
26
+ YDividePanel: typeof YDividePanel;
27
+ YList: typeof YList;
28
+ YListItem: typeof YListItem;
29
+ YTreeView: typeof YTreeView;
30
+ YTreeViewNode: typeof YTreeViewNode;
31
+ YTable: typeof YTable;
32
+ YDataTable: typeof YDataTable;
33
+ YDataTableLayerRows: typeof YDataTableLayerRows;
34
+ YDataTableLayerRow: typeof YDataTableLayerRow;
35
+ YDataTableServer: typeof YDataTableServer;
36
+ YMenu: typeof YMenu;
37
+ YPagination: typeof YPagination;
38
+ YInputCheckbox: typeof YInputCheckbox;
39
+ YCheckbox: typeof YCheckbox;
40
+ YSwitch: typeof YSwitch;
41
+ YDropdown: typeof YDropdown;
42
+ YSelect: typeof YSelect;
43
+ YAlert: typeof YAlert;
44
+ YTabs: typeof YTabs;
45
+ YTab: typeof YTab;
46
+ YDivider: typeof YDivider;
47
+ YDateCalendar: typeof YDateCalendar;
48
+ YIcon: typeof YIcon;
49
+ YDatePicker: typeof YDatePicker;
50
+ YMonthPicker: typeof YMonthPicker;
51
+ YBadge: typeof YBadge;
52
+ YIpv4Field: typeof YIpv4Field;
53
+ YHover: typeof YHover;
54
+ YTi: typeof YTi;
55
+ YTextHighlighter: typeof YTextHighlighter;
56
+ YProgressRing: typeof YProgressRing;
57
+ }
58
+ }