@opengis/filter 0.1.7 → 0.1.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.
- package/dist/components/filter/layouts/inline-filter-layout.vue.d.ts.map +1 -1
- package/dist/components/filter-field/fields/date-input-inline.vue.d.ts.map +1 -1
- package/dist/components/filter-field/fields/list/checkbox.vue.d.ts.map +1 -1
- package/dist/components/filter-field/fields/list/select.vue.d.ts.map +1 -1
- package/dist/components/filter-field/fields/popover-field.vue.d.ts +10 -4
- package/dist/components/filter-field/fields/popover-field.vue.d.ts.map +1 -1
- package/dist/components/filter-field/fields/range-input.vue.d.ts.map +1 -1
- package/dist/composable/i18n.d.ts +3 -0
- package/dist/composable/i18n.d.ts.map +1 -0
- package/dist/composable/useFilterDate.d.ts.map +1 -1
- package/dist/composable/useFilterSelect.d.ts.map +1 -1
- package/dist/composable/useLocale.d.ts +2 -0
- package/dist/composable/useLocale.d.ts.map +1 -0
- package/dist/index.js +1528 -1467
- package/dist/index.umd.cjs +1 -1
- package/package.json +3 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inline-filter-layout.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/filter/layouts/inline-filter-layout.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"inline-filter-layout.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/filter/layouts/inline-filter-layout.vue"],"names":[],"mappings":"AAqIA,OAAO,KAAK,EAAE,OAAO,EAAgB,MAAM,0BAA0B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA8QtE,wBASG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"date-input-inline.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/filter-field/fields/date-input-inline.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"date-input-inline.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/filter-field/fields/date-input-inline.vue"],"names":[],"mappings":"AA2LA,OAAO,KAAK,EAAE,WAAW,EAAoB,MAAM,0BAA0B,CAAC;;;;;;;;;;;;;;;;;;;;;AAggB9E,wBASG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"checkbox.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/filter-field/fields/list/checkbox.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"checkbox.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/filter-field/fields/list/checkbox.vue"],"names":[],"mappings":"AA0IA,OAAO,KAAK,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,6BAA6B,CAAC;;;;;cAmB3C,MAAM;eAAS,MAAM,GAAG,MAAM,EAAE,GAAG,IAAI;;;;;;cAAvC,MAAM;eAAS,MAAM,GAAG,MAAM,EAAE,GAAG,IAAI;;;;;;;;;;AAyRtE,wBASG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"select.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/filter-field/fields/list/select.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"select.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/filter-field/fields/list/select.vue"],"names":[],"mappings":"AAyMA,OAAO,KAAK,EAAE,WAAW,EAAoB,SAAS,EAAE,MAAM,6BAA6B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;AA0a5F,wBASG"}
|
|
@@ -1,20 +1,26 @@
|
|
|
1
|
-
|
|
1
|
+
interface Props {
|
|
2
2
|
disabled?: boolean;
|
|
3
3
|
label?: string;
|
|
4
|
+
en?: string;
|
|
5
|
+
ua?: string;
|
|
6
|
+
uk?: string;
|
|
7
|
+
fr?: string;
|
|
8
|
+
de?: string;
|
|
9
|
+
es?: string;
|
|
4
10
|
currentValue?: string | string[] | null;
|
|
5
11
|
fieldRef?: any;
|
|
6
12
|
width?: number | string;
|
|
7
13
|
mode?: string;
|
|
8
14
|
layout?: string;
|
|
9
|
-
}
|
|
15
|
+
}
|
|
10
16
|
declare function close(): void;
|
|
11
17
|
declare var __VLS_8: {};
|
|
12
18
|
type __VLS_Slots = {} & {
|
|
13
19
|
default?: (props: typeof __VLS_8) => any;
|
|
14
20
|
};
|
|
15
|
-
declare const __VLS_component: import("vue").DefineComponent<
|
|
21
|
+
declare const __VLS_component: import("vue").DefineComponent<Props, {
|
|
16
22
|
close: typeof close;
|
|
17
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<
|
|
23
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
18
24
|
disabled: boolean;
|
|
19
25
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
20
26
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"popover-field.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/filter-field/fields/popover-field.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"popover-field.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/filter-field/fields/popover-field.vue"],"names":[],"mappings":"AA0MA,UAAU,KAAK;IACb,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,YAAY,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,IAAI,CAAA;IACvC,QAAQ,CAAC,EAAE,GAAG,CAAA;IACd,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IACvB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB;AAyGD,iBAAS,KAAK,SAEb;AA+ID,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAgC/C,QAAA,MAAM,eAAe;;;cAzSR,OAAO;6EAiTlB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAa1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"range-input.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/filter-field/fields/range-input.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"range-input.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/filter-field/fields/range-input.vue"],"names":[],"mappings":"AAiIA,OAAO,KAAK,EAAE,WAAW,EAAoB,MAAM,0BAA0B,CAAC;AAuC9E,iBAAS,KAAK,SAIb;;;;;;;;;;;;;;;;;;;;;;AAyLD,wBASG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"i18n.d.ts","sourceRoot":"","sources":["../../src/composable/i18n.ts"],"names":[],"mappings":"wBAoCK,GAAG;AApCR,wBAoCS"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useFilterDate.d.ts","sourceRoot":"","sources":["../../src/composable/useFilterDate.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,KAAK,GAAG,EAAO,MAAM,KAAK,CAAC;AAC9C,OAAO,KAAK,EAAE,WAAW,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACxE,OAAO,YAAY,MAAM,qDAAqD,CAAC;
|
|
1
|
+
{"version":3,"file":"useFilterDate.d.ts","sourceRoot":"","sources":["../../src/composable/useFilterDate.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,KAAK,GAAG,EAAO,MAAM,KAAK,CAAC;AAC9C,OAAO,KAAK,EAAE,WAAW,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACxE,OAAO,YAAY,MAAM,qDAAqD,CAAC;AAI/E,iBAAS,aAAa,CACpB,KAAK,EAAE,WAAW,GAAG;IAAE,UAAU,EAAE,GAAG,CAAC,YAAY,CAAC,OAAO,YAAY,CAAC,CAAC,CAAA;CAAE,EAC3E,IAAI,EAAE,gBAAgB;;;;;2BAwBQ,MAAM;;;;8BA8FH,MAAM,KAAG,MAAM;yBAQpB,MAAM,KAAG,MAAM;;;EAmE5C;AAED,eAAe,aAAa,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useFilterSelect.d.ts","sourceRoot":"","sources":["../../src/composable/useFilterSelect.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAC,WAAW,EAAE,gBAAgB,EAAE,SAAS,EAAC,MAAM,oBAAoB,CAAC;
|
|
1
|
+
{"version":3,"file":"useFilterSelect.d.ts","sourceRoot":"","sources":["../../src/composable/useFilterSelect.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAC,WAAW,EAAE,gBAAgB,EAAE,SAAS,EAAC,MAAM,oBAAoB,CAAC;AAGjF,iBAAS,eAAe,CAAC,CAAC,EACxB,KAAK,EAAE,WAAW,EAClB,IAAI,EAAE,gBAAgB;;;;;;;;;;yBA6HM,SAAS,KAAG,OAAO;yBAOnB,SAAS;;;;;;;;;;;;;;;;;;;;;;;mBAsDf,aAAa;;;;EAgDpC;AACD,eAAe,eAAe,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useLocale.d.ts","sourceRoot":"","sources":["../../src/composable/useLocale.ts"],"names":[],"mappings":"AAUA,MAAM,CAAC,OAAO,UAAU,SAAS,QAGhC"}
|