star-horse-lowcode 3.0.6 → 3.0.7
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.
|
@@ -37,6 +37,7 @@ export declare const useSelfOperationStore: import('pinia').StoreDefinition<"sel
|
|
|
37
37
|
basePrefix?: string;
|
|
38
38
|
permissionsUrl?: string;
|
|
39
39
|
appName?: string;
|
|
40
|
+
subPrefix?: string;
|
|
40
41
|
condition?: {
|
|
41
42
|
propertyName?: string;
|
|
42
43
|
operation?: string | null;
|
|
@@ -138,6 +139,7 @@ export declare const useSelfOperationStore: import('pinia').StoreDefinition<"sel
|
|
|
138
139
|
basePrefix?: string;
|
|
139
140
|
permissionsUrl?: string;
|
|
140
141
|
appName?: string;
|
|
142
|
+
subPrefix?: string;
|
|
141
143
|
condition?: {
|
|
142
144
|
propertyName?: string;
|
|
143
145
|
operation?: string | null;
|
|
@@ -252,6 +254,7 @@ export declare const useSelfOperationStore: import('pinia').StoreDefinition<"sel
|
|
|
252
254
|
basePrefix?: string;
|
|
253
255
|
permissionsUrl?: string;
|
|
254
256
|
appName?: string;
|
|
257
|
+
subPrefix?: string;
|
|
255
258
|
condition?: {
|
|
256
259
|
propertyName?: string;
|
|
257
260
|
operation?: string | null;
|
|
@@ -353,6 +356,7 @@ export declare const useSelfOperationStore: import('pinia').StoreDefinition<"sel
|
|
|
353
356
|
basePrefix?: string;
|
|
354
357
|
permissionsUrl?: string;
|
|
355
358
|
appName?: string;
|
|
359
|
+
subPrefix?: string;
|
|
356
360
|
condition?: {
|
|
357
361
|
propertyName?: string;
|
|
358
362
|
operation?: string | null;
|
|
@@ -467,6 +471,7 @@ export declare const useSelfOperationStore: import('pinia').StoreDefinition<"sel
|
|
|
467
471
|
basePrefix?: string;
|
|
468
472
|
permissionsUrl?: string;
|
|
469
473
|
appName?: string;
|
|
474
|
+
subPrefix?: string;
|
|
470
475
|
condition?: {
|
|
471
476
|
propertyName?: string;
|
|
472
477
|
operation?: string | null;
|
|
@@ -568,6 +573,7 @@ export declare const useSelfOperationStore: import('pinia').StoreDefinition<"sel
|
|
|
568
573
|
basePrefix?: string;
|
|
569
574
|
permissionsUrl?: string;
|
|
570
575
|
appName?: string;
|
|
576
|
+
subPrefix?: string;
|
|
571
577
|
condition?: {
|
|
572
578
|
propertyName?: string;
|
|
573
579
|
operation?: string | null;
|