@lofcz/pptist 2.0.6 → 2.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.
@@ -1,4 +1,5 @@
1
1
  import { type CSSProperties } from 'vue';
2
+ import 'overlayscrollbars/overlayscrollbars.css';
2
3
  interface TabItem {
3
4
  key: string;
4
5
  label: string;
@@ -3579,6 +3579,44 @@ export type NamespaceEditorTranslation = {
3579
3579
  */
3580
3580
  end: string;
3581
3581
  };
3582
+ placeholderText: {
3583
+ /**
3584
+ * T​e​m​p​l​a​t​e​ ​c​o​v​e​r​ ​t​i​t​l​e
3585
+ */
3586
+ coverTitle: string;
3587
+ /**
3588
+ * T​e​m​p​l​a​t​e​ ​c​o​v​e​r​ ​s​u​b​t​i​t​l​e
3589
+ */
3590
+ coverSubtitle: string;
3591
+ /**
3592
+ * C​o​n​t​e​n​t​s
3593
+ */
3594
+ contentsTitle: string;
3595
+ /**
3596
+ * S​e​c​t​i​o​n​ ​t​i​t​l​e
3597
+ */
3598
+ sectionTitle: string;
3599
+ /**
3600
+ * T​i​t​l​e​ ​1
3601
+ */
3602
+ title1: string;
3603
+ /**
3604
+ * T​i​t​l​e​ ​2
3605
+ */
3606
+ title2: string;
3607
+ /**
3608
+ * T​i​t​l​e​ ​3
3609
+ */
3610
+ title3: string;
3611
+ /**
3612
+ * T​i​t​l​e​ ​4
3613
+ */
3614
+ title4: string;
3615
+ /**
3616
+ * B​o​d​y​ ​t​e​x​t
3617
+ */
3618
+ bodyText: string;
3619
+ };
3582
3620
  /**
3583
3621
  * I​n​s​e​r​t​ ​a​l​l
3584
3622
  */
@@ -8026,6 +8064,44 @@ export type TranslationFunctions = {
8026
8064
  */
8027
8065
  end: () => LocalizedString;
8028
8066
  };
8067
+ placeholderText: {
8068
+ /**
8069
+ * Template cover title
8070
+ */
8071
+ coverTitle: () => LocalizedString;
8072
+ /**
8073
+ * Template cover subtitle
8074
+ */
8075
+ coverSubtitle: () => LocalizedString;
8076
+ /**
8077
+ * Contents
8078
+ */
8079
+ contentsTitle: () => LocalizedString;
8080
+ /**
8081
+ * Section title
8082
+ */
8083
+ sectionTitle: () => LocalizedString;
8084
+ /**
8085
+ * Title 1
8086
+ */
8087
+ title1: () => LocalizedString;
8088
+ /**
8089
+ * Title 2
8090
+ */
8091
+ title2: () => LocalizedString;
8092
+ /**
8093
+ * Title 3
8094
+ */
8095
+ title3: () => LocalizedString;
8096
+ /**
8097
+ * Title 4
8098
+ */
8099
+ title4: () => LocalizedString;
8100
+ /**
8101
+ * Body text
8102
+ */
8103
+ bodyText: () => LocalizedString;
8104
+ };
8029
8105
  /**
8030
8106
  * Insert all
8031
8107
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lofcz/pptist",
3
- "version": "2.0.6",
3
+ "version": "2.0.7",
4
4
  "description": "PPTist presentation editor embed bundle with a typed agentic bridge.",
5
5
  "type": "module",
6
6
  "main": "dist/embed/pptist-embed.js",
@@ -82,6 +82,7 @@
82
82
  "mitt": "^3.0.1",
83
83
  "nanoid": "^5.0.7",
84
84
  "number-precision": "^1.6.0",
85
+ "overlayscrollbars": "^2.16.0",
85
86
  "pinia": "^3.0.2",
86
87
  "pptxgenjs": "^3.12.0",
87
88
  "pptxtojson": "^2.0.4",