@pequity/squirrel 5.4.1 → 5.4.2

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 (80) hide show
  1. package/dist/cjs/chunks/p-action-bar.js +10 -11
  2. package/dist/cjs/chunks/p-date-picker.js +108 -0
  3. package/dist/cjs/chunks/p-dropdown-select.js +7 -8
  4. package/dist/cjs/chunks/p-inline-date-picker.js +112 -0
  5. package/dist/cjs/chunks/p-input-percent.js +3 -5
  6. package/dist/cjs/chunks/p-pagination-info.js +1 -1
  7. package/dist/cjs/chunks/p-pagination.js +12 -16
  8. package/dist/cjs/index.js +47 -52
  9. package/dist/cjs/p-btn.js +8 -5
  10. package/dist/cjs/p-chips.js +3 -5
  11. package/dist/cjs/p-date-picker.js +2 -138
  12. package/dist/cjs/p-info-icon.js +1 -3
  13. package/dist/cjs/p-inline-date-picker.js +2 -143
  14. package/dist/cjs/p-table-td.js +3 -5
  15. package/dist/es/chunks/p-action-bar.js +10 -11
  16. package/dist/es/chunks/p-date-picker.js +109 -0
  17. package/dist/es/chunks/p-dropdown-select.js +7 -8
  18. package/dist/es/chunks/p-inline-date-picker.js +113 -0
  19. package/dist/es/chunks/p-input-percent.js +3 -5
  20. package/dist/es/chunks/p-pagination-info.js +1 -1
  21. package/dist/es/chunks/p-pagination.js +12 -16
  22. package/dist/es/index.js +96 -101
  23. package/dist/es/p-btn.js +8 -5
  24. package/dist/es/p-chips.js +4 -6
  25. package/dist/es/p-date-picker.js +2 -138
  26. package/dist/es/p-info-icon.js +2 -4
  27. package/dist/es/p-inline-date-picker.js +2 -143
  28. package/dist/es/p-table-td.js +4 -6
  29. package/dist/squirrel/components/p-action-bar/p-action-bar.vue.d.ts +5 -14
  30. package/dist/squirrel/components/p-alert/p-alert.vue.d.ts +4 -4
  31. package/dist/squirrel/components/p-avatar/p-avatar.vue.d.ts +5 -5
  32. package/dist/squirrel/components/p-btn/p-btn.vue.d.ts +40 -5
  33. package/dist/squirrel/components/p-card/p-card.vue.d.ts +4 -4
  34. package/dist/squirrel/components/p-checkbox/p-checkbox.vue.d.ts +5 -5
  35. package/dist/squirrel/components/p-chips/p-chips.vue.d.ts +5 -5
  36. package/dist/squirrel/components/p-close-btn/p-close-btn.vue.d.ts +4 -4
  37. package/dist/squirrel/components/p-date-picker/p-date-picker.vue.d.ts +35 -128
  38. package/dist/squirrel/components/p-drawer/p-drawer.vue.d.ts +37 -5
  39. package/dist/squirrel/components/p-dropdown/p-dropdown.vue.d.ts +5 -5
  40. package/dist/squirrel/components/p-dropdown-select/p-dropdown-select.vue.d.ts +128 -29
  41. package/dist/squirrel/components/p-file-upload/p-file-upload.vue.d.ts +5 -5
  42. package/dist/squirrel/components/p-icon/p-icon.vue.d.ts +1 -10
  43. package/dist/squirrel/components/p-info-icon/p-info-icon.vue.d.ts +2 -23
  44. package/dist/squirrel/components/p-input/p-input.vue.d.ts +9 -9
  45. package/dist/squirrel/components/p-input-number/p-input-number.vue.d.ts +40 -10
  46. package/dist/squirrel/components/p-input-percent/p-input-percent.vue.d.ts +5 -5
  47. package/dist/squirrel/components/p-input-search/p-input-search.vue.d.ts +121 -5
  48. package/dist/squirrel/components/p-link/p-link.vue.d.ts +1 -10
  49. package/dist/squirrel/components/p-loading/p-loading.vue.d.ts +1 -1
  50. package/dist/squirrel/components/p-modal/p-modal.vue.d.ts +5 -5
  51. package/dist/squirrel/components/p-pagination/p-pagination.vue.d.ts +5 -5
  52. package/dist/squirrel/components/p-pagination-info/p-pagination-info.vue.d.ts +4 -4
  53. package/dist/squirrel/components/p-progress-bar/p-progress-bar.vue.d.ts +3 -3
  54. package/dist/squirrel/components/p-ring-loader/p-ring-loader.vue.d.ts +4 -4
  55. package/dist/squirrel/components/p-select/p-select.vue.d.ts +5 -5
  56. package/dist/squirrel/components/p-select-btn/p-select-btn.vue.d.ts +4 -45
  57. package/dist/squirrel/components/p-select-list/p-select-list.vue.d.ts +128 -29
  58. package/dist/squirrel/components/p-select-list/useSelectList.d.ts +4 -4
  59. package/dist/squirrel/components/p-select-pill/p-select-pill.vue.d.ts +5 -5
  60. package/dist/squirrel/components/p-skeleton-loader/p-skeleton-loader.vue.d.ts +4 -4
  61. package/dist/squirrel/components/p-table/p-table.vue.d.ts +10 -47
  62. package/dist/squirrel/components/p-table/usePTableColResize.d.ts +4 -4
  63. package/dist/squirrel/components/p-table/usePTableRowVirtualizer.d.ts +10 -4
  64. package/dist/squirrel/components/p-table-header-cell/p-table-filter-icon.vue.d.ts +4 -4
  65. package/dist/squirrel/components/p-table-header-cell/p-table-header-cell.vue.d.ts +48 -5
  66. package/dist/squirrel/components/p-table-loader/p-table-loader.vue.d.ts +4 -4
  67. package/dist/squirrel/components/p-table-sort/p-table-sort.vue.d.ts +5 -5
  68. package/dist/squirrel/components/p-table-td/p-table-td.vue.d.ts +2 -25
  69. package/dist/squirrel/components/p-tabs/p-tabs.vue.d.ts +5 -5
  70. package/dist/squirrel/components/p-textarea/p-textarea.vue.d.ts +9 -9
  71. package/dist/squirrel/components/p-toggle/p-toggle.vue.d.ts +9 -9
  72. package/dist/squirrel/composables/useInputClasses.d.ts +1 -1
  73. package/dist/squirrel/utils/inputClassesMixin.d.ts +4 -4
  74. package/package.json +24 -24
  75. package/squirrel/components/p-btn/p-btn.spec.js +33 -4
  76. package/squirrel/components/p-btn/p-btn.vue +5 -2
  77. package/squirrel/components/p-date-picker/p-date-picker.vue +79 -86
  78. package/squirrel/components/p-inline-date-picker/p-inline-date-picker.spec.js +12 -14
  79. package/squirrel/components/p-inline-date-picker/p-inline-date-picker.vue +87 -99
  80. package/dist/squirrel/components/p-inline-date-picker/p-inline-date-picker.vue.d.ts +0 -154
