@genesislcap/foundation-ui 14.387.1 → 14.388.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.
@@ -2255,6 +2255,188 @@
2255
2255
  }
2256
2256
  ]
2257
2257
  },
2258
+ {
2259
+ "kind": "javascript-module",
2260
+ "path": "src/accordion/accordion.styles.ts",
2261
+ "declarations": [
2262
+ {
2263
+ "kind": "function",
2264
+ "name": "foundationAccordionStyles",
2265
+ "return": {
2266
+ "type": {
2267
+ "text": "ElementStyles"
2268
+ }
2269
+ },
2270
+ "parameters": [
2271
+ {
2272
+ "name": "context",
2273
+ "type": {
2274
+ "text": "ElementDefinitionContext"
2275
+ }
2276
+ },
2277
+ {
2278
+ "name": "definition",
2279
+ "type": {
2280
+ "text": "FoundationElementDefinition"
2281
+ }
2282
+ }
2283
+ ]
2284
+ }
2285
+ ],
2286
+ "exports": [
2287
+ {
2288
+ "kind": "js",
2289
+ "name": "foundationAccordionStyles",
2290
+ "declaration": {
2291
+ "name": "foundationAccordionStyles",
2292
+ "module": "src/accordion/accordion.styles.ts"
2293
+ }
2294
+ }
2295
+ ]
2296
+ },
2297
+ {
2298
+ "kind": "javascript-module",
2299
+ "path": "src/accordion/accordion.template.ts",
2300
+ "declarations": [
2301
+ {
2302
+ "kind": "function",
2303
+ "name": "foundationAccordionTemplate",
2304
+ "return": {
2305
+ "type": {
2306
+ "text": "ViewTemplate<Accordion>"
2307
+ }
2308
+ },
2309
+ "parameters": [
2310
+ {
2311
+ "name": "context",
2312
+ "type": {
2313
+ "text": "ElementDefinitionContext"
2314
+ }
2315
+ },
2316
+ {
2317
+ "name": "definition",
2318
+ "type": {
2319
+ "text": "FoundationElementDefinition"
2320
+ }
2321
+ }
2322
+ ]
2323
+ }
2324
+ ],
2325
+ "exports": [
2326
+ {
2327
+ "kind": "js",
2328
+ "name": "foundationAccordionTemplate",
2329
+ "declaration": {
2330
+ "name": "foundationAccordionTemplate",
2331
+ "module": "src/accordion/accordion.template.ts"
2332
+ }
2333
+ }
2334
+ ]
2335
+ },
2336
+ {
2337
+ "kind": "javascript-module",
2338
+ "path": "src/accordion/accordion.ts",
2339
+ "declarations": [
2340
+ {
2341
+ "kind": "class",
2342
+ "description": "",
2343
+ "name": "Accordion",
2344
+ "superclass": {
2345
+ "name": "FASTAccordion",
2346
+ "package": "@microsoft/fast-foundation"
2347
+ },
2348
+ "tagName": "%%prefix%%-accordion",
2349
+ "customElement": true
2350
+ },
2351
+ {
2352
+ "kind": "variable",
2353
+ "name": "foundationAccordionShadowOptions",
2354
+ "type": {
2355
+ "text": "ShadowRootInit"
2356
+ },
2357
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2358
+ },
2359
+ {
2360
+ "kind": "variable",
2361
+ "name": "defaultAccordionConfig",
2362
+ "type": {
2363
+ "text": "object"
2364
+ },
2365
+ "default": "{}"
2366
+ },
2367
+ {
2368
+ "kind": "variable",
2369
+ "name": "foundationAccordion",
2370
+ "description": "The Foundation Accordion",
2371
+ "privacy": "public"
2372
+ }
2373
+ ],
2374
+ "exports": [
2375
+ {
2376
+ "kind": "js",
2377
+ "name": "Accordion",
2378
+ "declaration": {
2379
+ "name": "Accordion",
2380
+ "module": "src/accordion/accordion.ts"
2381
+ }
2382
+ },
2383
+ {
2384
+ "kind": "js",
2385
+ "name": "foundationAccordionShadowOptions",
2386
+ "declaration": {
2387
+ "name": "foundationAccordionShadowOptions",
2388
+ "module": "src/accordion/accordion.ts"
2389
+ }
2390
+ },
2391
+ {
2392
+ "kind": "js",
2393
+ "name": "defaultAccordionConfig",
2394
+ "declaration": {
2395
+ "name": "defaultAccordionConfig",
2396
+ "module": "src/accordion/accordion.ts"
2397
+ }
2398
+ },
2399
+ {
2400
+ "kind": "js",
2401
+ "name": "foundationAccordion",
2402
+ "declaration": {
2403
+ "name": "foundationAccordion",
2404
+ "module": "src/accordion/accordion.ts"
2405
+ }
2406
+ }
2407
+ ]
2408
+ },
2409
+ {
2410
+ "kind": "javascript-module",
2411
+ "path": "src/accordion/index.ts",
2412
+ "declarations": [],
2413
+ "exports": [
2414
+ {
2415
+ "kind": "js",
2416
+ "name": "*",
2417
+ "declaration": {
2418
+ "name": "*",
2419
+ "package": "./accordion.template"
2420
+ }
2421
+ },
2422
+ {
2423
+ "kind": "js",
2424
+ "name": "*",
2425
+ "declaration": {
2426
+ "name": "*",
2427
+ "package": "./accordion.styles"
2428
+ }
2429
+ },
2430
+ {
2431
+ "kind": "js",
2432
+ "name": "*",
2433
+ "declaration": {
2434
+ "name": "*",
2435
+ "package": "./accordion"
2436
+ }
2437
+ }
2438
+ ]
2439
+ },
2258
2440
  {
2259
2441
  "kind": "javascript-module",
2260
2442
  "path": "src/anchor/anchor.styles.ts",
@@ -2775,188 +2957,6 @@
2775
2957
  }
