@sustaina/shared-ui 1.66.0 → 1.67.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/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +22 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +22 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -10757,6 +10757,18 @@ var DIALOG_ALERT_TEMPLATES = {
|
|
|
10757
10757
|
title: "confirm.logout.title",
|
|
10758
10758
|
description: "confirm.logout.description",
|
|
10759
10759
|
confirmText: "confirm.logout.confirm_text"
|
|
10760
|
+
},
|
|
10761
|
+
"confirm.set_default": {
|
|
10762
|
+
variant: "confirm",
|
|
10763
|
+
title: "confirm.set_default.title",
|
|
10764
|
+
description: "confirm.set_default.description",
|
|
10765
|
+
confirmText: "confirm.set_default.confirm_text"
|
|
10766
|
+
},
|
|
10767
|
+
"confirm.unset_default": {
|
|
10768
|
+
variant: "confirm",
|
|
10769
|
+
title: "confirm.unset_default.title",
|
|
10770
|
+
description: "confirm.unset_default.description",
|
|
10771
|
+
confirmText: "confirm.unset_default.confirm_text"
|
|
10760
10772
|
}
|
|
10761
10773
|
};
|
|
10762
10774
|
|
|
@@ -10886,6 +10898,16 @@ var defaultResource = {
|
|
|
10886
10898
|
title: "Confirmation",
|
|
10887
10899
|
description: "Do you want to log out?",
|
|
10888
10900
|
confirm_text: "Logout"
|
|
10901
|
+
},
|
|
10902
|
+
"confirm.set_default": {
|
|
10903
|
+
title: "Confirmation",
|
|
10904
|
+
description: "Set this item as the default?",
|
|
10905
|
+
confirm_text: "Confirm"
|
|
10906
|
+
},
|
|
10907
|
+
"confirm.unset_default": {
|
|
10908
|
+
title: "Confirmation",
|
|
10909
|
+
description: "Remove default status from this item?",
|
|
10910
|
+
confirm_text: "Confirm"
|
|
10889
10911
|
}
|
|
10890
10912
|
}
|
|
10891
10913
|
}
|