oolib 2.194.0 → 2.195.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.
|
@@ -198,6 +198,6 @@ function ImageEditor(_a) {
|
|
|
198
198
|
publicUrl: publicUrl,
|
|
199
199
|
imageData: __assign(__assign({}, imageData), { tags: __assign(__assign({}, (imageData.tags || {})), (_a = {}, _a[tagCategory] = val, _a)) }),
|
|
200
200
|
});
|
|
201
|
-
} }));
|
|
201
|
+
}, readOnly: readOnly }));
|
|
202
202
|
}))))));
|
|
203
203
|
}
|
package/dist/icons/index.d.ts
CHANGED
|
@@ -124,6 +124,10 @@ export namespace icons {
|
|
|
124
124
|
export { NotePencil };
|
|
125
125
|
export { CircleNotch };
|
|
126
126
|
export { PaintBucket };
|
|
127
|
+
export { SquaresFour };
|
|
128
|
+
export { CaretDoubleLeft };
|
|
129
|
+
export { TextIndent };
|
|
130
|
+
export { Share };
|
|
127
131
|
export { OkeGoogleIcon };
|
|
128
132
|
export { LetterH };
|
|
129
133
|
export { IndexIcon };
|
|
@@ -313,6 +317,10 @@ import { PaperPlaneTilt } from 'phosphor-react';
|
|
|
313
317
|
import { NotePencil } from 'phosphor-react';
|
|
314
318
|
import { CircleNotch } from 'phosphor-react';
|
|
315
319
|
import { PaintBucket } from 'phosphor-react';
|
|
320
|
+
import { SquaresFour } from 'phosphor-react';
|
|
321
|
+
import { CaretDoubleLeft } from 'phosphor-react';
|
|
322
|
+
import { TextIndent } from 'phosphor-react';
|
|
323
|
+
import { Share } from 'phosphor-react';
|
|
316
324
|
import { OkeGoogleIcon } from "./custom";
|
|
317
325
|
import { LetterH } from "./custom";
|
|
318
326
|
import { IndexIcon } from "./custom";
|
package/dist/icons/index.js
CHANGED
|
@@ -129,6 +129,10 @@ exports.icons = {
|
|
|
129
129
|
NotePencil: phosphor_react_1.NotePencil,
|
|
130
130
|
CircleNotch: phosphor_react_1.CircleNotch,
|
|
131
131
|
PaintBucket: phosphor_react_1.PaintBucket,
|
|
132
|
+
SquaresFour: phosphor_react_1.SquaresFour,
|
|
133
|
+
CaretDoubleLeft: phosphor_react_1.CaretDoubleLeft,
|
|
134
|
+
TextIndent: phosphor_react_1.TextIndent,
|
|
135
|
+
Share: phosphor_react_1.Share,
|
|
132
136
|
//custom icons
|
|
133
137
|
OkeGoogleIcon: custom_1.OkeGoogleIcon,
|
|
134
138
|
LetterH: custom_1.LetterH,
|
package/dist/index.d.ts
CHANGED
|
@@ -82,6 +82,8 @@ export { CheckboxInput } from "./v2/components/RadioAndCheckbox/comps/CheckboxLi
|
|
|
82
82
|
export { CheckboxButton } from "./v2/components/RadioAndCheckbox/comps/CheckboxList/comps/CheckboxButton";
|
|
83
83
|
export { RadioList } from "./v2/components/RadioAndCheckbox/comps/RadioList/index";
|
|
84
84
|
export { SwitchSingle } from "./v2/components/Switches";
|
|
85
|
+
export { List } from "./v2/components/List";
|
|
86
|
+
export { ListItem } from "./v2/components/List/comps/ListItem";
|
|
85
87
|
export { default as CustomTooltip } from "./v2/components/dataviz/BarChart/comps/CustomTooltip";
|
|
86
88
|
export * as baseStyling from "./v2/themes/utils/baseStyling";
|
|
87
89
|
export { LoaderCircle, ProgressBar, LoaderCircle as Loader, LoaderOverlay } from "./components/LoadersAndProgress";
|
package/dist/index.js
CHANGED
|
@@ -40,7 +40,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
40
40
|
};
|
|
41
41
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
42
42
|
exports.PDFInput = exports.AudioInput = exports.VideoInput = exports.ProfileImageInput = exports.ImageInput = exports.MetaBlock = exports.genTagComp = exports.generateOptions = exports.OptionsSingle = exports.DropdownMulti = exports.DropdownSingle = exports.parseCardConfig = exports.ListProfile = exports.CardProfile = exports.CardEmbed = exports.DateTimeRangePicker = exports.DateTimePicker = exports.TimeRangePicker = exports.TimePicker = exports.DateRangePicker = exports.DatePicker = exports.TextLoader = exports.PageScrollIndicator = exports.HomeCover = exports.EmptyStates = exports.ModalSmall = exports.Modal = exports.ModalForms = exports.ModalConfirm = exports.SkeletonLoader = exports.Divider = exports.PercentCompletedPie = exports.Accordion = exports.ActionMenu = exports.Tooltip = exports.OKELink = exports.UserRoleBadge = exports.Section = exports.SwitchDouble = exports.TagDisplay = exports.TagSelect = exports.TagLink = exports.TagClear = exports.LoaderOverlay = exports.Loader = exports.ProgressBar = exports.LoaderCircle = exports.icons = exports.colors = exports.GlobalStyles = void 0;
|
|
43
|
-
exports.baseStyling = exports.CustomTooltip = exports.SwitchSingle = exports.RadioButton = exports.RadioInput = exports.RadioList = exports.CheckboxButton = exports.CheckboxInput = exports.CheckboxList = exports.AccordionV2 = exports.DataVizAccordion = exports.BarGraphCollection = exports.HeatMapGrid = exports.BarChart = exports.HomeCoverV2 = exports.DateRangePickerV2 = exports.MetaBlockV2 = exports.typoV2_CSS = exports.colors2 = exports.TabBarV2 = exports.ButtonGhostCompact = exports.ButtonTertiaryCompact = exports.ButtonSecondaryCompact = exports.ButtonPrimaryCompact = exports.ButtonGhostV2 = exports.ButtonTertiaryV2 = exports.ButtonSecondaryV2 = exports.ButtonPrimaryV2 = exports.TagClearV2 = exports.TagLinkV2 = exports.TagDisplayV2 = exports.DropdownMultiV2 = exports.DropdownSingleV2 = exports.HintsProvider = exports.TableCellResizerPlugin = exports.styledOKELinkCSS = exports.SimpleTable = exports.ModalConfirmAction = exports.BannerProvider = exports.useBannerContext = exports.BannerContext = exports.BannerInfo = exports.BannerAlert = exports.GroupQuestionsInputSingle = exports.ResourceInput = exports.IFrameInput = void 0;
|
|
43
|
+
exports.baseStyling = exports.CustomTooltip = exports.ListItem = exports.List = exports.SwitchSingle = exports.RadioButton = exports.RadioInput = exports.RadioList = exports.CheckboxButton = exports.CheckboxInput = exports.CheckboxList = exports.AccordionV2 = exports.DataVizAccordion = exports.BarGraphCollection = exports.HeatMapGrid = exports.BarChart = exports.HomeCoverV2 = exports.DateRangePickerV2 = exports.MetaBlockV2 = exports.typoV2_CSS = exports.colors2 = exports.TabBarV2 = exports.ButtonGhostCompact = exports.ButtonTertiaryCompact = exports.ButtonSecondaryCompact = exports.ButtonPrimaryCompact = exports.ButtonGhostV2 = exports.ButtonTertiaryV2 = exports.ButtonSecondaryV2 = exports.ButtonPrimaryV2 = exports.TagClearV2 = exports.TagLinkV2 = exports.TagDisplayV2 = exports.DropdownMultiV2 = exports.DropdownSingleV2 = exports.HintsProvider = exports.TableCellResizerPlugin = exports.styledOKELinkCSS = exports.SimpleTable = exports.ModalConfirmAction = exports.BannerProvider = exports.useBannerContext = exports.BannerContext = exports.BannerInfo = exports.BannerAlert = exports.GroupQuestionsInputSingle = exports.ResourceInput = exports.IFrameInput = void 0;
|
|
44
44
|
//css and styling related ( styled-components )
|
|
45
45
|
var globalStyles_1 = require("./globalStyles");
|
|
46
46
|
Object.defineProperty(exports, "GlobalStyles", { enumerable: true, get: function () { return globalStyles_1.GlobalStyles; } });
|
|
@@ -260,6 +260,10 @@ var index_3 = require("./v2/components/RadioAndCheckbox/comps/RadioList/comps/Ra
|
|
|
260
260
|
Object.defineProperty(exports, "RadioButton", { enumerable: true, get: function () { return index_3.RadioButton; } });
|
|
261
261
|
var Switches_2 = require("./v2/components/Switches");
|
|
262
262
|
Object.defineProperty(exports, "SwitchSingle", { enumerable: true, get: function () { return Switches_2.SwitchSingle; } });
|
|
263
|
+
var List_1 = require("./v2/components/List");
|
|
264
|
+
Object.defineProperty(exports, "List", { enumerable: true, get: function () { return List_1.List; } });
|
|
265
|
+
var ListItem_1 = require("./v2/components/List/comps/ListItem");
|
|
266
|
+
Object.defineProperty(exports, "ListItem", { enumerable: true, get: function () { return ListItem_1.ListItem; } });
|
|
263
267
|
var CustomTooltip_1 = require("./v2/components/dataviz/BarChart/comps/CustomTooltip");
|
|
264
268
|
Object.defineProperty(exports, "CustomTooltip", { enumerable: true, get: function () { return __importDefault(CustomTooltip_1).default; } });
|
|
265
269
|
exports.baseStyling = __importStar(require("./v2/themes/utils/baseStyling"));
|
|
@@ -185,7 +185,7 @@ var List_ = function (args) {
|
|
|
185
185
|
};
|
|
186
186
|
return (React.createElement(__1.Container, { style: { background: "#eff" } },
|
|
187
187
|
React.createElement(__1.PaddingTop40, null),
|
|
188
|
-
React.createElement(List_1.List, { options: filteredOptions, value: selectedValue, focussedOp: focussedOption, scrollFocussedOpIntoView: scrollFocussedOpIntoView, handleSelect: handleSelect,
|
|
188
|
+
React.createElement(List_1.List, { options: filteredOptions, value: selectedValue, focussedOp: focussedOption, scrollFocussedOpIntoView: scrollFocussedOpIntoView, handleSelect: handleSelect, grouped: args.grouped, isMulti: args.isMulti, isTagsStyle: args.isTagsStyle, invert: args.invert, disableShadow: args.disableShadow, enableBorder: args.enableBorder, isSearchable: args.isSearchable, searchbarPlaceholder: args.searchbarPlaceholder, searchBarFocus: searchBarFocus, searchString: searchString, setSearchString: setSearchString, setSearchBarFocus: setSearchBarFocus }),
|
|
189
189
|
React.createElement(__1.PaddingBottom40, null)));
|
|
190
190
|
};
|
|
191
191
|
exports.List_ = List_;
|