sprof 0.2.19 → 0.2.20
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/{ExtractsList-DTe91TQH.js → ExtractsList-C1218Nne.js} +1 -1
- package/dist/core/components/atoms/PInputNumber/PInputNumber.stories.d.ts +1 -1
- package/dist/core/components/atoms/PInputNumber/PInputNumber.vue.d.ts +1 -1
- package/dist/core/components/atoms/index.d.ts +2 -2
- package/dist/core/components/molecules/PEditDialog/PEditDialog.stories.d.ts +9 -9
- package/dist/core/components/molecules/PEditDialog/PEditDialog.vue.d.ts +1 -1
- package/dist/global-components.d.ts +10 -1
- package/dist/{index-DpENpoCA.js → index-CLoHvXYT.js} +6352 -5902
- package/dist/index.d.ts +2 -0
- package/dist/modules/index.d.ts +7 -0
- package/dist/modules/table/PTable.test.d.ts +1 -0
- package/dist/modules/table/cells/PTableBadge.vue.d.ts +110 -0
- package/dist/modules/table/cells/PTableBadges.vue.d.ts +116 -0
- package/dist/modules/table/cells/PTableCount.vue.d.ts +14 -0
- package/dist/modules/table/cells/PTableEdit.vue.d.ts +6 -0
- package/dist/modules/table/cells/PTableNumber.vue.d.ts +119 -0
- package/dist/modules/table/cells/PTableSelect.vue.d.ts +9 -0
- package/dist/modules/table/cells/PTableString.vue.d.ts +105 -0
- package/dist/modules/table/index.d.ts +11 -0
- package/dist/sprof.js +52 -43
- package/dist/sprof.umd.cjs +15 -15
- package/dist/style.css +1 -1
- package/package.json +1 -1
- /package/dist/core/components/atoms/PTable/{PTable.stories.d.ts → PTableHtml.stories.d.ts} +0 -0
- /package/dist/core/components/atoms/PTable/{PTable.test.d.ts → PTableHtml.test.d.ts} +0 -0
- /package/dist/core/components/atoms/PTable/{PTable.vue.d.ts → PTableHtml.vue.d.ts} +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as d, resolveComponent as m, openBlock as i, createElementBlock as C, Fragment as P, createVNode as l, unref as o, ref as u, createBlock as E, withCtx as k, createCommentVNode as v } from "vue";
|
|
2
|
-
import { _ as f, P as w } from "./index-
|
|
2
|
+
import { _ as f, P as w } from "./index-CLoHvXYT.js";
|
|
3
3
|
import "quasar";
|
|
4
4
|
import "vuedraggable";
|
|
5
5
|
const B = /* @__PURE__ */ d({
|
|
@@ -104,8 +104,8 @@ declare const _default: {
|
|
|
104
104
|
padding: string;
|
|
105
105
|
margin: string;
|
|
106
106
|
disabled: boolean;
|
|
107
|
-
max: number;
|
|
108
107
|
min: number;
|
|
108
|
+
max: number;
|
|
109
109
|
step: number;
|
|
110
110
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
111
111
|
tags: string[];
|
|
@@ -102,8 +102,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
102
102
|
padding: string;
|
|
103
103
|
margin: string;
|
|
104
104
|
disabled: boolean;
|
|
105
|
-
max: number;
|
|
106
105
|
min: number;
|
|
106
|
+
max: number;
|
|
107
107
|
step: number;
|
|
108
108
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
109
109
|
export default _default;
|
|
@@ -21,7 +21,7 @@ import { default as PRightSlider } from './PRightSlider/PRightSlider.vue';
|
|
|
21
21
|
import { default as PSelect } from './PSelect/PSelect.vue';
|
|
22
22
|
import { default as PSticky } from './PSticky/PSticky.vue';
|
|
23
23
|
import { default as PString } from './PString/PString.vue';
|
|
24
|
-
import { default as
|
|
24
|
+
import { default as PTableHtml } from './PTable/PTableHtml.vue';
|
|
25
25
|
import { default as PTableToggle } from './PTableToggle/PTableToggle.vue';
|
|
26
26
|
import { default as PTextarea } from './PTextarea/PTextarea.vue';
|
|
27
27
|
import { default as PToggle } from './PToggle/PToggle.vue';
|
|
@@ -30,4 +30,4 @@ import { default as PTopSlider } from './PTopSlider/PTopSlider.vue';
|
|
|
30
30
|
export default function install(app: {
|
|
31
31
|
component: (a: string, b: unknown) => void;
|
|
32
32
|
}): void;
|
|
33
|
-
export { PBadge, PButton, PCheckBox, PChip, PDateInput, PDatePicker, PDateTimeInput, PDialog, PFlex, PHint, PInput, PInputDate, PInputNumber, PLeftSlider, PList, PListItem, POptionsListSingle, POpts, PRadio, PRightSlider, PSelect, PSticky, PString,
|
|
33
|
+
export { PBadge, PButton, PCheckBox, PChip, PDateInput, PDatePicker, PDateTimeInput, PDialog, PFlex, PHint, PInput, PInputDate, PInputNumber, PLeftSlider, PList, PListItem, POptionsListSingle, POpts, PRadio, PRightSlider, PSelect, PSticky, PString, PTableHtml, PTableToggle, PTextarea, PToggle, PTooltip, PTopSlider, };
|
|
@@ -18,9 +18,9 @@ declare const _default: {
|
|
|
18
18
|
width: string;
|
|
19
19
|
disabled: boolean;
|
|
20
20
|
modelValue: boolean;
|
|
21
|
-
showConfirm: boolean;
|
|
22
21
|
confirmLabel: string;
|
|
23
22
|
cancelLabel: string;
|
|
23
|
+
showConfirm: boolean;
|
|
24
24
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
25
25
|
P: {};
|
|
26
26
|
B: {};
|
|
@@ -40,9 +40,9 @@ declare const _default: {
|
|
|
40
40
|
width: string;
|
|
41
41
|
disabled: boolean;
|
|
42
42
|
modelValue: boolean;
|
|
43
|
-
showConfirm: boolean;
|
|
44
43
|
confirmLabel: string;
|
|
45
44
|
cancelLabel: string;
|
|
45
|
+
showConfirm: boolean;
|
|
46
46
|
}>;
|
|
47
47
|
__isFragment?: undefined;
|
|
48
48
|
__isTeleport?: undefined;
|
|
@@ -63,9 +63,9 @@ declare const _default: {
|
|
|
63
63
|
width: string;
|
|
64
64
|
disabled: boolean;
|
|
65
65
|
modelValue: boolean;
|
|
66
|
-
showConfirm: boolean;
|
|
67
66
|
confirmLabel: string;
|
|
68
67
|
cancelLabel: string;
|
|
68
|
+
showConfirm: boolean;
|
|
69
69
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
70
70
|
$slots: {
|
|
71
71
|
default?(_: {}): any;
|
|
@@ -118,9 +118,9 @@ export declare const Default: StoryFn<{
|
|
|
118
118
|
width: string;
|
|
119
119
|
disabled: boolean;
|
|
120
120
|
modelValue: boolean;
|
|
121
|
-
showConfirm: boolean;
|
|
122
121
|
confirmLabel: string;
|
|
123
122
|
cancelLabel: string;
|
|
123
|
+
showConfirm: boolean;
|
|
124
124
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
125
125
|
P: {};
|
|
126
126
|
B: {};
|
|
@@ -140,9 +140,9 @@ export declare const Default: StoryFn<{
|
|
|
140
140
|
width: string;
|
|
141
141
|
disabled: boolean;
|
|
142
142
|
modelValue: boolean;
|
|
143
|
-
showConfirm: boolean;
|
|
144
143
|
confirmLabel: string;
|
|
145
144
|
cancelLabel: string;
|
|
145
|
+
showConfirm: boolean;
|
|
146
146
|
}>;
|
|
147
147
|
__isFragment?: undefined;
|
|
148
148
|
__isTeleport?: undefined;
|
|
@@ -163,9 +163,9 @@ export declare const Default: StoryFn<{
|
|
|
163
163
|
width: string;
|
|
164
164
|
disabled: boolean;
|
|
165
165
|
modelValue: boolean;
|
|
166
|
-
showConfirm: boolean;
|
|
167
166
|
confirmLabel: string;
|
|
168
167
|
cancelLabel: string;
|
|
168
|
+
showConfirm: boolean;
|
|
169
169
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
170
170
|
$slots: {
|
|
171
171
|
default?(_: {}): any;
|
|
@@ -188,9 +188,9 @@ export declare const WithoutConfirm: StoryFn<{
|
|
|
188
188
|
width: string;
|
|
189
189
|
disabled: boolean;
|
|
190
190
|
modelValue: boolean;
|
|
191
|
-
showConfirm: boolean;
|
|
192
191
|
confirmLabel: string;
|
|
193
192
|
cancelLabel: string;
|
|
193
|
+
showConfirm: boolean;
|
|
194
194
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
195
195
|
P: {};
|
|
196
196
|
B: {};
|
|
@@ -210,9 +210,9 @@ export declare const WithoutConfirm: StoryFn<{
|
|
|
210
210
|
width: string;
|
|
211
211
|
disabled: boolean;
|
|
212
212
|
modelValue: boolean;
|
|
213
|
-
showConfirm: boolean;
|
|
214
213
|
confirmLabel: string;
|
|
215
214
|
cancelLabel: string;
|
|
215
|
+
showConfirm: boolean;
|
|
216
216
|
}>;
|
|
217
217
|
__isFragment?: undefined;
|
|
218
218
|
__isTeleport?: undefined;
|
|
@@ -233,9 +233,9 @@ export declare const WithoutConfirm: StoryFn<{
|
|
|
233
233
|
width: string;
|
|
234
234
|
disabled: boolean;
|
|
235
235
|
modelValue: boolean;
|
|
236
|
-
showConfirm: boolean;
|
|
237
236
|
confirmLabel: string;
|
|
238
237
|
cancelLabel: string;
|
|
238
|
+
showConfirm: boolean;
|
|
239
239
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
240
240
|
$slots: {
|
|
241
241
|
default?(_: {}): any;
|
|
@@ -15,9 +15,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<PE
|
|
|
15
15
|
width: string;
|
|
16
16
|
disabled: boolean;
|
|
17
17
|
modelValue: boolean;
|
|
18
|
-
showConfirm: boolean;
|
|
19
18
|
confirmLabel: string;
|
|
20
19
|
cancelLabel: string;
|
|
20
|
+
showConfirm: boolean;
|
|
21
21
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
22
22
|
default?(_: {}): any;
|
|
23
23
|
}>;
|
|
@@ -3,6 +3,7 @@ import type * as Components from '@/core/components/components';
|
|
|
3
3
|
import type * as Molecules from '@/core/components/molecules';
|
|
4
4
|
import type * as Organisms from '@/core/components/organisms';
|
|
5
5
|
import type * as Contacts from '@/modules/contacts';
|
|
6
|
+
import type * as Table from '@/modules/table';
|
|
6
7
|
import type * as Tabs from '@/modules/tabs';
|
|
7
8
|
declare module 'vue' {
|
|
8
9
|
interface GlobalComponents {
|
|
@@ -29,7 +30,7 @@ declare module 'vue' {
|
|
|
29
30
|
PSelect: typeof Atoms.PSelect;
|
|
30
31
|
PSticky: typeof Atoms.PSticky;
|
|
31
32
|
PString: typeof Atoms.PString;
|
|
32
|
-
|
|
33
|
+
PTableHtml: typeof Atoms.PTableHtml;
|
|
33
34
|
PTableToggle: typeof Atoms.PTableToggle;
|
|
34
35
|
PTextarea: typeof Atoms.PTextarea;
|
|
35
36
|
PToggle: typeof Atoms.PToggle;
|
|
@@ -98,6 +99,14 @@ declare module 'vue' {
|
|
|
98
99
|
PContactFormViewEmails: typeof Contacts.PContactFormViewEmails;
|
|
99
100
|
PContactFormViewPhones: typeof Contacts.PContactFormViewPhones;
|
|
100
101
|
defaultContactsLabels: typeof Contacts.defaultContactsLabels;
|
|
102
|
+
PTable: typeof Table.PTable;
|
|
103
|
+
PTableBadge: typeof Table.PTableBadge;
|
|
104
|
+
PTableBadges: typeof Table.PTableBadges;
|
|
105
|
+
PTableCount: typeof Table.PTableCount;
|
|
106
|
+
PTableEdit: typeof Table.PTableEdit;
|
|
107
|
+
PTableNumber: typeof Table.PTableNumber;
|
|
108
|
+
PTableSelect: typeof Table.PTableSelect;
|
|
109
|
+
PTableString: typeof Table.PTableString;
|
|
101
110
|
}
|
|
102
111
|
}
|
|
103
112
|
export {};
|