@pitcher/canvas-ui 2025.12.9-130331-beta → 2025.12.9-130905-beta

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.
@@ -0,0 +1,25 @@
1
+ import { CanvasRetrieve } from '../../../types/openapi';
2
+ interface Props {
3
+ items: CanvasRetrieve[];
4
+ maxItemsToShow?: number;
5
+ title?: string;
6
+ }
7
+ declare function __VLS_template(): {
8
+ attrs: Partial<{}>;
9
+ slots: {
10
+ default?(_: {}): any;
11
+ };
12
+ refs: {};
13
+ rootEl: any;
14
+ };
15
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
16
+ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
17
+ maxItemsToShow: number;
18
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
19
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
20
+ export default _default;
21
+ type __VLS_WithTemplateSlots<T, S> = T & {
22
+ new (): {
23
+ $slots: S;
24
+ };
25
+ };
@@ -0,0 +1,26 @@
1
+ type Item = {
2
+ canvas: {
3
+ id: string;
4
+ name: string;
5
+ tags?: string[];
6
+ };
7
+ id: string;
8
+ };
9
+ interface Props {
10
+ items: Item[];
11
+ maxItemsToRender?: number;
12
+ title?: string;
13
+ }
14
+ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
15
+ view: (item: Item, newTab?: boolean | undefined) => any;
16
+ delete: (item: Item) => any;
17
+ setHome: (item: Item) => any;
18
+ }, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
19
+ onView?: ((item: Item, newTab?: boolean | undefined) => any) | undefined;
20
+ onDelete?: ((item: Item) => any) | undefined;
21
+ onSetHome?: ((item: Item) => any) | undefined;
22
+ }>, {
23
+ items: Item[];
24
+ maxItemsToRender: number;
25
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
26
+ export default _default;
package/lib/main.lib.d.ts CHANGED
@@ -88,6 +88,8 @@ export { default as CTable } from './components/CTable/CTable.vue';
88
88
  export { default as CEntitySelector } from './components/CEntitySelector/CEntitySelector.vue';
89
89
  export { default as CUsersGroupsAccessManage } from './components/CUsersGroupsAccessManage/CUsersGroupsAccessManage.vue';
90
90
  export { default as CFilesAccessManage } from './components/CFilesAccessManage/CFilesAccessManage.vue';
91
+ export { default as CTemplateAccessManage } from './components/CTemplateAccessManage/CTemplateAccessManage.vue';
92
+ export { default as CTemplateAccessInfo } from './components/CTemplateAccessInfo/CTemplateAccessInfo.vue';
91
93
  export { default as CGroupsAccessInfo } from './components/CGroupsAccessInfo/CGroupsAccessInfo.vue';
92
94
  export { default as CUsersAccessInfo } from './components/CUsersAccessInfo/CUsersAccessInfo.vue';
93
95
  export { default as CFilesAccessInfo } from './components/CFilesAccessInfo/CFilesAccessInfo.vue';
package/locale/el.json CHANGED
@@ -1810,6 +1810,14 @@
1810
1810
  "primaryActiontext": "Επιλογή αρχείων",
1811
1811
  "select": "Επιλογή"
1812
1812
  },
1813
+ "CTemplateAccessManage": {
1814
+ "templates": "Πρότυπο ({n}) | Πρότυπα ({n})",
1815
+ "setHome": "Ορισμός ως αρχικό πρότυπο"
1816
+ },
1817
+ "CTemplateAccessInfo": {
1818
+ "more": "και {n} περισσότερα",
1819
+ "title": "Πρότυπο ({n}) | Πρότυπα ({n})"
1820
+ },
1813
1821
  "CGroupsAccessInfo": {
1814
1822
  "more": "και {n} περισσότερα",
1815
1823
  "title": "Ομάδα ({n}) | Ομάδες ({n})"
@@ -2802,4 +2810,4 @@
2802
2810
  "invalidNumber": "Μη έγκυρος αριθμός"
2803
2811
  }
2804
2812
  }
2805
- }
2813
+ }
package/locale/en.json CHANGED
@@ -1810,6 +1810,14 @@
1810
1810
  "primaryActiontext": "Select files",
1811
1811
  "select": "Select"
1812
1812
  },
1813
+ "CTemplateAccessManage": {
1814
+ "templates": "Template ({n}) | Templates ({n})",
1815
+ "setHome": "Set as home template"
1816
+ },
1817
+ "CTemplateAccessInfo": {
1818
+ "more": "and {n} more",
1819
+ "title": "Template ({n}) | Templates ({n})"
1820
+ },
1813
1821
  "CGroupsAccessInfo": {
1814
1822
  "more": "and {n} more",
1815
1823
  "title": "Group ({n}) | Groups ({n})"
@@ -2802,4 +2810,4 @@
2802
2810
  "invalidNumber": "Invalid number"
2803
2811
  }
2804
2812
  }
2805
- }
2813
+ }
package/locale/es.json CHANGED
@@ -1810,6 +1810,14 @@
1810
1810
  "primaryActiontext": "Seleccionar archivos",
1811
1811
  "select": "Seleccionar"
1812
1812
  },
1813
+ "CTemplateAccessManage": {
1814
+ "templates": "Plantilla ({n}) | Plantillas ({n})",
1815
+ "setHome": "Establecer como plantilla de inicio"
1816
+ },
1817
+ "CTemplateAccessInfo": {
1818
+ "more": "y {n} más",
1819
+ "title": "Plantilla ({n}) | Plantillas ({n})"
1820
+ },
1813
1821
  "CGroupsAccessInfo": {
1814
1822
  "more": "y {n} más",
1815
1823
  "title": "Grupo ({n}) | Grupos ({n})"
@@ -2802,4 +2810,4 @@
2802
2810
  "invalidNumber": "Número inválido"
2803
2811
  }
2804
2812
  }
2805
- }
2813
+ }
package/locale/fr.json CHANGED
@@ -1810,6 +1810,14 @@
1810
1810
  "primaryActiontext": "Sélectionner des fichiers",
1811
1811
  "select": "Sélectionner"
1812
1812
  },
1813
+ "CTemplateAccessManage": {
1814
+ "templates": "Modèle ({n}) | Modèles ({n})",
1815
+ "setHome": "Définir comme modèle d'accueil"
1816
+ },
1817
+ "CTemplateAccessInfo": {
1818
+ "more": "et {n} autres",
1819
+ "title": "Modèle ({n}) | Modèles ({n})"
1820
+ },
1813
1821
  "CGroupsAccessInfo": {
1814
1822
  "more": "et {n} autres",
1815
1823
  "title": "Groupe ({n}) | Groupes ({n})"
@@ -2802,4 +2810,4 @@
2802
2810
  "invalidNumber": "Nombre invalide"
2803
2811
  }
2804
2812
  }
2805
- }
2813
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pitcher/canvas-ui",
3
- "version": "2025.12.9-130331-beta",
3
+ "version": "2025.12.9-130905-beta",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"