@genesislcap/foundation-ui 14.454.0 → 14.454.1

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.
@@ -932,37 +932,6 @@
932
932
  }
933
933
  ]
934
934
  },
935
- {
936
- "kind": "javascript-module",
937
- "path": "src/_config/index.ts",
938
- "declarations": [],
939
- "exports": [
940
- {
941
- "kind": "js",
942
- "name": "*",
943
- "declaration": {
944
- "name": "*",
945
- "package": "./styles"
946
- }
947
- },
948
- {
949
- "kind": "js",
950
- "name": "*",
951
- "declaration": {
952
- "name": "*",
953
- "package": "./tokens"
954
- }
955
- },
956
- {
957
- "kind": "js",
958
- "name": "*",
959
- "declaration": {
960
- "name": "*",
961
- "package": "./values"
962
- }
963
- }
964
- ]
965
- },
966
935
  {
967
936
  "kind": "javascript-module",
968
937
  "path": "src/_common/affix-mixin.ts",
@@ -1429,6 +1398,37 @@
1429
1398
  }
1430
1399
  ]
1431
1400
  },
1401
+ {
1402
+ "kind": "javascript-module",
1403
+ "path": "src/_config/index.ts",
1404
+ "declarations": [],
1405
+ "exports": [
1406
+ {
1407
+ "kind": "js",
1408
+ "name": "*",
1409
+ "declaration": {
1410
+ "name": "*",
1411
+ "package": "./styles"
1412
+ }
1413
+ },
1414
+ {
1415
+ "kind": "js",
1416
+ "name": "*",
1417
+ "declaration": {
1418
+ "name": "*",
1419
+ "package": "./tokens"
1420
+ }
1421
+ },
1422
+ {
1423
+ "kind": "js",
1424
+ "name": "*",
1425
+ "declaration": {
1426
+ "name": "*",
1427
+ "package": "./values"
1428
+ }
1429
+ }
1430
+ ]
1431
+ },
1432
1432
  {
1433
1433
  "kind": "javascript-module",
1434
1434
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -2993,11 +2993,11 @@
2993
2993
  },
