sprof 0.2.8 → 0.2.10

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 (48) hide show
  1. package/dist/{ExtractsList-DkB5B2ct.js → ExtractsList-D3pUjcC5.js} +1 -1
  2. package/dist/core/components/GeneralItem.vue.d.ts +1 -1
  3. package/dist/core/components/InfoItem.vue.d.ts +1 -1
  4. package/dist/core/components/atoms/PDateInput/PDateInput.stories.d.ts +569 -0
  5. package/dist/core/components/atoms/PDateInput/PDateInput.test.d.ts +1 -0
  6. package/dist/core/components/atoms/PDateInput/PDateInput.vue.d.ts +77 -0
  7. package/dist/core/components/atoms/PDialog/PDialog.stories.d.ts +6 -6
  8. package/dist/core/components/atoms/PDialog/PDialog.vue.d.ts +1 -1
  9. package/dist/core/components/atoms/PFlex/PFlex.stories.d.ts +12 -12
  10. package/dist/core/components/atoms/PFlex/PFlex.vue.d.ts +2 -2
  11. package/dist/core/components/atoms/PHint/PHint.stories.d.ts +34 -0
  12. package/dist/core/components/atoms/PHint/PHint.test.d.ts +1 -0
  13. package/dist/core/components/atoms/PHint/PHint.vue.d.ts +5 -0
  14. package/dist/core/components/atoms/PInput/PInput.stories.d.ts +6 -6
  15. package/dist/core/components/atoms/PInput/PInput.vue.d.ts +1 -1
  16. package/dist/core/components/atoms/PLabelField/PLabelField.stories.d.ts +6 -6
  17. package/dist/core/components/atoms/PLabelField/PLabelField.vue.d.ts +1 -1
  18. package/dist/core/components/atoms/POptionsListSingle/POptionsListSingle.stories.d.ts +31 -0
  19. package/dist/core/components/atoms/POptionsListSingle/POptionsListSingle.test.d.ts +1 -0
  20. package/dist/core/components/atoms/POpts/POpts.test.d.ts +1 -0
  21. package/dist/core/components/atoms/POpts/POpts.vue.d.ts +28 -0
  22. package/dist/core/components/atoms/PSelect/PSelect.stories.d.ts +6 -6
  23. package/dist/core/components/atoms/PSelect/PSelect.vue.d.ts +1 -1
  24. package/dist/core/components/atoms/PString/PString.stories.d.ts +2 -2
  25. package/dist/core/components/atoms/PString/PString.vue.d.ts +1 -1
  26. package/dist/core/components/atoms/PTableToggle/PTableToggle.test.d.ts +1 -0
  27. package/dist/core/components/atoms/PTableToggle/PTableToggle.vue.d.ts +12 -0
  28. package/dist/core/components/atoms/index.d.ts +6 -1
  29. package/dist/core/components/molecules/PCard/PCard.stories.d.ts +801 -0
  30. package/dist/core/components/molecules/PCard/PCard.test.d.ts +1 -0
  31. package/dist/core/components/molecules/PCard/PCard.vue.d.ts +112 -0
  32. package/dist/core/components/molecules/PCrudList/PCrudList.stories.d.ts +720 -0
  33. package/dist/core/components/molecules/PCrudList/PCrudList.test.d.ts +1 -0
  34. package/dist/core/components/molecules/PCrudList/PCrudList.vue.d.ts +137 -0
  35. package/dist/core/components/molecules/PEditDialog/PEditDialog.stories.d.ts +243 -0
  36. package/dist/core/components/molecules/PEditDialog/PEditDialog.test.d.ts +1 -0
  37. package/dist/core/components/molecules/PEditDialog/PEditDialog.vue.d.ts +29 -0
  38. package/dist/core/components/molecules/PEditDialog/pEditDialogProps.d.ts +10 -0
  39. package/dist/core/components/molecules/index.d.ts +4 -1
  40. package/dist/core/components/organisms/PAuthForm/PAuthForm.stories.d.ts +10 -10
  41. package/dist/core/components/organisms/PAuthForm/PAuthForm.vue.d.ts +5 -5
  42. package/dist/global-components.d.ts +8 -0
  43. package/dist/{index-BcXeol30.js → index-D3zBQy-K.js} +4540 -3783
  44. package/dist/index.d.ts +8 -0
  45. package/dist/sprof.js +29 -21
  46. package/dist/sprof.umd.cjs +11 -11
  47. package/dist/style.css +1 -1
  48. package/package.json +1 -1
