@vonage/vivid 4.21.1 → 4.23.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.
- package/custom-elements.json +2055 -640
- package/index.cjs +1 -1
- package/index.js +2 -2
- package/lib/accordion-item/accordion-item.d.ts +11 -5
- package/lib/action-group/action-group.d.ts +8 -6
- package/lib/alert/alert.d.ts +21 -9
- package/lib/audio-player/audio-player.d.ts +13 -6
- package/lib/badge/badge.d.ts +11 -5
- package/lib/banner/banner.d.ts +26 -12
- package/lib/breadcrumb/breadcrumb.d.ts +333 -1
- package/lib/breadcrumb/breadcrumb.template.d.ts +2 -3
- package/lib/breadcrumb-item/breadcrumb-item.d.ts +8 -6
- package/lib/button/button.d.ts +11 -5
- package/lib/calendar/calendar.d.ts +3 -1
- package/lib/calendar-event/calendar-event.d.ts +333 -1
- package/lib/checkbox/checkbox.d.ts +8 -6
- package/lib/combobox/combobox.d.ts +11 -5
- package/lib/date-picker/date-picker.d.ts +74 -50
- package/lib/date-range-picker/date-range-picker.d.ts +38 -26
- package/lib/date-time-picker/date-time-picker.d.ts +76 -52
- package/lib/dial-pad/dial-pad.d.ts +11 -5
- package/lib/dialog/dialog.d.ts +16 -8
- package/lib/divider/divider.d.ts +8 -6
- package/lib/enums.d.ts +0 -4
- package/lib/fab/fab.d.ts +11 -5
- package/lib/file-picker/file-picker.d.ts +338 -1
- package/lib/header/header.d.ts +333 -1
- package/lib/menu/menu.d.ts +16 -8
- package/lib/menu-item/menu-item.d.ts +338 -2
- package/lib/nav/nav.d.ts +333 -1
- package/lib/nav-disclosure/nav-disclosure.d.ts +16 -8
- package/lib/nav-item/nav-item.d.ts +11 -5
- package/lib/note/note.d.ts +11 -5
- package/lib/number-field/number-field.d.ts +26 -12
- package/lib/option/option.d.ts +341 -3
- package/lib/progress/progress.d.ts +8 -6
- package/lib/progress-ring/progress-ring.d.ts +8 -6
- package/lib/radio-group/radio-group.d.ts +333 -1
- package/lib/range-slider/range-slider.d.ts +11 -5
- package/lib/rich-text-editor/facades/prose-mirror-vivid.schema.d.ts +1 -1
- package/lib/rich-text-editor/facades/vivid-prose-mirror.facade.d.ts +7 -1
- package/lib/rich-text-editor/menubar/consts.d.ts +18 -0
- package/lib/rich-text-editor/menubar/menubar.d.ts +3 -0
- package/lib/rich-text-editor/rich-text-editor.d.ts +14 -3
- package/lib/searchable-select/option-tag.d.ts +14 -6
- package/lib/searchable-select/searchable-select.d.ts +349 -7
- package/lib/select/select.d.ts +339 -3
- package/lib/selectable-box/selectable-box.d.ts +8 -6
- package/lib/slider/slider.d.ts +16 -8
- package/lib/split-button/split-button.d.ts +26 -12
- package/lib/switch/switch.d.ts +8 -6
- package/lib/tab/tab.d.ts +349 -7
- package/lib/tab-panel/tab-panel.d.ts +333 -1
- package/lib/tabs/definition.d.ts +1 -0
- package/lib/tabs/tabs.d.ts +6 -1
- package/lib/tag/tag.d.ts +338 -2
- package/lib/tag-group/tag-group.d.ts +8 -6
- package/lib/text-anchor/text-anchor.d.ts +16 -8
- package/lib/text-area/text-area.d.ts +8 -6
- package/lib/text-field/text-field.d.ts +16 -8
- package/lib/time-picker/time-picker.d.ts +38 -26
- package/lib/toggletip/toggletip.d.ts +9 -3
- package/lib/tooltip/tooltip.d.ts +9 -3
- package/lib/tree-item/tree-item.d.ts +338 -2
- package/lib/tree-view/tree-view.d.ts +333 -1
- package/lib/video-player/video-player.d.ts +14 -6
- package/package.json +1 -1
- package/shared/affix.js +1 -1
- package/shared/aria/aria-change-subscription.d.ts +6 -0
- package/shared/aria/aria-mixin.d.ts +338 -0
- package/shared/aria/delegate-aria-behavior.d.ts +31 -0
- package/shared/aria/delegates-aria.d.ts +14 -9
- package/shared/aria/host-semantics-behavior.d.ts +22 -0
- package/shared/aria/host-semantics.d.ts +337 -0
- package/shared/attribute-binding-behaviour.cjs +41 -0
- package/shared/attribute-binding-behaviour.js +39 -0
- package/shared/calendar-event.cjs +2 -1
- package/shared/calendar-event.js +2 -1
- package/shared/definition.js +1 -1
- package/shared/definition10.cjs +8 -2
- package/shared/definition10.js +9 -3
- package/shared/definition11.cjs +4 -28
- package/shared/definition11.js +5 -29
- package/shared/definition12.cjs +4 -1
- package/shared/definition12.js +5 -2
- package/shared/definition13.js +1 -1
- package/shared/definition14.js +1 -1
- package/shared/definition15.cjs +9 -8
- package/shared/definition15.js +11 -10
- package/shared/definition16.cjs +1 -1
- package/shared/definition16.js +2 -2
- package/shared/definition17.js +1 -1
- package/shared/definition18.js +1 -1
- package/shared/definition19.cjs +3 -0
- package/shared/definition19.js +4 -1
- package/shared/definition2.js +1 -1
- package/shared/definition20.js +1 -1
- package/shared/definition21.js +1 -1
- package/shared/definition22.cjs +3 -2
- package/shared/definition22.js +5 -4
- package/shared/definition23.cjs +4 -2
- package/shared/definition23.js +6 -4
- package/shared/definition24.js +1 -1
- package/shared/definition25.cjs +2 -14
- package/shared/definition25.js +3 -15
- package/shared/definition26.cjs +15 -2
- package/shared/definition26.js +16 -3
- package/shared/definition27.cjs +3 -2
- package/shared/definition27.js +4 -3
- package/shared/definition28.cjs +1 -1
- package/shared/definition28.js +2 -2
- package/shared/definition29.js +1 -1
- package/shared/definition3.cjs +4 -3
- package/shared/definition3.js +6 -5
- package/shared/definition30.cjs +34 -34
- package/shared/definition30.js +36 -36
- package/shared/definition31.cjs +6 -4
- package/shared/definition31.js +8 -6
- package/shared/definition32.js +1 -1
- package/shared/definition33.cjs +7 -2
- package/shared/definition33.js +8 -3
- package/shared/definition34.js +1 -1
- package/shared/definition35.cjs +3 -14
- package/shared/definition35.js +5 -16
- package/shared/definition36.cjs +8 -5
- package/shared/definition36.js +9 -6
- package/shared/definition37.js +1 -1
- package/shared/definition38.cjs +7 -8
- package/shared/definition38.js +9 -10
- package/shared/definition39.cjs +7 -8
- package/shared/definition39.js +9 -10
- package/shared/definition4.cjs +1 -1
- package/shared/definition4.js +2 -2
- package/shared/definition40.cjs +8 -5
- package/shared/definition40.js +9 -6
- package/shared/definition41.cjs +1 -1
- package/shared/definition41.js +2 -2
- package/shared/definition42.js +1 -1
- package/shared/definition43.cjs +506 -93
- package/shared/definition43.js +502 -89
- package/shared/definition44.cjs +27 -10
- package/shared/definition44.js +28 -11
- package/shared/definition45.cjs +12 -6
- package/shared/definition45.js +13 -7
- package/shared/definition46.cjs +18 -6
- package/shared/definition46.js +20 -8
- package/shared/definition47.js +1 -1
- package/shared/definition48.js +1 -1
- package/shared/definition49.cjs +10 -3
- package/shared/definition49.js +12 -5
- package/shared/definition5.cjs +7 -2
- package/shared/definition5.js +8 -3
- package/shared/definition50.cjs +8 -7
- package/shared/definition50.js +10 -9
- package/shared/definition51.cjs +3 -2
- package/shared/definition51.js +4 -3
- package/shared/definition52.cjs +8 -4
- package/shared/definition52.js +9 -5
- package/shared/definition53.cjs +5 -0
- package/shared/definition53.js +6 -2
- package/shared/definition54.cjs +4 -3
- package/shared/definition54.js +6 -5
- package/shared/definition55.cjs +7 -4
- package/shared/definition55.js +8 -5
- package/shared/definition56.cjs +69 -15
- package/shared/definition56.js +70 -16
- package/shared/definition57.cjs +163 -112
- package/shared/definition57.js +165 -114
- package/shared/definition58.js +1 -1
- package/shared/definition59.js +1 -1
- package/shared/definition6.js +1 -1
- package/shared/definition60.js +1 -1
- package/shared/definition61.cjs +8 -5
- package/shared/definition61.js +9 -6
- package/shared/definition62.cjs +5 -2
- package/shared/definition62.js +6 -3
- package/shared/definition63.js +1 -1
- package/shared/definition64.js +1 -1
- package/shared/definition65.js +1 -1
- package/shared/definition7.js +1 -1
- package/shared/definition8.cjs +4 -2
- package/shared/definition8.js +6 -4
- package/shared/definition9.js +1 -1
- package/shared/delegates-aria.cjs +106 -56
- package/shared/delegates-aria.js +107 -58
- package/shared/enums.cjs +0 -6
- package/shared/enums.js +1 -6
- package/shared/foundation/button/button.d.ts +8 -6
- package/shared/foundation/vivid-element/vivid-element.d.ts +339 -1
- package/shared/host-semantics.cjs +65 -0
- package/shared/host-semantics.js +62 -0
- package/shared/option.cjs +7 -1
- package/shared/option.js +7 -1
- package/shared/patterns/affix.d.ts +22 -10
- package/shared/patterns/anchored.d.ts +18 -6
- package/shared/patterns/localized.d.ts +11 -5
- package/shared/patterns/trapped-focus.d.ts +11 -5
- package/shared/picker-field/mixins/calendar-picker.d.ts +19 -13
- package/shared/picker-field/mixins/calendar-picker.template.d.ts +19 -13
- package/shared/picker-field/mixins/inline-time-picker/inline-time-picker.d.ts +11 -5
- package/shared/picker-field/mixins/min-max-calendar-picker.d.ts +38 -26
- package/shared/picker-field/mixins/single-date-picker.d.ts +55 -37
- package/shared/picker-field/mixins/single-value-picker.d.ts +17 -11
- package/shared/picker-field/mixins/time-selection-picker.d.ts +38 -26
- package/shared/picker-field/mixins/time-selection-picker.template.d.ts +38 -26
- package/shared/picker-field/picker-field.d.ts +21 -9
- package/shared/picker-field.template.js +1 -1
- package/shared/repeat.js +1 -1
- package/shared/single-value-picker.cjs +3 -0
- package/shared/single-value-picker.js +3 -0
- package/shared/slider.template.cjs +10 -9
- package/shared/slider.template.js +10 -9
- package/shared/templating/attribute-binding-behaviour.d.ts +15 -0
- package/shared/templating/render-in-light-dom.d.ts +22 -0
- package/shared/text-anchor.template.cjs +2 -13
- package/shared/text-anchor.template.js +2 -13
- package/shared/text-field.cjs +1 -1
- package/shared/text-field.js +1 -1
- package/shared/time-selection-picker.template.js +1 -1
- package/shared/vivid-element.cjs +96 -2
- package/shared/vivid-element.js +93 -3
- package/styles/core/all.css +1 -1
- package/styles/core/theme.css +1 -1
- package/styles/core/typography.css +1 -1
- package/styles/tokens/theme-dark.css +4 -4
- package/styles/tokens/theme-light.css +4 -4
- package/styles/tokens/vivid-2-compat.css +1 -1
- package/text-anchor/index.js +1 -1
- package/vivid.api.json +316 -70
- package/shared/Reflector.cjs +0 -71
- package/shared/Reflector.js +0 -69
package/shared/vivid-element.cjs
CHANGED
|
@@ -2591,9 +2591,99 @@ const defineVividComponent = (name, type, template, dependencies, options) => ({
|
|
|
2591
2591
|
options
|
|
2592
2592
|
});
|
|
2593
2593
|
|
|
2594
|
-
|
|
2594
|
+
const ariaChangeSubscribers = /* @__PURE__ */ new WeakMap();
|
|
2595
|
+
const getSubscribers = (source) => {
|
|
2596
|
+
let subscribers = ariaChangeSubscribers.get(source);
|
|
2597
|
+
if (!subscribers) {
|
|
2598
|
+
subscribers = [];
|
|
2599
|
+
ariaChangeSubscribers.set(source, subscribers);
|
|
2600
|
+
}
|
|
2601
|
+
return subscribers;
|
|
2602
|
+
};
|
|
2603
|
+
const subscribeToAriaPropertyChanges = (source, listener) => {
|
|
2604
|
+
getSubscribers(source).push(listener);
|
|
2605
|
+
};
|
|
2606
|
+
const unsubscribeFromAriaPropertyChanges = (source, listener) => {
|
|
2607
|
+
getSubscribers(source).splice(getSubscribers(source).indexOf(listener), 1);
|
|
2608
|
+
};
|
|
2609
|
+
const publishAriaPropertyChange = (source, changedAriaProperty) => {
|
|
2610
|
+
getSubscribers(source).forEach((s) => s(source, changedAriaProperty));
|
|
2611
|
+
};
|
|
2612
|
+
|
|
2613
|
+
const ariaMixinProperties = [
|
|
2614
|
+
"role",
|
|
2615
|
+
"ariaAtomic",
|
|
2616
|
+
"ariaAutoComplete",
|
|
2617
|
+
"ariaBusy",
|
|
2618
|
+
"ariaChecked",
|
|
2619
|
+
"ariaColCount",
|
|
2620
|
+
"ariaColIndex",
|
|
2621
|
+
"ariaColIndexText",
|
|
2622
|
+
"ariaColSpan",
|
|
2623
|
+
"ariaCurrent",
|
|
2624
|
+
"ariaDescription",
|
|
2625
|
+
"ariaDisabled",
|
|
2626
|
+
"ariaExpanded",
|
|
2627
|
+
"ariaHasPopup",
|
|
2628
|
+
"ariaHidden",
|
|
2629
|
+
"ariaInvalid",
|
|
2630
|
+
"ariaKeyShortcuts",
|
|
2631
|
+
"ariaLabel",
|
|
2632
|
+
"ariaLevel",
|
|
2633
|
+
"ariaLive",
|
|
2634
|
+
"ariaModal",
|
|
2635
|
+
"ariaMultiLine",
|
|
2636
|
+
"ariaMultiSelectable",
|
|
2637
|
+
"ariaOrientation",
|
|
2638
|
+
"ariaPlaceholder",
|
|
2639
|
+
"ariaPosInSet",
|
|
2640
|
+
"ariaPressed",
|
|
2641
|
+
"ariaReadOnly",
|
|
2642
|
+
"ariaRequired",
|
|
2643
|
+
"ariaRoleDescription",
|
|
2644
|
+
"ariaRowCount",
|
|
2645
|
+
"ariaRowIndex",
|
|
2646
|
+
"ariaRowIndexText",
|
|
2647
|
+
"ariaRowSpan",
|
|
2648
|
+
"ariaSelected",
|
|
2649
|
+
"ariaSetSize",
|
|
2650
|
+
"ariaSort",
|
|
2651
|
+
"ariaValueMax",
|
|
2652
|
+
"ariaValueMin",
|
|
2653
|
+
"ariaValueNow",
|
|
2654
|
+
"ariaValueText",
|
|
2655
|
+
"ariaRelevant"
|
|
2656
|
+
// Non-standard
|
|
2657
|
+
];
|
|
2658
|
+
const ariaAttributeName = (ariaPropertyName) => ariaPropertyName.replace("aria", "aria-").toLowerCase();
|
|
2659
|
+
const AriaMixin = (Base) => {
|
|
2660
|
+
class AriaMixinElement extends Base {
|
|
2661
|
+
constructor(...args) {
|
|
2662
|
+
super(args);
|
|
2663
|
+
this.specialHandling = false;
|
|
2664
|
+
this._vividAriaBehaviour = "default";
|
|
2665
|
+
for (const ariaProperty of ariaMixinProperties) {
|
|
2666
|
+
this[ariaProperty] = null;
|
|
2667
|
+
}
|
|
2668
|
+
}
|
|
2669
|
+
}
|
|
2670
|
+
for (const ariaProperty of ariaMixinProperties) {
|
|
2671
|
+
attr({
|
|
2672
|
+
attribute: ariaAttributeName(ariaProperty),
|
|
2673
|
+
mode: "reflect"
|
|
2674
|
+
})(AriaMixinElement.prototype, ariaProperty);
|
|
2675
|
+
AriaMixinElement.prototype[`${ariaProperty}Changed`] = function() {
|
|
2676
|
+
if (this._vividAriaBehaviour !== "default") {
|
|
2677
|
+
publishAriaPropertyChange(this, ariaProperty);
|
|
2678
|
+
}
|
|
2679
|
+
};
|
|
2680
|
+
}
|
|
2681
|
+
return AriaMixinElement;
|
|
2682
|
+
};
|
|
2683
|
+
|
|
2684
|
+
class VividElement extends AriaMixin(FASTElement) {
|
|
2595
2685
|
static {
|
|
2596
|
-
this.VIVID_VERSION = "4.
|
|
2686
|
+
this.VIVID_VERSION = "4.23.0";
|
|
2597
2687
|
}
|
|
2598
2688
|
}
|
|
2599
2689
|
|
|
@@ -2605,6 +2695,8 @@ exports.HTMLView = HTMLView;
|
|
|
2605
2695
|
exports.Observable = Observable;
|
|
2606
2696
|
exports.SubscriberSet = SubscriberSet;
|
|
2607
2697
|
exports.VividElement = VividElement;
|
|
2698
|
+
exports.ariaAttributeName = ariaAttributeName;
|
|
2699
|
+
exports.ariaMixinProperties = ariaMixinProperties;
|
|
2608
2700
|
exports.attr = attr;
|
|
2609
2701
|
exports.booleanConverter = booleanConverter;
|
|
2610
2702
|
exports.createRegisterFunction = createRegisterFunction;
|
|
@@ -2614,4 +2706,6 @@ exports.emptyArray = emptyArray;
|
|
|
2614
2706
|
exports.html = html;
|
|
2615
2707
|
exports.nullableNumberConverter = nullableNumberConverter;
|
|
2616
2708
|
exports.observable = observable;
|
|
2709
|
+
exports.subscribeToAriaPropertyChanges = subscribeToAriaPropertyChanges;
|
|
2710
|
+
exports.unsubscribeFromAriaPropertyChanges = unsubscribeFromAriaPropertyChanges;
|
|
2617
2711
|
exports.volatile = volatile;
|
package/shared/vivid-element.js
CHANGED
|
@@ -2589,10 +2589,100 @@ const defineVividComponent = (name, type, template, dependencies, options) => ({
|
|
|
2589
2589
|
options
|
|
2590
2590
|
});
|
|
2591
2591
|
|
|
2592
|
-
|
|
2592
|
+
const ariaChangeSubscribers = /* @__PURE__ */ new WeakMap();
|
|
2593
|
+
const getSubscribers = (source) => {
|
|
2594
|
+
let subscribers = ariaChangeSubscribers.get(source);
|
|
2595
|
+
if (!subscribers) {
|
|
2596
|
+
subscribers = [];
|
|
2597
|
+
ariaChangeSubscribers.set(source, subscribers);
|
|
2598
|
+
}
|
|
2599
|
+
return subscribers;
|
|
2600
|
+
};
|
|
2601
|
+
const subscribeToAriaPropertyChanges = (source, listener) => {
|
|
2602
|
+
getSubscribers(source).push(listener);
|
|
2603
|
+
};
|
|
2604
|
+
const unsubscribeFromAriaPropertyChanges = (source, listener) => {
|
|
2605
|
+
getSubscribers(source).splice(getSubscribers(source).indexOf(listener), 1);
|
|
2606
|
+
};
|
|
2607
|
+
const publishAriaPropertyChange = (source, changedAriaProperty) => {
|
|
2608
|
+
getSubscribers(source).forEach((s) => s(source, changedAriaProperty));
|
|
2609
|
+
};
|
|
2610
|
+
|
|
2611
|
+
const ariaMixinProperties = [
|
|
2612
|
+
"role",
|
|
2613
|
+
"ariaAtomic",
|
|
2614
|
+
"ariaAutoComplete",
|
|
2615
|
+
"ariaBusy",
|
|
2616
|
+
"ariaChecked",
|
|
2617
|
+
"ariaColCount",
|
|
2618
|
+
"ariaColIndex",
|
|
2619
|
+
"ariaColIndexText",
|
|
2620
|
+
"ariaColSpan",
|
|
2621
|
+
"ariaCurrent",
|
|
2622
|
+
"ariaDescription",
|
|
2623
|
+
"ariaDisabled",
|
|
2624
|
+
"ariaExpanded",
|
|
2625
|
+
"ariaHasPopup",
|
|
2626
|
+
"ariaHidden",
|
|
2627
|
+
"ariaInvalid",
|
|
2628
|
+
"ariaKeyShortcuts",
|
|
2629
|
+
"ariaLabel",
|
|
2630
|
+
"ariaLevel",
|
|
2631
|
+
"ariaLive",
|
|
2632
|
+
"ariaModal",
|
|
2633
|
+
"ariaMultiLine",
|
|
2634
|
+
"ariaMultiSelectable",
|
|
2635
|
+
"ariaOrientation",
|
|
2636
|
+
"ariaPlaceholder",
|
|
2637
|
+
"ariaPosInSet",
|
|
2638
|
+
"ariaPressed",
|
|
2639
|
+
"ariaReadOnly",
|
|
2640
|
+
"ariaRequired",
|
|
2641
|
+
"ariaRoleDescription",
|
|
2642
|
+
"ariaRowCount",
|
|
2643
|
+
"ariaRowIndex",
|
|
2644
|
+
"ariaRowIndexText",
|
|
2645
|
+
"ariaRowSpan",
|
|
2646
|
+
"ariaSelected",
|
|
2647
|
+
"ariaSetSize",
|
|
2648
|
+
"ariaSort",
|
|
2649
|
+
"ariaValueMax",
|
|
2650
|
+
"ariaValueMin",
|
|
2651
|
+
"ariaValueNow",
|
|
2652
|
+
"ariaValueText",
|
|
2653
|
+
"ariaRelevant"
|
|
2654
|
+
// Non-standard
|
|
2655
|
+
];
|
|
2656
|
+
const ariaAttributeName = (ariaPropertyName) => ariaPropertyName.replace("aria", "aria-").toLowerCase();
|
|
2657
|
+
const AriaMixin = (Base) => {
|
|
2658
|
+
class AriaMixinElement extends Base {
|
|
2659
|
+
constructor(...args) {
|
|
2660
|
+
super(args);
|
|
2661
|
+
this.specialHandling = false;
|
|
2662
|
+
this._vividAriaBehaviour = "default";
|
|
2663
|
+
for (const ariaProperty of ariaMixinProperties) {
|
|
2664
|
+
this[ariaProperty] = null;
|
|
2665
|
+
}
|
|
2666
|
+
}
|
|
2667
|
+
}
|
|
2668
|
+
for (const ariaProperty of ariaMixinProperties) {
|
|
2669
|
+
attr({
|
|
2670
|
+
attribute: ariaAttributeName(ariaProperty),
|
|
2671
|
+
mode: "reflect"
|
|
2672
|
+
})(AriaMixinElement.prototype, ariaProperty);
|
|
2673
|
+
AriaMixinElement.prototype[`${ariaProperty}Changed`] = function() {
|
|
2674
|
+
if (this._vividAriaBehaviour !== "default") {
|
|
2675
|
+
publishAriaPropertyChange(this, ariaProperty);
|
|
2676
|
+
}
|
|
2677
|
+
};
|
|
2678
|
+
}
|
|
2679
|
+
return AriaMixinElement;
|
|
2680
|
+
};
|
|
2681
|
+
|
|
2682
|
+
class VividElement extends AriaMixin(FASTElement) {
|
|
2593
2683
|
static {
|
|
2594
|
-
this.VIVID_VERSION = "4.
|
|
2684
|
+
this.VIVID_VERSION = "4.23.0";
|
|
2595
2685
|
}
|
|
2596
2686
|
}
|
|
2597
2687
|
|
|
2598
|
-
export { AttachedBehaviorHTMLDirective as A, DOM as D, HTMLDirective as H, Observable as O, SubscriberSet as S, VividElement as V, attr as a, booleanConverter as b, AttributeConfiguration as c,
|
|
2688
|
+
export { AttachedBehaviorHTMLDirective as A, DOM as D, HTMLDirective as H, Observable as O, SubscriberSet as S, VividElement as V, attr as a, booleanConverter as b, AttributeConfiguration as c, ariaAttributeName as d, emptyArray as e, ariaMixinProperties as f, createRegisterFunction as g, html as h, defineVividComponent as i, HTMLView as j, defaultExecutionContext as k, nullableNumberConverter as n, observable as o, subscribeToAriaPropertyChanges as s, unsubscribeFromAriaPropertyChanges as u, volatile as v };
|
package/styles/core/all.css
CHANGED
package/styles/core/theme.css
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 30 Apr 2025 09:20:16 GMT
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* Do not edit directly
|
|
7
|
-
* Generated on
|
|
7
|
+
* Generated on Wed, 30 Apr 2025 09:20:16 GMT
|
|
8
8
|
*/
|
|
9
9
|
/**
|
|
10
10
|
* Do not edit directly
|
|
11
|
-
* Generated on
|
|
11
|
+
* Generated on Wed, 30 Apr 2025 09:20:16 GMT
|
|
12
12
|
*/
|
|
13
13
|
/**
|
|
14
14
|
* Do not edit directly
|
|
15
|
-
* Generated on
|
|
15
|
+
* Generated on Wed, 30 Apr 2025 09:20:16 GMT
|
|
16
16
|
*/
|
|
17
17
|
@property --vvd-size-density {
|
|
18
18
|
syntax: "<integer>";
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 30 Apr 2025 09:20:16 GMT
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* Do not edit directly
|
|
7
|
-
* Generated on
|
|
7
|
+
* Generated on Wed, 30 Apr 2025 09:20:16 GMT
|
|
8
8
|
*/
|
|
9
9
|
/**
|
|
10
10
|
* Do not edit directly
|
|
11
|
-
* Generated on
|
|
11
|
+
* Generated on Wed, 30 Apr 2025 09:20:16 GMT
|
|
12
12
|
*/
|
|
13
13
|
/**
|
|
14
14
|
* Do not edit directly
|
|
15
|
-
* Generated on
|
|
15
|
+
* Generated on Wed, 30 Apr 2025 09:20:16 GMT
|
|
16
16
|
*/
|
|
17
17
|
@property --vvd-size-density {
|
|
18
18
|
syntax: "<integer>";
|
package/text-anchor/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { i as iconDefinition } from '../shared/definition28.js';
|
|
2
|
-
import {
|
|
2
|
+
import { g as createRegisterFunction, i as defineVividComponent } from '../shared/vivid-element.js';
|
|
3
3
|
import { T as TextAnchor } from '../shared/text-anchor.js';
|
|
4
4
|
import { t as textAnchorTemplate } from '../shared/text-anchor.template.js';
|
|
5
5
|
|