2994
2994
  {
2995
2995
  "kind": "javascript-module",
2996
- "path": "src/accordion/accordion.styles.ts",
2996
+ "path": "src/ai-indicator/ai-indicator.styles.ts",
2997
2997
  "declarations": [
2998
2998
  {
2999
2999
  "kind": "function",
3000
- "name": "foundationAccordionStyles",
3000
+ "name": "foundationAiIndicatorStyles",
3001
3001
  "return": {
3002
3002
  "type": {
3003
3003
  "text": "ElementStyles"
@@ -3022,276 +3022,224 @@
3022
3022
  "exports": [
3023
3023
  {
3024
3024
  "kind": "js",
3025
- "name": "foundationAccordionStyles",
3025
+ "name": "foundationAiIndicatorStyles",
3026
3026
  "declaration": {
3027
- "name": "foundationAccordionStyles",
3028
- "module": "src/accordion/accordion.styles.ts"
3027
+ "name": "foundationAiIndicatorStyles",
3028
+ "module": "src/ai-indicator/ai-indicator.styles.ts"
3029
3029
  }
3030
3030
  }
3031
3031
  ]
3032
3032
  },
3033
3033
  {
3034
3034
  "kind": "javascript-module",
3035
- "path": "src/accordion/accordion.template.ts",
3035
+ "path": "src/ai-indicator/ai-indicator.template.ts",
3036
3036
  "declarations": [
3037
3037
  {
3038
- "kind": "function",
3039
- "name": "foundationAccordionTemplate",
3040
- "return": {
3041
- "type": {
3042
- "text": "ViewTemplate<Accordion>"
3043
- }
3038
+ "kind": "variable",
3039
+ "name": "foundationAiIndicatorTemplate",
3040
+ "type": {
3041
+ "text": "ViewTemplate<AiIndicator>"
3044
3042
  },
3045
- "parameters": [
3046
- {
3047
- "name": "context",
3048
- "type": {
3049
- "text": "ElementDefinitionContext"
3050
- }
3051
- },
3052
- {
3053
- "name": "definition",
3054
- "type": {
3055
- "text": "FoundationElementDefinition"
3056
- }
3057
- }
3058
- ]
3043
+ "default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
3059
3044
  }
3060
3045
  ],
3061
3046
  "exports": [
3062
3047
  {
3063
3048
  "kind": "js",
3064
- "name": "foundationAccordionTemplate",
3049
+ "name": "foundationAiIndicatorTemplate",
3065
3050
  "declaration": {
3066
- "name": "foundationAccordionTemplate",
3067
- "module": "src/accordion/accordion.template.ts"
3051
+ "name": "foundationAiIndicatorTemplate",
3052
+ "module": "src/ai-indicator/ai-indicator.template.ts"
3068
3053
  }
3069
3054
  }
3070
3055
  ]
3071
3056
  },
3072
3057
  {
3073
3058
  "kind": "javascript-module",
3074
- "path": "src/accordion/accordion.ts",
3059
+ "path": "src/ai-indicator/ai-indicator.ts",
3075
3060
  "declarations": [
3076
3061
  {
3077
3062
  "kind": "class",
3078
3063
  "description": "",
3079
- "name": "Accordion",
3080
- "superclass": {
3081
- "name": "FASTAccordion",
3082
- "package": "@microsoft/fast-foundation"
3083
- },
3084
- "tagName": "%%prefix%%-accordion",
3085
- "customElement": true,
3086
- "attributes": [
3064
+ "name": "AiIndicator",
3065
+ "members": [
3087
3066
  {
3088
- "name": "expand-mode",
3067
+ "kind": "field",
3068
+ "name": "providerRegistry",
3089
3069
  "type": {
3090
- "text": "AccordionExpandMode"
3091
- },
3092
- "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
3093
- "fieldName": "expandmode",
3094
- "inheritedFrom": {
3095
- "name": "Accordion",
3096
- "module": "src/accordion/accordion.ts"
3070
+ "text": "AIProviderRegistry"
3097
3071
  }
3098
- }
3099
- ],
3100
- "members": [
3072
+ },
3101
3073
  {
3102
3074
  "kind": "field",
3103
- "name": "expandmode",
3075
+ "name": "aiProvider",
3104
3076
  "type": {
3105
- "text": "AccordionExpandMode"
3077
+ "text": "AIProvider | undefined"
3106
3078
  },
3107
- "privacy": "public",
3108
- "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
3109
- "inheritedFrom": {
3110
- "name": "Accordion",
3111
- "module": "src/accordion/accordion.ts"
3112
- }
3079
+ "privacy": "private",
3080
+ "description": "The indicator reflects status for the registry's default provider only —\nper-agent provider overrides live with the assistant component, not this\ntop-level chrome.",
3081
+ "readonly": true
3113
3082
  },
3114
3083
  {
3115
3084
  "kind": "field",
3116
- "name": "activeid",
3085
+ "name": "status",
3117
3086
  "type": {
3118
- "text": "string | null"
3087
+ "text": "AIStatus | null"
3119
3088
  },
3120
- "privacy": "private",
3121
- "inheritedFrom": {
3122
- "name": "Accordion",
3123
- "module": "src/accordion/accordion.ts"
3124
- }
3089
+ "default": "null"
3125
3090
  },
3126
3091
  {
3127
3092
  "kind": "field",
3128
- "name": "activeItemIndex",
3093
+ "name": "open",
3129
3094
  "type": {
3130
- "text": "number"
3095
+ "text": "boolean"
3131
3096
  },
3132
- "privacy": "private",
3133
- "default": "0",
3134
- "inheritedFrom": {
3135
- "name": "Accordion",
3136
- "module": "src/accordion/accordion.ts"
3137
- }
3097
+ "default": "false"
3138
3098
  },
3139
3099
  {
3140
3100
  "kind": "field",
3141
- "name": "accordionIds",
3101
+ "name": "state",
3142
3102
  "type": {
3143
- "text": "Array<string | null>"
3103
+ "text": "AIIndicatorState"
3144
3104
  },
3145
- "privacy": "private",
3146
- "inheritedFrom": {
3147
- "name": "Accordion",
3148
- "module": "src/accordion/accordion.ts"
3149
- }
3105
+ "default": "'none'"
3150
3106
  },
3151
3107
  {
3152
3108
  "kind": "field",
3153
- "name": "change",
3154
- "privacy": "private",
3155
- "inheritedFrom": {
3156
- "name": "Accordion",
3157
- "module": "src/accordion/accordion.ts"
3158
- }
3109
+ "name": "isInstalling",
3110
+ "type": {
3111
+ "text": "boolean"
3112
+ },
3113
+ "default": "false"
3159
3114
  },
3160
3115
  {
3161
- "kind": "method",
3162
- "name": "findExpandedItem",
3116
+ "kind": "field",
3117
+ "name": "pollTimer",
3118
+ "type": {
3119
+ "text": "ReturnType<typeof setInterval> | null"
3120
+ },
3163
3121
  "privacy": "private",
3164
- "return": {
3165
- "type": {
3166
- "text": "AccordionItem | null"
3167
- }
3122
+ "default": "null"
3123
+ },
3124
+ {
3125
+ "kind": "field",
3126
+ "name": "clickOutside",
3127
+ "privacy": "private"
3128
+ },
3129
+ {
3130
+ "kind": "field",
3131
+ "name": "chromeStatusLabel",
3132
+ "type": {
3133
+ "text": "string | null"
3168
3134
  },
3169
- "inheritedFrom": {
3170
- "name": "Accordion",
3171
- "module": "src/accordion/accordion.ts"
3172
- }
3135
+ "readonly": true
3173
3136
  },
3174
3137
  {
3175
3138
  "kind": "field",
3176
- "name": "setItems",
3177
- "privacy": "private",
3178
- "inheritedFrom": {
3179
- "name": "Accordion",
3180
- "module": "src/accordion/accordion.ts"
3181
- }
3139
+ "name": "canInstall",
3140
+ "type": {
3141
+ "text": "boolean"
3142
+ },
3143
+ "readonly": true
3144
+ },
3145
+ {
3146
+ "kind": "field",
3147
+ "name": "isDownloading",
3148
+ "type": {
3149
+ "text": "boolean"
3150
+ },
3151
+ "readonly": true
3182
3152
  },
3183
3153
  {
3184
3154
  "kind": "method",
3185
- "name": "resetItems",
3186
- "privacy": "private",
3155
+ "name": "openChanged",
3187
3156
  "return": {
3188
3157
  "type": {
3189
3158
  "text": "void"
3190
3159
  }
3191
- },
3192
- "inheritedFrom": {
3193
- "name": "Accordion",
3194
- "module": "src/accordion/accordion.ts"
3195
3160
  }
3196
3161
  },
3197
3162
  {
3198
- "kind": "field",
3199
- "name": "removeItemListeners",
3163
+ "kind": "method",
3164
+ "name": "handleClickOutside",
3200
3165
  "privacy": "private",
3201
- "inheritedFrom": {
3202
- "name": "Accordion",
3203
- "module": "src/accordion/accordion.ts"
3204
- }
3166
+ "parameters": [
3167
+ {
3168
+ "name": "event",
3169
+ "type": {
3170
+ "text": "MouseEvent"
3171
+ }
3172
+ }
3173
+ ]
3205
3174
  },
3206
3175
  {
3207
- "kind": "field",
3208
- "name": "activeItemChange",
3209
- "privacy": "private",
3210
- "inheritedFrom": {
3211
- "name": "Accordion",
3212
- "module": "src/accordion/accordion.ts"
3213
- }
3176
+ "kind": "method",
3177
+ "name": "toggleDropdown"
3214
3178
  },
3215
3179
  {
3216
3180
  "kind": "method",
3217
- "name": "getItemIds",
3218
- "privacy": "private",
3181
+ "name": "refreshStatus",
3219
3182
  "return": {
3220
3183
  "type": {
3221
- "text": "Array<string | null>"
3184
+ "text": "Promise<void>"
3222
3185
  }
3223
- },
3224
- "inheritedFrom": {
3225
- "name": "Accordion",
3226
- "module": "src/accordion/accordion.ts"
3227
3186
  }
3228
3187
  },
3229
3188
  {
3230
3189
  "kind": "method",
3231
- "name": "isSingleExpandMode",
3190
+ "name": "deriveState",
3232
3191
  "privacy": "private",
3233
3192
  "return": {
3234
3193
  "type": {
3235
- "text": "boolean"
3194
+ "text": "AIIndicatorState"
3236
3195
  }
3237
3196
  },
3238
- "inheritedFrom": {
3239
- "name": "Accordion",
3240
- "module": "src/accordion/accordion.ts"
3241
- }
3197
+ "parameters": [
3198
+ {
3199
+ "name": "s",
3200
+ "type": {
3201
+ "text": "AIStatus | null"
3202
+ }
3203
+ }
3204
+ ]
3242
3205
  },
3243
3206
  {
3244
- "kind": "field",
3245
- "name": "handleItemKeyDown",
3207
+ "kind": "method",
3208
+ "name": "maybeStartPolling",
3246
3209
  "privacy": "private",
3247
- "inheritedFrom": {
3248
- "name": "Accordion",
3249
- "module": "src/accordion/accordion.ts"
3210
+ "return": {
3211
+ "type": {
3212
+ "text": "void"
3213
+ }
3250
3214
  }
3251
3215
  },
3252
3216
  {
3253
- "kind": "field",
3254
- "name": "handleItemFocus",
3217
+ "kind": "method",
3218
+ "name": "startPolling",
3255
3219
  "privacy": "private",
3256
- "inheritedFrom": {
3257
- "name": "Accordion",
3258
- "module": "src/accordion/accordion.ts"
3220
+ "return": {
3221
+ "type": {
3222
+ "text": "void"
3223
+ }
3259
3224
  }
3260
3225
  },
3261
3226
  {
3262
3227
  "kind": "method",
3263
- "name": "adjust",
3228
+ "name": "stopPolling",
3264
3229
  "privacy": "private",
3265
3230
  "return": {
3266
3231
  "type": {
3267
3232
  "text": "void"
3268
3233
  }
3269
- },
3270
- "parameters": [
3271
- {
3272
- "name": "adjustment",
3273
- "type": {
3274
- "text": "number"
3275
- }
3276
- }
3277
- ],
3278
- "inheritedFrom": {
3279
- "name": "Accordion",
3280
- "module": "src/accordion/accordion.ts"
3281
3234
  }
3282
3235
  },
3283
3236
  {
3284
3237
  "kind": "method",
3285
- "name": "focusItem",
3286
- "privacy": "private",
3238
+ "name": "onInstall",
3287
3239
  "return": {
3288
3240
  "type": {
3289
- "text": "void"
3241
+ "text": "Promise<void>"
3290
3242
  }
3291
- },
3292
- "inheritedFrom": {
3293
- "name": "Accordion",
3294
- "module": "src/accordion/accordion.ts"
3295
3243
  }
3296
3244
  },
3297
3245
  {
@@ -3406,113 +3354,99 @@
3406
3354
  }
3407
3355
  }
3408
3356
  ],
3409
- "events": [
3410
- {
3411
- "description": "Fires a custom 'change' event when the active item changes",
3412
- "name": "change",
3413
- "inheritedFrom": {
3414
- "name": "Accordion",
3415
- "module": "src/accordion/accordion.ts"
3416
- }
3417
- }
3418
- ]
3419
- },
3420
- {
3421
- "kind": "variable",
3422
- "name": "foundationAccordionShadowOptions",
3423
- "type": {
3424
- "text": "ShadowRootInit"
3425
- },
3426
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
3427
- },
3428
- {
3429
- "kind": "variable",
3430
- "name": "defaultAccordionConfig",
3431
- "type": {
3432
- "text": "object"
3357
+ "superclass": {
3358
+ "name": "FoundationElement",
3359
+ "package": "@microsoft/fast-foundation"
3433
3360
  },
3434
- "default": "{}"
3361
+ "tagName": "%%prefix%%-ai-indicator",
3362
+ "customElement": true
3435
3363
  },
3436
3364
  {
3437
3365
  "kind": "variable",
3438
- "name": "foundationAccordion",
3439
- "description": "The Foundation Accordion",
3440
- "privacy": "public"
3366
+ "name": "foundationAiIndicator"
3441
3367
  }
3442
3368
  ],
3443
3369
  "exports": [
3444
3370
  {
3445
3371
  "kind": "js",
3446
- "name": "Accordion",
3372
+ "name": "AiIndicator",
3447
3373
  "declaration": {
3448
- "name": "Accordion",
3449
- "module": "src/accordion/accordion.ts"
3374
+ "name": "AiIndicator",
3375
+ "module": "src/ai-indicator/ai-indicator.ts"
3450
3376
  }
3451
3377
  },
3452
3378
  {
3453
3379
  "kind": "js",
3454
- "name": "foundationAccordionShadowOptions",
3380
+ "name": "foundationAiIndicator",
3455
3381
  "declaration": {
3456
- "name": "foundationAccordionShadowOptions",
3457
- "module": "src/accordion/accordion.ts"
3382
+ "name": "foundationAiIndicator",
3383
+ "module": "src/ai-indicator/ai-indicator.ts"
3384
+ }
3385
+ }
3386
+ ]
3387
+ },
3388
+ {
3389
+ "kind": "javascript-module",
3390
+ "path": "src/ai-indicator/index.ts",
3391
+ "declarations": [],
3392
+ "exports": [
3393
+ {
3394
+ "kind": "js",
3395
+ "name": "AiIndicator",
3396
+ "declaration": {
3397
+ "name": "AiIndicator",
3398
+ "module": "./ai-indicator"
3458
3399
  }
3459
3400
  },
3460
3401
  {
3461
3402
  "kind": "js",
3462
- "name": "defaultAccordionConfig",
3403
+ "name": "foundationAiIndicator",
3463
3404
  "declaration": {
3464
- "name": "defaultAccordionConfig",
3465
- "module": "src/accordion/accordion.ts"
3405
+ "name": "foundationAiIndicator",
3406
+ "module": "./ai-indicator"
3466
3407
  }
3467
3408
  },
3468
3409
  {
3469
3410
  "kind": "js",
3470
- "name": "foundationAccordion",
3411
+ "name": "type",
3471
3412
  "declaration": {
3472
- "name": "foundationAccordion",
3473
- "module": "src/accordion/accordion.ts"
3413
+ "name": "type",
3414
+ "module": "./ai-indicator"
3474
3415
  }
3475
- }
3476
- ]
3477
- },
3478
- {
3479
- "kind": "javascript-module",
3480
- "path": "src/accordion/index.ts",
3481
- "declarations": [],
3482
- "exports": [
3416
+ },
3483
3417
  {
3484
3418
  "kind": "js",
3485
- "name": "*",
3419
+ "name": "AIIndicatorState",
3486
3420
  "declaration": {
3487
- "name": "*",
3488
- "package": "./accordion.template"
3421
+ "name": "AIIndicatorState",
3422
+ "module": "./ai-indicator"
3489
3423
  }
3490
3424
  },
3491
3425
  {
3492
3426
  "kind": "js",
3493
- "name": "*",
3427
+ "name": "foundationAiIndicatorTemplate",
3494
3428
  "declaration": {
3495
- "name": "*",
3496
- "package": "./accordion.styles"
3429
+ "name": "foundationAiIndicatorTemplate",
3430
+ "module": "./ai-indicator.template"
3497
3431
  }
3498
3432
  },
3499
3433
  {
3500
3434
  "kind": "js",
3501
- "name": "*",
3435
+ "name": "foundationAiIndicatorStyles",
3502
3436
  "declaration": {
3503
- "name": "*",
3504
- "package": "./accordion"
3437
+ "name": "foundationAiIndicatorStyles",
3438
+ "module": "./ai-indicator.styles"
3505
3439
  }
3506
3440
  }
3507
3441
  ]
3508
3442
  },
3509
3443
  {
3510
3444
  "kind": "javascript-module",
3511
- "path": "src/ai-indicator/ai-indicator.styles.ts",
3445
+ "path": "src/accordion/accordion.styles.ts",
3512
3446
  "declarations": [
3513
3447
  {
3514
3448
  "kind": "function",
3515
- "name": "foundationAiIndicatorStyles",
3449
+ "name": "foundationAccordionStyles",
3516
3450
  "return": {
3517
3451
  "type": {
3518
3452
  "text": "ElementStyles"
@@ -3537,224 +3471,276 @@
3537
3471
  "exports": [
3538
3472
  {
3539
3473
  "kind": "js",
3540
- "name": "foundationAiIndicatorStyles",
3474
+ "name": "foundationAccordionStyles",
3541
3475
  "declaration": {
3542
- "name": "foundationAiIndicatorStyles",
3543
- "module": "src/ai-indicator/ai-indicator.styles.ts"
3476
+ "name": "foundationAccordionStyles",
3477
+ "module": "src/accordion/accordion.styles.ts"
3544
3478
  }
3545
3479
  }
3546
3480
  ]
3547
3481
  },
3548
3482
  {
3549
3483
  "kind": "javascript-module",
3550
- "path": "src/ai-indicator/ai-indicator.template.ts",
3484
+ "path": "src/accordion/accordion.template.ts",
3551
3485
  "declarations": [
3552
3486
  {
3553
- "kind": "variable",
3554
- "name": "foundationAiIndicatorTemplate",
3555
- "type": {
3556
- "text": "ViewTemplate<AiIndicator>"
3487
+ "kind": "function",
3488
+ "name": "foundationAccordionTemplate",
3489
+ "return": {
3490
+ "type": {
3491
+ "text": "ViewTemplate<Accordion>"
3492
+ }
3557
3493
  },
3558
- "default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
3494
+ "parameters": [
3495
+ {
3496
+ "name": "context",
3497
+ "type": {
3498
+ "text": "ElementDefinitionContext"
3499
+ }
3500
+ },
3501
+ {
3502
+ "name": "definition",
3503
+ "type": {
3504
+ "text": "FoundationElementDefinition"
3505
+ }
3506
+ }
3507
+ ]
3559
3508
  }
3560
3509
  ],
3561
3510
  "exports": [
3562
3511
  {
3563
3512
  "kind": "js",
3564
- "name": "foundationAiIndicatorTemplate",
3513
+ "name": "foundationAccordionTemplate",
3565
3514
  "declaration": {
3566
- "name": "foundationAiIndicatorTemplate",
3567
- "module": "src/ai-indicator/ai-indicator.template.ts"
3515
+ "name": "foundationAccordionTemplate",
3516
+ "module": "src/accordion/accordion.template.ts"
3568
3517
  }
3569
3518
  }
3570
3519
  ]
3571
3520
  },
3572
3521
  {
3573
3522
  "kind": "javascript-module",
3574
- "path": "src/ai-indicator/ai-indicator.ts",
3523
+ "path": "src/accordion/accordion.ts",
3575
3524
  "declarations": [
3576
3525
  {
3577
3526
  "kind": "class",
3578
3527
  "description": "",
3579
- "name": "AiIndicator",
3580
- "members": [
3581
- {
3582
- "kind": "field",
3583
- "name": "providerRegistry",
3584
- "type": {
3585
- "text": "AIProviderRegistry"
3586
- }
3587
- },
3588
- {
3589
- "kind": "field",
3590
- "name": "aiProvider",
3591
- "type": {
3592
- "text": "AIProvider | undefined"
3593
- },
3594
- "privacy": "private",
3595
- "description": "The indicator reflects status for the registry's default provider only —\nper-agent provider overrides live with the assistant component, not this\ntop-level chrome.",
3596
- "readonly": true
3597
- },
3528
+ "name": "Accordion",
3529
+ "superclass": {
3530
+ "name": "FASTAccordion",
3531
+ "package": "@microsoft/fast-foundation"
3532
+ },
3533
+ "tagName": "%%prefix%%-accordion",
3534
+ "customElement": true,
3535
+ "attributes": [
3598
3536
  {
3599
- "kind": "field",
3600
- "name": "status",
3537
+ "name": "expand-mode",
3601
3538
  "type": {
3602
- "text": "AIStatus | null"
3539
+ "text": "AccordionExpandMode"
3603
3540
  },
3604
- "default": "null"
3605
- },
3541
+ "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
3542
+ "fieldName": "expandmode",
3543
+ "inheritedFrom": {
3544
+ "name": "Accordion",
3545
+ "module": "src/accordion/accordion.ts"
3546
+ }
3547
+ }
3548
+ ],
3549
+ "members": [
3606
3550
  {
3607
3551
  "kind": "field",
3608
- "name": "open",
3552
+ "name": "expandmode",
3609
3553
  "type": {
3610
- "text": "boolean"
3554
+ "text": "AccordionExpandMode"
3611
3555
  },
3612
- "default": "false"
3556
+ "privacy": "public",
3557
+ "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
3558
+ "inheritedFrom": {
3559
+ "name": "Accordion",
3560
+ "module": "src/accordion/accordion.ts"
3561
+ }
3613
3562
  },
3614
3563
  {
3615
3564
  "kind": "field",
3616
- "name": "state",
3565
+ "name": "activeid",
3617
3566
  "type": {
3618
- "text": "AIIndicatorState"
3567
+ "text": "string | null"
3619
3568
  },
3620
- "default": "'none'"
3569
+ "privacy": "private",
3570
+ "inheritedFrom": {
3571
+ "name": "Accordion",
3572
+ "module": "src/accordion/accordion.ts"
3573
+ }
3621
3574
  },
3622
3575
  {
3623
3576
  "kind": "field",
3624
- "name": "isInstalling",
3577
+ "name": "activeItemIndex",
3625
3578
  "type": {
3626
- "text": "boolean"
3579
+ "text": "number"
3627
3580
  },
3628
- "default": "false"
3581
+ "privacy": "private",
3582
+ "default": "0",
3583
+ "inheritedFrom": {
3584
+ "name": "Accordion",
3585
+ "module": "src/accordion/accordion.ts"
3586
+ }
3629
3587
  },
3630
3588
  {
3631
3589
  "kind": "field",
3632
- "name": "pollTimer",
3590
+ "name": "accordionIds",
3633
3591
  "type": {
3634
- "text": "ReturnType<typeof setInterval> | null"
3592
+ "text": "Array<string | null>"
3635
3593
  },
3636
3594
  "privacy": "private",
3637
- "default": "null"
3638
- },
3639
- {
3640
- "kind": "field",
3641
- "name": "clickOutside",
3642
- "privacy": "private"
3595
+ "inheritedFrom": {
3596
+ "name": "Accordion",
3597
+ "module": "src/accordion/accordion.ts"
3598
+ }
3643
3599
  },
3644
3600
  {
3645
3601
  "kind": "field",
3646
- "name": "chromeStatusLabel",
3647
- "type": {
3648
- "text": "string | null"
3649
- },
3650
- "readonly": true
3602
+ "name": "change",
3603
+ "privacy": "private",
3604
+ "inheritedFrom": {
3605
+ "name": "Accordion",
3606
+ "module": "src/accordion/accordion.ts"
3607
+ }
3651
3608
  },
3652
3609
  {
3653
- "kind": "field",
3654
- "name": "canInstall",
3655
- "type": {
3656
- "text": "boolean"
3610
+ "kind": "method",
3611
+ "name": "findExpandedItem",
3612
+ "privacy": "private",
3613
+ "return": {
3614
+ "type": {
3615
+ "text": "AccordionItem | null"
3616
+ }
3657
3617
  },
3658
- "readonly": true
3618
+ "inheritedFrom": {
3619
+ "name": "Accordion",
3620
+ "module": "src/accordion/accordion.ts"
3621
+ }
3659
3622
  },
3660
3623
  {
3661
3624
  "kind": "field",
3662
- "name": "isDownloading",
3663
- "type": {
3664
- "text": "boolean"
3665
- },
3666
- "readonly": true
3625
+ "name": "setItems",
3626
+ "privacy": "private",
3627
+ "inheritedFrom": {
3628
+ "name": "Accordion",
3629
+ "module": "src/accordion/accordion.ts"
3630
+ }
3667
3631
  },
3668
3632
  {
3669
3633
  "kind": "method",
3670
- "name": "openChanged",
3634
+ "name": "resetItems",
3635
+ "privacy": "private",
3671
3636
  "return": {
3672
3637
  "type": {
3673
3638
  "text": "void"
3674
3639
  }
3640
+ },
3641
+ "inheritedFrom": {
3642
+ "name": "Accordion",
3643
+ "module": "src/accordion/accordion.ts"
3675
3644
  }
3676
3645
  },
3677
3646
  {
3678
- "kind": "method",
3679
- "name": "handleClickOutside",
3647
+ "kind": "field",
3648
+ "name": "removeItemListeners",
3680
3649
  "privacy": "private",
3681
- "parameters": [
3682
- {
3683
- "name": "event",
3684
- "type": {
3685
- "text": "MouseEvent"
3686
- }
3687
- }
3688
- ]
3650
+ "inheritedFrom": {
3651
+ "name": "Accordion",
3652
+ "module": "src/accordion/accordion.ts"
3653
+ }
3689
3654
  },
3690
3655
  {
3691
- "kind": "method",
3692
- "name": "toggleDropdown"
3656
+ "kind": "field",
3657
+ "name": "activeItemChange",
3658
+ "privacy": "private",
3659
+ "inheritedFrom": {
3660
+ "name": "Accordion",
3661
+ "module": "src/accordion/accordion.ts"
3662
+ }
3693
3663
  },
3694
3664
  {
3695
3665
  "kind": "method",
3696
- "name": "refreshStatus",
3666
+ "name": "getItemIds",
3667
+ "privacy": "private",
3697
3668
  "return": {
3698
3669
  "type": {
3699
- "text": "Promise<void>"
3670
+ "text": "Array<string | null>"
3700
3671
  }
3672
+ },
3673
+ "inheritedFrom": {
3674
+ "name": "Accordion",
3675
+ "module": "src/accordion/accordion.ts"
3701
3676
  }
3702
3677
  },
3703
3678
  {
3704
3679
  "kind": "method",
3705
- "name": "deriveState",
3680
+ "name": "isSingleExpandMode",
3706
3681
  "privacy": "private",
3707
3682
  "return": {
3708
3683
  "type": {
3709
- "text": "AIIndicatorState"
3684
+ "text": "boolean"
3710
3685
  }
3711
3686
  },
3712
- "parameters": [
3713
- {
3714
- "name": "s",
3715
- "type": {
3716
- "text": "AIStatus | null"
3717
- }
3718
- }
3719
- ]
3687
+ "inheritedFrom": {
3688
+ "name": "Accordion",
3689
+ "module": "src/accordion/accordion.ts"
3690
+ }
3720
3691
  },
3721
3692
  {
3722
- "kind": "method",
3723
- "name": "maybeStartPolling",
3693
+ "kind": "field",
3694
+ "name": "handleItemKeyDown",
3724
3695
  "privacy": "private",
3725
- "return": {
3726
- "type": {
3727
- "text": "void"
3728
- }
3696
+ "inheritedFrom": {
3697
+ "name": "Accordion",
3698
+ "module": "src/accordion/accordion.ts"
3729
3699
  }
3730
3700
  },
3731
3701
  {
3732
- "kind": "method",
3733
- "name": "startPolling",
3702
+ "kind": "field",
3703
+ "name": "handleItemFocus",
3734
3704
  "privacy": "private",
3735
- "return": {
3736
- "type": {
3737
- "text": "void"
3738
- }
3705
+ "inheritedFrom": {
3706
+ "name": "Accordion",
3707
+ "module": "src/accordion/accordion.ts"
3739
3708
  }
3740
3709
  },
3741
3710
  {
3742
3711
  "kind": "method",
3743
- "name": "stopPolling",
3712
+ "name": "adjust",
3744
3713
  "privacy": "private",
3745
3714
  "return": {
3746
3715
  "type": {
3747
3716
  "text": "void"
3748
3717
  }
3718
+ },
3719
+ "parameters": [
3720
+ {
3721
+ "name": "adjustment",
3722
+ "type": {
3723
+ "text": "number"
3724
+ }
3725
+ }
3726
+ ],
3727
+ "inheritedFrom": {
3728
+ "name": "Accordion",
3729
+ "module": "src/accordion/accordion.ts"
3749
3730
  }
3750
3731
  },
3751
3732
  {
3752
3733
  "kind": "method",
3753
- "name": "onInstall",
3734
+ "name": "focusItem",
3735
+ "privacy": "private",
3754
3736
  "return": {
3755
3737
  "type": {
3756
- "text": "Promise<void>"
3738
+ "text": "void"
3757
3739
  }
3740
+ },
3741
+ "inheritedFrom": {
3742
+ "name": "Accordion",
3743
+ "module": "src/accordion/accordion.ts"
3758
3744
  }
3759
3745
  },
3760
3746
  {
@@ -3869,88 +3855,102 @@
3869
3855
  }
3870
3856
  }
3871
3857
  ],
3872
- "superclass": {
3873
- "name": "FoundationElement",
3874
- "package": "@microsoft/fast-foundation"
3858
+ "events": [
3859
+ {
3860
+ "description": "Fires a custom 'change' event when the active item changes",
3861
+ "name": "change",
3862
+ "inheritedFrom": {
3863
+ "name": "Accordion",
3864
+ "module": "src/accordion/accordion.ts"
3865
+ }
3866
+ }
3867
+ ]
3868
+ },
3869
+ {
3870
+ "kind": "variable",
3871
+ "name": "foundationAccordionShadowOptions",
3872
+ "type": {
3873
+ "text": "ShadowRootInit"
3875
3874
  },
3876
- "tagName": "%%prefix%%-ai-indicator",
3877
- "customElement": true
3875
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
3878
3876
  },
3879
3877
  {
3880
3878
  "kind": "variable",
3881
- "name": "foundationAiIndicator"
3879
+ "name": "defaultAccordionConfig",
3880
+ "type": {
3881
+ "text": "object"
3882
+ },
3883
+ "default": "{}"
3884
+ },
3885
+ {
3886
+ "kind": "variable",
3887
+ "name": "foundationAccordion",
3888
+ "description": "The Foundation Accordion",
3889
+ "privacy": "public"
3882
3890
  }
3883
3891
  ],
3884
3892
  "exports": [
3885
3893
  {
3886
3894
  "kind": "js",
3887
- "name": "AiIndicator",
3895
+ "name": "Accordion",
3888
3896
  "declaration": {
3889
- "name": "AiIndicator",
3890
- "module": "src/ai-indicator/ai-indicator.ts"
3897
+ "name": "Accordion",
3898
+ "module": "src/accordion/accordion.ts"
3891
3899
  }
3892
3900
  },
3893
3901
  {
3894
3902
  "kind": "js",
3895
- "name": "foundationAiIndicator",
3896
- "declaration": {
3897
- "name": "foundationAiIndicator",
3898
- "module": "src/ai-indicator/ai-indicator.ts"
3899
- }
3900
- }
3901
- ]
3902
- },
3903
- {
3904
- "kind": "javascript-module",
3905
- "path": "src/ai-indicator/index.ts",
3906
- "declarations": [],
3907
- "exports": [
3908
- {
3909
- "kind": "js",
3910
- "name": "AiIndicator",
3903
+ "name": "foundationAccordionShadowOptions",
3911
3904
  "declaration": {
3912
- "name": "AiIndicator",
3913
- "module": "./ai-indicator"
3905
+ "name": "foundationAccordionShadowOptions",
3906
+ "module": "src/accordion/accordion.ts"
3914
3907
  }
3915
3908
  },
3916
3909
  {
3917
3910
  "kind": "js",
3918
- "name": "foundationAiIndicator",
3911
+ "name": "defaultAccordionConfig",
3919
3912
  "declaration": {
3920
- "name": "foundationAiIndicator",
3921
- "module": "./ai-indicator"
3913
+ "name": "defaultAccordionConfig",
3914
+ "module": "src/accordion/accordion.ts"
3922
3915
  }
3923
3916
  },
3924
3917
  {
3925
3918
  "kind": "js",
3926
- "name": "type",
3919
+ "name": "foundationAccordion",
3927
3920
  "declaration": {
3928
- "name": "type",
3929
- "module": "./ai-indicator"
3921
+ "name": "foundationAccordion",
3922
+ "module": "src/accordion/accordion.ts"
3930
3923
  }
3931
- },
3924
+ }
3925
+ ]
3926
+ },
3927
+ {
3928
+ "kind": "javascript-module",
3929
+ "path": "src/accordion/index.ts",
3930
+ "declarations": [],
3931
+ "exports": [
3932
3932
  {
3933
3933
  "kind": "js",
3934
- "name": "AIIndicatorState",
3934
+ "name": "*",
3935
3935
  "declaration": {
3936
- "name": "AIIndicatorState",
3937
- "module": "./ai-indicator"
3936
+ "name": "*",
3937
+ "package": "./accordion.template"
3938
3938
  }
3939
3939
  },
3940
3940
  {
3941
3941
  "kind": "js",
3942
- "name": "foundationAiIndicatorTemplate",
3942
+ "name": "*",
3943
3943
  "declaration": {
3944
- "name": "foundationAiIndicatorTemplate",
3945
- "module": "./ai-indicator.template"
3944
+ "name": "*",
3945
+ "package": "./accordion.styles"
3946
3946
  }
3947
3947
  },
3948
3948
  {
3949
3949
  "kind": "js",
3950
- "name": "foundationAiIndicatorStyles",
3950
+ "name": "*",
3951
3951
  "declaration": {
3952
- "name": "foundationAiIndicatorStyles",
3953
- "module": "./ai-indicator.styles"
3952
+ "name": "*",
3953
+ "package": "./accordion"
3954
3954
  }
3955
3955
  }
3956
3956
  ]
@@ -60029,35 +60029,35 @@
60029
60029
  },
60030
60030
  {
60031
60031
  "kind": "javascript-module",
60032
- "path": "src/scheduler-cron-builder/daily-recurrence/daily-recurrence.styles.ts",
60032
+ "path": "src/scheduler-cron-builder/monthly-yearly-recurrence/monthly-yearly-recurrence.styles.ts",
60033
60033
  "declarations": [
60034
60034
  {
60035
60035
  "kind": "variable",
60036
- "name": "dailyRecurrenceStyles",
60036
+ "name": "monthlyYearlyRecurrenceStyles",
60037
60037
  "type": {
60038
60038
  "text": "ElementStyles"
60039
60039
  },
60040
- "default": "css`\n ${inputControls}\n`"
60040
+ "default": "css`\n ${inputControls}\n :host {\n display: flex;\n flex-direction: column;\n gap: calc(var(--design-unit) * 4px);\n }\n\n .weekdays-row {\n display: flex;\n gap: calc(var(--design-unit) * 3px);\n }\n\n .day-of-month-row {\n display: flex;\n gap: calc(var(--design-unit) * 4px);\n width: 100%;\n }\n\n .day-date-number-field::part(root) {\n width: 40%;\n }\n`"
60041
60041
  }
60042
60042
  ],
60043
60043
  "exports": [
60044
60044
  {
60045
60045
  "kind": "js",
60046
- "name": "dailyRecurrenceStyles",
60046
+ "name": "monthlyYearlyRecurrenceStyles",
60047
60047
  "declaration": {
60048
- "name": "dailyRecurrenceStyles",
60049
- "module": "src/scheduler-cron-builder/daily-recurrence/daily-recurrence.styles.ts"
60048
+ "name": "monthlyYearlyRecurrenceStyles",
60049
+ "module": "src/scheduler-cron-builder/monthly-yearly-recurrence/monthly-yearly-recurrence.styles.ts"
60050
60050
  }
60051
60051
  }
60052
60052
  ]
60053
60053
  },
60054
60054
  {
60055
60055
  "kind": "javascript-module",
60056
- "path": "src/scheduler-cron-builder/daily-recurrence/daily-recurrence.template.ts",
60056
+ "path": "src/scheduler-cron-builder/monthly-yearly-recurrence/monthly-yearly-recurrence.template.ts",
60057
60057
  "declarations": [
60058
60058
  {
60059
60059
  "kind": "function",
60060
- "name": "getPrefixedDailyRecurrence",
60060
+ "name": "getPrefixedMonthlyYearlyRecurrence",
60061
60061
  "parameters": [
60062
60062
  {
60063
60063
  "name": "prefix",
@@ -60069,46 +60069,38 @@
60069
60069
  },
60070
60070
  {
60071
60071
  "kind": "variable",
60072
- "name": "dailyRecurrenceTemplate",
60073
- "default": "html<DailyRecurrence>`\n ${(x) => getPrefixedDailyRecurrence(x.prefix)}\n`"
60072
+ "name": "monthlyYearlyRecurrenceTemplate",
60073
+ "default": "html<MonthlyYearlyRecurrence>`\n ${(x) => getPrefixedMonthlyYearlyRecurrence(x.prefix)}\n`"
60074
60074
  }
60075
60075
  ],
60076
60076
  "exports": [
60077
60077
  {
60078
60078
  "kind": "js",
60079
- "name": "getPrefixedDailyRecurrence",
60079
+ "name": "getPrefixedMonthlyYearlyRecurrence",
60080
60080
  "declaration": {
60081
- "name": "getPrefixedDailyRecurrence",
60082
- "module": "src/scheduler-cron-builder/daily-recurrence/daily-recurrence.template.ts"
60081
+ "name": "getPrefixedMonthlyYearlyRecurrence",
60082
+ "module": "src/scheduler-cron-builder/monthly-yearly-recurrence/monthly-yearly-recurrence.template.ts"
60083
60083
  }
60084
60084
  },
60085
60085
  {
60086
60086
  "kind": "js",
60087
- "name": "dailyRecurrenceTemplate",
60087
+ "name": "monthlyYearlyRecurrenceTemplate",
60088
60088
  "declaration": {
60089
- "name": "dailyRecurrenceTemplate",
60090
- "module": "src/scheduler-cron-builder/daily-recurrence/daily-recurrence.template.ts"
60089
+ "name": "monthlyYearlyRecurrenceTemplate",
60090
+ "module": "src/scheduler-cron-builder/monthly-yearly-recurrence/monthly-yearly-recurrence.template.ts"
60091
60091
  }
60092
60092
  }
60093
60093
  ]
60094
60094
  },
60095
60095
  {
60096
60096
  "kind": "javascript-module",
60097
- "path": "src/scheduler-cron-builder/daily-recurrence/daily-recurrence.ts",
60097
+ "path": "src/scheduler-cron-builder/monthly-yearly-recurrence/monthly-yearly-recurrence.ts",
60098
60098
  "declarations": [
60099
60099
  {
60100
60100
  "kind": "class",
60101
60101
  "description": "",
60102
- "name": "DailyRecurrence",
60102
+ "name": "MonthlyYearlyRecurrence",
60103
60103
  "members": [
60104
- {
60105
- "kind": "field",
60106
- "name": "disableTooltips",
60107
- "type": {
60108
- "text": "boolean"
60109
- },
60110
- "default": "false"
60111
- },
60112
60104
  {
60113
60105
  "kind": "method",
60114
60106
  "name": "configChanged"
@@ -60227,20 +60219,10 @@
60227
60219
  ],
60228
60220
  "events": [
60229
60221
  {
60230
- "description": "Fired when work week vs full week selection updates the cron config",
60222
+ "description": "Fired when monthly or yearly recurrence fields update the cron config",
60231
60223
  "name": "update-cron-config"
60232
60224
  }
60233
60225
  ],
60234
- "attributes": [
60235
- {
60236
- "name": "disable-tooltips",
60237
- "type": {
60238
- "text": "boolean"
60239
- },
60240
- "default": "false",
60241
- "fieldName": "disableTooltips"
60242
- }
60243
- ],
60244
60226
  "mixins": [
60245
60227
  {
60246
60228
  "name": "EventEmitter",
@@ -60256,53 +60238,53 @@
60256
60238
  "exports": [
60257
60239
  {
60258
60240
  "kind": "js",
60259
- "name": "DailyRecurrence",
60241
+ "name": "MonthlyYearlyRecurrence",
60260
60242
  "declaration": {
60261
- "name": "DailyRecurrence",
60262
- "module": "src/scheduler-cron-builder/daily-recurrence/daily-recurrence.ts"
60243
+ "name": "MonthlyYearlyRecurrence",
60244
+ "module": "src/scheduler-cron-builder/monthly-yearly-recurrence/monthly-yearly-recurrence.ts"
60263
60245
  }
60264
60246
  },
60265
60247
  {
60266
60248
  "kind": "custom-element-definition",
60267
- "name": "daily-recurrence",
60249
+ "name": "monthly-yearly-recurrence",
60268
60250
  "declaration": {
60269
- "name": "DailyRecurrence",
60270
- "module": "src/scheduler-cron-builder/daily-recurrence/daily-recurrence.ts"
60251
+ "name": "MonthlyYearlyRecurrence",
60252
+ "module": "src/scheduler-cron-builder/monthly-yearly-recurrence/monthly-yearly-recurrence.ts"
60271
60253
  }
60272
60254
  }
60273
60255
  ]
60274
60256
  },
60275
60257
  {
60276
60258
  "kind": "javascript-module",
60277
- "path": "src/scheduler-cron-builder/monthly-yearly-recurrence/monthly-yearly-recurrence.styles.ts",
60259
+ "path": "src/scheduler-cron-builder/daily-recurrence/daily-recurrence.styles.ts",
60278
60260
  "declarations": [
60279
60261
  {
60280
60262
  "kind": "variable",
60281
- "name": "monthlyYearlyRecurrenceStyles",
60263
+ "name": "dailyRecurrenceStyles",
60282
60264
  "type": {
60283
60265
  "text": "ElementStyles"
60284
60266
  },
60285
- "default": "css`\n ${inputControls}\n :host {\n display: flex;\n flex-direction: column;\n gap: calc(var(--design-unit) * 4px);\n }\n\n .weekdays-row {\n display: flex;\n gap: calc(var(--design-unit) * 3px);\n }\n\n .day-of-month-row {\n display: flex;\n gap: calc(var(--design-unit) * 4px);\n width: 100%;\n }\n\n .day-date-number-field::part(root) {\n width: 40%;\n }\n`"
60267
+ "default": "css`\n ${inputControls}\n`"
60286
60268
  }
60287
60269
  ],
60288
60270
  "exports": [
60289
60271
  {
60290
60272
  "kind": "js",
60291
- "name": "monthlyYearlyRecurrenceStyles",
60273
+ "name": "dailyRecurrenceStyles",
60292
60274
  "declaration": {
60293
- "name": "monthlyYearlyRecurrenceStyles",
60294
- "module": "src/scheduler-cron-builder/monthly-yearly-recurrence/monthly-yearly-recurrence.styles.ts"
60275
+ "name": "dailyRecurrenceStyles",
60276
+ "module": "src/scheduler-cron-builder/daily-recurrence/daily-recurrence.styles.ts"
60295
60277
  }
60296
60278
  }
60297
60279
  ]
60298
60280
  },
60299
60281
  {
60300
60282
  "kind": "javascript-module",
60301
- "path": "src/scheduler-cron-builder/monthly-yearly-recurrence/monthly-yearly-recurrence.template.ts",
60283
+ "path": "src/scheduler-cron-builder/daily-recurrence/daily-recurrence.template.ts",
60302
60284
  "declarations": [
60303
60285
  {
60304
60286
  "kind": "function",
60305
- "name": "getPrefixedMonthlyYearlyRecurrence",
60287
+ "name": "getPrefixedDailyRecurrence",
60306
60288
  "parameters": [
60307
60289
  {
60308
60290
  "name": "prefix",
@@ -60314,38 +60296,46 @@
60314
60296
  },
60315
60297
  {
60316
60298
  "kind": "variable",
60317
- "name": "monthlyYearlyRecurrenceTemplate",
60318
- "default": "html<MonthlyYearlyRecurrence>`\n ${(x) => getPrefixedMonthlyYearlyRecurrence(x.prefix)}\n`"
60299
+ "name": "dailyRecurrenceTemplate",
60300
+ "default": "html<DailyRecurrence>`\n ${(x) => getPrefixedDailyRecurrence(x.prefix)}\n`"
60319
60301
  }
60320
60302
  ],
60321
60303
  "exports": [
60322
60304
  {
60323
60305
  "kind": "js",
60324
- "name": "getPrefixedMonthlyYearlyRecurrence",
60306
+ "name": "getPrefixedDailyRecurrence",
60325
60307
  "declaration": {
60326
- "name": "getPrefixedMonthlyYearlyRecurrence",
60327
- "module": "src/scheduler-cron-builder/monthly-yearly-recurrence/monthly-yearly-recurrence.template.ts"
60308
+ "name": "getPrefixedDailyRecurrence",
60309
+ "module": "src/scheduler-cron-builder/daily-recurrence/daily-recurrence.template.ts"
60328
60310
  }
60329
60311
  },
60330
60312
  {
60331
60313
  "kind": "js",
60332
- "name": "monthlyYearlyRecurrenceTemplate",
60314
+ "name": "dailyRecurrenceTemplate",
60333
60315
  "declaration": {
60334
- "name": "monthlyYearlyRecurrenceTemplate",
60335
- "module": "src/scheduler-cron-builder/monthly-yearly-recurrence/monthly-yearly-recurrence.template.ts"
60316
+ "name": "dailyRecurrenceTemplate",
60317
+ "module": "src/scheduler-cron-builder/daily-recurrence/daily-recurrence.template.ts"
60336
60318
  }
60337
60319
  }
60338
60320
  ]
60339
60321
  },
60340
60322
  {
60341
60323
  "kind": "javascript-module",
60342
- "path": "src/scheduler-cron-builder/monthly-yearly-recurrence/monthly-yearly-recurrence.ts",
60324
+ "path": "src/scheduler-cron-builder/daily-recurrence/daily-recurrence.ts",
60343
60325
  "declarations": [
60344
60326
  {
60345
60327
  "kind": "class",
60346
60328
  "description": "",
60347
- "name": "MonthlyYearlyRecurrence",
60329
+ "name": "DailyRecurrence",
60348
60330
  "members": [
60331
+ {
60332
+ "kind": "field",
60333
+ "name": "disableTooltips",
60334
+ "type": {
60335
+ "text": "boolean"
60336
+ },
60337
+ "default": "false"
60338
+ },
60349
60339
  {
60350
60340
  "kind": "method",
60351
60341
  "name": "configChanged"
@@ -60464,10 +60454,20 @@
60464
60454
  ],
60465
60455
  "events": [
60466
60456
  {
60467
- "description": "Fired when monthly or yearly recurrence fields update the cron config",
60457
+ "description": "Fired when work week vs full week selection updates the cron config",
60468
60458
  "name": "update-cron-config"
60469
60459
  }
60470
60460
  ],
60461
+ "attributes": [
60462
+ {
60463
+ "name": "disable-tooltips",
60464
+ "type": {
60465
+ "text": "boolean"
60466
+ },
60467
+ "default": "false",
60468
+ "fieldName": "disableTooltips"
60469
+ }
60470
+ ],
60471
60471
  "mixins": [
60472
60472
  {
60473
60473
  "name": "EventEmitter",
@@ -60483,18 +60483,18 @@
60483
60483
  "exports": [
60484
60484
  {
60485
60485
  "kind": "js",
60486
- "name": "MonthlyYearlyRecurrence",
60486
+ "name": "DailyRecurrence",
60487
60487
  "declaration": {
60488
- "name": "MonthlyYearlyRecurrence",
60489
- "module": "src/scheduler-cron-builder/monthly-yearly-recurrence/monthly-yearly-recurrence.ts"
60488
+ "name": "DailyRecurrence",
60489
+ "module": "src/scheduler-cron-builder/daily-recurrence/daily-recurrence.ts"
60490
60490
  }
60491
60491
  },
60492
60492
  {
60493
60493
  "kind": "custom-element-definition",
60494
- "name": "monthly-yearly-recurrence",
60494
+ "name": "daily-recurrence",
60495
60495
  "declaration": {
60496
- "name": "MonthlyYearlyRecurrence",
60497
- "module": "src/scheduler-cron-builder/monthly-yearly-recurrence/monthly-yearly-recurrence.ts"
60496
+ "name": "DailyRecurrence",
60497
+ "module": "src/scheduler-cron-builder/daily-recurrence/daily-recurrence.ts"
60498
60498
  }
60499
60499
  }
60500
60500
  ]