@@ -28,9 +28,9 @@ declare const _default: {
28
28
  "update:modelValue": (value: boolean) => any;
29
29
  }, import('vue').PublicProps, {
30
30
  persistent: boolean;
31
- maximized: boolean;
32
31
  transitionShow: string;
33
32
  transitionHide: string;
33
+ maximized: boolean;
34
34
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
35
35
  P: {};
36
36
  B: {};
@@ -62,9 +62,9 @@ declare const _default: {
62
62
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
63
63
  }>, {}, {}, {}, {}, {
64
64
  persistent: boolean;
65
- maximized: boolean;
66
65
  transitionShow: string;
67
66
  transitionHide: string;
67
+ maximized: boolean;
68
68
  }>;
69
69
  __isFragment?: undefined;
70
70
  __isTeleport?: undefined;
@@ -95,9 +95,9 @@ declare const _default: {
95
95
  "update:modelValue": (value: boolean) => any;
96
96
  }, string, {
97
97
  persistent: boolean;
98
- maximized: boolean;
99
98
  transitionShow: string;
100
99
  transitionHide: string;
100
+ maximized: boolean;
101
101
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
102
102
  $slots: {
103
103
  default?(_: {}): any;
@@ -154,9 +154,9 @@ export declare const Default: StoryFn<{
154
154
  "update:modelValue": (value: boolean) => any;
155
155
  }, import('vue').PublicProps, {
156
156
  persistent: boolean;
157
- maximized: boolean;
158
157
  transitionShow: string;
159
158
  transitionHide: string;
159
+ maximized: boolean;
160
160
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
161
161
  P: {};
162
162
  B: {};
@@ -188,9 +188,9 @@ export declare const Default: StoryFn<{
188
188
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
189
189
  }>, {}, {}, {}, {}, {
190
190
  persistent: boolean;
191
- maximized: boolean;
192
191
  transitionShow: string;
193
192
  transitionHide: string;
193
+ maximized: boolean;
194
194
  }>;
195
195
  __isFragment?: undefined;
196
196
  __isTeleport?: undefined;
@@ -221,9 +221,9 @@ export declare const Default: StoryFn<{
221
221
  "update:modelValue": (value: boolean) => any;
222
222
  }, string, {
223
223
  persistent: boolean;
224
- maximized: boolean;
225
224
  transitionShow: string;
226
225
  transitionHide: string;
226
+ maximized: boolean;
227
227
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
228
228
  $slots: {
229
229
  default?(_: {}): any;
@@ -44,9 +44,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
44
44
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
45
45
  }>, {
46
46
  persistent: boolean;
47
- maximized: boolean;
48
47
  transitionShow: string;
49
48
  transitionHide: string;
49
+ maximized: boolean;
50
50
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
51
51
  default?(_: {}): any;
52
52
  title?(_: {}): any;
@@ -55,9 +55,9 @@ declare const _default: {
55
55
  height: string;
56
56
  maxWidth: string;
57
57
  minWidth: string;
58
- justifyContent: string;
59
- background: string;
60
58
  alignItems: string;
59
+ background: string;
60
+ justifyContent: string;
61
61
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
62
62
  P: {};
63
63
  B: {};
@@ -118,9 +118,9 @@ declare const _default: {
118
118
  height: string;
119
119
  maxWidth: string;
120
120
  minWidth: string;
121
- justifyContent: string;
122
- background: string;
123
121
  alignItems: string;
122
+ background: string;
123
+ justifyContent: string;
124
124
  }>;
125
125
  __isFragment?: undefined;
126
126
  __isTeleport?: undefined;
@@ -178,9 +178,9 @@ declare const _default: {
178
178
  height: string;
179
179
  maxWidth: string;
180
180
  minWidth: string;
181
- justifyContent: string;
182
- background: string;
183
181
  alignItems: string;
182
+ background: string;
183
+ justifyContent: string;
184
184
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
185
185
  $slots: {
186
186
  default?(_: {}): any;
@@ -288,9 +288,9 @@ export declare const Default: StoryFn<{
288
288
  height: string;
289
289
  maxWidth: string;
290
290
  minWidth: string;
291
- justifyContent: string;
292
- background: string;
293
291
  alignItems: string;
292
+ background: string;
293
+ justifyContent: string;
294
294
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
295
295
  P: {};
296
296
  B: {};
@@ -351,9 +351,9 @@ export declare const Default: StoryFn<{
351
351
  height: string;
352
352
  maxWidth: string;
353
353
  minWidth: string;
354
- justifyContent: string;
355
- background: string;
356
354
  alignItems: string;
355
+ background: string;
356
+ justifyContent: string;
357
357
  }>;
358
358
  __isFragment?: undefined;
359
359
  __isTeleport?: undefined;
@@ -411,9 +411,9 @@ export declare const Default: StoryFn<{
411
411
  height: string;
412
412
  maxWidth: string;
413
413
  minWidth: string;
414
- justifyContent: string;
415
- background: string;
416
414
  alignItems: string;
415
+ background: string;
416
+ justifyContent: string;
417
417
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
418
418
  $slots: {
419
419
  default?(_: {}): any;
@@ -97,9 +97,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
97
97
  height: string;
98
98
  maxWidth: string;
99
99
  minWidth: string;
100
- justifyContent: string;
101
- background: string;
102
100
  alignItems: string;
101
+ background: string;
102
+ justifyContent: string;
103
103
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
104
104
  default?(_: {}): any;
105
105
  }>;
@@ -0,0 +1,34 @@
1
+ import { StoryFn } from '@storybook/vue3';
2
+ declare const _default: {
3
+ title: string;
4
+ component: import('vue').DefineComponent<{
5
+ text?: string | undefined;
6
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
7
+ text?: string | undefined;
8
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
9
+ tags: string[];
10
+ parameters: {
11
+ docs: {
12
+ description: {
13
+ component: string;
14
+ };
15
+ };
16
+ };
17
+ argTypes: {
18
+ text: {
19
+ control: string;
20
+ description: string;
21
+ };
22
+ };
23
+ };
24
+ export default _default;
25
+ export declare const Default: StoryFn<import('vue').DefineComponent<{
26
+ text?: string | undefined;
27
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
28
+ text?: string | undefined;
29
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>>;
30
+ export declare const InLabel: StoryFn<import('vue').DefineComponent<{
31
+ text?: string | undefined;
32
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
33
+ text?: string | undefined;
34
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>>;
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,5 @@
1
+ type __VLS_Props = {
2
+ text?: string;
3
+ };
4
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
5
+ export default _default;
@@ -74,8 +74,8 @@ declare const _default: {
74
74
  width: string;
75
75
  margin: string;
76
76
  disabled: boolean;
77
- rules: import('quasar').ValidationRule[];
78
77
  borderColor: string;
78
+ rules: import('quasar').ValidationRule[];
79
79
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
80
80
  input: import('quasar').QInput | null;
81
81
  }, any, import('vue').ComponentProvideOptions, {
@@ -150,8 +150,8 @@ declare const _default: {
150
150
  width: string;
151
151
  margin: string;
152
152
  disabled: boolean;
153
- rules: import('quasar').ValidationRule[];
154
153
  borderColor: string;
154
+ rules: import('quasar').ValidationRule[];
155
155
  }>;
156
156
  __isFragment?: undefined;
157
157
  __isTeleport?: undefined;
@@ -227,8 +227,8 @@ declare const _default: {
227
227
  width: string;
228
228
  margin: string;
229
229
  disabled: boolean;
230
- rules: import('quasar').ValidationRule[];
231
230
  borderColor: string;
231
+ rules: import('quasar').ValidationRule[];
232
232
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
233
233
  $slots: {
234
234
  prepend?(_: {}): any;
@@ -377,8 +377,8 @@ export declare const Default: StoryFn<{
377
377
  width: string;
378
378
  margin: string;
379
379
  disabled: boolean;
380
- rules: import('quasar').ValidationRule[];
381
380
  borderColor: string;
381
+ rules: import('quasar').ValidationRule[];
382
382
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
383
383
  input: import('quasar').QInput | null;
384
384
  }, any, import('vue').ComponentProvideOptions, {
@@ -453,8 +453,8 @@ export declare const Default: StoryFn<{
453
453
  width: string;
454
454
  margin: string;
455
455
  disabled: boolean;
456
- rules: import('quasar').ValidationRule[];
457
456
  borderColor: string;
457
+ rules: import('quasar').ValidationRule[];
458
458
  }>;
459
459
  __isFragment?: undefined;
460
460
  __isTeleport?: undefined;
@@ -530,8 +530,8 @@ export declare const Default: StoryFn<{
530
530
  width: string;
531
531
  margin: string;
532
532
  disabled: boolean;
533
- rules: import('quasar').ValidationRule[];
534
533
  borderColor: string;
534
+ rules: import('quasar').ValidationRule[];
535
535
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
536
536
  $slots: {
537
537
  prepend?(_: {}): any;
@@ -120,8 +120,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
120
120
  width: string;
121
121
  margin: string;
122
122
  disabled: boolean;
123
- rules: ValidationRule[];
124
123
  borderColor: string;
124
+ rules: ValidationRule[];
125
125
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
126
126
  input: QInputType | null;
127
127
  }, any>, {
@@ -75,9 +75,9 @@ declare const _default: {
75
75
  margin: string;
76
76
  fontSize: string;
77
77
  minWidth: string;
78
- justifyContent: string;
79
78
  background: string;
80
79
  fontWeight: string;
80
+ justifyContent: string;
81
81
  customClass: string;
82
82
  isHtml: boolean;
83
83
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
@@ -158,9 +158,9 @@ declare const _default: {
158
158
  margin: string;
159
159
  fontSize: string;
160
160
  minWidth: string;
161
- justifyContent: string;
162
161
  background: string;
163
162
  fontWeight: string;
163
+ justifyContent: string;
164
164
  customClass: string;
165
165
  isHtml: boolean;
166
166
  }>;
@@ -240,9 +240,9 @@ declare const _default: {
240
240
  margin: string;
241
241
  fontSize: string;
242
242
  minWidth: string;
243
- justifyContent: string;
244
243
  background: string;
245
244
  fontWeight: string;
245
+ justifyContent: string;
246
246
  customClass: string;
247
247
  isHtml: boolean;
248
248
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
@@ -388,9 +388,9 @@ export declare const Default: StoryFn<{
388
388
  margin: string;
389
389
  fontSize: string;
390
390
  minWidth: string;
391
- justifyContent: string;
392
391
  background: string;
393
392
  fontWeight: string;
393
+ justifyContent: string;
394
394
  customClass: string;
395
395
  isHtml: boolean;
396
396
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
@@ -471,9 +471,9 @@ export declare const Default: StoryFn<{
471
471
  margin: string;
472
472
  fontSize: string;
473
473
  minWidth: string;
474
- justifyContent: string;
475
474
  background: string;
476
475
  fontWeight: string;
476
+ justifyContent: string;
477
477
  customClass: string;
478
478
  isHtml: boolean;
479
479
  }>;
@@ -553,9 +553,9 @@ export declare const Default: StoryFn<{
553
553
  margin: string;
554
554
  fontSize: string;
555
555
  minWidth: string;
556
- justifyContent: string;
557
556
  background: string;
558
557
  fontWeight: string;
558
+ justifyContent: string;
559
559
  customClass: string;
560
560
  isHtml: boolean;
561
561
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
@@ -132,9 +132,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
132
132
  margin: string;
133
133
  fontSize: string;
134
134
  minWidth: string;
135
- justifyContent: string;
136
135
  background: string;
137
136
  fontWeight: string;
137
+ justifyContent: string;
138
138
  customClass: string;
139
139
  isHtml: boolean;
140
140
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>, {
@@ -0,0 +1,31 @@
1
+ import { StoryFn } from '@storybook/vue3';
2
+ declare const _default: {
3
+ title: string;
4
+ component: import('vue').DefineComponent<{
5
+ store: PF.H.BaseStore;
6
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
7
+ select: (value: unknown) => any;
8
+ }, string, import('vue').PublicProps, Readonly<{
9
+ store: PF.H.BaseStore;
10
+ }> & Readonly<{
11
+ onSelect?: ((value: unknown) => any) | undefined;
12
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
13
+ tags: string[];
14
+ parameters: {
15
+ docs: {
16
+ description: {
17
+ component: string;
18
+ };
19
+ };
20
+ };
21
+ };
22
+ export default _default;
23
+ export declare const Default: StoryFn<import('vue').DefineComponent<{
24
+ store: PF.H.BaseStore;
25
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
26
+ select: (value: unknown) => any;
27
+ }, string, import('vue').PublicProps, Readonly<{
28
+ store: PF.H.BaseStore;
29
+ }> & Readonly<{
30
+ onSelect?: ((value: unknown) => any) | undefined;
31
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>>;
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,28 @@
1
+ type WithId = {
2
+ id?: string;
3
+ [key: string]: unknown;
4
+ };
5
+ type Opt = {
6
+ label: string;
7
+ value: string;
8
+ };
9
+ interface OptsStore {
10
+ Options?: Opt[];
11
+ GetOptions?: (label?: string, value?: string) => Promise<void>;
12
+ Get?: (value: string) => Promise<void>;
13
+ Item?: WithId;
14
+ Update?: (item: unknown) => Promise<void>;
15
+ }
16
+ type __VLS_Props = {
17
+ label: string;
18
+ item: WithId;
19
+ store: OptsStore;
20
+ prop: string;
21
+ storeOpts?: OptsStore;
22
+ optLabel?: string;
23
+ optValue?: string;
24
+ disabled?: boolean;
25
+ hint?: string;
26
+ };
27
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
28
+ export default _default;
@@ -90,8 +90,8 @@ declare const _default: {
90
90
  width: string;
91
91
  margin: string;
92
92
  disabled: boolean;
93
- clearable: boolean;
94
93
  borderColor: string;
94
+ clearable: boolean;
95
95
  inPadding: string;
96
96
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
97
97
  P: {};
@@ -184,8 +184,8 @@ declare const _default: {
184
184
  width: string;
185
185
  margin: string;
186
186
  disabled: boolean;
187
- clearable: boolean;
188
187
  borderColor: string;
188
+ clearable: boolean;
189
189
  inPadding: string;
190
190
  }>;
191
191
  __isFragment?: undefined;
@@ -279,8 +279,8 @@ declare const _default: {
279
279
  width: string;
280
280
  margin: string;
281
281
  disabled: boolean;
282
- clearable: boolean;
283
282
  borderColor: string;
283
+ clearable: boolean;
284
284
  inPadding: string;
285
285
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
286
286
  $slots: {
@@ -433,8 +433,8 @@ export declare const Default: StoryFn<{
433
433
  width: string;
434
434
  margin: string;
435
435
  disabled: boolean;
436
- clearable: boolean;
437
436
  borderColor: string;
437
+ clearable: boolean;
438
438
  inPadding: string;
439
439
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
440
440
  P: {};
@@ -527,8 +527,8 @@ export declare const Default: StoryFn<{
527
527
  width: string;
528
528
  margin: string;
529
529
  disabled: boolean;
530
- clearable: boolean;
531
530
  borderColor: string;
531
+ clearable: boolean;
532
532
  inPadding: string;
533
533
  }>;
534
534
  __isFragment?: undefined;
@@ -622,8 +622,8 @@ export declare const Default: StoryFn<{
622
622
  width: string;
623
623
  margin: string;
624
624
  disabled: boolean;
625
- clearable: boolean;
626
625
  borderColor: string;
626
+ clearable: boolean;
627
627
  inPadding: string;
628
628
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
629
629
  $slots: {
@@ -155,8 +155,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
155
155
  width: string;
156
156
  margin: string;
157
157
  disabled: boolean;
158
- clearable: boolean;
159
158
  borderColor: string;
159
+ clearable: boolean;
160
160
  inPadding: string;
161
161
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
162
162
  prepend?(_: {}): any;
@@ -135,9 +135,9 @@ declare const _default: {
135
135
  margin: string;
136
136
  fontSize: string;
137
137
  minWidth: string;
138
- justifyContent: string;
139
138
  background: string;
140
139
  fontWeight: string;
140
+ justifyContent: string;
141
141
  customClass: string;
142
142
  isHtml: boolean;
143
143
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
@@ -339,9 +339,9 @@ export declare const Default: StoryFn<import('vue').DefineComponent<globalThis.E
339
339
  margin: string;
340
340
  fontSize: string;
341
341
  minWidth: string;
342
- justifyContent: string;
343
342
  background: string;
344
343
  fontWeight: string;
344
+ justifyContent: string;
345
345
  customClass: string;
346
346
  isHtml: boolean;
347
347
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>>;
@@ -132,9 +132,9 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
132
132
  margin: string;
133
133
  fontSize: string;
134
134
  minWidth: string;
135
- justifyContent: string;
136
135
  background: string;
137
136
  fontWeight: string;
137
+ justifyContent: string;
138
138
  customClass: string;
139
139
  isHtml: boolean;
140
140
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
@@ -0,0 +1,12 @@
1
+ interface Props {
2
+ row: Record<string, unknown>;
3
+ prop: string;
4
+ store: {
5
+ Update: (entity: Record<string, unknown>) => Promise<void>;
6
+ };
7
+ readonly?: boolean;
8
+ }
9
+ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
10
+ readonly: boolean;
11
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
12
+ export default _default;
@@ -2,21 +2,26 @@ import { default as PBadge } from './PBadge/PBadge.vue';
2
2
  import { default as PButton } from './PButton/PButton.vue';
3
3
  import { default as PCheckBox } from './PCheckbox/PCheckBox.vue';
4
4
  import { default as PChip } from './PChip/PChip.vue';
5
+ import { default as PDateInput } from './PDateInput/PDateInput.vue';
5
6
  import { default as PDatePicker } from './PDatePicker/PDatePicker.vue';
6
7
  import { default as PDialog } from './PDialog/PDialog.vue';
7
8
  import { default as PFlex } from './PFlex/PFlex.vue';
9
+ import { default as PHint } from './PHint/PHint.vue';
8
10
  import { default as PInput } from './PInput/PInput.vue';
9
11
  import { default as PInputDate } from './PInputDate/PInputDate.vue';
10
12
  import { default as PInputNumber } from './PInputNumber/PInputNumber.vue';
11
13
  import { default as PLeftSlider } from './PLeftSlider/PLeftSlider.vue';
12
14
  import { default as PList } from './PList/PList.vue';
13
15
  import { default as PListItem } from './PListItem/PListItem.vue';
16
+ import { default as POptionsListSingle } from './POptionsListSingle/POptionsListSingle.vue';
17
+ import { default as POpts } from './POpts/POpts.vue';
14
18
  import { default as PRadio } from './PRadio/PRadio.vue';
15
19
  import { default as PRightSlider } from './PRightSlider/PRightSlider.vue';
16
20
  import { default as PSelect } from './PSelect/PSelect.vue';
17
21
  import { default as PSticky } from './PSticky/PSticky.vue';
18
22
  import { default as PString } from './PString/PString.vue';
19
23
  import { default as PTable } from './PTable/PTable.vue';
24
+ import { default as PTableToggle } from './PTableToggle/PTableToggle.vue';
20
25
  import { default as PTextarea } from './PTextarea/PTextarea.vue';
21
26
  import { default as PToggle } from './PToggle/PToggle.vue';
22
27
  import { default as PTooltip } from './PTooltip/PTooltip.vue';
@@ -24,4 +29,4 @@ import { default as PTopSlider } from './PTopSlider/PTopSlider.vue';
24
29
  export default function install(app: {
25
30
  component: (a: string, b: unknown) => void;
26
31
  }): void;
27
- export { PBadge, PButton, PCheckBox, PChip, PDatePicker, PDialog, PFlex, PInput, PInputDate, PInputNumber, PLeftSlider, PList, PListItem, PRadio, PRightSlider, PSelect, PSticky, PString, PTable, PTextarea, PToggle, PTooltip, PTopSlider, };
32
+ export { PBadge, PButton, PCheckBox, PChip, PDateInput, PDatePicker, PDialog, PFlex, PHint, PInput, PInputDate, PInputNumber, PLeftSlider, PList, PListItem, POptionsListSingle, POpts, PRadio, PRightSlider, PSelect, PSticky, PString, PTable, PTableToggle, PTextarea, PToggle, PTooltip, PTopSlider, };