@pristy/pristy-libvue 2.11.1 → 2.11.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.
- package/dist/{ActivityHistory-CFXcjH71.js → ActivityHistory-Dvbc4pJJ.js} +2 -2
- package/dist/{ActivityHistory-CFXcjH71.js.map → ActivityHistory-Dvbc4pJJ.js.map} +1 -1
- package/dist/{BookmarksComponent-CmYDE0Cp.js → BookmarksComponent--MeUpzdk.js} +2 -2
- package/dist/{BookmarksComponent-CmYDE0Cp.js.map → BookmarksComponent--MeUpzdk.js.map} +1 -1
- package/dist/{ChartWrapper-BmNc4SWQ.js → ChartWrapper-DTaV2iGz.js} +2 -2
- package/dist/{ChartWrapper-BmNc4SWQ.js.map → ChartWrapper-DTaV2iGz.js.map} +1 -1
- package/dist/{DisplayFileInDashboardComponent-CdFg8er7.js → DisplayFileInDashboardComponent-BteIB_Wo.js} +2 -2
- package/dist/{DisplayFileInDashboardComponent-CdFg8er7.js.map → DisplayFileInDashboardComponent-BteIB_Wo.js.map} +1 -1
- package/dist/{ExternalApps-C1zs4KGU.js → ExternalApps-DFSifuKE.js} +2 -2
- package/dist/{ExternalApps-C1zs4KGU.js.map → ExternalApps-DFSifuKE.js.map} +1 -1
- package/dist/{FavoriteList-C3U4TwcJ.js → FavoriteList-986Kirck.js} +2 -2
- package/dist/{FavoriteList-C3U4TwcJ.js.map → FavoriteList-986Kirck.js.map} +1 -1
- package/dist/{MarkdownComponent-DvqLK4q_.js → MarkdownComponent-CofjgT1-.js} +2 -2
- package/dist/{MarkdownComponent-DvqLK4q_.js.map → MarkdownComponent-CofjgT1-.js.map} +1 -1
- package/dist/{SearchInput-aoLen7C3.js → SearchInput-nQshufOo.js} +2 -2
- package/dist/{SearchInput-aoLen7C3.js.map → SearchInput-nQshufOo.js.map} +1 -1
- package/dist/{UnknownBlockType-DX_fXvIW.js → UnknownBlockType-ltqGOaj-.js} +2 -2
- package/dist/{UnknownBlockType-DX_fXvIW.js.map → UnknownBlockType-ltqGOaj-.js.map} +1 -1
- package/dist/{index-2FfuwhLl.js → index-R9eTDd-U.js} +7300 -7168
- package/dist/{index-2FfuwhLl.js.map → index-R9eTDd-U.js.map} +1 -1
- package/dist/pristy-libvue.css +1 -1
- package/dist/pristy-libvue.es.js +1 -1
- package/dist/pristy-libvue.umd.js +24 -24
- package/dist/pristy-libvue.umd.js.map +1 -1
- package/dist/src/components/classification/AdminClassificationPage.vue.d.ts +1 -0
- package/dist/src/components/classification/FieldForm.vue.d.ts +1 -0
- package/dist/src/components/classification/FieldForm.vue.d.ts.map +1 -1
- package/dist/src/components/classification/MetadataFormFields.vue.d.ts +9 -0
- package/dist/src/components/classification/MetadataFormFields.vue.d.ts.map +1 -1
- package/dist/src/components/classification/UploadPlanPopup.vue.d.ts.map +1 -1
- package/dist/src/i18n/index.d.ts +10 -0
- package/dist/src/i18n/index.d.ts.map +1 -1
- package/dist/src/services/CollabService.d.ts +7 -1
- package/dist/src/services/CollabService.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FieldForm.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/classification/FieldForm.vue"],"names":[],"mappings":";;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"FieldForm.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/classification/FieldForm.vue"],"names":[],"mappings":";;;;;;;;;;;AAyVA;"}
|
|
@@ -52,6 +52,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
52
52
|
type: ArrayConstructor;
|
|
53
53
|
default: () => any[];
|
|
54
54
|
};
|
|
55
|
+
parentFieldOptions: {
|
|
56
|
+
type: ObjectConstructor;
|
|
57
|
+
default: () => {};
|
|
58
|
+
};
|
|
55
59
|
}>, {
|
|
56
60
|
t: ComposerTranslation<{
|
|
57
61
|
[x: string]: LocaleMessage<VueMessageType>;
|
|
@@ -98,6 +102,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
98
102
|
type: ArrayConstructor;
|
|
99
103
|
default: () => any[];
|
|
100
104
|
};
|
|
105
|
+
parentFieldOptions: {
|
|
106
|
+
type: ObjectConstructor;
|
|
107
|
+
default: () => {};
|
|
108
|
+
};
|
|
101
109
|
}>> & Readonly<{
|
|
102
110
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
103
111
|
onValidate?: (...args: any[]) => any;
|
|
@@ -110,6 +118,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
110
118
|
validationErrors: Record<string, any>;
|
|
111
119
|
getSearchOptions: Function;
|
|
112
120
|
isSearchLoading: Function;
|
|
121
|
+
parentFieldOptions: Record<string, any>;
|
|
113
122
|
}, {}, {
|
|
114
123
|
PrimeDatePicker: DefineComponent<DatePickerProps, DatePickerSlots, ((e: "update:modelValue", value: Date | Date[]) => void) & ((e: "value-change", value: Date | Date[]) => void) & ((e: "focus", event: Event) => void) & ((e: "blur", event: DatePickerBlurEvent) => void) & ((e: "show") => void) & ((e: "hide") => void) & ((e: "input", event: Event) => void) & ((e: "date-select", value: Date) => void) & ((e: "today-click", date: Date) => void) & ((e: "clear-click", event: Event) => void) & ((e: "month-change", event: DatePickerMonthChangeEvent) => void) & ((e: "year-change", event: DatePickerYearChangeEvent) => void) & ((e: "keydown", event: Event) => void)>;
|
|
115
124
|
PrimeInputNumber: DefineComponent<InputNumberProps, InputNumberSlots, ((e: "update:modelValue", value: number) => void) & ((e: "value-change", value: number) => void) & ((e: "focus", event: Event) => void) & ((e: "blur", event: InputNumberBlurEvent) => void) & ((e: "input", event: InputNumberInputEvent) => void), InputNumberMethods>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MetadataFormFields.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/classification/MetadataFormFields.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"MetadataFormFields.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/classification/MetadataFormFields.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AA4NA;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UploadPlanPopup.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/classification/UploadPlanPopup.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"UploadPlanPopup.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/classification/UploadPlanPopup.vue"],"names":[],"mappings":";AAy6BA;"}
|
package/dist/src/i18n/index.d.ts
CHANGED
|
@@ -1084,6 +1084,10 @@ declare const i18n: I18n<{
|
|
|
1084
1084
|
label: string;
|
|
1085
1085
|
help: string;
|
|
1086
1086
|
};
|
|
1087
|
+
fallbackQuery: {
|
|
1088
|
+
label: string;
|
|
1089
|
+
help: string;
|
|
1090
|
+
};
|
|
1087
1091
|
};
|
|
1088
1092
|
source: {
|
|
1089
1093
|
dictionaryLabel: string;
|
|
@@ -1169,6 +1173,7 @@ declare const i18n: I18n<{
|
|
|
1169
1173
|
constraint: string;
|
|
1170
1174
|
defaultValue: string;
|
|
1171
1175
|
parentFieldNotFound: string;
|
|
1176
|
+
selectParentValue: string;
|
|
1172
1177
|
validationRegexError: string;
|
|
1173
1178
|
summary: {
|
|
1174
1179
|
verifyBeforeImport: string;
|
|
@@ -2684,6 +2689,10 @@ declare const i18n: I18n<{
|
|
|
2684
2689
|
label: string;
|
|
2685
2690
|
help: string;
|
|
2686
2691
|
};
|
|
2692
|
+
fallbackQuery: {
|
|
2693
|
+
label: string;
|
|
2694
|
+
help: string;
|
|
2695
|
+
};
|
|
2687
2696
|
};
|
|
2688
2697
|
source: {
|
|
2689
2698
|
dictionaryLabel: string;
|
|
@@ -2769,6 +2778,7 @@ declare const i18n: I18n<{
|
|
|
2769
2778
|
constraint: string;
|
|
2770
2779
|
defaultValue: string;
|
|
2771
2780
|
parentFieldNotFound: string;
|
|
2781
|
+
selectParentValue: string;
|
|
2772
2782
|
validationRegexError: string;
|
|
2773
2783
|
summary: {
|
|
2774
2784
|
verifyBeforeImport: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/i18n/index.js"],"names":[],"mappings":";;AAsBA
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/i18n/index.js"],"names":[],"mappings":";;AAsBA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAOG"}
|
|
@@ -49,7 +49,13 @@ declare class CollabService {
|
|
|
49
49
|
*/
|
|
50
50
|
getWebSocketUrl(): string;
|
|
51
51
|
/**
|
|
52
|
-
*
|
|
52
|
+
* Returns a client ID stable for the lifetime of the browser tab (window).
|
|
53
|
+
*
|
|
54
|
+
* Persisted in sessionStorage so that a reconnection or a page reload reuses the same ID:
|
|
55
|
+
* the server can then recognize the rejoin and replace the stale peer instead of allocating a
|
|
56
|
+
* new session slot. Without this, every reload leaked a slot and sessions filled up with ghost
|
|
57
|
+
* peers (SESSION_FULL). sessionStorage is per-tab, so different tabs (or servers) still get
|
|
58
|
+
* distinct IDs, allowing concurrent sessions.
|
|
53
59
|
*
|
|
54
60
|
* @returns {string} Client ID
|
|
55
61
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CollabService.d.ts","sourceRoot":"","sources":["../../../src/services/CollabService.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"CollabService.d.ts","sourceRoot":"","sources":["../../../src/services/CollabService.js"],"names":[],"mappings":";AAuLA,2CAA0C;AAnK1C;;;GAGG;AACH;IAEI,iBAA6B;IAG/B;;;;OAIG;IACH,cAFa,MAAM,CAIlB;IAED;;;;OAIG;IACH,aAFa,OAAO,CAAC,MAAM,CAAC,CAI3B;IAED;;;;;;OAMG;IACH,yBAHW,MAAM,GACJ,MAAM,CAIlB;IAED;;;;;OAKG;IACH,0BAHW,MAAM,GACJ,OAAO,KAAQ,CAqC3B;IAED;;;;;OAKG;IACH,oBAHW,MAAM,GACJ,OAAO,KAAQ,CA6B3B;IAED;;;;;;OAMG;IACH,mBAFa,MAAM,CAUlB;IAED;;;;;;;;;;OAUG;IACH,oBAFa,MAAM,CAiBlB;CACF"}
|