@girs/gsf-1 1.0.0-3.2.7 → 1.0.0-3.2.8

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/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  ![downloads/week](https://img.shields.io/npm/dw/@girs/gsf-1)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for Gsf-1, generated from library version 1.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.7.
8
+ GJS TypeScript type definitions for Gsf-1, generated from library version 1.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.8.
9
9
 
10
10
 
11
11
  ## Install
@@ -0,0 +1,2 @@
1
+ export {}
2
+
@@ -0,0 +1,3 @@
1
+ const gi = globalThis.imports?.gi || {};
2
+ export default gi;
3
+
package/gsf-1.d.cts CHANGED
@@ -1293,9 +1293,8 @@ export module InfileZip {
1293
1293
 
1294
1294
  // Own constructor properties of Gsf-1.Gsf.InfileZip
1295
1295
 
1296
- internal_parent?: InfileZip | null
1297
- source?: Input | null
1298
1296
  internalParent?: InfileZip | null
1297
+ source?: Input | null
1299
1298
  }
1300
1299
 
1301
1300
  }
@@ -1304,15 +1303,10 @@ export interface InfileZip {
1304
1303
 
1305
1304
  // Own properties of Gsf-1.Gsf.InfileZip
1306
1305
 
1307
- /**
1308
- * Controls the level of compression used for new members.
1309
- */
1310
- readonly compression_level: number
1311
1306
  /**
1312
1307
  * Controls the level of compression used for new members.
1313
1308
  */
1314
1309
  readonly compressionLevel: number
1315
- readonly internal_parent: InfileZip
1316
1310
  readonly internalParent: InfileZip
1317
1311
  readonly source: Input
1318
1312
  readonly zip64: boolean
@@ -1583,7 +1577,6 @@ export module InputGZip {
1583
1577
 
1584
1578
  raw?: boolean | null
1585
1579
  source?: Input | null
1586
- uncompressed_size?: number | null
1587
1580
  uncompressedSize?: number | null
1588
1581
  }
1589
1582
 
@@ -1595,7 +1588,6 @@ export interface InputGZip {
1595
1588
 
1596
1589
  readonly raw: boolean
1597
1590
  readonly source: Input
1598
- readonly uncompressed_size: number
1599
1591
  readonly uncompressedSize: number
1600
1592
 
1601
1593
  // Class property signals of Gsf-1.Gsf.InputGZip
@@ -1710,9 +1702,8 @@ export module InputHTTP {
1710
1702
 
1711
1703
  // Own constructor properties of Gsf-1.Gsf.InputHTTP
1712
1704
 
1713
- content_type?: string | null
1714
- url?: string | null
1715
1705
  contentType?: string | null
1706
+ url?: string | null
1716
1707
  }
1717
1708
 
1718
1709
  }
@@ -1721,7 +1712,6 @@ export interface InputHTTP {
1721
1712
 
1722
1713
  // Own properties of Gsf-1.Gsf.InputHTTP
1723
1714
 
1724
- readonly content_type: string | null
1725
1715
  readonly contentType: string | null
1726
1716
  readonly url: string | null
1727
1717
 
@@ -2035,7 +2025,6 @@ export module ODFOut {
2035
2025
 
2036
2026
  // Own constructor properties of Gsf-1.Gsf.ODFOut
2037
2027
 
2038
- odf_version?: number | null
2039
2028
  odfVersion?: number | null
2040
2029
  }
2041
2030
 
@@ -2045,7 +2034,6 @@ export interface ODFOut {
2045
2034
 
2046
2035
  // Own properties of Gsf-1.Gsf.ODFOut
2047
2036
 
2048
- readonly odf_version: number
2049
2037
  readonly odfVersion: number
2050
2038
 
2051
2039
  // Own fields of Gsf-1.Gsf.ODFOut
@@ -2162,10 +2150,8 @@ export module OutfileMSOle {
2162
2150
 
2163
2151
  // Own constructor properties of Gsf-1.Gsf.OutfileMSOle
2164
2152
 
2165
- big_block_size?: number | null
2166
- sink?: Output | null
2167
- small_block_size?: number | null
2168
2153
  bigBlockSize?: number | null
2154
+ sink?: Output | null
2169
2155
  smallBlockSize?: number | null
2170
2156
  }
2171
2157
 
@@ -2175,10 +2161,8 @@ export interface OutfileMSOle {
2175
2161
 
2176
2162
  // Own properties of Gsf-1.Gsf.OutfileMSOle
2177
2163
 
2178
- readonly big_block_size: number
2179
2164
  readonly bigBlockSize: number
2180
2165
  readonly sink: Output
2181
- readonly small_block_size: number
2182
2166
  readonly smallBlockSize: number
2183
2167
 
2184
2168
  // Owm methods of Gsf-1.Gsf.OutfileMSOle
@@ -2272,11 +2256,9 @@ export module OutfileOpenPkg {
2272
2256
 
2273
2257
  // Own constructor properties of Gsf-1.Gsf.OutfileOpenPkg
2274
2258
 
2275
- content_type?: string | null
2276
- is_dir?: boolean | null
2277
- sink?: Outfile | null
2278
2259
  contentType?: string | null
2279
2260
  isDir?: boolean | null
2261
+ sink?: Outfile | null
2280
2262
  }
2281
2263
 
2282
2264
  }
@@ -2285,9 +2267,7 @@ export interface OutfileOpenPkg {
2285
2267
 
2286
2268
  // Own properties of Gsf-1.Gsf.OutfileOpenPkg
2287
2269
 
2288
- readonly content_type: string | null
2289
2270
  readonly contentType: string | null
2290
- readonly is_dir: boolean
2291
2271
  readonly isDir: boolean
2292
2272
  readonly sink: Outfile
2293
2273
 
@@ -2424,14 +2404,11 @@ export module OutfileZip {
2424
2404
 
2425
2405
  // Own constructor properties of Gsf-1.Gsf.OutfileZip
2426
2406
 
2427
- compression_level?: number | null
2428
- deflate_level?: number | null
2429
- entry_name?: string | null
2430
- sink?: Output | null
2431
- zip64?: number | null
2432
2407
  compressionLevel?: number | null
2433
2408
  deflateLevel?: number | null
2434
2409
  entryName?: string | null
2410
+ sink?: Output | null
2411
+ zip64?: number | null
2435
2412
  }
2436
2413
 
2437
2414
  }
@@ -2440,11 +2417,8 @@ export interface OutfileZip {
2440
2417
 
2441
2418
  // Own properties of Gsf-1.Gsf.OutfileZip
2442
2419
 
2443
- readonly compression_level: number
2444
2420
  readonly compressionLevel: number
2445
- readonly deflate_level: number
2446
2421
  readonly deflateLevel: number
2447
- readonly entry_name: string | null
2448
2422
  readonly entryName: string | null
2449
2423
  readonly sink: Output
2450
2424
  readonly zip64: number
@@ -2782,14 +2756,11 @@ export module OutputCsv {
2782
2756
 
2783
2757
  eol?: string | null
2784
2758
  quote?: string | null
2785
- quoting_mode?: OutputCsvQuotingMode | null
2786
- quoting_on_whitespace?: boolean | null
2787
- quoting_triggers?: string | null
2788
- separator?: string | null
2789
- sink?: Output | null
2790
2759
  quotingMode?: OutputCsvQuotingMode | null
2791
2760
  quotingOnWhitespace?: boolean | null
2792
2761
  quotingTriggers?: string | null
2762
+ separator?: string | null
2763
+ sink?: Output | null
2793
2764
  }
2794
2765
 
2795
2766
  }
@@ -2799,7 +2770,6 @@ export interface OutputCsv {
2799
2770
  // Own properties of Gsf-1.Gsf.OutputCsv
2800
2771
 
2801
2772
  quotingMode: OutputCsvQuotingMode
2802
- quoting_on_whitespace: boolean
2803
2773
  quotingOnWhitespace: boolean
2804
2774
  quotingTriggers: string | null
2805
2775
 
@@ -2873,10 +2843,9 @@ export module OutputGZip {
2873
2843
 
2874
2844
  // Own constructor properties of Gsf-1.Gsf.OutputGZip
2875
2845
 
2876
- deflate_level?: number | null
2846
+ deflateLevel?: number | null
2877
2847
  raw?: boolean | null
2878
2848
  sink?: Output | null
2879
- deflateLevel?: number | null
2880
2849
  }
2881
2850
 
2882
2851
  }
@@ -2885,7 +2854,6 @@ export interface OutputGZip {
2885
2854
 
2886
2855
  // Own properties of Gsf-1.Gsf.OutputGZip
2887
2856
 
2888
- deflate_level: number
2889
2857
  deflateLevel: number
2890
2858
  readonly raw: boolean
2891
2859
  readonly sink: Output
@@ -3054,11 +3022,9 @@ export module OutputIconv {
3054
3022
  * in the target encoding. NULL means use \u1234 or \U12345678 format.
3055
3023
  */
3056
3024
  fallback?: string | null
3057
- input_charset?: string | null
3058
- output_charset?: string | null
3059
- sink?: Output | null
3060
3025
  inputCharset?: string | null
3061
3026
  outputCharset?: string | null
3027
+ sink?: Output | null
3062
3028
  }
3063
3029
 
3064
3030
  }
@@ -3073,9 +3039,7 @@ export interface OutputIconv {
3073
3039
  * in the target encoding. NULL means use \u1234 or \U12345678 format.
3074
3040
  */
3075
3041
  fallback: string | null
3076
- readonly input_charset: string | null
3077
3042
  readonly inputCharset: string | null
3078
- readonly output_charset: string | null
3079
3043
  readonly outputCharset: string | null
3080
3044
  readonly sink: Output
3081
3045
 
@@ -3351,9 +3315,8 @@ export module XMLOut {
3351
3315
 
3352
3316
  // Own constructor properties of Gsf-1.Gsf.XMLOut
3353
3317
 
3354
- pretty_print?: boolean | null
3355
- sink?: Output | null
3356
3318
  prettyPrint?: boolean | null
3319
+ sink?: Output | null
3357
3320
  }
3358
3321
 
3359
3322
  }
@@ -3362,7 +3325,6 @@ export interface XMLOut {
3362
3325
 
3363
3326
  // Own properties of Gsf-1.Gsf.XMLOut
3364
3327
 
3365
- pretty_print: boolean
3366
3328
  prettyPrint: boolean
3367
3329
  readonly sink: Output
3368
3330
 
package/gsf-1.d.ts CHANGED
@@ -1295,9 +1295,8 @@ module InfileZip {
1295
1295
 
1296
1296
  // Own constructor properties of Gsf-1.Gsf.InfileZip
1297
1297
 
1298
- internal_parent?: InfileZip | null
1299
- source?: Input | null
1300
1298
  internalParent?: InfileZip | null
1299
+ source?: Input | null
1301
1300
  }
1302
1301
 
1303
1302
  }
@@ -1306,15 +1305,10 @@ interface InfileZip {
1306
1305
 
1307
1306
  // Own properties of Gsf-1.Gsf.InfileZip
1308
1307
 
1309
- /**
1310
- * Controls the level of compression used for new members.
1311
- */
1312
- readonly compression_level: number
1313
1308
  /**
1314
1309
  * Controls the level of compression used for new members.
1315
1310
  */
1316
1311
  readonly compressionLevel: number
1317
- readonly internal_parent: InfileZip
1318
1312
  readonly internalParent: InfileZip
1319
1313
  readonly source: Input
1320
1314
  readonly zip64: boolean
@@ -1585,7 +1579,6 @@ module InputGZip {
1585
1579
 
1586
1580
  raw?: boolean | null
1587
1581
  source?: Input | null
1588
- uncompressed_size?: number | null
1589
1582
  uncompressedSize?: number | null
1590
1583
  }
1591
1584
 
@@ -1597,7 +1590,6 @@ interface InputGZip {
1597
1590
 
1598
1591
  readonly raw: boolean
1599
1592
  readonly source: Input
1600
- readonly uncompressed_size: number
1601
1593
  readonly uncompressedSize: number
1602
1594
 
1603
1595
  // Class property signals of Gsf-1.Gsf.InputGZip
@@ -1712,9 +1704,8 @@ module InputHTTP {
1712
1704
 
1713
1705
  // Own constructor properties of Gsf-1.Gsf.InputHTTP
1714
1706
 
1715
- content_type?: string | null
1716
- url?: string | null
1717
1707
  contentType?: string | null
1708
+ url?: string | null
1718
1709
  }
1719
1710
 
1720
1711
  }
@@ -1723,7 +1714,6 @@ interface InputHTTP {
1723
1714
 
1724
1715
  // Own properties of Gsf-1.Gsf.InputHTTP
1725
1716
 
1726
- readonly content_type: string | null
1727
1717
  readonly contentType: string | null
1728
1718
  readonly url: string | null
1729
1719
 
@@ -2037,7 +2027,6 @@ module ODFOut {
2037
2027
 
2038
2028
  // Own constructor properties of Gsf-1.Gsf.ODFOut
2039
2029
 
2040
- odf_version?: number | null
2041
2030
  odfVersion?: number | null
2042
2031
  }
2043
2032
 
@@ -2047,7 +2036,6 @@ interface ODFOut {
2047
2036
 
2048
2037
  // Own properties of Gsf-1.Gsf.ODFOut
2049
2038
 
2050
- readonly odf_version: number
2051
2039
  readonly odfVersion: number
2052
2040
 
2053
2041
  // Own fields of Gsf-1.Gsf.ODFOut
@@ -2164,10 +2152,8 @@ module OutfileMSOle {
2164
2152
 
2165
2153
  // Own constructor properties of Gsf-1.Gsf.OutfileMSOle
2166
2154
 
2167
- big_block_size?: number | null
2168
- sink?: Output | null
2169
- small_block_size?: number | null
2170
2155
  bigBlockSize?: number | null
2156
+ sink?: Output | null
2171
2157
  smallBlockSize?: number | null
2172
2158
  }
2173
2159
 
@@ -2177,10 +2163,8 @@ interface OutfileMSOle {
2177
2163
 
2178
2164
  // Own properties of Gsf-1.Gsf.OutfileMSOle
2179
2165
 
2180
- readonly big_block_size: number
2181
2166
  readonly bigBlockSize: number
2182
2167
  readonly sink: Output
2183
- readonly small_block_size: number
2184
2168
  readonly smallBlockSize: number
2185
2169
 
2186
2170
  // Owm methods of Gsf-1.Gsf.OutfileMSOle
@@ -2274,11 +2258,9 @@ module OutfileOpenPkg {
2274
2258
 
2275
2259
  // Own constructor properties of Gsf-1.Gsf.OutfileOpenPkg
2276
2260
 
2277
- content_type?: string | null
2278
- is_dir?: boolean | null
2279
- sink?: Outfile | null
2280
2261
  contentType?: string | null
2281
2262
  isDir?: boolean | null
2263
+ sink?: Outfile | null
2282
2264
  }
2283
2265
 
2284
2266
  }
@@ -2287,9 +2269,7 @@ interface OutfileOpenPkg {
2287
2269
 
2288
2270
  // Own properties of Gsf-1.Gsf.OutfileOpenPkg
2289
2271
 
2290
- readonly content_type: string | null
2291
2272
  readonly contentType: string | null
2292
- readonly is_dir: boolean
2293
2273
  readonly isDir: boolean
2294
2274
  readonly sink: Outfile
2295
2275
 
@@ -2426,14 +2406,11 @@ module OutfileZip {
2426
2406
 
2427
2407
  // Own constructor properties of Gsf-1.Gsf.OutfileZip
2428
2408
 
2429
- compression_level?: number | null
2430
- deflate_level?: number | null
2431
- entry_name?: string | null
2432
- sink?: Output | null
2433
- zip64?: number | null
2434
2409
  compressionLevel?: number | null
2435
2410
  deflateLevel?: number | null
2436
2411
  entryName?: string | null
2412
+ sink?: Output | null
2413
+ zip64?: number | null
2437
2414
  }
2438
2415
 
2439
2416
  }
@@ -2442,11 +2419,8 @@ interface OutfileZip {
2442
2419
 
2443
2420
  // Own properties of Gsf-1.Gsf.OutfileZip
2444
2421
 
2445
- readonly compression_level: number
2446
2422
  readonly compressionLevel: number
2447
- readonly deflate_level: number
2448
2423
  readonly deflateLevel: number
2449
- readonly entry_name: string | null
2450
2424
  readonly entryName: string | null
2451
2425
  readonly sink: Output
2452
2426
  readonly zip64: number
@@ -2784,14 +2758,11 @@ module OutputCsv {
2784
2758
 
2785
2759
  eol?: string | null
2786
2760
  quote?: string | null
2787
- quoting_mode?: OutputCsvQuotingMode | null
2788
- quoting_on_whitespace?: boolean | null
2789
- quoting_triggers?: string | null
2790
- separator?: string | null
2791
- sink?: Output | null
2792
2761
  quotingMode?: OutputCsvQuotingMode | null
2793
2762
  quotingOnWhitespace?: boolean | null
2794
2763
  quotingTriggers?: string | null
2764
+ separator?: string | null
2765
+ sink?: Output | null
2795
2766
  }
2796
2767
 
2797
2768
  }
@@ -2801,7 +2772,6 @@ interface OutputCsv {
2801
2772
  // Own properties of Gsf-1.Gsf.OutputCsv
2802
2773
 
2803
2774
  quotingMode: OutputCsvQuotingMode
2804
- quoting_on_whitespace: boolean
2805
2775
  quotingOnWhitespace: boolean
2806
2776
  quotingTriggers: string | null
2807
2777
 
@@ -2875,10 +2845,9 @@ module OutputGZip {
2875
2845
 
2876
2846
  // Own constructor properties of Gsf-1.Gsf.OutputGZip
2877
2847
 
2878
- deflate_level?: number | null
2848
+ deflateLevel?: number | null
2879
2849
  raw?: boolean | null
2880
2850
  sink?: Output | null
2881
- deflateLevel?: number | null
2882
2851
  }
2883
2852
 
2884
2853
  }
@@ -2887,7 +2856,6 @@ interface OutputGZip {
2887
2856
 
2888
2857
  // Own properties of Gsf-1.Gsf.OutputGZip
2889
2858
 
2890
- deflate_level: number
2891
2859
  deflateLevel: number
2892
2860
  readonly raw: boolean
2893
2861
  readonly sink: Output
@@ -3056,11 +3024,9 @@ module OutputIconv {
3056
3024
  * in the target encoding. NULL means use \u1234 or \U12345678 format.
3057
3025
  */
3058
3026
  fallback?: string | null
3059
- input_charset?: string | null
3060
- output_charset?: string | null
3061
- sink?: Output | null
3062
3027
  inputCharset?: string | null
3063
3028
  outputCharset?: string | null
3029
+ sink?: Output | null
3064
3030
  }
3065
3031
 
3066
3032
  }
@@ -3075,9 +3041,7 @@ interface OutputIconv {
3075
3041
  * in the target encoding. NULL means use \u1234 or \U12345678 format.
3076
3042
  */
3077
3043
  fallback: string | null
3078
- readonly input_charset: string | null
3079
3044
  readonly inputCharset: string | null
3080
- readonly output_charset: string | null
3081
3045
  readonly outputCharset: string | null
3082
3046
  readonly sink: Output
3083
3047
 
@@ -3353,9 +3317,8 @@ module XMLOut {
3353
3317
 
3354
3318
  // Own constructor properties of Gsf-1.Gsf.XMLOut
3355
3319
 
3356
- pretty_print?: boolean | null
3357
- sink?: Output | null
3358
3320
  prettyPrint?: boolean | null
3321
+ sink?: Output | null
3359
3322
  }
3360
3323
 
3361
3324
  }
@@ -3364,7 +3327,6 @@ interface XMLOut {
3364
3327
 
3365
3328
  // Own properties of Gsf-1.Gsf.XMLOut
3366
3329
 
3367
- pretty_print: boolean
3368
3330
  prettyPrint: boolean
3369
3331
  readonly sink: Output
3370
3332
 
package/package.json CHANGED
@@ -1,13 +1,19 @@
1
1
  {
2
2
  "name": "@girs/gsf-1",
3
- "version": "1.0.0-3.2.7",
3
+ "version": "1.0.0-3.2.8",
4
4
  "description": "GJS TypeScript type definitions for Gsf-1, generated from library version 1.0.0",
5
5
  "type": "module",
6
6
  "module": "gsf-1.js",
7
7
  "main": "gsf-1.js",
8
8
  "exports": {
9
- "./ambient": "./gsf-1-ambient.d.ts",
10
- "./import": "./gsf-1-import.d.ts",
9
+ "./ambient": {
10
+ "types": "./gsf-1-ambient.d.ts",
11
+ "default": "./gsf-1-ambient.js"
12
+ },
13
+ "./import": {
14
+ "types": "./gsf-1-import.d.ts",
15
+ "default": "./gsf-1-import.js"
16
+ },
11
17
  ".": {
12
18
  "import": {
13
19
  "types": "./gsf-1.d.ts",
@@ -25,11 +31,11 @@
25
31
  "test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit gsf-1.d.cts"
26
32
  },
27
33
  "dependencies": {
28
- "@girs/gio-2.0": "^2.78.0-3.2.7",
29
- "@girs/gjs": "^3.2.7",
30
- "@girs/glib-2.0": "^2.78.0-3.2.7",
31
- "@girs/gobject-2.0": "^2.78.0-3.2.7",
32
- "@girs/libxml2-2.0": "^2.0.0-3.2.7"
34
+ "@girs/gio-2.0": "^2.77.0-3.2.8",
35
+ "@girs/gjs": "^3.2.8",
36
+ "@girs/glib-2.0": "^2.77.0-3.2.8",
37
+ "@girs/gobject-2.0": "^2.77.0-3.2.8",
38
+ "@girs/libxml2-2.0": "^2.0.0-3.2.8"
33
39
  },
34
40
  "devDependencies": {
35
41
  "typescript": "*"
@@ -46,7 +52,7 @@
46
52
  "license": "MIT",
47
53
  "repository": {
48
54
  "type": "git",
49
- "url": "git+https://github.com/gjsify/types.git"
55
+ "url": "git+https://github.com/gjsify/ts-for-gir.git"
50
56
  },
51
57
  "bugs": {
52
58
  "url": "https://github.com/gjsify/ts-for-gir/issues"