sprof 0.2.7 → 0.2.9

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 (58) hide show
  1. package/dist/{ExtractsList-BNHHbmEu.js → ExtractsList-CCcvo_02.js} +1 -1
  2. package/dist/core/auth/Auth.d.ts +1 -1
  3. package/dist/core/components/GeneralItem.vue.d.ts +1 -1
  4. package/dist/core/components/InfoItem.vue.d.ts +1 -1
  5. package/dist/core/components/RemoteSearch.stories.d.ts +20 -20
  6. package/dist/core/components/atoms/PDateInput/PDateInput.stories.d.ts +569 -0
  7. package/dist/core/components/atoms/PDateInput/PDateInput.test.d.ts +1 -0
  8. package/dist/core/components/atoms/PDateInput/PDateInput.vue.d.ts +77 -0
  9. package/dist/core/components/atoms/PDialog/PDialog.stories.d.ts +6 -6
  10. package/dist/core/components/atoms/PDialog/PDialog.vue.d.ts +1 -1
  11. package/dist/core/components/atoms/PFlex/PFlex.stories.d.ts +12 -12
  12. package/dist/core/components/atoms/PFlex/PFlex.vue.d.ts +2 -2
  13. package/dist/core/components/atoms/PHint/PHint.stories.d.ts +34 -0
  14. package/dist/core/components/atoms/PHint/PHint.test.d.ts +1 -0
  15. package/dist/core/components/atoms/PHint/PHint.vue.d.ts +5 -0
  16. package/dist/core/components/atoms/PInput/PInput.stories.d.ts +6 -6
  17. package/dist/core/components/atoms/PInput/PInput.vue.d.ts +1 -1
  18. package/dist/core/components/atoms/PLabelField/PLabelField.stories.d.ts +6 -6
  19. package/dist/core/components/atoms/PLabelField/PLabelField.vue.d.ts +1 -1
  20. package/dist/core/components/atoms/POptionsListSingle/POptionsListSingle.stories.d.ts +31 -0
  21. package/dist/core/components/atoms/POptionsListSingle/POptionsListSingle.test.d.ts +1 -0
  22. package/dist/core/components/atoms/POpts/POpts.test.d.ts +1 -0
  23. package/dist/core/components/atoms/POpts/POpts.vue.d.ts +28 -0
  24. package/dist/core/components/atoms/PSelect/PSelect.stories.d.ts +6 -6
  25. package/dist/core/components/atoms/PSelect/PSelect.vue.d.ts +1 -1
  26. package/dist/core/components/atoms/PString/PString.stories.d.ts +2 -2
  27. package/dist/core/components/atoms/PString/PString.vue.d.ts +1 -1
  28. package/dist/core/components/atoms/PTableToggle/PTableToggle.test.d.ts +1 -0
  29. package/dist/core/components/atoms/PTableToggle/PTableToggle.vue.d.ts +12 -0
  30. package/dist/core/components/atoms/PTooltip/PTooltip.stories.d.ts +141 -7
  31. package/dist/core/components/atoms/PTooltip/PTooltip.vue.d.ts +4 -3
  32. package/dist/core/components/atoms/index.d.ts +6 -1
  33. package/dist/core/components/molecules/PCard/PCard.stories.d.ts +801 -0
  34. package/dist/core/components/molecules/PCard/PCard.test.d.ts +1 -0
  35. package/dist/core/components/molecules/PCard/PCard.vue.d.ts +112 -0
  36. package/dist/core/components/molecules/PCrudList/PCrudList.stories.d.ts +720 -0
  37. package/dist/core/components/molecules/PCrudList/PCrudList.test.d.ts +1 -0
  38. package/dist/core/components/molecules/PCrudList/PCrudList.vue.d.ts +137 -0
  39. package/dist/core/components/molecules/PEditDialog/PEditDialog.stories.d.ts +243 -0
  40. package/dist/core/components/molecules/PEditDialog/PEditDialog.test.d.ts +1 -0
  41. package/dist/core/components/molecules/PEditDialog/PEditDialog.vue.d.ts +29 -0
  42. package/dist/core/components/molecules/PEditDialog/pEditDialogProps.d.ts +10 -0
  43. package/dist/core/components/molecules/index.d.ts +4 -1
  44. package/dist/core/components/organisms/PAuthForm/PAuthForm.stories.d.ts +10 -10
  45. package/dist/core/components/organisms/PAuthForm/PAuthForm.vue.d.ts +5 -5
  46. package/dist/core/helpers/index.d.ts +1 -1
  47. package/dist/core/index.d.ts +1 -1
  48. package/dist/core/interfaces/index.d.ts +34 -0
  49. package/dist/core/store/index.d.ts +24 -24
  50. package/dist/core/ui/AdminUI.d.ts +4 -4
  51. package/dist/global-components.d.ts +8 -0
  52. package/dist/index-Bwtms4B9.js +19392 -0
  53. package/dist/index.d.ts +9 -0
  54. package/dist/sprof.js +29 -21
  55. package/dist/sprof.umd.cjs +23 -14
  56. package/dist/style.css +1 -1
  57. package/package.json +1 -1
  58. package/dist/index-T6suvcZB.js +0 -14184
@@ -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;