2776
2958
  ]
2777
2959
  },
2778
- {
2779
- "kind": "javascript-module",
2780
- "path": "src/accordion/accordion.styles.ts",
2781
- "declarations": [
2782
- {
2783
- "kind": "function",
2784
- "name": "foundationAccordionStyles",
2785
- "return": {
2786
- "type": {
2787
- "text": "ElementStyles"
2788
- }
2789
- },
2790
- "parameters": [
2791
- {
2792
- "name": "context",
2793
- "type": {
2794
- "text": "ElementDefinitionContext"
2795
- }
2796
- },
2797
- {
2798
- "name": "definition",
2799
- "type": {
2800
- "text": "FoundationElementDefinition"
2801
- }
2802
- }
2803
- ]
2804
- }
2805
- ],
2806
- "exports": [
2807
- {
2808
- "kind": "js",
2809
- "name": "foundationAccordionStyles",
2810
- "declaration": {
2811
- "name": "foundationAccordionStyles",
2812
- "module": "src/accordion/accordion.styles.ts"
2813
- }
2814
- }
2815
- ]
2816
- },
2817
- {
2818
- "kind": "javascript-module",
2819
- "path": "src/accordion/accordion.template.ts",
2820
- "declarations": [
2821
- {
2822
- "kind": "function",
2823
- "name": "foundationAccordionTemplate",
2824
- "return": {
2825
- "type": {
2826
- "text": "ViewTemplate<Accordion>"
2827
- }
2828
- },
2829
- "parameters": [
2830
- {
2831
- "name": "context",
2832
- "type": {
2833
- "text": "ElementDefinitionContext"
2834
- }
2835
- },
2836
- {
2837
- "name": "definition",
2838
- "type": {
2839
- "text": "FoundationElementDefinition"
2840
- }
2841
- }
2842
- ]
2843
- }
2844
- ],
2845
- "exports": [
2846
- {
2847
- "kind": "js",
2848
- "name": "foundationAccordionTemplate",
2849
- "declaration": {
2850
- "name": "foundationAccordionTemplate",
2851
- "module": "src/accordion/accordion.template.ts"
2852
- }
2853
- }
2854
- ]
2855
- },
2856
- {
2857
- "kind": "javascript-module",
2858
- "path": "src/accordion/accordion.ts",
2859
- "declarations": [
2860
- {
2861
- "kind": "class",
2862
- "description": "",
2863
- "name": "Accordion",
2864
- "superclass": {
2865
- "name": "FASTAccordion",
2866
- "package": "@microsoft/fast-foundation"
2867
- },
2868
- "tagName": "%%prefix%%-accordion",
2869
- "customElement": true
2870
- },
2871
- {
2872
- "kind": "variable",
2873
- "name": "foundationAccordionShadowOptions",
2874
- "type": {
2875
- "text": "ShadowRootInit"
2876
- },
2877
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2878
- },
2879
- {
2880
- "kind": "variable",
2881
- "name": "defaultAccordionConfig",
2882
- "type": {
2883
- "text": "object"
2884
- },
2885
- "default": "{}"
2886
- },
2887
- {
2888
- "kind": "variable",
2889
- "name": "foundationAccordion",
2890
- "description": "The Foundation Accordion",
2891
- "privacy": "public"
2892
- }
2893
- ],
2894
- "exports": [
2895
- {
2896
- "kind": "js",
2897
- "name": "Accordion",
2898
- "declaration": {
2899
- "name": "Accordion",
2900
- "module": "src/accordion/accordion.ts"
2901
- }
2902
- },
2903
- {
2904
- "kind": "js",
2905
- "name": "foundationAccordionShadowOptions",
2906
- "declaration": {
2907
- "name": "foundationAccordionShadowOptions",
2908
- "module": "src/accordion/accordion.ts"
2909
- }
2910
- },
2911
- {
2912
- "kind": "js",
2913
- "name": "defaultAccordionConfig",
2914
- "declaration": {
2915
- "name": "defaultAccordionConfig",
2916
- "module": "src/accordion/accordion.ts"
2917
- }
2918
- },
2919
- {
2920
- "kind": "js",
2921
- "name": "foundationAccordion",
2922
- "declaration": {
2923
- "name": "foundationAccordion",
2924
- "module": "src/accordion/accordion.ts"
2925
- }
2926
- }
2927
- ]
2928
- },
2929
- {
2930
- "kind": "javascript-module",
2931
- "path": "src/accordion/index.ts",
2932
- "declarations": [],
2933
- "exports": [
2934
- {
2935
- "kind": "js",
2936
- "name": "*",
2937
- "declaration": {
2938
- "name": "*",
2939
- "package": "./accordion.template"
2940
- }
2941
- },
2942
- {
2943
- "kind": "js",
2944
- "name": "*",
2945
- "declaration": {
2946
- "name": "*",
2947
- "package": "./accordion.styles"
2948
- }
2949
- },
2950
- {
2951
- "kind": "js",
2952
- "name": "*",
2953
- "declaration": {
2954
- "name": "*",
2955
- "package": "./accordion"
2956
- }
2957
- }
2958
- ]
2959
- },
2960
2960
  {
2961
2961
  "kind": "javascript-module",
2962
2962
  "path": "src/anchored-region/anchor-region.template.ts",
@@ -1 +1 @@
1
- {"version":3,"file":"scheduler-cron-builder.template.d.ts","sourceRoot":"","sources":["../../../src/scheduler-cron-builder/scheduler-cron-builder.template.ts"],"names":[],"mappings":"AAEA,OAAO,gBAAgB,CAAC;AAIxB,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAwPrE,eAAO,MAAM,sBAAsB,GAAI,QAAQ,MAAM,8EA2DpD,CAAC;AACF,eAAO,MAAM,sCAAsC,2EAElD,CAAC"}
1
+ {"version":3,"file":"scheduler-cron-builder.template.d.ts","sourceRoot":"","sources":["../../../src/scheduler-cron-builder/scheduler-cron-builder.template.ts"],"names":[],"mappings":"AAEA,OAAO,gBAAgB,CAAC;AAIxB,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAsPrE,eAAO,MAAM,sBAAsB,GAAI,QAAQ,MAAM,8EA2DpD,CAAC;AACF,eAAO,MAAM,sCAAsC,2EAElD,CAAC"}
@@ -1,4 +1,4 @@
1
- import { sync } from '@genesislcap/foundation-utils';
1
+ import { avoidTreeShaking, sync } from '@genesislcap/foundation-utils';
2
2
  import { html, repeat, when } from '@microsoft/fast-element';
3
3
  import '../multiselect';
4
4
  import { getPrefix, tooltip } from '../utils';
@@ -7,9 +7,7 @@ import { MonthlyYearlyRecurrence } from './monthly-yearly-recurrence/monthly-yea
7
7
  import { HOURS_MULTISELECT_TOOLTIP, HOURLY_MODE_TOOLTIP, MINUTES_DURING_TOOLTIP, RECURRENCE_TOOLTIP, } from './scheduler-cron-builder.tooltips';
8
8
  import { MAX_HOURS, MAX_MINS_SEC, MAX_MINUTE_RECURRENCE, RecurrenceType } from './types';
9
9
  import { WeeklyRecurrence } from './weekly-recurrence/weekly-recurrence';
10
- DailyRecurrence;
11
- WeeklyRecurrence;
12
- MonthlyYearlyRecurrence;
10
+ avoidTreeShaking(DailyRecurrence, WeeklyRecurrence, MonthlyYearlyRecurrence);
13
11
  const dailyTemplate = (prefix, model) => html `
14
12
  <daily-recurrence
15
13
  :prefix=${() => prefix}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-ui",
3
3
  "description": "Genesis Foundation UI",
4
- "version": "14.387.1",
4
+ "version": "14.388.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -83,13 +83,13 @@
83
83
  }
84
84
  },
85
85
  "devDependencies": {
86
- "@genesislcap/foundation-testing": "14.387.1",
87
- "@genesislcap/genx": "14.387.1",
88
- "@genesislcap/rollup-builder": "14.387.1",
89
- "@genesislcap/ts-builder": "14.387.1",
90
- "@genesislcap/uvu-playwright-builder": "14.387.1",
91
- "@genesislcap/vite-builder": "14.387.1",
92
- "@genesislcap/webpack-builder": "14.387.1",
86
+ "@genesislcap/foundation-testing": "14.388.0",
87
+ "@genesislcap/genx": "14.388.0",
88
+ "@genesislcap/rollup-builder": "14.388.0",
89
+ "@genesislcap/ts-builder": "14.388.0",
90
+ "@genesislcap/uvu-playwright-builder": "14.388.0",
91
+ "@genesislcap/vite-builder": "14.388.0",
92
+ "@genesislcap/webpack-builder": "14.388.0",
93
93
  "copyfiles": "^2.4.1"
94
94
  },
95
95
  "dependencies": {
@@ -98,15 +98,15 @@
98
98
  "@fortawesome/free-regular-svg-icons": "^6.2.1",
99
99
  "@fortawesome/free-solid-svg-icons": "^6.2.1",
100
100
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
101
- "@genesislcap/expression-builder": "14.387.1",
102
- "@genesislcap/foundation-comms": "14.387.1",
103
- "@genesislcap/foundation-criteria": "14.387.1",
104
- "@genesislcap/foundation-errors": "14.387.1",
105
- "@genesislcap/foundation-events": "14.387.1",
106
- "@genesislcap/foundation-logger": "14.387.1",
107
- "@genesislcap/foundation-notifications": "14.387.1",
108
- "@genesislcap/foundation-user": "14.387.1",
109
- "@genesislcap/foundation-utils": "14.387.1",
101
+ "@genesislcap/expression-builder": "14.388.0",
102
+ "@genesislcap/foundation-comms": "14.388.0",
103
+ "@genesislcap/foundation-criteria": "14.388.0",
104
+ "@genesislcap/foundation-errors": "14.388.0",
105
+ "@genesislcap/foundation-events": "14.388.0",
106
+ "@genesislcap/foundation-logger": "14.388.0",
107
+ "@genesislcap/foundation-notifications": "14.388.0",
108
+ "@genesislcap/foundation-user": "14.388.0",
109
+ "@genesislcap/foundation-utils": "14.388.0",
110
110
  "@microsoft/fast-colors": "5.3.1",
111
111
  "@microsoft/fast-components": "2.30.6",
112
112
  "@microsoft/fast-element": "1.14.0",
@@ -128,5 +128,5 @@
128
128
  "access": "public"
129
129
  },
130
130
  "customElements": "dist/custom-elements.json",
131
- "gitHead": "754f423962e6ff9eec79df7c3cab4df32bcbbeef"
131
+ "gitHead": "f89254b450f163535a403149dd4c0631641115d3"
132
132
  }