@snabcentr/vue-ui-lib 4.16.4 → 4.17.0

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.
@@ -28,5 +28,5 @@ declare const _default: import('vue').DefineComponent<IValue<string> & IDebounce
28
28
  onlyCountries?: CountryCode[];
29
29
  }> & Readonly<{
30
30
  "onUpdate:value"?: ((value: string, ...additionalParams: any[]) => any) | undefined;
31
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
31
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, Element>;
32
32
  export default _default;
@@ -19,6 +19,11 @@ declare const _default: import('vue').DefineComponent<import('../../properties')
19
19
  * Уже выбранные неактивные менеджеры остаются видимыми, чтобы их можно было снять.
20
20
  */
21
21
  showActualOnly?: boolean;
22
+ /**
23
+ * Признак, что необходимо группировать список по типу сотрудника: отдельными
24
+ * группами «Менеджеры» и «Операторы», без группировки менеджеров по направлению продаж.
25
+ */
26
+ groupByEmployeeType?: boolean;
22
27
  /**
23
28
  * Признак, что значения можно фильтровать.
24
29
  */
@@ -50,6 +55,11 @@ declare const _default: import('vue').DefineComponent<import('../../properties')
50
55
  * Уже выбранные неактивные менеджеры остаются видимыми, чтобы их можно было снять.
51
56
  */
52
57
  showActualOnly?: boolean;
58
+ /**
59
+ * Признак, что необходимо группировать список по типу сотрудника: отдельными
60
+ * группами «Менеджеры» и «Операторы», без группировки менеджеров по направлению продаж.
61
+ */
62
+ groupByEmployeeType?: boolean;
53
63
  /**
54
64
  * Признак, что значения можно фильтровать.
55
65
  */
@@ -75,6 +85,7 @@ declare const _default: import('vue').DefineComponent<import('../../properties')
75
85
  managerReferenceList: IManager[];
76
86
  operatorReferenceList: IOperator[];
77
87
  showActualOnly: boolean;
88
+ groupByEmployeeType: boolean;
78
89
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
79
90
  'select-component': import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
80
91
  readonly to: {
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "keywords": [],
5
5
  "author": "Sergey S. Smirnov <dev@snabcentr.com>",
6
6
  "type": "module",
7
- "version": "4.16.4",
7
+ "version": "4.17.0",
8
8
  "license": "ISC",
9
9
  "scripts": {
10
10
  "dev": "vite",
@@ -63,31 +63,30 @@
63
63
  "vue-tel-input": "^9.5.0"
64
64
  },
65
65
  "devDependencies": {
66
- "@iconify/vue": "^4.3.0",
67
- "@snabcentr/eslint-config": "^3.2.1",
68
- "@types/node": "22.14.0",
66
+ "@iconify/vue": "^5.0.1",
67
+ "@snabcentr/eslint-config": "^4.1.0",
68
+ "@types/node": "^22.20.1",
69
69
  "@types/vue-tel-input": "^2.1.1",
70
70
  "@vitejs/plugin-vue": "^5.2.4",
71
- "autoprefixer": "^10.4.21",
71
+ "autoprefixer": "^10.5.4",
72
+ "baseline-browser-mapping": "^2.11.7",
72
73
  "eslint-plugin-vue": "^9.32.0",
73
- "baseline-browser-mapping": "^2.9.15",
74
- "cross-env": "^7.0.3",
75
74
  "husky": "^9.1.7",
76
- "lint-staged": "^15.5.2",
77
- "path": "^0.12.7",
78
- "rollup-plugin-visualizer": "^5.14.0",
79
- "two.js": "^0.8.21",
80
- "typescript": "~5.8.2",
81
- "unplugin-icons": "^22.4.2",
82
- "unplugin-vue-components": "^28.8.0",
83
- "vite": "^6.3.6",
75
+ "lint-staged": "^16.4.0",
76
+ "rollup-plugin-visualizer": "^6.0.11",
77
+ "tailwindcss": "^3.4.19",
78
+ "two.js": "^0.8.23",
79
+ "typescript": "~5.9.3",
80
+ "unplugin-icons": "^23.0.1",
81
+ "unplugin-vue-components": "^31.1.0",
82
+ "vite": "^6.4.3",
84
83
  "vite-plugin-dts": "^4.5.4",
85
84
  "vite-plugin-manifest-sri": "^0.2.0",
86
- "vite-plugin-static-copy": "^2.3.2",
87
- "vite-plugin-vue-devtools": "^8.0.1",
88
- "vue-json-pretty": "^2.5.0",
89
- "vue-router": "^4.5.1",
90
- "vue-tsc": "^2.2.12"
85
+ "vite-plugin-static-copy": "^4.1.1",
86
+ "vite-plugin-vue-devtools": "^8.2.1",
87
+ "vue-json-pretty": "^2.6.0",
88
+ "vue-router": "^4.6.4",
89
+ "vue-tsc": "^3.3.8"
91
90
  },
92
91
  "optionalDependencies": {
93
92
  "@esbuild/linux-x64": "0.25.10",