@@ -1,154 +0,0 @@
1
- import { type PropType, type StyleValue } from 'vue';
2
- declare const _default: import("vue").DefineComponent<{
3
- modelValue: {
4
- type: PropType<string | null | undefined>;
5
- default: string;
6
- };
7
- label: {
8
- type: StringConstructor;
9
- default: string;
10
- };
11
- errorMsg: {
12
- type: StringConstructor;
13
- default: string;
14
- };
15
- required: {
16
- type: BooleanConstructor;
17
- default: boolean;
18
- };
19
- minDate: {
20
- type: DateConstructor;
21
- default: null;
22
- };
23
- maxDate: {
24
- type: DateConstructor;
25
- default: null;
26
- };
27
- timezone: {
28
- type: StringConstructor;
29
- default: string;
30
- };
31
- }, unknown, {
32
- innerValue: Date | null;
33
- selectAttribute: Partial<{
34
- key: string | number;
35
- hashcode: string;
36
- content: import("v-calendar/dist/types/src/utils/glyph.js").ContentConfig;
37
- highlight: import("v-calendar/dist/types/src/utils/glyph.js").HighlightConfig;
38
- dot: import("v-calendar/dist/types/src/utils/glyph.js").DotConfig;
39
- bar: import("v-calendar/dist/types/src/utils/glyph.js").BarConfig;
40
- popover: import("v-calendar/dist/types/src/utils/attribute.js").PopoverConfig;
41
- event: import("v-calendar/dist/types/src/utils/attribute.js").EventConfig;
42
- dates: import("v-calendar/dist/types/src/utils/date/range.js").DateRangeSource[];
43
- customData: any;
44
- order: number;
45
- pinPage: boolean;
46
- }>;
47
- }, {
48
- masks(): {
49
- input: string;
50
- data: string;
51
- };
52
- attrs(): {
53
- [x: string]: unknown;
54
- };
55
- listeners(): {};
56
- style(): StyleValue;
57
- styleDatepicker(): {
58
- border: string;
59
- } | {
60
- border?: undefined;
61
- };
62
- }, {
63
- dayclick(e: {
64
- id: string;
65
- }): void;
66
- }, import("vue").DefineComponent<{
67
- size: {
68
- type: PropType<import("../../index.js").InputSize>;
69
- default: string;
70
- validator(value: import("../../index.js").InputSize): boolean;
71
- };
72
- errorMsg: {
73
- type: StringConstructor;
74
- default: string;
75
- };
76
- required: {
77
- type: BooleanConstructor;
78
- default: boolean;
79
- };
80
- rounded: {
81
- type: BooleanConstructor;
82
- default: boolean;
83
- };
84
- }, unknown, {
85
- errorMsgClasses: string;
86
- }, {
87
- inputClasses(): string;
88
- labelClasses(): string;
89
- selectClasses(): string;
90
- textareaClasses(): string;
91
- }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
92
- size: {
93
- type: PropType<import("../../index.js").InputSize>;
94
- default: string;
95
- validator(value: import("../../index.js").InputSize): boolean;
96
- };
97
- errorMsg: {
98
- type: StringConstructor;
99
- default: string;
100
- };
101
- required: {
102
- type: BooleanConstructor;
103
- default: boolean;
104
- };
105
- rounded: {
106
- type: BooleanConstructor;
107
- default: boolean;
108
- };
109
- }>>, {
110
- size: "sm" | "lg" | "md";
111
- rounded: boolean;
112
- required: boolean;
113
- errorMsg: string;
114
- }, {}>, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
115
- modelValue: {
116
- type: PropType<string | null | undefined>;
117
- default: string;
118
- };
119
- label: {
120
- type: StringConstructor;
121
- default: string;
122
- };
123
- errorMsg: {
124
- type: StringConstructor;
125
- default: string;
126
- };
127
- required: {
128
- type: BooleanConstructor;
129
- default: boolean;
130
- };
131
- minDate: {
132
- type: DateConstructor;
133
- default: null;
134
- };
135
- maxDate: {
136
- type: DateConstructor;
137
- default: null;
138
- };
139
- timezone: {
140
- type: StringConstructor;
141
- default: string;
142
- };
143
- }>> & {
144
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
145
- }, {
146
- label: string;
147
- required: boolean;
148
- modelValue: string | null | undefined;
149
- errorMsg: string;
150
- timezone: string;
151
- minDate: Date;
152
- maxDate: Date;
153
- }, {}>;
154
- export default _default;